/* 二维码*/
.paper-detail-title{
    border-left: 5px solid #4a89dc;
    font-size: 20px;
    margin: 10px 0 10px 0px;
    line-height:24px;
    padding-left: 10px;
}
.paper-qrcode-wrapper {
    margin: 20px 0px 10px 0px;
    float: right;
    padding: 8px 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
}

.paper-qrcode-wrapper .private {
    width: 100px;
    height: 100px;
    padding-top: 20px;
}

.paper-detail-container {
    min-height: 400px;
    margin: auto;
    width: 100%;
    overflow-x: hidden;
}

.paper-detail-container .paper-basic-info {
    padding: 5px;
}

.paper-detail-container .toggle-question-detail {
    font-size: 16px;
}

.paper-detail-container .paper-content {
    /*padding: 0px;*/

}

.paper-detail-container .correlative {
    background: #ffffff;
    margin: 20px -15px 0px -15px;
    padding: 20px;
}

.paper-detail-container .mini-footer {
    padding: 30px 30px 20px 30px;
    margin: 0px -15px;
    color: #cfeffe;
    background-color: #009EE7;
    /*max-height: 220px;*/
}

.paper-detail-container .separator {
    height: 1px;
    border-bottom: 1px solid #cfeffe;
    margin: 10px 0 10px 0px;
}

.paper-detail-container .mini-footer a, .paper-detail-container .mini-footer a:focus {
    color: #ffffff;
}

.paper-detail-container .paper-structure .skill-name {
    padding-left: 20px;
    font-size: 16px;
    text-align: left !important;
}

.paper-detail-container .paper-structure .skill-name > a:before {
    /* fa-minus-square-o f147 */
    font-family: 'FontAwesome';
    content: "\f147";
    font-size: 16px;
    vertical-align: middle;
    padding-bottom: 3px;
}

.paper-detail-container .paper-structure .skill-name > a[data-collapse='true']:before {
    /* fa-plus-square-o f196 */
    content: "\f196";
}

.paper-detail-container .paper-structure .skill-name > a[data-collapse='false']:before {
    content: "\f147";
}

.paper-detail-container .paper-structure .th {
    height: 40px;
    line-height: 40px;
    background-color: #DAE7F2;
}

.paper-detail-container .paper-structure .s-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.paper-detail-container .paper-structure .row {
    display: table-row;
}

.paper-detail-container .paper-structure .s-row {
    display: table-row;
    background-color: #FCFCFC;
    height: 40px;
    line-height: 40px;
}

.paper-detail-container .paper-structure .s-row.th {
    display: table-row;
    background-color: #DAE7F2;
}

.paper-detail-container .paper-structure .s-row .s-col {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paper-detail-container .paper-structure .s-row.q-type > .s-col {
    border-bottom: 1px dashed #DAE7F2;
    background-color: #fff;
}

.paper-detail-container .paper-structure .s-row.q-type-root > .s-col {
    border-bottom: 1px solid #DAE7F2;
    background-color: #fcfcfc;
}

.paper-detail-container .paper-structure .s-col {
    display: table-cell;
    /*height: 40px;*/
    /*line-height: 40px;*/
    text-align: center;
}

.paper-detail-container .paper-structure .part-property {
    background-color: #f4f8fb;
    padding: 10px 10px;
}

.paper-detail-container .paper-structure .part-property li {
    line-height: 20px;
}

.paper-detail-container .paper-structure .part-property li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    color: #8CADCA;
    font-size: 8px;
    margin-right: 5px;
    padding-bottom: 3px;
    vertical-align: middle;
}

/****************************  分享  ****************************/
.paper-detail-container.sharing-container {
    background-color: #fff;
    width: 100% !important;
}

.paper-detail-container.sharing-container .sharing-pad {

}

.paper-detail-container.sharing-container .sharing-pad .pad-heading {
    padding: 10px 0px;
}

@media screen and (min-width: 1200px) {
    .lg100-xs80 {
        width: 80%
    }

    .paper-detail-container {
        width: 1200px;
    }

    .paper-detail-container .paper-content {
        padding: 30px;
    }

    .report-question .question-label {
        max-width: 400px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .lg100-xs80 {
        width: 100%
    }

    .paper-detail-container .paper-content {
        padding: 20px;
    }

    .paper-detail-container .paper-structure .skill-name {
        padding-left: 10px;
        font-size: 14px;
    }

    .report-question .question-label {
        max-width: 150px;
    }
}

@media screen and (max-width: 992px) {
    .lg100-xs80 {
        width: 100%
    }

    .paper-detail-container .paper-structure .skill-name {
        padding-left: 10px;
        font-size: 14px;
    }

    .report-question .q-item-sub {
        /* 瀛�棰������ㄥ�� */
        margin-left: 10px !important;
    }

    .report-question .part-question {
        /* 璇�棰�淇℃����ㄥ�� */
        padding: 0px 5px 5px 5px;
    }

    .report-question .question-label {
        max-width: 100px;
    }

    /*.report-question .part-title {*/
    /*padding: 0 0 0 5px !important;*/
    /*}*/
}

/**************************** 试卷组 ****************************/
.paper-detail-container .paper-group {
}

.paper-detail-container .paper-group th {
    text-align: center;
    background-color: #DAE7F2;
    border-bottom: none;
    padding: 16px;
    font-size: 15px;
}

.paper-detail-container .paper-group td {
    padding: 12px 16px;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #DBE7F2;
}

.paper-detail-container .paper-group .paper-name:hover {
    color: #009EE7;
}

.paper-detail-container .paper-group .paper-name {
    color: #656D78;
}

.paper-detail-container .paper-group .relation-type-icon {
    padding: 3px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    width: 60px;
    display: inline-block;
    background-color: #FFA400;
}

.paper-detail-container .paper-group .relation-or {
    background-color: #37BC9B;
}

/***************************  题目信息  ***************************/
.report-question {

}

.report-question pre > p {
    display: inline-block;
}

.report-question pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    tab-size: 2;
}

.report-question .part-title {
    background-color: #f4f8fb;
    min-height: 40px;
    padding: 10px 20px;
    margin-top: 10px;
}

.report-question .part-question {
    padding: 0px 20px 20px 20px;
}

.report-question .q-item {
    padding: 20px 0px 15px 0px;
    border-bottom: 1px dashed #DAE7F2;
}

.report-question .q-item .q-head-wrapper > div {
    display: inline-block;
    /*width: 600px;*/
    height: 30px;
    line-height: 30px;
}

.report-question .q-item .q-head-wrapper > div i {
    /*transform: scale3d(1.5, 1.5, 1);*/
    /*font-size: 18px;*/
}

.report-question .q-item td {
    border-top: none;
}

.report-question .q-item .mark-part {
    background-color: #f4f8fb;
    text-align: center;
    padding: 10px;
}

.report-question .q-item .mark-part .mark-btn i {
    transform: scale3d(1.5, 1.5, 1);
}

.report-question .q-item .mark-part .mark-content {
    height: 100px;
    padding: 5px 5px;
    resize: none;
}

.report-question .q-item .no-answer {
    color: #97b5cf;
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.report-question .q-item-sub {
    padding: 10px;
    margin-left: 30px;
    border-bottom: none;
    background: #FAFAFA;
    border-radius: 4px;
    margin-top: 10px;
}

.report-question .q-item .skill-label {
    margin-left: 10px;
    font-weight: normal;
    font-size: 13px;
    color: #FFF;
    background-color: #8CADCA;
    display: inline-block;
    vertical-align: middle;
}

.report-question .q-item .difficult-label {
    margin-left: 10px;
    font-weight: normal;
    font-size: 13px;
    color: #FFF;
    background-color: #FFA400;
    display: inline-block;
    vertical-align: middle;
}

.report-question .q-item .language-label {
    margin-left: 10px;
    font-weight: normal;
    font-size: 13px;
    color: #FFF;
    background-color: #37BC9B;
    display: inline-block;
    vertical-align: middle;
}

.report-question .q-item .no-skill {
    background-color: #A5B4C0;
    color: #E6E9ED;
}

.report-question .q-item .q-type {
    color: #656D78;
}

.report-question .q-item .q-sequence:after {
    content: "";
}

.report-question .q-item .q-option {
    color: #656D78;
    margin-bottom: 5px;
}

.report-question .q-item .q-option .option-index {
    color: #656D78;
    margin-right: 5px;
    display: inline-block;
    width: 10px;
}

.report-question .q-item .q-option .option-index:after {
    content: "、";

}

.report-question .q-item .q-choice-icon {
    cursor: default;
    margin-right: 5px;
}

.report-question .q-item .q-choice-icon i {
    color: #AAB2BD;
}

.report-question .q-item .q-choice-icon.active i {
    color: #AAB2BD;
}

.report-question .q-item .q-text-answer {
    margin-left: 10px;
    border-left: 4px solid #37BC9B;
    padding-left: 5px;
}

.report-question .list-title-media {
    /*margin-left: 13px;*/
    border-left: 4px solid #8CC152;
}

.report-question .q-item .q-text-answer .blank-empty {
    background-color: #F2F1F6;
    color: #A1A1A3;
    font-size: 0.9em;
}

.report-question .q-item .q-text-answer .code {
    margin-left: -6px;
}

.report-question .q-item .q-text-answer.cand {
    /*margin-left: 13px;*/
    border-left: 4px solid #AFC6DA;
}

.report-question .list-title-media .media-item {
    display: table-row;
}

.report-question .list-title-media .media-item > div {
    display: table-cell;
    padding: 5px;
    border-bottom: 1px solid #E6E9ED;
    background-color: #F5F7FA;
}

.report-question .list-title-media .media-label > span {
    border-radius: 3px;
    padding: 3px 10px;
    border-radius: 3px;
    border: 1px dashed transparent;
}

.report-question .list-title-media .media-item .item-sequence {
    font-size: 1em;
    padding: 0 10px;
    font-weight: bold;
    color: #CCD1D9;
}

.share-part .share-img {
    position: relative;
}

.share-img .share-head {
    position: absolute;
    left: calc((100% - 600px) / 2);
    width: 600px;
    height: 150px;
    top: calc((100% - 150px) / 1.5)
}

.share-head .share-photo {
    float: left;
    margin-top: 10px;
}

.share-head .share-photo > img {
    border-radius: 80px;
    width: 80px;
    height: 80px;
}

.share-head .head-info {
    width: 510px;
    height: 250px;
    float: left;
    margin-left: 10px;
}

.share-head .head-info .triangle-right {
    border-right: 12px rgba(124, 82, 171, 0.49) solid;
    border-bottom: 10px transparent solid;
    border-top: 10px transparent solid;
    height: 0px;
    width: 0px;
    display: inline-block;
    position: absolute;
    top: 38px;
    left: 93px;
}

.share-head .head-info .head-words {
    background-color: rgba(124, 82, 171, 0.49);
    height: auto;
    width: 90%;
    border-radius: 4px;
    margin-left: 15px;
    padding: 10px 20px;
    color: white;
    line-height: 2;
}

.head-words p > span {
    color: #F9FF72;
}

.share-part .share-info {
    background-color: white;
    width: 70%;
    min-width: 800px;
    margin: -30px auto 0;
    text-align: center;
    padding: 50px 0 80px;
    position: relative;
    z-index: 99;
    border-radius: 4px;
    font-size: 18px;
}

.share-info p > span {
    color: #37BC9B;
    font-size: 32px;
    font-weight: lighter;
}

.share-part .share-info p {
    color: #7D7D7D;
}

.share-part .share-step {
    width: 800px;
    height: 60px;
    margin: 80px auto;
    text-align: center;
    font-size: 30px;
}

.share-part .share-box {
    width: 70%;
    min-width: 800px;
    height: 250px;
    margin: 20px auto 0;
    text-align: center;
}

.share-part .share-box .box-item {
    float: left;
    width: 30%;
    min-width: 240px;
    height: 250px;
    background-color: white;
    text-align: center;
    border-radius: 4px;
}

.share-part .share-box .box-item:not(:first-child) {
    margin-left: 5%;
}

.box-item .circle {
    height: 80px;
    width: 80px;
    border-radius: 100px;
    margin: 30px auto 20px;
    color: white;
}
.phone-share .box-item .circle{
    margin:30px auto 8px;
}
.box-item .add {
    background-color: #37BC9B;
}

.box-item .user {
    background-color: #009ee7;
}

.box-item .report {
    background-color: #FFA400;
}

.add > span {
    font-size: 45px;
    margin-top: 18px;
}

.user > span {
    font-size: 40px;
    margin-top: 18px;
}

.report > span {
    font-size: 38px;
    margin-top: 19px;
    margin-left: 4px;
}

.share-part .share-action {
    height: 150px;
    text-align: center;
}

.step-desc {
    margin: 10px 40px;
    color: #7D7D7D;
}

.share-part .share-action .share-btn {
    background-color: #ff7674;
    border: #ff7674;
    width: 220px;
    height: 45px;
    margin-top: 50px;
    font-size: 20px;
}

.share-part .share-separator {
    height: 2px;
    border-bottom: 2px solid #C3C3C3;
    width: 70%;
    min-width: 800px;
    margin: 20px auto;
}

.share-part .share-footer {
    height: 160px;
    width: 70%;
    min-width: 800px;
    margin: 0 auto 80px;
}

.share-footer .footer-info {
    float: left;
    width: 70%;
    padding-left: 46px;
}

.share-footer .footer-wx {
    float: left;
    width: 30%;
    padding: 0 40px;
}

.footer-wx .share-wx-img {
    height: 135px;
    width: 135px;
}

.share-footer .share-logo {
    float: left;
    width: 30%;
}

.share-footer .share-logo img, .share-footer .share-logo a {
    width: 100%;
    margin-left: -8px;
}

.share-footer .separator-vertical {
    float: left;
    height: 60px;
    border-left: 2px solid #E2E2E2;
}

.share-footer .logo-desc {
    float: left;
    width: calc(70% - 2px);
    height: 60px;

}

.share-footer .logo-desc > p {
    padding: 10px 35px;
    background-color: #E2E2E2;
    border-radius: 3px;
    margin-left: 15px;
    margin-top: 10px;
    margin-right: 15px;
    text-align: center;
}

/*移动端*/
.phone-share .share-head {
    position: absolute;
    left: 5%;
    width: 95%;
    height: 30%;
    top: 10%;
    vertical-align: middle;
}

.phone-share .share-head .head-info {
    height: auto;
    width: 66%;;
}

.phone-share .head-info .head-words {
    line-height: 1.3;
    height: auto;
    min-height: 100px;
    font-size: 12px;
}

.phone-share .share-info {
    background-color: white;
    width: 80%;
    min-width: 80%;
    margin: 10px auto 0;
    text-align: center;
    padding: 20px 10px 30px;
    position: relative;
    z-index: 99;
    border-radius: 4px;
    font-size: 14px;
}
.phone-share .share-info h3{
    font-size: 25px;
}
.phone-share .share-step {
    margin: 20px auto;
    width: 70%;
    font-size: 25px;
}

.phone-share .share-box {
    width: 66%;
    min-width: 66%;
    height: 710px;
}

.phone-share .share-box .box-item {
    width: 100%;
    min-width: 200px;
    height: 210px;
    margin-top: 10px;
    margin-left: 0;
}
.phone-share .step-desc{
    margin: 10px 25px;
}
.phone-share .share-box .box-item:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
}

.phone-share .share-action {
    height: 125px;
}

.phone-share .share-action .share-btn {
    margin-top: 5px;
    width: 130px;
    height: 35px;
    font-size: 16px;
}

.phone-share .common-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 9999;
    font-size: 13px;
    box-shadow: 1px 0px 9px #ccd1d9;
    padding: 15px 5px;
}

.phone-share .common-footer button {
    float: left;
    font-size: 30px;
}

.phone-share .common-header {
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px 0px 9px #aab2bd;
}

.phone-share .common-header .back {
    height: 100%;
    background-color: #fff !important;
    float: left;
    width: 15%;
    border: none;
    border-right: 1px solid grey;
}

.phone-share .share-img {
    margin-top: 45px;
}
.phone-share .share-info p > span {
    color: #37BC9B;
    font-size: 20px;
    font-weight: lighter;
    line-height: 2;
}

.chosen-percent{
    margin-right: 10px;
    width: 50px;
}
#paperDetailWrapper .date-update{
    margin-top: -15px;
}
.paper-conditions {
    font-size: 12px;
}

.paper-conditions > span {
    font-size: 13px;
    margin-right: 15px;
    cursor: default;
}

.paper-conditions .pers-weixin .icon {
    font-size: 15px;
    color: #44B549;
    position: relative;
    top: 1px;
}

.paper-conditions .ban-wrap {
    position: relative;
    width: 1.2em;
    height: 1.1em;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
}

.paper-conditions .ban-wrap .ban {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    top: -3px;
    left: -1px;
}

.paper-conditions .ban-wrap .icon {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    top: 0;
}

.paper-conditions .pers-camera .icon {
    color: #009ee7;
}

.paper-conditions .pers-access .icon {
    color: #E9573F;
    font-size: 14px;
}
#paperDetailWrapper .enter-item{
    margin-right: 40px;
    width: 300px;
    height: 215px;
    background-color: #FCFCFC;
    border: solid 1px #EAEAEA;
}
#paperDetailWrapper .enter-item>p{
    padding: 8px 25px;
    background-color: #DAE7F2;
}
#paperDetailWrapper .enter-item>div{
    padding: 15px 25px;
}
#paperDetailWrapper .enter-item .code-box{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#paperDetailWrapper .enter-item .code-text{
    text-align: center;
}
#paperDetailWrapper .print-btn{
    margin-top: 25px;
    float: right;
}
.qrcode-wrap{
    position: relative;
}
.qrcode-wrap .code-text{
    position: absolute;
    right: 10px;
    top: 40%;
}
/*#paperDetailWrapper .enter-item a{*/
    /*display: block;*/
/*}*/
/*#paperDetailWrapper .enter-item a:hover .default{*/
    /*display: none;*/
/*}*/
/*#paperDetailWrapper .enter-item a:hover .hint{*/
    /*display: block;*/
/*}*/
/*#paperDetailWrapper .enter-item a .hint{*/
    /*display: none;*/
/*}*/