.merchants {
    background: #f7f7f7;
    position: relative;
    background-color: #f4f2f2;
    background: url(../images/bg.png) no-repeat;
    background-size: 100%;
    font-family: "Microsoft Ya Hei";
}
.merchants__header {
    width: 100%
}

.merchants .info-bt{
    background: url(../images/infoBt.png) no-repeat center;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
}

.merchants-title {
    display: flex;
    justify-content: center !important; 
    height: 160px;
    padding: 0 !important;
}

.merchants-title>.fr {
    text-align: center !important;
}

.merchants-filter {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px 30px;
    z-index: 1;
}

.merchants-filter .list .tag-active{
    width: 120px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-align: left;
    color: #1eb7fe;
    margin: 3px 20px;
    margin-left: 0;
    border-radius: 12px;
}

.merchants-filter .list .tag-normol{
    width: 120px;
    height: 25px;
    text-align: left;
    line-height: 25px;
    padding: 0;
    margin: 3px 20px;
    margin-left: 0;
    border-radius: 12px;
}

.merchants-title-one{
    margin-bottom: 15px;
}

.merchants .active_filter {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 6px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    background: #fff;
    padding: 4px 0;
    z-index: 1;
}

.merchants-filter .letter {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #f7f7f7;
}
.merchants-filter .letter>p {
    cursor: pointer;
    padding: 15px;
    color: #666;
}
.merchants-filter .letter>.active, .merchants-filter .letter>p:hover {
    color: #1eb7fe;
}

.merchants-filter .list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 4px 10px;
}
.merchants-filter .list>div {
    width: 11.11111%;
    padding: 10px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    text-align: center;
}

.merchants__header>div {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    padding-bottom: 60px;
}
.merchants__header>div .fl {
    width: 37%;
    font-size: 18px;
}
.merchants__header>div .fl>img {
    width: 80px;
    margin-right: 10px;
    border-radius: 20px;
    height: 80px;
    vertical-align: middle;
}
.merchants__header>div .fr {
    text-align: left;
    width: 63%;
}
.merchants__header>div .fr>.btn__link {
    margin-left: 14px;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
}
.merchants__header>div .fr>.btn__span {
    font-size: 18px;
    cursor: pointer;
    background: #ff5b01;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 20px;
    font-weight: 600;
    margin-top: 5px;
}

.merchants .active_filter>.left {
    width: 30%;
    padding-top: 10px;
}
.merchants .active_filter>.right {
    text-align: right;
    width: 70%;
    line-height: 34px;
    font-size: 14px;
}
.el-breadcrumb {
    font-size: 14px;
    line-height: 1;
}
.el-breadcrumb__item {
    float: left;
}
.el-breadcrumb__inner {
    color: #606266;
}
.el-breadcrumb__inner.inner-link, .el-breadcrumb__inner a {
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
    transition: color .2s cubic-bezier(.645,.045,.355,1);
    color: #303133;
}
.el-breadcrumb__separator[class*=icon] {
    margin: 0 6px;
    font-weight: 400;
    font-size: 12px;
}
.el-breadcrumb__inner.inner-link:hover, .el-breadcrumb__inner a:hover {
    color: #409eff;
    cursor: pointer;
}
.merchants .active_filter .address {
    color: #999;
    font-weight: 300;
}
.el-breadcrumb__separator {
    margin: 0 9px;
    font-weight: 700;
    color: #c0c4cc;
}
.merchants .active_filter .num {
    color: #f7403d;
}
.merchants .active_filter>.right>button {
    margin-left: 10px;
}

.merchants__select {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.merchants__select>div {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    color: #333;
}
.merchants__select>div>.left {
    width: 130px;
    box-sizing: border-box;
    font-size: 13px;
    background: #fff;
    border-right: 1px solid #eee;
}
.merchants__select>div>.left>p {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 10px;
    padding-left: 20px;
}
.merchants__select>div>.right {
    width: calc(100% - 130px);
    padding: 4px 10px;
    line-height: 32px;
    font-size: 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.merchants__select>div>.right .right_p, .merchants__select>div>.right p {
    text-align: center;
    font-size: 12px;
    margin: 4px 0;
    margin-right: 10px;
    color: #333;
    padding: 4px 8px;
    line-height: 18px;
    border-radius: 8px;
    height: 27px;
    cursor: pointer;
}
.merchants .hover_p {
    border-radius: 2px;
    border: 1px solid #c4c4c4!important;
}
.merchants__select>div>.right .overflow_t{
    display: flex;
    box-sizing: border-box;
    justify-content: left;
    flex-wrap: wrap;
    max-height: 200px;
    overflow-y: auto;
}
.merchants__select>div>.right .right_p>i, .merchants__select>div>.right p>i {
    color: #f7403d;
    margin-left: 10px;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
}
.merchants .hover_p i {
    color: #ff5b01;
}
.merchants__select>div>.right>button {
    border: none;
    margin-left: 10px;
    color: #666;
    font-size: 12px;
}
.merchants__select>div>.right>button  i{
    font-size: 12px;
}
.merchants__select>div>.right .active, .merchants__select>div>.right .right_p:hover, .merchants__select>div>.right p:hover {
    background: #ecf2ff;
    color: #2663f4;
}
.merchants__price {
    width: 1200px;
    margin: 20px auto;
    border-radius: 40px;
    font-size: 12px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 10px 20px;
    background: #fff;
}
.merchants__price>p {
    margin-right: 20px;
}
.merchants__price>p .active {
    color: #f7403d;
}
.merchants__price>p span {
    padding: 6px 10px;
    display: inline-block;
    cursor: pointer;
    color: #7f8081;
}
.merchants__price>.w_80 {
    width: 90px;
    margin: 0 10px;
}
.merchants__price>.w_80 input{
    border-color: #a6a6a6;
}
.merchants__price>.w_60 {
    width: 60px;
    margin: 0 10px;
}
.merchants__price>.w_60 input{
    border-color: #a6a6a6;
}
.merchants__price .el-button--mini {
    min-height: 23px;
    font-size: 12px;
    border-radius: 3px;
    height: 29px;
}
.merchants__seara {
    position: relative;
    margin-left: 40px;
    border-radius: 50px;
    overflow: hidden;
}
.merchants__seara .el-input__inner{
    border: 0;
}
.merchants__list {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
.merchants__list>div {
    padding: 10px;
    cursor: pointer;
    height: 200px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}
.merchants__list>div>a{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.merchants__list>div>a>div:nth-child(2)>p {
    color: #333;
    font-weight: 600;
    line-height: 22px;
}

.merchants__list .tag-info{
    display: flex;
    margin-bottom: 10px !important;
}

.merchants__list .des-info .txt_overflow{
    width: 100%;
    font-size: 17px;
    font-weight: bold;
   
}

.merchants .icon-title {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-bottom: #eee 1px solid;
    padding: 13px 30px;
}

.message-info-warning{
    width: 90%;
    border: 1px solid #ff5b01;
    background: #fcf6f1;
    color: #ff5b01 !important;
    margin: 0 auto;
    height: 300px;
    font-size: 14px;
    padding: 12px;
    font-family: "Microsoft Ya Hei";
    position: relative;
}

.message-info-warning .recyle-bt{
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #ff5b01;
    color: #fff;
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
}

.message-info-warning .recyle-bt a{
    color: #fff;
}

.merchants__list .des-info{
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
    height: 168px;
    padding: 0 !important;
}
.merchants__list .des{
    width: 100%;
    display: flex;
    line-height: 20px;
    align-items: center;
    font-size: 13px;
    color: #808182;;
}

.merchants__list .tags-item{
    padding: 0 13px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #1eb7fe;
    font-family: "Microsoft Ya Hei";
    border-radius: 2px;
    font-size: 13px;
    margin-right: 6px;
    background-color: #d6f1fd;
    border: 0.66px solid #1eb7fe;
}
.merchants__list>div>a>img {
    width: 256px;
    height: 168px;
    border-radius: 16px;
}
.merchants__list>div>a>div:nth-child(2) {
    width: 60%;
    padding: 10px;
}
.merchants__list>div>a>div:nth-child(2)>p>img {
    width: 70px;
    vertical-align: middle;
}
.merchants__list>div>a>div:nth-child(2)>div {
    margin-bottom: 2px;
}
.merchants__list>div>a>div:nth-child(2)>span {
    color: #999;
}
.merchants__list>div>a>div:nth-child(3) {
    width: 140px;
}
.merchants__list>div>a>div:nth-child(3)>p {
    margin: 16px 10px;
    text-align: center;
}
.merchants__list>div>a>div:nth-child(3)>p>img {
    width: 26px;
    vertical-align: middle;
}
.merchants__list>div>a>div:nth-child(4) {
    color: #f7403d;
    font-weight: 600;
    line-height: 140px;
    font-size: 26px;
    width: 200px;
    text-align: right;
}
.servear {
    line-height: 24px;
    font-weight: 400;
    background: #f8423f;
}
.servear, .servear2 {
    display: inline-block;
    padding: 0 4px;
    color: #fff;
    margin: 0 2px;
    border-radius: 2px;
    vertical-align: middle;
}

.merchants .hover_bj .list-item {
    max-height: 168px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.merchants .hover_bj {
    padding: 20px 30px;
}
.merchants .hover_bj:hover {
    background: #d9ecff;
}
.merchants__list>div:hover {
    box-shadow: 0 0 6px #ccc;
}
.merchants__daoju {
    width: 1200px;
    margin: 0 auto;
    min-height: 400px;
    background: #fff;
}
.merchants__daoju>div {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.merchants__daoju>div>a{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.merchants__daoju>div>a>img {
    width: 14%;
    max-height: 149px;
    border-radius: 16px;
}
.merchants__daoju>div>a>div:nth-child(2) {
    width: 40%;
    padding: 10px;
}
.merchants__daoju>div>a>div:nth-child(2)>p {
    color: #333;
    font-weight: 600;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px;
}
.merchants__daoju>div>a>div:nth-child(2)>p .type_span {
    padding: 2px 4px;
    display: inline-block;
    background: #409eff;
    color: #fff;
    vertical-align: middle;
}
.merchants__daoju>div>a>div:nth-child(2)>div {
    margin-bottom: 2px;
    border-left: 2px solid #f7403d;
    padding-left: 6px;
    color: #666;
}
.merchants__daoju>div>a>div:nth-child(2)>span {
    color: #999;
}
.merchants__daoju>div>a>div:nth-child(3) {
    color: #f7403d;
    font-size: 14px;
    width: 20%;
    text-align: right;
    position: relative;
}
.merchants__daoju>div>a>div:nth-child(3)>p {
    margin: 0 10px;
    text-align: center;
    color: #999;
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
}
.merchants__daoju>div>a>div:nth-child(4) {
    width: 20%;
    position: relative;
}
.merchants__ingot {
    width: 1200px;
    margin: 0 auto;
    min-height: 400px;
    background: #fff;
}
.merchants__ingot>div {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.merchants__ingot>div>a{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.merchants__ingot>div>a>div:first-child {
    width: 40%;
    padding: 10px;
}
.merchants__ingot>div>a>div:first-child>p {
    color: #333;
    font-weight: 600;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px;
}
.merchants__ingot>div>a>div:first-child>p .type_span {
    padding: 2px 4px;
    display: inline-block;
    background: #409eff;
    color: #fff;
    vertical-align: middle;
}
.merchants__ingot>div>a>div:first-child>div {
    margin-bottom: 2px;
    border-left: 2px solid #f7403d;
    padding-left: 6px;
    color: #666;
}
.merchants__ingot>div>a>div:first-child>span {
    color: #999;
}
.merchants__ingot>div>a>div:nth-child(2) {
    color: #f7403d;
    font-size: 14px;
    width: 20%;
    text-align: right;
    position: relative;
}
.merchants__ingot>div>a>div:nth-child(2)>p {
    margin: 0 10px;
    text-align: center;
    color: #999;
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
}
.merchants__ingot>div>a>div:nth-child(3) {
    width: 20%;
    position: relative;
}
.merchants__ingot>div>a>div:nth-child(3)>p {
    margin: 0 10px;
    text-align: center;
    color: #999;
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
}
.merchants__ingot>div>a>div:nth-child(4) {
    color: #f7403d;
    font-weight: 600;
    line-height: 60px;
    font-size: 26px;
    width: 20%;
    text-align: right;
}