﻿@charset "UTF-8";

/* 头部以及导航 */
header {
  width: 100%;
  height: 70px;
  position: relative;
  z-index: 1000000;
}

.container-header {
  width: 1200px;
  margin: 0 auto;

}

.header-mobile {
  display: none;
}

.header-content {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-content>nav {
  width: 100%;

  background-color: #202832;
  /*box-shadow: 3px 3px 10px rgba(136, 136, 136, .3);*/
}

.nav-content {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
}

.nav-content>a {
  font-size: 16px;
  color: #FFF;
  height: 100%;
  display: flex;
  padding: 0 8px;
  align-items: center;
  white-space: nowrap;
}

.nav-content>a.current {
  background-color: #2B3340;
  color: #187AFB !important;
  position: relative;
}

.nav-content>a:not(:last-child).current::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #187AFB;
  left: 0;
  top: 0px;
  z-index: 2;
}

.nav-content>a:not(:nth-last-child(-n+2)) {
  margin-right: 3px;
}

.nav-content>a.apply-for-probation {
  margin-left: auto;
  border-radius: 5px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}

.login {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.login>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  border-radius: 5px;
  margin-left: 20px;

}



.nav-content>a:not(:last-child):hover {
  background-color: #2B3340;
  color: #fff !important;
  position: relative;
}

/* .nav-content>a:not(:first-child):hover,.nav-content>a:not(:last-child):hover{
  background-color: #E1E9F7;
  color: #187AFB !important;
  position: relative;
} */

.nav-content>a:not(:last-child):hover::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #187AFB;
  left: 0;
  top: 0px;
  z-index: 2;
}

.nav-content>a:hover>.fangan-nav {
  display: flex;
}

.nav-content>a:hover>.fangan-nav>a:nth-child(14),
.nav-content>a:hover>.fangan-nav>a:nth-child(13) {
  display: none;
}

.nav-content>a:hover>.about-nav {
  display: flex;
}

nav .fangan-nav {
  width: 600px;
  padding: 30px 40px 0;
  position: absolute;
  top: 70px;
  left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
  background-color: #2B3340;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid transparent;
  box-shadow: 3px 3px 10px rgba(136, 136, 136, .3)
}

nav .about-nav {
  width: 230px;
  padding: 30px;
  flex-direction: column;
  background-color: #2B3340;
}

nav .fangan-nav>a {
  display: flex;
  width: 30%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-size: 14px;
  color: #fff !important;
  white-space:nowrap;
}

nav .fangan-nav::after {
  content: "";
  width: 30%;
}

nav .about-nav>a {
  font-size: 14px;
  width: 100%;
  color: #fff !important;
  justify-content: flex-start;
  margin-bottom: 20px;
}

nav .about-nav>a img {
  vertical-align: top;
  margin-right: 10px;
}


nav .fangan-nav>a.current,
nav .about-nav>a.current {
  color: #187AFB !important;
  ;
}

nav .fangan-nav>a:hover,
nav .about-nav>a:hover {
  color: #187AFB !important;
}


/* footer */
footer {
  width: 100%;
}

.footer-area {
  width: 100%;
  background-color: #1C1F21;
}

.footer-content {
  width: 100%;
  padding: 40px 0 70px;
  display: flex;
}

.footer-url>h3 {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}

.footer-url>ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

.footer-url>ul>li {
  line-height: 26px;
  color: #cccccc;
}

.footer-url>ul>li>a {
  white-space:nowrap;
}

.fangan-url>ul {
  width: 500px;
}

.fangan-url>ul>li {
  width: 50%;
}

.help-url {
  margin-left: 30px;
}

.help-url>ul {
  width: 80px;
}

.help-url>ul>li {
  width: 100%;
}

footer .company-info {
  margin-left: 68px;
  text-align: left;
  color: #fff;
}

footer .company-info>h2 {
  font-size: 24px;
  margin-bottom: 8px;
}

footer .company-info>p {
  margin-bottom: 5px;
}

footer .record-info {
  width: 100%;
  background-color: #282A2C;
  font-size: 14px;
  padding: 20px 0;
}

footer .record-info>p {
  width: 100%;
  text-align: center;
  color: #666;
}

.footer-area-mobile {
  display: none;
}

/* 返回顶部 */
.returnTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000000;
}

.login_mobile {
  height: 1.6rem;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
  align-items: center;
}

.mobile-login-out{
  background:#373D41;
  padding:8px 30px;
  color:#fff;
  position: absolute;
  top:100%;
  right:0;
  border-radius:0 0 0 5px;
  display: none;
}

.login_mobile>a {
  height: 100%;
  padding: 0 .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  box-sizing: border-box;
}

.login_mobile>img{
  height: 2.2rem;
  width: 2.2rem;
  display: block;
  margin-top: -0.3rem;
}


.login_mobile>a:first-child {
  border-radius: 1rem 0 0 1rem;
  color: #fff;
  background-color: #187AFB;
  height: 100%;
}

.login_mobile>a:last-child {
  border-radius: 0 1rem 1rem 0;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-left: none;
}

.tel {
  font-size: 16px;
  color: #FFF;
  margin-left: auto;
  position: relative;
  left: 5px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.tel img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.QR-code-list {
        display: flex;
		margin:20px 0 40px
    }

    .QR-code-item {
        display: flex;
        flex-direction: column;
        background-color: #3B3B3B;
        border-radius: 4px;
        overflow: hidden;
		width:100px;
		margin-right:20px
    }
	
	.QR-code-item>img {
        margin-top:0;
		width:100%;
    }

    .QR-code-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
		padding:10px 0;
    }

    .QR-title-1st {
        color: #FFF;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "PingFang SC";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

@media screen and (max-width:1024px) {
  .tel {
    left: 1rem;
    padding: 8px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .tel img {
    width: 16px;
    height: 16px;
  }

  #rTop {
    display: none
  }

  .returnTop {
    display: none;
  }

  header {
    height: 3.6rem;
    width: 100%;
    position: relative;
  }

  .pclogo {
    display: none
  }

  .header-top {
    display: none;
  }

  .header-content {
    top: 3.6rem;
    display: none;
  }

  .header-content>nav {
    width: 100%;
    padding: 0;
    background-color: #1C1F21 !important;
  }

  .container-header {
    width: 100%
  }

  .nav-content>a.apply-for-probation {
    display: none;
  }

  .nav-content>a.current {
    position: static
  }

  .nav-content>a:not(:last-child).current::after {
    height: 0;
  }

  .nav-content>a:not(:last-child):hover::after {
    display: none;
  }

  .nav-content {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    background-color: #373D41 !important;
  }

  .nav-content>a {
    font-size: .9rem;
    padding: .5rem 1rem;
    align-items: flex-start;
    background-color: #373D41 !important;
    flex-direction: column;
    border-bottom: 1px solid #525557;
    width: 100%;
    color: #ccc;
  }

  .header-mobile {
    height: 3.6rem;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    align-items: center;
    background-color: #2D3135;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

  }

  .header-mobile>a {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .arrow-down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #48A1FF;
    margin-left: 10px;
  }

  .header-mobile>img {
    height: 100%;
  }

  .nav-content>a.apply-for-probation {
    margin-left: 0;
    width: 100%;
    height: auto;
    border-bottom: none;
    align-items: flex-start;
    color: #CCC !important;
  }

  nav .fangan-nav {
    width: 100%;
    padding: .5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #373D41 !important;
    border-radius: .5rem;
    position: static;
    box-shadow: none;
  }

  /*nav .about-nav{
    width: 100%;
    flex-direction: row;
    background-color: #2B3340;
  }*/
  nav .about-nav {
    width: 100%;
    flex-direction: column;
    background-color: #2B3340;
    flex-direction: row;
  }

  nav .about-nav a>img {
    display: none;
  }

  nav .about-nav>a:first-child {
    margin-bottom: 0;
  }

  nav .fangan-nav>a {
    display: flex;
    width: 40%;
    font-size: .8rem;
    color: #999 !important;
    margin: 0;
    padding: .5rem 0;
  }

  .nav-content>a:not(:last-child):hover {
    background-color: #E1E9F7;
    color: #E1E9F7 !important;
    position: static;
  }

  .footer-url {
    display: none;
  }

  .footer-content {
    padding: 2rem 0;
  }

  footer .company-info {
    text-align: center;
    color: #BDBDBD;
    width: 100%;
  }

  footer .record-info {
    width: 100%;
    background-color: #282A2C;
    font-size: .6rem;
    padding: .5rem 1rem;
  }

  footer .record-info>p {
    color: #666;
  }

  .footer-area-mobile {
    display: flex;
    background-color: #1C1F21;
    padding: 1rem 0;
    justify-items: center;
    flex-direction: column;
    text-align: center;
    color: #9BBDBD;
  }

  .footer-area-mobile h2 {
    font-size: 1.4rem;

  }

  .footer-area-mobile p {
    font-size: 14px;
    margin-bottom: 1rem;
    color: #666;
  }

  .footer-area {
    display: none;
  }
}