body {
	background-image: linear-gradient(to left, rgba(255, 0, 149, 0.2), rgba(0, 247, 255, 0.2)), url(#);
	/*background: #81a779;*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#box {
	width: 100%;
	min-height: calc(100% - 160px);
	margin: 0 auto;
	padding-top: 90px;
}

#footer {
	width: 100%;
	height: 50px;
	color: #000;
	text-align: center;
	font-size: 16px;
}

#footer a {
	color: #000000;
}

#boox {
	width: 450px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 2%;
	background: white;
}

.touxiang {
	width: 150px;
	height: 150px;
	margin-top: -50px;
	border-radius: 100%;
}

.title {
	width: 75%;
	height: 55px;
	font-size: 25px;
	line-height: 55px;
	margin: 0 auto;
	font-weight: bold;
	margin-top: 5px;
	border-bottom: 3px solid #3192d2;
}

.lizhi {
	font-size: 15px;
	margin-top: 5px;
}

.titma {
	font-size: 16px;
	padding: 10px 0px;
}

/*看板娘*/
#kbn {
	position: fixed;
	bottom: 0px;
	width: 290px;
	right: 0px;
	z-index: 999;
}

/*公告代码-css*/
#boox_gg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	display: none;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
}

#cw-gg {
	width: 80%;
	height: 300px;
	min-height: 300px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 5%;
	box-sizing: border-box;
	background: white;
	z-index: 9999;
	border-radius: 2%;
	border: 1px solid #ccc;
}

#title_gg {
	display: flex;
	align-items: center;
	justify-content: space-between：;
}

.title_left {
	display: flex;
	flex-grow: 1;
	align-items: center;
}

.title_left img {
	width: 35px;
	height: 35px;
	border-radius: 100%;
}

.title_left p {
	font-size: 15px;
	margin-left: 10px;
}

.title_right {
	display: flex;
	justify-content: flex-end;
}

.title_right img {
	width: 30px;
	height: 30px;
}

#txt_center {
	line-height: 19px;
	margin-top: 5%;
	font-size: 15px;
}

.txt_right {
	width: 100%;
	display: flex;
	margin-top: 15px;
	align-items: center;
	position: absolute;
	bottom: 15px;
	left: 0px;
	justify-content: flex-end;
}

.txt_right img {
	width: 25px;
	height: 25px;
	margin-right: 9px;
	border-radius: 100%;
}

.txt_right p {
	margin-right: 15px;
	font-size: 14px;
}

/*公告代码结束*/

/*轮播css*/
@charset "utf-8";

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

#certify .swiper-container {
	padding-bottom: 50px;
	width: 85%;
}

#certify .swiper-slide {
	width: 90%;
	height: auto;
	background: #fff;
	border-radius: 2%;
	overflow: hidden;
	box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
	display: block;
	width: 100%;
}

#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 2px solid #fff;
	background-color: #d5d5d5;
	width: 5px;
	height: 5px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(http://www.jq22.com/demo/swiperlbt201810230049/images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%;
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(http://www.jq22.com/demo/swiperlbt201810230049/images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%;
}

#QPlayer {
	z-index: 999999;
}

/*轮播css结束*/

@media screen and (max-width: 700px) {
	#box {}

	#boox {
		width: 75%;
	}

	.touxiang {
		width: 100px;
		height: 100px;
	}

	.title {
		height: 40px;
		line-height: 40px;
		margin-top: 0px;
		font-size: 18px;
	}

	.lizhi {
		font-size: 14px;
	}

	#kbn {
		width: 90px;
		right: -20px;
	}
}

#player .cover {
	height: 50px !important;
	width: 50px !important;
	margin-top: 5px;
	margin-left: 5px;
}

/*侧边栏css*/
#boox_ce {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	display: none;
	z-index: 99999999;
	background: rgba(00, 00, 00, 0.5);
}

#right_me {
	width: 45px;
	height: 40px;
	border-radius: 50px 0px 0px 50px;
	position: fixed;
	right: 0px;
	bottom: 90px;
	z-index: 999;
	text-align: center;
	background: rgba(00, 00, 00, 0.5);
}

#right_me img {
	width: 40px;
	height: 40px;
	margin-left: 5px;
}

#box_celeft {
	width: 70%;
	height: 100%;
	padding-top: 8%;
	background: rgba(00, 00, 00, 0.7);
}

.me_ce {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 100%;
	border: 2px solid #FFFFFF;
}

.me_ce img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.title_ce {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
}

.ulli_ce {
	width: 100%;
	margin-top: 20px;
}

.ulli_ce ul {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}

.ulli_ce ul li {
	width: 80%;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ulli_ce ul li img {
	width: 25px;
	height: 25px;
	margin-right: 15px;
}

.ulli_ce ul li p {
	font-size: 15px;
	flex-grow: 1;
	text-align: left;
}

.ulli_ce ul li .jt_ce {
	width: 22px;
	height: 22px;
	margin-right: 0px;
}

/*侧边栏css结束*/
