/*样式初始化*/
body {
    background-color: #fff;
}

* {
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.re {
    position: relative;
}

.ab {
    position: absolute;
}

li {
    list-style: none;
}

.hide {
    display: none;
}

input {
    vertical-align: middle;
}

/*头部样式*/
.header {
    height: 120px;
    width: 100%;
}

.headerCenter {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.logo {
    width: 240px;
    margin-top: 35px;
    max-height: 80px;
}

.logoTitle {
    height: 54px;
    font-size: 20px;
    margin-top: 51px;
    margin-left: 20px;
    color: #666666;

}

.logoSubtitle {
    height: 54px;
    line-height: 54px;
    margin-top: 40px;
}

.logoSubtitle img {
    width: 20px;
    height: 24px;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}

.logoSubtitle span {
    color: #666666;
}

/*提示绑定*/
.tips {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #617062;
    font-size: 14px;
    background-color: #f2f6f4;
    color: #ffa200;
    margin-top: -10px;

}

input {
    vertical-align: middle;
}

.loginDescription .tips {
    font-size: 12px;
    color: var(--color);
    width: 356px;
    height: 25px;
    line-height: 25px;
    border-radius: 2px;
    text-align: left;
}

.passwordTips {
    top: 231px;
    text-align: left;
}

.ueserNameTips {
    margin-top: 80px;
}

/*主体样式*/
.bigImg {
    margin-top: 50px;
    max-width: 615px;
}

.contentLeft {
    min-height: 500px;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.loginDescription h1 span {
    /* font-size: 12px; */
    cursor: pointer;
    color: #676767;
    right: 30px;
    /* top: 5px; */
}

.loginDescription h1 span.active {
    color: var(--color);
}

.loginDescription {
    right: 0;
    top: 80px;
    width: 356px;
    padding: 36px 40px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 3px;
}

#eqCodeToggle {
    right: 5px;
    top: 5px;
    z-index: 333;
}

h1 {
    font-size: 18px;
    z-index: 999;
}

.loginDescription .itemLi {
    margin-top: 30px;
}

.userName,
.passWord {
    width: 356px;
    height: 50px;

    outline: none;
    text-indent: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #aaa;
    padding: 0 40px;
    box-sizing: border-box;
}

.phoneCodeBox {
    margin-top: 30px;
}

.phoneCodeBox input {
    width: 220px;
    height: 50px;
    /*margin-top: 30px;*/
    text-indent: 1em;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #aaa;
    outline: none;
    float: left;
}

.recordPWD:hover {
    cursor: pointer;
    color: #000;
}

.phoneCodeBox span {
    width: 120px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: var(--color);
    border-radius: 6px;
    cursor: pointer;
    float: right;
}

.person,
.lock {
    font-size: 20px;
    top: 15px;
    left: 25px;
}

.eye {
    font-size: 20px;
    top: 45px;
    right: 15px;
}

.loginBtn {
    cursor: pointer;
    width: 356px;
    margin: 30px auto;
    border-radius: 6px;
    background-color: var(--color);
    color: #fff;
    font-size: 20px;
    height: 50px;
    outline: none;
    border: none;
    margin-top: 50px;
}

.recordPWD,
.forgetPWD,
.line {
    color: #666;
    cursor: pointer
}

.register {
    color: var(--color);
    cursor: pointer
}

.line {
    margin: 0 12px;
}

.thirdLoginTitle .fkgLogo {
    position: absolute;
    top: 30px;
    left: 110px;
}

.thirdLoginTitle {
    width: 356px;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    height: 105px;
}

.thirdLoginTitle span {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 20px;
    color: var(--color);
}

.thirdLoginTitle .fr {
    color: #666;
}

.loginBtnTips {
    font-size: 12px;
    color: var(--color);
    width: 356px;
    height: 25px;
    line-height: 25px;
    border-radius: 2px;
    background-color: #F2F6F4;
    top: 325px;
    text-align: center;
}

.eqCodeBox {
    width: 101%;
    height: 350px;
    top: -372px;
    left: 0px;
    background-color: #fff;
    z-index: 999
}

#code canvas {
    width: 143px !important;
    height: 143px !important;
}

.eqCodeBox p {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #000 !important;
}

.eqCodeBox p .pwdModal {
    font-size: 12px;
    cursor: pointer;
}

.passwordBox {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.eqCodeBox .codeBox {
    width: 46%;
    margin-top: 60px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ddd;
}

.eqCodeBox .eqCode {
    width: 100%;
    height: 100%;
}

.leftImgBox {
    width: 50%;
    margin-top: 30px;
}

.leftImgBox img {
    width: 100%;
}

.eqCodeMaskerBox {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.eqCodeMaskerBox .eqCodeMasker {
    width: 46%;
    height: 48%;
    left: 0;
    top: 100px;
    background-color: rgba(0, 0, 0, 0.5);
}

.eqCodeMaskerBox .shuaxin {
    width: 40px;
    height: 40px;
    left: 22%;
    top: 52%;
    transform: translate(-50%, -50%);
}

.thirdLoginTitle .iconfont {
    top: 30px;
    left: 50%;
}

.icon-qq {
    transform: translateX(-200%);
    font-size: 40px;
    color: #4dafea;
}

.icon-weixin-copy {
    transform: translateX(100%);
    font-size: 47px;
    color: #3eb135;
}

/*底部*/
footer {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    margin-top: 80px;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.footerTop {
    padding-bottom: 20px;
    border-bottom: 2px solid #DDD;
}

.footerTopUL {
    display: flex;
}

.footerTopUlLi {
    flex: 1;
}

.footerTopOL li {
    font-size: 12px;
    margin-top: 10px;
    color: #666;
    box-sizing: border-box;
    padding-right: 10px;
}

.footerTopOL li:first-child {
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    margin-top: 10px;
}


.footerBottom {
    font-size: 12px;
    color: #666;
    padding-bottom: 30px;
    margin-top: 25px;
}

.footerBottomUl {
    margin: 0 auto;
    height: 80px;
    width: 420px;
}

.footerBottomUlLi {
    margin-bottom: 15px;
}

.footerBottomOl {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}

.footerBottomOlLi {
    flex: 1;
    text-align: center;
    border-left: 1px solid #666;
}

.footerBottomOlLi:first-child {
    border: none;
}

.footerBottomUlLiLine {
    margin: 0 8px;
    color: #888;
}

.footerBottomUlLiBeian {
    margin-left: 18px;
}

.footerBottomUlLiLast {
    text-align: center;
}

.footerHover:hover {
    color: #333;
    cursor: pointer;
}

/*网页低部 E*/
.copy {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.copy i {
    font-size: 20px;
    top: 3px;
}

.eyeImg {
    top: 16px;
    right: 12px;
}

.selectCountry {
    position: absolute;
    left: 3px;
    height: 95%;
    text-align: center;
    border: 0;
    box-sizing: border-box;
    top: 1px;
    outline: none;
}

.countrySelCode.style2 {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 2;
    line-height: 50px;
}

.countrySelCode.style2.hide .userName {
    padding-left: 0;
}

.phoneCodeBox2.inter .userName {
    padding-left: 65px;
}

.countrySelCode.style2 {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 2;
    line-height: 50px;
}

.countrySelCode.style2.hide .userName {
    padding-left: 0;
}


/* 登录选择账号弹窗 S */
.loginDialog {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.loginDialog .maskLogin {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.loginDialog .loginChoose {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 10px;
}

.loginChooseTitle {
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    background: var(--color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    letter-spacing: 3px;
}

.loginDialog .loginChooseBox {
    width: 100%;
    text-align: center;
}

.loginChooseBox .accountNumber {
    width: 80%;
    height: 35px;
    font-size: 15px;
    margin: 40px 0px 40px;
}

.loginDialog .loginChooseBtn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.loginChooseBtn button {
    width: 30%;
    height: 30px;
    border-radius: 10px;
    border-color: var(--color);
    letter-spacing: 10px;
}
.loginChooseBtn button:nth-of-type(1) { 
    background: white;
    color: var(--color);   
}
.loginChooseBtn button:nth-of-type(2){
    background: var(--color);
    color: white;
}

/* 登录框 E */