body {
  font-size: 16px !important;
  margin: 0;
  padding: 0;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.header {
  height: 80px;
  text-align: center;
  cursor: pointer;
}
.header .w {
  height: 100%;
  display: flex;
}
.header .w h1 {
  margin: 0;
  line-height: 80px;
  font-size: 20px;
  font-weight: 700;
  color: #003b8f;
}
.header .w .link {
  display: flex;
  list-style: none;
  margin: 20px 0 0 50px;
}
.header .w .link a {
  margin-left: 40px;
  font-size: 16px;
  text-decoration: none;
  color: #717171;
  cursor: pointer;
}
.header .w .link a:hover {
  color: #003b8f;
}
.header .w .link .active {
  color: #003b8f;
  font-weight: bold;
  border-bottom: 2px solid #003b8f;
  padding-bottom: calc(59px - 20px);
}
.header .w .login {
  margin: 20px 0 0 auto;
  font-weight: bold;
  cursor: pointer;
}
.header .w .login a {
  color: #717171;
  text-decoration: none;
}
.header .w .login a:first-child {
  border-right: 2px solid #717171;
  padding-right: 10px;
  margin-right: 10px;
  color: #003b8f;
}
.footer {
  height: 129px;
  background-color: #434343;
  color: #9e9e9e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0;
}
.footer .title {
  font-size: 18px;
  color: #fff;
}
.footer a {
  text-decoration: none;
  color: #9e9e9e;
}
.footer a:hover {
  color: #0b57d0;
}
.index_banner {
  width: 100%;
  height: 870px;
  background: url("imgs/banner.png") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index_banner :first-child {
  font-size: 68px;
  font-weight: 700;
  color: #ffffff;
  line-height: 128px;
}
.index_banner :last-child {
  font-size: 52px;
  color: #b0c6e5;
}
.userDispute_banner {
  width: 100%;
  height: 500px;
  background: url("imgs/user_banner.png") no-repeat center center;
}
.userDispute_banner .w {
  padding-top: 150px;
}
.userDispute_banner .w :first-child {
  font-size: 52px;
  color: #fff;
}
.userDispute_banner .w :last-child {
  font-size: 30px;
  color: #fff;
  margin-top: 50px;
}
.userDispute_content {
  margin: 40px auto;
}
.userDispute_content .title {
  text-align: center;
  margin-bottom: 60px;
}
.userDispute_content .content-title {
  margin-top: 40px;
}
.userDispute_content p {
  color: #666666;
  line-height: 30px;
}
.appList {
  margin: 40px auto;
}
.appList_banner {
  width: 100%;
  height: 500px;
  background: url("imgs/user_banner.png") no-repeat center center;
}
.appList_banner .w {
  padding-top: 150px;
}
.appList_banner .w :first-child {
  font-size: 52px;
  color: #fff;
}
.appList_banner .w :last-child {
  font-size: 30px;
  color: #fff;
  margin-top: 50px;
}
.appList_content {
  text-align: center;
  margin-bottom: 66px;
}
.appList_content .software {
  width: 82px;
  height: 82px;
}
.appList_content p {
  text-align: left;
  text-indent: 2em;
  line-height: 28px;
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 30px;
}
.appList_content .advertisings {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.appList_content .advertisings img {
  width: 270px;
  height: 480px;
  border-radius: 12px;
}
.contact_content.w {
  text-align: center;
}
.contact_content.w img {
  height: 600px;
}
.title {
  font-size: 24px;
  margin: 18px 0;
}
p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  text-indent: 2em;
  line-height: 28px;
}
.loginTit {
  background-color: #efefef;
  border-bottom: 1px solid #ccc;
}
.loginTit .w {
  display: flex;
  height: 55px;
  align-items: center;
  justify-content: space-between;
}
.loginTit .w .title {
  font-size: 18px;
  font-weight: bold;
}
.loginTit .w .register {
  color: #1e8fdf;
  cursor: pointer;
}
.login_content {
  text-align: center;
}
.login_content .box {
  margin: calc(100vh - 759px) auto 150px;
  border: 2px solid #dedede;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 500px;
  height: 300px;
  display: flex;
  align-items: center;
}
.login_content .box .login-form {
  margin-left: 100px;
}
.login_content .box .login-form .item {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}
.login_content .box .login-form .item .name {
  width: 80px;
  text-align: right;
}
.login_content .box .login-form .item input {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 30px;
  width: 200px;
  padding-left: 10px;
}
.login_content .box .login-form .btn {
  width: 200px;
  height: 30px;
  border: none;
  background-color: #1e8fdf;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
