a {
  text-decoration: none;
  color: #dadada;
  display: block;
}
a:hover {
  color: red;
  text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
}
.navbar_box {
  position: relative;
  z-index: 9;
  height: 98px;
  width: 100%;
  background: white;
  box-shadow: 2px 2px 10px #dadada;
}
.navbar_box .navbar-container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.navbar_box .navbar-container .nav-navbar-logo {
  width: 190px;
  height: 98px;
  border: 1px solid red;
  display: inline-block;
}
.navbar_box .navbar-container .nav-navbar-logo > a {
  width: 100%;
  height: 100%;
}
.navbar_box .navbar-container .nav-navbar-logo > a > img {
  width: 100%;
  height: 100%;
}
.navbar_box .navbar-container .nav-navbar-list {
  float: right;
  width: 950px;
  height: 98px;
  display: flex;
}
.navbar_box .navbar-container .nav-navbar-list > li {
  flex: 1;
  text-align: center;
  line-height: 98px;
}
.navbar_box .navbar-container .nav-navbar-list > li:hover {
  background: #24344b;
}
.navbar_box .navbar-container .nav-navbar-list > li a:hover {
  color: #FFF;
}
.navbar_box .navbar-container .nav-navbar-list > li a {
  width: 100%;
  height: 100%;
  color: #333;
}
.nav-title-banner {
  width: 100%;
  height: 605px;
}
.nav-title-banner > a {
  width: 100%;
  height: 100%;
  position: relative;
}
.nav-title-banner > a > img {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-title-banner > a > div {
  color: #FFF;
  position: absolute;
  top: 160px;
  left: 20%;
  transform: translateX(-50%);
}
.nav-title-banner > a > div h1 {
  padding: 10px;
  background: #21252938;
  width: 400px;
  text-align: center;
  border-radius: 50px;
}
.nav-title-banner > a > div p {
  width: 600px;
  background: #21252938;
  border-radius: 50px;
  text-align: center;
  padding: 10px;
  font-size: 20px;
}
.footer_box {
  width: 100%;
  background: #edf0f9 url(/public/images/bottom_bg.png) no-repeat bottom;
  background-size: 100% 150%;
}
.footer_box .footer_container {
  width: 1200px;
  height: 300px;
  margin: 0 auto;
  display: flex;
}
.footer_box .footer_container > div:first-child {
  flex: 4;
  display: flex;
  height: 300px;
}
.footer_box .footer_container > div:first-child > div span {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  display: block;
  margin: 20px 0;
}
.footer_box .footer_container > div:first-child > div > a {
  color: #545454;
  font-size: 18px;
  font-weight: 500;
}
.footer_box .footer_container > div:first-child > div > a:hover {
  color: red;
  text-decoration: underline;
}
.footer_box .footer_container > div:first-child > div:first-child {
  flex: 4;
}
.footer_box .footer_container > div:first-child > div:last-child {
  flex: 6;
}
.footer_box .footer_container > div:last-child {
  flex: 6;
  height: 300px;
}
.footer_box .footer_container > div:last-child h1 {
  padding-left: 140px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  display: block;
  margin: 20px 0;
}
.footer_box .footer_container > div:last-child > div {
  padding-left: 140px;
  min-height: 80px;
  overflow: hidden;
}
.footer_box .footer_container > div:last-child > div > span,
.footer_box .footer_container > div:last-child > div > div {
  width: 20%;
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 30px;
}
.footer_box .footer_container > div:last-child > div > div {
  display: inline-block;
  width: 70%;
}
.footer_box .footer_bottom_box {
  padding: 10px 0 0;
  background: white;
  position: relative;
  z-index: 99;
  box-shadow: 2px 2px 10px #dadada;
}
.footer_box .footer_bottom_box > div {
  margin: 0 auto;
  width: 1200px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.footer_box .footer_bottom_box > div > p,
.footer_box .footer_bottom_box > div > p a {
  margin: 0;
  display: inline-block;
  height: 35px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.footer_box .footer_bottom_box > div > p a:hover {
  color: red!important;
}
.content-box1,
.content-box2 {
  box-shadow: 2px 2px 15px #dadada;
  width: 100%;
  background: white;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.content-box1 .container-fluid,
.content-box2 .container-fluid {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.content-box1 .container-fluid > .title,
.content-box2 .container-fluid > .title {
  overflow: hidden;
  width: 100%;
  height: 100px;
}
.content-box1 .container-fluid > .title > div,
.content-box2 .container-fluid > .title > div {
  float: left;
}
.content-box1 .container-fluid > .title > div:first-child,
.content-box2 .container-fluid > .title > div:first-child {
  height: 100px;
  font-size: 50px;
  font-weight: 600;
  line-height: 100px;
}
.content-box1 .container-fluid > .title > div:last-child,
.content-box2 .container-fluid > .title > div:last-child {
  padding: 25px 0;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.content-box1 .container-fluid > .title > div:last-child > div:first-child,
.content-box2 .container-fluid > .title > div:last-child > div:first-child {
  position: relative;
}
.content-box1 .container-fluid > .title > div:last-child > div:first-child::after,
.content-box2 .container-fluid > .title > div:last-child > div:first-child::after {
  position: absolute;
  width: 100px;
  height: 2px;
  background: #333;
  content: " ";
  bottom: -3px;
  left: 0;
}
.content-box1 .container-fluid .content-list .m-item .item,
.content-box2 .container-fluid .content-list .m-item .item {
  background: #f1f9fc;
  box-shadow: 1px 1px 6px #CCC;
  /*transition: all 0.8s;*/
}
.content-box1 .container-fluid .content-list .m-item .item:hover,
.content-box2 .container-fluid .content-list .m-item .item:hover {
  box-shadow: 2px 2px 15px #dadada;
  transform: scale(1.01);
}
.content-box1 .container-fluid .content-list .m-item .item .username-title,
.content-box2 .container-fluid .content-list .m-item .item .username-title {
  height: 70px;
  color: #333;
  width: 100%;
  text-align: center;
  line-height: 70px;
}
.content-box1 .container-fluid .content-list .m-item .item .username-title > img,
.content-box2 .container-fluid .content-list .m-item .item .username-title > img {
  display: none;
}
.content-box1 .container-fluid .content-list .m-item .item .img-max,
.content-box2 .container-fluid .content-list .m-item .item .img-max {
  width: 100%;
  height: 240px;
  /*transition: all 0.8s;*/
  background: #FFF;
  border: none!important;
  overflow: hidden;
  cursor: pointer;
}
.content-box1 .container-fluid .content-list .m-item .item .img-max:hover,
.content-box2 .container-fluid .content-list .m-item .item .img-max:hover {
  opacity: 0.6;
}
.content-box1 .container-fluid .content-list .m-item .item .description,
.content-box2 .container-fluid .content-list .m-item .item .description {
  padding: 20px;
}
.content-box1 .container-fluid .content-list .m-item .item .description > p,
.content-box2 .container-fluid .content-list .m-item .item .description > p {
  text-align: center;
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
}
.content-box1 .container-fluid .content-list .m-item .item .description > p > .img-fluid,
.content-box2 .container-fluid .content-list .m-item .item .description > p > .img-fluid {
  width: 40px;
  height: 40px;
  border: 1px solid #FFF;
  border-radius: 50%;
  cursor: pointer;
}
.content-box1 .container-fluid .content-list .m-item .item .toInfo,
.content-box2 .container-fluid .content-list .m-item .item .toInfo {
  width: 100%;
  padding: 25px;
}
.content-box1 .container-fluid .content-list .m-item .item .toInfo div,
.content-box2 .container-fluid .content-list .m-item .item .toInfo div {
  border-radius: 30px;
  border: 1px solid #333;
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: 500;
  width: 200px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.8s;
  cursor: pointer;
}
.content-box1 .container-fluid .content-list .m-item .item .toInfo div:hover,
.content-box2 .container-fluid .content-list .m-item .item .toInfo div:hover {
  background: rgba(34, 225, 83, 0.5);
}
.content-box1 .container-fluid .content-list .m-item:nth-child(2n) .item,
.content-box2 .container-fluid .content-list .m-item:nth-child(2n) .item {
  background: #b00925;
  color: #FFF;
}
.content-box1 .container-fluid .content-list .m-item:nth-child(2n) .item .username-title,
.content-box2 .container-fluid .content-list .m-item:nth-child(2n) .item .username-title {
  color: #FFF;
}
.content-box1 .container-fluid .content-list .m-item:nth-child(2n) .item .username-title > img,
.content-box2 .container-fluid .content-list .m-item:nth-child(2n) .item .username-title > img {
  display: none;
}
.content-box1 .container-fluid .content-list .m-item:nth-child(2n) .item .toInfo div,
.content-box2 .container-fluid .content-list .m-item:nth-child(2n) .item .toInfo div {
  background: #24344b;
  color: #FFF;
}
.content-box1 .container-fluid .content-list .m-item:nth-child(2n) .item .toInfo div:hover,
.content-box2 .container-fluid .content-list .m-item:nth-child(2n) .item .toInfo div:hover {
  background: rgba(34, 225, 83, 0.5);
}
.content-box2 {
  box-shadow: 2px 2px 15px #dadada;
  width: 100%;
  height: 500px;
  background: white;
  overflow: hidden;
}
.content-box2 .content-list .m-item,
.content-box2 .content-list .m-item > .item {
  background: white!important;
  color: #333 !important;
  text-align: center;
  box-shadow: 0 0 0 #FFF !important;
}
.content-box2 .content-list .m-item .usernameusername > p:first-child,
.content-box2 .content-list .m-item > .item .usernameusername > p:first-child {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 20px 0 4px;
}
.content-box2 .content-list .m-item .usernameusername > p:first-child::before,
.content-box2 .content-list .m-item > .item .usernameusername > p:first-child::before {
  position: absolute;
  content: " ";
  width: 15px;
  height: 5px;
  background: #b7c8ff;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.content-box2 .content-list .img-max {
  width: 240px!important;
  height: 240px!important;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #2aabd2;
}
.content-img-center {
  width: 100%;
  height: 550px;
  position: relative;
}
.content-img-center > img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content-img-center .content-img-content-box {
  background: rgba(255, 255, 255, 0.46);
  position: absolute;
  z-index: 9;
  width: 1100px;
  height: 340px;
  top: 100px;
  left: 50%;
  padding: 25px;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 500;
  color: #333;
}
.content-img-center .content-img-content-box::before {
  width: 1050px;
  height: 290px;
  top: 25px;
  left: 25px;
  position: absolute;
  content: " ";
  border: 5px solid #FFF;
}
.content-img-center .content-img-content-box .title {
  margin: 20px 0;
}
.content-img-center .content-img-content-box .title h1 {
  font-size: 32px;
}
.content-img-center .content-img-content-box .title h2 {
  font-size: 26px;
}
.content-img-center .content-img-content-box .text {
  padding: 0 20px;
  font-size: 18px;
  line-height: 30px;
}
.content-img-bottom {
  width: 100%;
  height: 550px;
}
.content-img-bottom .content-img-content-box {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  color: #FFF;
}
.content-img-bottom .content-img-content-box .left {
  width: 70%;
  height: 300px;
  background: #24344b;
  padding: 30px ;
}
.content-img-bottom .content-img-content-box .left .title {
  margin: 20px 0;
}
.content-img-bottom .content-img-content-box .left .title > h1 {
  font-size: 26px;
}
.content-img-bottom .content-img-content-box .left .title > h2 {
  font-size: 20px;
}
.content-img-bottom .content-img-content-box .left .text {
  padding-right: 30%;
  font-size: 16px;
  line-height: 30px;
}
.content-img-bottom .content-img-content-box .right {
  width: 45%;
  box-shadow: 1px 1px 5px #dadada;
  height: 260px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
}
#loginModal .modal-dialog .modal-content .modal-body .input-group-text,
#registerModal .modal-dialog .modal-content .modal-body .input-group-text {
  display: none;
}
#loginModal .modal-dialog .modal-content .modal-body p,
#registerModal .modal-dialog .modal-content .modal-body p {
  text-align: center;
  display: block;
  margin: 0 auto;
}
#loginModal .modal-dialog .modal-content .modal-body p em,
#registerModal .modal-dialog .modal-content .modal-body p em {
  display: inline-block;
  font-style: normal;
  color: #EEE;
  text-decoration: underline;
}
#loginModal .modal-dialog .modal-content .modal-footer .btn,
#registerModal .modal-dialog .modal-content .modal-footer .btn {
  color: #333 !important;
}
/*# sourceMappingURL=meInit.css.map */