.down-box {
    height: 482px;
    width: 695px;
}

.down-box-pic {
    width: 227px;
    height: 454px;
    border-radius: 35px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.15);
}

.down-btn-1{
    width: 115px;
    height: 50px;
    background: #333333;
    /*border-radius: 25px;*/
    font-size: 16px;
    font-family: OPPOSans-B;
    font-weight: 400;
    color: #ffffff;
    border: none;
}

.down-btn-2{
    width: 145px;
    height: 50px;
    background: #333333;
    /*border-radius: 25px;*/
    font-size: 16px;
    font-family: OPPOSans-B;
    font-weight: 400;
    color: #ffffff;
    border: none;
}
.down-btn-3{
    width: 135px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #333333;
    /*border-radius: 26px;*/
    font-size: 16px;
    font-family: OPPOSans-B;
    font-weight: 400;
    color: #303033;
}

.down-box-title{
    height: 28px;
    font-size: 28px;
    font-family: OPPOSans-B;
    font-weight: normal;
    color: #303032;
}

.down-box-info{
    height: 17px;
    font-size: 16px;
    font-family: OPPOSans-R;
    font-weight: normal;
    color: #8e8e92;
}