@charset "UTF-8";

/* CSS Document */


/* reset */

body,
html {
	height: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	padding: 0px;
	margin: 0px;
	list-style: none;
	outline: none;
	font-size: system;
	border: 0 none;
	text-decoration: none;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);  /*点击出去背景颜色*/
}
body {
	/*font-family: "microsoft yahei", "SimHei", "Helvetica Neue", Arial, "Droid Sans", sans-serif;*/
	font-family: "San Francisco", "Noto SansCJK", "Rotobo","Montserrat";
	color: #333;
	overflow-x: hidden;
	background: #f5f5f5;
	font-size: 1rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	width: 100%;
}

em,
strong,
th,
b,
i {
	font-style: normal;
	font-weight: normal;
}

th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

textarea,
select,
button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="radio"] {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	/*-webkit-appearance: none;*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img,
input,
label,
button {
	vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

input,
textarea {
	outline: 0;
	resize: none
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/**去除默认的滚动条***/

::-webkit-scrollbar{
	width: 0;
}

/**清除谷歌浏览器下的 search 叉号**/

input::-webkit-search-cancel-button {
	display: none;
}


/**清除IE下的 search 叉号**/

input[type=search]::-ms-clear {
	display: none;
}



/* fontsize reset */

@media only screen and (min-width:320PX) and (max-width:360PX) {
	html {
		font-size: 13.65PX
	}
}

@media only screen and (min-width:360PX) and (max-width:375PX) {
	html {
		font-size: 15.36PX
	}
}

@media only screen and (min-width:375PX) and (max-width:390PX) {
	html {
		font-size: 16PX
	}
}

@media only screen and (min-width:390PX) and (max-width:414PX) {
	html {
		font-size: 16.64PX
	}
}

@media only screen and (min-width:414PX) and (max-width:640PX) {
	html {
		font-size: 17.664PX
	}
}

@media screen and (min-width:640PX) {
	html {
		font-size: 27.31PX
	}
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}


/* common */

input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0;
}

a.hidefocus,
a:active,
a:focus,
.hidefocus:focus,
input[type=button],
input[type=submit] {
	outline: none;
	-moz-outline: none;
}

input:-moz-placeholder {
	color: #ccc;
}

input:-ms-input-placeholder {
	color: #ccc;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

button.hidefocus::-moz-focus-inner {
	border: none;
}

a:link,
a:visited,
a:active {
	text-decoration: none
}

a:hover {
	text-decoration: none;
}

a,
input,
button,
select,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*苹果手机按钮和输入框默认样式清除*/

input[type="text"],
input[type="password"],
input[type="email"] {
	-webkit-appearance: none;
	padding: 0;
}


/*尾部公共部分*/

footer {
	background: #FF0000 !important;
	width: 100%;
	height: 3.675rem;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	box-shadow: 6px 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 6px 0 10px rgba(0, 0, 0, 0.1);
	/*border-top: 1px solid #e5e5e5;*/
}

footer ul {
	font-size: 0.75rem;
	overflow: hidden;
}

footer ul li {
	float: left;
	width: 25%;
	text-align: center;
	color: #666;
	position: relative;
}

footer ul li a {
	display: block;
	color: #ffffff;
	height: 3.675rem;
}

footer ul li a p {
	font-size: 0.75rem;
	padding: 0;
	margin-top: 5px;
}

footer ul li a img {
	width: 1.5rem;
	margin-top: 0.8rem;
}

footer ul li .num {
	position: absolute;
	background: #fd333c;
	color: white;
	font-size: 0.75rem;
	top: 15%;
	left: 52%;
	height: 1rem;
	line-height: 1.2rem;
	padding: 0 0.3rem;
	border-radius: 30px;
	border: 1px solid white;
	box-sizing: initial;
	-webkit-box-sizing: initial;
	font-family: "微软雅黑";
	min-width: 0.44rem;
}


/*尾部公共部分*/


/*头部公共部分*/

header {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	background: #FF0000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	padding: 0 2.5%;
}

header .headLeft {
	display: inline-block;
	float: left;
	position: absolute;
	top: 0;
	left: 0.5rem;
	z-index: 2;
	/*border: 1px solid red;*/
	width: 10%;
	text-indent: 3.5%;
}

header .headLeft img {
	width: 0.7125rem;
	height: 1.35rem;
}

header .headRight {
	position: absolute;
	top: 0;
	right:3.5%;
	color: #fff;
	font-size: 1.05rem;
	text-align: center;
	z-index: 2;
}

header .text {
	float: left;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 1.275rem;
	height: 3rem;
	line-height: 3rem;
}

header .headRight img {
	width: 1.2375rem;
	height: 0.3375rem;
}
header .headRight a{
	color: #fff;
}
header .headRight a.link{	
	display: inline-block;
}
/*头部点击展开连接*/
header .header_link{
	position: absolute;
	top: 2.4rem;
	right:-0.6rem;
	width: 9rem;
	height:12rem;
	background: #fff;
	z-index: 2;
	box-shadow: 0 0 16px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,0.2);
	border-radius: 0.375rem;
	display: none;
}
header .header_link:before{
	content: "";
	position: absolute;
	right: 0.9rem;
	top: -0.4rem;
	width: 0;
    height: 0;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-bottom: 0.6rem solid white;
}
header .header_link li{
	height: 3rem;
	line-height: 3rem;
	border-bottom: 1px solid #cccccc;
	width: 93%;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
header .header_link li a{
	display: inline-block;
	width: 100%;
	text-indent: 0.75rem;
	color:white;
}
header .header_link li:last-child{
	border-bottom: none;
}
header .header_link li a img{
	width: 1.2375rem;
	height: 1.2375rem;
}
header .header_link li a span{
	vertical-align: middle;
	color: #333333;
	margin-left: 0.3rem;
	font-size: 0.9rem;
}
header .header_link li a div.num{
	position: absolute;
	top: 1.1rem;
	right: 0.3rem;
	background: #fd333c;
	font-size: 0.9rem;
	padding: 0 0.2625rem;
	line-height: initial;
	height: 1rem;
	border-radius: 30px;
	text-indent: 0;
}
/*头部公共部分*/

#container {
	width: 95.3125%;
	margin: 0 auto;
}

.clear_both {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 3.7rem 0 4rem 0;
	margin-right: auto;
	margin-left: auto;
}


/*为空*/

.dd_none {
	width: 100%;
	text-align: center;
	margin-top: 2.85rem;
}

.dd_none img {
	width: 12rem;
	height: 7.8375rem;
}

.dd_none p {
	font-size: 0.9rem;
	margin-top: 0.75rem;
}

.dd_none a {
	display: inline-block;
	height: 2.4rem;
	line-height: 2.4rem;
	text-align: center;
	width: 12rem;
	background: #FF0000;
	color: #fff;
	margin-top: 1rem;
	border-radius: 0.375rem;
	box-shadow: 8px 4px 10px rgba(61, 187, 43, 0.4);
	-webkit-box-shadow: 8px 4px 10px rgba(61, 187, 43, 0.4);
}

/*提示*/
.tishi{
	color: #f62929;
	font-size: 0.85rem;
	margin-top: 0.8rem;
}
/*提交按钮*/
#btn{
	width: 100%;
	margin-top: 1.5rem;
	height: 2.625rem;
	line-height: 2.625rem;
	color: #fff;
	font-size: 1.05rem;
	background: #FF0000;
	border-radius: 0.375rem;
	border: none;
	box-shadow: 4px 4px 10px rgba(253,51,60,0.4);
	-webkit-box-shadow: 4px 8px 20px rgba(253,51,60,0.4);
}

/*添加成功提示层*/
.lh_tip{width:210px; height:auto; background:rgba(0,0,0,0.7); border-radius:3px; padding:10px; position: fixed; left:53%; top:50%; margin:-31px 0 0 -115px; display:none; z-index:10000;}
.lh_tip_info{background:url(../../images/icon_suc.png) no-repeat 10px top; padding-left:50px; color:#fff;}
.lh_tip_info h3{font-size:14px;}
.lh_tip_info p{font-size:12px; margin-top:5px; line-height:20px;}
.lh_tip_xx{background:url(../../images/xx.png) no-repeat 10px top;margin-top:5px; height:40px; line-height:31px; overflow:hidden;}
.lh_tip_tishi{background:url(../../images/icon_tishi.png) no-repeat 10px top;margin-top:5px;line-height:31px;}
.lh_tip_ts{margin-top:5px; height:31px; line-height:31px; overflow:hidden;}

.lh_tip2{width:210px; height:43px; background:rgba(0,0,0,0.7); border-radius:3px; padding:10px; position:absolute; left:50%; top:50%; margin:-31px 0 0 -115px; display:none; z-index:10000;}
.lh_tip_info2{background:url(../../images/icon_suc.png) no-repeat 10px center; padding-left:50px; color:#fff;}
.lh_tip_info2 h3{font-size:14px;}
.lh_tip_info2 p{font-size:12px; margin-top:5px;}


.more_loader_spinner img{width:0.6rem;}