@charset "UTF-8";

.seoProductdetail {
  background-color: #f7f9fd;
}

.choose_item {
  float: left;
  line-height: normal;
  position: relative;
  z-index: 1;
}

.choose_item img {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 1px;
  left: 1px;
}

.choose_item span {
  margin-left: 30px;
}

.choose_type .choose_item {
  padding: 7px 13px;
  border: 1px solid #ddd;
  margin: 0 7px 5px 0;
  height: 20px;
  line-height: 20px;
}

.choose_type .choose_item.disabled {
  border-style: dashed;
  color: #aaa;
}

.choose_item.selected {
  border: 1px solid #e3393c;
}

.swiper-slide-thumb-active {
  border: solid 2px #e53e41;
}

.picZoomSwiper .swiper-slide img.swiperSlideCur {
  border: solid 2px #e53e41;
}

::v-deep .tbody-input .el-input__inner {
  border-radius: 6px 0 0 6px;
  border: 0;
}

::v-deep .area-cascader .el-input .el-input__inner {
  height: 32px !important;
}

.productLeft {
  width: 304px;
  position: relative;
}

.thumbs img {
  opacity: 0.2;
}

.swiper-slide-thumb-active img {
  opacity: 1;
}

.mdImg,
.mdImg>img {
  width: 304px;
  height: 304px;
}

.superMarks {
  width: 300px;
  height: 300px;
  background-color: rgba(220, 220, 220, 0);
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.marks {
  width: 133px;
  height: 133px;
  position: absolute;
  background-color: rgba(220, 220, 220, 0.5);
  cursor: move;
}

.lgImg {
  width: 400px;
  height: 400px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 410px;
  border: 1px solid rgb(238, 238, 238);
  background-color: #fff;
}

.lgImg img {
  width: 800px;
  height: 800px;
  position: absolute;
}

.detail-heard {
  height: 30px;
  background-color: #f7f9fd;
}

.detail-heard .detail-heardInput {
  width: 1200px;
  margin: 20px auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-heard .detail-heardInput .heardTitle a {
  font-size: 16px;
  color: #999999;
}

.detail-heard .detail-heardInput .heardTitle a:hover {
  color: #ff6a00;
}

.detail-heard .detail-heardInput .heardTitle .active {
  color: #ff6a00;
}

.detail-heard .detail-heardInput .heardInput {
  border: 1px solid #FF6A00;
  display: flex;
  align-items: center;
}

.detail-heard .detail-heardInput .heardInput .h-input {
  width: 430px;
  height: 40px;
  border: none;
}

.detail-heard .detail-heardInput .heardInput .h-btn {
  width: 100px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #FF6A00;
  border: none;
}

.main-box {
  display: flex;
  justify-content: center;
  background-color: #f7f9fd;
}

.main-box .main-left {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}

.main-box .main-left .productBox {
  width: 900px;
  /* min-height: 519px; */
  background: #FFFFFF;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  padding: 20px 30px 20px 30px;
  display: flex;
}

.main-box .main-left .productBox .productBox-imgBox {
  margin-right: 35px;
}

.main-box .main-left .productBox .productBox-imgBox .productBox--i-img .productBox--i-imgTop {
  width: 100%;
}

.main-box .main-left .productBox .productBox-imgBox .productBox--i-img .productBox--i-imgTop img {
  width: 304px;
  height: 304px;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-box .main-left .productBox .productBox-imgBox .productBox--i-img .productBox--i-imgTop .productBox--i-imgViedo {
  width: 304px;
  height: 304px;
}

.main-box .main-left .productBox .productBox-imgBox .productBox--i-img .productBox--i-imgBottom {
  /* margin: 0px 0 34px; */
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main-box .main-left .productBox .productBox-imgBox .productBox--i-img .productBox--i-imgBottom img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-box .main-left .productBox .productBox-imgBox .productBox--i-img .productBox--i-imgBottom .picZoomSwiper {
  width: 304px;
  overflow: hidden;
}

.main-box .main-left .productBox .productBox-imgBox .productBox-i-zone {
  display: flex;
  align-items: center;
}

.main-box .main-left .productBox .productBox-imgBox .productBox-i-zone .productBox-shareBox {
  display: flex;
  align-items: center;
  margin-right: 50px;
  cursor: pointer;
}

.main-box .main-left .productBox .productBox-imgBox .productBox-i-zone .productBox-shareBox img {
  width: 15px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}

.main-box .main-left .productBox .productBox-imgBox .productBox-i-zone .productBox-collectBox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.main-box .main-left .productBox .productBox-imgBox .productBox-i-zone .productBox-collectBox img {
  width: 15px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}

.main-box .main-left .productBox .productBox-txtBox {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px;
background: linear-gradient(90deg, #FF592C 0%, #EA2542 100%);
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-headTitle {
  margin-bottom: 10px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-staledata {
  width: 422px;
  height: 26px;
  background: linear-gradient(90deg, #ffeaeb 0%, #ffffff 89%);
  border-radius: 3px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-staledata .staledataItem {
  margin-right: 38px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-panicBuy {
  margin-bottom: 10px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-PriceBox {
  display: flex;
  align-items: center;
  background: #F3F3F3;
  width: 500px;
  box-sizing: border-box;
  padding: 13px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-PriceBox .PriceBox-price {
  margin: 0 10px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E4393C;
  display: flex;
  align-items: center;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-PriceBox .PriceBox-price .price-16 {
  font-size: 16px;
}
.main-box .main-left .productBox .productBox-txtBox .productBox-t-PriceBox .PriceBox-price .price-17 {
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffeeb9;
  background: linear-gradient(90deg, #5c5c5c, #292929);
  border-radius: 6px;
  box-sizing: border-box;
  padding:6px;
  margin-left: 10px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-PriceBox .PriceBox-priceBtn {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #002B7A;
  cursor: pointer;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-promotion {
  background: #F3F3F3;
  padding: 10px 13px 13px 13px;
  display: flex;
  align-items: center;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-promotion .productBox-t-txt {
  margin-right: 20px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-promotion .productBox-t-txt span {
  margin-right: 25px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-assurance {
  margin: 14px 0 13px 0;
  display: flex;
  align-items: center;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-assurance .productBox-t-txt {
  margin-right: 20px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-assurance .productBox-t-img {
  width: 19px;
  height: 19px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-assurance .productBox-t-sapn {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #E4393C;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-assurance span {
  margin-right: 10px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-area {
  height: 32px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-area .productBox-t-txt {
  margin-right: 20px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-area .area-cascader {
  height: 32px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-area .area-cascader .el-input .el-input__inner {
  height: 32px !important;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-registration {
  margin: 15px 0;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-registration .productBox-t-rbox {
  display: flex;
  align-items: center;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-registration .productBox-t-rbox .productBox-t-txt {
  min-width: 75px;
  margin-right: 20px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-registration .productBox-t-rbox .registrationItem {
  width: 88px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  margin-right: 10px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-match {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-match .productBox-t-txt {
  margin-right: 20px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-btnArea {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-btnArea .number-input {
  width: 62px;
  height: 46px;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  display: flex;
  margin-right: 10px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-btnArea .number-input #input0 {
  width: 42px;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #DCDFE6;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-btnArea .number-input .right .inputclass {
  cursor: pointer;
  width: 20px;
  height: 50%;
  font-size: 18px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-btnArea .number-input .right .inputclass:first-child {
  border-bottom: 1px solid #DCDFE6;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-btnArea button {
  cursor: pointer;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-btnArea .btnArea-1 {
  width: 136px;
  height: 46px;
  background: #FFEDED;
  border: 1px solid #FF0036;
  border-radius: 2px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF0036;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-btnArea .btnArea-2 {
  width: 136px;
  height: 46px;
  background: #DF3033;
  border: none;
  border-radius: 2px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 11px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-btnArea .btnArea-3 {
  width: 136px;
  height: 46px;
  background: #20C200;
  border: none;
  border-radius: 2px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-btnArea .btnArea-3 a {
  color: #FFFFFF;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-bottomTxt {
  width: 500px;
  margin-bottom: 15px;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-bottomTxt .slide_wrapper {
  width: 500px;
  height: 60px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-box .main-left .productBox .productBox-txtBox .productBox-t-bottomTxt .slide_wrapper p {
  text-align: right;
  line-height: 60px;
}

.main-box .main-left .recommend {
  margin-top: 44px;
  width: 900px;
  height: 300px;
}

.main-box .main-left .recommend .recommend-title {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 22px;
}

.main-box .main-left .recommend .recommend-productBox {
  display: flex;
}

.main-box .main-left .recommend .recommend-productBox .recommend-productItem {
  cursor: pointer;
  width: 210px;
  height: 266px;
  background-color: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.06);
  margin-right: 20px;
  box-sizing: border-box;
  padding: 0 0 15px 0;
}

.main-box .main-left .recommend .recommend-productBox .recommend-productItem img {
  width: 210px;
  height: 180px;
}

.main-box .main-left .recommend .recommend-productBox .recommend-productItem .productItem-txt {
  width: 100px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #FEEDED;
  border-radius: 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E4393C;
  margin: 10px 0 10px 10px;
}

.main-box .main-left .recommend .recommend-productBox .recommend-productItem .productItem-price {
  padding-left: 10px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #E4393C;
}

.main-box .main-left .recommend .recommend-productBox .recommend-productItem .productItem-price span {
  font-size: 14px;
}

.main-box .main-left .serviceZone {
  margin: 30px 0 40px;
  width: 900px;
  min-height: 807px;
  background-color: #fff;
}

.main-box .main-left .serviceZone .serviceZone-Heard {
  height: 69px;
  display: flex;
  align-items: center;
  padding-left: 32px;
  border-bottom: 1px solid #E7E7E7;
}

.main-box .main-left .serviceZone .serviceZone-Heard li {
  height: 69px;
  line-height: 69px;
  min-width: 65px;
  margin-right: 74px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.main-box .main-left .serviceZone .serviceZone-Heard .actveLi {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF6A00;
  border-bottom: 3px solid #FF6A00;
}

.main-box .main-left .serviceZone .serviceZone-content {
  box-sizing: border-box;
  padding: 10px;
}

.main-box .main-left .serviceZone .serviceZone-content video {
  width: 100%;
}

.main-box .main-left .serviceZone .serviceZone-content .service-none {
  display: none;
}

.main-box .main-left .serviceZone .serviceZone-content .service-content {
  font-size: 16px;
}

.main-box .main-left .serviceZone .serviceZone-content .detail_show img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-box .main-left .serviceZone .serviceZone-content .detail_show p img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-box .main-right {
  width: 285px;
}

.main-box .main-right .main-r-udDesk {
  height: 412px;
  background-color: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.04);
}

.main-box .main-right .main-r-udDesk .udDesk-h4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #FF6A00;
  padding: 0 8px;
}

.main-box .main-right .main-r-udDesk .udDesk-h4 h4 {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #E7E7E7;
}

.main-box .main-right .main-r-udDesk .udDesk-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 22px;
}

.main-box .main-right .main-r-udDesk .udDesk-content img {
  width: 92px;
  height: 92px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 18px;
}

.main-box .main-right .main-r-udDesk .udDesk-content .udDesk-t1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 10px 0 5px 0;
}

.main-box .main-right .main-r-udDesk .udDesk-content .udDesk-t2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
}

.main-box .main-right .main-r-udDesk .udDesk-content .udDesk-t3 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  margin: 2px 0 20px 0;
}

.main-box .main-right .main-r-udDesk .udDesk-content .udDesk-t4 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.main-box .main-right .main-r-udDesk .udDesk-content .udDesk-t4 ul {
  display: flex;
  flex-wrap: wrap;
}

.main-box .main-right .main-r-udDesk .udDesk-content .udDesk-t4 ul li {
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  margin-bottom: 10px;
}

.main-box .main-right .main-r-udDesk .udDesk-content .udDesk-btn {
  width: 195px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 1px solid #FF6A00;
  border-radius: 2px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  margin-top: 12px;
}

.main-box .main-right .main-r-udDesk .udDesk-content .udDesk-btn a {
  color: #FF6A00;
}

.main-box .main-right .main-r-product {
  max-height: 416px;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.04);
}

.main-box .main-right .main-r-product .product-h4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #FF6A00;
  padding: 0 8px;
}

.main-box .main-right .main-r-product .product-h4 h4 {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #E7E7E7;
}

.main-box .main-right .main-r-product .product-listBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0 0 0;
}

.main-box .main-right .main-r-product .product-listBox .product-listItem {
  display: flex;
  margin-bottom: 18px;
}
.main-box .main-right .main-r-product .product-listBox .product-listItem .a-box {
  position: relative;
}

.main-box .main-right .main-r-product .product-listBox .product-listItem .a-box .il_img{
  width: 69px;
  height: 69px;
}

.main-box .main-right .main-r-product .product-listBox .product-listItem .a-box .img-box .il_img{
  width: 69px;
  height: 69px;
}
.main-box .main-right .main-r-product .product-listBox .product-listItem .a-box .img-box .il_bgc{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}


.main-box .main-right .main-r-product .product-listBox .product-listItem .product-l-box {
  width: 161px;
  margin-left: 12px;
  position: relative;
}
.main-box .main-right .main-r-product .product-listBox .product-listItem .product-l-box .product-l-box1 {
  width: 161px;
  height: 55px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-box .main-right .main-r-product .product-listBox .product-listItem .product-l-box .product-l-box2 {
  width: 161px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF6A00;
  margin: 2px 0 2px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.main-box .main-right .main-r-product .product-listBox .product-listItem .product-l-box .product-l-box2 span {
  font-size: 14px;
}

.main-box .main-right .main-r-product .product-listBox .product-listItem .product-l-box .product-l-box3 {
  width: 161px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF6A00;
  margin: 2px 0 2px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.main-box .main-right .main-r-hotVideo {
  box-sizing: border-box;
  height: 396px;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.04);
}

.main-box .main-right .main-r-hotVideo .hotVideo-h4 {
  height: 45px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #FF6A00;
  box-sizing: border-box;
  padding: 0 8px;
}

.main-box .main-right .main-r-hotVideo .hotVideo-h4 .hotVideo-h4Item {
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E7E7E7;
}

.main-box .main-right .main-r-hotVideo .hotVideo-h4 .hotVideo-h4Item h4 {
  height: 45px;
  line-height: 45px;
}

.main-box .main-right .main-r-hotVideo .hotVideo-h4 .hotVideo-h4Item .hotVideo-more {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  cursor: pointer;
}

.main-box .main-right .main-r-hotVideo .hotVideo-listBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 0 20px 0;
}

.main-box .main-right .main-r-hotVideo .hotVideo-listBox .hotVideo-listItem {
  display: flex;
  margin-bottom: 14px;
}

.main-box .main-right .main-r-hotVideo .hotVideo-listBox .hotVideo-listItem .hotVideo-l-box {
  width: 115px;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 8px;
}

.main-box .main-right .main-r-hotVideo .hotVideo-listBox .hotVideo-listItem .hotVideo-l-box .hotVideo-l-box1 {
  width: 115px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main-box .main-right .main-r-hotVideo .hotVideo-listBox .hotVideo-listItem .hotVideo-l-box .hotVideo-l-box2 {
  width: 115px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-content: center;
}

.main-box .main-right .main-r-hotVideo .hotVideo-listBox .hotVideo-listItem .hotVideo-l-box .hotVideo-l-box2 img {
  width: 13px;
  height: 16px;
  margin-right: 2px;
}

.main-box .main-right .main-r-hotVideo .hotVideo-listBox .hotVideo-listItem .hotVideo-l-box .hotVideo-l-box2 .oragce {
  color: #FF6A00;
  margin-right: 10px;
}

.paycode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.paycode .share-img-box {
  width: 600px;
  height: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paycode .share-img-box .share-image {
  position: relative;
  /* max-width: 500px; */
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paycode .share-img-box .share-image .colse-btn {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: -30px;
  cursor: pointer;
}

.paycode .share-img-box .share-image .imgc {
  height: 100%;
}

.mask {
  width: 100%;
  height: 100%;
  background-color: #88898b;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.priceShow {
  width: 500px;
  height: 400px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  font-family: Microsoft YaHei;
}

.priceShow .priceShowHeard {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  background-color: #f3f3f3;
  font-size: 14px;
  font-weight: 700;
}

.priceShow .priceTxt {
  color: #ff6a00;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 10px 0;
}

.priceShow .priceTxt p {
  height: 100%;
  background-color: #fff4f2;
  padding: 0 10px;
}

.priceShow .priceContentBox {
  padding: 0 20px;
}

.priceShow .priceContentBox .priceContent-step1 .priceCall {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ff6a00;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #CCCCCC;
  border-bottom: none;
}

.priceShow .priceContentBox .priceContent-step1 .priceContent {
  height: 225px;
  padding: 20px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
}

.priceShow .priceContentBox .priceContent-step1 .priceContent .price-C-heard {
  color: #909090;
  text-align: center;
  font-size: 12px;
}

.priceShow .priceContentBox .priceContent-step1 .priceContent .price-C-Max {
  margin: 25px 0;
}

.priceShow .priceContentBox .priceContent-step1 .priceContent .priceForm-price {
  width: 170px;
  height: 26px;
  border: 1px solid #333;
  border-radius: 4px;
  padding-left: 6px;
}

.priceShow .priceContentBox .priceContent-step1 .priceContent .priceForm-mobile {
  width: 170px;
  height: 26px;
  border: 1px solid #333;
  border-radius: 4px;
  padding-left: 6px;
}

.priceShow .priceContentBox .priceContent-step1 .priceContent .price-C-Email {
  margin: 25px 0;
}

.priceShow .priceContentBox .priceContent-step1 .priceContent .price-C-btn {
  margin: 25px 0 0 60px;
  width: 80px;
  height: 30px;
  border: none;
  background-color: #ff6b01;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.priceShow .priceContentBox .priceContent-step2 {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.priceShow .priceContentBox .priceContent-step2 .step2-l {
  margin-top: 20px;
}

.priceShow .priceContentBox .priceContent-step2 .step2-l img {
  width: 38px;
  height: 38px;
}

.priceShow .priceContentBox .priceContent-step2 .step2-r .priceContent {
  height: 225px;
  padding: 20px;
  font-size: 14px;
}

.priceShow .priceContentBox .priceContent-step2 .step2-r .priceContent .priceCall {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ff6a00;
  font-size: 16px;
  font-weight: 700;
}

.priceShow .priceContentBox .priceContent-step2 .step2-r .priceContent .price-C-heard {
  color: #909090;
  font-size: 12px;
  width: 220px;
}

.priceShow .priceContentBox .priceContent-step2 .step2-r .priceContent .price-C-btn {
  margin: 25px 0 0 30px;
  width: 80px;
  height: 30px;
  border: none;
  background-color: #ff6b01;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.priceShow .priceContentBox .step2-none {
  display: none;
}

.priceNone {
  display: none;
}

.masklayer {
  width: 320px;
  height: 180px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  font-family: Microsoft YaHei;
}

.masklayer .priceShowHeard {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  background-color: #f3f3f3;
  font-size: 14px;
  font-weight: 700;
}

.masklayer .top {
  margin: 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  color: #ff6c00;
}

.masklayer .top img {
  margin: 0 10px;
}

.masklayer button {
  display: block;
  width: 100px;
  background-color: #e74649;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 25px;
  margin: 0 auto;
}

.masklayer-none {
  display: none;
}

.swiper1 {
  width: 506px;
  height: 60px;
  margin: 0;
  overflow: hidden;
  text-align: right;
}

.swiper1 .swiper-wrapper {
  font-size: 14px;
  color: #888888;
  line-height: 60px;
}

.comment_info {
  padding: 20px 10px;
}

.rate {
  width: 160px;
  float: left;
  padding: 20px 0 0;
  text-align: center;
}

.rate strong {
  font: 400 46px/30px arial;
  color: #ff6a00;
}

.rate strong span {
  font-size: 24px;
  color: #ff6a00;
}

.percent {
  float: left;
  width: 186px;
  height: 74px;
  padding: 8px 0;
  border-right: 1px solid #E4E4E4;
}

.percent span {
  color: #9C9A9C;
}

.percent dl {
  padding: 2px 0;
  overflow: hidden;
  zoom: 1;
}

.percent dt {
  float: left;
  width: 70px;
  font-size: 12px;
}

.percent dd {
  float: left;
  width: 100px;
  height: 10px;
  margin: 6px 0 0 10px;
  overflow: hidden;
  background: #efefef;
}

.percent dd div {
  overflow: hidden;
  height: 10px;
  width: 0;
  background-color: #ff6a00;
  background-image: linear-gradient(to bottom, #ff6a00 0, #ff6a00 100%);
}

.actor_new {
  float: left;
  position: relative;
  width: 490px;
  padding: 5px 15px 0;
  line-height: 15px;
  white-space: nowrap;
}

.actor_new dd {
  overflow: hidden;
}

.comm_tags:hover {
  text-decoration: none;
}

.comm_tags {
  float: left;
  height: 21px;
  line-height: 21px;
  padding: 0 7px;
  margin-right: 5px;
  background: #fdedd2;
}

.actor_new .comm_tags {
  margin-top: 5px;
}

.comm_tags span {
  color: #333;
}

.comm_tags em {
  color: #999;
}

.comment_btns {
  float: right;
  width: 150px;
  padding: 17px 10px 0 0;
  line-height: 20px;
  text-align: center;
}

.btn_comment,
.btn_comment:hover {
  display: block;
  width: 124px;
  height: 30px;
  background: #df1738;
  line-height: 29px;
  font-size: 14px;
  color: #fff;
  margin: 10px auto;
}

.consult_box {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  border-top: none;
  background: #fff;
  margin-top: 10px;
}

.consult_search {
  width: 280px;
  border-right: 1px solid #eee;
  padding: 5px 0;
}

.consult_text {
  width: 178px;
  height: 25px;
  border: 1px solid #eee;
  padding: 0 5px;
}

.consult_input {
  margin-top: 10px;
}

.issued_consult {
  margin-left: 5px;
}

.cs_search_btn {
  margin: -1px 0 0 7px;
  border: 1px solid #eee;
  border-radius: 2px;
  background: #fff;
  width: 53px;
  height: 28px;
  cursor: pointer;
  color: #333;
}

.consult_prompt {
  width: 645px;
  padding: 10px 0 10px 20px;
  line-height: 180%;
}

.consult_prompt b {
  color: #f0375e;
}

.issued_consult {
  color: #f0375e;
}

.cs_reply {
  color: #f0375e;
}

.consult_wp {
  padding: 10px;
}

.consult_item {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.consult_item dt {
  float: left;
  line-height: 150%;
}

.consult_item dd {
  line-height: 150%;
  margin-bottom: 5px;
}

.consult_item dd .time {
  margin-left: 30px;
}

.consult_user {
  color: #999;
}

.cs_con dd a:hover {
  text-decoration: underline;
}

.cs_reply dd {
  overflow: hidden;
}

.cs_reply dd p {
  width: 770px;
  line-height: 150%;
}

.cr_date {
  color: #999;
}

.tabs_two {
  border: 0;
  border-top: solid 1px #dfdfdf;
  margin-top: 10px;
}

.comments_item {
  padding: 20px;
  margin-top: -1px;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}

.column_text {
  width: 800px;
  float: left;
}

.p_comment {
  margin-bottom: 5px;
  line-height: 22px;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 12px;
}

.p_comment .time {
  display: inline-block;
  font-weight: 400;
  color: #999;
  margin-left: 10px;
}

.od_list li {
  float: left;
  margin: 5px 10px 0 0;
}

.od_list li img {
  border: 1px solid #dedede;
  padding: 1px;
  cursor: pointer;
}

.od_list li.cur img {
  border: 2px solid #e53e41;
  padding: 0;
}

.p_tabs {
  margin-bottom: 5px;
}

.p_tabs .item {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin-right: 3px;
  padding: 0 5px;
  background-color: #fff1e4;
  font-style: normal;
}

.p_tabs .num,
.column_type li .label {
  color: #999;
}

.column_star {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

.star {
  width: 78px;
  height: 14px;
  background: url(../assets/img/star.png) no-repeat;
}

.star1 {
  background-position: -64px 0;
}

.star2 {
  background-position: -48px 0;
}

.star3 {
  background-position: -32px 0;
}

.star4 {
  background-position: -16px 0;
}

.star5 {
  background-position: 0 0;
}

.el-rate__icon {
  margin-right: 2px;
}

.el-rate__icon.hover {
  transform: scale(1);
}

.el-icon-star-on:before {
  width: 14px;
  height: 14px;
  display: inline-block;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDBDNDkyRkEzMzdFMTFFQUEzNkFEMzg5MjA0QjlFNUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDBDNDkyRjkzMzdFMTFFQUEzNkFEMzg5MjA0QjlFNUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcyMUUwNkUxNDgwMTExRTY4QzVCOUFCRDVEMUI2N0IxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcyMUUwNkUyNDgwMTExRTY4QzVCOUFCRDVEMUI2N0IxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PgTQeAAAAD9QTFRF7HN18p6f8I2P/vf38ZWX621v+MfI+trb+dDR74SG//7+9K+w7Xp85kZJ6mVn5Tw/6FNV/evr6V1f////5Dk8tGJScgAAAGNJREFUeNp0zksOgCAMBNABBBGVX3v/s1oaA26cBeGFSQtoxOXs9AI9LbNd3Aszx5ft7CKuQfoIeTxpio+o/EmF+XJD8ks5gdqs321MvmZVF+GHh1JmFfRJ002Tj9oeiB4BBgBbUQzw9ut6mQAAAABJRU5ErkJggg==);
}

.icon-rate-face-off:before,
.el-icon-star-off:before {
  width: 14px;
  height: 14px;
  display: inline-block;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDBDNDkyRkUzMzdFMTFFQUEzNkFEMzg5MjA0QjlFNUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDBDNDkyRkQzMzdFMTFFQUEzNkFEMzg5MjA0QjlFNUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcyMUUwNkUxNDgwMTExRTY4QzVCOUFCRDVEMUI2N0IxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcyMUUwNkUyNDgwMTExRTY4QzVCOUFCRDVEMUI2N0IxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Tn8bQgAAADlQTFRFubm5//7+ysrK6enp////vLy8/Pz8+fn55eXlwMDAwsLC9vb23d3dzc3N8PDwx8fH8/Pz1dXV7u7uo0vyuQAAAGlJREFUeNpEzlsWgCAIBNAJBbR81f4XW5AWHxyvzgERrYRZ/ADvFAL9vLrdTGqBWj48eSTORe1hnMwBeGd4KaOmn4kgPJYOFjxtMTebnKda9UX7ytLHzX7aJxsBp267s3K/oqSMEuMtwACb4wQjp+vzewAAAABJRU5ErkJggg==);
}

.photo_viewer {
  max-width: 370px;
  max-height: 478px;
  vertical-align: middle;
}

.column_type {
  width: 180px;
  float: left;
}

.column_type li {
  line-height: 22px;
}

.column_user {
  width: 135px;
  float: left;
  font-size: 12px;
}

.column_user li {
  margin-bottom: 5px;
}

.column_user .user_ico {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}

.user_level {
  color: #ff0000;
  margin-right: 10px;
}

.comment_operate {
  width: 100%;
  float: left;
}

.tabs_detail {
  border: 1px solid #dfdfdf;
}

.tabsNav_detail {
  margin-left: -1px;
  border-bottom: 1px solid #dfdfdf;
}

.tabsNav_detail li {
  display: inline;
  float: left;
  text-align: center;
}

.tabsNav_detail li a {
  display: block;
  padding: 0 30px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #666;
}

.tabsNav_detail .cur {
  position: relative;
  background: #ff6a00;
  color: #fff;
}

.tabsNav_detail .cur a {
  border-bottom: 0;
  border-top: 0;
  color: #fff;
}

.tabsNav_detail li.add_cart_tab {
  float: right;
  background: #ff6a00;
  color: #fff;
}

.tabsNav_detail li.add_cart_tab a {
  color: #fff;
  font-size: 16px;
}

.clearfix {
  display: block;
}

body,
button,
input,
select,
textarea {
  font: 12px/150% Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b体, sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased;
}

/*# sourceMappingURL=productdetail.css.map */
.combination {
  width: 100%;
  height: 298px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  margin-top: 16px;
  padding: 20px;
  box-sizing: border-box;
}

.combination .cb_tle {
  width: 237px;
  height: 18px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 600;
}

.cb_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cb_con .cbc_item {
  width: 159px;
  height: 220px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  padding: 10px;
  user-select: none;
}

.cb_con .cbc_left {
  display: flex;
  align-items: center;
  max-width: 580px;
    overflow: auto;
}
.cb_con .cbc_left::-webkit-scrollbar {
  height: 5px;
}
.cb_con .cbc_left::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.cb_con .cbc_left::-webkit-scrollbar-thumb {
  background: #df3033;
}
.cb_con .cbc_left .cbc_item:not(:first-child) {
  margin-left: 80px;
  position: relative;
}

.cb_con .cbc_left .cbc_item:not(:first-child)::before {
  content: "+";
  position: absolute;
  margin-left: -20px; /* 调整位置 */
  left: -42px;
  font-size: 64px;
  top: 40%;
  color: #A1A1A1;
}

.cbc_right::before {
  content: "=";
  font-size: 64px;
  /* margin: 0 auto; */
  color: #A1A1A1;
  margin-left: auto;
}

.cbc_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.cbcr_detail {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.cbcr_detail .cbcrd_price{
height: 19px;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #DF3033;
margin-bottom: 30px;
}
.cbcr_detail .cbcrd_oldprice{
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  text-decoration: line-through;
  color: #999999;
  line-height: 50px;
}
.cbcr_detail .cbcrd_price span{
  font-size: 28px;
  font-weight: 600;
}
.cbcrd_buy {
  width: 136px;
  height: 46px;
  background: #DF3033;
  border: none;
  border-radius: 2px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 11px;
}

.cbc_item .cbci_img {
  width: 140px;
  height: 140px;
  position: relative;
}
.cbc_item .outerFrameUrl{
  position:absolute;
  top: 0;
  left: 0;
}

.cbci_img img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cbc_item .cbci_tle {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2; /* 显示的行数 */
  -webkit-box-orient: vertical;
}

.cbc_item .cbci_bco {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cbci_bco .cbcib_left .old_price {
  text-decoration: line-through;
}

.cbcib_left .price {
  color: #df3033;
}

.cbcib_left .old_price {}

.cbci_bco .cbcib_right {
  width: 15px;
  height: 15px;
}
.productBox-t-promotion .mk_tag{
  width: 35px;
border: 1px solid #E4393C;
padding: 2px;
text-align: center;
color: #E4393C;
margin-right:5px
}
.d_as{
  display: flex;
  align-items: center
}

/*.cbcib_right*/

.dynamics {
  display: flex;
  align-items: center;
  margin: 30px 0;
  margin-left: 160px;
}
.dynamics .swiper {
  height: 17px;
  text-align: center;
  width: 220px;
}
.dynamics .swiper .swiper-slide {
  font-size: 12px;
  font-family: PingFang SC;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dynamics img {
  /* width: 50px; */
  height: 15px;
  margin-left: 8px;
}
.dynamics .slide_wrapper {
  width: 220px;
  height: 20px;
  margin: 0;
}
.dynamics .slide_wrapper p {
  font-size: 11px;
  font-family: Microsoft YaHei;
  font-family: PingFang SC;
  font-weight: 400;
  color: #292929;
  white-space: nowrap;
  line-height: 13px;
}