body {
  padding: 0px;
  font: 16px "Lucida Grande", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100% !important;
}

a {
  color: #00B7FF;
}


html, body, #certify, .view{
    height: 100%;
}

#certify {
    display:none;
}
#certify .weui-msg{
    padding-top: 20px;
}
#certify .weui-msg__desc {
    font-size: .3rem;
    margin-bottom: 5px;
    text-align: left;
}
#certify .indent {
    text-indent: .6rem;
}
#certify .weui-msg__text-area{
    padding: 20;
}
#certify ol.weui-msg__desc{
    margin-left: .3rem;
}
#certify p.weui-btn-area{
    text-indent: 0;
}
#certify .centerContainer{
    width: 720px;
    margin-left: 50%;
    transform: translateX(-50%);
}

#questionnaire .top h3 {
    font-weight: 400;
    text-align: center;
    color: black;
}
#questionnaire .top p {
    color:#999;
    font-size: 0.28rem;
    text-indent: 0.4rem;
    margin 0 0.3rem;
}

.swiper{
    width: 100%;
    height: 100%;
}


#question .weui-cell__bd:hover {
    color: blue;
    border: 1px solid yellow;
}

@media screen{
    body{
        max-width: 720px;
        margin: 0 auto;
    }
}
