body {
    background-color: #f3f3f5;
    font-family: Avenir, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    color: #4b4b4b;
}

select, input, button, textarea {
    font-family: Avenir, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}

a:hover {
    text-decoration: none;
}

.main_filter .query_btn:hover {
    background: #dfdfdf;
}

.wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.cf {
    *zoom: 1;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* select 控件模拟 */
.select_menu {
    position: relative;
    border: 1px solid #d9dadc;
    background-color: #ffffff;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.select_menu_large {
    height: 38px;
}

.select_menu .placeholder {
    display: block; /*color: #999999;*/
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}

.select_menu_large .placeholder {
    line-height: 38px;
}

.select_menu .selected {
    float: left;
    display: block;
    color: #4b4b4b;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}

.select_menu_large .selected {
    height: 38px;
    line-height: 38px;
}

.select_menu .drop_menu {
    z-index: 20;
    display: none;
    position: absolute;
    left: -1px;
    top: 100%;
    right: -1px;
    z-index: 10;
    padding-top: 5px;
    vertical-align: top;
    border: 1px solid #d9dadc;
    background-color: #ffffff;
}

.select_menu .drop_menu li {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    cursor: pointer;
}

.select_menu .drop_menu .current {
    background-color: #f4f5f9;
}

.select_menu .drop_menu li:hover {
    background-color: #f4f5f9;
}

/* header */
.header {
    height: 105px;
    background-color: #ffffff;
    border-bottom: 1px solid #d9dadc;
}

.header .wrapper {
    height: 105px;
}

.header .logo {
    float: left;
    height: 43px;
    margin-top: 31px;
    font-family: microsoft yahei, arial;
}

.header h1 {
    float: left;
    width: 160px;
}

/*.header h1 a { display: block; height: 43px; background: url(../img/logo.png) no-repeat; overflow: hidden; text-indent: -100%; }*/
.header h1 a {
    display: block;
    height: 43px;
    background: url(../img/hzcs_logo.png) no-repeat;
    overflow: hidden;
    text-indent: -100%;
}

.header h2 {
    float: left;
    position: relative;
    height: 42px;
    line-height: 42px;
    margin-left: 24px;
    padding-left: 20px;
    background: url(../img/logo_subtitle_bg.png) left center no-repeat;
    font-size: 26px;
    font-weight: 400;
    color: #666666;
}

.header h2 span {
    position: absolute;
    top: 6px;
    right: -60px;
    width: 46px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    background-color: #cfcfcf;
    text-align: center;
    color: #ffffff;
}

.header .toolkit {
    float: right;
    height: 40px;
    margin-top: 14px;
    font-size: 16px;
}

.header .avatar {
    float: left;
    line-height: 40px;
}

.header .avatar img {
    float: left;
    vertical-align: top;
    width: 38px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #d9dadc;
}

.header .avatar span {
    display: block;
    margin-left: 52px;
    line-height: 38px;
}

.header .menu {
    position: relative;
    float: left;
    height: 33px;
    margin-top: 11px; /*overflow: hidden;*/
    margin-left: 5px;
}

.header .menu a {
    float: left;
    padding: 0 12px;
    margin-left: -1px;
    line-height: 18px;
    border-left: 1px solid #e1e1e1;
    color: #666666;
}

.header .menu a:hover {
    color: #3b74b4;
    text-decoration: underline;
}

/* 消息提示框 */
.menu_innerDiv {
    position: absolute;
    top: 20px;
    left: -127px;
    font-size: 14px;
    padding: 20px 28px 12px 22px;
    width: 150px;
    background: url('../img/tips.png') no-repeat;
}

.header .menu .menu_innerDiv a {
    color: #3a75b1;
    float: none;
    padding: 0;
    line-height: inherit;
    margin: 0;
    border: none;
}

.menu_innerDiv a:hover {
    text-decoration: underline;
}

/* main framework */
/* block */
.main_container {
    margin-top: 30px;
    background-color: #ffffff;
    border: 1px solid #d9dadc;
    zoom: 1;
    clear: both;
}

.mod_side {
    float: left;
    width: 215px;
    border-right: 1px solid #d9dadc;
}

.mod_main {
    margin-left: 215px;
    border-left: 1px solid #d9dadc;
}

/* side */
.side_menu {
    padding-top: 20px;
    margin-top: -1px;
    margin-bottom: 15px;
    border-top: 1px solid #d9dadc;
}

.side_menu .title {
    height: 36px;
    line-height: 36px;
    padding-left: 60px;
    background-image: url(../img/icon_side_title.png);
    background-repeat: no-repeat;
    font-size: 20px;
    font-family: microsoft yahei, arial;
    font-weight: 500;
    color: #4b4b4b;
}

.side_menu .title_manage {
    background-position: 18px 0;
}

.side_menu .title_setting {
    background-position: 18px -36px;
}

.side_menu .title_help {
    background-position: 18px -72px;
}

.side_menu .menu_list {
}

.side_menu li {
    height: 38px;
    margin-top: 6px;
    font-family: microsoft yahei, arial;
}

.side_menu li a {
    display: block;
    line-height: 38px;
    padding-left: 60px;
    line-height: 38px;
    font-size: 16px;
    color: #4b4b4b;
}

.side_menu li a:hover {
    color: #44b549;
    text-decoration: none;
}

.side_menu .current a, .side_menu .current a:hover {
    background-color: #44b549;
    color: #ffffff;
}

/* main */
.btn_green, .btn_green:active {
    background-color: #44b549;
    border: 1px solid #44b549;
    border-radius: 2px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.btn_gray, .btn_gray:active {
    background-color: #e9e9e9;
    border: 1px solid #cecece;
    border-radius: 2px;
    text-align: center;
    color: #4b4b4b;
    cursor: pointer;
}

.main_header {
    padding-right: 25px;
    padding-left: 25px;
}

.main_title {
    height: 40px;
    padding: 18px 0;
}

.main_title h2 {
    float: left;
    line-height: 40px;
    font-size: 20px;
    font-weight: 400;
}

.main_title .new_proj {
    float: right;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 20px;
}

.main_title .go_tenpay {
    float: right;
    line-height: 40px;
    padding-left: 36px;
    background: url(../img/icon_tenpay.png) left center no-repeat;
    font-size: 16px;
    color: #5587be;
}

.main_filter {
    padding: 12px;
    background-color: #f7f7f7;
    border: 1px solid #d9dadc;
    border-radius: 2px;
    font-size: 14px;
    color: #4b4b4b;
}

.main_filter .filter_row, .main_filter .filter_col {
    height: 40px; /*overflow: hidden;*/
    zoom: 1;
}

.main_filter .filter_row {
    padding: 10px 0 10px 15px;
}

.main_filter .filter_col {
    float: left;
}

.main_filter label, .main_filter .label_mark {
    float: left;
    line-height: 40px;
}

.main_filter .project_state {
    z-index: 30;
    float: left;
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url(../img/icon_select_arrow.png);
    background-position: 139px center;
    background-repeat: no-repeat;
    *zoom: 1;
}

.main_filter input {
    float: left;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 5px;
    border: 1px solid #d9dadc;
    background-color: #ffffff;
    border-radius: 3px;
}

.main_filter .input_full {
    width: 196px;
    background-color: #ffffff;
}

.main_filter .datepicker {
    width: 90px;
    padding-right: 31px;
    background: #ffffff url(../img/icon_datepicker.png) 100px center no-repeat;
}

.main_filter .query_btn {
    float: left;
    height: 38px;
    padding: 0 38px;
}

.main_body {
    padding: 25px;
    overflow: auto;
}

.main_body a:hover {
    text-decoration: underline;
}

/* 注册页面 */
.signup_title {
    height: 36px;
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #44b549;
    color: #4b4b4b;
}

.signup_title h2 {
    float: left;
    line-height: 36px;
    font-size: 20px;
    font-weight: 400;
}

.signup_title .title_tips {
    float: left;
    line-height: 36px;
    font-size: 14px;
}

.signup_title .title_help {
    float: right;
    line-height: 36px;
    padding-left: 36px;
    padding-right: 5px;
    font-size: 14px;
    background: url(../img/icon_side_title.png) 0 -72px no-repeat;
    color: #4b4b4b;
}

/*颁*/
.pages {
    position: relative;
    padding: 40px 0px;
    height: 36px;
}

.pages .pages_inner {
    height: 36px;
    float: right;
}

.pages a, .pages .more {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-top: 1px;
    padding: 0 14px;
    border: 1px solid #e2e2e2;
    color: #4b4b4b;
    margin-left: 6px;
}

.pages .more {
    color: #888888;
}

.pages .current {
    margin-top: 0;
    height: 34px;
    line-height: 34px;
    border: 1px solid #acd3ae;
    background-color: #50ba54;
    color: #ffffff;
}

.pages .disabled {
    color: #999999;
}

/* footer */
.footer {
    margin-top: 34px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-top: 1px solid #dfdcdc;
    font-size: 0;
    text-align: center;
}

.footer .inner {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 5px;
    font-size: 12px;
}

.footer .concat_us {
    height: 32px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}

.footer .concat_us span {
    float: left;
    margin-right: 20px;
    line-height: 32px;
    font-size: 14px;
}

.footer .concat_us .title {
    margin-right: 50px;
    font-size: 20px;
}

.footer .feedback {
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    font-size: 14px;
}

.footer .feedback a {
    padding: 0 5px;
    color: #000000;
}

.footer .links {
    padding-top: 15px;
    border-top: 1px solid #ffffff;
    line-height: 26px;
    color: #989898;
}

.footer .links a {
    padding: 0 9px;
    color: #989898;
}

.footer .links a:hover {
    text-decoration: none;
}

.footer .copyright {
    line-height: 24px;
    color: #989898;
}

/***
* kidxiong
* 测试弹出层
*/
.floatDiv .floatClose, .floatDiv .floatCloseBtn, .floatContent .floatOkBtn {
    cursor: pointer;
    float: left;
    display: block;
    width: 18px;
    height: 16px;
    border: 0;
    background: url(../img/icons.png) 0px -193px no-repeat;
}

.floatDiv {
    color: red;
    background-color: #fff;
    line-height: 25px;
    z-index: 9999;
    display: none;
    border: 3px solid #a1a1a1;
    width: 440px;
}

.floatTitle {
    background-color: #4e931c;
    color: #fff;
    display: block;
    height: 60px;
    width: 100%;
    line-height: 60px;
    text-indent: 30px;
}

.floatContent {
    width: 100%;
    font-size: 12px;
    color: #3f3f3f;
    padding: 15px 0;
}

.floatContent p {
    text-indent: 2em;
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
}

.floatContent h4.tips-title {
    text-indent: 2em;
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 100;
}

.floatContent p.tips-content {
    width: 85%;
    margin: 0 auto;
    text-indent: 0em;
    padding-bottom: 18px;
}

.floatDiv .floatClose {
    background-position: -154px -194px;
    width: 14px;
    height: 14px;
    float: right;
    display: block;
    margin-right: 14px;
    margin-top: 20px;
    text-indent: -9999px;
    overflow: hidden;
}

.floatContent .floatCloseBtn, .floatContent .floatOkBtn, .floatDiv .floatCloseBtn {
    background-position: -151px -303px;
    width: 122px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 20px 0 20px 0;
    overflow: hidden;
    text-decoration: none;
    float: none;
    margin: 0 auto;
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    margin-bottom: 16px;
}

.floatTitle-h4 {
    font-size: 16px;
}

p.tips_success, h4.tips_success {
    background: url(../img/icon_success1.png) no-repeat;
    padding-left: 10px;
    line-height: 40px;
    font-size: 14px;
}

p.tips_error, h4.tips_error {
    background: url(../img/icon_error1.png) no-repeat;
    padding-left: 10px;
    line-height: 40px;
    font-size: 14px;
}

p.tips_warning, h4.tips_warning {
    background: url(../img/icon_warning1.png) no-repeat;
    padding-left: 10px;
    line-height: 40px;
    font-size: 14px;
}

.tips-loading {
    background: url("../img/loading1.gif") no-repeat top left;
    padding-left: 40px;
    padding-bottom: 10px;
}

/* 系统通知 */
.sys_notice {
    position: relative;
    margin-top: 24px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px 25px 5px 15px;
    background-color: #fcfad4;
    border: 1px solid #f9c894;
    border-radius: 3px;
}

.sys_notice .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: -100em;
    background: url(../img/icon_close.png) center center no-repeat;
}

.sys_notice p {
    line-height: 26px;
}

/*身份识别*/
.mod_identity {
    padding: 30px 40px 105px 40px;
}

.mod_identity .tips a {
    color: #4c7eb8;
}

.mod_identity .tips a:hover {
    text-decoration: underline;
}

.mod_identity .tips {
    margin-top: 34px;
    line-height: 30px;
    font-size: 20px;
    color: #4a4a4a;
    text-align: center;
}

.mod_identity .identity_list {
    margin-top: 56px;
    /*margin-left: -92px;*/
    margin-left: 36px;
    height: 252px;
}

.mod_identity .identity_list li {
    float: left;
    width: 282px;
    height: 208px;
    margin-left: 92px;
    padding-top: 42px;
    border: 1px solid #c7c7c7;
    background-color: #f5f5f5;
    border-radius: 3px;
    text-align: center;
}

.mod_identity .identity_list li a {
    display: block;
    overflow: hidden;
}

.mod_identity .identity_list li:hover {
    background-color: #eeeeee;
}

.mod_identity .icon {
    display: block;
    width: 102px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    background: url(../img/icon_identity.png) no-repeat;
}

.mod_identity .single {
    background-position: 0 0;
}

.mod_identity .group1 {
    background-position: 0 -110px;
}

.mod_identity .group2 {
    background-position: 0 -220px;
}

.mod_identity .identity_list p {
    line-height: 32px;
    font-size: 18px;
    color: #5f5f5f;
}

.appplication_result {
    text-align: center;
    padding: 20px 72px 30px 0;
}

.appplication_result .result_title {
    color: #434343;
    font-size: 22px;
    font-weight: 700;
    line-height: 44px;
    vertical-align: top;
}

.appplication_result .result_title .icon_success {
    vertical-align: top;
    *vertical-align: -21px;
    margin-right: 15px;
}

.appplication_result .result_content {
    font-size: 16px;
    line-height: 24px;
}

.appplication_result .wechat_card {
    margin-top: 33px;
}

.appplication_result .wechat_card img {
    vertical-align: top;
}

.appplication_result .wechat_card span {
    color: #acacac;
    font-size: 12px;
    padding-top: 10px;
    display: block;
}

.appplication_result .result_opt {
    margin-top: 23px;
}

.index {
    background-color: #fff;
}

.banner {
    background: #98dbf8;
    width: 100%;
    text-align: center;
}

.index_warpper {
    margin-top: 78px;
    margin-bottom: 78px;
    width: 100%;
}

.index_menu {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.index_menu .index_list {
    height: 160px;
}

.index_menu .index_list li {
    float: left;
    width: 26%;
    height: 156px;
    /*padding-top: 42px;*/
    /*background-color: #f5f5f5;*/
    border-radius: 3px;
    text-align: center;
    /*cursor: pointer;*/
}

.index_menu .index_list li.bdright {
    border-right: 1px solid #c7c7c7;
    margin-right: 5%;
    padding-right: 5%;
}

.index_menu .icon {
    display: block;
    width: 110px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    background: url(../img/index_icon.jpg) 0 0 no-repeat;
}

.index_menu .index_list p {
    line-height: 32px;
    font-size: 14px;
    color: #b8b8b8;
}

.index_menu .proj_manage {
    background-position: 0 0;
}

.index_menu .proj_publish {
    background-position: 0 -90px;
}

.index_menu .wechat_pub_accounts {
    background-position: 0 -180px;
}

.index h2 {
    color: #595959;
    font-size: 20px;
    font-weight: normal;
}

.index .header .menu a.login_btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f3f3f3;
    border: solid 1px #dad9d9;
    height: 31px;
    line-height: 31px;
    width: 34px;
}

.index .header .menu a.help_btn {
    border-left: solid 1px #dad9d9;
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 18px;
    margin-top: 6px;
    height: 19px;
    line-height: 19px;
    height: 31px;
    width: 34px;
}

.header .menu a.login_btn:hover {
    background-color: #dfdfdf;
}

/*.header .menu a {
	float: left;
	height: 31px;
	width: 34px;
	padding: 0 20px;
	margin-left: 0;
	line-height: 31px;
	border-left: 1px solid #e1e1e1;
	color: #666666;
}*/
.setting_preview {
    font-size: 14px;
}

.setting_preview table {
    margin-bottom: 35px;
    width: 100%;
}

.setting_preview td {
    padding: 10px 0;
    line-height: 26px;
}

.setting_preview .label {
    width: 98px;
}

.setting_preview td a {
    color: #3a75b1;
}

.setting_preview td a:hover {
    text-decoration: underline;
}

.setting_preview span {
    margin-right: 20px;
}

.setting_preview .sub_title {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #44b549;
    font-size: 20px;
}

.setting_preview .ctrl {
    padding-top: 20px;
    height: 42px;
}

.setting_preview .ctrl .btn {
    height: 40px;
    float: left;
    margin-right: 40px;
    padding: 0 54px;
    font-size: 16px;
    line-height: 40px;
}

.btn-green-s1 {
    background: url(../img/bg_btn_lp_v2.png) no-repeat;
    _background: url(../img/bg_btn_lp_png8.png) no-repeat;
    border: 0 none;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    outline: 0 none;
    display: inline-block;
    cursor: pointer;
    width: 175px;
    height: 38px;
    background-position: 0 0;
    color: #fff;
    line-height: 38px;
}

.btn-green-s1:hover {
    background-position: 0 -40px;
    text-decoration: none;
    color: #FFF;
}

.proj-qrcode-wrap img {
    width: 200px;
    height: 200px;
}

/*  |xGv00|c6e76548d5805a0a9525a5ca9befbaac */