body {
    background: #eee;
    font-family: 'Source Han Serif', 'Microsoft YaHei', sans-serif!important;
}
a {
    text-decoration: none!important;
}

.welcome-hero .container .welcome-hero_img{
    float: right;
}
.layui-carousel {
    max-height: 433px;
}
.layui-carousel>[carousel-item] img {
    width: auto;
    max-height: 450px;
    max-width: 100%;
    object-fit: contain;
}
.layui-carousel>[carousel-item]>.layui-this img {
    width: auto;
    max-width: 100%;
    max-height: 450px;
}
.welcome-hero .container img{
    position: relative;
    width: 100%;
    height: auto;
}

.theme_color {
    color: #e1b257;
}

.header {
    height: 50px;
    /*background-color: rgb(27 228 22);*/
}
.header .nav {
    display: none;
    height: 100%;
}
.header .nav ul {
    display: flex;
    height: 100%;
    align-items: center;
    /*width: 1055px;*/
    width: 67%;
}
.header .nav ul li {
    display: flex;
    height: 100%;
    align-items: center;
}
.header .nav ul li.wind {
    display: none;
}
.header .nav ul li.phone {
    display: none;
}
.header .nav ul li a {
    color: white!important;
}
.header .nav ul li .item a {
    color: #333!important;

}
.header .nav ul li .item a:hover {
    color: rgb(27 228 22)!important;
}
.header .logo img {
    width: 420px;
    /*width: 300px;*/
    /*margin-bottom: 10px;*/
}
.clear_header {
    /*height: 70px;*/
    /*height: 120px;*/
    height: 114px;
    display: block;
}
.footer {
    display: none;
}

a {
    text-decoration: none;
}

#main-content .right {

}


@media screen and (min-width: 1024px) {
    .header{
        width: 100%;
        /*justify-content: center;*/
        /*height: 72px;*/
        /*height: 120px;*/
        /*height: 180px;*/
        /*padding: 0 20px;*/
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999999;
        flex-direction: column;
    }
    .header .logo {
        background-color: rgb(27 228 22);
        /*margin-top: 10px;*/
        width: 1136px;
        margin-right: 0px;
/*        position: absolute;
        top: 5px;*/
        left: 105px;
        width: 100%;
        padding-left: 13.5%;
    }
    .header .nav {
        background-color: rgb(15 182 42);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .header .nav ul {

    }
    .header .nav ul .expand-item span {
        display: flex;
    }
    .header .nav .search {

    }
    .header .nav .search input {
        background: none;
        border-radius: 15px;
        height: 30px;
    }
    .header .nav .search input::-webkit-input-placeholder {
        color: white;
    }
    .header .nav .login {
        border-radius: 30%;
        font-size: 16px;
    }
    .header .nav ul li {
        float: left;
        /*padding: 10px 6px;*/
        padding: 10px 20px;
        font-size: 15px;
        font-family: "ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji";
        color: white;
        /*margin: 0 10px;*/
        cursor: pointer;
        position: relative;
    }
    .header .nav ul li.wind {
        display: flex;
    }
    .header .nav ul li .item {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        transition-property: opacity, transform, visibility;
        transition-duration: 400ms;
        transition-timing-function: cubic-bezier(0.08, 0.52, 0.52, 1);
        opacity: 0;
    }
    .header .nav ul li:hover .item {
        transform: translateY(0);
        display: block;
        opacity: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .header .nav ul li .arrow-down {
        display: flex;
        align-items: center;
    }
    .header .nav ul li:hover .arrow-down img {
        transition-property: all;
        transition-duration: 400ms;
        transition-timing-function: cubic-bezier(0.08, 0.52, 0.52, 1);
        rotate: 180deg;
    }
    .header .nav ul li .item {
        display: none;
        position: absolute;
        left: -70px;
        /*top: 72px;*/
        /*top: 62px;*/
        top: 50px;
        box-shadow: 0px 0px 0.5px 0.5px #e5e7eb;
    }
    .header .nav ul li .item a {
        display: block;
        min-width: 200px;
        height: 40px;
        line-height: 40px;
        color: black;
        text-align: center;
        padding: 5px 20px;
        text-decoration: none;
        background: white;
        box-sizing: content-box;
    }
    .header .nav ul li .item a:hover {
        color: rgb(27 228 22);
        background: #F8F8F8;
    }
    .expand {
        display: none;
    }
    .clear-footer-height {
        display: none;
    }

}

@media screen and (max-width: 1023px) {
    .clear-footer-height {
        display: block;
    }
    .layui-carousel {
        max-height: 134px;
    }
    .header .nav ul li a {
        color: #333!important;
        width: 100%;
        display: block;
    }
    input[type="checkbox"] {
        display: none;
    }

    #main-content .left {
        width: 100%;
    }

    #main-content .right {
        display: none;
    }

    input[type="checkbox"]:checked + label img {
        /* 切换到第二张图片 */
        content: url(../images/iconClose2.png);
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        z-index: 9999;
        background: rgb(27 228 22);
    }
    .header .logo img {
        width: 200px;
    }
    .header::after {
        margin-top: 50px;
    }

    .header .nav {
        position: absolute;
        top: 50px;
        width: 100%;
        z-index: 99999;
        left: 0;
        background: white;
        height: unset;
    }

    .header .nav .search {
        display: none;
    }
    .header .nav .login {
        display: none;
    }
    .header .nav ul {
        display: block;
        height: unset;
    }
    .header .nav ul li {
        padding: 10px;
        font-size: 18px;
        border-bottom: 0.5px solid #e5e7eb;
    }
    .header .nav ul li.phone {
        display: block;
    }
    .header .nav ul .expand-item {
        border: none;
        padding: 0 10px 0 10px;
    }
    .header .nav ul li span {
        display: none;
    }
    .header .nav ul li .item {
        display: flex;
        flex-direction: column;
    }
    .header .nav ul li .item a {
        padding: 10px 10px 10px 0;
        border-bottom: 0.5px solid #e5e7eb;
    }
    .header .nav ul li .item {
        display: flex;
        width: 100%;
    }
    .header .nav ul li .item.remove {
        display: none;
    }
    .header .nav ul li.expand-item.remove {
        border-bottom: 0.5px solid #e5e7eb;
    }
    .footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        background: #fff;
        height: 66px;
        z-index: 9999;
    }
    .footer .item {
        flex: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer .item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 14px;
        color: rgb(51,51,51);
        text-decoration: none;
    }
    .clear_header {
        display: block;
        height: 50px;
    }
}
