.content_block {

	width:88%;

	margin:0 auto;

}

/*product_list_box*/

.sub_banner {

	float: left;

    width: 100%;

}

.sub_banner img {

	width:100%;

	height:auto;

}

.product_list_box {

	float:left;

	width:100%;

	margin-bottom:50px;

}

.product_list_box ul {

	width:102%;

	margin-left:-2%;

	float:left;

}

.product_list_box li {

	float:left;

	width:23%;

	/*width: 252px;

	height: 396px;*/

	margin:30px 0 30px 0;

	margin-left:2%;

	text-align:center;

	-webkit-transition: opacity 0.3s ease-in-out;

  -moz-transition: opacity 0.3s ease-in-out;

  -o-transition: opacity 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out;

}

.product_list_box li:hover {

	filter:alpha(opacity=100);

	-moz-opacity:1;

	opacity:1;

}

.product_list_box .pro_img {

	position:relative;

	width:100%;

	/*height:471px !important;

	width:240px;

	height:320px;*/

	text-align: center;

	overflow:hidden;

	

}

.product_list_box .pro_img:hover {

	

}

.product_list_box .pro_img img {

	position:absolute !important;

	top:0;

	left:0;

	width:100%;

	height:auto;

	-webkit-transition: 500ms all ease-in-out;

-moz-transition: 500ms all ease-in-out;

transition: 500ms all ease-in-out;

}

.product_list_box .pro_img:hover img {

	    -moz-transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}

.product_list_box .pro_img img:nth-child(2) {

	z-index:50;

	filter: alpha(opacity=0);

	-moz-opacity:0;

	-khtml-opacity: 0;

	opacity: 0;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}

.product_list_box .pro_img:hover img:nth-child(2) {

	filter: alpha(opacity=100);

	-moz-opacity:1;

	-khtml-opacity: 1;

	opacity: 1;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}


.related_list_block {
	position:relative;
	float: left;
    width: 100%;
    background: #f2f2f2;
}
.related_list_block:before, .related_list_block:after {
	content:" ";
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background: #f2f2f2;
}
.related_list_block:before {
	left:-100%;
}
.related_list_block:after {
	right:-100%;
}
.product_list_box1 {
	float:left;
	width:100%;
}

.product_list_box1 ul {

	width:101%;

	margin-left:-2%;

	float:left;

}

.product_list_box1 li {

	float:left;

	width:23%;

	/*width: 252px;

	height: 396px;*/

	margin:30px 0 30px 0;

	margin-left:2%;

	text-align:center;

	-webkit-transition: opacity 0.3s ease-in-out;

  -moz-transition: opacity 0.3s ease-in-out;

  -o-transition: opacity 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out;

}

.product_list_box1 li:hover {

	filter:alpha(opacity=100);

	-moz-opacity:1;

	opacity:1;

}

.product_list_box1 .pro_img {

	position:relative;

	width:100%;

	/*height:471px !important;

	width:240px;

	height:320px;*/

	text-align: center;

	overflow:hidden;

	

}

.product_list_box1 .pro_img:hover {

	

}

.product_list_box1 .pro_img img {

	/*position:absolute !important;*/

	top:0;

	left:0;

	width:80%;

	height:auto;

	-webkit-transition: 500ms all ease-in-out;

-moz-transition: 500ms all ease-in-out;

transition: 500ms all ease-in-out;

}

.product_list_box1 .pro_img:hover img {

	    -moz-transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}

.product_list_box1 .pro_img img:nth-child(2) {

	z-index:50;

	filter: alpha(opacity=0);

	-moz-opacity:0;

	-khtml-opacity: 0;

	opacity: 0;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}

.product_list_box1 .pro_img:hover img:nth-child(2) {

	filter: alpha(opacity=100);

	-moz-opacity:1;

	-khtml-opacity: 1;

	opacity: 1;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}
.pro_sell_num {
	margin-top: 10px;
    color: #888787;
    background: #efefef;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
}

.pro_title h4 {

	color:#000;

	line-height:20px;

	margin:10px;

}

.pro_title h4 a {

	color:#928779;

}

.pro_title h4 a:hover {

	color:#50463a;

}

.pro_price, .price_sale {
	color:#8E8E8E;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

.pro_price b:nth-child(2) {

	

}

.pro_price b s {
	color:#BFBFBF;
}

.price_sale {

	/*color:#990033;*/

	

}



.pro_view {

	float:right;

	

}

.pro_view li {

	position:relative;

	display:inline-block;

}

.pro_view li a {

	display:block;

	border: #E2E2E2 1px solid;

    padding: 5px 15px 5px 5px;

    color: #B5B5B5;

    background: #FFF;

}

.pro_view li a:after {

	position: absolute;

    display: block;

    content: " ";

    top: 40%;

    right: 5px;

    border: solid transparent;

    border-top: 4px solid #A7A7A7;

    border-left: 3px solid transparent;

    border-right: 3px solid transparent;

}

.pro_view .current a {

	background: #EFEFEF;

}

.pro_view li.current a:after {

	

}

/*product detail*/

.pro_right {

	float:left;

	width: 40%;

	min-height:200px;

	margin-top:20px;

	margin-bottom:50px;
	padding-left:60px;
	box-sizing: border-box;
	font-family: 'Open Sans', 'Noto Sans TC', sans-serif;
}

.pro_right .pro_title h4 {

	font-size:16px;

	margin:0 0 10px 0;

}

.pro_right .pro_number {

	margin:10px 0;

	padding-bottom:10px;

	color:#adadad;

	background:url(../images/line_gray.gif) repeat-x 0 bottom;

}

.pro_simple_desc {

	margin:20px 0 20px 0;

	padding-bottom:40px;

	line-height:23px;

}

.pro_social_btn {

	float:right;

	margin-top:8px;

}

.pro_social_btn li {

	float:left;

	width:25px;

	height:25px;

	text-indent:-99999px;

	margin-left:3px;

	filter:alpa(opacity=90);   /* old IE */

	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90,FinishOpacity=15, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16); /*supported by current IE*/

	-moz-opacity:0.9;          /* Moz + FF */

	opacity:0.9;               /* 支持新版瀏覽器 */

}

.pro_social_btn li a {

	display:block;

	width:25px;

	height:25px;

}

.pro_social_btn li:hover {

	filter:alpa(opacity=100);   /* old IE */

	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100,FinishOpacity=15, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16); /*supported by current IE*/

	-moz-opacity:1;          /* Moz + FF */

	opacity:1;               /* 支持新版瀏覽器*/ 

}

.btn_pro_fb {

	background:url(../images/probtn_fb.gif) no-repeat;

}

.btn_pro_ig {

	background:url(../images/probtn_ig.png) no-repeat;

}

.btn_pro_pinterest {

	background:url(../images/probtn_pinterest.gif) no-repeat;

}

.btn_pro_twitter {

	background:url(../images/probtn_twitter.gif) no-repeat;

}



.pro_info {
	float:left;
	width:90%;
	margin-bottom:5px;
	box-sizing: border-box;
}

.pro_info dl {
	position:relative;
	float:left;
	width:100%;
	min-height: 35px;
	margin-bottom:20px;
}

.pro_info dt, .pro_info dd {

	float:left;

}

.pro_info dt {
	color:#000;
	font-weight:bold;
}
.pro_info dl.sold_num dt {
	color:#6C6C6C;
	font-weight: normal;
}
.pro_feat dl {
	padding-left:50px;
	box-sizing: border-box;
}
.pro_feat dt {
	position:absolute;
	left:0;
	width:50px;
	line-height:33px;
}
.pro_feat dd {
	width:100%;
}

.pro_feat select, .pro_feat input {

	border:#6c6c6c 1px solid;

	padding:0;

	margin:0;

	outline:none;

	font-weight:bold

}

.pro_feat select {
	width:100%;
	height:35px;
	padding:0 10px;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	border-radius: 5px;
    background: #FFF;
    border: #d4d4d4 1px solid;
}
.pro_select {
	position:relative;
}
.pro_select:after {
	position: absolute;
    display: block;
    content: " ";
    top: 40%;
    right: 10px;
    border: solid transparent;
    border-top: 5px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.pro_feat  .quantity_block {
	position: relative;
    border: #d4d4d4 1px solid;
    padding: 0 30px;
    border-radius: 5px;
    background: #f9f9f9;
}
.pro_feat input.input_quantity {
	border:0;
	outline:0;
	width:100%;
	height:33px;
	text-align:center;
}
a.quantity_btn_minus, a.quantity_btn_plus {
	display:block;
	position:absolute;
	top:0;
	width:30px;
	line-height:33px;
	text-align:center;
	cursor:pointer;
}
a.quantity_btn_minus {
	left:0;
	border-right: #d4d4d4 1px solid;
}
a.quantity_btn_plus {
	right:0;
	border-left: #d4d4d4 1px solid;
}
.pro_info .pro_price, .pro_info .price_sale {
	font-size: 20px;
  	margin-bottom: 10px;
  	color: #000;
}

.pro_size a {
	display:inline-block;
	min-width:30px;
	height:30px;
	border: #d4d4d4 1px solid;
	border-radius: 3px;
	text-align:center;
	line-height:30px;
	margin-right:3px;
	margin-bottom: 5px;
	padding: 0 5px;
	color: #000;
}

.pro_size a:hover, .pro_size a.size_select {
	background-color: #f5f3ed;
    border: #000 1px solid;
}

.pro_feat .price_sale img {

	margin-left:10px;

	font-weight:bold;

}

.pro_btn {
	position:relative;
	float:left;

	width:90%;

	padding-left:36px;
	box-sizing:border-box;
	margin-top:10px;

}
/*加入購物車按鈕*/
.pro_btn li {
	float: left;
  width: 50%;
  padding-left: 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

.pro_btn li a {

	display:block;

	padding:10px;

	color:#FFF;

	border:#000000 2px solid;
	background:#999999;

	text-align:center;

	-webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
	box-sizing: border-box;

}

.pro_btn li a:hover {
	color: #FFF;
	border:#000000 2px solid;
	background:#999999;

}

.pro_btn li a span {

	display:block;

	margin:5px 0;

}

.pro_btn li a span.en {

	display:none;

}
.pro_btn li.pro_btn_wish a {
	color: #b39978;
	background: #FFF;
}
.pro_btn li.pro_btn_wish a:hover {
	border-color: #9e8565;
	color: #9e8565;
}

/*.pro_btn li.pro_btn_wish {
	position: absolute;
	right:0;
	top:0;
	width:47px;
	padding:0;
}
.pro_btn li.pro_btn_wish a {
	width:47px;
	height:47px;
	font-size:20px;
	padding:10px 0;
}*/

.pro_btn li.pro_btn_cart {

	

}



.pro_detail {
	padding:10px 0;
	margin-bottom: 30px;
	line-height: 20px;
}

.pro_detail img {

	max-width:100%;

	height:auto !important;

}

.pro_stock {

	width:70%;

	margin:0 auto;

	padding:50px 0;

}

a.btn_message {
	display: inline-block;
	color: #645d51;
	background:#d1cbbd;
	padding:10px 30px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.btn_message:hover {
	color: #FFF;
	background:#b9af97;
}

.btn_qa {
	display:inline-block;
	background:#DCDCDC;
	padding:3px 5px;
	margin:2px;
	white-space: nowrap;
}

.btn_qa:hover {
	color: #645d51;
	background:#d1cbbd;
}


/*quantity_table*/

.quantity_table th {

	background:#f2f2f2;

	border:#bebebe 1px solid;

	padding:10px;

	font-weight:bold;

}

.quantity_table td {

	border:#bebebe 1px solid;

	padding:10px;

}

/*.tr_color {

	background:#FFEED2;

}

.pre-order {

	color: #A5A5A5;

}

.few-order {

	color: #FF6820;

}

.enough-order {

	color:#000;

}*/



/*q&a*/

.guestbook {
	float: left;
    width: 100%;
	margin-bottom:30px;
}
.guestbook .btn_area {
	text-align:center;
	margin: 30px 0;
}

.guest_con {

	clear:both;

	border-top: #e3e3e3 2px solid;

	padding:20px 0;

	line-height:25px;

}

.guest_name {

	float:left;

	background:#f2f2f2;

	margin-right:20px;

	padding:5px 10px;
	box-sizing: border-box;

}

.guest_use, .guest_admin {

	padding:7px 10px;

	float:left;

	width:100%;
	box-sizing: border-box;

}
.guest_pic {
	margin-top:10px;
	max-width: 600px;
}
.guest_pic li {
	float:left;
	width:20%;
	padding:0 5px;
	box-sizing:border-box;
}
.guest_pic img {
	width:100%;
}
.a_name {

	float:left;

	background:#A5A5A5;

	margin-right:20px;

	padding:5px 10px;

	color:#FFF;

}

.guest_bottom {

	float:right;

	padding:10px 0;

	color: #999;

}

.admin_reply {

	float: left;

	width: 100%;

	border: #AFAFAF 1px dashed;

	margin-top:5px;

}



/*login*/
.login_page > .block, .pwd_block > .block {
	max-width:1000px;
}
.login_box {
	position: relative;
  float: left;
  width: 60%;
  min-height: 106px;
  margin: 0 0 60px 0;
  padding: 20px 75px;
	padding-right: 100px;
  border-right: #e3e3e3 1px solid;
  box-sizing: border-box;
}

.login_box dl {
	position: relative;
  float: left;
  width: 100%;
  padding-left: 100px;
  margin-top: 10px;
  box-sizing: border-box;
}

.login_box dt {
	position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100px;
  padding-top: 7px;
}

.login_box dd {
	float:left;
	width: 100%;
}

.login_box dl.last {

	margin-top:20px;

}

.login_box .last dt {

	width:110px;

}

.btn_login {

	position:absolute;

	right:40px;

}

.login_box input {

	vertical-align:middle;

}

.login_box input[type="text"], .login_box input[type="password"], .login_box textarea {

	width:100%;

	padding:5px;

	border:#E6E6E6 1px solid;

	outline:none;
	box-sizing: border-box;

}

.login_txt {
	float: right;
  width: 40%;
  padding-left: 50px;
  margin-top: 30px;
  line-height: 22px;
  box-sizing: border-box;
}

.login_txt li {

	margin-bottom:20px;

	background: url(../images/arrow_black.gif) no-repeat left 8px;

	padding-left:15px;

}

.login_txt a {

	text-decoration:underline;

}



/*password*/

.pwd_block .login_box dl {

	margin-top:35px;

}

.pwd_block .login_txt li {

	margin-top:20px;

}



/*cart*/
.txt_emptycart {
	font-size:15px;
	text-align:center;
	margin-bottom: 50px;
}

.pro_total_box {

	float:right;

	margin-top:20px ;

	padding:20px 0;

}

.pro_total_box dl {

	float:left;

	clear:both;

	margin-bottom:20px;

	color:#000;

}

.pro_total_box dt, .pro_total_box dd {

	float:left;

	text-align:right;

	width:100px;

}

.pro_total_box dt {

	font-weight:bold;

}

.cart_box table {

	border-collapse:separate;

}

.cart_box thead th {

	padding:15px;

	color:#000;

	font-weight:bold;
	white-space:nowrap;
	border-top: #efefef 1px solid;
    border-bottom: #efefef 1px solid;
    background: #f7f7f7;

}

.cart_box tbody {

	

}

.cart_box tbody td {
	word-break: break-all;
	border-bottom:#e3e3e3 1px solid;
}

.cart_box td {

	/*padding:5px 15px;*/

	padding:10px 15px;

}

.cart_box tbody td:first-child {

	border-left:none;

}

.cart_box tbody td:last-child {

	border-right:none;

}

.cart_box td.cart_pic {

	padding:5px 0;

	border-right:#FFF 1px solid;

}

.cart_box td.cart_pic img {

	height:auto;

}

.cart_box td input {

	/*width:30px;*/

	text-align:center;

}

.cart_box td .pro_number {

	margin:10px;

	color:#B8B8B8;

}

.cart_box td .pro_title h4 a:hover {

	text-decoration:underline;

}
.check_same {
    margin-top: -48px;
}
.footable-row-detail {
	display: table-row !important;
}

.footable-row-detail-inner {
	line-height: 23px;
}

/*payment*/

.cart_step_block {

	padding:30px 0;

	text-align:center;

}
.cart_step_block img {
	max-width:100%;
	height:auto !important;
}

.payment_block {

	/*margin-bottom:50px;*/

}

.payment_table {

	border-bottom:#e3e3e3 1px solid;

}

.payment_table th {

	border-top:#e3e3e3 1px solid;

	border-bottom:#e3e3e3 1px solid;

	border-left:#e3e3e3 1px solid;

	padding:10px 20px;

	text-align:left;

	color:#000;

	font-weight:bold;

	font-size:15px;

}

.payment_table td {

	padding:10px 20px;

	border-left:#e3e3e3 1px solid;

}

.payment_table td td {

	padding:10px 0;

	border:none;

}

.payment_table th:first-child, .payment_table td:first-child {

	border-left:none;

}

.payment_table td input {

	border:#c0c0c0 1px solid;

}

.payment_table th span {

	font-weight:normal;

	font-size:12px;

	margin-left:30px;

}

.shipping_block li {

	padding:5px 10px;

}



/*payment_table2*/

.payment_table2 {

	margin:0 auto;

	border:#FFF 3px solid;

	outline:#DFDFDF 1px solid;

}

.payment_table2 th {

	padding:10px;

	font-weight:bold;

	background:#e4d3c5;

}

.payment_table2 td {

	padding:10px;

	border:#CCC 1px solid;

}



/*order*/
.order_list .footable-row-detail-inner, .bonu_list .footable-row-detail-inner {
	margin-left:0;
}

.jquery_form dt, .jquery_form dd {

	padding:5px;

}
.mess_uploadpic div {
	margin-bottom:5px;
}
.mess_uploadpic div input {
	background:#FFF;
	width:100%;
}
.mess_uploadpic div.txt_notice {
	color:#930;
}
.jquery_form dd.security_code {
	position: relative;
  padding: 0 5px 0 115px;
}
.jquery_form dd.security_code img {
	border: #CCC 1px solid;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 5px;
}
#security_code, #security_code1 {
	width:100%;
	margin:0 !important;
	padding:6px;
}

.jquery_form a.btn_send {
	margin:0 5px;
}

.jquery_form .btn_area {

	margin:20px 0;

}

.order_txt_block {

	margin-top:20px;

}

.order_txt_block .payment_table2 {

	margin:20px 0;

	float:left;

}



/*join*/

.mem_tab table {

	width:100%;

}

.mem_tab tr {

	border-bottom:#f2f2f2 1px solid;

}

.mem_tab th {

	padding:10px;

	text-align:left;

	font-weight:bold;

	color:#000;

}

.mem_tab td {

	padding:10px;

}

.radio_txt {

	margin-bottom:10px;

}

.mem_tip {

	margin:10px 0;

}

.tab_sp {

	background: #F7F7F7;

}



/*contact*/

.contact_block .title div {

	text-align:right;

	margin-right:200px;

}

.contact_block .login_txt {

	margin-left:0;

}

.contact_block .login_box {

	border-left: #e3e3e3 1px solid;

	border-right:none;

	margin-left:70px;

	padding-left:70px;

	margin-top:10px;

}

.contact_block .login_box dt, .contact_block .login_box dd {

	width:100%;

}

.contact_block .login_box dt {

	font-weight:bold;

}

.contact_block .login_box input, .contact_block .login_box textarea {

	width:100%;

	margin:5px 0;

}

.contact_block a.btn_circle {

	margin-left:10px;

}



/*btn*/

.btn_area {

	float:left;

	width:100%;

	margin:10px 0 50px 0;

	text-align:right;

}

.btn_gray {

}

a.btn_circle {

	display:inline-block;

	width:106px;

	height:40px;
	color:#FFF;
	background:url(../images/btn_circle1.png) no-repeat top;

	text-align:center;

	font-size:15px;

	padding:33px 0;

}

a:hover.btn_circle {

	background:url(../images/btn_circle.png) no-repeat bottom;

}

a.btn_circle span {

	display:block;

	font-size:12px;

	margin-bottom:10px;

	font-family:"Courier New", Courier, monospace;

}

a.btn_gray {
	background: #000000;
    border-radius: 3px;
	color:#ffffff;
}

a.btn_gray span, a.btn_black span {
	display:block;
	padding: 15px 20px;
}

a.btn_black {
	background: #999999;
    border-radius: 3px;
	color:#FFF;
}

a.btn_black, a.btn_gray {

	display:inline-block;

	text-align:center;

	-webkit-transition: opacity 0.5s ease-in-out;

  -moz-transition: opacity 0.5s ease-in-out;

  -o-transition: opacity 0.5s ease-in-out;

  transition: opacity 0.5s ease-in-out;

	filter:alpha(opacity=70);

	-moz-opacity:0.7;

	opacity:0.7;

	margin-left:5px;
	box-sizing: border-box;
}

a.btn_black:hover, a.btn_gray:hover {

	filter:alpha(opacity=100);

	-moz-opacity:1;

	opacity:1;

}

a.btn_firstbuy {

	display:inline-block;

	width:200px;

	height:46px;

	background:url(../images/btn_firstbuy.png) no-repeat top;

	text-align:center;

	font-size:15px;

	padding:23px 0;

	line-height:25px;

	text-decoration:none;

}

a:hover.btn_firstbuy {

	background:url(../images/btn_firstbuy.png) no-repeat bottom;

}

a.btn_atm {

	border-radius: 20px;

	border: #ccaa90 2px solid;

	/*background: #C3B699;

	color: #FFF;*/

	color:#ccaa90;

	padding: 2px 10px;

}

a:hover.btn_atm {

	border:#bd987d 2px solid;

	color:#bd987d;

}

a.btn_send {
	height:auto !important;
	background: #999999;

	display: inline-block;

	padding:5px 25px;

	color:#FFF !important;

	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

a:hover.btn_send {

	background:#918b7f;


}



/*input*/

.input_s {

	width:60px;

}

.input_m {

	width:200px;

}

.input_l {

	width:300px;

}

.input_xl {

	width:90%;

}

.input_xxl {

	max-width:500px;
	width:100%;

}

input[type="radio"] {

	margin-right:20px;

}

input[type="checkbox"] {

	margin-right:5px;

}



/*color*/

.bgcolor_yal {

	background:#EEE2CE;

}

.txt_tip {

	text-align: center;

	color:#A72222;

	font-size:15px;

	padding:20px 0;

	line-height:25px;

}

.txt_tip2 {

	color:#000000;

}

p.txt_tip3 {

	padding:15px 0;

	font-size:14px;

	color:#AD540F;

}

.txt_red {

	color:#C30;

