.headerBox1 {
    background: #fff
}

.headerFixed {
    position: fixed !important;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px #ddd
}

.headerBox2, .headerBox2 a {
    color: #fff
}

.header-main {
    width: 100%;
    height: 100px
}

.header-box {
    position: relative;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 24px 24px 24px 80px;
    z-index: 90;
    min-width: 1200px;
    transition: all .2s
}

.header-box .header-logo {
    width: 187px;
    height: 25px;
    margin-top: 12px;
    float: left;
    display: none
}

.header-box .logo1 {
    background: url("../../../images/logo.png") no-repeat;
    background-size: contain
}

.header-box .logo2 {
    background: url("../../../images/logo2.png") no-repeat;
    background-size: contain
}

.header-box .header-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    width: 930px;
    transition: all .2s;
    z-index: -1
}

.header-box .header-menu .list {
    float: left;
    margin-left: 78px;
    cursor: pointer;
    width: 65px;
    height: 95px;
    line-height: 95px;
    position: relative;
    border-bottom: 5px solid transparent;
    transition: all .2s
}

.header-box .header-menu .list .link1 {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .2s linear;
    text-align: center
}

.header-box .header-menu .list .menu {
    position: absolute;
    top: 80px;
    left: -54px;
    width: 170px;
    line-height: 24px;
    background: #1c212c;
    display: none;
    opacity: 0;
    transform: translateY(-5%);
    transition: all .2s linear;
    border-radius: 5px
}
.header-box .header-menu .list .menu-sub{
    position: absolute;
    top: 0px;
    left: 168px;
    width: 170px;
    line-height: 24px;
    background: #1c212c;
    display: none;
    opacity: 0;
    transform: translateY(-5%);
    transition: all .2s linear;
    border-radius: 5px
}
.header-box .header-menu .list .menu .link2 {
    display: block;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #1d2436;
    text-align: center;
    color: #c4d5f7;
    position: relative;
    z-index: 1;
    transition: all .2s linear
}

.header-box .header-menu .list .menu .link2 {
    border-top: 0
}

.header-box .header-menu .list .menu:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #1d2436;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -10px;
    transform: rotate(45deg);
    z-index: 0
}

.header-box .header-menu .list .link1:hover, .header-box .header-menu .list .link2:hover {
    color: #4490fb
}

.header-box .header-menu .list .curr {
    display: block
}

.header-box .header-menu .list .amMenuIn {
    animation: amMenuIn-am ease-out .2s;
    animation-fill-mode: forwards
}

.header-box .header-menu .list .amMenuOut {
    animation: amMenuOut-am ease-out .2s;
    animation-fill-mode: forwards
}

@keyframes amMenuIn-am {
    0% {
        opacity: 0;
        transform: translateY(-5%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes amMenuOut-am {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-5%)
    }
}

.header-box .header-menu .list:first-child, .header-box .header-menu a:first-child {
    margin-left: 0
}

.header-box .header-menu .cur {
    border-bottom: 5px solid #4490fb
}

.header-box .header-btn {
    float: right
}

.header-btn {
    overflow: hidden
}

.header-btn li {
    width: 126px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 45px;
    background-image: linear-gradient(90deg, #44a7fe 0, #005be7 100%), linear-gradient(#fff, #fff)
}

.header-btn li .cur {
    display: block;
    border-radius: 45px;
    color: transparent
}

.header-btn li .cur .text {
    font-weight: bold
}

.header-btn li:last-child {
    margin-right: 0
}

.bt1 li {
    padding: 2px
}

.bt1 li .cur {
    background: #fff
}

.bt1 li .cur .text {
    color: #4490fb
}

.bt2 li {
    box-sizing: border-box
}

.bt2 li:last-child {
    border: 2px solid #fff;
    background: transparent;
    line-height: 40px
}

.bt2 li:last-child .cur .text {
    color: #fff
}

.footer-box {
    width: 100%;
    padding-top: 85px;
    padding-bottom: 113px;
    background-color: #141a26;
    position: relative;
    z-index: 0
}

.footer-box .footer-award {
    border-bottom: 1px solid #506387;
    padding-bottom: 56px;
    margin-bottom: 59px
}

.footer-box .footer-award li {
    float: left;
    width: 216px;
    margin-right: 30px
}

.footer-box .footer-content {
    overflow: hidden;
    padding-bottom: 45px;
    position: relative
}

.footer-box .footer-content .footer-link {
    color: #7890bc;
    float: right;
    width: 78%
}

.footer-box .footer-content .footer-link table {
    float: right
}

.footer-box .footer-content .footer-link a {
    color: #7890bc;
    cursor: pointer
}

.footer-box .footer-content .footer-link .table-link tr th, .footer-box .footer-content .footer-link .table-link tr td {
    width: 135px
}

.footer-box .footer-content .footer-link .table-link tr th {
    font-size: 16px;
    padding-bottom: 30px
}

.footer-box .footer-content .footer-link .table-link tr th a {
    color: #c4d5f7;
    cursor: pointer
}

.footer-box .footer-content .footer-link .table-link tr td {
    padding-bottom: 20px
}

.footer-box .footer-content .footer-link .table-link tr th:last-child, .footer-box .footer-content .footer-link .table-link tr td:last-child {
    width: 65px
}

.footer-box .footer-content .footer-link p {
    font-size: 16px
}

.footer-box .footer-content .footer-link p a {
    color: #7890bc;
    margin-right: 10px
}

.footer-box .footer-left {
    float: left
}

.footer-box .footer-left .logo {
    width: 148px
}

.footer-box .footer-left .info {
    color: #7890bc;
    width: 315px;
    line-height: 30px
}

.footer-box .footer-left .info-box {
    position: absolute;
    bottom: 60px;
    left: 0
}

.footer-box .footer-left .footer-icon {
    margin-top: 28px;
    width: 160px;
    height: 70px
}

.footer-box .footer-left .footer-icon li {
    margin-right: 13px;
    margin-bottom: 13px;
    float: left;
    position: relative
}

.footer-box .footer-left .footer-icon li a {
    display: block;
    width: 27px;
    height: 28px;
    line-height: 28px;
    background-color: #60688a;
    border-radius: 50%;
    text-align: center;
    color: #141a26;
    cursor: pointer;
    transition: all .2s
}

.footer-box .footer-left .footer-icon li .text-box {
    position: absolute;
    top: -30px;
    left: 5px;
    width: 190px;
    height: 41px;
    display: none;
    transition: all .2s
}

.footer-box .footer-left .footer-icon li span {
    position: relative;
    color: #fff;
    width: 168px;
    background: #1573ee;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 12px
}

.footer-box .footer-left .footer-icon li span i {
    position: absolute;
    bottom: -5px;
    left: 15px;
    z-index: -1;
    border-right: 20px solid #1573ee;
    border-bottom: 10px solid #1573ee;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    transform: rotate(-50deg)
}

.footer-box .footer-left .footer-icon li:hover a {
    background-color: #1573ee;
    color: #fff
}

.footer-box .footer-left .footer-icon li:hover .text-box {
    display: block
}

.footer-box .footer-left .footer-icon li:hover .weChat {
    position: absolute;
    top: -54px;
    width: 75px;
    z-index: 1
}

.footer-box .footer-info {
    color: #7890bc;
    font-size: 12px;
    text-align: center
}

.footer-box .footer-info .text1 {
    margin-top: 20px;
    line-height: 25px;
    text-align: center
}

.footer-box .footer-info .text2 {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #c4d5f7
}

.footer-box .footer-info .text2 a {
    color: #c4d5f7
}

.footer-box .footer-info .img {
    margin-top: 25px;
    opacity: .5
}

.footer-box .footer-info .img img:first-child {
    margin-right: 27px
}

.sidebar-box {
    position: fixed;
    bottom: 100px;
    right: -80px;
    opacity: 0;
    transition: all .2s;
    z-index: 100
}

.sidebar-box li {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #1b79f0;
    cursor: pointer;
    transition: all .2s
}

.sidebar-box li .icon {
    font-size: 25px;
    opacity: 1;
    transition: all .2s
}

.sidebar-box li .text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    line-height: 20px;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all .2s
}

.sidebar-box li .content {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    display: none;
    transition: all .2s;
    z-index: -1
}

.sidebar-box li .content .img {
    width: 120px;
    height: 120px
}

.sidebar-box li .list {
    display: flex;
    overflow: hidden
}

.sidebar-box li .list ol {
    flex: 1;
    width: 60px;
    height: 60px;
    background-color: #0072ff;
    color: #fff;
    margin-left: 2px;
    box-sizing: border-box;
    line-height: 21px;
    font-size: 12px;
    padding-top: 8px;
    cursor: pointer
}

.sidebar-box li .list ol p {
    text-align: center
}

.sidebar-box li .list ol:first-child {
    margin-left: 0
}

.sidebar-box li:hover .icon {
    opacity: 0
}

.sidebar-box li:hover p {
    opacity: 1
}

.sidebar-box .contentIn {
    padding-right: 3px;
    animation: contentIn-am ease-out .2s;
    animation-fill-mode: forwards
}

.sidebar-box .contentOut {
    padding-right: 3px;
    animation: contentOut-am ease-out .2s;
    animation-fill-mode: forwards
}

@keyframes contentIn-am {
    0% {
        opacity: 0;
        right: 0
    }
    100% {
        opacity: 1;
        right: 59px
    }
}

@keyframes contentOut-am {
    0% {
        opacity: 1;
        right: 59px
    }
    100% {
        opacity: 0;
        right: 0
    }
}

.sidebar-box .sidebar-ad {
    background: transparent;
    border: 0
}

.sidebar-box .sidebar-ad img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.sidebar-box-show {
    right: 20px;
    opacity: 1
}

#chat_wrap {
    width: 750px;
    height: 600px
}

#chat_iwrap, #chat_iholder {
    border-radius: 5px;
    overflow: hidden
}

#chat_iwrap {
    border: 0
}

.notice-box {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 50px;
    background: url("../../../images/banner-notice.png") no-repeat center;
    background-size: cover;
    padding-top: 15px;
    box-sizing: border-box;
    transition: all .2s ease-out
}

.notice-box .main-box2 {
    position: relative;
    height: 100%
}

.notice-box .icon {
    float: left;
    font-size: 20px;
    color: #fcf017
}

.notice-box .notice-text {
    float: left;
    margin-left: 20px;
    color: #fff;
    width: 660px
}

.notice-box .notice-text p:first-child {
    font-size: 18px;
    margin-top: -2px
}

.notice-box .notice-more {
    width: 142px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
    border-radius: 21px;
    color: #4490fb;
    float: left;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 40px;
    margin-top: -6px
}

.notice-box .notice-more:active {
    background: #f1f1f1
}

.notice-box .notice-close {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 27px;
    height: 37px;
    background: #fcf017;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    cursor: pointer
}

.hide-notice {
    margin-top: -100px
}

.prompt-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    transition: all .2s ease-out
}

.prompt-box .prompt-main {
    position: fixed;
    top: calc(50% - 240px) !important;
    left: calc(50% - 360px) !important;
    transform: none !important;
    width: 720px;
    min-height: 200px;
    background: #fff;
    z-index: 1001;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px
}

.prompt-box .prompt-main .prompt-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #888
}

.prompt-box .prompt-main .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px
}

.prompt-box .prompt-main .prompt-btn {
    margin-top: 30px;
    padding: 10px 20px;
    background: #4490fb;
    color: #fff;
    font-size: 16px;
    text-align: center;
    float: left;
    border-radius: 5px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    transition: all .2s
}

.prompt-box .prompt-main .prompt-btn:active {
    background: #0062c3
}

.hide-prompt {
    opacity: 0
}

.agreement-box {
    padding: 50px;
    position: relative
}

.agreement-box .title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold
}

.disclaimer-box p {
    margin-top: 20px;
    color: #555
}

.disclaimer-box p:first-child {
    margin-top: 0
}

.privacy-box h2 {
    padding: 15px 0;
    text-align: left;
    font-size: 14px
}

.privacy-box p {
    padding-left: 2em;
    color: #555
}

.warning-box .warning-title {
    border: 1px dashed #aaa;
    padding: 10px;
    box-sizing: border-box
}

.warning-box p {
    color: #555
}

.warning-box .title2 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #333
}

@media screen and (max-width:1530px) {
    .header-box .header-menu {
        transform: translate(-43%, -50%)
    }
    .header-box .header-menu .list {
        margin-left: 47px
    }
    .home-banner-box2 .banner-text {
        left: 70px
    }
}

@media screen and (max-width:1370px) {
    .header-box .header-menu {
        transform: translate(-54%, -50%);
        width: 630px
    }
    .header-box .header-menu .list {
        margin-left: 29px
    }
}

.advertisement-box .img img {
    display: block;
    margin: 0 auto
}

.advertisement-box .advertisement-btn {
    width: 120px;
    margin: 0 auto;
    padding-top: 10px
}

.advertisement-box .advertisement-btn a {
    display: inline-block;
    width: 54px;
    height: 32px;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all .2s
}

.advertisement-box .advertisement-btn a:first-child {
    margin-right: 6px;
    background-color: #54a7dd;
    color: #fff;
    line-height: 32px
}

.advertisement-box .advertisement-btn a:last-child {
    border: 2px solid #54a7dd;
    color: #54a7dd;
    line-height: 28px
}

.advertisement-box .advertisement-btn a:hover {
    background: #2e4169;
    border-color: #2e4169;
    color: #fff
}

.login-main {
    position: relative;
    z-index: 99;
    display: none;
    transition: all .2s
}

.login-main .mask-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.72)
}

.login-main .mask-main {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 591px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.login-main .mask-main .title {
    font-size: 22px;
    width: 100%;
    text-align: center;
    position: relative;
    line-height: 24px
}

.login-main .mask-main .title i {
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    transition: all .2s
}

.login-main .mask-main .title i:active, .login-main .mask-main .title i:hover {
    color: #0f6eef
}

.login-main .mask-main .login-from {
    margin-top: 45px
}

.login-main .mask-main .login-from .list {
    width: 498px;
    height: 54px;
    line-height: 54px;
    background-color: #f3f3f3;
    border-radius: 5px;
    color: #7e7e7e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: all .3s
}

.login-main .mask-main .login-from .list .icon {
    font-size: 20px;
    margin-left: 23px;
    float: left
}

.login-main .mask-main .login-from .list .input {
    font-size: 16px;
    width: 65%;
    height: 100%;
    border: 0;
    float: left;
    padding-left: 27px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
    color: #7e7e7e
}

.login-main .mask-main .login-from .cur {
    border-color: #97aff6
}

.login-main .mask-main .login-from li:first-child .list {
    margin-top: 0
}

.login-main .mask-main .login-from .input-warning {
    color: #e73838;
    opacity: 0;
    transition: all .2s;
    margin-top: 1px;
    padding-bottom: 2px;
    height: 19px
}

.login-main .mask-main .login-button {
    width: 498px;
    height: 60px;
    line-height: 58px;
    background-color: #577ff6;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    margin-top: 22px;
    text-align: center;
    cursor: pointer;
    transition: all .2s
}

.login-main .mask-main .login-button:active {
    background-color: #4d67cd
}

.login-main .mask-main .login-option {
    font-size: 16px;
    margin-top: 20px;
    overflow: hidden
}

.login-main .mask-main .login-option span {
    color: #577ff6;
    cursor: pointer
}

.login-main .mask-main .login-option span:first-child {
    float: left
}

.login-main .mask-main .login-option span:last-child {
    float: right
}

.login-main .mask-main .canvas {
    float: right;
    width: 92px;
    height: 40px;
    margin-top: 6px;
    margin-right: 10px
}

.home-banner {
    background-color: #1d2332;
    padding: 75px 0;
    overflow: hidden
}

.home-banner .text-box {
    color: #c4d5f7;
    font-size: 17px;
    float: left
}

.home-banner .text-box p:first-child, .home-banner .text-box h3:first-child {
    font-size: 31px;
    padding-bottom: 30px
}

.home-banner .home-banner-btn {
    overflow: hidden;
    float: right;
    margin-top: 23px
}

.home-banner .home-banner-btn .button1, .home-banner .home-banner-btn .button2 {
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border-radius: 24px;
    box-sizing: border-box;
    float: left;
    cursor: pointer
}

.home-banner .home-banner-btn .button1 {
    background-image: linear-gradient(35deg, #44a7fe 0, #005be7 100%), linear-gradient(#4d7bfe, #4d7bfe);
    background-blend-mode: normal, normal
}

.home-banner .home-banner-btn .button2 {
    line-height: 44px;
    border: solid 2px #c4d5f7;
    margin-left: 70px
}

.about-banner1 {
    background: url("../../../images/banner-aboutUs.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 220px
}

.about-banner1 .banner1-content {
    padding-top: 64px;
    color: #fff
}

.about-banner1 .banner1-content p:first-child {
    font-size: 46px;
    color: #fff
}

.about-banner1 .banner1-content p:last-child {
    font-size: 24px
}

.about-banner2 {
    height: 340px
}

.about-banner2 .banner1-content {
    padding-top: 100px
}

.about-banner2 .banner1-content p:first-child {
    font-size: 50px
}

.about-banner2 .banner1-content p:last-child {
    font-size: 25px
}

.main-navigation-bar {
    overflow: hidden;
    margin-top: 38px;
    margin-bottom: 27px
}

.main-navigation-bar a {
    float: left;
    cursor: pointer
}

.main-navigation-bar a span {
    color: #666;
    transition: all .2s
}

.main-navigation-bar a i {
    color: #4490fb;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 5px
}

.main-navigation-bar a:hover span {
    color: #4490fb
}

.main-navigation-bar a:last-child {
    cursor: default
}

.main-navigation-bar a:last-child span {
    color: #4490fb
}

.hover-text {
    transition: all .2s
}

.hover-text:hover {
    color: #4490fb !important
}

.about-banner6 {
    background: url("../../../images/banner-aboutUs4.png") no-repeat center;
    background-color: #0f6eef;
    width: 100%;
    height: 160px;
    padding-top: 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 1
}

.about-banner6 .banner6-box {
    position: absolute;
    left: 0;
    width: 50%;
    min-width: 750px
}

.about-banner6 .banner6-box .box1 {
    float: right;
    padding-right: 120px
}

.about-banner6 .banner6-box2 {
    position: absolute;
    right: 0;
    width: 50%;
    min-width: 750px
}

.about-banner6 .banner6-box2 .box2 {
    float: left;
    padding-left: 120px
}

.about-banner6 .banner6-text {
    float: left;
    color: #fff;
    font-size: 16px
}

.about-banner6 .banner6-text p:first-child {
    font-size: 24px;
    margin-bottom: 18px
}

.about-banner6 .banner6-btn, .about-banner6 .banner6-btn2 {
    width: 130px;
    height: 40px;
    border-radius: 20px;
    float: left;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-top: 17px;
    margin-left: 20px;
    box-sizing: border-box;
    cursor: pointer
}

.about-banner6 .banner6-btn {
    line-height: 40px;
    background: #fff
}

.about-banner6 .banner6-btn span {
    color: #4490fb
}

.about-banner6 .banner6-btn2 {
    line-height: 36px;
    border: 2px solid #fff;
    color: #fff
}

.banner-down-icon {
    display: inline-block
}

.banner-down-icon .down-list {
    width: 80px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
    position: relative
}

.banner-down-icon .down-list .icon-down {
    background: url("../../../images/icon-download2.png") no-repeat;
    background-position-y: -2px;
    display: block;
    width: 45px;
    height: 43px;
    margin: 0 auto
}

.banner-down-icon .down-list .icon-download-box {
    position: absolute;
    top: 0;
    left: -13px;
    display: none;
    width: 107px;
    height: 100%;
    transition: all .2s
}

.banner-down-icon .down-list .icon-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 24px;
    background: #fff;
    color: #4490fb;
    font-weight: bold
}

.banner-down-icon .down-list p {
    color: #fff;
    margin-top: 10px;
    text-align: center
}

.banner-down-icon .down-list .icon-img {
    position: absolute;
    top: 90px;
    left: -10px;
    display: none;
    transition: all .2s;
    padding: 5px;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    width: 90px
}

.banner-down-icon .down-list .icon-img img {
    width: 100%
}

.banner-down-icon .down-list .icon-img i {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: block
}

.banner-down-icon .down-list:hover .icon-img, .banner-down-icon .down-list:hover .icon-download-box {
    display: block
}

.ad-box {
    position: relative;
    z-index: 9999
}

.ad-box .ad-main {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 490px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 7px 30px 4px rgba(29, 35, 50, 0.43);
    /* opacity: 0 */
}

.ad-box .ad-main .ad-close {
    position: absolute;
    right: 0;
    top: -50px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box
}

.ad-box .ad-main .ad-btn {
    width: 340px;
    overflow: hidden;
    margin: 0 auto;
    padding: 12px 0
}

.ad-box .ad-main .ad-btn .btn1, .ad-box .ad-main .ad-btn .btn2 {
    width: 150px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 19px;
    float: left;
    font-size: 17px;
    color: #fff;
    cursor: pointer
}

.ad-box .ad-main .ad-btn .btn1 {
    background-image: linear-gradient(-4deg, #005be7 1%, #399bfa 100%);
    margin-right: 40px
}

.ad-box .ad-main .ad-btn .btn2 {
    background-image: linear-gradient(-15deg, #fe8a00 1%, #fcde85 100%)
}

.ad-box .ad-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.page {
    width: 100%
}

.page .tcdNumber, .page .current, .page .hiding {
    cursor: pointer;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 32px;
    text-align: center;
    list-style: none;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    outline: 0;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.page .hiding {
    font-size: 28px;
    line-height: 16px;
    border: 0;
    color: rgba(0, 0, 0, 0.25)
}

.page .current, .page .tcdNumber:hover {
    border-color: #40a9ff;
    color: #40a9ff;
    font-weight: 500
}

.page .prevPage, .page .nextPage, .page .disabled {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.65);
    border-radius: 4px;
    list-style: none;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.page .prevPage, .page div span:first-child {
    margin-right: 8px
}

.page .disabled {
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed
}

.page .countYe {
    padding-left: 16px
}

.page .countYe input {
    position: relative;
    display: inline-block;
    padding: 4px 11px;
    height: 32px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 8px;
    width: 50px;
    box-sizing: border-box;
    text-align: center
}

.page .countYe input:hover, .page .countYe input:focus {
    border-color: #40a9ff;
    border-right-width: 1px !important
}

.page .countYe input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2)
}

.breaking-news-title {
    width: 100%;
    display: inline-block
}

.breaking-news-title .title {
    font-size: 20px;
    padding-left: 10px;
    border-left: 6px solid #4490fb;
    height: 20px;
    line-height: 20px;
    float: left
}

.breaking-news-title .icon-mores {
    float: right;
    font-size: 16px;
    color: #999;
    cursor: pointer
}

.big-picture-box .big-picture-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100
}

.big-picture-box .big-picture-main {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 200
}

.big-picture-box .big-picture-main img {
    max-width: initial
}

.big-picture-box .big-picture-close {
    position: absolute;
    width: 34px;
    height: 34px;
    top: -50px;
    right: 0;
    background: url("../../../../lp/close.png") no-repeat center 0;
    background-size: contain;
    cursor: pointer
}

@media (min-width:1500px) {
    .header-box .header-logo {
        width: 274px;
        height: 32px;
        margin-top: 6px
    }
}

@media (max-width:768px) {
    .login-main .mask-main {
        width: 92.3%;
        padding: .4rem .46rem;
        height: unset;
        border-radius: .2rem
    }
    .login-main .mask-main .title {
        font-size: .32rem
    }
    .login-main .mask-main .login-from {
        margin-top: .45rem
    }
    .login-main .mask-main .login-from .list {
        width: 100%;
        height: .9rem;
        line-height: .9rem
    }
    .login-main .mask-main .login-from .list .icon {
        font-size: .3rem;
        margin-left: .23rem
    }
    .login-main .mask-main .login-from .list .input {
        font-size: .26rem;
        padding-left: .27rem
    }
    .login-main .mask-main .login-from .input-warning {
        color: #e73838;
        opacity: 0;
        transition: all .2s;
        height: .34rem;
        line-height: .34rem;
        margin-top: 1px
    }
    .login-main .mask-main .login-button {
        width: 100%;
        height: .9rem;
        line-height: .9rem;
        border-radius: .1rem;
        font-size: .3rem;
        margin-top: .22rem
    }
    .login-main .mask-main .login-option {
        font-size: .26rem;
        margin-top: .2rem
    }
    .login-main .mask-main .canvas {
        float: right;
        width: 1.5rem;
        height: .7rem;
        margin-top: .07rem;
        margin-right: .1rem
    }
}

#mainIframe {
    position: fixed;
    top: calc(50% - 315px);
    left: calc(50% - 345px);
    z-index: 100;
    display: none;
}
.loading-mask{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #333;
    opacity: .6;
    top: 0;
    left: 0;
}
#loading {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    border-radius: 50%;
    border: 3px solid #BEBEBE;
    border-left: 3px solid #4490fb;
    animation: load 1s linear infinite;
    -moz-animation: load 1s linear infinite;
    -webkit-animation: load 1s linear infinite;
    -o-animation: load 1s linear infinite;
}

@-webkit-keyframes load {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes load {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes load {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

.title-h3-block {
  padding: 0 0 30px 80px;
  color: #c4d5f7;
  background: #141a25;
  font-size: 20px;
}