* {
    color: inherit;
}

a:hover {
    color: #3c7ee5;
}

.whole-wrapper * {
    box-sizing: border-box;
}

.check-wrap {
    margin-bottom: 10px;
}


/* 商标搜索banner 样式表 */

.check-head {
    height: 290px;
    padding-top: 50px;
    background: url(../../../img/bf6ec66.jpg);
    background-size: cover;
    text-align: center;
    color: #fff
}
.el-checkbox__input.is-checked+.el-checkbox__label, .el-radio__input.is-checked+.el-radio__label{
    font-weight: bold;
}
.check-head .name {
    height: 46px;
    line-height: 46px;
    font-size: 36px
}

.check-head .name-en {
    height: 20px
}

.check-head .type-panel {
    height: 24px;
    margin-top: 30px
}

.check-head .type-panel li {
    display: inline-block;
    width: auto;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    cursor: pointer
}

.check-head .type-panel li+li {
    margin-left: 20px
}

.check-head .type-panel li.active,
.check-head .type-panel li:hover {
    background: #3c7ee5
}

.check-head .type-panel li a {
    color: #fff;
    display: block;
    padding: 0 5px;
}

.check-head .search-panel {
    height: 70px;
    margin-top: 24px;
    position: relative
}

.check-head .search-panel .search-item {
    width: 738px;
    position: absolute;
    left: 50%;
    margin-left: -369px
}

.check-head .search-panel .search-item .select-input {
    width: 658px;
    height: 60px
}

.check-head .search-panel .search-item .select-input.el-input--medium .el-input__inner {
    height: 60px;
    line-height: 60px;
    border: none;
    border-radius: 0;
    padding-left: 15px;
}

.check-head .search-panel .search-item .tx-upload {
    width: 658px;
    height: 60px;
    line-height: 40px;
    padding: 10px;
    background-color: #fff;
    color: #9b9b9b;
    text-align: left;
    overflow: hidden;
    position: relative
}

.check-head .search-panel .search-item .tx-upload .cropper-inputs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.check-head .search-panel .search-item .tx-upload .upload-had,
.check-head .search-panel .search-item .tx-upload .upload-items {
    width: 100%;
    height: 100%
}

.check-head .search-panel .search-item .tx-upload img {
    max-width: 100%;
    max-height: 100%;
    margin: -2px 10px 0 0;
    vertical-align: middle
}

.check-head .search-panel .search-item .tx-search .el-upload {
    width: 100%;
    height: 100%;
    line-height: 50px;
    padding: 5px 10px;
    text-align: left
}

.check-head .search-panel .search-item .tx-search .upload-empty .iconfont {
    height: 20px;
    line-height: 20px;
    margin: -2px 10px 0 0;
    font-size: 26px
}

.check-head .search-panel .search-item .search-btn {
    width: 80px;
    height: 60px;
    border: none;
    border-radius: 0
}

.check-head .search-panel .search-item .search-btn .i-search {
    font-size: 26px
}

.check-head .search-panel .download-item {
    position: absolute;
    left: 50%;
    margin: 10px 0 0 380px;
    width: 102px;
    line-height: 20px
}

.check-head .search-panel .download-item a {
    color: #fff
}

.check-head .declaration {
    width: 738px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px
}

.check-head .declaration a {
    float: right;
    color: #fff;
    font-size: 14px;
    margin-right: 13px;
}


/* 商标搜索 public.css */


/* 搜索商标 banner */

.search-popper .search-category-item {
    width: 738px;
    padding: 0 2px;
    margin: -5px 0 0 -738px;
    background: #fff;
    border: 1px solid #bcc9e5;
    border-top: 0;
}

.search-popper .search-category-item .operate-item {
    line-height: 40px;
    padding-right: 10px;
    text-align: right;
}


/* 搜索商标组件 */

.check-wrap .check-head .search-panel .search-item .select-input {
    width: 540px;
}

.check-wrap .check-head .search-panel .search-select {
    width: 106px;
    height: 60px;
    line-height: 60px;
    margin-top: 0;
    border-right: 1px solid #e0e3e8;
}

.check-wrap .check-head .search-panel .search-select {
    border-right: none;
    background: #fff;
}

.check-wrap .check-head .search-panel .search-select p {
    color: #1b1b1b;
    cursor: pointer;
}

.search-popper .header-category-item {
    width: 646px;
    padding: 0;
    margin: -11px 0 0 -540px;
}

.search-popper .header-category-item .el-checkbox-button__inner {
    width: 92px;
    padding: 12px 0;
    margin-top: -1px;
}

.search-popper .header-category-item .el-checkbox-button:nth-child(6n) .el-checkbox-button__inner {
    border-right: 1px solid #dcdfe6;
}

.search-popper .header-category-item .el-checkbox-button:nth-child(7n) .el-checkbox-button__inner {
    border-right: 0;
}

.el-button.is-circle {
    border-radius: 50%;
}


/* 空数据显示 */

.empty-warpper {
    width: 100%;
    padding: 100px 0;
    text-align: center
}

.empty-warpper .icons .icon {
    font-size: 120px
}

.empty-warpper .txt {
    padding: 0 40px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px
}

.empty-warpper .txt p a {
    color: #fc6530;
    text-decoration: underline
}

.empty-warpper .txt p {
    color: #a09e9e;
}

.error-icon {
    display: block;
    width: 160px;
    height: 120px;
    margin: 0 auto;
    background: url(../../../img/error_icon2.jpg) no-repeat center center;
    background-size: contain;
}

.inline-block {
    display: inline-block;
}


/* whole-wrapper */

.whole-wrapper .el-pagination {
    margin-top: 10px;
    text-align: center
}

.whole-wrapper .el-pagination.is-background .btn-next,
.whole-wrapper .el-pagination.is-background .btn-prev,
.whole-wrapper .el-pagination.is-background .el-pager li {
    background-color: #fff
}

.whole-wrapper .el-form-item.is-required .el-form-item__label:before {
    content: " "
}

.whole-wrapper .el-button {
    border-radius: 4px;
}

.whole-wrapper .el-input__inner {
    border-radius: 0
}

.whole-wrapper .el-button--blue {
    background: #3c7ee5;
    border-color: #3c7ee5;
    color: #fff
}

.whole-wrapper .el-button--blue.is-plain {
    background: none;
    border-color: #3c7ee5;
    color: #3c7ee5
}

.whole-wrapper .el-button--blue.is-plain:hover {
    background: #3c7ee5;
    border-color: #3c7ee5;
    color: #fff
}

.whole-wrapper .el-button--blue:hover {
    background: #2c70db
}

.whole-wrapper .el-button--primary {
    background: #3c7ee5;
    border-color: #3c7ee5;
    color: #fff
}

.whole-wrapper .el-button--primary.is-plain {
    background: none;
    border-color: #3c7ee5;
    color: #3c7ee5
}

.whole-wrapper .el-button--primary.is-plain:hover {
    background: #3c7ee5;
    border-color: #3c7ee5;
    color: #fff
}

.whole-wrapper .el-button--primary:hover {
    background: #2c70db
}

.whole-wrapper .el-button--orange {
    background: #fc6530;
    border-color: #fc6530;
    color: #fff
}

.whole-wrapper .el-button--orange.is-plain {
    background: none;
    border-color: #fc6530;
    color: #fc6530
}

.whole-wrapper .el-button--orange.is-plain:hover {
    background: #fc6530;
    border-color: #fc6530;
    color: #fff
}

.whole-wrapper .el-button--orange:hover {
    background: #f45017;
    border-color: #fc6530;
    color: #fff
}

.whole-wrapper .el-button--info {
    background: #3c7ee5;
    border-color: #3c7ee5;
    color: #fff
}

.whole-wrapper .el-button--info.is-plain {
    background: none;
    border-color: #3c7ee5;
    color: #3c7ee5
}

.whole-wrapper .el-button--info.is-plain:hover {
    background: #3c7ee5;
    border-color: #3c7ee5;
    color: #fff
}

.whole-wrapper .el-button--info:hover {
    background: #2c70db
}

.whole-wrapper .el-button--danger {
    background: #fb5555;
    border-color: #fb5555;
    color: #fff
}

.whole-wrapper .el-button--danger.is-plain {
    background: none;
    border-color: #fb5555;
    color: #fb5555
}

.whole-wrapper .el-button--danger.is-plain:hover {
    background: #fb5555;
    border-color: #fb5555;
    color: #fff
}

.whole-wrapper .el-button--danger:hover {
    background: #f64242
}

.whole-wrapper .el-button--gray {
    background: #9b9b9b;
    border-color: #9b9b9b;
    color: #fff
}

.whole-wrapper .el-button--gray.is-plain {
    background: none;
    border-color: #9b9b9b;
    color: #9b9b9b
}

.whole-wrapper .el-button--gray.is-plain:hover {
    background: #9b9b9b;
    border-color: #9b9b9b;
    color: #fff
}

.whole-wrapper .el-button--gray:hover {
    background: #e0e3e8
}

.whole-wrapper .el-button--small {
    min-width: 80px;
    height: 30px;
    padding: 0 10px;
    font-size: 14px
}

.whole-wrapper .el-button--small.is-plain {
    background: none
}

.whole-wrapper .el-button--small.no-padding {
    padding: 0
}

.whole-wrapper .el-select-dropdown .el-scrollbar {
    padding-bottom: 14px
}


/* 商标需求弹框 */

.verify-code .el-input {
    width: 50%;
    float: left;
}

.verify-code img {
    margin-left: 15px;
    float: left;
}

.el-form-item.verify-code {
    margin-bottom: 0;
}


/*---- 商标搜索banner 样式表--结束-- */


/* 搜索条件 */

.check-terms {
    padding: 10px 20px;
    margin-top: 20px;
    background: #fff
}

.check-terms .term-content {
    max-width: 1050px
}

.check-terms .term-content li {
    float: left;
    cursor: pointer
}

.check-terms .term-content li.active,
.check-terms .term-content li:hover {
    color: #3c7ee5;
    font-weight: bold;
}

.check-terms .term-item {
    min-height: 36px;
    line-height: 36px
}

.check-terms .term-item .term-label {
    width: 70px;
    margin-right: 40px;
    color: #6e6e6e
}

.check-terms .term-item+.term-item {
    border-top: 1px dashed #ececec
}

.term-cls .term-content {
    width: 1050px
}

.term-cls .term-content li {
    width: 90px;
    margin-right: 25px
}

.term-cls.zong-cls .term-content {
    width: 970px;
    height: 40px;
    overflow: hidden
}

.term-cls.zong-cls .term-content.auto-height {
    height: auto
}

.term-cls.zong-cls .term-content li {
    width: 130px;
    margin-right: 38px
}

.term-status .term-content li+li {
    margin-left: 42px
}


/* 搜索结果 */

.cha-info-panel {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #f4f9ff
}

.result-panel {
    background: #fff;
}

.check-result .result-panel .result-item .img-wrapper {
    margin: 0 25px;
    width: 100px;
    height: 100px;
    line-height: 94px;
}

.img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.cha-info-panel.container {
    margin-top: 20px
}

.check-result .result-panel .result-item {
    padding: 25px 0;
    margin: 0 20px;
    border-bottom: 1px solid #ececec
}

.check-result .result-panel .result-item:last-child {
    border-bottom: none
}

.check-result .result-panel .result-item .img-wrapper {
    width: 150px;
    height: 100px;
    line-height: 94px;
}

.check-result .result-panel .result-item .tm-info {
    width: 830px;
    margin: 0 20px;
}

.check-result .result-panel .result-item .tm-info ul {
    height: 20px;
    margin-top: 10px
}

.check-result .result-panel .result-item .tm-info ul li {
    width: 275px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #505050;
    margin-bottom: 0;
}

.check-result .result-panel .result-item .tm-info ul li.group {
    width: 714px
}

.check-result .result-panel .result-item .btns {
    width: 80px;
    height: 30px;
    margin-top: 0
}

.check-result .result-panel .result-item .btns .btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px
}

.check-result .result-panel .tx-item {
    float: left;
    width: 228px;
    height: 154px;
    margin: 10px 0 0 10px;
    border: 0;
    position: relative
}

.check-result .result-panel .tx-item .el-card__body {
    padding: 0
}

.check-result .result-panel .tx-item a {
    display: block
}

.check-result .result-panel .tx-item .tx-img {
    height: 114px;
    padding: 10px 20px;
    border-bottom: 1px solid #ececec
}

.check-result .result-panel .tx-item .tx-img .img-wrapper {
    width: 192px;
    height: 94px;
    line-height: 88px;
    margin: 0 auto
}

.check-result .result-panel .tx-item .tx-info {
    height: 40px;
    line-height: 40px;
    padding: 0 10px
}

.check-result .result-panel .tx-item .tx-info .tx-reg {
    text-align: right;
    color: #9b9b9b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.check-result .result-panel .tx-item .tx-status {
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 4px;
    border-color: #3c7ee5
}

.check-result .result-panel .tx-item .tx-status.color-danger {
    border-color: #fb5555;
    color: #fb5555
}

.check-result .result-panel .tx-item .tx-status.orange {
    border-color: #fc6530;
    color: #fc6530
}

.cha-info-panel .go-tuijian {
    width: 134px;
    text-align: right;
    transition: all .3s
}

.cha-info-panel .go-tuijian .i-tri {
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-top: -2px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.cha-info-panel .go-tuijian:hover {
    margin-right: -4px
}

.empty-warpper {
    width: 100%;
    padding: 100px 0;
    text-align: center
}

.empty-warpper .icons .icon {
    font-size: 120px
}

.empty-warpper .txt {
    padding: 0 40px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px
}

.empty-warpper .txt p a {
    color: #fc6530;
    text-decoration: underline
}


/* 搜索结果列表数据 */


/* 监控商标 委托购买 */

.check-result .result-panel .result-item .btns {
    height: auto;
    margin-top: 0;
}

.check-btn {
    background: #fff;
    color: #6DADFF;
    border: solid 1px #6DADFF;
    padding: 1px 10px;
    border-radius: 4px;
    display: inline-block;
    line-height: 24px;
    text-align: center;
}

.trade-info-right {
    width: 16%;
    float: right;
    text-align: center
}

.trade-info-right a {
    margin-top: 10px;
}

.trade-info-right a:first-child {
    margin-top: 20px;
}

.trade-info-right a.tm-buy-button {
    border-color: #fe8431;
    color: #fe8431;
}

.trade-info-right a:first-child:hover {
    background: #6DADFF;
    color: #fff;
}

.trade-info-right a.tm-buy-button:hover {
    background: #fe8431;
    color: #fff;
}

.trade-info-right a.tm-reg-button {
    border-color: #02b369;
    color: #02b369;
}

.trade-info-right a.tm-reg-button:hover {
    background: #02b369;
    color: #fff;
}

/* 分页 */

.pagebreak td a {
    background: #fff;
}

.pagebreak .page_current,
.pagebreak a:hover {
    background: #3c7ee5;
    color: #fff;
    border-color: #3c7ee5;
}

.pagebreak a {
    padding: 4px 10px;
    border: 1px solid #dddddd;
    margin: 5px;
    border-radius: 4px;
    color: #999;
}

.pagebreak table {
    margin: 0px auto;
}


/* 查询分类统计 */

.term-cls.zong-cls .term-content li {
    width: 140px;
    margin-right: 25px;
}


/* 近似查询 */

.term-op .term-content {
    width: 950px
}

.term-op .el-checkbox-group .el-checkbox:nth-child(8) {
    margin-left: 0
}

.term-op .el-checkbox-group .el-checkbox:first-child {
    margin-left: 30px;
}


/* 搜索 */

.tmnone {
    padding: 60px 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 20px;
    text-align: center;
    background: #fff;
}

.content-error {
    height: 400px;
    padding-left: 570px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff url(../../../img/error_icon2.jpg) no-repeat 280px center;
}

.content-error .error-txt {
    padding-top: 154px;
    font-size: 28px;
    color: #b1b0b0;
}

.content-error .timer {
    margin-top: 22px;
    font-size: 18px;
    color: #333;
}

.content-error a {
    display: inline-block;
    zoom: 1;
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
    text-align: center;
    border-radius: 5px;
}

.check-result .result-panel .tx-item .tx-img .img-wrapper {
    text-align: center;
}

.el-tag {
    color: #3c7ee5;
}

.check-terms .zong-cls .term-content.autoHeight {
    height: auto;
}

.term-cls.zong-cls .term-content li {
    width: 90px;
}

.table-info-panel li a {
    color: #3c7ee5;
}

.image-plus-alert {
    width: 540px;
}

.tmnone img {
    vertical-align: sub;
}

.more-common i {
    transform: scale(.8);
}

.search-panel .search-form .el-form-item {
    margin-bottom: 0;
}
.trademark-risks {padding: 15px;}
.trademark-risks-items > div {
    background-color: #f6f6f6; border-radius: 8px; padding: 10px;overflow: hidden;
    position: relative;
}
.trademark-risks-items > div .risk-tag{
    height: 28px; padding-left: 10px; padding-right: 25px; position:absolute;
    background-color: #02b369; color: #fff; font-size: 14px; line-height: 28px; left: 0px; top:0px; border-bottom-right-radius: 28px;
}
.trademark-risks-items > div.trademark-risks-level-1 .risk-tag{
    background-color: #ff7733;
}
.trademark-risks-items > div.trademark-risks-level-2 .risk-tag{
    background-color: #f85252;
}

.trademark-risks-items > div ul {height: 100px; margin-left: 3px; margin-top: 35px}
.trademark-risks-items > div li{cursor: pointer; border-radius:10px;background-color: #02b369; height: 20px; width: 20px; line-height: 20px; text-align: center; color: #fff; font-size: 12px; margin-bottom: 5px; }
.trademark-risks-items > div li:hover {transform: scale(1.2); transition: all 0.3s; }
.trademark-risks-items > div.trademark-risks-level-1 li{background-color: #ff7733;}
.trademark-risks-items > div.trademark-risks-level-2 li{background-color: #f85252;}

.tm-switch-export {
    display: inline-block;
    height: 28px;
    line-height: 26px;
    border: 1px solid #3c7ee5;
    color: #3c7ee5;
    font-size: 12px;
    cursor: pointer;
    padding: 0 10px;
}
