* {
    margin: 0;
    padding: 0;
    font-family: "HarmonyOS Sans SC";
    font-weight: normal;
    box-sizing: border-box;
    color: #130f0f;
}

ul {
    list-style-type: none;
}

/* ::-webkit-scrollbar {
    display: none;
} */


@font-face {  
    font-family: 'db';  
    src: url('../font/din-bold.otf');
    font-weight: normal;  
    font-style: normal;
}


@font-face {  
    font-family: 'owl';  
    src: url('../font/Oswald-Light.ttf');
    font-weight: normal;  
    font-style: normal;
}
@font-face {  
    font-family: 'owm';  
    src: url('../font/OswaldM.ttf');
    font-weight: normal;  
    font-style: normal;
}

@font-face {  
    font-family: 'owb';  
    src: url('../font/OswaldB.ttf');
    font-weight: normal;  
    font-style: normal;
}

@font-face {  
    font-family: 'pps';  
    src: url('../font/Poppins-Regular.ttf');
    font-weight: normal;  
    font-style: normal;
}

@font-face {  
    font-family: 'ppsm';  
    src: url('../font/Poppins-Medium.ttf');
    font-weight: normal;  
    font-style: normal;
}

@font-face {  
    font-family: 'ppsb';  
    src: url('../font/Poppins-Bold.ttf');
    font-weight: normal;  
    font-style: normal;
}


.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

span {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

input {
    background:none;
    outline:none;
    border:none;
}

textarea {
    resize: none;
    outline: none;
    border: none;
}

.content * {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.content img {
    max-width: 100% !important;
}

.content table {
    max-width: 100% !important;
}

.indexBox {
    width: 100%;
    height: 100%;
    padding-top: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.wh100 {
    width: 100%;
    height: 100%;
}

.w1440 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3%;
}

.p6_11-45 {
    padding: 6% 11.45%;
}

.m6_11-45 {
    margin: 6% 11.45%;
}

.w100 {
    width: 100%;
    overflow: hidden;
}

.search_mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:999999;
    top: 0;
    left: 0;
}

.search_mask div {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 4vw;
    top: 6vw;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search_mask div span {
    font-size: 20px;
    transition: .3s;
    color: #ffffff;
}

.search_mask div:hover {
    border-color: #d1ad90;
}

.search_mask div:hover span {
    color: #d1ad90;
}

.view_video {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:999999;
    top: 0;
    left: 0;
}

.view_video video {
    position: absolute;
    width: 60%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.view_video div {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 50px;
    top: 50px;
    border-radius: 50%;
    border: 1px solid #ffffff88;
    color: #ffffff88;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

.view_video div span {
    font-size: 20px;
    transition: .3s;
    color: #ffffff88;
}

.view_video div:hover {
    border-color: #fff;
}

.view_video div:hover span {
    color: #fff;
}

.search_mask form {
    width: 80%;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 1% 30px;
    box-sizing: border-box;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.search_mask form input {
    width: 95%;
}

.search_mask form button {
    width: 3%;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.search_mask form button svg {
    width: 100%;
    min-width: 30px;
    height: auto;
}
