.z-user-right-content/* 身份认证 */
.c-user-tag {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.c-user-tag i {
    transform: rotate(90deg);
}

.c-renzheng-wrap {
    width: 82.8%;
    min-height: 200px;
}

.c-user-renzheng-process {
    width: 100%;
    /*border: 1px solid #e6e6e6;*/
    padding: 15px;
    box-sizing: border-box;
}

.c-user-process-top {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.c-user-process-topItem {
    flex: 1;
    text-align: center;
}

.c-user-process-topItem span {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e6e6e6;

}

.c-user-process-topItem .bg-color {
    color: #fff;
}

.c-user-process-top hr {
    flex: 2;
}

.c-user-process-bot {
    display: flex;
    width: 100%;
    margin: 15px 0;
}

.c-user-process-botItem {
    flex: 1;
    color: #999;

    text-align: center;
}

.c-user-process-topItem h2 {
    font-weight: 700;
    margin: 10px 0px;
}

.c-limit-process {
    flex: 2;
}

.c-renzheng-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.c-renzheng-item label {
    color: #292929;
    margin-right: 20px;
    width: 57px;
    text-align: right;
}

.c-renzheng-item input {
    width: 54%;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
    padding: 0 10px;
    box-sizing: border-box;
}

.c-uopload-renzheng {
    display: flex;
    width: 100%;
}

.c-uopload-renzheng-tag {
    width: 57px;
    text-align: right;
}

.c-uopload-renzheng-content {
    margin-left: 1.6%;
    width: 80%;

}

.c-user-process-topItem .z-step-icon {
    width: 57px;
    height: 57px;
}

.c-uopload-renzheng-item {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.c-uopload-renzheng-item label {
    position: relative;
    width: 43%;
    height: 189px;
    margin-right: 3%;
    cursor: pointer;
}

.c-uopload-renzheng-item label:first-child {
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.c-uopload-renzheng-item label input[type=file] {
    opacity: 0;
}

.c-add-tag {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.c-upload-remind {
    margin-left: 8%;
    color: #999;
}

.c-save-renzheng {
    position: relative;
    margin-left: 8%;
    margin-top: 20px;
}

.c-save-renzheng i {
    position: absolute;
    top: 12px;
    left: 20px;
    color: #fff;
}

.c-save-renzheng input {
    width: 106px;
    height: 37px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    padding-left: 15px;
}


/* 我的下载S */
.z-user-right-content {
    width: 82.8%;
    min-height:1360px;
    padding: 20px;

}

.user-right-content{
    width: 82.8%;
    min-height:948px;
    padding: 20px 
}

.z-type-list ul li {
    margin-right: 48px;
}

.z-type-list ul li a {
    font-size: 16px;
    position: relative;
}

.z-type-list ul li .active {
    font-weight: bold;
}

.z-type-list ul li .active:hover {
    text-decoration: none;
}

.z-type-list ul li .active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 0px;
}

/* 我的下载E */
/* 个人中心S */
.z-user-right-content .layui-input,
.z-user-right-content .layui-textarea {
    width: 552px;
}

.z-user-right-content .layui-form-select {
    width: 552px;
    z-index: 99999;
}

.z-user-right-content .layui-form-select dl dd.layui-this {
    background-color: #D9383E;
}

.z-information-form .z-user-header {
    width: 100px;
    height: 100px;
    padding: 10px;
    margin-left: 10px;

}

.z-if-cell .z-title .z-name {
    display: inline;
    position: relative;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
}

.z-information-form .z-user-header img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
}

.z-user-header-tips p {
    font-size: 13px;
    color: #999999;
    line-height: 25px;
}

.z-user-header-btn {
    padding: 0px 10px;
    height: 37px;
}

/* 个人中心E */


/* 头像修改模态框S */
#modal-user .modal-header {
    border-radius: 22px 22px 0px 0px;
    color: #000000;
    background-color: #ffffff;
}

#modal-user .modal-content {
    border-radius: 22px;
}

#modal-user .modal-dialog {
    width: 520px !important;
}

#modal-user .modal-header .close {
    color: #000000;
}

#modal-user .modal-footer {
    text-align: center;
}

.cropper-container {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.cropper-container img {
    display: block;
    width: 100%;
    min-width: 0 !important;
    max-width: none !important;
    height: 100%;
    min-height: 0 !important;
    max-height: none !important;
    image-orientation: 0deg !important
}

.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cropper-drag-box {
    background-color: #fff;
    filter: alpha(opacity=0);
    opacity: 0
}

.cropper-modal {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5
}

.cropper-view-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: #69f solid 1px;
    outline-color: rgba(102, 153, 255, .75)
}

.cropper-dashed {
    position: absolute;
    display: block;
    filter: alpha(opacity=50);
    border: 0 dashed #fff;
    opacity: .5
}

.cropper-dashed.dashed-h {
    top: 33.33333333%;
    left: 0;
    width: 100%;
    height: 33.33333333%;
    border-top-width: 1px;
    border-bottom-width: 1px
}

.cropper-dashed.dashed-v {
    top: 0;
    left: 33.33333333%;
    width: 33.33333333%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px
}

.cropper-face,
.cropper-line,
.cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=10);
    opacity: .1
}

.cropper-face {
    top: 0;
    left: 0;
    cursor: move;
    background-color: #fff
}

.cropper-line {
    background-color: #69f
}

.cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize
}

.cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize
}

.cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize
}

.cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize
}

.cropper-point {
    width: 5px;
    height: 5px;
    background-color: #69f;
    filter: alpha(opacity=75);
    opacity: .75
}

.cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize
}

.cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize
}

.cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize
}

.cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize
}

.cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize
}

.cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize
}

.cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize
}

.cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    filter: alpha(opacity=100);
    opacity: 1
}

.cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: " ";
    background-color: #69f;
    filter: alpha(opacity=0);
    opacity: 0
}

@media (min-width:768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px
    }
}

@media (min-width:992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px
    }
}

@media (min-width:1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        filter: alpha(opacity=75);
        opacity: .75
    }
}

.cropper-bg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)
}

.cropper-invisible {
    filter: alpha(opacity=0);
    opacity: 0
}

.cropper-hide {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    filter: alpha(opacity=0);
    opacity: 0
}

.cropper-hidden {
    display: none !important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-canvas,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed
}

.avatar-view {
    display: block;
    width: 220px;
    height: 220px;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    cursor: pointer;
    overflow: hidden;
}

.avatar-view img {
    width: 100%;
}

.avatar-body {
    padding-right: 15px;
    padding-left: 15px;
}

.avatar-upload {
    overflow: hidden;
}

.avatar-upload label {
    display: block;
    float: left;
    clear: left;
    width: 20px;
}

.avatar-upload input {
    display: block;
    margin-left: 110px;
}

.avater-alert {
    margin-top: 10px;
    margin-bottom: 10px;
}

.avatar-wrapper {
    height: 301px;
    width: 301px;
    margin-top: 15px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
    background-color: #fcfcfc;
    overflow: hidden;
}

.avatar-wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
}

.avatar-preview {
    float: left;
    margin-top: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.avatar-preview:hover {
    border-color: #ccf;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.avatar-preview img {
    width: 100%;
}

.avatar-preview-p {
    margin-top: 10px;
    text-align: center;
    color: #9B9B9B;
}

.preview-lg {
    height: 125px;
    width: 125px;
    margin-top: 15px;
}

.preview-md {
    height: 100px;
    width: 100px;
}

.preview-sm {
    height: 50px;
    width: 50px;
}

@media (min-width: 992px) {
    .avatar-preview {
        float: none;
    }
}

#avatar-modal .btn {

    background-color: #D9383E;
}
#avatar-modal .modal-footer button{
    width: 100px;
}

.avatar-btns {
    margin-top: 10px;
    margin-bottom: 15px;
}

.avatar-btns .tools {
    width: 330px;
}

.avatar-btns .btn-group {
    margin-right: 5px;
}

.loading {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .75;
    filter: alpha(opacity=75);
    z-index: 20140628;
}

.preview-windows {
    display: flex;
    justify-content: center;
}

.modal-header .close {
    margin-top: -21px;
}

/* 头像修改模态框E */
.c_fonts_total{
    position: absolute;
    top: 11px;
    left: 59%;
}

/* 我的收藏S */
.z-ucrc-table .div .z-ucrc-img {
    width: 52px;
    height: 41px;
    margin-right: 10px;
}

.z-ucrc-table .div .z-ucrc-img img {
    width: 100%;
    height: 100%;
}

.z-ucrc-content {
    width: 362px;
    text-align: left;
}

.z-ucrc-table .div .z-other {
    color: #999999;
}

.z-ucrc-table .div .fenlei {
    margin-right: 15px;
    position: relative;
    line-height: 25px;
}

.z-ucrc-table .div .fenlei:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 90%;
    top: 1px;
    right: -7.5px;
    background-color: #999999;
}

.z-modify-psw-tips {
    text-align: left;
    width: 100%;
    margin-top: 30px !important;
    padding: 15px 16px;
    line-height: 25px;
    background: rgba(252, 237, 238, 1);
    border: 1px solid rgba(217, 56, 62, 1);
}

/* 我的收藏E */
.c-renzheng-ing {
    width: 100%;
    min-height: 645px;
    border: 1px solid #e6e6e6;
    text-align: center;
}

.c-renzheng-ing img {
    padding: 12% 0 15px 0;
    box-sizing: border-box;
}

.c-renzheng-ing h2 {
    font-size: 19px;
}

.c-back-renzheng {
    display: inline-block;
    width: 115px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    border-radius: 5px;
    color: 18px;
}

.c-back-renzheng:hover {
    color: #fff !important;
}

.z-modifyPsw-form .layui-word-aux {
    color: #D9383E !important
}

/* 文章列表S */
.z-urca-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.z-urca-title .z-title span {
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}

/* 文章列表E */

/* 我的留言S */
.c-user-leaveMessage {
    min-height: 500px;
    /*border: 1px solid #e6e6e6;*/
}


.c-leavaMessage-content {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.c-leaveMessga-item {
    width: 100%;
    margin-bottom: 15px;
}

.c-leaveMessage-ask {
    display: flex;
    width: 100%;
}

.c-leaveMessge-askLeft {
    width: 50px;
    height: 50px;
}


.c-leaveMessge-askLeft img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.c-leaveMessge-askRight {
    width: 92%;
    margin-left: 2%;
}

.c-leaveMessage-name {
    position: relative;
    width: 100%;
}


.c-leaveMessage-name span:first-child {
    margin-right: 20px;
    color: #000;
}

.c-leaveMessage-name span:nth-child(even) {
    color: #999999;
    font-size: 14px;
}

.c-leaveMessage-answerName {
    margin-bottom: 10px;
}

.c-leaveMessage-answerName span:nth-child(even) {
    color: #999999;
    font-size: 14px;
    margin: 0 10px;
}

.c-leaveMessage-answerName span:nth-child(odd) {
    font-size: 15px;
}

.c-leaveMessge-askContent {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.c-leaveMessge-askContent p {
    width: 100%;
}

.c-leaveMessage-answer {
    display: flex;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #F5F5F5;

}

.c-leaveMessage-answer-left {
    width: 50px;
    height: 50px;
}

.c-leaveMessage-answer-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.c-leaveMessage-answer-right {
    width: 90%;
    margin-left: 2%;
}

.c-leaveMessage-answerContent {
    width: 100%;
}


/* QQ表情 */
.c-qq-comment {
    width: 100%;
    margin: 0px auto 20px auto;
    position: relative;
    background: #fff;
    border-radius: 5px;
}

.c-qq-comment h3 {
    height: 28px;
    line-height: 28px
}

.com_form {
    width: 88%;
    position: relative;
    border: 1px solid #ccc;
}

.c-textarea {
    width: 100%;
    min-height: 100px;
    border: none;
    padding: 10px 10px 30px 10px;
    box-sizing: border-box;
    scrollbar-color: transparent transparent;
    scrollbar-track-color: transparent;
    -ms-scrollbar-track-color: transparent;
    resize: none;
}

.c-textarea::-webkit-scrollbar {
    display: none;
}

.c-textarea:focus {
    outline: none;
}

span.emotion {
    position: absolute;
    width: 42px;
    height: 20px;
    right: -15px;
    bottom: 14px;
    font-size: 22px;
    color: #4d4d4d;
}

span.emotion:hover {
    background-position: 2px -28px
}

.qqFace {
    width: 360px;
    margin-top: 4px;
    background: #fff;
    padding: 2px;
    border: 1px #dfe6f6 solid;
}

.qqFace table td {
    padding: 0px;
}

.qqFace table td img {
    cursor: pointer;
    border: 1px #fff solid;
}

.qqFace table td img:hover {
    border: 1px #0066cc solid;
}

#show {
    width: 770px;
    margin: 20px auto;
    background: #fff;
    padding: 5px;
    border: 1px solid #DDD;
    vertical-align: top;
}

.sub_btn {
    position: absolute;
    right: -94px;
    bottom: 0px;
    width: 83px;
    height: 30px;
    color: #fff;
    border-radius: 6px;
}


/* 我的关注&粉丝s*/

.c-fans-list {
    width: 100%;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    /*border: 1px solid #e6e6e6;*/
}

.c-fans-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.c-fans-list ul>li {
    display: flex;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 50px;
}

.c-fans-list ul>li:nth-child(2n) {
    margin-right: 0;
}

.c-fans-avatar {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.c-fans-avatar img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.c-fans-info {
    width: 75.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 2.5%;
}

.c-fans-info h2 {
    display: flex;

}

.c-fans-info h2 a {
    color: #282828;
    font-size: 15px;
    margin-right: 10px;
}

.c-fans-tag {
    display: inline-block;
    width: 33px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #f2bf61;
    background-color: #282828;
    border-radius: 5px;
    font-size: 12px;
}

.c-fans-worker {
    display: flex;
    align-items: center;
    margin: 7px 0;
}

.c-fans-worker p {
    margin-right: 20px;
    color: #999999;
}

.c-follow {
    width: 100%;
}



.c-follow a{
    width: 85px;
    height: 30px;
}
.c-follow a:hover {
	color: #fff !important;
}
.focus-btn {
    width: 85px;
    height: 30px;
    background-color: #D9383E;
    color:#fff;
}
.un-focus-btn {
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #D9383E;
    color: #D9383E;
    background-color: #fff;
    border-radius: 5px;
}
.un-focus-btn:hover{
    color:#D9383E;
}
.hu-focus-btn{
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #089261;
    color: #fff;
    border-radius: 5px;
}
.hu-focus-btn:hover{
    color:#fff;
}



/* 我的关注&粉丝e */

/* 我的举报s */
.c-user-tab {
    display: flex;
    align-items: center;
    width: 100%;
}

.c-user-tab a {
    font-size: 18px;
    font-weight: 600;
    margin-right: 5%;
    padding-bottom: 5px;
}

.c-user-tab .color {
    border-bottom: 2px solid #D9383E;
}
/* 
.c-user-reportTable {
    width: 100%;
}

.c-user-reportTable table {
    text-align: center;
    width: 100%;
    border: 1px solid #e6e6e6;
    color: #4D4D4D;

}

.c-user-reportTable thead tr th {
    text-align: center;
}

.c-user-reportTable table thead {
    padding: 15px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    text-align: center;
}

.c-user-reportTable table tbody td {
    text-align: center;
    white-space: nowrap;
}

.c-user-reportTable thead tr {
    text-align: center;
    display: flex;
    width: 100%;
    padding: 15px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
}

.c-user-reportTable thead tr th:first-child,
.c-user-reportTable thead tr th:nth-child(2),
.c-user-reportTable thead tr th:nth-child(5),
.c-user-reportTable thead tr th:nth-child(4) {
    flex: 1;
}

.c-user-reportTable thead tr th {
    flex: 2;
}

.c-user-reportTable thead tr th:last-child {
    flex: 3;
}

.c-user-reportTable tbody tr {
    display: flex;
    width: 100%;
    padding: 15px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
}

.c-user-reportTable tbody tr td:first-child,
.c-user-reportTable tbody tr td:nth-child(2),
.c-user-reportTable tbody tr td:nth-child(5),
.c-user-reportTable tbody tr td:nth-child(4) {
    flex: 1;
}

.c-user-reportTable tbody tr td:nth-child(3) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-user-reportTable tbody tr td {
    flex: 2;
}

.c-user-reportTable tbody tr td:last-child {
    flex: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-user-reportTable tbody a {
    color: #4D4D4D;
}

.c-user-reportTable tbody tr:last-child {
    border-bottom: none;
} */

/* 我的举报e */

/* 资金明细s */
.c-money-tag {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
}

.c-money-tag i {
    transform: rotate(90deg);
    color: #fff;
    margin-right: -5px;
}

.c-money-tagList {
    display: flex;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}

.c-money-tagLeft {
    width: 16%;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.c-money-tagLeft h2 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.c-money-tagLeft p {
    padding-right: 45px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.c-money-tagRight {
    display: flex;
    width: 50%;
    padding-top: 10px;
    box-sizing: border-box;
}

.c-money-tagRight a {
    display: inline-block;
    width: 66px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
    margin-right: 2%;
}

.c-money-tagRight a:hover {
    color: #fff !important;
}

.c-money-tagRight a:first-child {
    background-color: #089261;
}

.c-money-tagRight a:nth-child(2) {
    background-color: #d3383e;
}

.c-money-sum {
    font-size: 14px;
    margin-left: 30px;
    color: #999;
}

.c-money-content {
    width: 100%;
}

.c-money-header {
    width: 100%;
    padding: 12px 15px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}

.c-money-header ul {
    display: flex;
    align-items: center;
}

.c-money-header ul>li {
    margin-right: 5%;
}

.c-money-header ul>li a {
    font-size: 15px;
    font-weight: 400;
    color: #282828;
}

.c-money-header ul>li .color {
    font-weight: 600;
}

.c-money-body {
    width: 100%;
    border: 1px solid #e6e6e6;
    max-height: 280px;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-color: transparent transparent;
    scrollbar-track-color: transparent;
    -ms-scrollbar-track-color: transparent;
}

.c-money-body::-webkit-scrollbar {
    display: none;
}

.c-money-body table {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.c-money-body thead {
    width: 100%;
}

.c-money-body tbody {
    width: 100%;
}

.c-money-body thead tr {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
    box-sizing: border-box;
}

.c-money-body tbody tr {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
    box-sizing: border-box;
}

.c-money-body tbody tr:last-child {
    border-bottom: none;
}

.c-money-body thead th {
    flex: 2;
}

.c-money-body tbody td {
    flex: 2;

}

.c-money-body tbody td:last-child {
    border-bottom: none;
}

.c-money-body thead th:first-child {
    flex: 1;
}

.c-money-body tbody td:first-child {
    flex: 1;
}

.c-money-body thead th:nth-child(5) {
    flex: 3;
}

.c-money-body tbody td:nth-child(5) {
    flex: 3;
}

.c_color_red {
    color: #D9383E;
}

.c-leaveMessage-text {
    margin-top: 20px;
}

/* 资金明细E */




/* 新增S */

/* .z-uw-content {
    padding-top: 20px;
} */

.z-uw-content p {
    line-height: 30px;
    color: #4A4A4A;
}

.z-uw-tips b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.z-user-withdraw .layui-form-item {
    margin: 0px;
}

.z-uw-withdraw-input {
    width: 120px;
    margin: 0px 10px;
    background-color: #ffffff !important;
}

.z-user-withdraw .z-uw-content .layui-input {
    width: 36px;
    margin-top: -1px;
    border: none;
    text-align: left;
    color: #4A4A4A;
    background-color: transparent;
    padding-left: 0px;

}

.z-user-withdraw .z-uw-submit {
    margin-top: 30px;
    text-align: center;

}

.z-user-withdraw .z-uw-submit button {
    width: 182px;
    height: 46px;
}

.z-user-withdraw .layui-text em,
.layui-word-aux {
    color: #cccc !important;
}

.z-user-withdraw .z-not-verified {
    padding: 6px 0px;
    color: #4A4A4A;
}

.z-user-withdraw .z-not-verified button {
    width: 62px;
    height: 28px;
    border-radius: 7px;
    line-height: 0px;
    margin-left: 15px;
    padding: 0px;
    border: 1px solid rgba(227, 66, 59, 1);
}

.z-adon-tips {
    color: rgb(255, 196, 0) !important;
}

.bg-gary,
.z-user-withdraw-account .real-name,
.z-user-withdraw-account .IDcardInput {
    background-color: rgb(245, 245, 245);
}

#uwa-model1 .modal-dialog,
#uwa-model2 .modal-dialog {
    width: 400px;
}
#uwa-model1 button,#uwa-model2 button{
    width: 90px !important;
}
#avatar-modal .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
}

.z-wa-content .border {
    padding: 20px;
    border: 1px solid #E6E6E6;
}

/* 新增E */



/* 新增S */


.z-uw-content p {
    line-height: 30px;
    color: #4A4A4A;
}

.z-uw-tips b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.z-user-withdraw .layui-form-item {
    margin: 0px;
}

.z-uw-withdraw-input {
    width: 120px;
    margin: 0px 10px;
    background-color: #ffffff !important;
}

.z-user-withdraw .z-uw-content .layui-input {
    width: 36px;
    margin-top: -1px;
    border: none;
    text-align: left;
    color: #4A4A4A;
    background-color: transparent;
    padding-left: 0px;

}

.z-user-withdraw .z-uw-submit {
    margin-top: 30px;
    text-align: center;

}

.z-user-withdraw .z-uw-submit button {
    width: 182px;
    height: 46px;
}

.z-user-withdraw .layui-text em,
.layui-word-aux {
    color: rgba(102, 102, 102, 0.692) !important;
}

.z-user-withdraw .z-not-verified {
    padding: 6px 0px;
    color: #4A4A4A;
}

.z-user-withdraw .z-not-verified button {
    width: 62px;
    height: 28px;
    border-radius: 7px;
    line-height: 0px;
    margin-left: 15px;
    padding: 0px;
    border: 1px solid rgba(227, 66, 59, 1);
}

.z-adon-tips {
    color: rgb(255, 196, 0) !important;
}

.z-user-withdraw-account .real-name,
.z-user-withdraw-account .IDcardInput {
    background-color: #e9e9e9;
}

#uwa-model1 .modal-dialog,
#uwa-model2 .modal-dialog {
    width: 400px;
}

#avatar-modal .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
}

.border {
    padding: 20px;
    border: 1px solid #E6E6E6;
}


/* 发布模态框S */
#release-modal .modal-body {
    padding: 20px 20px 0px 20px;
}

#release-modal .modal-dialog {
    width: 354px;
}

#release-modal .modal-header {
    height: 50px;
    background-color: #D9383E;
    color:#fff;
}

#release-modal .layui-btn {
    width: 100px;
    height: 36px;
}

#release-modal .red-btn {
    margin-right: 50px;
    ;
}

#release-modal .z-bottom {
    margin: 20px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#release-modal .z-top p {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

#release-modal .coin {
    color: #D9383E;
    font-size: 17px;
    margin: 0px 5px;
}

/* 发布模态框E */
#hide-radio {
    display: none;
}

.showRadioInput {
    width: 603px;
    height: 56px;
    background: rgba(245, 245, 245, 1);
    display: flex;
    align-items: center;
    margin-left: -45px;
    padding-left: 45px
}

.file-input {
    width: 550px;
    height: 37px;
    background: rgba(245, 245, 245, 1);
}

.upload-file-p {
    cursor: pointer;
    margin: 0px 9px;
    text-align: center;
    line-height: 25px;
    width: 79px;
    height: 25px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 230, 230, 1);
}

.enable-coin {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    width: 100%;
    height: 50px;
    background: rgba(245, 245, 245, 1);
}

.enable-coin p:nth-child(1) {
    margin-right: 40px;
}


/* 充值页面S */
.z-recharge-price {
    width: 100%;
}

.z-recharge-price ul,
.z-recharge-type ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.z-recharge-price ul li,
.z-recharge-type ul li {
    position: relative;
    margin-right: 25px;
    margin-bottom: 19px;
    cursor: pointer;
    width: 210px;
    height: 110px;
    border: 1px solid rgba(230, 230, 230, 1);
}

.z-recharge-price ul li .z-top {
    height: 78px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}


.z-recharge-price ul li .z-top span {
    margin-left: 8px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(41, 41, 41, 1);
    line-height: 24px;
}

.z-recharge-price ul li .z-bottom {
    line-height: 30px;
}

.z-recharge-price ul .active,
.z-recharge-type ul .active {
    position: relative;
    box-sizing: border-box;
    border: 1px solid rgba(217, 56, 62, 1);
}

.layui-form-item {
    position: relative;
    margin-top: 15px;
}

.z-recharge-price ul .active::after,
.z-recharge-type ul .active::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    transform: rotate(-90deg);
    border-color: transparent rgba(217, 56, 62, 1);
    border-width: 30px 30px 0px 0px;
    border-style: solid;
}

.z-recharge-type ul .active::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    transform: rotate(-90deg);
    border-color: transparent rgba(217, 56, 62, 1);
    border-width: 22px 22px 0px 0px;
    border-style: solid;
}


.z-recharge-price ul li .duigou,
.z-recharge-type ul li .duigou {
    display: none;
}

.z-recharge-price ul .active .duigou,
.z-recharge-type ul .active .duigou {
    display: inline;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    margin-right: 3px;
    color: #ffffff;
}

.z-recharge-type ul li {
    position: relative;
    width: 178px !important;
    height: 34px !important;
    border: 1px solid rgba(230, 230, 230, 1);
}

.z-recharge-type ul .active .duigou {
    display: inline;
    position: absolute;
    top: -1px;
    right: -3px;
    font-size: 12px;
    z-index: 99;
    margin-right: 3px;
    color: #ffffff;
}

.pay-type-title {
    font-size: 15px;
    margin-left: 5px;
    font-weight: bold;
}

.z-recharge-form .z-uc-submit-btn {
    width: 157px;
    height: 37px;
    background: #D9383E;
    color:#ffffff
}

/* 充值页面E */

/* 充值模态框S */
#recharge-model .z-bottom {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

#recharge-model .z-bottom button {
    width: 182px;
    height: 46px;
}

#recharge-model .z-top-right .title {
    font-size: 17px;
}

#recharge-model .modal-dialog {
    width: 400px;
}

#recharge-model .z-top-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#recharge-model .z-top-right .z-wechat-img {
    margin: 20px 0px 30px 0px;
    width: 200px;
    height: 200px;
}

#recharge-model .z-top-right p {
    font-size: 23px;
    margin-bottom: 20px;
}

/* 充值模态框E */
.z-usf-submit-btn {
    color: #ffffff;
}

/* 系统消息页S */
.z-usm-content {
    padding-bottom: 20px;
}

.z-usm-content ul {
    width: 100%;
}

.z-usm-content ul li {
    width: 100%;
    margin: 20px 0px;
}

.z-usm-operation {
    padding: 5px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.z-usm-operation .type {
    padding: 1px 5px;
    border-radius: 4px;
    border: 1px solid #000;
    margin-right: 5px;
    font-size: 12px;
}
.z-usm-operation img{
    width: 25px;
}
.z-usm-operation .time {
    color: #9B9B9B;
}

.z-usm-operation .delete {
    margin-left: 10px;
}

.z-usm-title {
    padding-bottom: 0px;
}

.z-usmc-content .option {
    text-decoration: underline;
    color: blue
}

.z-user-system-message {
    padding-top: 0px;
}

.z-usmc-content {

    margin-top: 10px;
    padding: 10px;

    background-color: #F0F0F0;
}

.z-usmc-content p {
    line-height: 25px;
  
}

/* 系统消息页E */
/* 新增E */


/* 登录注册页S */
.c-login-content .layui-input {
    width: 100%;
}

.c-login-content .z-phone-code-btn {
    width: 113px;
   display: flex;
   justify-content: center;
   align-items: center;
    height: 42px;
    border-radius: 6px;
    background-color: #ffffff;
}

.c-login-content .submit-btn {
    width: 100%;
    height: 45px;
    border-radius: 6px;
}

/* 登录注册页E */

.z-fans-list ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.z-fans-list ul li {
    width: 33.3333%;
    margin: 20px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.z-my-money {
    width: 100%;

}

.z-my-money-title {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.z-my-money-title h1 {
    font-size: 18px;

    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    padding-left: 10px;

    border-left: 3px solid #ffffff;
}

.z-my-money-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid rgba(230, 230, 230, 1);
}

.z-my-money-content .num {
    margin-right: 40px;
}

.z-my-money-content .num .title {
    position: relative;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #292929;
    line-height: 24px;
}

.z-my-money-content .num img{
    position: absolute;
    right: -20px;
    top: -10px;
    cursor: pointer;
}

.c-userMoney-filter{
    width: 100%;
}

.c-userMoney-filter ul{
    display: flex;
}


.c-userMoney-filter ul>li{
    margin-right: 20px;
    background-color: #ffffff;
    padding: 2px 10px;
    box-sizing: border-box;
}

.c-userMoney-filter span{
    margin-right: 10px;
    color: #303030;
}

.c-userMoney-filter .active{
    background-color: #ffeced;
    color: #D9383E;
}

.c-userMoney-filter .active a{
    color: #D9383E;
}

.z-my-money-content .num .price {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(217, 56, 62, 1);
    line-height: 24px;

}

.z-my-money-content .recharge-btn {
    width: 100px;
    height: 28px;
    border-radius: 6px;
    padding: 0px;
    background-color: #ee5157;
    margin-right: 2px;
}

.z-my-money-content .withdrawing-btn {
    width: 100px;
    height: 28px;
    border-radius: 6px;
    padding: 0px;
    background-color: #ff9933;
    margin-right: 2px;
    margin-left: 0;
}

.z-umd-title .z-title h1 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(77, 77, 77, 1);
    line-height: 24px;
    padding-left: 10px;
    margin-right: 30px;
}

.z-comein-detail {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px;
}

.z-comein-detail ul {
    display: flex;
    justify-content: flex-start;
}

.z-comein-detail ul li {
    position: relative;
    width: 70px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
    font-size: 15px;
    font-weight: bold;
}

.z-comein-detail ul .active::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.z-comein-detail-item-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.z-comein-detail-item .left{
    width: 54px;
    height: 54px;
}

.z-comein-detail-item .c-cicle{
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 52px;
}

.z-comein-detail-item-content:not(:last-child){
    margin-bottom: 20px;
}

.z-comein-detail-item:not(:last-child){
    margin-bottom: 20px;
}


.z-comein-detail-item .right{
    width: 93%;
   
}

.z-comein-detail-item .right .colorA2{
    color: #a2a2a2;
}


.c-user-zijin-dinggou-title h2{
    font-size: 16px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 4px solid #d9383e;
}

.c-user-zijin-dinggou-content .title{
    font-size: 16px;
    font-weight: 600;
}

.c-user-zijin-dinggou-content .title font{
    font-weight: 400;
}

.c-user-zijin-dinggou-content .colorA9{
    color: #a9a9a9;
}

.c-user-zijin-dinggou-content ul>li{
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px;
}




/* .z-my-money-neirong .layui-table thead tr{
    background-color: #ffffff !important;
} */
.z-my-money-neirong .layui-table tr td:nth-child(1) a {
    text-align: center;
}

.z-wa-title span {
    margin-right: 40px;
}

.downloadTime {
    font-size: 14px;
    text-decoration: underline;
}

.downloadTime:hover {
    text-decoration: underline;
}


.downloadNum-footer {
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.downloadNum-footer button {
    width: 86px;
    height: 38px;
}

.z-get-code {
    width: 100px;
}

#idcard-left,
#idcard-right {
    width: 337px;
    height: 189px;
}

.layui-layedit{
    width: 800px;
    height: 500px;
}
.z-top-right{
    width: 100%;
    text-align: center;
}
/* 高手认证S */
.z-high-renzheng {
    width: 100%;
}


.z-user-renzheng-process {
    width: 100%;
    border: none;
    padding: 15px;
    box-sizing: border-box;
}

.z-high-renzheng .z-user-right-content {
    width: 100%;
}

.z-high-renzheng .z-ing {
    flex-direction: column;
}

.argrement-type {

    margin: 30px 0px;
}

.z-high-save-renzheng {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.z-high-save-renzheng button {
    width: 624px;
    height: 70px;
    font-size: 24px;
    background: #D9383E;
    border-radius: 35px !important;
}
.z-high-renzheng .argrement-type .layui-form-checked[lay-skin=primary] i{
    border-color: #D9383E !important;
    background-color: #E3423B;
    color: #fff;
}
.z-high-renzheng .argrement-type .layui-form-checkbox[lay-skin=primary]:hover i{
    border-color: #D9383E !important;
}
.z-high-renzheng-ing{
    width: 100%;
    height: 300px;
    flex-direction: column;
}
.z-high-renzheng-ing p{
margin-top: 20px;
text-align: center;
font-size: 17px;
font-weight: 600;
margin-top: 30px;
}
.z-ur-isRenzheng a+a{
    margin-left: 20px;
}
.z-ur-result .z-success .btn a+a{
    margin-left: 20px;
}
.z-ur-result-success{
    display: flex;
    justify-content: center;
    height: 1100px;
}
/* 高手认证E */
.show-mfr-img{
    display: none;
   
    width: 188px;
    border: 1px solid #999 ;
    z-index: 99;
    cursor: pointer;
}
.z-ziti{
    font-size: 16px;  
    font-weight: bold;
}
.showIframe{
    width: 100%;
    margin-top:20px;
}

/* 个人中心充值页关于VIP，个股弹窗 */
.c-vip-remind-img img{
    width: 300px;
}

.c-vip-remind-img img:not(:last-child){
    margin-right: 20px;
}

.c-xuangu-remind-img img{
    max-width: 100%;
}

.c-showRemind h3{
    font-size: 18px;
    margin-bottom: 20px;
}

.c-showRemind p{
    font-size: 16px;
}

/* 个人中心左侧栏 */

.c-user-avatar .touxiang-icon{
    position: relative;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 1px 13px 12px -5px rgba(77, 77, 77, 0.59);
}

.c-user-avatar .user-name{
    text-align: center;
    font-size: 16px;
    color: #373535;
}

.c-user-avatar  .edite-userInfo a{
    color:#A9A29F;
}

.c-user-avatar .user-fans .item{
    flex: 1;
    text-align: center;
}

.c-user-avatar .user-fans .limit{
    display: inline-block;
    width: 1px;
    height: 23px;
    background-color: #f2f2f2;
}

.r-follow-text,
.r-fans-text{
	color: #9c9797;
}

.r-follow-num,
.r-fans-num{
	font-size: 15px;
	font-weight: bold;
}


.xinfengi-wrap{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}

.xinfengi-wrap a{
    display: block;
    text-align: center;
    width: 116px;
}

.xinfengi-wrap img{
    display: block;
    margin: 0 auto;
}

.xinfengi-wrap img:last-child{
    margin-top: -15px;
    transition: all 250ms;
}

@-webkit-keyframes zy{
    10% {
      transform: rotate(15deg);
    }
    20% {
      transform: rotate(-10deg);
    }
    30% {
      transform: rotate(5deg);
    }
    40% {
      transform: rotate(-5deg);
    }
    50%,100% {
      transform: rotate(0deg);
    }
  }
  @-moz-keyframes zy{
    10% {
      transform: rotate(15deg);
    }
    20% {
      transform: rotate(-10deg);
    }
    30% {
      transform: rotate(5deg);
    }
    40% {
      transform: rotate(-5deg);
    }
    50%,100% {
      transform: rotate(0deg);
    }
  }
  @-o-keyframes zy{
    10% {
      transform: rotate(15deg);
    }
    20% {
      transform: rotate(-10deg);
    }
    30% {
      transform: rotate(5deg);
    }
    40% {
      transform: rotate(-5deg);
    }
    50%,100% {
      transform: rotate(0deg);
    }
  }
  @keyframes zy{
    10% {
      transform: rotate(15deg);
    }
    20% {
      transform: rotate(-10deg);
    }
    30% {
      transform: rotate(5deg);
    }
    40% {
      transform: rotate(-5deg);
    }
    50%,100% {
      transform: rotate(0deg);
    }
  }
  
.xinfengi-wrap img:last-child{
    animation: zy 2.5s .15s linear infinite ;
    -moz-animation: zy 2.5s .15s linear infinite; /* Firefox */
    -webkit-animation: zy 2.5s .15s linear infinite; /* Safari and Chrome */
    -o-animation: zy 2.5s .15s linear infinite; /* Opera */
    animation-iteration-count:2;
  }
  
  /* 账号异常 */
  .c-user-appeal{
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

.c-user-appeal h2{
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.c-user-appeal .top{
    text-align: center;
}

.c-user-appeal .top p{
    margin-top: 10px;
    font-size: 16px;
}

.c-user-appeal .top i {
    font-size: 30px;
    color: #D9383E;
}

.c-user-appeal .bot{
    width: 46%;
    margin: 0 auto;
    text-align: center;
}

.c-user-appeal .bot textarea,.c-user-appeal .bot input{
    width: 100%;
}

.c-user-appeal .bot textarea{
    margin-top: 40px;
}

/* 多层级样式选择 */
.more-select{
    display: flex;
    margin-top: 2px;
}
.more-select .more-select-ul{
    width: 21%;
    height:200px;
    overflow-y: auto;
    overflow-x: visible;
}

.more-select-ul{
    width: 100%;
    border: 1px solid #e6e6e6;
}
.more-select-ul>li{
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: left;
    padding: 2px 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.more-select-ul>li:hover{
    background-color: #d9383e;
    color: #ffffff;
}

.more-select-ul>li:hover::after{
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #ffffff;
    border-bottom: 5px solid transparent;
    top: 12px;
    right: 9px;
}

.more-third-first>li:hover::after{
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 0px solid #ffffff;
    border-bottom: 0px solid transparent;
    top: 12px;
    right: 9px;
}

/* 充值后回调弹窗 */
.c-user-recharge-cover{
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .62);
}

.c-user-recharge{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 473px;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 10px;
    padding: 25px;
    box-sizing: border-box;
}

.c-user-recharge-content{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.c-user-recharge-content .c-item{
    width: 46%;
    background-color: #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
}

.c-user-recharge-content .c-item p{
    font-size: 14px;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 1px;
}

.user-recharge-close{
    position: absolute;
    right: -28px;
    top: -28px;
    cursor: pointer;
}

.c-user-recharge-content .c-item p.r-recharge-scan{
	margin-bottom: 0px;
	margin-top: 5px;
}

.r-recharge-tip{
	text-align: center;
	padding: 15px 0;
	font-size: 15px;
	color: red;
}

.r-wechat-text{
	    margin-top: 15px;
}

.r-wechat-img{
	width: 230px;
}

.r-jiami-tips{
	display: inline-block;
	vertical-align: middle;
}

/* 圈子 */
.c-mygroup-list{
    width: 100%;
}

.c-mygroup-list ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.c-mygroup-list ul>li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #f8f8f6;
}

.c-mygroup-list ul>li:nth-child(4n){
    margin-right: 0;
}

.c-mygroup-list .c-fengmian{
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
}

.c-mygroup-list .c-fengmian:hover .fengmian-cover{
    opacity: 1;
    transition: all 100;
    color: #D9383E;
}

.c-mygroup-list .c-fengmian a:hover i{
    border-color: #D9383E;
}

.c-mygroup-list .fengmian-cover{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all 100;
}

.c-mygroup-list .fengmian-cover a{
    display: block;
    color: #ffffff;
    margin: 50px 10px 0 10px;
    text-align: center;
}

.c-mygroup-list .fengmian-cover a i{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    font-size: 19px;
    margin-bottom: 3px;
}

.c-mygroup-list .c-status{
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    width: 59px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #ffffff;
    font-size: 12px;
}

.c-mygroup-list .c-fengmian img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-mygroup-list-info a{
    display: block;
    font-size: 15px;
}

.c-mygroup-list-info p{
    margin-top: 10px;
    color: #969696;
}

.c-mygroup-list-info p i{
    margin-right: 10px;
}

.r-right-margin{
    margin-right: 13px !important;
	
}

/* 加入的圈子 */
.my-joinCircle-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.my-joinCircle-item{
    width: 23.5%;
    border: 1px solid #eeeeee;
    padding: 7px;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 20px;
}

.my-joinCircle-item:nth-child(4n){
    margin-right: 0;
}

.my-joinCircle-item-top{
    width: 100%;
    height: 200px;
}

.my-joinCircle-item-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-joinCircle-item-info{
    width: 100%;
    text-align: center;
}

.my-joinCircle-item-info a{
    display: block;
    margin: 5px 0;
    font-weight: 600;
    font-size: 16px;
}

.my-joinCircle-item-recharge a{
    display: block;
    width: 100%;
    text-align: center;
    color: #d9383e;
}


/* 我的帖子 */
.my-post-title{
    display: block;
    max-width: 392px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 成员管理 */
.c-circle-manageUser{
    width: 100%;
}

.c-circle-manageUser ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-circle-manageUser ul>li{
    display: flex;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.c-circle-manageUser ul>li:nth-child(4n){
    margin-right: 0;
}

.c-circle-manageUser ul>li .c-avatar{
    position: relative;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    cursor: pointer;
}

.c-circle-manageUser ul>li .c-avatar:hover .group_main_hover{
    display: flex;
}

.c-circle-manageUser ul>li .c-avatar img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.group_main_hover{
    z-index:1;
    position: absolute;
    top: 0;
    left:-50%;
    width:280px ;
    display: none;
    padding: 10px;
    box-sizing: border-box;
    box-shadow:0px 0px 5px rgba(0, 0, 0, .15);
    background-color: #ffffff;
}

.c-circle-manageUser-info{
    width: calc(100% - 88px);
}

.c-circle-manageUser-info .c-tichu{
    display: inline-block;
    cursor: pointer;
    padding: 3px 6px;
    background-color: #d9383e;
    border-radius: 2px;
    font-size: 12px;
    color: #ffffff;
}

/* 个人主页弹框样式 */
#layui-layer1{
    border-radius: 10px;
}
.n-quanyi-img #n-close-quanyi{
	position: absolute;
    top: 11px;
    left: 282px;
	cursor: pointer;
}
.n-quanyi-imgs #n-close-guchi{
	position: absolute;
    top: 11px;
    left: 282px;
	cursor: pointer;
}
.layui-layer-content{
	border-radius: 10px;
}
.n-quanyi-title .n-fabu1 a:hover{
	color: #fff !important;
}
.layui-layer-quanyi{
    width: 314px;
    height: 362px;
    display: none;
    text-align: center;
}
.layui-layer-demo{
    width: 314px;
    height: 310px;
    border-radius: 10px;
    display: none;
    text-align: center;
}
.n-fabu1{
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.n-fabu1 a{
    display: block;
    width: 145px;
    background: #d81e06;
    border-radius: 19px !important;
    color: #fff;
    line-height: 37px;
}
#layui-layer2{
    border-radius: 10px;
}
#layui-layer3{
    border-radius: 10px;
}
#layui-layer4{
    border-radius: 10px;
}
#layui-layer5{
    border-radius: 10px;
}
.layui-layer-page{
    border-radius: 10px;
}


/* 圈子发帖 */
.my-post-item{
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.my-post-item .c-avatar{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.my-post-item .c-avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.my-post-item-right{
    width: calc(100% - 60px);
}

.my-post-item-right-world{
    line-height: 25px;
}

.my-post-item-photo{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.my-post-item-photo>li{
    width: 8%;
    height: 62px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.my-post-item-photo>li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-post-item-photo>li:last-child{
    margin-right: 0;
}

.my-post-item-info span{
    color: #969696;
    margin-right: 20px;
}

.my-post-item-info a{
    color: #969696;
}

.my-post-item-info .c-status{
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.my-post-item-info .shenhezhong{
    color: #999999;
    background-color: #f5f5f5;
}

.my-post-item-info .yifabu{
    color: #3D89FF;
    background-color: #e6f0ff;
}

.my-post-item-info .shenheshibai{
    color: #FF5E5E;
    background-color: #fff2f2;
}

.my-post-item-info .c-handle{
    display: none;
}

.my-post-item:hover .c-handle{
    display: inline-block;
}

.my-post-item:hover {
    background-color: #fafbfc;
}

.c-haoping-hover{
    position: relative;
    display: inline-block;
}


.c-haoping-hover span{
    display: inline-block;
    position: absolute;
    right: -72px;
    top: -10px;
    font-size: 12px;
    background-image: linear-gradient(to right, #d93680 , #9575f3);
    white-space: nowrap;
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 5px;
    opacity: 0;
    transition: all 100ms;
}

.c-haoping-hover:hover span{
    opacity: 1;
    transition: all 100ms;
}

.c-haoping-hover span::before{
    position: absolute;
    content: '';
    display: block;
    left: -7px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 15px solid #d93680;
    border-bottom: 4px solid transparent;
}

.c-haoping-hover span {
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-up 1.5s linear infinite;
}

.qipao-setting {
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-up 1.5s linear infinite;
}

@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(2px);
    }

    50%,
    100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(-2px);
    }
}

@keyframes bounce-up {
    25% {
        transform: translateY(2px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-2px);
    }
}



/* 下载评论弹窗 */

.c-user-item-title .slidUp{
    cursor: pointer;
    padding: 5px;
    box-sizing: border-box;
    transition: all 100;
}

.c-user-item-title .slidUpRate{
    transition: all 100;
    transform: rotate(180deg);
}

/* 发布公式说明 */
.formula_descript{
    width: 868px;
    background: #f5f5f5;
    margin-left: 86px;
    padding: 15px 20px;
}
.formula_descript span{
    font-size: 14px;
    text-align: left;
    color: #545353;
    line-height: 27px;
}
.formula_descript p{
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #545353;
    line-height: 27px;
}

.glmodiy{
    cursor: pointer;
    text-decoration: underline;
}
.glmodiy:hover{
    text-decoration: underline;
}
.btn-infoers{
    background-color: #1fb059;
    border-color: #1fb059;
}
.btn-infoers:hover{
    background-color: #1fb059;
    border-color: #1fb059;
}
.btn-delete{
    background-color: #f56c6c;
    border-color: #f56c6c;
}
.btn-delete:hover{
    background-color: #f56c6c;
    border-color: #f56c6c;
}

/* 高手中心 */
.user-teacherHome-dataItem p{
    margin-top: 15px;
}

.user-teacherHome-dataItem .p1{
    font-size: 15px;
    color: #707070;
}

.user-teacherHome-dataItem .p2{
    font-size: 26px;
    color: #4D4D4D;
}

.user-teacherHome-dataItem .p3{
    min-width: 81px;
    height: 28px;
    background: #f0f0f5;
    border-radius: 14px;
    color: #A0A0A0;
    text-align: center;
    line-height: 28px;
    margin: 15px auto auto auto;
    padding: 0 5px;
    box-sizing: border-box;
}

/* 便利工具 */

.bmgj-list{
    width: 100%;
}

.bmgj-list >li{
    margin-top: 12px;
}

.bmgj-list >li a{
    display: flex;
    align-items: center;
}

.bmgj-list >li a img{
    margin-right: 10px;
}

.bmgj-list p:nth-child(2){
    font-size: 12px;
    margin-top: 10px;
    color: #807F7F;
}

.user-normal-pl{
    width: 100%;
}

.user-normal-pl a{
    margin-bottom: 31px;
}


.user-normal-pl img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.user-normal-pl-right{
    width: calc(100% - 65px);
}


/* 注销 */
.user-logoff-cover{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

.user-logoff-content{
    position: fixed;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:508px;
    height: 380px;
    margin: auto;
    background-color: #ffffff;
}

.zhuxiao-btn{
    width: 168px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #387ffc;
    color: #ffffff;
    margin: 20px auto;
}


/* 更换手机 */
.ghsj-cover{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.ghsj-content{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width:550px;
    height: 500px;
    background-color: #ffffff;
}

/* 验证手机 */
.yzsj-cover{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.yzsj-content{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width:550px;
    height: 380px;
    background-color: #ffffff;
}

/* 以下是账户设置，涉及到弹窗样式 */
.nopadding-wrap #swal2-html-container{
    margin: 0;
  }
  
  .nopadding-wrap{
    margin: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .swal-popup-success .swal2-html-container{
    margin-top: 0;
  }


.account-comfir-btn{
    display: block;
    text-align: center;
    width: 293px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(82deg,#ff7777 0%, #d9383e 100%);
    border-radius: 21px!important;
    border: none;
    margin: 0 auto;
    color: #ffffff;
}

.account-comfir-btn:hover{
    background: linear-gradient(82deg,#ff7777 0%, #e90d14 100%);
    color: #ffffff;
}

.account-close {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 11px;
    color: #464646;
}

.input-group .getcode-btn{
    color: #7A7A7A;
}

.input-group .getcode-btn{
    position: absolute;
    right: 2px;
    top: 1px;
    background-color: transparent;
    height: 35px;
    border: none;
    padding-right: 15px;
    z-index: 999;
}

.input-group .getcode-input{
    padding-right: 100px;
}

.input-group .form-control{
    height: 37px;
    border-radius: 6px!important;
}