﻿/*!
 *  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
 * -------------------------- */
@charset "utf-8";
html,body {
	color: #3d3d3d;
	background: #fff;	
	font-family: -apple-system,BlinkMacSystemFont,'Hiragino Sans GB','Microsoft YaHei',Helvetica,Arial,sans-serif;
}

a {
	color: #3d3d3d;
	text-decoration: none
}

a:hover {
	color: #009eed;
	text-decoration: none
}

.clear {
	clear: both
}

.affix {
	display: block;
}

.ccw-clear {
	height: 125px
}

.ccw-main {
	width: 100%;
	background: #fff
}

.ccws-main {
	width: 100%;
	background: #fff;
	display: none
}

.ccw-within {
	width: 100%;
	background: #f8f8f8
}

.ccw-navbar {
	display: none
}

/* TOP */

.cc-logo {
	float: left;
	width: 18%;
	font-size: 0;
	background: url(../images/logo.png) no-repeat left top;
}

.cc-logo a {
	width: 180px;
	height: 60px;
	display: block;
	background-position: 0 top!important;
}

.cc-top-so {
	float: left;
	width: 50%
}

.cc-top-nav {
	float: right;
	margin-top: 15px;
	position: relative
}

.cc-top-nav ul li {
	float: left;
	padding: 0 10px;
	height: 35px;
	line-height: 35px
}

.cc-top-nav li img {
	height: 25px;
	margin-right: 5px;
	border-radius: 100%
}

.cc-top-nav dl {
	position: absolute;
	top: 35px;
	z-index: 1;
	display: none;
	background: #fff;
	background-image: -moz-linear-gradient(top,#fff,#f6f6f6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f6f6f6));
	background-image: -webkit-linear-gradient(top,#fff,#f6f6f6);
	background-image: -o-linear-gradient(top,#fff,#f6f6f6);
	background-image: linear-gradient(to bottom,#fff,#f6f6f6);
	background-repeat: repeat-x;
	border: 1px solid #ddd;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f6f6f6',GradientType=0);
	*zoom: 1;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.065);
	box-shadow: 0 1px 3px rgba(0,0,0,0.065)
}

.cc-top-nav dl dd {
	width: 84px
}

.cc-top-nav dl dd:not(:last-of-type) {
	border-bottom: 1px solid #eee
}

.cc-top-nav dl dd a {
	padding: 5px 0;
	display: block;
	text-align: center;
	color: #333e48;
}

.cc-top-nav dl dd a:hover {
	padding: 5px 0;
	display: block;
	text-align: center;
	color: #fff;
	background: #009eed
}

.fa-qq {
	color: #009eed;
}

.fa-weibo {
	color: #d90000;
}

.fa-weixin {
	color: #00d300;
}

.fa-qq:hover {
	color: #00baff;
}

.fa-weibo:hover {
	color: #ff0000;
}

.fa-weixin:hover {
	color: #00e900;
}

/* CCW NAV */

.ccw-nav {
	position: relative;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	background-color: #3d3d3d
}

.ccw-nav li {
	float: left;
	height: 45px;
	line-height: 45px;
	display: inline-block
}

.ccw-nav li.first {
	color: #fff;
	background-color: #009eed;
}

.ccw-nav li.first a {
	display: block;
}

.ccw-nav li.first a:hover {
	color: #fff;
	background-color: #009eed;
}

.ccw-nav a {
	padding: 0 30px;
	color: #fff;
	display: block;
}

.ccw-nav a:focus {
	color: #fff;
	background-color: #009eed;
	text-decoration: none
}

.ccw-nav a:hover {
	color: #fff;
	background-color: #009eed;
	text-decoration: none
}

.ccw-nav dl {
	position: absolute;
	top: 45px;
	display: none;
	background: #fff;
	background-image: -moz-linear-gradient(top,#fff,#f6f6f6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f6f6f6));
	background-image: -webkit-linear-gradient(top,#fff,#f6f6f6);
	background-image: -o-linear-gradient(top,#fff,#f6f6f6);
	background-image: linear-gradient(to bottom,#fff,#f6f6f6);
	background-repeat: repeat-x;
	border: 1px solid #ddd;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f6f6f6',GradientType=0);
	*zoom: 1;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.065);
	box-shadow: 0 1px 3px rgba(0,0,0,0.065)
}

.ccw-nav dl dd {
	width: 128px;
	display: block
}

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

.ccw-nav dl dd a {
	padding: 6px 22px;
	text-align: center;
	color: #333e48;
}

.ccw-nav dl dd a:hover {
	padding: 6px 22px;
	color: #fff;
	text-align: center;
	background: #009eed
}

/* FDSOEM */

.fd-swiper {
	width: 100%;
	height: 700px;
	overflow: hidden
}

.fd-swiper .swiper-container {
	width: 100%;
	height: 700px
}

.swiper-button-prev,.swiper-button-next {
	width: 15%;
	height: 100%;
	top: 0;
	background: 0 0
}

.swiper-button-prev {
	left: 0
}

.swiper-button-next {
	right: 0
}

.swiper-button-prev span,.swiper-button-next span {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -32px;
	border-radius: 100%;
	background: rgba(180,180,180,.25) url(../images/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

.swiper-button-next span {
	background: rgba(180,180,180,.25) url(../images/arrows.png) no-repeat center -71px;
	left: auto;
	right: 20px
}

.swiper-button-prev:hover span,.swiper-button-next:hover span {
	opacity: .6
}

.fd-swiper .swiper-pagination {
	top: auto;
	bottom: 50px;
	background: 0 0
}

.fd-swiper .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
	background: 0 0;
	border-radius: 0;
	opacity: 1
}

.fd-swiper .swiper-pagination-bullet span {
	width: 50px;
	height: 2px;
	display: block;
	background: rgba(128,128,128,.2)
}

.fd-swiper .swiper-pagination-bullet-active span {
	background: gray
}

.fd-swiper .autoplay .swiper-pagination-bullet-active span {
	background: rgba(128,128,128,.2)
}

.fd-swiper .swiper-pagination-bullet i {
	background: gray;
	height: 2px;
	transform: scaleX(0);
	transform-origin: 0;
	display: block
}

.fd-swiper .autoplay .firsrCurrent i {
	transition: transform 2.9s linear;
	transform: scaleX(1)
}

.fd-swiper .autoplay .current i {
	transition: transform 4s linear;
	transform: scaleX(1)
}

.fd-swiper .autoplay .replace span {
	background: gray
}

.slide1 {
	background-position: center center;
	background-size: cover
}

.slide2 {
	background-position: center center;
	background-size: cover
}


.slide3 {
	background-position: center center;
	background-size: cover
}

.slide1 .title, .slide2 .title, .slide3 .title {
	position: absolute;
	left: 20%;
	bottom: 15%;
	padding: 20px;
	border-radius: 4px;
	color: #fff;
	filter: alpha(opacity=100);
	opacity: 1;
	transition: opacity .6s;
	background-color: #000;
	background-color: rgba(0,0,0,.5)
}

.slide1 .title a, .slide2 .title a, .slide3 .title a {
	color: #fff
}

.slide1 .title a:hover, .slide2 .title a:hover, .slide3 .title a:hover {
	color: #009eed
}

.slide1 .title .f1, .slide2 .title .f1, .slide3 .title .f1 {
	margin-bottom: 10px;
	font-size: 200%;
	font-weight: 400
}

.slide1 .title .f2, .slide2 .title .f2, .slide3 .title .f2 {
	font-size: 14px;
	font-weight: 400
}

/* ABOUT */

.fd-about {
	position: relative;
	width: 100%;
	height: 450px;
	background: #fff
}

h1.fd-about-title {
	font-size: small
}

h1.fd-about-title .title {
	margin-bottom: -20px;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #eee
}

h1.fd-about-title .text {
	margin: 0 auto;
	width: 17%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #999;
	background-color: #fff
}

.fd-about-wrap {
	width: 100%;
	height: auto
}

.fd-about-wrap .chart {
	position: relative;
	width: 600px;
	height: 450px;
	display: block;
	overflow: hidden;
	text-decoration: none
}

.fd-about-wrap .chart img {
	width: 600px;
	height: 450px;
	object-fit: cover;
	display: block
}

.fd-about-wrap .title {
	width: 48%;
	font-family: Arial;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0
}

.fd-about-wrap .mark {
	font-size: 125%;
	font-weight: 700;
}

.fd-about-wrap .line {
	width: 27%;
	height: 1px;
	background-color: #eee
}

.fd-about-wrap .intro {
	font-size: 100%;
	color: #666;
	text-align: justify;
	overflow: hidden
}

/* NEWS */

article.fd-news-one {
	position: relative;
	float: left;
	width: 50%;
	background: #fff
}

aside.fd-news-two {
	position: relative;
	float: right;
	width: 48%;
	background: #fff
}

h1.fd-title {
	font-size: small
}

h1.fd-title .title {
	margin-bottom: -20px;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #eee
}

h1.fd-title .text {
	margin: 0 auto;
	width: 33%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #999;
	background-color: #fff
}

.fd-news-wrap {
	position: relative;
	width: 100%;
	height: 450px;
}

.fd-oem {
	width: 100%;
	height: auto
}

.fd-oem .chart {
	position: relative;
	width: 600px;
	height: 450px;
	display: block;
	overflow: hidden;
	text-decoration: none
}

.fd-oem .chart img {
	width: 600px;
	height: 450px;
	object-fit: cover;
	display: block
}

.fd-oem .time {
	font-family: Arial;
	padding: 0 30px 10px 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	background-color: #e90000
}

.fd-oem .time-day {
	font-size: 48px;
	text-align: center;
	overflow: hidden
}

.fd-oem .time-date {
	margin-top: -10px;
	font-size: 100%;
	text-align: center;
	overflow: hidden
}

.fd-oem .title {
	width: 82%;
	height: 88px;
	font-family: Arial;
	padding: 12px 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #000;
	background-color: rgba(0,0,0,.5)
}

.fd-oem .mark {
	font-size: 125%;
	font-weight: 700
}

.fd-oem .intro {
	font-size: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

/* HEAD */

.fd-head-line {
	position: relative;
	margin-bottom: -10px;
	font-family: Arial
}

.fd-head-line li {
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #eee
}

.fd-head-line .time {
	float: left;
	width: 15%;
	padding: 10px;
	margin-right: 10px;
	font-size: 12px;
	background-color: #eee
}

.fd-head-line .time-day {
	font-size: 43px;
	line-height: 1;
	text-align: center
}

.fd-head-line .time-date {
	font-size: 13px;
	text-align: center
}

.fd-head-line .title {
	float: left;
	width: 82%;
	padding: 5px 0;
	overflow: hidden
}

.fd-head-line .mark {
	margin-bottom: 6px;
	font-size: 125%;
	font-weight: 700
}

.fd-head-line .intro {
	font-size: 100%;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.fd-head-line li:hover {
	background: #f6f6f6
}

/* ITEM */


h1.ccw-title {
	font-size: small
}

h1.ccw-title .title {
	margin-bottom: -20px;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #eee
}

h1.ccw-title .text {
	margin: 0 auto;
	width: 70%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #999;
	background-color: #fff
}

.ccw-item {
	margin-left: -20px;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.ccw-item li {
	float: left;
	width: 224px;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	background: #fff;
	transition: box-shadow .6s ease;
	-webkit-transition: box-shadow .6s ease
}

.ccw-item li:hover {
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
	border-radius: 0 0 4px 4px
}

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

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

.ccw-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
}

.ccw-item .box:hover .time {
	opacity: 0
}

.ccw-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)
}

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

.ccw-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
}

.ccw-item .detail {
	padding: 4px 6px;
	border-radius: 0 0 4px 4px;
	border: 1px solid #eee
}

.ccw-item .title {
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

.ccw-item .simple {
	font-size: 12px;
	line-height: 22px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	display: block
}

/* ARTICLE TIEM NEW */

.ccw-item-new {
	margin-left: -20px;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.ccw-item-new li {
	float: left;
	width: 224px;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	background: #fff;
	transition: box-shadow .6s ease;
	-webkit-transition: box-shadow .6s ease
}

.ccw-item-new li:hover {
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
	border-radius: 0 0 4px 4px
}

.ccw-item-new .chart {
	position: relative;
	width: 224px;
	height: 124px;
	display: block;
	overflow: hidden;
	text-decoration: none
}

.ccw-item-new .chart img {
	width: 224px;
	height: 124px;
	object-fit: cover;
	display: block
}

.ccw-item-new .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
}

.ccw-item-new .box:hover .time {
	opacity: 0
}

.ccw-item-new .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)
}

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

.ccw-item-new .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: 45px auto 0 auto;
	display: block
}

.ccw-item-new .detail {
	padding: 4px 6px;
	border-radius: 0 0 4px 4px;
	border: 1px solid #eee
}

.ccw-item-new .title {
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

.ccw-item-new .simple {
	font-size: 12px;
	line-height: 22px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	display: block
}

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

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

.ccw-item-new .cc-load-end a {
	color: #009eed;
}

/* SEARCH TIEM */

.ccw-search {
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.ccw-search 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
}

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

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

.ccw-search .chart img {
	width: 224px;
	height: 168px;
	object-fit: cover;
	display: block
}

.ccw-search .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
}

.ccw-search .box:hover .time {
	opacity: 0
}

.ccw-search .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)
}

.ccw-search .cc-play:hover {
	filter: alpha(opacity=100);
	opacity: 1
}

.ccw-search .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
}

.ccw-search .detail {
	float: right;
	width: 70%
}

.ccw-search .title {
	font-size: 180%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

.ccw-search .simple {
	line-height: 20px;
	cursor: pointer;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5
}

.ccw-search .small {
	position: absolute;
	bottom: 20px;
}

.ccw-search .item {
	padding: 3px 5px 2px 5px;
	font-size: 12px;
	color: #009eed;
	border-radius: 2px;
	border: 1px solid #009eed
}

.ccw-search .item a {
	color: #009eed
}

.ccw-search .use {
	margin-left: 10px;
	color: #999
}

.ccw-search .cc-load-more {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	cursor: pointer
}

.ccw-search .cc-load-end {
	margin: 0 auto;
	padding: 20px 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center
}

.ccw-search .cc-load-end a {
	color: #009eed;
}

/* TAG */

.cc-tag {
	width: 100%;
	padding-top: 10px;
	overflow: hidden
}

.cc-tag h1 {
	margin-left: -9px;
	margin-top: 1px;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.cc-tag h1 a {
	margin-bottom: 10px;
}

/* ARTICLE TIEM */

article.ccw-item-one {
	position: relative;
	float: left;
	width: 79.8%;
	background: #fff
}

aside.ccw-item-two {
	position: relative;
	float: right;
	width: 18.6%;
	background: #fff
}

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

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

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

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

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

.ccw-top-item li {
	padding: 8.8px 0;
	overflow: hidden
}

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

.ccw-top-item li p {
	position: relative;
	overflow: hidden;
	font-family: Arial
}

.ccw-top-item li img {
	float: left;
	width: 60px;
	height: 33px;
	object-fit: cover;
	display: block
}

.ccw-top-item li i.rank {
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #999
}

.ccw-top-item li i.rank-one {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -20px;
	left: -20px;
	background: #d90000;
	transform: rotate(45deg);
}

.ccw-top-item li i.rank-two {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -20px;
	left: -20px;
	background: #ff6000;
	transform: rotate(45deg);
}

.ccw-top-item li i.rank-three {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -20px;
	left: -20px;
	background: #90cc00;
	transform: rotate(45deg);
}

.ccw-top-item li i.word {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 0 5px;
	font-size: 100%;
	color: #fff;
	font-family: Helvetica, Tahoma, Arial, sans-serif
}

.ccw-top-item li span.title {
	padding-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1; 
}

.ccw-top-item li:hover {
	background: #f8f8f8
}

/* NEW */

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

.ccw-new-class {
	width: 100%;
}

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

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

/* foot */

.ccw-foot {
	padding: 35px 0 10px;
	border-top: 1px solid #eee;
	background-color: #f9f9f9
}

.ccw-footer {
	padding: 35px 0 10px;
	border-top: 1px solid #eee;
	background-color: #fff
}

.cc-foot-link ul {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #eee
}

.cc-foot-link li {
	float: left;
	height: 35px;
	line-height: 35px;
}

.cc-foot-link li a {
	margin-left: 10px;
}

.cc-foot-branch {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px dashed #eee
}

.cc-foot-hold {
	overflow: hidden;
	border-bottom: 1px dashed #eee
}

.cc-foot-hold dl {
	float: left;
}

.cc-foot-hold dt {
	line-height: 35px;
	font-weight: 700;
}

.cc-foot-hold dt.cc-bd-logo {
	margin-top: 25px;
	font-size: 0;
	background: url(../images/foot-logo.png) no-repeat left top;
}

.cc-foot-hold dt.cc-bd-logo a {
	width: 180px;
	height: 60px;
	display: inline-block;
	background-position: 0 top!important;
}

.cc-foot-hold dd {
	color: #666
}

.cc-pull {
	float: right!important
}

/* footer */

.ccw-footer-metinfo {
	margin: 0 auto;
	padding-top: 20px
}

.ccw-footer-metinfo p {
	font-size: 12px;
	color: #999;
	line-height: 16px;
	text-align: center
}

.ccw-footer-metinfo a {
	color: #666;
}

.cc-top-index {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: none;
	width: 40px;
	height: 36px;
	border-radius: 2px;
	background: url(../images/cctopicon.png) 8px 6px no-repeat;
	background-color: #666;
	background-color: rgba(0,0,0,.6);
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0,0,0,.2)
}

/* PAGINATION */

.cc-pagination {
	font-size: 80%;
	margin: 35px 0;
	text-align: center;
}

.cc-pagination a {
	margin-right: 5px;
	padding: 9px 13px;
	border: 1px solid #ddd;
	color: #999;
	text-decoration: none;
	transition: background-color .3s;
	background: #fff
}

.cc-pagination a:hover {
	color: #009eed;
	border: 1px solid #009eed;
	background-image: none;
	background-color: #e0f7ff
}

.cc-pagination a:active {
	color: #009eed;
	border: 1px solid #009eed;
	background-image: none;
	background-color: #e0f7ff
}

.cc-pagination span.total {
	margin-right: 15px;
	padding: 9px 13px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #0090d0;
	background-color: #009eed;
}

.cc-pagination span.current {
	margin-right: 5px;
	padding: 8px 13px;
	font-size: 125%;
	color: #fff;
	border: 1px solid #0090d0;
	background-color: #009eed;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

.cc-pagination span.disabled {
	margin-right: 5px;
	padding: 9px;
	color: #b9e9ff;
	border: 1px solid #b9e9ff;
	background: #fff
}

/* ERROR 404 */

.ccw-error {
	width: 100%;
	height: 500px;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background: url(../images/ccwvr_404.jpg) no-repeat center
}

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

.ccw-friend h1 {
	font-size: 200%;
	text-align: center
}

.ccw-friend h2 {
	margin: 20px 0;
	font-size: 150%;
	text-align: center
}

.ccw-friend h3 {
	margin: 0 auto;
	padding-bottom: 60px;
	text-align: center
}


/* US */

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

.fd-us 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-us li:hover {
	background-color: #f9f9f9;
	transition: all .2s cubic-bezier(.7,.18,.53,.75)
}

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

.fd-us .chart img {
	width: 224px;
	height: 124px;
	object-fit: cover;
	display: block
}

.fd-us .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-us .box:hover .time {
	opacity: 0
}

.fd-us .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-us .cc-play:hover {
	filter: alpha(opacity=100);
	opacity: 1
}

.fd-us .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: 45px auto 0 auto;
	display: block
}

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

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

.fd-us .simple {
	line-height: 20px;
	cursor: pointer;
	color: #999;
	display: block
}

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

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

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

/* US */

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

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

.ccw-us h1 {
    height: 60px;
    line-height: 60px;
    color: #009eed;
    text-align: center;
    margin: 0 auto;
}

.ccw-us h2 {
    font-size: 115%;
	font-weight: bold;
    color: #3d3d3d;
    padding: 20px 0 10px 0;
}

.ccw-us p {
	line-height: 28px
}

.ccw-me {
	position: relative;
	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-me .cc-me {
	position: relative;
	height: 128px;
	background-position: center center;
	background-size: cover;
	background: url(../images/ccwme.png) no-repeat center
}

.ccw-me .cc-link {
	position: absolute;
	top: 80px;
	left: 100px;
	width: 90px;
	height: 90px;
	padding: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255,255,255,.3);
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.ccw-me .cc-link img {
	border-radius: 50%
}

.ccw-me .cc-link:hover {
	background: rgba(255,255,255,.5)
}

.ccw-me .cc-min {
	margin-top: 35px;
	padding: 5px 20px
}

.ccw-me .cc-min li {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	overflow: hidden;
}

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

.ccw-me .cc-stationmaster {
	position: relative;
	padding: 3px 8px;
	margin-left: 8px;
	font-size: 12px;
	font-size: 12px;
	color: #009eed;
	font-weight: 400;
	line-height: 1.2;
	vertical-align: top;
	border-radius: 2px;
	display: inline-block;
	border: 1px solid #009eed
}

.ccw-me .cc-stationmaster:after,.ccw-me .cc-stationmaster:before {
	position: absolute;
	left: -8px;
	top: 50%;
	margin-top: -4px;
	content: "";
	border: 4px solid transparent;
	border-right: 4px solid #3ca5f6
}

.ccw-me .cc-stationmaster:after {
	left: -7px;
	border-right: 4px solid #fff
}

/* MARK */

.fd-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)
}

.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
}

/* EXPLAIN */

.ccw-explain {
	width: 100%;
	background: #f6f6f6
}

.cc-ex {
    font-family: Arial;
    margin: 0 auto;
    padding: 40px 50px;
    box-sizing: border-box;
    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)
}

.cs-ex h1 {
    height: 60px;
    line-height: 60px;
    color: #009eed;
    text-align: center;
    margin: 0 auto;
}

.cs-ex h2 {
    font-weight: bold;
    font-size: 14px;
    color: #3d3d3d;
    padding: 20px 0;
}

.cs-ex p {
    font-weight: normal;
    font-size: 14px;
    color: #616161;
    line-height: 22px;
    padding-bottom: 10px;
}

/* SPACING SP */

.cc-sp-m {
	padding: 5px
}

.cc-sp-sm {
	padding: 10px
}

.cc-sp-ml {
	padding: 15px
}

.cc-sp-md {
	padding: 20px
}

.cc-sp-xl {
	padding: 30px
}

/* SPACING PA */

.cc-pa-xl {
	padding: 0 30px
}

.cc-pa-md {
	padding: 0 20px
}

.cc-pa-ml {
	padding: 0 15px
}

.cc-pa-vs {
	padding: 10px 0
}

.cc-pa-vl {
	padding: 15px 0
}

.cc-pa-vm {
	padding: 20px 0
}

.cc-pa-xm {
	padding: 10px 30px
}

/* SPACING MA */

.cc-ma-m {
	margin: 5px
}

.cc-ma-sm {
	margin: 10px
}

.cc-ma-ml {
	margin: 15px
}

.cc-ma-md {
	margin: 20px
}

.cc-ma-xl {
	margin: 30px
}

/* SPACING MA */

.cc-ma-xl {
	margin: 0 30px
}

.cc-ma-md {
	margin: 0 20px
}

.cc-ma-ml {
	margin: 0 15px
}

.cc-ma-sm {
	margin: 0 10px
}

.cc-ma-vs {
	margin: 10px 0
}

.cc-ma-vl {
	margin: 15px 0
}

.cc-ma-vm {
	margin: 20px 0
}

.cc-ma-fm {
	margin: 40px 0 50px
}

.cc-ma-xm {
	margin: 30px 0 20px
}

/* SPACING L */

.cc-l-m {
	margin-left: 5px
}

.cc-l-sm {
	margin-left: 10px
}

.cc-l-ml {
	margin-left: 15px
}

.cc-l-md {
	margin-left: 20px
}

.cc-l-xl {
	margin-left: 30px
}

/* SPACING R */

.cc-r-m {
	margin-right: 5px
}

.cc-r-sm {
	margin-right: 10px
}

.cc-r-ml {
	margin-right: 15px
}

.cc-r-md {
	margin-right: 20px
}

.cc-r-xl {
	margin-right: 30px
}

/* SPACING T */

.cc-t-m {
	margin-top: 5px
}

.cc-t-sm {
	margin-top: 10px
}

.cc-t-ml {
	margin-top: 15px
}

.cc-t-md {
	margin-top: 20px
}

.cc-t-xl {
	margin-top: 30px
}

/* SPACING B */

.cc-b-m {
	margin-bottom: 5px
}

.cc-b-sm {
	margin-bottom: 10px
}

.cc-b-ml {
	margin-bottom: 15px
}

.cc-b-md {
	margin-bottom: 20px
}

.cc-b-xl {
	margin-bottom: 30px
}
