
/*login*/

.Log_body{
    background-image:url(/static/image/login/bg.jpg);
    background-size:100% 100%;
    width:100%;height:100%;
    position:absolute
}
.Log_body_con{
    width:90%;
    max-width: 500px;
    margin:0 auto;
}
.Log_logo{
    max-width: 80px;
    max-height: 80px;
}
.Log_intro{
    margin:20px 0 20px 0;
    line-height: 50px;
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    padding: 0 5px;
}
.Log_part{
    margin:20px auto;line-height:37px;
}
.Log_part_2{
    margin:0 auto;line-height:37px;
}
.Log_part_a{padding:0 15px 0 0;}
.Log_part_b{padding:0 15px 0 0;}
.ic_user{
    width:auto;height:26px;
}
.Log_input{
    width:100%;background-color:rgba(255,255,255,0.2);
    height:37px;border:none;line-height:35px;
    border-radius:5px;padding:0 15px;outline:none
}
.Log_input:active{
    border:1px solid #BCBCAD
}
.Log_input:hover{
    border:1px solid #BCBCAD
}
.Log_input::-webkit-input-placeholder{ color: #BCBCAD;}
.Log_input::-moz-placeholder{ color: #BCBCAD;}
.Log_input:-ms-input-placeholder{ color: #BCBCAD;}

.Log_btn{
    width:100%;height:37px;line-height:37px;background-color:#00AFFF;
    margin:0 0 0 0;border:none;border-radius:5px;
}
.Log_btn:active{
    background-color: #0084C4;
}
.Log_btn_dis{
    background-color: #AAE3FF;
}

.Log_downloadBox{
    margin: 0 auto;
}
.Log_android{
    height:60px;
    width:180px;
    background-color: #B3CD4B;
    border-radius: 5px;
    margin:10px 0;
    float:left;
}
.Log_android:active{
    background-color: #9EB933
}
.Log_windows{
    min-height:60px;
    width: 100%;
    background-color: #04AEDA;
    border-radius: 5px;
    margin:10px 0;
    float: left;
    padding: 5px 0;
    line-height: 75px;
}
.Log_mac{
    min-height: 60px;
    width: 100%;
    background-color: #323233;
    border-radius: 5px;
    margin: 10px 0;
    float: left;
    padding: 5px 0;
    line-height: 75px;
    color: #D6D6D6;
}
.Log_mac_text_btn{
    padding: 0 15px;
    min-height: 30px;
    line-height: 30px;
    color: black;
    margin: 5px;
    border-radius: 5px;
    color: #1D1D1F;
    background: #f5f5f7;
    width: auto;
}
.Log_mac_text_btn:active{
    background-color: #D6D6D6;
}


.Log_android_icon{
    padding:0 15px 0 20px;
    font-size: 35px;
}
.Log_android_text{
    line-height:20px;
    padding: 15px;
}
.Log_Code_btn{
    height:37px;top:0;right:15px;
    background-color:#00AFFF;
    outline:none;
    border:none;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    width:130px;
}
.Log_Code_btn:active{
    background-color: #0084C4;
}
.Log_input_password{
    width:100%;background-color:rgba(255,255,255,0.2);
    height:37px;border:none;line-height:35px;
    border-radius:5px;padding:0 135px 0 15px;
    outline:none
}
.Log_input_password:active{
    color: orange;
}
.Log_input_password:active{
    border:1px solid #BCBCAD
}
.Log_input_password:hover{
    border:1px solid #BCBCAD
}
.Log_input_password::-webkit-input-placeholder{ color: #BCBCAD;}
.Log_input_password::-moz-placeholder{ color: #BCBCAD;}
.Log_input_password:-ms-input-placeholder{ color: #BCBCAD;}

.Log_android_btn_box{
    line-height: 20px;
    margin: 0 0 0 0 ;
}
.Log_android_text_btn{
    padding: 0 15px;
    min-height: 30px;
    line-height: 30px;
    background: white;
    color: black;
    margin: 5px;
    border-radius: 5px;
    color: white;
    background: #095B98;
    width: auto;
}
.Log_android_text_btn:active{
    background-color: #C5C5C5;
}
@media screen and (min-width:1200px){
    .Log_windows{ float:left}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .Log_windows{ float:left}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .Log_windows{ float:left}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
    .Log_windows{ float:left}
}
@media only screen and (max-width: 479px) {
    .Log_windows{ float:left}
}