html,
body {
  font-size: 14px;
  color: #7c8297;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

dt,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #474f66;
  font-size: 18px;
  font-weight: normal;
}

p,
dl,
dt,
dd,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

section {
  margin-top: 60px;
}

.clearfloat::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}

.clearfloat {
  zoom: 1
}

nav {
  position: relative;
  z-index: 2;
  font-size: 16px;
  height: 72px;
  width: 1200px;
  margin: 0 auto -72px;
  display: flex;
  align-items: center;
  background-color: transparent;
  justify-content: space-between;
}

nav>a {
  color: #ffffff;
  line-height: 32px;
  text-align: center;
}

nav>a:first-child {
  /* align-self: flex-end; */
  margin: 0 3px;
  line-height: 0;
}

.navs.active{
  margin-bottom: 20px;
  width: 100%;
  min-width: 1200px;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(207, 207, 207, 0.5);
  position: fixed;
  top: 0;
  z-index: 999;
}
.navs a{
  color: #000;
}
nav .curr {
  width: 104px;
  height: 32px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.4);
}
.right-nav {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 0;
  z-index: 10;
}
.right-nav.fixed-nav {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 0;
}

.right-nav>div {
  position: absolute;
  width: 160px;
  height: 374px;
  right: -160px;
  padding-left: 45px;
  padding-right: 13px;
  text-align: center;
  background: url("../images/index_img/float-nav.png") no-repeat;
}

.right-nav dl {
  margin-top: 105px;
  margin-bottom: 10px;
}

.right-nav dt {
  color: #ffffff;
  width: 108px;
  font-size: 19px;
  line-height: 50px;
}

.right-nav .curr {
  background-color: rgba(255, 255, 255, 0.4);
}

.theme-btn {
  padding: 0 42px;
  height: 48px;
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
  background-image: linear-gradient(0deg, #7173f2 0%, #cbccff 100%);
  box-shadow: 0px 1px 14px 0px rgba(113, 115, 242, 0.38);
  border-radius: 24px;
}

.disable-btn {
  padding: 0 42px;
  height: 48px;
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
  border-radius: 24px;
  background-color: #cccdd9;
}

#banner {
  position: relative;
  text-align: center;
  margin: 0 auto 80px;
  overflow: hidden;
  min-width: 1366px;
}

#banner>img {
  width: 100%;
}

.section-title {
  width: 100%;
  height: 42px;
  text-align: center;
  margin-bottom: 60px;
}

.section-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.tip>div {
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(120, 94, 252, 0.24);
}

.tip>div>div {
  position: relative;
  padding: 26px 37px;
}

.tip h3 {
  width: max-content;
  height: 0;
  margin-top: 14px;
  padding: 0 6px 14px 5px;
  font-size: 24px;
  line-height: 0;
  background-color: rgba(113, 115, 242, 0.4);
}

.tip>div>div>img {
  position: absolute;
  right: 60px;
  top: -13px;
}

.tip>div>p {
  border-top: 1px #e9e9ef solid;
  width: 1200px;
  padding: 24px 60px 26px 40px;
  font-size: 22px;
  color: #474f66;
}

.tip>a {
  margin-top: 80px;
}

.question-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px auto 50px;
}

.question-container {
  width: 1200px;
  padding: 20px 50px;
  margin-bottom: 18px;
  font-size: 20px;
  color: #474f66;
  box-shadow: 0px 0px 10px 0px rgba(120, 94, 252, 0.24);
  border-radius: 15px;
}

.question {
  display: flex;
  flex-direction: column;
}

.question>h2 {
  font-size: 22px;
  width: 1200px;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  line-height: 76px;
  border-bottom: 1px solid #ebeef5;
}

.question>h4 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 12px;
}

.question>label {
  margin: 12px 20px;
  vertical-align: middle;
}

.question>h4>p {
  margin: 20px 20px 0;
}

.question input[type="radio"i] {
  width: 24px;
  height: 24px;
  margin-right: 14px;
  vertical-align: bottom;
  background-color: #7173f2;
}

.question input:checked+span {
  color: #7173f2;
}

.question-box>a {
  margin-top: 32px;
}

#pop-up-container {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.2);
}

#pop-up {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0;
  width: 547px;
  height: 332px;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 1px 12px 0px rgba(0, 0, 0, 0.2);
}

#pop-up p {
  font-size: 24px;
  color: #717bf5;
}

@media screen and (max-width: 1500px) {
  .right-nav {
    width: 100%;
  }

  .right-nav>div {
    right: 0;
  }
}
/* 底部 */
.toujiao-footer{
  width: 100%;
  height: 320px;
  background: #292C35;
}
.toujiao-info-top{
  width: 100%;
  height: 270px;
  background: #292C35;
}
.toujiao-info-bottom{
  width: 100%;
  height: 50px;
  background: #1A1D25;
  text-align: center;
}
.toujiao-infos{
  width: 1200px;
  margin: 0 auto;
  max-width: 1200px;
}
.toujiao-left{
  margin-top: 96px;
  float: left;
}
.toujiao-content{
  float: left;
  margin-top: 83px;
  margin-left: 123px;
}
.toujiao-content p{
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  padding-bottom: 10px;
}
.toujiao-content p img{
  width: 16px;
  height: 16px;
  margin-right:13px;
}
.toujiao-infos .toujiao-left img{
  width: 381px;
  height: 58px;
}
.toujiao-right {
  float:right;
  margin-top: 85px;
}
.toujiao-right img{
  width: 100px;
  height: 100px;
  margin-left: 6px;
}
.toujiao-infos ul li{
  float: left;
  padding-right: 51px;
}
.toujiao-infos ul li a{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: .8;
}
.toujiao-right span{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  width: 112px;
  margin-top: 19px;
}
.clear{
  clear: both;
}
.toujiao-info-bottom p{
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  opacity: .8;
}