/*html{height:100%}*/
body{
    background-color: #1CB2A7;
    /*height: 100%;*/
    padding:10px;
}
p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;color:#000;}
.clear{clear: both;}
.mui-content{
    padding:10px;
    background-image: url("../images/background.png");
    background-size:100px 57px;
    /*height: 100%;*/
    border-radius: 4px;
}
p.r-num{
    overflow: hidden;
}
p.r-num>span{
    float:right;
    color:#1CB2A7;
}
.r-title{
    text-align: center;
    font-size:1.2em;
    margin-top:.6em;
    margin-bottom:.2em;
}
.r-sub-title{
    text-align: center;
    font-size:.8em;
    margin-top:.3em;
    margin-bottom:.5em;
}
.split{
    position:relative;
    height:20px;
    margin-top:.2em;
    margin-bottom:.2em;
}
.split .voal-left,.split .voal-right{
    width:10px;
    height:20px;
    background-size: 10px 20px;
}
.split .voal-left{
    position:absolute;
    top:0;
    left:-10px;
    background-image: url(../images/oval-left.png);
}
.split .voal-right{
    position:absolute;
    top:0;
    right:-10px;
    background-image: url(../images/oval-right.png);
}
.split .dotted{
    margin-left:10px;
    margin-right:10px;
    border-bottom:3px dotted #ccc;
    position:relative;
    top:10px;
}
@media (max-width:319px) {
    .r-title{
        font-size:1.1em;
    }
}
.container{
    padding:.1em .5em .5em .5em;
}

.item-title{
    text-align: center;
    font-size:1em;
    margin-top:.4em;
    margin-bottom:.5em;
}
.container>p{color:#4A4A4A;}
.stamp{
    position:absolute;
    right:0;
    top:49px;
}
.stamp>span{
    display: inline-block;
    width:50px;
    height:50px;
}
#stamp1{
    background-image: url(../images/stamp1.png);
    background-repeat: no-repeat;
    background-size: 50px 44.3px;
}
#stamp2{
    background-image: url(../images/stamp2.png);
    background-repeat: no-repeat;
    background-size: 46px 46px;
}
.container .font-bold{font-weight: 600;}
.font-color-err{color:#E60011;}
.container .font-color-err{color:#E60011;}
.container .result-title{margin-top:.5em;}

@media (max-width:320px) {
    .container p{font-size:12px;}
}
.mui-table-view-cell>a{
    font-weight: bold;
}
.mui-col{
    margin-right: -4px;
    display: inline-block;
}
#majorReport{margin-top:1em;}
.desc-container{
    padding:10px;
}
.major-sub-title{font-weight: 800;}
.desc-header{font-weight:500;margin-bottom: .5em !important;}

.ait-table-view {
    position: relative;
    margin-top: 0;
    margin-right: -24px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    background-color: #fff;
}
.ait-table-view:before {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    /*background-color: #c8c7cc;*/
    top: -1px;
}
.ait-table-view:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    /*background-color: #c8c7cc;*/
}
.ait-table-view-cell {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.ait-table-view-cell {
    position: relative;
    overflow: hidden;
    padding: 11px 15px;
    -webkit-touch-callout: none;
}
.ait-table-view-cell:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    /*background-color: #c8c7cc;*/
}
.ait-table-view-cell.ait-active {
    margin-top: -1px;
    background-color: #eee;
}
.ait-table-view-cell>a{
    position: relative;
    display: block;
    overflow: hidden;
    margin: -11px -15px;
    padding: 5px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;
    font-size:14px;
    font-weight: 500;
}
.ait-navigate-right:after {
    right: 15px;
    content: '\e581';
    background-color:#1CB2A7;
    border-radius: 50%;
}
.ait-navigate-right:after{
    font-family: Muiicons;
    font-size: inherit;
    line-height: 1;
    position: absolute;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.ait-collapse-content {
    position: relative;
    display: none;
    overflow: hidden;
    margin: 11px -15px -11px;
    padding: 8px 15px;
    padding-left:20px;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
    background: #fff;
}
.ait-collapse-content>p{
    position: relative;
}
.data-flow-time{
    position:absolute;right:0;bottom:0;color:#bbb;font-size:12px;
}
.ait-collapse-content.active{display: block;}

.ait-navigate-right.ait-active:after{
    content: '\e580';
    /*background-color:#bbb;*/
}
.ait-navigate-right.ait-active{background-color:#eee;}
.ait-collapse-content>p{
    font-size:13px;
}
.unit{font-size:12px;color:#aaa;}
.simple-title:after{content: '';}
@media (max-width:320px) {
    .data-flow-time{font-size:10px;}
    .ait-collapse-content {padding-left:5px;}
}

/* 加载动画 */
.loading-masker{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: rgba(0,0,0,.3); */
    z-index:10000;
}
.loading {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 2;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.loading:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.loading-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}





























