﻿/*general setting*/
* {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: normal;
}

body {
    min-width: 1000px;
    min-height: 400px;
    margin:0;
    background: white;
}
a {
    text-decoration: none
}
div,ul,li {
    margin: 0;
    padding: 0;
}

/*header*/
/*pictrue*/
.header {
    min-width: 1000px;
    position: relative;
    height: 8rem;
    width: 100%;
    border-bottom: 1px solid #A5A5A5;
    background-color: #F6F6F6;
    /*background-image: linear-gradient(to top, #F1F1F1, #FaFafa);*/
}

.header-picture {
    position: absolute;
    left: 170px;
    top: 50%;
    margin-right: 5rem;
    margin-top: -36px;
}

.header-picture>a {
    display: inline-block;
    padding-right: 30px;
    
}

/*title*/
    .header-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.3rem;
    color: #666666;
    line-height: 2;
    position: absolute;
    left : 420px;
    top: 50%;
    margin-top:-2.3rem;
}


.form {
    float: right;
    position: absolute;
    width: 354px;
    height: 350px;
    left: 56%;
    top: 50%;
    margin-top: -15rem;
    background-color:white;
    background-image: linear-gradient(to bottom, #FBFEFE, #FBFEFE 30%,rgba(251, 254, 254, 0.897) );
    border: 1px solid #DEDEDE;
    z-index: 10;
}

.main {
    min-width: 1000px;
    display: none;
    position: absolute; /**/
    height: 480px;
    width: 100%;
    background:  scroll no-repeat center transparent;
    /* linear-gradient(to bottom, #B1B1B1,rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 100%), url("images/img-1.jpg") no-repeat center;*/
    background-color: #ededed;
    background-size: auto auto;
    border-bottom: 1px solid #DEDEDE;
}





.form .title {
    font-size: 0;
    height: 5rem;
    background-color: #FBFEFE;
}

.form .title a {
    display: inline-block;
    height: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3;
    color: #666666;
    text-align: center;
    text-decoration: none;
}

.form .title a:nth-of-type(1) {
    width: 55%;
}

.form .title a:nth-of-type(1).wait {
    background-color: #F1F1F1;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

.form .title a:nth-of-type(2) {
    width: 45%;
}

.form .title a:nth-of-type(2).wait {
    background-color: #F1F1F1;
    border-left: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

.loginFormItem {
    display: inline-block;
    width: 282px;
    height: 38px;
    margin: 10px 30px 15px 30px;
    padding-left: 1rem;
    border: 1px solid #DEDEDE;
}

.sms-input {
    position: relative;
    width: 100%;
}

    .sms-input input {
        border-radius: 6px;
    }

    .sms-input a {
        position: absolute;
        display: block;
        height:40px;
        min-width: 64px;
        top: 8px;
        bottom: 5px;
        right: 3.4rem;
        background-color: #0061A5;
        color: #ffffff;
        border-radius: 6px;
        justify-content: center;
        align-items: center;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        transition: 0.7s;
    }

        .sms-input a.ban {
            background-color: #9fa3ac;
            color: #ffffff;
        }

        .sms-input a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
        }


.btnSubmit {
    display: inline-block;
    padding-left: 2rem;
    font-size: 2rem;
    line-height: 2.25;
    letter-spacing: 2rem;
    text-decoration: none;
    text-align: center;
    color: white;
    height: 48px;
    width: 180px;
    margin-left: 50px;
    background: #AFCF8D;
    background-image: linear-gradient(to top, #83927F, #D4E4BC);
    border-radius: 10px;
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2), -2px -2px 2px rgba(0, 0, 0, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.2), 2px 2px 2px rgba(0, 0, 0, 0.2);
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2), -2px -2px 2px rgba(0, 0, 0, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.2), 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.div-inline {
    display: inline;
}

.findpwd {
    padding-left: 20px;
    display: inline-block;
}


.lbl_suggestion {
    font-weight: bold;
    /*margin-top: 1.5rem;*/
    margin-top: 0px;
    padding: 0 5rem;
    color: red;
    text-align: center;
    letter-spacing: 3px;
}

/*footer*/

.footer {
    top: 600px;
    position: absolute;
    bottom: 10%;
    font-size: 12px;
    color: #888;
    text-align: center;
    line-height: 1.6;
}

.footer-tips {
    /*text-align: left;*/
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: bold;
    margin-left: 15%;
    margin-right: 15%;
}

    .footer-tips img {
        float: left;
    }

    .footer-tips div {
        padding-left: 60px;
    }

.w946 {
    width: 946px;
    margin: 0 auto;
}



/*main-error*/
.main-error {
    min-width: 1000px;
    position: absolute;
    width: 100%;
    height: 480px;
    background: linear-gradient(to bottom, #B1B1B1,rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 100%), #ededed;
    border-bottom: 1px solid #DEDEDE;
}

.main-error-header {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 36rem;
    height: 10rem;
    margin-left: -18rem;
    padding: 2rem 6rem;
    color: #0061A5;
    font-size: 6rem;
    line-height: 1.5;
    text-shadow: 
        2px 2px white,
        1px 1px black;
}

.main-error-header-icon {
    display: inline-block;
    padding: 0 1.4rem;
    color: #DEDEDE;
    font-weight: bold;
    background: #0061A5;
    border-radius: 100%;
    line-height: 1;
    font-size: 5rem;
    margin: 1.2rem 0rem 0rem 3rem;
    text-shadow: none;
    border: 1px solid black;
}

.main-error-form {
    position: absolute;
    top:28%;
    left: 50%;
    margin-left: -30rem;
    padding : 1rem;
    width: 60rem;
    height: 26rem;
    background: white;
    border:1px solid #a2a2a2;
    box-shadow: 
        inset 0 0 3px #ededed,
        inset 0 0 6px rgba(0,0,0,0.15);
    border-radius: 5px;
}


.main-error-form-title {
    margin : 1rem 0 3rem 0;
    padding: 1rem;
    font-weight: normal;
    font-size: 2rem;
    text-align: center;
    color: #8e8e8e;
}

.main-error-form-message{
    padding: 2rem 0;
    margin : 2rem 0rem;
    line-height: 1.5;
    font-size: 1.5rem;
}

.main-error-form-btn{
    float: right;
    background: #0074B6;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    border: 1px solid #003255;
    border-radius: 5px;
    padding:6px 18px;
    cursor: pointer;
}

/*main-login*/
.main-login {
    min-width: 1000px;
    position: absolute;
    width: 100%;
    height: 480px;
    background: 
        linear-gradient(to bottom, #B1B1B1,rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 100%),
        #ededed;
    border: 1px solid #dedede;
}

.main-login-form{
    position: absolute;
    top:100px;
    right: 150px;
    color: #666666;
    border: 1px solid #dedede;
    box-shadow: 0px 10px 3px rgba(0, 0, 0, 0.1);
}

.main-login-form-title{
    margin: 0;
    padding-left: 2rem;
    background: white;
    font-size: 2rem;
    line-height: 2;
    font-weight: bold;
}

.main-login-form-content{
    padding: 1rem 2rem;
    background: #f7f7f7;
    color: #666666;
    font-size: 1.5rem;
    font-weight: bold;
}
