.box_form{
    width: 1200px;
    margin: auto;
    border: 1px solid gainsboro;
    padding: 40px;
    margin-top: 20px;
}
.box_all{
    margin-top: 20px;
}
.box_all>span{
    display: inline-block;
    width: 225px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align:right;
    
}
.box_all>input{
    width: 260px;
    outline: none;
    border: 1px solid gainsboro;
    padding: 10px;
}
.box_all>select{
    width: 280px;
    outline: none;
    height:40px;
    border: 1px solid gainsboro;
    color: gray;
}
.box_all>textarea{
    width: 350px;
    outline: none;
    height:100px;
    border: 1px solid gainsboro;
    color: gray;
    padding: 10px;
}
.buttons{
    display: inline-block;
    width: 135px!important;
    height: 40px;
    background:red;
    color: white;
    text-align: center;
    line-height: 40px;
    padding:0!important;
}
.buttons-w{
    display: inline-block;
    width: 135px!important;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding:0!important;
}
s{
    color: red;
    text-decoration: none;
}
.swiper-pagination-bullet{
    opacity: 1;
    border-radius:0;
    width:30px;
    height:8px;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #bababa;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #3ca0ff;
}


.imgContext img{
	width:186px;
	height: 120px;
}
