/*
  默认样式
*/
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
}
input {
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
textarea {
  -webkit-appearance: none;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
table,
caption,
th,
td,
form,
input,
button,
textarea {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
  color: #333333;
}
a:hover,
button:hover {
  transition: all 0.3s;
}
button,
button:active,
button:focus {
  border: 0;
  outline: 0;
  background: transparent;
}
h1,
h2,
strong,
b {
  font-weight: bold;
}
h3,
h4,
h5,
h6,
em,
dt {
  font-weight: 400;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
select {
  color: #313233;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #313233;
}
img {
  display: flex;
}
.add {
  height: 100%;
  overflow: hidden;
}
* {
  font-size: 16px;
  color: #323232;
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}
.swiper-pagination-bullet:focus {
  outline: none !important;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none !important;
}
.swiper-button-disabled[aria-label="Previous slide"] {
  opacity: 1;
}
.swiper-button-disabled[aria-label="Previous slide"] > img {
  content: url("../images/arrow2-1.png");
}
.swiper-button-disabled[aria-label="Next slide"] {
  opacity: 1;
}
.swiper-button-disabled[aria-label="Next slide"] > img {
  content: url("../images/arrow2-4.png");
}
.flex {
  display: flex;
}
.sa {
  justify-content: space-around;
}
.sb {
  justify-content: space-between;
}
.jc {
  justify-content: center;
}
.js {
  justify-content: flex-start;
}
.je {
  justify-content: flex-end;
}
.ac {
  align-items: center;
}
.as {
  align-items: flex-start;
}
.ae {
  align-items: flex-end;
}
.col {
  flex-direction: column;
}
.col-r {
  flex-direction: column-reverse;
}
.wrap {
  flex-wrap: wrap;
}
.nowrap {
  flex-wrap: nowrap;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg2 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page {
  padding: 0 30px;
}
.yuan {
  width: 30px;
  height: 30px;
  border: 7px solid #A41B35;
  border-radius: 100%;
  margin-right: 10px;
  min-width: 30px;
}
.checkbox {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 2px solid #DBE0E3;
  margin-right: 10px;
  cursor: pointer;
}
.checkbox-h {
  width: 32px;
  height: 32px;
  border: 2px solid #DBE0E3;
  margin-right: 10px;
  cursor: pointer;
}
.radio {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  cursor: pointer;
}
.radio-h {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  cursor: pointer;
}
.hidefont {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hidefont2 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.hidefont3 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.hidefont4 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.min1260,
.min750 {
  display: none;
}
@media (max-width: 1260px) {
  .min1260 {
    display: block;
  }
  .max1260 {
    display: none;
  }
}
@media (max-width: 750px) {
  .min750 {
    display: block;
  }
}
