@charset "utf-8";
html {
    background: #F7F8FA !important;
}
body {
    background: #F7F8FA !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#wrap {
    position: relative;
    z-index: 10;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    font-size: 0;
    display: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    word-break: break-all;
}
.active {
    opacity: .5;
}
.ui-btn span {
    display: none !important;
}
.layui-form-select dl dd.layui-this {
    background-color: #5AB4FF;
}
.flex {
    display: flex;
    display: -webkit-flex;
}

.flex-y-center {
    align-items: center;
    -webkit-align-items: center;
}

.flex-y-top {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.flex-y-fot {
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.flex-y-base {
    align-items: baseline;
    -webkit-align-items: baseline;
}

.flex-x-left {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.flex-x-right {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.flex-x-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flex-x-center {
    justify-content: center;
    -webkit-justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.flex-shrink {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.flex-auto {
    flex: auto;
    -webkit-flex: auto;
}

.box-sizing {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.no-wrap {
    white-space: nowrap;
}

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

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

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

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.bold {
    font-weight: bold;
}

.font-size-18 {
    font-size: .18rem;
}

.font-size-20 {
    font-size: .2rem;
}

.font-size-22 {
    font-size: .22rem;
}

.font-size-24 {
    font-size: .24rem;
}

.font-size-26 {
    font-size: .26rem;
}

.font-size-28 {
    font-size: .28rem;
}

.font-size-30 {
    font-size: .3rem;
}

.font-size-32 {
    font-size: .32rem;
}

.font-size-36 {
    font-size: .36rem;
}

.font-size-38 {
    font-size: .38rem;
}

.font-size-40 {
    font-size: .4rem;
}

.font-size-48 {
    font-size: .48rem;
}

.font-size-56 {
    font-size: .56rem;
}

.font-size-64 {
    font-size: .64rem;
}

.font-size-72 {
    font-size: .72rem;
}

.line-1-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.line-2-hide{
    position: relative;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-height-10 {
    line-height: 1;
}
.line-height-11 {
    line-height: 1.1;
}

.line-height-12 {
    line-height: 1.2;
}
.line-height-13 {
    line-height: 1.3;
}
.line-height-14 {
    line-height: 1.4;
}
.line-height-15 {
    line-height: 1.5;
}
.line-height-16 {
    line-height: 1.6;
}
.line-height-17 {
    line-height: 1.7;
}
.line-height-20 {
    line-height: 2;
}

.color1 {
    color: #1D2129;
}

.color2 {
    color: #C9CDD4;
}

.color3 {
    color: #35B84A;
}

.color4 {
    color: #9A9AA3;
}

.color5 {
    color: #F28932;
}

.color6 {
    color: #fff;
}

.color7 {
    color: #29D350;
}

.color8{
    color: #272E3B;
}

.color9{
    color: #4E5969;
}

.color10{
    color: #A9AEB8;
}
.color11{
    color: #848E9A;
}
.color12{
    color: #FF7732;
}
.color13{
    color: #2E77FF;
}
.color14{
    color: #FF562F;
}
.color15{
    color: #9F7C73;
}
.color16{
    color: #EF250A;
}
.color17{
    color: #5EDE7B;
}
.color18{
    color: #C8C9CC;
}
.color19{
    color: #323233;
}
.color20{
    color: #FF627C;
}
.color21{
    color: #5E6167;
}
.color22{
    color: #19B33C;
}
.color23{
    color: #655010;
}
.color24{
    color:#6C3B0C;
}
.color25{
    color:#FF762D;
}
.color26{
    color:#1DAE40;
}
.color27{
    color:#4E9F5B;
}
.color28{
    color:#38C24E;
}
.color29{
    color:#000;
}
.color30{
    color: #20522B;
}
.color31{
    color: #6B7785;
}
.color32{
    color: #7CA986;
}
.user-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.pointer{
    cursor: pointer;
}
.break-all {
    word-break: break-all;
}
#tabbar{
    width: 100%;
    height: 1rem;
    background: #fff;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 .06rem rgba(0,0,0,.04);
}
#tabbar a{
    width: 25%;
    height: 1rem;
    color: #C9CDD4;
    position: relative;
}
#tabbar a img{
    width: .48rem;
    height: .48rem;
    margin: 0 auto .06rem auto;
    object-fit: cover;
}
#tabbar a.on{
    color: #29D350;
}
#tabbar a .sum{
    font-family:"黑体";
    height: .26rem;
    background: #FF3131;
    border-radius: .13rem;
    padding: 0 .06rem;
    position: absolute;
    z-index: 20;
    left: 50%;
    top: .1rem;
}
#gotop{
    width: 1rem;
    height: 1rem;
    background: url(../images/gotop.png) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: 200;
    right: .1rem;
    bottom: 2.4rem;
    border-radius: 50%;
    display: none;
}
#goback{
    width: 100%;
    height: .88rem;
    background: #fff;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    box-shadow: 0 0 .06rem rgba(0,0,0,.04);
}
#goback .title{
    margin: 0 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 10;
    height: .88rem;
    line-height: .88rem;
}
#goback .goback_icon{
    width: .48rem;
    height: .48rem;
    padding: .2rem .16rem;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
}