/*手机端*/
@media only screen and (max-width: 880px) {
    /*香港市场页面样式开始*/
    #FAQpage img,
    #contactUs img,
    #downloadFile img,
    #drawDown img,
    #depositMoney img,
    #newSharesSub img,
    #marginLoans img,
    #americanMarket img,
    #chineseMarket img,
    #assetManageServices img,
    #HongKongMarket img {
        width: 100%;
    }

    #marginLoans .HongKongMarket_topImg,
    #americanMarket .HongKongMarket_topImg,
    #chineseMarket .HongKongMarket_topImg,
    #HongKongMarket .HongKongMarket_topImg {
        padding-bottom: 100px;
        border-bottom: 1px solid #e7e7e7;
    }

    #marginLoans .market_class,
    #americanMarket .market_class,
    #chineseMarket .market_class,
    #HongKongMarket .market_class {
        position: relative;
        height: 100%;
        text-align: center;
    }

    .market_class_1 {
        width: 90%;
        position: absolute;
        left: 5%;
        top: -20px;
        background-color: #fff;
        margin: 0 auto;
        overflow: hidden;
    }

    #marginLoans .market_class img,
    #americanMarket .market_class img,
    #chineseMarket .market_class img,
    #HongKongMarket .market_class img {
        width: 60px;
        height: 70px;
    }

    #americanMarket .market_class .market_class_type,
    #chineseMarket .market_class .market_class_type,
    #HongKongMarket .market_class .market_class_type {
        display: inline-block;
        width: 33%;
        float: left;
        text-align: center;
        padding: 10px;
        position: relative;
    }

    #americanMarket .market_class .market_class_type:nth-child(2):before,
    #chineseMarket .market_class .market_class_type:nth-child(2):before,
    #HongKongMarket .market_class .market_class_type:nth-child(2):before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 50%;
        background-color: #d5d5d5;
        position: absolute;
        left: 0;
        top: 20px;
    }

    #americanMarket .market_class .market_class_type:nth-child(2):after,
    #chineseMarket .market_class .market_class_type:nth-child(2):after,
    #HongKongMarket .market_class .market_class_type:nth-child(2):after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 50%;
        background-color: #d5d5d5;
        position: absolute;
        right: 0;
        top: 20px;
    }

    #americanMarket .market_class .market_class_type span,
    #chineseMarket .market_class .market_class_type span,
    #HongKongMarket .market_class .market_class_type span {
        display: block;
        margin-top: 10px;
        font-size: 14px;
    }

    #americanMarket .buyingSellingStocks,
    #chineseMarket .buyingSellingStocks,
    #HongKongMarket .buyingSellingStocks {
        position: relative;
    }

    #americanMarket .buyingSellingStocks_details,
    #chineseMarket .buyingSellingStocks_details,
    #HongKongMarket .buyingSellingStocks_details {
        width: 100%;
        text-align: center;
        position: absolute;
        padding-left: 25%;
        top: 50%;
    }

    #americanMarket .buyingSellingStocks_details em,
    #americanMarket .buyingSellingStocks_details p,
    #chineseMarket .buyingSellingStocks_details em,
    #chineseMarket .buyingSellingStocks_details p,
    #HongKongMarket .buyingSellingStocks_details em,
    #HongKongMarket .buyingSellingStocks_details p {
        font-size: 16px;
        color: #fff;
    }

    #americanMarket .buyingSellingStocks_details em,
    #chineseMarket .buyingSellingStocks_details em,
    #HongKongMarket .buyingSellingStocks_details em {
        font-size: 22px;
        margin-left: 10px;
    }

    #americanMarket .buyingSellingStocks_details span,
    #chineseMarket .buyingSellingStocks_details span,
    #HongKongMarket .buyingSellingStocks_details span {
        font-size: 14px;
        display: inline-block;
        padding: 5px 20px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background-color: #fff;
        color: #35aff8;
        margin-top: 15px;
    }

    #HongKongMarket .futures_options .futures_options_details {
        display: inline-block;
        background: url("../../images/img_xgsc_06_750.png") no-repeat;
        width: 100%;
        height: 100%;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    #HongKongMarket .futures_options h4 {
        padding-top: 80px;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
    }

    #HongKongMarket .futures_options .futures_type {
        margin-top: 30px;
        width: 80%;
        margin-left: 10%;
        background-color: #fff;
        margin-bottom: 20px;
        box-shadow: 3px 1px 5px #e3e3e3;
    }

    #HongKongMarket .futures_options .futures_type h5 {
        background-color: #35aff8;
        padding: 8px;
        color: #fff;
        text-align: center;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    #HongKongMarket .futures_options .futures_type .futures_type_contnet {
        text-align: center;
        padding: 20px;
    }

    #HongKongMarket .checkDateils {
        margin-top: 20px;
        text-align: center;
    }

    #HongKongMarket .checkDateils span {
        display: inline-block;
        background-color: #35aff8;
        color: #fff;
        font-size: 15px;
        padding: 7px 23px;
        margin-bottom: 50px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    /*香港市场页面样式结束*/
    /*资产管理服务页面样式开始*/
    #assetManageServices .assetManageServices_contnet p {
        margin-top: 20px;
    }

    #assetManageServices .assetManageServices_contnet p:first-child {
        margin-top: 10px;
    }

    #assetManageServices .assetManageServices_contnet h5 {
        font-size: 18px;
        font-weight: 700;
        margin-top: 30px;
        margin-bottom: -10px;
    }

    #assetManageServices .assetManageServices_contnet .meritList span {
        display: block;
        margin-top: 10px;
    }

    #assetManageServices .assetManageServices_contnet .meritList span:first-child {
        margin-top: 20px;
    }

    #assetManageServices .four_steps span {
        display: block;
    }

    #assetManageServices .four_steps span:first-child {
        padding-top: 20px;
    }

    #assetManageServices .four_steps span:last-child {
        padding-bottom: 50px;
    }

    /*#assetManageServices .meritList .dot_tips{*/
    /*float: left;*/
    /*margin-top: 5px;*/
    /*}*/
    #assetManageServices .meritList em {
        display: inline-block;
        width: 90%;
        vertical-align: top;
    }

    /*资产管理服务页面样式结束*/
    /*新股認購页面样式開始*/
    #newSharesSub .Subscribe_way .Subscribe_way_type {
        text-align: center;
        margin-bottom: 20px;
		overflow: hidden;
		position: relative;
    }

    #newSharesSub .Subscribe_way .Subscribe_way_type img {
        width: 50%;
    }

    #newSharesSub .Subscribe_way .Subscribe_way_type .type_name {
        font-size: 18px;
        font-weight: 700;
    }

    /*新股認購页面样式結束*/
    /*存入資金页面样式開始*/
    #drawDown .depositMoney_details,
    #depositMoney .depositMoney_details {
        padding: 30px;
    }

    #drawDown .depositMoney_details h4,
    #depositMoney .depositMoney_details h4 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    #drawDown .depositMoney_details p,
    #depositMoney .depositMoney_details p {
        margin-bottom: 10px;
    }

    #depositMoney .depositMoney_details span,
    #drawDown .depositMoney_details span {
        display: inline-block;
        width: 90%;
        vertical-align: top;
    }

    /*存入資金页面样式結束*/
    /*下載文件页面样式開始*/
    #downloadFile .downloadFile_details {
        padding: 20px;
    }

    #downloadFile .downloadFile_details .dldc_con_content > li {
        background-color: #f5f5f5;
        margin-bottom: 20px;
        padding: 10px 20px;
        height: 260px;
    }

    #downloadFile .downloadFile_details .dldc_con_content p {
        color: #7b96a6;
    }

    #downloadFile .downloadFile_details .dldc_con_content > li .dldc_con_title {
        font-size: 17px;
        color: #000;
        font-weight: 700;
        margin-bottom: 5px;
    }

    #downloadFile .download_logo {
        margin-top: 4px;
    }

    #downloadFile .downloadFile_details .dldc_con_content > li ul li {
        margin-bottom: 5px;
    }

    /*下載文件页面样式結束*/
    /*聯繫我們页面样式開始*/
    #contactUs .contactUs_list {
        padding: 25px;
    }

    #contactUs .contact_information {
        margin-bottom: 10px;
    }

    #contactUs h4 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    #contactUs .contact_information em {
        vertical-align: middle;
    }

    #contactUs .contactUs_icon {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url("../../images/img_lxwm_02_750.png") no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
        margin-right: 10px;
        vertical-align: middle;
    }

    #contactUs .contactUs_icon2 {
        background: url("../../images/img_lxwm_03_750.png") no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    #contactUs .contactUs_icon3 {
        background: url("../../images/img_lxwm_04_750.png") no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    /*聯繫我們页面样式結束*/
    /*常見問題页面样式開始*/
    #FAQpage .FAQpage_details {
        padding: 30px;
    }

    #FAQpage .FAQpage_details h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    #FAQpage .FAQpage_details h5 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1.5em;
    }

    #FAQpage .FAQpage_details .meritList span {
        display: block;
        margin-bottom: 10px;
    }

    #FAQpage .FAQpage_details .dot_tips_img {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url("../../images/img_cjwt_02_750.png") no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
        vertical-align: middle;
        margin-right: 5px;
    }

    #FAQpage .FAQpage_details em {
        vertical-align: middle;
    }

    #FAQpage .FAQpage_details_type {
        margin-bottom: 20px;
    }

    #privacyPage img{
        width: 100%;
    }
    .gjhsm_con_content_bg{
        padding: 10px;
    }

    .bankAccInfo table{
        border: none;
    }
    .bankAccInfo table th{
        background-color: #00b1fb;
        color: #fff;
        border: none;
        font-size: 14px;
		border-right: 1px solid #ffffff8f;
    }
	.bankAccInfo table th:last-child{
		 border-right:none;
	}

    .bankAccInfo table td{
        border: 1px solid #a5ddf5;
        font-size: 14px;
    }
    .bankAccInfo table tr td:last-child{
        border-right: 2px solid #a5ddf5;
    }
    .bankAccInfo table tr td:nth-child(3){
        text-align: center;
    }
    .bankAccInfo table tr td:nth-child(4){
        text-align: center;
    }
    .bankAccInfo table tr td:nth-child(5){
        text-align: center;
    }
    .bankAccInfo table tr:nth-child(even) td{
        background-color: #e6f5fe;
    }
    .bankAccInfo table tr:nth-child(odd) td{
        background-color: #fff;
    }

    .bankAccInfo table th,
    .bankAccInfo table td{
        font-size: 13px;
    }
	
	.Subscribe_way{
		padding-top: 50px;
	}
	.xgrg_con_content_1{
		position: relative;
		overflow: hidden;
	}
	.subscription_bg{
		display: inline-block;
		width: 60%;
		height: 320px;
		background: url(../../images/img_xgrg_04_750.png) no-repeat;
		background-size: 100%;
		float: none;
	}
	
	.subscription_contactWay{
		width: 70%;
        position: absolute;
        top: 34px;
        left: 8%;
	}
	// .pageEN .subscription_contactWay{
    //    width: 250px;
    //}
	
	.subscription_contactWay p em{
		font-size: 17px;
		font-weight: 700;
		margin: 0 2px;
	}
	
	.nowPrice{
		text-align: left;
		padding-left: 0px;
		padding-right: 0;
	}
	.nowPrice em:first-child{
		display: inline-block;
		min-width: 100px;
		text-align: right;
	}
	.pageEN .nowPrice{
		text-align: left;
	}
	.pageEN .nowPrice em:first-child{
		min-width: 140px;
	}

    /*常見問題页面样式結束*/
}



@media only screen and (max-width: 700px) {
.subscription_bg{
		display: inline-block;
		width: 95%;
		height: 240px;
		background: url(../../images/img_xgrg_04_750.png) no-repeat;
		background-size: 100%;
		float: right;
	}	
.subscription_contactWay{
		width: 70%;
        position: absolute;
        top: 24px;
        left: 5%;
	}	

	
	
	

}



