html.on,
body.on {
	overflow: hidden;
	touch-action: none;
	-webkit-overflow-scrolling: none;
	overscroll-behavior: none;
}

/*
	normalize / reset
*/
html {
	font-size: 100%;
}

body {
	line-height: 1;
	position: relative;
	overflow-x: hidden;
	background: #fff;
}

body * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

ol,
ul {
	list-style: none;
}

p,
ul,
li,
ol,
dl,
dt,
dd,
figure {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	color: inherit;
	margin: 0;
}

button,
textarea,
input,
select {
	font-family: inherit;
	color: inherit;
	padding: 0;
}

button {
	border: 0;
}


.layui-nav .layui-nav-item a {
	color: #fff;
	/* font-family: 'sansBold'; */
}

.layui-nav .layui-nav-item+.website {
	color: #fff;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
	color: #fff;
}

.layui-nav .layui-nav-item dd a {
	color: #000;
	font-family: 'sansRegular';
}

.solution .lang {
	display: inline-block;
	padding: 0 2px;
}

.solution .layui-nav-child {
	top: 63px;
	left: 0;
}


.solution .layui-nav-child {
	line-height: 25px;
	padding-left: 10px;
	background-color: rgba(255, 255, 255, 0.5);
}

.solution .layui-nav-child dd.layui-this {
	background-color: transparent;
	color: #000;
}


/* .website .layui-nav-more {
	right: -14px;
}

.website .lang {
	display: inline-block;
	padding: 0 3px;
}

.website .layui-nav-child {
	top: 63px;
	left: 0;
}


.website .layui-nav-child {
	line-height: 25px;
	padding-left: 10px;
	background-color: rgba(255, 255, 255, 0.5);
} */

.website .layui-nav-child dd.layui-this {
	background-color: transparent;
	color: #000;
}


/* .container {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
} */

.container-full {
	width: 100%;
	position: relative;
}

@media (max-width: 1440px) {
	.container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}


.headerArea {
	background-color: transparent;
	width: 100%;
	height: 81px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	transition: .2s linear;
	border-bottom: 1px solid #DEDEDE;
	position: absolute;
	z-index: 99;
}

.headerArea.fixed {
	position: fixed;
}

.headerArea .container {
	max-width: 1760px;
	width: 100%;
	margin: 0 auto;
}

.headerArea .ly_flex {
	position: relative;
}

.headerArea .login {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.headerArea .login:after {
	content: "";
	background: url('../image/login.svg');
	width: 20px;
	height: 20px;
	margin-left: 6px;
}

.headerArea .login.mo {
	display: none;
}

@media (max-width: 1762px) {
	.headerArea .container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1200px) {
	.headerArea:before {
		width: 100%;
		height: 0;
		background: rgba(255, 255, 255, 0.8);
		position: absolute;
		left: 0;
		top: 83px;
		content: '';
		transition: height .2s linear;
		filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.04));
		backdrop-filter: blur(12px);
	}

	.headerArea.up:before {
		height: 0;
	}

	.headerArea .ly_flex {
		justify-content: space-between;
		align-items: center;
	}

	.headerArea.up {
		top: -100px;
	}

}



/* Common */
input,
button {
	outline: none;
}

.mo {
	display: none;
}

.ly_flex {
	display: flex;
	flex-wrap: wrap;
}

.tit_box {
	text-align: left;
}

.tit_box.left {
	text-align: left;
}

.tit_box .cate {
	display: block;
	margin-bottom: 20px;
}

.cate {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #969696;
}

.btn {
	position: relative;
	z-index: 2;
	background: #253579;
	box-shadow: 0px 2px 12px rgb(25 25 25 / 24%);
	border-radius: 4px;
	color: #fff;
	width: 143px;
	height: 57px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.2;
	cursor: pointer;
}

.w_btn {
	width: 95px;
	height: 40px;
	/* background: #FFFFFF; */
	/* box-shadow: 0px 2px 12px rgba(25, 25, 25, 0.24); */
	border: 1px solid #8f8f8f;
	border-radius: 4px;
	color: #8f8f8f;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1.2;
}

.btn_h {
	margin-top: 150px;
}

.more_btn {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.6;
}


.blue {
	color: #3877fd;
}

.gray {
	color: rgba(25, 25, 25, 0.32);
}

.line {
	width: 2px;
	height: 12px;
	background: rgba(25, 25, 25, 0.4);
	display: block
}



/* Main */
.visual_section {
	background: url('../../images/banner.jpg') no-repeat;
	min-height: 949px;
	width: 100%;
}

.visual_section .tit_box {
	padding: 380px 0 0;
	text-align: left;
}

.visual_section .tit_box .o-tit1 {
	font-family: 'sansBold';
	font-size: 60px;
	color: #fff;
	padding-bottom: 25px;
}

.visual_section .tit_box .o-tit2 {
	font-family: 'sansRegular';
	font-size: 24px;
	color: #fff;
	line-height: 35px;
}

.pl35 {
	padding-left: 35px;
}

.visual_section .tit_box h2 {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.visual_section .tit_box h2::before {
	content: "";
	width: 32px;
	height: 32px;
	background: #00ACB3;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	right: -46px;
	z-index: -1;
}

.visual_section .btn_box {
	text-align: center;
	position: relative;
	z-index: 10;
}

.visual_section .bg {
	text-align: center;
	margin-top: -73px;
	position: relative;
	z-index: 1;
}

.visual_section .bg img {
	position: relative;
	z-index: 2;
	image-rendering: -webkit-optimize-contrast;
}

.visual_section .bg .bg_circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.visual_section .bg .bg_circle::before {
	content: "";
	width: 100px;
	height: 100px;
	background: #3A379E;
	border-radius: 50%;
	margin-top: 30px;
	margin-left: 60px;
}

.visual_section .bg .bg_circle::after {
	content: "";
	width: 200px;
	height: 200px;
	background: #164DCA;
	border-radius: 50%;
	margin-top: 145px;
	margin-right: 30px;
}

.intro_section1 .content {
	height: 100%;
	display: flex;
	/* min-height: 950px; */
}

.intro_section1 .left {
	width: 50%;
	padding-top: 155px;
}

.intro_section1 .left .tit {
	font-size: 30px;
	font-family: 'sansMedium';
}

.intro_section1 .left .small {
	font-size: 18px;
	padding-left: 15px;
}

.intro_section1 .left .desc {
	font-size: 16px;
	color: #515151;
}

.intro_section1 .right {
	width: 50%;
	padding-top: 115px;
}


.intro_section1 .right:hover img {
	transform: scale(1.1);
}

.intro_section1 .right img {
	transition-duration: .5s;
}


.intro_section1 .tit_box {
	padding-bottom: 60px;
}

.rel_box1 {
	position: relative;
	width: 66%;
	line-height: 30px;
}

.rel_box1 .cate {
	color: #000;
	font-size: 60px;
	font-family: 'sansExtraLight';
}

.scroll_box1 {
	padding-top: 256px;
	width: 100%;
	height: 100vh;
	background: #253579;
	position: relative;
	z-index: 1;
}

.scroll_cate {
	font-size: 1.56rem;
	line-height: 1.4;
	color: #fff;
	margin: 50px 0 0 0;
	font-weight: 700;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.rel_box2 {
	position: relative;
	margin: 0 auto;
	padding-bottom: 202px;
}

.scroll_tit {
	font-size: 3.1rem;
	line-height: 1.4;
	color: #fff;
	width: 100%;
	text-align: center;
}

.rel_box3 {
	position: relative;
}

.scroll_cont_box {
	width: 100%;
	position: absolute;
	top: -11px;
	left: 50%;
	display: block !important;
	transform: translateX(-50%) !important;
	overflow: hidden;
}


.function_section {
	background: #f5f5f5;
}

.function_section .content {
	height: 100%;
	display: flex;
	min-height: 950px;
}

.function_section .left {
	width: 50%;
	padding-top: 305px;
}

.function_section .left .desc {
	font-size: 16px;
	color: #515151;
}

.function_section .right {
	width: 50%;
	padding-top: 115px;
}

.function_section .right:hover img {
	transform: scale(1.1);
}

.function_section .right img {
	transition-duration: .5s;
}



.function_section .tit_box {
	padding-bottom: 60px;
}

.service_section {
	padding: 200px 0;
}

.service_section .kuang {
	overflow: hidden;
}

.service_section .s_pc {
	display: block;
}

.service_section .s_mob {
	display: none;
}

.service_section .tit_box {
	text-align: left;
	color: #fff;
}

.service_section .tit_box .tit {
	font-size: 30px;
	font-family: 'sansMedium';
	color: #000;
}

.service_section .tit_box .tit .small {
	font-size: 18px;
	padding-left: 15px;
	color: #000;
}

.service_section .ly_flex {
	margin-bottom: 100px;
	position: relative;
	justify-content: space-between;
	align-items: flex-end;
}

.service_slide {
	position: relative;
	margin-top: 105px;
}

.mob {
	display: none;
}

.service_slide h4 {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.5;
	padding-right: 16px;
}

.service_slide .content {
	text-align: center;
}

.service_slide .content .p1 {
	font-family: 'sansBold';
	font-size: 18px;
	padding-top: 80px;
}

.service_slide .content .p2 {
	font-size: 14px;
	color: #848484;
	padding-top: 28px;
	line-height: 28px;
}

.service_slide .txt_bg {
	background-color: rgba(6, 76, 239, 0.12);
	padding: 1px 2px;
}

.service_slide .cont_logo {
	margin-top: 10px;
	text-align: right;
}

.service_slide .swiper-slide {
	background: #fff;
	padding: 40px 32px 20px 48px;
	border-right: 1px solid #e3e3e3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	/* margin-right: 7%; */
}

.service_slide .swiper-slide:hover img {
	transform: scale(1.1);
}

.service_slide .swiper-slide img {
	transition-duration: .5s;
}

/* .service_slide .swiper-slide.active {
	box-shadow: 0 0.5rem 1rem rgba(33, 37, 41, .15) !important;
	border-radius: 0.375rem !important;
	transition: all 0.8s ease;
} */

.service_section .slide_btn_inner {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	z-index: 1;
	height: 33px;
}

.service_section .swiper-button-next,
.service_section .swiper-button-prev {
	width: 42px;
	height: 42px;
	background: url(../images/next_ic.svg) no-repeat center center;
	position: relative;
	left: auto;
	right: auto;
	border: 1px solid #dcdcdc;
}

.service_section .swiper-button-prev {
	transform: rotate(180deg);
	margin-right: 10px;
}

.service_section .swiper-button-next:hover,
.service_section .swiper-button-prev:hover {
	background-color: #3877fd;
	/* 被点击后的背景色 */
}

.service_section .swiper-button-next.swiper-button-disabled,
.service_section .swiper-button-prev.swiper-button-disabled {
	background-color: transparent;
}

.service_section .swiper-button-next.swiper-button-disabled, 
.service_section .swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
	cursor: auto;
	pointer-events: none;
}

.partner_section {
	padding: 200px 0 160px;
	background-color: #f5f5f5;
}

.partner_section .kuang {
	overflow: hidden;
}

.partner_section .s_pc {
	display: block;
}

.partner_section .s_mob {
	display: none;
}


.partner_section .tit_box {
	text-align: left;
	color: #fff;
}

.partner_section .tit_box .tit {
	font-size: 30px;
	font-family: 'sansMedium';
	color: #000;
}

.partner_section .tit_box .tit .small {
	font-size: 18px;
	padding-left: 15px;
	color: #000;
}

.partner_section .ly_flex {
	margin-bottom: 100px;
	position: relative;
	justify-content: space-between;
	align-items: flex-end;
}

.partner_slide {
	position: relative;
	margin-top: 105px;
}

.partner_slide .swiper-slide:hover img {
	transform: scale(1.1);
}

.partner_slide .swiper-slide img {
	transition-duration: .5s;
}

.partner_slide .left {
	width: 60%;
}

.partner_slide .right {
	width: 40%;
	text-align: center;
}

.partner_slide h4 {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.5;
	padding-right: 16px;
}

.partner_slide .content {
	text-align: left;
}

.partner_slide .content .p1 {
	font-family: 'sansBold';
	font-size: 18px;
}

.partner_slide .content .p2 {
	font-size: 14px;
	color: #848484;
	padding-top: 28px;
	line-height: 28px;
}

.partner_slide .txt_bg {
	background-color: rgba(6, 76, 239, 0.12);
	padding: 1px 2px;
}

.partner_slide .cont_logo {
	margin-top: 10px;
	text-align: right;
}

.partner_slide .swiper-slide {
	background: #FFFFFF;
	padding: 40px 32px 20px 48px;
	border-right: 1px solid #e3e3e3;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	min-height: 221px;
}

/* .partner_slide .swiper-slide.active {
	box-shadow: 0 0.5rem 1rem rgba(33, 37, 41, .15) !important;
	border-radius: 0.375rem !important;
	transition: all 0.8s ease;
} */

.partner_section .slide_btn_inner {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	z-index: 1;
	height: 33px;
}

.partner_section .swiper-button-next,
.partner_section .swiper-button-prev {
	width: 42px;
	height: 42px;
	background: url(../images/next_ic.svg) no-repeat center center;
	position: relative;
	left: auto;
	right: auto;
	border: 1px solid #dcdcdc;
}

.partner_section .swiper-button-prev {
	transform: rotate(180deg);
	margin-right: 10px;
}

.partner_section .swiper-button-next:hover,
.partner_section .swiper-button-prev:hover {
	background-color: #3877fd;
	/* 被点击后的背景色 */
}

.partner_section .swiper-button-next.swiper-button-disabled,
.partner_section .swiper-button-prev.swiper-button-disabled {
	background-color: transparent;
}

.partner_section .swiper-button-next.swiper-button-disabled, 
.partner_section .swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
	cursor: auto;
	pointer-events: none;
}

.navi {
	position: absolute;
}

.navi .anchor {
	display: none;
}

.navi .anchor:hover span {
	opacity: 1
}

.navi .anchor.fix {
	display: block;
	position: fixed;
	right: 104px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.navi .anchor::after {
	content: "";
	background: #A3BAF1;
	width: 1px;
	height: calc(100% - 20px);
	position: absolute;
	top: 5px;
	right: 0;
}

.navi .anchor li {
	margin-bottom: 12px;
	position: relative;
	left: 4px;
}

.navi .anchor li a::after {
	content: "";
	width: 9px;
	height: 9px;
	background: #A3BAF1;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
	transition: all .2s;
}

.navi .anchor li a {
	display: block;
	text-align: right;
	padding-right: 15px;
	font-size: 0.875rem;
	position: relative;
}

.navi .anchor li a span {
	opacity: 0;
	position: relative;
	color: #A3BAF1;
	padding-right: 8px;
}

.navi .anchor li.on a::after,
.navi .anchor li:hover a::after {
	background: #164DCA;
	transform: translateY(-50%) scale(1.45);
	transition: all .2s;
}

.navi .anchor li.on a,
.navi .anchor li:hover a {
	font-weight: 700;
}

.navi .anchor li.on a span,
.navi .anchor li:hover a span {
	opacity: 1;
	color: #164DCA;
}

.navi .anchor.white li.on a::after,
.navi .anchor.white li:hover a::after {
	background: #fff;
}

.navi .anchor.white li.on a span,
.navi .anchor.white li:hover a span {
	color: #fff;
}

.fix_btn {
	position: fixed;
	z-index: 10;
	bottom: 56px;
	right: 80px;
}

.fix_btn a {
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.fix_btn p {
	background: #164DCA;
	box-shadow: 0px 2px 12px rgb(25 25 25 / 16%);
	border-radius: 120px;
	width: 56px;
	height: 56px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
	cursor: pointer;
	transition: all .5s;
	transform: translateY(88px);
	position: relative;
	z-index: 1;
	bottom: 32px;
}

.fix_btn.on p {
	transition: all .5s;
	transform: translateY(0);
}

.fix_btn p img {
	transition: all 0.4s ease-in-out;
}

.fix_btn p:hover img {
	transform: translateY(-3px);
	transition: all 0.4s ease-in-out;
}

.fix_btn a img {
	box-shadow: 0px 2px 12px rgb(25 25 25 / 16%);
	border-radius: 120px;
}


/* 笔记本 */
@media screen and (max-width: 1024px) {
	.pl35 {
		padding-left: 2%;
	}

	.visual_section .tit_box .o-tit1 {
		font-size: 28px;
	}

	.visual_section .tit_box .o-tit2 {
		font-size: 16px;
	}

	.intro_section1 .left .tit {
		font-size: 20px;
	}

	.intro_section1 .left .small {
		font-size: 11px;
	}

	.function_section .left {
		padding-top: 176px;
	}

	.intro_section1 .content {
		min-height: unset;
	}

	.intro_section1 {
		height: auto;
	}

	.function_section .content {
		min-height: unset;
	}

	.rel_box1 .cate {
		font-size: 23px;
	}

	.rel_box2 {
		padding-bottom: 120px;
	}

	.intro_section1 .left .desc {
		font-size: 14px;
	}

	.function_section .left .desc {
		font-size: 14px;
	}

	.service_slide .content .p1 {
		font-size: 16px;
	}

	.service_section .tit_box .tit {
		font-size: 20px;
	}

	.service_section .tit_box .tit .small {
		font-size: 11px;
	}

	.partner_section .tit_box .tit {
		font-size: 20px;
	}

	.partner_section .tit_box .tit .small {
		font-size: 11px;
	}

	.partner_slide .content .p1 {
		font-size: 16px;
	}

	.partner_slide .right img {
		width: 62%;
	}
}

/* 大型笔记本 */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
	.pl35 {
		padding-left: 2%;
	}

	.visual_section .tit_box .o-tit1 {
		font-size: 28px;
	}

	.visual_section .tit_box .o-tit2 {
		font-size: 16px;
	}

	.intro_section1 .left .tit {
		font-size: 20px;
	}

	.intro_section1 .left .small {
		font-size: 14px;
	}

	.rel_box1 .cate {
		font-size: 28px;
	}

	.rel_box2 {
		padding-bottom: 120px;
	}
}

/* 手机端 */
@media (max-width: 768px) {
	.visual_section {
		width: 100%;
		background-position: center center;
		background-size: cover;
	}

	.visual_section .tit_box .o-tit1 {
		font-size: 25px;
	}

	.visual_section .tit_box {
		padding: 220px 0 25px;
	}

	.visual_section .tit_box .m_tit {
		width: 91%;
	}

	.icon-custom {
		color: #fff;
	}

	.navi .anchor.fix {
		right: 5%;
	}

	.intro_section1 .content {
		height: 100%;
		display: flex;
		min-height: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.intro_section1 .left {
		width: 100%;
		padding-top: 40px;
	}

	.rel_box1 {
		width: 100%;
	}

	.rel_box2 {
		padding-bottom: 30px;
	}

	.w_btn {
		width: 95px;
		height: 40px;
		border: 1px solid #8f8f8f;
		border-radius: 4px;
		color: #8f8f8f;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		line-height: 1.2;
	}

	.btn_h {
		margin-top: 40px;
	}

	.intro_section1 .tit_box {
		padding-bottom: 0;
	}

	.intro_section1 .right {
		width: 90%;
		padding-top: 0;
		margin-bottom: 30px;
	}

	.function_section .content {
		height: 100%;
		display: flex;
		min-height: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.function_section .left {
		width: 100%;
		padding-top: 40px;
	}

	.function_section .tit_box {
		padding-bottom: 0;
	}

	.function_section .right {
		width: 90%;
		padding-top: 0;
		margin-bottom: 30px;
	}

	.mob {
		display: block;
	}

	.service_section {
		padding: 40px 0 0;
	}

	.service_section .s_pc {
		display: none;
	}

	.service_section .s_mob {
		display: block;
		width: 100%;
	}

	.service_slide .content .p1 {
		padding-top: 40px;
	}

	/* .service_slide {
		margin-top: 50px;
	} */

	.service_section .ly_flex {
		margin-bottom: 0;
	}

	.service_section .s_mob .slide_btn_inner {
		display: flex;
		z-index: 99;
		justify-content: space-between;
		top: 140px;
	}

	.service_slide .swiper-slide {
		background: #FFFFFF;
		/* padding: 40px 32px 20px 48px; */
		padding: 0 32px 0 48px;
		border-right: 1px solid #e3e3e3;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		align-items: center;
		/* min-height: 400px; */
	}

	.service_section .swiper-button-next,
	.service_section .swiper-button-prev {
		border: 0;
		background-color: unset;
	}

	.partner_section {
		padding: 40px 0 30px;
	}

	.partner_section .s_pc {
		display: none;
	}

	.partner_section .s_mob {
		display: block;
	}

	.partner_section .s_pc {
		display: none;
	}

	.partner_section .s_mob {
		display: block;
		width: 100%;
	}

	.partner_section .ly_flex {
		margin-bottom: 0;
	}

	.partner_section .slide_btn_inner {
		display: flex;
		z-index: 99;
		justify-content: space-between;
		top: 157px;
	}


	.partner_slide {
		/* margin-top: 50px; */
	}

	.partner_section .swiper-button-next,
	.partner_section .swiper-button-prev {
		border: 0;
		background-color: unset;
	}

	.partner_slide .swiper-slide {
    background: #FFFFFF;
		padding: 48px 32px 20px 48px;
    border-right: 1px solid #e3e3e3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    min-height: 221px;
}

	.fix_btn p {
		width: 40px;
		height: 40px;
	}

	.fix_btn {
		right: 5%;
	}
}