[v-cloak]{
    display:none
}
.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

footer {
    min-width: 1200px;
    margin-top: 50px;
    background: #000000;
    color: #666;
    border-top:1px solid #fff;
}

footer a:link, footer a:visited {
    color: #666;
}

.new-line::after {
    content: '|';
    color: currentColor;
    padding: 0 15px;
}

.new-line:last-child::after {
    display: none;
}

.top {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;

}
.home-search{
    margin-top:10px
}
.tabs {
    display: flex;

}

.tabs li {
    background: #0eaa23;
    padding: 3px 11px;
    color: #fff;
    font-size: 14px;
}

.search-bor {
    border: 3px solid #0eaa23;
    width: 553px;
    display: flex;
    height: 38px;
}

.search-bor input {
    display: flex;
    border: none;
    background: none;
    padding: 0 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);;
}

.search-bor .btn {
    width: 90px;
    background: #0eaa23;
    border: none;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.all-category-btn {
    width: 240px;
    height: 40px;
    background: #3cbb22;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.category-box{
    position: relative;
    width: 240px;
}
.category-wapper .category-menus{
    position: absolute;
    z-index: 9999;
    display: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 240px;
}
.category-wapper .category-box:hover .category-menus{
    display: flex;
}


.menu {
    height: 330px;
    background-color: #2d2d2d;
    min-width: 240px;
    padding:0 33px 0 23px;
}

.menu li {
    height: 80px;
    display: flex;
    align-items: center;
}

.menu .icon {
    padding-right: 12px;
}
.menu .icon img{
    width: 26px;
    height: 26px;
}
.menu h3 {
    font-size: 14px;
    color: #fff;
}
.menu .menu-cate{
    min-width: 140px;
    height:36px;
}
.menu .menu-cate a {
    color: #a4a4a4;
    font-size: 12px;
    margin-right: 15px;
}

.menu li.dis-li {
    /*margin-right: 15px;*/
    /*padding-left: 40px;*/
    /*padding-right: 25px;*/
    border-bottom: 1px solid #5e5e5e;
    position: relative;
}

.menu li.dis-li::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 14px;
    right: -15px;
    background-image: url("../img/rarrow.png");
    background-repeat: no-repeat;
    background-position: right center;
}


.top-goods {
    width: 960px;
    margin-left:240px;
    min-height:330px;
}

.goods-item {
    width: 240px;
    padding: 12px;
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
    height:328px;
}

.goods-item:first-child {
    border-left: 1px solid #ccc;
}

/**
右侧时候每一行显示一条时候，左边需要有边框
 */
.goods-item-need-leftborder-box .goods-item {
    border-left: 1px solid #ccc;
}

.goods-num5 .goods-item:nth-child(5n+1) {
    border-left: 1px solid #ccc;
}

.goods-pic {
    width: 213px;
    height: 213px;
}
.goods-pic img{
    max-width: 213px;
    max-height: 213px;
}
.goods-name {
    height: 38px;
    margin: 10px 0;
    font-size: 13px;
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goods-price {
    color: #fd3f31;
    font-size: 20px;
}

.add-card-btn {
    background: url("../img/add-card-btn.png") no-repeat;
    display: inline-block;
    width: 33px;
    height: 33px;
    cursor: pointer;
}

.goods-intro img{
    max-width: 943px;
}

.list-block {

}

.list-block-tit {
    height: 32px;
    font-size: 18px;
    color: #333333;
    display: inline-flex;
    align-items: center;
}
.list-block-tit span{
    display: inline-block;
    min-width: 43px;
}

.label {
    border-radius: 3px;
    color: #666666;
    font-size: 13px;
    border: 1px solid #b6b6b6;
    padding: 1px 10px;
    margin-right: 5px;
}

.news-item {
    border-bottom: 1px solid #ccc;
    padding: 17.5px 0;
}

.news-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-desc {
    line-height: 1.8;
    font-size: 14px;
}

.news-desc img {
    max-width: 100%;
}

.news-arr1 {
    display: inline-block;
    background: url(../img/rarrow2.png) no-repeat;
    width: 18px;
    height: 17px;
}

.news-arr2 {
    display: inline-block;
    background: url(../img/red-rarrow.png) no-repeat;
    width: 16px;
    height: 22px;
}

.hover-elem:hover {
    color: #037ced;
}

.bread {
    background: #f4f4f4;
    height: 36px;
    /*border-bottom: 1px solid #dcdcdc;*/
    color: #333333;
    line-height: 36px;
    padding-left: 20px;
}

.bread a {
    color: #333333;
}
.cart-btn{
    display: inline-flex;
    align-items: center;;
    border: 1px solid #ababab;
    padding: 2px 5px;
}

.filter-types {
    padding-top: 20px;
}

.filter-types ul {
    display: flex;
    flex-wrap: wrap;
}

.filter-types a {
    /*color: #208905;*/
    color:#666;
    padding:1px 6px;
    border-radius: 3px;
    display: inline-block;
}
.filter-types a.on{
    background: #208905;
    color: #fff;
}

.filter-types .tit {
    color: #333333;
    padding-left: 20px;
    margin-right: 0;
    width: 90px;
    font-size: 14px;
    font-weight: bold;
}

.filter-types li {
    margin-bottom: 20px;
    margin-right: 20px;
}

/*排序按钮*/
.sort-box {
    display: flex;
    align-items: center;
}

.sort-btn {
    border: 1px solid #d7d7d7;
    border-bottom: none;
    border-left: none;
    height: 45px;
    padding: 0 15px 0 15px;
    position: relative;
}

.sort-btn:first-child {
    border-left: 1px solid #d7d7d7;
}
.sort-btn{
    padding-right: 30px;
}

.sort-desc-on::after {
    width: 10px;
    position: absolute;
    right: 10px;
    height: 45px;
    content: "";
    display: inline-block;
    background: url("../img/sort_desc_on.png") no-repeat left center;
}
.sort-desc::after {
    width: 10px;
    position: absolute;
    right: 10px;
    height: 45px;
    content: "";
    display: inline-block;
    background: url("../img/sort_desc.png") no-repeat left center;
}

.sort-asc-on::after {
    width: 10px;
    position: absolute;
    right: 10px;
    height: 45px;
    content: "";
    display: inline-block;
    background: url("../img/sort_asc_on.png") no-repeat left center;
}

.page {
    color: #747474;
    font-size: 14px;
}

.page a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #747474;
    width: 40px;
    height: 40px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

.page input {
    width: 35px;
    height: 35px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    text-align: center;
}

.page a.on {
    color: #fff;
    background: #3dbc22;
}

.sile-a {
    width: 943px;
}

.sile-b {
    width: 240px;
}

.goods-pic406 {
    width: 406px;
    height: 406px;
}
.goods-pic406 img{
    max-width: 406px;
    max-height: 406px;
}



.field-values{
    display: flex;
    flex-wrap: nowrap;
}

.field-values .field {
    height: 30px;
    line-height: 28px;
    margin-bottom: 14px;
    margin-right: 10px;
    min-width: 40px;
}

.field-values .values {
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
    margin-left: -10px;
}

.goods-attr {
    background: #f3f3f3;
    padding-left: 24px;
    padding-right: 24px;
}

.goods-attr .tit {
    color: #333333;
    width: 70px;
    padding-left: 10px;
    margin-right: 0;
}

.goods-attr .value {
    height: 30px;
    line-height: 28px;
    margin-bottom: 14px;
    margin-left: 10px;
}
.goods-attr .value .item{
    padding: 0 15px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}
/**
选中的样式
 */
.goods-attr .value.on .item {
    border: 1px solid green !important;
    color: green;
}


/**
购物车`
 */
.cart-list {
    width: 960px;
    font-size: 13px;
}

.cart-list .bg {
    background: #f4f4f4;
    border: 1px solid #d7d7d7;
}

.cart-list tr {
    border: 1px solid #d7d7d7;
}

.cart-list td, .cart-list th {
    text-align: left;
    padding: 5px 20px;
    height: 45px;
}

.cart-list .goods-price {
    font-size: 14px;
}

.cart-list a {
    color: #1f82f1;
    text-decoration: underline;
}

.sub-btn, .add-btn {
    width: 25px;
    height: 25px;
    border-radius: 10px 0 0 10px;
    background: #d6d6d6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}

.add-btn {
    width: 25px;
    height: 25px;
    border-radius: 0 10px 10px 0;
    background: #d6d6d6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.num-input {
    width: 50px;
    text-align: center;
    background: #d6d6d6;
    border: none;
    height: 25px;
    font-size: 14px;
}

/**
购物车end
 */

.show-name {
    color: #333333;
    font-size: 20px;
    line-height: 1.3;
}


.red-btn,
.line-btn,
.orange-btn {
    display: inline-block;
    background: #f24a41;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    min-width: 130px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}

.orange-btn {
    background: #fb6e2b;
}

.line-btn {
    background: #fff;
    border: 1px solid #b7b7b7;
    color: #333333;
}

.sitemap ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.sitemap li {
    width: calc(33.33333% - 20px);
    margin-left: 20px;
    border-bottom: 1px solid #d7d7d7;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
}

.sitemap a {
    color: #333333;
}


/*.form-control{*/
/*    height: 36px;*/

/*}*/
/*.form-control label{*/
/*    width: 90px;*/
/*}*/
/*.form-control input[type=text]{*/
/*    border: 1px solid #d7d7d7;*/
/*    height: 34px;*/
/*    width: 500px;*/
/*}*/
.address-box .layui-form-label {
    width: 130px;
    color: #666666;
    font-size: 13px;
}

.address-box input {
    font-size: 12px;
}

.showline-item{
    display: flex;
    align-items: center;
    line-height: 40px;
}
.showline-item label,
.showline-item>div{
    color: #666666;
    font-size: 14px;
}
.showline-item label{
    width: 130px;
    text-align: right;
    padding-right: 20px;
}

.search-goods-list em{
    color: red;
}