﻿body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
/*登录*/
.login, .forPadding, .regImg {
    padding: 0 1em;
}

.register {
    display: none;
}

.check-box {
    width: 100%;
    overflow: hidden;
    padding-top: 0;
}

.input-item {
    position: relative;
    width: 100%;
    height: 46px;
    margin-top: .625em;
}

.required {
    width: 100%;
    height: 37px;
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid #dadada;
    color: #666;
    padding: 4px 0;
    font-size: 20px;
    background-color: transparent;
    outline: none;
}

    .required ~ label {
        position: absolute;
        left: 0;
        width: 100%;
        top: 15px;
        color: #cacaca;
        transition: 0.5s;
        z-index: -1;
        letter-spacing: 0.5px;
    }

    .required ~ .focusBor {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #558dea;
        transition: 0.6s;
    }

    .required:focus ~ label, .hasData ~ label {
        top: -8px;
        font-size: 12px;
        color: #558dea;
        transition: 0.5s;
    }

    .required:focus ~ .focusBor, .hasData ~ focusBor {
        width: 100%;
        transition: 0.6s;
    }

.user-history {
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    padding: 0px 10px;
    max-height: 160px;
    background: #fff;
    box-shadow: 0px 1px 3px 0px #ccc;
    box-sizing: border-box;
}

    .user-history .item {
        margin: 3px 0;
        font-size: 13px;
        border-bottom: solid 1px #ccc;
    }

        .user-history .item span {
            display: block;
            line-height: 23px;
        }

        .user-history .item:last-child {
            border-bottom: none;
        }

.CodeInput {
    padding-right: 8.2em;
    position: relative;
    height: 46px;
}

    .CodeInput img {
        position: absolute;
        top: 12px;
        left: 13px;
        z-index: 10;
        width: 19.2px;
        height: 19.2px;
        margin-right: 12px;
    }

header p {
    text-align: center;
    font-size: 1.25em;
}

.btn {
    height: 40px;
    font-size: 15px;
    margin-top: 1em;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
}

.ent {
    background-color: #558dea;
    color: #fff;
}

.cancelBtn {
    border: 1px solid #558dea;
    color: #558dea;
}

.cancel {
    float: left;
    width: 50%;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    font-family: "微软雅黑";
    font-size: .9375em;
    background-color: #ECF5FF;
    cursor: pointer;
}
/*注册*/
.regImg {
    margin: 20px 0;
}

    .regImg img {
        width: 100%;
    }

.getCode {
    width: 115px;
    height: 30px;
    line-height: 30px;
    background-color: #558dea;
    color: #fff;
    position: absolute;
    bottom: 4px;
    right: 0;
    z-index: 10;
    text-align: center;
}

.curGetCode {
    background-color: #bfbfbf;
}
/*end*/
.cancelRelation span {
    display: inline-block;
    float: right;
    width: 1px;
    background-color: #D2E9FF;
    height: 2.5em;
}







/*验证表单*/
.input-item .item-input {
    display: inline-block;
    float: left;
    line-height: 1.8em;
}

.item-icon {
    width: 1.03125em;
    height: 1.8625em;
}

.input-item .item-icon img {
    width: 100%;
    height: auto;
    margin: .2em auto 0;
}

.ty-input {
    border: none;
    height: 1.8em;
    width: 70%;
    font-size: 0.815em;
    color: #959595;
    margin-left: 0.375em;
}

.ty-btnbox1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.forget-tip,
.noaccount-tip {
    width: 50%;
    float: left;
    padding-top: .5em;
    font-size: .8125em;
    color: #959595;
    text-align: center;
}

.bottombox {
    padding-top: 3em;
    width: 100%;
    overflow: hidden;
}
/*注册表单*/
.register-box {
    padding-bottom: 1em;
}

#register-form .input-item {
    padding-top: 1.4375em;
}

#register-form .ty-btnbox1 {
    margin: 1.4375em auto;
}

.mt {
    margin-top: 1.5em;
}

/*验证注册选择*/
.sel-box1 {
    width: 100%;
    overflow: hidden;
    background-image: url(../../Image/wx/bolang.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #e5e5e5;
    background-size: 95% auto;
}

.sel-box1-tab {
    width: 100%;
    float: left;
    padding-top: 2.0515em;
    overflow: hidden;
    text-align: center;
    color: #000;
    font-size: 0.84375em;
}

    .sel-box1-tab div {
        width: 100%;
        padding-top: 1.2em;
        display: block;
        overflow: hidden;
        position: relative;
    }

.triangle img {
    position: absolute;
    left: 47%;
    top: 0.6em;
    width: 0.9375em;
    height: 0.625em;
}

.sel-curstyle {
    color: #ba010f;
}


/*泡泡错误提示*/
.message-tip {
    width: 100%;
    overflow: hidden;
    display: none;
}

.message-tip-content {
    width: 65%;
    margin: auto;
    overflow: hidden;
}

.pop-icon {
    width: 2em;
    height: 2em;
    float: right;
}

.tip-box {
    width: 62%;
    margin: -.2em auto 0;
    overflow: hidden;
}

.errtip-box {
    padding: 1.4375em;
    background-color: #eee;
    border-radius: 5px;
    color: #ba010f;
    font-size: .8125em;
}

#lasttimep {
    display: none;
}

#lastTimep2 {
    display: none;
}

.disablebtn {
    color: #fff;
    background-color: #999;
    border-color: #eee;
}

.zhezhao {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.3);
}

.tipbox {
    position: absolute;
    top: 24%;
    z-index: 35;
    width: 100%;
    display: none;
}

.tip {
    position: relative;
    width: 15em;
    padding-top: 1em;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.msg {
    width: 88%;
    padding-bottom: 1.8em;
    margin-left: auto;
    margin-right: auto;
    font-family: "微软雅黑";
    font-size: .9375em;
    color: #666;
}

.tipbtn {
    width: 100%;
    overflow: hidden;
}

.cancelRelation {
    float: left;
    width: 50%;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    font-family: "微软雅黑";
    font-size: .9375em;
    background-color: #ECF5FF;
    cursor: pointer
}
/*2016-05-23*/
header {
    width: 100%;
    height: 12em;
}

.logo-pic {
    padding-top: 2.625em;
    text-align: center;
}

    .logo-pic img {
        width: 6.0em;
        height: 6.0em;
    }

/*输入框*/
.longinput {
    width: 90%;
    height: 1.8em;
}

.longinput2 {
    width: 60%;
    height: 1.8em;
}

.shortinput {
    width: 40%;
    height: 1.8em;
    text-align: center;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #333;
}

.mfont {
    font-size: .8125em;
    color: #666;
}

.check-box {
    width: 100%;
    overflow: hidden;
}

.forPaddingRight {
    width: 100%;
    overflow: hidden;
}

#LoginGetCode {
    position: absolute;
    top: 0;
    right: .5em;
    z-index: 10;
}

#lasttimep {
    display: none;
}

.disablebtn {
    background-color: #aaa;
}

.imgCheckCode {
    width: 115px;
    height: 43px
}
/*loading*/
.MaskContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}

.MaskContainer_con {
    position: absolute;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    top: 50%;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    width: 120px;
    height: 120px;
}

.loading {
    margin-top: 30px;
}

.MaskContainer_con p {
    margin-top: 20px;
    color: #000;
}
/*消息提示*/
.alePop {
    width: 80%;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translate(-50%,-100%);
    background-color: #edf2fc;
    transition: transform .4s;
    overflow: hidden;
    padding: 15px;
    display: flex;
    align-items: center;
    z-index: 999;
}

.aleTxt {
    color: #558dea;
}

.leave_show {
    transform: translate(-50%,180%);
}
