.sys-head .butns .left-box .home {
    margin-right: 29px
}

/*轮播图*/
.mer_index {
    margin-top: 20px;
}

.mer_index .banner-wrapper {
    height: 420px;
    position: relative;
    cursor: pointer;
}

.mer_index .banner-wrapper .banner {
    height: 100%;
}

.mer_index .banner-wrapper .banner img {
    width: 100%;
    height: 100%;
}

.mer-hd {
    background: #fff;
}

.mer-hd .wrapper_1200 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mer-hd .wrapper_1440 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mer-hd .left-wrapper {
    display: flex;
    align-items: center;
    width: 585px;
    padding: 20px 0;
}

.mer-hd .left-wrapper .logo {
    width: 56px;
    height: 56px;
}

.mer-hd .left-wrapper .info-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 12px;
}

.mer-hd .left-wrapper .info-box .name {
    display: flex;
    align-items: center;
    font-size: 22px;
}

.mer-hd .left-wrapper .info-box .tips {
    width: 200px;
    margin-top: 10px;
    color: #666666;
}

.mer-hd .left-wrapper .info-box .tips .label {
    display: flex;
    align-items: center;
    width: max-content;
    border-radius: 4px;
    padding: 3px 5px;
    background: rgba(255, 179, 0, 0.2);
    color: #BC8400;
    font-size: 12px;
}

.mer-hd .left-wrapper .info-box .tips .label span {
    margin-top: 3px;
}

.mer_index {
    margin-top: 20px;
}

.mer_index .company-msg {
    display: flex;
    margin-top: 20px;
    padding: 18px 0 18px 50px;
    background: #fff;
}

.mer_index .company-msg .img-box img {
    width: 120px;
    height: 120px;
}

.mer_index .company-msg .txt-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 775px;
    margin: 0 36px 0 50px;
}

.mer_index .company-msg .txt-box p {
    font-size: 18px;
    font-weight: bold;
}

.mer_index .company-msg .txt-box .con-txt {
    margin-top: 6px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.mer_index .company-msg .txt-box .con-txt span {
    color: #2A8AEF;
}

.mer_index .company-msg .num {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 20px 0;
    border-left: 1px solid #EFEFEF;
    color: #666666;
}

.mer_index .company-msg .num p {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 24px;
    color: #FFB300;
}

.company-info {
    margin-top: 20px;
}

.company-info .company {
    float: left;
    width: 244px;
    background: #fff;
}

.company-info .company .top {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #E9E9E9;
    font-size: 16px;
    color: #555;
}

.company-info .company .top span {
    font-size: 18px;
    margin-right: 3px;
    color: #2A8AEF;
}

.company-info .company .mid {
    position: relative;
    padding: 20px 16px;
}

.company-info .company .mid::after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 204px;
    border-bottom: 1px dashed #EEEEEE;
    transform: translateX(-50%);
}

.company-info .company .mid .txt-item {
    display: flex;
    margin-bottom: 14px;
    font-size: 14px;
}

.company-info .company .mid .txt-item span {
    color: #888888;
}

.company-info .company .mid .txt-item:last-child {
    margin-bottom: 0;
}

.company-info .company .mid .txt-item img {
    width: 16px;
    height: 16px;
}

.company-info .company .mid .txt-item .blue-txt .iconrenzheng {
    color: #2A8AEF;
}

.company-info .company .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 70px;
}

.company-info .company .foot .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 34px;
    border: 1px solid #2A8AEF;
    color: #2A8AEF;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
}

.company-info .company .foot .btn.sc {
    background: #2A8AEF;
    color: #fff;
}

.company-info .company .foot .btn.sc span {
    margin-right: 3px;
}

.goods_detail {
    float: right;
    width: 936px;
    background: #fff;
}

.goods_detail .goods_tab {
    border-bottom: 1px solid #EEEEEE;
}

.goods_detail .goods_tab .tab-item {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.goods_detail .goods_tab .tab-item:first-child:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    background: #EEEEEE;
    transform: translateY(-50%);
}

.goods_detail .goods_tab .tab-item.on {
    color: #2A7EFB;
    border-bottom: 2px solid #2A7EFB;
}

.goods_detail .goods-content {
    padding: 20px;
}

.goods_detail .goods-content .list-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.goods_detail .goods-content .item {
    width: 224px;
    padding: 14px;
    transition: all .3s ease;
    cursor: pointer;
    box-sizing: border-box;
}

.goods_detail .goods-content .item .img-box img {
    width: 196px;
    height: 196px;
}

.goods_detail .goods-content .case-item {
    position: relative;
}

.goods_detail .goods-content .item .code {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 224px;
    padding: 14px;
    opacity: 0;
}

.goods_detail .goods-content .case-item:hover .code {
    opacity: 1;
}

.goods_detail .goods-content .case-item:hover .img-box img {
    filter: blur(3px);
}

.goods_detail .goods-content .item .code img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px;
}

.goods_detail .goods-content .item .info-txt {
    margin-top: 10px;
}

.goods_detail .goods-content .item .info-txt .title {
    font-size: 16px;
}

.goods_detail .goods-content .item .info-txt .des {
    margin-top: 6px;
    color: #777777;
}

.goods_detail .goods-content .item .info-txt .dz {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    color: #999999;
}

.goods_detail .goods-content .item .info-txt .dz .iconfont-crmeb {
    margin-right: 5px;
    color: #FFB300;
    font-size: 18px;
}

.goods_detail .goods-content .item .case-info .title {
    margin-top: 12px;
    font-size: 16px;
    text-align: center;
}

.goods_detail .goods-content .item .case-info .des {
    margin-top: 12px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}

.goods_detail .goods-content .item:hover {
    box-shadow: 0px 0px 14px rgba(0, 53, 132, 0.1);
}

.goods_detail .page-age {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 36px auto 0;
}

.goods_detail .page-age .total {
    margin-right: 12px;
}

.goods_detail .page-age ul {
    overflow: hidden;
}

.goods_detail .page-age ul li {
    padding: 0 4px;
    background: #f4f4f5;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 30px;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    margin: 0 5px;
    font-weight: bold;
}

.goods_detail .page-age ul li:hover {
    color: #2a8aef;
}

.goods_detail .page-age ul li.active {
    background-color: #2a8aef;
    color: #ffffff;
}

.goods_detail .page-age .btn-prev, .goods_detail .page-age .btn-next {
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 13px;
}

.goods_detail .page-age .btn-prev.disabled, .goods_detail .page-age .btn-next.disabled {
    color: #c0c4cc;
}

.goods_detail .empty-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 510px;
    color: #777;
}

.goods_detail .empty-box p {
    margin-top: 12px;
}


#mask {
    z-index: 1003;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.mask_img {
    width: 1096px;
    height: 805px;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('../assets/images/pop.png') no-repeat;
}

.mask_img .item {
    position: absolute;
    bottom: 208px;
    left: 100px;
}

.mask_img .item img {
    margin-right: 35px;
}

.mask_img .text {
    position: absolute;
    bottom: 88px;
    padding: 0 87px 0 79px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.mask_img .btn {
    width: 369px;
    height: 94px;
    position: absolute;
    bottom: -40px;
    left: 360px;
    cursor: pointer;
}


.crmeb-pro-price {
    color: #E93323;
    font-size: 20px;
    font-weight: 600;
}

.crmeb-pro-price span {
    font-size: 14px;
    margin-right: 2px;
}
