a.home-merchant-item{
    color: #323232;
    text-decoration: none;
}
a.home-merchant-item:link{
    color: #323232;
    text-decoration: none;
}
a.home-merchant-item:visited{
    color: #323232;
    text-decoration: none;
}
a.home-merchant-item:hover{
    color: #323232;
    text-decoration: none;
}
a.home-merchant-item:active{
    color: #323232;
    text-decoration: none;
}
.home-merchant-div{
    box-sizing: border-box;
    width: 100%;
    height: 500px;
    padding: 30px 0;
}
.home-merchant-inside-div{
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1170px;
    height: 100%;
}
.home-merchant-left-part{
    float: left;
    width: 850px;
    height: 100%;
    overflow-y: hidden;
}
.home-merchant-item{
    float: left;
    box-sizing: border-box;
    margin: 0 7px 14px;
    width: 260px;
    height: 200px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow:  0 0 10px #eeeeee;
    -moz-box-shadow:  0 0 10px #eeeeee;
    box-shadow:  0 0 10px #eeeeee;
}
.home-merchant-item:hover{
    border: 1px solid #0db5fb;
}
.home-merchant-right-part{
    float: right;
    width: 310px;
    height: 100%;
}
.home-merchant-title-div{
    width: 100%;
    height: auto;
}
.home-merchant-title-div p{
    font-size: 30px;
    font-family: "PingFang SC";
    line-height: 32px;
    color: #303030;
    font-weight: bold;
}
.home-merchant-description{
    margin-top: 50px;
    display: block;
    width: 240px;
    height: auto;
    font-family: "PingFang SC";
    font-size: 18px;
    color: #393939;
    word-break: break-all;
}
.home-merchant-number{
    font-family: "PingFang SC";
    font-size: 20px;
    color: #e30000;
}
.home-merchant-more-btn, .home-merchant-join-btn{
    float: left;
    margin-top: 78px;
    width: 130px;
    height: 36px;
    border-radius: 18px;
    border-width: 0;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-family: "PingFang SC";
    line-height: 36px;
    cursor: pointer;
    outline: none;
}
.home-merchant-more-btn{
    background-color: #0db5fb;
}
.home-merchant-join-btn{
    margin-left: 49px;
    background-color: #ff8d24;
}
