.zyshow .answer{
    position: relative;
    padding-left: 308px;
    min-height: 86%;
}
.answerLeft{
    width: 308px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #203f53;
    padding: 0 31px;
}
.answerRight{
    width: 100%;
    height: 100%;
    background: #fff;
}
.answerLeftTime{
    overflow: hidden;
    margin-top: 50px;
}
.answerLeftTime div{
    width: 50px;
    height: 65px;
    line-height: 65px;
    font-size: 40px;
    color: #000;
    text-align: center;
    background: #ffffff;
    border-radius: 6px;
    float: left;
    margin-right: 9px;
}
.answerLeftTime div:last-child,.answerLeftTime div:nth-child(2){
    margin-right: 0;
}
.answerLeftTime span{
    float: left;
    height: 60px;
    line-height: 60px;
    width: 28px;
    text-align: center;
    color: rgba(255,255,255,0.5);
    font-size: 40px;
}
.answerLeftNum>div:first-child{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.answerLeftNum>div:last-child{
    font-size: 40px;
}
.optionChart{
    width: 100%;
    background: rgba(0,0,0,0.1);
    padding: 20px;
    margin-top: 24px;
}
.optionChart li{
    overflow: hidden;
    margin-bottom: 18px;
    height: 20px;
}
.optionChart li:last-child{
     margin-bottom: 0;
}

.optionChart li span{
    display: inline-block;
}
.optionChart li span:first-child{
    font-size: 19px;
}
.optionChart li span:nth-child(2){
    height: 14px;
    width: 65%;
    margin-right: 10px;
    margin-left: 10px;
}
.optionChart li span:last-child{
    font-size: 14px;
    vertical-align: top;
}
.topThree{
    width: 100%;
    background: rgba(0,0,0,0.1);
    padding: 20px;
    margin-top: 24px;
}
.topThree li{
    overflow: hidden;
}
.topThree li:first-child{
    font-size: 18px;
}
.topThree li:not(:first-child){
    margin-top: 15px;
    height: 55px;
    line-height: 55px;
}
.topThree li>span{
    float: left;
    font-size: 24px;
}
.topThree li:nth-child(2)>span{
    color:#fe5b46;
}
.topThree li:nth-child(3)>span{
    color:#fdaa1b;
}
.topThree li:nth-child(4)>span{
    color:#bbbbbb;
}
.topThree li>div{
    float: left;
}
.topThree li>div:nth-child(2){
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-left: 10px;
}
.topThree li>div:nth-child(2) img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.topThree li>div:nth-child(3){
    margin-left: 20px;
    line-height: 25px;
}
.topThree li>div:nth-child(3) p:first-child{
    font-size: 20px;
}
.topThree li>div:nth-child(3) p:last-child{
    font-size: 16px;
}

.answerRight{
    color: #333333;
    background: #F9F9F9;
    padding: 30px 40px;
    word-break: break-all;
    height: 100%;
    overflow-y: scroll;
}

.answerRight::-webkit-scrollbar { /*Íâ²ã¹ìµÀ*/
    width:3px;
    height:2px;
    background:#ccc;
    border-radius:5px;
}
.answerRight::-webkit-scrollbar-thumb{/*ÄÚ²ã¹ìµÀ*/
    display:block;
    width:2px;
    margin:0 auto;
    border-radius: 5px;
    background:rgba(43,161,244,0.6);
}
.answerRight:focus {
    border-color:#2BA1F4;
    outline: #ffffff auto 0;
}
.answerRight .answerTitleImg img{
    margin-top: 15px;
    width: 60%;
}
.answerRight .myOption{
    display: inline-block;
    border: 1px solid #cccccc;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 15px;
}



































































