/** no style **/
@font-face {
    font-family: 'YouSheBiaoTiHei';
    src: url(YouSheBiaoTiHei-2.ttf);
    font-weight: normal;
}

.nav-bg {
    background-color:#1D1E72!important;
}
.nav-width{
    text-align: center;
    width: auto;
    max-width: 1400px;
    margin: 0 auto;
}
.nav-width a{
    color: rgba(255,255,255,1) !important;
}
.main {
    margin: 0 auto;
    max-width: 1200px;
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}


.font24 {
    line-height: 36px;
    font-size: 16px;
}
.mt-15{
    margin-top: 15px;
}
.mb-15{
    margin-bottom: 15px;
}
.mr-5{
    margin-right: 5px;
}
.mr-10{
    margin-right: 10px;
}
.mr-30{
    margin-right: 30px;
}
.ml-5{
    margin-left: 5px;
}
.font-20{
    font-size: 20px;
}
.font-18{
    font-size: 18px;
}
.font-16{
    font-size: 16px;
    line-height: 36px;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.space-between {
    justify-content: space-between;
}
.w100{
    width: 100%;
}

.sheet-ask-box {
    flex-grow:1;
    max-width: 265px;
}
.sheet-jp-box {
    flex-grow:4;
}
.sheet-rank-box {
    flex-grow:1;
    min-width: 18%;
}
.sheet-unanswer-box{
    min-width: 45%;
    flex-grow:1;
}
.sheet-answer-box{
    min-width: 45%;
    flex-grow:1;
}

.sheet-tap-title {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-size: 18px;
    border: none;
    background-image: linear-gradient(#015ab1, #1c2175);
    text-align: center;
    vertical-align: middle;
}
.sheet-tap-line {
    margin-bottom: 7px;
    border-bottom: 2px solid #1d1e72;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.sheet-tap-box li a{
    display: flex;
    justify-content: space-between
}
.sheet-tap-box img{
    width: 100%;
}
.sheet-tap-box button{
    display: none;
}

.more{

}

.action-bg-color{
    background-color: #0256FF;
}
.action-bg-color a{
    color: white!important;
}
div.action-bg-color{
    background-color: #0256FF
}
div.action-bg-color a{
    color: white!important;
}
.v-middle {
    vertical-align: middle;
}
.search-title {
    height: 27px;
}
.search-button {
    background-color: #4983F9;
    border: 0;
    width: 30px;
    height: 30px;
}
.search-button i{
    font-size: 24px; color: #fff;
}

.my-username{
    display: none;
}
.my-login{
    display: inline-block;
    margin-left: 5px;
}

/*swiper*/
.container{
    width: 100%;
    position: absolute;
    top: 0px;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter:alpha(opacity=65);
}
.swiper-container {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    position: relative;
    float: left;
}
/*swiper*/

.moblie-nav{
    display: none;
}
.my-moblie-nav-show{

}
.moblie-bg{
    background-color: #00BCE2!important;
}
div.nowrap{
    flex-wrap: nowrap;
}


@media screen and (max-width: 767px){
    .sheet-time{
        display: none;
    }
    .main .container{
        display: none;
    }
    .sheet-tap-title{
        width: 25%;
    }

    .layui-nav-item{
        line-height:20px;
    }


    .my-nav-show{
        display: none;
    }
    .moblie-nav{
        display: flex;
        padding: 2px;
    }
    .mobile-nav-silde{
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 10;
    }
    .moblie-nav form{
        width: 100%;
    }
    .moblie-nav input{
        width: 80%;
    }
    .site-tree-mobile{
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 2px;
        text-align: center;
        background-color: #4983F9;
        color: #fff;
        margin-left: 5px;
        margin-right: 5px;
    }

    div.sheet-ask-box{
        width: 100%;
        max-width: 100%;
        flex-grow:1;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom:5px;
    }
    div.sheet-jp-box{
        width: 100%;
        flex-grow:1;
        margin-top: 5px;
        margin-bottom:5px;
        margin-right: 0;
    }
    div.sheet-rank-box{
        width: 100%;
        flex-grow:1;
        margin-right: 0;
        margin-top: 5px;
        margin-bottom:5px;
    }
    div.sheet-unanswer-box{
        width: 100%;
        flex-grow:1;
        margin-right: 0;
        margin-top: 5px;
        margin-bottom:5px;
    }
    div.sheet-answer-box{
        width: 100%;
        flex-grow:1;
        margin-right: 0;
        margin-top: 5px;
        margin-bottom:5px;
    }

    #ask-form{
        width: auto;
    }


    .sheet-tap-box button{
        display: inline-block;;
    }
    .sheet-tap-box img{
        display: none;
    }
    div.nowrap{
        flex-wrap: wrap;
    }
}

/*小屏幕*/
@media screen and (max-width: 400px) {

}
/*平板*/
@media screen and (min-width: 400px) and (max-width: 800px) {


    .layui-nav .layui-nav-item{
        line-height:30px;
    }

    .font-16{
        font-size: 14px;
        line-height: 24px;
    }
    h1{
        font-size: 1.5em;
    }

}
/*大屏*/
@media screen and (min-width: 800px) {



}