@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%;
    /* overflow: hidden; */
    font-size: 16px;
}
body {
    background: url(../images/background@3x.jpg) no-repeat center;
    background-size: 100% 100%;
}

input::placeholder {
    color: #fff;
}

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

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

input:-ms-input-placeholder {
    color: #fff;
}

input {
    outline: none;
}

.content-form .login input:focus {
    outline: none;
    border: 2px solid #fff;
}
.login-left-banner-wrap{
    width: 60%;
    position: absolute;
    top: 20%;
    height: 60%;
    /* left: 5%; */
}
.login-left-banner {
    /* width: 61.25%; */
    height: 100%;
    vertical-align: middle;
}

/*#container*/
.content {
    font: 14px/22px "Microsoft YaHei", arial;
    margin: 0;
    padding: 0;
    color: #666666;
    /* background-color: white; */
    /* background: url(../images/background@3x.jpg) no-repeat center; */
    /* background-position: right bottom; */
    /* background-size: 100% 100%; */
    /* background-color: #eef2ff; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 102px;
    /* height: 100%; */
}

.inner-body {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    padding: 0 2%;
    box-sizing: border-box;
    margin-top: 3%;
}

.icon-css {
    width: 46px;
    height: 46px;
    background-image: linear-gradient(45deg, #f1f5ff 2%, #edf1ff 100%);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.12), -4px -4px 8px 0 #ffffff;
    border-radius: 46px;
    float: left;
    margin-right: 12px;
    position: relative;
}

.icon-css .inner-circle {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 12px;
    top: 12px;
    background-image: linear-gradient(-145deg, #fe7686 0%, #4a81fe 100%);
    box-shadow: 2px 2px 4px 0 #8eb5db;
    border-radius: 22px;
}

.content .l-logo img {
    height: 80px;
    position: absolute;
    top: 25px;
    left: 0;
}

.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: 35%;
    /* position: absolute; */
    /* right: 127px; */
    display: inline-block;
    right: 3%;
    /* bottom: 70px; */
    /* top: 70px; */
    /* z-index: 100; */
    /* height: 100%; */
    /* float: right; */
    /* overflow: hidden; */
    /* display: inline-flex; */
    /* vertical-align: middle; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wrap .title img {
    width: 55px;
    height: 60px;
    margin-right: 15px;
    vertical-align: bottom;
}

.wrap .title {
    font-size: 16px;
    color: #151515;
    letter-spacing: -0.56px;
    font-weight: bold;
    height: 60px;
    line-height: 46px;
    /* margin-top: 20vh; */
    margin-bottom: 20px;
    width: 100%;
}

.content-form {
    /* width: 450px; */
    min-height: 430px;
    text-align: center;
    /*float: right;*/
    /* background-image: linear-gradient(45deg, #f3f6ff 0%, #f2f5fe 100%); */
    /* box-shadow: -20px -20px 30px 0 #ffffff, 20px 20px 30px 0 rgba(0, 0, 0, 0.1); */
    /* border-radius: 12px; */
}

.content-form .login {
    width: 390px;
    margin: 0 auto;
    width: 100%;
}

.content-form .login-type {
    font-size: 14px;
    color: #333;
    letter-spacing: -0.26px;
    /* cursor: pointer; */
    margin-bottom: 5px;
    font-size: 18px;
}

.content-form .login-type span {
    display: inline-block;
    /* width: 50%; */
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    /* background: #e8ecfb; */
}

.content-form .login-type span:before,
.content-form .login-type span:after {
    content:
        '';
    width: 100px;
    height: 9px;
    display: inline-block;
    background: url(../images/title-line.png);
    background-size: 100% 100%;
    margin: 0 10px;
}

.content-form .login-type span:before {}

.content-form .login-type span:after {
    transform: rotateY(180deg);
}

.content-form .login-type span:first-child {
    border-top-left-radius: 12px;
}

.content-form .login-type span:nth-child(3) {
    border-top-right-radius: 12px;
}

.content-form .login-type .active {
    background: none;
    /* 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: 0 auto; */
    margin-top: 5px;
    position: relative;
    margin-bottom: 15px;
    width: 90%;
    left: 5%;
    /* background: transparent; */
}

.content-form .login input {
    border-radius: 6px;
    width: 100%;
    height: 50px;
    padding-left: 40px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.content-form .title {
    font-size: 16px;
    color: #151515;
    letter-spacing: -0.5px;
    line-height: 22px;
    margin-bottom: 35px;
}

.wrap .title .blue {
    color: #2a6ae9;
}

.content-form .login .account {
    background: url(../images/login.png) no-repeat left center #fff;
    background-position: left 15px top 16px;
    background-size: 14px;
    background-color: rgba(255,255,255,0.1);
}

.content-form .login .tel {
    background: url(../images/login.png) no-repeat left center #fff;
    background-position: left 15px top 18px;
    background-size: 14px;
}

.content-form .login .pwd {
    background: url(../images/password.png) no-repeat left center #fff;
    background-position: left 15px top 15px;
    background-size: 14px;
    background-color: rgba(255,255,255,0.1);
}

.content-form .login .verify {
    background: url(../images/security.png) no-repeat left center #fff;
    background-position: left 15px top 18px;
    background-size: 14px;
    padding-top: 4px;
    background-color: rgba(255,255,255,0.1);
}

.content-form .login input {
    background-color: transparent;
}
.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: #fff;
    /* background-image: linear-gradient(-135deg, #fe6f7f 0%, #4981ff 100%); */
    /* box-shadow: -8px -8px 8px 0 #ffffff, 8px 8px 8px 0 rgba(51, 51, 51, 0.1); */
    border-radius: 6px;
    font-size: 16px;
    color: #F16531;
    letter-spacing: 4.14px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.sendVcode {
    position: absolute;
    width: 136px;
    height: 50px;
    font-size: 14px;
    box-sizing: border-box;
    color: #4b80fd;
    border: none;
    outline: none;
    margin-left: 34px;
    line-height: 50px;
    right: 5%;
}

.sendVcode img {
    width: 80px;
    height: 30px;
    vertical-align: middle;
}

.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%;
    background: transparent;
}

@media screen and (max-height:650px) {

    html,
    body {
        overflow-x: scroll;
    }

    .wrap {

        top: 5%;
        height: 500px;
        transform: none;
    }

    /*     .title{
        position:fixed;
        margin-top:5px
    }
    .content-form{
        margin-top:10vh
    } */
}

@media screen and (max-width:950px) {

    html,
    body {
        overflow-x: scroll;
    }

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