*{
	margin:0;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
a{
    display: block;
	text-decoration: none;
	color: #333;
}
.gq_body{
    width: 100%;
    height: 20.5rem;
    background: url(../img/mokao_bgc.png) no-repeat;
    background-size: 100% 100%;
    padding-top:0;
}
.w{  
    width: 7.5rem; 
    /* margin-top: 0.1rem; */
    height: auto;
}
.logo{
    height:0.62rem;
	background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logLink{
    display: block;
    width: 1.87rem;
    height:0.52rem;
    background: url(../img/logoM_0805.png) no-repeat;
    background-size: 100% 100%;
    margin: 0px 0 0 0.22rem;
}
.logo span{
    display: block;
}
 .phone{
    margin-left:2rem;
    display: flex;
    align-items: center;
    font-size: 0.22rem;
}
.phone i{
    display: block;
    width: 0.21rem;
	height:0.21rem;
    background: url(../img/phone_icon_mokao.png) no-repeat;
    background-size: 100% 100%;
    margin-right:0.1rem;
}
.kefu{
    margin-right:0.25rem;
    display: flex;
    align-items: center;
    font-size: 0.22rem;

}
.kefu i{
    display: block;
    width:0.22rem;
	height: 0.23rem;
    background: url(../img/kefu_icon.png) no-repeat;
    background-size: 100% 100%;
    margin-right:0.1rem;
}

.module03{
    width:7.5rem;
    height: 7.3rem;
    background: url(../img/banner_top26.png?v=20251231) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.module03_btn,.banner3_btn{
    width:2.81rem;
	height:0.61rem;
	background-image: linear-gradient(0deg, 
		#ff9516 36%, 
		#ffe489 100%), 
	linear-gradient(
		#61280d, 
		#61280d);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 5px 0px 0px 
		rgba(162, 66, 2, 0.7);
	border-radius: 20px;
	border: solid 1px #ffffff;
    font-size:0.28rem;
    color: #ffffff;
    /* margin:0.2rem auto 0; */    
}
.module03_btn{
    margin:-1.9rem auto 0;
}
.flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.module03_btn>i,.banner2_btn>i{
    width:0.2rem;
    height:0.26rem;
    background: url(../img/mokao_shou.png) no-repeat;
    background-size: 100% 100%;
    margin-right:0.2rem;
}
.banner1{
    width:7.42rem;
    height:3.91rem;
    background: url(../img/mokao_banner01.png) no-repeat;
    background-size: 100% 100%;
    padding-top:0.5rem;
    margin-top:0.73rem;
}
.banner1_title{
    width:3.96rem;
    height:0.87rem;
    background: url(../img/banner01_title.png) no-repeat;
    background-size: 100% 100%;
    margin:0 0 0.1rem 0.3rem;
}
ul{
    list-style: none;
}
.banner1_box{
    width: 5.92rem;
	background-color: #ffffff;
	border-radius: 0.25rem;
	border: solid 2px #7badff;
	opacity: 0.72;
    margin-left:0.7rem;
    font-size: 0.26rem;
    color: #0b66ff;
    padding:0.2rem 0 0.2rem 0.28rem;
}
.banner1_box li{
    line-height: 1.5;
}
.banner1_box li span{
    color: #ff300e;;
}
.banner1 .module03_btn{
    margin:0.1rem auto 0;
}
.banner2{
    width:7.01rem;
	height:4.71rem;
	background-color: #5494ff;
	box-shadow: 0px 0px 3px 0px 
		rgba(5, 42, 183, 0.52);
	border-radius: 10px;
	border: solid 3px #bedef8;
    margin:0.92rem auto;
    position: relative;
}
.banner2_title{
    font-size:0.3rem;
    color: #ffffff;
    height: 0.9rem;
}
.banner2_title>i:nth-child(1),.banner3_title>i:nth-child(1){
    width:0.61rem;
    height:0.2rem;
    background: url(../img/title_left.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.2rem;
}
.banner2_title>i:nth-child(3),.banner3_title>i:nth-child(3){
    width:0.61rem;
    height:0.2rem;
    background: url(../img/title_right.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 0.2rem;
}
.banner2_box{
    width: 6.8rem;
    height:2.6rem;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner2_box>div{
    width: 3.31rem;
	height:0.9rem;
    border-radius:5px;
    padding-top:0.37rem;
    text-align: center;
}
.banner2_box>div:nth-child(1){
    background: url(../img/mokao1.png) no-repeat;
    background-size: 100% 100%;
}
.banner2_box>div:nth-child(2){
    background: url(../img/mokao2.png) no-repeat;
    background-size: 100% 100%;
}
.banner2_box>div:nth-child(3){
    background: url(../img/mokao3.png) no-repeat;
    background-size: 100% 100%;
}
.banner2_box>div:nth-child(4){
    background: url(../img/mokao4.png) no-repeat;
    background-size: 100% 100%;
}
.banner2_box>div>p:nth-child(1){
    font-size: 0.28rem;
    color: #075efe;
}
.banner2_box>div>p:nth-child(2){
    font-size: 0.24rem;
    color: #333333;
}
.banner2_btn{
    margin:0.29rem auto 0;
}
.qianbi{
    width: 0.71rem;
    height:0.78rem;
    background: url(../img/qianbi.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.banner3{
    width: 7.01rem;
	height:6.21rem;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px 0px 
		rgba(5, 42, 183, 0.52);
	border-radius: 10px;
    margin:0 auto;
}
.banner3_title{
    height:0.64rem;
    color: #0b66ff;
    font-size: 0.3rem;
}
.tite{
    font-size:0.24rem;
    color: #333333;
    margin:0 auto;
    text-align: center;
}
.red_bag{
    width: 1.88rem;
    height:2rem;
    background: url(../img/red_bag.png) no-repeat;
    background-size: 100% 100%;
    margin:0.1rem auto 0;
}
.banner3_t{
    font-size: 0.16rem;
    color: #333333;
    margin-top:0.1rem;
    text-align: center;
}
.banner3_text{
    color: #075efe;
    font-size: 0.26rem;
    margin-top:0.11rem;
    text-align: center;
}
.banner3_btn{
    margin: 0.15rem auto 0;
}
.banner3_btn>i{
    width:0.26rem;
    height:0.2rem;
    background: url(../img/xin_invite.png) no-repeat;
    background-size: 100% 100%;
    margin-right:0.2rem;
}
.banner4{
    width: 7.02rem;
	height:6.4rem;
	background-color: #5494ff;
	box-shadow: 0px 0px 7px 0px 
		rgba(5, 42, 183, 0.52);
	border-radius: 10px;
	border: solid 4px #bedef8;
    margin:1.32rem auto 0;
    position: relative;
}
.banner4_title{
    width:2.28rem;
    height:0.68rem;
    background: url(../img/mokao_banner04_titlle.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:-0.34rem;
    left: 50%;
    transform: translate(-50%);
}
.banner4_top{
    width:5.65rem;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}
.banner4_box{
    width:5.65rem;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.2rem;
}
.banner4_box>div{
    width: 2.4rem;
}

.banner4_box>div>p:nth-child(1){
    width: 2.4rem;
	height: 2.4rem;
	border-radius: 2px;
	opacity: 0.9;
}
.banner4_top>p:nth-child(1){
    width:2.4rem;
	height:2.4rem;
	border-radius: 2px;
    background: url(../img/banner4_top.png) no-repeat;
    background-size: 100% 100%;
}
.banner4_top>p:nth-child(2){
    width: 2.4rem;
    text-align: center;
    color: #ffffff;
    font-size: 0.26rem;
}
.banner4_box>div>p:nth-child(1){
    width: 2.4rem;
	height:2.4rem;
	border-radius: 2px;
    background: url(../img/mokao_slide.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner4_box>div>p>img{
    width:2.2rem;
	height:2.2rem;
}
.banner4_box>div>p:nth-child(2){
    font-size:0.26rem;
	color: #ffffff;
    margin-top: 0.1rem;
    line-height: 1.3;
    text-align: center;
}
.bk_bottom{
    background-color: #ffffff;
    width: 100%;
    height:1.2rem;
    text-align: center;
    /* line-height: 30px; */
    margin-top:1.55rem;
    padding-top:0.2rem;
    color: #333333;
    font-size: 0.2rem;
}
.mask{
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .open{
    display: none;
    width: 5rem;
    height: 5rem;
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    border-radius: 0.1rem;
    text-align: center;
  }
  .open img{
    width: 5rem;
    height: 5rem;
  }
  .close{
    width: 0.58rem;
    height: 0.58rem;
    background: url(../img/close.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
  }