* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100vw;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #666;
}
body::-webkit-scrollbar-track {
  background-color: #eee;
}
textarea::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
textarea::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #666;
}
textarea::-webkit-scrollbar-track {
  background-color: #eee;
}
a:hover {
  text-decoration: none;
}
.home-hide {
  display: none!important;
}
.footer-content {
  margin-top: 70px;
}
.pc-content .header {
  position: relative;
  width: 100%;
  height: 684px;
  background-image: url(/catalog/view/theme/default/image/home/3pl_banner.png);
  background-position: 50% 50%;
  background-size: cover;
}
.pc-content .header .header-wrap {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
.pc-content .header .header-wrap .header-content {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-content .header .header-wrap .header-content .content-left {
  display: block;
  width: 161px;
  height: 21px;
  background-image: url(/catalog/view/theme/default/image/home/3pl_blue.svg);
  background-position: 0 -34px;
  background-size: cover;
}
.pc-content .header .header-wrap .header-content .content-center {
  width: 470px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-content .header .header-wrap .header-content .content-center .content-center-item {
  height: 100%;
  font-size: 16px!important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.2s;
  position: relative;
}
.pc-content .header .header-wrap .header-content .content-center .content-center-item:nth-child(1) {
  width: 95px;
  font-size: 16px!important;
}
.pc-content .header .header-wrap .header-content .content-center .content-center-item:nth-child(2) {
  width: 85px;
  font-size: 16px!important;
}
.pc-content .header .header-wrap .header-content .content-center .content-center-item:nth-child(3) {
  width: 85px;
  font-size: 16px!important;
}
.pc-content .header .header-wrap .header-content .content-center .content-center-item:nth-child(4) {
  width: 105px;
  font-size: 16px!important;
}
.pc-content .header .header-wrap .header-content .content-center .content-center-item:nth-child(4):hover {
  transform: scale(1);
  font-weight: 400;
}
.pc-content .header .header-wrap .header-content .content-center .content-center-item:hover {
  transform: scale(1.2);
  font-weight: bold;
}
.pc-content .header .header-wrap .header-content .content-center .header-box-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-content .header .header-wrap .header-content .content-center .header-box-wrap .item-title:hover {
  transform: scale(1.2);
  font-weight: bold;
}
.pc-content .header .header-wrap .header-content .content-center .header-box-wrap .box-item {
  display: none;
  background-color: #fff;
  z-index: 200;
  position: absolute;
  top: 70px;
  left: 15px;
  width: 230px;
  font-weight: 400;
  background: #fff;
  box-shadow: 0 7px 12px 1px rgba(83, 83, 83, 0.1);
  box-sizing: border-box;
  padding: 10px 15px 10px 0;
}
.pc-content .header .header-wrap .header-content .content-center .header-box-wrap .box-item .box-item-title {
  text-decoration: none;
  color: #040000;
  display: block;
  padding: 6px 0 6px 15px;
  width: 250px;
  border-left: 4px solid #ffffff;
  margin-bottom: 5px;
}
.pc-content .header .header-wrap .header-content .content-center .header-box-wrap .box-item .box-item-title:hover {
  color: #0066FF;
  border-left: 4px solid #0066FF;
}
.pc-content .header .header-wrap .header-content .content-center .header-box-wrap:hover .box-item {
  display: block;
}
.pc-content .header .header-wrap .header-content .content-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-content .header .header-wrap .header-content .content-right .content-right-left {
  display: block;
  color: #fff;
  width: 80px;
  height: 50px;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 50px;
  float: left;
  cursor: pointer;
  text-decoration: none;
}
.pc-content .header .header-wrap .header-content .content-right .content-right-center {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 150px;
}
.pc-content .header .header-wrap .header-content .content-right .content-right-center .item {
  color: #fff;
  width: 80px;
  height: 50px;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 50px;
  float: left;
  cursor: pointer;
  text-decoration: none;
}
.pc-content .header .header-wrap .header-content .content-right .content-right-box {
  display: block;
  cursor: pointer;
  width: 136px;
  height: 34px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: bold;
  color: #F6F6F6;
  line-height: 32px;
  transition: all 0.2s;
}
.pc-content .header .header-wrap .header-content .content-right .content-right-box:hover {
  background-color: #fff;
  color: #003D98;
}
.pc-content .header .main-banner {
  width: 100%;
  height: 613px;
  display: flex;
  justify-content: center;
}
.pc-content .header .main-banner .main-banner-content {
  color: #fff;
}
.pc-content .header .main-banner .main-banner-content .content-title {
  margin-top: 128px;
  width: 430px;
  height: 90px;
  font-size: 36px;
  font-family: Open Sans;
  font-weight: bold;
  color: #F6F6F6;
  line-height: 44px;
}
.pc-content .header .main-banner .main-banner-content .content-remark {
  margin: 17px 0 22px 0;
  width: 510px;
  height: 22px;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  color: #F6F6F6;
}
.pc-content .header .main-banner .main-banner-content .content-request {
  display: block;
  cursor: pointer;
  width: 156px;
  height: 42px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 600;
  color: #F6F6F6;
  line-height: 42px;
  transition: all 0.2s;
}
.pc-content .header .main-banner .main-banner-content .content-request:hover {
  background-color: #fff;
  color: #003D98;
}
.pc-content .min-content {
  min-width: 1200px;
  width: 1200px;
}
.pc-content .main {
  width: 100%;
}
.pc-content .main .main-tracking {
  width: 100%;
  height: 74px;
  display: flex;
  justify-content: center;
}
.pc-content .main .main-tracking .main-tracking-content {
  width: 974px;
  height: 138px;
  background: #FFFFFF;
  box-shadow: 0px 4px 13px 1px rgba(28, 28, 28, 0.18);
  border-radius: 10px;
  margin-top: -74px;
  z-index: 2;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.pc-content .main .main-tracking .main-tracking-content .content-left {
  width: 452px;
}
.pc-content .main .main-tracking .main-tracking-content .content-left .content-left-title {
  height: 24px;
  line-height: 18px;
  width: 180px;
  font-size: 20px;
  font-family: Open Sans;
  font-weight: 600;
  color: #003D98;
}
.pc-content .main .main-tracking .main-tracking-content .content-left .content-left-fun {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
}
.pc-content .main .main-tracking .main-tracking-content .content-left .content-left-fun .tracking-value {
  width: 300px;
  height: 45px;
  max-width: 300px;
  min-width: 300px;
  min-height: 45px;
  max-height: 45px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  outline: none;
  padding-left: 15px;
  padding-top: 5px;
  font-size: 14px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.pc-content .main .main-tracking .main-tracking-content .content-left .content-left-fun .tracking-value:focus {
  border-color: #003D98;
}
.pc-content .main .main-tracking .main-tracking-content .content-left .content-left-fun .tracking-value::-webkit-input-placeholder {
  color: #768392;
  font-size: 14px;
}
.pc-content .main .main-tracking .main-tracking-content .content-left .content-left-fun .btn-search {
  display: block;
  width: 136px;
  height: 45px;
  outline: none;
  border: none;
  background: #003D98;
  border-radius: 5px;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}
.pc-content .main .main-tracking .main-tracking-content .content-right {
  width: 452px;
  display: flex;
  justify-content: space-between;
}
.pc-content .main .main-tracking .main-tracking-content .content-right .content-right-item {
  display: block;
  width: 146px;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pc-content .main .main-tracking .main-tracking-content .content-right .content-right-item .item-image {
  width: 36px;
  height: 34px;
  background-position: 50% 50%;
  background-size: cover;
}
.pc-content .main .main-tracking .main-tracking-content .content-right .content-right-item .item-title {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 600;
  color: #003D98;
}
.pc-content .main .main-tracking .main-tracking-content .content-right .content-right-item:nth-child(1) .item-image {
  background-image: url(/catalog/view/theme/default/image/home/icon_1.png);
}
.pc-content .main .main-tracking .main-tracking-content .content-right .content-right-item:nth-child(2) .item-image {
  width: 29px;
  height: 30px;
  background-image: url(/catalog/view/theme/default/image/home/icon_2.png);
}
.pc-content .main .main-tracking .main-tracking-content .content-right .content-right-item:nth-child(3) .item-image {
  width: 33px;
  height: 31px;
  background-image: url(/catalog/view/theme/default/image/home/icon_3.png);
}
.pc-content .main .global {
  width: 100%;
  height: 1203px;
  display: flex;
  justify-content: center;
}
.pc-content .main .global .global-content .global-content-title {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 32px;
  font-family: Open Sans;
  font-weight: 800;
  color: #161616;
  margin-top: 92px;
}
.pc-content .main .global .global-content .global-content-tab {
  margin-top: 40px;
  width: 100%;
  border-bottom: 2px solid #dbe6f5;
  display: flex;
  justify-content: space-between;
}
.pc-content .main .global .global-content .global-content-tab .content-tab-item {
  cursor: pointer;
  width: 300px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-content .main .global .global-content .global-content-tab .content-tab-item .item-image {
  background-position: 50% 50%;
  background-size: cover;
}
.pc-content .main .global .global-content .global-content-tab .content-tab-item .item-title {
  margin-left: 15px;
  font-size: 20px;
  font-family: Open Sans;
  font-weight: 400;
  color: #768dab;
}
.pc-content .main .global .global-content .global-content-tab .content-tab-item:nth-child(1) .item-image {
  width: 30px;
  height: 26px;
  background-image: url(/catalog/view/theme/default/image/home/delivery_1_gray.png);
}
.pc-content .main .global .global-content .global-content-tab .content-tab-item:nth-child(2) .item-image {
  width: 28px;
  height: 28px;
  background-image: url(/catalog/view/theme/default/image/home/delivery_2_gray.png);
}
.pc-content .main .global .global-content .global-content-tab .content-tab-item:nth-child(3) .item-image {
  width: 27px;
  height: 28px;
  background-image: url(/catalog/view/theme/default/image/home/delivery_3_gray.png);
}
.pc-content .main .global .global-content .global-content-tab .content-tab-item:nth-child(4) .item-image {
  width: 29px;
  height: 28px;
  background-image: url(/catalog/view/theme/default/image/home/delivery_4_gray.png);
}
.pc-content .main .global .global-content .global-content-tab .active {
  position: relative;
}
.pc-content .main .global .global-content .global-content-tab .active .item-title {
  color: #0066ff;
  font-weight: bold;
}
.pc-content .main .global .global-content .global-content-tab .active:nth-child(1) .item-image {
  width: 30px;
  height: 26px;
  background-image: url(/catalog/view/theme/default/image/home/delivery_1_blue.png);
}
.pc-content .main .global .global-content .global-content-tab .active:nth-child(2) .item-image {
  width: 28px;
  height: 28px;
  background-image: url(/catalog/view/theme/default/image/home/delivery_2_blue.png);
}
.pc-content .main .global .global-content .global-content-tab .active:nth-child(3) .item-image {
  width: 27px;
  height: 28px;
  background-image: url(/catalog/view/theme/default/image/home/delivery_3_blue.png);
}
.pc-content .main .global .global-content .global-content-tab .active:nth-child(4) .item-image {
  width: 29px;
  height: 28px;
  background-image: url(/catalog/view/theme/default/image/home/delivery_4_blue.png);
}
.pc-content .main .global .global-content .global-content-tab .active::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #0066ff;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.pc-content .main .global .global-content .global-tab-content {
  width: 100%;
  /* nth-child(1) */
  /* nth-child(2) */
  /* nth-child(3) */
  /* nth-child(4) */
}
.pc-content .main .global .global-content .global-tab-content .content-small-title {
  margin-top: 54px;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 600;
  color: #0066FF;
}
.pc-content .main .global .global-content .global-tab-content .content-big-title {
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
}
.pc-content .main .global .global-content .global-tab-content .content-big-title .big-title {
  height: 31px;
  font-size: 28px;
  font-family: Open Sans;
  font-weight: 600;
  color: #003D98;
  line-height: 26px;
}
.pc-content .main .global .global-content .global-tab-content .content-big-title .small-remark {
  width: 851px;
  height: 55px;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  color: #768DAB;
  line-height: 20px;
}
.pc-content .main .global .global-content .global-tab-content .roll-banner-box {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
}
.pc-content .main .global .global-content .global-tab-content .roll-banner-box .roll-banner-item {
  width: 2400px;
  height: 92px;
  margin-bottom: 18px;
  display: flex;
}
.pc-content .main .global .global-content .global-tab-content .roll-banner-box .roll-banner-item img {
  width: 1200px;
  height: 92px;
}
.pc-content .main .global .global-content .global-tab-content .roll-banner-box .roll-banner-item:nth-child(1) {
  justify-content: flex-end;
  animation: moveRight 40s linear infinite;
  transform: translateX(24px);
  float: right;
}
.pc-content .main .global .global-content .global-tab-content .roll-banner-box .roll-banner-item:nth-child(1) img {
  margin-right: 24px;
}
.pc-content .main .global .global-content .global-tab-content .roll-banner-box .roll-banner-item:nth-child(2) {
  animation: moveLeft 40s linear infinite;
  transform: translateX(-24px);
}
.pc-content .main .global .global-content .global-tab-content .roll-banner-box .roll-banner-item:nth-child(2) img {
  margin-left: 24px;
}
.pc-content .main .global .global-content .global-tab-content .roll-banner-box .roll-banner-item:nth-child(3) {
  justify-content: flex-end;
  transform: translateX(24px);
  animation: moveRight 40s linear infinite;
  float: right;
}
.pc-content .main .global .global-content .global-tab-content .roll-banner-box .roll-banner-item:nth-child(3) img {
  margin-right: 24px;
}
.pc-content .main .global .global-content .global-tab-content .global-icon {
  margin-top: 66px;
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
}
.pc-content .main .global .global-content .global-tab-content .global-icon .global-icon-content {
  width: 986px;
  height: 90px;
}
.pc-content .main .global .global-content .global-tab-content .global-icon .global-icon-content img {
  width: 100%;
  height: 100%;
}
.pc-content .main .global .global-content .global-tab-content .features {
  margin-top: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc-content .main .global .global-content .global-tab-content .features .features-left {
  width: 58px;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 600;
  color: #003D98;
}
.pc-content .main .global .global-content .global-tab-content .features .features-right {
  width: 1132px;
  height: 2px;
  background-color: #DBE6F5;
}
.pc-content .main .global .global-content .global-tab-content .e-commerce-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pc-content .main .global .global-content .global-tab-content .e-commerce-box .e-commerce-box-item {
  margin-top: 35px;
  width: 241px;
}
.pc-content .main .global .global-content .global-tab-content .e-commerce-box .e-commerce-box-item .item-title {
  height: 20px;
  font-size: 20px;
  font-family: Open Sans;
  font-weight: 600;
  color: #003D98;
  line-height: 38px;
  margin-bottom: 20px;
}
.pc-content .main .global .global-content .global-tab-content .e-commerce-box .e-commerce-box-item .item-remark {
  width: 100%;
  height: 30px;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  color: #768DAB;
  line-height: 18px;
}
.pc-content .main .global .global-content .global-tab-content .e-commerce-box .e-commerce-box-item:nth-child(1) {
  width: 260px;
}
.pc-content .main .global .global-content .global-tab-content .unfold-box {
  margin-top: 55px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pc-content .main .global .global-content .global-tab-content .unfold-box .unfold-box-item .item-title {
  font-size: 18px;
  font-family: Open Sans;
  font-weight: bold;
  color: #003D98;
  line-height: 38px;
}
.pc-content .main .global .global-content .global-tab-content .unfold-box .unfold-box-item .item-image {
  margin-top: 10px;
  width: 580px;
  height: 312px;
  border-radius: 10px;
  overflow: hidden;
}
.pc-content .main .global .global-content .global-tab-content .unfold-box .unfold-box-item .item-image img {
  width: 100%;
  height: 100%;
}
.pc-content .main .global .global-content .global-tab-content .global-banner {
  margin-top: 70px;
  box-sizing: border-box;
  padding: 0 50px;
}
.pc-content .main .global .global-content .global-tab-content .global-banner img {
  width: 1100px;
  height: 623px;
}
.pc-content .main .global .global-content .item2 {
  display: none;
}
.pc-content .main .global .global-content .item2 .content-big-title .small-remark {
  width: 810px;
}
.pc-content .main .global .global-content .item3 {
  display: none;
}
.pc-content .main .global .global-content .item3 .content-big-title .small-remark {
  width: 890px;
}
.pc-content .main .global .global-content .item3 .global-icon .global-icon-content {
  width: 794px;
}
.pc-content .main .global .global-content .item4 {
  display: none;
}
.pc-content .main .global .global-content .item4 .content-big-title .small-remark {
  width: 875px;
}
.pc-content .main .number {
  display: flex;
  justify-content: center;
  height: 704px;
  background-image: url(/catalog/view/theme/default/image/home/number_bg.png);
  background-position: 50% 50%;
  background-size: cover;
}
.pc-content .main .number .number-content .content-title {
  margin-top: 93px;
  display: flex;
  justify-content: center;
  height: 26px;
  font-size: 32px;
  font-family: Open Sans;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 38px;
}
.pc-content .main .number .number-content .number-box {
  display: flex;
  justify-content: space-between;
}
.pc-content .main .number .number-content .number-box .number-box-item {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc-content .main .number .number-content .number-box .number-box-item .item-image {
  width: 76px;
  height: 67px;
}
.pc-content .main .number .number-content .number-box .number-box-item .item-title {
  margin-top: 25px;
  width: 130px;
  height: 34px;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.pc-content .main .number .number-content .number-box .number-box-item .item-number {
  margin-top: 20px;
  height: 24px;
  font-size: 32px;
  font-family: Karla;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 46px;
}
.pc-content .main .number .number-content .number-box .number-box-item:nth-child(2) .item-image {
  width: 68px;
  height: 66px;
}
.pc-content .main .number .number-content .number-box .number-box-item:nth-child(3) .item-image {
  width: 67px;
  height: 66px;
}
.pc-content .main .number .number-content .number-box .number-box-item:nth-child(4) .item-image {
  width: 62px;
  height: 68px;
}
.pc-content .main .number .number-content .number-box .number-box-item:nth-child(5) .item-image {
  width: 86px;
  height: 67px;
}
.pc-content .main .number .number-content .number-remark {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
.pc-content .main .number .number-content .number-remark .number-remark-content {
  width: 943px;
  height: 43px;
  font-size: 18px;
  font-family: Open Sans;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
}
.pc-content .main .number .number-content .number-request {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.pc-content .main .number .number-content .number-request .number-request-content {
  display: block;
  width: 168px;
  height: 45px;
  border: 2px solid #FFFFFF;
  border-radius: 22px;
  font-size: 18px;
  font-family: Open Sans;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  transition: all 0.2s;
}
.pc-content .main .number .number-content .number-request .number-request-content:hover {
  background-color: #fff;
  color: #003D98;
}
.pc-content .main .count {
  width: 100%;
  height: 280px;
  background-image: url(/catalog/view/theme/default/image/home/number_bg_blue.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.pc-content .main .count .count-content {
  display: flex;
  justify-content: space-between;
}
.pc-content .main .count .count-content .content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-content .main .count .count-content .content-item .item-title {
  font-size: 18px;
  font-family: Open Sans;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 44px;
  position: relative;
}
.pc-content .main .count .count-content .content-item .item-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.pc-content .main .count .count-content .content-item .item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.pc-content .main .count .count-content .content-item .item-number {
  margin-top: 41px;
  height: 36px;
  font-size: 48px;
  font-family: Open Sans;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 46px;
}
.pc-content .main .love {
  display: flex;
  justify-content: center;
  height: 712px;
}
.pc-content .main .love .love-content {
  height: 100%;
  box-sizing: border-box;
  padding: 80px 0 130px 0;
}
.pc-content .main .love .love-content .love-content-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-family: Open Sans;
  font-weight: 800;
  color: #161616;
}
.pc-content .main .love .love-content .love-content-bottom {
  margin-top: 85px;
  display: flex;
  flex-wrap: wrap;
}
.pc-content .main .love .love-content .love-content-bottom .content-bottom-item {
  width: 600px;
  display: flex;
  margin-bottom: 64px;
}
.pc-content .main .love .love-content .love-content-bottom .content-bottom-item .item-left {
  width: 44px;
  height: 40px;
  margin-right: 19px;
}
.pc-content .main .love .love-content .love-content-bottom .content-bottom-item .item-right .item-right-title {
  height: 25px;
  font-size: 24px;
  font-family: Open Sans;
  font-weight: 800;
  color: #161616;
  line-height: 18px;
}
.pc-content .main .love .love-content .love-content-bottom .content-bottom-item .item-right .item-right-remark {
  width: 480px;
  height: 57px;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  color: #161616;
  line-height: 20px;
}
.pc-content .main .responsibility {
  width: 100%;
  height: 600px;
  background-image: url(/catalog/view/theme/default/image/home/green_bg.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-content .main .responsibility .responsibility-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-content .main .responsibility .responsibility-content .content {
  width: 1035px;
  height: 380px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 50px 70px;
}
.pc-content .main .responsibility .responsibility-content .content .content-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-family: Open Sans;
  font-weight: 800;
  color: #161616;
}
.pc-content .main .responsibility .responsibility-content .content .content-bottom {
  margin-top: 67px;
  display: flex;
  justify-content: space-between;
}
.pc-content .main .responsibility .responsibility-content .content .content-bottom .content-item {
  width: 240px;
  text-align: center;
}
.pc-content .main .responsibility .responsibility-content .content .content-bottom .content-item .item-title span {
  font-size: 38px;
  font-family: Open Sans;
  font-weight: 600;
  color: #2C7C00;
  margin-right: 10px;
}
.pc-content .main .responsibility .responsibility-content .content .content-bottom .content-item .item-remark {
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  color: #555555;
}
.pc-content .main .responsibility .responsibility-content .content .content-bottom .content-item:nth-child(2) {
  width: 300px;
}
.pc-content .main .responsibility .responsibility-content .content .content-bottom .content-item:nth-child(3) {
  width: 270px;
}
.pc-content .main .choose {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 80px 0;
}
.pc-content .main .choose .choose-content {
  height: 100%;
  box-sizing: border-box;
  padding: 0 90px;
}
.pc-content .main .choose .choose-content .choose-min-title {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 600;
  color: #0066FF;
}
.pc-content .main .choose .choose-content .choose-content-title {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  font-size: 32px;
  font-family: Open Sans;
  font-weight: bold;
  color: #161616;
}
.pc-content .main .choose .choose-content .choose-content-bottom {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-left {
  width: 451px;
  max-height: 600px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(28, 28, 28, 0.14);
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-left .content-left-image {
  width: 100%;
  height: 228px;
  border-radius: 10px;
  overflow: hidden;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-left .content-left-image img {
  width: 100%;
  height: 100%;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-left .content-left-remark {
  z-index: 2;
  background-color: #fff;
  margin-top: -25px;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px 65px 40px 70px;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-left .content-left-remark .remark-leave-out p {
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  color: #767676;
  line-height: 28px;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-left .content-left-remark .remark-leave-out p .develop {
  font-weight: 500;
  color: #0066ff;
  cursor: pointer;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-left .content-left-remark .remark-whole {
  display: none;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-left .content-left-remark .remark-whole p {
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  color: #767676;
  line-height: 28px;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-left .content-left-remark .remark-whole p .retract {
  width: 18px;
  height: 17px;
  cursor: pointer;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-left .content-left-remark .remark-link {
  margin-top: 30px;
  height: 17px;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: normal;
  color: #3F3D54;
  font-style: italic;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-left .content-left-remark .remark-link span {
  font-weight: bold;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-right {
  width: 451px;
  max-height: 488px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(28, 28, 28, 0.14);
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-right .content-right-image {
  width: 100%;
  height: 228px;
  border-radius: 10px;
  overflow: hidden;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-right .content-right-image img {
  width: 100%;
  height: 100%;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-right .content-right-remark {
  z-index: 2;
  background-color: #fff;
  margin-top: -25px;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px 65px 40px 70px;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-right .content-right-remark .remark-leave-out p {
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  color: #767676;
  line-height: 28px;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-right .content-right-remark .remark-leave-out p .develop {
  font-weight: 500;
  color: #0066ff;
  cursor: pointer;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-right .content-right-remark .remark-whole {
  display: none;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-right .content-right-remark .remark-whole p {
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  color: #767676;
  line-height: 28px;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-right .content-right-remark .remark-whole p .retract {
  width: 18px;
  height: 17px;
  cursor: pointer;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-right .content-right-remark .remark-link {
  margin-top: 30px;
  height: 17px;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: normal;
  color: #3F3D54;
  font-style: italic;
}
.pc-content .main .choose .choose-content .choose-content-bottom .content-right .content-right-remark .remark-link span {
  font-weight: bold;
}
.pc-content .main .contact-us-now {
  width: 100%;
  height: 416px;
  background-image: url(/catalog/view/theme/default/image/home/request_bg.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.pc-content .main .contact-us-now .contact-us-now-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-content .main .contact-us-now .contact-us-now-content .content-title {
  height: 34px;
  font-size: 32px;
  font-family: Open Sans;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 38px;
}
.pc-content .main .contact-us-now .contact-us-now-content .content-remark {
  margin: 40px 0;
  width: 675px;
  height: 63px;
  font-size: 24px;
  font-family: Open Sans;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 38px;
  text-align: center;
}
.pc-content .main .contact-us-now .contact-us-now-content .content-button {
  display: block;
  width: 186px;
  height: 45px;
  border: 2px solid #FFFFFF;
  border-radius: 22px;
  font-size: 18px;
  font-family: Open Sans;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  transition: all 0.2s;
}
.pc-content .main .contact-us-now .contact-us-now-content .content-button:hover {
  background-color: #fff;
  color: #003D98;
}
@keyframes moveLeft {
  to {
    transform: translateX(-1234px);
  }
}
@keyframes moveRight {
  to {
    transform: translateX(1234px);
  }
}
