* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

body {
    position: relative;
}

img {
    max-width: 100%;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (min-width: 960px) {
    html,
    body {
        font-family: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ';
        font-size: 14px;
        min-width: 1200px;
    }
    .content {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }
    .cjwt_view {
        padding: 100px 0;
    }
    .cjwt_view .title {
        text-align: center;
        margin-bottom: 64px;
        font-size: 36px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(0, 0, 0, 1);
        line-height: 50px;
    }
    .cjwt_view .list {
        display: flex;
        justify-content: center;
    }
    .cjwt_view .item-box:first-child {
        border-right: 1px solid #CCCCCC;
    }
    .cjwt_view .item-box {
        position: relative;
        z-index: 1;
        flex: 1;
        /* margin: 0 15px; */
    }
    .cjwt_view .item {
        position: relative;
        /* width:500px; */
        min-height: 378px;
        /* background:rgba(255,255,255,1); */
        /* box-shadow:2px 2px 8px 0px rgba(0,85,215,0.15); */
        border-radius: 18px;
        /* padding-top: 45px; */
        text-align: center;
        margin: 0 auto;
    }
    .cjwt_view .item-box .circular {
        width: 90px;
        height: 90px;
        position: absolute;
        box-shadow: 2px 2px 8px 0px rgba(0, 85, 215, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #FFF;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .cjwt_view .item-box .icon_box {
        margin-bottom: 12px;
    }
    .cjwt_view .item-box .icon_box img {
        width: 72px;
        height: 72px;
    }
    .cjwt_view .item .title_min {
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: rgba(51, 51, 51, 1);
        line-height: 25px;
        text-align: center;
    }
    .cjwt_view .item ul {
        width: 100%;
        padding: 43px;
        box-sizing: border-box;
    }
    .cjwt_view .item ul li {
        margin-bottom: 20px;
        text-align: left;
    }
    .cjwt_view .item ul li:last-child {
        margin-bottom: 0;
    }
    .cjwt_view .item ul a.active {
        color: #0055D7;
    }
    .cjwt_view .item ul a {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 20px;
    }
    .cjwt_view .item .more {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        line-height: 22px;
        text-align: center;
        text-decoration: underline;
    }
    .zcyw_view {
        padding: 110px 0 100px 0;
        /* background: rgba(249, 249, 249, 1); */
    }
    .zcyw_view .title {
        text-align: center;
        font-size: 32px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 45px;
        margin-bottom: 49px;
    }
    .zcyw_view .list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 1000px;
        margin: 0 auto;
    }
    .zcyw_view .list li {
        width: 280px;
        height: 240px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        box-sizing: border-box;
    }
    .zcyw_view .list li img {
        width: 52px;
        height: 52px;
    }
    .zcyw_view .list li h3 {
        height: 28px;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 28px;
        margin: 23px 0 18px 0;
    }
    .zcyw_view .list li p {
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 22px;
    }
    .download_btn {
        position: relative;
    }
    .download_btn .ios-qrcode canvas {
        width: 130px !important;
        height: 130px !important;
    }
    .isPC:hover .qrcode_view {
        display: flex;
    }
    .qrcode_view {
        color: #000;
        position: absolute;
        right: -251px;
        display: none;
        bottom: 0;
        /* display: flex; */
        align-items: flex-end;
    }
    .qrcode_view .download_box {
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        background: #fff;
        padding: 10px;
        margin-left: 10px;
        font-size: 16px;
        text-align: center;
        line-height: 26px;
    }
    .qrcode_view .arr_icon {
        margin-bottom: 30px;
    }
}

@media (max-width: 960px) {
    body {
        font-size: 0.24rem;
    }
    .cjwt_view {
        padding: 0.56rem 0 0.1rem 0;
    }
    .cjwt_view .title {
        text-align: center;
        font-size: 0.36rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(0, 0, 0, 1);
        line-height: 0.50rem;
        margin-bottom: 0.80rem;
    }
    .cjwt_view .list {
        width: 100%;
    }
    .cjwt_view .item-box {
        position: relative;
        z-index: 1;
        margin: 0 15px;
    }
    .cjwt_view .item {
        position: relative;
        width: 6.90rem;
        /* min-height: 597rem; */
        background: rgba(255, 255, 255, 1);
        /* box-shadow: 2rem 2rem 8rem 0rem rgba(0, 85, 215, 0.15); */
        border-radius: 0.18rem;
        padding-top: 0.49rem;
        text-align: center;
        margin-bottom: 0.95rem;
    }
    .cjwt_view .item-box .circular {
        width: 1.20rem;
        height: 1.20rem;
        position: absolute;
        box-shadow: 2px 2px 8px 0px rgba(0, 85, 215, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #FFF;
        top: -0.55rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .cjwt_view .item-box .icon_box {
        width: 1.10rem;
        height: 1.10rem;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #FFF;
        top: -0.55rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .cjwt_view .item-box .icon_box img {
        width: 0.90rem;
        height: 0.90rem;
    }
    .cjwt_view .item .title_min {
        text-align: center;
        font-size: 0.26rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: rgba(51, 51, 51, 1);
        line-height: 0.37rem;
    }
    .cjwt_view .item ul {
        width: 100%;
        padding: 0.30rem;
        box-sizing: border-box;
    }
    .cjwt_view .item ul li {
        margin-bottom: 20px;
        text-align: left;
    }
    .cjwt_view .item ul li:last-child {
        margin-bottom: 0;
    }
    .cjwt_view .item ul a.active {
        color: #0055D7;
    }
    .cjwt_view .item ul a {
        font-size: 0.24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 0.33rem;
    }
    .cjwt_view .item .more {
        font-size: 0.24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999;
        line-height: 0.33rem;
        text-decoration: underline;
    }
    .download_btn {
        position: relative;
        cursor: pointer;
    }
    .isPC:hover .qrcode_view {
        display: flex;
    }
    .qrcode_view {
        position: absolute;
        /* right: 0; */
        display: none;
        /* bottom: 0; */
        /* display: flex; */
        align-items: flex-end;
        /* margin-right: -3.89rem; */
        /* margin-left: -0.7rem; */
        bottom: .9rem;
    }
    .banan_bg .qrcode_view {
        bottom: .8rem
    }
    .qrcode_view canvas {
        width: 1.3rem !important;
        height: 1.3rem !important;
    }
    .qrcode_view .download_box {
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        background: #fff;
        padding: 0.10rem;
        margin-left: 0.10px;
        font-size: 0.16rem;
        text-align: center;
        line-height: 0.26rem;
    }
    .download_btn .qrcode_view .arr_icon {
        margin-bottom: 0.30rem;
        width: 0.70rem;
        display: none;
    }
    .qrcode_view .android-qrcode canvas {
        width: 1.30rem !important;
        height: 1.30rem !important;
    }
    .pageserver .swiper-container li {
        height: 5.00rem;
    }
}