body {
    background: #fff;
    overflow: hidden;
}

.gray-body {
    background: #ededed;
}

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

.text-left {
    text-align: left;
}

.bar {
    position: fixed;
    right: 0;
    left: 0;
}

.bold {
    font-weight: bold;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.no-data {
    color: #666;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

.text-center {
    text-align: center;
}

.imgCenter {
    text-align: center;
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

input[type=text]:disabled {
    background: none;
}

.flex-center {
    display: flex;
    align-items: center;
}

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.text_ellipsis_2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text_ellipsis_3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.kf-moudle {
    opacity: .6;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    border: none;
    outline: none;
}

button {
    border: none;
    outline: none;
}

.ab-content {
    position: absolute;
    top: 2rem;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.hd-center {
    margin: 0 auto;
    line-height: 2.06rem;
    font-weight: normal;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
}

.hd-center.title {
    color: #18191a;
    font-size: 0.89rem;
}

.weui-loadmore_line .weui-loadmore__tips {
    background: none;
}

.weui-icon_toast.weui-loading {
    margin: 15px 0 5px;
}

.hide {
    display: none !important;
}

.new-cell {
    margin-top: 0;
    background-color: #f2f2f2;
}

.new-cell>.weui-cell {
    background: #fff;
}

.new-cell::before {
    display: none;
}

.new-cell .weui-cell::before {
    left: 0;
}

.kz-col-1 {
    float: left;
    width: 8.33333333%;
}

.kz-col-2 {
    float: left;
    width: 16.66666667%;
}

.kz-col-3 {
    float: left;
    width: 25%;
}

.kz-col-4 {
    float: left;
    width: 33.33333333%;
}

.kz-col-5 {
    float: left;
    width: 41.66666667%;
}

.kz-col-6 {
    float: left;
    width: 50%;
}

.kz-col-7 {
    float: left;
    width: 58.33333333%;
}

.kz-col-8 {
    float: left;
    width: 66.66666667%;
}

.kz-col-9 {
    float: left;
    width: 75%;
}

.kz-col-10 {
    float: left;
    width: 83.33333333%;
}

.kz-col-11 {
    float: left;
    width: 91.66666667%;
}

.clearfix:before,
.clearfix:after,
.kz-row:before,
.kz-row:after {
    display: table;
    content: "";
    clear: both;
}

.border-t,
.border-b {
    position: relative;
    border: none;
}

.border-t::before {
    content: '';
    position: absolute;
    top: 0;
    background: #e5e5e5;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    left: 0;
}

.border-b::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #e5e5e5;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.x {
    color: red;
    font-size: 0.75rem;
    margin-left: 2px;
}

.input-cells .weui-cell .weui-cell__ft.input_fl {
    flex: 1;
}

.input-cells .weui-cell .weui-cell__ft input[type="text"],
.input-cells .weui-cell .weui-cell__ft input[type="number"] {
    text-align: right;
    width: 100%;
    color: #999;
    font-size: 0.66rem;
}
.cell-list-t{padding: 12px 10px;border-bottom: 1px solid #e5e5e5;}

/*tip*/

.malert {
    position: fixed;
    z-index: 10000;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}

.malert span {
    display: inline-block;
    padding: .48rem .7rem;
    background-color: #333;
    color: #fff;
    border-radius: 50px;
    font-size: 0.7rem;
}

.kz-hide {
    display: none !important;
}


/***header***/

.bar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    height: 2.06rem;
    color: #fff;
    z-index: 666;
}

.bar-header .fl.hd-btn {
    margin-left: 0.56rem;
}

.bar-header .fr.hd-btn {
    margin-right: 0.56rem;
}

.bar-header .hd-btn {
    position: relative;
    z-index: 99;
}

.bar-header .hd-btn .icon {
    font-size: 0.879rem;
    fill: #fff;
}

.bar-header .hd-btn.back .icon {
    font-size: 1.05rem;
}

.bar-header.gray-icon-header .hd-btn .icon {
    fill: #626466;
}

.bar-header.gray-icon-header .add-btn .icon {
    fill: #2e8fff;
}

.bar-header .hd-center-select .icon {
    font-size: 1.055rem;
    vertical-align: middle;
}

.bar-header .hd-center-select span {
    vertical-align: middle;
    margin-right: -3px;
    font-size: 0.66rem;
}

.bg-bar-header {
    background: #fff;
    border: none;
    /* position: relative; */
}

.bg-bar-header::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #e8ebed;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.bg-bar-header .hd-center-select.filter-time-selct .time {
    color: #18191a;
    font-size: 0.84rem;
    width: 4.6rem;
    vertical-align: middle;
    text-align: right;
}

.bg-bar-header .hd-center-select.filter-time-selct .icon {
    fill: #939699;
}


/***footer***/

.bar-footer {
    display: flex;
    position: absolute;
    z-index: 500;
    height: 2.6rem;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}

.bar-footer::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #eeeeee;
    color: #c0bfc4;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.bar-footer .tab-item {
    text-align: center;
    padding: 0.2rem 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.bar-footer .tab-item .tab-label {
    font-size: 0.5rem;
}

.bar-footer .mid {
    flex: 1;
}

.bar-footer .mid::after {
    content: '';
    position: absolute;
    width: 2.725rem;
    height: 2.725rem;
    top: -1.3625rem;
    left: 50%;
    margin-left: -1.3625rem;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px #e4e4e4;
    border-radius: 50%;
    z-index: -1;
    z-index: 9;
}

.bar-footer .mid::after .bar-footer .tab-item .tab-label {
    color: #d2d3d4;
    font-size: 0.5rem;
}

.bar-footer .mid .icon {
    font-size: 1.231rem;
    fill: #2e8fff;
    position: absolute;
    top: -0.61rem;
    left: 50%;
    margin-left: -0.61rem;
    z-index: 10;
}

.bar-footer .tab-item .icon {
    font-size: 1.5rem;
    fill: #dedfe0;
}

.bar-footer .tab-item.active .tab-label {
    color: #2e8fff;
}

.bar-footer .tab-item.active .icon {
    fill: #2e8fff;
}


/**index**/

.content {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.index-box .data-money-area .box-01 {
    width: 8.79rem;
    height: 8.79rem;
    margin: 0 auto;
    border: solid .897rem rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(43, 80, 153, 0.05);
    border-radius: 50%;
    position: relative;
}

.index-box .data-money-area .box-01 .box-02 {
    width: 7.032rem;
    height: 7.032rem;
    border: solid 4px rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    position: absolute;
    margin: auto;
    top: 0px;
    border-radius: 50%;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.index-box .money-pagination {
    width: 100%;
    bottom: 3.87rem;
    text-align: center;
}

.index-box .money-pagination span {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    margin: 0 5px;
    opacity: 1;
    transition: all 0.2s linear;
}

.index-box .money-pagination span.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
    width: 20px;
}

.index-box .data-money-area .box-01 .box-02 .box-item {
    color: #fff;
    overflow: hidden;
}

.index-box .data-money-area .box-01 .box-02 .box-item span {
    font-size: 0.75rem;
    display: inline-block;
    margin: 1.05rem 0 0.7rem 0;
}

.index-box .data-money-area .box-01 .box-02 .box-item div {
    font-size: 0.879rem;
    font-weight: bold;
}

.index-box .data-money-area .box-01 .box-02 .box-item:first-child {
    display: block;
}

.index-box .index-data-area {
    background: url("/Public/m/images/index_bg.png")center center no-repeat;
    width: 100%;
    height: 18.2rem;
    position: relative;
    padding-top: 2.989rem;
    background-size: 100%;
}

.index-box .index-data-area .data-num-area {
    display: flex;
    background: rgba(29, 53, 102, .1);
    width: 100%;
    height: 2.81rem;
    z-index: 9;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index-box .index-data-area .data-num-area .data-item {
    display: flex;
    background: url("/Public/m/images/index-data-bg.png")left center;
    flex: 1;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.index-box .index-data-area .data-num-area .data-item:first-child {
    background: none;
}

.index-box .index-data-area .data-num-area .data-item span {
    color: #fff;
}

.index-box .index-data-area .data-num-area .data-item span:nth-child(1) {
    font-size: 0.66rem;
}

.index-box .index-data-area .data-num-area .data-item span:nth-child(2) {
    font-size: 0.61rem;
    font-weight: bold;
}

.index-box .menu-nav-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.index-box .menu-nav-area .menu-item {
    display: flex;
    width: 25%;
    flex-direction: column;
    margin-top: 2rem;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.index-box .menu-nav-area .menu-item .box {
    width: 2.442rem;
    height: 2.442rem;
    border-radius: 50%;
    margin-bottom: 0.263rem;
    position: relative;
}

.index-box .menu-nav-area .menu-item .box img {
    text-align: center;
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.index-box .menu-nav-area .menu-item .item-label {
	font-weight: bold;
	color: #09121F;
}

.index-box .menu-nav-area .menu-item .item-lable {
    color: #494b4d;
    font-size: 0.66rem;
}

.index-box .menu-nav-area .menu-item.item-01 .box {
    background-color: #4c9fff;
}

.index-box .menu-nav-area .menu-item.item-02 .box {
    background-color: #ffaf3d;
}

.index-box .menu-nav-area .menu-item.item-03 .box {
    background-color: #1cd0ee;
}

.index-box .menu-nav-area .menu-item.item-04 .box {
    background-color: #08bfa0;
}

.index-box .menu-nav-area .menu-item.item-05 .box {
    background-color: #fe675e;
}


/*index left silder*/

.left-sider-bar {
    position: absolute;
    width: 11.74rem;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    box-sizing: content-box;
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.165, .84, .44, 1);
    transition: transform 350ms cubic-bezier(.165, .84, .44, 1);
    z-index: 9999!important;
    visibility: visible;
    transform: translate3d(-11.74rem, 0px, 0px);
}

.left-sider-bar .s-t {
    width: 100%;
    height: 4.92rem;
    background-color: #f5f6f7;
    padding: 1.41rem 0.98rem;
}

.left-sider-bar .s-t .book-name {
    width: 100%;
    font-size: 0.765rem;
    color: #313233;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 100%;
}

.left-sider-bar .s-t .book-status {
    color: #626466;
    vertical-align: middle;
}

.left-sider-bar .left-nav-lists .icon {
    fill: #494b4d;
    vertical-align: middle;
    font-size: 1.055rem;
    margin-top: -3px;
}

.left-sider-bar .left-nav-lists>.item {
    width: 100%;
}

.left-sider-bar .left-nav-lists>.item>a {
    width: 100%;
    border-bottom: solid 1px #eee;
    height: 2.11rem;
    line-height: 2.11rem;
    padding: 0 0.75rem;
    position: relative;
    display: inline-block;
}

.left-sider-bar .left-nav-lists>.item>a span {
    font-size: 0.66rem;
    color: #333333;
    font-family: "微软雅黑";
    margin-left: 5px;
    vertical-align: middle;
}

.left-sider-bar .left-nav-lists>.item>a .arrow-t {
    position: absolute;
    top: 50%;
    right: 0.427rem;
    margin-top: -0.52rem;
    transition: transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
}

.left-sider-bar .left-nav-lists>.item.show .arrow-t {
    transform: rotate(-180deg);
}

.left-sider-bar .left-nav-lists>.item .child li {
    line-height: 2.06rem;
    height: 2.06rem;
}

.left-sider-bar .left-nav-lists>.item .child a {
    font-size: 0.663rem;
    color: #333333;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-left: 2.01rem;
}

.left-sider-bar .left-nav-lists a:active {
    color: #2e8fff;
}

.index-box.left-active .left-sider-bar {
    transform: translate3d(0rem, 0px, 0px);
}

.index-box.left-active .mask,
.index-box.bottom-book-active .mask {
    position: absolute;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    transition: background 350ms cubic-bezier(.165, .84, .44, 1);
    background: rgba(0, 0, 0, .4);
    box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
    -webkit-tap-highlight-color: transparent;
}


/*账套选择*/

.bottom-book-select {
    width: 100%;
    height: 14.158rem;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: -14.158rem;
    right: 0;
    visibility: visible;
    overflow: hidden;
    box-sizing: content-box;
    -webkit-transition: bottom 350ms cubic-bezier(.165, .84, .44, 1);
    transition: bottom 350ms cubic-bezier(.165, .84, .44, 1);
    z-index: 9999!important;
}

.index-box.bottom-book-active .bottom-book-select {
    bottom: 0rem;
}

.bottom-book-select .add-book-link {
    display: inline-block;
    height: 2.11rem;
    line-height: 2.11rem;
    color: #2e8fff;
    border-bottom: solid 1px #e8ebed;
    width: 100%;
    padding-left: 0.61rem;
}

.bottom-book-select .add-book-link span {
    font-size: 0.66rem;
    vertical-align: middle;
}

.bottom-book-select .add-book-link .icon {
    font-size: 0.94rem;
    vertical-align: middle;
    margin-right: 0.12rem;
}

.bottom-book-select .book-lists {
    overflow-y: auto;
    height: 12.048rem;
    -webkit-overflow-scrolling: touch;
}

.bottom-book-select .book-lists li {
    width: 100%;
    display: flex;
    border-top: solid 1px #e8ebed;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.492rem 0.70rem;
}

.bottom-book-select .book-lists li.active {
    background: #2e8fff;
}

.bottom-book-select .book-lists li.active * {
    color: #fff!important;
}

.bottom-book-select .book-lists li:first-child {
    border: none;
}

.bottom-book-select .book-lists li .b-name {
    font-size: 0.66rem;
    color: #313233;
    font-weight: normal
}

.bottom-book-select .book-lists li p {
    color: #939699;
    font-size: 0.56rem;
}


/*登录注册 start*/

.custom-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.custom-box .error:after,
.custom-box .success:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .3rem;
    width: .42rem;
    height: .42rem;
    margin-top: -.21rem;
    background-size: 100% 100%;
}

.custom-box .error:after {
    background-image: url(../images/error.png);
}

.custom-box .success:after {
    background-image: url(../images/right.png);
}

.custom-box .has-btn:after {
    right: 3rem;
}

.custom-box .look-lock i {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .3rem;
    width: .59rem;
    height: .28rem;
    margin-top: -.14rem;
    background-image: url(../images/look_lock.png);
    background-size: 100% 100%;
}

.custom-box .look-lock.un i {
    background-image: url(../images/look_unlock.png);
}

.custom-box .logo>img {
    width: 3.991rem;
    margin: 1.758rem auto;
    display: block;
}

.custom-box .input-item {
    position: relative;
    width: 14.06rem;
    height: 2.063rem;
    border-bottom: 1px solid #dcdcdc;
    line-height: 2.063rem;
    margin: 0.4rem auto 0;
}

.custom-box .input-item .icon {
    font-size: 1.055rem;
    margin: 0 .35rem;
    vertical-align: middle;
}

.custom-box .input-item.un .svg-eye {
    fill: #2e8fff;
}

.custom-box .input-item .eye-btn {
    float: right;
    display: none;
}

.custom-box .input-item>input {
    position: relative;
    width: 100%;
    font-size: 0.70rem;
    border: none;
    vertical-align: sub;
}

.custom-box .input-item.submit,
.custom-box .input-item.next {
    display: block;
    width: 14.06rem;
    text-align: center;
    font-size: .77rem;
    color: #fff;
    background-color: rgb(46, 143, 255);
    border-radius: 22px;
    margin-top: 3rem;
}

.custom-box .input-item.bottom {
    padding: 0;
    font-size: 15px;
    border: none;
}

.custom-box .input-item.submit[disabled],
.custom-box .input-item.next[disabled] {
    background-color: rgba(46, 143, 255, 0.5);
}

.custom-box .input-item.bottom>a {
    color: #2e8fff;
    font-size: .65rem;
}

.custom-box .img-v-code {
    padding: 0;
    border: none;
}

.custom-box .img-v-code>div {
    float: left;
    width: 66%;
    margin-top: 0;
}

.custom-box .img-v-code>div input {
    width: 5.63rem;
}

.custom-box .img-v-code>img {
    float: right;
    width: 30%;
    height: 2.075rem;
    margin: 0;
    background-color: #EEEEEE;
}

.custom-box .input-item>input {
    width: 8.4rem;
}

.custom-box .getVcode {
    display: block;
    float: right;
    width: 4rem;
    height: 1.312rem;
    border-radius: 0.656rem;
    border: solid 0.047rem rgb(46, 143, 255);
    background: #fff;
    color: rgb(46, 143, 255);
    font-size: 0.56rem;
    line-height: 1.218rem;
    text-align: center;
    margin-top: 0.37rem;
}

.custom-box .getVcode[disabled] {
    background-color: #E2E2E2;
    color: #C2C2C2;
    border: 1px solid #E2E2E2;
}

.custom-box .toChange {
    font-size: .633rem;
    color: #2e8fff;
    display: inline-block;
    margin: 1.16rem 0;
}
.custom-box .agreement {
    position: absolute;
	bottom: 8%;
	width: 100%;
}
.custom-box .agreement .weui-cells{
    font-size: 14px;
}
.custom-box .agreement a{
    color: #2e8fff;
}

.custom-box.regist .mobile-v-code>input {
    width: 5.274rem;
}

.custom-box.forget .mobile-v-code>input {
    width: 5.274rem;
}


/*凭证 start*/

.bar-header .hd-vou-arrange,
.bar-header .hd-vou-del,
.hd-blue-btn {
    color: rgb(46, 143, 255);
    font-size: 0.66rem;
}

.vlist .voucher-view {
    top: 4.2rem;
    padding-bottom: 2.338rem;
}


/*搜索*/

.voucher-subjects {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    z-index: 668;
    transition: all .5s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.voucher-subjects.ani {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.view-container .view-ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-top: 0.2rem;
    position: relative;
    padding: 0 0.56rem;
}

.view-container .view-ul li:first-child {
    margin-top: 0;
}

.view-container .view-ul li.seal::after {
    content: "";
    width: 3.1rem;
    height: 2.1rem;
    position: absolute;
    text-align: center;
    margin: auto;
    bottom: 10px;
    right: 20px;
}

.view-container .view-ul li.seal.seal-4::after {
    background: url("/Public/m/images/v-jzhuan.png")no-repeat;
    background-size: 100% 100%;
}

.view-container .view-ul li.seal.seal-3::after {
    background: url("/Public/m/images/v-jzhang.png")no-repeat;
    background-size: 100% 100%;
}

.view-container .view-ul li .vt {
    border-bottom: solid 1px #e8ebed;
    padding: 0.24rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-container .view-ul li .icon-arrow-r {
    fill: #939699;
    font-size: 0.75rem;
}

.view-container .view-ul li .vt .v-record-num {
    height: 1rem;
    display: inline-block;
    width: 2.11rem;
    background: #c2d8f2;
    color: #fff;
    line-height: 1rem;
    text-align: center;
    border-radius: 0.879rem;
    font-size: 0.56rem;
}

.view-container .view-ul li .vt .v-date {
    color: #939699;
    font-size: 0.56rem;
    margin-left: 0.26rem;
}

.view-container .view-ul li .v-money {
    color: #494b4d;
    font-size: 0.94rem;
    font-weight: bold;
    line-height: 1.66rem;
}

.view-container .view-ul li .v-abstract {
    font-size: 0.61rem;
    margin-bottom: 0.4rem;
    color: #626466;
}


/*凭证详情*/

.voucher-preview,
.voucher-tmpl {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    transition: all .5s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
}

.voucher-preview.ani,
.voucher-tmpl.ani {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.vlist-detail .detail-info {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0.56rem;
    background: #fff;
    color: #494b4d;
    font-size: 0.61rem;
}

.voucher-detail-lists {
    padding-bottom: 3.077rem;
}

.voucher-detail-lists .swiper-slide.examined::before {
    content: "";
    width: 4.65rem;
    height: 3.225rem;
    background: url("/Public/m/images/examined_bg.png")no-repeat;
    background-size: 100% 100%;
    position: absolute;
    text-align: center;
    margin: auto;
    top: 3rem;
    right: 0px;
    left: 0px;
}

.voucher-detail-lists .swiper-slide.seal::after {
    content: "";
    width: 4.65rem;
    height: 3.225rem;
    position: absolute;
    text-align: center;
    margin: auto;
    top: 7.3rem;
    right: 0px;
    left: 0px;
}

.voucher-detail-lists .swiper-slide.seal-3::after {
    background: url("/Public/m/images/v-jzhang.png")no-repeat;
    background-size: 100% 100%;
}

.voucher-detail-lists .swiper-slide.seal-4::after {
    background: url("/Public/m/images/v-jzhuan.png")no-repeat;
    background-size: 100% 100%;
}

.voucher-detail-lists .details-item {
    position: relative;
}

.voucher-detail-lists .details-item .detail-lists .line {
    width: 100%;
    background: #fff;
    margin-top: 0.15rem;
    padding: 0 0.56rem;
}

.voucher-detail-lists .details-item .detail-lists .line .remark {
    height: 2.062rem;
    position: relative;
    font-size: 0.66rem;
    color: #626466;
    line-height: 2.062rem;
    border-bottom: solid 1px #e8ebed;
    width: 100%;
}

.voucher-detail-lists .details-item .detail-lists .line ol li {
    color: #313233;
    font-size: 0.66rem;
    display: flex;
    height: 1.688rem;
    align-items: center;
    justify-content: space-between;
}

.voucher-detail-lists .details-item .detail-lists .line ol li span {
    display: inline-block;
}

.voucher-detail-lists .details-item .detail-lists .line ol li .line-subject {
    width: 67%;
}

.voucher-detail-lists .details-item .detail-lists .line ol li .line-money {
    width: 30%;
    text-align: right;
}

.voucher-detail-lists .details-item .detail-total {
    margin-top: 0.15rem;
}

.voucher-detail-lists .details-item .detail-total * {
    font-size: 0.61rem;
}

.voucher-detail-lists .details-item .detail-total .weui-cell__ft {
    font-size: 0.66rem;
}

.voucher-detail-lists .details-item .weui-cell-02 .weui-cell__ft {
    color: #53cb7a;
    font-weight: bold;
}

.voucher-detail-lists .details-item .weui-cell-03 .weui-cell__ft {
    color: #ffaa4f;
    font-weight: bold;
}

.detail-btns {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    background: #fff;
    padding: 0.61rem 0;
    z-index: 999;
}

.detail-btns .btn {
    border-radius: 0.80rem;
    height: 1.602rem;
    line-height: 1.602rem;
    display: inline-block;
    font-size: 0.75rem;
    width: 7.032rem;
    text-align: center;
}

.detail-btns .btn.btn-revise {
    border: solid 1px #2e8fff;
    color: #2e8fff;
}

.detail-btns .btn.btn-revise {
    border: solid 1px #2e8fff;
    color: #2e8fff;
    line-height: 1.58rem;
}

.detail-btns .btn.btn-examine,
.detail-btns .btn.btn-see {
    background: #2e8fff;
    color: #fff;
}

.detail-btns .btn.btn-examine-f {
    width: 8rem;
    border: solid 1px #2e8fff;
    color: #2e8fff;
    display: none;
    line-height: 1.58rem;
}


/*我的*/

.mine .weui-cells {
    margin-top: 0;
}

.mine-info {
    width: 100%;
    height: 6.188rem;
    background: url("/Public/m/images/mine_bg.png")no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mine-info .login-info {
    position: absolute;
    bottom: 0.879rem;
    left: 0.879rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mine-info .login-info .info .user-name {
    color: #ffffff;
    font-size: 0.66rem;
}

.mine-info .login-info .info {
    margin-left: 0.56rem;
    flex-direction: column;
    display: flex;
}

.mine-info .login-info .info .user-lever .lever-text {
    color: #ffffff;
    font-size: 0.66rem;
    font-family: PingFang-SC-Medium;
    letter-spacing: 1px;
}

.mine-info .login-info .info .user-lever .lever-text span {
    font-style: oblique;
}

.mine-info .login-info .my-head {
    width: 2.813rem;
    height: 2.813rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, .3);
    position: relative;
}

.mine-info .login-info .my-head img.user-head-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.mine-info .login-info .my-head .user-lever-img {
    position: absolute;
    top: auto;
    bottom: -0.47rem;
    width: 0.932rem;
}

.mine-info .msgs {
    position: absolute;
    right: 0.2rem;
    top: 0.28rem;
}

.mine-info .book-name {
    color: #ffffff;
    font-size: 0.75rem;
    text-align: center;
    margin-bottom: 1.055rem;
    font-weight: normal;
}

.mine-info .btn {
    width: 3.188rem;
    height: 1.406rem;
    background-color: rgba(255, 255, 255, .3);
    border-radius: .703rem;
    display: inline-block;
    line-height: 1.406rem;
    text-align: center;
    color: #fff;
    font-size: 0.66rem;
    margin: 0 0.56rem;
}

.mine-info .msgs .icon {
    fill: #fff;
    font-size: 1.231rem;
}

.mine .weui-cells {
    background-color: #f5f5f5;
}

.mine .weui-cells .weui-cell {
    background: #fff;
    padding: 0.35rem 0.7rem;
}

.mine .weui-cells .weui-cell.alone-line::before {
    display: none;
}

.mine .weui-cells .weui-cell.alone-line {
    margin-top: .4rem;
    border-top: none;
}

.mine .weui-cells .weui-cell .icon {
    font-size: 1rem;
    fill: #333;
    margin-right: 0.352rem
}

.mine .weui-cells .weui-cell p {
    font-size: 0.65rem;
    color: #333333;
}

.mine .weui-cells .weui-cell.vip-cell img {
    width: 1rem;
}

.mine .weui-cells .weui-cell.vip-cell .weui-cell__bd p {
    color: #313233;
    font-size: 0.703rem;
    margin-bottom: 0.1rem;
}

.mine .weui-cells .weui-cell.vip-cell .weui-cell__bd span {
    color: #939699;
    font-size: 0.56rem;
}

.mine .weui-cells .weui-cell.vip-cell .weui-cell__bd {
    line-height: 100%;
    margin-left: 0.56rem;
}


/*报表*/

.repotr-view {
    top: 2.06rem;
    padding-bottom: 2.338rem;
    background: #fff;
}


/*科目管理 start*/

.sub-manage-box.voucher-subjects {
    z-index: 665;
    -webkit-transform: none;
    transform: none;
}

.sub-manage-box.voucher-subjects .sub-top {
    top: 2.06rem;
}

.sub-manage-box.voucher-subjects .sub-top .search-contaier {
    position: initial;
}


/*新增科目 start*/

.subject-add-view {
    padding-bottom: 1.8rem;
}

.subject-add-view .disabled-tip {
    position: relative;
}

.subject-add-view .disabled-tip .tip {
    position: absolute;
    right: 0.70rem;
    top: 0.404rem;
    height: 1.125rem;
    width: 2.25rem;
    display: inline-block;
}

.subject-add-view .weui-cells {
    margin-top: 0;
}

.subject-add-view .subject-tip {
    background-color: #f2f2f2;
    font-size: 0.56rem;
    color: #939699;
    padding: 0.2rem 0.3rem;
}

.subject-add-view .input-cell .weui-cell__ft {
    flex: 2;
}

.subject-add-view .input-cell .weui-cell__ft input {
    text-align: right;
    width: 100%;
    font-size: 14px;
}

.subject-add-view .weui-cell {
    padding: 0.23rem 0.4rem;
}

.subject-add-view .weui-cell .c-label {
    font-size: 0.66rem;
}

.subject-add-view .weui-cell .weui-cell__ft {
    font-size: 0.66rem;
}

.subject-add-view .weui-cell.switch-cell .weui-cell__ft {
    height: 0.64rem;
}

.subject-add-view select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: .38rem;
    opacity: 0;
}


/*搜索框样式*/

.has-search .search-fixed {
    position: fixed;
    left: 0;
    top: 2.06rem;
    width: 100%;
    -webkit-animation: affix-bar .5s;
    animation: affix-bar .5s;
}

.voucher-subjects {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    z-index: 668;
    transition: all .5s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.voucher-subjects.ani {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.voucher-subjects .sub-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}


/*科目分类导航*/

.subs-nav.e-standard li {
    width: 16.6666%;
    overflow: hidden;
    background: #fff;
}

.subs-nav li>a {
    display: inline-block;
    width: 100%;
    color: #494b4d;
    padding: 0.6rem 0;
    font-size: 0.66rem;
}

.subs-nav li.active>a {
    position: relative;
    color: #2e8fff;
}

.subs-nav {
    display: flex;
    font-size: .4rem;
    border-bottom: 1px solid #e8ebed;
    background-color: #fff;
}

.subs-nav li {
    flex: 1;
}

.subs-nav li.active>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #2e8fff;
}

.voucher-subjects .sub-lists,
.slide-page .sub-lists {
    display: none;
    position: absolute;
    top: 6.2rem;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .70rem;
    z-index: 20;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.voucher-subjects .sub-lists.show,
.slide-page .sub-lists.show {
    display: block !important;
}

.voucher-subjects .sub-lists.no-tab,
.slide-page .sub-lists.no-tab {
    z-index: 30;
    top: 2.14rem;
    background-color: #fff;
    z-index: 33;
}

.voucher-subjects .sub-lists ul li,
.slide-page .sub-lists ul li {
    position: relative;
    padding: .527rem;
    font-size: 0.66rem;
    color: #313233;
}

.voucher-subjects .sub-lists ul li.active,
.voucher-subjects .sub-lists ul li:active,
.slide-page .sub-lists ul li.active,
.slide-page .sub-lists ul li:active {
    color: #2e8fff;
}

.voucher-subjects .sub-lists ul li:after,
.slide-page .sub-lists ul li:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    color: #e8ebed;
    border-bottom: solid 1px #e8ebed;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}


/*新增科目 end*/

.search-contaier {
    position: fixed;
    width: 100%;
    top: 2.06rem;
    left: 0;
    padding: 0.328rem 0.56rem;
    z-index: 20;
    background: #f2f2f2;
}

.search-contaier .v-search-submit {
    float: right;
    height: 1.406rem;
    line-height: 1.406rem;
    margin-right: 0.985rem;
    font-size: 0.66rem;
    background: none;
    color: #626466;
}

.search-contaier .voucher-search .search-input {
    width: 90%;
    font-size: 0.66rem;
    margin-left: 5px;
    line-height: 20px;
    padding: 0;
    vertical-align: middle;
}

.voucher-search .del-search {
    margin: 0 0.3rem;
}

.search-contaier .voucher-search .del-search.icon {
    fill: #cacbcc;
    font-size: 0.58rem;
}

.search-contaier .weui-search-bar__form::after {
    display: none;
}

.search-contaier .weui-search-bar__form {
    background-color: #f2f2f2!important;
}

.search-contaier .weui-search-bar__box .weui-icon-search {
    margin-top: -13px;
    font-size: 15px;
}

.has-search .search-nav .wrap {
    position: relative;
    margin-right: 0;
    width: 100%;
    transition: all .5s;
}

.has-search .search-nav.ani .wrap {
    width: 84.5%!important;
}

.search-contaier::before,
.search-contaier::after {
    display: none;
}

.vlist .weui-search-bar__form {
    padding-right: 0.8rem;
}

.search-contaier .voucher-search {
    height: 1.406rem;
    border: solid 1px #e8ebed;
    background: #fff;
    float: left;
    border-radius: 0.7rem;
    line-height: 1.406rem;
    display: flex;
    align-items: center;
}

.search-contaier .voucher-search .icon {
    font-size: 0.58rem;
    fill: #7a8a99;
}

.search-contaier .voucher-search .icon-search {
    margin: 0 0.28rem;
}

.has-search .search-nav .cancel {
    position: absolute;
    top: .35rem;
    right: -1.3rem;
    font-size: .66rem;
    transition: all .5s;
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem);
    color: #626466;
    line-height: 1.406rem;
}

.has-search .search-nav.ani .cancel {
    -webkit-transform: translateX(-2.4rem);
    transform: translateX(-2.4rem);
    display: block;
}


/*币别*/

.currency-body .weui-cells .weui-cell__cn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.currency-body .weui-cells .weui-cell__ft {
    flex: 1;
    font-size: 0.70rem;
}

.currency-body .weui-cells .weui-cell__cn p {
    font-size: 0.66rem;
    color: #313233;
}

.currency-view,
.currency-add-view {
    background: #fff;
}

.currency-add-view .weui-cell__bd p {
    color: #313233;
}

.currency-add-view .weui-cell__ft {
    flex: 3;
    font-size: 0.75rem;
}

.currency-add-view .weui-cell__ft input[type=text] {
    text-align: right;
    width: 100%;
    color: #999;
    font-size: 0.66rem;
}

.currency-add-view .weui-cell__ft.select-fl {
    position: relative;
}

.currency-add-view .weui-cell__ft.select-fl input[type=text].text-input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.currency-add-view .weui-cell__ft .select-text {
    color: #999;
    font-size: 0.66rem;
}

.currency-add-view .weui-cell__ft.select-fl .icon {
    fill: #999;
    font-size: 0.80rem;
    margin: -2px 0 0 -5.6px;
    vertical-align: middle;
}

.submit {
    position: fixed;
    text-align: center;
    margin: auto;
    right: 0px;
    bottom: 0.59rem;
    left: 0px;
    width: 14.94rem;
    height: 2.057rem;
    background-color: #2e8fff;
    border-radius: 1.037rem;
    color: #fff;
    font-size: 0.897rem;
    z-index: 99;
}


/*科目管理 start*/

.sub-manage-box.voucher-subjects {
    z-index: 665;
    -webkit-transform: none;
    transform: none;
}

.sub-manage-box.voucher-subjects .sub-top {
    top: 2.06rem;
}


/*新增科目 start*/

.sub-add-box ul li {
    position: relative;
    padding: 0.404rem 0.70rem;
    background: #fff;
}

.sub-add-box ul li::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 0;
    z-index: 2;
}

.sub-add-box ul li .pre-code {
    position: absolute;
    top: 0;
    right: 1rem;
}

.sub-add-box ul li .kz-col-3 span {
    font-size: 0.66rem;
    color: #313233;
    vertical-align: middle;
}

.sub-add-box ul li .fr-text {
    text-align: right;
    font-size: 0.6rem;
    color: #999;
}

.sub-add-box ul li .fr-text span {
    vertical-align: middle;
}

.sub-add-box ul li .arr-r {
    font-size: 0.879rem;
    margin-left: -3px;
    vertical-align: middle;
}

.sub-add-box ul li input[type=text] {
    font-size: 0.56rem;
    width: 100%;
    text-align: right;
    color: #999;
}

.sub-add-box ul li .sub-add-box select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: .38rem;
    opacity: 0;
}

.sub-add-box .account-item.active .fa-check-circle,
.sub-add-box .account-child>p.active .fa-check-circle {
    color: #2e8fff;
}

.sub-add-box .account-child {
    display: none;
    padding: 0.23rem 1.055rem;
    background-color: #f2f2f2;
}

.sub-add-box .account-child span {
    font-size: 0.56rem!important;
    color: #939699!important;
}

.weui-cell_switch .fr-text {
    height: 0.59rem;
}

.sub-add-box .account-child input {
    background: none;
    color: #939699!important;
}

.sub-add-box .account-child>p {
    padding: 0 .2rem;
}

.sub-add-box .gt {
    font-size: .56rem;
    color: #C2C2C2;
    vertical-align: middle;
}

.sub-add-box .account-child>p {
    border-bottom: 1px solid #DCDCDC;
    height: 1.758rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-add-box .account-child>p:last-child {
    border-bottom: 0;
}

.sub-add-box .account-child>p.title {
    font-weight: bold;
    font-size: .527rem;
    line-height: 1.758rem;
}

.sub-add-box .account-child .gt {
    font-size: 0.879rem;
    color: #C2C2C2;
}

.sub-add-box .sub-name.units {
    background-color: #E4F4F0;
}

.subject-choose-preview {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    transition: all .5s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
}

.subject-choose-preview.ani {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}


/*账套*/

.books-view .account-sets {
    background: #fff;
    margin-top: 2.05rem;
}

.books-view .account-sets li {
    padding: 0.49rem 1.072rem;
    position: relative;
}

.books-view .account-sets li .books-name {
    color: #313233;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
}

.books-view .account-sets li.active .books-name span.anow {
    background: #2e8fff;
    font-size: 0.5rem;
    color: #fff;
    border-radius: 4px;
    margin-right: 0.2rem;
    padding: 0rem 0.2rem;
    display: inline-block;
}

.books-view .account-sets li .books-info {
    font-size: 0.56rem;
    color: #939699;
}

.books-view .account-sets li:active {
    background: #f5f6f7;
}


/*长按编辑 删除*/

.book-set {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    width: 2.67rem;
    right: 0.56rem;
    top: 1.9rem;
    display: none;
    z-index: 999;
    border-radius: 4px;
}

.book-set::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -4px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, .8);
}

.book-set a.btn {
    display: inline-block;
    width: 100%;
    height: 1.05rem;
    line-height: 1.05rem;
    text-align: center;
    color: #fff;
    font-size: 0.66rem;
}

.book-set a.btn .icon {
    margin-right: 10px;
}

.book-set a.btn:first-child .icon {
    margin-right: 2px;
}

.book-set .icon {
    font-size: 0.80rem;
}

.notice-txt {
    color: #939699;
    font-size: 0.56rem;
    margin: 0.75rem 0 0 0.56rem;
}


/*辅助核算*/

.trialbalance-view {
    display: flex;
}

.trialbalance-view .trial-nav {
    flex: 0 0 4.694rem;
    background: #fff;
}

.trialbalance-view .trial-nav li.item {
    height: 2.057rem;
    width: 100%;
    text-align: center;
    line-height: 2.057rem;
    color: #313233;
    font-size: 0.66rem;
}

.trialbalance-view .trial-nav li.item.active {
    background: #f2f2f2;
    color: #2e8fff;
}

.trialbalance-view .trial-body {
    flex: 1;
    width: 15rem;
}

.trialbalance-view .trial-body .trial-item {
    display: none;
    overflow-y: auto;
    height: calc(100% - 2.1rem);
}

.trialbalance-view .trial-body .trial-item.show {
    display: block;
}

.trialbalance-view .trial-body .add-trial {
    background: #f2f2f2;
    width: 100%;
    height: 2.057rem;
    line-height: 2.057rem;
    text-align: center;
}

.trialbalance-view .trial-body .add-trial .icon {
    fill: #2e8fff;
    font-size: 0.84rem;
}

.trialbalance-view .trial-body .add-trial span {
    color: #2e8fff;
    font-size: 0.75rem;
}

.trialbalance-view .trial-body .trial-lists li {
    padding: 0 0.35rem 0 0.98rem;
}

.trialbalance-view .trial-body .trial-lists li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.057rem;
}

.trialbalance-view .trial-body .trial-lists li span {
    color: #313233;
    font-size: 0.61rem;
    width: 90%;
    display: inline-block;
}

.trialbalance-view .trial-body .trial-lists li .icon {
    fill: #939699;
    font-size: 1.055rem;
}

.add-listinput-cell .weui-cell__ft {
    flex: 3;
    font-size: 0.75rem;
}

.add-listinput-cell .weui-cell__ft input {
    text-align: right;
    width: 100%;
    color: #999;
    font-size: 0.66rem;
}


/*工具*/

.tools-view .tools-lists {
    margin-top: 0;
    background: #f2f2f2;
}

.tools-view .tools-lists .tools-type-tit {
    color: #313233;
    font-size: 0.56rem;
    padding: 0.25rem 0.616rem;
}

.tools-view .tools-lists .weui-cell {
    background: #fff;
}

.tools-view .tools-lists .weui-cell .weui-cell__hd {
    margin-right: 0.35rem;
}

.tools-view .tools-lists .weui-cell .weui-cell__hd .icon {
    font-size: 1.055rem;
}

.weui-cell .weui-cell__bd p {
    color: #313233;
    font-size: 0.70rem;
}

.tools-body .calu-result-box .weui-cell {
    background: none;
}

.tools-body .select-icon {
    font-size: 1.055rem;
    margin-right: -0.2rem;
    vertical-align: middle;
}

.tools-body .calu-result-box {
    margin-top: 0.56rem
}

.tools-body .calu-result-box h4 {
    color: #313233;
    font-family: "微软雅黑";
    font-weight: normal;
    font-size: 0.80rem;
    padding: 0.70rem 0 0.3rem 0.7rem;
    background: #fff;
}

.tools-body .calu-result-box .weui-cells {
    background: #fff;
}

.tools-body .weui-cell .select-picker {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.tools-body .calu-result-box .weui-cell__ft {
    color: #000;
}

.tools-body .calu-result-box .weui-cell__ft.cred {
    color: red;
}

.tools-body .input-value-text {
    font-size: 0.66rem;
    vertical-align: middle;
    color: #000;
}

.ptc-view .weui-cell__bd {
    flex: 2;
}

.ptx-view .calu-illustrate {
    font-size: 0.56rem;
    color: #939699;
    padding: 0.35rem 0.56rem;
    background: #f2f2f2;
}

.tools-picker .picker-item {
    font-size: 0.70rem
}


/*期初*/

.ab-content.opening-view {
    top: 4.2rem;
}

.opening-view .opening-list {
    padding: 0 0.56rem;
    overflow: hidden;
}

.opening-body .subs-nav {
    position: fixed;
    top: 2.06rem;
    width: 100%;
    left: 0;
}

.opening-view .opening-list {
    padding-top: 0.52rem;
}

.opening-view .opening-list .item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0.188rem;
    padding: 0 0.56rem;
    margin-bottom: 0.52rem;
}

.opening-view .opening-list .item .ot {
    display: flex;
    height: 1.69rem;
    justify-content: space-between;
    align-items: center;
}

.opening-view .opening-list .item .ot .data-dc {
    padding: 0.1rem 0.305rem;
    border-radius: 0.6rem;
    color: #fff;
    font-size: 0.61rem;
}

.opening-view .opening-list .item .ot .data-dc.default-color {
    background-color: #ffaa4f;
}

.opening-view .opening-list .item .ot .data-dc.d-color {
    background-color: #53cb7a;
}

.opening-view .opening-list .item .ot .subject-name {
    color: #313233;
    font-size: 0.66rem;
}

.opening-view .opening-list .item .open-info {
    color: #313233;
    font-size: 0.66rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
}

.opening-view .opening-list .item .open-info>* {
    flex: 1;
}


/**/

.nodata-view,
.error-view {
    text-align: center;
    position: absolute;
    margin: auto;
    top: 100px;
    width: 100%;
    left: 0;
}

.nodata-view img,
.error-view img {
    width: 60%;
    margin: 0 auto;
    display: block;
}

.nodata-view p {
    color: #939699;
    font-size: 0.75rem;
}

.error-view p {
    color: #939699;
    font-size: 0.84rem;
    margin-bottom: 30px;
}

.error-view .error-btns a {
    display: inline-block;
    width: 4.29rem;
    margin: 0 10px;
    text-decoration: none;
    line-height: 1.5rem;
    color: #2e8fff;
    font-size: 0.75rem;
    color: #2e8fff;
    height: 1.5rem;
    border-radius: 16px;
    border: solid 1px #2e8fff;
}


/*系统设置*/

.set-view .exit-btn {
    width: 15rem;
    display: block;
    height: 2.063rem;
    background-color: #ffffff;
    border-radius: 22px;
    border: solid 1px #e8ebed;
    text-align: center;
    line-height: 2.063rem;
    margin: 2.344rem auto;
    color: #626466;
    font-size: 0.75rem;
}


/*关于我们*/

.about-view .logo-box {
    background: #fff;
    padding: 1rem 0;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0.469rem;
}

.about-view .logo-box img {
    width: 2.81rem;
}

.about-view .logo-box h4 {
    font-size: 0.84rem;
    color: #313233;
    margin-bottom: 0.2rem;
}

.about-view .logo-box span {
    color: #626466;
    font-size: 0.66rem;
}

.about-body .weui-footer {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 15px;
}


/*账户信息*/

.account-info-view .hd-img {
    width: 2.813rem;
    height: 2.813rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, .3);
}

.account-info-view .hd-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}


/*我的消息*/

.message-view .message-lists .item {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.message-view .message-lists .item>label {
    padding: 0.6rem 0 0.6rem 0.56rem;
    position: relative;
}

.message-view .message-lists .item .weui-cell__bd {
    padding-right: 0.56rem;
}

.message-view .message-lists .item .msg-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.message-view .message-lists .item .msg-name {
    color: #313233;
    font-size: 0.75rem;
    width: 70%;
}

.message-view .message-lists .item .msg-time {
    color: #939699;
    font-size: 0.56rem;
    margin-right: 0.56rem;
    position: absolute;
    right: 0;
    top: 0.75rem;
}

.message-view .message-lists .item .msg-detail {
    color: #626466;
    font-size: 0.66rem;
}

.message-view .message-lists .item.new-message .msg-t {
    position: relative;
}

.message-view .message-bottom-btns-box {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 0.56rem;
    align-items: center;
    height: 2rem;
}

.message-view .message-bottom-btns-box.hide {
    display: none;
}

.message-view .message-bottom-btns-box .btn {
    background: none;
    color: #333;
    font-size: 0.70rem;
}

.message-view .message-bottom-btns-box .btn:disabled {
    opacity: .3;
}

.message-view .message-lists .item .check-hd {
    position: absolute;
    left: -1.4rem;
    top: 0;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.message-view .message-lists .item.select-item .weui-cell__bd {
    transform: translate3d(30px, 0px, 0px);
}

.message-view .message-lists .item.new-message .msg-t .msg-name {
    text-indent: 0.75rem;
    width: 70%;
}

.message-view .message-lists .item.new-message .msg-t::after {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background-color: #f26163;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.1875rem;
}

.message-view .message-lists .weui-cell {
    padding: 0;
}

.message-view .message-lists .item.old-message .msg-name,
.message-view .message-lists .item.old-message .msg-time {
    opacity: .5;
}

.message-view .message-lists .item {
    margin-bottom: 0.05rem;
}

.message-detail-view {
    padding: 0.56rem;
}

.message-detail-view .detail-page h3 {
    color: #18191a;
    font-size: 0.94rem;
}

.message-detail-view .detail-page .d-c {
    display: flex;
    justify-content: space-between;
    color: #626466;
    font-size: 0.56rem;
    margin: 0.56rem 0;
}

.message-detail-view .detail-page h3 {
    color: #18191a;
    font-size: 0.94rem;
}

.message-detail-view .detail-page .d-t {
    color: #494b4d;
    font-size: 0.70rem;
    line-height: 1.125rem;
    margin-bottom: 0.84rem;
}

.share-select {
    width: 92%;
    height: 4rem;
    background: #fff;
    position: fixed;
    display: flex;
    left: 4%;
    border-radius: 5px;
    bottom: -4rem;
    right: 0;
    visibility: visible;
    overflow: hidden;
    box-sizing: content-box;
    -webkit-transition: bottom 350ms cubic-bezier(.165, .84, .44, 1);
    transition: bottom 350ms cubic-bezier(.165, .84, .44, 1);
    z-index: 9999 !important;
    justify-content: space-between;
    align-items: center;
}

.share-select a {
    flex: 1;
    text-align: center;
    flex-direction: column;
}

.share-select a .icon {
    font-size: 1.5rem;
}

.share-select a p {
    font-size: 0.66rem;
    margin-top: 0.2rem;
    color: #666;
}

body.ani .share-select {
    bottom: .75rem;
}

body.ani .mask {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    transition: background 350ms cubic-bezier(.165, .84, .44, 1);
    background: rgba(0, 0, 0, .4);
    box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
    -webkit-tap-highlight-color: transparent;
}

.tj-view {
    text-align: center;
}

.tj-view .header-img {
    width: 10.83rem;
    margin: 0 auto;
    padding: 1.2rem 0 0.6rem;
}

.tj-view .img-code {
    width: 7.032rem;
    padding: 0;
}

.tj-view h4 {
    line-height: 1.08rem;
    font-weight: bold;
    font-size: 0.70rem;
    padding-bottom: 0.5rem;
}

.tj-view .discern {
    line-height: 1rem !important;
    font-size: 0.56rem;
    font-weight: bold;
}

.tj-view p {
    line-height: 1rem;
    font-size: 0.56rem;
    margin-bottom: 0.2rem;
}


/*期末结转*/

.carryover-view .year-select {
    height: 2.06rem;
    background: #f2f2f2;
}

.carryover-view .year-select .swiper-slide {
    color: #494b4d;
    font-size: 0.75rem;
    text-align: center;
    font-weight: bold;
    line-height: 2.06rem;
}

.carryover-view .year-select .swiper-arrow {
    background-color: #ffffff;
    border-radius: 50%;
    width: 1.406rem;
    height: 1.406rem;
    border: solid 1px #e8ebed;
    position: absolute;
    top: 50%;
    z-index: 999;
    margin-top: -0.7033rem;
    text-align: center;
    line-height: 1.406rem;
}

.carryover-view .year-select .swiper-arrow.swiper-button-disabled {
    opacity: .4;
}

.carryover-view .year-select .swiper-arrow .icon {
    fill: #939699;
    font-size: 0.84rem;
}

.carryover-view .year-select .prev {
    right: 4.219rem;
}

.carryover-view .year-select .next {
    left: 4.219rem;
}

.carryover-view .carr-status {
    overflow: hidden;
    padding: 0 0.56rem;
}

.carryover-view .carr-status li {
    float: left;
    width: 30%;
    text-align: left;
    line-height: 3rem;
}

.carryover-view .carr-status li .s-r {
    width: 0.51rem;
    height: 0.51rem;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.carryover-view .carr-status li .s-r.s-r-1 {
    background-color: #2e8fff;
}

.carryover-view .carr-status li label {
    color: #626466;
    font-size: 0.56rem;
    vertical-align: middle;
}

.carryover-view .carr-status li .s-r.s-r-2 {
    background-color: #53cb7a;
}

.carryover-view .carr-status li .s-r.s-r-3 {
    background-color: #cacbcc;
}

.carryover-view .year-select {
    height: 2.06rem;
    background: #f2f2f2;
}

.carryover-view .year-select {
    height: 2.06rem;
    background: #f2f2f2;
}

.carryover-view .carr-lists {
    padding: 0 0.7rem;
}

.carryover-view .carr-lists>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.carryover-view .carr-lists .item {
    width: 3.6rem;
    line-height: 3.6rem;
    height: 3.6rem;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px #e4e4e4;
    border-radius: 4px;
    text-align: center;
    margin: 0 0 0.7rem .7rem;
}

.carryover-view .carr-lists .item span {
    font-size: 1.875rem;
    margin-right: 2px;
    font-weight: bold;
}

.carryover-view .carr-lists .item.yjz-item {
    color: #cacbcc;
}

.carryover-view .carr-lists .item.wjz-item {
    color: #53cb7a;
    ;
}

.carryover-view .carr-lists .item.wjzsy-item {
    color: #2e8fff;
}

.carrover-set {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    transition: all .5s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    background: #fff;
}

.carrover-set.ani {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.carrover-set .carryover-set-view {
    text-align: center;
}

.carrover-set .carryover-set-view .icon {
    font-size: 1.875rem;
    fill: #2e8fff;
    margin: 2.8rem 0 0.94rem;
}

.carrover-set .carryover-set-view .ca-status {
    color: #626466;
    font-size: 0.75rem;
}

.carrover-set .carryover-set-view .set-btn {
    width: 15rem;
    height: 2.06rem;
    background-color: #2e8fff;
    border-radius: 1.03rem;
    color: #fff;
    font-size: 0.84rem;
    margin-top: 4.69rem;
}


/*新增凭证 strat*/

.vedit-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.633rem 0;
    background-color: #fff;
    z-index: 10;
}

.vedit-footer button,
.vedit-footer a {
    width: 7.032rem;
    text-align: center;
    height: 1.59rem;
    text-align: center;
    line-height: 1.59rem;
    display: inline-block;
    background: none;
    font-size: 0.75rem;
    border-radius: 17px;
}

.vedit-footer button#doSave,
.vedit-footer button#doedit {
    border: solid 1px #2e8fff;
    color: #2e8fff;
    line-height: 1.52rem;
}

.vedit-footer button#doAdd,
.vedit-footer #toaddnew {
    background-color: #2e8fff;
    color: #fff;
}

.voucher-add {
    background-color: #F1F1F1;
}

.voucher-add .card {
    margin-bottom: .2rem;
    padding: 0 .527rem;
    background-color: #fff;
}

.voucher-add .card-inner {
    position: relative;
    line-height: 1.8rem;
}

.voucher-add .voucher-card .card-inner {
    height: 2.06rem;
    line-height: 2.06rem;
}

.voucher-add .card.top .card-inner {
    height: 2.06rem;
}

.voucher-add .card.top .card-inner>select {
    font-size: .75rem;
}

.voucher-add .card.top .card-inner .record_num {
    display: inline-block;
    width: 2.4rem;
    height: 1.055rem;
    padding: 0;
    line-height: 1.055rem;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #939699;
    margin-left: 4px;
    text-align: center;
    color: #494b4d;
    font-size: 0.66rem;
    background: #fff;
}

.voucher-add .card.top .card-inner .record {
    line-height: 2.06rem;
    display: flex;
    align-items: center;
}

.voucher-add .card.top .card-inner>div {
    width: 40%;
    position: relative;
}

.voucher-add .card.top .card-inner .pull-right>input {
    position: relative;
    font-size: .66rem;
    width: 100%;
    padding-left: 0.66rem;
    color: #494b4d;
    margin: .328rem 0;
    background: none;
    height: 1.406rem;
    border-radius: 15px;
    border: solid 1px #e8ebed;
}

.voucher-add .card.top .card-inner>div>.icon {
    position: absolute;
    right: 0.4rem;
    top: 50%;
    font-size: 0.80rem;
    margin-top: -0.4rem;
}


/*摘要*/

.voucher-add .card-inner .l-txt {
    font-size: 15px;
}

.voucher-add .card-inner .mid-input {
    width: 94%;
    padding-left: .2rem;
    font-size: 0.70rem;
    color: #999!important;
    border: none;
    background: #fff;
}

.voucher-add .card-inner .mid-input:disabled {
    color: #999;
}

.voucher-add .porela {
    position: relative;
}

.voucher-add .card-inner .desc-picker {}

.voucher-add .card-inner .desc-picker.hide {
    display: none;
}

.voucher-add .card-inner .summary-select {
    position: absolute;
    top: 0;
    left: 0;
    line-height: inherit;
    opacity: 0;
}

.voucher-add .card-inner .add-summary {
    margin-right: .1rem;
    padding: .1rem .2rem;
    color: #00B28E;
    border: 1px solid #00B28E;
    border-radius: .1rem;
}

.voucher-add .card-inner.summary img {
    width: .5rem;
    vertical-align: text-bottom;
}

.voucher-add .card-inner.summary .choice {
    padding-left: .1rem;
    font-size: 15px;
    font-weight: bold;
    color: #C2C2C2;
    border-left: 1px solid #C2C2C2;
}

.voucher-add .card-inner.summary .kz-col-7 {
    min-height: 1.24rem;
}

.voucher-add .voucher-set {
    display: flex;
    align-items: center;
    height: 2.063rem;
}

.voucher-add .voucher-set>div {
    flex: 1;
    justify-content: center;
    display: flex;
}

.voucher-add .voucher-set a .icon {
    font-size: 0.98rem;
}

.voucher-add .voucher-set a.insert .icon {
    fill: #2e8fff;
    font-size: 1.172rem;
}

.voucher-add .card-inner.summary .tip:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 50%;
    height: 80%;
    margin-left: -1px;
    border-right: 1px solid #fff;
}

.voucher-add .card-inner.summary .tip:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    height: 0;
    margin-top: -6px;
    margin-right: 3px;
    width: 0;
    border-left: 8px solid #666;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.voucher-add .card-inner.summary .tip>a {
    display: inline-block;
    width: 1.4rem;
    color: #fff;
}

.voucher-add .card-inner .sub-txt {
    margin-left: .2rem;
    font-size: 14px;
    height: 100%;
    color: #999;
}

.voucher-add .card-inner .kz-col-1 {
    text-align: center;
}

.voucher-add .card-inner .gt {
    line-height: inherit;
    font-size: 19px;
    color: #C2C2C2;
}

.voucher-add .card-inner.money .track {
    height: 1.037rem;
    width: 2.162rem;
    position: relative;
    border-radius: 15px;
    background-color: #ffaa4f;
    float: right;
    transition: all 0.3s cubic-bezier(.4, .4, .25, 1.35);
}

.voucher-add .voucher-card .card-inner .kz-row {
    display: flex;
    align-items: center;
    height: 100%;
}

.voucher-add .card-inner.money .track>.box-outer-shadow {
    position: absolute;
    top: 0px;
    left: 0;
    height: 0.985rem;
    width: 0.985rem;
    border-radius: 15px;
    font-size: 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    transition: all 0.3s cubic-bezier(.4, .4, .25, 1.35);
}

.voucher-add .card-inner.money .track .track-t {
    color: #ffffff;
    font-size: 0.66rem;
    position: absolute;
    display: inline-block;
    line-height: 100%;
    top: 50%;
    margin-top: -0.33rem;
}

.voucher-add .card-inner.money .track .track-j {
    left: 0.28rem;
}

.voucher-add .card-inner.money .track .track-d {
    right: 0.28rem;
}

.voucher-add .card-inner.money .track.loan-track {
    background-color: #53cb7a;
}

.voucher-add .card-inner.money .track.lend-track {
    background-color: #ffaa4f;
}

.voucher-add .card-inner.money .track.lend-track>.box-outer-shadow {
    transform: translateX(1.128rem);
}

.voucher-add .card-inner.money .track.loan-track>.box-outer-shadow {
    transform: translateX(0.047rem);
}

.voucher-add .card.total span {
    font-size: 0.66rem;
}

.voucher-add .card.total span.total-lend {
    color: #ffaa4f;
}

.voucher-add .card.total span.total-loan {
    color: #53cb7a;
}

.voucher-add .subject-row {
    overflow: hidden;
    height: 2.06rem;
}

.voucher-add .file-num {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0.46rem 0.56rem;
    margin-top: .2rem;
}

.voucher-add .file-num>span {
    color: #313233;
    font-size: 0.75rem;
}

.voucher-add .file-num>span span {
    color: #cacbcc;
}

.voucher-add .file-num .icon {
    fill: #2e8fff;
    font-size: 1.172rem;
}

.voucher-tmpl .tmpl-nav {
    border-bottom: 1px solid #e8ebed;
    background: #fff;
    position: fixed;
    top: 2.06rem;
    width: 100%;
    font-size: 0;
}

.voucher-tmpl .tmpl-nav li {
    width: 22%;
    height: auto;
    display: inline-block;
    color: #494b4d;
    opacity: 1;
    padding: 0.6rem 0;
    font-size: 0.61rem;
    text-align: center;
    background: none;
    border-radius: 0;
}

.voucher-tmpl .tmpl-nav li.swiper-slide-active {
    color: #2e8fff;
    position: relative;
}

.voucher-tmpl .tmpl-nav li.swiper-slide-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #2e8fff;
}

.voucher-tmpl .tmpl-lists {
    width: 100%;
    padding: 0 0.56rem;
    padding-top: 0.56rem;
}

.voucher-tmpl .tmpl-lists li {
    text-align: left;
    padding: 0.56rem;
    background: #fff;
    border-radius: 0.188rem;
    margin-bottom: 0.52rem;
}

.voucher-tmpl .tmpl-lists li .tmpl-name {
    color: #313233;
    font-size: 0.75rem;
}

.voucher-tmpl .tmpl-swiper {
    height: 100%;
}

.voucher-tmpl .tmpl-swiper .mb-items {
    height: 100%;
    overflow-y: auto;
}


/*新手指引*/

.guide-view .guide-lists .item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0.188rem;
    padding: 0.56rem;
    margin-bottom: 0.52rem;
}

.guide-view .guide-lists {
    padding: 0 0.56rem;
    padding-top: 0.52rem;
    overflow: hidden;
}

.guide-view .guide-lists h3 {
    color: #2e8fff;
    font-weight: normal;
}

.guide-view .guide-lists h3 span {
    background: #2e8fff;
    width: 1rem;
    height: 1rem;
    color: #fff;
    line-height: 1rem;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.2rem;
    font-size: 0.65rem;
    text-align: center;
}

.guide-view .guide-lists ol {
    padding-left: 0.8rem;
}

.guide-view .guide-lists ol li {
    line-height: 100%;
    line-height: 1.2rem;
    margin-top: 0.1rem;
}

.guide-view .guide-lists ol li a {
    color: #333;
}


/*升级*/

.pay-view {
    background: #fff;
}

.pay-view .tabs {
    display: flex;
}

.pay-view .tabs a {
    flex: 1;
    background: none;
    opacity: 1;
    justify-content: center;
    display: flex;
    color: #494b4d;
    font-size: 0.66rem;
    position: relative;
    height: 1.641rem;
    align-items: center;
}

.pay-view .tabs a.swiper-pagination-bullet-active {
    color: #2e8fff;
}

.pay-view .tabs a.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 1.875rem;
    border-bottom: 2px solid #2e8fff;
    z-index: 999;
}

.pay-view .member-swiper .swiper-slide {
    padding: 0 1.524rem;
}

.pay-view .member-swiper .imgs-box {
    height: 7.5rem;
    margin-top: 0.8rem;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    position: relative;
}

.pay-view .member-swiper .imgs-box.zy-img {
    background: url("/Public/m/images/pay-img-01.png");
    background-size: 100% 100%;
}

.pay-view .member-swiper .imgs-box.zx-img {
    background: url("/Public/m/images/pay-img-02.png");
    background-size: 100% 100%;
}

.pay-view .member-swiper .imgs-box .zk-tip {
    background: url("/Public/m/images/zk.png");
    background-size: 100% 100%;
    width: 2.725rem;
    height: 1.15rem;
    position: absolute;
    right: -0.2rem;
    ;
    top: 0.5rem;
}

.pay-view .member-swiper .imgs-box>img {
    position: absolute;
    bottom: -0.96rem;
    left: 0;
}

.pay-view .member-swiper .imgs-box>div {
    flex: 1;
    display: flex;
}

.pay-view .member-swiper .imgs-box .fl-info {
    flex-wrap: wrap;
    align-content: center;
    flex: 1.5;
    padding-left: 1.1rem;
}

.pay-view .member-swiper .imgs-box .fl-info>* {
    color: #fff;
    width: 100%;
}

.pay-view .member-swiper .imgs-box .fl-info .name {
    color: #f5f9fc;
    font-size: 1.03rem;
}

.pay-view .member-swiper .imgs-box .fl-info .money {
    font-size: 0.56rem;
    margin: .4rem 0 0.3rem 0;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pay-view .member-swiper .imgs-box .fl-info .money .old-money,
.pay-view .member-swiper .imgs-box .fl-info .money .old-money * {
    font-size: 0.6rem;
}

.pay-view .member-swiper .imgs-box .fl-info .money .old-money {
    margin-left: 0.2rem;
    font-weight: normal;
}

.pay-view .member-swiper .imgs-box .fl-info .money .old-money * {
    text-decoration: line-through;
}

.pay-view .member-swiper .imgs-box .fl-info .money span {
    font-size: 0.84rem;
    font-weight: bold;
}

.pay-view .member-swiper .imgs-box .fl-info .money .oldmoney {
    font-size: 0.51rem;
    text-decoration: line-through;
}

.pay-view .member-swiper .imgs-box .fl-info .advantage-item {
    font-size: 0.56rem;
}

.pay-view .member-swiper .imgs-box .fl-info .zk-item {
    margin-bottom: 0.4rem;
    font-size: 0.5rem;
}

.pay-view .member-swiper .imgs-box .fr-xz {
    justify-content: center;
    align-items: center;
}

.pay-view .member-swiper .imgs-box .fr-xz img {
    width: 3rem;
}

.pay-view .tq-tit {
    color: #626466;
    font-size: 0.61rem;
    margin-top: 1rem;
    text-align: center;
}

.pay-view .tq-lists {
    width: 100%;
}

.pay-view .tq-lists li.item {
    width: 33.3333%;
    text-align: center;
    float: left;
    margin-top: 1rem;
}

.pay-view .tq-lists li.item .icon-box {
    width: 2.7rem;
    height: 2.7rem;
    background-color: #f5f6f7;
    border-radius: 50%;
    margin: 0 auto 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay-view .tq-lists li.item span {
    color: #494b4d;
    font-size: 0.56rem;
}

.pay-view .tq-lists li.item .icon-box .icon {
    font-size: 1.5rem;
    fill: #646566;
}

.pay-body .open-btn {
    position: fixed;
    width: 14.06rem;
    height: 2.06rem;
    left: 50%;
    bottom: 0.56rem;
    border-radius: 22px;
    color: #fff;
    margin-left: -7.03rem;
    font-size: 0.84rem;
}

.pay-body .open-btn.v1 {
    background-image: linear-gradient(-90deg, #354759 0%, #4c657f 100%);
}

.pay-body .open-btn.v2 {
    background-image: linear-gradient(-90deg, #4a4466 0%, #635a8c 100%);
}

.pay-body .pay-type {
    width: 92%;
    height: 6.5rem;
    background: #fff;
    position: fixed;
    left: 4%;
    border-radius: 5px;
    bottom: -6.5rem;
    right: 0;
    visibility: visible;
    overflow: hidden;
    box-sizing: content-box;
    -webkit-transition: bottom 350ms cubic-bezier(.165, .84, .44, 1);
    transition: bottom 350ms cubic-bezier(.165, .84, .44, 1);
    z-index: 9999 !important;
}

.pay-body .pay-type .choose-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pay-body .pay-type .tit {
    text-align: center;
    color: #313233;
    margin: 0.5rem 0 0.8rem 0;
    font-size: 0.84rem;
    width: 100%;
}

.pay-body.ani .pay-type {
    bottom: .75rem;
}

.pay-body .pay-type a {
    flex: 1;
    text-align: center;
    flex-direction: column;
    font-size: 0;
}

.pay-body .pay-type .icon {
    font-size: 2rem;
}

.pay-body .pay-type p {
    font-size: 0.66rem;
    margin-top: 0.3rem;
    color: #666;
}


/*权限设置*/

.userlists-view {
    padding: 0.56rem;
}

.userlists-view .main-user {
    width: 100%;
    height: 5.157rem;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0.94rem 0.70rem;
    position: relative;
}

.userlists-view .main-user .user-head {
    background-color: #e8e9eb;
    width: 3.28rem;
    height: 3.28rem;
    border-radius: 50%;
    float: left;
}

.userlists-view .main-user .user-head img {
    border-radius: 50%;
}

.userlists-view .main-user .user-info {
    display: flex;
    flex-wrap: wrap;
    height: 3.28rem;
    padding-left: 0.70rem;
    align-content: center;
}

.userlists-view .main-user .user-info * {
    width: 100%;
}

.useradd-body .weui-cells .weui-cell__ft {
    flex: 2;
    font-size: 0.70rem;
}

.userlists-view .main-user .user-status {
    position: absolute;
    right: 0.70rem;
    width: 3.8rem;
    top: 0.94rem;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 11px;
    border: solid 1px #2e8fff;
    color: #2e8fff;
    font-size: 0.56rem;
    height: 1.1rem;
    line-height: 1rem;
    text-align: center;
}

.user-child-lists {
    margin-top: 0.56rem;
}

.noani-body {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    transition: all .5s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
}

.power-view,
.books-view {
    background: #fff;
}

.noani-body.ani {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.power-view .form-group .weui-cell {
    float: left;
    padding: 8px 12px;
}

.power-view .form-group.w-25 .weui-cell {
    width: 25%;
}

.power-view .form-group.w-33 .weui-cell {
    width: 33.33%;
}

.power-view .form-group.w-50 .weui-cell {
    width: 50%;
}

.power-view .form-group .weui-cell::before {
    display: none;
}

.power-view .form-group .group-name {
    color: #313233;
    font-size: 0.75rem;
    margin: 0.47rem 0 0 0.56rem;
}

.power-view .form-group .weui-cell .weui-cell__bd p {
    font-size: 0.61rem;
}


/*分录大全*/

.tools-filter {
    display: flex;
    padding: 0.328rem 0.56rem;
    justify-content: space-between;
    position: fixed;
    top: 2.06rem;
    left: 0;
    width: 100%;
}

.tools-filter .rule-select {
    width: 6.42rem;
    height: 1.406rem;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    border: solid 1px #e8ebed;
    position: relative;
}

.tools-filter .rule-select input {
    font-size: .66rem;
    padding-left: 0.36rem;
    line-height: 1.406rem;
    vertical-align: middle;
    color: #494b4d;
    background: none;
    width: 100%;
}

.tools-filter .rule-select .icon {
    position: absolute;
    right: 0.4rem;
    top: 50%;
    font-size: 0.80rem;
    margin-top: -0.4rem;
}

.tools-filter .weui-search-bar {
    background-color: #f2f2f2;
    padding: 0;
    flex: 0 0 10.4rem;
}

.tools-filter .weui-search-bar__form:after {
    border-radius: 30px;
    background-color: #fff;
}

.tools-filter .weui-search-bar__form {
    background: #f2f2f2;
}

.tools-filter .weui-search-bar::before,
.tools-filter .weui-search-bar::after {
    display: none;
}

.tools-filter .taxpre-search {
    flex: 0 0 100%;
}

.bookdetail-view .detail-info {
    padding: 0 0.56rem;
    padding-top: 0.52rem;
    overflow: hidden;
}

.bookdetail-view .detail-info li {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0.188rem;
    padding: 0.56rem;
    margin-bottom: 0.52rem;
}

.bookdetail-view .detail-info li h3 {
    font-size: 0.75rem;
}

.bookdetail-view .detail-info li p {
    margin-top: 0.4rem;
    color: rgba(62, 63, 62, 1);
}

.rulechild-view {
    top: 4.2rem;
}

.rulechild-body .tools-filter .weui-search-bar {
    flex: 1;
}

.bg-bar-header .hd-right-select.rule-select {
    width: 5.2rem;
}

.bg-bar-header .hd-right-select.rule-select input {
    font-size: .66rem;
    width: 100%;
    color: #494b4d;
    font-size: 0.60rem;
    background: none;
}


/*附件中心*/

.document-body .document-hd,
.folder-path {
    margin-top: 2.06rem;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    width: 100%;
}

.folder-path {
    height: 1.406rem;
    line-height: 1.406rem;
    color: #626466;
    padding-left: 0.61rem;
    margin-top: 0;
}

.folder-path a {
    color: #333;
}

.folder-path span {
    color: #999;
}

.document-body .document-hd .d-btn {
    flex: 1;
    display: flex;
    justify-content: center;
}

.document-body .document-hd .d-btn .icon {
    fill: #7a8a99;
}

.document-body .document-hd .d-btn.d-btn-sort {
    position: relative;
}

.document-body .document-hd .d-btn.d-btn-sort .sort-selects {
    position: absolute;
    ;
    left: 0;
    top: 1.4rem;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 2px;
    z-index: 99;
    display: none;
}

.document-body .document-hd .d-btn.d-btn-sort .sort-selects .sort-btn {
    color: #f5f6f7;
    font-size: 0.66rem;
    display: inline-block;
    width: 6.4rem;
    height: 2.07rem;
    line-height: 2.07rem;
    text-align: center;
}

.document-body .document-hd .d-btn.d-btn-sort .sort-selects .sort-btn.avticed {
    color: #2e8fff;
}

.document-body .document-search {
    flex: 3;
}

.document-body .document-search.weui-search-bar:after,
.document-body .document-search.weui-search-bar:before {
    display: none;
}

.document-body .document-hd .icon {
    font-size: 1rem;
}

.document-body .document-hd .weui-search-bar__form:after {
    border-radius: 30px;
}

.document-body .document-hd>* {
    float: left;
}

.document-body .document-hd .weui-search-bar {
    background: #f2f2f2;
}

.document-view {
    top: 4.26rem;
    background: #fff;
}

.document-view .file-lists {
    padding-bottom: 3rem;
}

.document-view .file-lists .item .file-detail {
    display: flex;
    padding: 0.6rem 0.56rem;
}

.document-view .file-lists .item .file-type .gl-pz {
    position: absolute;
    width: 0.7rem;
    left: 50%;
    margin-left: -0.35rem;
    bottom: -0.2rem;
}

.document-view .file-lists .item .file-detail>* {
    display: flex;
    align-items: center;
}

.document-view .file-lists .item .file-type {
    position: relative;
}

.document-view .file-lists .item .file-type .thumbnail-img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.document-view .file-lists .item .file-info {
    flex: 1;
    flex-wrap: wrap;
    padding: 0 1.875rem 0 0.70rem;
    overflow: hidden;
}

.document-view .file-lists .item .slide-btn .icon {
    transition: transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
}

.document-view .file-lists .item .slide-btn.slide-down .icon {
    transform: rotate(0deg);
}

.document-view .file-lists .item .slide-btn.slide-up .icon {
    transform: rotate(180deg);
}

.document-view .file-lists .item .file-name {
    width: 100%;
    color: #494a4d;
    font-size: 0.75rem;
}

.document-view .file-lists .item .file-time {
    color: #939699;
    font-size: 0.56rem;
}

.document-view .file-lists .item .icon {
    font-size: 1.4rem;
}

.document-view .file-lists .item .file-item-btns {
    display: flex;
    background: #f5f6f7;
    height: 2.06rem;
    align-items: center;
    display: none;
    transition: all 0.3s linear;
}

.document-view .file-lists .item .file-item-btns>* {
    display: flex;
    flex: 1;
    justify-content: center;
}

.document-view .file-lists .item .file-item-btns .icon {
    font-size: 1rem;
}

.document-body .upload {
    position: fixed;
    width: 2.72rem;
    height: 2.72rem;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    margin-left: -1.36rem;
    bottom: 0.51rem;
    box-shadow: 0px 1px 10px 0px #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.document-body .upload .icon {
    font-size: 1.4rem;
    fill: #2e8fff;
}


/*选择上传位子*/

.upload-path-body .bottom-btns,
.uploadfile-body .bottom-footer .upload-btns,
.file-center-body .bottom-btns {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0.51rem 0.867rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.upload-path-body .bottom-btns .btn,
.file-center-body .bottom-btns .btn,
.uploadfile-body .bottom-footer .upload-btns .btn {
    width: 7.03rem;
    height: 1.45rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 4px;
}

.upload-path-body .bottom-btns .btn.cancel-btn,
.uploadfile-body .bottom-footer .upload-btns .select-folder-btn,
.file-center-body .bottom-btns .btn.cancel-btn {
    font-size: 0.70rem;
    background-color: #ffffff;
    color: #939699;
    border: solid 1px #e8ebed;
}

.upload-path-body .bottom-btns .btn.select-btn,
.file-center-body .bottom-btns .btn.submit-btn,
.uploadfile-body .bottom-footer .upload-btns .upload-btn {
    background-color: #2e8fff;
    font-size: 0.56rem;
    color: #fff;
}

.uploadfile-view {
    background: #fff;
    padding: 0.61rem 0 3.91rem 0;
}

.uploadfile-view #uploader {
    padding: 0 0.61rem;
}

.uploadfile-body .bottom-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}

.space-progress {
    position: relative;
    background-color: #d7d8d9;
    width: 100%;
    height: 0.75rem;
}

.space-progress .space-bar {
    height: 0.75rem;
    width: 0;
    background-color: #2e8fff;
    position: absolute;
    left: 0;
    transition: width 0.3s linear;
    top: 0;
}

.space-progress .space-text {
    font-size: 0.56rem;
    color: #ffffff;
    position: absolute;
    right: 0.4rem;
    top: 0;
    z-index: 999;
}

.uploadfile-body .bottom-footer>p {
    color: #939699;
    font-size: 0.56rem;
    line-height: 1.2rem;
    padding-left: 0.56rem;
}

.uploadfile-body .bottom-footer .upload-btns {}

.uploadfile-body .bottom-footer .upload-btns {
    position: initial;
    padding-top: 0;
}

.uploadfile-body .bottom-footer .upload-btns .upload-btn {
    font-size: 0.75rem;
}

.uploadfile-body .bottom-footer .upload-btns .select-folder-btn {
    padding: 0 0.4rem;
}

.uploadfile-body .bottom-footer .upload-btns .select-folder-btn span {
    color: #494b4d;
    font-size: 0.56rem;
    margin-left: 0.4rem;
}

.uploadfile-body .uploadPicker {
    width: 3.9rem;
    height: 3.9rem;
    margin: 0;
    float: left;
    position: relative;
    border: 1px solid #d9d9d9;
}

.uploadfile-body .uploadPicker input {
    width: 100%;
    height: 100%;
}

.uploadfile-body .uploadPicker>div {
    width: 100%;
    height: 100%;
    background: none;
}

.uploadfile-body .uploadPicker::after,
.uploadfile-body .uploadPicker::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #d9d9d9;
}

.uploadfile-body .uploadPicker::before {
    width: 2px;
    height: 39.5px;
}

.uploadfile-body .uploadPicker::after {
    width: 39.5px;
    height: 2px;
}

.uploadfile-body .uploader-list .file-item {
    float: left;
    width: 3.9rem;
    height: 3.9rem;
    margin: 0;
    margin: 0 0.61rem 0.61rem 0;
    border: 1px solid #d9d9d9;
    position: relative;
}

.uploadfile-body .uploader-list .file-item img {
    width: 100%;
    height: 100%;
}

.uploadfile-body .uploader-list .file-item .info,
.uploadfile-body .uploader-list .file-item .state {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0 3px;
    height: 20px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    overflow: hidden;
    font-size: 12px;
    z-index: 10;
}

.uploadfile-body .uploader-list .file-item .state {
    bottom: auto;
    top: 0;
    text-align: center;
}


/**/

body.ani .choose-photo-box {
    bottom: 0.3rem;
}

.choose-photo-box {
    width: 96%;
    height: 6.2rem;
    position: fixed;
    left: 2%;
    bottom: -6.2rem;
    right: 0;
    visibility: visible;
    overflow: hidden;
    box-sizing: content-box;
    -webkit-transition: bottom 350ms cubic-bezier(.165, .84, .44, 1);
    transition: bottom 350ms cubic-bezier(.165, .84, .44, 1);
    z-index: 9999 !important;
    font-size: 0;
}

.choose-photo-box a.btn {
    display: inline-block;
    width: 100%;
    background: #fff;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.75rem;
    color: #333;
}

.choose-photo-box a.btn .webuploader-pick {
    background: none;
    padding: 0;
    color: #333;
}

.choose-photo-box a.btn.file-center-btn {
    margin-bottom: 0.3rem;
}

.file-gallery {
    z-index: 9999;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.file-gallery .swiper-slide {
    position: relative;
    height: 100%;
}

.file-gallery .weui-gallery__img {
    bottom: 0;
    top: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-gallery .weui-gallery__img .name {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0 3px;
    height: 32px;
    line-height: 32px;
    background: #404040;
    color: #fff;
    overflow: hidden;
    font-size: 14px;
    z-index: 10;
}

.file-gallery .weui-gallery__opr {
    bottom: auto;
    top: 0;
}


/*容量套餐*/

.spacebuy-view {
    padding-bottom: 3rem;
}

.spacebuy-view .space-size-lists {
    padding: 0.70rem;
    background: #fff;
}

.spacebuy-view .space-size-lists .item {
    height: 2.6rem;
    border: solid 1px #e8ebed;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.70rem;
}

.spacebuy-view .space-size-lists .item:first-child {
    margin-top: 0;
}

.spacebuy-view .space-size-lists .item>div {
    display: flex;
    align-items: center;
}

.spacebuy-view .space-size-lists .item::before {
    display: none;
}

.spacebuy-view .space-size-lists .item>div.weui-cell__hd>span.size {
    color: #313233;
    font-size: 0.80rem;
    margin-left: 0.2rem;
}

.spacebuy-view .space-size-lists .item>div.weui-cell__bd {
    flex-direction: row-reverse;
}

.spacebuy-view .space-size-lists .item>div.weui-cell__bd {
    color: #626466;
    font-size: 0.56rem;
}

.spacebuy-view .space-size-lists .item>div.weui-cell__bd span {
    color: #2e8fff;
    font-size: 0.84rem;
    margin-right: 2px;
}

.spacebuy-view .space-size-lists .item.active {
    border-color: #2e8fff;
}

.size-pice-total {
    margin-top: 0.25rem;
}

.size-pice-total .price p span,
.size-pice-total .total-price p span {
    color: #2e8fff;
    font-size: 0.84rem;
}

.size-pice-total .weui-count .weui-count__btn {
    border-radius: 1px;
    border: solid 1px #cacbcc;
}

.size-pice-total .weui-count .weui-count__increase {
    background-color: #fff;
}

.size-pice-total .weui-count {
    display: flex;
    align-items: center;
    height: 21px;
}

.size-pice-total .weui-count .weui-count__btn::before,
.size-pice-total .weui-count .weui-count__increase::before,
.size-pice-total .weui-count .weui-count__increase::after {
    background-color: #cacbcc;
}

.spacebuy-body .buy-submit {
    position: fixed;
    width: 14.06rem;
    height: 2.06rem;
    left: 50%;
    bottom: 0.56rem;
    border-radius: 22px;
    color: #fff;
    margin-left: -7.03rem;
    font-size: 0.84rem;
    z-index: 999;
    background-color: #2e8fff;
}


/*容量套餐订单*/

.order-view {
    bottom: 4.3rem;
}

.order-view .space-order-lists {
    padding: 0 0.70rem;
}

.order-view .space-order-lists .item {
    display: flex;
    padding: 0.56rem 0;
    background: #fff;
    border-radius: 4px;
    margin-top: 0.70rem;
}

.order-view .space-order-lists .item .size {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #313233;
    font-size: 0.84rem;
    border-right: dashed 1px #e8ebed;
    font-weight: bold;
}

.order-view .space-order-lists .item .info {
    flex: 3;
    padding-left: 1.1rem;
}

.order-view .space-order-lists .item .info .leave {
    color: #2e8fff;
    font-size: 0.66rem;
}

.order-view .space-order-lists .item .info .lever,
.order-view .space-order-lists .item .info .time {
    color: #494b4d;
    font-size: 0.56rem;
}

.order-view .space-order-lists .item.endorder {
    opacity: .5;
}

.order-body .bottom-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.order-body .bottom-footer .tobuy {
    background-color: #ffffff;
    border-radius: 22px;
    border: solid 1px #2e8fff;
    color: #2e8fff;
    font-size: 0.84rem;
    display: block;
    width: 15rem;
    margin: 0.4rem auto;
    height: 2.2rem;
    line-height: 2.1rem;
    text-align: center;
}


/*报表*/

.repotr-view .weui-grids .weui-grid {
    padding: 0 10px;
    padding-top: 1rem;
}

.repotr-view .weui-grids .weui-grid::after,
.repotr-view .weui-grids .weui-grid::before {
    display: none;
}

.repotr-view .weui-grids .weui-grid__icon {
    text-align: center;
    width: 3rem;
    height: 3rem;
    background-color: #f5f6f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.repotr-view .weui-grids .weui-grid__icon .icon {
    font-size: 1.5rem;
}

.repotr-view .weui-grids .weui-grid__icon+.weui-grid__label {
    color: #494b4d;
    margin-top: 0.5rem;
    font-size: 0.66rem;
}

.repotr-view .weui-grid.nomake {
    opacity: .4;
}

.repotr-view .weui-grid:active {
    background-color: #fff!important;
    background: #fff!important;
}

.hd-center-btns a {
    color: #626466;
    font-size: 0.8rem;
    width: 2rem;
    text-align: center;
    display: inline-block;
    margin: 0 1rem;
}

.hd-center-btns a.active {
    color: #2e8fff;
    position: relative;
}

.hd-center-btns a.active::after {
    content: "";
    background-color: #2e8fff;
    border-radius: 1px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2rem;
}


/*余额表*/

.trial-view {
    top: 5.6rem;
}

.bar-second-nav {
    position: fixed;
    left: 0;
    top: 2.06rem;
    width: 100%;
    background: #fff;
}

.bar-second-nav .select {
    width: 5.5rem;
    position: relative;
    margin: 0.35rem 0.5rem;
    border-radius: 15px;
    border: solid 1px #e8ebed;
    height: 1.406rem;
    display: flex;
    align-items: center;
    background: #fff;
}

.bar-second-nav .select>input {
    font-size: .70rem;
    width: 80%;
    padding-left: 0.66rem;
    color: #494b4d;
    margin: .328rem 0;
    background: none;
}

.bar-second-nav .filter-cycle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bar-second-nav .filter-cycle>.text-center {
    color: #626466;
    font-size: 0.7rem;
}

.bar-second-nav .select .icon {
    position: absolute;
    right: 0.4rem;
    top: 50%;
    font-size: 0.80rem;
    margin-top: -0.4rem;
}

.bar-second-nav .sub-balance-headline {
    background-color: #f5f6f7;
    height: 1.5rem;
    display: flex;
    padding: 0 0.7rem;
    align-items: center;
    color: #626466;
}

.trial-view ul li {
    background: #fff;
    margin-bottom: 0.25rem;
    padding: 0 0.7rem;
}

.trial-view ul li a>p {
    color: #313233;
    font-size: 0.70rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.51rem 0;
}

.trial-view ul li a>p .icon {
    font-size: 1rem;
}

.trial-view ul li a .kz-row {
    line-height: 1.6rem;
}

.trial-view ul li a .kz-row .text-left {
    color: #626466;
}

.trial-view ul li a .kz-row .text-right {
    font-weight: bold;
    color: #494b4d;
}


/*明细表*/

.detaillist-view {
    top: 4.2rem;
}

.detaillist-view .view-container .view-ul .total-ledgers {
    background-color: #f5f6f7;
}

.detaillist-view .view-container .view-ul .total-ledgers .kz-row {
    height: 1.5rem;
    display: flex;
    padding: 0 0.7rem;
    align-items: center;
    color: #626466;
    padding: 0;
}

.detaillist-view .view-container .view-ul>li.ledgers-item .ledger-item-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.8rem;
}

.detaillist-view .ledgers-item .ledger-item-hd .ledgers-num {
    height: 1rem;
    display: inline-block;
    width: 2.11rem;
    background: #c2d8f2;
    color: #fff;
    line-height: 1rem;
    text-align: center;
    border-radius: 0.879rem;
    font-size: 0.56rem;
}

.detaillist-view .ledgers-item .ledger-item-hd .icon {
    font-size: 1rem;
}

.detaillist-view .ledgers-item .ledger-item-hd .date {
    color: #939699;
    font-size: 0.6rem;
}

.detaillist-view .view-ul li.ledgers-item:first-child {
    margin: 0;
}

.detaillist-view .view-ul li.ledgers-item {
    margin: 0 0 0.25rem 0;
}

.detaillist-view .ledgers-item .ledger-item-center {
    height: 1.7rem;
    line-height: 1.7rem;
}

.detaillist-view .ledgers-item .ledger-item-center .ledgers-title,
.detaillist-view .ledgers-item .ledgers-jd {
    color: #626466;
    font-size: 0.60rem;
}

.detaillist-view .ledgers-item .ledgers-money {
    color: #494b4d;
    font-size: 0.7rem;
}

.detaillist-view .ledgers-item .ledger-item-balance {
    overflow: hidden;
    height: 1.7rem;
    line-height: 1.7rem;
}

.detaillist-view .view-ul li.ledgers-item.total-item .kz-row>div>* {
    height: 1.7rem;
    line-height: 1.7rem;
    color: #626466;
    font-size: 0.60rem;
}

.detaillist-view .view-ul li.ledgers-item.total-item .kz-row .money p {
    font-size: 0.7rem;
}

.detaillist-view .view-ul li.ledgers-item.total-item .kz-row .money p.j {
    color: #53cb7a;
}

.detaillist-view .view-ul li.ledgers-item.total-item .kz-row .money p.d {
    color: #ffaa4f;
}


/*资产负债表*/

.fix-head-nav {
    position: fixed;
    left: 0;
    width: 100%;
    top: 2.06rem;
    z-index: 99;
}

.balan-body .top-tab {
    display: flex;
    background: #fff;
}

.balan-body .top-tab a {
    flex: 1;
    background: none;
    opacity: 1;
    justify-content: center;
    display: flex;
    color: #494b4d;
    font-size: 0.66rem;
    position: relative;
    height: 1.641rem;
    align-items: center;
}

.balan-body .top-tab a.swiper-pagination-bullet-active {
    color: #2e8fff;
}

.balan-body .top-tab a.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 1.875rem;
    border-bottom: 2px solid #2e8fff;
    z-index: 999;
}

.fix-head-nav .top-fixed-tit {
    background-color: #f5f6f7;
    line-height: 1.5rem;
    height: 1.5rem;
    padding: 0 0.6rem;
    color: #626466;
    font-size: 0.6rem;
}

.balancepie-view {
    top: 2.06rem;
}

.balance-view {
    top: 5.2rem;
    background: #f2f2f2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
}

.balance-view .total-balance {
    height: calc(100%)!important;
}

.balance-view .tab-pane {
    height: calc(100%)!important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 3.8rem;
}

.balance-view .tab-pane li.mark,
.tab-list-pane li.mark {
    line-height: 1rem;
    color: #313233;
    font-size: 0.8rem;
    margin-top: 0.25rem;
    padding: 0.65rem;
}

.balance-view .tab-pane li.mark:first-child,
.tab-list-pane li.mark:first-child {
    margin: 0;
}

.balance-view .total-balance li,
.tab-list-pane li {
    position: relative;
    padding: 0.65rem;
    background: #fff;
}

.balan-body .last-total {
    background-color: #2e8fff;
    position: fixed;
    padding: 0.7rem 0.65rem 0.7rem 0.65rem;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
}

.balan-body .last-total * {
    color: #fff;
}

.balan-body .last-total h4 {
    font-weight: normal;
}

.balance-view .total-balance li::after,
.tab-list-pane li::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #e5e5e5;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.balance-view .total-balance li.mark h4 {
    font-weight: normal;
}

.balan-body .weui-toptips {
    z-index: 9999;
    font-size: 0.60rem;
}


/*税收优惠*/

.taxlv3-view {
    background: #fff;
}

.taxlv3-view .taxlv3-lists li.item {
    padding: 0.4rem;
}

.taxlv3-view .taxlv3-lists li.item .label {
    width: 20%;
    font-size: 0.70rem;
    text-align: center;
    vertical-align: top;
    margin-right: 3%;
    float: left;
}

.taxlv3-view .taxlv3-lists li.item>div {
    overflow: hidden;
    margin-top: 0.2rem;
}

.taxlv3-view .taxlv3-lists li.item>div:first-child {
    margin-top: 0;
}

.taxlv3-view .taxlv3-lists li.item .tit {
    float: left;
    width: 77%;
}

.taxlv3-view .taxlv3-lists li.item .name {
    color: #2e8fff;
    font-size: 0.70rem;
    float: left;
    width: 77%;
}

.taxdetail-view {
    background: #fff;
    padding: 0.8rem;
}

.taxdetail-view .d-title {
    color: rgba(62, 63, 62, 1);
    font-size: 1.2rem;
    line-height: 36px;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.taxdetail-view .d-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.60rem;
    color: #3E403E;
    margin-bottom: 0.5rem;
}

.taxdetail-view .cen {
    font-size: 0.9rem;
    color: #3E403E !important;
}

.taxdetail-view .cen>* {
    margin-top: 0.8rem;
}


/*现金流量表*/

.bg-bar-header .hd-right-select {
    position: relative;
    width: 4.6rem;
    height: 1.5rem;
    background: none;
    padding: 0.25rem 0.3rem;
    border-radius: 15px;
    border: solid 1px #e8ebed;
    display: flex;
    align-items: center;
}

.bg-bar-header .hd-right-select.filter-time-selct .time {
    font-size: .66rem;
    width: 100%;
    color: #494b4d;
}

.bg-bar-header .hd-right-select .icon {
    position: absolute;
    right: 0.4rem;
    top: 50%;
    font-size: 0.80rem;
    margin-top: -0.4rem;
}

.cashflow-view {
    top: 3.6rem;
}


/*利润表*/

.incomes-view .incomes-lists>li {
    padding: 0 0.6rem;
    background: #fff;
    overflow: hidden;
    margin-top: 0.25rem;
}

.incomes-view .incomes-lists>li .p-data {
    display: flex;
    align-items: center;
    height: 2.2rem;
}

.incomes-view .incomes-lists>li .data {
    flex: 2;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.incomes-view .incomes-lists>li .data .icon {
    font-size: 1.2rem;
    transition: transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    fill: #939699;
}

.incomes-view .incomes-lists>li.selectd .p-data .data .icon {
    transform: rotate(-180deg);
}

.incomes-view .incomes-lists>li .label {
    color: #313233;
    font-size: 0.8rem;
}

.incomes-view .incomes-lists>li .data h4 {
    color: #303233;
    font-size: 0.75rem;
    margin-right: 5px;
}

.incomes-view .incomes-lists>li .child-data {
    display: none;
}

.incomes-view .incomes-lists>li .child-data li {
    display: flex;
    height: 1.7rem;
    align-items: center;
    justify-content: space-between;
}

.incomes-view .incomes-lists>li .child-data li .label {
    font-size: 0.6rem;
}

.incomes-view .incomes-lists>li .child-data li .data h4 {
    font-size: 0.6rem;
}

.incomes-view .incomes-lists>li .yellow-box {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.3rem;
}

.incomes-view .incomes-lists>li .yellow-box.y-box-01 {
    background-color: #66adff;
}

.incomes-view .incomes-lists>li .yellow-box.y-box-02 {
    background-color: #ffb266;
}

.incomes-view .incomes-lists>li .yellow-box.y-box-03 {
    background-color: #b6cce4;
}

.incomes-view .incomes-lists>li .yellow-box.y-box-04 {
    background-color: #9de6a1;
}

.incomes-view .incomes-lists>li .yellow-box.y-box-05 {
    background-color: #ee2e40;
}

.incomes-view .incomes-lists>li .yellow-box.y-box-06 {
    background-color: #28ef19;
}

.incomes-view .incomes-lists>li .yellow-box.y-box-07 {
    background-color: #141bac;
}

.incomes-view .incomes-lists>li .yellow-box.y-box-08 {
    background-color: #c9f20c;
}

.incomes-view .incomes-lists>li .yellow-box.y-box-09 {
    background-color: #6d5758;
}

.incomes-view .incomes-lists>li .yellow-box.y-box-010 {
    background-color: #060000;
}

.incomes-view .incomes-filter-data {
    background: #fff;
}

.incomes-view .incomes-filter-data .top-filter {
    display: flex;
    height: 2.2rem;
    align-items: center;
    justify-content: center;
}

.incomes-view .incomes-filter-data .top-filter .filter-btn {
    width: 5.6rem;
    margin: 0 1.5rem;
    position: relative;
    color: #333;
    height: 1.5rem;
    border-radius: 15px;
    border: solid 1px #e8ebed;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.incomes-view .incomes-filter-data .top-filter .filter-btn input {
    width: 95%;
    text-align: center;
    font-size: 0.70rem;
}

.incomes-view .incomes-filter-data .top-filter .filter-btn .icon {
    position: absolute;
    right: 0.2rem;
    top: 50%;
    font-size: 0.80rem;
    margin-top: -0.4rem;
}

.incomes-view .incomes-filter-data .top-filter .filter-select-mx {
    padding-left: 0.9rem;
}


/*总账*/

.ledger-body .bar-second-nav {
    background: #f2f2f2;
}

.ledger-body .bar-second-nav .select.subject-select {
    width: 10rem;
}

.ledger-view {
    top: 4.17rem;
}

.ledger-view .qc {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
    padding: 0 0.65rem;
}

.ledger-view .qc * {
    font-size: 0;
}

.ledger-view .qc .total-lists * {
    font-size: 0;
}

.ledger-view .qc .q-status {
    width: 4rem;
    display: inline-block;
    color: #494b4d;
    font-size: 0.7rem;
    text-align: center;
}

.ledger-view .jd {
    width: 1.3rem;
    display: inline-block;
    color: #fff;
    height: 1rem;
    margin: 0 1rem;
    text-align: center;
    line-height: 1rem;
    border-radius: 10px;
    font-size: 0.65rem;
}

.ledger-view .jd.j {
    background-color: #ffaa4f;
}

.ledger-view .jd.d {
    background-color: #53cb7a;
}

.ledger-view .qc .q-r {
    color: #ffaa4f;
    font-size: 0.8rem;
    font-weight: bold;
}

.ledger-view .qc .q-r.j {
    color: #ffaa4f;
}

.ledger-view .qc .q-r.d {
    color: #53cb7a;
}

.ledger-view .total-lists li {
    background: #fff;
    display: flex;
    margin-top: 0.25rem;
    padding: 0 0.65rem;
    flex-direction: column;
}

.ledger-view .total-lists li .t1 {
    width: 100%;
    display: flex;
}

.ledger-view .total-lists li .t1.t1-t {}

.ledger-view .total-lists li .t1.t1-t .t2-l {
    width: 4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
}

.ledger-view .total-lists li .t1.t1-t .t2-l::after {
    content: "";
    width: 1px;
    background-color: #e8ebed;
    height: 2.5rem;
    right: -0.5rem;
    top: 50%;
    margin-top: -1.25rem;
    position: absolute;
}

.ledger-view .total-lists li .t1.t1-t .t2-r .t3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.75rem;
}

.ledger-view .total-lists li .t1.t1-t .t2-r {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ledger-view .total-lists li .t1.t1-b {
    justify-content: space-between;
    height: 1.75rem;
    align-items: center;
}

.ledger-view .total-lists li .t1.t1-b .q-l {
    font-size: 0;
}

.ledger-view .total-lists li .t1.t1-b .q-l .date {
    width: 4rem;
    display: inline-block;
    color: #494b4d;
    font-size: 0.7rem;
    text-align: center;
}

.ledger-view .total-lists li .money {
    color: #494b4d;
    font-size: 0.7rem;
}


/*推荐有礼*/

.activity-view {
    background: #509eff;
    padding: 0.45rem 0.65rem;
}

.activity-view img {
    margin: 0 auto;
    display: block;
}

.activity-view .activity-p .tit {
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
    font-weight: normal;
    background: url("/Public/m/images/active-img-02.png")center center;
    background-repeat: no-repeat;
    margin-bottom: 0.7rem;
}

.activity-view .a-info>p {
    color: #ffffff;
    font-size: 0.65rem;
    line-height: 1.3rem;
}

.activity-view .a-flow .flow-lists>li {
    background: #fff;
    border-radius: 4px;
    width: 100%;
    position: relative;
    padding: 1rem;
    text-align: center;
    margin-bottom: 1.2rem;
}

.activity-view .a-flow .flow-lists>li .tip {
    position: absolute;
    padding-left: 0.1rem;
    text-align: left;
    left: 0.85rem;
    top: -0.3rem;
    color: #fff;
    display: inline-block;
    font-size: 0.5rem;
    line-height: 1.5rem;
    width: 2.1rem;
    height: 1.5rem;
    background: url("/Public/m/images/active-img-03.png");
    background-repeat: no-repeat;
}

.activity-view .a-flow .flow-lists>li ol {
    justify-content: center;
    display: flex;
    margin: 0.7rem 0 1rem;
    position: relative;
}

.activity-view .a-flow .flow-lists>li ol::after {
    content: "";
    position: absolute;
    left: 0;
    top: 42%;
    border: dashed 1px #b1b6bd;
    width: 74%;
    left: 13%;
}

.activity-view .a-flow .flow-lists>li ol li {
    text-align: center;
    position: relative;
    z-index: 99;
    margin: 0 0.5rem;
}

.activity-view .a-flow .flow-lists>li ol li span {
    display: inline-block;
    width: 100%;
    color: #37383b;
    font-size: 0.6rem;
}

.activity-view .a-flow .flow-lists>li .btn {
    display: inline-block;
    width: 10rem;
    height: 1.7rem;
    background-color: #509eff;
    border-radius: 17px;
    text-align: center;
    line-height: 1.7rem;
    color: #fff;
    font-size: 0.8rem;
}

.activity-view .activity-p {
    margin-bottom: 1.2rem;
}

.activity-view .a-tj dl {
    display: flex;
    width: 11rem;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.activity-view .a-tj dl dd>span {
    color: #84868a;
    font-size: 0.60rem;
}

.activity-view .a-tj dl dd>p {
    color: #ff424f;
    font-size: 0.60rem;
    margin-top: 0.3rem;
}

.activity-view .a-tj dl dd>p span {
    font-size: 1.2rem;
}

.activity-code-view {
    padding: 1rem 0;
    overflow: hidden;
}

.activity-code-body .bg {
    width: 100%;
    height: 100%;
    position: relative;
    background: url("/Public/m/images/active-img-08.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.activity-code-view .code-box {
    width: 15.5rem;
    height: 100%;
    background: #fff;
    padding: 1rem 1.5rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(177, 186, 202, 0.35);
    border-radius: 8px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.activity-code-view .code-box .hd-img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    margin: 0 auto;
    border: solid 1px rgba(255, 255, 255, .3);
}

.activity-code-view .code-box .hd-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.activity-code-view .code-box .name {
    color: #353638;
    font-size: 0.9rem;
    margin: 0.4rem 0;
}

.activity-code-view .code-box .t1 {
    color: #797b80;
    font-size: 0.7rem;
}

.activity-code-view .code-box .code-top {
    padding-bottom: 0.9rem;
}

.activity-code-view .code-box .code-bottom {
    margin-top: 0.9rem;
}

.activity-code-view .code-box .code-bottom .t2 {
    color: #353638;
    font-size: 0.75rem;
    line-height: 1.35rem;
}

.activity-code-view .code-box .code-bottom .code-img {
    width: 7rem;
    height: 7rem;
    margin: 0.5rem auto;
}

.activity-code-view .code-box .code-bottom span {
    color: #797b80;
    font-size: 0.7rem;
}

.right-share {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    transition: background 350ms cubic-bezier(.165, .84, .44, 1);
    background: rgba(0, 0, 0, .7);
    box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
    -webkit-tap-highlight-color: transparent;
}

.right-share img {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    width: 8rem;
}

.right-share span {
    color: #fff;
    position: absolute;
    top: 12rem;
    text-align: center;
    left: 50%;
    font-size: 0.8rem;
    margin-left: -3.5rem;
}


/*我的收益*/

.income-body .income-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 2.06rem;
}

.income-body .income-header .header-nav {
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 0.8rem 0;
}

.income-body .income-header .header-nav .header-box {
    display: flex;
    width: 4rem;
    margin: 0 1rem;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.income-body .income-header .header-nav .header-box p {
    font-size: 0.65rem;
}

.income-body .income-header .header-nav .header-box .money {
    font-size: 0.7rem;
    color: #999;
    margin: 0.2rem 0;
}

.income-body .income-header .header-nav .header-box .btn {
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
    margin: 0 auto;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    line-height: 1.5rem;
    justify-content: center;
    font-size: 0.7rem;
}

.income-body .income-header .b-ccc {
    background: #ccc;
}

.income-body .income-header .freeze-see {
    border-color: #ccc;
}

.income-body .income-header .bor-ccc {
    border: 2px #ccc solid;
}

.income-body .income-header .bor-726 {
    border: 2px #F76260 solid;
    color: #F76260;
}

.income-body .income-header .b-726 {
    background: #F76260;
    color: #fff;
}

.income-body .income-header .redPacket {
    display: block;
    width: 1.37rem;
    margin: 0 auto;
    padding-top: 0.8rem;
}

.income-body .income-header .ibox-tittle {
    width: 100%;
    display: flex;
    background: #fff;
    justify-content: space-between;
    margin-top: 0.25rem;
    height: 2rem;
    align-items: center;
    padding: 0 0.8rem;
}

.income-body .income-header .ibox-tittle p span {
    color: #f76260;
    font-weight: bold;
}

.income-view {
    top: 10.1rem;
    background: #fff;
}

.income-view .data-null .null-img {
    width: 12rem;
    margin: 0 auto;
    padding-top: 1rem;
}

.income-view .data-null p {
    text-align: center;
    line-height: 2rem;
}

.income-view .content-list .inner {
    padding: 0 0.75rem 0.4rem 0.75rem;
    display: flex;
    justify-content: space-between;
}

.income-view .content-list .inner .fr {
    text-align: right;
}

.income-view .content-list .inner a {
    display: inline-block;
    padding: 0.1rem 0.2rem;
    font-size: 0.6rem;
    border-radius: 3px;
}

.income-view .content-list .inner .b-ccc {
    background: #ccc;
}

.income-view .content-list .inner .c-fff {
    color: #fff;
}

.income-view .content-list .inner p {
    font-size: 0.65rem;
    line-height: 1.5rem;
}

.income-view .content-list .inner .time {
    color: #999;
    font-size: 0.65rem;
    line-height: 0.9rem;
}

.f-weight {
    font-weight: bold;
}

.frozen-view,
.packet-view,
.cashlist-view {
    top: 2.06rem;
}

.frozen-view .totalAmount,
.packet-view .totalAmount {
    background: #f2f2f2;
    text-align: center;
    line-height: 1.5rem;
    color: #999;
}

.frozen-view .totalAmount span,
.packet-view .totalAmount span {
    color: #f76260;
}

.packet-view .generation {
    width: 3rem;
    line-height: 1.2rem;
    background: #f65454;
    font-size: 0.6rem;
    border-radius: 4px !important;
}

.packet-body .result {
    background: url("/Public/m/images/redPacket_code_03.png") no-repeat left top;
    background-size: 100% 100%;
    width: 12.3rem;
    height: 15.937rem;
    position: fixed;
    z-index: 30;
    border-radius: 6px;
    -webkit-transform: translate(0%, 0%)!important;
    text-align: center;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    left: 0px;
}

.packet-body .result .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(/public/images/close.png);
    background-size: 100%;
}

.packet-body .result .redCode {
    width: 6rem;
    margin: 0 auto;
    padding-top: 7.5rem;
}

.packet-body .result p {
    line-height: 2rem;
    font-size: 0.65rem;
    color: #fff;
}

.cashlist-view .content-list .weui-check__label {
    width: 100%;
}

.cashlist-view .content-list .weui-check__label .weui-cell__bd {
    display: flex;
    align-items: center;
}

.cashlist-view .content-list .weui-check__label .weui-cell__bd .hd-ck {
    margin-right: 0.2rem;
}

.cashlist-body .submitTx {
    position: fixed;
    width: 14.06rem;
    height: 2.06rem;
    left: 50%;
    bottom: 0.56rem;
    border-radius: 22px;
    color: #fff;
    margin-left: -7.03rem;
    font-size: 0.84rem;
    background-color: #2e8fff;
}


/*帮助中心*/

.helpdetail-view {
    background: #fff;
}

.helpdetail-view>ul li {
    display: none;
    padding: 1rem;
}

.helpdetail-view>ul li .lv-2 {
    padding-left: 0.65rem;
}

.helpdetail-view>ul li img {
    width: 80%;
    margin: 0 auto 0.5rem;
    display: block;
}

.helpdetail-view>ul li * {
    margin-bottom: 0.5rem;
}

.helpdetail-view>ul li h3 {
    font-size: 0.75rem;
}

.helpdetail-view>ul li p {
    font-size: .65rem;
}


/**/

.nologin-dislog {
    display: none;
    z-index: 99999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.nologin-dislog .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    transition: background 350ms cubic-bezier(.165, .84, .44, 1);
    background: rgba(0, 0, 0, .4);
    box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
    -webkit-tap-highlight-color: transparent;
}

.nologin-box {
    width: 12.75rem;
    height: 17.45rem;
    background: url("/Public/m/images/hd.png")no-repeat center center;
    position: absolute;
    text-align: center;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding-top: 4.5rem;
}

.nologin-box .close {
    width: 1.3rem;
    height: 1.3rem;
    background: url("/Public/m/images/hd-close.png")no-repeat center center;
    position: absolute;
    right: -1.3rem;
    top: 1.3rem;
    background-size: cover;
}

.nologin-box * {
    color: #c51317;
}

.nologin-box h3 {
    font-size: 1.2rem;
}

.nologin-box .tit {
    font-size: 0.7rem;
    margin-top: 0.2rem;
    display: inline-block;
}

.nologin-box .price {
    font-size: 0.6rem;
}

.nologin-box .price span {
    font-weight: bold;
    font-size: 2rem;
    margin: 0 0.1rem;
}

.nologin-box .register-btn {
    font-size: 0.9rem;
    color: #c51317;
    background-color: #feeed4;
    display: inline-block;
    border-radius: 18px;
    width: 5.9rem;
    text-align: center;
    height: 1.87rem;
    margin: 3rem auto 0.4rem;
    line-height: 1.8rem;
}

.nologin-box .share-btn {
    color: #feeed4;
    font-size: 0.7rem;
}


/*确认登陆*/

.confirlogin-body .login-view {
    text-align: center;
}

.confirlogin-body .login-view>img {
    width: 40%;
    margin: 2.5rem 0 1rem;
}

.confirlogin-body .login-view p {
    font-size: 0.7rem;
    color: #a5a5a5;
    line-height: 1.2rem;
}

.confirlogin-body .login-view .btn {
    display: block;
    text-align: center;
    margin: auto;
    width: 15rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1.037rem;
    color: #fff;
    font-size: 0.8rem;
    z-index: 99;
    margin-top: 1rem;
}

.confirlogin-body .login-view .btn.confirm-login {
    background-color: #2e8fff;
}

.confirlogin-body .login-view .btn.cancel-login {
    background-color: #fff;
    border: solid 1px #ddd;
    color: #666;
}


/*个税专项扣除*/

.gskc-view .form-step .step-name {
    font-size: 0.7rem;
    color: #313233;
    border-left: solid 0.1rem #2e8fff;
    padding-left: 0.4rem;
    margin: 0.75rem 0;
}

.gskc-view .gs-page {
    padding: 0 0.6rem;
}

.gskc-view .gs-page .form-step {
    display: none;
}

.gskc-view .gs-page .form-step.show {
    display: block;
}

.gskc-view .form-step .lists {
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px #e4e4e4;
    overflow: hidden;
    border-radius: 0.2rem;
    padding: 0 .5rem;
}

.gskc-view .form-step .lists .item {
    height: 4.2rem;
    border-top: solid 1px #e8ebed;
    padding-top: .5rem;
}

.gskc-view .form-step .lists .item .b-info {
    position: relative;
}

.gskc-view .form-step .lists .item .b-info .icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.45rem;
    font-size: .9rem;
    color: #939699;
}

.gskc-view .form-step .lists .item input[type=text] {
    height: 1.7rem;
    font-size: 0.65rem;
    width: 100%;
}

.gskc-view .form-step .lists .item .t-label {
    font-size: 0.6rem;
    color: #626466;
    height: 1.5rem;
    line-height: 1.5rem;
}

.gskc-view .form-step .lists .item .t-label em {
    color: #f26163;
    margin-right: 2px;
}

.gskc-view .form-step .lists .item:first-child {
    border-top: none;
}

.gskc-view .ft-btns {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    background: #fff;
    padding: 0.61rem 1rem;
    z-index: 999;
}

.gskc-view .ft-btns .btn {
    border-radius: 0.80rem;
    height: 1.7rem;
    line-height: 1.7rem;
    display: inline-block;
    font-size: 0.8rem;
    flex: 1;
    margin: 0 0.9rem;
    text-align: center;
}

.gskc-view .ft-btns .btn.hide {
    display: none;
}

.gskc-view .ft-btns .prev-btn {
    border: solid 1px #2e8fff;
    color: #2e8fff;
    line-height: 1.58rem;
    background: #fff;
}

.gskc-view .ft-btns .next-btn,
.gskc-view .ft-btns .submit-btn {
    background: #2e8fff;
    color: #fff;
}


/*问答 资讯*/

.ask_footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: bottom .3s;
    transition: bottom .3s;
    -webkit-box-shadow: 0 -2px 2px #eff0f0;
    box-shadow: 0 -2px 2px #eff0f0;
}

.ask_file_layer {
    padding: 1rem;
    font-size: 0;
    text-align: center;
}

.ask_question_view {
    top: 0;
    padding: 0.75rem;
    background: #fff;
}

.ask_question_view .ask-banner {
    width: 17.25rem;
    height: 3.65rem;
    background: url("/Public/m/images/ask_banner3.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

.ask_question_view .ask-banner div {
    font-size: 14px;
    color: #000000;
    padding: 0 0.48rem;
}

.ask_question_view .ask-banner span {
    color: #ff4c29;
    font-size: 0.9rem;
}

.ask_question_view .ask-process h5 {
    font-size: 0.9rem;
    color: #010101;
    margin-bottom: 0.72rem;
    text-align: center;
}

.ask_question_view .beian {
    padding: 1rem 0;
    color: #b5b5b5;
    font-size: 12px;
    text-align: center;
}

.ask_question_view .logo {
    display: block;
    margin: 2rem auto 0;
    width: 5rem;
}

.ask_file_layer .gg-img {
    width: 100%;
}

.ask_file_layer p {
    margin-top: 10px;
    font-size: 0.7rem;
    margin-bottom: 5px;
}

.ask_file_layer p.aTips {
    color: #666;
    font-size: 0.6rem;
}

.ask_file_layer #copyBtn {
    display: inline-block;
    padding-left: 15px;
    border: 1px solid #13c29f;
    background-color: rgba(157, 195, 187, .4);
    border-radius: 50px;
    color: #333;
}

.ask_file_layer .step {
    background-color: #f0f0f0;
    border-radius: 0 0 6px 6px;
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 3%;
    width: 100%;
    color: #000;
}

.ask_file_layer #copyBtn span {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
    padding-right: 15px;
}

.ask_file_layer .step h3 {
    margin-top: 0;
    font-size: 0.8rem;
    margin-bottom: 10px;
    font-weight: normal;
}

.ask_footer .tab-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ask_footer .tab-item span {
    font-size: 0.6rem;
}

.ask_footer .ask_btn {
    flex: 3;
    display: flex;
    padding: 0;
    height: 100%;
    align-items: center;
    color: #fff;
    font-size: 0.7rem;
    background-color: #1dceab;
    position: relative;
    justify-content: center;
}
.ask_footer .ask_btn .w_num{
    position: relative;
    margin-left: 5px;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: url("/Public/m/images/foot-msg-icon.png") no-repeat;
    background-size: 1.2em 1.2em;
    vertical-align: middle;
}
.ask_footer .ask_btn .w_num i{
    position: absolute;
    font-size: 12px;
    height: 1.4em;
    line-height: 1.4em;
    width: 1.4em;
    text-align: center;
    font-style: normal;
    border-radius: 50%;
    top: -10px;
    right: -8px;
    background-color: #ff1212;
    border: 1px solid #fff;
    color: #fff;
}
.ask_footer .ask_btn .qdetail_icon{
    width: 1.8rem;
    height: 1.8rem;
    background: #fff;
    margin-right: 5px;
    border-radius: 50%;
    overflow: hidden;
}
.ask_footer .ask_btn .qdetail_icon img{
    margin: 0 auto;
    width: 100%;

}
.ask_footer .ask_btn img {
    width: 1.2rem;
    margin-right: 0.5rem;
}

.ask_footer .tab-item .icon {
    font-size: 1.2rem;
}

.ask_view .que-list {}

.ask_view .que-list .que-item {
    padding: 0.75rem 1rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.ask_view .que-list .que-item .que_top {
    /* height: 2rem; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .5rem;
    color: #8e8e8e;
    /* border-top: 1px solid #e5e5e5; */
}

.ask_view .que-list .que-item .que_top .avatar_box {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    position: relative;
    background-color: #f5f5f5;
}

.ask_view .que-list .que-item .que_top .avatar {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    vertical-align: top;
}

.ask_view .que-list .que-item .que_top .name {
    font-size: 0.6rem;
    margin-left: 0.5rem;
}

.ask_view .que-list .que-item .que_title {
    font-size: .7rem;
    width: 100%;
    color: #000;
}
.ask_view .que-list .que-item .que_title.que_reply {
    color: #808080;
    margin-top: .375rem;
}

.ask_view .que-list .que-item .que_title .icon {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
}

.ask_view .que-list .que-item .que_time {
    font-size: 0.6rem;
}

.news_view .new-list .new-item {
    padding: 0.49rem 0.6rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0.188rem;
    display: flex;
    height: 4.6rem;
    justify-content: space-between;
}

.news_view .new-list .new-item .news_info {
    flex: 2;
    padding-right: 1rem;
}

.news_view .new-list .new-item .news_info a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.news_view .new-list .new-item .news_info .new_title {
    font-size: 0.8rem;
    /* font-weight: bold; */
    padding-top: 0.5em;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_view .new-list .new-item .news_info .new_bottom {
    display: flex;
    justify-content: space-between;
}

.news_view .new-list .new-item .news_info .new_bottom span {
    color: #aaa;
    font-size: 0.6rem;
}

.news_view .new-list .new-item .news_img {
    flex: 1;
}

.news_view .new-list .new-item .news_img img {
    width: 100%;
    height: 100%;
}

.breadcrumb {
    padding-left: 0.9rem;
    background: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
}

.breadcrumb>li {
    display: inline-block;
    line-height: 2rem;
}

.breadcrumb>li a {
    color: #333;
}

.breadcrumb>.active {
    color: #777;
}

.qndetail_view {
    top: 0;
    bottom: 2.6rem;
    background-color: #f7f7f7;
}
.qndetail_view .hide {
    display: none!important;
}
.qdetail_centent {
    /* margin-bottom: 2rem; */
}

.ndetail_centent {
    padding: 0 0.9rem 0.9rem;
    background: #fff;
}

.qdetail_centent .qdetail_box {
    /* border-bottom: 1px solid #eee; */
    height: auto;
    position: relative;
    padding: 0 1rem 1rem;
    background: #fff;
    overflow: hidden;
}

.qdetail_centent .qdetail_box.qdetail_reply_box {
    margin-top: .375rem;
}

.qdetail_centent .qdetail_box .qdetail_hd,
.ndetail_centent .detail_content .qdetail_hd {
    overflow: hidden;
    line-height: 2.1rem;
    height: 2.1rem;
    margin-top: .5rem;
}

.qdetail_centent .qdetail_box .qdetail_icon,
.ndetail_centent .detail_content .qdetail_icon {
    width: 2.1rem;
    height: 2.1rem;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #f5f5f5;
    overflow: hidden;
    float: left;
}

.ndetail_centent .detail_content .qdetail_hd {
   padding-right: 0.5rem;   
     padding-bottom: 0.96rem;
    border-bottom: 1px solid #eee;
    height: auto;
}
.ndetail_centent .detail_content .qdetail_hd .qdetail_icon{
    margin-left: 0.5rem;
}
.ndetail_centent .detail_content .qdetail_hd .jd_tip{
    width: 80px;
    height: 30px;
    background-color: #0abea0;
    border-radius: 0px 15px 15px 0px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fdfdfd;
    display: block;
    margin-bottom: 0.75rem;
 



}
.ndetail_centent .detail_content .qdetail_hd img{
    width: auto!important;
    height: auto!important;
    margin: 0 auto;
}
.ndetail_centent .detail_content .ask_ls {
    width: 3.8rem;
    height: 1.5rem;
    float: right;
    line-height: 1.5rem;
    font-size: 0.7rem;
    display: inline-block;
    margin-top: 0.3rem;
    color: #fff;
    border-radius: 0.7rem;
    background-color: #00b882;
    text-align: center;
    box-shadow: 0 0.05rem 0.32rem 0.1rem #b2e6d7;
}

.qdetail_centent .qdetail_box .tel,
.ndetail_centent .detail_content .tel {
    font-size: 0.7rem;
    margin-left: 0.5rem;
}
.qdetail_centent .qdetail_box .ask_detail_title {
    /* font-size: 0.7rem;
    color: #555;
    margin: 0.75rem 0; */
    font-size: .9rem;
    line-height: 1.2rem;
    font-weight: bold;
    white-space: normal;
    margin-top: .255555rem;
    word-wrap: break-word;
}
.qdetail_centent .qdetail_box .pop_img {
    width: 3rem;
    margin-right: 0.5rem;
}
.qdetail_centent .qdetail_box .ask_detail_bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: .75rem;
}
.qdetail_centent .qdetail_box .ask_detail_bottom>* {
    display: flex;
    margin-left: 0.5rem;
    align-items: center;
}
.qdetail_centent .qdetail_box .ask_detail_bottom .pv {
    margin-right: 4px;
}
.qdetail_centent .qdetail_box .ask_detail_bottom span,
.ask_detail_time {
    font-size: 0.6rem;
    color: #999;
}
.qdetail_centent .qdetail_reply_box .ask_detail_time {
    display: inline-block;
    margin-top: .5rem;
    margin-bottom: .3rem;
}
.qdetail_body .ask_detail_time {
    margin-right: .5rem;
}
.qdetail_centent .qdetail_box .ask_detail_bottom .name {
    margin-left: 0;
    margin-right: auto;
}
.qdetail_centent .qdetail_box .qdetail_body,
.qdetail_centent .qdetail_reply_box .reply_body {
    overflow: hidden;
}
.qdetail_centent .qdetail_box .qdetail_body {
    margin-left: 2.5rem;
    margin-top: .5rem;
}
.qdetail_centent .qdetail_box .qdetail_body .ask_detail_content {
    font-size: .75rem;
    line-height: 1.25rem;
}
.qdetail_centent .qdetail_box .comment-list {
    margin-left: 0.7rem;
    background-color: #f9f9f9;
    padding: 0.7rem 0.7rem 0 0.7rem;
    margin-bottom: 10px;
}
.qdetail_centent .qdetail_box .comment-list .reply_item {
    border-top: 1px solid #eee;
    padding-top: 0.5rem;
}
.qdetail_centent .qdetail_box .comment-list .reply_item:first-child {
    border-top: none;
    padding-top: 0;
}
.qdetail_centent .qdetail_reply_box .jd_tip {
    width: 80px;
    height: 30px;
    background-color: #0abea0;
    border-radius: 0px 15px 15px 0px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fdfdfd;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 20px;
}
.qndetail_view .title-box {
    padding-top: .75rem;
    /* padding-left: .6rem; */
    padding-bottom: .75rem;
}
.qndetail_view .title-box span {
    font-size: .75rem;
    font-weight: bold;
    position: relative
}
.qndetail_view .title-box span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -.5rem;
    transform: translateY(-50%);
    width: 3px;
    height: .75rem;
    background-color: #00be81;
}
.qdetail_centent .qdetail_reply_box .no_reply {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    color: #555;
    margin-bottom: 20px;
}
.qdetail_centent .qdetail_reply_box .reply_icon {
    width: 1.6rem;
    height: 1.6rem;
    line-height: 2rem;
}
.qdetail_centent .qdetail_reply_box .reply_hd {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.qdetail_centent .qdetail_reply_box .reply_body {
    padding-left: 2rem;
}
.qdetail_centent .qdetail_reply_box .reply_title {
    font-size: 0.7rem;
    line-height: 25px;
}
.arts-box .headline {
    padding: 0.5rem 0;
    font-size: 0.8rem;
    font-weight: 400;
    border-bottom: 1px solid #f7f7f7;
}
.arts-box .headline span {
    padding-left: 0.4rem;
    border-left: 2px solid #00be81;
}
.arts-box {
    background: #fff;
    margin-top: 0.5rem;
    padding: 0 0.9rem 0.9rem;
}
.arts-box ul {
    width: 100%;
}
.arts-box li {
    width: 100%;
    padding: .3rem 0;
    border-bottom: 1px solid #ededed;
}
.arts-box li a {
    color: #333;
    font-size: 0.8rem;
    line-height: 1.3rem;
}
.arts-box li .replay_div {
    margin-top: .3rem;
}
.arts-box li .replay_div span {
    color: #1dceab;
}
.arts-box li a:hover {
    text-decoration: underline!important;
    color: #00b28e;
}
.c0abea0 {
    color: #0abea0;
}
.c509eff {
    color: #509eff;
}
.ndetail_centent .infor_name {
    font-size: 1rem;
    text-align: left;
    font-weight: 600;
    margin: 0 .8rem;
}
.ndetail_centent .infor_data {
    overflow: hidden;
    padding-bottom: 0.4rem;
    padding-top: 0.5rem;
    display: flex;
    justify-content: space-between;
}
.ndetail_centent .infor_data>div {
    display: flex;
    justify-content: flex-start;
}
.ndetail_centent .infor_data span {
    color: #999999;
    font-size: 0.6rem;
    display: flex;
    align-items: center;
    margin-right: 1rem;
}
.ndetail_centent .infor_data .pageviews {
    margin-right: 0;
}
.ndetail_centent .infor_data .pageviews img {
    margin-right: 0.3rem;
}
.ndetail_centent .guide_read {
    padding: 0.6rem;
    line-height: 1.2rem;
    background-color: #f1f1f1;
    color: #333;
    font-size: 0.7rem;
    margin: 0.7rem 0;
    font-weight: normal;
    background-color: #f2f4f7;
    color: #666;
    border-radius: .3rem;
}
.ndetail_centent .detail_content .recommend-teacher {
    border-bottom: 1px solid #eee;
}
.ndetail_centent .detail_content .recommend-teacher .info-title {
    font-size: 0.6rem;
    color: #441906;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    background-image: linear-gradient(#ffe2d2, #e5b69b);
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
}
.ndetail_centent .detail_content .recommend-teacher .main-info {
    padding-top: 1rem;
    background-color: #fff9f5;
    padding-bottom: 1rem;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .avatar-box {
    margin-left: .7rem;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .avatar {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    vertical-align: top;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .info-box {
    margin-right: .7rem;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .info-box .info-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .info-box .info-top .personal {
    /* margin-right: 1.2rem; */
    margin-left: 0.373333rem;
    width: 7.6rem;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .info-box .info-top .personal .personal-top .teacher-name {
    font-size: .65rem;
    margin-right: 0.15rem;
    display: inline-block;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .info-box .info-top .personal .personal-top .teacher-source {
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.56rem;
    padding-left: 0.24rem;
    color: #666;
    display: inline-block;
    position: relative;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .info-box .info-top .personal .personal-top .teacher-source.name {
    padding-left: 0;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .info-box .info-top .personal .personal-top .teacher-source.name::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1.3333333333333333vw;
    transform: translateY(-50%);
    width: 1px;
    height: 2.6666666666666665vw;
    background-color: #ccc;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .info-box .info-top .personal .personal-top img {
    width: 0.8rem;
    height: 0.8rem;
    vertical-align: middle;
    margin-top: -.18rem;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .info-box .info-top .personal .bottom {
    font-size: 12px;
    color: #999;
    margin-top: 1.3333333333333333vw;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .info-box .info-top .personal .bottom span {
    color: #00b882;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .info-box .info-top .btn-contact {
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.75rem;
    border-radius: 0.75rem;
    background-color: #00b882;
    text-align: center;
    box-shadow: 0 3px 6px #b2e6d7;
    padding: 0 .35rem;
    margin-left: .3rem;
    margin-top: .3rem;
    cursor: pointer;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .info-box .info-top .btn-contact a {
    color: #ffffff;
}
a {
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .info-box .info-top .personal .rank {
    margin-top: .5rem;
    font-size: .6rem;
    width: 100%;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ndetail_centent .detail_content .recommend-teacher .main-info .info-box .info-top .personal .rank span {
    color: #00b882;
}
.ndetail_centent .detail_content {
    margin-top: 0.6rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 12px 4px #eceef1;
    padding-bottom: 1.2em;
    word-wrap: break-word;
}
.ndetail_centent .detail_content p {
    line-height: 24px;
    font-size: .75rem;
    padding: .6rem .6rem 0;
    color: #000;
    margin: 0;
}
.ndetail_centent .detail_content p img {
    display: inherit;
}
.ndetail_centent .detail_content p strong {
    display: block;
    margin: 0 auto;
}
/* .ndetail_centent .detail_content img {
    height: 100% !important;
    width: 100% !important;
    display: inherit;
} */
/* 免费领取资料弹窗 start*/
.pop-freedata {
    font-size: 14px;
}
.pop-freedata .mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 999;
}
.pop-freedata .data-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: .5rem;
    z-index: 999;
    padding: 1rem 0.7rem;
    background-color: #fff;
    width: 14rem;
    text-align: center;
    box-sizing: border-box;
}
.pop-freedata .data-content .title {
    font-size: 0.9rem;
    font-weight: bold;
}
.pop-freedata .data-content img {
    width: 12rem;
    margin-top: 1rem;
}
.pop-freedata .data-content .phone input {
    width: 100%;
    height: 1.6rem;
    border-radius: 9999px;
    line-height: 1.6rem;
    border: 2px solid #ff5400;
    padding-left: 0.7rem;
    margin-top: 0.7rem;
    -webkit-appearance: none;
}
.pop-freedata .data-content .code {
    display: flex;
    justify-content: space-between;
    margin-top: .6rem;
}
.pop-freedata .data-content .code input {
    width: 7.5rem;
    height: 1.6rem;
    border-radius: 9999px;
    line-height: 1.6rem;
    border: 2px solid #ff5400;
    padding-left: .7rem;
    -webkit-appearance: none;
}
.pop-freedata .data-content .code button {
    width: 4.4rem;
    height: 1.6rem;
    border-radius: 9999px;
    line-height: 1.6rem;
    text-align: center;
    color: #fff;
    background-color: #f0593b;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
}
.pop-freedata .data-content .code button:disabled {
   background-color: #E2E2E2;
   color: #C2C2C2;
}
.pop-freedata .data-content .disabled {
    background-color: #d5d5d5!important;
}
.pop-freedata .data-content > button {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    border-radius: 9999px;
    text-align: center;
    color: #fff;
    background-color: #f0593b;
    margin-top: 0.7rem;
}
.pop-freedata .data-content button {
    border: 0;
    outline: none;
    -webkit-appearance: none;
}
.pop-freedata .data-content .close {
    position: absolute;
    left: 50%;
    bottom: -1.6rem;
    transform: translateX(-50%);
    width: 1rem;
    opacity: 1;
    cursor: pointer;
}
/*底部弹窗*/
.qc-code {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    overflow-y: auto;
}
.qc-code .wx-code {
    position: relative;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
}
.qc-code-wexin .wx-code {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.qc-code>div {
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 3%;
    width: 90%;
    font-size: .38rem;
    color: #000;
    text-align: center;
}
.qc-code .close {
    position: absolute;
    top: 0;
    right: 3%;
    font-style: normal;
    font-size: 1.1rem;
    font-weight: bold;
    color: #888;
    opacity: 1;
}
.qc-code .wx-code img.qrcode-img {
    width: 50%;
}
.qc-code .wx-code img.gg-img {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.qc-code .wx-code p {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 5px;
}
.qc-code .wx-code p.aTips {
    color: #666;
    font-size: 12px;
}
.qc-code .wx-code p a {
    color: #00b28e;
    text-decoration: underline;
}
.qc-code .step {
    background-color: #f0f0f0;
    border-radius: 0 0 6px 6px;
}
.qc-code .step h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}
.hidden {
    display: none;
}
.qc-code .step img {
    max-width: 80%;
    margin: 0 auto;
}
.qc-code #copyBtn {
    display: inline-block;
    padding-left: 15px;
    border: 1px solid #13c29f;
    background-color: rgba(157, 195, 187, .4);
    border-radius: 50px;
    color: #333;
}
#copyBtn i {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 4px;
    height: 1.2em;
    width: 1.2em;
    background: url(/images/acc5_v2/cc-pointer-up.png) no-repeat;
    background-size: 1.2em 1.2em;
}
#copyBtn span {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    padding-right: 15px;
}
/* 免费领取资料弹窗 end*/
.ask_question_view {
    top: 2.1rem;
}
.ask_question_view .input-question {
    margin-top: 1rem;
}
.ask_question_view .input-question textarea {
    width: 100%;
    border: none;
    resize: none;
    font-size: 0.7rem;
    line-height: 1.4;
    color: #000000;
    padding: 0.5rem;
    box-sizing: border-box;
    outline: none;
}
.ask_question_view .font-num {
    padding: 0.6rem 0;
    text-align: right;
    font-size: 12px;
    color: #a5a5a5;
    border-bottom: 1px solid #e5e5e5;
}
.ask_question_view .font-num span {
    color: #21ba86;
}
.ask_question_view .ask-process {
    margin-top: 1rem;
}
.qndetail_view .consult-teacher2 {
    color: #fff;
    background-color: #00BE81;
    text-align: center;
    padding: .5rem;
    font-size: 12px;
}
.qndetail_view .consult-teacher2 a {
    display: inline-block;
    color: #fff;
    padding: 2px 4px;
    border-radius: 9999px;
    border: 1px solid #fff;
    cursor: pointer;
}
.qndetail_view .recommend-teacher {
    background-color: #fff;
    margin-top: .375rem;
}
.qndetail_view .recommend-teacher .title-box {
    padding-left: 1rem;
}
.qndetail_view .teachers-box {
	display: flex;
	justify-content: space-between;
	padding: 0 .75rem;
	margin-top: 2rem;
}
.qndetail_view .teachers-box .item {
	width: 8rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	border-radius: .2rem;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
	position: relative;
}
.qndetail_view .teachers-box .item .avatar{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 9999px;
	overflow: hidden;
}
.qndetail_view .teachers-box .item .avatar img{
	width: 100%;
	vertical-align: top;
}
.qndetail_view .teachers-box .item .name {
	font-size: .65rem;
	font-weight: bold;
	margin-top: 1.5rem;
}
.qndetail_view .teachers-box .item .intro {
	width: 6.875rem;
    height: 3.85rem;
}
.qndetail_view .teachers-box .item span {
	font-size: .5rem;
	line-height: .95rem;
	color: #555555;
	margin-top: 1rem;
	display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;   
}
.qndetail_view .teachers-box .item a {
	display: inline-block;
	width: 6rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	font-size: .65rem;
	color: #fff;
	border-radius: .75rem;
	background-color: #00b882;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}
.ask_question_view .to-ask {
    margin-top: 1.2rem;
    height: 2rem;
    width: 100%;
    color: #b5b5b5;
    font-size: 0.8rem;
    text-align: center;
    line-height: 2rem;
    border-radius: 0.4rem;
    background-color: #ecefee;
}
.ask_question_view .to-ask.active {
    background: linear-gradient(to right, #0fb377, #43c8a2);
    color: #fff;
}
.ask_question_view .input-phone .tips {
    font-size: 14px;
    color: #000000;
    background-color: #f4f0ec;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    border-radius: 0.4rem;
}
.ask_question_view .input-phone .tips {
    font-size: 14px;
    color: #000000;
    background-color: #f4f0ec;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    margin-top: 1rem;
    border-radius: 0.4rem;
}
.ask_question_view .input-phone .input-it input {
    width: 100%;
    height: 3.2rem;
    padding: 1.2rem 0.64rem;
    box-sizing: border-box;
    font-size: 0.85rem;
    color: #333;
    border: none;
}
.ask_question_view .input-phone .input-it {
    position: relative;
    margin-top: 0.65rem;
    border-bottom: 1px solid #e5e5e5;
}
.ask_question_view .input-phone .input-it .send-again {
    position: absolute;
    right: 0;
    top: 0.66rem;
    height: 2.1rem;
    width: 4.5rem;
    text-align: center;
    background: none;
    line-height: 2.1rem;
    border: 1px solid #85d9bd;
    color: #21ba86;
    font-size: 14px;
    box-shadow: 0 0 4px #edf6f3;
    border-radius: 0.2rem;
}
.ask_question_view .input-phone .input-it .send-again:disabled {
    color: #999999;
    border-color: #999999;
}
.consult-teacher1 {
    display: flex;
    padding: .8em;
    background-color: #fff;
    margin-top: .375rem;
    font-size: .6rem;
    align-items: center;
}
.consult-teacher1 .icon-box {
    padding-right: .5em;
}
.consult-teacher1 .icon-box img {
    width: 1.2rem;
    vertical-align: top;
}
.consult-teacher1 .tip {
    flex-grow: 1;
    width: 6rem;
    line-height: 1.5em;
}
.consult-teacher1 a {
    height: 1.5rem;
    width: 5rem;
    line-height: 1.5rem;
    background-color: #00be82;
    color: #fff;
    text-align: center;
    /* padding: 0 .6em; */
    border-radius: 999em;
    box-shadow: 0 .1rem /* 4/75 */ .2rem /* 8/75 */ rgb(74, 196, 159, .5)
}
.to-ask {
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin-top: .5em;
}
.to-ask .to-ask-title {
    margin-top: .5em;
    height: 3.5em;
    line-height: 3.5em;
    color: #888;
    margin-bottom: 0;
}
.to-ask a {
    display: block;
    padding-bottom: .5em;
    padding-top: .65em;
    width: 10.9rem;
    margin: 0 auto;
    background: #00be82;
    border-radius: 2em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.2em;
}
.wenda-box {
    margin-top: 0.5rem;
    padding: 1rem 1rem;
    background: #fff;
}
.wenda-box .title {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.8rem;
    color: #444;
    text-align: center;
}
.wenda-box .contact-btn {
    height: 2.1rem;
    line-height: 2.1rem;
    border-radius: 1.1rem;
    font-size: 0.8rem;
    letter-spacing: 0.02666667rem;
    margin-top: 1rem;
    background-color: #ff6a42;
    text-align: center;
    box-shadow: 0 0.02666667rem 0.08rem #ff6a42;
}
.wenda-box .contact-btn a {
    color: #fff;
}
/* 会计学堂公众号弹窗 */
.popup-box .mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 999;
}
.popup-box .popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: .5rem;
    z-index: 999;
    padding: 1rem 1rem;
    background-color: #fff;
    width: 12rem;
    text-align: center;
}
.popup-box .popup-content .title {
    font-size: .8rem;
    font-weight: bold;
}
.popup-box .popup-content .title p {
    margin: 0;
}
.popup-box .popup-content img {
    width: 80%;
    margin-top: .5rem;
}
.popup-box .popup-content .close {
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    transform: translateX(-50%);
    width: 1rem;
    opacity: 1;
    cursor: pointer;
}
/* m端问答，资讯列表导航 */
.ask-list-nav {
    width: 100%;
    position: fixed;
    top: 2.02rem;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
}
.ask-list-nav::-webkit-scrollbar{
	width:0;
	height:0
}
.ask-list-nav ul {
    overflow: hidden;
    width: max-content;
}
.ask-list-nav ul li:last-child {
    margin-right: 1.3rem;
}
.ask-list-nav .ask-nav-item {
    float: left;
    /* margin-left: .666667rem; */
    margin-left: 1.3rem;
    font-size: .733333rem;
}
.ask-list-nav .ask-nav-item .ask-nav-active, .ask-list-nav .ask-nav-item .ask-nav-title {
    height: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
}
.ask-nav-title {
    color: #000;
}
.ask-nav-active {
    color: #67abfe;
    font-weight: bold;
    border-bottom: 3px solid #67abfe;
}


.ask-list-nav::webkit-scrollbar
{
    overflow-y: scroll;

}

.ask-list-nav::-webkit-scrollbar {
    display:none

}
.half-num-anima {
    position: absolute;
    width: .8rem;
    line-height: .8rem;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    top: .3rem;
    right: .8rem;
    font-size: .2rem;
    animation: HALF_NUM_ZOMM 2s infinite linear;
}
@keyframes HALF_NUM_ZOMM {
    20% {
        top: 0px;
    }
    40% {
        top: .3rem;
    }
    60% {
        top: 0px;
    }
    80% {
        top: .3rem;
    }
    /* 50% {
        transform: scale(.6);
    } */
    100% {
        /* transform: scale(1); */
    }
}
.get-package-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-around !important;
    flex-direction: row !important;
    flex: 2 !important;
}
.get-package-wrap .package-icon {
    width: 1.2rem;
    display: inline-block;
    margin: 0;
}
.get-package-wrap .package-update {
    padding: .02rem .3rem;
    margin-top: .1rem;
    background: linear-gradient(90deg, #F75732, #F77332);
    color: #fff;
    border-radius: .4rem;
}
.problem-reply .discuss-box {
    /* border-top: 1px solid #eee; */
}
.problem-reply .discuss-box .list {
    padding-bottom: .6rem;
}
.problem-reply .discuss-box .list:last-child {
    padding: 0;
}
.problem-reply .discuss-box .head {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    margin-right: .6rem;
    float: left;
    vertical-align: top;
}
.problem-reply .discuss-box .discuss-data {
    overflow: hidden;
}
.problem-reply .discuss-box .discuss-data .reply-content {
    font-size: .346667rem;
}
.problem-reply .discuss-box .discuss-data .time {
    color: #999;
    font-size: .213333rem;
    margin-top: .08rem;
}
/* 加群 */
.group-chat-box {
    background-color: rgb(255, 245, 241);
    margin: 0 0 .2rem;
    padding: .4rem;
    border-radius: .133333rem;
}
.group-chat-box .group-header span {
    font-size: .6rem;
    color: rgb(248, 127, 29);
}
.group-scroll-content {
    margin-top: .266667rem;
    height: 1.066667rem;
    overflow: hidden;
    position: relative;
}
.group-scroll-ul {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.group-scroll-ul .head {
    width: 1rem;
    height: 1rem;
    margin-right: .25rem;
    border-radius: 50%;
    object-fit: contain;
}
.group-scroll-ul .nickname {
    font-size: .32rem;
    width: 1.5rem;
    margin-right: .25rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.group-scroll-ul .title {
    font-size: .32rem;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.group-scroll-ul li {
    padding: 0;
    border: 0;
}
.click-add-group {
    background-color: rgb(232, 48, 48);
    width: 6.3rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: .186667rem;
    text-align: center;
    color: #fff;
    display: block;
    margin: .5rem auto 0;
}
/* end 加群 */