@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);

*{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
	
::-webkit-scrollbar {
      width: 8px;
}
::-webkit-scrollbar-track {
      background-color:#fff;
}
::-webkit-scrollbar-thumb {
      background-color:#dbdbdb;
}
::-webkit-scrollbar-button {
      background-color:none;
}
::-webkit-scrollbar-corner {
      background-color:#f7cfe0;
}		

	
@font-face{
	font-family:SOR_LT;                
	src:url('type/SourceHanSansTC-Light.otf');
	}                                         /*-------------TC/SC-----------------*/
	
@font-face{
	font-family:SOR_RE;                 
	src:url('type/SourceHanSansTC-Regular.otf');
	}                                         /*-------------TC/SC-----------------*/
	
@font-face{
	font-family:SIM_O;                  
	src:url('type/SIMPFXO_0.TTF');
	}                                          /*-------------PER-----------------*/
	
@font-face{
	font-family:GUL_O;                  
	src:url('type/gulim_0.ttc');
	}	                                       /*-------------KOR-----------------*/	
	
@font-face{
	font-family:GEN_RE;                  
	src:url('type/GenJyuuGothicL-Regular.ttf');
	}				                            /*-------------JP-----------------*/
	
	
@font-face{
	font-family:GEN_LI;                  
	src:url('type/GenJyuuGothicL-Light.ttf'); /*-------------JP-----------------*/
	}
	
@font-face{
	font-family:ZAW;                  
	src:url('type/ZawgyiOne_0.ttf');           /*-------------MYAN-----------------*/
	}			                                       
	

/*------------------------------------------All--------------------------------------------*/

	
/*-------------------------------------------header------------------------------------------*/	

body{
	background-color:#FFF;
	font-family: 'Roboto',Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size:13px;
	}

#WAPPER{
	width:100%;
	height:auto;
	position:relative;
	}

header{
	width:100%;
	background-color:rgb(204,204,204);
	background-color:rgba(204,204,204,0.8);
	position:fixed;
	z-index:8888;
	margin:0;
	}
	
header .header_w{
	display:block;
	max-width:1080px;
	height:86px;
	margin:0 auto;
	position:relative;
	}
	
header .header_w h2{
	display:block;
	width:314px;
	height:42px;
	position:absolute;
	top:24px;
	left:0px;
	}	
	
header .header_w h2 a{
	display:block;
	width:314px;
	height:42px;
	background-image: url(images/phone/Logo.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
	
header .header_w .top_function{
	width:430px;
	height:42px;
	position:absolute;
	top:24px;
	right:0px;
	overflow:hidden;
	}	
	
header .header_w .top_function h6{
	width:180px;
	height:42px;
	float:left;
	text-align:center;
	padding-right:10px;
	}	
	
header .header_w .top_function h6 a{
	display:block;
	width:180px;
	height:42px;
	line-height:42px;
	font-size:16px;
	text-decoration:none;
	color:rgb(0, 204, 255);
	}
	
header .header_w .top_function h6 a:hover{
	color:#bdbdbd;
	}	
	
header .header_w .top_function .search{
	width:380px;
	height:42px;
	line-height:42px;
	padding-right:20px;
	float:left;
	}	
	
header .header_w .top_function .search .SearchText{
	border-radius:10px;
	border:none;
	background-color:#e0e0e0;
	width:120px;
	font-size:16px;
	}
	
header .header_w .top_function .search_icon{
	width:46px;
	height:42px;
	float:left;
	}
	
header .header_w .top_function .search_icon a{
	display:block;
	width:46px;
	height:42px;
	background-image:url(images/desktop/search.png);
	background-position:center center;
	background-repeat:no-repeat;
	}
	
header .header_w .top_function .search_icon a:hover{
	background-image:url(images/desktop/search_R.png);
	}
	
header .header_w .top_function .lan{
	width:46px;
	height:42px;
	float:left;
	}	

header .header_w .top_function .lan a{
	display:block;
	width:46px;
	height:42px;
	background-image: url(images/phone/lan/us.png);
	background-position:center center;
	background-size:38px 38px;
	background-repeat:no-repeat;
	}

/*------------------------------------NAV-----------------------------------*/

#NAV{
	clear:both;
	width:100%;
	height:60px;
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.6);
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	}
	
#NAV .nav_w{
	width:1081px;
	height:30px;
	margin:0 auto;
	padding-top:10px;

	}	
	
#NAV .nav_w ul{
	display:block;
	width:1081px;
	height:40px;
	list-style:none;
	border-left:1px solid #333;
	}

#NAV .nav_w li{
	display:block;
	width:215px;
	height:40px;
	float:left;
	border-right:1px solid #333;
	position:relative;
	}	
	
#NAV .nav_w li a{
	display:block;
	width:215px;
	height:40px;
	font-size:16px;
	color:#333;
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0);
	text-decoration:none;
	text-align:center;
	line-height:40px;
	}
#NAV .nav_w li:hover a{
	color:#FFF;
	background-color:rgb(0,204,255);
	background-color:rgba(0,204,255,0.7);
	}

	
#NAV .nav_w ul ul{
	clear:both;
	display:none;
	width:215px;
	height:auto;
	position:absolute;
	top:40px;
	border-left:none;
	padding:8px 0;
	background-color:rgb(0,204,255);
	background-color:rgba(0,204,255,0.7);
	}
	
#NAV .nav_w li:hover ul{
	display:block;
	}	
	
#NAV .nav_w li:hover li{
	display:block;
	width:215px;
	height:auto;
	float:none;
	border-right:none;
	}		
	
#NAV .nav_w li:hover li a{
	display:block;
	width:215px;
	height:auto;
	padding:10px 8px;
	font-size:16px;
	color:#333;
	background-color:none;
	text-decoration:none;
	text-align:center;
	line-height:1.4;
	border-right:none;
	margin:0 auto;
	}
	
#NAV .nav_w li:hover li a:hover{
	background-color:rgb(0,204,255);
	background-color:rgba(0,204,255,1);
	color:#FFF;
	}	
		
/*-------------------------------------------phone header-------------------------------------------*/

#PHONE_HEADER{display:none;}
#PHONE_NAV{display:none;}
#PHONE_LAN{display:none;}		

/*-----------------------------------Side-----------------------------------*/


#SIDE{
	clear:both;
	width:120px;
	height:auto;
	background-color:rgb(0,204,255);
	background-color:rgba(0,204,255,0.6);
	border-radius:0px 20px 20px 0px ;
	position:fixed;
	top:36%;
	left:-100px;



	z-index:9999;
	}

#SIDE h6{
	width: 120px;
	height: 22px;
	color: #fff;
	background-color:rgba(0,51,102,0.7);
	font-size: 14px;
	line-height: 22px;
	padding:10px 0 30px 10px;
	text-align: center;
	border-radius:0px 20px 0px 0px ;
}	
	
#SIDE ul{
	list-style:none;
	padding:10px 10px 10px 45px;
	}
	
#SIDE li{
	display:block;
	width:42px;
	height:52px;
	border-top:1px solid #bcfefd;
	}	
	
#SIDE li:first-child {
	border-top:none;
	}	
	
#SIDE li a{
	display:block;
	width:42px;
	height:52px;
	background-position:center 4px;
	background-repeat:no-repeat;
	}	
	
#SIDE li .fb{ background-image:url(images/desktop/FB_link.png);}	
#SIDE li .yt{ background-image:url(images/desktop/yotube_link.png);}	
#SIDE li .tw{ background-image:url(images/desktop/tw_link.png);}
#SIDE li .shop{background-image:url(images/desktop/shop_link.png);}	

#SIDE li .fb:hover{ background-image:url(images/desktop/FB_link_R.png);}	
#SIDE li .yt:hover{ background-image:url(images/desktop/yotube_link_R.png);}	
#SIDE li .tw:hover{ background-image:url(images/desktop/tw_link_R.png);}
#SIDE li .shop:hover{background-image:url(images/desktop/shop_link_R.png);}	

/*-------------------------------------------index-------------------------------------------*/
/*---------------------------match-----------------------------*/

/*-------------------------sharing------------------------------*/	

.sharing_phone{
	display: none;
	}

/*-------------------------------------------page-------------------------------------------*/

/*-----------------------------------------banner---------------------------------------------------*/

#COMPATIBILIYT_BANNER{
	width:100%;
	height:auto;
	padding-top:146px;
	}
	
#COMPATIBILIYT_BANNER img{
	width:100%;
	height:auto;
	}

/*-----------------------------------------content---------------------------------------------------*/
/*--------------------------登入頁pup--------------------------------*/
.mcbg{
        width: 960px;
        margin-left:-480px;
        margin-top:-300px; 
        background-color: #fff;
        opacity:1;
        border-radius:50px;
        padding-left: 30px;
        border: 1px solid #00ccff;
        box-shadow: 6px 6px 10px #ccc;
        position: fixed;
        top: 55%;
		z-index:9999;
        left: 50%;
}


.mcbg .mcpup_x{
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #fff;
	right:60px;
	top: 30px;
	position: absolute;
	cursor: pointer;
	background-color: #00ccff;
	border-radius: 50%;
	text-align: center;
	padding-top: 5px;
}

.mcpup{
	position: relative;
}


/*-----------------------------------------登入頁--------------------------------------------*/
#MC_CONTENT{
	width:960px;
	margin:0 auto;
	padding:120px 0 200px 0;
	}
	
/*-------------------------------1107 CSS修改--------------------------------*/	
#MC_CONTENT .mc_title{
	padding:0 0 40px 0;
	overflow:hidden;
	}
	
#MC_CONTENT .mc_title h2{
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	float:none;
	font-size:44px;
	color:#00ccff;
	/*border-right:1px solid #00ccff;*/
	}
	
#MC_CONTENT .mc_title p{
	display:block;
	width:400px;
	height:auto;
	font-size:14px;
	line-height:1.3;
	padding-left:0px;
	padding-top:16px;
	float:left;
	}

#MC_CONTENT .mc_title ul{
	width: 400px;
	float:left;
	padding-left:50px;
	padding-top:16px;
	list-style: disc;
	font-size:14px;
	line-height:1.3;
}	

#MC_CONTENT .mc_title li:nth-child(1),#MC_CONTENT .mc_title li:nth-child(2){
	color:#F06;
}	

#MC_CONTENT .mc_registration .right .i_agree_2{
	width: 100%;
}

#MC_CONTENT .mc_registration .right .i_agree_2 table{
	width: 100%;
	text-align: left;
}

#MC_CONTENT .mc_registration .right .i_agree_2 td{
	color: #003366;
}

#MC_CONTENT .mc_registration .right .i_agree_2 td a{
	color: #00ccff;
	text-decoration: none;
}

#MC_CONTENT .mc_registration .right .i_agree_2 td:nth-child(1){
	width: 5%;
}

#MC_CONTENT .mc_registration .right .i_agree_2 td:nth-child(2){
	width: 95%;
}

#MC_CONTENT .mc_registration .right .i_agree_2 input{
	width: 16px;
	height: 16px;
	display:block;
}

	
/*------------------------------------------------------------------*/
#MC_CONTENT .mc_registration .right .i_agree_2{
	width: 100%;
}

#MC_CONTENT .mc_registration .right .i_agree_2 table{
	width: 100%;
	text-align: left;
}

#MC_CONTENT .mc_registration .right .i_agree_2 td{
	color: #003366;
}

#MC_CONTENT .mc_registration .right .i_agree_2 td a{
	color: #00ccff;
	text-decoration: none;
}

#MC_CONTENT .mc_registration .right .i_agree_2 td:nth-child(1){
	width: 5%;
}

#MC_CONTENT .mc_registration .right .i_agree_2 td:nth-child(2){
	width: 95%;
}

#MC_CONTENT .mc_registration .right .i_agree_2 input{
	width: 16px;
	height: 16px;
	display:block;
}

	
/*------------------------------------------------------------------*/
#MC_CONTENT .mc_registration{
	clear:both;
	width:960px;
	overflow:hidden;
	}

#MC_CONTENT .mc_registration .left{
	width:45%;
	float:left;
	}
	
#MC_CONTENT .mc_registration h4{
	height:60px;
	line-height:60px;
	font-size:30px;
	color:#00ccff;
	padding-bottom:10px;
	}
	
#MC_CONTENT .mc_registration .mc_account{
	padding-top:0px;
	padding-bottom:10px;
	}
#MC_CONTENT .mc_registration .mc_password{
	padding-top:10px;
	padding-bottom:20px;
	}
	
#MC_CONTENT .mc_registration .mc_login{
	width:140px;
	height:36px;
	padding-left:0px;
	margin:0 auto; 
	}	
	
#MC_CONTENT .mc_registration .mc_login a{
	display:block;
	width:140px;
	height:36px;
	line-height:36px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#00ccff;
	background-color:#FFF;
	border:1px solid #00ccff;
	border-radius:18px;
	}	
	
#MC_CONTENT .mc_registration .mc_login a:hover{
	color:#FFF;
	background-color:#00ccff;
	}
	
#MC_CONTENT .mc_registration .left p{
	padding-left:0px;
	padding-top:16px;
	text-align:center;
	}	
	
#MC_CONTENT .mc_registration .left p a{
	font-size:13px;
	text-decoration:none;
	color:#62defd;
	letter-spacing:1px;
	}
	
#MC_CONTENT .mc_registration .left p a:hover{
	color: #95e8fd;
	}					
	
#MC_CONTENT .mc_registration .left input{
	width:380px;
	height:32px;
	font-size:14px;
	color:#999;
	font-family: Verdana, Geneva,"微軟正黑體", sans-serif;
	background-color:#dbdbdb;
	padding:8px;
	border:none;
	}	
	
#MC_CONTENT .mc_registration .right{
	width:55%;
	float:right;
	overflow:hidden;
	}		
	
#MC_CONTENT .mc_registration .mc_fb_login {
	height:22px;
	line-height:22px;
	display: block;
	font-size:14px;
	float:left;
	}	
	
#MC_CONTENT .mc_registration .fb_login{
	float:left;
	}	
	
#MC_CONTENT .mc_registration .fb_login a{
	display: block;
	width:75px;
	height:22px;
	background-image:url(images/desktop/member_center_like.jpg);
	background-position:right center;
	background-repeat:no-repeat;		
	}
	
#MC_CONTENT .mc_registration .mc_mail_login{
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	font-size:14px;
	}
	
#MC_CONTENT .mc_registration .mail_login{
	font-size:14px;
	}	
	
#MC_CONTENT .mc_registration .right input{
	width:470px;
	height:32px;
	font-size:14px;
	color:#999;
	font-family: Verdana, Geneva,"微軟正黑體", sans-serif;
	background-color:#dbdbdb;
	padding:8px;
	border:none;
	}	
	
#MC_CONTENT .mc_registration .mc_lan{
	padding-top:20px;
	padding-bottom:20px;
	}		
	
.mc_lan .styled-select {
	width:470px;
    height: 32px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#dbdbdb;
	background-repeat:no-repeat;
	background-position:right;
	border:none;
	border-radius:0px;
	}	
	
.mc_lan .styled-select select{
	background: transparent;
	width: 470px;
	padding:5px 10px 5px 10px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 32px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
	}
	
#MC_CONTENT .mc_registration .right p{
	font-size:14px;
	color:#F06;
	line-height:1.4;
	padding-bottom:16px;
	}
	
#MC_CONTENT .mc_registration .mc_next{
	width:140px;
	height:36px;
	margin:0 auto;
	}	
	
#MC_CONTENT .mc_registration .mc_next a{
	display:block;
	width:140px;
	height:36px;
	line-height:36px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#00ccff;
	background-color:#FFF;
	border:1px solid #00ccff;
	border-radius:18px;
	}	
	
#MC_CONTENT .mc_registration .mc_next a:hover{
	color:#FFF;
	background-color:#00ccff;
	}		
	
/*----------------------------1226---------------------------------*/


#MC_CONTENT .mc_registration{
	clear:both;
	width:960px;
	}
		
#MC_CONTENT .mc_registration .center{
	width:100%;
	overflow:hidden;
	}		

#MC_CONTENT .mc_registration .center h5{
	clear:both;
	color:#00ccff;
	font-size: 24px;
	padding:10px 0 6px 0;
	border-bottom:1px solid #00ccff; 
}

#MC_CONTENT .mc_registration .center .mc_ads{
	width: 100%;
	padding:20px 0;
	overflow: hidden;
}

#MC_CONTENT .mc_registration .center .mc_ads ul{
	list-style: none;
}

#MC_CONTENT .mc_registration .center .mc_ads li{
	float: left;
	width: 470px;
	margin-right:20px; 
}

#MC_CONTENT .mc_registration .center .mc_ads li:nth-child(2n){
	margin-right:0; 
}

#MC_CONTENT .mc_registration .center .mc_ads li a{
	display: inline-block;
	font-size: 14px;
	line-height: 1.6;
	text-decoration: none;
	padding-top: 8px;
	color:#003366;
	opacity: 1;
}

#MC_CONTENT .mc_registration .center .mc_ads li a:hover{
	opacity: 0.7;
}

#MC_CONTENT .mc_registration .center .mc_ads li img{
	width:470px;
}

#MC_CONTENT .mc_registration .center .mc_app_download{
	width: 100%;
	padding:20px 0 20px 0;
	overflow: hidden;
}

#MC_CONTENT .mc_registration .center .mc_app_download article{
	color:#003366;
	line-height: 1.5;
	font-size: 14px;
	padding-bottom: 30px;
}

#MC_CONTENT .mc_registration .center .mc_app_download ul{
	width: 100%;
}

#MC_CONTENT .mc_registration .center .mc_app_download li{
	float: left;
	width: 22%;
	margin-right:4%;
	padding-bottom: 20px;
	text-align: center; 
}

#MC_CONTENT .mc_registration .center .mc_app_download li:nth-child(4n){
	margin-right:0; 
}

#MC_CONTENT .mc_registration .center .mc_app_download li img{
	width: 70%;
	height: auto;
}

/*--------------------1/3----------------------*/

#MC_CONTENT .mc_registration .center .mc_app_download li a{
	display: block;
	text-align:center;
	text-decoration: none;
	color: #003366;
	line-height: 1.4;
	padding: 4px 8px 8px 8px;
	opacity: 1;
	position: relative;
}

#MC_CONTENT .mc_registration .center .mc_app_download li a p{
	display: block;
}

#MC_CONTENT .mc_registration .center .mc_app_download li a:hover{
	opacity: 0.75;
}

#MC_CONTENT .mc_registration .center .mc_app_download ul li a > .tag{
	display:block;
	position: absolute;
	top: 60px;
	left: 160px;
	width: 120px;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	background-color: rgba(	0, 150, 255, 0.7);
	border-radius:0px 6px 6px 6px;
	opacity: 0;
	transition:all 0.6s;
	z-index: 9999;
}

#MC_CONTENT .mc_registration .center .mc_app_download ul li a > .tag:before{
	content: '';
	display: block;
	width: 0;
	border-style:solid;
	border-width:0px 12px 12px 0px;
	border-color:transparent #4cb5ff transparent transparent;
	position: absolute;
	top: 0%;
	left: -12px;
}

#MC_CONTENT .mc_registration .center .mc_app_download ul li:nth-child(4n) a > .tag{
	display:block;
	position: absolute;
	top: 60px;
	left: -60px;
	width: 120px;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	background-color: rgba(	0, 150, 255, 0.7);
	border-radius:6px 0px 6px 6px;
	opacity: 0;
	transition:all 0.6s;
}
#MC_CONTENT .mc_registration .center .mc_app_download ul li:nth-child(4n) a > .tag:before{
	display: none;
}

#MC_CONTENT .mc_registration .center .mc_app_download ul li:nth-child(4n) a > .tag:after{
	content: '';
	display: block;
	width: 0;
	border-style:solid;
	border-width:0px 0px 12px 12px;
	border-color:transparent transparent transparent #4cb5ff;
	position: absolute;
	top: 0%;
	right: -12px;
}

#MC_CONTENT .mc_registration .center .mc_app_download ul li a:hover > .tag{
	opacity: 1;
} 

#MC_CONTENT .mc_registration .center .mc_app_download .mc_app_more{
	display: none;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion{
	clear: both;
	width: 100%;
	overflow: hidden;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf{
	float: left;
	width: 33.3%;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf:last-child{
	margin-right:0;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion table{
	width: 960px;
	color: #00ccff;
	text-align: left;
	font-size:24px;
	border-bottom:1px solid #00ccff; 
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion table td{
	width: 320px;
	line-height: 1.4;
}


#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf ul{
	padding:10px 0 40px 8px;
	list-style: none;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf h6{
	display: none;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf li{
	line-height: 1.8;
	font-size: 14px;
}


#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf li a{
	color: #003366;
	text-decoration: none;
	opacity: 1;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf li a:hover{
	opacity: 0.75;
}


/*-----------------------------------RMA Service-----------------------------------------------*/
.mc_RMA{
	margin-top:40px;
	border-top:1px solid #80e4fd;
}

#MC_CONTENT .mc_title .RAM_h2{
	float:none;
	width:auto;
	border-right:none;
	}
	
#MC_CONTENT .mc_title .RAM_p{
	float:none;
	width:auto;
	padding-left:0px;
	}

#MC_CONTENT .mc_title .RAM_p a{
	text-decoration: none;
	color:#00aabb;
}
	
#MC_CONTENT .mc_registration .mc_panter{
	width:240px;
	height:50px;
	margin:90px auto 0 auto;
}

#MC_CONTENT .mc_registration .mc_panter a{
	display:block;
	width:240px;
	height:50px;
	line-height:50px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background-color:#00ccff;
	border-radius:25px;
	opacity:1;
}

#MC_CONTENT .mc_registration .mc_panter a:hover{
	opacity:0.7;
}

#MC_CONTENT .mc_box .mc_box_inside_02 .styled-select_03{
	width:290px;
    height: 28px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#cdf1fe;
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	border:none;
	border-radius:0px;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside_02 .styled-select_03 select{
	background: transparent;
	width:290px;
	padding:0px 10px 0px 10px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 28px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
	}

#MC_CONTENT .mc_box .mc_box_inside_02 .RMA_p{
	width:100px;
	height:28px;
	padding-right:0px;
}

#MC_CONTENT .mc_box .mc_box_inside_02 .RMA_inp{
	width:175px;
	height:36px;
	}

.RMA_inp input{
	width:175px;
	height:28px;
	background-color:#cdf1fe;
	border:none;
	padding:5px;
	font-size:14px;
	color:#999;
	}

#MC_CONTENT .mc_box .mc_box_inside_02 .RMA_title{
	width:40px;
	height:36px;
	line-height:36px;
	color:#21708d;
	font-size:14px;
	text-align: center;
	}	

#MC_CONTENT .mc_box .mc_box_inside_02 .td_text04{
	width:650px;
	height:60px;
	}	

#MC_CONTENT .mc_box .mc_box_inside_02 .td_text04 textarea{
	width:650px;
	height:60px;
	background-color:#cdf1fe;
	border:none;
	padding:5px;
	font-size:14px;
	color:#999;
	}

#MC_CONTENT .mc_box .mc_box_inside_02 .td_left_title a{
	display:inline;
	width:72px;
	height:36px;
	line-height:36px;
	color:#21708d;
	font-size:14px;
	background-color:#7fdafc;
}	

#MC_CONTENT .mc_box .mc_box_inside_02 .td_left_title a:hover{
	color:#004411;
	background-color:#7fdafc;
}
#MC_CONTENT .mc_box .mc_box_inside_02 table .td_text05{
	width:170px;
	height:36px;
	text-align:left;
	}	

table .td_text05 input{
	width:155px;
	height:28px;
	background-color:#cdf1fe;
	border:none;
	padding:5px;
	font-size:14px;
	color:#999;
	text-align:left;
	margin-right:15px;
	}

#MC_CONTENT .mc_box .mc_box_inside_02 table .td_text06{
	width:50px;
	height:36px;
	text-align:left;
	}	

table .td_text06 input{
	width:40px;
	height:28px;
	background-color:#cdf1fe;
	border:none;
	padding:5px;
	font-size:14px;
	color:#999;
	text-align:left;
	margin-right:15px;
	}

#MC_CONTENT .mc_box .mc_box_inside_02 table .td_text07{
	width:50px;
	height:36px;
	text-align:left;
	line-height:36px;
	color:#21708d;
	font-size:14px;
	}	

table .td_text07 input{
	width:15px;
	height:28px;
	background-color:#cdf1fe;
	border:none;
	padding:5px;
	font-size:14px;
	color:#999;
	text-align:left;
	margin-right:15px;
	}	


.error02{
	text-align:center;
	font-size:13px;
	padding:0;
	color:#C00;
	}

.i_agree .cherk_info span{
	padding-left:20px;
}	

#MC_CONTENT .mc_box .mc_box_inside_02 .RMA_service_g{
	display:block;
}	

#MC_CONTENT .mc_box .mc_box_inside_02 .RMA_service_g_phone{
	display:none;
}

.RMA_apply_btn a{
	display:block;
	width:140px;
	height:36px;
	line-height:36px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background-color:#21708d;
	border-radius:18px;
	opacity:1;
	margin:30px auto 0 auto;
	}	
	
.RMA_apply_btn a:hover{
	color:#FFF;
	opacity:0.7;
	}	


.mc_box_inside_list p{
	font-size:12px;
	color:#21708d;
	text-align:center;
	line-height:12px;
	padding-top:16px;
}		
/*---------------------------------------------top btn------------------------------------------------*/


#MC_CONTENT .mc_tag{
	width:660px;
	height:52px;
	}

#MC_CONTENT .mc_tag ul{
	list-style:none;
	overflow:hidden;
	}
	
#MC_CONTENT .mc_tag li{
	display:block;
	width:220px;
	height:52px;
	float:left;
	}
	
#MC_CONTENT .mc_tag li a{
	display:block;
	width:210px;
	height:52px;
	line-height:52px;
	text-align:center;
	font-size:16px;
	border-radius:26px 26px 0 0;
	text-decoration:none;
	}
	
#MC_CONTENT .mc_tag li .blue{
	background-color:#7fdafc;
	color:#FFF;
	}	
	
#MC_CONTENT .mc_tag li .derk_blue{
	background-color:#3486a4;
	color:#7fdafc;
	}	
	
#MC_CONTENT .mc_tag li .derk_blue:hover{
	background-color:#469ab9;
	color:#7fdafc;
	}		
	

/*---------------------------------------down btn-----------------------------------------*/	

#MC_CONTENT .mc_test{
	width:600px;
	text-align:center;
	padding-top:40px;
	padding-bottom:20px;
	margin:0 auto;
	}
	
.error{
	text-align:center;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size:13px;
	padding:20px 0 20px 0;
	color:#C00;
	}

#MC_CONTENT .mc_test p{
	font-size:16px;
	color:#21708d;
	}
	
#MC_CONTENT .mc_test input{
	width:100px;
	height:28px;
	background-color:#dbdbdb;
	padding:8px;
	color:#333;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size:14px;
	text-align:center;
	border:none;
	}		
	
#MC_CONTENT .text{
	padding:30px 0 20px 0;
	}	


#MC_CONTENT .mc_next_02{
	width:140px;
	height:36px;
	margin:0 auto;
	}	
	
#MC_CONTENT .mc_next_02 a{
	display:block;
	width:140px;
	height:36px;
	line-height:36px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#00ccff;
	background-color:#FFF;
	border:1px solid #00ccff;
	border-radius:18px;
	}	
	
#MC_CONTENT .mc_next_02 a:hover{
	color:#FFF;
	background-color:#00ccff;
	}		
			
/*---------------------------------------------new------------------------------------------------*/	

#MC_CONTENT .mc_box{
	clear:both;
	width:960px;
	background-color:#7fdafc;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	}

.mc_box_inside{
	width:820px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:60px;
	border-bottom:1px solid #FFF;
	}
	
.mc_box_inside_02{
	width:820px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:60px;
	}
	
.mc_box_inside_03{
	width:820px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:60px;	
	overflow:hidden;
	}

.mc_box_inside table , 
.mc_box_inside_02 table, 
.mc_box_inside_03 table{
	width:100%;
}	
	
.mc_box_inside_list_phone{
	display:none;
	}
	
.mc_box_inside_list{
	width:820px;
	margin:0 auto;
	padding-top:10%;
	padding-bottom:10%;	
	overflow:hidden;
	}		

.mc_box_inside_02 h6{
	color:#000;
	font-size:16px;
	padding:16px 0 16px 0;
	}
	
#MC_CONTENT .mc_box td{
	text-align:left;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside .td_left_title{
	width:72px;
	height:36px;
	line-height:36px;
	color:#21708d;
	font-size:14px;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside .td_text01{
	width:430px;
	height:36px;
	}	

.td_text01 input{
	width:430px;
	height:28px;
	background-color:#cdf1fe;
	border:none;
	padding:5px;
	font-size:14px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	color:#999;
	}
	
#MC_CONTENT .mc_box .td_warnings{
	width:200px;
	height:28px;
	color:#3486a4;
	font-size:12px;
	text-align:left;
	padding-left:1%;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside .styled-select{
	width:430px;
    height: 28px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#cdf1fe;
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	border:none;
	border-radius:0px;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside .styled-select select{
	background: transparent;
	width: 430px;
	padding:0px 10px 0px 10px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 28px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
	}	

		
#MC_CONTENT .mc_box .mc_box_inside .td_text02{
	height:36px;
	color:#3486a4;
	font-size:14px;
	}	
	

#MC_CONTENT .mc_box .mc_box_inside .td_text03{
	height:36px;
	color:#3486a4;
	font-size:14px;
	}

.mc_box_inside .td_text03 input{
	width:100px;
	height:28px;
	background-color:#cdf1fe;
	border:none;
	padding:5px;
	font-size:14px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	color:#000;
}	
	
.mc_box_inside_02 .td_text03 input{
	width:200px;
	height:28px;
	background-color:#cdf1fe;
	border:none;
	padding:5px;
	font-size:14px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	color:#000;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_02 .td_left_title{
	width:22%;
	height:36px;
	line-height:36px;
	color:#21708d;
	font-size:14px;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_02 .td_text01{
	width:78%;
	height:36px;
	}		
	
#MC_CONTENT .mc_box .mc_box_inside_02 .styled-select{
	width:430px;
    height: 28px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#cdf1fe;
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	border:none;
	border-radius:0px;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside_02 .styled-select select{
	background: transparent;
	width:430px;
	padding:0px 10px 0px 10px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 28px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
	}
/*--------------------------------0808----------------------------------*/
#MC_CONTENT .mc_box .mc_box_inside_02 .RMA_service_g .styled-select{
	width:207%;
    height: 28px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#cdf1fe;
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	border:none;
	border-radius:0px;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside_02 .RMA_service_g .styled-select select{
	background: transparent;
	width:100%;
	padding:0px 10px 0px 10px;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 28px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
	}	
/*--------------------------------------------------------------------*/	
#MC_CONTENT .mc_box .mc_box_inside_02 .styled-select_02{
	width:430px;
    height: 28px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#cdf1fe;
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	border:none;
	border-radius:0px;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside_02 .styled-select_02 select{
	background: transparent;
	width: 430px;
	padding:0px 10px 0px 10px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 28px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
	}
					
#MC_CONTENT .mc_box .mc_box_inside_02 h5{
	padding-top:20px;
	padding-bottom:20px;
	color:#21708d;
	font-size:14px;
	line-height:1.8;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside_02 .ms_QNA{
	display:block;
	width:820px;
	background-color:#d8f4fe;
	padding:20px;
	margin:10px 0;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_02 .ms_QNA .cherk{
	width:20px;
	height:28px;
	line-height:28px;
	padding:6px 4px 4px 4px;
	
	}	
	
#MC_CONTENT .mc_box .mc_box_inside_02 .ms_QNA .cherk_info{
	width:175px;
	font-size:14px;
	line-height:28px;
	padding:4px;
	color:#21708d;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_02 .ms_QNA .cherk_info_2{
	font-size:14px;
	line-height:28px;
	padding:4px;
	color:#21708d;
	}	
		
#MC_CONTENT .mc_box .mc_box_inside_02 .ms_QNA_phone{
	display:none;
	}	

#MC_CONTENT .mc_box .mc_box_inside_02 .i_agree {
	width:820px;
	padding:20px;
	margin:10px 0;
}

#MC_CONTENT .mc_box .mc_box_inside_02 .i_agree .cherk{
	width:20px;
	height:28px;
	line-height:28px;
	padding:6px 4px 4px 4px;
}

#MC_CONTENT .mc_box .mc_box_inside_02 .i_agree .cherk_info{
	width:100%;
	font-size:14px;
	line-height:28px;
	padding:4px;
	color:#21708d;
	}

#MC_CONTENT .mc_box .mc_box_inside_02 .i_agree td{
	width:100%;
}

#MC_CONTENT .mc_box .mc_box_inside_02 .i_agree td a{
	display:inline;
	color:#2f9dc6;
	background-color:#7fdafc;
}	

#MC_CONTENT .mc_box .mc_box_inside_02 td a{
	display:block;
	width:80%;
	height:28px;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	line-height:28px;
	color:#FFF;
	background-color:#0099ff;
	border-radius:14px;
	}

#MC_CONTENT .mc_box .mc_box_inside_02 .i_agree td a:hover{
	display:inline;
	color:#2a8aad;
	background-color:#7fdafc;
}
	
#MC_CONTENT .mc_box .mc_box_inside_02 td .pass_back{
	width:30%;
	height:60px;
	padding:30px 0 0 0;
	margin:0 auto; 
	}	
	
#MC_CONTENT .mc_box .mc_box_inside_02 td a{
	display:block;
	width:80%;
	height:28px;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	line-height:28px;
	color:#FFF;
	background-color:#0099ff;
	border-radius:14px;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_02 td a:hover{
	background-color:#00ccff;
	}		
		
#MC_CONTENT .mc_box .mc_box_inside_02 td .pass_back  a{
	display:block;
	width:80%;
	height:28px;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	line-height:28px;
	color:#FFF;
	background-color:#0099ff;
	border-radius:14px;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_02 td .pass_back  a:hover{
	background-color:#00ccff;
	}			

#MC_CONTENT .mc_box .mc_box_inside_02 .ms_QNA .cherk_info_2{
        font-size:14px;
        line-height:28px;
        padding:4px;
        color:#21708d;
        }

#MC_CONTENT .mc_box .mc_box_inside h4{
	color:#FFF;
	font-size:42px;
	line-height:1.4;
	}
	
#MC_CONTENT .mc_box .mc_box_inside article{
	font-size:14px;
	color:#21708d;
	line-height:1.4;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_03 .fb_function{
	width:300px;
	float:left;
	} 		
	
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function{
	width:480px;
	overflow:hidden;
	float:left;
	padding-left:80px;
	padding-top:0px;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function ul{
	list-style:none;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li{
	display:block;
	width:90px;
	font-size:14px;
	color:#21708d;
	text-align:center;
	margin:0 auto;
	float: right;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li a{
	display:block;
	width:90px;
	height:90px;
	background-position:center center;
	background-repeat:no-repeat;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_01{ background-image:url(images/desktop/member_cente_icon01.png);}			
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_02{ background-image:url(images/desktop/member_cente_icon02.png);}
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_03{ background-image:url(images/desktop/member_cente_icon03.png);}
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_04{ background-image:url(images/desktop/member_cente_icon04.png);}		

#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_01:hover{ background-image:url(images/desktop/member_cente_icon01_R.png);}			
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_02:hover{ background-image:url(images/desktop/member_cente_icon02_R.png);}
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_03:hover{ background-image:url(images/desktop/member_cente_icon03_R.png);}
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_04:hover{ background-image:url(images/desktop/member_cente_icon04_R.png);}		


#MC_CONTENT .mc_box .mc_box_inside_list .mc_list_title{
	height:32px;
	font-size:14px;
	color:#FFF;
	text-align:center;
	background-color:#21708d;
	border-left:1px solid #7fdafc;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_list .mc_list_info{
	height:32px;
	font-size:12px;
	color:#21708d;
	text-align:center;
	background-color:#cff1fe;
	border-left:1px solid #7fdafc;
	border-top:1px solid #7fdafc;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside .mc_forget{
	padding-top:10px;
	padding-bottom:30px;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside .mc_forget input{
	width:412px;
	height:28px;
	background-color:#cdf1fe;
	border:none;
	padding:5px;
	font-size:14px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	color:#000;
	}
	
#MC_CONTENT .mc_box .mc_box_inside .mc_forget_correct{
	width:480px;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside .mc_forget_correct a{
	display:block;
	width:140px;
	height:36px;
	margin:0 auto;
	background-color:#3486a4;
	border-radius:18px;
	text-align:center;
	line-height:36px;
	text-decoration:none;
	font-size:18px;
	color:#FFF;
	}
	
#MC_CONTENT .mc_box .mc_box_inside .mc_forget_correct a:hover{
	background-color:#4f9db9;
	}			

#MC_CONTENT .mc_box .mc_box_inside .mc_forget p{
	width:480px;
	padding-top:20px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size:13px;
	color:#C00;
	text-align:center;
	}
/*------------------------------------RMA-success-------------------------------------------*/	
#MC_CONTENT .mc_box .mc_box_inside h5{
	padding-top:6px;
	padding-bottom:10px;
	color:#21708d;
	font-size:16px;
	border-bottom:1px solid #4da8c9;
	line-height:1.4;
	}

#MC_CONTENT .mc_box .mc_box_inside p{
	font-size:13px;
	line-height:1.4;
	color:#333;
	padding-top: 8px;
}	

#MC_CONTENT .mc_box .mc_box_inside ul{
	list-style:upper-roman;
	padding:10px 0 10px 30px;
}	

#MC_CONTENT .mc_box .mc_box_inside li{
	color:#21708d;
	font-size:14px;
	line-height:1.6;
}

#MC_CONTENT .mc_box .mc_box_inside ul ul{
	list-style:disc;
	padding-left:none;
}	

#MC_CONTENT .mc_box .mc_box_inside ul span{
	color:#fc4284;
}

#MC_CONTENT .mc_box .mc_box_inside table{
	width:100%;
	border:1px solid #98e0fb;
	margin:16px 0;
}

#MC_CONTENT .mc_box .mc_box_inside tr{
	background-color:#7fdafc;
}

#MC_CONTENT .mc_box .mc_box_inside tr:nth-child(odd){
	background-color:#98e0fb;
}

#MC_CONTENT .mc_box .mc_box_inside td{
	height:30px;
	color:#21708d;
	line-height:1.4;
	text-align:left;
	padding-left:8px;
}

#MC_CONTENT .mc_box .mc_box_inside h5 a{
	text-decoration:none;
	color:#21708d;
}

#MC_CONTENT .mc_box .mc_box_inside h5 a:hover{
	color:#3591b3;
}

#MC_CONTENT .mc_box .mc_box_inside h6{
	color:#e7f4f9;
	font-size:14px;
	line-height:1.6;
	padding-bottom: 20px;

}
	
/*--------------------------------------------pro_link----------------------------------------------*/

.mc_box_inside_04{
	width:960px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:60px;
	border-bottom:1px solid #FFF;
	overflow:hidden;
	}	
	
.mc_box_inside_04 .pro_link{
	width:320px;
	float:left;
	padding-top:0px;
	}
	
.mc_box_inside_04 .pro_link h5{
	font-size:16px;
	color:#900;
	text-align:center;
	padding:10px;
	}
	
.mc_box_inside_04 .pro{
	width:140px;
	height:140px;
	margin:0 auto;
	}		
	
.mc_box_inside_04 .pro_link h6{
	width:260px;
	margin:0 auto;
	border-bottom:1px dotted #999999; 
	font-size:18px;
	color: #069;
	text-align:center;
	padding:10px;
	}
	
.mc_box_inside_04 p{
	padding:10px 30px;
	line-height:1.4;
	text-align:center;
	}
	
.mc_box_inside_04 .fb_like{
	width:66px;
	height:24px;
	margin:0 auto;
	color:#36C;
	text-align:center;
	padding-top:20px;
	}	

/*-------------------------------products number----------------------------------------*/	

.pn_content{
	width:1080px;
	margin:0 auto;
	padding:80px 0;
}

.pn_content h3{
	text-align:center;
	color:#00ccff;
	font-size:48px;
}

.pn_content p{
	font-size:14px;
	line-height:1.6;
	color:#666;
	padding:40px 0;
}

.pn_content p a{
	text-decoration:none;	
}

.pn_content p a:hover{
color:#007eff;
}

.pn_content .explanation{
	width:1080px;
	overflow:hidden;
}

.pn_content .explanation ul{
	list-style:none;
}

.pn_content .explanation ul li{
	width:301px;
	display:inline-block;
	margin-right:80px;	
}

.pn_content .explanation ul li img{
	border-radius:26px;
}

.pn_content .explanation ul li:nth-child(2n){
	margin-right:80px;
}

.pn_content .explanation ul li:nth-child(3n){
	margin-right:0px;
}

.pn_content .explanation ul li p{
	text-align:center;
	padding:30px 0;
	color:#0181b6;
	font-size:20px;
}

.pn_content .explanation .pn_show{
	width:645px;
	margin:0 auto;
}

.pn_content .explanation .pn_show img{
	width:100%;
	height:auto;
}

/*----------------------------------------search---------------------------------------------*/

#search{
	width:1080px;
	padding:250px 0 150px 0;
	margin:0 auto;
	}
	
#search h3{
	
	font-size:44px;
	text-align:center;
	color:#00ccff;
	padding-top:0px;
	}

#search #search_BTN{
	width:1080px;
	margin:0 auto;
	padding:60px 0 60px 0;
	overflow:hidden;
	}

#search h4{
	
	font-size:32px;
	text-align:left;
	color:#00ccff;
	padding:20px 0 20px 30px;
	position:relative;
	cursor:pointer;
	}

#search h4:before{
	content:'';
	display: block;
	position: absolute;
	left: -15px;
	top: 4px;
	width:0px;
	height:0px;
	border-style:solid;
	border-width:12px 0 12px 12px;
	border-color: transparent transparent transparent #00ccff;
	margin:20px}
	}	
	
#search #search_BTN ul{
	list-style:none;
	}
	
#search #search_BTN li{
	width:33.3%;
	height:56px;
	margin-bottom:1%; 
	float:left;
	}		
	
#search #search_BTN li a {
	display:block;
	width:280px;
	height:56px;
	font-size:18px;
	line-height:56px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#00ccff;
	background-color:#FFF;
	margin: 0 auto;
	}	
	
#search #search_BTN li a:hover{
	background-color:#00ccff;
	color:#FFF;
	}
	
#search #search_BTN li .CS_BTN_hover{
	display:block;
	width:280px;
	height:56px;
	font-size:18px;
	line-height:56px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#fff;
	background-color:#00ccff;
	margin:0 auto;
	}

#search #search_BTN li a p{
	display:inline-block;
	height:28px;
	font-size:16px;
	line-height: 30px;
	color: #00ccff;
	background-color: #a7eafb;
	/*background-position: center 11px;
	background-repeat: no-repeat;
	background-size: 28px 28px;*/
	border-radius: 14px;
	margin-left: 10px;
	padding:0 6px;
}	

#search #search_BTN li a:hover p{
	background-color: #50dafd;
	color:#ccf2fc;
}	

#search .search_CNT{
	display: table;
	width:1080px;
	padding:0 10px 15px 10px;
	margin-bottom:15px; 
	overflow:hidden;
	clear: both;
	border:1px solid #dbdbdb;
}

#search .search_CNT .search_img{
	display: block;
	float:left;
	width:180px;
}

#search .search_CNT .search_img img{
	width:100%;
	height: auto;
}

#search .search_CNT .search_ind{
	display: table-cell;
	width: 1000px;
	vertical-align: middle;
}

#search .search_CNT .search_ind h5{
	font-size: 18px;
	line-height: 1.4;
	padding:10px 0px 10px 0px;
}	

#search .search_CNT .search_ind h5 a{
	color:#003366;
	opacity: 1;
	text-decoration: none;
}

#search .search_CNT .search_ind h5 a:hover{
	opacity: 0.75;
}


#search .search_CNT .search_ind article{
	font-size: 13px;
	line-height: 1.6;
	color: #666;
}
/*------------------------------------------page end---------------------------------------------*/


/*-----------------------------------Customized Services--------------------------------------*/

#CS_BTN{
	width:1080px;
	margin:0 auto;
	padding:120px 0 60px 0;
	overflow:hidden;
	}
	
#CS_BTN ul{
	list-style:none;
	}
	
#CS_BTN li{
	width:33.3%;
	height:56px;
	float:left;
	}		
	
#CS_BTN li a {
	display:block;
	width:280px;
	height:56px;
	font-size:18px;
	line-height:56px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#00ccff;
	background-color:#FFF;
	margin:0 auto;
	}	
	
#CS_BTN li a:hover{
	background-color:#00ccff;
	color:#FFF;
	}
	
#CS_BTN li .CS_BTN_hover{
	display:block;
	width:280px;
	height:56px;
	font-size:18px;
	line-height:56px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#fff;
	background-color:#00ccff;
	margin:0 auto;
	}
	
/*-------------------------------------------------------*/	

#CS_BTN_Tc{
	width:1080px;
	margin:0 auto;
	padding:120px 0 60px 0;
	overflow:hidden;
	}
	
#CS_BTN_Tc ul{
	list-style:none;
	}
	
#CS_BTN_Tc li{
	width:33.3%;
	height:56px;
	float:left;
	}		
	
#CS_BTN_Tc li a {
	display:block;
	width:280px;
	height:56px;
	font-size:18px;
	line-height:56px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#00ccff;
	background-color:#FFF;
	margin:0 auto;
	letter-spacing:2px;
	}	
	
#CS_BTN_Tc li a:hover{
	background-color:#00ccff;
	color:#FFF;
	}
	
#CS_BTN_Tc li .CS_BTN_hover{
	display:block;
	width:280px;
	height:56px;
	font-size:18px;
	line-height:56px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#fff;
	background-color:#00ccff;
	margin:0 auto;
	}

			
/*----------------------------------------------------*/	
.CS_box_04{
	width:1080px;
	margin:0 auto;
	font-size:18px;
	color:#97a1bb;
	line-height:1.6;
	text-align:center;
	}

#CS_CONTENT{
	clear:both;
	width:100%;
	padding:60px 0;
	}

/*---------------------------------Customized Services------------------------------------*/	

#CS_CONTENT .CS{
	width:100%;
	clear:both;
	padding:20px 0;
	font-family:'Roboto',Verdana, Geneva,"微軟正黑體", sans-serif;
	}	

#CS_CONTENT .CS h4{
	width:100%;
    height:100px;
	text-align:center;
	line-height:100px;
	font-size:50px;
	color:#FFF;
	background-color:#00ccff;
	}
	
#CS_CONTENT .CS .CS_box_01{
	width:1080px;
	margin:0 auto;
	padding:80px 0 20px 0;
	}	
	
#CS_CONTENT .CS h5{
	font-size:32px;
	color:#97a1bb;
	}	
	
#CS_CONTENT .CS p{
	padding:15px 0;
	font-size:16px;
	line-height:1.6;
	}	
	
#CS_CONTENT .CS .CS_box_01 .CS_box_pic{
	text-align:center;
	}	

#CS_CONTENT .CS .CS_box_02{
	width:1080px;
	margin:0 auto;
	padding:80px 0 20px 0;
	overflow:hidden;
	}
	
#CS_CONTENT .CS .CS_box_02 .CS_box_word{
	width:50%;
	float:left;
	}	
	
#CS_CONTENT .CS .CS_box_02 .CS_box_pic{
	width:50%;
	float:left;
	}
	
#CS_CONTENT .CS .CS_box_03{
	width:1080px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:20px;
	}
	
#CS_CONTENT .CS .CS_box_03 p{	
	color:#FFF;
	font-size:16px;
	text-align:center;
	line-height:34px;
	padding:0;
	width:1080px;
	height:36px;
	border-radius:18px;
	background-color:#97a1bb;
	}

#CS_CONTENT .CS .CS_box_05{
	width:1080px;
	margin:0 auto;
	padding:60px 0 0px 0;
	}
	
#CS_CONTENT .CS .CS_box_05 .CS_pro{
	padding-bottom:0px;
	}	
	
#CS_CONTENT .CS .CS_pro_title p{
	width:250px;
	height:40px;
	line-height:40px;
	padding:0;
	font-size:22px;
	color:#FFF;
	text-align:center;
	background-color:#00ccff;
	border-radius:40px;
	}
	
#CS_CONTENT .CS .CS_pro_title_02 p{
	width:400px;
	height:40px;
	line-height:40px;
	padding:0;
	font-size:22px;
	color:#FFF;
	text-align:center;
	background-color:#00ccff;
	border-radius:40px;
	}		
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_pro_interface{
	width:100%;
	overflow:hidden;
	padding:30px 0 10px 0;
	border-bottom:1px solid #00ccff;
	margin-bottom:15px;
	}
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_pro_interface h6{
	font-size:26px;
	color:#00ccff;
	text-align:left;
	}	
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_pro_interface .left{
	width:33.3%;
	float:left;
	}	
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_pro_interface .right{
	width:33.3%;
	float:right;
	}
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_pro_interface_phone{
	display:none;
	}	
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule{
	clear:both;
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
	}
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products{
	width:360px;
	float:left;
	position:relative;
	padding:20px 0 80px 0;
	}
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products h6{
	font-size:20px;
	color:#105172;
	}
			
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products ul{
	width:40px;
	height:16px;
	margin:0 auto;
	padding:360px 0 0px 0;
	}
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products li{
	width:20px;
	height:20px;
	float:left;
	}	
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products li a{
	display:block;
	width:12px;
	height:12px;
	margin:4px;
	border-radius:6px;
	}
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products .gray{ background-color:#ccc;}				
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products .derk_gray{ background-color:#666;}		
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products .black{ background-color:#000;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products .pink{ background-color:#ff6767;}
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products .green{ background-color:#66cc99;}
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products .white{ background-color:#FFF; border:1px solid #CCC;}
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products .red{ background-color:#cc3366;}
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products .derk_blue{ background-color:#000066;}
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products .derk_red{ background-color:#c80d0d;}
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products .blue{ background-color:#84b0ce;}


#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img{
	display:none;
	position:absolute;
	left:0;
	}
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP1{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP3{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP5{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP7{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP10{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP13{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP15{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP17{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP18{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP19{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP20{ display:block;}	


#CS_CONTENT .CS .CS_box_06{
	display:table;
	width:1080px;
	height:auto;
	margin:0 auto;
	padding:20px 0; 
	}

#CS_CONTENT .CS .CS_box_06 .CS_box_word_02{
	display: table-cell;
	padding-right:20px;
	vertical-align:middle;
	text-align:left;
	}
	
#CS_CONTENT .CS .CS_box_06 .CS_box_pic_02{
	text-align:right;
	}	
	
#CS_CONTENT .CS .CS_CONTECT_US p{
	width:960px;
	margin:0 auto;
	padding:60px 0;
	color:#97a1bb;
	font-size:16px;
	line-height:1.6;
	text-align:center;
	}
	
#CS_CONTENT .CS .CS_CONTECT_US .range{
	width:1080px;
	margin:0 auto;
	padding:60px 0;
	background-color:#8edefc;
	}	
	
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_table{
	width:960px;
	margin:0 auto;
	text-align:left;
	vertical-align:middle;
	}
	
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_title{
	width:20%;
	height:36px;
	font-size:14px;
	color:#3486a4;
	text-align:left;
	}
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text{
	width:50%;
	height:36px;
	}
/*--------------------------------------service-------------------------------------------*/

#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text .styled-select_02{
	width:98%;
    height: 28px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#cdf1fe;
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	border:none;
	border-radius:0px;
	}	
	
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text .styled-select_02 select{
	background: transparent;
	width: 100%;
	padding:0px 10px 0px 10px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 28px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
	}


#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text .styled-select_03{
	width:49%;
    height: 28px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#cdf1fe;
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	border:none;
	border-radius:0px;
	}	
	
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text .styled-select_03 select{
	background: transparent;
	width: 100%;
	padding:0px 10px 0px 10px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 28px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
	}	

#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text_02{
	width:50%;
	height:36px;	
}

#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text_02 td{
	text-align:left;
	font-size:14px;
	color:#3486a4;
	padding:0 2px;
	line-height:1.4;
}

#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text_02 input{
	width:20%;
	margin:0 8px;
}

#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text_02 .inp02{
	width:82.87%;
	margin:0 8px;
}


#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text_02 .checkbox{
	width:13px;
	height:13px;
}


#CS_CONTENT .CS .CS_CONTECT_US .range02{
	text-align:center;
	margin:0 auto;
	}	
	
	
/*----------------------------------------------------------------------------------------*/		
#CS_CONTENT .CS .CS_CONTECT_US .range input{
	width:100%;
	height:30px;
	font-size:14px;
	background-color:#d4f3fe;
	padding:2px 8px;
	border:none;
	color:#3486a4;
	}	
	
#CS_CONTENT .CS .CS_CONTECT_US .range textarea{
	width:100%;
	height:60px;
	font-size:14px;
	background-color:#d4f3fe;
	padding:2px 8px;
	margin:3px 0;
	border:none;
	color:#3486a4;
	}
		
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_ext{
	width:4%;
	height:36px;
	font-size:14px;
	color:#3486a4;
	text-align:center;
	}
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_ext_text{
	width:26%;
	height:36px;
	}
	
/*-------------------------------0721-----------------------------------*/
	
#CS_CONTENT .CS .submit{
	width:180px;
	height:40px;
	margin:0 auto;
	padding:40px 0 60px 0;
	}

#CS_CONTENT .CS .submit a{
	display:block;
	width:180px;
	height:40px;
	line-height:40px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#00ccff;
	background-color:#FFF;
	border:1px solid #00ccff;
	border-radius:18px;
	}	
	
#CS_CONTENT .CS .submit a:hover{
	color:#FFF;
	background-color:#00ccff;
	}			


#CS_CONTENT .mc_test{
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
	margin:0 auto;
	}

#CS_CONTENT .error{
	text-align:center;
	font-size:13px;
	padding:30px 0 10px 0;
	color:#C00;
	}	
	
#CS_CONTENT .mc_test p{
	font-size:16px;
	color:#21708d;
	padding:10px 0 0 0;
	}
	
#CS_CONTENT .mc_test input{
	width:240px;
	height:28px;
	background-color:#dbdbdb;
	padding:8px;
	color:#333;
	font-size:14px;
	text-align:center;
	border:none;
	}		
	
#CS_CONTENT .text{
	padding:0px 0 0px 0;
	}		
/*-----------------------------------------chanel partner------------------------------------------------*/		

#CS_CONTENT .bcp{
	width:1080px;
	margin:0 auto;
	padding-bottom:50px;
}

#CS_CONTENT .bcp h3{
	font-size:30px;
	padding-bottom: 20px;
	color:#00ccff;
}

#CS_CONTENT .bcp ul{
	padding-bottom:30px;
	list-style:disc;
	padding-left:20px;
}

#CS_CONTENT .bcp li{
	color:#003366;
	font-size:24px;
	line-height: 2;
}

#CS_CONTENT .bcp li p{
	color:#666;
	font-size:16px;
	line-height:1.6;
}

#CS_CONTENT .bcp article{
	padding-left:20px;
	color:#003366;
	font-size:16px;
	line-height:1.6;
}

/*-----------------------------------------group buying ----------------------------------------------*/

#CS_BTN_NONE{
	width:1080px;
	margin:0 auto;
	padding:240px 0 40px 0;
	overflow:hidden;
	}
	
#CS_BTN_NONE ul{
	list-style:none;
	}
	
#CS_BTN_NONE li{
	width:33.3%;
	height:56px;
	float:left;
	}		
	
#CS_BTN_NONE li a {
	display:block;
	width:280px;
	height:56px;
	font-size:18px;
	line-height:56px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#00ccff;
	background-color:#FFF;
	margin:0 auto;
	letter-spacing:0px;
	}	
	
#CS_BTN_NONE li a:hover{
	background-color:#00ccff;
	color:#FFF;
	}
	
#CS_BTN_NONE li .CS_BTN_hover{
	display:block;
	width:280px;
	height:56px;
	font-size:18px;
	line-height:56px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#fff;
	background-color:#00ccff;
	margin:0 auto;
	}


#CS_CONTENT .CS .CS_CONTECT_US a{
	text-decoration:none;
	color:#00ccff;
}

/*---------------------------------------------------------------------------------------0604-------------*/	
/*-------------------------------------------function----------------------------------------------*/		

#DOWN_FUNCTION{
	width:100%;
	background-color:#cccccc;
	padding-bottom:5%
	}
	
#DOWN_FUNCTION .DOWN_FUNCTION_w{
	max-width:1024px;
	margin:0 auto;
	overflow:hidden;
	}
	
#DOWN_FUNCTION .DOWN_FUNCTION_w .list{
	width:20%;
	float:left;
	}	
	
#DOWN_FUNCTION .DOWN_FUNCTION_w .list h5{
	padding:50% 0px 20px 10px;
	font-size:15px;
	color:#333;
	}
	
#DOWN_FUNCTION .DOWN_FUNCTION_w .list ul{
	list-style:none;
	}	
	
#DOWN_FUNCTION .DOWN_FUNCTION_w .list li{
	font-size:14px;
	line-height:1.4;
	text-decoration:none;
	padding:0 25px 14px 10px;
	}	
	
#DOWN_FUNCTION .DOWN_FUNCTION_w .list li a{
	text-decoration:none;
	color: #999;
	}	
	
#DOWN_FUNCTION .DOWN_FUNCTION_w .list li a:hover{
	color: #f0eded;
	}			
			
/*------------------------------------------phone function-------------------------------------------*/

#DOWN_ICON{display:none;}

/*--------------------------------------------footer-----------------------------------------------*/

footer{
	width:100%;
	height:60px;
	background-color:#000;
	}

footer .footer_copy{
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}	
	
footer h3{
	text-align:left;
	line-height:60px;



	color:#999;
	float: left;
	font-size: 14px;
	}

footer h6{
	display: block;
	text-align:right;
	line-height:60px;
	color:#00ccff;



	float: right;
	}

footer ul{
	display:block;
	float: right;
	list-style:none;
	padding:0 30px 0 10px;
	}

footer li{
	display: inline-block;
	width: 38px;
	height: 60px;
	text-align: center;
	padding-top: 13px;
	}

footer li a{
	opacity: 0.5;
}	

footer li a:hover{
	opacity: 0.3;
}

footer li img{
	width: 34px;
	height: 34px;
	}
	
	
/*--------------------------------------------phone style-----------------------------------------------*/


@media screen and (max-width: 768px) , screen and  (orientation: portrait) and (max-width:1080px){

*{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
	
html,body{
	background-color:#FFF;
	font-family: 'Roboto',Verdana, Geneva,"微軟正黑體"  sans-serif;
	font-size:13px;
	-webkit-text-size-adjust:none;
	}
	
	
/*-----------------------------------------phone header---------------------------------------*/
#PHONE_HEADER{
	display:block;
	width:100%;
	height:60px;
	background-color:rgba(204,204,204,0.8);
	border-bottom:1px solid #999;
	position:relative;
	position:fixed;
	z-index:8888;
	}
	
#PHONE_HEADER h1{
	display:block;
	width:221px;
	height:34px;
	background-image:url(images/phone/Logo.png);
	position:absolute;
	top:10px;
	left:10px;
	text-indent:-9999px;
	}
	
#PHONE_HEADER h4{
	display:block;
	width:80px;
	height:30px;
	overflow:hidden;
	position:absolute;
	top:11px;
	right:10px;
	}
	
#PHONE_HEADER ul{
	display:block;
	list-style:none;
	overflow:hidden;
	}
	
#PHONE_HEADER li{
	display:block;
	width:40px;
	height:30px;
	text-align:center;
	float:left;
	}	

/*-----------------------------------------phone_nav------------------------------------------*/	
	
#PHONE_NAV{
	display:none;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:9999;
	position: fixed;
	padding-bottom:16%;
	overflow:auto;
	}
	
#PHONE_NAV h4{
	width:30px;
	height:30px;
	position:absolute;
	top:40px;
	right:10%;
	}
	
#PHONE_NAV .phone_search{
	width:80%;
	margin:0 auto;
	overflow:hidden;
	padding-top:20%;
	}		

#PHONE_NAV .phone_search .phone_search_text{
	width:84%;
	height:36px;
	padding-top:6px;
	float:left;
	}
	
#PHONE_NAV .phone_search .phone_search_text .text{
	width:100%;
	height:24px;
	border-radius:16px;
	border:none;
	background-color:#999;
	font-size:15px;
	padding-left:2%;
	padding-right:2%;
	}	
	
#PHONE_NAV .phone_search .search_icon{
	width:36px;
	height:36px;
	float:right;
	}

#PHONE_NAV .nav_list{
	width:80%;
	margin:0 auto;
	padding-top:10%
	}
	
#PHONE_NAV .nav_list h3{
	color:#00ccff;
	font-size:26px;
	line-height:2.0;
	border-bottom:1px solid #036f8a;
	text-align:left;
	}
	
#PHONE_NAV .nav_list ul{
	display:none;
	width:100%;
	list-style:none;
	overflow:hidden;
	}
	
#PHONE_NAV .nav_list li{
	width:100%;
	padding-right:2%;
	/*float:left;*/
	}	
	
#PHONE_NAV .nav_list li a{
	font-size:18px;
	color:#FFF;
	line-height:2.6;
	text-align:center;
	text-decoration:none;
	}		
			

/*-----------------------------------------phone_lan------------------------------------------*/	

#PHONE_LAN{
	display:none;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:9999;
	position:fixed;
	padding-bottom:16%;
	overflow:auto;
	}
	
#PHONE_LAN h4{
	width:30px;
	height:30px;
	position:absolute;
	top:40px;
	right:10%;
	}		
	
#PHONE_LAN h3{
	text-align:center;
	font-size:30px;
	color:#00ccff;
	padding-top:28%;
	}
	
#PHONE_LAN .phone_lan_list{
	display:block;
	width:100%;
	padding-top:20%;
	}
	
#PHONE_LAN .phone_lan_list .lan_title{
	width:100%;
	border-bottom:1px solid #666666;
	}	
	
#PHONE_LAN .phone_lan_list h5{
	width:220px;
	height:40px;
	margin:0 auto;
	color:#FFF;
	text-align:center;
	font-size:20px;
	line-height:40px;
	background-color:#666;
	border-radius:30px 30px 0 0;
	}
	
#PHONE_LAN .phone_lan_list .country_icon{
	width:90%;
	margin:0 auto;
	padding-top:10%;
	}	
	
#PHONE_LAN .phone_lan_list .country_icon ul{
	list-style:none;
	width:100%;
	overflow:hidden;
	}	
		
#PHONE_LAN .phone_lan_list .country_icon li{
	display:block;
	width:20%;
	height:120px;
	float:left;
	text-align:center;
	color:#CCC;
	padding-bottom:5%;
	line-height:1.2;
	}
	
#PHONE_LAN .phone_lan_list .country_icon li span{
	color:#00ccff;
	}	
	
#PHONE_LAN .phone_lan_list .country_icon li a{
	display:block;
	width:60%;
	margin:0 auto;
	}	
	
#PHONE_LAN .phone_lan_list .country_icon li a img{
	width:100%;
	height:auto;
	}		
	
/*-----------------------------------------desktop header---------------------------------------------*/	
	

header{display:none;}
#NAV{display:none;}
#SIDE{display:none;}

/*-----------------------------------------desktop header end--------------------------------------------*/

/*-------------------------------------------page-------------------------------------------*/

/*-----------------------------------------banner---------------------------------------------------*/

#COMPATIBILIYT_BANNER{
	width:100%;
	height:auto;
	padding-top:60px;
	}
	
#COMPATIBILIYT_BANNER img{
	width:100%;
	height:auto;
	}	
/*-------------------------sharing------------------------------*/	

.sharing_phone{
	display: block;
	width: 100%;
	padding:0px 0 0 0 ;
	background-color: #81e3fb;
	border-bottom: 1px solid #00ccff;
	border-radius: 0 0 28px 0;
	overflow: hidden;
	z-index: 1;
	position: fixed;
	top: -60px;
	left: 0;
	right: 0;
	opacity: 0.85;
	}

.sharing_phone h6{
	width: 112px;
	height: 56px;
	line-height: 56px;
	float: right;
	color:#fff;
	background-color: #003366;
	text-align: left;
	padding: 0px 10px 0 10px;
	font-size: 12px;
	border-radius: 0 0 28px 0;
}

.sharing_phone h6:before{

}

.sharing_phone h6 img{
	margin:0 4px;
	height: 12px;
	width: auto; 
	opacity: 0.6;
}

.sharing_phone ul{
	height: 56px;
	list-style: none;
	margin-left:10px;
	float: left;
}

.sharing_phone ul li{
	display: inline-block;
	width: 44px;
	height: 36px;
	margin-top:9px; 
	text-align: left;
}

.sharing_phone ul li img{
	width: 38px;
	height: 38px;
}

.sharing_phone ul li a{
	opacity: 1;
}



/*---------------------------------------------------------------*/		
	
/*-----------------------------------------content---------------------------------------------------*/
/*--------------------------登入頁pup--------------------------------*/
.mcbg{
	width: 90%;
	margin:0 auto;
	background-color: #fff;
	opacity:1;
	border-radius:0px;
	padding-left: 3%;
	border: 1px solid #00ccff;
	box-shadow: 6px 6px 10px #ccc;
	position: absolute;
	top:45%;
	left: 5%;
}

.mcbg .mcpup_x{
	width: 30px;
	height: 30px;
	right: 10px;
	color: #fff;
	top: 20px;
	position: absolute;
	cursor: pointer;
	background-color: #00ccff;
	border-radius: 50%;
	text-align: center;
	padding-top: 5px;
}

.mcpup{
	position: relative;
}
/*-----------------------------------------登入頁--------------------------------------------*/
#MC_CONTENT{
	width:90%;
	margin:0 auto;
	padding:20% 0 20% 0;
	}
/*-------------------------1107 CSS修改----------------------------*/
#MC_CONTENT .mc_title{
	padding:0 0 8% 0;
	overflow:hidden;
	}
	
#MC_CONTENT .mc_title h2{
	display:block;
	width:100%;
	height:auto;
	line-height:45px;
	float:left;
	font-size:32px;
	color:#00ccff;
	border-right:none;
	}
	
#MC_CONTENT .mc_title p{
	display:block;
	width:100%;
	height:auto;
	font-size:14px;
	line-height:1.3;
	padding-left:0px;
	padding-top:6px;
	float:left;
	}	

#MC_CONTENT .mc_title ul{
	width: 400px;
	float:left;
	padding-left:20px;
	padding-top:16px;
	list-style: disc;
}	

#MC_CONTENT .mc_title li:nth-child(1),#MC_CONTENT .mc_title li:nth-child(2){
	color:#F06;
}				
/*-----------------------------------------------------*/
#MC_CONTENT .mc_registration{
	clear:both;
	width:100%;
	overflow:hidden;
	}

#MC_CONTENT .mc_registration .left{
	width:100%;
	float:none;
	}
	
#MC_CONTENT .mc_registration h4{
	height:60px;
	line-height:60px;
	font-size:24px;
	color:#00ccff;
	padding-bottom:10px;
	}
	
#MC_CONTENT .mc_registration .mc_account{
	padding-top:0px;
	padding-bottom:20px;
	}
#MC_CONTENT .mc_registration .mc_password{
	padding-top:10px;
	padding-bottom:30px;
	}
	
#MC_CONTENT .mc_registration .mc_login{
	width:140px;
	height:36px;
	padding-left:0px;
	margin:0 auto;
	}	
	
#MC_CONTENT .mc_registration .mc_login a{
	display:block;
	width:140px;
	height:36px;
	line-height:36px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#00ccff;
	background-color:#FFF;
	border:1px solid #00ccff;
	border-radius:18px;
	}	
	
#MC_CONTENT .mc_registration .mc_login a:hover{
	color:#FFF;
	background-color:#00ccff;
	}
	
#MC_CONTENT .mc_registration .left p{
	padding-left:0px;
	text-align:center;
	padding-top:16px;
	}	
	
#MC_CONTENT .mc_registration .left p a{
	font-size:13px;
	text-decoration:none;
	color:#62defd;
	letter-spacing:1px;
	}
	
#MC_CONTENT .mc_registration .left p a:hover{
	color: #95e8fd;
	}					
	
#MC_CONTENT .mc_registration .left input{
	width:100%;
	height:32px;
	font-size:14px;
	color:#999;
	font-family: Verdana, Geneva,"微軟正黑體", sans-serif;
	background-color:#dbdbdb;
	padding:8px;
	border:none;
	}	
	
#MC_CONTENT .mc_registration .right{
	width:100%;
	float:none;
	overflow:hidden;
	}		
	
#MC_CONTENT .mc_registration .mc_fb_login {
	height:22px;
	line-height:22px;
	display: block;
	font-size:14px;
	float:left;
	}	
	
#MC_CONTENT .mc_registration .fb_login{
	float:left;
	}	
	
#MC_CONTENT .mc_registration .fb_login a{
	display: block;
	width:75px;
	height:22px;
	background-image:url(images/desktop/member_center_like.jpg);
	background-position:right center;
	background-repeat:no-repeat;		
	}
	
#MC_CONTENT .mc_registration .mc_mail_login{
	clear:both;
	padding-top:20px;
	padding-bottom:30px;
	font-size:14px;
	}
	
#MC_CONTENT .mc_registration .mail_login{
	font-size:14px;
	}	
	
#MC_CONTENT .mc_registration .right input{
	width:100%;
	height:32px;
	font-size:14px;
	color:#999;
	font-family: Verdana, Geneva,"微軟正黑體", sans-serif;
	background-color:#dbdbdb;
	padding:8px;
	border:none;
	}	
	
#MC_CONTENT .mc_registration .mc_lan{
	padding-top:30px;
	padding-bottom:20px;
	}		
	
.mc_lan .styled-select {
	width:100%;
    height: 32px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#dbdbdb;
	background-repeat:no-repeat;
	background-position:right;
	border:none;
	border-radius:0px;
	}	
	
.mc_lan .styled-select select{
	background: transparent;
	width: 100%;
	padding:5px 10px 5px 10px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 32px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
	}
	
#MC_CONTENT .mc_registration .right p{
	width:100%;
	font-size:14px;
	color:#F06;
	line-height:1.4;
	padding-bottom:24px;
	}
	
#MC_CONTENT .mc_registration .mc_next{
	width:140px;
	height:36px;
	margin:0 auto;
	}	
	
#MC_CONTENT .mc_registration .mc_next a{
	display:block;
	width:140px;
	height:36px;
	line-height:36px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#00ccff;
	background-color:#FFF;
	border:1px solid #00ccff;
	border-radius:18px;
	}	
	
#MC_CONTENT .mc_registration .mc_next a:hover{
	color:#FFF;
	background-color:#00ccff;
	}

/*----------------------------1226---------------------------------*/

		
#MC_CONTENT .mc_registration{
	clear:both;
	width:100%;
	}
		
#MC_CONTENT .mc_registration .center{
	width:100%;
	overflow:hidden;
	}		



#MC_CONTENT .mc_registration .center h5{
	clear:both;
	color:#00ccff;
	font-size: 24px;
	padding:10px 0 6px 0;
	border-bottom:1px solid #00ccff; 
}

#MC_CONTENT .mc_registration .center .mc_ads{
	width: 100%;
	padding:20px 0;
	overflow: hidden;
}

#MC_CONTENT .mc_registration .center .mc_ads ul{
	list-style: none;
}

#MC_CONTENT .mc_registration .center .mc_ads li{
	float: none;
	width: 100%;
	margin-right:0; 
}

#MC_CONTENT .mc_registration .center .mc_ads li:nth-child(2n){
	margin-right:0; 
}

#MC_CONTENT .mc_registration .center .mc_ads li img{
	width: 100%;
	height: auto;
}

#MC_CONTENT .mc_registration .center .mc_ads li a{
	display: inline-block;
	font-size: 14px;
	line-height: 1.6;
	text-decoration: none;
	padding-top: 8px;
	color:#003366;
	opacity: 1;
}

#MC_CONTENT .mc_registration .center .mc_app_download li a p{
	display: block;
}


#MC_CONTENT .mc_registration .center .mc_ads li a:hover{
	opacity: 0.7;
}

#MC_CONTENT .mc_registration .center .mc_app_download{
	width: 100%;
	padding:20px 0 22% 0;
	overflow: hidden;
	position: relative;
}

#MC_CONTENT .mc_registration .center .mc_app_download article{
	color:#003366;
	line-height: 1.5;
	font-size: 14px;
	padding-bottom: 30px;
}

#MC_CONTENT .mc_registration .center .mc_app_download ul{
	width: 100%;
}

#MC_CONTENT .mc_registration .center .mc_app_download .d2{
	display: none;
}

#MC_CONTENT .mc_registration .center .mc_app_download li{
	float: left;
	width: 49%;
	margin-right:2%;
	padding-bottom: 20px;
	text-align: center; 
}

#MC_CONTENT .mc_registration .center .mc_app_download li:nth-child(2n){
	margin-right:0; 
}

#MC_CONTENT .mc_registration .center .mc_app_download li img{
	width: 75%;
	height: auto;
}

#MC_CONTENT .mc_registration .center .mc_app_download li a{
	display: block;
	text-align:center;
	text-decoration: none;
	font-size: 14px;
	color: #003366;
	line-height: 1.4;
	padding: 4px 8px 8px 8px;
	opacity: 1;
}

/*--------------------1/3----------------------*/

#MC_CONTENT .mc_registration .center .mc_app_download li a p{
	display: block;
}

#MC_CONTENT .mc_registration .center .mc_app_download li a:hover{
	opacity: 0.75;
}

#MC_CONTENT .mc_registration .center .mc_app_download ul li a > .tag{
	display:none;
}

#MC_CONTENT .mc_registration .center .mc_app_download ul li:nth-child(4n) a > .tag{
	display:none;
}

#MC_CONTENT .mc_registration .center .mc_app_download .mc_app_more{
	display: block;
	position: absolute;
	bottom: 6%;
	right: 0%;
	width: 80px;
	height: 32px;
	background-color: #00ccff;
	text-align: center;
	line-height: 32px;
	border-radius: 20px;
}

#MC_CONTENT .mc_registration .center .mc_app_download .mc_app_more a{
	color: #fff;
	text-decoration: none;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion{
	clear: both;
	width: 100%;
	overflow: hidden;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf{
	float: left;
	width: 33.3%;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf:last-child{
	margin-right:0;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion table{
	width: 960px;
	color: #00ccff;
	text-align: left;
	font-size:24px;
	border-bottom:1px solid #00ccff; 
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion table td{
	width: 320px;
	line-height: 1.4;
}


#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf ul{
	padding:10px 0 40px 8px;
	list-style: none;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf h6{
	display: none;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf li{
	line-height: 1.8;
	font-size: 14px;
}


#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf li a{
	color: #003366;
	text-decoration: none;
	opacity: 1;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf li a:hover{
	opacity: 0.75;
}

#MC_CONTENT .mc_registration .center .mc_app_download li a:hover{
	opacity: 0.75;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion{
	clear: both;
	width: 100%;
	overflow: hidden;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf{
	float: left;
	width: 100%;
	margin-right:2%; 
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf:last-child{
	margin-right:0;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion table{
	display: none;
	width: 100%;
	color: #00ccff;
	text-align: left;
	font-size:24px;
	border-bottom:1px solid #00ccff; 
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf ul{
	padding:10px 0 40px 0px;
	list-style: none;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf h6{
	display: block;
	color: #00ccff;
	text-align: left;
	font-size:24px;
	border-bottom:1px solid #00ccff; 
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf li{
	line-height: 1.8;
	font-size:16px;
}


#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf li a{
	color: #003366;
	text-decoration: none;
	opacity: 1;
}

#MC_CONTENT .mc_registration .center .mc_servce_funtion .msf li a:hover{
	opacity: 0.75;
}
/*-----------------------------------RMA Service-----------------------------------------------*/

#MC_CONTENT .mc_title .RAM_h2{
	float:none;
	width:auto;
	border-right:none;
	}
	
#MC_CONTENT .mc_title .RAM_p{
	float:none;
	width:auto;
	padding-left:0px;
	}

#MC_CONTENT .mc_title .RAM_p a{
	text-decoration: none;
	color:#00aabb;
}
	
#MC_CONTENT .mc_registration .mc_panter{
	width:240px;
	height:50px;
	margin:50px auto 0 auto;
}

#MC_CONTENT .mc_registration .mc_panter a{
	display:block;
	width:240px;
	height:50px;
	line-height:50px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background-color:#00ccff;
	border-radius:25px;
	opacity:1;
}

#MC_CONTENT .mc_registration .mc_panter a:hover{
	opacity:0.7;
}

#MC_CONTENT .mc_box .mc_box_inside_02 .styled-select_03{
	width:80%;
    height: 28px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#cdf1fe;
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	border:none;
	border-radius:0px;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside_02 .styled-select_03 select{
	background: transparent;
	width:100%;
	padding:0px 10px 0px 10px;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 28px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
	}

#MC_CONTENT .mc_box .mc_box_inside_02 .RMA_p{
	width:20%;
	height:28px;
	padding-right:3%;
}

#MC_CONTENT .mc_box .mc_box_inside_02 .RMA_inp{
	width:75%;
	height:36px;
	color:#21708d;
	}

.RMA_inp input, .RMA_addre input{
	width:95%;
	height:28px;
	background-color:#cdf1fe;
	border:none;
	padding:5px;
	font-size:14px;
	color:#999;
	}

#MC_CONTENT .mc_box .mc_box_inside_02 .RMA_addre{
	height:36px;
	color:#21708d;
	}	

#MC_CONTENT .mc_box .mc_box_inside_02 .RMA_title{
	width:40px;
	height:36px;
	line-height:36px;
	color:#21708d;
	font-size:14px;
	text-align:left;
	}	

#MC_CONTENT .mc_box .mc_box_inside_02 .td_text04{
	width:100%;
	height:60px;
	}	

#MC_CONTENT .mc_box .mc_box_inside_02 .td_text04 textarea{
	width:95%;
	height:60px;
	background-color:#cdf1fe;
	border:none;
	padding:5px;
	font-size:14px;
	color:#999;
	}	

.error02{
	text-align:center;
	font-size:13px;
	padding:0 5%;
	line-height:1.6;
	color:#C00;
	}

.i_agree .cherk_info span{
	padding-left: 0;
}

#MC_CONTENT .mc_box .mc_box_inside_02 .RMA_service_g{
	display:none;
}	

#MC_CONTENT .mc_box .mc_box_inside_02 .RMA_service_g_phone{
	display:block;
}

.RMA_apply_btn a{
	display:block;
	width:140px;
	height:36px;
	line-height:36px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background-color:#21708d;
	border-radius:18px;
	opacity:1;
	margin:30px auto 0 auto;
	}	
	
.RMA_apply_btn a:hover{
	color:#FFF;
	opacity:0.7;
	}	


.mc_box_inside_list_phone p{
	font-size:12px;
	color:#21708d;
	text-align:center;
	line-height:12px;
	padding-top:16px;
}			

/*---------------------------------------------top btn------------------------------------------------*/


#MC_CONTENT .mc_tag{
	width:100%;
	height:52px;
	}

#MC_CONTENT .mc_tag ul{
	list-style:none;
	overflow:hidden;
	}
	
#MC_CONTENT .mc_tag li{
	display:block;
	width:30%;
	height:52px;
	float:left;
	}
	
#MC_CONTENT .mc_tag li a{
	display:block;
	width:95%;
	height:52px;
	line-height:1.3;
	text-align:center;
	font-size:14px;
	border-radius:10px 10px 0 0;
	text-decoration:none;
	padding:10px;
	}
	
#MC_CONTENT .mc_tag li .blue{
	background-color:#7fdafc;
	color:#FFF;
	}	
	
#MC_CONTENT .mc_tag li .derk_blue{
	background-color:#3486a4;
	color:#7fdafc;
	}	
	
#MC_CONTENT .mc_tag li .derk_blue:hover{
	background-color:#469ab9;
	color:#7fdafc;
	}		
	

/*---------------------------------------down btn-----------------------------------------*/	

#MC_CONTENT .mc_test{
	width:100%;
	text-align:center;
	padding-top:40px;
	padding-bottom:20px;
	margin:0 auto;
	}
	
.error{
	text-align:center;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size:13px;
	padding:10px 0 20px 0;
	color:#C00;
	}	

#MC_CONTENT .mc_test p{
	font-size:16px;
	color:#21708d;
	}
	
#MC_CONTENT .mc_test input{
	width:100px;
	height:32px;
	background-color:#dbdbdb;
	padding:8px;
	color:#333;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size:14px;
	text-align:center;
	border:none;
	}		
	
#MC_CONTENT .text{
	padding:30px 0 20px 0;
	}	


#MC_CONTENT .mc_next_02{
	width:140px;
	height:36px;
	margin:0 auto;
	}	
	
#MC_CONTENT .mc_next_02 a{
	display:block;
	width:140px;
	height:36px;
	line-height:36px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#00ccff;
	background-color:#FFF;
	border:1px solid #00ccff;
	border-radius:18px;
	}	
	
#MC_CONTENT .mc_next_02 a:hover{
	color:#FFF;
	background-color:#00ccff;
	}		
			
/*---------------------------------------------new------------------------------------------------*/	

#MC_CONTENT .mc_box{
	clear:both;
	width:100%;
	background-color:#7fdafc;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	}

.mc_box_inside{
	width:90%;
	margin:0 auto;
	padding-top:10%;
	padding-bottom:10%;
	border-bottom:1px solid #FFF;
	}
	
.mc_box_inside_02{
	width:90%;
	margin:0 auto;
	padding-top:10%;
	padding-bottom:10%;
	}	
	
.mc_box_inside_03{
	width:90%;
	margin:0 auto;
	padding-top:10%;
	padding-bottom:10%;	
	overflow:hidden;
	}

.mc_box_inside table , 
.mc_box_inside_02 table, 
.mc_box_inside_03 table{
	width:100%;
}		
	
.mc_box_inside_list{
	display:none;
	}
	
.mc_box_inside_list_phone{
	display:block;
	width:90%;
	margin:0 auto;
	padding-top:10%;
	padding-bottom:10%;	
	overflow:hidden;
	}	
	
		
.mc_box_inside_02 h6{
	color:#000;
	font-size:16px;
	padding:16px 0 16px 0;
	}
	
#MC_CONTENT .mc_box td{
	text-align:left;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside .td_left_title{
	width:24%;
	height:36px;
	line-height:36px;
	color:#21708d;
	font-size:14px;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside .td_text01{
	width:40%;
	height:36px;
	}	

.td_text01 input{
	width:95%;
	height:28px;
	background-color:#cdf1fe;
	border:none;
	padding:5px;
	font-size:14px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	color:#999;
	}
	
#MC_CONTENT .mc_box .td_warnings{
	width:36%;
	color:#3486a4;
	font-size:12px;
	text-align:left;
	line-height:1.2;
	padding-left:1%;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside .styled-select{
	width:95%;
    height:28px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#cdf1fe;
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	border:none;
	border-radius:0px;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside .styled-select select{
	background: transparent;
	width: 100%;
	padding:0px 10px 0px 10px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 28px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
	}	
		
#MC_CONTENT .mc_box .mc_box_inside .td_text02{
	width:100%;
	height:36px;
	color:#3486a4;
	font-size:14px;
	}	
	

#MC_CONTENT .mc_box .mc_box_inside .td_text03{
	height:36px;
	color:#3486a4;
	font-size:14px;
	}

.mc_box_inside .td_text03 input{
	width:15%;
	height:28px;
	background-color:#cdf1fe;
	border:none;
	padding:5px;
	font-size:14px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	color:#000;
}	

	
.mc_box_inside_02 .td_text03 input{
	width:50%;
	height:28px;
	background-color:#cdf1fe;
	border:none;
	padding:5px;
	font-size:14px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	color:#000;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_02 .td_left_title{
	width:38%;
	height:36px;
	line-height:18px;
	color:#21708d;
	font-size:14px;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_02 .td_text01{
	width:62%;
	height:36px;
	}		
	
#MC_CONTENT .mc_box .mc_box_inside_02 .styled-select{
	width:95%;
    height: 28px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#cdf1fe;
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	border:none;
	border-radius:0px;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside_02 .styled-select select{
	background: transparent;
	width:100%;
	padding:0px 10px 0px 10px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 28px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
	}
	
#MC_CONTENT .mc_box .mc_box_inside_02 .styled-select_02{
	width:95%;
    height:28px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#cdf1fe;
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	border:none;
	border-radius:0px;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside_02 .styled-select_02 select{
	background: transparent;
	width:100%;
	padding:0px 10px 0px 10px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 28px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
	}
					
#MC_CONTENT .mc_box .mc_box_inside_02 h5{
	padding-top:20px;
	padding-bottom:20px;
	color:#21708d;
	font-size:14px;
	line-height:1.3;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside_02 .ms_QNA{
	display:none;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_02 .ms_QNA_phone{
	display:block;
	width:100%;
	background-color:#d8f4fe;
	padding:20px;
	margin:10px 0;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_02 .ms_QNA_phone .cherk{
	width:5%;
	height:28px;
	line-height:28px;
	padding:6px 4px 4px 4px;
	
	}	
	
#MC_CONTENT .mc_box .mc_box_inside_02 .ms_QNA_phone .cherk_info{
	width:45%;
	font-size:12px;
	line-height:28px;
	padding:4px;
	color:#21708d;
	}

#MC_CONTENT .mc_box .mc_box_inside_02 .i_agree {
	width:100%;
	padding:20px 0;
	margin:10px 0;
}

#MC_CONTENT .mc_box .mc_box_inside_02 .i_agree .cherk{
	width:20px;
	height:28px;
	line-height:28px;
	padding:6px 4px 4px 4px;
}

#MC_CONTENT .mc_box .mc_box_inside_02 .i_agree .cherk_info{
	width:100%;
	font-size:14px;
	line-height:28px;
	padding:4px;
	color:#21708d;
	}	

#MC_CONTENT .mc_box .mc_box_inside_02 .i_agree td{
	width:100%;
}

#MC_CONTENT .mc_box .mc_box_inside_02 .i_agree td a{
	display:inline;
	color:#2f9dc6;
	background-color:#7fdafc;
}			
	
#MC_CONTENT .mc_box .mc_box_inside_02 td .pass_back{
	width:40%;
	height:56px;
	padding:28px 0 0 0;
	margin:0 auto; 
	}	
	
#MC_CONTENT .mc_box .mc_box_inside_02 td .pass_back  a{
	display:block;
	width:100%;
	height:28px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	line-height:28px;
	color:#FFF;
	background-color:#0099ff;
	border-radius:14px;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_02 td .pass_back  a:hover{
	background-color:#00ccff;
	}				

#MC_CONTENT .mc_box .mc_box_inside h4{
	color:#FFF;
	font-size:32px;
	line-height:1.6;
	}
	
#MC_CONTENT .mc_box .mc_box_inside article{
	font-size:14px;
	color:#21708d;
	line-height:1.4;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_03 .fb_function{
	width:300px;
	float:none;
	margin:0 auto;
	} 		
	
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function{
	width:280px;
	overflow:hidden;
	float:none;
	padding-left:0px;
	padding-top:30px;
	margin:0 auto;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function ul{
	list-style:none;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li{
	display:block;
	width:70px;
	font-size:14px;
	color:#21708d;
	text-align:center;
	margin:0 auto;
	float: right;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li a{
	display:block;
	width:70px;
	height:70px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:60px 60px;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_01{ background-image:url(images/desktop/member_cente_icon01.png);}			
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_02{ background-image:url(images/desktop/member_cente_icon02.png);}
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_03{ background-image:url(images/desktop/member_cente_icon03.png);}
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_04{ background-image:url(images/desktop/member_cente_icon04.png);}		

#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_01:hover{ background-image:url(images/desktop/member_cente_icon01_R.png);}			
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_02:hover{ background-image:url(images/desktop/member_cente_icon02_R.png);}
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_03:hover{ background-image:url(images/desktop/member_cente_icon03_R.png);}
#MC_CONTENT .mc_box .mc_box_inside_03 .other_function li .icon_04:hover{ background-image:url(images/desktop/member_cente_icon04_R.png);}		


#MC_CONTENT .mc_box .mc_box_inside_list_phone .mc_list_title{
	height:32px;
	font-size:14px;
	color:#FFF;
	text-align:center;
	background-color:#21708d;
	border-left:1px solid #7fdafc;
	border-top:1px solid #7fdafc;
	}
	
#MC_CONTENT .mc_box .mc_box_inside_list_phone .mc_list_info{
	height:32px;
	font-size:12px;
	color:#21708d;
	text-align:center;
	background-color:#cff1fe;
	border-left:1px solid #7fdafc;
	border-top:1px solid #7fdafc;
	}		
	
#MC_CONTENT .mc_box .mc_box_inside .mc_forget{
	padding-top:10px;
	padding-bottom:30px;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside .mc_forget input{
	width:82%;
	height:28px;
	background-color:#cdf1fe;
	border:none;
	padding:5px;
	font-size:14px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	color:#000;
	}
	
#MC_CONTENT .mc_box .mc_box_inside .mc_forget_correct{
	width:100%;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside .mc_forget_correct a{
	display:block;
	width:140px;
	height:36px;
	margin:0 auto;
	background-color:#3486a4;
	border-radius:18px;
	text-align:center;
	line-height:36px;
	text-decoration:none;
	font-size:18px;
	color:#FFF;
	}
	
#MC_CONTENT .mc_box .mc_box_inside .mc_forget_correct a:hover{
	background-color:#4f9db9;
	}	
	
#MC_CONTENT .mc_box .mc_box_inside .mc_forget p{
	width:100%;
	padding-top:20px;
	font-family:Verdana, Geneva,"微軟正黑體", sans-serif;
	font-size:13px;
	color:#C00;
	text-align:center;
	}			


/*--------------------------------------------pro_link----------------------------------------------*/

.mc_box_inside_04{
	width:90%;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:60px;
	border-bottom:1px solid #FFF;
	overflow:hidden;
	}	
	
.mc_box_inside_04 .pro_link{
	width:320px;
	float:none;
	padding-top:50px;
	}
	
.mc_box_inside_04 .pro_link h5{
	font-size:16px;
	color:#900;
	text-align:center;
	padding:10px;
	}
	
.mc_box_inside_04 .pro{
	width:140px;
	height:140px;
	margin:0 auto;
	}		
	
.mc_box_inside_04 .pro_link h6{
	width:260px;
	margin:0 auto;
	border-bottom:1px dotted #999999; 
	font-size:18px;
	color: #069;
	text-align:center;
	padding:10px;
	}
	
.mc_box_inside_04 p{
	padding:10px 30px;
	line-height:1.4;
	text-align:center;
	}
	
.mc_box_inside_04 .fb_like{
	width:66px;
	height:24px;
	margin:0 auto;
	color:#36C;
	text-align:center;
	padding-top:20px;
	}	

/*-------------------------------products number----------------------------------------*/	

/*-------------------------------products number----------------------------------------*/	

.pn_content{
	width:90%;
	margin:0 auto;
	padding:80px 0;
}

.pn_content h3{
	text-align:center;
	color:#00ccff;
	font-size:48px;
}

.pn_content p{
	font-size:14px;
	line-height:1.6;
	color:#666;
	padding:40px 0;
}

.pn_content p a{
	text-decoration:none;	
}

.pn_content p a:hover{
color:#007eff;
}

.pn_content .explanation{
	width:100%;
	overflow:hidden;
}

.pn_content .explanation ul{
	list-style:none;
}

.pn_content .explanation ul li{
	width:45%;
	display:inline-block;
	margin-right:5%;	
}

.pn_content .explanation ul li img{
	width:100%;
	height:auto;
	border-radius:26px;
}

.pn_content .explanation ul li:nth-child(2n){
	margin-right:0%;
}

.pn_content .explanation ul li:nth-child(3n){
	margin-right:5%;
}

.pn_content .explanation ul li p{
	text-align:center;
	padding:30px 0;
	color:#0181b6;
	font-size:20px;
}

.pn_content .explanation .pn_show{
	width:96%;
	margin:0 auto;
}

.pn_content .explanation .pn_show img{
	width:100%;
	height:auto;
}

/*----------------------------------------search---------------------------------------------*/

#search{
	width:90%;
	padding:150px 0 60px 0;
	margin:0 auto;
	}
	
#search h3{
	
	font-size:44px;
	text-align:center;
	color:#00ccff;
	padding-top:0px;
	}
	

#search #search_BTN{
	width:100%;
	margin:0 auto;
	padding:60px 0 60px 0;
	overflow:hidden;
	margin: 0 auto;
	}
	
#search #search_BTN ul{
	list-style:none;
	}
	
#search #search_BTN li{
	width:70%;
	height:56px;
	margin-bottom:1%; 
	float:none;
	margin: 0 auto 2% auto;
	}		
	
#search #search_BTN li a {
	display:block;
	width:100%;
	height:56px;
	font-size:18px;
	line-height:56px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#00ccff;
	background-color:#FFF;
	margin: 0 auto;
	}	
	
#search #search_BTN li a:hover{
	background-color:#00ccff;
	color:#FFF;
	}
	
#search #search_BTN li .CS_BTN_hover{
	display:block;
	width:280px;
	height:56px;
	font-size:18px;
	line-height:56px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#fff;
	background-color:#00ccff;
	margin:0 auto;
	}

#search #search_BTN li a p{
	display:inline-block;
	height:28px;
	font-size:16px;
	line-height: 30px;
	color: #00ccff;
	background-color: #a7eafb;
	/*background-position: center 11px;
	background-repeat: no-repeat;
	background-size: 28px 28px;*/
	border-radius: 14px;
	margin-left: 10px;
	padding:0 6px;
}	

#search #search_BTN li a:hover p{
	background-color: #50dafd;
	color:#ccf2fc;
}	

#search .search_CNT{
	display: block;
	width:100%;
	padding:0 8px 15px 8px;
	margin-bottom:15px; 
	overflow:hidden;
	clear: both;
	border:1px solid #dbdbdb;
}

#search .search_CNT .search_img{
	display: none;
	float:none;
	width:50%;

}

#search .search_CNT .search_img img{
	width:100%;
	height: auto;
}

#search .search_CNT .search_ind{
	display: block;
	width:100%;
}

#search .search_CNT .search_ind h5{
	font-size: 18px;
	line-height: 1.4;
}	

#search .search_CNT .search_ind h5 a{
	color:#003366;
	opacity: 1;
	text-decoration: none;
}

#search .search_CNT .search_ind h5 a:hover{
	opacity: 0.75;
}


#search .search_CNT .search_ind article{
	font-size: 13px;
	line-height: 1.6;
	color: #666;
}
/*------------------------------------------page end---------------------------------------------*/

/*-----------------------------------Customized Services--------------------------------------*/

#CS_BTN{
	width:90%;
	margin:0 auto;
	padding:80px 0 60px 0;
	overflow:hidden;
	}
	
#CS_BTN ul{
	list-style:none;
	}
	
#CS_BTN li{
	width:100%;
	height:60px;
	float:none;
	}		
	
#CS_BTN li a {
	display:block;
	width:80%;
	height:44px;
	font-size:16px;
	line-height:44px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#00ccff;
	background-color:#FFF;
	margin:0 auto;
	}	
	
#CS_BTN li a:hover{
	background-color:#00ccff;
	color:#FFF;
	}	
	
#CS_BTN li .CS_BTN_hover{
	display:block;
	width:80%;
	height:44px;
	font-size:16px;
	line-height:44px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#fff;
	background-color:#00ccff;
	margin:0 auto;
	}
	
/*--------------------------------------------------------*/

#CS_BTN_Tc{
	width:90%;
	margin:0 auto;
	padding:80px 0 60px 0;
	overflow:hidden;
	}
	
#CS_BTN_Tc ul{
	list-style:none;
	}
	
#CS_BTN_Tc li{
	width:100%;
	height:60px;
	float:none;
	}		
	
#CS_BTN_Tc li a {
	display:block;
	width:80%;
	height:44px;
	font-size:16px;
	line-height:44px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#00ccff;
	background-color:#FFF;
	margin:0 auto;
	}	
	
#CS_BTN_Tc li a:hover{
	background-color:#00ccff;
	color:#FFF;
	}	
	
#CS_BTN_Tc li .CS_BTN_hover{
	display:block;
	width:80%;
	height:44px;
	font-size:16px;
	line-height:44px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#fff;
	background-color:#00ccff;
	margin:0 auto;
	}		

/*--------------------------------------------------------*/			
	
.CS_box_04{
	width:90%;
	margin:0 auto;
	font-size:16px;
	color:#97a1bb;
	line-height:1.6;
	text-align:center;
	}

#CS_CONTENT{
	clear:both;
	width:100%;
	padding:60px 0;
	}

/*---------------------------------Customized Services------------------------------------*/	

#CS_CONTENT .CS{
	width:100%;
	clear:both;
	padding:20px 0;
	}
	
#CS_CONTENT .CS img{
	width:100%;
	height:auto;
	}		

#CS_CONTENT .CS h4{
	width:100%;
    height:100px;
	text-align:center;
	line-height:100px;
	font-size:30px;
	color:#FFF;
	background-color:#00ccff;
	}	
	
#CS_CONTENT .CS .CS_box_01{
	width:90%;
	margin:0 auto;
	padding:40px 0;
	}	
	
#CS_CONTENT .CS h5{
	font-size:32px;
	color:#97a1bb;
	}	
	
#CS_CONTENT .CS p{
	padding:15px 0;
	font-size:16px;
	line-height:1.6;
	}	
	
#CS_CONTENT .CS .CS_box_01 .CS_box_pic{
	text-align:center;
	}	

#CS_CONTENT .CS .CS_box_02{
	width:90%;
	margin:0 auto;
	padding:40px 0;
	overflow:hidden;
	}
	
#CS_CONTENT .CS .CS_box_02 .CS_box_word{
	width:100%;
	float:none;
	}	
	
#CS_CONTENT .CS .CS_box_02 .CS_box_pic{
	width:100%;
	float:none;
	}
	
#CS_CONTENT .CS .CS_box_03{
	width:90%;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:50px;
	}
	
#CS_CONTENT .CS .CS_box_03 p{	
	color:#FFF;
	font-size:14px;
	text-align:center;
	line-height:1.4;
	padding:0;
	width:100%;
	height:auto;
	border-radius:0px;
	background-color:#97a1bb;
	padding:8px;
	}

#CS_CONTENT .CS .CS_box_05{
	width:90%;
	margin:0 auto;
	padding:60px 0 20px 0;
	}
	
#CS_CONTENT .CS .CS_box_05 .CS_pro{
	padding-bottom:24%;
	}	
	
#CS_CONTENT .CS .CS_pro_title p{
	width:60%;
	height:40px;
	line-height:40px;
	padding:0;
	font-size:18px;
	color:#FFF;
	text-align:center;
	background-color:#00ccff;
	border-radius:40px;
	margin:0 auto;
	}
	
#CS_CONTENT .CS .CS_pro_title_02 p{
	width:90%;
	height:40px;
	line-height:40px;
	padding:0;
	font-size:18px;
	color:#FFF;
	text-align:center;
	background-color:#00ccff;
	border-radius:40px;
	margin:0 auto;
	}			
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_pro_interface{
	display:none;
	}	
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_pro_interface_phone{
	display:block;
	width:100%;
	overflow:hidden;
	padding:30px 0 10px 0;
	border-bottom:1px solid #00ccff;
	margin-bottom:15px;
	}
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_pro_interface_phone h6{
	font-size:24px;
	color:#00ccff;
	text-align:center;
	padding-top:8%;
	}		
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule{
	clear:both;
	width:100%;
	overflow:hidden;
	padding-bottom:0px;
	}
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products{
	width:100%;
	float:none;
	position:relative;
	padding:100% 0 60px 0;
	
	}
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products h6{
	font-size:20px;
	color:#105172;
	text-align:center;
	}
			
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products ul{
	display:none;
	}
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img{
	display:none;
	position:absolute;
	top:0%;
	left:0px;
	}
	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP1{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP3{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP5{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP7{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP10{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP13{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP15{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP17{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP18{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP19{ display:block;}	
#CS_CONTENT .CS .CS_box_05 .CS_pro .CS_mudule .CS_products img#PP20{ display:block;}		

#CS_CONTENT .CS .CS_box_06{
	display: block;
	width:90%;
	height:auto;
	margin:0 auto;
	padding:20px 0; 
	}

#CS_CONTENT .CS .CS_box_06 img{
	width:60%;
	height:auto;
	}

#CS_CONTENT .CS .CS_box_06 .CS_box_word_02{
	display: block;
	padding-right:20px;
	text-align:left;
	}
	
#CS_CONTENT .CS .CS_box_06 .CS_box_pic_02{
	text-align:center;
	}	
	
#CS_CONTENT .CS .CS_CONTECT_US p{
	width:90%;
	margin:0 auto;
	padding:60px 0;
	color:#97a1bb;
	font-size:16px;
	line-height:1.6;
	text-align:center;
	}
	
#CS_CONTENT .CS .CS_CONTECT_US .range{
	width:100%;
	margin:0 auto;
	padding:60px 0;
	background-color:#8edefc;
	}	
	
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_table{
	width:90%;
	margin:0 auto;
	text-align:left;
	vertical-align:middle;
	}
	
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_title{
	width:34%;
	height:36px;
	font-size:14px;
	color:#3486a4;
	text-align:left;
	}
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text{
	width:46%;
	height:36px;
	}
	
#CS_CONTENT .CS .CS_CONTECT_US .range input{
	width:96%;
	height:30px;
	font-size:14px;
	background-color:#d4f3fe;
	padding:2px 8px;
	border:none;
	color:#3486a4;
	}	
	
#CS_CONTENT .CS .CS_CONTECT_US .range textarea{
	width:96%;
	height:60px;
	font-size:14px;
	background-color:#d4f3fe;
	padding:2px 8px;
	margin:3px 0;
	border:none;
	color:#3486a4;
	}
		
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_ext{
	width:8%;
	height:36px;
	font-size:14px;
	color:#3486a4;
	text-align:center;
	}
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_ext_text{
	width:12%;
	height:36px;
	}
	
#CS_CONTENT .CS .CS_CONTECT_US .submit{
	width:180px;
	height:40px;
	margin:0 auto;
	padding:60px 0;
	}

#CS_CONTENT .CS .CS_CONTECT_US .submit a{
	display:block;
	width:180px;
	height:40px;
	line-height:40px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#00ccff;
	background-color:#FFF;
	border:1px solid #00ccff;
	border-radius:18px;
	}	
	
#CS_CONTENT .CS .CS_CONTECT_US .submit a:hover{
	color:#FFF;
	background-color:#00ccff;
	}			
		
/*--------------------------------------service-------------------------------------------*/
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text .styled-select_02{
	width:96%;
    height: 28px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#cdf1fe;
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	border:none;
	border-radius:0px;
	}	
	
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text .styled-select_02 select{
	background: transparent;
	width: 100%;
	padding:0px 10px 0px 10px;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 28px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
	}	

#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text .styled-select_03{
	width:96%;
    height: 28px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#cdf1fe;
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	border:none;
	border-radius:0px;
	}	
	
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text .styled-select_03 select{
	background: transparent;
	width: 100%;
	padding:0px 10px 0px 10px;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 28px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
	}	

#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text_02{
	width:50%;
	height:36px;	
}

#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text_02 td{
	text-align:left;
	font-size:14px;
	color:#3486a4;
	padding:0 2px;
	line-height:1.4;
}

#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text_02 input{
	width:25%;
	margin:0 4px;
}

#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text_02 .inp02{
	width:48%;
	margin:0 4px;
}

#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_text_02 .checkbox{
	width:13px;
	height::13px;
}


#CS_CONTENT .CS .CS_CONTECT_US .range02{
	text-align:center;
	margin:0 auto;
	background-color:#ccc;
	}
	
#CS_CONTENT .CS .CS_CONTECT_US .range input{
	width:96%;
	height:30px;
	font-size:14px;
	background-color:#d4f3fe;
	padding:2px 8px;
	border:none;
	color:#3486a4;
	}	
	
#CS_CONTENT .CS .CS_CONTECT_US .range textarea{
	width:96%;
	height:60px;
	font-size:14px;
	background-color:#d4f3fe;
	padding:2px 8px;
	margin:3px 0;
	border:none;
	color:#3486a4;
	}
		
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_ext{
	width:8%;
	height:36px;
	font-size:14px;
	color:#3486a4;
	text-align:center;
	}
#CS_CONTENT .CS .CS_CONTECT_US .range .CS_range_ext_text{
	width:12%;
	height:36px;
	}
	
#CS_CONTENT .CS .CS_CONTECT_US .submit{
	width:180px;
	height:40px;
	margin:0 auto;
	padding:60px 0;
	}

#CS_CONTENT .CS .CS_CONTECT_US .submit a{
	display:block;
	width:180px;
	height:40px;
	line-height:40px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#00ccff;
	background-color:#FFF;
	border:1px solid #00ccff;
	border-radius:18px;
	}	
	
#CS_CONTENT .CS .CS_CONTECT_US .submit a:hover{
	color:#FFF;
	background-color:#00ccff;
	}			


#CS_CONTENT .mc_test{
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
	margin:0 auto;
	}

#CS_CONTENT .error{
	text-align:center;
	font-size:13px;
	padding:20px 0 10px 0;
	color:#C00;
	}	
	
#CS_CONTENT .mc_test p{
	font-size:16px;
	color:#21708d;
	padding:10px 0 0 0;
	}
	
#CS_CONTENT .mc_test input{
	width:200px;
	height:28px;
	background-color:#dbdbdb;
	padding:8px;
	color:#333;
	font-size:14px;
	text-align:center;
	border:none;
	}		
	
#CS_CONTENT .text{
	padding:0px 0 0px 0;
	}				
	
/*-----------------------------------------chanel partner------------------------------------------------*/		
 
#CS_CONTENT .bcp{
	width:90%;
	margin:0 auto;
	padding-bottom:50px;
}

#CS_CONTENT .bcp h3{
	font-size:32px;
	padding-bottom: 20px;
	color:#00ccff;
	line-height:1.3;
	
}

#CS_CONTENT .bcp ul{
	padding-bottom:30px;
	list-style:disc;
	padding-left:20px;
}

#CS_CONTENT .bcp li{
	color:#003366;
	font-size:22px;
	line-height: 1.6;
}

#CS_CONTENT .bcp li p{
	color:#666;
	font-size:16px;
	line-height:1.6;
}

#CS_CONTENT .bcp article{
	padding-left:20px;
	color:#003366;
	font-size:16px;
	line-height:1.6;
}

/*-----------------------------------------group buying ----------------------------------------------*/

#CS_BTN_NONE{
	width:90%;
	margin:0 auto;
	padding:100px 0 0px 0;
	overflow:hidden;
	}
	
#CS_BTN_NONE ul{
	list-style:none;
	}
	
#CS_BTN_NONE li{
	width:100%;
	height:60px;
	float:none;
	}		
	
#CS_BTN_NONE li a {
	display:block;
	width:80%;
	height:44px;
	font-size:16px;
	line-height:44px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#00ccff;
	background-color:#FFF;
	margin:0 auto;
	}	
	
#CS_BTN_NONE li a:hover{
	background-color:#00ccff;
	color:#FFF;
	}	
	
#CS_BTN_NONE li .CS_BTN_hover{
	display:block;
	width:80%;
	height:44px;
	font-size:16px;
	line-height:44px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00ccff;
	border-radius:28px;
	color:#fff;
	background-color:#00ccff;
	margin:0 auto;
	}		


#CS_CONTENT .CS .CS_CONTECT_US a{
	text-decoration:none;
	color:#00ccff;
}

/*---------------------------------------------0604--------------------------------------------------*/
/*-------------------------------------------function----------------------------------------------*/		

#DOWN_FUNCTION{display:none;}

/*----------------------------------------function end---------------------------------------------*/

#DOWN_ICON{
	clear:both;
	display:block;
	width:100%;
	height:auto;
	}
	
#DOWN_ICON .COMMUNITY{
	display:block;
	width:100%;
	height:auto;
	background-color:#e8e7e7;
	}
	
#DOWN_ICON .COMMUNITY ul{
	display:block;
	list-style:none;
	width:100%;
	height:72px;
	padding-left:5%;
	padding-right:5%;
	overflow:hidden;
	}
	
#DOWN_ICON .COMMUNITY li{
	display:block;
	float:left;
	width:25%;
	height:72px;
	-webkit-box-sizing:border-box;
	}
	
#DOWN_ICON .COMMUNITY li a{
	display:block;
	width:100%;
	height:72px;
	text-align:center;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:50px 50px;
	}
	
#DOWN_ICON .COMMUNITY li a.FB{background-image:url(images/phone/FB.png);}	
#DOWN_ICON .COMMUNITY li a.YT{background-image:url(images/phone/YOUTUBE.png);}
#DOWN_ICON .COMMUNITY li a.TW{background-image:url(images/phone/TW.png);}
#DOWN_ICON .COMMUNITY li a.SH{background-image:url(images/phone/SHOPPING.png);}		
	

#DOWN_ICON .ALL_ABOUT{
	display:block;
	width:100%;
	height:100px;
	background-color:#454444;
	clear:both;
	}
	
#DOWN_ICON .ALL_ABOUT ul{
	display:block;
	list-style:none;
	width:100%;
	height:100px;
	padding-left:5%;
	padding-right:5%;
	overflow:hidden;
	border-top:1px solid #333;
	border-bottom:1px solid #333; 
	background-color:#454444;
	}
	

#DOWN_ICON .ALL_ABOUT .LC{
	display:block;
	float:left;
	width:25%;
	height:100px;
	border-left:1px solid #666;
	-webkit-box-sizing:border-box;
	}
	
	
#DOWN_ICON .ALL_ABOUT .FC{
	display:block;
	float:left;
	width:25%;
	height:100px;
	-webkit-box-sizing:border-box;
}
	
	
	
#DOWN_ICON .ALL_ABOUT li a{
	display:block;
	width:100%;
	height:100px;
	text-align:center;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:center 10px;
	background-size:50px 50px;
	color:#FFF;
	padding-top:70px;
	font-size:12px;
	letter-spacing:1px;
	background-color:#454444;
	}
	
	
	
#DOWN_ICON .ALL_ABOUT li a.icon05{background-image:url(images/phone/about.png);}	
#DOWN_ICON .ALL_ABOUT li a.icon06{background-image:url(images/phone/groble.png);}
#DOWN_ICON .ALL_ABOUT li a.icon07{background-image:url(images/phone/contact.png);}
#DOWN_ICON .ALL_ABOUT li a.icon08{ background-image:url(images/phone/Register%20.png);}	

/*--------------------------------------------footer-----------------------------------------------*/

footer{
	width:100%;
	height:50px;
	background-color:#000;
	}
	
footer h3{
	text-align:center;
	line-height:1.2;
	padding:2% 4% 2% 4%;
	color:#999;
	font-size: 13px;
	}

footer .footer_copy{
	width: 100%;
	margin: 0 auto;



	overflow: hidden;
	clear: both;
}	


footer h6{
	display: none;
	text-align:right;
	line-height:60px;
	color:#00ccff;
	float: right;
	}

footer ul{
	display:none;
	float: right;
	list-style:none;
	padding:0 30px 0 10px;
	}
}	
