.search-con {
  padding-top: 30px;
  border-bottom: 1px solid #ececec;
}

.search-line {
  height: 39px;
  overflow: hidden;
  padding-top: 2px;
  margin-bottom: 20px;
}

.search-line label {
  float: left;
  width: 120px;
  color: #3c3c3c;
}

.search-line.active {
  height: auto;
}

.search-line li {
  height: 24px;
}

.search-line li a {
  display: inline;
}

.search-line li .serchCheck input {
  margin-right: 5px;
}

.search-line.search-line-multiple li a {
  display: none;
}

.search-line.search-line-multiple li .serchCheck {
  display: inline;
}

.serchCompRange {
  display: none;
  margin-left: 5px;
}

.serchCompRange input {
  width: 40px;
  height: 22px;
  line-height: 22px;
}

.search-line-con {
  position: relative;
  margin-left: 120px;
}

.search-line-input-con input, .search-line-input-con select {
  width: 90px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #848484;
}

.search-line-input-con select {
  margin-left: 28px;
}

.search-line-all {
  position: absolute;
  top: 0;
  left: 0;
  color: #3c3c3c;
}

.search-line-submit {
  display: inline-block;
  color: #eeeeee;
  background-color: #050608;
  font-size: 12px;
  width: 60px;
  height: 26px;
  line-height: 26px;
  margin-left: 25px;
  text-align: center;
}

.search-line-submit:hover, .search-line-submit:active {
  color: #eeeeee;
}

.search-line-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.search-line-btn a {
  display: inline-block;
  color: #eeeeee;
  background-color: #050608;
  font-size: 12px;
  padding: 1px 5px;
  margin-left: 25px;
}

.search-line-items {
  padding-left: 60px;
  padding-right: 80px;
}

.search-line-items li {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.search-line-items li a {
  color: #848484;
}

.search-line-items li a.active {
  display: inline-block;
  height: 22px;
  padding: 0 4px;
  border: 1px solid #5e4941;
}

.selected-search-con {
  padding: 30px 0;
}

.selected-search-con div {
  position: relative;
  display: inline-block;
  min-width: 120px;
  height: 28px;
  line-height: 28px;
  padding-left: 18px;
  padding-right: 15px;
  margin-right: 40px;
  margin-bottom: 10px;
  border: 1px solid #5e4941;
  color: #3c3c3c;
}

.selected-search-con div a {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 12px;
}

.sort-con {
  height: 55px;
  line-height: 55px;
  background-color: #f8f8f8;
  margin-bottom: 30px;
}

.sort-con a {
  display: inline-block;
  padding: 0 5px;
  color: #3c3c3c;
  font-size: 18px;
  margin: 0 25px;
}

.sort-con a.active {
  border-bottom: 2px solid #5e4941;
}

.product-list-con {
  float: left;
  width: 958px;
  overflow: hidden;
}

.product-list-con li {
  position: relative;
  float: left;
  width: 238px;
  height: 440px;
  padding: 9px;
  border: 1px solid #fff;
  transition: border-color .3s;
}

.product-list-con li:hover {
  border-color: #5e4941;
}

.product-list-con li:hover .product-detail {
  opacity: 1;
}

.product-li-img {
  width: 220px;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.product-li-img img {
  position: absolute;
  top: 0;
  right: 0;
  height: 220px;
}

.product-li-title {
  font-size: 12px;
  height: 56px;
  color: #3c3c3c;
  line-height: 1.8;
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}

.product-li-comp {
  font-size: 12px;
  height: 52px;
  color: #848484;
  line-height: 1.8;
  padding: 6px 0 8px 0;
  overflow: hidden;
}

.product-li-label {
  height: 16px;
  font-size: 12px;
  color: #3c3c3c;
  margin-bottom: 28px;
}

.product-li-label span {
  padding: 0 6px;
  border-right: 1px solid #f8bc31;
}

.product-li-label span:first-child {
  padding-left: 0;
}

.product-li-label span:last-child {
  border-right: none;
}

.product-li-bottom .pull-left {
  font-size: 12px;
  color: #3c3c3c;
}

.product-li-bottom .pull-left span {
  font-size: 20px;
  color: #ff1313;
}

.product-li-bottom .pull-right {
  padding-top: 5px;
}

.product-detail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  opacity: 0;
  transition: opacity .2s;
}

.product-detail-con {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.product-detail-line {
  padding: 2px 0;
  padding-left: 5px;
  border-bottom: 1px dashed #a6a6a6;
  font-size: 14px;
}

.product-detail-line div {
  padding: 1px 0;
}

.product-detail-line div span {
  font-size: 12px;
  margin-right: 5px;
}

.product-detail-line:last-child {
  border-bottom: none;
}

.product-detail-text {
  font-size: 12px;
  color: #ddd;
}

.sprite-collect, .sprite-cart {
  width: 18px;
  height: 18px;
}

.sprite-collect {
  background-position: -58px -257px;
}

.sprite-collect:hover {
  background-position: -29px -257px;
}

.sprite-cart {
  background-position: -115px -257px;
  margin-left: 12px;
}

.sprite-cart:hover {
  background-position: -86px -257px;
}

.product-list-right {
  float: right;
  width: 240px;
  border: 1px solid #d2d2d2;
}

.product-list-right h3 {
  color: #3c3c3c;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  background-color: #f8f8f8;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
}

.product-list-right ul {
  padding: 25px 14px 14px 14px;
}

.product-list-right li {
  margin-bottom: 25px;
}

.product-list-right li img {
  height: 210px;
  right: 10px;
}

.product-list-right li .product-detail {
  width: 210px;
  height: 210px;
}

.product-list-right li:hover .product-detail {
  opacity: 1;
}

.product-list-right-li-price {
  font-size: 12px;
  color: #3c3c3c;
}

.product-list-right-li-price span {
  font-size: 20px;
  color: #ff1313;
}

.product-list-right-li-title {
  color: #3c3c3c;
  height: 20px;
  margin: 15px 0 10px 0;
  overflow: hidden;
}

.product-view-con {
  padding: 20px 0 30px 0;
}

.product-view-left {
  float: left;
  width: 640px;
}

.product-view-right {
  float: right;
  width: 560px;
}

.product-view-title {
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

.product-view-prop {
  overflow: hidden;
  padding: 10px 0 25px 0;
}

.product-view-prop div {
  float: left;
  width: 50%;
  height: 30px;
  padding-left: 40px;
  color: #848484;
}

.product-view-prop div label {
  display: inline-block;
  width: 115px;
  color: #3c3c3c;
}

.product-view-yarn {
  border: 1px solid #ececec;
}

.product-view-yarn .nav {
  background-color: #f8f8f8;
}

.product-view-yarn .tab-content {
  height: 220px;
  padding: 30px 0 10px 40px;
  overflow: hidden;
}

.product-view-yarn .nav-tabs > li > a {
  border-radius: 0;
}

.product-view-yarn .nav-tabs > li:first-child.active > a {
  border-left-color: #fff;
}

.product-view-yarn .nav-tabs > li.active > a, .product-view-yarn .nav-tabs > li.active > a:focus, .product-view-yarn .nav-tabs > li.active > a:hover {
  border-top-color: #f8f8f8;
}

.product-view-item {
  float: left;
  width: 50%;
  color: #848484;
  margin-bottom: 15px;
}

.product-view-item label {
  display: inline-block;
  width: 78px;
  color: #3c3c3c;
}

.product-view-item-en label {
  width: 120px;
}

.product-view-price {
  margin-top: 10px;
  font-size: 12px;
}

.product-view-price span {
  font-size: 24px;
  color: #ff1313;
}

.product-view-btn {
  margin-top: 40px;
}

.product-view-btn .pull-left {
  padding-top: 10px;
}

.product-view-btn .pull-left a {
  margin-right: 40px;
}

.product-view-btn .pull-left a i {
  margin-right: 4px;
  vertical-align: middle;
}

.product-view-btn button {
  position: relative;
  width: 240px;
  height: 44px;
  padding-left: 25px;
  background-color: #222;
  color: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
}

.product-view-btn button:active, .product-view-btn button:focus {
  border: none;
}

.product-view-btn .pull-right {
  position: relative;
}

.product-view-btn ul {
  display: none;
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 5;
}

.product-view-btn ul li a {
  display: inline-block;
  width: 240px;
  height: 44px;
  line-height: 44px;
  padding-left: 25px;
  background-color: #222;
  color: #fff;
  border-top: 1px solid #fff;
}

.product-view-list {
  min-width: 1200px;
  padding: 30px 0 25px 0;
  background-color: #f8f8f8;
}

.product-view-list ul {
  overflow: hidden;
}

.product-view-list li {
  float: left;
  width: 200px;
  margin-left: 47px;
}

.product-view-list li img {
  height: 200px;
}

.product-view-list li.first {
  margin-left: 0;
}

.product-view-list li .product-li-img, .product-view-list li .product-detail {
  width: 200px;
  height: 200px;
}

.product-view-list li:hover .product-detail {
  opacity: 1;
}

.product-view-list-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.product-view-li-title {
  margin: 10px 0 7px;
  height: 18px;
  overflow: hidden;
}

.product-view-li-comp {
  font-size: 12px;
  height: 14px;
  overflow: hidden;
  color: #848484;
}

.product-view-detail-con {
  padding-top: 35px;
}

.product-view-detail-title {
  font-size: 18px;
  margin: 5px 0;
}

.product-view-detail-img {
  padding: 10px 0;
  text-align: center;
}

.product-view-detail-img img {
  max-width: 100%;
  margin-bottom: 10px;
}

.product-view-detail-div {
  padding: 10px 10px 50px 0;
}

.recruitment .content {
  padding: 0 40px;
}

div.recruitment div.list {
  position: relative;
  padding: 0 25px;
}

div.recruitment div.list div.btn {
  position: absolute;
  top: 0;
  width: 15px;
  height: 75px;
  cursor: pointer;
  background: url(../img/pre.png) center no-repeat;
}

div.recruitment div.list div.btn.pre {
  left: 0;
}

div.recruitment div.list div.btn.next {
  right: 0;
  background-image: url(../img/next.png);
}

div.recruitment div.list ul.ul-list {
  position: relative;
  z-index: 99999;
  overflow: hidden;
  height: 85px;
}

div.recruitment div.list ul.ul-list li {
  text-align: center;
  width: 20%;
  float: left;
  padding: 0 10px;
  cursor: pointer;
}

div.recruitment div.list ul.ul-list li img {
  width: 85px;
  height: 85px;
  padding: 5px;
  border: 1px solid transparent;
}

div.recruitment div.list ul.ul-list li div.text {
  padding: 40px 0;
}

div.recruitment div.list ul.ul-list li.index img {
  border-color: #5e4941;
}

div.recruitment div.content {
  margin-bottom: 15px;
}

.product-view-img {
  overflow: hidden;
  position: relative;
  width: 571px;
  height: 400px;
}

#fangDaIMg {
  position: absolute;
  top: 0;
  right: 0;
  height: 400px;
}

/* div.recruitment div.content img{
	width: 100%;
	height: 415px;
} */
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0;
  margin-left: 40px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}

div.zoomMask {
  position: absolute;
  background: url("../img/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}

.sprite-down, .sprite-up, .sprite-muilt, .sprite-cancle, .sprite-btn-down {
  width: 10px;
  height: 10px;
  margin-right: 2px;
}

.sprite-down {
  background-position: -0px -284px;
}

.sprite-up {
  background-position: -17px -284px;
}

.sprite-muilt {
  background-position: -35px -284px;
}

.sprite-cancle {
  background-position: -54px -284px;
}

.sprite-sort-down, .sprite-sort-up {
  width: 14px;
  height: 22px;
  margin-left: 10px;
}

.sprite-sort-down {
  background-position: -114px -284px;
}

.sprite-sort-up {
  background-position: -162px -284px;
}

.active .sprite-sort-down {
  background-position: -90px -284px;
}

.active .sprite-sort-up {
  background-position: -138px -284px;
}

.sprite-btn-down {
  float: right;
  margin-top: 3px;
  margin-right: 15px;
  background-position: -65px -411px;
}
