.index-carousel{
  padding-top: 74.933333%;
  position: relative;
}

.owl-controls-slide{
  display: none;
}

.index-content-helper{
  padding-top: 40px;
  background-color: #f5f5f5;
}

.diy-select,.index-helper-submit{
  border: 1px solid #e47325;
  color: #e47325;
  width: 100%;
  position: relative;
  transition: all .4s;
}
.index-helper-submit{
  float: right;
  font-size: 20px;
  padding: 14px 0;
  cursor: pointer;
  text-align: center;
  transition: all .4s;
  margin-top: 20px;
  transition: all .4s;
}
.index-helper-submit:hover{
  color: #fff;
  background-color: #e47325;
  transition: all .4s;
}
.index-helper-submit .skicon{
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 20px;
}
.diy-select select{
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 20px;
  padding: 14px 0;
  width: 100%;
  text-align: center;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.diy-select-text{
  font-size: 20px;
  padding: 14px 0;
  text-align: center;
  background-color: #fff;
  transition: all .4s;
  color: #e47325;
  transition: all .4s;
  /* position: relative; */
}

.diy-select.on .diy-select-text{
  color: #fff;
  background-color: #e47325;
  transition: all .4s;
}

.diy-select.select-model{
  margin-top: 20px;
}

.diy-select .skicon{
  position: absolute;
  right: 20px;
  top: 22px;
  font-size: 10px;
  pointer-events: none;
}

.index-helper-advanced{
  text-align: right;
  margin-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
}
.index-helper-advanced a{
  color: #777777;
  font-size: 16px;
}
.index-helper-advanced a:hover{
  color: #e47325;
}


.index-content{
  margin-right: auto;
  margin-left: auto;
}
.index-content-title{
  text-align: center;
  font-size: 28px;
  font-weight: 300;
    letter-spacing: .2em;
}
.index-content-title span{
  position: relative;
  padding-bottom: 14px;
  display: block;
}
.index-content-title span:after{
  content:"";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  border-bottom: 2px solid #e47325;
  width: 70px;
}
.index-helper{
  padding: 0 40px;
  margin-top: 40px;
}


.global-footer-wrapper{
  background-color: #f5f5f5;
}
.global-footer{
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
}
.global-footer ul li{
  display: inline-block;
}
.global-footer ul li a{
  padding: 6px 4px;
  display: block;
}

.index-about{
    padding: 30px 0;
}
.index-about-col{
  padding: 30px;
  float: left;
  width: 33.333%;
}
.index-about-item{
  position: relative;
  text-align: center;
  /* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='file:///F:/test/images/flashbg.jpg',  sizingMethod='scale'); */
}
.index-about-item .icon-cover{
  border: 1px solid #e47325;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  position: relative;
  padding-top: 96%;
}
.index-about-item .icon-cover:after{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index-about-item .icon-cover.icon-zic:after{
  background: url("../../images/icon-zic-light.png") no-repeat center center;
  background-size: 66%;
}
.index-about-item .icon-cover.icon-keji:after{
  background: url("../../images/icon-keji-light.png") no-repeat center center;
  background-size: 66%;
}
.index-about-item .icon-cover.icon-store:after{
  background: url("../../images/icon-store-light.png") no-repeat center center;
  background-size: 66%;
}
.index-about-title{
  margin-top: 10px;
  color: #777777;
}

.index-about .index-content-title,.index-about-bg,.index-about-desc,.index-about-more{
  display: none;
}


.index-helper.loadingdata .select-brand,.index-helper.loadingdata .select-model,.index-helper.loadingdata .index-helper-submit{
  border-color: #ddd;
  cursor: not-allowed;
  transition: all .4s;
}
.index-helper.loadingdata .select-brand::after,.index-helper.loadingdata .select-model::after{
  content:"";
  background: url("../../images/imgloading.gif") no-repeat;
  background-size: cover;
  width: 2em;
  height: 2em;
  position: absolute;
  top: .5em;
  left: 50%;
  margin-left: -6em;
}
.index-helper.loadingdata .select-brand .diy-select-text,.index-helper.loadingdata .select-model .diy-select-text,.index-helper.loadingdata .index-helper-submit{
  color: #ccc;
  cursor: not-allowed;
  transition: all .4s;
}


