* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
  margin: 0;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
a {
  text-decoration: none;
}

body {
  /*background-image: url("../images/bg.png");*/
  width: 100%;
  height: 100%;
  /*background-size: cover;*/
  /*overflow: hidden;*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg-login.png', sizingMethod='scale');
  position: relative;
}



.mark {
  width: 100%;
  height: 80px;
}
.logo {
  padding: 23px 0 0 33px;
  z-index: 1;
  position: absolute;
}

.carousel{
  width: 100%;
  z-index: 0;
  position: absolute;
}

.carousel .img{
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
.carousel .useless{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.24);
  position: absolute;
}


.title {
  text-align: center;
  margin-bottom: 20px;
}
.wrap {
  width: 1400px;
  height: 750px;
  overflow-y: hidden;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 20px;
  margin: 0 auto;
  padding: 30px;
  transform: scale(0.9, 0.9);
}

.wrap .inner{
  width: 100%;
  height: auto;
  max-height: 710px;
  overflow-y: auto;
  overflow-x: hidden;
}

.apptitle li {
  float: left;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 40px;
  margin: 0 40px 0 0;
  cursor: pointer;
}
.subtitle {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 40px;
}
.appicon {
  text-align: center;
}
.appicon a {
  width: 100%;
  height: 100%;
}

.appicon .iconname {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 40px;
}
.apptitle li.active {
  color: #333333;
  border-bottom: 4px solid #1eb2d0;
}
.attentionwrap {
  height: 34px;
  background: rgba(247, 251, 253, 1);
  padding: 13px;
  margin-top: 10px;
}
.attentionwrap img {
  height: 34px;
  width: 34px;
  float: left;
}
.attentionwrap p {
  float: left;
  line-height: 34px;
  margin-left: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.selectattention {
  height: 40px;
  background-color: #f7fbfd;
  padding: 13px;
  margin-top: 10px;
}
.selectattention img {
  height: 34px;
  width: 34px;
  float: left;
}
.selectattention p {
  float: left;
  line-height: 34px;
  margin-left: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.selectattention.active {
  background: url('../images/selectattention.png') no-repeat 100%;
  background-size: 100% 100%;
}
.el-carousel__container{
  height: 100%;
}
