<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#app .app-wrapper .main {
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
}
#app .app-wrapper .main .grade-top {
  padding-top: 10px;
  height: 75px;
  text-align: center;
}
#app .app-wrapper .main .grade-top .logo-1{
  margin-right:40px;
}
#app .app-wrapper .main .grade-top &gt;img {
  display: inline-block;
  height: 50px;
}
#app .app-wrapper .main .grade-top .logo-text {
  color: #0c0300;
  text-align: left;
  display: inline-block;
  width: 120px;
  vertical-align: baseline;
}
#app .app-wrapper .main .grade-top .logo-text &gt;i {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 14px;
  font-style: normal;
  text-shadow: 0px 0px 2px #000;
  line-height: 20px;
}
#app .app-wrapper .main .grade-top .logo-text &gt;i::after {
  letter-spacing: 1px;
  font-size: 12px;
  content: "RONCHENGFEN";
}
#app .app-wrapper .main .grade-mid &gt;p {
  font-size: 16px;
  line-height: 25px;
  text-indent: 2em;
  margin-bottom:20px;
}
#app .app-wrapper .main .grade-mid &gt;p &gt;a {
  color:#2e569b;
  font-weight:700;
}
#app .app-wrapper .main .grade-bottom {
  width: 100%;
  height: 100%;
}
#app .app-wrapper .main .grade-bottom .img-box {
  margin-bottom: 20px;
  background: #f1f4f9;
  text-align: center;
}
#app .app-wrapper .main .grade-bottom .img-box:nth-child(1) {
  height:425px;
}
#app .app-wrapper .main .grade-bottom .img-box .left-img {
  margin-right: 140px;
}
#app .app-wrapper .main .grade-bottom .img-box .qr-container {
  position: relative;
  top: 50%;
  transform: translateY(-30%);
  display: inline-block;
  height: auto;
}
#app .app-wrapper .main .grade-bottom .img-box .qr-container .qr-img {
  border: 20px solid #1ea5dc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#app .app-wrapper .main .grade-bottom .img-box .qr-container .qr-content{
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #1ea5dc;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #fff;
  width: 99%;
  margin: 10px auto;
}

#app .app-wrapper .main .grade-bottom .bg2 {
  height: 280px;
  background-image: url("../../images/xycx/xinyognfen_07.jpg");
}
#app .app-wrapper .main .grade-bottom .bg2 .searchBox {
  float: left;
  width: 300px;
  height: 100%;
  text-align: center;
  padding-top: 20px;
}
#app .app-wrapper .main .grade-bottom .bg2 .searchBox .photo {
  display: inline-block;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #5bbde4;
  border: 20px solid rgba(255,255,255,0.4);
  position: relative;
}
#app .app-wrapper .main .grade-bottom .bg2 .searchBox .photo .photo-img {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#app .app-wrapper .main .grade-bottom .bg2 .searchBox .searchBtn {
  margin-top: 10px;
  display: inline-block;
  width: 150px;
  cursor: pointer;
  box-shadow: 0;
}
#app .app-wrapper .main .grade-bottom .bg2 .searchBox .searchBtn &gt;a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background-color: #5bbde4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#app .app-wrapper .main .grade-bottom .bg2 .searchBox .searchBtn &gt;a:hover {
  color: #5bbde4;
  background-color: #fff;
  box-shadow: 0px 0px 15px #5bbde4;
  font-weight: 700;
  cursor: pointer;
}
#app .app-wrapper .main .grade-bottom .bg2 .box-content {
  padding-left: 300px;
  height: 100%;
  text-align: center;
}
#app .app-wrapper .main .grade-bottom .bg2 .box-content .title {
  line-height: 120px;
  font-size: 26px;
  letter-spacing: 10px;
  color: #2a6ecc;
  font-weight: 700;
}
#app .app-wrapper .main .grade-bottom .bg2 .box-content .content {
  padding: 0 20px;
  text-align: left;
  text-indent: 2em;
  font-size: 18px;
  line-height: 32px;
}
#app .app-wrapper .main .grade-bottom .bg3 {
  height: 560px;
  text-align: left;
}
#app .app-wrapper .main .grade-bottom .bg3 .inner-left {
  float: left;
  width: 60%;
  line-height: 30px;
  padding: 20px 0;
}
#app .app-wrapper .main .grade-bottom .bg3 .inner-left .title {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2a6ecc;
  font-size: 24px;
  font-weight: 700;
}
#app .app-wrapper .main .grade-bottom .bg3 .inner-left .content {
  padding-left: 20px;
  line-height: 24px;
}
#app .app-wrapper .main .grade-bottom .bg3 .inner-right {
  float: right;
  width: 40%;
}
#app .app-wrapper .main .grade-bottom .bg3 .inner-right &gt;img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(100px);
}
#app .app-wrapper .main .grade-bottom .bg4 {
  height: 995px;
  position: relative;
  background-image: url("../../images/xycx/xinyognfen_04.png");
}
#app .app-wrapper .main .grade-bottom .bg4 .bottom-title {
  font-weight: 700;
  font-size: 28px;
}
#app .app-wrapper .main .grade-bottom .bg4 .bottom-title &gt;i {
  font-style: normal;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: 15px;
}
#app .app-wrapper .main .grade-bottom .bg4 .bottom-title .title1 {
  margin-top:40px;
  margin-left:6px;
  width:590px;
}
#app .app-wrapper .main .grade-bottom .bg4 .bottom-title .title4 {
  margin-top:10px;
  color: #fff;
  background-color: #107bc1;
  width: 590px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#app .app-wrapper .main .grade-bottom .bg4 .bottom-content {
  padding-top: 45px;
}
#app .app-wrapper .main .grade-bottom .bg4 .bottom-logo {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 304px;
  height: 298px;
  background-image: url("../../images/xycx/xinyognfen_logo_02.png");
}
#app .app-wrapper .main .grade-bottom .bg4 .bottom-logo &gt;img {
  margin: 70px auto;
}
.firstLink{
    cursor:default;

}
</pre></body></html>