@import "icon/iconfont.css";
body {
    margin: 0;
}

.head-nav {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dfe1e6;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.logo {
    display: inline-block;
    background: url("img/logo.png") no-repeat center;
    background-size: 211px 30px;
    width: 211px;
    height: 30px;
    margin-left: 2%;
    min-width: 211px;
}

.main-nav {
    width: 854px;
    height: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1700px) {
    .main-nav {
        width: 550px;
    }
}

@media screen and (max-width: 1450px) {
    .head-nav .main-nav>a {
        margin-right: 20px;
    }
}

.search-box {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.search-box input {
    outline: none;
    box-sizing: border-box;
    color: #C5C8CB;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 35px;
    width: 240px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #B3B6BD;
}

#searchBtn {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 20px;
    font-size: 16px;
    color: #C5C8CB;
}

.zs-nav {
    width: 21px;
    height: 22px;
    background: url("img/nav-icon.png") no-repeat center;
    background-size: 21px 22px;
    position: relative;
}

.zs-nav:hover .zs-img {
    visibility: visible;
    opacity: 1;
}

.zs-img {
    top: 30px;
    background: url("img/tj-bg.png") no-repeat center;
    width: 386px;
    height: 400px;
    position: absolute;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    cursor: initial;
}

a {
    text-decoration: none;
}

.main-nav>a {
    font-size: 14px;

    font-weight: 400;
    color: #181818;
    margin-right: 40px;
    cursor: pointer;
    white-space: nowrap;
}

.main-nav>a:hover {
    color: #C7000B;
}

.rightGroup {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 2%;
}

.rightGroup>a {
    font-size: 14px;

    font-weight: 400;
    color: #181818;
    margin-left: 25px;
    cursor: pointer;
    white-space: nowrap;
}

.rightGroup>a:hover {
    color: #C7000B;
}

.rightGroup>a.registerNow {
    width: 68px;
    height: 30px;
    background: #C7000B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;

    font-weight: 400;
    color: #FFFFFF;
}

.banner-top {
    height: 440px;
    background: url("img/banner.png") no-repeat center;
    background-size: auto 100%;
    box-sizing: border-box;
    padding-top: 85px;
}

.midBoxCss {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.banner-top-desc {
    font-size: 20px;

    font-weight: 400;
    color: #252B3A;
    display: flex;
    align-items: center;
}

.banner-top-desc span {
    color: white;
    font-size: 14px;

    font-weight: 400;
    width: 110px;
    height: 24px;
    background: #C7000B;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    justify-content: center;
}

.banner-title {
    font-size: 36px;

    font-weight: 400;
    color: #181818;
    margin-top: 20px;
    margin-bottom: 26px;
}

.banner-desc {
    width: 713px;
    font-size: 14px;

    font-weight: 400;
    color: #3D3D3D;
    line-height: 26px;
    margin-bottom: 50px;
}

.banner-buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 40px;
    border: 1px solid #252B3A;
    border-radius: 3px;
    ;
    font-size: 14px;

    font-weight: 400;
    cursor: pointer;
    color: #252B3A;
}

.banner-buy-btn:hover {
    border-color: #c7000b;
    color: #c7000b;
}

.yhhd-nav {
    height: 88px;
    background: #EEF0F3;
}

.yhhd-nav>div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*background: #FFFFFF;*/
    box-shadow: 0px 2px 14px 0px rgba(223, 223, 223, 0.5000);
    border: 2px solid white;
    background: #F9FBFB;
    box-sizing: border-box;
}

.yhhd-box>div.active {
    background: url("img/yhhd-left.png") no-repeat center;
    background-size: cover;
    color: white!important;
}

.yhhd-box>div.active span {
    color: white!important;
}

.yhhd-nav>div.yhhd-box {
    background: url('img/nav-bg.png') no-repeat center;
    background-size: cover;
}


/* .yhhd-1 {
    background: url("img/yhhd-left.png") no-repeat center;
    background-size: cover;
    color: white!important;
}

.yhhd-1 span {
    color: white!important;
} */

.yhhd-nav>div>div {
    font-size: 16px;

    font-weight: 400;
    color: #252B3A;
    width: 400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.yhhd-nav>div>div span {
    font-size: 14px;

    font-weight: 400;
    color: #252B3A;
    margin-top: 10px;
}

.yhhd-nav>div>div span.orange {
    font-size: 16px;

    font-weight: 400;
    color: #FF6A00;
}

.module-box {
    padding-top: 65px;
    padding-bottom: 77px;
}

.module-title {
    font-size: 28px;

    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 17px;
}

.module-desc {
    font-size: 14px;

    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-bottom: 36px;
}

.tjBox {
    display: flex;
    justify-content: space-between;
}

.tj-left {
    width: 299px;
    height: 485px;
    background: url("img/tj-left.png") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    padding: 24px 30px 0 16px;
}

.tj-left-title {
    font-size: 20px;

    font-weight: 400;
    color: #252B3A;
}

.tj-left-desc {
    font-size: 14px;

    font-weight: 400;
    color: #575D6C;
}

.tj-left-row {
    font-size: 14px;

    font-weight: 400;
    color: #575D6C;
    background: url("img/V.png") no-repeat left;
    padding-left: 30px;
    margin-bottom: 20px;
}

.tj-left-row-box>.tj-left-row:last-child {
    margin-bottom: 0;
}

.tj-left-row-box {
    margin-top: 48px;
}

.tj-left-bottom {
    font-size: 14px;

    font-weight: 400;
    color: #575D6C;
    margin-top: 48px;
}

.tj-left-bottom span {
    color: #c7000b;
    font-weight: bold;
}

.tj-box {
    display: flex;
}

.tj-cloud {
    position: relative;
    width: 450px;
    height: 242px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 25px 22px 0 22px;
    margin-bottom: 2px;
    transition: 0.3s;
}

.tj-cloud:hover {
    box-shadow: 0 0 15px #b7b7b761;
    position: relative;
    z-index: 1;
}

.tj-right>.tj-cloud:nth-child(3),
.tj-right>.tj-cloud:nth-child(4) {
    margin-bottom: 0;
}

.tj-cloud-title {
    font-size: 18px;

    font-weight: 400;
    color: #252B3A;
}

.tj-cloud-desc {
    font-size: 12px;

    font-weight: 400;
    color: #575D6C;
    margin-top: 10px;
}

.tj-cloud-pz {
    margin-top: 24px;
}

.tj-cloud-pz>div {
    font-size: 14px;

    font-weight: 400;
    color: #575D6C;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.tj-cloud-pz>div:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #575D6C;
    border-radius: 50%;
    display: inline-block;
    margin-right: 9px;
}

.pdr {
    background: url('img/pdr.png') no-repeat center;
    position: absolute;
    width: 100px;
    height: 78px;
    right: -1px;
    top: -1px;
    font-size: 12px;

    font-weight: 400;
    color: #FFFFFF;
}

.pdr span {
    display: block;
    transform: rotate(45deg);
    text-align: center;
    margin-top: 17px;
    margin-left: 41px;
}

.pdb {
    background: url('img/pdb.png') no-repeat center;
    position: absolute;
    width: 100px;
    height: 78px;
    right: -1px;
    top: -1px;
    font-size: 12px;

    font-weight: 400;
    color: #FFFFFF;
}

.pdb span {
    display: block;
    transform: rotate(45deg);
    text-align: center;
    margin-top: 17px;
    margin-left: 41px;
}

.tj-price span:first-child {
    color: #c7000b;
    font-size: 20px;

    font-weight: bold;
}

.tj-price span:first-child:before {
    font-size: 12px;
    content: '￥';
}

.tj-price span:nth-child(2) {
    font-size: 12px;

    font-weight: 400;
    color: #ADB0B8;
}

.rBg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 1px 5px;
    background: #C7000B;
    border-radius: 2px;
    font-size: 12px;

    font-weight: 400;
    color: #FFFFFF;
}

.wBg {
    color: #ADB0B8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 1px 5px;
    background: white;
    border-radius: 2px;
    font-size: 12px;

    font-weight: 400;
    border: 1px solid #ADB0B8;
}

.tj-cloud-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.tj-cloud-bottom>a {
    width: 120px;
    height: 40px;
    background: #C7000B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 14px;

    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.tj-cloud-bottom>a:hover {
    opacity: 0.8;
}

.tj-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 901px;
}

.cloud {
    width: 296px;
    height: 500px;
    background: #FFFFFF;
    position: relative;
    box-sizing: border-box;
    padding: 24px 16px 0 16px;
    display: inline-block;
    margin-bottom: 22px;
    margin-right: 0;
    box-shadow: 1px 0px 10px 0px rgb(192 192 192 / 40%);
}

.cloud-box>.cloud:nth-child(4n) {
    margin-right: 0;
}

.cloud-title {
    font-size: 18px;

    font-weight: 400;
    color: #252B3A;
}

.cloud-desc {
    font-size: 12px;

    font-weight: 400;
    color: #575D6C;
    width: 220px;
    margin-top: 10px;
}

.cloud-pz-row {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    height: 25px;
}

.cloud-pz-row>div:first-child {
    font-size: 12px;

    font-weight: 400;
    color: #575D6C;
    width: 92px;
}

.cloud-pz-row>div:nth-child(2) {
    font-size: 13px;

    font-weight: 400;
    color: #252B3A;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #969BA8;
    width: 175px;
}

.cloud-pz {
    margin-top: 35px;
}

.cloud-price>div:first-child {
    height: 30px;
    margin-top: 28px;
}

.cloud-price>div:nth-child(2)>span:first-child {
    font-size: 28px;

    font-weight: bold;
    color: #C7000B;
}

.cloud-price>div:nth-child(2)>span:first-child:before {
    content: "￥";
    font-size: 12px;
}

.cloud-price>div:nth-child(2)>span:nth-child(2) {
    font-size: 12px;

    font-weight: 400;
    color: #ADB0B8;
}

.cloud-buy {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    font-size: 16px;

    font-weight: 400;
    color: #C7000B;
    cursor: pointer;
    box-shadow: 0 0px 10px #efefef;
}

.cloud:hover .cloud-buy {
    background: #c7000b;
    color: white;
    transition: 0.15s;
}

.cloud:hover {
    background: url("img/cloud-bg.png") no-repeat center;
    background-size: cover;
}


/*下拉框样式*/

.selectGroupCss {
    position: relative;
    margin-right: 20px;
}

.selectGroupCss dt {
    background-image: url("img/select_arrow_down.png");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: center;
    width: 175px;
    /*background-color: #fff;*/
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #333333;
    background-size: 12px 6px;
    /*border: 1px solid #059fff;*/
    border-bottom: 1px solid #999999;
    /*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: 175px;
}

.selectGroupCss dl {
    margin: 0;
}

.select-title {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    width: 85%;
    text-overflow: ellipsis;
    font-size: 13px;
    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: 13px;
    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("img/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;
}


/*下拉框样式结束*/

.mid-bottom {
    background: url("img/bt-bg.png") no-repeat center;
    background-size: 100% 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 45px;
}

.bottom-title {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(0deg, #F8E8CC 0%, #FCF2E4 50.5126953125%, #F8E8CC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom-desc {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
}

.qr-code {
    width: 96px;
    height: 96px;
    background: url("img/ewm.png") no-repeat center;
    background-size: cover;
}

.cloud-box.aqcp>.cloud {
    height: 425px;
}