* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}



ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 13.33333333vw;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-size: .24rem;
    display: flex;
    flex-direction: column;
}
html,body{
    
    position: relative;
    overflow: hidden;
    max-width: 415px;
    margin: 0 auto;
}
.cover-page{
    background: url(../images/bg_cover.jpg) center center no-repeat;
    background-size: cover;
}
.logo-topcon {
    position: relative;
    overflow: hidden;
    padding: 15px;
   
}
.logo-topcon p {
    width: 35%;
    float: left;
    padding: 0 10px;
}
.logo-topcon p img {
    width: 100%;
}
.incon {
    width: 65%;
    float: left;
    position: relative;
    overflow: hidden;
    border:1px #ffffff solid;
    border-radius: 7px;
    box-shadow: 0 0 5px #1263c7;
}
.incon input {
    width: 80%;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    outline: none;
    border: none;
    background: transparent;
    color: white;
    appearance: none;
    -webkit-appearance: none;
}
.incon > span {
    width: 20%;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e7eaf3;
    
}
.searchimg {
    width: 16px;
    margin-top: 6px;
}
.link-con{
    flex: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.sec-page{
      background: url('../images/bgh.jpg') center top no-repeat;
    background-size:100% auto;
}
.sec-flex{
    flex: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.intro-con{
    display:flex;
    
}
.intro-div{
    flex:1;
   
}
.imgj1{
    display:block;
    width:3.62rem
}
.imgj2{
    display:block;
    width:3.49rem
}
.imgj3{
    display:block;
    width:3.51rem
}

.gzc {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    display: none;
    z-index: 9;
    overflow: scroll;
}
.gz {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 5%;
    background: #3c0965;
    border-radius: 10px;
    overflow: hidden;
    color: white;
}
.gz p {
    margin-top: 5px;
    padding: 0 0.3rem;
}
.bm-page{
    background:url(../images/bg_cover.jpg) center top no-repeat;
    background-size:cover;
    display:flex;
    flex-direction:column
}
.link-con1 {
    flex:1;
    padding:.2rem;
    margin:.3rem;
    background:#3c0965;
    border:1px #01f0fe solid;
    border-radius:7px;
    overflow-y:scroll;
    -webkit-overflow-scrolling:touch
}
.ckp{
    color:white
}
.sub-ul{
    color:white
}
.sub-ul li{
    display:flex;
    margin:.2rem 0;
    align-items:center;
    border-radius:3px;
    overflow:hidden
}
.sub-ul li span{
    display:block;
    height:.5rem;
    line-height:.5rem;
    background:#c9c3c4;
    color:#000;
    width:1.5rem;
    text-align:center
}
.sub-ul li span b{
    color:red
}
.sub-ul li input[type='text']{
    display:block;
    flex:1;
    line-height:.5rem;
    padding-left:10px;
    outline:none;
    border:none;
    -webkit-appearance:none
}
.tj-bm{
    display:block;
    width:2.6rem;
    height:.6rem;
    line-height:.6rem;
    text-align:center;
    background:#e5e1e1;
    border-radius:.3rem;
    margin:.2rem auto;
}