﻿div.box {
    box-sizing:border-box;
    padding:30px 40px ;
    background:#fff;
}
.questionTitle {
    font-size:24px;
    color:rgba(51,51,51,0.9);
}
.content {
    display:flex;
    margin-top:50px;
    position:relative;
}
.contentLeft {  
    color:rgba(51,51,51,0.9);
    font-size:14px;
    margin-right:30px;
    width:286px;
    min-width:50px;
    position:relative;
    height:20px;
}
.contentLeft>div {
    margin-top:30px;
    display:flex;
    cursor:pointer
}
.contentLeft > div > div {
    width:266px;
}
.contentLeft>div span {
    height:6px;
    width:6px;
    display:block;
    border-radius:50px;
    background:#CCCCCC;
    position:relative;
    top:8px;
    margin-right:12px;
}
.contentRight {
    width:800px;
    min-width:200px;
    box-sizing:border-box;
    padding:0 30px;
    padding-right:0px;
    border-left:2px solid #E6E6E6;
}
.QTitle {
    color:rgba(51,51,51,0.9);
    margin-top:26px;
    margin-bottom:30px;
    font-size:20px;
    font-weight:bold;
}
.QText {
    color:rgba(51,51,51,0.9);
    margin-bottom:6px;
}
.QText span {
    color:#307ACD;
    cursor:pointer;
}
.QText span:hover {
    text-decoration:underline
}
.QImg {
    margin-bottom:30px;

}
.QTitle2 {
    margin-bottom:6px;
    color:rgba(51,51,51,0.9);
}
.QStep{
    margin-bottom:20px;
    color:rgba(51,51,51,0.9);
    display:flex;
    align-items:center
}
.contentRight > div:not(:first-child) {
    margin-top:60px;
}
.selected {
    color:#30B382;
}
.selected > span {
     background:#30B382 !important;
}
.top {
    border-radius:4px;
    width: 40px;    display:block;    height: 40px;color:#676464;background: url('/Images/index/scrtool.png') no-repeat;
    cursor:pointer;
    position:fixed;
    bottom:20px;
    margin-left:1170px;
    z-index:999;
    visibility:hidden
}
.top:hover {
     background: url('/Images/index/scrtol1.png');
}