
.main .clamp {
    position: relative;
    z-index: 99;
}

.main .clamp img {
    width: 135px;
    height: 75px;
}

.main .green-card {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.main .green-card .white-card {
    margin: 5% 5% 6%;
}

.main .white-card .bottom-card {
    background: url("../../../img/questionnaire/moblie/submit.png") top no-repeat;
    width: 100%;
    height: 137px;
}

.bottom-card .card-hint {
    padding-top: 7%;
    text-align: center;
}

.bottom-card .card-hint span {
    color: #fff;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 26px;
}

.main .white-card .top-card {
    width: 88%;
    height: 15px;
    margin: -2% 6% 0;
    background-color: #f8fffd;
    border-radius: 5px 5px 10px 10px;
    box-shadow: 0 3px 3px 0 #ccc;
}

.main .white-card .info {
    text-align: left;
    box-shadow: 0 0 8px 0 #eaeaea;
    padding: 50px 5% 20px;
    border-radius: 10px;
    background: #fff;
}

.info .form-group {
    padding-left: 3%;
    position: relative;
    margin-bottom: 25px;
}

.info .form-group .hint {
    position: absolute;
    top: 10px;
    left: -4px;
    color: #ff495c;
    font-size: 18px;
}

.form-group .form-control {
    font-size: 14px;
    padding: 0 6px;
    width: 76%;
    display: inline-block;
    margin-left: 5px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    border: 1px solid #ccc;
    height: 40px;
}

.info .form-group input::-webkit-input-placeholder {
    font-size: 14px;
}

.info .form-group input:-moz-placeholder {
    font-size: 14px;
}

.info .form-group input::-moz-placeholder {
    font-size: 14px;
}

.info .form-group input:-ms-input-placeholder {
    font-size: 14px;
}

.info .info-hint {
    text-align: center;
    font-size: 0.8em;
}

.info .submit-btn {
    margin: 15% 0 10%;
    text-align: center;
}

.info .submit-btn button {
    font-size: 1.1em;
    width: 160px;
    height: 41px;
    background: url("../../../img/questionnaire/moblie/btn.png") center no-repeat;
    border-radius: 20px;
    outline: none;
    color: #fff;
    border: none;
    letter-spacing: 4px;
}

.green-card .last-step {
    position: absolute;
    bottom: 70px;
}

.green-card .last-step button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ffae01;
    background-color: #ffae01;
    outline: none;
}

.footer {
    width: 100%;
    text-align: center;
    position: static;
    bottom: 0;
    padding: 5px 0;
}

.footer .logo img {
    width: 30px;
    margin-bottom: 2px;
}

.footer .logo span {
    color: #ccc;
}

em.error {
    font-style: normal;
    position: absolute;
    font-size: 12px;
    color: #ff495c;
    top: 41px;
    left: 63px;
}

.last-step .iconfont {
    color: #fff;
    font-size: 18px;
}

.reward-tips {
    display: none;
}
.q-options {
    padding: 0;
}