    @font-face {
        font-family: DFLiJinHeiW8-GB;
        src: url('./font/华康俪金黑W8.TTF');
    }
    /*css reset*/
    
    @charset "UTF-8";
    body,
    p,
    ul,
    li,
    h4 {
        margin: 0;
        padding: 0;
    }
    
    a {
        text-decoration: none;
        color: #ffffff;
    }
    
    .clearfix::after,
    .clearfix::before {
        content: '';
        display: block;
        height: 0;
        line-height: 0;
        clear: both;
    }
    
    body {
        width: 100%;
        background: url("../images/bg.png") repeat-y;
        background-size: cover;
        border-top: 1px solid transparent;
        margin: 0;
        padding: 0;
        border: 0;
    }
    
    @media screen and (max-width: 750px) {
        #header {
            /* background: url(../images/header_bg.png) no-repeat center top/100% auto; */
            text-align: center;
            padding-top: 15%;
            box-sizing: border-box;
            position: relative;
        }
        #header .title {
            font-size: 1.4rem;
            color: #162CD2;
            font-family: DFLiJinHeiW8-GB;
            line-height: 2.6rem;
        }
        #header .headerbg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: -1;
        }
        #header .time {
            color: #0B1FCF;
            font-size: 0.8rem;
            margin-top: .5rem;
            display: inline-block;
            font-family: PingFangSC-Regular, sans-serif;
        }
        #header .time::before {
            content: '';
            display: inline-block;
            width: 1.36rem;
            height: 2px;
            background-color: #2038CC;
            border-radius: 5px;
            margin-right: .3rem;
            vertical-align: .2rem;
        }
        #header .time::after {
            content: '';
            display: inline-block;
            width: 1.36rem;
            height: 2px;
            background-color: #2038CC;
            border-radius: 5px;
            margin-left: .3rem;
            vertical-align: .2rem;
        }
    }
    
    @media screen and (min-width: 750px) {
        #header {
            text-align: center;
            padding-top: 2.5rem;
        }
        #header .headerbg {
            display: none;
        }
        #header .title {
            font-size: 1.44rem;
            color: #fff;
            font-family: DFLiJinHeiW8-GB;
            line-height: 3rem;
        }
        #header .time {
            color: #fff;
            font-size: 0.8rem;
            margin-top: .8rem;
            display: inline-block;
            font-family: PingFangSC-Regular, sans-serif;
        }
        #header .time::before {
            content: '';
            display: inline-block;
            width: 1.8rem;
            height: 2px;
            background-color: #fff;
            border-radius: 5px;
            margin-right: .3rem;
            vertical-align: .2rem;
        }
        #header .time::after {
            content: '';
            display: inline-block;
            width: 1.8rem;
            height: 2px;
            background-color: #fff;
            border-radius: 5px;
            margin-left: .3rem;
            vertical-align: .2rem;
        }
    }
    
    #main {
        width: 90%;
        margin: 4rem auto;
        margin-bottom: 1rem;
    }
    
    #main p.t {
        text-indent: 2em;
        font-size: 0.9rem;
        color: #ffffff;
        line-height: 1.4rem;
    }
    
    #main .download {
        height: 5rem;
        margin-top: 1rem;
        padding: 3%;
        padding-left: 9%;
        /* background: linear-gradient(13deg, rgba(16, 75, 182, 1), rgba(108, 188, 255, 1)); */
        background-color: #fff;
        border-radius: 0.8rem;
        display: none;
    }
    
    #main .download img {
        width: 5rem;
    }
    
    #main .download ul {
        display: inline-block;
        height: 5rem;
        vertical-align: top;
        margin-left: 10%;
        font-size: 12px;
        color: #333333;
        line-height: 1.1rem;
        font-family: PingFangSC-Regular, sans-serif;
        list-style: none;
    }
    
    @media screen and (max-width:750px) {
        #main .download ul {
            margin-left: 3%;
        }
    }
    
    #main .download ul li::before {
        content: '';
        display: inline-block;
        width: .3rem;
        height: .3rem;
        border-radius: 50%;
        background-color: #2038CC;
        margin-right: .3rem;
        margin-bottom: .05rem;
    }
    
    #main .download ul li:nth-child(1) {
        /* list-style: none; */
        /* margin-left: -2em; */
        margin-left: -.2rem;
        color: #2038CC;
        margin-top: .3rem;
    }
    
    #main .download ul li:nth-child(1)::before {
        display: none;
    }
    
    @media screen and (min-width: 750px) {
        #main .download ul {
            font-size: 0.6rem;
        }
    }
    
    #main .show {
        display: block;
    }
    
    .tab-content {
        display: none;
        border: 1px solid transparent;
    }
    
    .tab-content .qidai {
        width: 100%;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    @media screen and (max-width: 750px) {
        .tab-content .qidai img {
            height: 2.91rem;
        }
    }
    
    @media screen and (min-width: 750px) {
        .tab-content .qidai img {
            width: 45%;
        }
    }
    
    #footer {
        height: 2rem;
        font-size: 0.8rem;
        text-align: center;
        line-height: 2rem;
        color: #ffffff;
        background-color: rgb(9, 33, 121);
    }
    
    @media screen and (min-width: 750px) {
        body {
            width: 1200px;
            font-size: 32px;
            margin: auto;
            background: url("../images/bg.png") repeat-y center center/100% auto;
        }
        html {
            font-size: 32px;
        }
        #header,
        #main p.t,
        .download,
        #main {
            width: 750px;
            margin: auto;
        }
        #main {
            width: 75%;
            margin-top: 3rem;
        }
        #main p.t {
            font-size: 0.7rem;
        }
        #main .download {
            margin-top: 3rem;
            padding-left: 10%;
        }
        #main .download img {
            padding-left: 10%;
        }
        #footer {
            height: 1.5rem;
            font-size: 0.5rem;
            line-height: 1.5rem;
            margin-top: 10px;
        }
    }
    
    .prov-item {
        margin-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .prov-item .title {
        width: 100%;
        /* background: url(../images/prov_tbg.png) no-repeat center center/auto 100%; */
        text-align: center;
        padding-top: .6rem;
        color: #fff;
    }
    
    .prov-item .title img {
        width: 58%;
    }
    
    .prov-item .title .title-name {
        /* line-height: 3rem; */
        font-family: DFLiJinHeiW8-GB;
        font-size: 32px;
    }
    
    .prov-item .title .title-time {
        margin-top: .7rem;
        font-size: 14px;
        font-family: PingFangSC-Regular, sans-serif;
    }
    
    @media screen and (max-width: 750px) {
        .prov-item .item {
            display: inline-block;
            width: 46%;
            border-radius: 10px;
            background-color: #fff;
            margin-top: 1.5rem;
            border: 1px solid #fff;
            font-family: PingFangSC-Regular, sans-serif;
            float: left;
        }
        .prov-item .item:nth-child(odd) {
            margin-left: 6%;
        }
        .prov-item .item .btn .right {
            border-radius: 30px 0 22px 30px;
        }
    }
    
    @media screen and (min-width: 750px) {
        .prov-item .item {
            display: inline-block;
            width: 28%;
            border-radius: 10px;
            background-color: #fff;
            margin-top: 1.5rem;
            border: 1px solid #fff;
            font-family: PingFangSC-Regular, sans-serif;
            float: left;
            margin-left: 5%;
        }
        .prov-item .item .btn .right {
            border-radius: 30px 0 10px 30px;
        }
    }
    
    .prov-item .item img {
        width: 100%;
        border-radius: 10px 10px 0 0;
        display: block;
        margin: 0;
    }
    
    .prov-item .item .coll-name {
        color: #104BB6;
        font-size: 13px;
        text-align: center;
        line-height: 1.2;
        height: 2rem;
		font-weight:700;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .prov-item .item .btn {
        background-color: #104BB6;
        height: 1.5rem;
        line-height: 1.5rem;
        border-radius: 0 0 10px 10px;
    }
    
    .prov-item .item .btn a {
        display: inline-block;
        width: 50%;
        height: 100%;
        font-size: 13px;
        text-align: center;
        float: left;
    }
    
    .prov-item .item .btn .right {
        color: #104BB6;
        background-color: #C1D7FF;
    }