﻿/* 重置浏览器默认样式 */
* {
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
  background: #fff;
  min-width: 1200px;
}
html {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
.bar-box {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 76px;
  background: linear-gradient(108.57deg, #ede9fe 37.42%, #ddd6fe 63.18%);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
.bar-box .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bar-box .logo img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.bar-box .logo span {
  font-size: 16px;
  font-weight: 600;
  color: #8b5cf6;
}
.bar-box .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.bar-box .nav .item {
  margin-right: 90px;
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;

  color: #333333;
}
.bar-box .nav .item.active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  background: #8b5cf6;
  width: 100%;
  content: "";
}
.bar-box .nav .sqsy {
  width: 103px;
  height: 38px;
  background: #8b5cf6;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
}
.banner-box {
  width: 100%;
  margin: 0 auto;
  height: 450px;
  position: relative;
  background: url(../image/banner.png) no-repeat center;
  background-size: cover;
  margin-bottom: 100px;
}
.banner-box .title {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner-box .title h1 {
  font-weight: 600;
  font-size: 40px;
  color: #8b5cf6;
  margin-bottom: 30px;
}
.banner-box .title p {
  font-weight: 400;
  font-size: 26px;
  color: #666666;
}
.fun-box {
}
.fun-box h1 {
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fun-box h1::after {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -20px;
  content: "";
  width: 48px;
  height: 8px;
  background: #8b5cf6;
}
.fun-box .group {
  width: 1200px;
  margin: 0 auto;
  height: 490px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.fun-box .group .info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.fun-box .group .info h2 {
  position: relative;
  margin-bottom: 20px;
}
.fun-box .group .info h2 span {
  font-weight: bold;
  font-size: 120px;
  color: #ede9fe;
  position: absolute;
  bottom: -25px;
  right: 0;
}
.fun-box .group .info h2 i {
  font-weight: 600;
  font-size: 28px;
  position: relative;
  color: #8b5cf6;
  z-index: 10;
  font-style: normal;
}

.fun-box .group ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.fun-box .group li {
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 13px;
  position: relative;
}
.fun-box .group li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #8b5cf6;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.fun-box .img-bg-1 {
  background: url(../image/fun1.png) no-repeat center right;
  background-size: 600px 358px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.fun-box .img-bg-2 {
  background: url(../image/fun2.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.fun-box .img-bg-3 {
  background: url(../image/fun3.png) no-repeat center right;
  background-size: 414px 307px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.fun-box .img-bg-4 {
  background: url(../image/fun4.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.fun-box .gary-bg {
  background: #fafbfd;
}
.price-box {
  background: #faf5ff;
  padding-top: 60px;
  margin-bottom: 100px;
}
.price-box > h1 {
  font-weight: 600;
  font-size: 43px;
  line-height: 60px;
  margin-bottom: 20px;
  text-align: center;
  color: #333333;
}
.price-box > p {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  margin-bottom: 40px;
  text-align: center;
}
.price-box ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.price-box .item:nth-child(odd) {
  background: #fff;
}
.price-box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.price-box ul.title li {
  font-weight: 600;
  font-size: 28px;
  color: #333333;
}
.price-box ul.text li {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.aboutus-box {
  background: url(http://vcjue.com/img/aboutus.png) no-repeat center;
  background-size: 100%;
  padding: 85px 0;
}
.aboutus-box h1 {
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.aboutus-box p {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}
.aboutus-box span {
  display: block;
  height: 1px;
  width: 1200px;
  /* background: #406599; */
  margin: 70px auto;
}
.contactus-box {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.contactus-box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contactus-box img {
  width: 60px;
  height: 74px;
  margin-bottom: 20px;
}
.contactus-box p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #666666;
}
.foot-box {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  background: #333333;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-box .content {
  width: 800px;
  padding: 30px;
  background: #7c3aed;
  margin: 100px 0;
  border-radius: 10px;
}
.form-box .content p {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.form-box .content input {
  width: 100%;
  height: 40px;
  border: 1px solid #666;
  border-radius: 5px;
  margin-bottom: 20px;
  outline: 0;
  padding: 0 20px;
}
.form-box .content select {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.form-box .content input.checkbox {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 10px;
  cursor: pointer;
}
.form-box .checkbox-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.form-box .checkbox-box span {
  font-size: 14px;
}
.form-box .checkbox-box span a {
  color: #8b5cf6;
  cursor: pointer;
}
.form-box .content button {
  width: 100%;
  background: #8b5cf6;
  border-radius: 10px;
  height: 50px;
  outline: 0;
  color: #fff;
  font-size: 16px;
  border: 0;
  cursor: pointer;
}
.diog-box {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.diog-box i {
  position: absolute;
  font-style: normal;
  right: 10px;
  top: 0;
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
}
.diog-box span {
  position: relative;
  display: block;
  font-size: 20px;
  color: rgb(18, 200, 18);
  background: #fff;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border-radius: 10px;
}
.disabled {
  opacity: 0.5;
}
