.items-center {
    align-items: center;
}
.flex {
    display: flex;
}

.main-wrap{
    width: 100%;
    overflow: hidden;
}
.main-container{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}


/*Ã©ÂÂ¢Ã¥Å’â€¦Ã¥Â±â€˜*/
.breadcrumb-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 52px;
    color: #666666;
    font-size: 12px;
    line-height: 52px;
    border-bottom: solid 1px #efefefcc;
}

.breadcrumb-nav .breadcrumb-item :hover{
    color: #ff6900;
}

.breadcrumb-nav .active{
    color: #ff6900;
}

.breadcrumb-nav .right-icon {
    position: relative;
    margin-left: 27px;
    cursor: pointer;
}
.breadcrumb-nav .right-icon:hover .company-qrcode {
    display: block;
}
.breadcrumb-nav .right-icon img {
    margin-right: 4px;
}
.company-qrcode {
    padding-bottom: 10px;
    position: absolute;
    top: 52px;
    width: 130px;
    height: 146px;
    display: none;
    background: #fff;
    left: -68px;
    z-index: 10;
    text-align: center;
    border: 1px solid #ededed;
    line-height: 0;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 5%);
}
.company-qrcode img {
    margin-top: 20px;
    width: 88px;
    height: 88px;
}
.company-qrcode p {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}


/*Ã¤ÂºÂ§Ã¥â€œÂÃ¥â€ºÂ¾Ã§â€°â€¡Ã¤Â¿Â¡Ã¦ÂÂ¯Ã¥Å’Âº*/
.magnifying-glass-box .magnifying-glass-medium {
    position: relative;
    width: 390px;
    height: 390px;
}
.magnifying-glass-box .swiper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    width: 100%;
    height: 80px;
}
.magnifying-glass-box .magnifying-glass-medium .img-wrap {
    position: relative;
    width: 390px;
    height: 390px;
}
.magnifying-glass-box .magnifying-glass-medium .img-wrap img {
    width: 100%;
    height: 100%;
}
.magnifying-glass-box .magnifying-glass-medium .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    height: 390px;
    z-index: 1000;
    background: #ccc;
}
.magnifying-glass-box .swiper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    width: 100%;
    height: 80px;
}
.magnifying-glass-box .swiper-box .swiper-arrow-left {
    width: 16px;
    height: 80px;
    background: #ededed;
    line-height: 80px;
    cursor: pointer;
}
.magnifying-glass-box .swiper-box .swiper-content-box {
    margin: 0 7px;
    width: 344px;
    overflow: hidden;
}
.magnifying-glass-box .swiper-box .swipper-arrow-right {
    width: 16px;
    height: 80px;
    background: #ededed;
    line-height: 80px;
    cursor: pointer;
}
.magnifying-glass-box .swiper-box .swiper-content-box .swiper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.magnifying-glass-box .swiper-box .swiper-content-box .swiper-content .mini-video video {
    width: 78px;
    height: 78px;
}
.magnifying-glass-box .swiper-box .swiper-content-box .swiper-content .mini-img {
    margin-right: 8px;
    /* width: 80px; */
    height: 80px;
    cursor: pointer;
    border: 1px solid #fff;
}
.magnifying-glass-box .swiper-box .swiper-content-box .swiper-content .mini-img img {
    width: 78px;
    height: 78px;
}
.magnifying-glass-box .swiper-box .swiper-content-box .swiper-content .active {
    border: 1px solid var(--theme-color)!important;
}

/*Ã¥ÂÂ³Ã¨Â¾Â¹*/
.goods-info {
    position: relative;
    margin-left: 60px;
}
.goods-info .goods-name {
    margin-top: 3px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    width: 810px;
    line-height: 30px;
}
.goods-info .price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 18px;
    margin-top: 23px;
    width: 817px;
    height: 128px;
    background: #f8f8f8;
}
.goods-info .price-box .price-title {
    line-height: 50px;
    font-size: 14px;
    color: #999999;
}
.goods-info .price-box .price-item {
    line-height: 50px;
    margin-left: 56px;
}
.goods-info .price-box .price-item .price {
    font-size: 24px;
    font-weight: bold;
    color: var(--theme-color)!important;
}
.goods-info .price-box .price-item .number {
    font-size: 14px;
    color: #333;
}
.goods-info .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 29px;
    padding: 0 18px;
}
.goods-info .contact-item .title {
    margin-right: 56px;
    font-size: 14px;
    color: #999;
}
.goods-info .contact-item .name {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.goods-info .contact-item .wx-icon {
    position: relative;
    cursor: pointer;
}
.goods-info .contact-item .img-wx {
    margin-left: 15px;
    width: 24px;
    height: 24px;
}
.goods-info .phone {
    margin-left: 25px;
    margin-top: 0px;
    font-size: 24px;
    color: var(--theme-color)!important;
    font-weight: bold;
}
.goods-info .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    padding: 0 18px;
}
.goods-info .contact-item .address {
    font-size: 14px;
    color: #333;
}
.goods-info .btn-group {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: solid 1px #ccc;
    padding-top: 38px;
    padding-left: 0px;
    padding-right: 330px;
}
.m-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.m-btn.primary-type {
    background-color: #f3630e;
    color: #fff;
}

.m-btn span {
    margin-left: 4px;
    /* vertical-align: middle; */
}
.m-btn.plain-type {
    background-color: #fff;
    border: 1px solid var(--theme-color)!important;
    color: var(--theme-color)!important;
}
.m-code-wrap {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    border: 1px solid #ff6600;
    text-align: center;
    padding: 10px;
    top: 50px;
    left: 0;
    border-radius: 4px;
    line-height: normal;
}
.m-code-wrap .check {
    color: #ff6600;
    padding: 5px 0;
    font-size: 16px;
}
.m-code-wrap .qrcode-detail {
    width: 150px;
    height: 150px;
    border: 1px dashed #ddd;
    text-align: center;
    line-height: 150px;
}
.goods-info .kefu-box {
    position: absolute;
    top: 255px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 84px;
    height: 75px;
    background: #ffca4b;
    background-size: 100% 100%;
    cursor: pointer;
    border-radius: 5px;
}
.goods-info .kefu-box img {
    width: 24px;
    height: 24px;
}
.goods-info .kefu-box p {
    margin-top: 4px;
    font-size: 12px;
    color: #333333;
}

/*Ã¥Â¥Â½Ã§â€°Â©Ã¦Å½Â¨Ã¨ÂÂ*/
.m-title {
    position: relative;
    height: 34px;
    line-height: 34px;
    color: #fff;
    padding-left: 15px;
    border-bottom: 1px solid #333;
    background: url(https://icp-static.oss-cn-beijing.aliyuncs.com/20211117-m1/detail01/images/aside_header_bg.png) no-repeat left center;
    font-size: 14px;
}
.recommended-wrap .recommended-goods {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-pack: justify; */
    /* -ms-flex-pack: justify; */
    /* justify-content: space-between; */
}
.recommended-wrap .recommended-goods .m-product-card {
    margin-right: 40px;
    margin-top: 20px;
    width: 225px;
    height: 385px;
    /* border: 1px solid #999; */
}
.m-product-card {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
}
.m-product-card .img-wrap {
    height: 0;
    display: block;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.m-product-card .body {
    margin-top: 2px;
    height: 146px;
    padding: 0 12px;
}
.m-product-card .img-wrap img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}
.m-product-card .img-wrap .contact-link {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: -36px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #ff6600;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease;
}

.m-product-card .body {
    margin-top: 2px;
    height: 146px;
    padding: 0 12px;
}
.m-product-card .body .price {
    color: #D11414;
    font-size: 18px;
    padding: 8px 0;
}
.m-product-card .body .price span {
    font-size: 14px;
}
.m-product-card .body .title {
    display: block;
    font-size: 12px;
    color: #333;
    height: 36px;
    line-height: 18px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m-product-card .body .company {
    display: flex;
    color: #999;
}
.m-product-card .body .company-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-product-card .body .logos {
    display: flex;
    margin-left: 3px;
}
.m-product-card .body .has-certificate {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background: url(https://icp-static.oss-cn-beijing.aliyuncs.com/20211117-m1/detail01/images/icon-certificate.png) no-repeat center;
    background-size: 100%;
}
.m-product-card .body .address {
    font-size: 12px;
    color: #666666;
    margin-top: 14px;
    background: url(https://icp-static.oss-cn-beijing.aliyuncs.com/20211117-m1/detail01/images/address.svg) no-repeat left center;
    background-size: contain;
    padding-left: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-product-card .img-wrap .contact-link {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: -36px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: var(--theme-color)!important;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease;
}
.m-product-card:hover {
    border-color: var(--theme-color)!important;
}
.m-product-card:hover .contact-link {
    bottom: 0;
}

/*Ã¨Â¯Â¦Ã¦Æ’â€¦Ã¥Â·Â¦Ã¨Â¾Â¹*/
.detail-left {
    width: 225px;
}
.detail-left .store-card {
    border: 1px solid #ededed;
}
.detail-left .store-card .member-img {
    width: 224px;
    height: 74px;
}
.detail-left .store-card .member-img img {
    width: 100%;
    height: 100%;
}
.detail-left .store-card .store-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    height: 50px;
    line-height: 50px;
    background: #f7f7f7;
    padding-left: 12px;
}
.detail-left .store-card .store-year {
    margin-top: 0;
    background: #f7f7f7;
    padding-bottom: 15px;
}
.detail-left .store-card .store-year .year {
    margin-left: 14px;
    border: solid 1px #ffe7d8;
    border-radius: 40px;
    padding-left: 8px;
    padding-right: 8px;
    background: #fff;
}
.detail-left .store-card .store-year span {
    font-size: 14px;
    color: #afafaf;
    vertical-align: middle;
}
.detail-left .store-card .store-year .ren {
    border: solid 1px #ffe7d8;
    border-radius: 40px;
    padding-left: 8px;
    padding-right: 8px;
    background: #fff;
}
.detail-left .store-card .store-info {
    padding: 0 15px;
    margin-top: 23px;
}
.detail-left .store-card .store-info .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
}
.detail-left .store-card .store-info .info-item .title {
    margin-right: 0px;
    width: 75px;
    font-size: 14px;
    color: #999;
}

.detail-left .store-card .store-info .info-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #333;
    word-break: break-all;
}
.detail-left .store-card .primary-type {
    background: var(--theme-color)!important;
    color: #fff;
}
.detail-left .store-card .store-button {
    margin: 0 auto 0px auto;
    width: 90px;
    height: 32px;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;
    float: left;
    margin-left: 13px;
    margin-top: 10px;
}
.detail-left .store-card .plain-type {
    background: #fff;
    color: #1e1e1e;
    border: 1px solid #979797;
}
.detail-left .store-card .tips-box {
    margin-bottom: 0px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    width: 100%;
    display: inline-block;
}
.detail-left .left-recommended .goods-box {
    margin-top: 10px;
}
.detail-left .left-recommended .goods-box .m-product-card {
    margin-bottom: 17px;
    width: 225px;
    height: 380px;
    /* border: 1px solid #666; */
}

/*Ã¨Â¯Â¦Ã¦Æ’â€¦Ã¥ÂÂ³Ã¨Â¾Â¹*/
.detail-right {
    width: 1025px;
    margin-left: 43px;
    border: 1px solid #ededed;
}
.detail-right .anchor-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 56px;
    background: #ededed;
    color: #333;
    font-size: 16px;
}
.detail-right .anchor-nav .anchor-item {
    width: 144px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
}
.detail-right .anchor-nav .line-style {
    color: #d8d8d8;
}
.detail-right .detail-content {
    padding: 0 40px;
    padding-bottom: 40px;
}
.detail-right .detail-content .params-box {
    margin: 30px 0 30px 0;
}
.detail-right .detail-content .params-box .params-item {
    display: inline-block;
    width: 49%;
    font-size: 14px;
    margin-bottom: 20px;
}
.detail-right .detail-content .params-box .params-item .params-title {
    display: inline-block;
    width: 110px;
    color: #999;
}
.detail-right .detail-content .params-box .params-item .params-value {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    color: #333;
}
.detail-right .detail-content .detail-title {
    padding-left: 12px;
    position: relative;
    width: 100%;
    height: 38px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #ededed;
}
.detail-right .detail-content .detail-title::before {
    position: absolute;
    left: 0;
    top: 14px;
    content: "";
    width: 4px;
    height: 12px;
    background-color: #333333;
    border-radius: 2px;
}
.detail-right .detail-content .detail-title {
    padding-left: 12px;
    position: relative;
    width: 100%;
    height: 38px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #ededed;
}

.bottom-recommended {
    width: 1025px;
    margin: 30px 0 60px 43px;
}
.bottom-recommended .goods-box {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-pack: justify; */
    /* -ms-flex-pack: justify; */
    /* justify-content: space-between; */
}
.bottom-recommended .goods-box .m-product-card {
    margin-right: 40px;
    margin-top: 20px;
    width: 225px;
    height: 375px;
    /* border: 1px solid #999; */
}
.fontcolor{
    color: var(--theme-color)!important;
}


