	@charset "gb2312";
	/* CSS Document */
	
	* {
		padding: 0;
		margin: 0;
	}
	
	body,
	p,
	div,
	ul,
	li,
	dl,
	dd,
	dt,
	h1,
	h2,
	h3,
	table,
	td,
	tr,
	input {
		padding: 0;
		margin: 0
	}
	a{
		color: inherit;
	}
	
	body {
		margin: 0px;
		padding: 0px;
		color: #333333;
		font-family: "Microsoft YaHei";
		background: #FFF;
		overflow-x: hidden;
	}
	
	html {
		font-size: 16px;
	}
	
	img,
	input {
		border: 0
	}
	
	ul,
	li {
		list-style: none
	}
	
	a {
		text-decoration: none;
	}
	
	a:link {
		text-decoration: none;
	}
	
	a:visited {
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: none;
		color: #fff;
	}
	
	a:active {
		text-decoration: none;
	}
	
	.fl {
		float: left
	}
	
	.rl {
		float: right
	}
	
	h1,
	i,
	em,
	h2,
	h3,
	h4 {
		font-style: normal;
		font-weight: normal
	}
	
	.clearfix {
		clear: both;
		width: 100%;
		height: 1px;
	}
	
	.comWidth {
		width: 1000px;
		margin: auto;
	}
	
	.clear-tk::after {
		content: "";
		clear: both;
		height: 0;
		line-height: 0;
		display: block;
	}
	
	.flex-tk {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	.lf {
		float: left;
	}
	
	.foot-layer-main li {
		overflow: initial;
	}
	
	.iphone .nav a {
		color: #fff;
		text-decoration: none;
	}
	
	ul::-webkit-scrollbar {
		width: 5px;
		height: 16px;
		background-color: rgba(0, 0, 0, 0);
	}
	/*定义滚动条轨道 内阴影+圆角*/
	
	ul::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
		border-radius: 10px;
		background-color: rgba(0, 0, 0, 0);
	}
	/*定义滑块 内阴影+圆角*/
	
	ul::-webkit-scrollbar-thumb {
		width: 8px;
		border-radius: 10px;
		background-color: #e9412e;
	}
	
	/*顶部导航*/
	
	.iphone {
		height: 46px;
		background: #da0000;
		overflow: hidden;
		width: 100%;
		display: none;
	}
	
	.iphone li {
		float: left;
		height: 46px;
		overflow: hidden;
		color: #FFF;
		color: #FFF;
		line-height: 46px;
	}
	
	.iphone .one {
		width: 13%;
	}
	
	.iphone .two {
		width: 70%;
	}
	
	.iphone li.top_center p {
		text-align: center;
		font-size: 16px;
		line-height: 46px;
	}
	
	.iphone .iphone_nav {
		background: url(../images/top_sider.png) no-repeat left;
		height: 46px;
		font: 15px/46px "微软雅黑";
		width: 16%;
		float: right;
		text-align: center;
		text-indent: 1.2em;
	}
	/*顶部代码*/
	
	.banner {
		background: url(../images/banner.jpg) center center no-repeat;
		height: 1000px;
		width: 100%;
	}
	
	.banner2 {
		display: none;
	}
	
	@media screen and (max-width: 750px) {
		.iphone {
			display: block;
		}
		.banner {
			display: none;
		}
		.banner2 {
			display: block;
			width: 100%;
			height: auto;
			background-color: #ffbd45;
		}
		.banner2 img {
			width: 100%;
			height: auto;
		}
		.top_left,
		.top_right {
			display: none;
		}
		#canvas {
			display: none;
		}
	}
	
	.top_nav {
		width: 100%;
		height: 35px;
	}
	
	.main {
		width: 1100px;
		margin: 0 auto;
	}
	
	.top_left {
		font: 13px/35px "Microsoft YaHei", "SimSun";
		color: #fff;
		float: left;
	}
	
	.top_left a {
		color: #fff;
	}
	
	.top_right {
		float: right;
		/*margin-right: 30px;*/
	}
	
	.zhuanti_top {
		float: left;
	}
	
	.zhuanti_top li {
		float: left;
		font: 12px/35px "Microsoft YaHei", " SimSun";
		color: #fff;
	}
	
	.zhuanti_top li a {
		font: 13px/35px "Microsoft YaHei", "SimSun";
		color: #fff;
		text-decoration: underline;
	}
	
	.bdsharebuttonbox {
		float: left;
		margin: 4px 0 0 50px;
	}
	/*拜年视频*/
	
	.video {
		background: url(../images/video.jpg) center center no-repeat;
		width: 100%;
		height: 819px;
	}

	.shipin {
		width: 800px;
		height: 500px;
		margin: 0 auto;
		padding-top: 178px;
	}

	.shipin iframe {
	    width: 800px;
	    height: 500px;
    }

	.shipin img {
		width: 100%;
	}
	
	@media screen and (max-width: 750px) {
		.video {
			width: 100%;
			background-image: none;
			background-color: #ffbd45;
			height: auto;
			padding-bottom: 10px;
            text-align: center;
		}
		.video .shipin {
			width: 100%;
			height: auto;
			padding: 15px 0 10px 0;
			margin: 0 auto;
			border-top: 3px solid #da251d;
			border-bottom: 3px solid #da251d;
		}
        .video .shipin iframe {
		    width: 100%;
		    height: auto;
	    }
		.video .shipin img {
			width: 90%;
			height: auto;
			margin: 0 5%;
		}
	}
	/*品牌服装送祝福*/
	
	.brand {
		background: url(../images/brand.jpg) center center no-repeat;;
		width: 100%;
		height: 330px;
	}
	
	.brand2 {
		display: none;
	}
	
	.brand_bg {
		background: url(../images/brand_bg.jpg) center center no-repeat;;
		width: 100%;
		height: 2789px;
	}
	
	.brand_bg ul {
		width: 1140px;
		height: 1402px;
		margin: 0 auto;
		padding-left: 25px;

	}
	
	.brand_bg ul li {
		background: url(../images/brand_list_bg.png) no-repeat center center;
		width: 350px;
		height: 417px;
		position: relative;
		text-align: center;
		margin: 0 11px 30px 10px;
		box-sizing: border-box;
		padding: 12px 0;
    	float: left;
	}
	
	.brand_bg ul li .logo {
		width: 100%;
		height: 66px;
		line-height:66px;
		font-size:25px;
    	border-radius: 10px;
		overflow: hidden;
		margin: 0 auto 35px auto;
	}
	
	.brand_bg ul li .logo a {
		width: 100%;
	}
	
	.brand_bg ul li .logo a img {
		width: 100%;
		display: block;
	}
	
	.brand_bg ul li .wish {
		width: 280px;
		height: 60px;
		padding: 0 35px;
		font-weight: bold;
		font-size: 16px;
		line-height: 30px;
		display: table-cell;
		vertical-align: middle;
		margin: 20px 0;
	}
	
	.brand_bg ul li .wish a {
		width: 100%;
		color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	
	.brand_bg ul li .wish a:hover {
		color: #ffd052;
	}
	
	.brand_bg ul li .picture {
		    width: 290px;
    height: 180px;
    border-radius: 15px;
    margin: 25px auto 20px;
    overflow: hidden;
	}
	
	.brand_bg ul li .picture a {
		width: 100%;
	}
	
	.brand_bg ul li .picture a img {
		width: 100%;
		transition: all .2s;
    	display: block;
	}
	
	.brand_bg ul li .picture a img:hover {
		transform: scale(1.1);
	}
	
	@media screen and (max-width: 750px) {
		.brand {
			display: none;
		}
		.brand2 {
			display: block;
			width: 100%;
			height: auto;
			background-color: #f6c38c;
		}
		.brand2 img {
			width: 100%;
		}
		.brand_bg {
			width: 100%;
			height: auto;
			background-image: none;
			background-color: #f6c38c;
		}
		.brand_bg ul {
			width: 100%;
			height: auto;
			padding: 0;
			overflow: hidden;
		}
		.brand_bg ul li  {
			width: 45%;
			height: auto;
			background: #d03025;
			box-sizing: border-box;
			border: 1px solid #fadcb4;
			border-radius: 10px;
			margin: 0 0 24px 3.4%;
    		padding: 0;
    		box-shadow: 0 4px 0 #981c13;
		}
		.brand_bg ul li .picture {
			width: 86%;
			height: auto;
			margin: 15px auto;
			border-radius: 10px;
		}
		.brand_bg ul li .picture a img:hover {
			transform: scale(1);
		}
		.brand_bg ul li .wish {
			width: 95%;
			height: 40px;
			margin: 0 auto;
			font-size: 14px;
			font-weight: normal;
			line-height: 20px;
    		padding: 0 25px;
		}
		.brand_bg ul li .wish a {
			width: 100%;
			color: #fff;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
		}
		.brand_bg ul li .wish a:hover {
			color: #fff;
		}
		.brand_bg ul li .logo {
			width: 50%;
			height: auto;
			overflow: hidden;
			margin: 15px auto;
			padding: 0;
    		border-radius: 5px;
		}
	}
	/*行业精英送祝福*/
	
	.person {
		background: url(../images/person.jpg) center center no-repeat;;
		width: 100%;
		height: 331px;
	}
	
	.person2 {
		display: none;
	}
	
	.person_bg {
		background: url(../images/person_bg.jpg) center center no-repeat;;
		width: 100%;
		height: 1509px;
	}
	
	.person_bg ul {
		width: 1165px;
	    height: 1340px;
	    margin: 0 auto;
	    overflow-y: scroll;
	}
	
	.person_bg ul li {
		width: 540px;
	    height: 240px;
	    background: url(../images/person_list_bg.png) no-repeat center center;
	    position: relative;
	    margin: 0 5px 30px 25px;
	    float: left;
	}
	
	.person_bg ul li .photo {
		width: 160px;
	    height: 160px;
	    border-radius: 80px;
	    margin: 39px 35px;
	    overflow: hidden;
	    float: left;
	}
	
	.person_bg ul li .photo img {
		width: 100%;
		transition: all .2s;
    	display: block;
	}
	
	.person_bg ul li .photo_top {
		position: absolute;
		top: 0;
		left: 50%;
		width: 263px;
		height: 256px;
		margin-top: 34px;
		margin-left: -128px;
	}
	
	.person_bg ul li .photo img:hover {
		transform: scale(1.1);
	}
	
	.person_bg ul li .name {
		width: 275px;
	    height: 30px;
    	margin: 51px 0 30px 0;
	    color: #b61608;
	    font-size: 18px;
	    line-height: 30px;
	    font-weight: bold;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    float: left;
	}
	
	.person_bg ul li .name:hover a {
		color: #fff;
	}
	
	.person_bg ul li .content {
		width: 275px;
	    font-size: 15px;
	    line-height: 25px;
	    color: #fff;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    cursor: pointer;
	}
	
	.person_bg ul li .content:hover {
		color: #ffd052;
	}
	
	@media screen and (max-width: 750px) {
		.person {
			display: none;
		}
		.person2 {
			display: block;
			width: 100%;
			height: auto;
			background-color: #f5c48c;
		}
		.person2 img {
			width: 100%;
		}
		.person_bg {
			background-image: none;
			background-color: #f5c48c;
			height: auto;
		}
		.person_bg ul {
			width: 100%;
			height: auto;
			padding: 0;
    		overflow: hidden;
		}
		.person_bg ul li {
			width: 94%;
		    height: auto;
		    margin: 0 3% 20px 3%;
		    box-sizing: border-box;
		    padding: 15px 4%;
		    background: #d03025;
		    border-radius: 10px;
		    border: 1px solid #fadcb4;
		    box-shadow: 0 4px 0 #981c13;
		}
		.person_bg ul li:nth-last-child(1){
			margin-bottom: 20px;
		}
		.person_bg ul li:nth-last-child(2){
			margin-bottom: 20px;
		}
		.person_bg ul li .photo {
			width: 27%;
			height: auto;
    		border-radius: 50%;
			margin: 0;
			overflow: hidden;
		}
		.person_bg ul li .name {
			width: 65%;
		    white-space: normal;
		    font-size: 14px;
		    line-height: 22px;
		    color: #ffbe46;
    		margin: 3px 0 0 5%;
    		text-align: left;
		}
		.person_bg ul li .name a {
			font-size: 14px;
		    line-height: 20px;
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis;
		}
		.person_bg ul li .content {
			margin: 5px auto;
			font-size: 12px;
			line-height: 20px;
			width: 65%;
			-webkit-line-clamp: 3;
    		margin: 10px 0 0 32%;
		}
	}
	/*我也来送祝福*/
	
	.send {
		background: url(../images/send.jpg) center center no-repeat;;
		width: 100%;
		height: 339px;
	}
	
	.send2 {
		display: none;
	}
	
	.send_bg {
		background: url(../images/send_bg.jpg)  center center no-repeat;;
		width: 100%;
		height: 900px;
	}
	
	.send_bg .send_content{
		width: 1100px;
		margin: 0 auto;
	}
	.send_bg .left {
		width: 330px;
	    margin-left: 175px;
	    padding-top: 230px;
	    position: relative;
	}
#tipMemo{
    position: absolute;
    color: #ffffff;
    font-size: 12px;
    left: 0;
    bottom: 40px;
    background: #e33d2b;
    padding: 0 10px;
}
#tipName{
    position: absolute;
    color: #ffffff;
    font-size: 12px;
    left: 0;
    bottom: -16px;
    background: #e33d2b;
    padding: 0 10px;
}
	.send_bg .left .words {
		font-family: "Microsoft YaHei";
		width: 320px;
		height: 90px;
		border: none;
		outline: none;
		background: url(../images/input_bg.png);
		font-size: 16px;
		line-height: 30px;
		color: #333;
		padding: 0 5px;
		resize: none;
	}
	
	.words::-webkit-input-placeholder {
		color: #c90c2c;
	}
	
	.words::-moz-input-placeholder {
		color: #c90c2c;
	}
	
	.words::-ms-input-placeholder {
		color: #c90c2c;
	}
	
	.send_bg .left .name {
		font-family: "Microsoft YaHei";
		width: 200px;
		height: 30px;
		border: none;
		outline: none;
		background: url(../images/input_bg.png);
		font-size: 16px;
		line-height: 30px;
		color: #333;
		padding: 0 5px;
		resize: none;
	}
	
	.name::-webkit-input-placeholder {
		color: #c90c2c;
	}
	
	.name::-moz-input-placeholder {
		color: #c90c2c;
	}
	
	.name::-ms-input-placeholder {
		color: #c90c2c;
	}
	
	.send_bg .left button {
		font-family: "Microsoft YaHei";
		float: right;
		width: 80px;
		height: 30px;
		line-height: 30px;
		background-color: #c90c2c;
		border: none;
		outline: none;
		color: #fff;
		font-size: 15px;
	}
	
	.send_bg .left button:hover {
		background-color: #c0413b;
		cursor: pointer;
	}
	
	.send_bg .msg_list {
		width: 470px;
		height: 500px;
		overflow: hidden;
	}
	
	.send_bg .msg_list ul li {
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	
	.send_bg .msg_list ul li .photo {
		width: 80px;
		height: 64px;
		background: url(../images/wish_photo.png) left top no-repeat;
		background-size: 64px;
	}
	
	.send_bg .msg_list ul li .right {
		width: 350px;
		background-image: linear-gradient(#ed442f, #ac1718);
		border-radius: 20px;
		border-top-left-radius: 0;
		padding: 20px;
	}
	
	.send_bg .msg_list ul li .right p {
		font-size: 14px;
		line-height: 24px;
		color: #FFFFFF;
	}
	.send_bg .msg_list ul li .right p span{
		color: #ffeb3b;
	}
	.send_bg .msg_list ul li .right p span:before{
		content: " -- ";
	}
	
	@media screen and (max-width: 750px) {
		.send {
			display: none;
		}
		.send2 {
			display: block;
			width: 100%;
			height: auto;
			background-color: #f5c48c;
		}
		.send2 img {
			width: 100%;
		}
		.send_bg {
			width: 100%;
			background-image: none;
			background-color: #f5c48c;
			height: 730px;
		}
		.send_bg .send_content{
			width: 100%;
		}
		.send_bg .left {
			float: none;
			width: 90%;
			margin: 0 auto;
			padding-top: 30px;
		}
		.send_bg .left .words {
			width: 100%;
			height: 90px;
			background-image: none;
			box-sizing: border-box;
			padding: 0 5px;
			background-color: #FFF;
		}
		.send_bg .left .name {
			width: 60%;
			background-image: none;
			box-sizing: border-box;
			padding: 0 5px;
			height: 35px;
			line-height: 35px;
			background-color: #FFF;
		}
		.send_bg .left button {
			width: 30%;
			margin-top: 0;
			height: 35px;
			line-height: 35px;
			color: #fff;
			background-color: #c90c2c;
		}
		.send_bg .msg_list {
			float: none;
		    width: 100%;
		    box-sizing: border-box;
		}
		.send_bg .msg_list ul li {
			width: 100%;
			margin: 0 3%;
			height: auto;
		}
		.send_bg .msg_list ul li .right {
			width: 78%;
		    box-sizing: border-box;
		    padding: 15px;
		    border-radius: 15px;
		    border-top-left-radius: 0;
		}
		.send_bg .msg_list ul li .photo {
			background: url(../images/wish_photo.png) no-repeat left top;
		    background-size: 83%;
		    width: 16%;
		}
	}
	/*底部导航*/
	
	.footnav {    
		background: url(../images/footer.jpg)top center no-repeat;
	    height: 201px;
	    text-align: center;
	    font-size: 14px;
	    line-height: 24px;
	    color: #333;
	    padding: 45px;
	    box-sizing: border-box;
	}
	
	.footnav .daohang {
		text-align: center;
		padding-top: 20px;
	}
	
	.footnav .daohang a {
		color: #333
	}
	
	.footnav .daohang a:hover {
		color: #ff1500;
	}
	
	.quicknav,
	.main-nav,
	.bg-box,
	.foot {
		display: none;
	}
	
	@media screen and (max-width: 750px) {
		.footnav {
			display: none;
		}
		.quicknav,
		.main-nav,
		.bg-box,
		.foot {
			display: block;
		}
		.quicknav {
			width: 100%;
			height: 40px;
			border-top: 2px solid #da0000;
			background-color: #f89901;
			text-align: center;
			position: fixed;
			bottom: 0;
			z-index: 1000;
		}
		.quicknav ul {
			width: 100%;
			display: inline-block;
		}
		.quicknav ul li {
			width: 25%;
			text-align: center;
			float: left;
			line-height: 40px;
			color: #fff;    
			border-right: 1px solid #ffb134;
    		box-sizing: border-box;
		}
		.quicknav ul li a {
			color: #fff;
			font-size: 16px;
		}
	}
	/***************统一手机底部样式****************/
	
	.main-nav {
		padding: 1em 0 .5em;
		background: #fff;
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
	}
	
	.main-nav ul {
		width: 100%;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	
	.main-nav ul li {
		width: 20%;
		text-align: center;
	}
	
	.main-nav ul li p {
		width: 3rem;
		height: 3rem;
		margin: 0 auto;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
	}
	
	.main-nav li h3 a {
		font: 0.9rem/1rem "微软雅黑";
		color: #333;
		margin: 7px auto 6px;
		display: block;
		text-decoration: none;
	}
	
	.main-nav ul li .nav-01 {
		background: #f66c6c;
	}
	
	.main-nav ul li .nav-02 {
		background: #bad93e;
	}
	
	.main-nav ul li .nav-03 {
		background: #d1759c;
	}
	
	.main-nav ul li .nav-04 {
		background: #ffa739;
	}
	
	.main-nav ul li .nav-05 {
		background: #72b4e4;
	}
	
	.main-nav ul li p img {
		width: 1.85rem;
		padding-top: .6rem;
	}
	
	.foot {
		padding: 1em 0 0;
		width: 100%;
		margin: .5em auto 0;
		max-width: 750px;
		background: #fff;
		border-top: 1px dashed #b6b6b6;
		margin-bottom: 40px;
	}
	
	.foot .foot-logo {
		padding-top: 4px;
	}
	
	.foot .foot-logo,
	.foot .foot-layer {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		overflow: hidden;
	}
	
	.foot .foot-logo li {
		width: 40%;
		text-align: center;
	}
	
	.foot .foot-logo li:first-child {
		text-align: right;
	}
	
	.foot .foot-logo li img {
		width: 100%;
	}
	
	.foot .foot-layer {
		margin: .3em 0 1em;
	}
	
	.foot .foot-layer li {
		width: 30%;
		text-align: center;
		cursor: pointer;
	}
	
	.foot .foot-layer li i {
		color: #555;
	}
	/*弹出层*/
	
	.foot-layer-main li {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		width: 65%;
		border-radius: 5px;
		background: #fff;
		z-index: 999;
		text-align: center;
		box-shadow: 1px 1px 5px #888;
		display: none;
	}
	
	@media screen and (min-width: 750px) {
		.foot-layer-main li {
			width: 20%;
		}
	}
	
	.foot-layer-main li .close {
		display: block;
		position: absolute;
		bottom: -35px;
		right: 50%;
		margin-right: -15px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border-radius: 50%;
		background: #13bda4;
		/*background: rgba(255,0,0,.5);*/
		color: #fff;
	}
	
	.layer-wechat-main,
	.layer-store-mian {
		width: 208px !important;
		height: 280px;
		text-align: center;
	}
	
	.layer-wechat-main p,
	.layer-store-mian p {
		margin-top: -5px;
		text-align: center;
		line-height: 20px;
	}
	
	.layer-store-mian p {
		margin-top: -8px;
		text-align: center;
		line-height: 20px;
	}
	
	.layer-wechat-main img,
	.layer-store-mian img {
		width: 100%;
	}
	
	.layer-contact-main {
		height: 4em;
		padding: 1em 0 0;
	}
	
	.layer-contact-main p {
		line-height: 28px;
		text-align: center;
		line-height: 20px;
	}
	
	.foot .ef {
		background: #f89901;
		width: 100%;
		height: 3rem;
		text-align: center;
		font: bold 1.2rem/3rem "Microsoft YaHei";
		color: #fff;
	}
	
	.foot .ef h3 {
		font: bold 1.2rem/3rem "Microsoft YaHei";
		color: #fff;
	}
	
	.foot .ef i {
		font: bold 1.2rem/3rem "Microsoft YaHei";
		color: #ffe400;
	}
	
	.bg-box {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		background: rgba(0, 0, 0, .6);
		display: none;
	}
	
	.mui-left p {
		text-align: center !important;
		font: 14px/22px "微软雅黑";
	}
	/*右侧导航*/
	
	.nav_right {
		background: url(../images/nav.png) top center no-repeat;
		height: 650px;
		width: 210px;
		position: fixed;
		right: 0;
		top: 56px;
		z-index: 99;
	}
	
	.nav_right ul {
    	padding: 195px 0 0 63px;
	}
	
	.nav_right ul li {
		width: 90px;
		height: 80px;
		display: block;
		text-align: center;
	}
	
	.nav_right ul li a {
		width: 90px;
		height: 67px;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
	}
	
	.nav_right ul li a:hover {
		color: #ffd95e;
		text-decoration: none;
	}
	
	.nav_right img {
	    width: 70px;
	    height: 70px;
	    margin: 8px 0 0 10px;
	}