*{
	margin: 0;
	padding: 0;
	border: 0;
}
a{
	color: inherit;
	text-decoration:none;
}
/*正常的未被访问过的链接*/
a:link {
	color: inherit;
    text-decoration: none;
}
/*已经访问过的链接*/
/*a:visited {*/
/*    color: inherit;*/
/*    text-decoration: none;*/
/*}*/
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    color: inherit;
    text-decoration: none;
}
a:focus {
    color: inherit;
    text-decoration: none;
}
a:hover{
	color: inherit;
}
.xianwidth{
	/* min-width: 1200px;
	max-width: 1250px; */
	width: 1200px
}
.jucen{
	margin-left: auto;
	margin-right: auto;
}
html,body{
	background-color: #FFF; 
}
.content{
	font-size: 16px; 
	color: #333333;
	font-family: 'Microsoft YaHei';
}
.bei-bai{
	background-color: #FFF;
}
.bei-lv{
	background-color:#00C160;
}
.bei-yell{
	background-color:#FAD439;
}
.bei-hong{
	background-color: #FA2122;
}
.bei-hui{
	background-color: #F5F5F5;
}

.bei-hui1{
	background-color: #4D4D4D;
}
.dis-tan{
	display: flex;
	align-items: center;
}
.ju-cen{
	justify-content: center;
}
.ju-be{
	justify-content: space-between;
}
.zi-hui1{
	color: #666;
}
.zi-hui{
	color: #9A9A9A;
}
.zi-lan{
	color: #4E8AFD;
}
.zi-huang{
	color: #FAD439;
}
.zi-huang1{
	color: #FC800C;
}
.zi-jia{
	color: #EE6B2A;
}
.zi-hei{
	color: #333333;
}
.zi-bai{
	color: #FFF;
}
.zi-hong{
	color: #E13F3E;
}
.zi-s-hong{
	color: #CF4650;
}
.zi-lv{
	color:#00C160;
}
.jiacu{
	font-weight: bold;
}
.zi-teda1{
	font-size: 60px;
}
.zi-teda{
	font-size: 56px;
}
.zi-zhong{
	font-size: 20px;
}
.zi-da{
	font-size: 30px;
}
.zi-da1{
	font-size: 24px;
}
.zi-da2{
	font-size: 28px;
}

.zi-zhong1{
	font-size: 18px;
}
.zi-zhong2{
	font-size: 16px;
}
.zi-xiao{
	font-size: 14px;
}
.zi-texiao{
	font-size: 10px;
}
.zi-zuixiao{
	font-size: 12px;
}
.zi-teda{
	font-size: 56px;
}
.qingchu::after{
	content: "";
	display: block;
	clear: both;
}
.yuanjiao{
	border-radius:100px ;
}

.fu-le{
	float: left;
}
.fu-ri{
	float: right;
}
/* 单行溢出隐藏 */
.danhidd{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
/* 多行溢出隐藏 */
.duohide{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 对齐高度 */
.duihe{
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

/* 提交按钮 */

.tijiaobtn{
	height: 94rpx;
	background-image: linear-gradient(to right, #FDD15F, #FCC43A);
	border-radius: 10rpx;
	line-height: 94rpx;
	text-align: center;
	margin: 0 24rpx;
}

/*删格化5等份*/
.layui-col-lg2-4,.layui-col-md2-4,.layui-col-sm2-4,.layui-col-xs2-4{position:relative;display:block;box-sizing:border-box}
.layui-col-xs2-4{float:left}
.layui-col-xs2-4{width:19.9999992%}
.layui-col-xs-offset2-4{margin-left:19.9999992%}
@media screen and (min-width:768px){
    .layui-col-sm2-4{float:left}
    .layui-col-sm2-4{width:19.9999992%}
    .layui-col-sm-offset2-4{margin-left:19.9999992%}
}
@media screen and (min-width:992px){
    .layui-col-md2-4{float:left}
    .layui-col-md2-4{width:19.9999992%}
    .layui-col-md-offset2-4{margin-left:19.9999992%}
}
@media screen and (min-width:1200px){
    .layui-col-lg2-4{float:left}
    .layui-col-lg2-4{width:19.9999992%}
    .layui-col-lg-offset2-4{margin-left:19.9999992%}
}

@media screen and (max-width: 1201px) {
    .content {
       width: 1200px;
    }
}



.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* 居上动画 */
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@keyframes bounceInDown{
	0%, 60%, 75%, 90%, 100% {
	    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, -3000px, 0);
	    transform: translate3d(0, -3000px, 0);
	}
	60% {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 25px, 0);
	    transform: translate3d(0, 25px, 0);
	}
	75% {
	    -webkit-transform: translate3d(0, -10px, 0);
	    transform: translate3d(0, -10px, 0);
	}
	90% {
	    -webkit-transform: translate3d(0, 5px, 0);
	    transform: translate3d(0, 5px, 0);
	}
	100% {
		 opacity: 1;
	    -webkit-transform: none;
	    transform: none;
	}
}
/* 居下动画 */
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@keyframes bounceInUp{
	0%, 60%, 75%, 90%, 100% {
	    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 3000px, 0);
	    transform: translate3d(0, 3000px, 0);
	}
	60% {
	    opacity: 1;
	    -webkit-transform: translate3d(0, -20px, 0);
	    transform: translate3d(0, -20px, 0);
	}
	75% {
	    -webkit-transform: translate3d(0, 10px, 0);
	    transform: translate3d(0, 10px, 0);
	}
	90% {
	    -webkit-transform: translate3d(0, -5px, 0);
	    transform: translate3d(0, -5px, 0);
	}
	100% {
		 opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	}
}

/* 居中动画 */
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@keyframes fadeIn{
	0% {
	    opacity: 0;
	}
	100% {
	    opacity: 1;
	}
}
/* 居左动画 */
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@keyframes fadeInLeft{
	0% {
	    opacity: 0;
	    -webkit-transform: translate3d(-100%,0,0);
	    -ms-transform: translate3d(-100%,0,0);
	    transform: translate3d(-100%,0,0);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@keyframes fadeInRight{
	0% {
	    opacity: 0;
	    -webkit-transform: translate3d(100%,0,0);
	    -ms-transform: translate3d(100%,0,0);
	    transform: translate3d(100%,0,0);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}
}

.fadeInLeftcopy {
    -webkit-animation-name: fadeInLeftcopy;
    animation-name: fadeInLeftcopy;
}
@keyframes fadeInLeftcopy{
	0% {
	    opacity: 0;
	    -webkit-transform: translate3d(-100%,-50%,0);
	    -ms-transform: translate3d(-100%,-50%,0);
	    transform: translate3d(-100%,-50%,0);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translate3d(0,-50%,0);
	    -ms-transform: translate3d(0,-50%,0);
	    transform: translate3d(0,-50%,0);
	}
}
.fadeInRightcopy {
    -webkit-animation-name: fadeInRightcopy;
    animation-name: fadeInRightcopy;
}
@keyframes fadeInRightcopy{
	0% {
	    opacity: 0;
	    -webkit-transform: translate3d(100%,-50%,0);
	    -ms-transform: translate3d(100%,-50%,0);
	    transform: translate3d(100%,-50%,0);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translate3d(0,-50%,0);
	    -ms-transform: translate3d(0,-50%,0);
	    transform: translate3d(0,-50%,0);
	}
}


.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.transition{
	transition: all .3s ease;
}
@keyframes fadeInUp{
	0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0,30%,0);
	    -ms-transform: translate3d(0,30%,0);
	    transform: translate3d(0,30%,0);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
@keyframes bounceIn{
	0%, 100%, 20%, 40%, 60%, 80% {
	    -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
	    transition-timing-function: cubic-bezier(0.215,.61,.355,1);
	}
	0% {
	    opacity: 0;
	    -webkit-transform: scale3d(.3,.3,.3);
	    -ms-transform: scale3d(.3,.3,.3);
	    transform: scale3d(.3,.3,.3);
	}
	20% {
	    -webkit-transform: scale3d(1.1,1.1,1.1);
	    -ms-transform: scale3d(1.1,1.1,1.1);
	    transform: scale3d(1.1,1.1,1.1);
	}
	40% {
	    -webkit-transform: scale3d(.9,.9,.9);
	    -ms-transform: scale3d(.9,.9,.9);
	    transform: scale3d(.9,.9,.9);
	}
	60% {
	    opacity: 1;
	    -webkit-transform: scale3d(1.03,1.03,1.03);
	    -ms-transform: scale3d(1.03,1.03,1.03);
	    transform: scale3d(1.03,1.03,1.03);
	}
	80% {
	    -webkit-transform: scale3d(.97,.97,.97);
	    -ms-transform: scale3d(.97,.97,.97);
	    transform: scale3d(.97,.97,.97);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: scale3d(1,1,1);
	    -ms-transform: scale3d(1,1,1);
	    transform: scale3d(1,1,1);
	}
}



/* 浮动 */
.fu-flex{
	background-color: rgba(0,0,0,0.5);
	height: 154px;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 4;
	display: none;
}
.fu-f-le > div{
	height: 50px;
}
.fu-f-le > div:last-child{
	border-left: 2px solid  #00C160;
}
.aniu{
	line-height: 50px;
	width: 140px;
	text-align: center;
}
.an-lian{
	background-color: #FE4E18;
}
.in_wen{
	width: 20px;
	margin:0 20px
}
input {
    font-size: 14px;
    width: 350px;
    padding-right:20px;
}
.chahao{
	width: 30px;
	height: 30px;
	background-color:rgba(175, 174, 174, 1);
	margin-left: 100px;
}




.fl-fu{
	position: fixed;
	right:0px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 4;
}
.fl-fu-li{
	width: 45px;
	height: 40px;
	background-color:#333 ;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
}
.fl-fu .fl-fu-li:last-child{
	margin-bottom: 0;
}
.fl-le{
	position: absolute;
	top: 0;
	left: -200px;
	opacity: 0;
	transition: all .3s ease-in-out;
	height: 40px;
	background-color:#333;
	width: 160px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	pointer-events:none;
}
.fenxiang .fl-le{
	left: -280px;
	width: 236px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fl-ri{
	width: 100%;
	height: 100%;
}
.fl-ri img{
	width: 25px;
	display: block;
	margin: 0 auto;
}
.fl-fu-li:hover .fl-le{
	opacity: 1;
	left: -160px;
	pointer-events:auto;
}
.fl-fu-li.fenxiang:hover .fl-le{
	opacity: 1;
	left: -236px;
	pointer-events:auto;
}
.fenxiang .bshare-custom #bshare-shareto{
    display: none;
}
.bo_zhanwei img{
    width: 100%;
}
