body {
    line-height: normal;
}
.page{
    background-color: #21a1c8;
    background-image: url(../images/article-bg-1.jpg);
    background-position: center 48px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.page.skin-1 {
    background-color: #21a1c8;
    background-image: url(../images/article-bg-1.jpg);
}
.page.skin-2 {
    background-color: #e7f4d8;
    background-image: url(../images/article-bg-2.jpg);
}
.page.skin-3 {
    background-image: url(../images/article-bg-3.jpg);
}
.page.skin-4 {
    background-image: url(../images/article-bg-4.jpg);
}
.page.skin-5 {
    background-image: url(../images/article-bg-5.jpg);
}
.page.skin-6 {
    background-image: url(../images/article-bg-6.jpg);
}
.page.skin-7 {
    background-image: url(../images/article-bg-7.jpg);
}
.page.skin-8 {
    background-image: url(../images/article-bg-8.jpg);
}
.page.skin-9 {
    background-image: url(../images/article-bg-9.jpg);
}
.page.skin-10 {
    background-image: url(../images/article-bg-10.jpg);
}
.page.skin-11 {
    background-image: url(../images/article-bg-11.jpg);
}
.page.skin-12 {
    background-image: url(../images/article-bg-12.jpg);
}
.page.skin-13 {
    background-image: url(../images/article-bg-13.jpg);
}
.page.skin-14 {
    background-image: url(../images/article-bg-14.jpg);
}
.page.skin-15 {
    background-image: url(../images/article-bg-15.jpg);
}

.page.skin-2 .article-title {
    color: #7bae25;
    text-shadow: none;
}
.page.skin-2 .article-info {
    color: #999;
    text-shadow: none;
}

a {
    color: #26b0e7;
}
h1 {
    margin: 0;
}
.bar {
    background: #fff;
}
.bar .logo img {
    height: 2rem;
    margin-top: 0.1rem;
}
.bar .icon {
    font-weight: bold;
    font-size: 1.5rem;
}
.bar-nav {
    top: 3px;
}
.bar:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    height: 3px;
    background-image: -webkit-linear-gradient(to right, #26b0e7, #8dbc00);
	background-image: linear-gradient(to right, #26b0e7, #8dbc00);
}

.panel .list-block {
    margin: 2.2rem 0;
}
.panel .list-block li {
    padding: 0.2rem 1rem;
}

.article-contenter {
    padding: 10px;
    overflow: hidden;
}

.article-title {
	display: none;
    padding: 5px;
    line-height: 1.2;
    font-weight: normal;
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.article-info {
    padding: 5px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.article-content {
    margin-top: 15px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-style: 14px;
}
.article-body {
    overflow: hidden;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}
.article-body a {
    text-decoration: none;
}
.article-body img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.article-list {
    margin: 10px 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}
.article-list-title {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}
.article-list-content .list-item {
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    background: url(../images/icon-dot.png) center left no-repeat;
}
.article-list-photo {

}
.article-list-photo .list-item {
    display: flex;
    margin-bottom: 10px;
}
.article-list-photo .list-item .item-photo {
    width: 60px;
    height: 40px;
}
.article-list-photo .list-item .item-photo img {
    display: block;
    width: 60px;
    height: 40px;
}
.article-list-photo .list-item .item-title {
    flex: 1;
    font-size: 14px;
    margin-left: 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}


.footer {
    padding: 0.6rem 0;
    border-top: 2px solid #26b0e7;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: .7rem;
}

.panel-contact-wrapper {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
}
.panel-contact-wrapper.show {
    display: flex;
}
.panel-contact-wrapper .item {
    flex: 1;
}
.panel-phone,
.panel-weixin {
    display: block;
    color: #fff;
}
.panel-phone {
    background-image: -webkit-linear-gradient(to right, rgba(38,176,231,0.9), rgba(141,188,0,0.9));
    background-image: linear-gradient(to right, rgba(38,176,231,0.9), rgba(141,188,0,0.9));
}
.panel-weixin {
    background-image: -webkit-linear-gradient(to right, rgba(236,63,65,0.9), rgba(250,195,77,0.9));
    background-image: linear-gradient(to right, rgba(236,63,65,0.9), rgba(250,195,77,0.9));
}

.panel-phone .icon,
.panel-weixin .icon {
    position: relative;
    top: -3px;
    font-size: 24px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.panel-phone .phone-text, 
.panel-weixin .phone-text {
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.popup-weixin {
    background: rgba(0, 0, 0, 0.6)
}
.popup-weixin .close-popup {
    position: fixed;
    top: 60px;
    right: 40px;
    color: #fff;
    font-size: 18px;
}
.popup-weixin .content-block {
    margin: 0;
    height: 100%;
}
.popup-weixin .qrcode-wrapper {
    height: 100%;
    -webkit-display:flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
}
.popup-weixin .qrcode {
    display: flex;
    height: 180px;
    text-align: center;
}
.popup-weixin .qrcode .item {
    flex: 1;
    padding: 10px;
}
.popup-weixin .qrcode img {
    width: 120px;
    height: 120px;
}
.popup-weixin .qrcode-name {
    display: block;
    color: #fff;
    font-size: 14px;
}

#SOHUCS #SOHU_MAIN .module-cmt-list .block-cont-gw .msg-wrap-gw {
    overflow: hidden;
}
#cy-cmt-list {
   position: fixed;
   left: 9999px;
}

#pop_ad {
  display: none;
}