/* 头部栏 */

.header-box {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    color: #fff;
    font-size: 24px;
}

.header-box .bg-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 6px 10px rgba(0, 197, 250, 0.5);
    /* background: #005EEA; */
    background: linear-gradient(61deg, #005BEA 0%, #00C6FB 100%);
    opacity: 0;
    z-index: -1;
}

.header-box .main {
    width: 100%;
    height: 100%;
}

.header-box .main .logo-box {
    margin-right: 140px;
}

.header-box .logo-box img {
    width: 72px;
    height: 72px;
    margin-right: 15px;
}

.header-box .logo-box .logo-word {
    font-family: "douyu";
    white-space: nowrap;
    align-items: flex-start;
}

.header-box .logo-box .logo-word .ch {
    font-size: 26px;
}

.header-box .logo-box .logo-word .en {
    font-size: 12px;
    transform-origin: 0 center;
}

.header-box .menu-box .item {
    margin: 0 32px;
    cursor: pointer;
}

.header-box .menu-box .item.active {
    color: #FF9E27;
    position: relative;
}

.header-box .menu-box .item.active:before {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 4px;
    background: #FF9E27;
    border-radius: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.header-box .menu-box .item a {
    color: #fff;

}

.header-box .right-box .btn-item {
    padding: 10px 20px;
    line-height: 1;
    background: #005EEA;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
}

/* end 头部栏 */


/* 轮播图 */
.swiper {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    position: relative;
}

.swiper .swiper-wrapper {
    width: 100%;
    height: auto;
}

.swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
}

.swiper .swiper-wrapper .swiper-slide .wrapper img {
    width: 100%;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 60px;
    height: 10px;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #005EEA;
    opacity: 1;
}

/* end 轮播图 */


/* 模块公共样式 */
.module-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.module-box .bg-img {
    width: 100%;
}

.module-box .main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.module-box .main .container {
    height: 100%;
}

/* end 模块公共样式 */


/* 申请试用 */
.apply-box .form-box {
    width: 520px;
    background: #fff;
    border-radius: 25px;
    padding: 55px 70px;
    box-sizing: border-box;
    color: #333;
    line-height: 1;
}

.apply-box .header .big {
    font-size: 30px;
    margin-bottom: 12px;
}

.apply-box .header .small {
    color: #999;
}

.apply-box .form-box .input-item {
    width: 100%;
    margin: 20px 0;
    height: 40px;
    font-size: 18px;
}

.apply-box .input-item .red-star {
    color: #FF0000;
    padding-right: 6px;
}

.apply-box .input-item .input-content {
    padding: 0 16px;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid #999;
    border-radius: 5px;
    overflow: hidden;
}

.apply-box .input-item .name {
    flex: 0 0 100px;
    height: 100%;
}

.apply-box .input-item input,
.apply-box .input-item select {
    width: auto;
    height: 100%;
    border: none;
    font-size: 18px;
}

.apply-box .input-item .handle-box {
    height: 100%;
}

.apply-box .get-code {
    height: 100%;
    position: absolute;
    margin-left: 100%;
    font-size: 12px;
    color: #005EEA;
    cursor: pointer;
    white-space: nowrap;
    right: 0;
    top: 0;
}

.apply-box .btn-box {
    margin-top: 35px;
    width: 100%;
}

.apply-box .btn-box .btn-submit {
    width: 100%;
    height: 60px;
    background: #005EEA;
    color: #fff;
    justify-content: center;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 26px;
}

/* end 申请试用 */


/* 业务联系 */
.contact-box .main .container {
    padding-bottom: 20px;
    box-sizing: border-box;
}

.contact-box .main .container .tips {
    position: relative;
    font-size: 20px;
    color: #fff;
}

/* end 业务联系 */


.wrapper,
.container {
    width: 100%;
    margin: 0 auto;
}

/* 媒体查询 */
@media (max-width:767px) {
    .container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        /* background: red; */
    }

    /*  头部栏 */
    .header-box {
        height: 50px;
        font-size: 14px;
    }

    .header-box .main .logo-box {
        margin-right: 10px;
    }

    .header-box .logo-box img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .header-box .logo-box .logo-word {
        display: none;
        width: 70px;
        overflow: hidden;
    }

    .header-box .logo-box .logo-word .ch {
        font-size: 12px;
    }

    .header-box .logo-box .logo-word .en {
        font-size: 12px;
        transform: scale(0.5);
    }

    .header-box .menu-box .item {
        margin: 0 10px;
        cursor: pointer;
    }

    .header-box .right-box .btn-item {
        padding: 8px 12px;
        font-size: 14px;
    }

    /* end 头部栏 */


    /* 申请试用 */
    .apply-box .wrapper {
        height: 600px;
        position: relative;
    }

    .apply-box .wrapper .bg-img {
        width: auto;
        height: 600px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .apply-box .main .container {
        justify-content: center;
    }

    .apply-box .form-box {
        width: 90%;
        padding: 30px;
    }

    .apply-box .header .big {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .apply-box .form-box .input-item {
        margin: 12px 0;
        height: 30px;
        font-size: 14px;
    }

    .apply-box .input-item .name {
        flex: 0 0 60px;
    }

    .apply-box .input-item input,
    .apply-box .input-item select {
        font-size: 14px;
    }

    .apply-box .btn-box {
        margin-top: 20px;
    }

    .apply-box .btn-box .btn-submit {
        height: 40px;
        font-size: 16px;
    }

    /* end 申请试用 */
}

@media (min-width:768px) and (max-width:991px) {
    .container {
        width: 720px;
        /* background: orange; */
    }

    /*  头部栏 */
    .header-box {
        height: 60px;
        font-size: 18px;
    }

    .header-box .main .logo-box {
        margin-right: 10px;
    }

    .header-box .logo-box img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .header-box .logo-box .logo-word .ch {
        font-size: 20px;
    }

    .header-box .logo-box .logo-word .en {
        font-size: 12px;
        transform: scale(0.7);
    }

    .header-box .menu-box .item {
        margin: 0 24px;
        cursor: pointer;
    }

    .header-box .right-box .btn-item {
        padding: 10px 15px;
        font-size: 16px;
    }

    /* end 头部栏 */


    /* 申请试用 */
    .apply-box .wrapper {
        height: 600px;
        position: relative;
    }

    .apply-box .wrapper .bg-img {
        width: auto;
        height: 600px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .apply-box .main .container {
        justify-content: center;
    }

    .apply-box .form-box {
        width: 350px;
        padding: 30px;
    }

    .apply-box .header .big {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .apply-box .form-box .input-item {
        margin: 12px 0;
        height: 30px;
        font-size: 14px;
    }

    .apply-box .input-item .name {
        flex: 0 0 60px;
    }

    .apply-box .input-item input,
    .apply-box .input-item select {
        font-size: 14px;
    }

    .apply-box .btn-box {
        margin-top: 20px;
    }

    .apply-box .btn-box .btn-submit {
        height: 40px;
        font-size: 16px;
    }

    /* end 申请试用 */
}

@media (min-width:992px) and (max-width:1199px) {
    .container {
        width: 960px;
        /* background: yellow; */
    }

    /*  头部栏 */
    .header-box {
        height: 80px;
        font-size: 20px;
    }

    .header-box .main .logo-box {
        margin-right: 100px;
    }

    .header-box .logo-box img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .header-box .logo-box .logo-word .ch {
        font-size: 24px;
    }

    .header-box .logo-box .logo-word .en {
        font-size: 12px;
        transform: scale(0.9);
    }

    .header-box .menu-box .item {
        margin: 0 24px;
        cursor: pointer;
    }

    .header-box .right-box .btn-item {
        padding: 10px 15px;
        font-size: 16px;
    }

    /* end 头部栏 */


    /* 申请试用 */
    .apply-box .wrapper {
        height: 800px;
        position: relative;
    }

    .apply-box .wrapper .bg-img {
        width: auto;
        height: 800px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }




    .apply-box .form-box {
        width: 400px;
        padding: 30px 40px;
    }

    .apply-box .header .big {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .apply-box .form-box .input-item {
        margin: 15px 0;
        height: 30px;
        font-size: 14px;
    }

    .apply-box .input-item .name {
        flex: 0 0 80px;
    }

    .apply-box .input-item input,
    .apply-box .input-item select {
        font-size: 14px;
    }

    .apply-box .btn-box {
        margin-top: 20px;
    }

    .apply-box .btn-box .btn-submit {
        height: 40px;
        font-size: 16px;
    }

    /* end 申请试用 */

}

@media (min-width:1200px) and (max-width:1599px) {
    .container {
        width: 1140px;
        /* background: green; */
    }

    /* 申请试用 */
    .apply-box .form-box {
        width: 400px;
        padding: 30px 50px;
        margin-left: 60px;
    }

    .apply-box .header .big {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .apply-box .form-box .input-item {
        margin: 15px 0;
        height: 35px;
        font-size: 16px;
    }

    .apply-box .input-item .name {
        flex: 0 0 100px;
    }

    .apply-box .input-item input,
    .apply-box .input-item select {
        font-size: 16px;
    }

    .apply-box .btn-box {
        margin-top: 20px;
    }

    .apply-box .btn-box .btn-submit {
        height: 40px;
        font-size: 16px;
    }

    /* end 申请试用 */

}

@media (min-width:1600px) {
    .container {
        width: 1440px;
        /* background: cyan; */
    }

    .apply-box .form-box {
        margin-left: 160px;
    }

    .contact-box .main .container {
        padding-bottom: 90px;
    }

    .contact-box .main .container .tips {
        font-size: 30px;
    }
}

/* end 媒体查询 */