.title {
  padding: 40px 0 30px;
}
@media only screen and (max-width: 75em) {
  .title {
    padding: 10px 0;
  }
}
.section[name="first"] h1 {
    margin-bottom: 1.5rem;
    white-space: nowrap;
}
.section[name="first"] p {
    margin-bottom: 2rem;
}
.section[name="first"] p {
    font-family: PingFangSC-Thin;
    font-weight: 100;
    color: rgba(195,197,201,1);
}
.section[name="first"] a:not(.more){
    display: block;
    width: 221px;
    height: 50px;
    text-align: center;
    text-transform: none;
    line-height: 50px;
    background: rgba(240,167,28,1);
    border-radius: 25px;
    font-size: 24px;
}

.section[name="first"] a.more {
  font-size: 12px;
  margin-left: 1em;
  color: #fcc347;
}
.section[name="first"] a.more:hover {
  color: #FCC746;
}
/*lg(992px) - fullPgae*/
/*1200px*/
@media only screen and (max-width: 75em) {
  .section[name="first"] a {
    margin: 0 auto;
  }
  .section[name="first"] img {
    width: 100%;
  }
} 
.section[name="second"] h2 {
    color: #FCC746;
}
.section[name="second"] strong {
  display: inline-block;
  padding: 2rem 0;
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(102,102,102,1)
}
@media only screen and (min-width: 20em) and (max-width: 62em) {
  .home-banner{
      display: flex;
      align-items: center;
  }
  .home-banner .container .row div:first-child{
      text-align: center;
  }
}
.mobild-list {
  display: none;
}
#freeCal {
  width: 261px;
  height: 88px;
  background: url("../images/free.png") no-repeat;
}
#freeCal:hover {
  cursor: pointer;
}
@media only screen and (min-width: 20em) and (max-width: 62em) {
  .mobild-list {
    display: block;
  }
  .section[name="second"] .title {
    margin-top: 30px;
  }
  .section[name="second"] .row {
    padding: 0;
    border-bottom: 1px solid #EAEDF0;
  }
  .section[name="second"] strong {
    padding: 1rem 0;
  }
  .section[name="second"] strong{
    font-size: 12px;
  }
  .section[name="second"] img {
    height: 40px;
  }
}

.section .title img {
  margin: 12px;
}
/*320px(iphone5) - 768px(md)*/
@media only screen and (min-width: 20em) and (max-width: 48em) {
  .section[name="third"] .title {
    padding-bottom: 20px;
  }
  .section .title img {
    width: 40px;
  }
}
.section .title h2{
  display: inline-block;
}
.section[name="third"] p {
  font-size: 18px;
}
.section[name="third"] h4 {
  font-size: 24px;
  color: #F0A71C;
}
/*320px(iphone5) - 996px(lg)*/
@media only screen and (min-width: 20em) and (max-width: 62em) {
  .section[name="third"] img[name="picThird"] {
    width: 180px;
  }
}

.section[name="four"] {
  background: url('../images/pic-bg2.jpg') no-repeat;
  background-size: cover;
  padding-bottom: 3rem;
}
.section[name="four"] .flow {
  position: relative;
}
.section[name="four"] .flow span {
  position: absolute;
  font-size: 20px;
  color: rgba(255,255,255,1);
}
.section[name="four"] .flow span:nth-child(3) {
  left: 10%;
  bottom: 20%;
}
.section[name="four"] .flow span:nth-child(4) {
  left: 28%;
  top: 20%;
}
.section[name="four"] .flow span:nth-child(5) {
  left: 43%;
  bottom: 20%;
}
.section[name="four"] .flow span:nth-child(6) {
  left: 61%;
  top: 16%;
}
.section[name="four"] .flow span:nth-child(7) {
  left: 61%;
  top: 24%;
}
.section[name="four"] .flow span:nth-child(8) {
  left: 79%;
  bottom: 24%;
}
.section[name="four"] .flow span:nth-child(9) {
  left: 82%;
  bottom: 16%;
}
.section[name="four"] img[name="flow-mobile"] {
  display: none;
}
/*320px(iphone5) - 368px*/
@media only screen and (min-width: 20em) and (max-width: 23em) {
  .section[name="four"] img[name="flow-mobile"]{
    display: inline-block;
    padding-bottom: 30px;
  }
  .section[name="four"] .flow span {
    font-size: 13px;
  }
  .section[name="four"] .flow span:nth-child(3) {
    left: 15%;
    top: 8%;
  }
  .section[name="four"] .flow span:nth-child(4) {
    left: 60%;
    top: 27%;
  }
  .section[name="four"] .flow span:nth-child(5) {
    left: 8%;
    top: 46%;
  }
  .section[name="four"] .flow span:nth-child(6) {
    left: 57%;
    top: 63%;
  }
  .section[name="four"] .flow span:nth-child(7) {
    left: 57%;
    top: 67%;
  }
  .section[name="four"] .flow span:nth-child(8) {
    left: 12%;
    bottom: 14%;
  }
  .section[name="four"] .flow span:nth-child(9) {
    left: 21%;
    bottom: 10%;
  }
}
/*375px(iphone6) - 414px(iPhone6 Plus)*/
@media only screen and (min-width: 23.43em) and (max-width: 26em) {
  .section[name="four"] img[name="flow-mobile"]{
    display: inline-block;
    padding-bottom: 30px;
  }
  .section[name="four"] .flow span {
    font-size: 13px;
  }
  .section[name="four"] .flow span:nth-child(3) {
    left: 15%;
    top: 8%;
  }
  .section[name="four"] .flow span:nth-child(4) {
    left: 60%;
    top: 28%;
  }
  .section[name="four"] .flow span:nth-child(5) {
    left: 8%;
    top: 47%;
  }
  .section[name="four"] .flow span:nth-child(6) {
    left: 57%;
    top: 65%;
  }
  .section[name="four"] .flow span:nth-child(7) {
    left: 57%;
    top: 69%;
  }
  .section[name="four"] .flow span:nth-child(8) {
    left: 12%;
    bottom: 14%;
  }
  .section[name="four"] .flow span:nth-child(9) {
    left: 21%;
    bottom: 10%;
  }
}
/*414px(iPhone6 Plus) - 768px(iPad)*/
@media only screen and (min-width: 26.1em) and (max-width: 47.9em) {
  .section[name="four"] img[name="flow-mobile"]{
    display: inline-block;
    padding-bottom: 30px;
  }
  .section[name="four"] .flow span {
    font-size: 24px;
  }
  .section[name="four"] .flow span:nth-child(3) {
    left: 15%;
    top: 8%;
  }
  .section[name="four"] .flow span:nth-child(4) {
    left: 60%;
    top: 28%;
  }
  .section[name="four"] .flow span:nth-child(5) {
    left: 8%;
    top: 48%;
  }
  .section[name="four"] .flow span:nth-child(6) {
    left: 57%;
    top: 67%;
  }
  .section[name="four"] .flow span:nth-child(7) {
    left: 57%;
    top: 70%;
  }
  .section[name="four"] .flow span:nth-child(8) {
    left: 12%;
    bottom: 12%;
  }
  .section[name="four"] .flow span:nth-child(9) {
    left: 21%;
    bottom: 8%;
  }
}
/*768px(iPhone6 Plus) - 1200px(iPad Pro)*/
@media only screen and (min-width: 48em) and (max-width: 75em) {
  .section[name="four"] img[name="flow"]{
    display: inline-block !important;
    padding-bottom: 30px;
  }
  .section[name="four"] .flow span {
    font-size: 14px;
  }
  .section[name="four"] .flow img:first-child {
    width: 100%;
  }
  .section[name="four"] .flow span:nth-child(3) {
    left: 5%;
    bottom: 20%;
  }
  .section[name="four"] .flow span:nth-child(4) {
    left: 25%;
    top: 20%;
  }
  .section[name="four"] .flow span:nth-child(5) {
    left: 42%;
    bottom: 20%;
  }
  .section[name="four"] .flow span:nth-child(6) {
    left: 61%;
    top: 16%;
  }
  .section[name="four"] .flow span:nth-child(7) {
    left: 61%;
    top: 24%;
  }
  .section[name="four"] .flow span:nth-child(8) {
    left: 82%;
    bottom: 24%;
  }
  .section[name="four"] .flow span:nth-child(9) {
    left: 82%;
    bottom: 16%;
  }
}
@media only screen and (min-width: 75em) and (max-width: 1490px) {
  .section[name="four"] {
    padding-bottom: 50px;
  }
}
.section[name="five"] p {
  position: absolute;
  width: 640px;
  height: 89px;
  font-size: 20px;
  color: rgba(142,142,142,1);
  left: 25%;
  top: 25%;
}
.section[name="five"] .half {
  padding: 20px;
  width: 100%;
}
.section[name="five"] .container-fluid .half:first-child {
  background:rgba(247,247,247,1);
}
.section[name="five"] .container-fluid .half:last-child {
  padding-bottom: 130px;
  background: url("../images/pic-bg3.jpg") no-repeat;
  background-size: cover;
}
.section[name="five"] h2 {
  padding: 1rem;
}
#mobileCustomList {
  display: none;
}

#fivePart1 .tip {
  /* width: 1000px; */
  width: calc(100% - 40px);
  margin: 0 auto;
  border-image-source: url(../images/custom.png);
  border-image-slice: 5 200 30 280;
  border-width: 0 151px 0 150px;
  border-style: solid;
  color: rgba(142,142,142,1);
  font-size: 18px;
  padding: 4rem 0rem;
  margin-bottom: 2rem;
  background: #fff;
  max-width: 1024px;
  box-shadow:0px 3px 9px 0px rgba(158,177,208,0.6);
}

/* #browserCustomList {
  display: block;
} */

/*320px(iphone5) - 1200px(iPad pro xl)*/
@media only screen and (min-width: 20em) and (max-width: 75em) {
  .section[name="five"] .container-fluid {
    height: auto;
  }
  .section[name="five"] h2 {
    padding: 1rem;
  }
  .section[name="five"] .half {
    display: none;
  }
  .section[name="five"] .footer-text  {
    margin: 0;
    padding: 1.8rem;
  }
}

@media only screen and (max-width: 40em){
  #fivePart1 .tip {
    border-width: 0;
    padding: 1rem 2rem;
  }
}

@media only screen and (max-width: 32em){
  .section[name="five"] .footer-text  {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1024px){
  /* #mobileCustomList {
    display: block;
  } */
  /* #browserCustomList {
    display: none;
  } */
}
@media only screen and (min-width: 32em) and (max-width: 48em){
  .section[name="five"] .footer-text  {
    font-size: 26px;
  }
}
#homeFooter {
  width: 100%;
  background: url("../images/pic-home2.jpg") no-repeat;
  background-size: cover;
}

/* #fullPage-footer {
  display: none;
} */

/*FullePage stylesheet*/
@media only screen and (min-width: 1490px) {
  .section[name="five"] .half {
    height: 50%;
  }
  /* .section[name="five"] .container-fluid:first-child {
    height: 100%;
  } */
  /* #fullPage-footer {
    display: block;
  } */
}

#dowebok .home-banner {
  height: 600px;
  padding-top: 70px;
}

.no-p-r {
  padding-right: 0 !important;
}

.partner-item {
  height:71px;width:160px;background:url(../images/partner-logos.png)  no-repeat;
}
.pic-company17{background-position:0 0;}
.pic-company18{background-position:0 -71px;}
.pic-company19{background-position:0 -142px;}
.pic-company14{background-position:0 -213px;}
.pic-company15{background-position:0 -284px;}
.pic-company16{background-position:0 -355px;}
.pic-company23{background-position:0 -426px;}
.pic-company24{background-position:0 -497px;}
.pic-company25{background-position:0 -568px;}
.pic-company20{background-position:0 -639px;}
.pic-company21{background-position:0 -710px;}
.pic-company22{background-position:0 -781px;}
.pic-company13{background-position:0 -852px;}
.pic-company4{background-position:0 -923px;}
.pic-company5{background-position:0 -994px;}
.pic-company6{background-position:0 -1065px;}
.pic-company1{background-position:0 -1136px;}
.pic-company2{background-position:0 -1207px;}
.pic-company3{background-position:0 -1278px;}
.pic-company10{background-position:0 -1349px;}
.pic-company11{background-position:0 -1420px;}
.pic-company12{background-position:0 -1491px;}
.pic-company7{background-position:0 -1562px;}
.pic-company8{background-position:0 -1633px;}
.pic-company9{background-position:0 -1704px;}