.wrapper {
    width: 100%;
    height: 100vh;
    background: linear-gradient(224deg, #FDA4A7 0%, #FFA04A 100%);
    opacity: 0;
    transition: .3s;
    position: relative;
}
.login-top-ico {
    width: 472px;
    height: 276px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.login-bottom-ico {
    width: 319px;
    height: 181px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.login-use {
    width: 1200px;
    height: 614px;
    background: url("../../img/login_ico.png") no-repeat center;
    background-size: 100% 100%;
    padding: 0 39px 0 574px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
.login-content {
    width: 100%;
    height: 100%;
    padding-top: 95px;
    box-sizing: border-box;
}
.login-content > a {
    width: 500px;
    /*height: 50px;*/
    display: block;
    margin: 0 auto 0px;
}
.login-title {
    font-size: 30px;
    color: #333;
    font-weight: 600;
    text-align: center;
}
.login-use-btn {
    width: 387px;
    height: 70px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    margin: 63px auto 0;
    cursor: pointer;
}
.login-use-btn > a {
    display: block;
    width: 100%;
    height: 100%;
}
.login-use-btn span,
.login-use-btn i {
    font-size: 28px;
    color: #fff;
}
.login-qq {
	background-color: #3280d7;
}
.login-wx {
    background-color: #93D732;
}
.login-tel {
    background-color: #FF7C06;
}
.login-pass-cont {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    box-sizing: border-box;
}
.login-pass-head {
    width: 100%;
    height: auto;
    padding: 0 100px;
    box-sizing: border-box;
}
.login-pass-title {
    font-size: 28px;
    color: #333;
}
.login-pass-to {
    font-size: 18px;
    color: #9D9D9D;
}
.login-pass-to > a {
    font-size: 18px;
    color: #FF7C06;
}
.login-pass-tel,
.login-pass-pass {
    width: 395px;
    height: 64px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    margin: 42px auto 0;
    position: relative;
}
.login-pass-area {
    width: 70px;
    height: 100%;
    line-height: 62px;
    text-align: center;
    cursor: pointer;
}
.login-pass-area > i {
    font-size: 30px;
    color: #999;
}
.login-pass-area > i {
    color: #a3a3a3;
}
.login-pass-tel > input,
.login-pass-pass > input {
    width: 325px;
    height: 100%;
    box-sizing: border-box;
    font-size: 24px;
    color: #999;
    outline: none;
    border: 0;
	border-radius: 35px;
}
.login-pass-pass > input {
    width: 100%;
    height: 100%;
    padding: 0 24px 0 29px;
}
.login-pass-pass > i {
    font-size: 24px;
    color: #999;
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.login-pass-btn {
    width: 395px;
    height: 64px;
    background-color: #ff7c06;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 64px;
    cursor: pointer;
    margin: 54px auto 24px;
}
.login-pass-opt,
.login-pass-tips {
    width: 100%;
    height: auto;
    padding: 0 100px;
    box-sizing: border-box;
}
.login-pass-opt {
    margin-bottom: 26px;
}
.login-remember-box > input,
.login-pass-agr > input {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-top: 4px;
}
.login-remember-box > span ,
.login-pass-opt > a {
    font-size: 16px;
    color: #A2A2A2;
    vertical-align: middle;
}
.login-pass-agr > div {
    font-size: 16px;
    color: #A2A2A2;
    margin-left: 8px;
}
.login-pass-agr > div > a {
    font-size: 16px;
    color: #FF7C06;
}
.login-pass-back a > i,
.login-pass-back a > span {
    font-size: 16px;
    color: #888;
}
.login-pass-back a > i {
    transform: rotate(180deg);
}
.login-code-get {
    width: 395px;
    height: 64px;
    margin: 42px auto 0;
}
.login-code-get > input {
    width: 249px;
    height: 64px;
    outline: none;
    border: 1px solid #EDEDED;
    padding-left: 26px;
    font-size: 24px;
    color: #999;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    box-sizing: border-box;
}
.login-code-btn {
    font-size: 24px;
    color: #FF7C06;
    cursor: pointer;
}
.login-code-pop {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.login-code-pop-cont {
    width: 458px;
    height: 469px;
    background-color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#closePop {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 20px;
}
.login-code-pop-top {
    width: 100%;
    height: 208px;
    background: url("../../img/login_pop_top.png") no-repeat center;
    background-size: 100% 100%;
    padding-top: 60px;
    box-sizing: border-box;
}
.login-code-pop-title {
    font-size: 38px;
    color: #fff;
    text-align: center;
}
.login-code-pop-to {
    width: 299px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #FF7C06;
    margin: 13px auto 0;
}
.login-code-pop-to > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #fff;
}
.login-code-pop-login {
    text-align: center;
    margin-top: 72px;
}
.login-code-pop-login > a {
    font-size: 24px;
    color: #333;
}
.login-use-pass {
    width: 395px;
    height: 64px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    border: 1px solid #EDEDED;
    padding-left: 26px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 42px auto 0;
    position: relative;
}
.login-use-pass > input {
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #999;
    outline: none;
    border: 0;
}
.login-use-pass-opt > i {
    font-size: 24px;
    color: #999;
    cursor: pointer;
}
.login-use-pass-opt > i:last-child {
    margin-left: 24px;
}
.login-use-pass-opt {
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
}
.reg-cont {
    padding-top: 53px;
}
.reg {
    margin: 30px auto 0;
}
