.addgroupqrcode:hover {
						background: #479E76;
						color: white;
					}
.footer_wrap {
	width: 100%;
	background: #e8e8e8;
	border-radius: 6px;
	position: relative;
	bottom: 0;
}

.footer_content {
	padding: 40px 30px;
}

.footer_line {
	margin-bottom: 15px;
	color: #0C0C0C;
}

.footer_yl {
        /* height: 70px; */
        /*border-bottom: 1px #cdcdcd solid;*/
	margin-bottom: 20px;
}

.footer_yl_img {
	width: 100px;
	margin: -40px 5px 0 0;
}

.footer_middle_l {
	/*width: calc(50% - 170px);*/
	display: inline-block;
	margin-right: 6%;
        /* display: flex;
        flex-direction: column;
        justify-content: space-between; */
}

.footer_middle_m {
	/*width: calc(40% - 180px);*/
	display: inline-block;
	margin-right: 4%;
}

.footer_middle_r {
	width: 350px;
	display: inline-block;
}

.footer_code {
	width: 80px;
	margin-left: 30px;
	border-radius: 6px;
}

.footer_wrap_content_middle div {
	margin-bottom: 7px;
}

.footer_yl ul li ,.footer_middle_m ul li {
	float: left;
	margin-right: 20px;
	color: #666;
}

.footer_content ul li a,.footer_content p {
	color: #666;
}

.footer_content h3 {
	font-size: 16px;
	font-weight: bold;
}

.footer_nav_list p {
	margin-left: 30px;
	margin-top: 5px;
}

.misscolor {
	color: #e8e8e8!important;
}

.swiper-wrapper div:hover {
            /* cursor: pointer; */
}

input {
	border: 0;
}

.swiper-wrapper {
	width: 100% !important;
	height: 0px;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

.banner-image {
	border-radius: 6px;
	overflow: hidden;
}

.index_banner {
	position: relative;
	height: 0px;
}

.index_indicator {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}

.indicator {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #cbcbcb;
	-webkit-transition: width 0.3s, background-color 0.3s;
	-moz-transition: width 0.3s, background-color 0.3s;
	-ms-transition: width 0.3s, background-color 0.3s;
	-o-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
}

.layui-carousel-ind li.layui-this {
	width: 16px;
	background-color: #00a274;
}

.select2-container--bootstrap {
	display: inline-block !important;
	width: 155px !important;
}

.select2-container--bootstrap .select2-selection--single {
	width: 155px;
	background: #fff;
	height: 36px !important;
	line-height: 23px !important;
	border-radius: 18px;
	border: 1px solid #e4e4e4;
	cursor: pointer;
	text-indent: 10px;
	/*padding: 0 10px;*/
	font-size: 14px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #00a274;
}

.select2-dropdown {
	border-radius: 18px;
	color: #333;
	font-size: 14px;
	border-color: #00a274 !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
        .select2-container--bootstrap.select2-container--open .select2-selection {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 162, 116, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 162, 116, 0.6);
	border-color: #00a274;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
	right: 18px;
}

.new_arrow {
	width: 0;
	height: 0;
	border-width: 6px 6px 6px 0;
	border-style: solid;
	border-color: transparent rgba(0,0,0,.65) transparent transparent;
	z-index: 9999;
	display: inline-block;
	margin-right: -4px;
}

        
        /* 文字上下滚动 */
.scroll-box {
	width: 92%;
	position: relative;
	top: 0;
	overflow: hidden;
	padding: 0 10px 0 15px;
	display: inline-block;
	height: 34px !important;
	line-height: 34px !important;
}

.scroll-box.on {
	background: #fff;
	z-index: 2;
	overflow: auto;
	height: auto !important;
	box-shadow: 1px 1px 10px #888
}

.scroll-box.on li {
	top: 0 !important;
	border-bottom: 1px dotted #ccc
}

.scroll-box li {
	position: relative;
	height: 34px !important;
}

.scroll-box a {
	display: inline-block;
	white-space: nowrap;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 1px !important;
	margin-bottom: 0 !important;
}

.scroll-mask {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000)
}

.scroll-mask.on {
	display: block;
}

.overflow {
						/*height: 33px;*/
	display: inline-block;
	max-width: 130px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
						/*margin-bottom: 5px;*/
	padding-bottom: 2px;
}

.duijie_btn {
	text-align: center;
	float: right;
	margin-top: 2px;
}

#quick-publish-btn:hover {
	background: #f5c243 !important;
	color: black !important;
}

.addgroupqrcode:hover {
	background: #479E76;
	color: white;
}
