    * {
        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 {
        display: flex;
        justify-content: space-between;
        width: 1200px;
        margin-bottom: 145px;
    }
    
    .big_box1_content1 {
        width: 865px;
        height: 213px;
        background: #FFFFFF;
        overflow: hidden;
    }
    
    .big_box1_content1_item {
        margin-top: 27px;
        margin-left: 29px;
        font-size: 15px;
        font-weight: 400;
        color: #000000;
    }
    
    .big_box1_content1_item_box {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    
    .big_box1_content1_item_box_text1 {
        margin-right: 25px;
        width: 45px;
        cursor: pointer;
    }
    
    .big_box1_content1_item_box_text {
        color: #CBA264;
        border-bottom: 1px solid #CBA264;
        cursor: pointer;
    }
    
    .big_box1_content2 {
        width: 865px;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .big_box1_content2_item {
        width: 270px;
        height: 250px;
        background: #FFFFFF;
        margin-bottom: 27px;
    }
    
    .big_box1_content2_item img {
        width: 270px;
        height: 157px;
        transition: all 0.5s;
        cursor: pointer;
    }
    
    .big_box1_content2_item img:hover {
        transition: all 0.5s;
        transform: scale(1.05);
    }
    
    .big_box1_content2_item_text1 {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        margin-top: 10px;
        margin-left: 12px;
    }
    
    .big_box1_content2_item_box {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        padding: 0 12px;
        margin-top: 7px;
    }
    
    .big_box1_content2_item_box_tag {
        width: 32px;
        height: 20px;
        background: #CBA264;
        border-radius: 3px;
        font-size: 11px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        margin-right: 12px;
        cursor: pointer;
    }
    
    .big_box1_content2_item_box2 {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 400;
        color: #6A6A6A;
        padding: 0 12px;
        margin-top: 6px;
    }
    
    .big_box1_content3 {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }
    
    .big_box1_content3_item {
        height: 26px;
        font-size: 13px;
        font-weight: 400;
        color: #000000;
        text-align: center;
        line-height: 26px;
        border: 1px solid rgb(221, 221, 221);
        padding: 0 10px;
        margin-right: 18px;
        cursor: pointer;
        background: #FFFFFF;
    }
    
    #big_box1_content3_item_choose {
        background: #CBA264;
        font-size: 13px;
        font-weight: 400;
        color: #FFFFFF;
    }
    
    .big_box2_content1 {
        width: 315px;
        height: 213px;
        background: #FFFFFF;
        overflow: hidden;
    }
    
    .big_box2_content1_text {
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        margin-top: 10px;
        margin-left: 18px;
        margin-bottom: 13px;
    }
    
    .big_box2_content1_item {
        background-image: url(../static/course_column/img4.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 277px;
        height: 152px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    
    .big_box2_content1_item img {
        width: 79px;
        height: 79px;
    }
    
    .big_box2_content1_item_text {
        font-size: 15px;
        font-weight: 400;
        color: #FFFFFF;
        position: absolute;
        left: 17px;
        bottom: 6px;
    }
    
    .big_box2_content2 {
        width: 315px;
        height: 643px;
        background: #FFFFFF;
        margin-top: 20px;
        overflow: auto;
    }
    
    .big_box2_content2_item {
        padding: 0 25px;
        margin-top: 22px;
    }
    
    .big_box2_content2_item_title {
        border-bottom: 1px solid #CBA264;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 35px;
    }
    
    .big_box2_content2_item_title1 {
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        display: flex;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
    }
    
    .big_box2_content2_item_title2 {
        font-size: 12px;
        cursor: pointer;
    }
    
    .big_box2_content2_item2 {
        padding: 0 25px;
        margin-top: 10px;
        border-bottom: 1px solid #BFBFBF;
    }
    
    .big_box2_content2_item2_box {
        display: flex;
        align-items: center;
    }
    
    .big_box2_content2_item2_box img {
        width: 25px;
        height: 25px;
        margin-right: 13px;
    }
    
    .big_box2_content2_item2_box_text1 {
        font-size: 16px;
        font-weight: bold;
        margin-right: 15px;
    }
    
    .big_box2_content2_item2_box_text2 {
        font-size: 14px;
        color: #676767;
    }
    
    .big_box2_content2_item2_box2 {
        display: flex;
        margin-top: 16px;
    }
    
    .big_box2_content2_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_content2_item2_box2_text2 {
        font-size: 14px;
        color: #193AB2;
        font-weight: bold;
        flex: 1;
    }
    
    .big_box2_content2_item2_box3 {
        display: flex;
        margin-top: 15px;
        margin-bottom: 21px;
    }
    
    .big_box2_content2_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_content2_item2_box3_text2 {
        font-size: 14px;
        color: #C48A1A;
        font-weight: bold;
        flex: 1;
    }
    
    .tab_choose1 {
        border-bottom: 7px solid #CBA264;
        font-weight: bold;
        height: 32px;
        line-height: 32px;
    }
    
    .big_box2_content2_item3 {
        padding: 0 22px;
    }
    
    .big_box2_content2_item3_box {
        height: 85px;
        border-bottom: 1px solid #BFBFBF;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    
    .big_box2_content2_item3_box img {
        width: 35px;
        height: 35px;
        margin-right: 11px;
    }
    
    .big_box2_content2_item3_box_text1 {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        display: flex;
        justify-content: space-between;
        flex: 1;
    }
    
    .big_box2_content2_item3_box_text2 {
        color: #676767;
        font-weight: 400;
    }
    
    .big_box2_content2_item3_box_text3 {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        margin-top: 3px;
    }
    
    .big_box2_content2_item4 {
        display: flex;
        justify-content: space-between;
        padding: 0 25px;
        margin-top: 20px;
    }
    
    .big_box2_content2_item4_box1 {
        width: 120px;
        height: 30px;
        background: #FFFFFF;
        border: 1px solid #C48A1A;
        font-size: 14px;
        font-weight: 400;
        color: #C48A1A;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }
    
    .big_box2_content2_item4_box2 {
        width: 120px;
        height: 30px;
        background: #C48A1A;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }
    
    .big_box2_content3 {
        margin-top: 20px;
        width: 315px;
        height: 633px;
        background: #FFFFFF;
        overflow: auto;
    }
    
    .content2_item2_box2 {
        width: 315px;
        height: 633px;
        background: #FFFFFF;
        overflow: auto;
        margin-top: 20px;
    }
    
    .content2_item2_box2_content {
        padding: 0 21px;
        margin-top: 20px;
    }
    
    .content2_item2_box2_item1 {
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        border-bottom: 1px solid #CBA264;
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        height: 35px;
    }
    
    .tab_choose4 {
        color: #AF761F;
        border-bottom: 5px solid #CBA264;
        height: 33px;
    }
    
    .content2_item2_box2_item_new {
        /* height: 434px; */
    }
    
    .content2_item2_box2_item2 {
        height: 126px;
        background: #F9F9F9;
        padding: 0 10px;
        margin-top: 15px;
        overflow: hidden;
    }
    
    .content2_item2_box2_item2_box1 {
        display: flex;
        justify-content: space-between;
        font-size: 17px;
        font-weight: bold;
        color: #000000;
        align-items: center;
        margin-top: 9px;
    }
    
    .content2_item2_box2_item2_box1_img1 {
        width: 43px;
        height: 43px;
        margin-right: 10px;
    }
    
    .content2_item2_box2_item2_box1_img2 {
        width: 20px;
        height: 14px;
        margin-left: 6px;
    }
    
    .content2_item2_box2_item2_box1_text {
        font-size: 17px;
        font-weight: 400;
        color: #AF761F;
    }
    
    .content2_item2_box2_item2_box1_text2 {
        width: 81px;
        height: 25px;
        background: #F4BA62;
        border-radius: 3px;
        font-size: 13px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 25px;
        cursor: pointer;
    }
    
    .content2_item2_box2_item2_box_new2 {
        display: flex;
        justify-content: space-between;
        text-align: center;
        margin-top: 20px;
    }
    
    .content3_item1_title_text1 {
        color: #000000;
        font-size: 13px;
    }
    
    .content2_item2_box2_item2_box_new2_text1 {
        width: 25%;
        height: 36px;
        border-right: 1px solid #9A9A9A;
    }
    
    .content2_item2_box2_item2_box2 {
        width: 253px;
        height: 40px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #000000;
        margin-top: 13px;
        overflow: hidden;
        /* text-overflow: ellipsis; */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 21px;
    }
    
    .content2_item2_box2_item2_box3 {
        display: flex;
        justify-content: space-between;
    }
    
    .content2_item2_box2_item2_box3_btn {
        width: 77px;
        height: 25px;
        background: #F4BA62;
        border-radius: 3px;
        font-size: 15px;
        font-weight: 400;
        color: #000000;
        text-align: center;
        line-height: 25px;
        cursor: pointer;
    }
    
    .content2_item2_box2_item2_box_new2_text2 {
        color: #666666;
        font-size: 12px;
    }
    
    .content2_item2_box2_item2_box_new2_text3 {
        color: #010101;
        font-size: 16px;
    }
    /*底部*/
    
    .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;
    }
    /*底部*/