
/*public*/

table {
	max-width: 100% !important;
	text-align: center !important;
}
.cont_banner{
    margin-top: 145px;
    width: 100%;
}
.cont_banner img{
    width: 100%;
}
.bread {
    margin-top: 17px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
    margin-bottom: 56px;
    color: #777777;
}
.bread a {
    font-size: 14px;
    color: #777777;
}
.bread a:hover {
    color: #424886;
}

.p_mt0 { 
    margin-top: 0 !important;
}
.p_mb0 {
    margin-bottom: 0 !important;
}
.p_mtb0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.p333 {
    color: #333333 !important;
    margin-bottom: 0 !important;
}



/*左侧导航菜单    home*/
.sideMenu {
    width: 200px;
    height: 1030px;
    background-color: #f4f4f4;
    padding: 30px 36px 0 24px;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-bottom: 200px;
}

.sideMenu h3 {
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    border-top: 1px solid #e3e3e3;
    background: #f4f4f4;
    cursor: pointer;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.sideMenu .nLi:last-child h3 {
    border-bottom: 1px solid #e3e3e3;
}
.sideMenu .nLi h3:after {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-top: 1.2px solid;
    border-right: 1.2px solid;
    border-color: #cecece;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-bottom: 2px;
}
.sideMenu .nLi.on h3 {
    font-size: 18px;
    font-weight: bold;
}
.sideMenu .nLi.on h3:after {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-top: 1.2px solid;
    border-right: 1.2px solid;
    border-color: #333333;
    transform: rotate(135deg);
    margin-left: 10px;
    margin-bottom: 3px;
    transition: all .1s;
}

.sideMenu .to_right {
    width: 0;
    height: 0;
    border-left: 10px solid #cccf;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.sideMenu ul .nLi.on .sub {
    display: block;
}

.sideMenu ul .nLi .sub {
    color: #999;
    display: none;
    margin-bottom: 40px;
}

.sideMenu ul .nLi .sub li {
    mix-height: 30px;
    line-height: 30px;
    list-style: none;
    
}

.sideMenu ul .nLi .sub li a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #555555;
    text-decoration: none;
    padding-left: 11px;
    box-sizing: border-box;
}

.sideMenu ul .nLi .sub li a:hover,.sideMenu ul .nLi .sub li a.ac {
    color: #424886;
}
/*左侧导航菜单    end*/


.sideCont {
    width: 880px;
    float: left;
    margin-left: 54px;
    margin-bottom: 200px;
    margin-top: 12px;
}

.current {
    color: #424886 !important;
}

/*public---end*/



/*================================== help.html =======================*/

.help_banner {
    width: 100%;
    height: 450px;
    background: url("../images/help/banner.jpg") no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 145px;
}
.help_banner h2 {
    font-size: 52px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 120px;
}
.help_banner h2 b {
    color: #ffbf61;
}
.help_banner p {
    font-size: 40px;
    color: #ffffff;
    font-weight: 500;
}
.help_banner .searchBox {
	width: 580px;
	height: 58px;
	border-radius: 58px;
	background-color: #fff;
	position: relative;
	margin-top: 40px;
	margin-bottom: 15px;
}
.help_banner .searchBox::before {
	content: '';
	width: 22px;
	height: 22px;
    background: url("../images/help/serch.png") no-repeat center;
	position: absolute;
	top: 18px;
	left: 26px;
}
.help_banner .searchBox input {
	width: 380px;
	height: 58px;
	line-height: 58px;
	border: none;
	background: none;
	margin-left: 62px;
	font-size: 18px;
}
.help_banner .searchBox button {
	width: 130px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	border-radius: 58px;
	background-color: #ffdc59;
	border: none;
	font-size: 20px;
	cursor: pointer;
}
.help_banner .qa {
	color: #9f9f9f;
	font-size: 14px;
	margin-left: 30px;
}



.help_cont .c {
    width: 28.3%;
	height: 385px;
    text-align: left;
    float: left;
    margin-top: 90px !important;
    position: relative;
}
.help_cont .c:nth-child(4n) {
	width: 15%;
}
.help_cont .c h6 {
	display: inline-block;
	padding: 10px 0;
    font-size: 24px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
	border-bottom: 3px solid #ffdc59;
}
.help_cont .c img {
    margin-bottom: 22px;
}
.help_cont .c a {
    display: block;
    font-size: 14px;
    color: #555555;
    line-height: 34px;
}
.help_cont .c a:hover {
    color: #2a3578;
}
.help_cont .c a.more {
    line-height: initial;
    color: #2a3578;
	margin-top: 20px;
}
.help_cont .c a img {
    margin: 0;
    vertical-align: middle;
    margin-left: 5px;
}
.help_cont .c a.more:hover {
    color: #2a3578;
    font-weight: 700;
}
.help_cont .c a.more:hover img {
    content: url("../images/arrow.png");
}

.help_cont1 {
    margin-bottom: 110px;
}

.searchContBox {
	display: none;
	margin: 120px 0;
}
.searchContBox a {
	margin: 26px 0;
	display: block;
	font-size: 24px;
	color: #555;
}

.help_cont4 {
    width: 100%;
    height: 774px;
    background: url("../images/help/c4_bg.jpg") no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.help_cont4 h6 {
    font-size: 40px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    padding-top: 85px;
    margin-bottom: 35px;
}
.help_cont4 textarea {
    width: 100%;
    height: 320px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 35px;
    font-size: 14px;
    color: #777777;
    resize: none;
}
.help_cont4 .sub {
    display: inline-block;
    width: 200px;
    height: 55px;
    line-height: 55px;
    background-color: #757575;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
    transition: 0.4s;
    border: none;
    cursor: pointer;
}
.help_cont4 .sub img {
    vertical-align: middle;
    margin-left: 15px;
}
.help_cont4 .sub:hover {
    background-color: #2a3578;
    transition: 0.4s;
}

/*================================== help.html---end =======================*/




/*================共用=====================*/
.content {
    display: none;
}
.menu-cont.content .cont a {
    color: #424886;
}
/*.content:nth-child(1) {*/
/*display: block;*/
/*}*/
.public_cont .sideCont {
    padding-top: 35px;
}
.public_cont .sideCont .content h4 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
}
.public_cont .sideCont .content p {
    font-size: 16px;
    color: #777777;
    font-weight: 500;
    line-height: 26px;
    margin: 15px 0px;
    margin-bottom: 30px;
}
.public_cont .sideCont .content ul li {
    font-size: 16px;
    color: #777777;
    line-height: 38px;
}
.public_cont .sideCont .content ul li b {
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    margin-right: 10px;
}

.public_cont img {
    max-width: 880px;
}

/*================共用--end=====================*/




/*=================================help_zhaq.html====================================*/





/*=================================help_zhaq.html---end====================================*/





/*=================================help_ggwt.html====================================*/

.ggwt_cont table{}
.ggwt_cont table {
    border-right:1px solid #eff1f8;border-bottom:1px solid #eff1f8;
    width: 100%;
    text-align: center;
}
.ggwt_cont table th {
    width: 50%;
    height: 60px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    background-color: #595c95;
    border-top: 1px solid #eff1f8;
    text-align: left;
    padding-left: 30px;
}
.ggwt_cont table tr:nth-child(2) td {font-weight: 700;}
.ggwt_cont table td {
    border-left:1px solid #eff1f8;border-top:1px solid #eff1f8;
    font-size: 16px;
    color: #555555;
    height: 48px;
    text-align: center;
}
.ggwt_cont table tr:nth-child(odd) {
    background-color: #f8faff;
}
.public_cont.ggwt_cont .sideCont .content .p2 {
    color: #333333;
    margin: 0;
}
.public_cont.ggwt_cont .sideCont .content .p2 span {
    color: #777777;
    font-size: 16px;
}
.public_cont.ggwt_cont .sideCont .content .pp2 span {
    margin-left: 42px;
}

.public_cont.ggwt_cont .sideCont .content h6 {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    margin-top: 15px;
    line-height: 32px;
}

/*=================================help_ggwt.html---end====================================*/



/*----------------------香港期货 香港期货市场规则 begin----------------*/
.help_hkqh{
    width: 100%;
    background-color: #fff;
    margin-top: 2px;
}
.mod_con {
    margin-top: -2px;
}
.mod_con div {
    margin-top: 31px;
}
.mod_con h2{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    padding-bottom: 5px;
}
.mod_con p{
    width: 884px;
    line-height: 28px;
    font-size: 16px;
    color: #777777;
}
.mod_con .time{
    font-size: 16px;
    color: #555555;
}
/*----------------------香港期货 香港期货市场规则 end------------------*/



/*----------------------香港期货 期货合约月份对照表 begin-------------------*/
.time_con1 p{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
}
.t1{
    width: 100%;
    text-align: center;
    margin-top: 66px;
    border-right:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    margin-bottom: 85px;
}
.t1 th{
    height: 54px;
    font-size: 20px;
    font-weight: normal;
    color: #eff1f8;
    background-color: #595c95;
    border-top: 1px solid #eff1f8;
    border-left: 1px solid #eff1f8;
    text-align: center;
}
.t1 td {
    text-align: center;
    font-size: 14px;
    color: #555555;
    height: 45px;
    text-align: left;
    padding-left: 2px;
    border-top:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
}
.t1 tr:nth-child(odd) {
    background-color: #f8faff;
}
.time_table1 tr:nth-child(1) th{
    background-color: #595c95;
}
.time_table1 tr td{
    font-size: 16px;
    line-height: 46px;
    color: #555555;
    padding-left: 205px;
}
.time_table1 tr:nth-child(odd) {
    height: 45px;
}
.time_table1 tr:nth-child(even) {
    height: 47px;
}
.time_table1 tr td:nth-child(2) {
    padding-left: 202px !important;
}
/*----------------------香港期货 期货合约月份对照表 end-------------------*/

/*----------------------香港期货 其他问题 begin--------------------------*/
.mod_con h6{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 6px;
}
.other.mod_con h2{
    padding-bottom: 5px;
}
.other_con1{
    margin-top: 21px !important;
}
.other.mod_con div:nth-child(3) div{
    margin-top: 25px;
}
.other_l{
    line-height: 28px;
    letter-spacing: 0px;
    font-size: 16px;
    color: #777777;
}
/*----------------------香港期货 其他问题 end--------------------------*/



/*----------------------环球期货 环球期货出入金问题 begin--------------------------*/
.hqqh_sty1{
    font-weight: bold;
    color: #333333;
}
.hqqh_sty2{
    color: #333333;
}
.hhqh_l{
    line-height: 28px;
    font-size: 16px;
    color: #777777;
    letter-spacing: 0.3px;
}
/*----------------------环球期货 环球期货出入金问题 end--------------------------*/

/*----------------------股票轉倉 股票轉倉指引 begin-----------------------------*/
.gpzc_btn1{
    cursor: pointer;
    width: 243px;
    height: 55px;
    background-color: #757575;
    margin-top: 51px !important;
}
.gpzc_btn1:hover {
    background-color: #2a3578;
}
.gp_zy p{
    margin-bottom: 40px;
}
.gpzc_btn1 a{
    font-size: 20px;
    line-height: 56px;
    color: #ffffff;
    padding-left: 18px;
}
.gp_yh_con1 p{
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}
/*----------------------股票轉倉 股票轉倉指引 end-------------------------------*/

/*----------------------實用表格 表格下载 begin--------------------------------*/
.help_bg_dowload{
    width: 100%;
    background-color: #ffffff;
}
.help_bg_dowload .sideCont{
    margin-top: -16px !important;
}
.bg_dowload_table1{
    width: 100%;
    text-align: center;
    margin-top: 66px;
    border-right:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    margin-bottom: 71px;
}
.bg_dowload_table1{
    height: 56px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    border-top: 1px solid #eff1f8;
    border-left: 1px solid #eff1f8;
}
.bg_dowload_table1 th{
    width: 886px;
    height: 50px;
    background-color: #595c95;
    font-size: 22px;
    font-weight: normal;
    color: #eff1f8;
    text-align: left;
    padding-left: 55px;
}
.bg_dowload_table1 td{
    font-size: 16px;
    color: #555555;
    height: 47px;
    border-top:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
    text-align: left;
    padding-left: 55px;
}
.bg_dowload_table1 tr:nth-child(even) {
    background-color: #f8faff;
    height: 45px;
}
.bg_dowload_table1 tr td:nth-child(2){
    border-left:none;
    text-align: center;
    padding-left: 0px !important;
}
.bg_dowload_table1 tr td img{
    padding-left: 10px;
}
.bg_dowload_table1 tr td a:hover {
    color: #424886;
}


/*----------------------實用表格 表格下载 end----------------------------------*/

/*===============================================================================凡哥一千行==================================================*/

/* ==============开户指南 khzn --strat =================== */
.khzn_cont{
    padding-bottom: 108px;
}
.zjxg_cont{
    padding-bottom: 108px;
}

/* 如何开户 kh */
.khzn_cont .sideCont {
    width: 888px;
    float: left;
    margin-left: 52px;
    margin-bottom: 200px;
    display: inline-block;
}
.kh .sideCont-table{
    display: inline-block;
    /* width: 888px; */
    float: right;
}
.kh h2,.kh_xg h2{
    font-size: 35px;
    color: #333333;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 52px;
}
.kh .item,.kh_xg .item{
    display: inline-block;
    /* margin-top: 65px; */
	margin-top: 0;
	width: 33%;
	min-height: 32rem;
	float: left;
}
.kh .item .title,.kh_xg .item .title{
    font-size: 18px;
    color: #777777;
    margin-bottom: 25px;
    height: 20px;
}

.kh .item:nth-of-type(1) .title,
.kh .item:nth-of-type(2) .title,
.kh .item:nth-of-type(3) .title,
.kh_xg .item:nth-of-type(1) .title,
.kh_xg .item:nth-of-type(2) .title,
.kh_xg .item:nth-of-type(3) .title
{
    font-size: 18px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 25px;
    height: 55px;
}
.kh .item:nth-of-type(1),
.kh .item:nth-of-type(2),
.kh .item:nth-of-type(3),
.kh_xg .item:nth-of-type(1),
.kh_xg .item:nth-of-type(2),
.kh_xg .item:nth-of-type(3){
    margin-top: 0px;
}
.kh .item:nth-of-type(2),.kh_xg .item:nth-of-type(2){
    /* margin-left: 20px; */
}
.kh .item:nth-of-type(3),.kh_xg .item:nth-of-type(3){
    /* margin-left: 43px; */
}
.kh .item:nth-of-type(5),.kh_xg .item:nth-of-type(5){
    /* padding: 0 44px; */
}
.kh .item:nth-of-type(8),.kh_xg .item:nth-of-type(8),.kh_xg .item:nth-of-type(11),.kh_xg .item:nth-of-type(14),.kh_xg .item:nth-of-type(17){
    /* padding: 0 44px; */
}
/* .kh_xg .item {
    float: left;
    width: 33%;
    margin: 0;
    height: 700px;
    text-align: center;
}
.kh_xg .item .title {
    display: inline-block;
    text-align: left;
}
.kh_xg .item img {
    width: 90%;
}
.kh_xg .item:nth-of-type(3n-1) {
    margin: 0 0.5%;
} */

/* 大陆开户 kh-dl */
.kh_dl h2{
    font-size: 35px;
    color: #333333;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 52px;
}
.kh_dl .item{
    display: inline-block;
    margin-top: 65px;
}
.kh_dl .item .title{
    font-size: 18px;
    color: #777777;
    margin-bottom: 25px;
    height: 20px;
}

.kh_dl .item:nth-of-type(1) .title,
.kh_dl .item:nth-of-type(2) .title,
.kh_dl .item:nth-of-type(3) .title{
    font-size: 18px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 25px;
    height: 55px;
}
.kh_dl .item:nth-of-type(1),
.kh_dl .item:nth-of-type(2),
.kh_dl .item:nth-of-type(3){
    margin-top: 0px;
}

.kh_dl .item:nth-of-type(2),
.kh_dl .item:nth-of-type(5),
.kh_dl .item:nth-of-type(8){
    padding: 0 44px;
}

/* 香港开户 kh-hk */
.kh_hk h2{
    font-size: 35px;
    color: #333333;
    font-weight: 500;
    margin-top: 30px;
    /* margin-bottom: 52px; */
}
.kh_hk .item{
    display: inline-block;
    margin-top: 38px;
}
.kh_hk .item .title{
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: bold;
}
.kh_hk .item .text-title{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.kh_hk .item .text{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 10px;
}

/* 常见问题 kh-problem */
.kh_problem .item:nth-of-type(1){
    display: inline-block;
    margin-top: 34px!important;
}
.kh_problem .item{
    display: inline-block;
    margin-top: 34px;
}
.kh_problem .item .title{
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: bold;
}
.kh_problem .item .text-title{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.kh_problem .item .text{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 10px;
}

/* ==============开户指南 khzn --end ===================== */


/* ==============資金相關 zjxg --strat =================== */

.flow.m-f{
    justify-content: space-between;
}

/*  Eddid ONE資金操作流程  zj_lc  */
.zj_lc h2{
    font-size: 35px;
    color: #333333;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 35px;
}
.zj_lc .item{
    display: inline-block;
    margin-top: 65px;
}

.zj_lc .item{
    display: inline-block;
    margin-top: 65px;
}
.zj_lc .item .title{
    font-size: 18px;
    color: #777777;
    margin-bottom: 25px;
    height: 54px;
}
.zj_lc .block{
    margin-top: 90px;
}


.zj_lc .text{
    font-size: 16px;
    line-height: 28px;
    color: #777;
    margin-top: 10px;
    margin-bottom: 60px;
}
.zj_lc .item:nth-of-type(1),
.zj_lc .item:nth-of-type(2),
.zj_lc .item:nth-of-type(3){
    margin-top: 0px;
}

.zj_lc .item:nth-of-type(2),
.zj_lc .item:nth-of-type(5),
.zj_lc .item:nth-of-type(8){
    padding: 0 40px;
}






/*  香港銀行存入資金  zj_hkcr */
.zj_hkcr .item:nth-of-type(1){
    margin-top: 33px!important;
    margin-bottom: 25px;
}
.zj_hkcr .item:last-of-type{
    margin-top: 70px!important;
}

.zj_hkcr .item{
    display: inline-block;
    margin-top: 40px;
}
.zj_hkcr .item img{
    margin-left: -4px;
}
.zj_hkcr .item .title{
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
}
.zj_hkcr .item .text-title{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.zj_hkcr .item .text{
    font-size: 16px;
    line-height: 28px;
    color: #777;
    /* margin-top: 10px; */
}
.zj_hkcr .item b{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
    /* margin-top: 10px; */
}
.zj_hkcr .item .text2{
    margin-top: 30px;
}



.zj_edda .item .title{
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
	margin-top: 30px;
}
.zj_edda .item .text {
    font-size: 16px;
    line-height: 28px;
    color: #777;
}
.zj_edda .item .text b {
	color: #333;
}
.zj_edda .item .text span.t {
	color: #333;
}
.zj_edda .item .text img {
	margin-bottom: 35px !important;
}
/*  資金存入常見問題  zj_crwt */

.zj_crwt .item:nth-of-type(1){
    display: inline-block;
    margin-top: 35px!important;
}
.zj_crwt .item{
    display: inline-block;
    margin-top: 34px;
}
.zj_crwt .item .title{
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: bold;
}
.zj_crwt .item .text-title{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.zj_crwt .item .text{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 10px;
}
.zj_crwt .item .tip{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 15px;
}
.zj_crwt .item b{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-top: 15px;
}

/*  資金提取常見問題  zj_tqwt */
.zj_tqwt .item:nth-of-type(1){
    display: inline-block;
    margin-top: 35px!important;
}
.zj_tqwt .item{
    display: inline-block;
    margin-top: 34px;
}
.zj_tqwt .item .title{
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: bold;
}
.zj_tqwt .item .text{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 10px;
}

.zj_tqwt .item .tip{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 15px;
}
.zj_tqwt .item b{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
    margin-top: 15px;
}




/*  香港銀行卡辦理  zj_hkkbl */
.zj_hkkbl .item:nth-of-type(1){
    display: inline-block;
    margin-top: 35px!important;
}
.zj_hkkbl .item{
    display: inline-block;
    margin-top: 34px;
}
.zj_hkkbl .item .title{
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: bold;
}
.zj_hkkbl .item .text-title{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.zj_hkkbl .item .text{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 10px;
}
.zj_hkkbl .item .text2{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 15px;
}
.zj_hkkbl .item b{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
}

/* zj_gmgsfbz 港美股存入資金收費標準 */
.zj_gmgsfbz .item:nth-of-type(1),
.item-tip{
    display: inline-block;
    margin-top: 30px!important;
}
.zj_gmgsfbz .item,
.item-tip{
    display: inline-block;
    margin-top: 34px;
    text-align: left;
}
.zj_gmgsfbz .item .title,
.item-tip .title{
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: bold;
}
.zj_gmgsfbz .item .text-title,
.item-tip .text-title{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.zj_gmgsfbz .item .text,
.item-tip .text{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 10px;
}
.zj_gmgsfbz .item .text2,
.item-tip .text2{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 15px;
}
.zj_gmgsfbz .item b,
.item-tip b{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
}

.item-tip span{
    width: 70px;
    display: inline-block;
    font-weight: 500;
    color: #333;
}

.zj_gmgsfbz .cont2 .item:nth-of-type(1){
    margin-top: 30px!important;
    margin-bottom: 25px;
}
.zj_gmgsfbz .cont2 .item:last-of-type{
    margin-top: 60px!important;
}

.zj_gmgsfbz .cont2 .item{
    display: inline-block;
    margin-top: 40px;
}
.zj_gmgsfbz .cont2 .item img{
    margin-left: -4px;
}
.zj_gmgsfbz .cont2 .item .title{
    font-size: 20px;
    color: #333333;
    margin-bottom: 0px;
    font-weight: bold;
}
.zj_gmgsfbz .cont2 .item .text-title{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.zj_gmgsfbz .cont2 .item .text{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    /* margin-top: 10px; */
}
.zj_gmgsfbz .cont2 .item b{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
    width: 96px;
    display: inline-block;
}
.zj_gmgsfbz .cont2 .item .text2{
    margin-top: 30px;
}
.zj_gmgsfbz .cont2 .item .text2 .title2{
    font-weight: bold;
}

/* 选项 */
.zj_gmgsfbz .nav a {
    float: left;
    display: inline-block;
    width: 20%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 20px;
}
.zj_gmgsfbz .cont{
    display: none;
    text-align: left;
}
.zj_gmgsfbz .ac{
    display: block;
}
.zj_gmgsfbz{
    margin-top: 38px!important
}
.zj_gmgsfbz .nav a:hover,.zj_gmgsfbz .nav a.ac {
    background-color: #424886;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.zj_gmgsfbz .flow{
    text-align: left;
}
.zj_gmgsfbz .flow .icon0{
    /* height: 68px;
    line-height: 68px; */
    display: inline-block;

}
.zj_gmgsfbz .flow .icon0 img{
    padding: 10px 20px 10px 15px;

}
.zj_gmgsfbz .flow .block,.zj_qhsfbz .flow .block,.zj_whjjcrtq .flow .block{
    /* display: inline-block; */
}
.zj_qhsfbz .block h6,.zj_gmgsfbz .flow .block p,
.zj_gmgsfbz .block h6, .zj_qhsfbz .flow .block p,
.zj_whjjcrtq .block h6,.zj_whjjcrtq .flow .block p {
    display: block;
    font-size: 16px;
    /* float: left; */
    /* width: 133px; */
    text-align: left;
    color: #555555;
	line-height: 35px;
	margin-bottom: 10px;
}
.zj_gmgsfbz .block p span,.zj_whjjcrtq .block p span {
	font-size: 14px;
	color: #999;
}
.zj_gmgsfbz .block h6, .zj_qhsfbz .block h6, .zj_whjjcrtq .block h6 {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	margin-top: 25px;
}
.zj_qhsfbz .flow .block p, .zj_whjjcrtq .flow .block p {
	display: block !important;
	margin-left: 0 !important;
}


/* zj_qhsfbz 期貨存入資金收費標準 */
.zj_qhsfbz .item:nth-of-type(1),
.item-tip{
    display: inline-block;
    margin-top: 30px!important;
}
.zj_qhsfbz .item,
.item-tip{
    display: inline-block;
    margin-top: 34px;
    text-align: left;
}
.zj_qhsfbz .item .title,
.item-tip .title{
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: bold;
}
.zj_qhsfbz .item .text-title,
.item-tip .text-title{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.zj_qhsfbz .item .text,
.item-tip .text{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 10px;
}
.zj_qhsfbz .item .text2,
.item-tip .text2{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 15px;
}
.zj_qhsfbz .item b,
.item-tip b{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
}

.item-tip span{
    width: 70px;
    display: inline-block;
    font-weight: 500;
    color: #333;
}

.zj_qhsfbz .cont2 .item:nth-of-type(1){
    margin-top: 30px!important;
    margin-bottom: 25px;
}
.zj_qhsfbz .cont2 .item:last-of-type{
    margin-top: 60px!important;
}

.zj_qhsfbz .cont2 .item{
    display: inline-block;
    margin-top: 40px;
}
.zj_qhsfbz .cont2 .item img{
    margin-left: -4px;
}
.zj_qhsfbz .cont2 .item .title{
    font-size: 20px;
    color: #333333;
    margin-bottom: 0px;
    font-weight: bold;
}
.zj_qhsfbz .cont2 .item .text-title{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.zj_qhsfbz .cont2 .item .text{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    /* margin-top: 10px; */
}
.zj_qhsfbz .cont2 .item b{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
    width: 96px;
    display: inline-block;
}
.zj_qhsfbz .cont2 .item .text2{
    margin-top: 30px;
}
.zj_qhsfbz .cont2 .item .text2 .title2{
    color: #333;
    font-weight: bold;
}

/* 选项 */
.zj_qhsfbz .nav a {
    float: left;
    display: inline-block;
    width: 20%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 20px;
}
.zj_qhsfbz .cont{
    display: none;
    text-align: left;
}
.zj_qhsfbz .ac{
    display: block;
}
.zj_qhsfbz{
    margin-top: 38px!important
}
.zj_qhsfbz .nav a:hover,.zj_qhsfbz .nav a.ac {
    background-color: #424886;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.zj_qhsfbz .flow{
    text-align: left;
}
.zj_qhsfbz .flow .icon0{
    /* height: 68px;
    line-height: 68px; */
    display: inline-block;

}
.zj_qhsfbz .flow .icon0 img{
    padding: 10px 20px 10px 15px;

}
.zj_qhsfbz .flow .block{
    /* display: inline-block; */
}
.zj_qhsfbz .flow .block p{
    display: inline-block;
    font-size: 16px;
    /* float: left; */
    /* width: 133px; */
    text-align: left;
    margin-left: 18px;
    color: #555555;
}



.zj_whjjcrtq .item:nth-of-type(1),
.item-tip{
    display: inline-block;
    margin-top: 30px!important;
}
.zj_whjjcrtq .item,
.item-tip{
    display: inline-block;
    margin-top: 34px;
    text-align: left;
}
.zj_whjjcrtq .item .title,
.item-tip .title{
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: bold;
}
.zj_whjjcrtq .item .text-title,
.item-tip .text-title{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.zj_whjjcrtq .item .text,
.item-tip .text{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 10px;
}
.zj_whjjcrtq .item .text2,
.item-tip .text2{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 15px;
}
.zj_whjjcrtq .item b,
.item-tip b{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
}

.item-tip span{
    width: 70px;
    display: inline-block;
    font-weight: 500;
    color: #333;
}

.zj_whjjcrtq .cont2 .item:nth-of-type(1){
    margin-top: 30px!important;
    margin-bottom: 25px;
}
.zj_whjjcrtq .cont2 .item:last-of-type{
    margin-top: 60px!important;
}

.zj_whjjcrtq .cont2 .item{
    display: inline-block;
    margin-top: 40px;
}
.zj_whjjcrtq .cont2 .item img{
    margin-left: -4px;
}
.zj_whjjcrtq .cont2 .item .title{
    font-size: 20px;
    color: #333333;
    margin-bottom: 0px;
    font-weight: bold;
}
.zj_whjjcrtq .cont2 .item .text-title{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.zj_whjjcrtq .cont2 .item .text{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    /* margin-top: 10px; */
}
.zj_whjjcrtq .cont2 .item b{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
    width: 96px;
    display: inline-block;
}
.zj_whjjcrtq .cont2 .item .text2{
    margin-top: 30px;
}
.zj_whjjcrtq .cont2 .item .text2 .title2{
    color: #333;
    font-weight: bold;
}

/* 选项 */
.common_nav .nav a {
    float: left;
    display: inline-block;
    width: 20%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 20px;
    text-align: center;
}
.common_nav .cont{
    display: none;
    text-align: left;
}
.common_nav .ac{
    display: block;
}
.common_nav{
    margin-top: 38px!important
}
.common_nav .nav a:hover,.common_nav .nav a.ac {
    background-color: #424886;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.common_nav .flow{
    text-align: left;
}
.common_nav .flow .icon0{
    /* height: 68px;
    line-height: 68px; */
    display: inline-block;

}
.common_nav .flow .icon0 img{
    padding: 10px 20px 10px 15px;

}
.common_nav .flow .block{
    /* display: inline-block; */
}
.common_nav .flow .block p{
    display: inline-block;
    font-size: 16px;
    /* float: left; */
    /* width: 133px; */
    text-align: left;
    margin-left: 18px;
    color: #555555;
}


.zj_bzgjyh h2,.cont_bzgjyh h2 {
    font-size: 35px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 35px;
}
.ccc_bzgjyh .nav {
    margin-bottom: 15px;
}
.ccc_bzgjyh .nav a {
    display: inline-block;
    float: left;
    width: 178px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: 20px;
    color: #333333;
    text-align: center;
    /*margin-bottom: 60px;*/
}
.ccc_bzgjyh .nav a.ac, .ccc_bzgjyh .nav a:hover {
    border: 1px solid #424886;
    background-color: #424886;
    font-weight: 700;
    color: #ffffff;
}
.ccc_bzgjyh .open_box {
    position: absolute;
    top: -10px;
    left: 0;
    background-color: #8082ae;
    padding: 10px 20px;
    font-size: 20px;
    color: #ffffff !important;
    border-radius: 46px;
}
.ccc_bzgjyh .show_box {
    display: none;
    width: 666px;
    border: 1px solid #8082ae;
    box-shadow: 0px 0px 50px 0px #8082ae;
    z-index: 9;
    position: absolute;
    top: 2%;
    left: 50%;
    margin-left: -333px;
    background-color: #fff;
    padding-bottom: 100px;
}
.ccc_bzgjyh .show_box .close {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    background-color: #8082ae;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
}
.ccc_bzgjyh .show_box .close img {
    width: 20px;
    margin-top: 10px;
}
.ccc_bzgjyh .show_box h4 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 40px;
}
.ccc_bzgjyh .show_box p {
    text-align: left;
    padding: 0px 28px;
    font-size: 16px;
    color: #555555;
    line-height: 26px;
    margin-bottom: 5px;
}
.ccc_bzgjyh .show_box p a {
    color: #424886;
    text-decoration:underline;
}
.ccc_bzgjyh .show_box p.yes {
}
.ccc_bzgjyh .show_box p.yes a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #b1b9cf;
    vertical-align: text-bottom;
    margin-right: 10px;
    position: relative;
}
.ccc_bzgjyh .show_box p.yes a img {
    display: none;
    width: 25px;
    height: 24px;
    position: absolute;
    top: -5px;
    right: -4px;
}
.ccc_bzgjyh .show_box a.kaihu {
    display: none;
    background-color: #8082ae;
    padding: 10px 20px;
    font-size: 20px;
    color: #ffffff;
    border-radius: 46px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -75px;
}

.zj_bzgjyh .cont1 .c1,.zj_bzgjyh .cont2 .c1, .cont_bzgjyh .cont1 .c1,.cont_bzgjyh .cont2 .c1 {
    float: left;
    text-align: left;
    font-size: 16px;
    color: #555555;
    margin-right: 22px;
}
.zj_bzgjyh .cont2 .c1, .cont_bzgjyh .cont2 .c1 {
    margin-right: 25px;
}
.zj_bzgjyh .cont2 i.c2, .cont_bzgjyh .cont2 i.c2 {
    margin-top: 10px;
}
.zj_bzgjyh .cont1 .c1 ul li,.zj_bzgjyh .cont2 .c1 ul li, .cont_bzgjyh .cont1 .c1 ul li,.cont_bzgjyh .cont2 .c1 ul li {
    font-size: 16px;
    color: #555555;
}
.zj_bzgjyh .cont1 .c2,.cont_bzgjyh .cont1 .c2 {
    margin-top: 60px;
}
.zj_bzgjyh .cont1 i.c2,.cont_bzgjyh .cont1 i.c2 {
    margin-top: 70px;
}
.zj_bzgjyh .cont2, .cont_bzgjyh .cont2 {
    width: 100%;
    padding-bottom: 60px;
    border-bottom: 1px solid #ececec;
    margin-top: 35px;
}
.zj_bzgjyh .cont3, .cont_bzgjyh .cont3 {
    text-align: left;
    margin-top: 60px;
}
.zj_bzgjyh .cont3 h6, .cont_bzgjyh .cont3 h6 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 30px;
}
.zj_bzgjyh .cont3 .c1, .cont_bzgjyh .cont3 .c1 {
    float: left;
    margin-bottom: 60px;
}
.zj_bzgjyh .cont3 .c1 p, .cont_bzgjyh .cont3 .c1 p {
    font-size: 18px;
    color: #777777;
    margin-bottom: 26px;
}
.zj_bzgjyh .cont4, .cont_bzgjyh .cont4 {
    margin-top: 60px;
}
.zj_bzgjyh .cont4 h6, .cont_bzgjyh .cont4 h6 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    text-align: left;
    margin: 10px 0px;
}
.zj_bzgjyh .cont4 p, .cont_bzgjyh .cont4 p {
    text-align: left;
    font-size: 16px;
    color: #777777;
    line-height: 30px;
}
.zj_bzgjyh .cont5, .cont_bzgjyh .cont5 {
    margin-top: 80px;
}
.zj_bzgjyh .cont5 h6, .cont_bzgjyh .cont5 h6 {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
}
.zj_bzgjyh .cont5 p, .cont_bzgjyh .cont5 p {
    text-align: left;
    font-size: 16px;
    color: #777777;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 18px;
}
.ccc_bzgjyh .SIBtk {
    display: none;
}
.ccc_bzgjyh .SIBtk p {
    font-size: 16px;
    color: #777777;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
}
/*.zj_bzgjyh .SIBtk h6 {*/
/*}*/
.ccc_bzgjyh .SIBtk h6,.ccc_bzgjyh .SIBtk p b {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    text-align: left;
    line-height: 28px;
}
.ccc_bzgjyh .SIBtk h4 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    text-align: left;
    margin-top: 35px;
    margin-bottom: 15px;
}




/* ==============資金相關 zjxg --end =================== */



/* ==============收费标准 sfbz --start =================== */
.w886{
    width: 886px;
}
.sfbz_cont{
    padding-bottom: 170px;
}

/* sf_hk 港股收費標準 */
.sf_hk  .nav,.sf_forex .nav{
    height: 115px;
    line-height: 100px;
    font-size: 16px;
}
.sf_hk tr.two_line td,.sf_forex tr.two_line td{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.sf_hk .cont6 tr.two_line td,.sf_forex .cont6 tr.two_line td{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.sf_hk,.sf_forex {
    text-align: center;
}
.sf_hk h6 ,.sf_forex h6 {
    margin-top: 110px;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
}
.sf_hk .nav a,.sf_forex .nav a {
    float: left;
    display: inline-block;
    width: 16.6%;
    height: 78px;
    line-height: 30px;
    box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 20px;
    padding-top: 8px;
}
.sf_hk .nav a:hover,.sf_hk .nav a.ac,.sf_forex .nav a:hover,.sf_forex .nav a.ac {
    background-color: #424886;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.sf_hk .cont ,.sf_forex .cont {
    display: none;
}
.sf_hk .cont.ac,.sf_forex .cont.ac {
    display: block;
}
.sf_hk .cont table,.sf_forex .cont table {
    border-right:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee
}
.sf_hk .cont table td,.sf_forex .cont table td {
    border-left:1px solid #eeeeee;
    border-top:1px solid #eeeeee;
    height: 88px;
    font-size: 16px;
}
.sf_hk .cont table,.sf_forex .cont table {
    width: 100%;
    text-align: center;
}
.sf_hk .cont table th,.sf_forex .cont table th {
    width: 25%;
    height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    background-color: #595c95;
    border-top: 1px solid #eff1f8;
    border-left: 1px solid #eff1f8;
}
.sf_hk .cont table td,.sf_forex .cont table td {
    text-align: left;
    font-size: 14px;
    color: #555555;
    height: 48px;
}
.sf_hk .cont table tr>td:nth-of-type(1),.sf_forex .cont table tr>td:nth-of-type(1) {
    padding-left: 55px;
}
.sf_hk .cont6 table tr>td:nth-of-type(1),.sf_forex .cont6 table tr>td:nth-of-type(1) {
    padding-left: 38px;
}
.sf_hk .cont table tr>td:nth-of-type(2),.sf_forex .cont table tr>td:nth-of-type(2){
    padding-left: 65px;
}
.sf_hk .cont table tr>td:nth-of-type(2) p,.sf_forex .cont table tr>td:nth-of-type(2) p{
    text-align: center;
}
.sf_hk .cont table tr>td:nth-of-type(3),.sf_forex .cont table tr>td:nth-of-type(3){
    padding-left: 40px;
}
.sf_hk .cont table tr>td:nth-of-type(4),.sf_forex .cont table tr>td:nth-of-type(4){
    padding-left: 41px;
}
.sf_hk .cont table tr:nth-child(odd) ,.sf_forex .cont table tr:nth-child(odd) {
    background-color: #f8faff;
}
.sf_hk .cont table span ,.sf_forex .cont table span {
    font-size: 14px !important;
}
.sf_hk .cont .tips,.sf_forex .cont .tips {
    text-align: left;
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}
.sf_hk .cont h4 ,.sf_forex .cont h4 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    padding: 0;
    margin: 10px 0px;
    text-align: left;
    margin-top: 40px;
}
.sf_hk .cont h6 ,.sf_forex .cont h6 {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.sf_hk .cont.cont1 p ,.sf_forex .cont.cont1 p {
    text-align: left;
    font-size: 16px;
    color: #777777;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 26px;
}

.sf_hk .cont p span ,.sf_forex .cont p span {
    font-size: 14px !important;
}
.sf_hk .cont p a ,.sf_forex .cont p a {
    text-decoration: #424886;
    color: #424886;
}
.sf_hk .cont2 table tr>td:nth-of-type(1),.sf_forex .cont2 table tr>td:nth-of-type(1){
    padding-left: 35px;
}

.sf_hk .cont3 table tr>td:nth-of-type(1),.sf_forex .cont3 table tr>td:nth-of-type(1){
    padding-left: 43px;
}
.sf_hk .cont3 table tr>td:nth-of-type(2),.sf_forex .cont3 table tr>td:nth-of-type(2){
    padding-left: 42px;
}
.sf_hk .cont3 table tr>td:nth-of-type(4),.sf_forex .cont3 table tr>td:nth-of-type(4){
    padding-left: 70px;
}

.sf_hk .cont4 table tr>td:nth-of-type(1),.sf_forex .cont4 table tr>td:nth-of-type(1){
    padding-left: 19px;
}
.sf_hk .cont4 table tr>td:nth-of-type(2),.sf_forex .cont4 table tr>td:nth-of-type(2){
    padding-left: 45px;
}
.sf_hk .cont4 table tr>td:nth-of-type(4),.sf_forex .cont4 table tr>td:nth-of-type(4){
    padding-left: 70px;
}

.sf_hk .cont5 table tr>td:nth-of-type(1),.sf_forex .cont5 table tr>td:nth-of-type(1) {
    padding-left: 36px;
}

.sf_hk .cont table tr td.td2 ,.sf_forex .cont table tr td.td2 {
    text-align: left;
    padding-left: 81px;
}

.sf_hk .cont6 table tr td.td2 ,.sf_forex .cont6 table tr td.td2 {
    text-align: left;
    padding-left: 189px;
}
.sf_hk .cont4 table tr td.td2 ,.sf_forex .cont4 table tr td.td2 {
    text-align: left;
    padding-left: 43px;
}
.sf_hk .cont table tr td.td3 ,.sf_forex .cont table tr td.td3 {
    text-align: left;
    padding-left: 40px;
}
.sf_hk .cont table tr td.td4 ,.sf_forex .cont table tr td.td4 {
    text-align: left;
    padding-left: 56px;
}
.sf_hk .cont4 table tr td.td4 ,.sf_forex .cont4 table tr td.td4 {
    text-align: left;
    padding-left: 32px;
}

.sf_hk .cont5 table tr td.td2 ,.sf_forex .cont5 table tr td.td2 {
    text-align: left;
    padding-left: 87px;
}


.sf_hk .cont6 .tip,.sf_forex .cont6 .tip {
    font-size: 12px;
    color: #b3b3b3;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 70px;
}
.sf_hk .cont6 .item,.sf_forex .cont6 .item {
    text-align: left;
    margin-top: 25px;
}
.sf_hk .cont6 .item .title,.sf_forex .cont6 .item .title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: bold;
}
.sf_hk .cont6 .item .title2,.sf_forex .cont6 .item .title2{
    font-size: 16px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: bold;
}

.sf_hk .cont6 .item .text,.sf_forex .cont6 .item .text {
    font-size: 16px;
    line-height: 26px;
    color: #777;
    /* margin-top: 20px; */
}
.sf_hk .cont6 .item a,.sf_forex .cont6 .item a{
    font-size: 16px;
    color: #595c95;
    display: block;
    text-decoration:underline

}
.sfbz_cont .sideCont{
    margin-top: 50px;
}

/* sf_us 美股收費標準 */


.sf_us .cont table{border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee}
.sf_us .cont table td{border-left:1px solid #eeeeee;border-top:1px solid #eeeeee;
    height: 88px;
    font-size: 16px;
}
.sf_us .cont table {
    width: 100%;
    text-align: center;
}
.sf_us .cont table th {
    width: 18%;
    height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    background-color: #595c95;
    border-top: 1px solid #eff1f8;
    border-left: 1px solid #eff1f8;
}
.sf_us .cont table td {
    text-align: left;
    font-size: 16px;
    color: #555555;
    height: 48px;
}
.sf_us .cont table tr td:nth-of-type(1){
    padding-left: 26px;
}
.sf_us .cont table tr td:nth-of-type(2){
    padding-left: 33px;
}
.sf_us .cont table tr td:nth-of-type(3){
    padding-left: 63px
}
.sf_us .cont table tr td:nth-of-type(4){
    padding-left: 63px;
}
.sf_us .cont table tr td:nth-of-type(5){
    padding-left: 34px;
}
.sf_us .cont table tr:nth-child(odd) {
    background-color: #f8faff;
}
/* .sf_us .cont p {
    font-size: 12px;text-align: right;line-height: 28px;color: #b3b3b3;
} */


/* sf_futures 香港期貨收費標準 */
.sf_futures .item .text{
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-top: -5px;

}
.sf_futures .item .text2{
    font-size: 16px;
    line-height: 28px;
    color: #777777;
    margin-top: 50px;


}
.sf_futures .item .text2 b{
    color: #333;
}
.sf_futures .fu{
    width: 100%;
    text-align: center;
    margin-top: 66px;
    /* border-right:1px solid #eeeeee; */
    /* border-bottom:1px solid #eeeeee; */
}
.sf_futures .fu_table1 th{
    height: 55px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    background-color: #595c95;
    border-top: 1px solid #eff1f8;
    border-left: 1px solid #eff1f8;
}

.sf_futures .fu_table1 tr:nth-of-type(2) th{
    background-color: #595c95;
}
.sf_futures .fu td {
    text-align: center;
    font-size: 16px;
    color: #555555;
    height: 47px;
    padding-left: 10px;
    border-top:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
}
.sf_futures .fu tr:nth-child(odd) {
    background-color: #f8faff;
}
.sf_futures .fu_table1 tr:nth-child(2) th{
    font-size: 16px;
}
.sf_futures .fu_table1 tr td:nth-child(2){
    padding-left: 24px;
}
.sf_futures .fu_table1 tr td:nth-child(3){
    text-align: center;
}
.sf_futures .fu_table1 tr td:nth-child(4){
    text-align: center;
}
.sf_futures .fu_table1 tr td:nth-child(5){
    padding-left: 15px;
}
.sf_futures .fu_table1 tr td:nth-child(6){
    padding-left: 11px;
}
/* 期權保證金 表 */
.sf_futures .fu{
    width: 100%;
    text-align: left;
    /* border-right:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee; */
    margin-top: 0;


}
.sf_futures .fu_table2 th{
    height: 55px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    background-color: #595c95;
    border-top: 1px solid #eff1f8;
    border-left: 1px solid #eff1f8;
    border-right: 1px solid #eff1f8;
    /* text-align: left;
    padding-left: 40px; */
}

.sf_futures .fu_table2 tr:nth-of-type(2) th{
    background-color: #595c95;
}
.sf_futures .fu td {
    text-align: center;
    font-size: 16px;
    color: #555555;
    height: 47px;
    padding-left: 10px;
    border-top:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
}
.sf_futures .fu tr:nth-child(odd) {
    background-color: #f8faff;
}
.sf_futures .fu_table2 tr:nth-child(2) th{
    font-size: 16px;
}
.sf_futures .fu_table2 tr td:nth-child(1){
    width: 168px;
    /* padding-left: 40px; */

}
.sf_futures .fu_table2 tr td:nth-child(2){
    /* padding-left: 116px;
    width: 305px; */
}
.sf_futures .fu_table2 tr td:nth-child(3){
    /* text-align: left; */
    /* width: 201px; */
    /* padding-left: 56px; */
}


/* sf_fe 環球期貨收費標準 */

.sf_fe .item:nth-of-type(1){
    display: inline-block;
    margin-top: -24px!important;
}
.sf_fe .item{
    /* display: inline-block; */
    margin-top: 15px;
}
.sf_fe .item .title{
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: bold;
}
.sf_fe .item .text-title{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.sf_fe .item .text{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 20px;
}
.sf_fe .item .text b{
    color: #333;
}

/* 表格 */
.futures_cont3 .fu_table2 td {
    padding-left: 13px;
}
.futures_cont3 .fu_table2 tr td:first-child{
    font-size: 20px;
    text-align: left;
    padding-left: 29px;
}
.futures_cont3 .fu_bz{
    font-size: 12px;text-align: right;line-height: 28px;color: #b3b3b3;
}
.fu_tab_menu{
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    margin-left: 7px;
}
.fu_tab_menu .menu1 p,.fu_tab_menu .menu2 p{
    position: relative;
    font-size: 36px;
    line-height: 30px;
    color: #333333;
    cursor: pointer;
}
.fu_tab_menu .menu {
    position: relative;
}
.fu_tab_menu .menu::after {
    content:"";
    position:absolute;
    left: -7px;
    bottom: -13px;
    height:3px;
    width: 0px;
    background-color: #ffd100;
    transition: all 0.5s;
}
.fu_tab_menu .menu:hover::after {
    width: 337px;
}
.fu_tab_menu .menu:hover p{
    font-weight: bold;
}
.fu_tab_menu .menu.ch p{
    font-weight: bold;
}
.fu_tab_menu .menu.ch::after {
    content:"";
    position:absolute;
    left: -7px;
    bottom: -13px;
    height:3px;
    width: 337px;
    background-color: #ffd100;
    transition: all 0.5s;
}
.cont3-item .nav{
    margin-top: 66px;
}
.cont3-item .nav a {
    float: left;
    display: inline-block;
    width: 16.6%;
    height: 54px;
    line-height: 54px;
    box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 22px;
    padding-left: 30px;

}
.cont3-item .nav a:hover,.cont3-item .nav a .ac {
    background-color: #424886;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}
.cont3-item .nav .many.ac a,.cont3-item .nav a .ac {
    background-color: #424886;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}


.sf_fe .fu{
    width: 100%;
    text-align: center;
    margin-top: 66px;
    border-right:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
}
.sf_fe .fu th{
    height: 55px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    background-color: #595c95;
    border-top: 1px solid #eff1f8;
    border-left: 1px solid #eff1f8;
}
.sf_fe .fu td {
    text-align: center;
    font-size: 16px;
    color: #555555;
    height: 55px;
    text-align: left;
    padding-left: 10px;
    border-top:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
}
.sf_fe .fu tr:nth-child(odd) {
    background-color: #f8faff;
}


.sf_fe .fu_table3 {
    margin-top: 20px;
}
.sf_fe .fu_table3 th{
    height: 56px;
}
.fu_table3 .th1{
    color: #eff1f8;
    font-size: 16px;
}
.sf_fe .fu_table3 tr td:first-child{
    font-size: 16px;
    padding-left: 8px;
}
.sf_fe .fu_table3 tr td:nth-child(2){
    padding-left: 34px;
}
.sf_fe .fu_table3 tr td:nth-child(3){
    padding-left: 25px;
}
.sf_fe .fu_table3 tr td:nth-child(4){
    padding-left: 12px;
}
.sf_fe .fu_table3 tr td:nth-child(5){
    padding-left: 20px;
}
.sf_fe .fu_table3 tr td:nth-child(6){
    padding-left: 18px;
}
.sf_fe .fu_table3 tr td:nth-child(7){
    text-align: center;
}
.sf_fe .fu_table3.cont34 tr td:first-child{
    padding-left: 24px;
}
.sf_fe .fu_table3.cont35 tr td:first-child{
    padding-left: 39px;
}
.sf_fe .fu_table3.cont35 tr td:nth-child(4){
    padding-left: 35px;
}
.sf_fe .fu_table3.cont36 tr td:first-child{
    padding-left: 24px;
}
.sf_fe .fu_table3.cont36 tr td:nth-child(5){
    padding-left: 22px;
}
.sf_fe .fu_table3.cont36 tr td:nth-child(6){
    padding-left: 24px;
}
.sf_fe .fu_table3.cont37 tr td:first-child{
    padding-left: 40px;
}
.sf_fe .fu_table3.cont37 tr td:nth-child(4){
    padding-left: 26px;
}
.sf_fe .fu_table3.cont38 tr td:first-child{
    padding-left: 10px;
}
.sf_fe .fu_table3.cont38 tr td:nth-child(4){
    padding-left: 15px;
}

.sf_fe .nav {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
}

/* ==============收费标准 sfbz --end =================== */



.mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
}
.mask .sign_box {
    width: 330px;
    height: 310px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px #666;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -165px;
    margin-left: -165px;
    text-align: center;
}
.mask .sign_box div {
    width: 300px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: left;
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
}
.mask .sign_box div span {
    display: inline-block;
    width: 48px;
    height: 46px;
    border-right: 1px solid #dcdcdc;
    text-align: center;
    float: left;
}
.mask .sign_box div input {
    width: 170px;
    height: 42px;
    border: none;
    background-color: #fff;
    float: left;
    font-size: 14px;
    color: #999;
    padding-left: 12px;
}
.mask .sign_box div button {
    width: 65px;
    height: 46px;
    background-color: #dcdcdc;
    border: none;
    padding: 0px;
    margin: 0;
    float: right;
    font-size: 16px;
    color: #7172a5;
    cursor: pointer;
}
.mask .sign_box a {
    display: inline-block;
    width: 302px;
    height: 54px;
    line-height: 54px;
    background-color: #7172a5;
    color: #ffffff;
    font-weight: 700;
    font-size: 26px;
}
.mask .sign_box a:hover {
    background-color: #64659c;
}
.mask .sign_box .close {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 3;
    cursor: pointer;
}
.mask .sign_box .close:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/vip/x.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/* 收费标准表格更改 */
.sf_us_title{
    font-size: 26px;
    font-weight: 500;
    /* line-height: 80px; */
    margin-bottom: 27px;
	color: #333333;
}
.sf_us .cont .newtable th {
    width: initial;
    height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    background-color: #595c95;
    border-top: 1px solid #eff1f8;
    border-left: 1px solid #eff1f8;
}
.sf_us .cont .newtable th:nth-child(1){
    /* text-align: left;
    padding-left: 22px; */
}
.sf_us .cont .newtable tr td:nth-of-type(1) {
    padding-left: initial;
}
.sf_us .cont .newtable td {
    text-align: center;
    font-size: 16px;
    color: #555555;
    height: 48px;
    /* padding:0 14px!important ; */
    padding-left: initial!important;
}
.sf_us .cont2 .newtable td {
	height: 70px;
}

.tab-title{
    height: 60px;
        font-size: 22px;
        line-height: 60px;
        color: #fff;
        border: solid 1px #e0e3ee;
        border-bottom: 0px;
        background-color: #595c95;

}



.sf_us .cont .newtable2{
    margin-top: 60px;
}
.sf_us .cont .newtable2 td {
    text-align: center;
    font-size: 16px;
    color: #555555;
    height: 40px;
    /* padding:0 14px!important ; */
    padding-left: initial!important;
}

.tipP {
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
	color: #999999;
	line-height: 24px;
}
.tipP.time {
	color: #333;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* help_otherstock start */
.qtwt_cont.public_cont .sideCont .content ul {
    margin-bottom: 20px;
}
.qtwt_cont.public_cont .sideCont .content table p{
    margin-bottom: 15px;
}
.qtwt_cont.public_cont .sideCont a{
    color: #2a3578;
}
.qtwt_cont.public_cont .sideCont .content ul li{
    list-style: inherit;
    margin-left: 36px;
}
.qtwt_cont.public_cont .sideCont .content ul li p{
    margin:0 0 10px;
}
.public_cont.qtwt_cont .sideCont .content p{
    margin-bottom: 15px;
}
.public_cont.qtwt_cont table th{
    text-align: center;
    font-size: 20px;
    width: inherit;
    padding-left: 0;
    font-weight: normal;
}
/* help_otherstock end */
