/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:Helvetica, sans-serif, "微軟正黑體";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---reset.css--- */

*{
	margin:0;
	padding:0;	
	
	-webkit-text-size-adjust:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.Wrapper {
	width:100%;
	margin:0 auto;
	background-color:#FFF;
	overflow:hidden;
	min-width:320px;
	max-width: 767px;
    transition: 0.3s;
	}
.Header {		
	height:auto;
	color:#FFF;
	overflow: hidden;
    margin-bottom:4px;
    /*box-shadow: 0px 0px 6px #999;*/
	}
.Header img {
	width:220%;
	height:auto;
	padding-left:5px;
	}
.Header .BurgMenu img {
    width: 320%;
    margin-top: 3px;
}
.Header .HdrBtnT img {
    width: 320%;
    margin-top: 3px;
}

.ObjDtlInfoTit {
	font-family: Calibri,"新細明體";
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/ObjDtlInfoTit.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	padding-top: 6px;
	margin-top: 15px;
	margin-bottom: 12px;
	padding-left: 45px;
	letter-spacing: 2px;
}
.AgentHelp {
    border: 1px solid #e0e0e0;
    overflow: hidden;
    padding-bottom: 20px;
}
.AgentHelpHdr {
    color:#dd4400;
    font-size: 17px;
    background-color: #fff2cd;
    border-bottom: 1px solid #ffe0b0;
    padding: 10px 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.Agentinfo {
    width: 50%;
    margin: 10px ;
    color: #555;
    font-size: 11px;    
    overflow: hidden;
    float: left;
    line-height:20px
}
.Agentinfo img:nth-child(1) {
    width:60px;max-height:70px; border-radius: 60%;border: 2px solid #f1f1f1;
}
.Agentinfo h5 {
    font-size: 18px;
    margin: 10px 0 0px 2px;
    letter-spacing: 2px;
    font-weight: bold;
}
.Agentinfo h6 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}
.Agentinfo p {
    margin: 0;
    color: #ff3c00;
}
.Agentinfo p img:nth-child(1) {
   border:none;width:10px;margin-right:5px;
}
.Agentinfo a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 4px 10px 5px 10px;
    background-color: #ff7668;
    border: 3px solid #ffccc9;
    float: right;
    border-radius: 30px;
}
.Agentinfo a:hover {
    background-color: #ff6873;
    border: 3px solid #ffc9cf;
} 


@media screen and (min-width: 415px) and (max-width: 10000px) {
    .Header img {
	    width:150%;
	    height:auto;
	    padding-left:5px;
	    }
    .Header .BurgMenu img {
        width: 200%;
        margin-top: 3px;
    }
    .Header .HdrBtnT img {
        width: 200%;
        margin-top: 3px;
    }   
} 

.Logo {	
	width:9%;
	height: auto;
	float:left;
    margin-top: 1.5%;
	}
.FtMainBtn {   
    width: 100%;
    font-size:12.5pt;	
    max-width: 767px;
    /*padding: 0px 8px 6px 8px;*/
    background-color: #fff;
    box-shadow: 0px 0px 6px #999;
    
    position:fixed; /* 固定在最下面 */
	bottom:0;
	z-index:888;
    margin: auto;
}
.FtMainBtn a {
    width: 18.6%;
    display: inline-block;
    text-align: center; 

}
.FtMainBtn a:nth-child(1) img {
    border-radius: 50%;
    width: 68%;   
    padding-left: 8%;
}
.FtMainBtn a img {
    width: 72%;
    height: auto;
}

.FtMainBtn1 {   
    width: 100%;
    font-size:12.5pt;	
    max-width: 767px;
    background-color: #fff;
    box-shadow: 0px 0px 6px #999;
    position:fixed; /* 固定在最下面 */
	bottom:0;
	z-index:888;
    margin: auto;
}
.FtMainBtn1 a {
    width: 20%;
    display: inline-block;
    text-align: center; 
}

.FtMainBtn1 a img {
    width: 80%;   
    padding: 0;
}


.Footer {
	font-size: 12px;
	/*background-color: #7f7f7f;*/
	color: #7f7f7f;
	line-height: 1.2;
	margin-top: 6px;
	text-align: center;
	letter-spacing: 1pt;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:16%; 
	}
.Footer p {
	display:inline-block;
	line-height:1.4;
	color:#7f7f7f;
	} 


.BurgMenu {
	display:block;
	width:4.6%;
	float:right;
	margin-right:36px;
	}
.Header .HdrBtnT {    
    width:4%;    
    float: right;
    margin-right: 30px;
 }
.MainImg {
    width: 100%;
}
.MainImg img {
    width: 100%;
    height: auto;
}
.AgentMain {   
    padding: 0 0 6% 0;
    color: #666;
}
.AgentMain p:nth-child(1) img ,.AgentMain p img{
    display: block;
    border-radius: 50%;
    position: relative;  
    margin: -18% 0 0 2%;
    width: 36%;
    border:5px solid rgba(255%,255%,255%,0.6);    
}
.AgentMainBorder {
    border:5px solid rgba(255%,255%,255%,0.6);  
}
.AgentMain p:nth-child(2) {
    margin: -16% 0 0 40%;    
    font-size: 20px;
    font-weight: bolder;
    letter-spacing: 1px;    
}
.AgentMain p:nth-child(2) t {
    display: inline-block;
    font-size: 13px;
    font-weight: normal; 
    letter-spacing: 0;
}
.AgentMain p:nth-child(2) t::before {
    content: url(../images/AgentHonor.svg);
    background-repeat: no-repeat;
    background-size:  36% auto;
    padding: 18px 6px 0 6px;
    height: 36px;
}
.AgentMain p:nth-child(3) {
    margin: 2% 0 0 40%;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.AgentPhone {
    font-size: 24px;
    color: #666;
    font-weight: bolder;
    margin: 0 0 0 12%;
    letter-spacing: 1px;
    margin-bottom: 16px;
    min-height: 30px;  
    font-family:Helvetica, sans-serif;
}
.AgentPhone p {
    display: block;   
    float: left;
}
.AgentPhone img {
    display: block;
    float: left;
    margin-top: -6px;
    margin-left: 2%;
}
.C_Select {
    clear: both;
    margin-bottom: 6px;
    border-top: 1px solid #e5e5e5;  
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    color: #444;
}
.C_Select p {
    width: 50%;
    float: left;        
}
.C_Select p select {
    font-family:Helvetica, sans-serif, "微軟正黑體";
    font-size: 16px;
    width: 100%;
    padding: 2% 25%;
    border: none;
    color: #767676;
    font-weight: bold;
    line-height: 2.2;
    text-align: center;
    
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../images/SelectIcon.svg") no-repeat right center transparent;
}
.C_Select p select::after{
    content: '0';
}
.C_Select p:nth-child(1) {
    border-right: 1px solid #e5e5e5;
}
.C_Select p:nth-child(2) select option:nth-child(3) {
    /*background-color: rebeccapurple;
    border-bottom: 1px solid #f3f3f3;*/
}
.C_Select p a  {
    font-family:Helvetica, sans-serif, "微軟正黑體";
    font-size: 16px;
    width: 100%;
    padding: 2% 40%;
    border: none;
    color: #767676;
    font-weight: bold;
    line-height: 2.2;
    text-align: center;
}
.IdxObj {
    background-color: #f3f3f3;   
    margin: 6px 0 8px 0;
}
.IdxObjHdrBar {
    position: absolute;
}
.IdxObjHdrBar p {
    float: left;
    font-size: 14px;
    padding: 10px 12px;
    color: #fff;
    background-color:rgba(0,0,0,0.6);
    letter-spacing: 1px;
    min-height: 35px;
}
.IdxObjHdrBar p:nth-child(2) {
    background-color:rgba(0,0,0,0.36);
}
.IdxObjFavor {  
    position: relative; 
    float: right;
    margin-right: 4%;
   
}
.IdxObjFavor input {
    width: 0;
}
.ObjFavor {	
    line-height: 1;			
				}	
.ObjFavor::after {	
    content: url('../images/ObjFavor.svg');
	width: 36px;
	height: 36px;   
    position: absolute;
    top: 0;
    right: 0;
   
    		}
.ObjFavor:checked::after {
	content: url('../images/ObjFavorh.svg');
		}

.IdxObjImg {
    width: 100%;
    height:80%;
    max-height: 260px;  
    overflow: hidden;  
    text-align: center;
}
.IdxObjImg img {
    width: auto;
    height: auto;
    max-width: 100%;
    /*max-height: 100%;*/
    margin: auto;
    margin-top: -17px;
}
.IdxObjImg .View720 {
    width: 12%;
    float: right;
    display: block;
    position: relative;
    margin: -12% 2%;
}
.IdxObjImg .View720 img {
    border-radius: 50%;
    border:3px solid hsla(0,0%,100%,.5); 
}
.IdxObjInfo {
    padding: 2%;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.6;
    overflow: hidden;   
}
.IdxObjInfo p:nth-child(1) {
    border-bottom: 1px solid #cdcdcd;
}
.IdxObjInfo p {
    overflow: hidden;
    padding: 1%;
}
.IdxObjInfo p>b {
   display: block;   
}
.IdxObjInfo p t {
    width: 50%;    
    color: #555;
    font-size: 14px;
    float: left;
    display: block;   
}
.IdxObjInfo p t:nth-child(2) {
    text-align: right;      
}
.IdxObjInfo p t:nth-child(2) span:nth-child(1) {
    text-decoration: line-through;
}
.IdxObjInfo p t:nth-child(2) span:nth-child(2) {  
    color: #cc3366;
    font-size: 16px;   
    padding-left: 6px;
}
.IdxObjInfo p:nth-child(2) t {
    width: 33.3%;
    color: #555;
    padding: 6px 1% 0 1%;
}
.IdxObjInfo p:nth-child(2) t:nth-child(2) {
    text-align: center;
}
.IdxObjInfo p:nth-child(2) t:nth-child(3) {
    text-align: right;
}
.NameCardMinBtn {
    padding: 0 8%;
    border: 1px solid #eee;
    overflow: hidden;
}
.NameCardMinBtn a {
    width:  25%;
    display: block;
    float: left;
    border-right: 1px solid #eee;
    text-align: center;
}
.NameCardMinBtn a:nth-last-child(1) {
    border: none;
}
.NameCardMinBtn img {
    width:  75%;
}
.NameCardCT {
    padding: 3% 1%;
    color: #555;
}
.NameCardCT h5 {
    background-color: #f7f7f7;
    padding: 2%;
    line-height: 1.8;
    font-weight: bold;
    color: #2271bb;
}
.NameCardCT h5>i {
    font-weight: normal;
    color: #3a7cbf;
    margin-right: 3px;
}
.NameCardCT a {
    color: #4cabff;
}
.NameCardCT p {
    padding: 3% 6%;
    line-height: 1.6;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}
.NameCardCT b {
    font-weight: bold;
}
.ObjMainBtn {
    width: 100%;
    padding: 0 1%;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
}
.ObjMainBtn a {
    max-width: 18%;
}
.ObjMainBtn a input {
    max-width: 18%;
}
.ObjMainBtn img {
    width: 18%;
}
.ObjMainBtn p {
    font-size: 11px;
    clear: both;
    display: inline-block;
    margin-left: -15%;
}
.flexslider {
    width: 100%;
    height:80%;
    max-height: 200px;  
    overflow: hidden;  
    text-align: center;
}
.flexslider img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
/*.divimgBig {
    width: 100%;
    height:80%;
    max-height: 200px;  
    overflow: hidden;  
    text-align: center;
    position: center center;
}
.divimgBig img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: center center;
}*/
.ObjSimilar {
    
}
.ObjSimilar td {
    width: 100%;
    height:32%;
    max-height: 120px;  
    overflow: hidden;  
    text-align: center;
}
.ObjSimilar img {
    width: auto;
    height: auto;
    max-width: 100%;
   /* max-height: 100%;*/
    margin: auto;
}
/**/
/* The Modal (background) */
.modal, .modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.66); /* Black w/ opacity */
}
.ModalHdr {
    background-color: #4cabff;
    padding: 15px 20px 12px 22px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.5px;
    }
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    /*padding: 20px;*/
    border: 1px solid #555;
    width: 80%;
}
.modal-content p {
        padding: 20px;
        text-align: center;
    }
.modal-content p img {
    width: 100%;
}
.modal-content p:nth-last-child(1) {
    padding: 0 0 20px 0;
}
/* The Close Button */
.close {
    color: #dbeeff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: 8px 20px;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
/**/

/* Portal Mobile CSS 2020.09 begin */
.IdxObj1 {
    background-color: #f3f3f3;   
    margin: 6px 0 8px 0;
}
.IdxObjHdrBar1 {
    position: absolute;
}
.IdxObjHdrBar1 p {
    float: left;
    font-size: 14px;
    padding: 10px 12px;
    color: #fff;
    background-color:rgba(0,0,0,0.6);
    letter-spacing: 1px;
    min-height: 35px;
}
.IdxObjInfo1 {
    padding: 2%;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.6;
    overflow: hidden;   
}
.IdxObjInfo1 p:nth-child(1) {
    border-bottom: 1px solid #cdcdcd;
}
.IdxObjInfo1 p {
    overflow: hidden;
    padding: 1%;
}
.IdxObjInfo1 p>b {
   display: block;   
}
.IdxObjInfo1 p t {
    width: 50%;    
    color: #555;
    font-size: 14px;
    float: left;
    display: block;   
}

.IdxObjImg1 {
    width: 100%;
    max-height: 260px;  
    overflow: hidden;  
    text-align: center;
}
.IdxObjImg1 img {
    width: 100%;
    height: auto;
    max-width: 100%;
    overflow: hidden;  
}

.TabBtn {
    clear: both;
    margin-bottom: 6px;
    border-top: 1px solid #e5e5e5;  
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    color: #444;
}
.TabBtn a {
    width: 25%; 
    line-height: 2.2;
    float: left;
    border-right: 1px solid #e5e5e5;
    font-family:Helvetica, sans-serif, "微軟正黑體";
    font-size: 16px;
    font-weight: bold;
    color: #767676;
    padding: 3px 0% ;
    text-align: center;
}



/* Portal Mobile CSS 2020.09 end */

@media screen and (max-width: 380px) {

.HdrBtn_01 a {
	background-size: auto 70% ;	
	}
.HdrBtn_02 a {	 
	background-size: auto 68% ;
	}
.HdrBtn_03 a {	
	background-size: auto 70% ;
	}

}
@media screen and (max-width: 375px) {

.Logo {	
	width:8%;
	}
.HdrBtn_01 a {
	background-size: auto 65% ;	
	}
.HdrBtn_02 a {	 
	background-size: auto 63% ;
	}
.HdrBtn_03 a {	
	background-size: auto 65% ;
	}


}
@media screen and (max-width: 360px) {
.Logo {	
	width:8%;
	}

.FtMainBtn a {
    width: 18%;
}
.AgentMain p:nth-child(2) {    
    font-size: 26px;   
    letter-spacing: 0;
}
.AgentMain p:nth-child(2) t {
    font-size: 12px;
    margin-left: -6px;
}
	}
@media screen and (max-width: 320px) {
.FtMainBtn {   
    font-size:10.5pt;
	}
.HdrBtn_01 a {
	background-size: auto 62% ;		
	}
.HdrBtn_02 h5 {		
	padding-left:32px;
	letter-spacing: -1px;
	}
.HdrBtn_02 a {	 
	background-size: auto 58% ;
	}
.HdrBtn_03 a {	
	background-size: auto 62% ;
	}
.MainSrhCt div input {    
    width: 78%;   
}
.ListObjCt p:nth-of-type(2) { 
    line-height: 1.3;
}
.ListObjCt select {    
    float: left;   
    max-width: 36%;
}
	}
/* -- Menu -- */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background:rgba(255,2555,255,0.96);
    overflow-x: hidden;
    transition: 0.5s;
    border-left: 1px solid #c3c3c3;
    /*padding-top: 60px;*/	
}
.sidenav div:nth-child(1) {
    color: #555;
    text-align: center;
    background-color: #c3c3c3;
    line-height: 2.2;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 26px 0 0;
    font-size: 20px;
}

.sidenav h4 {  
   border-bottom: 1px solid #d0d0d0;
    background-color: #fff;
    overflow: hidden;
}
.sidenav h4 a {
    padding: 0;
    margin: 0 0 0 0;
}
.sidenav h4 img {
    width: 25%;
    display: inline-block;
    float: left;
}

.sidenav a {
    padding: 8px 8px 8px 46px;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #e8e8e8;  
}
.sidenav h5 a {
    font-weight: bold;
    color: #a1f18b;    
    background-color: #e8e8e8;
}
.sidenav h5:nth-last-of-type(1)~a:nth-last-of-type(1) {
	margin-bottom: 30%;    
}

.sidenav a:hover, .offcanvas a:focus{
    color: #a5a5a5;
}

.sidenav .closebtn {
   position: absolute;
    top: -2px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}