#saveBtn{
/*              display: block;
              border: none;
              height: 45px;
              width: 323px;
              border-radius: 5px;
               
              margin: 0 auto;
              color: #ffffff;
              cursor: pointer;
              font-size: 16px;
              background: #49a7e0;*/
          }
          .theme-popover  {

               background: #fff;
              padding: 0 20px;
              border: 1px solid #bfbfbf;
              border-radius: 5px;
              width: 280px;
              margin:20px auto;
          }
          .theme-popover .line {
                border-bottom: 1px solid #bfbfbf;
            }
          .theme-popover * {
              font-size: 16px;
              box-sizing: content-box;
          }
           
    .theme-popover #getCode {
        border: none;
        height: 30px;
        background-color: #49a7e0;
        color: #ffffff;
        float: right;
        margin-top: 8px;
        cursor: pointer;
        line-height: normal;
        outline: none;
        font-size: 12px;
        padding: 1px 6px;
        width: 72px;
    }
          .theme-popover input{
            width:200px;
            float: none;
          }
          .theme-popover .field {
            height: 45px;
            line-height: 45px;
            color: #888888;
         }
        .theme-popover .require {
            color: red;
            padding: 0 5px;
        }
        .theme-popover input[type=text] {
            border: none;
            outline: none;
            background-color: #ffffff;
            font-size: 15px;
            line-height: normal;
          
        }




 
.s_footer{ 
   /* border: 1px solid red;*/
    padding: 6px;
    position: absolute;
    top: 65px;
    width: 398px;
    z-index: 99;
    background: #fff;
    word-break: break-all;
    left: 128px;
    padding-bottom: 2px;
    padding-top: 10px;

}
    
.s_footer h1,.s_footer .red{
    color: red;
    text-align: center;
    margin-bottom: 17px;
}

 


.s_footer table{border-right:1px solid #ddd;border-bottom:1px solid #ddd}
.s_footer table td{border-left:1px solid #ddd;border-top:1px solid #ddd}

.s_footer td{
    padding: 1px;
    font-size: 12px;
}

.s_footer table{border-collapse:collapse;}


.s_footer a{
    color: blue;
    
}
.s_h1{
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    margin-left: 8px;
}

