html, body {
    height: 100%;
    font-family: Source Han Sans CN, Arial;
}

.content-wrapper {
    width: 1200px;
    margin: 0 auto;
}

/* 面包屑导航 */
.bread-nav {
    display: block;
    line-height: 50px;
    height: 50px;
}

.bread-nav .black {
    color: #333333;
}

.bread-nav .blue {
    color: #2589eb;
}

/* 店铺列表 */
.store-list {
    margin-top: 15px;
    width: 1200px;
    min-height: 319px;
}

.store-row {
    width: 1200px;
    margin-bottom: 25px;
    height: 206px;
}

.store-row .store-item:nth-child(2) {
    margin: 0 18px;
}

.store-item {
    width: 388px;
    height: 206px;
    float: left;
    box-shadow: 0 0 8px 0 rgba(204, 204, 204, 0.5);
}

.store-item:hover {
    box-shadow: 0 0 8px 0 rgba(37, 137, 235, 0.25);
}

.store-item-title {
    width: 100%;
    height: 41px;
    background: rgba(245, 245, 245, 1);
    font-size: 0;
}

.title-text {
    display: block;
    float: left;
    width: 235px;
    height: 41px;
    line-height: 41px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    padding: 0 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-supplier {
    display: block;
    float: left;
    width: 153px;
    height: 41px;
    background: linear-gradient(to right, rgb(245, 245, 245), rgba(237, 218, 171, 0.50));
    position: relative;
}

.title-supplier .ico {
    position: absolute;
    max-width: 45px;
    max-height: 45px;
    left: 12px;
    top: -5px;
}

.title-supplier .text {
    display: block;
    position: absolute;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(157, 84, 28, 1);
    line-height: 41px;
    width: 85px;
    height: 41px;
    left: 57px;
}

.store-item-body {
    height: 165px;
    width: 388px;
}

.vertical-line {
    display: block;
    width: 1px;
    height: 145px;
    float: left;
    background: #EEEEEE;
    margin: 10px 0;
}

.body-left {
    float: left;
    height: 100%;
    width: 278px;
    padding: 14px;
    position: relative;
}

.body-right {
    float: left;
    height: 100%;
    width: 139px;
}

.body-left .store-qrcode {
    background: url("https://slfilea1.soliao.com/4,0f8acab74b4b?height=20&width=20");
    height: 20px;
    width: 20px;
    position: absolute;
    right: 14px;
    bottom: 14px;
    cursor: pointer;
}

.body-right .store-qrcode {
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.body-right .store-qrcode img {
    height: 100px;
    width: 100px;
    margin: 15px 0;
}

.body-right .store-qrcode span {
    display: block;
    font-weight: 600;
}

.body-left .body-info {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.body-info li {
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.body-info li {
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.body-info li span:nth-of-type(1) {
    color: #999999;
}

.body-info li span:nth-of-type(even) {
    color: #333333;
}

/* .body-info li:nth-of-type(5) span {
    font-size: 12px;
    font-weight: 400;
} */

.store-item-btn {
    height: 105px;
    width: 100%;
    padding: 26px 14px 0;
}

.store-item-btn button {
    width: 82px;
    height: 27px;
    border-radius: 2px;
    border: none;
    margin: 6px 0;
}

.store-item-btn button:nth-of-type(1) {
    color: #fff;
    background:linear-gradient(to left, #2589EB, #325DEC);
    background-color:  #2589eb ;
    box-shadow: 0 0 4px 0 rgba(37, 137, 235, 0.5);
}

.store-item-btn button:nth-of-type(1):hover {
    background: linear-gradient(to right, #327BEC, rgba(37, 172, 235, 0.5));
    background-color:  #2589eb ;
}

.store-item-btn button:nth-of-type(2) {
    color: #333333;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(153, 153, 153, 0.5);
}

.sotre-item-licence {
    height: 60px;
    width: 100%;
    margin-left:32px;
}

.sotre-item-licence a {
    color: #2589EB;
    font-size: 12px;
    font-weight: 500;
    display: block;
    text-decoration: underline;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 10px;
}

.sotre-item-licence a:nth-of-type(1):before {
    content: '';
    background: url('/page/pc/images/store/proxy-cert.png') no-repeat top left /10px 14px;
    position: absolute;
    width: 10px;
    height: 14px;
    left: -14px;
    top: 1px;
}

.sotre-item-licence a:nth-of-type(2):before {
    content: '';
    background: url('/page/pc/images/store/licence.png') no-repeat top left /10px 13px;
    position: absolute;
    width: 10px;
    height: 13px;
    left: -14px;
    top: 2px;
}

/* 证件图片 */
.licence-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1000;
    display: none;
}

.licence-img {
    height: 100%;
    width: 100%;
    position: relative;
}

.licence-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 0;
}
/*licence-bg .img-wrapper{
    width:auto;
    height:auto;
    position:relative;
}
.licence-bg .del-icon{
    display: block;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    margin:50px 50px auto auto;
    cursor: pointer;
}
.licence-bg .del-icon::before,.del-icon::after{
    content: '';
    background: #fff;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.licence-bg .del-icon::before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.licence-bg .del-icon::after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}*/
