.page-pricing .hero {
  padding-bottom: 27px;
  background: #223b71 url("../img/bg_pricing.jpg") no-repeat left center;
}
.page-pricing .hero-content {
  text-align: center;
}

.page-pricing .hero-content h1 {
  font-size: 48px;
  color: white;
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 30px;
  line-height: 1;
  margin-bottom: 20px;
}

.page-pricing .hero-content .sub1 {
  font-size: 28px;
}

.page-pricing .hero-content .sub2 {
  font-size: 21px;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 29px;
}

.page-pricing .pricing {
  background: #fff;
  text-align: center;
  padding-top: 50px;
  color: #5d6882;
}

.download-link {
  display: inline-block;
  color: #2ca1d2;
  font-size: 14px;
  /* margin-top: 15px;
    padding-left: 25px; */
  transition: all 0.5s ease;
  text-decoration: none;
}
.display-block {
  display: block;
}

.download-link:hover {
  color: #3b80bd;
}

.page-pricing .pricing h2.heading {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  color: #5d6882;
}

.page-pricing .pricing .pricing-toggle-area {
  transform: all 0.3s ease;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-pricing .pricing .price-toggle {
  background: #f79e02 url("../img/icon_circle.png") no-repeat;
  background-position: 24px center;
  border-radius: 12px;
  border: none;
  width: 45px;
  height: 24px;
  text-indent: -9999px;
  transition: all 0.3s ease;
}

.page-pricing .pricing .price-toggle:focus {
  outline: 0;
}

.page-pricing .plans {
  margin-top: 40px;
  /* text-align: left; */
  color: #5d6882;
  display: flex;
  padding-bottom: 80px;
  border-bottom: 1px solid #f2f2f2;
}

.page-pricing .plans .selectors {
  width: 25%;
}

.page-pricing .plans .selectors .select {
  width: 100%;
  border: 1px solid #cad1e3;
  padding: 15px 15px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.page-pricing .plans .selectors .select h5 {
  max-height: 18px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  background: url("../img/icon_radio.png") no-repeat bottom left;
  padding-left: 25px;
  transition: all 0.1s ease-out;
}

.page-pricing .plans .selectors .select1 h5 {
  max-height: 18px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  background: none;
  transition: all 0.1s ease-out;
}

.page-pricing .plans .selectors .select h6 {
  margin-top: 15px;
  font-size: 16px;
  padding-left: 25px;
  line-height: 1.3;
}

.page-pricing .plans .selectors #plan-lite:hover {
  background: #fef5e5;
}

.page-pricing .plans .selectors #plan-ent:hover {
  background: #d5fbd9;
}

.page-pricing .plans .selectors #plan-pre:hover {
  background: #e9f5fa;
}

.page-pricing .plans .selectors #plan-feat:hover {
  background: #f3f8ec;
}

.page-pricing .plans .selectors #plan-free:hover {
  background: #eaeaf4;
}

.page-pricing .plans .selectors #plan-casual:hover {
  background: #fef5e5;
}

.page-pricing .plans .selectors .selected-free {
  background: #e1e0ef;
  border: 1px solid #9998c9;
}

.page-pricing .plans .selectors .selected-free h5 {
  background: url("../img/icon_radio.png") no-repeat top left;
}

.page-pricing .plans .selectors .selected-lite {
  background: #fdeccc;
  border: 1px solid #fbce80;
}

.page-pricing .plans .selectors .selected-lite h5 {
  background: url("../img/icon_radio.png") no-repeat top left;
}

.page-pricing .plans .selectors .selected-ent {
  background: #c7f7cc;
  border: 1px solid #8cac47;
}

.page-pricing .plans .selectors .selected-ent h5 {
  background: url("../img/icon_radio.png") no-repeat top left;
}

.page-pricing .plans .selectors .selected-pre {
  background: #d5ecf6;
  border: 1px solid #2ca1d2;
}

.page-pricing .plans .selectors .selected-pre h5 {
  background: url("../img/icon_radio.png") no-repeat top left;
}

.page-pricing .plans .selectors .selected-feat {
  background: #e7f2d9;
  border: 1px solid #87bd43;
}

.page-pricing .plans .selectors .selected-feat h5 {
  background: url("../img/icon_radio.png") no-repeat top left;
}

.page-pricing .plans .selectors .selected-casual {
  background: #fdeccc;
  border: 1px solid #fbce80;
}

.page-pricing .plans .selectors .selected-casual h5 {
  background: url("../img/icon_radio.png") no-repeat top left;
}

.page-pricing .plans .features-list {
  width: 75%;
  padding-left: 40px;
}

.page-pricing .plans .features-list header h3 {
  font-size: 24px;
  font-weight: 500;
}

.page-pricing .plans .features-list section {
  display: flex;
  justify-content: space-between;
}

.page-pricing .plans .features-list section .list {
  position: relative;
  transition: all 0.5s ease-out;
}
.page-pricing .plans .features-list section .list > ul {
  padding-bottom: 50px;
}
.page-pricing .plans .features-list section .list > div {
  position: absolute;
  bottom: 0px;
}
.page-pricing .plans .features-list section .list .tooltip {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 13px;
}

.page-pricing .plans .features-list section .list .tooltip .tooltip-inner {
  min-width: 170px;
  background: #223b71;
  border-radius: 2px;
  padding: 8px 14px;
  text-align: left;
}

.page-pricing .plans .features-list section .list .tooltip .tooltip-arrow {
  border-right-color: #223b71;
}

.page-pricing .plans .features-list section #list-ent .btn-cta {
  display: none;
}

.page-pricing .plans .features-list section #list-feat .btn-cta {
  display: none;
}

.page-pricing .plans .features-list section ul li {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0px;
  padding-left: 25px;
  margin-bottom: 13px;
  color: #cad1e3;
  background: url("../img/icon_check_gray_bg.png") no-repeat left 3px;
  transition: all 0.3s ease-out;
}

.page-pricing .plans .features-list section ul li span {
  border-bottom: 1px dotted #909db8;
  padding-bottom: 0px;
}

.page-pricing .plans .features-list section .selected ul li {
  color: #5d6882;
  background: url("../img/icon_check_green_bg.png") no-repeat left 3px;
}

.page-pricing .schedule-now {
  background: #fff;
  color: #5d6882;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}

.page-pricing .schedule-now main {
  display: flex;
}

.page-pricing .schedule-now main .text {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-pricing .schedule-now main .text h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}

.page-pricing .schedule-now main .text p {
  line-height: 1.8;
  letter-spacing: 1.2;
  margin-bottom: 25px;
}

.page-pricing .schedule-now main .text #btn-sch {
  background-color: #ff7a59;
  color: white;
}

.page-pricing .schedule-now main .text #btn-sch:hover {
  cursor: pointer;
  color: #23527c;
}

.page-pricing .schedule-now main .graphic div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-pricing .schedule-now main .graphic div img {
  width: 100%;
  max-width: 100%;
}

.page-pricing .faqs {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
  color: #5d6882;
}

.page-pricing .faqs h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 60px;
}

.page-pricing .faqs main {
  display: flex;
  justify-content: space-between;
}

.page-pricing .faqs main section {
  width: 46%;
}

.page-pricing .faqs h3 {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.3;
}

.page-pricing .faqs p {
  font-size: 15px;
  margin-bottom: 50px;
  line-height: 1.8;
  color: #5d6882;
}

@media only screen and (max-width: 767px) {
  .page-pricing .pricing {
    background: #fff;
  }
  .page-pricing .pricing .pricing-toggle-area {
    margin-bottom: 15px;
  }
  .page-pricing .plans {
    display: block;
    padding-bottom: 40px;
  }
  .page-pricing .plans .selectors {
    width: 100%;
  }
  .page-pricing .plans .features-list {
    margin-top: 30px;
  }
  .page-pricing .plans .features-list section {
    display: block;
  }
  .page-pricing .plans .features-list section .list .btn-cta {
    margin-bottom: 30px;
  }
  .page-pricing .schedule-now {
    padding-top: 0px;
  }
  .page-pricing .schedule-now main {
    display: block;
  }
  .page-pricing .schedule-now main .text {
    width: 100%;
  }
  .page-pricing .schedule-now main .graphic {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .page-pricing .schedule-now main .graphic div img {
    max-width: 500px;
  }
  .page-pricing .faqs main {
    display: block;
  }
  .page-pricing .faqs main section {
    width: 100%;
  }
}
/* plans修改结构和布局 */
.new-plans {
  margin-top: 30px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
}
.new-plans > div {
  /* background: #ffffff;
    margin-bottom: 10px;
    padding: 0;
    padding-right: 10px; */
  background: #ffffff;
  margin-bottom: 20px;
  padding: 0;
  padding-right: 20px;
}
.new-plans .plans-item {
  border: 1px solid #cad1e3;
  text-align: left;
  padding: 30px 30px 35px 30px;
}
.new-plans .plans-item:hover {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.plans-item .item-footer {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.plans-item .item-footer img {
  display: block;
  margin-left: 8px;
  width: 8px;
  height: 12px;
  /* position: relative;
    top: -1.4px; */
}
.plans-item .item-head .item-head-title .tag {
  background-image: url("../img/most_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 6px;
  width: 126px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ilocalize-tag {
  background-image: url("../img/most_bg_ilocalize.png");
  margin-left: 6px;
  width: 35px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ilocalize-tag img {
  width: 24px;
  height: 24px;
}
.item-content-checkout {
  /* justify-content: space-between; */
  align-items: center;
  display: flex;
  width: 140px;
}
.team-select {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.plans-item .item-content .display-flex > div {
  width: 50%;
}
.plans-item .item-content .display-flex > p {
  width: 50%;
}
.plans-item .item-content .display-flex .width100 {
  width: 100%;
}
/* 弹窗 */
.mesg-box {
  position: fixed;
  width: 90%;
  /* height: 90%; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: red;
}
.modal-body {
  height: 500px;
  padding: 0 30px 20 30px;
  display: flex;
  flex-direction: column;
}
.modal-body-on {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  width: 300px;
}
.modal-prise {
  position: relative;
  width: 100%;
  /* height: 144px; */
  padding: 20px;
  box-sizing: border-box;
  background: #fafbfc;
  display: flex;
  text-align: left;
}
.modal-prise > div {
  /* width: 20%; */
  margin-right: 80px;
}
.modal-prise > div:nth-child(2n) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.show-more {
  /* margin: 0 .3rem; */
  width: 100%;
  height: 30px;
  background: #f5f5f5;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.color-5D6882-op5 {
  color: #5d6882;
  opacity: 0.5;
}
.color-5D6882-op0 {
  color: #274c95;
  text-decoration: underline;
}

.my-list {
  text-align: left;
  column-width: 30%;
  column-count: 3;
  column-span: none;
  column-gap: 1rem;
  column-fill: 10px;
}
.my-box {
  height: 100%;
  /* max-height: 500px; */
  /* height: 30em; */
  overflow-y: scroll;
}
.my-tabs {
  height: 60px;
  background: #f2f6fc;
  border-radius: 4px 4px 0px 0px;
  display: flex;
  width: 100%;
  cursor: pointer;
  /* justify-content: center;
    align-items: center; */
  border-top-left-radius: 6px;
}
.my-tabs li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e5e5e5;
}
.my-tabs li:first-child {
  border-top-left-radius: 6px;
}
.modal-header {
  padding: 0;
  background: #f2f6fc;
  border-bottom: 0px solid #e5e5e5;
  display: flex;
}
.close-btn {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal-header .my-close {
  display: block;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
}
.my-li {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
  line-height: 21px;
  /* padding: 10px 0; */
}
.my-li .tooltip:hover {
  text-align: left;
}
.el-tooltip__popper.is-dark {
  width: 220px;
  font-size: 12px;
}
.my-li img {
  margin-right: 4px;
}
.box-tag {
  z-index: 1;
  position: absolute;
  top: 35px;
  right: 20px;
  background-image: url("../img/most-bgs.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 6px;
  width: 158px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mesg-btns {
  padding: 20px;
  display: flex;
  /* align-items: center;
    justify-content: space-around; */
  padding-top: 5px;
}
.mesg-btns > div {
  width: 33.33%;
  height: 100%;
}
.mesg-btns > div .btn-cta {
  display: flex;
}
.mesg-btns > div .btn-cta a {
  padding: 0;
  display: block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  background: #f79e02;
  border-radius: 19px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

.start-box {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  background: #3465c7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover:hover {
  text-decoration: underline;
}
.start-box:hover {
  color: #fff;
}
.btn-medium:hover {
  color: #fff;
}
.showmore-box {
  height: 30px;
}
.download-link {
  margin-top: 0;
}
.my-cursor {
  cursor: pointer;
}
.my-active {
  color: #274c95;
  background-color: #fff;
}
.modal-width {
  width: 80%;
}
.display-flex {
  display: flex;
}
.font-size50 {
  font-size: 50px;
}
.font-size30 {
  font-size: 30px;
}
.font-size26 {
  font-size: 26px;
}
.font-size18 {
  font-size: 18px;
}
.font-size16 {
  font-size: 16px;
}
.font-size14 {
  font-size: 14px;
}
.font-size12 {
  font-size: 12px;
}
.color-5D6882 {
  color: #5d6882;
}
.color-CAD1E3 {
  color: #cad1e3;
}
.color-fff {
  color: #fff;
}
.color-274C95 {
  color: #274c95;
}
.color-2CA1D2 {
  color: #2ca1d2;
}
.color-F79E02 {
  color: #f79e02;
}
.font-weight500 {
  font-weight: 500;
}
.font-weight400 {
  font-weight: 400;
}
.height66 {
  height: 66px;
}
.height76 {
  height: 76px;
}
.height58 {
  height: 58px;
}
.height42 {
  height: 42px;
}
.height22 {
  height: 22px;
}
.height20 {
  height: 20px;
}
.height18 {
  height: 18px;
}
.height17 {
  height: 17px;
}
.height14 {
  height: 14px;
}
.height36 {
  height: 36px;
}
.width80 {
  width: 80%;
  margin: 0 auto;
  /* height: 90%; */
}
.line-height42 {
  line-height: 42px;
}
.line-height22 {
  line-height: 22px;
}
.margin-bottom30 {
  margin-bottom: 30px;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.margin-bottom18 {
  margin-bottom: 18px;
}
.margin-bottom25 {
  margin-bottom: 25px;
}
.margin-bottom5 {
  margin-bottom: 5px;
}
.margin-top5 {
  margin-top: 5px;
}
.margin-top7 {
  margin-top: 7px;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-right20 {
  margin-right: 20px;
}
.margin10 {
  margin: 0 10px;
}
.border-top-left-radius6 {
  border-top-left-radius: 6px;
}
.border-top-right-radius6 {
  border-top-right-radius: 6px;
}
.opacity5 {
  opacity: 0.5;
}
