/* ff8331 */
.newsyoubian .formbox {
    margin-bottom: 20px;
    width: 100%;
    height: 300px;
    border-radius: 3px;
    background-color: #ffffff;
    background: #fff url(/images/tag/im_bg_black.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 25px 25px 45px;
}
.newsyoubian .formbox .title{
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}
.newsyoubian .swiper-container{
    position: relative;
    margin-bottom: 30px;
    height: 30px;
}
.newsyoubian .swiper-container .swiper-slide{
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.newsyoubian .swiper-container .swiper-slide.swiper-slide-active{
    background: #409EFF;
    border-radius:3px;
}
.newsyoubian .swiper-button-prev{
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 14px;
    background: url("/images/tag/im_zuo.png") no-repeat center center;
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
}
.newsyoubian .swiper-button-next{
    position: absolute;
    right: 0;
    top: 8px;
    width: 8px;
    height: 14px;
    background: url("/images/tag/im_you.png") no-repeat center center;
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
}
.newsyoubian .formbox .contact-wraper{
    height: 48px;
    line-height: 48px;
    color: #999999;
    font-size: 14px;
    text-align: left;
    padding-left: 25px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 16px;
}
.newsyoubian .formbox .contact-wraper input {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    width: 250px;
    color: #999999;
    font-size: 14px;
    background: transparent;
    outline: none;
    border: 0;
}
.newsyoubian .formbox .btn {
    width: 306px;
    height: 48px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    font-size: 17px;
    line-height: 48px;
    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;
}
