a:hover{
    text-decoration: none !important;
}
.header{
    height: 560px;
    position: relative;
}
.banner{
    height: 100%;
}
.banner-img{
    height: 100%;
    background: url("../img/shopmall/banner1.png") no-repeat center;
    background-size: cover;
}
.thumbnail-news-img{
	width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}
.banner-title{
    position: absolute;
    right: 0;
    top: 28%;
    bottom: 0;
    left: 65%;
    color: #fff;
}
.banner-title>h4{
    color: #623201;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 15px;
}
.banner-title>span{
    display: inline-block;
    font-size: 35px;
    padding: 5px 15px;
    background: #333;
    color: #cdbca2;
    margin-bottom: 15px;
}
.banner-title>p{
    color: #333333;
    font: 30px "kaiti";
    font-weight: bold;
}
.banner-title>p>span{
    color: #d90000;
    font-size: 40px;
}


@media all and (min-width: 992px) and (max-width: 1200px){
    .header{
        height: 460px;
    }
    .banner-title{
        top: 25%;
    }
    .banner-title>h4{
        font-size: 40px;
    }
    .banner-title>span{
        font-size: 30px;
    }
    .banner-title>p{
        font: 25px "kaiti";
    }
    .banner-title>p>span{
        font-size: 30px;
    }
}
@media all and (min-width: 768px) and (max-width: 992px){
    .header{
        height: 360px;
    }
    .banner-title{
        top: 30%;
    }
    .banner-title>h4{
        font-size: 30px;
    }
    .banner-title>span{
        font-size: 25px;
    }
    .banner-title>p{
        font: 20px "kaiti";
    }
    .banner-title>p>span{
        font-size: 25px;
    }
}
@media all and  (max-width: 768px) and (min-width: 481px) {
    .header{
        height: 360px;
    }
}
@media all and  (max-width: 480px) and (min-width: 320px) {
    .header{
        height: 360px;
    }
}
@media all and  (max-width: 768px) and (min-width: 320px){
    .banner-title{
        top: 25%;
        left: 60%;
    }
    .banner-title>h4{
        font-size: 20px;
    }
    .banner-title>span{
        font-size: 15px;
    }
    .banner-title>p{
        font: 18px "kaiti";
    }
    .banner-title>p>span{
        font-size: 20px;
    }
}
@media all and (max-width: 430px) and (min-width: 320px) {
    .header{
        height: 250px;
    }
    .banner-title{
        top: 30%;
        left: 60%;
    }
    .banner-title>h4{
        font-size: 18px;
    }
    .banner-title>span{
        font-size: 14px;
    }
    .banner-title>p{
        font: 15px "kaiti";
    }
    .banner-title>p>span{
        font-size: 18px;
    }
}

.shop-content{
    margin-top: 20px;
}

.shop-top h3{
    background: url("../img/shopmall/bg_03.png")no-repeat center;
    color: #000;
    margin-bottom: 20px;
}
.shop-top small{
    color: #8b8b8b;
}

.shop-item .thumbnail{
    border: none;
}
.shop-item-img-one,.shop-item-img-two{
    width: 585px;
    margin: 0 auto;
}
.shop-item-img-one img,.shop-item-img-two img{
    width: 100%;
    margin: 0 auto;
}
.shop-item .media-heading{
    margin: 10px auto;
    font-weight: bold;
}
.shop-item .media-body>div{
    margin: 0 auto;
    color: #fff;
}
.shop-item .media-body>div p{
    display: inline-block;
    width: 42%;
    background: #ffb900;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}
.shop-item .media-body>div a{
    color: #fff;
}
.item-two h4{
    text-align: right;
}
.item-two>div{
    text-align: right;
}
.item-two>div>p{
    text-align: left;
}
@media all and (min-width:993px) and (max-width:1199px) {
    .shop-item-img-one,.shop-item-img-two{
        width: 437px;
        margin: 0 auto;
    }
}
@media all and (min-width: 768px) and (max-width: 992px) {
    .shop-item .media-body>div p{
        width: 60%;
    }
    .shop-item-img-one,.shop-item-img-two{
        width: 327px;
        margin: 0 auto;
    }
}
@media all and (min-width: 320px) and (max-width: 767px){
    .shop-item .media{
        clear: both;
    }
    .shop-item .media a{
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .shop-item-img-one,.shop-item-img-two{
        width: 403px;
        margin: 0 auto;
    }
    .shop-item .media-body{
        display: block;
        width: 100%;
        text-align: center;
    }
    .shop-item .media-body p{
        text-align: left;
    }
    .item-two h4{
        text-align: center;
    }
    .item-two>div{
        text-align: center;
    }
    .item-two>div>p{
        text-align: left;
    }
}


.all-shop{
    height: 60px;
    background: #565960;
}

.all-shop .right-line{
    display: inline-block;
    width: 5px;
    height: 30px;
    margin-top: 15px;
    border-radius: 5px;
    background: #ffb900;
    float: left;
}
.all-shop h3{
    margin-top: 18px !important;
    color: #fff;
    float: left;
    padding-left: 10px;
    cursor: pointer;
    position: relative;
}
.all-shop h3 i{
    font-style: normal;
}
.all-shop h3 i>a{
    color: #fff;
}
.all-shop h3 i>a:focus{
    text-decoration: none;
}
.all-shop .nav-tabs{
    border: 0 !important;
}
.other-type{
    background: #eee;
    position: absolute;
    left: 0;
    right: 0;
    top: 42px;
    z-index: 999;
    display: none;
}
.other-type li{
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #dcdcdc;
}
.other-type a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 16px;
}
.other-type a:hover{
    color: #333333;
}
.other-type a:focus{
    color: #333333;
    text-decoration: none;
}
.other-type img{
    width: 24px;
    position: relative;
    left: -10px;
    top: -3px;
}

.type-content{
    margin-top: 40px;
}
.type-content li{
    display: inline-block;
    float: left;
    width: 228px;
    height: 300px;
    margin-bottom: 20px;
}
.type-content a{
    color: #000000;
}
.type-content .thumbnail{
    padding: 10px;
    height: 100%;
    border-radius: 0;
}
.thumbnail-img{
    width: 100%;
    height: 60%;
}
.type-content .thumbnail .shop-img{
    height: 170px;
}
.type-content .thumbnail .shop-img{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.type-content .shop-img>img{
    max-width: 100%;
    height: auto;
}
.thumbnail .caption{
    width: 100%;
    height: 40%;
}
.type-content .caption h3{
    font-size: 14px ;
}
.type-content .caption p{
    margin-bottom: 0;
}
.type-content .caption p span{
    color: #d90000;
}
.type-content .caption .price-num{
    font-size: 18px;
}
.type-content .caption .buy{
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #ffb900;
    border-radius: 8px;
}

#footer{
    margin-top: 80px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .all-shop{
        height: 40px;
    }
    .all-shop .right-line{
        height: 20px;
        margin-top: 10px;
    }
    .all-shop h3{
        font-size: 18px;
        margin-top: 10px !important;
        color: #fff;
        float: left;
        padding-left: 10px;
    }
    .other-type{
        top: 29px;
    }
    .other-type li{
        height: 30px;
        line-height: 30px;
        border-bottom: 1px solid #dcdcdc;
    }
    .other-type a{
        font-size: 14px;
    }
    .other-type img{
        width: 16px;
    }
}
@media all and (min-width: 320px) and (max-width: 768px) {
    .all-shop{
        height: 30px;
    }
    .all-shop .right-line{
        height: 15px;
        margin-top: 5px;
    }
    .all-shop h3{
        font-size: 16px;
        margin-top: 5px !important;
        color: #fff;
        float: left;
        padding-left: 10px;
    }
    .other-type{
        top: 25px;
    }
    .other-type li{
        height: 23px;
        line-height: 23px;
        border-bottom: 1px solid #dcdcdc;
    }
    .other-type a{
        font-size: 14px;
    }
    .other-type img{
        width: 12px;
    }
    .type-content li{
        width: 48%;
        height: auto;
    }
}
@media all and (min-width: 390px) and (max-width: 490px) {

    .type-content li h3{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .type-content li .buy{
        padding: 3px 5px;
        font-size: 12px;
    }
}
@media all and (min-width: 320px) and (max-width: 390px) {
    .type-content li{
        width:100%;
    }
    .type-content img{
        width: 80%;
    }
}
