@charset "utf-8";
#mobilemenu {
    display: none;
    position: fixed;
    top: 46px;
    left: -100%;
    background-color: #54585a;
    width: 100%;
    /*max-width: 300px;*/
    height: calc(100% - 46px);
    box-shadow: 0 0 3px rgba(42, 42, 42, 0.1);
    display: block;
    z-Index: 9999999999;
    -webkit-transition: .5s;
    transition: .5s;
    display: none;

}

@media (max-width: 767px) {
    #mobilemenu {
        display: block;
    }
}

#mobilemenu.active {
    left: 0;
}

#mobilemenu a {
    text-decoration: none;
}

#mobilemenu a:active, #mobilemenu a:hover {
    text-decoration: none;
}

#mobilemenu .mobilemenu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger {
    position: fixed;
    top: 0;
    left: 0;
    width: 48px;
    height: 46px;
    line-height: 46px;
    z-Index: 99999999;
    cursor: pointer;
    background-color: #fff;
}

#mobilemenu.active .mobilemenu-wrapper .mobilemenu-trigger {
	background:#54585a;
}

#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

#mobilemenu.active .mobilemenu-wrapper .mobilemenu-trigger button {
	background-color: #54585a;
}

#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button span.box {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button span.box span.bar {
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #54585a;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 3px;
}

#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button span.box span.bar.top {
    top: 4px;
}

#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button span.box span.bar.middle {
    top: 50%;
    margin: -1px 0 0;
}

#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button span.box span.bar.bottom {
    bottom: 3px;
}

#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button.active span.box span.bar {
    width: 100% !important;
    background-color: #fff;
}

#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button.active span.box span.bar.top {
    -webkit-transform: rotate(45deg) translate(8px, 7px);
            transform: rotate(45deg) translate(8px, 7px);
    top: 0;
}

#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button.active span.box span.bar.middle {
    opacity: 0;
}

#mobilemenu .mobilemenu-wrapper .mobilemenu-trigger button.active span.box span.bar.bottom {
    -webkit-transform: rotate(-45deg) translate(8px, -7px);
            transform: rotate(-45deg) translate(8px, -7px);
    bottom: 0;
}

#mobilemenu .mobilemenu-wrapper .logo {
    background-color: white;
    padding: 70px 30px 20px;
}

#mobilemenu .mobilemenu-wrapper .logo img {
    width: 100%;
}

#mobilemenu .mobilemenu-wrapper .mobilemenu-view {
    position: relative;
    z-Index: 1;
	-webkit-overflow-scrolling: touch;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu {
    width: 100%;
    overflow: hidden;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu ul {
    margin: 0;
    padding: 0;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu li ul.mobile_sub_menu {
	display: none;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu li.open ul.mobile_sub_menu {
	display: block;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu li ul.mobile_sub_menu .subject {
	color:#000;
	font-size:13px;
	line-height:13px;
	padding: 15px;
	border-top: 1px solid rgba(204, 204, 204, 0.1);
	background:#eaeaea;
	background:url(/home/images/icon_mobile_subject.jpg) no-repeat right 18px top 15px #eaeaea;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu ul li {
    border-top: 1px solid rgba(204, 204, 204, 0.1);
    position: relative;
	float:none;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu ul li a {
    display: block;
    padding: 15px 15px;
    color: #253e85;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: white;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .tools ul li a {
	min-height: 26px;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu ul li#mobile_menu_tutorial {
	position:relative;
}

.zh_hk #mobilemenu .mobilemenu-wrapper .mobile_menu ul li#mobile_menu_fxwarrant:after, .zh_cn #mobilemenu .mobilemenu-wrapper .mobile_menu ul li#mobile_menu_fxwarrant:after {
	position:absolute;
	content:"全新";
	right: 45px;
    top: 4px;
    background: #564984;
    color: #fff;
    width: auto;
    height: 34px;
    line-height: 34px;
    padding: 0px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: normal;
	font-size: 13px;
}


.en_hk #mobilemenu .mobilemenu-wrapper .mobile_menu ul li#mobile_menu_fxwarrant:after  {
	position:absolute;
	content:"New";
	font-family: Arial, Helvetica, sans-serif;
	right: 45px;
    top: 4px;
    background: #564984;
    color: #fff;
    width: auto;
    height: 34px;
    line-height: 34px;
    padding: 0px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: normal;
	font-size: 13px;
}


#mobilemenu .mobilemenu-wrapper .mobile_menu ul li a.hide{ 
	background:url(/home/images/icon_mobile_menu_arrow_right.png) no-repeat center right 12px;
	background-size:20px;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu ul li.open a.hide{ 
	background:url(/home/images/icon_mobile_menu_arrow_down.png) no-repeat center right 12px #000;
	background-size:20px;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu ul li .accordion-btn {
    background-color: #000;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu ul li .accordion-btn i {
    font-size: 17px;
    color: white;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu ul li ul li a {
    padding: 15px;
    background-color: #54585a;
    color: white !important;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu ul li ul li.menu-item-has-children:after {
    position: absolute;
    right: 20px;
    top: 10px !important;
    content: "\f107";
    font-family: FontAwesome;
    color: #253e85 !important;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu ul li ul li.current-menu-item a,
          #mobilemenu .mobilemenu-wrapper .mobile_menu ul li ul li.current_page_parent a,
          #mobilemenu .mobilemenu-wrapper .mobile_menu ul li ul li.current_page_ancestor a {
    color: #253e85;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu ul li ul li ul li a {
    padding-left: 60px;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .tools li{ 
	width:50%;
	float:left;
	text-align:center;
	border-bottom: 1px solid rgba(204, 204, 204, 0.1);
	border-top: 1px solid rgba(204, 204, 204, 0.1);
	box-sizing:border-box;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .tools ul.fullwidth li{
	width:100%;
} 
#mobilemenu .mobilemenu-wrapper .mobile_menu .tools .menu_os_box{}
#mobilemenu .mobilemenu-wrapper .mobile_menu .tools .menu_os_box a{
	background: url(/home/images/icon_os_line_chart.png) no-repeat top 20px center;
    padding-top:45px;
    padding-bottom:20px;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .tools .menu_hk_top10_box{}
#mobilemenu .mobilemenu-wrapper .mobile_menu .tools .menu_hk_top10_box a{
	background: url(/home/images/icon_hk_top10_box.png) no-repeat top 20px center;
    padding-top:45px;
    padding-bottom:20px;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .lang{
	background:#000;
	padding:10px 15px;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .lang .tl{
	float:left;
	margin-right:10px;
	line-height:29px;
	color:#FFF;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .lang ul li{
	color:#FFF;
	float:left;
	margin-right:10px;
	border-top:none;
}
#mobilemenu .mobilemenu-wrapper .mobile_menu .lang ul li.desktop_button{ margin-right:0;}
#mobilemenu .mobilemenu-wrapper .mobile_menu .lang ul li.desktop_button a{ width:70px; margin-right:0;}
.en_hk #mobilemenu .mobilemenu-wrapper .mobile_menu .lang ul li.desktop_button a{ width:130px;}

#mobilemenu .mobilemenu-wrapper .mobile_menu .lang ul li a{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	font-size: 16px;
    border: 1px solid #b1b3b2;
    line-height: 27px;
    width: 27px;
	padding:0;
	text-align:center;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .lang ul li.current a{
	background:#4d7aa7;
	border:1px solid #4d7aa7;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .lang:after{
	content:"";
	clear:both;
	display:table;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .tools li:nth-child(odd){ 
	border-right: 1px solid rgba(204, 204, 204, 0.1);
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .tools{ 
	margin-bottom:120px;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .tools .menu_focus_box {
	display:block;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .tools .menu_focus_box a {
    background: url(/home/images/icon_focus_box.jpg) no-repeat top 17px center;
 	padding-top: 45px;
	padding-bottom:20px;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .tools .menu_comment_box {
	display:block;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .tools .menu_comment_box a {
	background: url(/home/images/icon_comment_box.jpg) no-repeat top 20px center;
	padding-top: 45px;
	padding-bottom:20px;
}

#mobilemenu .mobilemenu-wrapper .mobile_menu .tools:after { 
	content:""; 
	display:table; 
	clear:both;
}