a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
	margin: 0;
	padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 400
}

body,
html {
	width: 100%;
	height: 100%;
	/*margin: 0 auto;*/
	margin: 0;
    padding: 0;
}

html {
	background: #000;
}

body {
	font-family: "microsoft yahei", Arial;
	font-size: .1rem;
	font-family: "Noto Sans SC", Helvetica, arial, sans-serif;
     overflow:hidden;
	line-height: 1;
	color: #fff;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important
}

::-webkit-scrollbar {
	width: 0;
	height: 0
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

li {
	list-style-type: none;
	float: left
}

a {
	text-decoration: none;
	color: #333;
	outline: 0
}

img {
	border: none;
	vertical-align: middle
}

em,
i,
var {
	font-style: normal
}

button {
	font-family: "microsoft yahei", Arial;
	outline: 0;
	cursor: pointer;
	/*font-size: .26rem;*/
	border: none
}




.mobile-wrap {
	position: relative;
	/* transform: scale(.85) translateY(-9%); */
	min-height: 100vh;
	width: 100%;
	/* width: 750px !important; */
	float: left;
	background-color: #f4ebe6;
	/*padding-bottom: .5rem;*/
	display: flex;
    flex-direction: column;
	align-items: center;
    background: #efefef url(../img/bg.jpg) top center no-repeat;
	background-size: cover;
	text-align: center;
}


.head {
	width: 1.5rem;
	height: 1.2rem;
	position: fixed;
	display: flex;
	justify-content: space-around;
	align-items: center;
	top: 0; 
	background-color: #fff;
	box-shadow: rgba(200, 220, 230, 0.6) 0px 4px 10px;
	z-index: 999;
}

.head .logo {
	height: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.head .logo img {
	width: 2.66rem
}

.head .lbtn {
	padding: .1rem .15rem;
	background-color: #0049ff;
	border-radius: .1rem;
	font-size: .24rem;
	color: #fff;
	height: auto;
	height: .6rem;
	display: flex;
	align-items: center;
}

.head .lbtn:hover {
	background-color: #1c5dff;
}

.head .rbtn { 
	padding: .1rem .15rem;
	background-color: #0049ff;
	border-radius: .1rem;
	font-size: .24rem;
	color: #fff;
	height: auto;
	height: .6rem;
	display: flex;
	align-items: center;
}

.head .rbtn:hover {
	background-color: #1c5dff;
}

.lbtn img {
	width: .28rem;
	height: .36rem;
	margin-right: .1rem;
}

.rbtn img {
	width: .35rem;
	height: .36rem;
	margin-right: .1rem;
}

.banner {
	width: 100%;
	padding-top: 0rem
}

.banner img {
	width: 100%;
}

.iconlist {
	width: 100%;
	border-radius: .2rem;
	position: absolute;
    margin: 0;
    top: 6.4rem;
	z-index: 999;
}

.iconlist ul {
	width: 100%;
	 height: 1.2rem; 
	/*box-shadow: rgba(200, 220, 230, 0.6) 0px 4px 10px;
	background-color: #000;*/
	/*border-radius: .2rem;*/
	/* position: absolute; */
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	/*top: -1.2rem;*/
	background-color: red;
    width: 88%;
    margin: 0 auto;
	border-radius: .25rem;
	gap: .2rem;
    justify-content: center;
	  background: linear-gradient(180deg, #ffffff 22%, #fdfcf9 100%);
	box-shadow: 0px 2px 4px 0px rgba(248, 238, 210, 0.5),inset rgb(199, 163, 63) 0px 0px 7px;;
	border: .03rem solid #cba849;
    border-radius: .2rem; 
}

.iconlist ul li img {
	/* width: .8rem;
    margin-top: 0.13rem;
	margin-bottom: .15rem; */
	width: 100%;
    
}

.iconlist ul li {
    /* width: 1.25rem;
    height: 1.6rem; */
	color: #737880;
	display: flex;
	flex-direction: column;
	align-items: center;
    box-shadow: 0px 2px 4px 0px rgba(211, 156, 37, 0.5);
    border-radius: .2rem;
	margin: .04rem 0 .03rem;
	width: 100%;
}

.joinPath-list .joinPath:first-child{
	margin-left: .3rem;
}

.joinPath-list .joinPath:last-child{
	margin-right: .3rem;
}


.web {
	width: 100%;
	margin: 0 auto;
    position: relative;
	/*padding-top: 1.45rem;*/
}
.web img {
    width: 100%; max-width: 645px;
    display: block;
    text-align: center;
    margin: 0 auto 0 auto;

}


.weblist { height: .9rem; border-radius: .5rem; border: #6b93ff 12px solid; background: linear-gradient(70deg, #ffffff, #e7f4fd); box-shadow: 0px 3px 5px 0px rgba(31, 66, 114, 0.5); position: relative; display: flex; align-items: center; justify-content: space-between; margin-bottom: .15rem;
	padding: 0 .3rem 0 .4rem; }
/*.weblist:hover { box-shadow: rgba(92, 142, 191, 1) 0px 4px 5px; }*/
.weblist img { width: 2.3rem; height: auto; }
.weblist span { width: 1.5rem; height: .5rem; display: flex; justify-content: center; align-items: center; font-size: .26rem; border-radius: .3rem; font-weight:600; text-shadow: rgba(30, 26, 0, 0.5) 0em 0.1em 0.1em; background: linear-gradient(140deg, #1a8ced 1%, #015eea 52%, #1aa5ed 100%); color: #fff; box-shadow: 0px 3px 5px 0px rgba(30, 43, 92, 0.5);}
.wsc1 { background: linear-gradient(140deg, #e6ca80 2%, #dcbe6e 16%, #c4a551 52%, #d0b263 100%); color: #fff; box-shadow: 0px 3px 5px 0px rgba(120, 61, 9, 0.5);}
.wsc2 { background-color: #005dfe; color: #fff;}
.wsc3 { background-color: #f0c059; color: #874404;}
.wsc4 { background-color: #78e02c; color: #000000;}
/*.weblist span:hover { background-color: #0049ff; color: #fff; }*/





.ft {
	width: 90%;
	margin: 0 auto;
    background: linear-gradient(180deg, #ffffff 22%, #fdfcf9 100%);
	box-shadow: 0px 2px 4px 0px rgba(248, 238, 210, 0.5),inset rgb(199, 163, 63) 0px 0px 7px;;
	border: .03rem solid #cba849;
    border-radius: .2rem; padding-bottom: .2rem; 
}

.ft h1 {
	width: 100%;
	text-align: center;
	font-size: .25rem; font-weight:500;
	color: #c88257;
	margin-bottom: .2rem; margin-top: .15rem;
}

.ft ul li { padding-left: .4rem;
	font-size: .185rem;
	color: #c88257;
	height: .4rem;
	line-height: .4rem; 
	letter-spacing: -.8px;
}

.customer { display: inline-block; /*position: absolute;*/ position: fixed; z-index: 999; top: 150px; }

.customer img {
    width: 100%;
}




@media screen and (min-width: 750px) {
	html { /*zoom: 95%;*/}
    .customer {left: 50%; margin-left: 250px;}
	.web img {margin: 0 auto 0% auto;}
	
}

@media screen and (max-width: 750px) {
    .customer {right: 2%;}
	.web img {margin: 0 auto 0% auto;}
}

@media screen and (max-width: 500px) {
.customer { width: 18vw; }
}

@media screen and (max-width: 390px) {
.customer { width: 18vw; }
.web img {margin: 0 auto 4% auto;}
}

@media screen and (max-width: 320px) {
.customer { width: 18vw; }
.web img {margin: 0 auto 0 auto;}
}

