﻿.requ_fu{ display: none; width: 290px; position:fixed;top:50%!important;left:50%!important;transform: translateX(-50%) translateY(-50%); background:#ececec; padding: 20px; border-radius: 4px;border: 1px solid #eee;z-index:999;align-items:center;justify-content:center;flex-direction: column;}
.requ_fu p{ line-height: 24px;}

.re_ok{ cursor: pointer;  background: #004898; color: #fff; min-width:50px; height: 30px; line-height: 30px; text-align: center; margin: auto; margin-top: 20px;}
.re_ok:hover{ opacity: 0.8}
.re_close{cursor: pointer; position: absolute; top:-15px; right:-15px; width: 30px; height: 30px; text-align: center; line-height: 30px; border-radius: 50%; background: #ccc; }
.re_close:hover{ background: #004898; color: #fff;}

/*登录弹层*/
.dialogloginmask {
	background: #000;
	filter: alpha(opacity=10);
	opacity: .4;
	left: 0px;
	top: 0px;
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 1000;
	display: none;
}	
.dialogloginblank {
	width: 430px;
	height: auto;
	background: #fff;
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 10000;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	display: none;
}
			
.dialoglogin_bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f8f8f8;
	font-size: 14px;
	color: #333;
	width: 430px;
	height: 40px;
	box-sizing: border-box;
	padding: 0 14px;
	font-weight: bold;
}
			
.dialoglogin_img {
	width: 14px;
	height: 14px;
	display: flex;
	padding: 3px;
}
			
.signinbtn {
	width: 100%;
	height: 36px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: #004898;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}
			
.inputflex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #333;
}
			
.dialoglogin_info {
	width: 430px;
	box-sizing: border-box;
	padding: 24px 40px;
}
			
.dialog_inputvalue {
	width: 100%;
	border: 1px solid #e7e7e7;
	height: 32px;
	margin-bottom: 20px;
}
			
.inputtitleblue {
	font-size: 14px;
	color: #004898;
}
			
.joinfreetxt {
	padding-top: 24px;
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
	color: #004898;
}
span.valid_message
{
    width: auto;
    text-align: center;
    position: absolute;
    top: -15px;
    right: 0;
    color: #c90915;
    font-size: 12px;
    background: #ffefef;
    border-radius: 5px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
}
.posrelative
{
    position: relative; 
}
/*登录弹层 end*/



@media only screen and (max-width:700px) 
{ 
    .dialogloginblank{
        width: 90%;
        box-sizing: border-box;
    }
    .dialoglogin_info{
        width: 100%;
        padding: 24px;
    }
    .dialoglogin_bar{
        width: 100%;
    }
}

@media only screen and (max-width:530px){ 
}


@media only screen and (max-width:490px){
 
}
@media only screen and (max-width:460px){ 

}

@media only screen and (max-width:400px){
    
}

@media only screen and (max-width:374px) 
{  
    .dialogloginblank{
        width: 90%;
        box-sizing: border-box;
    }
    .dialoglogin_info{
        width: 100%;
        padding: 24px;
    }
    .dialoglogin_bar{
        width: 100%;
    }
}
