#cheap1 {
    position: absolute;
    
    height: 185px;
    z-index: 4;
}

#cheap2 {
    position: absolute;
    width: 170px;
    height: 127px;
    z-index: 3;
    visibility: hidden;
}

#conv1 {
    position: absolute;
    width: 420px;
    height: 0px;
    z-index: 5;
}

#conv2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 138px;
    height: 61px;
    z-index: 6;
}

#spec {
    position: absolute;
    width: 500px;
    height: 75px;
    z-index: 6;
}

#free {
    position: absolute;
    width: 500px;
    height: 130px;
    z-index: 7;

}

#apDiv1 {
    position: absolute;

    height: 138px;
    z-index: 8;
    visibility: visible;
}

#apDiv2 {
    position: absolute;

    height: 109px;
    z-index: 9;
    visibility: hidden;
}

.showvedio {
    display: block;
    width: 297px;
}

.send_mail2 {
    display: none
}

.show2 {
    display: none
}

.show4 {
    display: none
}

.send_mail {
    padding-top: 10px;
}

.fee-row {
    height: 60px; vertical-align: top;
}
.fee-cell-head {
    padding:0px; 
    width:11%;
}
.fee-cell {
    padding:0px; 
    width:89%;
}
.cam-block {
    padding-left: 0px;
    padding-bottom: 50px;
}
.ad-img-cell {
    height:160px;
    vertical-align: middle;
}

.android-btn {
    cursor: pointer; 
    border-radius: 6px; 
    border: solid #003399; 
    color: #003399;    
}
.ios-btn {
    margin-top:4px;
    border-radius: 6px; 
    border: solid #b2159f;
    color: #b2159f;
    cursor: pointer; 
}
.www-btn {
    margin-top:4px;
    border-radius: 6px; 
    border: solid #008e5e;
    color: #008e5e;
    cursor: pointer; 
}

@media (min-width:320px) and (max-width: 480px) {
    .fee-cell-head {
        padding-left:10px; 
        width:19%;
    }    
    .fee-cell {
        padding:0px; 
        width:81%;
    }    
    .cam-block {
        padding-left: 15px;
    }    
    .ad-img-cell {
        height:auto;
        padding-right:2px;
    }    
    .fee-row {
        height: auto; 
        vertical-align: top;
    }    
}

@media (max-width: 767px) {
    .send_mail {
        display: none
    }

    .show1 {
        display: none
    }

    .show3 {
        display: none
    }

    .send_mail2 {
        display: block;
        padding-top: 10px;
    }

    .show2 {
        display: block
    }

    .show4 {
        display: block
    }

    .gray16 {
        font-family: Microsoft YaHei, Arial, sans-serif;
        font-size: 16px;
        color: #333333;
    }
}

@media (max-width: 1000px) {
    .showvedio {
        display: none;
        width: 0px;
    }
    #mobileblock {
        padding-bottom: 0px !important;
    }

    #cheap1 {
        position: absolute;
        width: 100%;
        height: 185px;
        z-index: 4;
    }

    #cheap2 {
        position: absolute;
        width: 170px;
        height: 127px;
        z-index: 3;
        visibility: hidden;
    }

    #conv1 {
        position: absolute;
        width: 100%;
        height: 0px;
        z-index: 5;
    }

    #conv2 {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 138px;
        height: 61px;
        z-index: 6;
    }

    #spec {
        position: absolute;
        width: 100%;
        height: 75px;
        z-index: 6;
    }

    #free {
        position: absolute;
        width: 100%;
        height: 130px;
        z-index: 7;

    }
}

.style2 {
    color: #CC0000
}