*{
    margin: 0;
    padding: 0;
    font-size: 0.18rem;
}
ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
}
img{
    width: 100%;
    float: left;
}
.banner span{
    display: block;
    overflow: hidden;
}
.swiper-pagination{
	display: flex;
	justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background: #df9cb9;
}

.header{
    position: sticky;
    top: 0;
    width: 100%;
 background: rgb(97, 98, 162);
   <!--  background: #fff; -->
    display: flex;
    align-items: center;
    z-index: 999;
}
.header .content{
    display: flex;
    align-items: center;
    height: .75rem;
    flex: 1;
    padding: 0 0.3rem;
}
.header .content .icon-menu{
    display: flex;
    align-items: center;
}
.header .content .icon-menu span{
    width: .32rem;
    overflow: hidden;
}
.header .content .icon-menu p{
    font-size: .28rem;
color: rgb(235, 221, 222);
   <!--  color: #df9cb9; -->
    padding-left: .06rem;
}
.header .content .logo{
    flex: 1;
}
.header .content .logo span{
    width: 1.9rem;
    display: block;
}

.menu{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}
.menu > div{
    margin-top: 0.75rem;
    height: 0;
    overflow: hidden;
}
.menu > div ul{
    background: #fff;
    padding: .30rem .20rem 0;
    line-height: .8rem;
    font-size: .26rem;
}
.menu > div ul li{
}
.menu > div ul li .tle{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b1b1b1;
}
.menu > div ul li:last-of-type .tle{
    border-bottom: 0;
}
.menu > div ul li a{
	color: #171717;
    flex: 1;
}
.menu > div ul li span{
    overflow: hidden;
    width: 0.12rem;
}
.menu > div ul li .list{
    margin-left: 0.5rem;
}
.menu > div ul li .list p{
    border-bottom: 1px solid #b1b1b1;
    align-items: center;
    display: flex;
}
.menu > div ul li .list p span{
    overflow: hidden;
    width: 0.12rem;
}

footer .text{
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eeeeee;
}
footer .text span{
   <!--  width: 5.38rem; -->
}

 <!-- 
footer {
    background: url(../images/web/index/footer_bg.png) bottom/100% 8.63rem no-repeat;
}-->

footer {
    /* background: url(../images/web/index/footer_bg.png) bottom/100% 8.63rem no-repeat; */
      <!
    --    background: rgb(97, 98, 162);
    -->;
    background: rgb(97, 98, 162);
}

footer .box {
    background: url(../images/web/index/footer_img1.png) left top/4.1rem 7.93rem no-repeat;
    height: 8.63rem;
}
footer .box .texts {
    padding: 0.7rem 0 0 4.4rem;
    color: #fff;
}
footer .box .texts .title span {
    font-size: 0.28rem;
    font-weight: 600;
}
footer .box .texts .title p {
    font-size: 0.24rem; 
}
footer .box .texts .join {
    padding-top: 0.3rem;
}
footer .box .texts .pages {
    padding-top: 0.5rem;
}
footer .box .texts .pages h4 {
    font-size: 0.24rem;
}
footer .box .texts .pages ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 0.5rem;
    padding-top: 0.1rem;
}
footer .box .texts .pages ul li {
    width: 50%;
}
footer .box .texts .pages ul li a {
    color: #fff;
}
footer .box .texts .code {
    padding-top: 0.5rem;
}
footer .box .texts .code h4 {
    font-size: 0.24rem;
}
footer .box .texts .code ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.2rem;
}
footer .box .texts .code ul li {
    width: 0.98rem;
    margin-right: 0.2rem;
    overflow: hidden;
}
footer .box .address {
    width: 4.38rem;
    margin: 0.4rem auto 0;
}

.forreference{
    line-height: 0.5rem;
    background: #333;
    font-size:0.2rem; 
    text-align: center;
}
.forreference a{
    color: #fff;
}