@charset "utf-8";

/* 首页 */
html,
body {
	background-color: #F1F3F5;
}

/* 轮播图 */
/* 轮播图 */
.tl-slider {
	position: relative;
	height: 510px;
	z-index: 100;
	background-color: #fff;
}

.tl-slider2 {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.tl-slider2 .slides-container {
	overflow: hidden;
}

.tl-slider2 .slides {
	position: relative;
	white-space: nowrap;
}

.tl-slider2 .slides li {
	display: inline-block;
}

.tl-slider .slides li {
	width: 100%;
	height: 510px;
	z-index: 8;
	background-color: #f5f5f5;
}

.tl-slider .slides a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}

.tl-slider .slides a img {
	display: block;
	width: 100%;
	max-width: 1920px;
	height: 520px;
	margin: 0 auto;
}

/* .slide_img_1400 li a {
	width: 1400px !important;
	margin: 0 auto;
} */

.slide_img_1400 li {
	background-color: #fff !important;
}

.tl-slider .slide-locate {
	position: relative;
	width: 1180px;
	height: 100%;
	margin: 0 auto;
	*z-index: 22;
}

.tl-slider .arrows a {
	position: absolute;
	top: 272px;
	width: 15px;
	height: 25px;
	z-index: 11;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tl-slider .arrows a.arrow-prew {
	left: 10px;
}

.tl-slider .arrows a.arrow-next {
	right: 10px;
}

.tl-slider:hover .arrow-next,
.tl-slider:hover .arrow-prev {
	opacity: 1;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="white_arrows.png", enabled=true, sizingMethod=scale);

}

.tl-slider:hover .arrow-next {
	background-position: -8px -41px;
}

.tl-slider:hover .arrow-prev {
	background-position: -38px -41px;
}

.tl-slider .tl-locate-box {
	position: absolute;
	bottom: 30px;
	left: 50%;
	height: 16px;
	margin-left: -512px;
	z-index: 22;
}

.tl-slider .dots {
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
	z-index: 22;
}

.tl-slider .dots li {
	display: block;
	float: left;
	width: 32px;
	height: 4px;
	margin-right: 5px;
	border-radius: 2px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.tl-slider .dots li.active {
	background: #fff;
	border-color: #fff;
}

/* 新轮播图 */
.tl-slider-content {
	position: relative;
}

.tl-slider-content {
	position: relative;
	height: 510px;
	z-index: 100;
	background-color: #fff;
}

.tl-slider-content .slides li {
	width: 100%;
	height: 510px;
	z-index: 8;
	background-color: #f5f5f5;
}

.tl-slider-content .slides a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}

.tl-slider-content .slides a img {
	display: block;
	width: 100%;
	max-width: 1920px;
	height: 520px;
	margin: 0 auto;
}


.tl-slider-content .arrow-prev,
.special .left-arrow,
.tl-slider-content .arrow-next,
.special .right-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgb(0, 0, 0, .15);
	-webkit-backdrop-filter: blur(9.285714285714286px);
	backdrop-filter: blur(9.285714285714286px);
	z-index: 105;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tl-slider-content .arrow-prev:hover,
.special .left-arrow:hover,
.tl-slider-content .arrow-next:hover,
.special .right-arrow:hover {
	background: rgba(0, 0, 0, 0.2);
}

.tl-slider-content .arrow-prev>i,
.special .left-arrow>i,
.tl-slider-content .arrow-next>i,
.special .right-arrow>i {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.tl-slider-content .arrow-prev {
	left: 0;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.tl-slider-content .arrow-next {
	right: -23px;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.tl-slider-content:hover .arrow-prev,
.tl-slider-content:hover .arrow-next {
	opacity: 1;
}

.tl-slider-content .arrow-prev i,
.special .left-arrow>i {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 21px;
	margin-top: 21px;
}

.tl-slider-content .arrow-next i,
.special .right-arrow>i {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: 19px;
	margin-left: 18px;
}

.tl-slider-content .tl-locate-box {
	position: absolute;
	bottom: 30px;
	left: 50%;
	height: 16px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 22;
}

.tl-slider-content .dots {
	display: inline-block;
	margin-bottom: 24px;
	position: relative;
	z-index: 22;
}

.tl-slider-content .dots li {
	position: relative;
	display: block;
	float: left;
	width: 68px;
	height: 3px;
	margin-right: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: rgba(51, 51, 51, 0.1);
	cursor: pointer;
	overflow: hidden;

}

.tl-slider-content .dots li.mgr12 {
	margin-right: 12px;
}

.tl-slider-content .dots li a {
	background: #666666;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
}

/* 登录后弹窗 */
.tl-pop-con {
	position: relative;
	z-index: 22;
	width: 1004px;
	height: 120px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(43, 43, 43, 0.2);
	-moz-box-shadow: 0 0 10px rgba(43, 43, 43, 0.2);
	box-shadow: 0 0 10px rgba(43, 43, 43, 0.2);
}

.tl-pop-con .tl-pop-tit {
	position: relative;
	color: #222;
	line-height: 19px;
}

.tl-pop-con .tl-pop-tit a {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
}

.tl-pop-con .money {
	color: #E7350D;
	font-size: 27px;
}

.icon-user {
	margin-right: 10px;
	color: #e0e0e0;
	font-size: 18px;
	vertical-align: top;
}

.icon-qianbao {
	color: #686868;
}

.icon-fanli {
	color: #686868;
}

.icon-jinrong {
	color: #686868;
}

.icon-kehu {
	color: #686868;
}

.icon-mendian {
	color: #686868;
}

.tl-pop-con .icon-news {
	font-size: 32px;
	/*color: #686868;*/
	color: #E7350D;
}

.icon-close {
	color: #e0e0e0;
}

.icon-cart {
	color: #327bcf;
}

.tl-pop-con .tl-pop-tit i.user {
	width: 22px;
	height: 22px;
	margin-right: 10px;
	background-position: -8px -118px;
}

.tl-pop-con ul.tl-home-pop li {
	float: left;
	position: relative;
	text-align: center;
	width: 161px;
	margin-top: 15px;
}

.tl-pop-con ul.tl-home-pop li a.pop-link {
	display: block;
	/*color:#E7350D;*/
}

.tl-pop-con ul.tl-home-pop li i.icons {
	width: 35px;
	height: 35px;
}

.tl-pop-con ul.tl-home-pop li i.money1 {
	background-position: -6px -74px;
}

.tl-pop-con ul.tl-home-pop li i.money2 {
	background-position: -52px -74px;
}

.tl-pop-con ul.tl-home-pop li i.money3 {
	width: 50px;
	background-position: -141px -72px;
}

.tl-pop-con ul.tl-home-pop li i.money4 {
	width: 50px;
	background-position: -202px -72px;
}

.tl-pop-con ul.tl-home-pop li i.money5 {
	background-position: -98px -74px;
}

.tl-pop-con ul.tl-home-pop li i.money6 {
	background-position: -262px -74px;
}

.tl-pop-con ul.tl-home-pop li span {
	display: block;
}

.tl-pop-con ul.tl-home-pop li span.price {
	margin: 10px 0;
	*margin: 5px 0;
	font-size: 18px;
	color: #222;
}

.tl-pop-con ul.tl-home-pop li .notice-wrap {
	margin: 15px auto 0;
	height: 36px;
	overflow: hidden;
}

.tl-pop-con ul.tl-home-pop li a.notice-con {
	display: block;
	width: 96px;
	height: 36px;
	overflow: hidden;
	line-height: 18px;
	text-decoration: underline;
	margin: 0 auto;
}

.tl-pop-con ul.tl-home-pop li em {
	display: inline-block;
	float: right;
	color: #fff;
	background: #E8350D;
	font-size: 12px;
	line-height: 12px;
	margin-top: -32px;
}

/* 广告图模块 */
.tl-ad-wrap {
	padding: 20px 0 1px 0;
	background: #f5f5f5;
}

.tl-ad-wrap .ad-box {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

.tl-ad-wrap .ad-box a {
	display: block;
	overflow: hidden;
}

.tl-ad-wrap .ad-box a img {
	width: 100%;
	height: 100%;
}

.tl-ad-wrap .tl-ad-two a {
	width: 590px;
	height: 400px;
}

.tl-ad-wrap .tl-ad-three a {
	width: 386px;
	height: 400px;
}

.tl-ad-wrap .tl-ad-three a.ad-three2 {
	float: left;
	margin-left: 20px;
}

.tl-ad-wrap .tl-ad-one a img {
	height: 400px;
}

/* 二级页 专区 */
/* 楼层模块 */
.tl-floor-wrap {
	background: #f5f5f5;
	padding-bottom: 10px;
}

.tl-floor {
	padding-top: 24px;
}

.tl-floor .floor-tit-box {
	overflow: hidden;
	height: 40px;
}

.tl-floor .floor-tit {
	padding-bottom: 10px;
	font-size: 16px;
	color: #222;
	background: url(../img/bar1.png) left bottom no-repeat;
}

.tl-floor .floor-tit .floor-icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background: url(../img/prd-img.jpg) 0 0/100% 100% no-repeat;
}

.tl-floor .fitting,
.tl-floor .other {
	background: url(../img/bar3.png) left bottom no-repeat;
}

.tl-floor .fitting i.icons {
	background-position: -208px -111px;
}

.tl-floor .other i.icons {
	background-position: -75px -148px;
}

.tl-floor .floor-tab a {
	display: block;
	float: left;
	margin-left: 40px;
	padding: 0 10px 12px;
	font-size: 16px;
	color: #222;
}

.tl-floor .floor-tab a.active {
	color: #E8350D;
	background: url(../img/bar3.png) left bottom no-repeat;
}

.tl-floor .floor-content {
	overflow: hidden;
	margin: 10px 0;
}

.tl-floor .floor-content .floor-ad {
	float: left;
	width: 232px;
	height: 570px;
	overflow: hidden;
}

.tl-floor .floor-content .floor-ad a {
	display: block;
}

.tl-floor .floor-content .floor-ad img {
	width: 232px;
	height: 570px;
}

.tl-floor .floor-content .floor-list {
	float: right;
	width: 968px;
	height: 570px;
	overflow: hidden;
}

.tl-floor .floor-content .tab2,
.tl-floor .floor-content .tab3,
.tl-floor .floor-content .tab4 {
	display: none;
}

.tl-floor .floor-content .floor-list-more {
	width: 1210px;
}

.tl-floor .floor-content .floor-list li {
	float: left;
	width: 192px;
	height: 260px;
	margin: 0 0 10px 10px;
	padding: 10px 20px 10px;
	background: #fff;
}

.tl-floor .floor-content .floor-list .prd-img {
	display: block;
	width: 150px;
	height: 150px;
	margin: 18px auto 0;
}

.tl-floor .floor-content .floor-list .prd-img img {
	width: 100%;
	height: 100%;
}

.tl-floor .floor-content .floor-list p.prd-name {
	height: 28px;
	line-height: 14px;
	margin-top: 5px;
	overflow: hidden;
	color: #666;
	text-align: center;
}

.tl-floor .floor-content .floor-list p.prd-ad {
	display: none;
	/*height:18px;
	line-height:18px;
	margin-top:5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#999;
	text-align: center;*/
}

.tl-floor .floor-content .floor-list i.price {
	display: block;
	margin-top: 7px;
	text-align: center;
	font-size: 16px;
	color: #E7350D;
}

.tl-floor .floor-content .floor-list a.login-btn {
	display: block;
	width: 100px;
	height: 20px;
	line-height: 20px;
	margin: 7px auto 0;
	border: 1px solid #E8350D;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	color: #E8350D;
}

/*.tl-floor .floor-content .floor-prd-login .prd-img{
	margin:5px auto 10px;
}
.tl-floor .floor-content .floor-prd-login p.prd-ad{
	margin-top:10px;
}*/
.tl-floor .floor-content .floor-prd-login i.price {
	margin-top: 12px;
}

.tl-floor .floor-content .floor-prd-login a.login-btn {
	margin-top: 12px;
}

.tl-floor .floor-ad2 a {
	display: block;
	width: 100%;
}

.tl-floor .floor-ad2 a img {
	display: block;
	width: 100%;
	height: 160px;
}

/* 太力头条入口 */
.tl-news {
	height: 100px;
	margin-top: 10px;
	background: #fff;
	overflow: hidden;
}

.tl-news li {
	float: left;
	width: 212px;
	margin: 13px 14px 15px;
}

.tl-news li .news-img {
	display: block;
	float: left;
	width: 88px;
	height: 72px;
	overflow: hidden;
	margin-right: 12px;
}

.tl-news li a img {
	width: 100%;
}

.tl-news li .news-tit {
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 112px;
	height: 20px;
	margin-top: 3px;
	line-height: 20px;
	font-size: 14px;
	color: #000;
}

.tl-news li .news-txt {
	float: left;
	width: 112px;
	height: 34px;
	line-height: 17px;
	margin-top: 10px;
	overflow: hidden;
}

/* 专区模块 */
.page-content {
	width: 1400px;
	max-width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	padding-top: 32px;
}

.special {
	position: relative;
}

.special:hover .left-arrow,
.special:hover .right-arrow {
	opacity: 1;
}

.special .left-arrow {
	left: 0px;
	transform: translate(-50%, -50%);
	transition: all 0.2s ease-in;
}

.special .right-arrow {
	right: 0px;
	transform: translate(50%, -50%);
	transition: all 0.2s ease-in;
}

.special-zone {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}

.special-zone>li {
	position: relative;
	display: inline-block;
	width: 267px;
	height: 150px;
	background-size: 100% 100%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	margin-left: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.special-zone-four>li {
	width: 334px;
	height: 188px;
	margin-left: 17px;
}

.special-zone>li:first-child {
	margin-left: 0;
}

.special-zone>li label {
	position: absolute;
	left: 0;
	right: 0;
	top: 16px;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	line-height: 36px;
	text-align: center;
	z-index: 1;
	font-family: 'siyuanmedium';
}

.special-zone>li img {
	height: 100%;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform 0.2s ease-in;
	-moz-transition: transform 0.2s ease-in;
	-o-transition: transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
}

.special-zone>li:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.special-zone>li .area-title {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.special-zone>li:hover .area-title {
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	top: 0;
	opacity: 0;
}

.special-zone .area-list {
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 0;
	width: 104px;
	opacity: 0;
	-webkit-transform: translate3d(-50%, 100%, 0);
	-moz-transform: translate3d(-50%, 100%, 0);
	-ms-transform: translate3d(-50%, 100%, 0);
	-o-transform: translate3d(-50%, 100%, 0);
	transform: translate3d(-50%, 100%, 0);
	z-index: 1;
	text-align: center;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.special-zone-four .area-list {
	width: 112px;
}

.special-zone>li:hover .area-list {
	-webkit-transform: translate3d(-50%, 50%, 0);
	-moz-transform: translate3d(-50%, 50%, 0);
	-ms-transform: translate3d(-50%, 50%, 0);
	-o-transform: translate3d(-50%, 50%, 0);
	transform: translate3d(-50%, 50%, 0);
	bottom: 50%;
	opacity: 1;
}

.special-zone .area-list a {
	display: block;
	width: 100%;
	height: 32px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	font-size: 14px;
	color: #000103;
	line-height: 32px;
	text-align: center;
	margin-bottom: 8px;
	font-family: 'siyuanmedium';
}

.special-zone-four .area-list a {
	height: 36px;
	line-height: 36px;
}

.special-zone .area-list a:hover {
	background: rgba(255, 255, 255, 0.8);
}

.special-zone .area-list a:last-child {
	margin-bottom: 0;
}

.special-zone .area-list li:hover {
	background: rgba(255, 255, 255, 0.75);
}

/* 待办 */
.wait-done {
	padding: 36px;
	background-color: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-top: 32px;
}

.wait-done-title {
	margin-bottom: 24px;
	font-size: 24px;
	color: #222;
	line-height: 32px;
	font-style: normal;
	font-family: 'siyuanmedium';
}

.wait-done-many {
	font-weight: 400;
	font-size: 14px;
	color: #797A7B;
	line-height: 22px;
	float: right;
	margin-top: 5px;
}

.new-tab .tab {
	margin-bottom: 30px;
}

.new-tab .tab li {
	float: left;
	margin-right: 32px;
	font-weight: 500;
	font-size: 16px;
	color: #222;
	line-height: 24px;
	position: relative;
	cursor: pointer;
	font-family: 'siyuanmedium';
}

.new-tab .tab-item-content .action-btn span {
	font-weight: 500;
	font-size: 14px;
	color: #E7350D;
	line-height: 22px;
	margin-right: 10px;
	cursor: pointer;
}

.new-tab .tab-item-content {
	display: none;
}

.new-tab .tab-item .action-btn span:last-child {
	margin-right: 0;
}

.new-tab .tab li em {
	display: inline-block;
	height: 16px;
	padding: 0 5px;
	background: #E7350D;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-left: 4px;
	font-weight: 600;
	font-size: 10px;
	color: #fff;
	line-height: 16px;
	vertical-align: 2px;
}

.new-tab .tab li.active::before {
	position: absolute;
	left: 0;
	bottom: -8px;
	content: '';
	width: 2px;
	height: 2px;
	background: #12347A;
}

.new-tab .tab li.active::after {
	position: absolute;
	left: 3px;
	bottom: -8px;
	content: '';
	width: 76px;
	height: 2px;
	background: #E7350F;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.new-tab .tab-header-btns {
	margin-bottom: 20px;
	margin-top: 24px;
}

.new-tab .tab-header-btns span {
	display: inline-block;
	width: 104px;
	height: 36px;
	background: #F1F3F5;
	border-radius: 18px;
	font-weight: 500;
	font-size: 14px;
	color: #797A7B;
	line-height: 36px;
	text-align: center;
	margin-right: 9px;
	cursor: pointer;
	font-family: 'siyuanmedium';
}

.new-tab .tab-header-btns span.active {
	background: rgba(232, 53, 13, 0.2);
	color: #E8350D;
}

.table-style th {
	font-size: 14px;
	color: #797A7B;
	line-height: 22px;
	text-align: left;
	padding: 15px 35px;
	background: #F3F5F7;
	font-family: 'siyuanmedium';
}

.table-style th:first-child {
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}

.table-style th:last-child {
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
}

.table-style thead tr {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.table-style td {
	font-weight: 500;
	font-size: 14px;
	color: #0b0b0b;
	line-height: 22px;
	text-align: left;
	padding: 15px 35px;
	word-break: break-word;
}

.table-style td .action {
	color: #E7350D;
}

/* 数据概览 */
.data-overview {
	padding: 32px 36px 30px;
	background-color: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-top: 32px;
}

.data-overview .overview-title {
	margin-bottom: 28px;
	font-size: 24px;
	color: #222;
	line-height: 32px;
	font-family: 'siyuanmedium';
}

.data-overview .overview-item {
	width: 256px;
	float: left;
	padding: 26px 24px;
	background: #F3F5F7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-left: 16px;
	box-sizing: border-box;
}

.data-overview ul li:first-child {
	margin-left: 0;
}

.data-overview .overview-item-double {
	position: relative;
}


.data-overview .overview-item-double>div {
	float: left;
	width: 50%;
}

.data-overview .overview-num {
	font-family: 'siyuanmedium';
	font-size: 24px;
	color: #222;
	line-height: 32px;
	height: 32px;
	margin-bottom: 4px;
}

.data-overview .overview-desc {
	font-weight: 400;
	font-size: 14px;
	color: #797A7B;
	line-height: 22px;
}

.vertical-line {
	width: 1px;
	height: 40px;
	background-color: #E2E4E6;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 1;
}

.show-amount-icon {
	background: url("/assets/images/show-amount.png") no-repeat center center;
	width: 28px;
	height: 28px;
	display: inline-block;
	background-size: 100% 100%;
	cursor: pointer;
}

.show-amount-icon:hover {
	background-image: url("/assets/images/show-amount-hover.png");
}

.mgl24 {
	margin-left: 24px;
}

/* 太力头条 */
.headlines {
	margin-top: 32px;
}


.headlines .notice-box>div {
	padding: 32px 36px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.headlines .notice-box ul {
	position: relative;
}

.headlines .notice-box .notice-title {
	font-size: 24px;
	color: #222;
	line-height: 32px;
	margin-bottom: 28px;
	font-family: 'siyuanmedium';
}

.notice-item {
	margin-bottom: 20px;
}

.notice-item img {
	width: 150px;
	height: 100px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: left;
}

.notice-item .notice-item-content {
	float: left;
	margin-left: 24px;
	margin-top: 8px;
}

.notice-item-content .notice-item-title {
	font-size: 18px;
	color: #222;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: 'siyuanmedium';
}

.notice-item-content .virtual-height {
	height: 22px;
	padding: 4px 0 11px;
}

.notice-item-content .notice-item-desc {
	font-weight: 400;
	font-size: 14px;
	color: #797A7B;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	right: 0;
	left: 174px;
}

.notice-item-content .notice-item-time {
	font-weight: 400;
	font-size: 14px;
	color: #797A7B;
	line-height: 22px;
}

.open-many {
	background: url("/assets/images/open-many.png") no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: 100% 100%;
	margin-left: 5px;
	position: relative;
	top: 3px;
}

/* 用户信息 */
.user-info {
	width: 267px;
	padding: 32px 0;
	background: #F3F5F7;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
	text-align: center;
}

.user-info img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 16px;
}

.user-info .user-name {
	font-size: 24px;
	color: #222;
	line-height: 32px;
	margin-bottom: 2px;
	font-family: 'siyuanmedium';
}

.user-info p {
	font-weight: 400;
	font-size: 14px;
	color: #797A7B;
	line-height: 22px;
	margin-bottom: 4px;
}

.user-info .user-code {
	font-size: 12px;
	line-height: 20px;
}

.user-info .pay {
	margin-top: 14px;
	text-align: center;
}

.user-info .pay .pay-left,
.user-info .pay .pay-right {
	display: inline-block;
	text-align: center;
	position: relative;
}

.user-info .pay .pay-left,
.user-info .pay .pay-right {
	float: left;
	width: 50%;
}

.user-info .pay .pay-left>div {
	margin-left: 10px;
}

.user-info .pay .pay-right>div {
	margin-right: 10px;
}

.user-info .pay .pay-left::after {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 8px;
	width: 1px;
	height: 40px;
	background-color: #fff;
}

.user-info .pay .pay-left p,
.user-info .pay .pay-right p {
	font-weight: 500;
	font-size: 14px;
	color: #797A7B;
	line-height: 22px;
}

.user-info .pay .pay-left a,
.user-info .pay .pay-right a {
	font-size: 24px;
	color: #222;
	line-height: 24px;
	font-family: 'siyuanmedium';
}


.user-info .pay-left a:hover,
.user-info .pay-right a:hover {
	color: #E7350D;
}

.wait-sure,
.sure-finish {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border: 2px solid #FF9214;
	margin-right: 7px;
	vertical-align: 1px;
}

.sure-finish {
	border-color: #32C96A;
}