.model_contact {
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #000;
}
.model_contact .model-contact-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  background: url("../../../images/model-contact-close-icon.png") no-repeat;
  -webkit-transition: transform .4s ease;
  -moz-transition: transform .4s ease;
  -ms-transition: transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
}
.model_contact .model-contact-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.model_contact .model_alert {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url('../../../images/model-alert.png');
  width: 520px;
  height: 470px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
}
.model_contact .contact_box {
  margin: 120px 70px 0;
}
.model_contact .kf_group .kf-title,
.model_contact .qq_group .qq-title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  background-color: rgba(255, 255, 255, 0.3);
}
.model_contact .qq_group .qq-title {
  margin-bottom: 10px;
}
.model_contact .kf_group .kf-phone {
  text-align: center;
  font-size: 24px;
  height: 55px;
  line-height: 55px;
  background-color: transparent;
}
.model_contact .qq_group .qq_contBox {
  width: 305px;
  margin: 0 auto;
}
.model_contact .cell {
  padding-top: 14px;
}
.model_contact .cell .qq-label {
  line-height: 28px;
  font-size: 15px;
  display: inline-block;
  min-width: 72px;
  margin-right: 10px;
}
.model_contact .cell .qq-value {
  line-height: 28px;
  font-size: 15px;
  display: inline-block;
  min-width: 110px;
  color: #00628f;
}
.model_contact .cell .qq-value i {
  vertical-align: -10%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("../../../images/consult-qq-icon.png") no-repeat;
}
.model_contact .cell .qq-linkTo {
  float: right;
  font-size: 13px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /*border: 1px solid #999;*/
}
.model_contact .cell .qq-linkTo img {
  vertical-align: -16%;
  margin-right: 2px;
}
.model_contact .cell .qq-linkTo:hover {
  background-color: #333;
  color: #fff;
}
.model_contact .cell .qq-linkTo:active {
  background-color: #000;
}
/*************** 閫氱敤寮圭獥, 鐢宠璇曠敤 ********************/
.animated-t100 {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes shake2 {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
.shake2 {
  -webkit-animation-name: shake2;
  animation-name: shake2;
}
.model_tryuse .model_yzmTip,
.model_tryuse .model_subTip {
  width: 285px!important;
  height: 160px!important;
  font-size: 14px;
  display: none;
}
.model_tryuse .model_yzmTip .title,
.model_tryuse .model_subTip .title {
  height: 43px;
  line-height: 43px;
  padding-left: 20px;
  background-color: #F8F8F8;
}
.model_tryuse .model_yzmTip .content,
.model_tryuse .model_subTip .content {
  min-width: auto!important;
  width: auto!important;
  height: auto!important;
  line-height: 1.5;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}
.model_tryuse .model_yzmTip .yzmTip-close,
.model_tryuse .model_subTip .subTip-close {
  cursor: pointer;
  width: 90px;
  height: 34px;
  line-height: 34px;
  margin: 10px auto 12px;
  background: #c30000;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.model_tryuse .model_yzmTip .yzmTip-close:hover,
.model_tryuse .model_subTip .subTip-close:hover {
  background-color: #d30000;
}
.model_tryuse {
  top: 0;
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.model_tryuse .model_alert,
.model_tryuse .model_yzmTip,
.model_tryuse .model_subTip {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 510px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.model_tryuse .tryuse_box {
  width: 480px;
  margin: 10px auto 20px;
  font-size: 13px;
}
.model_tryuse .tryuse-close {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 13px;
  width: 16px;
  height: 16px;
  background: url('../../../Images/tryuse_close.png') no-repeat center;
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}
.model_tryuse .tryuse-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.model_tryuse .tryuse_box .title {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  border-bottom: 1px solid #e6e6e6;
}
.model_tryuse .input_group .reg-tip {
  display: none;
  position: absolute;
  top: 0;
  right: 12px;
  /*width: 18px;*/
  height: 40px;
  line-height: 40px;
  margin-top: 3px;
}
.model_tryuse .input_group .reg-tip.show {
  display: block;
}
.model_tryuse .input_group .reg-tip.ok {
  width: 22px;
  background: url("../../../Images/validTip-ok.png") no-repeat center;
}
.model_tryuse .input_group .reg-tip.err {
  color: #c30000;
  background: none;
}
.model_tryuse .labelName {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  min-width: 65px;
  height: 46px;
  line-height: 46px;
  padding-right: 12px;
}
.model_tryuse .input_group .group {
  padding-top: 15px;
}
.model_tryuse .input_group .group.TipInfo {
  color: #999;
  padding-top: 20px;
  text-align: center;
}
.model_tryuse .input_group .input_box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.model_tryuse .input_group input {
  position: relative;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 44px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  background: none;
}
.model_tryuse .brand_group input[name="tryuse-brand"] {
  width: 388px;
}
.model_tryuse .job_group input[name="tryuse-job"] {
  width: 388px;
}
.model_tryuse .mobile_group input[name="tryuse-mobile"] {
  width: 338px;
}
.model_tryuse .tu_group input[name="tryuse-tu"] {
  width: 208px;
}
.model_tryuse .message_group input[name="tryuse-message"] {
  width: 208px;
}
.model_tryuse .tu-yzm {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 46px;
  margin-left: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.model_tryuse .mobile-yzm {
  margin-left: 6px;
  display: inline-block;
  padding: 0 18px;
  height: 36px;
  line-height: 36px;
  background-color: #1c8cbe;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
.model_tryuse .mobile-yzm.disabled {
  pointer-events: none;
  background-color: #c8c8c8;
}
.model_tryuse .mobile-yzm:hover {
  background-color: #2c8cbe;
}
.model_tryuse .submitBtn {
  padding-top: 20px!important;
  text-align: center;
}
.model_tryuse .submitBtn a {
  display: inline-block;
  width: 160px;
  height: 46px;
  line-height: 46px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #c30000;
  color: #fff;
}
.model_tryuse .submitBtn a:hover {
  background-color: #d30000;
}
html {
  min-width: 1350px;
}
/***************通用样式****************/
body,
button,
input,
select,
textarea {
  font: 12px/1.5 Microsoft YaHei, '微软雅黑', Arial, sans-serifTahoma;
}
body {
  font: 12px/1.5 Microsoft YaHei, '寰蒋闆呴粦', Arial, sans-serifTahoma, Helvetica;
  color: #333;
  margin: 0;
  padding: 0;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
hr {
  font-size: 12px;
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  font-weight: normal;
}
button {
  border: none;
}
button:focus {
  outline: none;
}
input {
  border: none;
  padding: 0;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.clear {
  clear: both;
}
input:focus {
  outline: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
img {
  border-style: none;
  vertical-align: middle;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
