/* 仪器预览 */
.preview{
    margin-top: 0.25rem;
    padding: 0.2rem;
    /*height: 2.89rem;*/
    background: #FFFFFF;
    border-radius: 0.04rem;
}
.toptext{
    padding-bottom: 0.08rem;
    border-bottom: 1px solid #2d95e1;
}

.toptext .ltit{
    padding-left: 0.05rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
}
.radiogroup{
    position: relative;
}
.marginbottom{
    margin-bottom: 25px !important;
}
.marginbottom label{
    margin-top: 5px;
}

.radiogroup .seemore{
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #B01F24;
    cursor: pointer;
}

.radiogroup .rowitem{
    margin: 0.16rem 0;
}

.radiogroup label{
    font-size: 0.16rem;
    color: #333333;
    margin-right: 0.1rem;
    flex-shrink: 0;
    margin-top: 0.07rem;
}
.radiogroup .btngroup{
    flex-wrap: wrap;
}
.radiogroup .btngroup .rbtn{
    font-size: 0.16rem;
    color: #666666;
    margin-right: 0.24rem;
    cursor: pointer;
    padding: 0.08rem 0.12rem;
}
.radiogroup .btngroup .rbtn.check a{color: white}

.radiogroup .btngroup .check{
    background: #16468d;
    border-radius: 0.04rem;
    font-size: 0.16rem;
    color: #FEFEFE;
    padding: 0.08rem 0.12rem;
}

/* <!-- 最新 & 热门 --> */
.nhbox .layui-tab-title{
    height: 0.42rem;
    background: #FFFFFF;
    border-radius: 4px;
    margin: 0.2rem 0;
}

.nhbox .layui-tab-title .layui-this{
    font-size: 0.16rem;
    color: #16468d;
}

.nhbox .layui-tab-content{
    padding: 0.32rem 0.48rem;
}

.nhbox .item{
    margin-bottom: 0.32rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e6e6e6;
}

.nhbox .item .cenbox{
    flex: 1;
}

.nhbox .item .cenbox .namebox{
    margin-bottom: 0.12rem;
}

.nhbox .item .cenbox .namebox .name{
    font-size: 0.16rem;
    color: #333333;
    margin-right: 0.2rem;
    font-weight: bold;
}

.nhbox .item .cenbox .namebox .colbox{
    border: 1px solid #FF7300;
    border-radius: 4px;
    padding: 0.08rem;
    width: fit-content;
    width: -moz-fit-content;
    cursor: pointer;
}

.nhbox .item .cenbox .namebox .colbox p{
    margin-left: 3px;
    font-size: 0.14rem;
    color: #FF7300;
}

.nhbox .item .cenbox .namebox .colbox .icon_no{
    display: inherit;
}
.nhbox .item .cenbox .namebox .colbox .icon_yes{
    display: none;
}

.nhbox .item .cenbox .namebox .colyes .icon_no{
    display: none;
}

.nhbox .item .cenbox .namebox .colyes .icon_yes{
    display: inherit;
}

.nhbox .item .thum{
    width: 1.68rem;
    height: 1.68rem;
    margin-right: 0.23rem;
}

.nhbox .item .thum img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nhbox .item .text{
    flex: 1;
}

.nhbox .item .text div{
    width: 50%;
}

.nhbox .item .text p.name{
    font-size: 0.16rem;
    color: #333333;
    margin-bottom: 0.2rem;
}

.nhbox .item .text p{
    font-size: 0.14rem;
    color: #666;
    margin-bottom: 0.12rem;
}
.nhbox .item .text p:last-child{
    margin: 0;
}

.nhbox .item .text .tag{
    padding: 0.05rem 0.1rem;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    color: #FEFEFE;
    text-align: center;
    width: fit-content;
    width: -moz-fit-content;;
    border: none;
}


.nhbox .item .text .right .flexs p{
    margin: 0;
}

.nhbox .item .text .blu{
    background-color: #16468d;
}

.nhbox .item .text .blul{
    background-color: #08B1F7;
}

.nhbox .item .text .org{
    background-color: #FF7300;
}

.nhbox .item .prebtn{
    width: 0.84rem;
    height: 0.36rem;
    border: 1px solid #16468d;
    border-radius: 0.04rem;
    font-size: 0.16rem;
    color: #16468d;
    text-align: center;
    line-height: .36rem;
}

.layui-laypage>a:first-child,
.layui-laypage>a:first-child em{
    margin-right: 0.08rem;
    border-radius: 0.04rem;
}

.layui-laypage>a:last-child, 
.layui-laypage>a:last-child em{
    margin-left: 0.08rem;
    border-radius: 0.04rem;
}

#paging, #paging2{
    text-align: right;
}

.layui-laypage a, .layui-laypage span{
    border: 1px solid #16468d;
    border-radius: 0.04rem;
    margin: 0 2px;
    font-size: 0.14rem;
    color: #666666;
}

.state{
    border: none;
    outline: none;
    width: 45px;
    height: 25px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FEFEFE;
}

.state-online{
    background: #42A5F6;
}
.state-konxian{
    background: #f60;
}
.state.state-offline,
.state.state-fault{
    background: #666666;
}