.layui-laydate .layui-this{
   background-color: var(--color)!important;
}
.layui-laydate-footer span:hover{
    color: var(--color)!important;
}
.layui-laydate-header i:hover, .layui-laydate-header span:hover{
    color: var(--color)!important;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .con {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .con .left {
  width: 50%;
  color: #fff;
}
.banner .con .left p {
  line-height: 1.5;
  width: 550px;
  max-width: 90%;
}
.banner .con .right {
  width: 580px;
  background: #fff;
  padding: 30px 60px 60px;
}
.banner .con .right .inp {
  position: relative;
}
.banner .con .right .inp input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.banner .con .right .inp textarea {
  width: 100%;
  height: 100px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.banner .con .right .inp ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner .con .right .inp ul li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
}
.banner .con .right .inp ul li .box {
  width: 18px;
  height: 18px;
  background: #efefef;
  margin-right: 10px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .con .right .inp ul li .box:after {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/request/dui.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .con .right .inp ul li h3 {
  line-height: 1.3;
}
.banner .con .right .inp ul li.active .box {
  background: var(--color);
}
.banner .con .right .inp ul li.active .box:after {
  opacity: 1;
}
.banner .con .right .agree {
  display: flex;
}
.banner .con .right .agree .dui {
  width: 18px;
  height: 18px;
  background: #b7b7b7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  top: 3px;
}
.banner .con .right .agree .dui svg {
  width: 18px;
}
.banner .con .right .agree .dui svg path {
  fill: #fff;
}
.banner .con .right .agree .dui.active {
  background: var(--color);
}
.banner .con .right .agree a {
  color: #777;
  margin-left: 12px;
  line-height: 1.2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .con .right .agree a:hover {
  color: var(--color);
}
.banner .con .right .btn {
  display: flex;
  justify-content: center;
}
.banner .con .right .btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  position: relative;
  border: none;
}
.banner .con .right .btn button:before {
  content: '';
  width: 0;
  height: 100%;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .con .right .btn button em {
  position: relative;
  line-height: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 2;
}
.banner .con .right .btn button .sign {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.banner .con .right .btn button .sign span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .con .right .btn button .sign span:last-child {
  left: -20px;
  top: 20px;
}
.banner .con .right .btn button:hover:before {
  width: 100%;
}
.banner .con .right .btn button:hover em {
  color: #fff;
}
.banner .con .right .btn button:hover .sign span {
  color: #fff;
}
.banner .con .right .btn button:hover .sign span:first-child {
  top: -20px;
  left: 20px;
}
.banner .con .right .btn button:hover .sign span:last-child {
  left: 0;
  top: 0;
}
.banner .con .right .btn.blue button {
  background: var(--blue);
}
.banner .con .right .btn.blue button em {
  color: #fff;
}
.banner .con .right .btn.blue button .sign span {
  color: #fff;
}
.banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .bg .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  display: none;
}
.banner .bg .text p {
  line-height: 1.2;
}
.success-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.success-alert .center {
  width: 740px;
  max-width: 90%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 60px 80px;
  text-align: center;
}
.success-alert .center .icons {
  text-align: center;
}
.success-alert .center .icons img {
  width: 60px;
}
.success-alert .center p {
  color: #777;
  margin-top: 14px;
}
.success-alert .center p span {
  color: var(--color);
  font-family: Outfit-Bold;
}
.success-alert .center .s-mores {
  display: flex;
  justify-content: center;
}
.success-alert .center .s-mores a {
  width: 170px;
}
.banner .layui-inline{
    display: block;
}
.banner .layui-form-label{
    padding:0;
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    color: #999;
}
.banner .layui-input-inline{
    display: block;
}
.banner .layui-input{
    padding-left:0;
}
@media screen and (max-width: 1600px) {
  .banner .con .right .btn button {
    width: 140px;
    height: 44px;
  }
  .banner .con .right .btn button .sign {
    width: 16px;
    height: 16px;
  }
  .banner .con .right .btn button .sign span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .banner .con .right {
    width: 500px;
    padding: 30px 40px 40px;
  }
  .success-alert .center {
    width: 650px;
    padding: 40px 60px;
  }
  .success-alert .center .icons img {
    width: 54px;
  }
  .success-alert .center .s-mores a {
    width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .banner {
    padding: 100px 0 80px;
  }
  .banner .con .right {
    width: 460px;
  }
  .banner .con .right .inp {
    margin-top: 20px;
  }
  .banner .con .right .inp input {
    height: 44px;
  }
  .banner .con .right .inp textarea {
    height: 80px;
  }
  .banner .con .right .inp ul li {
    margin-top: 16px;
  }
  .banner .con .right .inp ul li .box {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .banner .con .right .btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 0 0 14vw;
    margin-top: 60px;
  }
  .banner .bg {
    position: relative;
  }
  .banner .bg .text {
    display: block;
  }
  .banner .con .left {
    display: none;
  }
  .banner .con .right {
    width: 100%;
    padding: 0;
  }
  .banner .con .right .btn {
    margin-top: 30px;
  }
  .success-alert .center {
    padding: 30px;
  }
  .success-alert .center .icons img {
    width: 40px;
  }
}


.ctn1 {
  position: relative;
  overflow: hidden;
}
.ctn1 .ctn-list ul {
  display: flex;
  justify-content: space-around;
}
.ctn1 .ctn-list ul li .icons {
  text-align: center;
}
.ctn1 .ctn-list ul li .icons img {
  width: auto;
  height: 60px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list ul li p {
  text-align: center;
  line-height: 1.3;
}
.ctn1 .ctn-list ul li p a {
  color: #222;
}
.ctn1 .ctn-list ul li p a:hover {
  text-decoration: underline;
}
.ctn1 .ctn-list ul li .box {
  padding: 20px 50px 20px 20px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
}
.ctn1 .ctn-list ul li .box .tu {
  width: 130px;
  margin-right: 20px;
}
.ctn1 .ctn-list ul li .box .tu img {
  width: 100%;
}
.ctn1 .ctn-list ul li .box p {
  text-align: left;
  line-height: 1.5;
}
.ctn1 .ctn-list ul li:hover .icons img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
@media screen and (max-width: 1600px) {
  .ctn1 .ctn-list ul li .box {
    padding: 14px 30px 14px 14px;
  }
}
@media screen and (max-width: 1440px) {
  .ctn1 .ctn-list ul li .icons img {
    height: 50px;
  }
  .ctn1 .ctn-list ul li .box {
    padding: 14px 20px 14px 14px;
  }
  .ctn1 .ctn-list ul li .box .tu {
    width: 120px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .ctn1 .ctn-list ul li .box {
    padding: 10px;
  }
  .ctn1 .ctn-list ul li .box .tu {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 {
    padding-top: 0;
  }
  .ctn1 .ctn-list ul {
    display: block;
  }
  .ctn1 .ctn-list ul li {
    width: 100%;
  }
  .ctn1 .ctn-list ul li .icons img {
    height: 40px;
  }
  .ctn1 .ctn-list ul li:not(:first-child) {
    margin-top: 40px;
  }
  .ctn1 .ctn-list ul li:last-child {
    display: flex;
    justify-content: center;
  }
}
