html, body {
    background: #f5f5f5;
}

i, em, cite {
    font-style: normal;
}

.ask-area {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 1200px;
    margin: 0px auto;
}

.area-left {
    width: 920px;
    display: block;
    margin-top: 10px;
}

.area-right {
    width: 270px;
    margin-left: 10px;
    margin-top: 10px;
    display: block;
}

.area-right-img {
    width: 270px;
    padding: 2px;
}

.area-section {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    overflow: auto;
}

.area-section-line {
    margin: 10px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.ques-tx {
    width: 100%;
    padding: 10px 14px 0px 14px;
}

.ques-stem {
    width: 100%;
    padding: 10px 20px 0px 20px;
    line-height: 30px;
    font-size: 16px;
    box-sizing: border-box;
}

.ques-title-info {
    width: 100%;
    padding: 5px 20px 0px 20px;
    line-height: 28px;
    font-size: 16px;
    box-sizing: border-box;
}

.ques-answer {
    width: 100%;
    padding: 10px 20px 10px 20px;
}

.ques-analysis {
    width: 100%;
    padding: 10px 20px 10px 20px;
}

.option-item {
    width: 100%;
    padding: 10px 20px 0px 20px;
}

.ques-title {
    height: 40px;
    line-height: 20px;
    margin: 0 20px;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.ques-title-flag {
    height: 20px;
    width: 3px;
    border-radius: 2px;
    margin-right: 10px;
    background: #2A6FB2;
}

.ques-bottom {
    width: 100%;
    padding: 10px 20px;
    position: relative;
    min-height: 35px;
    line-height: 26px;
    font-size: 15px;
    color: #db1414;
}

.ques-link {
    position: absolute;
    right: 20px;
    font-size: 17px;
    color: #dd1919;
    font-weight: bold;
}

.ques-left {
    left: 20px !important;
}

.ques-none-title {
    width: 100%;
    padding: 10px 20px 0px 20px;
}

.ques-none-title em {
    color: #CC0000
}

.ques-none-line {
    width: 100%;
    padding: 10px 20px 0px 20px;
    font-size: 14px;
    color: #666;
}

.ques-about-title {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.ques-qrcode-box {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #888;
}

.ques-qrcode-box:hover {
    cursor: pointer;
}

.ques-qrcode-box:hover .ques-qrcode {
    display: block;
}

.ques-qrcode {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1000;
    width: 200px;
    height: 230px;
    background: #fff;
    display: none;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-align: center;
    box-shadow: 3px 3px 21px -5px rgba(74, 144, 226, .6);
}

.ques-qrcode img {
    width: 180px;
    height: 180px;
}

