* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}


img {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
}

body {
    font-size: 14px;
   
}
.box-page{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:column;
}
.index-page{
    background: url(../images/indexbg.jpg) center top no-repeat,#1f0350;
    background-size: cover;
}
.sub-page{
    background: url(../images/abg.jpg) center top no-repeat;
    background-size: cover;
}

.cover-page{
    background: url(../images/cover_bg.jpg) center top no-repeat;
    background-size: cover;
}

.flex-1{
    flex: 1;
}
.bt-con{
    height:65px;
    background: #16003e;
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.bt-index{
    height:65px;
    background: url(../images/nbanner.jpg) center top no-repeat;
    background-size:cover;
    padding-left:20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.bt-index .index-logo{
    height: 35px;
}
.bt-index .index-a{
    display: block;
    width: 30px;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}
.bt-index .index-btp{
    padding: 0 10px;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.index-icon{
    width: 26px;
    display: block;
    margin: 0 auto;
}
.bt-con a{
    display: block;
    width: 40%;
    line-height:35px;
    border-radius: 25px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size:14px
}
.back-index{
    border: 1px #fff solid;
}
.sub-bt{
    background: linear-gradient(to right,#4f90fe,#ce05f8);
}
.p-title{
    display: block;
    font-size: 16px;
    width: 35%;
    margin: 20px auto;
    line-height:35px;
    border-radius: 25px;
    color: white;
    text-align: center;
    background: linear-gradient(to right,#4f90fe,#ce05f8);
}
.sub-ul{
    color: white;
    margin-top: 30px;
    padding: 30px 0;
    background: url(../images/a1.png) center center no-repeat;
    background-size: 100% 100%;
}
.sub-ul li{
    width: 75%;
    margin: 10px auto;
}
.sub-ul li p{
    margin-bottom: 5px;
    font-size: 16px;
}
.sub-ul li>div{
    margin-bottom: 5px;
    font-size: 16px;
}
.autocompleter-list li{
    width:95% !important
}
.sub-ul li input[type='text']{
    outline: none;
    line-height: 30px;
    padding-left: 5px;
    width: 100%;
    font-size:15px
}
.sub-ul li select{
    outline: none;
    height: 34px;
    line-height: 34px;
    padding-left: 5px;
    width: 100%;
       font-size:15px
}
.sub-ul li p label{
    display: block;
    margin-bottom: 5px;
}
.sub-ul input[type='checkbox']{
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.sub-main-con{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.index-tab-p{
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px #969090 solid;
}
.venue-tab-p{
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px #969090 solid;
    background: #160049;
}
.index-tab-p span{
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    background: url(../images/a3.png) center center no-repeat;
    background-size: 100% 100%;
    color: white;
}
.index-tab-p span.act{
    background: url(../images/a2.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.venue-tab-p span{
    display: block;
    width: 90px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    background: url(../images/a6.png) center center no-repeat;
    background-size: 100% 100%;
    color: white;
}
.venue-tab-p span.act{
    background: url(../images/a5.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.index-tab-p span.act::after{
    content: "";
    width: 80%;
   
    position: absolute;
    left: 10%;
    bottom: -20px;
    border-bottom: 2px #ffffff solid;
}
.hyimg{
    display: block;
    width: 90%;
    margin: 20px auto;
}
.hole-img{
    display: block;
    width: 100%;
}
.venue-tab-p.fix{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.jx-tab-p.fix{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
  
    background: #160049;
}
.jx-tab-p{
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
   
  
}
.jx-tab-p a{
    display: block;
    width: 90px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    background: url(../images/a6.png) center center no-repeat;
    background-size: 100% 100%;
    color: white;
}
.jx-tab-p a.act{
    background: url(../images/a5.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.bjimg{
    display: block;
    width: 45%;
    margin: 10px 0;
}
.jx-con{
    background: #13023f;
    padding: 15px;
    margin: 15px;
    color: white;
    border: 1px #12bdcc solid;
}
.jx-pcon{
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px #8c8c8c solid;
}
.jx-pcon a{
    color: white;
    text-decoration: none;
    position: relative;
}
.jx-pcon a.act{
    font-weight: bold;
    background-image: linear-gradient(to right, #41a0ff,#d002f8);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

} 
.jx-pcon a.act::after{
    content: "";
    width: 100%;
    border-bottom: 2px #fff solid;
    position: absolute;
    left: 0;
    bottom: -11px;

}
.rul {
    position: relative;
    overflow: hidden;
}
.brandul li, .rul li {
    width: 50%;
    float: left;
    height: 255px;
}
.procode {
    background: url(../images/ac.png) center top no-repeat;
    background-size: 100% auto;
}
.rul li a {
    color: white;
}
.rul li {
    text-align: center;
    color: white;

}
.jx-name{
    font-size: 13px !important;
    font-weight: bold;
    margin: 3px 0;
}
.rul li img {
    display: block;
    width: 73%;
    margin: 8% auto;
    border-radius: 50%;
}
.overp {
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    color: white;
    margin-top: -5px;
    font-size: 12px;
}
.n_man {
    margin-top: 0;
    padding: 0 5px;
}
.matul {
    position: relative;
    overflow: hidden;
}
.matul li {
    width: 50%;
     height: 145px; 
    margin-top: 10px;
    float: left;
}
.wrap-con{
    width: 90%;
    padding:6% 0;
    margin: 0 auto;
    background:url(../images/quan.png) center center no-repeat;
    background-size: 100% 100%;
}
.wrap-con .cpimg{
    width: 90%;
    margin: 0 auto;
    height: 80px;
    background: white;
    border-radius: 5px;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    overflow: hidden;
}

.cpimg img {
    display: block;
    width: 50%;
    height: auto;
}
.comimg img{
    width: 90%;
}
.matp{
    margin-top: 5px;
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: white;
    text-align: center;
    padding: 0 10px;
    height:35px
}
.cximg img{
    width: 100%;
    min-height:100%
}
.cover1{
    display: block;
    width: 92%;
    margin: 20px auto;
}
.cover2{
    display: block;
    width: 80%;
    margin: 30px auto;
    margin-top: 17%;
}
.gopage{
    display: block;
    flex: 1;
    text-align: center;
}
.cover3{
    display: block;
    width: 40%;
    margin: 10px auto;
}
.detail-page{
    background: url(../images/abg.jpg) center top no-repeat;
    background-size: cover;
}
.jiangb{
    display: block;
    width: 180px;
    height: 32px;
    line-height: 32px;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 15px;
    background: linear-gradient(to right, #41a0ff,#d002f8);
    color: white;
}
.de-p{
    text-align: center;
    padding:0 15px;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
    background-image: linear-gradient(to right, #41a0ff,#d002f8);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.detailcon{
    margin: 15px;
    border: 1px #26accf solid;
     color: white !important;
}
.detailcon *{
       color: white !important;
}
.detailcon table{
    width:100% !important
}
.detailcon p {
    text-indent: 2em;
    color: white !important;
    padding: 5px 10px;
}
.detailcon p span{
    color: white !important;
}
.detailcon img {
    display:block;
    max-width: 100%;
    width: 90% !important;
    height: auto !important;
    margin:0 auto;
}
.detailcon table{
    color:white;
    padding:10px
}
.firstRow{
    color:#000 !important
}

     @media screen and (max-width: 400px){
            .jx-pcon a{
                font-size:12px
            }
            .cover2{
                margin-top:2%
            }
            .bt-index .index-a{
    display: block;
    width: 30px;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}
        }