/*********************************
 METRONIC SQUARE STYLE COMPONENTS
*********************************/
/***
Rounded corners reset
***/
/* Reset rounded corners for all elements */

svg,
textarea,
img,
table,
label,
td,
th,
p,
a,
ul,
code,
pre,
li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; }

/* except below bootstrap elements */
.img-circle {
    border-radius: 50% !important; }

.img-rounded {
    border-radius: 6px !important; }
body {
    color: #333333;
    font-family: "微软雅黑", Tahoma,Verdana, Arial, Helvetica;
    padding: 0px !important;
    margin: 0px !important;
    direction: "ltr";
    font-size: 14px; }
h1, h2, h3, h4, h5, h6 {
    font-family: "微软雅黑", Tahoma,Verdana, Arial, Helvetica;
    font-weight: normal;
}
/*colors*/
/*bg-color*/
.bg-white {
    background: #fff!important;
}
/*iconfont*/
@font-face {font-family: 'iconfont';
    src: url('iconfont.eot'); /* IE9*/
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont.woff') format('woff'), /* chrome、firefox */
    url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
