 /* 六 */
 .page6 {
     padding-top: 20px;
     padding-bottom: 20px;
 }

 .cont {
     background-color: #efefef;
 }

 .page6 .page6_mine .page6_top {
     font-weight: bold;
     letter-spacing: 0px;
     color: #222222;
     text-align: center;
 }
.group_box .layui-input-block {
        flex: 1;
        margin-left: 0;
    
}
 .page6 .page6_mine .page6_top .txt_4 {
     width: 100%;
     height: 5px;
     /* background-image: linear-gradient(90deg, #1f4d99 0%, #377ac5 100%); */
     margin-top: 20px;
     background: #dca749;

 }
#btn2 {
    display: none;
    
}
 .page6 .form-control {

     border-radius: 0px;
 }

 .page6 .page6_mine .page6_bottom {
     width: 100%;
     overflow: hidden;
     padding-left: 4vw;
     padding-right: 10vw;
 }

 .page6 .page6_mine .page6_bottom .form-scroll {

     width: 100%;
 }

 .page6 .page6_mine form {
     width: 100%;
     margin-top: 8%;
 }

 .page6_mine .page6_bottom .form-scroll .group_box {
     display: flex;
     flex-wrap: wrap;
     width: 100%;
     justify-content: space-between;

 }

 .page6_mine .page6_bottom .form-scroll .group_box .input-group {
     border-radius: 5px;
     margin-bottom: 20px;
     width: 100%;
     display: flex;
     align-items: center;
     margin-bottom: 1.2vw;
 }

 .page6_mine .page6_bottom .form-scroll .group_box .input-group .s_input {

     height: 150px !important;

 }

 .page6_mine .page6_bottom .form-scroll .group_box .input-group p {


     flex: 0 0 100px;
     margin-right: 3vw;
 }

 .page6_mine .page6_bottom .form-scroll .group_box .input-group .jy {

     flex: 1;
 }

 .page6_mine .page6_bottom .form-scroll .group_box .input-group p {

     color: #f56f6c;

 }

 .page6_mine .page6_bottom .form-scroll .group_box .input-group p span {
     color: #000;
     margin-left: 6px;
     font-weight: 500;
 }

 .page6_mine .page6_bottom .form-scroll .group_box .input-group input {

     line-height: 40px;
     background: #fafafa;
     padding: 0 20px;
     color: #000000;
     flex: 1;
     height: 40px;
     background-color: #ffffff;
     border-radius: 0;
     border: 0;
     box-shadow: 1px 2px 10px rgb(14 37 86 / 16%);
     border: 1px solid #000000;
 }

 .page6_mine .page6_bottom .form-scroll .group_box .input-group .s_input {
     border: 1px solid #000000;
     color: #000000;
 }

 .page6_mine .page6_bottom .form-scroll .group_box .jy_mine {
     align-items: flex-start;

 }

 .page6_mine .page6_bottom .form-scroll .group_box .jy_mine .s_1 p {

     padding-top: 10px;
 }
 .form-control:focus {
    border-color: unset;
    box-shadow: unset;

 }
 .page6_mine .page6_bottom .group_box .box_input p {
     letter-spacing: 0px;
     color: #797f8c;
     flex: 0 0 120px;
 }

 .page6_mine .page6_bottom .group_box .box_input .input-gro .checkbox-inline {
     width: 25%;
     color: #797f8c;
     margin-bottom: 0;
     display: flex;
     align-items: baseline;
 }



 .page6_mine .page6_bottom .group_box .box_input {
     background-color: #ffffff;
     border-radius: 5px;
     padding: 22px 30px;
     display: flex;
     align-items: flex-start;
     margin-bottom: 20px;
     width: 100%;

 }

 .page6_mine .page6_bottom .group_box .box_input .input-gro {
     display: flex;
     flex-wrap: wrap;
     flex: 1;
 }

 .page6_mine .page6_bottom .group_box .box_input .input-gro .checkbox-inline input {
     margin-right: 5px;
     width: 14px;
     height: 14px;
     background-color: #ffffff;
     border: solid 1px #dddddd;
     border-radius: 0;
 }

 .page6_mine .page6_bottom .group_box .scroll {
     letter-spacing: 0px;
     color: #ffffff;
     width: 100%;
 }

 .page6_mine .page6_bottom .group_box .btn button {
     width: 160px;
     height: 60px;
     background-color: #ffffff;
     border: unset;
     /* border-radius: 27px; */
     letter-spacing: 0px;
     color: #ffffff;
     transition: all 0.4s;
     font-weight: 500;
     background: #004086;
         font-weight: bold;
    letter-spacing: 6px;

 }


 .page6_mine .page6_bottom .group_box .btn {
     padding: 0;
     border: 0;
     margin: 3vw auto 0;
     display: flex;
     justify-content: center;
 }

 .view .view_mine {
     display: flex;
     background: #ffffff;
 }

 .view .view_mine .view_left {

     flex: 0 0 42%;
 }

 .view .view_mine .view_left img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .view .view_mine .view_right {

     flex: 0 0 58%;
 }
 
 
@media screen and (max-width: 1200px) {   
  .page6_mine .page6_bottom .group_box .btn button {
      
          width: 120px;
    height: 40px;
  }  
    
    
    
    
}
 @media screen and (max-width: 768px) {   
 .view .view_mine {
     
         flex-wrap: wrap;
 }
    
  .view .view_mine .view_left {
      
          flex: 0 0 100%;
  }  
    .view .view_mine .view_right {
        
          flex: 0 0 100%;
    }
    
    .page6 .page6_mine .page6_bottom {
        
   padding: 15px;
    }
    .page6_mine .page6_bottom .form-scroll .group_box .input-group p {
        
            flex: 0 0 80px;
    }
    
    .page6_mine .page6_bottom .form-scroll .group_box .input-group {
        
            margin-bottom: 15px;
    }
    
    .page6_mine .page6_bottom .group_box .btn {
        
        margin: 15px auto 0;
    }
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
