body {
    background-color: #f5f5f5;
}

section {
    width: 100%;
}


.jiao {
    position: absolute;
    right: 0;
    top: 0;
}

.cont {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.pop {
    width: 1280px;
    height: 52px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 52px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.pop a {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 52px;
}

.pop .now {
    color: rgba(102, 102, 102, 1);
}
.pop a:hover{
    color: #e80000;
}
.pop span {
    display: block;
    margin: 0 5px;
}

.cont-left {
    width: 957px;
}

.cont .cont-left .tiao {
    width: 100%;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.tiao .tiao-l {
    width: 119px;
    height: 94px;
    background: url(https://cdn.chiefgr.com/fan03/images/tiao-fenge.png) no-repeat center center #fff;
    border-radius: 2px;
    position: relative;
}

.tiao .tiao-l .ri {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    position: absolute;
    left: 17px;
    top: 22px;
}

.tiao .tiao-l .yue {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    position: relative;
    position: absolute;
    right: 17px;
    bottom: 22px;
}

.tiao-r {
    width: 834px;
    height: 94px;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 24px 21px 0;
    box-sizing: border-box;
}

.tiao-r h3 {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 25px;
}

.tiao-r p {
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
}

.tiao-r p span {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.tiao-r p span img {
    margin-right: 5px;
}

.tiao:hover .tiao-l,
.tiao:hover .tiao-r {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

.tiao:hover .tiao-r h3 {
    color: #E80000;
}

.cont-left .page {
    height: 40px;
    margin: 18px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .start,
.page .end {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .start .shou,
.page .end .wei {
    display: block;
    width: 60px;
    height: 40px;
    background: #FFFFFF;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.page .start .last,
.page .end .next {
    display: block;
    width: 70px;
    height: 40px;
    background: #FFFFFF;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.page-list {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-list a {
    display: block;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.page .start a:hover,
.page .end a:hover,
.page-list a:hover {
    background: #7D3CEB;
    color: #FEFEFE;
}

.cont-right {
    width: 310px;
}
.tips-cont a:hover{
    color: #E80000;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
}
.right-cen-cont a:hover h3{
    color: #E80000;
}
.kind li a{
    cursor: pointer;
}

.app-header {
    display: none;
}
.app-kind{
    display: none;
}
.app-banner {
    display: none;
}

.app-footer {
    display: none;
}
.cebian{
    display: none;
}
@media only screen and (max-width: 500px) {
    body {
        min-width: 375px;
    }

    header {
        display: none;
    }

    footer {
        display: none;
    }

    .app-header {
        display: block;
        width: 100%;
        height: 55px;
        background-color: #fff;
        padding: 0 16px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .app-header .back {
        display: block;
        width: 20px;
        height: 20px;
        background: url(https://cdn.chiefgr.com/fan03/images/app-back.png) no-repeat center center;
        background-size: 11px 18px;
    }

    .app-header .kinds {
        display: block;
        width: 20px;
        height: 20px;
        background: url(https://cdn.chiefgr.com/fan03/images/app-kinds.png) no-repeat center center;
        background-size: 20px;
    }

    .app-header h3 {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
    }

    section {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 60px;
    }

    
    .pop {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .pop a {
        font-size: 10px;
    }

    .cont {
        width: 100%;
    }

    .cont-right {
        display: none;
    }

    .cont-left {
        width: 100%;
    }

    .cont-6 {
        display: none;
    }

    .cont-left .page {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page .page-list {
        display: none;
    }

    .cont .cont-left .tiao {
        padding: 0 12px;
        box-sizing: border-box;
        height: 75px;
    }

    .tiao .tiao-l,
    .tiao .tiao-r {
        height: 100%;
    }

    .tiao .tiao-l .ri {
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        position: absolute;
        left: 5px;
        top: 10px;
    }

    .tiao .tiao-l .yue {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        position: relative;
        position: absolute;
        right: 5px;
        bottom: 10px;
    }

    .tiao-r h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .tiao-r {
        width: calc(100% - 55px);
        padding: 14px 10px 0;
    }

    .tiao .tiao-l {
        width: 50px;
    }

    .app-footer {
        width: 100%;
        height: 59px;
        background: #FFFFFF;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 666;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .app-footer a {
        display: block;
        width: calc(100% / 4);
        height: 100%;
        padding-top: 8px;
        box-sizing: border-box;
    }

    .app-footer a img {
        display: block;
        width: 29px;
        margin: 0 auto;
    }

    .app-footer a .sele {
        display: none;
    }

    .app-footer a p {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin-top: 3px;
    }

    .app-footer .opt .nosele {
        display: none;
    }

    .app-footer .opt .sele {
        display: block;
    }

    .app-footer .choice {
        display: block;
        width: calc(100% / 4);
        height: 100%;
        padding-top: 8px;
        box-sizing: border-box;
        position: relative;
    }

    .app-footer .choice img {
        width: 29px;
        margin: 0 auto;
    }

    .app-footer .choice .sele {
        display: none;
    }

    .app-footer .choice p {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin-top: 3px;
    }

    .xuanzhe {
        width: 154px;
        height: 100px;
        background: url(https://cdn.chiefgr.com/fan03/images/app-footer-xuanzhe.png) no-repeat center center;
        background-size: 100% 100%;
        position: absolute;
        top: -93px;
        left: -30px;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
        padding: 10px 14px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        display: none;
    }

    .xuanzhe a {
        display: block;
        width: 29px;
        height: 29px;
        margin-right: 10px;
        padding-top: 0;
    }

    .xuanzhe a:nth-child(3n) {
        margin-right: 0;
    }

    .xuanzhe a img {
        width: 29px;
    }

    .cebian {
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        display: none;
    }

    .ce-box {
        width: 275px;
        height: 100%;
        background: #FFFFFF;
        float: right;
    }

    .ce-head {
        width: 100%;
        height: 60px;
        background: #FFFFFF;
        box-shadow: -1px 0px 20px 0px rgba(55, 55, 55, 0.06);
        padding: 0 13px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ce-head .ce-logo {
        display: block;
        width: 108px;
        height: 33px;
    }

    .ce-head .ce-logo img {
        width: 100%;
    }

    .ce-head .backoff {
        width: 17px;
        height: 100%;
        background: url(https://cdn.chiefgr.com/fan03/images/app-ce-backoff.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen {
        width: 100%;
        padding: 0 13px;
        box-sizing: border-box;
    }

    .ce-cen a {
        display: block;
        width: 100%;
        height: 56px;
        padding-top: 21px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }


    .ce-cen a p {
        width: calc(100% - 30px);
        height: 100%;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        display: flex;
        align-items: center;
    }

    .ce-cen a p i {
        display: block;
        width: 35px;
        height: 18px;
        margin-left: 5px;
    }

    .ce-cen a .right {
        display: none;
        width: 16px;
    }

    .ce-cen a p .hot-icon {
        background: url(https://cdn.chiefgr.com/fan03/images/app-ce-hot.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen a p .new-icon {
        background: url(https://cdn.chiefgr.com/fan03/images/app-ce-news.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen a p .free-icon {
        background: url(https://cdn.chiefgr.com/fan03/images/app-ce-free.png) no-repeat center center;
        background-size: 100%;
    }
    .page .start, .page .end{
        width: auto;
        display: flex;
        justify-content: start;
    }
}