/*************************/
/*   new products page   */
/*************************/
p{
	word-break:break-all;
}
.center{
	text-align: center;
}
.b1{
	font-weight: 700;
}
.b2{
	font-weight: 400;
}

.bg-gray{
	background-color: #efefef;
}

/* 脚部联系我们 */
.li-media li{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
}
.li-media li a{
    text-decoration: none;
    color: #00bfd8;
}


.back-button{
    position: fixed;
    z-index: 999;
    left: 0.75rem;
    bottom: 0.75rem;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 1.875rem;
    background: #00bfd8 url(/images/left-arrow.png) no-repeat center 47%;
    background-size: 1.125rem 1.125rem;
    text-indent: -9999px;
}

/* products 1 */
.products-1 {
	padding-top: 4.5rem;
	padding-bottom: 3.75rem;
}
.products-1 .text-container {
	margin-bottom: 3rem;
}
.products-1 h2 {
	margin-bottom: 1.375rem;
}
.products-1 p{
	padding-top: 2.5rem;
	font-size: 18px;
	line-height: 2rem;
}
.products-1 .btn-solid-reg {
	margin-top: 0.625rem;
}
/* end of products 1 */

/* products-list 1 */
.products-list-1 {
	padding-top: 4.5rem;
	padding-bottom: 3.75rem;
}
/* end of products-list 1 */

/* products-list 2 */
.products-list-2 {
	padding-top: 1.5rem;
	padding-bottom: 3.75rem;
}
/* end of products-list 2 */

/* products-list 1,2 */
.products-list-1 .text-container,.products-list-2 .text-container {
	margin-bottom: 3rem;
}
.products-list-1 h2,.products-list-2 h2 {
	margin-top: 0.75rem;
	margin-bottom: 0.3rem;
}
.products-list-1 p,.products-list-2 p{
	padding-top: 1.5rem;
	font-size: 1.0rem;
	line-height: 1.7rem;
}
.products-list-1 .btn-solid-reg,.products-list-2 .btn-solid-reg {
	margin-top: 0.625rem;
}
/* end of products-list 1,2 */

/* product introduct table */
.item-container-intro-all{
    text-align: left;
}
.item-container-intro-title{
    font-size: 1.8rem;
    line-height: 2.5rem;
    padding-top: 10px;
}
.item-container-intro-price{
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 8px 10px;
    font-weight: bold;
    background-color: #f3f3f3;
    margin-top: 8px;
}
.item-container-intro-ad{
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-style: italic;
    padding-top: 10px;
}
.item-container-intro-text{
    font-size: 0.85rem;
    font-style: italic;
    line-height: 1.2rem;
    padding-top: 8px;
}
.item-container-intro-table{
    width: 100%;
    margin-top: 20px;
    font-size: 0.8rem;
    border-bottom: 1px solid #000;
    line-height: 1.8rem;
}
.item-container-intro-table tr{
    border-top: 1px solid #000;
}
.item-container-intro-table tr td{
    vertical-align: top;
    padding-left: 6px;
}
.item-container-intro-table tr td:nth-child(1){
    width: 35%;
    padding-right: 8px;
    text-align: right;
}
/* end of product introduct table */

/*****************************/
/*     20. Media Queries     */
/*****************************/	
/* Min-width width 768px */
@media (min-width: 768px) {	
	.service-text{
		text-align:left; font-size:0.75rem; height:auto; word-break:break-all;
	}
	.service-text2{
		text-align:left; font-size:0.75rem; height:auto; word-break:break-all;
	}

	/* products 1 */
	.products-1 {
		padding-top: 4.5rem;
		padding-bottom: 3.75rem;
	}
	/* end of products 1 */

	/* products-list 1 */
	.products-list-1 {
		padding-top: 4.5rem;
		padding-bottom: 3.75rem;
	}
	/* end of products-list 1 */
}
/* end of min-width width 768px */


/* Min-width width 992px */
@media (min-width: 992px) {
	.service-text{
		text-align:left; font-size:0.75rem; height:28rem;
	}	
	.service-text2{
		text-align:left; font-size:0.75rem; height:20rem;
	}

	/* products 1 */
	.products-1 {
		padding-top: 8.5rem;
		padding-bottom: 3.75rem;
	}
	.products-1 .text-container {
		margin-top: 0.875rem;
		margin-bottom: 0;
	}
	.products-1 .text-container p{
		text-align: left;
		font-size: 0.8rem!important;
	}
	/* end of products 1 */

	/* products-list 1 */
	.products-list-1 {
		padding-top: 8.5rem;
		padding-bottom: 3.75rem;
	}
	.products-list-1 .text-container,.products-list-2 .text-container {
		margin-top: 0.875rem;
		margin-bottom: 0;
	}
	/* end of products-list 1 */
}
/* end of min-width width 992px */


/* Min-width width 1200px */
@media (min-width: 1200px) {
	.service-text{
		text-align:left; font-size:0.75rem; height:24rem; word-break:break-all;
	}
	.service-text2{
		text-align:left; font-size:0.75rem; height:15rem; word-break:break-all;
	}

	/* products 1 */
	.products-1 .text-container {
		margin-top: 1.125rem;
		margin-right: 4rem;
		margin-left: 1rem;
	}
	/* end of products 1 */

	/* products-list 1 */
	.products-list-1 .text-container,.products-list-2 .text-container {
		margin-top: 1.125rem;
		margin-right: 4rem;
		margin-left: 1rem;
	}
	/* end of products-list 1 */
}
/* end of min-width width 1200px */