/* sweper-css */
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
/* sweper-css */
body {
  /* background: rgb(245, 245, 245) !important; */
}

.container {
  width: 1000px;
  margin: auto;
}
.title {
  font-size: 20px;
  margin: 0 0 15px 0;
}
.publishername {
  font-weight: normal;
  color: #333;
  font-size: 16px;
}
.publishertime {
  font-size: 14px;
  color: rgb(150, 150, 150);
  margin-left: 20px;
  font-weight: lighter;
}
.publishercount {
  font-size: 14px;
  color: rgb(150, 150, 150);
  margin-right: 20px;
  font-weight: lighter;
}
.publisher {
  margin-bottom: 15px;
}
.shopInfo label {
  width: 92px;
  font-size: 14px;
  color: #999;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.shopInfo span {
  font-size: 14px;
  color: #333;
}
.btn-box {
  display: flex;
  justify-content: space-between;
  /* margin: 20px 0; */
  margin-top: 25px;
}
.color {
  background: linear-gradient(
    135deg,
    rgba(255, 77, 119, 1) 0%,
    rgba(74, 60, 233, 1) 100%
  );
  color: white;
  border: none !important;
}
.btn {
  width: 45%;
  height: 30px;
  border-radius: 22px;
  line-height: 30px;
  text-align: center;
  border: 1px solid rgba(208, 2, 27, 1);
  font-size: 14px;
  cursor: pointer;
}
.comment {
  position: relative;
}
.c-textarea {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-subimt .icon img {
  width: 26px;
  height: 26px;
}
.layer-content {
  padding: 10px 20px;
  text-align: center;
}
.score {
  text-align: center;
}
.score img {
  width: 30px;
  height: 30px;
  margin: 5px 10px 20px 10px;
}
.tab {
  display: flex;
  flex-wrap: wrap;
}
.tab > div {
  padding: 5px 5px;
}
.tab > div div {
  text-align: center;
  border: 1px solid #e0e0e0;
  height: 100%;
  color: rgb(105, 105, 105);
  font-size: 13px;
  height: 28px;
  line-height: 27px;
  border-radius: 25px;
  padding: 0 16px;
  cursor: pointer;
}
.comment-up {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.up-item .edui-image-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #ccc;
  border-radius: 20px;
  cursor: pointer;
}
.main-img {
  display: none;
}
.up-item {
  height: 100px;
  width: 100px;
  float: left;
  margin-right: 10px;
  position: relative;
  margin-bottom: 30px;
}
.up-item img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 4px 4px 6px #ccc;
}
.lactive {
  background: linear-gradient(to right, rgb(255, 77, 119), rgb(74, 60, 233));
  color: #fff !important;
}
.act {
  display: none;
}
.showiconvoer {
  display: none;
}
#container {
  position: absolute;
  top: 0;
  width: 708px;
  right: 0;
  height: 180px;
}
.emojionearea-button {
  top: 206px !important;
}
/* .layer-box{
    display: none;
} */
/* .flexible3{
    margin: 25px 0 50px 0;
} */
.title-bottom {
  display: none;
}
.layer-box {
  padding-bottom: 30px !important;
}
._hidden {
  position: absolute;
  top: 40px;
  left: 50%;
  text-align: center;
  height: 44px;
  cursor: pointer;
  z-index: 6;
  width: 388px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 22px;
}
._hidden .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 33.33%;
  height: 44px;
  border-radius: 22px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 6;
  transform: translateX(0);
  transition: transform 1s;
}
.active {
  font-weight: bold;
}
.floadBox {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  transition: transform;
  filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.6));
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  padding: 20px;
  overflow: hidden;
}
.floadBg {
  background: url("http://cdn.ywart.com/scenebg/2018062915201560310a3eb21.jpg")
    no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.imgTop {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: -25px;
}
.imgLeft {
  display: flex;
  height: 100%;
  transform: translate(0, -100%);
  position: relative;
  left: -30px;
  flex-wrap: wrap;
  justify-content: center;
  width: 6px;
}
.imgTop div {
  width: calc(50% - 40px);
  height: 6px;
  border-bottom: 1px solid #aaa;
  min-width: 5px;
}
.imgLeft div {
  width: 6px;
  height: calc(50% - 40px);
  border-right: 1px solid #aaa;
  min-height: 5px;
}
.selectBox {
  position: fixed;
  right: 0;
  top: 10%;
  width: 150px;
  padding: 15px 0;
  min-height: 0;
  transform: translateX(150px);
  transition: transform ease 1s;
}
.selectBox .buttom {
  position: absolute;
  left: -25px;
  width: 25px;
  background-color: white;
  text-align: center;
  font-size: 14px;
}
.selectBtn {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  justify-content: space-around;
  /* padding-right: 30px; */
}
.selectBtn > span {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  overflow: hidden;
  border: 1px solid #eee;
  margin: 10px 0 0 12px;
  cursor: pointer;
}
.selectBtn > span > img {
  position: relative;
  top: 14px;
  width: 100%;
  height: 100%;
  right: -14px;
}
.kazhi {
  background-color: white;
  text-align: center;
  padding: 5px 0;
}
.kazhi div {
  line-height: 34px;
  border: 1px solid #c79562;
  width: 108px;
  height: 34px;
  box-sizing: border-box;
  margin: 5px auto;
  font-size: 12px;
  cursor: pointer;
}
.label-text {
  margin-bottom: 10px;
}
.speak {
  display: flex;
  margin-bottom: 15px;
}
.speak > label {
  width: 80px;
  font-size: 14px;
  color: #999;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  min-width: 80px;
}
.speakRight > div {
  border: 1px solid rgb(255, 217, 217);
  border-radius: 12px;
  display: inline-block;
  padding: 2px 8px;
  font-size: 13px;
  margin: 5px;
  cursor: pointer;
}
.speakRight {
  display: flex;
  flex-wrap: wrap;
}
.speakRight > img {
  width: 35px;
  height: 35px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  cursor: pointer;
}
.right-opera-user > img {
  position: relative;
  top: 6px;
}
.speakActive {
  background: linear-gradient(
    315deg,
    rgba(74, 60, 233, 0.5) 0%,
    rgba(255, 77, 119, 0.5) 100%
  );
  color: white !important;
}
.jia,
.jian {
  width: 22px;
  height: 22px;
  border-radius: 20px;
  color: white;
  display: inline-block;
  text-align: center;
  line-height: 19px;
}
.num {
  width: 71px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  border: 1px solid rgba(208, 2, 27, 1);
  text-align: center;
}
.titler {
  display: inline-block;
  cursor: pointer;
  margin-right: 16px;
}
.titlerAct > .activity-step {
  width: 100%;
}
.titlerHover:hover > .activity-step {
  width: 100%;
}
.titlerHover > .activity-step {
  width: 0% !important;
  transition: width 1s ease;
}
.activity-step {
  width: 100% !important;
}
.act2 {
  border: 1px solid rgba(255, 77, 119, 1) !important;
}
.gallery-top {
  /* max-height: 420px; */
}
.gallery-thumbs {
  height: 200px;
  display: none;
}
.galleries {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 2000;
}
.zz:after {
  content: none !important;
}
.comment {
  height: 215px;
}
.first-container {
  height: 500px;
  background: white;
  position: relative;
}
.first-left {
  width: 70%;
  float: left;
  padding-top: 20px;
  height: 550px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.swiper-slide > img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.first-right {
  /* width: 40%; */
  width: 300px;
  padding: 20px 20px;
  position: fixed;
}
.first-right .shopInfo label {
  width: 80px;
  margin-bottom: 15px;
}
.container {
  clear: both;
}
.swiper-button-next {
  right: 2% !important;
}
.swiper-button-prev {
  left: 2% !important;
}
#openMore {
  position: relative;
  overflow: hidden;
  max-height: 3000px;
}
.moble {
  display: none;
}
.comment textarea,
.c-textarea,
#container {
  width: 620px !important;
}
.mobile-container {
  padding: 0 20px;
  background: white;
}
.ball {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: red;
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  transition: transform 1s ease-in-out;
  display: none;
  z-index: 10;
}
.youhui {
  height: 21px;
  background: linear-gradient(
    135deg,
    rgba(255, 77, 119, 0.5) 0%,
    rgba(74, 60, 233, 0.5) 100%
  );
  font-size: 12px;
  color: white;
  display: inline-block;
  line-height: 21px;
  padding: 0 10px;
}
.yh-left,
.yh-right {
  height: 8px;
  width: 8px;
  display: inline-block;
  background-color: white;
  border-radius: 50%;
  position: relative;
}
.yh-left {
  left: -14px;
}
.yh-right {
  right: -14px;
}
.moble-sect {
  width: 700px;
}
.rightList {
  margin-top: 30px;
}
.rightList i {
  display: block;
  width: 0%;
  height: 5px;
  background: linear-gradient(
    315deg,
    rgba(74, 60, 233, 0.5) 0%,
    rgba(255, 77, 119, 0.5) 100%
  );
  position: relative;
  top: 5px;
  transition: width 1s ease;
  left: -1px;
}
.rightList li,
.rightList li a {
  font-size: 16px;
  color: #666;
  margin: 10px 0;
  cursor: pointer;
  /* display: inline-block; */
  width: 68px;
  height: 30px;
}
.rightList .acttt {
  color: #333;
}
.rightList .acttt i {
  width: 100%;
}
.grid {
  position: absolute;
  right: 20px;
  height: 25px;
  padding: 0 10px;
  background: rgba(51, 51, 51, 1);
  border-radius: 6px;
  opacity: 0.8;
  color: white;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
}
.haibao img {
  width: 100%;
  cursor: pointer;
}
.haibao .gif {
  position: absolute;
  width: 50px;
  left: 80%;
  top: 57%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.bajiinfo img {
  position: relative;
  top: 6px;
}
.aboutGoods {
  margin-top: 25px;
}
.aboutGoods > div {
  display: flex;
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
}
.aboutGoods > label {
  width: 80px;
  font-size: 14px;
  color: #999;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  min-width: 80px;
}
.aboutGoods > div > span {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 7px;
  margin-right: 10px;
}
.aboutGoods > div > span:last-child {
  margin-right: 0;
}
.aboutGoods > div > span > img {
  height: 100%;
  width: auto;
}
.swiper-button-prev em,
.swiper-button-next em {
  font-size: 22px !important;
  opacity: 0.5;
  background-color: #555;
  border-radius: 50%;
  padding: 10px 11px;
}
.layer-tow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}
.siqia > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.atlas-title {
  top: 10px !important;
}
.fuwu {
  display: flex;
  justify-content: space-around;
  font-size: 12px;
  margin-bottom: 15px;
}
.fuwu img {
  height: 14px;
  position: relative;
  top: 2px;
}
.yanse {
  width: 40px;
  height: 40px;
  border-radius: 13px !important;
  box-shadow: 0 2px 2px #ccc;
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
  border: 1px solid #ccc !important;
}
.yanse > img {
  width: 100%;
}
.yanse-text {
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  text-align: center;
  font-size: 12px;
  position: relative;
  top: -7px;
  height: 20px;
  line-height: 20px;
  z-index: -1;
}
.act2 > .yanse-text {
  background: linear-gradient(to right, rgb(255, 77, 119), rgb(74, 60, 233));
  color: white;
  opacity: 0.5;
}
.header-tabs {
  display: inline-block;
  background: rgba(104, 104, 104, 0.3);
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  left: 50%;
  z-index: 10;
  transform: translateX(-85%);
  top: 50px;
}
.header-tabs span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0px 40px;
  color: white;
}
.header-tabs .act .center-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(
    to right,
    rgb(255, 77, 119, 0.5),
    rgb(74, 60, 233, 0.5)
  );
  border-radius: 20px;
  border: 1px solid white;
}
@media only screen and (min-width: 100px) and (max-width: 745px) {
  .yanse {
    margin: 0 10px 0 5px !important;
  }
  .mobile-container {
    background: rgb(245, 245, 245);
  }
  .moble-sect {
    width: 100%;
  }
  .first-container {
    height: auto;
  }
  .comment textarea,
  .c-textarea,
  #container {
    width: 100% !important;
  }
  .gallery-top {
    max-height: none;
  }
  .mobile-container {
    padding: 0;
  }
  .moble {
    display: block;
  }
  .activity-info {
    padding: 0 !important;
  }
  .titlerHover .label-text {
    font-size: 14px !important;
    color: #999;
  }
  .titlerHover:hover > .activity-step {
    width: 0;
  }
  .first-section {
    padding-top: 0;
  }
  .first-left {
    width: 100%;
    /* background-color: #eee; */
    background-color: #fff;
    padding: 0;
    margin: 0;
    height: 300px;
  }
  .swiper-slide > img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page-center {
    background: rgb(245, 245, 245) !important;
  }
  .first-right {
    display: none;
  }
  .gallery-thumbs {
    display: none;
  }
  .activity-step:nth-child(1) {
    display: none;
  }
  .blur > img:nth-child(1) {
    height: auto;
  }
  .label {
    font-size: 14px !important;
    margin-bottom: 5px;
  }
  ._hidden {
    width: 90%;
    height: 34px;
    top: 25px;
  }
  .title {
    margin: 0;
    padding: 14px 0;
  }
  .banner,
  .section-nav {
    display: none;
  }
  ._hidden .bg {
    height: 34px;
  }
  .container {
    width: 100%;
    /* background-color: white; */
    /* border-radius: 20px; */
  }
  .swiper-button-white {
    display: none;
  }
  .blur > img:nth-child(1) {
    width: 100% !important;
    transform: translate(0%, -55%);
    position: absolute;
    top: 50%;
  }
  .blur > img:nth-child(2) {
    height: 100%;
  }
  .title-top {
    display: none;
  }
  .title-bottom {
    display: block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: white;
    padding: 0 20px;
    padding-bottom: 1px;
    padding-top: 10px;
  }
  .moble-sect {
    border-radius: 20px;
    background-color: white;
    padding: 20px 20px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .gallery-top {
    height: 100%;
  }
  .gallery-thumbs {
    /* display: none; */
    opacity: 0;
  }
  #container,
  #demo1 {
    height: 100px !important;
    width: 100% !important;
  }
  .comment textarea {
    border-radius: 30px;
  }
  .showimg {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    width: 125px;
  }
  .comment-subimt {
    top: 120px !important;
  }
  .comment-subimt > div {
    padding-left: 0;
  }
  .last-model {
    padding-bottom: 100px !important;
  }
  .comment-subimt input {
    left: 74px;
  }
  .shopInfo label {
    font-size: 14px;
  }
  .open-btn {
    left: 0;
  }
  .bottom-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .bottom-box > span {
    font-size: 14px;
    line-height: 25px;
  }
  .bottom-box img {
    border-radius: 50%;
    position: relative;
    top: 10px;
  }
  .grid {
    height: 25px;
    padding: 0 10px;
    background: rgba(51, 51, 51, 1);
    border-radius: 20px;
    opacity: 0.8;
    color: white;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    position: relative;
    right: 0;
  }
  .contact {
    width: 64px;
    height: 25px;
    border-radius: 12px;
    border: 1px solid rgba(255, 77, 119, 1);
    /* border-image:linear-gradient(135deg, rgba(255,77,119,1), rgba(74,60,233,1)) 1 1; */
    text-align: center;
    line-height: 24px;
    color: #333333;
  }
  .goumai {
    position: fixed;
    bottom: 0;
    height: 44px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    background-color: white;
    padding: 3px 20px;
    z-index: 11;
  }
  .goumai span {
    height: 100%;
    line-height: 38px;
  }
  .goumai span img {
    width: 25px;
    height: 25px;
    position: relative;
    top: 6px;
    opacity: 0.5;
  }
  .goumai span:nth-child(4) {
    width: 180px;
    background: linear-gradient(
      135deg,
      rgba(255, 77, 119, 1) 0%,
      rgba(74, 60, 233, 1) 100%
    );
    border-radius: 20px;
    color: white;
    display: inline-block;
    text-align: center;
    font-size: 14px;
  }
  .goumai span:nth-child(2) {
    width: 1px;
    height: 22px;
    display: inline-block;
    background-color: #c9c9c9;
    position: relative;
    top: 8px;
  }
  .last-sect {
    margin-bottom: 65px;
  }
  /* .moble-guige{
        padding: 20px 20px;
    } */
  .moble-guige p {
    display: flex;
    justify-content: left;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #f2f2f2;
  }
  .moble-guige p span:nth-child(1) {
    color: #999999;
    font-size: 14px;
    margin-right: 25px;
  }
  .moble-guige p span:nth-child(2),
  .seconde {
    color: #333;
    font-size: 12px;
    margin-right: 10px;
  }
  .seconde img {
    position: relative;
    top: 4px;
  }
  .guigexuanze {
    position: fixed;
    width: 100%;
    height: 420px;
    left: 0;
    bottom: -420px;
    background-color: white;
    transition: transform 0.5s ease;
    transform: translateY(0);
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px 45px 20px;
    z-index: 12;
  }
  .goumaizhezhao {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .guigexuanze > div:nth-child(3) {
    text-align: center;
    background: linear-gradient(
      135deg,
      rgba(255, 77, 119, 1) 0%,
      rgba(74, 60, 233, 1) 100%
    );
    border-radius: 20px;
    color: white;
    text-align: center;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    margin-top: 10px;
  }
  .guigexuanze .top > span {
    display: inline-block;
    float: right;
  }
  .guigexuanze span img {
    width: 25px;
    opacity: 0.5;
  }
  .guigexuanze .top {
    border-bottom: 1px solid rgb(197, 197, 197);
  }
  .guigexuanze .top .text {
    padding-top: 30px;
    margin-left: 10px;
    font-size: 13px;
  }
  .guigexuanze .top .text p {
    margin-bottom: 5px;
  }
  .guigexuanze .bottom {
    overflow-y: auto;
    height: 243px;
    clear: both;
    padding-top: 10px;
  }
  .guigexuanze .bottom .speak {
    display: block;
    margin-bottom: 5px;
  }
  .guigexuanze .bottom .shopInfo li {
    display: flex;
    justify-content: space-between;
  }
  .speakRight > div {
    font-size: 13px;
  }
  .shopInfo span {
    font-size: 13px;
  }
  .num {
    font-size: 13px;
  }
  .zushou {
    border-radius: 20px;
    display: inline-block;
    padding: 0px 5px;
    font-size: 13px !important;
    margin: 0 0px;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
  }
  #selectImg {
    position: relative;
  }
  #selectImg > img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header-tabs {
    transform: translateX(-50%);
    top: 55px;
    /* width: 80%; */
    display: flex;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
  }
  .header-tabs span {
    width: 100px;
    padding: 0;
    text-align: center;
  }
}
