    @charset "utf-8";
	
	/*:root {
    --groot-ui-rpx: 0.0625em;
    --groot-ui-default-font-size: 16px;
    --groot-ui-font-size-s: 12px;
    --groot-ui-font-size-m: 14px;
    --groot-ui-font-size-l: 16px;
    --groot-ui-spacing-unit-1: 0.3125em;
    --groot-ui-spacing-unit-2: 0.625em;
    --groot-ui-spacing-unit-3: 0.9375em;
    --groot-ui-spacing-unit-4: 1.25em;
    --groot-ui-spacing-unit-5: 1.875em;
    --groot-ui-spacing-unit-6: 2.5em;
    --groot-ui-spacing-unit-7: 3.125em;
    --groot-ui-spacing-unit-8: 3.75em;
    --groot-ui-height-unit-1: 0.3125em;
    --groot-ui-height-unit-2: 0.625em;
    --groot-ui-height-unit-3: 0.9375em;
    --groot-ui-height-unit-4: 1.25em;
    --groot-ui-height-unit-5: 1.875em;
    --groot-ui-height-unit-6: 2.5em;
    --groot-ui-height-unit-7: 3.125em;
    --groot-ui-height-unit-8: 3.75em;
    --groot-ui-color-brand-1: #f2f7ff;
    --groot-ui-color-brand-2: #d6e4ff;
    --groot-ui-color-brand-3: #adcbff;
    --groot-ui-color-brand-4: #85b4ff;
    --groot-ui-color-brand-5: #5c9dff;
    --groot-ui-color-brand-6: #3388ff;
    --groot-ui-color-brand-7: #2170d9;
    --groot-ui-color-brand-8: #125ab3;
    --groot-ui-color-brand-9: #07458c;
    --groot-ui-color-brand-10: #003166;
    --groot-ui-color-gray-1: #fff;
    --groot-ui-color-gray-2: #f8f8f8;
    --groot-ui-color-gray-3: #f5f5f5;
    --groot-ui-color-gray-4: #eee;
    --groot-ui-color-gray-5: #d8d8d8;
    --groot-ui-color-gray-6: #ccc;
    --groot-ui-color-gray-7: #999;
    --groot-ui-color-gray-8: #666;
    --groot-ui-color-gray-9: #333;
    --groot-ui-color-gray-10: #000;
    --groot-ui-color-error-1: #fff3f2;
    --groot-ui-color-error-2: #ffd7d4;
    --groot-ui-color-error-3: #ffa8a3;
    --groot-ui-color-error-4: #ff7773;
    --groot-ui-color-error-5: #ff4542;
    --groot-ui-color-error-6: #ff1212;
    --groot-ui-color-error-7: #d90408;
    --groot-ui-color-error-8: #b30006;
    --groot-ui-color-error-9: #8c0007;
	--groot-ui-color-error-10: #660007;
    --groot-ui-color-warning-1: #fff8f2;
    --groot-ui-color-warning-2: #ffe4cc;
    --groot-ui-color-warning-3: #ffc799;
    --groot-ui-color-warning-4: #ffa866;
    --groot-ui-color-warning-5: #ff8833;
    --groot-ui-color-warning-6: #ff6600;
    --groot-ui-color-warning-7: #d95300;
    --groot-ui-color-warning-8: #b34100;
    --groot-ui-color-warning-9: #8c3100;
    --groot-ui-color-warning-10: #662200;
    --groot-ui-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    --groot-ui-font-weight-1: 400;
    --groot-ui-font-weight-2: 500;
    --groot-ui-font-weight-3: 600;
    --groot-ui-line-height-1: 1.5;
    --groot-ui-line-height-2: 2;
    --groot-ui-border-radius-1: 2px;
    --groot-ui-border-radius-2: 4px;
    --groot-ui-border-radius-3: 6px;
    --groot-ui-border-radius-4: 8px;
    --groot-ui-border-radius-5: 10px;
    --groot-ui-border-radius-6: 100%;
    --groot-ui-separator-color-normal: #eee;
    --groot-ui-separator-color-strong: #eee;
    --groot-ui-separator-color-trigger: #666;
    --groot-ui-shadow-1: 0 6px 10px 0 rgba(51, 136, 255, 0.2);
    --groot-ui-shadow-2: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    --groot-ui-shadow-3: 0 -2px 8px 0 rgba(0, 0, 0, 0.06);
    --groot-ui-shadow-4: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    --groot-ui-page-min-width: 1200;
}*/

.m-loki-row[data-v-702d9133] {
    margin: 0 auto;
}

.groot-ui-grid-row {
    position: relative;
    height: auto;
    zoom: 1;
    display: block;
    box-sizing: border-box;
}
	
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	 }
	
	 html,body{ 
	    min-height: 100%;
		font-family: 'SF Pro Text', sans-serif; 
		color: #242c33;
		font-size: 19px;
		line-height: 1.42em;
		font-weight: 500;
		margin: 0 auto;
		}

	 .all{ background-color: #00AFF0 !important;}

	 .openMenu .menuSprite img{
		  width: auto;
		  max-width: 55%;
        }

	 .img-show img{
		  width: auto;
		  max-width: 70%;
		}
		
	/*导航栏*/
			.navigation-context{
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				-webkit-box-pack: justify;
				-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-ms-flex-align: center;
				align-items: center;
				}	
			.navigation-container{
				width: 100%;
				max-width: 1200px;
				margin-right: auto;
				margin-left: auto;
				padding-right: 45px;
				/*padding-left: 45px;*/
				
					
				}
			.nav-{
					display: -webkit-box;
					display: -webkit-flex;
					display: -ms-flexbox;
					display: flex;
					width: 100%;
					-webkit-box-pack: justify;
					-webkit-justify-content: space-between;
					-ms-flex-pack: justify;
					justify-content: space-between;
					-webkit-box-align: center;
					-webkit-align-items: center;
					-ms-flex-align: center;
					align-items: center;
				}
			.navigation-logo{	
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-flex: 0;
				-webkit-flex: 0 0 auto;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				position: relative;
				float: left;
				text-decoration: none;
			}
			
			.navigation{
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				margin-left: 50px;
				-webkit-box-pack: end;
				-webkit-justify-content: flex-end;
				-ms-flex-pack: end;
				justify-content: flex-end; 
				-webkit-box-align: center;
				-webkit-align-items: center;
				-ms-flex-align: center;
				align-items: center;
				position: relative;
				float: right;
				
				
			}

	 nav{
         width: 100%;
         z-index: 30;
		 margin: 0;
		 padding: 0;
		 border: 0;
		 font-size: 100%;
		 font: inherit;
		 vertical-align: baseline;
		 
	 }
	 .w-nav{
		z-index: 1000;
		 
	 }
	 nav .navWrapper {
      min-width: 960px;
       
     }

	 nav .navWrapper {

			margin: auto;
			min-width: 320px;
			padding: 0 30px;
			position: relative;
			text-align: right;
			z-index: 100;
		}

		nav ul.navMain {
				border: 1px solid white;
				border-top: none;
				height: 71px;
				position: relative;
			}

		ol, ul {list-style: none;}
		nav .itourLogo {
				left: 1px;
				top: -5px;
				float: left;
				/*padding-left: 45px;*/
			}
		nav .itourLogo a {
				background-color: #FFFFFF !important;
				overflow: hidden;
				padding: 0px 10px 0px 10px;
				position: relative;
				z-index: 2;
				-webkit-tap-highlight-color: rgba(0,0,0,0);
			}

			.itourLogo .menuSprite {
					display: block;
					position: relative;
					z-index: -2;
					/*font-family: fantasy;
					font-weight: 700;*/
					color: #1a98ff;
					cursor: pointer;
					line-height: 24px;



				}
			.navigation-shadow {
				position: absolute;
				z-index: -10;
				width: 100%;
				height: 100%;
				box-shadow: 0 0 10px 0 rgba(36, 44, 51, 0.2);
				opacity: 1;
			}

				

		nav .skipNavigation {
				box-shadow: 0 0 1px #D2D0CE;
				display: block;
				height: 0;
				left: 0;
				overflow: hidden;
				position: absolute !important;
				top: 72px;
				z-index: 2;
			}
		nav .skipNavigation a {
				background-color: #0093DC !important;
				border: 1px solid #0093DC;
				color: #FFFFFF;
				font-size: 16px;
				outline: none;
				padding: 20px 19px 19px 12px;
				min-width: 98px;
			}
		.noDesktop {display: none !important;}
		
		 .navigation-bar{position:sticky;position:-webkit-sticky;top: 0; background-color: #fff; display: flex; -webkit-box-align: center;
    align-items: center;}
		 
		 .navigation-bar-show{background-color: #00AFF0 !important;}
		

		nav ul a {
			background-color: #FFFFFF;
			display: block;
			 font-size: 20px; 
			padding: 25px 13px 28px;
			position: relative;
			text-decoration: none;
			z-index: 1;
			}

		nav ul li {
				cursor: pointer;
				display: inline-block;
				float: right;
				font-size: 16px;
				letter-spacing: -0.5px;
				list-style-type: none;
				position: relative;
				text-align: center;
				
          }
		  nav ul li{font: var(--fnt,var(--font_1));}

		  nav .other.on a ,#download .download-intr .on a {border-bottom: 3px solid #e83421;color: #e83421;}

	

		nav{zoom:1;}

		 nav ul li.menuLeft a {
					min-width: 50px;
					text-align: center;
				}

		.hide{display: none !important;}

		
		
		 a {
		   text-decoration: none;
			color: #0078ca;
			cursor: hand;
			cursor: pointer;
		}

	    .text {
	        /* 防止撑开*/
			table-layout: fixed;
			/* 英文单字因自动换行*/
			word-wrap: break-word;
			/* 正常避头尾 */
			word-break: normal;
			/* 文字左右对齐 */
			text-align:justify;
			text-justify:inter-ideograph;
         }

	 .web{ width:1365px;}

     div{
	    /* border:1px red solid;*/
		 margin: 0 auto;
		 word-wrap:break-word;
		 word-break:normal; 
	  }

	 /** ul {list-style: none;}*/

    /**设置div居中显示*/
	 .contentApp{
	   /*display:table-cell;*/
       vertical-align:middle;
       text-align:center;
	 }

     /*下载区*/
    .dl-tags{
	  /*display:inline-block;*/
    }
    .dl-area{
		display:flex;
		justify-content:space-between;
		overflow: hidden;
		box-sizing: border-box;
		
	}
    .dl-tags .item{margin: 0 26px;}
	
	

   /*翻译器介绍*/
   .tran-intr{ margin-top:63px;}

   .pro-intr{
    width:80%;
   }

   /*APP功能详解*/

   .app-intr .app-function{margin-top:20px;background-color: rgb(245, 245, 247);}

   .app-desc-fl{width:100%; }

   .app-desc-fl .img-show{margin-right:5%;}
  

  
    
	.bg-font{text-align:left !important;}

   .app-intr p,.tag p,.dl-tags p,.banner li,.app-function-introduced p{text-align: center;}

   .call-desc,.camera-desc,.chat-desc,.dial-desc,.text-tran-desc,.web-desc{
	   width:50%;
	   display:table;
	   /*height: 452px;*/
	   
	}
	.video-desc{display:table;height: 252px;}

	/*视频列表*/

	.reg_video_list_column{
        border-radius: 4px;
        background-color: #f8f8f8;
	}
   
   .reg_video_list_column .reg_video_title {width:276px; color: #111 !important;}


   .reg_video_item{
       border-top: 1px solid #eee;
	   margin: 0 10px;
       padding: 10px 10px 18px 10px;
	  
   }

   .reg_video_item .reg_video_title{
       overflow: hidden;
	   text-overflow: ellipsis;
	   display: -webkit-box !important;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
   }

   .reg_mod_title{
    height: 40px;
    margin: 0 0 0 0;
    color: #111;
    font-weight: 400;
    line-height: 40px;
    vertical-align: top;
    white-space: nowrap;
   }

  .reg_video_list_column  a{display:block;}

  .reg_video_list_column  .reg_video_item:first-child {border-top: none;}

  .reg_video_list_column .reg_video_item div{  text-align: left !important;}

  .reg_video_title{
    font-size: 16px !important;
	line-height: 24px !important; 
  }
 
    .reg_video_item .item_l{float: right;}
	
	.app-intr{width:80%;margin: auto;}

	.app-intr span,tag span,.callInfo,.dialInfo,.chatInfo{
	   font-size:20px;
	   display:table-cell;
	   vertical-align:middle;
	   text-indent: 24px;
	   line-height: 30px;
	   font-family:Adobe Heiti Std R;
       font-weight:normal;
       color:rgba(100,100,100,1);
       line-height:40px; 
	   text-shadow:0px 3px 3px rgba(255, 255, 255, 0.35);

     }

	 .app-intr a{
	  color:red;
	  transition:0.5s;
	 }
	.app-intr a:hover p { color:blue; }


   
    .app-desc-fr{width:100%;}

	 .app-desc-fr .img-show{margin-left:5%;}
     
	.fl{float: left!important;}
	
    .fr{ float: right!important;}
	
	.text-tag{
     font-family:Adobe Heiti Std R;
     font-weight:normal;
     color:rgba(50,50,50,1);
     /*line-height:48px;	*/
	}

	.bg3 .text-tag,.bg4 .text-tag{color:#FFFFFF;}

	.tag .text-tag{
	  width:360px;
	}

	  
    .clearfix ,nav {
       zoom: 1;
     }

    .clearfix:after{	
	   content: '\20';
       display: block;
       height: 0;
       clear: both;
	}

	ul{ padding:0px; margin:0px}

  
    div{ display: block;}

   .item:hover .sub-nav{ display:block;}

   .item .sub-nav{top: 35px;padding: 0;background: none;}

   .item .sub-nav{
	 position: absolute;
     background: white;
     padding: 0px 4px;
     border-radius: 4px;
     top: 34px;
     display: none;
	 }

.white {
    background: white !important;
    padding: 1px 4px;
    border-radius: 4px;
}






/**企业资讯*/

.newsList .newsTable .line {
      width: 40%;
      height: 1px;
      background: #ebebeb;
      border: 1px solid #f5f3f3;
      margin-top: 27px;
	  }

	.newsList .newsTable {
    text-align: center;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    padding-top: 80px;
    width: 1480px;
    position: relative;
    left: 50%;
    margin-left: -740px;
    margin-bottom: 50px;
	}



	.newsList .main .item {
    display: block;
    margin-bottom: 34px;
    padding-bottom: 34px;
    border-bottom: 2px solid #ebebeb;
}

.newsList .main .item .pic {
    float: left;
    margin-right: 20px;
	
	
	}

	.newsList .main .item .news {
    float: left;
    width: 60%;
   }

   .newsList .main .item .news .newsTitle .title {
    font-size: 22px;
    line-height: 46px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
   
 .newsList .main .item .news .newsDate .date {
    line-height: initial;
    margin-top: 5px;
	color: #999;
	}

	.newsList .main .item .news .newsContent {
    font-size: 18px;
    margin-top: 15px;
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}




/**分页*/
.page {
    color: #666;
    margin-bottom: 50px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 39%;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

/*资讯列表样式*/

.infoPosition {
    font-size: 20px;
    padding-left: 27px;
    padding-bottom: 10px;
    background-color: white;
	margin-top: 80px;
}

.infoTags .title {
    margin-bottom: 40px;
}

.infoTags .title .text {
    margin-bottom: 20px;
}

.infoTags .title .text {
    font-size: 38px;
    text-align: center;
    margin-bottom: 46px;
}

.infoTags .title .date {
    font-size: 24px;
    text-align: center;
    color: #666;
}

/*正文*/

.infoContent{
	margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    max-width: 100%;
    clear: both;
    min-height: 1em;
    color: rgb(51, 51, 51);
    font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.544px;
    text-align: justify;
    white-space: normal;
    background-color: rgb(255, 255, 255);
    line-height: 1.75em;
    box-sizing: border-box !important;
    word-wrap: break-word !important;



}

.infoContent span{
			margin: 0px;
			padding: 0px;
			max-width: 100%;
			font-family: 微软雅黑;
			font-size: 12px;
			box-sizing: border-box !important;
			word-wrap: break-word !important;
			text-indent: 24px;
			display: table-cell;

}

.infoTags img{
    border: 0;
}

 .img{
   text-align: center;
}

/**下载页面*/

#download .section-01 .downloadModule .downloadBut button{
   width:200px;
   height:45px;
   border-radius: 20px 20px 20px 20px;
   background-color: yellowgreen;
   font-size: 18px;
   margin-top: 50px;

}

#download .section-01 .downloadModule .intrText{
 font-size: 20px;
}

#index_web .down_show,#download .down_show{
 opacity: 0.3;
 pointer-events: none;
/* width:100%*/
}

/** Android/IOS  下载弹框样式*/
#index_web .centre .select_download .popup_dialog_IOS ,#index_web .centre .select_download .popup_dialog_Android,  #download .section-01 .popup_dialog_IOS,#download .section-01 .popup_dialog_Android{
    width: 590px;
    position: fixed;
    top: 20%;
    left: 0px;
	right:0px;
    z-index: 999;
    display: block;
	background: #FFF;
	margin-left: auto;
    margin-right: auto;
  
}
/**关闭按钮样式*/
#index_web .centre .select_download .popup_dialog_hd ,#download .section-01 .popup_dialog_hd,.lx-customer-h .popup_dialog_hd {
    width: 100%;
    height: 30px;
    position: absolute;
	}

#index_web .centre .select_download .popup_dialog_close,#download .section-01 .popup_dialog_close,.lx-customer-h .popup_dialog_close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 20px;
    text-indent: -999em;
    overflow: hidden;
    background: url(../images/icon_sprite.png?max_age=2592000) no-repeat -70px -70px;
    z-index: 3;
	}

 #index_web .centre .select_download .popup_dialog_cont,#download .section-01 .popup_dialog .popup_dialog_cont {
    width: 100%;
	padding: 0 0 42px;
}

#index_web .centre .select_download .popup_dowload_tit,#download .section-01 .popup_dowload_tit {
    line-height: 106px;
    font-size: 22px;
    text-align: center;
    color: #000;
    font-weight: 400;
}

#index_web .centre .select_download .dialog_type_2,#download .section-01 .dialog_type_2 {
    overflow: hidden;
	}

#index_web .centre .select_download .dialog_type_2 .btns ,#download .section-01	.dialog_type_2 .btns {
    width: 330px;
    float: left;
}

.dialog_type_2 .btns {
    width: 330px;
    float: left;
}

.popup_dowload__btn_ios_store {
   /* background-color: #2d2d2d;*/
}

.btn_markplace, .popup_dowload__btn_down, .popup_dowload__btn_ios_store {
    position: relative;
    display: block;
    width: 157px;
    height: 58px;
    line-height: 58px;
    border-radius: 5px;
    margin: 0 auto;
    color: #fff;
    padding-left: 56px;
    font-size: 15px;
}

.dialog_type_2 .qr_code {
    width: 259px;
    height: 140px;
    float: right;
    border-left: solid 1px #ccc;
}

.qr_code__tit {
    text-align: center;
    color: #000;
    font-weight: 400;
    margin-top: -4px;
    margin-bottom: 3px;
    font-size: 16px;
}

.qr_code__pic {
    display: block;
    width: 116px;
    height: 116px;
    margin: 0 auto;
}

.popup_dowload__btn_single {
    margin-top: 40px;
}

.popup_dowload__btn_down {
    background-color: #31c37c;
    margin-bottom: 20px;
	text-align: initial;
}
.popup_dowload__icon_down {
    position: absolute;
    left: 23px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 22px;
   background-image: url(../images/img_popup_4885723b.png?max_age=2592000);
    background-position: 0 0;
}



#download .section-01{
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px;
  /* background-image:url(../images/bg.jpg);*/
   background-repeat:no-repeat;
   background-position:top;
   background-attachment:fixed;


}
/*轮播*/
.hd{
   width:20%;
}

.hd ul li{
   list-style: none; 
   float: left; 
   background:  #C0DCE6;
   opacity: 0.7; 
   border-radius: 50%; 
   text-align: center; 
   line-height: 18px; 
   font-size: 10px;
   color: white; 
   margin: 3px; 
   cursor: pointer;
   font-size:0;
}

.hd ul .on{ 
    background:  #4dc7f5;
}
 .item{
	 float: left;    
    /* line-height:48px;*/
     border-bottom: 3px solid transparent;
     position: relative;
	}
	
.m-loki-module[data-v-7b651780] {
    position: relative;
}
.groot-ui-grid-col-offset-0 {
    margin-left: 0;
}
.groot-ui-grid-col-24 {
    display: block;
    width: 100%;
}
.groot-ui-grid-col-24 {
    float: left;
    flex: 0 0 auto;
}
.groot-ui-grid-col-24 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.groot-ui-grid-row:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
.groot-ui-grid-row:after, .groot-ui-grid-row:before {
    content: " ";
    display: table;
}
.groot-ui-grid-col {
    position: relative;
    display: block;
}

.child-widget-container[data-v-1a108295] {
    width: 100%;
    height: 100%;
}
.gt-jmy-pc-contact-us-container-padding[data-v-fba48bee] {
    padding: calc(40 * var(--groot-ui-rpx)) 0;
}
.gt-jmy-pc-contact-us-container[data-v-fba48bee] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -moz-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    box-sizing: border-box;
    border-radius: var(--groot-ui-border-radius-1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gt-jmy-pc-contact-us-container-hurdle .hurdle-container[data-v-fba48bee] {
    width: calc((var(--groot-ui-page-min-width) - 10) * var(--groot-ui-rpx));
    margin: 0 auto;
    padding-right: 0;
}
.gt-jmy-pc-contact-us-container-padding > div[data-v-fba48bee] {
    margin-left: var(--groot-ui-spacing-unit-5);
    width: 100%;
    padding-right: var(--groot-ui-spacing-unit-5);
}
.gt-jmy-pc-contact-us-container-hurdle .hurdle-container .gt-jmy-pc-map[data-v-fba48bee] {
    height: 100%;
}

.gt-jmy-pc-contact-us-container .gt-jmy-pc-map[data-v-fba48bee] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -moz-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify; 
     -webkit-justify-content: space-between; 
    -moz-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.gt-jmy-pc-contact-us-container .gt-jmy-pc-map .gt-jmy-pc-info .home-map-title[data-v-fba48bee] {
    margin-bottom: var(--groot-ui-spacing-unit-4);
}
.gt-jmy-pc-contact-us-container .gt-jmy-pc-map .gt-jmy-pc-info .home-map-title span[data-v-fba48bee] {
    color: var(--groot-ui-color-gray-9);
    font-weight: var(--groot-ui-font-weight-2);
    font-size: 30px;
}
.gt-jmy-pc-contact-us-container .gt-jmy-pc-map .gt-jmy-pc-info .gt-jmy-pc-info-list[data-v-fba48bee] {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}


ul {
    display: block;
    /*list-style-type: disc;*/
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.gt-jmy-pc-contact-us-container .gt-jmy-pc-map .gt-jmy-pc-info .gt-jmy-pc-info-list > li[data-v-fba48bee]:first-child {
    margin-top: 0;
}
.gt-jmy-pc-contact-us-container .gt-jmy-pc-map .gt-jmy-pc-info .gt-jmy-pc-info-list > li .link-info[data-v-fba48bee] {
    max-width: 85%;
}
.gt-jmy-pc-contact-us-container .link-info.item-label[data-v-fba48bee] {
    margin-right: 0.3125em;
    opacity: 0.8;
}
.gt-jmy-pc-contact-us-container .link-info[data-v-fba48bee] {
    margin: 0;
    font-size: var(--groot-ui-font-size-l);
    line-height: 1;
}

.gt-jmy-pc-contact-us-container .link-info span[data-v-fba48bee] {
    display: inline-block;
    width: 100%;
    word-break: break-all;
}
.gt-jmy-pc-contact-us-container .gt-jmy-pc-map .gt-jmy-pc-info .gt-jmy-pc-info-list > li[data-v-fba48bee] {
    margin-top: var(--groot-ui-spacing-unit-4);
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.gt-jmy-pc-contact-us-container .link-info .link-info-items > p[data-v-fba48bee]:nth-child(odd) {
    margin-right: 0.9375em;
}
.gt-jmy-pc-contact-us-container .link-info .link-info-items > p[data-v-fba48bee] {
    margin: 0;
}
p, i {
    padding: 0;
    margin: 0;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.gt-jmy-pc-contact-us-container .gt-jmy-pc-map-container[data-v-fba48bee] {
    height: 13.125em;
    border-radius: var(--groot-ui-border-radius-1);
}
.gt-jmy-pc-map-container[data-v-10a3a020] {
    overflow: hidden;
}

.lx-customer{
		background: url(../image/unit/customer.png) no-repeat 12px 17px;
		-webkit-background-size: 30px 30px;
		background-size: 30px 30px;
		padding: 55px 0 8px;
		height: 81px;
		text-align: center;
	
	}
.lx-customer:hover{
   
    background: url(../image/unit/customer_1.png) no-repeat 12px 11px;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
   
   }
   
   .lx-customer span{
          border-bottom: 1px solid #fff;
		text-align: center;
		color: #fff;
		font-size: 12px;
		line-height: 17px;
		position: relative;
   }