.index-wrapper {
  padding: 20px;
}
.index-wrapper .notice {
  cursor: pointer;
  padding: 6px;
  display: flex;
}
.index-wrapper .notice .layui-btn {
  margin-right: 10px;
}
.index-wrapper .notice .layui-carousel {
  height: 37px!important;
  line-height: 37px;
  background-color: #fff;
	position:relative; 
	overflow:hidden; 
	width:100%; 
}
#Lay-homePage-index-msgOne {
  /* background-color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  overflow: hidden; */
  position:absolute; 
  width:max-content;
	left:0; 
	top:1.3px; 
	white-space:nowrap; 
	color: #333;
}
.index-wrapper .notice .layui-carousel > [carousel-item]::before {
  content: '';
}
.index-wrapper .notice .detail {
  flex-shrink: 0;
  align-self: center;
  margin-left: 10px;
  color: #2C6DD2;
  font-size: 12px;
  padding-right: 14px;
}
.index-wrapper .card-detail {
  display: flex;
  padding: 16px 15px 16px 10px;
  box-shadow: 0px 0px 10px 0px #E9F2FF;
  margin-bottom:15px;
}
.LAY-Left-Index-Wrap .layui-card{
  margin-bottom:12px;
}
.LAY-Right-Index-Wrap  .card-detail:last-child{
  margin-bottom:0px;
}
.index-wrapper .card-detail .left {
  width: 60px;
  margin-right: 15px;
  margin-left: -10px;
}
.index-wrapper .card-detail .left img {
  width: 70px;
  height: 70px;
}
.index-wrapper .card-detail .right {
  color: #333333;
  flex: 1;
}
.index-wrapper .card-detail .right .detail {
  display: flex;
  justify-content: space-between;
}
.index-wrapper .card-detail .right .detail .item {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.index-wrapper .card-detail .right .detail .item div:first-child {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.index-wrapper .card-detail .right .detail .item div:last-child {
  font-size: 12px;
  text-align: center;
  color: #666666;
}
.index-wrapper .footer {
    text-align: center;
    /* margin-top: 20px; */
    height: 50px;
    line-height: 43px;
}
.index-wrapper .footer a {
  padding: 0 40px;
  border-left: 1px solid #d7d7d7;
  color: #fff;
}
.index-wrapper .footer a:first-child {
  border-left: none;
}
.index-wrapper .function-nav .layui-card-header{
  width: 100px;
  height: 25px;
  line-height: 40px;
  padding:20px 20px 0 20px;
}
.LAY-Right-Index-Wrap .layui-card-header{
  padding:20px 20px 1px 20px;
  height: 25px;
}
.index-wrapper .function-nav .layui-card-header h2,.LAY-Right-Index-Wrap .layui-card-header h2{
  font-size: 24px;
  font-weight: bold;
  color: #114CA7;
  line-height: 25px;
  height:25px;
}
.index-wrapper .function-nav .content {
  background-color: #E9F2FF;
  display: flex;
  border-radius: 20px;
  height: 301px;
}
.index-wrapper .function-nav .content .left {
  border-radius: 20px 0 0 20px;
  background-color: #2C6DD2;
  color: #fff;
  flex: 0.1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-border-radius:;
  -moz-border-radius:;
  -ms-border-radius:;
  -o-border-radius:;
}
.index-wrapper .function-nav .content .left .item {
  cursor: pointer;
  /* padding: 20px; */
  font-size: 18px;
  width: 165px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  line-height: 75.25px;
  height: 25%;
}
.index-wrapper .function-nav .content .left .item:first-child {
  border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  -ms-border-radius: 20px 0 0 0;
  -o-border-radius: 20px 0 0 0;
}
.index-wrapper .function-nav .content .left .item.clicked,.index-wrapper .function-nav .content .left .item.clicked:hover {
  background-color: #E9F2FF;
  color: #114CA7;
  font-weight: bold;
  font-size:18px;
  border-radius: 18px 0 0 18px;
  -webkit-border-radius: 18px 0 0 18px;
  -moz-border-radius: 18px 0 0 18px;
  -ms-border-radius: 18px 0 0 18px;
  -o-border-radius: 18px 0 0 18px;
}
.index-wrapper .function-nav .content .left .item:hover{
  background-color:rgba(233,242,255,0.3);
  font-size: 18px;
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
}
.index-wrapper .function-nav .content .right {
  padding: 40px 10px 13px 40px;
  flex-wrap: wrap;
  flex: 0.9;
  align-items: center;
  display: none;
}
.index-wrapper .function-nav .content .right .item {
  padding: 5px 52px 5px 15px;
  display: flex;
  align-items: center;
  margin-right:30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(166, 170, 187, 0.1);
  border-radius: 10px;
  margin-bottom:27px;
  width:237.5px;
  height:97px;
  box-sizing: border-box;
}
.index-wrapper .function-nav .content .right .item:hover{
  border: 1px solid #417BD6;
  box-shadow: 0px 2px 10px 0px rgba(44, 109, 210, 0.3);
  border-radius: 10px;
}
.index-wrapper .function-nav .content .right .item img {
  width:58px;
  height:56px;
}
.index-wrapper .function-nav .content .right.down .item img {
  width:22px;
  height:25px;
}
.index-wrapper .function-nav .content .right .item div {
  font-size: 18px;
  margin-left: 20px;
  color:#333333;
}
.index-wrapper .function-nav .content .right.down .item {
  justify-content: center;
  padding: 0;
  width: 201px;
  margin-bottom:27px;
  margin-right:20px;
}
.index-wrapper .function-nav .content .right.down,.index-wrapper .function-nav .content .right{
  overflow-y: auto;
}
.index-wrapper .function-nav .content .right.down .item:nth-child(5n) {
  margin-right: 19px;
}
.index-wrapper .function-nav .content .right.down {
  padding: 40px 10px 13px 40px;
  margin-right:0;
}
.index-wrapper .function-nav .content .right.this-nav {
  display: flex;
}
.Lay-homePage-index-hide {
  display: none !important;
}
.loading-icon{
  font-size: 26px;
  margin:0 auto;
}
