﻿/* - - - - - - - - - 各浏览器样式默认值标准化  - - - - - - - - -*/
html,body,span,object,iframe,h1,h2,h3,h4,h5,p,pre,
a,address,code,
del,em,img,dl,dt,dd,ol,ul,li,
fieldset,form,label{
margin:0;padding:0;border:0;
font-style:inherit;font-family:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,audio,video{margin:0;padding:0;display: block;}
img{border:none;vertical-align:middle;}
button{cursor:pointer;}
textarea{resize:none;}
/*去除获取焦点后的高光边框*/
input:focus,textarea:focus,button:focus{outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}
/*去除IE10+文本框后面的差号*/
input::-ms-clear{display: none;}
/*去除input[type=number]文本框增减按钮*/
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none!important; margin: 0;}
/* ISO系统按钮兼容样式 */
input[type=button],input[type=submit],input[type=reset],input[type=text],input[type=file],button{-webkit-appearance:none; border-radius:0;}
html{height:100%;-webkit-text-size-adjust:none;}
body{height:100%;min-width:300px;max-width:1080px;margin:0 auto;font-size:62.5%;background-color:#f0f1f5;font-family:Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;}
ul,ol{list-style-type:none;}
em,address{font-style:normal;}
a{text-decoration:none;color:#666666;}
/*链接样式*/
a:link{}	
/*去除获得焦点默认背景色*/
a:focus{-webkit-tap-highlight-color: transparent;}
a:hover{}	/*鼠标悬停时*/
a:active{transition:color 200ms linear 0s,background-color 200ms linear 0s,border-color 200ms linear 0s;color:#f00000;outline:none;}
a:visited{}/* 访问过 */
.clear{ display:block;height:0; line-height:0;overflow:hidden; clear:both;font-size:0;}/*清除浮动*/
input,select,textarea,button{vertical-align:middle;margin:0;padding:0;outline:none;font-family:Arial,'Microsoft YaHei', Helvetica, sans-serif;box-sizing:border-box;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color: #b0b0b0; } 
input:-moz-placeholder,textarea:-moz-placeholder {color: #b0b0b0;} 
input::-moz-placeholder,textarea::-moz-placeholder {color: #b0b0b0;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #b0b0b0;}
/*  - - - - - - - - - 常用类样式  - - - - - - - - -*/
/*图片全尺寸*/
.photo_fullsize{display:block;overflow:hidden;}
.photo_fullsize img{display:block;width:100%;height:100%;}	
/*图片自适应尺寸*/
.photo_autosize{text-align:center;display:block; overflow:hidden;}
.photo_autosize::after{height:100%;width:0;overflow:hidden; font-size:0; line-height:0;display:inline-block;vertical-align:middle;content:""; }
.photo_autosize img{max-width:100%;max-height:100%;min-width:50%;min-height:50%;}
/*图片自适应全尺寸*/
.photo_autofullsize{ overflow:hidden; display:block;background-size:cover!important}
.photo_autofullsize img{ display:none;}
/*加载效果*/
#loading{position:fixed;left:0px;top:0px;bottom:0px;right:0px;z-index:150000;}
.loading_top{position:absolute;width:100%;height:52%;background:#fff;top:0px;}
.loading_bom{position:absolute;width:100%;height:52%;background:#fff;bottom:0px;}
.spinner { margin: 0 auto; width: 150px;text-align: center; position:absolute;top:50%;left:50%;margin-left:-75px;}
.spinner > div {width: 20px;height: 20px;  background-color: #ff0151;border-radius: 100%;display: inline-block;-webkit-animation:bouncedelay 1.4s infinite ease-in-out;  animation: bouncedelay 1.4s infinite ease-in-out;  -webkit-animation-fill-mode:both;animation-fill-mode: both;}
.spinner .bounce1 {-webkit-animation-delay: -0.32s;animation-delay: -0.32s;}
.spinner .bounce2 {-webkit-animation-delay: -0.16s;animation-delay: -0.16s;}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
  0%, 80%, 100% { 
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
  } 40% { 
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
  }
}
	#main_content{overflow-x:hidden;position:fixed;top:0px;bottom:0px;overflow:auto;width:100%;max-width:1080px; box-sizing:border-box;-webkit-overflow-scrolling: touch;}
@font-face {
	font-family:'SF Pro SC';
	font-style:normal;
	font-weight:400;
	src:url("font/PingFangSC-Regular.eot");
	src:url("font/PingFangSC-Regular.woff")format("woff"), url("font/PingFangSC-Regular.ttf") format("truetype");
}

@font-face {
	font-family:'SF Pro Text';
	font-style:normal;
	font-weight:400;
	src:url("font/sf-pro-text_regular.eot");
	src: url("font/sf-pro-text_regular.woff")format("woff"), url("font/sf-pro-text_regular.ttf") format("truetype");
}
