﻿@charset "utf-8";
/* reset */
html { height: 100%; background:#fff; overflow-x:hidden; }
body { min-height: 100%; }
* {box-sizing: border-box;}
body { _height: 100%; background:url(../images/bg.jpg) no-repeat center bottom; }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;margin:0; }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { color:#606060; font-size: 14px; font-family:"Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";  }
body { line-height: 1.5 }
a:link,
a:visited,
a:active,
a { text-decoration: none;  }
a { blr:expression(this.onFocus=this.blur()); color:#303030; }
a * { *cursor: pointer }
:focus { outline: none } 
a:hover { color:#0e70b8; }

.edit_con_original{ line-height:1.6; padding:0 0; color:#474747;/* text-align:justify;*/}
.edit_con_original ul{ margin:inherit; padding:inherit}
.edit_con_original ul li { list-style-type:disc; margin:auto; padding:inherit}
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; padding:inherit}
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}

@media screen and (max-device-width: 320px){
  body{-webkit-text-size-adjust:none}
}
@media screen and (max-device-width: 480px){
  body{-webkit-text-size-adjust:none}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2){
  body{-webkit-text-size-adjust:none}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
  body{-webkit-text-size-adjust:none}
}

#newBridge .nb-icon-right-center{right: -200%!important;}
#nb_icon_wrap{opacity:0;width: 0px!important;height: 0px!important;overflow: hidden;}

/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#999;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#999;}
input::-moz-placeholder, textarea::-moz-placeholder { color:#999;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#999;}


.u-df { display:-webkit-box;  display:-ms-box; display:flex; }
.u-flex-h {-webkit-box-orient:horizontal; }
.u-flex-r {-ms-flex-direction:row; flex-direction:row; }
.flex-sub { flex:1; }

.u-jc-c { -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
.u-jc-sb { justify-content : space-between; }
.u-jc-end { -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; }
.u-fd-rr { -webkit-flex-direction:row-reverse; -ms-flex-direction:row-reverse;  flex-direction:row-reverse; }


.u-ai-fs { -webkit-box-align:start; -ms-flex-align:start;  align-items:flex-start; }
.u-ai-c { -webkit-box-align:center; -ms-flex-align:center;  align-items:center; }
.u-al-fe { -webkit-box-align:end; -ms-flex-align:end;  align-items:flex-end; }
.u-as-bl { -webkit-align-self:baseline; -ms-align-self:baseline;  align-self:baseline; }

.u-flex-sb {  justify-content:space-between; }

.u-fw { -webkit-flex-wrap: wrap; flex-wrap:wrap; }

.u-dib { display:inline-block; }
.u-vam {vertical-align:middle; }

.tab-b { display:none;}


.bg-297cfe { background:#2a5cd4; } 
.bg-fff { background:#fff; } 
.bg-eee { background:#eee; }
.bg-f5f5f5 { background:#f5f5f5; }
.bg-f2f6f9 { background:#f2f6f9; }

.text-color { color:#333; }

.opactiy-4 { opacity:0.4; filter:alpha(opacity=40); }
.opactiy-5 { opacity:0.5; filter:alpha(opacity=50); }
.opactiy-6 { opacity:0.6; filter:alpha(opacity=60); }
.opactiy-7 { opacity:0.7; filter:alpha(opacity=70); }

.scaleimg { overflow:hidden; display:block;}
.scaleimg .img span { transform:scale(1,1); -webkit-transform:scale(1,1); transition:0.5s all; -webkit-transition:0.5s all;}
.scaleimg:hover .img span { transform:scale(1.02,1.02); -webkit-transform:scale(1.02,1.02);}

.scaleimg2 { overflow:hidden; display:block;}
.scaleimg2 img { transform:scale(1,1); -webkit-transform:scale(1,1); transition:0.5s all; -webkit-transition:0.5s all;}
.scaleimg2:hover img{ transform:scale(1.02,1.02); -webkit-transform:scale(1.02,1.02);}

.scaleimg3 { overflow:hidden; display:block;}
.scaleimg3 .img a { transform:scale(1,1); -webkit-transform:scale(1,1); transition:0.5s all; -webkit-transition:0.5s all;}
.scaleimg3:hover .img a { transform:scale(1.02,1.02); -webkit-transform:scale(1.02,1.02);}

.scaleimg4 { overflow:hidden; display:block;}
.scaleimg4 .img { transform:scale(1,1); -webkit-transform:scale(1,1); transition:0.5s all; -webkit-transition:0.5s all;}
.scaleimg4:hover .img { transform:scale(1.02,1.02); -webkit-transform:scale(1.02,1.02);}

.scaleimg5 { overflow:hidden; display:block;}
.scaleimg5 a { transform:scale(1,1); -webkit-transform:scale(1,1); transition:0.5s all; -webkit-transition:0.5s all;}
.scaleimg5:hover a{ transform:scale(1.01,1.01); -webkit-transform:scale(1.01,1.01);}

.tran_scale2{ overflow:hidden; display:block;}
.tran_scale2 img{transition:0.3s all; -webkit-transition:0.3s  all;}
.tran_scale2:hover img{transform:rotate(-2deg); -webkit-transform:rotate(-2deg);}

.table { display:table; height:100%; position:absolute; left:0px;top:0px; width:100%; bottom:0px;  }
.table-cell { display:table-cell; vertical-align:middle;  }

.txt_color_000 { color:#000; }
.txt_color_333 { color:#333; }
.txt_color_959595 { color:#959595; }


.fl { float:left; }
.fr { float:right;}

.tac { text-align:center;}
.tal { text-align:left;}
.tar { text-align:right;}


/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0); position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.f-b { font-weight:bold; }


.uppercase{text-transform:uppercase; }

.ellipsis{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden;  }
.ellipsis-2 {  overflow:hidden;  max-height:3em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.ellipsis-3 {  overflow:hidden;  max-height:4.5em; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.ellipsis-4 {  overflow:hidden;  max-height:6em; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.ellipsis-5 {  overflow:hidden; max-height:7.5em; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.ellipsis-6 {  overflow:hidden;  max-height:9em; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.ellipsis-10 {  overflow:hidden;  max-height:15em; display: -webkit-box; -webkit-line-clamp:10; -webkit-box-orient: vertical;}

/*公用样式end*/

.browserupgrade{display:block;position:fixed;margin:0;width:100%;height:60px;font-size:15px;line-height:60px;z-index:1000;background-color:#666;color:#fff;text-align:center}
.browserupgrade a{color:#eee;text-decoration:underline;font-size:18px;}
.browserupgrade a:hover{color:#eee}


/******下拉样式*********/
.select-box { width:100%; position: relative; color: #000; }
.select-box:hover { z-index:3; }
.select-box dt { cursor: pointer;  border:1px solid #cccfd2; background:#fff; padding:5px 14px; line-height:25px; }
.select-box dt span{ position:absolute; left:5px; top:0;}
.select-box dt b { font-weight: normal; display: block; margin-right:3em;  position:relative; top:0px;  color: #333; white-space:normal; overflow:hidden; }
.select-box dt b em { color:#606060; }
.select-box dt .ico { position: absolute; background:#f4ae01; background-size:100% 100%; width:28px; height:28px; right:5px; top:4.5px; }
.select-box dt .ico i { position:absolute; width:15px; height:10px; background-size:15px 10px; left:50%; top:50%; margin:-5px 0px 0px -7.5px;  background: url(../images/jt01.png) no-repeat center center;  }
.select-box dt.open .ico i { -moz-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -o-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
.select-box dd { position: absolute; border:1px solid #ddd;  max-height: 200px; z-index: 3; overflow-y: auto; background: #fff; padding: 0 0; overflow-x: hidden; right: 0px; left: 0px; top: 100%; display: none; }
.select-box dd a { display: block; line-height: 2; color: #666; font-weight: normal; white-space: normal; padding:0.25em 10px; margin-top: 0px; }
.select-box dd a:hover, .select_0 dd a.on { color: #000; background: #ddd; }




.radio_bon {}
.radio_bon span { padding-left:41px; apply_expert_form-space: normal; position:relative; margin: 0px 32px 0px 26px; cursor: pointer; display:inline-block; line-height:35px; *+height:37px;  }
.radio_bon span i {position:absolute;left:0px;top:50%;margin-top:-10.5px;width:21px;height:21px; border:1px solid #d6d6d6; border-radius:50%; background:#fff; }
.radio_bon span i em { position:absolute; display:none; width:11px; height:11px; background:#267bdc; border-radius:50%; left:4px; top:4px; }
.radio_bon span.on i em { display:block; }
.radio_bon .radio { display: none; }


.bg_cover { background-position:center center; background-repeat:no-repeat; background-size:cover; }


/******微信弹窗****/
.weixin{ position:fixed; width:300px; z-index:100000; left:50%; top:50%; margin:-120px 0 0 -150px; background:#fff; border:1px solid #ddd; border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px; box-shadow:1px 1px 2px #aaa;}
.weixin .c{ position:absolute; width:30px; height:30px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:30px; font-size:16px; padding-left:10px;}
.weixin .img{ padding:10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin .img img{ width:180px; height:180px; }
.weixin p{ padding:2px 10px 0; text-align:center;}


.arial { font-family:"Arial";}
.song { font-family:"\5b8b\4f53";}

.jt_right { width: 7px;
    height: 7px; display:block;
    border-top: 2px solid #55a236;
    border-right: 2px solid #55a236;
    transform: rotate(45deg); -webkit-transform: rotate(45deg); }


.phone_hide { display:block; }
.phone_show { display:none; }


.z_inde10 { z-index:10; }
.z_inde9 { z-index:9; }
.z_inde8 { z-index:8; }
.z_inde7 { z-index:7; }
.z_inde6 { z-index:6; }
.z_inde5 { z-index:5; }
.z_inde4 { z-index:4; }
.z_inde3 { z-index:3; }
.z_inde2 { z-index:2; }


.check_group {cursor:pointer; float:left; padding-right:22px; }
.check_group .checkbox { float:left; margin-right:17px; margin-top:8px; position:relative; cursor:pointer; width:21px;height:21px; border:1px solid #d6d6d6; border-radius:50%; background:#fff; }
.check_group .checkbox  i { position:absolute; display:none; width:11px; height:11px; background:#267bdc; border-radius:50%; left:4px; top:4px; }
.check_group .checkbox02 i { display:inline-block;  }
.check_group label { float:left; cursor:pointer; color:#333; }
.check_group .checkbox input { display:none; }



/***page*****/
.page {vertical-align:middle;text-align:center; font-size:14px; color:#171717; line-height:28px; font-family:Arial, Helvetica, sans-serif;}
.page img { vertical-align:middle;}
.page em { color:#ae944b; font-style:normal;}
.page span,.page a { display:inline-block; margin:0 6px;}
.page .page_num { margin:0px; }
.page .page_num a { margin:0px 3px; color:#171717; padding:0px; width:28px; min-width:28px; text-align:center; line-height:28px; }
.page_num a:hover {color:#fff;  background:#297cfe;}
.page_num a.on { color:#fff; background:#297cfe;}
.page_num_txt { width:42px; height:23px; border:1px solid #cecece; text-align:center; line-height:23px; }
.page .page_input { width:45px; position:relative; top:7px;height:25px; background:#fff;  border:1px solid #d2d2d2; text-align:center; margin-left:0px; }
.page_input input { background:none; border:none; float:left; left:0px; position:absolute; top:0px;  top:0px\9; *+top:1px;  height:25px; line-height:25px; width:100%; text-align:center; font-family:Arial; font-size:13px;}
.page .page_but { width:26px; position:relative; top:9px;  margin:0px; margin-left:0px; margin-right:5px; }
.page_btn { width:28px; height:28px; background:#297cfe url(../images/go.png) no-repeat center center;  border:none; cursor:pointer; }
.page a.page_next { margin-right:23px; margin-left:10px;color:#171717;  }
.page a.page_next:hover { color:#17326d; }
.page a.page_prev { margin-right:17px; color:#171717; }
.page a.page_prev:hover { color:#17326d; }
.page .pages_prev,.page .pages_next { color:#cdcdcd; width:15px; position:relative;top:1px;  }
.page .pages_prev:hover,.page .pages_next:hover { color:#171717; }




@media all and (min-width:0) { /* 2. */
    .page .page_but { top:7px; }
    .page_input input{top:0px\9; }/* IE9 only, 现在IE10也支持 */
    /* Ps:老外的方法都是\0，根本没考虑Opera */
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
.page .page_but { top:8px; }
.page_input input{top:0px; height:25px; line-height:25px; } }



.page-phone{text-align: center; display: none;}
.page-phone a{padding:0px 15px; display:inline-block; height:28px; line-height:28px; font-size:16px; background:#297cfe;color:#fff;font-weight:bold;}
.page-phone a.on{background:#297cfe;}
.page-phone a:hover { color:#fff; }
.page-phone select{ width:100px; border:1px solid #ddd; height:28px; font-size:12px; line-height:28px; position:relative;top:0px; border-radius:5px; text-align:center;}



/*font-size*/
.fnt-12 { font-size:12px;}
.fnt-13 { font-size:13px;}
.fnt-14 { font-size:14px;}
.fnt-15 { font-size:15px;}
.fnt-16 { font-size:16px;}
.fnt-18 { font-size:18px;}
.fnt-20 { font-size:20px;}
.fnt-22 { font-size:22px;}
.fnt-24 { font-size:24px;}
.fnt-26 { font-size:26px;}
.fnt-28 { font-size:28px;}
.fnt-30 { font-size:30px;}
.fnt-32 { font-size:32px;}
.fnt-34 { font-size:34px;}
.fnt-36 { font-size:36px;}
.fnt-38 { font-size:38px;}
.fnt-40 { font-size:40px;}
.fnt-44 { font-size:44px;}
.fnt-48 { font-size:48px;}
.fnt-50 { font-size:50px;}
.fnt-60 { font-size:60px;}
.fnt-70 { font-size:70px;}
.fnt-72 { font-size:72px;}
.fnt-76 { font-size:76px;}
.fnt-80 { font-size:80px;}
.fnt-98 { font-size:98px;}

@media only screen and (max-width: 1640px) {

.fnt-98 { font-size:80px;}

}
@media only screen and (max-width: 1440px) {
	
	
/*font-size*/
.fnt-12 { font-size:12px;}
.fnt-13 { font-size:12px;}
.fnt-14 { font-size:13px;}
.fnt-15 { font-size:14px;}
.fnt-16 { font-size:15px;}
.fnt-18 { font-size:16px;}
.fnt-20 { font-size:18px;}
.fnt-22 { font-size:20px;}
.fnt-24 { font-size:22px;}
.fnt-26 { font-size:24px;}
.fnt-28 { font-size:25px;}
.fnt-30 { font-size:26px;}
.fnt-32 { font-size:27px;}
.fnt-34 { font-size:28px;}
.fnt-36 { font-size:30px;}
.fnt-38 { font-size:32px;}
.fnt-40 { font-size:34px;}
.fnt-44 { font-size:40px;}
.fnt-48 { font-size:40px;}
.fnt-50 { font-size:42px;}
.fnt-60 { font-size:48px;}
.fnt-70 { font-size:60px;}
.fnt-72 { font-size:66px;}
.fnt-76 { font-size:68px;}
.fnt-80 { font-size:70px;}
.fnt-98 { font-size:74px;}
 
}
@media only screen and (max-width: 1340px) {
	
/*font-size*/
.fnt-20 { font-size:17px;}
.fnt-22 { font-size:18px;}
.fnt-24 { font-size:20px;}
.fnt-26 { font-size:21px;}
.fnt-28 { font-size:22px;}
.fnt-30 { font-size:22px;}
.fnt-32 { font-size:23px;}
.fnt-34 { font-size:24px;}
.fnt-36 { font-size:24px;}
.fnt-38 { font-size:26px;}
.fnt-40 { font-size:30px;}
.fnt-44 { font-size:34px;}
.fnt-48 { font-size:36px;}
.fnt-50 { font-size:38px;}
.fnt-60 { font-size:42px;}
.fnt-70 { font-size:46px;}
.fnt-72 { font-size:56px;}
.fnt-76 { font-size:60px;}
.fnt-80 { font-size:64px;}
.fnt-98 { font-size:70px;}
	
	
.page .page_num a { margin:0px; }
.page a.page_prev { margin-right:6px; }
.page a.page_next { margin-right:6px; }
	
}

@media only screen and (max-width:1200px) {
	
.page .page_num a { margin:0px; }
.page a.page_prev { margin-right:0px; }
.page a.page_next { margin-right:0px; margin-left:0px; }
.page span, .page a { margin:0px 2px; }
.page .page_input { width:36px; }

}


@media only screen and (max-width: 1024px) {



/*font-size*/
.fnt-20 { font-size:16px;}
.fnt-22 { font-size:17px;}
.fnt-24 { font-size:20px;}
.fnt-26 { font-size:20px;}
.fnt-28 { font-size:21px;}
.fnt-30 { font-size:21px;}
.fnt-32 { font-size:21px;}
.fnt-34 { font-size:22px;}
.fnt-36 { font-size:22px;}
.fnt-38 { font-size:24px;}
.fnt-40 { font-size:28px;}
.fnt-44 { font-size:32px;}
.fnt-48 { font-size:34px;}
.fnt-50 { font-size:36px;}
.fnt-60 { font-size:40px;}
.fnt-70 { font-size:44px;}
.fnt-72 { font-size:54px;}
.fnt-76 { font-size:58px;}
.fnt-80 { font-size:60px;}
.fnt-98 { font-size:66px;}




}


@media only screen and (max-width: 767px) {
  
  .phone_hide { display:none; }
  .phone_show { display:block; }


html { font-size:100px; }


.select-box dt { line-height:1.75; }
.select-box dt .ico { height:auto; bottom:2px; top:2px; right:2px; width:2em; }


.radio_bon span { margin:0px 2em 0px 0px; padding-left:30px; }


/*font-size*/
.fnt-12 { font-size:0.22rem;}
.fnt-14 { font-size:0.24rem;}
.fnt-15 { font-size:0.24rem;}
.fnt-16 { font-size:0.24rem;}
.fnt-18 { font-size:0.24rem;}
.fnt-20 { font-size:0.28rem;}
.fnt-22 { font-size:0.28rem;}
.fnt-24 { font-size:0.28rem; }
.fnt-26 { font-size:0.28rem;}
.fnt-28 { font-size:0.3rem;}
.fnt-30 { font-size:0.3rem;}
.fnt-32 { font-size:0.32rem;}
.fnt-34 { font-size:0.34rem;}
.fnt-36 { font-size:0.36rem;}
.fnt-38 { font-size:0.38rem;}
.fnt-40 { font-size:0.36rem;}
.fnt-44 { font-size:0.4rem;}
.fnt-48 { font-size:0.4rem;}
.fnt-50 { font-size:0.5rem;}
.fnt-60 { font-size:0.6rem;}
.fnt-70 { font-size:0.7rem;}
.fnt-72 { font-size:0.72rem;}
.fnt-76 { font-size:0.76rem;}
.fnt-80 { font-size:0.8rem;}
.fnt-98 { font-size:0.98rem;}

  
  
}

@media only screen and (max-width:640px){

html {font-size:85.3333px; }

}


@media only screen and (max-width:540px){

html {font-size:72px; }

}


@media only screen and (max-width:480px){

html {font-size:64px; }

}


@media only screen and (max-width:414px){

html {font-size:55.2px; }

.fnt-12 { font-size:12px;}
.fnt-14 { font-size:14px;}
.fnt-15 { font-size:14px;}
.fnt-16 { font-size:14px;}
.fnt-18 { font-size:14px;}
.fnt-20 { font-size:14px;}
.fnt-22 { font-size:14px;}
.fnt-24 { font-size:14px; }
.fnt-26 { font-size:14px;}


.page-phone a { font-size:14px; }

}

@media only screen and (max-width:375px){

html {font-size:50px!important; }



.fnt-12 { font-size:12px;}
.fnt-14 { font-size:13px;}
.fnt-15 { font-size:14px;}
.fnt-16 { font-size:14px;}
.fnt-18 { font-size:14px;}
.fnt-20 { font-size:14px;}
.fnt-22 { font-size:14px;}
.fnt-24 { font-size:14px; }
.fnt-26 { font-size:14px;}

.page-phone a { font-size:13px; }

}

.transfer-abtn {
  display: inline-block;
  width: 70px;
  background: #297cfe;
  color: #fff;
  line-height: 30px;
  border-radius: 5px;
  margin-left: 7px;
  font-size: 12px;
}

.transfer-abtn:hover {
  color: #fff;
}

.transfer_pop {
  position: relative;
}

.transfer_pop .desc {
  display: none;
  width: 370px;
  /* height: 73px; */
  position: absolute;
  left: -216px;
  top: -67px;
  text-decoration: none;
  color: #666;
  font-size: 12px;
  border: 1px solid grey;
  padding: 5px;
  background: #fff;
  z-index: 999999;
  overflow: hidden;
}

.transfer_pop:hover .desc {
  display: block;
}

/* 临时处理 */
@media only screen and (max-width: 767px){
  .s-fund-sec-bk03 .ph_table td {
    padding-left: 7em !important;
  }
}




















