body {
    margin: 0;
    /*overflow: hidden;*/
    /*height: 6000px;*/
    background: #040420;
    user-select: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    -webkit-user-drag: none;
    /* 禁止图片拖动 */
    user-select: none;
    /* 禁止图片选中（可选） */
}

.hide {
    display: none;
}

.banner {
    height: 112px;
}

.pointer {
    cursor: pointer;
}


header {
    height: 112px;
    background: #000000;
    width: 100%;
    z-index: 99999;
    top: 0%;
    position: absolute;
}

header nav {
    width: 1264px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav .logo {
    width: 191px;
    height: 47px;
    display: block;
}

header nav ul {
    width: 900px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 3%;
}

header nav ul li {
    list-style: none;
    text-align: center;
    min-height: 50px;
    min-width: 62px;
}

.nav-free-ico {
    margin-top: -23px;
    width: 62px;
    height: 24px;
    display: block;
}

header nav ul a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #88889E;
}

header nav ul a:hover {
    color: white;
}

header nav ul .active {
    background: url("/style/style2/images/nav-active-btn.png") no-repeat;
    background-position-x: -5px;
    background-position-y: 21px;
    color: white;
}

header nav ul li:hover {
    background: url("/style/style2/images/nav-active-btn.png") no-repeat;
    animation-duration: 0.5s;
    /* 动画时长 */
    animation-fill-mode: forwards;
    /* 动画结束后元素停留在动画结束的状态 */
    background-position-x: -5px;
    background-position-y: 21px;
    background-size: auto;
    transition: background-position-x 0.5s ease;
}

header nav ul .nav-active {
    width: 73px;
    height: 24px;
    position: relative;
    /* 元素相对定位 */
    left: -50px;
    /* 元素向左偏移100px */
    animation-name: slideInLeft;
    /* 动画名称 */
    animation-duration: 0.5s;
    /* 动画时长 */
    animation-fill-mode: forwards;
    /* 动画结束后元素停留在动画结束的状态 */
    display: block;
}

/* 定义 slideInLeft 动画 */
@keyframes slideInLeft {
    from {
        left: -50px;
        /* 元素起始位置向左偏移100px */
    }

    to {
        left: 0;
        /* 元素结束位置偏移0px，也就是左侧边框与页面左侧对齐 */
    }
}

.head-down-btn {
    background: url("/style/style2/images/login-btn-bg.png") no-repeat;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    background-size: contain;
    width: 125px;
    height: 38px;
    text-align: center;
    cursor: pointer;
    margin-top: -6px;
}


.buttom {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    min-height: 527px;
    background-color: #0B0B0B;
}

.buttom .head {
    width: 1155px;
    text-align: left;
    display: inline-flex;
    flex-direction: column;
    margin-top: 50px;
}

.buttom .head .title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFC12E;
}

.service-box {
    width: 1123px;
    text-align: center;
    display: inline-flex;
    justify-content: flex-end;
    margin-top: -20px;
}

.service-btn {
    background: url("/style/style2/images/service-btn-bg.png") no-repeat;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 165px;
    height: 61px;
    line-height: 57px;
    padding-left: 10px;
}

.service-btn:hover {
    background: url("/style/style2/images/service-btn-click-bg.png") no-repeat;
}


.buttom .content {
    width: 1123px;
    display: inline-flex;
    justify-content: space-around;
    margin-top: 40px;
}

.buttom .content .down-list {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.buttom .win-btn {
    background: url("/style/style2/images/win-btn.png") no-repeat;
    width: 146px;
    height: 42px;
    padding-left: 10px;
    line-height: 40px;
    cursor: pointer;
    color: #FFFFFF;
}

.buttom .win-btn:hover {
    background: url("/style/style2/images/win-click-btn.png") no-repeat;

}

.buttom .console-btn {
    background: url("/style/style2/images/console-btn.png") no-repeat;
    width: 146px;
    height: 42px;
    padding-left: 10px;
    line-height: 40px;
    cursor: pointer;
    color: #FFFFFF;
}

.buttom .console-btn:hover {
    background: url("/style/style2/images/console-click-btn.png") no-repeat;

}

.buttom .mobile-btn {
    background: url("/style/style2/images/mobile-btn.png") no-repeat;
    width: 146px;
    height: 42px;
    padding-left: 10px;
    line-height: 40px;
    cursor: pointer;
    color: #FFFFFF;
}

.buttom .mobile-btn:hover {
    background: url("/style/style2/images/mobile-click-btn.png") no-repeat;

}

.buttom .corporation {
    display: inline-flex;
    width: 100%;
    justify-content: space-evenly;
    text-align: left;
}

.buttom .corporation .title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFC12E;
    margin-bottom: 59px;
}

.buttom .corporation .text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    opacity: 0.7;
}

.buttom .corporation .text:hover {
    opacity: 1;
}

.wechat-code {
    width: 255px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.wechat-code .title {
    color: #FFC12E;
}

.wechat-code .code {
    margin-top: 10%;
}

.buttom .division-line {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-top: 100px;
}

.buttom .footer {
    margin-top: 25px;
    margin-bottom: 50px;
}

.buttom .footer .copyright {
    margin-bottom: 1%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    opacity: 0.5;
}

.buttom .footer .copyright a {
    color: #ffffff;
    /*opacity: 0.5;*/
}

.left-div {
    position: fixed;
    top: 12%;
    right: 2%;
}

.left-div .left-icon-list {
    font-size: 12px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 300px;
}

.left-div .left-icon-list .icon-item {
    background: url("/style/style2/images/icon-item-bg.png") no-repeat;
    width: 79px;
    height: 79px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.left-div .left-icon-list .icon-item:hover {
    background: url("/style/style2/images/icon-item-bg-hover.png") no-repeat;
}

.qq-hover {
    background: url("/style/style2/images/qq-hover-bg.png") no-repeat;
    width: 150px;
    height: 158px;
    position: absolute;
    top: 7%;
    right: 115%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.qq-hover .hover-item {
    background: url("/style/style2/images/hover-item-bg.png") no-repeat;
    width: 110px;
    height: 31px;
    font-size: 12px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    display: flex;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    cursor: pointer;
}

.qq-hover .hover-item:hover {
    background: url("/style/style2/images/hover-item-bg-hover.png") no-repeat;
}


.like-hover {
    background: url("/style/style2/images/like-hover-bg.png") no-repeat;
    width: 150px;
    height: 118px;
    position: absolute;
    top: 70%;
    right: 115%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.like-hover .hover-item {
    background: url("/style/style2/images/hover-item-bg.png") no-repeat;
    width: 110px;
    height: 31px;
    font-size: 12px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    display: flex;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    cursor: pointer;
    line-height: 4px;
}

.like-hover .hover-item:hover {
    background: url("/style/style2/images/hover-item-bg-hover.png") no-repeat;
}

.alert-icon {
    position: absolute;
    right: 120%;
    top: 5%;
}

.alert-icon img:hover {
    transform: scale(1.1);
}

.user-menu {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    height: 120px;
    margin-top: 95px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #6C707E;
}

.user-name {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 5px;
}

.drop-down-icon {
    width: 24px;
    height: 24px;
}

.user-menu-div {
    background: url("/style/style2/images/user-menu-div-bg.png") no-repeat;
    width: 109px;
    height: 89px;
    display: none;
    position: absolute;
    margin-top: 30px;
    background-size: contain;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.user-menu:hover .user-menu-div {
    display: inline-flex;
}

.user-menu-div a:hover {
    color: #0977DE;
}

.login-reg-box {
    width: 100%;
    z-index: 1000;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    align-items: center;
    top: 0;
}

.login-box {
    background: url("/style/style2/images/login/login-box-bg.png") no-repeat;
    width: 644px;
    height: 438px;
    background-size: contain;
}

.login-box .top {
    display: flex;
    height: 40px;
    align-items: center;
    margin-left: 20px;
    margin-top: 15px;
}

.login-box .tip {
    background: url("/style/style2/images/login/tip.png") no-repeat;
    width: 3px;
    height: 20px;
    background-size: cover;
    margin-right: 10px;
    margin-top: 0px;
}

.login-box .close {
    background: url("/style/style2/images/login/close-btn.png") no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    position: absolute;
    top: 28%;
    left: 64.5%;
}

.login-box .close:hover {
    background: url("/style/style2/images/login/close-btn-hover.png") no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
}

.login-box .content {
    width: 100%;
    display: inline-flex;
    justify-content: space-evenly;
    margin-top: 25px;
}

.login-reg-box .title {
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}

.login-box .content .left {
    width: 300px;
}

.login-box .content .left .login-type {
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
}

.login-box .type-item {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    opacity: 0.5;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.login-box .active {
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    opacity: 1;
}

.login-box .line {
    background: url("/style/style2/images/login/line.png") no-repeat;
    width: 1px;
    height: 290px;
    background-size: cover;
}

.login-box .content .right {
    width: 200px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 303px;
}

.login-box .input-div {
    background: url("/style/style2/images/login/input-bg.png") no-repeat;
    width: 260px;
    height: 44px;
    background-size: contain;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
    margin-left: 15px;
    margin-top: 20px;
}

.account-icon {
    background: url("/style/style2/images/login/account-icon.png") no-repeat;
    width: 31px;
    height: 31px;
    background-size: contain;
}

.password-icon {
    background: url("/style/style2/images/login/password-icon.png") no-repeat;
    width: 31px;
    height: 31px;
    background-size: contain;
}

.login-box .input-div .input {
    margin-left: 10px;
}

.login-box .input-div input {
    line-height: 30px;
    border: none;
    outline: none;
}

.password-show {
    background: url("/style/style2/images/login/password-show.png") no-repeat;
    width: 31.6px;
    height: 31.6px;
    background-size: contain;
}

.password-close {
    background: url("/style/style2/images/login/password-close.png") no-repeat;
    width: 31.6px;
    height: 31.6px;
    background-size: contain;
}

.login-type .active .active-bottom {
    background: url("/style/style2/images/login/active-bottom.png") no-repeat;
    width: 64px;
    height: 4px;
    background-size: contain;
    margin-top: 5px;
}

.other-div {
    width: 100%;
    display: inline-flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 20px auto;
}

.other-div .btn {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #1682E3;
}

.login-box .submit-btn {
    background: url("/style/style2/images/login/submit-btn.png") no-repeat;
    width: 248px;
    height: 41px;
    background-size: contain;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #383633;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    margin-top: 15px;
}

.login-box .submit-btn:hover {
    background: url("/style/style2/images/login/submit-btn-hover.png") no-repeat;
    width: 248px;
    height: 41px;
    background-size: contain;
}

.login-box .login-msg {
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FF8C3F;
    margin-top: 20px;
}

.send-code {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #15AAFF;
    position: fixed;
    left: 45%;
}

.wechat-title {
    display: inline-flex;
    align-items: center;
}

.wechat-icon {
    background: url("/style/style2/images/login/wechat-icon.png") no-repeat;
    width: 22px;
    height: 18px;
    background-size: contain;
    margin-right: 5px;
}

.wecaht-login-msg {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.error-alert {
    background: #000000;
    border-radius: 10px;
    opacity: 0.9;
    z-index: 10002;
    position: fixed;
    min-width: 100px;
    min-height: 50px;
    top: 44%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin-left: 45%;
}

.error-icon {
    background: url("/style/style2/images/login/error-icon.png") no-repeat;
    width: 26px;
    height: 26px;
    background-size: contain;
    margin-right: 10px;
}

.error-info {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.back {
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    position: fixed;
}

.sendCaptchaCodebox {
    width: 100%;
    z-index: 1004;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    align-items: center;
    top: 0;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #515050;
}

.codeBox {
    background: url("/style/style2/images/login/code-box-bg.png") no-repeat;
    width: 391px;
    height: 261px;
    background-size: contain;
}

.codeBox .top {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    margin-top: 5px;
    align-items: center;
    margin-left: 15px;
}

.box-close {
    background: url("/style/style2/images/login/system-close-btn.png") no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    margin-right: 20px;
}

.box-content {
    width: 160px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px;
    border: 1px solid #C5C5C5;
    display: inline-flex;
    align-items: center;
    margin-top: 65px;
    margin-left: 65px;
}

.box-content input {
    line-height: 30px;
    border: none;
    outline: none;
    width: 125px;
    margin-left: 14px;
}

.send-btn {
    background: url("/style/style2/images/login/submit-btn.png") no-repeat;
    width: 248px;
    height: 41px;
    background-size: contain;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #383633;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
}

.send-btn:hover {
    background: url("/style/style2/images/login/submit-btn-hover.png") no-repeat;
    width: 248px;
    height: 41px;
    background-size: contain;
}

.phone-login-msg{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #2993F9;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}