@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;
}
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;
}
html,
body {
    height: 100%;
}
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 {
    width: 600px;
    height: 528.75px;
    margin-top: 124px;
}
/*#container*/
.content {
     height: 100%;
    font: 14px/22px "Microsoft YaHei", arial;
    color: #666666;
    background-color: white;
    background-image: url(../images/login_bg.jpg);
    background-size: cover;
}
.inner-body {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}
.icon-css {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.12);
    border-radius: 46px;
    float: left;
    margin-top: 10px;
    margin-right: 12px;
    position: relative;
}
.icon-css .inner-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 6px;
    top: 6px;
    background: #FF6602;
    box-shadow: 2px 2px 4px 0 rgba(227,30,24,0.30);
    border-radius: 22px;
}

.content .l-logo img {
    width: 200px;
    position: absolute;
    top: 65px;
    left: 60px;
}

.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: 420px;
    /* position: absolute; */
    /* right: 127px; */
    /* right: 0px; */
    /* bottom: 70px; */
    /* top: 70px; */
    /* z-index: 100; */
    float: right;
    margin-top: 70px;
}
.wrap .title img {
    width: 55px;
    height: 60px;
    margin-right: 15px;
    vertical-align: bottom;
}
.wrap .title {
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.56px;
    font-weight: bold;
    height: 60px;
    line-height: 46px;
    margin-top: 20px;
}
.content-form {
    width: 420px;
    height: 430px;
    text-align: center;
    /*float: right;*/
    background:#fff;
}

.content-form .login {
    width: 390px;
    margin: 0 auto;
}
.content-form .login-type {
    font-size: 14px;
    color: #666666;
    letter-spacing: -0.26px;
    cursor: pointer;
    margin-bottom: 40px;
}

.content-form .login-type span {
    display: inline-block;
    width: 210px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #666;
    background: #FFF2EA;
}

.content-form .login-type .active {
    background: #fff;
    color: #333333;
    font-weight: bold;
}
/*.content-form .login-type span:hover {*/
/*  background: none;*/
/*  color: #333333;*/
/*  font-weight: bold;*/
/*}*/
.content-form .form-item {
    line-height: 50px;
    height: 50px;
    margin-top: 5px;
    position: relative;
    margin-bottom: 15px;
}
.content-form .login input {
    background-color: #ffffff;
    border-radius: 6px;
    width: 350px;
    height: 50px;
    padding-left: 40px;
    box-sizing: border-box;
    outline: none;
}
.content-form .title {
    font-size: 16px;
    color: #151515;
    letter-spacing: -0.5px;
    line-height: 22px;
    margin-bottom: 35px;
}
.wrap .title .blue {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #FF6602;
    letter-spacing: -0.5px;
}
.content-form .login .account {
    background: url(../images/login.png) no-repeat left center
        #FFF2EA;
    background-position: left 15px top 18px;
    background-size: 14px;
}
.content-form .login .tel {
    background: url(../images/login.png) no-repeat left center
        #FFF2EA;
    background-position: left 15px top 18px;
    background-size: 14px;
}
.content-form .login .pwd {
    background: url(../images/password.png) no-repeat left center
        #FFF2EA;
    background-position: left 15px top 18px;
    background-size: 14px;
}
.content-form .login .verify {
    background: url(../images/security.png) no-repeat left center #FFF2EA;
    background-position: left 15px top 18px;
    background-size: 14px;
    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: 350px;
    height: 50px;
    background-image: linear-gradient(135deg, #FF6602 0%, #EC3A3B 100%);
    box-shadow: 8px 8px 8px 0 rgba(42,64,151,0.10);
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 4.14px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sendVcode {
    position: absolute;
    width: 136px;
    height: 50px;
    font-size: 14px;
    box-sizing: border-box;
    color: #333;
    border: none;
    outline: none;
    margin-left: 34px;
    line-height: 50px;
}
.sendVcode img {
    width: 80px;
    height: 30px;
    vertical-align: middle;
}
.line {
    height: 36px;
    width: 1px;
    display: inline-block;
    border-right: 1px solid #f7dac9;
    position: absolute;
    left: 214px;
    top: 7px;
}
.login_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: left;
    padding: 20px 0;
    line-height: 22px;
    background: #fff;
    background: rgba(0,0,0,0.4);
}
.login_footer .foot-container{
    background:rgba(255,255,255,.2) ;
}
.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%;
    text-align: center;
    background-color: #333333;
    font-size: 12px;
    color: #ffffff;
    padding: 18px 0;
    line-height: 22px;
}

.foot-container a {
    color: #ffffff;
    text-decoration: none;
}
.foot-container a:hover {
    color: #fff;
}


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