body {
    background: #f5f5f5;
}
.p0 {
    padding: 0;
}
/* main login */
.main {
    width: 100%;
    height: 551px;
    position: relative;
    font-size: 12px;
}
.login_bg{
    position: relative;
    /*left: 0;
    right: 0;
    top: 0;
    z-index: 9;*/
    margin: auto;
    width: 400px;
    height: auto;
    background: #fff;
    padding: 30px 30px 40px;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.08);
    -webkit-box-shadow: 2px 2px 15px rgba(0,0,0,0.08);
}
.login_title{
    font-size: 16px;
    margin-bottom: 25px;
}
.form_prompt {
    position: absolute;
    z-index: 99;
    background: url("/images/img_login/pwd-icons-info.png") no-repeat 0 -2px;
    display: none;
    color: #888;
    width: 100%;
    height: 16px;
    padding-left: 23px;
    overflow: hidden;
    word-break:keep-all;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.form_err {
    background-position-y: -22px;
}

.register .form-group {
    position: relative;
    margin-bottom:20px;
}
.register .form-group label {
    font-weight: normal;
    color: #999;
    padding: 0;
}
.register .form-group .form-control {
    height: 38px;
    border: 1px solid #ddd;
    font-size: 12px;
}
.TEL_ {
    padding-right: 18px;
    position: relative;
}
.TEL_:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background: #ddd;
    right: 3px;
    top: 50%;
}
.TEL_num .form_prompt,.EMAIL_ .form_prompt,.IconCode_ .form_prompt {
    top: auto;
    bottom: -18px;
}
.icon_code {
    background-color: #fff;
    font-size: 12px;
    padding: 3px 20px;
    cursor: pointer;
}
.termsBox {
    text-align: center;
    margin-top: 0;
}
.termsBox a {
    color: #555;
    text-decoration: underline;
    cursor: pointer;
}
.termsBox input {
    margin-top: 9px;
    margin-left: -15px !important;
}

/*.login_submit{
    width: 100%;
    height: 36px;
    line-height: 34px;
    background: #d8251f;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 20px 0 10px 0;
}
.login_submit:hover {
    color: #fff;
}*/

.login_submit{
    width: 100%;
    height: 36px;
    background: #d8251f;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 20px 0 10px 0;
}
.register .login_submit:hover,
.register .login_submit:focus,
.register .login_submit:active {
    color: #fff;
    outline: none;
    box-shadow: none;
}


.tips {
    color: #777;
}
.tips span {
    color: #333;
}
.registerGo {
    font-size: 12px;
    float: right;
    color: #999;
}
.registerGo i {
    font-style: normal;
    color: #59849a;
    cursor: pointer;
}
.switch {
    position: absolute;
    right: 31px;
    z-index: 99;
    color: #59849a;
    cursor: pointer;
}

/* 條款 */
.mod_title {
    font-size: 16px;
    font-weight: bold;
}
.mod_submit {
    width: 180px;
    height: 36px;
    line-height: 34px;
    background: #d8251f;
    border: 0;
    font-size: 13px;
    display: block;
    color: #fff;
    border-radius: 5px;
    margin: 7px auto;
}
.mod_item {
    width: 100%;
    background: #fff;
    line-height: 26px;
    font-size: 12px;
    max-height: 475px;
    padding: 21px 20px;
    overflow: hidden;
    overflow-y: auto;
}


@media(max-width:767px) {
    body {
        background: #fff;
    }
    .main {
        background: #fff;
        height: auto;
    }
    .login_bg {
        box-shadow: none;
        -webkit-box-shadow: none;
        width: 100%;
        padding: 0 20px 40px 20px;
        position: static;
    }
}
