@charset 'utf-8';
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
p,
div {
  margin: 0;
  padding: 0;
  border: 0;
}
button,
a {
  outline: 0;
}
ul,
ol {
  list-style-type: none;
}
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select,
input,
img,
select {
  vertical-align: middle;
}
a,
body,
button,
canvas,
div,
footer,
form,
header,
html,
img,
input,
label,
li,
ol,
p,
pre,
section,
span,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
u,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Helvetica, Arial, 'Microsoft YaHei', sans-serif;
}
input {
  background: #fff;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input {
  -webkit-user-select: text !important;
}
body ::-webkit-scrollbar,
html ::-webkit-scrollbar {
  width: 0;
}
.main {
  width: 1120px;
  margin: 0 auto;
}
#app {
  padding-top: 70px;
}
.nav-container-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px -1px #ccc;
}
.nav-container-main .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.nav-container-main .nav-container .nav {
  display: flex;
  align-items: center;
  position: relative;
}
.nav-container-main .nav-container .nav > img {
  margin-right: 40px;
}
.nav-container-main .nav-container .nav .home {
  left: 164px;
}
.nav-container-main .nav-container .nav .about {
  left: 278px;
}
.nav-container-main .nav-container .nav .news {
  left: 418px;
}
.nav-container-main .nav-container .nav .line {
  position: absolute;
  width: 65px;
  height: 2px;
  background: #f7bd14;
  bottom: 8px;
  transition: 0.3s all;
}
.nav-container-main .nav-container .menu {
  margin-right: 60px;
  cursor: pointer;
  color: #333;
  padding: 10px 0;
}
.nav-container-main .nav-container .focus {
  color: #f7bd14;
}
.nav-container-main .nav-container .qrcode-container {
  cursor: pointer;
  position: relative;
}
.nav-container-main .nav-container .qrcode-container .qrcode {
  width: 126px;
  height: 173px;
  background: url(https://images.youzhanjia.com/source/official-llc/img_navbar_qrcode@2x.png) no-repeat top left / 100%;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
}
.nav-container-main .nav-container .qrcode-container .qrcode > img {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto;
}
.nav-container-main .nav-container .qrcode-container .qrcode > div:nth-child(2) {
  margin-top: 10px;
}
.bg-img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.about-container {
  font-size: 16px;
  color: #888;
  margin: 0 auto;
  text-align: center;
  padding-top: 120px;
}
.about-container > div:nth-child(1) {
  font-size: 32px;
  color: #333;
  margin: 0px 0 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.about-container > div:nth-child(1)::after {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
  content: '';
  border-radius: 50%;
  background: #f7bd14;
  width: 10px;
  height: 10px;
}
.about-container > div:nth-child(2) {
  font-size: 24px;
  color: #333;
  margin-bottom: 34px;
}
.about-container > div:nth-child(3),
.about-container > div:nth-child(5) {
  margin-bottom: 30px;
}
.about-container > div:nth-child(4) {
  margin-bottom: 12px;
}
.about-container > .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
}
.about-container > .item > div:nth-child(3) {
  border: none;
}
.about-container > .item > div {
  border-right: 1px solid #ccc;
  width: 33.3%;
  height: 325px;
}
.about-container > .item > div > img {
  width: 200px;
  height: 180px;
}
.about-container > .item > div > div:nth-child(2) {
  font-size: 24px;
  color: #333;
  margin-top: 40px;
  margin-bottom: 22px;
}
.about-container > .item > div > div:nth-child(3) {
  margin-bottom: 10px;
}
.about-container > .item > div > div:nth-child(3),
.about-container > .item > div > div:nth-child(4) {
  font-size: 16px;
  color: #333;
}
.news-container {
  background: #f0f0f0;
  width: 100%;
  margin-top: 120px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.news-container .title {
  font-size: 32px;
  color: #333;
  margin: 0 auto 70px;
  text-align: center;
  font-weight: 600;
}
.news-container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-container .content > .item {
  display: flex;
  flex-direction: column;
  width: 360px;
}
.news-container .content > .item > img {
  width: 100%;
}
.news-container .content > .item > div {
  font-size: 22px;
  color: #373737;
  margin-top: 20px;
  margin-bottom: 15px;
}
.news-container .content > .item > p {
  font-size: 16px;
  color: #373737;
  line-height: 25px;
  width: 330px;
}
.footer {
  background: #3a3c3b;
  padding-top: 60px;
}
.footer > .main img {
  width: 62px;
  display: block;
  margin: 0 auto;
}
.footer > .main > div:nth-child(2) {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 25px;
}
.footer > .main > div:nth-child(3) {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #4e5050;
  border-bottom: 1px solid #4e5050;
  font-size: 16px;
  height: 50px;
  color: #afb0b0;
}
.footer > .main > div:nth-child(3) > div:nth-child(1) > a {
  color: #afb0b0;
  margin-right: 70px;
}
.footer > .main > div:nth-child(3) > div:nth-child(2) {
  padding-left: 50px;
  border-left: 1px solid #9d9e9e;
  background: url(https://images.youzhanjia.com/source/official-llc/icon_tolbar_phone@2x.png) no-repeat 20px center / 20px 20px;
}
.footer > .main > div:nth-child(4) {
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #717373;
  padding-bottom: 20px;
}
.footer > .main > div:nth-child(4) > div:nth-child(2) {
  margin-top: 10px;
}
