﻿/* CSS Document */

* {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

body {
    font-size: 0.24rem;
    font-family: "微软雅黑";
}


/*常用*/

.a {
    border: 0px;
    text-decoration: none;
    outline: none;
}

.olw {
    overflow: hidden;
}

.olw_1 {
    overflow: scroll;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mask {
    position: fixed;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=50);
    opacity: 0.6;
    background: #000;
    width: 100%;
    z-index: 400;
}


/*主体*/

.a1 {
    background: url("../images/1.jpg");
    width: 7.5rem;
    height: 6.74rem;
    background-size: cover;
}

.a2 {
    background: url("../images/2.jpg");
    width: 7.5rem;
    height: 6.74rem;
    background-size: cover;
}

.a3 {
    background: url("../images/3.jpg");
    width: 7.5rem;
    height: 6.74rem;
    background-size: cover;
}

.a4 {
    background: url("../images/4.jpg");
    width: 7.5rem;
    height: 6.74rem;
    background-size: cover;
}


.at {
    background:url("../images/5.png");
    width: 7.5rem;
    height: 1.04rem;
    position: fixed;
    background-size: cover;
    top: 0rem;
	left: 0rem;
	z-index: 500;
}

.xz {
    background: url("../images/xz.gif");
    width: 3.62rem;
    height: 1.3rem;
    position: absolute;
    background-size: cover;
    top: 6.4rem;
    left: 1.9rem;
}
.xz2 {
    background: url("../images/xz2.gif");
    width: 3.62rem;
    height: 1.3rem;
    position: absolute;
    background-size: cover;
    top: 23.8rem;
    left: 1.9rem;
}

.aztp {
    background: url("../images/azxz.png");
    width: 5.73rem;
    height: 8.63rem;
    position: fixed;
    background-size: cover;
    top: 0rem;
    left: 1.4rem;
    z-index: 500;
}

.pgtp {
    background: url("../images/pgxz.jpg");
    width: 7.5rem;
    height: 13.34rem;
    position: fixed;
    background-size: cover;
    top: 0rem;
    z-index: 500;
}

.wz {
    width: 7.5rem;
    background-color: #222222;
    color: #9c9c9c;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.38rem;
    padding: 0.2rem 0rem;
    background-size: cover;
}

.wz p span {
    margin-right: 0.45rem;
    display: inline-block;
}


/*绑定手机*/

.bdsj_box {
    width: 7.5rem;
    height: 13.34rem;
    position: fixed;
    top: 0rem;
    left: 0rem;
}

.bdsj_bj {
    background-color: #ffffff;
    width: 6.4rem;
    height: 4.4rem;
    background-size: cover;
    display: block;
    position: relative;
    top: 5rem;
    z-index: 500;
    margin: 0 auto;
    border-radius: 0.2rem;
}

.bt {
    position: relative;
    text-align: center;
    font-size: 0.4rem;
    color: #535351;
    top: 0.26rem;
}

.wxts {
    position: relative;
    text-align: center;
    font-size: 0.36rem;
    color: #535351;
    top: 0.6rem;
    width: 5.4rem;
    margin: 0 auto;
}

.qdan {
    background-color: #ffb129;
    background-size: cover;
    position: absolute;
    width: 5.4rem;
    height: 0.64rem;
    border-radius: 0.1rem;
    top: 3.5rem;
    left: 0.44rem;
    text-decoration: none;
}

.qdan>p {
    text-align: center;
    color: #9e4201;
    font-size: 0.3rem;
    position: relative;
    top: 0.1rem;
    font-weight: bold;
}