@font-face {
  font-family: 'YourWebFontName';
  src: url('../font/YourWebFontName.eot');
  src: url('../font/YourWebFontName.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/YourWebFontName.woff') format('woff'), /* Modern Browsers */ url('../font/YourWebFontName.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/YourWebFontName.svg#YourWebFontName') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.header {
  background-image: url("../images/header_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 15px;
}
.header .logo {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
     object-fit: fill;
}
.header .logo img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
     object-fit: fill;
}
.header .header_text .english {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  line-height: 24px;
}
.header .header_text .chinese {
  text-align: center;
  font-size: 36px;
  line-height: 70px;
  color: #ffffff;
  position: relative;
}
.header .header_text .chinese span {
  font-weight: bold;
  font-size: 48px;
}
.header .header_text .chinese:after {
  content: "";
  background-image: url(../images/header_icon_1.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 14px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.header .header_text .chinese::before {
  content: "";
  background-image: url(../images/header_icon_2.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -12px;
  z-index: 1;
}
.header .header_text .headr_login {
  text-align: center;
  background: url("../images/login_bg.png") repeat-x center;
  background-size: cover;
  font-size: 36px;
  line-height: 70px;
  color: #ff73bf;
  /*font-family: "YourWebFontName";*/
  border-radius: 10px;
  cursor: pointer;font-weight:bold ;
}
.header .headr_logins {
  width: 50%;
  margin: 15px auto;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 36px;
  color: #ff73bf;
  /*font-family: "YourWebFontName";*/
  border-radius: 10px;
  background: #fff;
  font-weight:bold ;
}
.header .header_images {
  margin-top: 40px;
  text-align: center;
}
.header .header_code {
  position: relative;
  top: -10px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
     object-fit: fill;
}
.header .header_code > div {
  margin: 0 30px;
}
.header .header_bottom_text {
  padding-top: 30px;
  padding-bottom: 40px;
  background-image: url(../images/header_bottom_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
     object-fit: fill;
}
.header .header_bottom_text > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px 0 0;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  line-height: 24px;
}
.header .header_bottom_text > div:nth-child(2) {
  padding: 0 0 0 30px;
}
.box_title_text .box_title {
  color: #333;
  font-size: 38px;
  font-weight: bold;
  padding-left: 30px;
}
.box_title_text .box_title span {
  padding: 0 8px;
  border-radius: 100%;
  display: inline-block;
  background: #ff70c2;
}
.box_title_text .box_list {
  margin-top: 15px;
}
.box_title_text .box_list ul li {
  padding-left: 30px;
  color: #999;
  font-size: 18px;
  line-height: 40px;
  position: relative;
}
.box_title_text .box_list ul li::after {
  display: block;
  border-radius: 100%;
  content: "";
  background: #666666;
  height: 6px;
  width: 6px;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -3px;
}
.product {
  background: #ffe6b2;
  padding: 20px 0;
}
.product .title {
  text-align: center;
  font-size: 80px;
  line-height: 120px;
}
.product .inner {
  position: relative;
  padding-top: 60px;
}
.product .inner .product_bg {
  position: absolute;
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  left: 50%;
  top: 50%;
  z-index: 0;
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
     object-fit: fill;
}
.product .inner .product_bg img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
.product .inner > div {
  position: relative;
  z-index: 1;
}
.notice {
  padding: 30px 0;
  background: #e7e8e3;
}
.notice .notice_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
     object-fit: fill;
}
.notice .notice_images img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice .box_title_text {
  margin-top: 15px;
}
.information {
  background: #ffe6b2;
  padding: 30px 0;
}
.information .swiper-container {
  width: 100%;
  height: 100%;
}
.information .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.information .swiper-slide-active,
.information .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.information .swiper-button-next,
.information .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/right_icon.png);
}
.information .swiper-button-prev,
.information .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/left_icon.png");
}
.information .swiper-pagination-bullet-active {
  background: #ffe6b2;
}
.process {
  background: #e7e8e3;
  padding: 30px 0;
}
.process .title {
  margin-bottom: 15px;
  text-align: center;
  color: #333;
  font-size: 38px;
  font-weight: bold;
  padding-left: 30px;
}
.process .title span {
  padding: 0 8px;
  border-radius: 100%;
  display: inline-block;
  background: #ff70c2;
}
.process .process_text {
  width: 50%;
  margin: 0 auto;
  font-size: 26px;
  line-height: 30px;
  text-align: left;
  color: #999999;
}
.process .process_hint {
  padding-left: 30px;
  color: #333333;
  font-size: 28px;
  line-height: 36px;
}
.process .process_hint span {
  display: inline-block;
  color: #ff70c2;
  font-size: 32px;
  margin-right: 15px;
}
.process .inner {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
     object-fit: fill;
}
.process .inner img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.journalism {
  padding: 30px 0;
  background: #ffe6b2;
}
.journalism .box_div {
  margin-bottom: 30px;
}
.journalism .box_div .bg {
  min-height: 100px;
  padding: 10px;
}
.journalism .box_div .bg .title {
  background: #ff9fbc;
  color: #fff;
  font-weight: bold;
  line-height: 33px;
  font-size: 16px;
  padding-left: 15px;
  position: relative;
}
.journalism .box_div .bg .title:after {
  width: 2px;
  height: 15px;
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -7.5px;
  background: #ffffff;
  z-index: 10;
}
.journalism .box_div .bg .inner ul li a {
  position: relative;
  display: block;
  line-height: 36px;
  padding-left: 18px;
  color: #41136c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.journalism .box_div .bg .inner ul li a:after {
  width: 6px;
  height: 6px;
  background: #ff70c2;
  border-radius: 100%;
  overflow: hidden;
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -3px;
}
.journalism .box_div .bg .inner ul li a:hover {
  text-decoration: none;
  color: #ff70c2;
}
.footer {
  padding: 30px 0;
  background: url(../images/footer_bg.png) no-repeat top center;
  background-size: cover;
}
.footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
     object-fit: fill;
}
.footer .footer_top > div {
  margin: 0 15px;
}
.footer .footer_top img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
     object-fit: fill;
}
.footer .footer_bottom > div {
  margin: 0 15px;
}
.footer .footer_bottom .return_top {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 30px;
}
.footer .footer_bottom .return_top span {
  display: inline-block;
  position: relative;
}
.footer .footer_bottom .return_top span::after {
  position: absolute;
  right: -15px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  content: "";
  background-image: url(../images/return_top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer .footer_bottom .footer_text {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
}
.footer .footer_bottom .footer_text span {
  display: inline-block;
  width: 20%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  background-image: url("../images/footer_icon.png");
  background-position: left 2px center;
  background-size: auto 30%;
  background-repeat: no-repeat;
}
.footer .footer_code .title {
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.footer .footer_code .footer_code_images {
  width: 130px;
  height: 130px;
  -o-object-fit: fill;
     object-fit: fill;
}
.footer .footer_code .footer_code_images img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .wap_footer {
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.right_side {
  display: none;
  width: 80px;
  position: fixed;
  right: 15px;
  top: 50%;
  z-index: 10;
  background-color: #ff70c2;
  background-position: top 6px right;
  background-repeat: no-repeat;
  background-size: auto 10%;
  text-align: center;
  border-radius: 10px;
  padding: 7.5px 0;
}
.right_side ul li {
  position: relative;
  padding: 7.5px 20px;
}
.right_side ul li .side_numbee {
  display: none;
  border-radius: 4px;
  background-color: #ff70c2;
  color: #fff;
  font-size: 16px;
  line-height: 55px;
  font-size: 18px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  right: 75px;
  top: 50%;
  margin-top: -27.5px;
  z-index: 1;
  -o-object-fit: fill;
     object-fit: fill;
}
.right_side ul li .side_numbee img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.right_side ul li .side_code {
  border-radius: 4px;
  display: none;
  right: 80px;
  position: absolute;
  /*background-color: #ff70c2;*/
  width: 160px;
  height: 160px;
  right: 75px;
  top: 50%;
  margin-top: -90px;
  z-index: 1;
  padding: 10px;
}
.right_side ul li:hover {
  background-color: #ff70c2;
}
.body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.Popup_bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
}

#Popup {
  display: none;
  position: fixed;
  width: 550px;
  top: 50%;
  left: 50%;
  background: #fff;
  margin-left: -275px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 34px 60px;
  z-index: 400;
}
#Popup .Popup_title {
  border-bottom: 1px solid #BEBEBE;
}
#Popup .Popup_title ul li {
  text-align: center;
  position: relative;
  float: left;
  width: 50%;
  line-height: 60px;
  font-size: 20px;
  color: #686868;
  cursor: pointer;
}
#Popup .Popup_title ul li.active {
  color: #ff73bf;
  -webkit-animation-name: fadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 12s;
  -webkit-animation-direction: alternate;
}
#Popup .Popup_title ul li.active:after {
  width: 60%;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -30%;
  bottom: -2px;
  height: 4px;
  border-radius: 2px;
  z-index: 10000;
  background: #ff73bf;
}
#Popup .Popup_text > div {
  margin-top: 30px;
  margin-bottom: 30px;
}
#Popup .Popup_text .code {
  text-align: center;
}
#Popup .Popup_text .code .images {
  margin-top: 20px;
  margin-bottom: 20px;
}
#Popup .Popup_text .code .text {
  line-height: 26px;
  font-size: 14px;
  color: #707070;
}
#Popup .Popup_text .login > div {
  width: 60%;
  margin: 0 auto;
}
#Popup .Popup_text .login > div div {
  margin-bottom: 15px;
}
#Popup .Popup_text .login > div div input {
  padding: 0 15px;
  width: 100%;
  display: block;
  line-height: 50px;
  border: 1px solid #BEBEBE;
  font-size: 16px;
  color: #BEBEBE;
}
#Popup .Popup_text .login > div div .submit {
  background: #ff73bf;
  border: 1px solid #ff73bf;
  color: #fff;
}
#Popup .login_bottom {
  width: 60%;
  margin: 0 auto;
}
#Popup .login_bottom a {
  float: left;
  width: 50%;
  display: block;
  text-align: center;
  color: #686868;
  font-size: 18px;
}
#Popup .login_bottom a.on {
  color: #ff73bf;
}
.fix_header {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 0 17px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 17px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  position: fixed;
}
.fix_header .header_top {
  padding: 15px 0;
  position: relative;
}
.fix_header .header_top .logo {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fix_header .header_top .logo img {
  max-height: 100%;
}
.fix_header .header_top .nav ul li {
  float: left;
  width: 20%;
  text-align: center;
  line-height: 60px;
}
.fix_header .header_top .nav ul li a {
  font-size: 18px;
  display: block;
  color: #000;
  text-decoration: none;
}
.fix_header .header_top .nav ul li:hover a {
  color: #ff93bd;
}
.fix_header .header_top .nav ul li.on a {
  color: #ff93bd;
}
.fix_header .header_top .nav ul li.on a:hover {
  color: #ff93bd;
}
@media screen and (min-width: 992px) and (max-width: 1170px) {
  .header .header_text .headr_login {
    text-align: center;
    background: #fff;
    font-size: 24px;
    line-height: 46px;
    color: #ff73bf;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .header .header_text .chinese {
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    padding: 0 30px;
    color: #ffffff;
    position: relative;
  }
  .header .header_text .chinese span {
    font-weight: bold;
    font-size: 30px;
  }
  .header .header_text .chinese:after {
    left: 10px;
  }
  .header .header_text .chinese::before {
    right: 10px;
  }
  .header .header_text .headr_login {
    text-align: center;
    background: #fff;
    font-size: 24px;
    line-height: 46px;
    color: #ff73bf;
  }
  .header .header_images {
    text-align: center;
  }
  .header .header_code {
    position: relative;
    top: -10px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .header .header_code > div {
    margin: 0 30px;
  }
  .header .header_bottom_text {
    padding-top: 30px;
    padding-bottom: 40px;
    background-image: url(../images/header_bottom_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .header .header_bottom_text > div {
    margin: 0 30px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 24px;
  }
  .footer {
    padding: 30px 0;
    background: url(../images/footer_bg.png) no-repeat top center;
    background-size: cover;
  }
  .footer .footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .footer .footer_top > div {
    margin: 0 15px;
  }
  .footer .footer_top img {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .footer .footer_bottom > div {
    margin: 0 15px;
  }
  .footer .footer_bottom .return_top {
    width: 15%;
    text-align: center;
    padding: 0 30px 0 10px;
  }
  .footer .footer_bottom .footer_text {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
  .footer .footer_bottom .footer_text span {
    display: inline-block;
    width: 25%;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .header .header_text .chinese {
    font-size: 30px;
    line-height: 56px;
  }
  .header .header_text .chinese:after {
    content: "";
    background-image: url(../images/header_icon_1.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 40px;
    height: 14px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -7px;
    z-index: 1;
  }
  .header .header_text .chinese::before {
    content: "";
    background-image: url(../images/header_icon_2.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 40px;
    height: 24px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -12px;
    z-index: 1;
  }
  .header .header_text .headr_login {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_text .chinese {
    font-size: 18px;
    line-height: 36px;
  }
  .header .header_text .chinese span {
    font-size: 20px;
    line-height: 36px;
  }
  .header .header_text .chinese:after {
    content: "";
    background-image: url(../images/header_icon_1.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 40px;
    height: 14px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -7px;
    z-index: 1;
  }
  .header .header_text .chinese::before {
    content: "";
    background-image: url(../images/header_icon_2.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 40px;
    height: 24px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -12px;
    z-index: 1;
  }
  .header .header_bottom_text {
    background-size: auto 50%;
    background-position: top center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .header_bottom_text > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px 0 0;
    font-size: 12px;
    line-height: 24px;
  }
  .header .header_bottom_text > div:nth-child(2) {
    padding: 0 0 0 7.5px;
  }
  .journalism {
    padding: 15px 0;
  }
  .journalism .box_div {
    margin-bottom: 15px;
    padding: 0;
  }
  .journalism .box_div .bg {
    min-height: 100px;
    padding: 0px;
  }
  .journalism .box_div .bg .title {
    background: #fda0b1;
    color: #fff;
    font-weight: bold;
    line-height: 33px;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
  }
  .journalism .box_div .bg .title:after {
    width: 2px;
    height: 15px;
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -7.5px;
    background: #ffffff;
    z-index: 10;
  }
  .journalism .box_div .bg .inner ul li a {
    position: relative;
    display: block;
    line-height: 36px;
    padding-left: 18px;
    color: #41136c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .journalism .box_div .bg .inner ul li a:after {
    width: 6px;
    height: 6px;
    background: #b376fd;
    border-radius: 100%;
    overflow: hidden;
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -3px;
  }
  .journalism .box_div .bg .inner ul li a:hover {
    text-decoration: none;
    color: #42058c;
  }
  .Popup_bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 100;
  }
  #Popup {
    width: 80%;
    top: 50%;
    margin-left: -40%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 15px 30px;
  }
  #Popup .Popup_title ul li {
    line-height: 45px;
    font-size: 18px;
  }
  #Popup .Popup_text > div {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #Popup .Popup_text .code {
    text-align: center;
  }
  #Popup .Popup_text .code .images {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #Popup .Popup_text .code .text {
    line-height: 26px;
    font-size: 14px;
    color: #707070;
  }
  #Popup .Popup_text .login {
    margin-top: 30px;
  }
  #Popup .Popup_text .login > form {
    width: 70%;
    margin: 0 auto;
  }
  #Popup .Popup_text .login > form div {
    margin-bottom: 15px;
  }
  #Popup .Popup_text .login > form div input {
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
  }
  #Popup .login_bottom {
    width: 90%;
  }
  #Popup .login_bottom a {
    font-size: 14px;
  }
  .footer {
    padding: 15px 0;
  }
}