@charset "UTF-8";
@import url("bootstrap.min.css");
@import url("bootstrap-theme.min.css");
@import url("jstree_theme.css");
@import url("select2.css");
@import url("minimal/red.css");
body {
    background-color: #fff;
    color: #555;
    font-size: 14px;
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.h4,
.h5,
.h6,
h4,
h5,
h6,
p {
    margin: 0;
}

input:focus {
    outline: none;
    border-color: #70ace7;
    background-color: #f8fbff;
}

a {
    color: #1e538a;
}

a:hover {
    text-decoration: none;
}
.coupon_libao {
	display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/libao.png);
    background-size: 15px 15px;
}
.common_table_choosecoupon tr {
    cursor: pointer;
}

.common_table_choosecoupon tr#con_table_title {
    cursor: default;
}

.common_table_choosecoupon tr.background_color_check,
.common_table_choosecoupon tr.background_color_check.background_color_hover {
    background-color: #e9f7ed;
    border-bottom: 1px solid #e9f7ed;
}

.common_table_choosecoupon.common_table table tr td {
    padding: 8px 4px;
}

.common_table_choosecoupon .table_tools .add_custom {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 6px;
    padding-left: 5px;
}

.common_table_choosecoupon .table_tools .add_custom:hover {
    color: #900;
}

.common_table_choosecoupon.common_table table tr td:first-child {
    padding-left: 15px;
}

.common_table {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin: 0px 15px 10px;
    background-color: #fff;
    /* min-width: 850px; */
}

.common_table .table_tools {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
}

.common_table .table_tools .left_part {
    float: left;
}

.common_table .table_tools .search_tool {
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    width: 210px;
    margin: 6px;
    background-color: #ffffff;
    position: relative;
}

.common_table .table_tools .search_tool input {
    border: none;
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    float: left;
}

.common_table .table_tools .search_tool .btn_search {
    display: inline-block;
    background: #fff url("../images/icon_search.png") no-repeat center 5px;
    width: 28px;
    height: 28px;
    overflow: hidden;
    text-indent: -999px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.common_table .table_tools .search_tool .btn_search:hover {
    background: #2e79ba url("../images/icon_search.png") no-repeat center -34px;
}

.common_table .table_tools .right_part {
    float: right;
}

.common_table .table_tools .right_part .fliter_tools {}

.common_table .table_tools .fliter_tools {
    padding-top: 8px;
    color: #666666;
}

.common_table .table_tools .fliter_tools span.title {}

.common_table .table_tools .fliter_tools .icheckbox_minimal-red {}

.common_table .table_tools .fliter_tools label {}

.common_table .table_tools .fliter_tools span.title {
    margin-right: 10px;
}

.common_table .table_tools .fliter_tools label {
    margin: 0 10px 0 3px;
    font-weight: normal;
}

.common_table table {
    width: 100%;
    table-layout: fixed;
}

.common_table table tr {
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.1s ease-in 0s;
}

.common_table table #con_table_title {
    background: #f2f2f2;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #e5e5e5;
}

.common_table table #con_table_title th {
    color: #666;
    font-weight: normal;
    font-size: 12px;
}

.common_table table tr td {
    font-size: 14px;
    color: #555;
    padding: 10px 4px 10px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common_table table tr th,
.common_table table tr td {
    padding-left: 10px;
    transition: background-color 0.1s ease-in 0s;
}

.common_table table tr.background_color_hover {
    background-color: #f2f7fb;
    border-bottom: 1px solid #ebf1f6;
}

.common_table table tr td.theaction {
    position: relative;
    overflow: visible;
}

#theactioN {
    position: relative;
    overflow: visible;
}

.common_table table tr td.theaction .wraper {
    position: absolute;
    right: 0;
    top: 0px;
    background-color: #f2f7fb;
    padding: 5px 5px 5px;
    display: none;
}

#theactioN .wrapeR {
    position: absolute;
    right: 0;
    top: 0px;
    background-color: #f2f7fb;
    width: 5px;
    /* padding: 5px 5px 5px; */
    display: block;
}

.common_table table tr td.theaction .wraper a.common_a_btn {
    color: #fff;
    background-color: #3a6b9b;
    padding: 3px 5px;
    transition: all 0.1s ease-in 0s;
    font-size: 14px;
    font-weight: lighter;
    border-radius: 3px;
}

#theactioN .wrapeR a .common_a_btn {
    color: #fff;
    background-color: #3a6b9b;
    padding: 3px 5px;
    transition: all 0.1s ease-in 0s;
    font-size: 14px;
    font-weight: lighter;
    border-radius: 3px;
}

.common_table table tr.mouse_over {
    background-color: #fbfbfb;
}

.common_table table tr.tr_nodata.background_color_hover {
    background-color: #fff;
}

.common_table table tr.tr_nodata td p {
    text-align: center;
    background: url("../images/icon_nodata.png") no-repeat center 0;
    margin-top: 50px;
    padding-top: 97px;
    font-size: 18px;
    color: #999;
    margin-bottom: 80px;
}

.common_table .table_pager {
    background-color: #f7f7f7;
    border: 0px;
}

.func_footer {
    margin: 15px;
}

.func_footer .total_data {
    display: inline-block;
    color: #7e7e7e;
    height: 32px;
    line-height: 32px;
}

.thepages {
    float: right;
}

.thepages a {
    float: left;
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 0 2px;
    background-color: transparent;
    color: #555;
    padding: 0 8px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 3px;
}

.thepages a:hover {
    text-decoration: none;
    background-color: #ddd;
}

.thepages a.cur {
    background-color: #e4e4e4;
    color: #333;
    font-weight: bold;
    cursor: default;
}

.thepages a.many {
    background-color: transparent;
    cursor: default;
    border: none;
}

.frame_left {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 150px;
    background-color: #283a4b;
    z-index: 900;
}

.frame_left .logo {
    width: 150px;
    background: url("../images/logo.png") no-repeat center 0;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.frame_left .main_menu li {
    margin-bottom: 5px;
    position: relative;
}

.frame_left .main_menu li.cur {
    background: #990000 url("../images/icon_arrow2.png") no-repeat right 15px;
}

.frame_left .main_menu li.cur a {
    font-weight: bold;
    opacity: 1;
}

.frame_left .main_menu li.cur a:hover {
    background-color: transparent;
    cursor: default;
}

.frame_left .main_menu li a {
    display: block;
    height: 40px;
    line-height: 40px;
    background: url("../images/icon_menus.png") no-repeat 15px 13px;
    padding-left: 35px;
    color: #ffffff;
    opacity: 0.7;
    font-weight: lighter;
}

.frame_left .main_menu li a:hover {
    background-color: #213140;
    color: #ffffff;
}

.frame_left .main_menu li.apply a {
    background-position: 15px -33px;
}

.frame_left .main_menu li.membership a {
    background-position: 15px -84px;
}

.frame_left .main_menu li.coupon a {
    background-position: 15px -133px;
}

.frame_left .main_menu li.report a {
    background-position: 15px -184px;
}

.frame_left .main_menu li.setting a {
    background-position: 15px -232px;
}

.frame_left .main_menu li.exchange_review a {
    background-position: 15px -374px;
}

.frame_left .main_menu li.setting .submenu {
    position: absolute;
    background: url("../images/bg_submenu.png") left center;
    right: -133px;
    top: -79px;
    padding: 5px 0;
    display: none;
}

.frame_left .main_menu li.setting .submenu li {
    width: 140px;
    margin-bottom: 0;
}

.frame_left .main_menu li.setting .submenu li a {
    width: auto;
    text-indent: 0px;
    overflow: auto;
    background: none;
    height: 30px;
    line-height: 30px;
    color: #fff;
    opacity: 0.9;
    font-size: 12px;
    padding-left: 18px;
    margin-left: 7px;
}

.frame_left .main_menu li.setting .submenu li a:hover {
    background-color: #2b3f51;
    text-decoration: none;
    cursor: pointer;
}

.frame_left .main_menu li.setting .submenu li a.cur {
    color: #53aaf8;
}

.color_red {
    color: #e12000;
}

.frame_top {
    position: fixed;
    top: 0;
    height: 40px;
    right: 0;
    left: 150px;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    z-index: 800;
}

.frame_top .column_info {
    float: left;
    padding-left: 15px;
}

.frame_top .column_info h4 {
    font-size: 16px;
    background: url("../images/icon_arrow1.png") no-repeat 0 center;
    padding-left: 18px;
    height: 40px;
    line-height: 40px;
}

.frame_top .user_info {
    float: right;
    background: url("../images/icon_arrow3.png") no-repeat right center;
    padding-right: 20px;
    position: relative;
}

.frame_top .user_info span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: url("../images/icon_person.png") no-repeat 0 center;
    padding-left: 30px;
    min-width: 150px;
}

.frame_top .user_info .sub_menu {
    position: absolute;
    top: 39px;
    right: 0;
    width: 160px;
    display: none;
    border: 1px solid #e1e1e1;
    box-shadow: 0 15px 20px rgba(110, 115, 113, 0.2);
}

.frame_top .user_info .sub_menu li {
    display: block;
    background-color: #fff;
    float: none;
    border-bottom: 1px solid #e1e1e1;
}

.frame_top .user_info .sub_menu li:last-child {
    border-bottom: none;
}

.frame_top .user_info .sub_menu a {
    display: block;
    color: #555;
    text-decoration: none;
    height: 36px;
    line-height: 36px;
    text-align: left;
    padding: 0 0 0 15px;
}

.frame_top .user_info .sub_menu a:hover {
    background-color: #f5f5f5;
}

.frame_main {
    position: fixed;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 150px;
    background-color: #f7f7f7;
    z-index: 700;
    overflow-y: auto;
}

.setting_submenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 150px;
    width: 130px;
    background-color: #fff;
    z-index: 850;
    overflow-y: auto;
    padding-top: 20px;
    border-right: 1px solid #dfdfdf;
}

.setting_submenu ul li a {
    display: block;
    padding: 6px 5px 6px 15px;
    font-size: 14px;
    color: #666;
    margin: 0 0 10px;
}

.setting_submenu ul li a:hover {
    background-color: #eee;
}

.setting_submenu ul li a.cur {
    background-color: #698fb5;
    color: #fff;
    font-weight: bold;
}

.setting_submenu+.frame_main {
    left: 280px;
}

.frame_main .page_info.tab_main {
    padding: 0 0 20px;
}

.frame_main .page_info.tab_main .nav-tabs {
    background: #fff url("../images/bg_pop_tab.png") repeat-x 0 bottom;
    border-bottom: none;
    padding: 6px 10px 0;
}

.frame_main .page_info.tab_main .nav-tabs li a {
    display: inline-block;
    font-size: 15px;
    color: #333;
    padding: 0 6px;
    margin: 0 12px;
    text-align: center;
    line-height: 42px;
    height: 42px;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 4px solid transparent;
}

.frame_main .page_info.tab_main .nav-tabs li a:hover {
    color: #900;
}

.frame_main .page_info.tab_main .nav-tabs li.active a {
    color: #900;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 4px solid #900;
}

.main_404 {
    width: 500px;
    text-align: center;
    margin: 200px auto 100px;
    background: url("../images/bg_404.png") no-repeat center 0;
    padding-top: 300px;
}

.main_404 a {
    margin: 0 8px;
    padding: 4px 20px;
}

.frame_main .page_info {
    padding: 15px 15px;
}

.frame_main .page_info .page_path {
    background: url("../images/icon_arrow4.png") no-repeat 0 center;
    padding-left: 12px;
    margin-left: 5px;
    color: #666;
    position: relative;
    top: 3px;
    display: inline-block;
}

.frame_main .page_info .page_path a:hover {
    color: #900;
}

.frame_main .page_info .page_path .arrow {
    margin: 0 5px;
    font-size: 14px;
    color: #999;
}

.frame_main .page_info .actions {
    float: right;
}

.frame_main .page_info h4 {
    font-size: 20px;
    color: #444;
    background: url("../images/icon_arrow1.png") no-repeat 0 center;
    padding-left: 20px;
    margin: 0;
}

.frame_main .white_main {
    background-color: #fff;
    box-shadow: 0px 1px 2px #ddd;
    margin: 0 15px 15px;
    padding: 30px 20px;
    min-height: 550px;
    min-width: 920px;
}

.common_btn {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
}

.common_btn_blue {
    background-color: #3a6b9b;
    border: 1px solid #3a6b9b;
    color: #ffffff;
    transition: all 0.2s ease-in 0s;
}

.common_btn_blue:hover {
    background-color: #900;
    border: 1px solid #900;
    color: #ffffff;
}

.common_btn_black {
    background-color: #a5a5a5;
    border: 1px solid #a5a5a5;
    color: #ffffff;
}

.common_btn_black:hover {
    background-color: #0c5a9e;
    border: 1px solid #0c5a9e;
    color: #ffffff;
}

.common_btn_grey {
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    color: #333;
}

.common_btn_grey:hover {
    background-color: #ededed;
    border: 1px solid #ededed;
    color: #333;
}

.common_btn_big {
    font-size: 14px;
    padding: 3px 10px;
}

.common_btn_small {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

.form_submit_btn {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    margin-right: 5px;
    margin-top: 10px;
}

.btn_input_right {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    margin-left: 6px;
    font-size: 14px;
    margin-top: 0;
}

.frame_main ul.create_types {
    padding: 20px 20px;
}

.frame_main ul.create_types li {
    float: left;
}

.frame_main ul.create_types li a {
    display: inline-block;
    background: url("../images/icon_applys.png") no-repeat 11px 0;
    width: 160px;
    padding-top: 144px;
    text-align: center;
    font-size: 18px;
    margin: 30px 18px;
    line-height: 20px;
}

.frame_main ul.create_types li.type_qinshan a {
    background-position: -194px 0;
}

.frame_main ul.create_types li.type_market a {
    background-position: -400px 0;
}

.frame_main ul.create_types li.type_insurance a {
    background-position: -608px 0;
}

.frame_main ul.create_types li.type_giftpack a {
    background-position: -876px 0;
}

.frame_main ul.create_types li.type_salegift_newcar a {
    background-position: -1103px 0;
    font-size: 16px;
}

.frame_main ul.create_types li.type_saleturnover_car a {
    background-position: -1103px 0;
    font-size: 16px;
}

.frame_main ul.create_types li.type_salegift_service a {
    background-position: -1335px 0;
    font-size: 16px;
}

.frame_main ul.create_types li a:hover {
    color: #900;
}

.frame_main .create_tips {
    font-size: 16px;
    padding: 30px 0 0 30px;
    color: #888;
}

.select2.select2-container--default .select2-selection--single {
    border: 1px solid #bbb;
    height: 30px;
    line-height: 30px;
}

.select2.select2-container--default .select2-selection--single span.select2-selection__rendered {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.select2.select2-container--default .select2-selection--single span.select2-selection__arrow {
    height: 30px;
    line-height: 30px;
}

.select2 {
    width: 330px;
}

.select_carxi {
    display: block;
    width: 130px;
}

.select_carxing {
    display: block;
    width: 300px;
}

.frame_main .white_main.apply_form form {
    min-width: 900px;
    margin: 0 auto;
    width: 90%;
}

.apply_form .step_col {
    width: 100%;
    height: 20px;
    background-color: #f3f3f3;
    border-radius: 10px;
}

.apply_form .step_col li {
    display: inline-block;
    float: left;
    text-align: center;
}

.apply_form .step_col li.on {
    color: #fff;
    background-color: #698fb5;
}

.apply_form .step_col li.on:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.apply_form .step_col li.on.step_last {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.apply_form .step_col.step_col_5 li {
    width: 20%;
}

.apply_form .step_col.step_col_4 li {
    width: 25%;
}

.apply_form .step_col.step_col_3 li {
    width: 33.333%;
}

.apply_form .step_col.step_col_2 li {
    width: 50%;
}

.apply_form .common_form {
    padding: 30px 0 100px 20px;
}

.apply_form .common_form .item_idsearch {
    margin-bottom: 50px;
}

.apply_form .common_form .item_idsearch .tips {
    font-size: 12px;
    margin-top: 4px;
}

.common_form .form_item .content input+.tips {
    font-size: 12px;
    color: #e12000;
    margin-left: 5px;
}

.common_form .form_item {
    margin-bottom: 14px;
}

.common_form .form_item .titles {
    width: 200px;
    float: left;
    text-align: right;
    padding-right: 20px;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
}

.muststar {
    color: #e12000;
}

.common_form .form_item .content {
    width: 500px;
    float: left;
}

.common_form .form_item .content .iradio_minimal-red+label {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    margin-bottom: 0;
}

input[type=text],
input[type=password] {
    border: 1px solid #bbb;
    height: 30px;
    line-height: 30px;
    width: 330px;
    padding: 0 5px;
    border-radius: 4px;
    color: #333;
    outline: none;
    transition: border 0.2s ease-in 0s;
}

input[disabled] {
    background-color: #f6f6f6;
    border-color: #ddd;
}

textarea {
    border: 1px solid #bbb;
    height: 100px;
    line-height: 20px;
    width: 440px;
    padding: 5px;
    border-radius: 4px;
    color: #333;
    outline: none;
    transition: border 0.2s ease-in 0s;
}

.apply_form .common_form.form_salegift h5 {
    font-size: 16px;
    font-weight: bold;
    color: #698fb5;
}

.apply_form .common_form.form_salegift .form_section {
    border-bottom: 1px dashed #bbb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.apply_form .common_form.form_salegift .form_item .titles {
    width: 210px;
}

.apply_form .common_form.form_salegift .form_item .content {
    width: 700px;
}

.apply_form .common_form.form_salegift .form_item .content .checkbox_item {
    float: left;
    margin-right: 15px;
}

.apply_form .common_form.form_salegift .form_item .content .else_insurance {
    float: left;
    position: relative;
    top: -5px;
}

.apply_form .common_form.form_salegift .form_item .content .else_insurance input {
    width: 150px;
}

.apply_form .common_form.form_salegift .form_item .content textarea {
    height: 70px;
    width: 330px;
}

.common_coupon_widget.common_viewcoupon_widget .common_table {
    margin: 0px 0px 10px;
}

.common_coupon_widget.common_viewcoupon_widget .common_table tr td {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.common_coupon_widget.common_viewcoupon_widget .common_table #con_table_title {
    height: 24px;
    line-height: 24px;
}

.common_coupon_widget.common_viewcoupon_widget .footer {
    margin-left: 0px;
}

.common_coupon_widget.common_viewcoupon_widget .footer .sum {
    float: left;
}

.common_coupon_widget.common_viewcoupon_widget .footer .sum span {
    margin-left: 0;
    margin-right: 15px;
}

.color_red2 {
    color: #900;
}

.apply_form .apply_result {
    text-align: center;
    padding-top: 50px;
}

.apply_form .apply_result p.title {
    display: inline-block;
    min-width: 200px;
    background: url("../images/icon_success.png") no-repeat center 0;
    padding-top: 120px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.apply_form .apply_result p.tips {
    color: #666666;
    font-size: 14px;
    margin: 10px 0 30px;
}

.apply_form .form_apply_coupon {
    padding-top: 20px;
    padding-bottom: 50px;
}

.apply_form .form_apply_coupon .common_coupon_widget {
    margin-bottom: 20px;
}

.apply_form .form_apply_coupon .form_item.form_item_cash .titles {
    float: left;
    height: 30px;
    line-height: 30px;
    background: url("../images/icon_apply_title.png") no-repeat 0 5px;
    padding-left: 22px;
    margin-right: 10px;
    font-size: 16px;
    text-align: left;
    width: inherit;
    min-width: 155px;
}

.apply_form .form_apply_coupon .form_item .titles {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    width: 350px;
    text-align: right;
}

.apply_form .form_apply_coupon .form_item .content .single_p {
    height: 30px;
    line-height: 30px;
    color: #333;
}

.apply_form .form_apply_coupon .form_item .content .single_p .tips {
    color: #999;
    margin-left: 10px;
    font-size: 12px;
}

.apply_form .form_apply_coupon .common_coupon_widget h5 {
    height: 30px;
    line-height: 30px;
    background: url("../images/icon_apply_title.png") no-repeat 0 -58px;
    padding-left: 22px;
    margin-right: 10px;
    font-size: 16px;
}

.apply_form .form_apply_coupon .common_coupon_widget h5 .tips {
    font-size: 14px;
    margin-left: 10px;
}

.common_coupon_widget {
    padding-bottom: 10px;
    padding-top: 10px;
}

.common_coupon_widget .common_table #con_table_title {
    border-top: none;
}

.common_coupon_widget .common_table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.common_coupon_widget .common_table tr td .common_input {
    width: 98%;
}

.common_coupon_widget .common_table tr.background_color_even {
    background-color: #fbfbfb;
}

.common_coupon_widget .footer {
    margin: 10px 15px;
}

.common_coupon_widget .footer .sum {
    float: right;
}

.common_coupon_widget .footer a.add_couponitem {
    font-size: 18px;
    font-weight: bold;
}

.common_coupon_widget .footer .sum span {
    margin-left: 15px;
}

.common_coupon_widget .footer .sum span b {
    color: #900;
}

.usescope_tips {
    display: inline-block;
    background-color: #900;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    color: #fff;
    border-radius: 3px;
    margin: 0 5px;
}

.popover {
    background-color: #000;
    color: #fff;
}

.popover.fade.in {
    opacity: 0.8;
}

.popover.right>.arrow:after {
    border-right-color: #000;
}

.popover .popover-content {
    padding: 9px 10px 9px 30px;
}

.popover .popover-content ol li {
    line-height: 18px;
    margin-bottom: 6px;
}

.bigmodal .modal-dialog {
    width: 900px;
}

.modal-content {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 0;
}

.modal-content .modal-header {
    position: relative;
    padding: 0;
    height: 45px;
    background-color: #585e68;
}

.modal-content .modal-header h4.modal-title {
    height: 45px;
    line-height: 45px;
    color: #fff;
    padding-left: 10px;
}

.modal-content .modal-header a.close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: url("../images/btn_close.png") no-repeat 0 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -999px;
    margin-top: 0;
    opacity: 1;
}

.modal-content .modal-header .nav-tabs {
    border-bottom: none;
}

.modal-content .modal-header .nav-tabs>li>a {
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border: none;
    color: #fff;
}

.modal-content .modal-header .nav-tabs>li>a:hover {
    background-color: #636972;
    color: #fff;
}

.modal-content .modal-header .nav-tabs>li.active>a,
.modal-content .modal-header .nav-tabs>li.active>a:hover {
    color: #900;
    border-top: 3px solid #900;
    line-height: 42px;
    font-weight: bold;
    background-color: #fff;
}

.modal-content .modal-body {
    padding: 0 0 20px;
}

.page_pop .common_table {
    margin: 10px;
}

.page_pop .pop_tab {
    background: url("../images/bg_pop_tab.png") repeat-x 0 bottom;
    padding: 0 5px;
}

.page_pop .pop_tab li {
    float: left;
}

.page_pop .pop_tab li a {
    display: inline-block;
    font-size: 15px;
    color: #333;
    padding: 0;
    margin: 0 16px;
    text-align: center;
    border-bottom: 4px solid transparent;
    line-height: 42px;
    height: 42px;
}

.page_pop .pop_tab li a:hover {
    color: #900;
}

.page_pop .pop_tab li.active a {
    color: #900;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 4px solid #900;
}

.page_pop .action_area {
    background-color: #f8f8f8;
    height: 70px;
    text-align: center;
}

.page_pop .action_area .form_submit_btn {
    height: 32px;
    line-height: 32px;
    padding: 0 40px;
    margin-top: 16px;
}

.page_pop .common_form {
    padding: 20px 10px;
}

.page_pop .centerinfo {
    padding: 20px 30px;
}

.page_pop .centerinfo .item {
    background: url("../images/icon_center.png") no-repeat 10px 10px;
    padding: 10px 10px 10px 32px;
    border-bottom: 1px solid #e9e9e9;
}

.page_pop .centerinfo .item h4 {
    margin-bottom: 10px;
    color: #444;
}

.page_pop .centerinfo .item p {
    color: #777;
}

body.login_page {
    background-color: #f2f2f4;
}

.login_page .wraper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.login_page .header {
    background-color: #f2f2f4;
    height: 120px;
}

.login_page .header .logo {
    display: inline-block;
    background: url("../images/login_logo.png") no-repeat 0 0;
    width: 426px;
    height: 55px;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 29px;
}

.login_page .main {
    background: url("../images/login_banner.jpg") no-repeat center 0;
    height: 440px;
    min-width: 1000px;
}

.login_page .main .login_form {
    width: 320px;
    height: 340px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    top: 40px;
    right: 20px;
    padding: 35px 30px 0 30px;
}

.login_page .main .login_form h5 {
    text-align: center;
    font-size: 16px;
    color: #717982;
    margin-bottom: 30px;
}

.login_page .main .login_form .login_bg {
    background: url("../images/login_bg.png") no-repeat 0 0;
}

.login_page .main .login_form .input_user {
    width: 259px;
    height: 36px;
    margin-bottom: 15px;
}

.login_page .main .login_form .input_user.input_password {
    background-position: 0 -50px;
}

.login_page .main .login_form .input_user input {
    border: none;
    color: #576473;
    background-color: transparent;
    height: 32px;
    line-height: 32px;
    margin: 2px 0 0 40px;
    width: 215px;
    font-size: 14px;
}

.login_page .main .login_form .rememberme label {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 3px;
    color: #979da3;
    font-weight: lighter;
}

.login_page .main .login_form .login_btn {
    display: block;
    margin-top: 30px;
    width: 261px;
    height: 45px;
    overflow: hidden;
    text-indent: -999px;
    background-position: 0 -114px;
}

.login_page .main .login_form .login_btn:hover {
    background-position: 0 -190px;
}

.login_page .footer {
    padding-top: 40px;
    color: #999;
    font-size: 14px;
    font-weight: lighter;
}

.login_page .footer .right_part {
    float: right;
}

.member_entrance {
    min-width: 400px;
    max-width: 800px;
    margin: 30px auto 0;
    text-align: center;
}

.member_entrance h5 {
    color: #333;
    font-size: 20px;
    margin-bottom: 30px;
}

.member_entrance .search_tool {
    position: relative;
    height: 160px;
}

.member_entrance .search_tool input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    padding: 0 60px 0 25px;
    background-color: #fcfcfc;
}

.member_entrance .search_tool .btn_search {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 48px;
    line-height: 48px;
    width: 60px;
    background: #f2f2f2 url("../images/icon_search2.png") no-repeat center center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    text-indent: -999px;
    transition: all 0.2s ease-in 0s;
}

.member_entrance .search_tool .btn_search:hover {
    background-color: #3a6b9b;
    background-image: url("../images/icon_search2_hover.png");
}

.member_entrance .search_tool .error_tips {
    margin-top: 10px;
    color: #900;
}

.member_entrance .scan_tool .common_btn_scan {
    margin-top: 10px;
    width: 250px;
    padding: 0;
}

.member_entrance .scan_tool .common_btn_scan span {
    display: inline-block;
    font-size: 22px;
    background: url("../images/icon_scan.png") no-repeat 0 center;
    height: 50px;
    line-height: 50px;
    padding-left: 34px;
    font-weight: lighter;
}

.common_tabmenu {
    background: url("../images/bg_pop_tab.png") repeat-x 0 bottom;
    padding: 0 10px;
}

.common_tabmenu li {
    float: left;
}

.common_tabmenu li a {
    display: inline-block;
    font-size: 15px;
    color: #333;
    padding: 0;
    margin: 0 16px;
    text-align: center;
    border-bottom: 4px solid transparent;
    line-height: 42px;
    height: 42px;
}

.frame_main .white_main.white_havetab {
    padding: 0;
}

.frame_main .white_main.white_havetab.white_couponlist {
    min-width: 1100px;
}

.common_tabmenu li a:hover {
    color: #900;
}

.common_tabmenu li.active a {
    color: #900;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 4px solid #900;
}

.common_infoview {
    position: relative;
    margin: 40px 20px;
    background: url("../images/bg_memberinfo.png") no-repeat 20px 0px;
    padding-left: 230px;
}

.common_infoview .info_actions {
    position: absolute;
    top: 0px;
    right: 10px;
}

.common_infoview .item {
    margin-bottom: 15px;
    font-size: 16px;
}

.common_infoview .item .title {
    width: 120px;
    text-align: right;
    margin-right: 10px;
    float: left;
}

.common_infoview .item .content {
    float: left;
    width: 500px;
    color: #777;
}

.common_infoview .item .content span {
    margin: 0 10px;
}

.main_cars_list {
    margin: 30px;
    position: relative;
    padding-top: 40px;
}

.main_cars_list .btn_addcar {
    position: absolute;
    right: 10px;
    top: -10px;
}

.main_cars_list .item {
    margin: 0 25px 60px;
    float: left;
    text-align: center;
}

.main_cars_list .item .car_pic {
    width: 450px;
    height: 230px;
    border-radius: 15px;
    background-color: #f4f4f4;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 20px;
}

.main_cars_list .item .car_pic .inner {
    display: table-cell;
    width: 450px;
    height: 230px;
    vertical-align: middle;
    text-align: center;
}

.main_cars_list .item .car_pic .inner img {
    vertical-align: middle;
}

.main_cars_list .item p.info {
    font-size: 16px;
    margin-bottom: 6px;
}

.main_cars_list .item .actions {
    padding-top: 10px;
}

.main_cars_list .item .actions a {
    margin: 0px 10px;
    font-size: 16px;
}

.main_cars_list .item .actions a:hover {
    color: #900;
}

.member_coupon_actions {
    position: relative;
    height: 2px;
    width: 100%;
}

.member_coupon_actions .inner {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -45px;
}

.main_couponlist {
    padding: 1px 0 10px;
}

.main_couponlist .search_tool {
    float: right;
}

.main_couponlist .fliter_tools {
    float: right;
    position: relative;
    top: 3px;
    padding-right: 10px;
}

.main_couponlist .left_part .fliter_tools {
    padding-left: 10px;
    position: relative;
    top: -3px;
}

.main_couponlist .left_part .fliter_tools .select_coupon_type {
    width: 110px;
}

.main_couponlist .left_part .fliter_tools .select2.select2-container--default .select2-selection--single {
    border-color: #dcdcdc;
}

.page_pop .card_info {
    width: 600px;
    height: 400px;
    text-align: center;
    position: relative;
}

.page_pop .card_info .img_card {
    margin: 60px 0 40px;
    position: relative;
    z-index: 3000;
}

.page_pop .card_info .hidden_input {
    position: absolute;
    z-index: 2800;
    top: 100px;
    left: 220px;
    width: 100px;
}

.page_pop .card_info .tips {
    font-size: 20px;
    color: #666666;
}

.page_pop .card_info .error_tips {
    font-size: 30px;
    color: #f00;
    padding-top: 10px;
}

.page_pop .card_write {
    width: 600px;
    height: 400px;
    text-align: center;
    position: relative;
}

.page_pop .card_write .title {
    font-size: 18px;
    margin: 30px 0 0;
}

.page_pop .card_write .title span {
    color: #900;
    margin: 0 5px;
    font-weight: bold;
}

.page_pop .card_write .img_card {
    margin: 20px 0 20px;
    position: relative;
    z-index: 3000;
}

.page_pop .card_write .hidden_input {
    position: absolute;
    z-index: 2800;
    top: 100px;
    left: 220px;
    width: 100px;
}

.page_pop .card_write .words {
    height: 65px;
}

.page_pop .card_write .tips {
    font-size: 14px;
    color: #666666;
}

.page_pop .card_write .error_tips {
    font-size: 20px;
    color: #f00;
    padding-top: 0px;
    font-weight: bold;
}

.page_pop .card_write .common_btn_big {
    width: 180px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-size: 18px;
}

.page_pop .card_write .card_write_ok {
    background: url("../images/icon_success.png") no-repeat center 0;
    padding-top: 140px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.view_tools {
    width: 1000px;
    margin: 0 auto 20px;
    text-align: right;
}

.view_tools li {
    display: inline-block;
    float: right;
}

.print_area {
    width: 960px;
    margin: 0 auto;
    /* padding-right: 40px !important; */
}
.add_all_border{
    border:2px solid #333  !important;
} 
.add_top_up_border{
    border-top:2px solid #333  !important;
    border-bottom:2px solid #333  !important;
} 
.add_border_remark{
    border-top:3px solid #333  !important;
    border-bottom:2px solid #333  !important;
} 
.add_top_border{
    border-top:3px solid #333 !important;
} 
.add_bottom_border{
    border-bottom:2px solid #333 !important;
} 

.print_area table {
    border: 1px solid #333;
    border-bottom: none;
    width: 100%;
    color: #333;
    table-layout: fixed;
}

.print_area table:last-child {
    border-bottom: 1px solid #333;
}

.print_area .table_havetitle {
    position: relative;
}

.print_area .table_havetitle table {
    position: relative;
    z-index: 99999;
}

.print_area .table_havetitle .bg_color {
    position: absolute;
    z-index: 88888;
    top: 0;
    left: 0;
    width: 100%;
    height: 31px;
}

.print_area table td {
    border: 1px solid #333;
    padding: 5px 10px;
}

.print_area table td.form_title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 25px 0;
}

.print_area table td.form_title.inform_title {
    font-size: 26px;
    line-height: 34px;
    padding: 20px 0;
}

.print_area table tr:last-child td {
    border-bottom: none;
}

.print_area table tr.thetitles1 {
    background: url("../images/bg_print.png") repeat 0 0;
}

.print_area table tr.split td {
    height: 15px;
    padding: 0;
}

.print_area table .split_title td {
    text-align: center;
    padding: 20px 0 10px;
    font-weight: bold;
    font-size: 16px;
}

.print_area .signnature .items_3 .item {
    float: left;
    width: 33.3%;
    text-align: center;
    position: relative;
}

.print_area .signnature .items_2 .item {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}

.print_area .signnature .items_4 .item {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

.print_area .signnature .items_5 .item {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}

.print_area .signnature .item .content {
    position: absolute;
    top: 45px;
    left: 70px;
    text-align: left;
}

.print_area .signnature .item .content span {
    margin-bottom: 10px;
    /*     display: inline-block; */
}

.print_area .signnature .item .content span.ways {
    font-size: 16px;
    font-weight: bold;
}

.print_area .signnature .item .content span.ways b {
    margin: 0 10px;
}

.print_area .signnature .item p {
    margin: 120px 30px 0px 0px;
    border-top: 1px solid #333;
    padding-top: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}

.print_area .signnature td {
    padding-bottom: 30px;
}

.print_area .xubaotitle {
    font-size: 16px;
    font-weight: bold;
    /*     height: 50px; */
}

.print_area table td .tipstitle {
    font-size: 14px;
    padding-top: 5px;
    font-style: italic;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 0px;
    /*     margin-top: 20px; */
}

.print_area table td.subtitle {
    font-weight: bold;
}

.print_area .bold_font td {
    font-weight: bold;
    font-size: 16px;
}

.print_area .inform_content h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.print_area .inform_content p {
    margin-bottom: 6px;
    text-indent: -14px;
    margin-left: 22px;
    font-size: 13px;
}

.print_area .inform_content p b.underline {
    text-decoration: underline;
    color: #111;
}

.client_list {
    width: 1000px;
    margin: 30px auto;
}

.client_list h6 {
    margin: 50px 0 10px;
    font-size: 16px;
}

.client_list .common_table {
    margin: 0 0 10px;
    border-color: #ddd;
}

.client_list .common_table td {
    color: #333;
    padding: 8px 10px;
}

.client_list .common_table table tr.background_color_hover {}

.page_index {
    background-color: #F8F8F8;
    padding: 25px 30px;
}

.page_index .hello_words {
    font-size: 30px;
    font-weight: lighter;
}

.page_index .hello_words p {
    font-size: 17px;
    font-weight: normal;
    color: #888;
}

.page_index .func_links {
    padding-top: 30px;
}

.page_index .func_links h5 {
    padding-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
    color: #888;
}

.page_index .func_links ul {}

.page_index .func_links ul li {
    float: left;
    position: relative;
    display: block;
    transition: all 0.2s linear;
    margin: 0 12px 12px 0;
}

.page_index .func_links ul li:hover {
    box-shadow: 0 15px 20px rgba(110, 115, 113, 0.1);
    transform: translate3d(0, -1px, 0);
}

.page_index .func_links ul li:hover a {
    border: 1px solid #e0e7ee;
    font-weight: bold;
}

.page_index .func_links ul li a {
    display: block;
    width: 180px;
    height: 140px;
    text-align: center;
    background: #ffffff url("../images/home_icons.png") no-repeat -9px -22px;
    padding-top: 95px;
    border: 1px solid #edf0f3;
    font-size: 15px;
    color: #4d6b8a;
    font-weight: lighter;
    border-radius: 6px;
    line-height: 17px;
}

.page_index .func_links ul li a.cjxczk {
    color: #a82929;
    border: 1px solid #f1e7e5;
}

.page_index .func_links ul li a.cjkhqs {
    background-position: -869px -22px;
    color: #a82929;
    border: 1px solid #f1e7e5;
}

.page_index .func_links ul li a.cjsczc {
    background-position: -226px -22px;
    color: #a82929;
    border: 1px solid #f1e7e5;
}

.page_index .func_links ul li a.cjlbxs {
    background-position: -15px -436px;
    color: #a82929;
    border: 1px solid #f1e7e5;
}

.page_index .func_links ul li a.yclbxc {
    background-position: -443px -436px;
    color: #a82929;
    border: 1px solid #f1e7e5;
}

.page_index .func_links ul li a.yscxsfw {
    background-position: -443px -436px;
    color: #a82929;
    border: 1px solid #f1e7e5;
}

.page_index .func_links ul li a.yclbsh {
    background-position: -658px -436px;
    color: #a82929;
    border: 1px solid #f1e7e5;
}

.page_index .func_links ul li a.cjxbzs {
    background-position: -440px -22px;
    color: #a82929;
    border: 1px solid #f1e7e5;
}

.page_index .func_links ul li a.dqhyk {
    background-position: -655px -293px;
}

.page_index .func_links ul li a.hyfk {
    background-position: -658px -22px;
}

.page_index .func_links ul li a.czhy {
    background-position: -869px -152px;
}

.page_index .func_links ul li a.dhsh {
    background-position: -224px -442px;
}

.page_index .func_links ul li a.hygl {
    background-position: -658px -152px;
}

.page_index .func_links ul li a.tjxhy {
    background-position: -1085px -22px;
}

.page_index .func_links ul li a.ytgsq {
    background-position: -9px -293px;
}

.page_index .func_links ul li a.dshsq {
    background-position: -1085px -293px;
}

.page_index .func_links ul li a.dhyh {
    background-position: -440px -152px;
}

.page_index .func_links ul li a.ckbb {
    background-position: -9px -152px;
}

.page_index .func_links ul li a.xtzsj {
    background-position: -226px -152px;
}

.page_index .func_links ul li a.xtyhgl {
    background-position: -440px -293px;
}

.page_index .func_links ul li a.tjxtyh {
    background-position: -1085px -152px;
}

.page_index .func_links ul li a.ckrz {
    background-position: -869px -293px;
}

.page_index .func_links ul li a.xgmm {
    background-position: -226px -293px;
}

.page_index .func_links ul li a.ysc {
    background: #fff url("../images/icon_ysc.png") no-repeat center 28px;
    background-size: 58px 58px;
    color: #a82929;
    -ms-behavior: url("../../../../js/backgroundsize.min.htc");
    behavior: url("../../../../js/backgroundsize.min.htc");
}

.page_index .func_links ul li a.yscxssq {
    background: #fff url("../images/icon_yscfw.png") no-repeat center 28px;
    background-size: 73px 50px;
    color: #a82929;
    -ms-behavior: url("../../../../js/backgroundsize.min.htc");
    behavior: url("../../../../js/backgroundsize.min.htc");
}

.page_index .func_links ul li a.yhtjb {
    background: #fff url("../images/icon_baobiao.png") no-repeat center 28px;
    background-size: 44px 50px;
    -ms-behavior: url("../../../../js/backgroundsize.min.htc");
    behavior: url("../../../../js/backgroundsize.min.htc");
}

.frame_main ul.create_types li.type_tournovercar a {
    background: url(../images/icon_apply_ysc.png) no-repeat 11px 0;
    background-size: 136px 136px;
    -ms-behavior: url("../../../../js/backgroundsize.min.htc");
    behavior: url("../../../../js/backgroundsize.min.htc");
}

.frame_main ul.create_types li.type_saleturnover_car a {
    background: url(../images/icon_apply_yscfw.png) no-repeat 11px 0;
    background-size: 136px 136px;
    -ms-behavior: url("../../../../js/backgroundsize.min.htc");
    behavior: url("../../../../js/backgroundsize.min.htc");
}

.layui-layer-title .layui-layer-setwin {
    opacity: 1;
}

.modal-title.layui-layer-title.layui-layer-title-custom {
    padding-left: 0px;
    font-size: 15px;
}

.common_form .form_item .content.client_applylist {
    width: 800px;
    position: relative;
}

.common_form .form_item .content.client_applylist .list_content {
    width: 600px;
    max-height: 200px;
    min-height: 150px;
    overflow-y: auto;
    border: 1px solid #ddd;
    margin-bottom: 8px;
}

.select2.select_bumen {
    width: 330px;
}

input[type=text].choose_date_input {
    width: 159px;
}

.common_form .form_item .content.client_applylist .common_table {
    margin: 0;
    border: none;
}

.common_form .form_item .content.client_applylist .common_table td {
    padding: 8px 4px;
}

.common_form .form_item .content.client_applylist .common_table tr.background_color_hover {
    background-color: #f5f5f5;
}

.common_form .form_item .content.client_applylist .common_table table tr td.theaction .wraper {
    background-color: #f5f5f5;
    padding: 0;
    left: 8px;
    top: 7px;
}

.common_form .form_item .content.client_applylist .common_table table tr td.theaction .wraper .btn_delete {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -999px;
    background: url("../images/btn_delete.png") no-repeat 0 0;
}

.common_form .form_item .content.client_applylist .client_sum {
    margin-bottom: 20px;
    color: #888;
}

.common_form .form_item .content.client_applylist .common_btn {
    position: absolute;
    top: 1px;
    right: 5px;
}

.common_form .form_item .content.client_applylist .btn_import {
    right: 90px;
}

.statistics_area li {
    float: left;
}

.statistics_area li a {
    display: block;
    background: url("../images/icon_statistics.png") no-repeat 30px 0px;
    width: 220px;
    height: 180px;
    padding-top: 150px;
    text-align: center;
    font-size: 16px;
    color: #777;
    margin: 0 20px 30px;
}

.statistics_area li.coupon_newcar a {
    background-position: -188px 0;
}

.statistics_area li.coupon_guidang a {
    background-position: -404px 0;
}

.statistics_area li a:hover {
    color: #286791;
}

.export_setting_form .form_item .content label {
    margin-right: 20px;
    font-size: 14px;
    font-weight: normal;
    margin-left: 2px;
}

.export_setting_form .form_item .content .checkbox_item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 3px;
}

.export_setting_form.common_form .form_item .titles {
    width: 140px;
}

.notice_bold {
    font-weight: bold;
    padding: 10px 0 5px;
}

.notice_centername {
    text-align: right;
    padding-right: 50px;
    padding-bottom: 10px;
}

.change_original {
    width: 100%;
    background: url("../images/bg_change.png") no-repeat center bottom;
    padding-bottom: 100px;
    text-align: center;
    margin-bottom: 20px;
}

.change_original .inner {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 18px;
}

.change_original .inner span {
    color: #900;
    margin-left: 10px;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}


.common_form .form_item .content .org_item_class .checkbox_item {
    display: inline-block;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.common_form .form_item .content .org_item_class .btn_org_class {
    display: inline-block;
    float: left;
    height: 28px;
}

.common_form .form_item .content .org_item_class .btn_org_class .org_price {
    color: #777;
    margin-right: 5px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    top: -6px;
    width: 130px;
    text-align: right
}

.common_form .form_item .content .org_item_class .btn_org_class a.common_btn {
    background: transparent url(../images/edit.png) no-repeat center center;
    width: 16px;
    height: 22px;
    background-size: 16px 16px;
    text-indent: -999px;
    overflow: hidden;
    border: none;
}


.modal-body .search_tool {
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    width: 210px;
    margin: 6px;
    background-color: #ffffff;
    position: relative;
    float: left;
}
.search_other{    margin: 6px;}
.search_other .input_search{    width: 150px;}
.modal-body .search_tool input {
    border: none;
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    float: left;
}
.modal-body .search_tool .btn_search {
    display: inline-block;
    background: #fff url(../images/icon_search.png) no-repeat center 5px;
    width: 28px;
    height: 28px;
    overflow: hidden;
    text-indent: -999px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

@media print {
    @page {
        margin: 20mm;
    }
    td {
        page-break-inside: avoid;
    }
    body {
        color: #000;
        background: #fff;
    }
    .print_area {}
    nav,
    aside {
        display: none;
    }
}


/* HiDPI support */

@media (-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    .frame_left .logo {
        background-image: url("../images/logo@2x.png");
        background-size: 59px 80px;
    }
    .change_original {
        background-image: url("../images/bg_change@2x.png");
        background-size: 34px 88px;
    }
    .frame_left .main_menu li a {
        background-image: url("../images/icon_menus@2x.png");
        background-size: 14px 400px;
    }
    .frame_left .main_menu li.cur {
        background-image: url("../images/icon_arrow2@2x.png");
        background-size: 15px 8px;
    }
    .frame_top .column_info h4 {
        background-image: url("../images/icon_arrow1@2x.png");
        background-size: 14px 14px;
    }
    .frame_main .page_info .page_path {
        background-image: url("../images/icon_arrow4@2x.png");
        background-size: 7px 10px;
    }
    .frame_top .user_info span {
        background-image: url("../images/icon_person@2x.png");
        background-size: 22px 22px;
    }
    .common_table .table_tools .search_tool .btn_search {
        background-image: url("../images/icon_search@2x.png");
        background-size: 18px 58px;
    }
    .frame_main ul.create_types li a {
        background-image: url("../images/icon_applys@2x.png");
        background-size: 1481px 136px;
    }
    .page_pop .centerinfo .item {
        background-image: url("../images/icon_center@2x.png");
        background-size: 13px 18px;
    }
    .login_page .header .logo {
        background-image: url("../images/login_logo@2x.png");
        background-size: 426px 55px;
    }
    .login_page .main .login_form .login_bg {
        background-image: url("../images/login_bg@2x.png");
        background-size: 261px 235px;
    }
    .member_entrance .search_tool .btn_search {
        background-image: url("../images/icon_search2@2x.png");
        background-size: 27px 28px;
    }
    .member_entrance .search_tool .btn_search:hover {
        background-image: url("../images/icon_search2_hover@2x.png");
        background-size: 27px 28px;
    }
    .page_pop .card_write .card_write_ok {
        background-image: url("../images/icon_success@2x.png");
        background-size: 117px 108px;
    }
    .main_404 {
        background-image: url("../images/bg_404@2x.png");
        background-size: 399px 222px;
    }
    .page_index .func_links ul li a {
        background-image: url("../images/home_icons@2x.png");
        background-size: 1310px 634px;
    }
    .common_form .form_item .content.client_applylist .common_table table tr td.theaction .wraper .btn_delete {
        background-image: url("../images/btn_delete@2x.png");
        background-size: 20px 20px;
    }
    .common_table table tr.tr_nodata td p {
        background-image: url("../images/icon_nodata@2x.png");
        background-size: 72px 86px;
    }
    .common_infoview {
        background-image: url("../images/bg_memberinfo@2x.png");
        background-size: 159px 134px;
    }
    .statistics_area li a {
        background-image: url("../images/icon_statistics@2x.png");
        background-size: 1000px 150px;
    }
   
}

