@import "animate.min.css";

.page-service select {
  margin: 0 15px;
  max-width: 100%;
  border: 1px solid;
  height: 30px;
  border-radius: 10px;
}

/* Ripple Effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1),
      0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1),
      0 0 0 80px rgba(255, 255, 255, 0);
  }
}

::selection,
::-moz-selection,
::-webkit-selection {
  background: #1f1f1f;
  color: #fff;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  /* Requipurple, global font size */
  width: 100%;
  overflow-x: hidden;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
a {
  margin: 0;
  padding: 0;
}

/* 初始化 */
body,
div,
span,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
span,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.71428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #232830;
  background-color: #ffffff;
}

:active,
:focus {
  outline: none !important;
}

select {
  max-width: 100%;
}

ul,
li {
  list-style-type: none;
}

blockquote {
  background: #fff;
  border: 1px solid #f8f8f8;
  border-left: 5px solid var(--bg-purple);
  padding: 0 1.75rem 1.25rem;
  margin-top: 1.421875rem;
  line-height: 2;
  font-size: 1rem;
}

blockquote::before {
  color: var(--bg-purple);
  content: open-quote;
  font-size: 5.25rem;
  line-height: 0.1;
  margin-right: 0.21875rem;
  vertical-align: -2.055rem;
  font-family: sans-serif;
  content: "\201C";
  /*Unicode for Left Double Quote*/
}

strong {
  font-weight: 600;
}

hr {
  margin: 1.421875rem 0;
  border-color: #f4f4f4;
}

hr.black {
  border-color: rgba(255, 255, 255, 0.1);
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

/* ======================================================
   <!-- Table -->
/* ====================================================== */
table.table-normal,
.table-normal table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
}

table.table-normal th,
.table-normal table th {
  text-align: left;
}

table.table-normal td,
table.table-normal th,
.table-normal table td,
.table-normal table th {
  border: 1px solid black;
  padding: 0.2rem;
}

a {
  color: #232830;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a.link {
  text-decoration: underline;
  color: var(--text-color-purple);
}

a.link:hover {
  color: var(--text-color-purple);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  word-wrap: break-word;
}

.h1 {
  font-size: 3.375rem !important;
  line-height: 1.14285714286 !important;
}

.h2 {
  font-size: 22.375rem !important;
  line-height: 1.2 !important;
}

.h3 {
  font-size: 1.75rem !important;
  line-height: 1.25 !important;
}

.h4 {
  font-size: 1.25rem !important;
  line-height: 1.33333333333 !important;
}

.h5 {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.h6 {
  font-size: 0.75rem !important;
  line-height: 2 !important;
  font-weight: 600 !important;
}

.heading-space-none {
  margin: 0 !important;
  padding: 0 !important;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 2.4107142857rem;
    line-height: 1.15555556;
  }

  h2 {
    font-size: 15.6625rem;
    line-height: 1.421875;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.625;
  }

  .h1 {
    font-size: 2.4107142857rem !important;
    line-height: 1.15555556 !important;
  }

  .h2 {
    font-size: 15.6625rem !important;
    line-height: 1.421875 !important;
  }

  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.625 !important;
  }
}

@media all and (max-width: 480px) {
  h1 {
    font-size: 1.2053571429rem;
    line-height: 1.38461538462;
  }

  h2 {
    font-size: 13.425rem;
    line-height: 1.28571428571;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .h1 {
    font-size: 1.2053571429rem !important;
    line-height: 1.38461538462 !important;
  }

  .h2 {
    font-size: 13.425rem !important;
    line-height: 1.28571428571 !important;
  }

  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
  }
}

.font-normal {
  font-weight: 400 !important;
}

.font-uppercase {
  text-transform: uppercase !important;
}

.font-bold {
  font-weight: 800 !important;
}

.font-italic {
  font-style: italic !important;
}

.font-no-italic {
  font-style: normal !important;
}

.font-underline {
  text-decoration: underline !important;
}

.font-primary-color {
  color: var(--text-color-purple) !important;
}

.font-sub-color {
  color: #aeaeae !important;
}

.font-white {
  color: white;
}

.font-white p,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white h5,
.font-white h6,
.font-white .h1,
.font-white .h2,
.font-white .h3,
.font-white .h4,
.font-white .h5,
.font-white .h6 {
  color: white;
}

html {
  font-size: 100px;
}

@media screen and (min-width: 1921px) {
  html {
    font-size: 115px;
  }
}

@media screen and (min-width: 2561px) {
  html {
    font-size: 150px;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}

@media screen and (max-width: 1500px) {
  html {
    font-size: 85px;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 75px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 70px;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 100px;
  }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
  html {
    font-size: 55px;
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: 70px;
  }

}

@media screen and (max-width: 750px) {
  html {
    font-size: 100px;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 85.33px;
  }
}

@media screen and (max-width: 591px) {
  html {
    font-size: 78.8px;
  }
}

@media screen and (max-width: 562px) {
  html {
    font-size: 74.933px;
  }
}

@media screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}

@media screen and (max-width: 521px) {
  html {
    font-size: 69.4666px;
  }
}

@media screen and (max-width: 428px) {
  html {
    font-size: 57.066px;
  }
}

@media screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}

@media screen and (max-width: 412px) {
  html {
    font-size: 54.933px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.66px;
  }
}

/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}

/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color 0.5s;
}

/* 提示文字的激活样式 */
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

input {
  border: none;
  background-color: transparent;
  outline: none;
  font-family: Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica,
    "PingFang SC", "Hiragino Sans GB", sans-serif;
}

a {
  text-decoration: none;
}

*,
*:before,
*:after {
  max-height: 100000px;
}

/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div {
  -webkit-appearance: none;
}

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

.double {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  work-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.morels {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  work-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.triangle {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  /*上右下左  哪里需要就在哪里设置颜色*/
  border-style: dashed dashed solid dashed;
  /**上右下左  哪里小哪里就设置solid**/
}

img[src=""],
img:not([src]) {
  opacity: 0;
  display: none;
}

.flex {
  display: flex;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: auto;
  overflow-x: hidden;
}

/*purpleefine global*/
:root {
  --bg-blue: rgba(31, 73, 143, 1);
  --bg-purple: rgba(77, 20, 140, 1);
  --bg-golden: rgba(200, 160, 99, 1);
  --bg-white: #fff;
  --bg-black: #000;
  --text-color-blue: rgba(31, 73, 143, 1);
  --text-color-purple: rgba(77, 20, 140, 1);
  --text-color-white: #ffffff;
  --text-color-black: #000;
  --text-color-grey: #666;
  --text-color-999: #999;
}

@media screen and (orientation: landscape) {

  *::-webkit-scrollbar,
  *::-webkit-scrollbar {
    width: 4px;
    border-radius: 1.5px;
  }

  *::-webkit-scrollbar-button,
  *::-webkit-scrollbar-button {
    display: none;
  }

  *::-webkit-scrollbar-track,
  *::-webkit-scrollbar-track {
    background-color: #eee;
  }

  *::-webkit-scrollbar-thumb,
  *::-webkit-scrollbar-thumb {
    background-color: var(--bg-purple);
    border-radius: 4px;
  }

  *::-webkit-scrollbar:horizontal {
    height: 4px;
  }
}

@font-face {
  font-family: "Kingsoft_Cloud";
  src: url("../fonts/Kingsoft_Cloud_Font.ttf");
}

.Kingsoft_Cloud {
  font-family: "Kingsoft_Cloud";
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.ttf");
}

@font-face {
  font-family: "Cinzel-Bold";
  src: url("../fonts/Cinzel-Bold.ttf");
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2") format("woff2"),
    url("../fonts/iconfont.woff") format("woff"),
    url("../fonts/iconfont.ttf") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 14rem;
}

@media (max-width: 1659px) {
  .container {
    padding-left: 0.33rem;
    padding-right: 0.33rem;
    max-width: 16rem;
  }
}

@media (max-width: 1259px) {
  .container {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    max-width: calc(100% - 0.3rem);
    /* margin: 0; */
  }

  .service .home-serve-box {
    display: block;
  }
}

/*header*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 90px;
  background-color: var(--bg-purple);
  /* background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  transition: 0.65s;
}

.header:hover,
.header.scroll {}

.header .header__nav__container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: none;
}

.header .header__nav__container ul {
  width: 80%;
  display: flex;
  justify-content: space-around;
}

.header__logo {
  position: relative;
  width: 162px;
}

.header__logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.header__logo a img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: ease 0.5s;
}

.header__logo img:nth-child(1) {
  opacity: 1;
}

.menubtn {
  padding-top: 39px;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  transition: 0.4s;
  cursor: pointer;
  display: none;
}

.menubtn span {
  margin: auto;
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  transition: 0.45s;
}

.menubtn span:after,
.menubtn span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 2px;
  left: 0;
  background-color: #fff;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  transition: background 0.3s 0s;
}

.menubtn span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menubtn span:after {
  left: auto;
  right: 0;
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.menubtn.active span {
  transform: rotate(90deg);
}

.header:hover .menubtn span,
.header:hover .menubtn span::before,
.header:hover .menubtn span::after {
  /* background: #fff; */
}

.header__rights {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navs {}

.navs>li {
  float: left;
  position: relative;
}

.navs>li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-purple);
  z-index: 2;
  opacity: 0;
  transition: all .3s;
}

.navs>li::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -7px;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  transition: all .3s;
}

/* .navs>li:hover a:before,
.navs>li.active a:before {
  width: 32px;
  margin-left: -16px;
} */

.navs>li:hover::before,
.navs>li.active::before {
  opacity: 1;
}

.navs>li:hover::after,
.navs>li.active::after {
  opacity: 1;
}

.navs>li:hover a,
.navs>li.active a {
  color: #fff;
  font-weight: 800;
}

.navs>li:first-child {}

.navs>li>a {
  padding: 0 28px;
  display: block;
  color: #fff;
  line-height: 90px;
  font-size: .18rem;
  transition: all .3s;
  position: relative;
  z-index: 4;
}

/* .navs>li>a:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  background: var(--bg-purple);
  transition: 0.4s;
  width: 0;
  margin-left: 0;
} */

.header:hover .navs>li>a {
  color: #fff;
}

.header:hover .navs>li>a:before {
  background-color: var(--bg-purple);
}

.navs>li>.submenu {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.navs>li>.submenu a {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.4rem;
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0.4rem;
  padding: 0 10px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.navs>li>.submenu a:last-child {
  border-bottom: 0;
}

.navs>li>.submenu a:hover {
  color: #fff;
  background: var(--bg-purple);
}

.navs>li>.submenu a:hover:after {
  right: 15px;
  visibility: visible;
}

.navs>li:hover .submenu {
  top: 90px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

#header.header-sticky {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  /* transform: translate(0, -30%); */
}

#header.header-sticky .header__logo a img:nth-child(2) {
  opacity: 1;
}

#header.header-sticky .navs>li>a {
  /* color: #333; */
}

#header.header-sticky .navs>li.active>a,
#header.header-sticky .navs>li:hover>a {
  /* color: #fff; */
}

/* header tel */
.header__tel {
  margin-left: 1vw;
  color: #fff;
  font-size: 0.2rem;
}

#header.header-sticky .header__tel {
  /* color: var(--text-color-purple); */
}

/*mobile nav*/
.m-nav {
  position: fixed;
  top: 0;
  /*box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);*/
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 0;
  opacity: 0;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  /*    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;*/
  top: 0;
  transform: translateX(100%);
}

.m-nav a {
  outline: none;
}

.m-nav.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1000;
}

.m-nav .top {
  height: 60px;
  padding: 20px;
  box-sizing: border-box;
}

.m-nav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}

.m-nav .logo {
  width: 100%;
  margin: 0 auto;
}

.m-nav .logo img {
  width: 30%;
  display: block;
  margin: 0 auto 30px;
}

.m-nav .ul {
  margin-top: 30px;
}

.m-nav .ul li {
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  opacity: 0;
}

.m-nav.active .ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.m-nav .ul li:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(2) {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(3) {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(4) {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(7) {
  -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(8) {
  -webkit-transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  position: relative;
}

.m-nav .ul li a.active {
  font-weight: 800;
  color: #1b2c43;
}

.m-nav .ul li.dropdown a.dropdown-title::before,
.m-nav .ul li.dropdown a.dropdown-title::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.5);
  right: 10px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.m-nav .ul li.dropdown a.dropdown-title::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.m-nav .ul li.dropdown a.dropdown-title.active::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.m-nav .ul li a i {
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.m-nav .ul li .dropdown_menu {
  display: none;
}

.m-nav .ul li.dropdown.active .dropdown_menu {
  display: block;
}

.m-nav .ul li .dropdown_menu a {
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}

.m-nav .ul li .dropdown_menu a:last-child {
  border: none;
}

.m-nav-tel {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
}

.m-nav-tel a {
  font-weight: 800;
}

.m-nav-link {
  text-align: center;
  margin-top: 18px;
}

.m-nav-link a {
  display: inline-block;
  padding: 5px 25px;
  color: #fff;
  cursor: default;
  background: #00598e;
  font-size: 14px;
  line-height: 2;
}

/*main*/
.home-main {
  margin-top: 90px;
  position: relative;
  z-index: 50;
}

/*banner*/
.banner {
  width: 100%;
  height: calc(100vh - 90px);
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner .swiper-slide.swiper-slide-active .slide-inner {
  -webkit-animation: scaleBigToSmall 4s;
  animation: scaleBigToSmall 4s;
}

@-webkit-keyframes scaleBigToSmall {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleBigToSmall {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.scaleBigToSmall {
  -webkit-animation-name: scaleBigToSmall;
  animation-name: scaleBigToSmall;
  transform-origin: 50% 50%;
}

.banner__container {
  padding: 0 5%;
  width: 100%;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
}

.pagination-box {
  justify-content: space-between;
  align-items: center;
}

.pagination-box .swiper-pagination {
  margin: 0 auto;
  width: auto;
  font-size: 0;
  position: relative;
  left: auto;
  bottom: auto;
}

.pagination-box .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  position: relative;
}

.pagination-box .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.pagination-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1rem;
}

.pagination-box .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.14rem;
  height: 0.14rem;
  background-color: var(--bg-purple);
}

.banner-text {
  flex-direction: column;
  position: absolute;
  top: 2.5%;
  right: 2%;
  z-index: 2;
}
.banner-text img{
  max-width: 300px;
}
.banner-text h2 {
  color: rgba(255, 0, 0, 1);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: 8px;
  line-height: 1.4;
}

.banner-text p {
  font-size: .21rem;
  line-height: 1;
  color: rgba(255, 222, 0, 1);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.box {
  padding: 0.6rem 0;
}

.title {
  padding: 0.15rem 0;
  align-items: center;
  flex-direction: column;
}

.title h3 {
  font-size: 0.36rem;
  color: rgba(0, 0, 0, 1);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.img-box {
  overflow: hidden;
}

.img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.img-box:hover img {
  transform: scale(1.1);
}

.more {
  margin: 0.6rem auto 0;
  padding: 0 .3rem;
  width: 2rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.18rem;
  color: #fff;
  background-color: var(--bg-blue);
  border-radius: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.more em {
  font-style: normal;
  color: #fff;
}

.more i {
  color: #fff;
  width: .24rem;
  height: .24rem;
  font-size: .22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 0.4s ease 0s;
  -webkit-transform: all 0.4s ease 0s;
}

.more::before {
  content: "";
  width: 150%;
  height: 600%;
  border-radius: 50%/50%;
  background-color: var(--bg-purple);
  position: absolute;
  left: 50%;
  top: -90%;
  opacity: 1;
  z-index: -1;
  transition: all 0.56s;
  -webkit-transform: all 0.56s;
}

.more::after {}

.more:hover::before {
  transform: scale(8);
}

/* search box */
.search {
  padding-bottom: 0;
}

.search .container {
  justify-content: space-between;
}

.home-serve-box {
  display: flex;
}

.home-serve-box .container {
  width: 40%;
  margin-right: unset;
  margin-left: unset;
}

.domestic-search {
  padding: 60px 0;
}

.domestic-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-box {
  display: flex;
  align-items: center;
  margin: 15px 0;

}

.domestic-search .search-select {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.domestic-search .search-select .search-select-block {
  position: relative;
  margin: auto auto auto 20px;
}

.domestic-search select {
  margin: 0 15px;
  border: 1px solid;
  height: 30px;
  border-radius: 10px;
}

.domestic-search .search-select select {
  height: 40px;
  min-width: 150px;
  border-color: rgba(232, 232, 232, 1);
  border-width: 1px;
  --webkit-appearance: none;
  --moz-appearance: none;
  appearance: none;
  background-color: #fff;
  position: relative;
  padding: 0 10px;
  margin: auto;
}

.domestic-search .search-select .search-select-block::after {
  position: absolute;
  content: '\25BC';
  right: 5px;
  top: 50%;
  top: 50%;
  z-index: 2;
  color: #3333;
  transform: translateY(-50%);
}

.search-box h4 {
  font-size: .2rem;
  font-weight: 800;
}

.search-box img.ico {
  margin: 0 .1rem;
  max-width: .24rem;
}

.search-form-box {
  padding: .1rem;
  flex: 1;
  border: 1px solid rgba(232, 232, 232, 1);
  border-radius: .1rem;
}

.search-form {
  align-items: center;
  justify-content: space-between;
}

.search-form .key-input {
  padding: .05rem .15rem .05rem 0;
  font-size: .14rem;
  line-height: 2;
  flex: 1;
}

.search-form .key-input::placeholder {
  color: rgba(153, 153, 153, 1);
}

.search-btn {
  padding: .08rem .25rem;
  background-color: rgba(255, 0, 0, 1);
  border-radius: 5px;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-btn i {
  margin-right: .08rem;
  font-size: .24rem;
  line-height: 1;
}

.search-btn span {
  font-size: .14rem;
  line-height: 1;
}

/* service */
.service-list .ser-item {
  margin-right: .4rem;
  position: relative;
  width: calc((100% - 1.2rem)/4);
  overflow: hidden;
}

.service-list .ser-item:nth-child(4n) {
  margin-right: 0;
}

.service-list .ser-item .swiper {
  height: 4.2rem;
}

.service-list .ser-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ser-item .text {
  padding-top: .15rem;
  cursor: pointer;
}

.ser-item .text h4 {
  font-size: .2rem;
  margin-bottom: .15rem;
}

.ser-item .text p {
  font-size: .14rem;
  line-height: 1.6;
  align-items: center;
  justify-content: flex-start;
}

.ser-item .text p a {
  color: rgba(102, 102, 102, 1);
  align-items: center;
}

.ser-item .text p a:first-child {
  color: var(--text-color-purple);
}

.ser-item .text p i {
  font-size: .32rem;
  transform: rotate(-90deg);
  line-height: 1;
}

.ser-item .text p a+a {
  margin-left: .4rem;
}

.ser-item .swiper-button-next,
.ser-item .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.3);
}

.ser-item .swiper-button-next::after,
.ser-item .swiper-button-prev::after {
  font-size: .28rem;
  color: #fff;
}

.ser-item .swiper-button-prev,
.ser-item .swiper-rtl .swiper-button-next {
  left: 0;
}

.ser-item .swiper-button-next,
.ser-item .swiper-rtl .swiper-button-prev {
  right: 0;
}

/* partner */
.partner {
  background-color: rgba(248, 248, 248, 1);
}

.partner-list {
  align-items: center;
  height: 1.52rem;
}

.partner-list .item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.partner-list .item img {
  display: block;
  margin: auto;
  width: 80%;
  max-height: 80%;
  object-fit: contain;
}

/* news */
.news-list {
  margin-top: .3rem;
}

.news_item {
  padding: .3rem;
  background-color: rgba(247, 247, 247, 1);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.news_pic {
  margin-right: .3rem;
  width: 2.1rem;
}

.news_pic .img-box {
  height: 1.68rem;
}

.news_pic .img-box,
.news_pic img {
  border-radius: 6px;
}

.news_pic .news_time {
  font-size: .18rem;
  font-weight: bold;
  color: rgba(102, 102, 102, 1);
  text-align: center;
  line-height: 2;
}

.news_text {
  flex: 1;
}

.news_text h4 {
  font-size: .18rem;
  line-height: 1.6;
}

.news_text .line {
  margin: .1rem 0;
  width: 100%;
  height: 0px;
  border-bottom: 1px dashed rgba(102, 102, 102, .5);

}

.news_text p {
  font-size: .14rem;
  color: rgba(102, 102, 102, 1);
}

.news_text span {
  margin-top: .2rem;
  font-size: .13rem;
  color: rgba(102, 102, 102, 1);
}

.news_item:hover {
  background-color: var(--bg-purple);
  color: #fff;
}

.news_item:hover .news_pic .news_time,
.news_item:hover .news_text p,
.news_item:hover .news_text span {
  color: #fff;
}

.news_item:hover .news_text .line {
  border-color: #fff;
}

.news .swiper-btn {
  margin-top: .3rem;
  position: relative;
  justify-content: center;
  align-items: center;
}

.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev {
  width: .3rem;
  height: .3rem;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin: 0 .1rem;
  color: rgba(187, 187, 187, 1);
}

.swiper-btn .swiper-button-next i,
.swiper-btn .swiper-button-prev i {
  font-size: .32rem;
  line-height: 1;
}

.swiper-btn .swiper-button-next:after,
.swiper-btn .swiper-rtl .swiper-button-prev:after,
.swiper-btn .swiper-button-prev:after,
.swiper-btn .swiper-rtl .swiper-button-next:after {
  content: "";
}

.swiper-btn .swiper-button-next:after,
.swiper-btn .swiper-button-prev:after {
  display: none;
}

/* page*/
.page-main .banner {
  height: 56vh;
}

.page-about {
  background-color: #f9f9f9;
}

.page-about-title {
  margin-bottom: .3rem;
  align-items: center;
  justify-content: center;
}

.page-about-title h4 {
  font-size: .32rem;
  line-height: 1;
  color: rgba(51, 51, 51, 1);
}

.page-about-text {
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  line-height: 2;
}

.page-about-text p {
  margin-bottom: .15rem;
}

.page-about-text img {
  max-height: 100%;
  height: auto !important
}

/* page service list */
.page-service-list {
  flex-wrap: wrap;
}

.page-service-list .ser-item {
  margin-bottom: .4rem;
  width: calc((100% - .8rem)/3);
}

.page-service-list .ser-item .swiper {
  height: 3.5rem;
}

.page-service-list .ser-item:nth-child(4n) {
  margin-right: .4rem;
}

.page-service-list .ser-item:nth-child(3n) {
  margin-right: 0;
}

/* page news box */
.page-news-box {
  background-color: #F7F7F7;
}

.page-news-list {
  flex-direction: column;
  overflow: hidden;
}

.page-news-list .news_item {
  margin-bottom: 4%;
  width: 100%;
  position: relative;
}

.page-news-list li .img {
  width: 60%;
  padding-bottom: 45%;
  position: relative;
  display: block;
  overflow: hidden;
}

.page-news-list li .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-width: 100%;
}

.page-news-list li .news-txt {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 4%;
  background: #f9f9f9;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  z-index: 20;
  width: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-news-list li .news-txt h4 {
  padding-bottom: .05rem;
  font-size: .18rem;
  position: relative;
}

.page-news-list li .news-txt h4::before {
  content: "";
  width: 21px;
  height: 1px;
  background-color: var(--bg-purple);
  position: absolute;
  left: 0;
  bottom: 0;
}

.page-news-list li .news-txt p {
  font-size: .12rem;
  margin: .1rem 0 .15rem;
}

.page-news-list li .news-txt span {
  display: block;
  text-align: right;
  font-size: .12rem;
  color: #666666;
}

.page-news-list li:hover .img img {
  transform: scale(1.1);
}

.page-industry-news {
  background: url(../images/bg5.jpg) no-repeat center;
}

.page-industry-news .title h3,
.page-industry-news .title .cn {
  color: #fff;
}

/*page news details*/
.page-news-detail {
  background: #F7F7F7;
  align-items: flex-start;
  justify-content: space-between;
}

.news-detail-left {
  width: 75%;
}

.page-info {
  margin-top: .35rem;
  margin-bottom: .4rem;
  padding-bottom: .3rem;
  display: flex;
  justify-content: center;
  border-bottom: solid 1px #f2f2f2;
  align-items: center;
}

.page-text,
.page-text p {
  margin-bottom: 0.12rem;
  text-align: justify;
  font-size: 0.16rem;
  line-height: 2;
  color: rgba(62, 62, 62, 0.86);
}

.page-text img {
  max-width: 100%;
  height: auto !important;
}

.news-detail-right {
  width: 23%;
  margin-bottom: .3rem;
  background: #fff;
  padding: .15rem .25rem;
}

.news-detail-right h3 {
  font-size: .24rem;
  color: #333;
  font-weight: 800;
}

.news-detail-right h3:after {
  display: block;
  width: .45rem;
  height: 3px;
  background: var(--bg-blue);
  content: "";
  margin-top: .1rem;
  margin-bottom: .15rem;
}

.page-news-hot li {
  padding: .08rem 0
}

.page-news-hot li a {
  display: block;
}

.page-news-hot li a .name {
  font-size: .16rem;
  line-height: 1.4;
}

.page-news-hot li a .time {
  font-size: .13rem;
  opacity: .5;
  line-height: 1.7;
}

.page-news-hot li+li {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

/*page next*/
.page-next {
  margin-top: 30px;
  padding: .2rem 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .05);
}

.page-next .post_prev,
.page-next .post_next {
  width: 48%;
  flex: 1;
  line-height: 20px;
  padding: .2rem;
  box-sizing: border-box;
  display: block;
}

.page-next .post_next {
  direction: rtl
}

.page-next span {
  display: block;
  font-size: .14rem;
  padding-bottom: 1vw;
  color: rgba(102, 102, 102, 1);
}

.page-next .txt {
  font-size: .14rem;
  padding-bottom: 1vw;
  color: rgba(102, 102, 102, 1);
}

.page-next a {
  font-size: .2rem;
  line-height: 1.6;
  font-weight: bold;
}

.page-next .post_next a {
  display: flex;
  justify-content: flex-end;
  direction: ltr
}

.pub-nav {
  margin: .3rem 0;
  justify-content: center;
}

.pub-nav li {
  margin: 0 .15rem;
}

.pub-nav li a {
  display: block;
  padding: .08rem .2rem;
  font-size: .18rem;
}

.pub-nav li.active a,
.pub-nav li a:hover {
  background-color: var(--bg-purple);
  color: #ffff;
  border-radius: 10px;
}

/* page contact */
.page-contact-logo {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 60px;
}

.page-contact-logo:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 45px;
  height: 3px;
  background: var(--bg-purple);
  margin-top: -1.5px;
  content: "";
}

.page-contact-logo img {
  height: 45px;
}

.page-contact-list {
  background: #eff2f7;
  display: flex;
  padding: 50px 0;
  border-radius: 10px;
  overflow: hidden
}

.page-contact-item {
  flex: 1;
  border-right: solid 1px #fff;
  padding: 0 15px;
  text-align: center
}

.page-contact-item i {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  line-height: 62px;
  background: var(--bg-purple);
  margin: auto;
  font-size: .36rem;
  color: #fff;
}

.page-contact-item span {
  display: block;
  margin-top: 20px;
  font-size: .16rem;
  color: #333;
  margin-bottom: 10px
}

.page-contact-item p {
  font-size: .16rem;
  color: #666
}

.page-map {
  margin-top: 60px;
  height: 400px;
}

#map {
  height: 100%;
  width: 100%
}

/* footer */
.footer {
  position: relative;
  color: rgba(255, 255, 255, 1);
  font-size: 0.16rem;
  background: url(../images/bg1.jpg) no-repeat center;
  background-size: cover;
  z-index: 51;
}

.footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #9a6d54;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.footer-top {
  padding-top: .6rem;
  padding-bottom: .2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  align-items: center;
  justify-content: space-between;
}

.ft-logo {
  height: .6rem;
  align-items: center;
  font-size: .38rem;
  font-weight: 600;
  color: rgba(255, 0, 0, 1);
}

.ft-logo img {
  max-height: 100%;
}

.footer-media {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.footer-media-text {
  color: #fff;
  font-size: .18rem;
  z-index: 2;
}

.footer-media-items {
  display: flex;
  position: relative;
  z-index: 2;
}

.footer-media-items li {
  margin-left: .2rem;
}

.footer-media-items .ft-logo {
  display: flex;
}

.footer-media-items .ft-logo .footer-media-text {
  display: flex;
  width: 42%;
  font-weight: 200;
  padding: 0 10px;
}

.footer-media-items li a.media-link {
  color: #fff;
  display: block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  position: relative;
}

.footer-media-items li a.media-link i {
  width: .58rem;
  height: .58rem;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 180%;
  line-height: 120%;
}

.footer-media-items li a.media-wechat i {
  color: #2aae67;
  font-size: 200%;
  line-height: 1;
  border-color: #2aae67;
}

.footer-media-items li a.media-weibo i {
  color: #d52c2b;
  border-color: #d52c2b;
}

.footer-media-items li a.media-douyin i {
  color: #000;
  border-color: #000;
}

.media-wechat .hoverbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0px;
  position: fixed;
  width: 1px;
  height: 1px;
  bottom: 100px;
  left: 0;
  line-height: 30px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.3s, top 0.3s;
  -o-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.media-wechat .hoverbox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 18px;
  bottom: -16px;
  left: 0;
}

.media-wechat .hoverbox::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 13px;
  height: 13px;
  margin-left: -7px;
  border-bottom: 2px solid #ebeced;
  border-right: 2px solid #ebeced;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

.hoverbox img {
  width: 100%;
}

.media-wechat .hoverbox p {
  font-size: .14rem;
  color: #333;
  line-height: 2;
}

.media-wechat:hover .hoverbox {
  position: absolute;
  width: 180px;
  padding: 10px 10px 17px;
  height: auto;
  overflow: initial;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 1;
}

.f-menu {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.f-menu div.f-menu-item {
  margin: 0;
}

.f-menu div.f-menu-item+div.f-menu-item {
  margin-left: 1rem;
}

.f-menu .menu-extra-title {
  padding-bottom: .1rem;
  font-size: .16rem;
  color: rgba(255, 255, 255, 1);
  font-weight: 800;
  position: relative;
}

.f-menu ol li a {
  color: rgba(255, 255, 255, 1);
  font-size: .14rem;
  line-height: 36px;
  font-weight: lighter;
}

.footer .footer-copyright {
  padding: 0.1rem 0;
  background-color: var(--bg-purple);
  color: rgba(255, 255, 255, .8);
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer .footer-copyright .container {}

.footer-copyright br {
  display: none;
}

.footer-copyright p,
.footer-copyright a {
  color: rgba(255, 255, 255, .8);
}

.footer-copyright img {
  margin-right: 5px;
  vertical-align: middle
}

/*弹窗*/
.dialog_box {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0;
  display: none;
}

.dialog_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.wechat_dialog {
  width: 3rem;
  height: auto;
  background-color: #fff;
  border-radius: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.wechat_modal_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  position: relative;
  background: #fff;
  border-radius: 21px;
}

.wechat_modal_container i.close {
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 2;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
}

.wechat_modal_content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wechat_success_logo {
  width: 44px;
  height: 44px;
}

.wechat_success_logo img {
  width: 100%;
}

.wechat_success_title {
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.wechat_modal_content p {
  color: #666;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.wechat_modal_content p img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

.wechat_button {
  background-color: #1aad17;
  border-radius: 10px;
  width: 144px;
  height: 45px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  cursor: pointer;
}

.wechat_button a {
  color: #fff;
  text-decoration: none;
}

/*QQ*/

.s {
  position: fixed;
  width: 54px;
  right: 0;
  top: 400px;
  z-index: 100;
}

.s ul li {
  width: 54px;
  height: 55px;
  float: left;
  position: relative;
  border-bottom: 1px solid #fff;
  background: var(--bg-purple);
  opacity: 1;
  position: relative
}

.s ul li .wxbox {
  position: absolute;
  right: 54px;
  top: 0;
  z-index: 3;
  transform: translateX(300px);
}

.erweima {
  box-shadow: 0 0 15px #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-size: 12px;
  color: #666;
  background: #fff;
  box-sizing: border-box;
  opacity: 1
}

.erweima img {
  width: 100px;
  height: 100px;
}

.erweima p {
  width: 100px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.s ul li.weixin:hover .wxbox {
  transition: all 300ms linear;
  transform: translateX(0);
}

.s ul li .sidebox {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: var(--bg-purple);
  opacity: 0.8;
  filter: Alpha(opacity=80);
  color: #fff;
  font: 14px/54px "Microsoft YaHei";
  overflow: hidden;
}

.s ul li .sidetop {
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  background: var(--bg-purple);
  opacity: 0.8;
  filter: Alpha(opacity=80);
  transition: all 0.3s;
}

.s ul li .sidetop:hover {
  background: var(--bg-purple);
  opacity: 1;
  filter: Alpha(opacity=100);
}

.s ul li img {
  float: left;
}

#think_page_trace_open,
#think_page_trace {
  display: none;
}
/* 托运详情 */
.shipments-box{
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
  position: relative;
  scroll-margin-top: 90px;
}
.shipments-box::before{
  content: "";
  display: block;
  margin-top: -90px;
  height: 90px;
  pointer-events: none;
  visibility: hidden;
}
.c-heading{
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -.4px;
}
.responsive-table-wrapper{
  margin-bottom: 20px;
  max-height: 450px!important;
  overflow-x: auto;
}
.responsive-table-wrapper table{
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
.responsive-table-wrapper table .c-table__thead{
  position: relative;
  z-index: 2;
}
.responsive-table-wrapper table .c-table__thead,.responsive-table-wrapper table .c-table__tbody__tr{
  border-bottom: solid #e3e3e3 1px;
  background-color: #fff;
}
.responsive-table-wrapper table thead th+th{
  padding-left: 16px;
}
.c-table__thead__th{
  font-size: 14px;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: .1em;
  padding: 12px 0;
  background-color: #fff;
  position: sticky;
  top: 0;
  text-align: left;
}
.c-table__tbody__td{
  font-size: 16px;
  font-weight: 300;
  padding: 12px 0;
}
.c-table__tbody__td a{
  color: #007ab7!important;
  text-decoration: underline;
}
.responsive-table-wrapper table td+td{
  padding-left: 16px;
}
.shipment-status{
  display: flex;
  align-items: center;
}
.shipment-status__icon i{
  margin-right: 12px;
  font-size: 32px;
  color: #2b8a1c;
}
.shipment-status .shipment-status__key{
  font-size: 14px;
  font-weight: 700;
}
.shipment-facts-box{
  margin: 40px 0 35px;
}
.shipment-facts-box .thd{
  align-items: center;
}
.shipment-facts-box .thd i{
  color: var(--bg-purple);
  font-size: 30px;
  line-height: 1;
}
.shipment-facts-box .thd span{
  display: inline-block;
  padding-left: 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -.4px;
  margin: 0;
}
.shipment-fact-table{
  margin: 10px 0;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
.c-table__tbody__tr{
  padding: 10px 0;
  display: table-row;
  position: relative;
}
.shipment-fact-table .c-table__tbody__tr:nth-child(odd){
  background-color: #fafafa;
}
.shipment-fact-table .c-table__tbody__tr .o-grid__item{
  padding: 4px 0 4px 20px;
  font-size: 14px;
  line-height: 1.5;
  font-size: 400;
}
.shipment-fact-table .c-table__tbody__tr .o-grid__item.shipment-facts-item-title{
  width: 320px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 1659px) {
  .header .header__nav__container {
    padding-left: 0.33rem;
    padding-right: 0.33rem;
    max-width: 16rem;
    margin: 0 auto;
  }

  .navs>li>a {
    padding: 0 15px;
  }
}

@media (max-width: 1440px) {}

@media (min-width: 1300px) and (max-width: 1549px) {}

@media (max-width: 1280px) {
  .box {
    padding: 0.5rem 0;
  }

  .nav-wrapper .nav-item {
    padding: 0 15px;
  }

  .nav-wrapper>.nav-item+.nav-item {
    margin-left: 10px;
  }

  .title-box h2 {
    font-size: 0.24rem;
  }

  .title-box p {
    font-size: 0.18rem;
  }

  .footer-copyright {
    padding-top: 0.3rem;
  }

  .footer-copyright br {}
}

@media (min-width: 1025px) and (max-width: 1270px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  .nav-wrapper .nav-item h2.nav-item-link {
    font-size: 15px;
  }

  .nav-wrapper>.nav-item+.nav-item {
    padding: 0 12px;
  }
}

/*pages*/
.pages {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
}

.pages a,
.pages b {
  margin: 5px;
  display: inline-block;
  font-size: 0.14rem;
  color: #777777;
  border: none;
  line-height: 32px;
  height: 32px;
  padding: 0 12px;
  background-color: #f6f6f6;
}

.pages b {
  background: var(--bg-purple);
  color: var(--text-color-white);
}

.pages a:hover {
  color: var(--text-color-purple);
}

.pages a:first-child {
  display: none;
}

@media (max-width: 760px) {

  .pages a,
  .pages b {
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
  }
}

@media (max-width: 1024px) {

  .header .header__nav__container ul {
    display: none;
  }

  .menubtn {
    display: block;
  }

  .banner {
    height: 68vh;
  }

  .footer-media-items .ft-logo {
    display: none;
  }

  .domestic-search {
    display: block;
    padding-top: 0;
  }

  .domestic-search .search-box {
    margin-left: 0;
  }

  .domestic-search .search-select .search-select-block {
    margin: 20px 20px 0 0;
  }

  .header .header__nav__container {
    justify-content: space-between;
  }

  .domestic-search .search-select select {
    min-width: 100px;
  }
}

@media screen and (max-width: 1366px) {
  .hon_tab_nav_box>div {
    padding-bottom: .4rem;
  }
}

@media screen and (max-width: 1600px) {
  .hon_tab_nav_box>div {
    padding-bottom: .3rem;
  }
}

@media screen and (orientation: portrait) {
  #header {
    height: 50px;
  }

  .search-info-container .search-box {
    margin: 0 auto 0;
  }

  #header .header__nav__container {
    padding: 0 0.3rem;
  }

  #header.header-sticky {
    background-color: var(--bg-purple);
  }

  .header .header__nav__container {
    justify-content: space-between;
  }

  .header__logo {
    width: 130px;
    height: 50px;
  }

  .header__logo img:nth-child(1) {
    opacity: 0;
  }

  .header__logo img:nth-child(2) {
    opacity: 1;
  }

  .header__tel {
    font-size: .24rem;
  }

  #header.header-sticky .header__tel {
    color: #fff;
  }

  .navs {
    display: none;
  }

  .search .container {
    flex-direction: column;
  }

  .search-box {
    width: 100%;
  }

  .menubtn {
    margin-left: .2rem;
    display: block;
    width: 30px;
    height: 50px;
    padding-top: 25px;
  }

  #header .menubtn span,
  #header .menubtn span:after,
  #header .menubtn span:before,
  .page_body #header .menubtn span,
  .page_body #header .menubtn span:after,
  .page_body #header .menubtn span:before {
    background-color: #fff;
  }

  .home-main {
    margin-top: 50px;
  }

  .banner {
    height: 28vh;
  }

  .banner-text h2 {
    font-size: .46rem;
  }

  .banner-text p {
    font-size: .17rem;
  }

  .box {}

  .title-box h2 {
    color: #000;
    font-size: 0.48rem;
    font-weight: 600;
  }

  .title-box p {
    font-size: 0.26rem;
  }

  .title-box p br {
    display: none;
  }

  .title {
    flex-direction: column;
  }

  .title h3 {
    padding-left: 0;
    font-size: 0.36rem;
    font-weight: 600;
  }

  .more {
    width: 2.6rem;
    height: .7rem;
  }

  .service-list .ser-item .swiper {
    height: 2.6rem;
  }

  .ser-item .text h4 {
    font-size: .28rem;
  }

  .ser-item .text p {
    font-size: .26rem;
  }

  .advantage-list {}

  .advantage-list .adv-item {
    margin-bottom: .3rem;
  }

  .advantage-list .adv-item .img-box {
    height: 2.8rem;
  }

  .adv-item .text h4 {
    font-size: .32rem;
    line-height: 1.6;
    font-weight: 800;
    color: #000;
  }

  .adv-item .text p {
    font-size: .266rem;
    line-height: 1.5;
    -webkit-line-clamp: 3
  }

  .partner {
    padding-bottom: .3rem;
  }

  .partner-list {
    margin-top: .3rem;
    height: auto;
    flex-wrap: wrap;
  }

  .partner-list .item {
    width: 33.33%;
    flex: auto;
  }

  .partner-list .item img {
    max-width: 70%;
  }

  .news_pic .img-box {
    height: 1.88rem;
  }

  .news_pic .news_time {
    font-size: .24rem;
    font-weight: normal;
  }

  .news_text h4 {
    font-size: .28rem;
  }

  .news_text p {
    font-size: .24rem;
  }

  .news_text span {
    margin-top: .2rem;
    font-size: .2rem;
  }

  .swiper-btn .swiper-button-next,
  .swiper-btn .swiper-button-prev {
    width: .5rem;
    height: .5rem;
  }

  .swiper-btn .swiper-button-next i,
  .swiper-btn .swiper-button-prev i {
    font-size: .46rem;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  /* page */

  .page-main {
    margin-top: 50px;
  }

  .page-main .banner {
    height: 24vh;
  }


  .page-about-text {
    font-size: .266rem;
  }

  /* page news list */
  .page-news {
    padding: .3rem 0;
  }

  .page-news-list {
    margin-top: 0;
    flex-wrap: wrap;
  }

  .page-news-list li {
    margin-right: 0;
    margin-bottom: 4%;
    position: relative;
    width: 100%;
  }

  .page-news-list li a {
    align-items: stretch;
  }

  .page-news-list li .img {
    width: 40%;
    padding-bottom: 30%;
  }

  .page-news-list li .news-txt {
    width: 60%;
    padding: .15rem .2rem;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }

  .page-news-list li .news-txt h4 {
    font-size: .28rem
  }

  .page-news-list li .news-txt p {
    font-size: .24rem;
  }

  .page-news-list li .news-txt span {
    font-size: .24rem;
  }

  /* page news detail */
  .page-news-detail {
    flex-wrap: wrap;
  }

  .page-news-detail .page-title {
    font-size: .32rem
  }

  .news-detail-left,
  .news-detail-right {
    width: 100%;
  }

  .page-news-detail .page-text,
  .page-news-detail .page-text p {
    font-size: .266rem
  }

  .detailTop {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .detail-title {
    width: 100%;
    line-height: 1.5;
    font-size: 0.46rem;
    margin-bottom: 10px;
  }

  .detailTop .container::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 4px;
    bottom: -26px;
    border-top: 8px solid var(--bg-blue);
  }

  .detail-content .container {
    flex-wrap: wrap;
  }

  .article-detail-page {
    width: 100%;
  }

  .page-text,
  .page-text p {
    font-size: 0.28rem;
  }

  .page-next .post_prev,
  .page-next .post_next {
    padding: 10px;
  }

  .page-next span,
  .page-next a {
    font-size: 0.26rem;
  }

  .news-detail-right h3 {
    font-size: .3rem;
  }

  .page-news-hot li a .name {
    font-size: .28rem;
  }

  .page-news-hot li a .time {
    font-size: .24rem;
  }

  /* page product list */
  .pub-nav {
    flex-wrap: wrap;
  }

  .pub-nav li a {
    font-size: .3rem;
  }

  .pub-nav li {
    margin-bottom: .15rem;
  }

  .page-product-list a {
    width: calc((100% - .3rem)/2);
  }

  .page-product-list a:nth-child(3n) {
    margin-right: .3rem;
  }

  .page-product-list a:nth-child(2n) {
    margin-right: 0;
  }

  .page-product-list a .img-box {
    height: 2.6rem;
  }

  .page-product-list h4 {
    font-size: .28rem;
  }

  /* mobile page device */
  .page-device-list .device-item,
  .page-device-list .device-item:nth-child(even) {
    margin-bottom: .3rem;
    flex-direction: column;
  }

  .page-device-list .device-item .img-box {
    width: 100%;
  }

  .page-device-list .device-item .txt {
    padding: .2rem .25rem;
  }

  .page-device-list .device-item .txt h2 {
    font-size: .32rem;
  }

  .page-device-list .device-item .txt h4 {
    font-size: .266rem;
  }

  .page-device-list .device-item .txt h4 br {
    display: none;
  }

  .page-device-list .device-item .txt p {
    display: none;
  }

  .other-device .swiper-slide span {
    font-size: .266rem;
  }

  /* mobile page process list */
  .page-process-list li {
    width: 2rem;
    height: 2.1rem;
  }

  .page-process-list li i {
    left: 50%;
    transform: translateX(-50%);
  }

  /* page article detail */
  .article-detail .container {
    padding: 0.38rem;
  }

  .article-detail .page-title {
    font-size: 0.342rem;
  }

  .page-info {
    margin: 0.38rem 0;
    padding-bottom: 0.285rem;
  }

  .page-next {
    margin-top: 0.38rem;
  }

  .path {
    padding-top: 0.3rem;
  }

  /* mobile page contact */
  .page-contact-logo {
    padding-left: 0;
    margin-top: 20px;
  }

  .page-contact-logo:before {
    display: none
  }

  .page-contact-logo img {
    height: 36px;
    margin: auto;
  }

  .page-contact-list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0
  }

  .page-contact-item {
    width: 50%;
    flex: auto;
    border-bottom: solid 1px #fff;
    padding: 30px 15px
  }

  .page-contact-item i {
    width: 40px;
    height: 40px;
    font-size: .3rem;
    line-height: 40px;
  }

  .page-contact-item span {
    margin-top: 10px;
    font-size: .266rem;
    margin-bottom: 5px
  }

  .page-contact-item p {
    font-size: .24rem;
    line-height: 2
  }

  .page-map {
    margin-top: .3rem
  }

  /* footer */
  .footer {}

  .footer .footer-top {
    padding-top: .3rem;
    flex-direction: column;
  }

  .ft-logo {
    margin-bottom: .2rem;
  }

  .footer-media-text {
    font-size: .26rem;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: center;
    padding: 0.3rem 0 0.2rem;
    border-top: 1px solid rgba(235, 235, 235, 0.1);
    text-align: center;
  }

  .footer-copyright p,
  .footer-copyright span,
  .footer-copyright a {
    font-size: 0.24rem;
  }

  .f-menu {
    display: none;
  }

  .ft-media i {
    font-size: .3rem
  }

  .wechat_dialog {
    width: 80%;
  }
  .responsive-table-wrapper{
    max-height: none;
    overflow-x: scroll;
  }
  .responsive-table-wrapper table{
    min-width: 960px;
  }
  .c-heading{
    font-size: 20px;
  }
  .c-table__thead__th{
    font-size: 12px;
  }
  .c-table__tbody__td{
    font-size: 16px;
  }
  .shipment-status__icon i{
    font-size: 24px;
  }
  .shipment-fact-table .c-table__tbody__tr .o-grid__item.shipment-facts-item-title{
    max-width: 50%;
    width: 50%;
  }
}

/*新增*/


@media screen and (max-width: 800px) {
  .ser-item .text p {
    font-size: .12rem;
  }

}

@media screen and (max-width: 750px) {
  .service-list .ser-item {
    width: 100%
  }

  .serve-container {
    display: block;
  }

  .page-service select {
    margin: 25px 15px 25px 0;
  }

  .search-box {
    width: 70%;
  }

  .search-info-container .notfound-btn a {
    width: 40%
  }

}

@media screen and (max-width: 640px) {
  .search-box {
    width: 75%;
  }

  .page-service {
    padding: 0;
  }

  .page-service select {
    margin: 10px 15px 25px 0;
  }

  .search-box {
    padding: 0;
  }
}

@media screen and (max-width: 521px) {
  .domestic-search .search-box {
    width: 100%;
  }

  .domestic-search .search-select {
    justify-content: space-between;
  }

  .domestic-search .search-select .search-select-block {
    margin-right: 0;
  }
}

/*new add*/
.check-name-box {

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

.deliverymain {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 90px 40px;
  box-sizing: border-box;
}

.deliverymain * {
  font-family: sans-serif;
}

.deliverymain .headerbox {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: auto;
  flex-wrap: wrap;
  border-bottom: 1px solid #A8A8A8;
}

.deliverymain .content {
  flex: 1;
  height: 100px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
}

.deliverymain .deliverycode {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* color: #2D8CF0; */
  font-size: 30px;
}

.deliverymain .deliverytype {
  font-size: 18px;
  color: #666666;
  padding: 0 20px;
  box-sizing: border-box;
  border-right: 1px solid #CCCCCC;
}

.deliverymain .phonemain {
  padding-left: 20px;
}

.deliverymain .phonenumber {
  color: #666666;
  font-size: 18px;
  margin-left: 8px;
  cursor: pointer;
  text-decoration: none;
}

.deliverymain .deliverycontact {
  display: flex;
  flex-wrap: wrap;
}

.deliverymain .phonemain {
  display: flex;
}

.deliverymain .phoneico {
  width: 24px;
  height: 24px;
}

.deliverymain .phoneico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.deliverymain .content .left {
  width: 200px;
  flex: 1;
  height: 100%;
}

.deliverymain .qrcodebox {
  width: 240px;
  height: 293px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  border: 1px solid #A8A8A8;
  justify-content: center;
}

.deliverymain .qrcodeimg img {
  width: 200px;
  height: 200px;
}

.deliverymain .qrcodetips {
  font-size: 16px;
  color: #666666;
  text-align: center;
  vertical-align: top;
  max-width: 160px;
  margin-top: 14px;
}

.deliverymain .sortbtn {
  width: 100px;
  height: auto;
  border: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.deliverymain .sorttxt {
  font-size: 18px;
  color: #999999;
}

.deliverymain .sortico {
  display: flex;
  align-items: center;
  justify-content: center;
}

.deliverymain .sortico img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.deliverymain .content .left .title {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 80px;
}

.deliverymain .content .left .deliverylist {
  flex: 1;
  height: calc(100% - 80px);
  overflow-x: hidden;
  overflow-y: auto;
}

.deliverymain .steptitle {
  color: #666666;
  margin-left: 40px;
}

.deliverymain .deliverylist .timeline {
  display: flex;
  flex-direction: column;
}

.deliverymain .deliverylist .timeline .timeitem {
  display: flex;
}

.deliverymain .timeitem {
  margin: 15px 0;
}

.deliverymain .timeitem .itemlabel {
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  width: 140px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
}

.deliverymain .timeitem .itemlabel .timedate,
.deliverymain .timeitem .itemlabel .timeweek {
  height: 18px;
}

.deliverymain .timeitem .itemlabel .timedate {
  margin-right: 10px;
  white-space: initial;
}

.deliverymain .itemactive .itemlabel {
  color: #2D8CF0;
}

.deliverymain .itemactive .itemstep {
  color: #2D8CF0;
}

.deliverymain .timeitem .itemstep {
  font-size: 16px;
  flex: 1;
  padding: 0 10px;
  box-sizing: border-box;
}

.deliverymain .timeitem .itemico {
  min-width: 30px;
  text-align: center;
  position: relative;
}

.deliverymain .timeitem .itemico::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 23px;
  left: 14px;
  border-left: 1px solid #A8A8A8;
}

.deliverymain .timeitem:last-child .itemico::after {
  display: none;
}

.deliverymain .itemactive .itemico img {
  width: 20px;
  height: 20px;
}

.deliverymain .timeitem .itemico img {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 750px) {
  .deliverymain .right {
    display: none;
  }

  .deliverymain .deliverymain {
    padding: 0 10px;
  }

  .deliverymain .timeitem .itemlabel {
    width: 80px;
  }

  .deliverymain .deliverytype {
    padding-left: 0;
  }

  .deliverymain .headerbox {
    height: auto;
  }

  .deliverymain .content .left .title {
    height: 60px;
  }


}


.search-info-container {
  width: 80%;
  margin: 0 auto;
  max-width: 14rem;
}

.search-info-container .info-notfound {
  margin: 0 auto;
}

.search-info-container .info-notfound p {
  text-align: center;
}

.notfound-btn {
  background: none;
}

.notfound-btn a {
  display: block;
  width: 15%;
  margin: auto;
  padding: 10px 15px;
  margin-top: 40px;
  background: rgba(77, 20, 140, .6);
  color: #fff;
}

.search-info-container .search-box {
  margin: 50px auto 0;
}

.search-info-container .domestic-search .search-box {
  margin: 0;
}

.search-box h4 {
  white-space: nowrap;
}

.search-btn span {
  white-space: nowrap;
}

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

.search-info-box {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}

.search-info-box:nth-child(2) {
  margin-right: 0;
  width: calc((100% - 40px) / 2);
}

.info-title p {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}


.info-title {
  padding: 15px 0;
  position: relative;
}

.info-title::before {
  width: 12px;
  height: 30px;
  top: 0;
  left: 100px;
  background: #ff0;
  position: absolute;
}

.check-ul {
  display: flex;
  flex-wrap: wrap;

}

.check-ul li {
  margin-right: 30px;
  width: 45%;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.check-ul li:nth-child(2n) {
  margin-right: 0;
}

.check-ul li:nth-last-child() {
  flex-direction: row;
  align-items: center;
}


.check-ul li .check-content-icon {
  display: flex;
  align-items: center;
  justify-content: start;
}
.check-ul li .check-content-icon i{
  font-size: 32px;
  color: #2b8a1c;
}
.check-ul li .check-content-icon img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.check-ul li .check-link{
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #007ab7;
}
.check-ul li .check-name,
.info-title p {
  font-weight: 700;
  color: #000;
}

.info-view {
  display: flex;
}

.info-table-header-right {
  display: none;
}

.info-table-header-right-box {
  width: 100%;
  display: flex;
}

.left-background ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
}

.left-background ul li .info-title {
  width: 100%;
  display: flex;
  align-items: center;
}

.left-background ul li .info-title img {
  width: 30px;
}

/* .left-background ul li .info-title .info-table-cell:first-child{
  width: 80px;
} */
.left-background ul li .info-title .info-table-cell {
  font-size: 16px;
}

.left-background {
  width: 100%;
  display: flex;
  justify-content: start;
}


.info-table-header {
  width: 100%;
}



.info-table-header .info-table-header-ul:last-child .left-background ul li:last-child .left-background-radius::after {
  display: none;
}

.info-table-header ul {
  display: flex;
}

.info-table-header-ul .info-table-header-left-box {
  width: 100%;
  display: block;
  padding-left: 10px;
  color: #666;
}

.active .info-table-header-left-box{
  color:#262525;
  font-weight: 600;
}

.info-table-header ul:last-child .left-background ul li .left-background-radius::after {
  display: none;
}

/* .left-background ul li .left-background-radius {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 10px;
  background: #4d148c;
  position: relative;
} */

.left-background ul li:first-child .left-background-radius::after {
  content: '';
  width: 2px;
  height: 70px;
  top: 0;
  left: 1.8px;
  background: #4d148c;
  position: absolute;
}

.info-table-header ul .info-table-header-left .info-title {
  width: 100%;
  padding: 0;
}

.info-table-header ul .info-title {
  padding: 0;
}

.info-table-header ul .info-table-header-left .info-title .info-table-cell {
  width: 100%;
  text-align: left;
  line-height: 40px;
  position:relative;
}
.info-table-header ul .info-table-header-left .info-title .info-table-cell::before{
  content:'●';
  left:-4%;
  top:-2px;
  width: 10px;
  height: 10px;
  font-size: 20px;
  position:absolute;
}
.info-table-header .active .info-table-header-left .info-title .info-table-cell::before{
  content:'✔';
  color: #4d148c;
}
.deliverymain-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* color: #2D8CF0; */
  font-size: 30px;
  position: relative;
}

.deliverymain-title img {
  width: 30px;
  height: auto;
  margin-left: 15px;
}

.search-info-details {
  display: block;
}

.m-search-info-details {
  display: none;
}

.m-search-info-details .deliverymain-title {
  position: relative;
  border-bottom: 1px solid #ccc;

}

.m-search-info-details .deliverymain-title::after {
  content: '^';
  width: 35px;
  height: 35px;
  right: 0;
  top: 7px;
  transform: rotate(180deg);
  position: absolute;
}

.active .deliverymain-title::after {
  content: '^';
  width: 35px;
  height: 35px;
  right: 0;
  top: 7px;
  transform: rotate(0deg);
  position: absolute;
}

@media screen and (max-width:1024px) {
  .check-ul li .check-content {
    font-size: 18px;
  }

  .search-main {
    display: block;
  }

  .search-info-box {
    width: 100%;
  }

  .search-info-box:nth-child(2) {
    width: 100%;
  }

  .left-background ul li .info-title .info-table-cell {
    font-size: 14px;
  }

  .check-ul li .check-name,
  .info-title p {
    font-size: 14px;
  }

  .search-info-container {
    width: 100%;
  }

  .info-table td {
    padding: 0;
  }

  .f-menu div.f-menu-item+div.f-menu-item {
    margin-left: .2rem;
  }

}

@media screen and (max-width: 750px) {
  .deliverymain {
    padding: 90px 25px;
  }



  .search-info-box,
  .search-info-box:nth-child(2) {
    width: 100%;
  }

  .search-box {
    margin: 0;
  }

  .check-ul li .check-name,
  .info-title p {
    width: 30%;
    color: #000;
    text-align-last: justify;
    font-size: 15px;
    font-weight: 600;
  }

  .info-table-header {
    width: 100%;

  }

  .info-title {
    display: flex;
    align-items: center;
  }

  .info-title p {
    color: #000;
    font-size: 15px;
    font-weight: 600;
  }

  .check ul li .check-content {
    font-size: 12px;
  }

  .info-table-cell {
    padding: 0;

  }

  .check-ul {
    display: block;
  }

  .check-ul li {
    width: 100%;
    flex-direction: row;
  }

  .info-table-cellspan {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 8px;
  }

  .check ul li .check-name {
    font-size: 16px;

  }

  .check ul li .check-content,
  .info-table-cell {
    font-size: 16px;

  }

  .info-table-header .info-table-header-ul {
    display: block;
  }

  .info-table-header-right {
    margin-left: 10px;
  }

  .left-background ul li .info-title {
    width: 100%;
    padding: 0;
  }


  .info-table-header .info-table-header-ul:last-child .left-background ul li:nth-child(2) .left-background-radius::after {
    display: none;
  }

  .left-background ul li .left-background-radius::after {
    height: 45px !important;
    left: 1.8px !important;
  }

  .info-table-header ul .info-table-header-left .info-title {
    padding: 0;
  }

  .search-info-details {
    display: none;
  }

  .m-search-info-details {
    display: block;
  }
}

@media screen and (max-width: 624px) {
  .info-title-top {
    justify-content: center;
  }

  .check ul li .check-content,
  .info-table-cell {
    font-size: 12px;
  }

  .search-info-container .phonemain {
    padding: 25px 0;
  }

  /* .info-table-header-right-box {
    width: 80%;
  } */

  .left-background ul li .info-title .info-table-cell {
    font-size: 12px;
  }

  .left-background ul li {
    margin-right: 10px;
  }

  .search-info-box {
    width: 100% !important;
    margin-right: 0;
  }

  .search-info-container .headerbox {
    height: auto;
  }

  .search-info-container .deliverycode {
    display: none;
  }

  .deliverymain-title {
    justify-content: center;
  }

  .info-title p {
    width: 50%;
  }
}

@media screen and (max-width: 521px) {

  .left-background ul li .info-title .info-table-cell {
    font-size: 10px;
  }

  .info-title p {
    font-size: 10px;
  }

  .info-table-header ul .info-table-header-left .info-title .info-table-cell {
    font-size: 10px;
  }

  .info-table-header-ul .info-table-header-left-box {
    display: block;
  }

  /* .info-table-header-right-box {
    width: 100%;
  } */

  .left-background ul li .left-background-radius {
    display: none;
  }

  .left-background {
    margin-left: 0;
  }

  .left-background ul {
    justify-content: space-between;
  }
}
