@font-face {
    font-family: GraublauWeb;
    src: url('./SourceHanSansSC-VF.otf');
}
body {
    background-color: #0c1328;
    color: white;
    font-family: GraublauWeb;
}
/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none; 
    margin: 0; 
}
/* 火狐 */
input{
    -moz-appearance:textfield;
}
.navbar-header{
    background-color: #0c1328;
}
.rightIcon{
    display: none;
}
.navbar-default div.navbar-collapse
{
    border-top:none;
    box-shadow:none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: white;
}
.navbar-default .navbar-toggle:focus .icon-bar{
    background-color: #384a71;
}
.navbar-default .navbar-toggle{
    border-color: rgb(255,255,255,0.6);
}
.navbar{
    border: 0px !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: 0px !important;
}
.foote {
    background-color: #111e3e;
    height: 8rem;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
}

.foote>h3 {
    margin: 0 !important;
    font-size: 2rem;
    margin: 0 auto;
}
.top {
    background-color: #0c1328;
}

.navbar-default {
    background-color: #0c1328;
    border-color: #0c1328;
}

.goBtn {
    width: 18rem;
    height: 4rem;
    line-height: 2.5rem;
    border-radius: 2rem;
    background-color: #00ddd6;
    /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #00ded7, #0393f9);
}

.soshm-pop {
    background: rgb(119 108 108 / 65%);
}

.logo {
    color: white !important;
    font-size: 2.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.fbox>p:hover {
    color: white;
}

.tbox>a:hover{
    color: white;  
}
.tbox>a{
 font-size: 1.3rem;
 color: #585d6f;
 text-decoration: none;
}

.navbar-nav>li {
    margin-left: 1rem;
}

.navbar-nav>li>a {
    font-size: 1.7rem;
    color: white !important;
}

.navbar {
    margin-bottom: 0px !important;
}

.tag {
    width: 100%;
    background-color: #08d6cc;
    height: 2px;
}

.footer {
    height: 24rem;
    display: flex;
    align-items: center;
    background: #0a1020;
}

.footop a {
    color: #585d6f;
    font-size: 1.9rem;
}

.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footBox {
    display: flex;
    align-items: center;
    margin-top: 1.4rem;
}

.leftfoot {
    width: 80%;
}

.leftfoot>div {
    height: 3rem;
    color: #585d6f;
    /* cursor: pointer; */
}
.sbox{
    height: 2rem !important;
    margin-bottom: 1rem;
}

.fbox>p {
    display: inline-block;
    margin-right: 3.8rem;
    margin-bottom: 0;
    font-size: 1.6rem;
    cursor: pointer;
}

.rightfoot {
    width: 20%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #585d6f;
}

.ftright {
    text-align: center;
}

.ftright>img {
    width: 7rem;
    height: 7rem;
}

.addBtn {
    margin-top: 4rem;
    font-weight: 500;
    background-color: #00ddd6;
    /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #00ddd6, #009cf8);
    font-size: 2rem;
    width: 24rem;
    height: 5rem;
    line-height: 3.5rem;
    border-radius: 3rem;
    color: white;

}

.reportBox {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 14rem;
    color: white;
}

.sear {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2ea6ff;
    font-weight: bolder;
}

.sear>span {
    margin-right: 0.2rem;
    font-weight: bolder;
}

.detailTop {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #252f4e;
    margin-bottom: 4rem;
}

.detailTop>h6 {
    margin-bottom: 4rem;
}

.article {
    width: 100%;
    text-indent: 2em;
    line-height: 2.5rem;
}

.banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner>img {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 90%;
}

.detail {
    display: none;
    align-items: center;
    flex-direction: column;
}

.detail>h4 {
    width: 100%;
    align-items: flex-start;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.look {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}

.look>h4:first-child {
    color: #9ba0a5;
}



.reportCon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25rem;
    border-bottom: 1px solid #252f4e;
    cursor: pointer;
}

.leftCon {
    width: 40%;
    height: 100%;
    margin-left: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leftCon>img {
    width: 100%;
    height: 80%;
    border: 1px solid #16507b;
}

.rightCon {
    width: 60%;
    margin-left: 5rem;
    color: white;
}

.rightCon>h4 {
    margin-bottom: 2rem;
}

.rightCon>h5 {
    height: 3.7rem;
    line-height: 2rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #9ba0a5;
}

.topBrand {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 32rem;
}

.topBrand>img {
    height: 26rem;
    width: 32rem;
}

.title {
    color: #01fcef;
    font-weight: bolder;
    font-size: 2.2rem;
    margin-left: 1rem;
    display: flex;
    align-items: center;
}




.paging {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0a0f21 !important;
}

.pagination>li>a {
    border: 0 !important;
    background-color: #0a0f21 !important;
}

.pagination>li>a {
    margin-left: 1.3rem !important;
}

.pagination>.active>a {
    background-color: #2da5ff !important;
    border-radius: 100%;
}

.count {
    color: #2da5ff;
    margin-left: 3rem;
    font-weight: bolder;
}

.share {
    display: none;
}

.titletxt {
    margin-left: 0.5rem;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .navbar-nav>li{
        margin-left: 0;
    }
    .titlebox{
        height: 10rem;  
    }
    .ftright{
        margin-left: 1rem;
    }
    .moubileBig{
        display: none !important;
    }
    
}
@media (min-width: 992px) {
    .reportBox {
        width: 920px;
    }
}

@media(max-width:767px) {
    .moubileBig{
        display: none !important;
    }
    .rightIcon{
        display: flex;
        float: right;
    }
    .navbar-nav {
        background: #0c1328;
        /* opacity: 90%; */
        z-index: 9999 !important;
    }
    .footBg>h3 {
        font-size: 2.6rem !important;
    }

    .footBg>h2 {
        font-size: 2rem;
    }
    .share {
        display: flex;
    }

    .foote {
        height: 5rem;
    }

    .foote>h3 {
        font-size: 1.1rem;
    }
    .itemBox>span{
        width: 9rem;
    }

    .footer {
        margin-top: 2rem;
    }

    #menu {
        position: absolute;
        top: 40px;
        width: 100%;
    }
    .navbar-nav>li {
        margin-left: 0rem;
        margin: 0 auto;
        padding: 0px 3rem;
    }
    
    .navbar-nav>li>a{
        font-size: 2rem;
        /* line-height: 2.8rem; */
         line-height: 5rem;
        color: white !important;
        border-bottom: 1px #424245 solid;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tag {
        height: 0;
    }

    .ftBox {
        height: auto;
        margin: 0 auto;
        text-align: center;
        margin-top: 2rem;
    }

    .footBox {
        display: inline;
        width: 100%;
        width: 0 auto;
    }


    .fbox>p {
        display: inline-block;
        margin-right: 0.9rem;
    }

    .leftfoot>div {
        height: auto;
        color: #585d6f;
        cursor: pointer;
        text-align: center;
        margin-bottom: 0.6rem;
    }

    .leftfoot {
        width: 100%;
        margin-top: 0;
    }

    .rightfoot {
        width: 100%;
        margin-top: 2rem;
    }

    .reportCon {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: auto;
        margin-top: 3rem;
    }

    .leftCon,
    .rightCon {
        width: 100%;
        margin-left: 0rem;
    }

    .look {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    .titlebox {
        height: auto;
    }
}

@media only screen and (min-device-width: 375px)and (-webkit-min-device-pixel-ratio: 2) {
    .logo {
        /* margin-left: 10%; */
    }

}

/* Safari兼容性 */
@media all and (-webkit-min-device-pixel-ratio:0) {}