h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
}

h3 .blueS {
  float: left;
  color: #333;
  font-weight: bold;
  position: relative;
  left: -10px;
  padding-left: 10px;
  padding-right: 10px;
  height: 35px;
  _margin-bottom: -2px;
  border-bottom: 2px solid var(--main-theme-color);
}

.header-nav {
  float: right;
  height: 40px;
  line-height: 40px;
  margin: 14px 10px;
}

.header-nav a {
  color: #fff;
}

.header-nav img {
  vertical-align: middle;
}

.header-nav .user-info {
  background: #032445;
  border-radius: 4px;
  padding: 0 10px 2px 10px;
}

.header-nav .user-info:hover {
  background: #043668;
}

.header-nav .exit-c {
  margin: 0 10px;
}

.login {
  width: 439px;
  min-height: 562px;
  font-size: 14px;
  margin: 30px auto 0 auto;
}

.login .login-head {
  display: block;
  padding: 25px 42px 0 4.5vw;
}

.login-head h2 {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #94a4b2;
}

.login-head h2 .login-method {
  font-size: 24px;
  height:50px;
  line-height:50px;
  color: #467ad2;
  cursor: pointer;
}

.login-head h2 .login-method.selected {
  color: #0b2443;
}

.login-head h2 .slide-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 96px;
  height: 3px;
  background: #0d1f45;
}

.login-body {
  overflow: hidden;
}

/* .login-body__container form { */
/*   height: 380px; */
/*   padding: 0 42px; */
/* } */

.login .form-group {
  margin-top: 26px;
}

.login .form-group.password-group {
  margin-bottom: 13px;
}

.login .form-group.recaption-group {
  margin: 20px 0;
}

.login .form-group.mobile-loginBtn-group {
  margin-top: 61px;
}

.login form .loginBtn-group {
  margin-top: 15px;
}

.login .apply-for-account {
  margin-bottom: 0;
}

.login .dynamicpwd-group {
  position: relative;
}

/* .login #getDynamicPwd {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  line-height: 40px;
  padding: 0;
  background: #174480;
}

.login #getDynamicPwd:hover {
  background: #6e83b0;
}

.login #getDynamicPwd.tm-disabled {
  cursor: not-allowed;
  background: #d2cdcd;
  color: #fff;
} */

.txt {
  color: #666;
  height: 40px;
  /* line-height: 40px; */
  line-height: 34px;
  border: 1px solid #dfdfdf;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
}

.txt:focus {
  /*border: 1px solid #647aab;*/
}

.login .loginBtn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  background: #174480;
  border-radius: 4px;
  border: none;
}

.login .loginBtn:hover {
  background: #6e83b0;
}

.login .registerBtn {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #2c5589;
  font-size: 1.4em;
  font-weight: bold;
  border: 1px solid #385a8c;
  border-radius: 4px;
}

.login .registerBtn:hover {
  color: #fff;
  background: #6e83b0;
}

.kaptcha {
  cursor: pointer;
  width: 100px;
  height: 40px;
}

.login .kaptcha {
  float: right;
}

.login .code {
  margin-right: 110px;
}

.login.cbazt .form-group {
  margin-top: 40px;
}

.login.cbazt .form-group.kaptcha-group {
  margin-bottom: 0;
}

.login.cbazt .form-group.recaption-group {
  margin: 20px;
}

.login.cbazt .form-group.loginBtn-group {
  margin-top: 0;
}

.login.cbazt .form-group.mobile-loginBtn-group {
  margin-top: 61px;
}

.login.has-project .login-head {
  display: block;
  padding: 16px 42px 0 42px;
}

.login.has-project .login-body__container form {
  height: 391px;
}

.login.has-project .form-group {
  margin-top: 23px;
}

.login.has-project.cbazt .form-group {
  margin-top: 30px;
}

.login.has-project .form-group.project-group .sel {
  width: 100%;
}

.login.has-project .form-group.password-group {
  margin-bottom: 13px;
}

.login.has-project .form-group.kaptcha-group {
  margin-bottom: 5px;
}

.login.has-project .form-group.text-right {
  margin: 5px 0;
}

.login.has-project .loginBtn-group,
.login.has-project .mobile-loginBtn-group {
  margin-top: 31px;
}

.login.has-project.cbazt .loginBtn-group,
.login.has-project.cbazt .mobile-loginBtn-group {
  margin-top: 46px;
}

.nav_manage {
  float: left;
  position: relative;
  width: 190px;
  margin-top: 0;
  background: #38516B;
  margin-right: -190px;
  z-index: 1;
}

.openMenu{
  float:right;
}

.nav_manage_ul {
  /* margin-top: 15px; */
/*   padding: 0 10px; */
}

.nav_manage_ul li {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  /* margin-bottom: 12px; */
}

.nav_manage_ul li:hover {
  color: #fff;
}

.nav_manage_ul li h2 {
  font-size: 16px;
  margin:0 !important;
  border-bottom:1px solid #2D4763;
}

.nav_manage_ul li.selected h2 {
  margin-bottom: 0;
  border:none;
}

.nav_manage_ul li.selected dl {
  display: block;
  background: #C1C9D1;
}

.nav_manage_ul li.selected {
  color: #38516B;
  background: #C1C9D1;
}

.nav_manage_ul dl {
  display: none;
}

.nav_manage_ul dd a {
  display: block;
  color: #38516B;
  padding-left: 40px;
  height: 45px;
  line-height: 45px;
}

.nav_manage_ul dd.selected a {
  background-color: #F6F6F6;
  color: #2196f3;
  font-weight:bold;
  border-left:5px solid #2196f3;
  padding-left:35px;
}

.nav_manage_ul dd a:hover {
  background-color: #7C9BCF;
  color: #38516B;
  font-weight:bold;
}

.nav_manage_ul li .nav-icon {
  margin: 12px 12px 0 10px;
  display: block;
  float: left;
  font-size:20px;
  vertical-align: middle;
}

.nav_manage_ul li .openMenu{
  margin: 15px 10px 0 10px;
  display: block;
  float: right;
  vertical-align: middle;
}

.nav_manage_ul .counter {
  background: #f00;
  position: relative;
  font-size: 12px;
  line-height: 1;
  top: -8px;
}

.selected .navicons-form {
  background-image: url(images/navicons.png);
  background-position: 0px 0px;
  width: 20px;
  height: 26px;
}

.navicons-form {
  background-image: url(images/navicons.png);
  background-position: -20px 0px;
  width: 20px;
  height: 26px;
}

.selected .navicons-info {
  background-image: url(images/navicons.png);
  background-position: 0px -48px;
  width: 20px;
  height: 20px;
}

.navicons-info {
  background-image: url(images/navicons.png);
  background-position: -20px -48px;
  width: 20px;
  height: 20px;
}

.selected .navicons-itembank {
  background-image: url(images/navicons.png);
  background-position: -20px -26px;
  width: 20px;
  height: 20px;
}

.navicons-itembank {
  background-image: url(images/navicons.png);
  background-position: -40px -26px;
  width: 20px;
  height: 20px;
}

.selected .navicons-itemstat {
  background-image: url(images/navicons.png);
  background-position: -20px -68px;
  width: 20px;
  height: 15px;
}

.navicons-itemstat {
  background-image: url(images/navicons.png);
  background-position: 0px -68px;
  width: 20px;
  height: 15px;
}

.selected .navicons-member {
  background-image: url(images/navicons.png);
  background-position: -80px 0px;
  width: 20px;
  height: 17px;
}

.navicons-member {
  background-image: url(images/navicons.png);
  background-position: -80px -51px;
  width: 20px;
  height: 17px;
}

.selected .navicons-setting {
  background-image: url(images/navicons.png);
  background-position: -40px -48px;
  width: 20px;
  height: 20px;
}

.navicons-setting {
  background-image: url(images/navicons.png);
  background-position: -60px -48px;
  width: 20px;
  height: 20px;
}

.selected .navicons-task {
  background-image: url(images/navicons.png);
  background-position: 0px -26px;
  width: 20px;
  height: 22px;
}

.navicons-task {
  background-image: url(images/navicons.png);
  background-position: -40px 0px;
  width: 20px;
  height: 22px;
}

.selected .navicons-taskitem {
  background-image: url(images/navicons.png);
  background-position: -80px -17px;
  width: 20px;
  height: 17px;
}

.navicons-taskitem {
  background-image: url(images/navicons.png);
  background-position: -80px -34px;
  width: 20px;
  height: 17px;
}

.selected .navicons-taskstat {
  background-image: url(images/navicons.png);
  background-position: -60px 0px;
  width: 20px;
  height: 20px;
}

.navicons-taskstat {
  background-image: url(images/navicons.png);
  background-position: -60px -20px;
  width: 20px;
  height: 20px;
}

/*==body==*/
.manage_body {
  position: relative;
  min-height: 550px;
  _height: 100%;
  _width: 100%;
}

.manage_body:before, .manage_body:after {
  content: " ";
  display: table;
}

.manage_body:after {
  clear: both;
}

.manage_body {
  *zoom: 1;
}

.card {
  background: #fff;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 2px rgba(220, 220, 220, 0.9);
  box-shadow: 2px 2px 2px rgba(220, 220, 220, 0.9);
}

.card-container {
  margin-right: -10px;
}

.card:hover {
  border: 1px solid  #ff6600;
}

.card h4 {
  background: #f5f5f5;
  color: #999;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.card.subject {
  float: left;
  width: 240px;
  height: 140px;
  display:table;
  *position:relative;


}

.card .sub {
  display: table-cell;
  vertical-align: middle;
  *position:absolute;
  *top:50%;
  width:240px;
  height:60px;
}

.card .sub2 {
  width:240px;
  height:35px;
}

.card .subject-name {
  *position:relative;
  vertical-align:middle;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.card.subject .number {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.manage_c {
  position: relative;
  padding: 0px 12px 100px 12px;
  overflow: hidden;
  background-color: #f6f6f6;
  border-left: 190px solid #38516B;
  min-height: 550px;
  min-height: -moz-calc(100vh - 103px);
  min-height: -webkit-calc(100vh - 103px);
  min-height: -o-calc(100vh - 103px);
  min-height: calc(100vh - 103px);
}

.manage_invitepreview_left {
  position: relative;
  padding: 12px 12px 50px 12px;
  overflow: auto;
  background-color: #e5e5e5;
  border-left: 0 solid #282c33;
  min-height: 550px;
}

.manage_c2 {
  position: relative;
  padding: 10px 10px 50px 15px;
  overflow: hidden;
  /* min-height: 550px; */
  min-height: 100%;
}

.manage_c-close {
  margin-left: 65px;
}

.nav_manage-close {
  width: 45px;
}

.nav_manage-close li {
  height: 40px;
  overflow: hidden;
}

.function2 li {
  height: 36px;
  line-height: 36px;
}

.releaseTask_tab {
  width: 860px; /* margin-left: auto; margin-right: auto; */
}

.contentStem{
  cursor: pointer;
  overflow:auto;
  max-width:600px;
}

.contentStem:hover {
  background: #f5f5f5;
}

.releaseTask_tab .td1 {
  font-weight: bold;
}

.processUl {
  padding-top: 10px;
  height: 41px;
}

.processUl li {
  position: relative;
  font-weight: bold;
  float: left;
  width: 25%;
  text-align: center;
  height: 41px;
  line-height: 41px;
  color: #333;
  font-size: 14px;
  background-color: #e6e6e6;
}

.processUl .selected {
  background-color: #3164af;
  color: White;
}

.pLeft1 {
  position: absolute;
  left: 0;
  top: 0;
}

.pLeft2 {
  position: absolute;
  left: 0;
  top: 0;
}

.pLeft3 {
  position: absolute;
  left: 10px;
  top: 0;
}

.adminDiv {
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
}

.adminDiv_l {
  float: left;
}

.adminDiv_r {
  float: right;
}

.adminDiv a {
  margin-right: 10px !important;
  color: #005ac7;
}

.adminDiv a:hover {
  color: #0977FF;
}

.adminDiv2 {
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
}

.adminDiv2 a {
  margin-right: 10px !important;
  color: #005ac7;
}

.adminDiv2 a:hover {
  color: #0977FF;
}

.adminDl {
  width: 700px;
  float: right;
}

.adminDl dd {
  float: left;
  min-width: 120px;
  margin: 0 2px;
}

.manage_tab {
  border: 1px solid #c0c0c0;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.manage_tab th {
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  background-color: rgb(246, 246, 246);
  border-bottom-color: #c0c0c0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.manage_tab td {
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  border-bottom-color: #c0c0c0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.manage_tabS {
  width: 100%;
  line-height: 45px;
  margin-top: 10px;
}

.manage_tabS td {

}

.manage_tabS .titTd {
  font-size: 14px;
  font-weight: bold;
}

.manage_tab2 {
  margin-top: 5px;
  width: 100%;
  *width: 95%;
}

.manage_tab2 td {
  padding-left: 10px;
  height: 25px;
  line-height: 25px;
}

.divOverA {
  height: 155px;
  overflow: auto;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
}

.peopleIcon1 {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  display: inline-block;
  zoom: 1;
  background-image: url(../images/peopleIcon.png);
}

.peopleIcon2 {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  display: inline-block;
  zoom: 1;
  background-image: url(../images/peopleIcon2.png);
}

.successful {
  font-size: 16px;
  height: 100px;
  font-weight: bold;
  width: 380px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

.txtShow {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.processUl2 li {
  font-weight: normal;
  color: #666;
  float: left;
  background-color: #e9f2fc;
  border: 1px solid #96aad8;
  float: left;
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.processUl2 .selected {
  border: 1px solid #e08989;
  background-color: #ffdfdf;
  color: Black;
  font-weight: bold;
}

.stxxUl {
  overflow: hidden;
  zoom: 1;
}

.stxxUl li {
  float: left;
  padding-right: 50px;
  line-height: 40px;
  height: 40px;
}

.stxx_T {
  margin-top: 10px;
}

.sh_tit {
  font-size: 16px;
  font-weight: bold;
  float: left;
}

.sh_tab {
  border: 1px solid #CCCCCC;
  width: 100%;
}

.sh_tab td {
  background-color: #F2F2F2;
  padding-left: 10px;
  height: 28px;
}

.sh_tab .td1 {
  background-color: rgb(213, 213, 213);
  padding-right: 20px;
  width: 100px;
  font-weight: bold;
  text-align: right;
  font-size: 14px;
  padding-left: 10px;
  height: 28px;
}

.divSHo {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CCCCCC;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 10px;
}

.numberUl {
  overflow: hidden;
  margin-top: 10px;
}

.numberUl li {
  float: left;
}

.numberUl li a {
  display: block;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid rgb(188, 188, 188);
  background-color: rgb(218, 218, 218);
  color: #888;
  width: 40px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}

.numberUl .selected {
  border: 1px solid rgb(66, 128, 220);
  background-color: rgb(66, 128, 220);
  color: White;
}

.numberDiv {
  border-right-style: solid;
  border-right-width: 5px;
  border-right-color: #C9C9C9;
}

.numberDiv .move {
  cursor: pointer;
  right: -6px;
  top: 50%;
  margin-top: -40px;
  position: absolute;
  width: 8px;
  height: 81px;
  background-image: url(../images/u42.png);
}

.numberDiv .moveH {
  background-position: -8px 0;
}

.overAH {
  overflow: hidden;
  height: 260px;
}

.personalInfo {
  line-height: 45px;
}

.personalInfo .li1 {
  font-size: 14px;
  line-height: 30px;
}

.personalInfo .li2 {
  color: #999;
  line-height: 18px;
  padding-bottom: 5px;
}

.showDetail_tab {
  width: 100%;
  font-size: 14px;
  line-height: 40px;
}

.showDetail_tab td, .showDetail_tab th {
  padding-left: 10px;
}

.showDetail_tab th {
  background-color: #757575;
  color: White;
  line-height: 30px;
}

.showDetail_tab .td {
  border: 1px solid #CCCCCC;
  background-color: #EBEBEB;
}

.showDetail_tab .td1 {
  border: 1px solid #CCCCCC;
}

.showDetail_tab3 {
  border: 1px solid #CCCCCC;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
}

.showDetail_tab3 th {
  padding-left: 10px;
  background-color: #757575;
  color: White;
  line-height: 30px;
}

.showDetail_tab3 td {
  padding-left: 10px;
  line-height: 40px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CCCCCC;
}

.showDetail_tab2 {
  border: 1px solid #CCCCCC;
  width: 100%;
}

.showDetail_tab2 th {
  line-height: 28px;
  font-weight: bold;
  padding-left: 10px;
  font-size: 14px;
}

.showDetail_tab2 td {
  line-height: 28px;
  padding-left: 10px;
}

.que-tab {
  width: 100%;
  margin-top: 15px;
}

.que-tab tr {
  width: 100%;
}

.que-tab .tr1 {
  display: none;
}

.que-tab .td1 {
  width: 150px;
  padding-right: 10px;
  text-align: right;
}

.que-tab .td2 {


}

.que-tab .td3 {
  width: 145px;
  padding-right: 10px;
  text-align: right;
}

.que-tab .td4 {
  width: 105px;
  font-weight: bold;
  font-size: 14px;
}

.que-tab .td41 {
  width: 105px;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
}


.que-tab .td5 {
  width: 100px;
  font-size: 14px;
}

.que-tab .td-break {
  width: 60px;
}

.que-tab .td-break--small {
  width: 20px;
}

.nowrap {
  white-space:nowrap;
}
.que-tab td {
  height: 26px;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
}

.que-tab td .txt {
  width: 400px;
}
.que-tab td .txtName {
  width:300px;
}

.que-tab td .txtT {
  width: 135px;
}

.que-tab td .txtSm {
  width: 120px;
}

.que-tab td .txtSms {
  width: 50px;
}

.que-tab td .txtS {
  width: 220px;
}

.que-tab td select {
  width: 400px;
}

.que-tab td .select {
  width: 120px;
}

.que-tab td .select2 {
  width: 180px;
}

.search-cr .li {
  overflow-x: auto;
  overflow-y: hidden;
  line-height: 36px;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

.search-cr .last {
  border-bottom: 2px solid #CCCCCC;
}

.search-cr .li .tit {
  float: left;
  display: inline-block;
  _zoom: 1;
  width: 70px;
  padding-left: 20px;
  font-size: 14px;
  color: #999;
  font-weight: bold;
}

.search-cr .li .tit3 {
  float: left;
  display: inline-block;
  _zoom: 1;
  width: 120px;
  padding-right: 10px;
  padding-bottom: 4px;
  text-align: right;
  font-weight: bold;
  background-color: #E5E5E5;
}

.search-cr .li .tit2 {
  padding-left: 20px;
  color: #999;
}

.search-cr .line {
  height: 0;
  border-bottom: 1px solid #e9e9e9;
  margin-right: 10px;
  overflow: hidden;
}

.search-cr-options {
  max-width:900px;
  white-space:nowrap;
  word-break:break-all;
}

.search-cr-options .options {
  display: inline-block;
  _zoom: 1;

  margin-right: 10px;
  line-height: 22px;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
  border: 1px solid #DDD;
}

.search-cr-options .selected {
  color: white;
  border: 1px solid #5372e7;
  background-color: #5372e7;
}

.search-cr-options .options:hover {
  color: white;
  background-color: #607ff1;
  border: 1px solid #607ff1;
}

.search-cr-options input {
  height: 30px;
  line-height: 30px;
  margin:5px 0;
}

.search-cr .li select {
  width: 80px;
}

.search-cr .li .txt2 {
  width: 80px;
}

.search-cr {
  background-color: rgb(255, 255,255 );
}

.search-cr a {
    color: #FFFFFF;
  /*color: rgb(74, 136, 215);*/
}

.search-cr2 {
  border: 1px solid #c0c0c0;
  padding: 10px;
}

.search-cr2 .li {
  overflow: hidden;
  line-height: 32px;
}

.search-cr2 .tit {
  float: left;
  font-weight: bold;
  color: black;
  margin-right: 10px;
}

.que-show h5 {
  margin-top: 20px;
  font-weight: bold;
  color: #0066ff;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
}

.que-show .content {
  padding-left: 20px;
}

.que-text {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.que-text .attribute {
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 10px;
  color: #666;
  border-bottom: 1px solid #f0f0f0;
}

.que-text .attribute span {
  margin-right: 20px;
}

.que-text .content {
  overflow: hidden;
}

.line {
  border-bottom: 1px dashed #cccccc;
  height: 1px;
  overflow: hidden;
}

.tab-profile {
  width: 100%;
  margin-top: 5px;
  line-height: 34px;
  color: #888;
  border: 1px solid #dfdfdf;
  margin-bottom: 5px;
  background-color: #FFF;
}

.tab-profile th {
  background-color: #555;
  font-weight: bold;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #555;
}

.tab-profile td {
  padding-right: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #dfdfdf;
}

.tab-profile2 td {
  border: 1px solid #ccc;
}

.tab-profile .tr1 td {
  background-color: rgb(242, 242, 242);
  color: #333;
}

.tab-profile .td-t {
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  background-color: rgb(242, 242, 242);
  color: #666;
}

.tab-profile .td-t .te {
  text-align: right;
  padding-right: 10px;
  font-weight: normal;
  font-size: 12px;
  color: gray;
}

.tab-profile .td-t2 {
  text-align: left;
  font-weight: bold;
}

.tab-profile tfoot td {
  font-weight: bold;
  color: black;
}

.tab-profile tfoot .td-t3 {
  font-size: 14px;
  text-align: right;
}

.tab-profile .an {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  background-image: url(../images/u64.png);
}

.tab-profile .close {
  background-image: url(../images/u68.png);
}

.h4Show {
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}

.tab-profile .tr2 td {
  background-color: rgb(242, 242, 242);
  color: #333;
  font-weight: bold;
}

.tab-profile .tr3 td {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.calculate .txt {
  width: 40px;
  height: 23px;
}

.btn-bk {
  width: 15px;
  display: inline-block;
  vertical-align: -7px;
}

.btn-bk .add {
  cursor: pointer;
  width: 15px;
  height: 12px;
  display: inline-block;
  background-image: url(../images/u59.png);
  background-position: 0 -13px;
}

.btn-bk .rec {
  cursor: pointer;
  width: 15px;
  height: 13px;
  display: inline-block;
  background-image: url(../images/u59.png);
}

.tab-f {
  width: 100%;
  line-height: 34px;
  margin-top: 10px;
}

.tab-f th {
  background-color: rgb(215, 215, 215);
  border: 1px solid rgb(215, 215, 215);
  font-weight: bold;
  color: white;
  padding-left: 5px;
  color: black;
}

.tab-f td {

}

.tab-f .td1 {
  padding-left: 5px;
  background-color: rgb(242, 242, 242);
  border: 1px solid #ccc;
}

.tab-f .td2 {
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.tab-f .tab-ff {
  width: 100%;
  margin-top: 34px;
}

.tab-f .tab-ff td {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-left: 5px;
}

.tab-f .tab-ff .td-l {
  border-left: none;
  padding-left: 5px;
  width: 220px;
}

.tab-f .tab-ff .td-2 {
  border-left: none;
  width: 110px;
  text-align: center;
}

.tab-f .tab-ff .td-3 {
  color: red;
  font-weight: bold;
  background-color: rgb(255, 217, 217);
}

.tab-f .tab-ff .td-r {
  border-right: none;
  padding-left: 5px;
}

.bug-list {
  margin: 20px -15px;
}

.manage-bg {
  background-image: url(../images/u0.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.manage-left {
  margin-right: 180px;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
}

.manage-left3 {
  margin-right: 2px;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
}
.manage-left2 {
  width: 410px;
  padding: 10px;
  float: left;
  background-color: rgb(242, 242, 242);
}

.manage-left .tit, .manage-left2 .tit {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
}

.manage-right {
  min-height:780px;
  width: 180px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin-top: 10px;
  border-radius: 4px;
  background-color: rgb(242, 242, 242);
}

.manage-right2 {
  margin-left: 415px;
  background-color: #fff;
  margin-bottom: 1px;
  padding: 10px;
}

.manage-right h5 {
  height: 30px;
  line-height: 27px;
  border-bottom: 1px solid #ccc;
}

h5 {
  margin: 0;
  font-size: 14px;
  height: 30px;
  line-height: 27px;
  border-bottom: 1px solid #ccc;
}

.manage-left2 .btn-Blue {
  padding-left: 10px;
  padding-right: 10px;
}

.manage-left2 .btn-Gray {
  padding-left: 10px;
  padding-right: 10px;
}

.manage-right .tit {
  font-size: 16px;
  display: inline-block;
  zoom: 1;
  font-weight: bold;
  border-bottom: 4px solid #db7e45;
}

.dl-unit {
  margin-top: 10px;
  line-height: 32px;
  color: rgb(0, 64, 128);
}

.dl-unit dt {
  font-weight: bold;
}

.dl-unit dd {
  padding-left: 16px;
  background-image: url(../images/u14.png);
  background-repeat: no-repeat;
}

.dl-unit .dd {
  padding-left: 16px;
  background-image: none;
}

.dl-unit .dd a {
  text-decoration: underline;
}

.manage-right .tit2 {
  border-bottom: 1px solid #ccc;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}

.random-btn {
  cursor: pointer;
}

.listDl.random-box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 220px;
  padding: 10px;
  color: #666;
  background: #fff;
  cursor: default;
  margin-top: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.random-box-c .btnGray {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
}

.random-box-c .txt {
  width: 80px;
  text-align: center;
}

.ztree-box {
  background-color: white;
  margin: 2px 0 10px 0;
  border-radius: 3px;
  border: 1px solid #ccc;
  overflow: auto;
}

.ztree .line {
  height: auto;
  overflow: visible;
  border: none;
}

.successful {
  line-height: 30px;
}

.successful .img {
  float: left;
  margin-right: 20px;
}

.tab-details {

}

.tab-details td {
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  padding-right: 30px;
}

.title {
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}

/* FIXME: 临时 */
.stem-preview .title,
.contentStem .title,
.pitem .title,
.item-preview .title {
  height: auto;
  line-height: inherit;
  margin-top: 0;
}

.tit-t {
  float: left;
  font-weight: bold;
  font-size: 16px;
}

.title .icon {
  display: inline-block;
  _zoom: 1;
  width: 10px;
  height: 10px;
  background-color: red;
  margin-right: 5px;
}

.title .icon2 {
  display: inline-block;
  _zoom: 1;
  width: 10px;
  height: 10px;
  background-color: green;
  margin-right: 5px;
}

.tab-det {
  width: 100%;
  line-height: 30px;
}

.tab-det th {
  padding-left: 5px;
  font-size: 14px;
  background-color: #ccc;
  border: 1px solid #ccc;
}

.tab-det td {
  padding-left: 5px;
  border: 1px solid #ccc;
}

.tab-det .tr1 td {
  font-weight: bold;
  background-color: rgb(242, 242, 242);
}

.tab-det tr .greenBg {
  background-color: green;
  color: white;
}

.tab-det tr .redBg {
  background-color: red;
  color: white;
}

.tab-det tr .pinkBg {
  background-color: rgb(255, 217, 217);
}

.tab-sz {
  line-height: 30px;
  width: 100%;
}

.tab-sz td {
  padding: 4px 5px 4px 10px;
  height: auto;
}

.tab-sz .td1 {
  width: 90px;
  font-weight: bold;
}

.tab-sz .td2 {
  width: 355px;
}

.tab-zc {
  width: 100%;
  line-height: 35px;
  border: 1px solid rgb(204, 204, 204);
}

.tab-zc th {
  background-color: rgb(242, 242, 242);
  font-size: 14px;
}

.tab-zc td, .tab-zc th {
  border-bottom: 1px solid rgb(204, 204, 204);
  padding-left: 10px;
}

.tab-td-b td {
  border: 1px solid #EFEFEF;
}

.tab-td-b2 td {
  border-bottom: 1px solid #EFEFEF;
}

.search {
  float: right;
  position: relative;
  top: -3px;
}

.search .text {
  padding-left: 5px;
  width: 180px;
  height: 30px;
  font-size: 14px;
  border: none;
  border-radius: 4px 0 0 4px;
  float: left;
}

.search .searchBtn {
  display: inline-block;
  float: left;
  text-align: center;
  width: 40px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #e69622;
  border-radius: 0 4px 4px 0;
}

.search .searchBtn:hover {
  color: #fff;
}

.messa {
  background-color: rgb(221, 255, 213);
  padding-left: 10px;
  border: 1px solid rgb(167, 208, 147);
  line-height: 40px;
}

.tr-blue {
  display: none;
}

.tr-blue td {
  background-color: rgb(244, 249, 255);
  padding-right: 10px;
}

.tr-blue2 td {
  background-color: rgb(244, 249, 255);
  padding-right: 10px;
  border-right: 1px solid rgb(244, 249, 255);
  border-bottom: none;
}

.tr-blue2 .xTxt {
  display: none;
}

.tr-blue2 .time {
  display: none;
}

.up-btn {
  float: right;
  display: none;
}

.tr-blue2 .up-btn {
  display: block;
  cursor: pointer;
}

.homeDl {
  float: left;
  width: 300px;
  margin-top: 40px;
}

.homeDl dt {
  font-size: 20px;
  font-weight: bold;
}

.homeDl dd {
  font-size: 14px;
  padding-top: 15px;
}

.homeDl dd .inst {
  color: #999;
  font-size: 12px;
}

.back-box {
  width: 700px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background: #fff;
  padding: 10px 10px 20px 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.back-box h4 {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #ccc;
  margin: 0;
}

.back-box h4 .floatL {
  font-size: 18px;
}

.back-tab {
  margin-left: 50px;
  font-size: 14px;
}

.back-tab td {
  height: 40px;
  line-height: 40px;
}

.option {
  margin: 20px auto 0 auto;
  overflow: hidden;
}

.option label {
  float: left;
  display: block;
  width: 50px;
  line-height: 40px;
  margin: 10px 0;
}

.option .li {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.option .li2 {
  width: 320px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.option-pl {
  margin-left: 50px;
}

.option span.error {
  margin-top: 15px;
}

.btnBlue-sm {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  font-size: 12px;
  width: 60px;
  height: 20px;
  color: #396bcc;
  text-align: center;
  line-height: 20px;
}

.btnBlue-sm.selected {
  background-color: #396bcc;
  color: White;
}

.nav-close .img2 {
  display: none;
}

.nav-close.selected .img1 {
  display: none;
}

.nav-close.selected .img2 {
  display: inline-block;
}

.uploadBox {
  font-size: 16px;
  color: black;
  line-height: 32px;
}

.uploadBox .txt {
  line-height: 37px;
  height: 37px;
  width: 230px;
}

.uploadBox .d2 {
  font-size: 12px;
  color: #888;
}

.addKnowledgeDiv .item-plan li {
  float: none;
}

.addKnowledgeDiv .item-plan li .label {
  width: 100px;
  display: inline-block;
  *zoom: 1;
}

#form-item-defaults {
  width: 400px;
  margin: 50px auto;
}

#form-difficulty-extent {
  width: 700px;
  margin: 0 auto;
}

#AuthNoIE {
  display: block;
  height: auto;
  width: 100%;
}

#itemPreview {
  /*background: #fff;*/
  padding: 10px;
  border-radius: 4px;
}

#itemPreview img{
  max-width: 100%;
}

.popPreview .popupDiv_c {
  min-width: 660px;
}

input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

.sel-control {
  position: relative;
  width: 400px;
  height: 35px;
  background: #fff;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sel-control .tc {
  padding-left: 10px;
  margin-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sel-control i {
  color: #999;
  position: absolute;
  right: 10px;
  top: 0;
  height: 35px;
  line-height: 35px;
}

p.small {
  font-size: small;
}

/*GOTO TOP*/
.cd-top {
  display: inline-block;
  height: 54px;
  width: 54px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(images/goto_top.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 0.7;
}

 .cd-top:hover {
  background: url(images/goto_top_2.png) no-repeat center 50%;

}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 40px;
    bottom:70px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 40px;
    bottom: 70px;
  }
}

.backtop {
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.4);
  color: white !important;
  border-radius: 50%;
  bottom: 46px;
  display: none;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  position: fixed;
  right: 40px;
  text-align: center;
  transition: none 0s ease 0s;
  width: 48px;
  z-index: 999
}

.backtop:hover {
  background: #000;
  color: white;
}

@media print {
  #backtop,.header, .nav_manage, .tab-header-float {
    display: none;
  }
  .manage_c {
    border: none;
  }
}

/*璇曢棰勮*/
.stem-preview {
  vertical-align: top;
}

.stem-preview-tr {
  background-color:#fff;
}
.stem-preview-tr:hover {
  /*background: #fffacd;*/
}

/* sort */
.sort-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 70%;
}

.sort-list li {
  height: 40px;
  line-height: 38px;
  margin: 0 5px 5px 5px;
  padding: 0 10px;
  font-size: 1.2em;
}

.sort-list li .no {
  font-family: monospace;
  margin-right: 8px;
}
.sort-list li.ui-state-highlight {
  border: 1px dashed #c5c5c5;
  background: #fafafa;
}

.sort-list li.ui-state-default {
  border: 1px solid #e7e7e7;
  background: #f2f2f2;
  font-weight: normal;
  color: #454545;
  border-radius: 3px;
  cursor: move;
  transition: border-color .2s;
}
.sort-list li.ui-state-default:hover{
  border-color: #d9d9d9;
}
.moveonShow{
    display: inline-block;
    border:1px solid #ffffff;
    padding: 5px 5px;
    margin: 5px 0;
    border-radius: 4px;
}
.moveonShow.active{
    border-color: #cccccc;
}
.ui-helper-hidden-accessible{
  display: none;
}

.page-help{
  border-left: solid 5px #080;
  padding: 5px 10px;
  color: #666;
  background: #eee;
}

.logintitle{
    color: white;
    font-size: 36px;
    font-weight: 900;
}

.headertitle{
  float: left;
  padding-left: 10px;
  line-height: 68px;
  color: white;
  font-weight: 900;
  font-size: 26px;
}

.smalltitle{
  color: white;
  font-size: 20px;
  font-weight: 900;
  line-height: 68px;
}


.textLogo{
    color: white;
}


.textLogo:hover{
    color: white;
}
