body {
    background: #F5F5F5;
}

/* 头部样式 */
header {
    width: 100%;
    height: 124px;
    background-color: #fff;
}

header .head {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.head .head-top {
    width: 1280px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.head .head-top .head-top-left {
    height: 60px;
    display: flex;
    align-items: center;
}

.head .head-top .head-top-left span {
    display: block;
    width: 10px;
    height: 2px;
    background-color: rgba(21, 29, 63, 0.3);
    margin: 0 10px;
}

.head .head-top .head-top-left .swiper-container {
    height: 12px;
}

.head .head-top .head-top-left p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #151D3F;
}

.head .head-top .head-top-right {
    display: flex;
    align-items: center;
}

.head .head-top .head-top-right ol {
    height: 60px;
    display: flex;
    align-items: center;
    margin-right: 19px;
}

.head .head-top .head-top-right ol li {
    height: 60px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #626884;
    line-height: 60px;
    margin-right: 15px;
    position: relative;
}

.head .head-top .head-top-right ol li a {
    width: 100%;
    height: 100%;
    color: #626884;
    position: relative;
}

.head .head-top .head-top-right ol li:hover a {
    color: #999;
}

.head .head-top .head-top-right ol li a img {
    display: none;
    position: absolute;
    left: -22px;
    top: 20px;
    z-index: 99999;
}

.head .head-top .head-top-right ol .code:hover a img {
    display: block;
}

.head .head-top .head-top-right .phone {
    height: 60px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #151D3F;
    line-height: 60px;
    display: flex;
    align-items: center;
}

.head .head-top .head-top-right .phone img {
    margin-right: 5px;
}

.head-bottom {
    width: 1280px;
    height: calc(100% - 60px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-bottom .nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-bottom .nav li {
    height: 64px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #151D3F;
    line-height: 64px;
    position: relative;
    margin-right: 30px;
    text-align: center;
}

.head-bottom .nav .gu a {
    color: #FF6D00 !important;
}

.head-bottom .nav li .select-1 {
    width: 110px;
    height: 86px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    position: absolute;
    z-index: 999999;
    left: -16px;
    top: 50px;
    display: none;
}

.head-bottom .nav li .select-1 a {
    display: block;
    width: 106px;
    height: 30px;
    border-radius: 2px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #151D3F;
    line-height: 30px;
    text-align: center;
    margin: 10px auto 5px;
}

.head-bottom .nav li .select-1 a:hover {
    color: #151D3F;
    font-weight: bold;
    background: #F1F2F7;
}

.head-bottom .nav li a {
    width: 100%;
    height: 100%;
    color: #151D3F;
    display: flex;
    align-items: center;
}

.head-bottom .nav li a img {
    margin-left: 5px;
}

.head-bottom .nav li:hover .select-1 {
    display: block;
}

.head-bottom .nav li:hover .select-1 a {
    color: #151D3F;
}

.head-bottom .nav li:hover a {
    color: #E80000;
}

.head-bottom .nav li a span {
    display: none;
}

.head-bottom .nav .sele a span {
    display: block;
    width: 28px;
    height: 3px;
    background: #E80000;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
}

section {
    width: 100%;
    background: url(../images/section-back.png) no-repeat center top;
    background-size: 100%;
    padding-bottom: 100px;
}

.pop {
    width: 1280px;
    height: 54px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    line-height: 54px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.pop a {
    display: flex;
    /* font-size: 12px; */
    /* font-family: Microsoft YaHei; */
    /* font-weight: 700; */
    color: #FFFFFF;
    /* opacity: 0.5; */
    align-items: center;
    line-height: 54px;
    margin: 0 5px;
    white-space: nowrap;
}

.pop a img {
    margin-right: 5px;
}

.pop a:nth-child(1) {
    margin-left: 0;
}
.jie {
    width: 1280px;
    height: 430px;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}

.jie-head {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jie-head img{
    width: 20px;
}
.jie-head h1 {
    width: calc(100% - 30px);
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: line-through;
    color: #999;
    line-height: 20px;
}

.jie-cen {
    width: 100%;
    background: #FAFAFA;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.jie-cen li {
    width: 100px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jie-cen li h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}

.jie-cen li p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
    margin-top: 10px;
}

.jie-cen i {
    display: block;
    width: 1px;
    height: 16px;
    background-color: #eee;
    margin-right: 50px;
}

.jie-cen-flow {
    width: 100%;
    height: 1px;
    background-color: #eee;
}

.jie-shu {
    width: 100%;
    height: 100px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #63667A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eee;
}

.jie-shu a {
    display: block;
    width: 150px;
    height: 40px;
    background: #E80000;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    cursor: pointer;
}

.jie-shu a img {
    margin-right: 5px;
}

.jie-shu a:hover {
    background-color: RGBA(107, 20, 208, 1);
}

.head-left-bottom {
    width: 100%;
    height: 69px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.nuo {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.head-left-bottom ol {
    display: flex;
    align-items: center;
}

.head-left-bottom ol li {
    width: 95px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-left-bottom ol li {
    margin-right: 5px;
    padding-left: 10px;
    height: 15px;

}

.head-left-bottom ol li:nth-child(1) {
    background: url(https://img001.haizhuawang.com/new/pc/show-icons.png) 0px -28px no-repeat;
}

.head-left-bottom ol li:nth-child(3) {
    background: url(https://img001.haizhuawang.com/new/pc/show-icons.png) 10px -52px no-repeat;
}

.head-left-bottom ol li:nth-child(5) {
    background: url(https://img001.haizhuawang.com/new/pc/show-icons.png) 10px -124px no-repeat;
}

.head-left-bottom ol li:nth-child(7) {
    background: url(https://img001.haizhuawang.com/new/pc/show-icons.png) 10px -76px no-repeat;
}

.head-left-bottom ol li:nth-child(9) {
    background: url(https://img001.haizhuawang.com/new/pc/show-icons.png) 10px -5px no-repeat;
}

.head-left-bottom ol span {
    display: block;
    width: 1px;
    height: 13px;
    border-left: 1px solid #E6E6E6;
}

.tuijian {
    width: 1280px;
    height: 380px;
    background: #FFFFFF;
    margin: 20px auto 0;
    padding: 0 25px;
    box-sizing: border-box;
}

.tuijian h2 {
    width: 100%;
    height: 80px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #151D3F;
    line-height: 80px;
}

.tui-cont {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tui-cont a {
    width: 580px;
    height: 55px;
    border-bottom: 1px solid #eee;
    padding-left: 10px;
    box-sizing: border-box;
    background: url(../images/circle-icon.png) no-repeat left center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tui-cont a:hover{
    color: #e80000;
}
.tui-cont a:nth-child(9),
.tui-cont a:nth-child(10) {
    border-bottom: none;
}

.app-header {
    display: none;
}

.app-footer {
    display: none;
}

.cebian {
    display: none;
}


@media only screen and (max-width: 750px) {
    header {
        display: none;
    }

    footer {
        display: none;
    }

    .banner {
        display: none;
    }

    section {
        width: 100%;
        padding-bottom: 80px;
    }



    .app-header {
        display: block;
        width: 100%;
        height: 55px;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .app-header .logo {
        display: block;
        width: 108px;
    }

    .app-header .logo img {
        width: 100%;
    }

    .app-header .kind {
        width: 30px;
        height: auto;
        background: none;
    }

    .app-header .kind img {
        width: 20px;
        margin: 0 auto;
    }

    .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://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: 328px;
        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 {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
        opacity: 0.8;
    }

    .pop {
        opacity: 0.8;
    }

    section {
        background-size: 100% 200px;
    }

    .jie {
        width: 351px;
        height: auto;
        padding: 15px 25px;
    }

    .jie-head {
        height: auto;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .jie-head h1 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 16px;
    }

    .jie-cen {
        height: auto;
        padding: 15px;
        box-sizing: border-box;
    }

    .jie-cen i,
    .jie-cen-flow {
        display: none;
    }

    .jie-cen li {
        width: 90px;
        margin-bottom: 20px;
    }

    .jie-cen li h3 {
        text-align: center;
        font-size: 14px;
    }

    .jie-cen li p {
        margin-top: 5px;
        text-align: center;
        font-size: 10px;
    }

    .jie-cen li:nth-last-child(1) {
        display: none;
    }

    .jie-shu {
        display: block;
        height: auto;
        margin-top: 20px;
        font-size: 16px;
        text-align: center;
        border-bottom: none;
    }

    .jie-shu a {
        margin: 10px auto;
    }

    .head-left-bottom {
        display: none;
    }

    .tuijian {
        width: 100%;
    }

    .tui-cont {
        overflow: hidden;
        height: calc(100% - 90px);
    }
    
.pop a:nth-last-child(1){
    display: block;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
}