.paidui03 .paidui3_content{
    width: 100%;
    height: 512px;
    background: url('../images/paidui03_2.jpg') no-repeat center;
    text-align: center;
    padding-top: 400px;
    position: relative;
}

.paidui3_content .pdpaidui_p1{
    font-size: 34px;
    color: #333;
}

.paidui3_content .pdpaidui_p2{
    font-size: 26px;
    color: #666;
    font-weight: lighter;
    margin-top: 10px;
}

.paidui3_content .btn_box{
    width: 426px;
    margin: 20px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paidui3_content .btn_box .android{
    cursor: pointer;
}

.paidui3_content .btn_box .ios{
    cursor: pointer;
}

.paidui3_content .android_eqcode{
    position: absolute;
    left: 130px;
    bottom: 300px;
    width: 190px;
    height: 190px;
    border: solid 1px #ccc;
    overflow: hidden;
    display: none;
}

.paidui3_content .ios_eqcode{
    position: absolute;
    right: 120px;
    bottom: 300px;
    width: 190px;
    height: 190px;
    border: solid 1px #ccc;
    overflow: hidden;
    display: none;
}