.yywl_page_top{
    width: 100%;
    height: 100px;
    z-index: 102;
    position: absolute;
    top: 0px;
    padding: 20px 10% 0px 10%;
    background: #ededed40;
    border-bottom: 1px solid #9b9b9b;
}
.yywl_page_logo{
    width: 40%;
    float: left;
}
.yywl_page_logo img{
    width: 269px;
    height: 55px;
}
.yywl_page_link{
    width: 50%;
    float: right;
}
.devlogistics_auth{
    float: right;
}
.yywl_auth{
    float: right;
}
.auth{
    margin: 18px 30px;
}
.auth a{
    color: #fff;
    font-size: 0.8vw;
    text-decoration: none;
}
.login_con_bg{
	position: relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
    background: url('../img/login_all_bg.png') no-repeat center center;
    background-size: cover;
}
.login_con{
    width: 600px;
    height: 450px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -225px;
    background: #fff;
    border-radius: 20px;
}
.login_video{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow-clip-margin: content-box;
    overflow: clip;
}
.login_right{
    width: 440px;
    height: 450px;
    padding: 40px 60px;
    margin: 0 auto;
}
.login_right .form-control{
	height: 40px;
    border-radius: 5px;
	border: 1px solid #eaeaea;
}
.login_right .form-control::-webkit-input-placeholder {
	color: #ccc;
}
.login_right .form-control:focus{
	border: 1px solid #eaeaea!important;
}
.login_right input:focus{
	border: 1px solid #e76f6b;
}
.form_bloc{
    width: 100%;
    margin: 0 auto;
}
.login_code_div{
	position: absolute;
    background: #fff;
    width: 300px;
    height: 330px;
    display: none;
}
.login_code_tit{
	color: #ee6056;
    font-size: 14px;
    margin-bottom: 10px;
}
.reg_ti{
	margin-top: 40px;
	margin-bottom: 30px;
}
.reg_ti .rigs{
	cursor: pointer;
    color: #787878;
    margin-right: 25px;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    font-weight: bolder;
}
.reg_ti .rigs_focus{
	color: #ea223d;
}
.reg_ti .rigs_focus b{
    border-bottom: 3px solid #e76f6b;
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-top: 6px;
}
.login_btn{
    background: #ea223d;
    color: #fff;
    padding: 10px 13px;
    font-size: 16px;
    font-weight: bolder;
    border-radius: 8px;
}
.login_btn:hover{
	background: #f66465;
	color: #fff;
}
.code_btn{
    color: #fc5657;
    background: #fff;
    position: absolute;
    right: 0px;
    border: 1px solid #fe5657;
    outline: none;
    top: 0px;
    font-size: 14px;
    padding: 8.5px 8px;
    border-radius: 5px;
}
.code_btn:hover{
	color: #fc5657;
	background: #fff;
}
.password_phone{
    float: left;
    margin-right: 20px;
    width: 220px;
}
.remember{
    height: 20px;
}
#remember_me{
    display: inline-block;
    vertical-align: middle;
    margin-top: -3.5px;
}
.chekr{
	color: #515151;
	cursor:pointer;
	float: right;
	margin-right: 15px;
}
.reg{
	float: right;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    color: #515151;
}
.reg:hover{
    color: #515151;
}
.login_input{
	margin-bottom:20px;
	position: relative;
}
.login_input .fa{
	position: absolute;
    right: 10px;
    top: 9px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.to_index{
	position: absolute;
    display: block;
    width: 145px;
    height: 100px;
    left: 75px;
    top: 45px;
}
.footers{
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 30px 0px;
	margin: 0px;
	height: auto;
	color: #fff;
	border: 0px;
}
.h5_to_index{
    display: none;
    position: absolute;
    text-decoration: underline !important;
    right: 18px;
    color: #787878 !important;
    font-size: 18px;
    top: 10px;
}
@media (max-width:1200px){
    video{
        display: none;
    }
    .yywl_page_top{
        display: none;
    }
    .login_con {
        width: 90%;
        height: 400px;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -45%;
        margin-top: -200px;
    }
    .login_left {
        display: none;
    }
	.login_right {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 5% 10%;
	}
	.h5_to_index{
        display: inline;
    }
    .reg_ti .rigs {
        font-size: 16px;
    }
}
    
    