#merchant-detail {
    width: 1160px;
    margin: 0 auto;
    display: block;
}

.form-control {
    display: block;
    width: 94%;
    height: 16px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.merchant-search {
    display: flex;
    align-items: flex-start;
}
.merchant-search button {
    width: auto;
    height: 30px;
    white-space: nowrap;
    padding: 0 8px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
    border-radius: 4px;
}

.merchant-info {
    width: calc(100% - 74px);
    padding: 20px 37px;
    display: flex;
    border-bottom: 1px solid #bbbbbb;
    justify-content: space-between;
    margin-bottom: 20px;
}

.merchant-info .info {
    display: flex;
    align-items: center;
}

.merchant-info .info .collect-button {
    color: #0000ff;
    cursor: pointer;
    margin-left: 20px;
    font-size: 14px;
    user-select: none;
}
.merchant-info .merchant-introduce {
    color: #333333;
    font-size: 14px;
    max-width: 500px;
    word-break: break-all;
    line-height: 1.5;
}

#swiper-wrapper img {
    display: block;
    margin: 0 auto;
}

.goods_item .main {
    width: 100%;
}
.goods_item .main .item_card_frame {
    float: left;
    width: 230px;
    height: 339px;
    background: #fafafa;
    cursor: pointer;
    margin-bottom: 16px;
    margin-top: 4px;
    margin-left: 2px;
}
.goods_item .main .item_card_frame:hover {
    border-color: #1baeae;
}
.goods_item .main .item_card_frame .item_card {
    padding: 37px;
}
.goods_item .main .item_card_frame .item_card a img {
    display: block;
    width: 160px;
    height: 160px;
    opacity: 0.85;
}
.goods_item .main .item_card_frame .item_card a img:hover {
    width: 160px;
    height: 160px;
    opacity: 1;
}
.goods_item .main .item_card_frame .item_brand {
    width: 226px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    margin-top: -10px;
}
.goods_item .main .item_card_frame .item_brand a {
    font-size: 14px;
    color: #333;
    font-size: 14px;
    color: #333;
    padding: 0 8px 0 8px;
}
.goods_item .main .item_card_frame .item_sub_intro {
    width: 208px;
    height: 14px;
    line-height: 14px;
    margin: 18px 0;
    font-size: 12px;
    color: #b0b0b0;
    text-align: center;
    padding: 0 8px 0 8px;
}
.goods_item .main .item_card_frame .item_price {
    font-size: 14px;
    text-align: center;
    color: #1baeae;
}
.goods_item .pages {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0 20px;
    width: 100%;
    height: 50px;
}
.goods_item .pages .page_wrap {
    width: 1226px;
}
.goods_item .pages .page_wrap .page_span1 {
    float: right;
}
.goods_item .pages .page_wrap .page_span1 .active {
    border: 0;
    color: #1baeae;
    background: #fff;
}
.goods_item .pages .page_wrap .page_span1 a {
    font-size: 14px;
    display: block;
    float: left;
    text-decoration: none;
    height: 36px;
    background: #f0f0f0;
    line-height: 36px;
    padding: 0 14px;
    margin-right: 5px;
    border: 1px solid #ddd;
}
.goods_item .pages .page_wrap .page_span1 a:nth-child(1) {
    color: #ccc;
    background: #fff;
}
.goods_item .pages .page_wrap .page_span2 {
    float: right;
    margin-right: 55px;
}
.goods_item .pages .page_wrap .page_span2 em {
    float: left;
    line-height: 38px;
    font-size: 14px;
}
.goods_item .pages .page_wrap .page_span2 em b {
    font-weight: bold;
}
.goods_item .pages .page_wrap .page_span2 input {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 3px;
}
.goods_item .pages .page_wrap .page_span2 a {
    float: left;
    height: 27px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 27px;
    display: inline-block;
    border-radius: 2px;
    background: #f7f7f7;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 4px 13px 5px;
    color: #666;
    background-repeat: repeat-x;
}