@charset "UTF-8";
.clearfix:after, .grid:after {
    clear: both
}

.J_online {
    cursor: pointer
}

html {
    color: #000;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

q:after, q:before {
    content: ''
}

.clearfix:after, .clearfix:before, .grid:after, .grid:before {
    content: " ";
    display: table
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a, ins {
    text-decoration: none
}

body, html {
    font-family: sans-serif
}

body {
    font-size: .6rem
}

/*-----表单基础样式处理------*/
button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    outline-offset: 0;
    outline-style: none;
    outline-width: 0;
    -webkit-font-smoothing: inherit;
    background-image: none
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled], html input[disabled] {
    cursor: default
}

input, select, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
}

select, textarea {
    color: inherit;
    margin: 0;
    -webkit-writing-mode: horizontal-tb;
}

select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: 2;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    vertical-align: middle;
}

.section {
    transform: translateZ(0);
    margin-top: -1px;
    display: block;
}

.section .img {
    width: 100%;
    height: auto;
    display: block;
}

/*盒子布局*/
.m-container {
    width: 95%;
    margin: auto;
}

.xdf-toast-container {
    line-height: 17px;
    position: fixed;
    z-index: 200000 !important;
    bottom: 50px;
    left: 50%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
}

.xdf-toast-container.mui-active {
    opacity: .9;
}

.m-column {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -moz-box-align: center;
}

.m-row {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -moz-box-align: center;
}

.max-row {
    width: 100%;
}

.m-Title {
    margin: 0.2rem auto;
    font-size: 0.46rem;
}

.m-Titlemin {
    margin-bottom: 0.2rem;
    font-size: 0.38rem;
}

/*表格布局*/
.m-table {
    display: table;
    font-family: sans-serif;
    height: 100%;
    text-align: center;
    width: 100%;
}

.m-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*图片居中显示*/
.bdiv {
    float: left;
    width: 49%;
    margin: 0 2% 2% 0;
    background: white;
    outline: 1px solid #eee;
}

.bdiv:nth-child(even) {
    margin-right: 0;
}

.imgbox {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    outline: 1px solid #EEEEEE;
}

.imgbox img {
    width: 100%;
    position: absolute;
    height: auto;
}

/*清除浮动*/
.clear {
    clear: both;
}

.hidden {
    display: none;
}

/*转行类样式*/
.inline-block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.red {
    color: red;
}

/*按钮样式*/
.btn-danger {
    width: auto;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    display: inline-block;
    padding: 0.16rem 0.3rem;
    margin-bottom: 0;
    font-size: 0.4rem;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.margin_min {
    margin-top: 0.2rem;
}

.margin_max {
    margin-top: 0.4rem;
}

.font-weight {
    font-weight: 600;
}

.textOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jiugon_icon {
    font-size: 1rem !important;
    display: block;
}

.m_block {
    display: block
}

/*新表单样式**//*微信入口样式*/
#weixinpop {
    width: 100%;
    max-width: 640px;
    position: fixed;
    z-index: 99999999;
    left: 0;
    right: 0;
    top: 0;
    height: 0px;
    margin: auto;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    transition: height .3s ease;
    -webkit-transition: height .3s ease;
    font-size: 12px;
}

#weixinpop div:first-child {
    text-align: center;
    padding: 5px;
}

#weixinpop div:nth-child(2) {
    width: 58%;
    border-left: 1px solid #909090;
}

#weixinpop div:last-child {
    background: #fff;
    color: #000;
    padding: 0.1rem 0.2rem;
    border-radius: 0.08rem;
    -webkit-animation: textColor infinite 1s;
}

#weixinpop div:nth-child(2) p {
    padding: 3px 0;
    text-indent: 10px;
}

.textAnimatColor {
    background: #fff;
    color: #ff6700ad;
    -webkit-animation: textColor infinite 1s;
}

@-o-keyframes textColor {
    form {
        color: #ff6700ad;
    }
    to {
        color: red;
    }
}

@-moz-keyframes textColor {
    form {
        color: #ff6700ad;
    }
    to {
        color: red;
    }
}

@keyframes textColor {
    form {
        color: #ff6700ad;
    }
    to {
        color: red;
    }
}

/*红包样式*//*活动弹窗*/
#alertActivity {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.alertActivity {
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    display: none;
}

.showActivity {
    -webkit-transition: all ease 0.55s;
    -moz-transition: all ease 0.55s;
    -ms-transition: all ease 0.55s;
    -o-transition: all ease 0.55s;
    display: block;
    background: rgba(0, 0, 0, 0.35);
}

.contActivity {
    width: 6rem;
    height: 100%;
    position: relative;
    margin: auto;
    -webkit-transition: all ease 0.55s;
    -moz-transition: all ease 0.55s;
    -ms-transition: all ease 0.55s;
    -o-transition: all ease 0.55s;
}

.btnwap {
    position: absolute;
    bottom: 0.1rem;
    z-index: 1;
    animation: btnsize .65s infinite;
    -moz-animation: btnsize .65s infinite;
    -o-animation: btnsize .65s infinite;
    transition: 0.45s all;
    -webkit-transition: 0.45s all;
}

.check-style {
    color: red;
}

.showBtn {
    position: fixed;
    bottom: 5.2rem;
    color: white;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    text-align: center;
    z-index: 1000;
    transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 1s;
    font-size: 0.36rem;
    right: 0;
    bottom: 5rem;
}

.showBtnScale {
    animation: anshow .65s forwards;
    -moz-animation: anshow .65s forwards;
    -o-animation: anshow .65s forwards;
}

.hideBtnScale {
    transition: all 1s;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    display: none;
}

@-webkit-keyframes btnsize {
    0%, 100%, 20%, 50%, 80% {
        transition-timing-function: cubic-bezier(.31, .68, .36, .22);
        transform: scale(1);
    }
    30% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: scale(0.6);
    }
    90% {
        transform: scale(1);
    }
}

@keyframes btnsize {
    0%, 100%, 20%, 50%, 80% {
        transition-timing-function: cubic-bezier(.31, .68, .36, .22);
        transform: scale(1);
    }
    50% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: scale(0.8);
    }
    90% {
        transform: scale(1);
    }
}

@-webkit-keyframes anshow {
    0%, 100%, 20%, 50%, 80% {
        transition-timing-function: cubic-bezier(.31, .68, .36, .22);
        transform: scale(1);
    }
    30% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: scale(0.6);
    }
    90% {
        transform: scale(1);
    }
}

@keyframes anshow {
    0%, 100%, 20%, 50%, 80% {
        transition-timing-function: cubic-bezier(.31, .68, .36, .22);
        transform: scale(1);
    }
    30% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: scale(0.6);
    }
    90% {
        transform: scale(1);
    }
}

@-webkit-keyframes anhide {
    0%, 100%, 20%, 50%, 80% {
        transform: scale(0.4);
        right: 0.05rem;
        opacity: 0;
        display: none;
    }
    45% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: scale(0.7);
        opacity: .6;
    }
    55% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: scale(0.8);
        opacity: 1;
    }
    90% {
        transition-timing-function: cubic-bezier(.31, .68, .36, .22);
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes anhide {
    0%, 100%, 20%, 50%, 80% {
        transform: scale(0.4);
        right: 0.05rem;
        opacity: 0;
        display: none;
    }
    45% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: scale(0.7);
        opacity: .6;
    }
    55% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: scale(0.8);
        opacity: 1;
    }
    90% {
        transition-timing-function: cubic-bezier(.31, .68, .36, .22);
        transform: scale(0);
        opacity: 0;
    }
}

.clStyle {
    transition: all 0.5s;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

J_alertActivity span {
    right: 45%;
    position: absolute;
    color: #fff;
    background: red;
    font-size: .6rem;
    bottom: 25%;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 #FF6537;
    line-height: .5rem;
}

.flexcenter {
    position: relative;
    height: 8.2rem;
    width: 8rem;
    margin-top: -2.6rem
}

.add-form textarea {
    height: 100px
}

am-form input[type=number], .am-form input[type=search], .am-form input[type=text], .am-form input[type=password], .am-form input[type=datetime], .am-form input[type=datetime-local], .am-form input[type=date], .am-form input[type=month], .am-form input[type=time], .am-form input[type=week], .am-form input[type=email], .am-form input[type=url], .am-form input[type=tel], .am-form input[type=color], .am-form select, .am-form textarea, .am-form-field {
    display: block;
    width: 100%;
    color: #555;
    text-indent: 0.2rem;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.yf-error-tip {
    display: block;
    color: #e74c3c;
    font-size: 0.32rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: right;
}

input:focus {
    border: solid 1px #f7d7ce !important;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}

/*红包*/
.honbaoposition {
    position: relative;
}

.honbaotext {
    position: absolute;
    color: #fbce30;
    font-size: 1.4rem;
    font-family: 'microsoft yahei', arial !important;
    display: block;
    top: 55%;
    font-weight: 700;
}

.bgnewyear {
    flex: 4;
    -webkit-box-flex: 4;
    position: relative;
}

.dongtaiAnimate {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: buzz-out;
    animation-iteration-count: infinite;
    transform-origin: center bottom;
    cursor: pointer;
}

@-webkit-keyframes buzz-out {
    0%, 100%, 20%, 50%, 80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(0, -10px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -6px, 0);
    }
    90% {
        transform: translate3d(0, -2px, 0);
    }
}

@-moz-keyframes buzz-out {
    0%, 100%, 20%, 50%, 80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(0, -10px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -6px, 0);
    }
    90% {
        transform: translate3d(0, -2px, 0);
    }
}

@keyframes buzz-out {
    0%, 100%, 20%, 50%, 80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(0, -10px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -6px, 0);
    }
    90% {
        transform: translate3d(0, -2px, 0);
    }
}

.zhsm-ld {
    display: inline-block;
    animation: lingdang 1s infinite;
    -webkit-animation: lingdang 1s infinite;
    color: red;
    background-size: cover;
    font-size: 0.6rem;
}

@-webkit-keyframes lingdang {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        -webkit-transform-origin: .4rem top;
        transform-origin: .4rem top
    }
    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        -webkit-transform-origin: .4rem top;
        transform-origin: .4rem top
    }
    100% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        -webkit-transform-origin: .8rem top;
        transform-origin: .4rem top
    }
}

@keyframes lingdang {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        -webkit-transform-origin: .4rem top;
        transform-origin: .4rem top
    }
    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        -webkit-transform-origin: .2rem top;
        transform-origin: .4rem top
    }
    100% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        -webkit-transform-origin: .4rem top;
        transform-origin: .4rem top
    }
}
/*发光字样式*/
#commentAlert {
    margin: 0 0 0 8px;
    background-image:linear-gradient(to right, #f9a9a9, #f3ba52, #f5f5b9, #b6f3b6, #d4d4f7, #f5f5b9, orange, #f9a9a9, orange, #f5f5b9, #b6f3b6, #f5f5b9, orange, #f9a9a9, #b6f3b6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: commentAlert-animation 800ms infinite linear;
}
@-webkit-keyframes commentAlert-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}