body{
    background: #F0F0F5;
}
.trademark-box .fullwidth-container .number{
    color: #EA8B1B;
}
.trademark-box .classify-box{
    background: #FFFFFF;
    border-radius: 2px;
    margin-bottom: 20px;
}
.trademark-box .classify-list{
    display: flex;
    border: 1px solid #F1F1F1;
}
.trademark-box .classify-list .ncl-link {
    position: absolute;
    right: 10px;
    bottom: 5px;
    padding: 0 10px;
    margin: 0;
    line-height: 20px;
    border-radius: 4px;
    background: #f46a41;
}
.trademark-box .classify-list .ncl-link span {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.trademark-box .classify-list:last-child{
    border: 0px solid #F1F1F1;
}
.trademark-box .classify-list .price-form{
    margin-left: 10px;
    display: flex;
    justify-items: center;
    /*position: relative;*/
    /*top:5px;*/
}
.trademark-box .classify-list .price-form .segmentation{
    margin: 0 10px;
    position: relative;
    top:10px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.trademark-box .classify-list .price-form input{
    border: 1px solid #EEEEEE;
    width: 110px;
    height: 30px;
    line-height: 30px;
    /*position: relative;*/
    /*top:10px;*/
    padding:5px;
}
.trademark-box .classify-list .price-form #customisePrice {
    height: 28px;
    background: #f46a41;
    width: 50px;
    /*float: right;*/
    color: #fff;
    text-align: center;
    line-height: 28px;
    /*margin-top: 12px;*/
    margin-left: 10px;
    cursor: pointer;
}
.trademark-box .classify-box .title{
    width: 116px;
    background: #F8F8F8;
    border-radius: 2px 0px 0px 2px;
    /*padding-top: 10px;*/
    padding-right: 10px;
    /*text-align: right;*/
    font-size: 14px;
    font-weight: 500;
    color: #003333;
    flex-shrink: 0;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trademark-box .classify-box .content-box{
    flex: 1;
    display: flex;
    /*margin-bottom: 10px;*/
    position: relative;
    flex-shrink: 0;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.trademark-box .classify-box .first-industry-search .content-box {
    height: auto;
    padding: 5px 0;
}
.trademark-box .classify-box .first-industry-search .content-box .item-box .item{
    line-height: 30px;
}
.trademark-box .classify-box .selected-filter-list .content-box {
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: auto;
    line-height: 40px;
}
.trademark-box .classify-box .selected-filter-list .content-box .selected-item {
    line-height: 40px;
}
.trademark-box .classify-box .title-search .content-box {
    align-items: center;
    justify-content: flex-start;
}
.trademark-box .classify-box .content-box .nn{
    width: 75px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    /*margin-top: 10px;*/
    margin-left: 10px;
}
.trademark-box .classify-box .content-box .item.on{
    position: relative;
}
.trademark-box .classify-box .content-box .empty{
    height: 30px;
    border: 1px solid #EEEEEE;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    align-items:center;
    margin-left: 15px;
    /*margin: 5px 0 5px 15px;*/
    padding: 0 10px;
    /*position: relative;*/
    /*top:10px;*/
    /*margin-bottom: 10px;*/
}
.trademark-box .classify-box .content-box .empty img{
    width: 14px;
    height: 14px;
    margin-left: 5px;
}
.trademark-box .classify-box .content-box .ll{
    height: 30px;
    background: #F8F8F8;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    font-weight: 500;
    color: #E50113;
    line-height: 30px;
    /*position: relative;*/
    /*top:10px;*/
    margin-left: 15px;
    /*margin: 5px 0 5px 15px;*/
    display: inline-block;
    /*margin-bottom: 10px;*/
    padding: 0 10px;
}
.trademark-box .classify-box .content-box .ll img{
    width: 10px;
    height: 10px;
    margin-left: 10px;
}
.trademark-box .classify-box .content-box .item.on:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 5px;
    top: 4px;
    background: url(../img/common/checked.png) no-repeat center;
}
.trademark-box .classify-box .first-industry-search .content-box .item.on:before {
    top: 9px;
}

.trademark-box .classify-box .content-box .item-box{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    /*align-items: flex-start;*/
    align-items: center;
}
.trademark-box .classify-box .content-box .item-box .item{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding-left: 22px;
    /*margin-top: 10px;*/
}
.trademark-box .classify-box .content-box .all-box{
    /*position: relative;*/
    /*top: 6px;*/
    margin: 0 30px;
}
.trademark-box .classify-box .content-box .all-box .all{
    border: 1px solid #EEEEEE;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    width: 65px;
    text-align: center;
    cursor:pointer;
}
.trademark-box .classify-box .content-box .search-box{
    display: flex;
    /*margin-top: 10px;*/
    margin-left: 15px;
}
.trademark-box .classify-box .content-box .search-box .name{
    border-left: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    width: 96px;
    text-align: center;
}
.trademark-box .classify-box .content-box .search-box input{
    border-left: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-right: none;
    padding: 0 20px;
    height: 100%;
}
.trademark-box .classify-box .content-box .search-box button{
    width: 96px;
    height: 30px;
    background: #f46a41;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}
.trademark-box .main-box{
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.trademark-box .main-box .left-box{
    flex: 1;
}
.trademark-box .main-box .left-box .paging-box{
    display: flex;
    background: #ffffff;
    padding:20px;
    align-items: flex-start;
    position: relative;
}
.trademark-box .main-box .left-box .paging-box .screen-box{
    display: flex;
    border: 1px solid #EEEEEE;
    margin-right: 20px;
}
.trademark-box .main-box .left-box .paging-box .screen-box .item-box{
    border-right: 1px solid #EEEEEE;
    display: flex;
    align-items: flex-start;
    padding: 0 10px;
    position: relative;
}
.trademark-box .main-box .left-box .paging-box .screen-box .item-box:last-child{
    border-right: none;
}
.trademark-box .main-box .left-box .paging-box .screen-box .item-box .name{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    padding-right: 10px;
}
.trademark-box .main-box .left-box .paging-box .screen-box .item-box img{
    position: absolute;
    top: 7px;
    right: 8px;
}
.trademark-box .main-box .left-box .paging-box .screen-box .item-box.on .name{
    color: #0B5CDF;
}
.trademark-box .main-box .left-box .paging-box .page{
    position: absolute;
    top: 1px;
    /*left: 250px;*/
    right: 0px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.trademark-box .main-box .left-box .paging-box .page .perPage{
    line-height: 30px;
    height: 30px;
    width: 78px;
}
.trademark-box .main-box .left-box .paging-box .page .layui-laypage a, .trademark-box .main-box .left-box .paging-box .page .layui-laypage span{
    height: 30px;
    line-height: 30px;
}
.trademark-box .main-box .left-box .paging-box .boutique-btn {
    width: 117px;
    position: relative;
}
.trademark-box .main-box .left-box .paging-box .boutique-btn .name {
    position: absolute;
    width: 58px;
    height: 15px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    -webkit-text-stroke: 1px #E01908;
    text-stroke: 1px #E01908;
    background: linear-gradient(0deg, #F7590D 0%, #FEDE4B 0%, #FBF1EA 0%, #F9E1C1 98.974609375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.trademark-box .main-box .left-box .trademark-list-box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 20px -10px 10px 0;
}
.trademark-box .main-box .left-box .trademark-list-box .item-box{
    width: 20%;
}
.trademark-box .main-box .left-box .trademark-list-box .item-box .item{
    background: #FFFFFF;
    box-shadow: 2px 5px 13px 0px rgba(69, 69, 69, 0.05);
    margin-right: 10px;
    margin-bottom: 10px;
    padding:30px 24px;
    height: 310px;
    width: 232px;
    position: relative;
    overflow: hidden;
}
.trademark-box .main-box .left-box .trademark-list-box .item-box .item:hover .name{
    padding-top: 10px;
}
.trademark-box .main-box .left-box .trademark-list-box .item-box .item .img{
    text-align: center;
}
.trademark-box .main-box .left-box .trademark-list-box .item-box .item img{
    width: 155px;
    height: 140px;
    object-fit: scale-down;
}
.trademark-box .main-box .left-box .trademark-list-box .item-box .item .name{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-top: 30px;
    padding-bottom: 5px;
}
.trademark-box .main-box .left-box .trademark-list-box .item-box .item .describe{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-bottom: 5px;
}
.trademark-box .main-box .left-box .trademark-list-box .item-box .item .price{
    font-size: 20px;
    font-weight: 400;
    color: #EE1717;
}
.trademark-box .main-box .left-box .trademark-list-box .item-box .item .price span{
    font-size: 16px;
}
.trademark-box .main-box .left-box .trademark-list-box .item-box .item .opera-bar {
    height: 40px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}
.trademark-box .main-box .left-box .trademark-list-box .item-box .item .opera-bar .service{
    width: 100%;
    height: 40px;
    background: #5C78E0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    cursor:pointer;
}
.trademark-box .main-box .left-box .trademark-list-box .item-box .item .service img{
    width: 104px;
    height: 30px;
}
.trademark-box .main-box .left-box .trademark-list-box .item-box .item:hover .opera-bar{
    bottom: 0px;
}
.trademark-box .main-box .right-box{
    width: 230px;
    background: #ffffff;
    margin-bottom: 20px;
}
.trademark-box .main-box .right-box .title{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    background: #F8F8F8;
    position: relative;
    padding-left: 20px;
}
.trademark-box .main-box .right-box .title .solid{
    width: 2px;
    height: 20px;
    background: #C71522;
    position: absolute;
    left: 0;
    top: 10px;
}
.trademark-box .main-box .right-box .list-box{
    padding:5px;
    margin-bottom: 10px;
}
.trademark-box .main-box .right-box img{
    width: 100%;
    height: 140px;
    object-fit: scale-down;
    margin-bottom: 10px;
}
.trademark-box .main-box .right-box .list-box .item-box{
    border-bottom: 1px solid #EEEEEE;
    padding: 30px;
}
.trademark-box .main-box .right-box .list-box .item-box:last-child{
    border-bottom: none;
}
.trademark-box .main-box .right-box .list-box .item-box .name{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin: 5px 0;
}
.trademark-box .main-box .right-box .list-box .item-box .describe{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}
.trademark-box .main-box .right-box .list-box .item-box .price{
    font-size: 20px;
    font-weight: 400;
    color: #EE1717;
    margin: 5px 0;
}
.trademark-box .main-box .right-box .list-box .item-box .price span{
    font-size: 16px;
}
.trademark-box .default-box{
    flex: 1;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.trademark-box .default-box .new_empty{
    background: #ffffff;
}
.dialog-modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 2000;
    display: none;
}
.dialog_wrapper{
    z-index: 2001;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    display: none;
}
.subclassification-box{
    position: relative;
    margin: 15vh auto 50px;
    background: #FFFFFF;
    border-radius: 6px;
    width: 850px;
}
.subclassification-box .title{
    height: 53px;
    background: #B02B36;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 53px;
    position: relative;
}
.subclassification-box .title .close{
    position: absolute;
    right: 20px;
    color: #ffffff;
    top: 0;
    font-size: 16px;
    cursor:pointer;
}
.subclassification-box .search-box{
    display: flex;
    padding: 20px 30px;
}
.subclassification-box .search-box input{
    width: 256px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px 0px 0px 6px;
    padding: 0 10px;
}
.subclassification-box .search-box button{
    width: 59px;
    height: 32px;
    background: #E50113;
    border-radius: 0px 6px 6px 0px;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
}
.subclassification-box .list-box{
    display: flex;
}
.subclassification-box .list-box .superclass{
    width: 197px;
    background: #F6F6F6;
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
}
.subclassification-box .list-box .superclass .item{
    margin-bottom: 5px;
    display: flex;
}
.subclassification-box .list-box .superclass .item .name{
    font-size: 14px;
    font-weight: 500;
    color: #003333;
    line-height: 35px;
    border-radius: 6px;
    padding-left: 20px;
    flex: 1;
    cursor:pointer;
}
.subclassification-box .list-box .superclass .item:hover .name,.subclassification-box .list-box .superclass .item.on .name{
    background: #E50113;
    color: #ffffff;
}
.subclassification-box .list-box .superclass .item:hover .right-arrows,.subclassification-box .list-box .superclass .item.on .right-arrows{
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #E50113;
    border-bottom: 6px solid transparent;
    position: relative;
    top: 12px;
}
.subclassification-box .list-box .subclass{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex: 1;
    padding: 0 30px;
    height: 380px;
    overflow-y: auto;
}
.subclassification-box .list-box .subclass .item{
    width: 33.33%;
}
.subclassification-box .list-box .subclass .item .name{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    margin-right: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor:pointer;
    position: relative;
    padding-left: 20px;
}
.subclassification-box .list-box .subclass .item.on .name:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 11px;
    background: url(../img/common/checked.png) no-repeat center;
}
.dialog_wrapper_bottom{
    background: #F9F9F9;
    padding: 15px 40px 40px 40px;
    border-top: 1px solid #DDDDDD;
}
.dialog_wrapper_bottom .selected-box{
    display: flex;
}
.dialog_wrapper_bottom .selected-box .tt{
    font-size: 14px;
    font-weight: 500;
    color: #003333;
    line-height: 35px;
    margin-right: 20px;
}
.dialog_wrapper_bottom .selected-box .value-list{
    display: flex;
    background: #ffffff;
    flex: 1;
    border: 1px dashed #DDDDDD;
    padding: 10px;
    flex-wrap: wrap;
}
.dialog_wrapper_bottom .selected-box .value-list .item{
    display: flex;
    width: 115px;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    font-weight: 400;
    color: #E50113;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.dialog_wrapper_bottom .selected-box .value-list .item .name{
    flex: 1;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.dialog_wrapper_bottom .selected-box .value-list .item .delete{
    font-size: 14px;
    cursor:pointer;
}
.dialog_wrapper_bottom .operation{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.dialog_wrapper_bottom .operation .empty{
    width: 130px;
    height: 36px;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-right: 10px;
    cursor:pointer;
}
.dialog_wrapper_bottom .operation .confirm{
    width: 130px;
    height: 36px;
    background: #E50113;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    cursor:pointer;
}

.trademark-box .classify-box .industry {
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
}
.trademark-box .classify-box .industry .title {
    flex-shrink: 0;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trademark-box .classify-box .industry .groupcode-box {
    height: auto;
    padding: 5px 0;
}
.trademark-box .classify-box .industry .groupcode-item {
    line-height: 30px;
}
.trademark-box .classify-box .industry .content-box .item-box .item.on:before {
    top: 2px;
}

/* 卖商标按钮 */
.sell-btn {
    width: 100px;
    height: 24px;
    background-color: #f46a41;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    float: right;
}
.sell-btn img {
    width: 13px;
    height: 13px;
    margin-right: 3px;
}
.sell-dialog {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sell-dialog-box {
    width: 800px;
    background-color: #fff;
    border-radius: 20px;
}
.sell-dialog-box-header {
    width: 100%;
    height: 60px;
    border-radius: 20px 20px 0 0;
    line-height: 90px;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(to right, #fb774f, #fca672);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sell-dialog-box-header .title {
    padding-left: 44px;
}
.sell-dialog-box-header .icon {
    transform: rotate(45deg);
    font-size: 40px;
    margin-right: 44px;
    cursor: pointer;
}
.sell-dialog-box-content {
    padding: 5px 45px 30px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}

.sell-dialog-box .layui-input {
    height: 44px;
    background-color: #F5F5F5;
}
.sell-dialog-box #sellFormBtn {
    width: 224px;
    height: 44px;
    font-size: 16px;
    background-color: #FC8A52;
}
.sell-dialog-box .code-btn {
    height: 44px;
    font-size: 16px;
    background-color: #FC8A52;
}
.sell-form-label {
    display: block;
    font-size: 16px;
    margin: 33px 0 16px;
    color: #333;
    font-weight: bold;
}
/*.sell-form .layui-unselect {*/
/*    height: 44px;*/
/*    background-color: #f5f5f5;*/
/*}*/
.sell-form .layui-form-select dl {
    top: 44px;
}
.sell-form-footer {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
