@charset "utf-8";

.puSerBox{

}
.puSerBox .wp{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.puSerBox .opentime h3{
    display: flex;
    align-items: center;
    font-size: .22rem;
    line-height: .55rem;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.puSerBox .opentime h3 img{
    display: block;
    width: .26rem;
    margin-right: .17rem;
}
.puSerBox .opentime:before{
    position: absolute;
    content: '';
    left: -.2rem;
    top: 0;
    bottom: 0;
    background: #0068b7;
    transform: skewX(30deg);
    transform-origin: left center;
    width: 5.7rem;
    max-width: 100%;
}
.puSerBox .opentime{
    position: relative;
    padding: 0 .42rem;
    background: rgba(255, 255, 255, 0.24);
    overflow: hidden;
    width: 11.48rem;
    max-width: 100%;
}

.puSerBoxs{
    width: 12.94rem;
    max-width: 100%;
    padding: .36rem .75rem .59rem;
    background: rgba(51, 51, 51, 0.4);
    border-radius: .2rem;
    margin-top: .15rem;
}
.puSerBoxs .tab-tit{
    display: flex;
    flex-wrap: wrap;
}
.puSerBoxs .tab-tit .li{
    font-size: .2rem;
    line-height: .5rem;
    color: #fff;
    padding: 0 .2rem;
    min-width: 1.6rem;
    text-align: center;
    border-radius: .1rem;
    cursor: pointer;
}
.puSerBoxs .tab-tit .li.active{
    background: #0068b7;
}
.puSerBoxs .selectInput{
    width: 1.62rem;
    padding-left: .19rem;
    padding-right: .32rem;
}
.puSerBox .selectInput:before {
    content: '';
    width: 1px;
    height: .37rem;
    background: #a3a3a3;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.185rem
}
.puSerBox .selectInput .defalutInput{
    color: #333;
    height: .76rem;
}
.puSerBox .selectInput .selectBox{
    border-radius: .05rem;
}
.puSerBox .serForm {
    flex: 1;
    overflow: hidden;
    margin-left: .36rem;
}
.puSerBox .serForm .inp {
    flex: 1;
    overflow: hidden;
    font-size: .2rem;
    padding-right: .2rem;
    border-radius: 0;
    color: #333333;
}
.puSerBox .serForm .sub {
    width: 1.07rem;
    border-radius: 0 .1rem .1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    height: .76rem;
    cursor: pointer;
    background:#0068b7 url("../images/b-img-2.png") no-repeat 50%/.29rem;
}
.puSerBoxs .form{
    background: #fff;
    border-radius: .1rem;
}
.puSerBoxs .child{
    display: none;
}
.puSerBoxs .active{
    display: block;
}
.puSerBoxs .tab-cont{
    margin-top: .07rem;
}
.banner_box{
    position: relative;
}


@media (max-width: 1025px) {
    .puSerBox{
        position: static;
        transform: none;
    }
    .puSerBox .opentime h3{
        font-size: .2rem;
        line-height: .54rem;
    }
    .puSerBox .opentime h3 img{
        width: .22rem;
        margin-right: .1rem;
    }
    .puSerBox .opentime{
        padding: 0 .2rem;
    }
    .puSerBoxs{
        border-radius: .1rem;
        padding: .2rem;
    }
    .puSerBoxs .selectInput{
        padding: 0 .2rem;
    }
    .puSerBox .selectInput .defalutInput{
        height: .6rem;
    }
    .puSerBox .serForm{
        margin-left: .2rem;
    }
    .puSerBox .serForm .sub{
        width: .9rem;
        height: .6rem;
    }

}
@media (max-width: 769px) {
    .puSerBoxs .selectInput{
        width: 1.3rem;
    }
    .puSerBox .serForm .sub{
        width: .7rem;
    }
}

@media (max-width: 481px) {
    .puSerBoxs .selectInput{
        width: 100%;
    }
    .puSerBox .selectInput:before{
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: .01rem;
        transform: none;
    }
}