.yfwcjwt {
    display: flex;
    justify-content: space-between;
}
.newHotSell{
    background: url("img/rxBg.png");
    background-size: cover;
    height: 280px;
    filter: drop-shadow(0px 3px 4px rgba(213, 217, 224, .6));
}
.newHotSell>div{
    box-shadow: none!important;
    height: 246px;
    width: 608px;
}
.newHotSell .rxtj-bottom{
    height: 40px;
    padding-left: 10px;
}
.newHotSell .rxtj-top{
    background: transparent;
    padding-left: 10px;
}
.newHotSellLeft{
    padding-left: 40px;
    padding-top:40px;
}
.newHotSellLeft>div:first-child{
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-style: italic;
    color: #DA0813;
}
.newHotSellLeft>div:nth-child(2){
    font-size: 22px;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-style: italic;
    color: #3D3D3D;
    line-height: 36px;
    margin-top:30px;
    margin-bottom:20px;
}
.newHotSellLeft>div:nth-child(3){
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #D30E13;
}
.newHotSellLeft>div:nth-child(3)>span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 28px;
    background: linear-gradient(90deg, #FFC799 0%, #FFFFFF 100%);
    box-shadow: 0px 2px 4px 0px rgba(165,169,172,0.3);
    border-radius: 14px;
    margin-right: 5px;
}
.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;
    background: white;
}

.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;
}

.cpys {
    display: flex;
    justify-content: space-between;
}

.cpys>div {
    width: 249px;
    height: 76px;
    padding-left: 94px;
    box-sizing: border-box;
    position: relative;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
}
.cpys>div:nth-child(1){
    background-image: url("img/ys-1.png");
}
.cpys>div:nth-child(2){
    background-image: url("img/ys-2.png");
}
.cpys>div:nth-child(3){
    background-image: url("img/ys-3.png");
}
.cpys>div:nth-child(4){
    background-image: url("img/ys-4.png");
}
.cpys>div:after{
    position: absolute;
    display: block;
    content:'';
    width: 1px;
    height: 60px;
    background: #838383;
    border-radius: 1px 1px 1px 1px;
    opacity: 1;
    right: -28px;
    top:12px;
}
.cpys>div:last-child:after{
    display: none;
}

.cpys>div:hover .cpysTit {
    color: #E6202B;
}

.cpysTit {
    display: flex;
    align-items: center;
    font-size: 16px;

    font-weight: bold;
    color: #444444;
}

.cpysTit img {
    margin-right: 12px;
    display: none;
}

.cpysDesc {
    font-size: 12px;
    margin-top: 8px;

    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.jscsBox {
    width: 1198px;
    display: flex;
    margin: 0 auto;
}

.jscsBox div {
    width: 400px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-right: 1px solid white;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    background: #E5EAF1;
}

.jscsBox div.on {
    color: white;
    background: #C7000B;
}

.jscsBox div:last-child {
    border-right: none;
}

.table-fold-bar>div {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.table-fold-bar span {
    /* display: inline-block; */
    width: 30px;
    height: 30px;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
    border-radius: 30px;
}

.table-info {
    width: 100%;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.table-fold .table-info {
    display: none;
}

.table-info tr:first-child td {
    font-size: 14px;
}

.table-info tr:first-child td {
    text-align: center;
}

.table-info-dual tr:first-child td {
    text-align: left;
}

.table-info tr td {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.table-info tr td strong {
    display: inline-block;
    font-style: normal;
    font-size: 20px;
    color: #ff6600;
}

.table-info tr td {
    padding: 22px 30px 22px 30px;
    /*line-height: 60px;*/
    font-size: 14px;
    color: #545454;
}

.table-info tr:first-child {
    width: 166px;
    font-size: 14px;
}

.table-info tr td:first-child {
    background: #fafafa;
    text-align: left;
    padding-left: 30px;
}

.csTab {}

.csTab tr:nth-child(1) {
    font-size: 14px;
    height: 50px;
}

.csTab tr:nth-child(1) td {
    border: none;
    color: #444444;
    background:rgb(235, 238, 243);
}

.csTab tr td:nth-child(2) {
    box-shadow: inset 6px 0px 10px -13px #8e8e8e;
}

.csTab tr td {
    border-right: 1px solid #EFEFF2;
    height: 50px;
    padding-left: 50px;
    color: #666666;
    background: white;
    font-size: 14px;
}

.csTab tr td:last-child {
    /*border-right: none;*/
}

.csTab tr:last-child td {
    border-bottom: 1px solid #EFEFF2;
}

.csTab tr td:nth-child(1) {
    border-right: none;
}

.csTab1 tr:nth-child(1) td {
    border: none;
    color: #444444;
    background:rgb(235, 238, 243);
    height: 30px;
    font-size: 14px;
}

.csTab1 tr td {
    border-right: 1px solid #EFEFF2;
    height: 50px;
    text-align: center;
    color: #666666;
    background: white;
    line-height: 26px;
    font-size: 14px;
    padding: 10px;
}

.csTab1 tr td:nth-child(1) {
    border-left: 1px solid #EFEFF2;
}

.csTab1 tr:last-child td {
    border-bottom: 1px solid #EFEFF2;
}

.tdOn {
    background: #FAFAFB!important;
}

.yyzcBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yyzcBox>div {
    width: 390px;
    height: 247px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    box-sizing: border-box;
    margin-bottom:18px;
}

.yyzcBox>div:hover {

    box-shadow: 2px 6px 10px 6px rgba(130, 130, 130, 0.08);
}

.yyzcImg {
    margin-top: 28px;
    margin-left: 20px;
    margin-bottom: 18px;
}

.yyzcTitle {
    font-size: 20px;
    font-weight: bold;
    color: #444444;
    margin-left: 27px;
    margin-bottom: 16px;
}

.yyzcDesc {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    line-height: 20px;
    margin-left: 27px;
    margin-bottom:8px;
}

.yyzcDx {
    font-size: 12px;
    font-weight: 500;
    color: #444444;
    line-height: 20px;
    margin-left: 27px;
}

.tjtc {
    display: flex;
}

.tjtc {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.tjtc>div {
    width: 371px;
    /* height: 480px; */
    /*height: 611px;*/
    background: white;
    padding-bottom:28px;
    position: relative;
    box-shadow: 0 0 20px #e6e6e6;
    /*font-family: Source Han Sans CN;*/
    border-radius: 9px;
    margin-right: 43px;
}
.tjtc>div:last-child{
    margin-right: 0;
}
.tjtc>div:hover {
    /*background-image: url("../../images/Domain/yfwq_hover.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
    box-shadow: 0 0 20px #acacac;
}

.tjtc>div:hover .yfwqBtn {
    background: #C7000B;
}

.tjtc>div:hover .yfwqBtn>a {
    color: white;
}

.tjPdIcon {
    position: absolute;
    top: -1px;
    right: -1px;
    background: url("img/top-right.png");
    width: 91px;
    height: 29px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}
.tjPdIcon>img{
    display: none;
}
.yfwdesc{
    display: none;
}
/*.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;*/
/*}*/

.jptjNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 78px;
    background: white;
    box-shadow: 3px 0px 5px 0px rgba(77, 77, 77, 0.08);
}
.jptjNav>div{
    height: 100%;
    width: 100%;
}
.jptjNav>div>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    /*padding:0 75px;*/
    font-size: 16px;
    font-weight: 400;
    color: #2D3241;
}

.jptjNav>div.on>a{
    color:white;
    background: #EE232E;
}

.jptjNav a:hover {
    color: #EE232E;
}

.cloud-top-tj {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.cloud-top-tj>div {
    width: 590px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px 2px rgba(210,210,210,0.5000);
    transition: 0.2s;
}
.cloud-top-tj>div:hover{
    box-shadow: 0px 0px 30px 2px rgba(170, 170, 170, 0.5);
}

.rxtj-top {
    background-size: 590px 175px;
    width: 590px;
    height: 192px;
    box-sizing: border-box;
    display: flex;
    padding-top: 20px;
    padding-left: 23px;
    background: white;
    justify-content: space-between;
}

.rxtj-top>div {
    padding-top: 10px;
    height: 148px;
}

.rxtj-top>div:nth-child(2) {
    padding-left: 22px;
    width: 272px;
    background: url('img/bg.png') no-repeat center;
    background-size: 272px 181px;
    margin-right: 20px;
}

.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 {
    margin-top: 22px;
}

.rx-pz>div {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
}

.rx-pz>div:last-child {
    margin-bottom: 0;
}

.rx-price {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.rx-price span {
    font-size: 24px;
}

.rx-zk {
    font-size: 12px;

    font-weight: 400;
    color: #ffffff;
    margin-top: 10px;
}

.rx-btn {
    width: 240px;
    height: 38px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;

    font-weight: 400;
    text-decoration: none;
    margin-top: 22px;

    font-weight: 400;
    color: #C7000B;
}

.rx-btn:hover {
    background: rgb(231, 231, 231);
}

.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: 47px;
    background: url('img/title.jpg') no-repeat center;
    display: flex;
    align-items: center;
    padding-left: 23px;
    box-sizing: border-box;
    font-size: 14px;

    font-weight: 400;
    color: #FFFFFF;
}

.rxtj-bottom>div:first-child {
    width: 135px;
}

.rxtj-bottom>div:nth-child(2) {
    font-size: 12px;

    font-weight: 400;
    color: #444444;
}

.rx-time-box {
    display: flex;
    align-items: center;
}

.dateCss {
    width: 23px;
    height: 23px;
    background: linear-gradient(0deg, #3E3E3E, #585858);
    border-radius: 2px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;

    font-weight: bold;
    color: #FFFFFF;
    position: relative;
}

.dateCss::after {
    content: '';
    width: 23px;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
}

.rx-time-box span {
    margin-left: 4px;
    margin-right: 11px;
}
.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;
}
.chooseHostType{
    /*border-top:1px solid #EEEEEE;*/
    padding:18px 0 10px;
    height: 42px;
}
.chooseTypeDiv{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    margin-bottom:10px;
    cursor: pointer;
}
.chooseHostType>div:last-child{
    margin-bottom:0;
}
.chooseTypeDiv>div{
    margin-right: 15px;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #A9A9A9;
    border-radius: 2px;
    box-sizing: border-box;
}
.chooseTypeDiv.chooseThis>div{
    background: url('img/chooseThis.png') no-repeat;
    background-size: cover;
    border:none;
}
.chooseTypeDiv>span{
    color:#c7000b;
}

#kehuanli .swiper-pagination{
    bottom:16px;
}
#kehuanli .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    opacity: 0.65;
}
#kehuanli .swiper-pagination .swiper-pagination-bullet-active{
    width: 43px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    opacity: 1;
}

.host-jzlc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.host-jzlc .jzlc-icon {
    position: absolute;
    display: block;
    background: url(img/lc-right.png);
    width: 21px;
    height: 35px;
    background-size: cover;
}

.host-jzlc .jzlc-icon.left {
    transform: rotate(180deg);
}

.host-jzlc .jzlc-icon.bottom {
    background: url(img/lc-bottom.png);
    width: 36px;
    height: 23px;
}

.host-jzlc>div {
    width: 347px;
    height: 156px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    box-sizing: border-box;
    padding: 22px 0 0 18px;
    margin-bottom: 60px;
}

.host-jzlc>div:hover {
    transition: 0.3s;
    box-shadow: 2px 6px 10px 6px #dadada;
}

.host-jzlc .title {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 4px;
}

.host-jzlc .desc {
    font-size: 14px;
    font-weight: 300;
    color: #4D4D4D;
    line-height: 22px;
}

.host-jzlc .desc>span {
    color: #E6202B;
}

.host-jzlc .btn {
    width: 89px;
    height: 31px;
    box-sizing: border-box;
    border-radius: 15px 15px 15px 15px;
    opacity: 1;
    border: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #414141;
    cursor: pointer;
    margin-top: 10px;
}

.host-jzlc .btn:hover {
    border: none;
    background: linear-gradient(to right, #FD4A45, #E7242D);
    color: #FFFFFF;
}

.jzlc-idc {
    display: block;
    background: url('img/jzlc-idc.png');
    background-size: cover;
    width: 774px;
    height: 158px;
}
.subNav{
    background-color:#f5f6f8;
    height: 80px;
}
.subNavBox{
    background: white;
    box-shadow: 3px 0px 5px 0px rgba(77, 77, 77, 0.08);
    height: 100%;
    justify-content: space-around;

    font-size: 16px;
    font-weight: 500;
    color: #444444;
}
body{
    background: #f5f6f8;
}
.subNavBox div.active{
    color:#444444;
    position: relative;
}
.subNavBox div.active:after{
    position: absolute;
    content:'';
    width: 48px;
    height: 3px;
    background: #E6202B;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 26px;
}
.yfwPrice{
    color:#EE232E;
    height: 32px;
    margin-top:10px;
}
.yfwPrice span:nth-child(1),.yfwPrice span:nth-child(3){
    font-size: 16px;
}
.yfwxxbox{
    margin-bottom:22px;
}
/*.timeBox{*/
/*    display: none!important;*/
/*}*/
.host-btn-group{
    display: flex;
    align-items: center;
    padding-left: 25px;
}
.host-btn-group>a{
    width: 114px;
    height: 41px;

    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    border: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;

    font-size: 14px;
    font-weight: 400;
    color: #333333;
    box-sizing: border-box;
    cursor: pointer;
}
.host-btn-group>a:hover{
    background: linear-gradient(to right, #FF4C47 , #E6202B );
    color:white;
    border:none;
}
.fiveyearyh{
    background:#E9ECFC;
    box-sizing: border-box;
    height: 39px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    padding-left: 12px;
    display: flex;
    align-items: center;
    margin-top:12px;

}

.bottom_border{
    border-bottom:1px solid #EEEEEE;
    padding-bottom:12px;
}

.fiveyearyh>span{
    color:#2468F2;
}
.price-zk{
    min-width: 37px;
    height: 17px;
    background: #868585;
    border-radius: 7px 7px 7px 7px;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    padding:0 9px;
    color: #FFFFFF!important;
    box-sizing: border-box;
}
.yh-span-row{
    padding-left: 25px;
    font-size: 12px;
    font-weight: 400;
    color: #6B6B6B;
    margin-top: 5px;
    margin-bottom: 12px;
    height: 16px;
}
.kxsc{
    white-space: nowrap;
}
.five_year_price_css:after{
    content:'';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #E9ECFC;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin:0 auto;
    bottom:-34px;
}


.tableDivLoading{
    position: relative;
}
.tableDivLoading:before{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 23;
    /*filter: blur(20px);*/
}
.tableDivLoading:after{
    content:'';
    border:8px solid #f3f3f3;
    border-radius:50%;
    border-top:8px solid #2842d8;
    width:60px;
    height:60px;
    animation:rotate 1s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 24;
}

@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}
.yfw_yh_str{
    font-size: 12px;
    color:white;
    background: #9194a1;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: -11px;
    padding:0 2px;
    text-align: center;
    left:2px;
    white-space: nowrap;
    z-index: 2;
    height: 18px;
    display: none;
    transform: scale(0.9);
}
.zkActive .yfw_yh_str{
    background: #C8000B;
}
.showYhTips .yfw_yh_str{
    display: block;
}