body {
    background: #7624dc;
}

.wrap .banner .bga,
.wrap .banner .bgb {
    height: 246px;
    background: url('../images/banner1.jpg') no-repeat center top;
}

.wrap .banner .bga {
    position: relative;
}

.wrap .banner .bgb {
    background-image: url('../images/banner2.jpg');
}

.wrap .banner .site {
    position: absolute;
    top: 10px;
    left: 50%;
    background: #5511ab;
    padding: 2px 15px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.wrap .banner .site a {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    border-radius: 15px;
    padding: 0 6px;
    background: #a23afe;
}

.wrap .banner .site a.on {
    background: #f6b928;
    color: #5511ab;
}

.content {
    width: 1000px;
    margin: 0 auto;
}

.t-box .t-tit {
    text-align: center;
    margin-bottom: 10px;
}

.t-box .t-txt {
    overflow: hidden;
    min-height: 258px;
    margin-bottom: 50px;
}


/* 城市显示 */

.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%;
}

.box-f .t-tit {
    position: relative;
}

.box-f .t-tit a {
    position: absolute;
    bottom: 0;
    right: 28px;
    background: #fff;
    font-size: 16px;
    padding: 0 10px;
    color: #7624dc;
    border-radius: 5px;
}

.box-g ul {
    text-align: center;
    padding-bottom: 40px;
}

.box-g ul li {
    display: inline-block;
    width: 220px;
    height: 176px;
    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: 14px;
    display: none;
}

.box-g ul li .code img {
    width: 150px;
}

.box-g ul li:hover .code {
    display: block;
}

.nav-box {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    background: #2b0c52;
    width: 167px;
    border-radius: 8px;
    z-index: 1000;
    border: 4px solid #fef2a6;
    padding: 0 10px;
    box-sizing: border-box;
}

.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;
}

.nav-box a.on {
    background-color: #f6b928;
    color: #2b0c52;
    position: relative;
    border-radius: 5px;
}