body {
    background-color: #f5f5f5;
}

section {
    width: 100%;
    padding-bottom: 60px;
}

.banner {
    /* width: 100%; */
    /* height: 400px; */
    /* position: relative; */
}

.banner img {
    /* width: 100%; */
    /* height: 100%; */
}

.banner-word {
    width: 1280px;
    position: absolute;
    left: 50%;
    margin-left: -640px;
    top: 0;
    padding-top: 285px;
}

.banner-word a {
    display: block;
    width: 220px;
    height: 50px;
    background: #FFE5A6;
    border-radius: 25px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3D320C;
    line-height: 50px;
    text-align: center;
}


.title {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 30px;
}

.title h2 {
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
    text-align: center;
    position: relative;
}

.title h2 span {
    width: 58px;
    height: 2px;
    border-top: 2px solid #E80000;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -29px;
}

.title p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    text-align: center;
    margin-top: 15px;
}


.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;
    cursor: pointer;
}
.pop a:hover{
    color: #e80000;
}
.pop .now {
    color: rgba(102, 102, 102, 1);
}

.pop span {
    display: block;
    margin: 0 5px;
}

.cont {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.cont-left {
    width: 958px;
}
.cont-left-box{
    width: 100%;
    padding: 0 23px;
    box-sizing: border-box;
    background: #FFFFFF;
} 
.text-head {
    width: 100%;
    padding-top: 48px;
    box-sizing: border-box;
}

.text-head h1 {
    width: 100%;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.text-head p {
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-top: 15px;
}

.text-head p span {
    margin-right: 15px;
}

.slogan {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}

.slogan img {
    width: 100%;
}

.txet {
    width: 100%;
}

.text .xu {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 35px;
}

.text h3 {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
}

.text p {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-bottom: 35px;
    text-indent: 2em;
}
.text a{
   color: #666666;
}
.slogan-btn {
    display: block;
    width: 76px;
    height: 76px;
    position: absolute;
    right: 98px;
    top: 50%;
    margin-top: -38px;
    background: url(https://img001.haizhuawang.com/kp3/news-details-slogan-btn.png) no-repeat center center;
    background-size: 100%;
}

.page {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.page span {
    display: flex;
    width: 50%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}
.page a {
    display: block;
    width: calc(100% - 60px);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.page span:hover a{
    color: #e80000;
} 
.shenshu {
    width: 100%;
    height: 100px;
    padding-top: 30px;
    box-sizing: border-box;
}

.shenshu p,
.shenshu a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-bottom: 17px;
}

.cont-right {
    width: 310px;
}

.cont-right .right-top {
    width: 100%;
    display: block;
    margin-bottom: 13px;
}

.cont-right .right-top img {
    width: 100%;
}

.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;
}


.app-header {
    display: none;
}

.app-banner {
    display: none;
}

.app-slogan {
    display: none;
}

.app-footer {
    display: none;
}

.cebian {
    display: none;
}

@media only screen and (max-width: 500px) {
    body {
        min-width: 375px;
    }

    header {
        display: block;
    }

    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://img001.haizhuawang.com/kp3/app-back.png) no-repeat center center;
        background-size: 11px 18px;
    }

    .app-header .kinds {
        display: block;
        width: 20px;
        height: 20px;
        background: url(https://img001.haizhuawang.com/kp3/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;
    }

    .banner {
        display: none;
    }

    .app-banner {
        display: block;
        width: 350px;
        margin: 0 auto;
    }

    .app-banner img {
        width: 100%;
    }

    .hao {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .hao-list {
        flex-wrap: wrap;
    }

    .hao-list li {
        width: 100%;
        margin-bottom: 10px;
    }

    .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%;
    }

    .text-head {
        padding-top: 20px;
    }

    .text-head h1 {
        font-size: 16px;
    }

    .text-head p {
        font-size: 10px;
    }

    .page {
        flex-wrap: wrap;
        padding-bottom: 10px;
        display: block;
    }
    .page span{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .page a {
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .youshi {
        width: 100%;
    }

    .youshi-cont {
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px 0;
    }

    .youshi-cont li {
        margin-bottom: 10px;
    }

    .slogan {
        display: none;
    }

    .app-slogan {
        display: block;
        width: 330px;
        position: relative;
    }

    .app-slogan img {
        width: 100%;
        margin: 15px 0;
    }

    .app-slogan .slogan-btn {
        width: 57px;
        height: 57px;
        background: url(https://img001.haizhuawang.com/kp3/app-slogan-btn.png) no-repeat center center;
        background-size: 100%;
        position: absolute;
        right: 8px;
        top: 13px;
        margin-top: 0;
    }

    .shenshu {
        padding-top: 10px;
        height: 87px;
    }

    .shenshu p,
    .shenshu a {
        font-size: 10px;
    }

    .text-head p span {
        margin-right: 5px;
    }

    .title {
        padding-top: 20px;
        margin-bottom: 15px;
    }

    .title h2 {
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }

    .title p {
        font-size: 12px;
        margin-top: 10px;
    }

    .hao-bottom .hao-btn {
        display: flex;
    }

    .price {
        display: none;
    }

    .app-footer {
        width: 100%;
        height: 59px;
        background: #FFFFFF;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 666;
        display: none;
        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://img001.haizhuawang.com/kp3/app/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://img001.haizhuawang.com/kp3/app/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://img001.haizhuawang.com/kp3/app/app-ce-hot.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen a p .new-icon {
        background: url(https://img001.haizhuawang.com/kp3/app/app-ce-news.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen a p .free-icon {
        background: url(https://img001.haizhuawang.com/kp3/app/app-ce-free.png) no-repeat center center;
        background-size: 100%;
    }
    .pop a:nth-last-child(1){
    display: block;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.con-box-left-t7{
    width: 100%;
    height: 1100px;
    background: #ffffff;
    border-radius: 2px 2px 2px 2px;
}
#nrfooter{
    display: block;
}
#nrfooter{
    display: flex !important;
    justify-content: center!important;
    align-items: center!important;
}
#nrfooter .lianxi{
    display: block;
    width: 40%;
    height: 40px;
    background: #7131E9;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    padding: 0;
}
#nrfooter .goumai{
    display: block;
    width: 40%;
    height: 40px;
    background: #E80000;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px; 
    color: #fff;
    padding: 0;
    margin-left:20px ;
    
}
}

#nrfooter{
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 2%) !important;
}