.yfwcjwt {
    display: flex;
    justify-content: space-between;
}

.yfwcjwt>div {}

.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;
}

.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;
    flex-wrap: wrap;
}

.cpys>div {
    width: 336px;
    height: 117px;
}

.cpys>div:hover .cpysTit {
    color: #C7000B;
}

.cpysTit {
    display: flex;
    align-items: center;
    font-size: 16px;

    font-weight: bold;
    color: #444444;
    margin-top: 18px;
    margin-left: 24px;
}

.cpysTit img {
    margin-right: 12px;
}

.cpysDesc {
    font-size: 12px;
    margin-left: 24px;
    margin-top: 12px;

    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: 398px;
    height: 303px;
    border: 1px solid #F7F8F9;
}

.yyzcBox>div:hover {
    background: url("images/yyzcBg.png") no-repeat;
    background-size: cover;
}

.yyzcImg {
    margin-top: 48px;
    margin-left: 27px;
    margin-bottom: 48px;
}

.yyzcTitle {
    font-size: 16px;

    font-weight: bold;
    color: #444444;
    margin-left: 27px;
    margin-bottom: 16px;
}

.yyzcDesc {
    font-size: 12px;
    margin-bottom: 46px;

    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-left: 27px;
}

.yyzcDx {
    font-size: 12px;

    font-weight: 400;
    color: #444444;
    line-height: 20px;
    margin-left: 27px;
}

.tjtc {
    display: flex;
}

.tjtc {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.tjtc>div {
    width: 295px;
    /*height: 518px;*/
    background: white;
    position: relative;
    box-shadow: 0 0 10px #e6e6e6;
    margin-right: 6px;
    margin-bottom: 20px;
}

.tjtc>div:nth-child(4n) {
    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: -5px;
    right: -7px;
}

.cptx {
    display: flex;
    justify-content: space-between;
}

.cptx>div {
    width: 296px;
    /*height: 140px;*/
    transition: all 0.3s;
    background: white;
}

.cptx>div:hover {
    box-shadow: 0 0 10px #e0e0e0;
}

.cptx>div:hover .cptxTitle {
    color: #C7000B;
}

.cptxTitle {
    font-size: 16px;

    font-weight: bold;
    color: #444444;
    margin-top: 6px;
    margin-bottom: 16px;
    margin-left: 24px;
}

.cptxDesc {
    font-size: 12px;

    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-left: 24px;
    margin-bottom:16px;
}

.yycj {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.yycj>div {
    width: 595px;
    height: 174px;
    margin-bottom: 10px;
}

.yycjTitle {
    font-size: 16px;

    font-weight: bold;
    margin-top: 48px;
    margin-left: 30px;
    margin-bottom: 26px;
    color: #444444;
}

.yycjTitle span {
    background: #C7000B;
    color: white;
    font-size: 12px;

    font-weight: bold;
    display: inline-block;
    width: 68px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.yycjTitle span:first-child {
    margin-left: 12px;
}

.yycjDesc {
    margin-left: 30px;
    font-size: 14px;

    font-weight: 400;
    color: #444444;
    line-height: 22px;
}

.gn1 {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: bold;
}

.gn1 div {
    display: flex;
    align-items: center;
}

.gn1 div:nth-child(1) {
    width: 236px;
    padding-left: 74px;
    border-right: 1px solid #dee0e3;
}

.gn1 div:nth-child(2) {
    width: 413px;
    padding-left: 48px;
    /*border-right:1px solid #C7000B;*/
    justify-content: flex-start;
    align-items: center;
    box-shadow: inset -5px 0 11px -14px black;
}

.gn1 div:nth-child(3) {
    width: 231px;
    padding-left: 50px;
    /*border-right:1px solid #C7000B;*/
}

.gn1 div:nth-child(4) {
    width: 160px;
    padding-left: 65px;
    border-right: 1px solid #EDF1FD;
    box-shadow: inset 5px 0 11px -14px black;
}

.gn1 div:nth-child(5) {
    width: 160px;
    padding-left: 45px;
}

.gnbody {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: normal;
}

.gnbody:hover {
    background: #eeeeee24;
}

.gnHead {
    background: rgb(238 239 241);
    height: 48px;
}


/*下拉框样式*/

.selectGroupCss {
    position: relative;
    margin-right: 20px;
}

.selectGroupCss dt {
    background-image: url("../../images/select_arrow_down.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    width: 150px;
    /*background-color: #fff;*/
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #333333;
    background-size: 10px 7px;
    /*border: 1px solid #059fff;*/
    border-bottom: 1px solid #999999;
    /*padding-left: 20px;*/
}

.selectShow .select-title {
    background: #fff;
}

.selectGroupCss div.selectDivBox {
    display: none;
    position: absolute;
    left: 0;
    border: 1px solid #999999;
    z-index: 9999;
    background: white;
    border-top: none;
}

.selectGroupCss dl {
    margin: 0;
}

.select-title {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 75%;
    text-overflow: ellipsis;
    font-size: 14px;
    transition: all 0.3s;
}

.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: 128px;
    padding-left: 20px;
    line-height: 30px;
    font-size: 14px;
    color: black;
    cursor: pointer;
}

.selectGroupCss div.selectDivBox ul li:hover {
    background-color:rgb(235, 238, 243);
    color: #C7000B;
}

.selectShow {
    background-image: url("../../images/select_arrow_up.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;
}


/*下拉框样式结束*/

.tglxHead {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}

#navBottomLine {
    display: block;
    width: 0;
    height: 2px;
    margin-top: -2px;
    background: #C7000B;
}

.tglxHead a {
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 3px solid #ffffff00;
}

.tglxHead a span {
    margin: 0 4px 0 7px;
}

.tglxHeadBox.on {
    color: #C7000B;
    border-bottom: 3px solid #C7000B;
}

.noton {
    display: inherit;
}

.thison {
    display: none;
}

.tglxHeadBox.on .thison {
    display: inherit;
}

.tglxHeadBox.on .noton {
    display: none;
}

.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: url('img/bg.png') no-repeat center;
    background-size: 590px 175px;
    width: 590px;
    height: 175px;
    box-sizing: border-box;
    display: flex;
    padding-top: 12px;
    padding-left: 23px;
    justify-content: space-between;
}

.rxtj-top>div {
    padding-top: 10px;
    height: 148px;
}

.rxtj-top>div:nth-child(2) {
    padding-left: 22px;
    width: 205px;
}

.rx-title {
    font-size: 18px;
    font-weight: bold;
    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: #C7000B;
    font-size: 12px;
    font-weight: bold;
}

.rx-price span {
    font-size: 24px;
}

.rx-zk {
    font-size: 12px;

    font-weight: 400;
    color: #444444;
    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: 22px;
}

.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: 56px;
    background: linear-gradient(-90deg, #C7000B 28.999999999999996%, #F8C891 100%);
    display: flex;
    align-items: center;
    padding-left: 23px;
    box-sizing: border-box;
}

.rxtj-bottom>div:first-child {
    font-size: 14px;

    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 1px 6px rgba(247, 151, 78, 0.5000);
    display: flex;
    align-items: center;
}

.rxtj-bottom>div:first-child::before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 25px;
    background: url('img/dz-icon.png') no-repeat center;
    background-size: cover;
}

.rxtj-bottom input {
    display: none;
}

.rxtj-bottom label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    height: 24px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(247, 151, 78, 0.2000);
    border-radius: 2px;
    padding: 0 8px;
    font-size: 12px;

    color: #FFFFFF;
    margin-right: 8px;
}

.rxtj-bottom label:last-child {
    margin-right: 0;
}

.rxtj-bottom label.checked {
    background: linear-gradient(0deg, #F7F7F7 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 4px 0px rgba(247, 151, 78, 0.2000);
    border-radius: 2px;
    color: #F5904B;
}
.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;
}