
.quick {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #f3f3f2;
	background-color: #fff;
}
/* nav */
.nav{
	line-height: 94px;
	width: 100%;
	background-color: #fff;
}	

.navbar-light .navbar-nav .nav-link{
	font-weight: bold;
	font-size: 16px;
}
/* 侧边栏 */
ul.broadside{
	width: 70px;
	position: fixed;
	right: 25px;
	background-color: #fff;
	cursor: pointer;
	padding: 10px 0 4px;
	border: 1px solid #ededec;
	z-index: 1000;
}
/* 轮播图 */
html, body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
}
.swiper-pagination-bullet {
	display: inline-block;
	width: 6px;
	height: 6px;
	opacity: 1;
	border-radius: 10px;
	background: #fff!important;
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;

	}
.swiper-container {
  width: 100%;
  height: auto;

}
.swiper-slide {
  text-align: center;
  font-size: 20px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.swiper-pagination-bullet-active{
		background: #fff!important;
		width: 15px!important;
		border-radius: 4px!important;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		-ms-border-radius:4px;
		-o-border-radius:4px;
	}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
		left: 30%!important;
		bottom: 6%!important;
}
/* mian */
.public{
	background-color: #fff;
}
.main{
	background-color: #f4f4fa;
}
.block .product_1{
	width: 360px;
	height: 204px;
	border-radius: 10px;

}
.product_1 h6{
	cursor: pointer;
}
.product_1 p{
	letter-spacing: 1px;
}
.pro_title h5{
	font-size: 20px;
}
.pro_title h6{
	font-size: 18px;
	color: #4c4442;
}
.block h6{
	font-size: 20px;
	color: #d82824;
}
.block .product_1:hover{
	background-color: #f9d3d4!important;
	box-shadow: -5px 5px 10px -4px #afaeae, 5px 5px 10px -4px #afaeae;
}
.adv_serve .card{
	height: 584px;
	border: none;
}
.container .process{
	border: 1px solid #d94849;
}
.container .success .more{
	margin: 10% 0;
	
}
/* .container .success .more .pip{
	position: relative;
} */
.container .success .more .seemany{
	position: absolute;
	top: 22%;
	left: 50%;
	transform: translateX(-50%);
}
.adv_serve .card-title{
	font-size: 16px;
}
.adv_serve .card-text{
	font-size: 14px;
}
.pro-content p,
.settasks p{
	font-size: 14px;
}
.membership h6{
	font-size: 14px;
}
/* 查看更多 */
.hide_row{
	display: none;
}
.seemany .row{
	cursor: pointer;
}
/* 鼠标悬停遮罩放大 */
.spread{
	transition: all 0.3s !important;
}
.spread:hover{
	transform: scaleY(1.1)!important;
	z-index: 1000;
}
.spread_case{
	position: relative;
}
.spread:hover .major.face {
    opacity: .8;
    visibility: visible;
}
.major.face {
    opacity: 0;
    background: #2f2f2f;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: opacity,transform .3s;
}
.major {
    bottom: 23px;
    left: 30px;
    opacity: 1;
    /* padding: 1em; */
    position: absolute;
    right: 30px;
    text-align: center;
    visibility: visible;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    backface-visibility: visible;
}
.major h6{
    font-size: 1.3em;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.major p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}
.membership h6,
.pro-content h6,
.pro-content p,
.adv_serve h5,
.adv_serve p,
.settasks h6,
.settasks p{
	letter-spacing: 1px;
}
/* 添加发布任务按钮 */
.product{
	position: relative;
}
.product .pro_title{
	display: inline-block;
}
.product .immediately{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 35px;
}
.product .immediately button{
	background-color: #d82824;
	color: #ffffff;
	font-size: 17px;
	width: 200px;
	height: 45px;
	border-radius: 4px;
	outline: none;
	border: none;
}