*{
    margin: 0;
    padding:0;
}
.wrap{
    min-width: 1360px;
    width: 100%;
    
}
section{
    width: 100%;
    /*height: 4000px;*/
    /*background: gainsboro;*/
    position: relative;
}
footer{
    position: relative;
    min-width: 1360px;
    width: 100%;
    height: 60px;
    background: black;
}
footer .foot_wrap{
    width: 1000px;
    display: block;
    margin: auto;
    margin-top: 7px;
    position: relative;
}
.foot_wrap a>img{
    width: 100%;
}
.foot_btn{
    width: 155px;
    height: 60px;
    position: absolute;
    right: 0;
    top: -8px;
    cursor: pointer;
}
.foot_btn:hover >div{
    display: block;
}
.foot_window{
    width: 470px;
    height: 302px;
    position: absolute;
    right: -147px;
    top: -302px;
    display: none;
    border: 5px solid #e8e4e4;
    box-sizing: border-box;
    box-shadow: 0 0 2px black;
}
.foot_window img{
    width: 100%;
    height: 100%;
}
.sec1_bg{
    width: 100%;
    /*background: url("../img/funtouchos9-quick-bg.jpg") no-repeat 100% 100%/100% 100%*/
}
.index_content{
    width: 62.5%;
    /*height: 54%;*/
    top: 39%;
    position: absolute;
    left: 18.75%;
}
.index_content1{
    width: 55%;
    /*height: 49%;*/
    top: 17.6%;
    left: 22.5%;
}
.index_content3{
    /*height: 77%;*/
    top:8.6% ;
}
.index_content4{
    /*height: 71.2%;*/
    top: 17.4%;
}
.sec1_img1{
    width: 55.6%;
    /*height: 49%;*/
    top: 81%;
    left: 22.5%;
    position: absolute;
    z-index: 9;
}
.index_content2{

}
.index_content>.index_bg_img{
    width: 100%;
    /*height: 100%;*/
}
.index_btn{
    position: absolute;
    cursor: pointer;
}
.index_btn1{
    width: 43%;
    right: 0;
    bottom: 10.5%;
}
.index_btn1 img{
    width: 100%;
}
.index_btn4,.index_btn5,.index_btn6{
    width: 21.3%;
    left: 61.4%;
    bottom: 45%;
}
.index_btn .foot_window{
    left: 0;
    right: 0;
}
.index_btn4:hover>div,.index_btn5:hover>div,.index_btn6:hover>div{
    display: block;
}
.index_btn>img{
    width: 100%;
}
.back_top_div{
    width: 75px;
    height: 75px;
    position: fixed;
    right: 40px;
    bottom: 70px;
    background-image: url("../img/scroll.png");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 99999;
}
.index_content1 >div{
  font-size: 32px;
}
@media (max-width: 1440px){
    .index_content1 >div{
        font-size: 24px;
    }
}
.sec_title{
    width: 16%;
}
.sec_img_wrap{
    /*display: grid;*/
    /*grid-template-columns: 49% 23.5% 23.5%;*/
    /*grid-template-rows: 47% 47%;*/
    /*grid-column-gap: 2%;*/
    /*grid-row-gap: 7%;*/
    margin-top: 5%;
}
.sec_img_wrap .sec_img{
    margin-right: 1.5%;
    width: 100%;
}
.sec_img{
    float: left;
}
.sec_img:nth-child(1){
    width: 49%;
    /*grid-row: 1 / 3;*/
}
.sec_img:nth-child(2){
    width: 23.5%;
}
.sec_img:nth-child(3){
    width: 23.5%;
    margin-right: 0;
}
.sec_img:nth-child(4){
    width: 23.5%;
    margin-top: 0.9%;
}
.sec_img:nth-child(5){
    width: 23.5%;
    margin-right: 0;
    margin-top: 0.9%;
}
.sec_img_wrap .sec_img a{
    width: 100%;
    height: 100%;
}
.sec_img_wrap .sec_img img{
    width: 100%;
    height: 100%;
}
.index_many_btn{
    width: 25%;
    margin: 38% auto;
    cursor: pointer;
    display: block;
}
.index_many_btn img{
    width: 100%;
}
.sec_scean{
    display: block;
    width: 41.5%;
    margin: 70px auto;
}
.index_sec7{

}
.sec_content{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #F7F7F7;
    text-align: center;
    color: gray;
    font-size: 15px;
}
.index_ques_wrap{
    width: 28%;
    position: absolute;
    /* background: gainsboro; */
    display: flex;
    right: 7.5%;
    top: 33%;
}
.index_ques_wrap a{
    width: 40%;
    display: inline-block;
    cursor: pointer;
}
.index_ques_wrap a img{
    width: 100%;
}
.index_ques_wrap a:nth-child(1){
    margin-right: 10%;
}
.index_ques_wrap a:nth-child(2){
    margin-left: 10%;
}
.index_sec8{
    margin-top: -4px;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.persion_vip{
	position: absolute;
	width:120px;
	height:41px;
	line-height: 41px;
	background:linear-gradient(135deg,rgba(251,230,185,1) 0%,rgba(245,200,131,1) 100%);
	border-radius:44px;
	text-align: center;
	top: 61px;
	right: 23%;
	font-size: 20px;
	color: #382510;
}