@charset "UTF-8";
.reg-form {
    border-radius: 5px;
}

.warp, .list-block, header, .user-center, .review .review-content .share-img, .reg-form, .pay-choose-chontiner .pay-choose-item, .plan-container {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

[v-cloak] {
    display: none;
}

body {
    font-family: 'Pingfang SC', 'Myriad Pro', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #f4f4f4;
}

.page, .page-group {
    background: #f4f4f4;
}

input, button {
    border: none;
    background: transparent;
}

textarea {
    width: 100%;
    border: 1px solid #9b9b9b;
    min-height: 7.5rem;
    outline: none;
    resize: none;
    padding: 0.5rem;
    font-size: 0.8rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.inner-title {
    margin: 0.5rem 0;
    color: #9b9b9b;
    font-size: 0.8rem;
}

.warp {
    margin: 0.75rem 0;
    padding: 0.75rem;
    background: #fff;
}

.btn-circle {
    display: block;
    text-align: center;
    margin: auto;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 100%;
}

.err_msg {
    font-size: 0.6rem;
    position: absolute;
    top: 0.5rem;
    right: 0.25rem;
    text-align: right;
    opacity: 0;
    color: #ff3d3d;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 8px);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    pointer-events: none;
    transition: all 300ms ease;
    z-index: 999;
}

.err_msg.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.nodata {
    margin: 4rem;
    text-align: center;
    font-size: 1rem;
    color: #D6D6D6;
}

.nodata .nomoney, .nodata .nofollow {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: 1rem auto;
}

.nodata .nomoney {
    background: url("../../assets/images/nodatamoney.png") no-repeat;
    background-size: 2.5rem;
}

.nodata .nofollow {
    background: url("../../assets/images/nodatafollow.png") no-repeat;
    background-size: 2.5rem;
}

.list-block {
    margin: 1rem 0;
    font-size: 0.8rem;
}

.list-block .item-content a {
    display: inline-block;
    width: 100%;
}

.list-block .item-title {
    color: #3d4145;
}

.list-block .item-title h5, .list-block .item-title h6 {
    margin: 0;
    font-weight: 400;
}

.list-block .item-title .gray {
    color: #9B9B9B;
}

.list-block .up {
    color: #FF3D3D;
}

.list-block .down {
    color: #4A90E2;
}

.list-block input[type=text], .list-block input[type=number], .list-block textarea {
    vertical-align: top;
    font-size: 0.8rem;
}

.list-block .item-input {
    position: relative;
}

.list-block .item-input .err_msg {
    font-size: 0.8rem;
}

.list-block .item-input .unit {
    display: inline-block;
    line-height: 2.15rem;
    position: absolute;
    right: 0.25rem;
    top: 0;
}

.content-block-title {
    margin: .5rem .75rem 0 .75rem;
}

.content-block-title .title-btn, .content-block-title .info {
    position: absolute;
    right: 0;
    color: #4D4D4D;
    z-index: 9999;
}

.content-block-title .info {
    font-size: 0.7rem;
}

.content-block-title + .content-block {
    margin-top: 1rem;
}

.list-block .item-title.label {
    width: 25%;
}

.modal {
    width: 16rem;
    margin-left: -8rem;
}

.search-input input {
    border: none;
    font-size: 0.8rem;
}

.search-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 2.2rem;
    color: #1c1d1f;
    font-weight: 400;
    //background: #fff;
}

.bar input[type=search] {
    height: 2.2rem;
    margin: 0;
}

.search-input label + input {
    padding-left: 2rem;
}

.space-around {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.text-center {
    margin: 1rem 1rem;
    color: #9B9B9B;
    font-size: 0.7rem;
}

table.mine {
    width: 100%;
    background: #fff;
}

table.mine th {
    line-height: 2rem;
    font-size: 0.7rem;
    border-bottom: 1px solid #F6F6F6;
    background: #fff;
    color: #383838;
    font-weight: 400;
}

table.mine td {
    font-size: 0.8rem;
    text-align: center;
    color: #383838;
    height: 2.5rem;
    border-bottom: 1px solid rgba(11, 22, 22, 0.04);
}

table.mine td.gray {
    color: #9b9b9b;
}

table.mine td img {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    vertical-align: middle;
}

table.mine td h6 {
    margin: 0;
    font-weight: 400;
}

table.mine td h6.current {
    color: #F5A623;
}

table.mine td h6.success {
    color: #ff3d3d;
}

table.mine td h6.fail {
    color: #19a91f;
}

table.mine td h6.gray {
    color: #9b9b9b;
}

table.mine tr:nth-child(2n) {
   // background: #F6F6F6;
}

table.mine .followed, table.mine .follow {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
}

table.mine .followed {
    background: url("../../assets/images/followed.png") no-repeat;
    background-size: 1rem;
}

table.mine .follow {
    background: url("../../assets/images/follow.png") no-repeat;
    background-size: 1rem;
}

.popup p {
    text-align: justify;
}

input[type=file] {
    display: none;
}

.img-upload-conatiner {
    position: relative;
    margin-top: 1rem;
    width: 10rem;
    height: 3rem;
}

.img-upload-conatiner .preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 10rem;
    height: 3rem;
    pointer-events: none;
}

.img-upload {
    display: block;
    width: 10rem;
    height: 3rem;
    background: url("../../assets/images/imgul.png") 50% 50% no-repeat;
    background-size: 1.5rem;
    border: 1px #9b9b9b dashed;
}

.modal-text {
    text-align: left;
    text-indent: 2em;
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 2.2rem;
    background: #fff;
    z-index: 99999;
}

header span, header label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.75rem;
    line-height: 2.2rem;
    font-size: 0.8rem;
    color: #9B9B9B;
}

header label {
    margin-left: 0.25rem;
}

header .date {
    position: absolute;
    right: 0.75rem;
    font-size: 0.6rem;
    text-align: right;
}

header input[type=checkbox] {
    margin-left: 0.75rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.2rem;
    border-radius: 4px;
    width: 0.75rem;
    height: 0.75rem;
    border: 1px solid #9b9b9b;
}

header input[type=checkbox]:checked {
    border: 1px solid #ff3d3d;
    background: #ff3d3d;
}

.bar {
    background: #fff;
    padding: 0;
}

.bar .buttons-tab {
    height: 2.2rem;
}

.bar .buttons-tab .button.active {
    color: #ff3d3d;
    border-color: #ff3d3d;
    z-index: 100;
}

header ~ .pull-to-refresh-content {
    top: 0;
}

.search-header {
    height: 3.5rem;
}

.search-header table {
    width: 100%;
    background: #fafafa;
    text-align: center;
    border-top: 1px solid #e8e8e8;
}

.search-header table th {
    height: 1.3rem;
    font-size: 0.6rem;
    color: #757575;
    font-weight: 400;
}

.search-header table th.active {
    color: #ff3d3d;
}

.search-header ~ .pull-to-refresh-content {
    top: 1.5rem;
}

.header {
    padding: 5px;
    background: #fff;
}

.header.red {
    background: #ff3d3d;
}

.header .avatar {
    display: block;
    margin: 0 auto;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100%;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.header.reg {
    padding: 1.5rem 0;
}

.reg .avatar {
    display: block;
    margin: 0 auto;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
}

.user-center {
    padding: 0.5rem 0.8rem;
    position: relative;
    color: #444;
}

.user-center a {
    color: #444;
}

.user-center h4, .user-center h5, .user-center h6 {
    margin: 0;
    font-weight: 400;
}

.user-center .user-center-content {
    position: relative;
    padding-left: 25%;
    padding-top: 0.75rem;
}

.user-center .buy {
    position: absolute;
    right: 5px;
    top: 0.75rem;
    border: 1px solid #444;
    padding: 2px 5px;
    border-radius: 4px;
}

.user-center .zan {
    position: absolute;
    left: 5px;
    top: 2.75rem;
    border: 1px solid #444;
    padding: 2px 5px;
    border-radius: 4px;
}

.user-center .avatar {
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    left: 0.5rem;
    top: 0.8rem;
}

.user-center a.user {
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    left: 0.5rem;
    top: 0.8rem;
}

.user-center a.user .avatar {
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    left: 0;
    top: 0;
}

.user-center .user-center-data {
    margin-top: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.user-center .user-center-data h4 {
    font-weight: 800;
}

.user-center .gray {
    color: rgba(55, 55, 55, 0.6);
}

.my-gold {
    position: relative;
    background: #e0ae58;
    color: #fff;
    padding-left: 1rem;
    padding-top: 0.5rem;
}

.my-gold > h5 {
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
}

.my-gold > p {
    margin: 0;
    line-height: 1.4;
    font-size: 0.6rem;
}

.my-gold > .gold {
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    font-size: 1.2rem;
}

.my-gold > .gold::after {
    font-size: 1rem;
    content: ' 金币';
}

.my-gold > .label {
    line-height: 1.1rem;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    font-size: 0.6rem;
    background: #ffebc9;
    color: #936a22;
    padding-left: 1rem;
}

.selecter-message {
    position: relative;
    padding: 0.5rem 0 0 2.5rem;
   // background: #FCFBFE;
}

.selecter-message .message-content {
    border-bottom: 1px solid rgba(56, 56, 56, 0.1);
}

.selecter-message .avatar {
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    left: 0.5rem;
    top: 0.5rem;
}

.selecter-message .author {
    margin: 0;
    padding: 0;
    font-size: 0.7rem;
    line-height: 1;
    font-weight: 400;
    color: #808080;
}

.selecter-message .time {
    display: inline-block;
    line-height: 1;
    font-size: 0.5rem;
    color: #808080;
    margin-top: 0.25rem;
}

.selecter-message .replyUser {
    position: absolute;
    right: 1rem;
    margin-top: 0.25rem;
    color: #9B9B9B;
    font-size: 0.5rem;
    text-align: right;
  
}
.selecter-message .like {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    color: #9B9B9B;
    padding-right: 1rem;
    font-size: 0.75rem;
    background: url("../../assets/images/heart.png") 100% 50% no-repeat;
    background-size: 0.75rem;
}

.selecter-message .like.active {
    background: url("../../assets/images/heart2.png") 100% 50% no-repeat;
    background-size: 0.75rem;
}

.selecter-message p {
    margin: 0.2rem 0;
    font-size: 0.7rem;
    padding-right: 0.4rem;
}

.selecter-message .reply {
    padding: 0.25rem 0.4rem;
    margin-right: 0.5rem;
    background: #fff;
    position: relative;
    color: #4a4a4a;
    font-size: 0.7rem;
    border: 1px solid #efedf2;
    margin-bottom: 0.25rem;
    line-height:28px;
}

.selecter-message .reply .blue {
    color: #3d7cb9;
}

.selecter-message .reply:last-child {
    margin-bottom: 1rem;
}

.reviews-container {
    position: relative;
}

.reviews-container::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 3.5rem;
    border-right: 1px solid #9b9b9b;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.review {
    padding: 0.75rem 0.75rem 0.55rem 4.375rem;
    position: relative;
}

.review::before {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background: #ff3d3d;
    border-radius: 100%;
    left: 3.1rem;
    top: 1rem;
    border: 3px solid #f4f4f4;
}

.review .review-info {
    position: absolute;
    left: 1rem;
    top: 0.75rem;
}

.review .review-info span {
    display: block;
    text-align: right;
}

.review .review-info span.time {
    color: #ff3d3d;
    font-size: 0.8rem;
}

.year {
    color: #999999;
    font-size: 0.6rem;
}
.review .review-info span.author {
    color: #9b9b9b;
    font-size: 0.6rem;
}

.review .review-content {
    text-align: justify;
    font-size: 0.7rem;
    line-height: 1rem;
    color: #333;
}

.review .review-content .share-img {
    display: block;
    width: 100%;
}

.leave-message-btn {
    position: absolute;
    z-index: 999999;
    left: 0.25rem;
    bottom: 2.75rem;
    font-size: 0.7rem;
    color: #ff3d3d;
    text-align: center;
}

.leave-message-btn-right {
    position: absolute;
    z-index: 999999;
    right: 0.25rem;
    bottom: 2.75rem;
    font-size: 0.7rem;
    color: #ff3d3d;
    text-align: center;
    display: block;
    text-align: center;
    margin: auto;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 100%;
}

.leave-msg {
    display: block;
    text-align: center;
    margin: auto;
    background: #ffffff;

    width: 4.8rem;
    height: 1.9rem;
    line-height: 2.0rem;
    border-radius: 1.25rem;
 

    position: absolute;
    z-index: 999999;
    left: 0.35rem;
    bottom: 0.25rem;
    font-size: 0.6rem;
    color: #757575;
    text-align: left;
}

.selecter-date {
    position: relative;
    padding: 0.25rem 0.5rem;
}

.selecter-date a {
    color: #4a4a4a;
}

.selecter-date .counts {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #d2d2d2;
    line-height: 1.25rem;
    font-size: 0.8rem;
}

.selecter-date p {
    margin: 0;
    padding: 0.25rem 0;
    text-align: justify;
    font-size: 0.6rem;
}

.selecter-date .date {
    display: block;
    position: absolute;
    background: #ff3d3d;
    right: 0.75rem;
    top: -2px;
    color: #fff;
    padding: 0 0.25rem;
}

.reply .reply-content {
    position: relative;
    padding-left: 2.8rem;
}

.reply .reply-content .avatar {
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    left: 0.5rem;
    top: 0.2rem;
}

.reply .reply-content .author {
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #4a4a4a;
}

.reply .reply-content .time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #9b9b9b;
    letter-spacing: -0.49px;
}

.reply .reply-content p {
    margin: 0.5rem 0;
    font-size: 0.8rem;
}

.reply .reply-content .my-reply {
    padding: 0.15rem 0.25rem;
    margin-bottom: 1rem;
    background: #F4F4F4;
    color: #9b9b9b;
    font-size: 0.8rem;
}

.reply .wegit {
    height: 2rem;
    line-height: 2rem;
    margin: 0 -0.75rem -0.75rem -0.75rem;
    position: relative;
    overflow: hidden;
}

.reply .btn-group {
    width: 100%;
    position: absolute;
    height: 2rem;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.reply .btn-group a {
    text-align: center;
    cursor: pointer;
    width: 33.33%;
    line-height: 2rem;
    border-top: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    font-size: 0.8rem;
    color: #9B9B9B;
}

.reply .btn-group a:last-child {
    border-right: none;
}

.reply .btn-group a.active {
    color: #ff3d3d;
}

.reply .hidden-input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 2.5rem;
    z-index: 9999;
    height: 2rem;
    background: #fff;
    font-size: 0;
    transition: all 300ms ease;
}

.reply .hidden-input input, .reply .hidden-input button {
    display: inline-block;
    line-height: 2rem;
    font-size: 0.8rem;
}

.reply .hidden-input input {
    width: 60%;
    padding-left: 0.75rem;
}

.reply .hidden-input button {
    cursor: pointer;
    display: inline-block;
    width: 20%;
    line-height: 2rem;
    border-top: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    color: #9B9B9B;
}

.reply .hidden-input .btn-reply {
    color: #ff3d3d;
}

.reply .hidden-input.active {
    top: 0;
}

.review-manage .date {
    color: #4A4A4A;
    margin-left: 0.6rem;
    font-size: 0.6rem;
}

.review-manage .review-manage-warp {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.review-manage .review-content {
    list-style: none;
    padding: 0;
    margin: 0;
}

.review-manage .review-content li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
}

.review-manage .review-content .time {
    color: #9B9B9B;
    font-size: 0.6rem;
}

.review-manage .review-content p {
    color: #4A4A4A;
    font-size: 0.7rem;
    margin: 0.5rem 0;
}

.review-manage .review-content .del {
    position: absolute;
    right: 0rem;
    top: 0rem;
    color: #ff3d3d;
    font-size: 0.8rem;
}

.plans-container {
    background: #fff;
    padding: 0.3rem 0.5rem 0 0.5rem;
}

.plans-container h4, .plans-container h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

.plans-container .text-right {
    text-align: right;
}

.plans-container .stock-info {
    min-height: 1.6rem;
}

.plans-container .stock-info .col-50 {
    display: inline-block;
    vertical-align: middle;
    min-height: 1.6rem;
}

.plans-container .stock-info .col-50 .need-pay {
    margin-top: 0.1rem;
    display: inline-block;
    vertical-align: middle;
    background: #ff5959;
    border-radius: 57px;
    font-size: 14px;
    color: #fff;
    padding: 0.2rem 1rem;
}

.plans-container .stock-info .col-50 .need-pay span {
    text-align: right;
}

.plans-container .stock-info .col-50 .no-need {
    margin-top: 0.1rem;
    display: inline-block;
    vertical-align: middle;
    color: #3d4145;
}

.plans-container .stock-info .col-50 .success {
    background: #ff5959;
}

.plans-container .stock-info .col-50 .running {
    background: #fd9426;
}

.plans-container .stock-info .col-50 .fail {
    background: #19a91f;
}

.plans-container .stock-info .col-50 .nobegin {
    background: #5fc9f8;
}

.plans-container .stock-info .col-50 .invalid {
    background: #c0c0c0;
}

.plans-container .stock-info .col-50 .uprate {
    display: inline-block;
    vertical-align: middle;
    color: #ff3d3d;
    font-size: 1rem;
}

.plans-container .stock-info .col-50 .limite-time {
    margin-left: 0.5rem;
    display: inline-block;
    padding: 0 0.3rem;
    vertical-align: middle;
    border: 1px solid #666666;
    border-radius: 4px;
    color: #666666;
}

.plans-container .author-info {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    margin: 0 -0.5rem 0 -0.5rem;
    padding: 0.2rem;
    height: 2.2rem;
    overflow: hidden;
}

.plans-container .author-info .author-name {
    font-size: 0.6rem;
    padding-left: 0.25rem;
    line-height: 2rem;
    color: #004F89;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.plans-container .author-info table {
    width: 100%;
    font-size: 0.6rem;
    color: #6e727b;
    text-align: center;
}

.plans-container .author-info table th {
    width: 33.33%;
    font-weight: 400;
}

.plan-detail-container {
    text-align: center;
    //background: url("../../dist/images/bg_success.png") no-repeat fixed right;
}

.plan-detail-container h5, .plan-detail-container h4, .plan-detail-container h6 {
    margin: 0;
    font-weight: 400;
}

.plan-detail-container h6 {
    color: #9B9B9B;
    font-size: 0.8rem;
}

.plan-detail-container h5 {
    color: #4A4A4A;
    font-size: 1rem;
}

.plan-detail-container .plan-info {
    width: 4rem;
    text-align: center;
}

.plan-detail-container .plan-title {
    font-weight: 400;
    font-size: 1rem;
    color: #4A4A4A;
}

.plan-detail-container .btn-pay {
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
    width: 6.5rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    border-radius: 3rem;
    font-size: 0.8rem;
    color: #fff;
    background: url("../../assets/images/money.png") 6% 50% no-repeat, #ff3d3d;
    background-size: 1.5rem;
}

.plan-detail-container .btn-pay span {
    position: absolute;
    line-height: 2rem;
    right: 0.5rem;
}

.plan-detail-container .plan-content {
    text-align: left;
}

.plan-detail-container .success {
    background: url("../../assets/images/bg_success.png") no-repeat top right;
}

.plan-detail-container .fail {
    background: url("../../assets/images/bg_fail.png") no-repeat top right;
}

.plan-detail-container .running {
    background: url("../../assets/images/bg_running.png") no-repeat top right;
}

.plan-detail-container .plan-content .plan-label {
    color: #9B9B9B;
}

.plan-detail-container .plan-content .row {
    margin: 0.5rem 0;
}

.plan-detail-container .plan-content .row .col-80 {
    position: relative;
    text-align: justify;
}

.plan-detail-container .plan-content .row .success {
    color: #ff3d3d;
}

.plan-detail-container .plan-content .row .fail {
    color: #19a91f;
}

.plan-detail-container .plan-content .row .running {
    color: #FFB90F;
}

.plan-detail-container .plan-content .row .col-80 .sub {
    position: absolute;
    right: 0;
    color: #9b9b9b;
}

.articles-container > .articles {
    display: block;
    position: relative;
    padding: 0.25rem 1rem;
    background: #FCFBFE;
}

.articles-container > .articles::after {
    content: '';
    width: 98%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #EEEEEE;
}

.articles-container > .articles > img {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    left: 1rem;
    top: 1rem;
}

.articles-container > .articles > .articles-title {
    color: #1a1a1a;
    margin: 0.9rem 0 0.2rem 0;
    padding-left: 2rem;
}

.articles-container > .articles > .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.articles-container > .articles > .flex span {
    color: #999999;
    font-size: 0.6rem;
}

.articles-container > .articles > p {
    color: #666;
    font-size: 0.7rem;
}

.reg-form {
    margin: 0.75rem 0;
    background: #fff;
    font-size: 0.8rem;
}

.reg-form hr {
    margin: 0 0.4rem;
    border: 1px solid #d2d2d2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.reg-form .input_content {
    width: 100%;
    position: relative;
}

.reg-form .input_content .err_msg {
    line-height: 2.5rem;
}

.reg-form .input_content .input_label {
    position: absolute;
    width: 1.15rem;
    height: 1.5rem;
    top: 0.6rem;
    left: 0.3rem;
}

.reg-form .input_content .input_label.phone {
    background: url("../../assets/images/phone.png") no-repeat;
    background-size: 1.4rem;
}

.reg-form .input_content .input_label.verify {
    background: url("../../assets/images/verify.png") no-repeat;
    background-size: 1.4rem;
}

.reg-form .input_content input {
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    width: 100%;
    line-height: 2.5rem;
    padding-left: 1.9rem;
    font-size: 0.8rem;
}

.reg-form .input_content .get-verify-code {
    cursor: pointer;
    display: block;
    position: absolute;
    line-height: 2.5rem;
    right: 0;
    top: 0;
    color: #9b9b9b;
    letter-spacing: 0px;
    text-align: center;
    font-size: 0.8rem;
}

.reg-form .btn-reg {
    margin-top: 0.75rem;
}

.header.pay {
    padding: 1rem 0.75rem 0.3rem 0.75rem;
}

.header.pay .icon-pay {
    display: block;
    margin: 0.75rem auto;
    width: 2.5rem;
    height: 2.35rem;
    background: url("../../assets/images/pay.png") no-repeat;
    background-size: 2.5rem;
}

.header.pay p {
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
}

.pay-title {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 0.75rem;
    color: #4a4a4a;
}

.pay-choose-chontiner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.pay-choose-chontiner .pay-choose-item {
    min-width: 90px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px;
    padding: 10px 10px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    color: #ff3d3d;
}

.pay-choose-chontiner .pay-choose-item .time {
    font-size: 1rem;
}

.pay-choose-chontiner .pay-choose-item .price {
    font-size: 0.76em;
}

.pay-choose-chontiner .pay-choose-item.active {
    color: #fff;
    background: #ff3d3d;
}

.list {
    padding-left: 1.5rem;
    font-size: 0.8rem;
    color: #4a4a4a;
}

.list li {
    position: relative;
}

.list li:before {
    content: '';
    position: absolute;
    left: -1rem;
    top: 0.4rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background: #4A4A4A;
}

.auther-main {
    padding: 1.3rem 0.5rem 1.3rem 0.5rem;
}

.auther-main .author-avatar {
    display: block;
    margin: 0 auto;
    width: 5.5rem;
    height: 5.5rem;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

.auther-main .auther-name {
    margin: 0.5rem 0;
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 1rem;
}

.auther-main .user-infos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.auther-main .user-infos .user-counts {
    width: 33.33%;
}

.auther-main .user-infos .user-counts span {
    display: block;
    color: #fff;
    text-align: center;
}

.auther-main .user-infos .user-counts .number {
    font-size: 1rem;
}

.auther-main .user-infos .user-counts .name {
    font-size: 0.6rem;
}

.auther-main-btns-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 3.5rem;
}

.auther-main-btns-container .circle-btns-container .icon-reply {
    background: url("../../assets/images/reply.png") 50% 50% no-repeat;
    background-size: 1rem;
}

.auther-main-btns-container .circle-btns-container .icon-manage {
    background: url("../../assets/images/manage.png") 50% 50% no-repeat;
    background-size: 1rem;
}

.auther-main-btns-container .circle-btns-container .icon-comment {
    background: url("../../assets/images/comment.png") 50% 50% no-repeat;
    background-size: 1rem;
}

.auther-main-btns-container .circle-btns-container span {
    display: inline-block;
    margin-top: 1rem;
    font-size: 0.7rem;
    color: #4a4a4a;
    text-align: center;
}

.plan-container {
    background: #fff;
    color: #ff3d3d;
    text-align: center;
}

.plan-container span {
    color: #ff3d3d;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.5rem;
}

.plan-container .col-50 {
    border-right: 1px solid #f4f4f4;
}

.my-icon {
    width: 1rem;
    height: 1rem;
}

.my-icon.post {
    background: url("../../assets/images/comment.png");
    background-size: 1rem;
}

.my-icon.find {
    background: url("../../assets/images/reply.png");
    background-size: 1rem;
}

.invite {
    width: 100%;
    height: 100%;
    background: #F8EBB7;
    position: relative;
}

.invite .hbbg {
    background: url("http://7vij74.com1.z0.glb.clouddn.com/mingrizoushibg_img_RQ.png") no-repeat 0 50%;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.invite .hbbg .invite-pic {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-left: -60px;
}
.nocopy{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
