body,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form,
div {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    font-weight: normal;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
}

body {
    color: #000;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    font: normal 14px/200% Muli, Helvetica Neue, Hiragino Sans GB, WenQuanYi Micro Hei, Microsoft Yahei, sans-serif !important;
    text-align: left;
}

a {
    text-decoration: none;
    color: #333;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
    clear: both;
}

.clearfix {
    zoom: 1;
}

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    min-width: 1200px;
    background: url(../images/bg11.png) no-repeat center;
    background-size: cover;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
    background-color: #fff !important;
    box-shadow: inset 0 0 0 1000px #fff;
    -moz-box-shadow: inset 0 0 0 1000px #fff;
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

button {
    outline: none;
}

.browser-tip {
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    position: relative;
    display: none;
}

.browser-tip .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 20px;
}

.browser-tip .close-btn img {
    display: block;
    width: 100%;
    height: 100%;
}

.browser-tip-con {
    width: 80%;
    min-width: 1100px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    display: block;
    overflow: hidden;
}

.browser-tip-con .left-img {
    height: 50px;
    float: left;
}

.browser-tip-con .left-img img {
    display: block;
    height: 100%;
}

.browser-tip-con .down-btn {
    float: right;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 0 10px;
}

.canvas-three-box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 70%;
    overflow: hidden;
    opacity: 0.95;
}

.login-part-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

.main-width {
    min-width: 1100px;
    max-width: 1300px;
    width: 80%;
    margin: 0 auto;
}

.top-opera-box {
    font-size: 0;
    text-align: right;
    padding: 15px 0;
}

.top-opera-box .link {
    margin-left: 10px;
    padding: 10px 6px;
    font-size: 13px;
    color: #fff;
}

.top-opera-box .link:hover {
    opacity: 0.9;
    text-decoration: none;
}

.login-part {
    width: 100%;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
}

.login-part .left-intro {
    float: left;
    position: relative;
    /* margin-top: 50px; */
}

.login-part .left-intro .login-pics {
    width: 420px;
    height: 411px;
    position: absolute;
    left: -100px;
    top: 38px;
}

.login-part .left-intro .logo {
    display: block;
    width: 205px;
    margin-bottom: 15px;
}

.top-opera-box .logo {
    width: 208px;
    position: absolute;
    left: 77px;
}

.login-part .intro-list {
    list-style: none;
    margin-left: 20px;
}

.login-part .intro-list li {
    list-style: disc;
    font-size: 15px;
    padding: 4px 0;
    line-height: 26px;
    color: #f4f4f5;
    white-space: nowrap;
}


/* .login-part .left-intro .applet-icon {
    display: block;
    width: 240px;
    margin-top: 15px;
} */

.login-part .right-login {
    float: right;
    background-color: #fff;
    font-size: 0;
    box-shadow: 0px 4px 45px 4px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
    position: relative;
    height: 400px;
    width: 586px;
    top: 47px;
    right: -39px;
}

.login-part .right-login .left-login-con {
    font-size: 14px;
    width: 320px;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 20px;
    box-sizing: border-box;
    position: relative;
}

.right-login .left-login-con .login-type-toggle {
    position: absolute;
    right: 20px;
    top: 20px;
}

.right-login .login-type-toggle .login-type-toggle-item {
    display: none;
}

.right-login .login-type-toggle .login-type-toggle-item.show {
    display: block;
}

.right-login .login-type-toggle .login-tip {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/img_msg.png) no-repeat center;
    background-size: 100% 100%;
    width: 79px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    color: #2993ff;
    font-size: 13px;
    padding-right: 5px;
    box-sizing: border-box;
}

.right-login .login-type-toggle .login-tip-icon {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.right-login .left-login-con .login-part-box {
    display: none;
}

.right-login .left-login-con .login-part-box.show {
    display: block;
}

.right-login .left-login-con .label-name {
    font-size: 20px;
    line-height: 2;
}

.right-login .left-login-con .label-name.center {
    text-align: center;
}

.right-login .login-input-wrap {
    margin-top: 20px;
    position: relative;
}

.right-login .login-input-wrap .input-box {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    position: relative;
}

.right-login .imgcode-input-box .img-code {
    position: absolute;
    right: 0;
    top: 8px;
    width: 90px;
    height: 32px;
    background-color: #f0f0f0;
}

.right-login .telcode-input-box .get-code {
    position: absolute;
    right: 0;
    top: 8px;
    width: 90px;
    height: 35px;
    line-height: 32px;
    color: #2993ff;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}

.right-login .telcode-input-box .get-code.gray {
    color: #ccc;
}

.right-login .login-input-wrap .login-input {
    padding: 10px 0;
    height: 50px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #fff !important;
    font-size: 14px;
    box-sizing: border-box;
}

.right-login .login-input-wrap .login-input:-internal-autofill-selected {
    background-color: #fff !important;
}

.right-login .login-btn {
    display: block;
    width: 339px;
    border-radius: 4px;
    height: 46px;
    line-height: 48px;
    border: none;
    background-color: #FF4F46;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 35px;
    position: absolute;
    left: 135px;
    top: 260px;
}

.right-login .login-btn:hover {
    opacity: 0.9;
    text-decoration: none;
}


/* 
.right-login .login-btn[disabled] {
    opacity: 0.6;
} */

.right-login .login-fjopera {
    overflow: hidden;
    margin-top: 10px;
}

.right-login .remember-pass {
    float: left;
}

.right-login .remember-pass input[type='checkbox'] {
    display: none;
}

.right-login .remember-pass input[type='checkbox']+label {
    color: #999;
    margin: 0;
    background: url(../images/icon_unselect.png) no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
    line-height: 30px;
    cursor: pointer;
}

.right-login .remember-pass input[type='checkbox']:checked+label {
    background-image: url(../images/icon_select.png);
}

.right-login .pass-open {
    float: right;
    text-align: right;
    line-height: 30px;
    color: #999;
}

.right-login .pass-open-link {
    margin-left: 5px;
    padding: 0 4px;
    cursor: pointer;
}

.right-login .pass-open .open {
    color: #FF4F46 !important;
}

.right-login .pass-open-link:hover {
    color: #2993ff;
    text-decoration: none;
}

.right-login .code-login-img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 18px;
}

.right-login .code-login-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.right-login .code-login-tip {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 4px;
}

.code-img iframe {
    width: 282px;
    height: 307px;
}


/* .error-tip {
    min-height: 16px;
    font-size: 13px;
    line-height: 16px;
    color: red;
    margin: 0;
    margin-top: 8px;
} */

.error-tip {
    position: fixed;
    top: 50%;
    left: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 154px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
}


/* .right-login .login-input-wrap .error-tip {
    position: absolute;
    left: 0;
    bottom: -24px;
    min-height: 16px;
    font-size: 13px;
    line-height: 16px;
    color: red;
    width: 100%;
} */


/*找回密码*/

.login-part-box .step-item {
    display: none;
}

.login-part-box .step-item.show {
    display: block;
}

.login-part-box .step-item .login-input-wrap {
    margin-top: 0;
}

.login-part-box .step-item .input-box {
    margin-bottom: 0;
}

.login-part-box .step-item .pass-open-link {
    color: #2993ff;
}

.login-part-box .step-item .pass-open-link:hover {
    opacity: 0.9;
}


/*申请开通*/

.login-part-box .reg-type-item {
    text-align: center;
    padding: 20px 0;
    border-radius: 2px;
    border: 1px solid #E7E7EB;
    width: 100%;
    margin: 15px auto 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.login-part-box .reg-type-item:hover {
    background-color: #F7F8FA;
}

.login-part-box .reg-type-item>p {
    color: #9a9a9a;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    margin: 0;
}

.login-part-box .reg-type-item .reg-type-name {
    margin-bottom: 5px;
}

.login-part-box .reg-type-item .reg-type-name img {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
}

.login-part-box .reg-type-item .reg-type-name p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 18px;
    margin-left: 5px;
}

.login-part-box .register-tip {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin: 10px 0 25px;
}

.login-part-box .register-fjopera {
    text-align: center;
}

.login-part-box .register-fjopera .pass-open-link {
    color: #2993ff;
    margin: 0;
}

.login-part-box .register-fjopera .pass-open-link:hover {
    opacity: 0.9;
}


/*右侧帮助模块*/

.login-part .right-login .right-code-show {
    display: inline-block;
    vertical-align: middle;
    /* border-left: 1px solid #f0f0f0; */
}

.right-code-show .help-contact {
    width: 230px;
    padding: 15px 20px;
}

.right-code-show .help-contact .help-link {
    position: relative;
    color: #666;
    text-align: left;
    padding: 10px 0;
    line-height: 20px;
    padding-left: 25px;
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-decoration: none;
}

.right-code-show .help-contact .help-link:hover {
    color: #333;
}

.right-code-show .help-contact .icon {
    width: 20px;
    position: absolute;
    left: 0;
    top: 11px;
}

.right-code-show .help-contact .attention-code {
    position: relative;
}

.right-code-show .help-contact .attention-code .code-wrap {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #666;
    display: none;
    font-size: 13px;
    left: 210px;
    opacity: 0;
    padding: 12px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    z-index: 2;
}

.right-code-show .help-contact .code-wrap img {
    width: 105px;
    height: 105px;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
}

.right-code-show .help-contact .code-wrap p {
    margin: 0;
    line-height: 1.3;
    text-align: center;
    font-size: 12px;
}

.right-code-show .help-contact .attention-code:hover .code-wrap {
    display: block;
    opacity: 1;
}

.right-code-show .help-contact .code-box {
    margin: 5px 0 10px;
}

.right-code-show .help-contact .code-box img {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.right-code-show .help-contact .code-box p {
    margin: 0;
    line-height: 1.5;
    color: #666;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}

.login-part-wrap .copy-rights {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
    font-size: 14px;
    color: #333333 !important;
}