@charset "utf-8";
body {
    font-family: '微软雅黑', Microsoft YaHei;
    background: #fff;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    border: 0 none;
    -webkit-tap-highlight-color: raba(0, 0, 0, 0);
}

#top {
    position: fixed;
    top: 0;
    z-index: 50;
    height: 36px;
    width: 100%;
    background: url(../images/top.png) repeat-x;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}

#top h2 {
    margin: 0 52px;
    text-align: center;
    font-size: 16px;
}

.goBack {
    position: absolute;
    top: -14;
    left: 0;
    background: url(../images/xiayibu.png) 10px 12px no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 24px;
    height: 50px;
}

.content {
    width: 100%;
    margin-top: 46px;
}

.content img {
    max-width: 100%;
}

.content .main {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.content .try {
    width: 80px;
    margin: 15px auto;
    background-color: #be0a0a;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.content .bj .title {
    margin: 0 auto;
    margin-top: 20%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    width: 80%;
}

.content .main .con {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    width: 70%;
    margin: 0 auto;
    margin-top: 5%;
}

.content .main .zd-but {
    margin-bottom: 0px;
    text-align: center;
}

.content .main .zd-but span {
    padding: 10px 30px;
    color: #fff;
    background-color: #9b792b;
    background-color: rgba(0, 0, 0, 0.5);
}

.content .sub_sex {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 5%;
    overflow: hidden;
}

.content .sub_sex span {
    display: block;
    width: 48%;
    background-color: #d2d2d2;
    color: #000;
    text-align: center;
    line-height: 30px;
}

.content .sub_sex .on {
    background-color: #a40000;
    color: #fff;
}

.content .timu {
    margin-top: 100px;
    color: #fff;
    font-size: 16px;
}

.content .timu .list {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 10px;
    line-height: 2;
    display: none;
}

.content .timu .list .tm {
    margin-bottom: 10px;
}

.content .timu .list .tm span {
    padding: 3px 8px;
    background-color: #c00d0d;
    margin-right: 5px;
}

.content .timu .list .hd ul li {
    background-color: #d3af59;
    background-color: rgba(0, 0, 0, 0.2);
    width: 96%;
    padding: 2%;
    margin-bottom: 5px;
    border-radius: 14px;
}

.content .main .duice-title {
    border-bottom: 1px solid #a70000;
    margin-top: 30px;
    height: 30px;
    position: relative;
}

.content .main .duice-title span {
    padding: 0px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #a70000;
}

.content .main .rq {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    line-height: 2;
}

.content .zd-footer {
    margin: 0 auto;
    margin-bottom: 46px;
    text-align: center;
    width: 70%;
}

#backHome {
    position: fixed;
    bottom: 0;
    z-index: 50;
    height: 40px;
    width: 100%;
    background: url(../images/bottom_bj.jpg) repeat-x;
    color: #fff;
    line-height: 40px;
    font-size: 12px;
}

#backHome .b_left {
    float: left;
    height: 40px;
    overflow: hidden;
    margin-left: 5px;
    width: 170px;
}

#backHome .b_right {
    float: right;
    height: 40px;
    overflow: hidden;
    margin-right: 5px;
    text-align: right;
    width: 130px;
}

#backHome .b_pre {
    background: url(../images/pre.jpg) no-repeat;
}

#backHome .b_next {
    background: url(../images/next.jpg) no-repeat;
}

#backHome em {
    color: white;
    display: block;
    float: left;
    width: 60px;
    height: 40px;
    padding-left: 15px;
}

#backHome .b_right em {
    background: url(../images/kuang.jpg) no-repeat;
    padding-left: 0;
    margin-left: 10px;
    text-align: center;
    width: 53px;
}

.share {
    margin: 0 auto 20px;
    width: 90%;
    overflow: hidden;
}

.share img {
    vertical-align: top;
    width: 25px;
}

#cover {
    background-color: #000000;
    display: none;
    left: 0;
    opacity: 0.7;
    position: fixed;;
    top: 0;
    z-index: 8888;
}

.share button {
    border-radius: 3px;
    text-align: center;
    width: 100%;
}

.share .button {
    background-color: #E8E8E8;
    background-image: linear-gradient(to top, #DBDBDB, #F4F4F4);
    border: 1px solid #ADADAB;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45), 0 1px 1px #EFEFEF inset;
    color: #000000;
    font-size: 14px;
    padding: 5px 0;
    text-shadow: 0.5px 0.5px 1px #FFFFFF;
    line-height: 25px;
}

.share .button:active {
    background-color: #DEDEDE;
    background-image: linear-gradient(to top, #CACACA, #E0E0E0);
}

#guide, #guide2, #guide3 {
    display: none;
    position: fixed;
    z-index: 9999;
}

#guide {
    right: 18px;
    top: 5px;
}

#guide img {
    height: 180px;
    width: 260px;
}

.f {
    position: relative;
}

.z {
    position: absolute;
    top: 70%;
    right: 25%;
    width: 50%;
    height: 33%;
}