/*------------------------------------------
Template Name: AdminEx Dashboard
Author: ThemeBucket
-------------------------------------------*/

@import url('bootstrap-reset.css');
@import url('jquery-ui-1.10.3.css');
@import url('../fonts/css/font-awesome.min.css');

body {
    background:#ffffff;
    color: #7a7676;
    line-height: 20px;
    overflow-x: hidden;
    font-size: 14px;
}

input, select, textarea {
    font-family: 'Open Sans', sans-serif;
    color: #767676;
}

a {
    color: #666;
}

a:focus, a:active, a:hover {
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #f6323c;
    text-decoration:none;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
}

.mtop10 {
    margin-top: 10px;
}
.mtop5 {
    margin-top: 5px;
}
hr {
    border-color: #ddd;
}
.mainbody {
    background-color:#eff0f4;
}
.listinfo {
overflow-x:auto;
}
.table th {
    color:#535351;
}
.table td {
    color:#1b2128;
}
.listinfo .radio {
padding-left:0px;
margin:0px;
min-height:15px;
padding:0px;
}
.clear {
    clear:both;
}
.dropdown-menu {
top:auto;
left:auto;
}
.dropdown-menu > li > a {
    color:#6DB5F8;
 }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover {
color:#6DB5F8;}
/*-------------------------------
            LOGIN STYLES
-------------------------------*/

.login-body {
    background: #ffffff;
    width: 100%;
    height: 100%;
}
.login-head {
    height:70px;
    width:1200px;
    margin:0px auto;
    padding-top:15px;
}
.login-head h2 {
     font-family:'Microsoft YaHei','微软雅黑','宋体';
     color:#000;
     display:inline;
     
}
.login-head h4 {
     font-family:'Microsoft YaHei','微软雅黑','宋体';
     color:#999;
     display:inline;
}
.login-bg {
    background-image:url(/images/login-bg.gif);
    background-position-x:center;
    height:580px;
    width:100%;
}
.login-main {
    width:1200px;
    margin:0px auto;
}
.login-foot {
    padding:15px;
    width:1200px;
    margin:0px auto;
    color:#333;
    text-align:center;
    font-family:'Microsoft YaHei';
}
.form-signin {
    max-width: 460px;
    margin-top: 80px;
    float:right;
        
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 3px 3px #888888;
}

.form-signin .form-signin-heading {
    margin: 0;
    padding: 25px 15px;
    text-align: center;
    color: #fff;
    position: relative;
    
}

.sign-title {
    font-size: 24px;
    color: #333;
    position: absolute;
    top: 15px;
    left: 0;
    text-align: left;
    padding-left:40px;
    width: 100%;
    text-transform: uppercase;
    font-family:'Microsoft YaHei';
}

.form-signin .checkbox {
    margin-bottom: 14px;
    font-size: 13px;
}

.form-signin .checkbox {
    font-weight: normal;
    color: #fff;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
}

.form-signin .checkbox a, .form-signin .checkbox a:hover {
    color: #fff;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    background: #eaeaec;
    box-shadow: none;
    font-size: 14px;
}

.form-signin .btn-login {
    background: #424F63;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Microsoft YaHei";
    margin: 20px 0 5px;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 20px;
}

.form-signin .btn-login:hover {
    background: #374152;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form-signin p {
    text-align: left;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: normal;
}

.form-signin a, .form-signin a:hover {
    color: #6bc5a4;
}

.form-signin a:hover {
    text-decoration: underline;
}

.login-wrap {
    padding: 40px 40px;
    margin-top:10px;
    position: relative;
}

.registration {
    color: #666666;
    text-align: left;
    margin-top: 15px;
    
}
.registration a {
    color:#6DB5F8;
}
/*-------------------------------
            Top
-------------------------------*/
.top {
    background-color:#fff;
}
.top-body {
    height:100px;
    width:1200px;
    margin:0px auto;
    padding-top:20px;
}
.top-left {
    float:left;
}
.top .title {
     font-family:'Microsoft YaHei';
     color:#000;
     font-size:30px;
     line-height:50px;
     padding-right:10px;
     border-right:1px solid #c0c0c0;
    cursor:pointer;
}
.top .subtitle {
     font-family:'Microsoft YaHei';
     color:#999;
     padding-left:10px;
     font-size:16px;
     line-height:30px;
     font-weight:bold;
}

.top-right {
    float:right;
}
.notification-menu {
    list-style: none;
    padding-top:15px;
}

.notification-menu > li {
    display: inline-block;
    float: left;
    position: relative;
}

.notification-menu > li > a > i {
    margin-top: 6px;
}

.notification-menu .dropdown-toggle {
    padding: 12px 10px;
    border-color: #fff;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}

.notification-menu .dropdown-toggle:hover,
.notification-menu .dropdown-toggle:focus,
.notification-menu .dropdown-toggle:active,
.notification-menu .dropdown-toggle.active,
.notification-menu .open .dropdown-toggle.dropdown-toggle {
    background: #eeeeee;
    
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.notification-menu .dropdown-toggle img {
    vertical-align: middle;
    margin-right: 5px;
    width: 26px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.notification-menu .dropdown-toggle .caret {
    margin-left: 5px;
}

.notification-menu .dropdown-menu {
    border: 0;
    margin-top: 0px;
    -moz-border-radius: 2px 0 2px 2px;
    -webkit-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
}
/*头部下拉底部三角颜色*/
.notification-menu .dropdown-menu:after {
    border-bottom: 6px solid #dddddd;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 10px;
    position: absolute;
    top: -6px;
}

.notification-menu .dropdown-menu li {
    display: block;
    margin: 0;
    float: none;
    background: none;
    padding: 15px;
}

.notification-menu .dropdown-menu-usermenu li {
    padding: 0;
}

.notification-menu .dropdown-menu li a {
    color: #666;
    font-size: 13px;
    padding: 7px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.notification-menu .dropdown-menu li a:hover {
    color: #f6323c;
}

.notification-menu .dropdown-menu li i {
    font-size: 11px;
    margin-right: 5px;
}

.notification-menu .dropdown-menu-head {
    padding: 0;
    min-width: 300px;
}

.notification-menu .info-number {
    padding: 12px 15px;
    height: 50px;
    font-size: 16px;
    background: #fff;
    color: #333;
    border-color: #fff;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.notification-menu .dropdown-menu-usermenu {
    background: #fff;
    min-width: 100px;
    border:1px solid #dddddd;
}

.notification-menu .dropdown-menu-head ul {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0;
}

.notification-menu .dropdown-menu-head li a {
    color: #333;
    padding: 0;
    opacity: 1;
}

.notification-menu .dropdown-menu-head li a:hover {
    background: none;
    color: #65cea7 !important;
    text-decoration: none;
}

.notification-menu .btn-group {
    margin-bottom: 0;
}

.dropdown-list li {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.dropdown-list li:last-child {
    border-bottom: 0;
}

.dropdown-list .thumb {
    width: 36px;
    float: left;
}

.dropdown-list .thumb img {
    width: 100%;
    display: block;
    vertical-align: middle;
}

.dropdown-list .desc {
    margin-left: 45px;
    display: block;
}

.dropdown-list .desc h5 {
    font-size: 13px;
    margin-top: 7px;
}

.dropdown-list li:last-child {
    padding: 10px 15px;
}

.dropdown-list li .badge {
    float: right;
}


/*-------------------------------
            Body
-------------------------------*/
.main_body {
    width:1200px;
    margin:0px auto;
    min-height:600px;
}

.page_nav {
    width:1200px;
    margin:0px auto;
    padding:15px 0px;
}
.layui-breadcrumb a {
    color:#666!important
}
.layui-breadcrumb a:hover{
    color:#666!important;
    text-decoration:none;
}
.layui-breadcrumb a:visited {
    color:#666!important
}
.layui-breadcrumb span {
    color:#666!important
}
.layui-breadcrumb a cite {
    color:#333!important
}

.left-menu {
    float: left;
    width: 200px;
    /* height: 925px; */
    border: 1px #DDDDDD solid;
    border-top: 5px #f6323c solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #FFFFFF;
}
.layui-customer {
    width:198px;
    background-color:#fff;
   
}
.layui-customer .layui-nav-item {
    
    border-top:1px solid #DDDDDD;
    
}
.layui-customer .layui-nav-item i {
    
    margin-left:20px;
    float:left;
    margin-right:10px;
    margin-top:10px;
    color:#f6323c;
    font-size:20px;
   
}
.ico_home {
    background-image:url(/images/ico_home.png);
    background-repeat:no-repeat;
    background-position-y:5px;
}
.layui-customer .layui-nav-item a {
    color:#666!important;
    border-left:3px solid #fff;
    font-size:16px;
}
.layui-customer .layui-nav-item a:hover {
    background-color:#fff;
    border-left:3px solid #f6323c;
    text-decoration:none;
}
.layui-customer .layui-nav-item .on {
    background-color:#fff;
    border-left:3px solid #f6323c;
    text-decoration:none;
}
.layui-customer .layui-nav-itemed .layui-nav-child {
    background-color:#fff!important;
    border-top:1px solid #DDDDDD;
}
.layui-customer .layui-nav-itemed .layui-nav-child dd{
    text-align:center;
}
.layui-customer .layui-nav-child dd a {
    font-size:14px;
}
.layui-customer .layui-nav-child dd a:hover{
    color:#f6323c!important;
}
.layui-customer .layui-nav-bar {
    display:none;
}
.layui-customer .layui-this a{
    background-color:#fff!important;
    color:#f6323c!important;
    background-color:#fff;
    border-left:3px solid #f6323c;
}
.right-content {
    width: 980px;
    margin-left: 18px;
    float: right;
}
.col_10 {
    width: 100%;
    
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 16px 10px;
    border: 1px #dddddd solid;
    border-radius: 5px;   
}
.col_7 {
    width: 70%;
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 16px 10px;
    border: 1px #dddddd solid;
    border-radius: 5px;   
}
.home_head {
    height: 145px;
}
.home_head dl {
    display:block;
}
 .home_head dl dt {
    float:left;
    width:200px;
    margin-left:10px;
    margin-right:10px;
    text-align:center; 
    
}
.home_head dl dt img{
    max-width:105px;
    max-height:105px;    
}

.home_head dl dd b{
    font-size:20px;
    
    color:#333;
}
.home_head dl dd b span{
    float:right;
    margin-right:15px;
    color:#999;
    font-size:12px;
    font-weight:normal;
    
}
.home_head dl dd p{
    color:#999;
    padding-top:10px;
    line-height:25px;
}
.head_right p a{
    margin-right:30px;
    color:#f6323c;
}
.home-middle {
    width:100%;
}
.home-middle li {
    float:left;
    width: 313px;
    height: 145px;
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 16px 10px;
    border: 1px #dddddd solid;
    border-radius: 5px;   
    text-align:center;
    margin-right:20px;
}
.home-middle li p {
    font-size:16px;
    line-height:35px;    
}
.home-middle li strong{
    font-size:25px;
    color:#f6323c;
    line-height:35px; 
    padding-left:10px;   
}
.home-middle li a{
    font-size:14px;
    display:block;
    color:#f6323c;
    line-height:35px;    
}

.list_nav {
    width: 940px;
    margin: 10px auto;
    line-height: 30px;
    border-bottom: 2px #DDDDDD solid;
}
.list_nav div {
    display: inline-block;
    _zoom: 1;
    height: 40px;
    margin-bottom: -2px;
    margin-right: 20px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer; 
    font-size:16px;
}
.list_nav .on {
    border-bottom:2px #f6323c solid;
    color:#f6323c;
}
.list_nav .on a{
    color:#f6323c;
}
.nav_right {
    float:right;
}
.list_filter {
    width: 940px;
    margin: 10px auto;
    margin-top:0px;
    line-height:40px;
    padding:10px 0px;
    border-bottom:1px solid #DDDDDD;
}

.hide {
    display:none;
}
.list_filter .btn:hover{
    color:#fff!important;
}

.list_table {
    width: 940px;
    margin: 10px auto;
    margin-top:0px;
}
.listinfo table
{
    width: 100%;
    text-align: center;
    margin: 30px 0;
    border: 0;
    margin-top:10px;
}
.listinfo th
{
    background: #F5F6F8;
    border: 0;
    font-size: 14px;
    color: #909090;
    font-weight: bold;
    text-align: center;
    padding:9px 5px;
}
.listinfo th:first-child, .logtable th:last-child {
    padding: 0 10px;
}
.listinfo td
{
    border:0px;
    border-bottom: 1px #DCDCDC dashed;
    font-size: 14px;
    padding: 15px 5px;
}
.listinfo a {
    color:#6DB5F8;
}
.listinfo .radio input {
    width:16px;
    height:16px;
}
.list_table .tip {
    text-align:center;
    padding:20px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color:#f6323c;
}

.info_view {
    width: 940px;
    margin: 0px auto;
    line-height: 30px;
}
.opener_box {
    padding:15px;
}
/*-------------------------------
            Form
-------------------------------*/

.form-control {
    height:30px;
    padding:3px 5px;
    color:#666666;
    font-size:14px;
    font-family:'Microsoft YaHei';
}
.autoscale {
    width:auto;
    display:inline;
}
.btn-sm {
    background-color:#f6323c;
    color:#fff;
     font-family:'Microsoft YaHei';
}
.btn-red {
    border:1px solid #f6323c;
    color:#f6323c;
}
.btn-red:hover, .btn-red:focus, .btn-red:active{
    border:1px solid #f6323c;
    color:#f6323c;
    background-color:#fff;
}
/*-------------------------------
            Foot
-------------------------------*/
.foot {
    background: #353535;
    margin-top:20px;
}
.foot-center {
    padding:15px;
    line-height:30px;
    color:#fff;
    text-align:center;
}

/*----------------------------------
       TABS & ACCORDIONS STYLE
-------------------------------------*/

.panel-heading .nav {
    border: medium none;
    font-size: 13px;
    margin: -7px -15px -7px;
}

.panel-heading.custom-tab {
    padding: 8px 15px;
}

.custom-tab ul > li > a {
    display: block;
    padding: 15px 15px !important;
}

.custom-tab {
    background: #e0e1e7 !important;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.custom-tab.dark-tab {
    background: #424F63 !important;
}

.custom-tab.turquoise-tab {
    background: #65CEA7 !important;
}

.custom-tab.blue-tab {
    background: #5BC0DE !important;
}

.custom-tab.yellow-tab {
    background: #F0AD4E !important;
}

.custom-tab.dark-tab li a, .custom-tab.turquoise-tab li a, .custom-tab.blue-tab li a, .custom-tab.yellow-tab li a {
    color: #fff !important;
}

.custom-tab.dark-tab li.active a,
.custom-tab.dark-tab li a:hover {
    color: #424F63 !important;
}

.custom-tab.turquoise-tab li a:hover,
.custom-tab.turquoise-tab li.active a {
    color: #65CEA7 !important;
}

.custom-tab.blue-tab li a:hover,
.custom-tab.blue-tab li.active a {
    color: #5BC0DE !important;
}

.custom-tab.yellow-tab li a:hover,
.custom-tab.yellow-tab li.active a {
    color: #F0AD4E !important;
}
.custom-tab.list_nav {
    width: 940px;
    margin: 10px auto;
    
}
.custom-tab.grey-tab {
    background: #FFF !important;
   
     border-radius: 0 !important;
    -webkit-border-radius:0 !important;
    padding-bottom:10px;
}
.custom-tab.grey-tab li a {
    margin:0px 10px 0px 0px !important;
    padding: 10px 10px !important;
    font-size:16px;
    border:0px;
    border-bottom:2px solid #dddddd!important;
}
.custom-tab.grey-tab li a:hover,
.custom-tab.grey-tab li.active a {
    background-color:#FFF !important;
    color: #f6323c !important;
    font-size:16px;
    
    border:0px;
    border-bottom:2px solid #f6323c!important;
}
.nav-tabs {
 border-bottom:2px solid #DDDDDD; 
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   border:0px; 
    background: #FFF;
   margin-bottom: -1px;
}
.nav-tabs > li {
    margin-bottom: -2px;
}
.custom-tab .nav_right {
    float:right;
}

.custom-tab li a:hover,
.custom-tab li.active a {
    border-radius: 0 !important;
    background: #fff !important;
    color: #65CEA7 !important;
    
}

.panel-heading .nav > li > a, .panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #898989;
}

.panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
    color: #65CEA7;
    background: #fff;
}

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0 0 !important;
    -webkit-border-radius: 4px 0 0 0 !important;
}

.tab-right {
    height: 45px;
}

.panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
    border-radius: 0 4px 0 0 !important;
    -webkit-border-radius: 0 4px 0 0 !important;
}

.panel-heading.tab-right .nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 0px;
}

.panel-heading.dark {
    background: #353F4F;
    color: #fff;
}

.panel-heading.dark a:hover, .panel-heading.dark a:focus {
    color: #fff;
}
.p-info {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}
ul.footline {
    border-bottom:1px dashed #dddddd;
    margin-bottom:10px;
}
ul.p-info li {
    display: inline-block;
    width: 100%;
    
}

ul.p-info li:last-child {
    margin-bottom: 0;
}

ul.p-info .title, ul.p-info .desk {
    float: left;
}

ul.p-info .title {
    width: 21%;
    color:#333;
    font-weight:bold;
}

ul.p-info .desk {
    width: 79%;
    
}
.profile-pic img {
    border: 5px solid #F1F2F7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 150px;
    margin: 10px 0;
    width: 150px;
}

.profile-desk h1 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
    font-family:'Microsoft YaHei';
    text-transform: uppercase;
}
.profile-desk .tit {
    font-size: 20px;
}
.profile-desk  .red {
    color:#f6323c;
}
.profile-desk .designation{
    color: #49586e;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
}

.profile-desk p {
    line-height: 25px;
    margin-bottom: 20px;
}
.profile-desk img {
    max-width:100%;
}
ul.p-info .desk a {
    color:#6DB5F8;
}
.red {
    color:#f6323c;
}
.icheck label {
    font-weight: normal;
    padding:0px 0px;
    
}

.icheck .checkbox, .icheck .radio {
    margin-bottom: 10px;
display:inline;
}
.icheck .checkbox, .icheck .radio input {
    height:15px;
    width:15px;
    }
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {

    float:none;
}
.frm-info {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

ul.frm-info li {
    display: inline-block;
    width: 100%;
    margin-bottom:10px;
}

ul.frm-info li:last-child {
    margin-bottom: 0;
}

ul.frm-info .title, ul.frm-info .desk {
    float: left;
}

ul.frm-info .title {
    width: 10%;
    color:#333;
    font-weight:bold;
}

ul.frm-info .desk {
    width: 90%;
    
}
.listfrm div {
    margin-bottom:5px;
}

.grey_date {
    color:#ccc;
}
ul.activity-list li {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eff0f4;
}
.activity-desk h5 span {
    line-height:25px;
}
ul.layui-rate li {
width:auto;
}
.layui-rate {
    padding:0px;
}
.to-do-list li {
    padding: 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    cursor: move;
    list-style: none;
    font-size: 12px;
    background: #fff;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.todo-title {
    display:inline-block;
   font-size:14px;
    
}
.activity-desk {
     display:inline-block;
     margin-left:-15px;
}
    .activity-desk h5 {
     font-size:14px;
     padding-left:25px;
     padding-top:5px;
    }
    .activity-desk input {
    width:20px;
    height:20px;
    }
.text-muted {
    line-height:28px;
    padding-top:5px;
}
.layui-icon {
    color:#FFB800;
}
.num_box { width:640px; display:block; margin:0 auto; padding:20px 0 0 0;overflow:hidden;}
.num_box ul li { width:160px; float:left; display:inline;}
.num_box ul li i { height:5px; display:block; width:160px; background-color:#cbcbcb; border-radius:50px; overflow:hidden; overflow:hidden;}
.num_box ul li em { width:20px; height:20px; border-radius:1000px; display:block; margin:0 auto; font-size:12px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; text-align:center; line-height:20px; color:#FFF; margin-top:-12px; font-style:normal; background-color:#cbcbcb;}
.num_box ul li p { font-size:12px; font-weight:normal; color:#666666; text-align:center; display:block; line-height:18px; margin-top:10px;}
.num_box ul li.on i { height:5px; display:block; width:160px; background-color:#f6323c; border-radius:50px; overflow:hidden; overflow:hidden;}
.num_box ul li.on em { width:20px; height:20px; border-radius:1000px; display:block; margin:0 auto; font-size:12px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; text-align:center; line-height:20px; color:#FFF; margin-top:-12px; font-style:normal; background-color:#f6323c;}
.num_box ul li.on p { font-size:12px; font-weight:bold; color:#f6323c; text-align:center; display:block; line-height:18px; margin-top:10px;}
.num_box ul li p span { display:block;}
.num_box ul li.on p span { font-weight:normal;}