 /*基本样式 公共样式*/

 /* CSS Document */
 body,
 div,
 dl,
 dt,
 dd,
 ul,
 ol,
 li,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 pre,
 form,
 fieldset,
 input,
 textarea,
 p,
 blockquote,
 th,
 td {
     margin: 0;
     padding: 0;
 }

 body {
     background: #ffffff;
     color: #434343;
     font-size: 14px;
     font-family: "微软雅黑";
     /* position: relative; */
 }

 p {
     padding: 0;
     margin: 0;
 }

 a {
     color: #434343;
     font-size: 14px;
     font-family: "微软雅黑";
     text-decoration: none;
     cursor: pointer;
 }

 ol,
 ul {
     padding: 0;
     margin: 0;
 }

 ul li {
     list-style-type: none;
 }

 img {
     border: 0;
 }



 form {
     margin: 0px;
     padding: 0px;
 }

 html,
 body {
     /* height: 100%;
     overflow-y: hidden; */
 }


 .Main {
     /* position: absolute;
     left: 0px;
     top: 0px;
     right: 0px; */
     margin: 0 auto;
     background: #fff;
     /* height: 100%; */
     /* overflow-y:auto; */
     height: 100%;
     overflow-y: scroll;
 }

 /*外框样式*/
 .Box {
     background: #fff;
     padding: 20px;

 }

 .Main p {
     display: block;
     height: 100%;
     line-height: 26px;
 }

 h4{font-size:15px;margin :10px 0}

.t-indent{text-indent: 2em}


         * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.t-bottom{
    text-align: right;

}
table {
    border-collapse:collapse;
   border:1px solid black;
  }
  td {
    border:1px solid black;
    padding: 5px 5px;
    text-align: center;
  } 
  th{
    padding: 5px 5px;  
    text-align: center;
  }

  .m-b-s{
      margin-bottom:6px;
  }
  .bold{font-weight: bold;}
/* html {
    -ms-touch-action: none;
} */