/* ff8331 */
.newsyoubian .formbox {
    margin: 0 auto .45rem;
    width: 7rem;
    height: 6rem;
    border-radius: .03rem;
    -webkit-border-radius: .03rem;
    background: #fff url(/images/tag/im_bg_black.png) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: .5rem .46rem .88rem;
}
.newsyoubian .formbox .title{
    text-align: center;
    line-height: .56rem;
    color: #fff;
    font-size: .48rem;
    margin-bottom: .5rem;
}
.newsyoubian .formbox .swiper-container{
    position: relative;
    margin-bottom: .65rem;
    height: .6rem;
}
.newsyoubian .formbox .swiper-container .swiper-slide{
    text-align: center;
    color: #fff;
    height: .6rem;
    line-height: .6rem;
}
.newsyoubian .formbox .swiper-container .swiper-slide.swiper-slide-active{
    background: #409EFF;
    border-radius: .03rem;
    -webkit-border-radius: .03rem;
}
.newsyoubian .formbox .swiper-button-prev{
    position: absolute;
    left: 0;
    top: .15rem;
    width: .16rem;
    height: .30rem;
    background: url("/images/tag/im_zuo.png") no-repeat center center;
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
}
.newsyoubian .formbox .swiper-button-next{
    position: absolute;
    right: 0;
    top: .15rem;
    width: .16rem;
    height: .30rem;
    background: url("/images/tag/im_you.png") no-repeat center center;
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
}
.newsyoubian .formbox .contact-wraper{
    height: .96rem;
    line-height: .96rem;
    text-align: left;
    padding-left: .5rem;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 16px;
}
.newsyoubian .formbox .contact-wraper input {
    display: inline-block;
    vertical-align: top;
    height: .96rem;
    line-height: .96rem;
    width: 4.6rem;
    color: #999999;
    font-size: .28rem;
    background: transparent;
    outline: none;
    border: 0;
}
.newsyoubian .formbox .btn {
    width: 6.1rem;
    height: .96rem;
    border-radius: .03rem;
    -webkit-border-radius: .03rem;
    cursor: pointer;
    text-align: center;
    font-size: .36rem;
    line-height: .96rem;
    color: #ffffff;
    background:#409EFF;
    background: -webkit-gradient(linear, left top, right top, from(#409EFF), to(rgb(121, 187, 255)));
    background: linear-gradient(left, #409EFF, rgb(121, 187, 255));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=bEnabled, startColorstr=#da4715, endColorstr=#409EFF);
    margin: 0 auto;
}
