﻿.pc-style .post-view {
    background: #ffffff url(../Images/postBg.jpg) center top no-repeat;
    background-size: cover;
    padding: 50px;
    margin: 20px auto;
    position: relative;
}

.pc-style .post-view-title {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 50px;
}

.pc-style .post-box {
    display: block;
    position: relative;
    width: 50%;
    margin: 0px auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.pc-style .post-box:before {
    content: "";
    display: block;
    padding-top: 141.5%;
}

.pc-style .post-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
}

.pc-style .post-box .post-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pc-style .post-box .post-bg img {
    width: 100%;
    height: 100%;
}

.pc-style .post-box .code-box {
    position: absolute;
    left: 29%;
    top: 36.7%;
    width: 42%;
    background: #ffffff;
    z-index: 10;
}

.pc-style .post-box .code-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.pc-style .post-box .code-box img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.pc-style .post-box .code-box.xiangce-code-box{
    position: absolute;
    left: 40%;
    top:auto;
    bottom: 3.5%;
    width: 20%;
    background: #ffffff;
    z-index: 10;
}


.pc-style .post-view .btn-container{
    padding-top:30px;
    text-align: center;
}
.pc-style .post-view .btn-container .btn-download{
    display: block;
    width: 4em;
    border: 1px solid #ff3e3e;
    background: #ffffff;
    border-radius: 4px;
    padding: 0px 15px;
    line-height: 30px;
    height: 30px;
    color: #ff3e3e;
    margin: 0px auto;
    font-size: 14px;
}
.mobile-style #bot{
    display: none;
}
.pc-style .CodeImgBox{
    display: none;
}
.mobile-style .post-view {
    background: #ffffff url(../Images/postBg.jpg) center top no-repeat;
    background-size: cover;
    padding: 20px;
    margin: 20px auto;
    position: relative;
}

.mobile-style .post-view-title {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}

.mobile-style .post-box {
    display: block;
    position: relative;
    width: 90%;
    margin: 0px auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    max-width: 600px;
}

.mobile-style .post-box:before {
    content: "";
    display: block;
    padding-top: 141.5%;
}

.mobile-style .post-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
}

.mobile-style .post-box .post-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mobile-style .post-box .post-bg img {
    width: 100%;
    height: 100%;
}

.mobile-style .post-box .code-box {
    position: absolute;
    left: 29%;
    top: 36.7%;
    width: 42%;
    background: #ffffff;
    z-index: 10;
}

.mobile-style .post-box .code-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.mobile-style .post-box .code-box img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.mobile-style .post-box .code-box.xiangce-code-box{
    position: absolute;
    left: 40%;
    top:auto;
    bottom: 3.5%;
    width: 20%;
    background: #ffffff;
    z-index: 10;
}


.mobile-style .post-view .btn-container{
    padding-top:20px;
    text-align: center;
}
.mobile-style .post-view .btn-container .btn-download{
    display: block;
    width: 4em;
    border: 1px solid #ff3e3e;
    background: #ffffff;
    border-radius: 4px;
    padding: 0px 15px;
    line-height: 30px;
    height: 30px;
    color: #ff3e3e;
    margin: 0px auto;
    font-size: 14px;
}
.mobile-style .CodeImgBox{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding:20px;
    background: #000000;
    z-index: 50000;
}
.mobile-style .CodeImgBox .CodeImgBoxInner img{
    width: 100%;
}
.mobile-style .CodeImgBox .DownloadTips{
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding:10px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}
.mobile-style .CodeImgBox .BtnClose{
    position: fixed;
    right: 0px;
    top: 0px;
    background: #ff3e3e;
    color: #ffffff;
    z-index: 60000;
    border-radius: 0px 0px 0px 1000px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding:0px 0px 10px 10px;
}