/**
  header 样式
 */

.m-div-header-x {
    height: 6.5rem;
    background: no-repeat center url("../images/bg5.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.m-div-header {
    display: inline-block;
}

.header-logo {
    /*margin-left: 0.5rem;*/
    margin-top: 0.3rem;
}

.m-div-header h1 {
    /*letter-spacing: 3px;*/
    color: white;
    text-align: left;
    font-weight: bolder;
    line-height: 1.5em;
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
}

.m-div-header-right {
    display: inline-block;
}

.m-div-header-right img {
    vertical-align: -0.3em;
    width: 4rem;
    height: 4rem;
    display: inline-block;
}

.m-nav-button {
    margin-top: 1.8rem;
    /*padding-left: 0.35rem;*/
    flex-direction: row-reverse;
    padding: 0
}

/**
    Nav 导航
 */

.m-nav {
    text-align: center;
    color: black;
    font-size: 1.1rem;
    /*font-weight: 600;*/
    background: rgba(0, 0, 0, .85);
}

.dropdown-menu {
    text-align: center;
    color: black;
    background: rgba(0, 0, 0, 0);
}

.m-nav a {
    color: white;
}


/**
    菱形
 */
.box {
    position: relative;
    width: 100%;
    float: left;
    z-index: 999;
    margin: 0 auto;
}

.lineF, .lineS {
    position: absolute;
    visibility: hidden;
}

.lineS {
    top: 6rem;
    left: 4rem;
}

.boxF, .boxS, .boxT, .overlay {
    width: 6rem;
    height: 7rem;
    overflow: hidden;
    z-index: 999;
}

.boxF, .boxS {
    visibility: hidden;
}

.boxF {
    transform: rotate(120deg);
    float: left;
    margin-left: 1rem;
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
}

.boxS {
    transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);

}

.boxT {
    transform: rotate(-60deg);
    background: no-repeat 50% center;
    background-size: 125% auto;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
}

.overlay label {
    display: inline-block;
    position: absolute;
    top: 80%;
    margin: -16px 0 0 0;
    border-radius: 3px;
    /*background-color: rgba(68, 129, 235, 0.9);*/
    text-align: center;
    line-height: 1rem;
    height: 1rem;
    width: 100%;
    text-decoration: none;
    color: rgba(68, 129, 235, 0.9);
    font-size: 1rem;
    font-weight: bolder;
}

.menu-div-icon {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
}

.overlay:hover {
    background: #C7EDCC;
    cursor: pointer;
}


/**
    foot
 */
.index-footer {
    height: max-content;
    text-align: center;
    background: #FFF;
    border-top: 1px #e9e9e9 dashed;
    clear: both;
    line-height: 0.8rem;
    font-size: 0.9rem;
    margin: 2rem 0 0 0;
    padding-bottom: 1.5rem;
}

.index-footer a {
    color: black;
}

.index-footer-div {
    margin: 1rem auto 0;
    width: 99%;
}

.aut-header-h3 {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    width: 100%;
    color: #016CD1;
    font-weight: 500;
    text-align: center;
    font-size: 1.2rem;
}

.aut-header-h3:before {
    content: '— ';
}

.aut-header-h3:after {
    content: ' —';
}


.aut-header-div {
    width: 90%;
    /*border-bottom: 2px solid #005cbf;*/
    margin: 0 auto;
}


/***
    举报分类样式
 */

.report-type-li {
    background: no-repeat center 0 url("../images/m-li2.svg");
    line-height: 2.5rem;
}

.report-type-a {
    display: block;
    line-height: 3.8rem;
    text-align: center;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(255, 255, 255, 0.1);*/
    border-radius: 4px;
    transition: inherit;
    font-weight: 600;
    color: inherit;
}

.report-type-a:before {
    content: "";
    display: block;
    height: 4.5rem;
    vertical-align: middle;
}

.politic:before {
    margin: 1rem auto;
    background: no-repeat center 1rem url("../images/politic.svg");
}


.violent:before {
    margin: 1rem auto;
    background: no-repeat center 1rem url("../images/violent.svg");
}


.fraud:before {
    margin: 1rem auto;
    background: no-repeat center 1.2rem url("../images/fraud.svg");
}


.porn:before {
    margin: 1rem auto;
    background: no-repeat center 1.5rem url("../images/porn.svg");
}


.vulgar:before {
    margin: 1rem auto;
    background: no-repeat center 1.2rem url("../images/vulgar.svg");
}


.gamble:before {
    margin: 1rem auto;
    background: no-repeat center 1.2rem url("../images/gamble.svg");
}


.infringement:before {
    margin: 1rem auto;
    background: no-repeat center 1.2rem url("../images/infringement.svg");
}


.rumor:before {
    margin: 1rem auto;
    background: no-repeat center 1.2rem url("../images/rumor.svg");
}


.other:before {
    margin: 1rem auto;
    background: no-repeat center 1.2rem url("../images/other.svg");
}

.report-type-li label {
    font-size: 1rem;
    text-align: center;
    display: block;
    color: #333333;
    margin-top: 2rem;
}

/**
  网页内标题
 */

.section-header h3 {
    font-size: 1.2rem;
    color: rgba(68, 129, 235, 0.9);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 1rem;
    margin-top: 1.2rem;
}

.section-header h3::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 240px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 120px);
}

.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: #18d26e;
    bottom: 0;
    left: calc(50% - 40px);
}

a.push_button {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 1rem;
    color: white;
    text-align: center;
    padding: 8px;
    border-radius: 0.3rem;
    margin: 0 auto 1rem;
}

a.push_button:visited {
    color: white;
}

a.push_button:hover {
    color: white;
}

.border-red-color {
    border-color: red;
}

.div-nav-header {
    color: #005cbf;
    font-size: 1rem;
    font-weight: 600;
    width: max-content;
    border-bottom: 1.5px solid #005cbf;
    margin-top: .5rem;
}

@media screen and (max-height: 580px) {
    .fixed-bottom {
        position: static;
    }
}

.m-div-table {
    word-break: break-all;
}
