div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Microsoft YaHei", SimSun;
    font-style: normal;
}

a, button, input, li, select, textarea {
    list-style: none;
    text-decoration: none !important;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: none;
    color: #000;
}

li {
    list-style-type: none;
}

button {
    outline: none;
}

*, body, .am-btn {
    font-size: 12px;
}

.am-form select, .am-form textarea, .am-form input[type="text"], .am-form input[type="password"], .am-form input[type="datetime"], .am-form input[type="datetime-local"], .am-form input[type="date"], .am-form input[type="month"], .am-form input[type="time"], .am-form input[type="week"], .am-form input[type="number"], .am-form input[type="email"], .am-form input[type="url"], .am-form input[type="search"], .am-form input[type="tel"], .am-form input[type="color"], .am-form-field {
    font-size: 12px !important;
}

.am-input-group-sm > .am-input-group-btn > .am-btn,
.am-input-group-sm > .am-form-field,
.am-input-group-sm > .am-input-group-label,
.am-input-group-sm > .am-input-group-btn > .am-btn {
    height: 30px;
    font-size: 12px !important;
}

.am-input-group-sm > .am-input-group-label {
    line-height: 26px;
}

/*所有超链接不要下划线*/
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    vertical-align: middle;
    max-width: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

a:link, a:visited, a:hover {
    outline: none;
}

a:hover, a:focus {
    color: #ffa500;
    text-decoration: underline;
}

.spatic {
    width: 100%;
    height: 16px;
}

h5 {
    float: right;
    color: #666;
    padding-right: 20px;
}

input.add, input.min {
    width: 15px
}

.c-p {
    cursor: pointer;
}

.last {
    border-right: none !important;
}

.am-container {
    margin: 0 auto;
}

/* 商品分类 */
#goods-category {
    position: relative;
    top: -45px;
}

/* 搜索 */
.nav-search {
    top: 0;
    left: 0;
    width: 100%;
    margin: 0px auto;
    background: #fff;
    position: relative;
    height:124px;
}

.nav-search .logo {
    height: 30px;
    width: 95px;
    margin: 0 auto;
    display: -webkit-inline-box;
}

.logo img {
    width: 100%;
    vertical-align: middle;
}

/*搜索框*/
.search-bar {
    height: 30px;
    width: calc(100% - 200px);
    display: -webkit-inline-box;
}

.search-bar form {
    width: 100%;
}

.search-bar form .search-group {
    width: 77%;
    position: relative;
    margin-left: 23%;
}

.search-bar input {
    height: 26px;
    width: 79%;
    outline: none;
    font-size: 12px;
    border: none
}

#search-input {
    padding-left: 8px;
    height: 35px;
}

#ai-topsearch {
    border: none;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 25px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 38px;
    margin: -1px;
    color: #fff;
    background-color: #ffa500;
}

.search-group:hover {
    /*border: 2px solid #ea304b !important;*/
}

.search-group:hover #ai-topsearch {
    /*background: #ea304b;*/
}

.search-hot-keywords {
    margin-top: 0px;
    height: 30px;
    overflow: hidden;
    display: none;
    padding-left: 2px;
}

.search-hot-keywords li {
    float: left;
}

.search-hot-keywords li:not(:last-child) {
    margin-right: 10px;
}

.searchTitle {
    position: absolute;
    left: 0;
    top: -34px;
    display: flex;
}

.searchTitle .active {
    font-weight: 500;
    position: relative;
}

.searchTitle .searchItem {
    font-size: 14px;
    margin-left: 15px;
    cursor: pointer;
    color: #212121;
}

.searchTitle .searchItem:last-of-type {
    margin-left: 20px;
}

.searchTitle .active:before {
    position: absolute;
    display: inline-block;
    right: 33.5%;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 5px;
    transform: rotate(-45deg);
}

.searchTitle .active:before {
    top: 28px;
    border-color: #ffa500 #ffa500 transparent transparent;
    z-index: 1;
}

.searchTitle .active:after {
    top: 31px;
    border-color: #fff #fff transparent transparent;
    z-index: 2;
}

.searchTitle .active:after, .searchTitle .active:before {
    position: absolute;
    display: inline-block;
    right: 33.5%;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 5px;
    transform: rotate(-45deg);
}

/*侧边导航*/
.mui-mbar-tabs {
    display: none;
}

/* 顶部小导航 */
.header-top {
    background-color: #3d3c34;
    border-bottom: solid 1px #f0f0f0;
    height: 40px;
    display: none;
}

.header-top .top-nav-left .menu-hd {
    display: flex;
}

.header-top .top-nav-left .menu-hd em {
    color: #999;
    white-space: nowrap;
}

.header-top .top-nav-left .menu-hd > a {
    /*margin-left: 15px;*/
    color: #212121;
    font-weight: 600;
}

.header-top .top-nav-left .menu-hd .registerBox {
    position: relative;
    margin-left: 15px;
}

.header-top .top-nav-left .menu-hd .registerBox > a {
    color: #212121;
    font-weight: 600;
}

.header-top .top-nav-left .menu-hd .registerBox .registerBoxBottom {
    position: absolute;
    left: calc(50% - 19px);
    top: 23px;
    z-index: 5;
}

.header-top .top-nav-left .menu-hd .registerBox .registerBoxBottom .delta {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: red;
    margin-left: 13px;
}

.header-top .top-nav-left .menu-hd .registerBox .registerBoxBottom a {
    height: 38px;
    display: block;
}

.header-top .top-nav-left .menu-hd .registerBox .registerBoxBottom .test {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 6px;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    border-radius: 2px;
    background-image: linear-gradient(90deg, #fa3131, #f54f4f, #fc8080);
}

.header {
    max-width: 1000px;
    margin: 0px auto;
    font-size: 12px;
    position: relative;
}

.mobile-navigation {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.mobile-navigation li {
    width: 25%;
    padding: 2px;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    float: left;
    text-align: center;
    font-size: 12px;
    position: relative;
}

.mobile-navigation li a {
    text-decoration: none;
    color: #666;
}

.mobile-navigation li img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

.mobile-navigation li.active a {
    color: #ffa500;
}

.hot-icon {
    position: absolute;
    top: 1%;
    left: 53%;
    z-index: 2;
    border: 1px solid #fff;
}

@media only screen and (min-width: 641px) {
    .am-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .nav-search {
        background: #fff;
    }

    .header-top {
        display: block;
    }

    .top-nav-left {
        float: left;
    }

    .top-nav-left .top-nav-items, .top-nav-right .top-nav-items {
        height: 40px;
        line-height: 39px;
    }

    .top-nav-right {
        position: absolute;
        top: 0;
        right: 0;
    }

    .top-nav-right .top-nav-items {
        float: left;
        height: 40px;
    }
    .top-nav-right .top-nav-items-call a span, .top-nav-right .top-nav-items-call a i {
        font-weight: 600;
        color: #f2f2f2;
    }

    .top-nav-right .top-nav-items a {
        color: #FFFFFF;
        padding: 0 16px;
    }

    .top-nav-right .top-nav-items:last-child a{border-right:none;}

    .nav-search .logo-big {
        float: left;
        height: 40px;
        width: 135px;
        margin: 0px auto;
        margin-left: 5px;
        margin-right: 5px;
    }

    .nav-search .logo-big img {
        width: 100%;
    }

    .search-bar {
        height: 34px;
        margin: auto;
        width: 50%;
    }

    .search-bar input {
        width: 74%;
    }

    .search-bar input, #ai-topsearch {
        /*height: 30px;*/
    }

    .mobile-navigation {
        display: none;
    }

    #ai-topsearch {
        /*width: 25%;*/
    }

    #ai-topsearch * {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
    }

    /*底部*/
    .am-footer {
        text-align: center;
        display: block;
        position: relative;
        margin: 0px auto;
        padding: 10px 0px;
    }

    /*分类*/
    .goods-category-s {
        display: block;
        position: absolute;
        z-index: 1021;
        width: 221px;
        height: 447px;
        border-radius: 10px;
    }

    .goods-category-s .all-goods, .goods-category-title .all-goods {
        font-size: 14px;
    }

    .goods-category-title {
        background: #ffea55;
        color: #fff;
        height: 46px;
        line-height: 46px;
        display: block;
        position: absolute;
        width: 150px;
        text-align: center;
        top: 0px;
        cursor: pointer;
    }

    .goods-category-s .category-content {
        position: relative;
        width: 150px;
        float: left;
        background: #fff;
        top: 45px;
    }

    .goods-category-s .category-content .all-goods {
        display: block;
        padding: 0;
        border-radius: 5px 5px 0 0;
        font-weight: 600;
        line-height: 36px;
        width: 150px;
        height: 36px;
        padding: 0;
        border-radius: 5px 5px 0 0;
        color: #fff;
        text-align: center;
        font: 16px/36px "Microsoft YaHei";
    }

    .goods-category-s .category-content .all-goods em {
        font: 12px/36px "Microsoft YaHei";
    }

    .category-content .category {
        width: 150px;
        border-top: none;
        background: linear-gradient(18.25deg, #f9b61f -2.19%, #ffed72 103.31%);
        box-shadow: 8px 0 7px -3px #e38c214d;
    }

    .category-content .down-ico {
        position: absolute;
        top: 48px;
        left: 95px;
        width: 10px;
        height: 6px;
        background-position: 0 -131px;
    }

    .category-content .category-list li {
        height: 36px;
        margin-top: -2px;
        /*border-top: 1px solid #333;*/
        /*border-bottom: 1px solid #252525*/
    }

    .category-content .category-list li.first {
        margin-top: 0;
    }

    .category-content .category-list li.last .c-category-list {
        border-bottom: none;
    }

    .category-content .category-list a {
        text-decoration: none;
    }

    .category-content .b-category-name:hover, .category-content li:hover, .category-content li:hover .bd-name, .category-content dd a:hover, .category-content dd a:hover * {
        color: #3d3c34;
    }

    .category-content .category-list dd a:hover {
        border: 1px solid #ffa500;
    }

    .category-content .category-name {
        overflow: hidden;
        position: relative;
    }

    .category-content .category-name img {
        position: absolute;
        top: 8px;
        width: 20px;
        height: 20px;
        left: 6px;
        display: block;
    }

    .category-content .bd-name {
        font-size: 14px;
        padding-left: 34px;
    }

    .category-content .category-list .bd-b {
        height: 1px;
        margin: -1px 10px 0 10px;
        background: #eee;
        line-height: 1;
        font-size: 0;
    }

    .category-content .b-category-name {
        line-height: 32px;
        padding-top: 3px;
        padding-left: 5px;
        padding-right: 40px;
    }

    .category-content .b-category-name b {
        margin-left: 4px;
        font: 400 12px/28px "宋体";
    }

    .category-content .b-category-name, .category-content .bd-name {
        color: #333;
    }

    .category-content .c-category-list a {
        margin-right: 8px;
        color: #626262;
    }

    .category-content .b-category-name .fr {
        background-position: 0 -629px;
        width: 22px;
        height: 22px;
        margin: 10px 16px 0 0;
    }

    .category-content .s-category-name {
        height: 22px;
    }

    .category-content .s-category-name a {
        margin: 0 16px 0 0;
        font: 12px/22px "宋体";
    }

    .category-content .category-info {
        position: relative;
        height: 100%;
        padding-left: 12px;
        width: 152px;
        overflow: hidden;
    }

    .category-content .category-info em {
        position: absolute;
        top: 8px;
        right: 20px;
        width: 13px;
        height: 13px;
        font: 12px/18px "宋体";
        color: #9b9b9b;
    }

    .category-content .hover .category-info {
        border: none;
        text-decoration: none;
        background: #fff;
    }

    .category-content .menu-item {
        display: none;
        position: absolute;
        left: 149px;
        height: 100%;
        padding: 0 0 0 2px;
        width: 725px;
        background: #fff;
        border: none;
        border-top: 1px solid #bbb9;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 360px;
        box-shadow: 0 0 4px 2px hsl(0deg 0% 67% / 10%);
    }

    .category-content .menu-item .area-in {
        position: relative;
        box-shadow: 0 0 21px 2px hsl(0deg 0% 67% / 31%);
        height: 100%;
    }

    .category-content .menu-item .area-bg {
        padding: 10px 0 10px 20px;
    }

    .category-content .category-list li.hover .b-category-name a {
        color: #4c4c4c;
    }

    .category-content .menu-srot .sort-side,
    .category-content .sort-side .dl-sort,
    .category-content .menu-srot {
        overflow: hidden
    }

    .category-content .sort-side .dl-sort,
    .category-content .menu-srot {
        width: 100%;
    }

    .category-content .sort-side dt {
        margin-top: 5px;
        font-size: 14px;
        font-weight: bold;
        color: #db3e54;
        text-align: left;
    }

    .category-content .sort-side dd {
        float: left;
        margin: 2px 6px 4px 0;
    }

    .category-content .sort-side dd a {
        float: left;
        width: auto;
        letter-spacing: 0.5px;
        line-height: 14px;
        color: #888;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 3px 10px;
        border: 1px solid #e6e6e6;
    }

    .category-content .sort-side dd a span.red {
        color: #DB3E54;
    }

    .category-content .menu-srot .brand-side {
        float: left;
        position: relative;
        margin-left: -10px;
        padding-top: 10px;
    }

    .category-content .menu-item.top {
        top: 0px;
    }

    .category-content .menu-item.bottom {
        bottom: -2px;
        *bottom: -6px;
        _ *
        bottom: -7px;
    }

    .category-list li.hover .menu-in {
        /*border: 1px solid #333;*/
    }

    .category-content .sort-side .dl-sort-two {
        float: left;
        width: auto;
    }
}

@media only screen and (min-width: 1025px) {
    .am-container {
        padding-left: 0rem;
        padding-right: 0rem;
        max-width: 1200px;
    }

    .mui-mbar-tabs {
        display: block;
    }

    .nav-search {
        height: 124px;
    }

    .nav-search .logo-big {
        float: left;
        height: 75px;
        width: 267px;
    }

    .search-bar {
        float: left;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        border: 2px solid #ffa500;
        height: 40px;
        line-height: 34px;
        position: relative;
        overflow: visible;
        overflow: initial;
        width: 568px;
        border-radius: 30px;
        margin-left: 29px;
        margin-top: 7px;
    }

    .shopMain {
        margin: 0px 0px 0px 5px;
    }

    .shopCon li {
        width: 20%;
        padding: 10px;
    }

    .tip {
        display: block;
    }

    .search-hot-keywords {
        display: block;
    }

    #goods-category .category-content {
        /*opacity: 0.8;*/
        /*-webkit-transition: opacity .2s ease-in;*/
        /*-moz-transition: opacity .2s ease-in;*/
        /*-ms-transition: opacity .2s ease-in;*/
        /*-o-transition: opacity .2s ease-in;*/
        /*transition: opacity .2s ease-in;*/
    }

    #goods-category:hover .category-content {
        opacity: 1;
    }
}


@media only screen and (min-width: 1200px) {
    .am-container, .footer, .nav-table {
        padding-left: 0rem;
        padding-right: 0rem;
        max-width: 1200px;
    }

    .footer {
        margin: auto;
    }

    /*导航*/
    .goods-category-title {
        width: 221px;
        border-top-left-radius:10px;
        border-top-right-radius:10px;
    }

    /* 分类 */
    #goods-category .category-content {
        position: relative;
        width: 221px;
        height: 403px;
        float: left;
        top: 46px;
    }

    #goods-category .category-content .all-goods {
        width: 180px;
    }

    .category-content .category {
        width: 221px;
        height:400px;
        border-bottom-left-radius:10px;
        border-bottom-right-radius:10px;
    }

    .category-content .category-info {
        padding-left: 0;
        margin-left: 12px;
        width: 180px;
        overflow: hidden;
    }

    .category-content .menu-item {
        left:221px;
        height: 400px;
    }

    .category-content .category-list li {
        height: 43px;
    }

    .category-content .b-category-name {
        width: 180px;
        margin: 0;
        padding: 0;
    }

    .category-content .category-name i {
        top: 6px;
    }

    .category-content .category-info em {
        top: 9px;
    }
}



/**
 * 公共
 */
/* 导航分割 */
.spacing-nav-title {
    position: relative;
    color: #ffa500;
    text-align: center;
    background-color: #ffffff;
    height: 35px;
    line-height: 35px;
    margin: 20px 0;
}

.spacing-nav-title .line {
    display: inline-block;
    width: 50%;
    height: 1px;
    background: #ffa500;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spacing-nav-title .text-wrapper {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

/* 价格颜色 */
.price, .price strong {
    color: #c00;
}

/* 公共错误提示页面 */
.tips-error, .tips-success {
    padding: 10% 0;
    height: 500px;
    background: #fff;
}

.tips-error i.am-icon-times-circle, .tips-success i.am-icon-check-circle {
    font-size: 20px;
}

.tips-error i.am-icon-times-circle {
    color: #F44336;
}

.tips-success i.am-icon-check-circle {
    color: #4CAF50;
}

.tips-error span.msg, .tips-success span.msg {
    font-size: 22px;
    margin-left: 10px;
}

.tips-error .tips-nav, .tips-success .tips-nav {
    margin-top: 20px;
}

.tips-error .tips-nav .am-btn:not(:first-child), .tips-success .tips-nav .am-btn:not(:first-child) {
    margin-left: 20px;
}

/* 页面加载数据 */
.loding-view {
    text-align: center;
    color: #888;
    padding: 10px 0;
}

/**
 * 混合提示
 */
.mixed-tips {
    width: 280px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 10%;
}

.mixed-tips .icon {
    font-size: 68px;
    color: #ccc;
    margin-right: 15px;
    line-height: 108px;
}

.mixed-tips-content {
    margin-top: 10px;
}

.mixed-tips-content h1 {
    font-size: 14px;
    font-weight: 500;
}

.mixed-tips-content ul {
    margin-top: 5px;
}

.mixed-tips-content ul li a {
    color: #0e90d2;
}

/**
 * 底部
 */
.am-footer-default {
    border-top: 2px solid #ffa500;
    background: #e3e4e6;
    color: #e2e2e2;
    margin-top: 20px;
}

.am-footer-default p.am-text-truncate {
    line-height: 24px;
}

.am-footer-default b {
    margin: 0 3px;
    font-weight: 400;
    color: #585858;
}

.am-footer-default a {
    font-size: 12px;
    color: #b1b1b1;
    text-decoration: none;
}

.am-footer-default a:hover {
    color: #d1d1d1;
}

.footer-nav-list {
    padding: 0;
}

.footer-nav-list .am-gallery-item {
    text-align: left;
}

.footer-nav-list .am-gallery-item .footer-nav-title {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.footer-about li {
    text-align: left;
    line-height: 24px;
}

.footer-about li span, .footer-about li a {
    font-size: 14px;
}

.footer-about li.tel a {
    color: #ff6700;
}

.footer-about li.qrcode {
    margin-top: 5px;
}

.footer-about li.qrcode img {
    max-width: 130px;
}

.footer-about li i {
    color: #a5a5a5;
    width: 20px;
    text-align: center;
}

.am-footer-miscs {
    padding: 10px 0 5px 0;
    margin-top: 10px;
}

.am-footer-miscs .am-container {
    border-top: 1px solid #383838;
    padding-top: 10px;
}

.am-footer-miscs .powered a {
    font-weight: 700;
}

.am-footer-miscs .powered a:hover, .am-footer-miscs .powered a:focus {
    text-decoration: none;
}

.am-footer-miscs .powered a span.b {
    color: #026ed9;
}

.am-footer-miscs .powered a span.o {
    color: #e6000e;
}

.am-footer-miscs .footer-icp img {
    width: 14px;
    height: 14px;
    vertical-align: sub;
}

@media only screen and (max-width: 1025px) {
    .am-footer-default .am-container {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 640px) {
    .footer-about {
        border-top: 1px solid #383838;
        padding-top: 10px;
        margin-top: 10px;
    }

    .am-footer-default b {
        display: none;
    }
}

/**
 * 底部-手机简洁模式
 */
.mobile-concise-model {
    border-top: 0;
    background: #fff;
    color: #999;
    margin-top: 0;
    padding: 0;
}

.mobile-concise-model .am-footer-miscs {
    padding: 5px 0;
    margin-top: 0;
}

/**
 * 友情链接
 */
.friendship-list ul li {
    line-height: 26px;
}

.friendship-list ul li:not(:last-child) {
    margin-right: 10px;
}

.friendship-list ul li:not(:last-child) a {
    padding-right: 10px;
}

.friendship-list ul li.title {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

/**
 * 框架覆盖
 */
/* 手机模式下 */
@media only screen and (max-width: 640px) {
    .am-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

ul.am-dropdown-content {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid #ededed;
    padding: 0;
}

ul.am-dropdown-content > .am-active > a,
ul.am-dropdown-content > .am-active > a:hover,
ul.am-dropdown-content > .am-active > a:focus {
    background-color: #ffeaed;
}

ul.am-dropdown-content > .am-active > a,
ul.am-dropdown-content > .am-active > a:hover,
ul.am-dropdown-content > .am-active > a:focus,
.am-nav > li.am-active > a,
.am-nav > li.am-active > a:hover,
.am-nav > li.am-active > a:focus {
    color: #ffa500 !important;
    background-color: transparent;
}

.am-article-title.blog-title {
    font-size: 24px;
    line-height: 1.15;
    font-weight: normal;
    margin: 10px 0px 20px;
}

/**
 * 轮播图片
 */
.am-slider-a1 .am-control-nav li a.am-active {
    background-color: #d3374b;
}

.am-slider-a1 .am-control-nav li a {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 3px #fff;
    box-shadow: inset 0 0 3px #fff;
}

.am-slider-a1 .am-control-nav {
    bottom: 10px;
}

.am-slider-a1 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**
 * 公共登录窗口
 */
.common-login-modal {
    height: 485px;
    padding: 0;
    width: 743px;
    border-radius: 10px;
}
@media only screen and (min-width: 641px) {
    .common-login-modal {
        max-width: 950px;
        left: calc(50% - 460px);
        top: calc(50% - 220px);
        margin-left: 0;
        margin-top: 0;
    }
}

@media only screen and (max-width: 640px) {
    .common-login-modal {
        top: calc(50% - 210px);
    }
}


/**
 * 框架覆盖
 */
/**
 * 操作按钮
 */
.am-btn-default {
    color: #666 !important;
    background-color: #e6e6e6;
    border-color: #d5d5d5;
}

.am-btn-default:hover, .am-btn-default:focus {
    background-color: #666;
}

.am-btn-default:hover, .am-btn-default:focus, .am-btn-default:active, .am-btn-default.am-active, .am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
    color: #fff !important;
    border-color: #666;
}

.am-btn-default.am-disabled, .am-btn-default[disabled], fieldset[disabled] .am-btn-default, .am-btn-default.am-disabled:hover, .am-btn-default[disabled]:hover, fieldset[disabled] .am-btn-default:hover, .am-btn-default.am-disabled:focus, .am-btn-default[disabled]:focus, fieldset[disabled] .am-btn-default:focus, .am-btn-default.am-disabled:active, .am-btn-default[disabled]:active, fieldset[disabled] .am-btn-default:active, .am-btn-default.am-disabled.am-active, .am-btn-default[disabled].am-active, fieldset[disabled] .am-btn-default.am-active {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.am-btn-default:active, .am-btn-default.am-active, .am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
    background-image: none;
    background-color: #666;
}

.am-btn-secondary {
    color: #3bb4f2 !important;
    background-color: #ffffff;
    border-color: #3bb4f2;
}

.am-btn-secondary:hover, .am-btn-secondary:focus {
    background-color: #19a7f0;
}

.am-btn-secondary:hover, .am-btn-secondary:focus, .am-btn-secondary:active, .am-btn-secondary.am-active, .am-dropdown.am-active .am-btn-secondary.am-dropdown-toggle {
    color: #fff !important;
    border-color: #19a7f0;
}

.am-btn-secondary.am-disabled, .am-btn-secondary[disabled], fieldset[disabled] .am-btn-secondary, .am-btn-secondary.am-disabled:hover, .am-btn-secondary[disabled]:hover, fieldset[disabled] .am-btn-secondary:hover, .am-btn-secondary.am-disabled:focus, .am-btn-secondary[disabled]:focus, fieldset[disabled] .am-btn-secondary:focus, .am-btn-secondary.am-disabled:active, .am-btn-secondary[disabled]:active, fieldset[disabled] .am-btn-secondary:active, .am-btn-secondary.am-disabled.am-active, .am-btn-secondary[disabled].am-active, fieldset[disabled] .am-btn-secondary.am-active {
    background-color: #ffc4d8;
    border-color: #ffc4d8;
}

.am-btn-secondary:active, .am-btn-secondary.am-active, .am-dropdown.am-active .am-btn-secondary.am-dropdown-toggle {
    background-image: none;
    background-color: #0e90d2;
}

.am-btn-primary {
    color: #0e90d2 !important;
    background-color: #fff;
    border-color: #0e90d2;
}

.am-btn-primary:hover, .am-btn-primary:focus {
    background-color: #0e90d2;
}

.am-btn-primary:hover, .am-btn-primary:focus, .am-btn-primary:active, .am-btn-primary.am-active, .am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
    color: #fff !important;
    border-color: #0e90d2;
}

.am-btn-primary.am-disabled, .am-btn-primary[disabled], fieldset[disabled] .am-btn-primary, .am-btn-primary.am-disabled:hover, .am-btn-primary[disabled]:hover, fieldset[disabled] .am-btn-primary:hover, .am-btn-primary.am-disabled:focus, .am-btn-primary[disabled]:focus, fieldset[disabled] .am-btn-primary:focus, .am-btn-primary.am-disabled:active, .am-btn-primary[disabled]:active, fieldset[disabled] .am-btn-primary:active, .am-btn-primary.am-disabled.am-active, .am-btn-primary[disabled].am-active, fieldset[disabled] .am-btn-primary.am-active {
    background-color: #ffcbd0;
    border-color: #ffcbd0;
}

.am-btn-primary:active, .am-btn-primary.am-active, .am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
    background-image: none;
    background-color: #0e90d2;
}

.am-btn-danger {
    color: #f00 !important;
    background-color: #ffcbcb;
    border-color: #ff9e9e;
}

.am-btn-danger:hover, .am-btn-danger:focus {
    background-color: #f00;
}

.am-btn-danger:hover, .am-btn-danger:focus, .am-btn-danger:active, .am-btn-danger.am-active, .am-dropdown.am-active .am-btn-danger.am-dropdown-toggle {
    color: #fff !important;
    border-color: #f00;
}

.am-btn-danger.am-disabled, .am-btn-danger[disabled], fieldset[disabled] .am-btn-danger, .am-btn-danger.am-disabled:hover, .am-btn-danger[disabled]:hover, fieldset[disabled] .am-btn-danger:hover, .am-btn-danger.am-disabled:focus, .am-btn-danger[disabled]:focus, fieldset[disabled] .am-btn-danger:focus, .am-btn-danger.am-disabled:active, .am-btn-danger[disabled]:active, fieldset[disabled] .am-btn-danger:active, .am-btn-danger.am-disabled.am-active, .am-btn-danger[disabled].am-active, fieldset[disabled] .am-btn-danger.am-active {
    background-color: #ffcbcb;
    border-color: #ffcbcb;
}

.am-btn-danger:active, .am-btn-danger.am-active, .am-dropdown.am-active .am-btn-danger.am-dropdown-toggle {
    background-image: none;
    background-color: #f00;
}

.am-btn-success {
    color: #5eb95e !important;
    background-color: #E4F3E4;
    border-color: #d2e8d2;
}

.am-btn-success:hover, .am-btn-success:focus {
    background-color: #5eb95e;
}

.am-btn-success:hover, .am-btn-success:focus, .am-btn-success:active, .am-btn-success.am-active, .am-dropdown.am-active .am-btn-success.am-dropdown-toggle {
    color: #fff !important;
    border-color: #5eb95e;
}

.am-btn-success.am-disabled, .am-btn-success[disabled], fieldset[disabled] .am-btn-success, .am-btn-success.am-disabled:hover, .am-btn-success[disabled]:hover, fieldset[disabled] .am-btn-success:hover, .am-btn-success.am-disabled:focus, .am-btn-success[disabled]:focus, fieldset[disabled] .am-btn-success:focus, .am-btn-success.am-disabled:active, .am-btn-success[disabled]:active, fieldset[disabled] .am-btn-success:active, .am-btn-success.am-disabled.am-active, .am-btn-success[disabled].am-active, fieldset[disabled] .am-btn-success.am-active {
    background-color: #E4F3E4;
    border-color: #E4F3E4;
}

.am-btn-success:active, .am-btn-success.am-active, .am-dropdown.am-active .am-btn-success.am-dropdown-toggle {
    background-image: none;
    background-color: #5eb95e;
}

.am-btn-warning {
    color: #F37B1D !important;
    background-color: #ffe5be;
    border-color: #f8d093;
}

.am-btn-warning:hover, .am-btn-warning:focus {
    background-color: #F37B1D;
}

.am-btn-warning:hover, .am-btn-warning:focus, .am-btn-warning:active, .am-btn-warning.am-active, .am-dropdown.am-active .am-btn-warning.am-dropdown-toggle {
    color: #fff !important;
    border-color: #F37B1D;
}

.am-btn-warning.am-disabled, .am-btn-warning[disabled], fieldset[disabled] .am-btn-warning, .am-btn-warning.am-disabled:hover, .am-btn-warning[disabled]:hover, fieldset[disabled] .am-btn-warning:hover, .am-btn-warning.am-disabled:focus, .am-btn-warning[disabled]:focus, fieldset[disabled] .am-btn-warning:focus, .am-btn-warning.am-disabled:active, .am-btn-warning[disabled]:active, fieldset[disabled] .am-btn-warning:active, .am-btn-warning.am-disabled.am-active, .am-btn-warning[disabled].am-active, fieldset[disabled] .am-btn-warning.am-active {
    background-color: #ffe5be;
    border-color: #ffe5be;
}

.am-btn-warning:active, .am-btn-warning.am-active, .am-dropdown.am-active .am-btn-warning.am-dropdown-toggle {
    background-image: none;
    background-color: #F37B1D;
}


/**
 * 分页
 */
.am-pagination > .am-active > a, .am-pagination > .am-active > a:hover {
    background-color: #0e90d2;
    border-color: #0e90d2;
}

/**
 * 弹窗
 */
.am-popup-bd {
    padding: 5px;
    background: none;
}

/**
 * 列表按钮美化
 */
table.am-table .am-btn-default {
    border: 1px solid #666;
    background: #fff;
    color: #666;
}

table.am-table .am-btn-default:focus, table.am-table .am-btn-default:active, table.am-table .am-btn-default.am-active {
    color: #666 !important;
    border-color: #666;
}

table.am-table .am-btn-default:hover {
    background: #666;
    color: #fff !important;
}

table.am-table .am-btn-primary {
    border: 1px solid #0e90d2;
    background: #fff;
    color: #0e90d2;
}

table.am-table .am-btn-primary:focus, table.am-table .am-btn-primary:active, table.am-table .am-btn-primary.am-active {
    color: #0e90d2 !important;
    border-color: #0e90d2;
}

table.am-table .am-btn-primary:hover {
    background: #0e90d2;
    color: #fff !important;
}

table.am-table .am-btn-secondary {
    border: 1px solid #0e90d2;
    background: #fff;
    color: #0e90d2;
}

table.am-table .am-btn-secondary:focus, table.am-table .am-btn-secondary:active, table.am-table .am-btn-secondary.am-active {
    color: #0e90d2 !important;
    border-color: #0e90d2;
}

table.am-table .am-btn-secondary:hover {
    background: #0e90d2;
    color: #fff !important;
}

table.am-table .am-btn-success {
    border: 1px solid #5eb95e;
    background: #fff;
    color: #5eb95e;
}

table.am-table .am-btn-success:focus, table.am-table .am-btn-success:active, table.am-table .am-btn-success.am-active {
    color: #5eb95e !important;
    border-color: #5eb95e;
}

table.am-table .am-btn-success:hover {
    background: #5eb95e;
    color: #fff !important;
}

table.am-table .am-btn-warning {
    border: 1px solid #F37B1D;
    background: #fff;
    color: #F37B1D;
}

table.am-table .am-btn-warning:focus, table.am-table .am-btn-warning:active, table.am-table .am-btn-warning.am-active {
    color: #F37B1D !important;
    border-color: #F37B1D;
}

table.am-table .am-btn-warning:hover {
    background: #F37B1D;
    color: #fff !important;
}

table.am-table .am-btn-danger {
    border: 1px solid #f00;
    background: #fff;
    color: #f00;
}

table.am-table .am-btn-danger:focus, table.am-table .am-btn-danger:active, table.am-table .am-btn-danger.am-active {
    color: #f00 !important;
    border-color: #f00;
}

table.am-table .am-btn-danger:hover {
    background: #f00;
    color: #fff !important;
}

/**
 * tabs
 */
.am-tabs-d2 {
    margin: 0;
}

.am-tabs-d2 .am-tabs-nav a {
    text-decoration: none;
}

.am-tabs-d2 .am-tabs-nav > .am-active {
    border-bottom: 2px solid #ed5563;
    background-color: #fff1f5;
}

.am-tabs-d2 .am-tabs-nav > .am-active a {
    color: #ffa500;
}

.am-tabs-d2 .am-tabs-nav > .am-active:after {
    border-bottom-color: #ed5563;
}

.am-tabs-d2 .am-tabs-bd {
    border: none;
    z-index: 0;
    background: #fff;
}

.am-tabs-d2 .am-tabs-bd .am-tab-panel {
    padding: 0;
}


/**
 * 主导航
 */
.shop-navigation {
    margin: 0px;
    min-height: 40px;
}

.shop-navigation .am-container {
    position: relative;
}

.shop-navigation .am-nav > li {
    white-space: nowrap;
}

.shop-navigation .am-nav > li > a {
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    height: 40px;
    text-align: center;
}

.shop-navigation .am-nav > li > a:after {
    bottom: -2px;
}

.shop-navigation .am-nav > li > a:hover,
.shop-navigation .am-nav > li > a:focus,
.shop-navigation .am-nav > li > a.active {
    background-color: transparent;
    color: #ffa500;
}

.shop-navigation .am-nav > li ul.am-dropdown-content > li > a.active {
    text-decoration: none;
    color: #ffa500;
    background-color: #fff5f6;
}

.shop-navigation .wap-logo {
    max-width: 100px;
    max-height: 45px;
    padding: 5px;
    line-height: 30px;
}

.shop-navigation .wap-logo img {
    max-width: 100%;
}

@media only screen and (min-width: 641px) {
    .shop-navigation {
        background: transparent;
        padding: 0 5px;
    }

    .shop-navigation .am-topbar-nav > li > a {
        line-height: 37px;
    }

    /*.shop-navigation .am-topbar-nav > li > a:hover:after,
    .shop-navigation .am-topbar-nav > li > a.active:after {
        border-bottom-color: #ffa500;
    }*/

    .shop-navigation .am-topbar-nav > li > a.active:after {
        opacity: 0;
    }

    .shop-navigation .am-topbar-collapse {
        margin-left: 150px;
    }
}

@media only screen and (min-width: 1025px) {
    .shop-navigation {
        padding: 0;
    }

    .shop-navigation .am-container {
        padding-left: 150px;
    }

    .shop-navigation .am-topbar-collapse {
        margin-left: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .shop-navigation .am-container {
        padding-left: 221px;
    }
}

@media only screen and (max-width: 1025px) {
    .shop-navigation {
        margin-top: 20px;
    }

    .shop-navigation .am-topbar-nav {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .shop-navigation {
        background: #ffa500;
        margin-top: 0;
        border-bottom: 0;
    }

    .shop-navigation .am-topbar-collapse {
        background: #f5f5f5;
        border-bottom: 2px solid #ffa500;
    }

    .shop-navigation .am-nav > li:not(:last-child) {
        border-bottom: 1px solid #e8e8e8;
    }

    .shop-navigation .am-topbar-collapse .am-dropdown.am-active .am-dropdown-content li:not(:first-child) {
        border-top: 1px solid #f5f5f5;
    }

    .shop-navigation .am-nav > li > a {
        padding: 5px 0px;
    }

    .shop-navigation .am-topbar-nav {
        margin-bottom: 0;
    }

    .shop-navigation .navigation-search {
        display: -webkit-box !important;
        margin-top: 8px;
        width: calc(100% - 160px);
    }

    .shop-navigation .navigation-search > .am-input-group {
        width: 100%;
    }

    .shop-navigation .navigation-search input {
        border-color: #fff;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .shop-navigation .navigation-search input,
    .shop-navigation .navigation-search .am-btn,
    .shop-navigation .switch-submit {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .shop-navigation .switch-submit {
        border-radius: 4px;
        border-color: rgba(255, 255, 255, 0.3);
        color: #fff !important;
        background-color: #ffa500;
    }

    .shop-navigation .navigation-search .am-btn {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background: #fff;
        border-color: #fff;
        color: #bebebe !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* 用户 */
img.common-user-icon {
    max-height: 15px;
    vertical-align: middle;
}

/**
 * 用户中心左侧菜单
 */
.user-menu {
    position: fixed;
    z-index: 1020;
    bottom: 70px;
    right: 10px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    opacity: 0.8;
}

.user-sidebar {
    width: 145px;
    min-height: 100%;
    float: left;
}

.user-sidebar .am-active {
    z-index: 1600;
}

.user-sidebar .am-active a, .user-sidebar-list li a:hover {
    background: #fff1f5;
    text-decoration: none;
    color: #ffa500;
}

.user-sidebar-list li a {
    color: #5c5c5c;
    padding-left: 10px;
    padding: 0.8rem;
}

.user-sidebar-list li:first-child {
    border-top: none;
}

.user-offcanvas-bar .am-list > li {
    border: 1px solid #ffe8ef;
}

.user-sidebar-sub {
    margin-top: 0;
    margin-bottom: 0;
}

.user-sidebar-sub li {
    border-left: 0 !important;
    border-right: 0 !important;
}

.user-sidebar-sub li a {
    padding-left: 35px;
}

.user-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.user-offcanvas-bar {
    z-index: 900;
}

@media only screen and (min-width: 641px) {
    .user-sidebar {
        display: block;
        position: relative;
        background: none;
        border-top: 5px solid #ED5564;
        z-index: 0;
    }

    .user-offcanvas-bar {
        position: static;
        width: auto;
        background: none;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        overflow-y: hidden;
    }

    .user-offcanvas-bar:after {
        content: none;
    }

    .user-main {
        padding: 0 5px;
    }

    .user-content-body {
        /*padding: 0 0 5px 10px;*/
    }

    .user-offcanvas-bar ul.user-sidebar-list {
        padding-bottom: 1px;
    }
}

@media only screen and (min-width: 1025px) {
    .user-main {
        padding: 0;
    }
}

@media only screen and (max-width: 640px) {
    .user-sidebar {
        width: inherit;
    }

    .user-offcanvas-bar {
        background: #F3F3F3;
    }

    .user-offcanvas-bar:after {
        background: #BABABA;
    }

    .user-sidebar-list a:hover, .user-sidebar-list a:active {
        -webkit-transition: background-color .3s ease;
        -moz-transition: background-color .3s ease;
        -ms-transition: background-color .3s ease;
        -o-transition: background-color .3s ease;
        transition: background-color .3s ease;
        background: #E4E4E4;
    }

    .user-content-body {
        padding: 0 5px 5px 5px;
    }

    .user-offcanvas-bar ul {
        margin-bottom: 0;
    }
}

.user-main {
    padding-top: 10px;
}

.more-icon-rotate {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

button {
    outline: none !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #fff1f5;
    color: #ffa500;
}


/**
 * 公共头像样式
 */
.common-cropper-popup .cropper-images-view,
.common-cropper-popup .img-preview,
.common-cropper-popup .submit-operation {
    overflow: hidden;
}

.common-cropper-popup .img-container {
    width: 200px;
    height: 200px;
    margin-bottom: 5px;
}

.common-cropper-popup .cropper-input-images-submit {
    width: 104px;
    margin: 0px 5px 0px 2px;
    height: 32px;
}

.common-cropper-popup .preview-lg {
    width: 180px;
    height: 180px;
}

.common-cropper-popup .preview-md {
    width: 100px;
    height: 100px;
}

.common-cropper-popup .preview-sm {
    width: 50px;
    height: 50px;
}

.common-cropper-popup .img-preview {
    margin-left: 20px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
}

.common-cropper-popup .cropper-container, .cropper-input-images-submit {
    border-radius: 2px;
}

.common-cropper-popup .am-form-file input[type="file"] {
    width: 105px;
    height: 32px;
}

.common-cropper-popup .am-form-group {
    width: auto;
}

.common-cropper-popup form.am-form .am-form-group-refreshing {
    padding: 0 !important;
}

.common-cropper-popup .am-form-file input[type="file"] {
    width: 106px !important;
    top: 0;
}

@media only screen and (max-width: 640px) {
    .common-cropper-popup .img-preview {
        margin-left: 10px;
    }

    .common-cropper-popup .preview-md,
    .common-cropper-popup .preview-sm {
        margin: 0 0 5px 8px;
    }

    .common-cropper-popup .preview-md {
        width: 90px;
        height: 90px;
    }

    .common-cropper-popup .preview-sm {
        width: 50px;
        height: 50px;
    }
}

/**
 * 公共
 */
legend {
    padding-bottom: 0.2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

legend .legend-title {
    font-size: 12px;
}

legend a.am-fr {
    color: #e7747f;
    margin-top: 10px;
}

.items-value-empty {
    color: #999;
}

/**
 * 左侧快捷入口
 */
.left-main-quick-menu {
    background-color: rgb(210 54 76 / 80%);
    color: #fff;
    position: fixed;
    left: 10px;
    bottom: 150px;
    z-index: 1020;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.left-main-quick-menu:hover, .left-main-quick-menu:focus {
    background: #ea304b;
    color: #fff;
}

.left-main-quick-content li .nav-icon {
    background: #e4e4e4;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.left-main-quick-content li .nav-icon img {
    width: 25px;
    height: 25px;
    -webkit-transition: transform .3s ease-in;
    -moz-transition: transform .3s ease-in;
    -ms-transition: transform .3s ease-in;
    -o-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
}

.left-main-quick-content li a {
    text-decoration: none;
}

@media only screen and (min-width: 641px) {
    .left-main-quick-content li:hover .nav-icon img {
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }
}

/**
 * 中间大导航快捷入口
 */
.navigation-main-quick {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 6px;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    width: 80px;
    text-align: center;
    background: #ffa500;
    cursor: pointer;
}

.navigation-main-quick .icon {
    background: #feffde;
    width: 25px;
    height: 25px;
    line-height: 18px;
    border-radius: 50%;
    position: absolute;
    left: -21px;
    z-index: 2;
    padding: 1px;
    overflow: hidden;
    color: #d3364c;
    font-size: 14px;
    border: 2px solid #d3364c;
}

.navigation-main-quick .name {
    width: 60px;
    float: left;
    padding-left: 10px;
}

.navigation-main-quick b {
    position: absolute;
    width: 25px;
    height: 27px;
    border-radius: 50%;
    z-index: 1;
    left: -19px;
    top: -1px;
    background: #fff;
}

.navigation-main-quick .am-icon-angle-right {
    margin-left: 5px;
}

.navigation-main-quick * {
    color: #fcff00;
    text-decoration: none;
}

@media only screen and (min-width: 641px) {
    .navigation-main-quick:hover {
        background: #ea304b;
    }

    .navigation-main-quick:hover .icon {
        border: 2px solid #ea304b;
        color: #ea304b;
    }
}

/**
 * 二级导航
 */
.second-nav {
    background: #90b9ff;
}

.second-nav li a {
    color: #fff;
}

.second-nav > li > a:hover {
    font-weight: bold;
    background-color: transparent;
}

.second-nav li.am-active a,
.second-nav li.am-active a:hover {
    background-color: #1cc09f !important;
    color: #fff !important;
}

/**
 * 面包屑导航
 */
.breadcrumb-data {
    background: #f5f5f5;
}

.breadcrumb-data .am-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumb-data .am-breadcrumb li a {
    text-decoration: none;
    color: #666;
}

.breadcrumb-data .am-breadcrumb li a:hover {
    color: #ffa500;
}

.shop-navigation {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
    padding-top: 18px;
    background: #F3F3F3;
}

#goods-category .goods-category-title .all-goods {
    display: flex;
    align-items: center;
    width: 180px;
    margin: 0 auto;
    justify-content: space-between;
}

#goods-category .goods-category-title .all-goods i {
    font-size: 18px;
    color: #333;
    padding: 0 8px 0px 0;
    display: block;
    width: 21px;
    height: 25px;
    top: 0;
    line-height: 25px;
}

#goods-category .goods-category-title .all-goods p {
    padding-right: 63px;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    white-space: nowrap;
    padding-left: 6px;
}

#goods-category .goods-category-title .all-goods:hover i:before {
    color: #3d3c34;
    font-weight: 600;
}

.category-content .category-list li:hover {
    color: #212121;
    background: #fff;
    /*box-shadow: -2px 0 3px -1px hsl(0deg 0% 67% / 10%), 0 -2px 3px 4px hsl(0deg 0% 67% / 10%), 0 2px 3px 4px hsl(0deg 0% 67% / 10%), 2px 0 3px -1px hsl(0deg 0% 67% / 10%);*/
}


.footerNav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 47px;
}

.footerNav .item:first-child {
    width: 236px;
}

.footerNav .item:nth-child(2) {
    width: auto;
    min-width: 56%;
    padding-left: 128px;
    padding-right: 64px;
}
.footerNav .atlas {
    display: flex;
    justify-content: space-between;
}

.footerNav .qrCode {
    border-left: 1px solid #ccc;
}
.footerNav .phone {
    font-family: Arial;
    font-size: 28px;
    font-weight: 600;
    color: #212121;
    line-height: 39px;
}
.footerNav .email, .footerNav .time {
    padding: 19px 0 13px;
}

.footerNav .email p:first-child, .footerNav .time p:first-child {
    padding-bottom: 4px;
}
.footerNav .email p, .footerNav .time p {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-left: 5px;
    padding-left: 22px;
    padding-bottom: 8px;
    position: relative;
    word-break: keep-all;
    text-align:left;
}

.footerNav .email i, .footerNav .time i {
    position: absolute;
    top: 0;
    left: 0;
    color: #383a39;
    margin-right: 8px;
    font-size: 18px;
}
.footerNav .time>div:last-of-type p {
    padding-bottom: 0;
}

.footerNav .email i.iconem_i1, .footerNav .time i.iconem_i1 {
    font-size: 16px;
    line-height: 21px;
}
.footerNav .el-button[data-v-03554ce2] {
    color: #999;
    background: transparent;
    width: 136px;
    font-size: 14px;
    border-color: #ccc;
    border-radius: 0;
    margin: 6px;
}
.el-button, .el-checkbox__inner, .el-input-group__append, .el-input__inner, .el-pagination .el-select .el-input .el-input__inner, .el-textarea__inner {
    border-radius: 0;
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.footerNav .atlas .dt {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #212121;
    margin-bottom: 22px;
}
.footerNav .atlas .dd {
    padding-bottom: 20px;
}
.footerNav .atlas .dd a {
    color: #999;
    font-size: 14px;
    position: relative;
    display: inline-flex;
}
.footerNav .qrCode>div:first-child {
    margin-left: 38px;
}
.footerNav .qrCode>div {
    float: right;
    text-align: center;
}
.footerNav .qrCode>div p {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 12px;
}
.footerNav .qrCode>div img {
    width: 95px;
    height: 95px;
    background: #fff;
}

.footerNav .qrCode>div:nth-child(2) {
    margin-left: 60px;
}

footer .links {
    border-top: 1px solid #ddd;
    padding-top: 28px;
    margin: 48px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .links p {
    text-align: center;
    color: #212121;
}
footer .links .linkBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
footer .links a:first-child {
    margin-left: 5px;
}
footer .links a {
    display: inline-block;
    margin: 0 10px;
    color: #aaa;
}

footer .links .item:after {
    content: "|";
    color: #aaa;
}

footer .icp {
    text-align: center;
    padding-bottom: 71px;
    padding-top: 20px;
}
footer .icp a, .icp span {
    font-size: 12px;
    color: #ccc;
}

footer .icp a, .icp span {
    font-size: 12px;
    color: #ccc;
}

footer .el-button {
    color: #999;
    background: transparent;
    width: 136px;
    font-size: 14px;
    border-color: #ccc;
    border-radius: 0;
    margin: 6px;
}

.footerNav .el-button:hover {
    border-color: #ffa500;
    color: #ffa500;
}


body {
    background:#F3F3F3;
}

/*home-end*/
.home-end {text-align: center;padding: 49px 0 44px;font-weight: 600;color: #333;background-color: #F3F3F3;font-size: 12px;position: relative;}
.home-end:before {margin-left: 30px;}
.home-end:after {margin-left: -180px;}
.home-end:after, .home-end:before {content: "";height: 1px;background: #e3e4e6;width: 150px;position: absolute;left: 50%;top: 50%;}

/*home-service*/
.home-service {background: #F3F3F3;height: 96px;}
.home-service ul {width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;}
.home-service li {display: flex;align-items: center;text-align: center;padding: 30px 0;width: 25%;margin-left: 5%;}
.home-service i {font-size: 48px;color: #ffa500;height: 48px;line-height: 48px;}
.home-service li h2 {font-size: 18px;color: #212121;font-weight: 600;line-height: 18px;margin-left: 8px;position: relative;}
.home-service ul li:first-child{margin-left: 10%;}
.home-service ul li:last-child{margin-right: 10%;}



#nav_news_search {
    margin: 0 auto;
    background: #fff;
    padding: 18px 0;
}

#nav_news_search .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

#nav_news_search .logo {
    width: 330px;
}
#nav_news_search  .logo img {
    width: auto;
}
#nav_news_search .nav {
    display: flex;
    align-items: center;
}
#nav_news_search .nav li:first-child {
    margin-left: 0;
}
#nav_news_search .nav li {
    position: relative;
    margin-left: 26px;
    line-height: 22px;
}
#nav_news_search .nav li a {
    color: #0f0f0f;
    font-size: 16px;
    font-weight: 600;
    transition: color .5s;
}
#nav_news_search .search {
    width: 224px;
}
#nav_news_search .el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
#nav_news_search .search .el-input__inner {
    background-color: #f5f6fa;
}
#nav_news_search .el-input--suffix .el-input__inner {
    padding-right: 30px;
}
#nav_news_search .el-input__inner {
    border: 1px solid #eee;
}
#nav_news_search .el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
#nav_news_search .search .el-input__suffix {
    color: #212121;
    cursor: pointer;
}
#nav_news_search .el-input__suffix {
    position: absolute;
    height: 100%;
    right: 5px;
    top: 0;
    text-align: center;
    color: #c0c4cc;
    transition: all .3s;
    pointer-events: none;
}
#nav_news_search .el-input__suffix-inner {
    pointer-events: all;
}
#nav_news_search .el-input__icon {
    width: 25px;
    line-height: 40px;
}
#nav_news_search .el-input__icon,#nav_news_search  .el-input__prefix {
    height: 100%;
    text-align: center;
    transition: all .3s;
}
/*资讯导航高亮*/
#nav_news_search .nav > li > a:hover,
#nav_news_search .nav > li > a:focus,
#nav_news_search .nav > li > a.active {
    background-color: transparent;
    color: #ffa500;
}

/*购物车样式*/
#cart-common .other{display: flex;position: relative;white-space: nowrap;text-align: center;margin-left: 40px;}
#cart-common .other .carBtn, #cart-common .other .shopBtn {width: 128px;}
#cart-common .other .shopBtn {margin: 0 0 0 44px;}
#cart-common .other .el-button {border-radius: 2px;border: 1px solid #eee;font-size: 12px;color: #212121;font-weight: 500;padding: 11px;}
#cart-common .el-button {display: inline-block;line-height: 1;white-space: nowrap;cursor: pointer;background: #fff;border: 1px solid #dcdfe6;color: #606266;-webkit-appearance: none;text-align: center;box-sizing: border-box;outline: none;margin: 0;transition: .1s;font-weight: 500;-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;padding: 12px 20px;font-size: 12px;border-radius: 4px;}
#cart-common .other .carBtn {margin: 0 0 0 6px;}
#cart-common .other .el-button font {display:initial;font-size: 12px;color: #ff6200;background: transparent !important;}
#cart-common .other .el-button:hover {border-color: #ffa500;color: #ffa500;background-color: #fff;}
#cart-common .other .carBtn font, #cart-common .other .carBtn span, #cart-common .other .shopBtn font, #cart-common .other .shopBtn span {font-size: 14px;}
#cart-common .am-icon-fw{font-size: 20px;}

/*用户中心左侧菜单*/
#seiya_user_menu .info {width: 200px;}
#seiya_user_menu .info .infoStyle {background: #fff;padding-bottom: 60px;position: -webkit-sticky;position: sticky;top: 20px;}
#seiya_user_menu .info .title {padding-top: 40px;padding-bottom: 10px;font-size: 16px;color: #212121;font-weight: 700;text-align: center;}
#seiya_user_menu .info a {position: relative;height: 40px;text-align: center;line-height: 40px;display: block;color: #666;border-radius: 20px;font-size: 14px;}
#seiya_user_menu .info a:before {content: "";width: 0;height: 20px;background: #ffa500;position: absolute;top: 10px;left: 0;}
#seiya_user_menu .info a.nuxt-link-active,#seiya_user_menu .info a:hover {color: #ffa500;font-weight: 600;}
#seiya_user_menu .info a.nuxt-link-active:before {width: 4px;}
#seiya_user_menu .info a:before {content: "";width: 0;height: 20px;background: #ffa500;position: absolute;top: 10px;left: 0;}

.user-main {
    display: flex;
}
.user-content-body {
    margin-left: 20px;
    background: #fff;
    padding: 15px;
}
.user-content {
    width: calc(100% - 200px);
}

/*面包屑*/
.el-breadcrumb {max-width: 1200px;margin: 20px auto;}
.cssanimations .el-breadcrumb {max-width: 1200px;margin: 20px auto;}
.el-breadcrumb {font-size: 14px;line-height: 1;overflow: hidden;}
.el-breadcrumb__item {float: left;}
.el-breadcrumb .el-breadcrumb__inner.is-link {color: #666;font-weight: 500;font-size: 14px;}
.el-breadcrumb__inner.is-link,.article-category .el-breadcrumb__inner a {text-decoration: none;transition: color .2s cubic-bezier(.645,.045,.355,1);}
.el-breadcrumb__item:last-child .el-breadcrumb__separator {display: none;}
.el-breadcrumb__separator {margin: 0 6px;font-weight: 400;}
.el-breadcrumb__separator {margin: 0 9px;font-weight: 700;color: #c0c4cc;font-size: 14px;}

.user-content-body .head {background-color: #fff;border-color: #ddd;border-bottom: 1px solid #eee !important;padding: 20px 0 10px !important;font-size: 18px;color: #212121;font-weight: 700;margin-bottom: 20px;}
.user-content-body .head .left {font-weight: 700;font-size: 18px;}

.user-content-body .el-button-group {display: inline-block;vertical-align: middle;}
.user-content-body .el-button {display: inline-block;line-height: 1;white-space: nowrap;cursor: pointer;background: #fff;border: 1px solid #dcdfe6;color: #606266;-webkit-appearance: none;text-align: center;box-sizing: border-box;outline: none;margin: 0;margin-bottom: 10px;transition: .1s;font-weight: 500;-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;padding: 12px 20px;font-size: 14px;border-radius: 4px;}
.user-content-body .el-button-group .el-button--primary:first-child {border-right-color: hsla(0,0%,100%,.5);}
.user-content-body .el-button-group>.el-button:not(:last-child) {margin-right: -1px;}
.user-content-body .el-button-group>.el-button:first-child {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.user-content-body .el-button-group>.el-button {float: left;position: relative;}
.user-content-body .el-button--primary {color: #fff;background-color: #409eff;border-color: #409eff;}
.user-content-body [class*=" el-icon-"],.user-content-body [class^=el-icon-] {font-family: element-icons!important;speak: none;font-style: normal;font-weight: 400;font-variant: normal;text-transform: none;line-height: 1;vertical-align: baseline;display: inline-block;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.user-content-body .el-button-group .el-button--primary:not(:first-child):not(:last-child) {border-left-color: hsla(0,0%,100%,.5);border-right-color: hsla(0,0%,100%,.5);}
.user-content-body .el-button-group>.el-button:not(:first-child):not(:last-child) {border-radius: 0;}
.user-content-body .el-button-group>.el-button:last-child {border-top-left-radius: 0;border-bottom-left-radius: 0;}
.user-content-body .el-button-group .el-button--primary:last-child {border-left-color: hsla(0,0%,100%,.5);}

.user-content-body .el-button--medium {
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 4px;
}

.user-content-body .el-button--info.is-plain {
    color: #565656;
    background: #f4f4f5;
    border-color: #d3d4d6;
}

.user-content-body .el-button--info {
    color: #fff;
    background-color: #909399;
    border-color: #909399;
}
.user-content-body .am-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
    color: #565656;
}

.user-content-body .am-table-scrollable-horizontal {
    border-bottom: 1px solid #ebeef5;
    position: relative;
}

.user-content-body .am-table-scrollable-horizontal .am-table tr th {
    background: #fff;
}
.user-content-body .form-table-search {
    background: transparent;
}
.user-content-body .am-table-striped > tbody > tr:nth-child(odd) > td,.user-content-body  .am-table-striped > tbody > tr:nth-child(odd) > th {
    background: #fff;
}

.am-table-scrollable-horizontal .am-table > thead > tr > th, .am-table-scrollable-horizontal .am-table > tbody > tr > th, .am-table-scrollable-horizontal .am-table > tfoot > tr > th, .am-table-scrollable-horizontal .am-table > thead > tr > td, .am-table-scrollable-horizontal .am-table > tbody > tr > td, .am-table-scrollable-horizontal .am-table > tfoot > tr > td {
    padding: 14px;
}
.am-table-scrollable-horizontal .am-table tr .am-grid-lg {
    min-width: 290px;
}

/*首页改版样式*/
.am-topbar{border-style: none;}
.category-content-line{background: linear-gradient(28deg, #ffe06ec4 -2.19%, #ffee72 103.31%);}
.category-content-line-bottom{width: 180px;height: 1px;margin-left: 16px;background: #FFFFFF;border-radius: 5px;}
.am-topbar-nav > li > a:hover:after{opacity:0}
#cart-common{float: left;margin-top: 9px;}
#cart-common .other>a{padding: 1px 16px;}
#cart-common .other .am-icon-fw{display:contents}
.search-hot-keywords>li>a{color:#ababab}
.search-hot-keywords>li>span{color:#ababab;margin-left: 5px;}
.search-hot-keywords>li:last-child>span{display: none}
.search-group .search-line{color:#d9d9d9}
.search-bar .select_category  {border: none;width: 20%;background-color: #fff;margin-left: 20px;border-top-left-radius: 28px;border-bottom-left-radius: 28px;float: left;position: relative;display: table-cell;vertical-align: top;border-top-right-radius: 0px !important;border-bottom-right-radius: 0px !important;background: white;}
.search-bar .select_category select {height: 40px;line-height: 40px;color: #333;font-size: 14px;padding: 0 15px;border: none;float: left;background-color: transparent;background-image: none;appearance: none;}
.search-bar .select_category select option{padding: 2px 5px;border-width: 1px;}
.chosen-container-search .chosen-single{cursor: pointer;}
.select_category  .chosen-container-search {position: relative;display: inline-block;vertical-align: middle;font-size: 13px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.select_category  .chosen-container-single .chosen-single {padding: 0 0 0 10px;border: 0;border-radius: 0;box-shadow: none;background: none;height: 30px;line-height: 30px;position: relative;display: block;overflow: hidden;color: #444;text-decoration: none;white-space: nowrap;cursor: pointer;}
.select_category  .chosen-container-search .chosen-single span {font-size: 14px;color: #333;display: block;overflow: hidden;margin-right: 26px;text-overflow: ellipsis;white-space: nowrap;}
.select_category  .chosen-container-search .chosen-single div {display: none;position: absolute;top: 0;right: 0;display: block;width: 18px;height: 100%;}
.select_category  .chosen-container-search .chosen-single div b {background-position: 2px 10px;}
.select_category  .chosen-container-search .chosen-drop {border: 1px solid #e5e5e5;margin-top: -1px;border-radius: 0 0 4px 4px;background-clip: padding-box;position: absolute;top: 100%;z-index: 1010;width: 100%;background: #fff;box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);clip: rect(0, 0, 0, 0);clip-path: inset(100% 100%);}
.select_category  .chosen-container-search .chosen-results {color: #444;position: relative;overflow-x: hidden;overflow-y: auto;margin: 0 4px 4px 0;padding: 0 0 0 4px;max-height: 240px;-webkit-overflow-scrolling: touch;}
.select_category  .chosen-container-search .chosen-results li {white-space: nowrap;display: list-item;cursor: pointer;margin: 0;padding: 5px 6px;list-style: none;line-height: 15px;word-wrap: break-word;-webkit-touch-callout: none;}
.category-info .category-name .bd-name {display: block;padding-top: 2px;width: 140px;float: left;}
.category-content .category-name .cleft {display: inline-block;font-size: 20px;float:right;}
.top-nav-items-line{float:left;background:#fff;height: 12px;margin-top: 14px;opacity: 0.6;width: 1px;}
.top-nav-right .top-nav-items-line:last-child{background: transparent;}
.top-nav-items-about .am-dropdown-content{background: #3D3C34 !important;border:1px solid #3D3C34 !important;border-radius: 3px;}
.top-nav-items-about .am-dropdown-content:before {border-bottom-color: #3D3C34 !important;}
.nav-search .am-container {padding: 24px 0px 50px 0px;}
.search-bar .lqz-upload-file {width: 30px;opacity: 0;display: unset;position: absolute;margin-top: 7px;}
#cart-common a span img{width: 20px;height: 20px;}
#cart-common .common-cart-total{position: absolute;margin: -27px 0 0 -15px;color: #fff;background: red;border-radius: 100%;min-width: 14px;height: 15px;font-size: 12px;line-height: 15px;padding: 0 !important;font-weight: 400 !important;}
@media screen and (min-width: 1030px) and (max-width: 1140px) {
    .search-bar{
        float: left;
        width: 430px;
    }
    .search-bar input{width: 66%;}
}
@media screen and (max-width: 1030px){
    .search-bar{
        display: none;
    }
}

/*公共底部*/
footer{width: 100%;height: 558px;background: #3D3C34;margin-top: 40px;}
footer .seiya-gxpf-content {width: 1200px;height: 366px;padding: 100px 0;margin: 0 auto;display: flex;justify-content: space-between;}
footer .seiya-gxpf-content-box {width: 219px;height: 158px;}
footer .seiya-gxpf-content-line {width: 1200px;height: 1px;margin: 0 auto;background: #666666;}
footer .seiya-gxpf-content-flink {width: 1200px;height: 131px;margin: 0 auto;padding-top: 39px;}
footer .seiya-gxpf-content-icp {width: 100%;height: 60px;margin:0 auto;background-color: #2C2B26;}
footer .seiya-gxpf-content-icp-content {width: 1200px;height: 60px;margin:0 auto;}
footer .seiya-gxpf-content-icp-content span a:hover{color:#ffa500 !important;}
footer .seiya-gxpf-content-box-title {font-size: 16px;color: #fff;margin-bottom: 26px;}
footer .seiya-gxpf-content-box-item {color:#B3B3B3;line-height: 38px;font-size: 14px;}
footer .seiya-gxpf-content-box-line {width: 1px;height: 149px;background: #D9D9D9;opacity: 0.4;}
footer .seiya-gxpf-content-box-info-p1 {font-size: 12px;color: #fff;text-align: right;}
footer .seiya-gxpf-content-box-info-p2 {font-size: 18px;color: #fff;text-align: right;}
footer .seiya-gxpf-content-box-info-p3 {font-size: 18px;color: #fff;text-align: right;}
footer .seiya-gxpf-content-box-info-qrcode {width:85px;height:85px;display: block;float: right;margin: 3px 0;}
footer .seiya-gxpf-content-box-info-p4 {font-size: 12px;color: #fff;text-align: right;clear: both;}
footer .seiya-gxpf-content-flink span { color: #fff;font-size: 14px;}
footer .seiya-gxpf-content-flink ul {display: inline-block;}
footer .seiya-gxpf-content-flink ul li {display: inline-block;color: #fff;font-size: 14px;margin-right: 20px;}
footer .seiya-gxpf-content-flink ul li:first-child{margin-right: 0;}
footer .seiya-gxpf-content-flink ul li a {color: #fff;font-size: 14px;}
footer .seiya-gxpf-content-icp-content span a,footer  .seiya-gxpf-content-icp-content span {color: #B3B3B3; line-height: 60px;font-size: 14px;}
footer .seiya-gxpf-content-icp-content span:nth-child(2),footer .seiya-gxpf-content-icp-content span:nth-child(3) {float:right;margin: 0 10px;}

#goods-category2 {
    position: relative;
    top: -45px;
}
#goods-category2 .goods-category-s {
    width:221px;
    height: 46px;
}
#goods-category2 .goods-category-title {
    background-color: transparent !important;
}
#goods-category2 .goods-category-title .all-goods {
    display: flex;
    align-items: center;
    width: 180px;
    margin: 0 auto;
    justify-content: center;
}
#goods-category2 .goods-category-title .all-goods i {
    font-size: 18px;
    color:#333;
    padding: 0 8px 0px 0;
    display: block;
    width: 21px;
    height: 25px;
    top: 0;
    line-height: 25px;
}
#goods-category2 .goods-category-title .all-goods p {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    padding: 0 6px;
}
@media only screen and (min-width: 1200px) {
    #goods-category2 .category-content .category {
        width: 221px;
        height: 431px;
        border-radius: 10px;
    }
}
#goods-category2 .category-content-line {
    background: transparent;
}
@media only screen and (min-width: 1200px) {
    #goods-category2 .category-content .menu-item {
        left: 221px;
        height: 431px;
    }
}
@media only screen and (min-width: 641px) {
    #goods-category2 .goods-category-s .all-goods, .goods-category-title .all-goods {
        font-size: 16px;
    }
}

#goods-category2 .goods-category-orange p, #goods-category2 .goods-category-orange i{
    color: #ffa500 !important;
}
@media only screen and (min-width: 641px) {
    #goods-category2 .goods-category-s .category-content {background: transparent;}
}
.seiyaHeader{background: #fff;box-shadow: -10px 4px 7px -3px rgba(0, 0, 0, 0.14);}
.header-top .am-dropdown-content:after {display: none;}
.header-top ul.am-dropdown-content > li > a {padding: 7px 16px;}
.header-top .am-dropdown-content {margin: 0;border: none !important;border-radius: 0;min-width: 118px;}
.header-top .top-nav-items-about .am-dropdown-content:before {display: none;}

.el-loading-parent--hidden {overflow: unset !important;}
.el-loading-spinner i {font-size: 40px;color:#ffa500;}
.el-loading-spinner .el-loading-text {font-size: 21px;color:#ffa500;}

.lqz-common-right-nav .sticky {position: fixed;right: 0;top: 55%;z-index: 999;transform: translateY(-50%);}
.lqz-common-right-nav .stickyBox {width: 45px;}
.lqz-common-right-nav .stickyBox>a, .lqz-common-right-nav .stickyBox>div {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;width: 45px;height: 60px;margin-top: 4px;background: #ffa500;cursor: pointer;text-align: center;border-top-left-radius: 5px;border-bottom-left-radius: 5px;transition: all .5s;}
.lqz-common-right-nav .stickyBox a i,.lqz-common-right-nav .stickyBox div i {font-size: 16px;}
.lqz-common-right-nav .stickyBox a i, .lqz-common-right-nav .stickyBox div i {color: #fff;}
.lqz-common-right-nav .stickyBox a span, .lqz-common-right-nav .stickyBox div span {display: inline-block;width: 100%;text-align: center;font-size: 12px;color: #fff;}
.el-popover {position: absolute;background: #FFF !important;min-width: 150px;border-radius: 4px;border: 1px solid #EBEEF5;padding: 12px;z-index: 2000;color: #606266;line-height: 1.4;text-align: justify;font-size: 14px;left: -155px;top: 195px;box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);word-break: break-all;}
.account .content {text-align: center;padding-bottom: 10px;}
.account img {max-width: 120px;max-height: 120px;}
.hide{display: none;}

#el-popover-6941 { left: -231px;top: 140px;}
#el-popover-6941 img {width: 100%;max-width: 192px;max-height: 192px;}
#el-popover-6941 .content p {font-size: 14px;}










