﻿


#btnsms {
    width: 38%;
    height: 47px;
    float: right;
    background: #fe9835;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}

    #btnsms:hover {
        background: #d27d2b;
    }

#lbagree {
    margin-left: 10px;
    color: #2489c5;
}

a.agreement {
    color: #2489c5;
    border-bottom: 1px dotted #2489c5;
}

    a.agreement:hover {
        color: #35a4fe;
    }

#btnsms.disabled, #btnsub.disabled {
    background: #dcdcdc;
    cursor: default;
}

/*----------------------2020-06-01-insert------------------------*/
input::-webkit-input-placeholder {
    color: #ddd;
}

.headerLogin {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}

    .headerLogin .logo {
        display: inline-block;
        margin: 20px 0;
        width: 200px;
        height: 60px;
    }

    .headerLogin .r a {
        margin-left: 10px;
        margin-right: 10px;
    }

.phoneLink {
    display: inline-block;
    text-indent: 20px;
    background: url('../images/login/phone.png') no-repeat left center;
    margin-top: 40px;
}

.login_box {
    background: #fcfcfc;
    padding: 30px 0;
}

.row {
    min-height: 30px;
    margin: 0px;
}

.flex {
    display: flex;
}

.register_box {
    background: #fff;
    width: 950px;
    margin: 10px auto;
    padding: 50px 75px;
    box-sizing: border-box;
}

.flex_li {
    flex: 1;
    text-align: center;
    font-size: 20px;
    line-height: 48px;
    color: #666;
}

.flexL10 {
    width: 100%;
    height: 48px;
    background: url('../images/login/flexL10.png') no-repeat center;
}

    .flexL10.actived {
        color: #09f;
        background: url('../images/login/flexL11.png') no-repeat center;
    }

.flexL20 {
    width: 100%;
    height: 48px;
    background: url('../images/login/flexL20.png') no-repeat center;
}

    .flexL20.actived {
        color: #09f;
        background: url('../images/login/flexL21.png') no-repeat center;
    }

.flexL30 {
    width: 100%;
    height: 48px;
    background: url('../images/login/flexL30.png') no-repeat left center;
}

    .flexL30.actived {
        color: #09f;
        background: url('../images/login/flexL31.png') no-repeat left center;
    }

#Form1 {
    width: 410px;
    margin: 40px auto 20px;
}

.btnlogin {
    width: 100%;
    height: 47px;
    float: right;
    background: #09f;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    text-align: center;
    line-height: 47px;
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .btnlogin:hover {
        color: #eee;
    }

.row input {
    height: 40px;
    width: 330px;
    line-height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    margin-left: 10px;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
}

#txtcode, #txtsms {
    width: 200px;
    height: 40px;
    border-radius: 0;
    padding-left: 10px;
    font-size: 14px;
    outline: none;
}
 

#btnsms, #code {
    float: inherit;
    display: inline-block;
    width: 111px;
    height: 40px;
    margin-left: 15px;
    border: 1px solid #ccc;
    text-align: center;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 0;
    outline: none;
    color: #000;
    background: #ddd;
    cursor: pointer;
    font-size: 14px;
    vertical-align: top;
}

input.actived {
    border: 1px solid #09f;
}

.agreement {
    font-size: 12px;
    color: #09f;
}

.title12 {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}

#txtarea, #txtext {
    width: 70px;
}

#txtext {
    margin-left: 5px
}

.widSpan #txtphone {
    width: 175px;
    margin-left: 5px;
}

.widSpan span i {
    display: inline-block;
    width: 6px;
    color: red;
}

.widSpan span {
    display: inline-block;
    width: 64px;
    text-align: right;
    height: 40px;
    line-height: 40px;
}

.ml14 {
    margin-left: 14px;
}

.widSpan span.female, .widSpan span.male {
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 20px;
    cursor: pointer;
}

.skip {
    display: inline-block;
    width: 100%;
    color: #ccc;
    text-align: center;
    margin-top: 20px;
}

.regi_success img {
    display: block;
    width: 70px;
    height: auto;
    margin: 60px auto 20px;
}

.regi_success h4 {
    font-size: 40px;
    color: #09f;
    text-align: center;
    margin-bottom: 40px;
}

.regi_success p {
    width: 500px;
    font-size: 20px;
    text-align: center;
    margin: 10px auto;
    line-height: 30px;
    text-align: left;
}

.regi_success .listSt {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    vertical-align: 3px;
    margin-right: 10px;
}

.regi_success p .color09f {
    color: #09f;
}

.regi_success {
    padding-bottom: 40px;
}

.female.actived, .male.actived {
    background: #09f;
    color: #fff;
}

label.error {
    color: #fd2121;
    text-indent: 25px;
    background: url(../images/login/error.png) no-repeat 2px 4px;
    display: block;
    line-height: inherit;
    font-size: 14px;
    line-height: 24px;
    background-size: 15px 15px;
}
