body {
    font-family: "微软雅黑";
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

#wrap {
    width: 350px;
    border: 12px solid #EEE;
    border-radius: 10px;
    margin: 20px auto;
    padding: 5px;
    color: #fff;
}

ul, li {
    list-style-type: none;
}

li {
    width: 100%;
    height: 40px;
    margin-bottom: 1px;
    overflow: hidden;
    cursor: pointer;
    text-indent: 10px;
}

li span {
    display: block;
    width: 100%;
    height: 40px;
    background: #2CCDBA;
    line-height: 40px;
    font-size: 16px;
}

li p {
    width: 100%;
    height: 35px;
    margin-top: 1px; /*background: #226288;*/
    line-height: 30px;
    font-size: 14px;
}

li a {
    height: 35px;
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;
    color: #0a8cd2;
}

li a {
    display: block;
    transition: all 0.6s;
    border-radius: 5px;
}

li a:hover {
    text-indent: 25px;
    border-radius: 5px;
    color: #fff;
    text-shadow: 0 2px 1px #169BAD;
    background-color: #169BAD;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #2CCDBA, #169BAD);
);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-decoration: none;
}

li a i {
    color: red;
    text-indent: 20px;
}

em {
    font-size: 16px;
    font-style: normal;
}

#note {
    padding: 0 20px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}

#note span {
    text-shadow: -1px 2px 3px #000;
}

#web_loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
}

#web_loading div {
    width: 0;
    height: 2px;
    background: #FF9F15;
}