.window-mask {
  position           : fixed;
  left               : 0;
  top                : 0;
  width              : 100%;
  height             : 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  z-index            : 99;
  background         : url(../image/bg_liuzi.png) center center/cover no-repeat;
}

/* 
.window-box {
  position : fixed;
  left     : 50%;
  top      : 50%;
  transform: translate(-50%, -50%);
  z-index  : 100;
} */

.window-liuzi {
  background-color   : #fff;
  /* max-height      : 100vh; */
  overflow-y         : auto;
  width              : 100%;
}

.window-liuzi .close {
  position  : absolute;
  right     : 20px;
  top       : 20px;
  width     : 30px;
  height    : 30px;
  background: url(../image/close.png) 0 0/cover no-repeat;
  transition: all .5s;
  cursor    : pointer;
}

.window-liuzi .close:hover {
  transform: rotate(-180deg);
}

.window-liuzi::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.window-liuzi::-webkit-scrollbar {
  width           : 6px;
  height          : 6px;
  background-color: #F5F5F5;
}

.window-liuzi::-webkit-scrollbar-thumb {
  background-color: #999;
}

.window-liuzi .hd {
  background: url(../image/bg_liuzi.png) center center/cover no-repeat;
  padding   : 30px 0 120px;
  text-align: center;
}

.window-liuzi .hd h2 {
  color        : #006edc;
  font-weight  : bold;
  margin-bottom: 34px;
}

.window-liuzi .good-list {
  width : 80%;
  margin: 0 auto 0;
}

.window-liuzi .good-list li {
  width: 25%;
  float: left;
}

.window-liuzi .good-list li p {
  color      : #212121;
  margin-top : 10px;
  font-weight: bold;
}

.window-liuzi .good-list li .icon {
  width : 93px;
  margin: 0 auto;
}

.window-liuzi .good-list li .icon img {
  width: 100%;
}

.window-liuzi .bd {
  width           : 80%;
  margin          : -80px auto 0;
  border-radius   : 15px;
  background-color: #fff;
  padding         : 50px 20px 66px 5%;
  box-shadow      : 0 0 16px rgba(198, 210, 216, 0.1);
}

.window-liuzi .bd h3 {
  font-weight  : bold;
  margin-bottom: 25px;
}

.window-liuzi .left {
  float        : left;
  width        : 72.25914%;
  padding-right: 9.1954%;
  border-right : 1px solid #e6e6e6;
}

.window-liuzi .right {
  float       : right;
  width       : 27.24252%;
  padding-left: 4%;
}

.window-liuzi .right a {
  width        : 131px;
  height       : 44px;
  line-height  : 44px;
  display      : block;
  font-size    : 16px;
  margin-bottom: 40px;
}

.window-liuzi .right p {
  color    : #353535;
  font-size: 16px;
}

.window-liuzi .right p b {
  color: #0071dc;
}

.formlists .shd {
  display        : flex;
  display        : -webkit-flex;
  flex-wrap      : wrap;
  justify-content: space-between;
}

.formlists .shd>div {
  width: 47.22222%;
}

.formlists .ipt-item {
  position     : relative;
  margin-bottom: 12px;
}

.formlists .input {
  position: relative;
}

.formlists .input input {
  height          : 53px;
  border          : 1px solid #e9e9e9;
  width           : 100%;
  font-size       : 16px;
  padding         : 10px 22px;
  box-sizing      : border-box;
  border-radius   : 3px;
  transition      : all .5s;
  position        : relative;
  z-index         : 2;
  background-color: transparent !important;
}

.formlists .input input:focus {
  border-color: #006edc;
}

.formlists .input input::-webkit-input-placeholder {
  color  : #717171;
  opacity: 1;
}

.formlists .input input:-internal-autofill-selected {
  background-color: transparent !important;
}

.formlists .input .Required {
  color         : red;
  font-weight   : bold;
  font-size     : 16px;
  vertical-align: middle;
}

.formlists .input label.error {
  color: red;
}

.err_text {
  color  : red;
  display: none;
}

.ipt-item .stars {
  display: none;
}

.formlists .input .qh {
  position   : absolute;
  left       : 22px;
  top        : 0;
  line-height: 53px;
  opacity    : 0;
  z-index    : 3;
}

.formlists .input .qh.show {
  opacity: 1;
}

.formlists .input input[name='phone'] {
  padding-left: 50px;
}

.formlists .input-select {
  cursor: pointer;
}

.formlists .input-select::after {
  content       : "\e683";
  transform     : translateY(-1px) rotate(90deg);
  transition    : all .4s ease;
  font-family   : "iconfont";
  display       : inline-block;
  vertical-align: middle;
  position      : absolute;
  right         : 20px;
  top           : 12px;
  color         : #999;
  font-size     : 20px;
  transition    : all .5s;
}

.formlists .input-select span.val {
  height          : 53px;
  line-height     : 33px;
  display         : block;
  border          : 1px solid #e9e9e9;
  color           : #717171;
  width           : 100%;
  font-size       : 16px;
  padding         : 10px 22px;
  box-sizing      : border-box;
  border-radius   : 3px;
  transition      : all .5s;
  position        : relative;
  z-index         : 2;
  background-color: transparent;
  overflow        : hidden;
  overflow        : hidden;
  text-overflow   : ellipsis;
  white-space     : nowrap;
  opacity         : 1;
}

.formlists .input-select span.val>div {
  opacity: 1;
}

.formlists .input-select span.val.focus {
  border-color: #006edc;
}

.formlists .input-select span.val.int>div {
  opacity: 0;
}

.formlists .input-select ul {
  display         : none;
  position        : absolute;
  left            : 0;
  bottom          : 100%;
  width           : 100%;
  z-index         : 4;
  background-color: #fff;
  box-shadow      : 0 0 10px rgba(0, 0, 0, 0.2);
}

.formlists .input-select ul li {
  padding   : 10px 22px;
  transition: all .5s;
  font-size : 16px;
  cursor    : pointer;
}

.formlists .input-select ul li:hover {
  background-color: #eee;
}

.formlists .input-select.active::after {
  transform: translateY(-1px) rotate(-90deg);
}

.formlists label.nametit {
  position   : absolute;
  left       : 22px;
  display    : inline-block;
  font-size  : 16px;
  color      : #717171;
  top        : 18px;
  transition : all .5s;
  z-index    : 1;
  line-height: 1;
}

.formlists label.nametit.active {
  transform       : translate(-5px, 0);
  top             : -8px;
  background-color: #fff;
  padding         : 0 5px;
  z-index         : 3;
  color           : #006edc;
  font-size       : 14px;
}

.formlists .input-yzm {
  display        : flex;
  display        : -webkit-flex;
  justify-content: space-between;
}

.formlists .input-yzm input {
  width: 55.88235%;
}

.formlists .getcode {
  width           : 41.17647%;
  height          : 53px;
  border-color    : #e9e9e9;
  background-color: #ecf0f5;
  color           : #717171;
  font-size       : 16px;
  border-radius   : 3px;
  display         : inline-block;
  text-align      : center;
  line-height     : 53px;
  cursor          : pointer;
  transition      : all .5s;
}

.formlists .getcode:hover {
  background-color: #ccc;
}

.formlists .full-w {
  width        : 100%;
  margin-bottom: 12px;
}

.formlists .textarea {
  position: relative;
}

.formlists .textarea textarea {
  width           : 100%;
  height          : 100px;
  border-radius   : 3px;
  border          : 1px solid #e9e9e9;
  font-size       : 16px;
  padding         : 15px 22px;
  transition      : all .5s;
  position        : relative;
  z-index         : 2;
  background-color: transparent;
}

.formlists .textarea textarea::-webkit-input-placeholder {
  color  : #717171;
  opacity: 1;
}

.formlists .textarea textarea:focus {
  border-color: #006edc;
}

.formlists .check {
  position : relative;
  color    : #717171;
  font-size: 16px;
}

.formlists .check input[type="checkbox"] {
  position: absolute;
  opacity : 0;
}

.formlists .check input[type="checkbox"]+label:before {
  content           : '';
  border            : 1px solid #e9e9e9;
  display           : inline-block;
  width             : 20px;
  height            : 20px;
  position          : relative;
  top               : 4px;
  cursor            : pointer;
  text-align        : center;
  -webkit-transition: all 250ms ease;
  transition        : all 250ms ease;
  box-sizing        : border-box;
  margin-right      : 13px;
}

.formlists .check input[type="checkbox"]:checked+label:before {
  background      : url(../image/icon_gouxuan.svg) center center/90% no-repeat;
  background-color: #1780e7;
  border-color    : transparent;
}

.formlists .check a {
  color: #717171;
}

.formlists .check a:hover {
  color: #006edc;
}

.formlists #privicy-error {
  color    : red;
  font-size: 14px;
}

.formlists .btn-submit {
  width      : 131px;
  height     : 44px;
  font-size  : 16px;
  font-weight: lighter;
  margin-top : 20px;
  border     : 1px solid #e9e9e9;
}

.btn-blue-gradient {
  text-align      : center;
  border-radius   : 5px;
  border          : 1px solid #fff;
  color           : #fff;
  box-sizing      : content-box;
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  border          : none;
}

.btn-blue-gradient:after {
  transform     : translateY(-1px);
  content       : "";
  transition    : all .4s ease;
  font-family   : "iconfont";
  display       : inline-block;
  vertical-align: middle;
}

.btn-blue-gradient:hover:after {
  content    : "\e683";
  margin-left: 5px;
}

.arcode {
  width     : 175px;
  margin-top: 20px;
}

.arcode p {
  margin-bottom: 5px;
}

.arcode img {
  width: 100%;
}

@media only screen and (max-width: 1210px) {
  .window-liuzi {
    width  : 100%;
    padding: 0;
  }

  .formlists .input-select ul li {
    font-size: 14px;
    padding  : 8px 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .window-liuzi .good-list li .icon {
    width: 70px;
  }

  .formlists .btn-submit {
    width     : 180px;
    height    : 48px;
    font-size : 16px;
    margin-top: 10px;
  }

  .window-liuzi .left {
    padding-right: 30px;
  }

  .formlists .input input {
    font-size: 14px;
  }

  .formlists .getcode {
    font-size: 14px;
  }

  .formlists .check {
    font-size: 14px;
  }

  .formlists .input-select ul li {
    padding: 6px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .window-liuzi .good-list li {
    width        : 50%;
    margin-bottom: 20px;
  }

  .window-liuzi .left {
    width        : 100%;
    padding-right: 0;
    border-right : none;
  }

  .window-liuzi .right {
    width       : 100%;
    padding-left: 0;
    margin-top  : 30px;
    position    : relative;
  }

  .window-liuzi .bd {
    width  : calc(100% - 40px);
    padding: 20px;
  }

  .window-liuzi .right a {
    position: absolute;
    right   : 0;
    top     : -10px;
  }

  .window-liuzi {
    /* max-height: 100vh; */
  }

  .formlists .btn-submit {
    margin: 0 auto;
  }

  .window-liuzi .right {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .formlists .check {
    text-align: left;
  }

  .formlists .ipt-item {
    width: 100%;
  }

  .window-liuzi .bd {
    width: 100%;
  }

  .window-liuzi .right a {
    margin: 0 0 20px;
  }

  .formlists .shd>div {
    width: 100%;
  }

  .formlists .input-select::after {
    right: 10px;
  }
}