
@import url("");
/* CSS Document */
html, body {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif; Î¢ï¿½ï¿½ï¿½Åºï¿½;
    color: #fff;
    font-size: 14px;
}
html { height: 100%; background: url(../images/bg.jpg) top center no-repeat #f7eedd; background-attachment: fixed; color: #000;font-size: 1em;line-height: 1.5;}
html{
}
body{
    max-width: 720px;
    margin:0 auto;
/*    overflow-x: hidden;*/
}
/*div, span, iframe, map, font, input, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {

    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

* {
    padding: 0;
    
    border: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.qi{
    color: #31708f;
    text-shadow: 1px 1px 1px #090;
    font-size: 18px;
}

.jpb{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ff9800;
    margin: 5px;
    border-radius: 5px;
    color: #f8f8f8;
    font-size: 15px;
}

.jp_left{
    display: flex;
    align-items: center;
}

.jp_left img{
     vertical-align: sub;
     width:50px;
     height: 50px;
     display: block;
     margin: 0 10px;
}

.jp_zz{
    margin: 0 10px;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #FF0000;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}



input[type=text], input[type=button], input[type=submit] {
    -webkit-appearance: none;
    outline: none;
}




button {
    border: 0;
    outline: none;
    cursor: pointer;
}
input{outline:none}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
table{
    table-layout: fixed;
    width: 100%ï¿?
}
@import url("")