body {
	font: 10px/20px "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}
.t-w {
	margin-top: 16px;
	margin-bottom: 32px;
}
.t-b {
	float: left;
	height: 464px;
	width: 638px;
	display: inline-block;
}
.t-b .carousel {
	height: 464px !important;
}
.t-b .carousel img {
	cursor: pointer;
	border-radius: 4px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.t-l {
	float: left;
	display: inline-block;
	margin-left: 16px;
	width: 242px;
	height: 463px;
	vertical-align: top;
}
.t-l .ads {
	display: block;
	width: 242px;
	height: 144px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
}
.t-l .ads:last-child {
	margin-bottom: 0;
}
.t-l .ads img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: relative;
	transition: transform 350ms;
	-ms-transform: -ms-transform 350ms;
	-moz-transition: -moz-transform 350ms;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms; 
}
.t-l .ads img:hover {
	-webkit-transform: scale(1.05);
  	-moz-transform: scale(1.05);
  	-ms-transform: scale(1.05);
  	-o-transform: scale(1.05);
  	transform: scale(1.05);
}

.t-u {
	float: left;
	display: inline-block;
	vertical-align: top;
	margin-left: 16px;
	background-color: #fff;
	padding: 16px; 
	width: 288px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}

.user {
	position: relative;
	border-bottom: 1px #ddd solid;
	height: 96px;
	width: 100%;
}
.user .logo {
	position: absolute;
	width: 76px;
	height: 76px;
	left: 0;
	bottom: 16px;
	border-radius: 50%;
}
.user .logo.master {
	width: 72px;
	height: 72px;
	bottom: 20px;
}
.user .msg {
	color: #333;
	font-size: 14px;
	position: absolute;
	bottom: 67px;
	left: 90px;
}
.user .msg .lv {
	width: 32px;
	text-align: center;
	font-size: 10px;
	background-color: #fef1e7;
	border-radius: 2px;
	color: #f54012;
	display: inline-block;
	margin-left: 8px;
	padding: 2px;
}
.user .sview {
	color: #666;
	font-size: 14px;
	position: absolute;
	bottom: 16px;
	left: 90px;
}
.user .s2 {
	left: unset;
	right: 16px;
}
.user .sub-btn {
	height: 28px;
	width: 60px;
	line-height: 28px;
	position: absolute;
	bottom: 27px;
	left: 90px;
}
.user .sub-btn:last-child {
	left: 166px;
}
.tabs-w {
	padding-top: 8px;
}

.tabs-w .ivu-tabs-bar {
	border-bottom: 0;
}
.tabs-w .ivu-tabs-nav {
	width: 100%;
}


.tabs-w  .ivu-tabs-tab {
	padding: 8px 0;
	color: #666;
	font-size: 14px;
	text-align: center;
	width: 33%;
}
.tabs-w .ivu-tabs-tab:hover,
.news-i:hover, .mc-mii .mc-mn:hover,
.ai-name:hover, .cc-d .cc-pu:hover,
.cc-ui:hover .cc-un, .tao-ah a:hover,
.tao-ai:hover, .tao-qi:hover .qin,
.tao-ii:hover .in {
	color: #f54012 !important;
}

.tabs-w  .ivu-tabs-nav .ivu-tabs-tab-active, 
.tabs-w .ivu-tabs-nav .ivu-tabs-tab-active {
	color: #333;
}

.ivu-tabs-ink-bar {
	background-color: #f54012;
	border-radius: 4px;
}
.news-i {
	width: 249px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	margin-bottom: 12px;
	white-space: nowrap;
	display: block;
}
.m-data {
	border-bottom: 1px #ddd solid;
	height: 116px;
}
.m-data .ivu-carousel-dots-inside {
	bottom: 16px;
}
.m-data .ivu-carousel-dots li button {
	background: #f54012;
}

.md-item {
	background-color: #fff;
	text-align: center;
	padding-top: 16px;
}
.md-item .md-num {
	height: 46px;
	font-family: DINPro;
	font-size: 36px;
	font-weight: normal;
	line-height: 46px;
	color: #333333;
}
.md-item .md-txt {
	height: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #999999;
	margin-top: 11px;
	margin-bottom: 12px;
}
.h-t {
	position: relative;
	margin-bottom: 16px;
}
.h-t::after {
	content: "";
	left: 0;
	top: 4.5px;
	position: absolute;
	width: 4px;
	height: 24px;
	background-color: #f54012;
	border-radius: 2px;
}
.h-t .mt {
	height: 33px;
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	line-height: 33px;
	color: #333333;
	margin-left: 16px;
}
.h-t .mx {
	margin-left: 12px;
	vertical-align: bottom;
	height: 22px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #999999;
}
.mc-l, .d-u, .d-ui .d-uc, 
.d-d, .d-dd .d-dl,
.cc-ui   {
	display: table;
	width: 100%;
}
.mc-i {
	float: left;
	display: inline-block;
	width: 593px;
	height: 249px;
	margin-top: 16px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #fff;
}
.mc-i .mc-logo {
	float: left;
	display: inline-block;
	width: 181px;
	height: 249px;
	border-radius: 4px;
	cursor: pointer;
}
.mc-i .mc-mi {
	float: left;
	width: 412px;
	height: 249px;
	background-color: #ffffff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-top: 16px;
	position: relative;
}
.mc-mii {
	display: table;
	width: 100%;
	margin-bottom: 8px;
}
.mc-mi .mc-mii:last-child {
	margin-bottom: 0;
}

.mc-mii .mc-ma {
	float: left;
	height: 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #f54012;
	margin-left: 20px;
	font-weight: bold;
}
.mc-mii .mc-mn {
	float: left;
	margin-left: 8px;
	height: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 225px;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
}
.mc-i .mc-logo:hover img {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.mc-mii .mc-bc {
	height: 17px;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #999999;
	float: right;
	margin-right: 16px;
}
.ds-w {
	float: left;
	width: 896px;
	height: 804px;
	position: relative;
}

.ars-w {
	float: right;
	width: 288px;
}
.ars-wt {
	width: 100%;
	background: #fff;
	height: 504px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}
.awt-bg {
	width: 288px;
	height: 92px;
	border-radius: 4px 4px 0px 0px;
}
.arts-tabs {
	padding: 0 16px;
}
.arts-tabs .ivu-tabs-tabpane {
	position: relative;
	min-height: 300px;
}
.art-i {
	width: 100%;
	display: table;
	padding-bottom: 12px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 12px;
}
.arts-tabs .art-i:last-child {
	border-bottom: 0;
}
.ai-logo {
	width: 48px;
	height: 48px;
	border-radius: 4px;
	float: left;
	cursor: pointer;
}
.ai-info {
	width: 200px;
	float: left;
	display: inline-block;
	margin-left: 8px;
}
.ai-info .ai-name {
	height: 22px;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #333333;
	cursor: pointer;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ai-info .ai-data {
	height: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #f54012;
	margin-top: 6px;
}

.ars-b {
	width: 100%;
	height: 266px;
	margin-top: 16px;
}
.ars-b  img {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}
.ars-b .carousel {
	height: 266px !important;
}
.d-ii {
	cursor: pointer;
	margin-bottom: 16px;
	box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
}
.d-ii:hover, .c-ii:hover,
.cc-ii:hover  {
	box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 6px 12px rgba(0,0,0,.08);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 6px 12px rgba(0,0,0,.08);
}
.d-u {
	position: relative;
}
.d-u .d-ul {
	width: 80px;
	height: 79px;
	border-radius: 4px;
	float: left;
}
.d-u .d-ui {
	float: left;
	width: 168px;
	padding-left: 8px;
}
.d-ui .d-un {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #444444;
	width: 168px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.d-ui .d-ulv {
	margin-top: 8px;
}
.d-ulv span:first-child {
	font-size: 12px;
	line-height: 20px;
	color: #f54218;
	width: 36px;
	height: 20px;
	background-color: #fef1e7;
	border-radius: 2px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	margin-right: 8px;
}
.d-ulv span:last-child {
	padding:0 4px;
	height: 20px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
}
.d-ulv span.r0 {
	background-color: #efb038;
}
.d-ulv span.r1 {
	background-color: #45A2FF;
}
.d-ui .d-uc span {
	margin-top: 8px;
	margin-right: 9px;
	display: inline-block;
}
.d-ui .d-uc span svg {
	width: 24px;
	height: 24px;
}
.d-d {
	margin-top: 6px;
	border-bottom: 1px #eeeff0 solid;
	padding-bottom: 8px;
}
.d-d .d-b {
	width: 80px;
	float: left;
}
.d-d .d-b .b1, .d-d .d-b .b2 {
	width: 80px;
	height: 32px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	display: block;
}
.d-d .d-b .b2:hover {
	background-color: #ffffff;
	border: solid 1px #f54012;
	color: #f54012;
}
.d-d .d-b .b1:hover, .user .sub-btn:hover {
	background-image: linear-gradient(270deg, #f57519 0%,  #f54012 100%);
	color: #fff;
}
.d-d .d-b .b1 {
	background-color: #ffffff;
	border: solid 1px #f54012;
	color: #f54012;
}
.d-d .d-b .b2 {
	color: #707070;
	background-color: #ffffff;
	border: solid 1px #eeeff0;
	margin-top: 12px;
}
.d-d .d-dd {
	float: left;
	margin-left: 8px;
	width: calc(100% - 90px);
}
.d-dl {
	margin-bottom: 9px;
	position: relative;
}
.d-dl:last-child {
	margin-bottom: 0;
}
.d-dl .dl11, .d-dl .dl21 {
	font-size: 12px;
	color: #999999;
	float: left;
	display: inline-block;
}
.d-dl .dl11 .dl12, .d-dl .dl21 .dl22 {
	font-size: 12px;
	color: #f54012;
	margin-left: 8px;
	display: inline-block;
	min-width: 14px;
}
.d-dl .dl21 {
	float: right;
}
.d-dl .dl21.abs {
	position: absolute;
	right: 0;
	top: 0;
}
.d-t {
	padding-top: 8px;
	height: 40px;
	display: table;
	width: 100%;
	overflow: hidden;
}
.d-t .d-ta {
	display: inline-block;
	float: left;
	height: 24px;
	background-color: #fef1e7;
	border-radius: 3px;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #f54218;
	text-align: center;
	padding: 0 8px;
	margin-right: 8px;
}
.cs-w, .mv-w {
	width: 100%;
	background-color: #fff;
	padding-top: 20px;
	margin-bottom: 40px;
}
.cs-l {
	margin-top: 12px;
	padding-bottom: 8px;
}

.c-ii {
	margin-bottom: 16px;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	transition: box-shadow 150ms;
	-ms-transform: box-shadow 150ms;
	-moz-transition: box-shadow 150ms;
	-webkit-transition: box-shadow 150ms;
	-o-transition: box-shadow 150ms; 
}
.c-ii .ivu-card-body{
	padding: 0;
}
.c-ii .c-ii-img {
	width: 288px;
	height: 216px;
	position: relative;
}
.c-ii-img img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.c-ii .c-on {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-left: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 45px;
	line-height: 45px;
	max-width: 220px;
	overflow: hidden;
}
.cc-l {
	float: left;
	width: 896px;
	margin-top: 20px;
	position: relative;
	height: 564px;
}
.cc-u {
	width: 288px;
	float: right;
	height: 528px;
	margin-top: 20px;
}
.cc-tl {
	width: 288px;
	height: 124px;
	display: block;
}
.cc-ii {
	border: 0;
	margin-bottom: 26px;
	box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	transition: box-shadow 150ms;
	-ms-transform: box-shadow 150ms;
	-moz-transition: box-shadow 150ms;
	-webkit-transition: box-shadow 150ms;
	-o-transition: box-shadow 150ms; 
}
.cc-ii .ivu-card-body{
	padding: 9px 8px 7px 8px;
}
.cc-ii .cc-ii-img {
	width: 272px;
	height: 134px;
	display: block;
}
.cc-ii-img img {
	width: 100%;
	height: 100%;
}

.cc-ii .cc-n {
	width: 272px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-top: 6px;
	padding-left: 2px;
}
.cc-d {
	height: 17px;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #999999;
	margin-top: 28px;
	padding-left: 2px;
}
.cc-pi {
	margin-top: 9px;
}
.cc-pi .cc-f {
	display: inline-block;
	height: 24px;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: #f54012;
}
.cc-pi .cc-lr {
	display: inline-block;
	height: 17px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #999999;
	margin-left: 17px;
}
.cc-ut {
	height: 25px;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	color: #999999;
	margin: 16px 0;
	margin-bottom: 28px;
}
.cc-ui {
	cursor: pointer;
	margin-top: 22px;
}
.cc-ui .cc-us-svg {
	width: 35px;
	height: 40px;
	display: inline-block;
	float: left;
}
.cc-ui .cc-us {
	float: left;
	width: 36px;
	border-radius: 50%;
	height: 36px;
	background-color: #eeeff0;
	display: inline-block;
	font-family: DIN;
	font-size: 18px;
	line-height: 36px;
	color: #999999;
	text-align: center;
}
.cc-ui .cc-ul {
	float: left;
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-left: 16px;
	margin-top: 4px;
}
.cc-ui .cc-ul.t {
	margin-top: 6px;
}
.cc-ui .cc-un {
	float: left;
	vertical-align: middle;
	margin-left: 12px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	margin-top: 8px;
	width: 130px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cc-ui .cc-un.t, .cc-ui .cc-uc.t {
	margin-top: 10px;
}
.cc-ui .cc-uc {
	float: right;
	height: 22px;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 7px;
	color: #999;
}

.tao-c-l {
	display: table;
	width: 100%;
	margin-top: 16px;
}
.tao-c-i {
	width: 389px;
	height: 433px;
	background-color: #ffffff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	display: inline-block;
	float: left;
	margin-right: 16px;
	padding: 14px 16px;
	border: solid 1px #eeeff0;
	margin-bottom: 20px;
}
.tao-c-i:nth-child(3) {
	margin-right: 0;
}
.tao-ah {
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	position: relative;
	height: 30px;
	display: table;
	width: 100%;
}
.tao-ah::before {
	content: "";
	bottom: 0;
	left: 0;
	width: 32px;
	height: 4px;
	background-color: #f54012;
	border-radius: 4px;
	position: absolute;
}
.tao-ah a {
	font-size: 14px;
	color: #999999;
	display: inline-block;
	position: absolute;
	font-weight: normal;
	right: 0;
	bottom: 8px;
}
.tao-ai {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-top: 16px;
	position: relative;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.tao-ai .al {
	position: relative;
	width: 100%;
	height: 173px;
	display: block;
	border-radius: 4px;
	text-align: center;
}
.tao-ai .al .at {
	height: 60px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.51) 0, transparent 100%);
	border-radius: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	width: 100%;
	padding-top: 26px;
	padding-left: 8px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tao-ai .alw {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.tao-ai .alw img {
	height: auto;
	width: 100%;
	display: inline-block;
	top: 0;
	left: 0;
	position: relative;
	transition: transform 350ms;
	-ms-transform: -ms-transform 350ms;
	-moz-transition: -moz-transform 350ms;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms; 
}
.tao-qi {
	display: block;
	margin-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px #eeeff0 solid;
}
.tao-qi.qi0 {
	margin-top: 25px;
}
.tao-qi .qin {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.tao-qi .qia {
	margin-top: 10px;
	display: table;
	width: 100%;
}
.tao-qi .qia .qiac,
.tao-qi .qia .qiab  {
	font-size: 12px;
	line-height: 17px;
	color: #999999;
	float: left;
}
.tao-qi .qia .qiab {
	color: #f54012;
	float: right;
	display: inline-block;
}
.tao-qi .qia .qiab {
	opacity: .8;
}
.tao-ii {
	display: block;
	margin-top: 16px;
}
.tao-ii .il {
	width: 357px;
	height: 173px;
	border-radius: 4px;
	overflow: hidden;
  	position: relative;
}
.tao-ii .il img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: relative;
	transition: transform 350ms;
	-ms-transition: -ms-transform 350ms;
	-moz-transition: -moz-transform 350ms;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms; 
}
.tao-ii .in {
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 16px;
	font-weight: bold;
}
.tao-ii .ic {
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-top: 12px;
	white-space: normal;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 355px;
}
.tao-ii .il img:hover, .tao-ai .alw img:hover, .tao-ai:hover img {
	-webkit-transform: scale(1.05);
  	-moz-transform: scale(1.05);
  	-ms-transform: scale(1.05);
  	-o-transform: scale(1.05);
  	transform: scale(1.05);
}
.left-box {
	position: fixed;
	top: 280px;
	margin-left: -160px;
	z-index: 111;
}
.left-list {
	height: 40px;
	width: 96px;
	text-align: center;
	padding: 10px 0px;
	font-size: 14px;
	color: #666666;
	border-radius: 4px;
	cursor: pointer;
	background-color: #fff;
	margin-top: 2px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.left-list:last-child {
	margin-top: 8px;
}
.left-list:last-child .iconfont {
	color: #f54012;
}
.left-list:hover, .left-list.active {
	color: #fff;
	background-color: #f54012;
}
.left-list:hover .iconfont {
	color: #fff;
}
.right-box {
	position: fixed;
	right: 0;
	width: 48px;
	background-color: #ffffff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	z-index: 11111;
}
.right-list {
	background-color: #fff;
	width: 48px;
	height: 96px;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
	cursor: pointer;
} 
.right-list::after {
	content: "";
	position: absolute;
	width: 28px;
	height: 1px;
	background-color: #eeeff0;
	bottom: 0;
	left: 50%;
	margin-left: -14px;
}
.right-list:last-child::after {
	content: none;
}

.right-list svg {
	width: 24px;
	height: 24px;
	margin-bottom: 5px;
}
.right-list .txt {
	display: inline-block;
	width: 28px;
	height: 40px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	text-align: center;
}
.right-list .hover-data {
	position: absolute;
	top: 0;
	background-color: #fff;
	padding: 20px 16px;
	
}
.right-list.rlh:hover .hover-data {
	display: block;
}

.hover-data.ydt {
	width: 152px;
	display: none;
	height: 244px;
	background-color: #ffffff;
	border-radius: 4px 0px 0px 4px;
	border: solid 1px #eeeff0;
	left: -152px;
}
.hover-data.kfs {
	width: 240px;
	height: 202px;
	display: none;
	background-color: #ffffff;
	border-radius: 4px 0px 0px 4px;
	border: solid 1px #eeeff0;
	left: -240px;
}
.kf-phone {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	margin-top: 8px;
}
.ol-time {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.kf-qqs {
	margin-top: 12px;
}
.kfqq-btn {
	width: 100px;
	height: 32px;
	background-color: #2b99ea;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	color: #ffffff;
	display: inline-block;
	margin-top: 8px;
}
.kfqq-btn:hover {
	opacity: .8;
	color: #fff;
}

.hover-title {
	text-align: center;
	height: 28px;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	color: #333333;
}
.ydt-qrcode {
	width: 124px;
	height: 124px;
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 4px;
}
.ydt-qrcode img {
	width: 100%;
	height: 100%;
}
.ydt-bt {
	height: 40px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	text-align: center;
}
.hover-data.tsjy {
	width: 296px;
	height: 286px;
	background-color: #ffffff;
	border-radius: 4px 0px 0px 4px;
	border: solid 1px #eeeff0;
	left: -296px;
}
.hover-data.tsjy .tsjy-close {
	position: absolute;
	font-size: 16px;
	right: 4px;
	top: 4px;
	display: inline-block;
}
.jy-w {
	margin-top: 12px;
	position: relative;
}
.jy-w textarea {
	width: 264px;
	height: 110px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e6e4e3;
	padding: 8px;
}
.jy-aux {
	position: absolute;
	bottom: 4px;
	right: 6px;
	font-size: 12px;
	color: #999999;
}
.jy-code, .jy-submit {
	display: table;
	margin-top: 12px;
	width: 264px;
}
.jy-code .jy-code-input {
	width: 164px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e6e4e3;
	position: relative;
	float: left;
	display: inline-block;
}
.jy-code-input input, .jy-submit input {
	font-size: 14px;
	height: 32px;
	font-weight: normal;
	line-height: 32px;
	color: #999999;
	width: 100px;
	display: inline-block;
	float: left;
	border: 0;
	outline: none;
	padding: 8px;
}
.jy-code-input .jy-code-change {
	font-size: 14px;
	line-height: 20px;
	color: #f54012;
	float: right;
	display: inline-block;
	margin-right: 8px;
	margin-top: 8px;
}
.jy-code-w {
	float: right;
	display: inline-block;
	width: 92px;
	height: 36px;
}
.jy-submit input {
	width: 164px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e6e4e3;
	display: inline-block;
	float: left;
}
.jy-submit span {
	float: right;
	height: 36px;
	width: 92px;
	display: inline-block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
}

.lottie {
	width: 84px;
	height: 84px;
	position: absolute;
	left: -24px;
	top: 16px;
	background: transparent;
}
#CaseSwiper {
	width: 1200px;
	display: block;
	margin: 0 auto;
}
.cs-slider-btns {
	display: inline-block;
	float: right;
	margin-top: 6px;
}
.cs-slider-btns svg {
	cursor: pointer;
	width: 28px;
	height: 28px;
}
.cs-slider-btns svg:hover {
	opacity: .8;
}
.c-ii-img .cbt {
	height: 60px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.51) 0, transparent 100%);
	border-radius: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	width: 100%;
	padding-top: 26px;
	padding-left: 8px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.c-ii-user {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	border-radius: 4px;
	transition: top 500ms;
	-ms-transition: top 500ms;
	-moz-transition: top 500ms;
	-webkit-transition: top 500ms;
	-o-transition: top 500ms; 
}
.c-ii-user .ct {
	height: 45px;
	line-height: 25px;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	margin-top: 58px;
	padding: 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.c-ii-user .cu {
	text-align: center;
	margin-top: 12px;
}
.c-ii-user .cu img {
	width: 32px;
	height: 32px;
	border-radius: 24px;
	display: inline-block;
	border: solid 1px #cccccc;
}
.c-ii-user .cu span {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #cccccc;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 120px;
	vertical-align: middle;
	margin-left: 4px;
}
.c-ii-user .cu span:hover {
	color: #fff;
}
.c-ii:hover .cbt {
	display: none;
}
.c-ii:hover .c-ii-user {
	top: 0;
}