.topBanner{
    background: url("img/banner.png") no-repeat center;
    background-size: cover;
}
.cloud-title{
    font-size: 0.13rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    height: 0.56rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px 0px rgba(165, 165, 165, 0.8);
    display: flex;
    position: relative;
    align-items: center;
    padding-left:0.14rem;
    padding-right:0.14rem
}
.cloud-title:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: transparent transparent transparent;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s;
    margin-top: 0.05rem;
    border-width: 0.06rem;
    border-top-color: #67676c;
    z-index: 3;
    transition: 0.3s;
    position: absolute;
    right: 0.14rem;
}
.cloud-product-box{
    margin-top:0.1rem;
    background: white;
}
.showMore .cloud-title:after{
    transform: rotate(180deg);
}
.cloud-config{
    position: relative;
    background: white;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.cloud-product-box.showMore .cloud-config{
    height: 2.7rem;
    overflow: visible;
}
.cloud-config:before{
    content: "";
    width: 92%;
    top:0;
    margin-left:auto;
    margin-right: auto;
    left:0;
    right:0;
    height: 1px;
    background: #333333;;
    position: absolute;
}
.config-detail{
    display: flex;
    font-size: 0.1rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding:0 0.14rem;
}
.config-detail>.pz-box{
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    margin-top:0.28rem;
}
.pz-title{
    height: 0.16rem;
}
.pz-desc{
    display: flex;
}
.pz-desc>.selectGroup{
    width: 100%;
    font-weight: bold;
}
.pz-ms{
    line-height: 0.24rem;
    display: block;
    width: 100%;
    height: 0.24rem;
    font-size: 0.1rem;
    font-weight: bold;
    color: #444444;
    border-bottom:1px solid #333333;
    /*padding-right:0.1rem;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.symbol{
    font-size: 0.08rem;
    font-weight: bold;
    color:#C7000B;
}
.price-box{
    display: flex;
    align-items: baseline;
    padding-left:0.14rem;
    margin-top:0.4rem;
    margin-bottom:0.25rem;
}
.money{
    font-size: 0.21rem;
    font-weight: bold;
    color:#C7000B;
}
.unit{
    color:#444444;
    font-size: 0.08rem;
}
.yhPrice{
    color:#444444;
    font-size: 0.08rem;
    margin-left:0.1rem;
}
.buyGoodsBtn{
    width: 100%;
    display: flex;
    height: 0.42rem;
    color:white;
    align-items: center;
    justify-content: center;
    font-size: 0.13rem;
    font-weight: bold;
    background: #B5251D;
    box-shadow: 0px -1px 2px 0px rgba(210, 210, 210, 0.4);
}
.ys-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ys-box>div{
    padding-top:0.38rem;
    width: 48%;
    min-width: 48%;
    max-width: 48%;
    margin-top:0.28rem;
}
.ys-box>div>div:nth-child(1){
    display: flex;
    justify-content: center;
    font-size: 0.1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}
.ys-box>div>div:nth-child(2){
    margin-top:0.12rem;
    display: flex;
    justify-content: center;
    font-size: 0.08rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
}
.ys-1{
    background: url("img/ys-1.png") no-repeat center;
    background-position-y: top;
    background-size: 0.3rem auto;
}
.ys-2{
    background: url("img/ys-2.png") no-repeat center;
    background-position-y: top;
    background-size: 0.3rem auto;
}
.ys-3{
    background: url("img/ys-3.png") no-repeat center;
    background-position-y: top;
    background-size: 0.3rem auto;
}
.ys-4{
    background: url("img/ys-4.png") no-repeat center;
    background-position-y: top;
    background-size: 0.3rem auto;
}
.ys-5{
    background: url("img/ys-5.png") no-repeat center;
    background-position-y: top;
    background-size: 0.3rem auto;
}
.ys-6{
    background: url("img/ys-6.png") no-repeat center;
    background-position-y: top;
    background-size: 0.3rem auto;
}
.ys-7{
    background: url("img/ys-7.png") no-repeat center;
    background-position-y: top;
    background-size: 0.3rem auto;
}
.ys-8{
    background: url("img/ys-8.png") no-repeat center;
    background-position-y: top;
    background-size: 0.3rem auto;
}
#product_compare_list{
    display: flex;
    flex-direction: column;
    margin-top:0.12rem;
}
#product_compare_list>div{
    display: flex;
    flex-direction: column;
    font-size: 0.1rem;
}
#product_compare_list>div>div{
    background:white;
    display: flex;
    align-items: center;
    padding:0 0.14rem;
    height: 0.42rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:0.02rem;
    box-shadow: 0px 0px 1px 0px rgba(210, 210, 210, 0.8);
}
#product_compare_list>div>div:nth-child(1){
    border-left:0.01rem solid #c7000b;
    box-sizing: border-box;
}
#product_compare_list>div>div>span{
    width: 1rem;
}
#product_compare_list>div.not-show{
    display: none;
}

.cpgnBox{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cpgnBox>div{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 1.18rem;
    box-sizing: border-box;
    padding-left:0.64rem;
    padding-top:0.16rem;
    margin-bottom:0.01rem;
    /*background: white;*/
    padding-right:0.14rem;
    box-shadow: 0px 0px 1px 0px rgba(210, 210, 210, 0.8);
}
.cpgnBox>div>div:first-child{
    margin-bottom:0.1rem;
    font-size: 0.11rem;
    font-weight: bold;
    color: #333333;
}
.cpgnBox>div>div:nth-child(2){
    font-size: 0.09rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    height: 0.65rem;
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp:4;*/
}
.cpgn-1{
    background: url("img/cpgn-1.png") no-repeat white;
    background-position-y: 0.2rem;
    background-position-x: 0.14rem;
    background-size: 0.3rem auto;
}
.cpgn-2{
    background: url("img/cpgn-2.png") no-repeat white;
    background-position-y: 0.2rem;
    background-position-x: 0.14rem;
    background-size: 0.3rem auto;
}
.cpgn-3{
    background: url("img/cpgn-3.png") no-repeat white;
    background-position-y: 0.2rem;
    background-position-x: 0.14rem;
    background-size: 0.3rem auto;
}
.cpgn-4{
    background: url("img/cpgn-4.png") no-repeat white;
    background-position-y: 0.2rem;
    background-position-x: 0.14rem;
    background-size: 0.3rem auto;
}
.cpgn-5{
    background: url("img/cpgn-5.png") no-repeat white;
    background-position-y: 0.2rem;
    background-position-x: 0.14rem;
    background-size: 0.3rem auto;
}
.jdjs{
    display: flex;
    flex-direction: column;
}
.jdjs>a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 0.56rem;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px 0px rgb(106 106 106);
    padding-left:0.15rem;
    margin-bottom:0.1rem;
}
.jdjs>a>div:nth-child(1){
    display: flex;
    align-items: center;
    font-size: 0.11rem;
    font-weight: bold;
    color: #333333;
}
.jdjs>a>div:nth-child(1):after{
    margin-left:0.08rem;
    content:"";
    background: url("img/jdjs.png") no-repeat center;
    width: 0.18rem;
    height: 0.09rem;
    background-size: cover;
}
.jdjs>a>div:nth-child(2){
    font-size: 0.09rem;
    margin-top:0.06rem;
    font-weight: 400;
    color: #444444;
}
.riZk{
    background: #e81622;
    color: white!important;
    display: inline-flex;
    height: 0.18rem;
    align-items: center;
    justify-content: center;
    width: 0.3rem;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 0.1rem;
}
.timeUl li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
