@charset "utf-8";

.banner {
    width: 100%;
    background: url(../images/interactive-zone-bg.jpg) no-repeat center center;
}

label {
    margin-bottom: 0;   
    color: #6c5743;
}

.err {
    font-size: 14px;
}

.satisfaction-survey .survey-info form div .err {
    color: #ff7618;
}

.message form div .err {
    color: #ff7618;
}

.message .feedback .err {
    color: #ff7618;
}

.sub-btn .err {
    color: #ff7618;
}

.questionnaire-list ul li div p {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    background-image: url(../images/option.png);
}

.questionnaire-list ul li div p input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.questionnaire-list ul li div {
    margin-bottom: 10px;
}

.questionnaire-list ul li div span {
    font-size: 14px;
}

.questionnaire-list ul li div p em {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    background-image: url(../images/select.png);
}

input[type="radio"] + em {
    opacity: 0;
}

input[type="radio"]:checked + em {
    opacity: 1;
}

.mask {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.mask .tips {
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 175px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border-radius: 10px;
}

.mask .tips p {
    margin-top: 40px;
    color: #000;
}

.mask .tips .know-btn {
    margin-top: 30px;
    width: 120px;
    height: 40px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(45deg, #ff7618, #ffa54e);
    border-radius: 6px;
}

.satisfaction-survey .sub-btn a:hover {
    color: #fff;
}

@media (min-width: 1025px){
    .banner {
        height: 397px;
    }

    .news-section {
        padding: 1px 0 1px;
        background-color: #f9f9f9;
    }

    .interactive-switch {
        margin: -60px auto 0;
        width: 1200px;
        background-color: #fff;
        box-shadow: 0 15px 15px -10px #e3e3e3;
    }

    .interactive-switch li {
        box-sizing: border-box;
        width: 600px;
        height: 110px;
        cursor: pointer;
        text-align: center;
    }

    .interactive-switch li a {
        width: inherit;
        height: inherit;
    }

    .interactive-switch .active:after {
        position: absolute;
        left: 50%;
        bottom: -11px;
        display: block;
        content: '';
        clear: both;
        width: 0;
        height: 0;
        border-right: 11px solid transparent;
        border-left: 11px solid transparent;
        border-top: 11px solid #ff7618;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .interactive-switch .active {
        background-image: url(../images/a-half.jpg);
        box-shadow: 0 15px 15px -15px #af8466; 
    }

    .interactive-switch li i {
        margin: 23px auto 8px;
        background: url(../images/icon-bg.png) no-repeat;
    }

    .interactive-switch .questionnaire-investigation i {
        width: 34px;
        height: 37px;
        background-position: -549px -11px;
    }

    .interactive-switch .questionnaire-investigation.active i {
        background-position: -549px -54px;
    }

    .interactive-switch .feedback-message i {
        width: 38px;
        height: 38px;
        background-position: -594px -11px;
    }

    .interactive-switch .feedback-message.active i {
        background-position: -594px -54px;
    }

    .interactive-switch li span {
        font-size: 14px;
    }

    .interactive-switch .active span {
        color: #fff;
    }

    .satisfaction-survey {
        margin: 50px auto;
        width: 1200px;
        background-color: #fff;
    }

    .satisfaction-survey .survey-info {
        padding-top: 1px;
        width: inherit;
        height: 165px;
        background: linear-gradient(#ffac5c, #fada9f);
        box-shadow: 0 0 25px 0 #ededed;
    }

    .satisfaction-survey .survey-info p {
        margin-top: 35px;
        text-align: center;
        font-size: 16px;
        color: #905317;
    }

    .satisfaction-survey .survey-info p i {
        margin-right: 2px;
        vertical-align: -3px;
        width: 18px;
        height: 16px;
        background-image: url(../images/ring-prompt.png);
    }

    .satisfaction-survey .survey-info form {
        margin-top: 30px;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -o-box;
        display: box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -o-flexbox;
        display: flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around;
    }

    .satisfaction-survey .survey-info form div label {
        width: 70px;
        font-size: 14px;
    }

    .satisfaction-survey .survey-info form div input {
        outline: none;
        padding: 10px;
        width: 255px;
        height: 40px;
        border: 1px solid #e2e2e2;
        font-size: 14px;
    }

    .satisfaction-survey .survey-info form div p {
        left: 75px;
        margin: 0;
        font-size: 14px;
    }

    .satisfaction-survey .survey-info form div:last-child p {
        left: 55px;
    }

    .satisfaction-survey .survey-content {
        width: inherit;
    }

    .satisfaction-survey .survey-content > p {
        width: inherit;
        height: 70px;
        background-image: url(../images/questionnaire-investigation-bg.jpg);
    }

    .satisfaction-survey .survey-content > div {
        padding-bottom: 30px;
        box-shadow: 0 0 25px 0 #ededed;
    }

    .satisfaction-survey .survey-content .questionnaire-list {
        margin: 0 auto;
        padding: 38px 156px;
        border: 1px solid #e2e2e2;
        width: 1140px;
    }

    .satisfaction-survey .survey-content .questionnaire-list .opinion textarea {
        margin-left: 10px;
        padding: 15px;
        width: 900px;
        height: 200px;
        outline: none;
        resize: none;
        border: 1px solid #e2e2e2;
        font-size: 14px;
    }

    .satisfaction-survey .survey-content div h2 {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .satisfaction-survey .survey-content div h2 span {
        z-index: 99;
    }

    .satisfaction-survey .survey-content div h2 span:after {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: -2px;
        left: 50%;
        width: 105%;
        height: 12px;
        background-color: #ffe4d1;
        border-radius: 20px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .satisfaction-survey .survey-content div ul li {
        margin-top: 40px;
    }

    .satisfaction-survey .survey-content div ul li h3 {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .satisfaction-survey .survey-content div ul li p {
        margin: 0 10px;
        font-size: 14px;
    }

    .satisfaction-survey .survey-content div ul li p input {
        width: 18px;
        height: 18px;
    }

    .satisfaction-survey .sub-btn {
        display: block;
        margin: 30px auto 0;
        padding: 0;
    }

    .satisfaction-survey .sub-btn a {
        margin: 0 auto;
        width: 140px;
        height: 40px;
        border-radius: 20px;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        letter-spacing: 5px;
        text-align: center;
        cursor: pointer;
        background-image: linear-gradient(45deg, #ff7618, #ffa54e);
    }

    .satisfaction-survey .sub-btn .err {
        top: -30px;
        left: 50%;
        font-size: 14px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .message {
        padding: 40px 50px;
        box-shadow: 0 0 25px 0px #e3e3e3;
    }

    .message .tips {
        padding: 24px;
        width: 1100px;
        border: 1px solid #ffedea;
        background-color: #fefef3;
        text-align: center;
        font-size: 14px;
        color: #7e7e7e;
    }

    .message .tips i {
        margin-right: 2px;
        width: 49px;
        height: 23px;
        background-image: url(../images/prompt.png);
    }

    .message form {
        margin: 40px auto;
    }

    .message form {
        display: -webkit-box; 
        display: -moz-box; 
        display: -ms-box;
        display: -o-box;
        display: box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -o-flexbox;
        display: flexbox; 
        display: -webkit-flex; 
        display: -moz-flex; 
        display: -ms-flex; 
        display: -o-flex; 
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
    }

    .message form div label {
        margin: 0 10px 0 0;
        font-size: 14px;
    }

    .message form div input {
        padding: 10px;
        outline: none;
        width: 230px; 
        height: 40px;  
        border: 1px solid #e2e2e2;
        font-size: 14px;
    }

    .message form div p {
        left: 70px;
        font-size: 14px;
    }

    .message form div:last-child p {
        left: 50px;
    }

    .message h3 {
        font-size: 14px;
    }

    .message textarea {
        margin-top: 15px;
        padding: 15px;
        width: 1100px;
        height: 200px;
        outline: none;
        resize: none;
        border: 1px solid #e2e2e2;
        font-size: 14px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .banner {
        height: 200px;
        background-size: cover;
    }

    .interactive-switch {
        display: none;
    }

    .satisfaction-survey {
        padding: 20px;
    }

    .satisfaction-survey .survey-info {
        padding: 1px 20px;
        width: inherit;
        height: 150px;
        background: linear-gradient(#ffac5c, #fada9f);
        box-shadow: 0 0 25px 0 #ededed;
    }

    .satisfaction-survey .survey-info p {
        margin-top: 15px;
        font-size: 14px;
        color: #905317;
    }

    .satisfaction-survey .survey-info p i {
        margin-right: 2px;
        vertical-align: -3px;
        width: 18px;
        height: 16px;
        background-image: url(../images/ring-prompt.png);
    }

    .satisfaction-survey .survey-info form {
        margin-top: 20px;
    }

    .satisfaction-survey .survey-info form div {
        margin-right: 20px;
        font-size: 14px;
    }

    .satisfaction-survey .survey-info form div:last-child {
        margin-right: 0;
    }

    .satisfaction-survey .survey-info form div input {
        padding-left: 10px;
        width: 145px;
        height: 30px;
        outline: none;
        border: none;
    }

    .satisfaction-survey .survey-info form div p {
        left: 75px;
        margin: 0;
        font-size: 14px;
    }

    .satisfaction-survey .survey-content {
        width: inherit;
    }

    .satisfaction-survey .survey-content > p {
        width: inherit;
        height: 40px;
        background-image: url(../images/questionnaire-investigation-bg.jpg);
        background-size: cover;
    }

    .satisfaction-survey .survey-content > div {
        padding-bottom: 20px;
        box-shadow: 0 0 25px 0 #ededed;
    }

    .satisfaction-survey .survey-content .questionnaire-list {
        margin: 0 auto;
        width: 95%;
        padding: 30px 60px;
        border: 1px solid #e2e2e2;
    }

    .satisfaction-survey .survey-content .questionnaire-list .opinion textarea {
        margin-left: 10px;
        padding: 15px;
        width: 100%;
        height: 200px;
        outline: none;
        resize: none;
        border: 1px solid #e2e2e2;
        font-size: 14px;
    }

    .satisfaction-survey .survey-content div h2 {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .satisfaction-survey .survey-content div h2 span {
        z-index: 99;
    }

    .satisfaction-survey .survey-content div h2 span:after {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: -2px;
        left: 50%;
        width: 105%;
        height: 10px;
        background-color: #ffe4d1;
        border-radius: 20px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .satisfaction-survey .survey-content div ul li {
        margin-top: 20px;
    }

    .satisfaction-survey .survey-content div ul li h3 {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .satisfaction-survey .survey-content div ul li p {
        margin: 0 10px;
        font-size: 14px;
    }

    .satisfaction-survey .sub-btn {
        display: block;
        margin: 30px auto 0;
        padding: 0;
    }

    .satisfaction-survey .sub-btn a {
        margin: 0 auto;
        width: 100px;
        height: 30px;
        border-radius: 20px;
        line-height: 30px;
        font-size: 16px;
        color: #fff;
        letter-spacing: 5px;
        text-align: center;
        cursor: pointer;
        background-image: linear-gradient(45deg, #ff7618, #ffa54e);
    }

    .satisfaction-survey .sub-btn .err {
        top: -30px;
        left: 50%;
        font-size: 14px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .message .tips {
        padding: 15px;
        border: 1px solid #ffedea;
        background-color: #fefef3;
        text-align: center;
        font-size: 14px;
        color: #7e7e7e;
        text-align: left;
    }

    .message .tips i {
        vertical-align: top;
        margin-right: 2px;
        width: 49px;
        height: 23px;
        background-image: url(../images/prompt.png);
    }

    .message .tips span {
        width: 90%;
        text-align: left;
    }

    .message form {
        display: -webkit-box; 
        display: -moz-box; 
        display: -ms-box;
        display: -o-box;
        display: box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -o-flexbox;
        display: flexbox; 
        display: -webkit-flex; 
        display: -moz-flex; 
        display: -ms-flex; 
        display: -o-flex; 
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        margin: 20px auto;
    }

    .message form div label {
        margin: 0 10px 0 0;
        font-size: 14px;
    }

    .message form div input {
        padding: 5px;
        outline: none;
        width: 150px;
        border: 1px solid #e2e2e2;
        font-size: 14px;
    }

    .message form div p {
        left: 70px;
        font-size: 14px;
    }

    .message h3 {
        padding-top: 15px;
        font-size: 14px;
    }

    .message textarea {
        margin-top: 15px;
        padding: 10px;
        width: 100%;
        height: 200px;
        outline: none;
        resize: none;
        border: 1px solid #e2e2e2;
        font-size: 14px;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1200px){
    .satisfaction-survey .survey-content > p {
        height: 56px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px){
    .banner {
        height: 83px;
        background-size: cover;
    }

    .interactive-switch {
        display: none;
    }

    .satisfaction-survey {
        padding: 15px;
    }

    .satisfaction-survey .survey-info {
        padding: 1px 20px;
        width: inherit;
        background: linear-gradient(#ffac5c, #fada9f);
        box-shadow: 0 0 25px 0 #ededed;
    }

    .satisfaction-survey .survey-info p {
        margin-top: 15px;
        font-size: 14px;
        color: #905317;
        text-align: justify;
        line-height: 20px;
    }

    .satisfaction-survey .survey-info p i {
        margin-right: 2px;
        vertical-align: -3px;
        width: 18px;
        height: 16px;
        background-image: url(../images/ring-prompt.png);
    }

    .satisfaction-survey .survey-info form {
        margin-top: 15px;
        font-size: 14px;
    }

    .satisfaction-survey .survey-info form div {
        margin-bottom: 20px;
        width: 100%;
        font-size: 0;
    }

    .satisfaction-survey .survey-info form div label {
        width: 30%;
        font-size: 14px;
    }

    .satisfaction-survey .survey-info form div input {
        padding-left: 10px;
        width: 70%;
        height: 30px;
        outline: none;
        border: 1px solid #e2e2e2;
        font-size: 14px;
    }

    .satisfaction-survey .survey-info form div p {
        left: 75px;
        margin: 0;
        font-size: 14px;
    }

    .satisfaction-survey .survey-content > p {
        width: inherit;
        background-image: url(../images/questionnaire-investigation-bg.jpg);
        background-size: cover;
    }

    .satisfaction-survey .survey-content > div {
        padding-bottom: 20px;
        box-shadow: 0 0 25px 0 #ededed;
    }

    .satisfaction-survey .survey-content .questionnaire-list {
        margin: 0 auto;
        width: 90%;
        padding: 15px;
        border: 1px solid #e2e2e2;
    }

    .satisfaction-survey .survey-content .questionnaire-list .opinion textarea {
        padding: 15px;
        width: 100%;
        height: 200px;
        outline: none;
        resize: none;
        border: 1px solid #e2e2e2;
        font-size: 14px;
    }

    .satisfaction-survey .survey-content div h2 {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .satisfaction-survey .survey-content div h2 span {
        z-index: 99;
    }

    .satisfaction-survey .survey-content div h2 span:after {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: -2px;
        left: 50%;
        width: 105%;
        height: 10px;
        background-color: #ffe4d1;
        border-radius: 20px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .satisfaction-survey .survey-content div ul li {
        margin-top: 15px;
    }

    .satisfaction-survey .survey-content div ul li h3 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .satisfaction-survey .survey-content div ul li p {
        margin: 0 10px;
        font-size: 14px;
    }

    .satisfaction-survey .sub-btn {
        display: block;
        margin: 30px auto 0;
        padding: 0;
    }

    .satisfaction-survey .sub-btn a {
        margin: 0 auto;
        width: 100px;
        height: 30px;
        border-radius: 20px;
        line-height: 30px;
        font-size: 16px;
        color: #fff;
        letter-spacing: 5px;
        text-align: center;
        cursor: pointer;
        background-image: linear-gradient(45deg, #ff7618, #ffa54e);
    }

    .satisfaction-survey .sub-btn .err {
        top: -30px;
        left: 50%;
        width: 100%;
        font-size: 14px;
        text-align: center;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .message .tips {
        padding: 15px;
        border: 1px solid #ffedea;
        background-color: #fefef3;
        text-align: center;
        font-size: 14px;
        color: #7e7e7e;
        text-align: left;
    }

    .message .tips i {
        vertical-align: top;
        margin-right: 2px;
        width: 49px;
        height: 23px;
        background-image: url(../images/prompt.png);
    }

    .message .tips span {
        width: 78%;
        text-align: justify;
    }

    .message form {
        font-size: 14px;
    }

    .message form div {
        margin-top: 20px;
        width: 100%;
        font-size: 0;
    }

    .message form div label {
        width: 25%;
        font-size: 14px;
    }

    .message form div input {
        padding-left: 10px;
        width: 75%;
        height: 30px;
        outline: none;
        border: 1px solid #e2e2e2;
        font-size: 14px;
    }

    .message form div p {
        left: 22%;
        font-size: 14px;
        line-height: 20px;
    }

    .message .feedback {
        margin-top: 20px;
    }

    .message .feedback h3 {
        font-size: 14px;
    }

    .message .feedback textarea {
        margin-top: 10px;
        padding: 10px;
        width: 100%;
        height: 200px;
        outline: none;
        resize: none;
        border: 1px solid #e2e2e2;
        font-size: 14px;
    }

    .mask .tips {
        width: 80%;
        font-size: 14px;
    }

}

@media screen and (min-width: 320px) and (max-width: 374px){
    .satisfaction-survey .survey-content > p {
        height: 16px;
    }
}

@media screen and (min-width: 375px) and (max-width: 414px){
    .satisfaction-survey .survey-content > p {
        height: 20px;
    }
}

@media screen and (min-width: 414px) and (max-width: 767px){
    .satisfaction-survey .survey-content > p {
        height: 22px;
    }
}