body {
    background: #FAFAFA;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.export-loading-img {
    z-index: 1000;
    transition: left .3s cubic-bezier(.14, .68, .46, 1);
    color: #C71522;
    display: none;
}

.export-loading-img > span {
    height: 30px;
    line-height: 30px;
}

/*.good-table>tbody>tr>td {padding: 2px;}*/
.patentfee_box {
    color: #337AB7;
}

.patentfee_box:hover {
    color: #C71522;
}

/* 仅专利交易和商标交易页面我要出售隐藏二维码  */
.wjyshop_styl > a.to_sell_patent:hover > span {
    display: none;
}

/* 表格鼠标经过时颜色 */
.goodsList .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
    background: #f2f2f2 !important;
}

/* el表格样式重置 */
.el-table--border {
    border: none !important;
}

.el-table--border .el-table__cell, .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
    border-right: none !important;
}

.el-table__empty-block {
    display: none !important;
}

.el-table__header-wrapper tr th {
    color: #333 !important;
}

.goodsList .el-table__header-wrapper {
    display: none;
}

.goodsList .el-table__header-wrapper .has-gutter tr th {
    background: #F2F2F2 !important;
}

/*关于ie下表格宽度不为100%的问题*/
#product-list .el-table__header {
    width: 100% !important;
}

#product-list .el-table__body {
    width: 100% !important;
    display: none;
}

/*#product-list .el-table .cell,*/
/*#product-list .el-table th.el-table__cell>.cell {*/
/*	padding: 0 4px !important;*/
/*}*/

.static_button {
    display: none !important;
}

.paypatent_close {
    /* 广告位 */
    display: none !important;
}

.el-table .cell {
    padding: 0 !important;
}

.goodsList .el-table--enable-row-hover .el-table__body tr:hover .set_ellipsis::after {
    background: -webkit-linear-gradient(left, transparent, #f2f2f2 55%);
    background: -o-linear-gradient(right, transparent, #f2f2f2 55%);
    background: -moz-linear-gradient(right, transparent, #f2f2f2 55%);
    background: linear-gradient(to right, transparent, #f2f2f2 55%);
}

.set_ellipsis::after {
    content: "...";
    position: absolute;
    bottom: 16px;
    right: 4px;
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

.color-red {
    color: red;
}

.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf {
    border-bottom: 1px solid #DDDDDD;
}

.vipprice-td .copy-item {
    color: #FF383A;
    background: #FFE8E8;
    margin-left: 4px;
    font-size: 12px;
    padding: 0 2px;
}
.vipprice-td>.vipprice_box{
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-top: 2px;
}
.vipprice-td>.vipprice_box:first-child{
    margin-top: 0px;
}
.description-td .copy-item {
    width: 48px;
    height: 23px;
    background: #FFE8E8;
    border-radius: 3px !important;
    font-size: 13px;
    font-weight: 400;
    color: #FF383A;
    margin-left: 2px;
    display: none;
    padding: 3px 5px;
    white-space: nowrap;
}

/*.description-td .copy-item img {*/
/*    margin-top: 5px;*/
/*}*/

.description-td:hover span.copy-item {
    display: inline;
}

.yuding_sty {
    color: #00B150 !important;
}

/* 滚动固定-搜索 */
.fixed_items--input--search--parent {
    width: calc(100% - 80px - 90px - 108px - 140px - 140px - 520px - 133px)
}

.fixed_items--input--search {
    width: 100%;
    min-width: 104px;
    position: relative;
    z-index: 9;
    display: none;
    margin-left: 5px;
    border-radius: 4px !important;
    overflow: hidden;
}

.fixed_items--input--search input {
    width: 100%;
    height: 40px;
    padding-left: 10px !important;
    font-size: 15px;
    line-height: 20px;
}
.fixed_items--input--search .clearbutton{
    right: 36px;
    top: 11px;
}
.fixed_items--input--search .icon {
    /*width: 40px;*/
    height: 40px;
    padding: 0 10px;
    background: #FFF;
    font-size: 16px;
    color: #FF383A;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
}

.fixed_items--input--search .icon:active {
    background: #EAEAEA;
}

.fixed_items--input--search input::-webkit-input-placeholder { /* WebKit browsers */
    color: #E5E5E5;
}

.fixed_items--input--search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #E5E5E5;
}

.fixed_items--input--search input::-moz-placeholder { /* Mozilla Firefox 19  */
    color: #E5E5E5;
}

.fixed_items--input--search input:-ms-input-placeholder { /* Internet Explorer 10  */
    color: #E5E5E5;
}

.shelves {
    font-size: 12px;
    border-radius: 4px !important;
    padding: 2px 5px;
    margin-right: 5px;
    box-sizing: border-box;
    float: right;
}

/* 价格-筛选区 */
.price_filter--input {
    /*width: 250px;*/
    /*height: 40px;*/
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 6px;
}

/*.price_filter--input .input,*/
/*.price_filter--input .out_container--btn--submit,*/
/*.price_filter--input .out_container--btn--submit ~ span {*/
/*    position: absolute;*/
/*    top: 0;*/
/*}*/

.price_filter--input .out_container--btn--submit ~ span {
    position: absolute;
    left: 253px;
    top: 6px;
}


.price_filter--input .input {
    /*width: 200px;*/
    height: 44px;
    display: flex;
    align-items: center;
    /*z-index: 9;*/
    border-radius: 4px !important;
}

.price_filter--input .input input {
    width: 64px;
    border: 1px solid #EBEBEB;
    padding-left: 2px;
}

.price_filter--input .input .line {
    padding: 0 5px;
    padding-left: 22px;
}

.price_filter--input #submitDouPrice {
    width: 54px;
    height: 24px;
    /*display: none;*/
    margin-left: 5px;
    /*background: #ffe1e2;*/
    color: #FF383A;
    border: 1px solid #FF383A;
    text-align: center;
    line-height: 24px;
    /*border: none;*/
    /*border-radius: 4px !important;*/
    margin: 10px 5px 5px 5px;
    cursor: pointer;
}

/*.out_container--btn--submit {*/
/*    height: 44px;*/
/*    padding-left: 6px;*/
/*    border: 1px solid #EBEBEB;*/
/*}*/

.price_filter--input .el-input__inner {
    height: 28px;
    line-height: 28px;
}
/*.out_container--btn--submit:hover #submitDouPrice {*/
/*    display: block;*/
/*}*/

/*.out_container--btn--submit:hover .input {*/
/*    height: 42px;*/
/*}*/

/*.out_container--btn--submit:hover {*/
/*    z-index: 8;*/
/*    border: 1px solid #ebebeb;*/
/*    padding-left: 5px;*/
/*    background: #FFF;*/
/*}*/
/*预订状态搜索*/
.book_condition{
    margin-left: 20px;
}
/*地区选择*/
.provincecity_box{
    display: flex;
    align-items: center;
    margin-left: 16px;
}
.provincecity_box>.provincecity_choose {
    border: 1px solid #ddd;
    border-radius: 4px !important;
}
.provincecity_choose .el-input__inner {
    padding: 0px 0px 0px 6px;
    border-radius: 4px !important;
    height: 30px;
    line-height: 30px;
    width: 76%;
}
.provincecity_choose .el-select>.el-input {
    width: 120px;
    border-radius: 4px !important;
}
.provincecity_choose .el-input__icon{
    line-height: 30px;
}
/*时间范围搜索*/
#timeScope{
    width: calc(100% - 75px);
    display: none;
}
.timedate_choose_box{
display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 16px;
}
.timedate_choose_box>div{
    border: 1px solid #ddd;
    border-radius: 4px !important;
    margin-left: 8px;
}
.el-date-editor.el-input.date_box{
    width:100px;
    border-radius: 4px !important;
}
.date_box .el-input__inner{
    padding: 0px 0px 0px 6px;
    border-radius: 4px !important;
    height: 30px;
    line-height: 30px;
}
.el-date-editor.el-input.date_box .el-input__suffix{
    right: -5px;
}
.el-date-editor.el-input.date_box .el-input__icon{
    line-height: 30px;
}
.time_button{
    border: none;
    width: 60px;
    height: 30px;
    border-radius: 4px !important;

}
.shurebutton{
    color: #FF383A;
    border: 1px solid #FF383A;
    background: none;
}
.resetbutton{
    background: #fff;
    color: #FF383A;
}
.shareuserdiv {
	text-align: center;
    padding: 15px 50px;
}
.shareuserdiv span{
	color: red;
    font-size: 25px;
    font-weight: 800;
    margin-right: 25px;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.followusera {
	max-height: 42px;
	text-align: justify;
	line-height: 21px;
	overflow: hidden;
	word-break: break-all;
    text-decoration: underline;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/*综合排序修改*/
[v-cloak] {
    display: none;
}
.tabbutton{
    margin-right: 5px;
    background: #FFFFFF !important;
    border-radius: 4px !important;
    border: none;
    color: #333!important;
    width: 98px;
    height: 40px;
    padding: 0px 10px;
}
.popover_box{
    padding: 0px;
    min-width: 98px;
    border: none;
    margin-top: 0px !important;
    border-radius: 4px !important;
}
.popover_box .popper__arrow{
    display: none;
}
.popover_box .z-order, .popover_box .time-order, .popover_box .price-order{
    height: auto;
    line-height: 1;
    margin: 14px 0;
    text-align: left;
    padding-left: 10px;
    width: auto;
}
.lotuticon.lotuticon-close{
    font-size: 18px;
}
.recommend-price-div {
	font-size:15px;
}
.recommend-price-div > div, .recommend-price-div > p {
	text-align:left;
	margin-bottom:5px;
	width: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.recommend-price-div .td0 {
	background: #00B150;
    color: #FFF;
    padding: 2px 4px;
    border-radius: 4px !important;
    font-size:14px;
}
.recommend-price-div .td1 {
	background: #FF383A;
    color: #FFF;
    padding: 2px 4px;
    border-radius: 4px !important;
    font-size:14px;
}
.recommend-price-div .td2 {
	background: #FF9307;
    color: #FFF;
    padding: 2px 4px;
    border-radius: 4px !important;
    font-size:14px;
}
.recommend-price-div .re_no_certificate {
	color: #FFF;
    background: #FF383A;
	padding: 2px 4px;
    border-radius: 4px !important;
    font-size:14px;
}
.recommend-price-div .re_has_certificate {
	color: #FFF;
    background: #00B150;
	padding: 2px 4px;
    border-radius: 4px !important;
    font-size:14px;
}
.recommend-price-div span {
	margin-right:5px;
}
.recommend-price-input {
	width: 200px;
    height: 30px;
    line-height: 30px;
    padding-left: 4px;
    border: 1px solid #A5111C;
}
.inside_customer_concat{

    overflow:hidden;
    max-height: 24px;

    /*text-overflow:ellipsis;*/
}
.lotuticon.schoolPatentFlag{
    color: #006AE1;
    font-size: 14px;
    margin-right: 4px;
}
.d_follow_styl {
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	font-size: 15px;
	color: #FF383A;
}
.d_follow_styl font {
    font-weight: 600;
    font-size: 20px;
    padding:0 2px;
}
.vipparent_span .d_zvip0{
    position: relative;
    top: 4px;
}

.sorttablebox{
    cursor: pointer;
}
.el-table .ascending .sort-caret.ascending{
    border-bottom-color: #FF383A;
}
.el-table .descending .sort-caret.descending{
    border-top-color: #FF383A;
}
