﻿@charset "utf-8"; /* CSS Document */
* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}

ol, ul, li, dd, dl, dt {
    list-style: none;
}

*:focus {
    outline: 0;
}

em, i {
    font-style: normal;
}

body {
    max-width: 640px;
    margin: 0 auto !important;
    position: relative;
    height: 100%;
    width: 100%;
}

.content_box {
    width: 84%;
    z-index: 1000;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 5% 1% 3%;
    max-width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content_box_phone {transform: translate(-50%, -50%);}

.content_box_common {
    transform: translate(-50%, -50%);
}

.con_tit {
    /* height: 48px; */
    /* line-height: 48px; */
    text-align: center;
    font-size: 0;
    color: #333;
    /* border-bottom: 1px solid #d9d9d9; */
    background: url(../images/logo_tit.png) no-repeat;
    width: 142px;
    height: 22px;
    margin: 0 auto;
    background-size: 100% 100%;
    margin-bottom: 14px;
}

.content_box ul {
    padding: 0 18px 0 18px;
    clear: both;
}

.content_box ul li {
    clear: both;
    margin-top: 10px;
    background: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
    position: relative;
    height: 46px;
}

.content_box ul li span {
    position: absolute;
    left: 0;
    top: 10px;
    width: 40px;
    height: 26px;
    display: inline-block;
    border-right: 1px solid #e0e0e0;
}

.content_box ul li span.user {
    background: url(../images/user.png) no-repeat center;
    background-size: 24px auto;
}

.content_box ul li span.password {
    background: url(../images/ps.png) no-repeat center;
    background-size: 24px auto;
}

.content_box ul li span.yzm {
    background: url(/img/yzm.png) no-repeat center;
    background-size: 24px auto;
}

.content_box ul li p {
    position: absolute;
    left: 50px;
    top: 0;
    right: 1px;
}

.loginusername {
    border: 0;
    width: 100%;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 16px;
    clear: both;
    margin-top: 10px;
    /* background: #fff; */
    /* box-shadow: 0 0 1px 0 rgba(0,0,0,0.1); */
    position: relative;
    height: 35px;
    text-indent: 44px;
    border-bottom: 1px solid #e5e5e5;
    outline: none;
}

.content_box ul li p .input_2 {
    width: 60%;
}

.content_box ul li .send_yzm {
    position: absolute;
    right: 0;
    top: 0;
    height: 16px;
    padding: 15px 10px;
    font-size: 14px;
    background: #00b1fd;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.content_box .tishi {
    clear: both;
    margin: 5px 0 0 18px;
}

.content_box .tishi span {
    background: url(/img/warn2.png) left no-repeat;
    background-size: 18px auto;
    padding-left: 20px;
    font-size: 13px;
    color: #ea0303;
    line-height: 18px;
}

.content_box .button {
    margin: 15px 18px 0px 18px;
    height: 48px;
    clear: both;
    overflow: hidden;
}

.content_box .button a {
    /* float: left; */
    /* width: 32%; */
    margin-right: 2%;
    color: #fff;
    /* height: 16px; */
    font-size: 16px;
    text-align: center;
    /* border-radius: 3px; */
    text-decoration: none;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.content_box .button a:last-child {
    margin-right: 0;
}

.content_box .button a.SW {
    background: #00b1fd;
}

.content_box .button a.SW:hover {
    background: #01a3e8;
}

.content_box .button a.RG {
    background: #ffc000;
}

.content_box .button a.RG:hover {
    background: #edb200;
}

.content_box .button a.btn {
    background: #03b4f5;
}
/*
.content_box .button a.btn:hover {
    background: #03b4f5;
}

*/

.content_box .button a.both {
    float: right;
}

.content_box .other_Lg {
    clear: both;
    position: relative;
    margin: 10px;
}

.content_box .other_Lg .tit {
    height: 30px;
    line-height: 30px;
    clear: both;
}

.content_box .other_Lg .tit span {
    float: left;
}

.content_box .other_Lg .tit .left, .right {
    width: 32%;
    height: 1px;
    background: #d9d9d9;
    margin-top: 14px;
}

.content_box .other_Lg .tit .middle {
    width: 36%;
    text-align: center;
    font-size: 14px;
    color: #8c8c8c;
}

.content_box .other_Lg .style {
    clear: both;
    margin: 10px 0;
    height: 32px;
}

.content_box .other_Lg .style a {
    float: left;
    width: 33.3%;
    height: 32px;
    display: inline-block;
    text-align: center;
}

.content_box .other_Lg .style a.sina {
    background: url(/img/sina.png) no-repeat center center;
    background-size: 32px auto;
}

.content_box .other_Lg .style a.sina:hover {
    background: url(/img/sina_on.png) no-repeat center center;
    background-size: 32px auto;
}

.content_box .other_Lg .style a.QQ {
    background: url(/img/QQ.png) no-repeat center center;
    background-size: 32px auto;
}

.content_box .other_Lg .style a.QQ:hover {
    background: url(/img/QQ_on.png) no-repeat center center;
    background-size: 32px auto;
}

.content_box .other_Lg .style a.wx {
    background: url(/img/wx.png) no-repeat center center;
    background-size: 32px auto;
}

.content_box .other_Lg .style a.wx:hover {
    background: url(/img/wx_on.png) no-repeat center center;
    background-size: 32px auto;
}

.content_box .text {
    padding: 18px 18px 6px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.opacity_sdk {
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

@media all and (min-width: 240px) and (max-width: 320px) {
    .content_box .button a.both {
        width: 34%;
    }
}

.content_box .middle_platform {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 40px;
}

.content_box .middle_platform a {
    color: #666;
    border-top: 1px solid #d9d9d9;
    text-decoration: none;
    display: block;
    text-align: center;
}

.content_box .other_Lg .style_higt {
    height: 50px;
}

#pwd, #rpwd, #reg_pwd, #reg_rpwd {
    background: url(/Public/Media/images/psw.png)no-repeat 4px 6px #fff;
}

#account, #reg_account {
    background: url(/Public/Media/images/zh.png)no-repeat 4px 6px #fff;
}

#idcard {
    background: url(../images/card.png)no-repeat 4px 12px #fff;
}

#real_name {
    background: url(../images/name.png)no-repeat 4px 12px #fff;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
}

.reg_btn {
    display: flex;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.line {
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #f1f1f1;
    /* position: absolute; */
    /* top: 14px; */
    display: none;
}

a#btnreg1, .SW {
    font-size: 14px;
    color: #afafaf;
    display: block;
    z-index: 9;
    /* text-decoration: none; */
}

.three {
    color: #666;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
}

@media screen and (min-height: 300px) and (max-height: 430px){
.content_box_common, .content_box_phone {
    top: 50%;
    padding-top: 15px;
    height: 90%;
    overflow-y: scroll;
    margin-bottom: 39px;
    padding-bottom: 10px;
}
.content_box_common::-webkit-scrollbar, .content_box_phone::-webkit-scrollbar{
 width: 8px;
 background-color:none;
}
.content_box_common::-webkit-scrollbar-thumb, .content_box_phone::-webkit-scrollbar-thumb {
 border: solid 2px #00b1fd;
 width: 1px;
 border-radius: 4px;
 height:80px;
 background-color: #00b1fd;
}
}

