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;
}

html {
	background: #f7f7f7;
}

body {
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	line-height: 1;
	color: #fff;
	-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 !important;
	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;
	min-height: 100vh;
	width: 100%;
	float: left;
	/* background-color: #fff; */
	background: linear-gradient(0deg, #fff, #f7fbff);
	padding-bottom: .5rem;
	margin: 0 auto;
}


.head {
	width: 7.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 2px 5px;
	z-index: 999;
}

.head .logo {
	height: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.head .logo img {
	width: 3.11rem
}

/*Carousel*/
.banner {
	width: 100%;
    padding: 1.35rem 25px 0 25px;
}

.banner img {
	width: 100%;
	border-radius: 10px;
}

.carousel-inner {
	border-radius: 10px !important;
}

.carousel-indicators-container {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
	
}

.carousel-indicators {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
	
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s, width 0.3s, height 0.3s;
	
}

.carousel-indicators li.active,
.carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 1);
    width: 12px;
    height: 12px;
	
}

.button-app-csr {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 25px;
}

.button-app-csr .lbtn {
	padding: 0 .5rem;
 
    border-radius: .1rem;
    font-size: .25rem;
    color: #fff;
    width: 46%;
    height: .6rem;
    display: flex;
    align-items: center;
    border-radius: 40px;
    justify-content: center;
}

.button-app-csr .lbtn:hover {
	background-color: #008efa;
	text-decoration: none;
	
}

.button-app-csr .rbtn {
	padding: .1rem .5rem;
  
    border-radius: .1rem;
    font-size: .25rem;
    color: #fff;
    width: 46%;
    height: .6rem;
    display: flex;
    align-items: center;
    border-radius: 40px;
    justify-content: center;
}


.button-app-csr .rbtn:hover {
	background-color: #008efa;
}

.lbtn img {
	width: 200px;
	height: 44px;
	margin: .1rem;
}

.rbtn img {
	width: 200px;
	height: 44px;
	margin: .1rem;
}

.web {
	width: 90%;
	margin: 10px auto;
}
.web a {
	color: #000000 !important;
}

.weblist {
	font-size: 20px;
    height: 1.2rem;
    border-radius: .2rem;
    background-color: #fff;
    box-shadow: rgba(173, 211, 255, 0.6) 0px 4px 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: .28rem;
    padding: 0 .2rem 0 .6rem;
	text-decoration: none;
}

.weblist :active {
	text-decoration: none;
}
.weblist img {
	width: 2.8rem;
	height: auto;
}

.weblist span {
	width: 2.5rem;
    height: .56rem;
    background-color: #ff7434;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: .28rem;
    border-radius: .3rem;
}

.weblist span:hover {
	background-color: #0693fd;
	color: #fff;
}

.weblist span.sp {
	width: 2rem;
	background-color: #fff !important;
}

.ft {
	width: 90%;
	margin: 0 auto;
}

.ft h1 {
	width: 100%;
	text-align: center;
	font-size: .32rem;
	color: #ff7434;
	margin-bottom: .3rem;
}

.ft p {
	font-size: .24rem;
	color: #000000;
	height: .4rem;
	line-height: .4rem;
}
  

@media screen and (min-width: 750px) {
	html {
		zoom: 75%;
	}
}