@charset "utf-8";
/* CSS Document */

/* v1.0 | 20080212 */

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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;

}
body {
	line-height: 1em;
	font-family: PT Sans Narrow,'Oswald' , sans-serif,微軟正黑體;
    font-weight: normal;
	text-align:justify;
	color:#343434;
	margin-left: 0px;
	margin-top: 0px;
	background:#f1f1f1;
}

src: url(fonts/FOLIOBC.TTF); 

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}













a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: none;
	color:#ff6b00;
}
a:active {
	text-decoration: none;
	color: #F90;
}


/*共用-star*/
.top_navigation {
	width:100%;
	height:48px;
	background:url(../image/lion_village/bg-top-navigation.png) repeat;

}
.top_navigation_l {
    position:inherit;
    left:0px;
	float:left;
	height:48px;
	line-height:48px;
	color:#fff;
}
.top_navigation_l a{
	color:#fff;
}
.top_navigation_l a:hover{
	color:#ff6b00;
}

.top_navigation_l:before {
    content:url(../image/lion_village/icon_mail.png);
	margin-right:10px;
}

.top_navigation_r {
    position:inherit;
    right:0px;
	float:right;
	height:48px;
	line-height:48px;
}
.top_navigation_r_title{
	color:#fff;
	float:left;
}
.top_navigation_r_title a{
	color:#fff;
}
.top_navigation_r_title a:hover{
	color:#ff6b00;
}


.main_menu{
	width:100%;
	height:92px;
	background:#fff;
	
}
.index_logo{
	position:relative;
    left:0px;
	float:left;
}
.menu_list{
	position:relative;
    right:0px;
	float:right;
	height:92px;
	line-height:92px;
	font-family: Folio BdCn BT;
	
}
.menu_list_title{
	margin-left:1.6em;
	text-transform:uppercase;
	float:left;
}
.menu_list_title a{
	color:#0d386d;
	font-size:1.2em;
}
.menu_list_title a:hover{
	color:#ff6b00;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),

                 0px -5px 35px rgba(255,255,255,0.3);
}

.slider_index{
}

.content{

	
}
.aside{
}

.footer{
	width:100%;
	background:url(../image/lion_village/bg-footer.png);
    background-repeat:repeat;
	background-attachment:fixed;
	background-position:center;
	padding-top:20px;
    height:150px;
}
.footer_content_l{
	float:left;
	width:780px;
}
.footer_content_r{
	float:left;
	width:150px;
}
.footer_content{
	color:#fff;
	padding-right:30px;
	float:left;
	margin-top:1em;
	font-size:1.1em;
}
.footer_content_icon{
	text-align:right;
	margin-top:30px;
}
.copyright_area{

	
	background:#4d4d4d;
	
	height:45px;
	text-align:center;
	color:#848484;
	font-size:13px;
	line-height:3em;
}


.web_width{
	max-width:1100px;
	height:auto;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
}

.width100{
	width:100%;
}

.select_country{
	margin-top:30px;
	margin-bottom:30px;
}
select {
    line-height: 1.15em;
    background-color: #fefefe;
    border-width: thin;
    border-style: solid;
    border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
.selectcss{
	width:540px;
}




/*按鈕all*/
/*按鈕01*/
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #ff6b00;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/*按鈕02*/
.button02 {
  display: inline-block;
  border-radius: 4px;
  background-color:#1f296c;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button02 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}


.button02 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button02:hover span {
  padding-right: 25px;
}

.button02:hover span:after {
  opacity: 1;
  right: 0;
}

.button02 a:link {
	color: #fff;
	text-decoration: none;
}
.button02 a:visited {
	text-decoration: none;
	color: #fff;
}
.button02 a:hover {
	text-decoration: none;
	color: #fff;
}
.button02 a:active {
	text-decoration: none;
	color: #fff;
}

.width50{
	width:50%;
	margin:0 auto;
}
.width30{
	width:30%;
	margin:0 auto;
}


.icon_delete01_btn{
	float:left;
	content:url(../image/lion_village/icon_delete01.png);
}
.icon_delete01_btn:hover{
	content:url(../image/lion_village/icon_delete01_hover.png);
}

.icon_edit01_btn{
	float:left;
	margin-right:20px;
	content:url(../image/lion_village/icon_edit01.png);
}
.icon_edit01_btn:hover{
	content:url(../image/lion_village/icon_edit01_hover.png);
}



/*文字*/
.font_warning a{
	font-size:1em;
	color:#F93;
}
.font_warning a:hover{
	color:#F30;
}
.supplementary_explanation_font{
	color:#919191;
	font-size:0.8em;
	line-height:1.4em;
	margin-top:1em;
	margin-bottom:1em;
}
.supplementary_explanation_font a{
	color:#F93;
}
.font_orange{
	color:#ff6b00;
}
.post_pfont{
	line-height:1.5em;
}
.wrong_redfont{
	color:#ff0000;
}
.font_blue{
	color:#06C;
}
	
	
	

/*分格線*/
hr.linetext {
    padding: 0;
    border: none;
    border-top: 1px dashed; #CCC;
    color:#069;
    text-align: center;
	margin-top:2em;
	margin-bottom:1em;
}
hr.linetext:after {
    content: "New to Lion Village?";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 0.9em;
    padding: 0 1em;
    background: white;
}

hr.linetext02 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
	margin-top:30px;
	margin-bottom:20px;
}
hr.linetext03 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(172, 172, 172, 0.75), rgba(0, 0, 0, 0));
	margin-top:0px;
	margin-bottom:20px;
}

fieldset {
    /*border:1px #C6C6C6 dotted;*/
    padding:10px;
    margin-bottom:10px;
	margin-right:20px;
    }
legend {
    padding:5px 10px;
    }


ul {
	list-style-type:disc;
	padding-left:2em;
}

.serch_box{
	margin-right:0px;
	margin-left:30px;
}
.serch_box button{
	 line-height: 1.2em;
     text-decoration: none;
     text-align: center;
     border-radius: 3px;
}

.box1{
	border-radius:5px;
	border:1px solid #FFF;
	padding-left:5px;
	padding-right:5px;
}


.img_paddingr1em{
	padding-right:0.4em;
	padding-left:2em;
}
.sign_up_div{
	padding:10px;
	text-align:center;
	margin-top:10px;
	border:1px dotted #BEBEBE;
}
.sign_up_div a{
	color:#ff6b00;
}
.sign_up_div a:visited{
	color:#ff6b00;
}
.sign_up_div a:hover{
	color:#ff6b00;
}
.sign_up_div a:active {
	color:#ff6b00;
}



.img100{
	width:100%;
	height:auto;
}
/*表格*/

table {
  border-collapse: separate;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width:100%;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

thead {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

thead th {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NmY3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhNTU2NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #646f7f), color-stop(100%, #4a5564));
  background-image: -moz-linear-gradient(#646f7f, #4a5564);
  background-image: -webkit-linear-gradient(#646f7f, #4a5564);
  background-image: linear-gradient(#646f7f, #4a5564);
  border-top: 1px solid #858d99;
}
thead th:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
thead th:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

tbody tr td {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #5f6062;
  font-size: 13px;
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #e0e0e0;
}

tbody tr:nth-child(2n) {
  background: #f0f3f5;
}

tbody tr:last-child td {
  border-bottom: none;
}
tbody tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
tbody tr:last-child td:last-child {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

tbody:hover > tr td {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  /* uncomment for blur effect */
  /* color:transparent;
  @include text-shadow(0px 0px 2px rgba(0,0,0,0.8));*/
}

tbody:hover > tr:hover td {
  text-shadow: none;
  color: #2d2d2d;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}


/*頁碼*/
.pagination_center{
	text-align: center;
	margin-top:30px;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
	display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
	border-radius: 5px;
	transition: background-color .3s;
}

ul.pagination li a.active {
    background-color: #0d386d;
    color: white;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}


.displayno{
	display:none;
}

/*共用-end*/


/*首頁*/
.slider_index{
}

/*登入、註冊頁-star*/
#bg-img {
            position: fixed;
            top: 0%;
            left: 0%;
            z-index: -99;
        }

	
.sr_hvcenter{
	margin:0 auto;
	width:400px;
	margin-top:70px;
	margin-bottom:270px;
	
}
.sr_content{
	padding:30px;
	border:1px #CCC solid;
	background:rgba(255, 255, 255, 0.9) ;
	box-shadow:2px 2px 2px rgba(20%,20%,40%,0.6),4px 4px 6px rgba(20%,20%,40%,0.4),6px 6px 12px rgba(20%,20%,40%,0.4);
	border-radius:5px;
	
}
.sr_logo{
	text-align:center;
	padding:20px;
	
	
}
.signin_list{
	padding-top:10px;
	padding-bottom:10px;
}
.sr_title_01{
	font-size:2em;
	padding-top:0.1em;
	padding-bottom:1em;
}
.sr_title_02{
	font-size:1.1em;
	padding-top:0.1em;
	padding-bottom:0.2em;
}
/*文字欄位 輸入框*/
.input_text01{
	font-size:1em;
	padding:2px;
	width:325px;
	margin-top:5px;
	margin-bottom:5px;
}
/*登入、註冊頁-end*/
/*create_buyer_account-star*/
#cba-bg-img {
            position: fixed;
            top: 0%;
            left: 0%;
            z-index: -99;
        }

	
.cba_hvcenter{
	margin:0 auto;
	width:100%;
	margin-top:0px;
	
}
.cba_content{
	padding:30px;
	border:1px #CCC solid;
	background:rgba(255, 255, 255, 0.9) ;
	/*box-shadow:2px 2px 2px rgba(20%,20%,40%,0.6),4px 4px 6px rgba(20%,20%,40%,0.4),6px 6px 12px rgba(20%,20%,40%,0.4);*/
	border-radius:0px;
	
}
.cba_logo{
	text-align:center;
	padding:20px;
	
	
}
.cba_list_top{
	width:100%;
	color:#7C7C7C;
	line-height:1.5em;
	display:none;
}
.cba_list_l{
	padding-top:10px;
	padding-bottom:10px;
	width:600px;
	float:left;
	padding-left:250px;

}
.cba_list_r{
	padding-top:10px;
	padding-bottom:10px;
	width:50%;
	float:left;
}
.cba_title_01{
	font-size:2em;
	padding-top:0.1em;
	padding-bottom:0.5em;
	text-align:center;
}
.cba_title_02{
	font-size:1em;
	padding-top:0em;
	padding-bottom:0em;
	padding-right:0.7em;
}
.cba_title_03{
	font-size:1.5em;
	margin-top:0.5em;
	margin-bottom:0.3em;
	color:#666;
	text-align:center;
}
.cba_title_04{
	font-size:1.5em;
	color:#ff6b00;
	text-align:center;
}
.cba_title_05{
	font-size:1.4em;
	color:#D1D1D1;


}
.cba_title_05-2{
	color:#36C;

}
.cba_font_notice{
	font-size:0.8em;
	color:#ff6b00;
}
.cba_font_color01{
	color:#ff6b00;
}
.cba_table01{
	width:450px;
	border:0px #000 solid;
}
.cba_table01 .td02{
	text-align:right;
	width:180px;
}
/*文字欄位 輸入框*/
.input_text02{
	font-size:1em;
	padding:2px;
	width:98%;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:20px;
}
.privacy_notice{
	width:520px;
	height:135px;
	overflow-x:hidden;
	overflow-y:auto;
	padding:10px;
	border:1px #DDD solid;
	color:#999;
	font-size:0.8em;
	line-height:1.5em;
	
}

/*create_buyer_account-end*/
/*create_supplyer_account-star*/
#csa-bg-img {
            position: fixed;
            top: 0%;
            left: 0%;
            z-index: -99;
        }

	
.csa_hvcenter{
	margin:0 auto;
	width:100%;
	margin-top:0px;
	
}
.csa_content{
	padding:30px;
	border:1px #CCC solid;
	background:rgba(255, 255, 255, 0.9) ;
	/*box-shadow:2px 2px 2px rgba(20%,20%,40%,0.6),4px 4px 6px rgba(20%,20%,40%,0.4),6px 6px 12px rgba(20%,20%,40%,0.4);*/
	border-radius:0px;
	min-height:600px;
	
}
.csa_logo{
	text-align:center;
	padding:20px;
	
	
}
.csa_list_top{
	width:100%;
	color:#7C7C7C;
	line-height:1.5em;
	display:none;
}
.csa_list_l{
	padding-top:10px;
	padding-bottom:10px;
	width:600px;
	float:left;
	padding-left:250px;
}
.csa_list_r{
	padding-top:10px;
	padding-bottom:10px;
	width:50%;
	float:left;
}
.csa_title_01{
	font-size:2em;
	padding-top:0.1em;
	padding-bottom:0.5em;
	text-align:center;
}
.csa_title_02{
	font-size:1em;
	padding-top:0em;
	padding-bottom:0em;
	padding-right:0.7em;
}
.csa_title_03{
	font-size:1.5em;
	margin-top:0.5em;
	margin-bottom:0.3em;
	color:#666;
	text-align:center;
}
.csa_title_04{
	font-size:1.5em;
	color:#ff6b00;
	text-align:center;
}
.csa_title_05{
	font-size:1.4em;
	color:#D1D1D1;


}
.csa_title_05-2{
	color:#36C;

}
.csa_font_notice{
	font-size:0.8em;
	color:#ff6b00;
}
.csa_font_color01{
	color:#ff6b00;
}
.csa_table01{
	width:450px;
	border:0px #000 solid;
}
.csa_table01 .td02{
	text-align:right;
	width:180px;
}
/*文字欄位 輸入框*/

.csa_privacy_notice{
	width:520px;
	height:135px;
	overflow-x:hidden;
	overflow-y:auto;
	padding:10px;
	border:1px #DDD solid;
	color:#999;
	font-size:0.8em;
	line-height:1.5em;
	
}
.csa_list_bottom{
	width:100%;
}
.csa_9list{
	line-height:1.64em;
}
/*create_supplyer_account-end*/
/*修改帳戶star*/
.csa_list_e{
	padding-top:10px;
	padding-bottom:10px;
	width:600px;
	float:left;
	
}
/*修改帳戶end*/

.titlepath{
	margin-top:20px !important;
	border-bottom:1px solid #EAEAEA;
	padding-bottom:10px;
}


/*首頁輪播圖-star*/
.index-carousel {
  background: url("../image/lion_village/bg_index_slider.jpg") repeat center center;
  padding: 0 0;

  
  position: relative; }
  .index-carousel .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 26px; }
    .index-carousel .owl-dots .owl-dot {
      display: inline-block;
      margin: 0 7px;
      width: 10px;
      height: 10px;
      border: 1px solid #eee;
      border-radius: 50%; }
      .index-carousel .owl-dots .owl-dot.active {
        background-color: #eee; }


/*首頁輪播圖-end*/

.orangeline{
	background-color:#ea5308;
	height:15px;
	width:100%;
	margin-bottom:30px;
}

.orangeline2{
	background-color:#ea5308;
	height:12px;
	width:100%;
}



.half_web_with_l{
	width:50%;
	float:left;
}
.half_web_with_l_in{
	padding-right:20px;
}
.half_web_with_r{
	width:50%;
	float:left;
}
.half_web_with_r_in{
	padding-left:20px;
}
.index_title01{
	font-size:2em;
	line-height:1em;
	margin-bottom:1em;
	color:#343434;
	text-transform:uppercase;
}

.index_slogan{
	width:100%;
	height:200px;
	background-image:url(../image/lion_village/index_slogan_bg.png);
	text-align:center;
	margin-top:50px;
	line-height:1.8em;
}
.index_slogan_title{
	font-size:2em;
	color:#fff;
	font-weight:bold;
	padding-top:70px;
}
.index_slogan_txt{
	font-size:0.5em;
	color:#fff;
	padding-top:30px;
}


/*首頁3格標題上滑的部分star*/
.index_3product{
	width:100%;
	background:url(../image/lion_village/index_3product_bg.png);
	background-attachment:fixed;
	padding-top:50px;
	padding-bottom:50px;
}



.abgne_tip_gallery_block {
    margin: 0;
    padding: 0;
    width: 33.333%;
    height: 250px;
    overflow: hidden;
    position: relative;
	float:left;
}

.abgne_tip_gallery_block img {
    position: absolute;
    border: 0;
	width:100%;
	height:auto;
}

.abgne_tip_gallery_block .caption {
    position: absolute;
    top: 195px;    /* .abgne_tip_gallery_block 的高 - 想顯示 title 的高(這邊是設 55) */
    width: 85%;    /* .abgne_tip_gallery_block 的寬 - .caption 的左右 padding */
    padding: 15px 30px 15px;
    cursor: pointer;
    /*background: url(../images/1px_black01.png) repeat;字的底色改到行內標註了*/
	
}
.abgne_tip_gallery_block .caption .index_3icon {/*標題前方的圖示-外框的部分*/
	margin-top:-8px;
}
.abgne_tip_gallery_block .caption .index_3icon img {/*標題前方的圖示*/
	width:50px;
	height:40px;	
}

.abgne_tip_gallery_block .caption h2 {
    margin-top:10px;
	margin-left:50px;/*避開標題前方的圖示-所以往右退*/
    padding: 5px 0px 25px;
	font-size:1.6em;
	color: #fff;
	text-decoration:underline;
	text-transform:uppercase;
}
.abgne_tip_gallery_block .caption .desc {
	color: #fff;
	line-height:1.5em;
}
.abgne_tip_gallery_block .caption h2 a {
    text-decoration: none;
    color: #fff;
}
.abgne_tip_gallery_block .caption h2 a:hover {
    text-decoration: underline;
}
/*首頁3格標題上滑的部分end*/


/*首頁hot 開始*/
.index_hot_Products{
	width:100%;
	background:url(../image/lion_village/index_hot_product_bg.jpg) repeat;
	background-attachment:fixed;
	padding-top:35px;
	padding-bottom:35px;
}
.index_hot_Products_pframe{
	width:32%;
	height:auto;
	float:left;
}
.index_hot_Products_pframe_2percent{
	width:2%;
	height:auto;
	float:left;
}


.index_hot_Products_pframe img{
	display:block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin:0 auto;
}

.index_hot_Products_pframe_title{
	text-align:center;
	font-size:1.2em;
	line-height:1.3em;
	padding-top:10px;
	overflow:hidden;
	height:3em;
	color:#333;
	background-color:#fff;
	width:100%;
}
.index_hot_Products_pframe_title:hover{
	color:#fff;
	background-color:#ff6b00;
}


/*首頁hot Products結束*/

/*首頁 Products開始*/
.index_Products{
	width:100%;
	background:#F5F5F5;
	padding-top:35px;
	padding-bottom:35px;
}
.index_Products a{
	color:#333;

}
.index_Products_pframe{
	width:32%;
	height:auto;
	float:left;
	margin-bottom:1em;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	-moz-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	background:#fff;

}
.index_Products_pframe:hover{
	background:#404982;
	color:#fff;
    transition: 0.5s;
}

.index_Products_pframe_2percent{
	width:2%;
	height:auto;
	float:left;
}
.index_Products_pframe_imgframe{
}
.index_Products_pframe .img{
	width:100%;
	height:auto;
	overflow:hidden;
	z-index:2;
	display:block;
}
.index_Products_pframe img{
	width:100%;
	height:auto;
	z-index:2;
	display:block;
}
.index_Products_pframe img:hover{
	transition: 0.5s;
	transform: scale(1.1);
	z-index: 1;
}

.index_Products_pframe_title{
	text-align:center;
	font-size:1.5em;
	line-height:3em;
	display:block;
	width:100%;
}



/*首頁 Products結束*/



/*首頁 index_contact開始*/
.index_contact{
	width:100%;
	background:url(../image/lion_village/index_contact_bg.jpg);
	background-attachment:fixed;
	background-position:center bottom;
	color:#fff;
	padding-top:60px;
	padding-bottom:100px;
}
.index_contact_title{
	text-align:center;
	font-size:2.5em;
	text-transform:uppercase;
	margin-bottom:1em;
}
.index_contact_content{
	text-align:center;
	font-size:1em;
	line-height:1em;
	margin-bottom:1em;
}
.index_contact_btn{
	border-radius:30px;
	border:#fff 1px solid;
	padding:5px;
	text-transform:uppercase;
	font-size:0.9em;
	line-height:50px;
	width:50px;
	height:50px;
	text-align:center;
	position: absolute;
	left:50%;
	margin-left:-25px;
	color:#fff;
}
.index_contact_btn:hover{
	background:#fff;
	color:#000;
}
/*首頁 index_contact結束*/

/*上方登入 下拉選單 star*/
.report_list {
	z-index: 9999;
}
.report_list a {
	color:#fff;
	text-align:center;
	height:48px;
}
.report_list li a {
	
	padding: 0px 0px 0px 0px;
}


.report_list ul li a:hover {
	/*background:#fff100;*/
	color:#ff6b00;/*第一、二層hover字體*/
	
}
.report_list ul li > a {
	width: 133px;  
	/*height: 43px;*/
	line-height: 40px;
	/*background: #000;第一層背景*/
	}
.report_list ul li {
	
}

.report_list ul li li a:hover {
   	line-height: 24px;
	
	
}
.report_list ul ul {

}
.report_list ul li li a {
	background:#fff100;
	height: auto;
	display: block;
	color: #0d386d;/*第二層字體未變色*/
	width: auto; /* 0725 update 自適應 */
	text-align:left;
	padding:5px;
	line-height: 24px;
	font-size: 16px;
	border-bottom:1px solid #0d386d;
	border-right:1px solid #0d386d;
	border-left:1px solid #0d386d;
}
/* 選單為純文字時使用*/
/*  選單控制======*/

.report_list li {
	float: left;
}
.report_list a {
	display: block;
}
.report_list ul, .report_list ul li, .report_list ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.report_list ul li {
	float: left;
	zoom: 1;
}
.report_list ul li:hover, .report_list ul li.over {
	position: relative;
	z-index: 99999;
	cursor: default;
}

.report_list ul li:hover a{/*background-image: url(../images/menu-bg01.png);*/}
.report_list ul li:hover li a{background:#f5f5f5;;}/*第二層底色*/
.report_list ul ul {
	display: none;
	position: absolute;
	top: 100%;/*  修正處*/
	left: 0px;/*  修正處*/
	z-index: 9999;
	width: auto;
}

.report_list ul ul ul {
	display: none;
	position: absolute;
	top: 0px;/*  修正處*/
	left: 99%;/*  修正處*/
	width: auto;
}/*新加入第3層*/

.report_list ul ul li {
	float: none;
}
.report_list ul ul ul li {
	float: none;
}/*新加入第3層*/

/*0725 uodate  第二層選單的寬度各別設定*/
.report_list .menu1-ul{
	width: 180px;
}

.report_list .menu1-u2{
	width: 220px;
}

.redbgcircle{
	border-radius:20px;
	background:#F60;
	height:2em;
	padding:5px;
	color:#fff;
	margin-left:1em;
}
.intestlist_num{
	color:#4c88d2;
}
.interestlist_edit{
	text-align:center;
	font-size:1.2em;
	color:#fff;
	padding:0.3em 0;
	background:#0d386d;
}
/*上方登入 下拉選單 end*/

/*會員編輯頁的TABS star*/
.tabs_member {
}


.tabs_member_name{
	width:100%;
	margin:0px 0px 20px;
	color:#0d386d;
	font-size:2em;
	line-height:2em;
	border-bottom:#ff6b00 3px solid;
}
.tabs_member_list{
	width:20%;
	border:#f4f4f4 1px solid;
	border-top:#CCC 1px solid;
}
.tabs_member_list a{
	color:#424242;
}
.tabs_member_list_tabs{
	border-bottom:#CCC 1px solid;
	padding:1em;
}
.tabs_member_list_tabs:hover{
	background:#ff6b00;
	color:#fff;
	padding-left:1.5em;
	transition: 0.5s;
}
.tabs_member_list_tabs_selected{
	border-bottom:#CCC 1px solid;
	padding:1em;
	background:#ff6b00;
	color:#fff;
	padding-left:1.5em;
}

.tabs_member_content{
	display:block;
	width:75%;
	margin-left:25%;
	margin-top:-196px;
}
.tabs_member_content2{
	display:block;
	width:75%;
	margin-left:25%;
	margin-top:-10px;
}
.margin_bottom01{
	margin-bottom:150px;
}
.margin_bottom30{
	margin-bottom:30px;
}

.interestlist_list{
    background: #fff;
	border-bottom:#ccc 1px solid;
}
.interestlist_list img{
	width:120px;
	height:96px;
	border-radius: 5px;
	border:#ccc 1px solid;
	float:left;
	overflow:hidden;
}


.interestlist_list_table{
}
.interestlist_list_table tbody tr td {
	vertical-align:middle;
}

.numlcr{
	border:#ccc 1px solid;
	line-height:0.6em;
	text-align:center;
}
.numlcr th{
	vertical-align:middle;
	padding:0 1em;
}
.numlcr th:hover{
	color:#fff;
	background:#666;
}
.numlcr td{
	border-right:#ccc 1px solid;
	border-left:#ccc 1px solid;
	width:3em;
}



.btn_add_new_products{
	border:#ccc 1px solid;
	color:#333;
	padding:1em 1.2em;
	border-radius:5px;
	transition:0.3s;
	margin-bottom:20px;
	margin-left:20px;
	float:right;
	text-align:center;
}
.btn_add_new_products:hover{
	color:#fff;
	background:#ff6b00;
}

.search_bar01{
	border:#ccc 1px solid;
	color:#333;
	padding:0.5em 1em;
	border-radius:5px;
	transition:0.3s;
	margin-bottom:20px;
	float:right;
	text-align:center;
}
 .search_bar01_btn{
	color:#333;
	background:#ececec;
	float:right;
	padding:8px;
	margin-left:10px;
}
 .search_bar01_btn:hover{
	color:#fff;
	background:#ff6b00;
}
.input_padding{
	padding:6px;
}



/*會員編輯頁的TABS end*/



/*產品頁相關-star*/
.content_l_list{
	width:25%;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}
.content_r_content{
	width:73%;
	margin-left:2%;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	background:#fff;
}
.content_r_content .toptitle{
	color:#404982;
	font-size:2em;
	padding:30px 20px;
	border-bottom:1px solid #f4f4f4;
	margin-bottom:0.7em;
}
.content_r_content .primarycontent{
	padding:20px;
}
.content_r_content .primarycontent .primarycontent_imgframe{
}

.content_r_content .list{
	border:1px solid #f4f4f4;
	width:32%;
	height:auto;
	float:left;
	margin-bottom:1em;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	-moz-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
}
	@media only screen and (max-width: 960px) {
	.content_r_content .list{
		border:1px solid #f4f4f4;
		width:49%;
		height:auto;
		float:left;
		margin-bottom:1em;
		-webkit-box-shadow: 3px 3px 5px #ccc;
		-moz-box-shadow: 3px 3px 5px #ccc;
		box-shadow: 3px 3px 5px #ccc;
	}
	}
.content_r_content a{
	color:#5A5A5A;
}
.content_r_content .list:hover{
	background:#ea5308;
	transition: 0.5s;
	color:#fff;
}
.content_r_content img{
	width:100%;
	height:auto;
	overflow:hidden;
	vertical-align:middle;
}
.content_r_content img:hover{
	width:110%;
	height:auto;
	overflow:hidden;
	transition: 0.5s;
	transform: scale(1.1);
	z-index: 1;
}
.content_r_content .img{
	width:100%;
	height:200px;
	overflow:hidden;
	vertical-align:middle;
	transition: 0.5s;
}
	@media only screen and (max-width: 1200px) {
	.content_r_content .img{
		width:100%;
		height:170px;
		overflow:hidden;
		vertical-align:middle;
		transition: 0.5s;
	}
	}
	@media only screen and (max-width: 1003px) {
	.content_r_content .img{
		width:100%;
		height:160px;
		overflow:hidden;
		vertical-align:middle;
		transition: 0.5s;
	}
	}
	@media only screen and (max-width: 960px) {
	.content_r_content .img{
		width:100%;
		height:200px;
		overflow:hidden;
		vertical-align:middle;
		transition: 0.5s;
	}
	}
.content_r_content .title{
	font-size:1em;
	line-height:1.4em;
	padding:0.7em;
	height:2.4em;
	overflow:hidden;
}

/*產品頁相關-end*/


/*產品頁相關-選單-star*/
.question-list{
  margin: 0 auto;
  width:100%;
  background:#fff;
  text-align:left;
}
.question h1{
  border-bottom:1px solid #f4f4f4;
  padding: 1em;
  font-size: 1em;
  line-height:1em;
  color:#f65505;
  background:#fff;
}
.question h1:hover{
  background:#ff6b00;
  color:#fff;
  padding-left:0.7em;
  transition: 0.5s;
}
.question h2{
  border-top:3px solid #8A8A8A;
  border-bottom:1px solid #f4f4f4;
  padding: 1em;
  font-size: 1em;
  line-height:1em;
  color:#fff;
  background:#C3C3C3;
}
.question h3{
  border-bottom:1px solid #f4f4f4;
  padding: 0.7em;
  font-size: 1em;
  line-height:1em;
}
.question h3:hover,.question h3.active{
  background:#ff6b00;
  color:#fff;
  padding-left:0.5em;
  transition: 0.5s;
}
.question p{
  display: none;
  padding: 0.6em;
  text-indent:1em;
}
.question p:hover, .question p:active{
  background:#404982;
  color:#fff;
  padding-left:0.4em;
  transition: 0.5s;
}
.question a{
	color:#333;
}
.question a:hover, .question a:active{
	color:#fff;
}
/*產品頁相關-選單-end*/

/*產品頁相關-產品內頁右方的產品圖-star*/
.content_r_content02{/*為了要區隔.content_r_content底下的img會自動放大的效果不要出現在這裡*/
	width:73%;
	margin-left:2%;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	background:#fff;
}
.products_bsimg{
	width:50%;
	padding:20px;
	float: left;
}

.showbox {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
#show-image{
	width:100%;
	height:auto;
}

.abgne-block-20120106 a img {
	width: 96.35px;
	height: 72.25px;
	/*width: 24%;
	height: auto;*/
	overflow:hidden;
	vertical-align: middle;
}
 @media only screen and (max-width: 1920px) {
    .abgne-block-20120106 a img {
	margin-right:-4px;
    }
 }
 @media only screen and (max-width: 970px) {
    .abgne-block-20120106 a img {
	margin-right:-6px;
    }
 }
/*產品頁相關-產品內頁右方的產品圖-end*/

/*產品頁相關-產品內頁右上方的內容-star*/
.products_txt_main{
	float: left;
	width: 36.2%;
	padding: 20px;
}
.products_txt_main-title{
	font-size:1.4em;
	line-height:1.2em;
	font-weight:bold;
	margin-bottom:1em;
	border-bottom:1px solid #E6E6E6;
	padding-bottom:20px;
	text-align:left;
}
.products_txt_main-scontent{
	font-size:1.1em;
	line-height:1.6em;
	margin-bottom:2em;
	text-align:left;
}
.products_txt_main-quantity{
}
.products_txt_main-quantity-txt{
	float:left;
	margin:15px 10px 10px 0px;
	color:#999;
}
.products_txt_main-quantity-num{
	float:left;
	width:50px;
}
/*產品頁相關-產品內頁右上方的內容-end*/

/*產品頁相關-產品內頁下方的內容-star*/
.products_txt_content{
	width:auto;
	margin:20px 20px 40px 20px;
}
/*產品頁相關-產品內頁下方的內容-end*/




/*最新消息-star*/
.news_list01{
	width:100%;
	margin:5px 0px 15px 0px;
	padding-bottom:10px;
	border-bottom:1px #CCC solid;
}
	.news_list01_left{
		float:left;
		width:15%;
	}
		.news_date{
		}
			.news_date-d{
				font-size:2em;
				text-align:center;
				padding:15px 0px;
				border-bottom:1px #FFF solid;
				background:#6b97cd;
				color:#fff;
			}
			.news_date-my{
				text-align:center;
				padding:8px;
				background:#dddfe2;
				color:#305c92;
			}
	.news_list01_right{
		float:left;
		width:80%;
		padding-left:3%;
	}
		.news_image01{
			width:100%;
			height:150px;
			overflow:hidden;
			margin-bottom:20px;
			
		}
			.news_image01 img{
				vertical-align:central;
			}
		.news_content01{
		}
			.news_content01-title{
				font-size:1.6em;
				line-height:1.1em;
				margin-bottom:15px;
				color:#333;
			}
				.news_content01-title a:hover{
				color:#ff6b00;
			}
			.news_content01-content{
				color:#666;
				line-height:1.4em;
			}
			.news_content01-readmore{
				float:right;
				margin-top:10px;
			}
				.news_content01-readmore a{
					color:#999;
					transition: 0.3s;
				}
					.news_content01-readmore a:hover{
						color:#ff6b00;
						margin-right:5px;
						transition: 0.5s;
					}

.news_content02{
}
	.news_content02_title{
		font-size:1.6em;
		line-height:1.3em;
		margin-bottom:15px;
		color:#ff6b00;
	}
	.news_content02_image{
		width:100%;
		height:auto;
		overflow:hidden;
		margin-bottom:20px;
	}
		.news_content02_image img:hover {
			width: 100%;
			height: auto;
			overflow: hidden;
			transition: 0.5s;
			transform: scale(1.1);
			z-index: 1;
		}
	.news_content02_txt{
		line-height:1.2em;
	}
	.news_content02_date{
		margin:20px 0px;
		padding:8px 0px;
		color:#999;
		line-height:1.3em;
		border-top:1px #999 solid;
		border-bottom:1px #999 solid;
	}



/*最新消息-end*/

/*聯絡我們-star*/
.contactus_all{
	margin:30px 0px;
	background:#fff;
	padding:20px;
	min-height:600px;
}
	.toptitle{
		color:#404982;
		font-size:2em;
		padding:30px 20px;
		border-bottom:1px solid #f4f4f4;
		margin-bottom:0.7em;
	}
	.contactus_map{
		float:left;
		width:45%;
		margin-right:4%;
	}
	.contactus_contentlist{
		float:left;
		width:50%;
		margin-bottom:50px;
	}
		.contactus_table01{
			width:100%;
			border:0px #000 solid;
		}
		.contactus_table01 .td02{
			text-align:right;
			vertical-align:top;
			width:110px;
		}
			.contactus_title_02{
				font-size:1em;
				padding-top:0em;
				padding-bottom:0em;
				padding-right:0.7em;
			}
			.input_contactus_text01{
				font-size:1em;
				padding:2px;
				width:96%;
				margin-top:2px;
				margin-bottom:2px;
				margin-right:20px;
			}
@media only screen and (max-width: 800px) {
	.contactus_all{
	}
		.contactus_map{
			width:100%;
			margin-right:0%;
			margin-bottom:20px;
		}
		.contactus_contentlist{
			width:100%;
			margin-bottom:50px;
		}
}
/*聯絡我們-end*/







/*手機版所有相關--開始*/



@media only screen and (max-width: 1024px) {
.post_pfont{
	line-height:1.2em;
}

}


@media only screen and (max-width: 960px) {

.top_navigation {
	min-width:100%;
	height:auto;

}
.top_navigation_l {
	display:none;
}


.top_navigation_r {
    display: inline-block ;
	float:none;
	height:48px;
	line-height:48px;
	text-align:center;
}


.main_menu{
	display: inline-block ;
	width:100%;
	height:auto;
	min-width:100%;
}
.index_logo{
	display: inline-block ;
	float:none;
	position:absolute;
	left:50%;
	margin-left:-125px;
	margin-top:20px;

}
.menu_list{
	display: inline-block ;
	float:none;
	height:92px;
	line-height:92px;
	margin-top:95px;
	left:50%;
	margin-left:-225px;
}

.menu_list_title{
	margin-left:0em;
	margin-right:1.3em;
	text-transform:uppercase;
	float:left;
}

.footer{
	width:100%;
	height:auto;
	background:url(../image/lion_village/bg-footer.png);
   　background-repeat:repeat;
	background-attachment:fixed;
	background-position:center;
	padding-top:20px;
	padding-bottom:20px;
	min-width:100%;
}
.footer_content_l{
	float:none;
	width:100%;
	min-width:100%;
	display: inline-block ;
	
}
.footer_content_r{
	float:none;
	width:100%;
	min-width:100%;
	display: inline-block ;

}
.footer_content{
	color:#fff;
	padding-right:30px;
	float:left;
	margin-top:1em;
	font-size:1.1em;
	line-height:1.4em;
}
.footer_content_icon{
	text-align:center;
	margin-top:30px;
}
.copyright_area{
	width:100%;
	background:#4d4d4d;
	height:45px;
	text-align:center;
	color:#848484;
	font-size:13px;
	line-height:3em;
	min-width:100%;
}


.web_width{
	width:90%;
	height:auto;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;

}




/*登入、註冊頁-star*/
#bg-img {
            position: fixed;
            top: 0%;
            left: 0%;
            z-index: -99;
        }

	
.sr_hvcenter{
	margin:0 auto;
	width:400px;
	margin-top:70px;
	margin-bottom:270px;
	
}
.sr_content{
	padding:30px;
	border:1px #CCC solid;
	background:rgba(255, 255, 255, 0.9) ;
	box-shadow:2px 2px 2px rgba(20%,20%,40%,0.6),4px 4px 6px rgba(20%,20%,40%,0.4),6px 6px 12px rgba(20%,20%,40%,0.4);
	border-radius:5px;
	
}
.sr_logo{
	text-align:center;
	padding:20px;
	
	
}
.signin_list{
	padding-top:10px;
	padding-bottom:10px;
}
.sr_title_01{
	font-size:2em;
	padding-top:0.1em;
	padding-bottom:1em;
}
.sr_title_02{
	font-size:1.1em;
	padding-top:0.1em;
	padding-bottom:0.2em;
}
/*文字欄位 輸入框*/
.input_text01{
	font-size:1em;
	padding:2px;
	width:325px;
	margin-top:5px;
	margin-bottom:5px;
}
/*登入、註冊頁-end*/
/*create_buyer_account-star*/
#cba-bg-img {
            position: fixed;
            top: 0%;
            left: 0%;
            z-index: -99;
        }

	
.cba_hvcenter{
	margin:0 auto;
	width:100%;
	margin-top:0px;
	
}
.cba_content{
	padding:30px;
	border:1px #CCC solid;
	background:rgba(255, 255, 255, 0.9) ;
	/*box-shadow:2px 2px 2px rgba(20%,20%,40%,0.6),4px 4px 6px rgba(20%,20%,40%,0.4),6px 6px 12px rgba(20%,20%,40%,0.4);*/
	border-radius:0px;
	
}

.cba_list_top{
	width:100%;
	color:#7C7C7C;
	line-height:1.5em;
	display:none;
}
.cba_list_l{
	padding-top:10px;
	padding-bottom:10px;
	width:95%;
	float:left;
	padding-left:0px;
}

.cba_title_01{
	font-size:2em;
	padding-top:0.1em;
	padding-bottom:0.5em;
	text-align:center;
}
.cba_title_02{
	font-size:1em;
	padding-top:0em;
	padding-bottom:0em;
	padding-right:0.7em;
}
.cba_title_03{
	font-size:1.5em;
	margin-top:0.5em;
	margin-bottom:0.3em;
	color:#666;
	text-align:center;
}
.cba_title_04{
	font-size:1.5em;
	color:#ff6b00;
	text-align:center;
}
.cba_title_05{
	font-size:1.4em;
	color:#D1D1D1;


}
.cba_title_05-2{
	color:#36C;

}
.cba_font_notice{
	font-size:0.8em;
	color:#ff6b00;
}
.cba_font_color01{
	color:#ff6b00;
}
.cba_table01{
	width:450px;
	border:0px #000 solid;
}
.cba_table01 .td02{
	text-align:right;
	width:180px;
}
/*文字欄位 輸入框*/
.input_text02{
	font-size:1em;
	padding:2px;
	width:98%;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:20px;
}
.privacy_notice{
	width:520px;
	height:135px;
	overflow-x:hidden;
	overflow-y:auto;
	padding:10px;
	border:1px #DDD solid;
	color:#999;
	font-size:0.8em;
	line-height:1.5em;
	
}

/*create_buyer_account-end*/
/*create_supplyer_account-star*/
#csa-bg-img {
            position: fixed;
            top: 0%;
            left: 0%;
            z-index: -99;
        }

	
.csa_hvcenter{
	margin:0 auto;
	width:100%;
	margin-top:0px;
	
}
.csa_content{
	padding:30px;
	border:1px #CCC solid;
	background:rgba(255, 255, 255, 0.9) ;
	/*box-shadow:2px 2px 2px rgba(20%,20%,40%,0.6),4px 4px 6px rgba(20%,20%,40%,0.4),6px 6px 12px rgba(20%,20%,40%,0.4);*/
	border-radius:0px;
	
}
.csa_logo{
	text-align:center;
	padding:20px;
	
	
}
.csa_list_top{
	width:100%;
	color:#7C7C7C;
	line-height:1.5em;
	display:none;
}
.csa_list_l{
	padding-top:10px;
	padding-bottom:10px;
	width:95%;
	float:left;
	padding-left:0px;
}
.csa_list_r{
	padding-top:10px;
	padding-bottom:10px;
	width:50%;
	float:left;
}
.csa_title_01{
	font-size:2em;
	padding-top:0.1em;
	padding-bottom:0.5em;
	text-align:center;
}
.csa_title_02{
	font-size:1em;
	padding-top:0em;
	padding-bottom:0em;
	padding-right:0.7em;
}
.csa_title_03{
	font-size:1.5em;
	margin-top:0.5em;
	margin-bottom:0.3em;
	color:#666;
	text-align:center;
}
.csa_title_04{
	font-size:1.5em;
	color:#ff6b00;
	text-align:center;
}
.csa_title_05{
	font-size:1.4em;
	color:#D1D1D1;


}
.csa_title_05-2{
	color:#36C;

}
.csa_font_notice{
	font-size:0.8em;
	color:#ff6b00;
}
.csa_font_color01{
	color:#ff6b00;
}
.csa_table01{
	width:450px;
	border:0px #000 solid;
}
.csa_table01 .td02{
	text-align:right;
	width:180px;
}
/*文字欄位 輸入框*/

.csa_privacy_notice{
	width:520px;
	height:135px;
	overflow-x:hidden;
	overflow-y:auto;
	padding:10px;
	border:1px #DDD solid;
	color:#999;
	font-size:0.8em;
	line-height:1.5em;
	
}
.csa_list_bottom{
	width:100%;
}
.csa_9list{
	line-height:1.64em;
}
/*create_supplyer_account-end*/






}
/*手機版所有相關--結束*
