html {
    height: 100%;
}

body {
    height: 100%;
}

.content {
    height: 100%;
    background: url("../../../img/questionnaire/moblie/bg.png") top repeat-x;
}

.main {
    height: 100%;
    /*padding-bottom: 34px;*/
    min-height: 400px;
    /*padding-top: 30px;*/
}

.question-info {
    overflow: hidden;
    padding-top: 30px;
}

.question-box {
    border: 1px solid #CDCDCD;
    margin: 0 auto;
    width: 90%;
    border-radius: 5px;
}

.user-info {
    display: none;
}

#questionList {
    overflow: hidden;
    min-height: 500px;
    background: #fff;
}

/*.swiper-pagination-progressbar {*/
/*background: #ededed;*/
/*}*/

/*.swiper-container {*/
/*height: 95%;*/
/*}*/

/*.swiper-container-horizontal > .swiper-pagination-progressbar {*/
/*width: 84%;*/
/*height: 0.4em;*/
/*left: 8%;*/
/*right: 8%;*/
/*top: 99%;*/
/*bottom: 2%;*/
/*border-radius: 5px;*/
/*}*/

/*.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {*/
/*background-color: #278CF4;*/
/*}*/

/*.swiper-wrapper {*/
/*margin-top: 9%;*/
/*height: 95%;*/
/*}*/

/*.swiper-slide {*/
/*!*width: 316px;*!*/
/*!*height: 100%;*!*/
/*}*/

/*.question-info .white-card {*/
/*!*width: 90%;*!*/
/*!*margin: 0 auto;*!*/
/*!*height: 95%;*!*/
/*background-color: #fff;*/
/*!*border: 1px solid #f1f1f1;*!*/
/*!*border-radius: 5px;*!*/
/*overflow-y: auto;*/
/*}*/

.item .prop {
    font-size: 1.1em;
    font-weight: bold;
    padding: 6% 4%;
    /*text-align: justify;*/
    background: #F7F5FB;
}

/*.item .type span.must-sign {*/
/*color: #ff495c;*/
/*}*/

/*.item .gray-card {*/
/*!*margin: 0 5% 1%;*!*/
/*!*background-color: #fafafa;*!*/
/*!*border-radius: 5px;*!*/
/*padding: 4% 4% 6%;*/
/*!*min-height: 15em;*!*/
/*}*/

.item .question {
    /*margin: 0 7px;*/
    padding-bottom: 5%;
    background: #fff;
    position: relative;
}

.item .option {
    padding: 10px 5px 0px 15px;
    position: relative;
}

.item .option label {
    font-size: 1.1em;
    font-weight: normal;
    /*margin-left: 3px;*/
    margin-bottom: 0;
}

.disabled-radio, .disabled-checkbox {
    display: none;
}

.disabled-radio + span {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #cacece;
    border-radius: 50px;
    position: relative;
    width: 14px;
    height: 14px;
    top: 3px;
}

.disabled-radio:checked + span:after {
    content: ' ';
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top: 2px;
    background: #35A7FC;
    left: 2px;
    font-size: 32px;
}

.disabled-checkbox ~ svg {
    font-size: 18px;
}

.disabled-checkbox:not(:checked) ~ .icon-check-yes, .disabled-checkbox:checked ~ .icon-check-no {
    display: none;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.disabled-radio:checked + span + .radio-select {
    color: #35A7FC;
}

.item .gray-card .question-item .import {
    background-color: transparent;
    width: 58%;
    display: inline;
    border-width: 0 0 1px 0;
    border-color: #808080;
    outline: none;
    border-radius: 0;
}

.item .gray-card .question-item input::-webkit-input-placeholder {
    font-size: 14px;
    color: #b5b5b5;
}

.item .gray-card .question-item input:-moz-placeholder {
    font-size: 14px;
    color: #b5b5b5;
}

.item .gray-card .question-item input::-moz-placeholder {
    font-size: 14px;
    color: #b5b5b5;
}

.item .gray-card .question-item input:-ms-input-placeholder {
    font-size: 14px;
    color: #b5b5b5;
}

.white-card .slide-hint {
    text-align: center;
    margin-top: -7%;
    width: 90%;
    position: absolute;
}

.white-card .slide-hint span {
    color: #FF7A56;
    font-size: 1em;
}

.white-card .fill-hint {
    text-align: center;
}

.white-card .type-fill {
    font-size: 1.2em;
}

.white-card .fill-hint span {
    color: #ff495c;
    font-size: 1.2em;
}

.item .question-item textarea {
    width: 90%;
    margin: 0 5%;
    border: 1px solid #dbdbdb;
    background-color: #fafafa;
    resize: none;
    outline: none;
}

.item .question-item {
    position: relative;
}

.item .question-item .number {
    position: absolute;
    bottom: -14px;
    right: 14px;
}

.question-item .answer {
    padding-left: 5%;
}

/*.question-item .answer label {*/
/*margin-bottom: 4px;*/
/*}*/

.item select {
    width: 88%;
    height: 40px;
    margin: 5% 4% 6%;
    background-color: #fafafa;
    padding-left: 5%;
    outline: none;

}

.ladder {
    height: 5%;
    margin-top: -2%;
}

@media screen and (max-width: 360px) {
    .mobile .ladder {
        margin-top: -0.1%;
    }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
    .mobile .ladder {
        margin-top: -2%;
    }
}

@media screen and (min-width: 414px) {
    .mobile .ladder {
        margin-top: -1%;
    }
}

.top {
    margin: 0 7%;
    width: 86%;
    height: 53%;
    border: 1px solid #d7d7d7;
    border-radius: 0 0 5px 5px;
    background-color: #f9f9f9;
    box-shadow: 0 0 8px 0 #ccc;
}

.bottom {
    margin: 0 9%;
    width: 82%;
    height: 47%;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d7d7d7;
    border-radius: 0 0 5px 5px;
    background-color: #f5f5f5;
    box-shadow: 0 0 8px 0 #ccc;
}

.footer {
    text-align: center;
    width: 100%;
    height: 200px;
    margin-top: -90px;
    position: static;
}

.footer .logo {
    padding-top: 120px;
}

.footer img {
    width: 30px;
    height: 35px;
}

.footer p {
    color: #ccc;
}

.sub-option {
    /*margin-right: 15px;*/
}

.linkage-sub-question {
    margin-bottom: 15px !important;
}

.question[data-type="4"] input[type=text] {
    display: block;
    border-width: 0 0 1px 0;
    border-color: #000;
    padding-left: 5px;
    outline: none;
    width: 93%;
    border-radius: 0;
    font-size: 1em;
    font-weight: normal;
}

input:focus {
    outline-offset: 0;
}

.platform-name {
    line-height: 34px;
    text-align: center;
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    font-size: 12px;
    /*margin-top: 10px;*/
    paddind-bottom: 10px;
}

.left-tip {
    -webkit-animation: leftTip 1.5s infinite;
    -o-animation: leftTip 1.5s infinite;
    animation: leftTip 1.5s infinite;
    position: absolute;
    bottom: 25px;
    display: none;
    text-align: center;
}

.left-tip i {
    color: #278CF4;
}

@-webkit-keyframes leftTip { /*透明度由0到1*/
    0% {
        opacity: 0; /*透明度为0*/
    }
    25% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.3; /*透明度为1*/
    }
    75% {
        opacity: 0.3; /*透明度为1*/
    }
    100% {
        opacity: 0; /*透明度为1*/
    }
    from {
        right: 0;
    }
    to {
        right: 15%;
    }
}

/**/
.submit-btn {
    padding: 15% 0 10%;
    text-align: center;
}

#finishBtn {
    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;
}

.error, .option.error input[type=radio][value='0'] + label + label, .error input:checked + label + label {
    color: #ff495c!important;
}

/**/
.item {
    background: #fff;
}

.logic-hide {
    display: none;
}

/*单选复选样式*/
input + label,
input + label + label {
    cursor: pointer;
}

input + label + label {
    margin-left: 20px;
    max-width: 93%;
    word-break: break-all;
}

input:checked + label + label {
    color: #29c0ff;
}

input[type=radio], input[type=checkbox] {
    display: none;
}

input[type=radio] + label {
    background-color: #ffffff;
    border: 1px solid #cacece;
    border-radius: 50px;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 14px;
}

input[type=radio]:checked + label:after {
    content: ' ';
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top: 2px;
    background: #29c0ff;
    left: 2px;
}

input[type=checkbox] + label {
    background-color: #ffffff;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 11px;
    /* right: 2px; */
}

input[type=checkbox] + label svg {
    width: 18px;
    height: 18px;
}

input[type=checkbox] + label svg.icon-check-yes {
    display: none;
}

.disabled-radio ~ svg {
    font-size: 16px;
}

.disabled-radio:not(:checked) ~ .icon-check-yes, .disabled-radio:checked ~ .icon-check-no {
    display: none;
}

/**/
.item .type {
    font-size: 0.7em;
}

.item .input-other {
    background-color: transparent;
    width: 58%;
    display: inline;
    border-width: 0 0 1px 0;
    border-color: #808080;
    outline: none;
    border-radius: 0;
    margin-left: 3px;
}

.item .filling-input {
    width: 100%;
    border-width: 0 0 1px 0;
    border-color: #808080;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    margin: 10px 0;
}

.item .answer-textarea {
    width: 90%;
    margin: 15px 5%;
    border: 1px solid #dbdbdb;
    background-color: #fafafa;
    resize: none;
    outline: none;
}

.item .number {
    position: absolute;
    bottom: 35px;
    right: 25px;
}

.item .question-item {
    margin: 15px 5px 0 15px;
}

.item .option-question-number {
    font-size: 1.1em;
}

.item .answer {
    font-size: 1.0em;
}

.item .sub-option {
    font-weight: normal;
    margin-bottom: 10px;
    width: 100%;
}

.type-right {
    margin-left: 5px;
}
