body {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.container-fluid {
  padding: 0 30px;
}
article {
  margin-top: 107px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 100;
}
header h1 {
  display: inline-block;
  margin: 20px 0;
}
@media (max-width: 854px) {
  header h1 img {
    max-width: 240px;
  }
}

.nav {
  float: right;
  margin-top: 45px;
}
.nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.nav li p {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.nav li:hover p {
  color: #f7993e;
}
.nav li.active p {
  color: #f7993e;
}
@media (max-width: 1280px) {
  .nav li {
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .nav li {
    margin: 0 7px;
  }
  .nav li p {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .nav {
    display: none;
  }
}

.mobile_nav {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding-top: 80px;
  display: none;
}
.mobile_nav ul li {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.mobile_nav ul li a {
  color: #000000;
}

/*--------------banner-----------------------*/
.bannerslider__item {
  position: relative;
}
.bannerslider__item p {
  left: 30px;
  position: absolute;
  color: #393939;
  bottom: 20%;
  width: 100%;
  max-width: 500px;
}
.bannerslider__item p span {
  display: block;
  line-height: 1.5;
}
.bannerslider__item p span.t01 {
  font-size: 50px;
}
.bannerslider__item p span.t02 {
  font-size: 20px;
}
.bannerslider__item p button {
  background-color: #f7993e;
  box-shadow: #1e7bb1a9 5px 5px 10px;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  padding: 15px 50px;
  letter-spacing: 0.02em;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.bannerslider__item p button:hover {
  background-color: #f1ad5f;
}
@media (max-width: 1280px) {
  .bannerslider__item p {
    bottom: 10%;
  }
}
@media (max-width: 854px) {
  .bannerslider__item p {
    left: 15px;
  }
  .bannerslider__item p span.t01 {
    font-size: 40px;
  }
  .bannerslider__item p span.t02 {
    font-size: 15px;
  }
  .bannerslider__item p button {
    font-size: 15px;
    padding: 10px 40px;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .bannerslider__item p span.t01 {
    font-size: 20px;
  }
  .bannerslider__item p span.t02 {
    font-size: 13px;
  }
  .bannerslider__item p button {
    font-size: 13px;
    padding: 10px 30px;
  }
}
@media (max-width: 480px) {
  .bannerslider__item p span.t01 {
    font-size: 17px;
    font-weight: bold;
  }
  .bannerslider__item p span.t02 {
    font-size: 12px;
  }
  .bannerslider__item p button {
    font-size: 12px;
    padding: 7px 20px;
    margin-top: 5px;
  }
}

/*---------------mobilebtn--------------------------*/
.mobile_btn {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  padding: 0;
  display: none;
  z-index: 1000;
  background: #363a74;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .mobile_btn {
    display: block;
  }
}
@media (max-width: 854px) {
  .mobile_btn {
    top: 22px;
  }
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 18px;
  height: 18px;
  margin-left: 11px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 7px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 14px;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  transform: rotate(45deg);
  left: 0px;
  top: 1;
  width: 22px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  transform: rotate(-45deg);
  left: 0px;
  top: 16px;
  width: 22px;
}

/*title_underBanner*/
.title_underBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
}
.title_underBanner h3 {
  color: #424142;
  font-size: 30px;
}
.title_underBanner h4 {
  margin-top: 0.5em;
  color: #55572b;
  font-weight: bold;
  font-size: 40px;
}
@media (max-width: 900px) {
  .title_underBanner h3 {
    font-size: 25px;
  }
  .title_underBanner h4 {
    font-size: 30px;
  }
}
@media (max-width: 680px) {
  .title_underBanner h3 {
    font-size: 18px;
  }
  .title_underBanner h4 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .title_underBanner h3 {
    font-size: 12px;
  }
  .title_underBanner h4 {
    font-size: 16px;
  }
}
@media (max-width: 300px) {
  .title_underBanner h3 {
    font-size: 10px;
  }
  .title_underBanner h4 {
    font-size: 12px;
  }
}

.title_underBanner01 {
  margin-top: 2em;
  margin-bottom: 3em;
}

.title_underBanner02 {
  margin-top: 10em;
  margin-bottom: 2em;
}

/*-------------------------------------------------------*/
section {
  font-size: 0;
}

h2.tit {
  color: #393939;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
}

p.con {
  font-size: 18px;
  color: #393939;
  line-height: 1.5;
}

@media (max-width: 1280px) {
  h2.tit {
    font-size: 40px;
  }

  p.con {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  h2.tit {
    font-size: 38px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  h2.tit {
    font-size: 32px;
  }
}
/*---------------feature--------------------*/
.feature {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.feature .titleWrap {
  box-sizing: border-box;
  padding-left: 20px;
  margin: 5px;
  height: 330px;
  width: 24%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column wrap;
}
.feature .titleWrap img {
  height: 100px;
  width: auto;
}
.feature .titleWrap h5 {
  font-size: 30px;
  font-weight: bold;
  color: #db9c3c;
  margin-top: 0.7em;
}
.feature .titleWrap p {
  margin-top: 0.7em;
  font-size: 18px;
  line-height: 1.7em;
}
.feature .titleImgbox01 {
  background: url(../images/titleBox_01.png) no-repeat;
}
.feature .titleImgbox02 {
  background: url(../images/titleBox_02.png) no-repeat;
}
.feature .titleImgbox03 {
  background: url(../images/titleBox_03.png) no-repeat;
}
.feature .titleImgbox04 {
  background: url(../images/titleBox_04.png) no-repeat;
}
.feature .titleImgbox {
  background-position: center;
  background-size: cover;
}
@media (max-width: 1460px) {
  .feature .titleWrap p {
    font-size: 16px;
  }
}
@media (max-width: 1310px) {
  .feature .titleWrap {
    width: 35%;
  }
  .feature .titleWrap h5 {
    font-size: 30px;
  }
  .feature .titleWrap p {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .feature .titleWrap {
    width: 40%;
  }
  .feature .titleWrap p {
    font-size: 16px;
  }
}
@media (max-width: 795px) {
  .feature .titleWrap {
    width: 70%;
  }
  .feature .titleWrap h5 {
    font-size: 30px;
  }
  .feature .titleWrap p {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .feature .titleWrap {
    width: 85%;
  }
}
@media (max-width: 360px) {
  .feature .titleWrap {
    width: 95%;
    padding-left: 0;
  }
  .feature .titleWrap p {
    font-size: 16px;
  }
}

/*---------------JBSusing--------------------*/
.JBSusing {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.JBSusing .JBSusingWrap {
  position: relative;
  width: 470px;
  height: 230px;
  background: #efffeb;
  border-radius: 10px;
  margin-left: 40px;
  margin-right: 40px;
  box-shadow: #42424291 5px 5px 5px;
  margin-top: 5%;
}
.JBSusing .JBSusingWrap img {
  height: 120px;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 99;
}
.JBSusing .JBSusingWrap h5 {
  font-weight: bold;
  font-size: 22px;
  color: #944261;
  position: absolute;
  top: 30px;
  left: 100px;
}
.JBSusing .JBSusingWrap p {
  font-size: 18px;
  color: #808080;
  position: absolute;
  top: 80px;
  left: 100px;
  line-height: 1.7em;
}
@media (max-width: 550px) {
  .JBSusing .JBSusingWrap h5 {
    font-size: 18px;
  }
  .JBSusing .JBSusingWrap p {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .JBSusing .JBSusingWrap img {
    width: 20%;
    height: auto;
    position: absolute;
    top: 88%;
    left: 88%;
  }
  .JBSusing .JBSusingWrap h5 {
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
  }
  .JBSusing .JBSusingWrap p {
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 360px) {
  .JBSusing .JBSusingWrap h5 {
    font-size: 16px;
  }
  .JBSusing .JBSusingWrap p {
    font-size: 14px;
  }
}
@media (max-width: 280px) {
  .JBSusing .JBSusingWrap h5 {
    font-size: 14px;
  }
  .JBSusing .JBSusingWrap p {
    font-size: 12px;
  }
}

.buying {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap column;
}
.buying .buytit {
  background: #363a74;
  line-height: 1.7em;
  text-align: center;
  font-size: 26px;
  color: #fff;
  width: 100%;
}
.buying .buyPriceWrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: wrap row;
  width: 100%;
}
.buying .buyPriceWrap .buyPrice {
  width: 45%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #e8a623 5px solid;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.buying .buyPriceWrap .buyPrice .buyPriceKind {
  color: #363a74;
  font-weight: bold;
  font-size: 70px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.buying .buyPriceWrap .buyPrice .buyPriceKind span {
  font-size: 40px;
}
.buying .buyPriceWrap .buyPrice .buyPricePS {
  color: #808080;
  font-size: 40px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.buying .buyPriceWrap .buyPrice .buyPriceMoney {
  color: #e8a623;
  font-size: 55px;
  font-weight: bold;
  text-align: left;
  background: #363a74;
  width: auto;
  border-radius: 8px;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 0.2em;
}
.buying .buyPriceWrap .buyPrice .buyPriceMoney .PricePri {
  color: #fff;
  font-size: 45px;
}
.buying .buyPriceWrap .buyPrice .buyPriceMoney .PriceNT {
  color: #fff;
  font-size: 30px;
}
.buying button {
  width: 100%;
  background: #e8a623;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1.7em;
  text-align: center;
  font-size: 26px;
  border-radius: 5px;
}
.buying button:hover {
  background: #f1ad5f;
}
.buying .tips {
  font-size: 20px;
  color: #363a74;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  line-height: 1.7em;
  font-weight: bold;
  margin-top: 1em;
  padding-left: 1em;
  box-sizing: border-box;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .buying .buytit {
    font-size: 20px;
  }
  .buying .buyPriceWrap .buyPrice {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceKind {
    font-size: 50px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceKind span {
    font-size: 26px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPricePS {
    font-size: 30px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceMoney {
    font-size: 30px;
    margin-top: 15px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceMoney .PricePri {
    font-size: 26px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceMoney .PriceNT {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .buying .buytit {
    font-size: 18px;
  }
  .buying .buyPriceWrap .buyPrice {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceKind {
    font-size: 30px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceKind span {
    font-size: 18px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPricePS {
    font-size: 20px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceMoney {
    font-size: 26px;
    margin-top: 15px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceMoney .PricePri {
    font-size: 24px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceMoney .PriceNT {
    font-size: 14px;
  }
  .buying .tips {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .buying .buytit {
    font-size: 14px;
  }
  .buying .buyPriceWrap .buyPrice {
    width: 85%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceKind {
    font-size: 60px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceKind span {
    font-size: 35px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPricePS {
    font-size: 30px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceMoney {
    font-size: 40px;
    margin-top: 15px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceMoney .PricePri {
    font-size: 35px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceMoney .PriceNT {
    font-size: 20px;
  }
  .buying button {
    font-size: 20px;
  }
  .buying .tips {
    padding-left: 0;
  }
}
@media (max-width: 360px) {
  .buying .buytit {
    font-size: 14px;
    padding: 1em;
    box-sizing: border-box;
  }
  .buying .buyPriceWrap .buyPrice {
    width: 85%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceKind {
    font-size: 30px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceKind span {
    font-size: 18px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPricePS {
    font-size: 20px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceMoney {
    font-size: 26px;
    margin-top: 15px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceMoney .PricePri {
    font-size: 24px;
  }
  .buying .buyPriceWrap .buyPrice .buyPriceTxt .buyPriceMoney .PriceNT {
    font-size: 14px;
  }
}
/*---------------videoYoutube--------------------*/
.videoYoutube {
  margin: 20px auto;
  display: block;
  max-width: 1120px;
  max-height: 630px;
  overflow: hidden;
}
.videoYoutube iframe, .videoYoutube object, .videoYoutube embed {
  display: block;
  max-width: 100%;
  max-width: 100%;
}

/*---------------intro--------------------*/
.intro {
  padding: 107px 0;
}
.intro__left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10%;
}
.intro__left p {
  margin-bottom: 60px;
}
.intro__right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.intro__right img {
  margin: 0 1.5%;
  max-width: 45%;
}
@media (max-width: 1023px) {
  .intro__left {
    padding-left: 5%;
  }
  .intro__left p {
    margin-bottom: 30px;
  }
}
@media (max-width: 854px) {
  .intro {
    padding: 87px 0 40px 0;
  }
}
@media (max-width: 640px) {
  .intro__left {
    padding: 0 10%;
    width: 100%;
  }
  .intro__right {
    width: 100%;
    padding: 0 10%;
  }
}

.intro02 {
  padding: 80px 0;
  background-image: url(../images/bg01.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.intro02__left {
  width: 73%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5%;
}
.intro02__left img {
  margin: 0 0.5%;
  max-width: 22%;
}
.intro02__right {
  width: 27%;
  padding-right: 4%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .intro02 {
    background-size: auto;
    padding: 40px 0;
    background-position: right bottom;
  }
  .intro02__left {
    padding: 0 5% 0 10%;
    width: 100%;
  }
  .intro02__left img {
    margin: 0 1% 20px 1%;
    max-width: 48%;
  }
  .intro02__right {
    width: 100%;
    padding: 30px 10% 0 10%;
  }
}

.intro03 {
  padding: 80px 0;
  background-image: url(../images/bg02.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.intro03__left {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10% 0 6%;
}
.intro03__right {
  width: 45%;
  padding-right: 6%;
  display: inline-block;
  vertical-align: middle;
}
.intro03__right img {
  margin: 0 1.5%;
  max-width: 45%;
}
@media (max-width: 640px) {
  .intro03 {
    background-position: right bottom;
  }
  .intro03__left {
    padding: 0 10% 40px 10%;
    width: 100%;
  }
  .intro03__right {
    width: 100%;
    padding: 0 10%;
  }
  .intro03__right img {
    margin: 0 1%;
    width: 48%;
    max-width: 48%;
  }
}

/*---------------program---------------*/
.program {
  padding: 115px 0 80px 0;
  background-color: #f9f9f9;
}
.program h2 {
  text-align: center;
  margin-bottom: 50px;
}
.program__left {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5%;
  margin-bottom: 40px;
}
.program__right {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0.5%;
  margin-bottom: 40px;
}
.program .tips {
  padding-left: 30px;
}
.program .tips li {
  font-size: 16px;
  color: #0d0d0d;
  line-height: 1.5;
  margin-bottom: 10px;
  list-style: circle outside;
}
@media (max-width: 1024px) {
  .program__left {
    width: 90%;
    margin-right: 0;
    margin-left: 5%;
  }
  .program__right {
    width: 90%;
    margin-right: 0;
    margin-left: 5%;
  }
}
@media (max-width: 854px) {
  .program {
    padding: 87px 0 40px 0;
  }
}
@media (max-width: 768px) {
  .program__left {
    width: 100%;
    margin-left: 0;
  }
  .program__right {
    width: 100%;
    margin-left: 0;
  }
}

.program__left__item {
  position: relative;
  background-color: #fff;
  font-size: 15px;
  color: #1b1b1b;
  padding: 12px 15px 12px 150px;
  margin-bottom: 2px;
  line-height: 1.5;
}
.program__left__item p {
  background-color: #514e4f;
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 16px;
  width: 140px;
  padding: 10px 0;
  text-align: center;
  line-height: 1.5;
  top: 0;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .program__left__item {
    font-size: 14px;
  }
  .program__left__item p {
    font-size: 14px;
    padding-top: 10px;
  }
}

.program__right {
  text-align: center;
}
.program__right div.title {
  background-color: #737373;
  padding: 15px 0;
  color: #fff;
  font-size: 17px;
  margin-bottom: 5px;
}
.program__right div.remind {
  background-color: #fff;
  padding: 15px 0 20px 0;
  margin-bottom: 5px;
  color: #292929;
  font-size: 16px;
}
.program__right div.remind span {
  color: #a5034b;
}
.program__right button {
  background-color: #2e87d3;
  color: #fff;
  padding: 24px 0;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.program__right button img {
  vertical-align: middle;
  margin-left: 5px;
}
.program__right ul {
  font-size: 0;
}

.program__right__item {
  width: 25%;
  display: inline-block;
}
.program__right__item p {
  padding: 15px 0;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.program__right__item p:first-child {
  background-color: #949494;
  color: #fff;
}
.program__right__item p.cost {
  color: #a5034b;
  background-color: #fff;
}
@media (max-width: 640px) {
  .program__right__item {
    width: 50%;
  }
}

/*------------------download--------------------*/
.download {
  padding: 107px 0 80px 0;
}
.download h2 {
  text-align: center;
}
@media (max-width: 854px) {
  .download {
    padding: 87px 0 40px 0;
  }
}

.download__list {
  padding-top: 30px;
  margin: 0 -15px;
  font-size: 0;
}
@media (max-width: 854px) {
  .download__list {
    margin: 0;
  }
}

.download__item {
  padding: 0 20px;
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.download__item div {
  background-color: #f7f7f7;
  width: 100%;
  padding: 70px 35px;
  text-align: center;
  height: 550px;
}
.download__item div h3 {
  font-size: 19px;
  font-weight: bold;
  color: #2d2d2d;
  line-height: 1.8;
}
.download__item div button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 30px;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 35px 0 40px;
}
.download__item div button span {
  display: inline-block;
  margin: 0 3px;
}
.download__item div p {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.download__item div p span {
  font-weight: bold;
}
.download__item div p a {
  font-weight: bold;
  color: #000;
}
@media (max-width: 1280px) {
  .download__item div {
    padding: 60px 25px;
  }
  .download__item div button {
    padding: 15px 15px;
  }
}
@media (max-width: 1024px) {
  .download__item {
    padding: 0 10px;
  }
  .download__item div h3 {
    font-size: 17px;
  }
  .download__item div p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .download__item {
    width: 90%;
    margin-left: 5%;
  }
  .download__item div {
    padding: 40px 25px;
    height: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .download__item {
    padding: 0;
    width: 100%;
    margin-left: 0;
  }
}

.download__item button.btn01 {
  background-color: #4a4a4a;
}
.download__item button.btn02 {
  background-color: #875c18;
}
.download__item button.btn03 {
  background-color: #7095bf;
  padding-top: 25px;
  padding-bottom: 25px;
}
.download__item button.btn04 {
  background-color: #278d5c;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

/*--------------footer---------------------*/
footer h5 {
  font-size: 23px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
footer p {
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  margin: 3px 0;
  letter-spacing: 0.03em;
}
footer p span {
  display: inline-block;
  margin-bottom: 3px;
}
footer p a {
  color: #fff;
}
footer p.copyright {
  color: #868686;
}

.pay {
  background-color: #545252;
  padding: 20px 30px;
}

.footer {
  background-color: #363a74;
  padding: 20px 30px;
}/*# sourceMappingURL=base.css.map */