/**app.wxss**/

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

.fleft {
    float: left;
}

.fright {
    float: right;
}

.container {
    height: 100%;
    box-sizing: border-box;
    transform: none;
}

.wx-btn-default {
    margin: 0;
    padding: 0;
    font-size: medium;
    line-height: normal;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.wap-body {
    height: 100vh;
    /*margin: 0 auto;*/
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.wb-pen {
    overflow-y: hidden;
    visibility: hidden;
    pointer-events: none;
}

/* 加载 */

.loding-view {
    height: 104px;
    width: 104px;
    margin-top:180px;
    margin-left: -52px;
    padding-top: 30px;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99999999;
}

.loding-title {
    heigth: 40px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.loding-view2 {
    height: 104px;
    width: 104px;
    margin-top: -52px;
    margin-left: -52px;
    position: fixed;
    z-index: 99999999;
    top: 50%;
    left: 50%;
}

.loding-view2 .la-gray2 {
    height: 48px;
    width: 48px;
    margin-top: -24px;
    margin-left: -24px;
    top: 50%;
    left: 50%;
}

.loding-title2 {
    margin-top: 24px;
    width: 104px;
    color: #ccc;
    display: block;
    text-align: center;
}

.loding-title3 {
    margin-top: 70px;
    width: 104px;
    color: rgb(226, 226, 226);
    display: block;
    text-align: center;
    font-size: 0.7rem;
}

.maskbg {
    background-color: rgba(0, 0, 0, 0.58);
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    position: fixed;
}

.la-ball-spin-clockwise-fade, .la-ball-spin-clockwise-fade>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-spin-clockwise-fade {
    display: block;
    font-size: 0;
    color: #fff;
    margin: 0 auto;
}

.la-ball-spin-clockwise-fade.la-dark {
    color: #333;
}

.la-ball-spin-clockwise-fade.la-dark2 {
    color: hsl(0, 0%, 60%);
}

.la-ball-spin-clockwise-fade>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
    /* box-shadow: 0 0 0 1px rgb(173, 173, 173) inset; */
}

.la-ball-spin-clockwise-fade {
    width: 32px;
    height: 32px;
}

.la-ball-spin-clockwise-fade>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 100%;
    -webkit-animation: ball-spin-clockwise-fade 1s infinite linear;
    -moz-animation: ball-spin-clockwise-fade 1s infinite linear;
    -o-animation: ball-spin-clockwise-fade 1s infinite linear;
    animation: ball-spin-clockwise-fade 1s infinite linear;
}

.la-ball-spin-clockwise-fade.r2>div {
    -webkit-animation: ball-spin-clockwise-fade2 1s infinite linear;
    -moz-animation: ball-spin-clockwise-fade2 1s infinite linear;
    -o-animation: ball-spin-clockwise-fade2 1s infinite linear;
    animation: ball-spin-clockwise-fade2 1s infinite linear;
}

.la-ball-spin-clockwise-fade>div:nth-child(1) {
    top: 5%;
    left: 50%;
    -webkit-animation-delay: -.875s;
    -moz-animation-delay: -.875s;
    -o-animation-delay: -.875s;
    animation-delay: -.875s;
}

.la-ball-spin-clockwise-fade>div:nth-child(2) {
    top: 18.1801948466%;
    left: 81.8198051534%;
    -webkit-animation-delay: -.75s;
    -moz-animation-delay: -.75s;
    -o-animation-delay: -.75s;
    animation-delay: -.75s;
}

.la-ball-spin-clockwise-fade>div:nth-child(3) {
    top: 50%;
    left: 95%;
    -webkit-animation-delay: -.625s;
    -moz-animation-delay: -.625s;
    -o-animation-delay: -.625s;
    animation-delay: -.625s;
}

.la-ball-spin-clockwise-fade>div:nth-child(4) {
    top: 81.8198051534%;
    left: 81.8198051534%;
    -webkit-animation-delay: -.5s;
    -moz-animation-delay: -.5s;
    -o-animation-delay: -.5s;
    animation-delay: -.5s;
}

.la-ball-spin-clockwise-fade>div:nth-child(5) {
    top: 94.9999999966%;
    left: 50.0000000005%;
    -webkit-animation-delay: -.375s;
    -moz-animation-delay: -.375s;
    -o-animation-delay: -.375s;
    animation-delay: -.375s;
}

.la-ball-spin-clockwise-fade>div:nth-child(6) {
    top: 81.8198046966%;
    left: 18.1801949248%;
    -webkit-animation-delay: -.25s;
    -moz-animation-delay: -.25s;
    -o-animation-delay: -.25s;
    animation-delay: -.25s;
}

.la-ball-spin-clockwise-fade>div:nth-child(7) {
    top: 49.9999750815%;
    left: 5.0000051215%;
    -webkit-animation-delay: -.125s;
    -moz-animation-delay: -.125s;
    -o-animation-delay: -.125s;
    animation-delay: -.125s;
}

.la-ball-spin-clockwise-fade>div:nth-child(8) {
    top: 18.179464974%;
    left: 18.1803700518%;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.la-ball-spin-clockwise-fade.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-spin-clockwise-fade.la-sm>div {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
}

.la-ball-spin-clockwise-fade.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-spin-clockwise-fade.la-2x>div {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
}

.la-ball-spin-clockwise-fade.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-spin-clockwise-fade.la-3x>div {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
}

/*
 * Animation
 */

@-webkit-keyframes ball-spin-clockwise-fade {
    50% {
        opacity: 0.25;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-spin-clockwise-fade {
    50% {
        opacity: 0.25;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes ball-spin-clockwise-fade2 {
    50% {
        opacity: 0.1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-spin-clockwise-fade2 {
    50% {
        opacity: 0.1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/* ------ */

.la-ball-clip-rotate-multiple, .la-ball-clip-rotate-multiple>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-clip-rotate-multiple {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-clip-rotate-multiple.la-dark {
    color: #333;
}

.la-ball-clip-rotate-multiple.la-gray {
    color: #eee;
}

.la-ball-clip-rotate-multiple.la-gray2 {
}

.la-ball-clip-rotate-multiple.la-gray2 div:first-child {
    border-color: transparent;
}

.la-ball-clip-rotate-multiple.la-gray2 div:last-child {
    border-color: transparent;
}

.la-ball-clip-rotate-multiple.la-gray2 div .icon-waiyuan.s-2 {
    font-size: 1.6rem;
    position: relative;
    color: #f54732;
    -webkit-text-stroke: 2px !important;
    left: -3.5px;
    top: -3.7px;
    transform-origin: center;
}

.la-ball-clip-rotate-multiple.la-gray2 div .icon-waiyuan.s-1 {
    font-size: 3.5rem;
    position: relative;
    color: #1eb6fc;
    top: -8.7px;
    left: -6.5px;
    transform-origin: center;
}

.la-ball-clip-rotate-multiple>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-clip-rotate-multiple {
    width: 32px;
    height: 32px;
}

.la-ball-clip-rotate-multiple>div {
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    border-style: solid;
    border-width: 2px;
    border-radius: 100%;
    -webkit-animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
    -moz-animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
    -o-animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
    animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
}

.la-ball-clip-rotate-multiple.r2>div {
    -webkit-animation: ball-clip-rotate-multiple-rotate 1.5s ease-in-out infinite;
    -moz-animation: ball-clip-rotate-multiple-rotate 1.5s ease-in-out infinite;
    -o-animation: ball-clip-rotate-multiple-rotate 1.5s ease-in-out infinite;
    animation: ball-clip-rotate-multiple-rotate 1.5s ease-in-out infinite;
}

.la-ball-clip-rotate-multiple>div:first-child {
    position: absolute;
    width: 32px;
    height: 32px;
    border-right-color: transparent;
    border-left-color: transparent;
}

.la-ball-clip-rotate-multiple>div:last-child {
    width: 16px;
    height: 16px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    -o-animation-direction: reverse;
    animation-direction: reverse;
}

.la-ball-clip-rotate-multiple.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-clip-rotate-multiple.la-sm>div {
    border-width: 1px;
}

.la-ball-clip-rotate-multiple.la-sm>div:first-child {
    width: 16px;
    height: 16px;
}

.la-ball-clip-rotate-multiple.la-sm>div:last-child {
    width: 8px;
    height: 8px;
}

/* -- 1.5x -- */

.la-ball-clip-rotate-multiple.la-n {
    width: 48px;
    height: 48px;
}

.la-ball-clip-rotate-multiple.la-n>div {
    border-width: 3px;
}

.la-ball-clip-rotate-multiple.la-n>div:first-child {
    width: 48px;
    height: 48px;
}

.la-ball-clip-rotate-multiple.la-n>div:last-child {
    width: 24px;
    height: 24px;
}

/* ---- */

.la-ball-clip-rotate-multiple.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-clip-rotate-multiple.la-2x>div {
    border-width: 4px;
}

.la-ball-clip-rotate-multiple.la-2x>div:first-child {
    width: 64px;
    height: 64px;
}

.la-ball-clip-rotate-multiple.la-2x>div:last-child {
    width: 32px;
    height: 32px;
}

.la-ball-clip-rotate-multiple.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-clip-rotate-multiple.la-3x>div {
    border-width: 6px;
}

.la-ball-clip-rotate-multiple.la-3x>div:first-child {
    width: 96px;
    height: 96px;
}

.la-ball-clip-rotate-multiple.la-3x>div:last-child {
    width: 48px;
    height: 48px;
}

/*
 * Animation
 */

@-webkit-keyframes ball-clip-rotate-multiple-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes ball-clip-rotate-multiple-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -moz-transform: translate(-50%, -50%) rotate(180deg);
        -o-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.fadein {
    -webkit-animation: fadein 1s ease-in-out forwards;
    -moz-animation: fadein 1s ease-in-out forwards;
    -o-animation: fadein 1s ease-in-out forwards;
    animation: fadein 1s ease-in-out forwards;
}

.fadeout {
    -webkit-animation: fadeout 1s ease-in-out forwards;
    -moz-animation: fadeout 1s ease-in-out forwards;
    -o-animation: fadeout 1s ease-in-out forwards;
    animation: fadeout 1s ease-in-out forwards;
}

@keyframes fadein {
    0% {
        transform: translate3d(0px, -180px, 0px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
    }

    100% {
        transform: translate3d(0px, -180px, 0px);
        opacity: 0;
    }
}

.ph-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.ph-item, .ph-item::after, .ph-item::before {
    box-sizing: border-box;
}

.ph-item > div {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
}

.ph-row {
    display: flex;
    flex-wrap: wrap;
}

.ph-row div {
    background-color: #f4f4f4;
}

.ph-row .big {
    height: 1.5rem;
    font-weight: bold;
    margin: 1rem 0 0.75rem;
}

.ph-row .mid {
    height: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.ph-row .sma {
    height: 1.5rem;
    margin: 0 0 0.75rem;
}

.ph-row .exsm {
    height: 0.25rem;
    margin: 1rem 0 0.75rem;
}

.ph-row .empty {
    background-color: rgba(255, 255, 255, 0);
}

.ph-item .ph-picture, .ph-row > div {
    align-self: center;
    background: #f2f2f2;
    background-image: linear-gradient(-82deg, #f2f2f2 0%, #f2f2f2 30%, #dcdcdc 50%, #f2f2f2 70%, #f2f2f2 100%);
    background-repeat: no-repeat;
    background-size: 300px 240px;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

.ph-row {
    padding-right: 1rem;
    padding-left: 1rem;
}

.ph-col-1 {
    flex: 0 0 8.33333%;
    background: none !important;
}

.ph-col-2 {
    flex: 0 0 16.66667%;
}

.ph-col-4 {
    flex: 0 0 33.33333%;
}

.ph-col-5 {
    flex: 0 0 45.83333%;
}

.ph-col-6 {
    flex: 0 0 50%;
}

.ph-col-8 {
    flex: 0 0 66.66667%;
}

.ph-col-10 {
    flex: 0 0 83.33333%;
}

.ph-col-11 {
    flex: 0 0 100%;
}

.ph-col-12 {
    flex: 0 0 100%;
}

.ph-avatar {
    position: relative;
    width: 100%;
    min-width: 60px;
    background-color: #f4f4f4;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.ph-avatar::before {
    content: " ";
    display: block;
    padding-top: 100%;
}

.ph-picture {
    width: 100%;
    height: 240px;
    background-color: #f8f8f8;
    margin-bottom: 15px;
}

@-webkit-keyframes placeholderShimmer {
    /* 0% {
    transform: translate3d(-30%, 0, 0);
  }

  100% {
    transform: translate3d(30%, 0, 0);
  } */

    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeholderShimmer {
    /* 0% {
    transform: translate3d(-30%, 0, 0);
  }

  100% {
    transform: translate3d(30%, 0, 0);
  } */

    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}
