@charset "UTF-8";
.header {
  width: 100%;
  min-width: 1240px;
  background-color: #fff;
  position: relative;
}
.header .status-bar {
  width: 100%;
  height: 50px;
  background-color: #383635;
  color: #ffffff;
}
.header .status-bar > div {
  max-width: 1400px;
  min-width: 1200px;
  padding: 0 20px;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header .status-bar > div .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .status-bar > div .left .icon {
  width: 22px;
  height: 18px;
  margin-right: 14px;
}
.header .status-bar > div .left .noticeSwiper {
  height: 50px;
}
.header .status-bar > div .left .noticeSwiper .swiper-wrapper {
  height: 50px;
}
.header .status-bar > div .left .noticeSwiper .swiper-wrapper .swiper-slide {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .status-bar > div .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
.header .status-bar > div .right > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .status-bar > div .right > div.phone {
  margin-right: 58px;
}
.header .status-bar > div .right > div.phone .icon {
  width: 17px;
  height: 17px;
  margin-right: 8px;
}
.header .status-bar > div .right > div.phone .number {
  font-size: 22px;
  font-weight: bold;
}
.header .status-bar > div .right > div.weather {
  margin-right: 20px;
  cursor: pointer;
}
.header .status-bar > div .right > div.weather .icon {
  width: 23px;
  height: 19px;
  margin-right: 3px;
}
.header .status-bar > div .right > div.weather > span + span {
  margin-left: 16px;
}
.header .status-bar > div .right > div.weather > span + span .waves {
  color: #8ECEFF;
}
.header .status-bar > div .right > div.weather > span.icon-text {
  margin-left: 6px;
  font-family: "新宋体", "fangsong";
}
.header .status-bar > div .right > div.language {
  width: 100px;
  height: 25px;
  padding: 7px 10px;
  background: #6c6d70;
  border: 1px solid #6c6d70;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header .status-bar > div .right > div.language:hover .language-list {
  height: 150px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #6c6d70;
  border: 1px solid #6c6d70;
}
.header .status-bar > div .right > div.language .icon {
  width: 10px;
  height: 5px;
}
.header .status-bar > div .right > div.language .language-list {
  position: absolute;
  top: 10px;
  left: -1px;
  width: 100px;
  height: 0;
  background: transparent;
  border: 1px solid transparent;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.header .status-bar > div .right > div.language .language-list > li {
  line-height: 2;
}
.header .status-bar > div .right > div.language .language-list > li:hover {
  color: #C92B2F;
}
.header .status-bar > div .right > div.barrier-free {
  margin-left: 10px;
  cursor: pointer;
}
.header .nav {
  max-width: 1400px;
  min-width: 1200px;
  height: 100px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header .nav > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .nav > ul > li {
  color: #13253D;
  height: 100px;
  line-height: 100px;
  padding: 0 15px;
  cursor: pointer;
  text-align: center;
}
.header .nav > ul > li > a {
  color: #13253D;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.header .nav > ul > li > a:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 66px;
}
.header .nav > ul > li .logo {
  width: 270px;
  height: 46px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 27px;
}
.header .nav > ul > li .search-img {
  width: 16px;
  height: 16px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 42px;
}
.header .nav > ul > li .child-nav {
  position: absolute;
  left: 0;
  top: 150px;
  width: 100%;
  background-color: #f8f8f8;
  z-index: 1;
  display: none;
}
.header .nav > ul > li .child-nav > div {
  max-width: 1400px;
  min-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  margin: 50px auto 0 auto;
}
.header .nav > ul > li .child-nav > div .title {
  padding-left: 20px;
  min-width: 250px;
}
.header .nav > ul > li .child-nav > div .title h1 {
  font-size: 30px;
  color: #333333;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.header .nav > ul > li .child-nav > div .title h2 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  opacity: 0.5;
  line-height: 1;
  margin: 14px 0;
}
.header .nav > ul > li .child-nav > div > ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header .nav > ul > li .child-nav > div > ul > li {
  width: 200px;
  text-align: left;
  margin-left: 20px;
  cursor: pointer;
}
.header .nav > ul > li .child-nav > div > ul > li > a {
  text-decoration: none;
  color: #333333;
}
.header .nav > ul > li .child-nav > div > ul > li:hover {
  color: #C92B2F;
}
.header .nav > ul > li .child-nav > div > ul > li:hover a {
  color: #C92B2F;
}
.header .nav > ul > li .child-nav > div > ul > li img {
  width: 200px;
  height: 120px;
  border-radius: 5px;
  display: block;
}
.header .nav > ul > li .child-nav > div > ul > li p {
  margin: 17px 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 14px;
}
.header .nav > ul > li .child-nav > div > ul > li p img {
  width: 10px;
  height: 20px;
  display: block;
}
.header .nav > ul > li:hover > a, .header .nav > ul > li.on > a {
  color: #C92B2F;
  display: inline-block;
}
.header .nav > ul > li:hover > a:after, .header .nav > ul > li.on > a:after {
  display: inline-block;
  background-color: #C92B2F;
}
.header .nav > ul > li:hover .child-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .nav > ul > li:nth-of-type(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.header .nav > ul > li:nth-of-type(1):hover:after, .header .nav > ul > li:nth-of-type(1).on:after {
  background-color: rgba(0, 0, 0, 0);
}
.header .nav > ul > li:last-of-type:hover > a:after, .header .nav > ul > li:last-of-type.on > a:after, .header .nav > ul > li:first-of-type:hover > a:after, .header .nav > ul > li:first-of-type.on > a:after {
  background-color: rgba(0, 0, 0, 0);
}

.footer {
  width: 100%;
  min-width: 1240px;
}
.footer .friendship-box {
  width: 100%;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #3E3E3F;
  border-bottom: solid 1px rgba(191, 191, 191, 0.2);
}
.footer .friendship-box > div {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #ffffff;
  font-size: 14px;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .friendship-box > div > label {
  width: 80px;
  line-height: 30px;
}
.footer .friendship-box > div > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 30px;
}
.footer .friendship-box > div > div a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.footer .friendship-box > div > div a:hover {
  color: #C92B2F;
}
.footer .friendship-box > div > div span {
  margin: 0 10px;
}
.footer .link-box {
  width: 100%;
  background-color: #3E3E3F;
  border-bottom: solid 1px rgba(191, 191, 191, 0.2);
}
.footer .link-box > div {
  max-width: 1380px;
  margin: 0 auto;
  padding: 45px 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ffffff;
  font-size: 14px;
}
.footer .link-box > div a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.footer .link-box > div a:hover {
  color: #C92B2F;
}
.footer .link-box > div .link {
  max-width: 1100px;
  min-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer .link-box > div .link > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer .link-box > div .link > div .title {
  margin-bottom: 20px;
}
.footer .link-box > div .link > div a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  display: block;
  line-height: 30px;
}
.footer .link-box > div .link > div a:hover {
  color: #C92B2F;
}
.footer .link-box > div .logo {
  width: 270px;
  height: 47px;
  margin-bottom: 26px;
  display: block;
}
.footer .link-box > div .qrcode {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .link-box > div .qrcode img {
  width: 82px;
  height: 82px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  background: #fff;
  cursor: pointer;
}
.footer .link-box > div .qrcode p {
  text-align: center;
  font-size: 12px;
}
.footer .link-box > div .qrcode .qr-popup {
  position: absolute;
  left: 50%;
  top: -160px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 130px;
  height: 130px;
  display: none;
  border: solid 6px #ffffff;
  border-radius: 3px;
}
.footer .link-box > div .qrcode .qr-popup:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translate(-50%, 0) rotateZ(45deg);
  -ms-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotateZ(45deg);
  width: 0;
  height: 0;
  border-top: solid 6px transparent;
  border-right: solid 6px #ffffff;
  border-bottom: solid 6px #ffffff;
  border-left: solid 6px transparent;
}
.footer .link-box > div .qrcode .qr-popup img {
  width: 100%;
  height: 100%;
}
.footer .link-box > div .qrcode > div {
  position: relative;
}
.footer .link-box > div .qrcode > div:hover .qr-popup {
  display: block;
}
.footer .link-box > div .link-img {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .record-box {
  width: 100%;
  height: 100px;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #383635;
}
.footer .record-box > div {
  max-width: 1400px;
  height: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
}
.footer .record-box > div .br-on {
  display: none;
}
@media all and (max-width: 1400px) {
  .footer .record-box > div .br-on {
    display: inline-block;
  }
}
.footer .record-box > div a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.footer .record-box > div a:hover {
  color: #C92B2F;
}
.footer .record-box > div span {
  margin: 0 10px;
}
.footer .record-box > div .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .record-box > div .logo > img {
  display: block;
  margin-right: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer .record-box > div .logo .logo-1 {
  width: 90px;
  height: 44px;
}
.footer .record-box > div .logo .logo-2 {
  width: 160px;
  height: 40px;
}

.to-top {
  width: 90px;
  height: 90px;
  background: rgba(201, 43, 47, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  right: 0;
  bottom: 17%;
  color: #ffffff;
  font-size: 14px;
  z-index: 90;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.to-top.on {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.to-top img {
  width: 30px;
  height: 40px;
}

.to-top.to-top_type_0 {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  bottom: calc(17% + (90vw / 19.2));
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.to-top.to-top_type_1 {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  bottom: calc(17% +  ((90vw / 19.2) * 2));
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.to-top.to-top_type_2 {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  bottom: calc(17% + ((90vw / 19.2) * 3));
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.weather-popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.weather-popup.on {
  display: block;
}
.weather-popup > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px;
}
.weather-popup > div .title {
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  font-weight: 400;
  color: #F2F2F2;
  background: #C92B2F;
  border-radius: 30px 30px 0 0;
  position: relative;
  padding: 0 60px 0 30px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.weather-popup > div .title .close {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.weather-popup > div .content {
  min-height: 200px;
  padding: 35px;
  background-color: #F2F2F2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 30px 30px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
}
.weather-popup > div .content > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.weather-popup > div .content > div > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.weather-popup > div .content > div > div:nth-of-type(1) {
  width: 100px;
  text-align: left;
}
.weather-popup > div .content > div > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  margin-right: 20px;
}
.weather-popup > div .content > div > div:nth-of-type(3) {
  max-width: 140px;
}
.weather-popup > div .content > div:last-of-type {
  margin-bottom: 0;
}
.weather-popup > div .content > div .icon {
  width: 30px;
  height: 30px;
  margin-right: 3px;
}

.toolbox {
  background-color: #6C6D70;
  padding: 10px 0;
  display: none;
}
.toolbox.on {
  display: block;
}
.toolbox .toolbox-child {
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.toolbox .toolbox-child > .toolbox-child-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  color: #E7E7E7;
  text-decoration: none;
  position: relative;
}
.toolbox .toolbox-child > .toolbox-child-a:hover .match-colors-list {
  display: block;
}
.toolbox .toolbox-child > .toolbox-child-a > .toolbox-child-img {
  width: 30px;
  height: 30px;
  display: block;
  border: solid 1px #6C6D70;
  padding: 4px;
  background-color: rgba(62, 62, 63, 0.5);
  border-radius: 6px;
  margin-bottom: 4px;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list {
  display: none;
  position: absolute;
  left: 50%;
  top: 44px;
  font-size: 18px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 180px;
  text-align: left;
  background-color: #3e3e3f;
  z-index: 1000;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li {
  line-height: 2;
  padding-left: 30px;
  position: relative;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li:before {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
  border-top: solid 8px #E7E7E7;
  border-right: solid 8px #E7E7E7;
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li:hover:before, .toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.on {
  display: block;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_white_black_blue {
  background-color: #ffffff;
  color: #000000;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_white_black_blue:before {
  border-top: solid 8px #000000;
  border-right: solid 8px #000000;
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_blue_yellow_white {
  background-color: #0000FF;
  color: #ffff00;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_blue_yellow_white:before {
  border-top: solid 8px #ffff00;
  border-right: solid 8px #ffff00;
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_yellow_black_blue {
  background-color: #ffff00;
  color: #000000;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_yellow_black_blue:before {
  border-top: solid 8px #000000;
  border-right: solid 8px #000000;
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_black_yellow_white {
  background-color: #000000;
  color: #ffff00;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_black_yellow_white:before {
  border-top: solid 8px #ffff00;
  border-right: solid 8px #ffff00;
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
}

.font_1 .header .status-bar > div {
  font-size: 15.4px;
}
.font_1 .header .status-bar > div .right {
  font-size: 13.2px;
}
.font_1 .header .status-bar > div .right > div.phone .number {
  font-size: 24.2px;
}
.font_1 .header .nav > ul > li > a {
  font-size: 15.4px;
}
.font_1 .header .nav > ul > li .child-nav > div .title h1 {
  font-size: 33px;
}
.font_1 .header .nav > ul > li .child-nav > div .title h2 {
  font-size: 19.8px;
}
.font_1 .header .nav > ul > li .child-nav > div > ul > li p {
  font-size: 15.4px;
}
.font_1 .footer .friendship-box > div {
  font-size: 15.4px;
}
.font_1 .footer .friendship-box > div > div a {
  font-size: 15.4px;
}
.font_1 .footer .link-box > div {
  font-size: 15.4px;
}
.font_1 .footer .link-box > div a {
  font-size: 15.4px;
}
.font_1 .footer .link-box > div .link > div a {
  font-size: 13.2px;
}
.font_1 .footer .link-box > div .qrcode p {
  font-size: 13.2px;
}
.font_1 .footer .record-box > div {
  font-size: 14.3px;
}
.font_1 .footer .record-box > div a {
  font-size: 15.4px;
}
.font_1 .to-top {
  font-size: 15.4px;
}
.font_1 .weather-popup > div .title {
  font-size: 30.8px;
}
.font_1 .weather-popup > div .content {
  font-size: 22px;
}

.font_2 .header .status-bar > div {
  font-size: 16.8px;
}
.font_2 .header .status-bar > div .right {
  font-size: 14.4px;
}
.font_2 .header .status-bar > div .right > div.phone .number {
  font-size: 26.4px;
}
.font_2 .header .nav > ul > li > a {
  font-size: 16.8px;
}
.font_2 .header .nav > ul > li .child-nav > div .title h1 {
  font-size: 36px;
}
.font_2 .header .nav > ul > li .child-nav > div .title h2 {
  font-size: 21.6px;
}
.font_2 .header .nav > ul > li .child-nav > div > ul > li p {
  font-size: 16.8px;
}
.font_2 .footer .friendship-box > div {
  font-size: 16.8px;
}
.font_2 .footer .friendship-box > div > div a {
  font-size: 16.8px;
}
.font_2 .footer .link-box > div {
  font-size: 16.8px;
}
.font_2 .footer .link-box > div a {
  font-size: 16.8px;
}
.font_2 .footer .link-box > div .link > div a {
  font-size: 14.4px;
}
.font_2 .footer .link-box > div .qrcode p {
  font-size: 14.4px;
}
.font_2 .footer .record-box > div {
  font-size: 15.6px;
}
.font_2 .footer .record-box > div a {
  font-size: 16.8px;
}
.font_2 .to-top {
  font-size: 16.8px;
}
.font_2 .weather-popup > div .title {
  font-size: 33.6px;
}
.font_2 .weather-popup > div .content {
  font-size: 24px;
}

.font_3 .header .status-bar > div {
  font-size: 18.2px;
}
.font_3 .header .status-bar > div .right {
  font-size: 15.6px;
}
.font_3 .header .status-bar > div .right > div.phone .number {
  font-size: 28.6px;
}
.font_3 .header .nav > ul > li > a {
  font-size: 18.2px;
}
.font_3 .header .nav > ul > li .child-nav > div .title h1 {
  font-size: 39px;
}
.font_3 .header .nav > ul > li .child-nav > div .title h2 {
  font-size: 23.4px;
}
.font_3 .header .nav > ul > li .child-nav > div > ul > li p {
  font-size: 18.2px;
}
.font_3 .footer .friendship-box > div {
  font-size: 18.2px;
}
.font_3 .footer .friendship-box > div > div a {
  font-size: 18.2px;
}
.font_3 .footer .link-box > div {
  font-size: 18.2px;
}
.font_3 .footer .link-box > div a {
  font-size: 18.2px;
}
.font_3 .footer .link-box > div .link > div a {
  font-size: 15.6px;
}
.font_3 .footer .link-box > div .qrcode p {
  font-size: 15.6px;
}
.font_3 .footer .record-box > div {
  font-size: 16.9px;
}
.font_3 .footer .record-box > div a {
  font-size: 18.2px;
}
.font_3 .to-top {
  font-size: 18.2px;
}
.font_3 .weather-popup > div .title {
  font-size: 36.4px;
}
.font_3 .weather-popup > div .content {
  font-size: 26px;
}

.bg_white_black_blue .page-zoom-box * {
  background: white !important;
  color: black !important;
}
.bg_white_black_blue .page-zoom-box a {
  color: blue !important;
}
.bg_white_black_blue .page-zoom-box a * {
  color: blue !important;
}

.bg_blue_yellow_white .page-zoom-box * {
  background: blue !important;
  color: yellow !important;
}
.bg_blue_yellow_white .page-zoom-box a {
  color: white !important;
}
.bg_blue_yellow_white .page-zoom-box a * {
  color: white !important;
}

.bg_yellow_black_blue .page-zoom-box * {
  background: yellow !important;
  color: black !important;
}
.bg_yellow_black_blue .page-zoom-box a {
  color: blue !important;
}
.bg_yellow_black_blue .page-zoom-box a * {
  color: blue !important;
}

.bg_black_yellow_white .page-zoom-box * {
  background: black !important;
  color: yellow !important;
}
.bg_black_yellow_white .page-zoom-box a {
  color: white !important;
}
.bg_black_yellow_white .page-zoom-box a * {
  color: white !important;
}
