@charset "utf-8";
/*全局样式*/
* {padding:0px; margin:0px;font-size:14px;}
html { overflow:auto;}
body {font-size:14px;padding:0px; background:#f5f5f5 url(../images/bg.gif) repeat-y left top;font-family: "Microsoft YaHei","黑体",Arial,sans-serif; width:auto;}
label {font-size:14px; font-family: "Microsoft YaHei","黑体",Arial,sans-serif;}
ul, li, ol, li { margin:0px; padding:0px; list-style:none; }
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, form { margin:0px; padding:0px; font-weight:normal; font-size:14px; }
img { border:0px; margin:0px; padding:0px; vertical-align:middle; }
table { border:0px; font-size:14px;}
.clear{clear:both;}
a{ text-decoration:none;}
.no_bor{border-right:none;}
.no_bor_t{border-top:none;}
input, select,textarea{ vertical-align:middle; font-size:12px; font-family:"Microsoft YaHei","黑体",Arial,sans-serif; padding:3px; line-height:20px; }
/*为了消除选中时的虚线框*/
a{
	bblr:expression(this.onFocus=this.blur());/*IE使用*/
	outline-style:none;/*FF使用*/
}
* + html .wrapper{
    overflow: hidden;
}

.l{float:left;}
.r{float:right;}
.wrapper{width:100%; margin:0 auto; min-width:1200px; width:expression(document.body.clientWidth <= 1200? "1200px": "auto");}
.input_box{ margin:3px 5px 5px 0; vertical-align:middle;}
.relative{ position:relative;}
.ellipsis1{ width:500px;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.rp{text-align:right;}
.lp{text-align:left;}
.m_b_10{margin-bottom:10px;}
.m_b_20{margin-bottom:20px;}
.m_t_10{margin-top:10px;}
.m_t_20{margin-top:20px;}
.m_l_10{margin-left:10px;}
.m_r_5{margin-right:5px;}
.m_r_10{margin-right:10px;}
.m_r_20{margin-right:20px;}
.m_tb_10{margin:10px 0;}
.p_lr_10{padding:0 10px; }
.p_t_40{padding-top:40px;}
.align_r{text-align:right;}
.line{ border-bottom:1px solid #dfdfdf; }
.line2{border-bottom:3px solid #588bdd}
.line2 .btn_auto3{float:none;}
.dashed_line_top{ border-top: 1px dashed #ccc; }
.overflow{overflow:hidden;}
.l_h_28{line-height:28px;}
.l_h_44{line-height:44px;}
.p1sty{line-height:28px; display: inline-block; *display: inline; *zoom:1; color: #999; padding: 0 10px;}

/*文字颜色*/
.color_1{color:#0091f8;}/*蓝色*/
.color_2{color:#931f94;}/*紫色*/
.color_3{color:#2ac299;}/*绿色*/
.color_4{color:#f4863c;}/*橙色*/
.color_5{color:#f33333;}/*红色*/
.color_6{color:#fd3c01;}/*深橙*/
.a_color{color:#3f65ad;}/*链接文字*/
.color_grey{color:#999999;}



/*开发样式*/
.inputFileNameDiv {	float: left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.inputFileBtnDiv { position: relative; overflow: hidden; display: inline-block;	*display: inline; text-align: center; vertical-align: middle; }
.inputUploadFile { position: absolute; font-size: 100px; top:-2px; right:-2px; margin: 0; border: 0; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0);	cursor: pointer; }
.btn_01 { background: #fff;-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;border:1px solid #ccc; color: #222; cursor: pointer; display: inline-block; font-size: 14px; line-height: 26px; min-width:50px; padding: 0 15px; text-align: center;vertical-align: middle;}
.btn_01:hover {background: #f3f3f3;}


/*登录*/
.img_bg{background: url(../images/bg_img.jpg); top: 0; height: 100%; left: 0; position: absolute; width: 100%;
-webkit-background-size:100% 100%;background-size:100% 100%; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/bg_img.jpg', sizingMethod='scale'); min-width:1200px; min-height:600px;}
.img_bg .logo{ position:absolute; top:25px; left:40px; width:220px; height:80px; }
.img_bg .logo a{display: block;height: 80px; width: 220px;}
.img_bg .logo a img{max-height: 80px; max-width: 220px; vertical-align: middle;}
.img_bg .logo a b{height: 100%; display: inline-block; vertical-align: middle;}

.login_bg{background:url(../images/login_bg_tran.png) repeat; width:440px; height:400px;}
.login_bg .tit{ height:54px; line-height:54px; background:#2f79c3; text-align:center; color:#fff; font-size:20px;}
.login_bg .box{ width:340px; padding:15px 0; color:#fff; font-size:14px; line-height:40px;}
.login_bg .box a{color:#65caf1; font-size:14px;}
.login_bg .box .promit{line-height:30px; height:30px; color:#f25a30; text-align:left;}
.login_bg .box ul.input_bg1{width:340px; height:38px; background:url(../images/input_bg1.png) no-repeat; position:relative;  text-align:left;}
.login_bg .box ul.input_bg2{width:340px; height:38px; background:url(../images/input_bg2.png) no-repeat; position:relative;  text-align:left;}
.login_bg .box ul.input_bg1 .input_txt,.login_bg .box ul.input_bg2 .input_txt{ border:none; width:262px; height:38px; line-height:38px; font-size:14px; outline:none;position:absolute; left:50px; top:0; padding:0;  }
.login_bg .box ul.input_bg1 .del,.login_bg .box ul.input_bg2 .del{position:absolute; right:5px; top:10px; width:18px; height:18px; background:url(../images/icon_close.gif) no-repeat;}

.login_bg .box ul.remember{width:170px;text-align:left; float:left; }
.login_bg .box .button_orange a{ margin:20px auto 0; height:42px; background:#f25a30; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;line-height:42px; font-size:16px; text-align:center; color:#fff; display:block;}
.login_bg .box .button_orange a:hover{margin:20px auto 0; height:42px; background:#f0502a; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;line-height:42px; font-size:16px; text-align:center; color:#fff;}

/*注册*/
.bg{background: url(../images/bg2.gif); top: 0; left: 0; position: absolute; width: 100%; min-width:1200px; min-height:600px; }
.topbg{height:62px; background:#446cb3; position:relative;}
.topbg .logo{position:absolute; left:0; top:0; width:200px; height:62px; text-align: center; background:#0091f8;}
.topbg .logo a{display: block;width:165px; height:60px; margin: 0 auto;}
.topbg .logo a img{max-height: 60px; max-width: 165px; vertical-align: middle;}
.topbg .logo a b{height: 100%; display: inline-block; vertical-align: middle;}

.bg .box.p_s{padding:0 76px 60px 76px;width:448px;}
.bg .box{ width:342px; border:1px solid #ededed; padding:0 129px 40px 129px; background:#fff; margin:32px auto; color:#222;}
.bg .box a{ color:#3f65ad;}
.bg .box h2{font-size:34px; text-align:center; color:#444; line-height:96px;}
.bg .box h3{font-size:24px; text-align:center; color:#444; line-height:96px;}

.bg .box .codes{width:210px;float:left; height:28px; border:1px solid #e2e2e2; padding:5px 10px; background:#f5f5f5; text-align:left; margin:3px 0;}
.bg .box .codes .input_txt{ border:none; width:210px; padding:0; height:28px; background:#f5f5f5;line-height:28px; font-size:14px; outline:none; }
.bg .box .codes.w,.bg .box .codes.w .input_txt{ width:100px;}
.bg .box .codes.w2,.bg .box .codes.w2 .input_txt{ width:200px;}

.bg .box .input_bg{width:320px; height:28px; border:1px solid #e2e2e2; padding:5px 10px; background:#f5f5f5; text-align:left; margin:3px 0;}
.bg .box .input_bg .input_txt{ border:none; width:320px; padding:0; height:28px; background:#f5f5f5;line-height:28px; font-size:14px; outline:none; }
.bg .box label{text-align:right; line-height:28px;}
.bg .box .input_txt2.input_ws{ width:220px;}
.bg .box .input_txt2.m_0{ margin:0;}
.bg .box .input_txt2{background: #f5f5f5; border: 1px solid #e2e2e2; font-size: 14px; height: 28px; line-height: 28px; outline:none; padding: 5px; width: 330px; float:left; margin:3px 0;}
.bg .box .promit{height:26px; background:url(../images/promit_bg1.gif) no-repeat; padding:0 40px 7px 10px; color:#fff; line-height:26px;}
.bg .box .button_blue_s1 a.no_hov,.bg .box .button_blue_s1 a.no_hov:hover{height:40px; background:#ccc; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;line-height:40px; font-size:14px; text-align:center; color:#fff;cursor:default;}
.bg .box .button_blue_s1{ float:right;width:90px; margin-right:5px; }
.bg .box .button_blue_s1.l{ float:left; margin-left:10px; width:90px;}
.bg .box .button_blue_s1 a.m_0{margin:0;}
.bg .box .button_blue_s1 a{  height:40px; background:#0091f8; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;line-height:40px; font-size:14px; text-align:center; color:#fff; display:block; margin:3px 0;}
.bg .box .button_blue_s1 a:hover{ height:40px; background:#0076f5; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;line-height:40px; font-size:14px; text-align:center; color:#fff;}

.bg .box .button_blue a{ height:40px; background:#0091f8; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;line-height:40px; font-size:16px; text-align:center; color:#fff; display:block; margin:3px 0;}
.bg .box .button_blue a:hover{ height:40px; background:#0076f5; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;line-height:40px; font-size:16px; text-align:center; color:#fff;}

.bg .box .agree{text-align:left;}
.bg .box .agree label{font-size:12px;}
.bg .box .agree label a{ font-size:12px;}

.bg .box .p_login{ text-align:right; line-height:36px; background:url(../images/icon_arrow.gif) no-repeat right center; padding-right:16px;}

.success_promit{ text-align:center; padding-top:150px;}
.success_promit p{ line-height:48px; color:#444;}
.success_promit .button_blue{margin:0 auto; width:300px;}
.success_promit .button_blue a{ height:40px; background:#f25a30; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;line-height:40px; font-size:16px; text-align:center; color:#fff; display:block; margin:3px 0;}
.success_promit .button_blue a:hover{ height:40px; background:#f0502a; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;line-height:40px; font-size:16px; text-align:center; color:#fff;}

@media only screen and (max-width: 769px) {
.bg{min-width:inherit;}	
.bg .box{ width:72%;padding:0 5% 40px 5%;}
.bg .box .input_bg{ width:90%; padding:5px 5%;}
.bg .box .input_bg .input_txt{width:100%;}
.bg .box .codes{width:45%; padding:5px 5%;}
.bg .box .codes .input_txt{width:100%;}
.bg .box .button_blue_s1{width:40%;}
}

/*服务协议*/
.bg .box2{ border:1px solid #ededed; padding:0 40px 40px 40px; background:#fff; margin:32px; color:#222;}
.bg .box2 a{ color:#3f65ad;}
.bg .box2 h2{font-size:34px; text-align:center; color:#444; line-height:96px; }
.bg .box2 .date{ color:#888; font-size:14px; line-height:18px; text-align:center; border-bottom:1px solid #dfdfdf; padding-bottom:20px;}
.bg .box2 .content{ padding:20px 0; line-height:24px;}

/*顶部*/
.menu{ position:absolute; top:0; left:200px; width:610px; height:62px;}
.menu li{float:left; background:url(../images/line_menu.gif) no-repeat right top; width:100px; line-height:62px; text-align:center; color:#c0cce1;}
.menu li .icon1{width:24px; height:24px; background:url(../images/icon_menu.png) no-repeat -24px 0; display:inline-block; vertical-align:middle; margin-top:-2px; *margin-top:3px;}
.menu li .icon2{width:24px; height:24px; background:url(../images/icon_menu.png) no-repeat -24px -24px; display:inline-block; vertical-align:middle; margin-top:-2px; *margin-top:3px;}
.menu li .icon3{width:24px; height:24px; background:url(../images/icon_menu.png) no-repeat -24px -48px; display:inline-block; vertical-align:middle; margin-top:-2px; *margin-top:3px;}
.menu li .icon4{width:24px; height:24px; background:url(../images/icon_menu.png) no-repeat -24px -72px; display:inline-block; vertical-align:middle; margin-top:-2px; *margin-top:3px;}
.menu li .icon5{width:24px; height:24px; background:url(../images/icon_menu.png) no-repeat -24px -96px; display:inline-block; vertical-align:middle; margin-top:-2px; *margin-top:3px;}
.menu li .icon6{width:24px; height:24px; background:url(../images/icon_menu.png) no-repeat -24px -118px; display:inline-block; vertical-align:middle; margin-top:-2px; *margin-top:3px;}
.menu li a{color:#c0cce1; display:block;}
.menu li a.hover{background:#3f65ad url(../images/line_menu.gif) no-repeat right top; border-bottom:3px solid #f4933c; height:59px; color:#fff;}
.menu li a.hover:hover{background:#3f65ad url(../images/line_menu.gif) no-repeat right top; border-bottom:3px solid #f4933c; height:59px; color:#fff;}
.menu li a:hover{background:#4b76bc url(../images/line_menu.gif) no-repeat right top; height:62px; color:#fff;}
.menu li a.hover .icon1,.menu li a:hover .icon1{width:24px; height:24px; background:url(../images/icon_menu.png) no-repeat; display:inline-block; vertical-align:middle;}
.menu li a.hover .icon2,.menu li a:hover .icon2{width:24px; height:24px; background:url(../images/icon_menu.png) no-repeat 0 -24px; display:inline-block; vertical-align:middle;}
.menu li a.hover .icon3,.menu li a:hover .icon3{width:24px; height:24px; background:url(../images/icon_menu.png) no-repeat 0 -48px; display:inline-block; vertical-align:middle;}
.menu li a.hover .icon4,.menu li a:hover .icon4{width:24px; height:24px; background:url(../images/icon_menu.png) no-repeat 0 -72px; display:inline-block; vertical-align:middle;}
.menu li a.hover .icon5,.menu li a:hover .icon5{width:24px; height:24px; background:url(../images/icon_menu.png) no-repeat 0 -96px; display:inline-block; vertical-align:middle;}
.menu li a.hover .icon6,.menu li a:hover .icon6{width:24px; height:24px; background:url(../images/icon_menu.png) no-repeat 0 -118px; display:inline-block; vertical-align:middle;}

.rtop{position:absolute; top:0; right:0; height:40px; line-height:40px; padding:11px 0; color:#8ec2fd;}
.rtop a{color:#8ec2fd; padding-right:10px;display: inline-block;}
.rtop a:hover{color:#fff;}
.rtop a.doubt{ background:url(../images/icon_doubt.png) no-repeat 0 center; padding-left:25px; display: inline-block;}
.rtop a.doubt:hover{ background:url(../images/icon_doubt2.png) no-repeat 0 center;}

.rtop .user{width:40px; height:40px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#fff; text-align:center; float:left; position:relative;}
.rtop .user .radius{ width:40px; height:40px; position:absolute; left:0; top:0; z-index:100; background:url(../images/user_png.png) no-repeat;}
.rtop .user img{max-width:40px; max-height:40px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; vertical-align:middle;}
.rtop .user b{ display:inline-block; vertical-align:middle; height:100%;}
.rtop h4{ color:#fff; font-weight:bold; padding:0 30px 0 10px; float:left; overflow:hidden;}
.rtop h4 dt{ float:right;color:#fff; font-weight:bold;}
.rtop h4 a{ max-width:180px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; float:right;}
.rtop a.a_color{ color:#fff; padding:0;}
.rtop h4 a.v0{ width:26px; height:26px; float:right; background:url(../images/v_tub.png) no-repeat; padding:0; margin-top:10px;}
.rtop h4 a.v1{ width:26px; height:26px; float:right; background:url(../images/v_tub.png) no-repeat 0 -26px;padding:0; margin-top:10px;}
.rtop h4 a.v2{ width:26px; height:26px; float:right; background:url(../images/v_tub.png) no-repeat 0 -52px;padding:0; margin-top:10px;}
.rtop h4 a.v3{ width:26px; height:26px; float:right; background:url(../images/v_tub.png) no-repeat 0 -78px;padding:0; margin-top:10px;}
.rtop h4 a.v4{ width:26px; height:26px; float:right; background:url(../images/v_tub.png) no-repeat 0 -104px;padding:0; margin-top:10px;}
.rtop h4 a.v5{ width:26px; height:26px; float:right; background:url(../images/v_tub.png) no-repeat 0 -130px;padding:0; margin-top:10px;}
.rtop h4 a.v6{ width:26px; height:26px; float:right; background:url(../images/v_tub.png) no-repeat 0 -156px;padding:0; margin-top:10px;}
.rtop h4 a.v7{ width:26px; height:26px; float:right; background:url(../images/v_tub.png) no-repeat 0 -182px;padding:0; margin-top:10px;}
.rtop h4 a.v8{ width:26px; height:26px; float:right; background:url(../images/v_tub.png) no-repeat 0 -208px;padding:0; margin-top:10px;}

.index_content{padding:20px 0;}
.index_content .lbox{display: table-cell;float: none;vertical-align: top;width: auto; *display:block; *zoom:1;}
.index_content .lbox:after {
    clear: both;
    content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    display: block;
    height: 0 !important;
    line-height: 0;
    visibility: hidden;
}
.index_content .lbox .chart{ background:#fff; padding:2px 10px; border:1px solid #ededed; margin-bottom:20px;line-height:50px;}
.index_content .lbox .chart span{ display:inline-block;font-size:16px;}
.index_content .lbox .chart a.more{ background:url(../images/more_icon01.gif) no-repeat right center; padding-right:20px; color:#3f65ad; float:right;}
.index_content .lbox .chart .imgbox{text-align:center; background:#f5f5f5; margin-bottom:10px;}
.index_content .lbox .chart .imgbox img{max-width:100%;}
.index_content .lbox .chart .imgbox .note{ text-align:center; background:#fff; line-height:34px;}
.index_content .lbox .chart .imgbox .note li{display:inline-block; *display:inline; *zoom:1;font-size:12px; padding:0 50px;}

div.ab_split {
    font-weight: 700;
    width: 598px;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}
div.ab_split div.scale_total {
    margin: 0 16px;
    text-align: center;
}

div.ab_split div.scale_total span.split_a {
    min-width: 143px;
    width: 443px;
}
/*.chart-des, span {
    display: inline-block;
}*/
div.ab_split div.scale_image {
    background:none;
    height: 61px;
    margin: 20px 16px;
}
div.ab_split div.scale_image div.inner {
    background-color: red;
    color: #fff;
    text-align: center;
    width: auto;
}
div.ab_split div.scale_image div.inner span.split_a {
    background-position: right 0;
    margin-right: 15px;
    min-width: 63px;
    width: 213px;
}
div.ab_split div.scale_image div.inner span.split_a, div.ab_split div.scale_image div.inner span.split_b, div.ab_split div.scale_image div.inner span.split_c {
    border-left: 1px solid #666;
}
div.ab_split div.scale_image div.inner span em {
    display: block;
    font-style: normal;
    margin: 0 auto;
    width: 48px;
}
div.ab_split div.scale_image div.inner span {
    background: url("../images/ab_split_sprite.png") no-repeat -999em -999em;
    height: 61px;
    padding: 0;
}
div.ab_split div.scale_image div.inner span {
    padding: 0 8px;
    width: 48px;
}
div.ab_split div.scale_total span.split_b {
    min-width: 101px;
    width: 101px;
}
div.ab_split div.scale_image div.inner span.split_b {
    background-position: right -61px;
    margin-right: 23px;
    min-width: 61px;
    width: 211px;
}
div.ab_split div.scale_image div.inner span.split_c {
    background-position: right -122px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 61px;
    width: 101px;
}
div.ab_split div.scale_image div.inner span.split_a, div.ab_split div.scale_image div.inner span.split_b, div.ab_split div.scale_image div.inner span.split_c {
    border-left: 1px solid #666;
}
div.ab_split div.scale_image div.inner span {
    background: url("../images/ab_split_sprite.png") no-repeat -999em -999em;
    height: 61px;
    padding: 0;
}
div.ab_split div.scale_image div.inner span.split_c {
    background-position: right -122px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 61px;
    width: 101px;
}
div.ab_split div.scale_image div.inner span.split_a, div.ab_split div.scale_image div.inner span.split_b, div.ab_split div.scale_image div.inner span.split_c {
    border-left: 1px solid #666;
}
div.ab_split div.scale_image div.inner span {
    background: url("../images/ab_split_sprite.png") no-repeat -999em -999em;
    height: 61px;
    padding: 0;
}
div.ab_split div.scale_slide {
    height: 21px;
    position: relative;
}
.ab_split .ui-slider {
    background: #fff url("../images/ab_split_parts.png") no-repeat scroll 0 -137px;
    height: 27px;
    left: 16px;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 566px;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ab_split .ui-slider {
    background: #fff url("../images/ab_split_parts.png") no-repeat 0 -137px;
    height: 27px;
    left: 16px;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 566px;
	display:
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ab_split .ui-slider .ui-slider-range {
    background: url("../images/ab_split_parts.png") no-repeat 0 -97px;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 566px;
}
.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.ab_split .ui-slider .ui-slider-handle {
    background:  url("../images/ab_split_parts.png") no-repeat -554px -97px;
    cursor: pointer;
    height: 25px;
    position: absolute;
    top: 0;
    width: 12px;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
div.ab_split div.scale_slide span.arrow.l {
    background-position: 0 0;
    left: 0;
}
div.ab_split div.scale_slide span.arrow {
    background: url("../images/ab_split_parts.png") no-repeat 0 0;
    height: 13px;
    position: absolute;
    top: 5px;
    width: 12px;
}
div.ab_split div.scale_slide span.arrow.r {
    background-position: -554px -67px;
    right: 0;
}
div.ab_split div.scale_slide span.arrow {
    background: url("../images/ab_split_parts.png") no-repeat 0 0;
    height: 13px;
    position: absolute;
    top: 5px;
    width: 12px;
}


.index_content .lbox .shortcut{ background:#fff; border:1px solid #ededed;}
.index_content .lbox .shortcut h4{ font-size:16px; line-height:44px; border-bottom:1px solid #ededed; padding:0 10px;}
.index_content .lbox .shortcut ul{ padding:10px 0;}
.index_content .lbox .shortcut ul li{display:inline-block; *display:inline; *zoom:1; margin:10px; text-align:center; line-height:34px;}
.index_content .lbox .shortcut ul li.sty1{width:148px; height:138px; background:#007ff6; padding-top:10px;}
.index_content .lbox .shortcut ul li.sty1 a{display:block; color:#fff; font-size:16px;}
.index_content .lbox .shortcut ul li.sty1 .tub{width:50px; height:50px; background:#0091f8 url(../images/index_tub1.png) no-repeat center center; padding:24px 35px; margin:5px auto 0; }
.index_content .lbox .shortcut ul li.sty2{width:148px; height:138px; background:#f25a30; padding-top:10px;}
.index_content .lbox .shortcut ul li.sty2 a{display:block; color:#fff; font-size:16px;}
.index_content .lbox .shortcut ul li.sty2 .tub{width:50px; height:50px; background:#f46b3c url(../images/index_tub2.png) no-repeat center center; padding:24px 35px; margin:5px auto 0; }


.index_content .rbox{float:right; width:240px; padding-left:20px;}
.index_content .rbox .news{background:#fff; width:238px; border:1px solid #ededed; border-bottom:none; margin-bottom:20px;}
.index_content .rbox .news h2{height:40px; line-height:40px; background:#446cb3; color:#fff; padding:0 10px;}
.index_content .rbox .news li{border-bottom:1px solid #ededed; padding:10px;}
.index_content .rbox .news li .user{ float:left; width:40px; height:40px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#fff; position:relative;}
.index_content .rbox .news li .user .radius{ width:40px; height:40px; position:absolute; left:0; top:0; z-index:100; background:url(../images/user_png2.png) no-repeat;}
.index_content .rbox .news li .user img{max-width:40px; max-height:40px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; vertical-align:middle;}
.index_content .rbox .news li .user b{ display:inline-block; vertical-align:middle; height:100%;}
.index_content .rbox .news li .rp{ float:left; padding-left:10px; text-align:left;}
.index_content .rbox .news li .rp .date{ color:#3f65ad; line-height:16px;}
.index_content .rbox .news li .rp .name{ color:#999; line-height:24px;}
.index_content .rbox .news li .txt{ line-height:20px; /*color:#222;*/ color:#3f65ad; padding:6px 0; width:200px;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

.index_content .rbox .can_send{width:200px; height:164px; background:url(../images/index_img02.jpg) no-repeat; padding:50px 20px 20px 20px; text-align:center; color:#fff;}
.index_content .rbox .can_send h4{font-size:18px; line-height:50px; border-bottom:1px solid #fff;}
.index_content .rbox .can_send h1{ font-size:54px;}
.index_content .rbox .can_send h1 span{font-size:20px;}

/*联系人-组*/
.n_content{ width:100%; display: table;}
.n_content .lbox_n{ float:left; width:200px;}
.n_content .lbox_n .tit{ width:170px; height:74px; line-height:74px; color:#fff; font-size:16px; background:url(../images/left_tit.jpg) no-repeat; padding-left:30px; font-weight:bold; border-bottom:1px solid #32476c;}
.n_content .lbox_n .leftmenu li{height:44px; line-height:44px; background:url(../images/leftmenu_bg.gif) no-repeat 0 -44px;  color:#7b8998;}
.n_content .lbox_n .leftmenu li .icon1{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon2{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat 0 -20px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon3{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat 0 -40px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon4{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat 0 -61px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon5{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat 0 -82px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon6{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat 0 -100px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon7{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat 0 -120px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon8{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat 0 -141px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon9{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat 0 -160px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon10{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat 0 -180px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon11{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat 0 -201px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon12{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat 0 -221px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon13{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat 0 -240px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon14{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat 0 -260px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon15{ width:20px; height:20px; background:url(../images/left_icon01.png) no-repeat;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon16{ width:20px; height:20px; background:url(../images/left_icon02.png) no-repeat;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon17{ width:20px; height:20px; background:url(../images/left_icon03.png) no-repeat;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li .icon18{ width:20px; height:20px; background:url(../images/left_icon04.png) no-repeat;display:inline-block; vertical-align:middle;}

.n_content .lbox_n .leftmenu li a{display: block;padding-left:30px;color:#7b8998;}
.n_content .lbox_n .leftmenu li a.hover,.n_content .lbox_n .leftmenu li a:hover{height:44px; background:url(../images/leftmenu_bg.gif) no-repeat; color:#fff;}
.n_content .lbox_n .leftmenu li a.hover .icon1,.n_content .lbox_n .leftmenu li a:hover .icon1{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat -20px 0;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon2,.n_content .lbox_n .leftmenu li a:hover .icon2{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat -20px -20px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon3,.n_content .lbox_n .leftmenu li a:hover .icon3{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat -20px -40px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon4,.n_content .lbox_n .leftmenu li a:hover .icon4{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat -20px -61px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon5,.n_content .lbox_n .leftmenu li a:hover .icon5{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat -20px -82px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon6,.n_content .lbox_n .leftmenu li a:hover .icon6{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat -20px -100px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon7,.n_content .lbox_n .leftmenu li a:hover .icon7{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat -20px -120px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon8,.n_content .lbox_n .leftmenu li a:hover .icon8{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat -20px -141px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon9,.n_content .lbox_n .leftmenu li a:hover .icon9{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat -20px -160px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon10,.n_content .lbox_n .leftmenu li a:hover .icon10{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat -20px -180px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon11,.n_content .lbox_n .leftmenu li a:hover .icon11{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat -20px -201px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon12,.n_content .lbox_n .leftmenu li a:hover .icon12{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat -20px -221px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon13,.n_content .lbox_n .leftmenu li a:hover .icon13{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat -20px -240px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon14,.n_content .lbox_n .leftmenu li a:hover .icon14{ width:20px; height:20px; background:url(../images/left_nav_icon.png) no-repeat -20px -260px;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon15,.n_content .lbox_n .leftmenu li a:hover .icon15{ width:20px; height:20px; background:url(../images/left_icon01.png) no-repeat -20px 0;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon16,.n_content .lbox_n .leftmenu li a:hover .icon16{ width:20px; height:20px; background:url(../images/left_icon02.png) no-repeat -20px 0;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon17,.n_content .lbox_n .leftmenu li a:hover .icon17{ width:20px; height:20px; background:url(../images/left_icon03.png) no-repeat -20px 0;display:inline-block; vertical-align:middle;}
.n_content .lbox_n .leftmenu li a.hover .icon18,.n_content .lbox_n .leftmenu li a:hover .icon18{ width:20px; height:20px; background:url(../images/left_icon04.png) no-repeat -20px 0;display:inline-block; vertical-align:middle;}

.frm_controls {display: table-cell;float: none;vertical-align: top;width: auto; *display:block; *zoom:1}
.frm_controls:after {
    clear: both;
    content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    display: block;
    height: 0 !important;
    line-height: 0;
    visibility: hidden;
}
.n_content .rbox_n{display: table-cell;float: none;vertical-align: top;width: 100%; padding:20px 20px 0 20px;}
/*.n_content .rbox_n{display: table-cell;float: none;vertical-align: top;width: auto; *display:block; *zoom:1; padding:20px 20px 0 20px;}
.n_content .rbox_n:after {
    clear: both;
    content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    display: block;
    height: 0 !important;
    line-height: 0;
    visibility: hidden;
}*/
.n_content .rbox_n .recharge{}
.n_content .rbox_n .recharge h2{height:44px; line-height:44px; background:#fff; padding-left:20px; font-size:16px;border: 1px solid #ededed;}
.n_content .rbox_n .recharge .tab_btn{padding:20px 0 0 0;}
.n_content .rbox_n .recharge .tab_box{border-top: 3px solid #588bdd; background:#fff;padding: 30px 20px;}

.n_content .rbox_n2{display: table-cell;float: none;vertical-align: top;width: 100%; padding:0;}
/*.n_content .rbox_n2{display: table-cell;float: none;vertical-align: top;width: auto; *display:block; *zoom:1; padding:0;}
.n_content .rbox_n2:after {
    clear: both;
    content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    display: block;
    height: 0 !important;
    line-height: 0;
    visibility: hidden;
}*/
.n_content .rbox_n2 .box1{margin-top:20px;}
.n_content .rbox_n2 .box1 h2{ height:44px; line-height:44px; border-top:3px solid #588bdd; background:#e6ebf6; padding-left:20px; font-size:16px; margin:0 20px;}
.n_content .rbox_n2 .box1 .arrow_icon1{position:absolute; right:42px; top:0; width:32px; height:44px; display:block; background:url(../images/icon_arrow2.png) no-repeat;}
.n_content .rbox_n2 .box1 .arrow_icon1.no_hov{position:absolute; right:42px; top:0; width:32px; height:44px; display:block; background:url(../images/icon_arrow2.png) no-repeat 0 -42px;}
.n_content .rbox_n2 .box1 .arrow_icon2{position:absolute; right:10px; top:0; width:32px; height:44px; display:block; background:url(../images/icon_arrow2.png) no-repeat -32px 0;}
.n_content .rbox_n2 .box1 .arrow_icon2.no_hov{position:absolute; right:10px; top:0; width:32px; height:44px; display:block; background:url(../images/icon_arrow2.png) no-repeat -32px -42px;}

.n_content .rbox_n2 .box1 .content .tr .input_txt.input_txt_w1,.interval_1 .tr .input_txt.input_txt_w1{ width:88px;}
.n_content .rbox_n2 .box1 .content .tr .input_txt.input_txt_w2,.interval_1 .tr .input_txt.input_txt_w2,.btn_box .input_txt.input_txt_w2{ width:240px;}
.n_content .rbox_n2 .box1 .content .tr .input_txt.input_txt_w2,.interval_1 .tr .input_txt.input_txt_w2,.btn_box .input_txt.input_txt_w4{ width:180px;}
.n_content .rbox_n2 .box1 .content .tr .input_txt.input_txt_w3,.interval_1 .tr .input_txt.input_txt_w3{ width:215px;}


.n_content .rbox_n2 .box1 .content .tr .spf{display: table-cell;float: none;vertical-align: top;width: auto; *display:block; *zoom:1; word-break: break-all; word-wrap: break-word; color:#444;}
.n_content .rbox_n2 .box1 .content .tr .spf:after {
    clear: both;
    content: " . . ";
    display: block;
    height: 0 !important;
    line-height: 0;
    visibility: hidden;
}
.n_content .rbox_n2 .box1 .content .tr .spf ul{background:#e6ebf6; margin-left:20px;padding:10px;}
.n_content .rbox_n2 .box1 .content .tr .spf ul h4{ font-size:16px; font-weight:bold; margin-bottom:10px;}
.n_content .rbox_n2 .box1 .content .tr .spf ul span{ background:#446cb3; padding:3px 5px; margin:10px 0; color:#fff; display:inline-block;}

/*修改域名解析说明*/
.n_content .rbox_n2 .box1 .content .tr .jiexi{display: table-cell;float: none;vertical-align: top;width: auto; *display:block; *zoom:1; word-break: break-all; word-wrap: break-word; color:#444;}
.n_content .rbox_n2 .box1 .content .tr .jiexi:after {
    clear: both;
    content: " . . ";
    display: block;
    height: 0 !important;
    line-height: 0;
    visibility: hidden;
}
.n_content .rbox_n2 .box1 .content .tr .jiexi .ul{background:#e6ebf6; margin-left:20px;padding:10px;}
.n_content .rbox_n2 .box1 .content .tr .jiexi .ul h4{ font-size:16px; font-weight:bold; margin-bottom:10px;}
.n_content .rbox_n2 .box1 .content .tr .jiexi .ul span{ background:#446cb3; padding:3px 5px; margin:10px 0; color:#fff; display:inline-block;}
.jiexi .select{ line-height:28px;}
.jiexi .select .maincon_sty1{ margin-right:0;}

.n_content .rbox_n2 .box1 .content .tr .detection_tit{ height:30px; line-height:30px; overflow:hidden; margin:25px 0 10px 0; }
.n_content .rbox_n2 .box1 .content .tr .detection_tit span{border-left:3px solid #446cb3; height:20px; margin:5px 0; padding-left:10px;}
.n_content .rbox_n2 .box1 .content .tr .detection_tit a.btn_auto2{float:right; margin-left:10px;}

.tit_records{ line-height:28px; padding:0; float:left; color:#444; padding-right:30px;}

.n_content .rbox_n2 .box1 .content .tr .icon_del{ width:30px; height:30px; background:url(../images/icon_table.gif) 0 -180px; display:inline-block;}
.n_content .rbox_n2 .box1 .content .tr .icon_add{ width:30px; height:30px; background:url(../images/icon_table.gif) 0 -210px; display:inline-block;}
.n_content .rbox_n2 .box1 .content .tr .icon_edit{ width:30px; height:30px; background:url(../images/icon_table.gif) 0 -90px; display:inline-block;}
.n_content .rbox_n2 .box1 .content .tr .icon_settings{ width:30px; height:30px; background:url(../images/icon_table.gif) 0 0; display:inline-block;}

.n_content .rbox_n2 .box1 .content{ background:#fff; border:1px solid #ededed; border-top:none; padding:30px; margin:0 20px 20px 20px; min-height:320px;}
.n_content .rbox_n2 .box1 .content .tr,.interval_1 .tr,.n_content .rbox_n .btn_box3 .tr{padding-bottom:20px;}
.n_content .rbox_n2 .box1 .content .tr.p_b_10,.interval_1 .tr.p_b_10,.n_content .rbox_n .btn_box3 .tr.p_b_10{padding-bottom:10px;}
.n_content .rbox_n2 .box1 .content .p1,.n_content .rbox_n .btn_box3 .p1{ padding:0; line-height:28px;}
.n_content .rbox_n2 .box1 .content .p2{ padding:0; line-height:28px; float:left;}
.n_content .rbox_n2 .box1 .content p,.interval_1 p{ padding:5px; /*height:18px;*/ color:#444;}
.n_content .rbox_n2 .box1 .content p a.date{ margin:0 5px; float:right; color:#3f65ad; background:#e6ebf6; padding:2px 5px;}
.n_content .rbox_n2 .box1 .content .tr .line_s,.n_content .rbox_n .btn_box3 .tr .line_s,.btn_box .line_s{ float:left; line-height:28px; padding:0 5px;}
.n_content .rbox_n2 .box1 .content .promit.p_0{padding:0;}
.n_content .rbox_n2 .box1 .content .send_check{text-align:left; vertical-align:top;}
.n_content .rbox_n2 .box1 .content .promit,.interval_1 .promit{ padding-left:10px; color:#9c9c9c; display:inline-block; vertical-align:middle; line-height:28px;}

.n_content .rbox_n2 .box1 .content .promit.w_sty{ display: block; background: #f4f4f4; padding: 10px; margin-top: 20px; color: #777;}
.n_content .rbox_n2 .box1 .content .promit.w_sty dt{font-weight: bold;}
.n_content .rbox_n2 .box1 .content .promit.w_sty dd b{color: #0091f8; font-weight: normal;}

.n_content .rbox_n2 .box1 .content .tr .input_txt,.interval_1 .tr .input_txt,.n_content .rbox_n .btn_box3 .tr .input_txt,.btn_box .input_txt{border:1px solid #e2e2e2; width:338px; padding:4px; height:18px; background:#f5f5f5;line-height:18px; font-size:14px; outline:none; }
.n_content .rbox_n .btn_box3 .tr .input_txt.input_txt_w1{width:190px;}
.n_content .rbox_n2 .box1 .content .tr .input_time_txt,.interval_1 .tr .input_time_txt,.n_content .rbox_n .btn_box3 .tr .input_time_txt,.btn_box .input_time_txt{border:1px solid #e2e2e2; width:108px; padding:4px 20px 4px 4px; height:18px; background:#f5f5f5 url(../images/icon_calendar.gif) no-repeat right center;line-height:18px; font-size:14px; outline:none; float:left; }
.n_content .rbox_n2 .box1 .content .tr label,.interval_1 .tr label,.n_content .rbox_n .btn_box3 .tr label{text-align:right; color:#444;}
.n_content .rbox_n2 .box1 .content .tr .link,.interval_1 .tr .link{ float:left; color:#3f65ad; line-height:28px; padding-left:10px;}
.n_content .rbox_n2 .box1 .content .tr .red_promit,.interval_1 .tr .red_promit{  color:#f33333; height:28px; line-height:28px; padding-left:18px; background:url(../images/icon_arrow2.png) no-repeat 0 -150px; margin-left:10px;}

.n_content .rbox_n2 .box1 .content .tr h4{ font-size: 16px; font-weight: bold; line-height: 40px;}

.exclude{display: table-cell;float: none;vertical-align: top; *display:block; *zoom:1;width:198px; height:253px; border:1px solid #e2e2e2; background:#e6ebf6; padding:0 10px 10px 10px; color:#444;}
.exclude h4{line-height:28px;}
.exclude ul{ background:#fff; border:1px solid #e2e2e2; height:220px; overflow-y:scroll; overflow-x:hidden;}
.exclude ul li{ line-height:18px; padding:7px 10px;}
.exclude ul li a{display:block; color:#444;}
.exclude ul li a.color{display:block; color:#3f65ad;}
.exclude ul li:hover{background:#f2f2f2;}

.exclude_btn{display: table-cell;float: none;vertical-align: middle; *display:block; *zoom:1;width:28px;height:255px; padding:0 20px; }
.exclude_btn .btn1{width:28px; height:28px; background:url(../images/icon_arrow2.png) no-repeat 0 -88px; display:inline-block; margin:5px 0;}
.exclude_btn .btn1.no_hov{height:28px; background:url(../images/icon_arrow2.png) no-repeat -30px -88px; cursor:default; }
.exclude_btn .btn2{width:28px; height:28px; background:url(../images/icon_arrow2.png) no-repeat -30px -116px; display:inline-block; margin:5px 0;}
.exclude_btn .btn2.no_hov{height:28px; background:url(../images/icon_arrow2.png) no-repeat 0 -116px; cursor:default; }

.switch.off{background:url(../images/icon_arrow2.png) no-repeat 0 -217px;}
.switch.off .round{ position:absolute; top:3px; left:2px;  width:14px; height:14px; background:url(../images/icon_arrow2.png) no-repeat -40px -197px;}
.switch{ margin-top:5px; float:left;width:34px; height:20px;  background:url(../images/icon_arrow2.png) no-repeat 0 -197px; position:relative;}
.switch .round{ position:absolute; top:3px; right:2px; width:14px; height:14px; background:url(../images/icon_arrow2.png) no-repeat -40px -197px;}

.interval_1{ background:#fff; border:1px solid #ededed; margin:-10px 20px 20px 20px; padding:20px 30px;}
.interval_1 .title{margin-bottom:20px;}
.interval_1 .title a{display:block; color:#222;font-size:16px; font-weight:bold;}
.interval_1 .title h2{color:#222;  line-height:28px;  }
.interval_1 .title .icon{background:url(../images/icon_arrow2.png) no-repeat -20px -173px; display:inline-block; vertical-align:middle; color:#222; width:20px; height:20px; }
.interval_1 .title a.sty .icon{background:url(../images/icon_arrow2.png) no-repeat -40px -173px; display:inline-block; vertical-align:middle; color:#222; width:20px; height:20px; }
.interval_1 .more_box{margin-left:105px;}
.interval_1 .more_box label{text-align:left;}
.interval_1 .more_box .chart{border:1px solid #e2e2e2; width:625px; margin-top:10px;}
.interval_1 .more_box .chart img{max-width:100%;}
.interval_1 .more_box p{line-height:28px; height:28px;padding-left:0;}




.import_box{border-top:1px dashed #ccc; padding:20px 25px; margin-top:10px;}
.import_box li{padding:5px 0; color:#444; line-height:18px;}
.import_box li .input_txt{ border:1px solid #e2e2e2; width:250px; padding:4px; height:18px; background:#f5f5f5;line-height:18px; font-size:14px; outline:none; }

.template_box{display: table-cell;float: none;vertical-align: top;width: auto; *display:block; *zoom:1; padding:0;}
.template_box:after {
    clear: both;
    content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    display: block;
    height: 0 !important;
    line-height: 0;
    visibility: hidden;
}
.template_box li{ float:left;  margin-right:30px; width:144px; height:184px; padding-top:10px; background:#f5f5f5; border:1px solid #e2e2e2; text-align:center; position:relative;}
.template_box li.img{ margin-right:0;width:124px; height:154px; background:none; border:none; }
.template_box li.img:hover{ background:none; border:none;}
.template_box li.select .hov{ display: block;}
.template_box li .hov{ background:url(../images/template_tran.png) repeat; position:absolute; left:0; top:0; width:100%; height:100%; display:none;}
.template_box li .hov .preview{width:30px; height:49px; margin:60px auto 0; line-height:24px; text-align:center; }
.template_box li .hov .preview a{color:#fff; display:block;}
.template_box li .hov .preview .tub{ width:30px; height:25px; background:url(../images/icon_preview.png) no-repeat; display:inline-block;}
.template_box li .hov .check{width:44px; height:44px; background:url(../images/icon_preview.png) no-repeat 0 -25px; display:inline-block; position:absolute; right:0; bottom:0;}
.template_box li:hover{ background:#e6ebf6; border:1px solid #2da6fd;}
.template_box li.select:hover{  border:1px solid #e2e2e2; background:#f5f5f5;}
.template_box li img{ width:124px; height:154px;}
.template_box li .wz{display:block;}
.template_box li.select .wz{display:none;}
.template_box li .wz a{ padding:0 10px; line-height:30px; color:#3f65ad; display:inline-block; *display:inline; *zoom:1;}

.template_box2{display: table-cell;float: none;vertical-align: top;width: auto; *display:block; *zoom:1; padding:0;}
.template_box2:after {
    clear: both;
    content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    display: block;
    height: 0 !important;
    line-height: 0;
    visibility: hidden;
}
.template_box2 li{ float:left;  margin-right:30px; margin-bottom:15px; width:144px; height:184px; padding-top:10px; background:#f5f5f5; border:1px solid #e2e2e2; text-align:center; position:relative;}
.template_box2 li.img{ margin-right:0;width:124px; height:154px; background:none; border:none; }
.template_box2 li.img:hover{ background:none; border:none;}
.template_box2 li.select .hov{ display: block;}
.template_box2 li .hov{ background:url(../images/template_tran.png) repeat; position:absolute; left:0; top:0; width:100%; height:100%; display:none;}
.template_box2 li .hov .preview{width:30px; height:49px; margin:60px auto 0; line-height:24px; text-align:center; }
.template_box2 li .hov .preview a{color:#fff; display:block;}
.template_box2 li .hov .preview .tub{ width:30px; height:25px; background:url(../images/icon_preview.png) no-repeat; display:inline-block;}
.template_box2 li .hov .check{width:44px; height:44px; background:url(../images/icon_preview.png) no-repeat 0 -25px; display:inline-block; position:absolute; right:0; bottom:0;}
.template_box2 li:hover{ background:#e6ebf6; border:1px solid #2da6fd;}
.template_box2 li.select:hover{  border:1px solid #e2e2e2; background:#f5f5f5;}
.template_box2 li img{ width:124px; height:154px;}
.template_box2 li .wz{display:block;padding:0 10px; line-height:30px; text-align:center;color:#222; }


.tr_left1{ width:100px; }
.tr_left2{ width:20px; }
.tr_left3{ width:130px;}
.tr_left4{ width:75px;}
.tr_left_auto{ width:auto; }
.tr_left5{ width:200px;}
label.tr_left1,label.tr_left2,label.tr_left3,label.tr_left4,label.tr_left5,label.tr_left_auto{ float: left; line-height:18px; padding:5px 0; margin-right:5px;}
.n_content .rbox_n2 .box1 .btn_box{ padding:10px 30px; position:inherit;}
.btn_left1{ margin-left:25px;}
.btn_left2{ margin-left:105px;}
.btn_left3{ margin-left:135px;}
.btn_left4{ margin-left:80px;}
.btn_left5{ margin-left:205px;}

.btn_box3{padding:30px 20px; border:1px solid #ededed; background:#fff;}
.btn_box3.line{border-top: 3px solid #588bdd;}
.btn_box3 h2{ font-size:16px; font-weight:bold; margin-bottom:10px; color:#222;}
.btn_box3 .chart_lbox{ float:left; text-align:center; background:#fff; width:330px;}
.btn_box3 .chart_lbox p.tit{ line-height:30px; margin-top:20px;}

.btn_box3 .bank li{ float:left; width:222px; margin-right:10px; margin-bottom:10px;}
.btn_box3 .bank li a{ width:220px; height:60px; border:1px solid #dfdfdf; text-align:center; display:block;}
.btn_box3 .bank li a:hover{border: 1px solid #2da6fd;}
.btn_box3 .bank li img{max-height:100%; max-height:100%; vertical-align:middle;}
.btn_box3 .bank li img b{display:inline-block; height:100%; vertical-align:middle;}
.btn_box3 .bank .more{display:block;}
.btn_box3 .bank div{display:none;}
.btn_box3 .all .more{display:none;}
.btn_box3 .all div{display:block;}
.btn_box3 .bank li.more a{ width:220px; height:60px; border:1px dashed #848484; text-align:center; display:block; line-height:60px; color:#222;}
.btn_box3 .bank li.more .icon{width:20px; height:20px; display:inline-block; background:url(../images/icon_arrow2.png) no-repeat 0 -249px; vertical-align:middle; margin-left:10px;}
.btn_box3 .bank li.more a:hover{border: 1px dashed #2da6fd; background:#f5f5f5; }
.btn_box3 .tr label.tr_left_auto{line-height:50px;}
.btn_box3 .tr .bank_img{width:220px; height:60px; border:1px solid #dfdfdf; text-align:center; display:inline-block; *display:inline; *zoom:1;}
.btn_box3 .tr .bank_img img{max-height:100%; max-height:100%; vertical-align:middle;}
.btn_box3 .tr .bank_img img b{display:inline-block; height:100%; vertical-align:middle;}
.btn_box3 .tr .bank_img_s{width:95px; height:26px; border:1px solid #dfdfdf; text-align:center; float:left;}
.btn_box3 .tr .bank_img_s img{max-height:100%; max-height:100%; vertical-align:middle;}
.btn_box3 .tr .bank_img_s img b{display:inline-block; height:100%; vertical-align:middle;}
.btn_box3 .tr .price{ line-height:28px;color:#ff871f; font-size:22px; font-weight:bold; margin:0; }
.btn_box3 .tr .cards{ height:28px; line-height:29px; vertical-align:middle;}
.btn_box3 .tr .cards label{margin-right:60px;}
.btn_box3 .tr a.back{display:block; color:#3f65ad; background:url(../images/icon_arrow2.png) no-repeat 15px -269px; padding-left:30px; display:inline-block;}
.other_methods{display:block; color:#3f65ad; margin-top:12px; background:url(../images/icon_arrow2.png) no-repeat 15px -269px; padding-left:30px;float:right; line-height:20px; margin-right:10px;}
.btn_box3 .tr dt{font-size:12px; background:#dedede; padding:2px 5px; display:inline-block;*display:inline; *zoom:1; margin:0 5px;}

.btn_box3 .tr .options{border:3px solid #e6ebf6; background:#fff; padding:30px;}
.btn_box3 .tr .options label{padding-right:60px; display:inline-block;*display:inline; *zoom:1;}
.btn_box3 .tr .options label .tub1{ width:16px; height:16px; background:url(../images/icon_arrow2.png) no-repeat 0 -289px; display:inline-block; vertical-align:middle; margin:-3px 3px 0 8px;}
.btn_box3 .tr .options label .tub2{ width:16px; height:16px; background:url(../images/icon_arrow2.png) no-repeat -26px -289px; display:inline-block; vertical-align:middle; margin:-3px 3px 0 8px;}
.btn_box3 .tr h2.price{ color:#ff871f; font-size:22px; font-weight:bold; display:inline-block;*display:inline; *zoom:1; margin:0; line-height:60px;}

.btn_box3 .shortcut{border-bottom:1px solid #dfdfdf; padding-bottom:15px; margin-bottom:30px;}
.btn_box3 .shortcut .logo{display:inline-block;*display:inline; *zoom:1; width:110px; height:30px; background:url(../images/pay_shortcut_img.jpg) no-repeat;}
.btn_box3 .shortcut span{display:inline-block;*display:inline; *zoom:1; vertical-align:bottom; padding:0 10px;}
.btn_box3 .shortcut a{display:block; color:#3f65ad; background:url(../images/icon_arrow2.png) no-repeat 0 -309px; padding-left:20px; display:inline-block; float:right; margin-top:10px;}

.btn_box3 .r_p{text-align:right;}
.btn_box3 .r_p a{background: #e6ebf6; color: #3f65ad;  margin: 0 5px; padding: 2px 5px;}

.weix_pay{text-align:center;}
.weix_pay h1{background:url(../images/icon_arrow2.png) no-repeat 0 -329px; padding-left:45px; line-height:40px; font-size:22px; display:inline-block;}
.weix_pay img{margin:10px auto; width:204px; height:204px; border:1px solid #e2e2e2; padding:8px; background:#fff; display:block;}
.weix_pay h3{background:url(../images/icon_arrow2.png) no-repeat 0 -369px; padding-left:45px; line-height:20px; font-size:22px; display:inline-block; text-align:left; font-size:14px; width:169px;}
.weix_pay .price{ font-size:30px; font-weight:bold; color:#ff871f; line-height:60px; margin:0;}

.weix_load{background:url(../images/loading.gif) no-repeat 0 center; padding-left:30px; line-height:80px; display:block; width:140px; margin:0 auto;}

.btn_box{ padding:10px; border:1px solid #ededed; background:#fff; position:relative;}
.btn_box.sty1{ position:inherit;}
.btn_box .tr label{ text-align:right;}
.btn_box a{ margin:0 5px;}
.btn_box_pay{ padding:10px 15px; border:1px solid #ededed; border-top:1px solid #dfdfdf; margin-top:-1px; background:#fff; position:relative;}
.btn_box_pay a{ margin:0 5px;}
.btn_box_pay .promit_red{ color:#fd3c01; line-height:28px; padding-left:10px;}
.btn_box2{ padding:10px;  background:#fff; position:relative;}
.btn_box2 a{ margin:0 0 0 10px;}

.btn_auto_icon1{width:14px; height:16px; background:url(../images/btn.png) no-repeat 0 -380px;display: inline-block; vertical-align:middle; margin-right:6px; margin-top:-3px;}

.btn_auto1.no_hov{background: url(../images/btn.png) no-repeat 0 -634px; cursor: default; display: inline-block; float: left; height:28px; line-height: 28px; padding-left: 20px; text-align: center; text-decoration: none;}
.btn_auto1.no_hov em{ background: url(../images/btn.png) no-repeat right -672px; color:#d3dced; display: inline-block; font-style: normal; padding-right: 20px;}
.btn_auto1.no_hov:hover{ background: url(../images/btn.png) no-repeat 0 -634px;}
.btn_auto1.no_hov:hover em{ background: url(../images/btn.png) no-repeat right -672px;}

.btn_auto1{background: url(../images/btn.png) no-repeat 0 -152px; cursor: pointer; display: inline-block; float: left; height:28px; line-height: 28px; padding-left: 20px; text-align: center; text-decoration: none;}
.btn_auto1 em{ background: url(../images/btn.png) no-repeat right -190px; color:#fff; display: inline-block; font-style: normal; padding-right: 20px;}
.btn_auto1:hover{ background: url(../images/btn.png) no-repeat 0 -228px;}
.btn_auto1:hover em{ background: url(../images/btn.png) no-repeat right -266px;}

.btn_auto2.no_hov{background: url(../images/btn.png) no-repeat 0 -304px; cursor: default; display: inline-block; float: left; height:28px; line-height: 28px; padding-left: 20px; text-align: center; text-decoration: none;}
.btn_auto2.no_hov em{ background: url(../images/btn.png) no-repeat right -342px; color:#a8a8a8; display: inline-block; font-style: normal; padding-right: 20px;}
.btn_auto2.no_hov:hover{ background: url(../images/btn.png) no-repeat 0 -304px;}
.btn_auto2.no_hov:hover em{ background: url(../images/btn.png) no-repeat right -342px;}

.btn_auto2{background: url(../images/btn.png) no-repeat 0 0px; cursor: pointer; display: inline-block; float: left; height:28px; line-height: 28px; padding-left: 20px; text-align: center; text-decoration: none;}
.btn_auto2 em{ background: url(../images/btn.png) no-repeat right -38px; color:#222; display: inline-block; font-style: normal; padding-right: 20px;}
.btn_auto2:hover{ background: url(../images/btn.png) no-repeat 0 -76px;}
.btn_auto2:hover em{ background: url(../images/btn.png) no-repeat right -114px;}

.btn_auto3{background: url(../images/btn.png) no-repeat 0 -410px; cursor: pointer; display: inline-block; float: left; height:44px; line-height: 44px; padding-left: 20px; text-align: center; text-decoration: none;}
.btn_auto3 em{ background: url(../images/btn.png) no-repeat right -464px; color:#222; display: inline-block; font-style: normal; padding-right: 20px;}
.btn_auto3:hover,.btn_auto3.hover{ background: url(../images/btn.png) no-repeat 0 -518px;}
.btn_auto3:hover em,.btn_auto3.hover em{ background: url(../images/btn.png) no-repeat right -572px; color:#fff;}


.btn_auto4{background: url(../images/btn.png) no-repeat 0 -710px; cursor: pointer; display: inline-block; float: left; height:42px; line-height: 42px; padding-left: 118px; text-align: center; text-decoration: none;}
.btn_auto4 em{ background: url(../images/btn.png) no-repeat right -764px; color:#fff; display: inline-block; font-style: normal; padding-right: 118px; font-size:16px;}
.btn_auto4:hover,.btn_auto4.hover{ background: url(../images/btn.png) no-repeat 0 -825px;}
.btn_auto4:hover em,.btn_auto4.hover em{ background: url(../images/btn.png) no-repeat right -879px; color:#fff;}

.btn_auto5{background: url(../images/btn.png) no-repeat 0 -940px; cursor: pointer; display: inline-block; float: left; height:28px; line-height: 28px; padding-left: 20px; text-align: center; text-decoration: none;}
.btn_auto5 em{ background: url(../images/btn.png) no-repeat right -978px; color:#fff; display: inline-block; font-style: normal; padding-right: 20px;}
.btn_auto5:hover{ background: url(../images/btn.png) no-repeat 0 -1016px;}
.btn_auto5:hover em{ background: url(../images/btn.png) no-repeat right -1054px;}

.btn_auto6{background: url(../images/btn.png?20170418) no-repeat 0 -1092px; cursor: pointer; display: inline-block; float: left; height:28px; line-height: 28px; padding-left: 20px; text-align: center; text-decoration: none;}
.btn_auto6 em{ background: url(../images/btn.png?20170418) no-repeat right -1130px; color:#fff; display: inline-block; font-style: normal; padding-right: 20px;}
.btn_auto6:hover{ background: url(../images/btn.png?20170418) no-repeat 0 -1168px;}
.btn_auto6:hover em{ background: url(../images/btn.png?20170418) no-repeat right -1206px;}

.search_bg{ position:absolute; right:0; top:10px; height:26px; background:#e6ebf6; border: 1px solid #e6ebf6; border-radius: 4px;
/*behavior: url(js/ie-css3.htc);*/ margin-right:20px;}

/*美化下拉框开始*/
.btn_box .search_bg .mainCon{/*position: relative;*/display: inline-block; float:left;color:#272e33; margin-left:10px;}
.btn_box .search_bg .selectbox { float:left; cursor: pointer; font-size:14px; height:18px; line-height:18px; overflow:hidden; border:none; background-color:#e6ebf6; padding:4px;color:#272e33; width:229px;}
.btn_box .search_bg .selBtn{ float:left; width:24px;height:26px;border: 0;border-style:none;background-image: url(../images/selBtn.gif);background-repeat: no-repeat;cursor: pointer; display:inline-block;}

.btn_box .search_bg div.selectbox-wrapper ul li {cursor:pointer; line-height:20px; padding:3px;}
.btn_box .search_bg .selectbox_disabled{border-left: solid 1px #cccccc!important;border-top: solid 1px #cccccc!important;border-bottom: solid 1px #cccccc!important;}
.btn_box .search_bg .loader{position:absolute;z-index:500;left:0px;top:0px;padding-left:5px;padding-top:3px;width:100%;height:25px;-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80);background-color:white;}
.btn_box .search_bg .li_left{float:left;overflow:hidden;}
.btn_box .search_bg .mainCon .inputDisabled{background-color:#eeeeee!important;background-image:none!important;color:#c0bfbf!important;cursor: default!important;}
.btn_box .search_bg .mainCon .selBtn_disabled{ background-image:url(../../images/admin/selBtn_disabled.gif); cursor:default;}
.btn_box .search_bg div.selectbox-wrapper {border:#ccc 1px solid;  position:absolute; background-color:#fff; text-align:left;z-index:510;display:block;left:0px; top:29px; width:100px;}
.btn_box .search_bg div.selectbox-wrapper ul li{white-space:nowrap;text-overflow:ellipsis; overflow:hidden; height:20px;}
.btn_box .search_bg div.selectbox-wrapper ul li.selected {background-color:#f3f3f3; border:none; line-height:20px; height:20px;}
.btn_box .search_bg div.selectbox-wrapper ul li.current {background-color:#f3f3f3;border:0!important;}
.btn_box .search_bg div.selectbox-wrapper ul li.no_selected { color:#999;}
.btn_box .search_bg .tipColor{color:gray;}
/****************************************/

.btn_box .selbox{float:left; margin:0 5px;}
.btn_box .selbox .radius_left{width:7px; height:28px; background:url(../images/select_radius_left.gif) no-repeat; float:left;}
.btn_box .selbox .mainCon{/*position: relative;*/display: inline-block; float:left;color:#272e33;}
.btn_box .selbox .selectbox { float:left; cursor: pointer; font-size:14px; height:18px; line-height:18px; overflow:hidden; border:none; background-color:#fff; padding:4px 4px 4px 0; border:1px solid #588bdd; border-left:none;color:#272e33; width:229px;}
.btn_box .selbox .selBtn{ float:left; width:25px;height:28px;border: 0;border-style:none;background-image: url(../images/selBtn2.gif);background-repeat: no-repeat;cursor: pointer; display:inline-block;}

.btn_box .selbox div.selectbox-wrapper ul li {cursor:pointer; line-height:20px; padding:3px;}
.btn_box .selbox .selectbox_disabled{border-left: solid 1px #cccccc!important;border-top: solid 1px #cccccc!important;border-bottom: solid 1px #cccccc!important;}
.btn_box .selbox .loader{position:absolute;z-index:500;left:0px;top:0px;padding-left:5px;padding-top:3px;width:100%;height:25px;-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80);background-color:white;}
.btn_box .selbox .li_left{float:left;overflow:hidden;}
.btn_box .selbox .mainCon .inputDisabled{background-color:#eeeeee!important;background-image:none!important;color:#c0bfbf!important;cursor: default!important;}
.btn_box .selbox .mainCon .selBtn_disabled{ background-image:url(../../images/admin/selBtn_disabled.gif); cursor:default;}
.btn_box .selbox div.selectbox-wrapper {border:#ccc 1px solid;  position:absolute; background-color:#fff; text-align:left;z-index:510;display:block;left:0px; top:29px; width:100px;}
.btn_box .selbox div.selectbox-wrapper ul li{white-space:nowrap;text-overflow:ellipsis; overflow:hidden; height:20px;}
.btn_box .selbox div.selectbox-wrapper ul li.selected {background-color:#f3f3f3; border:none; line-height:20px; height:20px;}
.btn_box .selbox div.selectbox-wrapper ul li.current {background-color:#f3f3f3;border:0!important;}
.btn_box .selbox div.selectbox-wrapper ul li.no_selected { color:#999;}
.btn_box .selbox .tipColor{color:gray;}
/****************************************/

.l .mainCon{display:none;}
.maincon_sty1{float:left; margin-right:10px;}
.maincon_sty1 .radius_left{width:7px; height:28px; background:url(../images/select_radius_left.gif) no-repeat; float:left;}
.maincon_sty1 .mainCon{/*position: relative;*/display: inline-block; float:left;color:#272e33;}
.maincon_sty1 .selectbox { float:left; cursor: pointer; font-size:14px; height:18px; line-height:18px; overflow:hidden; border:none; background-color:#fff; padding:4px 4px 4px 0; border:1px solid #588bdd; border-left:none;color:#272e33; width:229px;}
.maincon_sty1 .selBtn{ float:left; width:25px;height:28px;border: 0;border-style:none;background-image: url(../images/selBtn2.gif);background-repeat: no-repeat;cursor: pointer; display:inline-block; outline:none;}

.maincon_sty1 div.selectbox-wrapper ul li {cursor:pointer; line-height:20px; padding:3px;}
.maincon_sty1 .selectbox_disabled{border-left: solid 1px #cccccc!important;border-top: solid 1px #cccccc!important;border-bottom: solid 1px #cccccc!important;}
.maincon_sty1 .loader{position:absolute;z-index:500;left:0px;top:0px;padding-left:5px;padding-top:3px;width:100%;height:25px;-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80);background-color:white;}
.maincon_sty1 .li_left{float:left;overflow:hidden;}
.maincon_sty1 .mainCon .inputDisabled{background-color:#eeeeee!important;background-image:none!important;color:#c0bfbf!important;cursor: default!important;}
.maincon_sty1 .mainCon .selBtn_disabled{ background-image:url(../../images/admin/selBtn_disabled.gif); cursor:default;}
.maincon_sty1 div.selectbox-wrapper {border:#ccc 1px solid;  position:absolute; background-color:#fff; text-align:left;z-index:510;display:block;left:0px; top:29px; width:100px;}
.maincon_sty1 div.selectbox-wrapper ul li{white-space:nowrap;text-overflow:ellipsis; overflow:hidden; height:20px;}
.maincon_sty1 div.selectbox-wrapper ul li.selected {background-color:#f3f3f3; border:none; line-height:20px; height:20px;}
.maincon_sty1 div.selectbox-wrapper ul li.current {background-color:#f3f3f3;border:0!important;}
.maincon_sty1 div.selectbox-wrapper ul li.no_selected { color:#999;}
.maincon_sty1 .tipColor{color:gray;}
/****************************************/

.maincon_sty2.m_r{margin-left:0; margin-right:10px;}
.maincon_sty2{float:left; margin-left:10px;}
.maincon_sty2 .mainCon{/*position: relative;*/display: inline-block; float:left;color:#272e33;}
.maincon_sty2 .selectbox { float:left; cursor: pointer; font-size:14px; height:18px; line-height:18px; overflow:hidden; border:none; background-color:#f5f5f5; padding:4px; border:1px solid #e2e2e2; border-right: none;color:#272e33; width:225px;}
.maincon_sty2 .selBtn{ float:left; width:26px;height:28px;border: 0;border-style:none;background-image: url(../images/selBtn3.gif);background-repeat: no-repeat;cursor: pointer; display:inline-block; outline:none;}

.maincon_sty2 div.selectbox-wrapper ul li {cursor:pointer; line-height:20px; padding:3px;}
.maincon_sty2 .selectbox_disabled{border-left: solid 1px #cccccc!important;border-top: solid 1px #cccccc!important;border-bottom: solid 1px #cccccc!important;}
.maincon_sty2 .loader{position:absolute;z-index:500;left:0px;top:0px;padding-left:5px;padding-top:3px;width:100%;height:25px;-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80);background-color:white;}
.maincon_sty2 .li_left{float:left;overflow:hidden;}
.maincon_sty2 .mainCon .inputDisabled{background-color:#eeeeee!important;background-image:none!important;color:#c0bfbf!important;cursor: default!important;}
.maincon_sty2 .mainCon .selBtn_disabled{ background-image:url(../../images/admin/selBtn_disabled.gif); cursor:default;}
.maincon_sty2 div.selectbox-wrapper {border:#ccc 1px solid;  position:absolute; background-color:#fff; text-align:left;z-index:510;display:block;left:0px; top:29px; width:100px;}
.maincon_sty2 div.selectbox-wrapper ul li{white-space:nowrap;text-overflow:ellipsis; overflow:hidden; height:20px;}
.maincon_sty2 div.selectbox-wrapper ul li.selected {background-color:#f3f3f3; border:none; line-height:20px; height:20px;}
.maincon_sty2 div.selectbox-wrapper ul li.current {background-color:#f3f3f3;border:0!important;}
.maincon_sty2 div.selectbox-wrapper ul li.no_selected { color:#999;}
.maincon_sty2 .tipColor{color:gray;}

/*美化下拉框结束*/

.search_bg .line{width:2px; height:26px; background:url(../images/line_search.gif) no-repeat; float:left;}
.search_bg .input_txt{ float:left; border:none; width:107px; padding:0 0 0 5px; height:26px; background: none;line-height:26px; font-size:14px; outline:none; }
.search_bg .btn{width:37px; height:28px; background:url(../images/search_go.png) no-repeat; float:left;}

.group_name{ background:#fff;border-left:1px solid #ededed;border-right:1px solid #ededed;border-top:1px solid #ededed; line-height:42px; padding:0 12px;}
.group_name a{ color:#3f65ad; margin:0 5px;}
.group_name i{ width:16px; height:16px; background:url(../images/icon_arrow.gif) no-repeat; display:inline-block; vertical-align:middle;}
.unclassified{color:#3f65ad; margin-top:20px; float:left; padding-left:25px;background:url(../images/icon_unclassified.png) no-repeat 0 center; line-height:20px;}

.table_1{border-collapse: collapse; table-layout:fixed; border-top:3px solid #588bdd; border-left:1px solid #ededed;border-right:1px solid #ededed; background:#fff;}
.table_1 tr th{ line-height:30px; padding:6px 15px; background:#e6ebf6;border-bottom:1px solid #ededed;  text-align:left;word-break: break-all; font-weight:normal;color:#222;}
.table_1 tr th a.sty1{color:#222; text-decoration:none; display:block;}
.table_1 tr td{ background:#fff; line-height:30px; padding:6px 15px; border-bottom:1px solid #ededed; text-align:left;white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#444;}
.table_1 tr th.center,.table_1 tr td.center{text-align:center;word-break: break-all;}
.table_1 tr td a{color:#3f65ad;}
.table_1 tr td .icon1{width:30px; height:30px; background:url(../images/icon_table.gif) no-repeat; margin:0 3px; display:inline-block;}
.table_1 tr td .icon2{width:30px; height:30px; background:url(../images/icon_table.gif) no-repeat 0 -30px; margin:0 3px; display:inline-block;}
.table_1 tr td .icon3{width:30px; height:30px; background:url(../images/icon_table.gif) no-repeat 0 -60px; margin:0 3px; display:inline-block;}
.table_1 tr td .icon4{width:30px; height:30px; background:url(../images/icon_table.gif) no-repeat 0 -90px; margin:0 3px; display:inline-block;}
.table_1 tr td .icon5{width:30px; height:30px; background:url(../images/icon_table.gif) no-repeat 0 -120px; margin:0 3px; display:inline-block;}
.table_1 tr td .icon6{width:30px; height:30px; background:url(../images/icon_table.gif) no-repeat 0 -150px; margin:0 3px; display:inline-block;}
.table_1 tr td .icon7{width:30px; height:30px; background:url(../images/icon_table.gif) no-repeat 0 -240px; margin:0 3px; display:inline-block;}
.table_1 tr td .icon8{width:30px; height:30px; background:url(../images/icon_table.gif) no-repeat 0 -270px; margin:0 3px; display:inline-block;}
.table_1 tr td .icon9{width:30px; height:30px; background:url(../images/icon_table.gif) no-repeat 0 -300px; margin:0 3px; display:inline-block;}
.table_1 tr td .icon10{width:30px; height:30px; background:url(../images/icon_table.gif) no-repeat 0 -330px; margin:0 3px; display:inline-block;}
.table_1 tr td .icon11{width:30px; height:30px; background:url(../images/icon_time.gif) no-repeat; margin:0 3px; display:inline-block;}
.table_1 tr td .icon12{width:30px; height:30px; background:url(../images/icon_download.gif) no-repeat; margin:0 3px; display:inline-block;}
.table_1 tr td .icon13{width:30px; height:30px; background:url(../images/icon_table.gif?20180427) no-repeat 0 -360px; margin:0 3px; display:inline-block;}
.table_1 tr td .icon14{width:30px; height:30px; background:url(../images/icon_table.gif?20180427) no-repeat 0 -390px; margin:0 3px; display:inline-block;}
.table_1 tr td .icon15{width:30px; height:30px; background:url(../images/icon_table.gif?20180427) no-repeat 0 -420px; margin:0 3px; display:inline-block;}
.table_1 tr td .icon16{width:30px; height:30px; background:url(../images/send_icon.gif) no-repeat; margin:0 3px; display:inline-block;}

.schedule{ float:right;width:60px; height:6px; background:#eeeeee; position:relative; margin:12px 0;}
.schedule span{ background:#3f65ad;height:6px; position:absolute; left:0; top:0;}

.table_1 tr td .alipay{width:22px; height:22px; background:url(../images/icon_table.png) no-repeat; margin:0 3px; display:inline-block; vertical-align:middle;}
.table_1 tr td .wechat{width:22px; height:22px; background:url(../images/icon_table.png) no-repeat 0 -22px; margin:0 3px; display:inline-block; vertical-align:middle;}
.table_1 tr td .transfer{width:22px; height:22px; background:url(../images/icon_table.png) no-repeat 0 -44px; margin:0 3px; display:inline-block; vertical-align:middle;}
.table_1 tr td .installment{width:22px; height:22px; background:url(../images/icon_fq.gif) no-repeat; margin:0 3px; display:inline-block; vertical-align:middle;}

.table_1 tr td a.doubt,.table_1 tr th a.doubt{height:16px; line-height:16px; display:inline-block; *display:inline; *zoom:1; vertical-align:middle; background:url(../images/icon_photo.gif) no-repeat right; padding-right:20px; color:#222;}

.table_1 tr td .no{ text-align:center; color:#999; padding:60px 0;}


.table_2 tr th.account,.table_2 tr td.account{ background:#fff;border:1px solid #fff; text-align:left;}
.table_2 tr td .input_txt_1{border:1px solid #e2e2e2; width:98%; padding:4px 1%; margin-right:12px; height:18px; background:#fff;line-height:18px; font-size:14px; outline:none; }

.table_2{border-collapse: collapse; table-layout:fixed; border-top:1px solid #e2e2e2; border-left:1px solid #e2e2e2;background:#fff;}
.table_2 tr th{ line-height:18px; padding:6px 15px; background:#e6ebf6;border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2; text-align: center;word-break: break-all; font-weight:normal;color:#222;}
.table_2 tr th a.sty1{color:#222; text-decoration:none; display:block;}
.table_2 tr td{ background:#fff; line-height:18px; padding:6px 15px; border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2; text-align: center;white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#444;}
.table_2 tr td a{color:#3f65ad;}
.table_2 tr th.left,.table_2 tr td.left{text-align:left;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.table_2 tr td .icon1{width:30px; height:18px; background:url(../images/icon_table.gif) no-repeat 0 -36px; margin:0 3px; display:inline-block;}
.table_2 tr td .icon2{width:30px; height:18px; background:url(../images/icon_table.gif) no-repeat 0 -66px; margin:0 3px; display:inline-block;}
.n_content .rbox_n2 .box1 .content .tr .red_promit.m_sty{ background: url(../images/icon_arrow2.png) no-repeat 0 -148px; margin: 0; color: #333;}
.n_content .rbox_n2 .box1 .content .tr .green_promit{ display:inline-block; padding-left: 18px; background: url(../images/icon_arrow_gou.png) no-repeat 0 6px; color: #333; line-height: 28px;}
.n_content .rbox_n2 .box1 .content .tr .orange_promit{ display:inline-block; padding-left: 18px; background: url(../images/icon_arrow_wait.png) no-repeat 0 6px; color: #333; line-height: 28px;}

.table_3{border-collapse: collapse; table-layout:fixed; border-top:1px solid #e2e2e2; border-left:1px solid #e2e2e2;background:#fff;}
.table_3 tr th{ line-height:18px; padding:6px 15px; background:#f5f5f5;border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2; text-align: right;word-break: break-all; font-weight:normal;color:#222;}
.table_3 tr th a.sty1{color:#222; text-decoration:none; display:block;}
.table_3 tr th.left{text-align:left;}
.table_3 tr td{ background:#fff; line-height:18px; padding:6px 15px; border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2; text-align: left;word-break: break-all;color:#444;}
.table_3 tr td a{color:#3f65ad; float:right; margin:0 3px;}
.table_3 tr td a.sty.a_color{float:none; margin:0;}
.table_3 tr td .icon1{width:30px; height:18px; background:url(../images/icon_table.gif) no-repeat 0 -96px; display:inline-block;}
.table_3 tr td a.icon2,.table_3 tr td a.icon3{ float:none;}
.table_3 tr td .icon2{width:30px; height:18px; background:url(../images/icon_table.gif) no-repeat 0 -185px; margin:0 3px; display:inline-block;}
.table_3 tr td .icon3{width:30px; height:18px; background:url(../images/icon_table.gif) no-repeat 0 -215px; margin:0 3px; display:inline-block;}
.table_promit{ margin:20px 0 10px 0; color:#9c9c9c;  }
.table_promit dt{ display:inline-block; *display:inline; *zoom:1; vertical-align:top; line-height:20px;background:url(../images/toolicon02_s.png) no-repeat; padding-left:25px;}
.table_promit dd{ display:inline-block; *display:inline; *zoom:1; vertical-align:top;line-height:20px;}


.sort1,.sort2,.sort3{height:11px;width:10px;margin-left:3px; vertical-align:middle;}
.sort3{ background:url(../images/sort3.png) no-repeat;}/*无序调用的样式*/
.sort2{ background:url(../images/sort2.png) no-repeat;}/*升序调用的样式*/
.sort1{ background:url(../images/sort1.png) no-repeat;}/*降序调用的样式*/

.page_box{background:#fff; height:32px; padding:10px 20px;border-right:1px solid #ededed;border-bottom:1px solid #ededed;border-left:1px solid #ededed;}
.page_box ul{border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-top:1px solid #ccc; height:32px; float:right; background:#f6f6f6;}
.page_box ul li{float:left;border-left:1px solid #ccc;color:#444; text-align:center; line-height:32px;}
.page_box ul li.page{padding:0 15px; color:#888;}
.page_box ul li a{ color:#444; display:block; padding:0 15px; }
.page_box ul li a:hover,.page_box ul li a.hover{color:#446cb3; border-bottom:2px solid #446cb3; background:#fff;}
/*
.page_box ul .arrow1{width:14px; height:10px; background:url(../images/icon_page.gif) no-repeat center center; float:left; padding:11px 15px; display:block;border-left:1px solid #ccc;}
.page_box ul .arrow1.no_hov{width:14px; height:10px; background:url(../images/icon_page_no.gif) no-repeat center center; float:left; padding:11px 15px; display:block;border-left:1px solid #ccc; cursor:default;}
.page_box ul .arrow2{width:14px; height:10px; background:url(../images/icon_page2.gif) no-repeat center center; float:left; padding:11px 15px; display:block;border-left:1px solid #ccc;}
.page_box ul .arrow2.no_hov{width:14px; height:10px; background:url(../images/icon_page2.gif) no-repeat center center; float:left; padding:11px 15px; display:block;border-left:1px solid #ccc; cursor:default;}*/
.page_box ul .arrow1{ background:url(../images/icon_page.gif) no-repeat 10px center; float:left; padding:0 15px 0 30px; display:block;border-left:1px solid #ccc; line-height:32px; color:#444;}
.page_box ul .arrow1.no_hov{ background:url(../images/icon_page_no.gif) no-repeat 10px center; float:left; padding:0 15px 0 30px; display:block;border-left:1px solid #ccc; cursor:default; color:#b0b0b0;}
.page_box ul .arrow2{ background:url(../images/icon_page2.gif) no-repeat right 10px center; float:left;  padding:0 30px 0 15px; display:block;border-left:1px solid #ccc; line-height:32px; color:#444; text-align:right;}
.page_box ul .arrow2.no_hov{ background:url(../images/icon_page2.gif) no-repeat 10px center; float:left;  padding:0 30px 0 15px; display:block;border-left:1px solid #ccc; line-height:32px; cursor:default; color:#b0b0b0;}

.page_box ul li.page .input_txt{border:1px solid #ccc; width:50px; padding:2px 4px; height:18px; background:#fff;line-height:18px; font-size:14px; outline:none; margin:0 5px; vertical-align:inherit;}
.page_box ul li.page a.go{ height:24px; background:#3f65ad; color:#fff; line-height:24px; text-align:center; display:inline-block; margin:0 5px; padding:0 6px;}
.page_box ul li.page a.go:hover{color:#fff; border:none; background:#3f65ad;}


/*分页*/
.pages {float:right;}
.pages #Pagination {float: left;overflow: hidden;}
.pages #Pagination .pagination {height: 32px;text-align: right;}
.pages #Pagination .pagination a{float: left; display: inline; padding: 6px 13px;border: 1px solid #e6e6e6;border-right: none; background: #f6f6f6;color: #666666;font-size: 14px;cursor: pointer;}
.pages #Pagination .pagination span {float: left; display: inline; padding: 6px 13px;border: 1px solid #e6e6e6;border-right: none; background: #f6f6f6;color: #9c9c9c;font-size: 14px;cursor: default;}
.pages #Pagination .pagination .current {color:#446cb3; border-bottom:2px solid #446cb3; background:#fff;}
.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next { float: left;padding: 6px 13px; border: 1px solid #e6e6e6; background: #f6f6f6;color: #666666;
cursor: pointer;}
.pages #Pagination .pagination .prev i,
.pages #Pagination .pagination .next i { display: inline-block; width: 4px; height: 11px; margin-right: 5px; background: url(../images/icon.fw.png) no-repeat;}
.pages #Pagination .pagination .prev { border-right: none;}
.pages #Pagination .pagination .prev i { background-position: -144px -1px; *background-position: -144px -4px;}
.pages #Pagination .pagination .next i { background-position: -156px -1px; *background-position: -156px -4px;}
.pages #Pagination .pagination .pagination-break { padding:6px 5px; border: none; border-left: 1px solid #e6e6e6; background: none; cursor: default;}
.pages .searchPage { float: left;line-height:32px;}
.pages .searchPage .page-sum { padding: 6px 13px; color: #999999;font-size: 14px;}
.pages .searchPage span{ display:inline;}
.pages .searchPage .page-go { padding: 8px 0; color: #999999; font-size: 14px; padding: 10px 0\9; *padding: 6px 0;}
.pages .searchPage .page-go input {width: 21px; height: 20px; margin: 0 5px; padding-left: 5px; border: 1px solid #e4e4e4;}
.pages .searchPage .page-btn {margin: 9px 0 5px 5px; padding: 2px 5px; background: #ffac59; border-radius: 2px; color: #ffffff; font-size: 14px; text-decoration: none;}



.photo{border:1px solid #ededed; background:#fff url(../images/photo_line.gif) repeat-y right top; min-height:450px;}
.photo .nav_list{float:right; width:199px; padding:5px 0;}
.photo .nav_list li a{display:block; line-height:20px; padding:5px 10px; margin:5px 0; color:#222;}
.photo .nav_list li a:hover{ background:#f5f5f5;}
.photo .nav_list li a.hover{ background:#e6ebf6; color:#3f65ad;}
.photo .nav_list li a span{display:inline-block; *display:inline; *zoom:1; max-width:60%; vertical-align:top;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.photo .nav_list li a .add_icon{width:10px; height:10px; background:url(../images/icon_arrow2.png) no-repeat 0 -239px; margin-top:6px; *margin-top:0;margin-right:6px; display:inline-block; vertical-align:middle;} 


.pop1{ width:420px; position:absolute; top:37px; right:15px; background:#fff; border:1px solid #ccc; z-index:1;}
.pop1 ul {padding-top:10px;}
.pop1 ul li{ line-height:20px; padding:8px 10px;}
.pop1 ul li span{ float:left; padding:0 20px;}
.pop1 ul li .name{ width:96px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#222; }
.pop1 ul li .number{color:#9c9c9c;}
.pop1 ul li p{display:inline-block; *display:inline; *zoom:1; padding:0 5px;}
.pop1 ul li .color_5{ color:#f33333;}
.pop1 ul li dl{width:120px; height:6px; background:#e6ebf6; position:relative;display:inline-block; *display:inline; *zoom:1;}
.pop1 ul li dt{ height:6px; position:absolute; top:0; left:0; background:#2ac299;}
.pop1 ul li.bot{ text-align:right; background:#e6ebf6; width:100%; padding:0; line-height:36px;}
.pop1 ul li.bot a{display:block; padding:0 10px; color:#3f65ad;}


.pop2.r i{left:40px;}
.pop2{ border:1px solid #ccc; background:#fff; position:absolute; top:40px; /*left:-1px;*/ width:210px; padding:10px 20px; text-align:left; z-index:1;}
.pop2 i{ width:16px; height:10px; background:url(../images/pop_arrow.gif) no-repeat; position:absolute; top:-10px; left:20px;}
.pop2 .input_txt{border:1px solid #e2e2e2; width:200px; padding:4px; height:18px; background:#f5f5f5;line-height:18px; font-size:14px; outline:none; }
.pop2 .btn_box2{border:none; padding:10px 0; min-width:200px;}
.pop2 .btn_box2 a{float:right; margin:0 0 0 10px;}
.pop2 span{width:50%; float:left;}

.pop_invoice{ border:1px solid #ccc; background:#fff; position:absolute; top:36px; width:240px; padding:10px; text-align:left; z-index:1;}
.pop_invoice i{ width:16px; height:10px; background:url(../images/pop_arrow.gif) no-repeat; position:absolute; top:-10px; left:117px;}
.pop_invoice h4{ font-size:12px; color:#f33333; line-height:20px; margin-bottom:5px;white-space: normal;}
.pop_invoice p{ font-size:12px; color:#666; line-height:20px;white-space: normal;}





.photo .content{display: table-cell;float: none;vertical-align: top;width: auto; *display:block; *zoom:1;}
.photo .content:after {
    clear: both;
    content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    display: block;
    height: 0 !important;
    line-height: 0;
    visibility: hidden;
}
.photo .content .tit{ line-height:20px; padding:15px 20px; border-bottom:3px solid #588bdd; position:relative; display: flex; justify-content: space-between}
.photo .content .tit .box1{/*display:inline-block; *display:inline; *zoom:1; width:50%;*/}
.photo .content .tit .box2{/*display:inline-block; *display:inline; *zoom:1; width:49%;*/ text-align:right;}
.photo .content .tit .box1 h4{font-size:16px; font-weight:bold; padding-right:10px;display:inline-block; *display:inline; *zoom:1;}
.photo .content .tit .box1 h4.ellipsis{ float:left;white-space:nowrap; text-overflow:ellipsis; overflow:hidden; max-width:200px;}
.photo .content .tit .box1 h4.ellipsis1{max-width: 500px; width: auto; vertical-align: middle;}
.photo .content .tit .box1 a{ color:#3f65ad; padding:0 5px;}
.photo .content .tit .box2 li{ text-align:right;display:inline-block; *display:inline; *zoom:1;}
.photo .content .tit .box2 li .doubt{height:16px; line-height:16px; width:80px; display:inline-block; background:url(../images/icon_photo.gif) no-repeat right; padding-right:20px; color:#222; margin-right:10px;}

.photo .content .tit .promit{ position:absolute; bottom:40px; right:28px; width:226px; background:#f27531; color:#fff; line-height:18px; padding:4px 10px; font-size:12px; text-align:left;}
.photo .content .tit .promit i{ width:226px; height:7px; background:url(../images/promit1.gif) no-repeat 0 -26px;position:absolute; bottom:-7px; right:28px; }

.photo .content .tit .box2 li .space span{padding-left:10px;}
.photo .content .tit .box2 li .space dl{width:120px; height:12px; background:#e6ebf6; position:relative;display:inline-block; *display:inline; *zoom:1;}
.photo .content .tit .box2 li .space dt{ height:12px; position:absolute; top:0; left:0; background:#2ac299;}
.photo .content .btn_box{ padding:10px 10px 10px 20px; border-bottom:1px solid #e2e2e2;height:30px; position:relative;}
.photo .content .btn_box li{float:left; line-height:30px;}
.photo .content .btn_box li label{float:left;padding-right:15px;}
.photo .content .btn_box li label .p{white-space:nowrap; text-overflow:ellipsis; overflow:hidden; width:100px;}
.pop2 span label .p{white-space:nowrap; text-overflow:ellipsis; overflow:hidden; width:100px;}
.photo .content .btn_box li.btn{float:right; margin-right:0; }
.photo .content .btn_box li.btn .btn_auto1{float:none; display:inline-block; *display:inline; *zoom:1;}
.photo .content .btn_box li.btn span{color:#9c9c9c; display:inline-block; *display:inline; *zoom:1;}
.webuploader-pick{ color:#fff;}

.photo .content .photo_list ul{ padding:15px; text-align:center;}
.photo .content .photo_list ul li{display:inline-block; *display:inline; *zoom:1; text-align:center; width:24%; float:left; }
.photo .content .photo_list ul li .box{border:1px solid #ccc; margin:15px auto; width:150px;}

.input_radio{ margin:3px 0px 5px 0 !important; +margin:0px 0px 0px -4px !important; +margin:0px 0px 0px -4px; vertical-align:middle;}

.photo .content .photo_list ul li .box .pic{width:150px; height:144px; text-align:center; background:#f5f5f5;}
.photo .content .photo_list ul li .box .pic img{ max-width:100%; max-height:100%; vertical-align:middle;}
.photo .content .photo_list ul li .box .pic b{vertical-align:middle; display:inline-block; height:100%;}
.photo .content .photo_list ul li .box .label{ line-height:30px; text-align:left; padding:0 10px; }
.photo .content .photo_list ul li .box .label .p{white-space:nowrap; text-overflow:ellipsis; overflow:hidden; width:120px;}
.photo .content .photo_list ul li .box .label label{font-size:12px;}
.photo .content .photo_list ul li .box .tub{height:30px; line-height:30px; text-align:center; background:#e6ebf6; position:relative;}
.photo .content .photo_list ul li .box .tub .icon1{width:30px; height:30px; background:url(../images/icon_photo2.gif) no-repeat -7px 0; margin:0 8px; display:inline-block;}
.photo .content .photo_list ul li .box .tub .icon2{width:30px; height:30px; background:url(../images/icon_photo2.gif) no-repeat -48px 0; margin:0 8px; display:inline-block;}
.photo .content .photo_list ul li .box .tub .icon3{width:30px; height:30px; background:url(../images/icon_photo2.gif) no-repeat -88px 0; margin:0 8px; display:inline-block;}

.photo .content .page_box{ padding:20px;}

.account_line{border-bottom: 1px solid #dfdfdf; padding:0 0 15px 0; color:#777; line-height:28px;}
.account_line .tit{color:#222;line-height: 28px; font-size:14px; font-weight:normal; float:left;max-width: 180px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.account_line .v0{ width:26px; height:26px; background:url(../images/v_tub.png) no-repeat; display:inline-block; vertical-align:bottom; margin-right:10px;}
.account_line .v1{ width:26px; height:26px; background:url(../images/v_tub.png) no-repeat 0 -26px; display:inline-block; vertical-align:bottom; margin-right:10px;}
.account_line .v2{ width:26px; height:26px; background:url(../images/v_tub.png) no-repeat 0 -52px; display:inline-block; vertical-align:bottom; margin-right:10px;}
.account_line .v3{ width:26px; height:26px; background:url(../images/v_tub.png) no-repeat 0 -78px; display:inline-block; vertical-align:bottom; margin-right:10px;}
.account_line .v4{ width:26px; height:26px; background:url(../images/v_tub.png) no-repeat 0 -104px; display:inline-block; vertical-align:bottom; margin-right:10px;}
.account_line .v5{ width:26px; height:26px; background:url(../images/v_tub.png) no-repeat 0 -130px; display:inline-block; vertical-align:bottom; margin-right:10px;}
.account_line .v6{ width:26px; height:26px; background:url(../images/v_tub.png) no-repeat 0 -156px; display:inline-block; vertical-align:bottom; margin-right:10px;}
.account_line .v7{ width:26px; height:26px; background:url(../images/v_tub.png) no-repeat 0 -182px; display:inline-block; vertical-align:bottom; margin-right:10px;}
.account_line .v8{ width:26px; height:26px; background:url(../images/v_tub.png) no-repeat 0 -208px; display:inline-block; vertical-align:bottom; margin-right:10px;}
.account_line span{color:#2ac299; font-size: 22px; font-weight: bold; line-height: 28px; vertical-align:bottom;}
.account_line span.color_4{ color: #f4863c;}
.account_line a,.account_line dt{ float:right; line-height:28px; margin-left:10px;}

/*报告*/
.report_box{border-top: 3px solid #588bdd;padding: 15px 0; background:#fff; text-align:center;}
.report_box2{border-top: 3px solid #588bdd;padding: 15px 0; background:#fff; text-align:center;}
.report_box2 h3{ font-weight: bold; font-size: 15px; line-height: 44px; text-align: left; color: #000;}
.report_box2 h5{ font-weight: normal; font-size: 14px; line-height: 20px; text-align: left; color: #444;}
.report_box2 p{text-align:left; margin:20px 0;}
.n_content .rbox_n2 .box1 .content .report_box2 .l .data_box .promit{ text-align:left; padding-left:0; margin:10px 0; display:block;}
.n_content .rbox_n2 .box1 .content .report_box2 .l .data_box .promit dl,.n_content .rbox_n2 .box1 .content .report_box2 .l .data_box .promit .aligned{ display:inline-block; *display:inline; *zoom:1; padding-right:10px; vertical-align:top;}
.n_content .rbox_n2 .box1 .content .report_box2 .l .data_box .promit dt{overflow:hidden;}
.n_content .rbox_n2 .box1 .content .report_box2 .l .data_box .promit dt .w{ width:20px; float:left;}
.report_box li{display:inline-block; *display:inline; *zoom:1; width:49%; vertical-align:top; padding:15px 0;}
.report_box li .box{ padding:0 10px; overflow:hidden;}
.report_box li .box h4{ font-size:14px; text-align:left;}
.report_box li .box a{margin-right:10px; margin-top:10px;}
.report_box li .box table{margin-top:10px;}
.report_box li.all{width:100%;}
.report_box li.all .box{ padding:0 20px;}
.report_box li.all .tit{ padding:0 20px;}
.report_box li.all .tit p{ float:left; line-height:28px; padding-right:10px;}
.report_box li.all .tit .btn_auto1{float:right;}
.report_box li .maincon_sty1 li{width:100%;}
.report_box li.all .details{background: #fff; border: 3px solid #e6ebf6; padding:25px 20px; margin:0 20px 10px 20px;}
.report_box li.all .details .module{display:inline-block; *display:inline; *zoom:1; width:49%;vertical-align:top; text-align:left;}
.report_box li.all .details .module .number1{ background:#f4863c; width:80px; height:80px; line-height:80px;  color:#fff; font-size:22px; font-weight:bold; text-align:center;display:inline-block; *display:inline; *zoom:1; vertical-align:middle; }
.report_box li.all .details .module .number2{ background:#2ac299; width:80px; height:80px; color:#fff; font-size:22px; font-weight:bold; text-align:center;display:inline-block; *display:inline; *zoom:1; vertical-align:middle; line-height:80px; }
.report_box li.all .details .module .name{font-size:18px;display:inline-block; *display:inline; *zoom:1; vertical-align:middle; padding:0 10px;}


/*账号充值*/
.credit_buy_fieldset { position: relative; margin:60px auto; width:900px; }
fieldset { border:none; padding: 0;}
.credit_buy_tip { background: #3ea4ed; color: #fff; display: inline-block; font-size: 14px; left: 0; padding: 5px 20px; position: absolute; top: 0;  z-index: 10;}
div.security_setting_form .credit_buy_tip p { color: #fff; margin: 0;}
/*.chart-des, span { display: inline-block;}*/
.arrow-down {border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #3ea4ed; bottom: -5px; height: 0; left: 50%; margin-left: -5px; position: absolute; width: 0;}
.ui-widget-content {color: #444;}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 2px;}
.credit_buy_fieldset .ui-slider { background: #e6ebf6; height: 30px; width:900px;}
.ui-slider { position: relative; text-align: left;}
.ui-slider-horizontal .ui-slider-handle { margin-left: -0.6em; top: -0.5em;}
.ui-slider .ui-slider-handle {cursor: default; height: 1.2em; position: absolute; width: 1.2em; z-index: 2;}
.sliderLabel .labelLine {border-top: 1px solid #dfdfdf; height: 0; position: absolute; top: 9px; width: 900px;}
.sliderLabel .lableNum { display: inline-block; width:120px; position: relative; z-index: 1; color:#666;}
.sliderLabel .lableNum span{background:#fff; text-align:center;}
.sliderLabel .lableNum.sty{margin-right:0; float:right; width:30px; text-align:right;}
.credit_buy_fieldset .ui-state-default, .credit_buy_fieldset .ui-widget-content .ui-state-default, .credit_buy_fieldset .ui-widget-header .ui-state-default { background: #fff; border: 1px solid #ccc; color: #e4e4e4; font-size: 12px; cursor:pointer;}
.credit_buy_fieldset .ui-widget-content .ui-slider-handle { height: 40px;}
.sliderLabel {margin-top: 10px; position: relative; width: 100%;}
.customMarker { background: #2ac299; display: block; font-size: 0.7em;  height: 100%; left: 0; position: absolute; top: 0; z-index: 1;}

.mailbox .tr{text-align:right;}
.mailbox .blue_font_input{border:1px solid #e2e2e2; width:200px; text-align:center; padding:4px; height:28px; background:#fff;line-height:28px; font-size:16px; outline:none; color:#3f65ad; }
.mailbox .unit_price{border:1px solid #e2e2e2; width:200px; text-align:center; padding:4px; height:28px; background:#e6ebf6;line-height:28px; font-size:16px; outline:none; color:#2ac299; display:inline-block; }
.mailbox .quoted_price{border:1px solid #e2e2e2; width:200px; text-align:center; padding:4px; background:#e6ebf6;line-height:38px; font-size:22px; outline:none; color:#2ac299;  display:inline-block;}
.mailbox .button{ height:38px; line-height:38px; color:#fff; text-align:center; background:#f4863c; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; display:block; width:210px; float:right;}

.data_box{padding-bottom:10px;}
.data_box h4{font-size:16px; color:#0091f8; padding-bottom:15px;}
.data_box h4 span{color:#9c9c9c; padding-left:15px; height:24px; line-height:24px;}
.data_box .promit2{ color:#fd3c01; padding-left:0; height:24px; line-height:24px; margin:10px 0 15px 0;}



.mask{margin:0;padding:0;border:none;width:100%;height:100%;background:#333;opacity:0.6;filter:alpha(opacity=60);z-index:9999;position:fixed;top:0;left:0;display:none;}
.close_btn{font-family:arial;font-size:36px;font-weight: normal;color:#999;text-decoration:none; position:absolute; right:5px; top:0;}
#LoginBox{position:absolute;left:50%;top:50%; margin-left:-300px !important; margin-top:-150px !important;background:white;width:600px;border:3px solid #fff;border-radius:7px;z-index:10000;display:none; padding-bottom:15px;}
#LoginBox .txt{ padding:10px; height:210px; overflow-y:scroll; overflow-x:hidden;}
#LoginBox .txt h4{line-height:24px; padding:10px 0; color:#505050;font-size:18px;}
#LoginBox .txt p{font-size:12px;line-height:24px; color:#505050; text-align:left;}
.row1{background:#fff;padding:0 5px;line-height:50px;height:50px;font-weight:bold;color:#505050;font-size:14px; font-weight:bold; border-bottom:1px solid #a0a0a0; position:relative; text-align:center;}
.row1 img{ max-width:200px; max-height:50px;}
#LoginBox .btn_auto1{float:none;}

.account_p2{ background:#fff;border:1px solid #ddd; line-height:42px; padding:0 12px; color:#222; margin-bottom:20px;}
.account_p{ background:#fff;border-left:1px solid #ededed;border-right:1px solid #ededed;border-top:1px solid #ededed; line-height:42px; padding:0 12px; color:#222;}
.account_p span,.account_p2 span{font-weight:bold;}
.invoice_p{ background:#fff;border-left:1px solid #ededed;border-right:1px solid #ededed;border-top:1px solid #ededed; line-height:42px; padding:0 12px; color:#222;}
.invoice_p a{ margin:7px 10px; float:none;}


.types{ height:28px; line-height:29px; vertical-align:middle;}
.types label{margin-right:60px;}
.btn_box .tr .input_time_txt{border:1px solid #e2e2e2; width:108px; padding:4px 20px 4px 4px; height:18px; background:#f5f5f5 url(../images/icon_calendar.gif) no-repeat right center;line-height:18px; font-size:14px; outline:none; float:left; }
.btn_box .tr .line_s{ float:left; line-height:28px; padding:0 5px;}

.tr .columns1{ display:inline-block; *display:inline; *zoom:1; width:560px;}
.tr .columns2{ display:inline-block; *display:inline; *zoom:1; width:330px;}

.tr .invoice_img{ width:120px; height:120px; overflow:hidden; display:inline-block;  *display:inline; *zoom:1; vertical-align:top; position:relative; }
.tr .invoice_img img{ width:120px;}
.tr .invoice_img a{display:block; position:absolute; left:0; bottom:0; width:120px; height:30px; line-height:30px;  color:#fff; text-align:center;background:url(../images/tran.png) repeat; }
.tr .img_promit{ height:120px;display:inline-block; *display:inline; *zoom:1;}
.tr .img_promit span{ height:120px; line-height:28px; display:table-cell; vertical-align:bottom; color:#9c9c9c; padding-left:10px;}
.tr .img_promit span a{ margin:0 10px; color:#3f65ad;}

.tr span.sty1{color: #9c9c9c;vertical-align: bottom;}
.tr span.sty1 a{color: #3f65ad;vertical-align: bottom; }
.tr .red_error{ color: #f33333; margin-left:196px;}

.input_btn.w{ width:100px;}
.input_btn{ float:left; width:68px; height:28px; line-height:26px; padding:0 20px; text-align:center; background:#fff; border:1px solid #ccc; outline:none;  cursor:pointer; color:#222; border-radius:3px; font-size:14px;}
.input_btn:hover{background:#f3f3f3; color:#222;}

/*素材编辑框*/
.ke-container.sty{position:relative;}
.ke-container.sty .link{ position:absolute; top:5px; left:620px;  color:#444; z-index:9999;}
.ke-container.sty .link ul{display:inline-block; *display:inline; *zoom:1; vertical-align:top; width:110px;}
.ke-container.sty .link ul a{ font-size:12px; color:#444;}
.ke-container.sty .link ul a dl{  visibility:hidden; }
.ke-container.sty .link ul a:hover dl{visibility:visible;  border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #ccc;}
.ke-container.sty .link ul a:hover dl dd{ line-height:26px;font-size:12px; padding:0 5px; background:#fff; border-bottom:1px solid #ccc;}

/*打印邮寄地址*/
.print_address{margin:0 auto; width:815px; }


.ab_test{display: table-cell;float: none;vertical-align: top;width: auto; *display:block; *zoom:1; padding:45px 0 0 0;}
.ab_test:after {
    clear: both;
    content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    display: block;
    height: 0 !important;
    line-height: 0;
    visibility: hidden;
}
.ab_test .table_3 tr th,.ab_test .table_3 tr td{ padding: 10px 15px;}


#bigimage img{ width:500px; max-height:600px;}
.label_sty1{ line-height:18px; margin:5px 0; float:left;}
.label_sty1.m_r{ margin:5px 10px 5px 0;}

.description{display: table-cell;float: none;vertical-align: top;width: auto; *display:block; *zoom:1; word-break: break-all; word-wrap: break-word; color:#444; }
.description:after {
    clear: both;
    content: " . . ";
    display: block;
    height: 0 !important;
    line-height: 0;
    visibility: hidden;
}
.description ul{background:#fff; border:1px solid #e2e2e2; margin-left:20px; padding:10px;}
.description h4{font-size: 16px;font-weight: bold; margin-bottom: 10px;}
.description ul li{ line-height:24px;}
.description ul dl{ margin-top:20px;}
.description ul dl dt{line-height:26px; }
.description ul dl dd{line-height:26px;  }


/*邮件模板设计*/
.mail_moban{ border: 1px solid #dfdfdf; background: #fff; padding: 30px;}
.mail_moban .dingzhi_top{ display: table; justify-content:flex-start; width: 100%;}
.mail_moban .dingzhi_top .left_fengmian{ border: 1px solid #eeeeee; box-shadow: 1px 3px 3px rgba(20,15,126,.15); background: linear-gradient(145deg, #d48af6, #0091f8); width: 360px; min-height: 220px; padding: 20px; margin-right: 40px; }
.mail_moban .dingzhi_top .left_fengmian h2{ color: #fff; font-size: 20px; font-weight: bold; line-height: 26px; background: none; padding: 0; border: none; height: auto; letter-spacing: 2px;}
.mail_moban .dingzhi_top .left_fengmian ul{ margin-top: 20px; }
.mail_moban .dingzhi_top .left_fengmian ul dt{ display: block; line-height: 30px; text-align: left; color: #fff; font-size: 14px;}
.mail_moban .dingzhi_top .left_fengmian ul li{ text-align: center; width: 100%; display: flex; display: -webkit-flex;flex-wrap: wrap;}
.mail_moban .dingzhi_top .left_fengmian ul li span { width:30%; color: #fff; border: 1px solid #fff; line-height: 30px; margin: 5px;}
.mail_moban .dingzhi_top .right_dingzhi{ display: table-cell; float: none; vertical-align: top; width: 100%;}
.mail_moban .dingzhi_top .right_dingzhi h2{ color: #171717; font-size: 20px; font-weight: bold; line-height: 36px; background: none; padding: 0; border: none; height: auto; }
.mail_moban .dingzhi_top .right_dingzhi p{ color: #333; font-size: 14px; margin: 10px 0;}
.mail_moban .dingzhi_top .right_dingzhi .select{ border: 1px solid #cccccc; width: 350px; height: 40px;}
.mail_moban .dingzhi_top .right_dingzhi .select select{ border:none; width: 100%; height: 40px; outline: none;}
.mail_moban .dingzhi_top .right_dingzhi input{ height:40px; width:344px; border-left:none; border-top:none; border-right:none; border-bottom: 1px solid #cccccc; line-height:40px; font-size:14px; padding: 0 3px; outline: none;}
.mail_moban .dingzhi_top .right_dingzhi .price{ display: flex; justify-content: space-between; align-items:flex-end; width: 350px;}
.mail_moban .dingzhi_top .right_dingzhi .price .p1{text-align: left; font-size: 24px; color: #f4863c;font-weight: bold;}
.mail_moban .dingzhi_top .right_dingzhi .price .p1 b{ font-size: 28px; display: inline-block; vertical-align: top;}
.mail_moban .dingzhi_top .right_dingzhi .price .p2{text-align: right; color: #555; font-size: 14px; }
.mail_moban .dingzhi_top .btn_duihuan{ width: 350px; display: block; background:#f28230; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; line-height:42px; font-size:16px; text-align:center; color:#fff; border: none; outline: none; cursor: pointer; margin: 10px 0;}
.mail_moban .dingzhi_top .btn_duihuan:hover{ background:#f06b2a; }
.mail_moban .dingzhi_top .right_dingzhi p.duihuan_tishi{color: #5185c0; font-size: 14px; line-height: 26px; text-align: center; width: 350px;}

.mail_moban .case_box {margin: 30px auto; background: #f7f7f7; padding: 50px 30px;}
.mail_moban .case_box h3,.mail_moban .buzhou_box h3,.mail_moban .service_box h3,.mail_moban .buchong h3{ font-size: 32px; color: #171717; line-height: 52px; text-align: center;}
.mail_moban .case_box h5,.mail_moban .buzhou_box h5,.mail_moban .service_box h5{ font-size: 16px; color: #777; line-height: 30px; text-align: center;}
.mail_moban .service_box{ margin: 0 auto; background: #fff; padding: 0 30px;}

.rollBox img{border:none;}
.rollBox{width:1010px; margin:20px auto;overflow:hidden; text-align:center;}
.rollBox .Cont{width:950px;overflow:hidden;margin:0 auto;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont li{width:160px; float:left;text-align:center;padding:0 15px;}
.rollBox .Cont .pic{width:156px; height:236px; border: 3px solid #ffffff;}
.rollBox .Cont .pic img{ vertical-align:middle; max-height:236px; max-width:156px;}
.rollBox .Cont .pic b{vertical-align:middle; height:100%; display:inline-block;}
*+html .rollBox .Cont .pic{width:200px;float:left;text-align:center;}
.rollBox #List1,.rollBox #List2{float:left;}
.img1,.img2,.Cont{float:left;}
.img1,.img2{width:30px; height:30px; display:block;cursor:pointer;margin-top:105px;}
.img1{background:url(../images/arrow01.png) no-repeat 0 center;}
.img2{background:url(../images/arrow02.png) no-repeat 0 center;}


@media only screen and (min-width: 1920px) {
	.rollBox{width:1650px;}
	.rollBox .Cont{width:1520px;}
	.rollBox .Cont li{padding:0 15px;}
	.img1{margin-right:20px;}
	.img2{margin-left:20px;}
}

.mail_moban .buzhou_box{ margin: 30px auto 0; padding: 50px 30px;}
.mail_moban .buzhou_box .step_four{ display: flex; justify-content: center; width:900px; margin: 30px auto;}
.mail_moban .buzhou_box .step_four li{}
.mail_moban .buzhou_box .step_four li .number{ width: 240px; height: 75px; line-height: 70px; display: block; margin: 0 auto; padding-top: 15px; background:url("../images/moban_buzhou.jpg") no-repeat; text-align: center; font-size: 24px;}
.mail_moban .buzhou_box .step_four li dl{ margin: 10px 0; text-align: center;}
.mail_moban .buzhou_box .step_four li dl dt{ font-size:20px; color: #222; line-height: 46px; }
.mail_moban .buzhou_box .step_four li dl dd{ font-size:14px; color: #666; line-height: 22px;}

.mail_moban .service_box .youshi_three{ display: flex; display: -webkit-flex; align-items: center; justify-content: space-between; margin: 30px auto;}
.mail_moban .service_box .youshi_three li{ width: 33%;}
.mail_moban .service_box .youshi_three li .list{ border: 1px solid #dfdfdf; box-shadow: 1px 3px 3px rgba(20,15,126,.15); background: linear-gradient(145deg, #fff, #fff, #b1cbfa); margin: 0 10px; min-height: 110px;}
.mail_moban .service_box .youshi_three li .list i{ display: inline-block; vertical-align: top; width: 80px; height: 80px; margin:15px 0 0 10px; }
.mail_moban .service_box .youshi_three li .list i.icon1{ background: url("../images/moban_ys_icon01.jpg") no-repeat top; background-size: 80% 80%;}
.mail_moban .service_box .youshi_three li .list i.icon2{ background: url("../images/moban_ys_icon02.jpg") no-repeat top; background-size: 80% 80%;}
.mail_moban .service_box .youshi_three li .list i.icon3{ background: url("../images/moban_ys_icon03.jpg") no-repeat top; background-size: 80% 80%;}
.mail_moban .service_box .youshi_three li .list .txt{display: inline-block; vertical-align: top; padding: 10px 20px 0 10px; }
.mail_moban .service_box .youshi_three li .list .txt h4{ font-size: 16px; color: #000; line-height: 30px; }
.mail_moban .service_box .youshi_three li .list .txt p{ font-size: 12px; color: #777; line-height: 20px; }

.mail_moban .buchong{margin: 80px auto 0; background: #f7f7f7; padding: 30px 50px;}
.mail_moban .buchong p{ font-size: 14px; line-height: 26px;}


