* {
	margin: 0;
	padding: 0;
}

/*-------------*/

.header {
	width: 100%;
	height: 80px;
	background: #FFFFFF;
}

.header_box {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_logo {
	display: flex;
	align-items: center;
	margin-right: 100px;
}

.header_nav {
	width: 650px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_nav_box {
	position: relative;
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}

.header_nav_box_bg {
	position: absolute;
	bottom: -10px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.header_nav_box_bg div {
	display: none;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background: #18B262;
}

.header_nav_boxac {
	font-size: 14px;
	line-height: 14px;
	color: #18B262;
	cursor: pointer;
}

.header_btn {
	width: 100px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	border-radius: 16px;
	border: 1px solid #484848;
	font-size: 14px;
	color: #484848;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
}

.header_btn:hover {
	background: #39b94e;
	color: #FFFFFF;
	border: 1px solid #39b94e;
}

/*---------------*/


.top{
	width: 100%;
	height: 82px;
}

.top_cen{
	width: 1200px;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.top_btn{
	width: 130px;
	height: 38px;
	border: 1px solid #FFFFFF;
	border-radius: 19px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}

.top_btn:hover{
	background: #FFFFFF;
	color: #17B362;
}

.top_mobile{
	position: relative;
	display: none;
	font-size: 16px;
	cursor: pointer;
}

.top_mobile:hover .top_mobile_hover{
	display: block;
}

.top_mobile_title{
	text-decoration: underline;
}

.top_mobile_hover{
	display: none;
	position: absolute;
	top: 40px;
	left: -20px;
	width: 160px;
	height: 140px;
	background: #FFFFFF;
	box-shadow: 0px 1px 8px 0px rgba(58, 62, 65, 0.31);
	border-radius: 5px;
}

.top_mobile_hover_i{
	position: absolute;
	top: -15px;
	left: 60px;
	z-index: 100;
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	transform: rotate(45deg);
	box-shadow: 0px 1px 8px 0px rgba(58, 62, 65, 0.31);
}

.top_mobile_hover_view{
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 5px;
}

.top_mobile_hover_title{
	text-align: center;
	font-size: 14px;
	color: #333333;
	padding-top: 30px;
}

.top_mobile_hover_a{
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #C2C2C2;
}

.top_mobile_hover_btn{
	height: 50px;
	text-align: center;
	font-size: 14px;
	color: #17B362;
	cursor: pointer;
}


.dlbg{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
}

.dlbg_box{
	position: relative;
	width: 520px;
	height: 470px;
	background: #FFFFFF;
	border-radius: 7px;
}

.dlbg_box_cuo{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.dlbg_box_title{
	text-align: center;
	font-size: 24px;
	color: #333333;
	padding-top: 45px;
	padding-bottom: 45px;
}

.dlbg_box_view{
	width: 390px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #E5E9ED;
	border-radius: 25px;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.dlbg_box_inp{
	width: 260px;
	height: 40px;
	border: none;
	margin-left: 15px;
	font-size: 16px;
	color: #AAAAAA;
	outline:none
}

.dlbg_box_view_btn{
	font-size: 16px;
	color: #18B263;
	margin-left: 5px;
	cursor: pointer;
}

.dlbg_box_btn{
	width: 390px;
	height: 50px;
	background: #18B263;
	border-radius: 25px;
	margin: 0 auto;
	margin-top: 67px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.dlbg_box_bot{
	text-align: center;
	font-size: 16px;
	color: #18B263;
	margin-top: 30px;
	cursor: pointer;
}


/*
.kefu_ewm{
	position: absolute;
	bottom: 10px;
	right: 0px;
	width:120px;
	height:160px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 11px 2px rgba(22,175,96,0.11);
	border-radius:12px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.kefu_ewm:hover .kefu_ewm_box{
	display: block;
}

.kefu_ewm_box{
	display: none;
	position: absolute;
	top: -30px;
	left: -270px;
	width: 230px;
	height: 230px;
	background: #FFFFFF;
	box-shadow:0px 0px 11px 2px rgba(22,175,96,0.11);
	border-radius: 12px;
}

.kefu_ewm_box_img{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 220px;
	height: 220px;
}

.kefu_ewm_box_i{
	position: absolute;
	top: 60px;
	right: -25px;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	transform: rotate(45deg);
}

.kefu_t1{
	text-align: center;
	font-size: 13px;
	color: #16AF60;
}

.kefu_ewm_img{
	width: 110px;
	height: 110px;
}

.kefu{
	position: fixed;
	bottom: 430px;
	right: 60px;
	width:120px;
	height:120px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 11px 2px rgba(22,175,96,0.11);
	border-radius:12px;
	padding-top: 10px;
	box-sizing: border-box;
}

.kefu_i{
	width: 30px;
	height: 40px;
	background-image: url(../img/kefu_phone.png);
	background-size: 100% 100%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.kefu1{
	position: absolute;
	right: 0;
	top: 10px;
	width:120px;
	height:120px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 11px 2px rgba(22,175,96,0.11);
	border-radius:12px;
	padding-top: 7px;
	box-sizing: border-box;
	cursor: pointer;
}

.kefu1_i{
	width: 45px;
	height: 45px;
	background-image: url(../img/kefu.png);
	background-size: 100% 100%;
	margin: 0 auto;
}

.kefu_btn{
	width:100px;
	height:30px;
	background: #16AF60;
	border-radius:15px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color: #FFFFFF;
	transform: scale(1.03);
	animation-name: dx;
	animation-duration: .8s;
	animation-iteration-count: infinite;
}*/

.btn_dx {
	transform: scale(1);
	animation-name: dx;
	animation-duration: .8s;
	animation-iteration-count: infinite;
}

@keyframes dx {
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	50% {
		transform: scale(0.96);
		/*开始为原始大小*/
	}

	/*55%{
    	transform: rotate(0deg);
    }
    60%{
    	transform: rotate(2deg);
    }
    65%{
    	transform: rotate(0deg);
    }
    70%{
    	transform: rotate(2deg);
    }
    75%{
    	transform: rotate(0deg);
    }*/
	100% {
		transform: scale(1);
		/*开始为原始大小*/
	}
}

/*.kefu_title{
	text-align: center;
	font-size: 13px;
	color: #16AF60;
	margin-top: 5px;
}

.kefu_text{
	text-align: center;
	font-size: 16px;
	color: #16AF60;
	font-weight: bold;
}

.float_right{
	position: fixed;
	top: 50%;
	right: 60px;
	width: 1px;
	height: 1px;
}*/


/*悬浮客服模块*/

.float_right {
	position: fixed;
	top: calc(50% - 165px);
	right: 20px;
	z-index: 200;
	/*box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.13);*/
	/*border-radius:3px;*/
	/*overflow: hidden;*/
}

.kefu_ewm {
	/*position: absolute;
	bottom: 10px;
	right: 0px;*/
	position: relative;
	width: 120px;
	height: 148px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 11px 2px rgba(22, 175, 96, 0.11);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #666666;
	/*border-bottom: 1px solid #EDEDF2;*/
	border-radius: 7px;
}

.kefu_ewm:hover {
	color: #16AF60;
}

.kefu_ewm:hover .kefu_ewm_box {
	display: block;
}

.kefu_ewm_box {
	display: none;
	position: absolute;
	top: -30px;
	left: -270px;
	width: 230px;
	height: 230px;
	background: #FFFFFF;
	box-shadow: 0px 0px 11px 2px rgba(22, 175, 96, 0.11);
	border-radius: 12px;
}

.kefu_ewm_box_img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 220px;
	height: 220px;
}

.kefu_ewm_box_i {
	position: absolute;
	top: 60px;
	right: -25px;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	transform: rotate(45deg);
}

.kefu_ewm_title {
	text-align: center;
	font-size: 16px;
	color: #FB991B;
}

.kefu_t1 {
	text-align: center;
	font-size: 13px;
	/*color: #16AF60;*/
}

.kefu_ewm_img {
	width: 110px;
	height: 110px;
}

.kefu1 {
	width: 120px;
	height: 120px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 11px 2px rgba(22, 175, 96, 0.11);
	border-radius: 12px;
	padding-top: 7px;
	box-sizing: border-box;
	/*cursor: pointer;*/
	margin: 10px 0;
}

.kefu1_i {
	width: 45px;
	height: 45px;
	background-image: url(https://wzck-1252188577.cos.ap-beijing.myqcloud.com/www/kf/kefu.png);
	background-size: 100% 100%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 15px;
}

.kefu_btn {
	width: 110px;
	height: 30px;
	background: #FB991B;
	border-radius: 15px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	/*transform: scale(1.03);*/
	/*animation-name: dx;
	animation-duration: .8s;
	animation-iteration-count: infinite;*/
}

.float_right_kefu2 {
	/*position: absolute;
	right: 0;
	top: 0;*/
	width: 120px;
	height: 100px;
	background: rgba(253, 253, 253, 1);
	/*box-shadow:0px 0px 11px 2px rgba(22,175,96,0.11);*/
	border-bottom: 1px solid #EDEDF2;
	cursor: pointer;
	color: #15AF5F;
}

.float_right_kefu2:hover {
	background: #15AF5F;
	color: #FFFFFF;
}

.float_right_kefu2_img1 {
	display: block;
}

.float_right_kefu2_img2 {
	display: none;
}

.float_right_kefu2:hover .float_right_kefu2_img1 {
	display: none;
}

.float_right_kefu2:hover .float_right_kefu2_img2 {
	display: block;
}

.float_right_kefu2_title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	padding-top: 25px;
}

.float_right_kefu2_text {
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
}

.float_right_kefu2_title img {
	margin-right: 5px;
}

.float_right_top {
	/*position: absolute;
	top: 100px;
	right: 0px;*/
	width: 120px;
	height: 95px;
	background: rgba(253, 253, 253, 1);
	box-shadow: 0px 0px 11px 2px rgba(22, 175, 96, 0.11);
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	color: #666666;
	border-radius: 7px;
}

.float_right_top:hover {
	color: #17B361;
}

.kefu_title {
	text-align: center;
	font-size: 13px;
	color: #16AF60;
	margin-top: 5px;
}

/*悬浮客服模块 end*/

/*-----------------*/

.float {
	position: fixed;
	bottom: -100px;
	z-index: 300;
	width: 100%;
	height: 100px;
	background: rgba(0, 0, 0, 1);
	transition: bottom 1s;
}

.float_cen {
	width: 1200px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.float_cen_left_title {
	line-height: 20px;
	font-size: 20px;
	color: #FFFFFF;
}

.float_cen_left_bot {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.inp_name {
	width: 120px;
	height: 35px;
	padding: 0 15px;
	border: none;
}

.inp_phone {
	width: 120px;
	height: 35px;
	margin-left: 30px;
	padding: 0 15px;
	border: none;
}

input:focus {
	outline: none;
}

.float_cen_left_bot_btn {
	width: 120px;
	height: 35px;
	background: #02AD55;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 35px;
	margin-left: 30px;
	border-radius: 2px;
	cursor: pointer;
}

.float_cen_right {
	display: flex;
	align-items: center;
}

.float_cen_right_title {
	line-height: 20px;
	font-size: 20px;
	color: #FFFFFF;
}

.float_cen_right_num {
	height: 45px;
	line-height: 45px;
	font-size: 23px;
	color: #f3b338;
	font-weight: bold;
}

.float_cen_right_text {
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	color: #FFFFFF;
}

.float_cen_right_ewm {
	position: relative;
	cursor: pointer;
}

.float_cen_right_ewm img {
	width: 70px;
}

.float_cen_right_ewm:hover .float_cen_right_ewm_d {
	display: block;
}

.float_cen_right_ewm_d {
	display: none;
	position: absolute;
	bottom: 100px;
	left: -40px;
	background: #FFFFFF;
	padding: 10px;
	border-radius: 5px;
}

.float_cen_right_ewm_d img {
	width: 120px;
}

/*------------------------*/

.bg {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.tcbox {
	position: relative;
	width: 720px;
	height: 400px;
	background: #FFFFFF;
	box-shadow: 0px 1px 13px 0px #858C90;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	padding-top: 45px;
	box-sizing: border-box;
}

.tcbox_left {
	width: 300px;
}

.tcbox_title {
	text-align: center;
	font-size: 27px;
	color: #17B361;
}

.tcbox_inp {
	display: block;
	width: 291px;
	height: 45px;
	border: 1px solid #E8EEEE;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0 10px;
}

.tcbox_btn {
	width: 291px;
	height: 50px;
	background: #17B361;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 30px;
	transform: scale(1);
	animation-name: dx;
	animation-duration: .8s;
	animation-iteration-count: infinite;
}

.tcbox_cuo {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

/*---------------------*/

.tcbox1 {
	position: relative;
	width: 767px;
	height: 445px;
	background: #FFFFFF;
	box-shadow: 0px 1px 13px 0px #858C90;
	border-radius: 7px;
	box-sizing: border-box;
}

.tcbox1_top {
	height: 85px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-left: 25px;
}

.tcbox1_nav {
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
}

.tcbox1_nav_left {
	width: 415px;
	height: 330px;
	background: #F6F7FA;
	border-radius: 3px;
	text-align: center;
	padding-top: 33px;
	box-sizing: border-box;
}

.tcbox1_nav_left_text {
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin: 10px 0;
}

.tcbox1_nav_left_phone {
	text-align: center;
	font-size: 24px;
	color: #17B361;
	font-weight: bold;
}

.tcbox1_nav_right {
	width: 285px;
	height: 330px;
	background: #F6F7FA;
	border-radius: 3px;
}

.tcbox1_nav_right_title {
	width: 230px;
	margin: 0 auto;
	font-size: 16px;
	color: #666666;
	padding-top: 30px;
}

.tcbox1_nav_right_inp {
	width: 230px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 5px;
}

.tcbox1_nav_right_btn {
	width: 230px;
	height: 40px;
	background: #17B361;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 40px;
}

.tcbox1_nav_right_bot {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333333;
	justify-content: center;
	margin-top: 20px;
}

/*-------------------*/

.kt_d_anli_bot_heads {
	width: 100px;
	display: flex;
	align-items: center;
}

.kt_d_anli_bot_head {
	width: 15px;
	height: 30px;
}

.kt_d_anli_bot_head img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
}

.kt_d_anli_bot_li {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	padding: 10px;
	margin-top: 25px;
}

/*---------------------*/

.kefu3 {
	position: relative;
	width: 120px;
	height: 212px;
	background: #FB991C;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
	padding-top: 18px;
}

.kefu3_head {
	position: relative;
	width: 85px;
	height: 85px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
}

.kefu3_head img {
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 54px;
}

.kefu3_phone {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	color: #FDFDFD;
	margin-top: 20px;
}

.kefu3_phone img {
	margin-right: 5px;
}

.kefu3_phone_text {
	text-align: center;
	font-size: 16px;
	color: #FDFDFD;
	font-weight: bold;
	margin-top: 10px;
}

.kefu3_btn {
	width: 94px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 13px;
	color: #FB991B;
	cursor: pointer;
}

.kefu3_top {
	position: absolute;
	bottom: -60px;
	left: 42.5px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #FB991B;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}

.kefu3_top_lin {
	position: absolute;
	top: -30px;
	width: 2px;
	height: 40px;
	background: #FB991B;
}


/*--------------------------*/

.bgok {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-items: center;
	justify-content: center;
}

.lqok {
	position: relative;
	width: 585px;
	height: 341px;
	background: #FFFFFF;
	box-shadow: 0px 1px 11px 0px #858C90;
	border-radius: 6px;
	text-align: center;
	padding-top: 56px;
	box-sizing: border-box;
}

/* -----------联系我们底部模版1------------- */

.lxwm1 {}

.lxwm1_leftimg {
	position: fixed;
	left: -220px;
	bottom: 100px;
	cursor: pointer;
}

.lxwm1_box {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 300;
	width: 100%;
	height: 176px;
	background: rgba(0, 0, 0, 0.8);
}

.lxwm1_cen {
	position: relative;
	width: 1200px;
	height: 176px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.lxwm1_cuo {
	position: absolute;
	right: -50px;
	top: 10px;
	color: #FFFFFF;
	font-size: 38px;
	cursor: pointer;
}

.lxwm1_ewm {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 284px;
	height: 276px;
	background-image: url(https://wzck-1252188577.cos.ap-beijing.myqcloud.com/www/kf/lxwm1-ewm.png);
	background-size: 100% 100%;
}

.lxwm1_boxs {
	margin-left: 310px;
}

.lxwm1_title {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 7px;
}

.lxwm1_text {
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 15px;
}

.lxwm1_top {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}

.lxwm1_phone {
	font-size: 18px;
	color: rgba(252, 210, 115, 1);
	padding-top: 20px;
}

.lxwm1_btn {
	width: 300px;
	height: 45px;
	background: #02AD55;
	border-radius: 3px;
	text-align: center;
	line-height: 45px;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
	margin-top: 20px;
}

/* ------按钮涟漪特效--------- */

.example {
	position: relative;
	width: 160px;
	height: 160px;
	overflow: hidden;
}

.dot:after {
	content: ' ';
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(255, 255, 255, .3) inset;
	-webkit-animation: waveCircle 1s ease infinite normal;
}

@keyframes waveCircle {
	0% {
		left: 50%;
		top: 50%;
		width: 0;
		height: 0;
	}

	100% {
		left: 0;
		top: -50px;
		opacity: 0;
		width: 160px;
		height: 160px;
	}
}

.example1 {
	position: relative;
	overflow: hidden;
}

.dot1:after {
	content: ' ';
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(255, 255, 255, .3) inset;
	-webkit-animation: waveCircle1 1s ease infinite normal;
}

@keyframes waveCircle1 {
	0% {
		left: 50%;
		top: 50%;
		width: 0;
		height: 0;
	}

	100% {
		left: 0;
		top: -42.5px;
		opacity: 0;
		width: 120px;
		height: 120px;
	}
}

/* ------------------------ */