.icon {
  background: url(../png/plusifeaturecon-2.png);
}
.flip-pdf-banner {
  /*min-height: 700px;*/
  /* background-image: url("/images/bg_pic.png?456"); */
  padding: 100px 20px 160px;
  /* background-color: #385670!important; */
}

.purchase-top {
  background: linear-gradient(141deg, #043b42 0%, #32827f 66.15%),
    linear-gradient(154deg, #13555e 0%, #10a3b5 40.1%);
  /* background-image: url("/images/new/purchase/store_banner.jpg") !important; */
  background-size: cover;
  background-position: 50% 50%;
  /* background-color: #385670 !important; */
}
.nav-top {
  background-color: transparent;
}
.product-banner-left {
  /* max-width: 503px;
  width: 45%; */
}
.product-banner-right {
  max-width: 597px;
  width: 55%;
}
.product-banner-message {
  background: #2e4a62;
  padding: 25px 25px 15px 25px;
}
.product-banner-prices {
  margin-top: 10px;
  /* display: flex;
	justify-content: space-between;
	align-items: center; */
}
.prices-box-left {
  display: flex;
  align-items: center;
  float: left;
}
.box-left-price {
  font-size: 24px;
  color: #f09622;
  margin-right: 5px;
}
.prices-box-left .old-price {
  font-size: 19px;
  text-decoration: line-through;
  color: #98a2ac;
  margin-top: 2px;
  margin-right: 8px;
}
.prices-box-left .price-tip {
  margin-right: 12px;
  white-space: nowrap;
}
.product-review {
  position: relative;
  /* display: flex; */
  /* align-items: center; */
  text-align: left;
}
.product-review > .font-hh {
  padding-left: 0;
}
.product-banner-btn {
  margin-bottom: 21px;
}
.product-banner-btn .buy-btn {
}

.down-mac-btn {
  background: #3c96b7;
}
.down-mac-btn:hover {
  background: #44add3;
}
.down-mac-btn span {
  background: url("../png/mac.png") no-repeat center;
  padding: 10px 17px;
}

.banner-btn + .banner-btn {
  margin-left: 20px;
}
.product-fixed-btns .banner-btn {
  line-height: 40px;
}
.banner-btn a {
  color: #fff;
}
.product-banner-btn > a > .watch-btn {
  width: 130px;
  border: 1px solid white;
}
.product-banner-describe {
  margin: 5px;
  color: rgb(177, 171, 171);
}
.product-banner-describe p {
  margin-bottom: 8px;
}
.down-btn-box:hover {
  background: #e6e6e6;
}
.down-btn-box img {
  position: absolute;
}

.product-banner-content {
  overflow: visible;
}
.product-banner-content:after,
.product-banner-content:before {
  content: "";
  line-height: 0;
  height: 0;
  width: 0;
  display: block;
  visibility: hidden;
}

.product-banner-content:after {
  clear: both;
}

.product-content {
  padding: 10px 0 0 0;
}

.product-tab-versions {
  padding-bottom: 100px;
}
.product-tab-versions > h2 {
  font-size: 30px;
  margin: 0;
  text-align: center;
  padding: 70px 0;
  color: #363a45;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 500;
}
.product-tab-title {
  display: flex;
}
.title-box {
  flex: 1;
}
.title-boxs {
  display: flex;
  align-items: center;
  width: 380px;
  border-left: 1px solid #ebebeb;
  padding: 20px 30px;
}
.title-boxs-imgs {
  width: 90px;
  height: 110px;
  margin-right: 25px;
}
.title-boxs-imgs img {
  width: 100%;
  height: 100%;
}
.title-boxs-title > h2 {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 10px 0;
  color: #333;
}
.title-boxs-title a button {
  background-color: #f09622;
  color: white;
  border: none;
  padding: 8px 25px;
  cursor: pointer;
  outline: none;
}

.product-tab-contents .tab-contents:nth-child(odd) {
  background: #f8f8f8;
}
.product-tab-contents .tab-contents:nth-child(even) {
  background: white;
}
.tab-contents {
  display: flex;
  height: 67px;
}
.contents-box {
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  flex: 1;
}
.contents-boxs {
  color: #555;
  padding-left: 35px;
  font-size: 14px;
  width: 380px;
  border-left: 1px solid #ebebeb;
  display: flex;
  align-items: center;
}
.contents-boxs .check-details {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  border-bottom: 1px solid;
}
.contents-boxs .check-details:hover {
  color: #2b90ef;
}
.contents-boxs .check-details:hover .details {
  display: block;
}
.contents-boxs .details {
  display: none;
  position: absolute;
  width: 360px;
  background: #fff;
  color: #555;
  top: -90px;
  padding: 16px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.contents-boxs .details::after {
  content: " ";
  display: inline-block;
  height: 7px;
  width: 100%;
  position: absolute;
  bottom: -7px;
  left: 0px;
}

@media screen and (max-width: 900px) {
  .contents-boxs {
    flex: 1;
    padding-left: 5px;
  }
  .contents-box {
    width: 125px;
    padding-left: 5px;
  }
  .title-box {
    width: 0;
    flex: 0;
    padding-left: 5px;
  }
  .title-boxs {
    flex: 1;
    padding: 8px;
    padding-left: 5px;
  }
  .title-boxs-imgs {
    width: 70px;
    height: 90px;
    margin: 0 15px;
  }
  .title-boxs-title > h2 {
    font-size: 17px;
  }
  .title-boxs-title > button {
    font-size: 12px;
    padding: 5px 10px;
  }
  .product-tab-title:nth-last-child() {
    border-left: 1px solid #ebebeb;
  }
  .tab-contents {
    height: 100%;
    padding: 20px;
  }

  .products-tabs-bigbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .products-tabs-box {
    width: 60% !important;
  }
}
.products-tabs-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 120px;
}
.products-tabs-content p {
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}

.product-whatnew {
  height: 100%;
}
.product-whatnew-box {
  border-left: 1px solid #f0f0f0;
  padding-left: 25px;
  height: 95%;
}
.product-whatnew > h1 {
  font-size: 30px;
  margin: 0;
  text-align: center;
  padding-bottom: 20px;
  color: #363a45;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 500;
}
.product-whatnew-circle {
  width: 12px;
  height: 12px;
  background: #f0f0f0;
  position: absolute;
  left: -5px;
  border-radius: 50%;
}
.ntd1 {
  top: 97px;
}
.ntd2 {
  top: 946px !important;
}
.ntd3 {
  top: 1589px !important;
}
.product-whatnew-title {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f7;
  margin: 24px 0 8px;
  line-height: 45px;
  padding: 0 20px;
  align-items: center;
}
.product-whatnew-title h2 {
  color: #3188cd;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.product-whatnew-title span {
  color: #666;
  font-size: 13px;
}
.product-whatnew-circle-item li {
  color: #666;
  padding: 4px 0;
  font-size: 13px;
  line-height: 24px;
  word-break: break-word;
}
.product-whatnew-circle-item {
  margin: 20px 0 20px 20px;
}
.product-whatnew-item-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.blue-color {
  color: #31aacd;
}
.pink-color {
  color: #cd317e;
}
.orgin-color {
  color: #cd8d31;
}

.products-tabs-box {
  position: relative;
}
.products-tabs-content h2 {
  font-size: 30px;
  margin: 0;
  text-align: center;
  padding-bottom: 70px;
  color: #363a45;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 500;
}
.products-tabs-bigbox {
  display: flex;
}
.products-tabs-box {
  width: 50%;
  /* height: 200px; */
  /* background-color: red; */
  /* border: 1px solid red; */
  margin: 10px auto;
  box-sizing: border-box;
  border-radius: 9px;
}
.products-tabs-bg {
  position: relative;
  width: 100%;
  background: url("../png/upgrade_bg.png") no-repeat;
  height: 146px;
  border-radius: 9px 9px 0 0;
  background-size: cover;
}
.products-tabs-contents {
  background: #f7f8fa;
  padding: 50px 70px;
  text-align: center;
  height: 200px;
}
.products-tabs-contents p {
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}
.products-tabs-contents a {
  font-weight: bold;
  color: #2b90ef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-tabs-contents i {
  background: url("../png/new_icon.png") no-repeat;
  width: 30px;
  height: 20px;
  display: inline-block;
  background-position: -260px -15px;
}
.products-tabs-books {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}
.products-tabs-books img {
  width: 100%;
}
.products-tabs-tips {
  background: url("../png/new_icon.png") no-repeat;
  width: 130px;
  height: 50px;
  position: absolute;
  top: 3%;
  right: -3%;
}
.products-tabs-tips2 {
  background: url("../png/new_icon.png") no-repeat;
  width: 130px;
  height: 50px;
  position: absolute;
  top: 3%;
  right: -16px;
  background-position: -123px 0px;
}

.amplification-icon {
  background: url("../png/flippdfplus_icon.png");
  width: 20px;
  height: 20px;
  background-position: -9px -43px;
  margin-left: 5px;
  cursor: pointer;
}
.amplification-icon:hover {
  background-position: -9px -69px;
}
.amplification-icon:active {
  background-position: -9px -95px;
}
.fade.in {
  background-color: rgba(0, 0, 0, 0.5);
}
.nav-tabs {
  border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  color: #000;
}
.nav-tabs > li > a {
  border: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: white;
  border: none;
}
.modal-dialog {
  width: 1282px;
  margin-top: 100px !important;
}
.colse-modal {
  position: absolute;
  right: 0;
  top: -50px;
  float: right;
  width: 45px;
  height: 45px;
  overflow: hidden;
}
.colse-modal img {
  margin-top: -44px;
  margin-left: -146px;
  cursor: pointer;
}
.colse-modal img:hover {
  margin-top: -96px;
  margin-left: -146px;
  cursor: pointer;
}
.colse-modal img:active {
  margin-top: -148px;
  margin-left: -146px;
  cursor: pointer;
}
.carousel-left {
  position: absolute;
  left: -100px;
  top: 43%;
  width: 45px;
  overflow: hidden;
  height: 65px;
}
.carousel-left img {
  margin-top: -46px;
  margin-left: -42px;
}
.carousel-left img:hover {
  margin-top: -122px;
  margin-left: -42px;
}
.carousel-left img:active {
  margin-top: -198px;
  margin-left: -42px;
}

.carousel-right {
  position: absolute;
  right: -100px;
  top: 43%;
  overflow: hidden;
  width: 45px;
  height: 65px;
}

.carousel-right img {
  margin-top: -46px;
  margin-left: -95px;
}
.carousel-right img:hover {
  margin-top: -122px;
  margin-left: -95px;
}
.carousel-right img:active {
  margin-top: -198px;
  margin-left: -95px;
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: -35px;
  }
}
.modal-dialog > .modal-content {
  padding: 20px 20px 50px 20px !important;
  border-radius: 0;
}
.carousel-indicators .active {
  background-color: #2b90ef;
}
.carousel-indicators li {
  background-color: #cbcbcb;
}
.carousel-inner {
  height: 100%;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  height: 100%;
}
.carousel {
  max-width: 1240px !important;
  height: 670px !important;
}

/* Features */
.products-features {
  padding: 0 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.product-features-wrap-border {
  border-bottom: 1px solid #f3f3f3;
}
.products-features-title {
  text-align: center;
  width: auto;
  margin: 70px 0 0;
  font-size: 36px;
  font-family: Calibri;
  font-weight: bold;
  color: #3188cd;
  line-height: 24px;
}
.products-features-subhead {
  position: relative;
}
.products-features-subhead > h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  margin-top: 50px;
}
.products-features-subhead > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 50px;
  text-align: center;
  border-top: 4px solid #000;
  margin-top: -16px;
}
.product-features-wrap {
  overflow: hidden;
  /* border-bottom: 1px solid #f3f3f3; */
  padding: 60px 0;
	display: flex;
}
.first-wrap {
  padding-top: 30px;
}
.product-features-wrap > .inner-wrap {
  position: relative;
  margin: 0 auto;
  /* max-width: 960px; */
}
.products-features > div:nth-of-type(odd) .product-features-wrap-img {
  text-align: right;
}
.products-features > div:nth-of-type(even) .product-features-wrap-img {
  text-align: left;
}
/* .product-features-wrap-left {
  float: left;
}
.product-features-wrap-right {
  float: right;
} */
.product-features-wrap-img,
.product-features-wrap-text {
  padding: 0 10px;
}
.product-features-wrap-img {
  text-align: center;
}
.product-features-wrap-text {
  width: 45%;
  position: relative;
  margin-top: 5%;
}
.product-features-wrap-content > h3 {
  margin: 0;
  font-weight: 700;
  color: #3b3b3b;
  line-height: 26px;
  padding: 17px 0;
  font-size: 24px;
}
.product-features-wrap-content > h3 > i {
  display: inline-block;
  width: 46px;
  height: 23px;
  vertical-align: bottom;
}
.icon-corp {
  background-position: -225px -10px;
}
.icon-pro {
  background-position: -279px -10px;
}
.product-features-wrap-content > p {
  color: #666;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 4px;
}
.product-features-wrap-content > a span {
  font-size: 16px;
  line-height: 36px;
  color: #569bd4;
}
.product-features-wrap-content > p strong,
.product-features-wrap-content > p span,
.product-features-wrap-content > p b {
  color: inherit;
  font-size: inherit;
}
.product-features-wrap-content > p a {
  color: #6aa7d9;
}
.product-features-wrap-content > p a:hover {
  text-decoration: underline;
}
.product-features-wrap-content > p > a {
  color: #666;
  text-decoration: underline;
}
.product-features-wrap-content > p > a:hover {
  color: #6aa7d9;
}
.product-features-wrap-content > .why-link {
  text-decoration: underline;
  color: #6aa7d9;
}
.product-features-wrap-content > .why-link a {
  color: #6aa7d9;
}
.product-features-wrap-content > .why-link a:hover {
  color: #668084;
}
@media (max-width: 820px) {
  .product-features-wrap-content > h1,
  .product-features-wrap-content {
    padding-top: 0;
  }
  /* .product-features-wrap-img img {
    width: 100%;
  } */
  .product-features-wrap-text {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .product-features-wrap-content > h1,
  .product-features-wrap-content {
    padding-top: 17px;
  }
  .product-features-wrap-left,
  .product-features-wrap-right {
    float: none;
  }
  .product-features-wrap-img,
  .product-features-wrap-text {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .product-features-wrap-img,
  .product-features-wrap-text {
    padding: 0;
  }
}

/* product-download */
.product-download {
  background: url("../png/download_bg-3.png");
  text-align: center;
  font-size: 0;
}

.product-download h3 {
  margin: 0;
  padding: 85px 0 10px;
  color: #ffffff;
  font-size: 40px;
}

.product-download span {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  color: #ffffff;
}

.product-download a {
  display: inline-block;
  margin: 0 10px 90px;
  padding: 18px;
  border-radius: 2px;
  background-color: #deeafb;
  font-size: 15px;
  font-weight: bold;
  color: #2b7eef;
}

.product-download a:hover {
  background-color: #ffffff;
}

.product-download a:active {
  background-color: #c0daff;
}

/* side-bar-menu */
.side-bar-menu {
  z-index: 10000;
  position: fixed;
  width: 226px;
  top: 33%;
}

.side-bar-menu .line {
  /* width: 14px; */
  /* height: 2px; */
  background: #000;
  opacity: 0;
  /* margin-left: 9px; */
  /* height: 40px; */
  /* width: 20px; */
}
.side-bar-menu li:nth-child(1) i {
  background-position: -14px 0px;
}

.side-bar-menu li:nth-child(2) i {
  background-position: -40px 0px;
}
.side-bar-menu li:nth-child(3) i {
  background-position: -68px 0px;
}
.side-bar-menu li:nth-child(4) i {
  background-position: -95px 0px;
}
.side-bar-menu li:nth-child(5) i {
  background-position: -121px 0px;
}
.side-bar-menu li:nth-child(6) i {
  background-position: -147px 0px;
}

/* .side-bar-menu i {
  display: inline-block;
  margin-left: 9px;
  height: 40px;
  width: 20px;
}
@media (max-width: 1550px) {
	.side-bar-menu i {
		display: inline-block;
	}
	.side-bar-menu .line {
		display: none;
	}
	.side-bar-menu-li-active  {
		background: #ebeef1;
	}
}

.side-bar-menu li:nth-child(1) i {
  background-position: -14px 0px;
}

.side-bar-menu li:nth-child(2) i {
  background-position: -40px 0px;
}
.side-bar-menu li:nth-child(3) i {
  background-position: -68px 0px;
}
.side-bar-menu li:nth-child(4) i {
  background-position: -95px 0px;
}
.side-bar-menu li:nth-child(5) i {
  background-position: -121px 0px;
}
.side-bar-menu li:nth-child(6) i {
  background-position: -147px 0px;
}

.side-bar-menu li {
  position: relative;
  width: 180px;
  margin-top: 10px;
  left: -300px;
  cursor: pointer;
  transition: left 0.5s;
  display: flex;
  align-items: center;
}

.side-bar-menu li:hover {
  background-color: #f5f7f9;
}

.side-bar-menu li:focus {
  background-color: #ebeef1;
}

.side-bar-menu span {
  /* position: absolute; */
  /* top: 25%; */
  /* margin-left: 8px;
  color: #999;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px; /* 250% */
/* }

.side-bar-menu a:hover {
  color: #666a78;
  text-decoration: none;
}  */

/* .side-bar-menu-li-active span {
  color: #000;
} */

/* .side-bar-menu-li-active .line {
  opacity: 1;
} */

.active {
  left: 10px !important;
}

.footer-wrap > p > a {
  color: #e5e6e9;
  text-decoration: none;
  cursor: pointer;
}
