* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 1200px;
  height: 100%;
}

a {
  text-decoration: none;
  color: #000000;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

button,
input {
  outline: 0;
  border: none;
  font-family: "微软雅黑 Regular", "Microsoft YaHei";
}

input:focus {
  box-shadow: 0 0 5px transparent;
  -webkit-box-shadow: 0 0 5px transparent;
  -moz-box-shadow: 0 0 5px transparent;
}

li {
  list-style: none;
}

.cursor {
  cursor: pointer;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 99;
}

.showMessage {
  padding: 10px 20px;
  border-radius: 5px;
  position: fixed;
  top: 5%;
  left: 50%;
  color: #ffffff;
  z-index: 99999;
  transform: translate(-50%, 0);
}

.showMessageSuccess {
  background-color: #f0f9eb;
  border: 1px solid #E1F3D8;
  color: #67c23a;
}

.showMessageError {
  background-color: #fef0f0;
  border: 1px solid #fde2e2;
  color: #F76C6C;
}

.modal-dialog {
  max-width: 700px;
}

.modal-header {
  background-color: #F3F3F3;
  display: flex;
  justify-content: center;
}

.modal-body {
  padding: 2rem 1rem;
}

.modal-body p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-body p label {
  width: 100px;
  text-align: right;
}

.modal-body p input {
  width: 400px;
}

.modal-bitian {
  width: 100px;
  color: #FE0002;
  text-align: left;
  margin-left: 15px;
}

.modal-tishi {
  width: 400px;
  color: #999999;
  text-align: left;
}

.login-btns {
  margin: 15px 10px 0;
}

#loginCode {
  width: 200px;
}

.modal-bitian2 {
  width: 300px;
  margin-left: 15px;
}
