#two-eyes-questions {
    width: 1000px;
    position: relative;
    min-height: 650px;
    max-height: 900px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

#two-eyes-questions .questionWrapperOverlay {
    position: fixed;
    top: -100vh;
    left: 1%;
    background-color: white;
    width: 98%;
    height: 98vh;
    z-index: 1000;
    transition: all .5s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#two-eyes-questions .questionWrapperOverlay .btnClose {
    cursor: pointer;
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
    width: 30px;
    height: 30px;
    text-align: center;
}

#two-eyes-questions .questionWrapperOverlay .questionOutterWrapper {
    height: 100%;
    width: 90vw;
    margin: 0 auto;
    overflow: hidden;
}

#two-eyes-questions .questions-wrapper {
    width: 10000vw;
    min-height: 650px;
}

#two-eyes-questions .section {
    /*padding: 3rem 2rem 1rem;*/
    background: none;
    /*flex-flow: row wrap;*/
    position: relative;
    display: block;
    /*min-height: 650px;*/
    height: 98vh;
    padding: 0;
    width: 90vw;
    float: left;
    overflow-x: auto;
}


/*
#two-eyes-questions h1 {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 30px;
    text-align: center;
}

#two-eyes-questions h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
}

#two-eyes-questions h3 {
    font-size: 18px;
    text-align: center;
    color: #444 !important;
}
*/

#two-eyes-questions p {
    margin: 0 0 .5rem;
}

#two-eyes-questions #menu {
    z-index: 100;
    display: flex;
    position: absolute;
    margin: 1rem;
    list-style: none;
}

#two-eyes-questions #menu>li {
    height: 30px;
    width: 34px;
}

#two-eyes-questions #menu>li a {
    text-decoration: none;
    color: #333;
    text-align: center;
    line-height: 30px;
    background: #fff;
    margin: 0 5px 0 0;
    /*box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);*/
    display: block;
}

#two-eyes-questions #menu>li.active a {
    background: #000;
    color: #fff;
}

#two-eyes-questions .section .col {
    margin: 0;
}


/*
#two-eyes-questions .section .text {
    width: 500px;
    float: left;
}*/


/*#two-eyes-questions .section .text p {
    font-size: 0.9rem;
}*/

.personal {
    margin: 1rem;
    float: left;
}

.personal dt {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin: 0.4rem 0 0;
}

.questions9 {
    /*margin: 1rem;*/
    width: 44rem;
    margin: 0 auto;
    /*float: left;*/
}

.questions9 label.general {
    padding: 0.3rem 0.3rem 0.3rem 3rem;
    display: block;
    margin: 0 0 .1rem 0;
    background: #e0eaf4;
    cursor: pointer;
}

.questions9 label.checkblock {
    padding: 0.3rem 0.3rem 0.3rem 3rem;
    display: block;
    margin: 0 0 .1rem 0;
    background: #e0eaf4;
    background-image: url('/images/questions/checkbox_non.svg');
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 0.2rem;
    cursor: pointer;
}

.questions9 label.checkblock.checked {
    background: #bcd1e8;
    background-image: url('/images/questions/checkbox_checked.svg');
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 0.2rem;
}

.questions9 label.checkblock dt,
.questions9 label.general dt {
    color: #666;
    display: block;
    height: 2rem;
    line-height: 2rem;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.questions9 label.checkblock dd,
.questions9 label.general dd {
    display: none;
    padding: 0;
    margin: 0;
}

.area-button {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    vertical-align: middle;
    bottom: 0;
    width: 100%;
    flex: 1 1 0;
}

.area-button.normal {
    margin: 1rem 0 0;
    position: relative;
    bottom: unset;
}


.area-button>div:first-child {
    margin-left: 0px !important;
}

.questions-btn {
    display: inline-block;
    /*margin: 1rem 0;
    padding: 0.5rem;*/
    /*background: #eee;*/
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    /*color: #333;*/
    cursor: pointer;
    padding: 5px 20px;
    white-space: pre-wrap;
    max-width: 30%;
    flex: 1 1 0;
}

.questions-btn:hover, .questions-btn:focus {
  color: #afcee4;
}

.questions-btn-zoom {
    /*display: inline;*/
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    /*padding-left: 20px;
    padding-right: 20px;*/
    width: 50px;
    height: 50px;
}

.questions-btn:hover {
    /*background: #ccc;*/
}

.start-block {
    margin: 0 auto;
    text-align: center;
}

.start-block h1 {
    /*height: 4rem;
    line-height: 4rem!important;*/
    display: block;
}

.start-block .questions-btn {
    /*margin: 1rem auto;*/
    background: rgb(78, 166, 215);
    color: #fff;
}

.start-block .questions-btn:hover {
    background: rgb(29, 135, 195);
}

#preparation .card-btn {
    padding: 20px;
    display: block;
}

#preparation .text.col {
    text-align: center;
}


/*
#preparation .bigger, #preparation .smaller {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #eee;
    margin: 0 5px 5px 0;
}
#preparation .bigger:hover, #preparation .smaller:hover {
    background: #ccc;
}*/

#qrcode {
    display: inline-block;
    text-align: center;
    /*margin: 15px auto 0;*/
}

#qrcode>img {
    /*display: inline-block;*/
    /*margin: 15px auto 0;*/
}

.qimage {
    text-align: center;
}

.non-available {
    display: none;
    text-align: center;
    padding: 100px 50px;
}

div.area-contents {
    /*height: 540px;
    min-width: 80rem;*/
    text-align: center;
}

div.area-contents h2 {
    margin: 1.5rem 0 1.5rem .2rem;
}

#start.section {
    /*padding: 1rem 2rem;*/
    height: unset;
    width: 960px;
    margin: 0 auto;
    float: none;
}

#start.section div.area-contents {
    min-width: 100%;
}

img.card {
    width: 316px;
    transition: all 0.2s;
}

ol.answer-list {
    margin: 20px 13rem;
}

ol.answer-list li {
    margin-bottom: 10px;
    min-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

ol.answer-list .btnDistinctAnswer {
    margin-bottom: 20px;
}

ol.answer-list li.btnDistinctAnswer:hover {
    background-color: #eee;
}

ol.answer-list li span {
    font-size: 18px;
    display: inline-block;
    position: absolute;
    left: 50px;
    vertical-align: middle;
    height: 100%;
}

ol.answer-list li .answerTitle {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1em;
}

ol.answer-list li .imgWrapper {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

ol.answer-list li .imgWrapper img {
    font-size: 16px;
}

ol.answer-list li span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

ol.answer-list li img:not(:first-child) {
    margin-left: 5px;
}

#results {
  padding: 1rem 0 0;
}

#results .results-list {
    display: flex;
    flex-wrap: nowrap;
    margin: 1rem auto;
    max-width: 1000px;
}

#results .results-list div.answer {
    flex-grow: 1;
    flex-basis: 0;
    border-radius: 0.5rem;
    margin: 0 1% 1rem;
    font-size: 1rem;
    border: 1px solid #999;
}

#results .results-list div.answer5,
#results .results-list div.answer-address {
    width: 94.5%;
}

#results .results-list div.answer-address .simple-wrapper {
    padding: 1rem;
}

#results .results-list h3 {
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding: 0 1rem;
}

#results .results-list img {
    width: 80%;
    display: inline;
    margin: 1rem 10%;
}

#results .pass {
    background: #c7e7b6;
}

#results .fail {
    background: #ebbcbc;
}

#results .left {
    background: linear-gradient(to right, #c7e7b6 50%, #ebbcbc 50%);
}

#results .right {
    background: linear-gradient(to right, #ebbcbc 50%, #c7e7b6 50%);
}

#results .pass .img {
    background: url('/images/questions/pass.png') no-repeat center;
    background-size: contain;
}

#results .fail .img {
  background: url('/images/questions/fail.png') no-repeat center;
  background-size: contain;
}

#results .left .img {
  background: url('/images/questions/left.png') no-repeat center;
  background-size: contain;
}

#results .right .img {
  background: url('/images/questions/right.png') no-repeat center;
  background-size: contain;
}

#results .img {
  width: 80%;
  height: 70px;
  display: block;
  margin: 10px auto;
}

#results p {
    line-height: 1.2rem;
    padding: 1rem;
    border-top: 1px solid #999;
}

#results .results-list div.answer5 p {
    border: 0;
}

.question-txt {
    padding: 0 2rem 0 16rem;
}

.question-txt h2 {
    margin: 1rem 0 .2rem;
    line-height: 2.5rem;
    font-size: 2.5rem;
}
.question-txt h3 {
  line-height: 1rem;
}

@media (max-width:980px),
(max-height: 650px) {
    #two-eyes-questions {
        //display: none;
    }
    .non-available {
        //display: block;
    }
}

#two-eyes-questions .section .img .left-right {
    /*width: 86px!important;*/
    height: 70px !important;
}

#two-eyes-questions .section .img .range {
    /*width: 150px!important;*/
    height: 70px !important;
}

#two-eyes-questions .section .qimage .final {
    max-width: 140px!important;
    margin-top: 2rem;
}

.sc-marginT-40 {
    margin-top: 40px;
}

.sc-marginT-20 {
    margin-top: 20px;
}

.sc-marginT-10 {
    margin-top: 10px;
}

.sc-marginB-10 {
    margin-bottom: 10px;
}

.sc-marginL-10 {
    margin-Left: 10px;
}

.sc-marginL-300 {
    margin-Left: 300px;
}

.sc-marginL-100 {
    margin-Left: 100px;
}

.sc-marginL-70 {
    margin-Left: 70px;
}

p.sc-text {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #555 !important;
    text-align: justify;
}

span.sc-text-title {
    font-size: 14px !important;
    font-weight: bold;
    line-height: 18px !important;
    color: #333 !important;
}

.sc-adjust-size {}

.sc-text-center {
    text-align: center;
}

.sc-select-box {
    display: flex;
    justify-content: center;
}

.sc-select-box .box-items {
    border: 1px solid #999;
    border-radius: 6px;
    width: 20rem;
    height: 20rem;
    padding: 2rem;
    cursor: pointer;
    display: block;
    margin: 0 1rem;
}

.sc-select-box .box-items:hover {
    border: 1px solid #14a5eb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.sc-select-box .box-items img {
    width: 180px;
}

.sc-35-area {
    text-align: center;
}

.sc-35-area h3 {
    border: 1px solid #999;
    border-radius: 6px;
    display: inline-block;
    width: 200px;
    float: left;
    padding: 20px;
    cursor: pointer;
    margin: 0 20px;
}

.sc-35-area input[type="radio"] {
    display: none;
}

.sc-35-area input[type="radio"]:checked+h3 {
    background: rgb(20, 165, 235);
    color: rgb(255, 255, 255);
}

.sc-35-area h3:hover {
    border: 1px solid #14a5eb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.sc-35-area div {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.eye-range-info {
    position: absolute;
    width: 12rem;
    height: 10rem;
    left: 0;
    top: 2rem;
    display: block;
}

.eye-range-info img {
    display: inline-block;
}

.eye-range-info .left-right {
    width: 35%;
}

.eye-range-info .range {
    width: 60%;
}

.sc-answer-selected {
    background-color: rgba(20, 165, 235, 0.3);
    border-radius: 4px;
}

h3.at-mobile {
  width: 100%;
  margin: 1rem auto;
  font-size: 4rem;
  text-align: center;
  line-height: 8rem;
}

.card-btn>button {
    font-size: 30px;
}

#q9 .noChooseTips {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
}

.general_selectbox {
    display: inline-block;
    padding-left: 5px;
    padding-right: 20px;
    width: auto !important;
    height: 30px;
}

#divContrast {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#divContractArea {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 300px;
    padding-top: 75px;
    background: url('../images/contrast_bg.gif') repeat 0 0;
}

#divContractBg {
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    width: 150px;
    background-color: rgb(180, 180, 180);
    /*
rgb(230, 230, 230);
rgb(130, 130, 130);
*/
}

.divCircle {
    position: relative;
    width: 40px;
    height: 40px;
    border: 15px solid #DDD;
    border-radius: 200px;
    padding: 0px;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    top: 200px;
}

.divCircle>.lineL {
    border-bottom: 15px solid #FFF;
    height: 13px;
    width: 17px;
    position: relative;
    /*background-color: red;*/
    left: -15px;
}

.sc-arrow {
    /*
    background: url("../images/icon-arrow-next.png") no-repeat 0 0;
    background-position: center center;*/
    width: 40px;
    height: 40px;
    border: 1px solid #999;
    border-radius: 6px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    opacity: .4;
}

.sc-arrow:hover {
    /*
    border: 1px solid #14a5eb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);*/
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.sc-circlearea {
    width: 450px;
    height: 450px;
    position: relative;
    margin: 50px auto 0;
}

.sc-arrow-posT {
    left: 220px;
    top: 0;
}

.sc-arrow-posB {
    left: 210px;
    bottom: 0;
}

.sc-arrow-posL {
    left: 0;
    top: 210px;
}

.sc-arrow-posR {
    right: 0;
    top: 210px;
}

.sc-rotate90 {
    transform: rotate(90deg);
}

.sc-rotate180 {
    transform: rotate(180deg);
}

.sc-rotate270 {
    transform: rotate(270deg);
}

.sc-color-L4 {
    border-color: rgb(251, 251, 251);
}

.sc-color-L3 {
    border-color: rgb(242, 242, 242);
}

.sc-color-L2 {
    border-color: rgb(183, 183, 183);
}

.sc-color-L1 {
    border-color: rgb(134, 134, 134);
}
