/*** CSS Reset ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*** End CSS Reset ***/
h1, h2, h3, h4, h5, h6{
	font-family: 'Microsoft JhengHei', 'Helvetica', 'roboto', 'serif';
}



body{
	color: #1C1C1C;
	font-size: 14px;
	font-family: Microsoft JhengHei, Helvetica;
}
input[type="search"]{
	font-family: Microsoft JhengHei, Helvetica;
}
.clearFix:after{
	content: '';
	width: 100%;
	height: 0;
	display: block;
	clear: both;
}
.norm-width{
	width: 1300px;
	margin: auto;
}


/*** Header ***/
header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}
header #header-function-bar{
	width: 100%;
	height: 38px;
	background-color: #FFFFFF;
	/* border-bottom: 1px solid #E0E0E0; */
	font-size: 13px;
	box-sizing: border-box;
	padding: 10px 0;
}
header .ishowlife-slogan{
	font-weight: bold;
	float: left;
}
header .user-ctrl-section{
	font-weight: bold;
	float: right;
}
header #lang-section{
	border-left: 1px solid #CBCBCB;
	font-weight: bold;
	margin-left: 25px;
	padding: 0 25px;
	position: relative;
	float: left;
}
header #lang-section span{
	cursor: default;
}
header #lang-section:hover .lang-type-list{
	display: block;
}
header .lang-title{
	position: relative;
}
header .lang-title:after{
	content: url(../../images/basic/dropdown-arrow-decoration.png);
	padding-left: 7.5px;
	position: absolute;
	top: -2px;
}
header .lang-type-list{
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	width: 100px;
	padding-left:20px;
	position: absolute;
	left: 0;
	z-index: 2;
	display: none;
}
header .lang-type-list ul{
	background-color: #FFFFFF;
	/*border: 1px solid #E0E0E0;*/
}
header .lang-type-list ul li{
	padding: 7px 0;
	cursor: pointer;
}
header .lang-type-list ul li:hover{
	/*background-color: #E6E6E6;*/
	color: #FF6000;
}
header .user-ctrl-item{
	padding: 0 25px;
	position: relative;
	float: left;
}
header .user-ctrl-item:hover .user-ctrl-drop-down{
	display: block;
}
header .user-ctrl-item span{
	cursor: pointer;
}
header .user-ctrl-item a{
	color: #1C1C1C;
	text-decoration: none;
}
header .user-ctrl-item-link{
	position: relative;
}
header .user-ctrl-item-link:after{
	content: url(../../images/basic/dropdown-arrow-decoration.png);
	padding-left: 7.5px;
	position: absolute;
	top: -2px;
	right: -15px;
}
header #login-user-avatar{
	width: 28px;
	height: 28px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	margin: -7.75px 5px -7.75px -5px;
	display: inline-block;
}
header #login-user{
	display: inline-block;
}
header #ishowlife-become-store{
	border-right: 1px solid #CBCBCB;
}
header #order-notice-amount{
	background-color: #5F5F5F;
	border-radius: 9px;
	color: #FFFFFF;
	font-size: 12px;
	margin: -2.5px 0;
	padding: 1px 5px;
	display: none;
}
header .user-ctrl-drop-down{
	width: 100%;
	text-align: center;
	padding-top: 12.5px;
	position: absolute;
	top: 14px;
	left: 0;
	z-index: 1;
	display: none;
}
header .user-ctrl-drop-down ul{
	background-color: #FFFFFF;
	border: 1px solid #d6d6d6;
	box-shadow:1px 2px 2px 1px #00000066;

}
header .drop-down-item{
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	position: relative;
}

header .drop-down-item:hover > a{
	color: #FF6000;
}
header .drop-down-item a{
	padding: 7px 0;
	display: block;
}
header .drop-down-item #submenu-pds {
	display: none;
	position: absolute;
	top: 0;
	right: -105px;
	padding: 0 25px;
}
header .drop-down-item:hover #submenu-pds {
	display: block;
	color: #1c1c1c;
}

header .drop-down-item #submenu-pds a:hover {
	color: #FF6000;
}

header .notice-count{
	background-color: #5F5F5F;
	border-radius: 9px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 1px 5px;
	position: absolute;
	top: calc(50% - 8.5px);
	right: 2.5px;
}
header #web-header{
	width: 100%;
	background-color: #FFFFFF;
	padding:0 0 20px;
}
header #ishowlife-logo{
	float: left;
}
header #ishowlife-logo a{
	display: block;
}
header #ishowlife-logo img{
	vertical-align: middle;
	width: 213px;
}
header #search-section{
	margin: 6.5px 12.25px 0px 40px;
	float: left;
	position: relative;
}
header #search-type{
	width: 150px;
	font-size: 13px;
	border-radius: 20px 0 0 20px;
	padding: 13px 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
header #search-type-now{
	border-right: 1px solid #CBCBCB;
	padding: 0 25px;
	position: relative;
}
header #search-type-now:after{
	content: url(../../images/basic/dropdown-arrow-decoration.png);
	position: absolute;
	top: -2.5px;
	right: 15px;
}
header .search-type-list{
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	padding: 0 10px;
	position: absolute;
	top: 39px;
	left: 18px;
	z-index: 1;
	display: none;
}
header .search-type-list li{
	width: 110px;
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 0;
}
header .search-type-list li:last-child{
	border-bottom: none;
}
header .search-type-list li:hover{
	color: #FF6000;
}
header #ishowlife-search{
	width: 1000px;
	height: 40px;
	border: 1px solid #CBCBCB;
	border-radius: 20px;
	box-sizing: border-box;
	padding-left: 160px;
	outline: none;
	-webkit-appearance: textfield;
}
header #ishowlife-search-btn{
	width: 60px;
	height: 40px;
	background-color: #FF6000;
	background-image: url(../../images/basic/scarch-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 0 20px 20px 0;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	outline: none;
}
header .promotion-section{
	/*margin: 6.5px 0;*/
	/*float: right;*/
}
header .ishowlife-fb-fans{
	vertical-align: top;
	float: left;
}
header .ishowlife-fb-fans a{
	margin-right: 13px;
	float: left;
}
header #ishowlife-fb-fans-btn{
	width: 20px;
	height: 20px;
	background-image: url(../../images/basic/ishowlife-fb-fans-icon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	/*margin: 5px 0;*/
}

header #ishowlife-line-fans-btn{
	width: 20px;
	height: 20px;
	background-image: url(../../images/basic/ishowlife-line-fans-icon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	/*margin: 5px 0;*/
}
header .ishowlife-fb-fans p{
	color: #8B8B8B;
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	padding-left: 5px;
	float: left;
}
header .ishowlife-app-section{
	border-left: 1px solid #CBCBCB;
	margin-left: 15px;
	padding-left: 15px;
	float: left;
}
header .ishowlife-app-section a{
	text-decoration: none;
	margin: 5px;
	float: left;
}
header .ishowlife-app-section p{
	color: #8B8B8B;
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	padding-left: 5px;
	float: left;
}
header .app-download-btn{
	width: 95.12px;
	height: 30px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
header #appstore{
	background-image: url(../../images/basic/app-store-icon.png);
}
header #googleplay{
	background-image: url(../../images/basic/google-play-icon.png);
}
header #header-menu{
	width: 100%;
	height: 46px;
	background-color: #FF6000;
}
header #category-section{
	float: left;
}
header #category-section:hover .sort-drop-down{
	display: block;
}
header .category-title{
	width: 213px;
	height: 46px;
	background-color: #801818;
	color: #FFFFFF;
	font-weight: bold;
	box-sizing: border-box;
	padding: 13px;
	position: relative;
	cursor: pointer;
}
header .category-title:after{
	content: url(../../images/basic/category-arrow-decoration.png);
	position: absolute;
	right: 23px;
}
header .sort-drop-down{
	/*min-width: 171px;*/
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	padding: 0 15px;
	position: relative;
	display: none;
}
header .sort-item{
	border-top: 1px solid #E5E5E5;
	box-sizing: border-box;
	position: relative;
}
header .sort-item:nth-child(1){
	border-top: none;
}
header .sort-item:hover a{
	color: #FF6000;
	padding-left: 10px;
}
header .sort-item a{
	color: #1C1C1C;
	text-decoration: none;
	padding: 10px 0;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
}
header .sort-item:after{
	content: url(../../images/basic/header-menu-arrow-decoration.png);
	position: absolute;
	top: calc(50% - 9.5px);
	right: 0;
}
header .sub-sort-drop-down{
	min-width: 500px;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	padding: 0 10px;
	position: absolute;
	/*top: -1px;*/
	left: 211px;
	display: none;
}
header .sub-sort-item{
	border-top: 1px solid #FFFFFF;
	padding: 0 10px;
	display: inline-block;
}
header .sub-sort-item:nth-child(1){
	border-top: none;
}
header .sub-sort-item:hover a{
	color: #FF6000;
}
header .sub-sort-item a{
	color: #1C1C1C;
	text-decoration: none;
	padding: 10px 0;
	display: block;
}
header #menu-section{
	padding: 13px;
	float: left;
}
header .menu-item{
	margin: 0 50px;
	position: relative;
	display: inline-block;
}
header .menu-item:hover a{
	color: #1C1C1C;
}
header .menu-item:hover .menu-sort-drop-down-wrap{
	display: block;
}
header .menu-item a{
	color: #FFFFFF;
	text-decoration: none;
}
header .menu-more .menu-item-title:after{
	content: url(../../images/basic/category-arrow-decoration.png);
	margin-left: 10px;
}
header .menu-more:hover .menu-item-title:after{
	content: url(../../images/basic/category-arrow-decoration-black.png);
}
header .menu-sort-drop-down-wrap{
	padding-top:13px;
	top:calc(46px - (13px * 2));
	position: absolute;
	left: -20px;
	display: none;
}
header .menu-sort-drop-down{
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	padding: 0 20px;
}
header .menu-sort-drop-down li{
	width: 210px;
	border-top: 1px solid #E5E5E5;
	box-sizing: border-box;
	position: relative;
}
header .menu-sort-drop-down li:nth-child(1){
	border-top: none;
}
header .menu-sort-drop-down li:after{
	content: url(../../images/basic/header-menu-arrow-decoration.png);
	position: absolute;
	top: calc(50% - 9.5px);
	right: 0;
}
header .menu-sort-drop-down li:hover a{
	color: #FF6000;
	padding-left: 10px;
}
header .menu-sort-drop-down li a{
	color: #1C1C1C;
	padding: 15px 0;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
}
header #ishowlife-cart{
	margin: 6px 0;
	position: relative;
	float: right;
}
header #ishowlife-cart:hover .hd-cart-dropdown-back{
	display: block;
}
header #ishowlife-cart-btn{
	background-color: #FFFFFF;
	border-radius: 20px;
	color: #FF6000;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 12px 8px 42px;
	display: block;
}
header #cart-amount{
	position: relative;
}
header #cart-amount:before{
	content: url(../../images/basic/ishowlife-cart-icon.png);
	position: absolute;
	top: -2px;
	left: -35px;
}
header .hd-cart-dropdown-back{
	width: 330px;
	font-size: 12px;
	padding-top: 10px;
	position: absolute;
	top: 35px;
	right: 0;
	display: none;
}
header .hd-cart-dropdown{
	border-radius: 10px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #a5a5a5;
	box-sizing: border-box;
	padding: 10px;
	box-shadow:2px 2px 2px 2px #00000087;
}
.hd-cart-dropdown ::-webkit-scrollbar{
	width: 10px;
}
.hd-cart-dropdown ::-webkit-scrollbar-track{
	background-color: #EFEFEF;
}
.hd-cart-dropdown ::-webkit-scrollbar-thumb{
	background-color: #D0D0D0;
}
header .hd-cart-menu{
	height: 200px;
	overflow-y: auto;
	padding-right: 10px;
}
header .hd-cart-store-name{
	padding: 10px 0;
}
header .hd-cart-store-name a{
	color: #4990E2;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
header .hd-cart-pds-section{
	border-bottom: 1px solid #E0E0E0;
}
header .hd-cart-pds{
	padding-bottom: 10px;
}
header .hd-cart-pds-cover{
	width: 50px;
	height: 50px;
	margin-right: 10px;
	float: left;
	background: #aaa;
}
header .hd-cart-pds-cover img {
	width: 50px;
	height: 50px;
	vertical-align: bottom;
}
header .hd-cart-pds-info{
	width: calc(100% - 60px);
	float: left;
}
header .hd-cart-pds-name{
	position: relative;
}
header .hd-cart-pds-name a{
	color: #737373;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
	width : 90%;
	display: inline-block;
}
header .hd-cart-pds-name button#del-hd-cart-pds{
	width: 17px;
	height: 17px;
	background-color: #FFFFFF;
	background-image: url(../../images/basic/delete-icon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	outline: none;
}
header .hd-cart-pds-price{
	color: #D14B4B;
}
header .hd-cart-total-section{
	padding-top: 5px;
	padding-bottom: 20px;
}
header .hd-cart-total-section table{
	width: 100%;
	text-align: right;
}
header .hd-cart-total-section table tr td{
	width: 50%;
	padding: 5px 0;
}
header .hd-cart-operate{
	text-align: center;
	padding: 15px 0;
}
header #hd-cart-link{
	color: #1C1C1C;
	background-color: #ECECEC;
	border-radius: 13px;
	text-decoration: none;
	padding: 5px 15px;
	-webkit-transition: .3s;
	transition: .3s;
}
header #hd-cart-link:hover{
	background-color: #D14B4B;
	color: #FFFFFF;
}


#notice{
	width: 100%;
	height: 100%;
	min-width: 340px;
	min-height: 276px;
	background: rgba(0,0,0,0.75);
	vertical-align: middle;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	display: none;
}
#notice-box{
	width: 768px;
	background-color: #FFFFFF;
	font-family: Microsoft JhengHei, Helvetica;
	margin: 50px auto 0;
	padding: 20px 10px;
	position: relative;
	border-radius:20px;
}

#notice-content{
	display: inline-flex;
	flex-direction:column;
}

#notice-title > h3{
	font-size: 24px;
    font-weight: bold;
    line-height: 2;
    float: left;
}
#notice-body{
	margin: 5px 5px 40px 35px;
}

#notice-body > ol > li{
	list-style-type:decimal;
	font-size: 18px;	
}
ol > li{
	margin-bottom: 5px;
}

#notice-bottom{
	text-align: center;
	margin: auto;
}
#notice-button{
	width: 90px;
    border-radius: 15px;
    background-color: #FF6000;
	font-size: 16px;
    color: rgb(255, 255, 255);
	margin: auto;
	margin-top: 10px;
	padding: 5px;
}



/*** 登入跳窗 ***/
#login-back{
	width: 100%;
	height: 100%;
	min-width: 340px;
	min-height: 276px;
	background: rgba(0,0,0,0.75);
	vertical-align: middle;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	display: none;
}
#login-box{
	width: 505px;
	/* height: 551px; */
	/*width: 380px;*/
	background-color: #FFFFFF;
	font-family: Microsoft JhengHei, Helvetica;
	margin: 100px auto 0;
	padding: 20px 0;
	position: relative;
	border-radius:5px;
}
.box-close-btn{
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
}
#general-login{
	width: 50%;
	float: left;
}
#general-login table tr td:nth-child(2){
	text-align: left;
}
.box-content{
	width: 100%;
	min-height: 261px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
}
.box-content .login-title{
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	padding: 0px 10;
}
.box-content .login-message{
	font-size: 14px;
	color: red;
}
#login-name,
#login-pwd{
	width: 100%;
	padding: 10px 0;
}
#login-name span,
#login-pwd span{
	font-size: 16px;
	/*font-weight: bold;*/
}
.login-input{	
	width: 294px;
	height: 42px;	
	box-sizing: border-box;
	margin: 5px;
	padding-left: 5px;
	outline: none;
	border-radius: 5px;
	background: #F8F8F8 0% 0% no-repeat padding-box;
	border: 1px solid #E0E0E0;
}
tr > td > label>div>input{
	color: #707070;
}
/*#login-persistent{
	width: 100%;
	font-size: 13px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 65px;
}*/
#persistent{
	width: 15px;
	height: 15px;
	vertical-align: middle;
	/* margin-left: 10px; */
}
.login-btns{
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 15px 10px;
	display: flex;
	justify-content: center;
}
.login-isl{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 290px;
	margin: 0px auto;
}
.login-fb .login-line{
	margin-left: 5px;
	float: left;
}
.login-isl .isl-login-btn,
.login-fb .fb-login-btn{
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	/*font-weight: bold;*/
	font-family: Microsoft JhengHei, Helvetica;
	padding: 6.5px 20px;
	cursor: pointer;
	outline: none;
}
.login-isl .isl-login-btn{
	margin-top: 10px;
	width: 290px;
	height: 39px;
	border-radius:22px;
	background-color: #FF6000;
}
.login-line {
	margin: 10px 0px 0px 120px;
	border-radius:15px;
}


.login-fb .fb-login-btn{
	margin-top: 10px;
	margin-left: 5px;
	border-radius:15px;
	background-color: #39579A;
}
.login-else{
	width: 100%;
	color: #B2B2B2;
	font-size: 14px;
	text-align: right;
}
.login-else a{
	color: #B2B2B2;
	text-decoration: none;
}
.login-else span{
	cursor: pointer;
}
#first-login{
	width: 50%;
	border-left: 1px solid #B9B9B9;
	box-sizing: border-box;
	float: left;
}
.pos-cart{
	display: none;
}
.first-login-desc{
	line-height: 30px;
	padding: 28.5px 0;
}
.first-login-navigate{
	padding: 20px 0;
}
.first-login-navigate a{
	border-radius:15px;
	background-color: #FF6000;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding: 6.5px 20px;
	display: inline-block;
}

/*** 忘記密碼 ***/
#lostpass-box{
	width: 380px;
	background-color: #FFFFFF;
	font-family: Microsoft JhengHei, Helvetica;
	margin: 20px auto 0;
	padding: 0;
	position: relative;
	display: none;
}
.box-content .lostpass-title{
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
}
.box-content .lostpass-desc{
	color: #B2B2B2;
	font-size: 14px;
	text-align: left;
}
#lostpass-email{
	width: 100%;
	padding: 10px 0;
}
#lostpass-email span{
	font-size: 16px;
	font-weight: bold;
}
.lostpass-input{
	width: 265px;
	height: 30px;
	background-color: #E3E3E3;
	border: none;
	box-sizing: border-box;
	padding-left: 5px;
	outline: none;
}
.lostpass-btns{
	width: 100%;
	padding: 10px 0;
}
.lostpass-submit-btn{
	background-color: #FF6000;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Microsoft JhengHei, Helvetica;
	padding: 6.5px 20px;
	cursor: pointer;
	outline: none;
}





/*** Web Content ***/
#web-content{
	margin-top: 180px;
}

#web-content-1{
	margin-top: 163px;
}






/*** Footer ***/
.footer {
    width: 100%;
}
.footer a {
    transition: color 0.5s;
}
.footer a:hover {
    color: #FF6000;
}
.footer-subscribe {
    background-color: #FF6000;
    box-sizing: border-box;
}
.footer .container {
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
.footer-subscribeDesc {
    padding: 13.5px;
    padding-left: 0;
    float: left;
}
.footer-subscribeDesc-icon{
	width: 59px;
	height: 31px;
	background-image: url(../../images/basic/mail-follow-icon.png);
	float: left;
}
.footer-subscribeDesc span{
	height: 31px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 31px;
	padding-left: 20px;
	display: block;
	float: left;
}
.footer-input {
    float: right;
    background-color: #7d0000;
    height: 100%;
    /*width: 450px;*/
    box-sizing: border-box;
    padding: 16px 35px;
}
.footer-input input {
    border-radius: 20px;
    width: 300px;
    height: 40px;
    line-height: 2;
    margin-right: 15px;
    padding-left: 16px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    border: none;
    font-family: Microsoft JhengHei, Helvetica;
}
.footer-submit {
    background-color: #ff6000;
    color: #fff;
    border: none;
    border-radius: 30px;
    width: 100px;
    height: 40px;
    line-height: 2;
    vertical-align: bottom;
    cursor: pointer;
    font-weight: bold;
}
.footer-group {
    padding: 30px 0;
}
.footer-logo {
    float: left;
    border-right: 1px solid #E5E5E5;
}
.footer-logo img {
    width: 170px;
	margin-right: 20px;
}
.footer .live-total-group {
	padding: 2px 50px;
	float: left;
}
.footer .live-total-group p {
	line-height: 20px;
}
.footer .icon-group {
	border-left: 1px solid #E5E5E5;
    padding: 4px 0 4px 25px;
    float: right;
}
.footer .icon-list {
    border-radius: 50%;
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-left: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.footer .icon-list:nth-child(1){
	background-image: url(../../images/basic/footer-facebook-icon.png);
}
.footer .icon-list:nth-child(2){
	background-image: url(../../images/basic/footer-line-icon.png);
}
.footer .icon-list:nth-child(3){
	background-image: url(../../images/basic/footer-instagram-icon.png);
}
.footer .icon-list:nth-child(4){
	background-image: url(../../images/basic/footer-youtube-icon.png);
}
/* .footer .icon-list:nth-child(3){
	background-image: url(../../images/basic/footer-twitter-icon.png);
} */
/*.footer .icon-list:nth-child(4){
	background-image: url(../../images/basic/footer-weibo-icon.png);
}*/
.footer .icon-app {
    float: left;
    width: 100%;
    margin-top: 2rem;
}
.footer-img > div > a > img{
	max-width:100%;
	max-height:100%;
}

.footer-infos .container {
    border-top: 1px solid #cccccc;
    /*border-bottom: 1px solid #cccccc;*/
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
}
.footer-infos .corp {
    float: left;
    width: 15%;
}
.footer-infos .corp:first-child {
    width: 40%;
    box-sizing: border-box;
    padding-right: 100px;
}
.footer-infos .corp-info:before {
	content: '';
    height: 2px;
    width: 16%;
    background-color: #FF6000;
    position: absolute;
}
/*.footer-infos .corp-info:after {
    content: '';
    height: 2px;
    width: 16%;
    background-color: #FF6000;
    position: absolute;
}*/
.footer-infos .corp-info:before {
    top: -1px;
    left: 0;
}
.footer-infos .corp-info:after {
    bottom: -1px;
    left: 0;
}
.footer-infos .footer-info {
	color: #1C1C1C;
	font-size: 13px;
    display: inline-block;
    text-decoration: none;
    line-height: 2;
    box-sizing: border-box;
}
.footer-infos ul li a.footer-info:before{
	content: url(../../images/basic/footer-arrow-icon.png);
	padding-right: 5px;
}
.footer-infos .corp-desc {
    margin-bottom: 24px;
    display: block;
    position: relative;
    padding-left: 35px;
}
.footer-infos .corp-desc:nth-child(1)::before{
	content: url(../../images/basic/footer-point-icon.png);
	position: absolute;
	left: 2px;
}
.footer-infos .corp-desc:nth-child(2)::before{
	content: url(../../images/basic/footer-phone-icon.png);
	position: absolute;
	left: 0;
}
.footer-infos .corp-desc:nth-child(3)::before{
	content: url(../../images/basic/footer-mail-icon.png);
	position: absolute;
	top: 2.5px;
	left: 2px;
}
.footer-infos .footer-info.corp-desc i {
    color: #ff6000;
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 4px;
}
.footer-infos .info-title {
	font-size: 15px;
    font-family: 'Microsoft JhengHei', 'Helvetica', 'Roboto', 'serif';
    font-weight: bold;
    pointer-events: none;
}
.footer-brandGroup {
    padding-top: 36px;
    margin-bottom: 36px;
}
.footer-brandGroup .brand-title {
    font-weight: bold;
    float: left;
    width: 10%;
    font-family: 'Microsoft JhengHei', 'Helvetica', 'Roboto', 'serif';
    padding-top: 8px;
    pointer-events: none;
}
.footer-brandGroup .brand-group {
    float: right;
    width: 90%;
}
.footer-brandGroup .brand-group li{
    float: left;
    border-left: 1px solid #ccc;
    padding: 8px 4px;
    box-sizing: border-box;
}
.footer-brandGroup .brand-list {
    text-decoration: none;
    color: #131313;
}
.footer-corpInfo {
    width: 100%;
    background-color: #EFEFEF;
    padding-top: 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
}
.footer-corpInfo .corp {
	font-size: 12px;
	font-weight: bold;
    font-family: 'Microsoft JhengHei', 'Helvetica', 'Roboto', 'serif';
    line-height: 22px;
    float: left;
}
.footer-corpInfo .corp-bank {
	padding: 11px 0;
    float: right;
}
.footer-corpInfo .pay-mothed-icon {
	width: 33px;
	height: 22px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    margin-right: 8px;
    float: left;
}
.footer-corpInfo .pay-mothed-icon:nth-child(1){
	background-image: url(../../images/basic/footer-visa-icon.png);
}
.footer-corpInfo .pay-mothed-icon:nth-child(2){
	background-image: url(../../images/basic/footer-paypal-icon.png);
}
.footer-corpInfo .pay-mothed-icon:nth-child(3){
	background-image: url(../../images/basic/footer-mastercard-icon.png);
	margin-right: 0;
}




/*** 重要公告跳窗  (ishowlife 代開發票) ***/
#isl-announcement-back{
	width: 100%;
	height: 100%;
	min-width: 340px;
	min-height: 276px;
	background: rgba(0,0,0,0.75);
	color: #5E5E5E;
	vertical-align: middle;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	/*display: none;*/
}
#isl-announcement-box{
	width: 900px;
	background-color: white;
	font-family: "Microsoft JhengHei";
	margin: auto;
	margin-top: 80px;
	padding: 0;
}
.announcement-title{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}
.announcement-title span{
	color: #FF6000;
	font-size: 28px;
}
.announcement-title .close-announcement-box-btn{
	margin: 10px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
#announcement-content{
	height: 47.5vh;
	overflow-y: scroll;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 20px;
}
.announcement-group{
	padding: 5px 0;
}
.announcement-group p{
	line-height: 25px;
	padding-top: 10px;
}
.announcement-group-title span{
	background-color: #FF6000;
	color: #FFFFFF;
	padding: 5px 10px;
	display: inline-block;
}
.announcement-photo{
	width: 100%;
	height: 0;
	padding-bottom: 24.9715%;
	background-image: url(../../images/home/announcement-photo.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#announcement-operate{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 12px;
}
.announcement-operate-block{
	width: 650px;
	text-align: left;
	margin: 10px auto;
}
.announcement-proxy-set-btn{
	width: 12px;
	height: 12px;
	background-color: #ECECEC;
	border: 3px solid #ECECEC;
	margin-right: 5px;
	display: inline-block;
	cursor: pointer;
}
.js-announcement-checked{
	background-color: #FF6000;
}
.announcement-operate-item{
	margin: 10px 0;
}
.announcement-operate-item span{
	vertical-align: top;
}
.announcement-operate-item input[type="radio"]{
	display: none;
}
#announcement-confirm-btn{
	background-color: #FF6000;
	border: none;
	border-radius: 15px;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Microsoft JhengHei, Helvetica;
	margin: 5px;
	padding: 6.5px 25px;
	cursor: pointer;
	outline: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.err_msg {
	color : #ff2600;
	display : none;
}

