.header_content{
    display: flex;
    justify-content:space-between;
}
.header_wrap {
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
}
.header_logo{
    width:30px;height:30px;
}
.header_logo img{
    width:30px;height:30px;
}
.header_sitename {
    font-weight:bold;margin-left:6px;color:#000;text-decoration:none;
}
.header_sitename:hover {
    color:#000;
    text-decoration:none;
}

.header_logo_wrap {
 
    display: flex;
    align-items: center; 
    color: #000;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;

    min-width: max-content;
    margin: auto 40px;
}

.header_logo_wrap > img {
    width: 30px;
    height: 30px;
    margin-right: 6px;
}

@media (max-width: 1450px) {
}

@media (max-width: 1200px) {
    .header_logo_wrap {
        font-size: 20px;
    }
}

.search_wrap {
    display: flex;
    justify-content:flex-start;
    align-items: center;
}

.search_input {
    background-color: #eee;
    border-radius: 4px 0 0 4px;
    padding: 6px 15px 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    /*height: 0;*/
}

input[type="search"]:focus {
    background: none;
    outline: none; /* 去掉默认的轮廓线 */
}
/* 去除输入框背景 */
input[type="search"] {
    background: none;
    border: none;
}

/* 去除关闭按钮背景 */
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

/* 兼容其他浏览器的关闭按钮 */
input[type="search"]::-ms-clear {
    display: none;
}
.search_input > input {
    background-color: rgba(255, 255, 255, 0);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    color: #161616;
    border: none;
    outline: none;
    width: 100%;
}

.search_input > input::-webkit-input-placeholder {
    color: #999;
}

.search_input > input:-moz-placeholder {
    color: #999;
}

.search_input > input:-ms-input-placeholder {
    color: #999;
}

.search_btn {
    background-color: #ff7450;
    border-radius: 0 4px 4px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100%;*/
    cursor: pointer;
    padding: 6px 16px;
}

.search_btn > img {
    width: 20px;
    height: 20px;
}

.header_menu_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 2;
}

.header_menu {
    color: #000;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    padding-right: 15px;
    margin-right: 15px;
}
button:focus {
    outline: none;
    box-shadow: none;
}
.text_decoration_none {
    text-decoration: none !important;
}

.log-btn-active {
    background-color: #ff7450;
    color: #fff;
    cursor: pointer;
    border: none;
}
.header_menu > a {
    color: #000;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.header_menu > .act_menu {
    color: #ff7450;
}

@media (max-width: 1450px) {
    .header_menu {
        padding-right: 6px;
        margin-right: 6px;
    }
}

.menu_line {
    border-right: 1px solid rgba(0, 0, 0, 0.4);
}
.menu_line:last-of-type{
    border-right:0px;
}
.header_menu_wrap .header_menu:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.header_rigth_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-grow: 1;
    margin-right: 100px;
}

.header_settled_btn {
    border-radius: 5px;
    background-color: #ff7450;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 22px;
    cursor: pointer;
}
.header_settled_btn>a {
    color:#fff !important;
    text-decoration: none;
}
.site_wrap {
    position: relative;
    padding: 20px 0;
}

.site_select {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* margin-right: 30px;
    margin-left: 30px; */
    cursor: pointer;
}

.site_select > img {
    margin: 0 4px;
}

.site_display {
    display: none;
    width: max-content;
    flex-shrink: 0;
    background-color: #fff;
    filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.1));
    border-radius: 12px;
    padding: 30px 20px;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.site_wrap:hover .site_display {
    display: block;
}

.site_wrap .header_arrow_down {
    display: block;
}

.site_wrap:hover .header_arrow_down {
    display: none;
}

.site_wrap .header_arrow_up {
    display: none;
}

.site_wrap:hover .header_arrow_up {
    display: block;
}

.header_site_btn {
    color: #000;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    cursor: pointer;
}
.site_display .header_site_btn:last-child {
    margin-bottom: 0;
}

.act_site {
    color: var(--pc, #ff7450);
}

@media (max-width: 1450px) {
    .site_select {
        margin-right: 8px;
        margin-left: 8px;
    }

    .header_settled_btn {
        padding: 6px 12px;
    }
}

.header_site_icon {
    width: 20px;
    height: 20px;
}

.header_arrow_down {
    width: 12px;
    height: 12px;
}

.header_user_wrap {
    position: relative;
    padding: 20px 0;
}

.header_user_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 4px;
    cursor: pointer;
}
.header_user_btn a {
    text-decoration: none !important;
}
.header_user_icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.header_arrow_up {
    width: 12px;
    height: 12px;
    margin-left: 4px;
}

.header_user_wrap .header_arrow_down {
    margin-left: 4px;
    display: block;
}

.header_user_wrap:hover .header_arrow_down {
    display: none;
}

.header_user_wrap .header_arrow_up {
    display: none;
}

.header_user_wrap:hover .header_arrow_up {
    display: block;
}

.user_fn_display {
    display: none;
    width: max-content;
    flex-shrink: 0;
    background-color: #fff;
    filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.1));
    border-radius: 12px;
    padding: 30px 20px;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    border:1px solid #ccc;
}

.header_user_wrap:hover .user_fn_display {
    display: block;
}

.fn_menu_btn {
    color: #000;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

.fn_menu_btn > img {
    margin-right: 4px;
}

.user_fn_display .fn_menu_btn:last-child {
    margin-bottom: 0;
}

.mini_menu_wrap {
    position: relative;
    padding: 14px 0;
}

.mini_menu_img {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu_icon {
    display: block;
    width: 32px;
    height: 32px;
}

.menu_act_icon {
    display: none;
    width: 32px;
    height: 32px;
}

.mini_menu_display {
    display: none;
    width: max-content;
    flex-shrink: 0;
    background-color: #fff;
    filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.1));
    border-radius: 12px;
    padding: 30px 20px;
    box-sizing: border-box;
    position: absolute;
    top: 64px;
    left: 30%;
    transform: translateX(-50%);
    z-index: 10;
}

.mini_menu_wrap:hover .menu_icon {
    display: none;
}

.mini_menu_wrap:hover .menu_act_icon {
    display: block;
}

.mini_menu_wrap:hover .mini_menu_display {
    display: block;
}

.header_menu_mine {
    color: #000;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    cursor: pointer;
}
.mini_menu_display .header_menu_mine:last-child {
    margin-bottom: 0;
}

.header_menu_mine > a {
    color: #000;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    cursor: pointer;
}

.header_menu_mine .act_menu_mini {
    color: var(--pc, #ff7450);
}
