body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  color: #282828;
  font-size: 14px;
  font-family: 'Microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

li {
  vertical-align: top;
}

input,
textarea,
select,
button {
  font: 14px 'Microsoft yahei', Verdana, Helvetica, Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

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

.clearfix {
  *zoom: 1;
}

.layout {
  width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.justify_around {
  justify-content: space-around;
}

.justify_between {
  justify-content: space-between;
}
.text_right{
  text-align: right;
}
/* .page-enter-active {
  transform-origin: top;
  animation: bounce-in 0.5s;
}

@keyframes bounce-in {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
} */
body{
  line-height: 26px;
}
a {
  color: #282828;
  text-decoration: none;
  transition: 1s;
}

a:hover {
  color: orangered;
  transition-duration:0.5s;
  text-decoration: none;
}
.undis{
  display: none;
}
.orange {
  color: #FB6340;
}
.red,
.orangered {
  color: orangered;
}
.green{
  color:green;
}
.blue {
  color: #0062da;
}
.el-carousel__container{
  /*height: 456px;*/
  height: 100% !important;
}

.free{display:none}

@media screen and (max-width: 701px) {
  .free{
    display: block;
    margin:20px 10px 10px;
    padding:10px 0;
    text-align: center;
    background: pink;
    border-radius: 10px;
  }
  .header .mini .flex{
    display: inline-block;
  }
  .header .mini .layout nav a{
    display: inline-block;
    padding:10px!important;
  }
  .header .mini{
    height:auto!important;
    line-height: 24px!important;
  }
  .layout{
    width:auto;
  }
  .wrap{
    flex-wrap: nowrap;
  }
  .wrapContent{
    display: block!important;
  }
  .wrapContent .main{
    margin:0 auto;
    width: 90%!important;
  }
  .wrapContent .main .img{
    width: 100%;
  }
  .wrapContent .slide{
    margin:20px auto 0 auto;
    width: 90%!important;
  }
  .wraps article,
  .wrap article{
    width: 95%!important;
    margin:0 auto;
  }
  .wrap .main{
    width:auto!important;
    margin-bottom:20px;
  }
  .wrap .slide{
    width:auto!important;
  }
}



// 在全局样式文件中定义
:root {
  --primary-color: #e71a2f;
  --primary-light: #ff6b81;
  --primary-dark: #c41425;
  --text-dark: #333333;
  --text-medium: #666666;
  --text-light: #888888;
  --bg-light: #f8f8f8;
  --bg-white: #ffffff;
  --shadow-light: 0 5px 15px rgba(0, 0, 0, 0.05);
  --shadow-medium: 0 8px 25px rgba(0, 0, 0, 0.08);
}
