html,
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
}

.layui-nav-bar {
  background-color: #d42920;
  height: 3px;
}

.header {
  background-image: url(../images/topbg.gif);
  background-position: 0 0;
  background-repeat: repeat-x;
}

.header-topline {
  border-top: 5px solid #333;
  border-bottom: 3px solid #fecf7d;
}

.info-header {
  width: 1300px;
  margin: 0 auto;
}

.header-logo {
  padding: 15px 0;
  margin-left: 10px;
}

.header-logo a {
  display: block;
}

.header-logo img {
  height: 50px;
}

.header-nav {
  padding-top: 20px;
}

.header-nav ul {
  background: none;
  padding: 0;
}

.header-nav li {
  display: inline-block;
  margin-right: 25px;
}

.header-nav li.layui-nav-item {
  line-height: 46px;
}

.header-nav li.layui-nav-item a {
  padding-left: 0;
  padding-bottom: 10px;
}

.header-nav li .layui-nav-more {
  border-color: #000 transparent transparent;
  border-width: 4px;
}

.header-nav li .layui-nav-mored {
  border-color: transparent transparent #000;
}

.header-nav .layui-nav-more {
  top: 25%;
}

.header-nav li a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #000 !important;
  line-height: 1.4;
}

.header-nav li a small {
  display: block;
  font-weight: normal;
  font-size: 12px;
}

.header-nav li.layui-this:after {
  background-color: #000;
  height: 3px;
}

.header-nav li dd {
  width: 400px;
  padding: 10px 15px;
  display: flex;
}

.header-nav li .header-nav-small-img {
  width: 60px;
  height: 60px;
}

.header-nav li .header-nav-small-img img {
  width: 100%;
}

.header-nav li .header-nav-small-font {
  font-size: 14px;
  color: #000;
  width: calc(100% - 90px);
  white-space: initial;
  line-height: 20px;
  margin-left: 15px;
  padding-top: 5px;
}

.header-nav li .layui-nav-child {
  left: -250px;
  display: none;
  background: none;
  border: none;
  box-shadow: none;
}

.header-link-icon {
  width: 30px;
  margin: 5px auto;
}

.header-link-icon img {
  width: 100%;
  border-radius: 4px;
}

.header-iconbtn-list {
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.header-icon {
  display: flex;
  justify-content: flex-end;
}

.header-iconbtn {
  padding-top: 10px;
  margin-left: 20px;
  display: flex;
  justify-content: flex-end;
}

.header-iconbtn .iconfont {
  margin-right: 10px;
  font-size: 16px;
}

.header-iconbtn .iconfont.icon-wechat-fill {
  color: #0fbf0f;
}

.header-iconbtn .iconfont.icon-office-supplies-fill {
  color: #ffc45e;
}

.index-content {
  height: 100vh;
}

.index-banner {
  background-color: #333;
  position: relative;
}

.index-banner .layui-carousel-arrow {
  display: none;
}

.index-search-order {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1000px;
  margin-left: -500px;
  z-index: 2;
}

.index-search-order-main {
  width: 1000px;
  height: 130px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.index-search-order-form {
  margin-right: 30px;
}

.index-search-order-main-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.index-search-order-main-form input {
  margin-bottom: 15px;
  font-size: 20px;
}

.index-search-order-main-foot {
  margin-top: 10px;
}

.index-search-order-main-foot p {
  font-size: 13px;
  line-height: 2.4;
  color: #999;
}

.index-search-order-main-btn {
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  border-radius: 200px;
  width: 110px;
}

.index-search-order-main-btn:hover {
  color: #fff;
}

.index-login-content {
  position: absolute;
  left: 50%;
  top: 6%;
  width: 1060px;
  margin-left: -530px;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
}

.index-login-form {
  background-color: #fff;
  border-radius: 12px;
  width: 280px;
  height: 370px;
  padding: 15px;
}

.index-login-title {
  font-size: 26px;
  margin-bottom: 20px;
}

.index-login-input {
  margin-bottom: 10px;
}

.index-login-input input {
  width: calc(100% - 10px);
  font-size: 18px;
  height: 45px;
  border: 1px solid #e6e6e6;
  padding-left: 10px;
}

.index-login-input.input-code {
  display: flex;
}

.index-login-input.input-code input {
  flex: 1;
}

.index-login-input.input-code .input-code-img {
  width: 70px;
  height: 45px;
  margin-left: 10px;
}

.index-login-input.input-code .input-code-sms {
  width: 140px;
  height: 45px;
  line-height: 45px;
  margin-left: 10px;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}

.index-login-btn,
.index-register-btn {
  margin-bottom: 10px;
}

.index-login-btn input,
.index-register-btn input {
  background-color: #ffc45e;
  color: #000;
  font-size: 18px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 200px;
  cursor: pointer;
  border: none;
}

.index-register-btn input {
  background-color: #000;
  color: #fff;
}

.index-login-forget a {
  display: block;
  text-align: center;
  color: #888;
  text-decoration: underline;
  margin-top: 20px;
}

.index-search-upidcard {
  text-align: center;
  flex: 1;
}

.index-search-upidcard a {
  display: block;
  height: 125px;
  border-left: 1px solid #f1f1f1;
}

.index-search-upidcard a .iconfont {
  font-size: 50px;
  line-height: 1.15;
}

.index-search-upidcard a .index-search-upidcard-title {
  font-size: 16px;
  background-color: #ffc45e;
  width: 120px;
  height: 32px;
  line-height: 32px;
  margin: 10px auto;
  border-radius: 200px;
  color: #fff;
}

.index-search-upidcard a small {
  color: #999;
}

.index-download {
  display: flex;
  margin-right: 30px;
}

.index-download .download-menu {
  width: 120px;
  margin-left: 30px;
}

.index-download .download-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 6px;
  height: 45px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}

.index-download .download-menu li::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-right: 20px solid #d42921;
  border-bottom: 18px solid transparent;
  position: absolute;
  left: -7px;
  top: 5px;
  display: none;
}

.index-download .download-menu li.active {
  background-color: #d42921;
}

.index-download .download-menu li.active span {
  color: #fff;
  font-weight: bold;
}

.index-download .download-menu li.active::after {
  display: block;
}

.index-download .download-menu li img {
  height: 20px;
  display: block;
  margin-right: 4px;
}

.index-download .download-codelist {
  flex: 1;
  display: flex;
}

.index-download .download-codelist .index-search-upidcard:nth-child(2) a {
  border: none;
}

.index-download .download-codelist .index-search-upidcard .index-search-upidcard-title {
  background: none;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-top: 8px;
}

.index-app-download,
.download-main {
  display: none;
}

.index-banner-list {
  position: relative;
  background-image: url('../../Resource/images/index-banner2.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-banner-list-title {
  position: absolute;
  top: 13%;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
}

.index-banner-list-title p {
  color: #fff;
  font-weight: 300;
}

.index-banner-list-title p.big {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 15px;
}

.index-banner-list-title p.small {
  font-size: 36px;
}

.index-menu-list {
  height: 50%;
}

.index-menu-list a {
  font-size: 20px;
  padding: 10px;
  display: block;
  height: calc(100% - 25px);
  position: relative;
  margin-left: 5px;
  background-color: #eee;
  margin-bottom: 5px;
}

.index-menu-list a:hover {
  color: #ffc45e;
}

.index-menu-list a .iconfont {
  font-size: 40px;
  line-height: 1.2;
  float: right;
}

.index-menu-list a .index-menu-list-title {
  padding: 5px;
}

.index-menu-list a .index-menu-list-title .title {
  font-size: 28px;
  font-weight: bold;
}

.index-menu-list a .index-menu-list-title .title .title-line {
  width: 60px;
  height: 1px;
  background-color: #2492ce;
  margin-top: 10px;
}

.index-menu-list a:hover .index-menu-list-title .title .title-line {
  background-color: #ffc45e;
}

.index-menu-list a .index-menu-list-title small {
  display: block;
  font-size: 14px;
  margin-top: 4px;
}

.index-menu-list a .index-menu-list-icon {
  text-align: right;
  color: #fff;
}

.index-menu-list a .index-menu-list-icon .iconfont {
  font-size: 70px;
}

.index-menu {
  display: flex;
  flex-direction: column;
}

.index-notice-main {
  margin-left: 5px;
  padding: 10px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #f1f1f1;
}

.index-notice-main .title {
  font-size: 17px;
  margin-bottom: 15px;
}

.index-notice-main .title span {
  font-size: 14px;
}

.index-notice-main .title small {
  text-align: right;
  display: block;
  font-size: 14px;
}

.index-notice-main .title small .iconfont {
  font-size: 14px;
}

.index-notice-list li {
  margin-bottom: 15px;
}

.index-notice-list li a {
  display: flex;
}

.index-notice-list li a:hover {
  text-decoration: underline;
  color: #d42920;
}

.index-notice-list li .notice-title {
  font-size: 15px;
  margin-left: 10px;
}

.index-notice-contact {
  width: 100%;
}

.index-notice-contact .tel,
.index-notice-contact .tel .iconfont {
  font-size: 28px;
}

.index-notice-contact .add {
  font-size: 15px;
  margin-top: 5px;
}

.index-notice-contact-bg {
  position: absolute;
  width: 250px;
  height: 250px;
  right: 0;
  bottom: -30px;
  background-image: url(../images/index-notice-contact-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.index-foot {
  background-color: #333;
}

.index-foot-content {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  margin: 0 auto;
}

.index-foot a {
  color: #fff;
}

.index-foot-menu {
  display: flex;
  padding: 10px;
  flex: 1;
}

.index-foot-menu-title {
  background-color: #ddd;
  border-radius: 4px;
  width: 35px;
  padding: 14px 10px;
  font-size: 16px;
  font-weight: bold;
}

.index-foot-menu-list ul {
  display: flex;
}

.index-foot-menu-list ul li {
  flex: 1;
  text-align: center;
  margin-right: 5px;
  border: 2px solid #fff;
}

.index-foot-menu-list ul li:last-child {
  margin-right: 0;
}

.index-foot-menu-list ul li img {
  width: 100%;
}

.index-foot-tel {
  padding: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

.index-foot-copyright {
  padding: 10px;
  font-size: 13px;
  text-align: right;
  color: #fff;
}

.info-content {
  width: 1300px;
  margin: 0 auto;
}

.info-menu {
  margin: 20px 10px;
  background-color: #f9f9f9;
  border-radius: 6px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
}

.info-menu-title {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: #333;
  border-radius: 6px;
  color: #fff;
}

.info-menu-list ul li {
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.info-menu-list ul li a {
  display: block;
}

.info-menu-list ul li a:hover {
  color: #d42920;
}

.info-menu-list2 {
  margin-top: 30px;
}

.info-menu-list2 ul li {
  margin: 10px 12px;
}

.info-menu-list2 ul li img {
  width: 100%;
  display: block;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
}

.info-main {
  padding: 10px;
  margin-left: 20px;
}

.info-main-subnav {
  margin: 10px 0;
}

.info-main-subnav ul {
  display: flex;
}

.info-main-subnav ul li {
  font-size: 13px;
  margin-right: 2px;
  color: #777;
}

.info-main-title {
  font-size: 28px;
  margin: 20px 0;
  border-left: 4px solid #d42921;
  padding-left: 10px;
}

.info-shop-nav {
  padding-top: 10px;
}

.info-shop-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.info-shop-nav li {
  width: 100px;
  height: 35px;
  line-height: 35px;
  margin-right: 12px;
}

.info-shop-nav li:last-child {
  margin-right: 0;
}

.info-shop-nav li a {
  display: block;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  text-align: center;
}

.info-shop-nav li a:hover,
.info-shop-nav li.active a {
  background: #000;
  border-color: #000;
  color: #fecf7d;
}

.info-shop-main {
  padding: 20px 0;
}

.info-shop-main .iconfont {
  width: 30px;
  display: inline-block;
}

.info-shop-main .shop-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}

.info-shop-main .shop-address,
.info-shop-main .shop-phone,
.info-shop-main .shop-service {
  margin-bottom: 10px;
}

.info-main-p p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
}

.info-main-p p img {
  width: 60%;
}

.info-main-news li {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  font-size: 16px;
}

.info-main-news li a {
  display: block;
}

.info-main-news li a:hover {
  color: #d42920;
}

.info-main-news li .time {
  color: #888;
  margin-right: 15px;
  font-size: 14px;
  line-height: 1.6;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
}

.blog-list li {
  background: #fff;
  border: 1px solid #d6d6d6;
  width: 47%;
  margin-right: 30px;
  margin-bottom: 30px;
}

.blog-list li:nth-child(2n) {
  margin-right: 0;
}

.blog-list li a {
  display: block;
}

.blog-list .blog-list-img {
  height: 210px;
  overflow: hidden;
}

.blog-list .blog-list-img img {
  width: 100%;
  line-height: 1;
}

.blog-list .blog-list-time {
  color: #aaa;
  padding: 10px;
  padding-top: 0;
  font-size: 14px;
}

.blog-list .blog-list-title {
  font-weight: bold;
  font-size: 16px;
  margin: 10px;
  height: 22px;
  overflow: hidden;
}

.info-main-news-content {
  margin: 30px 0;
}

.info-main-news-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.info-main-news-content p img {
  width: 100%;
}

.info-main-news-content a {
  text-decoration: underline;
  color: #e89a12;
}

.info-banner {
  height: 200px;
  overflow: hidden;
}

.info-help-table {
  margin-bottom: 40px;
}

.info-help-table th,
.info-help-table td {
  border: 1px solid #eee;
  border-collapse: collapse;
  padding: 15px;
  text-align: center;
}

.info-help-table th {
  font-size: 26px;
  font-weight: normal;
  color: #f00;
}

.info-help-table td {
  font-size: 16px;
}

.info-main-search-form {
  display: flex;
  background-color: #f4f4f4;
  padding: 20px;
  width: 800px;
}

.search-form-input {
  flex: 1;
}

.search-form-input input {
  width: calc(100% - 20px);
  height: 36px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.search-form-btn {
  width: 90px;
}

.search-form-btn button {
  width: 100%;
  height: 40px;
  background-color: #000;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 0;
  color: #fecf7d;
  font-size: 16px;
}

.search-form-btn button .iconfont {
  font-size: 30px;
}

.search-express-main {
  margin-bottom: 60px;
  width: 840px;
}

.search-express {
  font-size: 16px;
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-bottom-color: #e0e0e0;
  border-right-color: #ececec;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.072);
  margin: 40px auto;
  margin-bottom: 40px;
}

.search-express-top {
  padding: 15px 40px;
  background-color: #fff !important;
}

.search-express-top .layui-colla-icon {
  font-size: 24px;
  top: 14px;
}

.search-express-id {
  font-size: 32px;
  font-weight: bold;
}

.search-express-about {
  display: flex;
  justify-content: flex-end;
}

.search-express-about div {
  margin-left: 20px;
  line-height: 2;
}

.search-express-timeline {
  margin-top: 20px;
}

.search-express-timeline .layui-timeline-title {
  font-size: 16px;
}

.load-express,
.no-express {
  text-align: center;
}

.load-express .iconfont,
.no-express .iconfont {
  font-size: 100px;
  display: block;
  font-weight: normal;
  color: #e1e1e1;
}

.load-express-font,
.no-express-font {
  font-size: 18px;
  color: #e1e1e1;
}

.no-express .iconfont,
.no-express-font {
  color: #000;
}

.info-main-service {
  margin-top: 50px;
}

.info-main-service-list {
  text-align: center;
  width: 200px;
}

.info-main-service-list .icon {
  position: relative;
}

.info-main-service-list .icon span {
  position: absolute;
  right: 50px;
  top: 10px;
  background-color: #6bc839;
  color: #fff;
  border-radius: 4px;
  padding: 0 4px;
}

.info-main-service-list .icon img {
  width: 25%;
  margin: 10px 0;
}

.info-main-service-list .name {
  font-size: 15px;
}

.fb-message {
  width: 260px;
  position: fixed;
  bottom: 37px;
  right: 20px;
  z-index: 9;
  cursor: pointer;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background: #3b569b;
  color: #fff;
  line-height: 50px;
  padding-left: 15px;
}

.fb-message img {
  width: 100%;
}

.vip-content {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 1060px;
  height: 650px;
  margin-left: -540px;
  z-index: 2;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
}

.vip-main {
  display: flex;
}

.vip-main .left {
  width: 150px;
}

.vip-main .left .vip-logo {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.vip-main .left .vip-name {
  font-size: 20px;
  margin-bottom: 10px;
}

.vip-main .left .vip-name .iconfont {
  font-size: 20px;
  margin-right: 6px;
}

.vip-main .left .vip-phone {
  display: flex;
}

.vip-main .left .vip-phone .list {
  display: block;
  border: 1px solid #ddd;
  color: #888;
  padding: 4px 5px;
  font-size: 13px;
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.vip-main .left .vip-menu {
  margin-top: 30px;
}

.vip-main .left .vip-menu ul li {
  margin-top: 15px;
}

.vip-main .left .vip-menu ul li a {
  display: block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  color: #000;
  background-color: #f6f6f6;
  font-size: 20px;
  border-radius: 8px;
}

.vip-main .left .vip-menu ul li a:hover,
.vip-main .left .vip-menu ul li.active a {
  background-color: #000;
  color: #ffd285;
  font-weight: bold;
}

.vip-main .right {
  flex: 1;
  margin-left: 20px;
}

.vip-form-list {
  display: flex;
  margin-bottom: 10px;
}

.vip-form-list-icon {
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #fecf7d;
  color: #000;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 10px;
}

.buycart-table-type li {
  margin-right: 10px;
}

.buycart-table-type li input[type="text"] {
  background-color: #f1f1f1;
  font-size: 16px;
  padding: 5px;
  border: none;
  width: 140px;
}

.vip-form-product td input[type="button"] {
  padding: 0;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
}

.buycart-table-type li select {
  background-color: #f1f1f1;
  font-size: 16px;
  padding: 5px;
  border: none;
  width: 140px;
}

.buycart-table-type {
  display: flex;
}

.buycart-table-type li button {
  border: 1px solid #aaa;
  color: #000;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}

.vip-form-main {
  border: 1px solid #eee;
  padding: 20px 10px;
}

.vip-form-product {
  min-height: 290px;
  margin-top: 20px;
}

.vip-form-product th,
.vip-form-product td {
  font-weight: normal;
  padding: 5px;
  text-align: center;
}

.vip-form-product td {
  font-size: 18px;
}

.right-title {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
}

.vip-form-foot {
  display: flex;
  justify-content: space-between;
  border: 2px solid #fecf7d;
  padding: 10px;
}

.vip-form-product-total {
  display: flex;
}

.vip-form-product-total .total {
  margin-right: 60px;
}

.vip-form-product-total .total .title {
  font-size: 14px;
  margin-bottom: 5px;
}

.vip-form-product-total .total .totla-input {
  font-size: 14px;
  width: 120px;
  display: flex;
}

.vip-form-product-total .total .totla-input small {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  margin-left: 5px;
}

.vip-form-product-total .total .totla-input input {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

.vip-form-product-total .total .totla-input2 select {
  font-size: 16px;
  color: #000;
  height: 34px;
  line-height: 34px;
  margin-right: 10px;
}

.vip-form-product-total .total .totla-input2 input {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

.vip-form-product-total .total .number {
  font-size: 30px;
  font-weight: bold;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: #f44;
}

.vip-form-product-total .total .number small {
  font-weight: normal;
  font-size: 12px;
  margin-left: 10px;
}

.vip-form-btn input {
  height: 60px;
  line-height: 60px;
  background-color: #fecf7d;
  color: #000;
  width: 180px;
  border: none;
  border-radius: 8px;
  font-size: 22px;
  font-weight: bold;
}

.vip-form-address {
  margin-bottom: 10px;
  border: 1px solid #fecf7d;
  padding: 10px;
}

.vip-form-address .address-font {
  font-size: 14px;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.vip-form-address .address-font strong {
  font-size: 16px;
}

.vip-list-form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.vip-list-form .left {
  display: flex;
}

.vip-list-form .right {
  display: flex;
  justify-content: flex-end;
}

.vip-list-table th,
.vip-list-table td {
  padding: 5px;
  text-align: center;
}

.vip-list-table th {
  font-weight: normal;
  background-color: #000;
  color: #fff;
  font-size: 13px;
}

.vip-list-table td {
  padding: 10px 5px;
}

.vip-list-table tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.list-search-form {
  display: flex;
}

.list-search-form .input input {
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  width: 200px;
}

.list-search-form .btn input {
  height: 34px;
  font-size: 16px;
  padding: 0 10px;
}

.vip-list-cancel {
  height: 34px;
  font-size: 16px;
  padding: 0 10px;
}

.right-list-nav {
  margin-bottom: 10px;
}

.right-list-nav ul {
  display: flex;
}

.right-list-nav ul li {
  flex: 1;
  margin-right: 5px;
}

.right-list-nav ul li:last-child {
  margin-right: 0;
}

.right-list-nav ul li a {
  display: block;
  text-align: center;
  background-color: #f1f1f1;
  height: 60px;
  padding: 5px 10px;
}

.right-list-nav ul li .font {
  font-size: 14px;
  margin-bottom: 5px;
}

.right-list-nav ul li .number {
  font-size: 28px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.right-list-nav ul li.active a {
  background-color: #fecf7d;
  color: #000;
}

.vip-list-total {
  line-height: 34px;
  font-size: 16px;
}

.vip-list-paybtn {
  background-color: #000;
  color: #ffd285;
  border: none;
  width: 60px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}

.vip-money-state {
  font-size: 12px;
  background-color: #ff6737;
  color: #fff;
  border-radius: 4px;
  width: 60px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
}

.vip-money-state2 {
  font-size: 12px;
  background-color: #459fe2;
  color: #fff;
  border-radius: 4px;
  width: 60px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
}

.vip-money-state3 {
  font-size: 12px;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  width: 60px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
}

.vip-money-type {
  color: #ff6737;
}

.vip-money-type2 {
  color: #459fe2;
}

.vip-money-type3 {
  color: #000;
}

.vip-money-cz-content {
  margin-top: 30px;
}

.vip-money-cz {
  display: flex;
  border: 1px solid #f1f1f1;
  margin: 20px;
  padding: 20px;
}

.vip-money-cz .left,
.vip-money-cz .right {
  flex: 1;
}

.vip-money-cz .left {
  margin-right: 60px;
}

.vip-money-cz .left .left-form {
  display: flex;
  margin-bottom: 10px;
}

.vip-money-cz .left .left-form .title {
  margin-right: 10px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

.vip-money-cz .left .left-form .font {
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}

.cz-money-list {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.cz-money-list.active {
  border: 3px solid #ffcc73;
}

.cz-money-list .box-left .title {
  font-size: 20px;
  margin-bottom: 6px;
}

.cz-money-list .box-left .title small {
  background-color: #f44;
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
  margin-left: 10px;
}

.cz-card-title {
  text-align: center;
  margin-bottom: 20px;
}

.cz-card-title .title {
  font-size: 24px;
  font-weight: bold;
}

.cz-card-title .font {
  color: #888;
}

.cz-money-card {
  margin-bottom: 20px;
}

.cz-money-card .title {
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}

.cz-money-card .input input {
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: 30px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  padding: 5px 0;
}

.cz-money-card .input input::placeholder {
  color: #ddd;
}

.cz-money-btn {
  width: 200px;
  margin: 10px auto;
}

.cz-money-btn input {
  background-color: #fecf7d;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  border: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

.vip-address-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin: 20px 0;
}

.vip-order-box {
  margin: 25px 0 15px 0;
  border: 1px solid #ddd;
  padding: 20px;
}

.vip-order-box .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.vip-order-table th,
.vip-order-table td {
  font-weight: normal;
  padding: 10px;
  font-size: 16px;
  text-align: left;
}

.vip-order-table th {
  width: 110px;
}

.vip-order-box .vip-list-table th {
  background-color: #f1f1f1;
  color: #333;
}

.vip-order-state {
  font-size: 18px;
  border: 1px solid #f44;
  color: #f44;
  padding: 3px 10px;
}

/* Phone */

@media (min-width:250px) and (max-width: 1299px) {
  .layui-hide-xs {
      display: none !important
  }

  .index-banner-list {
    background-image: url('../../Resource/images/phone-bg.jpg');
    background-size: contain;
    background-position: bottom;
  }

  .info-header,
  .index-foot-content,
  .info-content {
    width: 100%;
  }

  .header-logo {
    padding: 10px 0;
  }

  .header-logo img {
    height: 40px;
  }

  .index-search-order-main {
    width: calc(100% - 40px);
    height: 110px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
  }

  .index-search-order-main-title {
    font-size: 16px;
    color: #000;
  }

  .index-search-order-main-form input {
    margin-bottom: 5px;
  }

  .index-search-order,
  .index-banner-list-title {
    width: 360px;
    margin-left: -180px;
    top: 6%;
  }

  .index-search-order {
    top: 53vh;
  }

  .index-foot-copyright {
    text-align: left;
    line-height: 1.8;
  }

  .index-banner-list-title p.big {
    font-size: 28px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.9);
  }

  .index-banner-list-title p.big .iconfont {
    font-size: 28px !important;
  }

  .index-banner-list-title p.small {
    font-size: 18px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
  }

  .index-search-order-form {
    margin-right: 0;
  }

  .index-search-order-main-foot p {
    line-height: 1;
    margin-bottom: 14px;
  }

  .index-search-order-main-btn {
    width: 100%;
  }

  .index-download {
    display: flex;
    margin: 0;
  }

  .index-download .download-btn {
    flex: 1;
    border: 1px solid #888;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 15px;
    background: #000;
  }

  .index-download .download-btn:nth-child(3) {
    margin-right: 0;
  }

  .index-download .download-btn img {
    width: 100%;
    display: block;
  }

  .index-app-download {
    display: block;
    margin: 20px 0 40px 0;
  }

  .index-app-download .title {
    color: #fff;
    font-size: 16px;
  }

  .index-app-download .btnlist {
    display: flex;
    border: 1px solid #777;
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
    border-radius: 6px;
  }

  .index-app-download .btnlist div {
    flex: 1;
    text-align: center;
  }

  .index-app-download .btnlist div a {
    display: block;
    color: #ffd386;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    border-right: 1px solid #666;
  }

  .index-app-download .btnlist div a small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
  }

  .index-app-download .btnlist div:last-child a {
    border-right: 0;
  }

  .index-app-download .btnlist img {
    width: 100%;
  }

  .header-phone-navbtn {
    margin-top: 10px;
    margin-right: 10px;
  }

  .header-phone-navbtn a {
    display: block;
  }

  .header-phone-navbtn .iconfont {
    font-size: 32px;
  }

  .header-phone-navmain-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 20;
  }

  .header-phone-navmain .layui-nav {
    background-color: #000;
  }

  .header-phone-navmain .layui-nav-tree .layui-nav-item a {
    color: #fff;
  }

  .header-phone-navmain .layui-nav .layui-this:after,
  .header-phone-navmain .layui-nav-bar,
  .header-phone-navmain .layui-nav-tree .layui-nav-itemed:after,
  .header-phone-navmain .layui-nav .layui-nav-child dd.layui-this a,
  .header-phone-navmain .layui-nav-child dd.layui-this,
  .header-phone-navmain .layui-nav-tree .layui-nav-bar,
  .header-phone-navmain .layui-nav-tree .layui-nav-child dd.layui-this,
  .header-phone-navmain .layui-nav-tree .layui-nav-child dd.layui-this a,
  .header-phone-navmain .layui-nav-tree .layui-this,
  .header-phone-navmain .layui-nav-tree .layui-this > a,
  .header-phone-navmain .layui-nav-tree .layui-this > a:hover {
    background-color: #d42920;
  }

  .header-phone-navmain .layui-nav-item small {
    font-size: 12px;
    margin-left: 5px;
  }

  .info-banner {
    height: 100px;
  }

  .info-banner img {
    float: right;
    width: 300%;
  }

  .info-content {
    min-height: 71vh !important;
  }

  .info-main {
    margin: 0 10px;
  }

  .info-main img {
    width: 100%;
  }

  .info-main-title {
    font-size: 22px;
    margin-top: 5px;
  }

  .info-main-p p {
    word-break: break-word;
    font-size: 15px;
    display: block !important;
  }

  .info-main-p p img {
    width: 100% !important;
    height: auto !important;
  }

  .info-main-service {
    margin-top: 10px;
  }

  .info-main-service-list {
    margin: 0 20px 20px 20px;
  }

  .info-help-table table {
    width: 100%;
  }

  .info-main-news li {
    display: block;
  }

  .info-main-news li .time {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .info-main-search-form {
    width: auto;
    padding: 10px;
  }

  .search-form-btn {
    width: 40px;
  }

  .search-form-btn .iconfont {
    font-size: 24px;
  }

  .search-express-main {
    width: auto;
  }

  .search-express-top.layui-colla-title {
    padding: 0 40px;
    height: 75px;
  }

  .search-express-top .layui-colla-icon {
    font-size: 18px;
    top: 0;
  }

  .search-express-id {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 5px;
  }

  .search-express-about {
    justify-content: left;
  }

  .search-express-about div {
    margin-left: 0;
    margin-right: 10px;
  }

  .search-express-timeline .layui-timeline-title {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .search-express-timeline .layui-text {
    font-size: 12px;
    line-height: 1.5;
    color: #aaa;
  }

  .download-back {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }

  .download-back .iconfont {
    font-size: 32px;
    color: #eee;
    display: block;
  }

  .download-main {
    display: block;
    width: 360px;
    margin: 0 auto;
    padding-top: 4vh;
  }

  .download-logo {
    width: 60px;
    margin: 0 auto;
  }

  .download-logo img {
    width: 100%;
    display: block;
  }

  .download-slogan {
    color: #fff;
  }

  .download-slogan .big {
    font-size: 22px;
    font-weight: bold;
    margin-left: 12px;
    margin-top: 6px;
  }

  .download-slogan .big .iconfont {
    font-size: 26px;
  }

  .download-slogan .small {
    margin-top: 5px;
    font-size: 16px;
  }

  .download-btn {
    width: 60%;
    margin-bottom: 20px;
  }

  .download-btn a {
    display: block;
  }

  .download-btn img {
    display: block;
    width: 85%;
  }

  .blog-list li {
    width: 100%;
    margin-right: 0;
  }
}

.index-login-ok {
  text-align: center;
}

.index-login-ok .iconfont {
  background-color: #000;
  color: #fecf7d;
  font-size: 50px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  margin: 10px auto;
}

.index-login-ok .name {
  font-size: 20px;
  margin-bottom: 30px;
}

::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
