@charset "utf-8";


a img,img,iframe{border:none;}
a span,form label{cursor:pointer;}
ul,li{list-style:none outside;}
table{border-collapse:collapse;border-spacing:0;}
caption,th,td{text-align:center;font-weight:normal;}

q:before,q:after,blockquote:before,blockquote:after{content:"";}
blockquote,q{quotes:"" "";}h1{font-size:20px;font-weight:normal;}

h4,h5,h6{font-size:100%;}
h6{font-weight:normal;}
textarea{resize:none;}



.clearfix:after,.wrapper:after,.wrapBox:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
*html .clearfix,*html .wrapper,*html .wrapBox{zoom:1;}
*:first-child+html .clearfix,*:first-child+html .wrapper,*:first-child+html .wrapBox{zoom:1;}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{border:none;padding:0;}
/*mytips*/
.ui-mask{background-color:#000;opacity:0.5;filter:alpha(opacity=50);width:100%;height:100%;position:fixed;_position:absolute;left:0;top:0;z-index:9999998;display:none;}
.change_success,.change_error{
	width:66%; text-align: center; padding: 8% 5%; background:white; font-size:0.8em; position:fixed; left:50%; top:50%; border-radius:10px; z-index:1000; margin-left:-35%; margin-top: -90px; display: none; box-sizing: border-box;text-indent: -1em; 
}
.change_success{color:#000;}
.change_error{color:#666;}
.change_success a,.change_error a{font-size:14px;color:#F85E90;}
.change_success i{
	float:left;
	display:block;
	width:30px;
	height:30px;
	margin-top:10px;
	margin-right:10px;
	background:url("../images/new_ico.png") no-repeat 0 0;
}
.change_success .send_close, .change_error .send_close{
	position:absolute;
	width:34px;
	height:34px;
	background:url("../images/send_close.gif") no-repeat;
	right:-10px;
	top:-15px;
	cursor: pointer;
}
.change_error i{
	float:left;
	display:block;
	width:30px;
	height:30px;
	margin-top:10px;
	margin-right:10px;
	background:url("../images/new_ico.png") no-repeat -30px 0;
}
/*
本代码由素材家园收集并编辑整理;
尊重他人劳动成果;
转载请保留素材家园链接 - www.sucaijiayuan.com
*/