﻿  
.form_flex_leaf_space_between_v1  {
    display: -webkit-flex; /* Safari */
         display: flex;
      width: 100%;
  
      /*height: 150px;*/
      justify-content: space-between;
         /*border: solid 1px green;*/
         align-items:  center ;
    margin-top: 15px;
    height: 40px;
    /*border-bottom: dotted 1px yellow;*/
    /*flex-wrap: wrap;*/
    /*width: 100%;
	height: 100px;
	margin: 0 auto;*/
	/*margin-top: -60px;*/
}

        .form_flex_leaf_space_between_v1>.ltitle{
            width: 20%;
            text-align: right;
            /*border: solid 1px red;*/
            padding-right: 15px;
        }
          .form_flex_leaf_space_between_v1>.rcontainer{
            width: 78%;
             box-sizing: border-box;
              /*border: solid 1px green;*/
        }
          .form_flex_leaf_space_between_v1>.rcontainer>input[type="text"],  .form_flex_leaf_space_between_v1>.rcontainer>textarea, .form_flex_leaf_space_between_v1>.rcontainer>textarea{
        -webkit-appearance: none;
    outline: 0;
    box-sizing: border-box;
    border: solid 1px #ddd;
    width:80%;
  
        font-size: 14px;
    height: 31px;
  
    line-height: 1.42857;
    padding: 4px;



        transition: all .2s linear 0s;
}

          .form_flex_leaf_space_between_v1>.rcontainer>select {
                  border: solid 1px #ddd;
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
    font-weight: normal;
    width:80%;
    white-space: nowrap;

       padding: 4px;

           font-size: 14px;
    height: 31px;


          }


            .form_flex_leaf_space_between_v1 > .rcontainer > input[type="text"]:hover,  .form_flex_leaf_space_between_v1 > .rcontainer > textarea:hover  {
                 border: solid 1px #3bb4f2;
            }
  /*.form_flex_leaf_space_between_v1 input[type="text"],textarea {
        -webkit-appearance: none;
    outline: 0;
    box-sizing: border-box;
    border: solid 1px #ddd;
    width:80%;
  
        font-size: 14px;
    height: 31px;
  
    line-height: 1.42857;
    padding: 4px;



        transition: all .2s linear 0s;
}
         .form_flex_leaf_space_between_v1 input[type="text"]:hover,textarea:hover {
            border: solid 1px #3bb4f2;
        }*/














     
/*自定义 表单样式 2*/
table.formtips{margin-top:20px;width:100%;border:0px solid #ebebeb;border-spacing:0;}
table.formtips tr {
     margin-top: 15px;
    height: 40px;
}
table.formtips td:nth-child(2) {
   width: 78%;
}
table.formtips td:nth-child(1) {
    width: 20%;
    text-align: right;
    padding-right: 15px;
}
     table.formtips td:nth-child(2)>input[type="text"],  table.formtips td:nth-child(2)>select , table.formtips td:nth-child(2)>input[type="password"]   {
            /*-webkit-appearance: none;*/
    outline: 0;
    box-sizing: border-box;
    border: solid 1px #ddd;
    width:80%;
  
        font-size: 14px;
    height: 31px;
  
    line-height: 1.42857;
    padding: 4px;

        transition: all .2s linear 0s;
         /*margin-left: 10px;*/
     }


     table.formtips td:nth-child(2)>textarea {
            -webkit-appearance: none;
    outline: 0;
    box-sizing: border-box;
    border: solid 1px #ddd;
    width:80%;
        font-size: 14px;
  
    line-height: 1.42857;
    padding: 4px;

        transition: all .2s linear 0s;

        /*margin-left: 10px;*/

     }


     table.formtips td:nth-child(2)> input[type="text"]:hover,
      table.formtips td:nth-child(2)> textarea:hover  ,
     table.formtips td:nth-child(2)>input[type="password"]:hover
     {
                 border: solid 1px #3bb4f2;
            }

/*table.list_leaf5 td{height:38px;border-bottom: 1px solid #ebebeb;line-height:38px;font-size: 15px;color: #fff;text-align: center;}*/
/*table.list_leaf5 tr:last-child td{height:38px;border-bottom: 0px solid #ebebeb;line-height:38px;font-size: 15px;}*/
/*table.list_leaf5 tr:hover{ background-color: #ccc;}*/
table.formtips td a.hover:hover{color:#16b13a;transition:all .2s;}
table.formtips td img{ width: 100px;height: 100px;border-radius: 100px;}


     
/*自定义 表单样式 js不会额外设置*/
table.formtips1{margin-top:20px;width:100%;border:0px solid #ebebeb;border-spacing:0;}
table.formtips1 tr {
     margin-top: 15px;
    height: 40px;
}
table.formtips1 td:nth-child(2) {
   width: 78%;
}
table.formtips1 td:nth-child(1) {
    width: 20%;
    text-align: right;
    padding-right: 15px;
}
     table.formtips1 td:nth-child(2)>input[type="text"],  table.formtips1 td:nth-child(2)>input[type="password"]   {
            /*-webkit-appearance: none;*/
    outline: 0;
    box-sizing: border-box;
    border: solid 1px #ddd;
    width:80%;
  
        font-size: 14px;
    height: 31px;
  
    line-height: 1.42857;
    padding: 4px;

        transition: all .2s linear 0s;
         /*margin-left: 10px;*/
     }


     table.formtips1 td:nth-child(2)>textarea {
            -webkit-appearance: none;
    outline: 0;
    box-sizing: border-box;
    border: solid 1px #ddd;
    width:80%;
        font-size: 14px;
  
    line-height: 1.42857;
    padding: 4px;

        transition: all .2s linear 0s;

        /*margin-left: 10px;*/

     }


     table.formtips1 td:nth-child(2)> input[type="text"]:hover,
      table.formtips1 td:nth-child(2)> textarea:hover  ,
     table.formtips1 td:nth-child(2)>input[type="password"]:hover
     {
                 border: solid 1px #3bb4f2;
            }

/*table.list_leaf5 td{height:38px;border-bottom: 1px solid #ebebeb;line-height:38px;font-size: 15px;color: #fff;text-align: center;}*/
/*table.list_leaf5 tr:last-child td{height:38px;border-bottom: 0px solid #ebebeb;line-height:38px;font-size: 15px;}*/
/*table.list_leaf5 tr:hover{ background-color: #ccc;}*/
table.formtips1 td a.hover:hover{color:#16b13a;transition:all .2s;}
table.formtips1 td img{ width: 100px;height: 100px;border-radius: 100px;}



/*自定义 表单样式 3*/
table.formtips_border{margin-top:20px;width:100%;border:0px solid #ebebeb;border-spacing:0;}
table.formtips_border tr {
     margin-top: 15px;
    height: 40px;
}
table.formtips_border tr {
   width: 80%;
}
table.formtips_border td {
   width: 100%;
}
table.formtips_border tr:nth-child(3n) {
    /*width: 20%;*/
    /*text-align: right;
    padding-right: 15px;*/
    height: 1px;
   
}
table.formtips_border tr:nth-child(3n)>td {
    /*width: 20%;*/
    /*text-align: right;
    padding-right: 15px;*/
    height: 15px;
    border-top: solid 1px #901518;
}
/*table.formtips tr:nth-child(1)>td {
  
    text-align: right;
    padding-right: 15px;
}*/
     table.formtips_border input[type="text"],  table.formtips_border select , table.formtips_border input[type="password"] , table.formtips_border textarea  {
            /*-webkit-appearance: none;*/
    outline: 0;
    box-sizing: border-box;
    border: solid 0px #ddd;
    width:100%;
  
        font-size: 14px;
    height: 31px;
  
    line-height: 1.42857;
    /*padding: 4px;*/

        transition: all .2s linear 0s;
         /*margin-left: 10px;*/
     }


   


     table.formtips_border td> input[type="text"]:hover,
      table.formtips_border td> textarea:hover  ,
     table.formtips_border td>input[type="password"]:hover
     {
                 /*border: solid 1px #3bb4f2;*/
            }

/*table.list_leaf5 td{height:38px;border-bottom: 1px solid #ebebeb;line-height:38px;font-size: 15px;color: #fff;text-align: center;}*/
/*table.list_leaf5 tr:last-child td{height:38px;border-bottom: 0px solid #ebebeb;line-height:38px;font-size: 15px;}*/
/*table.list_leaf5 tr:hover{ background-color: #ccc;}*/
table.formtips_border td a.hover:hover{color:#16b13a;transition:all .2s;}
table.formtips_border td img{ width: 100px;height: 100px;border-radius: 100px;}
