﻿*{
    box-sizing:border-box;
}
body {
    background-image: url(../Images/body-login.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
#container {
    position: relative;
    margin: 0px auto 0px auto;
    width: 960px;
}

div.loginInfo {
    width: 400px;
    margin: auto;
}

.merchant-main {
    margin: 0 auto;
}
.o-style {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: auto !important;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 40px rgba(0,138,255,.3);
    box-shadow: 0 0 40px rgba(0,138,255,.3);
}
.o-style .account > i{
    display:block;
    padding-top:3px;
    font-style:normal;
}


.main-li {
    display: none;
    overflow: hidden;
}

    .main-li.active {
        display: block;
    }

.qrcode {
    padding-top: 35px;
    padding-bottom: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

    .qrcode img {
        width: 170px;
    }

    .qrcode p {
        padding-top: 10px;
        font-size: 14px;
    }

.log-tab {
    margin: 0 -30px;
    padding-bottom: 10px;
}

    .log-tab li {
        width: 50%;
        height: 40px;
        line-height: 40px;
        float: left;
        border-bottom: #2699FB solid 1px;
        text-align: center;
        color: #00BAFF;
        font-size: 16px;
        cursor: pointer;
    }

        .log-tab li.active {
            border-bottom: rgba(255,255,255,1) solid 1px;
            color: #fff;
        }

.iframe-login > fieldset {
    border: none;
}

div.registerInfo {
    width: 80%;
    margin: auto;
}

img.checkedImg {
    display: inline;
    float: left;
    visibility: hidden;
    margin-top: 12px;
}

.input_list {
    position: relative;
    margin-bottom: 15px;
}
.input_list:last-child{
    margin-bottom:0;
}
.input_list > li{
    width:50%;
    float:left;
}
.input_list > li:nth-child(1){
    text-align:left;
}
.input_list > li:nth-child(2){
    text-align:right!important;
}
.input_list > li:nth-child(2) a{
    color:#999;
}
.input_list input{
    -webkit-appearance:none;
}
.posicon {
    position: absolute;
    top: 16px;
    left: 15px;
    color: #707070;
}

    .posicon i {
        font-size: 18px;
    }

.input_border {
    height: 52px;
    line-height: 52px;
    padding-left: 45px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #444;
    font-size: 14px;
    background: #fff;
    border: #ddd solid 1px;
}

.checkedImg {
    position: absolute;
    top: 0;
    right: 15px;
    display: none;
    color: #2AD21E;
}

.input_login {
    background: #2699FB;
    padding: 0px;
    width: 100%;
    height: 52px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    border:none;
    cursor:pointer;
}

input.code {
    width: 100%;
    padding:0 10px;
    text-align:center;
    height: 52px;
    line-height: 52px;
    letter-spacing: 10px;
    text-transform: uppercase;
}

    input.code::-webkit-input-placeholder {
        letter-spacing: 0;
    }

    input.code:-moz-placeholder {
        letter-spacing: 0;
    }

    input.code::-moz-placeholder {
        letter-spacing: 0;
    }

    input.code:-ms-input-placeholder {
        letter-spacing: 0;
    }

input.name {
    width: 100%;
}

input.realname {
    width: 238px;
    padding-left: 10px;
}

input.password {
    width: 100%;
}

input.email {
    background: url("../Images/mail.png") no-repeat 10px 10px;
}

input.phone {
    background: url("../Images/mobile.png") no-repeat 10px 10px;
}

.after_click {
    border: 1px solid rgb(217, 217, 217);
}

.verification_code {
    position: relative;
    height: 52px;
    line-height: 52px;
    margin-right: 115px;
}

.verification_code_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 52px;
    padding-left: 15px;
}

    .verification_code_img img {
        cursor: pointer;
        width: 100%;
        height: 52px;
        border-radius: 6px;
    }

.forget_password {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

    .forget_password a {
        display: inline-block;
        color: #2699FB;
        cursor: pointer;
    }

    .forget_password i {
        margin-left: 6px;
        font-size: 10px;
    }

.login_header {
    margin: 0px auto;
    width: 80%;
    height: 27px;
    line-height: 27px;
    padding-top: 22px;
    border-bottom-color: rgb(239, 239, 239);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
}

.register_header {
    margin: 0px auto;
    width: 80%;
    height: 27px;
    line-height: 27px;
    padding-top: 22px;
    border-bottom-color: rgb(239, 239, 239);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
}

    .register_header .posion {
        left: 0px;
        top: 19px;
        width: auto;
        height: 30px;
        position: absolute;
        border-bottom-color: rgb(226, 116, 14);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .register_header span {
        padding: 0px 10px;
        width: auto;
        color: rgb(226, 116, 14);
        font-size: 16px;
        display: block;
    }

    .register_header samp {
        color: rgb(102, 102, 102);
        font-family: "微软雅黑";
        font-size: 16px;
        float: right;
    }

.register table {
    width: 618px;
    margin-top: 20px;
    margin-left: 20px;
}

    .register table td {
        height: 60px;
    }

    .register table .left_td {
        text-align: right;
    }

.login table .left_td {
    text-align: right;
}

.check_code_box {
    border: 1px solid rgb(232, 232, 232);
    width: 248px;
    height: 38px;
    text-align: left;
    line-height: 38px;
    text-indent: 0px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .check_code_box a {
        padding-left: 5px;
        text-decoration: underline;
        border-left-color: rgb(232, 232, 232);
        border-left-width: 1px;
        border-left-style: solid;
        display: inline;
    }

    .check_code_box .check_code {
        border: 1px solid rgb(255, 255, 255);
        width: 120px;
        padding-left: 10px;
    }

.navigation_bar {
    padding-right: 10px;
    padding-left: 10px;
}

    .navigation_bar input {
        background: rgb(226, 116, 14);
        padding: 0;
        border: 1px solid rgb(201, 104, 12);
        width: 100px;
        height: 30px;
        text-align: center;
        color: rgb(255, 255, 255);
        text-indent: 0px;
        letter-spacing: 2px;
        font-family: "幼圆";
        font-size: 12px;
    }

        .navigation_bar input.next {
            float: right;
        }

        .navigation_bar input.previous {
            float: left;
        }

.input_verify {
    background: rgb(226, 116, 14);
    padding: 0;
    border: 1px solid rgb(201, 104, 12);
    width: 145px;
    height: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-indent: 0px;
    letter-spacing: 2px;
    font-family: "幼圆";
    font-size: 12px;
    float: left;
    margin: 0px auto;
}

.password_header {
    margin: 0px auto;
    width: 600px;
    height: 27px;
    line-height: 27px;
    padding-top: 22px;
    border-bottom-color: rgb(239, 239, 239);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
}

    .password_header li {
        width: 300px;
        float: left;
        list-style: none;
        display: inline;
    }

.signinLabel {
    font-family: "微软雅黑", "宋体";
    font-size: 16px;
}

.find-pass {
    margin-top: 10px;
}

    .find-pass .hd {
        height: 70px;
        background: #298CCE;
        color: #fff;
    }

        .find-pass .hd li {
            width: 50%;
            height: 30px;
            line-height: 30px;
            padding: 20px 0;
            float: left;
            text-align: center;
            position: relative;
            font-family: "微软雅黑";
            font-size: 20px;
            cursor: pointer;
        }

            .find-pass .hd li span {
                display: inline-block;
                width: 32px;
                height: 30px;
                vertical-align: middle;
                margin-right: 5px;
            }

            .find-pass .hd li .email {
                height: 26px;
                background-position: -60px -300px;
                background-image: url(../Images/bg02.png);
                background-repeat: no-repeat;
            }

        .find-pass .hd .on .email {
            background-position: -100px -300px;
        }

        .find-pass .hd li .mobile {
            background-position: -60px -250px;
            background-image: url(../Images/bg02.png);
            background-repeat: no-repeat;
        }

        .find-pass .hd .on .mobile {
            background-position: -100px -250px;
        }

        .find-pass .hd li b {
            display: block;
            width: 15px;
            height: 6px;
            background-position: -60px -285px;
            position: absolute;
            top: 71px;
            left: 50%;
            margin-left: -8px;
            display: none;
            overflow: hidden;
            background-image: url(../Images/bg02.png);
            background-repeat: no-repeat;
        }

        .find-pass .hd .on {
            background: #66C8E8;
        }

            .find-pass .hd .on b {
                display: block;
            }

    .find-pass .bd {
        margin-top: 30px;
    }

.merchant-main {
    margin: 0 auto;
}

    .merchant-main > h2 {
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        text-align: center;
        font-weight: normal;
        border-bottom: #ddd solid 1px;
    }

    .merchant-main .tips {
        padding: 15px 0;
        color: #2699FB;
    }

.merchant-list {
    padding:0 30px;
}

    .merchant-list li {
        margin: 15px 0;
    }

    .merchant-list h3 {
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .merchant-list li .account {
        position: relative;
    }

    .merchant-list .failureNotification {
        top: 9px;
        right: 10px;
        font-weight: normal;
    }

.input-box {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    line-height: 34px;
    border: #ddd solid 1px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
}

.merchant-list li,
.merchant-list .vercode {
    position: relative;
}
.merchant-list li input{
    -webkit-appearance:none;
}
    .merchant-list .vercode > a {
        height: 36px;
        line-height: 36px;
        margin-top: 10px;
        border: rgba(38,152,253,.5) solid 1px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        text-align: center;
        display: block;
        color: #2699FB;
    }

        .merchant-list .vercode > a:hover {
            border-color: #F08300;
            color: #F08300;
        }

    .merchant-list .vercode > .checkedImg {
        top: 10px;
    }

.input-submit {
    width: 100%;
    height: 36px;
    line-height: 34px;
    border: #2699FB solid 1px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    background: #2699FB;
    color: #fff;
    cursor: pointer;
}

.alink {
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    border: rgba(0,0,0,.06) solid 1px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    display: block;
    color: rgba(0,0,0,.3);
}

    .alink:hover {
        color: rgba(0,0,0,.8);
        border-color: rgba(0,0,0,.15);
    }



@media (min-width: 768px) {
    .log-header {
        padding-left: 30px;
        text-align: left;
    }

        .log-header img {
            width: 98px;
        }



        .log-main .log-type {
            padding-bottom: 30px;
        }

    .container {
        width: 740px;
    }

    .temp-top-m {
        max-width: inherit;
        width: 740px;
    }


        .merchant-main > h2 {
            height: 80px;
            line-height: 80px;
            font-size: 24px;
        }

    .merchant-list {
        width: 280px;
        margin: 0 auto;
        padding:0;
    }

    .log-main{
        width:500px;
    }
        .log-main h2 i {
            font-size: 54px;
        }

    input.code {
        padding-left: 45px;
        text-align: left;
    }

    .o-style {
        
        width: 500px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 990px;
    }
    .input_border{
        font-size:16px;
    }
}

@media (min-width: 1360px) {
    .container {
        width: 1200px;
    }

}
