/*二级页面*/
body{
    overflow-y: auto;
}

.content{
    background: #eae8df url(../../img/main/bg2.jpg) center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width:100%;
}

.content>div{
    background: #fff;
    height: 100%;
}


.content>div>div.title{
    height: 66px;
    width:100%;
}

.content>div>div.title p{
    background: #eae8df;
    height: 66px;
    line-height: 100px;
    padding-left: 80px;
}

.content>div>div.title p a{
    font-size: 18px;
    color: #89412e;
    text-decoration: none;
}


.content>div div.article{
    position: relative;
    background: #fff;
    width: 100%;
    border-radius:60px 60px 0 0 ;
}
.content>div div.article>div{
    padding: 60px 80px 80px 80px;
}

.content .content_left,.content .content_right{
    position: absolute;
    bottom: 0;
    display: none;
}

.qrcode{
    width: 250px;
    height: 250px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}


.qrcode p{
    margin: 20px auto;
    color: #b14f36;
}

.img_amplify{
    position: fixed;
    width: 100%;
    height:100%;
    top:0px;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.img_amplify img{
    width: auto;
    height:80%;
}

.img_amplify p{
    position: absolute;
    bottom: 2%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
}