/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
strong {
    margin: 0;
    padding: 0; }

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

caption,
th {
    text-align: left;
    font-weight: normal; }

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0; }

i,
cite,
em,
var,
address,
dfn {
    font-style: normal; }

[hidefocus],
summary {
    outline: 0; }

li {
    list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%; }

sup,
sub {
    font-size: 83%; }

pre,
code,
kbd,
samp {
    font-family: inherit; }

q:before,
q:after {
    content: none; }

textarea {
    overflow: auto;
    resize: none; }

label,
summary {
    cursor: default; }

a,
button {
    cursor: pointer; }

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none; }

body {
    background: #fff; }

body,
input,
textarea,
* {
    font-family: Microsoft YaHei; }

.dn {
    display: none; }

.db {
    display: block; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0; }

/**html .clearfix {
  height: 1%;
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}*/
/*  float   */
.fl {
    float: left;
    display: inline; }

.fr {
    float: right;
    display: inline; }

/*  blank   */
.blank5 {
    height: 5px;
    clear: both;
    font-size: 1px;
    overflow: hidden; }

.blank10 {
    height: 10px;
    clear: both;
    font-size: 1px;
    overflow: hidden; }

.blank15 {
    height: 15px;
    clear: both;
    font-size: 1px;
    overflow: hidden; }

.blank20 {
    height: 20px;
    clear: both;
    font-size: 1px;
    overflow: hidden; }

.blank25 {
    height: 25px;
    clear: both;
    font-size: 1px;
    overflow: hidden; }

.blank30 {
    height: 30px;
    clear: both;
    font-size: 1px;
    overflow: hidden; }

.blank35 {
    height: 35px;
    clear: both;
    font-size: 1px;
    overflow: hidden; }

.blank40 {
    height: 40px;
    clear: both;
    font-size: 1px;
    overflow: hidden; }

.common-fix {
    position: fixed;
    top: 10px; }

input::-webkit-input-placeholder {
    color: #94ACC2;
    font-size: 14px; }

.wapper-out {
    width: 100%; }
.wapper-out.nav-bar {
    height: 40px;
    line-height: 40px;
    background: #222; }
.wapper-out.nav-bar .left-box {
    float: left;
    margin-left: 30px; }
.wapper-out.nav-bar .left-box .weatherContent {
    display: inline-block;
    align-items: center;
    line-height: 40px;
    cursor: pointer; }
.wapper-out.nav-bar .left-box .weatherContent span {
    color: #ffffff;
    font-size: 14px;
    margin-right: 9px; }
.wapper-out.nav-bar .left-box .weatherContent .location {
    display: inline-block;
    color: #fff;
    background: url(icon/icon-map.png) 0 center no-repeat;
    width: 12px;
    height: 16px; }
.wapper-out.nav-bar .left-box .bbs_url {
    color: #ffffff;
    font-size: 14px;
    margin-left: 30px;
    display: inline-block;
    line-height: 40px; }
.wapper-out.nav-bar .left-box .weatherDetail {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    position: absolute; }
.wapper-out.nav-bar .left-box .weatherDetail .weatherOne {
    width: 50px;
    text-align: center;
    padding-top: 15px;
    margin-right: 30px; }
.wapper-out.nav-bar .left-box .weatherDetail .weatherOne .weatherDay {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center; }
.wapper-out.nav-bar .left-box .weatherDetail .weatherOne .weatherImg {
    width: 30px;
    height: 30px;
    margin: 13px auto 11px auto; }
.wapper-out.nav-bar .left-box .weatherDetail .weatherOne .weatherImg img {
    width: 100%;
    height: 100%; }
.wapper-out.nav-bar .left-box .weatherDetail .weatherOne .weatherInfo {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: black;
    text-align: center; }
.wapper-out.nav-bar .right-box {
    float: right;
    position: relative;
    margin-right: 30px; }
.wapper-out.nav-bar .right-box .loginInfoNow {
    float: left;
    height: 40px;
    line-height: 40px;
    display: flex;
    color: #ffffff;
    font-size: 14px; }
.wapper-out.nav-bar .right-box .loginInfoNow .username {
    padding-right: 10px; }
.wapper-out.nav-bar .right-box .loginInfoNow .loginOut {
    cursor: pointer; }
.wapper-out.nav-bar .right-box .loginInfoNow a {
    color: #ffffff;
    font-size: 14px; }
.wapper-out.nav-bar .right-box .nav {
    float: left;
    height: 40px; }
.wapper-out.nav-bar .right-box .nav li {
    float: left;
    display: inline-block; }
.wapper-out.nav-bar .right-box .nav li a {
    color: #fff;
    font-size: 14px;
    padding: 0 20px; }
.wapper-out.nav-bar .right-box .nav li a:hover {
    color: #208eda; }
.wapper-out.nav-bar .right-box .nav li .p-box {
    position: absolute;
    top: 40px;
    display: none;
    z-index: 10; }
.wapper-out.nav-bar .right-box .nav li .p-box.person-Special {
    left: 35px !important; }
.wapper-out.nav-bar .right-box .nav li .p-box.person-center {
    width: 80px;
    border: 1px solid #e5eef2;
    border-radius: 2px;
    background: #fff;
    left: 145px; }
.wapper-out.nav-bar .right-box .nav li .p-box.person-center ul li {
    width: 100%;
    display: block; }
.wapper-out.nav-bar .right-box .nav li .p-box.person-center ul li a {
    display: block;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    padding: 0;
    text-align: center; }
.wapper-out.nav-bar .right-box .nav li .p-box.person-center ul li a:hover {
    background: #f2f2f2; }
.wapper-out.nav-bar .right-box .nav li .p-box.ewm-detail {
    right: 0;
    border: 1px solid #e5eef2;
    border-radius: 2px;
    background: #fff;
    max-width: 600px;
    line-height: 2; }
.wapper-out.nav-bar .right-box .nav li .p-box.ewm-detail .ewm-box {
    display: flex; }
.wapper-out.nav-bar .right-box .nav li .p-box.ewm-detail .ewm-box-info {
    width: 180px;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #e5eef2; }
.wapper-out.nav-bar .right-box .nav li .p-box.ewm-detail .ewm-box-info:last-child {
    border-right: 0; }
.wapper-out.nav-bar .right-box .nav li .p-box.ewm-detail .ewm-box-info strong {
    font-size: 18px;
    color: #000; }
.wapper-out.nav-bar .right-box .nav li .p-box.ewm-detail .ewm-box-info p {
    font-size: 14px;
    color: #666; }
.wapper-out.nav-bar .right-box .nav li .p-box.ewm-detail .ewm-box-img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 10px auto; }
.wapper-out.nav-bar .right-box .nav li .p-box.ewm-detail .ewm-box-img img {
    display: block;
    width: 110px;
    height: 110px; }
.wapper-out.nav-bar .right-box .nav li .p-box.site-map {
    right: 0;
    width: 220px;
    border: 1px solid #e5eef2;
    border-radius: 2px;
    background: #fff;
    line-height: 1.5;
    padding-top: 10px;
    padding-left: 13px;
    padding-right: 13px; }
.wapper-out.nav-bar .right-box .nav li .p-box.site-map dl {
    width: 100%;
    margin-bottom: 11px; }
.wapper-out.nav-bar .right-box .nav li .p-box.site-map dl dt {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 11px; }
.wapper-out.nav-bar .right-box .nav li .p-box.site-map dl dt a {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding: 0 10px !important; }
.wapper-out.nav-bar .right-box .nav li .p-box.site-map dl dd a {
    margin-left: 10px;
    display: inline-block;
    width: 56px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #666;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 16px; }
.wapper-out.nav-bar .right-box .nav li .p-box.site-map dl dd a:hover {
    color: #208eda; }

.wapper {
    width: 1200px;
    margin: 0 auto; }

.swapper {
    width: 1060px;
    margin: 0 auto; }
.swapper .content {
    margin-left: 0; }

.ovisible {
    overflow: visible; }

a:hover {
    text-decoration: none; }

.ad-lab {
    width: 36px;
    height: 18px;
    background: url(icon/ad-lab.png) no-repeat;
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    text-indent: -9999px; }

.s-ad-lab {
    position: absolute;
    width: 36px;
    height: 18px;
    top: 0;
    left: 0;
    background: url(icon/ad-lab.png) no-repeat; }

.btn-fabu {
    display: block;
    width: 170px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    background: #07D27E;
    border-radius: 2px;
    margin: 0 auto 20px; }
.btn-fabu span {
    background: url(icon/icon-fabu.png) 0 center no-repeat;
    padding-left: 25px;
    font-size: 18px;
    color: #fff; }

.zhiding {
    height: 18px;
    line-height: 18px;
    padding: 0 4px !important;
    border: 1px solid #ffa103 !important;
    border-radius: 2px;
    overflow: hidden;
    font-size: 12px;
    color: #ffa103 !important;
    background-color: white !important;
    margin-right: 12px; }

.category_name {
    font-size: 14px;
    color: #07D27E;
    margin-right: 13px; }

.right-big-ad {
    position: relative; }
.right-big-ad .hd {
    position: absolute;
    bottom: 0;
    height: 20px;
    overflow: hidden;
    z-index: 9;
    width: 100%;
    text-align: center; }
.right-big-ad .hd ul li {
    display: inline-block;
    width: 10px;
    height: 2px;
    background: #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
    margin-left: 5px;
    text-indent: -9999px; }
.right-big-ad .hd ul li.on {
    background: #fff;
    filter: alpha(opacity=100);
    opacity: 1; }
.right-big-ad .bd ul li a {
    display: block; }
.right-big-ad .bd ul li a img {
    width: 340px;
    height: 340px;
    display: block; }

.right-ad-1 {
    background: #F0F5F8;
    padding: 18px; }
.right-ad-1 ul.small-pic li {
    width: 300px;
    display: block;
    margin-top: 18px; }
.right-ad-1 ul.small-pic li:first-child {
    margin-top: 0; }
.right-ad-1 ul.small-pic li a {
    display: block; }
.right-ad-1 ul.small-pic li a .img {
    float: left;
    position: relative; }
.right-ad-1 ul.small-pic li a .img img {
    width: 66px;
    height: 66px;
    display: block; }
.right-ad-1 ul.small-pic li a .info {
    float: left;
    margin-left: 14px;
    width: 220px;
    height: 66px;
    overflow: hidden; }
.right-ad-1 ul.small-pic li a .info .title-wrap {
    height: 66px;
    overflow: hidden; }
.right-ad-1 ul.small-pic li a .info .title-wrap .title {
    display: table-cell;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    vertical-align: middle; }
.right-ad-1 ul.small-pic li a .info .title-wrap .title p {
    font-size: 14px;
    color: #000; }
.right-ad-1 ul.mid-pic {
    width: 300px; }
.right-ad-1 ul.mid-pic li {
    margin-top: 18px; }
.right-ad-1 ul.mid-pic li:first-child {
    margin-top: 0; }
.right-ad-1 ul.mid-pic li a {
    display: block; }
.right-ad-1 ul.mid-pic li a .img {
    width: 300px;
    height: 110px;
    margin-bottom: 10px;
    position: relative; }
.right-ad-1 ul.mid-pic li a .img img {
    display: block;
    width: 100%;
    height: 100%; }
.right-ad-1 ul.mid-pic li a .info {
    font-size: 14px;
    color: #000; }

.loading-box {
    margin: 20px auto;
    font-size: 12px;
    color: #999;
    width: 100px; }
.loading-box .spinner {
    float: left;
    width: 50px;
    text-align: center; }
.loading-box .spinner > div {
    width: 8px;
    height: 8px;
    background-color: #919191;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
.loading-box .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
.loading-box .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

.no-data {
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin: 20px auto;
    position: relative;
    width: 300px; }
.no-data:before {
    display: block;
    position: absolute;
    top: 9px;
    content: '';
    width: 80px;
    height: 1px;
    background: #e5e5e5; }
.no-data:after {
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    content: '';
    width: 80px;
    height: 1px;
    background: #e5e5e5; }

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0); }
    40% {
        -webkit-transform: scale(1); } }
@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0); }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1); } }
.wapper1 .right-slide {
    margin-left: 497px; }

.right-slide {
    position: fixed;
    z-index: 99;
    left: 50%;
    margin-left: 608px;
    top: 72%; }
.right-slide a {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center; }
.right-slide a.refresh {
    border: 1px solid #AFD5F0;
    background: #F7FBFE;
    color: #208eda; }
.right-slide a.refresh:hover {
    background: #D2EBFE; }
.right-slide a.refresh .icon-refresh {
    display: block;
    width: 20px;
    height: 16px;
    margin: 8px auto 5px;
    background: url(icon/icon-refresh.png) no-repeat; }
.right-slide a.fabu {
    border: 1px solid #FEE0A4;
    background: #FDF9F0;
    color: #F7B633; }
.right-slide a.fabu:hover {
    background: #FFEDC9; }
.right-slide a.fabu .icon-fabu {
    display: block;
    width: 20px;
    height: 17px;
    margin: 8px auto 5px;
    background: url(icon/icon-fabu-on.png) no-repeat; }
.right-slide a.gotop {
    visibility: hidden; }
.right-slide a.gotop.go {
    visibility: visible;
    border: 1px solid #E2E2E2;
    background: #fff url("icon/icon-gotop.png") center center no-repeat; }
.right-slide a.gotop:hover.go {
    visibility: visible;
    border: 1px solid #AFD5F0;
    background: #fff url("icon/icon-gotop-on.png") center center no-repeat; }
