*{margin: 0;padding: 0;}
.xq{
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: .3rem;
}
.xq .xq-top{
    margin: 0 .3rem;
    text-align: center;
}
.xq .xq-top h5{
    font-size: .36rem;
    line-height: .6rem;
    padding-top: .2rem;
}
.xq .xq-top p{
    font-size: .26rem;
    line-height: .4rem;
    padding-bottom: .2rem;
}
.xq .xq-conter{
    margin: 0 .3rem;
    border: .03rem solid #e7e7e7;
    overflow: hidden;
    margin-bottom: .2rem;
}
.xq .xq-conter img{
    width: 100%;
    height: 100%;
}
.xq .xq-conter .xq-conter-big{
    width: 25%;
    height: 2.4rem;
    margin: 0 auto;
    align-self: flex-start;
    float: left;
}
.xq .xq-conter .xq-conter-smallGather{
    float: right;
    width: 74%;
    height: 2.4rem;
    margin: 0 auto;
    border-left: .02rem solid #e7e7e7;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.xq .xq-conter .xq-conter-smallGather .xq-conter-small{
    width: 33%;
    height: 1.18rem;
}
.xq .xq-conter .xq-conter-smallGather .small-right{
    border-right: .02rem solid #e7e7e7;
}
.xq .xq-conter .xq-conter-smallGather .small-bottom{
    border-bottom: .02rem solid #e7e7e7;
}


.xq .xq-bottom{
    margin: 0 .3rem;
    text-align: center;
    height: 3rem;
    width: auto;
}
.xq .xq-bottom div{ 
    box-shadow: 0 0 0.15rem #ccc;
}
.xq .xq-bottom img{
    width: 100%;
    height: 2rem;
}
.xq .xq-bottom h5{
    font-size: .3rem;
    padding-bottom: .04rem;
    font-weight: 500;
    padding-top: .1rem;
}
.xq .xq-bottom p{
    font-size: .25rem;
    color: #666666;
    line-height: .4rem;
    padding-bottom: .1rem;
}
.xq .xq-bottom-left{
    width: 49%;
    height: auto;
    float: left;
}
.xq .xq-bottom-right{
    width: 49%;
    height: auto;
    float: right;
}
.xq .xq-a{
    font-size: .34rem;
    display: block;
    text-align: center;
    margin: 0 .8rem;
    height: 0.72rem;
    background: #b46636;
    color: #fff;
    line-height: 0.72rem;
    margin-top: .26rem;
    border-radius: .45rem;
    text-decoration: none;
}