html, body, div, span, p, button, input, ul, li {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    list-style: none;
}

/*样式重置*/

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

@media screen and (min-width: 751px) {
    .answertitle{
        color:#333;
        margin-right:30px;
        padding-left:6px;
        
    }
    .answerselection{
        color:#999;
        padding-left:6px;
         margin-right:30px;
    }
    .answerselection span{
        margin-right:30px;
        
        margin-left: 6px
    }
    .correctanswer{
        background:#f1f1f1;
        margin-right:30px;
        padding-left:6px;
        margin-bottom:10px;
    }
.correctanswer span{
       color:#00c600;
        margin-right:40px
    }
    .correctanswer.false span:first-child{
       color:#ff4936;
        margin-right:40px
    }
    .details{
    /* padding-top: 90px; */
    }
    .content {
    width: 1400px;
    margin: 0 auto;
    background: #fff;
    }

    .header {
        width: 840px;
        margin:0 auto ;
        font-size: 26px;
        color: #666;
        padding-top: 20px;
        text-align: center;
    }
    .topic-head{
        float: left;
        width: 198px;
        height: 90px;
        text-align: center;
        margin-top: -50px;
        font-size: 14px;
        color: #666;
    }
    .topic-head .headpic{
        height: 50px;
    }
    .topic-head .headpic img{
        width: 40px;
        height: 50px;
    }
    .box {
        width: 1400px;
        height: 100%;
        margin: 0 auto 0;
        position: relative;
    }

    .topicLift {
        width: 198px;
        height: 100%;
        /* float: left; */
    }

    .topicLift img {
        width: 50px;
        height: 50px;
        display: block;
        margin: 30px auto 0;
    }

    .topicLift p:nth-child(2) {
        font-size: 14px;
        color: #999;
        text-align: center;
        margin-top: 8px;
    }

    .topicLift p:nth-child(3) {
        color: #FB5B45;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

    .topicRight {
    	   width: calc( 100vw - 300px);
        max-width: 1060px;
        /* float: right; */
        height: 100%;
        position: absolute;
        top: 50px;
        left: 250px;
        height: 175px;
    }

    .topicRight p {
        color: #333333;
        font-size: 18px;
    }
    .topicRight p span {
        display: inline-block;
        color: #333333;
        font-size: 14px;
        margin-top: 20px;
        cursor: pointer;
        color: #ffffff;
        margin-left: 5px;
        width: 75px;
        height: 25px;
        background: rgba(251,91,69,1);
        text-align: center;
        line-height: 25px;
        border-radius: 5px;
       
    }
    .topicRight ul {
        margin-top: 8px;
        /* padding-right: 96px; */
        /* display: none; */
        height: 120px;
        overflow-y: auto;
    }

    .topicRight li {
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 20px;
        margin-bottom: 8px;
        background: #CCCCCC;
        color: #ffffff;
        text-align: center;
        line-height: 30px;
        font-size: 16px;
        cursor: pointer;
    }
    .topicRight .active {
        background-color: #fb5b45;
    }
    .topic {
        padding: 0 64px;
        background: #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        position: fixed;
        top: 0;
        width: 1400px;
        z-index: 100;
        padding-bottom: 10px;
    }

    .subject {
        padding: 0 64px;
        background: #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding-top: 295px;
    }

    .con > p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }

    .con input {
        border: 1px solid #ccc;
        width: 60px;
        height: 30px;
        margin: 0 10px;
    }

    .con > p span {
        color: #fb5b45;
    }

    .con p span:nth-child(2) {
        display: none;
    }

    .subject .options {
        margin-top: 20px;
        color: #666666;
        border-bottom: 1px solid #fff;
    }

    .subject .options li {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .subject ol.options li {
        height: 60px;
    }
    [data-type='3'] ol{
        padding-left: 0px;
        margin-left: -6px;
    }
    [data-type='3'] ol li{
       float: left;
       width: 100px;
       height: 32px!important;
       margin-bottom: 0!important;
       margin-right: 26px;
       cursor: pointer;
    }

    [data-type='3'] ol li>div{
        float: left;
        width: 16px;
        height: 16px;
        margin-top: 9px;
        margin-left: 9px;
        border:1px solid rgba(191,191,191,1);
        border-radius: 50%;
        background: #fff;   
        position: relative;
    }
    [data-type='3'] ol li>div div{
        width: 6px;    
        height: 6px;
        border-radius: 50%;
        background:rgba(153,153,153,1);
        position: absolute;
        top: 50%;
        left:50%;
        transform: translate(-50%,-50%);
        display: none;
    }
    [data-type='3'] ol li>p{
        float: left;
        line-height: 32px;
        margin-left: 16px;
    }
    [data-type='3'] ol li.active{
        background: #fff;
        
    }
    [data-type='3'] ol li.active>div div{
        display: block;
    }
    /* .subject .options a {
        float: left;
        width: 14px;
        height: 14px;
        border: 1px solid #BFBFBF;
        border-radius: 50%;
        margin-top: 2px;
        cursor:pointer
    } */
    .subject .options .danxuanti a {
        float: left;
        width: 14px;
        height: 14px;
        border: 1px solid #BFBFBF;
        border-radius: 50%;
        margin-top: 2px;
        cursor:pointer
    }
    .subject .options .duoxuanti a {
        float: left;
        width: 14px;
        height: 14px;
        border: 1px solid #BFBFBF;
        margin-top: 2px;
        cursor:pointer
    }
    .subject .options li > a, .subject .options li > span {
        margin-right: 24px;
    }

    .subject .options li a span {
        width: 6px;
        height: 6px;
        background: #999;
        border-radius: 50%;
        margin: 4px auto 0;
        display: block;
        opacity: 0;
       
    }

    .subject .options li.active a span {
        opacity: 1;
    }

    .subject .options li > div > span {
        font-size: 14px;
        line-height: 24px;
        float: left;
        margin-left: 24px;
    }

    .footer {
        width: 406px;
        margin: 0 auto 70px;
    }

    .footer button {
        width: 100px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        font-size: 16px;
        cursor: pointer;
    }

    .footer button:nth-child(1), .footer button:nth-child(2) {
        border: 1px solid #FB5B45;
        color: #FB5B45;
        float: left;
    }

    .footer button:nth-child(2) {
        margin-left: 54px;
    }

    .footer button:nth-child(3) {
        background: #FB5B45;
        color: #ffffff;
        float: right;
    }

    .footer button.end {
        background: #ddd;
        color: #999;
        border: none;
        display: none;
    }

    .Their,.papersSucc,.throughResults ,.tishiBox,.tishiBox2,.back{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.3);
        z-index:205;
        display: none;
    }
    .error{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.3);;
        z-index: 205;
        display: none;
    }
   
    .goTop{
        width: 50px;
        height: 50px;
        line-height: 25px;
        text-align: center;
        background: #fff;
        position: fixed;
        right: 0;
        top:600px;
        cursor: pointer;
        
    }
	.throughResults>div{
        width: 980px;
        height: 60vh;
        position: fixed;
        top: 20%;
        left: 50%;
        transform: translate(-50%);
        background: #ffffff;
    }
    .Their > div ,.papersSucc >div, .tishiBox>.tishi,.tishiBox2>.tishi,.error>.errortishi,.back>.backtishi{
        width: 600px;
        height: 250px;
        position: fixed;
        top: 33%;
        left: 50%;
        transform: translate(-50%);
        background: #ffffff;
    }
    .back .close{
       position: absolute;
       top: -6px;
       right: 20px;
        font-size: 26px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        cursor: pointer;
    }
    .errortishi h3,
    .tishi h3, .backtishi h3 {
        width: 500px;
        height: 60px;
        margin: 0 auto;
        line-height: 60px;
        text-align: center;
        border-bottom: 1px solid #E5E5E5;
        font-size: 18px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }
    .backtishi .h3{
        color: #FF4936;
    }
    .errortishi img,
    .tishi img {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 14px;
        height: 14px;
        margin: 10px 10px;
        color: #cccccc;
    }

    .errortishi p,
    .tishi p {
        width: 100%;
        height: 20px;
        text-align: center;
        margin: 57px auto 52px;
        color: #666;
    }
    .backtishi p {
        width: 100%;
        height: 20px;
        text-align: center;
        margin: 57px auto 52px;
        color: #666;
    }
    .errortishi div,
    .tishi div {
        width: 120px;
        margin: 0 auto 60px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background:rgba(255,73,54,1);;
        color: #ffffff;
        cursor: pointer;

    }
    .backtishi div {
        float: left;
        width: 120px;
        margin: 0 auto 60px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background:rgba(255,73,54,1);;
        color: #ffffff;
        cursor: pointer;
        border-radius:4px;

    }
    .backtishi .quxiao{
        background:rgba(255,255,255,1);
        color: #FF4936;
        border:1px solid rgba(255,73,54,1);
        margin-left: 150px;
        margin-right: 50px;
    }
    .Their > div p.head {
        width: 500px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        margin: 0 auto;
        text-align: center;
        color: #666666;
        border-bottom: 1px solid #E5E5E5;
        position: relative;
    }

    .Their > div p.head img {
        display: inline-block;
        position: absolute;
        top: 21px;
        right: -32px;
        width: 17px;
        height: 17px;
    }

    .Their > div p.title {
        text-align: center;
        font-size: 16px;
        color: #666;
        padding-top: 58px;
    }

    .Their > div ul {
        width: 310px;
        margin: 52px auto 0;
        font-size: 18px;
        color: #ffffff;
       
    }

    .Their > div ul li:first-child {
        float: left;
        width: 120px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background:rgba(255,73,54,1);
        cursor: pointer;
        border-radius: 4px;
    }
    .Their > div ul .confirm {
        float: left;
        width: 120px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background: rgb(170, 159, 157);
        cursor: pointer;
    }
    .Their > div ul li:last-child {
        float: right;
        width: 120px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background: #ffffff;
        cursor: pointer;
        border-radius: 4px;
        border:1px solid rgba(255,73,54,1);
        color:rgba(255,73,54,1);
    }
    .papersSucc{
        text-align: center;
    }
    .papersSucc p:nth-child(1){
        padding-top: 74px;
        font-size: 18px;
        color: #fb5b45;
    }
    .papersSucc p:nth-child(2){
        padding-top: 28px;
        font-size: 14px;
        color: #999;
    }
    .papersSucc p:nth-child(3){
        padding-top: 26px;
        font-size: 14px;
        color: #aaaaaa;
    }
    .papersSucc img{
        position: absolute;
        top: 12px;
        right: 12px;
        width: 28px;
        height: 28px;
    }
    .throughResults{
        text-align: center;
    }
    .throughResults p:nth-child(1){
        color: #27b465;
        font-size: 18px;
        padding-top: 74px;
       
    }
    .throughResults p:nth-child(2){
        font-size: 14px;
        color: #999999;
        padding-top: 14px;
        padding-bottom: 20px;
    }
    .throughResults p:nth-child(3){
        padding-bottom: 18px;
    }
    .throughResults p:nth-child(3) a:nth-child(1){
        font-size: 18px;
        color: #999999;
    }
    .throughResults p:nth-child(3) a:nth-child(1) span{
        color: #fb5b45;
    }
    .throughResults p:nth-child(3) a:nth-child(2){
        font-size: 14px;
        padding-left: 8px;
        color: #999999;
    }
    .throughResults p:nth-child(4){
        font-size: 14px;
        color: #aaaaaa;
        height: calc(60vh - 240px);
        overflow-y: auto;
        text-align: left;
        margin: 0 50px;
        line-height: 24px;
    }
    .throughResults p:nth-child(4) input{
       display:inline-block;
       width:12px;
       height:12px;
       border-radius:14px;
       border:1px solid #666;
       position:relative;
       text-align:center;
       vertical-align: unset;
       line-height: 24px;
    }
    .throughResults p:nth-child(4) input.checked::after{
        position:absolute;
	    width:8px;
        height:8px;
        background:#666;
        content:"";
        border-radius:14px;
        left:1px;
        top:1px;
        vertical-align:middle;
        
        
    }

    .throughResults img{
        position: absolute;
        top: 12px;
        right: 12px;
        width: 28px;
        height: 28px;
    }
    .sorryResults p:nth-child(1){
        color: #fb5b45;
    }
    .Scorenone p:nth-child(3) a:nth-child(1){
        color: #27B465;
    }
    .question_index p:nth-child(1) span{
       color: #fb5b45; 
    }
    .question_index textarea{
        display: block;
        width: 436px;
        height: 70px;
        margin: 20px 0;
        font-size: 16px;
    }
    .question_index{
        margin-bottom: 16px;
    }
    .footerCommit button:nth-child(1){
        float: none;
        display: block;
        margin: 0 auto;
        background: #FB5B45;
        color: #ffffff;
    }
    [data-type="4"] div>span:nth-child(1){
       color: #fb5b45;
    }
    [data-type="4"] div>div:nth-child(2){
        display: inline-block;
    }
    p.question_orign{
        font-size: 12px;
        color: #c4c7ce;
        margin-top: 8px;
        line-height: 18px;
    }
}

@media screen and (max-width: 750px) {
    .answertitle{
        color:#333;
        margin-right:30px;
        padding-left:6px;
        
    }
    .answerselection{
        color:#999;
        padding-left:6px;
        /* line-height: .5rem; */
        margin-right:30px;
        margin-top: .16rem;
        margin-bottom: .16rem;
    }
    .answerselection span{
        margin-right: 0.75rem;
        margin-left: 0.1rem;
    }
    .correctanswer{
        background:#f1f1f1;
        margin-right: 0.2rem;
        padding-left: 0.03rem;
        margin-bottom: 0.2rem;
        line-height: .4rem;
    }
.correctanswer span{
       color:#00c600;
       margin-right: 0.4rem;
    }
    .correctanswer.false span:first-child{
       color:#ff4936;
       margin-right: 0.6rem;
    }
    .topic{
        position: fixed;
        z-index: 200;
        background: #ffffff;
        width: 100%;
        max-height: 4.2rem;
        overflow: hidden;
    }
    .header {
        font-size: 0.32rem;
        width: 90%;
        margin: 0.4rem auto 0;
        color: #333;
    }
    .topic-head{
        float: right;
        width: 2rem;
        height: 0.9rem;
        text-align: center;
        font-size: 0.18rem;
        margin-right: 0.3rem;
        margin-top: 0.1rem;
    }
    .topic-head .headpic{
        height: 1rem;
    }
    .topic-head .headpic img{
        width: 0.8rem;
        height: 1rem;
    }
    .box {
        width: 100%;
        background: #fff;
    }

    .topicLift {
        margin-left: 0.3rem;
        transform: translateY(0.4rem);
        float: left;
        margin-right: 0.3rem;
    }

    .topicLift img {
        float: left;
        width: 0.3rem;
        height: 0.3rem;
    }

    .topicLift p:nth-child(2) {
        float: left;
        font-size: 0.26rem;
        color: #999999;
    }

    .topicLift p:nth-child(3) {
        float: left;
        font-size: 0.28rem;
        color: #fb5b45;
    }

    .topicRight {
        padding-top: 1rem;
        width: 100%; 
    }

    .topicRight > .title {
        font-size: 0.32rem;
        color: #333333;
        padding-left: 0.3rem;
        width: 100%; 
    }
    .topicRight p span {
        display: inline-block;
        font-size: 0.26rem;
        color: #ffffff;
        width: 1.5rem;
        height: 0.5rem;
        line-height: 0.5rem;
        text-align: center;
        border-radius: 5px;
        background: rgba(251,91,69,1);
    }
    .topicRight .list {
        margin: 0.3rem 0.3rem 0;
        border-bottom: 1px solid #ccc;        
        /* display: none; */
        max-height: 1.7rem;
        overflow-y: auto;
    }

    .con input {
        border: 1px solid #ccc;
        width: 1.5rem;
        height: 0.5rem;
        margin:0 0.2rem;
        padding: 0 0.2rem;
        line-height: 0.3rem;
    }

    .topicRight .list li {
        float: left;
        width: 0.5rem;
        height: 0.5rem;
        background: #CCCCCC;
        color: #ffffff;
        margin: 0 0.2rem 0.2rem 0;
        text-align: center;
        line-height: 0.5rem;
        font-size: 0.3rem;
    }
    .topicRight .list li.active {
        background-color: #fb5b45;
    }
    .subject {
        margin:4.2rem auto;
        width: 7rem;
    }

    .con {
        padding-bottom:1rem;
    }

    .con p {
        font-size: 0.3rem;
        color: #666666;
    }

    .con p span {
        color: #fb5b45;
    }

    .con p span:nth-child(2) {
        display: none;
    }

    .options li {
        padding-top: 0.4rem;
    }

    /* .options a {
        float: left;
        width: 0.4rem;
        height: 0.4rem;
        border: 1px solid #BFBFBF;
        border-radius: 50%;
    } */
    .options .danxuanti a {
        float: left;
        width: 0.4rem;
        height: 0.4rem;
        border: 1px solid #BFBFBF;
        border-radius: 50%;
    }
    .options .duoxuanti a {
        float: left;
        width: 0.4rem;
        height: 0.4rem;
        border: 1px solid #BFBFBF;
        /* border-radius: 50%; */
    }

    .options a span {
        width: 0.2rem;
        height: 0.2rem;
        background: #999999;
        border-radius: 50%;
        float: left;
        margin-top: 0.09rem;
        margin-left: 0.1rem;
        opacity: 0;
    }

    .options .active a span {
        opacity: 1;
    }

    .options li > a, .options li > span {
        margin-right: 0.4rem;
    }

    .options .letter, .options .title {
        font-size: 0.32rem;
        color: #666666;
        padding-left: 0.32rem;
        float: left;
    }

    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        height: 0.98rem;
        border-top: 1px solid rgba(223, 223, 223, 1);
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-left: 0.26rem;
        padding-top: 0.14rem;
        background: #fff;
    }

    .footer button {
        width: 2.16rem;
        height: 0.7rem;
        float: right;
    }
    
    .footer button.end {
        background: #DFDFDF;
        color: #fff;
        display: none;
    }

    .footer button:nth-child(2), .footer button:nth-child(1) {
        border: 1px solid rgba(251, 91, 69, 1);
        color: rgba(251, 91, 69, 1);
    }

    .footer button:nth-child(3) {
        background: #FB5B45;
        color: #ffffff;
    }

    .Their,.papersSucc,.throughResults,.tishiBox,.tishiBox2{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.3);
        z-index:205;
        display: none;
    }
    .back, .error{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.3);
        z-index: 205;
        display: none;
    }

    .Their > div,.papersSucc>div,.throughResults>div,.tishiBox>.tishi,.tishiBox2>.tishi,.error>.errortishi, .back>.backtishi{
        width: 6.4rem;
        height: 3.2rem;
        background: #ffffff;
        border-radius: 12px;
        position: fixed;
        top: 33%;
        left: 50%;
        transform: translate(-50%);
    }
    .throughResults>div{
        width: 6.4rem;
        height: 60vh;
        background: #ffffff;
        border-radius: 12px;
        position: fixed;
        top: 20vh;
        left: 50%;
        transform: translate(-50%);
    }
    .back .close{
        position: absolute;
        top: -0.16rem;
        right: 0.23rem;
         font-size: 0.52rem;
         font-weight: 400;
         color: rgba(102, 102, 102, 1);
         cursor: pointer;
     }
    .errortishi h3, .tishi h3,.backtishi h3 {
        width: 6rem;
        height: 1rem;
        margin: 0 auto;
        line-height: 1rem;
        text-align: center;
        border-bottom: 1px solid #E5E5E5;
        font-size: 0.36rem;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }
    .backtishi .h3{
        color: #FF4936;
    }
    .errortishi p, .tishi p,.backtishi p {
        width: 100%;
        padding: 0 0.2rem;
        height: 0.5rem;
        text-align: center;
        margin: 0.3rem auto 0.3rem;
        color: #666;
    }
    .errortishi div, .tishi div {
        width: 2.4rem;
        margin: 0 auto;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background:rgba(255,73,54,1);
        color: #ffffff;
        cursor: pointer;
        
    }
    .backtishi div {
        width: 1.8rem;
        margin: 0 auto;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background:rgba(255,73,54,1);
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        margin: 0.2rem 0.62rem 0;
        border-radius:4px;
    }
    .backtishi .quxiao{
        background:rgba(255,255,255,1);
        border:1px solid rgba(255,73,54,1);
        color:rgba(255,73,54,1);
    }
    .goTop{
        width: 1rem;
        height: 1rem;
        line-height: 0.5rem;
        text-align: center;
        background: #fff;
        position: fixed;
        right: 0;
        top:8rem;
        cursor: pointer;
        background: #f2f2f2
    }

    .Their > div .head {
        height: 0.8rem;
        text-align: center;
        border-bottom: 2px solid #EEEEEE;
        width: 6rem;
        margin: 0 auto;
        line-height: 0.8rem;
        position: relative;
        color: #333333;
    }
    .Their > div .head img{
        position: absolute;
        top: 0.1rem;
        right: 0;
        width: 0.5rem;
        height: 0.5rem;
    }
    .Their > div .title {
        height: 1.1rem;
        text-align: center;
        font-size: 0.28rem;
        color: #666666;
        padding-top: 0.38rem;
    }
    .Their > div ul{
        width: 4rem;
        margin:0.34rem auto 0;
    }

    .Their > div ul li:first-child{
        float: right;
        width: 1.8rem;
        height: 0.6rem;
        border-radius: 0.08rem;
        text-align: center;
        line-height: 0.6rem;
        background:rgba(255,73,54,1);
        box-shadow:0px 6px 15px 0px rgba(255,101,81,0.3);
        color: #ffffff;
    }
    .Their > div ul .confirm {
        float: right;
        width: 1.8rem;
        height: 0.7rem;
        border-radius: 35px;
        text-align: center;
        line-height: 0.7rem;
        background:rgb(170, 159, 157) !important;
        box-shadow:0px 6px 15px 0px rgba(255,101,81,0.3);
        color: #ffffff;
    }
    .Their > div ul li:last-child{
        float: left;
        width: 1.8rem;
        height: 0.6rem;
        border-radius: 0.08rem;
        text-align: center;
        line-height: 0.6rem;
        border:1px solid rgba(255,73,54,1);
        font-size: 0.32rem;
        color:rgba(255,73,54,1);
    }
    .papersSucc{
        text-align: center;
    }
    .papersSucc p:nth-child(1){
        font-size: 0.32rem;
        color: #fb5b45;
        padding-top: 0.9rem;
    }
    .papersSucc p:nth-child(2){
        font-size: 0.26rem;
        color: #666666;
        padding-top: 0.28rem;
    }
    .papersSucc p:nth-child(3){
        font-size: 0.26rem;
        color: #999999;
        padding-top: 0.24rem;
    }
    .papersSucc img{
        position: absolute;
        top: 0.12rem;
        right: 0.12rem;
        width: 0.5rem;
        height: 0.5rem;
    }
    .throughResults{
        text-align: center;
        
    }
    .throughResults p:nth-child(1){
        font-size: 0.3rem;
        color: #27b465;
        padding-top: 0.9rem;
    }
    .throughResults p:nth-child(2){
        font-size: 0.26rem;
        color: #666666;
    }
    .throughResults p:nth-child(3){
        font-size: 0.26rem;
        padding-top: 0.2rem;
        color: #999999;
    }
    .throughResults p:nth-child(3) a:nth-child(1) span{
        color: #fb5b45;
    }
    .throughResults p:nth-child(3) a:nth-child(2){
        padding-left: 0.36rem;
    }
    .throughResults p:nth-child(4){
        font-size: 0.26rem;
        color: #999999;
        padding-top: 0.2rem;
    }
    .throughResults p:nth-child(4){
        font-size: 0.26rem;
        color: #999999;
        padding-top: 0.2rem;
        text-align:left;
        margin:0 0 0 0.2rem ;
        overflow-y:auto;
        max-height:calc(60vh - 2.5rem)
    }
    .throughResults p:nth-child(4) input{
       display:inline-block;
       width: 0.16rem;
       height: 0.16rem;
       border-radius:14px;
       border: 0.02rem solid #666;
       position:relative;
       text-align:center;
       vertical-align: unset;
       box-sizing: content-box;
       /* line-height: 0.5rem; */
    }
    .throughResults p:nth-child(4) input.checked::after{
        position:absolute;
        width: 0.12rem;
        height: 0.12rem;
        background:#666;
        content:"";
        border-radius:14px;
        left: 0.02rem;
        top: 0.02rem;
        vertical-align:middle;
    }

    .throughResults img{
        position: absolute;
        top: 0.12rem;
        right: 0.12rem;
        width: 0.5rem;
        height: 0.5rem;
    }
    .sorryResults p:nth-child(1){
        color: #fb5b45;
    }
    .Scorenone p:nth-child(3) a:nth-child(1){
        color: #27b465;
    }
    .question_index{
        margin-bottom: 0.36rem;
    }
    .question_index>textarea{
        width: 6.9rem;
        height: 3rem;
        border: 1px solid #ccc;
        outline: none;
        display: block;
        margin: 0.3rem auto;
        font-size: 0.3rem;
    }
    .footerCommit button:nth-child(1){
        width:2.16rem;
        height:0.7rem;
        background:rgba(251,91,69,1);
        color: #fff;
        display: block;
        margin: 0 auto;
    }
    [data-type="4"]>div>span:nth-child(1){
        color:#fb5b45;
    }
    [data-type="4"]>div>div:nth-child(2){
        display: inline-block;
    }
    [data-type='3'] ol{
        margin: 10px 0 0 -7px;
        padding: 0;
    }
    [data-type='3'] ol li{
         display: inline-block;
         margin: 0;
         padding: 0;
        width: 100px;
        height: 42px!important;
        line-height: 42px !important;
        margin-right: 26px;
        cursor: pointer;
     }
 
     [data-type='3'] ol li>div{
         float: left;
         width: 0.4rem;
         height: 0.4rem;
         margin-top: 6px;
         margin-left: 9px;
         border:1px solid rgba(191,191,191,1);
         border-radius: 50%;
         background: #fff;   
         position: relative;
     }
     [data-type='3'] ol li>div div{
         width: 10px;    
         height: 10px;
         border-radius: 50%;
         background:rgba(153,153,153,1);
         position: absolute;
         top: 50%;
         left:50%;
         transform: translate(-50%,-50%);
         display: none;
     }
     [data-type='3'] ol li>p{
         float: left;
         line-height: 32px;
         margin-left: 16px;
     }
     [data-type='3'] ol li.active{
         background: #fff;
         
     }
     [data-type='3'] ol li.active>div div{
         display: block;
     }
      /* 来源的统一样式 */
    p.question_orign{
        font-size: 12px;
        color: #c4c7ce;
        margin-top: 8px;
        line-height: 18px;
    }
}
