html, body, div, span, header,  applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend{
margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit;  text-align: left;vertical-align: baseline; }
body{font-size: 100%;color: #555;}
i{font-style: normal;}
*{margin: 0;padding: 0;	box-sizing: border-box;	font-family: Arial, '微软雅黑';}
img {border:none; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;vertical-align: top;}
input[type='button']{-webkit-appearance:none;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}
/* 基础样式----------------------------------------*/
body{text-align:center; width:100%; position: relative;  }
/*--- 链接样式 ---*/
a{text-decoration:none; color: #6e7d8b;}
a:hover, a:active{text-decoration: none;}
ul{ list-style-type:none;}
ul, li {list-style: none;}
blockquote {margin: 0 0 18px 18px; font-style: italic;}
strong {font-weight:bold;}
em {font-style:italic;}
/* 常用样式----------------------------------------*/
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.center{width: 1200px; margin: 0 auto;}
.center1300{max-width: 1300px; width: 100%;  margin: 0 auto;}
.payment_item8,.about,.process,.advantage,.contact_box,footer,a,p,span,div{	font-family: Arial, '微软雅黑';}
.cursor{cursor: pointer;}
.hide{display: none;}
.fixed{position: fixed; top: 0; left: 0;}


textarea,select,input[type="text"],input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    appearance:none;
    outline:none;
	border: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    border-radius:0;
    background: none;
}
input[type="button"],input[type="submit"],input[type="reset"],input[type="text"]{-webkit-appearance:none;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0;}


@media screen and (min-width:375px){
	html{		/* iPhone6的375px尺寸作为16px基准，414px正好18px大小, 600 20px */
	font-size:calc(100% + 2 * (100vw - 375px) / 39);font-size:calc(16px + 2 * (100vw - 375px) / 39);}
}
@media screen and (min-width:414px){
	html{		/* 414px-1000px每100像素宽字体增加1px(18px-22px) */
	font-size:calc(112.5% + 4 * (100vw - 414px) / 586);font-size:calc(18px + 4 * (100vw - 414px) / 586);}
}
@media screen and (min-width:600px){
	html{		/* 600px-1000px每100像素宽字体增加1px(20px-24px) */
	font-size:calc(125% + 4 * (100vw - 600px) / 400);font-size:calc(20px + 4 * (100vw - 600px) / 400);}
}
@media screen and (min-width:1000px){
	html{		/* 1000px往后是每100像素0.5px增加 */
	font-size:calc(137.5% + 6 * (100vw - 1000px) / 1000);font-size:calc(22px + 6 * (100vw - 1000px) / 1000);}
}
@media screen and (max-height:560px){
	.myZj_start-trade{
		padding: 1% 5%!important;
	}
	.fbZj_success_contain_img{
		padding-top: 10%!important;
	}
	.myZj-loginNew-other{
		margin: 5% auto 0!important;
	}
	.myZj_login_methods{
		padding-top: 0!important;
	}
}	
