#app .app-wrapper .main {
  background-color: #fff;
  position: relative;
}
#app .app-wrapper .main .top-box {
  background-color: #fff;
}
#app .app-wrapper .main .main-wrapper .center-box {
  margin-bottom: 30px;
}
#app .app-wrapper .main .main-wrapper .center-box .right-wrapper-box {
  margin-top: 25px;
  position: absolute;
  max-height: 762px !important;
  max-width: 300px !important;
}
#app .app-wrapper .main .main-wrapper .center-box .right-wrapper-box .news-right .img-list {
  margin: 30px 0;
}
#app .app-wrapper .main .main-wrapper .center-box .right-wrapper-box .news-right .img-list ul {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#app .app-wrapper .main .main-wrapper .center-box .right-wrapper-box .news-right .img-list ul li {
  width: 100%;
  color: #fff;
  font-size: 14px;
  background-color: #f3f6fb;
  text-align: center;
  margin-bottom: 11px;
}
#app .app-wrapper .main .main-wrapper .center-box .right-wrapper-box .news-right .img-list ul li a {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#app .app-wrapper .main .main-wrapper .center-box .right-wrapper-box .news-right .img-list ul li a img {
  width: 158px;
  height: 100px;
  padding: 14px 0px;
}
#app .app-wrapper .main .main-wrapper .center-box .right-wrapper-box .news-right .img-list ul li a span {
  font-size: 18px;
  color: #000;
  margin-left: 38px;
}
#app .app-wrapper .main .main-wrapper .center-box .right-wrapper-box .news-right .img-list a {
  display: block;
}
#app .app-wrapper .main .main-wrapper .center-box .right-wrapper-box .news-right .img-list a:nth-child(2) {
  margin: 20px 0;
}
#app .app-wrapper .main .main-wrapper .center-box .right-wrapper-box .news-right .img-list a img {
  width: 100%;
  height: 130px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row {
  background-color: #fff;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-box {
  height: 370px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-box .el-carousel {
  height: 100%;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-box .el-carousel .el-carousel__indicators {
  right: 0;
  left: unset;
  transform: translateX(0px);
  padding: 0 10px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-box .el-carousel .el-carousel__indicators .is-active .el-carousel__button {
  background-color: #f15451;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-box .el-carousel .el-carousel__indicators li button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-box .el-carousel .slide-item {
  width: 100%;
  height: 100%;
  font-size: 0;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-box .el-carousel .slide-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-box .el-carousel .slide-item a img {
  height: 100%;
  object-fit: cover;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-right {
  height: 370px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-right .right-title-bar {
  width: 100%;
  display: block;
  height: 45px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-right .right-title-bar .title {
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-weight: 600 !important;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-right .right-title-bar .title span {
  font-size: 20px;
  color: #444;
  font-weight: bold;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-right .footer-bar {
  height: 45px;
  line-height: 45px;
  text-align: right;
  border-top: 1px solid #e0e0e0;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-right .footer-bar .link-more a {
  font-size: 14px;
  font-weight: 600;
  color: #f15451;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-right .footer-bar .link-more a i {
  width: 14px;
  height: 14px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-right .news-list .news-list-item {
  height: 45px;
  line-height: 45px;
  align-items: center;
  display: flex;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-right .news-list .news-list-item a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #444;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-right .news-list .news-list-item a:hover {
  color: #e13a41;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .el-row .slide-right .news-list .news-list-item span {
  width: 100px;
  text-align: right;
  font-size: 14px;
  color: #a6a6a6;
}
#app .app-wrapper .main .main-wrapper .info-search {
  display: flex;
  min-width: 1200px;
  padding: 36px 0;
}
#app .app-wrapper .main .main-wrapper .info-search .swiper {
  position: relative;
  flex: 1;
  overflow: hidden;
  box-sizing: border-box;
}
#app .app-wrapper .main .main-wrapper .info-search .swiper div.swiper-container1 {
  overflow: hidden;
}
#app .app-wrapper .main .main-wrapper .info-search .swiper .ul .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#app .app-wrapper .main .main-wrapper .info-search .swiper .ul .item a img {
  display: block;
  margin: 0 auto;
  width: 141px;
  height: 106px;
}
#app .app-wrapper .main .main-wrapper .info-search .swiper .ul .item a span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #1a1a1a;
  text-align: center;
  padding: 10px 0 0;
  transition: all 0.3s;
}
#app .app-wrapper .main .main-wrapper .info-search .swiper .ul .item a:hover span {
  color: #98291e;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .tab-box {
  display: flex;
  flex-direction: row;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .tab-box .tab {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #dbd9d9;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .tab-box .tab .title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .tab-box .tab .title .img {
  width: 32px;
  height: 32px;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .tab-box .tab span {
  padding: 0 200px 0 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #999;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .tab-box .tab .active {
  color: #e13a41;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .tab-box .tab .active span {
  color: #e13a41;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .tab-box .tab .active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: -4px;
  height: 3px;
  background-color: #e13a41;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .news-wrap {
  padding: 0px 0 10px 0;
  height: 780px;
  overflow-y: auto;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .news-wrap h2 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
  line-height: 1.5em;
  border-bottom: 1px solid #eee;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .news-wrap h2 a {
  color: rgba(0,0,0,0.65);
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .news-wrap h2 a:hover {
  color: #e13a41;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .news-wrap .news-list .news-list-item {
  height: 50px;
  line-height: 45px;
  align-items: center;
  display: flex;
  padding-top: 15px;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .news-wrap .news-list .news-list-item a {
  width: 100%;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .news-wrap .news-list .news-list-item a:hover {
  color: #e13a41;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .news-wrap .news-list p {
  font-size: 15px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 15px;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .news-wrap .news-list .tag-time-box {
  display: flex;
  justify-content: space-between;
  vertical-align: center;
  border-bottom: 1px dashed #999;
  padding: 10px 0 25px 0;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .news-wrap .news-list .tag-time-box .news-tag {
  width: 80px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #e13a41;
  text-align: center;
  color: #e13a41;
  font-size: 12px;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper .tab-news .news-wrap .news-list .tag-time-box .item-date {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #a6a6a6;
  padding-right: 30px;
}
#app .app-wrapper .main .main-wrapper .news-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
}
#app .app-wrapper .main .main-wrapper .news-wrapper .el-row {
  width: 100%;
}
#app .app-wrapper .main .main-wrapper .news-wrapper .el-row .news-list .news-list-item {
  height: 45px;
  line-height: 45px;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #ddd;
}
#app .app-wrapper .main .main-wrapper .news-wrapper .el-row .news-list .news-list-item a {
  width: 100%;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#app .app-wrapper .main .main-wrapper .news-wrapper .el-row .news-list .news-list-item a:hover {
  color: #e13a41;
}
#app .app-wrapper .main .main-wrapper .news-wrapper .el-row .news-list span {
  width: 100px;
  text-align: right;
  color: #999;
}
#app .app-wrapper .main .main-wrapper .news-wrapper .el-row .tab-item-box {
  margin-top: 25px;
}
#app .app-wrapper .main .main-wrapper .news-wrapper .el-row .tab-item-box .el-col .tab-item {
  height: 280px;
}
#app .app-wrapper .main .main-wrapper .news-wrapper .el-row .tab-item-box .el-col .tab-item .tab {
  height: 100%;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  background-color: #eee;
}
#app .app-wrapper .main .main-wrapper .news-wrapper .el-row .tab-item-box .el-col .tab-item .tab span {
  flex: 1;
  display: inline-block;
  height: 100%;
  writing-mode: vertical-lr; /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr; /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  text-align: center;
  font-size: 16px;
  padding: 12px 12px;
  cursor: pointer;
  transition: 0.35s;
  background-color: #e9e8e8;
  color: #222;
}
#app .app-wrapper .main .main-wrapper .news-wrapper .el-row .tab-item-box .el-col .tab-item .tab .active {
  background-color: #e13a41;
  color: #fff;
}
#app .app-wrapper .main .main-wrapper .news-wrapper .el-row .concat-container {
  text-align: center;
  margin-top: 50px;
}
#app .app-wrapper .main .main-wrapper .news-wrapper .el-row .concat-container img {
  width: 105px;
  height: 105px;
  margin-bottom: 40px;
}
#app .app-wrapper .main .main-wrapper .news-wrapper .el-row .concat-container .concat-text {
  color: #999;
}
#app .app-wrapper .main .main-wrapper .xinyong-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
#app .app-wrapper .main .main-wrapper .xinyong-wrapper .xinyong-link {
  width: 100%;
}
#app .app-wrapper .main .main-wrapper .xinyong-wrapper .xinyong-item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  width: 100%;
}
#app .app-wrapper .main .main-wrapper .xinyong-wrapper .xinyong-item-list .xinyong-item {
  position: relative;
  display: flex;
}
#app .app-wrapper .main .main-wrapper .xinyong-wrapper .xinyong-item-list .xinyong-item .el-dropdown {
  width: 224px;
  color: rgba(0,0,0,0.85);
  background-color: #eee;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  position: relative;
}
#app .app-wrapper .main .main-wrapper .xinyong-wrapper .xinyong-item-list .xinyong-item .el-dropdown .drop {
  box-sizing: border-box;
  width: 224px;
  padding: 0 24px;
  position: relative;
}
#app .app-wrapper .main .main-wrapper .xinyong-wrapper .xinyong-item-list .xinyong-item .el-dropdown .drop i {
  position: absolute;
  right: 25px;
  height: 40px;
  line-height: 40px;
}
#app .app-wrapper .main .main-wrapper .xinyong-wrapper .xinyong-item-list .xinyong-item a {
  flex: 1;
  box-sizing: border-box;
  width: 224px;
  color: #000;
  background-size: 10% 60%;
  padding-left: 50px;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
}
#app .app-wrapper .main .bottom-wrapper {
  background: #efefef;
}
#app .app-wrapper .main .bottom-wrapper .content {
  width: 1200px;
  margin: 20px auto 0;
  padding: 20px 0;
}
#app .app-wrapper .main .bottom-wrapper .content h2 {
  padding: 10px 0;
  font-size: 16px;
}
#app .app-wrapper .main .bottom-wrapper .content ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}
#app .app-wrapper .main .bottom-wrapper .content ul li {
  width: 170px;
  line-height: 30px;
}
#app .app-wrapper .main .bottom-wrapper .content ul li:hover a {
  color: #ac3e2f;
}
#app .app-wrapper .main .bottom-wrapper .content ul li a {
  color: #3c3c3c;
}
.title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #d9d9d9;
}
.title-bar .title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0;
  height: 33px;
}
.title-bar .title img {
  width: 32px;
}
.title-bar .title span {
  padding: 0 12px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.title-bar .title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: -4px;
  height: 3px;
  background-color: #e22323;
}
.title-bar a {
  color: rgba(0,0,0,0.65);
  line-height: 35px;
}
.title-bar a:hover {
  color: #e22323;
}
.button-next,
.button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 44px;
  line-height: 44px;
  margin-top: -22px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  font-size: 30px;
  outline: none;
}
.button-prev {
  left: 0;
}
.button-next {
  right: 0;
}
.top-news {
  position: relative;
  width: 100%;
  background-color: #fff;
  height: 350px;
  overflow: hidden;
}
.top-news .tab {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.top-news .tab span {
  width: 33.33%;
  text-align: center;
  font-size: 15px;
  padding: 12px 0;
  cursor: pointer;
  transition: 0.35s;
  background-color: #eee;
  color: #222;
}
.top-news .tab span.active {
  color: #fff;
  position: relative;
  background-color: #e22323;
}
.top-news .tab span.active::after {
  box-sizing: border-box;
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-bottom: -17px;
  transform: translateX(-50%);
  border: solid transparent;
  height: 10px;
  width: 10px;
  border-top-color: #e22323;
  border-width: 10px;
  pointer-events: none;
}
.top-news .news-wrap {
  padding-top: 20px;
}
.top-news .news-wrap a {
  color: #000;
}
.top-news .news-wrap a:hover {
  color: #e22323;
}
.top-news .news-wrap .top {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 12px;
  line-height: 1.5em;
  border-bottom: 1px solid #eee;
}
.top-news .news-wrap .top a {
  font-weight: bold;
}
.top-news .news-wrap .top .more {
  font-size: 14px;
  position: absolute;
  padding-top: 5px;
  right: 0;
}
.top-news .news-wrap .top .more a {
  color: #c4c4c4;
}
.top-news .news-wrap .news-list-item {
  display: flex;
  align-items: center;
  line-height: 37px;
  height: 37px;
  font-size: 16px;
}
.top-news .news-wrap .news-list-item a {
  width: 100%;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.top-news .news-wrap .news-list-item span {
  width: 100px;
  text-align: right;
  color: #666;
}
.banner-one {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.banner-one img {
  width: 100%;
  height: 100%;
}
.banner-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  height: 100px;
}
.banner-two img {
  height: 100px;
}
.left-wrapper-box-two {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.left-wrapper-box-two .news-wrapper .news-left .title-bar {
  position: relative;
}
.left-wrapper-box-two .news-wrapper .news-left .title-bar .title1 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.left-wrapper-box-two .news-wrapper .news-left .title-bar .title1 span {
  font-size: 18px;
  position: relative;
  bottom: 0;
  line-height: 38px;
}
.left-wrapper-box-two .news-wrapper .news-left .title-bar .active {
  border-bottom: 3px solid #e22323;
}
.left-wrapper-box-two .news-wrapper .news-left .title-bar .active span {
  font-weight: bold;
}
.left-wrapper-box-three .news-wrapper .service-xy {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.left-wrapper-box-three .news-wrapper .service-xy .service-xy-one {
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px 0px;
}
.left-wrapper-box-three .news-wrapper .service-xy .service-xy-one a {
  display: inline-flex;
  color: #000;
}
.left-wrapper-box-three .news-wrapper .service-xy .service-xy-one a img {
  width: 95%;
  height: 100px;
}
.left-wrapper-box-three .news-wrapper .service-xy .service-xy-one a .title {
  width: 150px;
  height: 96px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.left-wrapper-box-three .news-wrapper .service-xy .service-xy-one a .title span {
  color: #999;
}
.dept-ranking .head {
  margin-top: 5px;
  font-size: 0;
  border-bottom: 1px solid #eee;
  background-color: #f3f6fb;
}
.dept-ranking .head span {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  width: 50%;
}
.dept-ranking .list {
  height: 210px;
  overflow: hidden;
}
.dept-ranking .list li:nth-child(odd) {
  background-color: #f3f6fb;
}
.dept-ranking .list li span {
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  width: 50%;
}
.xinyong-wrapper .xinyong-link .xinyong-item-list .xinyong-item .left-side {
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xinyong-wrapper .xinyong-link .xinyong-item-list .xinyong-item .left-side img {
  width: 42px;
  height: 42px;
}
.xinyong-wrapper .xinyong-link .xinyong-item-list .xinyong-item .left-side p {
  width: 150px;
}
.xinyong-wrapper .xinyong-link .xinyong-item-list .xinyong-item .left-side p a {
  font-size: 16px;
  padding-left: 20px !important;
}
.xinyong-wrapper .xinyong-link .xinyong-item-list .xinyong-item .right-side ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.top-wrapper .hot-new {
  width: 1200px;
  height: 150px;
  background-color: #f7f8fc;
  margin: 0 auto;
}
.top-wrapper .hot-new a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-wrapper .hot-new a p {
  color: #e13a41;
  font-size: 32px;
  font-weight: bold;
}
.top-wrapper .hot-new a .small-text {
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
}
.news-wrappers {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f3f6fb;
  margin-top: 25px;
  padding: 20px 0px;
}
.news-wrappers .el-row {
  width: 100%;
}
.news-wrappers .el-row .service-block {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-wrappers .el-row .service-block li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news-wrappers .el-row .service-block li img {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 100px;
  border-radius: 5px;
}
.news-wrappers .el-row .service-block li p {
  color: #000;
  padding-top: 10px;
  text-align: center;
}
.news-wrapper-two .news-left .title-bar .title,
.news-wrapper-two .news-right .title-bar .title {
  background-color: #e12422;
  padding: 2px 10px;
}
.news-wrapper-two .news-left .title-bar .title span,
.news-wrapper-two .news-right .title-bar .title span {
  color: #fff;
  font-weight: normal;
}
.news-wrapper-two .news-left .title-bar .title::after,
.news-wrapper-two .news-right .title-bar .title::after {
  display: none;
}
.news-wrapper-two .news-left .news-list .news-list-item,
.news-wrapper-two .news-right .news-list .news-list-item {
  padding: 0px 2px;
  border-bottom: none !important;
}
#app .right-fixed {
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  right: 30px;
  bottom: 50px;
  box-shadow: 0 0 3px 1px #d4d2d2;
}
#app .right-fixed li {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #cacaca;
  margin-bottom: 1px;
  cursor: pointer;
}
#app .right-fixed li:hover .tip span {
  top: 0;
}
#app .right-fixed li:hover .app-logo,
#app .right-fixed li:hover .weixin-logo,
#app .right-fixed li:hover .wap-logo {
  display: block;
}
#app .right-fixed li .tip {
  text-align: center;
  position: relative;
  width: 100%;
  /*height: 100%;*/
  overflow: hidden;
}
#app .right-fixed li a {
  color: #333;
}
#app .right-fixed .app {
  width: 100px;
  height: 90px;
  background: url("../images/right-fiexd/fllyb.png") center 20px no-repeat;
}
#app .right-fixed .fdck {
  width: 100px;
  height: 90px;
}
#app .right-fixed .to-top {
  width: 100px;
  height: 90px;
  background: url("../images/right-fiexd/top.png") center 20px no-repeat;
}
#app .right-fixed .back-top:hover .tip span {
  display: block;
}
#app .right-fixed .back-top .tip span {
  display: none;
}
#app .el-tag--danger {
  color: #e13a41;
  border-color: #e13a41;
}
#app .el-carousel__arrow--right {
  right: 17px;
}
#app .el-row {
  max-width: 1200px;
}
