    * {
        padding: 0;
        margin: 0;
    }
    
    a {
        text-decoration: none;
        color: unset;
    }
    
    body {
        background-color: rgb(221, 221, 221);
    }
    /* 头部 */
    
    .head_box1_text:hover {
        font-weight: bold;
        color: #CBA264;
    }
    
    .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);
    }
    /* 头部 */
    
    .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_box1 {
        width: 865px;
        /* height: 2927px; */
        background: #FFFFFF;
        overflow: hidden;
        margin-bottom: 81px;
    }
    
    .big_box1_text1 {
        font-size: 14rpx;
        font-weight: 400;
        color: #000000;
        margin-top: 28px;
        margin-left: 71px;
    }
    
    .big_box1_text2 {
        font-size: 24px;
        font-weight: bold;
        color: #000000;
        margin-top: 31px;
        margin-left: 71px;
    }
    
    .big_box1_text3 {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        display: flex;
        align-items: center;
        margin-left: 73px;
        margin-top: 16px;
    }
    
    .big_box1_text3_img1 {
        width: 20px;
        height: 21px;
        margin-right: 6px;
    }
    
    .big_box1_text3_img2 {
        width: 24px;
        height: 24px;
        margin-right: 6px;
        margin-left: 15px;
    }
    
    .big_box1_text3_img3 {
        width: 26px;
        height: 26px;
        margin-right: 6px;
        margin-left: 15px;
    }
    
    .big_box1_content1 {
        margin-top: 30px;
        padding: 0 43px;
    }
    
    .big_box1_content1_item {
        background: #F9F9F9;
        font-size: 15px;
        font-weight: 400;
        color: #000000;
        padding: 20px 26px;
        line-height: 25px;
    }
    
    .big_box1_content2 {
        margin-top: 42px;
        color: #000000;
        line-height: 25px;
        padding: 0 70px;
        font-size: 16px;
    }
    
    .big_box1_content2_text1 {}
    
    .big_box1_content2_text2 {
        font-weight: Bold;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    .big_box1_content2 img {
        width: 726px;
        height: 366px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .big_box1_content3 {
        padding: 0 45px;
        margin-top: 38px;
    }
    
    .big_box1_content3_item {
        height: 29px;
        background: #F9F9F9;
        font-size: 13px;
        font-weight: 400;
        color: #000000;
        padding: 0 20px;
        line-height: 29px;
    }
    
    .big_box1_content4 {
        padding: 0 226px;
        margin-top: 49px;
        display: flex;
        justify-content: space-between;
    }
    
    .big_box1_content4_btn {
        width: 140px;
        height: 40px;
        border: 1px solid #CBA264;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        cursor: pointer;
    }
    
    .big_box1_content4_btn_img1 {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }
    
    .big_box1_content4_btn_img2 {
        width: 17px;
        height: 17px;
        margin-right: 5px;
    }
    
    .big_box1_content5 {
        padding: 0 51px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 24px;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
    }
    
    .big_box1_content5_item {
        display: flex;
        align-items: center;
    }
    
    .big_box1_content5_item_img1 {
        width: 29px;
        height: 28px;
        margin-right: 10px;
        cursor: pointer;
    }
    
    .big_box1_content5_item_img {
        width: 22px;
        height: 22px;
        margin-left: 11px;
        cursor: pointer;
    }
    
    .big_box1_content6 {
        padding: 0 45px;
        margin-top: 31px;
        display: flex;
        justify-content: space-between;
    }
    
    .big_box1_content6_item {
        width: 360px;
        height: 94px;
        background: #CBA264;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
    }
    
    .big_box1_content6_item_text {
        margin-top: 22px;
        padding: 0 16px;
        margin-bottom: 20px;
    }
    
    .big_box1_content7 {
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 400;
        color: #000000;
        margin-left: 54px;
        margin-top: 54px;
    }
    
    .big_box1_content7_item {
        width: 4px;
        height: 22px;
        background: #CBA264;
        margin-right: 13px;
    }
    
    .big_box1_content8 {
        padding: 0 45px;
        margin-top: 23px;
    }
    
    .big_box1_content8_item {
        height: 219px;
        background: #F7F7F7;
    }
    
    .big_box1_content8_item_text1 {
        resize: none;
        border: 0;
        outline: none;
        outline-style: none;
        background: #F7F7F7;
        padding: 26px;
        width: 723px;
        height: 117px;
        font-size: 14px;
        font-weight: 400;
        color: #6D6D6D;
    }
    
    .big_box1_content8_item2 {
        background: #F7F7F7;
        height: 45px;
        border-top: 1px solid #CCCCCC;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 26px;
        padding-right: 18px;
    }
    
    .big_box1_content8_item2_text1 {
        font-size: 14px;
        font-weight: bold;
        color: #CBA264;
        display: flex;
    }
    
    .big_box1_content8_item2_text2 {
        color: #585858;
    }
    
    .big_box1_content8_item2_btn {
        width: 50px;
        height: 28px;
        background: #CBA264;
        border-radius: 5px;
        font-size: 17px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 28px;
        cursor: pointer;
    }
    
    .big_box1_content9 {
        padding: 0 54px;
        margin-top: 24px;
        display: flex;
    }
    
    .big_box1_content9_img1 {
        width: 35px;
        height: 35px;
    }
    
    .big_box1_content9_item {
        margin-left: 15px;
        line-height: 25px;
    }
    
    .big_box1_content9_item_text1 {
        font-size: 14px;
    }
    
    .big_box1_content9_item_text2 {
        font-size: 16px;
        width: 711px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    
    .big_box1_content9_img2 {
        width: 20px;
        height: 19px;
        margin-right: 10px;
    }
    
    .big_box1_content9_img3 {
        width: 22px;
        height: 24px;
        margin-right: 10px;
        margin-left: 20px;
    }
    
    .big_box1_content9_item_box1 {
        /* width: 715px; */
        height: 36px;
        border: 1px solid #B5B5B5;
        border-radius: 5px;
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .big_box1_content9_item_box_text1 {
        display: flex;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        margin-left: 23px;
    }
    
    .big_box1_content9_item_box_text2 {
        color: #CBA264;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .big_box1_content9_item_box_text3 {
        width: 510px;
        outline: none;
        outline-style: none;
        background-color: #14131F;
        border: 0;
        background-color: #FFFFFF;
    }
    
    .big_box1_content9_item_box_btn {
        width: 61px;
        height: 36px;
        background: #CBA264;
        border-radius: 5px;
        font-size: 17px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 36px;
        cursor: pointer;
    }
    
    .big_box1_content9_item_box2 {
        width: 715px;
        background: #F7F7F7;
        margin-top: 12px;
        padding-top: 20px;
        overflow: hidden;
    }
    
    .big_box1_content9_item_box2_item {
        padding-left: 11px;
        padding-right: 19px;
        margin-bottom: 33px;
    }
    
    .big_box1_content9_item_box2_item_img1 {
        width: 35px;
        height: 35px;
        margin-right: 11px;
    }
    
    .big_box1_content9_item_box2_item_text1 {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        flex: 1;
    }
    
    .big_box1_content10 {
        padding: 0 45px;
        margin-top: 47px;
        margin-bottom: 30px;
    }
    
    .big_box1_content10_item {
        height: 51px;
        border-top: 1px solid #CCCCCC;
        font-size: 18px;
        font-weight: 400;
        color: #828282;
        text-align: center;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    
    .big_box2 {}
    
    .big_box2_content1 {
        width: 315px;
        height: 218px;
        background: #FFFFFF;
    }
    
    .big_box2_content1_item1 {
        padding: 21px;
    }
    
    .big_box2_content1_item1_box {
        display: flex;
        align-items: center;
    }
    
    .big_box2_content1_item1_box img {
        width: 60px;
        height: 60px;
        margin-right: 14px;
    }
    
    .big_box2_content1_item1_box_text1 {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
    }
    
    .big_box2_content1_item1_box_text2 {
        width: 199px;
        height: 38px;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        overflow: hidden;
        /* text-overflow: ellipsis; */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .big_box2_content1_item1_box2 {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        margin-top: 14px;
        margin-bottom: 12px;
    }
    
    .big_box2_content1_item1_box2_shu {
        width: 4px;
        height: 13px;
        background: #CBA264;
        margin-right: 6px;
    }
    
    .big_box2_content1_item1_box3 {
        width: 267px;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    
    .big_box2_content2 {
        width: 315px;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    
    .big_box2_content2_btn {
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        color: #CBA264;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 153px;
        height: 56px;
        background: linear-gradient(0deg, #515151 0%, #14131F 100%);
    }
    
    .big_box2_content2_btn_img1 {
        width: 29px;
        height: 29px;
        margin-right: 10px;
    }
    
    .big_box2_content2_btn_img2 {
        width: 33px;
        height: 27px;
        margin-right: 10px;
    }
    
    .big_box2_content3 {
        width: 315px;
        height: 475px;
        background: #FFFFFF;
        margin-top: 20px;
        overflow: auto;
    }
    
    .big_box2_content3_item {
        padding: 0 25px;
        margin-top: 22px;
    }
    
    .big_box2_content3_item_title {
        border-bottom: 1px solid #CBA264;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 35px;
    }
    
    .big_box2_content3_item_title1 {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
    }
    
    .big_box2_content3_item_title2 {
        font-size: 12px;
        cursor: pointer;
    }
    
    .big_box2_content3_item2 {
        padding: 0 25px;
        margin-top: 10px;
        border-bottom: 1px solid #BFBFBF;
    }
    
    .big_box2_content3_item2_box {
        display: flex;
        align-items: center;
    }
    
    .big_box2_content3_item2_box img {
        width: 25px;
        height: 25px;
        margin-right: 13px;
    }
    
    .big_box2_content3_item2_box_text1 {
        font-size: 16px;
        font-weight: bold;
        margin-right: 15px;
    }
    
    .big_box2_content3_item2_box_text2 {
        font-size: 14px;
        color: #676767;
    }
    
    .big_box2_content3_item2_box2 {
        display: flex;
        margin-top: 16px;
    }
    
    .big_box2_content3_item2_box2_text1 {
        width: 20px;
        height: 20px;
        background: #193AB2;
        font-size: 11px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        margin-right: 16px;
    }
    
    .big_box2_content3_item2_box2_text2 {
        font-size: 14px;
        color: #193AB2;
        font-weight: bold;
        flex: 1;
    }
    
    .big_box2_content3_item2_box3 {
        display: flex;
        margin-top: 15px;
        margin-bottom: 21px;
    }
    
    .big_box2_content3_item2_box3_text1 {
        width: 20px;
        height: 20px;
        background: #C48A1A;
        font-size: 11px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        margin-right: 16px;
    }
    
    .big_box2_content3_item2_box3_text2 {
        font-size: 14px;
        color: #C48A1A;
        font-weight: bold;
        flex: 1;
    }
    
    .big_box2_content4 {
        width: 315px;
        background: #FFFFFF;
        margin-top: 20px;
        overflow: hidden;
    }
    
    .big_box2_content4_item {
        padding: 0 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #CBA264;
        margin-top: 21px;
        height: 32px;
    }
    
    .big_box2_content4_item_text1 {
        color: #CBA264;
        font-size: 18px;
        font-weight: bold;
    }
    
    .big_box2_content4_item_text2 {
        font-size: 12px;
        cursor: pointer;
    }
    
    .big_box2_content4_item2 {
        padding: 0 24px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 12px;
    }
    
    .big_box2_content4_item2_box {
        cursor: pointer;
        margin-bottom: 25px;
        width: 129px;
    }
    
    .big_box2_content4_item2_box img {
        width: 129px;
        height: 90px;
        transition: all 0.5s;
    }
    
    .big_box2_content4_item2_box img:hover {
        transition: all 0.5s;
        transform: scale(1.05);
    }
    
    .big_box2_content4_item2_box_text1 {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    
    .big_box2_content4_item2_box_text2 {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-weight: bold;
        color: #E51010;
    }
    
    .big_box2_content4_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_box2_content5 {
        width: 315px;
        height: 500px;
        background: #FFFFFF;
        margin-top: 20px;
        overflow: auto;
    }
    
    .big_box2_content5_item {
        margin-top: 22px;
        padding: 0 30px;
    }
    
    .big_box2_content5_item_box {
        border-bottom: 1px solid #666666;
        display: flex;
        height: 101px;
        align-items: center;
        line-height: 22px;
        cursor: pointer;
    }
    
    .big_box2_content5_item_box img {
        width: 88px;
        height: 65px;
        margin-right: 14px;
    }
    
    .big_box2_content5_item_box_text1 {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
    }
    
    .big_box2_content5_item_box_text2 {
        font-size: 14px;
        font-weight: 400;
        color: #434343;
    }
    /*底部*/
    
    .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;
    }
    /*底部*/