* {
    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: auto;
}
.index-item{
    display: flex;
    margin: .2rem;
    justify-content: space-around;
}
.dec-page{
    background: url(../imgs/bg2.jpg) center top no-repeat;
    background-size: 100% auto;
}
.dec-item{
    width: 6.81rem;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}
.zhc,.vip{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: auto;
}
.frc{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: auto;
}
.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;
}
.tjbqp{
    text-align:center;
    margin-bottom:15px;
    margin-top:15px !important
}