#zscq header{
    height: 0;
}
#zscq  .bar-nav ~ .content {
    top: 1.8rem;
}
.bg{
    width: 100%;
}



#zscq .tab-item{
    color: #fff;
    background-color: #FF8247;
}
#zscq .tab-item:nth-of-type(2){
    background-color:#F8A523;
}
#zscq .bar-tab .tab-item .tab-label{
    display: inline-block;
    font-size: .7rem;
    vertical-align: top;
}

#zscq .content{
    background-color: #fff;
}

#zscq .swiper-slide img {
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: unset;
}
#zscq .banner {
    margin-top: 0;
}
#zscq .banner .swiper-pagination2{
    display: none;
}



.fenlei ul{
    padding: .2rem auto .4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #eee;
}
.fenlei ul li{
    padding: .2rem 0;
    display: inline-block;
}
.fenlei ul li a{
    color: #282828;

}
.fenlei ul li.in{
    border-bottom: 1px solid #d50000;
}




.bluetit{
    margin: 1.5rem 0;
    width: 100%;
    text-align: center;
    color:#0191e8;
}
.bluetit .yw {
    font-size: .7rem;
    text-transform: uppercase;
}
.bluetit .pr_titles span{
    display: inline-block;
    width: 2.5rem;
    height: .8rem;
    background: url(../images2/lg.png)no-repeat center;
    background-size: 100%;
}
.bluetit .pr_titles_l {
    transform: rotate(180deg);
}
.bluetit .pr_titles h2 {
    margin: 0;
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
}
.bluetit h3 {
    margin: .2rem 0;
    font-weight: normal;
    color:#999;
    font-size: .6rem;
}


.pr_main1_con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.pr_main1_con li {
    padding-top: .4rem;
    width: 31%;
    height: 8rem;
    border: 1px solid #45d3e8;
    border-bottom-width: 3px;
    border-right-width: 3px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}
.pr_main1_con li:nth-of-type(2) {
    border-color:#ffa21d;
}
.pr_main1_con li:nth-of-type(3) {
    border-color:
            #3a5fff;
}
.pr_main1_con li>img{
    height: 1.5rem;
}
.pr_main1_con li p {
    font-weight: bold;
    color:#555;
    font-size: .9rem;
}
.pr_main1_con li span {
    display: inline-block;
    font-size: .35rem;
    color:#999;
}
.pr_main1_con li .pr_main1_con_price{
    font-size: .5rem;
}
.pr_main1_con li .pr_main1_con_price p {
    display: inline-block;
    font-size: .9rem;
    color:#666;
}
.pr_main1_con li .p2 {
    padding: 0 .3rem 0;
    display: inline-block;
    font-size: .5rem;
    font-weight: 100;
    color:#fff;
    background-color:#808080;
    border-radius: .1rem;
    border: 1px solid #808080;
}



.show2 .cont{
    width: 90%;
    margin: 0 auto .5rem;
    /*padding: 1px;*/
    /*background-color:#ddd;*/
    /*background-color:#727272;*/
    overflow: hidden;
    border-radius: 25px;
}
.show2 .cont input{
    padding: .4rem 0 .4rem .4rem;
    width: 70%;
    height: 100%;
    font-size: .6rem;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 1px solid #ddd;
    border-right: none;
}
.show2 .cont a{
    display: inline-block;
    width: 30%;
    text-align: center;
    color: #fff;
    font-size: .6rem;
    /*background-color:#727272;*/
    background-color:#ff6e7f;
    padding: .35rem 0;
}
.show2 .addgy{
    position: relative;
    min-height: 1.1rem;
}
.show2 .addgy label{
    left: calc((100% - 190px)/2);
    font-size: .5rem;
    color:#aaa;
    height: 20px;
    line-height: 20px;
}
.addgy label.ty::before {
    left: -20px;
    top: 4px;
    width: 10px;
    height: 10px;
}
.addgy label.ty::after {
    left: -15px;
    top: 5px;
    width: 2px;
    height: 8px;
}

.img02{
    margin: auto;
    width: 8rem;
    overflow: hidden;
    font-size: 0;
}
.img02 img{
    width: 100%;
}



.pr_main2_r li{
    padding-left: 1rem;
    height: 3.5rem;
    background: url("../images2/zscq03.png")no-repeat left;
    background-size: auto 100%;
}
.pr_main2_r li h1 {
    position: relative;
    bottom: .2rem;
    margin: 0;
    font-weight: bold;
    font-size: .8rem;
    color:#666;
}
.pr_main2_r li p {
    font-size: .6rem;
    color:#999;
}
.pr_main2_r li:nth-of-type(6) div{
    position: relative;
    bottom: .2rem;
    display: inline-block;
    margin: 0;
    border: 1px solid #0191e8;
    font-size: .7rem;
    font-weight: normal;
}
.pr_main2_r li:nth-of-type(6) div span{
    display: inline-block;
    padding: 0 .5rem;
    background-color: #0191e8;;
    color: #fff;
}
.pr_main2_r li:nth-of-type(6) div p{
    display: inline-block;
    color: #0191e8;
    font-size: .7rem;
    font-weight: normal;
}



.pr_main3_con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.pr_main3_con li{
    margin-bottom: 1rem;
    width: 28%;
    text-align: center;
}
.pr_main3_con li img{
    width: 50%;
}
.pr_main3_con li h1 {
    margin: .3rem auto .5rem;
    font-size: .8rem;
    font-weight: bold;
}
.pr_main3_con li p {
    font-size: .5rem;
    color:#999;
}



.pr_main4_con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.pr_main4_con li {
    margin-bottom: .5rem;
    display: inline-block;
    width: 48%;
    height: 5rem;
    border: 1px solid #3393a2;
    border-bottom-width: 1px;
    border-bottom-width: 3px;
    text-align: center;
}
.pr_main4_con li:nth-of-type(2) {
    border-color:#da7681;
}
.pr_main4_con li:nth-of-type(3){
    border-color: #38b679;
}
.pr_main4_con li:nth-of-type(4){
    border-color: #e67700;
}
.pr_main4_con li:nth-of-type(5){
    border-color: #3abfd3;
}
.pr_main4_con li:nth-of-type(6){
    border-color: #3393a2;
}
.pr_main4_con li h1 {
    font-size: .7rem;
    color:#555555;
    font-weight: bold;
}
.pr_main4_con li p {
    padding: 0 .5rem;
    font-size: .5rem;
    color:#999;
}



.zxly{
    margin: 1rem;
    border: 1px solid #fe4351;
    border-radius: 5px;
}
.zxly .tits{
    padding: .5rem;
    border-bottom: 1px solid #ccc;
}
.zxly .tits p{
    font-size: .8rem;
    color: #545454;
}
.zxly .tits p span{
    font-size: .6rem;
    color: #bbb;
}
.zxly .tits .line{
    display: inline-block;
    margin-right: .2rem;
    width: 2px;
    height: .8rem;
    background-color:#ff4d4d;
    vertical-align: sub;
}
.zxly ul{
    border:none;
    border-radius: 5px;
    background-color: transparent;
}
.zxly li{
    margin: .4rem 0;
    width: 100%;
    font-size: .55rem;
}
.zxly .item-content{
    padding: 0 1rem;
}
.zxly .item-inner{
    padding: 0;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    overflow: hidden;
}
.zxly .item-title.label{
    margin: 0;
    display: inline-block;
    width: 20%;
    background-color: #ddd;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
}
.sr::-webkit-input-placeholder{
    font-size: .55rem;

}
.sr::-moz-placeholder{   /* Mozilla Firefox 19+ */
    font-size: .55rem;

}
.sr:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    font-size: .55rem;

}
.sr:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    font-size: .6rem;

}
.zxly input[type="text"].name{
    display: inline-block;
    width: 40%;
}
.item-input .radio{
    position: relative;
    top: 0;    /*控制radio高度位置*/
    display: inline-block;
    font-size: .6rem;
    color:#a6a3a3;
}
.item-input .radio.tit{
    margin-top: .7rem;
    border-left: 1px solid #d2d2d2;
    padding-left: .5rem;
    margin-left: .2rem;
}
.item-input .radio label[for="male"]{
    margin-right: .5rem;
}
.zxly input[type="text"]{
    font-size: .55rem;
}
.zxly textarea {
    height: 1rem;
}
.zxly li.check{
    margin: 0;
}
.check .item-content{
    min-height: 1.1rem;
}
.check .item-inner{
    border:none;
    min-height: 1.1rem;
}
.list-block .ty{
    position: relative;
    right: 0;
    font-size: .5rem;
    color: #aaa;
}
.list-block .ty a{
    color: #0097ff;
}
.list-block label.ty:before {
    left: -20px;
    top: 4px;
    width: 10px;
    height: 10px;
}
.list-block label.ty:after {
    left: -15px;
    top: 5px;
    width: 2px;
    height: 8px;
}
input[type='checkbox']:checked + .list-block label.ty:before {
    background: #999;
    border-color: #999;
}
input[type='checkbox']:checked + .list-block label.ty:after {
    /*background: #4cd764;*/
    background: #999;
}
.zxly .row .b {
    float: none;
    margin: auto;
    width: 40%;
}
.zxly .row .b .button{
    line-height: 1.8rem;
    height: 1.8rem;
    font-size: .7rem;
}



