@charset "utf-8";
@import url("font-awesome.min.css");

/* CSS Document */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
 
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 24px;
    font: inherit;
    vertical-align: baseline;
    font-family:'Microsoft Yahei', Verdana, Arial;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
}
body{
    color: #333;
    background-color: #fff;
}
a:hover {
    text-decoration:none;
}
a {
    text-decoration:none;
    color: #428bca; 
} 
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button, html input[type="button"], input[type="reset"], input[type="submit"],textarea{
    cursor: pointer;
    -webkit-appearance: none; 
} 


.clear {
    clear:both
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

    
    
    
#top {
    height: 45px;
    text-align: center;
    color: #fff;
    background: #9b258b;
    line-height: 45px;
    font-size: 1.5em;
}

#top a {
    color: #fff;
}
.page-title{
    font-size: 18px;
}

#footer {
    height: 45px;
    background: #9b258b;
    line-height: 45px;
    font-size: 1.2em;
    color: #fff;
}

#footer a {
    color: #fff;
    line-height: 45px;
}

#footer i {
    margin-right: 5px;
}

#footer .col-xs-5 {
    text-align: right;
}

#top {
    position: relative;
}

#top .home {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #129bfb;
    line-height: 38px;
    border: 1px solid #06639f;
    position: absolute;
    left: 9%;
    top: 8%;
    font-size: 0.55em;
}

#top .goback {
    display: inline-block;
    position: absolute;
    left: 1%;
    top: 20%;
    width: 40px;
    height: 32px;
    line-height: 32px;
    font-size: 0.4em;
    color: #fff;
    /*background: #80b74a;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #043d5f;*/;
}

#top .goback i {
    color: #fff;
    position: absolute;
    font-size: 3em;
}

@media screen and (min-width: 480px) and (max-width: 680px) {
    #top .home {
        left: 7%;
    }
}

#title {
    height: 45px;
    background: #999;
    line-height: 45px;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    position: relative;
}

@media screen and (min-width: 0px) and (max-width: 320px) {


    #footer {
        font-size: 1em;
    }
}

.bottom{
    background: #fff;
    padding: 10px;
    margin-top: 10px;
}
.bottom .copyright{
    padding: 3px 5px;
    font-size: 14px;
    color: #aaa;
    line-height: 1.2;
    text-align: center;
}

/*bootstrap保留样式,全部改版后删除*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.col-xs-3 {
    float: left;
    width: 25%;
}
.col-xs-5 {
    float: left;
    width: 41.66666666666667%;
}

.col-xs-7 {
    float: left;
    width: 58.333333333333336%;
}