:root{

	--col-variable: something;

}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
  text-size-adjust: none !important;
}

.none {
  display: none;
}

.video-page-card-container {
  width: 320px;
  flex: none;
}

.card-container {
  margin-right: 20px;
  margin-top: 20px;
}

.main-container {
  width: 100%;
  display: flex;
  padding: 20px;
  /*justify-content: flex-start;*/
  justify-content: center;
  flex-wrap: wrap;
}


.video-card-common, .video-card-reco {
  min-width: 206px
}

.up, .play {
  margin-top: 0px;
}

img {
  object-fit: cover;
  max-width: none;
}

.mobile-container {
  background-color: #F4F4F3;
}

.mobile-card-common.video-card-common {
  width: 170px;
  min-width: 170px;

  border-radius: 8px;
  overflow: hidden;

  background: #FFFFFE;

  -webkit-box-shadow: 0px 2px 2px 0px rgba(221,221,221,1);
  -moz-box-shadow: 0px 2px 2px 0px rgba(221,221,221,1);
  box-shadow: 0px 2px 2px 0px rgba(221,221,221,1);

  height: fit-content;
}

.mobile-card-common.video-card-common .card-pic {
  height: 107px;
}

.mobile-card-common.video-card-common .card-pic a .count {
  padding: 5px;
}

.mobile-card-common.video-card-common .card-pic a .count .left {
  transform: scale(0.916);
  transform-origin: bottom left;
}

.mobile-card-common.video-card-common .card-pic a .count .right {
  transform: scale(0.916);
  transform-origin: bottom right;
}

.mobile-card-common.video-card-common .card-pic a .count .left span i{
  transform: scale(1.09);
  transform-origin: bottom left;
}

.mobile-card-title {
  padding: 6px;
  font-size: 12px;
  transform: scale(0.958);
  transform-origin: top center;
}

.mobile-card-title .title {
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

.mobile-card-title .info {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 8px;

  cursor: default;
}

.mobile-card-title .info .tag {
  display: block;

  width: fit-content;

  font-size: 12px;
  transform: scale(0.900);
  transform-origin: bottom left;

  padding: 1px 5px ;

  border-radius: 2px;
  color: #fff;

  background: #FAA26C;
  /*11px*/
}

.mobile-card-title .info .right{
  font-size: 18px;
  color: #bbb;

  margin-right: -6px;
  margin-top: 2px;
  margin-bottom: -2px;
}

nav {
  background: #eee;
}

#input-image-btn {
  background: #fff;
}

/*--------- Mobile Card Reco -----------*/

.mobile-card-reco {
  background: white;
  padding: 0px 12px;
  padding-top: 16px;

  border-radius: 8px;
  margin-top: 20px;
}

.mobile-card-reco .video-page-card-title {
  display: flex;
  justify-content: flex-start;

  margin-bottom: 12px;
}

.mobile-card-reco .video-page-card {
  padding: 8px 0;
}

.mobile-card-reco .video-page-card-title {
  margin-top: 14.5px;
}

.mobile-card-reco .video-page-card-title .mobile-card-cell {
  background: #eee;

  margin-right: 10px;
  color: #fb7299;
  padding: 4px 16px;
  font-size: 13px;

  border-radius: 20px;

  cursor: pointer;
}

.mobile-card-reco-icon {
  vertical-align: middle;
}

.mobile-card-reco .video-page-card .card-box .info .title {
  font-weight: 400
}

.mobile-card-reco-icon .bili-icon_shipin_danmushu {
  padding-left: 16px;
}

.mobile-card-reco .video-page-card .card-box {
  align-items: center;
}

.mobile-card-reco .video-page-card .card-box .pic-box {
  width: 117px;
  height: 73px;
  border-radius: 4px;
  overflow: hidden;
}

.mobile-card-reco .video-page-card .card-box .pic-box .pic {
  width: 117px;
  height: 73px;
}

.mobile-card-reco .video-page-card .card-box .pic-box .pic img {
  width: 117px;
  height: 73px;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
}

.uk-logo {
  cursor: default;
}

.txt .link .normalwrap {
  white-space: normal;
  width: auto;
}

/*--- Overlay DnD ---*/

body {
  background: #ddd;
  font: normal .8em/1.2 Arial;
}

#overlay {
  display: block;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
  height: 0;
  overflow: hidden;
  z-index: 999999;
  opacity: 0;
  transition: opacity .2s ease;
}
#overlay:after {
  display: block;
  position: absolute;
  content: "";
  top: .5em;
  left: .5em;
  right: .5em;
  bottom: .5em;
  border: .2em dashed rgba(255,255,255,.4);
  border-radius: 1em;
}
#overlay.active {
  height: 100%;
  opacity: 1;
}
#overlay * {
  pointer-events: none;
}
#overlay .inneroverlay {
  width: 30%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 10px;
  padding: 10px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 2.5s ease;
  text-align: center;
}
#overlay .inneroverlay p {
  color: #fff;
  font: bold 4em/1.2 Arial;
  /*text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15); */
}

#overlay.active .inneroverlay {
  opacity: 1;
  width: 30%;
  height: 50%;
}


