html, body {
    margin: 0;
    padding: 0;
}

/*顶部大图容器*/
.picheader {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
}

/*顶部大图背景*/
.picheader #changeimg {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#imgbox img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 150px;
}

/*顶部搜索容器*/
.searchbox {
    position: absolute;
    display: inline-block;
    z-index: 500;
    width: 300px;
    top: 50%; /*Firefox*/
    left: -moz-calc(50vw - 150px); /*chrome safari*/
    left: -webkit-calc(50vw - 150px); /*Standard */
    left: calc(50vw - 150px);
}

.searchbox span.btn {
    position: relative;
    display: inline-block;
    width: 200px;
    padding: 0;
    border: solid 1px #FE4C40;
    background-color: rgba(0, 0, 0, 0.5);
}

.searchbox span.btn input {
    position: relative;
    height: 34px;
    width: 100%;
}

.searchbox input {
    border: none;
    color: white;
    background-color: rgba(0, 0, 0, 0);
}

.searchbox input:focus {
    border: solid red 1px;
}

.searchbox button {
    color: white;
    background: #FE4C40;
}

/*正文区*/
#mainbox .quickSearch {
    height: 50px;
}

#mainbox h5 {
    color: darkgrey;
}

/*加载遮招层*/
#galleryload {
    position: fixed;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    width: 100vw;
    margin: 0;
}

#galleryload {
    color: red;
}
.tz-gallery>div{
    margin-bottom: 20px;
}

/*自适应*/
@media only screen and (max-width: 700px) {
    .picheader {
        height: 200px;
    }
}

@media only screen and (max-width: 450px ) {
    .col-md-3, .col-sm-3, .col-xs-3, .col-xxs-3 {
        padding: 5px;
    }

    #imgbox img {
        height: 80px;
    }
}

/*更新快速链接高度*/
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    height: auto;
}
