.list_1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
}
.list_1 .image {
  width: 40%;
  height: 100%;
  background: url(../img/bg_20.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
}
.list_1 .image img {
  /* height: 120px; */
  width: 70%;
}
.list_1 .box {
  flex-grow: 1;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.list_1 .box .top {
  width: 580px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 160px;
}
.list_1 .box .top .alert {
  display: none;
}
.list_1 .box .top a {
  display: flex;
  padding-bottom: 10px;
  font-family: 'AtAeroMedium';
  margin-right: 20px;
}
.list_1 .box .top a.art {
  border-bottom: 2px solid #19C76B;
  color: #19C76B;
  font-weight: bold;
}
.list_1 .box input {
  width: 580px;
  height: 60px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #999;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 20px;
  margin-bottom: 80px;
  font-family: 'Regular';
}
.list_1 .box .btn {
  width: 580px;
  height: 60px;
  border-radius: 50px;
  background: linear-gradient(98deg, #19C76B 4%, #2ABDDD 96%);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'Regular';
  border: 0;
}
.list_1 .boxs {
  flex-grow: 1;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.list_1 .boxs img {
  width: 116px;
  height: 116px;
}
.list_1 .boxs p {
  font-size: 30px;
  font-family: 'AtAeroMedium';
  margin: 52px 0 144px;
}
.list_1 .boxs .btn {
  width: 580px;
  height: 60px;
  border-radius: 50px;
  background: linear-gradient(98deg, #19C76B 4%, #2ABDDD 96%);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .list_1{
    flex-direction: column;
  }
  .list_1 .image{
    /* display: none; */
    background: #fff;
    width: 100%;
    padding-left: 11%;
    justify-content: flex-start;
    box-sizing: border-box;
    height: auto;
    padding-top: 11vw;
    padding-bottom: 10vw;
    /* padding-bottom: 88px; */
  }
  .list_1 .image img{
    width: 28vw;
    /* width: 100px; */
  }
  .list_1 .box .top,
  .list_1 .box input,
  .list_1 .box .inp,
  .list_1 .box .btns,
  .list_1 .box .btn,
  .list_1 .box .f24,
  .list_1 .box .bottom,
  .list_1 .box a.f16,
  .list_1 .box .f16,
  .list_1 .box .checkbox,
  .list_1 .boxs .btn,
  #drag{
    width: 90vw;
  }

  .list_1 .box{
    justify-content: flex-start;
  }
  .list_1 .box .top{
    margin-bottom:0 ;
    padding-bottom: 4vw;
  }
  .list_1 .box .top a {
    font-size: 15px;
  }
  .list_1 .box input,.list_1 .box .inp{
    height: 40px;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .list_1 .box .inp{
    margin-top: 4vw;
  }
  .list_1 .box a.f16{
    font-size: 12px;
    margin: 2.2vw 0 4.2vw;
  }
  .list_1 .boxs img{
    width: 20vw;
  }
  .list_1 .box .f16,
  .list_1 .box .checkbox,
  #drag .drag_text,
  .list_1 .box .inp .btns{
    font-size: 12px;
  }
  .list_1 .box .inp .btns{
    margin-left: 5px;
  }
  .list_1 .boxs p{
    font-size: 15px;
  }
  #drag .drag_text{

    line-height: 40px;
  }
  .list_1 .box .f24{
    font-size: 12px;
    margin: 4vw 0 4vw;
  }
  .list_1 .box .btns,
  .list_1 .box .btn,
  .list_1 .boxs .btn,
  #drag,#drag .drag_bg{
    height: 40px;
    font-size: 12px;
  }
  #drag .handler{
    height: 40px;
    width: 40px;
  }
  .list_1 .box .btns img{
    width: 4vw;
  }
  .list_1 .box .bottom{
    font-size: 12px;
    max-width: 55vw;
  }
}