@charset "utf-8";
html,
body {
  width: 100%;
  height: 100%;
  line-height: 60%;
  color: #000;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
input {
  margin: 0;
  padding: 0;
  border: 0;
}
ol,
ul,
li {
  list-style: none;
}
* {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: STHeiti, Microsoft YaHei, Helvetica, Arial, sans-serif;
}
/*取消A标签提示区域*/
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
table,
th,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
textarea,
input[type="password"],
input[type="text"] {
  resize: none;
  outline: 0;
  -webkit-appearance: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
input {
  background-color: transparent;
  border-radius: 0;
}
input:focus {
  outline: none;
}
table {
  border-collapse: collapse;
}
em,
i {
  font-style: normal;
}
b {
  font-weight: normal;
}
img {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  /* background: #f4f4f4; */
}
.clearboth {
  zoom: 1;
}
.clearboth::after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
.boxes {
  padding: 0 0.4rem;
}
.myboxs {
  padding: 0.4rem;
}
.ndetailbox {
  background: #fff;
}
.pagerbox {
  display: flex;
  justify-content: center;
}
.pagerbox a {
  margin-left: 4px;
  display: block;
  font-size: 12px;
  color: #686666;
  line-height: 24px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.pagerbox a.cur {
  background: #2176be;
  border: 1px solid #2176be;
  color: #fff;
}
.whitebox {
  background: #fff;
}
.indexwbox {
  padding: calc(20 / 1920 * 100vw) 0;
  margin-bottom: calc(50 / 1920 * 100vw);
}
.w1200 {
    position: relative;
    max-width: 1200px;
    width: 70%;
    /* width: calc(1200 / 1920 * 100vw); */
    margin: 0 auto;
}
.mainbox {
  padding-bottom: 63px;
}

/* 分页 */
.pagebar {
  display: -webkit-flex;
  display: flex;
  padding: 20px 0;
  justify-content: end;
  background: #fff;
}

.pagebar a {
  display: block;
  padding: 0 10px;
  font-size: 12px;
  color: #898989;
  line-height: 20px;
  margin-left: 10px;
  border: 1px solid #d2d2d2;
}
.pagebar a.checked {
  background: #a72126;
  border: 1px solid #a72126;
  color: #fff;
}
