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;
}
.me390-float-left {
    float: left;
}
.me390-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-btn {
    background-color: var(--highlight);
}
.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 .me390-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);
}
.me390-page-container:after {
    content: "";
    display: block;
    clear: both;
}
.me390-header-container {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    overflow: hidden;
}
.me390-header-box {
    color: #999;
    font-size: 12px;
    background-color: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.me390-header-box a {
    color: #999;
}
.me390-header-box a:hover {
    color: var(--highlight);
}
.me390-header-left {
    float: left;
}
.me390-header-left a,
.me390-header-left span {
    margin-right: 10px;
}
.me390-header-right {
    float: right;
}
.me390-header-right a,
.me390-header-right span {
    margin-left: 10px;
}
.me390-header-inner {
    background: var(--logo-bc) var(--logo-bgimg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.me390-header-logo-row {
    padding: 15px 0;
}
.me390-header-logo {
    display: block;
    height: 80px;
    line-height: 80px;
    padding-left: 20px;
    overflow: hidden;
}
.me390-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;
}
.me390-header-logo img {
    max-height: 80px;
    max-width: 100%;
}
.me390-header-pic,
.me390-header-pic img {
    display: block;
    width: 100%;
    height: 80px;
}
.me390-search-box {
    padding: 18px 30px;
}
.me390-search-box .layui-form {
    display: flex;
    border: 3px solid var(--search-bdc);
}
.me390-search-bar {
    display: none;
    padding: 10px 15px;
}
.me390-search-bar .layui-form {
    display: flex;
    border: 1px solid var(--search-bdc);
    border-radius: 4px;
    overflow: hidden;
}
.me390-search-bar .form-ipt, .me390-search-bar .form-btn {
    height: 30px;
    line-height: 28px;
}
.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;
}
.me390-header-links {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    background-color: var(--logo-bc);
}
.me390-header-links a,
.me390-header-links span {
    float: left;
    padding: 0 15px;
    margin-top: 10px;
    height: 24px;
}
.me390-header-links .naviright {
    float: right;
}
@media screen and (max-width: 768px) {
    .me390-header-links {
        font-size: 14px;
        padding: 5px 0 0;
    }
    .me390-header-links-hide {
        display: none;
    }
    .me390-header-links a {
        width: 25%;
        padding: 0;
        text-align: center;
    }
}
.me390-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;
}
.me390-header-menu-flex {
    display: flex;
}
.me390-header-menu-flex .me390-header-menu-item {
    flex: 1;
}
.me390-header-menu-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.me390-header-menu-item a {
    display: block;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    color: inherit;
}
.me390-header-menu-item.layui-this {
    color: var(--navi-selected-fc);
    background-color: var(--navi-selected-bc);
}
.me390-header-menu-item:hover,
.me390-header-menu-children {
    color: var(--navi-hover-fc);
    background-color: var(--navi-hover-bc);
}
.me390-header-menu-item a:hover {
    font-weight: bold;
}
.me390-header-menu-children {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 2;
    line-height: 40px;
    padding: 4px 0;
    min-width: 100%;
}
.me390-header-menu-item:hover .me390-header-menu-children {
    display: block;
}
@media screen and (min-width: 992px) {
    .me390-header-menu {
        padding: 0;
        line-height: 50px;
    }
    .me390-header-menu-children {
        top: 49px;
    }
}
.me390-header-top .me390-banner {
    display: block;
}
.me390-header-top .me390-banner img {
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
    .me390-search-box {
        padding-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .me390-header-top .me390-banner img {
        width: 100%;
    }
    .me390-search-bar {
        display: block;
    }
}
.me390-mobile-menu {
    display: none;
    position: relative;
    background-color: var(--navi-bc);
    line-height: 44px;
    height: 44px;
}
.me390-mobile-menu .me390-mobile-menu-logo {
    max-height: 44px;
    max-width: 100%;
}
.me390-mobile-menu .me390-mobile-menu-title,
.me390-mobile-menu .me390-mobile-menu-btn {
    color: var(--navi-fc);
    text-align: center;
}
.me390-mobile-menu .me390-mobile-menu-title {
    margin: 0 44px;
    font-size: 18px;
}
.me390-mobile-menu .me390-mobile-menu-btn {
    position: absolute;
    top: 0;
    width: 44px;
    height: 44px;
    font-size: 28px;
}
.me390-mobile-menu .layui-icon-left {
    left: 0;
}
.me390-mobile-menu .me390-mobile-menu-more {
    right: 0;
    font-size: 20px;
}
.me390-mobile-menu .layui-icon-spread-left {
    display: none;
}
.me390-mobile-menu .layui-icon-shrink-right {
    display: block;
}
.me390-mobile-menu-index {
    background-color: var(--logo-bc);
    padding: 0 44px 0 0;
    box-shadow: 0 0 2px #ccc;
    height: auto;
}
.me390-mobile-menu-index .me390-mobile-menu-btn {
    color: var(--logo-fc);
}
.me390-mobile-menu-index .me390-mobile-menu-title {
    margin: 0;
    padding: 10px 0 10px 15px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    color: var(--logo-fc);
}
.me390-mobile-menu-mask {
    display: none;
    position: absolute;
    top: 44px;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
}
.me390-mobile-menu-list {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    padding: 20px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 999;
    font-size: 0;
}
.me390-mobile-menu-list .me390-mobile-menu-item {
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    width: 33.33%;
    padding: 5px;
    box-sizing: border-box;
}
.me390-mobile-menu-list .me390-mobile-menu-item a {
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    color: #666;
}
.me390-mobile-menu-list .layui-this a {
    color: var(--highlight);
}
.me390-mobile-menu-list .me390-mobile-menu-user {
    display: flex;
    align-items: center;
    padding: 0 10px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #666;
}
.me390-mobile-menu-list .me390-mobile-menu-user a,
.me390-mobile-menu-list .me390-mobile-menu-user span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
}
.me390-mobile-menu-list .me390-mobile-menu-user a + a:before,
.me390-mobile-menu-list .me390-mobile-menu-user span + a:before {
    content: "|";
    margin: 0 10px;
}
.me390-mobile-menu-list .me390-mobile-menu-user .me390-avatar {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #ccc;
    border: 2px solid #ccc;
    border-radius: 15px;
    font-size: 20px;
    margin-right: 20px;
}
.me390-mobile-menu-list .me390-mobile-menu-user .me390-username {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.me390-mobile-menu-show {
    height: 100%;
    overflow: hidden;
}
.me390-mobile-menu-show .me390-mobile-menu-mask,
.me390-mobile-menu-show .me390-mobile-menu-list {
    display: block;
}
.me390-mobile-menu-show .layui-icon-spread-left {
    display: block;
}
.me390-mobile-menu-show .layui-icon-shrink-right {
    display: none;
}
.me390-pager-box {
    clear: both;
    text-align: center;
}
.me390-pager-box .layui-laypage {
    margin: 20px 0;
}
.me390-pager-box .layui-laypage a,
.me390-pager-box .layui-laypage span {
    height: 35px;
    line-height: 35px;
}
.me390-pager-box .layui-laypage a:hover {
    color: var(--highlight) !important;
}
.me390-pager-box .layui-laypage-em {
    background-color: var(--highlight) !important;
}
@media screen and (max-width: 768px) {
    .layui-container {
        padding: 0;
    }
    .me390-pager-box .layui-laypage {
        margin: 10px 0;
    }
}
.me390-footer-info {
    padding: 20px 0;
    color: var(--foot-fc);
    background-color: var(--foot-bc);
    font-size: 12px;
    text-align: center;
}
.me390-footer-info p {
    line-height: 25px;
}
.me390-footer-info a {
    color: var(--foot-fc);
}
.me390-footer-links {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.me390-footer-link + .me390-footer-link {
    margin-left: 7px;
}
.me390-footer-column {
    padding: 15px 0;
    background-color: var(--foot-navi-bc);
}
.me390-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;
}
.me390-footer-column .column-item a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.me390-footer-column .column-item .me390-iconfont {
    display: none;
}
.me390-footer-column .column-mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    .me390-footer-info {
        display: none;
    }
    .me390-footer-column {
        padding: 10px;
    }
    .me390-footer-column-fixed {
        padding: 0;
        height: 50px;
        background: none;
    }
    .me390-footer-column-fixed .layui-container {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 990;
        background-color: var(--foot-navi-bc);
    }
    .me390-footer-column-fixed .layui-container .layui-row {
        display: flex;
        margin: 0;
    }
    .me390-footer-column-fixed .column-item {
        flex: 1;
        padding: 0;
        width: unset;
    }
    .me390-footer-column-fixed .column-mobile {
        display: block;
    }
    .me390-footer-column-fixed .column-item a {
        height: 40px;
        padding: 5px 0;
        line-height: 20px;
        border: none;
    }
    .me390-footer-column-fixed .column-item span {
        display: block;
    }
    .me390-footer-column-fixed .column-item .me390-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;
}
.me390-captcha {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}
.me390-error-page {
    margin: 50px auto;
}
.me390-error-wrap {
    box-sizing: border-box;
    width: 100%;
}
.me390-error-tips {
    background: #fff;
    text-align: center;
    padding: 50px 0 30px;
}
.me390-error-tips .layui-icon {
    font-size: 100px;
    line-height: 1;
    color: #ddd;
}
.me390-error-tips .me390-error-message {
    font-size: 18px;
    line-height: 40px;
    margin-top: 20px;
    color: #999;
}
.me390-top-tips {
    padding: 10px 15px;
    background: #5FB878;
    color: #fff;
    border-left: 5px solid #009688;
    text-align: center;
}
.me390-login-form {
    max-width: 320px;
    margin: 50px auto 100px
}
.me390-login-form-box {
    margin: 30px auto 0;
}
.me390-login-form .layui-form-label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 75px;
    padding-left: 0;
}
.me390-login-form .layui-input-block {
    margin: 0;
}
.me390-login-form .layui-input {
    padding-left: 90px;
}
.me390-login-form .layui-textarea {
    padding: 9px 10px;
    text-indent: 80px;
}
.me390-login-form .layui-btn-sm {
    position: absolute;
    top: 4px;
    right: 3px;
}
.me390-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 .me390-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    z-index: 10;
    cursor: pointer;
}
.me390-agreement .me390-notice {
    display: inline-block;
}
.me390-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;
}
.me390-number-box {
    font-size: 0 !important;
    width: 100px;
    vertical-align: middle;
}
.me390-number-box .layui-icon,
.me390-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;
}
.me390-number-box .layui-icon {
    cursor: pointer;
    text-align: center;
    width: 24px;
}
.me390-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;
}
.me390-bgc0 {
    background-color: #e79178
}
.me390-bgc1 {
    background-color: #ae98c6
}
.me390-bgc2 {
    background-color: #c8b7d8
}
.me390-bgc3 {
    background-color: #afc8ee
}
.me390-bgc4 {
    background-color: #8ca3cc
}
.me390-bgc5 {
    background-color: #adddf3
}
.me390-bgc6 {
    background-color: #6bb5ce
}
.me390-bgc7 {
    background-color: #6daae2
}
.me390-bgc8 {
    background-color: #90cfb7
}
.me390-bgc9 {
    background-color: #e8ab6f
}
.me390-defpic {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.me390-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;
}
.me390-contact {
    background: #fff;
    border-top: 3px solid var(--highlight);
    padding: 25px;
}
.me390-contact h3 {
    text-align: center;
    font-size: 24px;
    line-height: 50px;
}
.me390-contact p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}
.me390-contact p span {
    color: var(--highlight);
    display: inline-block;
}
.me390-page-pic {
    display: block;
    overflow: hidden;
}
.me390-page-pic img {
    width: 100%;
}
.me390-hoverbox img,
.me390-hoverbox .me390-defpic {
    transition: all .5s ease 0s;
}
.me390-hoverbox:hover img,
.me390-hoverbox:hover .me390-defpic {
    opacity: 0.8;
}
#shareBtn {
    position: relative;
}
.me390-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;
}
.me390-shareBox:before {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-left-color: #ccc;
    top: 50%;
    margin-top: -10px;
    right: 0;
    margin-right: -21px;
}
.me390-shareBox:after {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-left-color: #fff;
    top: 50%;
    margin-top: -10px;
    right: 0;
    margin-right: -20px;
}
.me390-shareBox .me390-shareCode,
.me390-shareBox .me390-shareCode canvas,
.me390-shareBox .me390-shareCode img {
    display: block;
    width: 180px;
    height: 180px;
}
.me390-shareBox span {
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 22px;
    height: 30px;
    color: #999;
}
.me390-swiper .swiper-wrapper {
    align-items: center;
}
.me390-swiper .swiper-slide {
    display: flex;
    justify-content: center;
}
/*.me390-swiper .swiper-slide > * {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.me390-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.me390-swiper .swiper-button-prev,
.me390-swiper .swiper-button-next {
    color: #999;
    opacity: 0.5;
}
.me390-swiper .swiper-button-prev:hover,
.me390-swiper .swiper-button-next:hover {
    opacity: 1;
}
.me390-swiper .swiper-pagination-bullet {
    background: #999;
    opacity: 0.6;
    width: 16px;
    border-radius: 4px;
}
.me390-swiper .swiper-pagination-bullet-active {
    background: var(--highlight);
    opacity: 1;
}
.me390-news-swiper {
    margin: 20px 0;
}
.carousel-item a,
.carousel-item img {
    display: block;
    width: 100%;
    height: 100%;
}
.me390-page-box-pics {
    position: relative;
}
.me390-page-slide-full .swiper-slide img {
    object-fit: cover;
}
.me390-widget-box {
    position: fixed;
    z-index: 101;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}
.me390-widget-box .me390-close {
    color: inherit;
    background: inherit;
}
.me390-widget-box a {
    color: inherit;
}
.me390-widget-box .me390-close {
    position: absolute;
    right: 0;
    top: -24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
}
@media screen and (max-width: 991px) {
    .me390-widget-box {
        display: none;
    }
}
.navbtns {
    margin-top: 20px;
    padding: 0 10px;
    overflow: hidden;
}
.navbtn {
    float: left;
    width: 25%;
    text-align: center;
}
.navbtn .me390-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;
}
.me390-page-box {
    padding: 5px 0 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.me390-page-box-head {
    height: 32px;
    padding: 9px 0 8px;
    margin: 0 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.me390-page-box-head .me390-iconfont {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    margin-right: 10px;
}
.me390-page-box-head h2 {
    float: left;
    font-size: 24px;
    line-height: 32px;
}
.me390-page-box-head .me390-more {
    float: right;
    line-height: 24px;
    padding: 0 10px;
    margin-top: 8px;
}
.me390-page-box-head .me390-more:after {
    content: '>>';
    font-size: 12px;
    padding-left: 4px;
}
.me390-page-box-head ul {
    float: left;
    margin: 8px 0 0 24px;
    line-height: 24px;
}
.me390-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) {
    .me390-page-box-head {
        height: 34px;
        padding: 5px 0 4px 10px;
        margin-bottom: 10px;
    }
    .me390-page-box-head .me390-iconfont {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        margin-right: 6px;
        margin-top: 3px;
    }
    .me390-page-box-head h2 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 4px;
    }
    .me390-page-box-head .me390-more {
        line-height: 24px;
        margin-top: 8px;
    }
    .me390-page-box-content,
    .me390-page-box-pics {
        padding: 0 10px;
    }
    .me390-page-slide .me390-page-box-pics {
        padding: 0;
    }
}
.me390-news-item a {
    display: block;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.me390-news-item a:hover {
    box-shadow: 0 0 5px #ccc;
}
.me390-news-item .me390-item-head {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.me390-news-item .me390-item-head .me390-item-name {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.me390-news-item .me390-item-head + .me390-item-body {
    padding-top: 15px;
}
.me390-news-item .me390-item-body .me390-item-pic {
    position: relative;
    float: left;
    width: 180px;
    height: 180px;
    overflow: hidden;
}
.me390-news-item .me390-item-body .me390-item-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.me390-news-item .me390-item-body .me390-item-info {
    margin-left: 180px;
}
.me390-news-item .me390-item-body .me390-item-info .me390-item-name {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.me390-news-item .me390-item-body .me390-item-info .me390-item-content {
    overflow: hidden;
    color: #999;
    font-size: 13px;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.me390-news-item .me390-item-body .me390-item-info .me390-item-extra {
    margin-top: 5px;
    padding-top: 6px;
    border-top: 1px solid #f5f5f5;
    color: #999;
    line-height: 20px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.me390-news-item .me390-item-body .me390-item-info .me390-time {
    float: right;
}
.me390-page-box-content .me390-news-item a {
    border: 1px solid rgba(0, 0, 0, .1);
}
.me390-page-box-content .me390-news-item .me390-item-body .me390-item-info {
    padding: 10px 15px;
    border-left: none
}
.me390-page-box-content .me390-news-item .me390-item-body .me390-item-info .me390-item-content {
    height: 80px;
    line-height: 20px;
    margin-top: 10px;
}
.me390-page-box-content .me390-news-item a:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}
.me390-page-box-content .me390-news-item a:hover .me390-item-info {
    border-color: #FFFFFF
}
@media screen and (max-width: 768px) {
    .me390-news-item:last-child {
        border-bottom: none
    }
    .me390-news-item .me390-item-body .me390-item-pic {
        width: 112px;
        height: 112px;
    }
    .me390-news-item .me390-item-body .me390-item-info {
        margin-left: 112px;
    }
    .me390-news-item .me390-item-body .me390-item-info .me390-item-name {
        font-size: 14px;
    }
    .me390-page-box-content .me390-news-item .me390-item-body .me390-item-info {
        padding: 5px 10px;
    }
    .me390-page-box-content .me390-news-item .me390-item-body .me390-item-info .me390-item-content {
        margin-top: 5px;
        line-height: 18px;
        height: 36px;
    }
    .me390-page-box-content .me390-news-item .me390-item-body .me390-item-info .me390-item-extra {
        padding-top: 5px;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
    }
    .me390-page-box-content .me390-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 .me390-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)
}
.me390-page-box-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 10px;
}
.me390-slide-list {
    flex: 1;
    width: 0;
}
.me390-slide-show {
    margin-top: 5px;
    margin-right: 20px;
    width: calc(50% - 20px);
    box-sizing: border-box;
}
.me390-slide-show .swiper-pagination {
    width: auto;
    left: auto;
    right: 20px;
}
.me390-slide-show .me390-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: 991px) {
    .me390-page-box-slide {
        margin-top: 0;
    }
    .me390-slide-show {
        width: 100%;
        margin: 0;
    }
    .me390-slide-show .me390-swiper {
        width: 100% !important;
        height: auto !important;
    }
    .text-item {
        padding-left: 10px;
    }
}
.me390-product-item a {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .1);
}
.me390-product-item .me390-item-pic {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}
.me390-product-item .me390-item-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.me390-product-item .me390-item-pic em {
    font-size: 36px;
}
.me390-product-item .me390-item-info {
    padding: 8px 10px;
    background: #fff;
}
.me390-product-item .me390-item-info .me390-title {
    height: 40px;
    line-height: 20px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.me390-product-item .me390-item-info .me390-extra {
    margin-top: 5px;
    color: #999;
    line-height: 20px;
    height: 20px;
}
.me390-product-item .me390-item-info .me390-origin {
    display: inline-block;
    max-width: 120px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.me390-product-item .me390-item-info .me390-time,
.me390-product-item .me390-item-info .me390-price {
    float: right;
}
.me390-news-item .me390-item-info .me390-price {
    float: right;
}
.me390-item-info .me390-price b {
    color: var(--pricered);
    font-size: 16px;
    font-weight: bold;
}
.me390-item-info .me390-price i {
    margin-right: 2px;
    color: var(--pricered);
    font-size: 18px;
    font-style: normal;
}
.me390-product-item a:hover {
    box-shadow: 0 0 5px #ccc;
}
.me390-product-item a:hover .me390-title {
    color: var(--highlight);
}
.me390-product-item a:hover .me390-item-info {
    border-color: #FFFFFF
}
@media screen and (max-width: 768px) {
    .me390-product-item .me390-item-info .me390-title {
        font-size: 14px
    }
    .me390-item-info .me390-price i {
        font-size: 16px;
    }
}
.me390-minglu-item {
    display: block;
    position: relative;
    padding: 15px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
}
.me390-minglu-item:hover {
    border-color: #fff;
    box-shadow: 0 0 5px #ccc;
}
.me390-minglu-item .me390-minglu-pic {
    position: relative;
    float: left;
    width: 120px;
    min-height: 120px;
    overflow: hidden;
}
.me390-minglu-item .me390-minglu-pic em {
    font-size: 18px;
}
.me390-minglu-item .me390-minglu-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.me390-minglu-item .me390-minglu-pic + .me390-minglu-info {
    margin-left: 135px;
}
.me390-minglu-item .me390-minglu-extinfo {
    clear: both;
}
.me390-minglu-item .me390-minglu-title {
    font-size: 18px;
    line-height: 30px;
    min-height: 30px;
}
.me390-minglu-item .me390-minglu-info p {
    position: relative;
    min-height: 20px;
    margin-top: 10px;
    color: #666;
}
.me390-minglu-item .me390-minglu-info p.main-business {
    height: 40px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .me390-minglu-item {
        padding: 10px;
    }
}
.me390-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;
}
.layui-upload-drag .layui-icon {
    line-height: 50px;
}
.input-upload-drag {
    position: relative;
    cursor: pointer;
}
.input-upload-placeholder {
    color: #999;
    border: 1px dashed #eee;
    border-radius: 2px;
    padding-left: 10px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
    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 {
    border: 1px solid #eee;
}
.input-upload-preview img {
    display: block;
    max-width: 100%;
    max-height: 98px;
}
.input-upload-wrap .input-upload-preview,
.input-upload-wrap .input-upload-placeholder {
    position: relative;
    display: inline-block;
    margin: 0 15px 15px 0;
}
.input-upload-wrap .input-upload-placeholder {
    padding: 24px;
    height: 50px;
    line-height: 50px;
}
.input-upload-wrap .input-upload-placeholder .layui-icon {
    font-size: 50px;
    width: 50px;
    text-align: center;
    margin: 0;
}
.input-upload-wrap .input-upload-remove {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    line-height: 30px;
    font-size: 28px;
    text-align: center;
    cursor: pointer;
    color: #f00;
    text-shadow: 0 0 5px #fff;
}
.input-upload-wrap .input-upload-preview:hover .input-upload-remove {
    display: block;
}

:root{--ms-accent:#5a3d7a;--ms-radius:4px;--ms-line:1.74;--ms-gap:13px;}
