@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: transparent;
}
body {
    /* font: 12px/1.5 Courier New, Tahoma, Geneva, Verdana, Arial, "Microsoft Yahei", "宋体"; */
    font: 12px/1.5 "Microsoft Yahei", Arial, Helvetica, sans-serif;
    color: #414141;
    background-color: #fff;
}
img {
    border: 0px;
    vertical-align: top;
}
input, textarea {
    font-family: inherit;
    border-radius: 0px;
    outline: none;
    -webkit-appearance: none;
}
a {
    color: inherit;
    text-decoration: none;
}
ul li {
    list-style-type: none;
}
#screen-mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #5f1785;
    z-index: 99999;
}
#body-wrap {
    width: 100%;
}
.w {
    width: 993px;
    margin: 0 auto;
}
.msyh {
    font-family: "Microsoft Yahei";
}
.hidden, .dn {
    display: none;
}
.vhidden, .vh {
    visibility: hidden;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.xlink {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
.xlink:hover {
    text-decoration: underline;
}
.tal {
    text-align: left !important;
}
.tac {
    text-align: center !important;
}
.tar {
    text-align: right !important;
}
.ml0 {
    margin-left: 0px !important;
}
.mr0 {
    margin-right: 0px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.loading {
    display: none;
    height: 80px;
    background: url(../../res/imgs/loading.gif) 50% 50% no-repeat;
}
table.vc-table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}
table.vc-table td {
    vertical-align: middle;
}
.bst {
    transition: box-shadow 300ms;
    -o-transition: box-shadow 300ms;
    -ms-transition: box-shadow 300ms;
    -moz-transition: box-shadow 300ms;
    -webkit-transition: box-shadow 300ms;
}
.bst:hover {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.bs2 {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
}
.bst2 {
    transition: box-shadow 300ms;
    -o-transition: box-shadow 300ms;
    -ms-transition: box-shadow 300ms;
    -moz-transition: box-shadow 300ms;
    -webkit-transition: box-shadow 300ms;
}
.bst2:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
}
.tsn300 {
    transition: all 300ms;
    -o-ransition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
}
.tsn500 {
    transition: all 500ms;
    -o-ransition: all 500ms;
    -ms-transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
}
/* ================================ contentbar ================================ */

.contentbar {}
.contentbar .contentbar-wrap {}
/* ================================ mainbar ================================ */

.mainbar {}
.mainbar .mainbar-wrap {}
/* ================================ ck-content ================================ */

.ck-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.8em;
    margin: 1em 0px;
}
.ck-content p * {
    line-height: 1.8em;
}
.ck-content img {
    max-width: 100%;
    margin-bottom: 10px;
    height: auto !important;
}
/* ================================ pager ================================ */

.pager {
    float: right;
    margin-top: 30px;
}
.pager span {
    color: #333;
    font-size: 16px;
    margin-left: 10px;
}
.pager a {
    color: #333;
    font-size: 16px;
    margin-left: 10px;
    text-decoration: none;
}
.pager a:hover {
    color: #fa9d1c;
    text-decoration: underline;
}
.pager a.disabled {
    color: #aaa;
}
.pager a.disabled:hover {
    text-decoration: none;
}
/* ================================ pager2 ================================ */

.pager2 {
    float: right;
}
.pager2 a {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    background-color: #a0a0a0;
    text-align: center;
    text-decoration: none;
}
.pager2 a:hover {
    background-color: #5f1785;
}
.pager2 a.current {
    background-color: #5f1785;
}
.pager2 b {
    float: left;
    height: 30px;
    line-height: 22px;
    color: #a0a0a0;
    font-size: 16px;
    margin-left: 15px;
    text-align: center;
}
/* ================================ xbtn ================================ */

.xbtn {
    display: inline-block;
    color: #414141;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0px 28px;
    border: 1px solid #414141;
    border-radius: 5px;
    cursor: pointer;
    transition: all 300ms;
    -o-ransition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
}
.xbtn:hover {
    color: #fff;
    border-color: #5f1785;
    background-color: #5f1785;
}
/* ================================ x-title ================================ */

.x-title {}
.x-title h1 {
    color: #5f1785;
    font-size: 40px;
    font-family: "Roboto Medium";
    font-weight: normal;
    text-align: center;
}
.x-title h2 {
    font-size: 26px;
    font-weight: normal;
    text-align: center;
}
/* ================================ x-nav ================================ */

.x-nav {}
.x-nav ul {
    text-align: center;
}
.x-nav ul li {
    display: inline-block;
    margin: 0px 23px;
}
.x-nav ul li a {
    display: inline-block;
    font-size: 18px;
    padding-bottom: 7px;
    border-bottom: 3px solid transparent;
}
.x-nav ul li:hover a {
    color: #5f1785;
    border-color: #5f1785;
}
.x-nav ul li.chked a {
    color: #5f1785;
    border-color: #5f1785;
}
/* ================================ x-community ================================ */

.x-community {}
.x-community ul {
    margin-top: -5%;
}
.x-community ul li {
    margin-top: 5%;
    position: relative;
}
.x-community ul li .left {
    width: 47.43%;
}
.x-community ul li.reverse .left {
    margin-left: auto;
}
.x-community ul li .left img {
    display: block;
    width: 100%;
}
.x-community ul li .right {
    width: 47.43%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 2.3% 0px;
    box-sizing: border-box;
}
.x-community ul li.reverse .right {
    right: auto;
    left: 0px;
}
.x-community ul li .right div {
    width: 100%;
    height: 100%;
    position: relative;
}
.x-community ul li .right div h1 {
    font-size: 18px;
}
.x-community ul li .right div p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 1.7%;
}
.x-community ul li .right div h2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 14px;
    font-family: "Roboto Medium";
    font-weight: normal;
}
.x-community ul li .right div a {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #414141;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    padding: 0px 15px;
    border: 1px solid #414141;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    transition: all 300ms;
    -o-ransition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
}
.x-community ul li .right div a:hover {
    color: #fff;
    border-color: #5f1785;
    background-color: #5f1785;
}
/* ================================ window ================================ */

.window {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9997;
}
.window .window-bg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.window .window-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
}
.window .window-content>table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}
.window .window-content .panel {
    height: 95%;
    border: 3px solid #5f1785;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 6px #333;
    position: relative;
}
.window .window-content .panel.video-play {
    height: 652px;
}
.window .window-content .panel .panel-top {}
.window .window-content .panel .panel-top i {
    display: block;
    margin-left: auto;
    width: 40px;
    height: 30px;
    background: url(../../res/imgs/community/icon-close.png) 50% 50% no-repeat;
    background-size: 12px auto;
    cursor: pointer;
    transition: all 300ms;
    -o-ransition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
}
.window .window-content .panel .panel-top i:hover {
    background-image: url(../../res/imgs/community/icon-close-hover.png);
    background-color: #5f1785;
}
.window .window-content .panel.video-play .panel-top i {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0.8;
    background-color: #414141;
    background-image: url(../../res/imgs/community/icon-close-hover.png);
}
.window .window-content .panel.video-play .panel-top i:hover {
    opacity: 1;
    background-color: #5f1785;
}
.window .window-content .panel .panel-content {
    width: 100%;
    position: absolute;
    top: 30px;
    bottom: 0px;
    overflow: auto;
}
.window .window-content .panel.video-play .panel-content {
    top: 0px;
}
/* ================================ community-detail ================================ */

.community-detail {
    padding: 0px 6.8%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.community-detail .community-detail-top {
    padding: 1% 0px 2%;
    text-align: center;
}
.community-detail .community-detail-top h1 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 1%;
}
.community-detail .community-detail-top h2 {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    margin-right: 20px;
}
.community-detail .community-detail-top h3 {
    display: inline;
    font-size: 14px;
    font-weight: normal;
}
.community-detail .community-detail-content {
    padding: 0px 6.8%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100px;
    bottom: 35px;
    overflow: auto;
}
.community-detail .community-detail-share {
    position: absolute;
    right: 6.8%;
    bottom: 4px;
}
@media (min-width: 1px) and (max-width: 1024px) {
    body {
        background-color: #f5f5f5;
    }
    #body-wrap {
        max-width: 640px;
        margin: 0 auto;
        background-color: #fff;
    }
    .w {
        width: auto;
    }
    /* ================================ pager2 ================================ */
    .pager2 {}
    .pager2 a {
        width: 26px;
        height: 26px;
        line-height: 26px;
        margin-left: 10px;
        font-size: 14px;
    }
    .pager2 a:hover {}
    .pager2 a.current {}
    .pager2 b {
        height: 26px;
        line-height: 19px;
        font-size: 14px;
        margin-left: 10px;
    }
    /* ================================ xbtn ================================ */
    .xbtn {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0px 20px;
    }
    .xbtn:hover {}
    /* ================================ x-title ================================ */
    .x-title {}
    .x-title h1 {
        font-size: 22px;
    }
    .x-title h2 {
        font-size: 18px;
    }
    /* ================================ x-nav ================================ */
    .x-nav {}
    .x-nav ul {
        text-align: center;
        margin-top: -13px;
    }
    .x-nav ul li {
        display: inline-block;
        margin: 0px 23px;
        margin: 0px 13px;
        margin-top: 13px;
    }
    .x-nav ul li a {
        display: inline-block;
        font-size: 18px;
        padding-bottom: 7px;
        border-bottom: 3px solid transparent;
        font-size: 14px;
        padding-bottom: 3px;
    }
    .x-nav ul li:hover a {
        color: #5f1785;
        border-color: #5f1785;
    }
    .x-nav ul li.chked a {
        color: #5f1785;
        border-color: #5f1785;
    }
    /* ================================ x-community ================================ */
    .x-community {}
    .x-community ul {
        margin-top: -5%;
    }
    .x-community ul li {
        margin-top: 5%;
        position: relative;
    }
    .x-community ul li .left {
        width: 47.43%;
        width: 48.5%;
    }
    .x-community ul li.reverse .left {
        margin-left: auto;
    }
    .x-community ul li .left img {
        display: block;
        width: 100%;
    }
    .x-community ul li .right {
        width: 47.43%;
        height: 100%;
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 2.3% 0px;
        box-sizing: border-box;
        width: 48.5%;
    }
    .x-community ul li.reverse .right {
        right: auto;
        left: 0px;
    }
    .x-community ul li .right div {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .x-community ul li .right div h1 {
        font-size: 18px;
        font-size: 13px;
    }
    .x-community ul li .right div p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 1.7%;
        display: none;
    }
    .x-community ul li .right div h2 {
        position: absolute;
        left: 0px;
        bottom: 0px;
        font-size: 14px;
        font-family: "Roboto Medium";
        font-weight: normal;
        font-size: 12px;
    }
    .x-community ul li .right div a {
        position: absolute;
        right: 0px;
        bottom: 0px;
        color: #414141;
        font-size: 13px;
        height: 25px;
        line-height: 25px;
        padding: 0px 15px;
        border: 1px solid #414141;
        border-radius: 5px;
        background-color: #fff;
        cursor: pointer;
        transition: all 300ms;
        -o-ransition: all 300ms;
        -ms-transition: all 300ms;
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        padding: 0px 10px;
    }
    .x-community ul li .right div a:hover {
        color: #fff;
        border-color: #5f1785;
        background-color: #5f1785;
    }
    /* ================================ window ================================ */
    .window {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 9997;
    }
    .window .window-bg {
        display: none;
        width: 100%;
        height: 100%;
        background-color: #000;
    }
    .window .window-content {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
        overflow: hidden;
    }
    .window .window-content>table {
        width: 100%;
        height: 100%;
        border-collapse: collapse;
    }
    .window .window-content .panel {
        height: 95%;
        border: 3px solid #5f1785;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0px 0px 6px #333;
        position: relative;
        width: 95%;
    }
    .window .window-content .panel.video-play {
        height: 652px;
        height: 252px;
    }
    .window .window-content .panel .panel-top {}
    .window .window-content .panel .panel-top i {
        display: block;
        margin-left: auto;
        width: 40px;
        height: 30px;
        background: url(../../res/imgs/community/icon-close.png) 50% 50% no-repeat;
        background-size: 12px auto;
        cursor: pointer;
        transition: all 300ms;
        -o-ransition: all 300ms;
        -ms-transition: all 300ms;
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        width: 30px;
        height: 25px;
        background-size: 10px auto;
    }
    .window .window-content .panel .panel-top i:hover {
        background-image: url(../../res/imgs/community/icon-close-hover.png);
        background-color: #5f1785;
    }
    .window .window-content .panel.video-play .panel-top i {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 1;
        opacity: 0.8;
        background-color: #414141;
        background-image: url(../../res/imgs/community/icon-close-hover.png);
    }
    .window .window-content .panel.video-play .panel-top i:hover {
        opacity: 1;
        background-color: #5f1785;
    }
    .window .window-content .panel .panel-content {
        width: 100%;
        position: absolute;
        top: 30px;
        bottom: 0px;
        overflow: auto;
        top: 25px;
    }
    .window .window-content .panel.video-play .panel-content {
        top: 0px;
        padding: 25px 0px;
        background-color: #000;
    }
    /* ================================ community-detail ================================ */
    .community-detail {
        padding: 0px 6.8%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .community-detail .community-detail-top {
        padding: 1% 0px 2%;
        text-align: center;
        padding: 0% 0px 2%;
    }
    .community-detail .community-detail-top h1 {
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 1%;
        font-size: 16px;
    }
    .community-detail .community-detail-top h2 {
        display: inline;
        font-size: 14px;
        font-weight: normal;
        margin-right: 20px;
        font-size: 12px;
    }
    .community-detail .community-detail-top h3 {
        display: inline;
        font-size: 14px;
        font-weight: normal;
        font-size: 12px;
    }
    .community-detail .community-detail-content {
        padding: 0px 6.8%;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 100px;
        bottom: 35px;
        overflow: auto;
        top: 60px;
    }
    .community-detail .community-detail-share {
        position: absolute;
        right: 6.8%;
        bottom: 4px;
    }
}