@charset "utf-8";

/* （pc） */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-style: normal;
  -webkit-tap-highlight-color: transparent;
}


html {
  height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 1920px;
  margin: auto;
  background-color: #ffffff;
  color: #000;
  font-size: 0.18rem;
  font-weight: normal;
  -moz-user-select:none;
　-webkit-user-select:none;
  -ms-user-select:none;
  -khtml-user-select:none;
  user-select:none;
  line-height: 24px;
  font: 14px sans-serif;
}

ul,
li,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

li {
  display: inline-block;
  vertical-align: top;
}

a {
  text-decoration: none;
  outline: none;
  color: #000000;
}
img{
  width: 100%;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
  color: #000000;
  border: none;
}

a img {
  border: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
input, textarea { -webkit-font-smoothing: antialiased;  -webkit-text-size-adjust: 100%;  -ms-text-size-adjust: 100%;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  outline: none; border: none;}
input::-webkit-input-placeholder {
  color:#666;
}
input:-moz-placeholder {
  color:#666;
}
p {
  margin: 0;
}

img {
  display: block;
  height: auto;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  color: #000;
}

select::-ms-expand {
  display: none;
}

br {
  opacity: 0;
  font-family: none;
}

.body-hide{
  height: 100%;
  overflow: hidden;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  font-size: 0;
}

.fl {
  float: left;
}

.fr {
  float: right
}

.center {
  text-align: center;
}

.re {
  position: relative;
}

.ab {
  position: absolute;
}

.block {
  display: block;
}

.in-block {
  display: inline-block;
}

.color1{
  color: #e60021;
}
.shou {
  cursor: pointer;
}

.fx {
  position: fixed;
}

.bold {
  font-weight: bold;
}

.hide {
  display: none !important;
}

.pc-only {
  display: block !important;
}

.pad-only {
  display: none !important;
}

.mb-only {
  display: none !important;
}

.pc-pad {
  display: block !important;
}

.pc-m {
  display: block !important;
}

.mb-pad {
  display: none !important;
}
/* 顶部和尾部导航字体大小 */
.font24{
  font-size: 24px !important;
}
.font20{
  font-size: 20px !important;
}
.font18{
  font-size: 18px !important;
}
.font16{
  font-size: 16px !important;
}
.font14{
  font-size: 14px !important;
}
@media (max-width: 1600px) {
  .font24{
    font-size: 20px !important;
  }
  .font20{
    font-size: 17px !important;
  }
  .font18{
    font-size: 16px !important;
  }
  .font16{
    font-size: 14px !important;
  }
  .font14{
    font-size: 12px !important;
  }
}
@media (max-width: 1440px) {
  .font24{
    font-size: 18px !important;
  }
  .font20{
    font-size: 15px !important;
  }
  .font18{
    font-size: 14px !important;
  }
  .font16{
    font-size: 12px !important;
  }
  .font14{
    font-size: 10px !important;
  }
}
@media (max-width: 1366px) {
  .font24{
    font-size: 17px !important;
  }
  .font20{
    font-size: 14px !important;
  }
  .font18{
    font-size: 13px !important;
  }
  .font16{
    font-size: 12px !important;
  }
  .font14{
    font-size: 10px !important;
  }
}
@media (max-width: 1280px) {
  .font24{
    font-size: 16px !important;
  }
  .font20{
    font-size: 14px !important;
  }
  .font18{
    font-size: 12px !important;
  }
  .font16{
    font-size: 11px !important;
  }
  .font14{
    font-size: 9px !important;
  }
}
@media (max-width: 1024px) {

  /* （pad） */
  .pc-only {
    display: none !important;
  }

  .pad-only {
    display: block !important;
  }

  .mb-only {
    display: none !important;
  }

  .mb-pad {
    display: block !important;
  }

  .pc-m {
    display: none !important;
  }
  /* 字体 */
  .font24{
    font-size: 13px !important;
  }
  .font20{
    font-size: 11px !important;
  }
  .font18{
    font-size: 10px !important;
  }
  .font16{
    font-size: 9px !important;
  }
  .font14{
    font-size: 8px !important;
  }
}

@media (max-width: 767px) {

  /* （mob） */
  .pc-only {
    display: none !important;
  }

  .pad-only {
    display: none !important;
  }

  .mb-only {
    display: block !important;
  }

  .pc-pad {
    display: none !important;
  }

  .pc-m {
    display: block !important;
  }
  /* 字体 */
  .font32{
    font-size:4.3vw !important;
  }
  .font28{
    font-size: 3.75vw !important;
  }
  .font24{
    font-size: 3.2vw !important;
  }
  .font20{
    font-size: 2.6vw !important;
  }
  .font18{
    font-size: 2.4vw !important;
  }
  .font16{
    font-size: 2.15vw !important;
  }
  .font14{
    font-size: 1.75vw !important;
  }
}