/*
  默认样式
*/
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;
  }
}
.casepage {
  padding-bottom: 105px;
}
.neienlifen {
  padding: 30px 0;
}
.neienlifen .enlist {
  display: flex;
  flex-wrap: wrap;
}
.neienlifen .enlist .enitem {
  width: 380px;
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 40px;
}
.neienlifen .enlist .enitem .itimg {
  transition: all 0.3s;
  width: 100%;
  height: 218px;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.neienlifen .enlist .enitem .itimg img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.neienlifen .enlist .enitem .tbimg {
  transition: all 0.3s;
}
.neienlifen .enlist .enitem .titwin {
  margin-bottom: 40px;
}
.neienlifen .enlist .enitem .titwin h3 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  transition: all 0.3s;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 25px;
  height: 42px;
}
.neienlifen .enlist .enitem .titwin p {
  font-size: 14px;
  color: #919191;
  font-weight: 400;
  margin-bottom: 22px;
  line-height: 16px;
}
.neienlifen .enlist .enitem .titwin h4 {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.neienlifen .enlist .enitem:nth-child(3n) {
  margin-right: 0;
}
.neienlifen .enlist .enitem:hover .itimg img {
  transform: translateZ(0) scale(1.2);
}
.neienlifen .enlist .enitem:hover .titwin h3 {
  color: #A41B35;
}
.neienlifen .enlist .enitem:hover .tbimg > img {
  content: url(../images/arrow7-2.png);
}
@media (max-width: 1260px) {
  .casepage {
    padding-bottom: 90px;
  }
  .neienlifen .enlist {
    width: 100%;
  }
  .neienlifen .enlist .enitem {
    width: 30%;
    margin-right: 5%;
  }
}
@media (max-width: 960px) {
  .casepage {
    padding-bottom: 80px;
  }
  .neienlifen .enlist .enitem .itimg {
    margin-bottom: 25px;
  }
}
@media (max-width: 750px) {
  .casepage {
    padding-bottom: 60px;
  }
  .neienlifen .enlist .enitem:nth-child(3n) {
    margin-right: 4%;
  }
  .neienlifen .enlist .enitem {
    width: 48%;
    margin-right: 4%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.08);
    padding-bottom: 10px;
  }
  .neienlifen .enlist .enitem .tbimg {
    padding: 0 8px;
    display: flex;
    justify-content: flex-end;
  }
  .neienlifen .enlist .enitem .titwin {
    padding: 0 8px;
    margin-bottom: 20px;
  }
  .neienlifen .enlist .enitem .titwin h3 {
    margin-bottom: 15px;
  }
  .neienlifen .enlist .enitem .titwin p {
    margin-bottom: 10px;
  }
  .neienlifen .enlist .enitem:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 520px) {
  .casepage {
    padding-bottom: 40px;
  }
  .neienlifen .enlist .enitem {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .neienlifen .enlist .enitem .itimg {
    height: 200px;
    margin-bottom: 10px;
  }
  .neienlifen .enlist .enitem .titwin {
    padding: 0 8px;
    margin-bottom: 20px;
  }
  .neienlifen .enlist .enitem .titwin h3 {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 8px;
  }
  .neienlifen .enlist .enitem .titwin p {
    margin-bottom: 5px;
  }
  .neienlifen .enlist .enitem .titwin h4 {
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    height: 34px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    box-orient: vertical;
  }
  .neienlifen .enlist .enitem:nth-child(2n) {
    margin-right: 0;
  }
  .neienlifen .enlist .enitem:nth-child(3n) {
    margin-right: 0;
  }
}
.casewrap {
  padding-top: 103px;
  padding-bottom: 120px;
}
.neienlifen {
  padding: 0;
}
.casepage {
  padding-bottom: 0;
  padding-top: 60px;
}
@media (max-width: 1260px) {
  .casewrap {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .casepage {
    padding-top: 50px;
  }
}
@media (max-width: 960px) {
  .casewrap {
    padding-top: 75px;
    padding-bottom: 80px;
  }
  .casepage {
    padding-top: 40px;
  }
}
@media (max-width: 750px) {
  .casewrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .casepage {
    padding-top: 30px;
  }
}
@media (max-width: 520px) {
  .casewrap {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .casepage {
    padding-top: 20px;
  }
}
/*# sourceMappingURL=artshare.css.map */