<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    * {
        padding: 0;
        margin: 0;
    }
    
    a {
        text-decoration: none;
        color: unset;
    }
    
    body {
        background-color: rgb(221, 221, 221);
    }
    /* å¤´éƒ¨ */
    
    .head {
        height: 75px;
        background-color: #14131F;
        /* padding: 0 150px; */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .head_box1 {
        display: flex;
        height: 75px;
        align-items: center;
    }
    
    .head_box1_text_mask_box2_content {
        padding: 0 30px;
        height: 100%;
    }
    
    .login_text2 {
        line-height: 40px;
    }
    
    .login_text {
        height: 107px;
        line-height: 107px;
    }
    
    .head_box1_text_serverMask_item {
        text-align: center;
        line-height: 50px;
    }
    
    .head_box2_box {
        display: flex;
        align-items: center;
        margin-left: 35px;
        cursor: pointer;
    }
    
    .head_box1_text {
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        margin-right: 31px;
        cursor: pointer;
        position: relative;
        height: 75px;
        line-height: 75px;
    }
    
    .head_box1_img {
        width: 145px;
        height: 33px;
        margin-right: 68px;
    }
    
    .head_choose {
        font-size: 18px;
        font-weight: bold;
        color: #CBA264;
    }
    
    .head_box1_search {
        width: 136px;
        height: 40px;
        border: 1px solid #CBA264;
        border-radius: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-right: 30px;
    }
    
    .head_box1_search_input {
        width: 82px;
        outline: none;
        outline-style: none;
        background-color: #14131F;
        border: 0;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin-left: 10px;
    }
    
    .head_box1_search img {
        width: 27px;
        height: 27px;
        margin-right: 10px;
        cursor: pointer;
    }
    
    .head_box2 {
        display: flex;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
    }
    
    .head_box2_img {
        width: 22px;
        height: 22px;
        margin-right: 11px;
    }
    
    .head_box1_text_serverMask {
        position: absolute;
        top: 75px;
        left: 0;
        width: 140px;
        /* height: 400px; */
        background-color: rgb(255, 143, 69);
        z-index: 999;
        font-size: 15px;
        color: #FFFFFF;
        display: none;
    }
    
    .head_box1_text_serverMask_item {
        text-align: center;
        line-height: 50px;
    }
    
    .head_box1_text_mask_box1 {
        width: 20%;
        height: 100%;
        background-color: rgb(255, 238, 226);
    }
    
    .head_box1_text_mask_box1_text {
        color: rgb(255, 143, 81);
        height: 33%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        font-weight: 400;
    }
    
    .head_box1_text_mask_box2 {
        font-size: 17px;
        color: #000000;
        width: 100%;
    }
    
    .head_box1_text_mask_box2_item {
        height: 33%;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-bottom: 1px solid rgb(243, 243, 243);
    }
    
    #head_box1_text_mask {
        position: absolute;
        left: 0;
        top: 75px;
        width: 700px;
        height: 160px;
        background-color: #FFFFFF;
        z-index: 9999;
        display: flex;
    }
    
    .login_mask {
        position: absolute;
        left: 0;
        top: 73px;
        border: 1px solid rgb(255, 231, 209);
        width: 91px;
        /* height: 150px; */
        z-index: 999;
        background-color: #FFFFFF;
        color: rgb(103, 96, 91);
        font-size: 17px;
        text-align: center;
        display: none;
    }
    
    .head_box2_text {
        position: relative;
    }
    
    .head_box3 {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
        top: 75px;
    }
    
    .head_box3_content {
        display: none;
        width: 1200px;
        height: 126px;
        background: #FFFFFF;
        box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.95);
    }
    
    .head_box3_item1 {
        height: 47px;
        border-bottom: 2px solid #EBEBEB;
        padding: 0 58px;
        display: flex;
        align-items: center;
    }
    
    .head_box3_item1_text {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        margin-right: 35px;
        display: flex;
        align-items: center;
    }
    
    .head_box3_item1_icon1 {
        width: 15px;
        height: 14px;
        margin-right: 5px;
        margin-top: -2px;
    }
    
    .head_box3_item1_icon2 {
        width: 16px;
        height: 15px;
        margin-right: 5px;
    }
    
    .head_box3_item1_icon3 {
        width: 13px;
        height: 15px;
        margin-right: 5px;
    }
    
    .head_box3_item1_icon4 {
        width: 11px;
        height: 14px;
        margin-right: 5px;
    }
    
    .head_box3_item2 {
        padding: 0 58px;
        height: 77px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .head_box3_item2_box1 {
        display: flex;
        align-items: center;
    }
    
    .head_box3_item2_img1 {
        width: 81px;
        height: 39px;
        margin-right: 33px;
    }
    
    .head_box3_item2_box1_item {
        display: flex;
        align-items: center;
        margin-right: 47px;
    }
    
    .head_box3_item2_img2 {
        width: 107px;
        height: 60px;
        margin-right: 13px;
    }
    
    .head_box3_item2_box1_item_text1 {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        width: 180px;
        height: 38px;
    }
    
    .head_box3_item2_box1_item_text2 {
        font-size: 11px;
        font-weight: 400;
        color: #B3B3B3;
    }
    
    .head_box3_item2_box2 {
        display: flex;
        align-items: center;
    }
    
    .head_box3_item2_box2_img {
        width: 94px;
        height: 40px;
        margin-right: 29px;
    }
    
    .head_box3_item2_box2_item {
        background-image: url(../static/head/icon6.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 61px;
        height: 62px;
        display: flex;
        align-items: flex-end;
        margin-right: 21px;
    }
    
    .head_box3_item2_box2_item_text {
        width: 100%;
        height: 24px;
        background: rgba(75, 92, 87, 0.8);
        font-size: 12px;
        font-weight: 400;
        color: #E9E6D5;
        text-align: center;
        line-height: 24px;
    }
    
    .head_box3_content2 {
        width: 1200px;
        height: 103px;
        background: #FFFFFF;
        box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.95);
        display: flex;
        align-items: center;
    }
    
    .head_box3_content2_img {
        width: 94px;
        height: 40px;
        margin-left: 33px;
        margin-right: 32px;
    }
    
    .head_box3_content2_item {
        display: flex;
        align-items: center;
        margin-right: 46px;
    }
    
    .head_box3_content2_item_img {
        width: 63px;
        height: 63px;
        margin-right: 15px;
    }
    
    .head_box3_content2_item_text {
        font-size: 14px;
        font-weight: 500;
        color: #666666;
        display: flex;
        align-items: center;
    }
    
    .head_box3_content2_item_img2 {
        width: 14px;
        height: 13px;
        margin-left: 4px;
    }
    
    .head_box3_content2_item_text2 {
        width: 57px;
        height: 24px;
        background: #D8A239;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        line-height: 24px;
        margin-top: 10px;
    }
    
    .head_box3_content4 {
        width: 1200px;
        height: 135px;
        background: #FFFFFF;
        box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.95);
    }
    
    .head_box3_content4_item {
        height: 45px;
        border-bottom: 1px solid #EBEBEB;
        padding: 0 58px;
        display: flex;
        align-items: center;
    }
    
    .head_box3_content4_item_text {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        margin-right: 35px;
    }
    
    .head_box3_content4_item2 {
        padding: 0 33px;
        display: flex;
        align-items: center;
        height: 89px;
    }
    
    .head_box3_content4_item2_img {
        width: 94px;
        height: 40px;
        margin-right: 32px;
    }
    
    .head_box3_content4_item2_box {
        display: flex;
        align-items: center;
        margin-right: 46px;
    }
    
    .head_box3_content4_item2_box_img {
        width: 63px;
        height: 63px;
        margin-right: 15px;
    }
    
    .head_box3_content4_item2_box_text {
        font-size: 14px;
        font-weight: 500;
        color: #666666;
        display: flex;
        align-items: center;
    }
    
    .head_box3_content4_item2_box_img2 {
        width: 14px;
        height: 13px;
        margin-left: 4px;
    }
    
    .head_box3_content4_item2_box_text2 {
        width: 57px;
        height: 24px;
        background: #D8A239;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        line-height: 24px;
        margin-top: 10px;
    }
    
    .head_box3_content3 {
        width: 1200px;
        height: 126px;
        background: #FFFFFF;
        box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.95);
    }
    
    .head_box3_content3_item1 {
        border-bottom: 1px solid #EBEBEB;
        height: 45px;
        padding: 0 56px;
        display: flex;
        align-items: center;
    }
    
    .head_box3_content3_item1_box {
        display: flex;
        align-items: center;
    }
    
    .head_box3_content3_item1_box_text1 {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        display: flex;
        align-items: center;
        margin-right: 48px;
    }
    
    .shu {
        width: 2px;
        height: 15px;
        background: #333333;
        margin-left: 4px;
    }
    
    .head_box3_content3_item1_box_text2 {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        margin-right: 34px;
    }
    
    .head_box3_content3_item2 {
        padding: 0 56px;
        display: flex;
        align-items: center;
        height: 80px;
    }
    
    .head_box3_content3_item2_img1 {
        width: 81px;
        height: 35px;
        margin-right: 31px;
    }
    
    .head_box3_content3_item2_box {
        display: flex;
        align-items: center;
        margin-right: 47px;
    }
    
    .head_box3_content3_item2_box img {
        width: 107px;
        height: 60px;
        margin-right: 13px;
    }
    
    .head_box3_content3_item2_box_text {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        width: 168px;
    }
    
    .head_box3_content3_item2_box_text2 {
        font-size: 11px;
        font-weight: 400;
        color: #B3B3B3;
        margin-top: 5px;
    }
    
    .head_box3_content5 {
        width: 1200px;
        height: 126px;
        background: #FFFFFF;
        box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.95);
    }
    
    .head_box1_text:hover {
        font-weight: bold;
        color: #CBA264;
    }
    /* å¤´éƒ¨ */
    
    .news {
        width: 1200px;
        height: 47px;
        background: #ECDFB0;
        overflow: hidden;
        line-height: 47px;
        font-size: 23px;
        font-weight: 500;
        color: #AF761F;
        /* display: flex; */
        position: relative;
        margin-bottom: 28px;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    .news_img {
        width: 33px;
        height: 29px;
        position: absolute;
        left: 41px;
        top: 10px;
    }
    
    .big_content {
        width: 1200px;
        display: flex;
        justify-content: space-between;
    }
    
    .big_content_item {
        width: 1200px;
        height: 541px;
        background: #14131F;
    }
    
    .big_content_box1 {
        width: 806px;
    }
    
    .big_content_box1_text1 {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .big_content_box1_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 14px;
    }
    
    .big_content_box1_item_text1 {
        display: flex;
        align-items: center;
        font-size: 12px;
        font-weight: 400;
        color: #CBA264;
        cursor: pointer;
    }
    
    .big_content_box1_item_text1 img {
        width: 27px;
        height: 19px;
        margin-right: 10px;
    }
    
    .big_content_box1_item_text2 {
        display: flex;
        font-size: 16px;
        color: #D4D4D4;
    }
    
    .big_content_box1_item_text3 {
        position: relative;
        margin-right: 50px;
    }
    
    .triangle {
        width: 301px;
        height: 146px;
        position: absolute;
        left: -135px;
        display: none;
    }
    
    .triangle .popup {
        width: 301px;
        background: #14131F;
        border-radius: 10px;
        position: absolute;
        top: 21px;
        left: 0px;
        /* border: 1px solid #333; */
    }
    
    .triangle .popup span {
        display: block;
        width: 0;
        height: 0;
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: transparent transparent #333;
        position: absolute;
        top: -10px;
        left: 50%;
        /* ä¸‰è§’å½¢å±…ä¸­æ˜¾ç¤º */
        margin-left: -10px;
        /* ä¸‰è§’å½¢å±…ä¸­æ˜¾ç¤º */
    }
    
    .triangle .popup em {
        display: block;
        width: 0;
        height: 0;
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: transparent transparent #14131F;
        position: absolute;
        top: 1px;
        left: -10px;
    }
    
    .popup_text {
        padding: 15px;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
    }
    
    .popup_text img {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }
    
    .big_content_box2 {
        position: relative;
    }
    
    .big_content_box2_item1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .big_content_box2_item1_box {
        width: 182px;
        height: 47px;
        background: rgb(39, 34, 38);
        font-size: 18px;
        text-align: center;
        line-height: 47px;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
    }
    
    .big_content_box2_item1_box1 {
        background: rgb(112, 91, 66);
        font-size: 18px;
        font-weight: bold;
        color: #FFFFFF;
        cursor: pointer;
    }
    
    .big_content_box2_item2 {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 16px;
        margin-left: 17px;
    }
    
    .big_content_box2_item3 {
        margin-left: 17px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 10px;
        cursor: pointer;
    }
    
    .big_content_box2_item3 img {
        width: 12px;
        height: 11px;
        margin-right: 8px;
    }
    
    .big_content_box2_item4 {
        width: 364px;
        height: 35px;
        background: rgb(75, 62, 52);
        font-size: 12px;
        font-weight: bold;
        color: #F3BA65;
        cursor: pointer;
    }
    
    .big_content_box2_item4 img {
        width: 17px;
        height: 17px;
        margin-right: 5px;
    }
    
    .big_content_box2_item4_text1 {
        width: 28px;
        height: 21px;
        background: #0E17D3;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 21px;
        text-align: center;
    }
    
    .big_content_box2_item5 {
        width: 364px;
        height: 35px;
        font-size: 12px;
        color: #BFBFBF;
    }
    
    .big_content_box2_item5 img {
        width: 18px;
        height: 20px;
        margin-right: 5px;
    }
    
    .big_content_box2_item5_text1 {
        width: 28px;
        height: 21px;
        background: #0E17D3;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 21px;
        text-align: center;
    }
    
    .big_content_box2_item6 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .big_content_box2_item6_text {
        font-size: 24px;
        color: #CBA264;
        font-weight: bold;
    }
    
    .big_content_box2_item6_text2 {
        width: 122px;
        height: 55px;
        background: #CBA264;
        font-size: 18px;
        text-align: center;
        line-height: 55px;
        font-weight: bold;
        color: #FFFFFF;
        cursor: pointer;
    }
    
    .big_content2 {
        width: 1200px;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        margin-bottom: 145px;
    }
    
    .big_content2_box1_content1 {
        width: 865px;
        height: 206px;
        background: #FFFFFF;
    }
    
    .big_content2_box1_content1_item1 {
        height: 46px;
        border-bottom: 1px solid #DDDDDD;
        font-size: 20px;
        font-weight: bold;
        color: #14131F;
        line-height: 46px;
    }
    
    .big_content2_box1_content1_item2 {
        display: flex;
        margin-top: 15px;
    }
    
    .big_content2_box1_content1_item2 img {
        width: 84px;
        height: 84px;
        margin-right: 21px;
    }
    
    .big_content2_box1_content1_item2_text1 {
        font-size: 14px;
        font-weight: bold;
        color: #14131F;
        width: 345px;
        line-height: 20px;
    }
    
    .big_content2_box1_content1_item2_text2 {
        font-size: 12px;
        font-weight: 400;
    }
    
    .big_content2_box1_content1_item2_shu {
        width: 1px;
        height: 127px;
        background: #DDDDDD;
        margin-left: 31px;
        margin-right: 31px;
    }
    
    .big_content2_box1_content1_item2_text3 {
        width: 297px;
        font-size: 14px;
        font-weight: 400;
        color: #14131F;
        line-height: 20px;
    }
    
    .big_content2_box1_content2 {
        width: 865px;
        height: 513px;
        background: #FFFFFF;
        margin-top: 20px;
        overflow: hidden;
    }
    
    .big_content2_box1_content2_item1 {
        height: 46px;
        border-bottom: 1px solid #DDDDDD;
        font-size: 20px;
        font-weight: bold;
        color: #14131F;
        line-height: 46px;
    }
    
    .big_content2_box1_content2_item2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .big_content2_box1_content2_item2_box {
        width: 362px;
        height: 115px;
        border-bottom: 1px solid #DDDDDD;
        overflow: hidden;
    }
    
    .big_content2_box1_content2_item2_box_text1 {
        font-size: 16px;
        font-weight: 400;
        color: #14131F;
        margin-top: 18px;
        height: 42px;
    }
    
    .big_content2_box1_content2_item2_box_text2 {
        display: flex;
        align-items: center;
        font-size: 13px;
        font-weight: 400;
        color: #14131F;
        margin-top: 10px;
    }
    
    .big_content2_box1_content2_item2_box_text3 {
        width: 40px;
        height: 28px;
        background: #CBA264;
        color: #FFFFFF;
        font-size: 13px;
        text-align: center;
        line-height: 28px;
        margin-right: 19px;
    }
    
    .big_content2_box1_content2_item2_box_text2 img {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }
    
    .big_content2_box1_content3 {
        width: 865px;
        height: 406px;
        background: #FFFFFF;
        margin-top: 20px;
    }
    
    .big_content2_box1_content3_item1 {
        height: 56px;
        border-bottom: 1px solid #DDDDDD;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        font-weight: bold;
        color: #000000;
    }
    
    .big_content2_box1_content3_item1_text {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        cursor: pointer;
    }
    
    .big_content2_box1_content3_item2 {
        margin-top: 25px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        line-height: 37px;
    }
    
    .big_content2_box1_content3_item2_text {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        width: 350px;
    }
    
    .big_content2_box2_content1 {
        width: 315px;
        height: 416px;
        background: #FFFFFF;
        overflow: hidden;
    }
    
    .big_content2_box2_content1_item {
        padding: 0 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #CBA264;
        margin-top: 2px;
        height: 32px;
    }
    
    .big_content2_box2_content1_item_text1 {
        color: #000000;
        font-size: 18px;
        font-weight: bold;
    }
    
    .big_content2_box2_content1_item_text2 {
        font-size: 12px;
        cursor: pointer;
    }
    
    .big_content2_box2_content1_item2 {
        padding: 0 24px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 12px;
    }
    
    .big_content2_box2_content1_item2_box {
        cursor: pointer;
        margin-bottom: 25px;
        width: 129px;
    }
    
    .big_content2_box2_content1_item2_box img {
        width: 129px;
        height: 90px;
        transition: all 0.5s;
    }
    
    .big_content2_box2_content1_item2_box img:hover {
        transition: all 0.5s;
        transform: scale(1.05);
    }
    
    .big_content2_box2_content1_item2_box_text1 {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    
    .big_content2_box2_content1_item2_box_text2 {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-weight: bold;
        color: #E51010;
    }
    
    .big_content2_box2_content1_item2_box_text2_btn {
        width: 56px;
        height: 16px;
        background: #CBA264;
        border-radius: 3px;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 16px;
    }
    
    .big_content2_box2_content2 {
        width: 315px;
        height: 205px;
        background: linear-gradient(0deg, #FBF7F3 0%, #F5DAB1 100%);
        margin-top: 20px;
        overflow: hidden;
    }
    
    .big_content2_box2_content2_item {
        font-size: 18px;
        font-weight: bold;
        color: #631D02;
        margin-top: 15px;
    }
    
    .big_content2_box2_content2_item2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        color: #631D02;
        margin-top: 20px;
    }
    
    .big_content2_box2_content2_item2_text {
        font-size: 16px;
        font-weight: bold;
    }
    
    .big_content2_box2_content2_item3 {
        font-size: 14px;
        font-weight: 400;
        color: #14131F;
        margin-top: 13px;
    }
    
    .big_content2_box2_content2_item4 {
        display: flex;
        align-items: center;
        margin-top: 13px;
    }
    
    .big_content2_box2_content2_item4_text1 {
        width: 60px;
        height: 30px;
        background: #CBA264;
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        font-weight: 400;
        color: #14131F;
        margin-right: 19px;
        cursor: pointer;
    }
    
    .big_content2_box2_content2_item4_text2 {
        width: 60px;
        height: 30px;
        background: #FFFFFF;
        border: 1px solid #CBA264;
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        font-weight: 400;
        color: #14131F;
        cursor: pointer;
    }
    
    .big_content2_box2_content2_item5 {
        width: 84px;
        height: 84px;
        position: absolute;
        right: 27px;
        bottom: 0;
    }
    
    .big_content2_box2_content3 {
        width: 315px;
        height: 503px;
        background: #FFFFFF;
        margin-top: 20px;
        overflow: hidden;
    }
    
    .big_content2_box2_content3_item1 {
        font-size: 20px;
        margin-top: 22px;
        font-weight: bold;
        color: #000000;
    }
    
    .big_content2_box2_content3_item2 {
        height: 41px;
        border-bottom: 1px solid #DDDDDD;
        line-height: 41px;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }
    
    .big_content2_box2_content3_item3 {
        margin-top: 11px;
        overflow: auto;
        height: 385px;
    }
    
    .big_content2_box2_content3_item3_box {
        display: flex;
    }
    
    .big_content2_box2_content3_item3_box img {
        width: 35px;
        height: 35px;
        margin-right: 15px;
    }
    
    .big_content2_box2_content3_item3_box_text {
        font-size: 12px;
        color: #CBA264;
        display: flex;
        align-items: center;
    }
    
    .big_content2_box2_content3_item3_box_text2 {
        font-size: 12px;
        color: #A3A3A3;
        margin-left: 25px;
    }
    
    .big_content2_box2_content3_item3_box_text3 {
        font-size: 12px;
        color: #000000;
    }
    /*åº•éƒ¨*/
    
    .bottom_item1_box3 {
        margin-top: 30px;
    }
    
    .bottom_item1_box1_text1 {
        width: 9px;
        height: 23px;
        background: linear-gradient(0deg, #CBA264 0%, #FADECC 100%);
        margin-right: 16px
    }
    
    .bottom {
        background-image: url(../static/index/bottom.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 543px;
    }
    
    .bottom_content {
        padding-left: 363px;
        padding-right: 362px;
        padding-top: 49px;
        display: flex;
        justify-content: space-between;
    }
    
    .bottom_item1 {
        display: flex;
        justify-content: flex-start;
    }
    
    .bottom_item2 {
        display: flex;
        justify-content: flex-start;
        margin-top: 100px;
    }
    
    .bottom_item2_img1 {
        width: 151px;
        height: 151px;
    }
    
    .bottom_item2_text {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        margin-top: 16px;
    }
    
    .bottom_item1_box1 {
        text-align: center;
        margin-right: 105px;
    }
    
    .bottom_item1_box1_title {
        font-size: 18px;
        font-weight: 600;
        color: #FFFFFF;
        margin-bottom: 41px;
        cursor: pointer;
    }
    
    .bottom_item1_box1_text {
        font-size: 18px;
        font-weight: 400;
        color: #BEC7DA;
        margin-bottom: 17px;
        cursor: pointer;
    }
    
    .bottom_xian {
        width: 1202px;
        height: 1px;
        background: #35466A;
        margin-top: 10px;
        margin-bottom: 14px;
    }
    
    .bottom_content2 {
        padding-left: 363px;
        padding-right: 362px;
    }
    
    .bottom_item1 {
        font-size: 16px;
        font-weight: 400;
        color: #FEFEFE;
    }
    
    .bottom_item_img1 {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 12px;
        cursor: pointer;
    }
    
    .bottom_item_text {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 16px;
    }
    /*åº•éƒ¨*/</pre></body></html>