#span_product_name{
    width: 100%;
    word-break: break-all;
}
#ppicture_open{display: none;}
#detail_main .con_left .good_action .good_code{right:auto; left:0;}
#layer_zhezhao {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #000; filter:alpha(opacity=50); opacity: 0.5; z-index: 19998;}
#fixed_share_btn{
    width: 162px;
    height: 156px;
    position: absolute;
    right: 0;
    top: 40px;
    background: url("../images/fx2.png") no-repeat;
    z-index: 2;
}
.detail{
    position: relative;
}
/*接口弹层*/
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    color: #f5f5f5;
    width: 700px;
    border-radius: 8px;
    text-align: center;
    margin-left: -350px;
    margin-top: -300px;
    max-width: 700px;
    min-width: 700px;
    height: auto;
    z-index: 99999;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#modal-layer .md-content{
    position: relative;
}
#modal-layer .md-btn {
    display: block;
    float: left;
    height: 30px;
    cursor: pointer;
    width: 102px;
    height: 38px;

}
#modal-layer .btn-content{
    width: 250px;
    height: 40px;
    position: absolute;
    margin-left: 230px;
    overflow: hidden;
    bottom: 40px;

}
#modal-layer .btn-back{

}
#modal-layer .btn-refresh{
    margin-left: 20px;
}

#modal-layer .md-btn img {
    width: 100%;
}

.md-show {
    visibility: visible;
}

/* Effect 12:  Just me */
.modal-refresh .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-refresh .md-content h3,
.modal-refresh .md-content {
    background: transparent;
}

.md-show.modal-refresh .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#modal-layer .md-content img {
    vertical-align: bottom;
}
