
/* START, MAIN --------------------------------------------------------------*/
html, body{
    height: 100%;
}
body{
    background: #FFFFFF url("../../images/bg.jpg") no-repeat 0 0;
    background-size: cover;
}

.login_wrap{
    position: relative;
    width: 1030px;
    margin: -360px auto 10px;
    top: 50%;
}
.min_login_wrap{
    top: 0 !important;
    margin-top: 0 !important;
}
.login_main{
    min-height: 500px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 2px 14px #ccc;
    -moz-box-shadow: 0 2px 14px #ccc;
    box-shadow: 0 2px 14px #ccc;
    padding: 40px;
    border-radius: 25px;
}
.login_logo{
    height: 65px;
    margin-left: 40px;
}
.login_t{
    max-width: 420px;
    display: block;
    margin: 0 auto;
}




.reg_left{
    width: 330px;

}
.reg_right{
    width: 590px;
    border-left: 2px dashed #eee;
    padding-left: 70px;
}


/* START,install client--------------------------------------------------------*/
.install_client {
    width: 460px;
    min-height: 380px;
    border-right: 2px #dddfe5 dashed;
    padding-right: 24px;
}

.client_type {
    font-size: 16px;
    color: #232a4a;
    border-bottom: 2px #f2f3f8 solid;
}

.client_type li {
    height: 32px;
    line-height: 32px;
    float: left;
    padding: 0 30px;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
}

.client_type li.active,
.client_type li:hover {
    background: #e4e1dc;
    color: #a28f6b;
}

/* START,app_type----------------*/
.app_type {
    margin: 20px 0 0 70px;
}

.app_type li {
    height: 29px;
    line-height: 29px;
    float: left;
    padding: 0 18px;
    text-align: center;
    cursor: pointer;
    margin-right: 1px;
    font-size: 14px;
    background: #e4e1dc;
    color: #a28f6b;
}

.app_type li.active,
.app_type li:hover {
    background: #e5c051;
    color: #fff;
}

.app_box {
    position: relative;
    margin-top: 10px;
}

.app_install_dec {
    width: 330px;
    height: 240px;
    font-size: 14px;
    color: #938574;
}

.app_install_dec li {
    width: 100%;
    float: left;
    margin: 8px 0;
}

.app_install_dec i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #e5c051;
    color: #FFF;
    text-align: center;
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 12px;
}

.app_install_dec div {
    float: left;
    font-size: 14px;
}

.app_qr_box {
    position: absolute;
    width: 163px;
    height: 163px;
    background: url("../../images/qr_border.png") no-repeat 0 0;
    background-size: 84%;
    top: 40px;
    right: -30px;
}

#iosQrcode,
#androidQrcode {
    width: 144px;
    height: 144px;
    margin: 9px auto 0;
}

#iosQrcode img,
#iosQrcode table,
#androidQrcode img,
#androidQrcode table {
    width: 120px;
    height: 120px;
    margin: 0 !important;
}

/* END,app_type----------------*/

/* END,install client--------------------------------------------------------*/



.part_link{
    width: 430px;
    overflow: hidden;
}
#speeding{
    line-height: 32px;
    font-size: 14px;
}
#speeding img{
    vertical-align: middle;
    margin-right: 5px;
}
#speed{
    font-size: 16px;
}
#speed span{
    color: #e5c051;
}
#list{
    font-size: 16px;
}
#list dd{
    height: 40px;
    margin-top: 15px;
    color: #333;
}

#list dd em{
    width: 75px;
    height: 40px;
    line-height: 40px;
    background: #ede7e6;
    text-align: center;
    border-radius:3px 0 0 3px ;
}
#list dd p{
    width: 230px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e7ed;
    padding: 0 10px;
    border-radius:0 3px 3px 0;
}

#list dd a{
    width: 95px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e5c051;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

#list dd a:hover{
    background: #eec13b;
}

#reload{
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e5c051;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
    border-radius: 6px;
    margin: 30px auto 0;
    display: block;
}


#reload:hover{
    background: #eec13b;
}


.browser {
    margin-top: 30px;
}

.browser p {
    margin: 21px 10px 0 35px;
    font-size: 18px;
}
.browser_list{
    margin-top: 10px;
}
.browser_list a{
    float: left;
    width: 47px;
    height: 47px;
    background-image: url(../../images/register/browser.png);
    background-repeat: no-repeat;
    text-indent: -999px;
    margin-right: 14px;
    overflow: hidden;
    opacity: 0.8;
}
.browser_list a:hover{
    opacity: 1;
}

.browser_list a.browser_chrome{
    background-position:  1px 0px;
}
.browser_list a.browser_firefox{
    background-position:  -63px 0;
}
.browser_list a.browser_safari{
    background-position:  -128px 0;
}
.browser_list a.browser_ie{
    background-position:  -192px 0;
}




.login_pc_client{
    text-align: center;
    margin-top: 50px;
}
.login_download_client {
    width: 180px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #e5c051;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
    border-radius: 26px;
    display: block;
    margin: 20px auto 0;
}
.login_download_client:hover{
    background: #eec13b;
}

.c_red{
    color: red;
}


.login_pc_client img{
    width: 198px;
}
