﻿#btn_register {
      
    background-color: #4eb7ea; display: block; height: 38px; line-height:38px; width:112px; font-size: 16px; cursor: pointer; color: #fff; border-radius: 3px; border: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-family:"微软雅黑"; float:left; margin-left:3px;
}
#btn_register:hover {
        background-color:#3d92e4
}


.btn_register{
    width:117px;margin-left:0px;
     background-color: #4eb7ea; display: block; height: 38px; line-height:38px; width:112px; font-size: 16px; cursor: pointer; color: #fff; border-radius: 3px; border: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-family:"微软雅黑"; float:left; margin-left:3px;
}
.btn_register:hover {
        background-color:#3d92e4
}

#btn_Agentregister {
    background-color: #67ba02; display: block; height: 38px; line-height:38px; width:112px; font-size: 16px; cursor: pointer; color: #fff; border-radius: 3px; border: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-family:"微软雅黑"; float:right;margin-right:3px;
}
#btn_qr_or_login {
    background-color: #67ba02; display: block; height: 38px; line-height:38px; width:112px; font-size: 16px; cursor: pointer; color: #fff; border-radius: 3px; border: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-family:"微软雅黑"; float:right;margin-right:3px;
}
    #btn_Agentregister:hover {
        background-color:#477925;

    }
#user_login_phone_number:hover {
    border-color:#6699FF;
}
#show_pwd:hover {
    border-color:#6699FF;
}
#ck_remeber_pwd:hover {
    border-color:#6699FF;
}
.btn {
    WIDTH: 45PX;
    height: 12px;
    BORDER-RIGHT: #7b9ebd 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #7b9ebd 1px solid;
    PADDING-LEFT: 2px;
    FONT-SIZE: 12px;
    BORDER-LEFT: #7b9ebd 1px solid;
    CURSOR: pointer;
    COLOR: black;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #7b9ebd 1px solid;
    margin-left: 5px;
}

.btn1 {
    WIDTH: 45PX;
    height: 12px;
    BORDER-RIGHT: #7b9ebd 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #7b9ebd 1px solid;
    PADDING-LEFT: 2px;
    FONT-SIZE: 12px;
    BORDER-LEFT: #7b9ebd 1px solid;
    CURSOR: hand;
    COLOR: black;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #7b9ebd 1px solid;
    background-color: #6699FF;
    margin-left: 5px;
}
.logo_top .logo_top_style .line{
    width:2px;
    height:48px;
    background:#bfbfbf;
    float:left;
    margin:5px 0px 0 60px;
}
        
.logo_top .logo_top_style .phone{
    font-size:14px;
    float:left;
    line-height:25px;
    margin-top:2px;
    margin-left:20px ;
    color:#333;
}

.logo_top .logo_top_style .phone span{
     font-size:20px;
}

.div_btn_login {
    width:245px;
    height:30px;
    font-size:16px;
    color:#fff;
    background-color:#ffae00;
    padding-top:8px;
    border-radius:3px;
    cursor:pointer;
    margin-bottom:10px;
}
    .div_btn_login:hover {
        background-color:#f66e14
    }


     #selector1{
            background:#ffffff;
        }
        .current span{
            color:black;
            font-family: "微软雅黑";
            font-size:12px;
        }
        .ui-selector .current .icon {
            width:15px;height:15px;line-height:15px;
            position:absolute;right:5px;top:10px; 
            background:url(lib/mylib/test.png) no-repeat;
        }
        .qrCode{
            border:1px solid #ddd;
            background:#8a8f93;
            height:230px;
            margin:20px 10px 20px 10px;
            position:relative;
        }

        .qrCode > .number{
            height:30px;
            width:30px;
            font-size:14px;
            line-height:30px;
            text-align:center;
            color:#fff;
            background:red;
            border-radius:30px;
            -webkit-border-radius:30px;
            -moz-border-radius:30px;
            position:absolute;
            top:50%;
            left:50%;
            margin-top:-10px;
            margin-left:-10px;
        }

        .none{
            display:none;
        }