body {
    background: linear-gradient(to bottom, #5116af, #5116b3);
}

.wrap .banner .bga,
.wrap .banner .bgb {
    height: 263px;
    background: url('../images/banner1.jpg') no-repeat center top;
}

.wrap .banner .bgb {
    background-image: url('../images/banner2.jpg');
}

.site-box {
    width: 1000px;
    height: 263px;
    margin: 0 auto;
    position: relative;
}

.wrap .banner .site {
    position: absolute;
    top: 10px;
    left: 50%;
    background: #700561;
    padding: 2px 15px;
    font-size: 18px;
    color: #82bbfb;
    border-radius: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border: 1px solid #ca2660;
}

.wrap .banner .site a {
    font-size: 18px;
    color: #82bbfb;
    margin-right: 5px;
    border-radius: 15px;
    padding: 0 6px;
    background: #550049;
}

.wrap .banner .site a.on {
    background: #82bbfb;
    color: #2a4c64;
}

.help {
    width: 114px;
    height: 34px;
    position: absolute;
    top: 10px;
    right: 42px;
    cursor: pointer;
}

.lq-box {
    width: 1000px;
    height: 197px;
    margin: -82px auto 50px;
    background: url(../images/lq.png) no-repeat center;
    position: relative;
}

.lq {
    position: absolute;
    width: 216px;
    height: 48px;
    bottom: 21px;
    left: 209px;
    cursor: pointer;
}

.qgbtn {
    position: absolute;
    width: 120px;
    height: 87px;
    right: 27px;
    top: 30px;
    border-radius: 20px;
    background: #881b5d;
    font-size: 27px;
    text-align: center;
    line-height: 87px;
    color: #ffe050;
    cursor: pointer;
}

.lq-box .on {
    cursor: default;
    color: #ddd;
}

.content {
    background: url(../images/bgl.png) repeat-y left top, url(../images/bgr.png) repeat-y right top;
}

.t-box {
    width: 1000px;
    margin: 0 auto;
}

.t-box .t-tit {
    text-align: center;
    margin-bottom: 10px;
}

.t-box .t-txt {
    overflow: hidden;
    border: 5px solid #35e6fe;
    background: #34077f;
    margin-bottom: 50px;
}

.box-a .t-txt,
.box-f .t-txt {
    background: #cb2180;
}


/* 城市显示 */

.city {
    overflow: hidden;
    padding: 0 25px;
    color: #fff;
    padding-left: 25px;
    margin-top: 20px;
}

.t-site {
    float: left;
    width: 94%;
    display: none;
}

.sites {
    display: inline-block;
    color: #fff;
}

.sites span {
    padding: 0 10px;
    border-right: 1px solid #fff;
    cursor: pointer;
}

.sites span:last-child {
    border-right: none;
}

.cityBtn {
    float: right;
    cursor: pointer;
    width: 6%;
}

.menu-ul {
    margin: 20px auto 10px;
    overflow: hidden;
    text-align: center;
}

.menu-ul li {
    display: inline-block;
    margin: 0px 10px 10px 0;
    cursor: pointer;
    font-size: 22px;
    color: #ffefa6;
    width: 142px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
    background: #cb2180;
    border-radius: 15px;
}

.menu-ul li.on {
    background-color: #ffefa6;
    color: #881b5d;
}

.box-f .menu-ul li {
    background: #881b5d;
}

.box-f .menu-ul li.on {
    background: #ffefa6;
    color: #881b5d;
}

.box-f .t-tit {
    position: relative;
}

.box-f .t-tit a {
    position: absolute;
    bottom: 35px;
    right: 20px;
    color: #881b5d;
    font-size: 16px;
    line-height: 42px;
    background: #ffefa6;
    padding: 0 10px;
    border-radius: 21px;
}

.box-g {
    margin-bottom: 50px;
}

.box-g ul {
    text-align: center;
    padding: 20px 0;
    background: #fff;
}

.box-g ul li {
    display: inline-block;
    width: 233px;
    height: 148px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
}

.box-g ul li:last-child {
    margin-right: 0;
}

.box-g ul li .code {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px;
    display: none;
}

.box-g ul li .code img {
    width: 118px;
}

.box-g ul li:hover .code {
    display: block;
}


/* 导航 */

.nav-box {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    background: #bf2084;
    width: 107px;
    border-radius: 8px;
    z-index: 1000;
}

.nav-logo {
    position: relative;
    left: 0px;
    top: 10px;
    margin-bottom: 10px;
}

.nav-box a {
    width: 100%;
    display: block;
    line-height: 35px;
    margin: 6px auto;
    font-size: 16px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.nav-box a.on {
    background-color: #35e6fe;
    color: #bf2085;
}


/* 弹层 */

.mask,
.dialog,
.alert {
    position: fixed;
    z-index: 10001;
}

.mask {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
}

.dialog {
    top: 50%;
    left: 50%;
    width: 608px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.dialog .t-close {
    text-align: right;
    cursor: pointer;
}

.dialog .t-txt {
    border: 5px solid #34d1ee;
    border-radius: 10px;
    background: #4c1c4b;
    padding: 20px;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.dialog .t-txt h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 10px;
}

.alert {
    top: 50%;
    left: 50%;
    background-color: #4c1b46;
    padding: 10px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 4px solid #34d1ea;
}

.alert .js-close {
    width: 100px;
    font-size: 20px;
    line-height: 30px;
    background: #fffea4;
    border-radius: 30px;
    margin: 20px auto;
    color: #4c1b46;
    text-align: center;
    cursor: pointer;
}

.alert .t-txt {
    min-height: 40px;
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    min-width: 200px;
    padding: 10px 20px;
}

.alert .t-txt:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: -20px 0 0 -20px;
    border: 3px solid #cb2180;
    border-top-color: #fff6d5;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: circle 1s infinite linear;
    -moz-animation: circle 1s infinite linear;
    -o-animation: circle 1s infinite linear;
    animation: circle 1s infinite linear
}

.alert-h2 {
    position: relative;
    background: #4c1b46;
    color: #fff;
    font-weight: normal;
}

@-webkit-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}