html,body{
	font-family: '微軟正黑體';
}
img{max-width: 100%;}
.nowrap{
  display : inline-block;
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
  width : 100%;
}
.text-purple{color:#6e0a9d;}
.text-orange{color: #e97020}
/*** 上層選單 ***/
.top-header{
	padding:0 15px;
	border-top:3px #fd819f solid;
	font-size: 13px;
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 100;
}
.top-main-header{
	border-bottom: 1px #efefef solid;
}
.top-banner , nav , .menu{padding-top:70px;}
.top-header .float-right ul{margin-bottom: 0;}
.top-header .header-nav a , .top-header .header-nav2 a{
	color:#909090;
	text-align: center;
	display: inline-block;
	margin:10px 5px;
	transition: .5s;
}
.top-header .header-nav a:hover , .top-header .header-nav2 a:hover{
	color:#c8018d;
	text-decoration: none;
}
.top-header .header-nav a span , .top-header .header-nav2 a span{
	display: block;
}
.top-header .float-left{
	max-width: calc(100% -300);
	line-height: 71px;
}
.top-header .float-left{
    text-align: center;
    display: block;
    max-width: 100%;
}
.top-header .float-right{
    position: absolute;
    right: 10px;
}
.top-header ul.membercentre-snav-wrap ,.top-header ul.business-centre-snav-wrap {
    position: absolute;
    width: 120px;
    right: 0;
    padding: 0;
    margin: 0;
    font-size: 110%;
    opacity: 0; transition: .5s; margin-top:-800px; z-index: -1;
    background-color: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.5); 
}

.top-header ul.membercentre-snav-wrap li , .top-header ul.business-centre-snav-wrap li {
    display: block;
    width: 100%;
}

.top-header .header-nav2 ul.membercentre-snav-wrap , .top-header .header-nav2 ul.business-centre-snav-wrap {
	width:100%;
}
@media screen and  (orientation:landscape) {
	.top-header .header-nav2 ul.membercentre-snav-wrap li , .top-header .header-nav2 ul.business-centre-snav-wrap li {
		display: inline-block;
		width:47%;
	}
}

.top-header li:hover ul.membercentre-snav-wrap , .top-header li:hover ul.business-centre-snav-wrap {
    margin-top: 0;
    opacity: 1;
}
.top-header .membercentre-snav-wrap a , .top-header .business-centre-snav-wrap a {
    display: block;
    margin: 0;
    line-height: 130%;
    height: auto;
    padding: 6px;
    text-align: left;
    color: #575757;
}

.top-header .membercentre-snav-wrap a:hover  , .top-header .membercentre-snav-wrap a.active , .top-header .business-centre-snav-wrap a:hover  , .top-header .business-centre-snav-wrap a.active {
    color: #e3350c;
}


.header-nav li , .header-nav2 li{ display: inline-block; position: relative;}
.header-nav li ul , .header-nav2 li ul{position: absolute;}
.header-nav li ul.country-wrap,.header-nav2 li ul.country-wrap{width:400px;background-color: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.5); right:0; padding: 0; margin:0;opacity: 0; transition: .5s; margin-top:-800px; z-index: -1; text-align: center;}
.header-nav li.country-snav:hover ul.country-wrap{opacity: 1; margin-top:0;}
.header-nav li ul.country-wrap li{width:20%;}
.header-nav li ul.country-wrap li.active a , .header-nav li ul.country-wrap li a:hover , .header-nav2 li ul.country-wrap li.active a , .header-nav2 li ul.country-wrap li a:hover{color:#e3350c;}
.header-nav li ul.country-wrap a,.header-nav2 li ul.country-wrap a{margin: 0 ; padding:10px 0; text-align: center; display: block; font-size:110%;}

.menu{
	background-color: #045cc0;
	color: #fff;
	height: 100vh;
	width:300px;
	position: fixed;
	z-index: 90;
    transition: .5s;
    right:0;
    transform: translateX(100%);
    overflow-y: auto;
    text-align: right;
}
.menu.active{
    transform: translateX(0);
}
.menu::-webkit-scrollbar {
	width: 5px;
}
.menu::-webkit-scrollbar-track {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin:80px 0 5px 0;
}
.menu::-webkit-scrollbar-thumb {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: rgb(219,219,219);
}
.btn-close{
	background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
    margin:10px;
    transition: .3s
}
.btn-close:hover{
    text-decoration: none;
    transform: rotate(180deg);
}
.snav-country , .snav-login{display: none;}
.menu ul{
	padding: 0;
	text-align: center;
}
.menu li{
	list-style: none;
	border-bottom: 1px rgba(255,255,255,0.5) solid;
}
.menu li img{float: right; margin: 8px; transition: .2s;}
.menu ul ul {border-top: 1px rgba(255,255,255,0.5) solid; padding-left: 40px; background-color: rgba(0,0,0,.2); display: none}
.menu ul .active ul{display: block;}
.menu ul .active img{transform: rotate(180deg);}
.menu ul ul li:last-child{border-bottom: 0;}
.menu li a{color: #fff;padding:10px; display: block}
.menu li a:hover{color: #ff0; text-decoration: none; background-color: rgba(0,0,0,0.2)}
.mask.active , .mask2.active , .mask3.active{
    height: 100vh;
    width: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
}
.mask2.active{
	z-index: 90
}
.mask3.active{
	z-index: 45
}
@media only screen and (min-width: 769px) {
	.header-nav2{display: none;}
}
@media only screen and (max-width: 768px) {
	.top-banner , nav , .menu{padding-top:125px;}
	.snav-country , .snav-login{display: block;}
	.top-header .header-nav a{
		margin-top:0;
	}
	.menu{width:80%;}
	.menu.active{
	    transform: translateX(0%);
	}
	.top-header .float-right ul > li:nth-child(1) , .top-header .float-right ul > li:nth-child(2){display: none;}
	.top-header .float-left {line-height: 51px !important; width:100%; max-width: 100%;}
	.header-nav2 li ul.country-wrap li{width:19%;}
	.header-nav2 li.country-snav ul{display: none; opacity: 1;}
	.header-nav2 li.country-snav.active ul{display: block;}
	.header-nav2 li.membercentre-snav ul{display: none; opacity: 1; margin-top:0;}
	.header-nav2 li.membercentre-snav.active ul{display: block;}
	.header-nav2 {margin-bottom: 0; padding: 0; text-align: center;}
	.top-header .header-nav2 a{margin-bottom: 10px; margin-top:10px;}
	.header-nav2 li{position: static;}
	.header-nav2 li ul.country-wrap{width:100%; text-align: center; margin-top:0;}
	.top-header .float-left{width:calc(100% - 70px);}
	.offer-project{width:70%; margin:0 auto;}
	.img-title{width:70%; margin:0 auto; display: block;}
}
@media only screen and (max-width: 576px) {
	.top-header{padding:0 10px;}
	.top-header .header-nav a{
		margin-top:0;
	}
	.top-header .float-right .btn-user , .top-header .float-right .btn-map , .top-header .float-right .btn-menu span{display: none;}
	.top-header .float-right .btn-menu {margin-top:10px; margin-bottom: 10px}
	.top-header .float-left{
		max-width: 80%;
	}
	.header-nav2 li ul.country-wrap li{width:20%;}
}
/*** 上層選單(end) ***/
/*** 文字編輯框共用樣式 ***/
.text-title{text-align: center; color:#474747; font-size: 24px; position: relative; margin:50px 0 50px;}
.text-title:after{content: ''; display: block; background-color: #474747; height: 2px; width:100%; max-width:270px; margin:10px auto 20px;}
.text-title:before{content: ''; width: 0;height: 0;border-style: solid;border-width: 10px 5px 0 5px;border-color: #474747 transparent transparent transparent; position: absolute; left: 50%; bottom: -10px; margin-left: -5px}
.text-wrap{line-height:200%;border-bottom: 1px #ccc dashed; padding-bottom: 50px;}
.text-wrap.last{border:0;}
.about-txt-list{
	position: absolute; bottom:10px; font-weight: bold; font-size: 24px;
}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f24{font-size: 24px;}
.f30{font-size: 30px;}
.about-text-title.animate{
	animation: about-text-title 1.2s linear 0s normal;
	-moz-animation: about-text-title 1.2s linear 0s normal;
	-webkit-animation: about-text-title 1.2s linear 0s normal;
	-o-animation: about-text-title 1.2s linear 0s normal;
}
	
@keyframes about-text-title
{
0%   {transform: translate(0px,-15px);opacity: 0;}
100% {transform: translate(0px,0px);opacity: 1;}
}

@-moz-keyframes about-text-title /* Firefox */
{
0%   {transform: translate(0px,-15px);opacity: 0;}
100% {transform: translate(0px,0px);opacity: 1;}
}

@-webkit-keyframes about-text-title /* Safari 和 Chrome */
{
0%   {transform: translate(0px,-15px);opacity: 0;}
100% {transform: translate(0px,0px);opacity: 1;}
}

@-o-keyframes about-text-title /* Opera */
{
0%   {transform: translate(0px,-15px);opacity: 0;}
100% {transform: translate(0px,0px);opacity: 1;}
}


@media only screen and (max-width: 768px) {
	.about-txt-list{
		position:static;
		text-align: center;
	}
	.md-center{text-align: center;}
}
ul.thr-wrap{padding-left: 0;}
ul.thr-wrap li{
    list-style: none;
    display: inline-block;
    position: absolute;
    left: 0px;
}
ul.thr-wrap li:nth-child(2){
    left: 119px;
    top: 35%;
}
ul.thr-wrap li:nth-child(3){
    left: 260px;
    top: 71%;
}
.text-warp h1 , .text-warp h2 , .text-warp h3 , .text-warp h4 , .text-warp h5 , .text-warp h6{ font-weight: bold }
.text-warp .m10{margin-top:10px;}
.text-warp .m20{margin-top:20px;}
.text-warp .m30{margin-top:30px;}
.text-warp .m40{margin-top:40px;}
.text-warp .m50{margin-top:50px;}
.owl-carousel .owl-item{transition: .3s;}
.owl-carousel .owl-item , .owl-carousel .owl-item.active+.owl-item.active+.owl-item.active{ transform: scale(0.8); }
.owl-carousel .owl-item.active+.owl-item.active{ transform: scale(1); }
.owl-prev{    position: absolute; left: 29%; top: 30%;}
.owl-next{    position: absolute; right: 29%; top: 30%;}
.owl-carousel .owl-nav button span {
    background: #edecec;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 37px;
    border-radius: 50%;
    font-size: 60px;
    color: #cccccc;
}
button.owl-dot { outline: 0;}
.owl-theme .owl-nav [class*='owl-']:hover , .owl-carousel .owl-nav button:active, .owl-carousel .owl-nav button:focus{outline: 0; background: none;}
.owl-carousel .owl-nav button:hover span, .owl-carousel .owl-nav button:active span{ transition: .5s; }
.owl-carousel .owl-nav button:hover span, .owl-carousel .owl-nav button:active span{
	background-color: #777;
}
.owl-dots{position: absolute; top: 13px; width: 100%;}
/*owl套件微調*/
.owl-carousel.owl-loaded{padding-top:30px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d89832;
}
/*.owl-item.active+.active.cloned{ transform: scale(1); }
.owl-item , .owl-item.active , .owl-item.active+.active.cloned+.cloned{ transform: scale(0.8); }*/
/*** 文字編輯框共用樣式(end) ***/
.top-banner{width:100%;}
.global-list{width:396px; margin:10px auto;}


@media only screen and (max-width: 991px) {
	ul.thr-wrap li {
	    list-style: none;
	    display: block;
	    position: static;
	    left: 0px;
	    text-align: left;
	    margin-bottom: 20px;
	}
	ul.thr-wrap li:nth-child(2){margin-left: 13%;}
	ul.thr-wrap li:nth-child(3){margin-left: 26%;}
}

@media only screen and (max-width: 768px) {
	ul.thr-wrap li{
		text-align: center;
	}
	ul.thr-wrap li:nth-child(2),ul.thr-wrap li:nth-child(3){margin-left: 0;}

	.global-list{width:80%; margin:10px auto;}
	.about-txt{margin-top:20px; text-align: center; position: static;}
	.about-txt ~ p{margin-top:20px; text-align: center;}
	.owl-prev{left: -20px;}
	.owl-next{right: -20px;}
	.owl-dots { top: 13px;}
	.owl-carousel .owl-item, .owl-carousel .owl-item.active+.owl-item.active+.owl-item.active{transform: scale(1);}
	.owl-carousel .owl-nav button.owl-prev{margin-left: -50px;}
	.owl-carousel .owl-nav button.owl-next{margin-right: -50px;}
}

@media only screen and (max-width: 420px) {
	.owl-carousel .owl-nav button span{
		width:30px;
		height: 30px;
		line-height: 25px;
		font-size: 25px;
	}
	.owl-carousel .owl-nav button.owl-prev{margin-left: -30px;}
	.owl-carousel .owl-nav button.owl-next{margin-right: -30px;}
}


.about-us-title{ background-color: #fd819f; padding:15px 0 0; font-size: 30px;  text-align: center; color:#fff;}
.about-us-title span{ background-color: #fd819f; padding:15px 0; display: block; font-size: 18px; margin-top:-10px;}


/****/
.whats-news{background-color:#f4f4f4; padding-bottom: 100px }
.whats-news .btn-outline-secondary , .offer-project .btn-outline-secondary{ min-width: 300px; margin-top:50px; letter-spacing: 2px }
.card-img-top{height: 0; padding-bottom: 100%;position: relative;}
.card-img-top img{max-width: 100%; max-height: 100%; position: absolute; left: 0; top:0; right:0; bottom:0; margin:auto;}
.card{width: 100%; margin: 20px auto}
a.btn-more {
    color: #8a82db;
    border-left: 2px #8a82db solid;
    padding-left: 10px;
}
a.btn-more:hover {
    color: #271b9a;
    border-left: 2px #271b9a solid;
    text-decoration: none;
}

.offer-project .card{border:0; text-decoration: none; color: #6c757d; transition: .4s;}
.offer-project .card:hover ,.offer-project .card:focus ,.offer-project .card:active{color: #e3350c; text-decoration: none; box-shadow: 0 0 20px rgba(0,0,0,0.2)}
.offer-project .btn-outline-secondary{margin-bottom: 100px}

@media only screen and (max-width: 500px) {
	.whats-news .btn-outline-secondary{min-width: 0; margin-top:20px; margin-bottom: 0;}
	 .offer-project .btn-outline-secondary{min-width: 0; margin-top:-20px; margin-bottom: 40px}
}

/*-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------footer_wrap----------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#footer_wrap {
	width: 100%;
	float: left;
	min-height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1.15em;
	position: relative;
	z-index:10;
}

#footer_wrap #footer {
	max-width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.footerBox {
	float: left;
	width: 30%;
	margin-left: 34%;
	margin-right: 34%;
	margin-top: 60px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 1px) and (max-width: 420px) {

.footerBox {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.footerBox:nth-child(1) {
	text-align: center;
}

.footerBox ul li {
	border-bottom-width: 1px!important;
	border-bottom-style: dashed!important;
	border-bottom-color: #fdecf4!important;
}

.footerBox ul li a {
	width: 50%!important;
}

.customerService {
	/*display: inline-block;
	width: 150px;
	text-align: center;*/
}

.customerService img {
	display: none;
}

.customerService p {
	width: 100%;
	padding-bottom: 5px;
}

}

@media only screen and (min-width: 421px) and (max-width: 800px) {

.footerBox {
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 30px;
	margin-bottom: 30px;
	min-height: 180px;
}

.footerBox:nth-child(2n+1) { /*排列*/
   clear: both;
}

}

.footerBox h4 {
	float: left;
	width: 100%;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 30px;
}

.footerBox h4 span {	
}

.footerBox ul {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.footerBox ul li {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	line-height: 1.4;
	letter-spacing: 1px;
}

.footerBox:nth-of-type(1) ul li {
	padding-right: 40px;
	padding-left: 40px;
}

.footerBox:nth-of-type(2) ul li {
	padding-right: 10px;
	padding-left: 10px;
}

.footerBox:nth-of-type(3) ul li {
	padding-right: 10px;
	padding-left: 10px;
}

.footerBox:nth-of-type(4) ul li {
	padding-right: 10px;
	padding-left: 10px;
}

.footerBox ul li a {
	background-image: url(../images/color/footer_icon1.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	text-decoration: none;
	float: left;
	width: 50%;
	text-indent: 20px;
}

.footerBox ul li a:hover {
	color: #EFD6D1;
}

.footerBox:nth-child(2) ul li a {
	background-image: url(../images/color/footer_icon1.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	text-decoration: none;
	float: left;
	width: 100%;
	text-indent: 20px;
}

.footerBox:nth-child(4) ul li:nth-child(2) {
	border: none;
	color: #FFF;
	text-decoration: none;
	float: left;
	width: 100%;
	text-align: center;
}

.footerBox:nth-child(4) ul li:nth-child(2) a {
	color: #FFF;
	text-decoration: none;
	background-image: none;
	width: 120px;
	border: 1px solid #fff;
	text-indent: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 35px;
	display: inline-block;
	float: none;
}

.footerBox:nth-child(4) ul li:nth-child(2) a img {
	color: #FFF;
	float: left;
	text-decoration: none;
	width: 30px;
	margin-left: 10px;
}

#copyright {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.8em;
	margin-bottom: 10px;
	margin-top: 10px;
}


@media only screen and (min-width: 1px) and (max-width: 1150px) {

.footerBox ul li a {
	width: 100%;
}

#copyright {
	font-size: 0.6em;
}

}

@media only screen and (min-width: 1px) and (max-width: 900px) {

.footerBox h4 {
	font-size: 0.85em;
	font-weight: 700;
}

.footerBox ul li {
	font-size: 0.7em;
}

.footerBox:nth-of-type(1) ul li {
	padding-right: 10px;
	padding-left: 10px;
}

}

@media only screen and (min-width: 901px) and (max-width: 1100px) {

.footerBox h4 {
	font-size: 0.85em;
	font-weight: 700;
}

.footerBox ul li {
	font-size: 0.7em;
}

.footerBox:nth-of-type(1) ul li {
	padding-right: 10px;
	padding-left: 10px;
}

}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {

.footerBox h4 {
	font-size: 1em;
}

.footerBox ul li {
	font-size: 0.72em;
}

.footerBox:nth-of-type(1) ul li {
	padding-right: 10px;
	padding-left: 10px;
}

}

@media only screen and (min-width: 1201px) {

.footerBox h4 {
	font-size: 1em;
}

.footerBox ul li {
	font-size: 0.8em;
}

}
/*-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------footer_wrap 結束----------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

footer{ background-color: #fd819f; position: relative; color: #aeadad;}


.gotoheader{position: fixed; right:10px; bottom:40px; z-index: 300; transform: translateY(130px); transition: .4s; }
.gotoheader.hasScrolled{position: fixed; right:10px; bottom:40px; z-index: 300; transform: translateY(0); }




/*===== 內頁 共用 =====*/
.breadcrumb-wrap{font-size: 13px; text-align: right; list-style: none; margin-right: 15px; padding-top:10px;}
.breadcrumb-wrap a , .breadcrumb-wrap li{color: #929292;}
.breadcrumb-wrap li{display: inline-block;}
.breadcrumb-wrap li+li:before{content: '|'; display: inline-block; font-size: 12px; margin: 0 5px;}





.family-tree a{ background:#fff;}

.family-tree{
	width: 1610px;
    margin: 0 auto;
    position: relative;
  overflow:hidden;
}
.tree{margin:0 auto;
  text-align:center;
}
.tree ul {
	padding-top: 20px; position: relative;
	padding-left:0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}
.tree li:only-child{ padding-top: 0;}

.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}
.tree li a , .family-tree > a{
	width:182px;
	height:86px;
	overflow:hidden;
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	text-align: center;
	display: inline-block;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.s-family-tree-wrap .tree li a {
	width:170px;
	padding-left: 0;
	padding-right:0;
}
.tree .left-line a:hover, .tree .left-line a:hover+ul li a {
	background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
.tree .right-line a:hover, .tree .right-line a:hover+ul li a {
	background: #dcd1a9; color: #000; border: 1px solid #94a0b4;
}

@media (max-width: 768px){
	.organization-wrap .nav-pills .nav-link{padding-left:0; padding-right:0;}
}

@media (min-width: 563px){
	.b-family-tree-wrap{display: block;}
	.s-family-tree-wrap{display: none;}
}
@media (max-width: 562px){
	.b-family-tree-wrap{display: none;}
	.s-family-tree-wrap{display: block;}
	.slide_prompt{display: none !important;}
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}

.tree ul h3 , .tree ul p , .family-tree > a h3 , .family-tree > a p{margin:2px 0; color: #575757; font-size: 12px;}
.tree .left-line a{border-color:#060690}
.tree .left-line a{border-color:#060690}
.tree .left-line li:after {border-color:#060690}
.tree .left-line li:before , .tree ul .left-line ul::before , .tree .left-line ul ::before {border-color:#060690}

.tree .right-line a{border-color:#af8b08}
.tree .right-line li:after {border-color:#af8b08}
.tree .right-line li:before, .tree ul .right-line ul::before  , .tree .right-line ul ::before {border-color:#af8b08}

.lineMoney:before {
  content: attr(data-lineMoney);
  position:absoult;
}
.left-line .lineMoney:before , 
.right-line .lineMoney:before{
    content: attr(data-lineMoney);
    position: absolute;
}
.left-line .lineMoney:before {
  right: 13px;
  top: -18px;
  color:#060690;
}
.right-line .lineMoney:before {
    left: 13px;
    top: -18px;
  color:#af8b08;
}
.left-line .lineMoney.sright-line:before {
  right:auto;
  left:13px;
}
.right-line .lineMoney.sleft-line:before {
  left:auto;
  right:13px;
}
body > a.lineMoney{text-align:center; position: absolute;left:50%; top:0;}
body > a.lineMoney:before{content:none;}
body > a h3 , body > a p{margin:2px;}

.family-tree > a{position: absolute; }

.family-tree > a.lineMoney:before{content: none;}
.family-tree-wrap{width:100%; overflow-y:auto}
article{min-height: calc(100vh - 615px )}

/*=========================================*/


.scroll-wrap{width:100%; overflow-x: auto;}
.scroll-wrap-main{ margin:0 auto;}

.slide_prompt{text-align: center;margin: 10px 0;font-size: 14px;color:#a7a7a7;width:100%; left: 0; display: none}

.slide_prompt .fa-angle-double-right{
	animation: slide_prompt_r 1s linear 0s infinite normal;
	/* Firefox: */
	-moz-animation: slide_prompt_r 1s linear 0s infinite normal;
	/* Safari 和 Chrome: */
	-webkit-animation: slide_prompt_r 1s linear 0s infinite normal;
	/* Opera: */
	-o-animation: slide_prompt_r 1s linear 0s infinite normal;
}

.slide_prompt .fa-angle-double-left{
	animation: slide_prompt_l 1s linear 0s infinite normal;
	/* Firefox: */
	-moz-animation: slide_prompt_l 1s linear 0s infinite normal;
	/* Safari 和 Chrome: */
	-webkit-animation: slide_prompt_l 1s linear 0s infinite normal;
	/* Opera: */
	-o-animation: slide_prompt_l 1s linear 0s infinite normal;
}

@keyframes slide_prompt_r
{
0%   {transform: translate(0px,0px);opacity: 1;}
100% {transform: translate(15px,0px);opacity: .3;}
}

@-moz-keyframes slide_prompt_r /* Firefox */
{
0%   {transform: translate(0px,0px);opacity: 1;}
100% {transform: translate(15px,0px);opacity: .3;}
}

@-webkit-keyframes slide_prompt_r /* Safari 和 Chrome */
{
0%   {transform: translate(0px,0px);opacity: 1;}
100% {transform: translate(15px,0px);opacity: .3;}
}

@-o-keyframes slide_prompt_r /* Opera */
{
0%   {transform: translate(0px,0px);opacity: 1;}
100% {transform: translate(15px,0px);opacity: .3;}
}

/*向左*/
@keyframes slide_prompt_l
{
0%   {transform: translate(0px,0px);opacity: 1;}
100% {transform: translate(-15px,0px);opacity: .3;}
}

@-moz-keyframes slide_prompt_l /* Firefox */
{
0%   {transform: translate(0px,0px);opacity: 1;}
100% {transform: translate(-15px,0px);opacity: .3;}
}

@-webkit-keyframes slide_prompt_l /* Safari 和 Chrome */
{
0%   {transform: translate(0px,0px);opacity: 1;}
100% {transform: translate(-15px,0px);opacity: .3;}
}

@-o-keyframes slide_prompt_l /* Opera */
{
0%   {transform: translate(0px,0px);opacity: 1;}
100% {transform: translate(-15px,0px);opacity: .3;}
}



/*========= memberlogin  ==============*/
.memberlogin-title{color: #787676; font-size: 16px; border-bottom: 1px #787676 solid; max-width:500px; margin:20px auto; padding-bottom: 10px; }
.memberlogin-title img{vertical-align: text-bottom;}

.memberlogin-form{max-width:500px; margin: 20px auto; text-align: left;}
.memberlogin-form-title{text-align: right; color: #a6a5a5}
.memberlogin-form-title span{ display: block; }
.memberlogin-form input{ padding:6px 10px;margin:4px 0; display: block; width: 100%; box-sizing: border-box; border:1px solid #c8c8c8;}
.memberlogin-form input.code{width: 100px; display: inline-block;}
.memberlogin-form .row > div{margin-bottom: 10px;}

a.btn-outline-secondary.btn-default{border:1px solid #cccaca; color: #575757; border-radius: 0; padding-left: 55px; padding-right: 55px;}
a.btn-outline-secondary.btn-default:hover , a.btn-outline-secondary.btn-default:focus , a.btn-outline-secondary.btn-default:active{ color:#fff; box-shadow: none;background-color: #6c757d}
.btn-wrap{margin:40px auto 80px; text-align: center;}
@media (max-width: 767px){
	.memberlogin-form-title{text-align: left;}
	.memberlogin-form-title span{ display: inline-block; margin-left: 5px; }
}



/*========= member centre  ==============*/
.membercentre-list , .bonus-list{margin:40px auto 80px;}
.membercentre-list > div , .bonus-list > div{margin: 0; padding:0;}
.big-btn {background: #efefef; text-align: center; display: block; color: #fff; font-size:30px; padding:20px 0; line-height: 140%; transition: .5s;}
.big-btn:hover {text-decoration: none; color: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.2)}
.big-btn span{display: block;}
.membercentre-btn1{background-color: #14a789}
.membercentre-btn2{background-color: #f4bb21}
.membercentre-btn3{background-color: #289cd1}
.membercentre-btn4{background-color: #1978c2}
.membercentre-btn5{background-color: #d9631b}
.membercentre-btn6{background-color: #710bb8}
.membercentre-btn7{background-color: #e32772}
.membercentre-btn8{background-color: #d0060f}
.membercentre-btn1:hover{background-color: #0c6654}
.membercentre-btn2:hover{background-color: #957314}
.membercentre-btn3:hover{background-color: #185f80}
.membercentre-btn4:hover{background-color: #104a77}
.membercentre-btn5:hover{background-color: #853d12}
.membercentre-btn6:hover{background-color: #450771}
.membercentre-btn7:hover{background-color: #8d1948}
.membercentre-btn8:hover{background-color: #7f0309}
.big-btn .money{line-height: 280%;}
@media (max-width: 1024px){
	.membercentre-wrap .big-btn span{ font-size: 24px; line-height: 28px;}
	.bonus-wrap .big-btn span{ font-size: 26px; line-height: 28px;}
	.membercentre-wrap .big-btn .money{line-height:235%;}
	.membercentre-list, .bonus-list{margin-top:0;}
	.membercentre-wrap.container ,.bonus-wrap.container{padding-left: 0; padding-right: 0; max-width: 100%}
	.sbonus-list{margin-left:15px !important; margin-right:15px !important;}
	.bonus-wrap .big-btn .bonus-info{margin-top: 80px; font-size:16px;}
	.bonus-title{margin-bottom: 5px;}
}
@media (max-width: 768px){
	.membercentre-wrap .big-btn span{ font-size: 20px; }
	.membercentre-wrap .big-btn img{ max-width: 80%; }
	.bonus-wrap .big-btn .bonus-info{margin-top: 80px; font-size:16px;}
}
@media (max-width: 420px){
	.bonus-wrap .big-btn span{ font-size: 22px;}
	.bonus-wrap .big-btn .bonus-info{margin-top: 30px; font-size:12px;}
}

/*========= modify  ==============*/
.gray-bg{background-color: #f7f7f7; padding:20px 0;}
.modify-title{text-align: right}
.modify-wrap {color: #a6a5a5; margin-top:30px;}
.modify-wrap .row{margin-bottom: 10px;padding:5px 0;}
.modify-wrap strong{font-weight: bold; color:#000000;}
.modify-wrap input{border:1px #c8c8c8 solid; color: #515050; padding:0 5px; box-sizing: border-box;}
.modify-wrap input[type="radio"]{margin-right: 4px;}
.modify-wrap select{display: block;width:100%; box-sizing: border-box;}
.modify-wrap .short{width: 80px;}
.modify-wrap .long{width:calc(100% - 113px);}
.modify-wrap .gray-bg .long{width:calc(100% - 85px);}
.modify-wrap label{display: inline-block;margin-right: 10px;}
.modify-wrap ol{margin-left:-23px;}
.modify-wrap ol li{color: #575757;}
.modify-wrap small{margin-left: 5px;}
@media (max-width: 767px){
	.modify-wrap .modify-title{text-align: left}
}

/*****/
.register-wrap .long {
    width: calc(100% - 150px);
}
.register-wrap .long.email {
    width: calc(100% - 68px);
}
.modify-wrap select.select-auto{max-width: 187px}


.register-tree .family-tree{ width:1270px; }
.register-tree .tree li input, .register-tree .family-tree > input{ width:60px; height: 36px; font-size: 14px; padding:0 5px; border-radius: 5px; text-align: center;}
.register-tree .family-tree .left-line input{ border:1px #060690 solid;}
.register-tree .family-tree .right-line input{ border:1px #af8b08 solid;}
.register-tree .tree ul h3, .register-tree .tree ul p, .register-tree .family-tree > a h3, .register-tree .family-tree > a p{ font-size: 16px}

.register-tree ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c00606;
}
.register-tree ::-moz-placeholder { /* Firefox 19+ */
  color: #c00606;
}
.register-tree :-ms-input-placeholder { /* IE 10+ */
  color: #c00606;
}
.register-tree :-moz-placeholder { /* Firefox 18- */
  color: #c00606;
}
.register-info{margin:40px 0 80px;}
.register-info h3{ font-size: 18px; color: #f11025; }
.register-info li{color: #575757; margin-top:5px;}


