@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);/*思源黑體*/
@import url(reset.css);
@import url(style.css);
@import url(hover.css);
.sticky {
	position: fixed;
	top: 0px;
	left: 0px;
}
body {
	font-family: "Noto Sans TC", sans-serif;
	position: relative;
	background-color: #fffdf7;
}
section {
	position: relative;
}
.m_none {
	display: none;
}
.p_none {
	display: inherit;
}
.row {
	margin: auto;
	width: 90%;
	float: none;
	clear: none;
	position: relative;
}
.h_padding {
	padding-bottom: 30px;
	padding-top: 30px;
}
.fRight {
	float: right;
	clear: right;
}
.fLeft {
	float: left;
	clear: left;
}
/*color*/
.yellow_bg {
	background-color: #fffdf7;
	z-index: 0;
}
.purple_bg {
	background-color: #EBEEFF;
	z-index: 0;
}
/*editor*/
.text_editor {
	width: 100%;
	line-height: 30px;
	color: #333;
	letter-spacing: 2px;
	position: relative;
}
.text_editor iframe {
	width: 100%;
	min-height: 250px;
}
.text_editor img {
	width: auto;
	max-width: 100%;
}
.text_editor h1 {
	font-size: 2.2em;
	line-height: 48px;
	margin-bottom: 15px;
	font-weight: 700;
}
.text_editor h2 {
	font-size: 1.5em;
	line-height: 40px;
	margin-bottom: 10px;
}
.text_editor h3 {
	font-size: 1.17em;
	line-height: 35px;
	margin-bottom: 10px;
}
.text_editor h4, .text_editor p {
	line-height: 28px;
	margin-bottom: 15px;
	font-size: 16px;
}
.text_editor h5 {
	font-size: .83em;
	line-height: 30px;
	margin-bottom: 10px;
}
.text_editor h6 {
	font-size: .75em;
	line-height: 30px;
	margin-bottom: 10px;
}
.text_editor strong {
	font-weight: bolder;
}
.text_editor em {
	font-style: italic;
}
.text_editor ul {
	padding-left: 40px;
}
.text_editor ul li {
	margin: 5px 0;
	list-style-type: disc;
	font-size: 20px;
}
.text_editor ol {
	padding-left: 40px;
}
.text_editor ol li {
	margin: 5px 0;
	list-style-type: decimal;
	font-size: 20px;
}
/*breadcrumbs*/
.breadcrumbs {
	float: left;
	clear: none;
	font-size: 16px;
	line-height: 20px;
	display: inherit;
	color: #000000;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 30px;
}
.breadcrumbs a {
	color: #000000;
}
.breadcrumbs a:hover {
	color: #BFBFBF;
	font-weight: 700;
}
/*影片*/
.movie_bg {
	background-color: #f3e5c8;
	margin-top: 50px;
}
.movie_bg iframe {
	width: 100%;
	max-width: 900px;
	height: 500px;
}
/*header*/
#top_bg {
	display: none;
    width: 100%;
	z-index: 999;
	background-color: #fffdf7;
}
#menu_bg{
    width: 100%;
	z-index: 999;
	background-color: #fff;
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#logo_area {
	width: 20%;
    float: none;
    clear: both;
    max-width: 200px;
    padding-top: 40px;
    margin: auto;
    padding-bottom: 40px;
	
}
#logo_area img {
	width: 100%;
	text-align: center;
}
/*pic*/
#pic_area {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 100%;
	float: none;
	clear: both;
	line-height: 0px;
	z-index: 0;
	position: relative;
	padding-top: 80px;
}
#pic_area img {
	width: 100%;
}
/*footer*/
#footer_bg {
	color: #333333;
	clear: both;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.f_logo {
	clear: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.f_logo img {
	width: 140px;
}
.f_info {
	text-align: center;
	line-height: 37px;
	vertical-align: middle;
	clear: both;
}
ul.f_contact {
	float: left;
	clear: none;
	text-align: center;
	width: 100%;
}
ul.f_contact li {
	float: none;
	clear: both;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 37px;
}
ul.f_contact li a {
	color: #333333;
}
ul.f_contact li a:hover {
	color: #3cadb6;
}
.f_fb {
	font-size: 30px;
	margin-right: 20px;
	margin-left: 20px;
	clear: none;
	line-height: 37px;
	display: inline-block;
}
a.f_fb {
	color: #3da7b1;
}
a:hover.f_fb {
	color: #0B9BA8;
}
/*main*/
.banner_area {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: 700;
	clear: none;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	width: auto;
	float: none;
	letter-spacing: 5px;
	z-index: 5;
	padding-left: 10px;
	padding-right: 10px;
}
.banner_area:before {
	content: "";
	background-color: #cce6eb;
	border-radius: 50px;
	width: 100%;
	height: 15px;
	position: absolute;
	right: 0px;
	z-index: -1;
	bottom: 2px;
}
.banner_area1 {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 700;
	clear: none;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	width: auto;
	float: none;
	letter-spacing: 5px;
	z-index: 5;
	padding-left: 10px;
	padding-right: 10px;
}
.sbanner_area {
	background-color: #46768e;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	padding: 5px 30px;
	display: inline-block;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
.l_banner_area {
	color: #fff;
	background-color: #39b6bd;
	border-radius: 30px;
	padding: 5px 20px;
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 3px;
}
/*保證*/
ul.assure_item {
	text-align: center;
	clear: both;
	float: none;
	margin-top: 20px;
}
ul.assure_item li {
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	float: none;
	display: inline-block;
	margin-bottom: 20px;
}
ul.assure_item li h2 {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
}
.assure_pic {
	width: 100%;
	max-width: 100px;
	margin-bottom: 10px;
}
.assure_pic img {
	width: 100%;
}
/*正確坐姿*/
.c_pic {
	width: 100%;
	text-align: center;
	margin: auto;
	max-width: 400px;
	float: none;
	clear: none;
}
.c_pic img {
	width: 100%;
}
.posture_area1 {
	position: relative;
	margin-bottom: 20px;
}
.posture_area2 {
	position: relative;
	margin-bottom: 20px;
}
.posture_area3 {
	position: relative;
	margin-bottom: 20px;
}
.posture_title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	width: calc(100% - 60px);
	float: right;
	clear: none;
}
.posture_text {
	font-size: 16px;
	line-height: 28px;
	width: calc(100% - 60px);
	float: right;
	clear: none;
}
ul.posture_item {
	width: calc(100% - 60px);
	float: right;
	clear: none;
}
ul.posture_item li {
	font-size: 16px;
	line-height: 28px;
	padding-left: 40px;
}
.number_pic {
	width: 50px;
	float: left;
	clear: left;
	margin-right: 10px;
}
.number_pic img {
	width: 100%;
}
.posture_ficon {
	width: 25%;
	max-width: 200px;
	position: absolute;
	right: 100px;
	top: 150px;
}
.posture_ficon img {
	width: 100%;
	line-height: 0px;
}
/*choose*/
.choose_bg {
	position: relative;
}
.choose_pic {
	width: 100%;
	max-width: 700px;
	text-align: center;
	display: inline-block;
	margin: auto;
}
.choose_pic img {
	width: 100%;
}
.wood_bg {
	background-image: url(../images/c-02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.wood_bg img {
	width: 100%;
	max-width: 1200px;
	margin: 30px auto;
}
.notice_box {
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 50px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
ul.notice_item {
	width: 100%;
}
ul.notice_item li {
	border-bottom: 1px dashed #46768e;
	font-size: 18px;
	line-height: 30px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 10px;
	list-style-position: outside;
	position: relative;
}
ul.notice_item li span {
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	background-color: #46768e;
	font-size: 20px;
	line-height: 30px;
	border-radius: 50%;
	top: 10%;
	left: -11%;
	position: absolute;
}
ul.notice_item li img {
	width: 100%;
	max-width: 150px;
}
ol.snotice_item {
	width: calc(100% - 60px);
	padding-left: 60px;
}
ol.snotice_item li {
	border-bottom: 0;
	font-size: 18px;
	line-height: 30px;
	list-style-position: outside;
	list-style-image: url(../images/n_icon-01.png);
	vertical-align: bottom;
}
.fb_icon {
	width: 100%;
	max-width: 700px;
	text-align: right;
	float: right;
	clear: none;
	margin-top: 50px;
	margin-right: -40px;
}
.fb_icon img {
	width: 100%;
	max-width: 285px;
}
/*icon*/
.icon {
	width: 20%;
	position: absolute;
	left: 2%;
	bottom: 10%;
}
.icon img {
	width: 100%;
}
.icon1 {
	width: 20%;
	position: absolute;
	right: 2%;
	bottom: 10%;
}
.icon1 img {
	width: 100%;
}
.icon2 {
	width: 15%;
	position: absolute;
	left: 10%;
	top: 0%;
}
.icon2 img {
	width: 100%;
}
.icon3 {
	width: 15%;
	position: absolute;
	right: 20%;
	top: -40%;
}
.icon3 img {
	width: 100%;
}
.icon4 {
	display: none;
}
.icon5 {
	display: none;
}
.why_lbox {
	margin-bottom: 20px;
	border: 0;
	width: calc(100% - 0px);
	float: left;
	clear: none;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 3px rgba(83, 83, 83, 0.68);
	box-shadow: 0 0 3px rgba(83, 83, 83, 0.68);
}
.why_rbox {
	margin-bottom: 20px;
	border: 0;
	width: calc(100% - 0px);
	float: left;
	clear: none;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 3px rgba(83, 83, 83, 0.68);
	box-shadow: 0 0 3px rgba(83, 83, 83, 0.68);
}
.why_rsbox_pic {
	width: 70%;
	position: absolute;
	top: 10%;
	right: 0%;
}
.why_rsbox_pic img {
	width: 100%;
}
.why_rsbox {
	margin-bottom: 20px;
	border: 0;
	width: calc(70% - 0px);
	float: left;
	clear: none;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 3px rgba(83, 83, 83, 0.68);
	box-shadow: 0 0 3px rgba(83, 83, 83, 0.68);
}
ul.why_box {
	float: none;
	clear: none;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.why_box li {
	margin-bottom: 20px;
	margin-left: 10px;
	border: 0;
	margin-right: 10px;
	width: calc(100% - 20px);
	float: left;
	clear: none;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 3px rgba(83, 83, 83, 0.68);
	box-shadow: 0 0 3px rgba(83, 83, 83, 0.68);
}
ul.why_box1 {
	float: none;
	clear: none;
	margin-left: -10px;
	margin-right: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.why_box1 li {
	margin-bottom: 20px;
	margin-left: 10px;
	border: 0;
	margin-right: 10px;
	width: calc(100% - 20px);
	float: left;
	clear: none;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 3px rgba(83, 83, 83, 0.68);
	box-shadow: 0 0 3px rgba(83, 83, 83, 0.68);
}
.w_pic {
	width: 100%;
}
.w_pic img {
	width: 100%;
	line-height: 0px;
}
.w_title {
	color: #39b6bd;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 10px 0px;
}
.p_pic {
	width: calc(100% - 0px);
	float: left;
	clear: none;
}
.p_pic img {
	width: 100%;
}
.p_banner {
	background-color: #839400;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	padding: 10px 30px;
	border-radius: 50px;
	text-align: center;
	display: inline-block;
	margin: 30px auto;
}
.rule_box {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.rule_pic {
	width: 100%;
	margin: 0px;
	display: inline-block;
	float: left;
	clear: none;
}
.rule_pic img {
	width: 100%;
}
.rule_text {
	font-size: 16px;
	line-height: 30px;
	color: #231815;
}
.rule_ltext {
	font-size: 16px;
	line-height: 30px;
	color: #231815;
	margin-bottom: 30px;
}
.rule_rtext {
	font-size: 16px;
	line-height: 30px;
	color: #231815;
}
.paper_pic {
	width: 85%;
	margin: auto;
	border: 1px solid #000;
}
/*products*/
.pro_box {
	width: 100%;
	position: relative;
	text-align: center;
	background-color: #fff;
	border-radius: 15px;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	margin-bottom: 20px;
}
.pro_pic {
	line-height: 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	float: none;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.pro_pic img {
	-webkit-filter: opacity(100%); /* Safari */
	filter: opacity(100%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	transform: scale(1, 1);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
a:hover .pro_pic img {
	-webkit-filter: opacity(50%); /* Safari */
	filter: opacity(50%);
	transform: scale(1.1, 1.2);
}
.pro_title {
	width: 90%;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	z-index: 5;
	text-overflow : ellipsis;
	overflow-y: hidden;
	font-weight: 600;
	margin: auto;
}
a:hover .pro_title {
	color: #333;
}
.pro_text {
	width: 90%;
	font-size: 16px;
	line-height: 25px;
	color: #999;
	z-index: 5;
	text-overflow : ellipsis;
	overflow-y: hidden;
	font-weight: 400;
	margin: auto;
}
.price_area {
	font-size: 16px;
	line-height: 35px;
	color: #ffbe2e;
	width: 90%;
	margin: auto;
}
.pro_select {
	font-size: 16px;
	line-height: 40px;
	width: calc(100% - 0px);
	/*移除箭頭樣式*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-repeat: no-repeat;
	background-position: 96% 10px;
	background-image: url("../images/arrow.png");
	background-size: 20px auto;
	background-color: #fffdf7;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px 2px #E0E0E0;
	border: 0;
	box-shadow: 0px 0px 3px 2px #E0E0E0;
	margin-right: 20px;
	margin-bottom: 20px;
}
.pro_select:focus {
	border: 1px solid #333;
}
.car_btn {
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px 2px #E0E0E0;
	box-shadow: 0px 0px 3px 2px #E0E0E0;
	font-size: 16px;
	line-height: 40px;
	width: calc(100% - 0px);
	border: 0;
	background-color: #fffdf7;
	margin-bottom: 20px;
}
.car_btn img {
	margin-right: 10px;
	vertical-align: text-bottom;
	width: 20px;
	display: inline-block;
}
/*IE隱藏箭頭樣式*/
.pro_select::-ms-expand {
 display: none;
}
ul.pro_area {
	margin-left: -10px;
	margin-right: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	float: none;
    clear: none;
}
ul.pro_area li {
	width: calc(100% - 40px);
	display:inline-block;
	text-align: center;
	border: 0;
		margin:0px 20px 30px  20px;
 }
ul.pro_area1 {
	margin-left: -10px;
	margin-right: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.pro_area1 li {
	width: calc(100% - 40px);
	display:inline-block;
	text-align: center;
	border: 0;
	margin:0px 20px 30px  20px;
}
.dot_box {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: inline-block;
	width:100%;
}
ul.dot_area {
	text-align: center;
	display: inline-block;
	flex-wrap: wrap;
	float: none;
	margin:10px auto;
	clear: none;
	width:100%;
}
ul.dot_area li {
	display: inline-block;
	text-align: center;
	float: none;
	clear: none;
	font-size: 12px;
	width:auto;
	margin:0 auto;
	padding:0 10px;
	position:relative;
}
ul.dot_area li p{
	position:absolute;
	left:0;
	bottom:-20px;
	text-align:center;
	width:100%;
	}

.dot_icon {
	border: 2px solid rgba(255, 255, 255, 1.00);
	-webkit-box-shadow: 0px 0px 3px rgba(81, 81, 81, 0.40);
	box-shadow: 0px 0px 3px rgba(81, 81, 81, 0.40);
	width: 20px;
	height: 20px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-radius: 50px;
	float: none;
	clear: none;
}
.pink_bg {
	background-color: #efa5ca;
}
.white_bg {
	background-color: #eae4d3;
}
.gary_bg {
	background-color: #a4a6a5;
}
.blue_bg {
	background-color: #5fafd6;
}

 @media only screen and (min-width: 360px) {
}
 @media only screen and (min-width: 375px) {
}
 @media only screen and (min-width: 414px) {
}
 @media only screen and (min-width: 480px) {
ul.notice_item li {
 padding: 10px 0;
}
ul.notice_item li span {
 top: 20%;
 left: -11%;
}
ul.pro_area li {
 width: calc(50% - 40px);
}
ul.pro_area1 li {
 width: calc(50% - 40px);
}
ul.dot_area li {
 width:auto;
}
}
 @media only screen and (min-width: 533px) {
}
 @media only screen and (min-width: 600px) {
/*保證*/
ul.assure_item li {
 margin-right: 30px;
 margin-left: 30px;
}
.assure_pic {
 max-width: 150px;
}
ul.notice_item li span {
 left: -8%;
}
/*why choose*/
ul.why_box li {
 width: calc(50% - 20px);
}
	 ul.why_box1 li {
 width: calc(50% - 20px);
}
}
 @media only screen and (min-width: 640px) {
}
 @media only screen and (min-width: 768px) {
.row {
 width: 94%;
}
/*footer*/
ul#f_menu {
 width: 40%;
}
#f_cpr {
 width: 40%;
}
.banner_area {
 font-size: 32px;
 line-height: 40px;
}
.banner_area1 {
 font-size: 32px;
 line-height: 40px;
}
.l_banner_area {
 font-size: 24px;
 margin-bottom: 50px;
}
/*正確坐姿*/
.c_pic {
 max-width: 350px;
}
.posture_area1 {
 position: absolute;
 top: 100px;
 left: 0px;
}
.posture_area2 {
 position: absolute;
 right: 10px;
 bottom: 20px;
 width: 200px;
}
.posture_area3 {
 position: absolute;
 left: 0px;
 bottom: 0px;
 width: 200px;
}
.posture_title {
 font-size: 24px;
 line-height: 30px;
 margin-bottom: 10px;
 width: calc(100% - 60px);
}
.posture_text {
 font-size: 14px;
 line-height: 25px;
 width: calc(100% - 60px);
}
ul.posture_item {
 width: calc(100% - 60px);
}
ul.posture_item li {
 font-size: 14px;
 line-height: 25px;
 padding-left: 40px;
}
ul.notice_item li span {
 left: -6%;
}
ul.notice_item li img {
 bottom: 5%;
 right: 0%;
 position: absolute;
}
.why_lbox {
 width: calc(50% - 10px);
}
.why_rbox {
 width: calc(50% - 10px);
}
.p_pic {
 width: calc(50% - 10px);
 margin: 0 5px;
}
.rule_pic {
 width: calc(50% - 20px);
 margin: 0px 10px;
}
.rule_text {
 position: absolute;
 width: 45%;
 bottom: 23%;
 right: 2.5%;
}
.rule_ltext {
 position: absolute;
 left: 5%;
 margin-bottom: 0px;
}
.rule_rtext {
 position: absolute;
 bottom: 10%;
 left: 40%;
}
}
 @media only screen and (min-width: 1000px) {
	 /*pic*/
#pic_area {
	padding-top: 0px;
}
.m_none {
 display: inherit;
}
.p_none {
 display: none;
}
.h_padding {
 padding-bottom: 60px;
 padding-top: 60px;
}
.row {
 width: 100%;
 max-width: 980px;
}
/*header*/
#top_bg {
 display: inherit;
}
/*footer*/
#footer_bg {
 padding-top: 20px;
 padding-bottom: 20px;
 font-size: 15px;
}
.f_logo {
 width: 140px;
 margin-left: 0px;
 float: left;
 clear: both;
}
ul.f_contact {
 margin-left: 30px;
 width: auto;
}
ul.f_contact li {
 padding-left: 20px;
 padding-right: 20px;
 clear: none;
}
.f_info {
 float: right;
 clear: right;
 text-align: left;
}
ul.twhy_box li {
 width: calc(33.3% - 20px);
}
ul.why_box li {
 width: calc(25% - 20px);
}
/*products*/
ul.pro_area li {
 width: calc(33.3% - 40px);
}
ul.pro_area1 {
 width:70%;
 margin:auto;
}
ul.pro_area1 li {
 width: calc(50% - 40px);
}
.pro_select {
 width: calc(45% - 0px);
 margin-bottom: 20px;
 margin-right: 10px;
}
.car_btn {
 width: calc(45% - 0px);
 margin-bottom: 20px;
}
ul.dot_area li {
 width:auto;
}
}
 @media only screen and (min-width: 1160px) {
.row {
 max-width: 1160px;
}
/*保證*/
ul.assure_item li {
 margin-bottom: 0px;
}
ul.assure_item li h2 {
 font-size: 24px;
 line-height: 40px;
}
/*正確坐姿*/
.c_pic {
 max-width: 450px;
}
.posture_area1 {
 top: 170px;
 left: 0px;
}
.posture_area2 {
 right: -100px;
 bottom: 150px;
 width: auto;
}
.posture_area3 {
 left: 0px;
 bottom: 150px;
 width: auto;
}
.posture_title {
 font-size: 24px;
 line-height: 30px;
 margin-bottom: 10px;
 width: calc(100% - 80px);
}
.posture_text {
 font-size: 16px;
 line-height: 28px;
 width: calc(100% - 80px);
}
ul.posture_item {
 width: calc(100% - 80px);
}
ul.posture_item li {
 font-size: 16px;
 line-height: 28px;
 padding-left: 40px;
}
.posture_ficon {
 right: 250px;
 top: 200px;
}
.number_pic {
 width: 70px;
 margin-right: 10px;
}
ul.notice_item li span {
 left: -11%;
}
.icon4 {
 width: 15%;
 position: absolute;
 left: 0%;
 top: 15%;
 display: inline-block;
}
.icon4 img {
 width: 100%;
}
.icon5 {
 width: 15%;
 position: absolute;
 right: 2%;
 top: 15%;
 display: inline-block;
}
.icon5 img {
 width: 100%;
}
}
 @media only screen and (min-width: 1400px) {
/*保證*/
ul.assure_item li {
 margin-right: 35px;
 margin-left: 35px;
}
}
 @media only screen and (min-width: 1900px) {
.row {
 max-width: 1400px;
}
}
