/*public*/
*{
    margin: 0;
    padding: 0;
}
.important {
    color: #ff2411;
    padding-right: 5px;
    vertical-align: middle;
}
ul {
    list-style-type: none;
}
[v-cloak]{display: none;}
.dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10;
}

/*element*/
.el-radio {
    margin-bottom: 10px;
}

/*wrap*/
.wrap {
    background: url('../images/pc/bgtop.png') no-repeat 50% 0,url('../images/pc/bg.png') no-repeat 50% 157px;
    overflow: hidden;
    padding-bottom: 66px;
}

/*content*/
.content {
    width: 1080px;
    padding: 0 60px;
    background: #fff;
    margin: 205px auto 0;
}
.content .subject {
    border-bottom: 1px solid #efefef;
}
.content .subject .question {
    padding: 40px 0 0 0;
}
.content .subject .question strong {
    font-size: 16px;
    color: #333;
}
.content .subject .answer {
    padding: 25px 10px 15px;
}
.content .subject .answer h4 {
    padding: 0 0 10px 0;
    color: #333;
}
.content .subject .answer .item {
    margin-bottom: 20px;
}
.content .subject .answer .other_input {
    padding-left: 5px;
}
.content .subject .answer .other_input input {
    width: 164px;
    height: 26px;
    line-height: 26px;
}
.table-list {
    font-size: 15px;
}
.table-list table {
    border-collapse: collapse;
}
.table-list small {
    font-size: 12px;
}
.table-list table tr {
    border-bottom: 1px solid #efefef;
}
.table-list table td {
    border-right: 1px solid #efefef;
}
.table-list table td:last-child {
    border-right:none;
}
.table-list td {
    width: 86px;
    height: 76px;
    text-align: center;
}
.table-list .el-checkbox__label, .table-list .el-radio__label {
    display: none;
}
.table-list .el-checkbox-group .el-checkbox {
    margin-right: 0;
    width: 87px;
    height: 76px;
    line-height: 76px;
    border-right: 1px solid #efefef;
}
.table-list .el-checkbox-group .el-checkbox:last-child {
    border-right: none;
}

/*diff*/
.page .question {
    padding-top: 40px;
    margin-bottom: 20px;
}
.content .page .subject:nth-child(even) {
    background: #fafafa;
}
.content .page .subject .answer {
    padding: 25px 19px;
}

/*progress*/
.progress {
    height:70px;
}
.progress .progress-ctx {
    width: 210px;
    padding: 12px 0 38px 0;
    float:right;
}

/*control*/
.control {
    padding-bottom: 54px;
}
.control .ctr {
    float : left;
}
.control .ctr span {
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    background: #00b1e6;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.control .ctr span:hover{
    background-color: #00a0d0;
}
.control .ctr li {
    width: 40px;
    height: 6px;
    background: #efefef;
    float:left;
    margin-right: 10px;
}
.control .ctr li:last-child {
    margin-right: 0;
}
.control .ctr-step {
    padding-top: 15px;
    width: 250px;
}
.control .ctr-button {
    width: 415px;
    height: 36px;
}
.control .next, .control .sumbit {
    float: right;
}
.control .ctr .select {
    background: #00b1e6;
}
.control .ctr .sumbit {
    background: #FFAC0C;
}
.control .ctr .finsh {
    background: #ccc;
    cursor: auto;
}

/*dialog_ctx*/
.dialog_ctx {
    width: 620px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.dialog_ctx h2 {
    background: #1da6d2;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-indent: 16px;
}
.dialog_ctx h2 span {
    position: absolute;
    right: 10px;
    top: 0.1rem;
    display: block;
    cursor: pointer;
    font-size: 25px; 
}
.dialog_ctx .banner {
    margin: 20px auto 0;
    width: 329px;
    height: 96px;
    background: url('../images/pc/lotter.png') no-repeat 0 0;
}
.dialog_ctx .user-msg h3 {
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    margin: 30px auto;
}
.dialog_ctx .form-ctx {
    width: 370px;
    margin: 0 auto;
}
.dialog_ctx .el-button--primary {
    background-color: #1da6d2;
    border-color: #1da6d2;
    width: 160px;
}

/*select 的宽度*/
.answer-214 {
    width: 214px;
}
.answer-340 {
    width: 340px;
    margin-bottom: 15px;
}
.answer-209 {
    width: 209px;
}
.answer-447 {
    width: 447px;
}
.answer-343 {
    width: 343px;
}
.answer-332 {
    width: 332px;
}
.answer-193 {
    width: 193px;
}
.answer-205 {
    width: 205px;
}
.answer-330 {
    width: 330px;
}
.answer-300 {
    width: 300px;
}
.answer-239 {
    width: 239px;
}
.answer-74 {
    width: 74px;
}
.answer-178 {
    width:178px;
}
.el-radio__input.is-checked .el-radio__inner {
    border-color: #00b1e6!important;
    background: #00b1e6!important;
}
.el-radio__input.is-checked+.el-radio__label {
    color:  #00b1e6!important;
}
.el-radio__inner:hover {
    border-color: #00b1e6;
}
@media screen and (max-width: 800px) {
    /*select 的宽度*/
    .page1 .subject1 .el-radio {
        width: 1.8rem;
    }
    .page1 .subject2 .el-select {
        width: 5rem;
        margin-bottom: 0.28rem;
    }
    .page1 .subject3 .el-radio-group .el-radio:nth-child(odd) {
        width: 3.6rem;
    }
    .page1 .subject3 .el-radio-group .el-radio:nth-child(even) {
        width: 1.4rem;
    }
    .page1 .subject4 .el-radio-group .el-radio:nth-child(odd) {
        width: 3.4rem;
    }
    .page1 .subject4 .el-radio-group .el-radio:nth-child(even) {
        width: 2.2rem;
    }
    .page1 .subject5 .el-radio {
        width: 5.6rem;
    }

    .page2 .el-radio, .page3 .el-checkbox, .page4 .el-checkbox {
        width: 5.5rem;
    }

    /*element*/
    .el-radio {
        margin-right: 0.1rem;
        margin-bottom: 0.28rem;
    }
    .el-radio__label {
        padding-left: 0.1rem;
        font-size: 0.22rem;
    }
    .el-checkbox {
        margin-bottom: 0.28rem;
    }

    /*public*/
    html{
        font-size: 13.3333333vw;
        background: #0d192c;
    }

    /*wrap*/
    .wrap {
        background: url('../images/mobile/bgtop.png') no-repeat 50% 0,url('../images/mobile/bg.png')  50% 2.05rem;
        background-size: 7.5rem;
        overflow: hidden;
        padding-bottom: 0;
        font-size: 0.22rem;
        padding-bottom: 1.62rem;
    }

    /*content*/
    .content {
        width: 6.38rem;
        padding: 0 0.26rem;
        margin: 2.05rem auto 0;
    }
    .content .subject .question strong {
        font-size: 0.28rem;
    }
    .content .subject .question {
        padding: 0.34rem 0 0 0;
    }
    .content .subject .answer {
        padding: 0.36rem 0.2rem 0;
    }
    .content .subject .answer .other_input input {
        width: 1.66rem;
        height: 0.38rem;
        line-height: 0.38rem;
    }
    .content .subject .answer h4 {
        padding: 0 0 0.2rem 0;
    }

    /*progress*/
    .progress {
        display:flex;
        justify-content: center;
        height: 1rem;
    }
    .progress .progress-ctx {
        width: 4rem;
        padding: 0.3rem 0 0.38rem 0;
        float:none;
    }

    /*control*/
    .control {
        display:flex;
        flex-wrap: wrap;
    }
    .control .ctr-button {
        width: 100%;
        flex-shrink: 0;
        display: flex;
        justify-content: space-evenly;
    }
    .control .ctr span {
        width: 3rem;
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .control .ctr-step {
        padding-top: 0.8rem;
        width: 5rem;
        margin: 0 auto;
        float:none;
    }
    .control .ctr li {
        width: 0.79rem;
        height: 0.12rem;
        margin-right: 0.2rem;
    }

    /*table*/
    .table-list {
        font-size: 0.26rem;
        overflow-x: scroll;
    }
    .table-list table {
        width: 20rem;
    }
    .table-list td {
        width: auto;
        height: auto;
    }
    .table-list small {
        font-size: 0.2rem;
    }
    .table-list .el-checkbox-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .table-list .el-checkbox-group .el-checkbox {
        width: 1.64rem;
        height: 1.4rem;
    }
    .table-list .el-checkbox {
        margin-bottom: 0;
    }

    /*dialog_ctx*/
    .dialog_ctx {
        width: 6.53rem;
    }
    .dialog_ctx h2 {
        height: 1.1rem;
        text-align: center;
        font-size: 0.28rem;
        line-height: 0.4rem;
        padding: 0.3rem 0.3rem 0;
        text-indent: 0;
    }
    .dialog_ctx .banner {
        width: 5.59rem;
        height: 1.63rem;
        background: url('../images/mobile/lotter.png') no-repeat 0 0;
        background-size: 5.59rem;
        margin: 0.3rem auto 0;
    }
    .dialog_ctx .user-msg h3 {
        font-size: 0.28rem;
        margin: 0.3rem auto;
    }
    .dialog_ctx .form-ctx {
        width: 5.9rem;
    }
    .dialog_ctx .el-button--primary {
        width: 2.4rem;
    }

    /*diff*/
    .page .question {
        padding-top: 0.3rem;
        margin-bottom: 0.28rem;
    }
    .content .page .subject .answer {
        padding: 0.25rem 0.19rem 0;
    }

    .mobile_tips {
        position: fixed;
        top: 0;
        left:50%;
        transform: translate(-50%, -2rem);
        padding: 0.2rem;
        color: #fff;
        background: #000;
        border-radius: 0.1rem;
        z-index: 9;
        -webkit-animation: tipsDown .5s ease 0s 1 both;
        font-size: 0.24rem;
    }
    
    @-webkit-keyframes tipsDown {
        0% {
            transform: translate(-50%, -2rem);
        }
        100% {
            transform: translate(-50%, 0.5rem);
        }
    }
}