.artallShop-main {
    width: 100%;
}

.artallShop-main-brand {
    width: 100%;
}

.artallShop-category {
    width: 100%;
    height: 50px;
    background: #641707;
}

.artallShop-category-case {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.artallShop-category-case div a {
    color: #e9ce87;
    font-size: 16px;
}

.artallShop-category-case > div:nth-child(1) {
    padding: 0;
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #641707;
}

.artallShop-category-btn {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.artallShop-category-btn div {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.artallShop-category-btn div:last-child{
    margin-right: 16px
}
.artallShop-category-btn div.actived,
.artallShop-category-btn div.actived a {
    background: #cb6736;
    color: #fff;
}

.artallShop-category-case > div:last-child {
    padding: 0;
    width: 286px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.artallShop-category-case div form {
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.artallShop-category-case div form input:nth-child(1) {
    flex: 1;
    height: 36px;
    border-radius: 4px;
    background: #fff;
    margin: 0;
    outline: none;
    padding: 0;
    border: none;
    color: #666;
    text-indent: 10px;
}

.artallShop-category-case div form .submit {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 0;
    background: #cb6736;
    color: #fff;
    margin-left: 10px;
    position: relative;
    background-image: url("../image/at-shop-search.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.artallShop-carousel {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}

.artallShop-carousel-case {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
}
.artallShop-carousel .artallShop-carousel {
    width: 1000px
}
.artallShop-carousel .artallShop-special {
    width: 200px;
    height: 400px;
    background: #641707;
    overflow: hidden;
    float: left
}

.artallShop-special-item {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 7px 4px 2px 16px;
    border-bottom: 1px solid #911c03;
}

.artallShop-special-item dt {
    color: #f2db90;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.artallShop-special-item dd {
    width: 100%;
    margin: 5px 0;
}

.artallShop-special-item dd a {
    color: #f2db90;
    padding: 4px 0;
    border-radius: 15px;
    float: left;
    margin-right: 20px;
    font-size: 14px;
}

.artallShop-special-item dd a.actived {
    background: #cb6736;
    color: #fff;
}

.artallShop-carousel .artallShop-carousel {
   float: left;
}

.artallShop-carousel .artallShop-carousel img {
   
}

/*重复框架*/
.artallShop-product {
    max-width: 1200px;
    margin: 32px auto 50px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;

}

.artallShop-product > div {
    height: 562px;
    display: flex;
    flex-direction: column;
}

.artallShop-product-multiply {
    width: 591px;
}

.artallShop-product-multiply .artallShop-title {
    width: 100%;
    height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.artallShop-product-multiply .artallShop-title span {
    color: #666;
    font-size: 12px;
}

.artallShop-product-multiply .artallShop-title span:nth-child(1) {
    font-size: 18px;
    position: relative;
    text-indent: 10px;
}

.artallShop-product-multiply .artallShop-title span:nth-child(1):after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 70%;
    display: block;
    content: "";
    background: #88240d;
    transform: translate(0, -50%);

}

.artallShop-product-multiply .artallShop-title em {
    flex: 1;
    height: 2px;
    background: #88240d;
    margin: 0 20px;
}

.artallShop-product-img {
    width: 300px;
}

.artallShop-product-img img {
    width: 100%;
    height: calc(100% - 12px);
    margin-top: 12px;
}

.artallShop-product-single {
    width: 286px;
}

.artallShop-product-single .artallShop-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.artallShop-product-single .artallShop-title em {
    flex: 1;
    height: 2px;
    background: #88240d;
}

.artallShop-product-single .artallShop-title span {
    font-size: 14px;
    margin: 0 10px;
}

.artallShop-product-multiply .artallShop-product-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.artallShop-product-multiply .artallShop-product-list .items {
    width: 100%;
    height: 49.3%;
    display: flex;
    justify-content: flex-start;
}

.artallShop-product-multiply .artallShop-product-list .items > div {
    max-width: 32.5%;
    flex: 1;
    margin-right: 1%;
}

.artallShop-product-single .artallShop-product-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.artallShop-product-single .artallShop-product-list > div {
    width: 65.5%;
    height: 49.3%;
}

.artallShop-product-list {
    flex: 1;
    height: 100%;
    margin-top: 21px;
}

.artallShop-product-list .items div {

}

.artallShop-product-list img {
    width: 186px;
    height: 186px;
}

.artallShop-product-list p {
    font-size: 13px;
}

.artallShop-product-list .titles {
    margin-top: 8px;
    height: 37px;
    overflow: hidden;
}

.artallShop-product-list .price {
    font-size: 15px;
    color: #cc0000;
    font-family: 微软雅黑;
}

/*详细布局-书画艺术*/
/*详细布局-文化创意*/
/*详细布局-非遗传承*/
/*详细布局-时尚生活*/
/*详细布局-名家作品*/