.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;
}
.list_1 .image img {
  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: 30px;
}
.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;
  font-family: 'Regular';
}
.list_1 .box .inp {
  margin-top: 30px;
  width: 580px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #999;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding-right: 20px;
}
.list_1 .box .inp input {
  border: none;
  outline: none;
}
.list_1 .box .inp .icon {
  cursor: pointer;
}
.list_1 .box .inp .icon span {
  font-size: 26px;
  color: #666;
}
.list_1 .box .inp .icon .a1 {
  display: block;
}
.list_1 .box .inp .icon .a2 {
  display: none;
}
.list_1 .box .inp .icon.art .a2 {
  display: block;
}
.list_1 .box .inp .icon.art .a1 {
  display: none;
}
.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 .box a.f16 {
  width: 580px;
  margin: 20px 0 30px;
  color: #19C76B;
  font-family: 'Regular';
}
.list_1 .box .f24 {
  width: 580px;
  text-align: center;
  overflow: hidden;
  position: relative;
  color: #999;
  margin: 30px 0;
}
.list_1 .box .f24::after {
  content: '';
  width: 42%;
  border-top: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 50%;
}
.list_1 .box .f24::before {
  content: '';
  width: 42%;
  border-top: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 50%;
}
.list_1 .box .btns {
  width: 580px;
  height: 60px;
  border: 1px solid #999;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
  cursor: pointer;
  font-family: 'Medium';
}
.list_1 .box .btns img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.list_1 .box .bottom {
  width: 314px;
  text-align: center;
  color: #999;
  font-size: 16px;
  font-family: 'Regular';
  margin-top: 15px;
}
.list_1 .box .bottom span,
.list_1 .box .bottom a {
  color: #000;
}



@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;
  }
  .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;
  }
}