.box-container{
    width: 100%;
    text-align: center;
}

.drop-viewer{
    width: 430px;
    height: 57px;
    background: linear-gradient(to right, #ffec99,#f9cc02);
    margin: 20px auto;
}

.show{
    display: block !important;
}

.drop-content {
    display: none;
}

.drop-l{
    width: 80px;
    height: 57px;
    line-height: 72px;
    text-align: center;
    padding-left: 10px;
}

.drop-r{
    width: 54px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    padding-right: 10px;
}

.box-tips{
    margin-top: 15px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #272f38;
    text-align: center;
    width: 100%;
}

.box-btn{
    font-size: 24px;
    font-weight: 600;
    color: #272f38;
    text-align: center;
    width: 100%;
    text-decoration:underline;
    padding: 15px 0;
}

.msg-box {
    display: none;
}
