/*!
前端的一些样式
 * -------------------------- */


/* layui */


.site-h1 {
  margin-bottom: 10px;
  line-height: 60px;
  padding-bottom: 10px;
  color: #393D49;
  border-bottom: 1px solid #eee;
  font-size: 28px;
  font-weight: 300;
}




.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}


/* 容器 */


.layui-fluid-banner-img {
  position: relative;
  margin-top: 60px;
  /* margin: 0 auto; */
  padding: 0px;
}


.layui-fluid-min-height {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  min-height: 95%;
  /* max-height :100% */
}

.layui-layout-admin .layui-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* background-color: #1e9fff !important; */
  background-color: #fff !important;

  box-shadow: 0px 0px 6px 0px #5a5959
}



/* 文章资讯 */
.article_class_name {
  position: absolute;
  top: 40%;
  left: 45%;
  font-size: 26px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 6px;
}

.article_class_nva {
  color: #000;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
}

.article_title {
  color: #464646;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}

.article_des {
  color: #6a6a6a;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.article_time {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}

.article_read {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}

.article_img {
  width: 220px;
  height: 150px;
}

/* 文章详情页 */

.article_content_title {
  margin: 0;
  /* margin-bottom: 5px; */
  margin-top: 10px;
  font-size: 17px;
}

.article_content_create_time {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f2f5;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}

.article_content_name {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f2f5;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
  margin-left: 10px;
}

.article_content_read {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f2f5;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
  margin-left: 10px;
}

.article_content {
  /* background: #fff; */
  /* width: 100%; */
  /* max-width: 100%; */
  /* max-width: 100%; */
  /* height: auto; */
  line-height: 1.4;
  min-height: 700px;
  /* height: 700px; */
  /* font-size: 18px; */
  /* line-height: 1.8; */
  /* color: #222; */
  word-wrap: break-word;
  /* display: flex;  */
  max-width: 100%;
  /* overflow: hidden; */
}

.article_content img {
  /* background: #fff; */
  /* width: 100%; */
  /* max-width: 100%; */
  /* max-width: 100%; */
  height: auto;
  /* font-size: 18px; */
  /* line-height: 1.8; */
  /* color: #222; */
  /* word-wrap: break-word; */
  /* display: flex;  */
  max-width: 100%;
  /* overflow: hidden; */
}



/* .article_content p {
  max-width: 100%;
  overflow: hidden;
} */


/* font-family:myFirstFont;   FontAwesome */





/* 考试页面导航 */
.layui-header-exam {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #fff !important;
}

/* 结束 */

/* 题号框悬停 */
.exam-no-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 112px;
}

/* 结束 */

/* 题号按钮 */
.exam-no-btn {
  width: 50px;
  text-align: center !important;
  padding: 0;
}

/* 结束 */


/* 文字排版 */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.font-w100 {
  font-weight: 100;
}

.font-w200 {
  font-weight: 200;
}

.font-w300 {
  font-weight: 300;
}

.font-w400 {
  font-weight: 400;
}

.font-w500 {
  font-weight: 500;
}

.font-w600 {
  font-weight: 600;
}

.font-w700 {
  font-weight: 700;
}

.font-w800 {
  font-weight: 800;
}

.font-w900 {
  font-weight: 900;
}

.font-w-bold {
  font-weight: bold;
}




/* 结束 */


/* tab选项卡 选中时的颜色  */
.layui-tab-brief>.layui-tab-title .layui-this {
  border-bottom: #1e9fff;
}

.layui-tab-brief>.layui-tab-title .layui-this {
  color: #1e9fff;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #1e9fff;
}

/* btn按钮 */
.layui-btn-disabled-warm,
.layui-btn-disabled-warm:active,
.layui-btn-disabled-warm:hover {
  border-color: #eee !important;
  background-color: #ffe08e !important;
  color: #bfacac !important;
  cursor: not-allowed !important;
  opacity: 1
}

/* radio按钮颜色 */
.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
  color: #1e9fff;
}


/* 面板颜色 */
/* 新增一些背景颜色 */
.layui-bg-white {
  background-color: #fff !important;
}

.layui-bg-gray1 {
  background-color: #eeeeee !important;
}

.layui-bg-gray2 {
  background-color: #e2e2e2 !important;
}

.layui-bg-gray3 {
  background-color: #dddddd !important;
}

.layui-bg-gray4 {
  background-color: #d2d2d2 !important;
}

.layui-bg-gray5 {
  background-color: #cccccc !important;
}

.layui-bg-gray6 {
  background-color: #c2c2c2 !important;
}

.layui-bg-blue-header-top {
  background-color: #fff;
  color: #474747
}



/* 引用块 */
/* 蓝色 */
.layui-elem-quote {
  margin-bottom: 10px;
  padding: 15px;
  line-height: 1.6;
  border-left: 5px solid #1e9fff;
  border-radius: 0 2px 2px 0;
  background-color: #fafafa;
}

/* 黑色 */
.layui-elem-quote-black {
  margin-bottom: 10px;
  padding: 15px;
  line-height: 1.6;
  border-left: 5px solid #000;
  border-radius: 0 2px 2px 0;
  background-color: #fafafa;
}

/* 顶部导航颜色 */
.layui-nav .layui-this:after,
.layui-nav-bar {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 5px;
  background-color: #5fb878;
  background-color: #1e9fff !important;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  pointer-events: none;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
  color: #000 !important
}

.layui-nav .layui-nav-item a {
  display: block;
  padding: 0 20px;
  color: #000 !important;
  color: rgba(255, 255, 255, .7);
  transition: all .3s;
  -webkit-transition: all .3s
}



/* 左侧导航 选中 颜色 */
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:active,
.layui-nav-tree .layui-this>a:hover {
  /* background-color: #009688; */
  background-color: #1e9fff !important;
  color: #fff;
}


/* 分页按钮颜色 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  background-color: #009688;
  background-color: #1e9fff !important;
}

/* 分页数字悬停颜色*/
.layui-laypage a:hover {
  /* color: #009688; */
  color: #1e9fff;
  /* color: #1e9fff !important; */
}

/* 分页输入框*/
.layui-laypage input:focus,
.layui-laypage select:focus {
  /* border-color: #009688 !important; */
  border-color: #1e9fff !important;
}


/* 下拉框 */
.layui-form-select dl dd.layui-this {
  /* background-color: #5fb878; */
  background-color: #1e9fff;
  color: #fff;
}

.layui-form-select dl dd:hover {
  background-color: #edf2ff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* 复选框 */
.layui-form-checked span {
  /* background-color: #5fb878; */
  background-color: #1e9fff;
}

.layui-form-checked i,
.layui-form-checked:hover i {
  /* color: #5fb878; */
  color: #1e9fff;
}


.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #1e9fff !important;
  color: #fff;
}

.layui-form-checked[lay-skin=primary] i {
  border-color: #1e9fff !important;
  background-color: #1e9fff !important;
  color: #fff;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #1e9fff !important;
  color: #fff;
}



/* 单选框 */
.layui-form-onswitch {
  border-color: #1e9fff;
  background-color: #1e9fff;
}

/* 蟹脚导航文字悬停 */
.layui-breadcrumb a:hover {
  /* color: #5FB878 !important; */
  color: #1e9fff !important;
}


/* 登录注册 */
/* 顶部导航边框 */
.layui-layout-admin .layui-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  /* color: #009688; */
  color: #474747;
  font-size: 16px;
  box-shadow: 0 0 0 0 rgb(0 0 0 / 15%);
  /* box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%); */
}


.layui-login {
  position: relative;
  z-index: 1000;
  height: 60px;
}

.layui-login-body {
  overflow-x: hidden
}

.layui-login-admin .layui-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #23262e
}

.layui-login-admin .layui-side {
  top: 60px;
  width: 200px;
  overflow-x: hidden
}

.layui-login-admin .layui-body {
  position: absolute;
  top: 60px;
  padding-bottom: 44px
}

.layui-login-admin .layui-main {
  width: auto;
  margin: 0 15px
}

.layui-login-admin .layui-footer {
  position: fixed;
  left: 0px;
  /* left: 200px; */
  right: 0;
  bottom: 0;
  z-index: 990;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  box-shadow: -1px 0 4px rgb(0 0 0 / 12%);
  background-color: #fafafa
}

.layui-login-admin .layui-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  color: #009688;
  font-size: 16px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%)
}

.layui-login-admin .layui-header .layui-nav {
  background: 0 0
}

.layui-login-left {
  position: absolute !important;
  left: 200px;
  top: 0
}

.layui-login-right {
  position: absolute !important;
  right: 60px;
  top: 18px
}

.layui-login-right a {
  color: #fafafa;
  font-size: 16px;
  /* margin-top: 10px; */
}



.layui-layout-login .layui-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #23262e
}

.layui-layout-login .layui-side {
  top: 60px;
  width: 200px;
  overflow-x: hidden
}

.layui-layout-login .layui-body {
  position: absolute;
  top: 60px;
  padding-bottom: 44px
}

.layui-layout-login .layui-main {
  width: auto;
  margin: 0 15px
}

.layui-layout-login .layui-footer {
  position: fixed;
  left: 0px;
  /* left: 200px; */
  right: 0;
  bottom: 0;
  z-index: 990;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  box-shadow: -1px 0 4px rgb(0 0 0 / 12%);
  background-color: #fafafa
}

.layui-layout-login .layui-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  color: #009688;
  font-size: 16px;
  /* box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%) */
}

.layui-layout-login .layui-header .layui-nav {
  background: 0 0
}






/* 各种边距 */
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 5rem !important;
}

.m-8 {
  margin: 7rem !important;
}

.mt-8,
.my-8 {
  margin-top: 7rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 7rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 7rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 7rem !important;
}

.m-9 {
  margin: 8rem !important;
}

.mt-9,
.my-9 {
  margin-top: 8rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 8rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 8rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 8rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.mt-10,
.my-10 {
  margin-top: 10rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 10rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 10rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 5rem !important;
}

.p-8 {
  padding: 7rem !important;
}

.pt-8,
.py-8 {
  padding-top: 7rem !important;
}

.pr-8,
.px-8 {
  padding-right: 7rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 7rem !important;
}

.pl-8,
.px-8 {
  padding-left: 7rem !important;
}

.p-9 {
  padding: 8rem !important;
}

.pt-9,
.py-9 {
  padding-top: 8rem !important;
}

.pr-9,
.px-9 {
  padding-right: 8rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 8rem !important;
}

.pl-9,
.px-9 {
  padding-left: 8rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.pt-10,
.py-10 {
  padding-top: 10rem !important;
}

.pr-10,
.px-10 {
  padding-right: 10rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10rem !important;
}

.pl-10,
.px-10 {
  padding-left: 10rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}




/* 新增  layui-container  兼容大屏 */
/* @media screen and (min-width:1650px) {
  .layui-container {
    width: 1800px
  }

  .layui-hide-lg {
    display: none !important
  }

  .layui-show-lg-block {
    display: block !important
  }

  .layui-show-lg-inline {
    display: inline !important
  }

  .layui-show-lg-inline-block {
    display: inline-block !important
  }

  .layui-col-lg1,
  .layui-col-lg10,
  .layui-col-lg11,
  .layui-col-lg12,
  .layui-col-lg2,
  .layui-col-lg3,
  .layui-col-lg4,
  .layui-col-lg5,
  .layui-col-lg6,
  .layui-col-lg7,
  .layui-col-lg8,
  .layui-col-lg9 {
    float: left
  }

  .layui-col-lg1 {
    width: 8.33333333%
  }

  .layui-col-lg2 {
    width: 16.66666667%
  }

  .layui-col-lg3 {
    width: 25%
  }

  .layui-col-lg4 {
    width: 33.33333333%
  }

  .layui-col-lg5 {
    width: 41.66666667%
  }

  .layui-col-lg6 {
    width: 50%
  }

  .layui-col-lg7 {
    width: 58.33333333%
  }

  .layui-col-lg8 {
    width: 66.66666667%
  }

  .layui-col-lg9 {
    width: 75%
  }

  .layui-col-lg10 {
    width: 83.33333333%
  }

  .layui-col-lg11 {
    width: 91.66666667%
  }

  .layui-col-lg12 {
    width: 100%
  }

  .layui-col-lg-offset1 {
    margin-left: 8.33333333%
  }

  .layui-col-lg-offset2 {
    margin-left: 16.66666667%
  }

  .layui-col-lg-offset3 {
    margin-left: 25%
  }

  .layui-col-lg-offset4 {
    margin-left: 33.33333333%
  }

  .layui-col-lg-offset5 {
    margin-left: 41.66666667%
  }

  .layui-col-lg-offset6 {
    margin-left: 50%
  }

  .layui-col-lg-offset7 {
    margin-left: 58.33333333%
  }

  .layui-col-lg-offset8 {
    margin-left: 66.66666667%
  }

  .layui-col-lg-offset9 {
    margin-left: 75%
  }

  .layui-col-lg-offset10 {
    margin-left: 83.33333333%
  }

  .layui-col-lg-offset11 {
    margin-left: 91.66666667%
  }

  .layui-col-lg-offset12 {
    margin-left: 100%
  }
} */

/* 结束 */

/* footer */
.footer {
  margin-top: 6%;
  font-size: 16px;
  background: #fff;
  /* padding: 0.5em 0; */
  color: rgba(0, 0, 0, 0.5);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.ftco-footer .ftco-footer-widget h2 {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.4);
}

.d-block {
  display: block !important;
}

/* 结束 */