@charset "utf-8";

/* 全局样式 */
* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
li,
p,
br {
    list-style: none;
}

img {
    vertical-align: middle;
    width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    color: #0085d0;
}

:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a,
li,
button,
label,
input,
select {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

button,
input,
select,
textarea {
    font-family: "微软雅黑", "Helvetica Neue", "Arial", "Hiragino Sans GB", "PingFang SC", "Heiti SC", "STHeiti", "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "Droid Sans Fallback", "sans-serif";
    border: 0;
}

::placeholder {
    color: #777;
    font-size: .31rem;
}

button {
    cursor: pointer;
}

body {
    font-family: "微软雅黑", "Helvetica Neue", "Arial", "Hiragino Sans GB", "PingFang SC", "Heiti SC", "STHeiti", "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "Droid Sans Fallback", "sans-serif";
    font-size: .24rem;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 0;
    background-color: #fff;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.hide {
    display: none;
}

/* logo */
header ul li img {
    width: .72rem;
    vertical-align: -.15rem;
}

header ul {
    margin-left: .5rem;
    color: #000;
    font-size: .56rem;
    margin-top: .7rem;
    text-align: left;
    text-align: -webkit-left;
    text-align: -moz-left;
}

header ul li span {
    margin-left: .2rem;
    font-weight: 550;
}
.logo ul li img {
    width: .72rem;
    vertical-align: -.15rem;
}

.logo ul {
    margin-left: .5rem;
    color: #000;
    font-size: .56rem;
    margin-top: .9rem;
    text-align: left;
    text-align: -webkit-left;
    text-align: -moz-left;
}

.logo ul li span {
    margin-left: .2rem;
    font-weight: 550;
}

/* logo */

/* login */
.login-page {
    margin-top: 1rem;
}

.vcode {
    width: 90% !important;
}

.login-inp input {
    width: 94%;
    line-height: .4rem;
    
    font-size: .4rem;
    background: transparent;
    color: #333;
}

.login-list {
    width: 6.65rem;
    position: absolute;
    font-size: .3rem;
    padding: 0 .1rem 0 .25rem;
    background: #fff;
    left: 50%;
    margin-left: -3.325rem;
}

.login-list input {
    width: 90%;
    line-height: .4rem;
    height: .4rem;
    padding: .2rem 0;
    font-size: .38rem;

}

.login-list li {
    line-height: .8rem;
    height: .8rem;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    text-align: left;

}

.login-list li>img {
    width: .23rem;
    position: absolute;
    right: .15rem;
    top: .3rem;
}


.code-span {
    color: #d2d2d2;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #d2d2d2;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #d2d2d2;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #d2d2d2;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d2d2d2;
}

.login-inp {
    width: 6.5rem;
    position: relative;
    font-size: .3rem;
}

.login-inp .login-txt {
    text-align: left;
    margin-top: -.4rem;
    margin-bottom: .4rem;
    color: #333;
    border: none;
    font-size: .32rem;
    padding: 0 3%;
}

.login-inp li {
    line-height: .8rem;
    height: .8rem;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.login-inp li img {
    width: 1.58rem;
}

.login-btn-bg {
    background-color: #d2d2d2 !important;
}

.login-btn {
    width: 6.5rem;
    background: -webkit-linear-gradient(right, #3bb1fc, #007ece);
    background: linear-gradient(to right, #3bb1fc, #007ece);
    font-size: .32rem;
    display: block;
    color: #fff;
    line-height: .8rem;
    margin: .5rem auto .4rem;
    border-radius: .8rem;
    box-shadow: 0 0 5px rgba(0, 126, 206, .45);
}

.login-down li>input {
    width: 94%;
}

.login-down li {
    position: relative;
}

.login-down li span img {
    margin: 0 .15rem;
}

.login-down li span {
    position: absolute;
    right: 0;
    top: -.05rem;
}

.login-down li .loginclose {
    width: .23rem;
}

.login-down li .loginDown {
    width: .28rem
}

.login-flex {
    display: flex;
    justify-content: space-between;
    width: 6.5rem;
}

.login-page .login-quick {
    width: 6.5rem;
    background: #fff;
    font-size: .32rem;
    display: block;
    color: #418ad3;
    line-height: .8rem;
    margin: .5rem auto .4rem;
    border-radius: .8rem;
    border: 1px solid #418ad3;
    box-shadow: 0 0 5px rgba(0, 126, 206, .45);
}

.login-page .login-this {
    font-size: .3rem;
}

/* footer margin-top: 5rem; */
footer {
    position: fixed;
    bottom: -2.6rem;
    left: 0;
    width: 100%;
    z-index: 999;
}

footer .login-agree {
    font-size: .22rem;
    margin-top: .1rem;
}

footer .help-link {
    margin: 0 .4rem;
}

.btm-tip {
    color: #018ed5;
    text-align: center;
    font-size: .23rem;
    margin-top: .15rem;
}

.btm-tip .icon {
    width: .22rem;
    height: .22rem;
    background: url('../../images/newLogin/icon-hand.png') no-repeat 0;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: -.04rem;
    margin: 0 .03rem;
}

.verifyCode {
    width: 1rem;
    height: .48rem;
    position: absolute;
    bottom: .1rem;
    right: .25rem;
    z-index: 1;
}

.verifyCode img {
    width: 1rem;
    height: .48rem;
}

.get-msgcode {
    color: #0085d0;
    font-size: .26rem;
    line-height: .8rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: inline-block;
    width: 1.5rem;
    text-align: center;
}

.waiting {
    color: #999;
}

.yzm-red {
    color: #ff3b30;
    text-align: center;
    font-size: .22rem;
}

.pop-msg-gray {
    color: #a6a6a6
}

.pop-yzm input {
    width: 2.3rem;
    height: .72rem;
    border: 1px solid #a6a6a6;
    line-height: .72rem;
    padding: 0 .2rem;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.checkbox-imitate {
    position: relative;
    content: "";
    z-index: 3;
    display: inline-block;
    width: .3rem;
    height: .3rem;
    vertical-align: middle;
    margin-bottom: .05rem;
    background: #fff;
    border: .02rem solid #adadad;
    border-radius: 50%;
}

/** 弹出框样式 从此拷贝 **/
.popBox {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000', endColorstr='#7f000000');
    z-index: 30;
    display: none;
}

:root .popBox {
    -webkit-filter: none\9;
    filter: none\9;
}

.popBox.open {
    display: block;
}

.popBox .popBox-inner {
    background: #fff;
    position: absolute;
    width: 6.5rem;
    top: 50%;
    left: 50%;
    margin-left: -3.15rem;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    border-radius: 5px;
}

.popBox .popBox-inner .close {
    position: absolute;
    top: 0;
    right: 0;
    width: .5rem;
    height: .5rem;
    line-height: .46rem;
    display: block;
    text-align: center;
    color: #666;
    font-size: .5rem;
}

.popBox .popBox-head {
    margin: 0;
    padding: 0 .1rem;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #0195ff;
    line-height: .8rem;
    font-size: .36rem;
    color: #0195ff;
}

.popBox .popBox-body {
    padding: .2rem .2rem;
    font-size: .28rem;
    line-height: 180%;
    color: #333;
}

.popBox .popBox-body .popBox-scroll {
    max-height: 6rem;
    overflow: hidden;
    overflow-y: auto;
    word-break: break-all;
}

.popBox .popBox-body .popBox-scroll p {
    text-indent: .56rem;
}

.popBox .popBox-foot {
    text-align: center;
    padding: 10px 0 20px 0;
}

.popBox .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: .66rem;
    font-size: .3rem;
    width: 2.2rem;
    background: #0195ff;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    margin: 0 .5rem;
}

.popBox .btnx {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: .66rem;
    font-size: .3rem;
    width: 5.65rem;
    background: #0195ff;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    margin: 0 .5rem;
    margin-bottom: .3rem;
}

.popBox .qx {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: .66rem;
    font-size: .3rem;
    width: 2.2rem;
    background: #cccccc;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    margin: 0 .5rem;
}

.popBox .btn-cancel {
    background: #b9b9b9;
}

.popBox .btn:nth-child(2) {
    margin-left: 4%;
}

/*.popBox .btn:only-child { width: 100%;}*/
.pop-loading .popBox-inner {
    background: none;
    color: #fff;
    text-align: center;
    font-size: .32rem;
}

.login-help .help-link {
    font-size: .26rem;
    margin: 0 .3rem;
}

.login-agree {
    font-size: .26rem;
    margin-top: .2rem;
    display: flex;
    width: 6.5rem;
    color: #999;
    justify-content: center;
}

.font-blue {
    color: #0085d0;
}

.loading-icon {
    width: .3rem;
    margin: 0 .1rem;
}

.login-inp li .login-action {
    position: absolute;
    right: 0;
    top: -.05rem;
}

.login-inp li span img {
    margin: 0 .1rem;
}

.ls_add {
    position: absolute;
    bottom: .75rem;
    left: 0;
    right: 0;
    margin: auto;
}

.gridMain {
    position: relative;
    min-height: 83vh;
    box-sizing: border-box;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    border: #cdcdcd solid 1px;
    background: #fff;
    border-radius: 50%;
    height: .26rem;
    width: .26rem;
    position: relative;
    margin-right: .05rem;
}

input[type="checkbox"]:checked {
    border: none;
    background: #0389f7;
}

input[type="checkbox"]:checked::after {
    content: '';
    top: 4px;
    left: 3px;
    position: absolute;
    background: transparent;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 4px;
    width: 7px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.agree_div {
    font-size: .28rem;
    color: #448dce;
    display: inline-block;
}

.djs_zs {
    font-size: .28rem;
    color: #666666;
    line-height: .9rem;
}

.djs_zsblue {
    font-size: .28rem;
    color: #0085d0;
    line-height: .9rem;
}