body { font:12px/1.2em Microsoft YaHei;}

a,
a:link { color:#000; text-decoration:none; outline:none;}
a:hover,
a:focus { text-decoration:none; color:#39f;}

.pd3 { padding:3px;}
.pd5 { padding:5px;}
.pd10 { padding:10px;}

label,
button,
input,
select,
textarea { font-size:12px; vertical-align: middle;}

input,
button,
select,
textarea { font:12px/1.2em Microsoft YaHei;}

select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] { cursor: pointer;}

.tabs-tool { border-top:0;}
.wu-text,
.wu-textarea { padding:3px; border:1px #95b8e7 solid; width:260px;}
.wu-text { height:14px; line-height:14px; }

.layout-split-north{border:none;}
.wu-header { height:45px!important; position:relative; z-index:0; overflow:hidden; border-bottom:1px #95b8e7 solid; background:#1e88e5;}
.wu-header-left { position:absolute; z-index:1; left:15px; top:0;}
.wu-header-left h1 { font:20px/20px Verdana; color:#fff;font-weight: bold;}
.wu-header-right { position:absolute; z-index:1; right:5px; top:0; color:#fff; text-align:right;}
.wu-header-right p { line-height:0.7em;}

.purple {color: #A069C3!important;}
.green {color: #69AA46!important;}
.light-blue {color: #93CBF9!important;}

li {
    list-style-type: none;
}

/*首页*/
.ace-nav {
    height: 100%;
    margin: 0!important;
}
.nav>li, .nav>li>a {
    display: block;
    position: relative;
}
.ace-nav>li {
    line-height: 45px;
    height: 45px;
    border-left: 1px solid #E1E1E1;
    padding: 0;
    position: relative;
    float: left;
}
.ace-nav>li>a {
    background-color: #2E6589;
    color: #FFF;
    display: block;
    line-height: inherit;
    text-align: center;
    height: 100%;
    width: auto;
    min-width: 50px;
    padding: 0 10px;
    position: relative;
}
.ace-nav>li.purple>a {
    background-color: #892E65;
}
.ace-nav>li.open.purple>a, .ace-nav>li.purple>a:focus, .ace-nav>li.purple>a:hover {
    background-color: #762c59;
}
.ace-nav>li>a>.ace-icon {
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    width: 22px;
    position: relative;
    top:5px;
}
.badge, .label {
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    padding-top: 1px;
    padding-bottom: 3px;
    line-height: 15px;
}
.badge-danger, .badge-important, .badge.badge-danger, .badge.badge-important, .label-danger, .label-important, .label.label-danger, .label.label-important {
    background-color: #D15B47;
}
.ace-nav>li>a>.badge {
    position: relative;
    top: -4px;
    left: 2px;
    padding-right: 5px;
    padding-left: 5px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.ace-nav>li.green>a {
    background-color: #2E8965;
}
.ace-nav>li.green>a:focus, .ace-nav>li.green>a:hover, .ace-nav>li.open.green>a {
    background-color: #2c7659;
}
.badge-success, .badge.badge-success, .label-success, .label.label-success {
    background-color: #82AF6F;
}
.ace-nav>li.light-blue>a {
    background-color: #62A8D1;
}
.ace-nav>li.light-blue>a:focus, .ace-nav>li.light-blue>a:hover, .ace-nav>li.open.light-blue>a {
    background-color: #579ec8;
}
.ace-nav .nav-user-photo {
    border-radius: 100%;
    border: 2px solid #FFF;
    width: 38px;
    height: 38px;
    position: relative;
    top: 2px;
    right: 3px;
}
.user-info {
    max-width: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    line-height: 15px;
    position: relative;
    top: 6px;
}
.user-info small {
    display: block;
}
.ace-nav>li:first-child{
    border-left:none;
}
.layout-split-west{
    top: 45px!important;
    border-right:none;
}
.layout-panel-center{
    top: 45px!important;
}
.accordion{background: #25364a;}
.panel-header{background: #1a2226;}
.panel-title{color: #fff;font-size: 14px;padding: 10px 25px 10px 15px; font-weight: 300;}
.panel-header, .panel-body {border-color: transparent;}
.accordion .accordion-header-selected .panel-title{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-left:12px;
}
.accordion .accordion-header {background: #25364a;}
.panel-header, .panel-body {border-width: 0;}
.accordion .accordion-header-selected {
    background-color: #177ce3;
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left,#29adeb,#177ce3);
    background-image: -webkit-linear-gradient(left,#29adeb,#177ce3);
    background-image: -o-linear-gradient(left,#29adeb,#177ce3);
    background-image: linear-gradient(left,#29adeb,#177ce3)
}
.panel-header .panel-title{color: #fff;}
.panel-header .panel-with-icon{color: #fff;}
.accordion-body{background: rgba(0,0,0,.24);}
.tree-title a{color: #fff;}
.panel-header .panel-with-icon:hover{color:#fff;}
.panel-icon{left:10px;}
.panel-header .panel-with-icon{margin-left:12px;}
.accordion .accordion-header:hover{
    background-color: #177ce3;
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left,#29adeb,#177ce3);
    background-image: -webkit-linear-gradient(left,#29adeb,#177ce3);
    background-image: -o-linear-gradient(left,#29adeb,#177ce3);
    background-image: linear-gradient(left,#29adeb,#177ce3);
    color:#fff;
}
.tree-node{height:35px;}
.tree-title{
    height:35px;
    line-height:35px;
}
.tree-icon{display: none;}
.tree-node-selected {
    background: transparent;
    color: #000000;
}
.tree-node-selected .tree-title a{
    color:#c1daec;
}
.tree-node-hover {
    background: transparent;
    color: #000000;
}
.tree-node-hover .tree-title a{
    color:#c1daec;
}
.wu-sidebar{
    width: 160px!important;
}
.layout-expand{background-color: #25364a;top:45px!important;}
.super-south {
    height: 30px;
    line-height: 28px;
    border-top:1px solid #ddd;
}
.super-footer-info {
    padding: 0 15px;
    vertical-align: bottom;
}
.super-footer-info > span:last-child {
    float: right;
}
.tree-ejmenu{
    border-bottom:1px solid #ddd;
}
.tree-title{color: #fff;}
.wu-side-tree-box ul li:first-child{
    border-top:1px dotted #666!important;
}
.tabs-header{
    box-shadow: 1px 1px 6px #95B8E7;
    -moz-box-shadow: 1px 1px 6px #95B8E7;
    -ms-box-shadow: 1px 1px 6px #95B8E7;
    -o-box-shadow: 1px 1px 6px #95B8E7;
    -webkit-box-shadow: 1px 1px 6px #95B8E7;
}
.pd3{padding:0;}
.contentbox-header {
    height: 50px;
    font-size: 14px;
    background-color: #eff3f6;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.wrap-content-body a {
    color: #58666e;
    cursor: pointer;
}
.index_main{
    display: table;
    width: 100%;
    height: auto;
    border-spacing: 0;
    table-layout: fixed;
    margin-top: 0;
}
.index_mainbox {
}
.index_col{
    float: left;
    margin-top: 15px!important;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.index_pad{
    padding:0 20px 15px 20px;
}
.wait-do-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1;
}
.circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
}
.index_pad .count-circle {
    width: 100px;
    height: 98px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
canvas{display: block;margin: 0;position: absolute;background: white;left: 0;top: 0;}
#canvas_1,#canvas_3,#canvas_5,#canvas_7{z-index: 1 }
#canvas_2,#canvas_4,#canvas_6,#canvas_8{z-index: 2; background: transparent;transform:rotate(-90deg); }
.wait-do-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #58666e;
}
.index_pad .circle-spe {
    height: 120px;
    width: 1px;
    background: #f1f1f1;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.index_pad .count-circle-number {
    margin-top: 25px;
    text-align: center;
}
.index_pad .count-circle-number .circle-num {
    font-size: 20px;
    font-weigth: bold;
    color:#58666e;
}
.index_pad .count-circle-number .circle-thing {
    margin-top: 5px;
    font-size: 15px;
    color: #999;
    margin-bottom: 15px;
}
.tabs-panels .panel-body{
    background: rgb(240, 243, 244);
}
.index_number{
    overflow: hidden;;
}
.index_number .col-md-3{
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
    width:23.5%;
}
.of-h {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
    height: 100px;
}
.bg-alert.light {
    background-color: #a992e2;
}
.p5 {
    padding: 5px;
}
.pl20 {
    padding-left: 20px;
}
.mt15 {
    margin-top: 15px;
}
.lh15 {
    line-height: 15px;
}
.bg-alert .text-muted {
    color: #f5f2fd;
    font-size: 13px;
}
.index_number .mt15 b{
    color: #fff;
    font-size: 24px;
}
.icon-bg {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.75;
    line-height: 100px;
    font-size: 100px;
}
.icon-bg img{
    width:100px;
    position: relative;
    top: 20px;
}
.bg-info.light {
    background-color: #55badf;
}
.bg-info .text-muted {
    color: #b6e6f8;
}
.bg-danger.light {
    background-color: #ec6f5a;
}
.bg-danger .text-muted {
    color: #fdccc4;
}
.bg-warning.light {
    background-color: #f7c65f;
}
.bg-warning .text-muted {
    color: #fff0d2;
}
.index_right{
    width: 42.7%;
    float:left;
    margin-left: 15px;
}
.combobox-item{
    padding:5px 3px;
}
.index_left{
    width: 55%;
    float:left;
}
.top-menu{
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    border-radius: 2px;
    z-index: 11;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.1);
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    float: left;
    padding-left: 0;
    position: fixed;
    top: 45px;
    left: auto!important;
    width: 120px;
    border: 1px solid #dfe5e5;
    background-color: #fff;
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-top: 0!important;
}
ul.top-menu>li a {
    display: inline-block;
    font-size: 14px;
    color: #999;
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
    cursor: pointer;
}
ul.top-menu>li:hover {
    border-right: 1px solid #efefef;
    background: #F7F7F7;
}
.wait {
    color: #66a0d2;
}

/*会员主页设置*/
.gn_one{
    background:#fff;
    position: relative;
}
.gn_one .contentbox-header {
    height: 65px;
    font-size: 14px;
    background-color: #fff;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px 14px;
}
.gn_one .contentbox-header a {
    cursor: pointer;
    font-size: 24px;
    color: #000;
}
.gn_one .contentbox-header a:hover {
    color: #428bca;
    text-decoration: none;
}
.gn_one .contentbox-header .header-breadcrumb {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    bottom: 4px;
}
.gn_one .contentbox-header .header-breadcrumb a,.gn_one .contentbox-header .header-breadcrumb span {
    color: #58666e;
    cursor: pointer;
    font-size: 14px;
}
.gn_one .main-head {
    border-bottom: 1px solid #CFDADD;
}
.main-head>ul {
    height: 25px;
    line-height: 25px;
    padding: 15px 25px;
    margin:0;
}
.main-head>ul>li {
    float: left;
    height: 25px;
    width: 110px;
    text-align: left;
    list-style:none;
}
.main-head li>a {
    display: block;
    line-height: 30px;
    cursor: pointer;
    color: #999;
    font-size: 14px;
}
.main-head li.selected-tab>a {
    color: #58666e!important;
    font-size: 16px!important;
}
.main-head>ul>li+li {
    margin-left: 32px;
}
.main-content{
    background: #fff;
    overflow: hidden;
}
.p-l {
    padding-left: 25px;
    padding-right: 25px;
}
.gn_one_tabdetail input,.gn_one_tabdetail select{
    color: #555;
    background-color: #fff;
    border: 1px solid #cfdadd;
    padding: 6px 8px;
    line-height: 1.5;
    vertical-align: middle!important;
    box-shadow: 1px 1px 1px #f1f1f1!important;
    border-radius: 2px 0 0 2px!important;
    font-size: 12px!important;
    width: 220px;
    border-right: none;
}
.gn_one_tabdetail select{
    border-right:1px solid #cfdadd;
    box-shadow: 1px 1px 1px #f1f1f1!important;
}
.gn_one_tabdetail .search-btn{
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 0;
    height: 32px;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
    outline: 0!important;
    color: #58666e!important;
    border-radius: 0 2px 2px 0!important;
    background-color: #fff;
    box-shadow: 1px 1px 1px #f1f1f1!important;
    border:1px solid #cfdadd;
}
.gn_one_tabdetail .search-btn img{
    position: relative;
    top:3px;
}
.gn_box{
    position: relative;
    float: left;
    margin: 7px 0;
    margin-right:10px;
    color: #555;
}
.f-r {
    float: right;
}
.btn-group button{
    padding: 0 7px;
    color: #fff!important;
    background-color: #1e88e5;
    border-color: #1e88e5;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    outline: none;
    border:none;
    font-weight: 500;
    border-radius: 2px;
}
.btn-group button:hover{
    background-color: #649AE1;
    border-color: #649AE1;
}
.gn_one_tabdetail,.gn_one_main{
    overflow: hidden;
}
.gn_one_main{
    border-top: solid 1px #dee5e7;
    padding-bottom:20px;
}
body{
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 1100px;
    box-sizing: border-box;
    font-size: 14px;
}
.panel-footer {
    background-color: #fff;
    border-top: 1px solid #edf1f2;
    border-radius: 0 0 2px 2px;
    padding: 15px;
}
.lter {
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.new-footer-float {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.d-i-b {
    display: inline-block;
}
.gn_plcz_btn{
    box-shadow: 1px 1px 1px #f1f1f1!important;
    border-radius: 2px!important;
    margin-left: 10px;
    color: #58666e!important;
    background-color: #fff;
    font-weight: 500;
    outline:0;
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 0;
    font-size: 12px;
    height: 30px;
    cursor: pointer;
    border:1px solid #dee5e7;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup .caret{
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
    margin-left: 0;
}
.gn_one_plcz li a {
    cursor: pointer;
    display: block;
    line-height: 1.42857143;
    white-space: nowrap;
    clear: both;
    font-weight: 400;
    color: #333;
    padding: 5px 15px;
}
.gn_one_plcz li a:hover{
    background-color: #edf1f2!important;
    background-image: none;
    filter: none;
    color: #428bca;
    text-decoration: none;
}

/*会员查询*/
.hy_one_l{
    float: left;
    width: 88%;
}
.hy_one_hiden{
    overflow: hidden;
    float: left;
    width: 100%;
}
.dd1_img {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../images/dd1_8.png);
}
.currenter {
    background-image: url(../images/dd1_7.png);
}
.hy_one_r{
    float:right;
}
.hy_table_cztb{
    float: left;
    position: relative;
    top: -4px;
    margin-right:10px;
    cursor: pointer;
}
.hy_table_cztb img{
    width: 22px;
    height: 22px;
    position: relative;
    top: 5px;
}
.hy_table_bj:hover{
    color:#4fc1e9;
}
.hy_table_sc:hover{
    color:#fc6e51;
}
.hy_table_tj:hover {
    color: #5BC24C;
}
.hy_table_sxjx:hover {
    color: #8362D6;
}

/*充值查询*/
.btn-group button.btn_yellow{
    background-color: #f6bb42;
    border-color: #f6bb42;
}

/*积分规则查询*/
.hy_seven_title{
    background-color: #bce4f2;
    font-size: 13px;
    padding: 9px 35px 9px 9px;
    border-left:6px solid #7bc9e6;
}
.hy_seven_title img{
    width:16px;
    position: relative;
    top: 2px;
}
.hy_seven_title span{
    color: #2084a9;
    font-size: 12px;
}
.hy_seven_gz{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.hy_seven_box{
    width:50%;
    overflow: hidden;
    text-align: center;
    margin:10px auto;
    margin-bottom:25px;
}
.hy_seven_box span{
    width:30%;
    text-align: right;
    float: left;
    font-size: 14px;
    color: #58666e;
    line-height: 31px;
}
.hy_seven_box input{
    width:60%;
    border:1px solid #cfdadd;
    padding:6px 5px;
    border-radius:3px;
    color: #555;
}
.hy_seven_btn{
    width:50%;
    overflow: hidden;
    text-align: center;
    margin:0 auto;
    margin-top:25px;
}
.hy_seven_btn button{
    width:35%;
    height:39px;
    background: #1296db;
    color: #fff;
    border-radius:5px;
    outline:none;
    border:none;
    padding: 9px 12px;
    box-shadow: rgba(0, 0, 0, 0.121569) 0px 3px 5px inset;
}

/*tab切换*/
.tabs-container{
    background: #fff;
}
.gn_one .easyui-tabs .tabs-header{
    border: none;
    background: #fff;
    height: 25px;
    line-height: 25px;
    padding: 15px 25px;
   border-bottom:1px solid #ddd;
    box-shadow: none;
}
.tabs-wrap{
    height: 25px;
    line-height: 25px;
}
.gn_one .easyui-tabs .tabs li{background: #fff;width: 110px;text-align: left;}
.gn_one .easyui-tabs .tabs li.tabs-selected a.tabs-inner,.gn_one .easyui-tabs .tabs li a.tabs-inner:hover,.gn_one .easyui-tabs .tabs li a.tabs-inner{
    height: 25px;
    line-height: 25px;
    background: #fff!important;
    border: none;
    cursor: pointer;
    padding:0;
}
.gn_one .easyui-tabs .tabs li a.tabs-inner .tabs-title{
    cursor: pointer;
    color: #999;
    font-size: 14px;
}
.gn_one .easyui-tabs .tabs li.tabs-selected a.tabs-inner .tabs-title{
    color: #58666e!important;
    font-size: 16px!important;
    font-weight: normal;
}

/*评价管理*/
.btn-group button.yellow_btn{
    background-color: #f6bb42;
    border-color: #f6bb42;
}
.btn-group button.yellow_btn:hover{
    background-color: #ffce54;
    border-color: #ffce54;
}
.btn-group button.green_btn{
    background-color: #70ca63;
    border-color: #70ca63;
}
.btn-group button.green_btn:hover{
    background-color: #87d37c;
    border-color: #87d37c;
}
.btn-group button.blue_btn{
    background-color: #3bafda;
    border-color: #3bafda;
}
.btn-group button.blue_btn:hover{
    background-color: #4fc1e9;
    border-color: #4fc1e9;
}
.btn-group button.red_btn{
    background-color: #e9573f;
    border-color: #e9573f;
}
.btn-group button.red_btn:hover{
    background-color: #fc6e51;
    border-color: #fc6e51;
}
.btn-group button.sgreen_btn{
    background-color: #37bc9b;
    border-color: rgba(0, 0, 0, 0.05);
}
.btn-group button.sgreen_btn:hover{
    background-color: #2e9e83;
    border-color: rgba(0, 0, 0, 0.05);
}


/*业务导航*/
.yx_one_top{
    width:95%;
    margin:0 auto;
    text-align: center;
    padding:20px 0;
    overflow: auto;
}
.yx_one_one{
    background: #009AD7;
    float: left;
    width:15%;
    text-align: center;
    margin:0 auto;
    padding:15px;
    height:350px;
    display: flex; justify-content: center; flex-direction: column;
    border-radius:2px;
    margin-right:10px;
    cursor: pointer;
}
.yx_one_one img{
    width:80px;
    display: inline-block;
    margin:0 auto;
    text-align: center;
}
.yx_one_one p{
    font-size:16px;
    color: #fff;
    font-weight: 600;
}
.yx_one_two{
    width:50%;
    height:380px;
    margin-right:10px;
    float: left;
}
.yx_one_twot{
    background: #FFAA31;
    height:125px;
    padding:0 15px;
    border-radius: 2px;
    cursor: pointer;
}
.yx_one_twot img{
    width:80px;
    position: relative;
    top:21px;
    margin-right:25px;
    float: left;
}
.yx_one_twot span{
    font-size:16px;
    color: #fff;
    font-weight: 600;
    float: left;
    line-height: 125px;
}
.yx_one_twod{
    width: 100%;
    margin-top:10px;
}
.yx_one_half{
    width:49%;
    float: left;
    cursor: pointer;
}
.yx_one_half:first-child{
    margin-right:10px;
}
.yx_one_halfone,.yx_one_halftwo{
    background: #68AF27;
    padding:15px 0;
    display: flex; justify-content: center; flex-direction: column;
    height:215px;
    border-radius:2px;
}
.yx_one_halfone img,.yx_one_halftwo img{
    width: 80px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.yx_one_halfone p,.yx_one_halftwo p{
    font-size:16px;
    color: #fff;
    font-weight: 600;
    float: left;
}
.yx_one_halftwo{
    background: #C22439;
    cursor: pointer;
}
.yx_one_three{
    width:30%;
    float: left;
    height: 380px;
}
.yx_one_threet{
    background: #005683;
    height: 230px;
    margin-bottom:10px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding:0 15px;
    cursor: pointer;
}
.yx_one_threet img{
    width: 80px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
.yx_one_threet p{
    font-size:16px;
    color: #fff;
    font-weight: 600;
}
.yx_one_threed{
    background: #673499;
    border-radius: 2px;
    height:139px;
    padding:0 15px;
    cursor: pointer;
}
.yx_one_threed img{
    width: 80px;
    display: inline-block;
    float: left;
    position: relative;
    top:30px;
    margin-right: 25px;
}
.yx_one_threed span{
    float: left;
    font-size:16px;
    color: #fff;
    font-weight: 600;
    line-height: 139px;
}

.gn_box .gn_box_title_box{
    width:40%;
    display: block;
    float: left;
    line-height: 32px;
    text-align: right;
}
input::-webkit-input-placeholder {color: #555;}

/*营销方案*/
.state-overview {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
    width:80%;
    margin:0 auto;
    padding:30px 0;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right:20px;
    cursor: pointer;
    margin-bottom: 20px;
}
@media (min-width: 768px){
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-right:20px;
        cursor: pointer;
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px){
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 40%;
        max-width: 40%;
        margin-right:20px;
        cursor: pointer;
        margin-bottom: 20px;
    }
}
.bg-blue {
    background: #3598dc;
    color: #fff;
}
.bg-blue {
    background-color: #389af0;
}
.bg-orange {
    background: #E67D21;
    color: #fff;
}
.bg-purple {
    background: #8E44AD;
    color: #fff;
}
.bg-success {
    background-color: #28a745!important;
}
.bg-success {
    background: #5FC29D;
    color: #fff;
}
.info-box {
    min-height: 100px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 25px;
}
.info-box-icon {
    float: left;
    height: 70px;
    width: 70px;
    text-align: center;
    font-size: 30px;
    line-height: 74px;
    background: rgba(0, 0, 0, .2);
    border-radius: 100%;
}
.info-box-icon.push-bottom {
    margin-top: 20px;
}
.info-box-content {
    padding: 10px 10px 10px 0;
    margin-left: 90px;
    position: relative;
    top: 35px;
}
.info-box-text, .progress-description {
    display: block;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

/*商户信息*/
.shgl_one_l{
    float: left;
    background-color: #FAFAFA;
    color: #666;
    width:80%;
    padding: 15px;
    border: 1px solid #e7e7e7;
    margin:0 auto;
}
.shgl_one_l_box{
    display: block;
    color: #AAA;
    outline: 2px dashed #d9d9d9;
    border: 0;
    padding: 50px;
    margin-bottom: 20px !important;
    background-color: #FFF;
    outline-color: #70ca63;
}

/*基础设置*/
.hy_seven_gz h5{
    font-size:18px;
    color: #666;
    font-weight: normal;
    text-align: center;
    margin:10px 0 30px 0;
}
.hy_seven_box select{
    color: #555;
    background-color: #fff;
    border: 1px solid #cfdadd;
    padding: 6px 8px;
    line-height: 1.5;
    vertical-align: middle!important;
    box-shadow: 1px 1px 1px #f1f1f1!important;
    border-radius: 3px;
    font-size: 12px!important;
    width: 61.6%;
    border-right: none;
    border-right: 1px solid #cfdadd;
    box-shadow: 1px 1px 1px #f1f1f1!important;
    float: left;
}
.checkboxFive {
    width: 25px;
    position: relative;
    float: left;
}
.checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #eee;
    border:1px solid #ddd;
}
.checkboxFive label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 7px;
    border: 3px solid #70ca63;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkboxFive label:hover::after {
    opacity: 0.5;
}
.checkboxFive input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/*会员主页设置*/
.my_header {
    width: 100%;
    height: 140px;
    background: url(../images/my_bg.png);
    background-size: 100% 140px;
    overflow: hidden;
}
.my_headercenter{
    text-align: center;
    padding:22px 11px 11px 11px;
}
.my_headercenter h1 {
    color: #fff;
    font-size:18px;
}
.my_content .my_content_top {
    height: 125px;
    background-color: #fff;
    position: relative;
}
.my_content .my_content_top .ct_bg {
    position: absolute;
    width: 90%;
    height: 200px;
    top: -65px;
    left: 6%;
}
.personal_tx{
    width: 60px;
    height: 60px;
    float: left;
    position: absolute;
    top: -34px;
    left: 12%;
}
.personal_tx img{
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    border-radius: 50%;
}
.personal_yhm{
    position: absolute;
    float: left;
    left: 30%;
    top: -22px;
}
.personal_yhm_md{
    font-size:0.3rem;
    color:#2cabff;
    padding-bottom:5px;
}
.personal_ewm{
    position: absolute;
    float: right;
    right: 11%;
    top: -31px;
    width: 26px;
    height: 26px;
}
.personal_ewm img{
    width: 100%;
    height: 100%;
    display: block;
}
.personal_kh{
    position: absolute;
    float: left;
    left: 13%;
    top: 80px;
}
.personal_kh span{
    text-shadow: 2px 1px 3px #999;
    color: #717171;
}
.my_zc{
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.my_zc ul li{
    float:left;
    width:33.333%;
    margin:0 auto;
    text-align:center;
}
.gn_one_l{
    width:28%;
    overflow: hidden;
    float: left;
    border: 2px dashed rgb(217, 217, 217);;
    padding: 20px;
    margin: 10px 0 0 30px;
}
.my_fw {
    background: #fff;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}
.my_fw .my_fw_head {
    margin: 8px 0;
    border-left: 4px solid #45a5ff;
    height: 19px;
    line-height: 19px;
}
.my_fw .my_fw_head span {
    padding-left: 5px;
    color: #45a5ff;
    font-size: 0.26rem;
}
.my_fw_main img{
    text-align: center;
    margin: 0 auto;
    display: block;
}
.gn_one_r{
    float: left;
    width:50%;
}
.hy_seven_box textarea{
    width: 60%;
    border: 1px solid #cfdadd;
    padding: 6px 5px;
    border-radius: 3px;
    color: #555;
    height: 80px;
    float: left;
}
.gn_three_title{
    width:100%;
    text-align: center;
    margin:30px 0 20px 0;
}
.gn_three_title img{
    width:40px;
}
.gn_three_title span{
    margin-left: 5px;
    font-size: 18px;
    position: relative;
    top: -8px;
    color: #58666e;
}
.gn_three_ewm{
    width:100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.gn_three_ewm_box{
    width:50%;
    margin: 0 auto;
    text-align: center;
    border:1px solid #ddd;
    padding:30px 10px;
}
.gn_three_ewm_box img{
    width:150px;
}
.gn_three_ewm_box p{
    color: #666;
    font-size: 14px;
    margin-top: 50px;
}
.gn_three_one,.gn_three_two,.gn_three_three{
    background-color: #ffffff;
    border-radius: 2px;
    border-top:5px solid #f6bb42;
    width:80%;
    text-align: center;
    margin:0 auto;
    margin-top: 20px;
    margin-bottom: 35px;
}
.gn_three_two{
    border-top:5px solid #3bafda;
}
.gn_three_three{
    border-top:5px solid #70ca63;
}
.gn_three_heading{
    height: 40px;
    line-height: 36px;
    background: #fff;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    border-color: #e5e5e5;
    border-top: 1px solid transparent;
    text-align: left;
}
.gn_three_one_title{
    color: #666666;
    padding-left: 6px;
    text-align: left;
    font-weight: normal;
}
.gn_three_body{
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-top:0;
    color: #666;
    background-color: #F2F2F2;
}
.gn_three_three .gn_three_heading a{
    display: block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #70ca63;
}
.gn_three_one .gn_three_heading a{
    display: block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #f6bb42;
}
.gn_three_two .gn_three_heading a{
    display: block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #3bafda;
}
.gn_three_heading a img{
    position: relative;
    top:7px;
    margin-right:5px;
}

#tabsBar .tabs-panels>.panel>.panel-body {
    overflow: hidden;
}
.main_main{
    position: absolute;left: 16px;right: 16px;top: 0;bottom: 4px;margin: 0 -16px;padding: 16px;
}
/*滚动条样式*/
.index::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.index::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.index::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.0);
    border-radius: 0;
    background: rgba(0,0,0,0.0);
}

/*添加菜单*/
.personal_tx img{
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    border-radius: 50%;
}
.personal_yhm_md{
    font-size:0.3rem;
    color:#2cabff;
    padding-bottom:5px;
}
.personal_ewm img{
    width: 100%;
    height: 100%;
    display: block;
}
.personal_kh span{
    text-shadow: 2px 1px 3px #999;
    color: #717171;
}
.my_zc ul li{
    float:left;
    width:33.333%;
    margin:0 auto;
    text-align:center;
}
.my_fw,.my_gn{
    background: #fff;
    margin-top:10px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.my_fw .my_fw_head,.my_gn .my_gn_head{
    margin: 8px 0;
    border-left: 4px solid #45a5ff;
    height: 19px;
    line-height: 19px;
}
.my_fw .my_fw_head span,.my_gn .my_gn_head span{
    padding-left: 5px;
    color: #45a5ff;
    font-size: 0.26rem;
}
.my_zc_number{
    height: 32px;
    line-height: 32px;
    color: #4d5eb6;
    font-weight: 600;
    font-size: 16px;
}
.my_fw_main,.my_gn_main{
    overflow: hidden;
    padding:5px 0;
}
.my_fw_main ul li{
    float:left;
    width:33.333%;
    margin:0 auto;
    text-align:center;
}
.my_fw_main ul li img{
    width:32px;
    height:32px;
    margin-bottom:8px;
}
.my_gn_main ul li{
    float:left;
    width:25%;
    margin:0 auto;
    text-align:center;
    padding: 5px 0 15px 0;
}
.my_gn_main ul li img{
    width:26px;
    height:26px;
    margin-bottom:8px;
}
.my_gn_main ul li p{
    margin:0;
}
.my_zc ul li.item{
    padding:0;
    margin:0;
}
.main-head li.selected-tab>img{
    float: left;
    margin-right:8px;
    width:20px;
    position: relative;
    top: 5px;
}

/*左右滑动开关按钮*/
.checkbox {
    position: relative;
    display: inline-block;
}
.checkbox:after, .checkbox:before {
    font-family: FontAwesome;
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    -moz-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    -moz-font-language-override: normal;
    font-language-override: normal;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
}
.checkbox label {
    width: 71px;
    height: 22px;
    background: #ccc;
    position: relative;
    display: inline-block;
    border-radius: 46px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.checkbox label:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    left: 0;
    top: 1px;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}
.checkbox input:hover + label:after {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}
.checkbox input:checked + label:after {
    left: 41px;
}

.model-1 .checkbox input:checked + label {
    background-color: #55badf;
    border-color: rgba(0, 0, 0, 0.05);
}
.model-1 .checkbox input:checked + label:after {
    background-color: #fff;
    opacity: 0.4;
}
.model-1{
    float: left;
    margin-left:5px;
}

/*营销员首页*/
.yxy_index_headmain {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: url("../images/168.jpg");
    background-size: 100%;
    position: relative;
}
.topbox1 {
    width: 100%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    position: fixed;
    top: 0;
    z-index: 1;
}
.topbox1 a {
    float: left;
    width: 5%;
    position: relative;
    top: 8px;
}
.topbox1 h1 {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.index_head{
    width:100%;
    overflow: hidden;
}
.index_head ul li{
    width: 50%;
    float: left;
}
.index_head ul li p {
    color: #fff;
    line-height: 30px;
}
.index_money {
    font-size: 18px;
    font-weight: bold;
}
.index_text {
    padding: 5px 0;
    background-color: rgba(0,0,0,0.3);
}
.index_text p {
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.my_gn {
    border-top: 10px solid #f1f1f1;
    border-bottom: 0;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.my_gn_main {
    overflow: hidden;
    padding: 5px 0;
}
.my_gn_main ul li {
    float: left;
    width: 25%;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0 15px 0;
}
.my_gn_main ul li img {
    width: 26px;
    height: 26px;
    margin-bottom: 8px;
}
.tabs-header, .tabs-tool {
    background-color: #c9e7fa;
}
.tabs-icon {
    top: 49%;
}

/*会员精准营销弹框*/
.fa_tkbt{
    padding: 0px 5px 5px 5px;
    font-weight: bold;
    color: #585858;
    overflow: hidden;
}
.fa_tkbt span{
    line-height: 44px;
}
.fa_ul{
    width: 100%;
}
.fa_ul ul{
    overflow: hidden;
    margin:0;
    padding:0;
}
.fa_ul ul li{
    width:33.333%;
    float: left;
    cursor: pointer;
}
.btn-group button.orange_btn {
    background: linear-gradient(to right bottom, #e8962e, #e45131) !important;
    border-color: #e45131;
}
.window-shadow{
    -webkit-box-shadow: 2px 2px 10px #cccccc;
    box-shadow: 2px 2px 10px #cccccc;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.window-body{border:none!important;}
.window{padding:0;}
.tab_tk{
    padding:10px;
    color: #585858;
}
.tk_two_bt{
    float: left;
    line-height: 23px;
    margin-right:10px;
}
.tk_two_bt input[type='checkbox']{
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-appearance:none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
}
.tk_two_bt .checkBox input[type=checkbox]:checked{
    background: url("../images/checkbox_icon.png")no-repeat center;
}
.tk_two_bt label{
    cursor: pointer;
}
.tk_two_btbox label{
    width: 165px;
    display: block;
}
.tk_two_bt span{
    position: relative;
    top:2px;
    font-size: 14px;
    color: #555;
}
.tk_two_box{
    overflow: hidden;
    margin-bottom: 15px;
}
.tk_two_box .gn_box{margin:0;}
.tk_two_box .gn_box input{
    color: #555;
}
.tk_two_box .gn_box select {
    color: #555;
    background-color: #fff;
    border: 1px solid #cfdadd;
    padding: 6px 8px;
    line-height: 1.5;
    vertical-align: middle!important;
    box-shadow: 1px 1px 1px #f1f1f1!important;
    border-radius: 2px 0 0 2px!important;
    font-size: 12px!important;
    width: 220px;
    border-right: none;
}
.tk_two_box .gn_box select {
    border-right: 1px solid #cfdadd;
    box-shadow: 1px 1px 1px #f1f1f1!important;
}
.tk_two_qc{
    float: left;
    width: 26px;
    cursor: pointer;
    position: relative;
    top:2px;
}
.tk_three_bt{
    width: 100%;
    display: block;
}
.tk_three_main{
    width: 100%;
    overflow: hidden;
}
.tk_three_main .gn_box{
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.tk_three_main .gn_box span {
    width: 30%;
    display: block;
    float: left;
    text-align: right;
    line-height: 32px;
}
.tk_three_main .gn_box input{
    float: left;
    margin-left:10px;
}
.tk_three_yxq span{
    float: left;
    line-height: 33px;
    margin-right: 5px;
}
.tk_three_yxq .gn_box{
    margin-right:15px;
}
.tk_three_main form        { background: #fff repeat-x 0 0; float: left;position: relative;top: 5px;}
.tk_three_main fieldset    { border: 0; padding-bottom: 0;margin:0; }
.tk_three_main label       { display: block; cursor: pointer; line-height: 20px; padding-bottom: 9px; text-shadow: 0 -1px 0 rgba(0,0,0,.2); }
.tk_three_main .label_check input,
.tk_three_main .label_radio input  { margin-right: 5px; }
.has-js .label_check,
.has-js .label_radio    { padding-left: 20px; }
.has-js .label_radio    { background: url(../images/radio-off.png) no-repeat; }
.has-js label.r_on      { background: url(../images/radio-on.png) no-repeat; }
.has-js .label_check input,
.has-js .label_radio input  { position: absolute; left: -9999px; }


/*2018-08-07*/
.combo-panel{border:1px solid #95B8E7;}
.datagrid-header td{
    padding: 8px 0;
    color: #58666e;
    font-weight: 700;
    vertical-align: middle;
}
.pagination-info{display: none;}
.gn_box .combo{
    border: 1px solid #cfdadd;
    height: 31px!important;
    border-radius: 2px;
    width:125px!important;
}
.combo .combo-text{
    height: 31px!important;
    line-height: 31px!important;
    border-right: none;
    box-shadow:unset!important;
    width:121px!important;
}
.datebox .combo-arrow{
    position: absolute;
    background: transparent;
    width: 100%;
    left: 0;
    padding:6px 0;
}
.datebox .combo-arrow{
    height:31px!important;
}
.datagrid-body{
    background: #fff;
}
.datagrid-body td{
    color: #58666e;
    background: #fff;
    padding: 6px 0;
    border-top: 1px solid #eaeff0;
    vertical-align: middle;
}
.tabs-panels{border:none;}
.gn_one .easyui-tabs .tabs-panels .panel-body{background: #fff;padding:0!important;}
.hy_seven_box{width: 100%;}
.panel-fit, .panel-fit body{overflow-x: hidden!important;}
    /*多选框*/
.dx_check form        { background: #fff repeat-x 0 0; float: left;position: relative;top: 5px;}
.dx_check fieldset    { border: 0; padding-bottom: 0;margin:0; }
.dx_check label       { display: block; cursor: pointer; line-height: 20px; padding-bottom: 9px; text-shadow: 0 -1px 0 rgba(0,0,0,.2); }
.dx_check .label_check input,
.dx_check .label_radio input  { margin-right: 5px; }
.has-js .label_check,
.has-js .label_radio    { padding-left: 20px; }
.has-js .label_radio    { background: url(../images/radio-off.png) no-repeat; }
.has-js label.r_on      { background: url(../images/radio-on.png) no-repeat; }
.has-js .label_check input,
.has-js .label_radio input  { position: absolute; left: -9999px; }
.hn_five_hd label{ display: block; cursor: pointer; line-height: 20px; padding-bottom: 9px; text-shadow: 0 -1px 0 rgba(0,0,0,.2); }
.fa_ul input{
    display: none;
}
.fa_ul label{
    height: 50px;
    display: inline-block;
    line-height: 52px;
    position: relative;
    text-align: center;
    padding-left: 50px;
}
.fa_ul label:active{
    background: #EEEEEE;
}
.fa_ul label:after{
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #3078D7;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
}
.fa_ul input:checked+label:after{
    background: linear-gradient(to right bottom, #55BADF,#3078D7) ;
}
.window .window-header .panel-tool {
    right: 10px;
}
.panel-header .panel-title {
    color: #1e88e5;
    font-weight: bold;
}


/*登录页*/
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    padding-top: 10px;
    background: #333;
    background: rgba(51, 51, 51, 0.3);
    border: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    background: none;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
}
.navbar-header {
    float: left;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    width: 250px;
    background: url(../images/logo_o2o_member.png) left center no-repeat;
    text-indent: -99999px;
    color: #9d9d9d;
    margin-left: -15px;
}
.inner-bg {
    padding: 10px 0 170px 0;
}
.col-sm-8{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.66666667%;
    margin-left: 16.66666667%;
}
.top-content .text {
    color: #fff;
}
.top-content .text h1 {
    color: #fff;
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    line-height: 50px;
    text-align: center;
}
.top-content .description {
    margin: 20px 0 10px 0;
}
.top-content .description p {
    opacity: 0.8;
    text-align: center;
}
.col-sm-6{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%;
    margin-left: 25%;
}
.form-box {
    padding-top: 15px;
}
.form-top {
    overflow: hidden;
    padding: 0 25px 0 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}
.form-top-left {
    float: left;
    width: 75%;
    padding-top: 15px;
    color: #454545;
}
.form-top-left h3 {
    margin-top: 0;
    float: left;
}
.form-top-left p{
    float: left;
    margin: 0;
    margin-left: 5px;
    font-size: 12px;
    position: relative;
    bottom: 0;
    line-height: 21px;
}
.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}
.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}
.form-group {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.form-control {
    display: block;
    width: 489px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group input[type="text"],.form-group input[type="password"],.form-group textarea,.form-group textarea.form-control {
    height: 40px;
    margin: 0;
    padding: 0 5px 0 35px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
form .form-bottom .input-error {
    border-color: #19b9e7;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.form-group input[type="text"]:focus,.form-group input[type="password"]:focus,.form-group textarea:focus,.form-group textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-group textarea,.form-group  textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}
form .form-bottom textarea {
    height: 100px;
}
.login_btn{
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
form .form-bottom button.btn {
    min-width: 105px;
}
.registration-form fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.form-bottom .form-group img{
    position: absolute;
    top: 13px;
    left: 10px;
    width: 18px;
}
.login_yzm{
    float: right;
    height: 46px;
    width: 30%;
}
.form-bottom .login_yzm img{
    height: 44px;
    width: 100%;
    position: unset;
    border-radius:5px;
}
.form-group .form_wjmm{
    float: left;
    color:#888;
    cursor: pointer;
}
.form-group .form_mfzc{
    float: right;
    color: #888;
    cursor: pointer;
}
.form-group .form_wjmm:hover,.form-group .form_mfzc:hover{
    color:#095f8a;
}
.login_yzm button{
    width: 100%;
    height:46px;
    border: 3px solid #ddd;
    line-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    color: #444;
}
.login_yzm button:hover {
    background: #c7c7c7;
}
.form-group label{
    position: relative;
    top:1px;
}
.form-group label,.form-group label a{
    color: #444;
    cursor: pointer;
}
.form-group label a:hover{
    color:#095f8a;
}
.form-group label:hover{text-decoration: underline;}

/*1.5.5.6begin*/
.accordion .panel-last > .accordion-header-selected, .accordion .panel-last > .accordion-header-border {
    border-bottom-color: transparent;
}
.tree-title a {
    font-size: 13px;
}
.tree-title {
    font-size: 12px;
}
.tabs-title {
    font-size: 12px;
}
.panel-footer{overflow: unset;}
.datagrid-header .datagrid-cell span {font-size: 12px;}
.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber {font-size: 12px;}
.validatebox-text{
    height: 33px!important;
    line-height: 33px!important;
    width: 98%!important;
    margin:0!important;
}


/*重置按钮*/
.btn-group button.cz_btn {
    background-color: #967ADC;
    border-color: #967ADC;
}
.btn-group button.cz_btn:hover {
    background-color: #A992E2;
    border-color: #A992E2;
}
/*启用按钮*/
.btn-group button.qy_btn {
    background-color: #37BC9B;
    border-color: #37BC9B;
}
.btn-group button.qy_btn:hover {
    background-color: #48C9A9;
    border-color: #48C9A9;
}
/*禁用按钮*/
.btn-group button.jy_btn {
    background-color: #3B3F4F;
    border-color: #3B3F4F;
}
.btn-group button.jy_btn:hover {
    background-color: #484D61;
    border-color: #484D61;
}

/*绑定用户*/
.hy_table_user:hover {
    color: #37BC9B;
}
/*启用*/
.hy_table_qy:hover {
    color: #3078D7;
}
/*默认*/
.hy_table_mr:hover {
    color: #484D61;
}


/*微信菜单设置*/
.wxsz_dx label{
    float: left;
    margin-right:10px;
    width: 30%;
    margin-bottom:25px;
    cursor: pointer;
}
.wxsz_dx span{
    float: left;
    font-size: 14px;
    color: #58666e;
}
.wxsz_dx textarea{
    float: left;
    height: 100px;
    border: 1px solid #cfdadd;
    padding: 6px 5px;
    border-radius: 3px;
    color: #555;
    width: 70%;
}


/*微信公众号新增2018-09-06*/
.gzh_footer{
    height: 600px;
    background: #fff;
    width: 100%;
    position: relative;
}
.gzh_footerbox{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom:0;
  border-top:1px solid #ddd;
}
.gzh_footerbox ul.gzh_ul{
    overflow: hidden;
    height: 50px;
    margin:0;
    padding:0;
    float: left;
    width: calc(100% - 42px);
}
.gzh_footerbox ul.gzh_ul li{
    float: left;
    width: 32%;
    height: 50px;
    border-right: 1px solid #ddd;
    text-align: center;
}
.gzh_footerbox ul.gzh_ul li:last-child{
    border-right:none;
}
.gzh_footerbox ul.gzh_ul li a{
    display: block;
    color: #2d2d2d;
    line-height: 50px;
}
.xjp{
    float: left;
    width: 40px;
    height: 50px;
    border-right:1px solid #ddd;
}
.xjp a{
    display: block;
    color: black;
    width: 30px;
    margin: 0 auto;
    line-height: 50px;
}
.xjp img{
    width: 100%;
    position: relative;
    top: 10px;
}
.wqnr_box{
    background: #fff;
    position: absolute;
    bottom:50px;
    left:0;
    border:1px solid #ddd;
    z-index: 99;
    border-radius:3px;
    box-shadow: 1px 2px 14px #ddd;
}
.wqnr_box ul,.wqnr_2 ul,.wqnr_3 ul{
    overflow: hidden;
    padding:0;
    margin:0;
}
.wqnr_box ul li,.wqnr_2 ul li,.wqnr_3 ul li{
    width: 100%;
    line-height: 22px;
    border-bottom:1px solid #ddd;
    padding:10px;
    text-align: left;
}
.wqnr_2{
    background: #fff;
    position: absolute;
    bottom:50px;
    border:1px solid #ddd;
    z-index: 99;
    border-radius:3px;
    box-shadow: 1px 2px 14px #ddd;
    left:32%;
}
.wqnr_3{
    background: #fff;
    position: absolute;
    bottom:50px;
    border:1px solid #ddd;
    z-index: 99;
    border-radius:3px;
    box-shadow: 1px 2px 14px #ddd;
    right: 0;
}

/*登录页版本2 2018-09-07*/
.login_bg{
    background: #3d6ff4;
}
.login_2{
    width: 85%;
    /* float: right; */
    background-image: url(../images/login.jpg);
    /* background-position: center center; */
    background-size: 100%;
    height: 100vh;
    overflow: hidden!important;
    margin: 0 auto;
}
.login_2 form{
    width: 40%;
    float: right;
    margin-right: 12%;
    margin-top: 10%;
}
.login_2 input{
    border: none;
    border-bottom: 1px solid #3c6ff4;
    padding: 10px 5px;
    width: 60%;
    margin-bottom: 40px;
    font-size: 14px;
}
.login_text{
    border-top:1px solid #ddd;
    padding-top:20px;
}
/*end*/



/*登录版本3*/
.login_box_two{
    width: 1100px;
    left: 15%;
    top: 0;
    background: url(../images/login_1.jpg);
    background-position: center center;
    height: 100vh;
    background-size: 100%;
    position: relative;
}
.login_box_two .login_l_img{ float:left; width:432px; height:440px; margin-left:50px;}
.login_box_two .login_l_img img{width:500px; height:440px; }
.login {
    width:400px;
    padding: 20px 50px;
    background-color: #ffffff;
    border-radius:6px;
    box-sizing: border-box;
    float:right;
    margin-right:50px;
    margin-top:50px;
    -webkit-box-shadow: 3px 3px 13px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 13px -7px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 13px -7px rgba(0,0,0,0.75);
    position: absolute;
    right: 0;
    top: 12%;
}
.login_logo{
    width:120px;
    height:120px;
    border:5px solid #267bef;
    border-radius:100px;
    background:#fff;
    text-align:center;
    line-height:110px;
    position:absolute;
    top:-60px;
    right:140px;
}
.login_name{
    width:100%;
    float:left;
    text-align:center;
   margin-bottom:25px;
}
.login_name p{
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #555;
    padding: 5px 0 20px;
    font-weight: bold;
    margin:0;
    border-bottom:1px solid #ddd;
}
.login_logo img{ width:60px; height:60px;display: inline-block; vertical-align: middle;}
.login input[type=text],.login input[type=password]{ border: 1px solid #DCDEE0; vertical-align: middle; border-radius: 3px; height: 42px; padding: 0px 15px; font-size: 14px; outline:none; width:268px;margin-bottom: 15px;line-height:42px; color:#888;}
.login input[type=text]:focus,.login input[type=file]:focus,.login input[type=password]:focus,.login input[type=email]:focus,.login select:focus { border: 1px solid #267bef; }
.login input[type=submit], input[type=button] { display: inline-block; vertical-align: middle; padding: 12px 24px; margin: 0px; font-size:16px; line-height: 24px; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; color: #ffffff; background: #ff6c03!important; border-radius: 3px; border: none; -webkit-appearance: none; outline:none; width:100%; }
.copyright {
    font-size: 14px;
    color: #717171;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 30px 0;
}
#password_text{border: 1px solid #DCDEE0; vertical-align: middle; border-radius: 3px; height: 50px; padding: 0px 15px; font-size: 14px; color: #888; outline:none; width:268px;margin-bottom: 15px;display: block; line-height:50px;}
.aui-header-box {
    width: 100%;
    height: 380px;
    position: relative;
    background: #f37b1d;
    border: none;
}
.form-group_two {
    margin-bottom: 15px;
    position: relative;
    padding-top: 20px;
    overflow: hidden;
    width: 100%;
}
.form-group_two .form_wjmm {
    float: left;
    color: #888;
    cursor: pointer;
}
.form-group_two .form_mfzc {
    float: right;
    cursor: pointer;
    color: #ff6806;
}
.login_twonavbar{
    position: fixed;
}
.login_twonavbar .navbar-brand_two{
    width: 250px;
    display: block;
    height: 80px;
    margin-left: 20px;
    background: url(../images/logo_o2o_member.png) left center no-repeat;
}
/*登录end*/
