@charset "utf-8";

/* CSS Document */

@media screen and (min-width: 320px) {
	html {
		font-size: 20px;
	}
}

@media screen and (min-width: 360px) {
	html {
		font-size: 22.5px;
	}
}

@media screen and (min-width: 375px) {
	html {
		font-size: 23.5px;
	}
}

@media screen and (min-width: 386px) {
	html {
		font-size: 24px;
	}
}

@media screen and (min-width: 414px) {
	html {
		font-size: 25.9px;
	}
}

@media screen and (min-width: 520px) {
	html {
		font-size: 25.9px;
	}
}

body {
	margin: 0 auto;
	background-color: #fff;
	min-width: 320px;
	max-width: 750px;
	font-size: 0.6rem;
	/*	font-family: "Hiragino Sans GB", "Microsoft YaHei", "SimHei", "STHeiti", "NSimSun", "SimSun", "Arial";*/
	font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', arial, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
	color: #323232;
}

h1,
h2,
h3,
h4,
p {
	margin: 0;
	padding: 0
}

dl,
dt,
dd,
ul,
ol,
li,
input,
h1,
p,
img,
textarea {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0 none
}

input,
textarea,
select {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

textarea {
	resize: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="button"],
input[type="email"],
input[type="tel"],
input[type="text"],
textarea,
select {
	-webkit-appearance: none;
	-webkit-gradien: none;
	-webkit-linear-gradient: none;
	-moz-linear-gradient: none;
	-ms-linear-gradient: none;
	-o-linear-gradient: none;
	linear-gradient: none;
	border: 0 none;
	font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', arial, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
	font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', arial, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}

input[type="number"] {
	-moz-appearance: textfield;
	font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', arial, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}

::-webkit-input-placeholder {
	color: #878787
}

::-moz-placeholder {
	color: #878787
}

:-ms-input-placeholder {
	color: #878787
}


/*基础公共样式 begin*/

a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	text-decoration: none;
}

a:focus,
input,
button,
select,
textarea {
	outline: 0 none
}

.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: " "
}

.clearfix:after {
	clear: both
}

.fl,
.lf {
	float: left
}

.fr,
.rf {
	float: right
}

.pr {
	position: relative
}

.pa {
	position: absolute
}

.hand {
	cursor: pointer;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.text-center {
	text-align: center;
}

.none-border {
	border: 0 none;
}

.wp100_img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.mainbox {
	position: relative;
}


/*crm*/

.crm_sprites {
	background-image: url(../img/feilei.png);
	background-repeat: no-repeat;
	background-size: 1.2rem;
}

.top_nav_h {
	height: 2.2rem;
}

.top_nav {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 750px;
	min-width: 320px;
	height: 2.2rem;
	background-color: #fff;
	z-index: 98;
}

.logo_icon {
	display: inline-block;
	padding: 0.6rem 0.5rem;
}

.logo_icon img {
	height: 1rem;
}

.menu_icon {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	width: 2.2rem;
	height: 2.2rem;
	background-position: 0.5rem 0.7rem;
}

.nav_contents_warp {
	overflow: hidden;
	display: none;
}

.nav_contents_bg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 750px;
	background-color: #000;
	z-index: 333;
	opacity: 0.5;
}

.nav_contents_box {
	position: absolute;
	right: 0;
	top: 0;
	width: 11.5rem;
	background-color: #fff;
	z-index: 666;
	overflow: hidden;
}

.contents_box_logo {
	height: 2.85rem;
	position: relative;
}

.box_logo_menu {
	display: inline-block;
	width: 5rem;
	height: 1.6rem;
	overflow: hidden;
	position: absolute;
	left: 1.5rem;
	top: 50%;
	margin-top: -0.5rem;
}

.box_logo_menu img {
	width: 100%;
	display: inline-block;
}

.box_menu_close {
	display: inline-block;
	width: 2.5rem;
	height: 2.85rem;
	background: url(../img/close.png) no-repeat center;
	background-size: 0.65rem;
	position: absolute;
	right: 0;
}

.box_menu_list {
	margin: 0 1rem 0 1.5rem;
	border-top: 1px solid #ddd;
	padding-bottom: 2rem;
}

.box_menu_list li {
	line-height: 2.2rem;
	position: relative;
}

.box_menu_list li a {
	display: block;
	color: #666;
	font-size: 0.75rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.box_menu_list1 {
	margin-left: 1rem;
	display: none;
	height: 9.7rem;
	overflow-y: scroll;
	overflow-x: hidden;
}
::-webkit-scrollbar {
	/*隐藏滚轮*/
	display: none;
}

img {
	vertical-align: top;
}

.box {
	width: 100%;
	height: auto;
}

.box img {
	width: 100%;
}

.relative {
	position: relative;
}

.btn,
.zhuce_btn {
	display: block;
	position: absolute;
	border: 1px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}

.btn1 {
	width: 34%;
	top: 60%;
	left: 0;
	padding: 2% 0 1.8% 0;
	margin: 0 33% 0 33%;
	opacity: 0.9;
	font-size: 0.6rem;
}

.btn2 {
	width: 18%;
	top: 82%;
	left: 0;
	padding: 1% 0 0.9% 0;
	margin: 0 8% 0 74%;
	opacity: 0.9;
	font-size: 0.5rem;
}

.logozhangx {
	width: 100%;
}

.imgbtn {
	float: right;
	position: relative;
	z-index: 2;
}

.logo_icon .logozhangx {
	width: 75%;
	height: auto;
	margin: 10px 0 0 10px;
}


/*弹窗*/

.fl {
	float: left;
}

.outwindow {
	min-width: 280px;
	max-width: 550px;
	width: 80%;
	position: fixed;
	left: 0;
	right: 0;
	top: 20%;
	margin: auto;
	background-color: #ffffff;
	z-index: 99;
	display: none;
	overflow: hidden;
	border-radius: 8px;
}

.ask {
	height: 1.9rem;
	width: 100%;
	background-color: #2269d3;
	position: relative;
	margin-bottom: 0.7rem;
}

.ask .zixun {
	display: inline-block;
	line-height: 1.9rem;
	text-align: center;
	width: 100%;
	font-size: 0.7rem;
	color: #FFFFFF;
}

.close {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	cursor: pointer;
}

.close img {
	width: 1rem;
}

.out_form {
	padding-bottom: 1rem;
}

.inputbox {
	height: 2.2rem;
	text-align: center;
}

.text_l {
	width: 19%;
	line-height: 1.5rem;
	padding-right: 2%;
	text-align: right;
	box-sizing: border-box;
}

.text_l span {
	font-size: 0.4rem;
}

.xinghao {
	color: #eb5151;
	vertical-align: middle;
	margin-left: 0.4rem;
}

.inp {
	width: 85%;
	height: 1.5rem;
	border: 1px solid #eeeeee;
	background-color: #f2f6f9;
	padding-left: 0.9rem;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 0.5rem;
}

.wrong_n,
.wrong_e,
.wrong_p {
	font-size: 0.4rem;
}

.btn_sub {
	text-align: center;
	margin-top: 0.2rem;
}

.sub {
	width: 85%;
	line-height: 1.4rem;
	color: #fff;
	background-color: #2269d3;
	border-radius: 4px;
	font-size: 0.7rem;
}

.inputbox p {
	color: red;
}
#maskTitle {
	height: 40px;
	line-height: 40px;
	background-color: #2269D3;
	position: relative;
	color: #fff;
	font-size: 16px;
	text-align: center;
	left: 0;
	top: 0;
	margin-bottom: 20px;
}

#popWinClose {
	background-image: url(../img/guanbi.png)!important;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	width: 22px!important;
	height: 22px!important;
	right: 11px!important;
	top: 9px!important;
}

.triangle-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #888;
}

.triangle-up {
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.posi_angle {
	position: absolute;
	right: .1rem;
	top: .95rem;
}
