﻿
/* 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 */
html {
  height: 100%;
}

body {
  position: relative;
  padding-bottom: 226px;
  min-width: 1200px;
  min-height: 100%;
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #f9f9f9;
  box-sizing: border-box;
}

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: #acaeb8;
}

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

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

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

.placeholder {
  color: #acaeb8;
}

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

@font-face {
  font-family: "OPPOSans-R";
  src: url("../font/OPPOSans-R.woff") format("woff"), url("../font/OPPOSans-R.ttf") format("truetype"), url("../font/OPPOSans-R.eot") format("embedded-opentype");
}
/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  display: flex;
  align-items: center;
  padding-left: 23px;
  height: 44px;
  font-size: 14px;
  background: url("../image/loc_ico.png") no-repeat left center;
}
.location a {
  position: relative;
  margin-right: 13px;
  color: #666;
}
.location a:hover {
  color: #0b76e3;
}
.location a:after {
  content: "/";
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
.location span {
  color: #0b76e3;
}

.flex {
  display: flex;
  justify-content: space-between;
}

/* 头部 */
.header {
  position: relative;
  padding-top: 20px;
  height: 142px;
  background: #fff;
  box-sizing: border-box;
}
.header-top {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}
.header-top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 372px;
  height: 32px;
}
.header-guide:hover .header-guide-pop {
  display: block;
}
.header-guide:hover .header-guide-btn {
  color: #fff;
  background-color: #0b76e3;
  background-image: url("../image/header_guide_arrow_h.png");
}
.header-guide-item {
  flex: 1;
}
.header-guide-item.separator {
  position: relative;
  margin-left: 48px;
}
.header-guide-item.separator:before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  height: 100%;
  border-left: 1px solid #bad7f4;
}
.header-guide-item + .header-guide-item {
  margin-left: 24px;
}
.header-guide-btn {
  padding: 0 31px 0 16px;
  display: block;
  height: 30px;
  line-height: 30px;
  color: #646464;
  border-radius: 41px;
  border: 1px solid #e8eaf2;
  background: url("../image/header_guide_arrow.png") right 16px center no-repeat;
}
.header-guide-nav {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  font-size: 16px;
}
.header-guide-title {
  color: #000;
  font-weight: bold;
}
.header-guide-subnav li {
  margin-top: 24px;
}
.header-guide-subitem {
  color: #333;
}
.header-guide-subitem:hover {
  color: #0b76e3;
}
.header-guide-pop {
  display: none;
  padding: 24px 0;
  position: absolute;
  top: 82px;
  left: 0;
  right: 0;
  border-top: 1px solid #0b76e3;
  border-bottom: 1px solid #fff;
  background: rgba(255, 255, 255, 0.73);
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.1);
  /* backdrop-filter: blur(21.75px); */
  -webkit-backdrop-filter: blur(21.75px);
  backdrop-filter: blur(21.75px);
  z-index: 111;
}
.header-guide-pop:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 0;
  width: 100%;
  height: 23px;
}
.header-search {
  position: relative;
}
.header-search-input {
  padding: 0 42px 0 16px;
  width: 246px;
  height: 32px;
  border-radius: 30px;
  border: 1px solid #e8eaf2;
  background: #fff;
  box-sizing: border-box;
}
.header-search-btn {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 21px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background: url("../image/header_search_ico.png") no-repeat center;
  transform: translateY(-50%);
}
.header-bottom {
  height: 30px;
}
.header-nav {
  display: flex;
}
.header-nav li + li {
  margin-left: 64px;
}
.header-nav li:hover a {
  color: #0b76e3;
  font-weight: bold;
}
.header-nav li.current a {
  color: #0b76e3;
  font-weight: bold;
}
.header-nav li.current a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: block;
  width: 21px;
  height: 3px;
  background: #0b76e3;
  transform: translateX(-50%);
}
.header-nav li a {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 19px;
}

/* 底部 */
.footer {
  padding-top: 32px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 226px;
  color: #fff;
  background: #303030;
  box-sizing: border-box;
}
.footer-selects {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-selects .chosen-container {
  margin-right: 16px;
  position: relative;
  width: 282px !important;
}
.footer-selects .chosen-container.chosen-with-drop .chosen-single {
  background: #fff;
}
.footer-selects .chosen-container-active .chosen-single {
  box-shadow: none;
}
.footer-selects .chosen-container .chosen-single {
  padding: 0 0 0 17px;
  height: 32px;
  line-height: 32px;
  color: #757575;
  font-size: 13px;
  border: none;
}
.footer-selects .chosen-container .chosen-single span {
  margin-right: 46px;
}
.footer-selects .chosen-container .chosen-single div {
  width: 46px;
}
.footer-selects .chosen-container .chosen-single div b {
  background: url("../image/footer_arrow.png") no-repeat center;
}
.footer-selects .chosen-container .chosen-drop {
  border: 0;
}
.footer-selects .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}
.footer-selects .chosen-container .chosen-results li {
  padding: 0 17px;
  line-height: 32px;
  color: #757575;
  font-size: 13px;
}
.footer-selects .chosen-container .chosen-results li.highlighted {
  color: #fff;
  background: #0b76e3;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1015px;
  height: 100px;
  line-height: 35px;
}
.footer-bottom-left > div {
  /* display: flex; */
}
.footer-bottom-left > div p {
  margin: 4px 16px;]
  px;]]
  px;]
  px;
  width: 270px;
}
.footer-bottom-left > div p + p {
  /* margin-left: 55px; */
  /* text-align: left; */
}
.footer-wechat {
  padding-top: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 96px;
  height: 100px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.footer-wechat img {
  margin-bottom: 6px;
  width: 58px;
  height: 52px;
}

.public-content {
  padding-bottom: 32px;
}
.public-banner {
  margin-bottom: 32px;
  height: 224px;
  background: url("../image/sub_banner.jpg") no-repeat center;
}
.public-banner > .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.public-banner > .container h2 {
  margin-right: 52px;
  color: #262d37;
  font-size: 40px;
  font-weight: bold;
}
.public-banner-search {
  position: relative;
}
.public-banner-input {
  padding: 0 54px 0 16px;
  width: 430px;
  height: 40px;
  border-radius: 41px;
  background: #fff;
  box-sizing: border-box;
}
.public-banner-btn {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background: url("../image/sub_search_ico.png") no-repeat center;
  transform: translateY(-50%);
}
.public-banner-condition {
  display: flex;
  flex-shrink: 0;
}
.public-banner-condition > * {
  margin-right: 16px;
}
.public-banner-item {
  display: flex;
  align-items: center;
}
.public-banner-label {
  color: #000;
  font-size: 16px;
}
.public-banner-ipt {
  width: 212px;
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  background: #fff;
  outline: none;
  box-sizing: border-box;
}
.public-banner-ipt.date {
  background-image: url("../image/calendar_ico.png");
  background-position: right 12px center;
  background-repeat: no-repeat;
}
.public-banner-button {
  margin-right: 0;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  border-radius: 4px;
  background: #0b76e3;
}
.public-more {
  display: inline-block;
  padding-right: 17px;
  line-height: 24px;
  color: #0b76e3;
  font-size: 16px;
  background: url("../image/public_more.png") no-repeat right center;
}
.public-table {
  width: 100%;
  table-layout: fixed;
}
.public-table th {
  padding: 0 12px;
  color: #0b76e3;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #0b76e3;
  background: rgba(216, 230, 255, 0.36);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-table tbody tr {
  cursor: pointer;
}
.public-table tbody tr:hover {
  background: rgba(11, 118, 227, 0.06);
}
.public-table td {
  padding: 0 12px;
  height: 64px;
  color: #2e3033;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-table .title {
  display: inline-block;
  padding-left: 10px;
  color: #2e3033;
  background: url("../image/dot.png") no-repeat left center;
  vertical-align: top;
  max-width: 100%;
  box-sizing: border-box;
}
.public-table .way {
  display: inline-block;
  width: 64px;
  height: 24px;
  line-height: 24px;
  color: #0b76e3;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #0b76e3;
  vertical-align: top;
}
.public-table .center {
  text-align: center;
}
.public-leftmenu {
  margin-right: 10px;
  width: 183px;
  background: #fff;
  border-radius: 4px;
  background: #fff;
  box-shadow: 103px 166px 55px 0px rgba(185, 193, 203, 0), 66px 106px 50px 0px rgba(185, 193, 203, 0.01), 37px 60px 42px 0px rgba(185, 193, 203, 0.05), 17px 26px 31px 0px rgba(185, 193, 203, 0.09), 4px 7px 17px 0px rgba(185, 193, 203, 0.1);
}
.public-leftmenu-list li {
  display: flex;
}
.public-leftmenu-list li:hover .public-leftmenu-item, .public-leftmenu-list li.current .public-leftmenu-item {
  color: #0b76e3;
  font-weight: bold;
  border-left-color: #0b76e3;
  background: linear-gradient(90deg, #e4f1ff 4.95%, #fff 98.9%);
}
.public-leftmenu-list li + li {
  margin-top: 24px;
}
.public-leftmenu-item {
  padding: 0 22px;
  display: block;
  height: 64px;
  line-height: 64px;
  color: #000;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-right {
  flex: 1;
  width: 0;
}
.public-right-content {
  padding: 24px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 103px 166px 55px 0px rgba(185, 193, 203, 0), 66px 106px 50px 0px rgba(185, 193, 203, 0.01), 37px 60px 42px 0px rgba(185, 193, 203, 0.05), 17px 26px 31px 0px rgba(185, 193, 203, 0.09), 4px 7px 17px 0px rgba(185, 193, 203, 0.1);
}
.public-list-item {
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 59px;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.public-list-item:hover {
  background: rgba(11, 118, 227, 0.06);
}
.public-list-item:hover .title,
.public-list-item:hover .date {
  color: #0b76e3;
}
.public-list-item:hover .title {
  background-image: url("../image/dot_h.png");
}
.public-list .title {
  margin-right: auto;
  padding-left: 25px;
  max-width: 78%;
  color: #000;
  background: url("../image/dot2.png") no-repeat left center;
  box-sizing: border-box;
}
.public-list .date {
  color: #2e3033;
  flex-shrink: 0;
}
.public-condition {
  margin-bottom: 24px;
  padding: 12px 12px 4px;
  background: #fff;
}
.public-line {
  display: flex;
  box-sizing: border-box;
}
.public-line + .public-line {
  margin-top: 8px;
}
.public-label {
  width: 70px;
  height: 27px;
  line-height: 27px;
  color: #2e3033;
  text-align: right;
  flex-shrink: 0;
}
.public-control {
  flex: 1;
  width: 0;
  display: flex;
  flex-wrap: wrap;
}
.public-scope {
  margin-left: 22px;
  display: flex;
  line-height: 27px;
  color: #646464;
}
.public-scope-label {
  margin-right: 18px;
}
.public-scope-input {
  padding: 0 45px 0 12px;
  width: 166px;
  height: 27px;
  line-height: 25px;
  color: #646464;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #fff url("../image/calendar_ico.png") right 12px center no-repeat;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
}
.public-options {
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.public-option {
  margin: 0 12px 8px 0;
  padding: 0 10px;
  height: 27px;
  line-height: 27px;
  color: #646464;
  /* user-select: none; */
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
  box-sizing: border-box;
}
.public-option:hover, .public-option.current {
  color: #0b76e3;
  border-radius: 4px;
  background: #e9f1f9;
}
.public-subtitle {
  position: relative;
  margin: 24px 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  color: #0b76e3;
  font-size: 20px;
  font-weight: bold;
}
.public-subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(11, 118, 227, 0.15);
  transform: translateY(-50%);
}
.public-subtitle span {
  padding: 0 24px;
  position: relative;
  background: #fff;
}
.public-info-table {
  width: 100%;
  table-layout: fixed;
}
.public-info-table td {
  padding: 0 12px;
  height: 59px;
  line-height: 21px;
  color: #2e3033;
  border: 1px solid #e8eaec;
}
.public-info-table td.name {
  text-align: center;
  background: #f7f8fb;
}
.timer span {
  color: red;
}



.yssm{
	color: #fff;
}







/* 2025-3-17 新增 */
.advice-btn {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 50%;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
  display: block;
  width: 56px;
  height: 158px;
  padding: 16px 9px 0;
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  transform: translateY(-50%);
  border-radius: 0 10px 10px 0;
  background: linear-gradient(180deg, #288ff8 0%, #0b76e3 100%);
  box-shadow: 0px 4px 4px 0px rgba(11, 118, 227, 0.25);
}
.advice-btn:hover {
  color: #fff;
  background: linear-gradient(180deg, #0b76e3 0%, #288ff8 100%);
}



/* 侧边栏 新增*/
.side {
  position: fixed;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}
.side-item {
  border-radius: 8px;
  position: relative;
}
.side-item:nth-child(1) {
  background: url("../image/side-ico1.png") center 9px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#EDF3FD), to(#FFF));
  background: url("../image/side-ico1.png") center 9px no-repeat, linear-gradient(180deg, #EDF3FD 0%, #FFF 100%);
}
.side-item:nth-child(2) {
  background: url("../image/side-ico2.png") center 9px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#EDF3FD), to(#FFF));
  background: url("../image/side-ico2.png") center 9px no-repeat, linear-gradient(180deg, #EDF3FD 0%, #FFF 100%);
}
.side-item:nth-child(3) {
  background: url("../image/side-ico3.png") center 9px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#EDF3FD), to(#FFF));
  background: url("../image/side-ico3.png") center 9px no-repeat, linear-gradient(180deg, #EDF3FD 0%, #FFF 100%);
}
.side-item:nth-child(4) {
  background: url("../image/side-ico4.png") center 9px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#EDF3FD), to(#FFF));
  background: url("../image/side-ico4.png") center 9px no-repeat, linear-gradient(180deg, #EDF3FD 0%, #FFF 100%);
}
.side-item:nth-child(5) {
  background: url("../image/side-ico5.png") center 9px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#EDF3FD), to(#FFF));
  background: url("../image/side-ico5.png") center 9px no-repeat, linear-gradient(180deg, #EDF3FD 0%, #FFF 100%);
}
.side-item:nth-child(6) {
  background: url("../image/side-ico6.png") center 9px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#EDF3FD), to(#FFF));
  background: url("../image/side-ico6.png") center 9px no-repeat, linear-gradient(180deg, #EDF3FD 0%, #FFF 100%);
}
.side-item:hover .side-item-link {
  color: #fff;
  border-color: #74B4FF;
}
.side-item:hover .side-item-box {
  display: block;
}
.side-item:hover:nth-child(1) {
  background: url("../image/side-ico1-a.png") center 9px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(-16.83%, #4FD5FF), color-stop(87.68%, #309CFF));
  background: url("../image/side-ico1-a.png") center 9px no-repeat, linear-gradient(180deg, #4FD5FF -16.83%, #309CFF 87.68%);
}
.side-item:hover:nth-child(2) {
  background: url("../image/side-ico2-a.png") center 9px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(-16.83%, #4FD5FF), color-stop(87.68%, #309CFF));
  background: url("../image/side-ico2-a.png") center 9px no-repeat, linear-gradient(180deg, #4FD5FF -16.83%, #309CFF 87.68%);
}
.side-item:hover:nth-child(3) {
  background: url("../image/side-ico3-a.png") center 9px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(-16.83%, #4FD5FF), color-stop(87.68%, #309CFF));
  background: url("../image/side-ico3-a.png") center 9px no-repeat, linear-gradient(180deg, #4FD5FF -16.83%, #309CFF 87.68%);
}
.side-item:hover:nth-child(4) {
  background: url("../image/side-ico4-a.png") center 9px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(-16.83%, #4FD5FF), color-stop(87.68%, #309CFF));
  background: url("../image/side-ico4-a.png") center 9px no-repeat, linear-gradient(180deg, #4FD5FF -16.83%, #309CFF 87.68%);
}
.side-item:hover:nth-child(5) {
  background: url("../image/side-ico5-a.png") center 9px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(-16.83%, #4FD5FF), color-stop(87.68%, #309CFF));
  background: url("../image/side-ico5-a.png") center 9px no-repeat, linear-gradient(180deg, #4FD5FF -16.83%, #309CFF 87.68%);
}
.side-item:hover:nth-child(6) {
  background: url("../image/side-ico6-a.png") center 9px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(-16.83%, #4FD5FF), color-stop(87.68%, #309CFF));
  background: url("../image/side-ico6-a.png") center 9px no-repeat, linear-gradient(180deg, #4FD5FF -16.83%, #309CFF 87.68%);
}
.side-item-link {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  text-align: center;
  padding-top: 49px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  color: #0B76E3;
  display: inline-block;
  border: 1px solid #FFF;
  -webkit-box-shadow: 0px 127px 36px 0px rgba(159, 174, 193, 0), 0px 81px 32px 0px rgba(159, 174, 193, 0.03), 0px 46px 27px 0px rgba(159, 174, 193, 0.06), 0px 20px 20px 0px rgba(159, 174, 193, 0.12), 0px 5px 11px 0px rgba(159, 174, 193, 0.16);
          box-shadow: 0px 127px 36px 0px rgba(159, 174, 193, 0), 0px 81px 32px 0px rgba(159, 174, 193, 0.03), 0px 46px 27px 0px rgba(159, 174, 193, 0.06), 0px 20px 20px 0px rgba(159, 174, 193, 0.12), 0px 5px 11px 0px rgba(159, 174, 193, 0.16);
}
.side-item-box {
  display: none;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.side-item-code {
  width: 190px;
  height: 190px;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#EDF3FD), to(#FFF));
  background: linear-gradient(180deg, #EDF3FD 0%, #FFF 100%);
  -webkit-box-shadow: 0px 127px 36px 0px rgba(159, 174, 193, 0), 0px 81px 32px 0px rgba(159, 174, 193, 0.03), 0px 46px 27px 0px rgba(159, 174, 193, 0.06), 0px 20px 20px 0px rgba(159, 174, 193, 0.12), 0px 5px 11px 0px rgba(159, 174, 193, 0.16);
          box-shadow: 0px 127px 36px 0px rgba(159, 174, 193, 0), 0px 81px 32px 0px rgba(159, 174, 193, 0.03), 0px 46px 27px 0px rgba(159, 174, 193, 0.06), 0px 20px 20px 0px rgba(159, 174, 193, 0.12), 0px 5px 11px 0px rgba(159, 174, 193, 0.16);
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.side-item-code::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 24px;
  background: url("../image/side-arrow.png") no-repeat center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -14px;
}
.side-item-code img {
  width: 100%;
  height: 100%;
}
.side-item + .side-item {
  margin-top: 8px;
}

/*弹窗标题居中皮肤*/
.center-title .layui-layer-title {
  text-align: center;
  padding: 0 30px;
  background: #0B76E3;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.center-title .layui-layer-setwin {
  width: 16px;
  height: 16px;
  top: 13px;
  right: 13px;
}
.center-title .layui-layer-setwin .layui-layer-close1 {
  margin-left: 0;
  background: url("../image/close.png") no-repeat center;
}












