input, textarea {
  outline: none;
}
.ztt-right-form {
  position: absolute;
  z-index: 200;
  top: -9999px;
  left: 50%;
  width: 290px;
  margin-left: 160px;
}
.ztt-right-form .btn-trigger {
  display: none;
  width: 16px;
  margin-left: -40px;
  padding: 20px 10px 10px;
  cursor: pointer;
  color: #FFF;
  border-radius: 6px 0 0 6px;
  background: #00ABE1;
}
.ztt-right-form .btn-trigger:hover {
  opacity: .8;
}
.ztt-right-form .btn-trigger::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  content: ' ';
  background: url('/node/public/image/ztt/icon/icon-switch-arrow-left-white.svg');
}
/* 右边表单定位样式 */
.ztt-right-form.detailHomeFixed {
  position: fixed;
  top: 70px;
}
/* 右边表单定位样式end */
.ztt-right-form-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 30px;
  color: #333;
  border-radius: 2px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px 2px rgba(183, 183, 183, .2);
          box-shadow: 0 0 10px 2px rgba(183, 183, 183, .2);
  font-size: 14px;
}
.ztt-right-form-box:not(:last-child) {
  margin-bottom: 20px;
}
.ztt-right-form-box .ztt-right-form-main-title {
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.ztt-right-form-explain-text {
  margin-top: 20px;
  padding: 0 20px;
  text-align: center;
  color: #999;
  font-size: 12px;
  line-height: 2;
}
.ztt-right-form-phone.show {
  display: block;
}
.ztt-right-form-take-look-icon {
  width: 48px;
  height: 39px;
  margin: 10px auto 0;
}
.ztt-right-form-take-look-icon img {
  width: 100%;
  height: 100%;
}
.ztt-right-form-success {
  margin-top: 18px;
  text-align: center;
  color: #65BC06;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.ztt-right-form-suggested .ztt-right-form-success {
  margin-top: 30px;
}
.ztt-right-form-success img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.ztt-right-form-btn {
  width: 200px;
  height: 40px;
  margin: 20px auto 0;
  cursor: pointer;
  text-align: center;
  color: #FFF;
  border-radius: 100px;
  background-color: #00ABE1;
  font-size: 16px;
  line-height: 40px;
}
.ztt-right-form-notice {
  margin-top: 28px;
  color: #999;
  font-size: 12px;
}
.ztt-right-form-not-suggest {
  width: 100%;
  margin-top: 23px;
}
.ztt-right-form-item {
  width: 100%;
}
.ztt-right-form-item:not(:last-child) {
  margin-bottom: 20px;
}
.ztt-right-form-item-label {
  color: #666;
  font-size: 12px;
  line-height: 1;
}
.ztt-right-form-item-selectbox {
  position: relative;
  margin-top: 10px;
}
.ztt-right-form-item-select-result {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 30px 5px 11px;
  cursor: pointer;
  color: #B7B7B7;
  border: 1px solid rgba(153, 153, 153, .3);
  border-radius: 2px;
  line-height: 1.4;
}
.ztt-right-form-item-select-result.selected {
  color: #333;
}
.ztt-right-form-item-select-result::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 8px;
  margin-top: -3px;
  content: ' ';
  background: url('/node/public/image/ztt/icon/icon-arrow-bottom-@gray.svg') no-repeat;
}
.ztt-right-form-item-select-result.active::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  content: ' ';
  background: url('/node/public/image/ztt/icon/icon-arrow-top-@gray.svg') no-repeat;
}
.ztt-right-form-item-select-panel {
  position: absolute;
  z-index: 1;
  left: 0;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(153, 153, 153, .3);
  background-color: #FFF;
}
.ztt-right-form-item-select-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding-right: 30px;
  padding-left: 11px;
  cursor: pointer;
  color: #666;
  background-color: #FFF;
  line-height: 30px;
}
.ztt-right-form-item-select-item.active {
  background-color: #F4F4F4;
}
.ztt-right-form-item-inputbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.ztt-right-form-item-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding-right: 11px;
  padding-left: 11px;
  border: 1px solid rgba(153, 153, 153, .3);
  border-radius: 2px;
  line-height: 36px;
}
.ztt-right-form-check-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border: 1px solid rgba(153, 153, 153, .3);
  border-radius: 2px;
}
.ztt-right-form-check-select img {
  width: 10px;
  height: 8px;
}
.ztt-right-form-item-textarea {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 11px;
  border: 1px solid rgba(153, 153, 153, .3);
}
/*  手机号 */
.ztt-right-form-phone-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 44px;
  margin-top: 30px;
  padding: 11px;
  border: 1px solid rgba(153, 153, 153, .3);
}
.ztt-right-form-phone-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 44px;
  margin-top: 18px;
  border: 1px solid rgba(153, 153, 153, .3);
}
.ztt-right-form-code-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 100%;
  padding-left: 11px;
  border: none;
}
.ztt-right-form-code-btn {
  width: 100px;
  height: 100%;
  cursor: pointer;
  text-align: center;
  color: #666;
  line-height: 40px;
}
/*图形验证*/
.getmobilecode.cdtime {
  text-decoration: none;
  color: #999;
  background-color: #EFEFEF;
}
.none {
  display: none;
}
.verify-code {
  position: fixed;
  z-index: 300;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}
.code-content {
  position: relative;
  width: 190px;
  margin: 150px auto 0;
  padding: 40px 65px;
  background-color: #FFF;
}
#mb_vcode {
  display: block;
  width: 190px;
  height: 60px;
  margin: 0 auto;
}
.vcode {
  position: relative;
}
.vcode p {
  text-align: center;
  color: #333;
  font-size: 12px;
  line-height: 32px;
}
.code-content input[type='text'] {
  width: 168px;
  height: 45px;
  margin-top: 20px;
  padding: 0 10px;
  color: #999;
  border: 1px solid #DEDEDE;
  font-size: 17px;
  line-height: 45px;
}
.check-it {
  text-align: center;
}
.check-it span {
  display: inline-block;
  width: 190px;
  height: 35px;
  margin-top: 30px;
  cursor: pointer;
  color: #FFF;
  background-color: #00ABE4;
  font-size: 14px;
  line-height: 35px;
}
.close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  color: #999;
  font-size: 18px;
  line-height: 20px;
}
.close-btn:hover {
  color: #00ABE1;
}
.reg-tip {
  margin-top: 10px;
  color: red;
  font-size: 12px;
  line-height: 20px;
}
/* 详情页大图模块 */

body .cadetail-big-img-wrapper, body .cadetail-mask-map-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, .7);
}
.cadetail-big-img-wrapper.active, .cadetail-mask-map-wrapper.active {
  display: block;
}
.cadetail-big-img-wrapper.active .cadetail-big-img-box {
  -webkit-animation: popup-in .2s;
          animation: popup-in .2s;
}
.cadetail-big-img-close-btn {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.cadetail-big-img-close-btn img {
  width: 100%;
  height: 100%;
}
.cadetail-big-img-box {
  position: absolute;
  left: 50%;
  width: 1000px;
  margin-top: 100px;
  margin-left: -500px;
}
.curr-img-box {
  position: relative;
  width: 100%;
  height: 664px;
  line-height: 664px;
  text-align: center;
}
.curr-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.curr-img-box .curr-img img {
  opacity: 0;
}
.big-img-op-btn {
  position: absolute;
  top: 50%;
  line-height: 1;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  cursor: pointer;
}
.big-img-op-btn img {
  width: 100%;
  height: 100%;
}
.big-img-op-btn.big-img-op-btn-l {
  left: -100px;
}
.big-img-op-btn.big-img-op-btn-r {
  right: -100px;
}
.big-img-list-box {
  margin-top: 60px;
}
.big-img-list-num {
  text-align: center;
  color: #B7B7B7;
}
.big-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
.big-img-item {
  width: 60px;
  height: 40px;
}
.big-img-item:not(:last-child) {
  margin-right: 10px;
}
.big-img-item img {
  width: 100%;
  height: 100%;
}
.small-map-mask {
  cursor: pointer;
}
#maskMap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 664px;
  margin-top: -332px;
  margin-left: -500px;
  background-color: #CCC;
}
.mask-map-close-btn {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.mask-map-close-btn img {
  width: 100%;
  height: 100%;
}
.hidden {
  display: none;
}
.ztt-right-form-toast-mask {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
}
.ztt-right-form-toast {
  position: fixed;
  z-index: 1000;
  top: 30%;
  left: 50%;
  width: 340px;
  margin-left: -170px;
  box-sizing: border-box;
  padding: 50px 40px;
  text-align: center;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}
.ztt-right-form-toast.active {
  -webkit-animation: popup-in .2s;
          animation: popup-in .2s;
}
.ztt-right-form-toast .ztt-right-form-toast-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url(../../image/zct/icon-close.svg) no-repeat center center;
}
.ztt-right-form-toast .ztt-right-form-success {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.ztt-right-form-toast .ztt-right-form-success img {
  width: 25px;
  height: 25px;
}
.ztt-right-form-toast .ztt-right-form-notice {
  font-size: 14px;
}
@media (max-width: 1620px) {
  .ztt-right-form.carrierList .ztt-right-form-box {
    position: absolute;
    top: -50%;
    left: 0;
    -webkit-transition: all .2s linear;
            transition: all .2s linear;
    opacity: 0;
  }
  .ztt-right-form.carrierList.active .ztt-right-form-box {
    position: absolute;
    top: -50%;
    left: -310px;
    display: block;
    opacity: 1;
  }
  .ztt-right-form.carrierList .btn-trigger {
    display: block;
  }
  .ztt-right-form.carrierList.active .btn-trigger::after {
    transition: all .1s;
    background: url('/node/public/image/ztt/icon/icon-switch-arrow-right-white.svg');
  }
}