@charset "utf-8";
/* /mobile/css/index.css */
body, button, input, select, textarea{ font:14px/1.125 "Microsoft Yahei",Arial,Helvetica,sans-serif;}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr { margin: 0; padding: 0;}
img{ border: 0 none; max-width: 100%;}
ul, ol{ list-style-type: none;}
input, button, select, textarea{ outline: medium none; }
body{ background:#fff;/*-webkit-user-select:none;*/
    -webkit-text-size-adjust:none;
    -moz-user-select:none;
    -moz-text-size-adjust:none;
    -ms-user-select:none;
    -ms-text-size-adjust:none;
    -o-user-select:none;
    -o-text-size-adjust:none;
    user-select:none;
    text-size-adjust:none;
}
body.graybg{ background:#ebf1f5;}
footer.graybg{ background:#ebf1f5;}
a{ text-decoration:none;}
a{
    /*-webkit-user-select: none;*/
    -webkit-user-drag: none;
    /*-webkit-tap-highlight-color:rgba(0, 0, 0, 0);*/
}
::-webkit-search-cancel-button { -webkit-appearance: none; }
.left,.fl{ float:left;}
.right,.fr{ float:right;}
.clearfix:after{ content:""; height:0; visibility:hidden; display:block; clear:both;}
.clearfix{ zoom:1;}
.layout_fix{ padding:10px;}
.mt10{ margin-top:10px;}
/* 新增表格样式 */
table {
table-layout:fixed !important;
width:100% !important;
border-collapse:collapse;
border:none;
font-size: 14px;
/* font-size:0.23rem; */
}

td,th {
width:auto!important;
white-space:nowrap;/* 自适应宽度*/
word-break:keep-all;/* 避免长单词截断，保持全部 */
border:solid 1px;
text-align:center;
white-space:pre-line;
word-break:break-all !important;
word-wrap:break-word!important;
display:table-cell;
vertical-align:middle !important;
white-space:normal !important;
height:auto;
vertical-align:text-top;
padding:2px 2px 0 2px;
display:table-cell;
}
td img,th img{
    height: auto;
}

.highlight {color:#f00 !important;}
.checkbox{ font-size:12px; line-height:26px; color:#c2c7cb;}
.checkbox .check{ background:url(../mobile/images/ico.png?) no-repeat 0 -389px; background-size:50px 750px; width:22px; height:22px; float:left; margin:2px 8px 0 0;}
.checkbox .checked{ background-position:0 -411px;  }

header{ background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#4bb4f7), color-stop(100%,#2ca0e9)); background:-webkit-linear-gradient(top,#4bb4f7,#2ca0e9) #2ca0e9; width:100%; height:44px; line-height:44px; border-bottom:#2380bb 1px solid; box-shadow:0 1px 0 #b8e6fa; text-align:center; position:relative;}
header h2{ font-size:16px; color:#fff; font-weight:500; position:absolute; height:100%; left:90px; right:90px; overflow:hidden;}
header h2 a{color:#fff;}
header .logo{ background:url(../mobile/images/logo.png?) no-repeat; background-size:65px 21px; width:65px; height:21px; display:inline-block; vertical-align:-5px; margin-right:5px; }
header .rbtn{ background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#3fb3fb), color-stop(100%,#1c9eef)); background:-webkit-linear-gradient(top,#3fb3fb,#1c9eef); width:49px; height:24px;line-height:24px; font-size:12px; color:#fff; text-align:center; border:#237bb1 1px solid; -webkit-border-radius:2px; border-radius:2px; overflow:hidden; margin-right:10px; margin-top:10px; float:right;}
header .rbtn.hover{ background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#5abefc), color-stop(100%,#3aaaf0)); background:-webkit-linear-gradient(top,#5abefc,#3aaaf0);}
header .backbtn{ background:url(../mobile/images/ico.png?) no-repeat 0 -54px; background-size:50px 900px; width:37px; height:44px; float:left; margin-left:10px; }
header .backbtn.hover{ background-position:0 -97px;}
header .usermsg{ float:right; margin-top:11px; margin-right:10px;}
header .usermsg .user{ background:url(../mobile/images/ico.png?) no-repeat 0 -291px; background-size:50px 900px; /*width:22px;*/padding-left:22px; height:21px; float:right; }
header .usermsg .msgnum{ display:none;background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#ff6965), color-stop(100%,#fe5854)); background:-webkit-linear-gradient(top,#ff6965,#fe5854); height:14px; line-height:14px; color:#fff; font-family:"arial"; font-size:10px; padding:0 4px; float:right; -webkit-border-radius:10px; border-radius:10px; margin-left:-1px;}
header .newpost{ background:url(../mobile/images/ico.png?) no-repeat 0 -574px; background-size:50px 900px; width:22px; height:21px; float:right;margin-right:10px; margin-top:11px;}
header .home_btn{ background:url(../mobile/images/ico.png?) no-repeat 10px -595px; background-size:50px 900px; width:37px; height:44px; float:left; padding-left:10px; }
header .beta{ background:url(../mobile/images/beta_ico.png?) no-repeat; width:25px; height:15px; background-size:25px 15px; display:inline-block; margin-left:5px; vertical-align:2px;}

.login_frame{ background:#fff; height:405px; border:#c2c7cb 1px solid; -webkit-border-radius:3px; border-radius:3px;}
.login_frame .loghd{ height:40px; line-height:40px; padding:0 10px; border-bottom:#e2e5e7 1px solid ;}
.login_frame .loghd .tit{ font-size:16px; color:#1f384b;}
.login_frame .loghd .ico_log, .login_frame .loghd .ico_reg{ background:url(../mobile/images/ico.png?) no-repeat 0 -249px; background-size:50px 750px; width:22px; height:21px; float:left; margin:9px 7px 0 0;}
.login_frame .loghd .ico_reg{ background-position:0 -270px;}
.login_frame .logbd{ padding:10px;}

.userform .userinput{ border:#c2c7cb 1px solid; -webkit-border-radius:2px; border-radius:2px; box-shadow:1px 1px 3px rgba(0,0,0,0.08)inset; overflow:hidden; }

.userform .user_itxt, .userform .pwd_itxt{ background:none; height:44px; line-height:44px; font-size:14px; padding:0 8px; }
.userform .pwd_itxt{ border-top:#e2e5e7 1px solid;}
.userform .user_itxt input, .userform .pwd_itxt input{ width:100%; height:20px; line-height:20px;  color:#1f384b; border:none;}

.userform .subinfo{ height:24px; line-height:24px; overflow:hidden; padding:18px 0 36px; }
.userform .subinfo .rlink{ float:right; color:#61c2f4;}
.userform .subinfo .checkbox{ float:left; }

.glb_bluebtn{ background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#7ed3ff), color-stop(100%,#5ec7fe)); background:-webkit-linear-gradient(top,#7ed3ff,#5ec7fe); display:block; height:41px; color:#fff; font-size:14px; border-style:solid; border-width:1px; border-color:#5fb9e8 #55a8d2 #4b96bd #55a8d2; box-shadow:0 1px 0 rgba(237,249,255,0.4)inset, 1px 1px 2px rgba(34,109,157,0.3);  -webkit-border-radius:2px; border-radius:2px;}
input.glb_bluebtn{ width:100%;}
.glb_graybtn,.glb_graybtn_loading{ background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#f3f7fa), color-stop(100%,#ebf1f5)); background:-webkit-linear-gradient(top,#f3f7fa,#ebf1f5); height:41px; color:#1f384b; font-size:14px; border-style:solid; border-width:1px; border-color:#ccd0d3 #c0c4c7 #b4b8bb #c0c4c7; box-shadow:0 1px 0 rgba(255,255,255,0.8)inset, 1px 1px 2px rgba(0,0,0,0.1); -webkit-border-radius:2px; border-radius:2px; display:block; text-align:center; line-height:40px; }
.glb_graybtn.hover,.glb_graybtn_loading.hover{ background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#fcfdfe), color-stop(100%,#fbfdff)); background:-webkit-linear-gradient(top,#fcfdfe,#fbfdff); border-color:#d5dadd #cbcfd3 #c1c5c9 #cbcfd3;}
input.glb_graybtn{ width:100%;}
.glb_graybtn.disabled{ background:#e0e3e5;box-shadow:0 1px 0 rgba(255,255,255,0)inset, 1px 1px 2px rgba(0,0,0,0); border-color:#ccd0d3;}
.glb_itxt{ background:#fff; height:44px; line-height:44px; border:#c2c7cb 1px solid; box-shadow:1px 1px 2px rgba(0,0,0,0.05)inset; font-size:14px; -webkit-border-radius:2px; border-radius:2px; padding:0 8px;}
.glb_itxt.focus, .glb_tarea.focus{ border-color:#6bc8f7; box-shadow:1px 1px 2px rgba(0,0,0,0.05)inset,0 0 5px rgba(109,201,248,0.45); color:#1f384b;}
.glb_itxt input{ width:100%; height:16px; line-height:16px; color:#1f384b; border:none; padding:9px 0;}
.glb_tarea{ background:#fff; border:#c2c7cb 1px solid; box-shadow:1px 1px 2px rgba(0,0,0,0.05)inset; -webkit-border-radius:2px; border-radius:2px; padding:4px 8px;}
.glb_tarea textarea{ background:none; width:100%; height:72px; line-height:18px; font-size:14px; color:#1f384b; border:none; resize:none;}

.glb_tip{ background:#fff9e0; height:34px; line-height:34px; color:#de8511; font-size:12px; padding:0 10px; border-bottom:#e5d17d 1px solid; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.glb_tip .key{ color:#f55043; margin:0 3px;}

.feedback{ padding:10px;}
.feedback .glb_tarea{ height:290px;}

.glb_hdbar{ background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#edf4f8), color-stop(100%,#e7edf1)); background:-webkit-linear-gradient(top,#edf4f8,#e7edf1); height:35px; line-height:35px; border-bottom:#d0d5d8 1px solid; padding:0 10px;}
.glb_hdbar .more{ color:#6c8292; float:right; overflow:hidden;}
.glb_hdbar .more .arr{ background:url(../mobile/images/ico.png?) no-repeat -10px -526px; background-size:50px 900px; width:22px; height:17px; float:right; margin:9px -10px 0 0;}
.glb_hdbar .tit{ color:#1f384b; font-size:15px; }
.glb_hdbar .tit .ico_rec, .glb_hdbar .tit .ico_hot, .glb_hdbar .tit .ico_group, .glb_hdbar .tit .ico_like{ background:url(../mobile/images/ico.png?) no-repeat 0 -207px; background-size:50px 900px; width:22px; height:21px; float:left; margin:6px 6px 0 0; }
.glb_hdbar .tit .ico_hot{ background-position:0 -228px;}
.glb_hdbar .tit .ico_group{ background-position:0 -165px;}
.glb_hdbar .tit .ico_like{ background-position:0 -311px}
.glb_hdbar_bt{ border-top:#dde0e1 1px solid; box-shadow:0 1px 0 #fafcfd inset;}

.recom_group{ background:#fff; padding:2px 10px 10px;}
.recomlist{ height:140px; overflow:hidden;}
.recom_group.show .recomlist{ height:auto;}
.recomlist li{  width:49%; height:62px;  float:left; margin:8px 2% 0 0; }
.recomlist li:nth-child(2n){ margin:8px 0 0 0;}
.recomlist li .gbox{ background:#fff; height:48px; -webkit-border-radius:2px; border-radius:2px; padding:6px 6px 6px 60px; border:#c2c7cb 1px solid; overflow:hidden;}
.recomlist li img{ float:left; width:48px; height:48px; -webkit-border-radius:2px; border-radius:2px; margin-left:-54px;}
.recomlist li .tit{ color:#1f384b; line-height:1; font-size:14px; font-weight:500; padding-bottom:7px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.recomlist li .pv{ font-size:12px; line-height:14px; color:#6c8292; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.recom_group .morepost{ margin-top:10px; -webkit-border-radius:2px;border-radius:2px; border:#c2c7cb 1px solid;}

.glb_textlist li{ padding:6px 10px 8px; border-bottom:#e2e5e7 1px solid; position:relative;}
.glb_textlist a{display:block;}
.glb_textlist .fav{  white-space: nowrap;  overflow: hidden;  -ms-text-overflow: ellipsis;  -o-text-overflow: ellipsis;  -webkit-text-overflow: ellipsis;  text-overflow: ellipsis;  width: 90%;}
.glb_textlist li .tit{ font-size:16px;color:#002E51 ;font-family:Arial; line-height:20px; padding-right:10px; word-wrap: break-word;}
.glb_textlist .m_delete_status {
    padding:15px 10px;
}
.glb_textlist .m_delete_status .tit{
    color:#999;
}

.glb_textlist .m_hide_status {
    padding:15px 10px;
}
.glb_textlist .m_hide_status .tit{
    color:#999;
}
.glb_textlist li .info,.glb_textlist li .info_1,.glb_textlist li .info,.glb_textlist li .info_2{ font-size:12px; padding-top:10px;overflow:hidden;color:#6c8292;}
.glb_textlist li .ico_msg,.glb_textlist li .ico_host,.glb_textlist li .ico_user{ background:url(../mobile/images/ico.png?) no-repeat 0 -558px; background-size:50px 900px; width:22px; height:14px; display:inline-block; vertical-align:top;}

.glb_textlist li .ico_host{ background-position: 0 -670px; width:16px;}
.glb_textlist li .ico_user{ background-position: 0 -650px;width:18px;}

.glb_textlist li .info .from{ color:#6c8292; float:left; width:30%; overflow:hidden;white-space:nowrap; text-overflow:ellipsis; }
.glb_textlist li .info .right{ width:68%;overflow:hidden;white-space:nowrap; text-overflow:ellipsis; text-align:right;font-size:0;}
.glb_textlist li .info .time{ color:#6c8292;display:inline-block;font-size:12px; margin-right:5px; margin-left:5px;}
.glb_textlist li .info .msgnum{ color:#6c8292;display:inline-block; border-left:1px solid #d3d9dd;font-size:12px;}
.glb_textlist li .info .user{color:#6c8292;display:inline-block;font-size:12px; max-width:32%;overflow:hidden;white-space:nowrap; text-overflow:ellipsis;}

.glb_textlist li .info_1 .msgnum {float:left;width:25%;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.glb_textlist li .info_1 .right{ width:73%;overflow:hidden;white-space:nowrap; text-overflow:ellipsis; text-align:right;font-size:0;}
.glb_textlist li .info_1 .time {display:inline-block;font-size:12px; vertical-align: 3px;}
.glb_textlist li .info_1 .user {color:#a8afb8;display:inline-block;font-size:12px; max-width:37%;overflow:hidden;white-space:nowrap; text-overflow:ellipsis;margin-right:5px;}
.glb_textlist li .info_1 .host {color:#a8afb8;display:inline-block;font-size:12px;max-width:37%;overflow:hidden;white-space:nowrap; text-overflow:ellipsis;}

.glb_textlist li .info_2 .msgnum{ float:right}
/* post tag */
.tag_jing{ background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#47d10a), color-stop(100%,#41bc0a)); background:-webkit-linear-gradient(top,#47d10a,#41bc0a); width:30px; font-size:12px; color:#fff; text-align:center; box-shadow:1px 1px 2px rgba(62,181,9,0.1); display:inline-block; border-radius:2px;height:18px;line-height:18px; vertical-align:1px;margin-left:5px;}
.tag_ding,.tag_ding1,.tag_ding2,.tag_ding3{ background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#fdca17), color-stop(100%,#fab805)); background:-webkit-linear-gradient(top,#fdca17,#fab805); width:30px; height:18px;line-height:18px;vertical-align:1px;margin-left:5px; text-align:center; box-shadow:1px 1px 2px rgba(250,185,6,0.1); display:inline-block; color:#fff; font-size:12px; text-align:center; border-radius:2px;}
.tag_ding1{background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#ff6965), color-stop(100%,#fe5854)); background:-webkit-linear-gradient(top,#ff6965,#fe5854) #ff6965;}
.tag_ding2{background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%, #53bef7), color-stop(100%,#42A3DF)); background:-webkit-linear-gradient(top,#53bef7,#42A3DF) #53bef7;}
.tag_ding3{background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%, #6fe29a), color-stop(100%,#51d281)); background:-webkit-linear-gradient(top,#6fe29a,#51d281) #6fe29a;}

footer{ padding:15px 0;}
footer .ftlink{ color:#6c8292; text-align:center;}
footer .ftlink .lk{ font-size:10px; font-family:"arial";}
footer .ftlink .lk a{ font-size:12px; font-family:"Microsoft yahei"; color:#1f384b; padding:0 3.5%; vertical-align:-1px;}
footer .ftlink .mode{ padding:16px 0 10px;}
footer .ftlink .mode a{ font-size:12px; color:#1f384b;}
footer .copyright p{ color:#6c8292; line-height:20px; font-size:12px; text-align:center;}
footer .copyright p a{color: #6c8292;}
footer .copyright p .moc{
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 2px;
    display: inline-block;
    background: url(../mobile/images/whjy.png?) no-repeat center center;
}


.mod_box{ background:#fff; border:#c2c7cb 1px solid; -webkit-border-radius:3px; border-radius:3px; box-shadow:0 -2px 0 rgba(194,199,203,0.3)inset,0 1px 3px rgba(0,0,0,0.1); }
.mod_box .mtitle{ background:#ebf1f5; height:35px; line-height:35px; font-size:16px; color:#1f384b; border-bottom:#e2e5e7 1px solid; padding:0 10px; box-shadow:0 1px 0 #fafbfc inset;}

.userinfo{ padding:10px 10px 10px 90px; overflow:hidden;}
.userinfo .u_avatar{ width:64px; height:64px; padding:2px; float:left; margin-left:-80px; -webkit-border-radius:40px; border-radius:40px; border:#c2c7cb 1px solid;}
.userinfo .u_name{ color:#1f384b; font-size:14px; line-height:28px; margin-top:-8px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.userinfo .editbtn, .userinfo .u_reset .ibtn{ background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#65c9fe), color-stop(100%,#40bdfd)); background:-webkit-linear-gradient(top,#65c9fe,#40bdfd); width:50px; height:25px; line-height:25px; color:#fff; border-width:1px; border-style:solid; border-color:#5fb9e8 #55a8d2 #4b96bd #55a8d2; font-size:12px; text-align:center; float:right; box-shadow:0 1px 0 rgba(237,249,255,0.3)inset,0 1px 2px rgba(34,109,157,0.35);  -webkit-border-radius:2px; border-radius:2px;}
.userinfo .u_reset{ padding:1px 0 6px; overflow:hidden; display:none;}
.userinfo .u_reset .glb_itxt{ width:122px; height:25px; line-height:25px; padding:0 6px; float:left;}
.userinfo .u_reset .glb_itxt input{ line-height:20px; height:20px; padding:0;}
.userinfo .u_reset .ibtn{ float:left; margin-left:10px;}
/* add by gwc(签到入口，个人信息改版) */
.userinfo .u_info { padding:4px 0 6px; overflow:hidden;}
.userinfo .u_info .level{
    background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#ffd16f), color-stop(100%,#fdbd32));
    background:-webkit-linear-gradient(top,#ffd16f,#fdbd32) #fdbd32;
    float:left;
    font-size:12px;
    width:32px;
    color:#fff;
    height:14px;
    line-height:14px;
    border:#e0a10b 1px solid;
    border-bottom:#d09710 1px solid;
    text-align:center;
}
.userinfo .u_info .level i{ margin-left:3px; color:#ba7a09; font-style:normal; font-weight:700; font-family:"arial";}
.userinfo .u_info .score{ float:left; color:#a6b2bb; line-height:16px; padding-left:10px; font-size:12px;}
.userinfo .u_info .score .num{ color:#61c2f4; font-style:normal; font-family:"arial";}
.userinfo .glb_bluebtn{ height:24px; line-height:24px; font-size:12px; padding:0 15px; text-align:center; display:inline-block;}
.userinfo .signbtn{ background:#e8e8e8; height:26px; line-height:26px; padding:0 15px; color:#6c8292; font-size:12px; display:inline-block; border-radius:3px;}

.userdata{ background:#ebf1f5; height:26px; line-height:26px; padding:0 20px; font-size:12px; color:#6c8292; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.userdata li{ float:left; line-height:24px; margin-right:20px;}
.userdata li:last-child{ margin-right:0;}
.userdata li a{ color:#6c8292;}
.userdata span{ color:#61c2f4;}

.mod_menulist{ padding-bottom:2px;}
.mod_menulist li{ height:40px; line-height:40px; border-bottom:#e2e5e7 1px solid;list-style: none;}
.mod_menulist li:last-child{ border:none;}
.mod_menulist li a{ display:block; color:#1f384b; padding:0 10px; white-space: nowrap;text-overflow: ellipsis; overflow:hidden;}
/*短消息*/
.mod_menulist li .ico_topic, .mod_menulist li .ico_group, .mod_menulist li .ico_favorite_topic,.mod_menulist li .ico_msg,.mod_menulist li .ico_pm{ background:url(../mobile/images/ico.png?) no-repeat 0 -144px; background-size:50px 900px; width:22px; height:21px; float:left; margin:10px 12px 0 0;}
.mod_menulist li .ico_pm{ background-position:0 -724px;}
.mod_menulist li .ico_group{ background-position:0 -165px;}
.mod_menulist li .ico_msg{ background-position:0 -186px;}
.mod_menulist li .ico_favorite_topic{ background-position:0 -750px;}
.mod_menulist li .msgnum{background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#ff6965), color-stop(100%,#fe5854)); background:-webkit-linear-gradient(top,#ff6965,#fe5854); height:18px; line-height:18px; display:inline-block; padding:0 10px; font-size:12px; font-family:"arial"; vertical-align:middle; color:#fff; box-shadow:1px 1px 2px rgba(188,34,29,0.2); font-weight:700; -webkit-border-radius:20px; border-radius:20px; margin-left:8px;}
.mod_menulist li .pmnum{background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#ff6965), color-stop(100%,#fe5854)); background:-webkit-linear-gradient(top,#ff6965,#fe5854); height:18px; line-height:18px; display:inline-block; padding:0 10px; font-size:12px; font-family:"arial"; vertical-align:middle; color:#fff; box-shadow:1px 1px 2px rgba(188,34,29,0.2); font-weight:700; -webkit-border-radius:20px; border-radius:20px; margin-left:8px;}

.mod_menulist li .select{ background:url(../mobile/images/ico.png?) no-repeat 0 -434px; background-size:50px 900px; width:22px; height:22px; float:right; margin-top:9px;}
.mod_menulist .on{ background:#eff6fa;}
.mod_menulist .on .select{ background-position:0 -456px;}
.mod_menulist li .desc{ color:#6c8292;}

.mod_page{ padding:10px; line-height:40px; overflow:hidden;}
.mod_page .pagenum{ width:42%; float:left; color:#6c8292; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.mod_page .pagenum span{ font-family:"Arial";  }
.mod_page .pagenum .cp{ color:#1f384b;}
.mod_page .pagebtn{ width:29%; height:38px; float:left;}
.mod_page .pagebtn .pbtn, .mod_page2 .gotobtn{ background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#f3f7fa), color-stop(100%,#ebf1f5)); background:-webkit-linear-gradient(top,#f3f7fa,#ebf1f5); height:38px; line-height:38px; font-size:16px; color:#1f384b; text-align:center; display:block; border-width:1px; border-style:solid; border-color:#ccd0d3 #c0c4c7 #b4b8bb #c0c4c7;  -webkit-border-radius:2px; border-radius:2px; box-shadow:0 1px 0 rgba(255,255,255,0.8)inset,1px 1px 2px rgba(0,0,0,0.1); }

.mod_groupcard{ padding:0 10px 10px;}
.mod_groupcard li{ width:49%; height:54px; float:left; margin:10px 2% 0 0; overflow:hidden;}
.mod_groupcard li:nth-child(2n){ margin:10px 0 0 0;}
.mod_groupcard li .in{ background:#fff; line-height:20px; color:#1f384b;  -webkit-border-radius:2px; border-radius:2px; padding:6px ; border:#c2c7cb 1px solid; overflow:hidden; height:40px;}
.mod_groupcard li .title, .recom_group li .title{ padding-left:48px; display:block;}
.mod_groupcard li .img{ width:40px; height:40px; float:left; -webkit-border-radius:2px; border-radius:2px;}

.mod_groupcard .more .title, .recom_group .more .title{color:#61c2f4; text-align:center; line-height:40px; padding:0; height:40px; overflow:hidden;}
.mod_groupcard .more .title .arr, .recom_group .more .title .arr{ background:url(../mobile/images/ico.png?) no-repeat -3px -526px; background-size:50px 900px; width:16px; height:17px; display:inline-block; vertical-align:-4px;}

.mod_mymsg li{ padding:6px 10px 10px; border-bottom:#e2e5e7 1px solid;}
.mod_mymsg p{ line-height:22px; color:#6c8292;}
.mod_mymsg .topic .user{ color:#61c2f4; margin-right:5px;}
.mod_mymsg .topic .rep{ color:#1f384b; }
.mod_mymsg .reply{ margin-top:7px; height:44px; overflow:hidden;}
.mod_mymsg .reply .tit{ color:#1f384b; }
.mod_mymsg .msginfo{ margin-top:10px; font-size:10px; text-align:right;}
.mod_mymsg .msginfo .msg_time{ color:#6c8292; }
.mod_mymsg .msginfo .msg_view{ color:#61c2f4; margin-left:8px;}

.mod_tab{ background:#6c8292; height:39px; position:relative; overflow:hidden;}
.mod_tab ul{ padding-top:2px;}
.mod_tab li{ width:50%; height:37px; float:left;}
.mod_tab li a{ background:#d4dbdf; color:#6c8292; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; display:block; height:37px; margin-right:2px; line-height:37px; text-align:center;}
.mod_tab li:last-child a{ margin-right:0;}
.mod_tab .cur a{ background:#edf4f8; color:#1f384b; box-shadow:0 0 3px rgba(0,0,0,0.3);}

.mod_search{ background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#edf4f8), color-stop(100%,#e7edf1)); background:-webkit-linear-gradient(top,#edf4f8,#e7edf1); padding:4px 10px; border-bottom:#c2c7cb 1px solid; overflow:hidden;}
.mod_search .sehbox{ background:#fff; height:34px; border:#c2c7cb 1px solid; -webkit-border-radius:20px; border-radius:20px; padding:0 36px 0 20px; line-height:34px; font-size:12px; position:relative;}
.mod_search .sehbox label{ position:absolute; width:100%; color:#777; height:34px; line-height:34px; top:0; left:40px;}
.mod_search .sehbox .sehico{ background:url(../mobile/images/ico.png?) no-repeat 0 -478px; background-size:50px 750px; width:22px; height:26px; float:right; margin:3px -26px 0 0;}
.mod_search .sehbox .sehtxt{ line-height:22px; height:22px; color:#888; border:none; width:100%; margin-top:6px;-webkit-appearance:none}
.mod_search2{ background:#fff; padding:5px 10px; border-bottom:#e2e5e7 1px solid;}

.mod_groupitem{ padding:10px 10px 10px 84px;border-bottom: #E2E5E7 1px solid;}
.mod_groupitem .gimg{ width:66px; height:66px; float:left; margin-left:-74px; border-radius:2px;}
.mod_groupitem .tit{ font-size:16px; color:#1f384b; font-weight:500;}
.mod_groupitem .pv{ padding:4px 0 6px; color:#6c8292; font-size:12px;}
.mod_groupitem .pv span{ color:#61c2f4; margin-right:10px;}
.mod_groupitem .opbtn .glb_graybtn{ width:70px; height:24px; line-height:24px; font-size:12px; float:left; text-align:center; margin-right:10px;}
.mod_groupitem .opbtn .glb_graybtn:last-child{ margin-right:0;}

.mod_imgad1{ width:100%;}

.glb_titlelist li{ border-bottom:#f0f2f3 1px solid; padding:13px 10px 13px 10px;}
.glb_titlelist li .tit{font-size:16px;color:#002E51 ;font-family:Arial;line-height:22px;}

.top_post_list ul li{ display:none;}
.top_post_list ul li:nth-child(1),.top_post_list ul li:nth-child(2){ display:block;}
.top_post_list a{display:block;}
.top_post_list.show ul li{ display:block;}

.morepost{ background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#edf4f8), color-stop(100%,#e7edf1)); background:-webkit-linear-gradient(top,#edf4f8,#e7edf1); height:34px; line-height:34px; text-align:center; color:#1f384b; box-shadow:0 1px 0 #fafcfd inset; border-bottom:#c2c7cb 1px solid;}
.morepost .arr{ background:url(../mobile/images/ico.png?) no-repeat 0 -508px; background-size:50px 750px; width:22px; height:17px; display:inline-block; vertical-align:-3px; margin-right:3px;}
.show .morepost .arr{-webkit-transform:rotate(180deg);}

/* mod_post */
.mod_postlist li{ font-size:12px; padding:8px 10px; border-bottom:#E3E3E3 1px solid; }
.mod_postlist .post_title{ font-size:18px; color:#1f384b; font-weight:bold; line-height:24px; word-wrap: break-word;}
.mod_postlist .post_title .tag_ding, .mod_postlist li .post_title .tag_jing{ display:inline-block; margin:0 5px;vertical-align:2px;}
.mod_postlist .censor_tips{color: red;font-size: 14px;margin-top: 6px;}
.mod_postlist .post_floor{ min-height:26px; line-height:26px;}
.mod_postlist .post_floor .fnum{ font-family:"arial","Microsoft yahei"; float:right; color:#6c8292;}
.mod_postlist .post_floor .host{ color:#6c8292;}
.mod_postlist .post_floor .host b{ font-weight:500; color:#61c2f4;}
.mod_postlist .edit,.mod_postlist .del{ color:#61c2f4;}
.mod_postlist .replybtn{ background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#f3f7fa), color-stop(100%,#ebf1f5)); background:-webkit-linear-gradient(top,#f3f7fa,#ebf1f5); width:50px; height:24px; line-height:24px; color:#1f384b; text-align:center; font-size:12px; border-style:solid; border-width:1px; border-color:#ccd0d3 #c0c4c7 #b4b8bb #c0c4c7; box-shadow:0 1px 0 rgba(255,255,255,0.8)inset, 1px 1px 2px rgba(0,0,0,0.1); -webkit-border-radius:2px; border-radius:2px; float:right;}
.mod_postlist .post_main{overflow:hidden;}
.mod_postlist .post_main .topic_text{ line-height:22px; color:#1f384b; padding-top:12px; font-size:16px;word-break:break-all;overflow:hidden;}
.mod_postlist .post_main .reply_text{ line-height:24px; color:#1f384b; font-size:16px;word-break:break-all;}
.mod_postlist .post_time{ color:#6c8292; line-height:26px;}
.mod_postlist .post_time span{ margin-left:14px;}
.mod_postlist .votebox{ width:60px; margin:20px auto 18px;}
.mod_postlist .votebox .vbox{ background:#fff; width:56px; height:56px; border:#e5e5e5 1px solid; text-align:center; float:left; border-radius:3px; margin-right:14px;}
.mod_postlist .votebox .vbox:last-child{ margin-right:0;}
.mod_postlist .votebox .vbox .num{ color:#6c8292; font-family:"arial";}
.mod_postlist .votebox .flower, .mod_postlist .votebox .egg{ background:url(../mobile/images/ico.png?) no-repeat 0 -335px; background-size:50px 900px; width:27px; height:27px; display:block; margin:7px auto 4px;}
.mod_postlist .votebox .egg{ background-position:0 -362px;}
.mod_postlist .quote,.mod_postlist .manage_reply{ background:#f0f5f8; padding:6px 10px; line-height:22px; border-radius:3px; margin:10px 0 2px; color:#1f384b; font-size:14px;}
.mod_postlist .quote b{ color:#888;font-size: 12px;}
.mod_postlist .quote{color: #999;font-size:14px; background: url(../mobile/images/q_s.png?) 0 0 no-repeat; background-size:15px 10px; padding:5px 10px 10px 20px;}
.mod_postlist .quote .q{background: url(../mobile/images/q_e.png?) 100% 100% no-repeat; background-size:15px 10px; padding-right: 20px; padding-bottom: 5px;}
.mod_postlist .manage_reply span{ color:#61c2f4;font-size: 12px;display: block;}
.mod_postlist .manage_reply .manage_reply_loc{ color:#a6b2bb;}
.mod_postform{ padding:10px 10px 15px;}
.mod_postform .replyarea{}
.mod_postform .postbar{ padding:15px 0;}
/*.mod_postform .postbar .emoji, .mod_postform .photo{ background:url(../mobile/images/ico.png?) 0 -27px no-repeat; background-size:50px 750px; width:42px; height:27px; float:right;}
.mod_postform .photo{ background-position:0 0px; margin-right:10px; overflow:hidden;}
*/
.mod_postform .photo input{ opacity:0;}
.mod_postform{ position:relative;}
.mod_postform .checkbox a{ color:#61c2f4;}
.mod_postform .groupname{ color:#1f384b; }
.mod_postform .postsort{ padding:12px 0 12px 42px;}
.mod_postform .postsort label{ line-height:42px; color:#1f384b; float:left; margin-left:-42px;}
.mod_postform .sortdd{ background:url(../mobile/images/ddarr.png) no-repeat 100% 20px #fff; background-size:19px 6px; width:100%; height:44px; border:#c2c7cb 1px solid; box-shadow:1px 1px 2px rgba(0,0,0,0.05?)inset; font-size:14px; -webkit-border-radius:2px; border-radius:2px; text-indent:6px; color:#6c8292; -webkit-appearance:none; }
.mod_postform .postarea{ height:auto; margin-top:10px;}

.mod_setpop{ width:100%; background:#fff; box-shadow:0 1px 4px rgba(0,0,0,0.4); position:relative; margin-top:-429px;}
.mod_setpop .tip{ line-height:45px; text-align:center;  font-size:12px; color:#de8511;}
.mod_setpop .setname{ padding:0 10px 0 53px; }
.mod_setpop .setname label{ line-height:42px; color:#1f384b; float:left; margin-left:-42px;}
.mod_setpop .setbtn{ padding:10px 10px 10px 53px;}
.mod_setpop .setbtn li{ float:left; width:48.5%; margin-right:3%;}
.mod_setpop .setbtn li:last-child{ margin-right:0;}
.mod_setpop .setbtn .glb_bluebtn, .mod_setpop .setbtn .glb_graybtn{ width:auto; height:39px; line-height:39px; display:block; text-align:center;}
.mod_setpop .setbtn .glb_graybtn{ margin-right:0;}

.mod_postpro{ background:#fff; width:90%; height:118px; border-radius:5px; position:absolute; left:50%; margin-left:-45%; bottom:170px; z-index:50;}
.mod_postpro .probox{ background:#e9eaea; width:184px; height:8px; margin:40px auto 20px; border-radius:10px; box-shadow:1px 1px 3px rgba(144,149,152,0.4)inset;}
.mod_postpro .protxt{ color:#1f384b; text-align:center;}

.mod_warnbox{ padding:0 10px; }
.mod_warnbox .warntxt{ color:#1f384b; padding:100px 0; text-align:center;font-size: 16px;line-height: 32px;}
.mod_warnbox .warntxt .second{ color:#f55043;}
.mod_warnbox .warntxt a{color:#61C2F4;font-weight:700;}
.mod_warnbox .glb_graybtn{ display:block; line-height:41px; text-align:center;}

.btn_del{ height:21px; width:21px; background:url(../mobile/images/ico.png?) -27px -167px no-repeat; background-size:50px 750px; position:absolute; top:-5px; left:-4px;}
.identifying_code{ margin-bottom:10px; position:relative;}
.identifying_code img{ position:absolute; right:20%; top:0; height:44px; width:61px;}
.identifying_code a{position:absolute; right:0; top:0; width:20%;color:#61c2f4; text-align:center;}

.emoji_pop *{ -webkit-user-drag: none;-webkit-user-select:none;}
.emoji_pop{ background-color:#f0f5f8; width:100%; position:absolute; height:235px;  left:0; display:none; overflow:hidden;z-index: 1001;}
.emoji_pop .hd{ height:40px; position:relative; border-bottom:1px solid #c1c6c9;}
.emoji_pop .bd ul{border-left: 1px solid #e5e5e5;}
.emoji_pop .hd ul{ padding-right:40px; padding-top:5px;}
.emoji_pop .hd ul li.cur{ background-color:#fff;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0; box-shadow:1px -1px 3px rgba(0,0,0,0.15); border:1px solid #c1c6c9; border-bottom:0;}
.emoji_pop .hd ul li{ width:49%; color:#1f384b; text-align:center; overflow:hidden; font-size:14px; line-height:34px; float:left; height:34px;}
.emoji_pop .hd .btn_close{ height:35px; width:36px; position:absolute; right:0px; top:4px; overflow:hidden;background:url(../mobile/images/ico.png?) 7px -688px no-repeat #f0f5f8; background-size:50px 750px;}
.emoji_pop .bd{height:171px; overflow:hidden;background-color:#fff; position: relative;left:0;}
.emoji_list{-webkit-transform-style: preserve-3d;}
.emoji_list ul{ height:151px; overflow:hidden; float:left;}
.emoji_list ul li{width:49px; float:left;text-align:center; display:block; border-bottom:1px solid #e5e5e5;border-right:1px solid #e5e5e5; height:49px;}
.emoji_list li{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);position: relative;}
.emoji_list .smilie_20{width:20px;height:20px;top:15px;left:15px;position: absolute;display: block;}
.emoji_list .smilie_30{width:30px;height:30px;top:10px;left:10px;position: absolute;display: block;}

.emoji_pager{ font-size:0; line-height:0px; text-align:center; clear:both;}
.emoji_pager li{ height:5px; width:5px; border-radius:3px; background-color:#b6b9bb; display:inline-block; margin:7px 3px 0 3px;}
.emoji_pager li.cur{ background-color:#1f384b;}

.my_group_card li{position:relative; overflow:visible;}
/*.container{ position:relative;}
.mask{ background:#000; opacity:0.5; position:absolute; z-index:1000; height:100%; width:100%; top:0; left:0;display:none;}
.m_pop{ top:50%;position:absolute; left:50%; width:80%; margin-left:-40%; z-index:1001; background-color:#fff; box-shadow:0 0 5px rgba(0,0,0,.8); display:none;}
.m_pop_in{ border:1px solid #666;}

.command_list{}
.command_list dt{ height:40px; line-height:40px; padding-left:10px; color:#fff; background-color:#000;}
.command_list dd{ height:40px; line-height:40px; border-bottom:1px solid #ccc; padding-left:15px;}
.command_list dd.hover{ background-color:#ccc;}
.command_list dd:last-child{ border-bottom:0;}*/
/* 新增 */
.reply_quote{color:gray;}
.mod_mymsg .title{margin-left:10px;color:#61C2F4}

.btn_gotop{
    background: url(../mobile/images/ico.png?) no-repeat -35px -728px;
    background-size: 83px 1250px;
    width: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 50px;
    display: none;
    opacity: .6;
    z-index: 1000;
}
.post_action_bar{ width:100%; height:46px; position:fixed; left:0; bottom:0;opacity: 0.9;}
.post_action_bar ul{ width:100%; display:-webkit-box;}
.post_action_bar li{  background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#505050), color-stop(100%,#2e2e2e)); background:-webkit-linear-gradient(top,#505050,#2e2e2e); height:45px; line-height:44px; -webkit-box-flex:1; border-left:#292929 1px solid; border-top:#000 1px solid;}
.post_action_bar li:first-child, .post_action_bar li:first-child a{ border-left:none;}
.post_action_bar li a{ display:block; height:45px; border-top:rgba(255,255,255,0.3) 1px solid; border-left:rgba(255,255,255,0.13) 1px solid; color:#fff; text-shadow:0 1px 2px rgba(0,0,0,0.6); text-align:center;}
.post_action_bar .hover{ background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#4bb4f7), color-stop(100%,#2ca0e9)); background:-webkit-linear-gradient(top,#4bb4f7,#2ca0e9); border-top:#385364 1px solid; }
.post_action_bar .hover a{ border-top:rgba(255,255,255,0.5) 1px solid; border-left:rgba(255,255,255,0.3) 1px solid;}

/* add by gwc( post_new ) */
.postarea textarea{ height:120px;}
.post_selphoto{ height:56px; margin-top:12px;margin-bottom: 10px;display: none;}
.post_selphoto li{ background:#f5f5f5; width:56px; height:56px; float:left; margin-left:15px; position:relative;}
.post_selphoto li img{ width:56px; height:56px;}
.post_selphoto li:first-child{ margin-left:7px;}
.post_selphoto li .addpic{ background:url(../mobile/images/add_ico.png?) no-repeat; background-size:56px 56px; width:56px; height:56px; display:block;}
.post_selphoto li .addpic input{ width:56px; height:56px; opacity:0;}
.post_selphoto li .del{ background:url(../mobile/images/del_ico.png?) no-repeat; background-size:18px 18px; width:19px; height:19px; position:absolute; top:-8px; right:-8px;}
#addpic{display:none;}
.post_selphoto .imgLoading{position:absolute;opacity:0.7;}

.mod_postform .postbar{ padding-right:142px;}
.postbar .emoji,
.postbar .photo{ background:url(../mobile/images/post_act.png?) no-repeat; background-size:55px 83px; width:56px; height:42px; float:right; margin-right:-140px; }
.postbar .photo{ margin-right:-70px;}
.postbar .glb_bluebtn{  }
.postbar .photo input{ width:55px; height:42px;}
.postbar .emoji{background-position:0 -42px ;}

.btn_refresh{ background:url(../mobile/images/ico.png?) 0px 0px; width:58px; height:58px; display:block; position:fixed; right:10px; bottom:10px;opacity: 0.5;}

/*add by chenxizhong 2013-09-11*/
.tools_panel{ padding: 10px; background: #edf3f8; overflow: hidden; border-bottom: 1px solid #c2c7cb;}
.toggle_tab{background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#d3d6d8),color-stop(1,#dadcde));background:-webkit-linear-gradient(top,#d3d6d8,#dadcde) #dadcde;-webkit-box-shadow:1px 1px 0px 0px rgba(255,255,255,0.20),1px 1px 2px 3px rgba(0,0,0,0.15) inset;box-shadow:1px 1px 0px 0px rgba(255,255,255,0.50),1px 1px 2px 0px rgba(0,0,0,0.15) inset;border-radius:3px;float:left;font-size: 0;}
.toggle_tab li{display: inline-block;}
.toggle_tab li a{color: #6c8292; font-size: 10px; line-height: 23px; height: 23px; overflow: hidden; display: inline-block; padding: 0 15px;}
.toggle_tab .cur{background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#65c9fe),color-stop(1,#40bdfd));background:-webkit-linear-gradient(top,#65c9fe,#40bdfd) #40bdfd; border: 1px solid #5fb9e8; border-bottom-color: #4b96bd; border-left-color: #54a6d0;border-right-color: #54a6d0;-webkit-box-shadow:0px 1px 0px 0px #8ed7fe inset,0px 1px 2px 0px rgba(34,109,157,0.4);box-shadow:0px 1px 0px 0px #8ed7fe inset,0px 1px 2px 0px rgba(34,109,157,0.4);}
.toggle_tab .cur a{color: #fff;}

.toggle_tab li:nth-child(1){border-radius: 3px 0px 0px 3px;}
.toggle_tab li:nth-child(2){border-radius: 0px 3px 3px 0px;}

.glb_btn_gray26{ white-space: nowrap;background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#f3f7fa), color-stop(100%,#ebf1f5)); background:-webkit-linear-gradient(top,#f3f7fa,#ebf1f5); height:25px; line-height:25px; font-size:10px; color:#6c8292; text-align:center; float:right;border-width:1px; border-style:solid; border-color:#ccd0d3 #c0c4c7 #b4b8bb #c0c4c7; -webkit-border-radius:3px; border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.8)inset,1px 1px 2px rgba(0,0,0,0.1); padding: 0 15px; }

.ico_b_edit{background:url(../mobile/images/ico.png?) no-repeat -25px -270px; background-size:50px 750px; width: 15px; height: 16px; float: left;}
.glb_btn_gray26 i{ margin-top: 5px; margin-right: 5px;}

.ico_arrow_down,
.ico_arrow_up{
    height: 0; width: 0; display: inline-block; border: 6px solid transparent;font-size: 0; line-height: 0;  margin-left: 5px;border-top-color:#fff;vertical-align: top; overflow: hidden;
}
.ico_arrow_down{-webkit-transform:rotate(0deg);margin-top: 20px; }
.ico_arrow_up{ -webkit-transform:rotate(180deg);margin-top: 14px; }

.pop_select{position: absolute; width: 160px; left: 50%; top: 33px; margin-left: -88px;  z-index: 10001; display: none;}
.pop_select ul{background: rgba(58,63,67,.9);border-radius: 5px; overflow: hidden;}
.pop_select li{border-bottom: 1px solid #252829; -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,.2) inset;box-shadow: 0px 1px 0px rgba(255,255,255,.2) inset;}
.pop_select li:last-child{border-bottom: 0;}
.pop_select li:first-child{-webkit-box-shadow: none;box-shadow: none;}
.pop_select li,.pop_select li a{display: block;height: 34px; line-height: 34px; text-align: center; font-size: 14px; color: #fff; text-decoration: none; }
.pop_select li.hover{background-image:-webkit-gradient(linear,50% 0%,50% 100%, color-stop(0%,#4bb4f7), color-stop(100%,#2ca0e9)); background:-webkit-linear-gradient(top,#4bb4f7,#2ca0e9) #2ca0e9;}
.pop_select .ico_arrow_up{border-top-color:rgba(58,63,67,.9); display: block; margin-left: 74px; margin-top: 0;}
.opacity_mask{ background:#fff; opacity:0; position:fixed; z-index:1000; height:100%; width:100%; top:0; left:0; display: none; }
.mod_postlist .post_floor .viewmode {
    background: none repeat scroll 0 0 #34A5ED;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    float: right;
    height: 20px;
    line-height: 20px;
    margin: 2px 10px 0 0;
    text-align: center;
    width: 64px;
}

/* add by gwc(2013/10/17) */
.mod_page2{ }
.mod_page2 .gotowrap{ width:46%; height:40px; float:left; }
.mod_page2 .goto{ padding:0 72px 0 10px; border-width:1px; height:38px; border-style:solid; border-color:#ccd0d3 #c0c4c7 #b4b8bb #c0c4c7; border-radius:2px;}
.mod_page2 .pagebtn{ width:27%; }
.mod_page2 .pagebtn .pbtn{ margin-left:10px; }
.mod_page2 .gotobtn{ width:60px; float:right; margin:-1px -73px 0 0; position:relative; }
.mod_page2 .gototxt{ background:none; width:100%; height:38px; line-height:normal; float:left;border:none; color:#6c8292;}


/* add by baozi 13.10.18*/
.mod_page2 .pagebtn .disabled_btn{ color: #C5C5C5;!important; }
.loading_pic{ position: fixed; z-index: 999;  width: 16px; height: 16px;left: 50%;top: 50%;/*background: url(../mobile/images/douwa.gif?) center center no-repeat;*/-webkit-background-size: 16px 16px; margin-left: -8px;display: none;}

/* add by gwc(2014.3.10) æ–°å¢žæŠ•ç¥¨å¸– */
.glb_vote{ margin-top:20px; padding-bottom:20px;}
.glb_vote .votetit{ line-height:28px; font-size:15px; color:#6c8292; overflow:hidden; }
.glb_vote .votetit .type{ background:#7fcedd; font-size:12px; margin-top:2px; height:24px; line-height:24px; margin-right:5px; color:#fff; padding:0 18px 0 10px; float:left; position:relative; border-radius:2px; overflow:hidden;}
.glb_vote .votetit .arr{ width:0; height:0; border-color:#fff #fff #fff #7fcedd; border-width:12px; border-style:solid; display:block; position:absolute; top:0; right:-12px;}
.glb_vote .voteinfo, .maxchoice{ padding:5px 0; color:#a6b2bb; font-size:14px; overflow:hidden;}
.glb_vote .voteinfo .unum{ float:right;}

/* voteoption */
.glb_vote .voteoption{ padding-bottom:16px; overflow:hidden;}
.glb_vote .voteoption li{ background:#f0f5f8; height:46px; margin-top:10px; padding:0 10px 0 40px; position:relative; border-radius:3px; overflow:hidden; }
.glb_vote .voteoption i{ background:url(../mobile/images/input_custom.png?) no-repeat -1px -1px; background-size:23px 90px; width:21px; height:21px; display:block; position:absolute; left:10px; top:12px;}
.glb_vote .voteoption .text{ height:46px; font-size:13px; display:table; overflow:hidden;}
.glb_vote .voteoption .text span{ line-height:18px; color:#6c8292; display:table-cell; vertical-align:middle;}
.glb_vote .vote_multi .checked i{ background-position:-1px -46px;}
.glb_vote .vote_multi .disabled i{ background-position:-1px -69px;}
.glb_vote .vote_single .checked i{ background-position:-1px -23px;}
.glb_vote .vote_result li{ padding:0 10px;}
.glb_vote .vote_result li:nth-child(4n+1) .pbar{ background:#65c518; color:#65c518;}
.glb_vote .vote_result li:nth-child(4n+2) .pbar{ background:#ffb400; color:#ffb400;}
.glb_vote .vote_result li:nth-child(4n+3) .pbar{ background:#30adfc; color:#30adfc;}
.glb_vote .vote_result li:nth-child(4n+4) .pbar{ background:#ff5959; color:#ff5959;}
.glb_vote .vote_result .percbar{ height:12px; margin-right:42px; position:relative; }
.glb_vote .vote_result .percbar .pbar{  min-width:5px; -webkit-animation:prorun .8s ease-out; height:12px; position:relative;}
.glb_vote .vote_result .percbar .ptxt{ width:36px; height:12px; position:absolute; right:-42px; top:0; line-height:12px; }
.glb_vote .vote_result .option{ color:#6c8292; font-size:12px; height:26px; line-height:26px; margin-top:1px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
@-webkit-keyframes prorun{
    from{ width:0;}
}

/* 图片投票 */
.pic_poll{display:inline-block; _zoom:1;_display:inline;box-shadow:1px 1px 4px #c0c0c0;text-align:center;}
.pic_poll .title{font-size:14px;padding:10px;color:#505050;text-align:left;}
.pic_poll .total{margin:0 auto;font-size:18px;}
.pic_poll .button{padding:10px;}
.pic_poll .vote{cursor: pointer;}
.pic_poll img{max-width:100%;}
.pic_poll .pic{margin-top:-5px;}
.pic_poll .btn{vertical-align: middle;margin-top:-5px;}

/* pop */
.pop_mask{ background:#000; position:absolute; left:0; right:0; top:0; bottom:0; opacity:0.3;}
.pop{ background:#fff; top:20%; width:90%; left:5%; border-radius:5px; position:absolute;}
.pop .pop_close{ background:url(../mobile/images/ico.png?) no-repeat 0 -694px; background-size:50px 900px; width:27px; height:27px; display:block; position:absolute; right:-10px; top:-10px;}

.pop_idtf{ padding:30px 0 15px; margin:0 15px;}
.pop_idtf .code{ height:46px; padding-right:130px;}
.pop_idtf .img{ background:#444; width:120px; font-size:0; text-align:center; height:46px; line-height:46px; float:right; margin-right:-130px; border-radius:3px; overflow:hidden;}
.pop_idtf .img img{ width:120px; height:46px;}
.pop_idtf .glb_bluebtn{ margin-top:20px;}
.pop_idtf img{ max-height:46px; max-width:100%; vertical-align:middle;}


/* add by lili(2014.6.12) 群组短消息 */
/*header 左 短消息*/
.head_r .usermsg,header .ico_msg{ float:left; margin-right:0; margin-left:10px;}
header .addbtn,header .ico_msg,.nofaze,.dialogarea .sup{background:url(../mobile/images/pm_n_icon.png?) no-repeat; background-size:20px 98px;  display:inline-block;}
header .addbtn{ float:right; margin:10px 10px 0 0; height:19px; width:19px;}
header .addbtn{background-position:0 -30px;width:19px;height:19px;}
header .ico_msg{background-position:0 -5px;width:20px;height:20px; margin-top:10px;}
.nofaze{background-position:0 -54px;width:18px;height:18px;}
/*search 图标右*/
.mod_search_r .sehbox{ padding:0 36px 0 20px}
.mod_search_r .sehbox .sehico{ float:right; margin:3px -26px 0 0;}
.mod_search_r .sehbox label{ left:20px;}
/*好友列表*/
.friend_list {min-height: 400px;}
.friend_list li { height:44px;}
.friend_list li .img{ float:left; margin-right:10px; height:44px; width:44px; position:relative;}
.friend_list li .img img{ border-radius:5px; height:44px; width:44px;}
.friend_list li .img .msgnum{ background:#f02c2c; border:2px solid #fff; border-radius:20px; color:#fff; font-family:"arial"; font-size:13px; line-height:20px; height:20px; width:20px; text-align:center; position:absolute; right:-11px; top:-11px; -moz-box-shadow: 1px 2px 1px #dfdfdf; -webkit-box-shadow: 1px 2px 1px #dfdfdf; box-shadow: 1px 2px 1px #dfdfdf;}
.friend_list li .tit{ color:#6c8292; font-size:14px;}
.friend_list li .text{ color:#a6b2bb; font-size:12px; line-height:24px; height:24px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.friend_list .glb_graybtn{ margin:10px 10px 0;}
.friend_list li .nofaze{ position:absolute; right:0; bottom:0;}
/*对话*/
.glb_dialoguelist { padding:10px;}
.dialogPm{ padding-bottom:50px;}
.glb_dialoguelist .post_time{ color:#999; padding:15px; text-align:center;}
.dialogue_list li{ padding:8px 0;}
.dialogue_list .img{ border-radius:5px; height:40px; width:40px;}
.dialogue_list .dialogarea{ border-radius:10px; font-size:14px; font-family:"Microsoft yahei"; line-height:20px; max-width:210px; padding:10px; position:relative; word-wrap: break-word;}
.dialogarea .sup{width:8px;height:8px; position:absolute; top:4px;}
.dialogue_list .dialone .img{ float:left;}
.dialogue_list .dialone .dialogarea{ background:#70c6fc; color:#fff; margin-left:15px; float:left;}
.dialogue_list .dialone .sup{background-position:0 -77px; left:-7px;}
.dialogue_list .dialtwo .img{ float:right;}
.dialogue_list .dialtwo .dialogarea{ background:#e5e5e5; color:#333; margin-right:15px; float:right;}
.dialogue_list .dialtwo .sup{background-position:0 -90px; right:-7px;}
/*发送信息*/
.sendmsg{ border-top:1px solid #c8c8c8; background:#fff; padding:10px 0; height:30px; width:100%; position:fixed; left:0; bottom:0;}
.sendmsg form{ padding:0 10px;}
.sendmsg .intext,.sendmsg .insend {vertical-align:middle;}
.sendmsg .intext input,.sendmsg .insend{border:1px solid #b7b7b7;}
.sendmsg .intext{ margin-right:90px;}
.sendmsg .intext input{ height:18px; line-height:18px; width:100%; padding:5px;}
.sendmsg .insend{ background:#f5f5f5; color:#333; float:right; margin-top:-30px; height:30px; line-height:28px; width:70px; text-align:center;}

/* 木有结果 */
.no_result {
    padding-top: 80px;
}

.no_result .text {
    color: #319908;
    font-size: 14px;
    text-align: center;
}

.no_result .tip {
    width: 258px;
    margin: 30px auto 0 auto;
    overflow: hidden;
}

.no_result .tip_ico {
    float: left;
    height: 75px;
    width: 41px;
    background: url(../mobile/images/pm_failure.gif?) no-repeat;
    -webkit-background-size: 41px 75px;
}

.no_result .tip_text {
    color: #999;
    line-height: 26px;
    font-size: 12px;
    margin-left: 20px;
    width: 195px;
    float: left;
    margin-top: 15px;
}

/* 补充 by baozi  */

.ico_msg .msg_red_dot {
    width: 10px;
    height: 10px;
    background-color: #EE0000;
    border-radius: 5px;
    position: relative;
    right: -14px;
    bottom: 3px;
    display: none;
}

.scroller{
    position: absolute;
    z-index: 1;
    /* -webkit-touch-callout: none; */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 94%;
    padding: 0;
}
/*搜索改版*/
.mod_search3 .sehbox{border-radius: 2px; padding:0 60px 0 10px;}
.mod_search3 .sehbox label{left:10px;}
.mod_search3 .sehbox .sehbtn{ cursor: pointer; background-color:#eee;border-radius: 3px;border: 1px solid #d4d4d4; color:#6c8292; font-size: 14px; height:34px; line-height: 34px; width: 55px; text-align: center; position: absolute;right: -1px; top: -1px;}


/* 2014-11-21 */
.mod_postlist .post_floor .host{ height:26px; float:left; overflow:hidden;}
.mod_postlist .post_floor .host span{ float:left;}
.mod_postlist .post_floor .host a{ color:#61c2f4;}
.glb_level{ background:url(../mobile/images/level.png?) no-repeat; margin:0 5px; background-size:22px 100px; color:#bc9057; font-weight:700; font-family:"arial"; width:22px; height:22px; line-height:24px; text-align:center; float:left;}
.glb_level6,
.glb_level6,
.glb_level7,
.glb_level8,
.glb_level9{ background-position:0 -23px;}
.glb_level10,
.glb_level11,
.glb_level12,
.glb_level13,
.glb_level14,
.glb_level15{ background-position:0 -46px; line-height:26px;}
.mod_groupitem .opbtn .glb_bluebtn{ width:62px; height:24px; line-height:24px; font-size:12px; float:left; margin-right:4px; text-align:center;}
.mod_groupitem .opbtn .glb_disbtn{ margin-right:4px;}
.glb_disbtn{ background:#eee; height:24px; line-height:24px; font-size:12px; padding:0 10px; text-align:center; color:#888; border:#c5c5c5 1px solid; border-radius:2px; float:left; }

/*评论 楼中楼*/
.com_post .post_title{ color:#6c8292; font-size: 14px; line-height: 24px;}
.com_post .mod_postlist{padding:0 10px;}
.com_post .mod_postlist li{ border:0; padding:0 10px;}
.com_post .mod_postlist .replybtn{ padding:8px 15px;}
.com_post .post_time{padding:10px 0;}
.com_post .post_time .time{ float: left; margin-left: 0;margin-top: 8px;}
.com_post .com_list{border:1px solid #c2c7cb;border-radius: 3px;margin-top: 15px;}
.com_post .com_list li{color: #6c8292;line-height: 20px; padding:8px 10px; position: relative;word-wrap: break-word;word-break: normal;}
.com_post .com_list,.com_post .com_list li{-webkit-user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.com_post .com_list li:hover,.com_post .com_list li.hover{ background-color: #eff6fa;}
.com_post .com_list .item{border-top: 0;padding: 0;border: none;}
.com_post .com_list .arw,.com_post .com_list .arw i{display:block;height:0;width:0;font-size: 0;line-height: 0;border-style:dashed dashed solid dashed;position:absolute;border-width:6px;}
.com_post .com_list .arw i{top:-5px;left:-6px;border-color:transparent transparent #fff transparent;}
.com_post .com_list .arw{top:-13px;left:20px;border-color:transparent transparent #c2c7cb transparent;}
.com_post .com_list a{color: #61c2f4;}
.com_post .com_list .time{ color: #a6b2bb;}
.com_post .com_list .page{}
.com_reply{position: fixed;top: 0;left: 0;width: 100%;background: #fff;height: 100%;z-index: 1001;}
/*END评论 楼中楼*/

.g_usualpop{ width:260px; border:#ddd 1px solid; border-radius:3px; display:none; padding:10px 0 20px; background:#fff; position:fixed; text-align:center; left:50%; top:50%; margin:-20px 0 0 -140px; z-index: 999; }
.g_usualpop .tips{  text-align:center;  line-height: 26px; color:#333; padding:20px;  }
.g_usualpop .okbtn,
.g_usualpop .cancelbtn{ background:#fbfbfb; border:#ddd 1px solid; display:inline-block; color:#333; border-radius: 3px;  width:80px; height:26px; line-height:26px; text-align:center;}
/*app 广告*/
@-webkit-keyframes downbtn{
0%{ -webkit-transform: scale(1); }
50%{ -webkit-transform: scale(1.2); }
100%{ -webkit-transform: scale(1); }
}
@-webkit-keyframes downbtn_s{
0%{ -webkit-transform: translateY(0); }
50%{ -webkit-transform: translateY(-5px); }
100%{ -webkit-transform: translateY(0); }
}
/*.toplink{ display: block; background: #2cd2b5; width: 100%; height: 70px; }
.toplink .center{ display: block; position: relative; background: url(http://s1.img4399.com/f/qikan~weixin/4746) no-repeat; -webkit-background-size: 320px 70px; width: 320px; height: 70px; margin: 0 auto; }
.toplink .center span{ position: absolute; background: url(../mobile/images/public/10_btn_gold.png?) no-repeat; width: 0px; height: 0px; -webkit-background-size: 116px 44px; top: 15px; right: 0px; -webkit-animation: downbtn_s 1s infinite linear; }*/

.clientlink{ display: none; position: fixed; bottom: 0; left: 0; width: 100%; height: 50px; min-width: 320px; }
.clientlink .bg{ position: absolute; background: #000; left: 0; top: 0; right: 0; bottom: 0; opacity: .6; z-index: 5; }
.clientlink .content{ position: relative; width: 100%; height: 50px; padding: 4px 15px 4px 30px; -webkit-box-sizing: border-box; z-index: 10; }
.clientlink .link{ float: right; background: #65c518; width: 75px; height: 30px; margin-top: 6px; border-radius: 3px; font-size: 13px; color: #fff; line-height: 30px; text-align: center; }
.clientlink .logo{ float: left; background: url(../mobile/images/clientlink_sprites.png?) no-repeat; width: 42px; height: 42px; margin-right: 10px; -webkit-background-size: 42px 65px; }
.clientlink .text{ float: left; color: #fff; font-size: 12px; }
.clientlink .text .big{ margin: 4px 0 3px; font-size: 17px; }
.clientlink .close{ position: absolute; background: url(../mobile/images/clientlink_sprites.png?) no-repeat 0 -47px; left: 3px; top: 3px; width: 16px; height: 16px; -webkit-background-size: 42px 65px; }
/*app 广告END*/

.turn_90 {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.turn_180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.turn_270 {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.m_topic_list_delete{ background: url(../mobile/images/ico.png?) no-repeat -28px -144px;background-size: 50px 900px;
    position: absolute;
    right:10px;
    top:15px;
    width:21px;
    height:22px;
}

/*收藏成功*/
.m-favorite_success{
    width:160px;
    height:70px;
    line-height: 70px;
    font-size:20px;
    color:#fff;
    -webkit-border-radius:5px;
    background:rgba(0,0,0,0.5);
    text-align: center;
    position: fixed;
    top:50%;
    left:50%;
    margin:-35px 0 0 -80px;
    display: none;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    _width: 100%;
}

/*消息样式*/

.mod_msgtab{ background:#ebf1f5; height:44px; text-align:center; overflow:hidden;}
.mod_msgtab ul{ background:#fff; margin:9px 72px 0; border:#c7c4c0 1px solid; border-radius:3px; overflow:hidden;}
.mod_msgtab li{ width:50%; height:26px; line-height:26px; float:left; text-align:center; }
.mod_msgtab li a{ background:#e1e1e1; display:block; color:#999; font-size:12px; border-right:#c7c4c0 1px solid;}
.mod_msgtab li:last-child a{ border:none;}
.mod_msgtab .cur a{ background:#fff; color:#333;}

/*签到广告*/
html {
    min-height: 100%;
}
body {
    min-height: 100%;
}
.popover_al {
    position: fixed;
    top:0;left:0;right:0;bottom:0;
    z-index: 1;
    display: none;
}
.al_bg {
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
}
.al_alert {
    background-color: #fff;
    text-align: center;
    width: 80%;
    border-radius: 6px;
    padding: 25px 15px 15px 15px;
    margin: 150px auto 0 auto;
    position: relative;
}
.al_alert i {
    background: url(../mobile/images/ad_close.png?) 0 0 no-repeat;
    background-size: 100%;
    width: 23px;
    height: 23px;
    position: absolute;
    right: -11px;
    top: -11px;
}
.al_alert p {
    color: #6c8292;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}
.al_alert p b {
    color: #fe5c57;
    font-weight: normal;
}
.al_alert a {
    background-color: #6ecdff;
    color: #fff;
    font-size: 12px;
    line-height: 34px;
    height: 34px;
    border: 1px solid #5fb9e8;
    border-radius: 3px;
    display: block;
}
.popover_signed {
    position: fixed;
    width: 150px;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -75px;
    z-index: 1;
    display: none;
}
.signed_bg {
    background-color: #000;
    opacity: 0.6;
    border-radius: 2px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.signed_alert {
    text-align: center;
    padding: 18px 0;
    position: relative;
    z-index: 1;
}
.signed_alert p {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}
.signed_alert p .signed_alert_b {
    color: #ff6561;
    position: relative;
}
.ad_cate_150 .ad_cate_152 .ad_cate_154 .ad_cate_215 .ad_cate_203 .ad_cate_216 {
    display: block;
}
.ad_cate_150 img , .ad_cate_152 img , .ad_cate_154 img , .ad_cate_215 img , .ad_cate_216 img , .ad_cate_203 img{
     display: block;
     width: 100%;
 }
.top{
    position: fixed;
    top: 0;
    z-index: 999999;
}
/* 游戏嵌入 */
.m_gameBox {
    width:250px;
    height:50px;
    background:#f7f9f6;
    position: relative;
    border-radius:4px;
    margin:10px 0;
}
.m_gameBox .pic {
    position: absolute;
    left: 10px;
    top: 6px;
    width:39px;
    height:39px;
}
.m_gameBox .pic  img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}
.m_gameBox .info {
    padding-left: 55px;
    padding-top: 13px;
}
.m_gameBox .info .title {
    line-height:12px;
}
.m_gameBox .info .view {
    line-height: 18px;
    color: #959694;
    font-size:6px;
}
.m_gameBox .title {
    color: #000000;
    font-size:8px;
    font-weight: bold;
}
.m_gameBox .time {
    line-height: 18px;
    font-size:6px;
    color: #ffa92d;
}
.m_gameBox .btn {
    color: #fff;
    font-size:7px;
    background: #54ba3d;
    text-align:center;
    width: 37px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    top: 16px;
    right: 10px;
    border-radius:1px;
}
.m_gameBox .btn_yuyue {
    color: #fff;
    font-size:7px;
    background: #ffa92d;
    text-align:center;
    width: 37px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    top: 16px;
    right: 10px;
    border-radius:1px;
}

.report{color:#61C2F4;}
.report-cancel {float: right; color: #61C2F4; font-weight: normal;}
.report-html .mod_menulist li{padding:0 0px; width: 49%; float: left; display: block;border-bottom: #E3E3E3 1px solid;}
.report-html .mod_menulist li.one{border-right: #E3E3E3 1px solid; }
.report-html .mod_menulist li .select{float: left; margin-right: 4px;}
/*底部提示*/
.more_old{
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}
.more_old span{
    padding: 0px 10px;
    border: 1px solid #e0e0e0;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.mod_tip{
    text-align: center;
    background-color: white;
    color: #999;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding-top: 10px;
}

.change_type {
    font-size: 12px;
    padding-left: 18px;
    background: url(../mobile/images/safe_tab_u.gif?) repeat-x 0 31px;
    height: 33px;
    overflow: hidden;
    line-height: 34px;
}

.change_type div{
    width: 82px;
    height: 32px;
    text-align: center;
    margin: 0 5px;
    float: left;
    background: url(../mobile/images/safe_tab_u.gif?) no-repeat 0 -38px;
    line-height: 30px;
    cursor: pointer;
    color: #237daf;
}

.change_type div.on {
    background-position: 0 -3px;
    font-weight: bold;
}

.admin_check .admin_check_line {
    clear: both;
    margin: 10px auto;
    /* width: 400px; */
    width: 100%;
    overflow: hidden;
}

.admin_check_hide {
    display: none;
}

.admin_check .admin_check_label {
    text-align: right;
    width: 120px;
    font-size: 14px;
}

.admin_check button {
    /* overflow: visible; */
    background: none #80c90d;
    width: 140px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    border-radius: 2px;
    color: #fff!important;
    border: none;
    cursor: pointer;
    outline: none;
}
.admin_check button.dis{
    background:none #c8c8c8;
    cursor: default;
}
.admin_check .admin_check_label, .admin_check .admin_check_content {
    display: block;
    float: left;
    padding-right: 15px;
    line-height: 30px;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
}

.admin_check .highlight {
    color: #237daf!important;
}

.admin_check input.text, select.text {
    border: 1px solid #7f9db9;
    background: none;
    height: 20px;
    line-height: 20px;
    padding: 3px 5px;
}

.admin_check div {
    display: block;
}

.admin_check .admin_check_confirm {
    background-color: #0ec4f6;
    border: 1px solid #57b0d9;
    color: #FFFFFF;
    font-size: 15px;
    height: 34px;
    line-height: 32px;
    /* margin: 0 5px 10px 5px; */
    /* margin-bottom: 20px; */
    width: 100%;
    text-decoration: none;
}

.admin_check .code_tips{
    padding-top: 10px;
    color: red;
    display: none;
    clear: both;
    text-align: center;
}

#btn_line .admin_check_content {
    /* margin-top: 20px; */
    text-align: center;
    padding: 0;
    width: 100%;
}

.admin_check .code_tips_empty{
    padding-top: 15px;
    color: red;
    display: none;
    clear: both;
    text-align: center;
}

/* 全局添加“我”标识 */
.ico_tag_me{
    background: url(../mobile/images/tag_me.png?) no-repeat center center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    /* display: inline-block; */
    /* margin-left: 2px; */
    /* vertical-align: middle; */
    vertical-align: top;
    margin-top: 3px;
    margin-left: 6px;
    /* margin-right: 5px; */
    float: left;
}
.glb_textlist li .info{
    position: relative;
}

.glb_textlist li .info .view_state{
    color: #6c8292;
    position: absolute;
    left: 30%;
    top: 10px;
}
 .view_state  .ico_eye{
    background: url(../mobile/images/icon_eye.png?) no-repeat center center;
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}

.glb_textlist li .info_1 .view_state  {
    float: left;
}

.m-totast{
    display:none;
    font-size:12px;
    left:50%;position:fixed;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;z-index:10000;
}
.m-totast .in{background-color:rgba(0,0,0,.6);border-radius:60px;color:#fff;display:inline-block;margin:0 auto;min-width:160px;padding:10px;}


/* 管理条例 */
.agreement{
    color:#3C3229;
    margin-top: 10px;
    display: block;
    font-size: 12px;
}
.agreement input,.agreement span,.agreement a{
    vertical-align: middle;
    display: inline-block;
}
.agreement a {
    color: #0076CC;
}
