@charset"utf-8";
/*-----手機板header-----*/
.mobile {
	display: none;
}
/** 電腦版Layout **/
.artical {
    margin: 50px auto 0 auto;
    padding: 0 0 50px 0;
    width: 100%;
    background: #ffffff;
}
.content{
    padding: 0 15px;
}
/*-----header-----*/
 /*選單*/
.body_m {
	overflow: hidden;
}
header {
	position: fixed;
    width: 100%;
    max-width: auto;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
	padding: 0;
    border-bottom: 2px solid #1A88C1;
}
.header_m {
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
}
.header_inside {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.logo {
    text-align: center;
    width: 100%;
    margin: 5px 0;
    height: auto;
}
.logo img {
    width: auto;
    height: 41px;
}
.addon,.share{
	display: none;
}
 /*搜尋*/
.search {
     display: none;
}
.search_m{
    display: block;
}
.search_block {
    display: none;
    padding: 10px 0;
    background: #efefef;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
}
.board {
    font-size: 16px;
    background-color: #fff;
    border: 2px solid #8a1213;
    display: inline-block;
    padding: 5px 10px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    line-height: 22px;
    cursor: text;
    min-width: auto;
    outline: none;
    position: relative;
    width: 96%;
}
.btn_search {
    width: 25px;
    height: 25px;
    position: absolute;
    right: -5px;
    top: 14px;
    display: block;
    background: url(../images/search_btn_w.png) no-repeat 15% center;
    cursor: pointer;
    background-size: 25px;
    padding: 5px 5px 5px 18px;
    margin: 0px 10px;
}
/*手機選單*/
.menu_mobile{
	display:none;
	padding:10px 0 60px 0;
	position:absolute;
	background: #fff;
	width:100%;
	box-sizing:border-box;
    z-index: 700;
}
.mobile_btn{
	position:absolute;
	left:0;
	top: 0;
	cursor:pointer;
	z-index:9999;
	display: block;
    width: 50px;
    height: 50px;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
	overflow:hidden;
    text-align: center;
    padding: 15px 0 0 0;
}
.mobile_btn li{
	width:30px;
	height:2px;
	background:#1A88C1;
    margin:  0 auto 6px auto;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.mobile_btn #btn_m{
	width:30px;
	-webkit-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}
.mobile_btn #btn_t{
	width:30px;
	-webkit-transition: all 0.1s ease-in-out;
  	transition: all 0.1s ease-in-out;
}
.mobile_btn li.btn_t{
	-webkit-transform: translate(0, 36px);
    -ms-transform: translate(0, 36px);
    transform: translate(0, 55px);
}
.mobile_btn li.btn_m{
	-webkit-transform: translate(0, 36px);
    -ms-transform: translate(0, 36px);
    transform: translate(0, 55px);
}
.mobile_btn li.btn_b{
	-webkit-transform: translate(0, 36px);
    -ms-transform: translate(0, 36px);
    transform: translate(0, 55px);
}
.mobile_btn div{
	width:50px;
	height:2px;
	background:#1A88C1;
	-webkit-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}
div.close_l{
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
	margin: -100px 0 0 -4px;
}
div.close_r{
	transform:rotate(135deg);
	-ms-transform:rotate(135deg); 	/* IE 9 */
	-moz-transform:rotate(135deg); 	/* Firefox */
	-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
	-o-transform:rotate(135deg); 	/* Opera */
	margin: -1px 0 0 0;
}
.mobile_btn div.close_click_l {
    margin: -14px 0 0 0;
}
.menu{
	list-style: none;
	padding:0 0 50px 0;
    margin: 50px 0 0 0;
    width: 100%
}
.menu li{
	width:100%;
	background: transparent;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
    border-left: none;
}
.menu li a {
    padding: 10px 15px;
    color: #3F4E4E;
    display: block;
}
.menu li a:hover{
    border-left: 5px solid transparent;
}
.menu li a.arrow{
	background: url(../images/arrow.png) 95% center no-repeat;
}
.menu li.last{
    border-right: none;
}
.menu a{
	color: #706D6C;
}
.menu .options{
    margin: 0;
    padding: 0;
    display: none;
    position: relative;
    background: #aa8359;
    top: 0;
    width: 100%;
}
.menu .options div {
	font-size: 16px;
}
.menu .options div a:before{
    content: '';
    display: inline-block;
    vertical-align: super;
    width: 10px;
    height: 1px;
    background: #fff;
    margin-right: 10px;
}
.menu .options div a {
    color: #fff;
    background: none;
    padding: 10px;
    width: 100%;
    line-height: 150%;
}
.options div a.hover:hover{
    background: #ccc url(../images/soon.png) no-repeat;
    text-indent: -9999px;
    border-left: 5px solid #ccc;
}
/*-----頁腳-----*/
footer,.footer_inside{
   display:none;
}
.moibile_footer {
    display: block;
    margin:20px 0 0 0;
    padding: 30px 10px 60px 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #8a1213;
}
.moibile_footer a{
	color: #fff;
	margin:0 5px;
	font-size: 18px;
}
.moibile_footer p{
	line-height: 150%;
	margin:20px 0;
}
.moibile_footer p img{
    margin: 0 5px 0 0;
    width: 79px;
    height: 32px;
}
.hideUp .mobile  {
  bottom: -50px;
}
div.mobile {
	display: block;
	position: fixed;
	bottom: 0;
	background: #000;
	width: 100%;
	height: 50px;
	z-index: 400;
	border-top: 1px solid #000;
}
div.mobile ul li {
	float: left;
	width: 25%;
	text-align: center;
	border-right: none;
    list-style: none;
	padding: 8px 0 8px;
	background-repeat: no-repeat;
	background-position: center 4px;
	background-size: auto 26px;
}
div.mobile ul li a {
	color: #fff;
	font-size: 13px;
	line-height: 63px;
	width: 100%;
	height: 50px;
	display: block;
	margin: 0px auto;
	overflow: hidden;
}
div.mobile ul li.home {
	background-image: url(../images/home.png);
}
div.mobile ul li.shopping_cart {
	position: relative;
	background-image: url(../images/shopping_cart.png);
}
div.mobile ul li.member {
	background-image: url(../images/member.png);
}
div.mobile ul li.find {
	background-image: url(../images/find.png);
}
div.mobile ul li.phone {
	background-image: url(../images/phone.png);
}
span.num {
    position: absolute;
    right: 20%;
    top: 0;
    width: 22px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    text-align: center;
    background: #f00;
    color:#fff;
    text-shadow: 0 1px 0 #FF6578;
    display: block;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.m_footer{
	position: fixed;
    display: block;
	bottom:0;
    width: 100%;
    height: 50px;
    background: #aa8359;
    z-index: 500;
}
.m_product {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: block;
    border-top: 1px solid #fff;
}
.put ,.buynow {
	width: 50%;
	height: 50px;
	float: left;
	color: #fff;
	font-size: 15px;
	line-height: 50px;
    text-align: center;
	padding: 0 8px;
	display: block;
	margin: 0px auto;
	overflow: hidden;
}
.put  {
	background: #8a1213;
    color: #ffffff;
}
.panel ,.panel2{
    display: none;
}
.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;
}
.block .pd_price{
    font-size: 22px;
    color: #8a1213;
    padding: 10px 0;
}
.block .size {
    min-height: 40px;
    max-height: 118px;
    overflow: scroll;
    overflow-y:auto;
}
.block .size p{
    text-align: left;
    display: block;
}
.quantity p{
	font-size: 15px;
	text-align: left;
	margin:10px 0;
}
.close{
	text-align: right;
	padding:10px 0 0 0;
}
.pd_name{
	text-align: left;
	font-size: 23px;
	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: #8a1213;
}
.put_btn a{
	background: #8a1213;
}
.quantity p {
    display: inline-block;
    text-align: left;
    width: 40%;
}
.quantity_m{
    clear:both;
    width:100%;
    margin:15px 0;
}
.quantity_m p{
    float: left;
    width: 20%;
    text-align: center;
    font-size: 17px;
    margin: 5px 0;
}
.block .quantity-number{
    padding: 0 60px 0 0 ;
}
.question_mobile{
    display: block;
}
.icon-message {
    position: fixed;
    right: 10px;
    bottom: 60px;
    background: #fff url(../images/fb_meg.png) no-repeat center center;
    background-size:30px;
    width: 45px;
    height: 45px;
    display: block;
    cursor: pointer;
    color: #0087fd;
    border-radius: 60px;
    border: 1px solid #cbd7e2;
}
.icon-message a{
    display: block;
    text-indent: -9999px;
}
/*-----下方內容區-----*/
.L {
    float: none;
    width: 100%;
    padding: 0;
}
.R {
    float: none;
    width: 100%;
}
 /*右方分類區*/
.banner img{
    width: 100%;
    height:auto;
 }
.banner{
    display:block;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 15px;
    text-align: left;
    width: 100%;
}
.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.banner img{
    width:100%;
}
 /*最下方內容區*/
.title span {
    font-size: 23px;
}
.index_brand {
    margin: 20px 15px;
}
.brand_list{
    padding: 20px 0px
    min-height:266px;
}
.brand_list {
    width: 48%;
    padding: 10px 0px;
    margin: 0 11px 0 0;
}
.brand_list:nth-child(even){
    margin: 0;
}
.b_tit a {
    font-size: 23px;
    height: auto;
}
.b_tit a span{
    display:block;
}
.b_img{
    width: 100%;
}
.b_img img{
    width: 100%;
}
.brand_text {
    margin: 10px 0;
}
 /*料理*/
.cook {
    margin: 0 15px 20px 15px;
}
#media, #widget4 ,#widget2 {
    width: 100%;
    height: 250px;
}
.cook_list {
    width: 100%;
}
.cook_list img {
    width: 100%;
    height: auto;
}
.cook_list:nth-child(even){
    margin: 0;
}
.banner_s {
    width: auto;
    height: auto;
    border: 1px #ccc solid;
    margin: 0 15px;
}
/*專欄*/
.news, .ad ,.pd{
    margin: 20px 0;
    padding: 0 15px;
}
.news_list {
    margin: 0 0 20px 0;
}
.news_pic {
    width: 100%;
    height: auto;
    float: none;
}
.news_pic img {
    width: 100%;
    height: auto;
}
.date {
    margin: 0 0 10px 0;
}
.news_text {
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
}
.news_text span a {
    font-size: 27px;
}
.news_text p {
    font-size: 17px;
    height: 48px;
}
/*其他區域*/
.toolbar{
	display:none;
}
/*-----共用-----*/
  /*麵包穴*/
.crumbs ,.crumbs_i {
    width: auto;
    text-align: left;
    font-size: 15px;
}
.crumbs a ,.crumbs_i a {
    color: #777;
    font-size: 15px;
}
.computer{
	display:none;
}
.mobile{
	display:inline-block;
}
.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;
}
/*-----產品分類-----*/
.small_item {
    width: 100%;
    float: left;
    margin: 0px 0 20px 0;
}
.small_item:nth-child(3+0){
    margin: 0;
}
.label {
    width: 173px;
    height: 30px;
    font-size: 19px;
    line-height: 30px;
}
.label:after {
    right: -30px;
    border: 15px solid #e5c3b2;
    border-color: transparent transparent transparent #e90000;
}
.pd_list .p_tit a {
    color: #804d11;
    font-weight: bold;
    font-size: 24px;
    display: block;
    height: auto;
    overflow: hidden;
}
.small_item .pd_pic , .small_item .pd_pic img{
  	width:100%;
    height: auto;
}
 /*產品內頁*/
.products {
    margin: 20px 0;
    clear: both;
}
.pd_img{
    float:left;
    width:100%;
    margin: 0 0 15px 0;
}
.preview {
    display:none;
}
.view .swiper-container {
    width: 99%;
    height: auto;
}
.view img{
    width:100%;
    padding: 0;
}
.share{
	margin:10px 0;
}
.price_del {
    margin: 20px 0 0 0;
    width: 100%;
}
.price_del, .pd_price {
    color: #aa8359;
    float: left;
    font-size: 19px;
    margin: 0;
    width: 100%;
}
.product_text {
    float: none;
    width: 100%;
}
.pd_brand{
    width:100%;
    margin:0 0 5px 0;
}
.pd_memo{
    width:100%;
}
.pd_text{
    width: 58%;
}
.pd_text .price_del {
    margin: 30px 0 0 0;
    font-size: 15px;
}
#pd_video {
    width: 100%;
    height: 200px;
}
.related {
    clear: both;
    border: 1px solid #ccc;
    width: 100%;
    background-color: #ececec;
    margin:20px 0;
}
.related_tit {
    background: #aa8359;
    padding: 5px 10px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 15px;
    width:99px;
}
.related_item {
    margin: 10px;
    overflow: hidden;
}
.r_img {
    height: 100%;
    width: 16%;
    border:1px #ccc;
}
.r_img img {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.r_text {
    float: right;
    width: 80%;
    margin:10px 0;
}
.pd_info{
	margin:0 0 20px 0;
}
.pd_info img{
	width:100%;
}
.pd_info #tabs {
    overflow: hidden;
    background:none;
}
.pd_info #tabs > ul {
    list-style: none;
}
.pd_info #tabs > ul > li {
    width: 32%;
}
.pd_info #tabscontent {
    padding: 20px 15px;
}
.pd_info #tabscontent .tabpage {
    padding: 0 0 50px 0;
}
.pd_info #tabscontent img {
    display: block;
    margin: 0 auto;
    max-width: auto;
    width:100%;
}
.other_pd {
    clear: both;
    margin: 10px 0;
    padding:0 10px;
    border-bottom:none;
}
.other_pd .small_item .pd_pic img {
    width: 100%;
    height: auto;
}
/*-----最新消息-----*/
.news_item{
	margin:20px 0;
}
.news_content .news_text {
    width: 100%;
}
.news_content .news_text span a {
    font-size: 25px;
}
/*-----最新消息內頁-----*/
.news_content{
    margin: 20px 0;
}
.news_L{
    display: none;
}
.news_R{
    float: none;
    width:100%;
}
.news_block img {
    margin: 10px 0;
    max-width: 100%;
}
/*-----購買地方-----*/
.sale_01, .sale_02, .sale_03, .sale_04 {
    width: 100%;
    margin: 0 0 15px 0;
}
.cell.store {
    width: 25%;
}
.cell.add {
    width: 60%;
}
/*-----綜合資訊-----*/
.common_item{
		margin:20px 15px;
}
.common_area img{
	width:100%;
}
/*電子報*/
.epaper_R ,.epaper_L {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.epaper_L{
    border-right:1px solid #ccc;
}
.epaper_L ul, .epaper_R ul {
    margin: 8px 20px;
    padding: 20px 0;
    list-style: none;
}
.epaper_L ul li, .epaper_Rul li {
    margin-bottom: 18px;
}
/*登入頁 /電子報*/
.login {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 15px 0px;
}
.login_item{
	margin:15px 0 0 0;
	border:none;
	font-size: 15px;
}
.login .L ,.login .R {
	float: none;
	width: 100%;
	display: block;
	padding:0 ;
}
.login .L {
	background:none;
	margin:0 0 15px 0;
}
.login .R {
    margin: 0;
    padding:0;
}
.login .L ul, .login .R ul {
    margin: 8px 20px 0px 20px;
    padding: 10px 0 0 0;
}
.margin ,.forget{
	display: block;
	margin:5px 0;
}
.forget{
	margin:10px 0 5px 0;
	text-decoration: underline;
}
.sevareainput{
	margin: 5px 6px 0 0;
	padding: 4px 10px;
	height: 40px;
	border: 1px solid #ddd;
	color: #000;
	background-color: #fff;
	font-size: 14px;
	width:100%;
}
img#confirm_image{
	margin:5px 0;
}
.l_btn {
    margin: 20px;
}
.l_btn a {
    margin: 0 20px 20px 0;
    width: 100%;
}
a.login_btn ,  a.fb_btn  ,  a.e_btn ,a.sign_btn {
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	padding: 5px 10px 5px 10px;
	color: #fff;
	border-radius: 4px;
    font-size: 15px;
	display: inline-block;
}
a.login_btn, a.sign_btn {
    float: left;
    margin: 0 5px 0 0;
    display: block;
    width: 47%;
}
a.fb_btn {
	width: 96%;
}
a.sign_btn{
}
a.fb_btn span{
	font-size: 21px;
}
.login_text{
	font-size: 15px;
	padding:0 20px;
	line-height: 150%;
}
a.common_btn, a.gray_btn, a.fb_btn {
    width: 100%;
}
/*忘記密碼*/
.password_L{
	width:100%;
	padding:15px 10px;
	font-size: 15px;
}
.password_L ul li{
	padding:10px 0px;
}
.password_btn {
	width:100%;
    margin: 15px 0;
}
.ps_btn{
	width:100%;
}
/*註冊*/
.sign{
	margin:0px 20px 10px 0px;
	padding:15px;
}
.sign_text{
	width:100%;
	border-bottom:1px dashed #ccc;
	padding:10px 0;
	margin:0 auto;
}
.sign_text p{
	margin:5px 0;
}
.sign_list{
	width:100%;
	margin:20px auto;
}
.sign_list ul li{
	margin:10px 0;
}
.sign_list p a{
	color:#8a1213;
}
.red_memo {
    display: inline-block;
    margin: 10px 0;
    color: #F00;
    line-height: 150%;
}
a.submit {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    padding: 5px 50px 5px 50px;
    color: #fff;
    border-radius: 4px;
    display: block;
    background: #ade17c url(../images/login_btn.png) repeat-x bottom left;
    border: 1px #98cf67 solid;
    margin: 20px auto;
    width: 60%;
}
/*-----購物問與答-----*/
.snCategory {
    margin: 20px 0;
    display: block;
}
select#pSelect {
    width: 100%;
    font-size: 16px;
    color: #666666;
    height: 36px;
    padding: 0 0 0 10px;
    border: 1px solid #666666;
}
/*-----關於我們-----*/
.about_item {
    margin: 20px 0;
    border:none;
    padding:0;
}
.about_item img{
    display: block;
    margin:0 auto;
    max-width:100%;
}
.about_text {
    width: 100%;
    padding: 0;
}
..about_word {
    padding: 15px;
    font-size: 21px;
}
/*-----公司介紹-----*/
.company_item{
    margin: 20px 0;
    border:none;
    padding:0;
}
.company_text{
    padding: 15px;
}
/*購物車頁面*/
.one_area{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 15px 0px;
}
.one_item{
    margin: 15px 0 0 0;
    border: none;
    padding: 0;
    font-size: 15px;
}
.step_bar {
    text-align: center;
    padding: 10px 0 20px 0;
    width: 100%;
    float:none;
}
.step_bar .step_box {
     padding:0;
}
.step_bar .step_box .step {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.step_bar .step_box.active .step_number {
    background: url(../images/step_number_bg_active.png) center center no-repeat;
	background-size: 50%;
}
.step_bar .step_box .step_number {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    background: url(../images/step_number_bg.png) center center no-repeat;
    background-size: 50%;
    padding: 25px 0;
    color: #fff;
    height: auto;
}
/*購物車項目*/
.cart_item {
    margin: 15px 0;
}
.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: 21px;
    line-height: 150%;
    float: right;
    margin: 0 0 0 8px;
}
.cart_event a ,.cart_name p.cart_note {
    font-size: 15px;
}
.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_msg {
    font-size: 17px;
    margin:0;
    padding: 0 15px;
}
.cart_msg span{
    color:#f00;
    font-size: 27px;
}
.total {
    margin: 0 15px;
}
.total_list{
	margin:10px;
	text-align:right;
	font-weight: bold;
	font-size: 17px;
}
.total_list div{
	display:inline-block;
}
.money{
	min-width:80px;
}
.cart_2  .cart_list div .cart_num, .cart_2 .cart_list div.cart_money, .cart_2 .cart_list div.cart_total {
    width: 100%;
}
.add_item .small_item {
    width: 44%;
    float: left;
    margin: 10px 15px 20px 0;
}
.checkbox{
	display:block;
	margin:10px 0;
}
.common_btn {
    margin: 10px 15px;
}
.common_btn a{
	margin:10px 0;
}
.pay_item {
    padding: 0;
}
.order_info {
    width: 100%;
    padding: 0;
}
.pay ul {
    margin: 10px 0px 15px 0px;
}
.pay_memo {
    margin:10px 0;
    display: block;
}
p.coupon_msg{
    display: none;
}
.coupon_submit{
    margin: 10px 0;
}

/*會員中心*/
.member_block {
   display: none;
}
.member_item {
    margin: 0 0 30px 0;
    word-break: break-all;
}
.mobile_order {
    padding: 0;
    border: 1px#ccc solid;
    margin: 10px 0 15px 0;
    background: #f8f8f8;
}
.member_tit{
	display:none;
}
.m_member_tit {
    display: block;
    width: 38%;
    float: left;
    background: #f8f8f8;
    padding: 0 5px;
}
.m_member_tit .m_tit {
    float: left;
    margin: 0;
    width: 100%;
    padding: 6px 3px;
    border-bottom: none;
    font-weight: bold;
 }
.member_area {
    font-size: 16px;
    padding: 0px 0;
    text-align: center;
    margin:0;
    width: 62%;
    float: left;
    background: #fff;
}
.m_text{
	float:none;
	margin:0;
	width: 100%;
	padding:6px 10px;
    text-align:left;
    font-size: 15px;
}
.m_text a{
	font-size: 15px;
}
.cart_list div.cart_name_order {
    width: 100%;
    text-align: left;
    float: left;
    margin: 0;
}
.cart_list div.cart_area.order_100 {
    width: 100%;
}
.cart_list div.cart_area.order_100 .cart_num , .cart_list div.cart_area.order_100 .cart_money,
.cart_list div.cart_area.order_100 .cart_total {
    width: 100%;
}
.cart_name_order a {
    color: #000;
}
.cart_list div.cart_name_order p {
    width: 100%;
}
.cart_list .cart_area.order_100{
    width:100%;
}
/*彈跳窗*/
.white-popup-block {
    background: #FFF;
    padding: 15px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}
.donate_title{
    display: none;
}
input[type="radio"]+label p.donate_num{
    width:15%;
    font-size: 14px;
    margin:0 5px 0 0;
}
.donate_name{
    font-size: 14px;
}
..donate_item{
    height:400px;
}
/*電子發票*/
.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;
}
/*禮卷*/
.ticket_item{
	border: none;
	background-color: #ffffff;
	margin:15px auto;
	width:100%;
}
.m_ticket{
	border: 1px #cdcdcd solid;
	margin:0 0 10px 0;
}
.ticket_th{
	display: none;
}
.m_th{
	display:block;
	float:left;
	width:35%;
	background: #efefef;
}
.m_th .t_tit{
	float:none;
	display: inline-block;
	margin:5px 12px;
	font-size: 15px;
	font-weight: bold;
	width:100%;
}
.ticket_tr,.ticket_tr2{
	background-color: #ffffff;
	padding:0;
	float:left;
	width:62%;
}
.t_text {
    float: none;
    display: inline-block;
    margin: 5px 12px;
    font-size: 15px;
    width: 100%;
 }
 /*紅利*/
.bonus_item{
	border: none;
	background-color: #ffffff;
	margin:0 auto;
	width:100%;
}
.bonus_word {
    color: #f00;
    width: 92%;
    margin: 0 auto 15px auto;
    font-size: 17px;
}
.m_bonus{
	border: 1px #cdcdcd solid;
	margin:0 0 10px 0;
}
.b_th{
	display:block;
	float:left;
	width:35%;
	background: #ffffff;
}
.bonus_th{
	display:none;
}
.bonus_tit,.b_text{
	float:left;
	display: inline-block;
	margin:5px 12px;
	font-size: 15px;
	font-weight: bold;
	width:100%;
}
.bonus_tr,.bonus_tr2{
	background-color: #efefef;
	padding:0 5px;
	float:right;
	width:63%;
}
.bonus_tr2{
	background-color: #f6f6f7;
}
.b_text{
    font-weight: normal;
}
.bonus_num {
	width:100%;
}
.bonus_num.b_text{
	color:#8a1213;
}
.bonus_memo{
	width:96%;
}
/*退貨*/
.check_text .red_word{
    font-size: 17px;
}
.return_item{
    margin:15px 0;
    line-height: 150%;
}
.return_tit {
	display: none;
}
.return_box{
	width:10%;
}
.return_tit div.return_name, .return_list div.return_name{
	text-align: left;
	margin:0 0 10px 0;
}
.return_name{
	width:90%;
}
.return_name a {
    color: #000;
}
.return_list div.return_num{
	width:50%;
	margin: 10px 0;
	text-align: left;
}
.return_list div.return_price{
	width:50%;
	font-weight: bold;
	color:#f00;
	margin: 10px 0;
	text-align: right;
}
.return_backnum{
	width:100%;
}
.r_number {
    padding: 0 10px;
    font-size: 20px;
    color: #ff5722;
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    width: 80%;
}
.return_result{
	width:100%;
	margin: 5px 0;
}
.return_explain{
	width:100%;
	margin: 5px 0;
}
.return_block {
    margin: 10px 0;
    border-bottom: 1px #ccc solid;
}
.return_list {
    font-size: 17px;
    margin: 15px 0;
}
.r_list{
	width:100%;
}
.r_list img{
	margin:0 5px 0 0 ;
}
.r_list .r_1, .r_list .r_2 ,.r_list .r_3{
    margin: 0 0 10px 0;
    width: 100%;
}
.r_list .r_1 div, .r_list .r_2 div ,.r_list .r_3 div{
    margin:15px 0;
}
/*客服*/
.record_tit {
    font-weight: bold;
    font-size: 19px;
    border-bottom: 3px solid #8a1213;
    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;
    font-size: 17px;
    font-weight: bold;
}
.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:#8a1213;
    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{
	font-size: 19px;
	padding:0 0 0 25px;
    background: url(../images/arrow.png) no-repeat left center;
    background-size: 18px;
}
.search_item{
	padding:10px 15px;
}
.all_item{
	display: inline-block;
	margin:10px 0;
}
.prdlistIcon{
    margin:0 0 0 5px;
}
.titleMenu{
    margin: 10px 0;
}
.total_page{
	display: inline-block;
	margin:10px 0;
}
.s_product {
    margin: 20px 0;
}
.s_product .small_item, .s_product .small_item:nth-child(3n+0) {
    width: 47%;
    margin: 0px 20px 15px 0;
}
.s_product .small_item:nth-child(even) {
    margin: 0px 0 15px 0;
}
.s_product .small_item .pd_pic, .s_product .small_item .pd_pic img {
    width: 100%;
    height: auto;
}
.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;
}
.item {
    width: 100%;
    float: left;
    margin: 10px 20px 20px 0;
    border-bottom: 1px solid #ccc;
}
.s_product .item .pd_pic{
    width:40%;
    float:left;
}
.item .pd_list{
	float:right;
	width:58%;
}
.item .p_tit {
    color: #777;
    font-size: 19px;
    margin: 5px 0;
    font-weight: bold;
    height: 68px;
    overflow: hidden;
}
.item .p_text {
    margin: 5px 0;
    font-size: 17px;
}
.big{
	width: 45%;
    float: left;
    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;
}
.big .p_tit {
    color: #777;
    font-size: 19px;
    margin: 5px 0;
    font-weight: bold;
    height: 50px;
    overflow: hidden;
}
.big .p_text {
    margin: 5px 0;
    font-size: 17px;
}
.s_product .small_item.item {
    margin: 10px 0 20px 0;
}
.s_product .small_item.item:nth-child(3n+0) {
    width: 100%;
    margin: 0px 0 15px 0;
}
/*-----常見問題-----*/
#qaContent ul.accordionPart li .qa_title {
    padding: 10px 0;
}
#qaContent ul.accordionPart li .qa_content {
    padding: 20px 0;
}

@media screen and (max-width:375px) {
.view .swiper-container {
    width: 99%;
    height: auto;
}
.select_num, .select_btn {
    width: 100%;
    float: left;
}
.select_btn a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 17px;
}
.select_btn a.btn_remove{
    display:none;
}
.event_item img{
    width: 100%;
    max-width: 100%;
}
#coupon_code {
    width: 284px;
}
}
@media screen and (max-width:320px) {
.record_order {
    width: 25%;
}
.record_name {
    width: 50%;
}
.record_num {
    width: 25%;
}
.record_catagory {
    width: 25%;
}
.record_content {
    width: 38%;
}
.record_time {
    width: 37%;
}
#coupon_code {
    width: 228px;
}
.s_product .small_item, .s_product .small_item:nth-child(3n+0) {
    width: 47%;
    margin: 0px 16px 15px 0;
}

}