@charset "UTF-8";
@import url(reset.css);

/*login 主体*/

.p_login {
    font-size: 0.875rem;
    /* background: url(../images/login_bg.png) no-repeat center; */
    background-size: 102%;
    /*头部*/
}

input:-webkit-autofill {  
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;  
}

.p_login .header_logo {
    width: 100%;
    color: #1e90ff;
    padding: 2.5rem 0 3rem 0;
    position: relative;
    text-align: center;
    font-size: 16px;
}

.p_login .hd_logo {
    width: 4.78125rem;
    height: 4.78125rem;
   /*  position: relative;
    left: 50%;
    top: 40%;
    margin-left: -2.40625rem;
    margin-bottom: 1.40625rem; */
    margin:auto;
    margin-bottom:10px;
    display: block;
    overflow: hidden;
}

.p_login .hd_logo img {
    width: 100%;
}

.header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    background: linear-gradient(to left, #1e90ff, #4fe4fa);
    position: relative;
    color: #fff;
}

.header .back {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../images/back.png) no-repeat center center;
    background-size: 20%;
    position: absolute;
    left: 0;
    top: 0;
}


/*内容*/

.content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    overflow: auto;
    padding: 0 1.875rem;
    /* position: absolute; */
    width: 100%;
    overflow: hidden;
    min-width: 320px;
    max-width: 768px;
}

.content a {
    display: block;
}

.list {
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    position: relative;
    margin-top: 1.71875rem;
    border-bottom: 1px solid #1e90ff;
}

.list span {
    margin-right: 10px;
    margin-top: 8px;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
}

.list span.icon_n1 {
    background: url(../images/login_username.png) no-repeat center;
    background-size: 100%;
}

.list span.icon_n2 {
    background: url(../images/login_locked.png) no-repeat center;
    background-size: 81%;
}

.list em {
    color: #c0c0c0;
    position: relative;
    top: 3px;
}

.list input {
    flex: 1;
    display: block;
    border: none;
    height: 40px;
    line-height: 40px;
    outline: none;
    font-size: 0.875rem;
    background: none;
}

.list .login_yzm {
    position: absolute;
    top: -10px;
    right: 0;
    color: #fff;
    font-size: 0.6875rem;
    border-radius: 5px;
    background: #1e90ff;
    padding: 0.71875rem 0.9375rem;
}

.ph_siz {
    font-size: 0.875rem;
}

.login {
    width: 100%;
    height: 2.0625rem;
    line-height: 2.0625rem;
    text-align: center;
    background: #1e90ff;
    color: #fff;
    border: 1px solid #1e90ff;
    border-radius: 25px;
    margin-top: 1.5625rem;
    font-size: 0.9375rem;
}

.activ {
    background: #1e90ff;
    color: #fff;
}

.position {
    padding-top: 0.875rem;
    position: relative;
}

.password {
    position: absolute;
    left: 4px;
    color: #1e90ff;
}

.forget_password {
    position: absolute;
    right: 4px;
    color: #1e90ff;
}

.register {
    width: 100%;
    height: 2.0625rem;
    line-height: 2.0625rem;
    text-align: center;
    color: #1e90ff;
    border: 1px solid #1e90ff;
    border-radius: 25px;
    margin-top: 1.09375rem;
    font-size: 0.9375rem;
}

.p-phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    position: relative;
    border-bottom: 1px solid #1e90ff;
}

.p-phone input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    display: block;
    border: none;
    height: 1.875rem;
    line-height: 1.25rem;
    outline: none;
    font-size: 0.875rem;
    background: none;
}

.p-phone span {
    width: 1.9375rem;
    height: 1.9375rem;
    line-height: 1.9375rem;
    text-align: left;
    display: block;
    font-size: 1.25rem;
    color: #1e90ff;
}

.p-phone .zh_yzm {
    position: absolute;
    top: -13px;
    right: 0;
    color: #fff;
    font-size: 0.6875rem;
    border-radius: 5px;
    background: #1e90ff;
    padding: 0.71875rem 0.9375rem;
}

.p-phone .see {
    color: #1e90ff;
    padding: 10px;
}

.p-phone.active {
    padding-top: 2.5rem;
    margin-top: 0;
}

.element_id {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    position: relative;
    margin-top: 1rem;
    padding-top: 0.9375rem;
}

.element_id input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    display: block;
    border: none;
    height: 1.875rem;
    line-height: 1.25rem;
    outline: none;
    font-size: 0.875rem;
    background: none;
}

.element_id .d-g i {
    color: #333;
    font-size: 0.8125rem;
}

.element_id .d-g select {
    width: 3.78125rem;
    height: 1.1875rem;
    line-height: 1.1875rem;
    margin-right: 1.4375rem;
    outline: none;
    color: #878383;
    border: 1px solid #eee;
    border-radius: 2px;
}

.element_id .d-g .area {
    margin-right: 0;
}

.bz {
    margin: 0.75rem 0;
    color: #848484;
    display: block;
    font-size: 0.75rem;
}

.pwd-show {
    margin: 0.75rem 0;
    color: #848484;
    font-size: 0.75rem;
}

.a-sure {
    width: 100%;
    height: 2.3125rem;
    line-height: 2.3125rem;
    text-align: center;
    background: #1e90ff;
    color: #fff;
    border: 1px solid #1e90ff;
    border-radius: 25px;
    margin-top: 3.4375rem;
    font-size: 1.0625rem;
}

.x-y {
    width: 100%;
    text-align: center;
    margin-bottom: 0.78125rem;
    font-size: 0.875rem;
}

.x-y a {
    display: inline-block;
    text-decoration: blink;
    color: #1e90ff;
}

.x-y.active {
    margin-top: 8.1875rem;
}

.pwd-show {
    margin: 0.75rem 0;
    color: #848484;
    font-size: 0.75rem;
}

.a-sure {
    width: 100%;
    height: 2.3125rem;
    line-height: 2.3125rem;
    text-align: center;
    background: #1e90ff;
    color: #fff;
    border: 1px solid #1e90ff;
    border-radius: 25px;
    margin-top: 3.4375rem;
    font-size: 1.0625rem;
}

.sure {
    width: 100%;
    height: 2.3125rem;
    line-height: 2.3125rem;
    text-align: center;
    color: #fff;
    border: 1px solid #1e90ff;
    border-radius: 25px;
    margin-top: 3.125rem;
    font-size: 1.0625rem;
    background: #1e90ff;
}

.ydwt {
    color: #999;
    font-size: 0.75rem;
}

.ydwt a {
    color: #1e90ff;
    margin-left: 10px;
    margin-top: 20px;
    display: inline-block;
}


/* 注册信息 */

.content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    overflow: auto;
    padding: 0 1.875rem;
   /*  position: absolute; */
    width: 100%;
    overflow: hidden;
    min-width: 320px;
    max-width: 768px;
}

.content a {
    display: block;
}

.content .p-phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    position: relative;
    padding-top: 2.5rem;
    border-bottom: 1px solid #1e90ff;
}

.content .p-phone input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    display: block;
    border: none;
    height: 1.875rem;
    line-height: 1.25rem;
    outline: none;
    font-size: 0.9375rem;
    background: none;
}

.content .p-phone span {
    width: 1.9375rem;
    height: 1.9375rem;
    line-height: 1.9375rem;
    text-align: left;
    display: block;
    font-size: 1.25rem;
    color: #1e90ff;
}

.content .p-phone .zh_yzm {
    position: absolute;
    top: 33px;
    right: 0;
    color: #fff;
    font-size: 0.6875rem;
    border-radius: 5px;
    background: #1e90ff;
    padding: 0.5rem 0.9375rem;
}

.content .p-phone .zh_yzm.active {
    background: #ccc;
}

.content .p-phone .see {
    color: #929292;
    padding: 10px;
    transform: rotate(-90deg);
}

.content .p-phone .d-g {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    background: #fff;
    width: 30%;
    position: relative;
}

.content .p-phone .d-g select {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    /* height:3rem;
        margin-top:1rem;
        margin-right:1rem;
        display:block; */
    outline: none;
    color: #878383;
    border: 1px solid #eee;
}

.content .element_id {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    position: relative;
    margin-top: 1rem;
    padding-top: 0.9375rem;
}

.content .element_id input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    display: block;
    border: none;
    height: 1.875rem;
    line-height: 1.25rem;
    outline: none;
    font-size: 0.9375rem;
    background: none;
}

.content .element_id .d-g {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    background: #fff;
    position: relative;
}

.content .element_id .d-g select {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    /* height:3rem;
        margin-top:1rem;
        margin-right:1rem;
        display:block; */
    outline: none;
    color: #878383;
    border: 1px solid #eee;
}

.bz {
    margin: 0.75rem 0;
    color: #848484;
    display: block;
    font-size: 0.75rem;
}

.pwd-show {
    margin: 0.75rem 0;
    color: #848484;
    font-size: 0.75rem;
}

.a-sure {
    width: 100%;
    height: 2.3125rem;
    line-height: 2.3125rem;
    text-align: center;
    background: #1e90ff;
    color: #fff;
    border: 1px solid #1e90ff;
    border-radius: 25px;
    margin-top: 3.4375rem;
    font-size: 1.0625rem;
}

.x-y {
    width: 100%;
    text-align: center;
    margin-bottom: 0.78125rem;
    font-size: 0.875rem;
}

.x-y a {
    display: inline-block;
    text-decoration: blink;
    color: #1e90ff;
}

.x-y.active {
    margin-top: 8.1875rem;
}


/*# sourceMappingURL=user.css.map */