/**
 * 头部
 */
.plugins-shop-header {
    position: relative;
    background: #fff;
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    height: 100px;
}
.plugins-shop-banner {
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.plugins-shop-banner a {
    display: block;
    position: relative;
    z-index: auto;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
.plugins-shop-banner img {
    width: auto;
    height: 100%;
    margin: 0 auto
}
.plugins-shop-header .shop-auth-icon a,
.plugins-shop .shop-auth-icon a {
    margin-right: 5px;
}
.plugins-shop .shop-auth-icon a img {
    width: 16px;
    height: 16px;
}
.plugins-shop-header .shop-auth-icon a img {
    width: 18px;
    height: 18px;
}
.plugins-shop-logo {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #eee;
    height: 68px;
}
.plugins-shop-logo img {
    width: auto;
    height: 100%;
}
.plugins-shop-base {
    width: 30%;
}
.plugins-shop-base a {
    text-decoration: none;
}
.plugins-shop-base a span,
.plugins-shop-base h1 .shop-name,
.plugins-shop-header .shop-auth-icon {
    vertical-align: middle;
}
.plugins-shop-base h1 .shop-name {
    font-size: 16px;
    text-decoration: none;
}
.plugins-shop-base .shop-service,
.plugins-shop-base .shop-favor-submit {
    color: #666;
}
.plugins-shop-base .shop-service:hover,
.plugins-shop-base .shop-favor-submit:hover {
    color: #d2364c;
}
.plugins-shop-base .favor-active {
    color: #d2364c !important;
}
.plugins-shop-search {
    width: 40%;
    margin-top: 20px;
}
.plugins-shop-search .am-input-group-btn button {
    color: #fff;
    width: 80px;
}
.plugins-shop-search .am-input-group-btn button:first-child {
    background: #d3374c;
    border: 1px solid #d3374c;
}
.plugins-shop-search .am-input-group-btn button:last-child {
    background: #483E39;
    border: 1px solid #483E39;
    margin-left: 5px;
}
@media only screen and (min-width: 641px) {
    
}
@media only screen and (max-width:1000px) {
    .plugins-shop-banner a {
        height: 150px;
    }
}
@media only screen and (max-width:1000px) {
    .plugins-shop-logo img {
        height: 38px;
        margin-top: 13px;
    }
   .plugins-shop-search .am-input-group-btn button {
        width: auto;
    }
}
@media only screen and (max-width:640px) {
    .plugins-shop-header {
        padding-top: 60px;
        height: auto;
    }
    .plugins-shop-header .am-container {
        padding-top: 15px;
    }
    .plugins-shop-logo {
        height: 58px;
        margin-right: 10px;
        padding-right: 10px;
    }
    .plugins-shop-logo img {
        margin-top: 10px;
    }
    .plugins-shop-base h1 {
        margin-top: 0;
    }
    .plugins-shop-banner a {
        height: 100px;
    }
    .plugins-shop-base {
        width: calc(100% - 162px);
    }
    .plugins-shop-search {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 15px 10px;
        margin-top: 0;
        background: #d3374c;
    }
    .plugins-shop-search .am-input-group-btn input {
        border: 0;
    }
    .plugins-shop-search .am-input-group-btn button:first-child {
        background: #ff8c00;
        border: 1px solid #ff8c00;
    }
    .plugins-shop-search .am-input-group-btn button {
        width: 80px;
    }
}

/**
 * 客服
 */
.service-container,
ul.plugins-shop-categosy-list {
    -webkit-box-shadow: 0 10px 10px rgb(0 0 0 / 30%); 
    box-shadow: 0 10px 10px rgb(0 0 0 / 30%);
}
.service-container {
    width: 215px;
    -webkit-background-clip: inherit;
}
.service-container .item:not(:last-child) {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

/**
 * 主导航
 */
.plugins-shop-main-nav {
    background: #483E39;
}
.plugins-shop-main-nav ul li {
    margin: 0;
}
.plugins-shop-main-nav ul li a {
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}
.plugins-shop-main-nav ul li a:hover,
.plugins-shop-main-nav ul li a:focus {
    background: rgba(0,0,0,0.25);
}
.plugins-shop-main-nav ul li a.active {
    background: #d3374c;
}
.plugins-shop-main-nav ul li .am-dropdown {
    padding: 10px 0;
}
.plugins-shop-main-nav ul li .am-dropdown a.am-dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px; 
}

/**
 * 店铺商品分类
 */
ul.plugins-shop-categosy-list li {
    border-width: 1px 0 0 0;
    padding: 0;
}
ul.plugins-shop-categosy-list li:first-child {
    border-top: 0;
}
ul.plugins-shop-categosy-list li a {
    color: #666;
}
ul.plugins-shop-categosy-list li a:hover,
ul.plugins-shop-categosy-list li a:focus {
    background: rgb(0 0 0 / 3%);
    color: #333;
}


/**
 * 内容分类导航
 */
.plugins-shop-category-nav {
    margin-top: 20px;
}
.plugins-shop-category-nav {
    border-bottom: 1px solid #d3364c;
}
.plugins-shop-category-nav li.am-active {
    background: #d3364c;
}
.plugins-shop-category-nav > li.am-active a,
.plugins-shop-category-nav > li.am-active a:hover,
.plugins-shop-category-nav > li.am-active a:focus {
    color: #fff !important;
}
.plugins-shop-category-nav > li:not(.am-active) > a:hover,
.plugins-shop-category-nav > li:not(.am-active) > a:focus {
    background: #ffeef0;
}

/**
 * 基础
 */
@media only screen and (max-width:1000px) {
    .plugins-shop-header,
    .plugins-shop-category-nav,
    .plugins-shop-data-list {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/**
 * 二级导航
 */
.second-nav {
    position: absolute;
    left: 145px;
    top: 33px;
    width: calc(100% - 145px);
}
@media only screen and (max-width:640px) {
    .second-nav {
        left: 0;
    }
}
.right-content-body-second-nav {
    padding-top: 72px !important;
}