.container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.container .xgplayer-skin-default .xgplayer-start {
  width: 105px;
  height: 105px;
}

.swiper-video-box {
  height: calc(100% - 52px);
  padding: 35px 35px 0;
  background: #464646;
}

.swiper-video-box .swiper-video {
  position: relative;
  height: 100%;
}

.swiper-video-box .swiper-container {
  height: 100%;
}

.swiper-video-box .video-box {
  height: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.swiper-video-box .video-box .video.active {
  transition: width .3s;
  width: calc(100% - 290px) !important;
}

.top-drop {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  text-align: center;
  width: 380px;
  height: 50px;
  border-radius: 25px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}

.top-drop ul {
  height: 100%;
  display: flex;
  align-items: center;
}

.top-drop li {
  position: relative;
  width: 50%;
  text-align: center;
  font-size: 18px;
  color: #c3c3c3;
}

.top-drop li.active, .top-drop li:hover {
  color: #fff;
}

.top-drop li:first-child::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  transform: translateY(-50%);
  background: #c3c3c3;
}

.video-box:hover .xgplayer-skin-default .xgplayer-controls{
  display: flex;
}

.video-info {
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: 0;
  /* width: calc(100% - 50px - 160px); */
  width: 100%;
  background: linear-gradient(1turn,rgba(0,0,0,.3),transparent);
}

.video-info-inner{
  padding: 16px 50px 55px !important;
  width: calc((100% - 100px) / 2);;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.xgplayer-skin-default .xgplayer-controls{
  background-image: none;
  background: #000;
}

.xgplayer-skin-default .xgplayer-progress{
  background: #000;
  left: 0 !important;
  right: 0 !important;
  height: 5px !important;
  line-height: 5px !important;
  top:-5px !important;
}

.xgplayer-skin-default .xgplayer-progress-outer{
  margin-top: 0 !important;
}

.video-info .title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.video-info .des {
  margin-top: 12px;
  color: #f5f5f5;
}

.video-info .keywords a {
  margin-right: 5px;
  color: #fedd00;
}

.video-info .tags {
  margin-top: 15px;
  height: 30px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.video-info .tags a {
  display: inline-block;
  margin-right: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: #fff;
}

.video-info .tags a:hover {
  background: var(--themeColor);
}

.video-item {
  position: absolute;
  z-index: 11;
  right: 55px;
  bottom: 110px;
  width: 50px;
}

.video-item li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 24px;
  cursor: pointer;
}

.video-item li .iconfont {
  font-size: 24px;
  color: #fff;
}

.video-item li.active {
  background: none;
}

.video-item li.active .iconfont {
  color: var(--themeColor);
}

.video-item-hover {
  right: calc(290px + 55px);
}

.video-info-hover {
  width: calc(100% - 50px - 160px - 290px);
}

.video-item-hover li{
  background: none !important;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
}

.item-right-layer {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 290px;
  padding-top: 20px;
  height: 100%;
  background: #f3f3f3;
}

.item-right-layer ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #666;
}

.item-right-layer ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #fff;
  transition: 0.3s ease-in-out;
}

.item-right-layer ::-webkit-scrollbar-track {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #666;
}

.item-right-layer .layer-title {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.item-right-layer .layer-title::after {
  position: absolute;
  content: '';
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 1px;
  background: #e3e3e3;
}

.item-right-layer .close .iconfont {
  font-size: 20px;
}

.comment-box .comment-list {
  max-height: calc(100% - 70px);
  padding: 0 20px;
  overflow-y: auto;
}

.comment-box .comment-list li {
  padding: 15px 0 10px;
  border-bottom: 1px solid #e3e3e3;
}

.comment-box .comment-list .name {
  margin-bottom: 5px;
  color: #888;
}

.comment-box .comment-list .text {
  font-size: 14px;
  margin-bottom: 10px;
}

.comment-box .comment-list .time {
  text-align: right;
  font-size: 14px;
}

.comment-box .comment-list .reply {
  padding: 15px;
  font-size: 14px;
  background-color: #e7e7e7;
  margin-bottom: 10px;
}

.comment-box .comment-list .reply .reply-text {
  margin-bottom: 5px;
}

.comment-box .comment-list .reply .tit {
  font-weight: bold;
}

.comment-box .comment-list .reply .reply-time {
  color: #999;
}

.touch-box .touch-main {
  max-height: calc(100% - 70px);
  padding: 0 20px 20px;
  overflow-y: auto;
}

.touch-box .input-box {
  margin-bottom: 15px;
}

.touch-box .input-box label {
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.touch-box .input-box .input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 15px;
  background-color: #fff;
}

.touch-box .input-box ::-webkit-input-placeholder {
  opacity: 0;
}

.touch-box .input-box ::-moz-placeholder {
  opacity: 0;
}

.touch-box .input-box :-ms-input-placeholder {
  opacity: 0;
}

.touch-box .textarea {
  display: block;
  width: 100%;
  height: 80px;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #fff;
}

.touch-box .btn {
  margin-top: 46px;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--themeColor);
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
}

.product-box ul {
  padding: 0 20px;
  max-height: calc(100% - 90px);
  overflow-y: auto;
}

.product-box li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.product-box li .img-box {
  position: relative;
  width: 90px;
  height: 90px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product-box li .img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.product-box li .product-info {
  flex: 1;
  min-width: 0;
}

.product-box li .product-info .title {
  margin-bottom: 12px;
}

.product-box li .product-info .title a {
  font-size: 14px;
}

.product-box li .product-info .price {
  font-size: 18px;
  font-weight: bold;
  color: #e11a1a;
}

.product-box li .product-info .price span {
  font-size: 14px;
  font-weight: normal;
  color: #999;
}

.product-box li .product-info .send-btn {
  display: block;
  width: 120px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  background: var(--themeColor);
  color: #fff;
  cursor: pointer;
}

.share-box .share-list{
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-box .share-list a{
  margin: 0 5px;
}

/* .share-box ul {
  padding: 0 20px;
}

.share-box li {
  margin-bottom: 20px;
}

.share-box li .list-icon {
  display: block;
  width: 250px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 5px;
}

.share-box li .list-icon1 {
  background: #2b5b9c;
}

.share-box li .list-icon2 {
  background: #7fcbed;
}

.share-box li .list-icon3 {
  background: #1d73af;
}

.share-box li .list-icon4 {
  background: #b90423;
}

.share-box li .iconfont {
  margin-right: 20px;
  font-size: 24px;
  color: #fff;
}

.share-box li span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
} */

@media only screen and (max-width: 1040px) {
  html, body {
    height: 100%;
  }
  .container {
    position: relative;
    height: 100%;
  }
  .container .xgplayer-skin-default .xgplayer-start {
    width: .96rem;
    height: .96rem;
  }
  .container .xgplayer-skin-default .xgplayer-controls {
    bottom: -33px;
  }
  .container .video-box {
    transform: translate3d(0, 0, 0);
  }
  .swiper-video-box {
    height: calc(100% - 1rem);
    padding: 0;
  }
  .sp-header-nav4 .phone-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    transform: translate3d(0, 0, 0);
  }
  .sp-header-nav4 .phone-header .icon-list .icon-language {
    background-color: #272727;
  }
  .top-drop {
    display: none;
  }
  .bottom-send {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1rem;
    background: #fff;
    box-shadow: 0 -0.04rem 0.06rem -0.02rem rgba(0, 0, 0, 0.1);
  }
  .bottom-send .wrap {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .bottom-send .text-box {
    display: flex;
    align-items: center;
    margin-right: .5rem;
    color: #333;
  }
  .bottom-send .text-box .iconfont {
    font-size: .6rem;
    margin-right: .1rem;
  }
  .bottom-send .text-box .text {
    font-size: .3rem;
    line-height: 1.1;
  }
  .bottom-send .send-btn {
    display: block;
    flex: 1;
    min-width: 0;
    height: .7rem;
    line-height: .7rem;
    display: flex;
    justify-content: center;
    background: var(--themeColor);
    color: #fff;
    border-radius: .05rem;
    font-size: .34rem;
  }
  .bottom-send .send-btn .iconfont {
    margin-right: .05rem;
    font-size: .38rem;
  }
  .video-shade {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0.4rem;
    z-index: 10;
    transform: translate3d(0, 0, 0);
  }
  .video-item {
    right: .2rem;
    bottom: 2rem;
    width: .8rem;
    transform: translate3d(0, 0, 0);
  }
  .video-item li {
    margin-top: .3rem;
    height: .8rem;
    background: none;
  }
  .video-item li .iconfont {
    font-size: .5rem;
    text-shadow: 0.02rem 0.03rem 0.02rem rgba(0, 0, 0, 0.2);
  }
  .video-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 .2rem .2rem;
    transform: translate3d(0, 0, 0);
  }
  .video-info-inner{
    width: calc(100% - 1.2rem);
    padding: 0.4rem 0 !important;
  }
  .xgplayer-skin-default .xgplayer-controls{
    background: none;
  }
  .xgplayer-skin-default .xgplayer-progress{
    background: none !important;
    height: 20px !important;
    line-height: 20px !important;
    left: 0 !important;
    right: 0 !important;
    top: -15px !important;
  }
  .xgplayer-skin-default .xgplayer-progress-outer{
    margin-top: 8.5px !important;
  }
  .video-info .title {
    font-size: .36rem;
  }
  .video-info .title a{
    color:#fff;
  }
  .video-info .des {
    margin-top: .2rem;
  }
  .video-info .tags {
    margin-top: .2rem;
    height: .45rem;
  }
  .video-info .tags a {
    font-size: .28rem;
    margin-right: .2rem;
    padding: 0rem .25rem;
    height: .45rem;
    line-height: .45rem;
    border-radius: .04rem;
  }
  .swiper-video-box .video-box .video.active {
    width: 100% !important;
  }
  .item-right-layer {
    z-index: 998;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 55%;
    padding: .3rem .2rem;
    background: #fff;
    color: #333;
    border-radius: .2rem .2rem 0 0;
  }
  .item-right-layer a {
    color: #333;
  }
  .item-right-layer .layer-title {
    display: block;
    height: 1rem;
    line-height: 1;
    font-size: .38rem;
    font-weight: bold;
    padding: .5rem 0 0;
    text-align: center;
    margin-bottom: .3rem;
  }
  .item-right-layer .layer-title span {
    display: block;
    text-align: center;
    line-height: .5rem;
  }
  .item-right-layer .layer-title::after {
    display: none;
  }
  .item-right-layer .close {
    position: absolute;
    right: .2rem;
    top: 0;
  }
  .item-right-layer .close .iconfont {
    font-size: .5rem;
  }
  .comment-box .comment-list {
    max-height: calc(100% - 1rem);
    padding: 0;
    overflow-x: hidden;
  }
  .comment-box .comment-list li {
    padding: .2rem 0;
    border-bottom: none;
  }
  .comment-box .comment-list .name {
    margin-bottom: .1rem;
    color: #888;
  }
  .comment-box .comment-list .text {
    font-size: .28rem;
    margin-bottom: .1rem;
  }
  .comment-box .comment-list .time {
    padding-right: .2rem;
    font-size: .28rem;
  }
  .comment-box .comment-list .reply {
    padding: .2rem;
    font-size: .28rem;
    background-color: #e7e7e7;
    margin-bottom: .1rem;
  }
  .comment-box .comment-list .reply .reply-text {
    margin-bottom: .1rem;
  }
  .comment-box .comment-list .reply .reply-time {
    color: #999;
  }
  .touch-box .touch-main {
    padding: 0 .2rem;
    max-height: calc(100% - 1rem);
  }
  .touch-box .input-box {
    margin-bottom: .3rem;
  }
  .touch-box .input-box label {
    display: none;
  }
  .touch-box .input-box .input {
    height: .8rem;
    line-height: .8rem;
    border-radius: .1rem;
    padding: 0 .2rem;
    border: .02rem solid #dbdbdb;
  }
  .touch-box .input-box ::-webkit-input-placeholder {
    opacity: 1;
  }
  .touch-box .input-box ::-moz-placeholder {
    opacity: 1;
  }
  .touch-box .input-box :-ms-input-placeholder {
    opacity: 1;
  }
  .touch-box .textarea {
    height: 2rem;
    border-radius: .1rem;
    padding: 10px 15px;
    border: .02rem solid #dbdbdb;
  }
  .touch-box .btn {
    margin-top: .5rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .32rem;
  }
  .product-box .layer-title {
    margin-bottom: .2rem;
  }
  .product-box ul {
    padding: 0 .2rem;
    max-height: calc(100% - 1rem);
  }
  .product-box li {
    margin-bottom: .5rem;
  }
  .product-box li .img-box {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .2rem;
  }
  .product-box li .product-info .title {
    margin-bottom: .2rem;
  }
  .product-box li .product-info .title a {
    font-size: .28rem;
    color: #666;
  }
  .product-box li .product-info .price {
    font-size: .36rem;
  }
  .product-box li .product-info .price span {
    font-size: .28rem;
  }
  .product-box li .product-info .send-btn {
    display: inline-block;
    width: auto;
    height: .5rem;
    line-height: .5rem;
    padding: 0 .15rem;
    border-radius: .04rem;
    font-size: .28rem;
  }
  .share-box .layer-title {
    margin-bottom: .4rem;
  }
  .share-box ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .share-box li {
    margin-bottom: .3rem;
  }
  .share-box li .list-icon {
    width: 4rem;
    height: .7rem;
    line-height: .7rem;
    padding: 0 .3rem;
    border-radius: .05rem;
  }
  .share-box li .iconfont {
    margin-right: .5rem;
    font-size: .34rem;
    color: #fff;
  }
  .share-box li span {
    font-size: .3rem;
    color: #fff;
  }
}
