/**********默认样式***********/
*{
	margin: 0;	
	padding: 0;
	-webkit-overflow-scrolling: touch;
}
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100% }
iframe, frame, fieldset, img { border: 0 none }
body, input, select, button, textarea { font-size: 15px; font-family: "Source Han Sans CN";background-color: #fafafa;}
a { text-decoration: none }
a { blr:expression(this.onFocus=this.blur());transition:0.3s all; -webkit-transition:0.3s  all; }
a * { *cursor: pointer }
:focus { outline: none }

/**********移动端内容框架、初始化***********/

@media only screen and (min-width: 640px) {
.webLeft, .webRight {background: #282828 none repeat scroll 0 0;display: block;height: 100%;position: fixed;top: 0;width: calc(50% - 8rem);z-index: 999;}
.webLeft {left: 0;}
.webRight {right: 0;}
}
.g_web {left: 0;margin: 0 auto;max-width: 640px;min-height: 100%;overflow-x: hidden;top: 0;width: 100%;}


/**********隐藏滚动条***********/

.hiddened
{
	display: none;
}

/**********清除浮动***********/

.fixed:before, .clearfix:before, .cl:before, body:before, .header:before, .main:before, .footer:before, .into_tabcon .img:before
{
    content: '';
    display: table;
}
.fixed:after, .clearfix:after, .cl:after, after, .header:after, .main:after, .footer:after, .into_tabcon .img:after
{
    content: '';
    display: table;
    clear: both;
}

/**********页面动画时间***********/

html *, html *:before, html *:after
{
	-webkit-transition: 0s;
    transition: 0s;
}

/**********输入框、按钮***********/

input::-webkit-input-placeholder {
	
    color: #333;
}

input:-moz-placeholder {
	
    color: #333;
}

input:-ms-input-placeholder {
    /* IE10+ */
    color: #333;
}
.ovfhiden
{
	overflow: hidden;
	height: 100%;
}
button { cursor: pointer }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0;border: none;margin: 0;padding: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
em, cite, address,i,samp{ font-style: normal;font-family: "Source Han Sans CN";}
