 #con_dxzt32_1 {
            display: flex;
            flex-wrap: wrap;
            background: #f4f4f4;
            font-size: 15px
        }

        #con_dxzt32_2 {
            display: flex;
            flex-wrap: wrap;
            background: #f4f4f4;
            font-size: 15px
        }

        #con_dxzt42_1 {
            display: flex;
            flex-wrap: wrap;
            background: #f4f4f4;
            font-size: 15px
        }

        #con_dxzt42_2 {
            display: flex;
            flex-wrap: wrap;
            background: #f4f4f4;
            font-size: 15px
        }

        #con_dxzt52_1 {
            display: flex;
            flex-wrap: wrap;
            background: #f4f4f4;
            font-size: 15px
        }

        #con_dxzt52_2 {
            display: flex;
            flex-wrap: wrap;
            background: #f4f4f4;
            font-size: 15px
        }

        #li {
            width: 31.3%;
            height: 35px;
            margin: 0.25rem 1%;
            display: flex;
            align-items: center;
            justify-content: center;
            list-style: none;
            border-radius: 0.625rem;

            color: #333;
            background: #fff;
            cursor: pointer;
            border: 0.025rem solid #d1d1d1;
            box-sizing: border-box;
            list-style: none;
        }

        #secondDiv {
            position: relative;
            z-index: 998 !important;
            background-color: #fff;
            width: 100%;
            height: 100%;
        }

        .header-bar {
            /* position: fixed;
    width: 10rem;
    top: 0;
    left: 50%;
    margin-left: -5rem;
    display: flex;
    justify-content: space-between;
    height: 1.3125rem;
    padding: 0 .25rem;
    background: #6c9bd3;
    font-size: .4375rem;
    color: #fff;
    font-weight: 500;
    z-index: 99 */
            width: 100%;
            left: 50%;
            display: flex;
            justify-content: space-between;
            height: 60px;
            background: #6c9bd3;
            font-size: .14375rem;
            color: #fff;
            font-weight: 500;
            max-width: 720px;
        }

        .header-bar .left {
            width: 1.875rem;
            height: 1.3125rem;
            display: flex;
            align-items: center;
            justify-content: left
        }

        .header-bar .left img {

            height: 2.7rem
        }

        .header-bar .center {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: large;
        }

        .header-bar .right {
            width: 1.875rem;
            height: 1.3125rem;
            display: flex;
            align-items: center;
            justify-content: flex-end
        }

        .header-bar .right img {

            height: 2.7rem
        }

        .content-list[data-v-0b291887] {
            padding: 0 .025rem 0 .025rem
        }

        .content-list li[data-v-0b291887] {
            /* text-align: left;
            list-style: none;
            height: 3rem;
            line-height: 2;
            font-size: 1.35rem;
            font-weight: 500;
            padding: 10px;
            cursor: pointer;
            color: #000;
            box-sizing: border-box;
            border-bottom: .01875rem solid #6c9bd3;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap */
            line-height: 35px;
            border: solid 1px #ddd;
            border-radius: 8px;
            display: block;
            font-size: 18px;
            color: #000;
            padding: 0 10px;
            cursor: pointer;
        }

        .content-list li[data-v-0b291887]:hover {
            text-decoration: underline;
        }

        .item[data-v-7de4b365] {
            height: 3rem;
            padding: 0 0.25rem;
            background: #eee;
            font-size: 1.35rem;
            line-height: 3rem;
            margin: 0.25rem 0;
            border: 0.00625rem solid #ddd;
            border-radius: 0.0625rem;
            cursor: pointer;
            text-align: left;
        }

        .item div[data-v-7de4b365] {
            overflow: hidden;
            text-overflow: ellipsis;
            /* white-space: nowrap; */
        }

        .to-home[data-v-7de4b365] {
            text-align: center;
            background: #97a6ab;
        }

        .to-home a[data-v-7de4b365] {
            color: #fff;
        }


        .header.index-header {
            height: 50px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .header {
            position: fixed;
            z-index: 99;
            width: 100%;
            max-width: 720px;
            background-color: #6C9BD3;
        }

        .header .logo-box {
            height: 50px;
        }

        .header .logo {
            float: left;
            height: 50px;
            margin-left: 0px;
        }

        .header .logo .logo-img {
            width: 208px;
            height: 50px;
        }

        .header .bank {
            float: right;
            position: relative;
            width: 80px;
            height: 50px;
        }

        .header .bank img {
            display: block;
            width: 75px;
            height: 50px;
            margin: 0 auto;
        }

        #zhanwei50 {
            height: 50px;
        }

        .refresh {
            width: 40px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #fff;
            font-size: 14px;
            border-radius: 40px;
            box-sizing: unset;
            border: solid 4px rgba(238, 211, 211, 0.8);
            background: rgba(255, 0, 0, 8);
            position: fixed;
            right: 2%;
            bottom: 143px;
            z-index: 1;
            cursor: pointer;
        }

        .copyright {
            width: 80%;
            margin: 0 auto;
            text-align: center;
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px solid #000;
            color: #000;
        }
        a{
            color: #000;
        }
        a :visited{
            color: #000;
        }