/*---------------------------------------------------------表单form开始*/
.form_css_inc{/*电脑so-inc.asp*/
	margin-top:40px;
	margin-left:185px;
}
.form_css_inc select{/*电脑so-inc.asp
	border: 0px none #FEFAEF;
	background-color: #FEFAEF;*/
}
.form_css_wap{/*手机so-wap.asp*/
	padding: 10px;
	border: 2px solid #B39569;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #F9F5EF;
}
.form_css_wap select{/*手机so-wap.asp*/
	border: 0px none #F9F5EF;
	background-color: #F9F5EF;
}
/*---------------------------------------------------------表单form结束*/

.clear_plsm .css_plsm{/*付款查看居中*/
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.clear_plsm marquee{/*付款查看居中*/
	text-align: center;
	margin-bottom: 20px;
	line-height: 18px;
}

/*-------------------------------------------------------------内容浮窗开始*/
.black_overlay_sm{/*背景*/
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:#666666;
	z-index:1001;
	-moz-opacity:0.8;
	opacity:.80;
	filter:alpha(opacity=80);
}
.white_content_sm{/*内容窗*/
	position:absolute;
	top: 5%;
	z-index:9999;
	overflow:auto;
	word-break:break-all;
	padding: 10px;
	background-color: #F6DBBC;
	border: 4px dashed #C66300;
	background-image: url(../img/end.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.clossleiyong{/*半闭内容窗*/
	top:0%;
	left:0%;
	position:absolute;
	z-index:99999;
	width:100%;
	background-color:#FFFFFF;
	padding:2px;
}
@media screen and (min-width:900px)
{/*当屏幕最小宽度为900px时，相当于笔记本PC端，其对应的头部、尾部，内容以及内容内部包含部分的CSS代码，*/
.white_content_sm{
	padding-top: 130px;
	left:19%;
	width:50%;
}
}
@media screen and (min-width:600px) and (max-width:900px)
{/*当屏幕宽度在600~900px时，相当于平板电脑大小的设备，其对应的头部、尾部，内容以及内容内部包含部分的CSS代码，*/
.white_content_sm{
	padding-top: 90px;
	left:3%;
	width:88%;
}
}
@media screen and (max-width:600px)
{/*写当屏幕宽度在小于等于600px时，即在移动端（手机端），其对应的头部、尾部，内容以及内容内部包含部分的CSS代码，*/
.white_content_sm{
	padding-top: 90px;
	left:3%;
	width:88%;
}
}
}
/*-----------------------------------------------------------------------内容浮窗结束*/