@charset "UTF-8";
@font-face {
  font-family: "PangMenZhengDao";
  src: url("../css/fonts/PangMenZhengDao/PangMenZhengDao.woff") format("woff"), url("../css/fonts/PangMenZhengDao/PangMenZhengDao.ttf") format("truetype"), url("../css/fonts/PangMenZhengDao/PangMenZhengDao.eot") format("embedded-opentype");
}
@font-face {
  font-family: "OPPOSans-R";
  src: url("../css/fonts/OPPOSans-R/OPPOSans-R.woff") format("woff"), url("../css/fonts/OPPOSans-R/OPPOSans-R.ttf") format("truetype"), url("../css/fonts/OPPOSans-R/OPPOSans-R.eot") format("embedded-opentype");
}
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
/* 滚动条 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: block;
}

::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-color: transparent;
  border-style: solid;
}

::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb {
  min-height: 28px;
  padding-top: 100;
  background-color: #9faab9;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-width: 0;
}

::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.scrollbar-hover::-webkit-scrollbar,
.scrollbar-hover::-webkit-scrollbar-button,
.scrollbar-hover::-webkit-scrollbar-thumb,
.scrollbar-hover::-webkit-scrollbar-track {
  visibility: hidden;
}

.scrollbar-hover:hover::-webkit-scrollbar,
.scrollbar-hover:hover::-webkit-scrollbar-button,
.scrollbar-hover:hover::-webkit-scrollbar-thumb,
.scrollbar-hover:hover::-webkit-scrollbar-track {
  visibility: visible;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/* IE FireFox 滚动条 */
html,
body,
ul,
li,
div {
  /*三角箭头的颜色*/
  scrollbar-arrow-color: #ccc;
  /*滚动条滑块按钮的颜色*/
  scrollbar-face-color: #ccc;
  /*滚动条整体颜色*/
  scrollbar-highlight-color: #fff;
  /*滚动条阴影*/
  scrollbar-shadow-color: #fff;
  scrollbar-shadow-color: rgba(255, 255, 255, 0.3);
  /*滚动条轨道颜色*/
  scrollbar-track-color: #f2f2f2;
  /* firefox */
  scrollbar-color: #ccc #f2f2f2;
  scrollbar-width: thin;
}

body,
div,
html,
li,
ul {
  scrollbar-color: auto;
  scrollbar-width: auto;
}

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

/* 当前位置位置 */
.location {
  padding-left: 30px;
  height: 72px;
  line-height: 72px;
  font-size: 16px;
  background: url("../images/location_ico.png") no-repeat left center;
}

.location a {
  color: #333;
}

.location span {
  color: #226fd8;
}

/* 头部区域样式 */
.header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  font-family: "Source Han Sans CN", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.header-main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0 0;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-logo {
  width: 42px;
  height: 42px;
  margin-right: 16px;
  display: block;
}

.header-titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-titles-row {
  display: flex;
  align-items: center;
}

.header-title-main {
  font-size: 28px;
  font-weight: 700;
  color: #2e3033;
  line-height: 30px;
}

.header-title-divider {
  display: inline-block;
  width: 1px;
  height: 24px;
  background: #d7d7d7;
  margin: 0 16px;
}

.header-title-sub {
  font-size: 18px;
  color: #666;
  line-height: 26px;
}

.header-search {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  border-radius: 48px;
  padding: 0 16px;
  width: 220px;
  height: 34px;
}

.header-search-input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: #333;
  flex: 1;
  height: 32px;
}

.header-search-input::placeholder {
  color: #c2c2c2;
}

.header-search-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url("../images/search_icon.png") no-repeat center center;
  background-size: contain;
}

.header-nav {
  width: 100%;
  background: #fff;
  margin: 0 auto;
}

.header-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  line-height: 47px;
  padding: 10px 0;
  margin-top: 6px;
}

.header-nav li {
  font-size: 18px;
  color: #333;
  position: relative;
}
.header-nav li:nth-child(1) a {
  padding: 0 18px;
}

.header-nav li.current a,
.header-nav li a:hover {
  color: #226fd8;
  font-weight: 700;
  border-bottom: 2px solid #226fd8;
}

.header-nav li a {
  color: #333;
  text-decoration: none;
  line-height: 47px;
  display: block;
  transition: color 0.2s;
  padding: 0 30px;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
}

/* footer */
html {
  height: 100%;
}

body {
  position: relative;
  padding-bottom: 170px;
  box-sizing: border-box;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background: #0c1b3e;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .row {
  display: flex;
  align-items: center;
}
.footer .row-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer .row-code {
  display: flex;
  margin-top: 4px;
}
.footer .row-code-item {
  text-align: center;
  margin-left: 24px;
}
.footer .row-code-item > h3 {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
}
.footer .row-code-img {
  width: 56px;
  height: 56px;
  margin: 0 auto;
}
.footer .row-code-img > img {
  width: 100%;
  height: 100%;
}
.footer .info {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px;
  margin-right: 66px;
}
.info a {
  color: rgba(255, 255, 255, 0.8);
}

/*底部*/
.friend-list {
  width: 100%;
  height: 70px;
}
.friend-list .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.friend-item {
  flex: 1;
  width: 0;
}
.friend-item + .friend-item {
  margin-left: 24px;
}
.friend-item .chosen-container-single {
  display: block;
}
.friend-item .chosen-container-single.chosen-container-active .chosen-single {
  box-shadow: none;
  border: none;
}
.friend-item .chosen-container-single.chosen-container-active .chosen-single div b {
  transform: rotate(180deg);
  background-position: right center;
}
.friend-item .chosen-container-single .chosen-single {
  padding: 0 0 0 23px;
  height: 38px;
  line-height: 38px;
  color: #333;
  background: #fff;
  border: none;
  box-shadow: none;
}
.friend-item .chosen-container-single .chosen-single span {
  margin-right: 30px;
}
.friend-item .chosen-container-single .chosen-single div {
  width: 30px;
}
.friend-item .chosen-container-single .chosen-single div b {
  background: url("../images/triangle_down.png") no-repeat 0 center;
}
.friend-item .chosen-container-single .chosen-results {
  margin: 0;
  padding: 0;
}
.friend-item .chosen-container-single .chosen-results li {
  padding: 8px 16px;
  color: #333;
}
.friend-item .chosen-container-single .chosen-results li.highlighted {
  background: #226fd8;
  color: #fff;
}
.friend-item .chosen-container-single .chosen-drop {
  border: 1px solid #d7d7d7;
}

.sidebar {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 102px;
  z-index: 11111111;
}
.sidebar-nav {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.sidebar-nav li:nth-child(1) a {
  background: url("../images/sidebar_ico1.png") no-repeat center 14px;
}
.sidebar-nav li:nth-child(2) a {
  background: url("../images/sidebar_ico2.png") no-repeat center 14px;
}
.sidebar-nav li:nth-child(3) a {
  background: url("../images/sidebar_ico3.png") no-repeat center 14px;
}
.sidebar-nav li:nth-child(4) a {
  background: url("../images/sidebar_ico4.png") no-repeat center 14px;
}
.sidebar-nav a {
  padding-top: 48px;
  display: block;
  height: 86px;
  line-height: 24px;
  color: #666;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s;
}
.sidebar-nav a:hover {
  color: #226fd8;
  font-weight: bold;
  background-color: #f1f7ff !important;
}
.sidebar-top {
  margin-top: 6px;
  display: block;
  height: 34px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background: #226fd8;
}