/*-- header --*/
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .nav-link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown > .dropdown-menu {
  left: 50%;
  transform: translate(-50%, 12px);
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu {
  width: 13.4rem;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 5rem;
  position: relative;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:hover {
  color: #326CFE;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:hover::before {
  content: "";
  position: absolute;
  background: #326CFE;
  width: 0.2rem;
  height: 1rem;
  left: 1rem;
  bottom: 50%;
  margin-bottom: -0.5rem;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-submenu:hover > .dropdown-item {
  color: #326CFE;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-submenu:hover::before {
  content: "";
  position: absolute;
  background: #326CFE;
  width: 0.2rem;
  height: 1rem;
  left: 1rem;
  bottom: 50%;
  margin-bottom: -0.5rem;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block;
  width: 13.4rem;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu .dropdown-item {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  position: relative;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu .dropdown-item:hover {
  color: #326CFE;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu .dropdown-item:hover::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.navbar .message {
  position: relative;
}
.navbar .message .sign {
  position: absolute;
  top: -1.1rem;
  right: -1.1rem;
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #ff0000;
  color: #ffffff;
  text-align: center;
  line-height: 2.2rem;
  font-size: 1.2rem;
}
.navbar .userinfo img {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
}
.navbar .userinfo a {
  font-size: 1.6rem;
}
.navbar .userinfo span {
  font-size: 1.6rem;
}

.page-bottom {
  background-color: #000000;
  color: #ffffff;
  padding: 10rem calc((100% - 120rem) / 2) 2rem;
}
.page-bottom .quyu1 {
  display: flex;
}
.page-bottom .quyu1 .left img {
  max-width: 100%;
  height: auto;
}
.page-bottom .quyu1 .left span {
  display: block;
  font-size: 1.6rem;
}
.page-bottom .quyu1 .center {
  flex: 1 1 auto;
}
.page-bottom .quyu1 .center img {
  max-width: 100%;
  height: auto;
}
.page-bottom .quyu1 .right .box1 {
  display: flex;
  text-align: center;
  margin-bottom: 1.3rem;
  font-size: 1.6rem;
}

.page-bottom .quyu1 .right .box1 > div img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.page-bottom .quyu1 .right .box2 {
  display: flex;
  text-align: center;
  justify-content: flex-end;
  font-size: 1.6rem;
}
.page-bottom .quyu1 .right .box2 img {
  max-width: 100%;
  height: auto;
  margin-left: 2.3rem;
}
.page-bottom .quyu2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: #4A4A4A 1px solid;
  margin-bottom: 1.9rem;
  margin-top: 3.3rem;
}
.page-bottom .quyu2 .links a {
  margin-right: 10rem;
  font-size: 1.6rem;
}
.page-bottom .quyu2 .apps {
  display: flex;
  align-items: center;
}
.page-bottom .quyu2 .apps img {
  width: 16.8rem;
  height: auto;
}
.page-bottom .quyu3 {
  font-size: 1.6rem;
}

.floatzone {
  position: fixed;
  right: 0;
  bottom: 35%;
  background: #ffffff;
  border-radius: 1rem 0 0 1rem;
  z-index: 9000;
}
.floatzone .buttons {
  width: 11.3rem;
  border: 1px solid #326CFE;
  border-radius: 1rem 0 0 1rem;
  /* overflow: hidden; */
}
.floatzone .buttons img {
  margin: 0 auto;
}
.floatzone .buttons .kefu {
  height: 9rem;
  color: #326CFE;
  padding-top: 1.4rem;
  text-align: center;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
}
.floatzone .buttons .zixun {
  height: 9rem;
  background: #326CFE;
  color: #ffffff;
  padding-top: 1.4rem;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
}
.floatzone .buttons .zixun .zixun-popover {
  background: #326CFE;
  color: #ffffff;
}
.floatzone .buttons .zixun .dh {
  position: absolute;
  top: 50%;
  left: -17.4rem;
  width: 16.2rem;
  height: 3.8rem;
  line-height: 3.8rem;
  margin-top: -1.9rem;
  z-index: 800;
  background: #326CFE;
  box-shadow: 0 0.3rem 1.2rem 1rem #86A8FF;
  color: #ffffff;
  border-radius: 0.5rem;
  display: none;
}

.popover {
  background: #326CFE;
}
.popover .arrow::after {
  border-left-color: #326CFE;
}
.popover .popover-body {
  color: #ffffff;
}

.layui-layer-tel .layui-layer-title {
  background: #326CFE;
  color: #ffffff;
}
.layui-layer-tel .layui-layer-setwin span {
  color: #ffffff;
}
.layui-layer-tel .layui-layer-btn a {
  color: #ffffff;
  background: #326CFE;
}
.layui-layer-tel .layui-layer-btn a:hover {
  color: #ffffff;
}
.layui-layer-tel .layui-layer-btn a:active {
  background: #326CFE !important;
}

.ckwl-ysz-modal {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  display: none;
}
.ckwl-ysz-modal .popup-main {
  width: 92.4rem;
  min-width: 92.4rem;
  background: #ffffff;
  margin-top: 18rem !important;
}
.ckwl-ysz-modal .popup-main .head {
  width: 100%;
  display: flex;
  align-items: center;
  background: #E1EBF9;
  padding: 1.1rem 1.7rem 1.4rem 1.9rem;
}
.ckwl-ysz-modal .popup-main .head span {
  color: #3885F8;
}
.ckwl-ysz-modal .popup-main .head img {
  margin-left: auto;
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
}
.ckwl-ysz-modal .popup-main .popup-box {
  padding: 2.2rem 2.5rem 2.2rem 1.9rem;
}
.ckwl-ysz-modal .popup-main .popup-box .box {
  background: #F7F7F9;
  display: flex;
  align-items: center;
  height: 5rem;
  margin-bottom: 4.8rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}
.ckwl-ysz-modal .popup-main .popup-box .box img {
  width: 3.9rem;
  min-width: 3.9rem;
  height: 2rem;
  border-radius: 0.9rem;
  margin-right: 0.5rem;
}
.ckwl-ysz-modal .popup-main .popup-box .box span {
  color: #333333;
  font-size: 1.6rem;
}
.ckwl-ysz-modal .popup-main .popup-box .box .copy {
  margin-left: auto;
  padding-right: 1rem;
}
.ckwl-ysz-modal .popup-main .popup-box .box .lxkf {
  padding-left: 1rem;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul {
  height: 35rem;
  overflow-y: auto;
  pointer-events: all;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li {
  position: relative;
  padding-left: 4.5rem;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li .right {
  padding-bottom: 1.6rem;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li .right p {
  line-height: 1;
  padding-bottom: 0.5rem;
  color: #999999;
  font-size: 1.6rem;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 100%;
  background: #eeeeee;
  left: 1rem;
  top: 0;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li::after {
  content: "";
  position: absolute;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #DFE1E6;
  left: 0;
  top: 0;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li.pass::after {
  content: "";
  position: absolute;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #999999;
  left: 0;
  top: 0;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li.pass:first-child .right p:first-child {
  color: #ff0000;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li.pass:first-child::after {
  background: #ff0000;
}

@media (max-width: 768px) {
  #navbarTogglerDemo01 .navbar-nav .nav-item .nav-link {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    text-align: center;
  }
  #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown > .dropdown-menu {
    background: rgba(0, 0, 0, 0);
    transform: translateX(0%) !important;
  }
}

/*# sourceMappingURL=index.css.map */
