* {
    margin: 0;
    padding: 0;
    border: 0;

}


::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

/* 滚动条有滑块的轨道部分 */
::-webkit-scrollbar-track-piece {
    background-color: transparent;
    border-radius: 5px;
}

/* 滚动条滑块(竖向:vertical 横向:horizontal) */
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #f2f2f2;
    border-radius: 5px;
}

/* 滚动条滑块hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #999999;
}

/* 同时有垂直和水平滚动条时交汇的部分 */
::-webkit-scrollbar-corner {
    display: block;
    /* 修复交汇时出现的白块 */
}



body {
    width: 100%;
    margin: 0 auto;
    font-size: 0.14rem;
    color: #000;
    font-family: "思源黑体" !important;
    position: relative;
    letter-spacing: 0px;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

ul,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
form {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 12px;
    font-weight: normal;
}

h3 {
    font-size: 14px;
    font-weight: normal;
}

h4 {
    font-size: 12px;
    font-weight: normal;
}

h5 {
    font-size: 12px;
    font-weight: normal;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

img {
    border: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    word-spacing: -1.5px;
    padding: 0;
    margin: 0;
}


section,
header,
footer {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main {
    width: 100%;
}

input {
    border: 0;
    outline: none;
}

.w1200 {
    width: 1200px;
}

.w1080 {
    width: 1080px;
}

.d-flex {
    display: flex;
}

.d-fs {
    flex-shrink: 0;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.al-c {
    align-items: center;
}

.al-b {

    align-items: baseline;
}

.al-fs {
    align-items: flex-start;
}

.al-fe {

    align-items: flex-end;
}

.al-s {
    align-items: stretch;
}

.jc-c {
    justify-content: center;
}

.jc-s {
    justify-content: space-between;
}

.jc-sa {
    justify-content: space-around;
}

.jc-se {
    justify-content: space-evenly
}

.jc-fs {
    justify-content: flex-start;
}

.jc-fe {
    justify-content: flex-end;
}

.al-fs {
    align-items: flex-start;
}

.ac-c {
    align-content: center;
}

.p-r {
    position: relative;
}

.p-a {
    position: absolute;
}

.p-f {
    position: fixed;
}

.p-u {
    position: unset !important;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.w50 {
    width: 50%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.ft12 {
    font-size: 0.12rem;
    line-height: 150%;
}

.ft13 {
    font-size: 0.13rem;
    line-height: 150%;
}

.ft14 {
    font-size: 0.14rem;
    line-height: 150%;
}

.ft15 {
    font-size: 0.15rem;
    line-height: 150%;
}

.ft16 {
    font-size: 0.16rem;
    line-height: 150%;
}

.ft17 {
    font-size: 0.17rem;
    line-height: 150%;
}

.ft18 {
    font-size: 0.18rem;
    line-height: 150%;
}

.ft19 {
    font-size: 0.19rem;
    line-height: 150%;
}

.ft20 {
    font-size: 0.2rem;
    line-height: 150%;
}

.ft22 {
    font-size: 0.22rem;
    line-height: 150%;
}

.ft24 {
    font-size: 0.24rem;
    line-height: 150%;
}

.ft25 {
    font-size: 0.25rem;
    line-height: 150%;
}

.ft26 {
    font-size: 0.26rem;
    line-height: 150%;
}

.ft28 {
    font-size: 0.28rem;
    line-height: 150%;
}

.ft30 {
    font-size: 0.30rem;
    line-height: 150%;
}

.ft35 {
    font-size: 0.35rem;
    line-height: 150%;
}

.ft36 {
    font-size: 0.36rem;
    line-height: 150%;
}


.ft40 {
    font-size: 0.4rem;
    line-height: 150%;
}

.ft42 {
    font-size: 0.42rem;
    line-height: 150%;
}

.ft44 {
    font-size: 0.44rem;
    line-height: 150%;
}

.ft46 {
    font-size: 0.46rem;
    line-height: 150%;
}

.ft48 {
    font-size: 0.48rem;
    line-height: 150%;
}

.ft50 {
    font-size: 0.50rem;
    line-height: 150%;
}

.ft56 {
    font-size: 0.56rem;
    line-height: 150%;
}

.ft60 {
    font-size: 0.6rem;
    line-height: 150%;
}

.ft70 {
    font-size: 0.7rem;
    line-height: 150%;
}

.ft72 {
    font-size: 0.72rem;
    line-height: 150%;
}

.mb5 {
    margin-bottom: 0.05rem;
}

.mb10 {
    margin-bottom: 0.1rem;
}

.mb15 {
    margin-bottom: 0.15rem;
}

.mb20 {
    margin-bottom: 0.2rem;
}

.mb24 {
    margin-bottom: 0.24rem;
}

.mb30 {
    margin-bottom: 0.3rem;
}

.mb40 {
    margin-bottom: 0.4rem;
}

.mb50 {
    margin-bottom: 0.5rem;
}

.mb60 {
    margin-bottom: 0.6rem;
}

.mb70 {
    margin-bottom: 0.7rem;
}

.mb100 {
    margin-bottom: 1rem;
}

.mb150 {
    margin-bottom: 1.5rem;
}

.mb200 {
    margin-bottom: 2rem;
}

.mt5 {
    margin-top: 0.05rem;
}

.mt10 {
    margin-top: 0.1rem;
}

.mt20 {
    margin-top: 0.2rem;
}

.mt30 {
    margin-top: 0.3rem;
}

.mt40 {
    margin-top: 0.4rem;
}

.mt50 {
    margin-top: 0.5rem;
}

.mt60 {
    margin-top: 0.6rem;
}

.mt70 {
    margin-top: 0.7rem;
}

.mt80 {
    margin-top: 0.8rem;
}

.mt100 {
    margin-top: 1rem;
}

.ml5 {
    margin-left: 0.05rem;
}

.ml10 {
    margin-left: 0.1rem;
}

.ml15 {
    margin-left: 0.15rem;
}

.ml20 {
    margin-left: 0.2rem;
}

.mr5 {
    margin-right: 0.05rem;
}

.mr10 {
    margin-right: 0.1rem;
}

.mr20 {
    margin-right: 0.2rem;
}

.mr30 {
    margin-right: 0.3rem;
}

.mr40 {
    margin-right: 0.4rem;
}

.mr50 {
    margin-right: 0.5rem;
}

.mr60 {
    margin-right: 0.6rem;
}

.mr70 {
    margin-right: 0.7rem;
}

.indent1 {
    text-indent: 1em;
}

.indent2 {
    text-indent: 2em;
}

.none {
    display: none;
}


.flex-column {
    flex-direction: column;
}

.relative {
    position: relative;
}

.wrap {
    flex-wrap: wrap;
}

.mw100 {
    max-width: 100%;
}

.w1920 {
    width: 19.2rem;
}

.wap {
    max-width: 750px;
}

.ft-bold {
    font-weight: bold
}

.bg_white {
    background: #fff;
}

.white-nowrap {
    white-space: nowrap;
}

/* .min1920{min-width: 1920px;} */
.fsour {
    font-family: 'sour';
}

.avtive {}

.lh150 {
    line-height: 150%;
}

.w1400 {
    width: 1400px;
}


.font-weight {
    font-weight: bold;
}

.layui-btn-normal {
    background-color: #52b2cb !important;
}

.ft-999 {
    color: #999;
}

.line-clamp2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em;
    height: 3em; */
}

.line-clamp3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em;
    height: 4.5em; */
}

.line-clamp4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em; */
    /* height: 6em; */
}

.line-clamp5 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em; */
    /* height: 7.5em; */
}

.line-clamp6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em; */
    /* height: 9em; */
}

.line-clamp7 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em; */
    /* height: 10.5em; */
}

.line-clamp8 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em; */
    /* height: 12em; */
}

.line-clamp9 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em; */
    /* height: 13.5em; */
}

.arcbody img {
    width: auto;
    max-width: 100%;
    margin: 0.15rem 0 0;
    height: auto !important;
}

.pointer {
    cursor: pointer;
}

.tab .tab-item {
    display: none;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-column-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bgi {
    background-repeat: no-repeat;
    background-size: cover;
}


section,
header,
main,
footer {
    /* display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}

:root {
    --bgcolor: #4087f2;
    --fontcolor: rgba(51, 51, 51, 1);
    --b-r: 0.05rem;
    --hoverbg: #4087f2;
    --hoverfont: #4087f2;
}

.flex-1 {
    flex: 1;
}


main>section,
header {
    /* position: fixed;
    top: 0;
    z-index: 10; */
}

.dh_con,
.dh_box {
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    position: relative;
    bottom: 0rem;
    display: block;
}

.dh_box:hover {
    bottom: 0.3rem;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, .1); */

}

.dh_box:hover .dh_con {
    transition: all .35s ease-in-out;
    bottom: 0.2rem;
}

.dh_img {
    transition: all .35s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: all .35s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .35s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .35s cubic-bezier(.19, 1, .22, 1);
    overflow: hidden;
}

.dh_imgitem {}

.dh_imgitem img,
.dh_img img,
.dh_box img {
    transition: all 0.3s;
}

.dh_imgitem:hover img,
.dh_img:hover img,
.dh_box:hover img {
    transform: scale(1.2);
}

.img_100 {
    overflow: hidden;
}

.img_100 img {
    width: 100%;
    height: 100%;
}
.img_w100 img {
    width: 100%;
}

.user_img {
    border-radius: 50%;
    overflow: hidden;
}

.user_img img {
    width: 100%;
    height: 100%;
}

.img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.img_box1 img {
    width: 100%;

}

.img_box img {
    max-width: 100%;
}


.img_c img {
    max-width: 100%;
    margin: 0 auto;
}

.img_box_auto img {
    max-width: 100%;
}

.img_box_ac img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}


.layui-nav {
    background-color: initial;
	display: flex;
    justify-content: space-around;
	width:90%;
}
.layui-nav .layui-nav-item a{padding:0 !important;}

#nav-toggle {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    top: 0px;
}

#nav-toggle {
    cursor: pointer;
    padding: 25px 12px 0px 12px;
    width: 25px;
    height: 25px;
    overflow: auto;
    left: 0px;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 0.02rem;
    width: 0.25rem;
    background: #333;
    position: absolute;
    display: block;
    content: '';
}

#nav-toggle span:before {
    top: -0.1rem;
}

#nav-toggle span:after {
    bottom: -0.1rem;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    transition: all 400ms ease-in-out;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
    background: #EFEFEF;
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
    background: #EFEFEF;
}



.nav-btn {
    display: none;
}

.mauto {
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.cursor {
    cursor: pointer;
}

section,
main>section {
    padding: 0.6rem 0;
    /* margin: 1rem 0; */
}


.layui-main {
    width: 90% !important;
	max-width:1600px;
}



.layui-col-space40 {
    margin: -0.2rem;
}

.layui-col-space40>* {
    padding: 0.2rem;
}

.layui-col-space50 {
    margin: -0.25rem;
}

.layui-col-space50>* {
    padding: 0.25rem;
}

.layui-col-space60 {
    margin: -0.3rem;
}

.layui-col-space60>* {
    padding: 0.3rem;
}

.layui-col-space70>* {
    padding: 0.35rem;
}

.layui-col-space70 {
    margin: -0.35rem;
}

.layui-col-space80>* {
    padding: 0.40rem;
}

.layui-col-space80 {
    margin: -0.40rem;
}


.layui-col-space100 {
    margin: -0.5rem;
}

.layui-col-space100>* {
    padding: 0.5rem;
}

.layui-col-space120 {
    margin: -0.6rem;
}

.layui-col-space120>* {
    padding: 0.6rem;
}

.layui-col-space200 {
    margin: -1rem;
}

.layui-col-space200>* {
    padding: 1rem;
}

.white_c {
    color: #fff;
}

.gary_c3 {
    color: #333;
}

.gary_c6 {
    color: #666;
}

.gary_c9 {

    color: #999;
}

.ul_height {
    display: flex;
    flex-wrap: wrap;
}

.ul_height li {
    display: flex;
    flex-direction: column;
}

.ul_height li .item {
    flex: 1;
}

.code_box {
    position: relative;
}

.code_box [data-type] {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    background-color: initial;
    cursor: pointer;
    z-index: 2;
    background: #fff;
}

.none-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text-line-through {
    text-decoration: line-through;
}

.dh1 {
    animation: move 3s 0s infinite;
    -webkit-animation: move 3s 0s infinite;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
}

@keyframes move {

    0%,
    10% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    25% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    30% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    35% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    40% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    45% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    50% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    55% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    60% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    65% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    70% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    75% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    80% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    85% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    90% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    95% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes move {

    0%,
    10% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    25% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    30% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    35% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    40% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    45% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    50% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    55% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    60% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    65% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    70% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    75% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    80% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    85% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    90% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    95% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media only screen and (min-width: 1000px) {}


@media only screen and (max-width: 750px) {
    .m750-w98 {
        width: 98%;
    }

    .m750-w96 {
        width: 96%;
    }

    .m750-w94 {
        width: 94%;
    }

    .mb150 {
        margin-bottom: 70px;
    }

    .flex-column-xs {
        flex-direction: column;
    }

    .flex-column {
        flex-direction: column;
    }

    .al-fs-xs {
        align-items: flex-start;
    }

    .d-flex-xs {
        display: flex;
    }

    main>section {
        padding: 20px 0 !important;
    }


    .head.layui-main {
        width: 100%;
        margin: 0;
        min-height: 60px !important;
        border-radius: 0;
    }


    .headerpage .navbox {
        color: #Fff;
        position: fixed;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        height: 100vh;
        left: 0;
        flex: 1;
        top: -200%;
        z-index: 99999;
        transition: all 0.3s;
        display: flex;
    }

    .layui-main {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 0.2rem 0.2rem !important;
    }

    main {
        padding: 0 !important;
    }

    .nav-btn {
        display: block;
		position:absolute;
		width: 50px;
        height: 50px;
        color: #000;
		z-index:999999;
		top:0
    }

    .navbox a {
        color: #fff !important;
    }
}

@media only screen and (min-width: 751px) and (max-width: 1400px) {
    .m1400-w990 {
        width: 990px;
    }

    .m1400-w1200 {
        width: 1200px;
    }

    .layui-main {
        /* width: 1000px; */
    }

}

@media only screen and (min-width: 751px) {}