
td {
    font-size: 13px;
}
/* ::-webkit-scrollbar {
    width: 15px;
    height: 15px;
} */

/* ::webkit-scrollbar-button {
    width: 15px;
    height: 15px;
    background-color: black;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #9a9a9a;
} */

/* 顶部栏 */
.Hearder {
    width: 100%;
    background: white;
    top: 0;
}



.top_content {
    position: relative;
    width: 100%;
    box-shadow: 0 2px 4px #2b384a2b;
    height: 100px;
}


.top_nav_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.top_nav_bar ul {
    margin: 0;
    padding: 0;
}

.top_nav_bar a {
    color: #fff;
}


.top_menu {
    height: 100%;
    display: inline-block;
    margin: 0;
}

.top_menu li {
    position: relative;
    float: left;
    list-style: none;
    height: 100%;
    padding: 0 15px;
    line-height: 60px;
    box-sizing: border-box;
    cursor: pointer;

}

.top_menu a {
    display: inline-block;
}

.top_menu li a:hover {
    color: rgb(255, 128, 0);
}

.top_menu .active {
    border-top: 2px #f49cc3 solid;
    line-height: 55px;
}


/* 头部工具栏 */
.head_content {
    width: 100%;
    background: #fff;
    padding: 10px 0 0;
}

.head_content_main {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.logo_item {
    position: relative;
    cursor: pointer;
}

.logo_item .index_logo_img{
    width: 240px;
    position: absolute;
    top: -9px;
    left: -10px;
}

.logo_item .other_logo_img {
    width: 130px;
    padding: 0 10px;
}


.logo {
    width: 100px;
}


.logo_div {
    font-size: 22px;
    cursor: pointer;
    padding: 10px;
    border: 4px solid #3f51b5;
    border-radius: 15px;
    box-shadow: 2px 2px 3px #a0a0a0;
    display: inline-block;
    background-color: white;
    position: absolute;
    top: -21px;
    left: 50px;

}

.logo_div h1 {
    color: #30549a;
    font-weight: 600;
    font-size: 25px;
}

.logo_div h5 {
    color: #30549a;
    font-weight: 600 !important;
    font-size: 35px !important;
}


.h_center_c {
    display: flex;
    flex-wrap: wrap;
}


.h_center_c .search {
    width: 140px;
    height: 42px;
    background: linear-gradient(-45deg,#ffbd54,#ffad5d);
    border-radius: 20px;
    margin-left: -20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.h_center_r {
    min-width: 180px;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

.icon_tel {
    width: 28px;
    padding-top: 6px;
}

img {
    width: 100%;
}

.center_r{
    margin-left: 15px;
    color: #30549a;
}    



.head_content h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
}

.head_content p {
    font-size: 14px;
}


.main_nav {
    width: 100%;
    background: #30549A;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.m_cont {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.m_cont a {
    font-size: 1.375em;
}

.m_cont em{
    display: block;
    font: normal 0.5625em Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #fff;
}

.main_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 120px;
}

.serve {
    position: relative;
}

.main_nav ul li {
    cursor: pointer;
}

.main_nav ul li a {
    display: block;
    line-height: 30px;
    text-align: center;
    padding: 10px 30px;
}


.main_nav ul .serve .cont {
    display: none;
    width: 1200px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgb(40 40 40 / 30%);
    position: absolute;
    left: 0;
}

.main_nav ul .serve .cont ul li {
    font-size: 15px;
    color: #525252;
}


.main_nav ul .serve .cont ul li:hover {
    color: rgb(255, 128, 0);
}

.main_nav ul .zsg .cont {
    width: 421px;
}


.m_cont ul li:hover {
    background-color: rgba(198, 198, 198, 0.501);
}

.cont ul li:hover {
    background-color: #fff;
}

/* 左侧导航栏 */
/* .left_nav_bar {
    position: fixed;
    left: 0px;
    top: 60px;
    bottom: 0;
    width: 200px;
    background-color: #393d49;
    font-size: 14px;
    box-sizing: border-box;
    z-index: 999;
    overflow-x: hidden;
    display: none;
} */

/* .left_nav_bar::-webkit-scrollbar {
    display: none;
} */

.left_scroll {
    position: relative;
    width: 220px;
    height: 100%;
}

.nav_item {
    display: block;
    width: 100%;
    line-height: 40px;
}

.nav_item a {
    position: relative;
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
    color: rgba(255, 255, 255, .7);

}

.nav_parent {
    border-left: 3px solid transparent;
    background-color: #393d49;
}

.icon {
    position: absolute;
    left: 170px;
    top: 23px;
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 5px solid white;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

}


.nav_child {
    position: relative;
    z-index: 0;
    top: 0;
    border: none;
    box-shadow: none;
    color: rgba(255, 255, 255, .7);
    border-left: 3px solid transparent;
    background-color: #282b33;
    display: none;
}

.nav_child:hover {
    border-left: 3px solid #009688;
}

.nav_parent:hover,
.nav_child a:hover {
    color: #fff;
}

.active_li .nav_parent {
    color: #fff !important;
}

.active_li .icon {
    border-bottom: 5px solid white;
    border-top: 0px solid white;
}

.active_dd {
    background-color: #009688;
}

.active_dd a {
    color: #fff !important;
}


.nav_bottom {
    position: fixed;
    bottom: 0px;
    height: 40px;
    width: 200px;
    background-color: #393d49;
    text-align: center;
    line-height: 40px;
    color: white;
}

/* 右侧主体部分 */
.main_content_div {
    margin: 10px 0;
    text-align: left !important;
}


.top_tab_div {
    position: fixed;
    left: 200px;
    right: 0;
    top: 60px;
    padding-top: 5px;
    z-index: 997;
    background: #fff;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    border-top: 1px solid #eeeeee94;
    padding-left: 0px;
    border-bottom: 2px solid whitesmoke;
    box-shadow: -1px 0px 2px #00000017;
}

.top_tab_div li {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}

.this_li {
    border-bottom: 2px solid #5FB878 !important;
}

.open_icon {
    position: relative;
    top: -3px;
    left: 6px;
    display: inline-block;
    width: 0px;
    height: 0px;
    border-bottom: 5px solid #009688;
    border-top: 0px solid #009688;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.search_div {
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.search_div li {
    cursor: default;
}

.search_div span {
    font-size: 16px;
}


.search_div input {
    height: 26px;
    font-size: 14px;
    padding: 0px 5px;
    width: 140px;
    border: 1px solid #696969;
    border-radius: 2px;
}

.search_btn_div {
    padding-left: 0px !important;
}

.search_btn_div button {
    margin-right: 10px;
}

.search_btn {
    padding: 0px 13px;
    height: 30px;
    margin-top: 7px;
    background-color: #009688;
    border: 0px;
    border-radius: 2px;
    color: white;
}

.remove_btn {
    padding: 0px 13px;
    height: 30px;
    margin-top: 7px;
    background-color: #a1a1a1;
    border: 0px;
    border-radius: 2px;
    color: white;
}

.tip_btn {
    height: 30px;
    margin-top: 7px;
    background-color: #1e9fff;
    border: 0px;
    border-radius: 2px;
    color: white;
    padding: 0px 13px;
}

.content_div {
    position: absolute;
    margin: 15px;
    padding: 0;
    top: 115px;
    left: 200px;
    right: 0;
    bottom: 0;
    z-index: 900;
    width: auto;
    box-sizing: border-box;
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-size: 14px;
}

.content_bottom {
    height: 100px;
}

.tip_pop {
    padding: 8px 14px;
    line-height: 26px;
    letter-spacing: 1px;
}

.login_nav {
    position: absolute;
    background: #ffffff;
    left: 0px;
    width: 220px;
    height: 100px;
    box-shadow: 0 2px 4px #00000014;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.login_a {
    float: left;
}

.login_arrow {
    margin-left: 10px;
    width: 10px;
    height: 10px;
}

.login_nav img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    position: relative;
    top: 18px;
    left: 15px;
}

.login_nav_a {
    position: relative;
    left: 62px;
    top: -38px;
}

.user_manage {
    position: relative;
    left: 25px;
    top: -5px;
    color: rgb(30, 30, 30) !important;
}


.nav_split {
    position: relative;
    display: inline-block;
    top: -2px;
    left: 31px;
    width: 1px !important;
    height: 16px;
    background: #b3b3b3;

}

.user_exit {
    position: relative;
    left: 38px;
    top: -5px;
    color: rgb(30, 30, 30) !important;
}

.user_manage:hover,
.user_exit:hover {
    color: rgb(244, 156, 195) !important;
}

.town_activities {
    position: relative;
}

.activity_nav {
    position: absolute;
    width: 150px;
    background-color: #ffffff;
    left: 0px;
    text-align: center;
    box-shadow: 0 2px 4px #00000014;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}


.activity_nav li {
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #f49cc3ab;

}

.activity_nav li:last-child {
    border-bottom: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.activity_nav a:hover {
    color: #f49cc3;
}


.left_nav {
    z-index: 999;
    width: 70px;
    height: 450px;
    background: url(/assets/images/common/newcefu.png) 0 0 no-repeat;
    background-size: 70px 450px;
    position: fixed;
    left: 0;
    top: 22%;
    cursor: pointer;
    background-color: #ffffffb0;
    display: none;
}

.left_nav ul li.lx-zixun {
    width: 70px;
    height: 118px;
}

.left_nav ul li.fy-zixun {
    width: 70px;
    height: 105px;
}

.left_nav ul li.wx-zixun {
    width: 70px;
    height: 110px;
}

.left_nav ul li.go-top {
    width: 70px;
    height: 117px;
}

.wx_img {
    position: absolute;
    left: 69px;
    top: 180px;
    width: 213px;
    border: 12px solid #80808085;
    display: none;
}

/* 窗口客服 */
/* .window_customer_service {
    display: flex;
    position: fixed;
    right: 20px;
    bottom: 0px;
    width: 330px;
    height: 500px;
    border-radius: 10px;
    z-index: 10000;
    flex-direction: column;
    background-color: #eeeeee;
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / 40%);
} */

.head_bar {
    display: flex;
    color: #fff;
    background-color: rgb(0 136 255);
    padding: 7px 10px 5px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.user_head_portrait {
    overflow: hidden;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url() center center no-repeat;
    background-color: #fff;
    background-size: 70%;
    background-position: 50%;
    float: left;
}

.h_center {
    display: flex;
    flex-direction: column;
    margin-left: 6px;
}


.h_right {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}

.h_open_div,.h_closet_div {
    padding: 5px;
    cursor: pointer;
    margin-left: 5px;
}

.h_open_div:hover,.h_closet_div:hover {
    background-color: #282b335b;
}

.h_open {
    background: url(/assets/images/customer_service/open.svg);
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    padding: 5px;
}

.h_closet {
    background: url(/assets/images/customer_service/closet.svg);
    width: 20px;
    height: 20px;
    background-size: 120% 120%;
    background-position-y: -2px;
    background-position-x: -1px;
}

.message_container_div {
    flex: 1;
    border-bottom: 1px solid #00000033;
}


.footer_bar_div {
    display: flex;
    padding: 0 5px;
    padding-top: 10px;
}


.send_input_div {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    padding-bottom: 10px;
    margin-right: 5px;
}

.send_input {
    border: 0px solid black;
    border-radius: 12px;
    margin-left: 10px;
    padding: 7px;
    font-size: 14px;
    font-family: inherit;
    overflow: hidden;
}

.footer_bar_div div {
    float: left;
}

.footer_left_logo {
    width: 28px;
    cursor: pointer;
}

.send_img_div {
    margin-left: 5px;
}

.footer_left_logo img {
    width: 100%;
    padding-top: 2px;
}


.send_btn {
    /* background: linear-gradient(90deg, #ffb301, #ff3001d1); */
    background: #0000ffc4;    border-radius: 20px;
    border: 0px;
    height: 33px;
    width: 58px;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
}

/* .right_nav {
    display: flex;
    position: fixed;
    right: 0;
    z-index: 999;
    bottom: 0;
    background: rgb(31, 140, 235);
    flex-direction: column;
    height: 160px;
    width: 50px;
    padding-top: 10px;
    display: none;
    cursor: pointer;
} */

.right_nav {
    display: none;
}

.cons_logo {
    position: relative;
    background: url(/assets/images/customer_service/cons.svg) center center / 100% 100% no-repeat;
    width: 30px;
    height: 30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.cons_text {
    margin-top: 8px;
    width: 18px;
    position: relative;
    left: 50%;
    color: #fff;
    transform: translate(-50%, 0px);
    font-size: 18px;
}

.expression_active {
    position: absolute;
    left: 0px;
    top: 290px;
    z-index: 9999;
    visibility: hidden;
}

.expression_body {
    width: 330px;
    height: 150px;
    background: #fff;
    word-spacing: 0;
    overflow-y: scroll;
    border-radius: 6px;
    font-size: 0;
}

.expression_emoji {
    display: inline-block;
    width: 32px;
    vertical-align: top;
    cursor: pointer;
    width: 12.5%;
    padding: 9px 0;
    text-align: center;
}

.expression_emoji_img {
    width: 32px;
    border-style: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.expression_footer {
    fill: #fff;
    display: block;
    height: 0.3125rem;
    margin-left: 0.625rem;
    width: 0.5625rem;
    overflow: hidden;
}

/* 聊天内容 */

.message_container_div {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    position: relative;
    padding-right: 2px;
}

.message_list_div {
    font-size: .9375rem;
    height: 100%;
    overflow-y: scroll;
    min-height: 0;
    padding: 12px
}

.message {
    margin-top: 0.75rem;
    position: relative;
    font-weight: 400;
}

.right {
    margin-left: 3rem;
}

.left {
    margin-right: 3rem;
}

.message_content {
    align-items: flex-start;
    display: flex;
    
}

.message_text_div {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 0px 15px;

}


.message_text_div .expression_emoji {
    padding: 6px 0 !important;
    width: auto;
}

.right .message_content {
    flex-direction: row-reverse;
}

.right .message_text_div {
    background-color: #1985e3 !important;
}

.message_text {
    line-height: 19px;
    margin: 7px 0px;
    overflow-wrap: break-word;
    color: #fff;
}


.scrollbar::-webkit-scrollbar {
    width: 8px;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(159 159 159 / 9%);
    background-color: #9f9f9f00;
}


.scrollbar::-webkit-scrollbar-track {

    border-radius: 10px;
    background-color: #ffffff00;
}


.scrollbar {
    scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    -ms-overflow-style: none;
}

.upload_img_div {
    max-width: 696px;
    min-width: 1px;
    overflow: hidden;
}


.upload_img_div_img {
    border-radius: inherit;
    display: block;
    overflow: hidden;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    min-height: 200px;
    
}

.message_upload_img {
    padding: 0px;
}

.left .message_text_div {
    background-color: #dadada;
}

.left .message_text{
    color: black;
}


/* 拼音首字母 */
.results_meta {
    margin-top: 5px;
    width: 600px;
}

.page_nav li{
    float: left;
    margin-right: 10px;
    cursor: pointer;
    color: #30549a;
    padding: 0px 4px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.page_nav li:hover {
    background-color: #e1e1e1ab;
}

.page_active {
    background-color: #30549a;
    color: #fff !important;
}

.page_active:hover {
    background-color: #30549a !important;
}

.back_top {
    position: fixed;
    right: 0px;
    bottom: 50px;
    cursor: pointer;
    background: #ffffffcc;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 6px 0px 2px 3px;
}

.back_top img{
    width: 50px;
}


.school_title {
    width: 600px !important;
}

/* 择校提示 */
.select_box {
    position: absolute;
}

.select_tip_div {
    position: fixed;
    z-index: 999;
    background-color: #282b3374;
    padding: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 10px;
    padding-bottom: 28px;
    display: none;
}

.select_tip_img {
    width: 500px;
}

.close_tip {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    border-top-right-radius: 10px;

}

.close_tip:hover {
    background-color: rgba(188, 188, 188, 0.608);
}

.close_tip span {
    position: absolute;
    right: 8px;
    top: -8px;
    color: white;
}

/* 收藏夹 */
.main_parant {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.main_right {
    min-width: 300px;
    margin-top: 35px;
    margin-left: 10px;
}

.college_main_right {
    min-width: 300px;
    margin-top: 35px;
    margin-left: 10px;
}

.collect {
    height: 500px;
    background-color: #f8f8f8;
    border-radius: 6px;
    padding: 10px 10px;
}


.collect_title {
    font-size: 18px;
    color: #000000;
    padding-left: 10px;
    margin-bottom: 10px;
}

.collect_box {
    overflow: hidden;
    height: 93%;
    overflow-y: auto;
    box-shadow: 0 -1px 0px 0px #00000014;
}


.major_div {
    padding: 10px 10px;
    padding-bottom: 0px;
}

.warp {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff00;
}

.collcet_major_name {
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    padding-bottom: 1px;
    border-bottom: 1px solid #ffffff00;
    color: #30549a;
}

.collcet_major_name:hover {
    border-bottom: 1px solid #30549a;
}

.collcet_school_name, .collcet_college_name {
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    padding-bottom: 1px;
    border-bottom: 1px solid #ffffff00;
    margin: 0 25px;
}


.collcet_school_name:hover, .collcet_college_name:hover {
    border-bottom: 1px solid black;
}

.del_major {
    cursor: pointer;
}

.del_major:hover {
    color: red;
}

.null_text {
    padding: 10px 10px;
    color: #848484;
}


.Hearder_nav {
    display: flex;
    justify-content: space-between;
    padding: 10px 40px;
    border-bottom: 1px solid #dddddd;
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 999;
}


.Hearder_nav .right_item {
    display: flex;
    align-items: center;
}

.Hearder_nav .right_item img {
    width: 100px;
    cursor: pointer;
}

.scholarship_btn img{
    width: 109px !important;
}

.right_item_nav {
    margin-left: 12px;
    cursor: pointer;
    font-size: 16px;
    padding: 0px 32px;
    color: #E91E63;
    border: 1px solid #E91E63;
    min-width: 100px;
    height: 41.25px;
    border-radius: 5px;
    text-align: center;
    line-height: 41.25px;
    font-weight: 700;
    position: relative;
}


.right_item_nav:hover {
    color: #E91E63;
}

.login_active {
    min-width: 100px;
    height: 41.25px;
    border: 1px solid #0748a6;
    border-radius: 5px;
    text-align: center;
    line-height: 41.25px;
    font-weight: 700;
    color: #0748a6;
    padding: 0px 10px;
    position: relative;
}

.login_active span{
    font-size: 16px;
    line-height: 37.25px;
}


.login_info_item {
    min-width: 100px;
    width: 100%;
    padding: 4px 8px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
    border-radius: 5px;
    border: 1px solid #d7d9e0;
    overflow: hidden;
    line-height: 18px;
    font-weight: normal;
    display: none;
    position: absolute;
    left: 0px;
}

.login_info_nav {
    padding: 7px 0px;
    margin: 2px 0px;
}

.login_info_nav:hover {
    color: #315efb;
    text-decoration: none;
    background: #F1F3FD;
}

.select_nav_child {
    display: block;
    width: 205px;
    background: white;
    padding: 13px 0px;
    padding-left: 45px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #919090;
    margin-bottom: 10px;
    cursor: pointer;
}


.select_nav_child .l_title_text {
    font-size: 17px;
    margin-bottom: 3px;
    color: #30549A;
}

.select_nav_child.active {
    background: #30549A;

}

.select_nav_child.active .l_title_text, .select_nav_child.active .l_title_tip{
    color: white;
}


.select_nav_child .l_title_tip {
    font-size: 12px;
}

.main {
    display: flex;
    padding-top: 30px;
    padding-right: 45px;
}
.main .left_item {
    margin-right: 60px;
    display: none;

}

.main .right_item {
    margin: 0 auto;
    width: 1200px;
}


/* 搜索框 */
.search_nav {
    position: relative;
}

.search_item {
    position: relative;
    width: 440px;
    height: 42px;
    border: 1px solid #0748a6;
    border-radius: 5px;
    background: white;
}

.search_ipt {
    height: 40px;
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    background: none;
    outline: none;
    border: none;
    padding-right: 55px;
}

.search_a {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 42px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 99;
}


.foot_nav {
    margin-top: 100px;
    text-align: center;
}

.foot_nav .foot_main_item{
    background-color: #30549a;
    padding: 35px 0px 35px 0px;
}

.foot_nav .foot_main_item .foot_logo img{
    width: 225px;
}


.foot_nav .foot_main_item .foot_line {
    display: inline-block;
    margin-top: 20px;
    height: 1px;
    width: 800px;
    background-color: #ffebcd78;
}

.foot_nav .foot_main_item .foot_href {
    margin-top: 14px;
}

.foot_nav .foot_main_item .foot_href a{
    margin: 0 20px;
    color: white;
}


.foot_nav .foot_bottom_item {
    background-color: rgb(0 0 0 / 6%);
    padding: 5px 0px;
    font-size: 12px;
}

.foot_bottom_item {
    display: flex;
    justify-content: center;
    background-color: rgb(0 0 0 / 0%) !important;
}

.foot_bottom_item a {
    font-size: 12px;
}

.foot_bottom_item div {
    padding-top:10px;
    margin: 0px 3px;
}

.foot_beian_item {
    display: flex;
    padding-top:10px;
    padding-bottom: 5px;
}

.layui-layer-content span {
    font-size: 14px !important;
}

.gongan_item {
    display: flex;
}

.foot_beian_item div {
    padding: 0;
}

.gongan_img {
    width: 16px;
}

.gongan_img img {
    width: 100%;
}

.back_top {
    position: fixed;
    right: 0px;
    bottom: 50px;
    cursor: pointer;
    background: #ffffffcc;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 6px 0px 2px 3px;
}

.back_top img{
    width: 50px;
}

