@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
    background: #f5f7fa;
}
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
input,
table,
tr,
td,
th,
input,
span,
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
.red{
    color:#ff4401;
}
html,
body {
    height: 100%;
/* overflow: hidden; */font-size: 16px;}
input::-webkit-input-placeholder {
    　　color: #999;
}

input::-moz-placeholder {
    　　color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    　　color: #999;
}
input {
    outline: none;
}
input:focus {
    outline: none;
}

.login-left-banner {
    display: none;
}

.main-wrap {
    background: #f5f7fa;
}

/*#container*/
.content {
    font: 14px/22px "Microsoft YaHei", arial;
    margin: 0;
    padding: 0;
    color: #666666;
    background: #f5f7fa;
    min-height: calc(100vh - 102px);
    height: calc(100vh - 102px);
    display: flex;
    align-items: stretch;
}
.inner-body {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    min-height: 100%;
    position: relative;
}
.icon-css {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    border-radius: 50%;
    float: left;
    margin-right: 12px;
    position: relative;
}
.icon-css .inner-circle {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 12px;
    top: 12px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.content .l-logo img {
    height: 80px;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.content-info {
    height: 70%;
    float: left;
    line-height: 30px;
    margin-top: 100px;
    margin-left: 127px;
}
.content-info .con1 {
    font-size: 16px;
    color: #333333;
    letter-spacing: -0.5px;
}
.content-info .con2 {
    font-style: oblique;
    font-size: 30px;
    margin: 10px 0 20px 0;
}
.content-info .con2 .con2-1 {
    color: #2a6ae9;
}
.content-info .con2 .con2-2 {
    color: #ff3333;
}
.content-info .con3 {
    font-size: 14px;
    color: #666666;
    letter-spacing: -0.43px;
}
.wrap {
    width: 450px;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wrap .title img {
    width: 55px;
    height: 60px;
    margin-right: 15px;
    vertical-align: bottom;
}
.wrap .title {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    margin-bottom: 25px;
    width: 100%;
    text-align: left;
}
.content-form {
    min-height: 430px;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(10px);
}

.content-form .login {
    width: 390px;
    margin: 0 auto;
width: 100%;}
.content-form .login-type {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    cursor: pointer;
    margin-bottom: 30px;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.content-form .login-type span {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: rgba(0, 0, 0, 0.03);
    flex: 1;
    transition: all 0.3s ease;
    position: relative;
}
.content-form .login-type span:hover {
    background: rgba(0, 0, 0, 0.05);
}
.content-form .login-type span:first-child {
    border-top-left-radius: 16px;
}
.content-form .login-type span:last-child {
    border-top-right-radius: 16px;
}
.content-form .login-type .active {
    background: rgba(255, 255, 255, 0.95);
    color: #333333;
    font-weight: 600;
}
.content-form .login-type .active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 3px 3px 0 0;
}

.guest-login-form{
    display:none;
    height: 180px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 15px;
}
.content-form .form-item {
    line-height: 50px;
    height: 50px;
    position: relative;
    margin-bottom: 20px;
    width: 90%;
    left: 5%;
}
.content-form .login input {
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    padding-left: 45px;
    box-sizing: border-box;
    outline: none;
    transition: all 0.3s ease;
    font-size: 14px;
}
.content-form .login input:focus {
    background-color: #ffffff;
    border-color: #4a81fe;
    box-shadow: 0 0 0 3px rgba(74, 129, 254, 0.1);
}
.wrap .title .blue {
    color: #667eea;
}
.content-form .login .account {
    background: #f8f9fa url(../images/login.png) no-repeat left center;
    background-position: left 15px top 18px;
    background-size: 16px;
}
.content-form .login .tel {
    background: #f8f9fa url(../images/login.png) no-repeat left center;
    background-position: left 15px top 18px;
    background-size: 16px;
}
.content-form .login .pwd {
    background: #f8f9fa url(../images/password.png) no-repeat left center;
    background-position: left 15px top 18px;
    background-size: 16px;
}
.content-form .login .verify {
    background: #f8f9fa url(../images/security.png) no-repeat left center;
    background-position: left 15px top 18px;
    background-size: 16px;
    padding-top: 5px;
}
.content-form .form-item select {
    border: 0;
    border-radius: 6px;
    width: 350px;
    height: 50px;
    padding-left: 40px;
    padding-right: 65px;
    box-sizing: border-box;
    outline: none;
    background: url(../images/channel.png), url(../images/nav.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 17px center, right 15px center;
    background-color: #ffffff;
    background-size: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #999999;
}
.content-form .form-item .s-line {
    width: 1px;
    height: 36px;
    border-left: 1px solid #d4eaff;
    position: absolute;
    right: 70px;
    top: 10px;
}
.content-form .verify {
    /* position: absolute; */
    /* display: block; */
    width: 70px;
    height: 40px;
    /* right: 18px; */
    /* top: 2px; */
    line-height: 40px;
    background-color: red;
}
.content-form .btn {
    border: none !important;
    outline: none;
    width: 90%;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.content-form .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}
.content-form .btn:active {
    transform: translateY(0);
}

.sendVcode {
    position: absolute;
    width: 110px;
    height: 50px;
    font-size: 13px;
    box-sizing: border-box;
    color: #667eea;
    border: none;
    outline: none;
    line-height: 50px;
    right: 5%;
    cursor: pointer;
    font-weight: 500;
}
.sendVcode:hover {
    color: #764ba2;
}
.sendVcode img {
    width: 100px;
    height: 36px;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
}
.line {
    height: 36px;
    width: 1px;
    display: inline-block;
    border-right: 1px solid #d4eaff;
    position: absolute;
    left: 214px;
    top: 7px;
}
.footer {
    width: 100%;
    text-align: left;
    padding: 20px 0;
    line-height: 22px;
}
.footer .cooperation {
    font-size: 12px;
    color: #333333;
    letter-spacing: -0.37px;
    margin-left: 43%;
}
.footer .copy {
    font-size: 12px;
    color: #999999;
    text-align: center;
}
.foot-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

@media screen and (max-height:650px){
    html,body{
        overflow-y: auto;
    }
    .wrap{
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }
    .content {
        min-height: 650px;
    }
}

@media screen and (max-width:950px){
    html,body{
        overflow-x: auto;
    }
    .content, .inner-body{
        width: 100%;
    }
    .wrap {
        width: 90%;
    }
}

.btn-toggle-password {
    width: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}