.pc-product-box{
    width: 100%;
    margin-top: 3%;
    
}
.pc-product-box_One{
    width: 100%;
    /* height: 535px; */
}
.pc-box_One-left{
    float: left;
}
.pc-box_One-left img{
	width:486px;
	height:320px;
}
.pc-small-box{
    margin: 5% 0;
}
.pc-small-box>a{
    display: block;
    float: left;
    padding: 3px;
    border: 1px solid #000000;
    margin-right: 15px;
    margin-bottom: 5%;
    width: 72px;
    height: 72px;
}
.pc-small-box>a img{
    height: 100%;
    width: 100%;
}
.borderBlack{
    border: 1px solid #000000;
}
.pc-box_One-right{
    float: left;
    padding-left: 5%;
    padding-bottom: 5%;
    line-height: 30px;
    color: #999999;
}
.pc-box_One-right h1{
    font-size: 16px;
    color: #154269;
}

/*  */
.pc-product-box_Two{
    width: 100%;
    border-top: 1px solid #dcdcdc;
    margin-bottom: 13%;
    line-height: 25px;
}
.pc-product-detailed{
    color: #154269;
    display: inline-block;
    border-top: 2px solid #154269;
    margin-bottom: 3%;
    line-height: 40px;
}
.hotel-label{
    width: 80px;
    display: inline-block;
    background: #7092bf;
    color: #ffffff;
    text-align: center;
}



@media only screen and (max-width: 1200px){
	.pc-hotel-rightTitle{
		margin-top: 5%;
	}
	.hotel-details-col{
		padding-left: 0 !important;
	}
	.pc-hotel-left{
		display: flex;
		width: 100%;
		height: auto;
		border-bottom: 1px solid #DCDCDC;
		padding-right: 0;
		flex-wrap: wrap;
	}
	.pc-hotel-left>div{
		width: 33%;
	}
	.pc-box_One-left>img{
		width: 100%;
	}
	.pc-box_One-right{
		/*padding-left: 0;*/
	}
	.pc-hotel_furniture>.center{
		flex-wrap: wrap;
	}
	.pc-hotel-right{
		margin-left: 0;
	}
	.pc-hotel-right{
		width: 100%;
	}
	.pc-product-box_Two>img{
		width: 100%;
	}
}