.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;
    background: #ededed;
    line-height: 80px;
    cursor: pointer;
}
.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 {
    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;
}
.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("../assets/images/product_detail/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("../assets/images/product_detail/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-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;
}