* {
  margin: 0;
  padding: 0;
}
body,
html {
  width: 100%;
  height: 100%;
  font-family: PingFangSC-Regular;
  /* overflow-x: hidden; */
}
input,
textarea {
  /* user-select: auto;
  -webkit-user-select: auto; */
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}
#container {
  border-radius: 25px;
}
input {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
strong {
  font-weight: normal;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/* 正在点击的链接*/
a:active {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
img {
  border: none;
}
.header {
  width: 100%;
  height: 156px;
}
.header .top-nav {
  width: 100%;
  min-width: 1200px;
  height: 36px;
  background: #F3F5FB;
  margin: 0 auto;
}
.header .top-nav .inner {
  display: flex;
}
.header .top-bar {
  width: 100%;
  min-width: 1200px;
  height: 120px;
  background: #fff;
}
.header .top-nav .wel {
  flex: 1;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #333;
}
.header .top-nav ul {
  flex: 1;
  height: 36px;
  margin: 0 auto;
}
.header .top-nav ul li {
  float: right;
  line-height: 36px;
  font-size: 12px;
  color: #888888;
}
.header .top-nav ul li a {
  color: #888888;
}
.header .top-nav ul li span {
  margin: 0 15px;
}
.header .top-nav ul li span.first {
  margin-left: 15px;
}
.header .top-bar .bar-inner {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.header .top-bar .bar-inner .right {
  flex: 1;
  font-weight: 600;
  text-align: right;
  font-size: 18px;
  color: #333;
}
.header .top-bar .bar-inner .logo {
  width: 76px;
  height: 74px;
}
.header .top-bar .bar-inner .searchbox {
  flex: 1;
  font-size: 12px;
}
.header .top-bar .bar-inner .searchbox .right-t {
  float: right;
}
.header .top-bar .bar-inner .searchbox .right-t a {
  display: block;
  margin: 30px auto 40px;
  text-align: center;
}
.header .top-bar .bar-inner .searchbox .right-t .btn {
  width: 208px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #FC7F4D;
  font-size: 16px;
  color: #FC563E;
  cursor: pointer;
}
.header .top-bar .bar-inner .searchbox .search {
  float: right;
  width: 500px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 2px solid #FC7F4D;
}
.header .top-bar .bar-inner .searchbox .search .search-icon {
  float: left;
  width: 20px;
  height: 20px;
  margin: 10px;
  vertical-align: middle;
}
.header .top-bar .bar-inner .searchbox .search input {
  float: left;
  height: 40px;
  width: 380px;
  color: #333;
}
.header .top-bar .bar-inner .searchbox .search .btn {
  float: right;
  width: 70px;
  height: 34px;
  line-height: 34px;
  margin: 3px;
  background: linear-gradient(225deg, #FE8C43 0%, #FA2E22 100%);
  border-radius: 17px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}
.header .top-bar .bar-inner .cart {
  width: 115px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #AFC8FF;
  text-align: center;
  font-size: 12px;
  color: #FC7F4D;
}
.header .top-bar .bar-inner .cart img {
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin: 0 10px 2px 0;
}
.footer {
  width: 100%;
}
.footer.fix {
  position: fixed;
  bottom: 0;
}
.footer .ensure {
  width: 100%;
  min-width: 1200px;
  height: 150px;
  background: #414141;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFFFFF;
}
.footer .ensure .item {
  width: 300px;
  text-align: center;
}
.footer .ensure .item img {
  vertical-align: middle;
  margin-right: 15px;
}
.footer .b-tab {
  width: 100%;
  min-width: 1200px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #414141;
}
.footer .b-tab .item {
  font-size: 12px;
}
.footer .b-tab .item a {
  color: #FFFFFF;
}
.footer .b-tab .item span {
  margin: 0 15px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .copyright {
  width: 100%;
  min-width: 1200px;
  height: 40px;
  line-height: 40px;
  background: #333333;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}
.inner {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.sidebar {
  position: fixed;
  bottom: 283px;
  right: 5%;
  display: none;
}
.sidebar ul {
  text-align: center;
  background: linear-gradient(225deg, #FE8C43 0%, #FA2E22 100%);
  border-radius: 6px;
}
.sidebar ul li {
  box-sizing: border-box;
  padding: 10px 12px;
  cursor: pointer;
}
.sidebar ul li .icon img {
  height: 15px;
}
.sidebar ul li .text {
  font-size: 12px;
  color: #FFFFFF;
}
.sidebar ul .line {
  height: 1px;
  background: url(https://cdn-oss-h5.iyunkf.com/images/shop/line.png) no-repeat center;
}
.our-public {
  width: 100%;
  min-width: 1200px;
}
.our-public .content-top {
  position: relative;
  width: 100%;
  height: 324px;
}
.our-public .content-top .top_img {
  width: 100%;
  height: 324px;
}
.our-public .content-top .top_img.about {
  background: url(https://cdn-oss-h5.jingpinji.cn/image/pc_shop/about_top_img.png) no-repeat center;
  background-size: cover;
}
.our-public .content-top .top_img.contact {
  background: url(https://cdn-oss-h5.jingpinji.cn/image/pc_shop/tellme_img.png) no-repeat center;
  background-size: cover;
}
.our-public .content-top .title-box {
  width: 1200px;
  height: 92px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.our-public .content-top .title-box .title {
  width: 180px;
  height: 60px;
  padding: 16px 0;
  background: rgba(0, 0, 0, 0.8);
  line-height: 30px;
  text-align: center;
}
.our-public .content-top .title-box .title .cn {
  font-size: 18px;
  color: #FFFFFF;
}
.our-public .content-top .title-box .title .en {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
}
.our-public .content-c {
  width: 1200px;
  margin: 0 auto;
  min-height: 500px;
}
.our-public .content-c .inner {
  margin-top: 40px;
}
.our-public .content-c .inner .left-nav {
  width: 180px;
  font-size: 16px;
}
.our-public .content-c .inner .left-nav .left-item {
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #F5F5F5;
  border-bottom: 1px solid #EDEDED;
  color: #888888;
  cursor: pointer;
}
.our-public .content-c .inner .left-nav .left-item.active {
  background: #FF4444;
  color: #FFFFFF;
}
.our-public .content-c .inner .right-con {
  margin-top: 40px;
  flex: 1;
  padding: 50px 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}
.our-public .content-c .inner .right-con .text {
  font-size: 16px;
  color: #888888;
  line-height: 22px;
}
.our-public .content-c .inner .right-con .text .bold {
  font-size: 16px;
  font-weight: 600;
}
.our-public .content-c .inner .right-con .text img {
  width: 100%;
  display: block;
}
.our-public .content-c .inner .right-con .text .step {
  width: 100%;
  height: 180px;
  margin-bottom: 50px;
}
.our-public .content-c .inner .right-con .text .step .item {
  float: left;
  width: 295px;
  height: 180px;
  margin-right: 15px;
  border-radius: 16px;
  background: linear-gradient(135deg, #872FFF 0%, #3E51FF 100%);
}
.our-public .content-c .inner .right-con .text .step .item:last-child {
  margin-right: 0;
}
.our-public .content-c .inner .right-con .text .step .item .item-inner {
  padding: 20px;
}
.our-public .content-c .inner .right-con .text .step .item .item-inner .title .st {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
}
.our-public .content-c .inner .right-con .text .step .item .item-inner .title .st-cn {
  font-size: 20px;
  color: #fff;
}
.our-public .content-c .inner .right-con .text .step .item .item-inner .info {
  margin-top: 30px;
  font-size: 14px;
  color: #FFFFFF;
}
.our-public .content-c .inner .right-con .text .nav-title {
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background: #F5F5F5;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.our-public .content-c .inner .right-con .text .h28 {
  margin-top: 15px;
  line-height: 28px;
}
.our-public .content-c .inner .right-con .text .table {
  padding: 0 20px;
  border: 1px solid #EDEDED;
}
.our-public .content-c .inner .right-con .text .table .tr {
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #EDEDED;
}
.our-public .content-c .inner .right-con .text .table .tr:last-child {
  border-bottom: none;
}
.contact-info .contact_way {
  display: flex;
}
.contact-info .contact_way .box {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-direction: column;
  height: 215px;
}
.contact-info .contact_way .box:nth-child(1) {
  margin-right: 20px;
}
.contact-info .text {
  font-weight: 600;
  color: #333333;
  font-size: 24px;
  text-align: center;
  margin: 50px auto 30px;
}
.contact-info .box {
  box-sizing: border-box;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  font-size: 0;
}
.contact-info .box .title {
  color: #555555;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
  padding-bottom: 8px;
  border-bottom: 2px solid #FF4444;
  display: inline-block;
}
.contact-info .box .info {
  font-size: 16px;
  color: #666666;
}
.contact-info .box .msg {
  color: #AAAAAA;
  font-size: 14px;
}
.contact-info .box .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-info .box .map {
  margin-top: 20px;
}
