@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url("owl.carousel.css");
@import url("owl.carousel2.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-size:1rem;
	line-height: 180%;
	margin: 0;
	padding: 0;
	color:#333;
	text-align: left;
	font-family: 'Noto Sans TC','sans-serif','Microsoft JhengHei';
	letter-spacing	:1px;
	font-weight: 400;

}
p{
	font-family: "Noto Sans TC",Arial,Helvetica,'Microsoft JhengHei',serif;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a, a:hover, a:active {
	text-decoration:none !important;
}
strong {
	font-weight: bold;
}

img {border:0px;}

#topcontrol { z-index:99999;}

li{
	list-style: none !important;
}


@keyframes bounce {  
    50% {
        transform: translateY(25px);
    }
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.show--mobile {
	display: none;
}
.mainScreen {
	width: 100% !important;
	max-width: 1160px !important;
}

.nav-logo{
	height: 33px;
    border-right: 1px solid #000;
    padding-right: 20px;
    margin-right: 20px;
}
.bmg-logo{
	height: 43px;
}
.logo-gmb-t {
	font-size: 1.5rem;
	line-height: 1.2rem;
	padding-left: 5px;
}
.logo-gmb-t a,.logo-gmb-t a:hover,.logo-gmb-t a:active{
	color: #333;
}
.logo-word{
	vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 10px;
    display: inline-block;
}
.wrapper { 
	width:100%; 	 
	margin:0 auto;  
	position: relative;
	overflow: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 1279px) {
    .container {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 767px) {
    .container {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}
.kv {
  position: relative;
  background: url("../images/kv.jpg");
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  height: 698px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
}

@media (max-width: 1899px) {
  .kv {
    height: 38vw;
    background-size: 100% 100%;
  }
}

@media (max-width: 1279px) {
  .kv {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .kv {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .kv {
    padding-top: 6vw;
    padding-bottom: 44%;
    text-align: center;
    height: auto;
    background: url("../images/mob_kv.jpg"), #f3f9fe;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.kv-title {
    font-size: 3.75rem;
    font-weight: 700;
    color: #333333;
    line-height: 1.2;
    text-align: left;
}
@media (max-width: 767px) {
    .kv-title {
        font-size: 2.25rem;
		text-align: center;
    }
}
@media (max-width: 991px) {
    .kv-title {
        font-size: 2.25rem;
    }
}
@media (max-width: 1279px) {
    .kv-itle {
        font-size: 3rem;
    }
}

/*文字im*/
.en-txt{
	 font-family: "Roboto", sans-serif;
}
.im-txt{
	font-size: 3rem;
	color: #1d9c58;
}
.im-txt-green{
	font-weight: bold;
	color: #1d9c58;
}

.kv-text {
    font-size: 2.43rem;
    font-weight: 500;
    color: #707070;
    line-height: 1.389;
    margin-top: 20px;
}
@media (max-width: 1279px) {
    .kv-text {
        font-size: 1.5rem;
		margin-top: 10px;
    }
}
.kv-chara img {	
	max-width: 1241px;
	width: 100%;
}
@media all and (max-width: 1241px){ 
	.kv_bg {
		position: absolute;
		text-align: center;
		top: 150px;
		z-index: 1;
		width: 100%;
	}
}

.kv-btn {
    margin-top: 25px;
}
.kv-btn .btn {
    width: 200px;
    height: 64px;
    line-height: 64px;
    font-size: 1.875rem;
    background-color: #1d9c58;
    color: white;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media (max-width: 1279px) {
    .kv-btn .btn {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 1.25rem;
    }
	.kv-btn {
    margin-top: 15px;
}
}
.sec-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    color: #333333;
    padding-bottom: 36px;
    position: relative;
}
.sec01{
	position: relative;
    background: url(../images/sec01bg.jpg) #e3e6ff;
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
	padding-bottom: 2rem;
    padding-top: 36px;
}
@media (max-width: 767px) {
    .sec01 {
    padding-top: 0;
	background-size: cover;
    }
}

#main_out{
	width:100%; 
	position: relative; 
	margin:0 auto;  
	overflow:hidden; 
	z-index: 9;
	padding: 0 0 5rem 0 ;
	background-color: #fff;
}

.title-im {
	font-size: 4rem;
	font-weight: bold;
	color: #00994e;
}




.analysis-text-lead-strong {
	background: #ffc900;
    margin-right: 2px;
    padding: 2px 3px 2px 3px;
}

	

	

.invest{
	width: 100%;
	position: relative;
	background-image:  linear-gradient(rgba(242, 238, 235, 0.5), rgba(242, 238, 235, 0.5)), url(../images/sec02bg2.png);
	background-size: contain;
	margin: 0 auto;
}

.invest_list {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5rem;
	position: relative;
	display: flex;
	    align-items: flex-start;
}

@media (max-width: 767px){

}

.invest_item {
	width: 70%;
	margin: 0 auto;

}

.invest_item .list {
	display: flex;
	margin: 1rem auto;
	line-height: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: dashed #c8e2db 1px;
	justify-content:space-between;
	align-items: center;
}


.invest1 {
	display: flex;
	width: 100vw;
}
.invest_title {
	width: 70%;
	text-align: center;
	margin: 5rem auto 1rem auto;
}
.invest_title h1 {
	color: #ff8c5a;
	font-size: 1.5rem;
	font-weight: bold;

}

.invest_item .list p {
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;

}
.invest_item .list p a:hover{
	color: rgb(10 10 10 / 70%);
}
.invest_item .list .btn a{
	color: #000;
    letter-spacing: 2px;
    display: flex;
    font-size: 0.9rem;
    line-height: 1.5rem;
    position: relative;
    text-align: center;
    z-index: 2;
    width: 100%;
    justify-content: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    align-items: center;
    border: 1px solid #333333;
	border-radius: 0.5rem;
	padding: 0.5rem 0.8rem;
}

.invest_item .list .btn > a:hover, 
.invest_item .list .btn > a:focus, 
.invest_item .list .btn > a:active {
	background-color: #fff;
	color: #333333;
	background-repeat: no-repeat;
	background-position: center center;
}

.invest_item .list li{
	display: flex;
}

.invest_list .title {
	width: 100%;
	position: relative;
	z-index: 9;
	margin: 0 auto;
	min-width: 200px;
	padding-top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
}

.invest_list .title > li{
    letter-spacing: 2px;
    font-size: 2rem;
    position: relative;
	text-align: center;
	font-weight: 900;
	justify-content: center;
	align-items: center;
	line-height: 100%;
	background-color: #1d9c58;
	border-radius: 1rem;
	margin: 1rem;
	
}


.invest_list .title > li a:hover{
	padding: .6rem .8rem;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    border: 2px solid #1d9c58;
	border-radius: 1rem;
    background: white;
}
.invest_list .title > li.here a{
    display: inline-block;
    position: relative;
	padding: .6rem .8rem;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    background: white;
    border: 2px solid #1d9c58;
	border-radius: 1rem;
    text-decoration: none;

}
.invest_list .title > li.here a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px; /* 跟著縮小 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #1d9c58;
}

.invest_list .title > li.here a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px; /* 也跟著縮小 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
}


.invest_list .title > li a{
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 1rem;
	padding: .6rem .8rem;
	display: flex;
	justify-content: center;
    align-items: center;
	color: #fff;
}

.invest_list .title > li h1 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 3rem;
}
.invest_list .title > li h2 {
	font-size: 1rem;
	line-height: 1rem;
}

.s2pic img {
	width: 100%;
	max-width: 30px;

}
.li {
		list-style: none !important;
}


.highlight {
    color: #1d9c58;
    font-weight: bold;
	font-size: 2rem;
}
@media (max-width: 1060px) {
    .highlight {
        font-size: 1.5rem;
    }
}

.sec01-out{
	width: 70%;
	margin: 0 2rem;

}
.sec01-out h2{
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	padding: 1rem 1.5rem;
	background-color: #1d9c58;
	font-weight: bold;
	border-radius: 99rem;
}
.sec01-out p{
	font-size: 1.2rem;
}
.sec01-out li{
	margin-top: .5rem;
}
.sec01-out .sub-t {
	font-weight: bold;
}



.sec01-pic {
	padding-right: 1rem;
	width: 25%;
	text-align: center;
}
.sec01-pic img{
	width: 100%;
	max-width: 350px;
}

.sec02{
	position: relative;
    background: url(../images/sec02bg.jpg) repeat;
    background-position: center top;
    background-size: auto;
    padding-bottom: 590px;
}
@media (max-width: 1060px) {
    .sec02 {
		padding-top: 2rem;
    }
}
@media (max-width: 900px) {
    .sec02 {
		padding-bottom: 60vw;
    }
}
.sec02::after{
	content: " ";
    display: block;
    background: url(../images/sec01-chara.png);
    background-position: center bottom;
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 800px;
    pointer-events: none;
}
@media (max-width: 1060px) {
    .sec02::after {
		    background-size: 140%;
    }
}
.title{
	padding-top: 2rem;
}
.sec02-mob{
	display: none;
}
.s2-pc{
	display: inline-block;
}
.sec02-out{
	display: flex;
	justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    width: 100%;
	max-width: 1200px;
	    align-items: stretch;
}
.sec02-list-block {
	display: flex;
	justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
align-items: stretch;
    width: 100%;
	margin: 1rem;
}
@media (max-width: 767px) {
    .sec02-list-block  {
	margin: .5rem;
    }
}
.sec02-list{
	width: 100%;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding: 2rem;
	justify-content: center;
	align-items: stretch;
	background-image: url(../images/icon01.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 10px;
	align-content: space-between;
}
.sec02-list li{
	margin-bottom: 10px;
	width: 100%;
}
.sec02-star{
	width: 100%;
	text-align: left;
}
.sec02-star img{
	width: 24px;
}
.sec02-txt-out{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.sec02-txt{
	font-size: 1.3rem;
	text-align: left;
}
.sec02-qr{
	width: 100%;
	text-align: center;
}
.sec02-qr img{
	width: 100%;
	max-width: 200px;
}
.sec02-btn{
	text-align: center;
}
.sec02-list .btn-b{
	background-color: #00283d;
	line-height: 2rem;
    font-size: 1.25rem;
	color: #fff;
}
@media (max-width: 767px) {
    .sec02-list .btn-b {
	font-size: 1rem;
	line-height: 1.5rem;
    }
}
.sec02-list .btn {
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	width: 100%;
    height: 50px;
    line-height: 50px;
}
.sec02-list .btn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.blue{
	border: 4px solid #e8f5fd;
    -webkit-box-shadow: 5px 4px 0 rgba(232, 245, 253, 0.8);
    box-shadow: 5px 4px 0 rgba(232, 245, 253, 0.8);
}
.green{
	border: 4px solid #e8f7ef;
    -webkit-box-shadow: 5px 4px 0 rgba(213, 253, 232, 0.8);
    box-shadow: 5px 4px 0 rgba(213, 253, 232, 0.8);
}
.purple{
	border: 4px solid #f2f3ff;
    -webkit-box-shadow: 5px 4px 0 rgba(219, 222, 255, 0.8);
    box-shadow: 5px 4px 0 rgba(219, 222, 255, 0.8);
}
.titlesvg {
	display: flex;
	align-items: center;
}

.titlesvg .pic img{
	max-width: 50px;
	width: 100%;
}

.qa_outer {
	width: 100%;
	background: url(../images/qa3bg.jpg);
	position: relative;
	background-size: cover;
}
.qa {
	margin: 0 auto;
	width: 100%;
	max-width: 1240px;
	padding: 5rem 2rem;
}
.qa_set{
	margin:1rem auto;
	background-color: #fff;
}
.qa_outtitle h1{
	font-size: 2rem;
    font-weight: bold;
    line-height: 2.5rem;
    text-align: center;
	margin: 2rem auto 5rem auto;
}
.qa_title {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	background-color: #e8f7ef;
	padding: 1.5rem 1rem;
}
.qa_title h2{
	font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: bold;
}
.qa_title .arrow{
	width: 20px;
}
.qa_content {
	border: 0;
    margin-left: 20px;
    margin-top: 0px;
    font-weight: 300;
    font-size: 1.1rem;
	background-color: #fff;

}
.qa_content p {
	padding-left: 10px;
	color: #333;
	padding: 1.5rem .5rem;
	line-height: 2rem;
}
#qa02_arrow.on,#qa03_arrow.on,#qa04_arrow.on,#qa05_arrow.on,#qa06_arrow.on,#qa07_arrow.on,#qa08_arrow.on{
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
#qa01_arrow.on{
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}
#qa01_arrow{
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.qa01_con.show, .qa02_con, .qa03_con, .qa04_con, .qa05_con, .qa06_con, .qa07_con, .qa08_con{
	height: 0;
	overflow: hidden;
}
.qa02_con.show, .qa03_con.show, .qa04_con.show, .qa05_con.show, .qa06_con.show, .qa07_con.show, .qa08_con.show{
	height: auto;
}
.qa01_con{
	height: auto;
}
.qa_link{
	margin: 2rem auto;
}
.qa_link a{
	padding: 2rem 2rem 2rem 0;
	color: #a7a7a7;
	font-size: 1rem;
	text-decoration: underline !important;
}
.qa_link a:hover{
	color: #ededed;
}
.invest_list .title2 {
	margin: 2rem auto;
	width: 100%;
	max-width: 1200px;
	text-align: center;
}

.invest_list .title2 h1 {
	font-size: 2rem;
	color: #4bb2a1;
	line-height: 2.2rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}
.invest_list .title2 h2 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: bold;
}

.artilist .title2 h2 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: bold;
}

.artilist .title2 {
	margin: 2rem auto;
	width: 100%;
	max-width: 1200px;
	text-align: center;
}

.artilist .title2 h1 {
	font-size: 2rem;
	color: #000;
	line-height: 2.2rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}

.owl-dots {display: none;}
.footer-more{
	width: 100%;
    margin: 0 auto;
    display: flex;
    background: #dadada;
	padding-top: 3rem;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.invest_warning {
	width: 100%;
	max-width: 1240px;
	margin: 1rem auto;
	background-color: #dadada;
}

.invest-warning-msg {
    margin-top: 0;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    height: 40px;
    margin: 10px 0;
}
.invest-warning-msg p a{
	text-decoration:underline;
	color: #51BA7E;
}
.invest-warning-msg.show {
	height: auto;
}
.open-warning-msg{
	cursor: pointer;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    position: relative;
}
.invest-warning-msg{
	line-height: 1.2rem;
	word-break: break-all;
}
.pc { width:100%; }
.signout .pc {
	max-width: 1080px;
}

/*arrow*/
.owl-carousel .owl-nav button.owl-prev,.owl-carousel3 .owl-nav button.owl-prev,.owl-carousel4 .owl-nav button.owl-prev,.owl-carousel5 .owl-nav button.owl-prev{ 
	position: absolute;
	z-index:9; 
	background: url("../images/arw_pre.png") no-repeat; 
	bottom: 35%; 
	width:52px; 
	height: 110px;
	left: calc( 50% - 600px); 
	}
.owl-carousel .owl-nav button.owl-next,.owl-carousel3 .owl-nav button.owl-next,.owl-carousel4 .owl-nav button.owl-next,.owl-carousel5 .owl-nav button.owl-next{ 
	position: absolute;
	z-index:9; 
	background: url("../images/arw_next.png") no-repeat; 
	bottom: 35%; 
	width:52px; 
	height: 110px;
	right: calc( 50% - 600px);
}
.owl-prev span, .owl-next span{ display:none}
.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover{ opacity: 1;}
.owl-next:focus, .owl-prev:focus {outline: none;}
.owl-carousel6 .owl-nav button.owl-prev{ 
	position: absolute;
	z-index:9; 
	background: url("../images/arw_pre.png") no-repeat; 
	bottom: 35%; 
	width:52px; 
	height: 110px;
	left:-20px; 
}
.owl-carousel6 .owl-nav button.owl-next{ 
	position: absolute;
	z-index:9; 
	background: url("../images/arw_next.png") no-repeat; 
	bottom: 35%; 
	width:52px; 
	height: 110px;
	right: -20px;
}
#cp
{width:100%;
	letter-spacing:.2rem;
	line-height:1.8rem;
	text-align: center; 
	padding:40px; 
	position: relative;
	font-size :0.8rem;
	margin:0 auto; 
	color:#000;
	z-index:9;}

#ct1,#ct2,#ct3,#ct4,#ct5,#ct6,#ct7,#ct8
{	cursor:pointer; list-style:none;}
	
pre {
white-space: pre-wrap;
word-wrap: break-word;
margin-bottom: 1rem;
}

.fat-nav{display: none}
.titleout{width: 100%; margin: 0 auto;}
.hash{
	color: #00376b;
}

.row { margin-left:-15px; margin-right:-15px;}

/*----------------------------- 
MENU
------------------------------*/


#top-bar{
	display:block;
	width:100px;
	position:fixed;
	top:100px;
	z-index:99;
	right:20px;
	background-color: #00a2ff;
	border-radius: 999rem;
}
.mob{
	display: none !important;
}
.cate_mob {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}


@-webkit-keyframes hvr-bob {
	0% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
	50% {
	  -webkit-transform: translateY(-1px);
	  transform: translateY(-1px);
	}
	100% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
  }
  @keyframes hvr-bob {
	0% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
	50% {
	  -webkit-transform: translateY(-1px);
	  transform: translateY(-1px);
	}
	100% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
  }
  @-webkit-keyframes hvr-bob-float {
	100% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
  }
  @keyframes hvr-bob-float {
	100% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
  }
  .hvr-bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
  }


  @-webkit-keyframes bob {
	0% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
	50% {
	  -webkit-transform: translateY(-4px);
	  transform: translateY(-4px);
	}
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  @keyframes bob {
	0% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
	50% {
	  -webkit-transform: translateY(-4px);
	  transform: translateY(-4px);
	}
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  @-webkit-keyframes hvr-bob-float {
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  @keyframes hvr-bob-float {
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  .bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-animation-name: bob;
	animation-name: bob;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction:  alternate;
	animation-direction: alternate;
  }  
@media all and (max-width: 1060px){ 
	.show--mobile{
		display: block;
	}
.main{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#main_out{
	padding-top: 2rem;
	top:0px;
	padding-left: 2.66667vw;
	padding-right: 2.66667vw;
	padding-bottom: 2rem;
	margin: 0;
	background-image: none;
	background-color: #f6f4f1;
}
.cubre-o-textContent {
	text-align: center;
}
#start .txt {
	flex-wrap: wrap;
	justify-content:center;
}
#start .txt p {
	text-align: left;
	padding:1rem
}
#start .btn,.invest .btn2 {
	width: 50%;
}

#start .pic {
	max-width: 40px;
}
.titlesvg h1 {
	font-size: 2rem;
}

.invest_list .title > li h1{
	font-size: 1.2rem;
}
.titlesvg .pic img{
	max-width: 40px;
}
.artilist {
	margin: 2rem auto;
}

.sec01-out{
	width: auto;
}
.sec01-pic{
	padding: 0 1rem 0 0;
	width: auto;
}
.invest_list .title {
	margin: 0 .5rem 0 0;
	min-width: 15vw;
}
.title{
	padding-top:0 ;
}
.invest_list .title > ul a {
	padding: 1rem !important;
}
.invest_list {
	padding:0;
	margin: 0 auto ;
	padding-top: 0;
	padding-bottom: 2rem;
}
.invest{
	margin: 0 auto;
}
.invest1 {
	margin: 0 .5rem;
	width: 80vw;
}

.invest_item {
	width: 90%;
}

.invest_item .list p {
	width: 80%;
}
.invest_item .list .btn {
	width: 20%;
}
.invest_title h1 {
	line-height: 1.9rem;
}
.invest_title {
	margin: 1rem auto;
	text-align: left;
	width: 100%;
	padding: 1rem;
}
.sec01-pic img {
	max-width: 300px;
}

.invest_list .title > ul h1 {
    font-size: 1rem;
    line-height: 1.2rem;
	letter-spacing: 0rem;
}

.invest_list .title > ul h2 {
	font-size: 0.8rem;
}

.pc {display: none;}
.mob_top { width:100%; display:block;}
.mob_top img { width:100%;}
#top{ width:100%; position:relative; margin:0 auto 20px auto; height:auto; cursor:auto; background-image: none}

#cp,.cp_i  { width:100%; 
	padding: 10px;
	background-image: none; 
	background-color: #363636; 
	color: #fff; 
	font-weight: normal; 
	text-shadow: none;
	line-height: 1.1rem;
}
.mob{
	display: inline-block !important;
}

#main_cont {
	flex-wrap: wrap;
}

/*arrow*/
.owl-carousel .owl-nav button.owl-prev,.owl-carousel3 .owl-nav button.owl-prev,.owl-carousel4 .owl-nav button.owl-prev,.owl-carousel5 .owl-nav button.owl-prev{ 
	position: absolute;
	z-index:9; 
	background: url("../images/arw_pre.png") no-repeat ; 
	background-size: 50% 100%;
	bottom: 35%; 
	height: 55px;
	left: -3vw; 
}
.owl-carousel6 .owl-nav button.owl-prev{
	position: absolute;
	z-index:9; 
	background: url("../images/arw_pre.png") no-repeat ; 
	background-size: 50% 100%;
	bottom: -5%; 
	height: 55px;
	left: 0; 
}
.owl-carousel7 .owl-nav button.owl-prev{
	position: absolute;
	z-index:9; 
	background: url("../images/arw_pre.png") no-repeat ; 
	background-size: 50% 100%;
	bottom: -5%; 
	width: 55px;
	height: 55px;
	left: 0; 
}
.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	z-index:9; 
	background: url("../images/arw_pre.png") no-repeat ; 
	background-size: 50% 100%;
	bottom: 35%; 
	height: 55px;
	left: 0vw; 
}
.owl-carousel6 .owl-nav button.owl-next{
	position: absolute;
	z-index:9; 
	background: url("../images/arw_next.png") no-repeat 7px; 
	background-size: 50% 100%;
	bottom: -5%; 
	height: 55px;
	right: -3vw;
}
.owl-carousel7 .owl-nav button.owl-next{
	position: absolute;
	z-index:9; 
	background: url("../images/arw_next.png") no-repeat 20px; 
	background-size: 50% 100%;
	bottom: -5%; 
	width: 55px;
	height: 55px;
	right: -3vw;
}
.owl-carousel .owl-nav button.owl-next{
	position: absolute;
	z-index:9; 
	background: url("../images/arw_next.png") no-repeat 7px; 
	background-size: 50% 100%;
	bottom: 35%; 
	height: 55px;
	right: -3vw;
}
.owl-carousel3 .owl-nav button.owl-next,.owl-carousel4 .owl-nav button.owl-next,.owl-carousel5 .owl-nav button.owl-next{ 
	position: absolute;
	z-index:9; 
	background: url("../images/arw_next.png") no-repeat 7px; 
	background-size: 50% 100%;
	bottom: 35%; 
	height: 55px;
	right: -5vw;
}

#topcontrol,.more { display: none;}
	.sec02-list .btn-b{
    font-size: 1rem;
	}
}

@media all and (max-width: 1600px) and (min-width:1061px) { 
	.kv img {
		width: 50%;
		max-width: 647px;
	}
}

@media all and (max-width: 900px){ 
	.owl-carousel3 .owl-nav button.owl-next,.owl-carousel4 .owl-nav button.owl-next,.owl-carousel5 .owl-nav button.owl-next{ 
		right: -5vw;
	}
	.owl-carousel6 .owl-nav button.owl-prev{
		bottom: 200px; 
	}
	.owl-carousel6 .owl-nav button.owl-next{
		bottom: 200px; 
	}
	.owl-carousel7 .owl-nav button.owl-prev{
		bottom: 200px; 
	}
	.owl-carousel7 .owl-nav button.owl-next{
		bottom: 200px;
		background: url("../images/arw_next.png") no-repeat -5px;  
		background-size: 50% 100%;
	}
	.step .title2{
		padding: 1rem;
	}
	.ytout li h1 {
		padding:0 20px;
	}
	.invest_list{
		padding: 0;
	}
	.invest_list .title {
		min-width: 150px;
	}
	.sec01-pic img {
		max-width: 250px;
	}
}

@media all and (max-width: 767px){ 
	.invest_list {
		flex-direction: column;

	}
	.invest_list .title{
		display: flex;
		min-width: auto;
		justify-content: center;
		 align-items: center;
	}
	.invest_list .title > li.here a::before {
  content: "";
  position: absolute;
  top: 67px;
  left: 50%;             /* 定位到中間 */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #1d9c58;   /* 外層框線 */
	}	
	.invest_list .title > li.here a::after {
  content: "";
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;      /* 蓋上白色，形成中空效果 */
	}	
	.sec-title{
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	.invest1{
		width: 75vw;
		margin: 2rem auto 0 auto;
		flex-direction: column-reverse;
	}
	.sec01-pic {
		padding: 1rem;
		margin-top: 1rem;
		text-align: center;
	}
	.invest_list .title > li{
		margin: .3rem;
	}
	.sec02-out {
		flex-wrap: wrap;
	}
	.sec02-list{
		flex-wrap: nowrap;
	}
	.sec02-qr{
		width: auto;
	}
	.sec02-btn{
		order: 1;
	}
	.sec02-qr{
		order: 2;
	}
	.sec02-qr img{
		max-width: 100px;
	}
	.sec02-list{
		justify-content: space-around;
		padding: 3rem 2rem 2rem 3rem;
	}
	.sec02-mob{
		display: inline-block;
	}
	.s2-pc{
		display: none;
	}
	.sec02-txt{
		width: 100%;
	}
	.sec02-txt-out{
		width: 70%;
	}
	.sec02-qr{
		width: 30%;
	}
		.noshow-small{
		display: none;
	}

}
@media all and (max-width: 430px){ 
	.owl-carousel3 .owl-nav button.owl-next,.owl-carousel4 .owl-nav button.owl-next,.owl-carousel5 .owl-nav button.owl-next{ 
		right: -8vw;
	}
	.owl-carousel6 .owl-nav button.owl-prev{
		bottom: 100px; 
	}
	.owl-carousel6 .owl-nav button.owl-next{
		bottom: 100px; 
	}
	.owl-carousel7 .owl-nav button.owl-next{
		bottom: 200px;
		background: url("../images/arw_next.png") no-repeat 20px;  
		background-size: 50% 100%;
	}

	/* .invest_list .title > li a{
		padding: .2rem .4rem;
	}
	.invest_list .title > li.here a{
		padding: .2rem .4rem;
	} */
	.invest_list .title > li.here a::before{
		top: 50px;
	}
	.invest_list .title > li.here a::after{
		top: 50px;
	}
	/* .sec-title{
		font-size: 1.5rem;
	} */
	:root {
    font-size: 12px;
	}
	.kv-btn .btn{
		width: 150px;
	}
	.show--mobile{
		display: none;
	}
	.sec01-out{
		padding: .5rem;
		margin: 0;
		width:100%;
	}
	.sec01-pic{
		width: 100%;
	}

}
@media all and (max-width: 500px){ 
	.sec01-out h2{
		font-size: 2rem;
		margin: 0 auto;
	}
	.sec02-list .btn-b {
		width: 160px;
		height: 40px;
        line-height: 40px;
		font-size: 1.3rem;
	}
	.sec01-out{
		line-height: 2rem;
	}
	.sec01-out p {
		font-size: 1.5rem;
	}
	.highlight {
		font-size: 1.8rem;
	}
	.invest1{
		width: 100%;
		flex-direction: column-reverse;
	}

}
@media all and (max-width: 375px){ 
	.step .title .btn {
		width: 80%;
	}
	.step .title .btn a {
		padding: 1rem;
		font-size: 1.2rem;
	}

	.owl-carousel6 .owl-nav button.owl-prev{
		bottom: 10%; 
	}
	.owl-carousel6 .owl-nav button.owl-next{
		bottom: 10%; 
		right: -6vw;
	}
	.onetxt{
		padding-top: 0 !important;
	}
	.sec01-out h2 {
		font-size: 1.5rem;
	}
	.invest_list .title > li a,.invest_list .title > li.here a{
		padding: .2rem .4rem;
	}
	.invest_list .title > li.here a::before{
		top: 42px;
	}
	.invest_list .title > li.here a::after{
		top: 41px;
	}

}

@media all and (max-width: 320px){ 
	.owl-carousel6 .owl-nav button.owl-prev{
		bottom: 10%; 
	}
	.owl-carousel6 .owl-nav button.owl-next{
		bottom: 10%; 
	}
}