body{height:100%;margin:0;overflow-x:hidden;overflow-y:auto;background: rgba(220, 220, 220, 0.5);}
	*{padding:0;margin:0;border:0;outline: none !important;-webkit-border-radius:0;border-radius:0;font-size: 17px;font-family: Helvetica, "segoe ui", "microsoft jhenghei", "microsoft mhei", Arial Unicode MS, Arial;}
	.smooth{transition: all 0.3s;}
		.slide_over{width:100%;position:absolute;z-index:1;cursor:pointer;z-index:3;}
		.slide{position: relative;}
		.slide img{position:absolute;cursor:pointer;top:0;}
		.btn{position: relative;width: 100%;text-align: center;bottom: 35px;z-index:1;}
		.btn span {cursor: pointer;display: inline-block;width: 11px;height: 2px;background: #fff;border-radius: 5%;margin: 0 6px;opacity: .4;}
		.btn .active{background: rgba(4, 80, 153, 1);}
		#talk_body p{line-height:20px;}
.c2{color:#999;}
.c3{background-color:#DBE9EC; padding:5px;}
.c4{padding:5px;clear:both;display:block;line-height:20px;height:30px;}
.c5{padding:5px;float:right;color:#999;}
.c6{background-color:#C3F69D;color:#000;border-radius:15px;padding:5px;max-width:210px;display:inline-block;float:right;}
.c6_img{padding:5px;max-width:210px;display:inline-block;float:right;}
.c6_img img{max-width:211px;border-radius:15px;}
.c9{clear:both;display:block;padding:5px;line-height:20px;height:30px;}
.c7{background-color:#EFEFEF;color:#000;border-radius:15px;padding:5px;max-width:210px;display:inline-block;float:left;}
.c7_img{padding:5px;max-width:210px;display:inline-block;float:left;}
.c7_img img{max-width:211px;border-radius:15px;}
.c8{color:#999;float:left;}
		input[type="number"]{-moz-appearance:textfield;}
		input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
	/* -moz-user-select:none;-webkit-user-select: none; 會造成INPUT無法使用 */
.dropzone{
		height:70px;
    border:1px solid #ddd; 
    padding: 10px;
    display:inline-block;
    margin:5px;
	}
	.switch { /*==設定開關鈕的長寬==*/
  position: relative;
  width: 70px;
  height: 30px;
  line-height: 30px;
  display:inline-block;
}
.switch-checkbox {
 position: absolute;
 display: none;
}
.switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}
.switch-txt {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.switch-txt::before,
.switch-txt::after {
  display: block;
  float: right;
  width: 50%;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}
/*==開關鈕底色(開啟時)==*/
.switch-txt::after {
  content: attr(turnon);
  padding-left: 10px;
  background: #1ba0ef;
  color: #fff;
}
/*開關鈕底色(關閉時)*/
.switch-txt::before {
  content: attr(turnoff);
  padding-right: 10px;
  background: #eee;
  color: #ccc;
  text-align: right;
}
/*==開關鈕的顏色與大小==*/
.switch-Round-btn {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  margin: 2px;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 40px;
  border-radius: 13px;
  transition: all 0.3s ease-in 0s;
}
.switch-checkbox:checked + .switch-label .switch-txt {
  margin-left: 0;
}
.switch-checkbox:checked + .switch-label .switch-Round-btn{
  right: 0;
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/* -webkit-user-select:none; 
*:not(input,textarea){
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-o-user-select:none;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
*/
#post_submit + img,.smooth,#hideacc,#hideedit,#hidecart,#hidenotice,#contentbody5,#contentbody4,#contentbody3,#contentbody2,#contentbody,#topcontent{
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-o-user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	}


html,
body {
	height: 100%;
	position: relative;
}

body,
ul,
li,
p,
h1 {
	padding: 0;
	margin: 0;
	border: 0;
}

body,
input {
	font-size: 16px;
	font-family: Helvetica, "segoe ui", "microsoft jhenghei", "microsoft mhei", Arial Unicode MS, Arial;
}

.h1 {
	font-size: 24px;
	font-weight: 900;
}

.h2 {
	font-size: 20px;
	font-weight: 900;
}

.s1 {
	font-size: 11px;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

.table td div {
	line-height: 17px;
	height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.fixed {
	position: fixed;
	width: 100%;
	height: 60px;
	background: #FFF;
}

.formtable {
	width: 100%;
}

.formtable td {
	border-bottom: 1px solid #d3d3d3;
	padding: 0;
}

.formtable td:first-child {
	text-align: left;
	line-height: 47px;
	height: 47px;
	font-size: 18px;
	padding-left: 10px;
}

.formtable td * {
	width: 100%;
	border: 0;
	line-height: 45px;
	height: 45px;
	padding: 0;
	margin: 0;
	font-size: 15px;
}

.formtable .form__input-number{
	font-size: 20px;
    font-weight: 700;
    color: #19294F;
}

#noticeflexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 80%;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #1577BE;
}

#noticeflexbox div {
	height: 33px;
	line-height: 33px;
	width: 20%;
	border-right: 1px solid #1577BE;
	color: #1577BE;
	text-align: center;
}

#noticeflexbox div:hover,
#noticeflexbox .now {
	background: #1577BE;
	color: #FFF;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	cursor: pointer;
}

#noticeflexbox div:first-child {
	border-radius: 3px 0 0 3px;
}

#noticeflexbox div:last-child {
	border-right: 0;
	border-radius: 0 3px 3px 0;
}

.mainbox {
	z-index: 1;
}

.mainbox:hover {
	z-index: 2;
	background: red;
}

.mainbox div {
	background: rgba(0, 107, 214, 0.85);
	color: #FFF;
	position: absolute;
	top:80px;
	border: 0px solid #FFF;
	border-radius: 10px;
	line-height: 20px;
	height: 40px;
	width: 100%;
	text-align: center;
	bottom: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mainbox div a {
	color: #FFF;
}

#a0 {
	position: absolute;
	z-index: 0;
}

#hideedit {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 13;
	top: 0;
	left: -110%;
	/* background-color: #EBEBEB; */
	background-color: #fff;
}

#hidebg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 12;
	top: 0;
	right: -110%;
	background-color: #FFF;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	/* Disable selection/copy in UIWebView */
}

#hidenotice,
#hidecart,
#hideacc {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 12;
	top: 0;
	left: -110%;
	background-color: #FFF;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	/* Disable selection/copy in UIWebView */
}

#bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	position: absolute;
	z-index: 11;
	display: none;
}

.headerleft1 {
	position: absolute;
	width: 60px;
	height: 45px;
	cursor: pointer;
	display: block;
	z-index: 10;
}

.headerleft1 img {
	height: 20px;
	position: relative;
	top: 13px;
	cursor: pointer;
}

.maintitle1 {
	position: relative;
	width: 100%;
	font-size: 20px;
	font-weight: 900;
	color: #FFF;
	text-align: center;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}

.menutitle {
	position: absolute;
	line-height: 45px;
	width: 100%;
}

.menuedit {
	position: absolute;
	width: 100%;
	line-height: 75px;
	font-size: 8px;
	cursor: pointer;
	z-index: 8;
}

.addpost,
.addpost1 {
	position: fixed;
	z-index: 15;
	width: 50px;
	height: 50px;
	top: 0px;
	right: 20px;
	line-height: 50px;
	font-size: 35px;
	color: #FFF;
	cursor: pointer;
}

.addpost:hover,
.addpost1:hover {
	opacity: 1;
}

.bodytitle {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	font-weight: 900;
	text-align: left;
}

.bodydate {
	line-height: 50px;
	height: 50px;
	text-align: right;
	padding: 10px;
	color: #AAA;
}

.itembody {
	padding: 10px;
	text-align: left;
}

.itembody .text {
	margin-left: 50px;
	margin-bottom: 10px;
}

.itembody img {
	-webkit-box-shadow: 5px 10px 15px rgba(20%, 20%, 40%, 0.8);
	box-shadow: 5px 10px 15px rgba(20%, 20%, 40%, 0.8);
	border-radius: 20px;
}

.post_input,
.post_text {
	display: block;
	width: 100%;
	padding: 5px 10px;
    line-height: 35px;
    border: 1px solid #ccc;
    margin: 15px auto 0;
    font-size: 16px;
    font-family: Helvetica, "segoe ui", "microsoft jhenghei", "microsoft mhei", Arial Unicode MS, Arial;
    border-radius: 3px;
}

.post_text {
	max-width: 100%;
	min-width: 100%;
    min-height: 200px;
}

.post_submit {
	position: relative;
	z-index: 10;
	right: 0;
	background-color: #1577BE;
	border: 0 none;
	color: #fff;
	font-weight: 800;
	margin: 10px 0 80px auto;
	text-align: center;
	width: 100px;
	-webkit-appearance: none;
	border-radius: 3px;
	padding: 10px 0;
	display: block;
}

#searchbox {
	background: #DDD;
	height: 70px;
	text-align: center;
	position: relative;
}

#searchbox input {
	margin-top: 15px;
	height: 48px;
	padding-left: 20px;
	font-size: 20px;
	color: #555;
	line-height: 48px;
	width: 90%;
	border: 0;
	-webkit-box-shadow: inset 0px 1px 5px rgba(20%, 20%, 40%, 0.8);
	box-shadow: inset 0px 1px 5px rgba(20%, 20%, 40%, 0.8);
	border-radius: 24px;
	background: #FFF url(../images/index_menu-search.png) no-repeat right 10px center;
	background-size: auto 30px;
}

#sr {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #FFF;
	z-index: 10;
	overflow: hidden;
	display: none;
}

#contentbody2 {
	margin-top: 45px;
	margin-bottom: 50px;
	-webkit-overflow-scrolling: touch;
}

#contentbody2 ul {
	list-style-type: none;
}

#contentbody2 ul li {
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #D3D3D3;
}

#contentbody2 ul li:last-child{
	border: 0;
	margin-bottom: 50px;
}

#contentbody2 ul li a {
	display: block;
    min-height: 47px;
}

#contentbody2 ul li .t1 {
	position: absolute;
	left: 10px;
	line-height: 47px;
	width: 90%;
	font-size: 18px;
	text-align: left;
	color: #000;
}

#contentbody2 ul li .t2 {
	position: absolute;
	line-height: 47px;
	padding-left: 200px;
	padding-right: 30px;
	width: 100%;
	font-size: 18px;
	overflow: hidden;
	color: #888;
	white-space: nowrap;
	text-overflow: ellipsis;
}



#acol4,
#acol0,
#acol7,
#acol8,
#acol9,
#acol10,
#acol12,
#acol13,
#acol15,
#acol16,
#acol17,
#acol18,
#acol19,
#acol20,
#acol21,
#acol22,
#acol23,
#acol24,
#acol25,
#acol26,
#acol27,
#acol28,
#acol29,
#acol30,
.more {
	background: url(../images/index_return-gray.png) no-repeat right 20px center;
	background-size: auto 15px;
}


#acol1 .accbg {
	position: absolute;
	height: 150px;
	width: 100%;
	background: rgba(227, 241, 255, 0.85);
	border-bottom: 1px solid #CCC;
}

#acol1 .en_name {
	position: absolute;
    left: 145px;
    top: 72px;
    font-size: 20px;
    font-weight: 900;
    color: #000;
}

#acol1 .c_sid {
	position: absolute;
    left: 15px;
    top: 155px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#acol1 .mydetail {
	position: absolute;
    right: 20px;
    top: 153px;
    cursor: pointer;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#acol1 .c_sid .triangle {
	position: absolute;
    left: 115px;
    top: 7px;
    width: 10px;
    height: 10px;
    border: #666 solid;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}

/* 經營權切換 select */
#acol1 .c_sid .gmenu {
	position: absolute;
    left: -1px;
    top: -1px;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
	padding: 4px 0;
	min-width: 200px;
}

.gmenu option{
	font-size: 16px;
}

#acol1 .inway {
	position: absolute;
	left: 90px;
    top: 70px;
}

#acol1 .inway img {
	width: 33px;
}

#acol1 .userleavel {
	position: absolute;
	left: 140px;
	top: 40px;
}

#acol1 .userleavel a {
	font-size: 14px;
	font-weight: 700;
	color: #666666;
}

#acol1 .userleavel img {
	position: absolute;
	margin-top: 60px;
	width: 35px;
}

#acol1 .userleavel .distributor-container {
	position: relative;
	top: 67px;
    left: 5px;
    display: block;
	cursor: pointer;
}

#acol1 .userleavel .dateoff {
	font-size: 11px;
	font-weight: 100;
	color: #888;
	position: relative;
    top: 65px;
    left: 35px;
}

.bhr {
	min-height: 10px;
	background: #EBEBEB;
	padding-left: 10px;
	font-weight: 700;
	color: #19294F;
	padding-top: 10px;
}

/* 間隔 div */

.bhr-w {
	height: 15px;
	background: #FFF;
}

/* 間隔 div */

.linehr {
	height: 1px;
	background: #EBEBEB;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 間隔 div */

#typeg {
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 4px;
}

#typeg span {
	font-size: 18px;
	font-weight: 900;
	color: #000;
	width: 50%;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

#typeg .now {
	border-bottom: 4px solid #EE7600;
	color: #EE7600;
}

#pointlist,
#teammenu {
	height: 100px;
}

#pointlist div {
	display: inline-block;
	width: 32%;
	text-align: center;
	border-left: 1px solid #DDD;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

#pointlist div img {
	width: 33px;
}

#pointlist div .p1 {
	font-size: 16px;
}

#pointlist div .p2 {
	font-size: 12px;
	color: #19294F;
}

#pointlist div .p3 {
	font-size: 18px;
	color: #19294F;
}

#teammenu div {
	display: inline-block;
	width: 49%;
	text-align: center;
	border-left: 1px solid #DDD;
	margin-top: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 14px;
	color: #666666;
	vertical-align: middle;
}


#teammenu div img {
	width: 36px;
	margin-bottom: 6px;
}

#teammenu div svg {
	-webkit-transform: scale(1.35);
	        transform: scale(1.35);
	margin-bottom: 12px;
}

#pfile {
	display: none;
}

#pg1 {
	opacity: 1;
	position: relative;
	left: 0px;
}

#pg2 {
	opacity: 0;
	position: absolute;
	left: -20000px;
}

.close {
	width: 20px;
	height: 20px;
	position: relative;
	display: inline-block;
}

.close:after {
	content: '';
	height: 20px;
	border-left: 1px solid #000;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	left: 9px;
}

.close:before {
	content: '';
	height: 20px;
	border-left: 1px solid #000;
	position: absolute;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	left: 9px;
}

.nplus {
	width: 20px;
	height: 20px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.nplus:after {
	content: '';
	height: 20px;
	border-left: 4px solid #EE7600;
	position: absolute;
	left: 6px;
}

.nplus:before {
	content: '';
	height: 20px;
	border-left: 4px solid #EE7600;
	position: absolute;
	left: 6px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.nless {
	width: 20px;
	height: 20px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.nless:after {
	content: '';
	height: 20px;
	border-left: 4px solid #EE7600;
	position: absolute;
	left: 6px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.linebox {
	position: relative;
	width: 100%;
	padding-right: 25px;
	min-height: 32px;
	text-align: right;
	padding-bottom: 10px;
}

.linetitle {
	position: absolute;
	left: 15px;
	height: 32px;
	line-height: 32px
}

.linevalue {
	position: relative;
	display: inline-block;
	height: 32px;
	color: #EE7600;
	font-size: 24px;
	line-height: 32px
}

.linedr {
	position: relative;
	display: inline-block;
	height: 32px;
	color: #EE7600;
	font-size: 12px;
	line-height: 32px;
	margin-left: 5px;
}

.typenow {
	position: relative;
	display: inline-block;
	border: 1px solid #EE7600;
	padding:0 10px;
	height: 32px;
	color: #FFF;
	background: #EE7600;
	border-radius: 5px;
	font-size: 14px;
	line-height: 32px
}

.typeoff {
	position: relative;
	display: inline-block;
	border: 1px solid #CCC;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 32px;
	color: #000;
	background: #EBEBEB;
	border-radius: 5px;
	font-size: 14px;
	line-height: 32px;
	cursor: pointer;
}

.triangle {
	position: relative;
	display: inline-block;
	top: 4px;
	height: 0;
	width: 0;
	border-top: 10px solid transparent;
	border-left: 15px solid #80BF25;
	border-bottom: 10px solid transparent;
}

/* #topimg_bg{position:absolute;width:100%;background:#F7F7F7;background:linear-gradient(top,#F7F7F7,#EBEBEB);background:-moz-linear-gradient(top,#F7F7F7,#EBEBEB));background:-webkit-linear-gradient(top,#F7F7F7,#EBEBEB);} */

#msg_box {
	text-align: left;
}

#msg_box .msg_not_read {
	border-bottom: 1px solid #EEE;
	background: #FFFEEE url(../images/index_return-gray_red.png) no-repeat right 15px center;
	background-size: auto 20px;
	cursor: pointer;
}

#msg_box .msg_read {
	border-bottom: 1px solid #EEE;
	background: #FFFFFF url(../images/index_return-gray.png) no-repeat right 15px center;
	background-size: auto 20px;
	cursor: pointer;
}

#msg_box .msg_title {
	font-size: 14px;
	margin-left: 20px;
	margin-right: 35px;
	color: #01293F;
	padding-top: 5px;
}

#msg_box .msg_body {
	font-size: 14px;
	margin-left: 20px;
	margin-right: 35px;
	color: #666;
}

#msg_box .msg_date {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 35px;
	color: #AAA;
	margin-bottom: 5px;
}

#msg_box .msg_not_read .msg_title {
	font-weight: 900;
}

#contentbody5,
#contentbody4,
#contentbody3 {
	margin-top: 46px;
	margin-bottom: 50px;
	background-color: #FFF;
	-webkit-overflow-scrolling: touch;
	/* padding-bottom: 100px; */
	position: relative;
}

#contentbody3 .editinput {
	border: 0;
	line-height: 30px;
	height: 30px;
	width: 300px;
	margin-top: 20px;
}

#contentbody3 .button {
	border: 0;
	line-height: 30px;
	height: 30px;
	width: 100px;
	background-color: #609739;
	color: #FFF;
	font-weight: 900;
	text-align: center;
	margin-top: 10px;
}

#contentbody3 ul {
	list-style-type: none;
}

#contentbody3 ul li {
	width: 100%;
	height: 48px;
	background-color: #FFF;
}

#contentbody3 ul li a {
	display: inline;
}

#contentbody3 ul li .title {
	position: absolute;
	left: 0;
	text-align: left;
	padding-left: 90px;
	padding-right: 40px;
	width: 100%;
	font-size: 20px;
	line-height: 47px;
	border-bottom: 1px solid #D3D3D3;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/index_return-gray.png) no-repeat right 20px center;
	background-size: auto 15px;
}

#contentbody3 ul li .title_none {
	position: absolute;
	left: 0;
	text-align: left;
	padding-left: 10px;
	padding-right: 40px;
	width: 100%;
	font-size: 20px;
	line-height: 47px;
	border-bottom: 1px solid #D3D3D3;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/index_return-gray.png) no-repeat right 20px center;
	background-size: auto 15px;
}

#contentbody3 ul li .itemtitle {
	position: absolute;
	color: #000;
	font-weight: 900;
	left: 0;
	text-align: left;
	padding-left: 90px;
	padding-right: 40px;
	width: 100%;
	font-size: 20px;
	line-height: 47px;
	border-bottom: 1px solid #D3D3D3;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/index_return-gray.png) no-repeat right 20px center;
	background-size: auto 15px;
}

#contentbody3 ul li:last-child .itemtitle{
	border:0;
}

#contentbody3 ul li .itemdate {
	position: absolute;
	left: 0;
	padding-top: 34px;
	text-align: left;
	padding-left: 90px;
	width: 100%;
	font-size: 10px;
	color: #AAA;
}

#contentbody3 ul li .item_reply {
	position: absolute;
	right: 40px;
	margin-top: 4px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-size: 10px;
	color: #FFF;
	background-color: #1577BE;
	border-radius: 15px;
}

#contentbody3 ul li .linelayer {
	background: #fff;
	height: 48px;
	left: 0;
	position: absolute;
	width: 80px;
	z-index: 1;
}

.pushformbox div {
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #D3D3D3;
	text-align: justify;
	background: #FFF;
}

.pushformbox div a {
	display: inline;
}

.pushformbox div .t1 {
	position: absolute;
	left: 10px;
	line-height: 47px;
	width: 90%;
	font-size: 18px;
	text-align: left;
	color: #000;
}

.pushformbox div .t2 {
	position: relative;
	display: block;
	padding-left: 100px;
	padding-right: 50px;
	width: 100%;
	overflow: hidden;
	width: 100%;
	color: #888;
	line-height: 47px;
	white-space: nowrap;
	text-overflow: ellipsis;
}


#header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
	height: 45px;
	text-align: center;
	background: #277EAE;
	background: -webkit-gradient(linear, left bottom, left top, from(#19294F), to(#1577BE));
	background: linear-gradient(0deg, #19294F, #1577BE);
	background: -webkit-linear-gradient(0deg, #19294F, #1577BE);
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

#header1,
#header2,
#header3,
#header4,
#header5 {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 11;
	height: 45px;
	text-align: center;
	background: #277EAE;
	background: -webkit-gradient(linear, left bottom, left top, from(#19294F), to(#1577BE));
	background: linear-gradient(0deg, #19294F, #1577BE);
	background: -webkit-linear-gradient(0deg, #19294F, #1577BE);
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}


#headerleft {
	position: absolute;
	width: 70px;
	height: 45px;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 10;
}



#leftbuttom div {
	position: absolute;
	left: -7px;
	width: 5px;
	height: 100%;
	margin-top: 13px;
}

#leftbuttom div span {
	position: relative;
	width: 2px;
	height: 2px;
	border-radius: 1px;
	background-color: #FFF;
	display: block;
	margin-bottom: 3px;
}

#leftbuttom img {
	height: 30px;
}

#maintitle {
	position: relative;
	width: 100%;
	top: 7px;
}

#maintitle img {
	height: 30px;
}

#contentbody {
	border: 1px solid #FFF;
	/* height: 100%; */
	/* -webkit-touch-callout: none; */
	/* -webkit-user-select: none; */
	/* Disable selection/copy in UIWebView */
}

#topcontent, #bottomcontent{
	position: relative;
	top: 45px;
}
#topcontent {
	position: relative;
    width: 100%;
	overflow: hidden;
}

#topcontent img {
	position: absolute;
    cursor: pointer;
    top: 0;
}

/*線上訂購*/

#buy {
	position: absolute;
	width: 100%;
	z-index: 31;
	top: -40px;
}

#productslist {
	position: relative;
	width: 100%;
	padding: 0;
	text-align: center;
}

div.pitem {
	position: relative;
	width: 320px;
	padding: 0;
	background: #fff;
	border: solid 1px #ccc;
	display: inline-block;
	text-align: center;
	height: 400px;
	margin: 0 8px 10px 8px;
	-webkit-box-shadow: 0px 1px 5px rgba(20%, 20%, 40%, 0.1);
	box-shadow: 0px 1px 5px rgba(20%, 20%, 40%, 0.1);
	transition: all .1s ease-out;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
}

div.pitem:hover {
	-webkit-box-shadow: 0px 4px 5px rgba(20%, 20%, 40%, 0.7);
	box-shadow: 0px 4px 5px rgba(20%, 20%, 40%, 0.7);
}

div.pitem img {
	position: relative;
	min-width: 100px;
	max-width: 350px;
	min-height: 100px;
	max-height: 350px;
	width: 300px;
	height: auto;
}

div.photo {
	position: relative;
	width: 100%;
	height: 260px;
	background: rgba(0, 0, 0, .05);
	padding-top: 16px;
}

/* 購物車數量按鈕 */
.my-cart-btn{
	position: absolute;
    right: 7px;
    top: 0px;
    cursor: pointer;
    z-index: 1;
    padding: 10px 20px;
    line-height: initial;
}

.cart-number-spin{
	position: absolute;
    top: 6px;
    right: 8px;
    font-size: 14px;
    font-weight: 700;
    background: #CE0000;
    color:#FFF;
    min-width: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(.85);
    transform: scale(.85);
    border-radius: 50px;
    padding: 3px 7px;
}

.scale-cart{
	-webkit-animation: scale-cart .2s;
	        animation: scale-cart .2s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count:1;
}

@-webkit-keyframes scale-cart{
	0%   {-webkit-transform: scale(.85);transform: scale(.85);}
    50%  {-webkit-transform: scale(1);transform: scale(1.05);}
    100% {-webkit-transform: scale(.85);transform: scale(.85);}
}

@keyframes scale-cart{
	0%   {-webkit-transform: scale(.85);transform: scale(.85);}
    50%  {-webkit-transform: scale(1);transform: scale(1);}
    100% {-webkit-transform: scale(.85);transform: scale(.85);}
}

.product-type{
	margin: 2px 0 2px 10px;
}

.cart_detail {
	position: relative;
	padding: 0;
	text-align: left;
	line-height: 24px;
}

.cart_detail p {
	position: relative;
	margin-top: 15px;
	padding: 0 15px;
	font-size: 19px;
	font-weight: normal;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

span.money {
	position: relative;
	left: 15px;
	bottom: -9px;
	font-size: 19px;
	font-weight: 800;
	color: #CE0000;
	line-height: 30px;
}

span.pv {
	position: absolute;
	right: 15px;
	bottom: -9px;
	font-size: 19px;
	font-weight: 800;
	color: #19294F;
	line-height: 30px;
}

div.add {
	position: relative;
	text-align: center;
	left: -134px;
	left: -134px;
	z-index: 1;
}

span.addtocart {
	position: absolute;
	text-align: center;
	width: 100.2%;
	left: 133px;
	background: #489215;
	bottom: -70px;
	color: #fff;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
}

span.calltoadd {
	position: relative;
	width: 60%;
	text-align: center;
	bottom: -47px;
	color: #fff;
	cursor: pointer;
	line-height: 40px;
	border: solid 1px #fff;
	padding: 10px 20px;
}

#nav-icon5-cart {
	position: fixed;
	right: 24px;
	top: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	z-index: 12;
	cursor: pointer;
}

#nav-icon5-cart img {
	width: 100%;
}

.addcart2{
	-webkit-box-shadow: 0px -5px 10px #666;
	        box-shadow: 0px -5px 10px #666;
}

#cart_num {
	position: absolute;
	font-size: 9px;
	line-height: 13px;
	height: 13px;
	padding: 0 4px 0 4px;
	color: #FFF;
	background-color: #19294F;
	border: 0;
	border-radius: 10px;
}

#cart_list {
	position: absolute;
	background-color: #DDD;
	font-size: 9px;
	color: #000;
	border: 0;
	width: 170px;
	right: 0;
	top: 40px;
}

#cart_list table {
	width: 100%;
}

#cart_list table img {
	width: 50px;
}

#feearray,#addtocart,
#cartrate {
	display: none;
}

.cart_pv {
	font-size: 11px;
	font-weight: 800;
	color: #19294F;
	text-align: right;
}

.cart_price {
	font-size: 11px;
	font-weight: 800;
	color: #CE0000;
	text-align: right;
}

/*=========獎金列表==========*/

.ta td,
.tb td {
	border-bottom: 1px solid #DDD;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

.ta td {
	background-color: #FDD;
}

.tb td {
	background-color: #DDF;
}

.bonus {
	background: url(https://www.trustethic.com/images/logo.png) no-repeat center;
	/*	color: #FFF;*/
	display: block;
	padding: 0 15px;
	overflow-y: scroll;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

h2 {
	text-align: center;
	margin-top: 6px;
	font-size: 16px;
}

h3 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}

.bonus_title h2 {
	font-size: 20px;
	margin-top: 6px;
	color: #FFF;
	background: rgba(5, 116, 151, 0.8) none repeat scroll 0 0 !important;
	background-color: #057497;
	font-weight: 700;
	padding: 2px;
	margin-bottom: 5px;
}

.bonus div span {
	font-size: 16px;
	padding: 10px 0px;
}

.list1 {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important;
	text-align: center;
	height: auto;
	margin: 0px auto;
	border: 1px solid rgba(0, 0, 0, .07);
	padding: 10px 0;
	background-color: #FFF;
	border-radius: 7px;
	-webkit-box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, .4);
	        box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, .4);
}

#list1_lr {
	/*margin-left: 20px;
  margin-right: 20px;*/
	text-align: center;
	margin: 10px 10px 0 10px;
	opacity: 0.9;
}

.list1_lr1,
.list1_lr2,
.list1_lr3 {
	display: inline-block;
	margin-left: 13px;
}

.list1_l1,
.list1_l2,
.list1_l3,
.list1_r1,
.list1_r2,
.list1_r3 {
	width: 210px;
	display: inline-block;
	margin-right: 15px;
}

.r1 {
	background-color: rgb(4, 80, 153);
	border: #3782c2;
	height: 80px;
}

.r2 {
	background-color: rgb(4, 83, 108);
	border: rgb(48, 89, 100);
}

.r3 {
	width: 195px;
	text-align: center;
	position: absolute;
	top: 11px;
	z-index: 20;
	color: #FFF;
	font-weight: bolder;
}


#list1_lr a {
	font-size: 16px;
	margin: 10px auto;
	line-height: 18px;
	border-radius: 6px;
	padding: 8px 5px 5px 5px;
	font-weight: bold;
	display: block;
	height: 60px;
	position: relative;
}

.list1_l a>span,
.list1_r a>span {
	color: #C70E0E;
	font-size: 18px;
}

.list1_c {
	clear: both;
	position: relative;
	top: 10px;
	text-align: center;
	margin-bottom: 15px;
}

.list1_c h3 {
	font-size: 19px;
	color: #FFFFFF;
	background-color: #0D5793;
	margin: 0px auto 0px;
	/*opacity: 0.9;*/
	border-radius: 3px;
	width: 1345px;
	-webkit-box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, .4);
	        box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, .4);
}

.list1_c .p1 {
	width: 1345px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #9E0B0B;
	font-size: 20px;
	margin: 7px auto 7px auto;
	/*opacity: 0.9;*/
	border-radius: 3px;
	-webkit-box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, .4);
	        box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, .4)
}

/*=========list2==========*/

.list2 {
	text-align: center;
	margin: 10px auto;
}

.list2_bonus {
	font-weight: bold;
	vertical-align: text-top;
	/* opacity: 0.9; */
	font-size: 17px;
	color: #fff;
	background-color: #19294F;
	background: rgba(4, 80, 153, 0.7) none repeat scroll 0 0 !important;
	border-radius: 3px;
	display: inline-block;
	width: 95%;
	margin: 10px 15px 15px;
	-webkit-box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, .4);
	        box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, .4);
}

.list2_bonus h2 {
	background: rgba(5, 116, 151, 0.8) none repeat scroll 0 0 !important;
	color: #FFF;
	background-color: #057497;
	font-weight: 700;
	padding: 2px;
	margin-top: 0px;
	/*opacity: 0.9;*/
	border-radius: 3px 3px 0 0;
	font-size: 22px;
}

.list2_bonus div {
	/*padding: 5px 0px 5px;*/
	border-spacing: 0px;
}

.t3 {
	font-size: 18px;
	background: #9E0B0B;
	background: rgba(158, 11, 11, 0.7) none repeat scroll 0 0 !important;
	padding: 5px;
	border-radius: 0 0 3px 3px;
	font-weight: bold;
	color: #fff;
}

.list2_bonus p {
	color: #fff;
}

.t4 {
	position: relative;
	height: 30px;
	width: 100%;
}

.t4_p1 {
	text-align: left;
	width: 18%;
	position: absolute;
	padding-left: 2%;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.t4_p2 {
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 54%;
	overflow: hidden;
	position: absolute;
	line-height: 30px;
	left: 20%;
}

.t4_p5,
.t4_p3 {
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	left: 74%;
	line-height: 30px;
	width: 18%;
}

.t4_p4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 68%;
	text-align: left;
	position: absolute;
	line-height: 30px;
	padding-left: 5%;
}

.t2_p1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 55%;
	text-align: left;
	position: absolute;
	line-height: 30px;
	padding-left: 3%;
}

.t2_p2 {
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* position: absolute; */
	line-height: 30px;
	padding-right: 5%;
}

.t5 {
	position: relative;
	height: 30px;
	width: 100%;
	background: #26164D;
	background: rgba(38, 22, 77, 0.6) none repeat scroll 0 0 !important;
	font-weight: 900;
}

div.t4:nth-child(even) {
	background-color: #70147D;
	background: rgba(112, 20, 125, 0.49) none repeat scroll 0 0 !important;
}

div.t2:nth-child(odd) {
	background-color: #70147D;
	background: rgba(112, 20, 125, 0.49) none repeat scroll 0 0 !important;
}

.topcontrol {
	position: absolute;
	right: 30px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 100000;
	display: none;
}

/*=========languages========*/

.lang_list {
	position: relative;
	width: 30px;
	top: 3px;
}

.lang_tw {
	width: 80px;
	height: 48px;
	position: absolute;
	left: 0;
	z-index: 9;
	background: #FFF url(../images/lang/tw.png) no-repeat center center;
	background-size: 30px auto;
}

.lang_en {
	width: 80px;
	height: 48px;
	position: absolute;
	left: 0;
	z-index: 9;
	background: #FFF url(../images/lang/en.png) no-repeat center center;
	background-size: 30px auto;
}

.lang_vn {
	width: 80px;
	height: 48px;
	position: absolute;
	left: 0;
	z-index: 9;
	background: #FFF url(../images/lang/vn.png) no-repeat center center;
	background-size: 30px auto;
}

ul li span.otherlang {
	position: absolute;
	left: 0;
	text-align: left;
	padding-left: 20px;
	padding-right: 40px;
	width: 100%;
	font-size: 20px;
	line-height: 47px;
	border-bottom: 1px solid #D3D3D3;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/index_return-gray.png) no-repeat right 20px center;
	background-size: auto 15px;
}

ul li span.defaultlang {
	position: absolute;
	left: 0;
	text-align: left;
	padding-left: 50px;
	padding-right: 40px;
	width: 100%;
	font-size: 20px;
	line-height: 47px;
	border-bottom: 1px solid #D3D3D3;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/checked.png) no-repeat left 20px center;
	background-size: auto 15px;
}

/* 個人專頁 */
.grid-container{
	position: relative;
	width: 90%;
	max-width: 768px;
    margin: 0 auto;
    padding: 20px 0;
}

.card{
	border: 1px solid #ccc;
    padding: 30px 20px;
	border-radius: 3px;
	background: #f1f3f5;
}

.card__header span{
	display: inline-block;
	vertical-align: middle;
}

.card .card__photo-container{
	width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.card .card__photo{
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 50%;
}

.card .card__photo::after{
	content: '';
	background: blue;
	position: absolute;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 0;
    opacity: 0.8;
}

.card .card__title--primary{
	font-weight: 700;
    color: #19294F;
    margin-left: 10px;
}

.card .card__title--secondary{
	font-weight: normal;
    color: #666;
    display: block;
    font-size: 12px;
}

.card__qrcode-container{
	margin-top: 10px;
}

.card__qrcode-container .card__qrcode-img{
	display: inline-block;
    position: relative;
	left: -6px;
	width: 30%;
	width: 100%;
	max-width: 130px;
	border-radius: 3px;
}

.card__qrcode-container .card__share-btn{
	display: inline-block;
	position: relative;
	margin: 15px 10px 0 0;
}

.card__qrcode-container .card__share-btn a{
	display: block;
}

.card .card__input-url{
	display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    top: -11px;
}


/*=========RWD==========*/

@media only screen and (max-width: 1560px) {
	.topcontrol {
		right: 25px;
	}
	.list1_l1,
	.list1_l2,
	.list1_l3,
	.list1_r1,
	.list1_r2,
	.list1_r3 {
		width: 165px;
	}
	.list1_c h3 {
		width: 1068px;
	}
	.list1_c .p1 {
		width: 1068px;
	}
	.r3 {
		width: 154px;
	}
}

@media only screen and (max-width: 1280px) {
	.list2_bonus {
		margin-bottom: 10px;
	}
	.r3 {
		width: 197px;
	}
	.list1_l1,
	.list1_l2,
	.list1_l3,
	.list1_r1,
	.list1_r2,
	.list1_r3 {
		width: 210px;
		display: block;
	}
	.list1_c h3 {
		width: 665px;
	}
	.list1_c .p1 {
		width: 665px;
	}
}

@media only screen and (max-width: 850px) {
	.list2_bonus {
		width: 95%;
		margin: 7px auto;
		display: block;
	}
	#list1_lr p {
		margin: 0 auto 10px;
	}

	.list1_l1,
	.list1_l2,
	.list1_l3,
	.list1_r1,
	.list1_r2,
	.list1_r3 {
		display: inline-block;
		margin-bottom: -12px;
	}
	.list1_c>h3 {
		width: 440px;
	}
	.list1_c .p1 {
		width: 440px;
	}
	#efl {
		padding-top: 10px;
	}
	.r3 {
		width: 200px;
	}
}

@media only screen and (max-width: 510px) {
	#list1_lr {
		text-align: center;
		margin: 10px 0px 0 0px;
		opacity: 0.9;
	}
	.topcontrol {
		right: 20px;
	}
	.list1_lr1,
	.list1_lr2,
	.list1_lr3 {
		margin-left: 0px;
	}
	.r3 {
		width: 245px;
	}
	.list1_l1,
	.list1_l2,
	.list1_l3,
	.list1_r1,
	.list1_r2,
	.list1_r3 {
		width: 250px;
		margin-right: 0px
	}
	.list2_bonus {
		width: 95%;
	}
	.list1_c>h3.p2 {
		font-size: 18px;
		width: 260px;
	}
	.list1_c .p1 {
		width: 260px;
	}
}

@media only screen and (max-width: 330px) {
	.list2_bonus {
		width: 95%;
	}
	.list1_l1,
	.list1_l2,
	.list1_l3,
	.list1_r1,
	.list1_r2,
	.list1_r3 {
		width: 220px;
	}
	.r3 {
		width: 215px;
	}
	.list1_c .p1 {
		width: 230px;
	}
	.list1_c>h3.p2 {
		width: 230px;
	}
}


/* 下層MENU */

#bottommenu {
	position: fixed;
	z-index: 999;
	bottom: 0px;
	background: #F8F8F8;
	width: 100%;
	height: 50px;
	padding-top: 5px;
	text-align: center;
	-webkit-box-shadow: 0px -1px 5px #ddd;
	        box-shadow: 0px -1px 5px #ddd;
}

#bottommenu span {
	width: 24%;
	padding-top: 8px;
	height: 40px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #E0E0E0;
	cursor: pointer;
}

#bottommenu * {
	-webkit-transition: all 0s;
	transition: all 0s;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#bottommenu span:last-child {
	border-right: 0px;
}

/* 產品首頁 */

.container {
	position: relative;
	text-align: center;
	clear: both;
}

.container,
.container * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.w100 {
	width: 100%;
	border: 0;
	margin-bottom: 40px;
}

.container h2 {
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #585f69;
}

.container .margin {
	position: relative;
	width: 100%;
	text-align: left;
	height: 100%;
	letter-spacing: -0.3em;
	/* Webkit: collapse white-space between units */
	*letter-spacing: normal;
	/* reset IE < 8 */
	*word-spacing: -0.43em;
	/* IE < 8: collapse white-space between units */
	text-rendering: optimizespeed;
	/* Webkit: fixes text-rendering: optimizeLegibility */
}

.container #listcona {
	background: url('../images/products/cona-pc.jpg') no-repeat;
	background-position: center;
}

.container #listkanpeki {
	background: url('../images/products/kanpeki-pc.jpg') no-repeat;
	background-position: top 20% center;
}

.container #listconchic {
	background: url('../images/products/chic-pc.jpg') no-repeat;
	background-position: center bottom 10%;
}

.container #listcona,
.container .margin .series-box #listkanpeki,
.container .margin .series-box #listconchic,
.container .margin .series-box #list603 {
	width: 100%;
	height: 100%;
	background-size: cover;
	transform: scale(1.01);
	-ms-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.container .margin .series-box:hover #listcona,
.container .margin .series-box:hover #listkanpeki,
.container .margin .series-box:hover #listconchic,
.container .margin .series-box:hover #list603 {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.container .margin .series-box {
	position: relative;
	overflow: hidden;
	width: 33.3333333%;
	padding: 0;
	display: inline-block;
	height: 100%;
}

.container .margin .series-box::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient( linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(transparent));
	background: linear-gradient( 90deg, rgba(0, 0, 0, 0.6), transparent);
	background: -moz-linear-gradient( 90deg, rgba(0, 0, 0, 0.6), transparent);
}

.container .margin .series {
	position: relative;
}

.container .margin .series:hover {
	cursor: pointer;
}


.container .margin .p-logo-box {
	position: absolute;
	width: 100%;
	color: #fff;
	bottom: 25%;
	z-index: 2;
	text-align: center;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.container .margin .p-logo-box:hover {
	cursor: pointer;
}

.container .margin .p-logo-box img {
	bottom: 0;
	position: relative;
	margin-left: 5%;
	min-width: 180px;
	max-width: 300px;
	width: 65%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.container .margin .p-logo-box .name {
	bottom: 0;
	position: relative;
	color: #fff;
	font-size: 21px;
	text-shadow: 2px 2px 1px #000;
	font-weight: 700;
	letter-spacing: 5px;
	margin: 0;
}


.container .margin .series-box:hover .logo-box img {
	bottom: 5px;
}

.container .margin .series-box:hover .logo-box .name {
	bottom: 1px;
	text-shadow: 2px 2px 5px #000, 2px 2px 15px #333, 2px 2px 25px #666;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

@media screen and (min-width: 521px) {
	.container .margin .series-box {
		width: 33.333333%;
		height: 100%;
	}
}

@media screen and (max-width: 520px) {
	.container .margin .series-box {
		width: 100%;
		height: 33.333333%;
		margin: -2px 0;
	}
}

/* login css*/

.body {
	background: url(../images/index_bg.jpg) no-repeat bottom center fixed;
	background-size: cover;
	height: 90%;
	width: 100%;
	position: absolute;
	overflow: hidden;
}

#banner {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding-top: 100px;
}
@media screen and (orientation: landscape) {
	/*橫向螢幕*/
	.body{
		height: 100%;
	}
	#banner {
		padding-top: 7%;
	}
	.login_form div{
		padding-top: 5px;
	}
	.login_form div.send input{
		margin-top: 10px;
	}
}

#banner img {
	width: 190px;
}

.login {
	width: 100%;
	height: 186px;
	text-align: center;
}

.login_form {
	font-family: Arial Unicode MS, Arial;
	font-size: 22px;
	color: #fbfbfb;
	margin-top: 23px;
}

.login_form div {
	padding-top: 10px;
	text-align: center;
}

.login_form p {
	display: inline-block;
	background-color: #FFF;
	width: 240px;
	border-radius: 3px;
}

.login_form p input {
	width: 240px;
    padding: 6px 10px;
    border: 0;
    font-family: Arial Unicode MS, Arial;
    font-size: 19px;
    color: #000;
	border-radius: 3px;
	background: #fbfbfb;
	-webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0px 1000px #efefef inset;
	box-shadow: 0 0 0px 1000px #efefef inset;/*底色*/
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #000; /*字體顏色*/
}
input:-webkit-autofill:hover{
	-webkit-box-shadow: 0 0 0px 1000px #fbfbfb inset;
	        box-shadow: 0 0 0px 1000px #fbfbfb inset;
}
input:-webkit-autofill:focus{
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	        box-shadow: 0 0 0px 1000px #fff inset;
}

.login_form div.send input {
	margin-top: 18px;
	width: 235px;
	border: 0;
	-webkit-appearance: none;
	border-radius: 0;
}

.login_form div.send input.submit {
	width: 240px;
    font-size: 19px;
    color: #fff;
    padding: 10px 0;
    font-weight: 700;
    background: #ee7600;
    -webkit-box-shadow: 0px 1px 5px rgba(20%, 20%, 40%, 0.2);
    box-shadow: 0px 1px 5px rgba(20%, 20%, 40%, 0.2);
    border-radius: 3px;
    cursor: pointer;
}

.login_form div.send input.submit:hover{
	-webkit-box-shadow: 0px 3px 10px rgba(20%, 20%, 40%, 0.5);
	box-shadow: 0px 3px 10px rgba(20%, 20%, 40%, 0.5);
}

#foot {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	color: #FFF;
	font-family: Arial Unicode MS, Arial;
	font-size: 11px;
	padding-top: 50px;
}

* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	outline: none !important;
}

/* do not group these rules */

*::-webkit-input-placeholder {
	color: #BBB;
}

*:-moz-placeholder {
	color: #BBB;
}

/* FF 4-18 */

*::-moz-placeholder {
	color: #BBB;
}

/* FF 19+ */

*:-ms-input-placeholder {
	color: #BBB;
}

/* IE 10+ */

/* 首頁內容 */

/* #bd1{background: #eee;} */

#bottomcontent {
	height: 100%;
}

.content-body {
	background: #efefef;
	font-size: 16px;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content-body * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-block {
	padding: 25px 10%;
	-webkit-overflow-scrolling: touch;
	position: relative;
	border-bottom: 10px solid #ddd;
}

.main-block:last-child {
	padding-bottom: 200px;
	border: none;
}

.display-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* 子選單 */

.submenu {
	background: #EDF6FF;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.submenu .nav {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 auto;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.submenu .nav:last-child {
	margin: 0 auto;
}

.submenu .nav div {
	width: 20%;
	text-align: center;
	cursor: pointer;
	color: #333;
	max-width: 130px;
	font-weight: 600;
	font-size: 0.8em;
}

/* index - nav icon src */

.submenu .nav .icon-company {
	background: url('../images/icon/menu-logo.png') #fff no-repeat center center;
}

.submenu .nav .icon-ttshop {
	background: url('../images/icon/menu-ttshop.png') #fff no-repeat center center;
}

.submenu .nav .icon-product {
	background: url('../images/icon/menu-product.png') #fff no-repeat center center;
}

.submenu .nav .icon-career {
	background: url('../images/icon/menu-system.png') #fff no-repeat center center;
}

.submenu .nav .icon-contact {
	background: url('../images/icon/menu-contact.png') #fff no-repeat center center;
}

.submenu .nav .icon-myorder {
	background: url('../images/icon/menu-myorder.png') #fff no-repeat center center;
}

.submenu .nav .icon-mybonus {
	background: url('../images/icon/menu-bonus.png') #fff no-repeat center center;
}

.submenu .nav .icon-myteam {
	background: url('../images/icon/menu-myteam.png') #fff no-repeat center center;
}

.submenu .nav .icon-e-learning {
	background: url('../images/icon/menu-elearning.png') #fff no-repeat center center;
}

.submenu .nav .icon-n1{
	background: url('../images/icon/menu-n1.png') #fff no-repeat center center;
}
.submenu .nav .icon-n2{
	background: url('../images/icon/menu-n2.png') #fff no-repeat center center;
}
.submenu .nav .icon-n3{
	background: url('../images/icon/menu-n3.png') #fff no-repeat center center;
}
.submenu .nav .icon-n4{
	background: url('../images/icon/menu-n4.png') #fff no-repeat center center;
}


.submenu .nav .icon {
	display: block;
	margin: 0 auto 10px;
	border-radius: 50%;
	background-size: 55%;
	-webkit-box-shadow: 0px 2px 5px #bbd8f5;
	box-shadow: 0px 2px 5px #bbd8f5;
	padding-top: 80%;
	width: 80%;
}

.submenu .nav div:hover .icon {
	box-shadow: 0px 5px 10px rgb(80, 218, 0);
	-webkit-box-shadow: 0px 5px 10px #bbd8f5;
	box-shadow: 0px 5px 10px #bbd8f5;
}

.submenu .nav div:hover {
	color: #000;
}

/* btn base */

.btn {
	background: #ddd;
	padding: 10px 7px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.btn-primary {
	color: #fff;
	background: #1577BE;
}

.btn-primary:hover {
	background: #0f8481;
}

.btn__submit{
	display: block;
    min-height: 40px;
    border: 0;
    border-radius: 3px;
    margin: 0 auto;
	cursor: pointer;
	width: 240px;
    font-size: 19px;
    padding: 10px 0;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
}

.btn__submit--active {
    background: #ee7600;
	color: #fff;
	-webkit-box-shadow: 0px 1px 5px rgba(20%, 20%, 40%, 0.2);
    box-shadow: 0px 1px 5px rgba(20%, 20%, 40%, 0.2);
}

.btn__submit--active:hover{
	background: #ee7600;
	-webkit-box-shadow: 0px 3px 10px rgba(20%, 20%, 40%, 0.5);
	        box-shadow: 0px 3px 10px rgba(20%, 20%, 40%, 0.5);
}

/* 上一頁 下一頁 */
.btn__page {
	font-size: 20px;
    cursor: pointer;
    background: #19294F;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    display: inline-block;
    height: 35px;
    padding-top: 5px;
    font-family: monospace;
    font-weight: 800;
}


/* form - select*/

#contentbody3 select {
	margin: 10px 5px;
    padding: 9px 5px;
    min-width: 80px;
    border-radius: 3px;
    border-color: #1577BE;
    font-size: 14px;
    font-weight: 700;
    color: #025856;
	cursor: pointer;
	position: relative;
	top: -1px;
}
/* 重要公告 */

.announcement {
	background: #fff;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.announcement .icon {
	width: 35px;
	height: 35px;
	background: url('../images/icon/menu-speaker.png') #fff no-repeat center center;
	background-size: 100%;
}


.announcement .announcement-item {
	width: 85%;
	margin-left: 10px;
}

.announcement h2 {
	margin: 0;
	color: #19294F;
	font-size: 0.9em;
	font-weight: 600;
	text-align: left;
}

.announcement p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.5;
	font-weight: 500;
	cursor: pointer;
}

.announcement .btn {
	right: 10%;
	position: absolute;
}


/*各式促銷選購*/

.promotion {
	background: #fff;
	/* max-height: 350px; */
}

.promotion-header {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.promotion-header h2 {
	margin: 0;
	text-align: left;
	font-weight: 900;
	font-size: 1.2em;
	color: #19294F;
}

.promotion .btn {
	position: absolute;
	top: -13px;
	font-weight: 500;
	padding: 15px 10px;
	color: #666;
	background: transparent;
	right: -10px;
}

.promotion-header:hover .btn-normal {
	color: #000;
}

.promotion-body {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.promotion-body-notenough {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.promotion-body-notenough .promotion-body-item{
	margin-right: 2%;
}

.promotion-body-item {
	width: 15%;
	cursor: pointer;
}
.promotion-body-item2{
	width: 100%;
	cursor: pointer;
}

.promotion-body-item2:hover .promotion-item-picture ,.promotion-body-item:hover .promotion-item-picture {
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.promotion-body-item2 .promotion-item-picture{
	-webkit-box-shadow: 0 1px 5px #ccc;
	box-shadow: 0 1px 5px #ccc;
	width: 100%;
	padding: 20px 10px;
	border-radius: 5px;
}

.promotion-body-item .promotion-item-picture {
	-webkit-box-shadow: 0 1px 5px #ccc;
	box-shadow: 0 1px 5px #ccc;
	width: 100%;
	max-width: 182px;
	padding: 20px 10px;
	border-radius: 5px;
}

.promotion-body-item2 .promotion-item-title{
	overflow: hidden;
	-webkit-box-orient: vertical;
	white-space: normal;
	display: -webkit-box;
	font-weight: 600;
	-webkit-line-clamp: 2;
	max-height: 6em;
	line-height: 3em;
	}

.promotion-body-item .promotion-item-title {
	overflow: hidden;
	-webkit-box-orient: vertical;
	white-space: normal;
	display: -webkit-box;
	font-weight: 600;
	-webkit-line-clamp: 2;
	max-height: 2.4em;
	line-height: 1.2em;
}

/* slogan display none 因為企劃處無提供資料 */
.promotion-body-item2 .promotion-item-slogan ,.promotion-body-item .promotion-item-slogan {
	font-size: 0.9em;
	color: #888;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
	display: none;
}

/* 產品內頁 */

.product-container {
	text-align: left;
	font-size: 16px;
}

.product-top-img {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(255, 255, 255, 1);
	background: -webkit-gradient(top, bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(240, 240, 240, 1)));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(47%, rgba(247, 247, 247, 1)), to(rgba(240, 240, 240, 1)));
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 47%, rgba(240, 240, 240, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=1);
	margin: 0 auto;
	padding: 7%;
}

.product-top-img img {
	width: 80%;
	max-width: 600px;
}

.product-top-name {
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.5;
	padding: 15px 15px 0;
	max-width: 1080px;
	margin: 0 auto;
}

.product-main-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 15px 15px;
	font-size: 1em;
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 1px solid #EBEBEB;
	max-width: 1080px;
	margin: 0 auto;
}

.product-main-detail .product-top-type {
	position: relative;
	padding: 5px 20px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	line-height: 1.6;
	color: #666;
	font-weight: 500;
}

.product-main-detail .product-top-type:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	height: 0;
	width: 0;
	border-top: 9px solid transparent;
	border-left: 15px solid #19294F;
	border-bottom: 9px solid transparent;
}

.product-container .main-info {
	font-size: 1.4em;
}

.product-container .main-info span {
	font-size: 16px;
	margin-left: 5px;
}

.product-main-detail .product-pv {
	position: relative;
	color: #333;
	padding-top: 5px;
	padding-right: 15px;
	border-right: 1px solid #ccc;
	min-width: 70px;
}

.product-main-detail .product-price {
	position: relative;
	color: #ee7600;
	padding: 5px 0 1px 15px;
	min-width: 125px;
}

.product-main-detail .purchase-method {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-align: center;
	color: #666;
	font-weight: 500;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	cursor: pointer;
	-webkit-user-select: none;
	/* Safari 3.1+ */
	-moz-user-select: none;
	/* Firefox 2+ */
	-ms-user-select: none;
	/* IE 10+ */
	user-select: none;
	/* Standard syntax */
}

.product-main-detail .multi-method {
	border-left: 1px solid #ccc;
}

.question-mark {
	/* 問號 */
	background: #1577BE;
	color: #fff;
	width: 20px;
	height: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	margin-left: 5px;
	font-size: 12px;
	font-weight: 700;
	position: relative;
	top: -2px;

}

/* 設定產品及活動內文標準格式 */

.content-box {
	border-top: 10px solid #ddd;
	padding: 20px 15px;
}

.content-box h1 {
	/* 內文強調之大標題 */
	font-size: 1.5em;
	line-height: 1.5;
	color: #19294F;
	max-width: 1080px;
	margin: 2em auto 1em;
	width: 100%;
}

.content-box h2 {
	/* 區塊標題 */
	text-align: left;
	position: relative;
	top: 20px;
	margin: 50px auto;
	max-width: 1080px;
	border-bottom: 2px solid #eee;
	padding-bottom: 15px;
}

.content-box p {
	/* 內文敘述 */
	line-height: 1.8;
	font-size: 1.1em;
	margin-bottom: 1em;
	max-width: 1080px;
	margin: 1em auto 1.5em;
}

.content-box img {
	width: 100%;
	margin: 1em auto;
	display: inherit;
	max-width: 1080px;
	margin: 20px auto;
	-webkit-user-select: none;
	/* Safari 3.1+ */
	-moz-user-select: none;
	/* Firefox 2+ */
	-ms-user-select: none;
	/* IE 10+ */
	user-select: none;
	/* Standard syntax */
}

/* ----------------
	購物金，電子錢包，現金集點，旅遊積分
*/

/* 頁首區塊 */
.list__header {
	width: 95%;
	max-width: 960px;
    padding: 20px 10px 5px;
	border-bottom: 5px solid #f7f7f7;
	margin: 20px auto;
}

/* 互轉功能裡的餘額 */
.list__header-in-func {
	border-bottom:0;
	padding-top:40px;
	margin-bottom:0;
	width:100%;
}

.list__header h1 {
	font-size: 20px;
    color: #19294F;
}

.list__header .list__header-icon {
	position: relative;
    top: -2px;
	width: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.list__header .list__header-total-number {
	margin-left: 10px;
}

/* data table - css table */
.list__css-table {
	display: table;
	width: 95%;
	max-width: 960px;
	margin:0 auto;
	padding-bottom: 40px;
	border-collapse: separate;
    border-spacing: 0 0.5em;
}

.list__css-table .list__css-table-thred {
	display: table-header-group;
	background: #1577BE;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.list__css-table .list__css-table-tr{
	display: table-row;
}

.list__css-table .list__css-table-th, .list__css-table .list__css-table-td {
	display: table-cell;
	padding: 10px 15px;
}

.list__css-table .list__css-table-th{
	font-weight: 700;
}

.list__css-table .list__data-date{
	width: 20%;
}

.list__css-table .list__data-number{
	text-align: right;
	font-weight: 700;
	width: 20%;
}

.list__css-table-tr--in .list__css-table-td, .list__css-table-tr--in-odd .list__css-table-td{
	background:	rgba(128, 191, 37, 0.1);
}

.list__css-table-tr--in-even .list__css-table-td{
	background: rgba(126, 146, 95, 0.1);
}

.list__css-table-tr--out .list__css-table-td{
	background: #f8f8f8;
}

.list__css-table-th:first-child, .list__css-table-td:first-child{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.list__css-table-th:last-child, .list__css-table-td:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


/* list hover 前後的 border */
.list__css-table-tr .list__css-table-td{
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.list__css-table-tr .list__css-table-td:first-child{
	border-left: 1px solid transparent;
}

.list__css-table-tr .list__css-table-td:last-child{
	border-right: 1px solid transparent;
}


.list__css-table-tr:hover .list__css-table-td{
	border-top: 1px solid #1577BE;
	border-bottom: 1px solid #1577BE;
}

.list__css-table-tr:hover .list__css-table-td:first-child{
	border-left: 1px solid #1577BE;
}

.list__css-table-tr:hover .list__css-table-td:last-child{
	border-right: 1px solid #1577BE;
}

.list__css-table .list__css-table-tr--out:hover .list__data-number{
	color: #000;
}

.list__css-table .list__css-table-tr--in .list__data-number{
	color: #1577BE;
}

.list__css-table .list__css-table-tr--out .list__data-number{
	color: #555;
}

.list__desc--danger{
	color: #ce0000;
	font-weight: 700;
}

.list__footer__word{
	/* 餘額或備註 */
	font-size: 14px;
	font-weight: 700;
	color: #333;
	text-align: center;
	letter-spacing: 1px;
	padding-bottom: 30px;
}

@media screen and (max-width: 1024px) {
	/* iPad*/
	.submenu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.submenu .nav {
		width: 100%;
		margin-bottom: 15px;
	}
	.submenu .nav div {
		font-size: 1em;
		}
	.submenu .nav .icon {
		width: 80%;
		padding-top: 80%;
	}
}



@media screen and (max-width: 768px) {
	.submenu .nav {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.submenu .nav .icon {
		width: 85%;
		padding-top: 85%;
	}
	.submenu .nav div {
		font-size: 0.9em;
	}
	.announcement .announcement-item {
		width: 85%;
	}
	.announcement .btn {
		top: -1px;
		color: #666;
		background: none;
		font-weight: 500;
		padding: 15px 10px;
		right: 2%;
	}
	.main-block {
		padding: 15px 4%;
	}
	.promotion-body-notenough {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.promotion-body-notenough .promotion-body-item {
		margin-right: 0;
	}
	.promotion-body-item {
		width: 23%;
		display: none;
	}
	.promotion-body-item:nth-child(-n+2) {
		margin-bottom: 20px;
	}
	.promotion-body-item:nth-child(-n+4) {
		display: block;
	}
	.product-price{
		display: block;
	}

	.product-top-name{
		font-size: 1.2em;
	}

	.product-main-detail .product-pv {
		border-right: 0;
    	text-align: right;
    	padding-right: 0;
		top: 27px;
		font-size: 1em;
	}
	.product-main-detail .product-price {
		display: block;
    	padding-left: 0;
    	text-align: right;
    	top: -27px;
	}

	.list__css-table, .list__header{
		width: 90%;
	}

	.list__css-table .list__css-table-thred{
		display: none;
	}

	.list__css-table .list__css-table-tr{
		-webkit-box-shadow: 0px 0px 5px #ccc;
		        box-shadow: 0px 0px 5px #ccc;
		border-radius: 5px;
	}

	.list__css-table .list__css-table-th, .list__css-table .list__css-table-td{
		display: block;
		text-align: left;
		padding: 10px 15px 0;
		line-height: 24px;
	}

	.list__css-table-td:first-child{
		border-radius: 5px 5px 0px 0px;
	}

	.list__css-table-td:last-child{
		border-radius: 0px 0px 5px 5px;
		padding-bottom: 10px;
	}

	.list__css-table .list__data-date{
		width: 100%;
	}
	.list__css-table .list__data-number{
		width: 100%;
		font-size: 20px;
	}

	.list__css-table-tr .list__css-table-td,
	.list__css-table-tr .list__css-table-td:first-child,
	.list__css-table-tr.list__css-table-td:last-child,
	.list__css-table-tr:hover .list__css-table-td,
	.list__css-table-tr:hover .list__css-table-td:first-child,
	.list__css-table-tr:hover .list__css-table-td:last-child{
		border: 1px solid transparent;
	}
}

@media screen and (max-width: 568px) {
	.card__qrcode-container{
		text-align: center;
	}

	.card__qrcode-container .card__qrcode-img{
		max-width: 250px;
		margin: 0 auto;
		left: auto;
	}

	.card .card__input-url{
		max-width: 250px;
    	width: 100%;
	}
}

@media screen and (max-width: 375px) {
	.submenu .nav .icon {
		width: 95%;
		padding-top: 95%;
	}
	.promotion {
		max-height: none;
	}
	.promotion-body-item {
		width: 48%;
	}
}