/*清除样式*/
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    font-weight: normal;
}

img {
    border: none;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

body {
    max-width: 720px;
    margin: auto;
    background-color: white;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

input[type=button], input[type=text], input[type=password] {
    -webkit-appearance: none;
    outline: none !important;
    background: none;
}

/*登录*/

.scale {
    line-height: 2;
    color: red;
    border: 1px solid red;
    padding: 0 3px;
    border-radius: 20%;
    margin-left: 2px;
    font-size: 12px;
}

.wrap-login {
    width: 100%;
    height: auto;
    position: relative;
}

.wrap-login .header {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.wrap-login .header .back {
    position: absolute;
    top: 20px;
    width: 11px;
    height: 19px;
    left: 3%;
    z-index: 20;
}

.wrap-login .header .close {
    position: absolute;
    top: 20px;
    width: 16px;
    height: 16px;
    right: 3%;
    z-index: 20;
}

.wrap-login .header .bg {
    width: 100%;
    display: block;
}

.wrap-login .header .logo {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 15%;
    left: 0;
}

.wrap-login .header .logo img {
    width: 150px;
    padding: 2% 0;
}

.wrap-login .header .logo p {
    font-size: 19px;
    letter-spacing: 1px;
}

.wrap-login .header .logo p a {
    color: white;
}

.wrap-login .tablist {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.wrap-login .tablist ul {
    width: 100%;
    overflow: hidden;
}

.wrap-login .tablist ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 3;
    position: relative;
}

.wrap-login .tablist ul li a {
    color: white;
}

.wrap-login .tablist ul .cur::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 7px solid white;
}

.wrap-login .tabcon > div {
    display: none;
    margin-top: 5%;
}

.wrap-login .tabcon .cur {
    display: block;
}

.wrap-login .tabcon > div:nth-of-type(1) {
    width: 100%;
}

.wrap-login .tabcon > div .text {
    width: 84%;
    margin: 0% auto;
    margin-top: 3%;
    position: relative;
    border-bottom: 1px solid #F3F3F3;
    overflow: hidden;
}

.wrap-login .tabcon > div .text label {
    font-size: 14px;
    line-height: 3.8;
    padding-left: 3%;
}

.wrap-login .tabcon > div .text input {
    outline: none;
    width: 80%;
    font-size: 14px;
    line-height: 3.8;
    border: none;
    float: right;
    text-indent: 5px;
}

.wrap-login .tabcon > div .text img {
    position: absolute;
    top: 50%;
    right: 3%;
    width: 21px;
    margin-top: -7px;
}

.wrap-login .tabcon > div .text span {
    position: absolute;
    right: 5%;
    top: 0%;
    font-size: 14px;
    line-height: 3.8;
}

.wrap-login .tabcon > div .text span a {
    color: #E73F09;
}

.wrap-login .submit {
    outline: none;
    width: 84%;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    line-height: 2.7;
    border: none;
    background-color: #E73F09;
    color: white;
    border-radius: 6px;
    margin-top: 5%;
}

.wrap-login .find {
    font-size: 14px;
    text-align: center;
    margin-top: 6%;
}

.wrap-login .find a {
    color: #E73F09;
    margin: 0 10%;
}

.wrap-login .type {
    width: 100%;
    margin-top: 3%;
}

.wrap-login .type .or {
    text-align: center;
    width: 100%;
}

.wrap-login .type .or div {
    display: inline-block;
    width: 84%;
}

.wrap-login .type .or div img {
    float: left;
    width: 45%;
    height: 1px;
    margin-top: 8px;
}

.wrap-login .type .or div span {
    float: left;
    width: 10%;
    font-size: 15px;
    white-space: pre;
    color: #D3D3D3;
}

.wrap-login .type ul {
    overflow: hidden;
    padding: 3% 0;
}

.wrap-login .type ul li {
    float: left;
    width: 12%;
    margin-left: 16%;
    text-align: center;
}

.wrap-login .type ul li img {
    width: 100%;
}

.wrap-login .type ul li span {
    font-size: 14px;
    line-height: 2;
    color: #606060;
}

/*找回密码*/
.wrap-pass {
    width: 100%;
    height: auto;
}

.wrap-pass .header {
    width: 100%;
    position: relative;
    height: auto;
    background-color: white;
    border-bottom: 1px solid #F0F0F0;
}

.wrap-pass .header p {
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.wrap-pass .header .back {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -9px;
    width: 10px;
}

.wrap-pass .center {
    width: 100%;
    margin-top: 5%;
}

.wrap-pass .center > div {
    width: 84%;
    margin: 0% auto;
    margin-top: 4%;
    border-bottom: 1px solid #F3F3F3;
    overflow: hidden;
    position: relative
}

.wrap-pass .center > div input {
    width: 75%;
    font-size: 14px;
    line-height: 3.6;
    border: none;
    float: right
}

.wrap-pass .center > div label {
    font-size: 14px;
    line-height: 3.6;
    padding-left: 3%;
}

.wrap-pass .center > div:nth-of-type(2) {
    position: relative;
}

.wrap-pass .center > div:nth-of-type(2) span {
    position: absolute;
    right: 5%;
    top: 0%;
    font-size: 14px;
    line-height: 3.6;
}

.wrap-pass .center > div:nth-of-type(2) span a {
    color: #E73F09;
}

.wrap-pass .title{width: 100%;text-align: center;border-bottom: none!important;}
.wrap-pass .title ul{overflow: hidden;display: inline-block;}
.wrap-pass .title:nth-of-type(2){padding-bottom: 80px;}
.wrap-pass .title li{float: left;}
.wrap-pass .title ul li:nth-of-type(2){padding: 0 6px;font-size: 14px;}
.wrap-pass .title .cir{width: 4px;height: 4px;border-radius: 3px;background-color: #212121;margin-top: 7px;}

.wrap-pass .submit {
    width: 84%;
    margin: 10% auto 0;
    display: block;
    font-size: 16px;
    line-height: 2.7;
    border: none;
    background-color: #E73F09;
    color: white;
    border-radius: 6px;
    outline: none;
}

.showPwd {
    right: 5%;
    transform: scale(0.6);
    position: absolute;
    top: 10px;
}


