@charset "utf-8";
/* CSS Document */

html,body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,dl,dt,dd,fieldset,img,q,i,em,strong,sub,sup,figure,li{margin:0;padding:0;list-style:none;font-style: normal;font-weight:normal;border:0 none;}
body{font-family:"Microsoft Yahei";line-height:1.5; margin:0 auto; min-width:320px; -webkit-text-size-adjust:none;font-size:12px;background:#fff;}

table{border-collapse:collapse;border-spacing:0;width: 100%;}
button,input,select,textarea{font-family:"Helvetica Neue",Helvetica,"STheiti","Microsoft Yahei","SimHei",Arial,Tahoma,sans-serif,serif;font-size:.813em;}
button{cursor:pointer;border:none;padding:0; background:none;}
textarea{resize:none;}
img{border:0; -ms-interpolation-mode:bicubic; vertical-align:middle;} 
a:focus,input:focus,textarea:focus{outline:none;}
a{text-decoration:none;}

.clear{zoom:1;}
.clear:after{content:"";display:block;clear:both;}
/* 右侧箭头按钮 */
.btn-back{float:left;position:relative;left:0px;width:16px;height:23px;background:none;}
.btn-back .caret {position:absolute;top:-1px;left:0px;display:block;width:16px;height:24px;overflow:hidden;}
.btn-back .caret:after{position:absolute;content:"";top:5px;left:-8px;width:10px;height:10px;
	display:block;	/*display: block;很重要，IOS下会有移位情况*/
	border:3px solid #bfbfbf;/*可更改，箭头颜色，粗细*/
	transform:rotate(45deg);/*可更改，箭头方向*/
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	}
/*气泡*/	
.bubble1{position:absolute;width:30%;color:#747474;background:#fff;font-size:1em;margin-left:70%;}
.bubble1:after{content:"\00a0";width:0;height:0;display:block;border-style:solid;border-width:8px;border-color:transparent transparent #fff transparent;position:absolute;z-index:5;top:-15px;left:75%;}


