
@font-face {
	font-family: 'PingFangSC-Medium';
	src: url('../font/PingFangSC-Medium.ttf');
}
body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font: normal 100% Helvetica, Arial, sans-serif;
	font-family: "PingFangSC-Medium";
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	background: 0;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

textarea {
	resize: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
	color: #212121;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-variant: normal;
}

iframe {
	display: block;
}

 input::-webkit-input-placeholder{
	color:#8E98A0;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#8E98A0;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#8E98A0;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#8E98A0;
}


.clear {
	zoom: 1;
}

.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clear-p-t {
	padding-top: 0 !important;
}

.clear-margin {
	margin: 0 !important;
}

.clear-b-margin {
	margin-bottom: 0 !important;
}

.wrap {
	min-width: 900px;
	max-width: 1920px;
	display: block;
	overflow: hidden;
}

.flag_num {
	color: #848484 !important;
	font-size: 14px;
}

/* 头部 */
.head {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto;
    height: 102px;
}
.meau {
    display: flex;
    height: 102px;
    line-height: 102px;
}
.head .left img {
    margin-top: 24px;
	width: 125px;
}
.meau li {
	margin-right: 100px;
	font-size: 21px;
	font-weight: 600;
	color: #212121;
}
.meau li:last-child {
	margin-right: 0;
}
.login,.register {
	border-radius: 20px;
	padding: 8px 28px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}
.login {
	color: #fff;
	background-color: #043584;
}
.register {
	color: #043584;
	border: 2px solid #043584;
}

/* 尾部 */
#foot {
	margin-top: 69px;
	width: 100%;
	background-color: #f6f7fb;
}
.foot {
	width: 1280px;
	margin: 0 auto;
	padding: 53px 0 26px 0;
	font-size: 17px;
	font-weight: 500;
	color: #848484;
	line-height: 24px;
}
.copyRight {
	padding-top: 83px;
	font-size: 14px;
	font-weight: 500;
	color: #848484;
}

/* 注册登录 */
.agreement {
	width: 333px;
}
.agree {
	font-size: 12px;
	color: #8E98A0;
	margin-left: 6px;
}
.regulations{
	color: #313435 ;
	font-size: 14px;
}
.goLogin {
	width: 333px;
	background-color: #0033A0;
	color: #FFFFFF;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
}
.msg {
	text-align: center;
}
.no {
	color: #8E98A0;
	font-size: 16px;
}
.yes {
	color: #0033A0;
}

@media only screen and (min-width: 900px) and (max-width: 1300px) {
	.head {
	    width: 900px;
	    height: 92px;
	}
	.meau {
	    height: 92px;
	    line-height: 92px;
	}
	.head .left img {
	    margin-top: 20px;
		width: 100px;
		height: auto;
	}
	.meau li {
		margin-right: 60px;
		font-size: 19px;
	}
	.login,.register {
		border-radius: 20px;
		padding: 6px 25px;
		font-size: 16px;
	}
	
	
	#foot {
		margin-top: 69px;
	}
	.foot {
		width: 900px;
		padding: 53px 0 26px 0;
		font-size: 15px;
		line-height: 24px;
	}
	.copyRight {
		padding-top: 73px;
		font-size: 12px;
	}
	.flag_num {
		color: #848484 !important;
		font-size: 12px;
	}
}

@media only screen and (max-width: 950px) {
	.head {
	    width: 700px;
	    height: 82px;
	}
	.meau {
	    height: 82px;
	    line-height: 82px;
	}
	.head .left img {
	    margin-top: 25px;
		width: 80px;
		height: auto;
	}
	.meau li {
		margin-right: 40px;
		font-size: 16px;
	}
	.login,.register {
		border-radius: 20px;
		padding: 5px 20px;
		font-size: 14px;
	}
	

	#foot {
		margin-top: 69px;
	}
	.foot {
		width: 700px;
		padding: 53px 0 26px 0;
		font-size: 14px;
		line-height: 24px;
	}
	.copyRight {
		padding-top: 63px;
		font-size: 10px;
	}
	.flag_num {
		color: #848484 !important;
		font-size: 10px;
	}
}

