.container {
	width: 1200px;
	margin: 0 auto;
}
body{
	min-width: 320px;
}
.pc_header{
	box-shadow: 0 0 5px 3px #e5e5e5;
	z-index: 66;
	width: 100%;
	min-width: 320px;
	top: 0;
	left: 0;
	background: #fff;
	position: relative;
}
.pc_header .header_top {
	height: 34px;
	background: #faf7f7;
}

.header_top .infor {
	width: 30%;
}

.header_top .infor img {
	margin-top: 10px;
}
.swiper-header{
	height: 34px;
}

.header_top .infor .title {
	width: 90%;
	line-height: 34px;
	font-size: 14px;
	color: #666;
	margin-left: 10px;
	overflow: hidden;
}

.header_top .more {
	font-size: 14px;
	color: #999;
	line-height: 34px;
}

.header_top .hot_tel {
	line-height: 34px;
	color: #666;
	margin-right: 20px;
}

.header_top .zp_link {
	line-height: 34px;
	color: #666;
	margin-right: 20px;
}
.header_top .zp_link img{
	margin-top: 8px;
	margin-right: 3px;
}

.header_top .lang_box {
	line-height: 34px;
	color: #999;
}

.header_top .lang_box span {
	margin: 0 5px;
	cursor: pointer;
}

.header_top .search{
	margin-left: 10px;
	margin-top: 6px;
}

.lang_on {
	color: #666;
}

.header_mid {
	height: 70px;
	position: relative;
}
.header_mid .fh_link{
	font-size: 18px;
	margin-left: 20px;
	line-height: 70px;
}
.header_mid .logo {
	margin-top: 13px;
}

.nav {
	z-index: 33;
	position: absolute;
	width: 100%;
	display: none;
}

.menu>li {
	float: left;
	margin-right: 50px;
}

.menu>li:last-child {
	margin-right: 0;
}

.menu>li>a {
	display: block;
	font-size: 16px;
	line-height: 68px;
	color: #333;
	transition: all 0.5s;
	border-bottom: 3px solid transparent;
	position: relative;
}
.menu>li>a:after{
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 3px;
	bottom: -3px;
	left: 50%;
	background: #ec1e1e;
	transition: all 0.5s ease;
}
.menu>li>a:hover:after{
	width: 100%;
	left: 0;
}
.menu>li>a:hover{
	color: #ec1e1e;
}
.nav_on {
	color: #ec1e1e !important;
	border-bottom: 3px solid #ec1e1e !important;
}
.close_nav{
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 33;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
.close_nav:hover{
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.nav_box {
	display: none;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: #333;
	background: rgba(0, 0, 0, 0.8);
}

.menu_tab {
	border-right: 1px solid #77767a;
	width: 12%;
	margin: 20px 0;
}

.menu_tab li {
	margin-bottom: 20px;
	padding-right: 10px;
}

.menu_tab li span {
	font-size: 16px;
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 3px solid transparent;
}

.menu_tab li span:hover {
	border-bottom: 3px solid #ec1e1e;
}

.menu_tab_on {
	border-bottom: 3px solid #ec1e1e !important;
}

.nav_box .main_content {
	width: 88%;
	padding: 20px 0;
	padding-left: 30px;
}

.nav_box .parts_box {
	font-size: 0;
	display: none;
}

.nav_box .parts_box .part {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	padding-right: 20px;
}

.nav_box .parts_box .part .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
	transition: all 0.3s;
}
.nav_box .parts_box .part .title:hover{
	color: #ec1e1e;
}
.nav_box .parts_box .part .title2 {
	color: #b2b2b2;
	font-size: 14px;
}

.nav_box .part_list li {
	margin-bottom: 15px;
}

.nav_box .part_list li a {
	color: #b2b2b2;
	font-size: 14px;
	transition: all 0.3s;
}
.nav_box .part_list li a:hover{
	color: #ec1e1e;
}

.banner {
	position: relative;
}
.login_box {
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -600px;
	z-index: 11;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000,endColorstr=#55000000);
	display: none;
}

.login_box .login_link {
	display: block;
	width: 70%;
	line-height: 34px;
	margin: 10px auto 0;
	background: #EC1E1E;
	border-radius: 5px;
	color: #fff;
}

.login_box ul {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.login_box ul li {
	display: inline-block;
	border-right: 1px solid #fff;
	line-height: 14px;
	padding-right: 5px;
	margin-right: 5px;
}

.login_box ul li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.login_box ul a {
	font-size: 14px;
	color: #fff;
}
#owl-banner>.owl-controls{
    position: absolute;
    bottom: 15px;
    left: 50%;
	z-index: 9;
}
#owl-banner .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
}
#owl-banner .owl-controls .owl-page.active span{
    background: #ec1e1e;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

#owl-bannerPhone>.owl-controls{
    position: absolute;
    bottom: 10px;
    left: 50%;
}
#owl-bannerPhone .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
}
#owl-bannerPhone .owl-controls .owl-page.active span{
    background: #ec1e1e;
}
#owl-banner img{
	width: 100%;
	display: block;
}
.banner_phone{
	display: none;
	position: relative;
	overflow: hidden;
}

/* 金融超市 */
.market_cont {
	display: none;
	position: relative;
}

.sec_market .pro_tab{
	background: #fff;
}
.sec_market .pro_tab li {
	float: left;
	/* width: 112px; */
	padding: 0 20px;
	line-height: 34px;
	color: #999;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}

.sec_market .pro_tab li:hover {
	background: #dd3c42;
	color: #fff;
}

.pro_active {
	background: #EC1E1E !important;
	color: #fff !important;
}

.sec_market .pro_tab li>span {
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid #dd3c42;
	top: 30px;
	left: 50%;
	margin-left: -8px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	display: none;
}

.sec_market .pro_list li {
	float: left;
	width: 285px;
	/* height: 340px; */
	padding: 20px 20px 20px;
	transition: all 0.3s;
	background: #fff;
	border: 1px solid #f5f5f5;
}

.sec_market .pro_list li:hover {
	box-shadow: 0 0 10px 2px #f4d6d6;
}

.sec_market .pro_list li:nth-child(4n) {
	margin-right: 0;
}
.sec_market .pro_bg1 li {
	background: url(bg6.jpg) top right no-repeat;
}

.sec_market .pro_bg2 li {
	background: url(bg1.jpg) top right no-repeat;
}

.sec_market .pro_list .main_title {
	font-size: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-height: 30px;
	height: 60px;
	transition: all 0.3s;
}

.sec_market .pro_list li:hover .main_title {
	color: #ec1e1e;
}

.sec_market .pro_list .main_title2 {
	font-size: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-height: 30px;
	min-height: 60px;
	transition: all 0.3s;
}
.sec_market .pro_list li:hover .main_title2 {
	color: #ec1e1e;
}

.sec_market .pro_list .main_title3 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	transition: all 0.3s;
}
.sec_market .pro_list li:hover .main_title3 {
	color: #ec1e1e;
}

.sec_market .pro_list .num {
	font-size: 16px;
	color: #999;
	margin-bottom: 10px;
	margin-top: 10px;
}

.sec_market .pro_list .type {
	line-height: 24px;
	background: #fff0db;
	color: #e58600;
	display: inline-block;
	padding: 0 6px;
	margin-bottom: 10px;
}
.sec_market .pro_list .type2 {
	line-height: 28px;
	background: #ffeae5;
	color: #999;
	display: inline-block;
	padding: 0 6px;
	margin-bottom: 20px;
}
.sec_market .pro_list .time{
	color: #999;
	margin-top: 10px;
}
.sec_market .pro_list .time span {
    color: #c1272d;
    font-size: 14px;
    margin-left: 5px;
}

.sec_market .pro_list .percent {
	margin-bottom: 10px;
}

.sec_market .pro_list .percent .s1 {
	font-size: 40px;
	color: #ec1e1e;
	line-height: 60px;
}

.sec_market .pro_list .percent .s2 {
	font-size: 30px;
	color: #ec1e1e;
}

.sec_market .pro_list .price .s1 {
	font-size: 28px;
	color: #ec1e1e;
	font-weight: bold;
	line-height: 30px;
}

.sec_market .pro_list .price .s2 {
	font-size: 14px;
	line-height: 28px;
	color: #999;
}

.sec_market .pro_list .tips, .sec_market .pro_list .tips3 {
	color: #999;
	line-height: 20px;
	max-width: 50%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sec_market .pro_list .tips2 {
	font-size: 14px;
	color: #555;
	margin-top: 10px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-height: 24px;
	height: 48px;
}

.sec_market .pro_list .tips span, .sec_market .pro_list .tips3 span {
	color: #c1272d;
	font-size: 14px;
	margin-left: 5px;
}

.sec_market .pro_list .buy {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #ec1e1e;
	border-radius: 3px;
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
}

.sec_market .pro_list .buy:hover {
	background: -moz-linear-gradient(left, #ff9933, #ff421c);
	background: -webkit-linear-gradient(left, #ff9933, #ff421c);
	background: -o-linear-gradient(left, #ff9933, #ff421c);
	background: -ms-linear-gradient(left, #ff9933, #ff421c);
	background: linear-gradient(to right, #ff9933, #ff421c);
}

.sec_market .insurance li:hover {
	background: -moz-linear-gradient(top, #ffcdcd, #fff);
	background: -webkit-linear-gradient(top, #ffcdcd, #fff);
	background: -o-linear-gradient(top, #ffcdcd, #fff);
	background: -ms-linear-gradient(top, #ffcdcd, #fff);
	background: linear-gradient(to bottom, #ffcdcd, #fff);
}

.sec_market .pro_list2 li {
	float: left;
	width: 590px;
	transition: all 0.3s;
	background: #fff;
	border: 1px solid #f5f5f5;
}
.sec_market .pro_list2 li:nth-child(2n){
	margin-right: 0;
}
#owl-money .owl-wrapper-outer{
	padding: 5px;
}
#owl-money .owl-controls{
	margin-top: 10px;
}
#owl-money .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fbdada;
    overflow: hidden;
}
#owl-money .owl-controls .owl-page.active span{
    background: #ec1e1e;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
#owl-moneyck .owl-wrapper-outer{
	padding: 5px;
}
#owl-moneyck .owl-controls{
	margin-top: 10px;
}
#owl-moneyck .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fbdada;
    overflow: hidden;
}
#owl-moneyck .owl-controls .owl-page.active span{
    background: #ec1e1e;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.sec_market .pro_list2 li:hover {
	box-shadow: 0 0 10px 2px #f4d6d6;
	/* transform: scale(1.05); */
}
.sec_market .pro_list2 .pro_tit{
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 20px 40px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.sec_market .pro_list2 .pro_tit .stock_code{
	position: absolute;
	color: #999;
	bottom: 5px;
	left: 0;
	width: 100%;
}
.sec_market .pro_list2 .pro_tit .title{
	max-width: 80%;
	font-size: 20px;
	line-height: 70px;
	transition: all 0.3s;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.sec_market .pro_list2 .pro_tit .tips{
	font-size: 12px;
	color: #e58600;
	line-height: 20px;
	background: #fff0db;
	padding: 0 10px;
	margin-right: 10px;
	display: inline-block;
}
.sec_market .pro_list2 li:hover .title{
	color: #ec1e1e;
}
.sec_market .pro_list2 .pro_cont{
	height: 180px;
	padding: 20px 20px 0;
	position: relative;
}
.sec_market .pro_list2 .buy {
	display: block;
	width: 550px;
	height: 50px;
	line-height: 50px;
	background: #ec1e1e;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	bottom: 20px;
}

.sec_market .pro_list2 .buy:hover {
	background: -moz-linear-gradient(left, #ff9933, #ff421c);
	background: -webkit-linear-gradient(left, #ff9933, #ff421c);
	background: -o-linear-gradient(left, #ff9933, #ff421c);
	background: -ms-linear-gradient(left, #ff9933, #ff421c);
	background: linear-gradient(to right, #ff9933, #ff421c);
}
.sec_market .pro_list2 .pro_cont .num{
	position: absolute;
	width: 550px;
	color: #999;
	bottom: 80px;
}
.sec_market .pro_list2 .pro_cont .cont{
	display: inline-block;
	width: 32%;
}
.sec_market .pro_list2 .pro_cont .cont .p1{
	font-size: 34px;
}
.sec_market .pro_list2 .pro_cont .cont .p3{
	font-size: 34px;
	color: #d31717;
}
.sec_market .pro_list2 .pro_cont .cont .p2{
	color: #999;
	margin-top: 5px;
}
.sec_market .metal li{
	padding: 0;
}
.sec_market .metal .img_box{
	overflow: hidden;
	height: 200px;
	display: block;
}
.sec_market .metal .img_box img{
	display: block;
	width: 100%;
}
.sec_market .metal .cont{
	padding: 15px;
}

#conduct_list_p .owl-wrapper-outer{
	padding: 5px;
}
#conduct_list_p .owl-controls{
	margin-top: 10px;
}
#conduct_list_p .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fbdada;
    overflow: hidden;
}
#conduct_list_p .owl-controls .owl-page.active span{
    background: #ec1e1e;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

#conduct_list_o .owl-wrapper-outer{
	padding: 5px;
}
#conduct_list_o .owl-controls{
	margin-top: 10px;
}
#conduct_list_o .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fbdada;
    overflow: hidden;
}
#conduct_list_o .owl-controls .owl-page.active span{
    background: #ec1e1e;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

#fund_list .owl-wrapper-outer{
	padding: 5px;
}
#fund_list .owl-controls{
	margin-top: 10px;
}
#fund_list .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fbdada;
    overflow: hidden;
}
#fund_list .owl-controls .owl-page.active span{
    background: #ec1e1e;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

#insure_list .owl-wrapper-outer{
	padding: 5px;
}
#insure_list .owl-controls{
	margin-top: 10px;
}
#insure_list .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fbdada;
    overflow: hidden;
}
#insure_list .owl-controls .owl-page.active span{
    background: #ec1e1e;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

#metal_list .owl-wrapper-outer{
	padding: 5px;
}
#metal_list .owl-controls{
	margin-top: 10px;
}
#metal_list .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fbdada;
    overflow: hidden;
}
#metal_list .owl-controls .owl-page.active span{
    background: #ec1e1e;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.phone_pro_tab{
	display: none;
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
}
.phone_pro_tab .child{
	background: #fff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	padding: 0 20px;
}
/* 金融超市 */

footer {
	background: #f5f5f5;
	padding: 40px 0;
}
footer  .logo_text{
	font-size: 14px;
	margin-top: 20px;
	margin-left: 52px;
}
footer .link_cont .link_part{
	position: relative;
	margin-left: 100px;
}
footer .link_cont .link_part img{
	position: absolute;
	left: -26px;
	top: 0;
}
footer .link_cont .link_part .a_head{
	color: #666;
	margin-bottom: 15px;
	font-weight: bold;
	display: block;
	transition: all 0.3s;
	line-height: 20px;
}
footer .link_cont .link_part .a_body{
	color: #999;
	margin-bottom: 10px;
	display: block;
	transition: all 0.3s;
	line-height: 20px;
}
footer .link_cont .link_part a:hover{
	color: #b50005;
}
footer .fh_box{
	height: 105px;
	overflow: hidden;
}
footer .fh_btn{
	color: #999;
	position: relative;
}
footer .fh_ab{
	position: absolute;
	background: #fff;
	width: 100px;
	border-radius: 3px;
	text-align: center;
	box-shadow: 0 0 5px 2px #e5e5e5;
	padding-top: 15px;
	bottom: 20px;
	left: -25px;
	display: none;
}
footer .qr_text{
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
	letter-spacing: 4px;
}
footer .qr_box{
	display: inline-block;
	margin: 0 10px;
}
footer .qr_box .img_box{
	width: 110px;
	padding: 10px;
	background: #fff;
}
footer .qr_box .text{
	color: #333;
	margin-top: 10px;
}
footer .qr_box img{
	display: block;
	width: 100%;
}
footer .copyright {
	border-top: 1px solid #eaeaea;
	color: #999999;
	padding-top: 10px;
	margin-top: 40px;
	font-size: 12px;
}
footer .copyright a{
	color: #999999;
}
footer .copyright div{
	margin-top: 10px;
}

.page_tool {
	padding: 20px 0;
}

.page_tool .count {
	vertical-align: middle;
	color: #999;
	display: inline-block;
}

.page_list {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	padding-inline-start: 0 !important;
}

.page_list li {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	margin: 0 5px;
	overflow: hidden;
	background: #f7f7f7;
	color: #999;
	cursor: pointer;
	list-style: none !important;
}

.page_list li>.page_active {
	color: #fff !important;
	background: #ec1e1e !important;
}

.page_list li>a {
	background: #f7f7f7 !important;
	color: #999 !important;
	display: block !important;
	transition: all 0.3s !important;
}

.page_list li>a:hover {
	color: #fff !important;
	background: #ec1e1e !important;
	text-decoration: none !important;
}

.page_list li img {
	display: inline !important;
}

.page_tool .input_box {
	display: inline-block;
	vertical-align: middle;
	color: #999;
	line-height: 30px;
}

.page_tool .input_box input {
	width: 42px;
	/* height: 30px; */
	padding: 5.5px 0;
	border: 1px solid #bfbfbf;
	outline: 0;
	color: #999;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	margin: 0 5px;
}

.page_tool .page_sub {
	display: inline-block;
	vertical-align: middle;
	width: 56px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	background: #f7f7f7;
	color: #999;
	border: 0;
	outline: 0;
	cursor: pointer;
	margin-left: 10px;
}

.location{
	background: #fafafa;
	color: #666;
	padding-bottom: 20px;
	padding-top: 40px;
}
.location a{
	color: #666;
}

.aside_box{
	position: fixed;
	z-index: 20;
	right: 20px;
	bottom: 12%;
}
.aside_box .box>img{
	display: block;
	width: 100%;
}
.aside_box .box{
	width: 50px;
	height: 50px;
	border-radius: 3px;
	background: rgba(98,98,98,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88626262,endColorstr=#88626262);
	margin-bottom: 10px;
	position: relative;
	transition: all 0.3s;
}
.aside_box .box:hover{
	background: rgba(98,98,98,1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff626262,endColorstr=#ff626262);
}
.aside_box .box:hover .QR_box{
	display: block;
}
.aside_box .box .QR_box{
	position: absolute;
	right: 60px;
	top: -60px;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px 2px #ddd;
	font-size: 16px;
	color: #282828;
	display: none;
}
.aside_box .box .QR_box img{
	width: 150px;
	margin-bottom: 5px;
}
.aside_box .go_top{
	cursor: pointer;
	display: none;
}

.phone_header{
	width: 100%;
	height: 70px;
	position: fixed;
	background: #fff;
	z-index: 66;
	top: 0;
	left: 0;
	padding-top: 10px;	
	display: none;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	border-bottom: 1px solid #dfe1e6;
}
.phone_logo{
	width: 200px;
}
.phone_header .phone_btn{
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -20px;
}
.phone_header .person_btn{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
}
.phone_nav{
	width: 100%;
	position: fixed;
	left: 0;
	top: 70px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(0, 0, 0, 0.6);
	/* padding: 3% 30px 0; */
	display: none;
	box-sizing: content-box;
}
@supports (bottom: env(safe-area-inset-bottom)) {
	.phone_nav {
		padding-bottom: calc(env(safe-area-inset-bottom) + 6px);
	}
	.menu_group2 {
		padding-bottom: calc(env(safe-area-inset-bottom) + 6px);
	}
}
@supports (top: env(safe-area-inset-top)) {
	.phone_nav {
		padding-top: calc(env(safe-area-inset-top) + 4px);
	}
	.menu_group2 {
		padding-top: calc(env(safe-area-inset-top) + 4px);
	}
}
.menu_group1{
	padding: 3% 20px;
	display: block;
	transition: all 0.3s;
}
.menu_group1 .menu_tit{
	font-size: 26px;
	color: #fff;
}
.menu_group1>img{
	margin-top: 6px;
}
.menu_group2{
	width: 100%;
	position: fixed;
	top: 0;
	background: rgba(0,0,0,0.3);
	transition: all 0.5s ease-out;
	display: none;
	box-sizing: content-box;
}
.menu_group2 .group_head{
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 0;
	background: #4d5055;
	text-align: center;
}
.menu_group2 .group_head>img{
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -15px;
}
.menu_group2 .left_menu{
	width: 30%;
	height: inherit;
	padding-left: 30px;
	padding-top: 4%;
	overflow-y: scroll;
}
.menu_group2 .left_menu .phone_menu_tab{
	font-size: 24px;
	color: #fff;
	text-align: left;
	margin-bottom: 15%;
	padding-right: 10px;
}
.menu_group2 .left_menu .phone_menu_tab>span{
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 6px solid transparent;
}
.phone_menu_tab_on{
	border-bottom: 6px solid #ec1e1e !important;
}
.menu_group2 .menu_cont{
	width: 70%;
	height: inherit;
	padding-top: 4%;
	overflow-y: scroll;
	background: rgba(0,0,0,0.3);
	display: none;
}
.menu_group2 .menu_cont .menu_box:last-child{
	margin-bottom: 0;
}
.menu_group2 .menu_box{
	margin-bottom: 6%;
}
.menu_group2 .top_part{
	text-align: left;
	font-size: 24px;
	color: #fff;
	padding: 0 20px 20px;
}
.menu_group2 .top_part>img{
	margin-top: 4px;
	transform: rotate(90deg);
}
.menu_group2 .menu_list{
	background: rgba(0,0,0,0.5);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	display: none;
}
.menu_group2 .menu_list>li{
	padding-bottom: 20px;
}
.menu_group2 .menu_list>li>a{
	font-size: 24px;
	color: #fff;
	text-align: left;
}
.menu_group2 .menu_list .last_child{
	text-align: left;
	color: #fff;
	font-size: 24px;
}
.menu_group2 .last_child>img{
	margin-top: 4px;
	transform: rotate(90deg);
}
.menu_group2 .last_child_list{
	display: none;
}
.menu_group2 .last_child_list>li{
	padding-top: 20px;
	padding-left: 20px;
}
.menu_group2 .last_child_list>li:last-child{
	padding-bottom: 0;
}
.menu_group2 .last_child_list>li>a{
	font-size: 24px;
	color: #fff;
	text-align: left;
}
.menu_group2 .bot_box{
	width: 100%;
	height: 100px;
	padding-top: 38px;
	left: 0;
	bottom: 0;
	position: fixed;
	background: rgba(193,193,193,1);
	/* display: none; */
}
.main_menu{
	position: absolute;
	width: 100%;
	height: inherit;
	top: 100px;
}

.menu_group2 .bot_box a{
	display: inline-block;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	border-right: 1px solid #ddd;
	padding: 0 20px;
}
.menu_group2 .bot_box a:last-child{
	border-right: 0;
}
.phone_footer{
	display: none;
	background: #f0eded;
	padding: 0 0 20px;
}
.phone_footer .fot_link{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	color: #666;
	border-bottom: 1px solid #e0e0e0;
	margin: 0 10px;
}
.phone_footer .fot_link a{
	color: #666;
	display: block;
}
.phone_footer .fot_link img{
	transition: all 0.3s;
}
.phone_footer .link_ul{
	background: #E8E6E6;
	padding: 20px 20px 5px;
}
.phone_footer .link_ul li{
	float: left;
	width: 33.33%;
	margin-bottom: 30px;
}
.phone_footer .link_ul li a{
	padding-right: 20px;
	color: #666;
	font-size: 22px;
}
.phone_footer .link_ul2{
	background: #E8E6E6;
	padding: 20px 20px 5px;
}
.phone_footer .link_ul2 li{
	margin-bottom: 30px;
}
.phone_footer .link_ul2 li a{
	padding-right: 20px;
	color: #666;
	font-size: 22px;
}
.link_imgbox{
	padding-bottom: 20px;
	padding-top: 20px;
}
.link_imgbox img{
	margin: 0 8px;
}
.phone_footer .fot_tel{
	width: 300px;
	margin: 0 auto 20px;
	border-radius: 50px;
	font-size: 30px;
	color: #999;
	border: 1px solid #a0a0a0;
	padding: 10px 0;
}
.phone_footer .fot_tel img{
	margin-right: 10px;
}
.fot_linklist li{
	display: inline-block;
	border-right: 1px solid #a0a0a0;
	padding-right: 10px;
	margin-right: 10px;
}
.fot_linklist li:last-child{
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
.fot_linklist li a{
	color: #999;
	font-size: 20px;
	line-height: 20px;
}
.fot_cpyr{
	font-size: 18px;
	margin-top: 18px;
	color: #999;
}
.phone_footer .child_ul{
	display: none;
}
.zz{
	position: fixed;
	background: rgba(0,0,0,0.3);
	z-index: 9;
	left: 0;
	top: 0;
	display: none !important;
}
.zz_box{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    z-index: 55;
}
.foot_zz{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.foot_zz .img_zz{
	width: 70%;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
}
.foot_zz .img_zz img{
	/* 长按保存图片 */
	-webkit-touch-callout:default;
}
.foot_zz .text{
	color: #fff;
	margin-top: 10px;
	line-height: 24px;
}
.default_hide{
	display: none;
}
.theme_link{
	width: 180px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 11;
	transition: all 1s ease;
}
.theme_link .close_link{
	position: absolute;
	top: -20px;
	right: 0px;
	cursor: pointer;
	display: none;
}
.theme_link:hover .close_link{
	display: block;
}



.pic-popup{
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.pic-popup .zz-color{
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: Alpha(Opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.pic-popup #pic-close{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 1;
	transition: all 0.3s;
}
.pic-popup #pic-close:hover{
	transform: rotate(90deg);
}
.pic-popup .pic-wrap{
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: table;
}
.pic-popup .pic-wrap>div{
	width: 500px;
	height: 500px;
	vertical-align: middle;
	display: table-cell;
}
.pic-popup .pic-wrap img{
	max-width: 100%;
	max-height: 100%;
}

/*专题样式,放进来以防用到*/
.HA-zt{
	display: inline-block;
	padding: 5px 20px;
	font-size:24px;
	font-weight:500;
	color:rgba(242,242,242,1);
	text-shadow: 2px 2px 2px #000000;
	background: #0FA0DF;
	background: -moz-linear-gradient(left, #007CF4, #1EC6CA);
	background: -webkit-linear-gradient(left, #007CF4, #1EC6CA);
	background: -o-linear-gradient(left, #007CF4, #1EC6CA);
	background: -ms-linear-gradient(left, #007CF4, #1EC6CA);
	background: linear-gradient(to right, #007CF4, #1EC6CA);
	border-radius: 3px;
}
.HB-zt{
	display: inline-block;
	padding: 5px 20px;
	font-size:24px;
	font-weight:500;
	color:rgba(242,242,242,1);
	text-shadow: 2px 2px 2px #000000;
	background: #0FA0DF;
	background: -moz-linear-gradient(left, #FF3533, #D69826);
	background: -webkit-linear-gradient(left, #FF3533, #D69826);
	background: -o-linear-gradient(left, #FF3533, #D69826);
	background: -ms-linear-gradient(left, #FF3533, #D69826);
	background: linear-gradient(to right, #FF3533, #D69826);
	border-radius: 3px;
}

.HC-zt{
	display: inline-block;
	padding: 5px 20px;
	font-size:24px;
	font-weight:500;
	color:rgba(242,242,242,1);
	text-shadow: 2px 2px 2px #000000;
	background: #0FA0DF;
	background: -moz-linear-gradient(left, #E6D12E, #14CC66);
	background: -webkit-linear-gradient(left, #E6D12E, #14CC66);
	background: -o-linear-gradient(left, #E6D12E, #14CC66);
	background: -ms-linear-gradient(left, #E6D12E, #14CC66);
	background: linear-gradient(to right, #E6D12E, #14CC66);
	border-radius: 3px;
}

.HD-zt{
	display: inline-block;
	padding: 5px 20px;
	font-size:24px;
	font-weight:500;
	color:rgba(242,242,242,1);
	text-shadow: 2px 2px 2px #000000;
	background: #0FA0DF;
	background: -moz-linear-gradient(left, #9B4AE6, #4A94E6);
	background: -webkit-linear-gradient(left, #9B4AE6, #4A94E6);
	background: -o-linear-gradient(left,#9B4AE6, #4A94E6);
	background: -ms-linear-gradient(left, #9B4AE6, #4A94E6);
	background: linear-gradient(to right, #9B4AE6, #4A94E6);
	border-radius: 3px;
}


.HA-zt-center{
	padding: 5px 20px;
	font-size:24px;
	font-weight:500;
	color:rgba(242,242,242,1);
	text-shadow: 2px 2px 2px #000000;
	background: #0FA0DF;
	background: -moz-linear-gradient(left, #007CF4, #1EC6CA);
	background: -webkit-linear-gradient(left, #007CF4, #1EC6CA);
	background: -o-linear-gradient(left, #007CF4, #1EC6CA);
	background: -ms-linear-gradient(left, #007CF4, #1EC6CA);
	background: linear-gradient(to right, #007CF4, #1EC6CA);
	border-radius: 3px;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}
.HB-zt-center{
	padding: 5px 20px;
	font-size:24px;
	font-weight:500;
	color:rgba(242,242,242,1);
	text-shadow: 2px 2px 2px #000000;
	background: #0FA0DF;
	background: -moz-linear-gradient(left, #FF3533, #D69826);
	background: -webkit-linear-gradient(left, #FF3533, #D69826);
	background: -o-linear-gradient(left, #FF3533, #D69826);
	background: -ms-linear-gradient(left, #FF3533, #D69826);
	background: linear-gradient(to right, #FF3533, #D69826);
	border-radius: 3px;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}

.HC-zt-center{
	padding: 5px 20px;
	font-size:24px;
	font-weight:500;
	color:rgba(242,242,242,1);
	text-shadow: 2px 2px 2px #000000;
	background: #0FA0DF;
	background: -moz-linear-gradient(left, #E6D12E, #14CC66);
	background: -webkit-linear-gradient(left, #E6D12E, #14CC66);
	background: -o-linear-gradient(left, #E6D12E, #14CC66);
	background: -ms-linear-gradient(left, #E6D12E, #14CC66);
	background: linear-gradient(to right, #E6D12E, #14CC66);
	border-radius: 3px;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}

.HD-zt-center{
	padding: 5px 20px;
	font-size:24px;
	font-weight:500;
	color:rgba(242,242,242,1);
	text-shadow: 2px 2px 2px #000000;
	background: #0FA0DF;
	background: -moz-linear-gradient(left, #9B4AE6, #4A94E6);
	background: -webkit-linear-gradient(left, #9B4AE6, #4A94E6);
	background: -o-linear-gradient(left,#9B4AE6, #4A94E6);
	background: -ms-linear-gradient(left, #9B4AE6, #4A94E6);
	background: linear-gradient(to right, #9B4AE6, #4A94E6);
	border-radius: 3px;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}


@media screen and (max-width: 1320px){
	.container{
		width: 980px;
	}
	.menu>li{
		margin-right: 30px;
	}
	.sec_market .pro_list li{
		width: 237px;
		padding: 10px;
	}
	.sec_market .pro_list .main_title,.sec_market .pro_list .main_title2{
		height: 48px;
		line-height: 24px;
		font-size: 18px;
	}
	.sec_market .pro_list .percent .s1{
		font-size: 30px;
		line-height: 50px;
	}
	.sec_market .pro_list .tips span, .sec_market .pro_list .tips3 span{
		font-size: 14px;
	}
	.sec_market .pro_list2 li{
		width: 480px;
	}
	.sec_market .pro_list2 .pro_tit{
		padding-bottom: 50px;
	}
	.sec_market .pro_list2 .pro_cont{
		height: 160px;
		padding-top: 15px;
	}
	.sec_market .pro_list2 .pro_tit .title{
		font-size: 18px;
	}
	.sec_market .pro_list2 .pro_cont .cont .p3,.sec_market .pro_list2 .pro_cont .cont .p1{
		font-size: 30px;
	}
	.sec_market .pro_list2 .buy{
		bottom: 15px;
		height: 45px;
		line-height: 45px;
		width: 440px;
	}
	.sec_market .pro_list2 .pro_cont .num{
		bottom: 70px;
	}
	.sec_market .pro_list .tips2{
		font-size: 14px;
	}
	.sec_market .metal .img_box{
		height: 160px;
	}
	.sec_market .metal .cont{
		padding: 0;
		padding-top: 10px;
	}
	.sec_market .pro_list .price .s1{
		font-size: 24px;
	}
	.sec_market .pro_list .main_title3{
		font-size: 18px;
		margin: 10px 0;
	}
	.header_mid .fh_link {
	    font-size: 20px;
	}
	.sec_market .pro_list .type2{
		padding: 0 5px;
	}
	.login_box {
		margin-right: -490px;
	}
	footer .link_cont .link_part {
	    margin-left: 60px;
	}
}

@media screen and (max-width: 1120px){
	.container{
		width: 750px;
	}
	body{
		padding-top: 70px;
	}
	footer{
		display: none;
	}
	.pc_header{
		display: none;
	}
	.phone_header{
		display: block;
	}
	.phone_footer{
		display: block;
	}
	.banner_phone{
		display: block;
	}
	.banner{
		display: none;
	}
	.login_box{
		display: none;
	}
	.sec_market .pro_tab{
		float: none;
		margin-top: 20px;
	}
	.sec_market .pro_tab li{
		font-size: 20px;
		padding: 5px 20px;
	}
	.sec_market .pro_tab li>span{
		top: 42px;
	}
	.sec_market .pro_list li:nth-child(2n){
		margin-right: 0;
	}
	.sec_market .pro_list li{
		background: #fff;
		width: 365px;
		margin-bottom: 20px;
		border: 1px solid #e5e5e5;
	}
	.sec_market .pro_list .main_title, .sec_market .pro_list .main_title2{
		font-size: 20px;
		line-height: 30px;
		height: 60px;
	}
	.sec_market .pro_list .num{
		font-size: 18px;
	}
	.sec_market .pro_list .type{
		font-size: 16px;
		line-height: 30px;
	}
	.sec_market .pro_list .percent .s1{
		font-size: 40px;
	}
	.sec_market .pro_list .tips,.sec_market .pro_list .tips span,.sec_market .pro_list .tips3,.sec_market .pro_list .tips3 span,.sec_market .pro_list .time,.sec_market .pro_list .time span{
		font-size: 18px;
	}
	.sec_market .pro_list .buy{
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		margin-top: 20px;
	}
	.sec_market .pro_list li:hover {
	    box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	    transform: scale(1);
	}
	.sec_market .pro_list2 li:hover{
		box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
		transform: scale(1);
	}
	.sec_market .pro_list2 li{
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
		border: 1px solid #e5e5e5;
	}
	.sec_market .pro_list2 .pro_tit .title{
		font-size: 20px;
	}
	.sec_market .pro_list2 .pro_tit .tips{
		font-size: 16px;
		line-height: 30px;
	}
	.sec_market .pro_list2 .pro_tit .stock_code{
		font-size: 18px;
	}
	.sec_market .pro_list2 .pro_cont .cont .p3, .sec_market .pro_list2 .pro_cont .cont .p1{
		font-size: 36px;
	}
	.sec_market .pro_list2 .pro_cont .cont .p2{
		font-size: 18px;
	}
	.sec_market .pro_list2 .pro_cont{
		height: 220px;
	}
	.sec_market .pro_list2 .pro_cont .num{
		font-size: 18px;
		position: static;
		width: 100%;
		margin-top: 20px;
	}
	.sec_market .pro_list2 .buy{
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		margin-top: 20px;
		position: static;
	}
	.sec_market .pro_list .tips2 {
	    font-size: 20px;
	}
	.sec_market .pro_list .type2{
		font-size: 18px;
	}
	.sec_market .pro_list .price .s1 {
	    font-size: 30px;
	}
	.sec_market .pro_list .price .s2{
		font-size: 20px;
	}
	.sec_market .pro_list .main_title3{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.sec_market .metal .img_box{
		height: 240px;
	}
	.location{
		font-size: 18px;
		padding-top: 20px;
	}
	.md_hide{
		display: none !important;
	}
	.md_show{
		display: block !important;
	}
	.page_tool .input_box,.page_tool .page_sub{
		display: none;
	}
	.page_list li>a,.page_tool .count,.page_tool .page_sub{
		font-size: 18px;
	}
	/* .page_list li,.page_list li>a{
		background: #fff;
	} */
	#owl-money{
		margin-bottom: 10px;
	}
	#owl-money .owl-controls{
		margin-top: 0px;
	}
	#owl-moneyck{
		margin-bottom: 10px;
	}
	.pro_tab{
		display: none;
	}
	.phone_pro_tab{
		display: block;
		margin-bottom: 10px;
	}
	#owl-money .owl-wrapper-outer,#owl-moneyck .owl-wrapper-outer,#conduct_list_p .owl-wrapper-outer,#conduct_list_o .owl-wrapper-outer,#fund_list .owl-wrapper-outer,#insure_list .owl-wrapper-outer,#metal_list .owl-wrapper-outer {
	    padding: 0px;
	}
}

@media screen and (max-width: 767px){
	body{
		padding-top: 70px;
	}
	.location{
		font-size: 14px;
		padding-bottom: 10px;
	}
	.sx_hide{
		display: none !important;
	}
	.container{
		width: 100%;
	}
	.phone_header{
		padding-top: 15px;
	}
	.phone_logo{
		width: 150px;
	}
	.phone_header .phone_btn{
		width: 24px;
		margin-top: -12px;
		left: 20px;
	}
	.phone_header .person_btn{
		width: 24px;
		margin-top: -12px;
		right: 10px;
	}
	.phone_nav{
		top: 70px;
	}
	.menu_group1 .menu_tit{
		font-size: 18px;
	}
	.menu_group1>img {
	    margin-top: 4px;
		width: 10px;
	}
	.menu_group2 .group_head{
		height: 70px;
		line-height: 70px;
		font-size: 20px;
	}
	.menu_group2 .group_head>img {
		width: 15px;
	    left: 20px;
	    top: 50%;
	    margin-top: -12px;
	}
	.phone_menu_tab_on {
	    border-bottom: 3px solid #ec1e1e !important;
	}
	.menu_group2 .left_menu{
		padding-left: 10px;
	}
	.menu_group2 .left_menu .phone_menu_tab{
		font-size: 16px;
	}
	.menu_group2 .left_menu .phone_menu_tab>span{
		padding-bottom: 5px;
		border-bottom: 3px solid transparent;
	}
	.menu_group2 .top_part{
		padding: 0 10px 10px;
		font-size: 16px;
	}
	.menu_group2 .top_part>img{
		margin-top: 2px;
		width: 10px;
	}
	.menu_group2 .menu_box {
	    margin-bottom: 4%;
	}
	.menu_group2 .menu_list{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}
	.menu_group2 .menu_list>li>a{
		font-size: 16px;
	}
	.menu_group2 .menu_list .last_child{
		font-size: 16px;
	}
	.menu_group2 .last_child>img{
		margin-top: 2px;
		width: 10px;
	}
	.menu_group2 .last_child_list>li>a{
		font-size: 16px;
	}
	.menu_group2 .bot_box{
		height: 70px;
		padding-top: 26px;
	}
	.menu_group2 .bot_box a{
		font-size: 16px;
		line-height: 16px;
		padding: 0 10px;
	}
	.phone_footer .fot_link{
		font-size: 16px;
		padding: 10px 0;
	}
	.phone_footer .fot_link img{
		width: 18px;
	}
	.phone_footer .link_ul li a {
	    font-size: 14px;
	}
	.phone_footer .link_ul2 li a {
	    font-size: 14px;
	}
	.phone_footer .link_ul2 li,.phone_footer .link_ul li{
		margin-bottom: 20px;
	}
	.link_imgbox img{
		width: 40px;
	}
	.phone_footer .fot_tel{
		width: 200px;
		padding: 10px 0;
		font-size: 20px;
	}
	.phone_footer .fot_tel img{
		width: 18px;
	}
	.fot_linklist li a {
	    font-size: 12px;
	    line-height: 12px;
	}
	.fot_cpyr {
	    font-size: 12px;
	}
	.page_list li>a,.page_tool .count,.page_tool .page_sub{
		font-size: 14px;
	}
	.main_menu{
		top: 70px;
	}
	.sec_market .pro_list li{
		width: 100%;
		margin-bottom: 0px;
	}
	.sec_market .pro_list2 li{
		margin-bottom: 0px;
	}
	.sec_market .pro_list .main_title, .sec_market .pro_list .main_title2{
		font-size: 16px;
		line-height: 24px;
		height: 48px;
		min-height: 48px;
	}
	.sec_market .pro_list .num{
		font-size: 16px;
	}
	.sec_market .pro_list .percent .s1 {
	    font-size: 40px;
	}
	.sec_market .pro_list .percent .s2 {
	    font-size: 26px;
	}
	.sec_market .pro_list .tips{
		width: 100%;
		max-width: 100%;
		text-align: left !important;
	}
	.sec_market .pro_list .tips,.sec_market .pro_list .tips span,.sec_market .pro_list .tips3,.sec_market .pro_list .tips3 span,.sec_market .pro_list .time,.sec_market .pro_list .time span{
		font-size: 14px;
	}
	.sec_market .pro_list .buy{
		height: 34px;
		line-height: 34px;
		font-size: 16px;
		margin-top: 10px;
	}
	.sec_market .pro_list .type {
	    font-size: 14px;
	    line-height: 24px;
	}
	.sec_market .pro_list2 .pro_cont .cont{
		width: 48%;
	}
	.sec_market .pro_list2 .pro_cont .cont .p3, .sec_market .pro_list2 .pro_cont .cont .p1{
		font-size: 18px;
	}
	.sec_market .pro_list2 .pro_cont .cont .p2 {
	    font-size: 12px;
	}
	.sec_market .pro_list2 .pro_cont{
		height: auto;
		padding: 20px 10px;
	}
	.sec_market .pro_list2 .pro_cont .num{
		position: static;
		width: 100%;
		margin-top: 10px;
		font-size: 14px;
	}
	.sec_market .pro_list2 .buy{
		position: static;
		width: 100%;
		height: 34px;
		line-height: 34px;
		font-size: 16px;
		margin-top: 10px;
	}
	.sec_market .pro_list2 .pro_tit .title {
	    font-size: 16px;
		max-width: 64%;
		padding-bottom: 10px;
	}
	.sec_market .pro_list2 .pro_tit .tips{
		font-size: 12px;
		line-height: 20px;
		padding: 0 5px;
		max-width: 35%;
		margin-right: 5px;
	}
	.sec_market .pro_list2 .pro_tit .stock_code{
		font-size: 14px;
	}
	.sec_market .pro_list2 .pro_tit{
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.sec_market .pro_list .tips2{
		font-size: 14px;
	}
	.sec_market .pro_list .type2 {
	    font-size: 14px;
	}
	.sec_market .pro_list .price .s1 {
	    font-size: 22px;
	}
	.sec_market .pro_list .price .s2 {
	    font-size: 16px;
	}
	.sec_market .pro_list .main_title3 {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	#owl-money .owl-controls .owl-page span {
	    margin: 0 5px;
	    width: 8px;
	    height: 8px;
	}
	#owl-moneyck .owl-controls .owl-page span {
	    margin: 0 5px;
	    width: 8px;
	    height: 8px;
	}
	#conduct_list_p .owl-controls .owl-page span {
	    margin: 0 5px;
	    width: 8px;
	    height: 8px;
	}
	#conduct_list_o .owl-controls .owl-page span {
	    margin: 0 5px;
	    width: 8px;
	    height: 8px;
	}
	#fund_list .owl-controls .owl-page span {
	    margin: 0 5px;
	    width: 8px;
	    height: 8px;
	}
	#insure_list .owl-controls .owl-page span {
	    margin: 0 5px;
	    width: 8px;
	    height: 8px;
	}
	#metal_list .owl-controls .owl-page span {
	    margin: 0 5px;
	    width: 8px;
	    height: 8px;
	}
	
	#owl-bannerPhone .owl-controls .owl-page span{
		margin: 0 5px;
	}
	.phone_pro_tab{
		height: 40px;
	}
	.phone_pro_tab .child{
		font-size: 16px;
		line-height: 40px;
		padding: 0 15px;
	}
	.pic-popup .pic-wrap>div{
		width: 100%;
		height: 100%;
	}
	
	/*专题样式,设置下手机字体*/
	.HA-zt,.HA-zt-center{
		font-size: 18px;
	}
	.HB-zt,.HB-zt-center{
		font-size: 18px;
	}
	.HC-zt,.HC-zt-center{
		font-size: 18px;
	}
	.HD-zt,.HD-zt-center{
		font-size: 18px;
	}
}