body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
  /* font-family: SimSun, Arial, "Arial Narrow", HELVETICA; */
}
/* @media (max-width: 1440px) {
  body {
      font-family: SimSun, Arial, "Arial Narrow", HELVETICA;
  }
} */
html {
  font-size: 14px;
  color: #333;
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.no-padding {
  padding: 0px !important;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.pr-5 {
  padding-right: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container-box {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.df-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* font */

.title-logo {
  color: #0058aa;
  font-size: 60px;
  font-weight: 700;
}
.bold { font-weight: bold; }
.l-blue { color: #0075e1; }
.blue { color: #1579d7; }
.red { color: #F56C6C; }
.gray { color: #999; }
.l-black { color: #666; }
.black { color: #333; }

.fs-12 { font-size: 12px; }
.fs-14 { font-size: 14px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }


.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }

.text-center { text-align: center; }

.like-a { cursor: pointer; }

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


/* 左侧菜单 */

.left-menu .sub-menu {
  display: none;
}
.left-menu .sub-menu li a{
  padding-left: 40px;
  background-color: #f8f8f8;
}
.left-menu li a {
  height: 50px;
  line-height: 50px;
  background-color: #eee;
  padding: 0 20px;
  font-size: 16px;
  align-items: center;
  color: #0075e1;
  border-bottom: 1px solid #DDDDDD;
}
.left-menu li.active a,
.left-menu li a:hover {
  background-color: #1579d7;
}
.left-menu li.active a,
.left-menu li a:hover {
  color: #fff;
}


.my-card {
  border-radius: 4px;
  border: 1px solid #e6ebf5;
  background-color: #fff;
  overflow: hidden;
  padding: 20px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  position: relative;
}

/* 通用header */
.general-header {
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #cae0f3;
}
.general-header .title {
  display: inline-block;
  border-bottom: 3px solid #1579d7;
  color: #0075e1;
  padding-bottom: 10px;
}

.tab-detail {
  display: none;
}
.tab-active {
  display: block!important;
}
.tab-detail li {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.tab-detail li a {
  transition: transform .3s linear;
}
.tab-detail li a .fa {
  color: #1579d7;
  margin-right: 10px;
}
.tab-detail li:hover a {
  transform: translateX(10px);
  color: #1579d7;
}
.tab-detail li .detail-title {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 120px);
}

.swiper-img {
  width: 100%;
  height: 100%;
  display: block;
}
.swiper-p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0,0,0,.5);
  color: #fff;position: absolute;
  bottom: 0;
  text-align: center;
}


.section {
  margin-bottom: 30px;
  overflow: hidden;
}


.df-box.tabbar {
  justify-content: start;
}
.tabbar.with-icon {
  border-bottom: none;
}
.tabbar.with-icon li {
  display: flex;
  padding-bottom: 0;
  border-bottom: none;
}
.tabbar.with-icon li img {
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.tabbar.with-icon li a {
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
}
.tabbar.with-icon li.active a {
  border-color: #1579d7;
}
.tabbar.with-icon li .fa {
  margin-right: 10px;
}
.tabbar {
  font-weight: bold;
  border-bottom: 1px solid #cae0f3;
  margin-bottom: 10px;
}
.tabbar li {
  margin-right: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
}
.tabbar li.active {
  border-color: #1579d7;
  color: #0075e1;
}
.tabbar li {
  text-align: center;
}

.no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-container:hover .arrow {
  visibility: visible;
}
.swiper-container .arrow {
  position: absolute;
  z-index: 999;
  top: 50%;
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #1579d7;
  font-size: 60px;
  margin-top: -25px;
  cursor: pointer;
  text-align: center;
  visibility: hidden;
  background-color: rgba(255, 255, 255, .6);
}

.swiper-container .arrow-left {
  left: 10px;
}
.swiper-container .arrow-right {
  right: 10px;
}

.pagination {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.pagination .btns a {
  display: inline-block;
  padding: 10px;
  margin: 0 5px;
  color: #0075e1;
  background-color: #eee;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 1px #ccc;
  border-radius: 3px;
  transition: background-color .3s ease-in-out;
}
.pagination .btns a:hover {
  background-color: #0075e1;
  color: #eee;
}
