@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
a{
    text-decoration:none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
/*微软雅黑*/
* {
    font-family: "\5FAE\8F6F\96C5\9ED1";
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
a {
    color: #000;
}
.btn-line ,
.btn-line:focus{
    border-radius: 5px;
    color: #41a7ea;
    background-color: #fff;
    border-color: #41a7ea;
}
.btn-line:hover{
    color: #fff;
    background-color: #41a7ea;
    border-color: #3b86be;
}
.btn-no{
	pointer-events:none;
}