@charset "utf-8";

html {
    font-size: 50px
}

body {
    max-width: 750px;
    margin: 0 auto;
    font-size: .3rem;
    color: #f1f1f1;
    background:#f1f1f1 ! important
 }

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after,
dl:after,
ol:after,
ul:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

.text-center {
    text-align: center
}

.font-weight {
    font-weight: bolder
}

.hidden {
    display: none
}

.red {
    color: red
}

.mt-54 {
    margin-top: .54rem
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.icon-horn {
    background-image: url(../xingba/horn.png)
}

.icon-arrow {
    background-image: url(../xingba/arrow.png)
}

.gradient-black {
    background: #737374;
    background: -moz-linear-gradient(top, #000, #737374);
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#737374));
    background: -o-linear-gradient(top, #000, #737374)
}

.middle-box {
    display: table;
    margin: 0 auto;
    position: relative
}

.middle-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center
}

.middle-inner p {
    position: relative
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    max-width: 750px;
    height: 1.2rem;
    padding: .24rem .2rem .24rem .1rem;
    background: url(../img/bg_headere.png) no-repeat;
    background-size: 100% 100%
}

.header .logo {
    height: .71rem
}

.header .logo img {
    height: 100%
}

.header .location {
    height: .65rem;
    /* margin-top: 0.05rem; */
    background-color: #BF08E4;
    border-radius: 1rem;
}

.header .location img {
    height: 100%
}

.banner {
    margin-top: 1.2rem;
    font-size: 0;
    line-height: 0
}

.banner img {
    width: 100%
}

.main {
    padding: 0 0 .27rem;
    background: url(../xingba/bg_main.png) repeat-y;
    background-size: 100% auto
}

.notice {
    position: relative;
    height: .6rem;
    margin-bottom: .37rem;
    padding: 0 .14rem 0 .5rem;
    font-size: .28rem;
    line-height: .6rem;
    color: #fff;
    background-color: #ef0074
}

.notice .title {
    position: absolute;
    top: 0;
    left: .14rem;
    width: .28rem;
    height: 100%
}

.notice .title .icon {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% auto
}

.box1 {
    position: relative;
    padding: .18rem .24rem;
    background-size: 100% 100%;
    border-radius: .05rem
}

.box1 .content {
    padding: .4rem .09rem .3rem;
    border-radius: .05rem
}

.box1 .title-box {
    top: -.28rem;
    left: 0;
    z-index: 2;
    width: 100%;
    height: .8rem;
    text-align: center
}

.box1 .title-box img {
    height: 100%;
    margin: 0 auto
}

.list-website {
    border: .02rem dashed #a4aac0;
    border-top: none;
    border-radius: 0 0 .1rem .1rem
}

.list-website li {
    float: left;
    width: 50%;
    bWorder-top: 1px solid #f1f1f1
}

.list-website li:first-child {
    border-top: none
}

.list-website a {
    display: block;
    height: .54rem;
    padding: .1rem 0 .1rem .5rem;
    font-size: .22rem;
    line-height: .34rem;
    background: url(../xingba/item_yellow.png) no-repeat left .1rem top .16rem/.29rem .22rem
}

.list-webspeed li {
    margin-top: .1rem
}

.list-webspeed li a {
    display: flex;
    justify-content: space-between;
    font-size: .26rem;
    line-height: .6rem;
    text-align: center
}

.list-webspeed .speed {
    width: 1.2rem;
    height: .6rem;
    color: #fff;
    background-color: #fe4c79;
    border-radius: .1rem
}

.list-webspeed .link {
    display: block;
    width: 3.2rem;
    height: .6rem;
    padding: 0 .1rem;
    color: #fc1b50;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: .1rem;
    border: 1px solid #f44491
}

.list-webspeed .enter {
    width: 1.4rem;
    height: .6rem;
    color: #ffffff;
    background: linear-gradient(to right, #fc9834, #f2368a);
    border-radius: .1rem
}

.box-primary {
    position: relative;
    margin-top: .3rem;
    padding: .6rem .42rem .5rem;
    background-size: 100% 100%
}

.box-primary .title-box {
    position: absolute;
    top: -.26rem;
    left: 0;
    z-index: 2;
    width: 100%;
    height: .9rem
}

.box-primary .title-box img {
    height: 100%;
    margin: 0 auto
}

.section {
    margin-top: .1rem;
    padding: .15rem .23rem;
    background-color: #fff;
    border-radius: .18rem
}

.title-section {
    position: relative;
    height: .61rem;
    margin: 0 -.23rem .15rem;
    padding-left: .9rem;
    background: #ffeff4;
    background: -moz-linear-gradient(left, #ffeff4, #fff);
    background: -webkit-gradient(linear, left top, right bottom, from(#ffeff4), to(#fff));
    background: -o-linear-gradient(left, #ffeff4, #fff)
}

.title-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: .9rem;
    height: .61rem
}

.title-section h3 {
    font-size: .28rem;
    line-height: .61rem;
    color: #eb5483;
    font-weight: bolder
}

.section2 .title-section {
    background: #f9ff59;
    background: -moz-linear-gradient(left, #f9ff59, #fff);
    background: -webkit-gradient(linear, left top, right bottom, from(#f9ff59), to(#fff));
    background: -o-linear-gradient(left, #f9ff59, #fff)
}

.section2 .title-section h3 {
    color: #bd66da
}

.section3 .title-section {
    background: #d0ffb7;
    background: -moz-linear-gradient(left, #d0ffb7, #fff);
    background: -webkit-gradient(linear, left top, right bottom, from(#d0ffb7), to(#fff));
    background: -o-linear-gradient(left, #d0ffb7, #fff)
}

.section3 .title-section h3 {
    color: #079200
}

.section .tips {
    padding: .2rem 0 .3rem;
    font-size: .22rem;
    line-height: .36rem;
    color: #757575
}

.list-primary {
    font-size: .28rem;
    line-height: .5rem;
    color: #616161
}

.list-primary li {
    padding-left: .52rem;
    background: url(../xingba/item_red.png) no-repeat left .1rem top .14rem/.29rem .22rem
}

.website .item {
    position: relative;
    margin-top: .1rem
}

.website .item:first-child {
    margin-top: 0
}

.website .title {
    padding: 0 .3rem;
    font-size: .28rem;
    line-height: .46rem;
    color: #fff;
    background-color: #bd66da;
    border-top-left-radius: .08rem;
    border-top-right-radius: .08rem
}

.website .title .btn {
    position: absolute;
    top: .03rem;
    right: .03rem;
    padding: 0 .44rem 0 .14rem;
    font-size: .24rem;
    line-height: .4rem;
    color: #9100c1;
    font-weight: bolder;
    background-color: #fff;
    border-radius: .1rem
}

.website .title .icon {
    position: absolute;
    top: .04rem;
    right: .04rem;
    width: .32rem;
    height: .32rem;
    background-color: #aa58ce;
    border-radius: 50%;
    transition: .3s;
    transform: rotate(180deg)
}

.website .active .title .icon {
    transform: rotate(0)
}

.website ul {
    display: none
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    max-width: 750px;
    font-size: 0;
    line-height: 0;
    background-color: #fff
}

.footer-fixed img {
    width: 100%
}

.footer-fixed .breathe {
    position: absolute;
    top: 10%;
    right: .1rem;
    width: auto;
    height: 80%;
    -webkit-animation: breathe 1s infinite linear;
    animation: breathe 1s infinite linear
}

.footer-fixed.android {
    padding: .2rem;
    font-size: .28rem;
    line-height: .4rem;
    color: #fff;
    text-align: center;
    background-color: #ef0074
}

.aside-backtop,
.aside-service {
    position: fixed;
    top: 60%;
    right: .25rem;
    z-index: 100;
    width: 1.07rem
}

.aside-backtop img,
.aside-service img {
    width: 100%
}

.aside-backtop {
    display: none;
    margin-top: 2.44rem
}

@media (min-width:750px) {
    .footer-fixed {
        left: 50%;
        margin-left: -375px
    }
}

@-webkit-keyframes urgentlystrong {
    from {
        transform: scale(1)
    }

    50% {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

@keyframes urgentlystrong {
    from {
        transform: scale(1)
    }

    50% {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes flicker {
    from {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes flicker {
    from {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes breathe {
    from {
        transform: scale(.85)
    }

    50% {
        transform: scale(1)
    }

    to {
        transform: scale(.85)
    }
}

@keyframes breathe {
    from {
        transform: scale(.85)
    }

    50% {
        transform: scale(1)
    }

    to {
        transform: scale(.85)
    }
}

@media (min-width:750px) {
    .header {
        left: 50%;
        margin-left: -375px
    }
}

.swiper-banner .swiper-pagination-bullet {
    width: .15rem;
    height: .15rem;
    margin: .1rem !important;
    background-color: #fff;
    opacity: 1
}

.swiper-banner .swiper-pagination-bullet-active {
    width: .5rem;
    border-radius: .1rem
}