/*!
 *  Fuda by lonnylin 124318556@qq.com Design
 *  Copyright 2018-Now fuda machine, Inc.
 *  License -  http://www.fudajixie.cn (Version: v1.1.1, CSS: MIT License)
 */
/* FUDA MOBILE PATH
 * -------------------------- */

/* CCWCPS */

h1.ccwcps-title {
	font-size: 125%;
	overflow: hidden
}

h1.ccwcps-title span.cps-title {
	float: left;
	width: 7.4%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-bottom: 2px solid #009eed;
	color: #fff;
	background: #009eed
}

h1.ccwcps-title span.cps-more {
	float: right;
	width: 92.5555555%;
	height: 35px;
	line-height: 35px;	
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	border-bottom: 2px solid #eee
}

/* FD-CPS */

.fd-cps-item {
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.fd-cps-item li {
	position: relative;
	padding: 20px 0;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #eee;
	transition: box-shadow .6s ease;
	-webkit-transition: box-shadow .6s ease
}

.fd-cps-item li:hover {
	background-color: #f9f9f9;
	transition: all .2s cubic-bezier(.7,.18,.53,.75)
}

.fd-cps-item .chart {
	position: relative;
	float: left;
	width: 224px;
	height: 168px;
	display: block;
	overflow: hidden;
	text-decoration: none
}

.fd-cps-item .chart img {
	width: 224px;
	height: 168px;
	object-fit: cover;
	display: block
}

.fd-cps-item .time {
	font-size: 12px;
	color: #fff;
	padding: 0 5px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	opacity: 1;
	height: 20px;
	line-height: 20px;
	transition: .6s;
	background-color: #000;
	background-color: #111;
	border-radius: 3px;
	opacity: .8
}

.fd-cps-item .box:hover .time {
	opacity: 0
}

.fd-cps-item .cc-play {
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: opacity .6s;
	background-color: #000;
	background-color: rgba(0,0,0,.5)
}

.fd-cps-item .cc-play:hover {
	filter: alpha(opacity=100);
	opacity: 1
}

.fd-cps-item .cc-play-icon {
	cursor: pointer;
	background: url(../images/play.png) no-repeat 14px 0;
	width: 64px;
	height: 36px;
	padding-top: 40px;
	background-size: 36px auto;
	color: #f5f5f5;
	text-align: center;
	font-size: 12px;
	margin: 65px auto 0 auto;
	display: block
}

.fd-cps-item .detail {
	float: right;
	width: 70%
}

.fd-cps-item .title {
	margin-bottom: 10px;
	font-size: 180%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

.fd-cps-item .simple {
	line-height: 20px;
	cursor: pointer;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
}

.fd-cps-item .small {
	position: absolute;
	bottom: 20px;
}

.fd-cps-item .load-more {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	cursor: pointer
}

.fd-cps-item .load-end {
	margin: 0 auto;
	padding: 20px 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center
}

.fd-cps-item .load-end a {
	color: #009eed;
}

.fd-mark {
	display: inline-block;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4318556;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all .2s cubic-bezier(.7,.18,.53,.75);
	box-shadow: 0 0 1px rgba(0,0,0,0.5)
}

.fd-mark a {
	text-decoration: none;
	transition: background-color .3s;
}

.fd-mark:hover {
	color: #fff;
	background-image: none;
	background-color: #009eed
}

.fd-mark a:active {
	color: #fff;
	background-image: none;
	background-color: #009eed
}

/* CPS */

.ccw-cps-whole {
	width: 100%;
	background: #f9f9f9;
	border-bottom: 1px solid #eee
}

.ccw-cps-main {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #eee
}

.ccwps-main {
	width: 100%;
	background: #f6f6f6;
	overflow: hidden
}

.ccw-cps-total {
	position: relative;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.065);
	box-shadow: 0 0 3px rgba(0,0,0,0.065)
}

article.ccw-cps-one {
	position: relative;
	float: left;
	width: 73%;
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.065);
	box-shadow: 0 0 3px rgba(0,0,0,0.065)
}

aside.ccw-cps-two {
	position: relative;
	float: right;
	width: 25%;
}

.cc-class-cps {
	width: 100%;
}

.cc-class-cps h1.first {
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.cc-class-cps h1.second {
	margin-left: -10px;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.cc-class-cps ul {
	overflow: hidden;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.cc-class-cps li {
	margin-bottom: 10px;
	height: 35px;
	line-height: 35px;
}

.cc-class-cps li span {
	font-size: 14px;
	color: #009eed;
	font-family: 'Microsoft YaHei',Helvetica,Arial,sans-serif
}

.cc-class-cps li .change {
	color: #009eed
}

.cc-class-cps li a {
	padding: 5px 10px
}

.cc-mark {
	display: inline-block;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4318556;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all .2s cubic-bezier(.7,.18,.53,.75);
	box-shadow: 0 0 1px rgba(0,0,0,0.5)
}

.cc-mark a {
	text-decoration: none;
	transition: background-color .3s;
}

.cc-mark:hover {
	color: #fff;
	background-image: none;
	background-color: #009eed
}

.cc-mark a:active {
	color: #fff;
	background-image: none;
	background-color: #009eed
}

.cc-title-cps {
	position: relative;
	overflow: hidden
}

.cc-title-cps h1.cc-cps-location {
	font-size: 14px;
	font-family: "宋体";
	line-height: 2;
	overflow: hidden;
}

.cc-title-cps h1.cc-cps-location a {
	padding: 10px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

.ccws-title-cps {
	position: relative;
	padding-left: 35px;
	overflow: hidden
}

.ccws-title-cps h1.title {
	width: 80%;
	margin-top: -5px;
	margin-bottom: 10px;
	line-height: 1.4330889038;
	font-size: 200%;
	font-weight: 700;
	font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif
}

.ccws-title-cps h2 {
	color: #999
}

.ccws-title-cps h2 span.brand {
	float: left;
	font-size: 14px;
	font-weight: normal;
}

.ccws-title-cps h3 {
	position: absolute;
	top: 0;
	right: 115px;
	padding: 5px;
	border-radius: 2px;
	background-color: #009eed
}

.ccws-title-cps h3 span.score {
	font-size: 14px;
	color: #009eed;
	padding: 3px 5px;
	display: block;
	border-radius: 2px 2px 0 0;
	background-color: #fff;
}

.ccws-title-cps h3 span.fraction {
	padding-top: 5px;
	font-size: 24px;
	font-weight: 700;
	font-family: arial;
	color: #fff;
	text-align: center;
	display: block
}

.ccws-title-cps h4 {
	position: absolute;
	width: 105px;
	top: 0;
	right: 0;
	padding: 5px;
	border-radius: 2px;
	background-color: #ff6600
}

.ccws-title-cps h4 span.heat {
	font-size: 14px;
	color: #ff6600;
	font-family: arial;
	padding: 3px 5px;
	display: block;
	text-align: center;
	border-radius: 2px 2px 0 0;
	background-color: #fff;
}

.ccws-title-cps h4 span.headcount {
	padding-top: 5px;
	font-size: 24px;
	font-weight: 700;
	font-family: arial;
	color: #fff;
	text-align: center;
	display: block
}

.ccw-title-cps {
	position: relative;
	width: 107.7777777%;
	padding: 15px 10px 15px 30px;
	overflow: hidden;
	background: #f9f9f9
}

.leave {
	margin-left: -32.5px;
	border-left: 5px solid #009eed
}

.ccw-title-cps h1.title {
	line-height: 1.4330889038;
	font-size: 150%;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.ccw-title-cps h2.title {
	line-height: 1.4330889038;
	font-size: 150%;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.ccw-title-cps span {
	color: #009eed
}

.ccw-title-cps em {
	margin-left: 5px;
	color: #009eed;
	font-style: normal;
	font-weight: normal
}

.ccws-wrap-title {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.ccws-wrap-title li {
	float: left;
	width: 50%;
	padding: 11px 0
}

.ccws-wrap-title li:not(:last-of-type) {
	border-bottom: 1px solid #eee
}

.ccws-wrap-title li span.hd {
	padding-left: 10px;
	font-size: 14px;
	color: #999
}

.ccws-wrap-title li.total {
	width: 100%
}

.ccws-wrap-title li span.hold {
	font-weight: normal;
	color: #d90000;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

.ccws-wrap-title li span.money {
	margin-left: 5px;
	font-size: 14px;
	font-weight: 700;
	color: #d90000
}

.ccws-wrap-title li a {
	margin-right: 10px;
}

.ccw-video-info {
	width: 100%;
	overflow: hidden
}

.ccw-cps-info {
	position: relative;	
	width: 100%;
	font-size: 115%;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	line-height: 1.8330889038;
	overflow: hidden
}

.ccw-cps-info img {
	max-width: 815px;
	height: auto
}

.ccw-cps-shut dl {
	position: relative;	
	width: 100%;
	overflow: hidden
}

.ccw-cps-shut dl dt {
	width: 100%;
	color: #999;
	padding: 20px 0
}

.ccw-cps-shut dl dt a {
	margin-right: 10px;
	color: #009eed
}

.ccw-cps-shut dl dt a:hover {
	color: #d90000
}

.ccw-cps-shut dl dd {
	width: 100%;
	padding: 20px 0;
	list-style: none;
	border-top: 1px solid #eee
}

.ccw-cps-shut dl dd span.prev {
	float: left;
	color: #999;
}

.ccw-cps-shut dl dd span.prev a {
	color: #009eed
}

.ccw-cps-shut dl dd span.prev a:hover {
	color: #d90000
}

.ccw-cps-shut dl dd span.next {
	float: right;
	color: #999;
}

.ccw-cps-shut dl dd span.next a {
	color: #009eed
}

.ccw-cps-shut dl dd span.next a:hover {
	color: #d90000
}

/* Element wrapper */

.ccws-reveal {
	width: 100%;
	padding-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.ccws-wrap {
	position: relative;
	float: left;
	width: 407px;
	display: none;
	line-height: 0;
	font-size: 0;
	background: #eee;
	border: 1px solid #eee;
	border-radius: 2px;
}

.ccws-pro-title {
	float: right;
	width: 48%;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

.ccws-pro-title li {
	padding: 15px 0
}

.ccws-pro-title li:not(:last-of-type) {
	border-bottom: 1px solid #eee
}

.ccws-pro-title li.ccws-price {
	margin-top: -15px;
	padding: 0;
	line-height: 2
}

.ccws-pro-title li span.hd {
	font-size: 14px;
	color: #666
}

.ccws-pro-title li span.count {
	font-size: 36px;
	font-weight: normal;
	color: #d90000;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

.ccws-pro-title li span.money {
	margin-left: 5px;
	font-size: 14px;
	font-weight: 700;
	color: #d90000
}

.ccws-pro-title li a {
	margin-right: 10px;
}

/* Thumbnails */

.ccws-thumbs {
	text-align: left;
	display: inline-block;
	background: #3d3d3d
}

.ccws-thumbs img {
	min-height: 81px;
	min-width: 81px;
	max-width: 81px;
}

.ccws-thumbs a:link, .ccws-thumbs a:visited {
	width: 81px;
	height: 81px;
	overflow: hidden;
	opacity: .5;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.ccws-thumbs a:hover {
	opacity: 1;
}

/* Styles for the currently selected thumbnail */

.ccws-thumbs a:active, .ccws-current {
	opacity: 1!important;
	position: relative
}

/* Image currently being viewed */

.ccws-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
}

.ccws-large a img {
	max-width: 100%;
	height: auto;
}

.ccws-large a {
	display: block;
}

/* Panning Zoomed Image */

.ccws-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}

/* Lightbox */

.ccws-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 500;
	display: none;
	cursor: pointer;
}

.ccws-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}

#ccws-prev, #ccws-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}

#ccws-prev {
	left: 10px;
}

#ccws-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}

#ccws-next {
	right: 10px;
}

#ccws-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}

#ccws-prev:hover, #ccws-next:hover {
	background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
	.ccws-wrap {
		margin: 0 0 15px 0;
	}

	#ccws-prev, #ccws-next {
		top: auto;
		margin-top: 0;
		bottom: 25px;
	}
}

/* TITLE */

h1.cc-list-title {
	font-size: 125%;
	overflow: hidden
}

h1.cc-list-title span.title {
	float: left;
	width: 50%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-top: 2px solid #009eed;
	border-right: 1px solid #eee
}

h1.cc-list-title span.more {
	float: left;
	width: 49.66666666%;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

h1.cc-list-title span.total {
	float: left;
	width: 49.66666666%;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

h1.cc-list-title span.font {
	padding: 0 3px;
	font-size: 125%;
	font-weight: normal;
	color: #d60000;
	font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

/* USE */

.ccw-list-use {
	width: 300px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.065);
	box-shadow: 0 0 3px rgba(0,0,0,0.065)
}

.ccw-list-use dl {
	margin: 10px;
	padding: 10px;
}

.ccw-list-use dl:not(:last-of-type) {
	border-bottom: 1px solid #eee
}

.ccw-list-use dl dt {
	width: 100%;
	margin-bottom: 10px;
}

.ccw-list-use dl dt img {
	margin: 0 auto;
	height: 60px;
	display: block;
}

.ccw-list-use dl dd {
	line-height: 25px;
	overflow: hidden
}

.ccw-list-use dl dd span.symbol:after {
	content: "\2022";
	color: #ddd;
	padding-right: 5px;
}

.ccw-list-use dl dd.first {
	font-size: 110%;
	font-weight: 700;
	line-height: 35px;
	overflow: hidden;
}

.ccw-list-use dl dd a {
	color: #999;
}

.ccw-list-use dl dd a:hover {
	color: #d60000;
}

.ccw-list-use ul {
	padding: 5px 20px;
}

.ccw-list-use li {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}

.ccw-list-use li:not(:last-of-type) {
	border-bottom: 1px solid #eee
}

.ccw-list-use li span.pic {
	float: left;
	width: 81px;
	overflow: hidden
}

.ccw-list-use li img {
	width: 81px;
	height: 45px;
	object-fit: cover;
	display: block;
}

.ccw-list-use li span.mark {
	float: right;
	width: 65%;
	height: 45px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
}

.ccw-list-use li:hover {
	background: #f8f8f8
}

/* LIST CPS */

.ccw-list-cps {
	width: 300px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.065);
	box-shadow: 0 0 3px rgba(0,0,0,0.065)
}

.ccw-list-cps ul {
	padding: 5px 20px;
}

.ccw-list-cps li {
	position: relative;
	padding: 10px 0;
	overflow: hidden;
	list-style: none;
}

.ccw-list-cps li:not(:last-of-type) {
	border-bottom: 1px solid #eee
}

.ccw-list-cps li span.pics {
	float: left;
	width: 60px;
	overflow: hidden
}

.ccw-list-cps li img {
	width: 60px;
	height: 45px;
	object-fit: cover;
	display: block;
}

.ccw-list-cps li span.title {
	float: right;
	width: 70%;
	height: 36px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.330889038;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.ccw-list-cps li p {
	position: absolute;
	bottom: 10px;
}

.ccw-list-cps li .fa-jpy {
	margin-left: 10px;
	color: #d90000;
}

.ccw-list-cps li span.price {
	font-size: 16px;
	line-height: 15px;
	color: #d90000;
}

.ccw-list-cps li span.brand {
	padding: 3px 5px 2px 5px;
	font-size: 12px;
	color: #009eed;
	border-radius: 2px;
	border: 1px solid #009eed
}

.ccw-list-cps li:hover {
	background: #f8f8f8
}

/* CPS */

.cc-l-t {
	float: left;
	padding: 8px 0;
}

.cc-l-t span.font {
	padding: 0 5px;
	color: #d90000;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.cc-l-t .fa-jpy {
	color: #d90000
}

.cc-l-t span.prices {
	font-size: 16px;
	font-weight: 700;
	color: #d90000;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.cc-l-r {
	float: right;
}

.cc-l-n {
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.cc-l-i {
	height: 33px;
	line-height: 33px;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.cc-l-i img {
	float: left;
	height: 100px;
	display: block
}

.cc-l-s {
	padding-top: 3px;
	line-height: 28px;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.cc-l-s .fa-jpy {
	padding-right: 3px;
	color: #d90000
}

.cc-l-s span.prices {
	padding-right: 3px;
	font-size: 16px;
	font-weight: 700;
	color: #d90000;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.cc-l-f {
	font-size: inherit;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.cc-l-f span.color {
	padding: 0 10px;
	color: red
}

.cc-color {
	color: #d90000
}

.cc-to input {
	display: inline-block;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.cc-to input {
	color: #fff !important;
	background-color: #009eed
}

.cc-to input:hover {
	background-color: #0093dd
}

.cc-to input:focus {
	border-color: #009eed;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
