/* @font-face { font-family: "a"; src: url("/static/fonts/NotosansHans-Regular.otf"); } */
/* @font-face { font-family: "b"; src: url("/static/fonts/NotosansHans-Medium.otf"); } */

body { color: #333; font-family: "微软雅黑"; text-align: justify; }

img { vertical-align: middle; }

* { margin: 0; padding: 0; box-sizing: border-box; }

a { text-decoration: none; -webkit-tap-highlight-color:rgba(0,0,0,0);}

li { list-style: none; }

iframe { display: block; position: relative; z-index: 9999; }

iframe#header { position: fixed; top: 0; left: 0; z-index: 999999; }

.triangle_border_down { width: 0; height: 0; border-width: 30px 30px 0; border-style: solid; border-color: white transparent transparent; margin: 40px auto; position: absolute; top: 37px; left: 211px; }

.clear:after { content: ""; display: block; clear: both; }

#kefu { position: fixed; bottom: 174px; right: 20px; width: 82px; height: 88px; z-index: 99999; cursor: pointer; transform: translateZ(0); -webkit-transform: translateZ(0); }
#kefu .w { display: block; cursor: pointer; }
#kefu .h { position: absolute; width: 0px; height: 91px; overflow: hidden; left: -20px; top: 0; transition: all 1s; }
#kefu .h > img { position: absolute; left: 0; top: 0; }
#kefu .h .ab_box { position: absolute; left: 0; top: 0; width: 110px; padding-left: 24px; height: 91px; padding-top:12px;}
#kefu .h .a,  #kefu .h .b { 
   /* position: absolute; */
    font-size: 14px;
    margin-top:2px;
   /*  top: 16px; left: 10%; width: 80%; height: 30px; padding-left: 37px;*/ 
 }
/*#kefu .h .a img,  #kefu .h .b img { position: absolute; left: 9px; top: 8px; }*/
#kefu .h .a span,  #kefu .h .b span { white-space: nowrap; line-height: 30px; }
#kefu .h .a span:hover,  #kefu .h .b span:hover { color: #db5a55; }
#kefu .h .b { top: 45px; }
#kefu:hover .w { display: none; }
#kefu:hover .h { height: 91px; width: 124px; }

.pagination{overflow: hidden;margin-top: 80px;display: inline-block;}
.pagination li{
	float: left;
    border: 1px #ccc solid;
    margin: 0px 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.pagination li.previous,.pagination li.next{
	width: auto;
	border: none;
}
.pagination li a{
    color: #333;
}
.pagination li.active{
    background: #ed4e4f;
    border-color: #ed4e4f;
    color: #FFF;
}
.pagination li.active a{
    color: #FFF;
}
.pagination li a{
	display: block;
}
.text-center{
    text-align: center;
}
.posts-img{
    text-align: center;
}
.posts-content {
    text-align: left;
}
.posts-content video{
    margin: 0px auto;
    display: block;
}
.posts-content h1{
    text-align: center;
}
.posts-content h2{
    font-size: 18px;
}
.posts-content h3{
    font-size: 15px;
    margin: 10px 0px;
}
.posts-content p{
    margin: 15px 0px;
    font-size: 15px;
    line-height: 22px;
}
.posts-content ul,.posts-content ol{
    padding-left: 20px;
}
.posts-content a{
    color:#ed4e4f;
}
.posts-content li{
    list-style: inherit;
}
.posts-content img{
    max-width: 100%;
    display: block;
    margin: 20px auto;
}
.posts-content img.inline{
    display: inline-block;
    margin: 0px 5px;
}
.imgs-inline img{
    display: inline-block!important;
    margin: 0px 5px!important;
    text-align: center!important;
}

#site-change{
    padding-bottom:  20px;
    clear: both;
}
#site-change a{
    color: #ed4e4f;
}
.hide{
    display: none;
}
/*# sourceMappingURL=common.css.map */
