@charset "utf-8";

/*全局样式*/
* {padding:0px; margin:0px;}
html,body{ height:100%;}
body{min-width: 1366px;}
*{-webkit-tap-highlight-color: rgba(0,0,0,0);}
body {font-size:14px;padding:0px; background:#f9fafc;font-family: "微软雅黑","黑体",Arial,sans-serif; width:auto;}
label {font-size:14px; font-family: "微软雅黑","黑体",Arial,sans-serif;}
ul, li, ol, li { margin:0px; padding:0px;}
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;}
button{ outline:none;}
input,select,textarea{ vertical-align:middle; font-size:14px; font-family:"微软雅黑","黑体",Arial,sans-serif; outline: none;}
input::placeholder {color: #ccc;  /* 灰色 */opacity: 1;  /* Firefox默认会降低透明度 */}
/* IE10-11 */
input:-ms-input-placeholder {color: #ccc;}
/* Edge */
input::-ms-input-placeholder {color: #ccc;}
/* Chrome/Safari/Opera */
input::-webkit-input-placeholder {color: #ccc;}
textarea::-webkit-input-placeholder { /* WebKit browsers */color: #ccc;}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */color: #ccc;}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */color: #ccc;}
textarea::-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #ccc;}
textarea::placeholder {color: #ccc;}
/*为了消除选中时的虚线框*/
a{bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes moveright {
  from { opacity: 0; transform: translatex(20px); }
  to { opacity: 1; transform: translatex(0); }
}
@keyframes moveleft {
  from { opacity: 0; transform: translatex(-20px); }
  to { opacity: 1; transform: translatex(0); }
}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {-webkit-box-shadow: 0 0 0 1000px white inset !important; /* 用任意颜色覆盖底色 */-webkit-text-fill-color: #333 !important; /* 修改字体颜色 */ transition: background-color 9999s; /* 禁用颜色过渡动画 */}

.fl{float:left;}
.fr{float:right;}
.m_lr_3{ margin: 0 3px;}
.mr_5{margin-right: 5px;}
.mr_10{margin-right: 10px;}
.lr_5{margin: 0 5px;}
.ml_5{margin-left: 5px;}
.lr_10{margin: 0 10px;}
.ml_10{margin-left: 10px;}
.ml_20{margin-left: 20px;}
.m_tb_20{ margin: 20px 0;}
.mt_10{margin-top: 10px;}
.mt_20{margin-top: 20px;}
.mb_20{margin-bottom: 20px;}
.relative{position:relative;}
.font_color_orange{color: #ff833f;}/*橙*/
.font_color_blue,.a_blue{color: #0187ee;}/*蓝*/
.font_color_darkblue{color: #246ba1;}/*深蓝*/
.font_color_red{color: #ff0000;}/*红*/
.font_color_green{color: #01ab51;}/*绿*/
.font_color_black{color: #171717;}/*黑*/
.font_color_light_grey{color: #8f8f8f;}/*浅灰*/

#skin{ background:#abdfff url("../../images/member/bg.jpg") no-repeat center top; background-size: cover;background-attachment: fixed;}

.houtai{height: 100vh;}

.top{ background: #fff; height: 90px; width: 100%;}
.top.sty{background:none;}
#skin .top.sty{background: #192b52; width: 100%;}
.top.tran{ background: none; margin: 0 auto;}
.wrapper{width:100%; margin:0 auto; min-width:1366px; width:expression(document.body.clientWidth <= 1366? "1366px": "auto");}
.warp{margin:0 auto; width:1366px;}
.top.sty .warp{width: auto; margin: 0 20px;}
.top_flex{display: flex; justify-content: space-between;}
.top_flex .top_left .logo{ width: 180px; display: inline-block; vertical-align: middle; height: 80px; padding: 5px 0;}
.top_flex .top_left .logo a{display: block;}
.dark-logo{display: block;}
.light-logo{display: none;}
#skin .dark-logo{display: none;}
#skin .light-logo{display: block;}
.top_flex .top_left .logo img{ max-width: 180px; max-height: 80px;vertical-align: middle;}
.top_flex .top_left .logo b{vertical-align:middle; height:100%; display:inline-block;}
.top.tran.sty .dark-logo{display: none;}
.top.tran.sty .light-logo{display: block;}
.top.tran.sty .nav_ul_box .nav_ul li a{color: #fff;}
.top.tran.sty .nav_ul_box .nav_ul li .ts_box ul.ts_ul li a{ color: #222;}

.nav_ul_box{display: inline-block; vertical-align: middle; margin: 0 20px;}
.nav_ul_box .nav_ul li { float: left;list-style:none; line-height: 90px; padding: 0 20px;position: relative;}
.nav_ul_box .nav_ul li .nav_active {position: absolute;bottom: 12px; left: 0; width: 100%;z-index:3;}
.nav_ul_box .nav_ul li .nav_active em.on{ margin: 0 auto;width: 30px;height: 5px; display: block;background: #02adf2; border-radius: 50px;opacity: 0;}
.nav_ul_box .nav_ul li:hover{cursor: pointer;}
.nav_ul_box .nav_ul li.hover .nav_active em.on{opacity: 1; transition: all .3s ease;animation: moveleft 0.5s ease-out forwards;}
.nav_ul_box .nav_ul li a{ font-size: 18px; color: #000; display: block;}
#skin .nav_ul_box .nav_ul li a{color: #fff;}
.nav_ul_box .nav_ul li .ts_box {position: absolute; z-index: 2; opacity: 0; display: none;top: 160px;background:#fff; box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.2);text-align: center;left: -22px;padding: 12px 0;border-radius: 6px;}
.nav_ul_box .nav_ul li:hover .ts_box{opacity:1;transition: all .3s;top: 76px; display: block; animation: fadeIn 0.5s ease-out forwards;}
.nav_ul_box .nav_ul li .ts_box ul.ts_ul li{width: 120px;}
.nav_ul_box .nav_ul li .ts_box.center{left: -15px;}
.nav_ul_box .nav_ul li .ts_box.center ul.ts_ul li a{ text-align: center;}
.nav_ul_box .nav_ul li .ts_box ul.ts_ul li a{ display: block; white-space: nowrap; font-size: 14px; text-align: left;color: #222;line-height: 34px;padding: 0 20px; }
#skin .nav_ul_box .nav_ul li .ts_box ul.ts_ul li a{ color: #222;}
.nav_ul_box .nav_ul li .ts_box ul.ts_ul li a:hover{color:#0187ee; display: block; background: #f4f4f4; border-radius: 4px; }

.top_flex .top_right{display: flex; align-items: center;}
.top_flex .top_right a{ display: inline-block; vertical-align: middle; margin: 0 8px;}
.top_flex .top_right .btn_login{ width: 72px; height: 32px; line-height: 32px; text-align: center; font-size:16px; color: #fff; background: #02adf2; border-radius: 50px;box-shadow: 0px 5px 15px 0px rgba(142, 143, 151, 0.2); border: 1px solid #02adf2;}
.top_flex .top_right .btn_login:hover{ background: #4dc5f5; border: 1px solid #4dc5f5;}
.top_flex .top_right .btn_register{ width: 72px; height: 32px; line-height: 32px; text-align: center; font-size:16px; color: #031242; background: #fff; border-radius: 50px;box-shadow: 0px 5px 15px 0px rgba(142, 143, 151, 0.2); border: 1px solid #ccc;}
.top_flex .top_right .btn_register:hover{ background: #f4f4f4; border: 1px solid #ccc;}

.top_flex .top_right .member{position: relative;}
.top_flex .top_right .member a{padding: 20px 0;}
.top_flex .top_right .member a:hover cite{color:#0187ee;}
.top_flex .top_right .member cite{ font-size: 16px; color: #000; line-height: 24px; font-style: normal;vertical-align: middle;}
.top_flex .top_right .member i{ width: 24px; height: 24px; display: inline-block; vertical-align: middle; background: url("../../images/member/icon_top.png") no-repeat 0 -72px;}
#skin .top_flex .top_right .member i{ background: url("../../images/member/icon_top.png") no-repeat -24px -72px;}
.top_flex .top_right .member .user_box {position: absolute; z-index: 2; opacity: 0; display: none;top: 60px;background:#fff; box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.2);text-align: center;right: 0;padding:20px 12px;border-radius: 6px; animation: fadeIn 0.5s ease-out forwards; opacity: 0;}
.top_flex .top_right .member:hover .user_box{opacity:1;display: block;}

.top_flex .top_right .member .user_box h2{font-size: 16px; font-weight: bold; line-height: 26px; word-break: break-all; word-wrap: break-word; text-align: left; padding: 0 5px;}
.top_flex .top_right .member .user_box .list_p{ display: table;width: 100%; border-collapse: separate; border-spacing: 5px; margin: 10px 0 15px 0;}
.top_flex .top_right .member .user_box .list_p .row {display: table-row;}
.top_flex .top_right .member .user_box .list_p .cell {display: table-cell; padding:5px 10px; text-align: left; line-height: 24px; background: #f4f4f4; font-size: 14px;}
.top_flex .top_right .member .user_box .list_p .cell a{margin: 0; padding: 0; display: block;}
.top_flex .top_right .member .user_box .list_p .cell.text_right{text-align: right;white-space:nowrap; }

.top_flex .top_right .member .user_box .btn_two{display: flex; justify-content: space-between;}
.top_flex .top_right .member .user_box .btn_blue{width: 49%; height: 32px; line-height: 32px; text-align: center; font-size:14px; color: #fff; background: #02adf2; border-radius: 4px;box-shadow: 0px 5px 15px 0px rgba(142, 143, 151, 0.2); border: 1px solid #02adf2; padding: 0;}
.top_flex .top_right .member .user_box .btn_blue:hover{ background: #4dc5f5; border: 1px solid #4dc5f5;}
.top_flex .top_right .member .user_box .btn_white{ width: 49%; height: 32px; line-height: 32px; text-align: center; font-size:14px; color: #031242; background: #fff; border-radius: 4px;box-shadow: 0px 5px 15px 0px rgba(142, 143, 151, 0.2); border: 1px solid #ccc; padding: 0;}
.top_flex .top_right .member .user_box .btn_white:hover{ background: #f4f4f4; border: 1px solid #ccc;}

.top_flex .top_right .hi{ color: #000; font-size: 16px; line-height: 30px;}
#skin .top_flex .top_right .hi,#skin .top_flex .top_right .hi a,#skin .top_flex .top_right .member cite{ color: #fff;}
.top_flex .top_right .hi i{ width: 1px; height: 20px; background: #ddd; margin-right: 15px; display: inline-block; vertical-align: middle;}
.top_flex .top_right .hi a{ padding: 0; color: #000;}
.top_flex .top_right .hi a:hover{ padding: 0; color: #0187ee;}
#skin .top_flex .top_right .hi a:hover{color:#02adf2;}

.top_flex .top_right .skin{ width: 24px; height: 24px; padding: 20px 10px 20px; position: relative; cursor: pointer;}
.top_flex .top_right .skin i{width: 24px; height: 24px; display: block;vertical-align: middle; background: url("../../images/member/icon_top.png") no-repeat 0 0;padding: 0; }
#skin .top_flex .top_right .skin i{ background: url("../../images/member/icon_top.png") no-repeat -24px 0;}
.top_flex .top_right .skin i:hover,.top_flex .top_right a.helf:hover,.top_flex .top_right a.unread:hover,.top_flex .top_right .member i:hover{opacity: 0.7;filter: alpha(opacity=70);}
.top_flex .top_right .skin .color_qiehuan{position: absolute; z-index: 2; top: 30px;right: -55px;opacity: 0; display: none;background:#fff; box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.2);text-align: center;padding:10px 12px;border-radius: 6px; width: 120px; animation: fadeIn 0.5s ease-out forwards; opacity: 0; text-align: center; margin-top: 20px;}
.top_flex .top_right .skin:hover .color_qiehuan{opacity:1;display: block;}
.top_flex .top_right .skin .color_qiehuan a{display: block;white-space: nowrap; font-size: 14px; text-align: left;color: #222;line-height: 34px;padding: 0 20px; margin: 5px 0; }
.top_flex .top_right .skin .color_qiehuan a:hover{display: block; background: #f4f4f4; border-radius: 4px; }
.top_flex .top_right .skin .color_qiehuan a.hover{color:#0187ee; display: block; background: #eaf4fb; border-radius: 4px; }

.top_flex .top_right a.helf{width: 24px; height: 24px; display: block; vertical-align: middle; background: url("../../images/member/icon_top.png") no-repeat 0 -48px; padding: 0; margin: 0 15px;}
#skin .top_flex .top_right a.helf{background: url("../../images/member/icon_top.png") no-repeat -24px -48px; }
.top_flex .top_right a.unread{width: 24px; height: 24px; display: block; vertical-align: middle; background: url("../../images/member/icon_top.png") no-repeat 0 -24px; padding: 0; position: relative;}
#skin .top_flex .top_right a.unread{background: url("../../images/member/icon_top.png") no-repeat -24px -24px;}
.top_flex .top_right a.unread em{ position: absolute; top: -3px; right: -3px; background: #ff8920; border-radius: 50%; color: #fff; font-size: 12px; text-align: center; font-style: normal; min-width: 16px; line-height: 16px;}


.main{ width: 100%; overflow: hidden; display: table; height: calc(100% - 90px); }
.main .left_modules{width: 220px; float: left;}
.main .right_modules{ display: table-cell; float: none; vertical-align: top;width: 100%; position: relative;}
.main .right_modules .main_content{ background: #fff; border-radius: 20px 0 0 0; border-top:1px solid #dfdfdf; border-left:1px solid #dfdfdf;  height: 100%;box-shadow: 0px 5px 15px 0px rgba(142, 143, 151, 0.2); padding: 30px 20px 30px 30px; }

/* 左侧菜单 */
.side_left_menu{ margin-top: 40px;border-collapse: separate; border-spacing: 0; }
.side_left_menu li{}
.side_left_menu li .box{display: table;width: 100%; height: 50px;}
.side_left_menu li a{ line-height: 24px; height: 24px; display: table-row;}
.side_left_menu li a:hover{background: #fff;}
#skin .side_left_menu li a:hover{background: #c7eafe;}
.side_left_menu li.hover a:hover{background: none;}
.side_left_menu li.hover .box{ background: #192b52;}
#skin .side_left_menu li.hover .box{background: #d2eeff;}
#skin .side_left_menu li.hover a cite{ color: #0187ee;}
.side_left_menu li.hover a cite{color: #fff;}
.side_left_menu li .i_w{ padding: 13px 0 13px 30px ;display: table-cell; width: 24px; height: 24px;}
.side_left_menu li i{width: 24px; height: 24px;display: inline-block; vertical-align: middle;}
.side_left_menu li i.icon1{background: url("../../images/member/icon_leftmenu.png") no-repeat 0 0;}
.side_left_menu li i.icon2{background: url("../../images/member/icon_leftmenu.png") no-repeat 0 -24px;}
.side_left_menu li i.icon3{background: url("../../images/member/icon_leftmenu.png") no-repeat 0 -48px;}
.side_left_menu li i.icon4{background: url("../../images/member/icon_leftmenu.png") no-repeat 0 -72px;}
.side_left_menu li i.icon5{background: url("../../images/member/icon_leftmenu.png") no-repeat 0 -96px;}
.side_left_menu li i.icon6{background: url("../../images/member/icon_leftmenu.png") no-repeat 0 -120px;}
.side_left_menu li i.icon7{background: url("../../images/member/icon_leftmenu.png") no-repeat 0 -144px;}
.side_left_menu li i.icon8{background: url("../../images/member/icon_leftmenu.png") no-repeat 0 -168px;}
.side_left_menu li i.arrow{background: url("../../images/member/icon_arrow.png") no-repeat 0 0;}
#skin .side_left_menu li i.arrow{background: url("../../images/member/icon_arrow.png") no-repeat 0 -72px;}

.side_left_menu li.hover i.icon1,#skin .side_left_menu li i.icon1{background: url("../../images/member/icon_leftmenu.png") no-repeat -24px 0;}
.side_left_menu li.hover i.icon2,#skin .side_left_menu li i.icon2{background: url("../../images/member/icon_leftmenu.png") no-repeat -24px -24px;}
.side_left_menu li.hover i.icon3,#skin .side_left_menu li i.icon3{background: url("../../images/member/icon_leftmenu.png") no-repeat -24px -48px;}
.side_left_menu li.hover i.icon4,#skin .side_left_menu li i.icon4{background: url("../../images/member/icon_leftmenu.png") no-repeat -24px -72px;}
.side_left_menu li.hover i.icon5,#skin .side_left_menu li i.icon5{background: url("../../images/member/icon_leftmenu.png") no-repeat -24px -96px;}
.side_left_menu li.hover i.icon6,#skin .side_left_menu li i.icon6{background: url("../../images/member/icon_leftmenu.png") no-repeat -24px -120px;}
.side_left_menu li.hover i.icon7,#skin .side_left_menu li i.icon7{background: url("../../images/member/icon_leftmenu.png") no-repeat -24px -144px;}
.side_left_menu li.hover i.icon8,#skin .side_left_menu li i.icon8{background: url("../../images/member/icon_leftmenu.png") no-repeat -24px -168px;}
.side_left_menu li.hover i.arrow{background: url("../../images/member/icon_arrow.png") no-repeat 0 -24px; transform: rotate(180deg);}
#skin .side_left_menu li.hover i.arrow{background: url("../../images/member/icon_arrow.png") no-repeat 0 -48px; transform: rotate(180deg);}

#skin .side_left_menu li.hover i.icon1{background: url("../../images/member/icon_leftmenu.png") no-repeat -48px 0;}
#skin .side_left_menu li.hover i.icon2{background: url("../../images/member/icon_leftmenu.png") no-repeat -48px -24px;}
#skin .side_left_menu li.hover i.icon3{background: url("../../images/member/icon_leftmenu.png") no-repeat -48px -48px;}
#skin .side_left_menu li.hover i.icon4{background: url("../../images/member/icon_leftmenu.png") no-repeat -48px -72px;}
#skin .side_left_menu li.hover i.icon5{background: url("../../images/member/icon_leftmenu.png") no-repeat -48px -96px;}
#skin .side_left_menu li.hover i.icon6{background: url("../../images/member/icon_leftmenu.png") no-repeat -48px -120px;}
#skin .side_left_menu li.hover i.icon7{background: url("../../images/member/icon_leftmenu.png") no-repeat -48px -144px;}
#skin .side_left_menu li.hover i.icon8{background: url("../../images/member/icon_leftmenu.png") no-repeat -48px -168px;}

.side_left_menu li cite{ padding: 0 10px; font-size: 14px; color: #000; font-style: normal; text-align: left;display: table-cell;}

.side_left_menu li.hover .level{ display: block; }
.side_left_menu li .level{ display: none; background: #fff; padding: 20px; border-bottom: 1px solid #dfdfdf;}
#skin .side_left_menu li .level{ background: none; border-bottom: 1px solid #c7eafe;}
.side_left_menu li .level a.level_p{ padding: 10px 0 10px 42px; line-height: 24px; margin: 5px 0; text-align: left; font-size: 14px; color: #222; display: block;}
.side_left_menu li .level a.level_p:hover{ background: #eaf4fb; border-radius: 4px;}
#skin .side_left_menu li .level a.level_p:hover{ background: #c7eafe; }
.side_left_menu li .level a.level_p.hover{ background: #02adf2; border-radius: 4px; color: #fff;}
.side_left_menu li .level a.level_p.hover:hover{ background: #02adf2;}

/* 右侧 */
.main .right_modules .main_content .top_modules{ width: 100%;display: -ms-flexbox; display: flex;margin: -5px;}
.main .right_modules .main_content .top_modules .grid_item{ background: #eaf4fb; border-radius: 12px; padding: 35px 0;flex: 0 0 auto; width: 180px; text-align: center; font-size: 14px; color: #666; line-height: 26px; margin: 10px;}
.main .right_modules .main_content .top_modules .grid_item b{ display: block; font-weight:bold; font-display: 16px; color: #000;}
.main .right_modules .main_content .top_modules .grid_item i{ width: 60px; height: 60px; display: block; margin: 5px auto;}
.main .right_modules .main_content .top_modules .grid_item i.ID{background: url("../../images/member/icon_ID.jpg") no-repeat; }
.main .right_modules .main_content .top_modules .grid_item i.VIP{background: url("../../images/member/icon_VIP.jpg") no-repeat; }

.main .right_modules .main_content .top_modules .one_col{ background: #eaf4fb;border-radius: 12px; padding-top: 30px; flex: 1; /* 自适应剩余空间 */min-width: 0; /* 防止内容溢出 */ margin: 10px;}
.main .right_modules .main_content .top_modules .one_col .user_col{ width: 100%;display: flex; justify-content: space-between;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_avatar{ width: 30%; text-align: center;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_avatar .avatar_photo{ width: 88px; height: 88px; background: #d7eaf8; border-radius: 50px; border: 4px solid #fff; margin: 0 auto;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_avatar .avatar_photo img{ width: 100%; height: 100%; border-radius: 50px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_avatar p{ font-size: 16px; line-height: 44px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_avatar p a{ max-width: 120px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color: #222; display: inline-block; vertical-align: middle;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_avatar p a:hover{ color: #0187ee;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main{ width: 70%;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main p{ line-height:20px; padding:10px 0; color:#666;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main p b{ color:#222; font-weight:normal; margin-right:20px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main p span{margin-right:20px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main p a{color:#666;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main p a:hover{color:#0078ff;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main p em{ display:inline-block; height:8px; background:#d6d7d8; text-align:center; color:#fff; width:60px; font-style:normal; margin-right:40px; position:relative;border-radius: 50px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main p em.grade_orange b{ position:absolute; left:70px; top:-5px; color:#ff8920; font-weight:bold; line-height:20px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main p em.grade_orange span{width:40px;height:8px;background:#ff8920;position:absolute; left:0; top:0;border-radius: 50px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main p em.grade_red b{ position:absolute; left:70px; top:-5px; color:#ff4a55; font-weight:bold; line-height:20px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main p em.grade_red span{width:20px;height:8px;background:#ff4a55;position:absolute; left:0; top:0;border-radius: 50px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main p em.grade_green{ background:#069e7c;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main p em.grade_green b{ position:absolute; left:70px; top:-5px; color:#069e7c; font-weight:bold; line-height:20px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main p em.grade_green span{ width:60px; height:8x;background:#069e7c;position:absolute; left:0; top:0;border-radius: 50px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main .tub{ margin: 15px 0;display: flex;display: -webkit-flex; flex-wrap: wrap; align-items: center;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main .tub i{margin-right: 20px; width: 30px; height: 30px; display: block;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main .tub i.icon1{background: url("../../images/member/icon_safety_evel.png") no-repeat 0 0;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main .tub i.icon1.none{background: url("../../images/member/icon_safety_evel.png") no-repeat 0 -30px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main .tub i.icon2{background: url("../../images/member/icon_safety_evel.png") no-repeat 0 -60px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main .tub i.icon2.none{background: url("../../images/member/icon_safety_evel.png") no-repeat 0 -90px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main .tub i.icon3{background: url("../../images/member/icon_safety_evel.png") no-repeat 0 -180px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main .tub i.icon3.none{background: url("../../images/member/icon_safety_evel.png") no-repeat 0 -210px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main .tub i.icon4{background: url("../../images/member/icon_safety_evel.png") no-repeat 0 -120px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main .tub i.icon4.none{background: url("../../images/member/icon_safety_evel.png") no-repeat 0 -150px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main .p_ip{ line-height: 30px; padding: 15px 0; font-size: 14px; color: #777; border-top: 1px solid #fff; margin-right: 20px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main .p_ip span{margin-right: 20px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main .p_ip a{color:#0078ff; display: inline-block; vertical-align: middle; padding: 0 10px;}
.main .right_modules .main_content .top_modules .one_col .user_col .user_main .p_ip a:hover{ background: #c5e4f9;border-radius: 4px;}

.main .right_modules .main_content .top_modules .wait_information{ background: #fff; border: 1px solid #f1f1f1; box-shadow: 0px 3px 10px 0px rgba(142, 143, 151, 0.2);border-radius: 2px;flex: 0 0 auto;width: 382px; margin: 10px;}
.main .right_modules .main_content .top_modules .wait_information h4{ font-size: 14px; color: #222; line-height: 44px; border-bottom: 1px solid #f1f1f1; padding:0 15px;}
.main .right_modules .main_content .top_modules .wait_information .items{ margin: 10px;}
.main .right_modules .main_content .top_modules .wait_information .items li{ float: left; width:50%; line-height: 38px; list-style: none;}
.main .right_modules .main_content .top_modules .wait_information .items li a{display: block;}
.main .right_modules .main_content .top_modules .wait_information .items li .list{background: #f2f2f2; margin:2px 5px; padding: 0 10px; display: flex; justify-content: space-between;}
.main .right_modules .main_content .top_modules .wait_information .items li .list:hover{background: #eaf4fb;}
.main .right_modules .main_content .top_modules .wait_information .items li cite,.main .right_modules .main_content .top_modules .wait_information .wait .items li a cite{font-style: normal; text-align: left;font-size: 14px; color: #555; line-height: 38px;}
.main .right_modules .main_content .top_modules .wait_information .items li a:hover cite{ color: #0187ee;;}
.main .right_modules .main_content .top_modules .wait_information .items li em{ font-style: normal; text-align: right; color: #fd5908;}
.main .right_modules .main_content .top_modules .wait_information .items li em.none{ color: #777;}

.main .right_modules .main_content .center_modules{ width: 100%;display: -ms-flexbox; display: flex;margin: -5px;}
.main .right_modules .main_content .center_modules .caiwu_information{ background: #fff; border: 1px solid #f1f1f1; box-shadow: 0px 3px 10px 0px rgba(142, 143, 151, 0.2); border-radius: 2px;flex: 1; /* 自适应剩余空间 */min-width: 0; /* 防止内容溢出 */ margin:20px 10px; position: relative;}
.main .right_modules .main_content .center_modules .caiwu_information h4{ font-size: 14px; color: #222; line-height: 42px; border-bottom: 3px solid #0061aa; padding:0 0 0 15px; overflow: hidden;}
.main .right_modules .main_content .center_modules .caiwu_information .three_grid{display: flex;width: 100%;}
.main .right_modules .main_content .center_modules .caiwu_information .three_grid .keyong,.main .right_modules .main_content .center_modules .caiwu_information .three_grid .dongjie,.main .right_modules .main_content .center_modules .caiwu_information .three_grid .shiji{  flex: 1; /* 等分宽度 */display: flex;justify-content: center; /* 水平居中 */align-items: center; /* 垂直居中 */margin: 0 10px; text-align: center;}
.main .right_modules .main_content .center_modules .caiwu_information .three_grid .keyong:first-child {margin-left: 0;}
.main .right_modules .main_content .center_modules .caiwu_information .three_grid .shiji:last-child {margin-right: 0;}
.main .right_modules .main_content .center_modules .caiwu_information .three_grid .keyong i{ width: 64px; height: 64px; background: url("../../images/member/icon_frosted_glass.png") no-repeat; margin: 30px 10px 0 20%;}
.main .right_modules .main_content .center_modules .caiwu_information .three_grid .dongjie i{ width: 64px; height: 64px; background: url("../../images/member/icon_frosted_glass.png") no-repeat 0 -64px; margin: 30px 10px 0 20%;}
.main .right_modules .main_content .center_modules .caiwu_information .three_grid .shiji i{ width: 64px; height: 64px; background: url("../../images/member/icon_frosted_glass.png") no-repeat 0 -128px; margin: 30px 10px 0 20%;}
.main .right_modules .main_content .center_modules .caiwu_information .three_grid .keyong .text,.main .right_modules .main_content .center_modules .caiwu_information .three_grid .dongjie .text,.main .right_modules .main_content .center_modules .caiwu_information .three_grid .shiji .text{ padding-top: 30px; flex-grow: 1; font-size: 14px; color: #666; line-height: 32px; text-align: left; width: 50%;word-break: break-all; word-wrap: break-word;}
.main .right_modules .main_content .center_modules .caiwu_information .three_grid .keyong .text b,.main .right_modules .main_content .center_modules .caiwu_information .three_grid .dongjie .text b,.main .right_modules .main_content .center_modules .caiwu_information .three_grid .shiji .text b{display: block; font-size: 22px; font-weight: bold; color: #555;}
.main .right_modules .main_content .center_modules .caiwu_information .a_link_bottom{ line-height: 30px; border-top: 1px dashed #d7d7d7; position: absolute; left: 0; width: 100%; bottom: 0; padding: 10px 0;}
.main .right_modules .main_content .center_modules .caiwu_information .a_link_bottom a{ color: #0187ee; display: inline-block; vertical-align: middle; padding: 0 10px; margin: 0 5px;}
.main .right_modules .main_content .center_modules .caiwu_information .a_link_bottom a:hover{ background: #f2f2f2;border-radius: 4px;}
.main .right_modules .main_content .center_modules .caiwu_information .a_link_bottom i{ width: 1px; height: 20px; background: #dfdfdf; display: inline-block; vertical-align: middle;}
.main .right_modules .main_content .center_modules .caiwu_information .a_link_bottom a.btn_chongzhi{ width: 68px;height: 30px;line-height: 30px;text-align: center;font-size: 14px;color: #fff; background: #02adf2; border-radius: 4px;}
.main .right_modules .main_content .center_modules .caiwu_information .a_link_bottom a.btn_chongzhi:hover { background: #4dc5f5;}
.main .right_modules .main_content .center_modules .news_gonggao{ background: #fff; border: 1px solid #f1f1f1; box-shadow: 0px 3px 10px 0px rgba(142, 143, 151, 0.2); border-radius: 2px;flex: 0 0 auto;width: 382px; margin: 20px 10px;}
.main .right_modules .main_content .center_modules .news_gonggao h4{ font-size: 14px; color: #222; line-height: 44px; border-bottom: 1px solid #f1f1f1; padding:0 0 0 15px; overflow: hidden;}
.main .right_modules .main_content .center_modules .news_gonggao h4 a{color:#0078ff; display: inline-block; vertical-align: middle; float: right; line-height: 20px; padding: 6px; margin: 6px;}
.main .right_modules .main_content .center_modules .news_gonggao h4 a:hover{ background: #f2f2f2;border-radius: 4px;}
.main .right_modules .main_content .center_modules .news_gonggao .new_list{ padding: 10px; min-height: 160px;}
.main .right_modules .main_content .center_modules .news_gonggao .new_list p.no_p{justify-content: center;padding: 0;margin: 0;height: 160px;display: flex;align-items: center;text-align: center;color: #999999;font-size: 14px;}
.main .right_modules .main_content .center_modules .news_gonggao .new_list li{ margin-left: 4px; line-height: 32px;color: #9c9c9c; display: flex; list-style: none; position: relative; padding-left: 1em;}
.main .right_modules .main_content .center_modules .news_gonggao .new_list li::before {content: "•";position: absolute;left: 0;}
.main .right_modules .main_content .center_modules .news_gonggao .new_list li em{ font-style: normal; color: #9c9c9c; text-align: right; padding-left: 10px;}
.main .right_modules .main_content .center_modules .news_gonggao .new_list li a{ color: #666; flex: 1; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; vertical-align: middle;}
.main .right_modules .main_content .center_modules .news_gonggao .new_list li:hover,.main .right_modules .main_content .center_modules .news_gonggao .new_list li:hover a{ color: #0078ff;}
.main .right_modules .main_content .center_modules .news_gonggao .new_list li:hover em{ color: inherit;color: #9c9c9c;}

.main .right_modules .main_content .bottom_modules{ width: 100%;display: -ms-flexbox; display: flex;margin: -5px;}
.main .right_modules .main_content .bottom_modules .my_domain{ background: #fff; border: 1px solid #f1f1f1; box-shadow: 0px 3px 10px 0px rgba(142, 143, 151, 0.2); border-radius: 2px; flex: 1; /* 自适应剩余空间 */min-width: 0; /* 防止内容溢出 */ margin:10px; position: relative;}
.main .right_modules .main_content .bottom_modules .my_domain h4{ font-size: 14px; color: #222; line-height: 42px; border-bottom: 3px solid #0061aa; padding:0 0 0 15px; overflow: hidden;}
.main .right_modules .main_content .bottom_modules .my_domain .four_grid{ display: flex; width: 100%;}
.main .right_modules .main_content .bottom_modules .my_domain .four_grid table{border-collapse: collapse; table-layout:fixed; }
.main .right_modules .main_content .bottom_modules .my_domain .four_grid table tr th{ background:#eaf4fb;padding:5px; line-height: 44px; color: #222; text-align: center; font-size: 14px; word-break: break-all; word-wrap: break-word; font-weight:normal;}
.main .right_modules .main_content .bottom_modules .my_domain .four_grid table tr td{ color: #0187ee; text-align: center; font-size: 26px; word-break: break-all; word-wrap: break-word; padding: 30px 0; font-weight: bold;}
.main .right_modules .main_content .bottom_modules .my_domain .four_grid table tr td a{ color: #0187ee; font-weight: bold;}
.main .right_modules .main_content .bottom_modules .my_domain .four_grid table tr td a:hover{ color: #02adf2;}
.main .right_modules .main_content .bottom_modules .pic_lunbo{ flex: 0 0 auto;width: 382px; margin: 10px;}

.main .right_modules .main_content .jiaoyi_modules{ width: 100%;}
.main .right_modules .main_content .jiaoyi_modules h4{font-size: 14px; color: #222; line-height: 44px; border-bottom: 1px solid #f1f1f1; padding:0 0 0 15px; overflow: hidden; margin: 0 20px 0 10px;}
.main .right_modules .main_content .jiaoyi_modules .jiaoyi_list{ margin: 40px 20px;}
.main .right_modules .main_content .jiaoyi_modules .jiaoyi_list li{ height: 52px; margin: 48px 0;background: #f2f2f2; list-style: none; position: relative;}
.main .right_modules .main_content .jiaoyi_modules .jiaoyi_list li .bg_bar{width: 100%;display: -ms-flexbox; display: flex;margin: -5px;  position: absolute; top: -20px; left: 0;}
.main .right_modules .main_content .jiaoyi_modules .jiaoyi_list li .png_title1{ flex: 0 0 auto;width: 90px; height: 60px; line-height:60px; text-align: center; font-size: 16px; color: #222; background: url("../../images/member/jiaoyi_index_pic01.png") no-repeat; padding: 20px 25px 20px 95px; }
.main .right_modules .main_content .jiaoyi_modules .jiaoyi_list li .png_title2{ flex: 0 0 auto;width: 90px; height: 60px; line-height:60px; text-align: center; font-size: 16px; color: #222; background: url("../../images/member/jiaoyi_index_pic02.png") no-repeat; padding: 20px 25px 20px 95px; }
.main .right_modules .main_content .jiaoyi_modules .jiaoyi_list li .png_title3{ flex: 0 0 auto;width: 90px; height: 60px; line-height:60px; text-align: center; font-size: 16px; color: #222; background: url("../../images/member/jiaoyi_index_pic03.png") no-repeat; padding: 20px 25px 20px 95px; }
.main .right_modules .main_content .jiaoyi_modules .jiaoyi_list li .jioayi_txt{flex: 1; min-width: 0; margin:20px 10px; }
.main .right_modules .main_content .jiaoyi_modules .jiaoyi_list li .jioayi_txt table{border-collapse: collapse; table-layout:fixed;}
.main .right_modules .main_content .jiaoyi_modules .jiaoyi_list li .jioayi_txt table tr td{ color: #222; text-align: center; font-size: 16px; word-break: break-all; word-wrap: break-word; line-height: 60px; }
.main .right_modules .main_content .jiaoyi_modules .jiaoyi_list li .jioayi_txt table tr td a{ color: #0187ee; font-weight: bold;}
.main .right_modules .main_content .jiaoyi_modules .jiaoyi_list li .jioayi_txt table tr td a:hover{ color: #02adf2;}


/*首页广告轮播图*/
.flexslider {position: relative;width: 100%;height: 200px; background:#fff;overflow: hidden;zoom: 1;box-shadow: 1px 2px 2px rgba(208,205,205,.51);}
.flexslider .slides li {width: 100%;height: 100%;}
.flex-control-nav {width: 100%;position: absolute;bottom: 28px;text-align: center;}
.flex-control-nav li {margin: 0 2px;display: inline-block;zoom: 1;*display: inline;}
.flex-control-paging li a {background: url(../../images/member/dot.png) no-repeat 0 -16px;display: block;height: 16px;overflow: hidden;text-indent: -99em;width: 16px;cursor: pointer;}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {background-position: 0 0;}
.flexslider .slides a img {width: 100%;height: 200px;display: block;}

/*账户管理*/
.main .right_modules .main_content .h2_title{ display: flex; justify-content: space-between; margin-bottom: 10px; align-items: center;}
.main .right_modules .main_content .h2_title cite{ color: #222; font-style: normal; padding-left: 10px; font-size: 16px; line-height: 30px;}
.main .right_modules .main_content .h2_title cite i{width: 10px; height: 10px; display: inline-block; vertical-align: middle; background: linear-gradient(45deg,#02adf2,#ffffff); border-radius: 50px; margin:-2px 10px 0 0;}

.main .right_modules .main_content .h2_title cite em{font-style: normal; width: 20px; height: 20px; margin-right: 10px; display: inline-block; vertical-align: middle; margin-top: -1px; }
.arrow-left-bordered {position: relative;}
.arrow-left-bordered::before {content: ""; position: absolute;left: 0;top: 50%; width: 100%; margin-top: -1px; height: 3px; background:#192b52;}
.arrow-left-bordered::after {content: ""; position: absolute; left: 0; top: 50%; width: 10px; height: 10px; border-left: 3px solid #192b52; border-bottom: 3px solid #192b52; transform: translateY(-50%) rotate(45deg);}

.query_bar.tdsty{ margin: 0;justify-content: space-between; }
.query_bar.tdsty .left_auto{ display: flex; align-items: center; flex: 0 0 auto;}
.query_bar.tdsty .nowrap{flex:1; margin-left: 10px; text-align: right;}

.query_bar{ margin-bottom: 20px; display: flex; align-items: center;}
.query_bar cite{font-style: normal;}
.query_bar .name{ line-height: 36px;}
.query_bar .name.w1{width: 110px; text-align: right;}
.query_bar .name.w2{width: 90px; text-align: right;}
.query_bar .lr_10{margin: 0 10px;}
.query_bar .mr_10 {margin: 0 10px 0 0;}
.query_bar .mr_15 {margin: 0 15px 0 0;}

.query_bar .input{height: 34px; line-height: 34px; border: 1px solid #d0d0d0; border-radius: 2px; width: 13%; padding: 0 5px; font-size: 14px; outline: none;}
.query_bar .input:hover{ border: 1px solid #08aff2;}
.query_bar .input.w1{width: 110px; padding: 0 3px;}
.query_bar .input.w2{width: 140px; padding: 0 3px;}
.input_time_txt{border:1px solid #d0d0d0; width:85px; padding:0 20px 0 4px; background:#fff url(../../images/member/icon_calendar.gif) no-repeat right center;line-height:35px; height:34px; font-size:14px; outline:none;display:inline-block; *display:inline; *zoom:1; vertical-align:top; }

.query_bar.display_block{ display: block;}
.query_bar ul{ width: 100%; display: flex;}
.query_bar li{ list-style: none; margin-right: 3%; display: flex; flex-wrap: wrap;}
.query_bar li.w_1{width: 375px;}

.query_bar.tiao ul li .select_sty{ width: 138px;}
.query_bar.tiao ul li.w_1 .select_sty{ width: 110px;}
.query_bar.tiao ul li .keyword_textarea{ width: 160px;}
.query_bar.tiao ul li .keyword_textarea .textarea{ width: 152px;}
.query_bar.tiao ul li .input.w1{ width: 152px;}
.query_bar.tiao ul li{ margin-right: 0; }
.query_bar.tiao ul li.w_1{width: 457px;}
.query_bar.tiao ul li.w_1 .lr_10{margin: 0 16px 0 10px;}
.query_bar.tiao ul li .name.w1{ width: 110px;}
.query_bar.tiao ul li .name.w2{ width: 80px;}
.query_bar.tiao ul li .name.w3{ width: 105px; text-align: right;}
.query_bar.tiao ul li .select_houzhui{ width: 138px;}
.query_bar.tiao ul li .select-container .select-selected{ width: 123px;}


@media screen and (min-width: 1920px) {
.query_bar.query_flex{ display: block;}
.query_bar.query_flex ul{ display: flex; width: 1600px; flex-wrap: wrap;}
.query_bar.query_flex ul li{ margin: 5px 0; width: 336px;}
.query_bar.query_flex ul li .name{ width: 105px; text-align: right; margin-right: 10px;}
.query_bar.query_flex ul li .name.lr_5{ width: auto; margin: 0 5px;}
.query_bar.query_flex ul li .keyword_textarea{ width: 188px;}
.query_bar.query_flex ul li .keyword_textarea .textarea{ width: 182px;}
.query_bar.query_flex ul li .input.w1{ width: 182px;}
.query_bar.query_flex ul li .select_houzhui{ width: 218px;}
.query_bar.query_flex ul li .select_sty{ width: 220px;}
.query_bar.query_flex ul li .select-container .select-selected { width: 205px;}
.query_bar.query_flex ul li .name .select_sty{ width: 105px;}
.query_bar.query_flex ul li.li_1{ width: 512px; }
.query_bar.query_flex ul li.li_1 .input_time_txt{ width: 164px;}
.query_bar.query_flex ul li.li_1 .input_time_txt.ml_10{margin: 0;}
.query_bar.query_flex ul li.li_2{ }
.query_bar.query_flex ul li.li_2 .input.w1 { width:94px;}
.query_bar.query_flex ul li .lr_10{margin: 0 16px 0 0;}
}
@media screen and (min-width: 1600px) and (max-width:1919px) {
.query_bar.query_flex{ display: block;}
.query_bar.query_flex ul{ display: flex; width: 1600px; flex-wrap: wrap;}
.query_bar.query_flex ul li{ margin: 5px 0; width: 336px;}
.query_bar.query_flex ul li .name{ width: 105px; text-align: right; margin-right: 10px;}
.query_bar.query_flex ul li .name.lr_5{ width: auto; margin: 0 5px;}
.query_bar.query_flex ul li .keyword_textarea{ width: 188px;}
.query_bar.query_flex ul li .keyword_textarea .textarea{ width: 182px;}
.query_bar.query_flex ul li .input.w1{ width: 182px;}
.query_bar.query_flex ul li .select_houzhui{ width: 218px;}
.query_bar.query_flex ul li .select_sty{ width: 220px;}
.query_bar.query_flex ul li .select-container .select-selected { width: 205px;}
.query_bar.query_flex ul li .name .select_sty{ width: 105px;}
.query_bar.query_flex ul li.li_1{ width: 512px; }
.query_bar.query_flex ul li.li_1 .input_time_txt{ width: 164px;}
.query_bar.query_flex ul li.li_1 .input_time_txt.ml_10{margin: 0;}
.query_bar.query_flex ul li.li_2{ }
.query_bar.query_flex ul li.li_2 .input.w1 { width:94px;}
.query_bar.query_flex ul li .lr_10{margin: 0 16px 0 0;}
}
/*
@media screen and (min-width: 1600px) and (max-width:1919px) {
.query_bar.query_flex{ display: block;}	
.query_bar.query_flex ul{ display: flex; width: 1280px; flex-wrap: wrap; }
.query_bar.query_flex ul li{ margin: 5px 0; width: 285px;}
.query_bar.query_flex ul li .name{ width: 105px; text-align: right; margin-right: 10px;}
.query_bar.query_flex ul li .name.lr_5{ width: auto; margin: 0 5px;}
.query_bar.query_flex ul li .keyword_textarea{ width: 139px;}
.query_bar.query_flex ul li .keyword_textarea .textarea{ width: 132px;}
.query_bar.query_flex ul li .input.w1{ width: 132px;}
.query_bar.query_flex ul li .select_houzhui{ width: 168px;}
.query_bar.query_flex ul li .select_sty{ width: 168px;}
.query_bar.query_flex ul li .select-container .select-selected { width: 153px;}
.query_bar.query_flex ul li .name .select_sty{ width: 105px;}
.query_bar.query_flex ul li.li_1{ width: 412px; }
.query_bar.query_flex ul li.li_1 .input_time_txt{ width: 114px;}
.query_bar.query_flex ul li.li_1 .input_time_txt.ml_10{margin: 0;}
.query_bar.query_flex ul li.li_2{ }
.query_bar.query_flex ul li.li_2 .input.w1 { width: 68px;}
.query_bar.query_flex ul li .lr_10{ margin: 0 16px 0 0;}
}*/
@media screen and (min-width: 1440px) and (max-width:1599px) {
.query_bar.query_flex{ display: block;  }	
.query_bar.sty.br{ flex-wrap: wrap; max-width:950px; margin-bottom: 10px;}
.query_bar.sty.br .name{ margin:0 0 10px 0;}
.query_bar.sty.br .name.mr_10{ margin: 0 10px 10px 0;}
.query_bar.query_flex ul{ display: flex; width: 1130px; flex-wrap: wrap; }
.query_bar.query_flex ul li{ margin: 5px 0; width: 246px;}
.query_bar.query_flex ul li .name{ width: 105px; text-align: right; margin-right: 10px;}
.query_bar.query_flex ul li .name.lr_5{ width: auto; margin: 0 5px;}
.query_bar.query_flex ul li .keyword_textarea{ width: 126px;}
.query_bar.query_flex ul li .keyword_textarea .textarea{ width: 118px;}
.query_bar.query_flex ul li .input.w1{ width: 118px;}
.query_bar.query_flex ul li .select_houzhui{ width: 130px;}
.query_bar.query_flex ul li .select_sty{ width: 130px;}
.query_bar.query_flex ul li .select-container .select-selected { width: 115px;}
.query_bar.query_flex ul li .name .select_sty{ width: 105px;}
.query_bar.query_flex ul li.li_1{ width: 390px; }
.query_bar.query_flex ul li.li_1 .input_time_txt{ width: 100px;}
.query_bar.query_flex ul li.li_1 .input_time_txt.ml_10{margin: 0;}
.query_bar.query_flex ul li.li_2{ }
.query_bar.query_flex ul li.li_2 .input.w1 { width: 49px;}
.query_bar.query_flex ul li .lr_10{ margin: 0 16px 0 0;}
}
@media screen and (min-width: 1366px) and (max-width:1439px) {
.query_bar.query_flex{ display: block; }	
.query_bar.sty.br{ flex-wrap: wrap; max-width:950px; margin-bottom: 10px;}
.query_bar.sty.br .name{ margin:0 0 10px 0;}
.query_bar.sty.br .name.mr_10{ margin: 0 10px 10px 0;}
.query_bar.query_flex ul{ display: flex; width: 1130px; flex-wrap: wrap; }
.query_bar.query_flex ul li{ margin: 5px 0; width: 246px;}
.query_bar.query_flex ul li .name{ width: 105px; text-align: right; margin-right: 10px;}
.query_bar.query_flex ul li .name.lr_5{ width: auto; margin: 0 5px;}
.query_bar.query_flex ul li .keyword_textarea{ width: 114px;}
.query_bar.query_flex ul li .keyword_textarea .textarea{ width: 108px;}
.query_bar.query_flex ul li .input.w1{ width: 108px;}
.query_bar.query_flex ul li .select_houzhui{ width: 114px;}
.query_bar.query_flex ul li .select_sty{ width: 116px;}
.query_bar.query_flex ul li .select-container .select-selected { width: 102px;}
.query_bar.query_flex ul li .name .select_sty{ width: 105px;}
.query_bar.query_flex ul li.li_1{ width: 380px; }
.query_bar.query_flex ul li.li_1 .input_time_txt{ width: 90px;}
.query_bar.query_flex ul li.li_1 .input_time_txt.ml_10{margin: 0;}
.query_bar.query_flex ul li.li_2{ }
.query_bar.query_flex ul li.li_2 .input.w1 { width: 42px;}
.query_bar.query_flex ul li .lr_10{ margin: 0 16px 0 0;}
}
@media screen and (min-width: 1280px) and (max-width:1365px) {
.query_bar.query_flex{ display: block; }	
.query_bar.sty.br{ flex-wrap: wrap; max-width:950px; margin-bottom: 10px;}
.query_bar.sty.br .name{ margin:0 0 10px 0;}
.query_bar.sty.br .name.mr_10{ margin: 0 10px 10px 0;}
.query_bar.query_flex ul{ display: flex; width: 1140px; flex-wrap: wrap; }
.query_bar.query_flex ul li{ margin: 5px 0; width: 380px;}
.query_bar.query_flex ul li .name{ width: 105px; text-align: right; margin-right: 10px;}
.query_bar.query_flex ul li .name.lr_5{ width: auto; margin: 0 5px;}
.query_bar.query_flex ul li .keyword_textarea{ width: 114px;}
.query_bar.query_flex ul li .keyword_textarea .textarea{ width: 108px;}
.query_bar.query_flex ul li .input.w1{ width: 108px;}
.query_bar.query_flex ul li .select_houzhui{ width: 114px;}
.query_bar.query_flex ul li .select_sty{ width: 116px;}
.query_bar.query_flex ul li .select-container .select-selected { width: 102px;}
.query_bar.query_flex ul li .name .select_sty{ width: 105px;}
.query_bar.query_flex ul li.li_1{ width: 380px; }
.query_bar.query_flex ul li.li_1 .input_time_txt{ width: 90px;}
.query_bar.query_flex ul li.li_1 .input_time_txt.ml_10{margin: 0;}
.query_bar.query_flex ul li.li_2{ }
.query_bar.query_flex ul li.li_2 .input.w1 { width: 42px;}
.query_bar.query_flex ul li .lr_10{ margin: 0 16px 0 0;}
}
@media screen and (max-width: 1279px) {
.query_bar.query_flex{ display: block;}	
.query_bar.sty.br{ flex-wrap: wrap; max-width:950px; margin-bottom: 10px;}
.query_bar.sty.br .name{ margin:0 0 10px 0;}
.query_bar.sty.br .name.mr_10{ margin: 0 10px 10px 0;}
.query_bar.query_flex ul{ display: flex; width: 750px; flex-wrap: wrap; }
.query_bar.query_flex ul li{ margin: 5px 0; width: 50%;}
.query_bar.query_flex ul li .name{ width: 105px; text-align: right; margin-right: 10px;}
.query_bar.query_flex ul li .name.lr_5{ width: auto; margin: 0 5px;}
.query_bar.query_flex ul li .keyword_textarea{ width: 114px;}
.query_bar.query_flex ul li .keyword_textarea .textarea{ width: 108px;}
.query_bar.query_flex ul li .input.w1{ width: 108px;}
.query_bar.query_flex ul li .select_houzhui{ width: 114px;}
.query_bar.query_flex ul li .select_sty{ width: 116px;}
.query_bar.query_flex ul li .select-container .select-selected { width: 102px;}
.query_bar.query_flex ul li .name .select_sty{ width: 105px;}
.query_bar.query_flex ul li.li_1{ width: 50%; }
.query_bar.query_flex ul li.li_1 .input_time_txt{ width: 90px;}
.query_bar.query_flex ul li.li_1 .input_time_txt.ml_10{margin: 0;}
.query_bar.query_flex ul li.li_2{ }
.query_bar.query_flex ul li.li_2 .input.w1 { width: 42px;}
.query_bar.query_flex ul li .lr_10{ margin: 0 16px 0 0;}
}

.select_houzhui {border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; transition: all 0.3s; border: 1px solid #d0d0d0;background: #fff;border-radius: 2px; line-height: 34px; margin: 0 -1px;}
.select_houzhui:hover {border-color: #08aff2;}
.select_houzhui .p{padding-left: 5px;}
.select_houzhui .v_icon{ margin-left: 8px; margin-right: 10px; transition: transform 0.3s;}
.domain_selector_dropdown.hover .select_houzhui .v_icon { transform: rotate(180deg);}

.query_bar li .input_down{ position:absolute; top:35px; left:0; background:#fff;border: 1px solid #cccccc; box-shadow: 2px 10px 20px 5px rgba(5, 17, 71, 0.07); width:144px; margin:0; display: block; animation: fadeIn 0.5s ease-out forwards;}
.query_bar li .input_down li{ list-style:none; line-height:36px; border-bottom:1px dashed #dfdfdf; text-align:left; padding:0 10px; cursor:pointer;}
.query_bar li .input_down li:hover{ background:#fff;color:#2d86da;}
.query_bar li .input_down li.bor_b{ border-bottom:none; }

.query_btn{ margin: 20px 0; display: flex; justify-content: center; align-items: center;}
.query_btn .btn_black_s,.query_btn .btn_blue_s,.query_btn .btn_white_s{ line-height: 36px; min-width: 80px; margin: 0 10px; padding: 0 16px;}

/*域名后缀选择器*/
.domain_selector_dropdown{position: relative;}
.domain_selector_dropdown b{ display:block; text-align:left; line-height:34px; font-size:14px; font-weight:normal; background:#fff; border-bottom:1px solid #ccc; border-top:1px solid #ccc; border-left:1px solid #ccc; padding-left:5px;  position:relative; color:#222; cursor:pointer;}
.domain_selector_dropdown b .down{ position:absolute; right:0; top:-1px; width:19px; height:36px; display:block;background:url(../../images/member/selBtn.png) no-repeat ;}
.domain_selector_dropdown.hover .pop{display:block;}
.domain_selector_dropdown .pop{ position:absolute; left:10px; top:33px; background:#ffffff; border:1px solid #cccccc;width:814px; padding: 10px 0; text-align:center; z-index:1; display:none;box-shadow: 2px 10px 20px 5px rgba(5, 17, 71, 0.07); }
.domain_selector_dropdown .pop h2{ font-size:14px; color:#0187ee; margin:0; cursor:pointer;text-align:left; }
.domain_selector_dropdown .pop h2:hover{ text-decoration:underline;}
.domain_selector_dropdown .pop .suffix{flex: 1;}
.domain_selector_dropdown .pop .suffix ul{margin:0; text-align:left; display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100%;}
.domain_selector_dropdown .pop .suffix ul li{ list-style:none; width:85px; padding: 5px; line-height:20px; border:1px solid #ffffff; border-radius: 4px; background: #f7f9fe; margin:2px 6px 2px 0; cursor:pointer; color:#222;}
.domain_selector_dropdown .pop .suffix ul li:hover{ border: 1px solid #08aff2; }
.domain_selector_dropdown .pop .suffix ul li.link_expand{ border:none; color:#222; background:#eee; display: flex; justify-content: space-between; align-items: center; padding: 0 10px; width: 75px;}
.domain_selector_dropdown .pop .suffix ul li.link_expand:hover{ border:none;color: #0187ee;background:#eee;}
.domain_selector_dropdown .pop .suffix ul li.link_expand.shouqi .v_icon{transform: rotate(180deg);}

.domain_selector_dropdown .pop .suffix ul li:hover{color: #0187ee;background:#eaf4fb; border:1px solid #eaf4fb;}
.domain_selector_dropdown .pop .suffix ul li.hover{color: #ffffff;background:#08aff2; border:1px solid #08aff2;}
.domain_selector_dropdown .pop .tr{ display: flex; align-items: center;border-bottom:1px dashed #dfdfdf;padding: 10px 20px;}
.domain_selector_dropdown .pop .tr cite{font-style: normal; line-height: 36px; margin-right: 10px; text-align: right;}
.domain_selector_dropdown .pop .tr .shortcut{ display: flex; flex-wrap: wrap;}
.domain_selector_dropdown .pop .tr .shortcut a{ line-height:34px;width:auto; padding:0 10px; min-width:48px;margin:0 5px 0 0; border:1px solid #aaa;background:#fff; color:#444; border:1px solid #ccc; cursor:pointer; background: linear-gradient(to bottom, #fff, #f4f4f4);border-radius: 4px; transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);}
.domain_selector_dropdown .pop .tr .shortcut a:hover{color:#0187ee;border:1px solid #0187ee;}
.domain_selector_dropdown .pop .tr .shortcut a.hover{line-height:34px;border: 1px solid #fd5908;color: #fd5908;}
.domain_selector_dropdown .pop .tr .shortcut a.ml{ margin-left:10px;}
.domain_selector_dropdown .pop .tr .shortcut a.btn_disabled{ background:#bdbdbd;border:1px solid #bdbdbd; color:#efefef;cursor:default;}
.domain_selector_dropdown .pop .tr .shortcut a.btn_disabled:hover{background:#bdbdbd; }

.btn_black_s{ padding: 0 12px; line-height: 36px; color: #fff; background: #192b52; border-radius: 4px; text-align: center; display: inline-block;}
.btn_black_s:hover{background: #203768;}
.btn_blue_s{ padding: 0 12px; line-height: 36px; color: #fff; background: #08aff2; border-radius: 4px; text-align: center; display: inline-block;}
.btn_blue_s:hover{background: #4dc5f5;}
.btn_white_s{ padding: 0 10px; line-height: 34px; color: #031242; background: #fff; border: 1px solid #ccc; border-radius: 4px; text-align: center; display: inline-block;}
.btn_white_s:hover{ background: #f4f4f4; border: 1px solid #ccc;}
.btn_orange_s{ padding: 0 12px; line-height: 36px; color: #fff; background: #ff833f; border-radius: 4px; text-align: center; display: inline-block;}
.btn_orange_s:hover{background: #ff6802;}
.btn_blue_s.ml,.btn_white_s.ml,.btn_orange_s.ml{margin-left: 10px;}
.domain_selector_dropdown .pop .tr.btn_box{margin: 20px 0; text-align: center; justify-content: center; padding: 0; border: none;}
.domain_selector_dropdown .pop .tr .btn_blue_s,.domain_selector_dropdown .pop .tr .btn_white_s,.domain_selector_dropdown .pop .tr .btn_black_s{line-height: 36px; margin:0 10px; padding: 0 16px; }
.domain_selector_dropdown .pop .tr.btn_box .btn_blue_s,.domain_selector_dropdown .pop .tr.btn_box .btn_white_s,.domain_selector_dropdown .pop .tr.btn_box .btn_black_s{ min-width: 80px;}
.query_bar .btn_black_s,.query_bar .btn_blue_s{line-height: 36px; padding: 0 16px; }
.btn_white{ padding: 0 12px; line-height: 44px; color: #031242; background: #fff; border: 1px solid #ccc; border-radius: 4px; text-align: center; display: inline-block;}
.btn_white:hover{background: #f4f4f4; border: 1px solid #ccc;}
.btn_blue{ padding: 0 12px; line-height: 46px; color: #fff; background: #08aff2; border-radius: 4px; text-align: center; display: inline-block;}
.btn_blue:hover{background: #4dc5f5;}
.btn_orange{ padding: 0 12px; line-height: 46px; color: #fff; background: #ff833f; border-radius: 4px; text-align: center; display: inline-block;}
.btn_orange:hover{background: #ff6802;}
.btn_blue.btn_disabled,.btn_blue_s.btn_disabled,.btn_black_s.btn_disabled,.btn_white.btn_disabled,.btn_orange.btn_disabled,.upload-btn.btn_disabled{ background:#bdbdbd;border:1px solid #bdbdbd; color:#efefef;cursor:default;}
.btn_blue.btn_disabled:hover,.btn_blue_s.btn_disabled:hover,.btn_black_s.btn_disabled:hover,.btn_white.btn_disabled:hover,.btn_orange.btn_disabled:hover,.upload-btn.btn_disabled:hover{background:#bdbdbd; }
.upload-btn.btn_disabled input{cursor:default;}

.btn_left1{ display: flex; align-items: center;}
.btn_left1 i{width: 234px; }
.btn_left1 .btn_table{flex: 1;}
.btn_left1 .btn_table .btn_blue,.btn_left1 .btn_table .btn_white,.btn_center .btn_table .btn_blue,.btn_center .btn_table .btn_white{min-width: 90px; margin: 20px 0; box-shadow: 0px 2px 6px 0px rgba(142, 143, 151, 0.2);}

.btn_center{ display: flex; align-items: center; justify-content: center;}
.btn_center .btn_table .btn_blue,.btn_center .btn_table .btn_white{ margin: 20px 10px;}


/*下拉框带搜索*/
.dropdown-container {position: relative;width: 300px;height: 34px;text-align: left;}
.dropdown-container.active{border: 1px solid #08aff2;border-radius: 4px 4px 0 0 ;width: 298px;height: 32px;}
.select-box { padding: 5px 35px 5px 10px; line-height: 22px; height: 22px; color: #cccccc; border: 1px solid #ddd; border-radius: 4px; background: white; cursor: pointer; position: relative;display: block; }
.select-box::after { content: ""; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #555; transition: transform 0.3s;}
.dropdown-content {left: -1px; position: absolute; width: 100%;max-height: 0;border-radius: 0 0 4px 4px;  overflow: hidden; border: 1px solid transparent; background: white; z-index: 1000; transition:  max-height 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;}
.search-input { width: 100%; padding: 10px 15px; height: 32px; border: none; border-bottom: 1px solid #eee; font-size: 14px; box-sizing: border-box;border-radius: 4px 4px 0 0 ; display: none;}
.dropdown-item { padding: 10px;cursor: pointer; transition: background 0.2s;}
.dropdown-item:hover { background: #f5f5f5;}
.no-results { padding: 10px;color: #999; text-align: center;background: #f7f9fe;}
.dropdown-container.active .select-box {display: none;}
.dropdown-container.active .search-input {display: block;}
.dropdown-container.active .dropdown-content { border: 1px solid #08aff2;border-top: none; max-height: 300px;overflow-y: auto;box-shadow: 0 4px 8px rgba(0,0,0,0.1);}
.dropdown-container.active .select-box::after {transform: translateY(-50%) rotate(180deg);}

.table_box {background: #fff;box-shadow: 0px 3px 10px 0px rgba(142, 143, 151, 0.2); margin: 10px 0;}
.table_box h2.shousuo{ display: flex; align-items: center; justify-content: space-between; line-height: 50px; padding: 0 10px 0 20px; border-bottom: 1px solid #dfdfdf;}
.table_box h2.shousuo cite{ color: #000; font-style: normal;}
.table_box h2.shousuo cite a{color: #0187ee; margin-left: 30px;}
.table_box h2.shousuo cite a:hover{color: #1a52ae;}
.table_box h2.shousuo .toggle_link { line-height: 36px; padding: 0 10px; cursor: pointer;
  color: #08aff2;
  display: flex;
  align-items: center;
}
.table_box h2.shousuo .toggle_link:hover{ background: #f4f4f4; border-radius: 4px;}
.table_box h2.shousuo .arrow-icon {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  transition: transform 0.3s;
}
.table_box h2.shousuo .arrow-icon.down {
  transform: rotate(0deg);
}
.table_box h2.shousuo .arrow-icon.up {
  transform: rotate(180deg);
}
.icon_group_arrow{position: relative; display: inline-block; vertical-align: middle; width: 20px;height: 16px; margin: 0 5px;}
.table_1 tr td .icon_group_arrow a{padding: 10px; overflow: inherit; display: block;}
.icon_arrow_up::before {content: ""; position: absolute; left: 50%; bottom: 0; width: 2px; height: 100%; background: #192b52; transform: translateX(-50%);}
.icon_arrow_up:hover::before {content: ""; position: absolute; left: 50%; bottom: 0; width: 2px; height: 100%; background: #08aff2; transform: translateX(-50%);}
.icon_arrow_up::after { content: "";position: absolute; left: 50%; top: 0; width: 6px; height: 6px; border-left: 2px solid #192b52; border-top: 2px solid #192b52; transform: translateX(-50%) rotate(45deg);}
.icon_arrow_up:hover::after { content: "";position: absolute; left: 50%; top: 0; width: 6px; height: 6px; border-left: 2px solid #08aff2; border-top: 2px solid #08aff2; transform: translateX(-50%) rotate(45deg);}
.icon_arrow_down::before {content: ""; position: absolute; left: 50%; top: 0; width: 2px; height: 100%; background: #192b52; transform: translateX(-50%);}
.icon_arrow_down:hover::before {content: ""; position: absolute; left: 50%; top: 0; width: 2px; height: 100%; background: #08aff2; transform: translateX(-50%);}
.icon_arrow_down::after { content: "";position: absolute; left: 50%; bottom: 0; width: 6px; height: 6px; border-right: 2px solid #192b52; border-bottom: 2px solid #192b52; transform: translateX(-50%) rotate(45deg);}
.icon_arrow_down:hover::after { content: "";position: absolute; left: 50%; bottom: 0; width: 6px; height: 6px; border-right: 2px solid #08aff2; border-bottom: 2px solid #08aff2; transform: translateX(-50%) rotate(45deg);}


.table_1.line_sty .old_price{color: #999; text-decoration: line-through; font-style: normal;}
.table_1.line_sty .tr{ background: #eaf4fb;}
.table_1.line_sty .tr td{ font-weight: bold;}
.table_1.line_sty{border-top: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf;}
.table_1.line_sty tr th{background: #fff; border-bottom: 3px solid #0061aa;}
.table_1.line_sty tr td{border-right: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf;}
.table_1.line_sty tr th,.table_1.line_sty tr td{text-align: center;}
.table_1.light th{ background: #eaf4fb;border-bottom: 1px solid #dfdfdf;word-break: break-all; word-wrap: break-word;padding: 14px 8px;}
.table_1.line_sty td a.icon{width: 24px; height: 24px; margin: 0 auto;}
.table_1.line_sty td .pop_txt { padding:12px; display: none;}
.table_1.line_sty td .pop_txt::before{left: 311px;}    
.table_1.line_sty td .pop_txt table{border-top: 1px solid #dfdfdf;border-left: 1px solid #dfdfdf;}
.table_1.line_sty td .pop_txt table tr th{background: #eaf4fb;border-right: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf;}
.table_1.line_sty td .pop_txt table tr th,.table_1.line_sty td .pop_txt table tr td{text-align: center; padding: 5px;font-size: 12px;}
.table_1 {border-collapse: collapse;table-layout: fixed;}
.table_1 tr.gaoliang{background:#fcfbf0 ;}
.table_1 tr th.text_center,.table_1 tr td.text_center{ text-align: center;}
.table_1 tr th.text_right,.table_1 tr td.text_right{ text-align: right;}
.table_1 tr th.p_edge,.table_1 tr td.p_edge{ padding:14px 8px 14px 20px; }
.table_1 .agreement-container{display: block; cursor: pointer;}
.table_1 .checkbox_gouxuan ul{display: flex;}
.table_1 .checkbox_gouxuan ul li{list-style: none; margin-right: 20px;}
.table_1 .checkbox_gouxuan .custom-checkbox{display: flex; align-items: center;}
.table_1 .checkbox_gouxuan .custom-checkbox .checkmark{ margin-right: 8px;}
.table_1 .custom-checkbox .checkmark{ margin: 0;}
.table_1 tr th {line-height: 24px; color: #222; background: #d5e6f3; font-size: 14px; text-align: left; padding: 14px 8px;}
.table_1 tr th a{ color: #222;}
.table_1 tr td { line-height: 24px; color: #555; border-bottom: 1px solid #dfdfdf; font-size: 14px; text-align: left; padding: 14px 8px;word-break: break-all; word-wrap: break-word;}
.table_1 tr td b{ font-size:16px; margin: 0 3px;}
.table_1 tr td b.normal{font-size:14px; }
.table_1 tr td em.old{ color: #8f8f8f; text-decoration: line-through; font-style: normal; margin: 0 10px;}
.table_1 tr td a { color: #555; display: inline-block; vertical-align: middle; text-overflow: ellipsis; word-break: normal; white-space: nowrap; overflow: hidden; max-width: 100%; }
.table_1 tr td a.sty{color: #0187ee;}
.table_1 tr td a.sty:hover{ color: #1a52ae;}
.table_1 tr td a.sty b{font-size: 14px;}
.table_1 tr td a:hover {color: #0187ee;}
.table_1 tr td a.a_blue{color: #08aff2; /*margin: 0 3px;*/margin: 0 7px;}
.table_1 tr td a.a_blue:first-child{ margin:0 7px 0 0;}
.table_1 tr td a.a_blue:hover {/*color: #1a52ae;*/color:#fd5908;}
.table_1 tr:hover th {cursor: default;}
.table_1 tr:hover {background: #f7f9fe;}
.table_1 tr:hover td a:hover { color: #0187ee;}
.table_1 tr td a.btn_blue_s,.table_1 tr td a.btn_black_s,.table_1 tr td a.btn_orange_s{ color: #fff; display: inline-block; vertical-align: middle;}
.table_1 tr td a.btn_black_s:hover{ color: #fff;}
.table_1 tr td a.link.w_auto{width: auto; text-align: left;}
.table_1 tr td a.link{ color: #1a52ae; width: 88px; text-align: center; display: inline-block; vertical-align: middle; line-height: 30px;}
.table_1 tr td a.link:hover{ color: #08aff2;}
.table_1 tr th.table_pop,.table_1 tr td.table_pop{overflow:visible; position: relative;}
.pop_txt {position: absolute; z-index: 2; opacity: 0; display: none; top: 34px; background:#fff; box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.2); text-align: center;padding:20px 12px;border-radius: 6px; min-width: 60px; animation: fadeIn 0.5s ease-out forwards; text-align: left;}
.pop_txt::before { content: "";position: absolute;top: -10px;left: 75px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent;border-bottom: 10px solid #fff; filter: drop-shadow(0 -2px 2px rgba(5, 17, 71, 0.1));}
.table_1 .ellipsis{ display:inline-block; *display:inline; *zoom:1; max-width:100%; vertical-align:middle; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.table_1 tr td .icon_bianji{ width:16px; height:16px; display:inline-block; *display:inline; *zoom:1; vertical-align:middle; background:url(../../images/member/icon_bianji.png) no-repeat; margin:-2px 5px 0 5px; display: none;}
.table_1 tr td a.icon_bianji:hover{ width:16px; height:16px; display:inline-block; *display:inline; *zoom:1; vertical-align:middle; background:url(../../images/member/icon_bianji.png) no-repeat 0 -16px; display: block;}
.table_1 tr td .icon_Sedo{ width:50px; height:20px; display:inline-block; *display:inline; *zoom:1; vertical-align:middle; background:url(../../images/member/SedoMLS_icon3.png) no-repeat 0 0;}
.table_1 tr td .icon_cu{ width:50px; height:20px; display:inline-block; *display:inline; *zoom:1; vertical-align:middle; background:url(../../images/member/icon_cu.png) no-repeat;}
.table_1 tr td .icon_dai{ width:50px; height:20px; display:inline-block; *display:inline; *zoom:1; vertical-align:middle; background:url(../../images/member/icon_dai.png) no-repeat;}
.table_1 tr td .p_beizhu{ font-size: 13px; line-height: 20px;}
.table_1 tr td .p_beizhu:hover .icon_bianji{ display: inline-block;}
.table_1 tr th .pop_shuoming,.table_1 tr td .pop_shuoming{position: relative; flex: 1;}
.table_1 tr th .pop_shuoming:hover .pop_txt,.table_1 tr td .pop_shuoming:hover .pop_txt{opacity:1; display: block;}
.table_1 cite{font-style: normal;}
.table_1 cite.w1{ width: 50px; text-align: right;}
.table_1 tr th a.icon,.table_1 td a.icon{display: block; width: 20px; height: 20px; margin-left: 10px;}

.table_1 .table_2{border-collapse: collapse; table-layout:fixed; background:#fff;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1; border-top:1px solid #e1e1e1; }
.table_1 .table_2.no_border{ border: none;}
.table_1 .table_2.bghover tr:hover{ background:#fff;}
.table_1 .table_2.bghover tr:hover td{ background:#fff;}
.table_1 .table_2 tr:hover{ background:#fafafa;}
.table_1 .table_2 tr:hover td{ background:none;}
.table_1 .table_2 tr th{ line-height:22px; background:#f7f9fe; text-align:left; padding:12px 10px;  font-size:14px; border-bottom:1px solid #e1e1e1; color:#222; font-weight:normal;}
.table_1 .table_2 tr th span{ display:inline-block; *display:inline; *zoom:1; vertical-align:middle; margin:0 2px;}
.table_1 .table_2 tr th.text_right,.table_2 tr td.text_right{ text-align:right;}
.table_1 .table_2 tr th.text_center,.table_2 tr td.text_center{ text-align:center;}
.table_1 .table_2 tr th a{color:#222;}
.table_1 .table_2 tr td{ line-height:22px; background:#fff; text-align:left; padding:12px 10px; font-size:14px; border-bottom:1px solid #e1e1e1; color:#444;word-break: break-all; word-wrap: break-word;}
.table_1 .table_2 tr td.bor_r{ border-right:1px solid #e1e1e1;}
.table_1 .table_2 tr td.bor_b_no{ border: none;}
.table_1 .table_2.p_sty tr td{ padding:12px 0 12px 10px;}
.table_1 .table_2 tr td a{ color:#444; margin-right:10px;}
.table_1 .table_2 tr td a.a_blue{color:#08aff2; }
.table_1 .table_2 tr td a.ml{margin-left:5px;}
.table_1 .table_2 tr td a.ml_10{margin-left:10px;}
.table_1 .table_2 tr td a:hover{ color:#0078ff;}
.table_1 .table_2 tr td a.a_blue:hover{ color:#1a52ae;}
.table_1 .table_2 .radio-container{margin: 0;}

.table_2 tr th.ellipsis,.table_2 tr td.ellipsis{white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

.table_2 tr td .input_txt{ border:1px solid #ccc; width:378px; padding:0 5px; height:30px; background:#fff;line-height:30px; font-size:14px; outline:none; }
.table_2 tr td .input_txt.w1{ width:50px;}


.table_2 tr td .input_txt:hover,.table_2 tr td .input_txt:focus{ border:1px solid #0078ff;}


/*列表翻页页码*/
.table_box .pages{float:none;}
.pages {padding: 20px;}
.pages .box {font-size: 14px;color: #555; line-height: 30px; display: flex; justify-content: flex-end;}
.pages .box ul { margin: 0 10px;display: flex;}
.pages .box .select-list ul {margin: 0;}
.pages .box em {color: #555; line-height: 30px; font-style: normal; margin: 0 5px;}
.pages .box li { list-style: none;}
.pages .box li a { background: #fff; display: inline-block; height: 30px; line-height: 30px; min-width: 20px; padding: 0 5px; margin: 0 -1px; border: 1px solid #dfdfdf; text-align: center; color: #555;}
.pages .box li a cite{	font-size: 18px; font-style: normal;line-height: 26px;}
.pages .box li a:hover {text-decoration: none; background: #eef7fe;}
.pages .box li a.hover { text-decoration: none;background: #4dc5f5; color: #fff; border: 1px solid #4dc5f5;}
.pages .box li a:hover .previous {background: #eef7fe ;}
.pages .box li a:hover .next {background: #eef7fe;}
.pages .input_jump { border: 1px solid #dfdfdf; padding: 0 3px; background: #fff; height: 30px; line-height: 30px; color: #555; width: 60px; outline: none;}
.pages .input_jump:hover,.pages .input_jump:focus {border: 1px solid #4dc5f5;}
.pages .go { background: #08aff2;color: #fff; display: inline-block; margin-left: 10px; line-height: 30px; padding: 0 10px; text-align: center;border-radius: 4px;}
.pages .go:hover { background: #4dc5f5;}
.pages .select_sty{ height: 32px; line-height: 32px;border: 1px solid #ccc;padding-left: 5px;}

.display_flex_page{justify-content: space-between;display: flex; align-items: center;}
.display_flex_page .page_left{ display: flex; align-items: center; padding: 0 20px;}
.display_flex_page .box{flex: 0 0 auto;}
.display_flex_page .go { background: #08aff2;color: #fff; display: inline-block; margin-left: 10px; line-height: 30px; padding: 0 10px; text-align: center;border-radius: 4px;}
.display_flex_page .go:hover { background: #4dc5f5;}
.display_flex_page .select_sty{ height: 32px; line-height: 32px;border: 1px solid #ccc;padding-left: 5px;}

.pages.display_flex{justify-content: space-between;}
.pages.display_flex .page_p {color: #000; font-size: 14px;}
.pages.display_flex .page_p cite{ color: #666; font-style: normal;}
.pages.display_flex .page_p b{ font-size: 15px; margin: 0 3px;color: #222; }
.pages.display_flex .box{flex: 0 0 auto;}

.pages.display_flex .page_left{ display: flex; align-items: center; flex: 1;}

/*tab切换*/
.tab-header-menu{display: flex; justify-content: space-between; border-bottom: 1px solid #bfbfbf; }
.tab-header {display: flex;}
.tab-btn { font-family: "微软雅黑", "黑体", Arial, sans-serif; background: none; padding: 12px 0; margin: 0 24px; border: none; cursor: pointer; text-align: center; transition: all 0.3s; font-size: 14px; color: #555; position: relative; overflow: visible;}
.tab-btn i{ position: absolute; bottom: -3px; left: 0; right: 0; display: none; } 
.tab-btn i span{width: 100%; height: 4px; border-radius: 50px; background: #02adf2; margin: 0 auto;display: inline-block; vertical-align: bottom;}
.tab-btn.active i{display: block;}
.tab-btn.active {font-weight: bold;}
.tab-content {padding: 30px 10px; display: none; }
.tab-content.active { display: block;}


/*V字型下拉框*/
.select-container .select-selected:after{opacity: 0;}
.select-container {position: relative; line-height: 32px;}
.select-container .select-selected {border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; transition: all 0.3s; border: 1px solid #d0d0d0;padding: 0 10px 0 3px;background: #fff;border-radius: 2px; line-height: 34px;}
.select-container .select-selected:hover {border-color: #08aff2;}
.select-container .select-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.select-container .select-dropdown-icon {transition: transform 0.3s; margin-left: 8px;}
.select-container:hover .select-dropdown-icon { transform: rotate(180deg);}
.select-container .select-items {width: 100%; position: absolute;left: inherit; max-height: 60vh; overflow-y: auto; overflow-x: hidden; background: #fff; border: 1px solid #d9d9d9; border-top: none; border-radius: 0 0 4px 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.15); display: none; z-index: 100;}
.select-container:hover .select-items {display: block;}
.select-container .select-items div { padding: 4px 10px;cursor: pointer; transition: background 0.3s; width: 100%;display: -ms-flexbox; display: flex;align-items: center;}
.select-container .select-items div:hover {background-color: #f5f5f5;}
.select-container .select-items div.selected { background-color: #e6f7ff; color: #1890ff;}
.select-container .select-items div .area_code {width: 40px;flex: 0 0 auto;}
.select-container .select-items div .number {flex: 1; min-width: 0;}
.select-container .select-items div i{ width: 16px; height: 16px; display: block;}
.select-container .select-items div i.icon1{background: url("../../images/member/template_icon1.gif") no-repeat top;}
.select-container .select-items div i.icon2{background: url("../../images/member/template_icon2.gif") no-repeat top;}
.select-container .select-items div i.icon3{background: url("../../images/member/template_icon3.gif") no-repeat top;}
.select-container .select-items div i.icon4{background: url("../../images/member/template_icon4.gif") no-repeat top;}
.select-container .select-items div .moban_name{ font-style: normal; max-width: 220px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;  }
.select-container .select-items div .color_p{ width: 80px;}

.select-search-input {flex:1; border:none; outline:none; padding:0; width:100%; line-height: 34px;}

select {
  /* 清除默认箭头样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* 添加右侧内边距防止文字重叠 */
  padding-right: 28px;
  
  /* 设置自定义SVG箭头 */
  background:#ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") 
    no-repeat right 10px center/12px 8px;
}

/* IE兼容处理 */
select::-ms-expand {
  display: none;
}
select option{margin-right: 10px;}
/*textarea框聚焦弹出*/
.keyword_textarea{ position: relative; width: 118px;}
.keyword_textarea .textarea { position: absolute; width: 110px; height: 24px; line-height: 24px; padding:5px 3px; border: 1px solid #d0d0d0; background: #fff; font-size: 14px; transition: height 0.2s ease-out;}
.keyword_textarea .textarea:focus { height: 200px; outline: none; border-color: #d0d0d0; box-shadow: 0 0 5px rgba(0,0,0,0.2); z-index: 100;}
.keyword_textarea.wk{ width: 268px;}
.keyword_textarea.wk .textarea{width: 260px;}
.query_bar.sty{ align-items: flex-start;}
.query_bar.sty2{ justify-content: flex-end;}

.query_bar.sty .query{ flex: 1; display: flex;}

.display_flex{ display: flex; align-items: center;}
.caiwu_three{ display: flex; align-items: center; justify-content: center; background: #eaf4fb; border-radius: 12px; padding: 20px 0; margin-bottom: 20px;} 
.caiwu_three .jine.line{border-right: 1px solid #dfdfdf; padding-right: 10px; margin-right: 10px;}
.caiwu_three .jine{ font-size: 16px; color: #171717; padding: 30px 0; width: 33.3%; text-align: center; display: flex; align-items: center; justify-content: center;}
.caiwu_three .jine b{ font-size: 24px; margin: 0 5px;}
.caiwu_three .jine a{color: #0078ff;display: inline-block;vertical-align: middle; padding: 0 10px; line-height: 30px; margin: 0 10px;} 
.caiwu_three .jine a:hover {background: #c5e4f9; border-radius: 4px;}

/*温馨*/
.reminder.bg{background: #fff8e4; background-image: none;padding: 10px 20px; }
.reminder.bg dd{display: flex; align-items: center; color: #ff833f;}
.reminder.bg dd svg{margin-right:5px;}
.reminder{ background: #fff8e4 url("../../images/member/icon_zhuyi.png") no-repeat left top; border-radius: 4px; padding: 20px 30px 20px; font-size: 14px; line-height: 26px; color: #555; margin: 30px 0 0 0;}
.reminder.color{background: #fdf4f5; background-image: none; border: 1px solid #ffd4d7; padding: 10px 20px 10px; border-radius: 2px; margin: 0 0 20px 0;}
.reminder.color dd{ color: #ff0000;}
.reminder dt{font-weight: bold; margin-bottom: 5px; color: #444;}
.reminder dd a{ color: #0187ee; margin: 0 3px;}
.reminder dd a:hover{color: #1a52ae;}
.reminder.sty{display: flex; align-items: center;} 
.reminder.sty dt{margin: 0;}
.input_text.w_sty{width: calc(100% - 10px);}
.input_text{height: 34px; line-height: 34px; border: 1px solid #d0d0d0; border-radius: 2px; width: 16%; padding: 0 5px; font-size: 14px; outline: none;}
.input_text:hover{ border: 1px solid #08aff2;}
.input_text.w_s1{ width:150px;}
.input_text.w1{ width: 194px;}
.input_text.w2{ width: 420px;}
.input_text.w3{ width: 330px;}
.input_text.w4 {width: 436px;}
.input_text.w5 {width: 346px;}
.input_text.w6 {width: 210px;}

.input_danwei{border: 1px solid #d0d0d0; border-radius: 2px;height: 34px;padding: 0 60px 0 5px; font-size: 14px; position: relative; width: calc(16% - 55px); }
.input_danwei:hover{border: 1px solid #08aff2;}
.input_danwei .danwei{ position: absolute; right: 0; top: 0; line-height: 34px; color: #ff0000; width: 60px; text-align: right; padding: 0 5px;}
.input_danwei .input_text{width: 100%; background: none; outline: none; border: none; padding: 0;}

.prompt_p{ margin-left: 10px; color: #9c9c9c; }
.flex_td{ display: flex; align-items: center;}
.flex_td.rsty{justify-content: space-between;}
.flex_td.rsty .left_auto{ display: flex; align-items: center; flex: 1;}
.flex_td.rsty .nowrap{flex: 0 0 auto; margin-left: 10px;}

.sort1,.sort2,.sort3{height:20px; width:20px; vertical-align:middle;}
.sort3{ background:url(../../images/member/sort3.png) no-repeat;}/*无序调用的样式*/
.sort2{ background:url(../../images/member/sort2.png) no-repeat;}/*升序调用的样式*/
.sort1{ background:url(../../images/member/sort1.png) no-repeat;}/*降序调用的样式*/

/* -----------------------单选框----------------------- */
.danxuan label{ width: auto;}
.danxuan .radio-container {position: relative; padding-left: 25px;margin: 5px 20px 5px 0; cursor: pointer; font-size: 14px; user-select: none;}
.danxuan .radio-container input { position: absolute; opacity: 0; cursor: pointer;}
.danxuan .checkmark { position: absolute; top: 2px; left: 0; height: 16px; width: 16px; background-color: #fff; border-radius: 50%; border: 1px solid #ccc;}
.danxuan .radio-container:hover input ~ .checkmark { background-color: #fff;border-color: #02adf2;}
.danxuan .radio-container input:checked ~ .checkmark {background-color: #02adf2; border-color: #02adf2;}
.danxuan .checkmark:after {content: ""; position: absolute; display: none;}
.danxuan .radio-container input:checked ~ .checkmark:after {display: block;}
.danxuan .radio-container .checkmark:after {top: 5px;left: 5px; width: 6px; height: 6px; border-radius: 50%; background: white;}

.select_sty {border: 1px solid #ccc; border-radius: 2px; line-height: 36px;height: 36px; padding-left: 5px;}
.danxuan.psty .radio-container{padding: 0;}

/* -----------------------自定义复选框----------------------- */
.checkbox {display: flex;align-items: center;font-size: 14px;}
.custom-checkbox input {position: absolute;opacity: 0;width: 16px;height: 16px;cursor: pointer;}/* 隐藏原生复选框 */
.custom-checkbox .checkmark {display: inline-block;vertical-align: middle; width: 16px; height: 16px; border: 1px solid #d9d9d9; background: #fff;margin-right: 8px;position: relative; border-radius:2px;}/* 自定义复选框外观 */
.custom-checkbox input:checked + .checkmark { background: #02adf2;border-color: #02adf2;}/* 选中状态 */
.custom-checkbox input:checked + .checkmark::after { content: ""; position: absolute;left: 5px; top: 2px; width: 4px; height: 8px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg);}/* 勾选标记 */
.agreement-link { color: #1a52ae;text-decoration: none; margin-left: 4px;}/* 链接 */
.agreement-link:hover { color: #0187ee;text-decoration: none;}
/* 禁用状态 */
.custom-checkbox input:disabled + .checkmark { background: #f5f5f5; border-color: #d9d9d9; cursor: not-allowed;}
.custom-checkbox input:disabled:checked + .checkmark { background: #e6e6e6; border-color: #d9d9d9;}
.custom-checkbox input:disabled:checked + .checkmark::after {border-color: #999;}

.options_li{ height: 36px; display: flex; align-items: center;}

.hint_result{ display: flex; justify-content: center; margin-top: 30px; }
.hint_result .icon{ padding:0 20px;}
.hint_result .txt.sty h2{ line-height: 60px;}
.hint_result .txt.sty p{margin: 0;}
.hint_result .txt h2{ font-weight: bold; line-height: 40px; color: #171717; font-size: 22px;}
.hint_result .txt h5{ font-weight: normal; line-height: 26px; color: #444; font-size: 16px;}
.hint_result .txt p{ margin: 20px 0;}
.hint_result .txt p a{margin: 0 5px; color: #08aff2;}
.hint_result .txt p a:hover{margin: 0 5px; color: #1a52ae;}

.r_title{ display: flex; justify-content: space-between; padding:5px 0; align-items: center;}
.r_title cite{ color: #444; font-style: normal; padding-left: 10px; font-size: 16px; font-weight: bold;}
.r_title cite i{width: 4px; height: 20px; display: inline-block; vertical-align: middle; background: #08aff2; border-radius: 50px; margin:-2px 10px 0 0;}

.p_more{ line-height: 30px; padding: 20px 0; color: #222; display: flex; align-items: center;}
.p_more cite{font-style: normal;}
.p_more i{ width: 1px; height:16px; display: block; background: #dfdfdf; margin: 0 5px;}
.p_more a{ color: #08aff2; margin: 0 5px;}
.p_more a:hover{ color: #1a52ae;;}

.circle_m{width: 78px;height:65px; padding-top: 10px; }
.circle_loading_spinner{width: 48px;height: 48px; display: block; position: relative;}
.circle_loading_spinner::before,.circle_loading_spinner::after { content: ""; position: absolute;border-radius: 50%; top: 0; left: 0; width: 100%; height: 100%;}
.circle_loading_spinner::before {border: 5px solid #e0e0e0;}
.circle_loading_spinner::after {border: 5px solid transparent; border-top-color: #02adf2;border-right-color: #02adf2;animation: spin 1.5s linear infinite;}

.input_flex .psw_ts_height{height:8px;}
.input_flex .psw_ts{display: flex; align-items: center; justify-content: flex-start; height: 8px;}
.input_flex .psw_ts span.str { width:40px; background:#eee; display:block; height:8px; margin-right:5px; overflow:hidden; text-align:center; border-radius:2px;}
.input_flex .psw_ts b{ line-height:28px; margin-left:10px;}

.amend_phone{ display: table;width: 100%; border-collapse: separate; border-spacing: 30px; } 
.amend_phone .row {display: table-row;}
.amend_phone .cell {display: table-cell;background: #eaf4fb; border-radius: 8px;  }
.amend_title{font-weight: bold; line-height: 44px; color: #333; font-size: 24px; text-align: center; margin: 40px auto; width: 100%; display: block;}
.amend_phone .state{ font-size: 16px; color: #171717; padding: 20px 0;padding: 30px 0; width: 100%; text-align: center; display: flex; align-items: center; justify-content: center;}
.amend_phone .state i{ width: 120px; height: 120px; display: block; margin-right: 3%;}
.amend_phone .state i.icon1{background: url("../../images/member/safephone_icon1.png") no-repeat;}
.amend_phone .state i.icon2{background: url("../../images/member/safephone_icon2.png") no-repeat;}
.amend_phone .state .txt{text-align: left; width: 60%;}
.amend_phone .state .txt em{font-style: normal; color: #ff833f; margin: 0 3px;}
.amend_phone .state .txt h3{font-weight: bold; line-height: 44px; color: #333; font-size: 20px;}
.amend_phone .state .txt p{font-weight: normal; line-height: 22px; color: #444; font-size: 16px;}
.amend_phone .state .txt .btn_blue{padding: 0 30px; line-height: 44px;}

.top_flex .top_right .member .user_box .list_p{ display: table;width: 100%; border-collapse: separate; border-spacing: 5px; margin: 10px 0 15px 0;}
.top_flex .top_right .member .user_box .list_p .row {display: table-row;}
.top_flex .top_right .member .user_box .list_p .cell {display: table-cell; padding:5px 10px; text-align: left; line-height: 24px; background: #f4f4f4; font-size: 14px; min-width: 80px;}

.steps-container {display: flex; justify-content: space-between; max-width: 900px; margin: 40px auto 60px; position: relative; padding: 0 30px; }
.step {display: flex;align-items: center;position: relative;z-index: 1;flex: 1;}
.step.on .step-number {background-color: #08aff2; } 
.steps-container .step.on cite {color: #08aff2; font-weight: bold;}    
.steps-container .step.on i{ background: #08aff2;}
.step.sty{flex: 0 0 auto;}
.step-number {font-weight: bold;width: 36px;height: 36px;border-radius: 50%;background-color: #ccc;color: white;display: flex;align-items: center;justify-content: center;font-size: 16px;box-shadow: 0 2px 6px rgba(0,0,0,0.1);flex-shrink: 0;position: relative; z-index: 2;flex: 0 0 auto;}
.step-content {display: flex; align-items: center;text-align: left;flex: 1;}
.steps-container cite {font-style: normal;flex: 0 0 auto;font-weight: normal;margin: 8px;font-size: 16px;color: #333; }
.steps-container i{ flex: 1; height: 3px; border-radius: 12px; background: #ccc; display: block; margin-right: 10px;}
 
.upload-container p{ line-height: 24px; padding: 10px 0; font-size: 14px;}
.upload-container {/*max-width: 500px;*/}
.upload-container .flex{display: flex; align-items: center;}
.upload-container .flex .file-info{flex: 0 0 auto; width: 510px;}
.upload-container .flex .prompt_p{flex: 1;}
.upload-btn {position: relative;display: inline-block;padding: 0 12px;background: #192b52;color: white;border-radius: 4px;line-height: 46px; font-weight: 500;cursor: pointer;transition: all 0.3s ease;box-shadow: 0 2px 8px rgba(66,133,244,0.3);overflow: hidden;min-width: 90px;text-align: center; }
.upload-btn:hover {transform: translateY(-2px);box-shadow: 0 4px 12px rgba(66,133,244,0.4); }
.upload-btn input[type="file"] {position: absolute; left: 0; top: 0; width: 100%;height: 100%; opacity: 0; cursor: pointer; }
.file-info { width: 100%; padding: 12px; background: white; border-radius: 8px; border: 1px dashed #ddd; text-align: center; color: #666; margin: 10px 0; }
.preview-container { display: none; width: 100%; margin-top: 20px;}
.preview-image {max-width: 100%;max-height: 200px; border-radius: 8px;box-shadow: 0 2px 8px rgba(0,0,0,0.1);}     
.textarea_beizhu{ background: #fff; border: 1px solid #dfdfdf; padding: 5px; width: 520px; min-height: 200px;border-radius: 4px;}
.textarea_beizhu:hover{border: 1px solid #08aff2;}

.mfa_step_container {display: table;width: 100%; border-collapse: separate; border-spacing: 0; margin: 40px auto 0;}
.mfa_step_container .mfa_step {display: table-row; }
.mfa_step_container .cell {display: table-cell;}
.mfa_step_container .cell.w{width: 60px;}
.mfa_step_container .mfa_step_number {width: 40px;height: 40px;line-height: 40px; text-align: center; border-radius: 50%; background: #02adf2; color: white; font-weight: bold; font-size: 18px; }
.mfa_step_container .cell.line .mfa_step_number{ position: absolute; top:0; left: 10px; z-index: 2;}
.mfa_step_container .cell.line{ position: relative; }  
.mfa_step_container .cell i{ width: 3px; height: 100%; background: #b3bcc6; display: block; margin: 0 auto; position: absolute; left: 29px ; top: 0;  z-index: 1;}
.mfa_step_container .mfa_step_content {padding: 10px 20px; background: #f9f9f9; border-radius: 4px; margin-bottom: 20px; }      
.mfa_step_container .mfa_step_content h3{font-weight: bold; margin-bottom: 10px; color: #222; font-size: 15px;}
.mfa_step_container .mfa_step_content p{ color: #666666;}
.mfa_step_container .mfa_step_content .a_fuzhi{ width: 24px; height: 24px; display: inline-block; vertical-align: middle; background: url("../../images/member/icon_fuzhi.svg") no-repeat 10px 10px; background-size: 24px 24px; margin: -5px 0 0 5px; padding: 10px;}
.mfa_step_container .mfa_step_content .a_fuzhi:hover{width: 24px; height: 24px; background:#dfe9f4 url("../../images/member/icon_fuzhi.svg") no-repeat 10px 10px;background-size: 24px 24px; border-radius: 50px;}
.mfa_step_btn{margin-left: 60px;}
.mfa_step_btn .btn_blue{padding: 0 20px; margin-top: 20px;}

.caozuo_result{padding: 20px 0;}
.submit_text li{ list-style: none; padding-bottom: 10px;}
.submit_text li.line{border-bottom: 1px dashed #ccc; margin-bottom: 10px;}
.submit_text li h2{ font-size: 16px;color: #444;font-weight: bold; display: flex; align-items: center; padding: 10px 0;}
.submit_text li .icon{ margin-right: 5px;}
.submit_text li cite{font-style: normal;}
.submit_text li cite em{font-style: normal; font-weight: normal; color: #666;}
.submit_text li .p_h{ max-height: 300px; overflow-y: auto;}
.submit_text li .p1 {line-height: 20px;padding: 5px 0;color: #666;}
.submit_text li .p1 a.a_blue{ color: #0187ee; margin: 0 3px;}
.submit_text li .p1 a.a_blue:hover{color: #1a52ae;}

.total_p{padding: 0 20px 20px; color: #171717; line-height: 30px; font-size: 14px;}
.total_p b{font-size: 20px; font-weight: bold; }
.total_p a.a_blue{color: #0187ee;}
.total_p a.a_blue:hover{color: #1a52ae;}

.caozuo_result .btn_table{ text-align: center; }
.caozuo_result .btn_table a{width: 100px; margin: 20px 10px;}
.caozuo_result .btn_table a.w_auto{width: auto;}

.operation_result li{list-style: none; display: flex; align-items: center; justify-content: center; line-height: 24px; }
.operation_result li i{width:44px; height:44px; display:inline-block; *display:inline; *zoom:1; vertical-align:top; margin-right:10px;}
.operation_result li cite{ font-size: 16px; color: #444; font-weight: bold; padding: 20px 0; font-style: normal;}
.operation_result li cite.dan_p{ padding: 30px 0 0 0; color: #000; font-size: 18px; }
.operation_result li em.bar { height: 12px; background: #e5e5e5; text-align: center; color: #fff; width: 30%; font-style: normal; margin: 20px; position: relative; border-radius: 50px;}
.operation_result li b {color: #02adf2;font-weight: bold;line-height: 20px;}
.operation_result li em.bar span {height: 12px;background: #02adf2; position: absolute;left: 0; top: 0; border-radius: 50px;}
.operation_result li p{ padding: 10px 0; font-size: 16px;}
.operation_result li p a{ color: #08aff2; font-size: 14px;}
.operation_result li p a:hover{ color: #1a52ae;}
.transfer_submit_text{ background: #f9f9f9; border-radius: 4px; padding: 30px; margin: 20px 0;}
.transfer_submit_text li{ list-style: none; padding-bottom: 10px; }
.transfer_submit_text li.line{border-bottom: 1px dashed #ccc; margin-bottom: 10px;}
.transfer_submit_text li h2{ font-size: 16px;color: #444;font-weight: bold; display: flex; align-items: center; padding: 10px 0;}
.transfer_submit_text li .icon{ margin-right: 5px;}
.transfer_submit_text li cite{font-style: normal;}
.transfer_submit_text li cite em{font-style: normal; font-weight: normal; color: #666;}
.transfer_submit_text li .p1 {line-height: 20px;padding: 5px 0;color: #666;}
.transfer_submit_text li .p1 a.a_blue{color: #0187ee;}
.transfer_submit_text li .p1 a.a_blue:hover{color: #1a52ae;}
.transfer_submit_text h5{margin-top: 20px;}
.transfer_submit_text h5 a.a_blue{color: #0187ee;}
.transfer_submit_text h5 a.a_blue:hover{color: #1a52ae;}

.batch_reserve{ display: flex; width: 100%;}
.batch_reserve .input_box{flex: 1;}
.batch_reserve .input_box .textarea{ width: 100%; height: 200px; line-height: 34px; padding: 0 3px; border: 1px solid #d0d0d0; background: #fff; font-size: 14px;outline: none;}
.batch_reserve .input_box .textarea:hover{border: 1px solid #08aff2;}
.batch_reserve .input_box p{line-height: 40px; color: #555;}
.batch_reserve .tijiao_box{flex: 0 0 auto; width: 30%; margin-left:30px;}
.batch_reserve .tijiao_box.sty{padding-top: 40px; margin-left:15px;}
.batch_reserve .tijiao_box.sty p{ display: flex;}
.batch_reserve .tijiao_box.sty p span{margin: 0 15px; color: #222;}
.batch_reserve .tijiao_box p{line-height: 40px; color: #555;}
.batch_reserve .tijiao_box a.a_beizhu{ color: #08aff2; margin: 10px 0;}

.flex_td .cite_name{ flex: 0 0 auto;}
.flex_td .flex_auto{ flex: 1;}
.flex_td .flex_auto .input_box{border: 1px solid #d0d0d0; padding: 0 5px; background: #fff; margin-left: 5px;}
.flex_td .flex_auto .input_box .input_text{ border: none; padding: 0; background: none; width: 100%; outline: none;}
.flex_td .flex_auto .input_box:hover { border: 1px solid #08aff2;}

.query_bar a.a_blue{color: #08aff2;}
.query_bar a.a_blue:hover {color: #1a52ae;}

.checkbox a.a_blue{color: #08aff2;}
.checkbox a.a_blue:hover {color: #1a52ae;}

.error .input_text{border: 1px solid #ff0000;}
.error .error_p{ color: #ff0000; display: block;}

.flex_td.error{ align-items: flex-start;}
.flex_td.error cite{line-height: 36px;}

.midian_txt_box{ background: #f4f4f4; padding: 30px; border-radius: 4px;}
.midian_txt_box.sty{padding: 20px 30px; margin-bottom: 20px;}
.midian_txt_box.sty p{ margin: 0; font-size: 16px;}
.midian_txt_box h2{display: flex; align-items: center; line-height: 66px;}
.midian_txt_box h2 cite{ font-size: 20px;color: #444;font-weight: bold; font-style: normal;}
.midian_txt_box h2 a.btn_blue{ margin-left: 20px;}
.midian_txt_box p{ line-height: 24px; font-size: 14px; font-weight: normal; margin: 10px 0;}
.midian_txt_box p a.a_blue{color: #08aff2; margin: 0 5px;}
.midian_txt_box p a.a_blue:hover {color: #1a52ae;}

.radio_list{width: 100%; display: flex; flex-wrap: wrap;}
.radio_list li{ list-style:none; display:block; line-height:42px;text-align:center; padding:0 10px;}
.radio_list li a{display: block;}
.radio_list li img{ display:block; border:1px solid #dfdfdf;}
.radio_list li .danxuan .radio-container{margin: 5px 0;}

.push_qingqiu{ display: flex; justify-content: space-between; margin-bottom: 40px;}
.push_qingqiu .request_list{flex: 1;}
.push_qingqiu .request_list ul{display: flex; width: 100%; flex-wrap: wrap;}
.push_qingqiu .request_list ul li{width: calc(50% - 20px); border-bottom:1px solid #dfdfdf; list-style: none; line-height: 20px; padding: 10px;}
.push_qingqiu .request_list ul li.w{ width: calc(100% - 20px); }
.push_qingqiu .ads_text{flex: 0 0 auto;width:398px; margin-left: 80px; padding:10px; border:1px solid #dfdfdf; background:#fafafa; color:#222; line-height:26px; font-size:14px; overflow-y:auto; overflow-x:hidden; word-break: break-all; word-wrap: break-word;}

.pay_kuang p{ color: #ff833f; font-size: 16px;}
.pay_kuang p b{font-size: 22px; font-weight: bold;}
.pay_kuang h5{margin: 20px 0 0; line-height: 40px; font-size: 16px; color: #222;}
.pay_kuang .danxuan {display: flex;align-items: center;margin: 10px 0 40px 0;}
.pay_kuang .danxuan .checkmark {top: 20px;}
.pay_kuang .danxuan label img {border: 1px solid #dfdfdf;padding: 5px;}
.pay_kuang .danxuan label .dianhui{ width: 158px; height:46px; line-height: 46px; border: 1px solid #dfdfdf; text-align: center; display: block; font-size: 16px; font-style: normal; padding: 5px;}
.pay_kuang .danxuan label .dianhui b{ font-weight: bold;}
.pay_kuang .r_title cite{ padding: 0;}

.fapiao_xinxi{ display: flex; width: 100%; flex-wrap: wrap; margin: 10px 0;}
.fapiao_xinxi li{list-style: none; width: calc(50% - 20px); margin:5px 20px 5px 0; padding: 10px 0; background: #f2f2f2;display: flex; align-items: center;}
.fapiao_xinxi li cite{ line-height: 30px; font-style: normal; width: 80px; text-align: right;}
.fapiao_xinxi li p{ margin: 0 10px;}
.fapiao_xinxi li a{color: #08aff2; width: 200px;}
.fapiao_xinxi li a:hover {color: #1a52ae;}

.rbtn_sty {padding: 10px 0;}
.rbtn_sty .btn_blue{line-height: inherit;padding: 12px;}

/*支付宝扫码*/
.grey_bg{ background: #f9fafc;}
.zhifubao_top { background: linear-gradient(90deg,#1677ff,#1a57ff);}
.PayPal_top{ background: #0073bd;} 
.weixin_top{ background: #00c250;} 
.visa_top{ background: #f2983e;} 
.union_top{ background: #d7271b;} 
.zhifubao_top p,.PayPal_top p,.weixin_top p,.visa_top p,.union_top p {margin: 0 auto; width: 950px; text-align: right; font-size: 14px; line-height: 34px; color: #fff;}
.zhifubao_headbg { background: #ffffff; box-shadow: 0px 5px 15px 0px rgba(142, 143, 151, 0.2);}
.zhifubao_head {margin: 0 auto;width: 950px;text-align: left;line-height: 70px;height: 75px; color: #222222; font-size: 24px;}
.zhifubao_box { margin: 60px auto 0;width: 950px; text-align: center; background: #fff; padding: 50px 0 80px 0; border-top: 3px solid #1677ff; border-bottom: 3px solid #1677ff; min-height: 45vh;}
.zhifubao_box.PayPal{border-top: 3px solid #0073bd; border-bottom: 3px solid #0073bd; }
.zhifubao_box.weixin{border-top: 3px solid #00c250; border-bottom: 3px solid #00c250; }
.zhifubao_box.visa{border-top: 3px solid #f2983e; border-bottom: 3px solid #f2983e; }
.zhifubao_box.union{border-top: 3px solid #d7271b; border-bottom: 3px solid #d7271b; }
.zhifubao_box p {font-size: 16px; color: #222; line-height: 30px;}
.zhifubao_box h2 { color: #ff6803;font-size: 28px; line-height: 50px; font-weight: bold;}
.zhifubao_box .imgbox { border: 1px solid #dfdfdf; padding: 30px; width: 224px; margin: 0 auto; text-align: center;}
.zhifubao_box .imgbox img {width: 100%;}
.zhifubao_box .imgbox p { font-size: 16px; line-height: 26px; color: #444; padding-top: 20px;}
.zhifubao_box .prompt_zhifubao { border: 1px solid #dfdfdf;padding: 30px 20px; width: 244px; height: 224px; margin: 0 auto; text-align: center;}
.zhifubao_box .prompt_zhifubao i { display: block; width: 44px; height: 44px; margin: 50px auto 20px;}
.zhifubao_box .prompt_zhifubao i.icon1 { background: url(../images/toolicon.png) no-repeat 0 -176px;}
.zhifubao_box .prompt_zhifubao i.icon2 { background: url(../images/toolicon.png) no-repeat 0 -132px;}
.zhifubao_box .prompt_zhifubao h3 { font-size: 18px; line-height: 42px;color: #000;}
.zhifubao_box .prompt_zhifubao p {font-size: 14px; line-height: 26px; color: #777;}
.zhifubao_box .btn_close { background: #2d86da; cursor: pointer; color: #fff; line-height: 42px; width: 120px; text-align: center; display: inline-block; margin: 20px auto 0;}
.zhifubao_box .btn_close:hover {background: #3397f6;}
.zhifubao_footer {text-align: center; font-size: 14px; height: 50px; line-height: 50px; color: #666;}


.pay_zhifubao_title{ display: flex; text-align: center; align-items: center; line-height: 50px; margin:0 0 20px; justify-content: center;}
.pay_zhifubao_title img{ margin: 0 10px;}
.pay_zhifubao_title b{font-size: 28px; font-weight: bold; color: #ff6802;}

.pay_confirm{margin: 0 auto; width: 70%;}
.pay_confirm li{display: flex; justify-content: space-between; line-height: 30px; padding: 20px; border-bottom: 1px solid #dfdfdf; }
.pay_confirm li cite{font-style: normal; text-align: left; font-size: 16px; font-weight: normal;}
.pay_confirm li .price{text-align: right; font-weight: bold; font-size: 20px;}
.pay_confirm li.pay_tishi{ display: block; width:100%; padding: 20px 0; border: none; }
.pay_confirm li.pay_tishi p{background: #fff8e4;line-height: 30px; font-size: 14px; color: #ff833f; margin: 10px 0; padding: 10px 20px; text-align: left; }

.pay_btn.btn_disabled:hover {background: #bdbdbd; cursor: default;}
.pay_btn {border-radius: 4px;height: 52px;line-height: 52px;font-size: 16px; font-weight: bold; background: #1677ff; color: #fff; display: block; text-align: center; margin: 20px auto; width: 240px; padding: 0;}
.pay_btn:hover {background: #3186fe;}
.pay_btn.PayPal{ background: #0551b5; }
.pay_btn.PayPal:hover{ background: #0073bd; }
.pay_btn.weixin{ background: #00c250; }
.pay_btn.weixin:hover{ background: #4cbf4b; }
.pay_btn.visa{ background: #0461a5; }
.pay_btn.visa:hover{ background: #1674b9; }
.pay_btn.union{ background: #032d64; }
.pay_btn.union:hover{ background: #0d4288; }

.saoma_tc{ width: 520px; background: #ffffff; z-index: 1025; position: fixed;top:90px;right:0;left:0;margin:auto;}
.saoma_tc .title{ height: 40px; line-height: 40px; position: relative; color: #ffffff; padding: 0 15px;}
.saoma_tc .title.zhifubao{ background: #1677ff;}
.saoma_tc .title.weixin{ background: #00c250;}
.saoma_tc .title.PayPal{ background: #0073bd;}
.saoma_tc .title .close_icon{position: absolute; right: 0; top:0; width: 40px; height: 40px;  background: url("../../images/member/act_close_1.png") no-repeat top; display: block;}
.saoma_tc .box{ padding: 25px; text-align: center;}
.saoma_tc .box .p1{ font-size: 16px; line-height: 24px;}
.saoma_tc .box .p_price{font-size: 22px; font-weight: bold; line-height: 30px; margin-top: 10px; color:#ff9329;}
.saoma_tc .box .img{margin: 10px auto; width: 256px;}
.saoma_tc .box .p2{ font-size: 15px; line-height: 30px;}
.saoma_tc .box .p3{ font-size: 14px; line-height: 30px; color: #888888; }
.saoma_tc .box .p3 b{font-size: 15px;font-weight: bold; margin-right: 10px; color:#fe0707;}
.saoma_tc .box .p4{ font-size: 16px; line-height: 30px; color:#ff9329; font-weight: bold;  }
.saoma_tc .box .zhifu_succeed i{ width:44px; height:44px; background:url(../../images/member/toolicon.png) no-repeat 0 -176px; display:inline-block; *display:inline; *zoom:1; vertical-align:top; margin:80px 0 30px 0;}
.saoma_tc .box .zhifu_lose i{ width:44px; height:44px; background:url(../../images/member/toolicon.png) no-repeat 0 -132px; display:inline-block; *display:inline; *zoom:1; vertical-align:top; margin:80px 0 30px 0;}
.saoma_tc .box .btn1.s{margin: 80px 0 0 0;}

.file_name_list{ margin: 10px 0;}
.file_name_list li{list-style: none; line-height: 24px; padding: 10px 0; display: flex; justify-content: flex-start; align-items: center;}
.file_name_list li cite{font-style: normal;}
.file_name_list li a.del{margin: 0 20px;color: #08aff2;}
.file_name_list li a.del:hover {color: #1a52ae;}

.order_step{ display: flex; align-items: center; width: 100%; margin: 20px 0; flex-wrap: wrap; }
.order_step li{list-style: none; margin-right:10px; width: calc(20% - 10px);}
.order_step li.visited .pentagon_block{background:#8dcdf1;}
.order_step li.visited .pentagon_block::after {border-left: 25px solid #8dcdf1;}
.order_step li.on .pentagon_block {background:#08aff2;}
.order_step li.on .pentagon_block::after {border-left: 25px solid #08aff2;}
.pentagon_block {position: relative;width:90%;height: 50px; background:#d9d9d9; color: white; display: flex;align-items: center;justify-content: center;font-size: 18px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);}
.pentagon_block::after {content: "";position: absolute;right: -25px;width: 0;height: 0; border-top: 25px solid transparent; border-bottom: 25px solid transparent; border-left: 25px solid #d9d9d9;}
.order_top{background: #eaf4fb;border-radius: 2px; margin: 20px 0; display: flex; align-items: center; justify-content: space-between; padding: 20px;}
.order_top .order_txt{ line-height: 30px;}
.order_top .zhuangtai{ text-align: right;}
.order_top .zhuangtai .a_blue{color: #08aff2;}
.order_top .zhuangtai .a_blue:hover {color: #1a52ae;}
.order_avatar_box{ text-align:center;font-size:14px; color:#444; float:left; width:100px; line-height:36px;}
.order_avatar_box.zzy{ color:#014da1;}
.order_avatar{ width:46px; height:46px; position:relative; overflow:hidden; display:block; margin:0 auto; text-align:center; background: #d7eaf8;border-radius: 50px;}
.order_avatar i{position:absolute; top:0; right:0; left:0; bottom:0; background:url(../../images/member/mask_layer_round2.png) no-repeat;}
.order_avatar img{ width: 100%; height: 100%; border-radius: 50px;}

.communication_record{display: table-cell;float: none;vertical-align: top;width: auto; *display:block; *zoom:1; padding-left:10px; }
.communication_record:after {
    clear: both;
    content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    display: block;
    height: 0 !important;
    line-height: 0;
    visibility: hidden;
}
.communication_record .p1{ font-size:14px; color:#888; line-height:26px;}
.communication_record .p2{ font-size:14px; color:#222; line-height:26px;}
.communication_record .p2 b{font-size: 14px;}
.communication_record .annex p{font-size:14px; color:#888; line-height:26px;}
.communication_record .annex img{ max-width:200px; max-height:200px; margin:5px 0;}
.communication_record .annex li{ line-height:20px; padding:5px 0; font-size:14px; color:#444; list-style: none;}
.communication_record .annex li .ellipsis{max-width: 50%;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;  }
.table_1 .table_2 tr td .communication_record .annex li a{color: #08aff2;}
.table_1 .table_2 tr td .communication_record .annex li a:hover {color: #1a52ae;}
.table_1 .table_2 tr td .file_name_list li a.del{color: #08aff2;}
.table_1 .table_2 tr td .file_name_list li a.del:hover {color: #1a52ae;}
.table_1 .table_2 tr td .btn_blue.sty{ min-width: 60px; color: #fff; margin: 20px 0;}

.order_btnbox{ margin: 30px 0;}
.order_btnbox p{ padding: 0 20px;}
.order_btnbox p a{color: #08aff2;}
.order_btnbox p a:hover{color: #1a52ae;}

.order_pingjia{ margin: 20px 0;}
.order_pingjia li{list-style: none;display: flex; align-items: center;line-height: 40px;}
.table_1 .order_pingjia cite{text-align: left;}
.order_pingjia cite.w1{width: 110px;}
.table_1 .table_2 .order_pingjia .radio-container {margin: 5px 20px 5px 0;}

.view_message{ }
.view_message .title{ padding: 80px 0 20px 0; border-bottom: 1px dashed #dfdfdf; margin-bottom: 20px; text-align: center;word-break: break-all; word-wrap: break-word;}
.view_message .title dt{font-size: 26px; line-height: 1.5em; font-weight: bold; padding: 10px 0;}
.view_message .title dd{color: #888; font-size: 13px; line-height: 30px;}
.view_message .txt{ font-size: 14px; line-height: 1.5em; padding: 20px;}
.view_message .btn_box{margin: 20px auto; text-align: center; background:#f9fafc; padding: 15px;}
.view_message .btn_box a.btn_white{margin: 0 10px;}

/*i.dui{ width: 18px; height: 18px; background: url("../../images/member/icon_dui_cuo.png") no-repeat; display: inline-block; vertical-align: middle;}
i.cuo{ width: 18px; height: 18px; background: url("../../images/member/icon_dui_cuo.png") no-repeat 0 -18px; display: inline-block; vertical-align: middle; margin-right: 5px;}*/

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (max-width: 1440px){	
	.prompt_p{max-width:320px;line-height:20px;}
	.main .right_modules .main_content{ padding: 20px;}
	.main .right_modules .main_content .top_modules .grid_item{width: 100px; }
   .main .right_modules .main_content .top_modules .wait_information,.main .right_modules .main_content .center_modules .news_gonggao,.main .right_modules .main_content .bottom_modules .pic_lunbo{width: 282px; }
	.main .right_modules .main_content .top_modules .one_col .user_col .user_avatar{ width: 25%;}
	.main .right_modules .main_content .top_modules .one_col .user_col .user_main{ width: 75%;}
	.main .right_modules .main_content .top_modules .one_col .user_col .user_avatar .avatar_photo{ width: 52px; height: 52px; margin-bottom: 10px;}
	.main .right_modules .main_content .top_modules .one_col .user_col .user_avatar p {line-height: 24px;}
	.main .right_modules .main_content .top_modules .one_col .user_col .user_avatar p a{max-width: 90px;}
	.main .right_modules .main_content .top_modules .one_col .user_col .user_avatar p span{display: block;}
	.main .right_modules .main_content .top_modules .one_col .user_col .user_main .p_ip{overflow: hidden; margin-right: 10px;}
	.main .right_modules .main_content .top_modules .one_col .user_col .user_main .p_ip a{float: right; padding: 0 5px;}
	.main .right_modules .main_content .top_modules .one_col .user_col .user_main .p_ip span{margin-right: 10px;}
	.main .right_modules .main_content .center_modules .caiwu_information .three_grid .keyong i,.main .right_modules .main_content .center_modules .caiwu_information .three_grid .dongjie i,.main .right_modules .main_content .center_modules .caiwu_information .three_grid .shiji i{margin: 30px 10px 0 10%;}
	.main .right_modules .main_content .center_modules .caiwu_information .three_grid .keyong .text,.main .right_modules .main_content .center_modules .caiwu_information .three_grid .dongjie .text,.main .right_modules .main_content .center_modules .caiwu_information .three_grid .shiji .text{line-height: 26px;}
	.main .right_modules .main_content .center_modules .caiwu_information .three_grid .keyong .text b,.main .right_modules .main_content .center_modules .caiwu_information .three_grid .dongjie .text b,.main .right_modules .main_content .center_modules .caiwu_information .three_grid .shiji .text b{font-size: 18px;}
	.query_bar li{margin: 0 14px 0 0;}
	
	}
