 .my-wrap{
    width:100%;
    background:#fff;
    /* display: none; */
}
.my-wrap .header h3{
        
        height:30px;
        font-size: 20px;
        line-height: 30px;
        color:#fff;
        background: #f60;
        padding: 20px;
    }
 .my-wrap   .container{
        margin:20px ;
        border:solid 1px #bbb;
        border-bottom: none;
    }
  .my-wrap  .container span{
      display:inline-block;
      width: 10.33%;
      height:30px;
      line-height: 30px;
      text-align: center;
      border:solid 1px #EEE;
    }
   .my-wrap .container>div{

    }
  .my-wrap  .container .row-bottom{
        border-bottom:solid 1px #bbb;
    }
   .my-wrap .container .col-right{
        border-right:solid 1px #bbb;
    }
  .my-wrap  .footer{
        width: 100%;
    
       bottom: 0;
       left: 0;

    }
  .my-wrap  .footer .btn{
        width:23.5%;
        height:30px;
        line-height: 30px;
        font-size: 16px;
        background: #f60;
        color: #fff;
        border:solid 1px #fff;
        
    }
   .my-wrap .popup{
        position: absolute;
     
        display: none;
        background:#fff;
    }
  .my-wrap  .popup span{
        display:inline-block;
        width: 31.4%;
        height:30px;
        line-height: 30px;
        text-align: center;
        color: #f60;
        border:solid 1px #f60;
    }
    .my-wrap .popup span.btn{
        width:48%;
    }
    .fff{
        color:#fff;
    }
    .hei{
        color:#333;
    }
    .checked{
        background: #f60;
        color:#fff;
    }
    .msg{
        height:30px;
        line-height: 30px;
        text-align: center;
        color: #f60;
    
    }
    .err{
        background: red;
        color:#fff;
    }
.mask_success{
        display:none;
        position:fixed;
        top:0; 
        left:0;
        width:100vw;
        height:100vh;
        background: rgba(0,0,0,0.3);
        z-index: 1000;
    }
    .mask_success .mask_body{
        position: absolute;
        top:50%;
        left:50%;
        width: 40%;
        /*height:40%;*/
        background: #fff;
        text-align: center;
        padding:20px;
        border-radius: 15px;
        transform: translate(-50%,-50%);

    }