body {
    overflow-x: hidden;
}
.shopex-slider-indicator .shopex-indicator {
    background-color: #000;
    opacity: .2;
}
.shopex-slider-indicator .shopex-indicator.shopex-active {
    background-color: #00479D!important;
    opacity: 1!important;
}
.page-header{
    opacity: 0;
}
.container img{
    width: 100%;
}
.MsoNormal{
    padding: 0px 5px;
    overflow: hidden;
}
.MsoNormal img{
    width: 100%;
}
.header-left,.header-right,.header-middle {
    color: #fff;
    z-index: 10;
    display: inline-block;
}
.header-left {
    width: 12px!important;
    height: 20px!important;
    background:url("/app/topc/statics/imgs/detail/details_return_black.png") no-repeat;
    background-size: 100% 100%;
    float: left;
}
.header-right {
    width: 4px!important;
    height: 20px!important;
    background:url("/app/topc/statics/imgs/detail/details_more_black.png") no-repeat;
    background-size: 100% 100%;
    float: right;
}
.header-middle {
    width: 20px!important;
    height: 20px!important;
    background:url("/app/topc/statics/imgs/detail/details_share_black.png") no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 1.5rem;
}
.payment_container,.promotion_container {
    height: 5.6rem;
    margin-top: -0.7rem;
    margin-bottom: 5px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.promotion_container {
    height: auto;
    margin-top: 5px;
}
.shipping,.payment,.promotion,.item_coupon {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
}
.promotion,.item_coupon {
    display: flex;
    align-items: center;
    padding: 0.6rem 0;
    margin-left: 0.9rem;
    justify-content: space-between;
}
.item_coupon .discount_box {
    position: relative;
    width: 40px;
    height: 18px;
    /*overflow: hidden;*/
}
.round {
    height: 10px;
    width: 10px;
    display: inline-block;
    position: absolute;
    border: 1px solid #FF8C25;
    border-radius: 1rem;
    background-color: #fff;
    top: 50%;
    transform: translate(0, -50%);
}
.round_right {
    right: -7px;
}
.round_left {
    left: -7px;
}
.round_right:after,.round_left:after {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: #fff;
    width: 10px;
    height: 10px;
    top: -1px;
}
.round_left:after {
    left: -5px;
}
.round_right:after {
    right: -5px;
}
.payment {
    flex: 1;
    width: 100%;
    position: relative;
}
.level_container {
    position: relative;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-around;
}
.payment:after,.level_container:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ddd;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.level_container:after {
    bottom: -10px;
}
.item_label {
    width: 4.8rem;
    text-align: right;
}
.detail_more_icon {
    width: 13px;
    height: 4px;
    background:url("/app/topc/statics/imgs/detail/details_more_gray.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 1.2rem;
}
.payment img {
    margin-left: 1.2rem;
    cursor: pointer;
}
.payment img:first-child {
    margin-left: 1rem;
}
.shipping {
    justify-content: space-between;
}
.promotion_item {
    display: flex;
    margin-bottom: 1.4375rem;
}
.discount_box {
    border: 1px solid #FF8C25;
    width: 2.5rem;
    height: 1.1rem;
    line-height: 1.1rem;
    color: #FF8C25;
    font-size: 0.625rem;
    text-align: center;
    border-radius: 2px;
    margin-top: 2px;
}
.discount_word {
    font-size: 0.75rem;
    margin-left: 1rem;
}
.shop_container {
    display: block;
    padding: 0.9375rem 0;
    margin: 5px 0;
    background-color: #fff;
}
.shop_logo {
    width: 3.125rem;
    height: 3.125rem;
}
.shop_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}
.shop_btn_container {
    display: flex;
    justify-content: center;
    margin-top: 0.9rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 34px;
    margin-left: 0.9rem;
    font-size: 0.7rem;
}
.shop_btn {
    width: 3rem;
    height: 1.2rem;
    border: 1px solid #FF8C25;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.9375rem;
    color: #fff;
    background-color: #FF8C25;
    font-size: 12px;
}
.shop_level_light,.shop_level_unlight {
    display: inline-block;
    width: 12px;
    height: 12px;
}
.shop_level_light {
    background:url("/app/topc/statics/imgs/detail/star_orange.png") no-repeat;
    background-size: 100% 100%;
}
.shop_level_unlight {
    background:url("/app/topc/statics/imgs/detail/star_gray.png") no-repeat;
    background-size: 100% 100%;
}
.scroll_nav {
    /*min-width: 60px;*/
    font-size: 16px;
    display: inline-block;
    /*background-color: rgb(237,237,237);*/
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
.active-nav {
    /*background-color: rgb(252,220,0);*/
    font-weight: bold;
    color: #00479D;
    border-bottom: 2px solid #00479D;
}
.tuijianDiv {
    position: relative;
    width: 32%;
    margin-right: 1%;
    padding: 0.5rem;
}
.tuijianIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.6rem;
    height: 1rem;
    background:url("/app/topc/statics/imgs/detail/home_sale_small.png") no-repeat;
    background-size: 100% 100%;
}
.remark_star {
    display: inline-block;
    background-color: #EDEDEE;
    color: #999999;
    font-size: 12px;
    padding: 2px 12px;
    height: 20px;
    border-radius: 10px;
    line-height: 16px;
    text-align: center;
}
.remark_star.remark_star_active {
    border: 1px solid #00479D;
    color: #00479D;
    background-color: #fff;
}
.remark_container {
    margin-bottom: 3rem;
    background-color: #fff;
    position: relative;
}
.remark_with_pic {
    display: flex;
    justify-content: space-between;
    padding: 15px 12px 15px 0;
    margin-left: 12px;
    border-bottom: 1px solid #ddd;
}
.follow_icon {
    display: inline-block;
    width: 13px;
    height: 4px;
    /*background: url(/app/topc/statics/imgs/detail/details_more_gray.png) no-repeat;*/
    /*background-size: 100% 100%;*/
    margin-left: 4px;
}
.details_title {
    font-size: 14px;
    font-weight: 700;
    padding: 1rem 1rem 0.6rem;
}
.product_details_list_item {
    display: flex;
    align-items: center;
}
.product_details_list_item .detail_item {
    width: 50%;
    text-align: left;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product_details_list_item .detail_item_cat{
    width: 50%;
    text-align: center;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FF3300;
}
.tuijian {
    width: 100%;
    height: 7rem;
}
.promotion_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 999;
}
.popup_close_container {
    background-color: #fff;
    height: 1rem;
    position: relative;
}
.popup_close {
    width: 12px;
    height: 12px;
    background:url("/app/topc/statics/imgs/detail/close.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    right: 10px;
}
.sharePart{
    background-color:rgba(0,0,0,.3);
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index:18;
}
.sharePart-content{
    position: fixed;
    width:100%;
    height: 14rem;
    left:0;
    bottom:0;
    background-color: #fff;
    border-radius: 12px 12px 0 0;
}
.social-share{
    display: flex;
    width:80%;
    margin:0 auto;
    justify-content: space-around;
    flex-wrap: wrap;
}
.social-share .social-share-icon{
    width:4rem;
    height: 4rem;
    line-height: 4rem;
    font-size:2.5rem;
}
.sharePart-header{
    height: 3rem;
    position: relative;
    /*margin-bottom:0.6rem;*/
}
.sharePart-title{
    width:50%;
    height: 2rem;
    margin:0 auto;
    position: relative;
}
.sharePart-title-share{
    width:50%;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    text-align: center;
    left:50%;
    top:1rem;
    transform: translateX(-50%);
}
.share-close{
    position: absolute;
    right:1rem;
    top:1rem;
    font-size:1.2rem;
}
.share_item {
    text-align: center;
    flex: 1;
    font-size: 14px;
}
.share_item img {
    width: 24px;
}
.share_item div:first-child {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    margin: 10px auto;
}
.big_code{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index:10;
    display: none;
    
}
.big_code>div{
    width:60%;
    margin:10rem auto 0;
}
.big_code img{
    width:100%;
    background-color: #fff;
    padding:10px;
}
.quick_inquiry_btn {
    z-index: 89;
    position: fixed;
    bottom: 70px;
    right: 0;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 8px;
}
.item_media_container {
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    justify-content: center;
    font-size: 12px;
}
.item_media_container .item_media {
    background-color: #fff;
    padding: 4px 6px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 10px;
    justify-content: center;
    max-width: 100px;
}
.item_media img {
    width: 12px;
    margin-right: 6px
}
.item_media_container .item_media:last-child {
    margin-right: 0;
}
.item_parameters {
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 1;
    font-size: 14px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
}
.item_parameters .parameter_item {
    border-right: 1px solid #ccc;
    flex: 1;
    text-align: center;
    font-size: 12px;
}
.item_parameters .parameter_item:last-child {
    border-right: none;
}
.item_parameters .parameter_item_num {
    margin-bottom: 6px;
}
.shop_view_more {
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #ddd;
    font-size: 12px;
}
.product_page .goods_btn_box a:first-of-type {
    border: none;
}
.inquiry_btn {
    border-color: transparent;
    background:linear-gradient(to right,#ff3300, #ff7800)!important;
    color: #fff;
    min-width: 100px;
    margin-left: 10px;
    border-radius: 25px;
    line-height: 34px;
}
.add_cart_btn {
    border: transparent;
    background:linear-gradient(to right,#ffdc70, #ffb94b)!important;
    color: #fff;
    min-width: 100px;
    margin-left: 10px;
    border-radius: 25px;
    line-height: 34px;
}

.contact_us_part{
    background-color:rgba(0,0,0,.3);
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index:18;
}
.contact_us_content{
    position: fixed;
    width:300px;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 10px;
    padding: 0 20px 20px;
}

.contact_us_header{
    height: 3rem;
    position: relative;
}
.contact_us_title{
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    margin:10px auto;
    position: relative;
}
.contact_us_close{
    position: absolute;
    right:0;
    top:8px;
    font-size:1.2rem;
}
.contact_us_item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    margin-bottom: 14px;
    padding: 8px 0;
    border-radius: 4px;
}
.contact_us_item img {
    width: 26px;
    font-size: 14px;
    margin-right: 6px;
}
.shop_type_label {
    display: flex;
    border: 1px solid #ddd;
    background-color: #f7f8fa;
    font-size: 12px;
    align-items: center;
    padding: 2px 4px;
    margin-left: 4px;
    line-height: 1;
}