
body{
    font-size: 12px;
}
/*¨¨?a????1¡ë*/
.top_m{
    text-align: center;
}
.top_m .title{
    font-size: 22px;
    letter-spacing: 2px;
    color: #332e2b;
    font-weight: bold;
}
.top_m .title1{
    font-size: 22px;
    letter-spacing: 2px;
    color: white;
    font-weight: bold;
}
.top_m .botm{
    font-size: 12px;
    color: #cccccc;
}
.top_m .botm span:after,
.top_m .botm span:before{
    display: inline-block;
    content: " ";
    position: relative;
    width: 10%;
    height: 1px;
    background: #cccccc;
    margin: 5px;
}
.top_m .botm1{
    font-size: 12px;
    color: #cccccc;
}
.top_m .botm1 span:after,
.top_m .botm1 span:before{
    display: inline-block;
    content: " ";
    position: relative;
    width: 10%;
    height: 1px;
    background: white;
    margin: 5px;
}

.bg{
    background-color: #f0f9ff
}
.pd-0{
    padding: 0;
}

/*?¡ª??o???¡ª¨¨?¡§*/
ul.a {list-style-type:circle;} /*?¡ª??o??????o??????a€?a¡ª?a€?*/
ul.b {list-style-type:disc;} /*?¡ª??o?????????????a€?a¡ª?a€?*/
ul.c {list-style-type:square;}/*?¡ª??o???????????-¡ê?¨C1??¡éa€?a¨C?a€?*/

/*??¡ë?o???¡ª¨¨?¡§*/
ol.d {list-style-type:armenian;} /*??¡ë?o??????????????o?????¡ã??o???¡ã?-¡ª*/
ol.e {list-style-type:cjk-ideographic;} /*??¡ë?o?????¦Ì¡­??????¨¨?¡§?????¡ã?-¡ª*/
ol.f {list-style-type:decimal;} /*??¡ë?o??????¡ã?-¡ª1?€?2?€?3*/
ol.g {list-style-type:decimal-leading-zero;} /*??¡ë?o??????¡ã?-¡ª01?€?02?€?03*/
ol.h {list-style-type:georgian;} /*??¡ë?o??????????????1¡±?2???¡ã?-¡ª*/
ol.i {list-style-type:hebrew;} /*??¡ë?o??????????????????¡¥¨¨?¡À??¡ã?-¡ª*/
ol.j {list-style-type:hiragana;} /*??¡ë?o?????¡ª£¤?¨C??13???????-¡ª??|*/
ol.k {list-style-type:hiragana-iroha;} /*??¡ë?o?????¡ª£¤?¨C??13???????o???¡¤*/
ol.l {list-style-type:katakana;} /*??¡ë?o?????¡ª£¤?¨C??¡ë????????-¡ª??|*/
ol.m {list-style-type:katakana-iroha;} /*??¡ë?o?????¡ª£¤?¨C??¡ë????????o???¡¤*/
ol.n {list-style-type:lower-alpha;} /*??¡ë?o?????¡ã????¨¨?¡À?¨C??-¡ª?¡¥?a?€?b?€?ca€|a€|*/
ol.o {list-style-type:lower-greek;} /*??¡ë?o??????o?????????¨¨¡­??¡ã?????-¡ª?¡¥?*/
ol.p {list-style-type:lower-latin;} /*??¡ë?o?????¡ã??????¡ë????-¡ª?¡¥?*/
ol.q {list-style-type:lower-roman;} /*??¡ë?o?????¡ã??????¡ª¨¦????¡ã?-¡ªi?€?ii?€?iiia€|a€|*/
ol.r {list-style-type:upper-alpha;} /*??¡ë?o?????¡è¡ì???¨¨?¡À?¨C??-¡ª?¡¥?A?€?B?€?Ca€|a€|
*/
ol.s {list-style-type:upper-latin;} /*??¡ë?o?????¡è¡ì?????¡ë????-¡ª?¡¥?*/
ol.t {list-style-type:upper-roman;} /*??¡ë?o?????¡è¡ì?????¡ª¨¦????¡ã?-¡ªI?€?II?€?IIIa€|a€|*/

ol.u {list-style-type:none;}/*???????¡±¡§¨¦?1?????|??¡¤*/
ol.v {list-style-type:inherit;} /*??¡ì?¡ë?*/

/*¨¦??????1¡ë*/
.navbar .logo {
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
    float: left;
}
.nav>ul>li>a:hover, .nav>ul>li.current>a {
    background-color: rgba(255,255,255,0.2);
    text-decoration: none;
    -webkit-transition: background-color .3s ease 0s;
    -moz-transition: background-color .3s ease 0s;
    -o-transition: background-color .3s ease 0s;
    -ms-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s;
    color: #9bcb1d;
    border-bottom: 2px solid #9bcb1d;
}

.footer{
    position: relative;
    background: #555555;
    color: white;
    border: 0;
    text-align: left;
    min-height: 130px;
}
.footer a, .footer a:hover {
    color: #FFF;
}
.pipe{
    margin: 0 15px;
}

[v-cloak] {
    display: none !important;
}