/* 外国商标列表 li 内图片左上角地区丝带（2.html 倒立效果，文字为 region 字段） */
.bd-list li .bd-list-img{
    text-align: center;
}
.bd-list li .image-montage{
    position: relative;
    display: inline-block;
    width: 270px;
    height: 123px;
    overflow: hidden;
    line-height: 0;
    vertical-align: top;
}
.bd-list li .image-num_name,
.bd-list li .image-num_name img{
    display: block;
    width: 270px;
    height: 123px;
}
.bd-list li .corner-flag-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 78px;
    overflow: hidden;
    z-index: 10;
    pointer-events: none;
}
.bd-list li .corner-flag-wrap::before,
.bd-list li .corner-flag-wrap::after{
    content: "";
    position: absolute;
    z-index: 11;
    width: 0;
    height: 0;
}
.bd-list li .corner-flag-wrap::before{
    top: 0;
    left: 0;
    border-width: 0 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent #9a7018 transparent;
}
.bd-list li .corner-flag-wrap::after{
    top: 0;
    left: 0;
    border-width: 5px 0 0 5px;
    border-style: solid;
    border-color: #9a7018 transparent transparent transparent;
}
.bd-list li .corner-flag{
    display: block;
    position: absolute;
    left: -32px;
    top: 15px;
    width: 110px;
    padding: 5px 0;
    background: linear-gradient(180deg, #f5d04a 0%, #e6b422 45%, #d4a012 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.2;
    transform: rotate(-45deg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
    white-space: nowrap;
}

.bd-banner{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.minwidth .bd-title{
    height: 55px;
    border-radius:5px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.minwidth .bd-title, .minwidth .bd-title h1{
    float: left;
    padding: 0 30px 0 10px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 53px;
    background-color: #ffa631;
    width: 100%;
}
.bd-title h1 a:link{    color: #fff;   }
.bd-title h1 a:visited{    color: #fff;   }
.bd-title h1 a:hover{    color: #fff;   }
.bd-title h1 a[href*="index.php?page"],.bd-title h1 b{
    background-color: #FFA631;
    border: 1px solid #eeeeee;
    margin: 0 2px 5px;
    padding: 0px 5px 0;
    text-align: left;
    vertical-align: bottom;
    transition: all 0.4s ease;
}
.bd-title .line{
    float: left;
    width: 1030px;
    height: 0;
    margin-top: 4px;
    background: #eeeeee;
}
ul.bd-list{margin: 5px 0;}
.bd-list li{
    float: left;
    width: 274px;
    height: 290px;
    border: 1px solid #eeeeee;
    margin: 0 10px 10px;
    padding: 1px 5px 0;
    text-align: center;
    transition: all 0.4s ease;
}
.bd-list li:hover{
    box-shadow:0 0px 8px rgba(46,143,237,0.6);
}
.bd-list-tips{
    padding: 3px 0 8px;
    font-size: 12px;
    color: #999999;
    border-bottom: 1px solid #eeeeed;
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align: left;
    height: 26%;
    line-height: 18px;
}
.bottom{
    /*! font-size: 8px; */
    height: 23px;
    line-height: 23px;
    margin-top: 2px;
    display: block;
    background-color: #d6dbdb;
}
.bottom span:first-child{color:red;font-weight: bold;font-size:16px;text-align: end;width: 20px;margin-right: 20px;}
.bottom span:last-child{color:#4c221b;font-weight: bold;font-size:18px;letter-spacing: 1px;}
.bd-list-title{
    color: #ffa631;
    text-align: right;
    float:right;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
.bd-list-btn{
    display: block;
    margin-top: 19px;
    color: #007bc7;
    font-size: 16px;
    text-align: center;
    border:1px solid #007bc7;
    line-height: 34px;
    border-radius: 2px;
}
.bd-list-btn:hover{background-color: #007bc7; color: #fff;}
.tmflnav{width:100%;height:152px;}
.tmflnav #tmflnavback{width:1180px;margin:0 auto;}
.tmflnav .filter{font-size:0;margin-bottom:10px;border-bottom:1px solid #e8e8e8;}
.tmflnav .filter > span{color:#000;font-weight:bold;}
.tmflnav span{font-size:14px;display:inline-block;vertical-align:top;width:85px;height:30px;line-height:30px;box-sizing:border-box;padding-left:10px;color:#999;}
.tmflnav .filter-right{display:inline-block;vertical-align:middle;position:relative;width:1080px;}
.tmflnav .filter-right .tm_ctg_ul{display:inline-block;}
.tmflnav .filter-right li{display:inline-block;vertical-align:middle;height:30px;line-height:30px;font-size:13px;margin-right:10px;text-align:center;}
.tmflnav .filter-right li a{padding:0 5px;color:#5e5e5e;}
