@import url("all.css");
@import url("animate.min.css");
html,
body {
  height: 100%;
}
.container-fluid {
  max-width: 1920px;
  position: relative;
}

a {
  text-decoration: none;
}

a.red: link;
 {
  color: red;
}

.text-black {
  color: #333;
}

.border-gray {
  border-color: #ddd;
}

.btn-gray {
  background-color: #d3d3d3;
  color: #21396d;
  border-color: #ddd;
  padding: 3px 8px;
}

.choudi .imgbox {
  width: 45px;
  float: left;
  overflow: hidden;
  position: relative;
}
.choudi .imgbox .tit {
  position: absolute;
  width: 45px;
  writing-mode: vertical-lr;
  background: rgba(255, 255, 255, 0.5);
  color: white;
  left: 0;
  top: 0;
  height: 100%;
  text-align: center;
  padding-left: 10px;
  cursor: pointer;
  transform: rotate(180deg);
  font-size: 9px;
  font-weight: normal;
}

.videbtn {
  display: inline-block;
  height: 50px;
  background: linear-gradient(to right, #2b5ed2, #7090dc);
  border-radius: 50px;
  color: white;
  padding: 0 40px;
  line-height: 50px;
  position: absolute;
  left: 40px;
  top: -100px;
  font-size: 14px;
}
.videbtn .circlepoint {
  position: absolute;
  left: -8px;
  top: 7px;
  width: 15px;
  height: 15px;
  background: #3264d3;
  border-radius: 15px;
}
.videbtn i {
  font-size: 20px;
}
.bg-hui {
  background: #ddd;
  padding: 0 5px;
  border-radius: 5px;
}
.yp-text i {
  color: #5e7fe0;
}
.yp-text p {
  margin: 20px 0;
}

td {
  border: none;
}
.m-flex-b {
  display: flex;
  flex-wrap: wrap;
}
.m-flex-b > div {
  flex: 0 0 50%;
  padding: 10px 0;
}

.m-flex-c {
  display: flex;
  flex-wrap: wrap;
}
.m-flex-c > div {
  flex: 0 0 33.33%;
  padding: 10px 0;
}

.pages {
}
.pages span {
  display: inline-block;
  background: #21396d;
  margin: 0 3px;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
}

.pages span.active {
  background-color: #2b5fd2;
}

#pc-menu {
  position: relative;
}
#pc-menu > div > ul {
  position: absolute;
  background: rgba(234, 142, 146, 0.9);
  list-style: none;
  padding: 0;
  z-index: 99999;
  display: none;
  animation: fadeInLeft;
  animation-duration: 0.5s;
  left: -1000px;
}
#pc-menu > div > ul li a {
  color: white;
  font-size: 1.1rem;
  font-weight: normal;
}
#pc-menu > div > ul li a:hover {
  color: white;
  text-decoration: underline;
}
#pc-menu > div:hover ul {
  display: block;
  display: block;
}

#mobile-menu {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(19, 46, 87, 0.7);
  width: 100%;
  color: white;
  display: none;
  animation: fadeInLeft;
  animation-duration: 0.5s;
}
#mobile-menu > div > ul {
  list-style: none;
  padding: 0 0 0 20px;
}
#mobile-menu > div > ul li {
  padding: 3px 0;
}
#mobile-menu > div > ul li a {
  color: white;
  font-size: 1rem;
}
#mobile-menu > div > ul li a:hover {
  color: white;
  text-decoration: underline;
}

.navbtn {
  background-color: #ccc;
  height: 40px;

  color: rgba(65, 105, 225, 1);
  font-size: 30px;
  border-radius: 40px;
  padding: 7px 30px;
  font-weight: bold;
}

a.yp-animate-text:hover {
  display: inline-block;
  animation: headShake;
  animation-duration: 2s;
}
img.yp-animate-img:hover {
  display: inline-block;
  animation: flash;
  animation-duration: 0.6s;
}

.accordion-body img {
  max-width: 50%;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.44, rgb(122, 153, 217)),
    color-stop(0.72, rgb(73, 125, 189)),
    color-stop(0.86, rgb(28, 58, 148))
  );
}

.join {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 9999999;
  width: 75px;
  height: 75px;
}
.join div {
  width: 100%;
  height: 100%;
  position: relative;
}
.join div:hover {
  animation: headShake;
  animation-duration: 2s;
}
.join div img {
  width: 75px;
  box-shadow: 0 0 15px #ffffff;
  border-radius: 100%;
  background-color: white;
}
.join div span {
  position: absolute;
  top: 14px;
  right: -8px;
  color: red;
  font-size: 12px;
  font-weight: bold;
}

.article p {
  line-height: 2.2rem;
  padding: 1rem 0;
}
.article p > img {
  max-width: 400px;
  float: left;
  padding: 0 2rem 2rem 0;
}
.article p > span > img {
  max-width: 100%;
}
/*NEW*/
.sgn-page{display:flex; flex-flow: row nowrap;justify-content: flex-start;}
.sgn-page .main{background: white; width: 100%;}
.footer{width: 100%;background-color: #ddd;overflow: hidden;}
/*屏幕大于768*/
@media (min-width: 768px) {
  .choudi .imgbox .tit {
    font-size: 1rem;
  }
  .mobile-menu{display: none;}
  .sgn-page .pc-menu{
    width: 320px;
    position: relative;


  }
  .sgn-page .pc-menu .pc-menu-box{width: 320px;}
  .sgn-page .pc-menu .logo img{width: 100%;}
}

@media screen and (max-width: 768px) {
  .article img {
    max-width: 100%;
    margin: 2rem;
    margin: 0 auto;
    padding: 0 0 1.2rem 0;
  }
  body{padding-top: 45px;}
  .sgn-page .pc-menu{display: none;}
  .mobile-menu{background: white;}
}
