@import "icon/iconfont.css";
body {
    margin: 0;
}

.head-nav {
    height: 62px;
    box-shadow: 0px 0px 1px 0px rgba(141, 141, 141, 0.6000);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a {
    text-decoration: none;
}

.logo {
    display: inline-block;
    background: url("img/logo.png") no-repeat center;
    background-size: 202px 22px;
    width: 202px;
    height: 22px;
    margin-left: 2%;
    min-width: 202px;
}

.main-nav {
    width: 820px;
    height: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1750px) {
    .head-nav .main-nav {
        margin-left: 20px;
    }
    .head-nav .main-nav>a {
        margin-right: 20px;
    }
}

.search-box {
    position: relative;
    height: 100%;
}

.search-box input {
    width: 240px;
    height: 100%;
    outline: none;
    box-sizing: border-box;
    border: none;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    color: #C5C8CB;
    font-size: 14px;
    padding-left: 22px;
    padding-right: 50px;
}

#searchBtn {
    position: absolute;
    cursor: pointer;
    right: 25px;
    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;
}

.main-nav>a {
    font-size: 14px;

    font-weight: 400;
    color: #181818;
    margin-right: 40px;
    cursor: pointer;
    white-space: nowrap;
}

.main-nav>a:hover {
    color: #FF6A00;
}

.rightGroup {
    height: 100%;
    display: flex;
    align-items: center;
}

.rightGroup>a {
    font-size: 14px;

    font-weight: 400;
    color: #181818;
    margin-left: 25px;
    cursor: pointer;
    white-space: nowrap;
}

.rightGroup>a:hover {
    color: #FF6A00;
}

.rightGroup>a.registerNow {
    background: #FF6A00;
    font-size: 14px;

    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 105%;
}

.banner-top {
    height: 378px;
    background: url("img/banner.png") no-repeat center;
    background-size: 100% 378px;
    box-sizing: border-box;
    padding-top: 45px;
}

.midBoxCss {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.banner-top-desc {
    width: 260px;
    height: 32px;
    background: linear-gradient(90deg, #FF7A1A 0%, #FFA401 100%);
    font-size: 16px;

    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    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 {
    width: 118px;
    height: 36px;
    background: #FF6A00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;

    font-weight: 400;
    color: #FFFFFF;
}

.yhhd-nav {
    height: 84px;
    border-bottom: 1px solid #E3E8EC;
}

.yhhd-nav>div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.yhhd-nav>div>div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    width: 300px;
}

.yhhd-nav>div>div span.orange {
    font-size: 16px;

    font-weight: 400;
    color: #FF6A00;
}

.yhhd-nav>div>div:hover {
    background: linear-gradient(117deg,#ff411c,#ff661e 57%,#ff8720);
    color: #ffffff!important;
}

.yhhd-nav>div>div>div:nth-child(2) {
    font-size: 14px;

    font-weight: 400;
    color: #999999;
}

.yhhd-nav>div>div:hover,
.yhhd-nav>div>div:hover div span.orange {
    color: #ffffff;
}

.yhhd-nav>div>div:hover>div {
    color: #ffffff;
}

.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 {
    position: relative;
    width: 386px;
    height: 440px;
    background: url("img/tj-bg.png") no-repeat center;
}

.tj-left .pd-icon {
    position: absolute;
    background: url("img/pd-icon.png") no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 146px 35px;
    width: 146px;
    height: 35px;
    font-size: 14px;

    font-weight: 400;
    color: #FFFFFF;
    padding-left: 25px;
    box-sizing: border-box;
    right: 0;
    top: -14px;
}

.tj-left-box {
    padding: 30px 10px 20px 22px;
    box-sizing: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.tj-left-title {
    font-size: 20px;

    font-weight: 400;
    color: #181818;
}

.tj-left-desc {
    font-size: 12px;

    font-weight: 400;
    color: #666666;
    margin-top: 16px;
    margin-top:10px;
}

.tj-pz-row {
    font-size: 14px;

    font-weight: 400;
    color: #181818;
    margin-top: 48px;
    margin-bottom: 35px;
}

.tj-pz-row>div {
    padding-left: 32px;
    background: url("img/V.png") no-repeat center;
    background-position-x: left;
    margin-bottom: 22px;
}

.tj-pz-row>div:last-child {
    margin-bottom: 0;
}

.redBg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #EA3A3A;
    border-radius: 4px;
    color: white;
    padding: 3px 6px;
    font-size: 12px;

    font-weight: 400;
}

.whiteBg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: white;
    border-radius: 4px;
    color: #EA3A3A;
    border: 1px solid #EA3A3A;
    padding: 3px 6px;
    font-size: 12px;

    font-weight: 400;
}

.tj-price {
    font-size: 12px;

    color: #FF6000;
}

.tj-buyBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #FF6A00;
    font-size: 14px;

    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.tj-buyBtn:hover {
    opacity: 0.8;
}

.tj-left:hover,
.tj-mid>div:hover {
    transition: box-shadow .3s ease-out;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.tj-right {
    background: url("img/right-bg.png") no-repeat center;
    background-size: cover;
    width: 386px;
    height: 440px;
    text-align: center;
    padding-top: 46px;
    box-sizing: border-box;
    box-shadow:0 0 15px 0 rgb(0 0 0 / 10%);
}

.right-title {
    font-size: 26px;

    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
}

.right-title span {
    color: #FFBA00;
}

.right-qrCode {
    background: url("img/ewm.png") no-repeat center;
    height: 125px;
    margin: 12px 0;
}

.right-desc {
    font-size: 12px;

    font-weight: 400;
    color: #FFFFFF;
}

.tj-mid {
    display: flex;
    flex-direction: column;
    width: 386px;
}

.mid-box {
    background: linear-gradient(90deg, #F4F5F6 0%, #FFFFFF 100%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.mid-title {
    font-size: 18px;

    font-weight: 400;
    color: #181818;
}

.mid-desc {
    font-size: 12px;

    font-weight: 400;
    color: #666666;
}

.mid-yh {
    margin-top: 50px;
    margin-bottom: 28px;
}

.cloud {
    display: inline-block;
    width: 283px;
    background: white;
    margin-right: 17px;
    margin-bottom: 30px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
}

.midBoxCss .cloud:nth-child(4n) {
    margin-right: 0;
}

.cloud-top {
    position: relative;
    background: url("img/cloud-bg.png") no-repeat center;
    background-size: 283px 137px;
    height: 137px;
    box-sizing: border-box;
    padding: 26px 22px 0 22px;
}

.cloud-pd {
    position: absolute;
    background: url("img/pd2.png") no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 146px 35px;
    width: 146px;
    height: 35px;
    font-size: 14px;

    font-weight: 400;
    color: #FFFFFF;
    padding-left: 25px;
    box-sizing: border-box;
    right: 0;
    top: -14px;
}

.cloud-title {
    font-size: 18px;

    font-weight: 400;
    color: #181818;
}

.cloud-desc {
    width: 233px;
    height: 36px;
    font-size: 14px;

    font-weight: 400;
    color: #666666;
    margin-top: 20px;
}

.cloud-mid {
    height: 48px;
    background: white;
    box-shadow: 0px 1px 16px 0px rgba(223, 223, 223, 0.6000);
    display: flex;
    align-items: center;
    padding: 0 22px;
    justify-content: space-between;
}

.cloud-mid>div:first-child {
    font-size: 16px;

    font-weight: 400;
    color: #181818;
}

.cloud-mid>div:nth-child(2) {
    font-size: 12px;

    font-weight: 400;
    color: #999999;
}

.cloud-pz {
    font-size: 14px;

    font-weight: 400;
    color: #181818;
    align-items: center;
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid #EBEBEB;
    padding: 25px 22px 20px 22px;
}

.cloud-pz>div>div:nth-child(2) {
    font-size: 12px;
    text-align: center;
    margin-top: 16px;
}

.cloud-yh {
    padding-left: 22px;
    padding-top: 18px;
    padding-bottom: 5px;
}

.cloud-price {
    color: #FF6000;
    font-size: 12px;
    padding-left: 22px;
}

.cloud-price span {
    font-size: 30px;
    margin: 0 -1px;
}

.cloud-yj {
    font-size: 12px;

    font-weight: 400;
    color: #999999;
    padding-left: 22px;
    margin-bottom: 14px;
    margin-top: 10px;
}

.cloud-yj span {
    color: white;
    background: #FF6000;
    display: inline-flex;
    align-items: center;
    padding: 1px 2px;
    margin-right: 5px;
    border-radius: 4px;
}

.cloud .tj-pz-row {
    margin-top: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 0;
    padding-left: 22px;
}

.cloud .tj-pz-row>div {
    margin-bottom: 14px;
}

.cloud .tj-pz-row>div:last-child {
    margin-bottom: 0;
}