body {
  letter-spacing: 1px;
  background-color: #e8e8e8;
}
.main-width {
  width: 1180px;
  margin: 0 auto;
}
.no-padding {
  padding: 0 !important;
}
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
input:focus,
button:focus,
select:focus {
  outline: none;
}
button {
  border: none;
}
button:focus {
  outline: none !important;
}
a:hover {
  text-decoration: none !important;
  color: #0193df;
}
html {
  overflow-x: hidden;
}
html,
body {
  width: 100%;
  height: 100%;
}
img {
  max-width: 100%;
}
/*清除浮动*/
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.robot-text input::-webkit-input-placeholder {
  color: #fff;
}
.robot-text input:-moz-placeholder {
  color: #fff;
}
.robot-text input::-moz-placeholder {
  color: #fff;
}
.robot-text input:-ms-input-placeholder {
  color: #fff;
}
.module-left input {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border: none;
  border-bottom: 1px solid #fff;
  width: 120px;
  height: 26px;
}
.module-left span {
  height: 26px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  float: left;
}
.module-left .line-left {
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: 0;
}
.module-left .line-right {
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  right: 0px;
  bottom: 0;
}
.module-input {
  height: 30px;
  margin-top: 15px;
}
.robot-text {
  display: inline-block;
}
.error-tips {
  margin: 10px 0;
  color: red;
  height: 20px;
}
.tc {
  text-align: center;
}
body .btn:focus {
  outline: none;
  box-shadow: none;
}
.pic-slider {
  padding: 126px 0 0;
  text-align: center;
  margin: 0 auto;
}
@font-face {
  font-family: 'webfont';
  src: url('//at.alicdn.com/t/webfont_j2tbzirkep14i.eot');
  src: url('//at.alicdn.com/t/webfont_j2tbzirkep14i.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_j2tbzirkep14i.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_j2tbzirkep14i.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_j2tbzirkep14i.svg#思源黑体-极细') format('svg');
  
  /* IE9*/
  /* iOS 4.1- */
}
@font-face {
  font-family: 'webfontB';
  src: url('//at.alicdn.com/t/webfont_uh692u8xcwxt7qfr.eot');
  src: url('//at.alicdn.com/t/webfont_uh692u8xcwxt7qfr.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_uh692u8xcwxt7qfr.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_uh692u8xcwxt7qfr.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_uh692u8xcwxt7qfr.svg#思源黑体-粗') format('svg');
  
  /* IE9*/
  /* iOS 4.1- */
}
/*弹框*/
.bombBox {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.5);
  z-index: 100;
}
.freeTryBox {
  width: 496px;
  height: 500px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}
.freeTryTitle {
  height: 60px;
  line-height: 3;
  background: #1ab394;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.freeTryCont {
  padding: 40px;
  text-align: center;
}
.freeTryList {
  margin-top: 30px;
}
.freeTryList label {
  width: 82px;
  font-size: 15px;
  color: #737373;
  text-align: right;
  font-weight: 400;
}
.freeTryList input {
  height: 42px;
  line-height: 42px;
  border: 1px solid #c9c9c9;
  width: 76%;
  margin-left: 1%;
  text-indent: 5px;
}
.freeTryList input:focus {
  border: 1px solid #c9c9c9;
}
.freeTryList button {
  border: none;
  text-align: center;
  padding: 2.2% 10%;
  cursor: pointer;
  border-radius: 2px;
  font-size: 15px;
}
.trySubmit {
  background: #1ab394;
  color: #fff;
  margin: 0 18%;
}
.submit-disable {
  background: #bfbfbf;
  color: #fff;
}
.freeTryList button.tryCancel {
  border: 1px solid #c9c9c9;
  color: #c9c9c9;
  background: none;
}
.closeBox {
  background: url("../../images/icon_footer.png") 0 0 no-repeat;
  display: inline-block;
  width: 25px;
  height: 20px;
  position: absolute;
  right: 8px;
  top: 20px;
  cursor: pointer;
}
.errorMsg {
  position: absolute;
  left: 169px;
  color: #00a3ff;
  font-size: 12px;
}
.pos-checkbox {
  margin-bottom: 20px;
}
.pos-checkbox input[type='checkbox'] {
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  right: 5px;
}
.freeForm .freeTrySuccess {
  padding-top: 137px;
  padding-left: 0;
  padding-right: 0;
}
.freeForm .freeTrySuccess img {
  left: 0;
  margin: auto;
}
.freeTrySuccess p {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .point-tip1 {
    left: 55px;
    top: 44%;
  }
  .point-tip2 {
    right: 89px;
    top: 37%;
  }
  body .price-content .item {
    width: 330px;
  }
  body .question-answer .text-box {
    width: auto;
  }
  .section1 .slider-record ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
  }
  .contact_bg .list-box {
    padding: 9% 1%;
    margin: 0;
  }
  .contact_bg .list-box .case-item-left {
    margin: 0;
    padding-left: 0;
  }
  .contact_bg .list-box .case_cont_left ul li {
    width: auto;
  }
  .contact_bg .list-box .case_cont_right {
    padding-right: 0;
  }
}
