html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    /* font: 12px "宋体", "Arial Narrow", HELVETICA; */
    
    background: #fff;
    -webkit-text-size-adjust: 100%;
    /* touch-action: none; */
    /* line-height: 1;  */
    caret-color: transparent;
    font-family: 'Regular';
    
}
html {
    scroll-behavior: smooth;
  }
  h4{
    font-weight: 100;
  }
@font-face {
    font-family: 'Regular';
    
    src: url('../font/OpenSans-Regular.ttf') format('opentype');
}
@font-face {
    font-family: 'Medium';
    src: url('../font/At_Aero/AtAero-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Bold';
    src: url('../font/AtAero-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'AtAeroMedium';
    src: url('../font/AtAero-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../font/OpenSans-Regular.ttf') format('opentype');
}


/* @font-face {
    font-family: 'DINExp';
    src: url('../fonts/D-DINExp.otf') format('opentype,truetype');
} */
      

input,textarea{
    caret-color: #9FC930;
}

ul,
ol {
    list-style: none;
}

a {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    text-decoration: none;
    color: inherit;
}
em {
    font-style: normal
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
p {
    word-wrap: break-word
}
a:hover {
    text-decoration: none;
}

img {
    width: 100%;
    /* display: block; */
    border: 0;
    vertical-align: middle

}
fwb{font-weight: bold;}

/* 公共样式 */
/* body的背景颜色 */
body { background-color: #f4f4f4; font-size: 16px;}
/* 文本居中 */
.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
/* 相对定位 */
.rel { position: relative; }
/* 绝对定位 */
.abs{ position: absolute }
/* 固定定位 */
.fixed { position: fixed; }
/* 隐藏 */
.dsn { display: none; }
/* 宽度100% */
.w100p { width: 100%; }
.h100p { height: 100%; }

/* 颜色 */
.fff { color: #fff; }
.black{color: #000;}
.ccc{color: #ccc;}
.aaa{color: #797d82;}
.red{color: red;}

.bg-fff { background-color: #fff; }
/* 主题色 */
.base { color: #c03131; }
.bg-base { background-color: #f03d37; }

/* 字体 */
.f10 { font-size: 10px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; } 
.f20 { font-size: 20px; }
.f22 { font-size: 22px; }
.f24 { font-size: 24px; }
.f26 { font-size: 26px; }
.f28 { font-size: 28px; }
.f30 { font-size: 30px; }
.f32 { font-size: 32px; }
.f34 { font-size: 34px; }
.f36 { font-size: 36px; }
.fwb { font-weight: bold; } 
.fw1 { font-weight: 100; }
.fw2 { font-weight: 200; }
.fw3 { font-weight: 300; }
.fw4 { font-weight: 400; }
.fw5 { font-weight: 500; }
.fw6 { font-weight: 600; }
.fw7 { font-weight: 700; }
.fw8 { font-weight: 800; }
.fw9 { font-weight: 900; }
.fwl { font-weight: lighter; }

/* 弹性盒子 */
.flex { display: flex; }
.jc-c { justify-content: center; }
.jc-sb { justify-content: space-between; }
.jc-sa { justify-content: space-around; }
.jc-se { justify-content: space-evenly; }
.aic { align-items: center; }
/* 盒子排成一列 */
.fdc { flex-direction: column; }
/* 剩余空间分配 */
.fg1 { flex-grow: 1; }

/* 换行 */
.fww {
    flex-wrap: wrap;
}

.jc-e {
    justify-content: flex-end;
}

/* margin */
.mt-3{margin-top: 3px;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.ml-5 {margin-left: 5px;}
.ml-10 {margin-left: 10px;}
.ml-15 {margin-left: 15px;}
.ml-20 {margin-left: 20px;}
.ml-25 {margin-left: 25px;}
.ml-30 {margin-left: 30px;}
.mr-5 {margin-right: 5px;}
.mr-10 {margin-right: 10px;}
.mr-15 {margin-right: 15px;}
.mr-20 {margin-right: 20px;}
.mr-25 {margin-right: 25px;}
.mr-30 {margin-right: 30px;}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}

/* padding */
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;}
.pl-5 {padding-left: 5px;}
.pl-10 {padding-left: 10px;}
.pl-15 {padding-left: 15px;}
.pl-20 {padding-left: 20px;}
.pl-25 {padding-left: 25px;}
.pl-30 {padding-left: 30px;}
.pr-5 {padding-right: 5px;}
.pr-10 {padding-right: 10px;}
.pr-15 {padding-right: 15px;}
.pr-20 {padding-right: 20px;}
.pr-25 {padding-right: 25px;}
.pr-30 {padding-right: 30px;}
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;}

/* 清除浮动 */
.clearfix:after,
.clearfix:before {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 亮色主题样式 */
body.light-theme {
    background-color: #ffffff;
    color: #000000;
}
  
/* 暗色主题样式 */
body.dark-theme {
    background-color: #000000;
    color: #ffffff;
}
/* 文本省略号 */
.toe {
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
  }
  /* 多行超出文本显示省略号 */
.duohengchaochu{
    display: -webkit-box; /* 使用弹性盒子布局 */
    -webkit-line-clamp: 2; /* 最多显示2行内容 */
    -webkit-box-orient: vertical; /* 弹性盒子垂直排列 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    width: 200px; /* 容器宽度 */
}
/* nth-child(odd)表示选择所有父元素下奇数位置的子元素（从1开始计数）；
   nth-child(even)表示选择所有父元素下偶数位置的子元素（从1开始计数）。
   :first-of-type 选择其父级的第一个元素
   :last-of-type 选择其父级的最后一个元素
   */

@media (min-width: 768px) {
    html {
        font-size: 12px;    
    }
}

@media (min-width: 992px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 24px;
    }
}

@media screen and (min-width:1025) {
    
}
@media screen and (min-width:769) and (max-width:1025) {
    
}
@media screen and (min-width:481) and (max-width:768) {
    
}
@media screen and (max-width:480) {
    
}

@keyframes opacityShow {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.consult {
    width: 100%;
    height: 400px;
    background: url(../img/bg_2.png) no-repeat center center;
  }
  .consult .centent {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .consult .centent .f20 {
    font-size: 20px;
    font-family: 'Regular';
    color: #fff;
    max-width: 90%;
    text-align: center;
    /* margin: auto; */
  }
  .consult .centent .f30 {
    width: 90%;
    text-align: center;
    font-size: 30px;
    margin: 20px 0 54px;
    font-family: 'AtAeroMedium';
    color: #fff;
  }
  .consult .centent .inp {
    width: 640px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .consult .centent .inp input {
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    flex-grow: 1;
    padding-left: 30px;
    box-sizing: border-box;
    font-family: 'Regular';
  }
  .consult .centent .inp .btn {
    width: 200px;
    height: 100%;
    background-color: #19C76B;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    font-family: 'Regular';
  }
  .consult .centent p {
    display: flex;
    align-items: center;
    font-family: 'Medium';
    color: #fff;
    font-size: 14px;
  }
  .consult .centent p input {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }
  .consult .centent p a {
    text-decoration: underline;
  }
  @media (max-width: 768px) {
    .consult{
        height: auto;
        background-size: cover !important;
    }
    .consult .centent{
        padding: 13vw 0;
    }
    .consult .centent .inp{
        width: 90% !important;
        flex-direction: column;
        height: auto;
        background-color: #ffffff00;
        border-radius: 0;
        margin-bottom: 5vw;
      }
      .consult .centent .inp input,.consult .centent .inp .btn{
        width: 100%;
        /* height: 16vw; */
        padding: 0 5.3vw;
        height:40px;
        line-height: 40px;
        flex-shrink: 0;
        border-radius: 9999px;
        box-sizing: border-box;

        /* border-radius: 8vw; */
      }
      .consult .centent .inp input{
        background: #fff;
      }
      .consult .centent .inp .btn{
        margin-top: 4vw;
      }
      .consult .centent .f20{
        width: 90%;
        font-size: 16px;
        text-align: center;
      }
      .consult .centent .f30{
        margin-top: 2.5vw;
        margin-bottom: 10vw;
      }
      
}
 



.get-email{
    position: fixed;
    z-index: 999;
    overflow: hidden;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;

}
.get-email.active{
    display: block;
}
.get-email-box{
    position: absolute;
    max-width: 700px;
    width: 90%;
    height: 460px;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    /* height: 100%; */
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.get-email-left {
    background-image: url(http://test.whongbin.cn/assets/theme/roboup/img/bg_20.png);
    background-size: cover;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.get-email-left{
    object-fit: contain;
    flex-shrink: 0;
    padding: 5%;
    box-sizing: border-box;
}
.get-email-right{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.get-email-right .get-email-close{
    position: absolute;
    top:20px ;
    right:20px;
    font-size: 20px;
    cursor: pointer;
}
.get-email-ipuut{
    /* width: 90%; */
    height: 50px;
    border: 1px solid #666;
    margin: auto;
    border-radius: 25px;
    overflow: hidden;
    margin-top: 20px;
}
.get-email-ipuut input{
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    text-indent: 20px;
    font-family: 'Regular';

}
.get-email-button{
    border: 0;
    background: linear-gradient(90deg, #E2EB00 0%, #37C900 100%);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    font-family: 'Regular';
    font-weight: bold;
    cursor: pointer;
}
.get-email-text{
    
    width: 80%;
}
.get-email-text1{
    font-size: 24px;
    font-family: 'AtAeroMedium';
}
.get-email-text2{
    font-size: 16px;
    font-family: 'Regular';
    margin-top: 5px;

}


@media (max-width: 768px) {
    .get-email-box{
        flex-direction: column;
        top: 55%;
        height: 70vh;
    }
    .get-email-left{
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
    .get-email-left img{
        width: 50%;
    }
    .get-email-right{
        padding-top: 35px;
        flex-grow: 1;
    }
    .get-email-text{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .get-email-text2{
        flex-grow: 1;
    }
    .get-email-button{
        margin-bottom: 35px;
    }
    .get-email-right .get-email-close{
        top: 3px;
        font-size: 30px;
    }
    .sidebar{
        display: none;
    }
    
}




/* 表单 */
.form-container {
  margin-top: 80px;
  width: 100%;
}
.form-container  input,
.form-container  textarea{
    width: 100%;
    height: 100%;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #000;
    color: #000;
    font-family: 'Regular';
    /* padding-top: 0;
    padding-bottom: 0; */
    resize:none;
    height: 0;
    flex-grow: 1;
    box-sizing: border-box;
}
.form-container  input{

  line-height: 34px;
}
.form-container  textarea{
  min-height: 80px;
}
.form-container .form-title{
  font-size: 40px;
  font-family: 'AtAeroMedium';
  margin-bottom: 40px;
  text-align: center;
}
.form-container  .form-init{
  text-align: center;
  color: #999;
  width: 90%;
  margin:0 auto 30px;
}
.form-container .form-box{
    max-width: 800px;
    width: 90%;
    margin: auto;
}
.form-container  .form-body{
    display: grid;
    grid-template-columns: fit-content(40%) 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 40px;
}
.form-container .form-label{
    text-align: right;
    line-height: 40px;
    font-family: 'Regular';
}
.form-container .form-label .must{
  position: relative;
  display: inline-block;
}
.form-container .form-label .must::after{
  position: absolute;
  right: -15px;
  content: '*';
  color: red;
  top: -1px;
}
.form-container .form-value{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.form-container .form-btn{
    width: 300px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(101deg, #19C76B 5%, #2ABDDD 94%);
    font-family: 'Regular';
    margin: 30px auto 46px;
    cursor: pointer;
}


@media screen and (max-width: 768px) {
  .form-container{
    margin-top: 20px;
  }
    .form-container .form-title {
      font-size: 24px;
      margin-bottom: 15px;
    }
    
    .form-container  .form-body{
        
        grid-template-columns: 1fr;
        grid-row-gap: 0px;
    }
    .form-container .form-label{
        text-align: left;
    }
    .form-container .form-label:not(:first-child){
        margin-top: 10px;
    }
    .form-container  input,
    .form-container  textarea{
        height: auto;
    }
}





/* community.html,User_details.html */
.community-leave-message-container {
    width: 100%;
    padding: 0 30px 30px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius:  10px;
  }
  .community-leave-message-container> .item {
    width: 100%;
    padding: 28px 0;
    border-bottom: 1px solid #ccc;
    display: block;
    cursor: pointer;
  }
  .community-leave-message-container > .item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .community-leave-message-container > .item .top div,
  .community-leave-message-container > .item .top a {
    display: flex;
    align-items: center;
  }
  .community-leave-message-container > .item .top div img,
  .community-leave-message-container> .item .top a img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .community-leave-message-container> .item .top a img{
    border-radius: 50%;
  }
  .community-leave-message-container > .item .top div p,
  .community-leave-message-container > .item .top a p {
    font-family: 'Regular';
  }
  .community-leave-message-container > .item .top div p .f20{
  
    font-family: 'Regular';
  }
  .community-leave-message-container > .item .top div p .f14,
  .community-leave-message-container > .item .top a p .f14 {
    margin-top: 5px;
    display: flex;
    background-color: #f5f5f5;
    color: #000;
    padding: 2px 5px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .community-leave-message-container> .item .top .f16 {
    color: #999;
    font-family: 'Regular';
  }
  .community-leave-message-container > .item .text {
    margin-top: 15px;
    display: block;
  }
  .community-leave-message-container > .item .text .f20 {
    font-size: 20px;
    font-family: 'Regular';
  }
  .community-leave-message-container > .item .text .f16 {
    font-size: 16px;
    color: #000;
    margin: 5px 0 15px;
    font-family: 'Regular';
    width: 70%;
  }
  .community-leave-message-container > .item .text .img {
    width: 500px;
  }
  .community-leave-message-container > .item .text ul {
    max-width: 400px;
    width: 100%;
    /* display: flex;
    width: 70%;
    grid-column-gap: 20px;
    margin-top: 10px; */
  }
  .community-leave-message-container > .item .text ul li {
    /* max-width: 100%; */
    /* max-height: 250px; */
  }
  
  /* .community-leave-message-container > .item .text ul li img, */
  .community-leave-message-container > .item .text ul li video {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    height: 100%;
    width: 100%;
    max-height: 250px;
    object-fit: contain;
  }
  .community-leave-message-container > .item .bottom {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .community-leave-message-container > .item .bottom .bq {
    font-size: 14px;
    padding: 2px 5px;
    background-color: #f5f5f5;
    color: #000;
    font-family: 'Regular';
  }
  .community-leave-message-container > .item .bottom .flex p {
    display: flex;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
    color: #999;
    font-family: 'Regular';
  }
  .community-leave-message-container> .item .bottom .flex p span {
    font-size: 14px;
    font-family: 'Regular';
  }
  .community-leave-message-container > .item .bottom .flex p span.iconfont {
    font-size: 20px;
    margin-right: 10px;
  }
  .community-leave-message-container > .item .bottom .flex p:hover {
    color: #000;
  }
  .community-leave-message-container> .item .bottom .flex p.up{
    width: 16px;
    height: 16px;
    background-image: url(../img/up.png);
    background-size: contain;
  }
  .community-leave-message-container> .item .bottom .flex p.up:hover{
    background-image: url(../img/up1.png);
  }
  .community-leave-message-container> .item .bottom .flex p.up a{
    width: 100%;
    height: 100%;
    display: block;
  }
@media screen and (max-width: 1024px){
  .community-leave-message-container{
    padding:20px 5vw;
  }
  .community-leave-message-container > .item .text .f16,
  .community-leave-message-container > .item .text ul{
    width: 100%;
  }
}
  


/* 商品详情参数 */
.product-parameters-container{
  font-family: 'Regular';
  background-color: #fff;
  padding:100px 0 ;
  width: 100%;
  overflow: auto;
}
.product-parameters-table{
    margin: auto;
    width: 90%;
    max-width: 1200px;
    /* min-width: 800px; */
    /* border: 20px #000000 solid; */
}

.product-parameters-tip td,
.product-parameters-image td{
  padding: 0 20px;
}
/* .product-parameters-image td:last-child{
  padding-right: 0;
}
.product-parameters-image td:first-child{
  padding-left: 0;
} */
.product-parameters-image{
  text-align: center;
}
.product-parameters-image img{
  width: 100%;
  object-fit: contain;
  max-width: 300px;
}
.product-parameters-name .name{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 13px;
}
.product-parameters-tip .tip{
  color: #999999;
  font-size: 20px;
  text-align: center;
}

.product-parameters-buy td{
  text-align: center;
}
.product-parameters-buy .buy{
  padding: 11px 20px;
  border-radius: 99999px;
  background: #000;
  color: #fff;
  display: inline-block;
  margin: 24px 0 29px;
  cursor: pointer;
}
.product-parameters-tr-title{
  border-top:1px solid #ddd ;
  /* padding:  0 20px; */
}
.product-parameters-tr-title td{
  color: #999;
  font-size: 20px;
  /* padding: 31px 0 20px; */
  padding-top: 31px;
  padding-bottom: 20px;
  border-top:1px solid #ddd ;
}
.product-parameters-value td{
  text-align: center;
  padding-bottom: 30px;

}

@media screen and (max-width: 768px){
  .product-parameters-name .name{
    font-size: 18px;
    margin: 2vw 0;
  }
  .product-parameters-tip .tip{
    font-size: 14px;
  }
  .product-parameters-tr-title td{
    font-size: 16px;
  }
  .product-parameters-value td{
    font-size: 14px;
  }
}



/*  */
.yd-xingxing{
  display: inline-flex;
  align-items: center;

}
.yd-xingxing span{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/xingxing.svg);
  background-size: cover;
  margin: 0 1px;
}
/* .yd-xingxing.hover span:hover ~span */
.yd-xingxing span.active ~span{
  background-image: url(../img/xingxing1.svg);
}
.yd-xingxing.hover span{
  cursor: pointer;
}
.product-parameters-flex{
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px){
  .yd-xingxing span{
    width: 15px;
    height: 15px;
  }
}



/*  */
.yd-bg-tw{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: stretch;
}
.yd-bg-tw .yd-bg-image{
  width: 100%;
}
.yd-bg-tw .yd-bg-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yd-bg-tw .yd-bg-text-box{
  width: 100%;
  margin-left: -100%;
  z-index: 10;
} 
.yd-bg-tw  .yd-bg-text{
  max-width: 1200px;
  width: 90%;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0;
  box-sizing: border-box;
  
}
.yd-bg-tw  .yd-bg-text .text1{
  font-size: 40px;
  color: #fff;
}
.yd-bg-tw  .yd-bg-text .text2{
  font-size: 30px;
  color: #fff;
  margin-top: 26px;
  width: 90%;
  max-width: 600px;
}
.yd-bg-tw .yd-bg-text .btn{
  border: 1px solid #fff;
  display: inline-flex;
  color: #fff;
  height: 40px;
  align-items: center;
  border-radius: 999px;
  padding: 0 20px;
  margin-top: 40px;
}

@media screen and (max-width: 768px){
  .yd-bg-tw  .yd-bg-text .text1{
    font-size: 30px;
  }
  .yd-bg-tw  .yd-bg-text .text2{
    font-size: 16px;
    margin-top: 2vw;
  }
  .yd-bg-tw .yd-bg-text .btn{
    font-size: 14px;
    height: 32px;
    margin-top: 3vw;
  }
}


/* icon-list */

@media screen and (max-width: 768px){
  .list.icon-list{
    display: grid;
    grid-template-columns: 1fr;
   }
}


/* 点赞 */
.icon-dianzan:before {
  content: "\ec7f";
  color: transparent;
}
.icon-dianzan:before{
  background-image: url('../img/dianzan2.png');
  background-size: contain;
  background-position: center;
}
.post-dianzan:hover .icon-dianzan:before{
  background-image: url('../img/dianzan.png');
}
.post-dianzan.active .icon-dianzan:before{
  background-image: url('../img/dianzan1.png');
}
.post-dianzan.active  span:last-child{
  color: red;
}


.yd-all-btn {
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 20px;
  color: #fff;
  background-color: #000;
  margin-top: 50px;
  font-family: 'Regular';
  margin: 10px auto;
}



/* 个人信息收集 */
.information-collection{
  background: rgba(0, 0, 0, 0.8);
  font-family:OpenSansRegular;
  padding: 30px 0 60px;
  width: 100%;
  z-index: 9999999;
}
.information-collection.fixed:not(.hide){
  position: fixed;
  bottom: 0;
  left: 0;
}
.information-collection.hide{
  display: none;
}
.information-collection .box{
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
.information-collection .box .close{
  text-align: right;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  margin-bottom: 10px;
}
.information-collection .box p{
  font-size: 18px;
  margin-bottom: 11px;
  color: #fff;
}
.information-collection .box .btns{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.information-collection .box .btns .earn-more,
.information-collection .box .btns .accept{
  padding: 17px 0;
  width: 130px;
  text-align: center;
  border: 0;
  border-radius: 999px;
  font-weight: bold;
  cursor: pointer;
}
.information-collection .box .btns .earn-more{
  border: 2px solid #37C900;
  
  background: linear-gradient(90deg, #E2EB00 0%, #37C900 100%), #19C76B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.information-collection .box .btns .accept{
  background: linear-gradient(90deg, #E2EB00 0%, #37C900 100%);
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 768px){
  .information-collection .box p{
    font-size: 14px;
  }
  .information-collection .box .btns .earn-more, .information-collection .box .btns .accept{
    padding: 12px 0;
  }
}


/* 分页 */
.page {
  display: flex;
  justify-content: center;

}
.page .lists {
  margin-top: 30px;
  display: flex;
  align-items: center;
  /* height: 20px; */
}
.page .lists img {
  width: 20px;
  height: 20px;
  margin: 0 15px;
}
.page .lists .item {
  margin: 0 5px;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  font-family: 'Regular';
}
.page .lists .item.art {
  color: #19C76B;
}


.img169{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 20px 0;

}
.img169 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}


/* 商品缺货遮罩 */
.sold-out-mark{
  position: relative;
}
.sold-out-mark:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 20;
}