
/*重置*/
*{margin:0px;padding:0px;}
ul,ol{list-style:none;}
div,ul,ol.li,dl,dt,dd{zoom:1;}
div:after,ul:after,ol:after,dl:after,dt:after,dd:after,li:after{content:".";display:block;clear:both;height:0;visibility:hidden;}
input{vertical-align:-2px;_vertical-align:0px;margin:0px 4px 0px 0px;outline:none;}
input,textarea{resize:none;outline:none;margin:0;padding:0px;border:0px;}
/*weidunIco*/
.weidunClose,
.weidunTipIco{background:url("../image/weidunIco8.png") no-repeat;}
/*weidunWrap*/
.weidunWrap{position:absolute;left:50%;top:50%;margin-left:-200px;margin-top:-110px;width:400px;background:#fff;font-family:"Microsoft YaHei";border:1px solid #d9d9d9;
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.2);
	   -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.2);
	        box-shadow:0px 0px 3px rgba(0,0,0,0.2);
	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
	        border-radius:6px;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
	        transition:all 0.5s;
}
.weidunWrap:hover{
	-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
	   -moz-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
	        box-shadow:0px 0px 6px rgba(0,0,0,0.3);
}
.weidunWrap a,.weidunWrap a:hover{
	color:#ff8400;
}
.weidunWrap .orange{color:#fa7f1f!important;}
.weidunWrap .green{color:green!important;}
.textCenter{text-align:center!important;}
.weidunWrap h2{position:relative;overflow:hidden;padding:0px 20px;height:40px;line-height:40px;font-weight:normal;font-size:15px;background:#f5f5f5;border-bottom:1px solid #ededed;
	background:-webkit-linear-gradient(top,#f2f2f2,#e7e7e7);
	background:-moz-linear-gradient(top,#f2f2f2,#e7e7e7);
	background:linear-gradient(top,#f2f2f2,#e7e7e7);
}
.weidunWrap h2 span{font-weight:bold;color:#666;
	text-shadow:1px 1px 0px rgba(255,255,255,1);
}
a.weidunClose{position:absolute;right:15px;top:10px;width:20px;height:20px;text-indent:-9999px;background-position:0px -100px;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
	        transition:all 0.5s;
}
a.weidunClose:hover{
	-webkit-transform:rotate(90deg);
	   -moz-transform:rotate(90deg);
	        transform:rotate(90deg);
}
.weidunWrap h4{font-size:15px;line-height:1.6;font-weight:bold;text-align:center;}

.weidunContent{padding:20px 30px;color:#666;}
.weidunMain{position:relative;font-size:14px;line-height:1.7;}
.weidunMain h3{font-weight:bold;font-size:16px;padding:3px 0px;}
.weidunMainSetIco .weidunInfor{padding:0px 0px 0px 70px;}
.weidunTipIco{display:block;position:absolute;left:0px;top:0px;width:41px;height:41px;text-indent:-9999px;background-position:0px -99999px;
	-webkit-animation:zoomEle 0.5s ease-in-out infinite alternate ;
	   -moz-animation:zoomEle 0.5s ease-in-out infinite alternate ;
	        animation:zoomEle 0.5s ease-in-out infinite alternate ;
}
.weidunTipIcoErro{background-position:0px 0px;}
.weidunTipIcoRight{background-position:0px -51px;}
/*图标放大*/
@-moz-keyframes 'zoomEle'{
    0%{-moz-transform:scale(1)}
    100%{-moz-transform:scale(1.1)}
}
@-webkit-keyframes zoomEle{
    0%{-webkit-transform:scale(1)}
    100%{-webkit-transform:scale(1.1)}
}
@keyframes zoomEle{
    0%{transform:scale(1)}
    100%{transform:scale(1.1)}
}
/*weidunBtn*/
.weidunBtn{text-align:center;padding:20px 0px 2px;}
.weidunBtn a{display:inline-block;overflow:hidden;margin:0px 5px;padding:0px 20px;height:28px;line-height:28px;font-size:14px;color:#fff!important;text-decoration:none;
	background:#fc6e2b;
	background:-webkit-linear-gradient(top,#fc6e2b,#ff874e);
	background:-moz-linear-gradient(top,#fc6e2b,#ff874e);
	background:linear-gradient(top,#fc6e2b,#ff874e);

	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;

	-webkit-text-shadow:1px 1px 0px rgba(0,0,0,0.2);
	   -moz-text-shadow:1px 1px 0px rgba(0,0,0,0.2);
	        text-shadow:1px 1px 0px rgba(0,0,0,0.2);
}
.weidunBtn a:hover{
	color:#fff!important;
	background:#ff874e;
	background:-webkit-linear-gradient(top,#ff874e,#fc6e2b);
	background:-moz-linear-gradient(top,#ff874e,#fc6e2b);
	background:linear-gradient(top,#ff874e,#fc6e2b);
}
.weidunBtn a.grayLink{
	background:#cccccc;
	background:-webkit-linear-gradient(top,#cccccc,#c1c1c1);
	background:-moz-linear-gradient(top,#cccccc,#c1c1c1);
	background:linear-gradient(top,#cccccc,#c1c1c1);
}
.weidunBtn a.grayLink:hover{
	background:#c1c1c1;
	background:-webkit-linear-gradient(top,#c1c1c1,#cccccc);
	background:-moz-linear-gradient(top,#c1c1c1,#cccccc);
	background:linear-gradient(top,#c1c1c1,#cccccc);
}

/*weidunCoder*/
.weidunCoder{padding:10px 0px 0px;}
.weidunCoder span{display:block;}
.weidunCoder span.weidunCoderTit{float:left;margin-right:10px;overflow:hidden;height:26px;line-height:26px;font-size:14px;}
.weidunCoderBox{overflow:hidden;zoom:1;}
.weidunCoderBox span.weidunCoderInput{margin-bottom:3px;padding:3px 6px;height:20px;border:1px solid #aaa;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
	        transition:all 0.5s;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
}
.weidunCoderBox span.weidunCoderInput input{display:block;float:left;width:95%;height:20px;line-height:20px;border:0px;outline:none;color:#a1a1a1;}
.weidunCoderBox span.weidunCoderInput:hover{border:1px solid #333;color:#333;}
.weidunCoderBox span.weidunCoderInput:hover input{color:#333;}

.weidunCoderWrite{padding:5px 0px 0px;}
.weidunC{height:20px;line-height:20px;color:red;}