/*头部导航PC*/
.rg-navbar-head {
  background-color: #333;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 500;
  transition: top 0.4s;
}

.rg-navbar-head .navbar-brand img {
  width: 120px;
  display: block;
}

.rg-navbar-head .navbar-brand {
  margin-right: 5rem;
}

.rg-navbar-head .nav-item-space {
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}

.rg-navbar-head .nav-item {
  padding-left: 5px;
  padding-right: 5px;
}

.rg-navbar-head .nav-link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.rg-navbar-head .nav-link:hover {
  color: #fff;
}

.rg-navbar-head .nav-link.active {
  color: #fff;
}

.rg-navbar-head .navbar-right {
  position: absolute;
  right: 30px;
  top: 15px;
  height: 35px;
  line-height: 35px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.rg-navbar-head .navbar-right li a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.rg-navbar-head .navbar-right li a .fa {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.rg-navbar-head .nav-item-product {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.rg-navbar-head .nav-item-product:hover .c-down {
  display: none;
}

.rg-navbar-head .nav-item-product:hover .c-up {
  display: block;
}

.rg-navbar-head .nav-item-product:hover .product-dropdown {
  display: block;
}

.rg-navbar-head .product-dropdown {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
  background-color: #333;
}

.rg-navbar-head .product-dropdown a {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.rg-navbar-head .product-dropdown a:hover {
  color: #fff;
}

.rg-navbar-head .c-up {
  display: none;
  font-size: 18px;
  color: #fff;
}

.rg-navbar-head .c-down {
  font-size: 18px;
  color: #fff;
}

.navbar-scroll-bg {
  background-color: #333 !important;
}

.navbar-scroll-bg .product-dropdown {
  background-color: #333 !important;
}

@media (max-width: 1450px) {
  .rg-navbar-head .navbar-right {
    display: none !important;
  }
}

/*移动端顶部导航栏*/
.rg-navbar-mobile {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  height: 55px;
  background-color: #333;
}

.rg-navbar-mobile .mobile-collapse-controll img {
  height: 25px;
}

.rg-navbar-mobile .navbar-brand img {
  width: 100px;
}

.rg-navbar-mobile .user-center img {
  height: 25px;
}

.rg-navbar-mobile .navbar-mobile-collapse {
  position: fixed;
  top: 0;
  left: -200px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 200px;
  height: 100vh;
  transition: left 0.5s;
}

.rg-navbar-mobile .collapse-show {
  left: 0;
  width: 100vh;
}

.rg-navbar-mobile .navbar-mobile-collapse .list-group {
  background-color: #fff;
  border-radius: 0;
  border: none;
  width: 200px;
  height: 100%;
}

.rg-navbar-mobile .navbar-mobile-collapse .list-group-item {
  color: #333;
  border: none;
  font-weight: bold;
  font-size: 16px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  letter-spacing: 1px;
}

.rg-navbar-mobile .navbar-mobile-collapse .mobile-logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.5rem;
}

.rg-navbar-mobile .navbar-mobile-collapse .logo-blue {
  height: 18px;
}

.rg-navbar-mobile .navbar-mobile-collapse .right-blue {
  height: 14px;
}

/*客服*/
.customer-service {
  display: block;
  position: fixed;
  bottom: 130px;
  right: 0;
  padding: 5px;
  background-color: #006bff;
  opacity: 0.9;
  z-index: 500;
  transition: right 1s;
  text-decoration: none;
}

.customer-service img {
  width: 30px;
  height: 30px;
}

.go-top {
  display: block;
  position: fixed;
  bottom: 85px;
  right: 0;
  padding: 5px;
  background-color: #006bff;
  opacity: 0.9;
  z-index: 500;
  text-decoration: none;
  text-align: center;
}

.go-top:hover {
  text-decoration: none;
}

.go-top img {
  width: 30px;
  height: 30px;
}

/*底部菜单栏PC*/
.footer {
  background-color: #fff;
}

.footer .follow-rg {
  height: 240px;
  padding-top: 100px;
  background-color: #f7f7f7;
}

.footer .follow-content {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  background-image: url("../../images/common/follow_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 20px;
}

.footer .follow-title {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.footer .footer-menu {
  background-color: #fff;
  padding-top: 200px;
}

.footer .footer-menu .contact-rg {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-menu .blue-logo {
  width: 130px;
}

.footer .footer-menu .phone-number {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.footer .footer-menu .phone-number .fa {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.footer .footer-menu-list {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}

.footer .footer-menu-list .list-inline-item {
  margin-bottom: 1rem;
  margin-right: 3rem;
}

.footer .footer-menu-list a {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.footer .footer-menu-list .list-inline-item:first-child {
  margin-right: 4rem;
  font-weight: bold;
}

.footer .website-info {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  color: #666;
  font-size: 12px;
}

.footer .website-info a {
  color: #666;
}

/*移动端底部导航*/
.footer-mobile .follow-rg {
  padding: 120px 0 0;
  height: 200px;
}

.footer-mobile .follow-content {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  padding: 1.5rem 5%;
  background: none;
  background-color: #006bff;
  border-radius: 10px;
  width: 90%;
  position: relative;
  top: 0;
  left: 5%;
}

.footer-mobile .follow-content img {
  width: 80px;
}

.footer-mobile .follow-title {
  font-size: 18px;
  margin-bottom: 0.4rem;
}

.footer-mobile .follow-text {
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}

.footer-mobile .footer-menu {
  padding-top: 150px;
}

.footer-mobile .accordion .card {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top-color: #e5e5e5;
}

.footer-mobile .accordion .card-header {
  background-color: #fff;
  padding: 1rem 0.5rem;
  border-bottom-color: #e5e5e5;
}

.footer-mobile .accordion .card-header .btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.footer-mobile .accordion .card-header img {
  width: 15px;
  height: 15px;
}

.footer-mobile .accordion .card-header .btn-link {
  color: #333;
  font-weight: bold;
}

.footer-mobile .accordion .card-body {
  padding: 0.25rem 0 0.25rem 1.25rem;
}

.footer-mobile .accordion .list-group-item {
  padding: 1.25rem 0;
  color: #666;
}

.footer-mobile .contact-rg {
  padding: 1.25rem;
  border-bottom: 1px solid #e5e5e5;
}

.footer-mobile .contact-rg .blue-logo {
  width: 80px;
}

.footer-mobile .contact-rg .phone-number {
  font-size: 14px;
}

.footer-mobile .contact-rg .phone-number .fa {
  margin-right: 5px;
}

/*alert样式*/
.alert-container {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 1000;
}

/*通用自定义样式*/
html {
  font-size: 14px;
}

body {
  font-size: 14px;
  color: #333;
  padding-top: 70px;
}

.flex-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.page-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}

.page-sub-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 4rem;
}

.rg-card {
  border-radius: 10px;
  border: none;
  overflow: hidden;
}

.rg-card .card-body {
  padding: 20px 15px;
}

.rg-card .card-title {
  font-size: 20px;
  font-weight: bold;
}

.rg-card .card-text {
  font-size: 14px;
  color: #666;
}

.page-card {
  position: relative;
}

.page-card .page-card-image {
  width: 100%;
}

.page-card .page-card-body {
  width: 100%;
  position: absolute;
  left: 0;
  top: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-card .page-card-title {
  font-size: 50px;
  margin-bottom: 1.2rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}

.page-card .page-card-text {
  font-size: 26px;
  color: #fff;
  letter-spacing: 1px;
}

.page-card .page-card-btn {
  font-size: 20px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  letter-spacing: 1px;
}

.page-card .page-card-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.page-card .page-card-body .card-link {
  color: #00a0e9;
}

@media (max-width: 1000px) {
  body {
    padding-top: 55px;
  }

  .page-title {
    font-size: 22px;
  }

  .page-sub-title {
    font-size: 14px;
    margin-bottom: 2rem;
  }
}

.btn-rg {
  background-color: #0068b7;
  color: #fff;
}

.btn-rg:hover {
  background-color: #0068b7;
  color: #f0f0f0;
}

.rg-page-title {
  padding-top: 40px;
  margin-bottom: 15px;
  border-bottom: 3px solid #333;
  padding-bottom: 1px;
}

.rg-page-title .rg-page-text {
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  height: 40px;
  width: 150px;
  border-bottom: 40px solid #333;
  border-right: 30px solid transparent;
  text-align: center;
}

.rg-breadcrumb {
  background-color: transparent;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.rg-breadcrumb .breadcrumb-item,
.rg-breadcrumb .fa {
  color: #666;
}

.rg-breadcrumb .active {
  font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-weight: normal;
}

.nav-pills {
  margin-bottom: 10px;
}

.nav-pills .nav-link {
  color: #333;
  background-color: #dfdfdf;
  padding: 0.3rem 1rem;
}

.nav-pills .nav-item {
  margin-right: 10px;
}

.flex-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.rg-table {
  border: 1px solid #eeeeee;
}

.rg-table thead {
  background-color: #f7f7f7;
}

.rg-table thead th,
.rg-table tbody td {
  font-size: 14px;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

.rg-table tbody td {
  border-bottom: 1px solid #f2f2f2;
}

.rg-table tbody tr:last-child td {
  border-bottom: none;
}

.text-orange {
  color: darkorange !important;
}

.rg-alert {
  background-color: #f7f7f7;
  color: #333;
}

.text-pink {
  color: pink !important;
}

.bg-rg {
  background-color: #0068b7;
  color: #fff;
}