/* @font-face {
  font-family: "Sofia-Pro-Bold";
  src: url("../fonts/sofia-pro/Sofia-Pro-Bold.woff") format("woff"),
    url("../fonts/sofia-pro-bold.woff2") format("woff2"),
    url("../fonts/sofia-pro-bold.eot"),
    url("../fonts/sofia-pro-bold.eot") format("embedded-opentype"),
    url("../fonts/sofia-pro/Sofia-Pro-Bold.otf") format("truetype");

  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "proximanova-regular";
  src: url("../fonts/proximanova-regular-webfont.woff") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proximanova-bold";
  src: url("../fonts/proximanova-bold-webfont.woff") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/*======================================================
    1.0 Common Style
=======================================================*/
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "proximanova-regular" !important;
  font-size: 16px;
  color: #343a46;
  /* background-color: #fff;
    font-family: 'Sofia-Pro-Regular', sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: 28px;
    color: #6a7c92;
    position: relative;
    overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proximanova-regular";
  -webkit-font-smoothing: antialiased;
  color: #051441;
}

h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  margin: 0 0 10px;
  color: #051441;
}

h2 {
  font-size: 42px;
  line-height: 50px;
  color: #051441;
  margin: 0 0 10px;
  font-weight: 500;
  letter-spacing: -1px;
}

h3,
h4 {
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 1.7;
  color: #051441;
  letter-spacing: -0.5px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5,
h6 {
  font-size: 14px;
  margin: 0 0 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

p,
li,
a,
span {
}

.fz-48 {
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
}
.fz-46 {
  font-size: 46px;
  font-weight: bold;
}
.fz-36 {
  font-size: 36px;
  font-weight: bold;
}
.fz-24 {
  font-size: 24px;
  font-weight: bold;
  color: #7e8389;
}
.fz-20 {
  font-size: 20px;
}
p {
  font-size: 18px;
  line-height: 28px;
  /* margin-bottom: 20px; */
  padding-bottom: 0;
  margin-bottom: 0;
}

a,
a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999 !important;
}

button {
  border: none;
  background: none;
}

/* ======= Scrollbar Style ======= */
/* ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #e51c22;
}

::selection {
  background-color: #e51c22;
  color: #fff;
}

-webkit-::selection {
  background-color: #e51c22;
  color: #fff;
}

::-moz-selection {
  background-color: #e51c22;
  color: #fff;
} */

a {
  cursor: pointer;
}
/* ======= Helper Class ======= */
.padding {
  padding: 100px 0;
}
.pb-100 {
  padding-top: 100px;
}
.no-padding {
  padding: 0;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}
.p30 {
  padding: 30px 0;
}
.padding40-0 {
  padding: 40px 0;
}
.padding-70 {
  padding: 70px 0;
}
.padding-50 {
  padding: 50px 0;
}
.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #f5f8ff;
}

.bg-dark {
  background-color: #07122d !important;
}

.bd-top {
  border-top: 1px solid #eeeeee;
}

.bd-bottom {
  border-bottom: 1px solid #eeeeee;
}

.bd-right {
  border-right: 1px solid #eeeeee;
}
.padding-150 {
  padding: 170px 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.fz-28 {
  font-size: 28px;
}
.fz-30 {
  font-size: 30px;
}
.fz-24 {
  font-size: 24px;
}

.fz-22 {
  font-size: 22px;
}

.fz-18 {
  font-size: 18px !important;
  font-weight: 400;
}

.fz-16 {
  font-size: 16px !important;
}
.fz-32 {
  font-size: 32px;
}
.bold {
  font-weight: bold !important;
  font-family: "proximanova-bold" !important;
}
/* ======= Color Class ======= */
.color-red {
  color: #e51c22 !important;
}
.color-white {
  color: #fff !important;
}
.color-blue {
  color: #0099e5;
}

.color-green {
  color: #0abf53;
}

.color-yellow {
  color: #ffa800;
}

.color-purple {
  color: #6b3df0;
}

.color-orange {
  color: #ec6c4f;
}
.color-7E8389 {
  color: #7e8389;
}
.color-343A46 {
  color: #343a46 !important;
}
/* ======= Scroll To Top ======= */
#scrollup {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  z-index: 999;
}

.scroll-to-top {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #e51c22;
  font-size: 10px;
  padding: 0;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transform: translateY(150%);
  transition: all 0.3s ease-in-out;
}

#scrollup.show {
  opacity: 1;
}

#scrollup.show .scroll-to-top {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.scroll-to-top:focus {
  outline: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
.to3 {
  background: #343a46;
  height: 100%;
  text-align: center;
}
.to3-bg {
  margin-top: 100px;
}
.h1 {
  /* font-size: 52px; */
  font-size: 48px;
  font-weight: bold;
  font-family: "proximanova-bold";
  line-height: 52px !important;
}
.h1 span {
  font-weight: bold;
}
.h6 {
  font-size: 20px;
  font-family: proximanova-regular;
  font-weight: 400;
  /* color: #FFFFFF; */
  line-height: 28px;
}
.to4-a {
  display: flex;
}
body {
  overflow-x: hidden;
}
.to4-a {
  /* margin-right: 0; */
}
.to13 .container {
  overflow: hidden;
  padding: 30px 0;
}
.swiper-container {
  overflow: initial !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -30px !important;
}
@media (max-width: 992px) {
  .to4-right {
    padding-left: 0 !important;
  }

  .to5 .row .col-sm {
    margin: 10px;
  }
  .to5 .row {
    padding: 0 !important;
  }
  .h1 {
    font-size: 26pt;
    line-height: 32px !important;
  }
  .h6 {
    font-size: 15pt !important;
  }
  .f32 {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .fz-20 {
    font-size: 16px;
  }
  .fz-48 {
    font-size: 20px;
    line-height: 32px;
  }
  .mb-50 {
    margin-bottom: 25px;
  }
  .padding-50 {
    padding: 5px 0;
  }
  .to3-bg {
    margin-top: 50px;
  }
  .header-btn {
    font-size: 12px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  .header-language .languageBtn {
    height: 40px !important;
    line-height: 40px !important;
  }
  .to4-right {
    text-align: center;
    /* padding: 30px 0; */
  }
  .to12 .container {
    padding: 30px 0 !important;
  }
}
.to4-a {
  align-items: center;
}
.to4-right,
.to4-left {
  color: #343a46;
}
.to4-right {
  padding-left: 60px;
}
.to4-right p {
  color: #343a46;
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
}
.to4-bt {
  padding-top: 2vw;
}
.to5 {
  background: #f1f2f3;
  text-align: center;
  color: #232323;
}
.to5 .col-sm {
  margin: 0 2%;
}
.to5 .col-sm {
  padding: 30px;
  font-size: 18px;
  /* font-weight: bold; */
  color: #343a46;
  line-height: 26px;
}
.to5 .col-sm {
  box-shadow: 4px 5px 7px 0px rgba(0, 0, 0, 0.05);
  border-radius: 9px;
  background: #fff;
}
.to5 .row {
  padding: 20px 0;
}

.to5 .card-body img {
  /* width: 60px;
  height: 60px; */
}
.to5-txt {
  padding-top: 18px;
}
@media (min-width: 1500px) {
  .to5 .row {
    padding: 20px 100px;
  }
  .w280 {
    min-width: 280px;
  }
}
@media (max-width: 1100px) {
  .to4-right p {
    font-size: 18px;
    /* line-height: 15px; */
  }
}
.to6 {
  background: #343a46;
}
.to6 br {
  display: block !important;
}
.to6 p {
  line-height: 32px;
}
/* .to7 .row {
  padding: 20px 30px;
} */
.to7 .col {
  padding: 20px;
}
.to7 .to5-txt {
  /* font-size: 20px; */
  font-size: 18px;
  /* font-weight: bold; */
  color: #343a46;
  line-height: 28px;
}
.to9 .l10 {
  width: 58%;
  height: 58%;
}
.to9 .bg-img {
  background-size: 100% 110%;
  background-repeat: no-repeat;
  width: 70%;
  margin: 3vw auto;
}
.to7 .img-border {
  width: 110px;
  height: 110px;
  background: #ffffff;
  box-shadow: 4px 5px 7px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  margin: 0 auto;
  line-height: 110px;
}
.to11 .container {
  padding: 0 30px;
}
.to11-flow-all {
  display: flex;
  align-items: center;
  justify-content: center;
}
.to11-flow:nth-child(odd) {
  margin-top: 15%;
}
.to11-flow {
  margin: 4% 1.5%;
  position: relative;
}
.to11-flow p {
  font-size: 20px;
  font-weight: bold;
  color: #343a46;
  position: absolute;
}
@media (max-width: 420px) {
  .to11-flow:nth-child(odd) {
    margin-top: 18%;
  }
  .to11-flow-all {
    min-width: 700px;
    overflow: auto;
  }
  .to11-flow p:nth-child(odd) {
    top: -30px;
    width: 300px;
    left: -80px;
  }
  .to11-flow p:nth-child(even) {
    width: 300px;
    left: -100px;
    bottom: -60px;
  }
  .to11-flow p {
    font-size: 12px;
    color: #343a46;
    position: absolute;
  }
  .to14 .col {
    margin: 10px 0;
  }
  .padding-70 {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .to11-flow:nth-child(odd) {
    margin-top: 21%;
  }
}
@media (min-width: 990px) {
  .to11-flow:nth-child(odd) {
    margin-top: 18%;
  }
  .to11-flow p:nth-child(odd) {
    top: -70px;
    width: 300px;
    left: -80px;
  }
  .to11-flow p:nth-child(even) {
    width: 300px;
    left: -80px;
    bottom: -100px;
  }
}
@media (min-width: 1500px) {
  .to11-flow:nth-child(odd) {
    margin-top: 15%;
  }
}
.to12 .container {
  background: url("../img/l37.png") no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.to12 .bt {
  padding: 2vw;
}
.to12 .h1 {
  /* font-size: 52px; */
}
@media (min-width: 1500px) {
  .to14 .row {
    margin: 0 8vw;
  }
}
.to14 .fz-16 {
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "proximanova-bold";
}

.to14 p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.to14 a {
  color: #ffffff;
  overflow: hidden;
}
.to14 a:hover {
  color: #e5133a;
  transition: all 0.2s;
}
/* .to14 .socialize img {
  position: relative;
  top: 0;
  fill: red !important;
}
*/
.to14 .socialize img:hover {
  transform: translateY(-5px);
  transition: all 0.5s;
}
.to14 div {
  min-width: 80px;
  min-width: 170px;
  padding: 0;
}
.bt2-p {
  padding: 70px 30px 20px 30px;
}
.btLogo {
  margin-top: 4vw !important;
}
.btLogo-right {
  display: flex;
}
.btLogo-right span {
  margin-left: 1vw;
  color: #fff;
}
.f18 {
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 33px !important;
}
.to14 .col .color-red {
  font-size: 16px;
  font-weight: bold;
  color: #e51c22;
  line-height: 28px;
  margin: 20px 0;
}
.min230 {
  min-width: 230px !important;
}
.to14 .b-img img {
  margin: 15px 0;
  padding-right: 15px;
}
.to14 .b-img {
  display: flex;
  align-items: center;
}
.wsapce {
  white-space: nowrap;
}
/* swiper */
.to13 {
  position: relative;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
  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;
  transition: 300ms;
  transform: scale(0.8);
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}
/* end */
.header-btn {
  font-family: "proximanova-regular";
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 55px;
  display: inline-block;
  letter-spacing: 0px;
  padding: 0 35px;
  position: relative;
  z-index: 1;
  background: #e51c22;
  box-shadow: 0px 9px 18px 0px rgba(229, 28, 34, 0.3);
  border-radius: 9px;
  transition: all 0.3s;
}

/* a.header-btn span {
  background: #343a46 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  width: 0;
  z-index: -1;
}
a.header-btn:hover span {
  height: 562.5px;
  width: 562.5px;
} */
.scroll-to-top img {
  transform: rotate(180deg);
}
.scroll-to-top {
  background: #fff;
}
.bfff {
  background: #fff !important;
  border: 1px solid #e51c22;
  color: #e51c22 !important;
}
.btTxt {
  background: #657084;
}
.btTxt .f14 {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 0;
}
.btTxt .f14 .Accept {
  display: inline-block;
  width: 120px;
  height: 22px;
  background: #ffffff;
  border-radius: 5px;
  line-height: 22px;
  color: #343a46;
  margin-left: 10px;
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.box1 {
  /* 1.首先设置盒子宽高都为0 */
  width: 0;
  height: 0;
  /*2.设置盒子上下左右边框(注意:根据三角形大小调整边框粗细,颜色要设置为透明transparent) */
  border: 8px solid transparent;
  /*3.根据三角形方向选择设置哪个方向边框为none
                	技巧:设置三角形正对方向的边框为none,比如我想设置朝上的三角形，那就设置上边框为none*/
  border-top: none;
  /*4.最后设置边框颜色，显示出三角形*/
  border-bottom-color: #a0a0a0;
  transform: rotate(180deg);
  cursor: pointer;
}
@media (min-width: 576px) {
  .Collect .modal-dialog {
    max-width: 580px;
    margin: 1.75rem auto;
  }
}

.Collect .form-group .header-btn {
  font-weight: bold;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  margin: 20px 0 20px 0;
  padding: 0px 70px;
}
.to10 .to10-l {
  background: #ffffff;
  box-shadow: 4px 5px 7px 0px rgba(0, 0, 0, 0.2);
  border-radius: 9px;
  /* height: 65px;
  line-height: 65px; */
  padding: 5px 10px;
}

.to14 a:hover {
  text-decoration: none;
}
.active {
  color: #e51c22 !important;
}
.modal-title {
  font-size: 28px;
  font-weight: bold;
  color: #343a46;
  line-height: 50px;
}
.modal-header {
  border: none;
  padding-bottom: 0;
}
.modal-body {
  padding-bottom: 0;
}
.modal-content label {
  font-size: 18px;
}
.affiliateModal .form-group {
  padding-bottom: 0 !important;
}
.appBgcontainer {
  position: relative;
  top: 0;
}
.app-swiper-container {
  display: none;
}
.minShow {
  display: none;
}
.titleOpen {
  cursor: pointer;
}
.cursorWithe .typed-cursor {
  color: #fff !important;
}
.typed-cursor {
  /* display: none; */
  color: #fff;
  font-size: 50px;
}
.bt2-p .row {
  margin-bottom: 20px;
  margin-top: 20px;
}
.btLogo .d-flex {
  align-items: end;
}
/* 手机尺寸 */
@media (max-width: 420px) {
	.slider-content-1{
	  margin-top: 0px !important;
   }
   .feature-2{
	   margin-left: 0px !important;;
   }
   .p3-bottom-item-pr{
	   padding-right: 15px !important;;
   }
   .p3-bottom-item-font-b{
	   font-size: 18px !important;
   }
   .p3-bottom-item-font-s{
	    font-size: 12px !important;
   }
  .modal-title {
    font-size: 18pt;
  }
  .form-group {
    margin-bottom: 0.3rem;
  }
  .modal-content p,
  .modal-content label {
    font-size: 12pt !important;
  }
  .modal .m-30 {
    margin: 10px 0;
  }
  .modal-body {
    padding: 0 1rem 0 1rem;
  }
  .form-group .header-btn {
    margin: 20px 0 10px 0 !important;
  }
  .to14 p {
    font-size: 14px !important;
  }
  .btLogo p {
    font-size: 12px !important;
  }
  .btLogo-right span {
    margin-right: 15px;
  }

  .bt2-p {
    padding: 0 30px;
  }
  .signInContainer .col-lg-7 {
    display: none;
  }
  .signInContainer {
    width: 94% !important;
  }
  .f2 .h1,
  .f5 .h1,
  .f6 .h1,
  .f7 .h1 {
    font-size: 26pt !important;
    line-height: 32.5pt !important;
  }
  .fz-46 {
    font-size: 18pt !important;
    line-height: 30pt !important;
  }
  .fz-36 {
    font-size: 18pt !important;
    line-height: 30pt !important;
  }
  .fz-24 {
    font-size: 16pt !important;
    line-height: 27.5pt !important;
  }
  br {
    display: block !important;
  }
  .helpCenter .text-center {
    background-image: none !important;
  }
  .minShow {
    display: block;
  }
  .minHide {
    display: none;
  }
  .trackNumberAbsolute,
  .trackNumberDiv {
    min-width: 15rem !important;
    max-height: 200px !important;
  }
  .padding-150 {
    padding: 50px 20px;
  }
  .main-slider .slide-btn {
    font-size: 13pt;
  }
  .to4-right {
    /* text-align: center; */
    padding: 20px 0;
  }
  .t_news p {
    font-size: 10pt;
    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;
  }
  .swiper-container {
    display: none;
  }
  .app-swiper-container {
    display: block;
  }
  .min-slider .slider-content-wrap {
    align-items: flex-start !important;
    padding: 10px 0;
    height: 555px;
  }
  .pt-10 {
    padding-top: 10px;
  }
  .slider-content-wrap {
    height: 700px !important;
    align-items: flex-start !important;
  }
  .appBg1 {
    background-image: url("../img/appBg4.png") !important;
  }
  .appBg2 {
    background-image: url("../img/appBg3.png") !important;
  }
  .appBg3 {
    background-image: url("../img/appBg2.png") !important;
  }
  .appBg4 {
    background-image: url("../img/appBg1.png") !important;
  }
  .fulfillment .bg-img {
    background-image: url("../img/appBg3.png") !important;
  }
  .fulfillment .f7 thead th {
    min-width: 70px;
  }
  .fulfillment .m10vw {
    margin: 0;
  }
  .fulfillment .f7 .table td,
  .table th,
  .table thead th {
    padding: 0.5rem !important;
    font-size: 15pt !important;
  }
  p {
    font-size: 16pt;
  }
  .to12 .h1 {
    padding: 0 20px;
  }
  .pc-125 {
    display: none;
  }
  .to11 .app-125 {
    display: block !important;
  }
  .app-f1 {
    display: block !important;
  }
  .pc-f1 {
    display: none;
  }
  .app-a7 {
    display: block !important;
  }
  .pc-a7 {
    display: none;
  }

  .padding {
    padding: 40px 0;
  }
  .pb-100 {
    padding-top: 40px;
  }
  .a4-right {
    margin-top: 0 !important;
    flex-shrink: 0;
  }
  .hTo1-txt p {
    font-size: 15pt;
  }
  .FQA1 .t1 {
    font-size: 24px !important;
    line-height: 24px !important;
    margin: 20px 0;
  }
  .FQA .contact {
    font-size: 24px !important;
    line-height: 24px !important;
  }
  .red32 {
    font-size: 22px !important;
  }
}
@media (max-width: 768px) {
  .to10 .col-lg {
    margin: 20px 15% !important;
  }
}
.to10 .col-lg {
  margin: 10px 10px;
}
.m-30 {
  margin: 30px 0;
}
.to11 .app-125 {
  display: none;
}

/* 弹窗 */
.modal-content {
  padding: 0 1rem;
}
.form-control option {
  width: 100%;
}

#myForm .nice-select {
  padding: 0 20px;
  margin-bottom: 20px;
  width: 100%;
}

.modal-content p,
.modal-content label {
  font-size: 18px;
  font-weight: 400;
  color: #343a46;
  line-height: 28px;
}

/* 无限滚动 */
.box {
  height: 55px;
  margin: 50px 0;
}
.t_news {
  height: 55px;
  color: #fff;
  /* padding-left: 10px; */
  overflow: hidden;
  position: relative;
}
.t_news p {
  font-size: 14px;
}
.t_news b {
  line-height: 19px;
  font-weight: bold;
  display: inline-block;
}
.news_li,
.swap {
  line-height: 19px;
  display: inline-block;
  position: absolute;
  top: 0;
  /* left: 35px; */
}
.news_li a,
.swap a {
  color: #fff;
}
.swap {
  /* top: 55px; */
}
.t_news-img {
  margin-top: 5px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e51c22;
  outline: 0;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: -2px;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e51c22;
  outline: 0;
  box-shadow: 0 0 0 0rem #e51c22;
}
button:focus {
  outline: none;
}
@media (max-width: 1500px) {
  /* .slide0 .p1 {
    font-size: 40px;
    line-height: 40px;
  } */
  .to6 .capitalization {
    font-size: 18px;
    line-height: 36px;
  }
  .to7 .to5-txt {
    font-size: 18px;
  }
}
.slide-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 30px -10px rgba(229, 27, 35, 0.4);
}
.header-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 30px -10px rgba(229, 27, 35, 0.4);
}
:root {
  --swiper-theme-color: #e51c22 !important;
}
.header-one .header-btn:hover {
  transform: none;
  box-shadow: none;
  background: #ea494e;
}
.signInBt:hover {
  color: rgb(255, 255, 255) !important;
  background: #e51c22 !important;
  border-color: #e51c22 !important;
}
.startedBt:hover {
  /* opacity: 0.8; */
  background: #a40e13 !important;
}
.startedBt:active {
  /* opacity: 0.8; */
  background: #a40e13 !important;
}
.notBt-red {
  box-shadow: none;
}
.notBt-red:hover {
  transform: none;
  box-shadow: none;
  /* opacity: 0.8; */
  background: #ea494e;
}
.notBt-red:active {
  transform: none;
  box-shadow: none;
  background: #ea494e;

  /* opacity: 0.8; */
}
.slick-slider {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  -webkit-touch-callout: auto;
  -khtml-user-select: auto;
  -ms-touch-action: auto;
  touch-action: auto;
  -webkit-tap-highlight-color: transparent;
}

.footer-bannner {
  padding: 100px 0 80px;
  background-color: #eaeced;
  background-image: url(../img/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb-section {
  padding: 85px 0;
  background: #f4f5f8;
}
.text-body {
  color: #212529 !important;
}

input[type="checkbox"] {
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

input[type="checkbox"]::after {
  position: absolute;
  top: 6px;
  background-color: white;
  border: 1px solid #bababa;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  visibility: visible;
  text-align: center;
  content: " ";
  border-radius: 3px;
}

input[type="checkbox"]:checked::after {
  background: #e5133a
    url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e")
    center no-repeat;
  content: "";
  border: none;
}

.slider-content-1{
	margin-top: 40px;
}
.feature-2{
	margin-left: 50px;
}
.p3-bottom-container{
	color: #fff;
	padding-top: 35px;
}
.p3-bottom-item{
	display: inline-block;
}

.p3-bottom-item-pr{
	padding-right: 60px;
}
.p3-bottom-item-font-b{
	font-size: 26px;
	font-weight: bold;
}
.p3-bottom-item-font-s{
	font-size: 14px;
}

.display-none{
  display: none;
}
 