/* .common_header {
    height: 99rem;
    background: #F1F1F1;
}
 */
/* .common_header a {
    color: #333;
} */

/* .common_header_nav_other {
    color: #333;
    border-color: #333;
}
 */
/*上边是样式替换*/

.product-detail_info {
    /*height: 725rem;*/
    position: relative;
    padding: 0 160rem;
}

.product-detail_info_goback {
    position: absolute;
    top: -70rem;
    right: 160rem;
    color: #AF4ACA;
	font-size: 16rem;
}

.product-detail_info_goback:hover {
    background-color: #AF4ACA;
    color: white;
}
.pro-detail-box{
	padding:80rem 0;
}
.product-detail_info_right-pic{
	width: 50%;
}
.product-detail_info_right-pic img{
	width: 100%;
}
.product-detail_info_right {
    width: 50%;
	padding-left: 50rem;
	height: 500rem;
	overflow-y: scroll;
	padding-right: 15rem;
	padding-bottom: 15rem;
}
.product-detail_info_right::-webkit-scrollbar {
	width: 3px;
}
.product-detail_info_right::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #AF4ACA;
}
.product-detail_info_right::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	border-radius: 0;
}
.product-detail_info_right .product-detail_info_right_top_bottom hr{
	margin-top: 20rem;
}
.product-detail_info_right_top {
/*    padding-bottom: 20rem;*/
    border-bottom: 1px solid #D9D9D9;
}
.detail-zhuce{
	border-top: 1px solid #D9D9D9;
	margin-top: 20rem;
	padding-top: 20rem;
	padding-bottom: 10rem;
	color: rgb(112, 48, 160);
	font-weight: bold;
	font-size: 24rem;
}
.product-detail_info_right_top_title {
    font-size: 36rem;
    color: #362B87;
    font-weight: bold;
}

.product-detail_info_right_top_title_tip {
    color: #AF4ACA;
    margin-top: 15rem;
}

.product-detail_info_right_top_bottom p {
    margin-top: 20rem;
    color: #555;
    font-weight: 400;
	font-size: 16rem;
	line-height:2;
}
.product-detail_info_right_top_bottom .detail-zhuce-info p{
	margin-top: 0;
}
.product-detail_info > img {
    margin-top: 100rem;
    height: 70%;
}

.product-detail_sku {
    background-color: #F3F3F3;
    padding: 88rem 159rem 126rem;
}
.prodetail-info-title{
	color:rgb(112, 48, 160);
	font-weight: bold;
}
#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;
}
.product-detail_sku_parameter div p img{
	max-width: 100%;
}
/*媒介查询*/
@media (max-width: 769px) {
    .common_header {
        display: none;
    }
}
.product-detail_info_gb{
	color: #AF4ACA;
	font-size: 18rem;
	margin-top: 15rem;
}