/**
 * 通用变量
 * @author kepler
 */
body {
  font-family: '微软雅黑', 'Microsoft YaHei', 'Open Sans', 'sans-serif';
  background-color: #fff;
  color: #3c3c3c;
  font-size: 14px;
}
a {
  color: #3c3c3c;
  cursor: pointer;
  -webkit-transition: background .15s ease,color .15s ease;
  -moz-transition: background .15s ease,color .15s ease;
  -ms-transition: background .15s ease,color .15s ease;
  -o-transition: background .15s ease,color .15s ease;
  transition: background .15s ease,color .15s ease;
}
a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #e30406;
  text-decoration: none;
}
.help-block {
  color: #b3b3b3;
}
.a-text {
  color: #3c3c3c;
}
.a-text:hover {
  color: #3c3c3c !important;
}
.a-base {
  color: #e30406;
}
.page-link {
  cursor: pointer !important;
}
ul,
ol {
  list-style: none;
  padding-left: 0;
}
*[data-privilege] {
  display: none !important;
}
/*text*/
.text-info {
  color: #5bc0de;
}
.text-warning {
  color: #f0ad4e;
}
.text-success {
  color: #5cb85c;
}
.text-error {
  color: #d9534f;
}
.btn.btn-disable {
  cursor: default;
}
.btn-cyh {
  color: #fff;
  background-color: #ff6c3f;
  border-color: #ff6c3f;
}
.btn-cyh:link,
.btn-cyh:hover,
.btn-cyh:visited,
.btn-cyh:active {
  color: #fff;
  background-color: #DF6640;
  border-color: #DF6640;
}
.left-section {
  width: 814px;
  padding-left: 20px;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none !important;
}
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter: none;
}
.common-wrapper,
.main-content {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.main-container {
  margin-left: 0;
  margin-right: 0;
}
.header-container {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin: 0 auto;
}
.header-container .header-wrapper {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.header-container .header-wrapper .contact-box {
  padding-right: 30px;
}
.header-container .sec-logo {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #7ec847;
}
.header-container .sec-logo a {
  color: #fff;
}
.header-container .header-right {
  float: right;
  margin-top: 35px;
  padding-right: 30px;
}
.header-container .header-right .h-username {
  color: #726BFF;
}
.header-container .header-right .header-index {
  float: right;
  padding-top: 7px;
  font-weight: bold;
}
.header-container .sec-nav .star-navbar {
  height: 80px;
  line-height: 80px;
  margin: 0;
}
.header-container .sec-nav .star-navbar li {
  display: inline-block;
  height: 80px;
  width: 120px;
  text-align: left;
  font-size: 15px;
  text-align: center;
}
.header-container .sec-nav .star-navbar li a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-container .sec-nav .star-navbar li {
  *display: inline;
  *zomm: 1;
}
.header-container .sec-nav .star-navbar .tab-active a {
  color: #7ec847;
}
.header-container .sec-nav .star-navbar li:hover a {
  color: #7ec847;
}
.header-container .sticky {
  position: fixed;
  top: 0;
}
.bottom-point-box {
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  background: #f3f3f3;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 12px;
  color: #000;
}
.bottom-point-box .left-box img {
  margin-left: 68px;
  margin-top: 5px;
}
.bottom-point-box .left-box p {
  margin-left: 55px;
  color: #ff6c3f;
}
.bottom-point-box .right-box p {
  margin: 0;
  margin-top: 5px;
  margin-left: 15px;
}
.footer-container .footer-wrapper {
  text-align: center;
  line-height: 25px;
  width: 800px;
}
.footer-container .details {
  color: #2933ff;
}
.footer-container .footer-line img {
  width: 100%;
  height: 10px;
  display: block;
}
.cyh-tab-list-box {
  margin-bottom: 40px;
}
.cyh-tab-list-box li {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
}
.cyh-tab-list-box li a {
  display: block;
  width: 100%;
  height: 100%;
}
.cyh-tab-list-box .tab-active {
  border: 1px solid #d7d7d7;
  border-bottom: none;
  font-weight: 800;
  font-size: 16px;
}
.common-sidebar-box {
  width: 186px;
  height: auto;
}
.common-sidebar-box .user-info-box {
  width: 186px;
  height: 100px;
  border: 1px solid #e3e3e3;
  background: #fff3ee;
}
.common-sidebar-box .user-info-box .user-img {
  width: 58px;
  height: 58px;
  margin-top: 20px;
  margin-left: 16px;
}
.common-sidebar-box .user-info-box .user-img img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
}
.common-sidebar-box .user-info-box .user-info {
  margin-top: 28px;
  margin-left: 13px;
}
.common-sidebar-box .user-info-box .user-info p {
  margin: 0;
}
.common-sidebar-box .user-info-box .user-info .grade-box {
  height: 14px;
  line-height: 14px;
  border: 1px solid #808080;
  border-radius: 10px;
  margin-top: 6px;
  margin-bottom: 5px;
}
.common-sidebar-box .user-info-box .user-info .grade-box img {
  width: 12px;
  height: 12px;
}
.common-sidebar-box .user-info-box .user-info .grade-box span {
  font-size: 10px;
  padding-left: 3px;
  padding-right: 4px;
}
.common-sidebar-box .user-info-box .user-info .security {
  font-size: 10px;
}
.common-sidebar-box .menu-tab-box {
  width: 186px;
  background: #fff3ee;
}
.common-sidebar-box .menu-tab-box li {
  width: 186px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  border: 1px solid #e3e3e3;
  border-top: none;
}
.common-sidebar-box .menu-tab-box li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 25px;
}
.common-sidebar-box .menu-tab-box li:hover {
  background: #fff;
  color: #ff7c43;
}
.common-sidebar-box .menu-tab-box li:hover a {
  color: #ff7c43;
}
.common-sidebar-box .menu-tab-box li.tab-active {
  background: #fff;
  border-right: none;
  color: #ff7c43;
}
.common-sidebar-box .menu-tab-box li.tab-active a {
  color: #ff7c43;
}
.swiper-container .swiper-pagination {
  text-align: right;
}
.swiper-container .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .7;
}
.swiper-container .swiper-pagination-bullet-active {
  background-color: #007aff;
  opacity: .9;
}
.swiper-container .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 100%;
  text-align: right;
}
.swiper-container .swiper-pagination-switch {
  display: inline-block;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  opacity: .7;
  cursor: pointer;
}
.swiper-container .swiper-active-switch {
  background-color: #007aff;
  opacity: .9;
}
/* Pagination */
.pagination-section {
  text-align: center;
}
.common-ui-pagination {
  display: inline-block;
  overflow: hidden;
  zoom: 1;
}
.common-ui-pagination .page-per {
  float: left;
  height: 36px;
  line-height: 36px;
}
.common-ui-pagination .page-skip {
  float: right;
  height: 36px;
  line-height: 36px;
  margin-left: 15px;
}
.common-ui-pagination .page-skip .page-skip-input {
  width: 60px;
  margin: 0 5px;
  height: 30px;
  display: inline-block;
}
.common-ui-pagination .page-skip .page-skip-btn {
  margin-left: 5px;
  height: 30px;
  padding: 2px 8px;
}
.common-ui-pagination .page-list {
  float: right;
}
.common-ui-pagination .page-msg {
  float: right;
  height: 36px;
  line-height: 36px;
}
.common-ui-pagination .pagination {
  margin: 0 0 0 10px;
  overflow: hidden;
  zoom: 1;
  *margin: 0;
}
.common-ui-pagination .pagination .page-item {
  display: inline-block;
  list-style: none;
  cursor: pointer;
}
.common-ui-pagination .pagination .page-active a {
  cursor: default;
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
/*Notify*/
.notify-container {
  position: fixed;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-style: solid;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.6);
  width: 320px;
  z-index: 100001;
}
.notify-top-right,
.notify-top-left,
.notify-top-center {
  top: 0px;
  border-width: 0 3px 3px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
}
.notify-bottom-right,
.notify-bottom-left,
.notify-bottom-center {
  bottom: -2px;
  border-width: 3px 3px 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
}
.notify-top-right,
.notify-bottom-right {
  right: 20px;
}
.notify-top-left,
.notify-bottom-left {
  left: 20px;
}
.notify-top-center,
.notify-bottom-center {
  left: 50%;
  margin-left: -160px;
}
.notify-item {
  position: relative;
  display: none;
  height: auto !important;
  color: #555;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 15px 20px;
}
.notify-item.notify-error {
  color: #c62626;
}
.notify-item.notify-success {
  color: #7fae00;
}
.notify-item.notify-info {
  color: #00a6fc;
}
.notify-item.notify-warning {
  color: #f0ad4e;
}
.notify-close {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.notify-close:hover,
.notify-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
.notify-message {
  padding-right: 20px;
  padding-left: 14px;
  text-align: center;
  font-weight: 700;
}
.notify-top-right .notify-item,
.notify-top-left .notify-item,
.notify-top-center .notify-item {
  border-top: 1px solid #eee;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.notify-bottom-right .notify-item,
.notify-bottom-left .notify-item,
.notify-bottom-center .notify-item {
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.notify-top-right .notify-item:last-child,
.notify-top-left .notify-item:last-child,
.notify-top-center .notify-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
}
.notify-bottom-right .notify-item:first-child,
.notify-bottom-left .notify-item:first-child,
.notify-bottom-center .notify-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
}
.form-horizontal .form-group {
  position: relative;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
.form-horizontal .group-inline {
  display: block;
}
.form-horizontal .group-inline .form-group {
  display: inline-block;
}
.form-horizontal .form-submit {
  margin-top: 35px;
  text-align: center;
}
.form-horizontal .form-submit .btn {
  margin-right: 35px;
}
.form-horizontal .form-group .control-label {
  float: left;
  width: 100px;
}
.form-horizontal .required > .control-label:before {
  content: "*";
  margin-right: 10px;
  font-family: '微软雅黑', 'Microsoft YaHei', 'Open Sans', 'sans-serif';
  color: #ff0000;
  font-size: 14px;
}
.form-horizontal .form-group .control-input {
  position: relative;
  margin-left: 110px;
}
.form-horizontal .form-group .form-control {
  display: inline-block;
}
.form-horizontal .form-group input[type="radio"],
.form-horizontal .form-group input[type="checkbox"] {
  margin-top: 3px;
}
.form-horizontal .form-group .control-input .help-inline {
  color: #868686;
}
.form-horizontal .form-group .error-msg {
  position: absolute;
  left: 160px;
  font-size: 12px;
}
.form-horizontal .form-group.has-error .form-control,
.form-horizontal .form-group.has-error .error-msg {
  color: #ff6c3f;
}
.form-horizontal .form-group.has-success .form-control,
.form-horizontal .form-group.has-success .error-msg {
  color: #3c763d;
}
.form-horizontal .mix-checkraido-text .checkbox-inline,
.radio-inline {
  padding-top: 0 !important;
}
.form-filter .form-group .control-input {
  position: relative;
}
.form-filter .form-group .control-input .form-input {
  width: 120px;
}
.form-filter .form-group .control-input .input-remove {
  position: absolute;
  width: 20px;
  height: 34px;
  top: 0px;
  right: 0;
  font-size: 20px;
  color: #888;
  cursor: pointer;
  text-decoration: none;
}
.form-filter .form-submit {
  text-align: left !important;
  margin-top: 0px;
  margin-left: 110px;
}
.span12 {
  width: 100% !important;
}
.span11 {
  width: 91.66666667% !important;
}
.span10 {
  width: 83.33333333% !important;
}
.span9 {
  width: 75% !important;
}
.span8 {
  width: 66.66666667% !important;
}
.span7 {
  width: 58.33333333% !important;
}
.span6 {
  width: 50% !important;
}
.span5 {
  width: 41.66666667% !important;
}
.span4 {
  width: 33.33333333% !important;
}
.span3 {
  width: 25% !important;
}
.span2 {
  width: 16.66666667% !important;
}
.span1 {
  width: 8.33333333% !important;
}
.table {
  margin-top: 15px;
  border: 1px solid #ddd;
}
.table thead th {
  background-color: #fff1e5 !important;
}
.table > thead > tr > th {
  border-bottom: 1px solid #ddd;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.table > tbody > tr > td.action .btn {
  margin-right: 5px;
  margin-bottom: 5px;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-striped tbody tr:nth-child(2n) td,
.table-striped tbody tr:nth-child(2n) th {
  background: #fff;
}
.table-bordered {
  border: 1px solid #ddd;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/*
.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}

.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0
}

.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}
*/
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
.section-title {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
}
.section-title h3 {
  margin: 0;
  font-size: 20px;
  border-left: 5px solid #ff6c3f;
  padding-left: 12px;
}
.panel {
  border-radius: 0;
}
.panel .panel-heading {
  padding: 7px 15px;
}
.panel .panel-heading .p-title {
  color: #ff6c3f;
}
.common-crumb-section {
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.common-crumb-section .time-box {
  margin-right: 20px;
  display: inline-block;
}
.common-crumb-section .time-box .glyphicon {
  color: #ccc;
}
.common-crumb-section .crumb-box {
  display: inline-block;
}
.common-crumb-section .crumb-box li {
  display: inline-block;
}
.common-crumb-section .crumb-box li:last-child a {
  cursor: default;
  color: #a9a9a9;
}
.common-crumb-section .crumb-box li:last-child a:hover {
  color: #a9a9a9;
}
.common-col-left {
  width: 650px;
}
.common-col-right {
  width: 320px;
}
.common-upload-section .uploadForm {
  margin-top: 10px;
}
.common-upload-section .uploadForm .uploadFile {
  width: 75px;
  margin-right: 25px;
  display: inline-block;
}
.common-upload-section .uploadForm .btn-img-upload {
  margin-right: 10px;
}
.common-upload-section .img-container {
  width: 100%;
  min-height: 150px;
  margin-top: 15px;
}
.common-upload-section .img-container .img-item {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid silver;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
.common-upload-section .img-container .img-item .img-del {
  position: absolute;
  right: -9px;
  top: -9px;
  background: url(images/mine/img_delete.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.common-upload-section .img-container .img-item img {
  width: 100%;
  height: 100%;
  border: 0;
}
.common-upload-section .img-container .no-img .img-del {
  display: none;
}
.common-single-upload-section .uploadForm {
  margin-top: 10px;
}
.common-single-upload-section .uploadForm .uploadFile {
  width: 75px;
  margin-right: 25px;
  display: inline-block;
}
.common-single-upload-section .uploadForm .btn-img-upload {
  margin-right: 10px;
}
.common-single-upload-section .img-container {
  width: 150px;
  min-height: 150px;
  border: 1px solid silver;
  margin-top: 15px;
}
.common-single-upload-section .img-container img {
  width: 100%;
  height: auto;
}
.carousel-control {
  line-height: 25px;
}
.fa-angle-left:before {
  font-size: 35px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.fa-angle-right:before {
  font-size: 35px;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.star-slide-banner {
  background-color: #000;
}
.star-slide-banner .carousel-indicators {
  width: 100%;
  margin: 0 auto;
  left: auto;
  right: auto;
  text-align: center;
}
.star-slide-banner .carousel-indicators li {
  background: #535353;
  border: none;
}
.star-slide-banner .carousel-indicators li.active {
  box-shadow: 0 0 0 2px #7ec847;
  border-color: #7ec847;
}
.star-slide-banner .carousel-indicators .active:before {
  background-color: #7ec847;
  left: 0;
  top: 0;
}
.star-slide-banner .carousel-inner > .item {
  min-height: 430px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.star-slide-banner .slide-text {
  max-width: 1100px;
  padding: 40px 0;
  left: 5%;
  right: 5%;
}
.star-slide-banner .slide-text > h1 {
  display: block;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 20px;
}
.star-slide-banner .slide-text p {
  font-size: 20px;
}
.star-slide-banner a.btn-primary {
  background-color: #7ec847;
  font-size: 16px;
  padding: 15px 20px;
  margin-left: 0;
}
.star-slide-banner a.btn-primary span {
  font-size: 14px;
}
.star-slide-banner a.btn-primary:hover {
  background-color: #688f4c;
}
.swiper-container .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 100%;
  text-align: center;
}
.swiper-container .swiper-pagination-switch {
  display: inline-block;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  opacity: .7;
  cursor: pointer;
}
.swiper-container .swiper-active-switch {
  background-color: #007aff;
  opacity: .9;
}
.modal-content {
  margin-top: 100px;
}
