@charset "UTF-8";
@import url(../font/ADAM.CG/ADAM.CG.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  margin-top:-1px;
}

/* line 24, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 32, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 10, ../sass/construct/_construct.scss */
html {
  font-size: 10px;
  height: 100%;
  font-family:"微软雅黑","ADAM.CG PRO",sans-serif;
  overflow-x: hidden;
}

/* line 14, ../sass/construct/_construct.scss */
body {
  font-family:"微软雅黑","ADAM.CG PRO",sans-serif;
  font-weight: normal;
  height: 100%;
  font-size: 100%;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 29, ../sass/construct/_construct.scss */
img {
  border: none;
  font-size: 0;
  vertical-align: middle;
}

/* line 30, ../sass/construct/_construct.scss */
a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

/* line 31, ../sass/construct/_construct.scss */
.clear {
  clear: both;
}

/* line 32, ../sass/construct/_construct.scss */
.hide {
  display: none;
}

/* line 33, ../sass/construct/_construct.scss */
.fl {
  float: left;
}

/* line 34, ../sass/construct/_construct.scss */
.fr {
  float: right;
}

/* line 35, ../sass/construct/_construct.scss */
.black {
  color: #000;
}

/* line 36, ../sass/construct/_construct.scss */
.white {
  color: #fff;
}

/* line 40, ../sass/construct/_construct.scss */
b, strong {
  font-weight: bold;
}

/* line 44, ../sass/construct/_construct.scss */
.no-margin-left {
  margin-left: 0 !important;
}

/* line 45, ../sass/construct/_construct.scss */
.no-margin-right {
  margin-right: 0 !important;
}

/* line 46, ../sass/construct/_construct.scss */
.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* line 47, ../sass/construct/_construct.scss */
.no-margin-top {
  margin-bottom: 0 !important;
}

/* line 48, ../sass/construct/_construct.scss */
.clear-float::after {
  content: "";
  display: block;
  clear: both;
}

/* line 53, ../sass/construct/_construct.scss */
.inline-block {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 57, ../sass/construct/_construct.scss */
.text-left {
  text-align: left;
}

/* line 60, ../sass/construct/_construct.scss */
.text-center {
  text-align: center;
}

/* line 63, ../sass/construct/_construct.scss */
.text-right {
  text-align: right;
}

/* line 66, ../sass/construct/_construct.scss */
.pull-center {
  display: block;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 auto;
}

/* line 71, ../sass/construct/_construct.scss */
.pull-left {
  display: block;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: left;
}

/* line 76, ../sass/construct/_construct.scss */
.pull-right {
  display: block;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: right;
}

/* line 81, ../sass/construct/_construct.scss */
.input-group {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 44, ../sass/app/_common.scss */
.nodisplay {
  display: none;
}
/*.font-song{
  font-weight: 600;
}*/


/*----------------------------loading-开始-----------------------------*/
#loading-screen {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fcfcff;
  z-index: 101;
  opacity: 100;
  background-image: url(../image/common/loading.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: auto;
}
/*----------------------------loading-结束-----------------------------*/

/*----------------------------注册/登录-开始-----------------------------*/
.common .banner .content{
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10.4167%;
  padding-right: 9.375%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.common .banner .content .detail .tit-1{
  font-size: 6rem;
  letter-spacing: 10px;
  color: #000;
  margin-bottom: 20px;
}
.common .banner .content .detail .tit-2{
  font-size: 1.8rem;
  letter-spacing: 14px;
  line-height: 1.333;
  text-align: center;
}
.common .banner .content .re-form{
  width: 525px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 45px;
  background-color: #fff;
  margin-top: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.common .banner .content .re-form .form-name{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 56px;
}
.common .banner .content .re-form .form-name .resg-name .c-name{
  font-size: 4.5rem;
  vertical-align: bottom;
  margin-right: 15px;
}
.common .banner .content .re-form .form-name .resg-name .e-name{
  font-size: 2rem;
  font-family: "ADAM.CG PRO";
}

.common .banner .content .re-form .main-content{
  width: 100%;
}
.common .banner .content .re-form .main-content .name{
  width: 100%;
  border-bottom: 1px dashed #D6D6D6;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 12px;
}
.common .banner .content .re-form .main-content .name .re-input{
  width: 70%;
  outline: none;
  border: none;
}
.common .banner .content .re-form .button{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 36px;
}
.common .banner .content .re-form .button .back,
.common .banner .content .re-form .button .submit{
  width: 150px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

/*----------------------------注册/登录-结束-----------------------------*/

/*----------------------------注册-开始-----------------------------*/
#register{
  width: 100%;
  height: 100%;
}
#register .banner{
  width: 100%;
  height: 100%;
  background-image: url("../image/index/register-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#register .banner .content .re-form .form-name .des{
  font-size: 1.6rem;
  color: #666666;
  text-align: right;
  letter-spacing: 2px;
}
.star::before{
  content: "*";
  color: #c22527;
  font-size: 1.6rem;
  margin-left: -10px;
}
#register .banner .content .re-form .main-content .name .label-name{
  font-size: 1.6rem;
  margin-right: 8px;
}
#register .banner .content .re-form .button .back{
  margin-right: 40px;
}
/*----------------------------注册-结束-----------------------------*/

/*----------------------------登录-开始-----------------------------*/
#login{
  width: 100%;
  height: 100%;
}
#login .banner{
  width: 100%;
  height: 100%;
  background-image: url("../image/index/register-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#login .banner .content .re-form .main-content .prompt{
  width: 100%;
  text-align: right;
}
#login .banner .content .re-form .main-content .prompt a{
  font-size: 1.4rem;
  color: #b2b2b2;
}
#login .banner .content .re-form .main-content .prompt .f-passwords{
  margin-right: 20px;
}

/*----------------------------登录-结束-----------------------------*/

/*-------------------------------首页-开始-----------------------------*/
/*---------------------------banner-start-------------------------*/
#banner{
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  min-width: 1024px;
}
#banner .banner-content{
  width: 100%;
}
#banner .banner-content .banner-show{
  width: 100%;
}
#banner .banner-content .banner-show .owl-carousel{
  width: 100%;
}
#banner .banner-content .banner-show .owl-carousel .item{
  width: 100%;
}
#banner .banner-content .banner-show .owl-carousel .item img{
  width: 100%;
  
}


@media (min-width:2124px) {
	
	
	#banner .tit{
	  max-width: 1200px;
	  height: 278px;
	  position: absolute;
	 
	  top: 12%;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin: auto;
	  z-index: 1;
	
	}
	#banner .tit .a-tit{
	  width: 100%;
	  font-size: 3rem;
	  letter-spacing: 10px;
	  color: #fff;
	  text-align: center;
	  font-weight: normal;
	  margin-bottom: 20px;
	  
	}
	#banner .tit .b-tit{
	  font-size: 10rem;
	  color: #fff;
	  text-align: center;
	  font-family: "ADAM.CG PRO";
	}
	#banner .tit .c-tit{
	  font-size: 1.8rem;
	  color: #fff;
	  font-weight: 700;
	  letter-spacing: 4px;
	  text-align: center;
	  margin-top: 30px;
	}
	#banner .tit .c-tit::before{
	  content: '';
	  display: block;
	  width: 201px;
	  height: 569px;
	  text-align: center;
	  background-color: rgba(255,255,255,0.6);
	  margin: 0 auto;
	  margin-bottom: 20px;
	}
	#banner .owl-carousel .owl-dots.disabled ,#banner .owl-carousel .owl-nav.disabled{
			display: block;
			position: absolute;
			text-align: center;	
			bottom: 0;
			width: 100%;
			height: auto;
			 margin-bottom:14.9%;
			left: 0;
			
			color: #fff;
			z-index: 99;
			
		}
		
		
		#banner .owl-carousel .owl-nav button{
			
			outline:none;
			background-color: unset;
		}
		#banner .owl-carousel .owl-nav button.owl-prev span, #banner .owl-carousel .owl-nav button.owl-next span{
			opacity: 0;
			width: 201px;
			height: 569px;
		}
		
		#banner .owl-carousel .owl-nav button.owl-prev{
			width: 201px;
			height: 569px;
			background-image: url(../image/index/left.png);
			background-position: left;
			background-repeat: no-repeat;
			background-size: cover;
			background-size:100% 100%;
		}
		#banner .owl-carousel .owl-nav button.owl-prev:hover{
			width: 201px;
			height: 569px;
			background-image: url(../image/index/left.png);
			background-position: left;
			background-repeat: no-repeat;
			border: unset;
			background-color: unset;
		}
		#banner .owl-carousel .owl-nav button.owl-next{
			width: 201px;
			height: 569px;
			background-image: url(../image/index/right.png);
			background-position: center;
			background-repeat: no-repeat;
			margin-left: 80%;
		}
		
		#banner .owl-carousel .owl-nav button.owl-next:hover{
			width: 201px;
			height: 569px;
			background-image: url(../image/index/right.png);
			background-position: center;
			background-repeat: no-repeat;
			margin-left: 80%;
			border: unset;
			background-color: unset;
		}
	
}

@media only screen  
and (min-width: 1750px)  
and (max-width: 2124px){
	
	
	#banner .tit{
	  max-width: 1200px;
	  height: 310px;
	  position: absolute;
	 
	  top: 12%;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin: auto;
	  z-index: 1;
	}
	#banner .tit .a-tit{
	  width: 100%;
	  font-size: 3rem;
	  letter-spacing: 10px;
	  color: #fff;
	  text-align: center;
	  font-weight: normal;
	  margin-bottom: 20px;
	  
	}
	#banner .tit .b-tit{
	  font-size: 10rem;
	  color: #fff;
	  text-align: center;
	  font-family: "ADAM.CG PRO";
	}
	#banner .tit .c-tit{
	  font-size: 1.8rem;
	  color: #fff;
	  font-weight: 700;
	  letter-spacing: 4px;
	  text-align: center;
	  margin-top: 30px;
	}
	
	#banner .owl-carousel .owl-dots.disabled ,#banner .owl-carousel .owl-nav.disabled{
			display: block;
			position: absolute;
			text-align: center;	
			bottom: 0;
			width: 100%;
			height: auto;
			 margin-bottom:14%;
			left: 0;
			
			color: #fff;
			z-index: 99;
			
		}
		
		
		#banner .owl-carousel .owl-nav button{
			
			outline:none;
			background-color: unset;
		}
		#banner .owl-carousel .owl-nav button.owl-prev span, #banner .owl-carousel .owl-nav button.owl-next span{
			opacity: 0;
			width: 163px;
			height: 461px;
		}
		
		#banner .owl-carousel .owl-nav button.owl-prev{
			width: 163px;
			height: 461px;
			background-image: url(../image/index/left.png);
			background-size:163px 461px;
			background-position: left;
			background-repeat: no-repeat;
		}
		#banner .owl-carousel .owl-nav button.owl-prev:hover{
			width: 163px;
			height: 461px;
			background-image: url(../image/index/left.png);
			background-size:163px 461px;
			background-position: left;
			background-repeat: no-repeat;
			border: unset;
			background-color: unset;
		}
		#banner .owl-carousel .owl-nav button.owl-next{
			width: 163px;
			height: 461px;
			background-image: url(../image/index/right.png);
			background-size:163px 461px;
			background-position: center;
			background-repeat: no-repeat;
			margin-left: 80%;
		}
		
		#banner .owl-carousel .owl-nav button.owl-next:hover{
			width: 163px;
			height: 461px;
			background-image: url(../image/index/right.png);
			background-size:163px 461px;
			background-position: center;
			background-repeat: no-repeat;
			margin-left:80%;
			border: unset;
			background-color: unset;
		}
	
}




@media only screen  
and (min-width: 1250px)  
and (max-width: 1750px){
	
	
	#banner .tit{
	  max-width: 1200px;
	  height: 310px;
	  position: absolute;
	 
	  top: 12%;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin: auto;
	  z-index: 1;
	}
	#banner .tit .a-tit{
	  width: 100%;
	  font-size: 2.5rem;
	  letter-spacing: 10px;
	  color: #fff;
	  text-align: center;
	  font-weight: normal;
	  margin-bottom: 20px;
	  
	}
	#banner .tit .b-tit{
	  font-size: 8rem;
	  color: #fff;
	  text-align: center;
	  font-family: "ADAM.CG PRO";
	}
	#banner .tit .c-tit{
	  font-size: 1.8rem;
	  color: #fff;
	  font-weight: 700;
	  letter-spacing: 4px;
	  text-align: center;
	  margin-top: 30px;
	}
	
	#banner .owl-carousel .owl-dots.disabled ,#banner .owl-carousel .owl-nav.disabled{
			display: block;
			position: absolute;
			text-align: center;	
			bottom: 0;
			width: 100%;
			height: auto;
			 margin-bottom:14%;
			left: 0;
			
			color: #fff;
			z-index: 99;
			
		}
		
		
		#banner .owl-carousel .owl-nav button{
			
			outline:none;
			background-color: unset;
		}
		#banner .owl-carousel .owl-nav button.owl-prev span, #banner .owl-carousel .owl-nav button.owl-next span{
			opacity: 0;
			width: 163px;
			height: 461px;
		}
		
		#banner .owl-carousel .owl-nav button.owl-prev{
			width: 163px;
			height: 461px;
			background-image: url(../image/index/left.png);
			background-size:163px 461px;
			background-position: left;
			background-repeat: no-repeat;
		}
		#banner .owl-carousel .owl-nav button.owl-prev:hover{
			width: 163px;
			height: 461px;
			background-image: url(../image/index/left.png);
			background-size:163px 461px;
			background-position: left;
			background-repeat: no-repeat;
			border: unset;
			background-color: unset;
		}
		#banner .owl-carousel .owl-nav button.owl-next{
			width: 163px;
			height: 461px;
			background-image: url(../image/index/right.png);
			background-size:163px 461px;
			background-position: center;
			background-repeat: no-repeat;
			margin-left: 70%;
		}
		
		#banner .owl-carousel .owl-nav button.owl-next:hover{
			width: 163px;
			height: 461px;
			background-image: url(../image/index/right.png);
			background-size:163px 461px;
			background-position: center;
			background-repeat: no-repeat;
			margin-left:70%;
			border: unset;
			background-color: unset;
		}
	
}
/*---------------------------banner-end-------------------------*/

/*--------------------------new product-start-------------------------*/
#products{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 105px;
  padding-bottom: 42px;
  min-width: 1024px;
}
#products .pro-tit{
  width: 100%;
}
#products .pro-tit .pro-tit-1{
  width: 100%;
  font-size: 3rem;
  letter-spacing:1.6rem;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
#products .pro-tit .pro-tit-2{
  width: 100%;
  font-size: 11rem;
  color: #9b7b72;
  text-align: center;
  margin-bottom: 75px;
  font-family: "ADAM.CG PRO";
}
#products .pro-banner{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
}
#products .pro-banner .pro-owl-carousel{
  width: 100%;
}
#products .pro-banner .pro-owl-carousel .item{
  width: auto;
  position: relative;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 42px;
}
#products .pro-banner .pro-owl-carousel .item .pro-img{
  width: auto;
  overflow: hidden;
}
#products .pro-banner .pro-owl-carousel .item .pro-img img{
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
#products .pro-banner .pro-owl-carousel .item:hover .pro-img 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);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
#products .pro-banner .pro-owl-carousel .item .pro-detail{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#products .pro-banner .pro-owl-carousel .item .pro-detail .pro-number{
  width: 100%;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  font-family: "ADAM.CG PRO";
}
#products .pro-banner .pro-owl-carousel .item .pro-detail .pro-type{
  width: 63px;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #929292;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}
#products .pro-banner .pro-owl-carousel .item .pro-detail .pro-number::after{
  content: '';
  display: block;
  width: 1px;
  height: 28px;
  background-color: #fff;
  margin: 15px auto;
}
#products .pro-banner .pro-owl-carousel .owl-dots{
  width: calc(100% + 40px);
  height: 1px;
  background-color: #d0c1bd;
  margin-left: -40px;
  margin-top: -2px;
}
#products .pro-banner .pro-owl-carousel .item .line{
  display: none;
  width: 130px;
  height: 4px;
  background-color: #9c7b71;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px;
}
#products .pro-banner .pro-owl-carousel .item:hover .line{
  display: block;
}
/*--------------------------new product-end---------------------------*/

/*------------------------------weaving and clothes -- common part-------------------------------*/
.common .com-tit{
  width: 100%;
  position: relative;
}
.common .com-tit .com-tit-1{
  font-size: 3rem;
  letter-spacing:1.6rem;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.common .com-tit .com-tit-2{
  font-size: 11rem;
  color: #9b7b72;
  text-align: center;
  margin-bottom: 75px;
  font-family: "ADAM.CG PRO";
}

/*-------------切换按钮----------------*/
.common .change-items{
  width: 600px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
}
.common .change-items .item{
  width: 75px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  line-height: 30px;
  border: 1px dotted #000;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

}
.common .change-items .item.active{
  color: #9b7b72;
  border: 1px dotted #9b7b72;
}
.common .change-items .item:hover{
  color: #9b7b72;
  border: 1px dotted #9b7b72;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
/*-------------切换按钮----------------*/
.common .common-show{
  width: 100%;
}
.common .common-show .show-content{
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -ms-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}
.common .common-show .show-content.active{
  display: block;
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -ms-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}
.common .common-show .click-show{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.common .common-show .click-show .item{
  width: calc(100% / 3 - 3px);
  position: relative;
  margin-bottom: 3px;
}
.common .common-show .click-show .item .type-show{
  width: 100%;
  margin-bottom: 0.3%;
  overflow: hidden;
}
.common .common-show .click-show .item .type-show a{
  cursor: url(../image/common/mouse.png),pointer;
}
.common .common-show .click-show .item .type-show img{
  width: 100%;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.common .common-show .click-show .item:hover .type-show 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);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.common .common-show .click-show .item .com-detail{
  position: absolute;
  /*top: 0;*/
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
  cursor: url(../image/common/mouse.png),pointer;
}
.common .common-show .click-show .item .com-detail .com-number{
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-family: "ADAM.CG PRO";
}
.common .common-show .click-show .item .com-detail .com-number::after{
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  margin: 20px auto;
  background-color: #fff;
}
.common .common-show .click-show .item .com-detail .com-type{
  width: 63px;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.8);
  color: #333333;
  font-size: 1.6rem;
  text-align: center;
  line-height: 30px;
}

/*--------------------------weaving-start---------------------------*/
#weaving{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 105px;
  background-color: #f2f2f2;
  min-width: 1024px;
}

#weaving .solgan{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5% 7.29% 4%;
  color: #9b7b72;
  font-size: 12.5rem;
  text-align: center;
  font-family: "ADAM.CG PRO";
}
/*--------------------------weaving-end---------------------------*/


/*--------------------------clothes-start---------------------------*/
#clothes{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 105px;
  min-width: 1024px;
}
#clothes .clothes-items{
  width: 418px;
}
#clothes .banner-content{
  width: 100%;
  margin-bottom: 2px;
  position: relative;
}
#clothes .banner-content .banner-show{
  width: 100%;
}
#clothes .banner-content .banner-show .owl-carousel-clothes{
  width: 100%;
}
#clothes .banner-content .banner-show .owl-carousel-clothes .item{
  width: 100%;
}
#clothes .banner-content .banner-show .owl-carousel-clothes .item img{
  width: 100%;
}
#clothes .banner-content .tit{
  width: 40.52%;
  position: absolute;
  top: 12.47%;
  right: 0;
  z-index: 2;
}
#clothes .banner-content .tit .a-tit{
  color: #fff;
  font-size: 2.1rem;
  margin-bottom: 20px;
}
#clothes .banner-content .tit .a-tit::before{
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 28px;
}
#clothes .banner-content .tit .a-tit::after{
  content: '';
  display: inline-block;
  width: 85%;
  height: 0;
  border: 1px dotted #fff;
  margin-left: 30px;
  text-align: center;
  position: absolute;
  top: 15px;
}
#clothes .banner-content .tit .b-tit{
  color: #fff;
  font-size: 4.183rem;
  letter-spacing: 18px;
  line-height: 1.46;
  font-weight: 700;
}

/*--------------------------clothes-end---------------------------*/

/*-----------------------story-start----------------------*/
#story{
  width: 100%;
  position: relative;
  cursor: url("../image/common/video.png"),pointer;
  min-width: 1024px;
}
#story .story-video{
  width: 100%;
}
#story .story-tit{
  width: 100%;
  position: absolute;
  top: 15%;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10%;
}
#story .story-tit .tit1{
  width: 100%;
  font-size: 3rem;
  letter-spacing:1.6rem;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
#story .story-tit .tit2{
  width: 100%;
  font-size: 11rem;
  color: #9b7b72;
  text-align: left;
  font-family: "ADAM.CG PRO";
}
#story .video_btn{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
}
#story .video_btn img{
  cursor: pointer;
  transition-duration: 1s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#story .video_btn:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*------------------------点击提示-----------------------*/
#story .click-show{
  width: 120px;
  height: 200px;
  position: absolute;
  /*top: 0;*/
  left: 0;
  right: 0;
  bottom: 3px;
  margin: auto;
}
#story .click-show .click-img{
  width: 100%;
  height: 30%;
  text-align: center;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -moz-animation: moveStory 2s infinite;
  -webkit-animation: moveStory 2s infinite;
  animation: moveStory 2s infinite;
}
#story .click-show .click-words{
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  -webkit-transform: translateY(32px);
  -moz-transform: translateY(32px);
  -ms-transform: translateY(32px);
  -o-transform: translateY(32px);
  transform: translateY(32px);
  font-family: "ADAM.CG PRO";
}

/*------------------------点击提示-----------------------*/
@keyframes moveStory {
  0% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
}
/*-----------------------story-end----------------------*/

/*---------------------discover-start-----------------------*/
#discover{
  width: 100%;
  min-width: 1024px;
}
#discover .discover-content{
  width: 100%;
}
#discover .discover-content .c-item{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 70px;
  background-color: #f2f2f2;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#discover .discover-content .c-item .tag{
  width: 110px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
  font-size: 1.8rem;
  color: #808080;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
}
#discover .discover-content .c-item .d-tit{
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  color: #000;
  line-height: 1.667;
  margin-bottom: 10px;
}
#discover .discover-content .c-item .d-tit::before{
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background-color: #9c7b71;
  margin: 40px auto;
}
#discover .discover-content .c-item .e-tit{
  width: 100%;
  font-size: 2.1rem;
  color: #9b7b72;
  text-align: center;
  font-family: "ADAM.CG PRO";
  letter-spacing: 3px;
  line-height: 1.2;
}
#discover .discover-content .c-item .click{
  width: 80px;
  height: 35px;
  text-align: center;
  border-bottom: 1px dotted #000;
  line-height: 35px;
  font-size: 1.6rem;
  margin: 0 auto;
  margin-top: 155px;
}
#discover .discover-content .c-item .click a{
  text-align: center;
  font-size: 1.6rem;
  color: #000;
}
#discover .discover-content .click-show .item .type-show{
  height: 100%;
}
#discover .discover-content .click-show .item .type-show a img{
  height: 100%;
  object-fit: cover;
}

/*----------------------discover-end-------------------------*/

/*----------------------contact-start-------------------------*/
#contact{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 130px 0 110px;
  background-image: url("../image/index/contact.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  cursor: auto;
  margin-top: 0px;
  min-width: 1024px;
}
#contact .contact-content{
  width: 100%;
}
#contact .contact-content .con-tit{
  width: 100%;
  font-size: 4.5rem;
  text-align: center;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 20px;
}
#contact .contact-content .con-des{
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 60px;
  letter-spacing: 5px;
  line-height: 1.333;
}
#contact .contact-content .more{
  width: 150px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  background-color: #000;
  margin: 0 auto;
  line-height: 40px;
  margin-top: 90px;
}
#contact .contact-content .more .more-btn{
  color: #fff;
}
#contact .contact-content .more .more-btn .more-words{
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}
/*----------------------contact-end-------------------------*/

/*-------------------------------首页-结束-----------------------------*/


/*-------------------------------织片内页-开始---------------------------*/
#main{
  width: 100%;
  min-width: 1024px;
}
/*---------------------------banner-start---------------------------*/
#main .banner{
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
#main .banner .banner-img{
  width: 100%;
  height: 100%;
}
#main .banner .banner-img img{
  width: 100%;
  height: 100%;
}
#main .banner .banner-show{
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 130px;
  padding-left: 45px;
  padding-right: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
#main .banner .banner-show .label{
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  z-index: 1;
}
#main .banner .banner-show .label .label-name{
  width: 80px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f0f0f2;
  text-align: center;
  line-height: 40px;
  color: #000;
  font-size: 1.6rem;
  margin-right: 15px;
}
#main .banner .banner-show .title{
  color: #fff;
  font-family: "ADAM.CG PRO";
  font-size: 15rem;
  position: absolute;
  right: 70px;
  bottom: 100px;
  z-index: 1;
}
/*---------------------------banner-end---------------------------*/


/*---------------------------content-start---------------------------*/
#main .main-content{
  width: 100%;
  margin-top: 0.1%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#main .main-content .content-show {
  width: 100%;
}
#main .main-content .content-show .common-show{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#main .main-content .content-show .common-show .show-content{
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -ms-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  position: relative;
}
/*#main .main-content .content-show .common-show .show-content.active{
  display: block;
}*/
#main .main-content .content-show .common-show .show-content .click-show{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
#main .main-content .content-show .common-show .show-content .click-show .item{
  width: calc(100% / 3 - 3px);
  position: relative;
  margin-bottom: 5px;
}
#main .main-content .content-show .common-show .show-content .click-show .item.big{
  width: 100%;
}
#main .main-content .content-show .common-show .show-content .click-show .item .type-show{
  width: 100%;
  overflow: hidden;
}
#main .main-content .content-show .common-show .show-content .click-show .item .type-show a{
  cursor: url(../image/common/mouse.png),pointer;
}
#main .main-content .content-show .common-show .show-content .click-show .item .type-show a img{
  width: 100%;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
#main .main-content .content-show .common-show .show-content .click-show .item:hover .type-show a 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);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
#main .main-content .content-show .common-show .show-content .click-show .item .com-detail{
  position: absolute;
  /* top: 0; */
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
  cursor: url(../image/common/mouse.png),pointer;
}
#main .main-content .content-show .common-show .show-content .click-show .item .com-detail .com-number {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-family: "ADAM.CG PRO";
}
#main .main-content .content-show .common-show .show-content .click-show .item .com-detail .com-number::after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  margin: 20px auto;
  background-color: #fff;
}
#main .main-content .content-show .common-show .show-content .click-show .item .com-detail .com-type {
  width: 63px;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.8);
  color: #333333;
  font-size: 1.6rem;
  text-align: center;
  line-height: 30px;
}
/*-----------------------------------点击爱心-弹窗-开始-----------------------------------*/
.collect{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
  background-color: rgba(0,0,0,0.8);
}
.collect.active{
  display: block;
}
.collect .collect-content{
  width: 300px;
  height: 280px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px;
}
.collect .collect-content .tit{
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  border-bottom: 1px dashed #cacaca;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}
.collect .collect-content .type{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}
.collect .collect-content .type .type-name{
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 8px;
  cursor: pointer;
}
.collect .collect-content .type .type-name:hover{
  color: #c32427;
}


/*-----------------------------------点击爱心-弹窗-结束-----------------------------------*/

/*-------------------------------------------点击爱心-开始--------------------------------------------*/
.main-content .content-show .common-show .show-content .click-show .item .heart{
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.main-content .content-show .common-show .show-content .click-show .item:hover .heart{
  display: block;
}
.main-content .content-show .common-show .show-content .click-show .item .heart .heart-icon{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #e4e2e2;
  display: none;
  z-index: 3;
}
.main-content .content-show .common-show .show-content .click-show .item .heart .heart-icon img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main-content .content-show .common-show .show-content .click-show .item .heart .heart-icon .c-icon{
  display: none;
}
.main-content .content-show .common-show .show-content .click-show .item .heart .heart-icon.active .c-icon{
  display: block;
}
.main-content .content-show .common-show .show-content .click-show .item:hover .heart .heart-icon{
  display: block;
}
/*-------------------------------------------点击爱心-结束--------------------------------------------*/

/*-----------------------------关于知物-开始----------------------------*/
.about{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 145px;
  padding-bottom: 130px;
}
.about .about-tit-1{
  width: 100%;
  text-align: center;
  font-size: 6rem;
  letter-spacing: 5px;
  margin-bottom: 25px;
}
.about .about-tit-2{
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 10px;
  line-height: 1.3;
  margin-bottom: 50px;
}
.about .more{
  width: 150px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #000;
  margin: 0 auto;
}
.about .more .more-btn {
  color: #fff;
}
.about .more .more-btn .more-words {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}
/*-----------------------------关于知物-结束----------------------------*/

/*----------------------------导航栏-开始--------------------------------*/
#main .navan{
	width:90px;
	height:90px;
	position: fixed;
	right: 0;
	top: 50px;
	z-index: 5;
	background:url(../image/common/an.png) no-repeat 0 0;
}

#main .navans{
	width:90px;
	height:90px;
	position: fixed;
	right: 0;
	top: 50px;
	z-index: 9;
	background:url(../image/common/ans.png) no-repeat 0 0;
}
#main .main-content .nav-show{
  width: calc(100% / 3);
  height:100%;
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
   background-color: rgba(255,255,255,0.8);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  border-left: 1px solid #cacaca;
}
#main .main-content .nav-show.active{
  height: 100vh;
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 5;
    height:100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

#main .main-content .nav-show .nav{
  width: 100%;
}
#main .main-content .nav-show .nav h3{
  display:block;
  font-size:1.6rem;
  font-weight:normal;
  height:80px;
  line-height:80px;
   
  position:relative;
  text-align: left;
  cursor:pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 80px;
  border-bottom: 1px dashed #cacaca;
}
#main .main-content .nav-show .nav h3::after{
  content: "+";
  font-size: 1.6rem;
  color: #000;
  text-align: right;
  position: absolute;
  right: 80px;
}
#main .main-content .nav-show .nav h3.noneIcon::after{
  content: none;
}
#main .main-content .nav-show .nav .nav_sub{
  width: 100%;
  border-bottom: 1px dashed #cacaca;
}
#main .main-content .nav-show .nav .nav_sub li {
  height:50px;
  line-height:50px;
  text-align:left;
  background-color:#fff;
  cursor:pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 80px;
  font-size: 1.6rem;
}
#main .main-content .nav-show .nav .nav_sub li a span{
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 24px;
  position: relative;
}
#main .main-content .nav-show .nav .nav_sub li:hover a span::before,
#main .main-content .nav-show .nav .nav_sub li a.active span::before{
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#main .main-content .nav-show .label{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:40px 80px ;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#main .main-content .nav-show .label .label-name{
  min-width: 80px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px dashed #cacaca;
  text-align: center;
  font-size: 1.6rem;
  color: #808080;
  margin-right: 15px;
  margin-bottom: 15px;
}

#main .main-content .nav-show .label .label-namess{
  width: auto;
  padding-left:18px;
  padding-right:18px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px dashed #cacaca;
  text-align: center;
  font-size: 1.6rem;
  color: #808080;
  margin-right: 15px;
  margin-bottom: 15px;
}
/*----------------------------导航栏-结束--------------------------------*/

/*---------------------------content-end---------------------------*/
/*-------------------------------织片内页-结束---------------------------*/


/*-------------------------------成衣内页-开始---------------------------*/
#main .main-content .content-show .common-show .show-content .click-show .banner,
#main .main-content .content-show .common-show .show-content .click-show .banner .type-show,
#main .main-content .content-show .common-show .show-content .click-show .banner .type-show a img
{
  width: 100%;
}

/*-------------------------------成衣内页-结束---------------------------*/


/*-------------------------------织片详情-开始---------------------------*/

#main-detail .main-content{


  width: 100%;
  margin-top: 0.1%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-width: 1260px;
  margin-bottom: 10px;
}
#main-detail .main-content .content-show {
  width: calc(100% / 3 * 2);
}
#main-detail .main-content .content-show .common-show{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#main-detail .main-content .content-show .common-show .show-content{
  width: 100%;
  height: 100%;
}
#main-detail .main-content .content-show .common-show .show-content .click-show{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
#main-detail .main-content .content-show .common-show .show-content .click-show .item{
  width: calc(100% / 2 - 2px);
  position: relative;
  margin-bottom: 0.2%;
}
#main-detail .main-content .content-show .common-show .show-content .click-show .banner{
  width: 100%;
}
#main-detail .main-content .content-show .common-show .show-content .click-show .item .type-show{
  width: 100%;
  overflow: hidden;
}
#main-detail .main-content .content-show .common-show .show-content .click-show .item .type-show img{
  width: 100%;
}

#main-detail .main-content .info-show{
  width: calc(100% / 3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
  background-color: #fff;
  /*border-left: 1px solid #cacaca;*/
 height: auto;
 position: fixed;
 right: 0;
 top: 0;
 z-index: 5;

}




#main-detail .main-content .info-showivs{
  width: calc(100% / 3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
  background-color: #fff;
  /*border-left: 1px solid #cacaca;*/
 height: auto;
 position: absolute;
 right: 0;
 top: 68%;
 z-index: 5;

}

#main-detail .main-content .info-showivs2{
  width: calc(100% / 3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
  background-color: #fff;
  /*border-left: 1px solid #cacaca;*/
 height: auto;
 position: absolute;
 right: 0;
 top: 62%;
 z-index: 5;

}
#main-detail .main-content .info-showivs3{
  width: calc(100% / 3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
  background-color: #fff;
  /*border-left: 1px solid #cacaca;*/
 height: auto;
 position: absolute;
 right: 0;
 top: 53%;
 z-index: 5;

}



#main-detail .main-content .info-show .info{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 70px;
  border-bottom: 1px dashed #cacaca;
}

#main-detail .main-content .info-show .info .description{
  font-size: 1.6rem;
  color: #999999;
  line-height: 1.625;
}
#main-detail .main-content .info-show .info .tit{
  font-size: 1.6rem;
  /*line-height: 2.875;*/
  color: #999;
}
#main-detail .main-content .info-show .info .con{
  font-size: 1.6rem;
  /*line-height: 2.875;*/
  color: #4d4d4d;
}
#main-detail .main-content .info-show .info .t-strong{
  font-size: 2.2rem;
  color: #4d4d4d;
  /*line-height: 2.21;*/
}
#main-detail .main-content .info-show .info .c-strong{
  font-size: 2.2rem;
  font-family: "ADAM.CG PRO";
  /*line-height: 2.21;*/
}
#main-detail .main-content .info-show .info .type{
  width: 100%;
}
#main-detail .main-content .info-show .info .type:nth-of-type(1){
  margin-bottom: 10px;
}
#main-detail .main-content .info-show .info .type .type-name{
  font-size: 1.8rem;
  color: #4d4d4d;
  font-family: "ADAM.CG PRO";
}
#main-detail .main-content .info-show .info .type .type-info{
  font-size: 1.6rem;
  color: #4d4d4d;
  line-height: 2.25;
}
#main-detail .main-content .info-show .info .wash-tit{
  font-size: 1.6rem;
  color: #4d4d4d;
  font-weight: 700;
  margin-bottom: 10px;
}
#main-detail .main-content .info-show .info .wash-con{
  font-size: 1.6rem;
  color: #4d4d4d;
  line-height: 1.375;
}
#main-detail .main-content .info-show .info .label{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#main-detail .main-content .info-show .info .label .label-name{
  min-width: 60px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 30px;
  color: #808080;
  margin-right: 14px;
  border: 1px dashed #cacaca;
  margin-bottom: 15px;
}
#main-detail .main-content .info-show .icon{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  margin-right: 20px;
}
#main-detail .main-content .info-show .icon .icon-img{
  margin-right: 26px;
  cursor: pointer;
}
#main-detail .main-content .info-show .button{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border-bottom: none;
}
#main-detail .main-content .info-show .button .btn{
  min-width: 140px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: center;
  border: 1px solid #7d7d7d;
  margin-right: 32px;
  cursor: pointer;
}
#main-detail .main-content .info-show .button .add{
  color: #000;
}
#main-detail .main-content .info-show .button .download{
   color: #fff;
   background-color: #808080;
 }
#main-detail .main-content .info-show .button .gy-download{
  color: #fff;
  background-color: #000;
}

#main-detail .detail-pro{
  padding-bottom: 0;
}
/*-------------------------------织片详情-结束---------------------------*/

/*-------------------------------成衣详情-开始---------------------------*/
#main-detail.clothes-detail .main-content{
  min-width: 1309px;
}
#main-detail .main-content .info-show .clothes-info .label .label-name{
  min-width: 80px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/*-------------------------------成衣详情-结束---------------------------*/


/*-------------------------------合作方式-开始---------------------------*/
#cooperation{
  width: 100%;
}
#cooperation .coo-banner .banner-content .banner-show img{
  width: 100%;
}
#cooperation .contact{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 110px 13.8% 100px;
}
#cooperation .contact .contact-table{
  width: 100%;
  height: 100%;
}
#cooperation .contact .contact-table .table-tit{
  width: 100%;
  font-size: 6rem;
  color: #1a1a1a;
  letter-spacing: 10px;
  margin-bottom: 50px;
  text-align: center;
}
#cooperation .contact .contact-table .form-con{
  width: 100%;
}
#cooperation .contact .contact-table .form-con .table-con{
  width: 100%;
}
#cooperation .contact .contact-table .form-con .table-con .info-input{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  border: none;
}
#cooperation .contact .contact-table .form-con .table-con .info-input .item{
  width: calc( 100% / 2 - 5.729%);
  margin-bottom: 60px;
  border-bottom: 1px solid #b2b2b2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
}
#cooperation .contact .contact-table .form-con .table-con .info-input .item .lab-name{
  font-size: 2.4rem;
  color: #1a1a1a;
  letter-spacing: 2px;
  margin-right: 10px;
}
#cooperation .contact .contact-table .form-con .table-con .info-input .item .item-input{
  width: 65%;
  font-size: 2.4rem;
  color: #1a1a1a;
  letter-spacing: 2px;
  border: none;
  outline: none;
}
#cooperation .contact .contact-table .form-con .table-con .info-other{
  width: 100%;
  margin-bottom: 50px;
}
#cooperation .contact .contact-table .form-con .table-con .info-other .info-tit{
  width: 100%;
  text-align: left;
  font-size: 2.4rem;
  color: #1a1a1a;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 15px;
}
#cooperation .contact .contact-table .form-con .table-con .info-other .write-con{
  width: 100%;
  height: 300px;
  resize: none;
  outline: none;
  border: 1px solid #b2b2b2;
  font-size: 2rem;
}
#cooperation .contact .contact-table .form-con .table-con .submit-btn{
  width: 150px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 auto;
  font-size: 1.6rem;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

#cooperation .company-info{
  width: 100%;
  display: flex;
  flex-direction: row;
}
#cooperation .company-info .words-info{
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 110px 13.854% 60px;
  background-color: #f1f1f1;
}
#cooperation .company-info .words-info .info-tit{
  width: 100%;
  font-size: 6.5rem;
  letter-spacing: 5px;
  line-height: 1.667;
  color: #1a1a1a;
  margin-bottom: 50px;
}
#cooperation .company-info .words-info .info-con{
  width: 80%;
}
#cooperation .company-info .words-info .info-con .info-item{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 15px;
  font-size: 2.4rem;
  letter-spacing: 2px;
  color: #1a1a1a;
  text-align: left;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 25px;
}
#cooperation .company-info .map{
  width: 30%;
}
#cooperation .company-info .map img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*-------------------------------合作方式-结束---------------------------*/

/*-------------------------------个人中心-开始---------------------------*/
#personal{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 124px 4.6875%;
}
#personal .personal-con{
  width: 100%;
}
#personal .personal-con .search{
  width: 100%;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #eee;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 21px 38px;
}
#personal .personal-con .search .search-input{
  width: 67%;
  height: 100%;
}
#personal .personal-con .search .search-input input{
  width: 100%;
  height: 100%;
  background-color: #eee;
  border: none;
  outline: none;
}
#personal .personal-con .search .search-select{
  width: 30%;
  text-align: right;
}
#personal .personal-con .search .search-select .select-con{
  width: 100%;
  height: 100%;
}
#personal .personal-con .search .search-select .select-con .line{
  font-size: 1.6rem;
  margin-right: 35px;
  vertical-align: middle;
}
#personal .personal-con .search .search-select .select-con .select-type{
  font-size: 1.6rem;
  margin-right: 10px;
  vertical-align: middle;
}
#personal .personal-con .search .search-select .select-con img{
  vertical-align: middle;
  cursor: pointer;
}


#personal .info{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
  border-bottom: 2px dashed #cacaca;
  position: relative;
}
#personal .info .info-up{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
#personal .info .t-up{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
}
#personal .info .info-up .info-l{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#personal .info .info-up .info-l .personal-img{
  width: 160px;
  height: 160px;
  margin-right: 50px;
}
#personal .info .info-up .info-l .personal-img img{
  width: 100%;
}
#personal .info .info-up .info-l .personal-info .name{
  font-size: 5.823rem;
  font-family: "ADAM.CG PRO";
  margin-bottom: 12px;
}
#personal .info .info-up .info-l .personal-info .info-mail{
  font-size: 2.588rem;
}
#personal .info .info-up .info-r{
  font-size: 2.588rem;
  color: #666666;
}
#personal .info .info-up .info-r .number{
  font-size: 5.823rem;
  color: #1a1a1a;
  font-family: "ADAM.CG PRO";
}
#personal .info .info-down{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  text-align: right;
  position: relative;
  z-index: 3;
}
#personal .info .info-down a{
  font-size: 1.6rem;
  color: #666666;
}
#personal .info .info-down span{
  font-size: 1.6rem;
  color: #666666;
  margin: 0 15px;
}
.bg_mask{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.bg_mask.active{
  display: block;
}

#personal .palette{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 76px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#personal .palette .add-create{
  width: calc( 100% / 5 - 2.083%);
  height: 345px;
  background-color: #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#personal .palette .add-create .add-con{
  width: 100%;
  height: 100%;
  border: 1px solid #cacaca;
  position: relative;
}
#personal .palette .add-create .add-con .add{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#personal .palette .add-create .add-con .add .add-icon{
  margin-bottom: 10px;
}
#personal .palette .add-create .add-con .add .add-tit{
  font-size: 1.6rem;
  color: #666666;
  letter-spacing: 1px;
}
#personal .palette .palette-con{
  width: calc((100% / 5) * 4);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#personal .palette .palette-con .item{
  width: calc(100% / 4 - 2.083%);
  margin-right: 2.683%;
  margin-bottom: 50px;
  position: relative;
}
#personal .palette .palette-con .item:nth-of-type(4n){
  margin-right: 0;
}
#personal .palette .palette-con .item.active{
  display: none;
}
#personal .palette .palette-con .item .item-img{
  width: 100%;
}
#personal .palette .palette-con .item .item-img img{
  width: 100%;
}
#personal .palette .palette-con .item .detail{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px 0;
}
#personal .palette .palette-con .item .detail .type-name{
  width: 100%;
  text-align: left;
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 5px;
}
#personal .palette .palette-con .item .detail .total{
  width: 100%;
  text-align: left;
  letter-spacing: 2px;
  color: #666666;
  font-size: 1.6rem;
}
#personal .palette .palette-con .item .palette-edit{
  position: absolute;
  right: 15px;
  bottom: 85px;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  /*z-index: 2;*/
  cursor: pointer;
}
#personal .palette .palette-con .item:hover .palette-edit{
  opacity: 1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
/*-------------------------------个人中心-结束---------------------------*/

/*-------------------------------进入单个画板-开始---------------------------*/
#personal .info .info-c{
  margin-right: 8%;
  position: relative;
}
#personal .info .info-c .name{
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}
#personal .info .info-c .palette-select{
  width: 245px;
  height: 150px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 80px;
  left: 190px;
  z-index: 3;
  display: none;
}
#personal .info .info-c .palette-select.active{
  display: block;
}
#personal .info .info-c .palette-select .select-con{
  width: 100%;
  height: 100%;
}
#personal .info .info-c .palette-select .select-con .tit{
  width: 100%;
  font-size: 1.6rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 15px;
  border-bottom: 1px dashed #cacaca;
}
#personal .info .info-c .palette-select .select-con .selection,
#personal .info .info-c .palette-select .select-con .selection .tit
{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0 5px;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
#personal .info .info-c .palette-select .select-con .selection-share{
  padding: 0;
}
#personal .info .info-c .palette-select .select-con .selection .tit{
  padding: 0;
}
#personal .info .info-c .palette-select .select-con .selection-share .share-show{
  width: 183px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 106px;
  left: 90px;
  z-index: 4;
  display: none;
}
#personal .info .info-c .palette-select .select-con .selection-share .share-show.active{
  display: block;
}
#personal .info .info-c .palette-select .select-con .selection-share .share-show .title{
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
#personal .info .info-c .palette-select .select-con .selection-share .share-show .share-type{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#personal .info .info-c .palette-select .select-con .selection-share .share-show .share-type .item .img-icon{
  margin-bottom: 5px;
}
#personal .info .info-c .palette-select .select-con .selection-share .share-show .share-type .item .name{
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}

/*-------------------------------------hover后的编辑和转发-开始---------------------------------*/
#personal .palette .palette-con .item .pale-btn{
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
#personal .palette .palette-con .item:hover .pale-btn{
  opacity: 1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#personal .palette .palette-con .item .pale-btn .pale-edit{
  cursor: pointer;
}
#personal .palette .palette-con .item .pale-btn .pale-transmit{
  cursor: pointer;
}
#personal .palette .palette-con .item .pale-btn .pale-transmit .trans-show{
  width: 185px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -70px;
  bottom: -170px;
  z-index: 6;
  display: none;
}
#personal .palette .palette-con .item .pale-btn .pale-transmit .trans-show::before{
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  top: -10px;
  left: 0;
  background: transparent;
}
#personal .palette .palette-con .item .pale-btn .pale-transmit .trans-show.active {
  display: block;
}
#personal .palette .palette-con .item .pale-btn .pale-transmit .trans-show .title{
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
#personal .palette .palette-con .item .pale-btn .pale-transmit .trans-show .trans-type{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#personal .palette .palette-con .item .pale-btn .pale-transmit .trans-show .trans-type .t-item{
  text-align: center;
  margin-left:27px;
}
#personal .palette .palette-con .item .pale-btn .pale-transmit .trans-show .trans-type .t-item .img-icon{
  margin-bottom: 5px;
  margin-top:10px;
  
}
#personal .palette .palette-con .item .pale-btn .pale-transmit .trans-show .trans-type .t-item .name{
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}

/*-------------------------------------hover后的编辑和转发-结束---------------------------------*/

/*-------------------------------进入单个画板-结束---------------------------*/

/*-------------------------------点击编辑画板弹出-开始---------------------------*/
#edit-palette{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}
#edit-palette.active{
  display: block;
}
#edit-palette .edit-info{
/*  width: 625px;
  height: 640px;*/
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 48px;
}
#edit-palette .edit-info .tit{
  width: 100%;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
#edit-palette .edit-info .info-con{
  width: 100%;
}
#edit-palette .edit-info .info-con .name{
  width: 100%;
  font-size: 2rem;
  text-align: left;
  margin-bottom: 20px;
}
#edit-palette .edit-info .info-con .name-input{
  width: 380px;
  height: 60px;
  margin-bottom: 40px;
}
#edit-palette .edit-info .info-con .name-input input{
  width: 100%;
  height: 100%;
  background-color: #eee;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#edit-palette .edit-info .info-con .detail{
  height: 120px;
  margin-bottom: 40px;
}
#edit-palette .edit-info .info-con .detail textarea{
  width: 100%;
  height: 100%;
  background-color: #eee;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  resize: none;
}
#edit-palette .edit-info .button{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#edit-palette .edit-info .button .btn{
  width: 110px;
  height: 48px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
#edit-palette .edit-info .button .del-btn{
  background-color: #eee;
  color: #000;
}
#edit-palette .edit-info .button .fin-btn{
  background-color: #c32427;
  color: #fff;
}

/*-------------------------------点击编辑画板弹出-结束---------------------------*/

/*-------------------------------编辑采集信息弹出-开始---------------------------*/
#edit-collectInfo{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}
#edit-collectInfo.active{
  display: block;
}
#edit-collectInfo .edit-info{
  /*  width: 625px;
    height: 640px;*/
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 56px;
}
#edit-collectInfo .edit-info .tit{
  width: 100%;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
#edit-collectInfo .edit-info .info-con{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#edit-collectInfo .edit-info .info-con .con-l{
  width: 65%;
}
#edit-collectInfo .edit-info .info-con .con-l .item{
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
#edit-collectInfo .edit-info .info-con .con-l .item .item-name{
  font-size: 2rem;
  letter-spacing: 1px;
  margin-right: 30px;
  vertical-align: top;
}
#edit-collectInfo .edit-info .info-con .con-l .item .input-name{
  width: 76%;
  height: 60px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #eee;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
#edit-collectInfo .edit-info .info-con .con-l .item .describe{
  width: 76%;
  height: 158px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #eee;
  border: none;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
#edit-collectInfo .edit-info .info-con .con-l .item .selection{
  width: 76%;
  height: 60px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #eee;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  pointer-events: none;
}
#edit-collectInfo .edit-info .info-con .con-l .item .down-img{
  float: right;
  position: absolute;
  right: 12%;
  bottom: 22px;
  z-index: 1;
}
#edit-collectInfo .edit-info .info-con .con-r{
  width: 32%;
}
#edit-collectInfo .edit-info .info-con .con-r img{
  width: 100%;
}
#edit-collectInfo .edit-info .info-con .con-r .fin-btn{
  width: 110px;
  height: 48px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  background-color: #c32427;
  color: #fff;
  margin: 0 auto;
  margin-top: 80px;
}
.mask{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0,0,0,0.8);
}

/*---------------------------------画板下拉框-开始----------------------------*/
.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #eee;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cs-select:focus {
  outline: none
}
.cs-select select {
  display: none
}
.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.cs-select>span::after,.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.cs-select.cs-active>span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden
}
.cs-select.cs-active .cs-options {
  visibility: visible
}
.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%
}
.cs-select ul span {
  padding: 1em
}
.cs-select ul li.cs-focus span {
  background-color: #ddd
}
.cs-select li.cs-optgroup ul {
  padding-left: 1em
}
.cs-select li.cs-optgroup>span {
  cursor: default;
}

.cs-skin-border {
  width: 76%;
  height: 60px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #eee;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  z-index: 0;
  /*pointer-events: none;*/
}
.cs-skin-border>span {
  line-height: 40px;
  color: #b2b2b2;
}
.cs-skin-border ul span::after {
  content: '';
  opacity: 0
}
.cs-skin-border.cs-active>span {
  border-color: #fff;
  color: #b2b2b2;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #eee;
}
.cs-skin-border .cs-options {
  color: #b2b2b2;
  font-size: .75em;
/*  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;*/
  opacity: 0;
  position: absolute;
  left: 0;
  overflow-y: scroll;
}
.cs-skin-border.cs-active .cs-options {
  height: 95px;
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  background: #eee;
  position: absolute;
  top: 73%;
  left: 0;
}
.cs-skin-border ul span {
  padding: 1em 4em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.cs-skin-border .cs-options li span:hover,.cs-skin-border li.cs-focus span {
  background: #f5f3ec
}
/*---------------------------------画板下拉框-结束----------------------------*/

/*-------------------------------编辑采集信息弹出-结束---------------------------*/

/*-------------------------------账号管理-开始---------------------------*/
#register .banner .content .re-form .main-content .prompt{
  width: 100%;
  text-align: right;
}
#register .banner .content .re-form .main-content .prompt a{
  font-size: 1.6rem;
  color: #666666;
}
#register .banner .content .re-form .form-name .resg-name .manage{
  margin-right: 9px;
}
#register .banner .content .re-form .change .name{
  position: relative;
}
#register .banner .content .re-form .change .name .label-code{
  font-size: 1.4rem;
  color: #cbcbcb;
  text-align: right;
  position: absolute;
  right: 0;
}
/*-------------------------------账号管理-结束---------------------------*/

/*-------------------------------修改密码-开始---------------------------*/
::placeholder {
  color: #cbcbcb;
}

input.re-place::-webkit-input-placeholder {
  color: #1a1a1a;
}

/* Firefox 4-18 */
input.re-place:-moz-placeholder {
  color: #1a1a1a;
}

/* Firefox 19-50 */
input.re-place::-moz-placeholder {
  color: #1a1a1a;
}
/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
input.re-place:-ms-input-placeholder {
  color: #1a1a1a !important;
}

/* Edge (also supports ::-webkit-input-placeholder) */
input.re-place::-ms-input-placeholder {
  color: #1a1a1a;
}

/* CSS Working Draft */
input.re-place::placeholder {
  color: #1a1a1a;
}

/*-------------------------------修改密码-结束---------------------------*/

/*-------------------------------历史记录-开始---------------------------*/
#personal .history .palette-con{
  width: 100%;
  justify-content: flex-start;
}
#personal .history .palette-con .item{
  width: calc(100% / 5 - 2.083%);
  margin-right: 2.583%;
}
#personal .history .palette-con .item:nth-of-type(4n){
  margin-right: 2.583%;
}
#personal .history .palette-con .item:nth-of-type(5n){
  margin-right: 0;
}
#personal .personal-con .info .info-down a.active{
  color: #000;
  font-weight: 700;
}
#personal .palette .palette-con .item .h-edit{
  bottom: 20px;
}

/*-------------------------------历史记录-结束---------------------------*/