@import "product_global.css";

.overview h3 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 50px;
}
.overview .overview-banner {
  min-height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.overview .overview-banner .cover {
  text-align: center;
  padding: 70px 0;
  min-height: 450px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.3);
}
.overview .overview-banner .cover img {
  display: inline-block;
  height: 80px;
  margin-bottom: 20px;
}
.overview .overview-banner .cover h1 {
  font-size: 50px;
  margin-bottom: 15px;
  color:#ACCF33
}
.overview .overview-banner .cover h1 span {
  font-size: 24px;
  margin-bottom: 15px;
  color:#ACCF33
}
.overview .overview-banner .cover h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color:#ACCF33
}
.overview .overview-banner .cover h2 span {
  font-size: 24px;
  margin-bottom: 15px;
  color:#ACCF33
}
.overview .overview-banner .cover h3 {
  font-size: 27px;
  margin-bottom: 15px;
  color:#ACCF33
}
.overview .overview-banner .cover h3 span {
  font-size: 20px;
  margin-bottom: 15px;
  color:#ACCF33
}
.overview .overview-banner .cover h4 {
  font-size: 19px;
  margin-bottom: 15px;
  color:#FFFFFF
}
.overview .overview-banner .cover span.icon_win,.overview .overview-banner .cover span.icon_mac{background:url(../images/icon/os-list.png) 0 0 no-repeat;width:46px;height:58px;display:inline-block;vertical-align:middle;}
.overview .overview-banner .cover span.icon_mac{background-position: -65px 0;}
.overview .overview-banner .cover .des {
  font-size: 26px;
  margin-bottom: 20px;
}
.overview .overview-banner .cover .des3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.overview .overview-banner .cover .banner_recommend {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 25px;
  border: 1px solid #efefef;
  margin-bottom: 20px;
  color: #fff;
}
.overview .overview-banner .cover .banner_recommend a {
  color: #009bdb;
}
.overview .overview-banner .cover .button-area {
  margin-top: 60px;
}
.overview .overview-banner .cover .button-area a.on {
  display: inline-block;
}
.overview .overview-banner .cover .button-area a {
  width: 280px;
  line-height: 38px;
  padding: 5px 20px;
  line-height: 35px;
  border: 1.5px solid;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  border-radius: 4px;
  font-size: 21px;
  margin: 0 10px;
  color: #ffffff;
}
.overview .overview-banner .cover .button-area a em {
  position: relative;
  top: 1px;
  margin-right: 10px;
  color: inherit;
  font-size: inherit;
}
.overview .overview-banner .cover .button-area a.download {
  /* border-color: #009bdb; */
  background-color: #ff7200;
  border:none;
}
.overview .overview-banner .cover .button-area a.download:hover {
  background-color: #ff5400;
}
.overview .overview-banner .cover .button-area a.buy {
  border-color: #ffffff;
  background-color: transparent;
}
.overview .overview-banner .cover .button-area a.buy:hover {
  background-color: #009bdb;
}
.overview .download-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.overview .download-dropdown:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 8px;
}
.overview .download-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  margin-top: 8px;
  padding: 0;
  background: #fff;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.3s;
}
.overview .download-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  margin-left: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.overview .download-menu a {
  display: block;
  color: #333;
  line-height: 1.35em;
}
.overview .download-menu a:hover {
  color: #ff7200;
  background: #fff6ee;
  text-decoration: none;
}
.overview .download-menu strong {
  display: block;
}
.overview .download-menu a span {
  display: block;
  margin-top: 3px;
  color: #777;
  font-size: 12px;
}
.overview .download-menu-head {
  height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid #f0f0f0;
  color: #666;
  font-size: 14px;
  line-height: 42px;
  text-align: left;
}
.overview .download-help {
  position: relative;
  display: flex !important;
  float: right;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-top: 9px;
  color: #999;
  border: none;
  border-radius: 50%;
  font-size: 0;
  line-height: 1;
  text-align: center;
  cursor: help;
  transition: 0.2s;
}
.overview .download-help:hover {
  color: #ff7200;
  background: #fff4e8;
}
.overview .download-help-icon {
  display: block;
  width: 20px;
  height: 20px;
  color: currentColor;
  pointer-events: none;
}
.overview .download-help-text {
  position: absolute;
  display: block !important;
  right: 0;
  top: 100%;
  z-index: 25;
  width: 192px;
  margin-top: 8px;
  padding: 8px 12px;
  color: #fff;
  background: #37383a;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.25);
  font-size: 12px;
  font-weight: normal;
  line-height: 1.625em;
  text-align: center;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: 0.2s;
  pointer-events: none;
}
.overview .download-help:hover .download-help-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.overview .download-help-text span {
  display: inline;
  margin-top: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.overview .download-help-line {
  display: block;
}
.overview .download-help-line:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}
.overview .download-help-text .download-help-apple {
  display: inline-block;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin: 0;
  background: url(../images/icon/mac-white.png) center/contain no-repeat;
  line-height: 0;
  vertical-align: middle;
}
.overview .download-item {
  position: relative;
  border-bottom: 1px solid #f4f4f4 !important;
}
.overview .download-item:last-child {
  border-bottom: none !important;
}
.overview .download-item.selected {
  background: #fff3e8;
}
.overview .download-item.selected:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 14px;
  margin-top: -9px;
  border-right: 2px solid #ff7200;
  border-bottom: 2px solid #ff7200;
  transform: rotate(45deg);
}
.overview .download-dropdown.open .download-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.overview .overview-banner .cover .button-area .download-dropdown {
  margin: 0 10px;
}
.overview .overview-banner .cover .button-area .download-dropdown a.download {
  margin: 0;
  padding-right: 48px;
  position: relative;
  transform: translateZ(0);
  transition: background-color 0.3s, transform 0.18s, box-shadow 0.18s;
}
.overview .overview-banner .cover .button-area .download-dropdown a.download:active,
.overview .overview-banner .cover .button-area .download-dropdown a.download.download-pressed {
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18) inset;
  transform: translateZ(0) scale(0.98);
}
.overview .overview-banner .cover .button-area .download-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
.overview .overview-banner .cover .button-area .download-menu {
  width: 100%;
  min-width: 300px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.overview .overview-banner .cover .button-area .download-menu a {
  display: block;
  width: auto;
  margin: 0;
  padding: 12px 18px;
  line-height: 1.35em;
  border: none;
  border-radius: 0;
  color: #333;
  font-size: 15px;
  text-align: left;
}
.overview .overview-banner .cover .button-area .download-menu a:hover {
  color: #ff7200;
  background: #fff6ee;
  text-decoration: none;
}
.overview .overview-banner .cover .button-area .download-menu strong {
  font-size: 16px;
}
.overview .overview-banner .cover .button-area .download-dropdown.open .download-arrow {
  margin-top: -3px;
  transform: rotate(225deg);
}
.overview .overview-banner .cover ol { list-style: none; margin: 0 auto; width: 680px; padding: 15px 0 0 30px; }
.overview .overview-banner .cover ol li { float: left; min-width: 270px;}
.overview .overview-banner .cover ol li:nth-child(1) { padding-left: 35px; }
.overview .overview-banner .cover ol li a { color: #F90;  text-decoration:none; }
.overview .overview-banner .cover ol li a:hover {color:#ff7200; text-decoration: underline; }
.overview .overview-banner .cover #demo {
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 20px;
}
.overview .overview-banner .cover #demo em {
  font-size: inherit;
  color: inherit;
  position: relative;
  margin-left: 10px;
  top: 1px;
}
.overview .overview-banner .des2 {
  font-size: 16px;
  margin-top: 30px;
  color:fff;
}
.overview .overview-banner .des2  span{
  margin: 0 15px 0 10px;
  font-size: 18px;
  color: #ACCF33
}
.overview .overview-banner .des2 a{color:#ACCF33;text-decoration:underline;}
.overview .overview-banner .des2 a:hover{color:#4bcaff;text-decoration:underline;}

.overview .overview-banner .des4 {
  font-size: 10px;
  margin-top: 30px;
  color:fff;
}
.overview .overview-banner .des4  span{
  margin: 0 15px 0 10px;
  font-size: 18px;
  color: #ACCF33
}
.overview .overview-banner .des4 a{color:#ACCF33;text-decoration:underline;}
.overview .overview-banner .des4 a:hover{color:#4bcaff;text-decoration:underline;}

.overview .overview-banner .des5 {
  font-size: 13px;
  margin-top: 30px;
  color:fff;
}
.overview .overview-banner .des5  span{
  margin: 0 15px 0 10px;
  font-size: 16px;
  color: #ACCF33
}
.overview .overview-banner .des5 a{color:#ACCF33;text-decoration:underline;}
.overview .overview-banner .des5 a:hover{color:#4bcaff;text-decoration:underline;}

.overview .feature-tag{margin:0 auto; padding: 10px 0;background: rgba(0, 0, 0, 0.3);}
.overview .feature-tag dl{float:left;width:20%; text-align:center;}
.overview .feature-tag-col7 dl{width:14%;}
.overview .feature-tag-col6 dl{width:16%;}
.overview .feature-tag-col5 dl{width:20%;}
.overview .feature-tag-col4 dl{width:25%;}
.overview .feature-tag dd{padding-bottom:10px;}
.overview .feature-tag dt{ font-size:14px;}
.overview .feature-tag dl a{color:#fff;}
.overview .feature-tag dl a:hover{ text-decoration:none;color:#4bcaff;}
@media (max-width: 830px) {
    .overview .feature-tag{width:90%;padding:40px 5%;}
}
@media (max-width: 479px) {
    .overview .feature-tag dl{width:33.3%;margin-top:15px;}
}
@media (max-width: 375px) {
    .overview .feature-tag dl{width:100%;margin-top:15px;}
    .overview .feature-tag dt{font-size:12px;}
}

.overview .top-review{padding:40px 0;background:#eaeaea;border-top:5px solid #009bdb;}
.overview .top-review .left{float:left;width:60%; text-align:center;padding:0 5%;}
.overview .top-review .left .dd{ font-size:14px; line-height:1.6em;font-family: 'ProximaNova-semiBold';}
.overview .top-review .left .dd span{ font-size:12px; font-style: oblique; line-height:1.6em;font-family: 'ProximaNova-semiBold';}
.overview .top-review .right{float:left;width:35%; text-align:center;margin-top:15px;}
.overview .top-review .right .rating{display:inline-block;*display:inline; zoom:1; *margin-bottom:3px;}
.overview .top-review .right .rating span {font-size:32px;color:#ff7200;}
.overview .top-review .right .txt{ font-size:20px;}
.overview .top-review .right .txt span{color:#67419e;}
.overview .top-review .right .number{ font-size:18px;margin-top:20px;}
.overview .top-review .right .number a{color:#009bdb; text-decoration:underline;}
.overview .top-review .right .dd{ font-size:14px; line-height:1.6em;font-family: 'ProximaNova-semiBold';}

.overview .star-features .feature {
	padding: 60px 0;
	color: #333;
}
.overview .star-features .feature .left {
  width: 49%;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.overview .star-features .feature .image {
  text-align: center;
}
.overview .star-features .feature .right {
  width: 49%;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.overview .star-features .feature .sub-title {
  font-size: 28px;
  color: #333333;
  margin-bottom: 25px;
}
.overview .star-features .feature .sub-title span {
  font-size: 18px;
  color: #333333;
  margin-bottom: 25px;
}
.overview .star-features .feature .sub-con {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.overview .star-features .feature .sub-con span {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}
.overview .star-features .feature a {
  font-size: 16px;
  color: #009bdb;
  text-decoration:underline;
}
.overview .star-features .feature a:hover {
  color: #4bcaff;
}
.overview .star-features .feature::after {
  content: "";
  display: block;
  clear: both;
}
.overview.star-features .f-1 {
  background-color: #F5F5F5;
}
.overview .star-features .f-3 {
  background-color: #152333;
}
.overview .star-features .f-3 p {
  color: #FFFFFF !important;
}
.overview .star-features .f-3 a:hover {
  color: #FFFFFF;
}
.overview .star-features .f-6 {
  background-color: #152333;
}
.overview .star-features .f-6 p {
  color: #FFFFFF !important;
}
.overview .star-features .f-6 a:hover {
  color: #FFFFFF;
}
.overview .star-features .f-5 {
  background-color: #F5F5F5;
}

.overview .manual .toolbox {
  padding: 60px 0;
  text-align: center;
}
.overview .manual .toolbox p {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  width: 70%;
  margin: 0 auto 15px;
}
.overview .manual .toolbox a {
  width: 180px;
  height: 44px;
  line-height: 43px;
  display: inline-block;
  /* border: 1px solid #009bdb; */
  background-color: #009bdb;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}
.overview .manual .toolbox a:hover {
  opacity: 0.6;
}
.overview .manual .toolbox a::after {
  content: "↓";
  color: inherit;
  position: relative;
  top: -1px;
  margin-left: 15px;
  font-size: inherit;
}
.overview .manual .toolbox .tools {
  margin-top: 10px;
}
.overview .manual .toolbox .tools .tool {
  width: 33%;
  float: left;
  padding: 0 5%;
  margin-top: 50px;
}
.overview .manual .toolbox .tools .tool img {
  height: 60px;
  display: inline-block;
  margin-bottom: 20px;
}
.overview .manual .toolbox .tools .tool .p1 {
  font-size: 22px;
  width: 100%;
  margin-bottom: 0px;
}
.overview .manual .toolbox .tools .tool .p2 {
  font-size: 14px;
  width: 100%;
  margin-bottom: 0;
}
.overview .manual .toolbox .tools::after {
  content: "";
  display: block;
  clear: both;
}

.overview .sceenshots{background:#152333;}
.overview .sceenshots h3 {color: #fff;margin-bottom: 50px;}
.overview .sceenshots  img {vertical-align: middle; max-width: 100%;}
.overview .sceenshots div {display: block;}
.overview .sceenshots {padding:60px 0; text-align:center; color:#fff;}
.overview .sceenshots p {padding:20px 20% 0;}
.overview .sceenshots .screeCont {background-image:url(http://www.easefab.com/images/banner/screenshot-view.png); background-repeat: no-repeat;background-position:center 0; height:420px;padding:20px 0 60px 0;}
.overview .sceenshots .screeCont_img {width:555px; margin:0 auto; position:relative; z-index:1;}
.overview .sceenshots .flex-control-paging { position:absolute; z-index:2; left:0; bottom:-100px; width:100%; text-align:center; margin:0; padding:0;}
.overview .sceenshots .flex-control-paging li {display:inline-block; padding:0 5px;}
.overview .sceenshots .flex-control-paging li a {display:block; width:10px; height:10px; border-radius:100px; overflow:hidden; text-indent:-9999px; background:#fff; cursor:pointer;}
.overview .sceenshots .flex-control-paging li a.flex-active { background:#009bdb;}
.overview .sceenshots .flex-control-paging li a:hover { background: #4bcaff;}
.overview .sceenshots .screeCont_txt {margin-top:30px;}

.converting_easy{background: url(https://www.easefab.com/images/banner/bg3.png) no-repeat bottom left;padding: 60px 0;text-align: center;}
i{display: inline-block;background: url(https://www.easefab.com/images/banner/pro-icon.png);}
.converting_easy h2{color: #4c5562;margin-bottom: 70px;}
.converting_easy_slide{max-width:1060px;width: 100%;margin: auto;position: relative;}
.converting_easy_slide>i{position: absolute;top: 50%;height:102px;width:38px;margin-top:-104px;cursor: pointer;}
.converting_easy_slide>i.left{background-position-y: -152px;left: 0;}
.converting_easy_slide>i.right{background-position-y: -254px;right:0;}
.converting_easy_slide_box{max-width: 800px;width:100%;display: flex;flex-wrap: nowrap;margin: auto;overflow: hidden;}
.converting_easy_slide_box>div>img{max-height:447px;margin:auto;}
.converting_easy_slide_box>div{flex-grow: 0;flex-shrink: 0;}
.converting_easy_slide_box>div>div{max-width:770px;width: 100%;margin: 64px auto 0;align-items: center;}
.converting_easy_slide_box>div>div>div{max-width: 660px;width: 100%;}
.converting_easy_slide_box>div>div>div span{font-size: 24px;color: #4c5562;display: block;margin-bottom: 22px;}
.converting_easy_slide_box>div>div>div p{font-size:16px;color: #666f7b;line-height: 30px;text-align: left;}
@media screen and (min-width: 1920px){
    .converting_easy{background-size: 100% auto;}
}
@media screen and (max-width: 1180px){
    .converting_easy_slide>i{top:35%;}
    .converting_easy{background: none;}
    .converting_easy_slide_box{max-width:630px;}
    .converting_easy_slide_box>div>img{height:auto !important;max-height:800px;}
}
@media screen and (max-width: 830px){
    .converting_easy_slide_box{max-width:630px;}
    .converting_easy_slide_box>div{width:100%;}
    .converting_easy_slide_box>div>div>div{max-width:520px;}
    .converting_easy_slide>i.left{left: -35px;}
    .converting_easy_slide>i.right{right:-35px;}
}
@media screen and (max-width: 630px){
    .converting_easy_slide{padding-bottom:0px !important;}
    .converting_easy_slide_box>div>div{margin-top:40px;}
    .converting_easy_slide_box>div>div img{margin:auto;}
    .converting_easy_slide_box>div>div>div span{margin-top:22px;text-align: center;}
    .converting_easy_slide_box>div>div>div p{text-align: center;}
    .converting_easy_slide>i{height:50px;width:20px;top:27%;}
    .converting_easy_slide>i.left{background-position-y: -578px;}
    .converting_easy_slide>i.right{background-position-y: -628px;}
    .converting_easy_slide>i.left{left: -25px;}
    .converting_easy_slide>i.right{right:-25px;}
    .converting_easy h2{margin-bottom:30px;}
}

.overview .tech-spec {
  padding: 60px 0;
  background-color:#f5f5f5;
}
.overview .tech-spec h3 {
  color: #1e2432;
}
.overview .tech-spec .ts-content .left {
  width: 47%;
  height: 292px;
  float: left;
  background-color: #fff;
  box-shadow: 1px 1px 4px #d8d8d8;
  -webkit-box-shadow: 1px 1px 4px #d8d8d8;
  -moz-box-shadow: 1px 1px 4px #d8d8d8;
  padding: 40px;
}
.overview .tech-spec .ts-content .right {
  padding: 40px;
  width: 47%;
  height: 292px;
  float: right;
  background-color: #fff;
  box-shadow: 1px 1px 4px #d8d8d8;
  -webkit-box-shadow: 1px 1px 4px #d8d8d8;
  -moz-box-shadow: 1px 1px 4px #d8d8d8;
}
.overview .tech-spec .ts-content .right .spec {
  margin-bottom: 15px;
}
.overview .tech-spec .ts-content .right .spec:last-child {
  margin-bottom: 0;
}
.overview .tech-spec .ts-content p {
  font-size: 16px;
  color: #555555;
  width: 80%;
  line-height: 26px;
}
.overview .tech-spec .ts-content p a {
  color: #009bdb;
}
.overview .tech-spec .ts-content strong {
  font-size: 24px;
  color: #555555;
  font-weight: normal;
  margin-right: 50px;
  color: #ff7200;
}
.overview .tech-spec .ts-content .btn-download,
.overview .tech-spec .ts-content .btn-buy {display:inline-block;background:url(../images/icon/btnImg.png) no-repeat 0 0 #0febc0; border-radius:5px; font-size:16px; line-height:1em; font-weight:bold; color:#333 !important; padding:15px 30px 11px 50px; box-shadow:0 3px 5px #ccc;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.overview .tech-spec .ts-content .btn-download {background-position:17px -7px;border:solid 2px #0febc0;margin-top:20px;}
.overview .tech-spec .ts-content .btn-buy {background-position:17px -126px; background-color:#fff;border:solid 2px #ff7200;}
.overview .tech-spec .ts-content .btn-download:hover {text-decoration:none; background-color:#0ef9e2;border:solid 2px #0ef9e2;color:#333 !important;}
.overview .tech-spec .ts-content .btn-buy:hover {text-decoration:none; background-color:#ff7200;border:solid 2px #ff7200;color:#333 !important;}
.overview .tech-spec .ts-content .download-dropdown {
  margin-top: 20px;
}
.overview .tech-spec .ts-content .download-dropdown .btn-download {
  position: relative;
  margin-top: 0;
  padding-right: 50px;
  transform: translateZ(0);
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, transform 0.18s, box-shadow 0.18s;
}
.overview .tech-spec .ts-content .download-dropdown .btn-download:active,
.overview .tech-spec .ts-content .download-dropdown .btn-download.download-pressed {
  box-shadow: 0 5px 14px rgba(15, 235, 192, 0.24) inset;
  transform: translateZ(0) scale(0.98);
}
.overview .tech-spec .ts-content .download-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: 0.3s;
}
.overview .tech-spec .ts-content .download-menu {
  width: 200px;
  min-width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}
.overview .tech-spec .ts-content .download-menu a {
  padding: 12px 18px;
}
.overview .tech-spec .ts-content .download-menu strong {
  margin-right: 0;
  color: inherit;
  font-size: 16px;
  font-weight: bold;
}
.overview .tech-spec .ts-content .download-dropdown.open .download-arrow {
  margin-top: -2px;
  transform: rotate(225deg);
}
.overview .tech-spec .ts-content .ts-title {
  font-size: 24px;
  color: #152333;
}
.overview .tech-spec .ts-content ul {
  margin-top: 10px;
}
.overview .tech-spec .ts-content ul li span {
  font-size: 16px;
  line-height: 28px;
  color: #152333;
  display: inline-block;
  width: 90%;
  vertical-align: top;
}
.overview .tech-spec .ts-content ul li span a {
  color: #009bdb;
}
.overview .tech-spec .ts-content ul li span a:hover {
  color: #152333;
}
.overview .tech-spec .ts-content ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #152333;
  border-radius: 50%;
  vertical-align: top;
  position: relative;
  top: 11px;
  margin-right: 10px;
}
/* trust-us */
.overview .trust{padding:60px 0;}
.overview .trust .row-fluid {width:auto;margin:0 auto;*zoom: 1;overflow:hidden;margin-top: 20px !important;}
.overview .trust .row-fluid:before,.overview .trust .row-fluid:after {display: table;line-height: 0;content: "";} 
.overview .trust .row-fluid .span{float: left; display: block; margin-left: 2.564102564102564%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
.overview .trust .row-fluid .span img{max-width: 100%;-ms-interpolation-mode: bicubic;}
.overview .trust .row-fluid p {
  font-size: 16px;
  color: #152333;
  line-height: 28px;
  margin-bottom: 10px;
  text-align:center;
}
.overview .trust .row-fluid .span:first-child {margin-left: 0;}
.overview .trust .row-fluid .span2 { width: 48.717948717948715%;  }/*border====   margin-left:0\9; width:48%\9;*width:47.7%; margin-right:2%\9;*/
.overview .trust .row-fluid .span3 { width: 31.623931623931625%;  }/*padding:0 0 0 4%; margin-left:0; width:31.96%;* width:28%;*/
/*border====    margin-left:0\9; width:31.29%\9;*width:31.14%; margin-right:2%\9;*/
.overview .trust .row-fluid > .span2:nth-of-type(2n+1),.row-fluid > .span3:nth-of-type(3n+1),.overview .trust .row-fluid > .span5:nth-of-type(5n+1) { margin-left: 0;}
.overview .trust .row-fluid > .span2:nth-of-type(2n+1),.overview .trust .row-fluid > .span3:nth-of-type(3n+1){ clear:both;}
.overview .trust .row-fluid .span4 { width: 23.076923076923077%;}/* padding:0 1%; margin-left:0; width:24.99%;* width:22.8%;*/
.overview .trust .row-fluid .span4:nth-of-type(4n+1){ margin-left:0; clear:both}
.overview .trust .row-fluid .span5 {  width: 17.90%;padding:0 0 0 4%\9; margin:0 0 0 2.564102564102564%; width:19.2%\9;* width:15%;}

.overview .tutorials {
  padding: 60px 0;
  background-color: #2D364B;
}
.overview .tutorials h3 {
  color: #F5F5F5;
}
.overview .tutorials h3 a{
  color: #F5F5F5;
  font-size: 18px;
}
.overview .tutorials ul {
  display: block;
  width: 50%;
  float: left;
  padding-left:10%;
}
.overview .tutorials ul li {
  margin-bottom: 10px;
}
.overview .tutorials ul li a {
  font-size: 16px;
  color: #F5F5F5;
  display: inline-block;
  width: 90%;
  vertical-align: top;
}
.overview .tutorials ul li a:hover {
  color: #4bcaff;
}
.overview .tutorials ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  position: relative;
  background-color: #009bdb;
  border-radius: 50%;
  margin-right: 10px;
  top: 8px;
  vertical-align: top;
}

.overview .more-products {
  padding: 60px 0;
}
.overview .more-products h3 {
  color: #444444;
}
.overview .more-products .products-list .box {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 30px 20px;
  border-right: 1px solid #e0e0e0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.overview .more-products .products-list .box .p-title {
  font-size: 22px;
  color: #000000;
  margin-bottom: 10px;
}
.overview .more-products .products-list .box .p-info {
  font-size: 14px;
  color: #152333;
  width: 90%;
  margin: 0 auto 20px;
}
.overview .more-products .products-list .box img {
  display: block;
  height: 70px;
  margin: 0 auto 20px;
}
.overview .more-products .products-list .box:last-child {
  border: none;
}
.overview .more-products .products-list .box.active {
  padding: 40px 30px;
}
.overview .more-products .products-list .box.active .p-title {
  font-size: 28px;
}
.overview .more-products .products-list .box.active .p-info {
  font-size: 16px;
  color: #1E2432;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.3) !important;
}
.fancybox-skin {
  background-color: #1E2432 !important;
  border-radius: 0;
}

@media (max-width: 1366px) {
  .overview-banner .cover {
    padding-top: 30px;
  }
}

@media (max-width: 979px) {
  .overview .top-review .left{width:65%;padding:0;}
  .overview .top-review .right{float:right;}
}

@media (max-width: 768px) {
  .overview h3 {
    font-size: 28px;
  }
  .overview .star-features .feature {
    padding: 40px 0 !important;
  }
  .overview .star-features .feature .left {
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  .overview .star-features .feature .right {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .overview .star-features .feature .sub-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
  }
  .overview .star-features .feature h1 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
  }
    .overview .star-features .feature h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
  }
  .overview .star-features .feature .sub-con {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
  }
  .overview .star-features .feature a {
    font-size: 16px;
    color: #009bdb;
    display: inline-block;
    margin-top: 13px;
  }
  .overview .star-features .feature a:hover {
    color: #333333;
  }
  .overview .star-features .feature::after {
    content: "";
    display: block;
    clear: both;
  }
  
  .overview .manual .toolbox {
    padding: 40px 0;
  }
  .overview .manual .toolbox p {
    width: 100%;
  }
  .overview .manual .toolbox .tools .tool {
    padding: 0 3%;
  }

  .overview .sceenshots p {padding:20px 0 0 0;}

  .overview .tech-spec {
    padding: 40px 0;
  }
  .overview .tech-spec .ts-content .right {
    height: auto;
  }
  .overview  .tech-spec .ts-content .left {
    height: auto;
  }

  .overview .trust .row-fluid .span3 {  width: 48.717948717948715%; }
  .overview .trust .row-fluid > .span3:nth-of-type(3n+1) { margin-left:  2.564102564102564%; clear:none }
  .overview .trust .row-fluid > .span3:nth-of-type(2n+1),.overview .trust .row-fluid .span4:nth-of-type(2n+1) { margin-left: 0; clear:both }
  .overview .trust .row-fluid .span4 { width: 48.717948717948715%;margin-left:0; margin-bottom:15px;}/*width: 48.717948717948715%; margin-left:0; margin-bottom:15px;*/

  .overview .tutorials {
    padding: 40px 0;
  }
  .overview .more-products {
    padding: 40px 0;
  }
  .overview .more-products .products-list .box {
    width: 300px !important;
    height: auto !important;
    display: block !important;
    float: none !important;
    margin: 0 auto 20px !important;
    padding: 30px 20px !important;
    position: static !important;
    border-right: none;
    border-bottom: 1px solid #E0E0E0;
  }
  .overview .more-products .products-list .box .down {
    display: block;
    margin: 0 auto 20px;
  }
  .overview .more-products .products-list .box .down:last-child {
    margin-bottom: 0;
  }
  .overview .more-products .products-list .box:last-child {
    margin-bottom: 0 !important;
    border-bottom: none;
  }
}
@media (max-width: 479px) {
  .overview h3 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  .overview .overview-banner {
    min-height: unset;
  }
  .overview .overview-banner .cover {
    padding: 40px 0;
    min-height: unset;
  }
  .overview .overview-banner .cover img {
    height: 40px;
    margin-bottom: 10px;
  }
  .overview .overview-banner .cover h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .overview .overview-banner .cover p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .overview .overview-banner .cover .banner_recommend {
    padding: 8px;
    font-size: 14px;
  }
  .overview .overview-banner .cover .button-area {
    margin: 10px auto;
  }
  .overview .overview-banner .cover #demo {
    margin-bottom: 0;
  }
  .overview .overview-banner .cover .button-area a.buy {
    margin-top:10px;
  }
  .overview .overview-banner .cover .button-area .download-dropdown {
    display: block;
    width: 280px;
    margin: 0 auto;
  }
  .overview .tech-spec .ts-content .download-dropdown .download-menu {
    width: 100%;
  }

  .overview .overview-feature .col-md-4{width:100%;}
  .overview .overview-feature .col-md-5{width:100%;}

  .overview .top-review .left{float:none;width:auto; text-align:center;}
  .overview .top-review .right{float:none;width:auto;margin-top:20px;}
  
  .overview .star-features .feature .sub-title {
    font-size: 18px;
  }
  .overview .manual .toolbox p {
    font-size: 16px;
  }
  .overview .manual .toolbox .tools .tool {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .overview .sceenshots .screeCont {background-position:-100% -100%; height:auto;}
  .overview .sceenshots .screeCont_img {width:auto;}
  .overview .sceenshots .flex-control-paging  {bottom:-30px;}
  
  .overview .tech-spec {
    padding: 40px 0 !important;
  }
  .overview .tech-spec .ts-content p {
    width: 100%;
  }
  .overview .tech-spec .ts-content .ts-title {
    font-size: 18px;
  }
  .overview .tech-spec .ts-content .left {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .overview .tech-spec .ts-content .right {
    width: 100%;
    padding: 20px;
  }
  .overview .tech-spec .ts-content ul li span {
    font-size: 14px;
  }
  
  .overview .trust .row-fluid .span { width: 100% !important;margin-left: 0 !important;  }
  .overview .tutorials {
    padding: 40px 0;
  }
  .overview .tutorials ul {
    width: 100%;
    float: none;
  }
  .overview .tutorials ul li a {
    font-size: 14px;
  }
  .overview .more-products .products-list .box {
    width: 100% !important;
    padding: 20px !important;
  }
  .overview .more-products .products-list .box .p-title {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  .overview .more-products .products-list .box .p-info {
    margin-bottom: 20px !important;
  }
  .overview .more-products .products-list .box img {
    height: 60px;
    margin-bottom: 10px;
  }
  .overview .more-products .products-list .box .down {
    margin-bottom: 10px;
  }
  .fancybox-inner {
    height: auto !important;
  }
  .iframe-frame {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
  #video-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.ad-plugin-container {height: 40px; line-height: 40px; background-color: #009bdb; position: relative;overflow: hidden; transition: background .3s; }
.ad-plugin-container a {color: #fff; font-size:16px;}
.ad-plugin-container a:hover {text-decoration: underline;}
.ad-plugin-container .underline { text-decoration: underline; }
.ad-plugin-container #close-ad { position: absolute; right: 8px; top: 65%; transform: translateY(-50%); cursor: pointer; transition: opacity .3s; }
.ad-plugin-container #close-ad:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
@media (max-width: 768px) {
  .ad-plugin-container a {font-size:14px;}
}
