@charset "utf-8";


/* =======================================

	CommonElements

======================================= */


/* .loadArea
--------------------------- */
.loadArea {
	overflow:hidden;

}


/* .loadMoreBtn
--------------------------- */
.loadMoreBtn {
	width:17%;

	text-align: center;


	margin:50px auto;

}
.loadMoreBtn a{
font-size:18px;
		padding: 10px 0;
		border: #d2c7c0 5px solid;
	display:block;
	text-decoration:none;
	color:#d2c7c0;
	font-weight:bold;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}



#collections #select {
	width: 380px;
	margin: 0 auto;
	position: relative;
}
#collections #select h2 {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	border: 3px solid #fff;
}
#collections #select h2.open {
	cursor: pointer;
	background: url('../images/collections/icon_select_h2.png') 350px center no-repeat transparent;
}
#collections #select h2.on,
#collections #select h2.open:hover {
	border: 3px solid #000;
}
#collections #select ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 380px;
	z-index: 2000;
	display: none;
}
#collections #select ul li {
	display: block;
}
#collections #select ul li a {
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
	background-color: #000;
}
#collections #select ul li a span {
	display: block;
	opacity: 0.8;
	background: url('../images/collections/icon_select_arrow.png') 350px center no-repeat transparent;
}
#collections #select ul li a.selected span,
#collections #select ul li a:hover span {
	opacity: 1;
}



/* =======================================
	scroll
======================================= */





/* .scroll
--------------------------- */
#detail {
	margin-top: -20px;
	padding-top: 20px;
}
#scrollWrap{

	position:relative;
	text-align:center;
	margin: 0 auto;
  display: inline-block;
}
#scrollWrap h2{
	text-align:center;
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
}
#scrollWrap p {
	margin: 0 auto;
	width: 560px;
	text-align:left;
}
#scrollWrap #ttl {
}
.itemPageLeft{
	position:absolute;
	top:0;
	left:0;
}
.itemPageRight{
	position:absolute;
	top:0;
	right:0;
}
.scroll {
	margin: 0 auto;
	width: 560px;
	height: 560px;
	text-align: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.scroll ul {
	top: 0;
	left: 0;
	height: 560px;
	position: absolute;
	overflow: hidden;
}
.scroll ul li {

	height:auto;
	float: left;
	display: inline;
	overflow: hidden;
}



/* .scroll-s
--------------------------- */
.scroll-s {
	margin: 10px auto;
	height:auto;
	text-align: center;
}
.scroll-s ul {
	display: block;
	overflow:hidden;
	text-align: center;
}
.scroll-s ul li {
	display: inline-block;
	width: 64px;
	height:64px;
	cursor: pointer;
	background: #000;
	margin: 0 6px;
}

.scroll-s ul li.active img{
	opacity: 0.7!important;
	filter: alpha(opacity=70)!important;
	-ms-filter: "alpha(opacity=70)"!important;
}

.scroll-s ul li.boxr img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/* =======================================
	onlineNav
======================================= */

#onlineNav{
	margin:40px auto;
	width:380px;
	overflow:hidden;

}
#onlineNav h3{
	margin-bottom:20px;
}
#onlineNav ul li{
	float:left;
	margin-left:10px;
}

#onlineNav ul li:first-child span{
	padding-left:10px;
line-height:40px;
border-right:solid 5px #ccc;
padding-top:10px;
}

/* =======================================
	ClearFixElements
======================================= */
.scroll ul:after,
.scroll-s ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.scroll ul,
.scroll-s ul {
	display: inline-block;
	overflow: hidden;
}




/* =======================================
	flickSlider
======================================= */




--------------------------- */
.flickSlider {
    margin: 0 auto;
    text-align: left;
    display: none;
}

/* .flickView
--------------------------- */
.flickSlider .flickView {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.flickSlider .flickView ul {
    top: 0;
    left: 0;
    width: 80%;
    position: absolute;
    overflow: hidden;
}
.flickSlider .flickView ul li {
    max-width:560px;
    width: 100%;
    float: left;
    display: inline;
    overflow: hidden;
}
.flickSlider .flickView ul li img {
    max-width:560px;
    width: 100%;
}

/* .flickThumb
--------------------------- */
.flickSlider .flickThumb {

  overflow: hidden;

  text-align: center;
}
.flickSlider .flickThumb ul {
      display: inline-block;
  /* overflow: hidden; */
  /* text-align: start; */
  width: 560px;
}
.flickSlider .flickThumb ul li {
    display: inline-block;
  float: none;
  cursor: pointer;

  margin: 0px 6px 10px 0px;
background:#000;
}
.flickSlider .flickThumb ul li img {
width: 64px;

}




.flickSlider .flickThumb  ul li.active img{

	 opacity: 0.7!important;
  filter: alpha(opacity=70)!important;
  -ms-filter: "alpha(opacity=70)"!important;
}

.flickSlider .flickThumb  ul li.boxr img{

 opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";

}




/* sideNavi
------------------------- */
.flickSlider .btnPrev,
.flickSlider .btnNext {
    top: 0;
    width: 5%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}
.flickSlider .btnPrev {
    left: 0;
    background: #ccc url("http://www.kadina.com.cn/img/btnPrev.png") no-repeat center center;
}

.flickSlider .btnNext {
    right: 0;
    background: #ccc url("http://www.kadina.com.cn/img/btnNext.png") no-repeat center center;
}


/* =======================================
    ClearFixElements
======================================= */
.flickSlider .flickView ul:after,
.flickSlider .flickThumb ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.flickSlider .flickView ul,
.flickSlider .flickThumb ul {
    display: inline-block;
    overflow: hidden;
}












@media screen and (max-width: 700px) {
/* =======================================
    loadMoreBtn
======================================= */
.loadMoreBtn {
  width: 40%;
  text-align: center;
  margin: 50px auto;
}

.loadMoreBtn a {
  font-size: 162%;
  padding: 5% 0;
  border: #d2c7c0 3px solid;
  display: block;
  text-decoration: none;
  color: #d2c7c0;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* =======================================
    scrollWrap
======================================= */

#scrollWrap{
  width:80%;
  min-width:280px;
}
#scrollWrap p{
  width:80%;
  min-width:280px;
}

#onlineNav {
margin: 40px auto;
  width: 100%;
  overflow: hidden;
}
#onlineNav ul {
  /* width: 100%; */
  max-width: 350px;
  /* display: flex; */
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  display: -ms-flexbox;
  margin: 0 auto;
  display: table;
  width: 90%;
}

#onlineNav ul li {
  width: initial;
  display: table-cell;
  margin-left: 0px;
  padding-right: 10px;
 float:none;
}



/* =======================================
    flickSlider
======================================= */

.flickSlider{

	margin-bottom:30px;



}
.flickSlider .flickThumb ul {
  text-align: left;
    width: initial;
  padding-top: 7px;
  padding-left: 7px;
}
.flickSlider .flickThumb ul li {
  background: none;
  border: solid 2px;
  text-indent: -10000px;
  border-radius: 100%;
  height: 7px;
  width: 7px;
margin: 0px 10px 10px 0px;
}
.flickSlider .flickThumb ul li img {
width: 64px;

}


.flickSlider .flickThumb ul li.active{
  background: #000;
}

#detail {
	margin-top: 0.2%;
	padding-top: 0%;
}

#scrollWrap #ttl {
width: 75%;
  margin: auto;

}



#collections #select {
	width: auto;
	padding: 0 10px;
	position: relative;
}
#collections #select h2 {
	font-size: 9px;
}
#collections #select h2.open {
	background: url('../images/collections/icon_select_h2.png') 96% center no-repeat transparent;
}
#collections #select ul {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
#collections #select ul li {
	display: block;
}
#collections #select ul li a {
	font-size: 9px;
}
#collections #select ul li a span {
	background: url('../images/collections/icon_select_arrow.png') 96% center no-repeat transparent;
}


}
