.cxBox>a {
    font-size: 14px;
    color: #2D3241;
}
.cloudTopAd{
    background: url("img/topAd.png") center no-repeat;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 55px;
    font-size: 24px;

    font-weight: bold;
    font-style: italic;
    color: #3E3E3E;
    width: 1200px;
    margin:0 auto;
    padding-left: 94px;
    margin-top: -7px;
    position: absolute;
    left: 0;
    right: 0;
    filter: drop-shadow(0px 2px 4px rgba(213, 217, 224, .8));
}
.cloudTopAd>span:first-child{
    font-size: 24px;
    color: #CF2020;
    background: linear-gradient(0deg, #CF2020 12.6953125%, #FFC289 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cloudTopAd>div.adLine{
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #CF2020 0%, #FFBD85 100%);
    margin:0 15px;
}
.cloudTopAd>div{
    width: 63px;
}
.cloudTopAd>span:last-child{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #FFFFFF;
}
.cxBox>a>span:first-child {
    font-size: 14px;
    color: #2D3241;
    font-weight: bold;
}

.cxBox>a>span:last-child {
    font-size: 12px;
    width: 30px;
    text-align: center;
    background: #C7000B;
    color: white;
    display: inline-block;
    border-radius: 2px;
}

.cxBox:hover a {
    color: #C7000B;
}

.cxBox:hover a>span:first-child {
    color: #C7000B;
}

.jptjNav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /*border-bottom: 1px solid #D8DBE4;*/
}

.jptjNav>div>a {
    font-size: 16px;

    font-weight: 400;
    color: #2D3241;
}

.jptjNav {
    height: 30px;
}

.jptjNav>div {
    height: 30px;
}

.jptjNav>div.on {
    border-bottom: 3px solid #C7000B;
}

.jptjNav a:hover {
    color: #C7000B;
}

.jpItemBox {
    position: relative;
    width: 295px;
    padding-bottom: 20px;
    background: #FFFFFF;
    /*box-shadow: 1px 0px 10px 0px rgb(192 192 192 / 40%);*/
    margin-bottom: 32px;
}

.fwqTypeCss>.jpItemBox {
    margin-right: 6px;
}

.fwqTypeCss>.jpItemBox:nth-child(4n) {
    margin-right: 0;
}

.fwqTypeCss {
    flex-wrap: wrap;
    display: flex;
    margin-top: 32px;
}

.testCss .select-title {
    padding-left: 0 !important;
}

.jpIcon {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 114px;
    height: 100px;
}

.jpItemBoxTop {
    height: 98px;
    padding-left: 26px;
    padding-top: 18px;
    box-sizing: border-box;
    background-image: url('../../images/cloud/jpbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.jpItemBoxTop-fir {
    font-size: 20px;
    color: #444444;

    /*font-weight: bold;*/
    margin-top: 8px;
}

.jpItemBoxTop-sec {
    margin-top: 9px;
    font-weight: normal;

    color: #666666;
    font-size: 12px;
}

.jpItemTopIcon {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: -7px;
    right: 26px;
    color: #333333;
    background-color: #F2C75B;
    font-size: 14px;
    position: absolute;
    width: 32px;
    height: 86px;
    padding: 6px 9px;
    line-height: 14px;

    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: 0 1px 5px #888888;
}

.jpItemContent {
    font-size: 14px;

    font-weight: 400;
    color: #333333;
}

.jpItemRow {
    padding-left: 26px;
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.jpItemLeft {
    display: inline-block;
    width: 42px;
    height: 31px;
    line-height: 31px;
    color:#808080;
}

.jpItemRight {
    display: inline-flex;
    align-items: center;
    width: 214px;
}

.jpItemRight select {
    border: none;
    outline: none;
}

.jpLine {
    background: #E6EAEE;
    width: 336px;
    height: 1px;
    margin-left: 24px;
    margin-top: 34px;
}

.jpBottom {
    padding-left: 26px;
    /* margin-top: 30px; */
    padding-right: 30px;
    white-space: nowrap;
}
.zkBox{
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 26px;
    margin-top:10px;
}
.zkSpan{
    height: 18px;
    background: #C7000B;
    border-radius: 2px;
font-size: 12px;

font-weight: 500;
color: #FFFFFF;
display: inline-flex;
align-items: center;
padding:0 6px;
}
.jpBottom span:nth-child(1) {

    font-size: 12px;
    font-weight: bold;
    color: #CA0E18;
}

.dateLi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}

.riZk {
    background: #e81622;
    color: white !important;
    display: inline-flex;
    height: 18px;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 12px;
    margin-right: 10px;
    padding: 0 6px;
    box-sizing: border-box;
}
.select-title .riZk{
    display: none;
}
.jpBottom span:nth-child(2) {

    font-size: 25px;
    font-weight: bold;
    color: #CA0E18;
    margin-left: -5px;
}

.jpBottom span:nth-child(3) {

    font-size: 12px;
    font-weight: bold;
    color: #CA0E18;
}

.jpBottom span:nth-child(4) {

    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.jpBtnCs {
    padding: 6px 26px;
    float: right;
}

.jpBtnCs:after {
    content: "";
    clear: both;
}

.cpysBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cpysBox>div {
    display: flex;
    margin-bottom: 90px;
}

.cpysBox>div>div:first-child {
    margin-right: 16px;
}

.ysTitle {
    font-size: 16px;

    font-weight: bold;
    color: #444444;
    margin-bottom: 22px;
}

.ysDesc {
    width: 197px;
    height: 57px;
    font-size: 12px;

    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.dbcol1 {
    width: 198px !important;
    padding-left: 22px !important;
    box-shadow: inset -8px 0px 10px -12px #b7b7b7 !important;
}

.ymjgRow div {
    font-size: 14px;
}

.dbcol2 {
    width: 280px !important;
    padding-left: 76px !important;
    box-shadow: none !important;
    border-right: none !important;
}

.dbcol3 {
    width: 265px !important;
    padding-left: 89px !important;
    box-shadow: inset 8px 0px 10px -12px #b7b7b7 !important;
}

.dbcol4 {
    width: 195px !important;
    padding-left: 84px !important;
    border-right: none !important;
}

.hzhb-data {
    display: flex;
    justify-content: space-between;
    width: 950px;
    margin: 0 auto;
}

.hzhb-top {
    font-size: 36px;
    color: #333333;
    position: relative;
    font-weight: bold;
}

.hzhb-top>span {
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    top: -10px;
}

.hzhb-desc {
    font-size: 16px;

    font-weight: 400;
    color: #444444;
}

.gnBox {
    display: flex;
    justify-content: space-between;
}

.gnBox>div {
    display: flex;
    background: white;
    width: 233px;
    height: 323px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.gnImg {
    padding-top: 70px;
    position: relative;
}

.gnImg img {
    position: absolute;
    transition: all 0.3s;
}

.gnBox>div:hover img {
    margin-top: -20px;
}

.gnTitle {
    font-size: 18px;

    font-weight: bold;
    color: #444444;
    margin-top: 26px;
    margin-bottom: 32px;
}

.gnDesc {
    width: 172px;
    height: 36px;
    font-size: 14px;

    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.jdjs {
    display: flex;
    justify-content: space-between;
}

.jdjs>a {
    display: inline-block;
    width: 296px;
    height: 110px;
    box-shadow: 0 0 20px #f6f6f6;
}

.jdjs>a:hover .jdTitle {
    color: #C7000B;
}

.jdTitle {
    font-size: 18px;

    font-weight: bold;
    color: #444444;
    padding-top: 30px;
    margin-left: 25px;
    position: relative;
}

.jdjt {
    position: absolute;
    font-size: 22px;
    margin-left: 6px;
}

.jdDesc {
    font-size: 14px;
    margin-top: 14px;

    font-weight: 400;
    color: #666666;
    margin-left: 25px;
    line-height: 26px;
}

.yfwcjwt {
    display: flex;
    justify-content: space-between;
}

.yfwcjwt>div {
    background: white;
}

.yfwcjwtTitle {
    padding-left: 20px;
    padding-right: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    width: 349px;
}

.wtBottom {
    width: 354px;
    padding-left: 15px;
    padding-right: 25px;
    height: 125px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px #f2f2f2;
    padding-top: 20px;
}

.wtBottom a {
    font-size: 14px;
    color: #444444;
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wtBottom a:hover {
    color: #C7000B;
}

.yfwcjwtTitle div {
    font-size: 16px;

    font-weight: bold;
    color: #444444;
}

.yfwcjwtTitle a {
    font-size: 12px;

    font-weight: 400;
    color: #666666;
}

.yfwcjwtTitle a:hover {
    color: #C7000B;
}


/*下拉框样式*/

.selectGroupCss {
    position: relative;
    margin-right: 20px;
}

.selectGroupCss dt {
    background-image: url("../../images/select_arrow_down1.png");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: center;
    width: 200px;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #333333;
    background-size: 12px 6px;
    /*border: 1px solid #059fff;*/
    border-bottom: 1px solid #f7f7f7;
    /*padding-left: 20px;*/
}

.selectGroupCss div.selectDivBox {
    display: none;
    position: absolute;
    left: 0;
    border: 1px solid #999999;
    z-index: 9999;
    background: white;
    border-top: none;
    width: 200px;
}

.selectGroupCss dl {
    margin: 0;
}

.select-title {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    width: 85%;
    text-overflow: ellipsis;
    font-size: 14px;
    transition: all 0.3s;
    /*padding-left:10px;*/
}


/*.selectShow .select-title{*/


/*    padding-left:20px;*/


/*}*/

.selectGroupCss div.selectDivBox ul {
    padding-left: 0;
    margin: 0;
}

.selectGroupCss div.selectDivBox ul li {
    list-style: none;
    border-bottom: 1px solid #999999;
    min-height: 30px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 30px;
    font-size: 14px;
    color: black;
    cursor: pointer;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selectGroupCss div.selectDivBox ul li:hover {
    background-color:rgb(235, 238, 243);
    color: #C7000B;
}

.selectShow {
    background-image: url("../../images/select_arrow_up1.png") !important;
}

.selectDivBoxShow {
    display: block !important;
}

.selectGroupCss div.selectDivBox ul li.on {
    background: #C7000B;
    color: white;
}

.selectGroupCss div.selectDivBox ul li.on:hover {
    background: #C7000B;
    color: white;
}


/*下拉框样式结束*/

.hotSellBox {
    display: flex;
    align-items: center;
    height: 48px;
    justify-content: space-between;
}


/*.hotSellBox>div{*/


/*    margin-right:20px;*/


/*}*/


/*.hotSellBox>div:last-child{*/


/*    margin-right:0;*/


/*}*/

.cloud-top-tj {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cloud-top-tj>div {
    width: 582px;
    box-sizing: border-box;
    /*box-shadow: 0px 0px 30px 2px rgba(210, 210, 210, 0.5000);*/
    box-shadow: -36px 0px 30px -24px rgb(210 210 210 / 50%);
    background: transparent;
    position: relative;
}
.cloud-top-tj>div:after{
    content:'\9650\0031\53f0';
    /* 限1台 */
    font-size: 12px;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    border: 1px solid #C6C6C6;
    box-sizing: border-box;
    color: #6F6F6F;
    border-radius: 2px;
    padding: 0 4px;
    position: absolute;
    top:22px;
    right: 20px;
}
.cloud-top-tj>div:before{
    content:'\9650\4e91\9996\8d2d'; 
    /* 限云首购 */
    font-size: 12px;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    border: 1px solid #C6C6C6;
    box-sizing: border-box;
    color: #6F6F6F;
    border-radius: 2px;
    padding: 0 4px;
    position: absolute;
    top:22px;
    right: 66px;
}

.rxtj-top {
    background: url('img/cloud_top_tj.jpg') no-repeat center;
    background-size: 590px 221px;
    width: 582px;
    height: 221px;
    box-sizing: border-box;
    display: flex;
    padding-top: 30px;
    padding-left: 23px;
    justify-content: space-between;
}

.rxtj-top>div {
    padding-top: 10px;
    height: 148px;
}

.rxtj-top>div:nth-child(2) {
    border-left: 1px dashed #D1D1D1;
    padding-left: 22px;
    width: 265px;
}

.rx-title {
    font-size: 18px;

    font-weight: 400;
    color: #444444;
}

.rx-title sup {
    font-size: 10px;

    font-weight: bold;
    font-style: italic;
    color: #C7000B;
    margin-left: 5px;
}

.rx-pz {
    font-size: 14px;

    font-weight: 400;
    color: #444444;
}

.rx-pz>div:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #A8ADB3;
    border-radius: 50%;
    margin-right: 10px;
}

.rx-pz>div {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.rx-pz>div:last-child {
    margin-bottom: 0;
}

.rx-price {
    color: #C7000B;
    font-size: 12px;
    font-weight: bold;
}

.rx-price span {
    font-size: 24px;
}

.rx-zk {
    font-size: 12px;

    font-weight: 400;
    color: #C7000B;
    margin-top: 10px;
}

.rx-btn {
    width: 140px;
    height: 38px;
    background: #C7000B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;

    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 30px;
}

.rx-btn:hover {
    opacity: 0.8;
}

.rxjd1 {
    width: 138px;
    height: 2px;
    background: #D8D8D8;
    margin-top: 12px;
    margin-bottom: 5px;
    border-radius: 50%;
    position: relative;
}

.realJd {
    position: absolute;
    border-radius: 50%;
    height: 2px;
    background: linear-gradient(-90deg, #C7000B 0%, #F8C790 100%);
}

.realJd::after {
    background: url('img/fire.png') no-repeat center;
    content: "";
    width: 7px;
    height: 9px;
    position: absolute;
    right: -5px;
    display: inline-block;
    margin-top: -8px;
}

.rxjd2 {
    font-size: 10px;

    font-weight: 400;
    color: #444444;
}

.rxtj-bottom {
    width: 590px;
    height: 46px;
    /*background: linear-gradient(-90deg, #C7000B 28.999999999999996%, #F8C891 100%);*/
    background: transparent;
    display: flex;
    align-items: center;
    padding-left: 23px;
    position: relative;
}
.rxtj-bottom:after{
    content:'';
    width: 608px;
    height: 61px;
    position: absolute;
    background:url('img/cloud_top_bj.png') no-repeat center;
    left: -17px;
    top:-11px;
}

.rxtj-bottom>div:first-child {
    font-size: 15px;

    font-weight: bold;
    font-style: italic;
    color: #C7000B;
    position: relative;
    z-index: 1;
    margin-top:-30px;
    margin-right: 26px;
    /*text-shadow: 0px 1px 6px rgba(247, 151, 78, 0.5000);*/
}

.rxtj-bottom {
    font-size: 12px;

    font-weight: bold;
    font-style: italic;
    box-sizing: border-box;
    color: #FFFFFF;
    text-shadow: 0px 1px 6px rgba(247, 151, 78, 0.5000);
}

.rxtj-bottom input {
    display: none;
}

.rxtj-bottom label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    position: relative;
    z-index: 1;
}

.rxtj-bottom label div {
    width: 13px;
    height: 13px;
    border: 1px solid #ffffffd3;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.rxtj-bottom label:after {
    content: '';
    width: 1px;
    height: 12px;
    background: #FFE7CF;
    display: inline-block;
    opacity: 0.6;
    margin-left: 12px;
    margin-right: 12px;
}

.rxtj-bottom label:last-child:after {
    display: none;
}

.rxtj-bottom label.checked div {
    background: url('img/checked.png') no-repeat center;
    background-size: cover;
}

.dlj-css {
    color: white !important;
    font-size: 12px;
    background: linear-gradient(98deg, #C7000B 27%, #FFBD77 100%);
    border-radius: 4px;
    padding: 0 6px;
    font-weight: 500;
    font-family: HarmonyOS Sans SC;
}
.cloudDesc{
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    margin-top:18px;
    margin-bottom:82px;
}
.cloudDesc a,.cloudDesc a:visited{
    color:#526ECC;
}
.bannerTempBtn{
    display: flex;
    align-items: center;
}
.bannerTempBtn a{
    text-decoration: none;
    width: 128px;
    height: 38px;
    background: #C7000B;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}
.bannerTempBtn a:nth-child(2){
    background: transparent;
    border: 1px solid #7A7A7A;
    margin-left: 10px;
    color: #333333;
}
.buy_goodsBtn.disabled{
    cursor: not-allowed!important;
    background: #e6e6e6!important;
    color: #c0c0c0!important;
    border-color:#e6e6e6!important;
}
.defaultBtnCss{
    border-radius: 50px;
}
.cloud-xnjd-tips{
    position: absolute;
    background: linear-gradient(to right,#ff7200,#ff8c0a);
    color:white;
    padding:7px 10px;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 8px;
    margin-left: 30px;
    top:-38px;
}
.cloud-xnjd-tips:after{
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    background: #ff7200;
}

.riYhSpan {
    background: #e81622;
    color: white !important;
    /*display: inline-flex;*/
    height: 18px;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 12px;
    margin-right: 10px;
    padding: 0 6px;
    box-sizing: border-box;
    display: none;
}
.selectGroupCss div.selectDivBox ul.noSpec li{
    justify-content: space-between;
}
.showYhTips .riYhSpan{
    display: inline-flex;
}
.showYhTips .timeSelect .riZk,.showYhTips .noSpec .riZk{
    display: none;
}
.showYhTips .select-title .more-yh-click{
    display: initial;
    color:red;
    font-size: 12px;
}
.showYhTips .dateLi .more-yh-click,.showYhTips .timeSelect li .more-yh-click{
    display: none;
}

.ecsTab{
    width: 1200px;
    margin:0 auto;
    height: 56px;
    background: white;
    font-size: 20px;
    color:#444444;
    display: flex;
    /*margin-bottom: 70px;*/
    font-weight: bold;
}
.ecsTab>div{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecsTab>div:nth-child(2){
    background: #d7dce2;
}
.ecsTab>div a,.ecsTab>div a:visited{
    color:#c7000b;
}
.ecsTab>div a:hover{
    opacity: 0.7;
    transition: 0.2s;
}
.category_nav_box{
    padding-top:70px;
    background: white;
    padding-bottom:18px;
}
.fwqTypeCss{
    margin-top:0;
    width: 1201px;
    background: #f7f8fa;

}
.fwqTypeCss>.jpItemBox{
    margin-right: 7px;
}
.new_ecs_shade_box{
    box-shadow: 1px 0px 10px 0px rgb(192 192 192 / 40%);
    width: 1200px;
    margin:0 auto;
}
.fwqTypeCss>div:nth-child(5),.fwqTypeCss>div:nth-child(6),.fwqTypeCss>div:nth-child(7),.fwqTypeCss>div:nth-child(8){
    margin-bottom:0;
}