@charset "UTF-8";


body {
    background: #FFFFFF;
}

.add_qt {
    width: 1200px;
    padding: 40px;
}


/*--clear both*/
.add_qt-clear:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    font-size: 0;
    clear: both;
}

/*--question 1--*/
.add_qt-1 {
    width: auto;
    height: auto;
}

.add_qt-1-img {
    font-size: 0;
}

.add_qt-1-img img {
    width: 100%;
}

.add_qt-1-btn {
    width: auto;
    height: auto;
}

.add_qt-1-btn a {
    display: block;
    width: 70px;
    height: 70px;
    background: url("../images/qt1_drum.png") no-repeat left top / auto 200%;
    margin: 0 auto;
}

.add_qt-1-btn a.start.on {
    background-position: bottom;
}


/*--question 2--*/
.add_qt-2 {
    width: auto;
    height: auto;
}

.add_qt-2-img {
    font-size: 0;
}

.add_qt-2-img .img {
    font-size: 0;
}

.add_qt-2-txt {
    overflow: hidden;
}

.add_qt-2-txt .item {
    float: left;
    color: #333;
    font-size: 14px;
    margin-right: 10px;
}

.add_qt-2-txt .item:last-child {
    margin-right: 0;
}

.add_qt-2-res {
    font-size: 14px;
    color: #333;
    padding-top: 10px;
}


.add_qt-2-btn {
    width: auto;
    height: auto;
    padding: 30px 0;
}

.add_qt-2-btn a {
    display: block;
    width: 130px;
    height: 130px;
    background: url("../images/qt1_drum.png") no-repeat left top / auto 200%;
    margin: 0 auto;
    border: 1px solid #ff0000;
}

.add_qt-2-btn a.start.on {
    background-position: bottom;
}


/*--question 3--*/
.add_qt-3 {
    width: auto;
    height: auto;
    position: relative;
}

.add_qt-3-img {
    font-size: 0;
    position: relative;
}

.add_qt-3-img .img {
    font-size: 0;
}

.add_qt-3-img .img img {
    width: 100%;
}

.add_qt-3-img .box {
    width: 3px;
    height: 60px;
    background: green;
    opacity: 0.1;
    position: absolute;
    z-index: 20;
    margin-top: 10px;
}

.add_qt-3-txt {
    width: auto;
    height: auto;
}

.add_qt-3-txt .note {
    float: left;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    margin-right: 10px;
}

.add_qt-3-txt .line {
    float: left;
}

.add_qt-3-txt .line .item {
    width: 3px;
    height: 40px;
    float: left;
    margin-right: 30px;
}

.add_qt-3-txt .line .item:last-child {
    margin-right: 0;
}

.add_qt-3-line {
    width: 4.55px;
    height: 45px;
    background: #ce124c;
    cursor: move;
}

.add_qt-3-line.on {
    position: absolute;
    z-index: 999;
}


/*--question 4--*/
.add_qt-4 {
    width: auto;
    height: auto;
    position: relative;
}

.add_qt-4-img {
    font-size: 0;
    position: relative;
}

.add_qt-4-img .img {
    font-size: 0;
}

.add_qt-4-img .img img {
    width: 100%;
}

.add_qt-4-img .box {
    width: 240px;
    height: 100px;
    background: green;
    opacity: 0;
    position: absolute;
    z-index: 20;
}

.add_qt-4-txt {
    width: auto;
    height: auto;
}

.add_qt-4-txt .note {
    float: left;
    line-height: 80px;
    font-size: 14px;
    color: #333;
    margin-right: 20px;
}

.add_qt-4-txt .list {
    float: left;
}

.add_qt-4-txt .list .item {
    width: 220px;
    min-height: 20px;
    float: left;
    margin-right: 40px;
}

.add_qt-4-txt .list .item:last-child {
    margin-right: 0;
}

.add_qt-4-item {
    width: 220px;
    font-size: 0;
    cursor: move;
    padding: 6px 12px;
}

.add_qt-4-item img {
    width: 100%;
}

.add_qt-4-item.on {
    position: absolute;
    padding: 6px;
    z-index: 999;
}


/*--question 5--*/
.add_qt-5 {
    width: auto;
    height: auto;
}

.add_qt-5-img {
    font-size: 0;
}

.add_qt-5-img img {
    width: 100%;
}

.add_qt-5-txt .box {
    margin: 0 auto;
}

.add_qt-5-txt .con {
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}


/*--question 3/4-new--*/
.sinotouch {
    width: 1200px;
    margin: 50px auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 40px;
}

.sinotouch-position {
    position: relative;
}

.sinotouch-question {
    position: relative;
}

.sinotouch-question .box {
    width: 20px;
    height: 60px;
    /*background: blue;*/
    opacity: .5;
    position: absolute;
    z-index: 20;
}

.sinotouch-question .box.box2 {
    width: 242px;
    height: 98px;
}

.sinotouch-question .img {
    font-size: 0;
}

.sinotouch-question .img img {
    width: 100%;
}

.sinotouch-answer {
    padding-top: 20px;
}

.sinotouch-answer-center {
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

.answer-line {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.answer-line .note {
    font-size: 14px;
    color: #333;
    margin-right: 10px;
}

.answer-line .list {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.answer-line .list .item {
    width: 6px;
    height: 60px;
    margin-right: 30px;
}

.answer-line .list .item.boxBorder {
    border: 2px solid #B70038;
    border-radius: 5px;
    box-sizing: content-box;
    padding: 10px 30px;
}

.answer-line .list .item:last-child {
    margin-right: 0;
}

.answer-line .sinotouch-box {
    width: 6px;
    height: 60px;
    font-size: 0;
    position: absolute;
    cursor: move;
    z-index: 999;
}

.answer-line .sinotouch-box:before {
    content: '';
    display: block;
    width: 4.5px;
    height: 100%;
    margin: 0 auto;
    background: #B70038;
}


.answer-items .note {
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
}

.answer-items .list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.answer-items .list .item {
    width: 24%;
    height: 104px;
    margin: 0px 5px;
    border: 4px solid #ff0000;
    padding: 2px 2px;
}

.answer-items .list .item:last-child {
    margin-right: 0;
}

.answer-items .sinotouch-box {
    width: 242px;
    height: 98px;
    font-size: 0;
    position: absolute;
    cursor: move;
    z-index: 999;
    /*
    background: #000;

    border: 2px solid #ff0000;
    padding: 2px;

     */
}

.answer-items .sinotouch-box img {
    width: 242px;
    height: 102px;
}


/*--question 0--*/
.add_qt-0 {
    width: auto;
    height: auto;
}

.add_qt-0-img {
    font-size: 0;
}

.add_qt-0-img img {
    width: 100%;
}

.add_qt-0-btn {
    width: auto;
    height: auto;
}

.add_qt-0-btn a {
    display: block;
    width: 70px;
    height: 70px;
    background: url("../images/qt1_drum.png") no-repeat left top / auto 200%;
    margin: 0 auto;
}

.add_qt-0-btn a.on {
    background-position: bottom;
}


.add_qt-5 {
    width: auto;
    height: auto;
}

.add_qt-5-img {
    font-size: 0;
}

.add_qt-5-img img {
    width: 100%;
}

.add_qt-5-txt .box {
    margin: 0 auto;
}

.add_qt-5-txt .con {
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}


.taste {
    display: inline-block;
    width: auto;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #dd0044;
    border-radius: 5px;
}


.add_qt-0-btn-flex {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.add_qt-0-btn-flex .add_qt-0-1-btn {
    padding: 0 30px;
}

.add_qt-0-btn-flex .add_qt-0-1-btn:first-child {
    padding-left: 0;
}

.add_qt-0-btn-flex .add_qt-0-1-btn:last-child {
    padding-right: 0;
}

/*---------*/
.add_qt-0-1-btn {
    width: auto;
    height: auto;
    padding-top: 20px;
}


.add_qt-0-1-btn a {
    display: block;
    width: 130px;
    height: 130px;
    background: url("../images/qt1_drum-2.png") no-repeat left top / auto 400%;
    margin: 0 auto;
}


.add_qt-0-1-lr {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.add_qt-0-1-lr .item {
    padding: 0 10px;
}

.add_qt-0-1-lr .item a {
    display: block;
    width: 50px;
    height: 40px;
    border: 2px solid #B70038;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #B70038;
    font-weight: bold;
    box-sizing: content-box;
}


.add_qt-0-1-btn a.r {
    background-position-y: -130px;
}

.add_qt-0-1-btn a.l {
    background-position-y: -260px;
}

.add_qt-0-1-btn a.a {
    background-position-y: -390px;
}