
.banner {
    height: auto;
}

.turn-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.turn-page .num {
    display: flex;
    align-items: center;
}

.turn-page .num a,
.turn-page .prev,
.turn-page .next {
    width: .4rem;
    height: .4rem;
    background: #aeafaf;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    line-height: .4rem;
    margin: 0 .05rem;
}

.turn-page .num a.now,
.turn-page .prev.now,
.turn-page .next.now {
    background: #ff4900;
}

.check-box tr td:nth-of-type(2) {
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.check-box tr td:nth-of-type(2)>a{
    width: 2rem;
}



.check-box td a::before {
    content: "";
    /*不换行空格*/
    display: inline-block;
    vertical-align: text-bottom;
    width: 0.25rem;
    height: 0.25rem;
    margin-left: 0.1rem;
    background: url(../img/select.png) center no-repeat;
    background-size: 100% 100%;
}

.check-box td a.now::before {
    background: url(../img/select-on.png) center no-repeat;
    background-size: 100%;

}

.cp1 {
    padding-top: .6rem;
    padding-bottom: .65rem;
}

.cp1-list ul {
    padding-bottom: .3rem;
}

.cp1-list li {
    width: 4.4rem;
    float: left;
    margin-right: .4rem;
}

.cp1-list li .desc {
    line-height: .8rem;
    text-align: center;
    font-size: .16rem;
    color: #707070;
}

.cp1-list li:nth-of-type(3n) {
    margin-right: 0;
}

.cp1-list .img-box {
    width: 4.4rem;
    height: 3rem;
}

.cp1-list .img-box img {
    width: 100%;
    height: 100%;
}

.search-bar {
    width: 14rem;
    line-height: .54rem;
    height: .54rem;
    margin: 0 auto .15rem auto;
    border: 1px solid #bababa;
    box-sizing: border-box;
    
}
.search-bar  form{
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.search-bar input {
    padding: 0 .25rem;
    flex: 1;
    box-sizing: border-box;
}

.search-bar button {
    width: .6rem;
    height: 100%;
    background: url(../img/top-logo.png) -2rem .02rem no-repeat;
    background-size: 3.55rem;
    cursor: pointer;
}

.check-box {
    width: 14rem;
    margin: 0 auto .65rem auto;
}

.check-box table {
    width: 100%;
    font-family: "font_M";
    font-weight: bold;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
}

.check-box table th {
    background: #c2c2c2;
    height: .4rem;
    line-height: .4rem;
    text-align: left;
    padding-left: .25rem;
    box-sizing: border-box;
    font-weight: lighter;
    font-size: .24rem;
    color: #707070;
    border-bottom: 1px solid #888888;
}

.check-box table th strong {
    margin-right: .2rem;
}

.check-box table td {
    height: .4rem;
    line-height: .4rem;
    font-size: .18rem;
    color: #707070;
    border-bottom: 1px solid #888888;
}

.check-box table tr td:nth-of-type(1) {
    position: relative;
    padding: 0 .25rem;
    box-sizing: border-box;
    width: 2rem;
    background: #c2c2c2;
}

.check-box table tr td:nth-of-type(1)::after {
    content: "";
    position: absolute;
    right: .25rem;
    width: .11rem;
    height: .36rem;
    background: url(../img/check-ar.png) center no-repeat;
    background-size: 100%;
}

.check-box table tr td:nth-of-type(2) span {
    display: inline-block;
    padding-left: .6rem;
    width: 2.5rem;
    box-sizing: border-box;
}