
body {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
    background: #000336;
  }

.span-1 {
    height: 90px;
    overflow: hidden;
    display: inline-block;
    float: right;
    margin-right: 12%;
}

.zixun {
    height: 90px;
    width: 100%;
    line-height: 90px;
    font-size: 2.0rem !important;
}

.center {
    width: 1200px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    height: auto;
    margin-bottom: 20px;
    box-shadow: 0 0 0px #28b4fb;
    border: solid 1px #6337ca !important;
    background: rgba(87, 13, 255, 0.1);
}

.jiange {
    height: 116px;
}

.current {
    background: url('../images/aniu.png') center center no-repeat !important;
    color: #4d5203 !important;
    -webkit-text-fill-color: #4d5203;
}

.sub_vip1{
    line-height: 32px;
}
.sub_vip1 a{
    font-size: 1.4rem !important;
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .center {
        width: 1000px;
    }
}

@media (min-width: 801px) and (max-width: 1000px) {
    .center {
        width: 80%;
    }
}

@media (min-width: 601px) and (max-width: 800px) {
    .span-1 {
        margin-right: 0;
    }

    .center {
        width: 98%;
    }
}

@media (max-width: 600px) {
    .container img {
        width: 50%;
    }
    .span-1 {
        margin-right: 0;
    }
    .center {
        width: 96%;
    }
}

@media (max-width: 300px) {
    .jiange {
        height: 20px;
    }
}
