/*申明编码*/
@charset "utf-8";




/*准备字体*/
@font-face { 
    font-family: "cltbt";
    src: url("/data/gl/fonts/Cltbt/cltbt.eot"),
         url("/data/gl/fonts/Cltbt/cltbt.ttf");
}
@font-face { 
    font-family: "icofont";
    src: url("/data/gl/fonts/fontIcon/mkIcon-v1.5.0.eot"),
         url("/data/gl/fonts/fontIcon/mkIcon-v1.5.0.ttf"),
         url("/data/gl/fonts/fontIcon/mkIcon-v1.5.0.woff");
}




/*初始化页面*/
html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
html.load{
    display: none;
}
html.done{
    display: block;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
body{
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 0.16rem;
    font-family: "icofont","Microsoft YaHei";
}
a{text-decoration: none;}
ul{margin: 0;padding: 0;}
li{list-style: none;}
i,em{font-style: normal;}
img{border: none;}
input:focus{outline: none;}
select:focus{outline: none;}
textarea:focus{outline: none;}









