html,
body,
div,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend {
  border: 0 none;
  font-family: inherit;
  font-feature-settings: inherit;
  font-kerning: inherit;
  font-language-override: inherit;
  font-size: 100%;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-synthesis: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html,
body {
  color: #333;
  font-size: 14px;
  background: #f6f7fb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", SimHei, tahoma, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #3499da;
  text-decoration: none;
}

a:hover {
  color: #3499da;
  text-decoration: underline
}

a img {
  border: 0 none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

.gclear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.flag {
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 9999;
  background: rgba(0, 0, 0, .5);
  color: #ccccccd4;
  font-size: 12px;
}

a:hover {
  text-decoration: underline;
}

.icon-reply,
.icon-del,
.icon-like,
.icon-time,
.icon-contract,
.icon-expand,
.icon-sai,
.icon-female,
.icon-male,
.icon-user,
.icon-weibo,
.icon-douban,
.icon-qqmb,
.icon-qzone,
.icon-weixin,
.icon-weibo-solid,
.icon-douban-solid,
.icon-qqmb-solid,
.icon-qzone-solid,
.icon-weixin-solid,
.icon-write,
.icon-mail,
.icon-comment,
.icon-rank,
.icon-top,
.icon-add,
.icon-medal,
.icon-delete,
.icon-ok,
.icon-cross {
  display: inline-block;
  font-size: 16px;
  font-family: yyba-group-icons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/roboto-regular-webfont.woff) format("woff")
}

@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/roboto-medium-webfont.woff) format("woff")
}

ol,
ul {
  list-style: none;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}

.gclear::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.gclear {
  display: block;
  min-height: 1%;
}

#replyer span {
  color: #333;
  font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", SimHei, tahoma, sans-serif;
}

.xc_layer {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999997;
  filter: alpha(opacity=50);
  /*IE滤镜，透明度50%*/
  -moz-opacity: 0.5;
  /*Firefox私有，透明度50%*/
  opacity: 0.5;
  /*其他，透明度50%*/
  background-color: rgb(0, 0, 0);
}

.gui-block {
  position: fixed;
  left: 32%;
  top: 30%;
  z-index: 999998;
  padding: 8px;
  width: 514px;
  background-color: #f0f0f0;
}

.gui-block-b {
  border: 1px solid #afafaf;
}

.gui-block-hd {
  overflow: hidden;
  background-color: #edf4ed;
  border-bottom: 1px solid #d9d9d9;
}

.gui-block-hd span {
  _display: inline;
  float: left;
  margin-left: 20px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.gui-block a {
  color: #46b6b6;
  text-decoration: none;
}

.gui-block-close {
  _display: inline;
  float: right;
  margin: 12px 10px 0 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/small.gif) no-repeat -16px -560px;
}

.gui-block-bd {
  display: block;
  min-height: 1%;
  padding: 20px;
  _zoom: 1;
  font-size: 14px;
  word-wrap: break-word;
  background-color: #FFF;
  border-top: 0;
}

.gfl {
  float: left;
  -display: inline;
}

.global-nav .badge {
  display: none;
  position: absolute;
  top: 5px;
  padding: 2px 5px;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  background: #E25A59 !important;
  border-color: #E25A59 !important;
  color: #fff;
  border-radius: 9px;
  line-height: 14px;
  white-space: nowrap;
  vertical-align: baseline;
}

.space:before {
  content: '/';
  margin: 0 5px;
  font-style: normal;
}

/* pinwheel_wrap */
.pinwheel_wrap {
  position: absolute;
  z-index: 9999;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.pinwheel_wrap .pinwheel_layer {
  position: static;
  -moz-box-shadow: 0 0 10px #888888;
  box-shadow: 0 0 10px #888888;
}

.pinwheel_wrap .pinwheel_layer .bg {
  padding: 4px;
  background-color: #CFCFCF;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.pinwheel_wrap .pinwheel_content {
  background-color: #fff;
}

.pinwheel_wrap .pinwheel_default_html {
  background-color: #fff;
  width: 150px;
  height: 100px;
}

.pinwheel_wrap .arrow {
  background: url("../images/pinwheellayer_arrow.png") no-repeat scroll 0 0 transparent;
  display: block;
  overflow: hidden;
  position: absolute;
}

.pinwheel_wrap .arrow_t,
.pinwheel_wrap .arrow_b {
  background-position: 0 0;
  height: 9px;
  left: 20px;
  top: -5px;
  width: 14px;
}

.pinwheel_wrap .arrow_r,
.pinwheel_wrap .arrow_l {
  background-position: -8px -24px;
  height: 14px;
  right: -5px;
  top: 20px;
  width: 9px;
}

.pinwheel_wrap .arrow_b {
  background-position: 0 -8px;
  bottom: -5px;
  top: auto;
}

.pinwheel_wrap .arrow_l {
  background-position: 0 -24px;
  left: -5px;
  right: auto;
}

.pinwheel_wrap .pinwheel_loading {
  padding: 10px 20px;
  font-size: 12px;
  color: #666;
}

.pinwheel_wrap #signaturelog {
  font: 12px/1.5 Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif, "\5b8b\4f53";
}

.pinwheel_wrap .pinwheel_loading div {
  background: url("../images/pinwheellayer_arrow.gif") no-repeat scroll 0 0 transparent;
  text-align: center;
  text-indent: 20px;
  width: 120px;
  height: 20px;
  line-height: 20px;
}

.centerWidth {
  width: 1200px;
  margin: 0 auto;
}

/*--顶部开始--*/
.nav {
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(159, 169, 176, .22);
}

.nav .preview {
  height: 30px;
  line-height: 30px;
  background: #0b1721;
  color: #b2b2b2;
  font-size: 13px;
  overflow: hidden;
}

.nav .row {
  /* width: 1200px;
    margin: 0 auto; */
  display: flex;
  justify-content: space-between;
}

.leftSide {
  float: left;
}

a {
  color: #009bf4;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0s ease;
}

a:active {
  color: #0093e8;
}

a:hover {
  color: #33aff6;
}

a:active,
a:hover {
  outline-width: 0;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

.nav .preview a {
  color: #fff;
}

.nav .preview .val {
  margin-left: 10px;
  color: #fff;
}

.nav .preview .cell {
  display: inline-block;
  margin-right: 16px;
  line-height: 25px;
}

.nav .preview .val {
  margin-left: 10px;
  color: #fff;
}

.nav .preview .rightSide {
  height: 30px;
}

.nav .preview .rightSide {
  text-align: right;
  height: 40px;
}

.rightSide {
  /* float: right; */
}

.nav .preview .rightSide a {
  margin-left: 30px;
}

.nav .header {
  clear: both;
  height: 60px;
  background: #fff;
}

.nav .header .centerWidth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav .header .languageBox {
  width: fit-content;
  font-size: 16px;
  color: #333333;
  position: relative;
}

.nav .header .languageBox .title {
  line-height: 34px;
  font-weight: bold;
  cursor:pointer;
}

.nav .header .languageBox:hover .dropdown{
  display: block;
}

.nav .header .languageBox .dropdown {
  width: 200px;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0px 3px 8px 1px rgba(153, 153, 153, 0.18);
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  display: none;
}

.nav .header .languageBox .dropdown .active {
  background: #F2F3F7;
}

.nav .header .languageBox .dropdown .item {
  padding: 9px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
}

.nav .header .languageBox .dropdown .item span {
  border: 1px solid #2274FB;
  border-radius: 2px;
  background: #FFFFFF;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 16px;
  color: #2274FB;
  font-size: 18px;
  font-weight: bold;
}

.nav .header .link.active {
  position: relative;
}

.nav .header .link {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  color: #0b1721;
  line-height: 60px;
  margin-right: 45px;
  display: inline-block;
  font-weight: 600;
}

.nav .header .link.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 100%;
  background: #0b69ef;
}

.nav .header .logo img {
  vertical-align: -10px;
}

.nav .header .link.active,
.nav .header .link:hover {
  color: #0b69ef;
}

.nav .searchForm {
  margin-top: 12px;
  float: right;
}

.searchForm {
  width: 300px;
  position: relative;
}

.searchForm input {
  position: relative;
  z-index: 999;
  font-size: 14px;
}

.searchForm input {
  width: 270px;
  border: 1px solid #dde0eb;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  background: #f6f7fb;
  color: #333;
  border-radius: 2px;
}

.searchForm button {
  z-index: 999;
}

.searchForm button {
  background: #f6f7fb;
  border: none;
  height: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
  outline: 0;
  list-style: none;
}

.searchForm .autoComplete {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 5px 14px 0 rgba(159, 169, 176, .5);
  background: #fff;
  width: 300px;
  position: absolute;
  top: 0;
  margin-top: 40px;
  z-index: 99999;
}

.searchForm .icon-search {
  width: 26px;
  vertical-align: middle;
  display: inline-block;
  height: 30px;
  background: url(../images/search3.png) no-repeat;
}

.searchForm .autoComplete .tit {
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f0f2f9;
  line-height: 32px;
  margin: 0 13px;
  width: 100%;
}

.searchForm .autoComplete .list {
  margin: 5px 0;
}

.searchForm .autoComplete .list {
  margin: 5px 0;
}

/*--顶部结束--*/
#footer {
  margin-top: 30px;
  overflow-x: hidden;
  color: #999;
  background: #0b1721;
  background-color: #0b1721;
  left: 0;
  right: 0;
  padding-top: 30px !important;
}

#footer .friendly {
  padding: 0 0 30px;
  border-bottom: 1px solid #333;
  z-index: 99;
  position: relative;
  margin-bottom: 30px !important;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

#footer .friendly span {
  color: #ccc;
  font-size: 16px;
  font-weight: normal;
  display: block;
}

#footer a {
  color: #8a8a8a;
  margin-top: 10px;
  margin-right: 15px;
  display: inline-block;
}

#footer a:hover {
  color: #fff;
}

#footer .text-center {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding-bottom: 15px !important;
  text-align: center;
}

#footer .bn a {
  color: #999;
}

#footer .friendly span .yl {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-left: 10px;
}

.toolBar-wrap {
  position: fixed;
  top: 70%;
  left: 50%;
  margin-left: 612px;
  /* width: 54px; */
  z-index: 999
}

.tool-gotop .gotop {
  display: block;
  width: 54px;
  height: 55px;
  margin-bottom: 5px;
  background-image: url(../images/toolbar3.png);
  background-repeat: no-repeat;
  background-size: 200%;
}

.tool-gotop .gotop {
  background-position: -56px 0;
}

.toolBar-wrap li a:hover {
  background-position: 0 0;
}

.topframe {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  border-bottom: 1px solid #faebcc;
  margin: 0;
  padding: 15px;
  text-align: center;
  border-radius: 0;
  display: none;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.pageWrapper {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 830px;
}

.pageErr {
  width: 1280px;
  min-height: 100%;
  text-align: center;
  padding: 1px;
  color: #8a97a1;
  font-size: 16px;
  overflow: hidden;
}

.pageErr img {
  margin-top: 100px;
  width: 484px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-height: 236px;
}

.back {
  margin-top: 15px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #0c8dd7;
  color: #0c8dd7;
  padding: 0 20px;
  border-radius: 40px;
  display: inline-block;
}

.searchForm .autoComplete .list a {
  display: block;
  line-height: 32px;
  color: #333;
  font-size: 14px;
  padding: 0 13px;
}

.searchForm .autoComplete .list a img {
  height: 16px;
  width: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.searchForm .autoComplete .keywordlink:hover,
.searchForm .autoComplete .list a:hover {
  background: #f1f2f5;
}

.searchForm .autoComplete .list a .small {
  font-size: 12px;
  color: #84929c;
  margin-left: 10px;
}

.searchForm .autoComplete .keywordlink {
  display: block;
  line-height: 40px;
  padding: 0 13px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}

.searchForm .autoComplete .keywordlink span {
  color: #009bf4;
  display: inline-block;
  max-width: 170px;
  font-size: 14px;
  vertical-align: bottom;
  padding: 0 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile {
  display: none;
}

.mobile .headerTop {
  padding: 10px 15px;
  /* background-color: #7f7f7f; */
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dedede;
}

.mobile .headerTop .logoImg {
  height: 40px;
}

.mobile .headerTop .logoImg img {
  height: 100%;
}

.mobile .headerTop .toggleBottom .touch-icon-menu {
  /* background-image: url(../images/touch-icon-menu-w.png); */
  background-image: url(../images/gengduo.png);
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}

.mobile .headerBottom {
  /* background-color: #767676; */
  background-color: #fff;
  /* padding: 16px 16px 35px; */
  padding: 0px 16px 16px;
  list-style: none;
  line-height: 50px;
  font-size: 18px;
  display: none;
}

.mobile .headerBottom li {
  border-bottom: 1px solid #dedede;
}

.mobile .headerBottom li a {
  color: #666;
  /* color: #fff; */
  display: block;
  width: 100%;
}

.mobile .languageBox {
  
}

.mobile .languageBox {
  width: fit-content;
  font-size: 16px;
  color: #333333;
  position: relative;
  margin-right: 20px;
  z-index: 11;
}

.mobile .languageBox .title {
  line-height: 34px;
  font-weight: bold;
  cursor:pointer;
}

.mobile .headerTop>.flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mobile .languageBox .dropdown {
  width: 100px;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0px 3px 8px 1px rgba(153, 153, 153, 0.18);
  border-radius: 10px;
  display: none;
  padding: 10px;
  font-size: 14px;
}

.mobile .languageBox .dropdown .active {
  color: #2274FB;
  background:#DCE9FE;
  border-radius: 4px;
}

.mobile .languageBox .dropdown .item {
  padding: 9px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
}

.mobile .link.active {
  position: relative;
}

.fiexd_buttom {
  height: 60px;
  bottom: 0;
  position: fixed;
  width: 100vw;
  z-index: 9999;
  display: none;
}

.bottomNav {
  height: 60px;
  background: #fff;
  border-top: 1px solid #ecf0f4;
  position: fixed;
  bottom: -1px;
  width: 100vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.bottomNav svg {
  display: block;
  margin: 0 auto;
}

.bottomNav a {
  color: #939ea9;
  width: 20%;
  text-align: center;
  display: block;
  /* float: left; */
  font-size: 14px;
}



.bottomNav img {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  /* margin: 4px auto 0; */
}

.bottomNav a.active {
  color: #1890ff;
}

.bottomNav .navbtn {
  font-size: 16px;
  font-family: nav;
  font-style: normal;
  display: block;
  height: 50px;
  margin-top: -20px;
}

.bottomNav .notChoose {
  display: block;
}

.bottomNav .choose {
  display: none;
}

.bottomNav a.active .notChoose {
  display: none;
}

.bottomNav a.active .choose {
  display: block;
}


.userHeader {
  padding: 32px 0px;
  background: #fff;
  box-shadow: 0px 14px 27px 0px rgba(153, 153, 153, 0.1);
  border-top: 4px #E7EBF0 solid;
  background: url(../images/userInfoBg.jpg) left top no-repeat;
  background-size: 100% 100%;
}

.userHeader .info {
  width: 260px;
  margin: 0 auto;
  text-align: center;
}

.userHeader .info .avatar {
  width: 74px;
  height: 74px;
  border-radius: 74px;
  overflow: hidden;
  margin: 0 auto;
}

.userHeader .info .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.userHeader .info .userName {
  margin-top: 23px;
  color: #000000;
  font-size: 26px;
  font-weight: bold;
}

.userHeader .info .userContent {
  margin-top: 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}

.userHeader .info .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.userHeader .info .flex .item {
  width: fit-content;
  max-width: 32%;
}

.userHeader .info .flex .item .num {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

.userHeader .info .flex .item .text {
  margin-top: 19px;
  color: #666666;
  font-size: ;
}

@media screen and (max-width:1360px) {
  .toolBar-wrap {
    left: auto;
    right: 10px;
  }
}

@media screen and (max-width:1300px) {
  .centerWidth {
    width: 1100px;
  }
}

@media screen and (max-width:1120px) {
  .centerWidth {
    width: auto;
    margin: 0 auto;
  }

  .nav .header .link {
    margin-right: 25px;
  }

  .nav {
    display: none;
  }

  .mobile {
    display: block;
  }

  .tool-gotop .gotop {
    width: 40px;
    height: 41px;
  }

  .tool-gotop .gotop {
    background-position: -41px 0;
  }

  #footer {
    display: none;
  }

  .fiexd_buttom {
    display: block;
  }

  .main {
    margin-bottom: 70px;
  }


  .userHeader .info .userName {
    font-size: 22px;
  }

  .userHeader .info .flex .item .num {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .mobile .headerTop .logoImg {
    height: 40px;
  }

  .mobile .headerTop .toggleBottom .touch-icon-menu {
    height: 28px;
    width: 28px;
  }

  .userHeader .info .userName {
    font-size: 18px;
  }

  .userHeader .info .userContent {
    font-size: 14px;
  }

  .userHeader .info .flex .item .num {
    font-size: 16px;
  }

  .userHeader .info .flex .item .text {
    font-size: 12px;
    margin-top: 10px;
  }

  .userHeader .info .userContent,
  .userHeader .info .flex {
    margin-top: 12px;
  }
}

@media screen and (max-width: 480px) {
  .mobile .headerTop .logoImg {
    height: 30px;
  }

  .mobile .headerTop .toggleBottom .touch-icon-menu {
    height: 20px;
    width: 20px;
  }
}