/*  开始调查   */
#searchString:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #FFF;
    font-size: 16px;
}

#searchString::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #FFF;
    font-size: 16px;
}

#searchString:-ms-input-placeholder {
    color: #FFF;
    font-size: 16px;
}

#searchString::-webkit-input-placeholder {
    color: #FFF;
}

#searchString:-webkit-autofill,
#searchString:-webkit-autofill:hover,
#searchString:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #eee inset;
    -webkit-text-fill-color: #878787;
}

#survey-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 44px;
    margin: auto;
    z-index: -10;
    background-image: url(../img/satisfaction/bg-survey.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}

#survey-container1 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 44px;
}

#survey-container1 img {
    width: 100%;
    height: auto;
}

#survey-container1 .patient {
    position: absolute;
    width: 100%;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    bottom: -5px;
    font-weight: 700;
    color: #FFF;
    background: rgba(0, 0, 0, 0.2);
}

.satisfaction-info {
    width: 100%;
    padding: 3px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #a1a1a1;
}

.satisfaction-info-list {
    position: relative;
    width: 100%;
    padding: 3px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #a1a1a1;
    border-bottom: 1px solid #e1e1e1;
}

.satisfaction-info-list:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 9999;
    width: 100%;
}

.satisfaction-info-list .radio {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/satisfaction/radio.jpg);
    background-size: 100%;
}

.satisfaction-info-list.active .radio {
    background: url(../img/satisfaction/radio-active.jpg);
    background-size: 100%;
}

.space {
    width: 100%;
    height: 10px;
    background: #F1F1F1;
}

.survey-btn {
    -webkit-transform: translateX(-50%); /* for Chrome || Safari */
    -moz-transform: translateX(-50%); /* for Firefox */
    -ms-transform: translateX(-50%); /* for IE */
    -o-transform: translateX(-50%); /* for Opera */
    transform: translateX(-50%);
    position: fixed;
    left: 50%;
    bottom: 10%;
    width: 70%;
    height: 55px;
    border: 0;
    color: #FFF;
    border-radius: 25px;
    background: #2278dd;
}

.survey-btn .survey-btn-l {
    float: left;
    font-size: 14px;
    width: 50%;
    padding: 5px 13px 5px 19px;
}

.survey-btn .survey-btn-l .survey-btn-innerbox {
    width: 100%;
    height: 100%;
    border-right: 1px solid #FFF;
}

.survey-btn span .nurse {
    font-size: 18px;
}

.survey-btn .survey-btn-r {
    float: left;
    line-height: 55px;
    width: 48%;
    font-size: 29px;
}

@media screen and (max-width: 350px) {
    .survey-btn {
        transform: translateX(-50%);
        position: fixed;
        left: 50%;
        bottom: 59px;
        width: 75%;
        height: 55px;
        border: 0;
        color: #FFF;
        border-radius: 25px;
        background: #2278dd;
    }

    .survey-btn .survey-btn-l {
        float: left;
        font-size: 14px;
        width: 50%;
        padding: 7px 9px 5px 19px;
    }

    .survey-btn span .nurse {
        font-size: 15px;
    }

    .survey-btn .survey-btn-r {
        float: left;
        line-height: 55px;
        width: 48%;
        font-size: 24px;
    }
}

/*  选择住院or门诊   */
.in-main {
    width: 100%;
    height: auto;
    background: #FFF;
}

.in-main a {
    color: #2B2B2B;
}

.in-main .in-content {
    position: relative;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding-left: 10px;
    font-size: 15px;
    color: #2B2B2B;
}

.in-main .arrow-right {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 12px;
    height: 19px;
    background: url(../img/index/arrow-right.png) no-repeat;
    background-position: 0 0;
    background-size: 12px auto;
}

/*试卷*/
.m-l-5 {
    margin-left: 5px;
    font-weight: 400;
}

.box {
    position: absolute;
    left: 81px;
    top: 11px;
    width: 23px;
    height: 22px;
    background: url(../img/satisfaction/1.png) no-repeat 0 0;
    -webkit-background-size: 137px auto;
    background-size: 137px auto;
    display: inline-block;
}

.box0 {
    background-position: 0 0;
}

.box1 {
    background-position: -22px 0;
}

.box2 {
    background-position: -45px 0;
}

.box3 {
    background-position: -68px 0;
}

.box4 {
    background-position: -91px 0;
}

.box5 {
    background-position: -114px 0;
}

.question_title {
    padding: 12px 15px;
    font-size: 18px;
    color: #888888;
}

.paperContent .question {
    display: none;
}

.question_optionList .option {
    position: relative;
    padding: 10px 15px;
    font-size: 18px;
    color: #000000;
    background-color: #ffffff;
    border-bottom: #e5e5e5 1px solid;
}

.question_optionList .option .radio, .question_optionList .option .checkbox {
    display: block;
    position: absolute;
    left: 15px;
    top: 10px;
    width: 23px;
    height: 23px;
    margin: 0;
    vertical-align: middle;
    background: url(../img/satisfaction/radio.png) no-repeat;
    background-size: 23px;
}

.question_optionList .option .radio_selected {
    background: url(../img/satisfaction/radio_selected.png) no-repeat;
    background-size: 23px;
}

.question_optionList .option span {
    display: block;
    padding-left: 30px;
    position: relative;
    top: -2px;
}

.btnWrapper {
    position: fixed;
    left: 0;
    bottom: 15px;
    width: 100%;
}

.btnWrapper .btn {
    margin-top: 15px;
}

.btnWrapper .btn-prev, .btnWrapper .btn-complete {
    display: none;
}

.btnWrapper .btn:first-child {
    margin-top: 0;
}

#delDialog {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    z-index: 10001;
}

#delDialog img {
    display: inline-block;
    width: 100%;
    height: auto;
}

#header {
    position: fixed;
    bottom: auto;
    top: 0;
    right: auto;
    left: auto;
    z-index: 10000;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: white;
    font-size: 18px;
    text-align: center;
    background: #2278dd;
}

.chooseNurse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
}

.chooseNurse .answerPlan {
    position: fixed;
    bottom: auto;
    top: 84px;
    right: auto;
    left: auto;
    z-index: 10000;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.98);
}

.chooseNurse .answerPlan p {
    color: #000;
    display: block;
    margin: 0 10px;
    text-align: left;
    padding-top: 9px;
}

.chooseNurse .answerPlan p b {
    color: #87C14D;
    font-weight: 100;
}

.chooseNurse .answerPlan p u {
    color: #AAAAAA;
    text-decoration: none;
}

.chooseNurse .answerPlan p span {
    display: block;
    width: 66px;
    background: #40C55C;
    border-radius: 3px;
    padding: 3px;
    margin-top: -5px;
    color: #FFF;
    cursor: pointer;
    float: right;
    text-align: center;
}

.chooseNurse .searchForm {
    position: fixed;
    left: 0;
    top: 44px;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 640px;
    min-width: 300px;
    height: 40px;
    z-index: 10001;
    -webkit-transition: .1s background;
    transition: .1s background;
    /* overflow: hidden; */
    padding-right: 1%;
    background: #2278dd;
}

.chooseNurse .searchForm .form-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.chooseNurse .searchForm .form-wrapper .cancel {
    position: absolute;
    right: 4px;
    top: 0px;
    width: 42px;
    height: 40px;
    line-height: 39px;
    text-align: center;
}

.chooseNurse .searchForm .form-wrapper .cancel a {
    display: inline-block;
    width: 35px;
    height: 40px;
    color: #FFF;
    transition: .4s color;
}

.chooseNurse .searchForm .form-wrapper .search {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 10px;
}

.chooseNurse .searchForm .form-wrapper .search.search-focus {
    padding-right: 50px;
}

.chooseNurse .searchForm .form-wrapper .search .form {
    display: inline-block;
    width: 100%;
    height: 33px;
    border-radius: 4px;
    margin-top: 3px;
    overflow: hidden;
    background: #6492dd;
}

#searchString {
    display: inline-block;
    width: 89%;
    height: 100%;
    text-indent: 5px;
    color: #FFF;
    font-size: 15px;
    background: #6492dd;
}

input, select {
    -webkit-appearance: none;
    outline: none;
    border: none;
}

.chooseNurse .searchForm .form-wrapper span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: 0 0;
    margin-right: 0;
    vertical-align: middle;
}

.chooseNurse .searchForm .form-wrapper .search .sprite-icon {
    display: inline-block;
    background: url(./../img/satisfaction/search.png) no-repeat;
    background-size: 100%;
}

.orderArea {
    position: fixed;
    bottom: 0;
    right: auto;
    left: auto;
    z-index: 10000;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #B2B2B2;
    height: 45px;
    background: rgba(255, 255, 255, 1);
    filter: alpha(opacity=95);
    opacity: 0.95;
}

.orderArea p {
    margin-top: 7px;
    color: #222;
    font-size: 16px;
}

.orderArea p span {
    display: block;
    width: 60px;
    border-radius: 3px;
    padding: 3px;
    margin-top: -5px;
    border: 1px solid #ddd;
    color: #222;
    background-color: #f5f5f5;
    cursor: pointer;
    float: right;
    text-align: center;
    margin: 0 0 0 20px;
}

.orderArea .undelineStr {
    text-decoration: none;
    font-size: 12px;
    color: red;
    margin-left: 5px;
}

.orderKep {
    position: fixed;
    bottom: 0;
    top: auto;
    right: auto;
    left: auto;
    z-index: 9999;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    white-space: nowrap;
    overflow: hidden;
    overflow-y: auto;
}

.orderKep p {
    display: block;
    position: absolute;
    bottom: auto;
    top: auto;
    right: auto;
    left: 2%;
    z-index: 9999;
    width: 96%;
    height: 100%;
    margin: 0;
    padding: 88px 10px 50px 10px;
    color: #555;
    background: red;
}

.orderKep .menu-list {
    position: relative;
    padding: 120px 0 47px 0;
}

.orderKep .menu-list .list-radio {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-indent: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #262626;
}

.orderKep .menu-list .list-radio:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 9999;
    width: 100%;
}

.orderKep .menu-list .icon-wrap {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/satisfaction/radio.png);
    background-size: 100%;
}

.orderKep .icon-wrap.active {
    background: url(../img/satisfaction/radio_selected.png);
    background-size: 100%;
}

/* tip */
.msgTip {
    z-index: 10005;
}

/*住院扫码页面*/
.j-tips {
    padding: 5px 10px;
    background: #000;
    color: gold;
}

.j-tips span {
    display: inline-block;
}

.j-tips .tips-l {
    width: 12%;
}

.j-tips .tips-r {
    width: 88%;
    float: right;
    height: 46px;
}

.j-title {
    height: auto;
    padding: 5px 10px;
}

.j-form-group {
    padding-right: 50px;
    position: relative;
}

.sao {
    position: absolute;
    right: 17px;
    top: 8px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.sao img {
    width: 100%;
    height: auto;
}

/* 就诊记录 */
.medical-history-list {
    width: 100%;
    height: auto;
}

.medical-history-list .list {
    width: 100%;
    height: auto;
    padding: 0 10px;
}

.medical-history-list .list .list-item {
    position: relative;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
}

.medical-history-list .list .list-item .history-list {
    display: block;
    width: 100%;
    color: black;
    background: #FFF;
    padding: 10px 15px;
}

.medical-history-list .list .list-item .questionaire {
    position: absolute;
    top: 62px;
    right: 20px;
    padding: 5px 8px;
}

.questionaire-start {
    color: #2278DD;
    border: 1px solid #2278DD;
    border-radius: 40px;
    background-color: white;
}

.questionaire-end {
    color: #E6E6E6;
    border: 1px solid #E6E6E6;
    border-radius: 40px;
    background-color: white;
}

.isspace {
    width: 100%;
    height: 24px;
    background: #FFF;
}