/*---------------------Head---------------------*/

.mast-head {
  background-color: #1e1e1e;
  background: rgba(0, 0, 0, 0.9);
}
.mast-head .top_logo {
  background-position: left 100%;
}
.mast-head .top_logo:hover {
  background-color: #fff;
  background-position: left 0%;
}
.mast-head .qrcode_btn,
[role=navigation] .menu_btn {
  color: #fff;
}
/*------------------work-head-----------------*/

#work-head .wrap {
  padding: 10% 0;
  margin-top: 60px;
}
#work-head h1 {
  font-size: 40px;
  text-transform: uppercase;
  color: white;
  margin: 10px 0;
}
#work-head h2,
#work-head h4 {
  font-weight: bold;
  color: white;
  margin-bottom: 1.8em;
}
#work-head a {
  margin: 0px 10px 10px;
}
@media all and (max-width: 767px) and (orientation: landscape) {
  #work-head .wrap {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  #work-head h1 {
    font-size: 30px;
  }
}
/*------------------Link Btn-----------------*/

.btn_link a {
  display: block;
  position: relative;
  height: 140px;
  font-size: 18px;
  line-height: 134px;
  z-index: 1;
}
.btn_link a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_link span {
  font-size: 12px;
  margin: 0 4px;
}
.btn_link a:hover {
  color: #fff;
}
.btn_link a:hover:before {
  height: 0%;
}
@media screen and (max-width: 767px) {
  .btn_link a {
    height: 80px;
    font-size: 16px;
    line-height: 74px;
  }
  .btn_link span {
    font-size: 10px;
    margin: 0 4px;
  }
}
/*------------------Mockup-----------------*/

#mockup {
  /*  background-clip: padding-box;*/
  height: 560px;
  margin-bottom: 100px;
  padding: 0;
  overflow: visible;
}
#mockup .wrap {
  position: relative;
  padding: 80px 0 0 0;
  width: 100%;
  max-width: 1280px;
  overflow: visible;
}
#mockup img {
  position: absolute;
  right: 450px;
}
#mockup .services {
  position: absolute;
  padding-top: 20px;
  right: 100px;
  width: 260px;
  color: #fff;
  text-align: left;
}
#mockup .title_en {
  width: 100%;
  color: #fff;
  text-align: left;
}
#mockup .title_en hr {
  background-color: #fff;
  height: 4px;
}
#mockup ul {
  text-align: left;
}
#mockup.phone {
  margin-bottom: 0;
  overflow: hidden;
}
#mockup.phone img {
  top: 10px;
}

@media screen and (max-width: 800px) {
  #mockup {
    height: 440px;
  }
  #mockup .wrap {
    padding: 60px 0 0 0;
  }
  #mockup .services {
    right: 50px;
  }
  #mockup img {
    width: 580px;
    height: auto;
    right: 360px;
  }
  #mockup.phone img {
    height: 440px;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  #mockup {
    height: 280px;
    margin-bottom: 50px;
  }
  #mockup .wrap {
    padding: 40px 0 0 0;
  }
  #mockup img {
    width: 360px;
    height: auto;
    right: 260px;
  }
  #mockup.phone img {
    height: 280px;
    width: auto;
  }
  #mockup .services {
    padding-top: 0px;
    right: 30px;
    width: 200px;
  }
  #mockup li {
    font-size: 11px;
  }
}
@media screen and (max-width: 479px) {
  #mockup {
    height: auto;
    margin-bottom: 0px;
    overflow: auto;
  }
  #mockup img {
    position: relative;
    width: 100%;
    height: auto;
    right: 30px;
  }
  #mockup.phone img {
    float: left;
    width: 100%;
    height: auto;
    top: 0;
    right: 20px;
  }
  #mockup .services {
    position: relative;
    float: left;
    right: 0;
    width: 100%;
    padding: 40px;
  }
  #mockup.phone .services {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
/*------------------Screenshots-----------------*/

#screenshots {
  padding: 3.2em 5%;
}
#screenshots .wrap {
  max-width: 1320px;
}
#screenshots .imgs {
  font-size: 0;
}
#screenshots img {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}
#screenshots .fullwidth {
  width: 100%;
  height: auto;
}
#screenshots .halfwidth {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 800px) {
  #screenshots img {
    padding: 0px;
  }
}
@media screen and (max-width: 480px) {
  #screenshots img {
    padding: 0px;
  }
}
/*------------------Mobile-----------------*/

#mobile {
  /*
  background-image: url("../img/work-mobile-bg.jpg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
*/
  padding: 3.2em 4%;
}
#mobile .wrap {
  max-width: 1510px;
}
#mobile .mockup-img {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 20px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #mobile .wrap {
    padding: 20px 0;
  }
  #mobile .mockup-img {
    padding: 0 10px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #mobile {
    padding: 3em 0;
  }
  /*#mobile .wrap {
    padding: 0 20px;
  }*/
  #mobile .img-wrap {
    padding: 0 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #mobile .mockup-img {
    padding: 0;
    width: 220%;
  }
}
/*------------------Banner2-----------------*/

#banner2 .wrap {
  padding: 10% 0;
  color: #fff;
}
#banner2 .qrcode-img {
  margin: 20px;
  vertical-align: top;
  width: 129px;
  height: 129px;
  border: 2px solid #fff;
}
#banner2 .line_btn_white {
  margin: 20px;
  width: 129px;
  height: 129px;
  line-height: 125px;
}
.mobile #banner2 div p,
.mobile #banner2 .qrcode-img {
  display: none;
}
/*---------------Btns---------------*/

.botm_btns {
  font-size: 0;
  width: 100%;
  background-color: #333;
}
.botm_btns a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #fff;
  height: 60px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 58px;
}
.botm_btns span {
  font-size: 13px;
}
.botm_btns a:hover {
  background-color: #000;
}
@media screen and (max-width: 360px) {
  .botm_btns a {
    padding: 0 15px;
  }
}
/*------------------Footer-----------------*/

footer {
  position: relative;
  padding: 0 6%;
}
footer .wrap {
  max-width: 1320px;
}
@media screen and (max-width: 360px) {
  footer {
    padding: 0 0;
  }
}
