body,
div,
ul,
ol,
li,
form,
input,
textarea,
p {
    margin: 0;
    padding: 0;
    font-family: Apple LiGothic Medium, SimHei, Geneva, Arial, Helvetica, sans-serif;
}

body {
    background-color: #FFF;
    color: #000;
    font-family: Apple LiGothic Medium, SimHei, Geneva, Arial, Helvetica, sans-serif;
}

li {
    list-style: none;
}

.width_92 {
    width: 92%;
    margin: 0 auto;
}

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

a {
    text-decoration: none;
}

a:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 天天一元提现*/
.top {
    position: fixed;
    top: 0;
    z-index: 101;
    width: 100%;
   
}
.hw{
    padding: .15rem 0;
    text-align: center;
    color: #A15900;
    font-size: .2rem;
	background-color: rgba(255, 220, 186, 0.8);
}
.fx-xz {
    display: table;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
	background-color: rgba(0, 0, 0, 0.8);
}

.fx-xz .logo {
    width: .73rem;
    height: .73rem;
    vertical-align: middle;
    display: table-cell;
    padding-left: .25rem;
}

.fx-xz .logo img {
    width: .73rem;
    height: .73rem;
    display: block;
}

.fx-xz .text {
    color: #fff;
    line-height: .25rem;
    display: table-cell;
    vertical-align: middle;
    padding-left: .2rem;
}

.fx-xz .text h2 {
    font-size: .3rem;
    margin: 0 auto;
}

.fx-xz .text span {
    font-size: .48rem;
    color: #b8b8b8;
}

.fx-xz .button {
    vertical-align: middle;
    display: table-cell;
    width: 1.67rem;
    height: .56rem;
    padding-right: .3rem;
}

.fx-xz .button img {
    width: 1.67rem;
    height: .56rem;
    display: block;
}

.fx-bg {
    width: 100%;
    height: auto;
    background: #ffdcba;
}

.fx-bg img {
    width: 100%;
    height: auto;
}

.fx-bg .button {
    width: 3.66rem;
    height: 1.21rem;
    display: block;
    margin: -2.2rem auto .99rem auto;
}

.fx-bg .button img {
    width: 3.66rem;
    height: 1.21rem;
    -webkit-animation: H5-open 1.2s infinite ease-in-out;
    animation: H5-open 1.2s infinite ease-in-out;
}

@keyframes H5-open {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.yqm {
    background: #ff685c;
    width: 5rem;
    height: .68rem;
    margin: 2.8rem 1.3rem 0;
    border-radius: 50px;
    color: #fff;
    font-size: .26rem;
    position: absolute;
    top: 0;
    z-index: 100;
    display: block;
}

.yqm .yqm-left {
    display: inline-block;
    float: left;
    line-height: .68rem;
    margin-left: .3rem;
    font-size: .28rem;
    font-weight: bold;
}

.yqm .yqm-right {
    display: inline-block;
    float: right;
    background: url("https://dysw.xiawanzhuan.com/images/copy.png") no-repeat;
    background-size: 100%;
    color: #fff;
    width: 2.5rem;
    height: .69rem;
    line-height: .69rem;
    text-align: center;
    -webkit-animation: H5-open 1s infinite ease-in-out;
    animation: H5-open 1s infinite ease-in-out;
}

@keyframes H5-open {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}