 @charset "utf-8";
/* CSS Document */
body{
	text-rendering: optimizelegibility;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-tap-highlight-color:rgba(0,0,0,0);
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	-ms-tap-highlight-color:rgba(0,0,0,0);
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
}
body.menu-open {
	overflow: hidden
}
/* CSS Document */
.mobile{
	display: block;
}
.computer{
	display: none;
}
.center{
	 -webkit-align-items: center;
	align-items: center;
}
/** 電腦版Layout **/
.artical {
	margin: 0 auto;
	width: 100%;
	background: #ffffff;
}
/*-----header-----*/
header{
	position: fixed;
	height: 60px;
	top: 0;
	left: 0;
	background: #fff;
	-webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.inside {
	width: 100%;
}
.addon{
	display: none;
}
.logo {
	margin: 0 0 0 50px;
}
.logo a {
	width: 220px;
	height: 30px;
	background: url(../images/logo.jpg) no-repeat 90%;
	background-size: 100%;
	display: inline-block;
}
.share{
	width: 100%;
}
.share ul li{
	width: 50%;
	display: block;
	text-align: center;
	position: relative;
}
.share ul li span{
	position: absolute;
	right: 8%;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #E52039;
	color: #fff;
	border-radius: 100%;
	font-size: .8rem;
}
/* nav */
.menu{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
	width: 250px;
	height: 100%;
	overflow-y: auto;
	box-shadow: 0;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
	-webkit-transition: -webkit-transform .5s, box-shadow .5s;
	transition: transform .5s, box-shadow .5s;
	padding: 65px 0 0 0;
}
.menu.active {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.menu .row{
	flex-wrap: wrap;
}
.menu_header {
	display: block;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.share_info{
	display: block;
	padding: 10px 15px;
}
.share_info a{
	margin: 0 5px;
}
.share_info p{
	display: inline-block;
	color: #000;
	margin: 0 0 0 20px;
	font-size: 17px;
}
.share_info p a{
	color:#000;
	text-decoration: underline;
}
.share_info p a.logout{
	background: #f00;
	color:#fff;
	display: inline-block;
	padding: 1px 10px;
	text-align: center;
	text-decoration: none;
}
.m_login {
	color: #fff;
	display: block;
	background: #40a732;
	padding: 5px 22px;
	text-align: center;
}
.menu-toggle {
	display: block;
	position: absolute;
	top: 20px;
	left: 8px;
	z-index: 20;
	width: 24px;
	height: 18px;
	    background: -webkit-linear-gradient(90deg, rgba(123, 123, 123, 0), rgba(123, 123, 123, 0) 7px, #7b7b7b 7px, #7b7b7b 11px, rgba(123, 123, 123, 0) 11px, rgba(123, 123, 123, 0) 18px);
    background: linear-gradient(0deg, rgba(123, 123, 123, 0), rgba(123, 123, 123, 0) 7px, #7b7b7b 7px, #7b7b7b 11px, rgba(123, 123, 123, 0) 11px, rgba(123, 123, 123, 0) 18px);
	font-size: 0;
	text-indent: -9999px;
	border:none;
	outline: none;
}
.menu-toggle::after, .menu-toggle::before {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #7b7b7b;
	content: "";
}
.menu-toggle::before {
	top: 0;
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}
.menu-toggle::after {
	bottom: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}
.menu-toggle, .menu-toggle::after, .menu-toggle::before {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.menu-toggle.active {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.menu-toggle.active::before {
	width: 75%;
	-webkit-transform: translateY(7px) rotate(-45deg);
	-ms-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.menu-toggle.active::after {
	width: 75%;
	-webkit-transform: translateY(-7px) rotate(45deg);
	-ms-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}
nav.menu_item{
	width:100%;
}
nav ul{
	flex-wrap: wrap;
}
nav ul li.n_item{
	display: none;
}
nav ul li{
	width: 100%;
	flex:none;
}
nav > ul > li > a{
	text-align: left;
	padding: 0 15px;
	background: #fff;
	border-bottom: 1px solid #efefef;
	background: #fff;
}
nav > ul > li > a:before, nav > ul > li > a:after {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-color: #ccc;
	border: none;
	margin-top: 0;
	position: absolute;
	right: 27px;
	-webkit-transition: -webkit-transform 250ms;
	transition: -webkit-transform 250ms;
	transition: transform 250ms;
	transition: transform 250ms, -webkit-transform 250ms;
	top: calc(50% - 5px);
	height: 12px;
	width: 2px;
}
nav > ul > li > a.active:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
nav > ul > li > a:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.options {
	margin: 0;
	padding: 0;
	display: none;
	position: relative;
	top: 0;
	width: 100%;
}
.options div {
	font-size: 15px;
	color:#fff;
	background: #ccc;
}
.options a, nav ul li a.active.options a {
	text-align: left;
	padding: 7px 20px;
	border-bottom: none;
	background: #f7f7f7;
	line-height: 30px;
}
.options a:before {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-style: solid;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
	height: 4px;
	width: 4px;
	border-color: #222;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -4px;
	margin-right: 7px;
}
nav ul li.arrow .options div a{
	background: #ccc;
	color: #2E3138;
	padding: 0 15px;
}
nav ul li:last-child{
	border-right: 1px solid #efefef;
}
nav ul li a{
	color: #2E3138;
}
.index{
	width: 100%;
}
.index a{
	padding: 10px 15px;
	display: block;
	color:#000;
	background:#efefef;
}
.menu-mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .5s, visibility .5s;
	transition: opacity .5s, visibility .5s
}
.menu-mask.active {
	visibility: visible;
	opacity: 1
}
.item_list{
	width: 100%;
	background: none;
	padding: 0;
}
.item_list ul{
	display: none;
	background: #ccc;
}
.item_list li span {
	display: block;
	margin: 0;
}
.item_list ul li{
	border-bottom: 1px solid #fff;
}
.item_list ul li:before {
	margin: 0 5px 0 15px;
}
nav .item_list ul li a{
	color: #000;
	background: none;
	border:none;
}
/*-----footer-----*/
.copyright{
	border-top:1px solid #ccc;
}
/*-----頁腳-----*/
footer {
	margin: 30px 0 0 0;
	padding: 15px;
}
footer div {
	flex: none;
	width: 100%;
	text-align: left;
}
.link{
	margin: 20px auto;
	border-left: none;
}
.link a {
	display: inline-block;
	padding: 8px 15px;
	border: none;
}
span.num {
	position: absolute;
	right: 20px;
	top: 3px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	text-align: center;
	background: #FF93AE;
	text-shadow: 0 1px 0 #FF6578;
	display: block;
	border-radius: 100%;
}
.m_footer{
	position: fixed;
	display: block;
	bottom:0;
	width: 100%;
	height: 50px;
	background: #CACFD6;
	z-index: 600;
}
.m_product {
	position: absolute;
	width: 100%;
	height: 50px;
	font-size: 0;
	display: flex;
}
.m_product li {
	position: relative;
	display: inline-block;
	width: 32%;
	text-align: center;
	padding: 0 8px;
	font-size: 14px;
}
.m_product li i{
	font-size: 1.3rem;
	display: block;
	margin: 5px 0 0 0;
}
.m_product li a ,.m_product li.put ,.m_product li.buynow{
	color:#fff;
}
.m_product .put ,.m_product .buynow {
	width: 34%;
	line-height: 50px;
	font-size: 15px;
}
.put  {
	background: #40a732;
}
.buynow{
	background: #f00;
}
.panel ,.panel2{
	display: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.bg{
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	z-index:1;
	top:0;
	left:0;
	opacity:0.6;
	overflow: hidden;
}
.block{
	margin: 0px;
	padding: 5px;
	text-align: center;
	background: #fff;
	opacity:1;
	border: 1px solid #efefef;
	position: absolute;
	bottom:0px;
	width: 100%;
	display: block;
	z-index:2;
	padding:10px 10px 15px 10px;
}
.size {
	margin:15px 0;
	border-bottom: 1px #ccc solid;
}
.size ul li{
	display: inline-block;
	height: 30px;
	float: left;
	line-height: 28px;
	padding: 0 12px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.26);
	margin-right: 12px;
	color: #2A151B;
	margin-bottom: 12px;
	text-align: center;
}
.size ul li.select{
	color: #fff;
	background: #5fa71f;
	border-color: #508c1a;
	}
.size p ,.quantity p{
	font-size: 15px;
	text-align: left;
	margin:10px 0;
}
.close{
	text-align: right;
}
.close a i{
	font-size: 2rem;
	color: #82D7D2;
}
.pd_name{
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	display: block;
	margin:10px 0;
	padding:0 0 10px 0;
	border-bottom: 1px dashed #ccc
}
.buynow_btn a ,.put_btn a{
	color:#fff;
	border-radius: 4px;
	width:100%;
	display:block;
	padding:10px 0 ;
}
.buynow_btn a{
	background: #FF93AE;
}
.put_btn a{
	background: #82D7D2;
}
.quantity_m {
	width: 80%;
	margin: 10px auto 20px auto;
}
.less, .plus {
	padding: 3px 10px;
	font-size: 17px;
	line-height: 24px;
}
.related_pd li, .recommand_pd li{
	padding: 5px;
}
/*-----下方內容區-----*/
.content {
    margin: 60px 0 5px 0;
    padding: 0 0 20px 0;
}
#wrapper {
	margin: 60px 0 0 0;
	padding: 0 0 30px 0;
	z-index: 5;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}
.L {
	display: none;
}
.R {
	width: 100%;
}
/*-----共用-----*/
/*麵包穴*/
.crumbs {
	line-height: 170%;
	padding: 15px;
	margin: 0;
}
.computer{
	display:none;
}
.mobile,.mb{
	display:inline-block;
}
.page {
	font-size: 17px;
	color: #666;
	clear:both;
	text-align: center;
	margin:20px 15px;
}
.page .sevareainput {
	width: 20%;
	text-align: center;
}
/*-----產品分類-----*/
/* banner */
.banner {
	width: 100%
}
.banner img {
	width: auto;
	height: 350px;
	float: right;
}
.banner .text {
	width: 80%;
	right: 5%;
}
.banner .text h2 {
	font-size: 1.8rem;
}
.banner .text p {
	font-size: 0.9rem;
}
/* block */
.index_block {
	flex-wrap: wrap;
}
.index_block .master{
	width: 100%;
	margin: 0 0 4% 0;
}
/* pd */
.pd_sale {
	padding: 0 15px 15px 15px;
}
.pd {
	flex-wrap: wrap;
}
.pd li {
	width: 50%;
}
.pic {
	margin: 0;
}
.pd li a img {
	max-width: 100%;
	min-height: auto;
	height: auto;
}
.pd li a h2 {
	font-size: 1.1rem;
	height: 56px;
}

/* other */
.other {
	margin: 15px 0;
}
.other li {
	width: 100%;
}
.other li a p {
	width: 100%;
	padding: 0 15px 15px 15px;
}
.file:before{
	width: 85px;
}
.file{
	padding: 10px;
	font-size: 15px;
}
/*-----共用-----*/
/*btn*/
.btn a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0 0 4% 0;
}
/* business */
.snCategory {
	margin:20px auto;
	display: block;
	width: 100%;
}
select#pSelect {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width: 100%;
	font-size: 16px;
	color: #40a732;
	height: 36px;
	padding: 0 0 0 10px;
	border:1px solid #40a732;
	margin: 0 auto;
	outline: none;
	background: #FFF url(../images/w_select.png) no-repeat 97%;
}
select#pSelect option {
	padding-top: 10px;
	padding-bottom: 10px;
}
.business div.row div {
	width: 100%;
	margin: 0;
}
.business div.row div p {
	width: 100%;
	margin:  10px 0 0 0;
}
.business img {
	margin: 0;
	max-width: 100%
}
/*-----vendor-----*/
.video li ,.video li:nth-child(3n){
	width: 100%;
	margin: 0 0 2% 0;
}
.activity li , .activity li:nth-child(4n){
	width: 100%;
	margin: 0 0 4% 0;
}
/*-----contact-----*/
.form ul li p {
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0;
}
.form ul li p.notice_200 {
	text-align: left;
	width: 100%;
	margin: 10px 0;
}
img#confirm_image{
	margin: 10px 0;
}
/*-----sitemap-----*/
.sitemap dl {
	width: 100%;
	padding: 0 0 1rem 0;
}
/*-----category-----*/
.common_pd ul li, .common_pd ul li:nth-child(4n) {
	max-width: 48%;
	margin: 0 4% 4% 0;
	padding: 5px;
}
.common_pd ul li:nth-child(even){
	margin: 0 0 4% 0;
}
.common_text {
	font-size: .7rem;
}
.common_text h2 a {
	max-height: auto;
	height: 50px;
}
.common_text > div > span {
	font-size: .9rem;
}
.common_line{
	padding: 10px 0 0 0;
}
.md-radio{
	margin: 10px 0;
}
.md-radio-inline.md-select select{
	width: auto;
}
/*-----products-----*/
.pd_info {
	margin: 20px 0;
}
.pd_info h1 {
	font-size: 1.5rem;
}
.tab-group{
	margin: 0;
}
.tab-group section {
	padding: 15px;
}
.common_pic img {
	width: 100%;
	height: auto;
}
.tab-nav li a {
	width: 160px;
}
.recommand_pd {
	border-bottom: none;
}

/*-----login-----*/
.login {
	width: 100%;
	padding: 15px;
}
.login li{
	flex-wrap: wrap;
}
.login li p {
	width: 100%;
	margin: 0 0 1rem 0;
}
.login li input{
	width: 100%;
}
.forget {
	margin: 10px 0 0 10px;
}
/*-----data-----*/
.data .half {
	width: 100%;
	margin: 0 0 2% 0;
}
.data ul li p{
	width: 100%;
}
.data ul p.font_red {
	margin: 0;
}
/*-----產品分類-----*/
#category_item, .category_item {
	margin:20px 0;
}
.category_list a {
    border-bottom: 1px #ccc solid;
    padding: 10px 0px 10px 20px;
    background: url(../images/arrow.png) no-repeat 98% center;
    font-size: 17px;
    color:#535353;
    display:block;
    font-weight: bold;
}
.back_list a {
	display:block;
	color:#fff;
    border-bottom: 1px #f0f0f0 solid;
    padding: 10px 15px 10px 30px;
    margin:20px 0;
    font-size: 17px;
    background:#5fa71f url(../images/arrow_left.png) no-repeat 3% center;
}
ul.categoryPart li a{
	border-bottom: 1px #f0f0f0 solid;
	padding: 10px 15px;
	font-size: 15px;
	color: #969494;
	display:block;
}
ul.categoryPart li.last{
	border-bottom: none;
}
/*購物車頁面*/
.one_area{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
}
.one_item{
	margin: 15px 0 0 0;
	border: none;
	font-size: 15px;
}
.steps-list li{
	display: none;
}
.steps-list li.current{
	display: block;
	width: 100%;
	height: auto;
}
.common_tit.margin {
	margin: 10px 0;
}
.cart_num .quantity-number input {
	height: 33px;
	width: 100%;
}
/*購物車_new*/
.cart_item.table {
	margin: 0;
	width: 100%;
}
.one_row.th{
	display: none;
}
.one_row {
	display: block;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
	clear: both;
}
.cart_item.table .one_row{
	padding: 0 0 10px 0;
}
.cell {
	display: block;
	line-height: 150%;
	padding: 0 0 10px 0;
	text-align: left;
	font-size: 14px;
}
.cell.cart_name {
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
	height: auto;
	overflow: hidden;
}
.cell.cart_img {
	float: left;
	width: 40%;
	margin: 40px 15px 0 0;
}
.cell.cart_img img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.cell.cart_num {
	float: left;
	width: 54%;
	margin: 40px 0 0 0;
}
.width_50 {
	width: 52%;
}
.cell.trash {
	width: 100%;
	text-align: right;
	padding: 10px;
}
.margin15{
	margin: 15px;
}
label#use_coupon3_text {
	padding: 0 0 0 30px;
}
/*購物車項目*/
.cart_item {
	margin: 15px;
}
.cart_tit{
	display:none;
}
.cart_list {
	font-size: 15px;
	margin: 10px 0 15px 0;
}
.cart_block{
	margin:20px 0;
	border-bottom: 1px #ccc solid
}
.cart_area{
    width:60%;
}
.cart_tit div , .cart_list div{
	float:left;
	line-height: 150%;
	text-align: center;
	margin:5px 0;
}
.cart_list div.cart_no, .cart_tit div.cart_no {
	width: 100%;
	text-align: left;
}
.cart_list div.cart_name ,.cart_tit div.cart_name{
	width:100%;
	text-align: left;
	margin:0;
}
.cart_name p {
	display: inline-block;
	width: 100%;
	font-size: 17px;
	line-height: 150%;
	float: right;
	margin: 0 0 0 8px;
}
.cart_list div.cart_img, .cart_tit div.cart_img {
	width: 40%;
	float: left;
	position: relative;
}
.cart_num{
	width:24%;
	color: #000;
}
.cart_list div.cart_num{
	text-align: left;
	width:100%;
}
.cart_list div.cart_price, .cart_list div.cart_money, .cart_list div.cart_total{
	width: 100%;
	text-align: left;
}
.cart_list div.cart_total{
	color:#f00;
	font-weight: bold;
	text-align:left;
	font-size: 17px;
}
.cart_list div.cart_del{
	text-align:right;
	width:100%;
	display: block;
	padding: 0 15px 0 0;
}
.cart_2  .cart_list div .cart_num, .cart_2 .cart_list div.cart_money, .cart_2 .cart_list div.cart_total {
	width: 100%;
}
.cart_msg{
	padding: 0;
}
.add_item {
	margin: 15px;
}
.add, .sold_out {
	width: 100%;
}
.checkbox{
	display:block;
	margin:10px 0;
}
.pay ul li {
	flex-wrap: wrap;
}
.pay ul li p {
    display: block;
    width: 100%;
}
.pay input[type="text"], input[type="password"], textarea, select{
	width: 100%;
}
#zip_address input{
	margin: 10px 0;
	width: 100%;
}
#zip_address select{
	width: 100%;
}
.card_msg {
	display: block;
	margin: 10px 0;
}
#ct1 select {
	max-width: 100%;
	margin: 0 0 10px 0;
}
.member.table.padding0 {
	padding: 0;
}
/*會員中心*/
.member{
	padding: 0;
}
.member .one_row{
	border:1px solid #ccc;
	margin: 0 0 20px 0;
}
.member.table .cell.th{
	border:none;
}
.member.table .cell:before {
	content: attr(data-th) "：";
	font-weight: bold;
	width: 90px;
	display: inline-block;
	color: #000000;
	margin: 0 10px 0 0;
	text-align: right;
}
.member.table .cell a{
	color: #126536;
}
.member.table .cell {
	font-size: 15px;
	padding: 8px;
}
ul.member_sub {
	display: none;
}
ul.m_sub{
	display: none;
}
.m_select {
	display: block;
	margin: 20px 15px!important;
}
.member_item {
	margin: 0;
	padding: 0 15px 30px 15px;
	word-break: break-all;
}
/*彈跳窗*/
/*電子發票*/
.e-invoice_tittle_02,.e-invoice_tittle_03,.e-invoice_tittle_03_2, .e-invoice_tittle_04,.e-invoice_tittle_05,.e-invoice_tittle_06,.e-invoice_tittle_07,.e-invoice_tittle_08{
	width:100%;
	height:45px;
	float:left;

}
.e-invoice_tittle_02{
	background:url(../images/invoice/e-invoice-tittle02.jpg) no-repeat;
	margin:10px 0;
}

.text_space_ul{
	padding:0;
	float:left;
	display:block;
	line-height:2em;
	width:100%;
	background-color:#fff;
	color:#898989;
	}

.e-invoice_margin-top{
	margin-top:10px;
	text-align:left;
}
.space40{
	height:40px;
	float:left;
	width:100%;
	background-color:#fff;
}

.e-invoice_tittle_03_2{
	width:98%;
	height:250px;
	background:url(../images/invoice/e-invoice-tittle03-2.jpg) no-repeat;
	background-size: contain;
	margin:30px 5px 30px 5px;
}

.blue_bg{
	background-color:#25cad3;
	color:#FFF;
	height:30px;
}
/*禮卷*/ /*紅利*/
.bonus{
	border:none;
 }
.bonus_word {
	color: #f00;
	width: 92%;
	margin: 0 auto 15px auto;
	font-size: 17px;
}
.table.bonus .cell:before {
	content: attr(data-th) "：";
	font-weight: bold;
	width: 100px;
	display: inline-block;
	color: #000000;
	margin: 0 10px 0 0;
	text-align: right;
}
.table.bonus .cell{
	padding: 8px;
}
.table.bonus .one_row{
	border:1px solid #ccc;
	margin: 0 0 20px 0;
}
/*退貨*/
.process li{
	display: inline-block;
	width: 100%;
	font-size: 17px;
	margin: 0 0 10px 0;
}
/*客服*/
.record_tit {
	font-weight: bold;
	font-size: 19px;
	border-bottom: 3px solid #6fba2c;
	padding: 10px 0;
	margin:20px 0;
}
.record_list {
	font-size: 15px;
	margin: 20px 0;
}
.record_tit div, .record_list div {
	float: left;
	line-height: 150%;
   	padding:0 10px;
   	text-align:center;
}
.record_order{
	width:20%;
}
.record_name{
	width:55%;
}
.record_list div.record_name{
	text-align: left;
}
.record_num {
	width: 20%;
}
.record_block {
	margin: 20px 0 40px 0;
	border-bottom: 1px #ccc solid;
}
.record_catagory {
	width: 20%;
}
.record_tit div.record_content,.record_list div.record_content{
	text-align: left;
}
.record_content {
	width: 45%;
}
.record_time {
	width: 30%;
}
.record_answer{
	background: #ececec;
	padding: 10px 0;
}
.record_answer div{
	float: left;
	line-height: 150%;
	text-align:center;
	padding: 0 10px;
}
.record_answer div.record_content{
	text-align: left;
}
.ask_btn{
	text-align:right;
}
.ask_btn a {
	font-size: 15px;
	background: #5fa71f;
	color: #fff;
	display: inline-block;
	text-align:right;
	padding: 8px;
}
.ask_title{
	float:left;
	width:30%;
	text-align: left;
}
.ask_list{
	width:70%;
	float:left;
}
textarea.sevareainput {
	height: 200px;
}
/*搜尋頁*/
.serch_word{
	color:#5fa71f;
	display:inline-block;
	font-size: 17px;
	padding:0 0 0 25px;
	background: url(../images/arrow.png) no-repeat left top;
	background-size: 18px;
}
.search_item{
	margin:5px 0;
	padding:10px 15px;
	background: #f8f8f8;
}
.all_item{
	display: inline-block;
	margin:10px 0;
}
.total_page{
	display: inline-block;
	margin:10px 0;
}
.s_margin{
	margin:0 15px;
}
.s_product_50{
	width:auto;
	float:left;
	margin:0 15px;
}
.s_product_50 .small_item {
	width: 46%;
}
.s_news_100{
	width:auto;
	margin:20px 15px;
}
.s_news{
	width:auto;
	float:left;
	margin:0 15px;
}
.s_news ul,.s_movie ul{
	margin:15px 0;
}
.s_news ul li a, .s_movie ul li a{
	font-size: 17px;
}
.s_news ul li a:hover,.s_movie ul li a:hover{
	background:#FFD;
}
.s_movie{
	width:auto;
	float:right;
	margin:0 15px;
}
.s_movie p{
	display: inline-block;
	width: 100%;
}
.item {
	width: 100%;
	float: left;
	padding:0 0 20px 0;
	margin: 10px 20px 20px 0;
	border-bottom: 1px solid #ccc;
}
.item .pd_pic {
	width: 40%;
	float: left;
}
.item .pd_list {
	float: right;
	width: 55%;
}
.item .p_tit {
	font-size: 17px;
	margin: 5px 0;
	height: 43px;
}
.item .p_text {
	margin: 5px 0;
	font-size: 17px;
}
.big{
	width: 45%;
	padding:0 0 20px 0;
	margin: 10px 20px 20px 0;
	border-bottom: 1px solid #ccc;
}
.big .memo {
	color: #ff5a92;
	margin: 5px 0;
	font-size: 17px;
	height: 21px;
	overflow: hidden;
}
.check_text {
	font-size: 18px;
}
/*歷史紀錄*/
.history li {
	width: 49%;
	margin: 0 1% 20px 0;
	padding: 10px;
}
.history li.item .common_pic {
	width: 45%;
}
.history li.item .common_text {
	width: 54%;
	float: right;
}
.history li.item {
	width: 100%;
	padding: 0 15px 20px 15px;
	margin: 10px 0;
}
.history li.big {
	width: 100%;
	float: none;
	margin: 0 0 2% 0;
	padding: 20px;
}
@media screen and (max-width:414px) {
/* header */
	#clock {
		font-size: 15px;
	}
/* youtube */
	.video iframe{
		width: 384px;
		height: 300px;
	}
	.sale_pd {
		width: 382px;
		overflow: hidden;
	}
}
@media screen and (max-width:375px) {
	/* 限時 */
	.sale_pd {
		width: 340px;
	}
	.sale_pd a img {
		width: 120px;
		height: 120px;
	}
	.video iframe{
		width: 346px;
		height: 300px;
	}
}
@media screen and (max-width:360px) {
	#clock {
		font-size: 13px;
	}
	.sale_pd {
		width: 325px;
	}
	.sale_pd a img {
		width: 130px;
		height: 130px;
	}
	.video iframe{
		width: 330px;
		height: 300px;
	}
	.tit span {
		font-size: 19px;
	}
}
@media screen and (max-width:320px) {
	.logo a{
		width: 180px;
	}
	.cell {
		font-size: 12px;
	}
	.common_text {
		font-size: 1rem;
	}
	.record_order {
		width: 25%;
	}
	.record_name {
		width: 50%;
	}
	.record_num {
		width: 25%;
	}
	.record_catagory {
		width: 25%;
	}
	.record_content {
		width: 38%;
	}
	.record_time {
		width: 37%;
	}
	.common_text h2 a {
		max-height: 50px;
	}
	/* sale */
	.sale_pd {
		width: 290px;
	}
	#clock {
		font-size: 14px;
	}
	.sale_pd a img {
		width: 90px;
		height: 90px;
	}
	/* video */
	.tit span {
		font-size: 18px;
	}

	.video iframe{
		width: 290px;
		height: 250px;
	}
	.video_pd h2, .best_pd h2, .index_pd h2 {
		font-size: 16px;
		margin: 5px 0;
	}
	.md-radio label {
		padding: 0 0 0 30px;
	}
}