@charset "UTF-8";

/* 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;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

html {
  height: 100%;
}

/* 引入字体 */
@font-face {
  font-family: 'OPPOSans';
  src: url("../css/fonts/OPPOSans/OPPOSans-B.ttf") format("truetype");
}

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

.location span {
  color: #0d76ed;
  margin-left: 20px;
}

.location a {
  position: relative;
  color: #a8b6c1;
}

.location a+a {
  margin-left: 20px;
}

.location a::after {
  position: absolute;
  content: '/';
  color: #a8b6c1;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}

#header2 .header {
  height: 164px;
  color: #333;
  background: #fff;
}

#header2 .header .banner .search {
  border: 1px solid #dedede;
}

#header2 .header .banner .logo p {
  color: #333;
}

#header2 .header .nav-item a {
  color: #333;
}

#header2 .header .nav-item a:hover {
  border-bottom: 3px solid #0d76ed;
}

#header2 .header .nav-item.current a {
  color: #0d76ed;
  border-bottom: 3px solid #0d76ed;
}

.header {
  position: relative;
  height: 660px;
  color: #fff;
}

.header-wrap {
  position: relative;
  z-index: 2;
  padding-top: 32px;
}

.header-wrap>.container {
  height: 54px;
  margin-bottom: 34px;
}

.header .banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}

.header .banner .logo {
  padding-left: 84px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.6px;
  background: url("../images/logo.png") no-repeat left center;
}

.header .banner .logo p {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  margin-top: 6px;
}

.header .banner .search {
  width: 285px;
  height: 42px;
  border-radius: 30px;
  background: #fff;
  position: relative;
}

.header .banner .search-input {
  width: 240px;
  padding-left: 20px;
  box-sizing: border-box;
  height: 42px;
  border: 0;
  outline: 0;
  background: none;
  line-height: 42px;
  font-size: 16px;
  color: #333;
}

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

.header .banner .search-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/search_icon.png") center center no-repeat;
  right: 20px;
  top: 11px;
}

.header .nav .container {
  display: flex;
  justify-content: space-between;
  height: 44px;
  align-items: center;
}

.header .nav-items {
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: space-between;
}

.header .nav-item a {
  display: block;
  height: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #333;
  box-sizing: border-box;
  color: #fff;
}

.header .nav-item a:hover {
  border-bottom: 3px solid #fff;
}

.header .nav-item.current a {
  color: #fff;
  font-weight: bold;
  border-bottom: 3px solid #fff;
}

.header-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.header-swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

.header-swiper .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
}

.header-swiper .swiper-pagination {
  bottom: 20px;
}

.header-swiper .swiper-pagination-bullet-active {
  background: #fff;
}

.has-footer {
  position: relative;
  min-height: 100%;
  padding-bottom: 311px;
  box-sizing: border-box;
  z-index: 1;
}

.sidebar {
  position: fixed;
  right: 17px;
  top: 200px;
  z-index: 99;
}

.sidebar ul {
  width: 72px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.sidebar li {
  text-align: center;
}

.sidebar li+li {
  position: relative;
}

.sidebar li+li::after {
  position: absolute;
  content: '';
  width: 56px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  background: rgba(0, 0, 0, 0.1);
}

.sidebar li a {
  display: block;
  height: 90px;
  padding: 48px 0 0;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  box-sizing: border-box;
  background-position: center 18px;
  background-repeat: no-repeat;
}

.sidebar li:hover a {
  background-color: #f3f9ff;
  color: #0d76ed;
}

.sidebar li:nth-child(1) a {
  background-image: url("../images/sidebar_icon1.png");
}

.sidebar li:nth-child(2) a {
  background-image: url("../images/sidebar_icon2.png");
}

.sidebar li:nth-child(3) a {
  background-image: url("../images/sidebar_icon3.png");
}

.sidebar .back-top {
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.335px;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  background: linear-gradient(0deg, #64c4ff -18.75%, #0d76ed 100%), linear-gradient(180deg, #3985ff 1.47%, #2eb4ff 100%);
}

/*footer*/
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 311px;
  background: #181d25;
}

.footer-friend {
  padding-top: 30px;
}

.friendly-list .chosen-container-single .chosen-single {
  height: 42px;
  line-height: 42px;
  border: 1px solid #757575;
  color: #999;
  font-size: 14px;
  padding-left: 14px;
  background-color: transparent;
}

.friendly-list .chosen-container-single .chosen-single span {
  margin-right: 40px;
  color: #999;
}

.friendly-list .chosen-container-single .chosen-single div {
  width: 29px;
}

.friendly-list .chosen-container-single .chosen-single div b {
  background: url("../images/footer_down.png") no-repeat center;
}

.friendly-list .chosen-container .chosen-results li.highlighted {
  background: #26376a;
}

.friendly-list .chosen-container-active.chosen-with-drop .chosen-single {
  background: #181d25;
  border: 1px solid #757575;
}

.friendly-list .chosen-container .chosen-drop {
  background: #181d25;
}

.friendly-list .chosen-container .chosen-drop .chosen-results {
  color: #999;
}

.friendly-link {
  height: 38px;
  width: calc((100% - 72px) / 4);
}

.friendly-link+.friendly-link {
  margin-left: 24px;
}

.footer-info {
  display: flex;
  margin-top: 30px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
}

.footer-infos {
  color: #fff;
}

.footer-infos h4 {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
}

.footer-infos:nth-child(1) {
  width: 717px;
}

.footer-infos:nth-child(1)>div {
  display: flex;
}

.footer-infos:nth-child(1)>div>div {
  margin-top: 21px;
}

.footer-infos:nth-child(1)>div>div p {
  line-height: 21px;
}

.footer-infos:nth-child(1)>div>div p+p {
  margin-top: 14px;
}

.footer-infos:nth-child(1)>div>div+div {
  margin-left: 90px;
}

.footer .social-list {
  margin-top: 5px;
  display: flex;
}

.footer .social-list li a {
  display: flex;
  align-items: center;
  color: #fff;
  height: 100px;
  width: 100px;
}

.footer .social-list li a img {
  margin-right: 12px;
  max-width: 100%;
}

.footer .social-list li+li {
  margin-left: 60px;
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.footer-copyright ul {
  display: flex;
}

.footer-copyright li {
  height: 32px;
  line-height: 32px;
  color: #fff;
  opacity: 0.6;
}

.footer-copyright li+li {
  margin-left: 65px;
}

.footer-copyright>a img {
  width: 103px;
  height: 32px;
}

.public-pager {
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}

.public-pager .m-pagination-page {
  padding-right: 0;
}

.public-pager .m-pagination-page>li {
  margin-right: 10px;
}

.public-pager .m-pagination-page>li>a {
  min-width: 34px;
  height: 34px;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  box-sizing: border-box;
  border: 2px solid #ecedf2;
}

.public-pager .m-pagination-page>li:hover>a,
.public-pager .m-pagination-page>li.active>a {
  border-color: #0d76ed;
  background: #fff;
  color: #0d76ed;
}

.public-pager .m-pagination-page>li:hover>a .next,
.public-pager .m-pagination-page>li.active>a .next {
  background-image: url("../images/pager_next.png");
}

.public-pager .m-pagination-page>li:hover>a .prev,
.public-pager .m-pagination-page>li.active>a .prev {
  background-image: url("../images/pager_prev.png");
}

.public-pager .m-pagination-size {
  border-radius: 6px;
  padding-right: 29px;
}

.public-pager .m-pagination-size .chosen-container {
  font-size: 16px;
  min-width: 80px;
  height: 34px;
  line-height: 34px;
  border-radius: 6px;
}

.public-pager .m-pagination-size .chosen-container .chosen-results li {
  padding: 5px 6px;
  line-height: 26px;
}

.public-pager .m-pagination-size .chosen-container-single .chosen-single {
  height: 34px;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  border: 2px solid #ecedf2;
  padding: 0;
}

.public-pager .m-pagination-size .chosen-container-single .chosen-single span {
  height: 30px;
  line-height: 30px;
  margin-right: 0;
  text-align: center;
  color: #666;
}

.public-pager .m-pagination-size .chosen-container-single .chosen-single div {
  display: none;
  width: 31px;
}

.public-pager .m-pagination-size .chosen-container-single .chosen-single div b {
  width: 100%;
  height: 100%;
  background: none;
}

.public-pager .m-pagination-jump {
  width: auto;
}

.public-pager .m-pagination-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 34px;
  font-size: 16px;
  color: #333;
}

.public-pager .m-pagination-group>input,
.public-pager .m-pagination-group>button {
  float: none;
  font-size: 16px;
}

.public-pager .m-pagination-group>input {
  width: 34px;
  height: 100%;
  line-height: 34px;
  box-sizing: border-box;
  border: 2px solid #ecedf2;
  margin: 0 6px;
}

.public-pager .m-pagination-group>button {
  display: none;
}

.public-pager .prev,
.public-pager .next {
  display: block;
  width: 5px;
  height: 9px;
  margin-top: 11px;
  margin-left: 3px;
  background: no-repeat center;
  background-size: 100% 100%;
}

.public-pager .prev {
  background-image: url("../images/pager_prev.png");
}

.public-pager .next {
  background-image: url("../images/pager_next.png");
}

.sidebar-menu:hover .sidebar-menu-detail {
  display: block;
}

.sidebar-menu-detail {
  position: absolute;
  padding-right: 10px;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  display: none;
}

.sidebar-menu-detail .detail-box {
  background: #fff;
  border-radius: 4px;
  padding: 10px 10px 4px 10px;
  width: 330px;
  box-shadow: 0px 0 12px #00000063
}

.sidebar-menu-detail .detail-item {
  margin-bottom: 6px;
  text-align: left;
}

.sidebar-menu-detail .detail-item .number {
  font-size: 16px;
}

.sidebar-menu-detail .detail-item .time {
  font-size: 14px;
  color: #0d76ed;
  padding-bottom: 4px;
  position: relative;
}

.sidebar-menu-detail .detail-item .time::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0d76ed, #fff);
  left: 0;
  bottom: 0;
}

.youxiaodate{
  color: red !important;
border: 1px solid red !important;}@charset "UTF-8";

/* 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;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

html {
  height: 100%;
}

/* 引入字体 */
@font-face {
  font-family: 'OPPOSans';
  src: url("../css/fonts/OPPOSans/OPPOSans-B.ttf") format("truetype");
}

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

.location span {
  color: #0d76ed;
  margin-left: 20px;
}

.location a {
  position: relative;
  color: #a8b6c1;
}

.location a+a {
  margin-left: 20px;
}

.location a::after {
  position: absolute;
  content: '/';
  color: #a8b6c1;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}

#header2 .header {
  height: 164px;
  color: #333;
  background: #fff;
}

#header2 .header .banner .search {
  border: 1px solid #dedede;
}

#header2 .header .banner .logo p {
  color: #333;
}

#header2 .header .nav-item a {
  color: #333;
}

#header2 .header .nav-item a:hover {
  border-bottom: 3px solid #0d76ed;
}

#header2 .header .nav-item.current a {
  color: #0d76ed;
  border-bottom: 3px solid #0d76ed;
}

.header {
  position: relative;
  height: 660px;
  color: #fff;
}

.header-wrap {
  position: relative;
  z-index: 2;
  padding-top: 32px;
}

.header-wrap>.container {
  height: 54px;
  margin-bottom: 34px;
}

.header .banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}

.header .banner .logo {
  padding-left: 84px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.6px;
  background: url("../images/logo.png") no-repeat left center;
}

.header .banner .logo p {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  margin-top: 6px;
}

.header .banner .search {
  width: 285px;
  height: 42px;
  border-radius: 30px;
  background: #fff;
  position: relative;
}

.header .banner .search-input {
  width: 240px;
  padding-left: 20px;
  box-sizing: border-box;
  height: 42px;
  border: 0;
  outline: 0;
  background: none;
  line-height: 42px;
  font-size: 16px;
  color: #333;
}

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

.header .banner .search-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/search_icon.png") center center no-repeat;
  right: 20px;
  top: 11px;
}

.header .nav .container {
  display: flex;
  justify-content: space-between;
  height: 44px;
  align-items: center;
}

.header .nav-items {
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: space-between;
}

.header .nav-item a {
  display: block;
  height: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #333;
  box-sizing: border-box;
  color: #fff;
}

.header .nav-item a:hover {
  border-bottom: 3px solid #fff;
}

.header .nav-item.current a {
  color: #fff;
  font-weight: bold;
  border-bottom: 3px solid #fff;
}

.header-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.header-swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

.header-swiper .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
}

.header-swiper .swiper-pagination {
  bottom: 20px;
}

.header-swiper .swiper-pagination-bullet-active {
  background: #fff;
}

.has-footer {
  position: relative;
  min-height: 100%;
  padding-bottom: 311px;
  box-sizing: border-box;
  z-index: 1;
}

.sidebar {
  position: fixed;
  right: 17px;
  top: 200px;
  z-index: 99;
}

.sidebar ul {
  width: 72px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.sidebar li {
  text-align: center;
}

.sidebar li+li {
  position: relative;
}

.sidebar li+li::after {
  position: absolute;
  content: '';
  width: 56px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  background: rgba(0, 0, 0, 0.1);
}

.sidebar li a {
  display: block;
  height: 90px;
  padding: 48px 0 0;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  box-sizing: border-box;
  background-position: center 18px;
  background-repeat: no-repeat;
}

.sidebar li:hover a {
  background-color: #f3f9ff;
  color: #0d76ed;
}

.sidebar li:nth-child(1) a {
  background-image: url("../images/sidebar_icon1.png");
}

.sidebar li:nth-child(2) a {
  background-image: url("../images/sidebar_icon2.png");
}

.sidebar li:nth-child(3) a {
  background-image: url("../images/sidebar_icon3.png");
}

.sidebar .back-top {
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.335px;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  background: linear-gradient(0deg, #64c4ff -18.75%, #0d76ed 100%), linear-gradient(180deg, #3985ff 1.47%, #2eb4ff 100%);
}

/*footer*/
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 311px;
  background: #181d25;
}

.footer-friend {
  padding-top: 30px;
}

.friendly-list .chosen-container-single .chosen-single {
  height: 42px;
  line-height: 42px;
  border: 1px solid #757575;
  color: #999;
  font-size: 14px;
  padding-left: 14px;
  background-color: transparent;
}

.friendly-list .chosen-container-single .chosen-single span {
  margin-right: 40px;
  color: #999;
}

.friendly-list .chosen-container-single .chosen-single div {
  width: 29px;
}

.friendly-list .chosen-container-single .chosen-single div b {
  background: url("../images/footer_down.png") no-repeat center;
}

.friendly-list .chosen-container .chosen-results li.highlighted {
  background: #26376a;
}

.friendly-list .chosen-container-active.chosen-with-drop .chosen-single {
  background: #181d25;
  border: 1px solid #757575;
}

.friendly-list .chosen-container .chosen-drop {
  background: #181d25;
}

.friendly-list .chosen-container .chosen-drop .chosen-results {
  color: #999;
}

.friendly-link {
  height: 38px;
  width: calc((100% - 72px) / 4);
}

.friendly-link+.friendly-link {
  margin-left: 24px;
}

.footer-info {
  display: flex;
  margin-top: 30px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
}

.footer-infos {
  color: #fff;
}

.footer-infos h4 {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
}

.footer-infos:nth-child(1) {
  width: 717px;
}

.footer-infos:nth-child(1)>div {
  display: flex;
}

.footer-infos:nth-child(1)>div>div {
  margin-top: 21px;
}

.footer-infos:nth-child(1)>div>div p {
  line-height: 21px;
}

.footer-infos:nth-child(1)>div>div p+p {
  margin-top: 14px;
}

.footer-infos:nth-child(1)>div>div+div {
  margin-left: 90px;
}

.footer .social-list {
  margin-top: 5px;
  display: flex;
}

.footer .social-list li a {
  display: flex;
  align-items: center;
  color: #fff;
  height: 100px;
  width: 100px;
}

.footer .social-list li a img {
  margin-right: 12px;
  max-width: 100%;
}

.footer .social-list li+li {
  margin-left: 60px;
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.footer-copyright ul {
  display: flex;
}

.footer-copyright li {
  height: 32px;
  line-height: 32px;
  color: #fff;
  opacity: 0.6;
}

.footer-copyright li+li {
  margin-left: 65px;
}

.footer-copyright>a img {
  width: 103px;
  height: 32px;
}

.public-pager {
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}

.public-pager .m-pagination-page {
  padding-right: 0;
}

.public-pager .m-pagination-page>li {
  margin-right: 10px;
}

.public-pager .m-pagination-page>li>a {
  min-width: 34px;
  height: 34px;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  box-sizing: border-box;
  border: 2px solid #ecedf2;
}

.public-pager .m-pagination-page>li:hover>a,
.public-pager .m-pagination-page>li.active>a {
  border-color: #0d76ed;
  background: #fff;
  color: #0d76ed;
}

.public-pager .m-pagination-page>li:hover>a .next,
.public-pager .m-pagination-page>li.active>a .next {
  background-image: url("../images/pager_next.png");
}

.public-pager .m-pagination-page>li:hover>a .prev,
.public-pager .m-pagination-page>li.active>a .prev {
  background-image: url("../images/pager_prev.png");
}

.public-pager .m-pagination-size {
  border-radius: 6px;
  padding-right: 29px;
}

.public-pager .m-pagination-size .chosen-container {
  font-size: 16px;
  min-width: 80px;
  height: 34px;
  line-height: 34px;
  border-radius: 6px;
}

.public-pager .m-pagination-size .chosen-container .chosen-results li {
  padding: 5px 6px;
  line-height: 26px;
}

.public-pager .m-pagination-size .chosen-container-single .chosen-single {
  height: 34px;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  border: 2px solid #ecedf2;
  padding: 0;
}

.public-pager .m-pagination-size .chosen-container-single .chosen-single span {
  height: 30px;
  line-height: 30px;
  margin-right: 0;
  text-align: center;
  color: #666;
}

.public-pager .m-pagination-size .chosen-container-single .chosen-single div {
  display: none;
  width: 31px;
}

.public-pager .m-pagination-size .chosen-container-single .chosen-single div b {
  width: 100%;
  height: 100%;
  background: none;
}

.public-pager .m-pagination-jump {
  width: auto;
}

.public-pager .m-pagination-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 34px;
  font-size: 16px;
  color: #333;
}

.public-pager .m-pagination-group>input,
.public-pager .m-pagination-group>button {
  float: none;
  font-size: 16px;
}

.public-pager .m-pagination-group>input {
  width: 34px;
  height: 100%;
  line-height: 34px;
  box-sizing: border-box;
  border: 2px solid #ecedf2;
  margin: 0 6px;
}

.public-pager .m-pagination-group>button {
  display: none;
}

.public-pager .prev,
.public-pager .next {
  display: block;
  width: 5px;
  height: 9px;
  margin-top: 11px;
  margin-left: 3px;
  background: no-repeat center;
  background-size: 100% 100%;
}

.public-pager .prev {
  background-image: url("../images/pager_prev.png");
}

.public-pager .next {
  background-image: url("../images/pager_next.png");
}

.sidebar-menu:hover .sidebar-menu-detail {
  display: block;
}

.sidebar-menu-detail {
  position: absolute;
  padding-right: 10px;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  display: none;
}

.sidebar-menu-detail .detail-box {
  background: #fff;
  border-radius: 4px;
  padding: 10px 10px 4px 10px;
  width: 330px;
  box-shadow: 0px 0 12px #00000063
}

.sidebar-menu-detail .detail-item {
  margin-bottom: 6px;
  text-align: left;
}

.sidebar-menu-detail .detail-item .number {
  font-size: 16px;
}

.sidebar-menu-detail .detail-item .time {
  font-size: 14px;
  color: #0d76ed;
  padding-bottom: 4px;
  position: relative;
}

.sidebar-menu-detail .detail-item .time::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0d76ed, #fff);
  left: 0;
  bottom: 0;
}

.youxiaodate{
  color: red !important;
border: 1px solid red !important;}