.black-color1 {
    color: #333;
}
.black-color2 {
    color: #666;
}
.store-head {
    width: 100%;
    height: 80px;
    background-color: #fff;
    color: #333;
}
.store-head .head-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}
.store-head .head-content .logo-box {
    width: 168px;
    height: 48px;
}
.store-head .head-content .store-info {
    margin-left: 41px;
}
.store-head .head-content .store-info .store-name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}
.store-head .head-content .store-info .store-name .icon-bottom {
    margin: 0 10px;
}
.store-head .head-content .store-info .store-name .name-text {
    position: relative;
    cursor: pointer;
}
.store-head .head-content .store-info .store-name .name-text:hover .detail-card {
    display: block;
}
.store-head .head-content .store-info .store-name .store-qrcode {
    position: relative;
    cursor: pointer;
}
.store-head .head-content .store-info .store-name .store-qrcode:hover .qrcode-popover {
    display: block;
}
.store-head .head-content .store-info .store-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3px;
}
.store-head .head-content .store-info .store-member .icon-text {
    margin-right: 8px;
    width: 62px;
    height: 16px;
}
.store-head .head-content .store-info .store-member .icon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}
.store-head .head-content .store-info .store-member .point-box {
    margin: 0 6px;
}
.store-head .head-content .search-box .search-input {
    padding-left: 28px;
    width: 312px;
    height: 40px;
    border: 2px solid #f3630e;
}
.store-head .head-content .search-box .search-all-button {
    margin-left: -5px;
    width: 88px;
    height: 40px;
    background: #f3630e;
    border-radius: 0px 4px 16px 0px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.store-head .head-content .search-box .search-store-button {
    margin-left: 10px;
    width: 80px;
    height: 40px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #f3630e;
    font-size: 14px;
    background: #fff;
    color: #f3630e;
    font-weight: bold;
}
.main-wrap {
    margin-bottom: 100px;
}
.member1 {
    background: url("../assets/images/product_detail/member_background1.png") no-repeat center;
    background-size: 1920px 80px;
}
.member2 {
    background: url("../assets/images/product_detail/member_background2.png");
    background-size: 1920px 80px;
    color: #fff;
}
.store-main-box {
    width: 100%;
    height: 112px;
    background: #fff;
}
.store-main-box .store-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    background: #fff;
}
.store-main-box .store-main .store-logo {
    margin-left: 5px;
    width: 72px;
    height: 72px;
}
.store-main-box .store-main .store-logo img {
    width: 100%;
    height: 100%;
}
.store-main-box .store-main .store-name {
    margin-left: 24px;
}
.store-main-box .store-main .store-name p:first-child {
    font-size: 22px;
}
.store-main-box .store-main .store-name p:last-child {
    width: 670px;
    margin-top: 8px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    font-size: 14px;
}
.store-main-box .store-main .store-name a:hover{
    color: #f3630e;
}

.store-main-box .store-main .store-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.store-main-box .store-main .store-phone img {
    width: 40px;
    height: 40px;
}
.store-main-box .store-main .store-phone span {
    margin-left: 10px;
    font-size: 37px;
    color: #f3630e;
    font-weight: bold;
}
.store-menu-box {
    width: 100%;
    height: 48px;
    background: #f4f4f4;
}
.store-menu-box .store-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}
.store-menu-box .store-menu li {
    width: 112px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #212121;
}
.main-content {
    margin: 0 auto;
    width: 1200px;
}
.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;
}

.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;
}
.magnifying-glass-box .magnifying-glass-medium {
    position: relative;
    width: 390px;
    height: 390px;
}
.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;display:flex;
    background: #ededed;
    line-height: 80px;
    cursor: pointer;
}
.magnifying-glass-box .swiper-box .swipper-arrow-right {
    width: 16px;
    height: 80px;display:flex;
    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 .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 {
    margin-right: 8px;
    /*width: 80px;*/
    height: 80px;
    cursor: pointer;
    border: 1px solid #fff;
    background: #eee;
}
.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 #ff6900;
}

.goods-info {
    position: relative;
    margin-left: 16px;
}
.goods-info .goods-name {
    margin-top: 3px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.qrcode{
	width:135px;height:135px;
}
.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: 794px;
    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: #f3630e;
}
.goods-info .price-box .price-item .number {
    font-size: 14px;
    color: #333;
}
.goods-info .recommended-box {
    position: relative;
    margin-top: 13px;
    width: 794px;
    height: 40px;
    background: url("/web/images/recommended_bg.png") no-repeat center;
    background-size: 100% 100%;
    font-size: 14px;
    color: #666;
}
.goods-info .recommended-box p {
    position: absolute;
    left: 208px;
    top: 10px;
}
.goods-info .recommended-box p .buy-button {
    margin-left: 10px;
    color: #f3630e;
    font-weight: bold;
    cursor: pointer;
}
.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 .address {
    font-size: 14px;
    color: #333;
}
.goods-info .contact-item .img-wx {
    margin-left: 15px;
    width: 24px;
    height: 24px;
}
.goods-info .contact-item .wx-icon {
    position: relative;
    cursor: pointer;
}
.goods-info .contact-item .wx-icon:hover .company-qrcode {
    display: block;
}
.goods-info .phone {
    margin-left: 116px;
    margin-top: 22px;
    font-size: 24px;
    color: #f3630e;
    font-weight: bold;
}
.goods-info .btn-group {
    margin-top: 65px;
    padding: 0 117px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.goods-info .kefu-box {
    position: absolute;
    top: 248px;
    right: 0;
    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;
    padding-left: 9px;
    width: 84px;
    height: 75px;
    background: url("/web/images/kefu_background.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
.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("../assets/images/product_detail/aside_header_bg.png") no-repeat left center;
    font-size: 14px;
}
.recommended-wrap {
    margin-top: 32px;
}
.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: 19px;
    margin-top: 20px;
    width: 225px;
    height: 375px;
    /*border: 1px solid #999;*/
}
.detail-wrap {
    margin-top: 18px;
}
.detail-left {
    width: 225px;
}
.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-title::before {
    position: absolute;
    left: 0;
    top: 14px;
    content: "";
    width: 4px;
    height: 12px;
    background-color: #333333;
    border-radius: 2px;
}
.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 {
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.detail-left .store-card .store-year {
    margin-top: 27px;
    text-align: center;
}
.detail-left .store-card .store-year img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.detail-left .store-card .store-year span {
    font-size: 14px;
    color: #999;
    vertical-align: middle;
}
.detail-left .store-card .store-year .year {
    margin-right: 18px;
}
.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: 20px;
    width: 56px;
    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 .store-info .line {
    margin: 27px 0 10px 0;
    width: 100%;
    height: 1px;
    background: #ededed;
}
.detail-left .store-card .store-button {
    margin: 0 auto 16px auto;
    width: 195px;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}
.detail-left .store-card .primary-type {
    background: #f3630e;
    color: #fff;
}
.detail-left .store-card .plain-type {
    background: #fff;
    color: #f3630e;
    border: 1px solid #f3630e;
}

.detail-left .store-card .plain-type:hover{
    background: rgba(243, 99, 14, 0.1);
}

.detail-left .store-card .tips-box {
    margin-bottom: 34px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}
.detail-left .left-recommended {
    margin-top: 24px;
}
.detail-left .left-recommended .goods-box {
    margin-top: 10px;
}
.detail-left .left-recommended .goods-box .m-product-card {
    margin-bottom: 17px;
    width: 225px;
    height: 370px;
    /*border: 1px solid #666;*/
}
.detail-right {
    width: 956px;
    margin-left: 19px;
    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 .anchor-item:hover {
    color: #f3630e;
}
.detail-right .anchor-nav .line-style {
    color: #d8d8d8;
}
.detail-right .anchor-nav .active {
    background: #fff;
    font-weight: bold;
}
.detail-right .detail-content {
    padding: 0 40px;
}
.detail-right .detail-content .params-box {
    margin: 25px 0 60px 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 .introduction-box {
    margin: 16px 0 32px 0;
    word-break: break-all;
}

.detail-right .detail-content .introduction-box img{
    max-width: 100% !important;
    vertical-align: middle;
}

.detail-right .detail-content .introduction-box video{
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
}

.detail-right .detail-content .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
}
.detail-right .detail-content .contact-wrap .contact-content .contact-item {
    margin-bottom: 19px;
    font-size: 14px;
}
.detail-right .detail-content .contact-wrap .contact-content .contact-item .icon-style {
    margin-left: 17px;
    width: 16px;
    height: 16px;
}
.detail-right .detail-content .contact-wrap .contact-content .contact-item .qrcode-img {
    display: inline;
    width: 82px;
    height: 82px;
    vertical-align: top;
}
.detail-right .detail-content .contact-wrap .contact-content .contact-item .item-title {
    display: inline-block;
    width: 88px;
    color: #999;
}
.detail-right .detail-content .contact-wrap .contact-content .contact-item .item-value {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    color: #333;
    white-space: wrap;
}
.detail-right .detail-content .contact-wrap .map-box {
    width: 484px;
    height: 322px;
}
.bottom-recommended {
    width: 956px;
    margin: 32px 0 0 19px;
}
.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: 19px;
    margin-top: 20px;
    width: 225px;
    height: 375px;
    /*border: 1px solid #999;*/
}
.g-store-footer {
    padding-top: 32px;
    width: 100%;
    height: 160px;
    background: #171819;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 0 solid #000;
}
.g-store-footer .line {
    margin: 0 24px;
}
.g-store-footer .row {
    margin-top: 16px;
}
.g-store-footer .row img {
    vertical-align: middle;
}
.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background: #fff;
    display: none;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.fixed-nav .nav-content {
    margin: 0 auto;
    width: 1200px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fixed-nav .nav-content .nav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fixed-nav .nav-content .nav-left .phone-box {
    padding: 7px 0;
    width: 244px;
    text-align: center;
    color: #fff;
    background: -o-linear-gradient(225deg, #e20000 0%, #e02020 51%, #f7b500 100%);
    background: linear-gradient(225deg, #e20000 0%, #e02020 51%, #f7b500 100%);
}
.fixed-nav .nav-content .nav-left .phone-box .name {
    font-weight: bold;
    font-size: 16px;
}
.fixed-nav .nav-content .nav-left .phone-box .phone {
    font-size: 14px;
}
.fixed-nav .nav-content .nav-left .phone-box .phone img {
    vertical-align: middle;
}
.fixed-nav .nav-content .nav-left .phone-box .phone span {
    vertical-align: middle;
}
.fixed-nav .nav-content .nav-left .nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fixed-nav .nav-content .nav-left .nav-box .nav-item {
    width: 120px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background: #ededed;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.fixed-nav .nav-content .nav-left .nav-box .active {
    background: #fff;
    font-weight: bold;
    border-top: 4px solid #333;
}
.fixed-nav .nav-content .nav-right {
    display: flex;
    align-items: center;
    line-height: 56px;
}
.m-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}
.m-btn img {
    width: 16px;
    height: 16px;
    /*vertical-align: middle;*/
}
.m-btn span {
    margin-left: 4px;
    /*vertical-align: middle;*/
}
.m-btn.primary-type {
    background-color: #f3630e;
    color: #fff;
}
.m-btn.plain-type {
    background-color: #fff;
    border: 1px solid #f3630e;
    color: #f3630e;
}
.m-btn.plain-type:hover {
    background: rgba(243, 99, 14, 0.1);
}
.detail-card {
    display: none;
    position: absolute;
    top: 21px;
    left: 0;
    padding: 16px;
    width: 530px;
    z-index: 1001;
    background: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #ededed;
    font-weight: normal;
}
.detail-card .detail-card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.detail-card .detail-card-top .card-logo {
    width: 64px;
    height: 64px;
    background: #d8d8d8;
    border-radius: 8px;
}
.detail-card .detail-card-top .card-logo img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.detail-card .detail-card-top .card-name-box {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20px;
    color: #333;
}
.detail-card .detail-card-top .card-name-box .name {
    font-size: 16px;
}
.detail-card .detail-card-top .card-name-box .icon-box {
    margin-top: 12px;
    font-size: 12px;
}
.detail-card .detail-card-top .card-name-box .icon-box img {
    vertical-align: middle;
}
.detail-card .detail-card-middle {
    padding-bottom: 20px;
    margin-top: 13px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    font-weight: normal;
    border-bottom: 1px solid #ededed;
}
.detail-card .detail-card-middle a:hover{
    color: #f3630e;
}
.detail-card .member-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
}
.detail-card .member-box .member-item {
    margin-bottom: 12px;
    width: 49%;
    color: #333;
    font-size: 14px;
}
.detail-card .member-box .member-item img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.detail-card .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.detail-card .btn-group .card-btn {
    width: 130px;
    height: 32px;
    border-radius: 8px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;
}
.detail-card .btn-group .primary-type {
    background-color: #f3630e;
    color: #fff;
}
.detail-card .btn-group .plain-type {
    margin-right: 40px;
    background-color: #fff;
    border: 1px solid #f3630e;
    color: #f3630e;
}
.detail-card .btn-group .plain-type:hover {
    background: rgba(243, 99, 14, 0.1);
}
.qrcode-popover {
    padding: 20px 16px;
    position: absolute;
    top: 23px;
    left: 0;
    width: 130px;
    height: 164px;
    display: none;
    background: #fff;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    text-align: center;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
/*.qrcode-popover #store-qrcode1 {*/
/*    width: 88px;*/
/*    height: 88px;*/
/*}*/
.qrcode-popover p {
    margin-top: 10px;
    text-align: center;
}
.company-qrcode {
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    top: 40px;
    width: 130px;
    height: 146px;
    display: none;
    background: #fff;
    z-index: 10;
    text-align: center;
    border: 1px solid #ededed;
    line-height: 0;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.company-qrcode img {
    margin-top: 20px;
    width: 88px;
    height: 88px;
}
.company-qrcode p {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}
.product-detail .parameter .parameter-heading {
    margin: 5px 0px;
    border-bottom: 2px solid #eeeeee;
}
.product-detail .parameter .parameter-heading h4 {
    line-height: 30px;
    display: inline-block;
    margin-bottom: -2px;
    color: #999999;
    border-bottom: 2px solid #ff5500;
}
.introduction-body img {
    max-width: 100% !important;
}

.font-style2{
    letter-spacing: 4px;
}

.font-style3{
    letter-spacing: 8px;
}

.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:before {
    content: "";
    position: absolute;
    left: 30px;
    top: -6px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #ff6600 transparent transparent #ff6600;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background: #fff;
}


.m-code-wrap canvas {
    display: inline-block;
    vertical-align: middle;
}

.m-code-wrap .qrcode-detail {
    width: 150px;
    height: 150px;
    border: 1px dashed #ddd;
    text-align: center;
    line-height: 150px;
}

.scan-code-box1:hover .m-code-wrap{
    display: block;
}

.scan-code-box2:hover .m-code-wrap{
    display: block;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    font-size: 12px;
    color: #333;
}

main {
    display: block
}

h1 {
    font-size: 2em;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    margin: 0;
    padding: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none;
    outline: 0;
    color: inherit;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline: none;
    border: none;
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.text-orange {
    color: #F3630E;
}

.box-border {
    box-sizing: border-box;
}

.box-content {
    box-sizing: content-box;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-none {
    float: none;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.clear-none {
    clear: none;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.hide {
    display: none;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.table-caption {
    display: table-caption;
}

.table-cell {
    display: table-cell;
}

.table-column {
    display: table-column;
}

.table-column-group {
    display: table-column-group;
}

.table-footer-group {
    display: table-footer-group;
}

.table-header-group {
    display: table-header-group;
}

.table-row-group {
    display: table-row-group;
}

.table-row {
    display: table-row;
}

.flow-root {
    display: flow-root;
}

.grid {
    display: grid;
}

.inline-grid {
    display: inline-grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-auto {
    flex: 1 1 auto;
}

.flex-initial {
    flex: 0 1 auto;
}

.flex-none {
    flex: none;
}

.flex-row {
    flex-direction: row;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-col {
    flex-direction: column;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline;
}

.items-stretch {
    align-items: stretch;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.underline {
    text-decoration: underline;
}

.line-through {
    text-decoration: line-through;
}

.no-underline {
    text-decoration: none;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-22 {
    font-size: 22px;
}

.text-24 {
    font-size: 24px;
}

.text-25 {
    font-size: 25px;
}

.text-26 {
    font-size: 26px;
}

.text-28 {
    font-size: 28px;
}

.text-30 {
    font-size: 30px;
}

.cursor-pointer {
    cursor: pointer;
}

.font-face-encrypted {
    font-family: 'iconnumber' !important;
    letter-spacing: 1px;
    font-size: 12px;
    user-select: none;
    transform: scale(0.88);
    transform-origin: left;
}

/* ---------- lulu-ui ---------- */
.g-search-header input.ui-input,
.g-search-header .ui-input > input {
    height: 40px;
    line-height: 20px;
    padding: 9px 8px;
    border: 2px solid #f3630e;
    border-radius: 0;
    color: #4c5161;
    transition: border-color 0.15s, background-color 0.15s;
}

.g-search-header .ui-input:hover,
.g-search-header .ui-input:hover > input {
    border-color: #f3630e;
}

.g-wrap {
    width: 1200px;
    margin: 0 auto;
}

.g-header {
    background: #F8F8F8;
    color: #555;
    height: 30px;
    line-height: 30px;
}

.g-header .g-wrap {
    display: flex;
    height: 30px;
    align-items: center;
}

.g-header .mobile-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-right: 8px;
    margin-right: 8px;
}

.g-header .mobile-btn:after {
    content: "";
    position: absolute;
    right: 0;
    height: 50%;
    width: 1px;
    border-right: 1px solid #ededed;
}

.g-header .mobile-btn .content {
    position: absolute;
    left: 0;
    top: 30px;
    display: none;
    width: 193px;
    height: 150px;
    background: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    text-align: center;
    z-index: 100;
}

.g-header .mobile-btn:hover .content {
    display: block;
}

.g-header .mobile-btn .content:hover {
    display: block;
}

.g-header .login-link {
    display: inline-flex;
    align-items: center;
    color: #3A8CEF;
    text-decoration: none;
    margin-left: 29px;
}

.g-header .register-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #F3630E;
    margin-left: 29px;
    margin-right: 15px;
}

.g-header .logout-link {
    margin-left: 15px;
}

.g-header .register-link .content {
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    width: 277px;
    height: 96px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 16px;
    line-height: 1.15;
    font-size: 12px;
    cursor: default;
    z-index: 100;
}

.g-header .register-link .content img {
    margin-right: 18px;
}

.g-header .register-link .content .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.g-header .register-link .content span {
    display: inline-block;
    color: #999;
    margin-bottom: 8px;
}

.g-header .register-link .content span + span {
    margin-left: 14px;
}

.g-header .register-link:hover .content {
    display: flex;
}

.g-header .register-link .content:hover {
    display: flex;
}

.g-header .right-wrap {
    display: flex;
}

.g-header .right-wrap > div {
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}

.g-header .right-wrap > div .bi-caret-down-fill:before {
    transition: transform 0.3s;
}

.g-header .right-wrap > div:hover {
    background: #fff;
}

.g-header .right-wrap > div:hover .bi-caret-down-fill:before {
    transform: rotate(180deg);
}

.g-header .right-wrap > div .content {
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    width: 288px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 16px;
    cursor: default;
    z-index: 100;
}

.g-header .right-wrap > div .content > div + div {
    margin-top: 20px;
}

.g-header .right-wrap > div .content > a + a {
    margin-top: 20px;
}

.g-header .right-wrap > div:nth-of-type(1) .content a + a {
    margin-left: 28px;
}

.g-header .right-wrap > div .content a:hover {
    color: #F3630E;
}

.g-header .right-wrap > div:nth-of-type(2) .content img {
    margin-right: 10px;
}

.g-header .right-wrap > div:nth-of-type(2) .content span {
    display: inline-block;
    width: 50%;
    color: #999;
    line-height: 20px;
}

.g-header .right-wrap > div:nth-of-type(2) .content span:nth-child(even) {
    text-align: center;
}

.g-header .right-wrap > div:nth-of-type(2) .content b:hover {
    color: #F3630E;
}

.g-header .right-wrap > div:nth-of-type(3) .content {
    left: inherit;
    right: 0;
}

.g-header .right-wrap > div:nth-of-type(4) .content {
    left: inherit;
    right: 0;
}


.g-header .right-wrap > div:hover .content {
    display: block;
}

.g-search-header {
    background: #FFFFFF;
}

.g-search-header .g-wrap {
    position: relative;
    display: flex;
    height: 120px;
    align-items: center;
    color: #666;
}

.g-search-header .left-wrap {
    display: flex;
    align-items: center;
    margin-right: 100px;
}

.g-search-header .left-wrap i {
    width: 2px;
    height: 32px;
    background: #d8d8d8;
    margin: 0 17px;
}

.g-search-header .left-wrap .title-fu {
    width: 117px;
}

.g-search-header .form-wrap {
    margin-left: 166px;
}

.g-search-header .tab-wrap span {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 14px;
}

.g-search-header .tab-wrap span.active {
    background-color: #f3630e;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-weight: bold;
}

.g-search-header footer {
    font-size: 14px;
    margin-top: 6px;
}

.g-search-header footer a + a {
    margin-left: 5px;
}

.g-search-header .input-wrap {
    display: flex;
}

.g-search-header input {
    width: 449px;
    height: 40px;
    border: 1px solid #EDEDED;
    border-radius: 0;
}

.g-search-header .submit {
    width: 104px;
    height: 40px;
    background: #F3630E;
    border-radius: 0px 4px 16px 0px;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.g-search-header .submit:hover {
    background: #E15400;
}

.g-search-header .post-purchase {
    display: inline-block;
    width: 108px;
    height: 40px;
    margin-left: 8px;
    background: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #dedede;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 38px;
    cursor: pointer;
}

.g-footer-wrap {
    background-color: #171819;
    color: #dcddde;
    padding-top: 40px;
    font-size: 12px;
}

.g-footer-wrap .g-wrap {
    width: 1000px;
}

.g-footer-wrap .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 20px;
}

.g-footer-wrap .footer-link h3 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.g-footer-wrap .footer-link a {
    display: block;
    margin: 10px 0;
    color: #dcddde;
    text-decoration: none;
}

.g-footer-wrap .footer-link > span {
    display: block;
    margin: 10px 0;
    color: #dcddde;
}

.g-footer-wrap .footer-link a:hover {
    color: #fff;
}

.g-footer-wrap .footer-link + .footer-link {
    margin-left: 130px;
}

.g-footer-wrap .line {
    height: 1px;
    background: rgba(151, 151, 151, 0.16);
    margin-top: 20px;
}

.g-footer-wrap .qrcode-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.g-footer-wrap .qrcode-wrap .title {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.g-footer-wrap .qrcode-wrap img {
    margin-bottom: 10px;
}

.g-footer-wrap .qrcode-wrap > div + div {
    margin-left: 58px;
}

.g-footer-wrap .copyright-wrap {
    text-align: center;
    padding: 16px 0;
    line-height: 2.4;
}

.g-footer-wrap .copyright-wrap span + span {
    margin-left: 24px;
}

.g-footer-wrap .copyright-wrap .police {
    background: url(/resources/assets/images/police.png) no-repeat left center;
    background-size: 16px;
    padding-left: 20px;
}

.m-browser-tip {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
}

.m-browser-tip .content {
    width: 400px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.m-browser-tip .content h3 {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
    color: #ff6900;
}

.m-browser-tip .content a {
    color: #ff6900;
}


.m-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #606266;
    padding: 10px 0;
}

.m-pagination select {
    width: 96px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    margin-left: 12px;
    outline: none;
}

.m-pagination .content {
    margin: 0 24px;
    display: flex;
}

.m-pagination .number {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #DCDFE6;
    background: #fff;
    color: #606266;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.m-pagination .number + .number {
    margin-left: 8px;
}

.m-pagination .number.active {
    color: #fff;
    background: #F3630E;
    border-color: #F3630E;
}

.m-pagination .number.disabled {
    background: #efefef;
    pointer-events: none;
}

.m-pagination .input {
    width: 69px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    margin: 0 9px;
    text-align: center;
    outline: none;
    transition: all 0.3s;
}

.m-pagination .input:focus {
    border-color: #F3630E;
}

.m-product-card {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
}

.m-product-card.is-ad .img-wrap::after {
    content: '广告';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 38px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    color: #fff;
}

.m-product-card.is-placeholder {
    text-align: center;
}

.m-product-card.is-placeholder img {
    width: 100%;
}

.m-product-card.is-placeholder .statement {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    padding: 15px 0 13px;
}

.m-product-card.is-placeholder .tip {
    font-size: 12px;
    color: #666666;
}

.m-product-card.is-placeholder .link {
    display: inline-block;
    width: 96px;
    height: 30px;
    line-height: 30px;
    background: #FFCA4B;
    text-align: center;
    border-radius: 4px;
    color: #333;
    margin-top: 12px;
    margin-bottom: 12px;
}

.m-product-card:hover {
    border-color: #F3630E;
}

.m-product-card .img-wrap {
    height: 0;
    display: block;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.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 .img-wrap .contact-link:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAACM0lEQVQ4T13US6iVZRQG4GcpWkpapkmZRGAkODJvICFNQpIc1MwIMkwDwUJPEy84EcFbRIEUUWBoAy/kSEQbOrDUIGgQQXgPTRQp1Eqrs2LFOnpwTzZ7///3rne9ly/c98nMqXgFb+EZjOxX/sVFfIm9EXFm+NEY+pGZI/rgRizEIC7hAgrkCdSQB/Et1uPHiMjCGA40AZvxOn7Alv6+jXp5NB7HaizG93gHPxXYcKCHsAJP41Ncx58R8XtNzMxi8nAD1trv4hAGIuLa/0CZdwELrFas6dtxtZndwlK8hHW4gQ/xfA8/Gpk5Cc/V9KIbEbcy8xFsaq3WtlYf4xesjIjLmfkCduM41hTQe3gbpcUGHG5Gs7ADj+Jmu1fvnoyIm5lZ4h/EGLxaQB+01X810B5Mx/JmOrvXLXG/wVc4gSn4vDV9o4DmNMU/sASnMQ0volYsA0rkXbiMI/gZL7dOj2FfAT2FAxiPRZ2b+VjVU2f2WidxHp/gOyzAR5iI/UNiV34qzaXB3n44t2mXS6OwrZmciohfM7O0qYGVrWMFVHYXejlwDm9GxNnMrGpMbsHHdhBrtX863fW8nB4REX8P5ahSvRWv4Ys6HBEXe0hpUMOuRMRgZj7ZWtZ/n0XEb3cr0oF8FjsxD1/j/WZ4pyvyQGs20FqWg8sj4sr9XSt2MzrJldjKTjlYpa0Clynl5jic6sBWpqrQ90o77Baoq2NZr1kaFUiVtjSpytQ1UuufHmp+nf0PHQLDtsqZIV8AAAAASUVORK5CYII=) no-repeat center;
    background-size: 90%;
    margin-right: 3px;
}

.m-product-card .img-wrap:hover img {
    transform: scale(1.2);
}

.m-product-card:hover .contact-link {
    bottom: 0;
}

.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 .title:hover {
    color: #D11414;
}

.m-product-card .body .company {
    display: flex;
    color: #999;
}

.m-product-card .body .company:hover {
    color: #FD791A;
}

.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: 16px;
    height: 16px;
    margin-right: 6px;
    background: url(/resources/assets/images/icon-certificate.png) no-repeat center;
    background-size: 100%;
}

.m-product-card .body .highest-level.b2b {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-b2b.png) no-repeat center;
    background-size: 100%;
}

.m-product-card .body .highest-level.yxc {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-yxc.png) no-repeat center;
    background-size: 100%;
}

.m-product-card .body .highest-level.ezt {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-ezt.png) no-repeat center;
    background-size: 100%;
}

.m-product-card .body .highest-level.jmx {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-jmx.png) no-repeat center;
    background-size: 100%;
}

.m-product-card .body .highest-level.sl {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-sl.png) no-repeat center;
    background-size: 100%;
}

.m-product-card .body .highest-level.syt {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-syt.png) no-repeat center;
    background-size: 100%;
}

.m-product-card .body .address {
    font-size: 12px;
    color: #666666;
    margin-top: 14px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAuNzVhNS41IDUuNSAwIDAgMSA1LjUgNS41YzAgMS43OC0xLjE3NiAzLjgxNC0yLjUwMiA1LjI4NiAxLjUzMi4zMiAyLjUwMi44OSAyLjUwMiAxLjcxNCAwIDEuMjY2LTIuNDQ2IDItNS41IDJzLTUuNS0uNzM0LTUuNS0yYzAtLjgyNC45Ny0xLjM5NSAyLjUwMi0xLjcxNUMzLjY3NiAxMC4wNjQgMi41IDguMDMgMi41IDYuMjVBNS41IDUuNSAwIDAgMSA4IC43NXptMi4xMzIgMTEuNjQ4bC0uMDQ3LjA0MmMtLjc5Ni42OTgtMS41NjMgMS4xMzItMi4wODUgMS4xMzItLjUzMiAwLTEuMzE5LS40NS0yLjEzLTEuMTcyYTkuMDU5IDkuMDU5IDAgMCAwLTEuNDEzLjMxNWwtLjI4LjA5N2MtLjQzMi4xNjMtLjY3Ny4zMjctLjY3Ny40MzggMCAuMjE2LjYxOC40OTggMS41ODcuNzA3bC4zOC4wNzVjLjMyOC4wNi42ODguMTEgMS4wNy4xNDdsLjQ3LjAzOGExNS4xNiAxNS4xNiAwIDAgMCAxLjk4NiAwbC40Ny0uMDM4Yy4zODItLjAzNy43NDItLjA4OCAxLjA3LS4xNDdsLjM4LS4wNzVjLjk2OS0uMjEgMS41ODctLjQ5MSAxLjU4Ny0uNzA3IDAtLjIxNS0uOTMtLjYzNy0yLjM2OC0uODUyek04IDEuNzVhNC41IDQuNSAwIDAgMC00LjUgNC41YzAgMS41MTguODA4IDMuMDcgMi4xNSA0LjQ3NmwuMTQyLjE0Ni4xNDYuMTQzLjI5OC4yNzguMTUuMTM0LjI5OS4yNTMuMjg4LjIzLjI2OS4yMDMuMTI1LjA5LjIyNi4xNTUuMTg2LjExNmMuMTEuMDYzLjE4Ni4wOTguMjIxLjA5OHMuMTEyLS4wMzUuMjIxLS4wOThsLjA4OC0uMDUzLjIwNy0uMTM2LjI0Mi0uMTcyLjI3LS4yMDMuMjg3LS4yMy4zNzQtLjMyLjA3NS0uMDY3LjI5OC0uMjc4Yy4wOTgtLjA5NC4xOTUtLjE5MS4yODgtLjI4OSAxLjM0Mi0xLjQwNSAyLjE1LTIuOTU4IDIuMTUtNC40NzZBNC41IDQuNSAwIDAgMCA4IDEuNzV6bTAgMmEyLjUgMi41IDAgMSAxIDAgNSAyLjUgMi41IDAgMCAxIDAtNXptMCAxYTEuNSAxLjUgMCAxIDAgMCAzIDEuNSAxLjUgMCAwIDAgMC0zeiIgZmlsbD0iIzY2NiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+) no-repeat left center;
    background-size: contain;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g-store-footer {
    padding-top: 32px;
    width: 100%;
    height: 160px;
    background: #171819;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 0 solid #000;
}

.g-store-footer .line {
    margin: 0 24px;
}

.g-store-footer .row {
    margin-top: 16px;
}

.g-store-footer .row img {
    vertical-align: middle;
}

.g-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 56px;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    z-index: 200;
}

.g-sidebar .contact-box {
    position: relative;
    top: 25%;
}

.g-sidebar .contact-wrap {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 90px;
    background: #fff;
    font-size: 14px;
    color: #f3630e;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
}

.g-sidebar .contact-wrap img {
    width: 24px;
}

.g-sidebar .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/resources/assets/images/icon_aside.png);
    background-repeat: no-repeat;
    background-size: 52px 120px;
}

.g-sidebar .contact-wrap .icon-phone {
    background-position: 0 0;
}

.g-sidebar .contact-wrap:hover .icon-phone {
    background-position: -28px 0;
}

.g-sidebar .contact-wrap .icon-phone.icon-big {
    width: 48px;
    height: 48px;
    background-size: 104px 240px;
}

.g-sidebar .contact-wrap:hover .icon-phone.icon-big {
    background-position: 0 0;
}

.g-sidebar .contact-wrap .icon-acg {
    background-position: 0 -24px;
}

.g-sidebar .contact-wrap:hover .icon-acg {
    background-position: -28px -24px;
}

.g-sidebar .contact-wrap .icon-qrcode {
    background-position: 0 -48px;
}

.g-sidebar .contact-wrap:hover .icon-qrcode {
    background-position: -28px -48px;
}

.g-sidebar .contact-wrap .icon-user {
    background-position: 0 -72px;
}

.g-sidebar .contact-wrap:hover .icon-user {
    background-position: -28px -72px;
}

.g-sidebar .to-top .icon-top {
    background-position: 0 -96px;
}

.g-sidebar .to-top:hover .icon-top {
    background-position: -28px -96px;
}

.g-sidebar .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: -210px;
    width: 170px;
    padding: 24px 5px 24px 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #ededed;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #f3630e;
    text-align: left;
    line-height: 20px;
    z-index: -1;
}

.g-sidebar .info-box img {
    width: 40px;
    margin-right: 8px;
}

.g-sidebar .erweima-info {
    position: absolute;
    top: -10px;
    right: -210px;
    width: 130px;
    height: 164px;
    padding: 20px 0 10px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #ededed;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}

.g-sidebar .erweima-info img {
    width: 88px;
    margin-bottom: 8px;
}

.g-sidebar .erweima-info p {
    line-height: 19px;
    color: #333333;
}

.g-sidebar .info-box-show {
    right: 56px;
}

.g-sidebar .to-top {
    height: 56px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
}

.g-sidebar .to-top img {
    width: 24px;
}

.g-sidebar .acg-contact-wrap {
    position: fixed;
    top: 0;
    right: -320px;
    width: 260px;
    padding: 20px 24px 50px;
    background: #ffffff;
    -webkit-box-shadow: -3px 0px 12px 0px rgba(0, 0, 0, 0.06);
    box-shadow: -3px 0px 12px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #2d2e36;
    text-align: center;
    z-index: -1;
}

.g-sidebar .acg-contact-wrap.acg-contact-show {
    right: 56px;
}

.g-sidebar .acg-contact-wrap .head-box {
    margin-bottom: 24px;
    text-align: right;
}

.g-sidebar .acg-contact-wrap .head-box img {
    width: 16px;
    cursor: pointer;
}

.g-sidebar .acg-contact-wrap p {
    line-height: 20px;
}

.g-sidebar .acg-contact-wrap .kefu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 104px;
    height: 30px;
    margin: 12px auto 17px;
    background: #ffca4b;
    border-radius: 4px;
    box-shadow: 0 0 10px 4px rgba(255, 202, 75, .6);
}

.g-sidebar .acg-contact-wrap .kefu-btn img {
    width: 16px;
    margin-right: 5px;
}

.g-sidebar .acg-contact-wrap h6 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 800;
    line-height: 31px;
}

.g-sidebar .acg-contact-wrap input {
    width: 212px;
    height: 40px;
    margin-top: 12px;
    padding: 10px 16px;
    border-radius: 4px;
    border: 1px solid #ededed;
    outline: none;
}

.g-sidebar .acg-contact-wrap .contact-yzmbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.g-sidebar .acg-contact-wrap .contact-yzmbox input {
    width: 126px;
}

.g-sidebar .acg-contact-wrap .contact-yzmbox img {
    width: 76px;
    height: 40px;
    margin: 12px 0 0 10px;
}

.g-sidebar .acg-contact-wrap .info-submit {
    width: 212px;
    height: 40px;
    margin: 12px auto 48px;
    background: #f3630e;
    border-radius: 4px;
    border: none;
    outline: none;
    line-height: 40px;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.g-sidebar .acg-contact-wrap .erweima-box {
    margin-top: 12px;
}

.g-sidebar .acg-contact-wrap .erweima-box img {
    width: 160px;
}

.g-sidebar .yxc-icon-price{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/resources/assets/images/yxc_product_detail/side_icon1.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .contact-wrap:hover .yxc-icon-price{
    background: url("/resources/assets/images/yxc_product_detail/side_icon11.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .yxc-icon-phone{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/resources/assets/images/yxc_product_detail/side_icon2.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .contact-wrap:hover .yxc-icon-phone{
    background: url("/resources/assets/images/yxc_product_detail/side_icon21.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .yxc-icon-contact{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/resources/assets/images/yxc_product_detail/side_icon3.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .contact-wrap:hover .yxc-icon-contact{
    background: url("/resources/assets/images/yxc_product_detail/side_icon31.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .yxc-icon-mobile{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/resources/assets/images/yxc_product_detail/side_icon4.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .contact-wrap:hover .yxc-icon-mobile{
    background: url("/resources/assets/images/yxc_product_detail/side_icon41.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .yxc-icon-top{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/resources/assets/images/yxc_product_detail/side_icon5.png") center no-repeat;
    background-size: 24px 24px;
}

.g-sidebar .to-top:hover .yxc-icon-top{
    background: url("/resources/assets/images/yxc_product_detail/side_icon51.png") center no-repeat;
    background-size: 24px 24px;
}

/* ---------- bootstrap-growl ---------- */
.bootstrap-growl {
    min-width: 280px;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px 0px 50px;
    color: #666666;
    font-size: 14px;
    white-space: nowrap;
    -webkit-animation: bootstrapGrowlEffect 0.5s;
    animation: bootstrapGrowlEffect 0.5s;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12),
    0px 0px 6px rgba(0, 0, 0, 0.04);
    border: 1px solid #dddddd;
    border-radius: 0px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.bootstrap-growl:before {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    color: #ffffff;
    font-family: bootstrap-icons !important;
    text-align: center;
    box-sizing: border-box;
}

.bootstrap-growl.alert-info:before {
    content: "\f26e";
    background-color: #00b6f5;
    font-size: 20px;
}

.bootstrap-growl.alert-success:before {
    content: "\f26e";
    background-color: #00d75e;
    font-size: 20px;
}

.bootstrap-growl.alert-warning:before {
    content: "\f62a";
    background-color: #ff7400;
    font-size: 20px;
}

.bootstrap-growl.alert-danger:before {
    content: "\f62a";
    background-color: #fc272f;
    font-size: 20px;
}

@keyframes bootstrapGrowlEffect {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bootstrapGrowlEffect {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.video-logo{
    position: absolute;
    top: 44px;
    left: 190px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    width: 136px;
    height: 32px;
    border-left: 2px solid #DEDEDE;
    background: url("/resources/assets/images/video/video_logo.svg") no-repeat center;
    background-size: 108px 26px;
}

.m-video-box{
    margin: 0 10px 10px 0;
    width: 292px;
    height: 240px;
    border-radius: 4px;
    border: 1px solid #EDEDED;
}

.m-video-box .cover-box{
    position: relative;
    width: 100%;
    height: 165px;
    cursor: pointer;
    overflow: hidden;
}

.m-video-box .cover-box:hover .cover-img{
    transform: scale(1.2);
}

.m-video-box .cover-box .cover-img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}

.m-video-box .cover-box .play-btn{
    position: absolute;
    left: 123px;
    top: 59px;
    width: 48px;
    height: 48px;
}

.m-video-box .cover-box .play-btn img{
    width: 100%;
    height: 100%;
}

.m-video-box .info-box{
    display: flex;
    padding: 12px;
    align-items: center;
}

.m-video-box .info-box .logo{
    margin-right: 8px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

.m-video-box .info-box .video-title{
    width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
}

.m-video-box .info-box .video-title:hover{
    color: #F3630E;
}

.m-video-box .info-box .company-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.m-video-box .info-box .company-name .name-text{
    margin-top: 5px;
    width: 185px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
}

.m-video-box .info-box .company-name .name-text:hover{
    color: #F3630E;
}

.m-video-box .info-box .highest-level.b2b {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-b2b.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

.m-video-box .info-box .highest-level.yxc {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-yxc.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

.m-video-box .info-box .highest-level.ezt {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-ezt.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

.m-video-box .info-box .highest-level.jmx {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-jmx.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

.m-video-box .info-box .highest-level.sl {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-sl.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

.m-video-box .info-box .highest-level.syt {
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-syt.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

/*西瓜视频播放器进度条颜色*/
.xgplayer-skin-default .xgplayer-progress-played{
    background: #4390EC !important;
}

.xgplayer-skin-default .xgplayer-drag{
    background: #4390EC !important;
}
















@media only screen and (max-width:768px){



.flex {
     display: block; 
}
.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: 100%;
    height: 128px;
    background: #f8f8f8;
}
.goods-info .price-box .price-item {
    line-height: 53px;
    margin-left: 11px;
}

.goods-info .price-box .price-item .price {
    font-size: 16px;
    font-weight: bold;
    color: #f3630e;
}
.goods-info .recommended-box {
    position: relative;
    margin-top: 13px;
    width: 100%;
    height: 21px;
    background: url(/web/images/recommended_bg.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 14px;
    color: #666;
}

.goods-info .recommended-box p {
    position: absolute;
    left: 100px;
    top: 2px;
}
.goods-info .contact-item .name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.goods-info .phone {
    margin-left: 14px;
    margin-top: 22px;
    font-size: 16px;
    color: #f3630e;
    font-weight: bold;
}
.goods-info .contact-item .title {
    margin-right: 13px;
    font-size: 14px;
    color: #999;
}
.scan-code-box1{
	display: none;
}

.goods-info .btn-group {
    margin-top: 34px;
    /* margin-left: 8px; */
    padding: 0 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.m-btn {
    margin: 0 4px 0 4px;
}










}
