html,
button,
input,
select,
textarea {
  font-family: "PingFang SC", "Source Han Sans CN", "Microsoft YaHei", "SimHei", "SimSun", sans-serif;
}
body {
  overflow: auto!important;
}
.header,
.footer {
  min-width: 1400px;
}
.btn {
  display: table;
  width: 150px;
  height: 42px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 42px;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.btn span {
  display: table-cell;
  vertical-align: middle;
}
.btn.active {
  border-color: #e10032;
  color: #e10032;
}
.box-selector {
  position: relative;
  width: 100%;
  min-width: 1400px;
  min-height: 800px;
  background: #f2f2f2 url("../img/selector-bg.png") center top no-repeat;
}
.selector-welc {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-left: -320px;
  margin-top: -180px;
  width: 640px;
  height: 240px;
  padding: 60px 0;
  text-align: center;
  background: url("../img/selector-bg2.png") left top repeat;
}
.selector-welc .selector-welc-tit {
  font-size: 56px;
  line-height: 1.3;
  color: #333;
}
.selector-welc .selector-welc-tit strong {
  display: block;
  font-weight: normal;
}
.selector-welc .selector-welc-btns {
  margin-top: 40px;
  font-size: 0;
}
.selector-welc .selector-welc-btns .btn-category {
  display: inline-table;
  vertical-align: middle;
  font-size: 16px;
  margin: 0 20px;
  width: 170px;
  padding: 0 15px;
  height: 54px;
  line-height: 1.2;
  color: #e10032;
  border: 1px solid #e10032;
  border-radius: 42px;
  cursor: pointer;
}
.selector-welc .selector-welc-btns .btn-category span {
  display: table-cell;
  line-height: 1.2;
  font-weight: normal;
  vertical-align: middle;
}
.selector-welc .selector-welc-txt{
  width: 100%;
  padding:30px 0;
  font-size: 14px;
  line-height: 1.8;
  color:#666;
  text-align: center;
}
.selector-product {
  display: none;
}
.selector-product .container {
  width: 1400px;
  margin: 0 auto;
  /*padding: 0 0 100px;*/
}
.selector-product .selector-product-tit {
  padding: 35px 0 20px;
  font-size: 36px;
  line-height: 2;
  color: #fff;
  font-weight: normal;
}
.selector-product .selector-product-cont {
  position: relative;
  padding: 35px 50px 120px;
  background: url("../img/selector-bg3.png") left top repeat;
}
.selector-product .selector-product-cardsbox {
  position: relative;
  text-align: center;
  width: 1300px;
  height: 100%;
  font-size: 0;
  overflow: hidden;
}
.selector-product .selector-product-cards {
  position: relative;
  left: 50%;
  top: 0;
  width: auto;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -ms-transition: margin .6s;
  -o-transition: margin .6s;
  transition: margin .6s;
}
.selector-product .selector-product-line {
  position: absolute;
  left: 0;
  top: 125px;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.selector-product-card {
  position: relative;
  z-index: 1;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 185px;
  font-size: 14px;
  vertical-align: top;
}
.selector-product-card.selectlist {
  width: 240px;
}
.selector-product-card.selectlist .selector-product-list ul {
  display: none;
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 #ccc;
  max-height: 150px;
  overflow-y: auto;
  text-align: left;
}
.selector-product-card.selectlist .selector-product-list li {
  display: block;
  margin-top: 0;
  padding: 5px 0;
  width: auto;
  border: 0;
  border-radius: 0;
  height: auto;
  line-height: 1.2;
  text-align: left;
  font-size: 14px;
}
.selector-product-card.selectlist .selector-product-list li:hover {
  border-color: #e10032;
  color: #e10032;
}
.selector-product-card.selectlist .selector-product-list .selectlist-txt {
  display: block;
}
.selector-product-card .selector-product-card-in {
  visibility: hidden;
  opacity: 0;
  padding-left: 15px;
  text-align: left;
  background: url("../img/icon-arr-r.png") left 116px no-repeat;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.selector-product-card .selector-product-card-in.trans {
  visibility: visible;
  opacity: 1;
}
.selector-product-card:first-child .selector-product-card-in {
  padding-left: 0;
  background: none;
}
.selector-product-card .selector-product-ques {
  color: #333;
  line-height: 1.8;
  height: 7.2em;
}
.selector-product-card .selector-product-ques strong {
  vertical-align: middle;
}
.selector-product-card .selector-product-ques a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  font-size: 0;
  background: url("../img/icon-info.png") center no-repeat;
}
.selector-product-card .selector-product-ques a span {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -160px;
  width: 300px;
  padding: 10px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.2;
  background: #333;
  color: #fff;
}
.selector-product-card .selector-product-ques a:hover span {
  display: block;
}
.selector-product-card .selector-product-num {
  text-align: center;
}
.selector-product-card .selector-product-num strong {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: url("../img/icon-circle.png") center no-repeat;
}
.selector-product-card .selector-product-list {
  margin-top: 30px;
  text-align: center;
}
.selector-product-card .selector-product-list li {
  margin: 10px auto 0;
}
.selector-product-card .selector-product-list li:first-child {
  margin-top: 0;
}
.selector-product-card .selector-product-list .selectlist-txt {
  display: none;
  width: auto;
  padding-right: 30px;
  padding-left: 20px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ccc;
  border-radius: 42px;
  font-size: 16px;
  color: #333;
  text-align: left;
  cursor: pointer;
  background: url("../img/icon-arr-select.png") 92% center no-repeat;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.selector-product-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.selector-product-bar .selector-product-barbtns {
  padding: 20px 50px;
}
.selector-product-bar .selector-product-barbtns > a {
  display: inline-table;
}
.selector-product-bar .btn-other {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 25px;
}
.selector-product-bar .btn-service {
  float: right;
}
.selector-product-bar .btn-service .icon-service {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 10px;
  width: 25px ;
  height: 25px;
  background: url("../img/icon-service.png") center no-repeat;
}
.selector-product-bar .btn-service strong {
  vertical-align: middle;
}
.selector-product-info {
  display: none;
  margin-top: 40px;
  padding: 30px 40px 30px;
  background: #fff;
  font-size: 0;
}
.selector-product-info .selector-product-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 45.5%;
  margin-left: 3.5%;
  margin-bottom: 40px;
  font-size: 14px;
  color: #333;
}
.selector-product-info .selector-product-pic img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.selector-product-info .selector-product-name {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.2;
  height: 2.4em;
  overflow: hidden;
}
.selector-product-info .selector-product-name a {
  color: #333;
}
.selector-product-info .selector-product-detail {
  height: 5.6em;
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
}
.selector-product-info .selector-product-file {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 226px;
  height: 42px;
  margin-top: 35px;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #e31333 url("../img/btn-bg.png") right top repeat-y;
  border-radius: 42px;
  cursor: pointer;
}
.popup-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
}
.popup-modal .popup-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
}
.popup-modal .popup-box {
  position: absolute;
  background: #fff;
}
.popup-product-list .popup-box {
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
}
.popup-product-list .popup-box .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 75px;
  height: 75px;
  line-height: 68px;
  font-size: 48px;
  text-align: center;
  cursor: pointer;
}
.popup-product-list .popup-box .popup-box-tit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  padding-left: 20px;
  padding-right: 95px;
  height: 75px;
  line-height: 75px;
  font-size: 28px;
  color: #58585b;
  border-bottom: 1px solid #cccccc;
}
.popup-product-list .popup-box .popup-box-cont {
  padding: 96px 0 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-product-list .product-list-all {
  padding: 0 20px;
  height: 100%;
  overflow-y: auto;
}
.popup-product-list .selector-product-item {
  margin: 20px 0;
}
.popup-product-list .selector-product-pic {
  float: left;
  width: 250px;
}
.popup-product-list .selector-product-pic img {
  display: block;
  margin: 0 auto;
}
.popup-product-list .selector-product-name {
  margin-left: 250px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.2;
}
.popup-product-list .selector-product-name a {
  color: #333;
}
.popup-product-list .selector-product-detail {
  margin-left: 250px;
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
}
.popup-product-list .selector-product-file {
  display: block;
  margin-left: 250px;
  width: 226px;
  height: 42px;
  margin-top: 20px;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #e31333 url("../img/btn-bg.png") right top repeat-y;
  border-radius: 42px;
  cursor: pointer;
}
.popup-again .popup-box{
  left:50%;
  top:50%;
  margin-left: -295px;
  margin-top:-150px;
  width: 590px;
  height: 300px;
  text-align: center;
}
.popup-again .popup-again-txt{
  padding:90px 0 50px;
  color:#333;
  font-size:20px;
}
.popup-again .popup-again-confirm .btn{
  display: inline-table;
  margin:0 10px;
}
.popup-again .popup-again-confirm .btn-sure{
  color:#fff;
  background: #e10032;
}