@charset "utf-8";
/* 基础样式 made by CXH*/

*{ padding:0; margin:0;}
body{ font-family: 'Microsoft Yahei';font-size:12px; color:#000;}
ul,ol,dl,li{ list-style:none;}
h1,h2,h3,h4,h5,h6,strong,b{font-weight:normal; font-size:12px;}
i,em{ font-style:normal;}
a{ color:#000; text-decoration:none;cursor: pointer;}
img{ border:0; vertical-align:top;}
table{ border-collapse:collapse;border-spacing:0;}
th{ text-align:inherit;}
caption,th { text-align:left; }

.h1{color: #343434;font-size: 16px ; font-weight: bold;}
button{
    cursor: pointer;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.box.show {
    display: block;
}


