h1, h2, h3, h4, h5, h6 { color: #727272;;font-weight: bold;font-family: Helvetica, Arial, sans-serif;padding-bottom: 5px;}
h1 {font-size: 24px;line-height: 34px;text-align: center;}
h2 {font-size: 14px;line-height: 24px;padding-top: 5px;cursor: pointer;}
h6 {font-weight: normal;font-size: 12px;letter-spacing: 1px;line-height: 24px;text-align: center;}
a {color:#0071d4;text-decoration: none;cursor: pointer;}
/* a:hover {background-color:#0071d4;color:white;} */
input.radio {margin: 0 2px 0 8px;}
input.radio.first {margin-left:0;}
input.empty {color: lightgray;}
code {color: #2f332a;}
.highlight_red {color:#A60000;}
.highlight_green {color:#A7F43D;}
li {list-style: none;font-size: 12px;}
li.title {list-style: none;}
ul.list {margin-left: 17px;}
a:hover{
    text-decoration: none;
}
.aColor {
    color: #000;
}
p{
    cursor: pointer;
}
*{ 
    margin:0;padding:0;  outline: 0;  vertical-align: baseline; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
html,body{ 
    background:#fff; 
    font:12px/22px Verdana,Arial,sans-serif,微软雅黑; 
    width:100%;
    
}
input,select,button{ 
     font-size:100%;
     outline:0;
     vertical-align:middle;
     /* -webkit-appearance: none; */
 }
button{
    border: 0;
    background-clip: padding-box;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
.main{
    width: 100%;
    min-width: 1200px;
}

    .clear:after{
        content:".";/*加一段内容*/
        display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
        height:0;/*避免生成的内容破坏原有布局高度*/
        clear:both;/*清除浮动*/
        visibility:hidden;/*让生成的内容不可见*/
    }
       /* .clear{zoom:1;为IE6，7的兼容性设置} */

       .justify{
        display: flex;
        justify-content: space-between;
       }
       iframe{
           height: 100%;
       }
       .Main{
        margin-top: 60px;
        margin-left: 290px;
        position: relative;
        min-width: 1070px;
    }

    .Page{
        text-align: right;
    }
    .min{
        width: 63%;
         margin: 0 auto;
        min-width: 1200px;
    }
    .hr{
        box-shadow: 0px 0px 4px #e0e0e0;
    }