body {
  /* width: 7.5rem; */
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.header {
  width: 100%;
  height: 1.1rem;
  background-color: #FFFFFF;
  background-size: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100
}

.header_cont {
  width: 12rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_cont .menu {}

.header_cont .menu ul {
  display: flex;
}

.header_cont .menu ul li {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.24rem;
}

.header_cont .menu ul li:hover a {
  color: #2e8fa0;
  /* font-weight: bold; */
}

.header_cont .menu ul .active a {
  color: #2e8fa0;
  font-weight: bold;
}

.header_cont .menu ul li a {
  text-decoration: none;
  color: #999999;
  /* padding: 0 0.25rem; */
  margin-left: 0.5rem;
}


.header .logo {
  display: inline-block;
  width: 2.96rem;
  height: 0.88rem;
}

.banner_cont {
  width: 100%;
  margin-top: 1.1rem;
  position: relative;
}

.banner_cont a {
	position: absolute;
	width: 26%;
	height: 18%;
	top: 67%;
	left: 71%;
}

.flex-row-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row
}

.flex-column-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.block {
  width: 100%;
}

.lightblue {
  background: #F7FBFF;
}

.milky {
  background: #FFFBF7;
}

.pic1 {
  display: flex;
  flex-direction: column;
  padding: 1.2rem 0.3rem;
  justify-content: center;
  align-items: center;
}

.pic1 img {
  width: 0.8rem;
}

.flex1 {
  flex: 1;
  margin-left: .3rem;
}

.flex1 ul {
  margin-top: 0.78rem;
  display: flex;
  width: 12rem;
}

.flex1 ul li {
  width: 4rem;
  font-size: 0.2rem;
  font-family: Arial;
  font-weight: bold;
  color: #2e8fa0;
  line-height: 0.32rem;
  text-align: center;
}

.pic1 li {
  margin: 0.03rem 0;
  font-size: 0.24rem;
  font-family: Arial;
  color: #333333;
  line-height: 0.28rem;
}

h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  text-align: center;
}

.media-heading {
  font-size: 0.28rem;
  font-family: Arial;
  font-weight: bold;
  color: #831f28;
  line-height: 0.32rem;
  margin-top: 0.28rem;
  margin-bottom: 0.1rem;
}

.footer {
  background: #2e8fa0;
  padding: 0.58rem 0 0.28rem;

}

.link {
  width: 12rem;
  margin: 0 auto;
  padding: 0 1.7rem;
  display: flex;
  justify-content: space-between;
}

.link a {
  display: inline-block;
  height: 0.3rem;
  font-size: 0.16rem;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.28rem;
}

.copyright {
  width: 12rem;
  padding: 0 0.1rem;
  margin: 0.6rem auto 0;
  font-size: 0.16rem;
  font-family: Arial;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.28rem;
  text-align: center;
}



.loginBox,.alreadyLogin{
  font-size: 0px;
  display: none;
  align-items: center;
}

.loginBox label,alreadyLogin label{
  font-size: 0.14rem;
}

.loginBox label:hover,alreadyLogin label:hover{
  cursor: pointer;
}

.loginBox,.loginOut{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.176rem;
  height: 0.48rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.loginBox:hover,.loginOut:hover{
  cursor: pointer;
}

.btnLabel{
  color: white;
  font-size: 14px;
}

.loginBox{
  background-image: url("../img/loginIn.png");
}

.loginOut{
  background-image: url("../img/loginOut.png");
}

a::before,
a::after {
  content: "";
}


#userName{
  padding-right: 10px;
  color: blueviolet;
  font-size: 0.16rem;
}

@media (max-width: 1200px) {
  .header {
    height: 0.96rem;
  }

  .header_cont {
    width: 100%;
    padding: 0 0.3rem;
  }

  .header_cont .logo {
    width: 2.14rem;
    height: 0.6rem;
  }

  .header_cont .menu ul li a {
    margin-left: 0.36rem;
  }


  .banner_cont {
    margin-top: 0.96rem;
  }

  .pic1 {
    flex-direction: row;
    padding: 0.6rem 0.78rem;
  }

  .media-heading {
    font-size: 0.32rem;
    margin: 0;
    text-align: left;
  }

  .flex1 {
    max-width: 5.5rem;
  }

  .flex1 ul {
    margin-top: 0.1rem;
    width: 100%;
    flex-direction: column;
  }

  .flex1 ul li {
    width: auto;
    text-align: left;
  }

  .link {
    width: 100%;
    padding: 0 0.13rem;
  }

  .copyright {
    width: 100%;
  }




}