.d_main{
    background: #fff;
}
.bannercnt{
    width:100%;
    height:800px;
    background: url("../images/buy/bulist_bg.png") no-repeat center;
    background-size: 100% 100%;
}
.banner_top{
    color:#fff;
    text-align: center;
    line-height: 40px;
    padding-top:30px;
    width: 1200px;
    margin: 0px auto;
    position: relative;
}
.backlotutbutton{
    position: absolute;
    width: 126px;
    height: 40px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 25px;
    display: flex;
    align-items: center;
    color: #FF383A !important;
    justify-content: center;
    left: 0px;
    top: 50px;
}
.banner_top h3{
   font-size: 30px;
}
.banner_top p{
font-size: 16px;
word-break: break-all;
}
.userexmaple{
    display: block;
    box-sizing: border-box;
    padding-top: 10px;
    flex-shrink:0;
    width:500px;
    height:80px;
    background: rgba(255,255,255,.8);
    border: 1px solid  rgba(255,255,255,.4);
    border-radius:10px;
    /*display: flex;*/
    /*align-items: center;*/
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
    margin-left:100px;
}
.userexmaple:hover{
    background:rgba(83, 0, 6, .8);


    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
}
.userexmaple:hover div{
    color: #fff;
}
.userexmaple img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
margin:0px 10px;
    float: left;
}
.userexmaple div{
    float: left;
font-size: 14px;
    padding-top:10px;
    margin-left:10px;
    color: #333;
    max-height: 48px;
    word-break: break-word;
    width: 398px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}
.tabstyl{
    width:1200px;
    margin:0px auto;
    margin-top: -330px;
}
.tabstyl>ul{
    position: relative;
    height: 70px;
}
.tabstyl>ul>li{
    width: 50%;
    cursor: pointer;
    display: flex;
    position: absolute;
    align-items: baseline;
    height: 70px;
    line-height: 70px;
    background: #F8EEEE;
    box-sizing: border-box;
    padding-left: 130PX;
    border-radius: 0px 5px 0px 0px;
}
.tabstyl>ul>li:first-child{
    bottom: 0px;
    left:0px;
    border-radius: 5px 0px 0px 0px;
}
.tabstyl>ul>li:last-child{
bottom: 0px;
    right:0px;
    border-radius: 0px 5px 0px 0px;
}
.tabstyl>ul>li span{
    color: #999;
    font-size: 16px;
}
.tabstyl>ul>li h3{
    color: #333;
    margin-right:10px;
    font-size: 24px;
}
.tabstyl>ul>li.active{
    height:90px;
    line-height: 90px;
    background: #fff;
    border-radius: 5px 5px 0px 0px;
}
.tabstyl>ul>li.active h3{
    color:#C71522;
    font-size:30px;
}
.tablist{
    box-shadow: 0px 0px 10px 0px rgba(92, 0, 7, 0.2), 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 5px 5px;
    background-color: #fff;
    box-sizing: border-box;
    border-top: 0px;
}
.tablist>div{
    display: none;
}
.tablist>div:nth-of-type(1){
    display: block;
}
.search_styl{
    width: 800px;
    margin:0px auto;
    padding:20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search_styl>div{
    display: flex;
    align-items: center;
    position: relative;
}
.search_styl>div img{
position: absolute;
    left:10px;
    top:15px;
}
.search_styl>div input{
width:500px;
    height:50px;
    box-sizing: border-box;
    padding-left:50px;

    border: 2px solid #C71522;
    border-radius: 5px 0px 0px 5px;
}
.search_styl>div button{
width:120px;
    height:50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #C71522;
    border-radius: 0px 5px 5px 0px;
}
.search_styl>button{
border:none;
    font-size: 16px;
    color: #fff;
    background: #F68D10;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    width:160px;
    height:50px;
    line-height: 50px;
    position: relative;
}
.search_styl>button .buy_patent_wechat{
    position: absolute;
    width: 100%;
    background: #fff;
    top: 50px;
    line-height: 44px;
    z-index: 10;
    left: 0px;
    text-align: center;
    border: 1px solid #f68d10;
    box-sizing: border-box;
    border-radius: 0px 0px 5px 5px;
    display: none;
}
.search_styl>button .buy_patent_wechat font{
    display: block;
    color: #C71522;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 10px;
}
.search_styl>button .buy_patent_wechat img{
    width: 100%;
}
.search_styl>button:hover .buy_patent_wechat{
    display: block;
}
/*表格*/
.jichenlist{
    width:100%;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-right:0px;
    border-left: 0px;
    /*box-shadow: 0px 0px 20px 0px rgba(33, 119, 229, 0.15);*/
}
.jichenlist tr{
    /*line-height: 60px;*/

}
.jichenlist th{
    font-weight: 700;
    color: #333;
    font-size: 14px;
    padding:20px 0;
}
.jichenlist td{
    border:solid #ddd; border-width:1px 0 1px 0;
    box-sizing: border-box;
    color: #666666;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;

}
.jichenlist a{
    color: #2177E5;
    font-size: 14px;
    display:block;
    cursor: pointer;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.haostyl{
    width: 200px;
}
.quanpeople{
    width:400px;
}
.jichenlist a:hover{
    color: red;
}
.jichenlist tbody tr:hover {
    background: #F8EEEE;
}
.jichenlist tbody tr:nth-of-type(2n){
    background: #FAFAFA;
}
.jichenlist td span{
    color: #C71522;
}
.jichenlist td a.button{
    width: 98px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #C71522;
    border-radius: 5px;
    background: #F9E7E8;
    border: 1px solid #ED6D76;
    display: block;
    margin: 0px auto;
}
.jichenlist td a.button:hover{

    color: #fff;
    background: #C71522;
    border:1px solid #C71522;
}


.pagtion{
    text-align: center;
    margin:10px auto 0px;
}
.pagtion *{
    background: transparent !important;
    border:none !important;
}
.layui-laypage .layui-laypage-curr em{
    color: #C71522 !important;
    font-weight: 700;
}
.layui-laypage a:hover{
    color: #C71522 !important;
}
.pagtion>div>a{
    font-weight: 700;
}
.layui-laypage-skip{
    display: flex;
    align-items: center;
}
.layui-laypage-skip>button{
    display: none;
}
.layui-laypage-skip>input{
    height: 25px !important;
    line-height: 25px !important;
    border: 1px solid #e2e2e2 !important;
}
.nodatastyl{
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 500px;
    border-top:1px solid #ddd;
    margin-bottom:20px;
}
.nodatastyl+div{
    margin-bottom:20px
}



/*demo*/
.gundong_styl{
    margin:20px 0;
    overflow: hidden
}
.gundong_styl>div{
    position: relative;
    display: flex;width: 100%;
}

.jichenlist tbody tr.loadings:hover{
    background: #fff;
}
.loadings img{
    width:300px;
}
