/*-------------------------------- 清除浮动 ----------------------------------*/
.fix {
  *zoom: 1;
}
.fix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
html,
body {
  color: #404040;
  font-size: 14px;
}
a {
  color: #006ca6;
}
.login-body {
  position: relative;
}
.login-body * {
  box-sizing: border-box;
}
.cms-login-wrap {
  background: url("images/cms-loginbg.png") no-repeat center center;
  background-size: cover;
  height: 100vh;
  min-height: 600px;
  width: 100%;
  position: relative;
}
.cms-login-wrap .container {
  height: 100vh;
  position: relative;
}
.cms-login-wrap .login-logo {
  padding-top: 40px;
}
.cms-login-wrap .login-logo img {
  display: block;
  width: 230px;
}
.cms-login-wrap .login-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  line-height: 30px;
  text-align: center;
}
.cms-login-wrap .login-copy span {
  display: inline-block;
  margin: 0 10px;
  color: #1a536c;
}
.cms-login-wrap .login-main {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 480px;
  min-height: 508px;
  background-color: #ffffff;
  box-shadow: 0 0 14px 0 rgba(137, 175, 206, 0.28);
  border-radius: 4px 10px 10px 10px;
  padding: 50px 55px 40px;
  font-size: 16px;
}
.cms-login-wrap .login-main .control-user,
.cms-login-wrap .login-main .control-password,
.cms-login-wrap .login-main .control-yzm {
  position: relative;
}
.cms-login-wrap .login-main .control-user:after,
.cms-login-wrap .login-main .control-password:after,
.cms-login-wrap .login-main .control-yzm:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 16px;
  width: 21px;
  height: 22px;
  z-index: 99;
}
.cms-login-wrap .login-main .control-user:after {
  background: url("images/cms-login-icon-01.png") no-repeat !important;
}
.cms-login-wrap .login-main .control-password:after {
  background: url("images/cms-login-icon-02.png") no-repeat !important;
}
.cms-login-wrap .login-main .control-yzm:after {
  background: url("images/cms-login-icon-03.png") no-repeat !important;
}
.cms-login-wrap .login-main input {
  width: 100%;
  height: 54px;
  line-height: 52px;
  background-color: #f9fafd !important;
  border-radius: 4px;
  border: solid 1px #e0e3ec;
  background-repeat: no-repeat;
  background-position: 20px 16px;
  font-size: 16px;
  box-shadow: none;
  padding-left: 55px;
  color: #050505;
}
.cms-login-wrap .login-main input:-webkit-autofill,
.cms-login-wrap .login-main input:-webkit-autofill:hover,
.cms-login-wrap .login-main input:-webkit-autofill:focus,
.cms-login-wrap .login-main input:-webkit-autofill:active {
  -webkit-text-fill-color: #050505 !important;
  transition: background-color 5000s ease-in-out 0s;
  background-color: #f9fafd !important;
}
.cms-login-wrap .login-main .cms-yzm {
  width: 125px;
  height: 54px;
  margin-left: 15px;
}
.cms-login-wrap .login-main .cms-jzmm {
  text-align: left;
  padding-bottom: 15px;
}
.cms-login-wrap .login-main .cms-jzmm .checkbox {
  padding-top: 0 !important;
  padding-left: 0 !important;
  font-size: 16px;
  color: #050505;
}
.cms-login-wrap .login-main .cms-jzmm span.checked {
  vertical-align: middle;
  margin-top: -5px;
}
.cms-login-wrap .login-main .help-inline {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cms-login-wrap .login-main .cms-login-btn {
  background: #006ca6;
  border-radius: 4px;
  height: 54px;
  line-height: 54px;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
}
.cms-login-wrap .login-main .cms-login-btn:hover {
  background: #00517c;
}
.cms-login-wrap .login-main .form-horizontal .controls {
  margin-bottom: 5px;
  padding-left: 0;
  margin-left: 0;
  padding: 0;
}
.cms-login-wrap #login-header {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.cms-login-wrap #login-header:after {
  content: '';
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background: #006ca6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cms-login-wrap #login-header h3 {
  margin-bottom: 0;
  margin-top: 0;
  color: #050505;
  font-size: 22px;
  line-height: 30px;
}
.cms-login-wrap .form-horizontal .control-group {
  border-top: none;
  border-bottom: none;
}
@media (min-width: 1600px) {
  .cms-login-wrap .container {
    width: 1400px;
  }
}
.welcome-cont-wrap {
  min-height: 140px;
  border-radius: 5px;
  overflow: hidden;
  background: url("images/cms-welbg.png") no-repeat bottom right #fff;
  background-size: cover;
  padding: 55px 70px;
}
.welcome-cont-wrap .welcome-title,
.welcome-cont-wrap .welcome-info {
  padding-left: 30px;
  font-weight: bold;
}
.welcome-cont-wrap .welcome-title {
  color: #006ca6;
  line-height: 50px;
  position: relative;
  margin-bottom: 25px;
}
.welcome-cont-wrap .welcome-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 10px;
  width: 6px;
  background: #ddedfd;
}
.welcome-cont-wrap .welcome-title .title-01 {
  font-size: 22px;
}
.welcome-cont-wrap .welcome-title .title-02 {
  font-size: 36px;
}
.welcome-cont-wrap .welcome-info {
  color: #fe8f0c;
  font-size: 22px;
}
.navbar-inverse {
  min-height: 60px;
}
.navbar-inverse .navbar-inner {
  background-image: none;
  border: none;
  background: #006ca6;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  line-height: 40px;
  color: #fff;
}
.navbar-inverse .nav > li > a {
  color: #fff;
  font-size: 16px;
}
.navbar-inverse .nav .dropdown-toggle .caret {
  margin-top: 18px;
}
.navbar-inverse .header-logo {
  width: 220px;
  text-align: center;
  font-weight: bold;
}
.navbar-inverse .header-nav li a {
  background-repeat: no-repeat;
  background-position: 26px 22px;
  padding-left: 50px;
  padding-right: 24px;
}
.navbar-inverse .header-nav li:nth-child(1) a {
  background-image: url("images/cms-nav-01.png");
}
.navbar-inverse .header-nav li:nth-child(2) a {
  background-image: url("images/cms-nav-02.png");
}
.navbar-inverse .header-nav li:nth-child(3) a {
  background-image: url("images/cms-nav-03.png");
}
.navbar-inverse .header-nav li:nth-child(4) a {
  background-image: url("images/cms-nav-04.png");
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #00517c;
}
.cms-center {
  height: calc(100vh - 70px);
  overflow: hidden;
}
.cms-center .center-left-menu {
  box-shadow: 0px 0px 10px 0px rgba(41, 65, 115, 0.09);
  border-radius: 4px 4px 0 0;
}
.cms-center .center-content {
  padding-right: 25px;
}
.left-menu-title > div {
  background: url("images/cms-menu-title.png") no-repeat;
  background-size: cover;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-weight: bold;
  color: #323542;
  font-size: 17px;
}
.cms-menu-tree {
  border: none;
}
.cms-menu-tree th,
.cms-menu-tree td {
  border: none;
  padding: 0;
}
.cms-menu-tree .menu-item tr td {
  height: 44px;
  line-height: 44px;
  padding-left: 25px;
  padding-right: 15px;
}
.cms-menu-tree .menu-item a {
  color: #2F2E3F;
  font-size: 14px;
}
.cms-menu-tree .menu-item .menuico-w,
.cms-menu-tree .menu-item .menuico-c {
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -3px;
}
.cms-menu-tree .menu-item .menuico-w {
  width: 13px;
}
.cms-menu-tree .menu-item .menuico-c {
  width: 15px;
}
.cms-menu-tree .menu-item .menu-son-active {
  background: #f3f5f9;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background: #fff;
}
#channelList .menuico-w,
#channelList .menuico-c {
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -3px;
}
#channelList .menuico-w {
  width: 13px;
}
#channelList .menuico-c {
  width: 15px;
}
.cms-navbar {
  min-height: 50px;
  background: #f0f1f5;
  margin-bottom: 0;
}
.cms-navbar .breadcrumb {
  margin-bottom: 0;
  background: transparent;
  padding: 10px 0;
}
.cms-navbar .breadcrumb li {
  color: #707E94;
  line-height: 30px;
}
.cms-navbar .breadcrumb li .divider {
  color: #D6DBE4;
}
.cms-navbar .breadcrumb li.active a {
  color: #006ca6;
}
.cms-navbar .nav-site {
  height: 30px;
  background: none;
  border: none;
  background-image: linear-gradient(-90deg, #027aba 0%, #006ca6 100%), linear-gradient(#377cfd, #377cfd);
  border-radius: 5px;
  box-shadow: none;
}
.cms-navbar .btn-group {
  margin-top: 10px;
}
.cms-navbar .dropdown-menu li > a {
  line-height: 30px;
}
.cms-navbar .dropdown-menu li > a:hover,
.cms-navbar .dropdown-menu li > a:focus,
.cms-navbar .dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #00517c;
  background-image: none;
}
.cms-navbar .dropdown-menu .active > a,
.cms-navbar .dropdown-menu .active > a:hover {
  color: #ffffff;
  background-color: #00517c;
  background-image: none;
}
.cms-main-wrap {
  background: transparent;
  height: 100vh;
}
.cms-main-wrap .main-content {
  padding-left: 0;
  padding-right: 0;
  height: calc(100% - 50px);
  overflow: hidden;
  overflow-y: auto;
}
.cms-main-wrap .main-content.cms-template-main,
.cms-main-wrap .main-content.sub-main-content {
  height: 100vh !important;
}
.cms-main-wrap .main-content.sub-main-content {
  padding-left: 20px !important;
}
.cms-main-wrap .cms-main-center {
  overflow-y: auto;
}
.cms-main-wrap .menuico-w,
.cms-main-wrap .menuico-c {
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -3px;
}
.cms-main-wrap .menuico-w {
  width: 13px;
}
.cms-main-wrap .menuico-c {
  width: 15px;
}
.cms-main-wrap .widget-box {
  margin-bottom: 0;
  margin-top: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  overflow: hidden;
}
.cms-main-wrap .widget-box:nth-of-type(1) {
  margin-top: 0;
}
.cms-main-wrap .widget-box .navbar {
  margin-bottom: 0;
}
.cms-main-wrap .widget-box .alert {
  margin-top: 15px;
  margin-bottom: 0;
}
.cms-main-wrap .widget-box .widget-title {
  background-image: none;
  background-color: #fff;
  line-height: 30px;
  padding: 7px 25px;
  height: auto;
  border-bottom: 1px solid #F0F1F5;
  overflow: hidden;
  *zoom: 1;
  position: relative;
}
.cms-main-wrap .widget-box .widget-title::before {
  content: "";
  position: absolute;
  left: 25px;
  bottom: -1px;
  height: 3px;
  background-color: #1256b9;
  width: 82px;
  z-index: 2;
}
.cms-main-wrap .widget-box .widget-title::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.cms-main-wrap .widget-box .widget-title .title-left {
  position: relative;
}
.cms-main-wrap .widget-box .widget-title span.icon {
  border-right: none;
  padding: 0;
  opacity: 1;
  margin-right: 10px;
}
.cms-main-wrap .widget-box .widget-title h5 {
  color: #272833;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
}
.cms-main-wrap .widget-box .widget-title .buttons {
  margin: 0;
  margin-left: 10px;
}
.cms-main-wrap .widget-box .widget-title .buttons:first-child {
  margin-left: 0;
}
.cms-main-wrap .widget-box .widget-title .buttons .btn-mini {
  background: #ffffff;
  border-radius: 4px;
  border: solid 1px #cad7ea;
  line-height: 28px;
  color: #2c3d5a;
  font-size: 14px;
  padding: 0 15px;
}
.cms-main-wrap .widget-box .widget-title .buttons .btn-mini .icon-retweet {
  margin-right: 5px;
}
.cms-main-wrap .widget-box .widget-content {
  padding: 10px 25px;
  border: none;
}
.cms-main-wrap .widget-box.collapsible .collapse.in .widget-content {
  border-bottom: none;
}
.cms-main-wrap .widget-box .form-search,
.cms-main-wrap .widget-box .form-content,
.cms-main-wrap .widget-box .form-horizontal {
  overflow: hidden;
}
.cms-main-wrap .widget-box .form-search .search-box,
.cms-main-wrap .widget-box .form-content .search-box,
.cms-main-wrap .widget-box .form-horizontal .search-box {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 20px;
  float: left;
  color: #2C3D5A;
}
.cms-main-wrap .widget-box .form-search .search-box span,
.cms-main-wrap .widget-box .form-content .search-box span,
.cms-main-wrap .widget-box .form-horizontal .search-box span {
  vertical-align: bottom;
}
.cms-main-wrap .widget-box .form-search .search-box:last-child,
.cms-main-wrap .widget-box .form-content .search-box:last-child,
.cms-main-wrap .widget-box .form-horizontal .search-box:last-child {
  margin-right: 0;
}
.cms-main-wrap .widget-box .form-search .search-box .box-txt,
.cms-main-wrap .widget-box .form-content .search-box .box-txt,
.cms-main-wrap .widget-box .form-horizontal .search-box .box-txt {
  line-height: 30px;
}
.cms-main-wrap .widget-box .form-search .search-box .select2-container .select2-selection--single,
.cms-main-wrap .widget-box .form-content .search-box .select2-container .select2-selection--single,
.cms-main-wrap .widget-box .form-horizontal .search-box .select2-container .select2-selection--single {
  height: 30px;
}
.cms-main-wrap .widget-box .form-search .search-box .select2-container--default .select2-selection--single,
.cms-main-wrap .widget-box .form-content .search-box .select2-container--default .select2-selection--single,
.cms-main-wrap .widget-box .form-horizontal .search-box .select2-container--default .select2-selection--single {
  border: 1px solid #CAD7EA;
}
.cms-main-wrap .widget-box .form-search .form-inp,
.cms-main-wrap .widget-box .form-content .form-inp,
.cms-main-wrap .widget-box .form-horizontal .form-inp,
.cms-main-wrap .widget-box .form-search .form-sel,
.cms-main-wrap .widget-box .form-content .form-sel,
.cms-main-wrap .widget-box .form-horizontal .form-sel,
.cms-main-wrap .widget-box .form-search .form-btn,
.cms-main-wrap .widget-box .form-content .form-btn,
.cms-main-wrap .widget-box .form-horizontal .form-btn {
  border-radius: 4px;
  padding: 4px 10px;
  border: 1px solid #CAD7EA;
}
.cms-main-wrap .widget-box .form-search .form-sel.sel-01,
.cms-main-wrap .widget-box .form-content .form-sel.sel-01,
.cms-main-wrap .widget-box .form-horizontal .form-sel.sel-01 {
  width: 80px;
}
.cms-main-wrap .widget-box .form-search .form-sel.sel-02,
.cms-main-wrap .widget-box .form-content .form-sel.sel-02,
.cms-main-wrap .widget-box .form-horizontal .form-sel.sel-02 {
  width: 120px;
}
.cms-main-wrap .widget-box .form-search .form-radio label,
.cms-main-wrap .widget-box .form-content .form-radio label,
.cms-main-wrap .widget-box .form-horizontal .form-radio label {
  margin-right: 10px;
}
.cms-main-wrap .widget-box .form-search .form-radio input[type='radio'],
.cms-main-wrap .widget-box .form-content .form-radio input[type='radio'],
.cms-main-wrap .widget-box .form-horizontal .form-radio input[type='radio'] {
  vertical-align: top;
  margin-right: 3px;
}
.cms-main-wrap .widget-box .table-list-wrap,
.cms-main-wrap .widget-box .info-content-wrap {
  padding: 20px 25px;
}
.cms-main-wrap .widget-box .table-list-wrap > div:first-child,
.cms-main-wrap .widget-box .info-content-wrap > div:first-child {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.cms-main-wrap .widget-box .table-list-wrap .widget-content,
.cms-main-wrap .widget-box .info-content-wrap .widget-content {
  padding-left: 0;
  padding-right: 0;
}
.cms-main-wrap .widget-box .table-list-wrap .chart-box,
.cms-main-wrap .widget-box .info-content-wrap .chart-box {
  width: 100%;
  height: 300px;
}
.cms-main-wrap .widget-box table.table-bordered th,
.cms-main-wrap .widget-box table.table-bordered td {
  border-left-color: #fff;
  padding: 10px 15px;
  border-top: none;
}
.cms-main-wrap .widget-box table.table-bordered thead tr th {
  background-image: none;
  background: #eef0f6;
  height: 28px;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
}
.cms-main-wrap .widget-box table.table-bordered thead tr th a {
  color: #006ca6;
}
.cms-main-wrap .widget-box table.table-bordered tbody tr:nth-child(even) td {
  background: #f7f8fb;
}
.cms-main-wrap .widget-box table.table-bordered tbody tr td {
  line-height: 24px;
  color: #404040;
  font-size: 14px;
}
.cms-main-wrap .widget-box table.table-bordered .td-c {
  text-align: center;
}
.cms-main-wrap .widget-box table.table-bordered .img-icon {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.cms-main-wrap .widget-box .label {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 6px;
  font-weight: normal;
}
.cms-main-wrap .widget-box .label.label-info {
  background-color: #5899f8;
}
.cms-main-wrap .widget-box .label.label-warning {
  background-color: #ff9600;
}
.cms-main-wrap .widget-box .navbar.navbar-page .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 25px;
  padding-right: 25px;
  color: #464f5e;
  font-size: 14px;
  line-height: 30px;
}
.cms-main-wrap .widget-box .navbar.navbar-page .page-left {
  text-align: left;
}
.cms-main-wrap .widget-box .navbar.navbar-page .page-left table tr td {
  padding-right: 10px;
}
.cms-main-wrap .widget-box .navbar.navbar-page .page-left a {
  padding-left: 12px;
  padding-right: 12px;
  background: #f0f2f8;
  color: #464f5e;
  display: inline-block;
  border-radius: 4px;
}
.cms-main-wrap .widget-box .navbar.navbar-page .page-left a:hover {
  background: #006ca6;
  color: #fff;
}
.cms-main-wrap .widget-box .navbar.navbar-page .page-right table {
  margin-left: auto;
  margin-right: 0;
}
.cms-main-wrap .widget-box .navbar.navbar-page .page-right input {
  height: 28px;
  line-height: 26px;
  border-radius: 4px;
  border: solid 1px #e7e8eb;
  vertical-align: bottom;
  margin-bottom: 0;
}
.cms-main-wrap .widget-box .navbar.navbar-page b {
  font-weight: normal;
  color: #006ca6;
}
.cms-main-wrap .widget-box .navbar.navbar-page .col-01 {
  color: #ff7e00 !important;
}
.cms-main-wrap .widget-box .nav-other-info .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 25px;
  padding-right: 25px;
  color: #464f5e;
  font-size: 14px;
  line-height: 30px;
}
.cms-main-wrap .widget-box .site-cont {
  padding: 20px !important;
}
.main-cont-center {
  overflow: hidden;
  overflow-y: auto;
}
.cms-operation-btm .navbar .navbar-inner {
  background-image: none;
  border: none;
  background: #fff;
  padding: 8px 25px;
}
.cms-operation-btm .navbar .navbar-inner button {
  margin-top: 5px;
  margin-bottom: 5px;
}
.cms-operation-btm .navbar .navbar-inner .btn {
  height: 30px;
  line-height: 30px;
  border: none;
  background-image: none;
  background-color: #f0f2f8;
  padding: 0 12px;
  color: #464f5e;
}
.cms-operation-btm .navbar .navbar-inner .btn:hover{
	background-color: #e0e6f7;
}
.cms-operation-btm .navbar .navbar-inner .btn.btn-primary {
  color: #fff;
  background-color: #006ca6;
}
.cms-operation-btm .navbar .navbar-inner .btn.btn-danger {
  color: #fff;
  background-color: #db0f0f;
}
.cms-form-edit .nav-tabs {
  border-bottom: none;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #f1f3f8;
}
.cms-form-edit .nav-tabs > li > a {
  border: none;
  height: 24px;
  line-height: 24px;
  border-radius: 4px 4px 0 0;
  padding: 8px 25px;
  font-weight: bold;
  color: #181818;
}
.cms-form-edit .nav-tabs > li.active a,
.cms-form-edit .nav-tabs > li:hover a {
  border: none;
  background-color: #006ca6;
  color: #fff;
}
.cms-form-edit .form-horizontal .control-group {
  border-top: none;
  border-bottom: none;
  margin-bottom: 20px;
  color: #272833;
  font-size: 16px;
}
.cms-form-edit .form-horizontal .control-group.edit-btn-groups {
  padding-top: 30px;
}
.cms-form-edit input[disabled],
.cms-form-edit select[disabled],
.cms-form-edit textarea[disabled],
.cms-form-edit input[readonly],
.cms-form-edit select[readonly],
.cms-form-edit textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}
.cms-form-edit .edit-form-label {
  width: 156px;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  color: #272833;
  font-size: 16px;
  margin-bottom: 0;
}
.cms-form-edit .edit-form-cont {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 175px;
}
.cms-form-edit .edit-form-cont #contentDiv {
  padding: 0;
  margin-bottom: 0;
}
.cms-form-edit .edit-form-cont #contentDiv .controls {
  padding: 0;
}
.cms-form-edit .edit-form-cont .help-inline {
  height: 0;
  overflow: hidden;
  display: none;
}
.cms-form-edit .edui-default .edui-editor {
  border: solid 1px #cad7ea;
}
.cms-form-edit .edui-default .edui-editor-bottomContainer td {
  border-top: solid 1px #cad7ea;
}
.cms-form-edit .eidt-tip {
  color: #f00;
  line-height: 40px;
}
.cms-form-edit .select2-container .select2-selection--single {
  height: 40px;
}
.cms-form-edit .select2-container--default .select2-selection--single {
  border: solid 1px #cad7ea;
}
.cms-form-edit .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  font-size: 14px;
  color: #404040;
}
.cms-form-edit .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}
.cms-form-edit .edui-default .edui-box {
  line-height: 18px;
}
.cms-form-edit .editorTab {
  line-height: 28px;
}
.cms-form-edit .edit-inp,
.cms-form-edit .edit-text,
.cms-form-edit .edit-sel {
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #cad7ea;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding: 7px 20px;
  line-height: 24px;
  font-size: 14px;
  color: #404040;
  box-shadow: none;
  vertical-align: bottom;
  box-sizing: border-box;
}
.cms-form-edit .edit-inp {
  height: 40px;
}
.cms-form-edit .edit-inp.inp-01 {
  width: 420px;
}
.cms-form-edit .edit-inp.inp-02 {
  width: 120px;
}
.cms-form-edit .edit-inp.inp-full {
  width: 100% !important;
}
.cms-form-edit .edit-sel.edit-sel {
  height: 40px;
}
.cms-form-edit .edit-text.text-01 {
  width: 540px;
  height: 120px;
}
.cms-form-edit .edit-radio {
  padding-top: 10px;
}
.cms-form-edit .edit-radio label {
  margin-right: 15px;
}
.cms-form-edit .edit-radio label:last-child {
  margin-right: 0;
}
.cms-form-edit .edit-btn {
  min-width: 100px;
  height: 40px;
  background: #006ca6;
  box-shadow: none;
  border-radius: 4px;
  color: #fff;
  padding: 0 15px;
  line-height: 40px;
  border: none;
  font-size: 14px;
  text-shadow: none;
}
.cms-form-edit .edit-btn:hover {
  background: #0b77cd !important;
  color: #fff !important;
}
.cms-form-edit .edit-btn.btn-other {
  background: #eeeeee;
  color: #999999;
}
.cms-form-edit div.uploader {
  margin: 0;
  height: 38px;
  border-radius: 4px;
  width: 300px;
  background: none;
}
.cms-form-edit div.uploader input {
  width: 100%;
  height: 40px;
}
.cms-form-edit div.uploader span {
  margin: 0 !important;
}
.cms-form-edit div.uploader span.filename {
  width: 158px;
  font-size: 14px;
  border: solid 1px #cad7ea;
  border-radius: 4px 0 0 4px;
  padding: 6px 20px;
  line-height: 26px;
  margin: 0;
}
.cms-form-edit div.uploader span.action {
  width: 100px;
  height: 40px;
  line-height: 38px;
  background: #006ca6;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  color: #fff;
  text-shadow: none;
  padding: 0;
}
.cms-form-edit div.uploader span.action:hover {
  background: #0b77cd;
}
.cms-form-edit .cms-operation-btm {
  margin-top: 15px;
}
.cms-form-edit .cms-operation-btm .navbar-inner {
  background: #eef0f6;
}
.cms-form-edit .table th,
.cms-form-edit .table td {
  vertical-align: middle;
}
.cms-form-edit .edit-tip-txt {
  line-height: 24px;
  color: #999;
  padding-top: 10px;
  font-size: 14px;
}
.modal.cms-popup .modal-header {
  background-image: none;
  background-color: #f7f8fb;
  padding: 0 20px;
  border-bottom: none;
}
.modal.cms-popup .modal-header h3 span {
  display: inline-block;
  vertical-align: bottom;
  height: 50px;
  line-height: 50px;
  position: relative;
  color: #272833;
}
.modal.cms-popup .modal-header h3 span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background-color: #006ca6;
}
.modal.cms-popup .modal-header .close {
  margin-top: 15px;
  margin-right: -2px;
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url("images/cms-icon-close.png") no-repeat center center;
}
.modal.cms-popup .modal-footer {
  background-color: #f7f8fb;
  border-top: none;
  padding: 10px 20px;
}
.modal.cms-popup .modal-footer .btn {
  width: 86px;
  height: 38px;
  padding: 0;
  border: none;
  font-weight: bold;
}
.modal.cms-popup .modal-footer .btn.btn-primary {
  background: #027eb4;
  color: #fff;
}
.modal.cms-popup .modal-footer .btn.btn-cancel {
  background: #ebeff8;
  color: #4a5266;
}
.cms-popup-wrap .table-list-wrap {
  padding: 20px 0 !important;
}
#confirm_modal .modal-footer {
  background-color: #f7f8fb;
  border-top: none;
  padding: 10px 20px;
}
#confirm_modal .btn {
  width: 86px;
  height: 38px;
  line-height: 38px;
  padding: 0;
  border: none;
  font-weight: bold;
}
#confirm_modal .btn.cancel {
  background: #ebeff8;
  color: #4a5266;
}
#confirm_modal .btn.btn-danger {
  background: #027eb4;
  color: #fff;
}
.cms-search-warp {
  position: relative;
  padding-top: 42px;
  height: calc(100% - 42px);
  overflow: hidden;
}
.cms-search-warp .cms-search-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.cms-search-warp .cms-site-list-cont {
  height: 274px;
  overflow: hidden;
  overflow-y: auto;
}
.cms-search-box {
  box-sizing: border-box;
  min-height: 32px;
  position: relative;
  padding-right: 66px;
}
.cms-search-box * {
  box-sizing: border-box;
}
.cms-search-box .sea-btn {
  width: 60px;
  line-height: 32px;
  display: block;
  height: 32px;
  background-color: #006ca6;
  border-radius: 16px;
  border: none;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
.cms-search-box .sea-btn:hover {
  background-color: #00517c;
}
.cms-search-box .sea-inp {
  height: 32px;
  background: url("images/cms-icon-search.png") no-repeat 15px 8px;
  border-radius: 16px;
  line-height: 28px;
  display: block;
  width: 100%;
  border: solid 1px rgba(217, 222, 234, 0.75);
  padding: 0 20px 0 38px;
  color: #404040;
}
.cms-template-main .temp-main-menu {
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #ebecf0;
  padding: 10px;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 72px);
}
.cms-template-main .temp-main-cont {
  padding-left: 20px;
}
.cms-template-main .temp-groups-fixed {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.cms-template-main .temp-groups-fixed .cms-search-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 330px;
}
.cms-template-main .temp-list-wrap {
  border-radius: 4px;
  border: solid 1px #ebecf0;
  padding: 10px;
  height: calc(100vh - 72px);
  overflow-y: auto;
  margin-top: 50px;
}
.cms-template-main .temp-list-wrap .table-bordered {
  border: none;
  margin-bottom: 0;
}
.cms-template-main .temp-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cms-template-main .temp-list > * {
  box-sizing: border-box;
}
.cms-template-main .temp-list li {
  float: left;
  width: 49.5%;
  height: 32px;
  line-height: 32px;
  background-color: #f7f8fb;
  border-radius: 4px;
  position: relative;
  padding-left: 28px;
  margin-bottom: 2px;
}
.cms-template-main .temp-list li:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fbab12;
  border-radius: 5px;
  left: 12px;
  top: 13px;
}
.cms-template-main .temp-list li:nth-child(2n) {
  float: right;
}
.cms-left-menu .widget-title {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
/*# sourceMappingURL=cms-ui.css.map */