@charset "utf-8";
/*通用样式*/
.bold {
    font-weight: 700;
}
.light {
    font-weight: 400;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.tl {
    text-align: left;
}
.tj {
    text-align: justify;
}
.txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.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%);
}
.br5 {
    border-radius: 5px;
}
.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;
}
.l0 {
    left: 0;
}
.t0 {
    top: 0;
}
.r0 {
    right: 0;
}
.b0 {
    bottom: 0;
}
.z0 {
    z-index: 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;
}
.ha {
    height: auto;
}
.con {
    width: 83.33%;
    min-width: 1200px;
    max-width: 1600px;
    margin: 0 auto;
}
.bigcon {
    padding: 5% 0;
}
.bs100 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.font-color {
    color: #00a39f;
}
.bg-color {
    background-color: #00a39f;
}
.btn-color {
    background-color: #f8c300;
}
.imgsc:hover img {
    transform: scale(1.1, 1.1);
}
.l1 {
    line-height: 1;
}
.o0 {
    opacity: 0;
}
.o35 {
    opacity: 0.35;
}
