/*默认样式*/
body,div,ul,ol,dl,dt,dd,li,dl,h1,h2,h3,h4

　　{margin:0;padding:0;font-style:normal;font:12px/22px"\5B8B\4F53";font-family: "Microsoft YaHei";}

　　ol,ul,li{list-style:none;}

　　img{border:0;vertical-align:middle;}

　　body{color:#000000;background:#FFF;text-align:center;}

　　.clear{clear:both;height:1px;width:100%;overflow:hidden;margin-top:-1px;}

　　a{color:#000000;text-decoration:none;}
/*#indexIframe{
    height: calc(100%);
}*/
/*flex布局*/
.flex_center{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}
.flex_start{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.flex_end{
     display: -webkit-flex; /* Safari */
     display: flex;
     justify-content: flex-end;
     width: 100%;
 }
.flex_between{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between ;
    width: 100%;

}
.flex_around{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-around ;
    width: 100%;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
.wrap{flex-wrap:  wrap;}
body::-webkit-scrollbar{

    width:5px;

}

body::-webkit-scrollbar-track{

    background: #999;

    border-radius:2px;

}

body::-webkit-scrollbar-thumb{

    background: #333;

    border-radius:10px;

}

body::-webkit-scrollbar-thumb:hover{

    background: #333;

}

body::-webkit-scrollbar-corner{

    background: #179a16;

}
.footIframe{
    margin-top: 15px;
}






































