.page {
	min-width: 1200px;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 65px;
}

.lonely {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../images/background.jpg) no-repeat;
	background-size: 100% 100%;
}

.header {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.header-phone img {
	width: 38px;
	height: 38px;
}

.header-phone {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
}

.banner {
	width: 1200px;
	height: 450px;
	margin: 50px auto 0;
	position: relative;
}

.banner::before {
	content: "";
	display: block;
	width: 1143px;
	height: 580px;
	background: url(../images/banner.png) no-repeat;
	background-size: 1143px 580px;
	position: absolute;
	right: -55px;
	bottom: -140px;
}

.banner a {
	position: absolute;
	left: 258px;
	bottom: 70px;
	display: block;
	color: #61600d;
	font-size: 34.5px;
	width: 315px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	background: #fffd40;
	border-radius: 5px;
	-moz-box-shadow: 0px 3px 7px rgba(92, 83, 203, .8);
	-webkit-box-shadow: 0px 3px 7px rgba(92, 83, 203, .8);
	box-shadow: 0px 3px 7px rgba(92, 83, 203, .8);
}

.publisher {
	width: 1124px;
	display: -webkit-flex;
	display: flex;
	margin: 0px auto 0;
	padding: 20px 20px;
	background: url(../images/publisher-bg.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 25px;
	-moz-box-shadow: 0px 4px 13px rgba(83, 75, 183, .8);
	-webkit-box-shadow: 0px 4px 13px rgba(83, 75, 183, .8);
	box-shadow: 0px 4px 13px rgba(83, 75, 183, .8);
	position: relative;
	z-index: 10;
}

.publisher-count {
	width: 625px;
	background: #fff;
	border-radius: 8px;
	padding: 30px 30px 30px;
	text-align: center;
	-moz-box-shadow: 0px 7px 8px rgba(219, 193, 53, .76);
	-webkit-box-shadow: 0px 7px 8px rgba(219, 193, 53, .76);
	box-shadow: 0px 7px 8px rgba(219, 193, 53, .76);
}

.publisher-count-title {
	color: #de0a3e;
	font-size: 65px;
	font-weight: bold;
}

.publisher-count-des {
	width: 440px;
	height: 32px;
	margin: 10px auto 0;
	line-height: 32px;
	color: #1a1a1a;
	font-size: 18px;
	background: rgba(255, 62, 109, .1);
	border-radius: 17px;
}

.publisher-count-des span {
	color: #de0a3e;
}

.publisher-count-than {
	margin-top: 40px;
	height: 35px;
	line-height: 35px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.publisher-count-text {
	color: #1a1a1a;
	font-size: 30px;
	margin: 0 8px;
}

.publisher-count-than span {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	margin: 0 5px;
}

.publisher-count-than-one {
	background: #c6c6c6;
}

.publisher-count-than-two {
	background: #8e8e8e;
}

.publisher-count-than-three {
	background: #434343;
}


.publisher-down {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.publisher-digit {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 36px;
	color: #de0a3e;
	font-weight: bold;
	background: #ffebf0;
	border-radius: 5px;
}

.publisher-mark {
	font-size: 32px;
	color: #1a1a1a;
	padding: 0 5px;
	margin-right: 25px;
}

.publisher-mark:last-child {
	margin-right: 0;
}

.publisher-forms {
	width: 470px;
	padding: 35px 50px;
}

.publisher-item {
	display: -webkit-flex;
	display: flex;
	height: 60px;
	margin-bottom: 23px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.publisher-item input {
	border: 0;
	outline: 0;
	padding: 10px 15px;
	flex: 1;
	font-size: 18px;
	color: #333;
}

.publisher-btn {
	margin-bottom: 15px;
}

.publisher-btn button {
	display: block;
	height: 60px;
	width: 100%;
	color: #fff;
	font-size: 26px;
	border: 0;
	outline: 0;
	background-color: #de0a3e;
	border-radius: 5px;
	cursor: pointer;
}

.publisher-des {
	font-size: 18px;
	color: #5b5118;
	text-align: center;
}

.publisher-des span {
	color: #f33463;
}

.title {
	text-align: center;
}

.title h2 {
	color: #383839;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}

.title h2 span,
.title p span {
	color: #de0a3e;
}

.title p {
	color: #4d4d4d;
	font-size: 28px;
}

.white-title h2 {
	color: #fff;
}

.white-title h2 span {
	color: #fffd40;
}

.white-title p {
	color: #fff;
}

.problem {
	width: 1200px;
	margin: 50px auto 0;
}

.problem-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	padding: 0 60px;
	margin-top: 50px;
	margin-bottom: 65px;
}

.problem-item {
	width: 243px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.problem-chart img {
	display: block;
	width: 100%;
}

.problem-text {
	padding: 30px 20px;
	text-align: center;
}

.problem-text h3 {
	color: #383839;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 20px;
}

.problem-text h3 span {
	color: #de0a3e;
}

.problem-text p {
	color: #2a2a2a;
	font-size: 20px;
	line-height: 30px;
}

.button {
	width: 360px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	margin: 0 auto;
	border-radius: 6px;
	font-size: 26px;
}

.button-yellow {
	color: #61600d;
	background: #fffd40;
}

.button-red {
	color: #fff;
	background: #de0a3e;
}

.button-white {
	color: #de0a3e;
	background: #ffff;
}

.contrast {
	width: 1200px;
	margin: 60px auto 0;
}

.contrast-box {
	width: 940px;
	margin: 40px auto 60px;
}

.contrast-up {
	height: 80px;
	background: url(../images/vs.jpg) no-repeat;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contrast-dede {
	width: 420px;
	text-align: center;
}

.contrast-dede img {
	height: 40px;
}

.contrast-title {
	color: #4a4a4a;
	font-size: 38px;
	font-weight: bold;
}

.contrast-lower {
	margin-top: 10px;
}

.contrast-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.contrast-wide {
	width: 434px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	border-radius: 10px;
	position: relative;
}

.contrast-img {
	width: 224px;
}

.contrast-img img {
	width: 100%;
	display: block;
}

.contrast-des {
	font-size: 22px;
	line-height: 30px;
	padding: 15px;
}

.contrast-grey {
	background: #e5e5e5;
}

.contrast-grey .contrast-des {
	color: #434343;
}

.contrast-blue {
	background: #6b62df;
}

.contrast-blue .contrast-des {
	color: #fff;
}

.contrast-blue .contrast-des span {
	color: #fffd40;
}

.contrast-well {
	color: #6b62df;
	font-size: 20px;
	margin: 0 20px;
	width: 32px;
	height: 110px;
	padding: 5px 0;
	line-height: 24px;
	text-align: center;
	border: 1px solid #6b62df;
	border-radius: 16px;
}

.contrast-send {
	width: 39px;
	height: 39px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.contrast-wrong {
	background: url(../images/contrast-wrong.png) no-repeat;
}

.contrast-yes {
	background: url(../images/contrast-yes.png) no-repeat;
}

.strip {
	text-align: center;
	background: #7870e5;
	padding: 50px 0;
	margin-top: 60px;
	position: relative;
}

.strip::before {
	content: "";
	display: block;
	border: 30px solid transparent;
	border-top-color: #7870e5;
	position: absolute;
	left: 50%;
	bottom: -60px;
	margin-left: -30px;
}

.strip-box {
	width: 1200px;
	margin: 0 auto;
	color: #ffffff;
}

.strip-box h2 {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 15px;
}

.strip-box p {
	font-size: 28px;
}

.course {
	width: 1200px;
	margin: 65px auto 0;
}

.course-box {
	margin-top: 30px;
	margin-bottom: 50px;
}

.course-grade {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
}

.course-grade-item {
	width: 180px;
	height: 65px;
	color: #6b62df;
	font-size: 30px;
	font-weight: bold;
	line-height: 61px;
	text-align: center;
	border: 2px solid #6b62df;
	border-radius: 5px;
	cursor: pointer;
}

.course-grade-item.active {
	color: #fff;
	background: #6b62df;
}

.course-live {
	margin-top: 30px;
}

.course-lead {
	display: none;
}

.course-lead:nth-child(1) {
	display: block;
}

.course-kemu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 85px;
}

.course-kemu-item {
	width: 130px;
	height: 60px;
	color: #525252;
	font-size: 30px;
	line-height: 56px;
	text-align: center;
	border: 2px solid #6b62df;
	border-radius: 5px;
	margin-right: 50px;
	cursor: pointer;
}

.course-kemu-item.active {
	color: #fff;
	background: #6b62df;
}

.course-outline {
	margin-top: 40px;
}

.course-outline-item {
	background: #f4f4f4;
	padding: 30px 20px;
	display: none;
}

.course-outline-item:nth-child(1) {
	display: block;
}

.course-title {
	color: #525252;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	background: url(../images/course-title.png) no-repeat center;
}

.course-con {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	justify-content: center;
}

.course-con .course-con-box:nth-child(1) {
	/* width: 570px; */
	margin-right: 40px;
}

.course-con-box p {
	color: #525252;
	font-size: 22px;
	line-height: 40px;
}

.classic {
	margin-top: 40px;
	padding: 60px 0 70px;
	background: url(../images/classic1-bg.jpg)
}

.classic-box {
	width: 970px;
	margin: 40px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.classic-item {
	background: #fff;
	padding: 10px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 35px rgba(152, 152, 152, .41);
	-webkit-box-shadow: 0px 0px 35px rgba(152, 152, 152, .41);
	box-shadow: 0px 0px 35px rgba(152, 152, 152, .41);
}

.classic-img {
	position: relative;
}

.classic-img img {
	width: 100%;
	display: block;
}

.classic-img h3 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.classic-wrap {
	padding: 20px;
}

.classic-title {
	color: #313131;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	height: 60px;
}

.classic-line {
	width: 50px;
	height: 2px;
	margin-top: 15px;
}

.classic-te {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}

.classic-item:nth-child(1) .classic-line {
	background: #6b62df;
}

.classic-item:nth-child(1) .classic-te {
	color: #6b62df;
}

.classic-item:nth-child(2) .classic-line {
	background: #35a0e2;
}

.classic-item:nth-child(2) .classic-te {
	color: #35a0e2;
}

.classic-item:nth-child(3) .classic-line {
	background: #ab60e5;
}

.classic-item:nth-child(3) .classic-te {
	color: #ab60e5;
}

.classic-des {
	margin-top: 15px;
}

.classic-des p {
	color: #565656;
	font-size: 16.5px;
	line-height: 30px;
}

.classic-btn {
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 6px;
	color: #fff;
	font-size: 20px;
	background: #de0a3e;
	margin-top: 20px;
}

.goods {
	background: #f7f6f6;
	background: url(../images/good-bg.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0 60px;
}

.goods-box {
	width: 1060px;
	margin: 0 auto 50px;
}

.goods-box .swiper-container {
	padding-top: 80px;
}

.goods .goods-host {
	width: 950px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 40px auto 0;
}

.goods .swiper-pagination-bullet {
	width: auto;
	height: auto;
	cursor: pointer;
	border-radius: 50%;
	border: 3px solid transparent;
	opacity: 1;
	background: transparent;
}

.goods .swiper-pagination-bullet-active {
	border-color: #e02a5a;
}

.goods .swiper-button-next,
.goods .swiper-button-prev {
	width: 47px;
	height: 47px;
	margin-top: -23.5px;
	z-index: 10;
	cursor: pointer;
	background-size: 47px 47px;
	outline: 0;
}

.goods .swiper-button-next {
	background-image: url(../images/good-right.png);
	left: auto;
	right: 10px;
}

.goods .swiper-button-prev {
	background-image: url(../images/good-left.png);
	left: 10px;
	right: auto;
}

.goods .goods-btn img {
	display: block;
}

.goods-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	border-radius: 20px;
	padding: 0 60px;
	width: 880px;
	margin: 0 auto;
}

.goodlist-img {
	margin-top: -80px;
}

.goodlist-img img {
	display: block;
}

.goodlist-con {
	flex: 1;
	height: 300px;
	padding-top: 30px;
	margin-left: 20px;
	position: relative;
}

.goodlist-up {
	margin-bottom: 30px;
}

.goodlist-up h4 {
	font-size: 30px;
	color: #3f3f3f;
	font-weight: bold;
	margin-bottom: 10px;
}

.goodlist-up p {
	font-size: 20px;
	color: #69696d;
}

.goodlist-up p span {
	color: #de0a3e;
}

.goodlist-des {
	color: #474747;
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
}

.goodlist-char {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.goodlist-char span {
	color: #de0a3e;
	font-size: 18px;
	line-height: 26px;
	width: 105px;
	text-align: center;
	border-radius: 13px;
	border: 1px solid #de0a3e;
}

.service {
	width: 1200px;
	margin: 60px auto 0;
}

.service-box {
	margin: 40px 0 55px;
	height: 487px;
	position: relative;
	background: url(../images/service.jpg) no-repeat center bottom;
}

.service-item {
	width: 180px;
	position: absolute;
}

.service-item h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.service-item p {
	color: #4b4b4b;
	font-size: 20px;
	line-height: 30px;
}

.service-item:nth-child(1) {
	right: 145px;
	bottom: 56px;
}

.service-item:nth-child(2) {
	right: 195px;
	bottom: 200px;
}

.service-item:nth-child(3) {
	left: 50%;
	margin-left: -100px;
	bottom: 380px;
	text-align: center;
	width: 200px;
}

.service-item:nth-child(4) {
	left: 200px;
	bottom: 200px;
	text-align: right;
}

.service-item:nth-child(5) {
	left: 145px;
	bottom: 56px;
	text-align: right;
}

.service-item:nth-child(1) h3 {
	color: #3dbdb1;
}

.service-item:nth-child(2) h3 {
	color: #f0a516;
}

.service-item:nth-child(3) h3 {
	color: #616dd2;
}

.service-item:nth-child(4) h3 {
	color: #3b9fdc;
}

.service-item:nth-child(5) h3 {
	color: #a55fd9;
}

.praise {
	margin-top: 55px;
	padding-top: 60px;
	background: url(../images/praise.jpg) no-repeat;
	background-size: 100% auto;
}

.praise-box {
	width: 970px;
	margin: 70px auto 25px;
}

.praise-box .swiper-container {
	width: 770px;
	padding-bottom: 28px;
}

.praise .swiper-slide {
	width: 231px;
}

.praise-swiper {
	position: relative;
}

.praise .button-next,
.praise .button-prev {
	width: 47px;
	height: 47px;
	margin-top: -23.5px;
	z-index: 10;
	cursor: pointer;
	background-size: 47px 47px;
	outline: 0;
	position: absolute;
	top: 50%;
}

.praise .button-next {
	background-image: url(../images/good-right.png);
	right: 10px;
}

.praise .button-prev {
	background-image: url(../images/good-left.png);
	left: 10px;
}

.praise .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.praise .swiper-pagination-bullet {
	background: #e5e5e5;
	opacity: 1;
	width: 10px;
	height: 10px;
}

.praise .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;

}

.praise .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}

.praise .swiper-pagination-bullet-active {
	background: #fdf3b9;
}

.praise-des {
	text-align: center;
	margin-bottom: 45px;
}

.praise-des h3 {
	color: #535353;
	font-size: 26px;
	font-weight: bold;
}

.praise-des p {
	color: #666666;
	font-size: 20px;
	margin-top: 12px;
}

.campus {
	margin-top: 80px;
	padding: 80px 0 60px;
	background: #eeedf9;
}

.campus-img {
	width: 1020px;
	margin: 55px auto;
}

.campus-img img {
	width: 100%;
	display: block;
}


.laoshi {
	margin-top: 80px;
	padding: 80px 0 60px;
	background: white;
}

.laoshi-img {
	width: 1020px;
	margin: 55px auto;
}

.laoshi-img img {
	width: 100%;
	display: block;
}

.make {
	width: 1200px;
	margin: 60px auto 0;
}

.make-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	margin: 40px 0 60px;
}

.make-item {
	width: 300px;
	text-align: center;
	position: relative;
}

.make-num {
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	border: 1px solid;
	border-radius: 50%;
	margin: 0 auto;
}

.make-img {
	width: 80px;
	margin: 10px auto 0;
}

.make-img img {
	display: block;
	width: 100%;
}

.make-title {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

.make-des {
	margin-top: 20px;
	color: #525252;
	font-size: 20px;
	line-height: 36px;
}

.make-item:nth-child(1) .make-num {
	color: #b358ca;
	border-color: #b358ca;
}

.make-item:nth-child(1) .make-title {
	color: #b358ca;
}

.make-item:nth-child(2) .make-num {
	color: #fb7a34;
	border-color: #fb7a34;
}

.make-item:nth-child(2) .make-title {
	color: #fb7a34;
}

.make-item:nth-child(3) .make-num {
	color: #f26d64;
	border-color: #f26d64;
}

.make-item:nth-child(3) .make-title {
	color: #f26d64;
}

.make-spot {
	width: 154px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 274px;
	top: 80px;
}

.make-spot span {
	width: 8px;
	height: 8px;
	background: #d2d2d2;
	border-radius: 50%;
}

.apply {
	padding: 70px 0;
	margin-top: 60px;
	background: #7870e5;
	position: relative;
	overflow: hidden;
}

.apply-bg {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.apply-box {
	width: 1160px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 10;
}

.apply-main {
	width: 740px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.apply-mise {
	width: 340px;
}

.apply-mise-title {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}

.apply-mise-itme {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.apply-mise-icon {
	width: 47px;
	height: 60px;
	padding-top: 13px;
	margin-right: 15px;
	color: #6b62de;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	background: url(../images/apply-icon.png) no-repeat;
}

.apply-mise-des h4 {
	color: #ffef3f;
	font-size: 26px;
	font-weight: bold;
}

.apply-mise-des p {
	color: rgba(255, 255, 255, .8);
	font-size: 20px;
	margin-top: 10px;
}

.apply-forms {
	background: #fff;
	padding: 35px 30px 40px;
	border-radius: 15px;
	flex: 1;
}

.apply-form-title {
	color: #de0a3e;
	font-size: 42px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 35px;
}

.apply-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}

.apply-input input {
	flex: 1;
	padding: 13px 10px;
	font-size: 19px;
	color: #333;
	border: 1px solid #e5e6e8;
	outline: 0;
	border-radius: 6px;
}

.apply-form-des p {
	color: #de0a3e;
	font-size: 18px;
	line-height: 30px;
}

.apply-btn {
	display: block;
	height: 55px;
	width: 100%;
	color: #fff;
	font-size: 20px;
	border: 0;
	outline: 0;
	background-color: #de0a3e;
	border-radius: 6px;
	cursor: pointer;
	margin-top: 35px;
}

.footer {
	color: #212121;
	font-size: 24px;
	text-align: center;
	background: #eeeeee;
	padding: 30px 0;
}

.popup {
	cursor: pointer;
}

.footer-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	background-color: rgba(0, 0, 0, .8);
}

.footer-box {
	width: 100%;
	height: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.fixed-img {
	width: 159px;
	height: 65px;
	margin-right: 20px;
	position: relative;
}

.fixed-img img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.fixed-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fixed-input {
	color: #333;
	font-size: 18px;
	width: 130px;
	height: 25px;
	display: block;
	background: #fff;
	padding: 5px 10px;
	border: 0;
	outline: 0;
	border-radius: 5px;
	margin-right: 10px;
}

.fixed-btn {
	display: block;
	background: #f6cb04;
	color: #473c09;
	font-size: 20px;
	font-weight: bold;
	outline: 0;
	border: 0;
	width: 130px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
}

.fixed-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.fixed-item-icon {
	color: #494949;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 43px;
	width: 34px;
	height: 43px;
	background: url(../images/qian.png) no-repeat;
}

.fixed-item-text {
	color: #fff;
	font-size: 20px;
	margin-left: 5px;
}

.fixed-close {
	width: 40px;
	height: 40px;
	background: url(../images/x.png) no-repeat;
	cursor: pointer;
	position: absolute;
	right: 10%;
	top: 0;
}