
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
form {
  margin: 0;
  padding: 0;
}
ul,ol{
  list-style: none;
}
a {
  text-decoration: none;
}
img{
  width: 100%;
}
body{
  width: 100%;
  min-height: 100vh;
  padding: 4%;
  box-sizing: border-box;
  margin: 0;
}
h1{
  font-weight: 600;
  text-align: center;
  margin-bottom: 4%;
  font-size: 1.5em;
}
.tabBox{
  margin: 2% 0%;
  position: relative;
}
.tabBox img{
  width: 100%;
}
.tabBox div{
  width: 80%;
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  bottom: 15%;
  left: 10%;
}
.tabBox div a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tabBox div a h2{
  font-size: .8em;
  font-weight: normal;
  color: #444444;
  margin-top: 20%;
}
.tabBox div img{
  width: 50%;
}

.contentBox a{
  display: block;
  border-radius: .5em;
  padding: .6em ;
  box-sizing: border-box;
}
.contentBox h2{
  font-size: 1em;
  margin-bottom: 1em;
}

.contentBoxR{
  display: grid;
  grid-gap:.6em;
  grid-template-rows: 1fr 1fr;
}
.contentBoxR .luqu{
  display: flex;
  justify-content: space-between;
  background-color: #FFF9F9;
  color: #CB6062;
}
.contentBoxR .luqu img{
  max-width: 50%;
  max-height: 90px;
  object-fit: contain;
}
.contentBoxRB{
  display: grid;
  grid-gap: .6em;
  grid-template-columns: 1fr 1fr;
}
.contentBoxRB img{
  width: 74%;
  max-height: 60px;
  margin-left: 13%;
}
.contentBoxRB .num{
  color: #099F76;
  background-color: #F4FDFC;
}
.contentBoxRB .score{
  color: #D78218;
  background-color: #FEF7F0;
}

.helpBox{
  margin-top: .6em;
  border-radius: .5em;
  padding: .6em ;
  box-sizing: border-box;
  background-color: #F5F8FF;
  position: relative;
}
.helpBox h2{
  color: #4378EB;
  font-size: 1em;
  margin-bottom: 1em;
  
}
.helpBox ul{
  background: url(../images/icon4.png) no-repeat;
  background-size: contain;
  background-position: right;
}
.helpBox ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .9em;
  color: #444444;
  line-height: 2em;
}
.helpBox ul li a h4{
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
}
.helpBox ul li a p{
  font-size: .8em;
}
.helpBox img{
  position: absolute;
  left: 0;
}

/* 录取通知书 */
.tips{
  margin: 5% 0;
  font-weight: 600;
  font-size: 1.5em;
}

.enrollFrom .layui-form-label{
  width: 20%;
  padding: 9px 0px;
}
.enrollFrom .layui-input-block{
  margin-left: 25%;
}

/* 成绩查询 */
.scoreBox{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scoreBox h2{
  color: red;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 5%;
}

/* 注释 */
.notice{
  color: red;
  font-size: .8rem;
  margin-bottom: 5%;
}

/* 底部 */
footer{
  width: 100%;
  position:fixed ;
  bottom: 0;
  left: 0;
  font-size: 11px;
  text-align: center;
  margin: 4% 0;
  line-height: 22px;
  color: #444444;
}


/* 通知详情页 */
.helpDetailBox{
  width: 95%;
  margin: 0px auto;
  padding: 20px 0px;
}
.helpDetailBox .itemCont h3{ 
  text-align: center;
  margin-bottom: 20px;
}
.helpDetailBox .itemCont .tips{
  width: 90%; 
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.helpDetailBox .fmImg{
  max-width: 100% !important;
  margin: 10px auto;
}
.helpDetailBox .itemCont .content,.itemCont #itemContA{
  width: 95%;
  margin: 0px auto;
  font-size: 14px;
  line-height: 30px;
}
.helpDetailBox .itemCont .content img{
  max-width: 100% !important;
  margin: 0 auto;
}