.container {
  width: 100%;
  height: 100vh !important;
}

.container-main {
  padding: 0 50px;
}

.container-main .swiper-video {
  position: relative;
  height: calc(100% - 96px);
}

.container-main .swiper-container {
  height: 100%;
  -webkit-overflow-scrolling: touch
}

.container-main .swiper-slide {
  /* height: 100% !important; */
}

.container-main .video-box {
  height: calc(100% - 180px);
  padding-bottom: 0;
  margin-bottom: 0;
}

.container-main .video-item {
  position: absolute;
  z-index: 11;
  right: 40px;
  bottom: 140px;
  width: 48px;
  transition: all .3s;
}

.container-main .video-item li {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin: 10px 0;
}

.container-main .video-item li .iconfont {
  font-size: 24px;
  cursor: pointer;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
}

.container-main .video-item li.active .iconfont {
  color: #b90423;
}

.container-main .video-item-hover {
  right: 440px;
}

.container-main .top-drop {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  text-align: center;
  width: 382px;
  cursor: pointer;
}

.container-main .top-drop .iconfont {
  font-size: 28px;
}

.container-main .top-drop:hover .drop-arrow {
  display: none;
}

.container-main .top-drop:hover .drop-list {
  display: block;
}

.container-main .drop-arrow {
  height: 36px;
  line-height: 28px;
  background: url(../images/drop_02.png) no-repeat center;
  transition: all .3s;
}

.container-main .drop-list {
  display: none;
  height: 53px;
  background: url(../images/drop_01.png) no-repeat center;
  transition: all .3s;
}

.container-main .drop-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-main .drop-list li {
  line-height: 42px;
  padding: 0 30px;
  font-size: 20px;
}

.container-main .drop-list li.active {
  color: #b90423;
}

.container-main .drop-list li:first-child {
  position: relative;
}

.container-main .drop-list li:first-child:after {
  content: '';
  position: absolute;
  right: 0;
  top: 6px;
  width: 1px;
  height: calc(100% - 12px);
  background: #fff;
}

.main-search {
  padding: 30px 0 16px;
  display: flex;
  align-items: center;
}

.main-search .search-box {
  position: relative;
  width: 570px;
  height: 50px;
}

.main-search .input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 151px 0 15px;
  border: 2px solid #fff;
  background: #222;
  border-radius: 5px;
  color: #fff;
}

.main-search .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 136px;
  height: 100%;
  border-radius: 0 5px 5px 0;
  color: #333;
  background-color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.main-search .tags {
  margin-left: 30px;
  flex: 1;
  min-width: 0;
  height: 24px;
  overflow: hidden;
}

.main-search .tags a {
  display: inline-block;
  color: #ccc;
}

.main-search .tags a:after {
  content: '|';
  margin: 0 10px;
}

.main-search .tags a:hover {
  color: #b90423;
}

.main-search .tags a:hover:after {
  color: #eee;
}

.video-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  padding-bottom: 20px;
}

.video-info .tit-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video-info .tit-box .title {
  flex: 1;
  min-width: 0;
  padding: 15px 0 10px;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-info .tit-box a {
  margin-left: 20px;
  font-size: 20px;
}

.video-info .tit-box a:hover {
  color: #b90423;
}

.video-info .des {
  font-size: 16px;
  color: #ddd;
  margin-bottom: 15px;
}

.video-info .tags {
  height: 36px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.video-info .tags a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-right: 20px;
  transition: all .3s;
  margin-bottom: 20px;
}

.video-info .tags a:hover {
  background-color: #b90423;
  border-color: #b90423;
}

.item-right-layer {
  display: none;
  position: absolute;
  z-index: 10;
  top: 96px;
  right: 0;
  width: 400px;
  height: calc(100% - 276px);
  overflow-y: auto;
  background: #222;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.item-right-layer .layer-title {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 24px;
  border-bottom: 1px solid #666;
  display: flex;
  justify-content: space-between;
}

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

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

.comment-box .comment-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #444;
}

.comment-box .comment-list .info {
  margin-bottom: 10px;
}

.comment-box .comment-list .profile {
  margin-bottom: 10px;
}

.comment-box .comment-list .profile .name {
  font-size: 20px;
}

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

.comment-box .comment-list .time {
  font-size: 14px;
  color: #ccc;
}

.comment-box .comment-list .reply {
  display: flex;
  color: #999;
  padding-left: 20px;
}

.comment-box .comment-list .reply .tit {
  margin-right: 15px;
  color: #ccc;
}

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

.touch-box .layer-title {
  margin-bottom: 20px;
}

.touch-box .touch-main {
  padding: 0 20px;
}

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

.touch-box .input-box label {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 5px;
}

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

.touch-box .tel-box {
  display: flex;
}

.touch-box .tel-box .input-area {
  width: 105px;
}

.touch-box .tel-box span {
  margin: 0 10px;
}

.touch-box .tel-box .input-tel {
  flex: 1;
}

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

.touch-box .btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #b90423;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.product-box .layer-title {
  margin-bottom: 20px;
}

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

.product-box li {
  display: flex;
  margin-bottom: 20px;
}

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

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

.product-box li .img-box .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #b90423;
  color: #fff;
  font-size: 12px;
}

.product-box li .product-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-box li .product-info .title {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.product-box li .product-info .price {
  font-size: 12px;
  color: #ccc;
}

.product-box li .product-info .send-btn {
  display: block;
  width: 116px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #b90423;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  border: none;
  padding: 0;
  cursor: pointer;
}

.share-box .layer-title {
  margin-bottom: 30px;
}

.share-box .a2a-box{
  display: flex;
  justify-content: center;
}

.share-box .a2a-box a{
  margin: 0 5px;
}

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

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

.share-box li:last-child {
  margin-bottom: 0;
}

.share-box li .list-icon {
  display: block;
  width: 250px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  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: 30px;
  font-size: 24px;
}

.share-box li span {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 1040px) {

  html,
  body {
    height: 100%;
  }

  .container {
    height: 100% !important;
    padding-bottom: 0;
  }

  .container-main {
    position: relative;
    width: 100%;
    padding: 0;
    height: 100%;
    overflow: hidden;
  }

  .main-search {
    display: none;
  }

  .container-main .swiper-video {
    height: calc(100% - 1.45rem);
    overflow: hidden;
  }

  .container-main .swiper-slide {
    transform: translate3d(0, 0, 0);
    overflow: hidden;
  }

  .video-box .mask {
    transform: translate3d(0, 0, 0);
  }

  .container-main .swiper-slide .video-shade {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: .4rem;
    z-index: 10;
    transform: translate3d(0, 0, 0);
  }

  .container-main .xgplayer-skin-default .xgplayer-controls {
    z-index: 12;
  }

  .container-main .xgplayer-skin-default video {
    transform: translate3d(0, 0, 0);
  }

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

  .container-main .top-drop {
    display: none;
  }

  .header {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
  }

  [class^="sp-header-nav"] {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
  }

  [class^="sp-header-nav"] .phone-header {
    background: transparent;
  }

  [class^="sp-header-nav"] .phone-header .icon-list .iconfont {
    color: #fff;
  }

  [class^="sp-footer"] {
    padding: 0;
  }

  .video-info {
    position: absolute;
    z-index: 11;
    bottom: .4rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 .2rem 0;
    transform: translate3d(0, 0, 0);
  }

  .video-info .tit-box .title {
    font-size: .32rem;
    padding: 0;
    margin-bottom: .15rem;
  }

  .video-info .des-box {
    position: relative;
  }

  .video-info .des-box a {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #b90423;
    text-decoration: underline;
  }

  .video-info .des {
    font-size: .3rem;
    margin-bottom: .5rem;
  }

  .video-info .des2 {
    height: 0.9rem;
    line-height: .45rem;
  }

  .video-info .tags {
    height: .45rem;
  }

  .video-info .tags a {
    padding: 0rem .25rem;
    height: .45rem;
    line-height: .45rem;
    color: #ddd;
    background-color: #222;
    border-radius: .05rem;
    border: none;
    margin-right: .2rem;
    margin-bottom: 0;
  }

  .container-main .video-item {
    right: .4rem;
    bottom: 3rem;
    transform: translate3d(0, 0, 0);
  }

  .container-main .video-item li {
    width: .9rem;
    height: .9rem;
    line-height: .9rem;
    margin: .1rem 0;
  }

  .container-main .xgplayer-skin-default .xgplayer-controls {
    bottom: -33px;
  }

  .item-right-layer {
    z-index: 1000;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 55%;
    padding: .3rem .2rem 0;
  }

  .item-right-layer .layer-title {
    height: .8rem;
    line-height: .8rem;
    font-size: .32rem;
    padding: 0 .2rem;
  }

  .item-right-layer .close .iconfont {
    font-size: .5rem;
  }

  .comment-box .comment-list {
    padding: .2rem;
    max-height: calc(100% - 1rem);
  }

  .comment-box .comment-list li {
    margin-bottom: .3rem;
  }

  .comment-box .comment-list .info {
    padding-bottom: .2rem;
    margin-bottom: 0;
  }

  .comment-box .comment-list .profile {
    margin-bottom: .1rem;
  }

  .comment-box .comment-list .profile .name {
    font-size: .3rem;
    margin-right: .25rem;
  }

  .comment-box .comment-list .profile .tel {
    font-size: .28rem;
  }

  .comment-box .comment-list .text {
    margin-bottom: .15rem;
  }

  .comment-box .comment-list .time {
    font-size: .24rem;
  }

  .comment-box .comment-list .reply {
    padding-left: .2rem;
  }

  .comment-box .comment-list .reply .tit {
    margin-right: .2rem;
  }

  .touch-box {
    overflow-y: auto;
  }

  .touch-box .touch-main {
    padding: .2rem;
  }

  .touch-box .input-box {
    margin-bottom: .2rem;
  }

  .touch-box .input-box label {
    font-size: .3rem;
    margin-bottom: .05rem;
  }

  .touch-box .input-box .input {
    height: .6rem;
    line-height: .6rem;
    border-radius: .05rem;
    padding: 0 .2rem;
  }

  .touch-box .textarea {
    height: 2rem;
    border-radius: .05rem;
    padding: .1rem .2rem;
  }

  .touch-box .btn {
    margin-top: .3rem;
    height: .8rem;
    line-height: .8rem;
    border-radius: .05rem;
    font-size: .3rem;
  }

  .product-box .layer-title {
    margin-bottom: .3rem;
  }

  .product-box ul {
    padding: 0 .2rem;
    max-height: calc(100% - 1.1rem);
  }

  .product-box li {
    margin-bottom: .3rem;
  }

  .product-box li .img-box {
    width: 1.86rem;
    height: 1.86rem;
    margin-right: .2rem;
  }

  .product-box li .product-info .title {
    font-size: .3rem;
    margin-bottom: .1rem;
  }

  .product-box li .product-info .price {
    font-size: .26rem;
  }

  .product-box li .product-info .send-btn {
    width: 1.9rem;
    height: .5rem;
    line-height: .5rem;
    border-radius: .05rem;
    font-size: .26rem;
  }

  .share-box .layer-title {
    margin-bottom: .6rem;
  }

  .share-box ul {
    padding: 0 0 .6rem;
    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: .24rem;
  }

  .share-box li span {
    font-size: .3rem;
  }

  .container-main>div {
    padding-left: 0;
    padding-right: 0;
  }
}