body {
    background: #EDEDED;
}

@font-face {
    font-family: "ReductoCondSSK";
    src: url("/Public/Common/fonts/ReductoCondSSK.woff2") format("woff2"), url("/Public/Common/fonts/ReductoCondSSK.woff") format("woff"), url("/Public/Common/fonts/ReductoCondSSK.ttf") format("truetype"), url("/Public/Common/fonts/ReductoCondSSK.eot") format("embedded-opentype"), url("/Public/Common/fonts/ReductoCondSSK.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*重置Input*/

input,
button,
a {
    outline: 0 none !important;
    blr: expression(this.onFocus=this.blur());
}

*:focus {
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #D6D6D6;
    font-size: 14px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #D6D6D6;
    font-size: 14px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666;
    font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #D6D6D6;
    font-size: 14px;
}

a {
    color: #63C0AC;
}

a:active {
    color: #409B89;
}

.bd {
    border: 1px solid red;
}

.global-null-data {
    width: 70px;
    margin: 0 auto;
    padding: 50px 15px;
}

.global-null-data span {
    display: block;
    height: 70px;
    background: url('/Public/Minisite/Images/Icon/nodata.png') center top no-repeat;
    background-size: 90%;
    padding-top: 60px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.global-box-border {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.globel_view_count,
.globel_view_count i {
    font-size: 14px;
    color: #999;
}

.globel_view_count i {
    display: inline-block;
    margin-right: 5px;
}

.global-MaxWidth {
    max-width: 770px;
    margin: 0 auto;
}

.main-body-container {
    padding: 10px 15px;
}

.search-bar-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.search-body-container {
    padding-top: 50px;
}

.search-word-list,
.search-result-list {
    padding: 10px 15px;
}

.search-result-list {
    background: #fff;
}

.word-box {
    margin-bottom: 15px;
}

.word-box dt {
    font-size: 16px;
    color: #999;
    padding-bottom: 5px;
    position: relative;
}

.word-box dt .del-font-list {
    position: absolute;
    right: 0;
    font-size: 12px;
}

.word-box dt .del-font-list i {
    position: relative;
    top: 1px;
    left: -3px;
}

.word-box dd span {
    display: inline-block;
    background: #63C0AC;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    margin: 5px 10px 5px 0;
    font-size: 14px;
    cursor: pointer;
}

.list-main-container {
    background: #fff;
    border-radius: 10px;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.list-main-container .weui-loadmore_line .weui-loadmore__tips {
    background: #fff;
}

.main-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.main-title-container span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.main-title-container a {
    font-size: 12px;
    color: #999;
}

.main-title-container a i {
    font-size: 12px;
    color: #999;
}

.weui-search-bar__label .weui-icon-search {
    margin-right: 0;
}

.find-swiper {
    border-radius: 10px;
    margin-bottom: 15px;
}

.find-swiper .arti_banner_img {
    display: block;
    padding-bottom: 43%;
    background: #63C0AC center center no-repeat;
    background-size: cover;
}

.swiper-pagination-bullet {
    height: 5px;
    width: 5px;
    border-radius: 0;
}

.swiper-pagination-bullet {
    background: #f2f2f2;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    width: 15px;
    border-radius: 0;
    background: #63c0ac;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 4px;
}

.news-list-container li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #F0EEEE;
}

.news-list-container li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.news-list-container li a {
    display: flex;
    justify-content: space-between;
}

.news-list-container li a .news-title {
    max-width: 65%;
}

.news-list-container li a .news-title span,
.news-list-container li a .news-title i {
    display: block;
}

.news-list-container li a .news-title span {
    font-size: 16px;
    color: #333;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
}

.news-list-container li a .news-title i {
    font-size: 12px;
    color: #999;
    font-style: normal;
}

.news-list-container li a .news-img {
    width: 60px height: 60px;
    background: #63C0AC;
}

.list-teacher-container {
    list-style: none;
}

.list-teacher-container .list-teacher-item {
    background: #fff;
    margin-bottom: 5px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.list-teacher-container .list-teacher-item:last-child {
    margin-bottom: 15px;
}

.list-teacher-container .list-teacher-item .teacher-img {
    display: inline-block;
    width: 25%;
    background: #63C0AC;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}

.list-teacher-container .list-teacher-item .teacher-img span {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: center top #fff no-repeat;
    background-size: cover;
    margin: 15px auto 5px;
}

.list-teacher-container .list-teacher-item .teacher-img i {
    display: block;
    font-size: 14px;
    color: #fff;
    font-style: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.list-teacher-container .list-teacher-item .teacher-news {
    width: 75%;
}

.list-teacher-container .list-teacher-item .teacher-news a {
    display: block;
    font-size: 14px;
    padding: 8px 20px;
    position: relative;
    color: #333;
    border-bottom: 1px dashed #F0EEEE;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-teacher-container .list-teacher-item .teacher-news a:before {
    content: " ";
    position: absolute;
    top: 16px;
    left: 8px;
    background: #63C0AC;
    width: 5px;
    height: 5px;
    border-radius: 5px;
}

.list-teacher-container .list-teacher-item .teacher-news a:last-child {
    border-bottom: 0;
}

.list-teacher-container .list-teacher-item .teacher-news a i {
    position: absolute;
    right: 10px;
    font-size: 12px;
    color: #999;
}


/*专辑区域*/

.album-banner-container {
    background: #63C0AC;
    margin-bottom: 15px;
}

.album-banner-container .album-pagination {
    position: relative;
    top: -5px;
}

.album-banner-container .album-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}

.album-banner-container .album-pagination .swiper-pagination-bullet-active {
    width: 15px;
    border-radius: 0;
    background: #fff;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.album-banner-container .album-slide {
    padding: 0 15px;
}

.album-slide a {
    display: block;
}

.album-banner-container .album-slide .album-url-main {
    display: block;
    padding: 20px 0 10px;
}

.album-list-box {
    background: #fff;
    display: flex;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1)
}

.album-list-box .album-img {
    width: 30%;
    padding-bottom: 20%;
    background: #63C0AC center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.album-list-box .album-img .img-mark {
    position: absolute;
    top: 5px;
    left: -19px;
    background: #B042D7;
    color: #fff;
    font-size: 12px;
    padding: 0 20px;
    font-style: normal;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.album-list-box .album-intro {
    width: 70%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
}

.album-list-box .album-intro .intro-title {
    font-size: 18px;
    color: #333;
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.album-list-box .album-intro .intro-mark {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #999;
    display: flex;
    justify-content: space-between;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
}

.album-list-box .album-intro .intro-mark .intro-views i {
    position: relative;
    top: 2px;
    left: -5px;
}

.weui-navigator {
    background: #fff;
}

.weui-navigator-list li a {
    color: #333;
}

.weui-navigator-list li.weui-state-hover,
.weui-navigator-list li.weui-state-active a {
    color: #63C0AC;
}

.weui-navigator-list li.weui-state-hover,
.weui-navigator-list li.weui-state-active a:after {
    background: #63C0AC;
}

.maxType-main {
    border-bottom: 1px solid #F0EEEE;
    padding-bottom: 15px;
}

.album-son-nav {
    padding: 15px 15px 0;
}

.album-son-nav a {
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #63C0AC;
    padding: 2px 10px;
    color: #63C0AC;
    font-size: 14px;
    margin-right: 10px;
}

.album-son-nav .son-nav-active {
    background: #63C0AC;
    color: #fff;
}


/*用户中心*/

.user-info-container {
    background: url('/Public/Minisite/Images/match/artile_user_bg.jpg') center center #63C0AC;
    background-size: cover;
    padding: 50px 30px;
}

.user-info-container .user-img {
    display: block;
    width: 20%;
    padding-bottom: 20%;
    margin: 0 auto 10px;
    background: center center #fff no-repeat;
    background-size: 104%;
    border-radius: 100%;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.user-info-container .user-nologin {
    background: url('/Public/Minisite/Images/Icon/user.png') center bottom #fff no-repeat;
    background-size: 80%;
}

.user-info-container .user-name {
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.user-count-container {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
}

.user-count-container .item-count {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #F0EEEE;
    text-align: center;
    padding-bottom: 15px;
}

.user-count-container .item-count:nth-of-type(odd) {
    border-right: 1px solid #F0EEEE;
}

.user-count-container .item-count {
    display: block;
}

.user-count-container .item-count span {
    display: block;
    font-size: 12px;
    color: #999;
}

.user-count-container .item-count .count-num {
    font-size: 50px;
    color: #63C0AC;
    font-style: normal;
    font-family: 'ReductoCondSSK';
    height: 62px;
}

.user-more-info {
    padding-bottom: 30px;
}

.user-more-info li {
    list-style: none;
    cursor: pointer;
}

.user-more-info li a {
    display: flex;
    justify-content: space-between;
    height: 56px;
    line-height: 56px;
    padding: 0 15px 0 30px;
    border-bottom: 1px solid #F0EEEE;
}

.user-more-info li span {
    color: #333;
    font-style: 14px;
}

.user-more-info li i {
    font-size: 12px;
    color: #999;
}

.user-more-info li span .iconfont {
    font-size: 22px;
    color: #63C0AC;
    position: relative;
    top: 3px;
    left: -5px;
    display: inline-block;
    width: 30px;
}

.user-more-info li span .icon-profile {
    font-size: 24px;
    left: -7px;
}

.user-more-info li span .icon-store_icon {
    font-size: 20px;
}

.colle-butn-box {
    padding: 15px;
    width: 60px;
    margin: 0 auto;
}

.colle-butn-box .colle-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: #C6C6C6;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.colle-butn-box .colle-icon i {
    font-size: 30px;
    color: #fff;
}

.colle-butn-box .colle-text {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.user-colle-box .colle-icon {
    background: #63C0AC;
}

.user-colle-box .colle-text {
    color: #63C0AC;
}

.recommend-main-container {
    padding: 15px;
}

.album-list-container .album-list-top {
    background: center center;
    background-size: cover;
}

.album-list-container .album-list-top .top-bg {
    background: rgba(99, 192, 172, 0.9);
    padding: 40px 30px;
    text-align: center;
}

.album-list-container .album-list-top .top-bg h1 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.album-list-container .album-list-top .top-bg .album-ationbutn {
    border: 0;
    background: #fff;
    color: #63C0AC;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 2px;
    width: 90px;
    margin: 0 auto;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
}

.album-list-container .album-list-top .top-bg .album-ationbutn i {
    position: relative;
    left: -2px;
}

.album-list-main {
    padding: 15px;
}

.album-list-main .main-title-container .item-title {
    font-size: 16px;
}

.album-list-main .main-title-container .intro-views,
.album-list-main .main-title-container .intro-views i {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.album-list-main .main-title-container .intro-views i {
    position: relative;
    left: -5px;
}

.more-list-title {
    padding: 30px 15px 15px;
    font-size: 24px;
    font-weight: bold;
}

.Jy-weui-dialog-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.Jy-weui-dialog-container .weui-dialog-table {
    display: table;
    width: 100%;
    height: 100%;
}

.Jy-weui-dialog-container .weui-dialog-td {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 0, 0, .5);
}

.Jy-weui-dialog-container .dialog-content-main {
    width: 80%;
    max-width: 400px;
    border-radius: 5px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    opacity: 1;
    animation: dialogShow 0.5s;
    animation-fill-mode: forwards;
}

@keyframes dialogShow {
    0% {
        opacity: 0;
    }
    50% {
        background: 0.8;
    }
    100% {
        opacity: 1;
    }
}

.Jy-weui-dialog-container .dialog-content-main .dialog-title {
    background: #63C0AC;
    text-align: center;
}

.Jy-weui-dialog-container .dialog-content-main .dialog-title img {
    width: 30%;
    display: block;
    margin: 0 auto;
}

.Jy-weui-dialog-container .dialog-content-main .dialog-action {
    padding: 30px;
}

.Jy-weui-dialog-container .dialog-content-main .dialog-action .dialog-mark {
    color: #666;
    font-size: 14px;
    padding-bottom: 15px;
}

.Jy-weui-dialog-container .dialog-content-main .dialog-action a {
    display: block;
    font-size: 16px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    margin-bottom: 15px;
    background: #fff;
    color: #63C0AC;
    border: 1px solid #63C0AC;
}

.Jy-weui-dialog-container .dialog-content-main .dialog-action .a-active {
    background: #63C0AC;
    color: #fff;
}

.Jy-weui-dialog-container .dialog-content-main .dialog-action a:last-child {
    margin-bottom: 0;
}

.Jy-ddialogTwo-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.Jy-dialogTwo-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.Jy-dialogTwo-container .Jy-show-dialogTwo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 88%;
}

.Jy-dialogTwo-container .Jy-dialogTwoShow {
    animation: dialogTwoShow 0.5s;
    animation-fill-mode: forwards;
}

.Jy-dialogTwo-container .Jy-dialogTwoHide {
    animation: dialogTwoHide 0.5s;
    animation-fill-mode: forwards;
}

@keyframes dialogTwoShow {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0;
    }
}

@keyframes dialogTwoHide {
    0% {
        bottom: 0;
    }
    100% {
        bottom: -100%;
    }
}

.Jy-dialogTwo-container .Jy-dialogTwo-mian {
    height: 100%;
    background: #fff;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.Jy-dialogTwo-container .Jy-dialogTwo-title-main {
    display: flex;
    justify-content: space-between;
}

.Jy-dialogTwo-container .Jy-dialogTwo-title-main span {
    display: inline-block;
    padding: 15px;
    height: 30px;
    line-height: 30px;
}

.Jy-dialogTwo-container .Jy-dialogTwo-title-main span i {
    font-size: 22px;
}

.Jy-dialogTwo-container .Jy-dialogTwo-title-main .dialog-butn a {
    display: inline-block;
    padding: 2px 15px;
    background: #63C0AC;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
}

.Jy-dialogTwo-container .Jy-dialogTwo-body-main {
    height: 100%;
    height: calc(100% - 36px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.Jy-dialogTwo-container .Jy-dialogTwo-body-main .login-reg-formbox {
    position: relative;
    height: 500px;
}

.Jy-dialogTwo-body-main .Jy-dg-login-main {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.Jy-dialogTwo-body-main .Jy-dg-rigest-main {
    position: absolute;
    left: 200%;
    top: 0;
    width: 100%;
}

.Jy-dialogTwo-goReg {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 30px 15px;
    color: #999;
}

.Jy-dialogTwo-forgetPwd {
    display: block;
    padding: 15px;
    text-align: right;
    color: #999;
    font-size: 14px;
}

.Jy-dialogTwo-goReg span,
.Jy-dialogTwo-goReg i {
    font-style: normal;
    color: #63C0AC;
}

.Jy-dialogTwo-goReg i {
    position: relative;
    font-size: 12px;
}

.author-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.author-name {
    display: flex;
    justify-content: space-between;
}

.author-name .author-img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #f2f2f2 center center no-repeat;
    background-size: cover;
    margin-right: 10px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}

.author-name .push-time {
    font-size: 12px;
    color: #999;
}

.author-info .fw-butn {
    display: inline-block;
    padding: 0 4px;
    border-radius: 2px;
    border: 1px solid #f2f2f2;
    color: #999;
    font-size: 12px;
}

.author-info .fw-butn_act {
    border: 1px solid #63C0AC;
    color: #63C0AC;
}

.author-info .fw-butn i {
    font-size: 12px;
}

.tag_list_box {
    display: flex;
    padding: 15px 0;
}

.tag_list_box a {
    margin-right: 10px;
    font-size: 14px;
    background: #63C0AC;
    color: #fff;
    border-radius: 2px;
    padding: 0 5px;
}

.art-tools {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
}

.art-tools i {
    position: relative;
    left: -2px;
}

.user-colle-main {
    height: 70px;
    margin: 0 15px;
    position: relative;
}

.user-colle-main .user-colle-box {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(4, 135, 112, .1);
    border: 1px solid #EDF7F5;
}

.user-colle-box .colle-item {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    cursor: pointer;
}

.colle-item span {
    display: block;
    font-size: 12px;
    color: #999;
}

.colle-item .count-num {
    font-size: 50px;
    color: #63C0AC;
    font-style: normal;
    font-family: 'ReductoCondSSK';
    height: 62px;
    position: relative;
    top: -5px;
}

.head-flex-top {
    height: 50px;
}

.head-top-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

.head-top-container .head-top-box {
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
    padding: 4px 15px;
    box-sizing: border-box;
}

.head-top-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-top-main .top-back-butn {
    font-size: 16px;
    color: #333;
}

.head-top-main .top-back-butn i {
    font-size: 20px;
    color: #333;
    position: relative;
    top: 2px;
}

.head-top-container .rq-logo-box {
    display: flex;
    align-items: center;
}

.head-top-container .rq-logo-box span {
    font-size: 18px;
    color: #333;
}

.head-top-container .rq-logo-box .rq-logo-main {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    margin-right: 10px;
    background: url('/Public/Minisite/Images/Default/mobtoplogo.jpg') center center #37761d;
    background-size: cover;
}

.head-top-container .art-nav-main {
    cursor: pointer;
}

.head-top-container .art-nav-main i {
    font-size: 26px;
    color: #333;
}

.top-back-container {
    display: flex;
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.top-back-container .top-back-butn {
    font-size: 16px;
    color: #333;
}

.top-back-container .top-back-butn i {
    font-size: 20px;
    color: #333;
    position: relative;
    top: 2px;
}

.author_copyMark {
    font-size: 14px;
    color: #666;
    padding: 15px 0;
}

.leave-msg-container {
    margin: 15px;
}

.user-dis-title {
    padding: 15px 0 20px;
}

.leave-msg-container .user-write-box textarea {
    width: 100%;
    height: 80px;
    border: 0;
    font-size: 16px;
    font-family: '微软雅黑';
}

.main-title-container .leave-write-butn {
    color: #63C0AC;
    font-size: 14px;
}

.leave-msg-list {
    list-style: none;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

.leave-msg-list .msg-item .msg-main {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}

.leave-msg-list .msg-item:last-child .msg-main {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.leave-msg-list .msg-item .msg-img,
.leave-msg-list .msg-item .msg-content {
    display: table-cell;
    vertical-align: top;
}

.leave-msg-list .msg-item .msg-img {
    width: 20%;
}

.leave-msg-list .msg-item .msg-img i {
    display: block;
    width: 80%;
    padding-bottom: 80%;
    background: center center;
    background-size: cover;
    border-radius: 100%
}

.leave-msg-list .msg-item .msg-content .msg-name {
    color: #666;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.leave-msg-list .msg-item .msg-content .msg-name span:first-child {
    margin-right: 10px;
}

.leave-msg-list .msg-item .msg-content .msg-name span:last-child {
    color: #63C0AC;
    font-size: 14px;
}

.leave-msg-list .msg-item .msg-content .msg-info {
    margin-bottom: 10px;
}

.leave-msg-list .msg-item .msg-content .msg-info:last-child {
    margin-bottom: 0;
}

.leave-msg-list .msg-item .msg-content .msg-author {
    color: #666;
}

.leave-msg-list .msg-item .msg-content .msg-author i {
    display: inline-block;
    height: 15px;
    width: 3px;
    background: #63C0AC;
    position: relative;
    top: 2px;
    left: -5px;
}

#userDisListBox {
    padding: 0;
}

#userDisListBox li {
    padding: 0 15px;
}

#userDisListBox li .msg-main {
    padding: 10px 0;
    margin-bottom: 10px;
}

.article_option {
    text-align: center;
    padding: 30px 30px 20px;
}

.article_option .opt-item {
    display: inline-block;
    margin-right: 60px;
}

.article_option .opt-item:last-child {
    margin-right: 0;
}

.article_option .opt-item .opt-icon {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: #f2f2f2;
    margin: 0 auto 5px;
    text-align: center;
}

.article_option .opt-item .opt-icon i {
    color: #999;
    font-size: 24px;
}

.article_option .opt-item .colle-text {
    color: #666;
    font-size: 14px;
}

.article_option .opt-act .opt-icon {
    background: #63C0AC;
}

.article_option .opt-act .colle-text {
    color: #63C0AC;
}

.article_option .opt-act .opt-icon i {
    color: #fff;
}

.stay-word-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #EAEAEA;
}

.stay-word-container .stay-table {
    width: 100%;
}

.stay-word-container .stay-table tr td {
    padding: 10px;
    border: 0;
}

.stay-table .stay-input {
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #f2f2f2;
    border: 0;
    padding: 0 15px;
    color: #999;
    font-size: 14px;
}

.stay-table .stay-submit {
    width: 120px;
}

.stay-table .stay-submit a {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.stay-table .stay-submit a:last-child {
    margin-right: 10px;
}

.stay-table .stay-submit .opt-act i,
.stay-table .stay-submit .opt-act span {
    color: #63C0AC;
}

.comment-content-main .textarea-main {
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
}

.comment-content-main .textarea-main textarea {
    display: block;
    width: 100%;
    height: 110px;
    font-size: 14px;
    border: 0;
    overflow-y: auto;
    font-family: '微软雅黑';
}

.comment-content-main .comment-foot {
    height: 30px;
}

.search-top-container {
    padding: 40px 15px 16px;
    background: #63c0ac;
    color: #fff;
}

.search-top-container .search-logo {
    display: block;
    width: 100px;
    height: 60px;
    background: url('https://rq-cn.oss-cn-shenzhen.aliyuncs.com/wx_mini/images/white_logo.png') center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.search-top-container .search-logo img {
    width: 100%;
    display: block;
}

.search-top-container .search-title {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}

.search-top-container .search-inputbox {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px 1px rgba(4, 39, 31, .1);
    position: relative;
    height: 54px;
}

.search-top-container .def-search-name {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 16px;
    color: #999;
    height: 54px;
    line-height: 54px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-top-container .def-search-name i {
    font-size: 26px;
    display: inline-block;
    margin-right: 5px;
    color: #999;
}

.search-top-container .search-inputbox input {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 100%;
    height: 54px;
    font-size: 16px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 10px 0 50px;
    opacity: .1;
}

.search-top-container .input-search-icon {
    position: absolute;
    height: 54px;
    line-height: 54px;
    padding-left: 10px;
    display: none;
}

.search-top-container .input-search-icon i {
    display: inline-block;
    font-size: 28px;
    color: #999;
}

.search-top-container .search-tag-list {
    text-align: center;
}

.search-top-container .search-tag-list a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
}

.search-push-container {
    padding: 20px 15px 60px;
}

.push-list-box {
    background: #fff;
    list-style: none;
    border-radius: 4px;
    overflow: hidden;
}

.push-list-box .push-item {
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.push-list-box .push-item:last-child {
    margin-bottom: 0;
    text-align: center;
}

.push-list-box .push-item:last-child a {
    color: #999;
}

.push-list-box .push-item .push-table {
    display: table;
    width: 100%;
    color: #333;
}

.push-list-box .push-item .push-table .push-td {
    display: table-cell;
    vertical-align: top;
}

.push-list-box .push-item .push-table .push-td h6 {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: normal;
}

.push-list-box .push-item .push-table .push-td p {
    color: #999;
    font-size: 14px;
}

.push-list-box .push-item .push-table .push-td h6,
.push-list-box .push-item .push-table .push-td p {
    padding-right: 15px;
}

.push-list-box .push-item .push-table .push-td:last-child {
    width: 20%;
}

.push-list-box .push-item .push-table .push-td:last-child i {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background: #63c0ac center center;
    background-size: cover;
    border-radius: 4px;
}


/*修改框架*/

.weui-tab__content {
    padding-bottom: 30px;
}

.weui-tab {
    height: auto;
}

.weui-tabbar__item {
    padding: 0;
}

.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
    color: #63c0ac;
}

.weui-search-bar__label i,
.weui-search-bar__label span {
    margin-top: 6px;
    display: inline-block;
}

.weui-tabbar .weui-tabbar__item .weui-tabbar__icon {
    font-size: 28px !important;
}

.weui-news-item {
    border-bottom: 1px solid #F0EEEE;
    padding: 15px 0;
}

.weui-news-item .pageUrl {
    width: 100%;
    display: block;
}

.weui-news-inner {
    display: flex;
    align-items: flex-start;
}

.weui-news-inners {
    padding-top: 0;
    padding-right: 15px;
}

.weui-news-media {
    padding: 0;
    width: 22%;
    padding-bottom: 22%;
    background: #f2f2f2 center center;
    background-size: cover;
    border-radius: 5px;
}

.weui-news-title {
    font-size: 16px;
    line-height: 22px;
    -webkit-line-clamp: 3;
}

.weui-news-text {
    display: block;
    width: 100%;
}

.weui-news-infoitem {
    font-size: 14px !important;
    color: #999;
    flex-wrap: wrap;
}

.weui-news-infoitem .tag_more_lst {
    display: inline-block;
    margin: 5px 10px 5px 0;
    font-size: 12px;
    background: #63C0AC;
    color: #fff;
    border-radius: 2px;
    padding: 0 5px;
}

.bottom-nav-container {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 199;
    width: 100%;
    background: #F7F7FA;
}

@supports (bottom: env(safe-area-inset-bottom)) {
    body,
    .bottom-nav-container {
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }
    .weui-actionsheet__action {
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }
}

.tab-bottom {
    border-top: 1px solid #E4E4E8;
    position: static;
    padding-bottom: 5px;
}

.weui-tabbar:before {
    position: static;
}

.weui-search-bar {
    background: #EDEDED;
}

.weui-search-bar__label {
    border-radius: 5px;
}

.weui-search-bar__cancel-btn {
    color: #333;
}

.weui-search-bar__form {
    border-radius: 5px;
}

.weui-search-bar__box .weui-search-bar__input {
    min-height: 26px;
}

.weui-search-bar__form:after,
.weui-search-bar:before,
.weui-search-bar:after {
    border: 0;
}

.weui-c-like,
.weui-c-like span {
    color: #63C0AC;
}

.weui-loadmore_line .weui-loadmore__tips {
    background-color: #EDEDED;
}

.weui-btn_primary {
    background: #63C0AC;
}

.weui-btn_primary:not(.weui-btn_disabled):active {
    background: #409B89;
}

.weui-btn:after {
    border: 0;
}

.page-hd {
    padding: 0 15px 10px;
}

.page-hd-title {
    font-weight: bold;
}

.weui-label {
    font-weight: normal;
}

.weui-agree,
.Jy-agree {
    display: inline-block;
    margin-top: 10px;
    padding-right: 0;
}

.Jy-agree a {
    color: #63C0AC;
}

.weui-toast_content {
    font-size: 14px;
}

.weui-dialog__title {
    font-size: 16px;
}

.weui-c-title {
    text-align: justify;
}

.weui-dialog__title {
    color: #999;
}

.weui-dialog__bd {
    color: #333;
}

.weui-swiped-btn_default {
    background: #4C4C4C;
    color: #fff;
}

.weui-news-list {
    list-style: none;
}

.weui-btn_loading.weui-btn_primary {
    background: #048770;
}

.color-primary {
    color: #63C0AC;
}

.weui-c-article p {
    text-indent: 0;
}

.weui-toast--forbidden .weui-icon_toast {
    color: #fff;
}

.no-right-read {
    text-align: center;
    padding: 50px;
    color: #333;
    background: #f2f2f2;
}

.viewUserContainer {
    border-bottom: 1px solid #f2f2f2;
}

.viewUserContainer .viewUserTable {
    width: 100%;
    border: 0;
    margin-bottom: 15px;
}

.viewUserContainer .viewUserTable tr td {
    padding: 0;
    vertical-align: top;
    border: 0;
}

.viewUserContainer .viewUserTable tr td .viewIconBox {
    display: inline-block;
    padding-top: 3px;
}

.viewUserContainer .viewUserTable tr td .viewIconBox i {
    font-size: 20px;
    color: #63C0AC;
}

.viewUserList {
    margin-left: 15px;
}

.viewUserList li {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover;
}

.viewUserList .viewItem {
    background-color: #D8D8D8;
    background: url('/Public/Minisite/Images/Icon/ic_account_56@3x.png') center center no-repeat #D8D8D8;
    background-size: cover;
    margin-left: -10px;
    border: 2px solid #fff;
}

.viewUserList li img {
    width: 100%;
    display: block;
}

.viewUserList li .omit {
    font-size: 30px;
    color: #999;
}

.Jy-formGroup {
    padding-bottom: 10px;
}

.Jy-logoMark {
    margin-top: 30px;
}

.third-login {
    padding: 15px;
    margin: 0 auto;
    display: none;
}

.third-login .third-title {
    width: 100%;
}

.third-login .third-title,
.third-login .third-title tr td {
    border: none;
}

.third-login .third-title td {
    width: 33.33%;
    vertical-align: middle;
    padding: 0 0 20px;
    text-align: center;
    color: #999;
}

.third-login .third-title i {
    display: block;
    height: 2px;
    background: #f2f2f2;
}

.third-login .third-butn-wx {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background: url('/Public/Minisite/Images/Pay/wxpay.png') center center no-repeat #00AE19;
    background-size: 80%;
    margin: 0 auto;
}