@charset "utf-8";
/*重置样式*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
* {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

html:focus-within {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    line-height: 1.5;
    font-family: "PingFang SC","-apple-system","BlinkMacSystemFont","Segoe UI","Microsoft YaHei","Hiragino Sans GB","Apple Color Emoji","Segoe UI Emoji", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    background: #fff;
    min-width: 1280px;
    margin: 0 auto;
    overflow-x: hidden;
}


ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}



img,
picture {
    max-width: 100%;
    display: block;
    width: auto;
}

input,
button,
textarea,
select {
    font: inherit;
}

textarea {
    overflow: auto;
}

i,
em {
    font-style: normal;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}

h4 {
    font-weight: normal;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'],
input[type='submit'] {
    cursor: pointer;
    border: 0;
    outline: none;
    -webkit-appearance: none;
}
input[type='text']{
   border: none;
   outline: none;
}
/*通用样式*/
.bold {
    font-weight: 800;
}

.light {
    font-weight: 400;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tj {
    text-align: justify;
}

.txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #555;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background: #ddd;
}


table {
    border-collapse: collapse;
    width: 100%;
}

/*布局样式*/
.fl {
    float: left;

}

.fr {
    float: right;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: '';
    clear: both;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.dn {
    display: none;
}

.df {
    display: flex;
}

.f1 {
    flex: 1;
}

.ac {
    align-items: center;
}

.jr {
    justify-content: right;
}

.jl {
    justify-content: left;
}

.jb {
    justify-content: space-between;
}

.ja {
    justify-content: space-around;
}

.jc {
    justify-content: center;
}

.fw {
    flex-wrap: wrap;
}

.f1 {
    flex: 1;
}

.fd {
    flex-direction: column;
}

.ov {
    overflow: hidden;
}

.oay {
    overflow-y: auto;
}

.oax {
    overflow-x: auto;
}

.cp {
    cursor: pointer;
}

.bs {
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}

.br10 {
    border-radius: 10px;
}

.br20 {
    border-radius: 20px;
}

.br40 {
    border-radius: 40px;
}

.brhalf {
    border-radius: 50%;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}
.ps{
    position: static;
}

.l0 {
    left: 0;
}

.t0 {
    top: 0;
}

.r0 {
    right: 0;
}

.b0 {
    bottom: 0;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.z3 {
    z-index: 3;
}

.z999 {
    z-index: 999;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.h100 {
    height: 100%;
}

.wa {
    width: auto;
}

.con {
    width: 83.33%;
    min-width: 1200px;
    max-width: 1600px;
    margin: 0 auto;
}

.bs100 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.font-color {
    color: #ddb66d;
}

.bg-color {
    background-color: #ddb66d;
}

.btn-color {
    background-color: #000000;
}

.ts1:hover img {
    transform: scale(1.1, 1.1);
}
.l1{
    line-height: 1;
}

a:hover{
    opacity: 1;
}

