@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font-size: 12px;
    color: #393939;
    _overflow: hidden;
    overflow-x: hidden;
    background: #fff;
    width: 100%;
    *cursor: default;
}

body, ol, table, tr, td, ul, li, dt, dd, dl, h1, h2, h3, h4, h5, h6, form, input, select, textarea, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

li {
    list-style-type: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    outline: none;
}

/*-------this-a-list---------*/

a, time {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    background-color: transparent;
}

a {
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a:active, a:hover {
    text-decoration: none
}

a, area, a:active {
    text-decoration: none;
    outline: none;
    background-color: transparent;
}

:focus {
    -moz-outline-style: none;
}

input {
    -webkit-appearance: none !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/*------- input--outline--middle---------*/

/*input, button, select, textarea{ outline:none}*/

input, select, textarea, button {
    vertical-align: middle
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

/*----- tabless///-----*/

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

caption {
    display: none;
}

/*----- clearfix///-----*/

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

/*----- dis///-----*/

.clear {
    clear: both;
}

.disno {
    display: none;
}

.disbk {
    display: block;
}

.distb {
    display: table;
}

/*----- 文字两侧对齐///-----*/

.justify {
    text-align: justify;
    text-justify: distribute-all-lines;
    /*ie6-8*/
    text-align-last: justify;
    /* ie9*/
    -moz-text-align-last: justify;
    /*ff*/
    -webkit-text-align-last: justify;
    /*chrome 20+*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .justify:after {
        position: absolute;
        content: ".";
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: 0;
    }
}

/*----- 超出省略号///-----*/

.toe {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapper {
    width: 100%;
 
    margin: 0 auto;
    overflow: hidden;
}

.wrapper img {
    display: block;
    width: 100%;
}

.wl_blank {
    width: 100%;
    height: 0.1rem;
    background-color: #efeff9;
}

/******************************************************************common/////**********************************************************************/

/* 阴影 */

.mark {
   
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    left: 0;
    top: 0;
    z-index: 100;
}


.van-toast--html, .van-toast--text{
    z-index:1000000 !important;
}
.van-toast{
    z-index:1000000 !important;
}

.music_img {
    position: fixed;
    right: 0.07rem;
    top: 0.07rem;
    width: 0.6rem;
    height: 0.6rem;
	z-index:70;
}
.music_img{
	animation: 2s xuanzhuan linear infinite;
}
.music_img img{
	display:block;
	width:100%
}
.music_img.pause{
	animation:none;
}



.discuss {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    width: 80%;
    background-color: #fff4d9;
    border-radius: 0.1rem;
    z-index: 1000;
}

.discuss .discussCon {
    width: 90%;
    margin: 0 auto;
    padding: 0.4rem 0;
    position: relative;
}

.discuss .discussCon #userpl {
    display: block;
    width: 95%;
    height: 3rem;
    border: 0.01rem solid #a9261e;
    outline: none;
    border-radius: 0.05rem;
    padding: 0.1rem;
    margin: 0 auto;
    background-color: transparent;
    font-size: 0.3rem;
}

.discuss .discussCon .weui_textarea_counter {
    position: absolute;
    bottom: 0.3rem;
    right: 0.1rem;
    font-size: 0.12rem;
}


.tijiao {
    width: 2.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #a9261e;
    margin: 0rem auto 0.2rem;
    text-align: center;
    font-size: 0.26rem;
    color: #fff;
    border-radius: 20px;
}

.tijiao span {
    display: block;
    width: 100%;
}


.jxgz{
    position: fixed;
    width: 1.2rem;
    right: 0;
    bottom:40vh;
    z-index: 200;
}
.wyhy{ 
    position: fixed;
    width: 1.2rem;
    right: 0;
    bottom:29vh;
    z-index: 200;
}
 
.returnhome{
    position: fixed;
    width: 1.2rem;
    right: 0;
    bottom:18vh;
    z-index: 200;
}