.window-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.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%;
  height: 100vh;
}

.window-liuzi .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url(../image02/liuzi/close.png) 0 0 / cover no-repeat;
  transition: all 0.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 {
  height: 36vh;
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  padding: 120px 0 30px;
  text-align: center;
  box-sizing: content-box;
}

.window-liuzi .hd h2 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 34px;
}

.window-liuzi .bd {
  width: 60%;
  margin: -250px auto 0;
  border-radius: 15px;
  background-color: #fff;
  padding: 50px 20px 66px 5%;
  /* box-shadow: 0 0 16px rgba(198, 210, 216, 0.1); */
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.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;
  user-select: none;
}

.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 .ipt-item {
  position: relative;
  margin-bottom: 12px;
  height: 120px;
}
.formlists .ipt-item ul {
  position: absolute;
  max-height: 245px;
  overflow-y: auto;
  background-color: #fff;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transform-origin: center 66px;
  transform-origin: center 66px;
  border: 1px solid #b6c1d8;
  border-radius: 8px;
  background-color: #ffffff;
  display: none;
}
.formlists .ipt-item ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 10px;
  transition: all 0.5s;
  font-size: 16px;
  cursor: pointer;
}

.formlists .input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formlists .input .phoneItem {
  width: 100%;
  position: relative;
}

.formlists .input input {
  height: 53px;
  border: none;
  outline: none;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 3px;
  transition: all 0.5s;
  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;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.err_text {
  color: red;
  display: none;
}
.ipt-item .stars {
  display: none;
}

.formlists .input .qh {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  margin-right: 20px;
  border-bottom: 1px solid #e9e9e9;
  line-height: 53px;
  z-index: 3;
  cursor: pointer;
  font-weight: bold;
}
/* .formlists .input .qh>span{
  width:80%;
  display:flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
}
.formlists .input .qh .area {
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.formlists .input .qh i {
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  cursor: pointer;
} */

/* .formlists .ipt-item ul li:hover {
  background-color: #eee;
}

.formlists .ipt-item .qh i.active {
  transform: translateY(-1px) rotate(-45deg);
} */

.formlists .input-yzm {
  position: relative;
}
.formlists .input-yzm .verifyItem {
  width: 100%;
}
.formlists .input-yzm input {
  width: 100%;
}

.formlists .getcode {
  width: 41.17647%;
  height: 53px;
  color: #0071dc;
  font-size: 16px;
  position: absolute;
  right: 5px;
  text-align: right;
  line-height: 53px;
  cursor: pointer;
  transition: all 0.5s;
}

.formlists .full-w {
  width: 100%;
  margin-bottom: 12px;
}

.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;
  border-radius: 50%;
  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(https://www.lacostetwtw.com/r/cms/www/default/v02/image02/liuzi/icon_gouxuan.svg)
    center center/90% no-repeat;
  background-color: #1780e7;
  border-color: transparent;
}

.formlists .check a {
  color: #006edc;
}

.formlists #privicy-error {
  display: block;
  margin-top: 10px;
  color: red;
  font-size: 14px;
}

.formlists .btn-submit {
  width: 100%;
  height: 55px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  border: 1px solid #e9e9e9;
}

.btn-blue-gradient {
  width: 100%;
  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 0.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%;
}
.window-liuzi .right a.mo_btn {
  display: none;
}
.window-tip {
  width: 30vw;
  height: 25vh;
  margin: 0 auto;
  line-height: 25vh;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.window-tip .close {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  border: none;
  width: 20%;
  height: 40px;
  line-height: 40px;
  color: #fff;

}
@media only screen and (max-width: 1210px) {
  .window-liuzi {
    width: 100%;
    padding: 0;
  }
  .formlists .ipt-item ul li {
    font-size: 12px;
    padding: 8px;
  }
}

@media only screen and (max-width: 1024px) {
  .window-liuzi .good-list li .icon {
    width: 70px;
  }
  .formlists .btn-submit {
    width: 100%;
    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;
    margin-bottom: 20px;
  }
  .formlists .ipt-item ul li {
    padding: 6px;
  }
}

@media only screen and (max-width: 768px) {
  .window-liuzi .hd {
    height: 15vh;
    line-height: 15vh;
    padding: 0;
    padding-left: 0.8rem;
    text-align: left;
  }
  .window-liuzi .hd h2 {
    font-size: 0.4rem;
  }
  .window-liuzi .bd {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0.3rem 0.8rem;
    box-shadow: none;
  }

  .window-liuzi .left {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .window-liuzi div.left h3 {
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .formlists .ipt-item ul {
    top: 1.2rem;
    left: 1px;
  }

  .window-liuzi .right {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .window-liuzi {
    max-height: 100vh;
  }
  .formlists .btn-submit {
    margin: 0 auto;
  }
  .formlists .ipt-item {
    height: 80px;
    margin-bottom: 0;
  }
  .window-liuzi .right {
    text-align: center;
    margin-bottom: 40px;
  }
  .window-liuzi .right a.mo_btn {
    width: auto;
    display: inline-block;
    color: #0071dc;
    height: 20px;
    font-size: 0.3rem;
  }
  .window-liuzi .right p {
    font-size: 0.23rem;
  }
  .window-liuzi .right p b {
    font-size: 0.38rem;
  }
  .formlists .input .qh {
    width: 40%;
  }
  .window-liuzi .right a.btn-blue-gradient {
    display: none;
  }
  .window-liuzi .right h3 {
    color: #999;
    font-size: 0.3rem;
    margin-bottom: 0;
  }
  .window-liuzi .arcode {
    width: 100%;
    text-align: center;
    font-size: 0.23rem;
  }
  .window-liuzi .arcode p {
    font-size: 14px;
  }
  .window-liuzi .arcode .qrcode {
    width: 3rem;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .arcode {
    width: auto;
  }
}
