body {
  font: normal normal 16px / 30px "Helvetica Neue", sans-serif, Arial, Helvetica, Verdana, "Microsoft YaHei";
  background-color: #f5f5f3;
}

body,
header,
div,
nav,
section,
ol,
ul,
li,
span,
a,
em,
i,
p,
footer,
dl,
dd,
h1,
h2,
h3,
h4,
article,
menu {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
}

i {
  font-style: normal;
}

h1 {
  font-size: 28px
}

h2 {
  font-size: 18px
}

h3 {
  font-size: 16px
}

time {
  font-size: .9em;
  color: #555;
}

img {
  object-fit: cover;
}

.backf {
  background-color: #fff;
}

.disp_flex {
  display: flex;
  flex-wrap: wrap;
}

.w_100 {
  width: 100%;
}

.clam {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  -webkit-box-orient: vertical;
}

.clam1 {
  -webkit-line-clamp: 1;
}

.clam2 {
  -webkit-line-clamp: 2;
}

.clam3 {
  -webkit-line-clamp: 3;
}

.container {
  box-sizing: border-box;
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #555;
}

a:hover {
  text-decoration: none;
  color: #ff4939;
}

table,
table tr,
table tr td {
  max-width: 100%
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 auto;
  width: 80%;
  color: #333;
  text-align: center;
}

table tr td {
  line-height: 2.5em;
}

table tr td,
table tr td span {
  font-size: 1em !important;
}

table tr:nth-child(odd) {
  background: #f5f5f5;
}

/*header*/
header {
  margin: 0;
  width: 100%;
  z-index: 9;
  position: relative;
  transition: all 0.4s;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.logo-section {
  justify-content: space-between;
  align-items: flex-end;
}

.logo {
  margin-right: 1em;
}

.logo img {
  margin-right: 10px;
  height: 40px;
}

.logo-title {
  font-size: 2em;
  color: #535353;
}

.m_menu {
  display: none;
}

/*topnav*/
.topnav {
  width: 50%;
  height: 4em;
  line-height: 4em;
}

.topnav ul {
  align-items: center;
}

.topnav li {
  font-size: 1.1em;
  width: 20%;
  text-align: center;
  transition: .3s ease all;
}

.topnav li a {
  color: #555;
  transition: .3s ease all;
}

.topnav li:nth-of-type(1) {
  background-color: #ff4939;
}

.topnav li:nth-of-type(1) a {
  color: #fff;
}

.topnav li:hover a {
  color: #fff;
}

.topnav li:hover {
  background-color: #ff4939;
}

#footer,
#footer_flink {
  background-color: #515151;
  padding-bottom: 1em;
  padding-top: .7em;
}

.sj_footer {}

.sj_footer p {
  text-align: center;
}

@media (max-width:576px) {
  .sj_footer p {
    font-size: 12px;
  }

}

.sj_footer p:nth-child(2) {
  display: none;
}

.sj_footer p a {
  padding-left: .5em;
  color: #fff;
}

.footer-copyright-con {
  margin-bottom: 1em;
  color: #fff;
  text-align: center;
}

.footer-copyright-con p {
  font-size: .9em;
  margin-bottom: .2em;
}

.footer-copyright-con p a {
  color: #fff;
  padding: 0 1%;
}

#DIALOG_CENTER_SHADE,
#DIALOG_CENTER,
#DIALOG_TOP,
#DIALOG_BOTTOM,
#MessageMeiErBeiCenter,
#MessageMeiErBeiShadow,
#MessageMeiErBeiBottom {
  display: none !important;
}

#MessageMeiErBeiBottomS {
  display: none;
}

.linkYou {
  text-align: center;
  margin-top: .5em;
  padding-top: .5em;
  padding-bottom: .5em;
  background-color: #515151;
  color: #fff;
  border-bottom: 1px solid #7f7979;
}

.linkYou a {
  color: #fff;
}

.icon-top {
  background: url(../img/totop.png) no-repeat center #fff;
  background-size: 22px;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: 10%;
  opacity: 0;
  transition: all 0.3s;
  z-index: 9999999;
  border: #ccc 1px solid;
  border-radius: 100%;
}

.icon-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

@media(max-width: 1200px) {
  .container {
    padding-left: 1%;
    padding-right: 1%;
  }
}

@media(max-width: 800px) {
  .search input.input_text {
    width: 65%;
  }
}

@media(max-width: 768px) {
  header {
    height: 3em;
    position: fixed;
    top: 0;
  }

  .logo-section {
    padding: 1em;
    padding-top: 0px;
    align-items: center;
    justify-content: space-between;
    padding-top: .24em;
  }

  .logo-title {
    font-size: 24px;
  }

  .search,
  .topnav {
    display: none;
  }

  .m_menu {
    display: block;
    font-size: 3em;
    color: #080808;
    padding-bottom: .24em;
  }

  .topnav {
    width: 100%;
    opacity: .9;
    height: auto;
    z-index: 100;
    background-color: #333;
    position: absolute;
    flex-direction: column;
    line-height: 4em;
    right: 0;
    top: 3em;
  }

  .topnav li {
    width: 100%;
  }

  .topnav li:not(:last-child) {
    border-bottom: 1px solid #999;
  }

  .topnav li:first-child {
    background: none;
  }

  .topnav li a {
    color: #fff !important;
  }

  #footer {
    border-top: none;
    margin-bottom: 4em;
  }

  #MessageMeiErBeiBottomS {
    display: flex;
    width: 100%;
    min-width: 320px;
    max-width: 600px;
    margin: 0 auto;
    height: 6em;
    bottom: -2em;
    position: fixed;
    z-index: 9999;
  }

  #MessageMeiErBeiBottomS div:first-child {
    border-right: 1px solid #fff;
  }

  #MessageMeiErBeiBottomS a {
    display: block;
    background-color: #474748;
    box-sizing: border-box;
  }

  #MessageMeiErBeiBottomS a:not(:last-child) {
    border-right: 1px solid #fff;
  }

  #MessageMeiErBeiBottomS a img {
    width: 100%;
    display: block;
  }
}

@media(max-width: 600px) {
  .logo img {
    /* width: 80%; */
    width: 100%;
  }

  .footer-copyright-con {
    display: none;
  }

  .sj_footer p:nth-child(2) {
    display: block;
    margin-top: .5em;
    color: #fff;
  }
}

@media(max-width: 481px) {
  .m_menu {
    font-size: 2.5em;
  }
}


.goback {
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  padding: 0 15px;
  color: #999;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
  width: 100%;
  z-index: 999;
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
}

.goback a,
.goback span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  float: left;
  font-size: 14px;
  color: #ff4939;
}

.goback span {
  width: 10px;
  margin: 0 10px 0 15px;
  background: url('../img/arr.png') 0 0 no-repeat;
  background-size: 10px 40px;
}

.goback h1 {
  font-size: 14px;
  font-weight: normal;
}