@charset "utf-8";
.transition {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@keyframes myfirst {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes myfirst {
  /* Firefox */
}
@-webkit-keyframes myfirst {
  /* Safari 和 Chrome */
}
@-o-keyframes myfirst {
  /* Opera */
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}
.co_icon_videoPlay {
  background: url(https://i0.sensorexpert.com.cn/xjcsensor/icon_vector.png) no-repeat center;
  background-size: 100%;
}
.co_icon_view {
  background: url(https://i0.sensorexpert.com.cn/xjcsensor/icon_view.png) no-repeat center;
  background-size: 100%;
}
.fix_r_box {
  position: fixed;
  top: 50%;
  right: 20px;
  width: 210px;
  margin-top: -106px;
  z-index: 20;
  display: none;
}
.fix_r_box .item {
  padding: 12px;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(114, 112, 138, 0.05);
  display: inline-block;
  float: right;
  min-width: 108px;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s ease;
  height: 65px;
}
.fix_r_box .item i {
  font-size: 18px;
  display: block;
  color: #E73328;
  margin-bottom: 2px;
}
.fix_r_box .item label {
  font-size: 12px;
  color: #666B83;
  display: inline-block;
  cursor: pointer;
  line-height: 20px;
}
.fix_r_box .item p {
  font-size: 20px;
  color: #23194A;
  padding-left: 20px;
  transition: height 0.5s ease;
  width: 0;
  height: 0;
  overflow: hidden;
}
.fix_r_box .item.OnlineConsult_btn {
  display: none;
}
.fix_r_box .item.inner-comel i {
  margin-bottom: 3px;
}
.fix_r_box .item.inner-comel.on {
  padding: 12px 20px;
  text-align: left;
  width: 210px;
  background: #E73328;
}
.fix_r_box .item.inner-comel.on i {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2px;
  color: #fff;
}
.fix_r_box .item.inner-comel.on label {
  line-height: 18px;
  color: #fff;
}
.fix_r_box .item.inner-comel.on p {
  transform: scale(1);
  width: 100%;
  height: 26px;
  color: #fff;
}
.fix_r_box .item:hover {
  background: #E73328;
}
.fix_r_box .item:hover label {
  color: #fff;
}
.fix_r_box .item:hover i {
  color: #fff;
}
.fix_r_box .item.formShow_btn {
  background: #E73328;
}
.fix_r_box .item.formShow_btn label {
  color: #fff;
}
.fix_r_box .item.formShow_btn i {
  color: #fff;
}
.fix_form_box {
  position: fixed;
  bottom: 30px;
  right: 50%;
  width: 380px;
  margin-right: -830px;
  z-index: 20;
  padding-top: 52px;
  z-index: 12147482400;
}
.fix_form_box.on {
  margin-right: 0;
  right: 50px;
}
.fix_form_box .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  z-index: 20;
  border-radius: 50%;
  cursor: pointer;
  background: url(../images/brand/close.png) no-repeat center;
}
.fix_form_box .content {
  width: 380px;
  background: #FFFFFF;
  box-shadow: 0px 8px 10px 0px rgba(114, 112, 138, 0.15);
  border-radius: 8px;
}
.fix_form_box .content .content_top {
  width: 100%;
  height: 86px;
  background: #F1F4FF;
}
.fix_form_box .content .content_top > div {
  position: relative;
  top: -10px;
  width: 380px;
  height: 96px;
  background: url(../images/brand/brand_bg.png) no-repeat center;
}
.fix_form_box .content .contentBox {
  padding: 24px 18px;
  overflow-x: hidden;
  max-height: 400px;
}
.fix_form_box .content .contentBox::-webkit-scrollbar {
  width: 6px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.fix_form_box .content .contentBox::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.15);
}
.fix_form_box .content .contentBox .item {
  margin-bottom: 12px;
  overflow: hidden;
}
.fix_form_box .content .contentBox .item label {
  display: inline-block;
  width: 72px;
  float: left;
  font-size: 12px;
  color: #333333;
  line-height: 42px;
  text-align: right;
  margin-right: 8px;
}
.fix_form_box .content .contentBox .item .item_input {
  width: 254px;
  float: left;
  overflow: hidden;
}
.fix_form_box .content .contentBox .item .item_input input,
.fix_form_box .content .contentBox .item .item_input textarea {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
}
.fix_form_box .content .contentBox .item .item_input input.validate-input,
.fix_form_box .content .contentBox .item .item_input textarea.validate-input {
  width: 114px;
  float: left;
}
.fix_form_box .content .contentBox .item .item_input input.error,
.fix_form_box .content .contentBox .item .item_input textarea.error {
  border-color: #E73328;
}
.fix_form_box .content .contentBox .item .item_input textarea {
  height: 100px;
}
.fix_form_box .content .contentBox .item .item_input .validate {
  float: left;
  width: 130px;
  height: 42px;
  margin-left: 10px;
  cursor: pointer;
}
.fix_form_box .content .contentBox .item .item_input .sendCode {
  float: left;
  width: 130px;
  height: 40px;
  margin-left: 10px;
  cursor: pointer;
  line-height: 40px;
  font-size: 12px;
  border-radius: 4px;
  padding: 0 10px;
  color: #aaa;
  text-align: center;
  border: 1px solid #e5e8f9;
  background: #f3f9ff;
  cursor: no-drop;
}
.fix_form_box .content .contentBox .item .item_input .sendCode.checked {
  cursor: pointer;
  color: #666;
}
.fix_form_box .content .contentBox > .error {
  color: #E73328;
  line-height: 20px;
  font-size: 12px;
  padding: 4px 0;
}
.fix_form_box .content .contentBox .btn {
  width: 254px;
  height: 34px;
  background: #E73328;
  border-radius: 4px;
  float: right;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.fix_form_box .content .contentBox .btn:hover {
  background: #c31007;
}
