/**
 * 春雨微信项目公共样式表
 *
 */

@charset "utf-8";
/* 清除内外边距 */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/*font-size: 62.5%;*/
	font-family: "微软雅黑";
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,figure,form,fieldset,legend,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-tap-highlight-color: transparent;
}

body,html {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	height: 100%;
	font-size: 0.7rem;
	color: #010101;
	background: #fff;
	min-width: 320px;
	max-width: 750px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

input,textarea,select,code,kbd,pre,samp {
	font-size: 100%;
	background: transparent;
/* 	appearance: none; */
/* 	-webkit-appearance: none; */
}

input,button,select,textarea {
	border: none;
	border: medium;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
em,i,cite{font-style:normal;font-weight:500}

/*去除iphone默认input样式*/
button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}
/* 重置表单button按钮效果 */
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button
	{
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
}
input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

}
/* 设置默认字体 */
body,button,input,select,textarea {
	font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}
/* 重置列表元素 */
ul,ol {
	list-style: none;
}

i{
	font-style: normal;
}

/* 重置文本格式元素 */
a {
	text-decoration: none;
	-webkit-tap-highlight-color:rgb(0,0,0,0);
	outline: none;
	color: #0a2054;
}

a:focus {
	outline: none;
}

a:hover {
	-webkit-user-select: none;
}
/* 取消a标签点击后的虚线框 */
a:active {
	outline: none;
}
img {
	width: 100%;
	border: none;
	vertical-align: middle;
}
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th {
	font-weight: normal;
}
/*清除浮动*/
.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
/*左浮动*/
.fl{
	float: left;
}
/*右浮动*/
.fr{
	float: right;
}
/*清除上下内外边距*/
.clear_marpad{
	margin-top:0px !important;
	margin-bottom:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
}
/*对于需要给a标签加下划线的class*/
.a_decoration{
	text-decoration: underline !important;
}

.textr{
	text-align: right;
}

.textl{
	text-align: left !important;
}

.textc{
	text-align: center;
}


/*箭头开始*/
.arrow_r{display: inline-block; width: 10px;  height: 10px;  overflow: hidden;margin-left:0.8rem;}
.arrow_r:before {content: '';display: block; width: 6px; height: 6px; border-left: 1px solid #bbb;border-top: 1px solid #bbb;margin: 2px 0 0 -2px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg);-ms-transform: rotate(135deg); -o-transform: rotate(135deg);transform: rotate(135deg);}
.arrow_l{display: inline-block; width: 10px;  height: 10px;  overflow: hidden;margin-left:0.8rem;}
.arrow_l:before {content: '';display: block; width: 6px; height: 6px; border-left: 1px solid #fff;border-top: 1px solid #fff;margin: 2px 0 0 -2px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg);-ms-transform: rotate(135deg); -o-transform: rotate(135deg);transform: rotate(135deg);}
.arrow_t{display: inline-block; width: 13px;  height: 10px;  overflow: hidden;margin-left:0.5rem;}
.arrow_t:before {content: '';display: block; width: 6px; height: 6px; border-left: 1px solid #bebebe;border-top: 1px solid #bebebe;margin-top:4px; margin-left: 1px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg);-ms-transform: rotate(45deg); -o-transform: rotate(45deg);transform: rotate(45deg);}
.arrow_d{display: inline-block; width: 9px;  height: 10px;  overflow: hidden;margin-left:0.8rem;}
.arrow_d:before {content: '';display: block; width: 7px; height: 6px; border-left: 1px solid #bebebe;border-top: 1px solid #bebebe; -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg);-ms-transform: rotate(225deg); -o-transform: rotate(225deg);transform: rotate(225deg);}
/*箭头结束*/

/*三角形*/
.triangle-right{width: 0;height: 0;border-top: 4px solid transparent;border-left: 6px solid #f25454;border-bottom: 4px solid transparent;}
.triangle-left { width: 0;height: 0; border-top: 4px solid transparent; border-right: 6px solid #f25454; border-bottom: 4px solid transparent;}
.triangle-down {width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 6px solid #f25454;}
.triangle-up { width: 0; height: 0; border-left: 4px solid transparent;border-right: 4px solid transparent;border-bottom: 6px solid #f25454;}
.triangle-topright {width: 0;height: 0; border-top: 6px solid #f25454; border-left: 6px solid transparent;}
.triangle-topleft {width: 0;height: 0;border-top: 6px solid #f25454;border-right: 6px solid transparent;}
.triangle-bottomleft {width: 0; height: 0;border-bottom: 6px solid #f25454; border-right: 6px solid transparent;}
.triangle-bottomright {width: 0; height: 0;border-bottom: 6px solid #f25454;border-left: 6px solid transparent;}

/*媒体查询*/
@media screen and (min-width:320px) {
	html,body,button,input,select,textarea {
		font-size: 12px;
	}
}

@media screen and (min-width:350px) {
	html,body,button,input,select,textarea {
		font-size: 13px;
	}
}

@media screen and (min-width:380px) {
	html,body,button,input,select,textarea {
		font-size: 14px;
	}
}

@media screen and (min-width:420px) {
	html,body,button,input,select,textarea {
		font-size: 15px;
	}
}

@media screen and (min-width:450px) {
	html,body,button,input,select,textarea {
		font-size: 16px;
	}
}

@media screen and (min-width:480px) {
	html,body,button,input,select,textarea {
		font-size: 17px;
	}
}

@media screen and (min-width:540px) {
	html,body,button,input,select,textarea {
		font-size: 19px;
	}
}

@media screen and (min-width:600px) {
	html,body,button,input,select,textarea {
		font-size: 20px;
	}
}

@media screen and (min-width:640px) {
	html,body,button,input,select,textarea {
		font-size: 21px;
	}
}

@media screen and (min-width:700px) {
	html,body,button,input,select,textarea {
		font-size: 22px;
	}
}

@media screen and (min-width:750px) {
	html,body,button,input,select,textarea {
		font-size: 24px;
	}
}







