@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr,
span {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei" ! important;
    color: #000000;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}

* {
    font-family: PingFangSC-Regular, PingFang SC, "Microsoft YaHei", "Arial";
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

li {
    list-style: none;
}

input:focus,
textarea:focus {
    outline: none;
}

button {
    border: none;
}

html,
body {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

select:focus {
    outline: none
}

html {
    font-size: 100px;
}

.oves {
    height: 100vh;
    overflow: hidden;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

input {
    -webkit-appearance: none;
}

input {
    -webkit-appearance: none !important;
    border-radius: 0;
}

input {
    border: none;
}

.head,
.head * {

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.wrap {
    max-width: 1250px;
    margin: auto;
}

@font-face {
    /* 给自定义字体取个名字，后面可以用这个名字引用字体 */
    font-family: 'MyCustomFont';
    /* 字体文件的路径，这里假设字体文件在当前目录下 */
    src: url('1.ttf');
    /* 可选的字体样式，如 normal 或 italic */
    font-style: normal;
    /* 可选的字体粗细，如 normal 或 bold */
    font-weight: normal;
}


.header_top {
    height: 50px;
    position: sticky;
    top: 0;
    border-bottom: 1px solid #B1987C;
    line-height: 50px;
    z-index: 99;
    background-color: #F8F6F3;
}

.header_top_flex {
    display: flex;
    justify-content: space-between;
}

.top_left {
    display: flex;
    align-items: center;
}

.top_left img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.top_right {
    display: flex;
}

.top_right .item {
    width: 100px;
    height: 50px;
    text-align: center;
    margin-left: 60px;
}

.top_right .item.active,
.top_right .item:hover {
    cursor: pointer;
    height: 48px;
    background: linear-gradient(180deg, rgba(245, 245, 240, 0) 0%, #B1987C 100%);
    border-bottom: 2px solid #92846D;

}

.top_right .item.active a {
    font-family: PingFang SC, PingFang SC;
    font-size: 14px;
    color: #7C6040;
    font-weight: bold;
}

.top_right .item a {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #92846D;
    display: block;
    /* 让链接充满整个item区域 */
    height: 100%;
}

.top_left .left_title {
    font-family: 'MyCustomFont';
    font-weight: 400;
    font-size: 20px;
    color: #7C6040;
}


/* 底部 */
.footer_bottom {
    width: 100%;
}

.bottm_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottm_img .x {
    flex: 1;
    height: 1px;
    background: #92846D;
}

.d {
    width: 6px;
    height: 6px;
    background: #92846D;
    border-radius: 3px;

}
.img_x{
    margin:20px;
}

.footer_bottom .bottom_text {
    width: 100%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #75613E;
    text-align: center;
    border-top: 1px solid #B1987C;
    margin: 0px 0px 10px;
    padding-top: 15px;
}

.footer_bottom .flex_cent {
    display: flex;
    justify-content: center;
    text-align: center;
}

.footer_bottom  .rwmimg {
    display: flex;
    margin: 0px auto;
    align-items: center;
    text-align: center;
    width: 285px;
}

.footer_bottom  .rwmimg .imgs1 {
    width: 80px;
    height: 80px;
    border-radius: 6px 6px 6px 6px;
    
}
.footer_bottom  .rwmimg .imgs2 {
    width: 80px;
    height: 80px;
    border-radius: 6px 6px 6px 6px;
    margin-right: 10px;
    
}
.footer_bottom  .img_right {
    margin-left: 15px;
}

.footer_bottom  .img_right .imgs3 {
    display: flex;
    align-items: center;
}

.footer_bottom .img_right .imgs3 img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.footer_bottom .img_right .imgs3 .ttt {
    font-family: 'MyCustomFont';
    font-weight: 400;
    font-size: 14px;
    color: #75613E;
}

.footer_bottom .ttt1 {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 12px;
    color: #75613E;
    margin-top: 10px;
}

.footer_bottom .flex_cent .xtext {
    font-family: 'MyCustomFont';
    font-weight: 400;
    font-size: 12px;
    color: #75613E;
    margin: 10px;
}

.footer_bottom .flex_cent .text_flex {
    display: flex;
    justify-content: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #75613E;
    margin-bottom: 10px;
}