* {
    margin: 0 ;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font: 1em Microsoft YaHei, arial, sans-serif;
    font-size: 1em
}

ul {
    list-style-type: none;
}

a {
    color: #f39800;
    text-decoration: none;
}
h1,h2,h3,h4, h5, h6{font-size: 1em;}

/** =======================
 * Contenedor Principal
 ===========================*/
/*.list-title{
    display: inline-block;
    width: 100%;
    max-width: 200px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background: #FFF;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #f39800;
    font-weight: bold;
    cursor: pointer;
}*/
.navbar h2{
    font-size:2.5em;
    line-height: 2em
}

/* account-l */
.account-l {
    width: 100%;
    border-radius: 2px;
    border: solid 1px #ccc;
    box-shadow: #aaa 0px 0px 8px;
    background: #FFF;
}
.accordion {
    width: 100%;
    background: #FFF;
}

.accordion li .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li{
    cursor: pointer;
}
.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #f39800;
}

.accordion li.open i {
    color: #f39800;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.accordion .submenu {
    display: none;
    background: #f5f5f5;
    font-size: 14px;
}

.accordion .submenu li {
    border-bottom: 1px solid #d6d7dc;
}

.accordion .submenu a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.accordion .submenu a:hover ,.accordion .submenu li.current a{
    background: #f39800;
    color: #FFF;
}
.account{
  margin-bottom: 50px;
  margin-top:100px;
}
.account .login{
  margin: 10px 0
}
.account .login a {
  text-decoration: underline;
  color: #06C
}
/* account-r */
.account-r{
    border: solid 1px #ccc;
    border-radius: 2px;
    box-shadow: #aaa 0px 0px 8px;
    padding: 0  1em 3em 1em
  
}
.account-r h2{
   padding-bottom: 0.5em;
   border-bottom: solid 1px #ccc;
       font-size :1.3em;
}
.account-r h2 span{
    background: #FDE9D9;

}
.account-r .tit{
  border-bottom:1px solid #ddd;
  margin: 20px 0;
}
.account-r .tit:first-child{
  margin-top:10px
}
.account-r .tit h4{
  padding: 0
}
.account-r .tit a{
  line-height: 20px;
}
.account-r .tit a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.account-r .tit:first-child h4 b{
	text-decoration: underline;
}
.nav-tabs{
  border-bottom:0 none; padding:12px 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  color: #f05036;
  cursor: default;
  border: none; 
  display: inline-block;
  background:  #f05036;
  color: #fff;
  padding: 0px 8px;
  border-radius: 4px  
}
.nav-tab > li{
  text-align: left;
  margin-bottom: 0;
  padding:0;
  line-height: 20px
}
.nav-tab > li:first-child{
    width:30%
}
.nav-tabs > li > a {
  margin-right: 0; 
  
  line-height: 1em;
  border: none; 
  padding: 0px 8px;
  font-size: 1.1em;
  color: #000;

}
.nav > li > a:hover, .nav > li > a:focus{
  background-color: #0000;
}
/*#profile,#messages,#settings{
  text-align: center;
  font-size: 1.5rem;
  color: #999;
  margin: 20px 0
}
*/
.table,.table ul{
  margin:0;
}

.table ul li{
  background: #f3f3f3; float:left; text-align: center;padding: 8px 2px; width:calc(100% /5 - 4px); margin: 2px;color: #f05036
}
.table ul li.active{
  background: #ffde8b;

}
.table ul li.active a{
  color: #333
}
.table tbody tr td a{
    color: #333
}
/*.table ul li:nth-child(even) a{
  
}*/
.table tbody tr td a:hover{
  text-decoration: none;
  cursor:auto
}

/* 左侧 导航*/
.sidebar {
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
     
    
}
.offcanvas-active  .sidebar {
    right: -48%
}

.btn-toggle-fullwidth{
  display: none;
}
  .account-r .titphone{
    border-bottom:0 none
  }

/* 图表 */
.charts{
  width: 900px;
  margin: 10px auto 20px auto
}
.chartsEn{
    width: 800px;
}
@media only screen and (max-width:640px) {
  .account{
    
    margin-top:11em;
  }
  .sidebar {
    width: 100%;
    position: fixed;
    right: -100%;
    z-index: 2;
  }
  .fa{ font-size:2em; }
  .btn-toggle-fullwidth{
    line-height: 7.2em;
     display: block;
  }
  .navbar h2{
    font-size: 1em;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .accordion,.account-l {
      max-width: 200px;
  }
  .account-r{
    margin-top: 1em
  }
  .account-r .nav-tab > li{
    padding: 0
  }
  .account-r .titphone{
    border: 0 none; margin-top:2em; display:none
  }
  .account-r .titphone h4{
    text-align: center;
  }
  .account-r .titphone .nav-tabs{ padding-top: 0; }
  .account-r .titphone .nav-tab{ padding-right: 0;  }
  .account-r .titphone .nav-tab > li{
    padding: 0;
    text-align: center;
  }
  .account-r .table ul li{
      width:50%; 
      margin: 0;
      border-bottom: 1px solid #fff;
  }
  .table ul li:nth-child(odd){

    border-right:1px solid #fff;
    
  }
  .charts{
    width:inherit;
    
  }
}