.common_header {
    height: 99rem;
	background-repeat:no-repeat;
	background-size:100% 100%;
    /* background: #F1F1F1; */
}

.common_header a {
    color: #333;
}

.common_header_nav_other {
    color: #333;
    border-color: #333;
}

/*上边是样式替换*/
.pro-detail-box{
	padding: 60rem 0;
	flex-wrap: wrap;
}
.product-detail_info_right-pic{
	width: 100%;
}
.product-detail_info_goback {
    right: 45rem;
	top: -80rem;
}
.product-detail_info_right {
	width: 100%;
    margin-left: 0;
    padding-bottom:0;
	padding-left: 0;
	height: auto;
	padding-right: 0;
}
.product-detail_info_right_top{
	padding: 30rem 0;
}
.detail-zhuce{
	font-size: 32rem;
}
.product-detail_sku_parameter .prodetail-info-title{
	color: rgb(112, 48, 160);
	font-weight: bold;
}
.product-detail_info {
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 0 30rem;    
}
.product-detail_info_right_top_bottom p {
    font-size: 28rem;
    line-height: 44rem;
}

.product-detail_sku {
    background-color: #F3F3F3;
    padding: 60rem 30rem 30rem;
}
.common_title_2 {
    font-size: 32rem;
}

#table {
    width: 100%;
    background: #FFFFFF;
    /*border: 1rem solid #DCDCDC;*/
    box-shadow: 0 0 21rem 0 rgba(0, 0, 0, 0.03);
    border-radius: 10rem;
    margin-top: 32rem;
}

#table th {
    background-color: #A1A0A0;
    color: #fff;
    font-size: 18rem;
    height: 75rem;
}

#table tr {
    height: 59rem;
}

#table tr > th:first-child, #table tr > td:first-child {
    width: 191rem;
}

#table td {
    border-bottom: 1rem solid #E7E7E7;
    border-right: 1rem solid #E7E7E7;
    text-align: center;
}

.choose {
    display: inline-block;
    width: 16rem;
    height: 16rem;
    background: #AF4ACA;
    border-radius: 50%;
}

.table_style {
    position: relative;
    overflow: hidden;
}

.table_style span {
    position: absolute;
}

.top {
    left: 26rem;
    bottom: 10rem;
}

.bottom {
    top: 13rem;
    left: 105rem;
}


.table_style .line {
    width: 100%;
    height: 1rem;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateZ(25deg);
    transform-origin: left;
}

/*媒介查询*/
@media (max-width: 769px) {
    .common_header {
        display:block;
		height: 350rem !important;
    }
}