@charset "UTF-8";
/* CSS Document */


/* headSection
======================================================================================== */
.headSection{ position:relative; width:100%; background:#F7F7F7; height:350px;
padding: 24px 0;}
.headSection .container {
    width: 1200px;
    display: flex; 
    align-items: flex-start; 
    justify-content: space-between;
}
/*banner------*/
.banner{width:700px; height:350px; position:relative; overflow:hidden; border-radius: 20px; margin-right: 20px; flex-shrink: 0;}
.banner ul.list { padding: 0; margin: 0; list-style: none; position: absolute; width: 9999px; height: 100%;}
.banner ul.list li{ float: left; width: 700px; height: 100%;}
.banner ul.list img{ width: 100%;}
.banner ul.bannerControl {margin: 0; padding: 0; list-style: none; position: absolute; bottom: 10px; right: 5px; height: 14px;}
.banner ul.bannerControl li{ float: left; cursor: pointer; margin: 0px 2px; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: rgba(200, 200, 200, 0.8); margin-right: 15px;}
.banner ul.bannerControl li.current{ background: rgba(150, 150, 150, 1)}
.banner_prev{position: absolute;top: 45%; left: 10px;text-indent: -9999px; z-index: 5;}
.banner_prev a{ background:url(../images/arrow_l.svg) 0 0 no-repeat; display:block; width:20px; height:25px; cursor: pointer;}
.banner_next{position: absolute;top: 45%; right: 10px;text-indent: -9999px; z-index: 5;}
.banner_next a{ background:url(../images/arrow_r.svg) 0 0 no-repeat; display:block; width:20px; height:25px; cursor: pointer;}
/*banner------*/
.control-nav{ text-align:center;display: table;position: absolute;bottom: 25px;height: 8%;width: 100%;}
.control-nav a {display: inline-block;width: 8px;height: 8px;border-radius: 50%;background: rgba(255, 255, 255, 0.8);margin-right: 15px;}
.prev{position: absolute;top: 45%; left: 10px;text-indent: -9999px; z-index: 5;}
.prev a{ background:url(../images/arrow_l.svg) 0 0 no-repeat; display:block; width:20px; height:25px;}
.next{position: absolute;top: 45%; right: 10px;text-indent: -9999px; z-index: 5;}
.next a{ background:url(../images/arrow_r.svg) 0 0 no-repeat; display:block; width:20px; height:25px;}
.news_sections{ width:calc(100% - 720px); height:350px; background:#FFF; position: relative; box-sizing: border-box; border-radius: 20px; padding: 16px 20px;}
.news_sections .block h3{ line-height:40px; color:#FFF; text-align:center; background:#2C893A; font-size:1.3em; text-shadow: none;}
.block ul{ padding:5px 10px 0px 10px;}
.block ul li{ background:url(../images/dot.png) no-repeat 0 9px; padding:0.2em 0 0.1em 2em;}
.block ul li span{ display:inline-block; color:#333; vertical-align: middle; margin: 0 0.7em 0 0; font-size:1em;}
.block ul li a{ font-size:1em;}
.block ul li a.news_txt{margin:0; display:inline-block; width:168px; vertical-align: middle;  overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.block ul li a span{ color:#588c3f;}
.news ul li{background-image:url(../images/announcement_icon.png); background-position:-4px 0;background-repeat:no-repeat; padding:0.1em 0 0.3em 55px;}
.news ul li.new{ background-image:url(../images/news_icon.png); background-position:-8px 0;}
.news ul li.system{background-image:url(../images/system_icon.png); background-position:-4px 0;}
.news ul li.gotop{background-image:url(../images/tops_icon.png); background-position:-8px 0;}

.news ul li.maintain{ background:url(../images/maintain_icon.png) -8px 0 no-repeat;}


.gw-news {
    width: 100%;
    box-sizing: border-box;
}
.gw-news * {
    box-sizing: border-box;
}
.gn-header {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 26px;
}
.gn-header .gnh-title {
    font-size: 26px;
    color: #2C893A;
    font-weight: bold;
    line-height: 1.2;
}
.gn-header .gn-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    border-radius: 999px;
    background: #F6F6F6;
}
.gn-header .gn-tabs li {
    width: 68px;
    height: 40px;
    font-size: 14px;
    color: #565656;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    background-color: transparent;
    border-radius: 999px;
}
.gn-header .gn-tabs li:hover {
    color: #00783C;
}
.gn-header .gn-tabs li.active {
    color: #FFF;
    background-color: #00783C;
}
.gn-tab-content {
    width: 100%;
}
.gn-tab-content .gtc-box {
    width: 100%;
    height: 205px;
}
.gtc-box .gnt-list {
    width: 100%;
    height: 203px;
    overflow: hidden;
}
.gtc-box .gnt-list li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
}
.gtc-box .gnt-list li:last-child {
    margin-bottom: 0;
}
.gtc-box .gl-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 13px;
}
.gtc-box .gl-label:before {
    content: "";
    width: 45px;
    height: 20px;
    background: #a4a4a4;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gtc-box .gl-label:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #a4a4a4;
}

/* 重要 */
.gtc-box .gl-label.gl-imp:after {
    border-left-color: #C00;
}
.gtc-box .gl-label.gl-imp:before {
    content: '重要';
    background: #C00;
}

/* 活動 */
.gtc-box .gl-label.gl-act:after {
    border-left-color: #68A54B;
}
.gtc-box .gl-label.gl-act:before {
    content: '活動';
    background: #68A54B;
}

/* 公告 */
.gtc-box .gl-label.gl-post:after {
    border-left-color: #a4a4a4;
}
.gtc-box .gl-label.gl-post:before {
    content: '公告';
    background: #a4a4a4;
}

/* 產品 */
.gtc-box .gl-label.gl-pd:after {
    border-left-color: #a4a4a4;
}
.gtc-box .gl-label.gl-pd:before {
    content: '產品';
    background: #a4a4a4;
}

/* 新聞 */
.gtc-box .gl-label.gl-news:after {
    border-left-color: #a4a4a4;
}
.gtc-box .gl-label.gl-news:before {
    content: '新聞';
    background: #a4a4a4;
}

/* 維護 */
.gtc-box .gl-label.gl-maintain:after {
    border-left-color: #a4a4a4;
}
.gtc-box .gl-label.gl-maintain:before {
    content: '維護';
    background: #a4a4a4;
}

.gtc-box .gl-date {
    color: #333;
    font-size: 13px;
    margin-right: 12px;
}
.gtc-box .gl-title {
    width: 328px;
    vertical-align: middle;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #588C3F;
    font-size: 13px;
}
.gn-more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 16px;
}
.gn-more .gnm-btn {
    min-width: 80px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #CCC;
    font-size: 14px;
    color: #565656;
    transition: .2s;
}
.gn-more .gnm-btn:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('../images/ic_add.svg') center center / contain no-repeat;
    margin-right: 4px;
    flex-shrink: 0;
}
.gn-more .gnm-btn:hover {
    background: #f6f6f6;
    text-decoration: none;
}


/* main
======================================================================================== */
.main .container {
    width: 1200px;
    padding: 0 15px;
    box-sizing: border-box;
}
.main ul{ width:100%; margin:20px 0;}
.main ul li{ width:30%; float:left; border-right:1px solid #e8e8e8; padding: 10px 15px 0px;}
.main ul li.no_border{ border-right:none;}
.main ul li.top_border{ border-top:#e8e8e8 1px solid;}
.main ul li div.no_bottom{ border-bottom:none !important;}
.main ul li div.box{ border-bottom:1px solid #e8e8e8; height: 140px; padding: 0 0 20px;}
.main ul li img.featimg{ float:left; margin-top:15px;}
.main ul li img.bt{margin-right:20px;}
.main ul li img.bl{margin-left:10px;}
.main ul li .featBox{ padding:0 10px; float:left; width:210px; height:130px;}
.main ul li .ftBx{width:290px;}
.main ul li .featBox h2, .main ul li .featBox h3, li.new-content h2, li.new-content h3{ font-size:1.6em;}
.main ul li .featBox h2 a, .main ul li .featBox h3 a { font-size: 20.8px; line-height: 1.8em; font-weight: bold; text-shadow: none; }
.main ul li .featBox p, li.new-content p, li.new-content a, li.new-content .featlink{ font-size:14px;}
.main ul li .featlink{ clear:both; display: none;}
.main ul li .featBox a.featlink {display:inline; color:#588C3C;}
.main ul li .flc{ text-align:center;}
.main ul li div.spl-style .featBox h2 { font-size: 1.4em; margin-bottom: 3px; }
.main ul li div.spl-style .featBox h2 a { font-size: 18px; }
.featlink a{display: inline-block;padding: 3px 9px 3px 9px; text-align:center; color: #588c3F;}
.featlink a:hover{ color: #588c3F;}
.featlink em.ui-separator{font-style: normal;font-weight: 500;}
.featlink a.appstore{ background:url(../images/appstore_icon.png) 15px 0 no-repeat; padding:3px 10px 5px 40px !important; width:31px;}
.featlink a.googleplay{ background:url(../images/googleplay_icon.png) 13px 0 no-repeat;padding:3px 10px 5px 40px !important; width:60px;}
.featlink a.donate{ margin-left:15px;}
.appdl-icon-apple,.appdl-icon-android {width:120px; height:39px; text-indent:-9999px; display:inline-block;}
.appdl-icon-apple { background:url(../images/appstore_dl_icon.png) top no-repeat; padding:0 3px 0 9px;}
.appdl-icon-android { background:url(../images/googleplay_dl_icon.png) top no-repeat; padding:0 9px 0 3px;}
.appdl-icon-apple:hover, .appdl-icon-android:hover { background-position:bottom;}
li.new-content { width: 46.8% !important;}
li.new-content .box{ height: auto !important;}
li.new-content h3{ text-shadow: none !important; letter-spacing:1px;}
li.new-content p,li.two-content p{width:277px; display: inline-block; text-align:left; text-align:justify; margin-bottom:10px}
li.two-content{ width: 46.8% !important; border-right:none;}


/* 開發者工具
======================================================================================== */
.present-card{
    overflow: hidden;
    background-color: #568b46;
    color: #fff;
    width: 1000px;
    /*margin: 30px 0 70px;*/
	margin: 30px 0 0;
}
.present-card .service-list{
    float: left;
    width: 310px;
    background-color: #fff;
    border-right: none;
    text-align: left;
}
.present-card .service-list.title{
    font-size: 1.6em;
    line-height: 60px;
    box-shadow: 0 .3px #ce98f7;
    position: relative;
    padding-left: 60px;
}
.present-card .service-list .title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
}
.present-card .service-list li{
    border: 1px solid #ddd;
    border-bottom: none;
    color: #666;
    cursor: pointer;
    font-size: 1rem;
    height: 85px;
    line-height: 85px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 25px; 
}
.present-card .service-list li h3{
    display: inline-block;
    vertical-align: middle;
    font-weight:  normal;
    font-size: 100%;
    line-height: 22px;
}
.present-card .service-list li img {
    vertical-align: middle;
    margin: 0 8px 0 0;
}
.present-card .service-list li:last-child{
    border-bottom: 1px solid #ddd;
}
.present-card .service-list li:not(.current){
    color: #666;
}
.present-card .service-list li.current{
    background-color: #fff;
    color: #568b46;
    font-weight: bold;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.present-card .service-list li.current:before{
    content: '';
    display: block;
    width: 4px;
    height: 85px;
    background: #568b46;
    position: absolute;
    top: 8px;
    left: -24px;
}
.present-card .service-list li:hover{
    color: #568b46;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.present-card .service-list li.current:after{
    content: '';
    position: absolute;
    right: 1.2em;
    top: 0;
    bottom: 0;
    border-left: 12px solid #568b46;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    height: 0;
    margin: auto;
    z-index: 1;
}
.present-card .service-list li.current:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1.8em;
    z-index: 1;
}
.present-card .service-default{
    float: left;
    width: 690px;
    position: relative;
    height: 258px;
    background-color: #568b46;
}
.present-card .service-default a{
    text-decoration: none;
}
.present-card .service-default dl{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    padding: 30px 40px;
    z-index: 0;
    width: 0;
    /*overflow: hidden;*/
}
.present-card .service-default dl.default-1 span{
    font-size: 1rem;
    padding: 0 5px;
}

.present-card .service-default dl.current{
    opacity: 1;
    width: auto;
    -webkit-transition: opacity .3s ;
    -o-transition: opacity .3s ;
    transition: opacity .3s ;
}
.present-card .service-default dl dt{
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.present-card .service-default dl dd{
    font-size: 1rem;
    line-height: 1.7em;
}
.present-card .service-default dl dd a.tool-tip{
    position: relative;
}
.present-card .service-default dl dd a.tool-tip:hover:before{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}
.present-card .service-default dl dd a.tool-tip:hover:after{
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    -webkit-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
    z-index: 5;
}
.present-card .service-default dl dd a.tool-tip:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #FFCD14;
    border-top: 1px solid #FFCD14;
    background-color: #FFFBD7;
    bottom: -1.1em;
    left: 1em;
    -webkit-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
}
.present-card .service-default dl dd a.tool-tip:before{
    content: attr(data-tip);
    position: absolute;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    width: 200px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #FFCD14;
    background-color: #FFFBD7;
    color: #000;
    top: 2em;
    left: -2em;
}

.present-card .service-default .font-yellow{
    color: #fefb00;
}
.present-card .service-default .font-red{
    color: #f00;
}
.present-card .service-default dl dd.btn-box{
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 10px;
    text-align: center;   
}
.present-card .service-default dl dd.btn-box a {
    min-width: 120px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #444;
    display: inline-block;
    font-size: 1rem;
    line-height: 36px;
    margin: 0 3px;
    padding: 0 5px;
    text-decoration: none;
    text-align: center;  
}
.present-card .service-default dl dd.btn-box a:hover {
    border: 1px solid #ccc;
    background-color: #e0e0e0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/* ECTicket
======================================================================================== */
.ecticket {
    border: 1px solid #ccc;
    margin: 0 0 20px;
}
.ticketBuyer_bg {
    background-color: #2F8B69;
}
.ecticket .imgBox {
    background-color: #333;
    width: 315px;
    height: 248px;
    float: left;
}
.ecticket .contentBox {
    width: calc(100% - 315px - 2px);
    float: left;
}
.ecticket .contentBox h3 {
    font-size: 22px;
    padding: 20px 0 0;
    text-align: center;
}
.ecticket .contentBox ul {
    margin: 10px 0 20px;
}
.ecticket .contentBox ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
}
.ecticket .contentBox ul li h4 a {
    font-size: 16px;
    line-height: 1.8;
}
.ecticket .contentBox ul li p {
    font-size: 14px;
    text-align: center;
}
/* ECTicket
======================================================================================== */

/* ECPay收銀台
======================================================================================== */
.ecpayCounter {
    /* border: 1px solid #ccc; */
    margin: 0 0 20px;
    padding: 20px 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ecpayCounter_bg { 
    height: 250px;
    background: url(../images/banner/bn_ecpayshop_169214.jpg) no-repeat left top scroll #03C9A8;
    box-sizing: border-box;
}
.ecpayCounter .imgBox {
    background-color: #333;
    width: 315px;
    height: 248px;
    float: left;
}
.ecpayCounter .contentBox {
    width: 410px;
    /* padding: 0 32px; */
}
.ecpayCounter .contentBox h3 {
    font-size: 22px;
    line-height: 31px;
}
.ecpayCounter .contentBox h3 a {
    display: inline-flex;
}
.ecpayCounter .contentBox h3 img {
    height: 30px;
    margin: 0 10px 0 0;
}
.ecpayCounter .contentBox ul {
    margin: 24px 0 0;
}
.ecpayCounter .contentBox ul li {
    float: none;
    width: 100%;
    padding: 0;;
}
.ecpayCounter .contentBox ul li p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
/* ECPay收銀台
======================================================================================== */



/* ECform
======================================================================================== */
.ecformFree {
    background: none no-repeat 0 0 scroll #0B9b9b;
    padding: 25px 50px 25px;
    max-height: 250px;
}
.ecformFree h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    text-align: center;
}
.ecformFree h3 img {
    margin: 0 0 6px;
}
.ecformFree .contentBox {
    padding: 0 15px;
}
.ecformFree .contentBox ul {
    width: calc(50% - 25px);
    display: inline-block;
}
.ecformFree .contentBox ul li {
    width: calc(100% - 96px - 65px);
    padding: 10px 40px 10px 25px;
}
.ecformFree .contentBox ul li h4 {
    font-size: 20px;
    margin: 0 0 8px;
}
.ecformFree .contentBox ul li p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}
.ecformFree .contentBox ul li.img {
    width: 96px;
    padding: 0;
}
/* ECform
======================================================================================== */

/* Ｏdoo
======================================================================================== */
.Odoo {
    background: url("../images/Odoo_index_bg.png") no-repeat 0 0 scroll transparent;
    box-sizing: border-box;
    min-height: 245px;
    margin: 0 0 10px;
    padding:0;
}
.Odoo_inner{
	padding: 55px 70px 0;
}
.Odoo_inner img{margin-bottom:10px;}
.Odoo h3{
	color:#FFFFFF;
	font-size:22px;
	line-height: 1.4;
	text-shadow: none;
}
.Odoo_inner p{
	color:#FFFFFF;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-bottom: 40px;
}
.Odoo .btn-box {
    text-align: center;
}
.Odoo .btn-box a {
    min-width: 120px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #444;
    display: inline-block;
    font-size: 1rem;
    line-height: 36px;
    padding: 0 5px;
    text-decoration: none;
    text-align: center;
}
.Odoo .btn-box a:hover {
    border: 1px solid #ccc;
    background-color: #e0e0e0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.gw-partner-list {
    width: 100%;
}
.gw-partner-list:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.gpl-box {
    float: left;
    /* width: 50%; */
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    min-height: 245px;
    margin-bottom: 30px;
    /* padding: 30px 30px; */
    padding: 30px 70px 0;
}
.gpb-1 {
    background: #004c3f;
}
.gpb-2 {
    background: #f27052;
}
.gpb-2 .gbi-intro {
    padding-top: 17px;
}
.gpb-inner{
    position: relative;
    height: 130px;
}
.gpb-inner:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.gbi-intro, .gbi-pic {
    float: left;
}
.gbi-intro {
    /* width: calc(100% - 174px); */
    width: calc(100% - 230px);
    text-align: left;
}
.gbi-intro img{
    margin-bottom: 15px;
    display:  inline-block;
}
.gbi-intro h3{
    color:#FFFFFF;
    font-size:22px;
    line-height: 1.4;
    text-shadow: none;
}
.gbi-pic {
    /* width: 174px; */
    width: 220px;
    text-align:right;
}
.gbi-pic img {
    max-width: 100%;
    display:  inline-block;
}
.gpl-box .btn-box {
    text-align: center;
    margin-top: 20px;
}
.gpl-box .btn-box a {
    min-width: 120px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #444;
    display: inline-block;
    font-size: 1rem;
    line-height: 36px;
    padding: 0 5px;
    text-decoration: none;
    text-align: center;
    margin-top: -5px;
}
.gpl-box .btn-box a:hover {
    border: 1px solid #ccc;
    background-color: #e0e0e0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}



/* ads
======================================================================================== */
.ads{ margin-bottom:0;}
.ads ul{background:#EFEFEF; overflow:hidden; margin-bottom:25px; padding:15px 10px 10px 15px;}
.ads ul li{height: 165px; width:470px; float:left; padding: 0; background-color:#FFF; margin:0 7px 8px;}
.ads .featlink{ margin-top:5px; background:url(../images/ads_arrows.png) 440px 4px no-repeat;}
.adsp{height:98px !important; }
.appnote{display:block; width:21px; height:16px; background:url(../images/appnote.png) no-repeat; position:absolute; right:0px; top:12px;}
.count_down{font-weight:bold; position:absolute; font-size:36px; left:30px; bottom:35px; z-index:200;}
.expect{position:absolute; right:12px; bottom:30px; font-size:13px; z-index:200; text-align:right;}
.join_btn{position:absolute; right:10px; bottom:9px; z-index:200; width:72px;  height:14px; line-height:16px !important; border-radius:5px; font-size:14px; background-color:#C00; text-align:center; color:#fff;}
.join_btn:hover{background-color:#900; text-decoration:none; color:#fff;}
/* messenger  ========================================================================================*/
.mesngr, .mesngr2{ z-index:999; position: fixed;bottom: 0px;right: 20px; width:250px;}
.mesngr{height:45px;}
.mesngr2{height:160px;}
a.msgr_none, .msgr_login{padding:0.9em; display:block; font-weight:bold; font-size:15px;text-decoration:none; border-top-left-radius:8px; border-top-right-radius:8px;}
a.msgr_none{background-color:#ddd; color:#444;}
a.msgr_none:hover{background-color:#588c35; color:#fff;}
a.msgr_login{background-color:#588c35; color:#fff;}
.msgr_cont{background-color:#fff; padding:15px; font-size:14px; border:#588c35 2px solid;}
.help_box {position: absolute;top:-100px;left:50px;background-color: rgba(255, 255, 255, 0.8);background: rgba(255, 255, 255, 0.8);border: 4px solid #588c35;border-radius:10px;padding:0.5em 1.4em;}
.help_box:after, .help_box:before {top: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}
.help_box:after {border-color: rgba(255, 255, 255, 0);border-top-color: #fff;border-width: 12px;margin-left: -12px;}
.help_box:before {border-color: rgba(34, 123, 187, 0);border-top-color: #588c35;border-width: 18px;margin-left: -18px;}
.help_box > p{text-align:center; font-size:22px; font-weight:bold;}
.help_box a.go_login{ display:block; text-align:center;}
.msgr_none span.arrow_t, .msgr_login span.arrow_b, .go_top span.arrow_b{display:block; width:18px; height:15px; float:right;}
.msgr_none span.arrow_t, .msgr_login span.arrow_t{background:url(../images/arr_t.png) no-repeat;}
.msgr_none span.arrow_b, .msgr_login span.arrow_b{background:url(../images/arr_b.png) no-repeat;}

/*-----------提示------------*/
.ti_box, .ti_box_r, .ti_box_l, .ti_box_b {
	position: absolute;
	line-height: 20px;
	padding: 0.5em;
	font-size: 13px;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	text-align: left;
	background: #FEFFD3;
	border: 1px solid #FFCC00;
	z-index: 100;
}
.ti_box {width: 170px; top: 110px; left: 300px;}
.ti_box_r {width: 170px; top: 110px; left: 300px;}
.ti_box_l {width: 210px; top: 110px;	left:30px;}
.ti_box_l {width: 210px;}
.ti_box:after,.ti_box:before {content: " ";position: absolute;pointer-events: none;width: 0;height: 0;bottom: 100%;left: 20%;border: solid transparent;}
.ti_box:after  {margin-left: -5px;border-bottom-color: #FFFFFF;border-width: 5px;}
.ti_box:before {margin-left: -6px;border-bottom-color: #FFCC00;border-width: 6px;}

.ti_box_l:after, .ti_box_l:before {content: " ";position:absolute; pointer-events:none;width:0;height:0; border:solid transparent;}
.ti_box_l:after  {margin-left:-4px; top:8px; left:-6px; border-right-color:#FFFFFF; border-width:5px;}
.ti_box_l:before {margin-left:-6px; left:-6px; border-right-color:#FFCC00; border-width:6px;}

.ti_box_r:after, .ti_box_r:before { content:" "; position:absolute; pointer-events:none; width:0; height:0; bottom:100%; left:80%;border:solid transparent;}
.ti_box_r:after  {margin-left:-5px; border-bottom-color:#FFFFFF; border-width:5px;}
.ti_box_r:before {margin-left:-6px; border-bottom-color:#FFCC00; border-width:6px;}

.ti_box_b:after,.ti_box_b:before {content: " ";position: absolute;pointer-events: none;width: 0;height: 0;top: 100%;left: 80%;border: solid transparent;}
.ti_box_b:after  {margin-left: -5px;border-top-color: #FFFFFF;border-width: 5px;}
.ti_box_b:before {margin-left: -6px;border-top-color: #FFCC00;border-width: 6px;}

/* 彈出視窗
======================================================================================== */
.window_wrap { position:fixed; width:354px; top:50%; left:50%; margin:-255px 0 0 -185px; padding:20px; background:#FFF; border:1px solid #000; text-align:center; z-index:201;}
.windowheight { height:350px;}
.closebtn { display:block; width:28px; padding-left:320px;}
.headbars{background-color:#028af3; font-size:16px; color:#FFF; padding:10px 8px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}

.window_wrap h3 { margin:0 0 20px; font-size:1.8em; font-weight:normal; line-height:normal; color:#588c35;}
.window_wrap h4 { margin:20px 0 5px; font-size:16px; font-weight:normal; line-height :normal;}
.window_wrap span { color:#588c35;}
.tip { color:#009; cursor:pointer;}
.overlay { position:fixed; top:0; right:0; bottom:0; left:0; background:#FFF; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -moz-opacity:0.5; opacity:0.5; z-index:200;}
.overlay.ol-bk { background: #000;}
.close_btn { position:absolute; top:15px; right:15px;}
.close_btn2 { position:absolute; top:35px; right:32px;}
.close_btn_5s { position:absolute; top:15px; right:15px;}
table.turn>tbody>tr>th, table.turn>tbody>tr>td { text-align:center;font-size:16px; line-height:24px;}
table.turn>tbody>tr>td.borwhite {border-color:#FFF;}
table.turn img { width:auto;}
.turn-box{padding:30px;}
.turn-box p{ font-size:16px; margin:10px 0;}
.turn-box h4{ font-size:20px; margin-bottom:10px; padding-top:20px;}
.turn-box p.check_stuff{font-size:15px!important;}


/* 綠界科技之線上同意書
======================================================================================== */
.turn tr>th.ecpay {padding: 5px 3px;background-color: #267252;color: #FFF;border-right: #7EB3D8 solid 1px;}
.ecpay, .ecpay-color, .popbox h2.ecpay, a.ecpay:hover {color: #267252;}
.turn-ecpay th:first-child {border-left: 1px solid #267252;}
.turn-ecpay th:last-child {border-right: 1px solid #267252;}
.turn-ecpay tr>th {background-color: #267252;border-top: 1px solid #267252;}
.turn-ecpay td { font-size: 16px; line-height: 28px;}
.turn-ecpay td:first-of-type {border-left: #ccc solid 1px; background-color: #E6FDF7; color: #267252; text-align:center;}
h3.ecpay {font-size: 20px;font-weight: bold; text-shadow:none;color: #FFF;background-color: #267252;padding: 10px 15px;border-top-left-radius: 3px;border-top-right-radius: 3px;}
.gw-term > h3 {font-size: 18px;color: #267252;margin-bottom: 10px;font-weight: bold;padding-top: 10px;}
.ecpay-btn {
    background: #588c3f;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    border: solid ##387700 1px;
    text-decoration: none;
}
.ecpay-btn:hover{background: #387700; text-decoration:none;}
p.check {text-indent: -23px;text-align: justify; margin:0 0 0 23px; padding-bottom:20px;}
.text-small { font-size:12px;}
.keep ol { margin-left:20px;}
.keep ol li { font-size:16px; list-style:decimal;}

.about_inner{ margin:1.5em 0 0 0.5em;}
.about_inner p{ font-size:1.15em; line-height:1.8em; margin:0.5em 0 0.5em 0.8em;}
.about_inner h3{ color:#227BBB; font-size:1.3em;}
.about_inner h4{ color:#227BBB; font-size:1.2em; margin-left:1.4em;}
.about_inner .no3{ width: 625px; margin:0.5em auto 1.5em auto;}
.about_inner ul.company li{ list-style:none;}
.about_inner ul{ margin:0.5em 0 0.5em 1em;}
.about_inner ul li{ margin:0.3em 0 0.3em 1.5em;list-style: decimal; font-size:1.15em;}
.about_inner ul li a {font-size: 1em;color:#5E964C;}
.about_inner ul li a:hover {text-decoration: none;}
.about_inner ul ul li{ list-style: disc; font-size:1em; margin-left:0.5em;}
.about_inner ul ul ul li{ list-style: lower-alpha; font-size:1em; margin-left:0.5em;}
.about_inner ul.nonels li { list-style:none;}

/* 法令宣導
======================================================================================== */
.term, .gw-term {height:200px;overflow-x:hidden;}
.term {width:580px;padding:5px;}
.gw-term li {margin-left:30px; padding-right:5px; font-size:14px!important; list-style: decimal !important;}
.gw-term { box-sizing:border-box; width:100%;padding:10px 15px; background:#efefef;}
.gw-term > p{font-size:14px!important;}
.term li {margin-left:30px; padding-right:5px;}
.term ul li {list-style:outside disc !important;}
.term h4 {padding:10px 0 5px;font-size:15px;text-align:left;color:#588c35;}
.border_gray{border:1px #ccc solid;}

/* 行銷版位
======================================================================================== */
.red_envlp{margin-top:15px;}
.fl{float:left;}
.m_counts{ background-color:#660000; width:203px; height:180px;}
.yellow{color:#ffcc00;}
.ts1{margin:20px 0 0px 15px; font-size:18px;}
.ts2{margin:0px 20px 0px; font-size:26px; text-align:right;}
.ts3{margin:0px 0 0px 15px; font-size:18px;}

/* scrollbar */
::-webkit-scrollbar { width: 12px; background: #fff; }
::-webkit-scrollbar-track { border-radius: 10px; background: #fff; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { border-radius: 10px; background: #ddd; }
::-webkit-scrollbar-bottom { border-radius: 10px; background: #fff; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }

.divider {
    border-top: 1px solid #CCC;
    display: block;
    line-height: 1px;
    margin: 40px 0 30px;
    position: relative;
    text-align: center;
}
.tlt{
    background: #fff;
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding: 0 20px;
    text-transform: uppercase;
    text-align: center;
	color: #588c3f;
	font-weight: 700;
}
.col-3{
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 50px;
}
.string, .shpcar, .develop{
    width: 494.99px;
    height: 250px;
    float: left;
    position: relative;
}
.shpcar{
    margin-right: 10px;
}
.string-default{
    background-color: #8cbbd7;
}
.shpcar-default{
    background-color: #6cb359;
}
.develop-default{
    background-color: #588c3f;
}
.string .string-default,
.shpcar .shpcar-default,
.develop .develop-default{
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.string-default dt,
.shpcar-default dt,
.develop-default dt{
    display: inline-block;
}
.string dl.string-default dt img,
.shpcar dl.shpcar-default dt img,
.develop dl.develop-default dt img{
    float: left;
    display: inline-block;
    margin-left: 8px;
}
.col-title{
    display: inline-block;
    font-size: 1.1rem;
    font-weight: bold;
    height: 54px;
    line-height: 54px;   
    margin-left: 8px;
}
.string dl.string-default dd.btn-box,
.shpcar dl.shpcar-default dd.btn-box,
.develop dl.develop-default dd.btn-box{
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
.shpcar .shpcar-default dd.text-indent,
.develop .develop-default dd.text-indent{
    text-indent: 10px;
}
.develop dl.develop-default dd.btn-box a:last-child{
    font-size: 1rem;
}
.develop dl.develop-default dd.btn-box a:not(:first-child) {
    margin-left: 10px;
}
.develop dl.develop-default dd.btn-box a small{
    font-size: .5em;
}
.develop dl.develop-default dd, .shpcar dl.shpcar-default dd {
    font-size: 1rem;
    line-height: 1.7em;
}
.shpcar dl.shpcar-default dd.btn-box a{
    min-width: 120px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #fff;
    color: #444;
    display: inline-block;
    font-size: 1rem;
    line-height: 36px;
    margin: 0 3px;
    padding: 0 5px;
    text-decoration: none;
    text-align: center;  
}
.develop dl.develop-default dd.btn-box a{
    min-width: 80px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #fff;
    color: #444;
    display: inline-block;
    font-size: 1rem;
    line-height: 36px;
    margin: 0 3px;
    padding: 0 5px;
    text-decoration: none;
    text-align: center; 
}
.present .present-card .service-default dl dd.btn-box a:hover,
.string dl.string-default dd.btn-box a:hover,
.shpcar dl.shpcar-default dd.btn-box a:hover,
.develop dl.develop-default dd.btn-box a:hover{
    border: 1px solid #ccc;
    background-color: #e0e0e0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.p-10 { padding: 10px; }


/* 合作銀行
======================================================================================== */
.partner_item {
	font-size: 14px;
    text-align: justify;
	margin-bottom: 45px;
}
.partner_item span {
	color: #333;
    font-weight: normal;
    font-style: normal;
    line-height: 1.7em;
	margin-right: 5px;
}
.partner_item a {
    color: #a0a0a0;
    margin-right: 10px;
}

/* 表格樣式更新
=====================================================================================*/
.divider-2 {
    display: block;
    line-height: 1px;
    margin: 30px 0 30px;
    position: relative;
    text-align: center;
}
.tlt-2{
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding: 0 20px;
    text-transform: uppercase;
    text-align: center;
	color: #588c3f;
	font-weight: 700;
}
.main ul li div.box-2{ border-bottom:1px solid #e6e6e6; height: 140px; padding: 0 0 20px;}

.no_shadow{text-shadow:none;}
.text_w{color:#FFF !important;}


/*討論區
================================================================================================================*/
.forum {
    margin: 40px 0;
}
.tabs > ul.horizontal { margin: -15px 0 15px; text-align: center; }
.tabs > ul.horizontal > li { width: 95.1px; border-bottom: none; border-right: none; display: inline-block; font-size: 0.91rem; float: none; margin-right: 15px; padding: 5px 0; text-align: center; }
.tabs > ul.horizontal > li:last-child { margin-right: 0; }
.tabs > ul.horizontal > li.active { border-bottom: 4px solid #9ebd8f; }
.tabs > ul.horizontal > li.active a { color: #588c3f; font-weight: bold; }
.tabs > ul.horizontal > li a { color: #666; font-size: 0.91rem; }
.tabs > ul.horizontal > li a:hover { color: #588c3f; text-decoration: none; }

/* table */
.table_wrap { width: 1000px; height: 475px; border: 1px solid #ddd; background-color: #fff; color: #222; margin-top: 10px; }
.table_blue, .table_white { width: 1000px; border-collapse: collapse; display: table; font-size: 0.91rem; line-height: 1.2rem; }
.table_box { height: 435px; overflow-y: scroll; overflow-x: hidden; }
.table_colgroup { display: table-column-group; }
.table_col:nth-child(1), .table_col:nth-child(3) { display: table-column; width: 120px; }
.table_col:nth-child(2) { display: table-column; width: 580px; }
.table_col:nth-child(4) { display: table-column; width: 160px; }

/* th */
.table_theader { display: table-header-group; color: #fff; background-color: #588c3f; }
.table_th { display: table-cell; color: #fff; text-align: center; vertical-align: middle; height: 40px; }

/* tr */
.table_tr { display: table-row; border-bottom: 1px solid #ddd; }

/* td  */
.table_td { display: table-cell; height: 50px; text-align: center; vertical-align: middle; }
.table_tr > .table_td:nth-child(2) { text-align: left; padding-left: 15px; }
.table_td span { color: #999; }

/* scrollbar */
::-webkit-scrollbar { width: 12px; background: #fff; }
::-webkit-scrollbar-track { border-radius: 10px; background: #fff; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { border-radius: 10px; background: #ddd; }
::-webkit-scrollbar-bottom { border-radius: 10px; background: #fff; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }


/*btn
========================================================================================================*/
.new-btn { width: 120px; height: 36px; display: block; font-size: 1rem; line-height: 36px; padding: 0 5px; text-align: center; margin: 30px auto; }
.new-btn a { text-decoration: none; }
.btn-g { border: 1px solid #588c3f; background-color: #588c3f; color: #fff; }
.btn-g:hover { background-color: #355525; border: 1px solid #355525; color: #fff; text-decoration: none; }
.btn-white { border: 1px solid #dedede; background-color: #fff; color: #444; }
.btn-white:hover { border: 1px solid #ccc; background-color: #e0e0e0; color: #444; text-decoration: none; }



/*-- 第三方支付領導品牌 --*/
.main-title {
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 0;
    font-weight: 700;
}
.intro-box {
    width: 1170px;
    height: 290px;
    margin: 40px auto;
    padding: 24px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url('../images/introbox_bg.png') center center / cover no-repeat;
    border-radius: 16px;
    border: 1px solid #CDEDBE;
    box-sizing: border-box;
}
.intro-box * {
    box-sizing: border-box;
}
.intro-box + .ecpayCounter {
    margin-top: 20px;
}
.itb-rate {
    width: 460px;
    margin-right: 24px;
}
.itb-rate .ir-title {
    width: 100%;
    font-size: 28px;
    color: #588c3f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itb-rate .ir-title .ict-info {
    display: block;
    margin-left: 8px;
}
.ir-percent {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.ir-percent .irp-num {
    width: 72px;
    height: 88px;
    border-radius: 16px;
    background-color: #68a54b;
    margin-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 66px;
    color: white;
}
.ir-percent .irp-dot {
    width: 12px;
    height: 12px;
    background-color: #588c3f;
    margin-right: 3px;
    border-radius: 1px;
    position: relative;
    bottom: 5px;
}
.ir-percent .irp-per {
    color: #588c3f;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    bottom: 5px;
}
.ir-subper-box {
    width: 100%;
    margin-top: 16px;
}
.ir-subper-box .isb-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    border-top: 1px solid #c7dcbc;
}
.ir-subper-box .ist-txt {
    width: 120px;
    margin: 0 10px;
    font-size: 15px;
    color: #588c3f;
    line-height: 1.4;
    display: block;
}
/* .ir-subper-box .isb-title:before, .ir-subper-box .isb-title:after {
    content: "";
    width: calc(50% - 70px);
    display: block;
    border-top: 1px solid #c7dcbc;
} */
.ir-subper-box .isb-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ir-subper-box .isl-box {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    position: relative;
}
.ir-subper-box .isl-box + .isl-box {
    padding: 0 0 0 24px;
}
/* .ir-subper-box .isl-box + .isl-box:before {
    content: "";
    width: 1px;
    height: 24px;
    display: block;
    border-left: 1px solid #cfcfcf;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
} */
.ir-subper-box .isl-mon {
    font-size: 18px;
    color: #3A3A4A;
    line-height: 1.4;
    margin-right: 8px;
}
.ir-subper-box .isl-percent {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.ir-subper-box .isl-percent .isp-num {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background-color: #68a54b;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
}
.ir-subper-box .isl-percent .isp-dot {
    width: 4px;
    height: 4px;
    background-color: #588c3f;
    margin-right: 5px;
    border-radius: 1px;
    position: relative;
    bottom: 2px;
}
.ir-subper-box .isl-percent .isp-per {
    color: #588c3f;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    bottom: -2px;
}
.itb-rate .ir-txt {
    width: 100%;
    color: #3f7525;
    font-size: 13px;
    text-align: right;
    margin-top: 15px;
}

.itb-content {
    width: calc(100% - 484px);
}
.itb-content .ic-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    color: #f05558;
    margin-bottom: 8px;
}
.itb-content .ic-subtitle {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 10px;
}
.itb-content .ic-txt {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}
.itb-content .ic-txt + .ic-txt {
    margin-top: 16px
}
.itb-content .ic-txt.ict-c {
    text-align: center;
}
.itb-content .ic-link-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.itb-content .ic-link-box .ic-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.itb-content .ic-link-box .ic-link + .ic-link:before {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    background: #C7DCBC;
    margin: 0 16px;
}
.itb-content .ic-link-box .ic-link a {
    font-size: 16px;
    color: #00783C;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itb-content .ic-link-box .ic-link a:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/arrow-circle-g.svg') center center / contain no-repeat;
    margin-left: 4px;
    flex-shrink: 0;
}
.ict-hl {
    font-size: 18px;
    font-weight: bold;
    color: #588c3f;
    display: inline-block;
}
.ict-info {
    display: inline-block;
    width: 16px;
    margin-left: 2px;
}
.ict-info .ict-img {
    display: inline-block;
    width: 100%;
}
.ww-info {
    width: 482px;
    left: calc(50% - 241px);
    margin-left: 0;
    border-radius: 8px;
    border: none;
    box-shadow: 0 1px 5px 0 rgba(100,100,100,.6);
}
.ww-info .wi-ic {
    width: 100%;
    text-align: center;
    margin-top: -60px;
    margin-bottom: 15px;
}
.ww-info .wi-ic img {
    display: inline-block;
}
.ww-info .wi-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.ww-info .wi-txt {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}
.ww-info .wi-btn {
    margin-top: 25px;
}

.itb-rate2 {
    float: left;
    width: 430px;
    background: white;
    border: 1px solid #cee3c1;
    border-top-width: 3px;
    position: relative;
    margin-bottom: 30px;
}
.itb-rate2 .ir2-title {
    width: 100%;
    font-size: 26px;
    color: #4a8c2b;
    font-weight: bold;
    text-align: center;
    padding: 18px 0px 18px;
    background: white;
}
.itb-rate2 .irt-tip {
    font-size: 14px;
    color: #4a8c2b;
    text-align: center;
    margin-top: 10px;
}
.ir2-info {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f9f1;
}
.ir2-info.iri-bg {
    background: #fff;
}
.ir2-info dt {
    min-width: 180px;
    text-align: center;
    font-size: 16px;
    color: #588c3f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.ir2-info dd {
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #f05558;
    font-weight: bold;
    padding: 0 20px;
}
.ir2-info .iri-num {
    font-size: 42px;
}
.ir2-info .iri-txt {
    font-size: 20px;
    color: #588c3f;
    margin: 0 7px;
}
.ir2-info .iri-txt:last-child {
    margin-right: 0;
}
.ir2-txt {
    width: 100%;
    color: #6f6f6f;
    font-size: 13px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -25px;
}
/*----*/

/*-- 電商支付領導品牌 介紹 --*/
.intro-box2 {
    width: 100%;
    padding: 24px 0px 40px;
}
.intro-box2 * {
    box-sizing: border-box;
}
.intro-box2 + .ecpayCounter {
    margin-top: 20px;
}
.intro-box2 .itb2-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}
.intro-box2 .itb2-content .i2c-info {
    width: 100%;
    padding-right: 16px;
}
.intro-box2 .itb2-content .i2c-info .i2c-title {
    width: 100%;
    text-align: left;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.5;
    color: #00783C;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
}
.intro-box2 .itb2-content .i2c-info .i2c-txt {
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
    color: #444;
}
.intro-box2 .itb2-content .i2c-info .i2c-txt + .i2c-txt {
    margin-top: 8px
}
.intro-box2 .itb2-content .i2c-info .i2c-link-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}
.intro-box2 .itb2-content .i2c-info .i2c-link-box .i2c-link {
    min-width: 138px;
    height: 58px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFF;
    line-height: 1.6;
    border-radius: 8px;
    background: #00783C;
}
.intro-box2 .itb2-content .i2c-info .i2c-link-box .i2c-link:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/arrow-circle-w.svg') center center / contain no-repeat;
    margin-left: 8px;
    flex-shrink: 0;
}
.intro-box2 .itb2-content .i2c-info .i2c-link-box .i2c-link.on-touch {
    text-decoration: none;
}
.intro-box2 .itb2-content .i2c-info .i2c-link-box .i2c-link.ilk-w {
    color: #00783C;
    background: #FFF;
    border: 1px solid #00783C;
}
.intro-box2 .itb2-content .i2c-info .i2c-link-box .i2c-link.ilk-w:after {
    background: url('../images/arrow-circle-g.svg') center center / contain no-repeat;
}
.intro-box2 .itb2-content .i2c-info .i2c-link-box .i2c-link + .i2c-link {
    margin-left: 16px;
}

.intro-box2 .itb2-content .i2c-info .ic-link-box .ic-link a:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/arrow-circle-g.svg') center center / contain no-repeat;
    margin-left: 4px;
    flex-shrink: 0;
}
.intro-box2 .itb2-content .i2c-pic {
    width: 430px;
    display: block;
    flex-shrink: 0;
    padding-right: 20px;
}
.intro-box2 .itb2-content .i2c-pic img {
    display: block;
    width: 100%;
}

.intro-box2 .itb2-rate {
    width: 100%;
    margin-top: 24px;
}
.intro-box2 .itb2-rate .i2r-price-list {
   width: 100%;
   height: 116px;
   border-radius: 20px;
   border: 1px solid #E1E3E6;
   background:#FFF;
   padding: 16px 0;
   display: flex;
   align-items: stretch;
   justify-content: space-between;
}
.intro-box2 .itb2-rate .i2r-price-list li {
   width: 25%;
   height: 100%;
   padding: 0px 25px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: space-between;
   border: none;
}
.intro-box2 .itb2-rate .i2r-price-list li + li {
    border-left: 1px solid #DCDCDC;
}
.intro-box2 .itb2-rate .i2r-price-list .ipl-title {
    color: #434343;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.intro-box2 .itb2-rate .i2r-price-list .ipl-box {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.intro-box2 .itb2-rate .i2r-price-list .ipl-box.ib-hl .ipl-num,
.intro-box2 .itb2-rate .i2r-price-list .ipl-box.ib-hl .ipl-currency {
    color: #FB390E;
}
.intro-box2 .itb2-rate .i2r-price-list .ipl-num {
    font-size: 44px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.intro-box2 .itb2-rate .i2r-price-list .ipl-num sup {
    font-size: 28px;
}
.intro-box2 .itb2-rate .i2r-price-list .ipl-currency {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
/*----*/


/*----*/
.float-function {
    width:  136px;
    height: auto;
    position: fixed;
    top: 200px;
    right: 30px;
    z-index: 999;
}
.float-function * {
    box-sizing: border-box;
}
.flf-service {
    width: 100%;
    height: 110px;
    position: relative;
    text-align: center;
    display: block;
}
.ffs-ic {
    width: 100px;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.ffs-circle {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 67px;
    background: #ddf3d3;
    border-radius: 99em 99em 0 0;
}
.flf-list {
    width: 100%;
}
.flf-list li {
    width: 100%;
    height: 44px;
    background: #e9e9e9;
}
.flf-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 0 11px;
    color: white;
    font-size: 14px;
    line-height: 1.2;
}
.flf-list .ffl-banner {
    height: auto;
}
.flf-list .ffl-banner a {
    padding: 0;
}
.flf-list .ffl-banner img {
    width: 100%;
    display: block;
}
.flf-list .ffl-noic a {
    justify-content: center;
}
.flf-list .ffl-noic .ffl-txt {
    text-align: center;
}
.flf-list .ffl-ic {
    width: 21px;
    margin-right: 8px;
    flex-shrink: 0;
}
.flf-list .ffs-ic {
    width: 100%;
    display: inline-block;
}
.flf-list .ffl-txt.ft-2 {
    text-align: 13px;
}
.flf-list .ffl-txt .ft-hl {
    color: #E60012;
}
.flf-list .ffl-fb a {
    background: #3b5998;
}
.flf-list .ffl-ec a {
    background: #fccc00;
    color: #795b2c;
}

.flf-list .ffl-shopline a {
    background: #4b8630;
}
.flf-list .ffl-3ds a {
    background: #4b8630;
}
.flf-list .ffl-faq a {
    background: #1C7F75;
}
.flf-list .ffl-prac a {
    background: #FFB4DC;
    color: #6E2055;
}
.flf-list .ffl-b a {
    background: #3b5998;
}
.flf-list .ffl-y a {
    background: #fccc00;
    color: #795b2c;
}
.flf-list .ffl-g a {
    background: #00B900;
}
.flf-list .ffl-top {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}
.flf-list .ffl-top a {
    background: #e9e9e9;
    color: #588c3f;
    justify-content: center;
}
.flf-list .ffl-top .ffl-ic {
    margin-right: 0;
}
/*----*/
/*-- contentbox --*/
.ecpayCounter .contentBox ul li.contentBox_center{
	margin:0 auto; 
	width:100%; 
	text-align:center;
}
.ecpayCounter .contentBox ul li.contentBox_center h4{
	text-align: center;
}
.ecpayCounter .contentBox ul li.contentBox_center p{
	text-align: center;
}
.ecpayCounter .btn-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
}
.ecpayCounter .btn-box .bb-btn {
    min-width: 128px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #FFF;
    color: #026454;
    font-size: 16px;
    line-height: 36px;
    padding: 0 16px;
    transition: .3s;
    box-sizing: border-box;
}
.ecpayCounter .btn-box .bb-btn:hover {
    background-color: #d4eeea;
    text-decoration: none;
}




.ind-funtion-box {
    width: 100%;
    background: center center / contain no-repeat;
    box-sizing: border-box;
    height: 250px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ind-funtion-box .ifc-title {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 8px;
}
.ind-funtion-box .ifc-txt {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}
.ind-funtion-box .ifc-btn-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ind-funtion-box .ifc-btn {
    min-width: 128px;
    height: 44px;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    box-sizing: border-box;
    text-decoration: none;;
}
/*-- omo 區塊 --*/
.ind-omo {
    background-image: url("../images/omo_index_bg.png");
}
.ind-omo .ifb-content{
    width: 340px;
	padding-left: 80px;
}
.ind-omo .ifc-title {
    color: #1E7B59;
}
.ind-omo .ifc-btn {
    background: #2F8B69;
    color: #FFF;
}
.ind-omo .ifc-btn:hover {
    background: #246b51;
}
/*----*/
/*-- 綠界新型閘道 區塊 --*/
.ind-gateway {
    background-image: url("../images/gateway_index_bg.png");
    justify-content: flex-end;
}
.ind-gateway .ifb-content{
    width: 440px;
	padding-right: 90px;
}
.ind-gateway .ifc-title {
    color: #11581E;
}
.ind-gateway .ifc-btn {
    background: #278B39;
    color: #FFF;
}
.ind-gateway .ifc-btn:hover {
    background: #1d682b;
}
/*----*/
/*-- ecticket 區塊 --*/
.ind-ecticket {
    background-image: url("../images/ecticket_index_bg.png");
}
.ind-ecticket .ifb-content{
    width: 570px;
	padding-left: 60px;
}
.ind-ecticket .ifc-title {
    color: #104934;
}
.ind-ecticket .ifc-title .it-sub {
    color: #414141;
    font-size: 14px;
}
.ind-ecticket .ifc-btn {
    background: #FFF;
    color: #1A5A42;
}
.ind-ecticket .ifc-btn:hover {
    background: #F5F5F5;
}
/*----*/
/*-- shopify 區塊 --*/
.ind-shopify {
    background-image: url("../images/shopify_index_bg.png");
}
.ind-shopify .ifb-content{
    width: 490px;
	padding-left: 70px;
}
.ind-shopify .ifc-logo {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}
.ind-shopify .ifc-logo img {
    height: 100%;
    display: block;
}
.ind-shopify .ifc-title {
    color: #FFF;
    font-size: 22px;
    text-shadow: none;
    margin-bottom: 0;
}
.ind-shopify .ifc-btn-box {
    justify-content: flex-end;
    margin-top: 47px;
}
.ind-shopify .ifc-btn {
    border-radius: 16px;
    background: #FFF;
    color: #444;
}
.ind-shopify .ifc-btn:hover {
    background: #F5F5F5;
}
/*----*/



/*----*/
.ind-wrap {
    width: 100%;
    padding: 64px 0;
    background: #FFF;
    box-sizing: border-box;
    position: relative;
}
.ind-wrap.iw-bg {
    background: #F5F5F5;
}
.ind-title {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #588C3F;
    line-height: 1.5;
    margin-bottom: 16px;
}
.ind-title .idt-txt {
    font-size: 16px;
    color: #444;
}
.ind-function-list {
    width: 1170px;
    margin: 0px auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 64px;
}
.ind-function-list * {
    box-sizing: border-box;
}
.ind-function-list.ifl-2 {
    padding-bottom: 40px;
}
.ind-function-list.ifl-2 .ifl-box {
    margin: 0 24px 24px 0;
}
.ind-function-list.ifl-2 .ifl-box:nth-child(2n) {
    margin-right: 0;
}
.ind-function-list.ifl-nopd {
    padding-bottom: 0;
}
.ind-function-list .ifl-box {
    width: calc(50% - 12px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 40px;
    margin-top: 24px;
    background: #FFF;
    border-radius: 20px;
    border: 1px solid #E1E3E6;
}
.ind-function-list .ifl-box:first-child {
    margin-top: 0;
}
.ind-function-list .ifl-box:nth-child(2n) {
    margin-right: 24px;
}
.ind-function-list .ifl-box.ifb-2 {
    width: 100%;
    margin-right: 0;
}
.ind-function-list .ifl-box.ifb-2 .ifb-img {
    width: 500px;
}
.ind-function-list .ifl-box.ifb-3 {
    width: 100%;
    margin-right: 0;
}
.ind-function-list .ifl-box.ifb-3 .ifb-img {
    width: 260px;
}
.ind-function-list .ifl-box.ifb-3 .ifb-content .ifc-txt + .ifc-list {
    margin-top: 24px;
}
.ind-function-list .ifl-box.ifb-3 .ifb-content .ifc-btn-box {
    margin-top: 24px;
}
.ind-function-list .ifb-content {
    width: 100%;
    min-height: 200px;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.ind-function-list .ifb-img {
    width: 200px;
    flex-shrink: 0;
}
.ind-function-list .ifb-img img {
    width: 100%;
    display: block;
}
.ind-function-list .ifb-content .ifc-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    margin-bottom: 16px;
}
.ind-function-list .ifb-content .ifc-txt {
    font-size: 16px;
    color: #444;
    line-height: 1.4;
}
.ind-function-list .ifb-content .ifc-tip {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 1.4;
    margin-top: 8px;
}
.ind-function-list .ifb-content .ifc-hl {
    color: #588C3F;
}
.ind-function-list .ifb-content .ifc-hl2 {
    color: #F24F4F;
}
.ind-function-list .ifb-content .ifc-list {
    padding-left: 18px;
    margin: 0;
}
.ind-function-list .ifb-content .ifc-list + .ifc-tip {
    padding-left: 18px;
}
.ind-function-list .ifb-content .ifc-list li {
    width: auto;
    float: none;
    border-right: 0;
    padding: 0px;
    list-style-type: disc;
    font-size: 16px;
    color: #444;
    line-height: 1.4;
}
.ind-function-list .ifb-content .ifc-list li + li {
    margin-top: 3px;
}
.ind-function-list .ifb-content .ifc-btn-box {
    width: 100%;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ind-function-list .ifb-content .ifc-btn-box .ifc-btn {
    min-width: 132px;
    height: 54px;
    display: flex;
    padding: 16px 16px 16px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #588C3F;
    font-size: 16px;
    color: #FFF;
    line-height: 1.4;
}
.ind-function-list .ifb-content .ifc-btn-box .ifc-btn:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url('../images/arrow-right-w.svg') center center / contain no-repeat;
    margin-left: 4px;
}
.ind-function-list .ifb-content .ifc-btn-box .ifc-btn:hover {
    text-decoration: none;
}
/*----*/

/*----*/
.ind-project {
    width: 100%;
    padding: 64px 0;
    background: #F4F9F1;
    box-sizing: border-box;
    position: relative;
}
.ind-project * {
    box-sizing: border-box;
}
.idp-box {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.ind-project .idp-list {
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ind-project .idp-list .swiper-slide {
    height: 185px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start; 
    padding: 24px 20px;
    border-radius: 20px;
    border: 1px solid #DCE2EC;
    background: #FFF  ;
}

.ind-project .idp-list .il-pic {
    width: 70px;
    height: 70px;
    margin-right: 16px;
    flex-shrink: 0;
}
.ind-project .idp-list .il-pic img {
    width: 100%;
}
.ind-project .idp-list .il-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.ind-project .idp-list .ilc-box {
    width: 100%;
}
.ind-project .idp-list .ilc-box .il-title {
    width: 100%;
    font-size: 20px;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.4;
}
.ind-project .idp-list .ilc-box .il-txt {
    width: 100%; 
    font-size: 15px;
    color: #444;
    line-height: 1.4;
    padding-bottom: 12px;
}
.ind-project .idp-list .il-link {
    width: 100%;
}

.ind-project .idp-list .il-link .ill-txt {
    font-size: 16px;
    color: #00783C;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ind-project .idp-list .il-link .ill-txt:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/arrow-right-g.svg') center center / contain no-repeat;
    margin-left: 4px;
}

.ind-project .swiper-button-next,
.ind-project .swiper-button-prev {
    width: 36px;
    height: 36px;
    top: calc(50% + 52px - 18px);
}
.ind-project .swiper-button-next,
.ind-project .swiper-container-ril .swiper-button-prev {
    right: -36px;
    background: url('../images/arrow-circle.svg') center center / contain no-repeat;
    transform: rotate(180deg);
}

.ind-project .swiper-button-prev,
.ind-project .swiper-container-ril .swiper-button-next {
    left: -36px;
    background: url('../images/arrow-circle.svg') center center / contain no-repeat;
}
/*----*/

/*----*/
.ind-intro-wrap {
    width: 100%;
    background: #FFF;
    box-sizing: border-box;
    position: relative;
}
.ind-intro-wrap * {
    box-sizing: border-box;
}
.ind-intro-wrap .iiw-box {
    width: 1200px;
    margin: 0px auto;
    padding: 64px 55px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ind-intro-wrap .iiw-box .iwb-content {
    width: 100%;
    padding: 0 16px 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.ind-intro-wrap .iiw-box .iwb-img {
    width: 370px;
    flex-shrink: 0;
    align-self: flex-end;
}
.ind-intro-wrap .iiw-box .iwb-img img {
    width: 100%;
    display: block;
}
.ind-intro-wrap .iiw-box .iwb-content .iwc-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    margin-bottom: 16px;
}
.ind-intro-wrap .iiw-box .iwb-content .iwc-txt {
    font-size: 16px;
    color: #444;
    line-height: 1.4;
}
.ind-intro-wrap .iiw-box .iwb-content .iwc-txt + .iwc-link {
    margin-top: 24px;
}
.ind-intro-wrap .iiw-box .iwb-content .iwc-tip {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 1.4;
    margin-top: 8px;
}
.ind-intro-wrap .iiw-box .iwb-content .iwc-link {
    width: 100%;
}
.ind-intro-wrap .iiw-box .iwb-content .iwc-link .il-txt {
    font-size: 16px;
    color: #00783C;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ind-intro-wrap .iiw-box .iwb-content .iwc-link .il-txt + .il-txt {
    margin-top: 4px;
}
.ind-intro-wrap .iiw-box .iwb-content .iwc-link .il-txt:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/arrow-right-g.svg') center center / contain no-repeat;
    margin-left: 4px;
}
.ind-intro-wrap .iiw-box .iwb-content .iwc-hl {
    color: #588C3F;
}
.ind-intro-wrap .iiw-box .iwb-content .iwc-hl2 {
    color: #F24F4F;
}
.ind-intro-wrap .iiw-box .iwb-content .iwc-list {
    padding-left: 18px;
    margin: 0;
}
.ind-intro-wrap .iiw-box .iwb-content .iwc-list + .iwc-tip {
    padding-left: 18px;
}
.ind-intro-wrap .iiw-box .iwb-content .iwc-list li {
    width: auto;
    float: none;
    border-right: 0;
    padding: 0px;
    list-style-type: disc;
    font-size: 16px;
    color: #444;
    line-height: 1.4;
}
.ind-intro-wrap .iiw-box .iwb-content .iwc-list li + li {
    margin-top: 3px;
}
/*----*/

/*----*/
.ind-bank-box {
    width: 1170px;
    margin: 0px auto;
    padding: 0px 10px;
}
.ind-bank-box .ind-title {
    text-align: center;
}
.ind-bank-box .ibb-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ind-bank-box .ibl-title {
    color: #7C7C7C;
    font-size: 14px;
    line-height: 1.4;
    margin-right: 16px;
}
.ind-bank-box .ibl-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #333;
    font-size: 16px;
    line-height: 1.4;
}
.ind-bank-box .ibl-box a {
    display: block;
    color: #333;
}
.ind-bank-box .ibl-box a + a {
    margin-left: 12px;
}
/*----*/

/*--宣告圖片跳窗--*/
.oanc-wrap {
    width: 100%;
    max-width: 800px; 
    margin-left: -400px;
    padding: 0px;
    background: transparent;
    border: none;
}
.oanc-wrap .close_btn_5s {
    top: -32px;
    right: 0px;
    width: 25px;
    height: 25px;
    background: #FFF;
    border-radius: 99em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oanc-wrap .oil-container {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.oanc-wrap .oc-image {
    width: 100%;
}
.oanc-wrap .oc-image img {
    width: 100%;
    display: block;
}
.oanc-wrap .oil-pg {
    width: 100%;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oanc-wrap .oil-pg .swiper-pagination-bullet {
    margin: 0 4px;
}
.oanc-wrap .oil-pg .swiper-pagination-bullet-active {
    background: #00783C;
}
/*----*/