


.mask {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(3, 3, 3, .7);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.mask.show {
	opacity: 1;
	visibility: visible
}

.head_layer {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 660px;
	height: 440px;
	border-radius: 20px;
	z-index: 1030;
	background-color: #fff;
	margin: -220px 0 0 -330px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.6);
	transform: scale(.6);
	-webkit-transition: visibility .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	transition: visibility .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	transition: visibility .3s ease, transform .3s ease, opacity .3s ease;
	transition: visibility .3s ease, transform .3s ease, opacity .3s ease, -webkit-transform .3s ease
}

.head_layer .head_close_btn {
	position: absolute;
	right: 40px;
	top: 30px;
	line-height: 1;
	padding: 10px;
	color: #000;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	cursor: pointer
}

.head_layer .head_close_btn:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.head_layer .head_code_item .head_code {
	width: 220px;
	height: 220px;
	border-radius: 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 75px auto 14px;
	background-color: #fff
}

.head_layer .head_code_item .head_code.code_canvas {
	padding: 10px
}

.head_layer .head_code_item .head_code.code_canvas img {
	width: 100%;
	height: 100%
}

.head_layer .head_code_item .code_font {
	width: 200px;
	margin: 0 auto;
	line-height: 2;
	font-size: 17px;
	text-align: center
}

.head_layer.show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}



.flex-inline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex-x-sb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flex-x-sa {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.flex-x-s {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.flex-x-e {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flex-c-c,
.flex-x-c {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-c-c {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.flex-y-s {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.flex-y-c {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.flex-y-e {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.flex-d-c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex-fix {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.flex-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.content .banner {
	height: 438px
}

.content .banner .banner_bg_box {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1300px;
	overflow: hidden
}

.content .banner .banner_bg_box .part_con {
	margin: -10% auto 0;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg)
}

.content .banner .banner_bg_box .part_con .banner_bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%
}

.content .banner .banner_bg_box .part_con .banner_bg .banner_bg_con {
	position: absolute;
	top: 0;
	left: 0
}

.content .banner .banner_bg_box .part_con .banner_bg .bg_1 {
	width: 50%;
	margin-top: -50px;
	margin-left: -50px
}

.content .banner .banner_bg_box .part_con .banner_bg .bg_2 {
	width: 60%;
	margin-top: 0;
	margin-left: -100px
}

.content .banner .banner_bg_box .part_con .banner_bg .bg_t {
	width: 90%;
	margin-top: -380px;
	margin-left: -360px;
	opacity: 1;
	-webkit-animation: topAni 5s cubic-bezier(.27, .61, .17, .73) infinite, leftAni 5s linear infinite;
	animation: topAni 5s cubic-bezier(.27, .61, .17, .73) infinite, leftAni 5s linear infinite
}

.content .banner .banner_bg_box .part_con .banner_bg .bg_t_2 {
	width: 90%;
	margin-top: -380px;
	margin-left: -360px;
	opacity: 0;
	-webkit-animation: topAni 5s cubic-bezier(.27, .61, .17, .73) 2.5s infinite, leftAni 5s linear 2.5s infinite;
	animation: topAni 5s cubic-bezier(.27, .61, .17, .73) 2.5s infinite, leftAni 5s linear 2.5s infinite
}

.content .banner .banner_bg_box .part_con .banner_bg .bg_b {
	width: 90%;
	opacity: 1;
	margin-top: -100px;
	margin-left: -270px;
	-webkit-animation: topAni 6s cubic-bezier(.27, .61, .17, .73) 1s infinite, leftAni 6s linear 1s infinite;
	animation: topAni 6s cubic-bezier(.27, .61, .17, .73) 1s infinite, leftAni 6s linear 1s infinite
}

.content .banner .banner_bg_box .part_con .banner_bg .bg_b_2 {
	width: 90%;
	opacity: 0;
	margin-top: -100px;
	margin-left: -270px;
	-webkit-animation: topAni 6s cubic-bezier(.27, .61, .17, .73) 4s infinite, leftAni 6s linear 4s infinite;
	animation: topAni 6s cubic-bezier(.27, .61, .17, .73) 4s infinite, leftAni 6s linear 4s infinite
}

.content .banner .part_con {
	position: relative;
	height: 100%
}

.content .banner .part_con .banner_title_box {
	margin-bottom: 70px
}

.content .banner .part_con .banner_title_box .banner_title {
	position: relative;
	z-index: 10;
	color: #333;
	font-size: 42px;
	line-height: 70px;
	font-weight: 700
}

.content .banner .part_con .banner_img_con {
	position: absolute;
	bottom: 0;
	right: 10%;
	z-index: 10;
	width: 506px;
	height: 330px
}

.content .banner .part_con .banner_img_con .banner_svg_box {
	position: absolute;
	width: 196px;
	bottom: 0;
	left: 50%;
	margin-left: -98px;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

.content .banner .part_con .banner_img_con .banner_svg_box .banner_svg {
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

.content .banner .part_con .banner_img_con .banner_ico_weixin {
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: -74px;
	width: 148px;
	height: 148px;
	background-image: url(/anli/red-shark/images/banner-btn-bg.png);
	background-size: 100% 100%
}

.content .banner .part_con .banner_img_con .banner_ico_weixin .banner_ico_weixin_bg {
	width: 100px;
	height: 100px;
	background-image: url(/anli/red-shark/images/banner-btn-bg.png);
	background-size: 100% 100%;
	position: relative
}

.content .banner .part_con .banner_img_con .banner_ico_weixin .banner_ico_weixin_bg .banner_ico_con {
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	border-radius: 50%;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff6e63), to(#f13122));
	background-image: linear-gradient(90deg, #ff6e63, #f13122);
	color: #fff;
	line-height: 98px;
	text-align: center;
	font-size: 30px
}

.content .banner .part_con .banner_img_con .banner_ico {
	position: absolute;
	background-size: 100% 100%;
	border-radius: 50%;
	text-align: center;
	color: #fff
}

.content .banner .part_con .banner_img_con .banner_ico.banner_ico_douyin {
	top: 82px;
	left: 12px;
	width: 80px;
	height: 80px;
	line-height: 80px;

}

.content .banner .part_con .banner_img_con .banner_ico.banner_ico_douyin .iconfont {
	font-size: 25px;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg)
}

.content .banner .part_con .banner_img_con .banner_ico.banner_ico_xiaohongshu {
	top: 83px;
	right: 6px;
	width: 80px;
	height: 80px;

}

.content .banner .part_con .banner_img_con .banner_ico.banner_ico_xiaohongshu .iconfont {
	font-size: 25px
}

.content .banner .part_con .banner_img_con .banner_ico.banner_ico_weibo {
	left: 218px;
	width: 62px;
	height: 62px;
	line-height: 62px;
	top: 14px;
	background-image: url(/anli/red-shark/images/weibo-bg.png)
}

.content .banner .part_con .banner_img_con .banner_ico.banner_ico_weibo .iconfont {
	font-size: 25px
}

.content .market_part {
    
    
    margin-top:-170px;
	padding-bottom: 40px
}

.content .market_part .market_head {
	margin-bottom: 38px;
	margin-top: -20px
}

.content .market_part .market_head .market_nav .market_nav_item {
	line-height: 32px;
	margin-right: 65px;
	font-size: 16px;
	color: #666;
	position: relative;
	cursor: pointer;
	white-space: nowrap
}

.content .market_part .market_head .market_nav .market_nav_item:last-child {
	margin-right: 0
}

.content .market_part .market_head .market_nav .market_nav_item .market_count {
	position: absolute;
	top: 0;
	left: calc(100% + 4px);
	font-size: 12px;
	line-height: 18px
}

.content .market_part .market_head .market_nav .market_nav_item .market_nav_line {
	position: absolute;
	bottom: -3px;
	height: 3px;
	left: 6px;
	border-radius: 3px;
	background-color: #e83628;
	width: 0;
	-webkit-transition: width .3s ease, color .3s ease;
	transition: width .3s ease, color .3s ease
}

.content .market_part .market_head .market_nav .market_nav_item.on {
	color: #333
}

.content .market_part .market_head .market_nav .market_nav_item.on .market_nav_line {
	width: calc(100% - 12px)
}

.content .market_part .market_head .market_nav .market_nav_item:hover {
	color: #333
}

.content .market_part .market_head .input_box {
	height: 46px;
	border-radius: 46px;
	background-color: #fff;
	margin-left: 20px;
	max-width: 342px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	border: 1px solid #edf2f9;
	-webkit-transition: border .3s ease;
	transition: border .3s ease
}

.content .market_part .market_head .input_box .sousuo_ico {
	position: absolute;
	top: 15px;
	left: 20px;
	color: #5d5d5b;
	font-size: 16px;
	line-height: 1;
	font-weight: 700
}

.content .market_part .market_head .input_box input {
	border: 0;
	padding: 0 112px 0 44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 46px;
	color: #333;
	background: none;
	font-size: 16px;
	width: 100%
}

.content .market_part .market_head .input_box .close_ico {
	position: absolute;
	right: 88px;
	top: 17px;
	line-height: 1;
	font-size: 13px;
	color: #555;
	display: none;
	cursor: pointer
}

.content .market_part .market_head .input_box .search_btn {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 70px;
	line-height: 32px;
	border-radius: 32px;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff6e63), to(#f13122));
	background-image: linear-gradient(90deg, #ff6e63, #f13122);
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: none;
	cursor: pointer
}

.content .market_part .market_head .input_box.active {
	border-color: #a9b9d0
}

.content .market_part .market_body .market_list {
	margin-top: -23px
}

.content .market_part .market_body .market_list .market_item_box {
	width: calc(33.33333% - 16.66667px);
	margin-right: 25px;
	margin-top: 23px
}

.content .market_part .market_body .market_list .market_item_box .market_item {
	display: block;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #edf2f9;
	border-radius: 15px;
	position: relative;
	-webkit-transition: top .3s ease;
	transition: top .3s ease;
	top: 0;
	-webkit-transition: top .3s ease, -webkit-box-shadow .3s ease;
	transition: top .3s ease, -webkit-box-shadow .3s ease;
	transition: top .3s ease, box-shadow .3s ease;
	transition: top .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease
}

.content .market_part .market_body .market_list .market_item_box .market_item .market_item_icon_box {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 61px;
	height: 61px;
	z-index: 20
}

.content .market_part .market_body .market_list .market_item_box .market_item .market_item_icon_box .market_item_icon {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-image: -webkit-gradient(linear, left top, right top, from(#ff6e63), to(#f13122));
	background-image: linear-gradient(90deg, #ff6e63, #f13122);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: scale(.6);
	transform: scale(.6);
	opacity: 0;
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.content .market_part .market_body .market_list .market_item_box .market_item .market_item_icon_box i {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	line-height: 61px;
	text-align: center;
	color: #fff;
	margin-left: -30px;
	margin-top: 30px;
	-webkit-transition: margin .4s ease, opacity .4s ease;
	transition: margin .4s ease, opacity .4s ease;
	opacity: 0
}

.content .market_part .market_body .market_list .market_item_box .market_item .market_item_bg {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 15px;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff6e63), to(#f13122));
	background-image: linear-gradient(90deg, #ff6e63, #f13122);
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con {
	position: relative;
	z-index: 10
}

.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_img {
	width: 100%;
	margin-bottom: 27px;
	overflow: hidden;
	border-radius: 10px;
	padding-top: 42.8%;
	position: relative
}

.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_font_con {
	padding: 0 14px
}

.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_font_con .market_title {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_font_con .market_font {
	font-size: 13px;
	line-height: 2;
	color: #5d5d5b;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 13px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_font_con .market_time_box {
	margin-top: 16px;
	line-height: 21px;
	font-size: 15px;
	color: #b7b7b7;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_font_con .market_time_box i {
	margin-right: 7px;
	font-size: 13px
}

.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_font_con .market_time_box .market_time {
	font-weight: 700
}

.content .market_part .market_body .market_list .market_item_box .market_item:hover {
	top: -10px
}

.content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_bg {
	opacity: 1
}

.content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_item_icon_box .market_item_icon {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_item_icon_box i {
	opacity: 1;
	margin-left: 0;
	margin-top: 0
}

.content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_font,
.content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_time_box,
.content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_title {
	color: #fff
}

@media screen and (max-width:1440px) {
	.content .market_part .market_body .market_list .market_item_box .market_item {
		padding: 12px 12px 16px
	}

	.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_font_con .market_title {
		font-size: 17px
	}
}

.content .market_part .market_body .market_list .market_item_box .market_item:hover {
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .1)
}

.content .market_part .market_body .market_list .market_item_box:nth-child(3n) {
	margin-right: 0
}

.content .market_part .market_body #market_page {
	margin-top: 54px
}

.content .market_part .market_body #market_page li {
	margin-right: 30px;
	position: relative
}

.content .market_part .market_body #market_page li:not(:first-child, :last-child) {
	color: #666;
	line-height: 1.3;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.content .market_part .market_body #market_page li:not(:first-child, :last-child) .page-link {
	position: relative;
	padding: 0 10px
}

.content .market_part .market_body #market_page li:not(:first-child, :last-child) .current,
.content .market_part .market_body #market_page li:not(:first-child, :last-child) .page-link:hover {
	color: #17171b
}

.content .market_part .market_body #market_page li:not(:first-child, :last-child) .current:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff6e63), to(#f13122));
	background-image: linear-gradient(90deg, #ff6e63, #f13122);
	height: 3px;
	border-radius: 2px;
	height: 2px
}

.content .market_part .market_body #market_page li:nth-last-child(2) {
	margin-right: 0
}

.content .market_part .market_body #market_page li:first-child:first-child,
.content .market_part .market_body #market_page li:last-child:first-child {
	margin-right: 40px
}

.content .market_part .market_body #market_page li:first-child:last-child,
.content .market_part .market_body #market_page li:last-child:last-child {
	margin-left: 40px;
	margin-right: 0
}

.content .market_part .market_body #market_page li:first-child .next,
.content .market_part .market_body #market_page li:first-child .prev,
.content .market_part .market_body #market_page li:last-child .next,
.content .market_part .market_body #market_page li:last-child .prev {
	position: relative;
	z-index: 10;
	display: block;
	width: 54px;
	height: 54px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #bbc5d3;
	text-align: center;
	line-height: 54px;
	border-radius: 50%;
	font-size: 14px;
	color: #bbc5d3;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.content .market_part .market_body #market_page li:first-child .next:before,
.content .market_part .market_body #market_page li:first-child .prev:before,
.content .market_part .market_body #market_page li:last-child .next:before,
.content .market_part .market_body #market_page li:last-child .prev:before {
	position: relative;
	z-index: 10
}

.content .market_part .market_body #market_page li:first-child .next:after,
.content .market_part .market_body #market_page li:first-child .prev:after,
.content .market_part .market_body #market_page li:last-child .next:after,
.content .market_part .market_body #market_page li:last-child .prev:after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	border-radius: 50%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background-image: -webkit-gradient(linear, left top, right top, from(#ff6e63), to(#f13122));
	background-image: linear-gradient(90deg, #ff6e63, #f13122);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.content .market_part .market_body #market_page li:first-child .prev:before,
.content .market_part .market_body #market_page li:last-child .prev:before {
	position: relative;
	z-index: 10;
	left: -1px;
	top: -1px
}

.content .market_part .market_body #market_page li:first-child .next:before,
.content .market_part .market_body #market_page li:last-child .next:before {
	position: relative;
	z-index: 10;
	left: 1px;
	top: -1px
}

.content .market_part .market_body #market_page li:first-child:not(.active):hover .next,
.content .market_part .market_body #market_page li:first-child:not(.active):hover .prev,
.content .market_part .market_body #market_page li:last-child:not(.active):hover .next,
.content .market_part .market_body #market_page li:last-child:not(.active):hover .prev {
	color: #fff
}

.content .market_part .market_body #market_page li:first-child:not(.active):hover .next:after,
.content .market_part .market_body #market_page li:first-child:not(.active):hover .prev:after,
.content .market_part .market_body #market_page li:last-child:not(.active):hover .next:after,
.content .market_part .market_body #market_page li:last-child:not(.active):hover .prev:after {
	-webkit-transform: scale(1);
	transform: scale(1)
}

@media screen and (max-width:1440px) {
	.content .banner {
		height: 418px
	}

	.content .banner .part_con .banner_title_box {
		margin-bottom: 90px
	}

	.content .banner .part_con .banner_title_box .banner_title {
		font-size: 38px
	}

	.content .market_part .market_head .market_nav .market_nav_item {
		font-size: 14px;
		margin-right: 40px
	}

	.content .market_part .market_head .market_nav .market_nav_item:last-child {
		margin-right: 0
	}

	.content .market_part .market_head .input_box input {
		font-size: 14px
	}

	.content .market_part .market_body #market_page li:first-child:first-child,
	.content .market_part .market_body #market_page li:last-child:first-child {
		margin-right: 20px
	}

	.content .market_part .market_body #market_page li:first-child:last-child,
	.content .market_part .market_body #market_page li:last-child:last-child {
		margin-left: 20px;
		margin-right: 0
	}

	.content .market_part .market_body #market_page li:first-child .next,
	.content .market_part .market_body #market_page li:first-child .prev,
	.content .market_part .market_body #market_page li:last-child .next,
	.content .market_part .market_body #market_page li:last-child .prev {
		width: 44px;
		height: 44px;
		line-height: 44px
	}
}



