/* 初始化代码 */
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;
}

td,
th,
caption {
  font-size: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size  : 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style : normal;
  font-weight: normal;
}

a {
  text-decoration: none;
  color          : #666;
}

html {
  margin  : 0 auto;
  padding : 0;
  height  : 100%;
  position: relative;
}

a {
  text-decoration: none;
  color          : #000;
}

li {
  list-style: none;
}

input {
  border : none;
  outline: none;
}

img {
  border        : none;
  vertical-align: middle;
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
  color          : #666;
}

img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

body {
  position: relative;
  width      : 100%;
  background : rgba(247, 248, 250, 1);
  font-family: PingFangSC-Regular, PingFang SC;
  color      : rgba(180, 180, 183, 1);
  font-size  : 12px;
  font-weight: 400;
  line-height: 1;
  min-height: 100%;

}

.clearfix::after {
  content   : ".";
  clear     : both;
  display   : block;
  height    : 0;
  visibility: hidden;
}

textarea,
button {
  outline: none;
  border : none;
}

input {
  border : none;
  outline: medium;
}

table {
  border-collapse: collapse;
}

html {
  overflow-y: scroll;
}

.clearfix {
  *zoom: 1;
}

i {
  font-style: normal;
}

.container {
  width : 1200px;
  margin: 0 auto;
}

.flex-between {
  display        : flex;
  justify-content: space-between;
}

.flex-center {
  display    : flex;
  align-items: center;
}

.flex-around {
  display        : flex;
  justify-content: space-around;
}

.flex {
  display: flex;
}

.flex-wrap {
  display  : flex;
  flex-wrap: wrap;
}

.flex-end {
  display    : flex;
  align-items: flex-end;
}

.font-bold {
  font-weight: bold;
}

.swiper-slide {
  width     : 100%;
  max-height: 750px;
}

.swiper-slide img {
  width : 100%;
  height: 100%;
}


.box-size {
  box-sizing: border-box;
}

.top-twenty {
  margin-top: 20px;
}

.top-ten {
  margin-top: 10px;
}

.top-fifteen {
  margin-top: 15px;
}

.left-ten {
  margin-left: 10px;
}

.right-ten {
  margin-right: 10px;
}

.bottom-ten {
  margin-bottom: 10px;
}

.page {
  position  : relative;
  width     : 100%;
  min-height: calc(100% - 89px);
  /*设置padding-bottom值大于等于footer的height值，以保证main的内容能够全部显示出来而不被footer遮盖；*/
  box-sizing: border-box;
  box-sizing: border-box;
  padding   : 0 20px;
  background: rgba(247, 248, 250, 1);
  padding-bottom: 80px;
}

.cell-views {
  margin-bottom: 16px;
  background: #fff;
  padding: 20px;
}

.pagination-page {
  position: absolute;
  width        : 100%;
  height       : 32px;
  background   : #ffffff;
  line-height  : 32px;
  box-shadow:0px -1px 10px 0px rgba(0,0,0,0.05);
  bottom: 0px;
  left: 0;
  right: 0;
}

.pagination-page .pagination {
  display        : flex;
  justify-content: center;
}

.pagination-page .pagination li {
   
  color       : #999999;
  padding-left: 10px;
  
}
.pagination-page .pagination li:first-child {
   

  padding-left: 0px;
  
}

.pagination-page .pagination li:first-child {

  color: #666666;
}

.pagination-page .pagination li:last-child {

  color: #666666;
}

.pagination-page .pagination .active span {
  color: #ff9b00;

}



.banner-view {
  width: 100%;
}

.banner-view img {
  width: 100%;
}

.title-text {
  font-size    : 15px;
  font-family  : PingFangSC-Medium, PingFang SC;
  font-weight  : 600;
  color        : rgba(51, 51, 51, 1);
  text-align   : center;
  margin-top   : 15px;
  margin-bottom: 10px;

}

.title-text img {
  width : 15px;
  height: 14px;
}

.banner-pic {
  width     : 100%;
  max-height: 300px;

}

.banner-pic img {
  width: 100%;
}

.question-button {
  background   : rgba(255, 155, 0, 1);
  border-radius: 26px;
  padding      : 7px 11px;
  font-weight  : 500;
  color        : rgba(255, 255, 255, 1);
}

.question-open {
  background   : rgba(180, 180, 183, 1);
  border-radius: 26px;
  padding      : 7px 11px;
  font-weight  : 500;
  color        : rgba(255, 255, 255, 1);
}

.question-hasopen {
  border-radius: 26px;
  border       : 1px solid rgba(255, 155, 0, 1);
  padding      : 7px 11px;
  font-weight  : 500;
  color        : rgba(255, 155, 0, 1);
  background   : #fff;
}

.question-button-default {

  border-radius: 26px;
  border       : 1px solid rgba(180, 180, 183, 1);
  padding      : 7px 11px;
  font-weight  : 500;
  color        : rgba(180, 180, 183, 1);
  background   : #fff;

}

.cell-view {
  width        : 100%;
  background   : rgba(255, 255, 255, 1);
  box-shadow   : 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}