/*--------------*\
			banner
\*--------------*/
#banner {
  background-image: url('../images/ntfs-to-fat32-converter/bg-banner.jpg');
}
#banner h1 {
  margin-bottom: 3%;
}
#banner ul {
  text-align: center;
  width: 100%;
}
#banner li {
  display: inline-block;
  padding-right: 3%;
}
#banner li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
#banner .container > a {
  width: 26%;
  margin-top: 2%;
}
#banner .container > a.one {
  margin-right: 2%;
}
@media only screen and (min-width: 1191px) {
  #banner {
    height: 400px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #banner ul {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #banner li {
    display: block;
  }
}
/*-----------------*\
	resize-partition
\*-----------------*/
.resize-partition .container {
  width: 90%;
  margin: 0 auto;
}
.resize-partition p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
}
.resize-partition ul {
  box-sizing: border-box;
  word-spacing: -4px;
  margin-top: 4%;
}
.resize-partition ul li {
  display: inline-block;
  box-sizing: border-box;
  word-spacing: normal;
  padding: 3%;
  width: 48%;
  border: 1px solid #ebf0f5;
  vertical-align: top;
  text-align: center;
}
.resize-partition ul li::before {
  content: "";
  display: block;
  width: 66px;
  height: 54px;
  background: url(/images/icon/icon8.png) no-repeat;
  margin: 0 auto 4%;
}
.resize-partition ul li.one {
  margin-right: 4%;
}
.resize-partition ul li.one::before {
  background-position-y: -423px;
}
.resize-partition ul li.two::before {
  background-position-y: -514px;
}
.resize-partition ul li p {
  line-height: 1.5;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .resize-partition ul li {
    display: block;
    width: 100% !important;
  }
  .resize-partition ul li.one {
    margin-bottom: 5%;
  }
}
/*-----------------*\
		compare-table	
\*-----------------*/
.compare-table {
  text-align: center;
}
.compare-table li,
.compare-table td,
.compare-table p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.compare-table table {
  text-align: left;
  width: 100%;
  margin-top: 2%;
}
.compare-table table td,
.compare-table table th {
  padding: 1% 2%;
  border-right: 1px solid #fff;
  background-color: #eaf4fc;
}
.compare-table table td:last-child,
.compare-table table th:last-child {
  border-right: none;
}
.compare-table table th {
  font-size: 20px;
  font-size: 2.0rem;
  color: #22252a;
  font-weight: normal;
}
.compare-table table td p {
  padding-left: 10px;
  line-height: 1.5;
  background: url('../images/icon/dot-gray.png') left center no-repeat;
}
.compare-table table tr.one td,
.compare-table table tr.three td {
  background-color: #e1f0fb;
}
.compare-table ul {
  box-sizing: border-box;
  word-spacing: -4px;
  margin-top: 3%;
}
.compare-table ul::after {
  content: "";
  display: table;
  clear: both;
  visibility: hidden;
  height: 0;
}
.compare-table ul > li {
  box-sizing: border-box;
  word-spacing: normal;
  display: inline-block;
  width: 48%;
}
.compare-table ul > li.two {
  margin-left: 4%;
  float: right;
}
.compare-table ul > li h6,
.compare-table ul > li h4 {
  font-size: 20px;
  font-size: 2.0rem;
  color: #1a1a1a;
  text-align: left;
}
.compare-table ul > li h6 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 2% 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .compare-table ul > li {
    display: block;
    width: 100%;
  }
  .compare-table ul > li.one {
    margin-bottom: 5%;
  }
}
/*-----------------*\
		main-product	
\*-----------------*/
.main-product .container {
  box-sizing: border-box;
  word-spacing: -4px;
}
.main-product .container h2 {
  word-spacing: normal;
}
.main-product .container > div {
  box-sizing: border-box;
  word-spacing: normal;
  vertical-align: middle;
}
.main-product .pic {
  width: 32%;
  margin-right: 0;
  text-align: right;
  padding-right: 8%;
}
.main-product .pic img {
  display: inline-block;
}
.main-product .txt {
  width: 68%;
  padding-left: 4%;
  border-left: 1px solid #ccc;
}
.main-product .txt p {
  margin-bottom: 2%;
}
.main-product .txt li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
@media only screen and (min-width: 768px) and (max-width: 1190px) {
  .main-product .pic,
  .main-product .txt {
    display: inline-block;
    margin-top: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .main-product .container > div {
    display: block;
    width: 100%;
  }
  .main-product .container > div.pic {
    text-align: center;
  }
  .main-product .container > div.txt {
    border-left: none;
  }
}
/*-----------------*\
		product-feature	
\*-----------------*/
.product-feature {
  background: #262e35 url('../images/ntfs-to-fat32-converter/bg-main.jpg') no-repeat center top;
  background-size: cover;
}
.product-feature h2,
.product-feature h4 {
  color: #fff;
}
.product-feature .main-nav-menu li {
  width: 24%;
}
.product-feature .main-menu-content {
  padding-left: 0;
}
.product-feature .main-menu-content li,
.product-feature .main-menu-content p,
.product-feature .main-menu-content .note {
  color: rgba(255, 255, 255, 0.7);
}
.product-feature .main-menu-content .note,
.product-feature .main-menu-content li {
  font-size: 14px;
  font-size: 1.4rem;
}
.product-feature .main-menu-content.one {
  box-sizing: border-box;
  word-spacing: -4px;
}
.product-feature .main-menu-content.one > div {
  box-sizing: border-box;
  word-spacing: normal;
  display: inline-block;
  width: 48%;
  padding: 2%;
  border: 1px solid #272f36;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  vertical-align: top;
}
.product-feature .main-menu-content.one > div img {
  display: inline-block;
}
.product-feature .main-menu-content.one > div ul {
  padding-left: 10%;
  text-align: left;
  margin-bottom: 4%;
}
.product-feature .main-menu-content.one > div.left {
  margin-right: 4%;
}
.product-feature .main-menu-content.one h4 {
  padding-bottom: 2%;
}
.product-feature .main-menu-content.one .note {
  padding-top: 3%;
  text-align: left;
}
.product-feature .main-menu-content.two {
  text-align: center;
}
.product-feature .main-menu-content.two > p {
  font-size: 14px;
  font-size: 1.4rem;
}
.product-feature .main-menu-content.two .btn-group a {
  width: 24%;
}
.product-feature .main-menu-content.two .btn-group a.download-blue {
  margin-right: 3%;
}
.product-feature .swiper-container {
  margin-top: 2%;
}
.product-feature .swiper-container h5 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 3%;
}
.product-feature .swiper-container .swiper-pagination {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1190px) {
  .product-feature .main-nav-menu li {
    width: 32%;
  }
  .product-feature .main-menu-content ul li {
    height: auto;
    padding: 0 0 0 12px;
  }
  .product-feature .swiper-container .swiper-pagination {
    display: block;
    bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-feature .main-menu-content ul li {
    height: auto;
    padding: 0 0 0 12px;
  }
  .product-feature .main-menu-content.one > div {
    display: block;
    width: 100%;
  }
  .product-feature .swiper-container .swiper-pagination {
    display: block;
    bottom: 0;
  }
}
/*-----------------*\
		articles-list	
\*-----------------*/
.articles-list {
  color: #666;
}
.articles-list p {
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}
.articles-list h4 {
  text-align: center;
  color: #333;
  font-size: 20px;
  font-size: 2.0rem;
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: 1px solid #e5e5e5;
}
.articles-list ul {
  box-sizing: border-box;
  word-spacing: -4px;
  margin-top: 2%;
}
.articles-list ul > li {
  box-sizing: border-box;
  word-spacing: normal;
  display: inline-block;
  width: 31%;
  border: 1px solid #ebf0f5;
  padding: 2% 3%;
  margin-right: 3.5%;
  vertical-align: top;
}
.articles-list ul > li li {
  padding-left: 17px;
  background: url(/images/icon/icon-small.png) no-repeat left -181px;
}
.articles-list ul > li li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  color: #666;
}
.articles-list ul > li li a:hover {
  color: #2280e1;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1190px) {
  .articles-list .center-block {
    width: 98%;
  }
  .articles-list .center-block ul > li {
    padding: 2%;
  }
  .articles-list .center-block ul > li li a {
    color: #2280e1;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .articles-list ul > li {
    margin-bottom: 5%;
  }
  .articles-list ul > li.three {
    margin-bottom: 0;
  }
}

