﻿@media print {

    body, .container {
        min-width: 100% !important;
    }

    .container {
        font-family: Tahoma, Helvetica, Arial, 宋体, "Microsoft YaHei",sans-serif;
        font-size:13px;
    }

    .print-display, .fixed-top, .fixed-up, footer {
        display: none !important;
    }

    .report-cover {
        display:block !important;
    }


    @page {
        size: A4;
        margin: 0mm auto;
        margin-top: 5mm;
    }


    .stylekeys2 {
        margin: 0px;
        padding: 0px;
        width: 460px !important;
        height: 260px !important;
    }

    .stylekeys1 {
        margin: 0px;
        padding: 0px;
        width: 550px !important;
        height: 350px !important;
    }

}



html {
    font-size: 14px;
    -moz-user-select: none; /* Firefox私有属性 */
    -webkit-user-select: none; /* WebKit内核私有属性 */
    -ms-user-select: none; /* IE私有属性(IE10及以后) */
    -khtml-user-select: none; /* KHTML内核私有属性 */
    -o-user-select: none; /* Opera私有属性 */
    user-select: none; /* CSS3属性 */
}

.wrap {
    position: relative;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.wrap-mask:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(/Content/Images/bg.png) no-repeat;
    opacity: 1;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.report-shade {
    height: 200px;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
    margin: -200px 0 0px 0;
    z-index: 0;
    position: relative;
}

.report-cover {
    display: none;
}

.fixed-top {
    background-color: #fff;
}

.fixed-up {
    margin-bottom:100px;
}

.stylekeys1 {
    margin: 0px;
    padding: 0px;
    width: 550px !important;
    height: 330px !important;
}

.stylekeys2 {
    margin: 0px;
    padding: 0px;
    width: 395px !important;
    height: 220px !important;
}

@media(max-width:414px) {

    .bd ul li {
        font-size: 1.6rem;
        line-height: 2rem !important;
    }


}

.report {
    font-family: Tahoma, Helvetica, Arial, 宋体, "Microsoft YaHei",sans-serif; /*'Noto Serif SC', serif, */
    font-size: 13px;
    color: #000;
    background-color: #fff;
    width: 785px;
    min-height:1060px;
    height: auto;
    padding: 0;
    margin:0 auto;
    
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif SC', serif, SimHei !important;
}

.report-paging {
    page-break-after: always;
}


.report-page-head {
    width: 785px;
    height: 20pt;
    border-width: 1pt;
    font-size: 12px;
    color: #000000;
    border: 0;
    padding: 0px;
    margin: 0;
    border-collapse: collapse !important;
}

    .report-page-head td {
        margin: 0px;
        padding: 0px;
    }

.report-page-body {
    width: 785px; /**/
    /*min-height: 980px;*/
    min-height: 1030px;
    border: 1px solid #000000;
    padding:10px;
}

    .report-page-body table {
        border-collapse: collapse;
    }

.report-table td {
    padding: 5px !important;
}

.report-table th {
    padding: 5px !important;
}

.table-y-0 tr td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


.color-bordered-table.info-bordered-table {
    border: 1px solid #03a9f3 !important;
}

    .color-bordered-table.info-bordered-table tr td {
        border: 1px solid #03a9f3 !important;
    }

    .color-bordered-table.info-bordered-table thead th {
        background-color: #03a9f3;
        color: #fff
    }

.div-x-icon::after {
    content: "\2740";
    color: #1e88e5;
    
}

.report-table-simple {
    border:1px solid #000;
    
}
    .report-table-simple tr th {
        border-top: 1px solid #fff;
        border-top-right-radius: 10px;
        background-color: #000;
        color: #fff;
    }
.report-table-simple td {
    padding:3px;
}


.purple-to-white {
    background: linear-gradient(to right, purple, white);
}

.blue-to-white {
    background: linear-gradient(to right, #1e88e5, white);
}

.border-black {
    border: 1px solid #000000;
}

.border-x-black {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
}


.border-l-white {
    border-left: 1px solid #fff !important;
}

.border-y-white {
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    background-color:#fff !important;
}

.border-r-white {
    border-right: 1px solid #fff !important;
}

.border-b-white {
    border-bottom: 1px solid #fff !important;
}


.border-l-black {
    border-left: 1px solid #000 !important;
}

.border-l-info {
    border-left: 1px solid #1e88e5 !important;
}

.border-r-black {
    border-right: 1px solid #000 !important;
}

.border-r-info {
    border-right: 1px solid #1e88e5 !important;
}

.border-l-purple {
    border-left: 1px solid #6b5fb5 !important;
}

.border-r-purple {
    border-right: 1px solid #6b5fb5 !important;
}

.border-lr-purple {
    border-left: 1px solid #6b5fb5 !important;
    border-right: 1px solid #6b5fb5 !important;
}

.border-tlr-purple {
    border-top: 1px solid #6b5fb5 !important;
    border-left: 1px solid #6b5fb5 !important;
    border-right: 1px solid #6b5fb5 !important;
}

.border-blr-purple {
    border-bottom: 1px solid #6b5fb5 !important;
    border-left: 1px solid #6b5fb5 !important;
    border-right: 1px solid #6b5fb5 !important;
}

.border-dashed-info {
    border: 1px dashed #03a9f3;
}


/*
.report-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.report-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.report-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.report-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.report-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.report-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.report-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.report-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.report-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.report-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.report-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.report-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.report-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


.font-heiti {
    font-family:SimHei;
}


.title-font-12 {
    font-family: Tahoma, Helvetica, Arial, 'Noto Serif SC', serif, SimHei;
    font-size: 0.857rem !important;
}

.title-font-13 {
    font-family: Tahoma, Helvetica, Arial, 'Noto Serif SC', serif, SimHei;
    font-size: 0.929rem !important;
}

.title-font-14 {
    font-family: Tahoma, Helvetica, Arial, 'Noto Serif SC', serif, SimHei;
    font-size: 1rem !important;
}

.title-font-16 {
    font-family: Tahoma, Helvetica, Arial, 'Noto Serif SC', serif, SimHei;
    font-size: 1.143rem !important;
}

.title-font-17 {
    font-family: Tahoma, Helvetica, Arial, 'Noto Serif SC', serif, SimHei;
    font-size: 1.214rem !important;
}

.title-font-18 {
    font-family: Tahoma, Helvetica, Arial, 'Noto Serif SC', serif, SimHei;
    font-size: 1.286rem !important;
}

.title-font-21 {
    font-family: Tahoma, Helvetica, Arial, 'Noto Serif SC', serif, SimHei;
    font-size: 1.5rem !important;
}

.font-size-23 font-Serif {
    font-family: Tahoma, Helvetica, Arial, 'Noto Serif SC', serif, SimHei;
    font-size: 1.643rem !important;
}

.title-font-26 {
    font-family: 'Noto Serif SC', serif, SimHei;
    font-size: 1.857rem !important;
}

.title-font-28 {
    font-family: 'Noto Serif SC', serif, SimHei;
    font-size: 2rem !important;
}

.title-font-30 {
    font-family: 'Noto Serif SC', serif, SimHei;
    font-size: 2.143rem !important;
}

.title-font-32 {
    font-family: 'Noto Serif SC', serif, SimHei;
    font-size: 2.286rem !important;
}

.title-font-36 {
    font-family: 'Noto Serif SC', serif, SimHei;
    font-size: 2.571rem !important;
}

.title-font-40 {
    font-family: 'Noto Serif SC', serif, SimHei;
    font-size: 2.857rem !important;
}

.title-font-hei-28 {
    font-family: 'Noto Sans SC', sans-serif, SimHei;
    font-size: 2rem !important;
}

.title-font-hei-30 {
    font-family: 'Noto Sans SC', sans-serif, SimHei;
    font-size: 2.143rem !important;
}
    

.body-font-12 {
    font-family: 'Noto Serif SC', serif, 宋体;
    font-size: 12px;
}

.body-font-14 {
    font-family: 'Noto Serif SC', serif, 宋体;
    font-size: 14px;
}

*/

.p-style p{
    margin:0px !important;
    text-indent:2em;
}

.p-style ul li {
    list-style: none;
    line-height: 30px !important;
}

    .p-style ul li:before {
        content: "\2606";
        margin-right: 10px;
        color: #c719b9; /*#b91d7c;*/
    }

.ml-150 {
    margin-left:150px !important;
}

.mt-180 {
    margin-top:180px !important;
}

.mt-300 {
    margin-top:300px !important;
}

.pl-625 {
    padding-left:40px;
}

.pl-100 {
    padding-left:100px !important;
}

.py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.py-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}


.w-10 {
    width:10px !important;
}

.w-15 {
    width:15px !important;
}



.ul-line-height-230 li{
    line-height:2.3 !important;
}

.ul-line-height-180 li {
    line-height: 1.8 !important;
}

.ul-center {
    margin:0 auto;
}


/*------------------------------专业解析--------------*/
.major {
    width: 785px; /**/
    min-height: 1020px;
    border: 1px solid #000000;
    margin:0 auto;
}

    .major td {
        vertical-align: text-top;
        padding:5px 10px;
    }

    .major table td.bili {
        font-family: 黑体;
        font-size: 14px;
        text-align: right;
        color: #FC3468;
    }

    .major p {
        margin:0;
        padding-top:5px;
    }

.major_ltitle {
    margin-top: 20px;
}

    .major_ltitle .p_left {
        width: 130px;
        float: left;
        background-color: #1e88e5;
        color: #fff;
        font-family: 'Noto Serif SC', serif, SimHei;
        font-size: 14px;
        text-align: center;
        padding: 2px;
        border-top-right-radius: 30px;

    }

    .major_ltitle .p_right {
        width: 470px;
        float: left;
        color: #000;
        font-family: 'Noto Serif SC', serif, SimHei;
        font-size: 14px;
        padding: 0px;
        margin-top: 3px;
        border-bottom: 1px solid #1e88e5;
    }

.major .p_con {
    clear: both;
    padding-top: 10px;
    text-indent: 2em;
    line-height: 25px;
}

.major .p_con2 {
    clear: both;
    padding-top: 10px;
    line-height: 25px;
    padding-left: 20px;
}

.Discipline {
    line-height: 24px;
}

    .Discipline h5 {
        margin: 20px 0;
    }

.DisciplineTitle {
    width: 150px;
    background-color: #1e88e5;
    color: #fff;
    font-family: 'Noto Serif SC', serif, SimHei;
    font-size: 16px;
    padding: 2px 0px 2px 10px;
    margin: 10px 0px;
    border-top-right-radius: 30px;
}



.DisciplineTitle_x {
    display: block;
    width: 230px;
    padding: 3px 5px;
    margin: 10px 0;
    border: 1px dashed #1e88e5;
    font-weight: bolder;
    border-radius: 30px;
}

.cercle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #FF892A; /*#03cce6*/
    text-align: center;
    margin: 0 auto;
}

/*-------------------------------专业解析 end-------------------*/

/*
.a4-endwise {
    width: 1075px;
    height: 1567px;
    border: 1px #000 solid;
    overflow: hidden;
    padding: 0;
    word-break: break-all;
}

.a4-broadwise {
    width: 1569px;
    height: 1073px;
    border: 1px #000 solid;
    overflow: hidden;
    padding: 0;
    word-break: break-all;
}

.print {
    position: fixed;
    top: 1%;
    right: 10%;
}
.out {
    border-top: 5em #199fff solid; /*上边框宽度等于表格第一行行高
    border-left: 200px #ff8838 solid; /*左边框宽度等于表格第一行第一格宽度
    position: relative; /*让里面的两个子容器绝对定位
    color: white;
}
*/






