HTML,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
  border: none;
  font-family: "微软雅黑", "黑体", "宋体";
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}

html,
body {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  min-width: 1190px;
}

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

a {
  text-decoration: none;
}

a:link {
  color: #333;
}

a:visited {
  color: #333;
}

a:hover {
  color: #333;
}

a:active {
  color: #333;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

input {
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  padding: 0;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

img {
  border: none;
}

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

/*公共方法*/
.clear {
  clear: both;
}
.clear:after,
.clear:before {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cursor {
  cursor: pointer;
}

/*背景及色值表*/
.bg000 {
  background: #000;
}

.color000 {
  color: #000;
}
.none {
  display: none;
}


.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  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;
}

.suspension_frame {
  width: 72px;
  border: 1px solid #EAEAEA;
  position: fixed;
  top: 300px;
  right: 75px;
  background-color: #fff;
  z-index: 9999;
}
.suspension_frame>.frame_li {
  width:100%;
  height: 72px;
  box-sizing: border-box;
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.suspension_frame>.frame_li:nth-last-child(1) {
  border: 0;
}

.suspension_frame>.frame_li>img {
  width: 20px;
}
.suspension_frame>.frame_li>img:nth-child(2) {
  width: 24px;
}
.suspension_frame>.frame_li>img:nth-child(4) {
  width: 21px;
}
.suspension_frame>.frame_li>img:nth-child(5) {
  width: 18px;
}
.suspension_frame>.frame_li>span {
  font-size: 12px;
  color: #333333;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.suspension_frame>.frame_li:hover {
  background-color: #F96B60;
}
.suspension_frame>.frame_li:hover >span {
  color: #fff;
}

.hot_li:hover {
  background-color: #fff4f4;
  background-image: linear-gradient(90deg, #fff4f4, #fff);
  color: #F96B60 !important;
}
.nav_next:hover i{
  color: #FA7267;
}
.nav_prev:hover i{
  color: #FA7267;
}