.cred{
    color: red;
}
html, body {
    height: 100%;
    margin: 0;
    background-color: #f7f7f7;
}
a{
    text-decoration: none;
}
.user-loginbox {
    background: #393a4c no-repeat center top;
    background-size: 100% 100%;
}
.pdd_bg{
    background: url(../img/pdd_bg.jpg) no-repeat;
    background-size:100% 100%;
}

.tag-icon{
    font-weight: bold;
    font-size:18px;
}

.icon-blue{
    color: #1989fa;
}

.viewbox {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    /*background-color: rgb(247,247,247);*/
    background-color: #f5f5f5;
}
.container-fluid{
    padding: 0;
    margin:0;
}

.title1{
    background-color: #ffffff;
    margin-left: 20px;
}

.jiange{
    height: 90px;
    text-align: center;
    color: rgb(218,218,218);
    padding-top: 5px;
    clear: both;
}




.jffooter{
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
    border-top: 1px solid lightgrey;
    background-color: #fff;
    height: 55px;
}


.jfheader{
    width: 100%;
    position: relative;
    top: 0;
    z-index: 100;
    border-top: 1px solid lightgrey;
    background-color: #fff;
    line-height: 40px;

}
.jfheader .top_center{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jffooter .fa{
    font-size: .6rem;
}
.ftlist{
    text-align: center;
    padding: 5px 10px;
}
.ftlist p{
    margin: 1px;
    letter-spacing: 2px;
 }
 .ftCont{
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.ft_active span{
    background: -webkit-linear-gradient(left top, #1DFAFA , #E02FF0); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #1DFAFA , #E02FF0); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #1DFAFA , #E02FF0); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #1DFAFA , #E02FF0); /* 标准的语法 */
    -webkit-background-clip: text;
    color: transparent;
}
.ftCont a{
    color: rgb(95,91,91);
}
.layui-tab-title{
    justify-content: space-between;
    background-color: #fff;
    height: 40px;
}
.layui-tab-title li{
    min-width: 10px;
    padding: 0;
    float: left;
}
.tologin{
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
    background-color: rgb(255,101,0);
    align-items: center;
    position: fixed;
    bottom: 55px;
    width: 100%;
    left: 0;
}
.dl{
    width: 30%;
    text-align: center;
}
.tologin a{
    background-color: #333333;
    color: #fff;
    border-radius: 5px;
    padding: 0 4px;
    display: inline-block;
}
.tologin span{
    display: inline-block;
    width: 70%;
    text-align: center;
}
.hide{
    display: none;
}
.nav {
    position: fixed;
    width: 75px;
    height:75px;
    right:1%;
    bottom:40%;
}
.nav img{
    width:100%;
}



@media screen and (min-width: 800px){
    .viewbox {
        width: 540px;
        margin: 0 auto;
    }

    .jffooter{
        width: 540px;
    }
    .footer{
        width:540px;
    }
    .jfheader{
        width: 540px;
    }

}
.layui-tab-brief{
    margin: 0 !important;
}
.emp{
    padding: 15px;
    font-size: 13px;
    color: rgb(221,221,221);
    background-color: #fff;
    text-align: center;
}  


.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 2px solid #1E9FFF;
}
.layui-tab-brief>.layui-tab-title .layui-this{
    color: #1E9FFF;
}


.hgan{
        color: #fff;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
        margin: 0 10px;
}
.date_search{
    display: flex;
    justify-content: center;
    align-items: center;
        height: 42px;
    border-bottom: 1px solid #e0dddd;
}
.date_search>div{
    width: 25%;
    display: inline-block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    background: #fff;
    letter-spacing: 3px;
}
.date_search>div.active a{
    background-color: rgb(135,121,232);
    color: #fff;
    font-weight: 600;
}
.rslt{
    padding-left: 15px;
    padding-top: 10px;
        line-height: 24px;
}
.rslt b{
    color: red;
}
.bleft{
    border-right: 1px solid #e0dddd;
}
.bleft a,.bleft0 a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.bleft0{
    border-right:0;
}
.tsear .layui-inline button,
.timer .layui-inline button{
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 0;
    font-size: 15px;
}
.space_flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.center_flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.qczhi{
    padding: 2px;
    margin-left: 5px;
    color: #fff;
    border-radius: 5px;
    background-color: rgb(61,164,194);
}
.leftpos{
    position: fixed;
    bottom: 150px;
    right: 4px;
    z-index: 111;
}
.leftpos .lap{
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    line-height: 30px;
    border: 1px solid #ded7d7;
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
        box-shadow: 0 5px 15px 0 #a7a4a4;
}
.leftpos .active{
    background-color: rgb(135,121,232);
    color: #fff;
    border: 1px solid rgb(135,121,232);
        box-shadow: 0 5px 15px 0 #a7a4a4;
}