html {
    height: 100%;
    overflow-x: hidden;
}
body {
    min-height: 100%;
    background-color: #ffffff;
    overflow-x: hidden;
}
a {
    cursor: pointer;
    color: inherit;
}
a:hover {
    color: var(--highlight);
}
em {
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.layui-container {
    max-width: 1200px;
}
.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed > i {
    color: var(--highlight);
}
.layui-form-checked[lay-skin=primary] i {
    border-color: var(--highlight) !important;
    background-color: var(--highlight);
}
.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: var(--highlight);
}
.layui-form-label {
    padding-left: 0;
    width: 95px;
}
.layui-form-label .asterisk {
    color: var(--pricered);
    margin-right: 5px;
}
.layui-table-cell {
    height: auto;
    padding: 0 10px;
}
.layui-layer-title {
    background-color: var(--layer-title-bc);
    color: var(--layer-title-fc);
}
.layui-layer-setwin span {
    color: var(--layer-title-fc);
}
.page-container:after {
    content: "";
    display: block;
    clear: both;
}
.header-container {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    overflow: hidden;
}
.header-box {
    color: #999;
    font-size: 12px;
    background-color: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.header-box a {
    color: #999;
}
.header-box a:hover {
    color: var(--highlight);
}
.header-left {
    float: left;
}
.header-left a,
.header-left span {
    margin-right: 10px;
}
.header-right {
    float: right;
}
.header-right a,
.header-right span {
    margin-left: 10px;
}
.header-inner {
    background: var(--logo-bc) var(--logo-bgimg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.header-logo-row {
    padding: 15px 0;
}
.header-logo {
    display: block;
    height: 80px;
    line-height: 80px;
    padding-left: 20px;
    overflow: hidden;
}
.header-logo h1 {
    display: inline;
    color: var(--logo-fc);
    font-size: var(--logo-fz);
    font-family: var(--logo-ff), sans-serif;
    font-weight: bold;
    letter-spacing: 4px;
}
.header-logo img {
    max-height: 80px;
    max-width: 100%;
}
.header-pic,
.header-pic img {
    display: block;
    width: 100%;
    height: 80px;
}
.search-box {
    padding: 18px 30px;
}
.search-box .layui-form {
    display: flex;
    border: 3px solid var(--search-bdc);
}
.form-select {
    width: 120px;
    border-right: 2px solid var(--search-bdc);
}
.form-select .layui-input {
    font-size: 14px;
    border: 0;
}
.form-select dl dd.layui-this {
    color: var(--search-fc);
    background-color: var(--search-bdc);
}
.form-ipt {
    flex: 1;
    border: 0;
    font-size: 14px;
    padding: 0 10px;
}
.form-btn {
    color: var(--search-fc);
    background-color: var(--search-bdc);
    border-radius: 0;
    border: 0;
}
.header-links {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    background-color: var(--logo-bc);
}
.header-links a,
.header-links span {
    float: left;
    padding: 0 15px;
    margin-top: 10px;
    height: 24px;
}
.header-links .naviright {
    float: right;
}
@media screen and (max-width: 768px) {
    .header-links {
        font-size: 14px;
        padding: 5px 0 0;
    }
    .header-links-hide {
        display: none;
    }
    .header-links a {
        width: 25%;
        padding: 0;
        text-align: center;
    }
}
.header-menu {
    position: relative;
    color: var(--navi-fc);
    background-color: var(--navi-bc);
    padding: 10px;
    line-height: 40px;
    min-height: 2px;
    z-index: 100;
    font-size: 0;
}
.header-menu-flex {
    display: flex;
}
.header-menu-flex .header-menu-item {
    flex: 1;
}
.header-menu-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.header-menu-item a {
    display: block;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    color: inherit;
}
.header-menu-item.layui-this {
    color: var(--navi-selected-fc);
    background-color: var(--navi-selected-bc);
}
.header-menu-item:hover,
.header-menu-children {
    color: var(--navi-hover-fc);
    background-color: var(--navi-hover-bc);
}
.header-menu-item a:hover {
    font-weight: bold;
}
.header-menu-children {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 2;
    line-height: 40px;
    padding: 4px 0;
    min-width: 100%;
}
.header-menu-item:hover .header-menu-children {
    display: block;
}
@media screen and (min-width: 992px) {
    .header-menu {
        padding: 0;
        line-height: 50px;
    }
    .header-menu-children {
        top: 49px;
    }
}
.header-top .banner {
    display: block;
}
.header-top .banner img {
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
    .search-box {
        padding-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .header-top .banner img {
        width: 100%;
    }
}
.mobile-menu {
    position: relative;
    background-color: var(--navi-bc);
    line-height: 44px;
    height: 44px;
}
.mobile-menu .mobile-menu-logo {
    max-height: 44px;
    max-width: 100%;
}
.mobile-menu .mobile-menu-title,
.mobile-menu .mobile-menu-btn {
    color: var(--navi-fc);
    text-align: center;
}
.mobile-menu .mobile-menu-title {
    margin: 0 44px;
    font-size: 18px;
}
.mobile-menu .mobile-menu-btn {
    position: absolute;
    top: 0;
    width: 44px;
    height: 44px;
    font-size: 28px;
}
.mobile-menu .layui-icon-more-vertical {
    right: 0;
}
.mobile-menu .layui-icon-left {
    left: 0;
}
.mobile-menu-index {
    background-color: var(--logo-bc);
    padding: 0 44px 0 0;
    box-shadow: 0 0 2px #ccc;
    height: auto;
}
.mobile-menu-index .mobile-menu-btn {
    color: var(--logo-fc);
}
.mobile-menu-index .mobile-menu-title {
    margin: 0;
    padding: 10px 0 10px 15px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    color: var(--logo-fc);
}
.mobile-menu-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
}
.mobile-menu-mask .layui-icon-close {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
    line-height: 44px;
    width: 44px;
    text-align: center;
    color: #fff;
}
.mobile-menu-list {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 70%;
    background: #333;
    z-index: 999;
    padding: 10px 20px 70px;
    box-sizing: border-box;
    overflow-y: auto;
}
.mobile-menu-list .mobile-menu-item {
    padding: 0 20px;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
}
.mobile-menu-list .mobile-menu-item + .mobile-menu-item {
    border-top: 1px solid #666;
}
.mobile-menu-list .mobile-menu-item a {
    display: block;
    color: #ccc;
}
.mobile-menu-list .layui-this a {
    color: #fff;
}
.mobile-menu-list .mobile-menu-user {
    position: relative;
    padding: 10px 20px 10px 70px;
    line-height: 44px;
    height: 44px;
    border-bottom: 1px solid #666;
    font-size: 0;
}
.mobile-menu-list .mobile-menu-user a,
.mobile-menu-list .mobile-menu-user span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #ccc;
}
.mobile-menu-list .mobile-menu-user a + a:before,
.mobile-menu-list .mobile-menu-user span + a:before {
    content: "|";
    margin: 0 10px;
}
.mobile-menu-list .mobile-menu-user .avatar {
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #ccc;
    border: 2px solid #ccc;
    border-radius: 15px;
    top: 17px;
    left: 20px;
    font-size: 20px;
}
.mobile-menu-list .mobile-menu-user .username {
    display: block;
    margin-right: 60px;
    white-space: nowrap;
    overflow: hidden;
}
.mobile-menu-list .mobile-menu-user .username + a {
    position: absolute;
    top: 10px;
    right: 20px;
}
.pager-box {
    clear: both;
    text-align: center;
}
.pager-box .layui-laypage {
    margin: 20px 0;
}
.pager-box .layui-laypage a,
.pager-box .layui-laypage span {
    height: 35px;
    line-height: 35px;
}
.pager-box .layui-laypage a:hover {
    color: var(--highlight) !important;
}
.pager-box .layui-laypage-em {
    background-color: var(--highlight) !important;
}
@media screen and (max-width: 768px) {
    .layui-container {
        padding: 0;
    }
    .pager-box .layui-laypage {
        margin: 10px 0;
    }
}
.footer-info {
    padding: 20px 0;
    color: var(--foot-fc);
    background-color: var(--foot-bc);
    font-size: 12px;
    text-align: center;
}
.footer-info p {
    line-height: 25px;
}
.footer-info a {
    color: var(--foot-fc);
}
.footer-links {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.footer-link + .footer-link {
    margin-left: 7px;
}
.footer-column {
    padding: 15px 0;
    background-color: var(--foot-navi-bc);
}
.footer-column .column-item a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--foot-navi-fc);
    border: 1px solid var(--foot-navi-fc);
    padding: 0 10px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .2s ease-in-out;
}
.footer-column .column-item a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.footer-column .column-item .iconfont {
    display: none;
}
.footer-column .column-mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    .footer-info {
        display: none;
    }
    .footer-column {
        padding: 10px;
    }
    .footer-column-fixed {
        padding: 0;
        height: 50px;
        background: none;
    }
    .footer-column-fixed .layui-container {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        background-color: var(--foot-navi-bc);
    }
    .footer-column-fixed .layui-container .layui-row {
        display: flex;
        margin: 0;
    }
    .footer-column-fixed .column-item {
        flex: 1;
        padding: 0;
        width: unset;
    }
    .footer-column-fixed .column-mobile {
        display: block;
    }
    .footer-column-fixed .column-item a {
        height: 40px;
        padding: 5px 0;
        line-height: 20px;
        border: none;
    }
    .footer-column-fixed .column-item span {
        display: block;
    }
    .footer-column-fixed .column-item .iconfont {
        display: block;
    }
}
.form-white {
    background: white;
}
.form-white .form-content {
    max-width: 640px;
    padding: 25px 20px 0 0;
    margin: 0 auto 25px;
}
.form-white .form-action {
    margin: 25px auto;
}
.form-content {
    margin-bottom: 25px;
}
.form-action-links {
    margin-top: 20px;
}
.form-action-links .layui-btn {
    background: #fff;
}
.captcha {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}
.error-page {
    margin: 50px auto;
}
.error-wrap {
    box-sizing: border-box;
    width: 100%;
}
.error-tips {
    background: #fff;
    text-align: center;
    padding: 50px 0 30px;
}
.error-tips .layui-icon {
    font-size: 100px;
    line-height: 1;
    color: #ddd;
}
.error-tips .error-message {
    font-size: 18px;
    line-height: 40px;
    margin-top: 20px;
    color: #999;
}
.top-tips {
    padding: 10px 15px;
    background: #5FB878;
    color: #fff;
    border-left: 5px solid #009688;
    text-align: center;
}
.login-form {
    max-width: 320px;
    margin: 50px auto 100px
}
.login-form-box {
    margin: 30px auto 0;
}
.login-form .layui-form-label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 75px;
    padding-left: 0;
}
.login-form .layui-input-block {
    margin: 0;
}
.login-form .layui-input {
    padding-left: 90px;
}
.login-form .layui-textarea {
    padding: 9px 10px;
    text-indent: 80px;
}
.login-form .layui-btn-sm {
    position: absolute;
    top: 4px;
    right: 3px;
}
.login-form .layui-tab {
    margin: 15px 0;
}
.layui-resume-box {
    position: relative;
    margin-top: 15px;
}
.layui-resume-box .layui-form-item {
    margin-bottom: 0;
    margin-top: -1px;
}
.layui-resume-box .layui-form-item:hover {
    z-index: 1;
}
.layui-resume-box .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    z-index: 10;
    cursor: pointer;
}
.agreement .notice {
    display: inline-block;
}
.agreement .layui-form-checkbox[lay-skin=primary] {
    margin: 0;
    padding: 0;
}
#agreement {
    padding: 20px 30px;
}
.layui-btn-upload {
    position: absolute;
    top: 0;
    right: 0;
}
.tableitem {
    position: relative;
    height: 60px;
}
.tableitem img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.tableitem p {
    overflow: hidden;
    text-overflow: ellipsis;
}
.number-box {
    font-size: 0 !important;
    width: 100px;
    vertical-align: middle;
}
.number-box .layui-icon,
.number-box .layui-input {
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px;
}
.number-box .layui-icon {
    cursor: pointer;
    text-align: center;
    width: 24px;
}
.number-box .layui-input {
    width: 52px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 0;
    text-align: center;
}
.layui-table .tableitem-number {
    width: 100px;
    text-align: center;
}
.layui-table .tableitem-price,
.layui-table .tableitem-amount {
    width: 60px;
    text-align: right;
}
.layui-table td.tableitem-amount {
    color: var(--pricered);
}
.layui-tab .layui-tab-foot {
    padding: 5px 10px;
    text-align: right;
    border-top: 1px solid #eee;
}
.layui-tab .layui-tab-foot .layui-btn {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.bgc0 {
    background-color: #e79178
}
.bgc1 {
    background-color: #ae98c6
}
.bgc2 {
    background-color: #c8b7d8
}
.bgc3 {
    background-color: #afc8ee
}
.bgc4 {
    background-color: #8ca3cc
}
.bgc5 {
    background-color: #adddf3
}
.bgc6 {
    background-color: #6bb5ce
}
.bgc7 {
    background-color: #6daae2
}
.bgc8 {
    background-color: #90cfb7
}
.bgc9 {
    background-color: #e8ab6f
}
.defpic {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.defpic em {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1.5em;
    max-height: 3em;
    padding-left: 0.2em;
    letter-spacing: 0.2em;
    text-shadow: 2px 2px 1px #666;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    color: #fff;
}
.contact {
    background: #fff;
    border-top: 3px solid var(--highlight);
    padding: 25px;
}
.contact h3 {
    text-align: center;
    font-size: 24px;
    line-height: 50px;
}
.contact p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}
.contact p span {
    color: var(--highlight);
    display: inline-block;
}
.page-pic {
    display: block;
    overflow: hidden;
}
.hoverbox img,
.hoverbox .defpic {
    transition: all .5s ease 0s;
}
.hoverbox:hover img,
.hoverbox:hover .defpic {
    opacity: 0.8;
}
#shareBtn {
    position: relative;
}
.shareBox {
    background: #fff;
    position: absolute;
    z-index: 999;
    width: 180px;
    padding: 14px;
    top: 50%;
    left: 0;
    margin-left: -222px;
    margin-top: -118px;
    border: 1px solid #ccc;
    line-height: 0;
}
.shareBox:before {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-left-color: #ccc;
    top: 50%;
    margin-top: -10px;
    right: 0;
    margin-right: -21px;
}
.shareBox:after {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-left-color: #fff;
    top: 50%;
    margin-top: -10px;
    right: 0;
    margin-right: -20px;
}
.shareBox .shareCode,
.shareBox .shareCode canvas,
.shareBox .shareCode img {
    display: block;
    width: 180px;
    height: 180px;
}
.shareBox span {
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 22px;
    height: 30px;
    color: #999;
}
.swiper .swiper-wrapper {
    align-items: center;
}
.swiper .swiper-slide {
    max-height: 100%;
}
.swiper .swiper-slide a {
    display: flex;
    justify-content: center;
    height: 100%;
}
.swiper .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    width: var(--swiper-navigation-size);
    color: #fff;
    text-shadow: 0 0 2px #333;
    opacity: 0.5;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
    opacity: 1;
}
.swiper .swiper-pagination-bullet {
    background: #999;
    opacity: 0.6;
    width: 16px;
    border-radius: 4px;
}
.swiper .swiper-pagination-bullet-active {
    background: var(--highlight);
    opacity: 1;
}
.news-swiper {
    margin: 20px 0;
}
.carousel-item a,
.carousel-item img {
    display: block;
    width: 100%;
    height: 100%;
}
.page-box-pics {
    position: relative;
}
.page-box-pics img {
    display: block;
    width: 100%;
}
.page-slide-full .swiper-slide img {
    object-fit: cover;
}
.widget-box {
    position: fixed;
    z-index: 101;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}
.widget-box .close {
    color: inherit;
    background: inherit;
}
.widget-box a {
    color: inherit;
}
.widget-box .close {
    position: absolute;
    right: 0;
    top: -24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
}
@media screen and (max-width: 991px) {
    .widget-box {
        display: none;
    }
}
.navbtns {
    margin-top: 15px;
    padding: 0 15px;
    overflow: hidden;
}
.navbtn {
    float: left;
    width: 25%;
    text-align: center;
}
.navbtn .iconfont {
    display: block;
    margin: 0 auto;
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    border-radius: 4px;
    overflow: hidden;
    color: var(--navi-fc);
    background-color: var(--navi-bc);
}
.navbtn span {
    display: block;
    font-size: 14px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
}
.page-box {
    padding: 5px 0 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.page-box-head {
    height: 32px;
    padding: 9px 0 8px;
    margin: 0 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.page-box-head .iconfont {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    margin-right: 10px;
}
.page-box-head h2 {
    float: left;
    font-size: 24px;
    line-height: 32px;
}
.page-box-head .more {
    float: right;
    line-height: 24px;
    padding: 0 10px;
    margin-top: 8px;
}
.page-box-head .more:after {
    content: '>>';
    font-size: 12px;
    padding-left: 4px;
}
.page-box-head ul {
    float: left;
    margin: 8px 0 0 24px;
    line-height: 24px;
}
.page-box-head ul li {
    float: left;
    max-width: 84px;
    font-size: 14px;
    color: #666;
    margin-left: 24px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .page-box-head {
        height: 34px;
        padding: 5px 0 4px 10px;
        margin-bottom: 10px;
    }
    .page-box-head .iconfont {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        margin-right: 6px;
        margin-top: 3px;
    }
    .page-box-head h2 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 4px;
    }
    .page-box-head .more {
        line-height: 24px;
        margin-top: 8px;
    }
    .page-box-content,
    .page-box-pics {
        padding: 0 10px;
    }
    .page-slide .page-box-pics {
        padding: 0;
    }
}
.news-item a {
    display: block;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.news-item a:hover {
    box-shadow: 0 0 5px #ccc;
}
.news-item .item-head {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.news-item .item-head .item-name {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-item .item-head + .item-body {
    padding-top: 15px;
}
.news-item .item-body .item-pic {
    position: relative;
    float: left;
    width: 180px;
    height: 180px;
    overflow: hidden;
}
.news-item .item-body .item-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-item .item-body .item-info {
    margin-left: 180px;
}
.news-item .item-body .item-info .item-name {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-item .item-body .item-info .item-content {
    overflow: hidden;
    color: #999;
    font-size: 13px;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news-item .item-body .item-info .item-list {
    margin-top: 5px;
    padding-top: 6px;
    border-top: 1px solid #f5f5f5;
}
.news-item .item-body .item-info .time {
    float: right;
}
.news-item .item-body .item-info p {
    color: #999;
    line-height: 24px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-box-content .news-item a {
    border: 1px solid rgba(0, 0, 0, .1);
}
.page-box-content .news-item .item-body .item-info {
    padding: 10px 15px;
    border-left: none
}
.page-box-content .news-item .item-body .item-info .item-content {
    height: 80px;
    line-height: 20px;
    margin-top: 10px;
}
.page-box-content .news-item a:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}
.page-box-content .news-item a:hover .item-info {
    border-color: #FFFFFF
}
@media screen and (max-width: 768px) {
    .news-item:last-child {
        border-bottom: none
    }
    .news-item .item-body .item-pic {
        width: 112px;
        height: 112px;
    }
    .news-item .item-body .item-info {
        margin-left: 112px;
    }
    .news-item .item-body .item-info .item-name {
        font-size: 14px;
    }
    .page-box-content .news-item .item-body .item-info {
        padding: 5px 10px;
    }
    .page-box-content .news-item .item-body .item-info .item-content {
        margin-top: 5px;
        line-height: 18px;
        height: 36px;
    }
    .page-box-content .news-item .item-body .item-info .item-list {
        padding-top: 5px;
        height: 20px;
        overflow: hidden;
    }
    .page-box-content .news-item .item-body .item-info .item-list p {
        line-height: 20px;
    }
    .page-box-content .news-item:hover {
        box-shadow: none
    }
}
.text-item a {
    display: block;
    position: relative;
    padding-left: 15px;
    padding-right: 90px;
    line-height: 30px;
    min-height: 30px;
    font-size: 14px;
}
.text-item .time {
    position: absolute;
    top: 0;
    right: 10px;
    color: #999;
}
.text-item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: #ccc;
}
.text-item a:hover:before {
    background-color: var(--highlight)
}
.slide-list {
    padding-left: 20px;
    margin-top: 10px;
}
.slide-show {
    margin-top: 20px;
}
.slide-show .swiper-pagination {
    width: auto;
    left: auto;
    right: 20px;
}
.slide-show .slide-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    padding: 15px 15px 5px;
}
@media screen and (max-width: 768px) {
    .slide-show {
        margin-top: 10px;
    }
    .slide-list {
        padding-top: 0;
        padding-left: 5px;
    }
    .text-item {
        padding-left: 10px;
        line-height: 35px;
    }
}
.product-item a {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .1);
}
.product-item .item-pic {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}
.product-item .item-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-item .item-pic em {
    font-size: 36px;
}
.product-item .item-info {
    padding: 8px 10px;
    background: #fff;
}
.product-item .item-info .title {
    height: 40px;
    line-height: 20px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.product-item .item-info .extra {
    margin-top: 5px;
    color: #999;
    line-height: 20px;
    height: 20px;
}
.product-item .item-info .origin {
    display: inline-block;
    max-width: 120px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-item .item-info .price {
    float: right;
}
.news-item .item-info .price {
    float: right;
}
.item-info .price b {
    color: var(--pricered);
    font-size: 16px;
    font-weight: bold;
}
.item-info .price i {
    margin-right: 2px;
    color: var(--pricered);
    font-size: 18px;
    font-style: normal;
}
.product-item a:hover {
    box-shadow: 0 0 5px #ccc;
}
.product-item a:hover .title {
    color: var(--highlight);
}
.product-item a:hover .item-info {
    border-color: #FFFFFF
}
@media screen and (max-width: 768px) {
    .product-item .item-info .title {
        font-size: 14px
    }
    .item-info .price i {
        font-size: 16px;
    }
}
.minglu-item {
    display: block;
    position: relative;
    padding: 15px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
}
.minglu-item:hover {
    border-color: #fff;
    box-shadow: 0 0 5px #ccc;
}
.minglu-item .minglu-pic {
    position: relative;
    float: left;
    width: 120px;
    min-height: 120px;
    overflow: hidden;
}
.minglu-item .minglu-pic em {
    font-size: 18px;
}
.minglu-item .minglu-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.minglu-item .minglu-pic + .minglu-info {
    margin-left: 135px;
}
.minglu-item .minglu-extinfo {
    clear: both;
}
.minglu-item .minglu-title {
    font-size: 18px;
    line-height: 30px;
    min-height: 30px;
}
.minglu-item .minglu-info p {
    position: relative;
    min-height: 20px;
    margin-top: 10px;
    color: #666;
}
.minglu-item .minglu-info p.main-business {
    height: 40px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .minglu-item {
        padding: 10px;
    }
}
.weixin-share-tips {
    float: right;
    max-width: 100%;
    max-height: 100%;
}
.layui-layer-mask {
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: none;
}
.layui-layer-setwin {
    right: 10px;
    top: 10px;
}
.layui-layer-setwin span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
}
.input-upload-drag {
    position: relative;
    cursor: pointer;
}
.input-upload-placeholder {
    color: #999;
    border: 1px solid #eee;
    border-radius: 2px;
    padding-left: 10px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.input-upload-placeholder:hover {
    border-color: #d2d2d2;
}
.input-upload-placeholder .layui-icon {
    color: #16baaa;
    font-size: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}
.input-upload-preview img {
    display: block;
    max-width: 100%;
    max-height: 100px;
}
