/* 基础样式 */

wf-pop *,
wf-sns * {
    box-sizing: border-box;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #333;
    /* 用来解决在安卓上的点击出现篮框问题 */
    -webkit-tap-highlight-color: transparent;
}

wf-container {
    width: 100%;
    /* overflow-y: unset; */
}


/* mjx-container 样式 */

wf-sns mjx-container * {
    font-family: MJXZERO, MJXTEX;
}

wf-sns {
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0;
    max-width: 960px;
    position: relative;
}


/*清除浮动代码*/

.clearfloat:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0;
}

img.avatar-img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 25px;
}

img.avatar-img-small {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 15px;
}

ul,
ol,
li {
    list-style-type: none;
}

wf-user {
    display: inline-block;
    width: auto;
    color: #2d64b3;
    cursor: pointer;
    position: relative;
    line-height: normal;
}


/* tab栏切换容器 */

tab tab-nav:hover {
    color: #48d;
}

tab tab-nav.active {
    border: none;
    border-bottom: 2px solid #48d;
    background-color: transparent;
    color: #48d;
}

tab-nav.hot {
    position: relative;
}

tab-nav.hot wf-span.hot {
    position: absolute;
    top: 1px;
    left: 32px;
}

wf-sns tab.l2 {
    border: none;
    padding: 0px;
    margin: 0px;
}

wf-sns tab.l2 tab-nav {
    border: 1px;
    border-radius: 0px;
    font-size: 12px;
    vertical-align: middle;
    line-height: 28px;
    cursor: pointer;
    margin: 0 3px 0 0;
}

wf-sns tab.l2 tab-nav.active {
    background-color: #eee;
    color: #333;
}

multiview {
    display: block;
    position: relative;
}

view {
    display: none;
}

view.active {
    display: block;
}


/* 第三方评论 */

wf-comment {
    font: 13px Arial, sans-serif;
    color: #333;
    box-sizing: border-box;
    position: relative;
    margin: 0px;
    padding: 0px;
}


/* 按钮 */

wf-button {
    width: auto;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0px 15px;
    margin: 0px 3px;
    cursor: pointer;
}

wf-button:hover {
    background-color: #f8f8f8;
}

wf-p {
    display: block;
    color: #333;
}

wf-span {
    display: inline-block;
    color: #333;
}

wf-ip-inner {
    display: block;
    text-align: center;
}

wf-ip {
    font-size: 12px;
    color: #777;
    padding: 0 10px;
}

wf-region {
    font-size: 12px;
    color: #777;
}

wf-ip wf-span {
    font-size: 12px;
    color: #777;
}

wf-badge {
    display: inline-block;
    position: relative;
    min-width: 30px;
}

wf-badge .img_badge {
    position: absolute;
    right: 5px;
    left: 0;
    top: -15px;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    vertical-align: top;
}

excellent-badge {
    display: inline-block;
}

excellent-badge wf-badge {
    margin: 0 17px 0 0;
}

message-read-count {
    display: block;
    right: 0px;
    top: -2px;
    position: absolute;
    color: #777;
    padding: 0px 3px 3px 3px;
    text-align: center;
}

create-time {
    display: inline-block;
    color: #777;
    font-size: 12px;
    vertical-align: middle;
}

create-time.wf-cursor-pointer {
    cursor: pointer;
}

edit-state {
    display: inline-block;
    margin: -2px 0 0 5px;
    vertical-align: top;
}

edit-state t.wf-cursor-pointer {
    cursor: pointer;
}


/* thin 弹框样式 */


/* 弹出窗体 */

popheader {
    display: block;
    background-color: #81c5ba;
    padding: 0 10px;
    color: #fff;
    position: relative;
    font-size: 14px;
}

popdialog {
    display: block;
    position: relative;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

closeicon {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

popmask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

popmask popheader {
    height: 30px;
    line-height: 30px;
}

popbody {
    display: block;
    padding: 5px 10px;
}

popbody div {
    margin: 15px 0;
}

popbody span {
    font-size: 12px;
    margin-left: 15px;
}

popbody upload-image-container {
    top: 25px;
    display: block;
}


/* tab栏切换容器 */

tab {
    display: block;
    border-bottom: 1px solid rgb(221, 221, 221) !important;
    padding: 0;
    margin: 20px 0 10px 0;
    display: block;
}

tab tab-nav {
    height: 40px;
    border: none;
    color: #3c3c3c;
    line-height: 28px;
    padding: 5px 15px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
}

tab tab-nav:hover {
    color: #48d;
}

tab tab-nav.active {
    border: none;
    border-bottom: 2px solid #48d;
    background-color: transparent;
    color: #48d;
}


/*基本样式和markdown适配*/

wf-h1 {
    display: block;
    font-size: 18px;
    padding: 8px 0px;
    color: #2d64b3;
}

wf-h2 {
    display: block;
    font-size: 16px;
    padding: 6px 0px;
    color: #2d64b3;
}

wf-h3 {
    display: block;
    font-size: 14px;
    padding: 4px 0px;
    color: #2d64b3;
}

wf-h4 {
    display: block;
    font-size: 12px;
    padding: 2px 0px;
    color: #2d64b3;
}

wf-h5 {
    display: block;
    font-size: 10px;
    padding: 1px 0px;
    color: #2d64b3;
}

wf-h6 {
    font-size: 8px;
    padding: 0px 0px;
    color: #2d64b3;
}


/*wf.pop样式*/

wf-pop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

wf-popwindow {
    display: block;
    height: 100%;
    width: auto;
    /* max-width: 780px; */
    background-color: #fff;
    position: relative;
    margin: auto;
}

wf-popbody {
    display: block;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

wf-closeicon {
    display: block;
    z-index: 101;
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    right: -20px;
    top: 5px;
}

wf-pop wf-pulldown {
    z-index: 101;
}


/*悬浮用户卡片*/

wf-sns del wf-user {
    text-decoration: none;
}

wf-user {
    display: inline-block;
    width: auto;
    color: #2d64b3;
    cursor: pointer;
    position: relative;
    line-height: normal;
}

wf-user a {
    color: #2d64b3;
}

wf-user:hover {
    /* color: #76abec; */
    cursor: pointer;
}

wf-user wf-p {
    margin: 10px 0;
}

wf-user wf-p.wf_p_img {
    display: block;
    position: relative;
}

wf-user .wf_p_img .img_v {
    display: block;
    position: absolute;
    right: 120px;
    top: 30px;
}

wf-postcard {
    display: block;
    width: 300px;
    height: auto;
    color: #333;
    cursor: pointer;
    position: absolute;
    z-index: 10001;
    padding: 20px 0 0 0;
}

wf-postcard wf-postcard-inner {
    display: block;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0px 0px 5px #333;
    margin: 0;
}

wf-userinfo {
    display: block;
    text-align: center;
}

wf-postcard wf-userinfo wf-p {
    margin: 10px 0;
}

wf-postcard wf-p .profile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

wf-postcard wf-p.wf_p_img {
    display: block;
    position: relative;
}

wf-postcard .img_v {
    display: block;
    position: absolute;
    right: 120px;
    top: 30px;
}

wf-postcard wf-span.info {
    width: 50px;
}

wf-postcard wf-span.info_conent {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
    text-align: center;
    width: auto;
    max-width: calc(100% - 50px);
}

wf-postcard wf-userinfo .user_sex {
    position: relative;
    text-align: center;
    width: 20px;
    margin: 0 0 0 5px;
}

wf-postcard wf-userinfo .user_sex .img_sex {
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
}

wf-useroperate {
    display: block;
    text-align: center;
}

user-mes {
    display: block;
    width: 100%;
    /* height: 20px; */
    text-align: center;
    margin: 0 0 10px 0;
}

user-mes wf-p {
    display: inline-block;
    margin: 0 10px 0 0;
}

user-ope {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

user-ope a {
    display: block;
    color: #333;
    margin: 7px 0 0 0;
    display: inline-block;
}

user-ope a.follow-show {
    display: inline-block;
}

user-ope a.follow-hide {
    display: none;
}


/* 本地用户卡片*/

wf-usercard {
    display: block;
    max-width: 300px;
    height: 230px;
    text-align: center;
    z-index: 99;
}

wf-usercard wf-userinfo {
    display: block;
    width: 100%;
    height: auto;
}

wf-usercard wf-userinfo wf-p {
    margin: 10px 0 0 0;
}

wf-usercard wf-p.wf_p_img {
    display: block;
    position: relative;
}

wf-usercard .wf_p_img .img_v {
    display: block;
    position: absolute;
    right: 74px;
    top: 29px;
}

wf-usercard wf-p .profile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

wf-usercard wf-userinfo wf-p.user_profile {
    font-size: 14px;
}

wf-usercard wf-p.user_profile wf-span.info {
    width: 50px;
}

wf-usercard wf-p.user_profile wf-span.info_conent {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
    text-align: center;
    width: auto;
    max-width: calc(100% - 50px);
}

wf-usercard user-ope {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 10px 0 0 0;
}

wf-usercard user-ope ope-wrap {
    display: inline-block;
    width: 30%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 10px 0 0 0;
    cursor: pointer;
}


/* 本地别人用户卡片*/

wf-other-usercard {
    display: block;
    width: 100%;
    min-width: 15%;
    min-height: 15%;
    height: auto;
    z-index: 99;
}

wf-other-usercard user-ope {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 10px 0 0 0;
}

wf-other-usercard user-ope ope-wrap {
    display: inline-block;
    box-sizing: border-box;
    width: 33.3%;
    min-width: 15%;
    border: 1px solid #ccc;
    padding: 10px 0;
    float: left;
}

wf-other-usercard wf-nickname-profile {
    width: 100%;
    display: block;
    text-align: left;
}

wf-other-usercard wf-nickname-profile wf-nickname {
    float: left;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

wf-other-usercard wf-nickname-profile wf-profile {
    width: 40%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    /* line-height: 28px; */
}

wf-other-usercard wf-nickname-profile wf-user-level {
    float: left;
    margin-left: 15px;
}

wf-other-usercard wf-user-experience-name {
    padding: 0;
}


/* 帖子开始模块 */


/* mjx-container 样式 */

wf-sns mjx-container * {
    font-family: MJXZERO, MJXTEX;
}


/* 功能禁用的类名 */

.wf-disable {
    pointer-events: none;
}


/* wf-no-login */

wf-no-login {
    display: block;
    width: 95%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: solid 1px #ccc;
    font-family: monospace;
    margin: 0 10px;
}

wf-button#more {
    width: 100%;
    background-color: rgba(250, 250, 250, 0.6);
    margin: 0px;
    padding: 5px;
    text-align: center;
    height: auto;
}

wf-button#more:hover {
    background-color: #f8f8f8;
}

wf-tag,
wf-user-tag {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 2px;
    border: 1px solid #f8ac59;
    color: #f8ac59;
    border-radius: 5px;
    margin: 0 3px;
    text-align: center;
    width: 44px;
    vertical-align: top;
}

message-read-count {
    display: block;
    right: 0px;
    top: -2px;
    position: absolute;
    color: #777;
    padding: 0px 3px 3px 3px;
    text-align: center;
}

create-time {
    display: inline-block;
    color: #777;
    font-size: 12px;
    vertical-align: middle;
}

create-time.wf-cursor-pointer {
    cursor: pointer;
}

edit-state {
    display: inline-block;
    margin: -2px 0 0 5px;
    vertical-align: top;
}

edit-state t.wf-cursor-pointer {
    cursor: pointer;
}

wf-sns textarea {
    width: 100%;
    border: solid 1px #ccc;
    resize: none;
    outline: none;
    font-family: monospace;
    padding: 5px;
    line-height: 20px;
    word-break: break-all;
    white-space: pre-wrap;
    text-align: left;
    overflow-y: auto;
    min-height: 80px;
    background-color: #f8f8f8;
}

wf-sns wf-pulldown-font {
    display: block;
    position: absolute;
    right: -30px;
    top: -2px;
    background: url('https://com.wf.pub/img/s-angle-down.png') no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

wf-sns wf-pulldown,
wf-comment wf-pulldown {
    display: block;
    position: absolute;
    border: solid 1px #ccc;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 3px 1px rgb(0 0 0 / 20%);
    word-break: none;
    font-size: 14px;
    font-weight: normal;
    z-index: 100;
}

wf-sns wf-pulldown-font wf-pulldown {
    right: 0px;
    top: 16px;
    min-width: 140px;
    display: grid;
    text-align: center;
}

wf-sns wf-pulldown.wf-atwho-view {
    text-align: left;
}

wf-sns wf-pulldown wf-li {
    display: block;
}

wf-sns wf-pulldown wf-li:hover {
    cursor: pointer;
}

.wf-li-select {
    background: #498dda;
    padding-left: 10px;
    color: #fff;
}

wf-article.wf-article-content {
    display: none;
}

wf-article-content {
    display: block;
    position: relative;
}

wf-article img {
    max-width: 95%;
}

wf-article {
    display: block;
    height: auto;
    width: 100%;
}

wf-article ul li {
    list-style-type: square;
    overflow: hidden;
    list-style-position: inside;
}

wf-article ol li {
    list-style-type: decimal;
    overflow: hidden;
    list-style-position: inside;
}

upload-image-container {
    display: none;
}


/* 表情 */

wf-emoji-picker {
    display: inline-block;
    position: relative;
}

.fg-emoji-picker {
    width: 250px !important;
    text-align: left;
}


/** 消息大图样式 **/

.viewer-zoom-in::before,
.viewer-zoom-out::before,
.viewer-one-to-one::before,
.viewer-reset::before,
.viewer-prev::before,
.viewer-play::before,
.viewer-next::before,
.viewer-rotate-left::before,
.viewer-rotate-right::before,
.viewer-flip-horizontal::before,
.viewer-flip-vertical::before,
.viewer-fullscreen::before,
.viewer-fullscreen-exit::before,
.viewer-close::before {
    /* 如果需要图片别的功能，需要找UI小姐姐加一下图标 */
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC'); */
    background-image: url('https://com.wf.pub/img/viewer_img.png');
    background-repeat: no-repeat;
    background-size: 420px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 40px;
    /* line-height: 0; */
    width: 40px;
}

.viewer-zoom-in::before {
    background-position: 9px 9px;
    content: 'Zoom In';
}

.viewer-zoom-out::before {
    background-position: -39px 9px;
    content: 'Zoom Out';
}

.viewer-one-to-one::before {
    background-position: -84px 9px;
    content: 'One to One';
}

.viewer-reset::before {
    background-position: -84px 9px;
    content: 'Reset';
}

.viewer-prev {
    position: fixed;
    top: 48%;
    left: 4%;
}

.viewer-prev::before {
    background-position: -135px 7px;
    content: 'Previous';
}

.viewer-play::before {
    background-position: -178px 7px;
    content: 'Play';
}

.viewer-next {
    position: fixed;
    top: 48%;
    right: 26%;
}

.viewer-next::before {
    background-position: -178px 7px;
    content: 'Next';
}

.viewer-rotate-left::before {
    background-position: -223px 9px;
    content: 'Rotate Left';
}

.viewer-rotate-right::before {
    background-position: -265px 9px;
    content: 'Rotate Right';
}

.viewer-flip-horizontal::before {
    background-position: -309px 9px;
    content: 'Flip Horizontal';
}

.viewer-flip-vertical::before {
    background-position: -352px 8px;
    content: 'Flip Vertical';
}

.viewer-fullscreen::before {
    background-position: -400px -3px;
    content: 'Enter Full Screen';
}

.viewer-fullscreen-exit::before {
    background-position: -400px 20px;
    content: 'Exit Full Screen';
}

.viewer-close::before {
    background-position: -400px 20px;
    content: 'Close';
}

.viewer-container {
    bottom: 0;
    direction: ltr;
    font-size: 0;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.viewer-container::-moz-selection,
.viewer-container *::-moz-selection {
    background-color: transparent;
}

.viewer-container::selection,
.viewer-container *::selection {
    background-color: transparent;
}

.viewer-container img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
}

.viewer-canvas {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.viewer-canvas>img {
    height: auto;
    margin: 15px auto;
    max-width: 90% !important;
    width: auto;
}

.viewer-footer {
    bottom: 0;
    left: 0;
    /* overflow: hidden; */
    position: absolute;
    right: 0;
    text-align: center;
}

.viewer-navbar {
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.viewer-list {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 1px 0;
}

.viewer-list>li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: 0.5;
    overflow: hidden;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    width: 30px;
}

.viewer-list>li:hover {
    opacity: 0.75;
}

.viewer-list>li+li {
    margin-left: 1px;
}

.viewer-list>.viewer-loading {
    position: relative;
}

.viewer-list>.viewer-loading::after {
    border-width: 2px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
}

.viewer-list>.viewer-active,
.viewer-list>.viewer-active:hover {
    opacity: 1;
}

.viewer-player {
    background-color: #000;
    bottom: 0;
    cursor: none;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.viewer-player>img {
    left: 0;
    position: absolute;
    top: 0;
}

.viewer-toolbar>ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 3px 0;
}

.viewer-toolbar>ul>li {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
    width: 40px;
}

.viewer-toolbar>ul>li:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.viewer-toolbar>ul>li::before {
    margin: 2px;
}

.viewer-toolbar>ul>li+li {
    margin-left: 1px;
}

.viewer-toolbar>ul>.viewer-small {
    height: 18px;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 18px;
}

.viewer-toolbar>ul>.viewer-small::before {
    margin: -1px;
}

.viewer-toolbar>ul>.viewer-large {
    height: 30px;
    margin-bottom: -3px;
    margin-top: -3px;
    width: 30px;
}

.viewer-toolbar>ul>.viewer-large::before {
    margin: 5px;
}

.viewer-tooltip {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    color: #fff;
    display: none;
    font-size: 12px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin-left: -25px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}

.viewer-title {
    color: #ccc;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin: 0 5% 5px;
    max-width: 90%;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    white-space: nowrap;
}

.viewer-title:hover {
    opacity: 1;
}

.viewer-button {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    overflow: hidden;
    position: absolute;
    right: -40px;
    top: -40px;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
    width: 80px;
}

.viewer-button:focus,
.viewer-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.viewer-button::before {
    bottom: 15px;
    left: 15px;
    position: absolute;
}

.viewer-fixed {
    position: fixed;
}

.viewer-open {
    overflow: hidden;
}

.viewer-show {
    display: block;
}

.viewer-hide {
    display: none;
}

.viewer-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
    visibility: hidden;
}

.viewer-move {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.viewer-fade {
    opacity: 0;
}

.viewer-in {
    opacity: 1;
}

.viewer-transition {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@-webkit-keyframes viewer-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes viewer-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.viewer-loading::after {
    -webkit-animation: viewer-spinner 1s linear infinite;
    animation: viewer-spinner 1s linear infinite;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
}

@media (max-width: 767px) {
    .viewer-hide-xs-down {
        display: none;
    }
}

@media (max-width: 991px) {
    .viewer-hide-sm-down {
        display: none;
    }
}

@media (max-width: 1199px) {
    .viewer-hide-md-down {
        display: none;
    }
}


/*基本样式和markdown适配*/

wf-sns h1 {
    display: block;
    font-size: 18px;
    padding: 8px 0px;
    color: #2d64b3;
}

wf-sns h2 {
    display: block;
    font-size: 16px;
    padding: 6px 0px;
    color: #2d64b3;
}

wf-sns h3 {
    display: block;
    font-size: 14px;
    padding: 4px 0px;
    color: #2d64b3;
}

wf-sns h4 {
    display: block;
    font-size: 12px;
    padding: 2px 0px;
    color: #2d64b3;
}

wf-sns h5 {
    display: block;
    font-size: 10px;
    padding: 1px 0px;
    color: #2d64b3;
}

wf-sns h6 {
    font-size: 8px;
    padding: 0px 0px;
    color: #2d64b3;
}

wf-sns p {
    display: block;
    padding: 3px 0px;
    line-height: unset;
    white-space: pre-wrap;
    word-break: break-all;
    overflow: hidden;
    margin: 3px 0px;
}

wf-sns a {
    color: #2d64b3;
    word-wrap: break-word;
}

wf-sns strong,
wf-sns strong * {
    font-weight: bold;
}

wf-sns em,
wf-sns em * {
    font-style: italic;
}

wf-sns del,
wf-sns del * {
    text-decoration: line-through;
}

wf-sns hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #ccc;
}

wf-sns ul {
    /*无序列表*/
    padding: 0;
    margin: 0 0 0 20px;
    list-style-type: disc;
}

wf-sns ol {
    /*有序列表*/
    padding: 0;
    margin: 0 0 0 20px;
    list-style-type: decimal;
}

wf-sns blockquote {
    /*引用*/
    background-color: #f8f8f8;
    border-left: solid 5px #ccc;
    padding-left: 10px;
}

wf-sns pre {
    background-color: #edf6fe;
    border: 1px solid #e1e1e8;
    padding: 10px;
    font-family: monospace;
}

wf-sns pre code {
    /* 代码块 */
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #edf6fe;
    color: #333;
    overflow: auto;
    border-radius: 4px;
}

wf-sns code {
    /*代码块*/
    background-color: #edf6fe;
    color: #333;
    overflow: auto;
    padding: 3px 5px;
    border-radius: 4px;
}

wf-sns mjx-container {
    overflow: auto;
}

wf-sns mjx-line {
    display: block;
    box-sizing: border-box;
    min-height: 1px;
    height: 0.001em;
    background: #333;
    border: 0;
    margin: 0;
    overflow: hidden;
}

wf-sns mjx-line[type='d'] {
    margin: 0;
}


/*wf.pop样式*/

wf-pop wf-pulldown {
    z-index: 101;
}


/* 发帖 */

wf-messagesender {
    position: relative;
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 10px 0px;
    padding: 10px 0px;
    border-radius: 5px;
}

wf-messagesender wf-messagesender-handle {
    display: block;
    width: 100%;
}

wf-messagesender wf-messagesender-handle .message_send {
    float: right;
}

wf-messagesender wf-messagesender-handle .message-range-select {
    width: auto;
    background: inherit;
    border: none;
    float: right;
    height: 24px;
}


/* 消息定时 */

.timer-conten #laydate {
    padding: 14px;
    width: 100px;
    margin: 0px 6px;
}

.timer-conten select,
.timer-conten input {
    background: white;
    caret-color: #333;
    padding: 3px;
    border: solid 1px #d2d2d2;
    outline: none;
    height: 30px;
    padding: 0 6px;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
}

.timer-conten .cancel-link,
.timer-conten .open-timer-manager,
.back-to-index {
    cursor: pointer;
    color: #2d64b3;
    float: right;
    margin: 7px;
}

wf-messagesender wf-messagesender-handle .wf-messagesender-timer {
    float: right;
}

.timer-conten {
    margin: 0px 10px;
    background-color: #f5f7fa;
    padding: 10px;
}


/* 图片 */

wf-messagesender-handle wf-messagesender-img {
    display: inline-block;
    width: auto;
    position: relative;
}

wf-messagesender upload-image-container {
    position: absolute;
    display: none;
    width: auto;
    max-width: 340px;
    min-width: 340px;
    padding: 16px;
    background: #fff;
    border: 1px solid #d4d2d2;
    z-index: 6;
    box-shadow: 0 0 10px #c7c7c7;
    top: 27px;
    left: 2px;
}

upload-image-container::before,
upload-image-container::after {
    border: solid transparent;
    content: ' ';
    height: 0;
    bottom: 100%;
    position: absolute;
    width: 0;
}

upload-image-container::before {
    border-width: 12px;
    border-bottom-color: #d4d2d2;
    left: 18px;
}

upload-image-container h4 {
    font-weight: normal;
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 2px 0px;
    color: #2d64b3;
    margin: 2px 0;
}

upload-image-container h4 i {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    color: #797979;
}

wf-messagesender-handle ul.upload-img-list {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 10px 5px;
    list-style-type: none;
}

wf-messagesender-handle ul.upload-img-list li {
    width: 80px;
    height: 80px;
    cursor: pointer;
    float: left;
    margin: 0 10px 10px 0;
}

wf-messagesender-handle ul.upload-img-list li.upload-img-list-item {
    position: relative;
}

wf-messagesender-handle ul.upload-img-list li.upload-img-list-button {
    position: relative;
    z-index: 1;
    display: list-item;
    font-size: 70px;
    color: #999;
    border: 2px dashed #797979;
    text-align: center;
    line-height: 72px;
}

wf-messagesender-handle li.upload-img-list-item img {
    width: 84px;
    height: 84px;
    display: inline;
}

wf-messagesender-handle li.upload-img-list-item b {
    position: absolute;
    right: -4px;
    top: 0;
    display: none;
    font-size: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    z-index: 8;
}


/* 适配移动端样式 */

wf-messagesender-handle li.upload-img-list-item b.show-img-item {
    display: inline-block;
    background: rgba(20, 20, 20, 0.8);
}

wf-messagesender-handle li.upload-img-list-item i {
    width: 84px;
    height: 84px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(74, 74, 74, 0.6);
    display: none;
}

.upload-img-list-item wf-loading-content {
    width: 84px;
    height: 84px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background: #fff;
}

.upload-img-list-item .wf_loading {
    margin-top: 18px;
}

wf-loading-content {
    width: 130px;
    height: 130px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background: #fff;
}

.wf_loading {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    /* background-color: #fff; */
}

.wf_loading wf-span {
    width: 8px;
    height: 8px;
    background-color: #ccc;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.3);
        opacity: 0.5;
    }
}

.wf_loading wf-span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-animation-delay: 0.13s;
}

.wf_loading wf-span:nth-child(2) {
    left: 5px;
    top: 5px;
    -webkit-animation-delay: 0.26s;
}

.wf_loading wf-span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -4px;
    -webkit-animation-delay: 0.39s;
}

.wf_loading wf-span:nth-child(4) {
    right: 5px;
    top: 5px;
    -webkit-animation-delay: 0.52s;
}

.wf_loading wf-span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-animation-delay: 0.65s;
}

.wf_loading wf-span:nth-child(6) {
    right: 5px;
    bottom: 5px;
    -webkit-animation-delay: 0.78s;
}

.wf_loading wf-span:nth-child(7) {
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    -webkit-animation-delay: 0.91s;
}

.wf_loading wf-span:nth-child(8) {
    left: 5px;
    bottom: 5px;
    -webkit-animation-delay: 1.04s;
}


/* 视频 */

upload-video-container {
    position: absolute;
    display: none;
    /* width: 250px; */
    width: auto;
    min-width: 250px;
    padding: 16px;
    background: #fff;
    border: 1px solid #d4d2d2;
    z-index: 6;
    box-shadow: 0 0 10px #c7c7c7;
    top: 29px;
    left: 3px;
}

upload-video-container::before,
upload-video-container::after {
    border: solid transparent;
    content: ' ';
    height: 0;
    bottom: 100%;
    position: absolute;
    width: 0;
}

upload-video-container::after {
    border-width: 12px;
    border-bottom-color: #fff;
    left: 70px;
}

upload-video-container::before {
    border-width: 12px;
    border-bottom-color: #d4d2d2;
    left: 70px;
}

upload-video-container h4 {
    font-weight: normal;
    position: relative;
    font-size: 16px;
    margin: 5px 0;
}

upload-video-container .upload-schedule wf-p {
    margin: 0 0 5px 0;
}

upload-video-container upload-progress {
    display: block;
    width: 100%;
}

upload-progress upload-progress-init {
    display: block;
    width: 100%;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
    height: 10px;
    position: relative;
}

upload-progress upload-progress-ing {
    display: block;
    width: 0%;
    background: rgb(45, 100, 179);
    border-radius: 5px;
    height: 10px;
    position: absolute;
    top: 25px;
}

upload-video-container h4 i {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    color: #797979;
}

upload-video-container h5 {
    font-weight: normal;
}


/* 编辑器 */

wf-sns.wf_editor_sns {
    width: 100%;
    height: 94%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    max-width: none;
}

wf-editor-head {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: rgb(191, 214, 242);
    border: 1px solid #ccc;
    font: 14px Arial, sans-serif;
}

wf-editor-head wf-span {
    font-weight: 600;
    vertical-align: middle;
    margin: 4px 0 0 5px;
    float: left;
}

wf-editor-head wf-button {
    float: right;
    margin: 2px 3px 0 3px;
}

wf-editor-body {
    display: block;
    width: 100%;
    height: calc(100% - 30px);
    box-sizing: border-box;
}

wf-editor-body wf-part {
    display: block;
    width: 100%;
    height: calc(100% - 30px);
    margin: 0px;
    padding: 5px;
}

wf-part wf-edit-menu {
    left: 0;
    right: 0;
    display: block;
    max-width: 130px;
    width: 100%;
    float: left;
    margin: 0 10px 0 0;
}

wf-part wf-edit-content {
    display: block;
    height: 100%;
    width: calc(100% - 140px);
    float: right;
}

wf-edit-content wf-edit-container {
    display: inline-block;
    width: 40%;
    height: 100%;
    margin: 0 10px 0 0;
    float: left;
    border: 1px solid #ccc;
}

wf-edit-container textarea {
    height: 100%;
    overflow: auto;
}

wf-edit-content wf-edit-preview {
    display: inline-block;
    width: calc(60% - 10px);
    height: 100%;
    border: 1px solid #ccc;
    float: left;
    padding-bottom: 300px;
    overflow-y: auto;
}

sns-container {
    display: block;
    width: 100%;
}


/* 置顶 */

message-top-list {
    display: none;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 10px 6px -3px #ccc;
}

set-top-tag {
    display: block;
    height: 30px;
    width: 100%;
    color: #7b7b7b;
    background: #fff;
    padding: 5px;
}


/* 帖子列表 */

message-list,
message {
    width: 100%;
    display: block;
}

wf-sns message-detail {
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 0 10px 0;
    border-radius: 5px;
    padding: 10px 10px 0 10px;
}

message-detail-top,
message-detail-body {
    width: 100%;
    display: block;
}

message-detail-top {
    vertical-align: top;
}

message-detail-body message-detail-body-init {
    display: block;
}

message-detail-body wf-article-content {
    margin: 0 0 0 50px;
}

message-detail-body message-handle {
    margin: 10px 0 10px 50px;
    width: calc(100% - 50px);
}

message-detail-body img-item-ul {
    display: block;
    margin: 0 0 10px 50px;
    max-width: 530px;
}

message-detail-body third-message {
    margin: 10px 0 0 50px;
}

forward-message {
    width: 100%;
    margin: 3px 0;
    padding: 10px 0;
}

message-detail-body forward-message>message-body {
    display: block;
    margin: 0 0 0 50px;
    width: calc(100% - 50px);
}


/* message-detail-body forward-message message-handle{
          margin:0;
      } */

forward-message third-message {
    margin: 10px 0 0 0px;
}

forward-message wf-article-content {
    margin: 0;
}

forward-message message-body img-item-ul {
    margin: 0;
}

forward-message message-body video {
    margin: 0;
}

message-detail-body video {
    width: calc(100% - 60px);
    visibility: visible;
    visibility: visible;
}

third-message video {
    margin: 0;
}


/* video-js */

.vjs-icon-placeholder,
.vjs-time-control span,
.vjs-playback-rate div {
    color: #fff;
}

.vjs-big-play-button span {
    font-size: 50px;
}

.vjs-time-control,
.vjs-playback-rate {
    display: block !important;
}

.vjs-control-bar .vjs-playback-rate {
    display: block !important;
}

.vjs-menu-item .vjs-menu-item-text,
.vjs-http-source-selector {
    color: #fff;
}

.vjs-menu li.vjs-selected {
    background-color: #5e5e5e !important;
}

.vjs-icon-picture-in-picture-exit,
.vjs-icon-picture-in-picture-enter {
    font-size: 19px !important;
    color: #fff !important;
    position: inherit;
    top: -3px;
    left: -10px;
}

.vjs-control {
    width: 3em !important;
}

message-detail-top message-body {
    display: inline-block;
    padding: 3px 5px;
    vertical-align: top;
    width: calc(100% - 70px);
}

message-body wf-badge .img_badge {
    top: -15px;
}

message-body message-read-count wf-p {
    color: #777;
}

message-detail-top message-body-head {
    display: block;
    width: 100%;
    position: relative;
}

wf-pulldown-font wf-pulldown {
    right: 0px;
    top: 16px;
    min-width: 115px;
    display: grid;
    text-align: center;
}

wf-pulldown wf-button {
    padding: 0 2px;
}

message-body-middle {
    display: block;
    margin: 5px 0;
}

message-body-middle>wf-badge .img_badge {
    margin: 0;
}

message-body img-item-ul {
    width: 100%;
    height: auto;
}

message-handle {
    display: block;
    width: 100%;
}

img-item-ul img-item-li {
    float: left;
    margin: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
    max-width: 130px;
    max-height: 130px;
    width: 30%;
    height: 30%;
}

img-item-li img {
    width: 100%;
    display: none;
    /* width:130px;
          height:130px; */
}


/* 帖子转发 */

wf-sns wf-button.relayStyleBtn {
    position: relative;
    padding-left: 25px;
}

wf-sns wf-button.relayStyleBtn img {
    position: absolute;
    left: 7px;
    top: 3px;
    width: 14px;
    height: 14px;
}


/* 帖子评论 */

wf-sns wf-button.commentStyleBtn {
    position: relative;
    padding-left: 25px;
}

wf-sns wf-button.commentStyleBtn img {
    position: absolute;
    left: 7px;
    top: 2px;
    width: 16px;
    height: 16px;
}


/* 帖子删除*/

wf-sns wf-button.deleteStyleBtn {
    position: relative;
    padding-left: 25px;
}

wf-sns wf-button.deleteStyleBtn img {
    position: absolute;
    left: 7px;
    top: 2px;
    width: 16px;
    height: 16px;
}


/* 帖子收藏 */

wf-sns wf-button.favouriteBtn {
    position: relative;
    /* padding-left: 25px; */
}


/*
      wf-sns wf-button.favouriteBtn img {
          position: absolute;
          left: 5px;
          top: 3px;
      } */


/* 帖子点赞 */

wf-sns wf-button.praiseBtn {
    position: relative;
    padding-left: 25px;
}

wf-sns wf-button.praiseBtn img {
    position: absolute;
    left: 5px;
    top: 3px;
}


/* 分享微博 */


/*
      wf-sns wf-button.weiboShareBtn {
          position: relative;
          padding-left: 25px;
          vertical-align: bottom;
      }

      wf-sns wf-button.weiboShareBtn img {
          position: absolute;
          left: 10px;
          top: 2px;
      } */


/* 分享微信 */

wf-sns wf-button.weixiShareBtn {
    position: relative;
    /* padding-left: 25px; */
    height: 120px;
    vertical-align: bottom;
}

wf-sns wf-button.weixiShareBtn img {
    position: absolute;
    left: 10px;
    top: 2px;
}

wf-sns wf-button.weixiShareBtn wf-qrcode {
    display: block;
    width: auto;
    margin: 5px 0;
    /* position: absolute; */
    z-index: 100;
    /* bottom: 20px;
          left: -15px; */
}


/* wf-sns wf-button.weixiShareBtn wf-qrcode.top {
          top: 25px;
      }

      wf-sns wf-button.weixiShareBtn wf-qrcode.bottom {
          bottom: 25px;
      } */

message-detail-body forward-message {
    display: block;
    background-color: #f8f8f8;
}

forward-message message-handle {
    text-align: right;
    margin: 10px 0 0 50px;
}


/* 转发列表 */

wf-sns message-handle-list {
    display: block;
    width: calc(100% - 60px);
    margin: 0 0 0 57px;
}

message-handle-list fieldset {
    display: block;
    width: 98%;
    padding: 10px;
    border: solid 1px #eee;
    border-radius: 5px;
    margin-bottom: 3px;
}

fieldset message-detail-body message-handle {
    width: 100%;
}

fieldset textarea-wrap message-handle {
    width: 100%;
}

wf-sns textarea-wrap {
    position: relative;
    display: block;
}

textarea-wrap textarea {
    height: 80px;
    background-color: #f8f8f8;
    margin: 10px 0;
}

textarea-wrap .wf-atwho-view {
    top: 25px;
}

textarea-wrap img.avatar-img-small {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 15px;
}

wf-reply {
    display: block;
    margin: 0 0 0 50px;
}

wf-reply wf-article-content {
    margin: 0;
}

wf-reply video {
    margin: 0;
}

wf-reply.nodata {
    padding: 10px;
    background-color: #f8f8f8;
}

message-list-wrap {
    display: block;
    width: 100%;
    margin: 3px 0 0 0;
}

message-handle-list message-handle,
wf-sns message-list-wrap message-handle {
    text-align: right;
    margin-right: 0px;
    margin: 10px 0;
    position: relative;
}

message-list-wrap message-detail {
    margin: 0;
    padding: 0;
}

message-list-wrap message-detail-top>wf-user {
    top: 13px;
    left: 5px;
    float: left;
}

wf-sns message-detail-top>wf-user {
    float: left;
}

message-list-wrap message-body {
    margin: 0 0 0 11px;
    padding: 10px 0px 0px 0px;
    display: inline-block;
    width: calc(100% - 103px);
    vertical-align: bottom;
}

message-list-wrap wf-article-content {
    margin: 0 0 0 10px;
}

message-body wf-user+create-time {
    margin: 0 3px;
}

message-handle-list relay-comment-images {
    display: inline-block;
    position: relative;
}

message-handle-list wf-button.imgBtn {
    position: relative;
}

message-handle-list upload-image-container {
    width: 130px;
    display: none;
    position: absolute;
    background: #fff;
    padding: 6px;
    border: 1px solid #d4d2d2;
    z-index: 6;
    box-shadow: 0 0 10px #c7c7c7;
    top: 22px;
    left: -50px;
    margin: 0 auto;
    min-width: unset;
}

message-handle-list upload-image-container::before {
    border-width: 12px;
    border-bottom-color: #d4d2d2;
    left: 67px;
}

message-handle-list upload-image-container::after {
    border-width: 13px;
    border-bottom-color: #fff;
    left: 65px;
}

message-handle-list upload-image-container h4 {
    font-size: 12px;
    margin: 10px 0 0 0px;
}

message-handle-list ul.upload-img-list {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

message-handle-list ul.upload-img-list li {
    width: 84px;
    height: 84px;
    cursor: pointer;
    float: left;
}

message-handle-list ul.upload-img-list li.upload-img-list-item {
    position: relative;
}

message-handle-list li.upload-img-list-item img {
    width: 84px;
    height: 84px;
    display: inline;
}

message-handle-list li.upload-img-list-item i {
    width: 84px;
    height: 84px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(74, 74, 74, 0.6);
    display: none;
}

message-handle-list li.upload-img-list-item b {
    position: absolute;
    right: -4px;
    top: 0;
    display: none;
    font-size: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    z-index: 8;
}

message-handle-list li.upload-img-list-item b:hover {
    background: #333;
}

message-handle-list li.upload-img-list-item i.inline_block {
    display: inline-block;
}

message-handle-list li.upload-img-list-item b.inline_block {
    display: inline-block;
}

.upload-img-list-item wf-loading-content {
    width: 84px;
    height: 84px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background: #fff;
}

.upload-img-list-item .wf_loading {
    margin-top: 18px;
}


/* .upload-img-list li:nth-child(3n) { */


/* margin-right: 0;
      } */

.upload-img-list .pic {
    cursor: all-scroll;
}

.upload-img-list-button:hover {
    color: #417dc9;
    border-color: #417dc9;
}


/* 阅读全文 */

wf-article-content {
    display: block;
    position: relative;
}

wf-article-content .readAllArticle {
    position: absolute;
    height: 27px;
    line-height: 27px;
    left: 0;
    bottom: -7px;
    z-index: 99;
    width: 100%;
    box-shadow: 0px -7px 10px -7px #999;
    text-align: center;
    display: none;
}

wf-sns wf-button#more {
    display: none;
}

wf-sns wf-button#more .fa-spinner {
    margin-right: 5px;
}

wf-sns wf-button#more.inline_block {
    display: inline-block;
}


/* wf-sns third-forward */

wf-sns third-message {
    display: block;
    padding: 10px;
    background-color: #f4f4f4;
    border-left: solid 7px #eee;
}

wf-sns third-message h2 {
    font-weight: 500;
    color: #2d64b3;
    margin: 0;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
}

wf-sns third-message icon-description {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 0;
}

wf-sns third-message icon:hover {
    border-radius: 5px;
    box-shadow: 0px 0px 10px #ddd;
}

wf-sns third-message icon img {
    height: 70px;
    width: 113px;
}

wf-sns third-message icon {
    width: auto;
    display: inline-block;
    background-color: #fff;
    padding: 5px;
}

wf-sns third-message description {
    width: calc(100% - 140px);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}

wf-sns third-message description wf-p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* 返回顶部 */

wf-back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    z-index: 1000;
}

wf-back-to-top wf-button {
    background: #f9f8f8;
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid #eee;
}

wf-back-to-top wf-button img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 4px;
}


/* 函数图像 */

div.sandbox {
    padding-right: 30px;
}


/* 评论 */

comment-list-in {
    display: block;
    width: 100%;
}


/* 帖子结束模块 */


/* @插件样式开始 */

wf-textarea-mirror {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
    width: 100%;
    height: 80px;
    border: 1px solid rgb(204, 204, 204);
    resize: none;
    outline: none;
    z-index: -1;
    background-color: rgb(204, 204, 204);
    margin: 10px 0px;
    padding: 5px;
    line-height: 20px;
    font-family: monospace;
    word-break: break-all;
    white-space: pre-wrap;
    overflow-y: auto;
    font-size: 13px;
    opacity: 0.5;
}

wf-textarea-mirror wf-cursor {
    display: inline-block;
}

wf-pulldown.wf-atwho-view {
    visibility: hidden;
    height: auto;
    width: 230px;
    max-height: 300px;
    overflow-y: auto;
    top: 37px;
    left: 12px;
}

wf-pulldown.wf-atwho-view wf-li {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
}

wf-pulldown.wf-atwho-view wf-p.prompt {
    width: auto;
    height: 30px;
    line-height: 30px;
}


/* @插件样式结束*/


/*话题*/

wf-sns wf-topic-list {
    width: 100%;
    height: 100%;
    display: block;
    padding: 3px 10px;
}

wf-sns wf-topic-wrap {
    width: 100%;
    height: 100%;
    display: block;
}

wf-topic {
    color: darkorange;
    cursor: pointer;
}


/* 话题详情 */

wf-popwindow.topicDetail {
    max-width: 790px;
    width: auto;
    min-width: unset;
}

wf-popwindow.topicDetail wf-popbody {
    overflow: hidden;
}

wf-popwindow.topicDetail wf-popbody wf-p.topicHead {
    position: sticky;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-weight: 800;
    padding: 10px;
    width: 90%;
}

wf-p.topicHead h {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 30%;
    display: block;
    max-width: 100%;
}

wf-popwindow.topicDetail wf-popbody {
    height: 100%;
    /* padding:30px 0 0 0; */
}

wf-popwindow.topicDetail wf-topic-detial {
    display: block;
    height: calc(100% - 50px);
    overflow: auto;
}

wf-popwindow.topicDetail message-list {
    width: 98%;
}

wf-popwindow.topicDetail wf-closeicon {
    right: 8px;
    color: #403f3f;
    text-shadow: 0 1px 0 #403f3f;
    padding: 0px 9px 3px 11px;
    background: #fff;
    top: 0px;
}

wf-popwindow.topicDetail wf-sns {
    /* width:94%; */
}


/* 关注列表搜索 */

follow-seach {
    display: block;
    width: 100%;
    padding: 10px;
}

follow-seach input {
    width: calc(100% - 80px);
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 300px;
    margin: 0 10px 0 0;
}


/* 粉丝关注列表样式 */

attention-list {
    display: block;
    width: 100%;
}

attention-list wf-p.seach_tip {
    padding: 10px;
}

attention-list attention-item {
    display: block;
    padding: 10px;
}

attention-list attention-item user-wrap {
    display: inline-block;
    width: calc(100% - 160px);
    float: left;
}

attention-item user-wrap user-wrap-left {
    display: block;
    float: left;
    margin: 3px 0;
}

attention-list attention-item .wf_span_img {
    position: relative;
    margin: 0 10px 0 0;
    cursor: pointer;
}

attention-item user-wrap user-wrap-right {
    display: block;
    float: left;
    width: calc(100% - 70px);
}

attention-item user-wrap user-wrap-right.margin_top {
    margin: 10px 0 0 0;
}

attention-item user-wrap-right user-wrap-right-top {
    display: block;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
}

attention-item user-wrap-right-top wf-badge .img_badge {
    top: -18px;
}

attention-item user-wrap-right user-wrap-right-middle {
    display: block;
    margin: 0px 0 3px 0;
}

attention-item user-wrap-right user-wrap-right-bottom {
    display: block;
    cursor: pointer;
}

attention-item .ellipsis {
    width: auto;
    max-width: 600px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

attention-list attention-item attention-handle {
    display: inline-block;
    float: right;
    width: 155px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}

attention-list attention-item wf-button {
    cursor: pointer;
}

attention-list attention-item .wf_span_img .img_v {
    display: block;
    position: absolute;
    right: 0px;
    top: 30px;
}

popdialog popbody {
    min-height: 150px;
}

popmask.chat_send popdialog {
    max-width: 600px;
}

popmask wf-chat-send textarea {
    display: block;
    width: 100%;
    height: 80px;
    border: solid 1px #ccc;
    resize: none;
    outline: none;
    font-family: monospace;
    padding: 5px;
    background-color: #f8f8f8;
    line-height: 20px;
    white-space: pre-wrap;
    text-align: left;
    overflow-y: auto;
}

popmask wf-chat-send textarea#chat_message {
    width: 95%;
    margin-bottom: 7px;
    word-break: break-all;
}

wf-chat-send wf-p.chat_handle {
    text-align: right;
}


/* 赞列表 */

message-list.wf-praise-list {
    display: block;
}

message-list.wf-praise-list wf-p {
    padding: 5px 0 5px 10px;
}

message-list.wf-praise-list description wf-p {
    padding: 0px;
}

message-list.wf-praise-list wf-praise-item {
    display: block;
    width: 95%;
    padding: 10px;
}

message-list.wf-praise-list wf-praise-item-top {
    display: block;
    width: 100%;
}

wf-praise-item-top>wf-user {
    float: left;
    top: 20px;
    left: 0px;
}

wf-praise-item-top>wf-user .img_v {
    display: block;
    position: absolute;
    right: 0px;
    top: 30px;
}

wf-praise-item praise-item-content {
    display: block;
    margin: 0 30px 0 55px;
    padding: 20px 0;
}

praise-item-content>wf-user {
    display: block;
    margin: 3px 0;
}

message-list.wf-praise-list wf-praise-item-middle {
    display: block;
    width: 100%;
    margin: 0 0 0 50px;
}

wf-praise-item-middle praise-prompt {
    display: block;
    margin: 5px 0;
}

wf-praise-item-middle praise-message-content {
    display: block;
}

wf-praise-item video {
    display: block;
    width: 800px;
    height: 400px;
}


/*悬浮用户卡片*/

wf-sns del wf-user {
    text-decoration: none;
}


/* 聊天*/

wf-chat-room wf-h3 {
    display: inline-block;
    cursor: pointer;
    color: darkorange;
    padding-right: 0px 5px 0px 0px;
    word-break: break-all;
}

wf-chat-room-info {
    display: block;
    margin: 15px 0px;
}

wf-chat-room-info:hover {
    background-color: #f8f8f8;
}

wf-chat-room-last {
    word-break: break-all;
    display: block;
}

wf-chat-room-unread {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #81c5ba;
    border-radius: 50%;
    margin-left: 10px;
}

wf-popwindow.chatDetail {
    max-width: 790px;
    width: auto;
    min-width: unset;
}

wf-popwindow.chatDetail wf-closeicon {
    right: 0px;
    color: #403f3f;
    text-shadow: 0 1px 0 #403f3f;
    padding: 0px 9px 3px 11px;
    background: #fff;
    top: 0px;
}

wf-popwindow.chatDetail wf-popbody {
    overflow-y: hidden;
}

wf-chat-message#chat_message {
    display: block;
    padding: 20px;
    height: 95%;
}

wf-chat-message#chat_message .float_left {
    float: left;
}

wf-chat-message#chat_message .float_right {
    float: right;
}

wf-chat-message-send {
    position: relative;
    bottom: 4px;
    width: 100%;
    display: block;
}

wf-chat-message-send wf-button.chat_member_button {
    width: 90px;
    text-align: center;
}

wf-chat-message-send textarea#wf_message_content {
    resize: none;
    margin-bottom: 5px;
    margin-top: 5px;
    word-break: break-all;
}

wf-chat-message-send wf-button.chat_content_button {
    text-align: center;
    float: right;
}

wf-chat-message-list#chat_message_list {
    overflow: auto;
    height: 80%;
    width: 100%;
    display: block;
}

wf-chat-message-list#chat_message_list wf-button#history {
    width: 95%;
    text-align: center;
    margin: 0px auto;
    display: block;
}

wf-chat-message-info {
    clear: both;
    display: block;
    margin: 10px 0;
}

wf-chat-message-info wf-chat-message-tips {
    color: #a9a9a9;
    text-align: center;
    display: block;
}

wf-chat-message-body {
    display: block;
    width: 95%;
}

wf-chat-message-body create-time {
    display: block;
    margin: 10px 0;
    width: 100%;
}

wf-chat-message-body.wf_chat_message_body_left create-time {
    text-align: left;
}

wf-chat-message-body.wf_chat_message_body_right create-time {
    text-align: right;
}

wf-chat-message-body wf-chat-message-body-userinfo {
    display: block;
    width: 100%;
    height: auto;
    min-height: 20px;
}

wf-chat-message-body-userinfo wf-chat-message-content {
    max-width: 350px;
    width: auto;
    white-space: pre-wrap;
    word-break: break-all;
    line-height: 20px;
}

wf-chat-message-user wf-user {
    float: left;
}

wf-chat-message-user wf-user-tag {
    float: left;
}

wf-chat-message-user wf-span.colon {
    float: left;
}


/* 群聊成员 */

popmask.chat_member {
    width: 100%;
}

popmask.chat_member popdialog {
    width: auto;
    max-width: 600px;
    min-width: unset;
}

popmask.chat_member wf-chat-member {
    display: block;
    width: 100%;
    font: 13px Arial, sans-serif;
}

wf-chat-member wf-chat-member-action {
    display: block;
    width: 100%;
}

wf-chat-member-action wf-button.kick_out {
    margin: 0 0 0 40px;
}

wf-chat-member wf-chat_member-list {
    display: block;
    width: 100%;
}

wf-chat_member-list wf-chat-member-body {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
}

wf-chat-member-body wf-chat-label {
    display: inline-block;
    width: auto;
    color: rgb(255, 140, 0);
}


/* 用户推荐功能 */

wf-user-recommend-pop * {
    position: static;
    /* box-sizing: border-box; */
    box-sizing: unset;
    padding: 0px;
    margin: 0px;
}

wf-user-recommend-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

wf-user-recommend {
    display: block;
    font: 14px 'Microsoft YaHei';
    color: #333;
    box-sizing: border-box;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    max-width: 950px;
    top: 60px;
}

wf-user-recommend wf-user-recommend-popclose {
    display: block;
    z-index: 1000;
    position: absolute;
    right: 24px;
    font-size: 20px;
    cursor: pointer;
    top: 22px;
    color: #403f3f;
    text-shadow: 0 1px 0 #403f3f;
    padding: 0px 9px 3px 11px;
    background: #fff;
}

wf-user-recommend wf-user-recommend-content {
    max-width: 870px;
    width: auto;
    border-top: 7px solid rgb(118, 168, 228);
    border-radius: 7px;
    box-shadow: 0 0 12px 2px #ddd;
    display: inline-block;
    max-height: 550px;
    height: auto;
    padding: 0 30px;
    background: #fff;
}

wf-user-recommend wf-user-recommend-content wf-user-recommend-heard {
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #ddd;
    margin: 0 25px 15px 0;
    text-align: left;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
}

wf-user-recommend wf-user-recommend-body {
    display: block;
    width: 100%;
    height: auto;
    max-height: 350px;
    overflow: auto;
}

wf-user-recommend wf-user-recommend-info {
    width: 180px;
    height: 50px;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px 20px 10px 0;
    padding: 17px 5px;
    position: relative;
}

wf-user-recommend wf-user-recommend-info img.avatar-img {
    width: 55px;
    height: 55px;
    border: 1px solid #ddd;
    margin-top: -5px;
}

wf-user-recommend wf-user-recommend-info input {
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    text-align: center;
    position: absolute;
    right: 10px;
}

wf-user-recommend wf-user-recommend-info input.tag-type-true {
    top: 30px;
}

wf-user-recommend wf-user-recommend-info input.tag-type-false {
    top: 30px;
}

wf-user-recommend wf-user-recommend-info wf-nickname-type {
    display: inline-block;
    width: 80px;
    border-left: 1px solid #ddd;
    padding: 0 0 0 5px;
}

wf-user-recommend wf-user-recommend-info wf-nickname-type.tag-type-true {
    margin: 0px;
}

wf-user-recommend wf-user-recommend-info wf-nickname-type.tag-type-false {
    margin: 13px 0 0 0;
}

wf-user-recommend wf-user-recommend-info wf-user-tag {
    margin-top: 10px;
}

wf-user-recommend wf-user-recommend-info wf-span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

wf-user-recommend wf-badge {
    position: relative;
    height: 20px;
    margin: 5px 0 0 0;
}

wf-user-recommend wf-badge .img_badge {
    top: 5px;
}

wf-user-recommend wf-user-recommend-content wf-oneclickattention-handle {
    display: block;
    width: 100%;
    text-align: center;
}

wf-user-recommend wf-oneclickattention-handle wf-button {
    text-align: center;
    display: inline-block;
    width: 180px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgb(130, 187, 255);
    color: rgb(130, 187, 255);
    margin: 20px 0 30px 0px;
}

wf-user-recommend wf-oneclickattention-handle wf-button:hover {
    color: #fff;
    background-color: rgb(130, 187, 255);
}


/* 排行列表样式 */

wf-rank-list,
.rank-list-div {
    display: block;
}

rank-list-div-container {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

rank-list-div-l {
    width: 67%;
    /* min-width: 600px; */
    height: 100%;
    margin-right: 20px;
}

rank-list-div-r {
    width: 30%;
    min-width: 300px;
    height: 100%;
}

wf-rank-list rank-item-div {
    display: block;
}

wf-rank-list rank-item {
    display: block;
    margin: 0px 4px;
    padding: 4px 0px;
}

wf-rank-list rank-item wf-user {
    padding-right: 4px;
}

rank-item {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e9e9e9;
}

.rankCount-div {
    float: right;
    margin-top: 7px;
}

.rankCount-div wf-span {
    display: flex;
    justify-content: flex-end;
}

.rowNumber {
    width: 23px;
    color: #999;
}

rank-item-container rank-item-div:nth-child(1) .rowNumber,
rank-item-container rank-item-div:nth-child(2) .rowNumber,
rank-item-container rank-item-div:nth-child(3) .rowNumber {
    color: darkorange;
    font-weight: 600;
}

wf-rank-list .summary {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    padding-right: 6px;
}

.rankCountName {
    color: darkcyan;
    font-weight: 600;
    padding-right: 6px;
    font-size: 14px;
}

wf-rank-list .overhidden1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

wf-rank-list .rank-nickname {
    max-width: 77%;
}

rank-list-div-c {
    display: none;
}

wf-rank-list .div-box {
    margin-bottom: 16px;
    -webkit-box-shadow: 0 1px 3px rgba(18, 18, 18, 0.2);
    box-shadow: 0 1px 3px rgba(18, 18, 18, 0.2);
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 2px;
    margin-bottom: 20px;
}

wf-rank-list .div-item {
    -webkit-box-shadow: 0 1px 3px rgba(18, 18, 18, 0.2);
    box-shadow: 0 1px 3px rgba(18, 18, 18, 0.2);
    background-color: #fff;
    padding: 20px 40px;
    display: inline-block;
}


/* 分享 收藏 */

wf-share-button {
    display: inline-block;
}

wf-share-button img.share_img {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}

wf-share-init-content {
    display: block;
}

wf-share-init-content wf-textarea {
    display: block;
    margin: 10px 0 0 0;
}


/* wf-textarea textarea{
          width:98%;
          height:120px;
      } */

wf-share-init-content wf-handle {
    display: block;
    margin: 10px 0px;
    text-align: right;
}


/* 推荐模块 */

wf-aside-recommend.sticky {
    position: sticky;
    /* top:0px; */
}

wf-aside-recommend.fixed {
    position: fixed;
}

wf-aside-recommend.relative {
    position: relative;
}

wf-recommend {
    display: inline-block;
    width: 100%;
    /* min-width:300px; */
    /* max-width: 428px; */
    box-sizing: border-box;
    vertical-align: top;
    /* margin-left: 50px; */
    height: auto;
}

wf-recommend-acs-contract-apps {
    display: block;
    margin: 0 0 20px 0;
}

wf-recommend-acs-app {
    display: inline-block;
}

wf-recommend-acs-app .acs_header {
    float: left;
}

wf-recommend-acs-app wf-recommend-acs-handle {
    display: inline-block;
    float: right;
    font-size: 14px;
}

wf-recommend-acs-handle .acs_more {
    display: inline-block;
    cursor: pointer;
    color: #2d64b3;
}

wf-recommend-acs-handle .acs_pack_up {
    display: none;
    cursor: pointer;
    color: #2d64b3;
}

wf-recommend-app-init {
    display: block;
}

wf-recommend-app-more {
    display: none;
}

wf-recommend wf-recommend-apps {
    display: block;
    margin: 0 0 20px 0;
}

wf-recommend wf-p.recommend_apps_header {
    font-size: 16px;
    margin: 5px 0 0 8px;
    font-weight: 700;
}

wf-recommend wf-recommend-app {
    display: inline-block;
    vertical-align: top;
    margin: 15px 5px 15px 5px;
    padding: 3px;
    height: 100px;
    width: 126px;
}

wf-recommend wf-recommend-app wf-span.des {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px 0 0 0;
}

wf-recommend wf-recommend-app wf-user .name {
    display: block;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

wf-recommend wf-recommend-app image {
    display: block;
    width: 120px;
    height: 70px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://img-d.wf.pub/1/2077.2768331862812-开放平台.png');
}

wf-recommend wf-recommend-message {
    width: 100%;
    display: block;
    margin: 10px 0 0 0;
}

wf-recommend wf-p.recommend_message_header {
    font-size: 16px;
    margin: 15px 0 15px 8px;
    font-weight: 700;
}

wf-recommend wf-recommend-message message-detail {
    display: block;
    height: 60px;
}

wf-recommend wf-p.content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    margin: 5px;
}

wf-recommend wf-p.content:hover {
    color: darkorange;
}

wf-recommend message-body {
    /* float: left; */
    display: block;
    margin: 0 0 0 5px;
    padding-top: 20px 0;
    width: 100%;
}

wf-recommend message-detail wf-user img.avatar-img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 25px;
}

wf-recommend message-detail wf-user.nickname {
    width: calc((100% - 30px) * 0.45);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin: 0 5px;
}

wf-recommend message-body create-time {
    cursor: pointer;
    margin: 0 0 0 5px;
    width: calc((100% - 30px) * 0.3);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

wf-recommend message-body wf-span.details_button {
    cursor: pointer;
    margin: 0 0 0 5px;
    width: calc((100% - 30px) * 0.15);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}


/* 消息通知样式 */

wf-sns-notify {
    position: relative;
    margin-right: 10px;
}

notify-total-number {
    position: absolute;
    color: white;
    font-size: 10px;
    background-color: red;
    min-height: 10px;
    min-width: 10px;
    line-height: 10px;
    right: -10%;
    top: -6px;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 1px;
}

notify-number {
    color: white;
    font-size: 10px;
    background-color: red;
    min-height: 10px;
    min-width: 10px;
    line-height: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 2px;
}

notify-icon {
    max-width: 30px;
    height: 20px;
    background: #ddd;
    box-shadow: 0 0 1px 0px #999, 0 6px 13px -5px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    transition: all 1s ease;
    vertical-align: middle;
}

notify-icon:hover {
    box-shadow: 0 0 1px 0px #999, 0 6px 13px -5px rgba(0, 0, 0, 0.5), inset 0 0 3px rgba(0, 0, 0, 0.3);
}

wf-sns-notify notify-detail-ul {
    max-width: 120px;
    display: block;
    position: absolute;
    box-shadow: 0 0 6px 0 #ddd;
    color: #82bbff;
    opacity: 1;
    top: 28px;
    left: -28%;
    /* right: -55px; */
    background: #fff;
    padding: 5px;
    /* z-index: 200; */
}

wf-sns-notify:hover a#sns {
    color: #82bbff;
}

notify-detail-ul::before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background-color: #ddd;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: 26px;
}

notify-detail-li {
    display: block;
    height: 30px;
    line-height: 30px;
}

notify-detail-li:first-child a {
    color: #82bbff;
}

notify-detail-li a:hover {
    color: #82bbff;
}


/* 认证 */

wf-acc-certificate {
    position: absolute;
    display: inline-block;
    /* cursor: pointer; */
    top: 35px;
    left: 110px;
}

wf-acc-certificate img#organizatioBtn {
    width: 14px;
    height: 16px;
}


/* 账务组件样式 */


/* 优惠券列表展示 */

.couponList {
    display: flex;
    flex-flow: row wrap;
}

.couponList .couponBox {
    box-sizing: border-box;
    display: flex;
    border-radius: 5px;
    padding: 8px 0 8px 8px;
    width: 262px;
    height: 80px;
    margin: 0 8px 8px 0;
    background: url(/img/coupon.png) no-repeat;
    color: #fff;
    background-size: cover;
}

.couponBox1 {
    background: url(/img/coupon1.png) no-repeat !important;
    height: 100px !important;
}

.couponList .couponBox .couponInfo {
    flex: auto;
    display: flex;
    justify-content: space-between;
    flex-flow: column nowrap;
}

.couponList .couponBox .couponInfo p {
    margin: 0;
    padding: 0;
}

.couponInfo .info_title {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.couponInfo .info_title i {
    font-style: normal;
    font-size: 9px;
    border: 1px solid #fff;
    color: #fff;
    padding: 0 1px;
    border-radius: 3px;
    margin-right: 3px;
}

.couponInfo .info_period {
    font-size: 9px;
}

.couponBox .op {
    align-self: center;
    text-align: center;
    flex: 0 0 auto;
    margin: 0 8px;
}

.couponBox .op .offtip {
    font-size: 26px;
}

.couponBox .op .pickbtn {
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    padding: 6px 8px;
    vertical-align: middle;
    line-height: 12px;
    color: #ff6233;
}


/* 搜索组件样式 */

wf-search-bar {
    display: block;
    border: 0;
    width: 600px;
    max-height: 35px;
}

wf-search-bar select {
    width: 80px;
    height: 35px;
}

wf-search-bar select:hover {
    border: 1px solid #82bbff;
}

wf-search-bar input {
    width: 350px;
    height: 35px;
}

wf-search-bar button {
    margin: 0px;
    width: 80px;
    height: 35px;
}

wf-search-box {
    width: 620px;
    max-height: 45px;
    display: flex;
    border: 1px solid #c4c7ce;
    border-radius: 11px;
    box-sizing: border-box;
}

wf-search-box select {
    width: 60px;
    height: 35px;
    border: 0;
    border-radius: 10px 0 0 10px;
    vertical-align: middle;
    text-align-last: center;
    outline: none;
    border-right: 1px solid #c4c7ce;
}

wf-search-box input {
    width: 500px;
    height: 35px;
    outline: none;
    border: 0;
    padding-left: 10px;
    vertical-align: middle;
    box-sizing: border-box;
    justify-content: flex-start;
}

wf-search-box button {
    width: 60px;
    height: 35px;
    margin: 0px;
    border: 0;
    border-radius: 0 10px 10px 0;
    vertical-align: middle;
    background-color: #417dc9;
    color: #fff;
}

wf-search-box button:hover {
    color: #fff;
    background-color: rgb(130, 187, 255);
}

wf-search-result {
    min-width: 1200px;
    display: block;
}

wf-search-aside {
    display: block;
    float: left;
    width: 200px;
    height: 100%;
    vertical-align: top;
}

wf-search-aside dd {
    line-height: 17px;
}

wf-search-aside left-key {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
    color: #82bbff;
    cursor: pointer;
}

wf-search-aside left-count {
    overflow: hidden;
    display: inline-block;
}

wf-search-main {
    float: left;
    display: block;
    padding-left: 5px;
    width: 760px;
}

search-filter-list {
    display: block;
    padding-top: 5px;
    overflow: hidden;
    font-size: 12px;
}

search-filter-list div {
    position: relative;
    top: 2px;
    float: left;
    margin: 3px 4px;
    cursor: pointer;
}

search-filter-item {
    display: block;
    float: left;
    margin: 3px 4px;
    cursor: pointer;
}

search-filter-item span {
    padding: 2px 6px;
    display: inline-block;
    float: left;
    color: #417dc9;
    background: #f1f9ff;
    border: 1px solid #a0bee4;
}

search-filter-del {
    display: inline-block;
    width: 13px;
    vertical-align: middle;
    height: 15px;
    background: url(/img/search/filterDel.png) no-repeat -47px 2px;
    margin: 0px 0px 2px 6px;
}

wf-search-tab {
    display: block;
}

wf-search-main counter {
    display: block;
    padding: 5px 0px;
    font-size: 13px;
}

wf-search-main doc-info {
    width: 760px;
    display: flex;
    margin-top: 3px;
}

wf-search-main doc-info figure {
    display: block;
    vertical-align: top;
    margin: 10px;
    justify-content: flex-start;
    width: 120px;
}

wf-search-main doc-info figure img {
    width: 100%;
    max-height: 170px;
    cursor: pointer;
}

wf-search-main doc-other {
    display: block;
    justify-content: flex-start;
    width: 620px;
}

wf-search-main doc-info author {
    display: inline-block;
    margin-right: 5px;
}

wf-search-main doc-info time {
    display: block;
    margin: 3px 0px;
    color: #777;
    font-size: 13px;
}

wf-search-main source {
    display: inline-block;
    font-size: 12px;
}

wf-search-main source a {
    color: #48d;
}

wf-search-main pager {
    display: block;
    margin: 10px 0px;
}

wf-search-main pager a {
    display: inline-block;
    padding: 4px;
}


/* 用户等级 */

wf-user-level {
    display: inline-block;
    margin: 0 0 0 5px;
    border: 1px solid rgba(255, 188, 0, 0.78);
    border-radius: 8px;
    background: rgba(255, 188, 0, 0.78);
    font-size: 13px;
    color: #333;
}


/* 用户经验值  */

wf-user-experience {
    width: 200px;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: left;
    /* margin-left:40px; */
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}

wf-user-experience wf-user-experience-name {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    width: 58px;
    text-align: left;
    padding: 0 0 0 10px;
}

wf-user-experience wf-user-experience-value {
    height: 15px;
    width: 130px;
    background-color: #eee;
    border-radius: 3px;
    display: inline-block;
    text-align: left;
    position: relative;
    font-size: 14px;
    top: 3px;
}

wf-user-experience wf-exp {
    display: inline-block;
    height: 15px;
    max-width: 130px;
    border-radius: 3px;
    background-color: #bfdaff;
    position: absolute;
}

wf-user-experience wf-exp-num {
    display: inline-block;
    text-align: center;
    width: 130px;
}

wf-user-experience wf-exp-num wf-exp-num-content {
    display: inline-block;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: -2px;
    font-size: 14px;
}


/* 用户经验值蒙版*/

wf-popwindow.exp_pop {
    max-width: 800px;
    width: auto;
    padding: 0 10px;
}

wf-popwindow.exp_pop wf-closeicon {
    right: 0px;
    color: #403f3f;
    text-shadow: 0 1px 0 #403f3f;
    padding: 0px 9px 3px 11px;
    background: #fff;
    top: 0px;
}

wf-pop-exp-head {
    display: inline-block;
    width: 95%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: sticky;
    top: 0;
    background: #bfdaff;
    border: 1px solid #bfdaff;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 800;
    margin-top: 30px;
}

wf-pop-exp-body {
    display: block;
    height: calc(100% - 90px);
    overflow: auto;
    width: 95%;
}

wf-pop-exp-des,
wf-pop-exp-rule,
wf-pop-exp-upgrade {
    display: block;
    margin: 10px 0;
}

wf-pop-exp-body wf-pop-exp-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

wf-pop-exp-body wf-pop-exp-note {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
    color: #e81d1d;
}


/* 表格 wf_sns_table */

wf-pop table.wf_sns_table * {
    position: unset;
}

table.wf_sns_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #333;
}

table.wf_sns_table tr.wf_sns_tr {
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

th.wf_sns_th {
    text-align: center;
    border: 1px solid #333;
    width: 50%;
    margin: 0;
    padding: 10px;
    vertical-align: middle;
}

td.wf_sns_td {
    text-align: center;
    border: 1px solid #333;
    margin: 0;
    padding: 10px;
    vertical-align: middle;
}

tbody.wf_sns_tbody>tr.wf_sns_tr:nth-child(odd):hover,
tbody.wf_sns_tbody>tr.wf_sns_tr:hover {
    background-color: #ccc;
}

tbody.wf_sns_tbody>tr.wf_sns_tr:nth-child(odd) {
    background-color: antiquewhite;
}


/* 收藏中心样式 */

wf-fav-info .container {
    margin-left: 50px;
    display: block;
    /* width: calc(100% - 200px); */
    max-width: 960px;
    min-width: 400px;
}

wf-fav-info .box-shadow {
    -webkit-box-shadow: 0 1px 3px rgba(18, 18, 18, 0.1);
    box-shadow: 0 1px 3px rgba(18, 18, 18, 0.1);
}

wf-fav-info .div-box {
    margin-bottom: 16px;
    -webkit-box-shadow: 0 1px 3px rgba(18, 18, 18, 0.1);
    box-shadow: 0 1px 3px rgba(18, 18, 18, 0.1);
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 2px;
}

wf-fav-info .div-item {
    -webkit-box-shadow: 0 1px 3px rgba(18, 18, 18, 0.2);
    box-shadow: 0 1px 3px rgba(18, 18, 18, 0.2);
    background-color: #fff;
    padding: 20px 40px;
    display: inline-block;
}

wf-fav-info .list-item {
    margin-bottom: 2px;
    border-bottom: 1px solid rgb(245, 246, 247);
    background-color: #fff;
    padding: 10px 20px;
}

wf-fav-info .title-article {
    font-size: 28px;
    word-wrap: break-word;
    color: #333;
    font-weight: 400;
    margin: 0;
    word-break: break-all;
    line-height: 38px;
}

wf-fav-info .strong {
    font-size: 20px;
    word-wrap: break-word;
    color: #333;
    font-weight: 400;
    margin: 0;
    word-break: break-all;
    line-height: 36px;
}

wf-fav-info .title {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

wf-fav-info .text {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    margin: 4px auto;
}

wf-fav-info .textInfo {
    font-size: 12px;
    color: #333;
    line-height: 18px;
}

wf-fav-info .strong-summary {
    font-size: 14px;
    color: #999;
    line-height: 18px;
}

wf-fav-info .summary {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    padding-right: 6px;
}

wf-fav-info .summaryLine {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    padding-right: 6px;
}

wf-fav-info .overhidden2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

wf-fav-info .min-height {
    min-height: 80vh;
}

wf-fav-info .input {
    line-height: 100%;
    background-color: #fff!important;
    content: "'fill'";
    display: block;
    width: 95%;
    height: 20px;
    border-radius: 4px 4px;
    line-height: 32px;
    font-size: 14px;
    color: #4d4d4d;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 0px 8px 12px;
}

wf-fav-info .successContent {
    color: #333;
}

wf-fav-info .errorContent {
    color: red;
}

wf-fav-info .active {
    background-color: #81c5ba;
    color: #fff;
    border: 1px solid #81c5ba;
}

wf-fav-info .tag-active {
    background-color: #eee;
    border: 1px solid #eee;
    color: #333;
    border-radius: 2px;
}

wf-fav-info .tag-active2 {
    background-color: #eee;
    border: 1px solid #eee;
    color: #333;
    border-radius: 2px;
}


/*内容*/

wf-fav-info .message-tips {
    display: none;
    z-index: 10000;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -50px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    min-width: 200px;
    text-align: center;
}

wf-fav-info .message-tips wf-span {
    font-size: 14px;
    color: #FFF;
}

wf-fav-info {
    display: block;
    margin-top: 20px;
}

wf-fav-admin {
    display: flex;
    flex-direction: column;
    padding: 10px 20px !important;
}

wf-fav-admin-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

fav-tag {
    /* cursor:default; */
    cursor: pointer;
    padding: 2px 6px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #333;
    border-radius: 2px;
}

fav-div {
    display: flex;
    flex-direction: column;
    /* padding-bottom: 10px;
      border-bottom: 1px solid #efefef; */
}

fav-div wf-sns {
    margin: 0;
}

fav-div fav-resource.message {
    display: block;
    width: 100%;
    text-align: right;
}

wf-fav-admin {
    min-width: 560px;
}

search-div input[name='search_key'] {
    margin-right: 6px;
    /* background-color: #efefef; */
    width: 200px;
    height: 26px;
    border: 1px solid #333;
    margin-left: 10px;
    padding: 0px 8px;
    font-size: 14px;
}

search-div button,
fav-label button,
.label_delete {
    border: none;
    background-color: #efefef;
    font-size: 12px;
    margin-left: 0px !important;
}

fav-div h2 {
    /*display: flex;
      flex-direction: column;*/
    font-size: 16px;
    padding: 6px 0px;
    color: darkcyan;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin: 0px;
    /*padding: 0px;*/
    font-weight: normal;
}

wf-fav-list a {
    color: #008b8b;
    text-decoration: none;
    cursor: pointer;
}

wf-fav-list a:hover {
    color: #417dc9;
}

fav-img {
    margin-left: 4px;
    display: inline-block;
    cursor: pointer;
}

fav-img span {
    font-size: 14px;
    display: inline-block;
    float: right;
}

wf-fav-list {
    display: block;
    /* max-width: 960px; */
    min-width: 560px;
    /* margin: 10px 0px; */
    padding-left: 0px !important;
    padding-right: 0px !important;
}

fav-resource {
    display: inline;
    color: #999;
    font-size: 12px;
    float: right;
    /* align-self:  flex-end ; */
}

resource-div,
tag-div {
    margin-bottom: 10px;
}

wf-fav-info .label_delete {
    display: inline-block;
    /* padding: 5px 23px; */
    padding: 4px 20px;
    cursor: pointer;
    position: relative;
    background-color: #efefef;
    margin: 0px 6px 2px 0px;
    /* border: 1px solid #81c5ba; */
    border-radius: 10px;
    height: 25px;
}

wf-fav-info .label_delete i {
    display: inline-block;
    position: absolute;
    font-style: normal;
    top: 0;
    right: 2px;
}

wf-fav-titlediv {
    margin-right: 2px;
}


/*.fav_url {*/


/*  font-weight:bold;*/


/*}*/

fav-content-ex {
    margin-top: 6px;
    margin-left: 20px;
}

fav-label-span {
    color: crimson;
    font-size: 12px;
}


/* 收藏中心样式 结束 */


/* 收藏标签弹窗样式 开始 */

popmask fav-div wf-span {
    height: 20px;
}

popmask fav-span {
    text-align: right;
}

popmask .fav_label {
    margin-top: 11px;
}

popmask fav-li {
    float: left;
    display: inline-block;
    /* padding: 5px 23px; */
    padding: 4px 5px;
    cursor: pointer;
    position: relative;
    background-color: #e3e3e3;
    margin: 5px 5px 2px 0px;
    /* border: 1px solid #81c5ba; */
    border-radius: 10px;
    height: 28px;
}

popmask .label_prompt {
    color: #c93e40;
}


/* 收藏标签弹窗样式 结束 */


/* 编辑帖子 */

popmask.editor_message popdialog {
    max-width: 950px;
    overflow: visible;
}

popmask.editor_message popbody {
    max-width: 950px;
    overflow-y: visible !important;
}


/* 分享 收藏 */

wf-share-button {
    display: inline-block;
}

wf-share-button img.share_img {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}

wf-share-init-content {
    display: block;
}

wf-share-init-content wf-textarea {
    display: block;
    margin: 10px 0 0 0;
}


/* wf-textarea textarea{
      width:98%;
      height:120px;
  } */

wf-share-init-content wf-handle {
    display: block;
    margin: 10px 0px;
    text-align: right;
}


/*侧边栏广告位样式*/

:root {
    --ad_banner-width: 100%;
}

wf-ad_banner {
    position: relative;
    display: block;
    width: var(--ad_banner-width);
    height: auto;
    overflow: hidden;
}

wf-ad_banner ul.ad_banner-container {
    width: 200%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

wf-ad_banner ul.ad_banner-container li,
wf-ad_banner ul.ad_banner-container li a {
    display: block;
    height: 100%;
}

wf-ad_banner ul.ad_banner-container li {
    display: inline-block;
    width: 50%;
}

wf-ad_banner ul.ad_banner-container li a img {
    width: 100%;
}

wf-ad_banner ul.ad_banner-index-container {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    margin: 0;
}

wf-ad_banner ul.ad_banner-index-container li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 50%;
}

wf-ad_banner ul.ad_banner-index-container li.active,
wf-ad_banner ul.ad_banner-index-container li:hover {
    opacity: 1;
}


/*侧边栏广告位样式结束*/


/*主站应用商店样式*/

wf-appstore {
    display: block;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

wf-appstore wf-appstore-title {
    float: left;
    margin-left: 7px;
}

wf-appstore wf-appstore-title a {
    font-size: 24px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-decoration: none;
}


/* wf-appstore wf-appstore-title a:hover {
      color: rgb(130, 187, 255);
  } */


/* wf-appstore tab {
  padding-left: 0;
  margin-left: 140px;
  margin-right: 7px;
  border-bottom: 1px solid rgb(229, 229, 229);
}
wf-appstore tab tab-nav {
  display: inline-block;
  border-bottom: 2px solid transparent;
  height: auto;
  padding: 2px 15px 10px 15px;
  color: rgb(51, 51, 51);
}
wf-appstore tab tab-nav.active {
  border-bottom: 2px solid rgb(68, 136, 221);
  color: rgb(68, 136, 221);
} */

wf-appstore typelist {
    padding: 0;
    margin: 20px 0;
    margin-top: 25px;
    display: block;
    line-height: 30px;
    margin-left: 140px;
}

wf-appstore typelist typename {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #ddd;
    padding: 0 10px;
    border-radius: 5px;
    height: 30px;
    background-color: #fff;
    cursor: pointer;
    font-size: 13px;
    position: relative;
}

wf-appstore typelist typename.active {
    border: 1px solid #417dc9;
    background-color: #417dc9;
    color: #fff;
}

@keyframes fivezhe {
    0% {
        transform: translateY(1px) scale(0.8);
    }
    50% {
        transform: translateY(-1px) scale(0.8);
    }
    100% {
        transform: translateY(1px) scale(0.8);
    }
}

wf-appstore typelist typename span.appstore-hot {
    position: absolute;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 14px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ff7709;
    background: -moz-linear-gradient(left, hsla(27, 100%, 52%, 1) 1%, hsla(42, 100%, 53%, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, hsla(27, 100%, 52%, 1)), color-stop(100%, hsla(42, 100%, 53%, 1)));
    background: -webkit-linear-gradient(left, hsla(27, 100%, 52%, 1) 1%, hsla(42, 100%, 53%, 1) 100%);
    background: -o-linear-gradient(left, hsla(27, 100%, 52%, 1) 1%, hsla(42, 100%, 53%, 1) 100%);
    background: -ms-linear-gradient(left, hsla(27, 100%, 52%, 1) 1%, hsla(42, 100%, 53%, 1) 100%);
    background: linear-gradient(to right, hsla(27, 100%, 52%, 1) 1%, hsla(42, 100%, 53%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff7709', endColorstr='#ffb80d', GradientType=1);
    z-index: 5;
    position: absolute;
    top: -20px;
    width: 24px;
    right: -19px;
    animation: fivezhe 1.8s infinite;
    animation-duration: 1.8s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: fivezhe;
    padding-right: 8px;
    background-image: linear-gradient(225deg, #FF4F21 0%, #FF3BC3 100%);
}

wf-appstore typelist typename span.appstore-hot:after {
    bottom: -4px;
    left: 3px;
    border-top: solid transparent;
    border-top-color: transparent;
    border-top-width: medium;
    border-right: solid transparent;
    border-right-color: transparent;
    border-right-width: medium;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: rgba(136, 183, 213, 0);
    border-top-color: #ff7709;
    border-width: 5px;
    margin-left: 0;
}

wf-appstore container {
    display: block;
    background-color: #fff;
    text-align: center;
}

wf-appstore container app {
    vertical-align: top;
    display: inline-block;
    margin: 10px;
    padding: 6px;
    box-shadow: 0px 0px 10px #eee;
}

wf-appstore container app {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 170px;
    margin: 7px 2px;
    padding: 0;
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /* cursor: pointer; */
}

wf-appstore container app:hover {
    box-shadow: 0px 0px 15px #ddd;
}

wf-appstore container app>recommend-app {
    background-image: url(/images/icon_recommend-app.png);
    position: absolute;
    width: 20px;
    height: 26px;
    position: absolute;
    /* right: 0; */
    width: 20px;
    left: 5px;
    height: 26px;
    top: 0;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
}

wf-appstore container app a {
    text-decoration: none;
}

wf-appstore container app image {
    display: block;
    width: 170px;
    height: 106px;
    background-repeat: no-repeat;
    background-position: center;
}

wf-appstore container app no-img {
    display: inline-block;
    line-height: 140px;
    width: 226px;
    height: 140px;
    background-color: lightblue;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

wf-appstore container app app-info {
    width: 100%;
    height: 88px;
    padding-top: 5px;
    box-sizing: border-box;
    display: block;
    width: auto;
    font-size: 12px;
    color: #333;
    text-align: left;
    padding: 0 5px;
    position: relative;
}

wf-appstore container app app-info app-desc {
    height: 16px;
    margin-bottom: 5px;
}

wf-appstore container app app-info favorite-info {
    display: block;
    position: absolute;
    right: 10px;
    border: none;
    /* width: 15px; */
    height: 14px;
    line-height: 14px;
    top: 51px;
    color: #999999;
}

wf-appstore container app app-info img {
    display: inline-block;
    vertical-align: bottom;
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

wf-appstore container app app-info star-number {
    display: inline-block;
    vertical-align: bottom;
    color: #999;
}

wf-appstore container app app-info sold {
    display: block;
    position: absolute;
    font-size: 12px;
    right: 10px;
    bottom: 4px;
    color: #999999;
}

wf-appstore container app app-name,
app-desc {
    display: block;
    font-size: 14px;
    color: #3c3c3c;
    margin: 5px 0px;
    text-overflow: ellipsis;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
}

wf-appstore container app app-name {
    max-width: 160px;
    margin-top: 0;
    padding-top: 5px;
}

wf-appstore container app app-desc {
    color: #999999;
    font-size: 12px;
}

wf-appstore container app app-name:hover {
    color: rgb(130, 187, 255);
}

wf-appstore container app wf-user a {
    display: inline-block;
    color: #999999;
    font-size: 12px;
    width: 110px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

wf-appstore container app i {
    width: auto;
    color: darkorange;
    cursor: pointer;
    margin-top: 11px;
    float: right;
}


/*主站应用商店样式结束*/


/* 分页组件样式*/

wf-appstore wf-pagination {
    display: block;
    text-align: center;
    margin: 5px 0;
    height: 28px;
    line-height: 28px;
}

wf-appstore wf-pagination button {
    background-color: #fff;
    color: #333;
    font-size: 12px;
    padding: 0 10px;
    height: 28px;
    border: 1px solid rgb(221, 221, 221);
    margin: 0 5px;
    border-radius: 0;
    vertical-align: top;
}

wf-appstore wf-pagination button:hover {
    background-color: #fff;
    border-color: rgb(68, 136, 221);
    color: #333;
    cursor: pointer;
}

wf-appstore wf-pagination span {
    display: inline-block;
    margin: 0 5px;
    font-weight: normal;
    padding: 0;
    color: #333;
    vertical-align: top;
    font-size: 12px;
    height: 28px;
    padding: 0;
}

wf-appstore wf-pagination input {
    vertical-align: top;
    width: 48px;
    height: 26px;
    margin: 0 5px;
    padding: 0;
    text-indent: 5px;
    outline: none;
    border: 1px solid rgb(221, 221, 221);
}


/*分页组件样式结束*/


/* 移动端蒙版开始 */

wf-m-pop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    box-sizing: border-box;
}

wf-m-popwindow {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

wf-m-closeicon {
    display: flex;
    z-index: 101;
    cursor: pointer;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
    vertical-align: top;
    width: 98%;
    padding: 5px;
    box-sizing: border-box;
}

wf-m-closeicon wf-m-close-btn {
    width: 30%;
    display: inline-block;
    text-align: left;
    color: #48d;
}

wf-m-closeicon wf-m-title {
    width: 35%;
    display: inline-block;
}

wf-m-closeicon wf-m-sender-btn {
    width: 30%;
    display: inline-block;
    text-align: right;
    color: #48d;
}

wf-m-popbody {
    display: block;
    height: 95%;
    width: 100%;
    overflow-y: auto;
    padding: 5px;
    box-sizing: border-box;
}

wf-m-popbody message-handle {
    display: none;
}

wf-m-popbody forward-message message-handle {
    display: block;
}

wf-m-popbody wf-article-content * {
    margin: 0;
    padding: 0;
}

wf-m-popbody comment-reply-item {
    margin: 5px 0;
}


/* 移动端蒙版结束*/


/* 移动端发帖开始功能 */

wf-m-write {
    display: block;
    text-align: right;
    height: 35px;
    line-height: 35px;
    position: fixed;
    bottom: 4%;
    right: 0px;
    z-index: 2;
}

wf-m-write wf-m-write-add {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #48d;
    text-align: center;
    border-radius: 20px;
    font-size: 30px;
    margin: 0px 10px 0px 0px;
    background: #48d;
    color: #fff;
}

wf-m-message-content {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

wf-m-textarea-wrap {
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
}

wf-m-textarea-wrap textarea {
    width: 96%;
    border: none;
    resize: none;
    outline: none;
    font-family: monospace;
    line-height: 20px;
    word-break: break-all;
    white-space: pre-wrap;
    text-align: left;
    overflow-y: auto;
    min-height: 120px;
    /* background-color: #f8f8f8; */
    padding: 5px;
    line-height: 20px;
    font-size: 13px;
}

wf-m-textarea-wrap wf-textarea-mirror {
    margin: 0;
    /* margin: 36px 0px; */
}


/* 移动端发帖结束功能 */


/* 移动端addlist开始 */

wf-m-add-mes-pop {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1000;
}

wf-m-add-mes-body {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
    background: rgb(255, 255, 255);
    text-align: left;
    padding: 10px 0px;
}

wf-m-write-list {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #333;
}

m-write-list-item {
    width: 100%;
    display: inline-block;
    width: 70px;
    height: 50px;
    line-height: 40px;
    border: 1px solid #48d;
    box-sizing: border-box;
    padding: 3px;
    background: #48d;
    border-radius: 10px;
    color: #fff;
    margin: 10px;
}

wf-m-btn {
    display: block;
    color: #333;
    text-align: center;
    width: 100%;
    padding: 5px;
    height: 30px;
    box-sizing: border-box;
}


/* 移动端alllist结束 */


/* 移动端@功能开始 */

m-follow-list {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
    padding: 5px;
}

m-follow-list wf-p.prompt {
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    background-color: rgb(201, 197, 197);
    padding: 0px 10px;
}

m-follow-list wf-p.search {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
}

wf-p.search input {
    width: 97%;
    height: 30px;
    line-height: 30px;
}

m-follow-list wf-ul {
    display: block;
}

m-follow-list wf-li {
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
}

wf-m-message-button {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    background: #fff;
    z-index: 3;
    width: 95%;
}


/* 移动端@功能结束 */


/* 移动端font 开始 */

i.mobile {
    width: auto;
    margin: 0;
    float: none;
    font-size: 20px;
    vertical-align: middle;
}

i.fa-file-video,
i.fa-image,
i.fa-at {
    color: #a3a3a3;
}


/* 移动端font 结束 */


/* 移动端上传图片开始 */

wf-m-message-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0;
    max-width: 400px;
}

wf-m-message-img wf-m-img-item {
    position: relative;
    display: inline-block;
    width: 30%;
    height: 30%;
    max-width: 120px;
    max-height: 120px;
    min-height: 30px;
    /* background: violet; */
    margin: 0 10px 10px 0;
    vertical-align: top;
}

wf-m-img-item img {
    width: 100%;
    height: 100%;
}

wf-m-img-item.add-img {
    position: relative;
    width: 30%;
    height: 30%;
    max-width: 120px;
    max-height: 120px;
    z-index: 1;
}

wf-m-img-item b {
    position: absolute;
    right: 0px;
    top: 0;
    /* display: none; */
    font-size: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #3c3c3c;
    color: #fff;
    z-index: 8;
}

wf-m-img-item wf-loading-content {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    max-width: 80px;
    max-height: 80px;
    background: #fff;
}


/* 移动端上传图片结束 */


/* 移动端转发评论上传图片样式开始 */

.mForwordComent wf-m-img-item {
    min-height: 50px;
}

.mForwordComent wf-loading-content wf-loading {
    margin-top: 0;
}


/* 移动端转发评论上传图片样式结束*/


/* 移动端上传视频开始 */

wf-m-message-video {
    width: 100%;
    display: block;
    position: relative;
    margin: 10px 0;
}

wf-m-message-video video {
    width: 70%;
    height: auto;
    max-width: 400px;
    max-height: 200px;
}

wf-m-message-video b {
    position: absolute;
    left: 70%;
    top: 0;
    /* display: none; */
    font-size: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #3c3c3c;
    color: #fff;
    z-index: 8;
}


/* 移动端上传视频结束*/


/* 移动端转发开始 */


/* 转发 */

wf-m-forword-content {
    display: block;
    padding: 5px;
    margin-top: 3px;
}

wf-m-forward-des {
    display: block;
    width: 100%;
    height: 70px;
    padding: 10px;
    background: #f5f5f5;
    margin-top: 10px;
    box-sizing: border-box;
    font-size: 13px;
}

wf-m-forward-des wf-m-forward-des-left {
    display: inline-block;
    width: 100px;
    height: 50px;
    text-align: center;
}

wf-m-forward-des-left img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 50px;
}

wf-m-forward-des wf-m-forward-des-right {
    display: inline-block;
    width: calc(100% - 110px);
    vertical-align: top;
    padding: 0px 5px;
}

wf-m-forward-des-right wf-m-nickname {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
}

wf-m-forward-des-right wf-m-content {
    display: inline-block;
    width: 100%;
    color: #5e5e5e;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
    margin: 5px 0 0 0;
}


/* 移动端转发结束 */


/* 移动端帖子详情页开始 */

wf-m-popwindow.messageDetail wf-m-popbody {
    height: calc(100% - 100px);
}

wf-m-popwindow.messageDetail message-list-wrap-right message-list-wrap-button {
    box-sizing: border-box;
    text-align: right;
}

wf-m-popwindow.messageDetail message-list-wrap-right wf-nickname {
    font-size: 14px;
}

wf-m-popwindow.messageDetail message-list-wrap-right wf-create-time {
    font-size: 13px;
    color: #605f5f;
}

wf-m-popwindow.messageDetail forward-message wf-button * {
    vertical-align: unset;
}

wf-m-popwindow.messageDetail message-list-wrap-right wf-content {
    font-size: 14px;
}

wf-m-popwindow.messageDetail wf-button img {
    width: 18px;
    height: 18px;
}

wf-m-popwindow.messageDetail wf-button * {
    vertical-align: middle;
}

wf-m-popwindow.messageDetail message-list-wrap wf-article-content {
    margin: 0;
}

wf-m-popwindow.messageDetail message-button {
    width: 100%;
    position: fixed;
    bottom: 0px;
    margin: 10px 0px;
    display: block;
    vertical-align: middle;
    z-index: 5;
    background: rgb(255, 255, 255);
    height: 30px;
    box-sizing: border-box;
}

wf-m-popwindow.messageDetail message-button wf-button {
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    width: 31%;
    text-align: center;
}


/* 移动端帖子详情页结束 */


/* 移动端消息列表开始 */

message-list-wrap {
    display: block;
}

message-list-wrap message-list-wrap-head {
    display: block;
    width: 100%;
    height: 45px;
    border-top: 1px solid rgb(204, 204, 204);
    text-align: left;
    margin: 5px 0;
    padding: 10px 0;
}

message-list-wrap-head head-title {
    display: inline-block;
    width: auto;
    padding: 3px;
    margin: 0px 10px 0px 0;
}

message-list-wrap-head head-title.active {
    border-bottom: 1px solid #df6807d5;
}

head-title wf-span.title {
    margin: 0 5px 0 0px;
}

message-list-wrap message-list-wrap-content {
    width: 100%;
    height: auto;
    display: block;
}

message-list-wrap-content wf-p.noData {
    font-size: 14px;
    color: #5e5e5e;
    text-align: center;
}

message-list-wrap-content message-list-wrap-item {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px 0px 5px;
}

message-list-wrap-item message-list-wrap-left {
    width: 40px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

message-list-wrap-left img {
    vertical-align: middle;
    border: 1px solid rgb(204, 204, 204);
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

message-list-wrap-item message-list-wrap-right {
    width: calc(100% - 50px);
    height: auto;
    display: inline-block;
    word-break: break-all;
    margin: 0 0 0 10px;
}

message-list-wrap-right wf-nickname {
    display: -webkit-box;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

message-list-wrap-right wf-content {
    display: block;
    width: 100%;
}

message-list-wrap-right comment-reply {
    width: 100%;
    background: rgb(241, 241, 241);
    display: block;
    height: auto;
}

comment-reply comment-reply-item {
    display: block;
    margin: 1px 0px;
    vertical-align: middle;
    overflow-wrap: break-word;
    word-break: break-all;
    padding: 2px;
}

comment-reply-item nickname {
    display: inline-block;
    width: auto;
    margin: 0px;
    color: rgb(129, 197, 186);
}

comment-reply-item wf-span {
    margin: 0px 0px 0px 3px;
}

message-list-wrap-right message-list-wrap-button {
    display: block;
    width: 100%;
    margin: 3px 0;
}

message-list-wrap-button wf-button {
    width: auto;
    display: inline-block;
    text-align: left;
    color: #333;
}

message-list-wrap-button wf-button img {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

message-list-wrap message-list-wrap-footer {
    display: block;
    width: 100%;
    border: 1px solid rgb(204, 204, 204);
    text-align: center;
    margin: 5px 0;
}


/* 移动端消息列表结束 */


/*  移动端replyPop开始 */

wf-reply-pop {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1000;
}

wf-reply-pop wf-reply-body {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
    min-height: 150px;
    background: rgb(255, 255, 255);
    text-align: left;
    padding: 5px;
}

wf-reply-body wf-m-textarea-wrap {
    width: 80%;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    box-sizing: border-box;
}

wf-reply-body wf-m-textarea-wrap textarea {
    width: 100%;
    height: 50px;
    border: 1px solid rgb(204, 204, 204);
    resize: none;
    outline: none;
    font-family: monospace;
    word-break: break-all;
    overflow-y: visible;
    background-color: rgb(255, 255, 255);
    border: 1px solid #ccc;
    min-height: unset;
    box-sizing: border-box;
}

wf-reply-body wf-m-textarea-wrap wf-textarea-mirror {
    margin: 0;
    height: 50px;
    min-height: unset;
    box-sizing: border-box;
}

wf-reply-body wf-reply-handle {
    width: 15%;
    display: inline-block;
    min-height: 30px;
    vertical-align: middle;
}

wf-reply-handle wf-button {
    border: 1px solid rgb(255, 255, 255);
    color: #48d;
    /* margin-left: 5px; */
    padding: 5px;
    vertical-align: middle;
}


/*  移动端replyPop结束 */


/* 移动端同时评论转发开始 */

wf-m-meanwhile-handle {
    display: block;
    position: fixed;
    bottom: 45px;
    z-index: 3;
    background: #fff;
}

wf-m-meanwhile-handle wf-button.meanwhile {
    padding: 0px;
    margin: 0px;
}

wf-button.meanwhile input[name='meanwhileComment'] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

wf-button.meanwhile wf-span {
    vertical-align: middle;
    margin: 0px 0px 0px 5px;
}


/* 移动端同时评论转发结束 */


/* 移动端长按按钮开始 */

wf-m-button-pop {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1000;
}

wf-m-button-body {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
    background: rgb(255, 255, 255);
    text-align: left;
    padding: 10px 0px;
}


/* 移动端长按按钮结束*/


/* 学术圈开始 */

wf-academic {
    display: block;
    box-sizing: border-box;
    width: auto;
    height: calc(100% - 50px);
    margin: 0;
    padding: 0;
    max-width: 960px;
    min-width: 620px;
}

wf-academic-init {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

wf-academic-init input[type='checkbox'] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

wf-academic-init academic-container {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

academic-container em {
    color: #ef7d24;
    font-style: normal;
}

academic-container wf-span {
    color: #717171;
}

academic-container search-claim {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

search-con {
    display: block;
    margin: 10px 0;
    text-align: right;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

search-con .search-select-type {
    margin: 0 10px 0 0;
}

search-con .search-select {
    width: 20%;
    max-width: 120px;
    height: 32px;
    line-height: 32px;
    padding: 5px;
}

search-con .search-select option {
    padding: 5px;
    height: 40px;
    line-height: 40px;
    min-height: unset;
    display: block;
}

search-con .search-input {
    height: 30px;
    line-height: 30px;
    width: 25%;
    margin: 0 0 0 10px;
}

search-con .search-btn {
    margin: 0 0 0 10px;
    height: 30px;
    line-height: 30px;
}

list-con {
    display: block;
    margin: 10px 0;
    text-align: right;
    width: 100%;
    height: auto;
    max-height: calc(100% - 30px);
    overflow-y: auto;
    margin-top: 0;
}

list-con.myClaim {
    height: auto;
    max-height: calc(100% - 1px);
}

list-con input.searchResultCheckbox {
    display: none;
    margin: 3px 10px 0 0;
}

list-con.myClaim input.searchResultCheckbox {
    display: inline-block;
}

list-con wf-p {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

list-item {
    padding: 10px 0;
    margin-left: 10px;
    display: block;
    text-align: left;
}

list-item-con {
    display: block;
    border-bottom: #a4a4a4 1px dotted;
}

list-item-con list-item-con-left {
    display: inline-block;
    width: 50px;
    height: auto;
    float: left;
    margin: 3px 10px 0 0;
    text-align: right;
}

list-item-con list-item-con-right {
    display: inline-block;
    width: calc(100% - 60px);
    height: auto;
    float: left;
}

list-item-title {
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    color: #484848;
    line-height: 30px;
    cursor: pointer;
}

item-title-con {
    display: 'inline-block';
    vertical-align: middle;
}

item-title-zh {
    margin: 0 10px 0 0;
}

item-status {
    display: inline-block;
    border: #329e11 1px solid;
    color: #2a6eb7;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    padding: 1px 20px;
    margin: 0 10px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

item-appeal {
    display: inline-block;
    color: #777;
    font-size: 14px;
    font-weight: normal;
    /*
  padding: 1px 20px;
  margin-left: 10px; */
}

item-repeat {
    display: inline-block;
    color: #ff0000;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-left: 10px;
}

item-handle wf-button {
    /* background: #417dc9;
  color: #fff; */
    line-height: 30px;
    height: 30px;
    border-radius: 6px;
    padding: 0 5px;
    vertical-align: middle;
    border: 1px solid #333;
}


/* item-handle wf-button:hover {
  background: #417dc9;
} */

item-handle wf-button.fullDownload {
    background: #417dc9;
    color: #fff;
    padding: 0 15px;
    border: unset;
}

item-handle wf-button.fullDownload {
    background: #417dc9;
}

item-handle wf-button a {
    color: #fff;
}

item-handle wf-button a:hover {
    background: #417dc9;
    color: #fff;
}

list-con.myAppeal item-handle {
    display: block;
    margin: 10px 0;
}

list-con.myAppeal list-item-des {
    display: block;
    margin: 10px 0px;
}

list-con.myAppeal list-item-explain {
    display: block;
    margin: 10px 0px;
}

list-con.myAppeal list-item-title {
    display: block;
}

list-item-more-info {
    display: block;
    color: #717171;
    font-size: 12px;
    line-height: 2;
    padding: 7px 0 4px 0;
}

list-item-more-info item-handle {
    display: block;
    margin: 10px 0;
}

item-other {
    display: block;
}

item-source {
    display: inline-block;
    float: left;
    background: transparent;
    color: #417dc9;
    cursor: pointer;
    margin-right: 10px;
}

item-label {
    display: inline-block;
    float: left;
}

item-label wf-span {
    border: #d2d2d2 1px solid;
    color: #077c04;
    line-height: normal;
    padding: 0 5px;
    margin: 0px 5px;
    vertical-align: middle;
}

item-volume {
    display: inline-block;
    float: left;
}

handle-con {
    width: 100%;
    height: auto;
    display: none;
    text-align: center;
    margin: 0 0 10px 0;
}

handle-checkboxall {
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    margin-right: 10px;
    padding: 6px 10px 6px 5px;
    /* color: #fff;
  background: #417dc9; */
    border-radius: 6px;
    vertical-align: middle;
    float: left;
    margin-left: 16px;
    width: 100px;
}

handle-checkboxall .checkboxAll {
    height: auto;
    margin-right: 15px;
}

handle-claim {
    display: inline-block;
}

handle-claim wf-button {
    background: #417dc9;
    color: #fff;
    line-height: 33px;
    height: 33px;
    width: 60px;
    border-radius: 6px;
    vertical-align: middle;
}

handle-claim wf-button:hover {
    background: #417dc9;
    color: #fff;
}

claim-warning {
    display: inline-block;
    font-weight: 600;
}

claim-warning em {
    color: #ff0000;
}

wf-page {
    display: block;
    padding: 10px;
}

wf-page wf-button {
    height: 30px;
    line-height: 30px;
}

wf-page wf-button:hover {
    background: #417dc9;
    color: #fff;
}

wf-page wf-span {
    color: #417dc9;
    margin: 0 10px;
}

wf-page wf-span {
    cursor: pointer;
}

wf-page wf-span.default {
    cursor: default;
}

wf-page input {
    height: 30px;
    line-height: 30px;
}


/* 申诉蒙版 */

popmask.appeal_materials popdialog {
    max-width: 700px;
}

appeal-materials-con {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

appeal_con {
    display: block;
    box-sizing: border-box;
    margin: 10px 0;
}

appeal_con wf-span {
    margin-right: 10px;
    color: #ff0000;
}

wf-materials-progress {
    margin: 5px 0;
    display: block;
    width: auto;
    max-width: 300px;
}

wf-materials-progress h4.upload-schedule wf-p {
    margin: 3px 0;
}

wf-materials-progress upload-progress {
    position: relative;
    display: block;
}

wf-materials-progress upload-progress-ing {
    top: 0px;
}

wf-materials-submit {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: center;
    background: 1px solid #d4d2d2;
    color: #333;
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #d4d2d2;
    cursor: pointer;
    margin: 0 0 10px 0;
}


/* 学术圈结束 */


/* 主站论文购买页引期刊专题套餐样式开始 */

wf-acs-package {
    display: flex;
    /* display: none !important; */
}

wf-acs-package-header {
    margin-top: 10px;
    line-height: 1.428571429;
    font-family: '微软雅黑', '宋体';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

wf-acs-package-title {
    position: relative;
    padding: 0px 16px;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    line-height: 36px;
    text-decoration: none;
    color: #333;
}

wf-acs-package-describe {
    color: #484848;
    font-size: 14px;
}

wf-acs-package-content {
    padding: 14px 23px;
    border: 1px solid #e0e0e0;
    margin-top: 10px;
}

wf-acs-package-wrap-bottom {
    display: flex;
}

wf-acs-package .open-sale-link {
    cursor: pointer;
}

wf-acs-package {
    /* flex-grow: 1; */
    flex-direction: column;
}

wf-acs-package-l .package-cate {
    /* margin-top: 20px; */
    border-left: 3px solid #af701c;
    padding-left: 5px;
}


/* wf-acs-package-l ,wf-acs-package-r{
      flex-grow: 1;
  } */

wf-acs-package-r {
    justify-content: center;
    align-items: center;
    display: flex;
}

wf-acs-package-l ul {
    display: inline-block;
    margin: 0;
}

wf-acs-package-l ul li {
    position: relative;
    cursor: pointer;
    text-align: center;
    height: 83px;
    width: 150px;
    border: 1px solid #8f8f8f;
    border-radius: 6px;
    margin: 0 15px 0 0;
    float: left;
    padding: 5px;
}

wf-acs-package-l ul li .price-con {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: 2px;
}

wf-acs-package-l ul li .expire-time {
    letter-spacing: 1px;
}

wf-acs-package-l ul li .price-con .package-name {
    font-size: 14px;
    /* font-weight: bold; */
    display: inline-block;
    margin-bottom: 3px;
}

wf-acs-package-l ul li .price-con .recharge-money {
    font-size: 20px;
    font-weight: 800;
}

wf-acs-package-l ul li .package-amount-prompt {
    color: #af701c;
    font-size: 13px;
}

wf-acs-package-l ul li.active {
    border: 1px solid #af701c;
    overflow: hidden;
}

wf-acs-package-l ul li i.fa-check {
    display: none;
}

wf-acs-package-l ul li.active i.fa-check {
    display: inline;
    color: #f2f9ff;
    position: absolute;
    right: 2px;
    bottom: 2px;
    font-size: 12px;
}

wf-acs-package-l ul li.active::after {
    content: '';
    position: absolute;
    right: -60%;
    bottom: -55%;
    width: 100%;
    height: 100%;
    background-color: #af701c;
    z-index: -1;
    transform: rotate(-45deg);
}

wf-acs-package .open-sale-link {
    height: 25px;
    line-height: 25px;
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #af701c;
    color: #af701c;
    margin-left: 20px;
    min-width: 28px;
}

wf-acs-package .open-sale-link:hover {
    background-color: #af701c;
    border: 1px solid #af701c;
    color: #fff;
}


/* 竖版 */

wf-acs-package.verticalRow {
    display: block;
    width: 100%;
    height: auto;
    max-width: 230px;
}

wf-acs-package.packageBorder {
    border: 1px solid #eee;
}

.verticalRow wf-acs-package-title {
    width: 100%;
    display: block;
    line-height: 30px;
    height: 30px;
    background-color: #af701c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
}

.verticalRow wf-acs-package-content {
    border: unset;
    display: block;
    margin: 0;
    padding: 10px 0 0 0;
}

.verticalRow .couponList {
    padding: 0;
    margin: 0;
}

.verticalRow .couponList .couponBox {
    font-size: 12px;
    margin: 0 2px 8px 3px;
}

.verticalRow .couponBox .couponInfo p {
    padding-top: 6px;
}


/* .verticalRow .couponList .couponBox {
  width: 230px;
} */

.verticalRow wf-acs-package-wrap-top {
    display: block;
}

.verticalRow wf-acs-package-wrap-bottom {
    display: block;
    text-align: center;
    margin: 0;
}

.verticalRow wf-acs-package-l {
    display: block;
    width: 100%;
    text-align: center;
}

.verticalRow wf-acs-package-l ul.b2c {
    padding: 10px 25px 10px 37px;
}

.verticalRow ul.b2c li {
    margin: 5px 0;
}

.verticalRow wf-acs-package-r {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
}

.verticalRow .open-sale-link {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: 150px;
    /* margin: 0 0 0 -15px; */
    text-align: center;
    margin: 0 0 0 10px;
}

.verticalRow wf-acs-package-describe {
    font-size: 12px;
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
}

.verticalRow .topBorder {
    border-top: 1px solid #e0e0e0;
}


/* 主站论文购买页引期刊专题套餐样式结束 */


/* 账务资源包整合 开始 */

wf-acs-conformity-resource-package {
    display: block;
    /* border-bottom: 1px solid #ddd; */
}

wf-acs-conformity-resource-package wf-acs-head {
    color: #999;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    display: none;
}

wf-acs-conformity-resource-package wf-acs-body {
    display: flex;
    margin: 0 0 20px 0;
}

wf-acs-conformity-resource-package wf-acs-package {
    margin: 0 20px 0 0;
    box-shadow: 0 0 10px #eee;
    border: 1px solid #eee;
}

wf-acs-conformity-resource-package wf-acs-package:last-child {
    margin: 0;
}

wf-acs-conformity-resource-package .termOfValidity {
    padding: 10px 25px 10px 30px;
}

wf-acs-conformity-resource-package p {
    font-size: 12px;
    color: rgb(175, 112, 28);
}

wf-acs-conformity-resource-package p.package-name {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}

wf-acs-conformity-resource-package .termOfValidity .package-con {
    position: relative;
    top: 40%;
    transform: translateY(-60%);
    letter-spacing: 2px;
}


/* 账务资源包整合 结束*/


/* 媒体查询开始 */


/* @media screen and (max-width:320px){ */

@media (max-width: 320px) {
    wf-sns {
        min-width: 250px;
    }
    wf-sns ul {
        /*无序列表*/
        margin: 0;
    }
    wf-sns ol {
        /*有序列表*/
        margin: 0;
    }
    /* 表情 */
    wf-emoji-picker {
        display: none;
    }
    /* 图片 */
    wf-messagesender upload-image-container {
        min-width: 230px !important;
    }
    /* 视频 */
    .vjs-control-bar .vjs-control {
        width: 3em !important;
    }
    upload-video-container {
        min-width: 200px;
        top: 30px;
        left: 0px;
    }
    upload-video-container::after {
        border-width: 10px;
        border-bottom-color: #fff;
        left: 80px;
    }
    upload-video-container::before {
        border-width: 12px;
        border-bottom-color: #d4d2d2;
        left: 76px;
    }
    /* 编辑 */
    wf-button.wf-messagesender-editor {
        display: none;
    }
    /* 隐藏 */
    /* message-body-middle excellent-badge{
                  display:none;
              } */
    /* 隐藏 */
    /* wf-sns message-body-head wf-badge{
                  display:none;
               } */
    /* 隐藏 */
    /* wf-sns message-body-head wf-user-tag{
                   display:none;
               } */
    wf-sns message-body-head message-read-count {
        display: none;
    }
    wf-sns message-body-head wf-user {
        width: auto;
        max-width: calc(100% - 33px);
        min-width: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    message-detail-body message-detail-body-init {
        margin: 0px;
    }
    message-detail-body img-item-ul {
        margin: 0 0 10px 0;
    }
    message-detail-body message-handle {
        width: 100%;
        margin: 5px 0;
    }
    wf-sns message-handle-list {
        display: block;
        padding-bottom: 5px;
    }
    wf-sns textarea-wrap {
        display: block;
    }
    message-detail wf-article-content {
        padding: 0;
        margin: 0px;
    }
    wf-sns forward-message message-body {
        margin: 0px 10px;
        padding: 5px 10px;
    }
    wf-sns forward-message message-handle-list message-detail>message-body {
        margin-left: 5px;
    }
    wf-sns message-handle-list {
        display: block;
        margin: 0px;
        padding: 5px 0;
    }
    wf-sns message-handle-list textarea-wrap {
        margin: 0;
    }
    message-detail wf-article-content {
        margin: 0px;
    }
    /* 转发列表 */
    wf-sns message-handle-list {
        display: block;
        width: 100%;
        margin: 0px;
    }
    message-detail-body third-message {
        margin: 10px 0 0 0;
    }
    message-detail-body video {
        margin: 5px 0 0 0;
        width: 100%;
    }
    /* 隐藏wf-badge */
    /* message-body-middle wf-badge{
                  display:none;

              } */
    wf-sns message-body-middle create-time {
        width: auto;
        max-width: calc(100% - 60px);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    forward-message message-body-middle wf-badge {
        width: 40px;
    }
    wf-sns message-body-middle edit-state {
        display: none;
    }
    message-list-wrap message-detail-top>wf-user {
        top: 8px;
        left: 5px;
    }
    wf-postcard {
        display: none;
    }
    wf-reply {
        margin: 0;
    }
    praise-item-content>wf-user {
        width: 100%;
        max-width: 200px;
        min-width: 130px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    praise-item-content create-time {
        width: calc(100% - 40px);
        max-width: 200px;
        min-width: 130px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    message-list.wf-praise-list wf-praise-item-middle {
        margin: 0;
    }
    /*关注列表 */
    attention-item user-wrap-right-top wf-badge .img_badge {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 520px) {
    wf-sns ul {
        /*无序列表*/
        margin: 0;
    }
    wf-sns ol {
        /*有序列表*/
        margin: 0;
    }
    /* 图片 */
    wf-messagesender upload-image-container {
        min-width: 230px !important;
    }
    /* 表情 */
    /* 视频 */
    upload-video-container {
        min-width: 210px;
    }
    /* 编辑 */
    wf-button.wf-messagesender-editor {
        display: none;
    }
    wf-sns message-body-head message-read-count {
        display: none;
    }
    wf-sns message-body-head wf-user {
        width: auto;
        max-width: calc(100% - 90px);
        min-width: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    wf-sns message-handle {
        margin: 10px 0;
        width: 100%;
    }
    wf-sns textarea-wrap {
        display: block;
        margin: 0;
    }
    message-detail-body message-detail-body-init {
        margin: 0px;
    }
    message-detail-body img-item-ul {
        margin: 0 0 10px 0px;
    }
    wf-sns forward-message message-body {
        margin: 0px;
        padding: 0px 10px;
    }
    /* 转发评论功能 */
    wf-sns message-handle-list {
        display: block;
        margin: 0px;
        padding: 5px 0;
        width: 100%;
    }
    wf-sns message-handle-list textarea-wrap {
        margin: 0;
    }
    message-detail wf-article-content {
        margin: 0px;
    }
    message-detail-body third-message {
        margin: 10px 0 0 0;
    }
    message-detail-body video {
        margin: 5px 0 0 0;
        width: 100%;
    }
    message-list-wrap message-body {
        width: calc(100% - 60px);
        padding: 0;
    }
    wf-sns message-body-middle create-time {
        width: auto;
        max-width: calc(100% - 60px);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    forward-message message-body-middle create-time {
        width: auto;
        max-width: calc(100% - 60px);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    message-list-wrap message-detail-top>wf-user {
        top: 4px;
        left: 5px;
    }
    wf-reply {
        margin: 0;
    }
    praise-item-content>wf-user {
        width: 100%;
        max-width: 200px;
        min-width: 130px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    praise-item-content create-time {
        width: calc(100% - 40px);
        max-width: 200px;
        min-width: 130px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    message-list.wf-praise-list wf-praise-item-middle {
        margin: 0;
    }
    wf-chat-message-list#chat_message_list {
        height: 75%;
    }
    /*关注列表 */
    attention-item user-wrap-right-top wf-badge .img_badge {
        display: none;
    }
}

@media (max-width: 800px) {
    sns-container wf-rank-list rank-list-div-r {
        display: none !important;
    }
    sns-container wf-rank-list rank-list-div-l {
        width: 100% !important;
        margin-right: 0px !important;
    }
}

@media (min-width: 800px) {
    wf-popwindow.all_style wf-closeicon {
        color: #fff;
        text-shadow: 0 1px 0 #fff;
        right: -25px;
        top: 5px;
        background: none;
    }
}


/* 媒体查询结束 */


/*分享组件*/

wf-share-container {
    display: block;
    max-width: 90px;
    position: relative;
}

wf-share-container wf-pulldown-font wf-pulldown {
    position: absolute;
    right: -20px;
    top: 5px;
    min-width: 140px;
    display: grid;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    position: absolute;
    border: solid 1px #ccc;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 3px 1px rgb(0 0 0 / 20%);
    font-size: 14px;
    font-weight: normal;
    z-index: 100;
}

wf-share-container wf-button.weixiShareBtn {
    position: relative;
    height: 120px;
    vertical-align: bottom;
}

wf-share-container wf-button.weixiShareBtn wf-qrcode {
    display: block;
    width: auto;
    margin: 5px 0;
    /* position: absolute; */
    z-index: 100;
}


/*套餐组件*/

.wfPubAcc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.package-wrap {
    background-color: rgb(255, 255, 255);
    width: 198px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.package-wrap .package-card-wrap {
    margin-top: 10px;
}

wf-acs-package-test a {
    text-decoration: none;
}

.package-card-wrap {
    border-width: 1px;
    border-color: rgb(219, 117, 18);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 252, 245);
    width: 178px;
    height: 88px;
    text-align: center;
    display: flex;
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

.card-unit-wrap {
    background: linear-gradient(230deg, #db7512, #fbb36d);
    width: 38px;
    height: 88px;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.card-unit-wrap .unit-text {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    writing-mode: tb-rl;
    letter-spacing: 3px;
    margin-top: 15px;
}

.card-unit-wrap .arrow-1 {
    opacity: 0.702;
    border: 6px solid transparent;
    border-top: 6px solid #f8f8f8;
    margin-top: 7px;
    display: inline-block;
}

.card-unit-wrap .arrow-2 {
    border: 6px solid transparent;
    border-top: 6px solid #f8f8f8;
    margin-top: -7px;
    display: inline-block;
}

.package-card-wrap .card-detail-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    flex: 1;
    justify-content: center;
}

.card-detail-wrap .package-name {
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.card-detail-price .price-unit {
    font-size: 17px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 102, 0);
    font-weight: bold;
}

.card-detail-price .price-text {
    font-size: 27px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 102, 0);
    font-weight: bold;
}

.package-wrap-row {
    height: 130px;
    display: flex;
    align-items: center;
}

.package-wrap-row .package-card-wrap {
    margin-right: 20px;
}

.package-card-wrap .expire-time {
    font-size: 13px;
    font-family: "Microsoft YaHei";
    color: #999;
}

wf-acs-head .user-notice {
    border-width: 1px;
    border-color: rgb(255, 102, 0);
    border-style: solid;
    border-radius: 4px;
    font-size: 15px;
    color: rgb(255, 102, 0);
    width: 70px;
    height: 30px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}


/*套餐组件*/


/*套餐支付*/

.test-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgb(51, 51, 51);
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.test-wrap-body {
    position: absolute;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    align-items: center;
}

.test-wrap-content {
    width: 896px;
    height: 684px;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
}

.head-wrap {
    height: 100px;
    background-color: rgba(226, 160, 0, 0.41);
}

.package-name-wrap {
    height: 90px;
    background-color: #ddd;
}

.package-list-wrap {
    height: 220px;
    background-color: blue;
}

.pay-wrap {
    height: 270px;
    background-color: black;
}


/*套餐支付*/