/* General */

html,
body {
  width: 100%;
  height: 100%;
  font-family: SF Pro text, system, -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif, "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft YaHei", "微软雅黑", "STHeiti";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  background: #282b2f;
}

 ::selection {
  color: #fff;
  background: #44a15b;
}

 ::-moz-selection {
  color: #fff;
  background: #44a15b;
}

 ::-webkit-selection {
  color: #fff;
  background: #44a15b;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: SF Pro text，system, -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif, "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft YaHei", "微软雅黑", "STHeiti";
}

.ui.button {
  padding: 17px 39px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  border: 0.5px solid #222;
  border-radius: 4px;
  background: none;
}

.ui.button3 {
  padding: 17px 39px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  border: 0.5px solid #FFF;
  border-radius: 4px;
  background: none;
}

.ui.button2 {
	margin-top: 30px;
  width: 100%;
  height: 50px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 50px;
  text-align: center;
  border: 0.5px solid #222;
  border-radius: 4px;
  background: none;
}

.ui.primary.button {
  color: #fff;
  background: #222;
}

.ui.primary.button:hover {
  background: #444;
  border: 0.5px solid #444;
}

.ui.primary.button2 {
  color: #fff;
  background: #222;
}

.ui.primary.button2:hover {
  background: #444;
  border: 0.5px solid #444;
}


.ui.primary.button3 {
  color: #222;
  background: #FFF;
}

.ui.primary.button3:hover {
  background: #444;
  border: 0.5px solid #444;
}

.ui.button:hover {
  color: #fff;
  background: #444;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 750px;
  min-width: 320px;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  background: #fff;
}

/* Header */

#header {
  left: auto;
  max-width: 750px;
  height: 60px;
  background: #fff;
  border-bottom: 0;
  box-shadow: none;
}

#header .item {
  padding: 0;
}

#header .item:before {
  width: 0;
  background: none;
}

#header .dropdown {
  position: static;
  padding: 20px 25px;
  background: #fff;
  cursor: pointer;
}

#header .dropdown .icon-menu {
  display: flex;
  width: 20px;
  height: 20px;
  background-size: 20px;
  flex-direction: column;
  justify-content: center;
}

#header .dropdown .icon-line {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #222;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

#header .dropdown .icon-line-2 {
  margin: 2.5px 0;
  background: #fff;
}

#header .dropdown.active .icon-line-1 {
  transform: rotate(45deg) translate3d(2.5px, 3.5px, 0);
}

#header .dropdown.active .icon-line-3 {
  transform: rotate(-45deg) translate3d(2.5px, -3.5px, 0);
}

#header .menu {
  top: 60px;
  left: 0;
  padding: 0 30px 30px 30px;
  font-family: SF Pro text，system, -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif, "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft YaHei", "微软雅黑", "STHeiti";
  border-radius: 0;
  border: 0;
}

#header .menu .item {
  padding: 17px 0 !important;
  color: #222 !important;
  font-size: 20px !important;
  font-weight: bold !important;
  line-height: 46px !important;
/*  border-bottom: 0.5px solid #ececec;*/
  background: #fff !important;
  letter-spacing: 1px;
  width: 70%;
  display: block;
  float: left;
}


#header .menu .rightnav {
  padding: 17px 0 !important;
  color: #999 !important;
  font-size: 14px !important;
  line-height: 46px !important;
/*  border-bottom: 0.5px solid #ececec;*/
  background: #fff !important;
  letter-spacing: 1px;
  text-align: right;
  width: 30%;
  display: block;
  float: right;
}

#header .menu .item:last-child {
  border: 0;
}

#header .menu .item span {
  position: relative;
  top: -3px;
  margin-left: 25px;
  color: #999;
  font-size: 14px;
  letter-spacing: 3px;
}

.clear{
  clear: both;
}

#logo {
  margin: 14px 0 0 30px;
  width: 34px;
  height: 34px;
}

#logo img {
  width: 100%;
}

/* Footer */

#footer {
  padding: 30px 0;
  background: #363c41;
}

#footer p {
  margin: 18px 0 0 0;
  color: #657079;
  line-height: 1;
  font-size: 9px;
  text-align: center;
}

#footer .menu {
  margin: 0;
  background: none;
  text-align: center;
  border: 0;
  box-shadow: none;
  justify-content: center;
}

#footer .menu .item {
  margin: 0 15px;
  width: 50px;
  height: 50px;
}

#footer .menu .item:before {
  width: 0;
  background: none;
}

#footer .menu .icon-coffee {
  background: url('../images/icons/icon-coffee.png') no-repeat;
  background-size: cover;
}

#footer .menu .icon-wechat {
  background: url('../images/icons/icon-wechat.png') no-repeat;
  background-size: cover;
}

#footer .menu .icon-dribbble {
  background: url('../images/icons/icon-dribbble.png') no-repeat;
  background-size: cover;
}

/* Main */
#main{
	padding-top: 60px;

}

.section {
  display: block;
  padding: 70px 35px;
  border-top: 0.5px solid #ededed;
}

.section.section-gray {
  background: #fff;
}

.section.section-gray2 {
  background: #F6F6F6;
}

.section.section-head {
  border-top: 0;
}

.section h2 {
  margin: 30px 0 15px 0;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.section h3 {
  margin: 18px 0 25px 0;
  color: #555;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}

.section h4 {
  margin: 15px 0 15px 0;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.section h4.text-gray {
  margin: 0 0 5px 0;
  color: #999;
}

.section h5{
	margin: 15px 0 5px 0;
	color: #222;
	font-size: 14px;
	font-weight: bold;
}

.section p {
  margin: 0 0 10px 0;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

.section p:last-child {
  margin-bottom: 0;
}

.section p.text-center {
  color: #999;
  text-align: center;
  line-height: 1.6;
}

.section p.text-italic {
  color: #d0d0d0;
  font-size: 12px;
  text-align: center;
  font-style: italic;
}

.section img.img-responsive {
  display: block;
  margin: 30px auto 0 auto;
  width: 100%;
}

.section ul {
  padding-top: 10px;
  padding-left: 0px;
  font-size: 13px;
  line-height: 2.2;
  list-style: none;
}

.section .swiper-pagination {
  position: static;
  margin-top: 30px;
}

.section .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  width: 25px;
  height: 1px;
  background: #e3e3e3;
  border-radius: 0;
  opacity: 1;
}

.section .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #2fa25d;
}

.section .swiper-pagination-bullets.swiper-pagination-yellow .swiper-pagination-bullet-active {
  background: #ffc40b;
}

.section .icon-philosophy {
  margin: 40px auto;
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
}

.section .icon-philosophy-simple {
  background-image: url('../images/icons/icon-philosophy-simple.png');
  background-size: 150.5px 150.5px;
}

.section .icon-philosophy-clear {
  background-image: url('../images/icons/icon-philosophy-clear.png');
  background-size: 159.5px 134.5px;
}

.section .icon-philosophy-direct {
  background-image: url('../images/icons/icon-philosophy-direct.png');
  background-size: 135px 135px;
}

.section .icon-service {
  margin: 40px auto;
  width: 170px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
}

.section .icon-service-ux {
  background-image: url('../images/icons/icon-service-ux.png');
  background-size: 167.5px 120px;
}

.section .icon-service-ui {
  background-image: url('../images/icons/icon-service-ui.png');
  background-size: 150px 126px;
}

.section .icon-service-code {
  background-image: url('../images/icons/icon-service-code.png');
  background-size: 159.5px 123.5px;
}

.section .shots img {
  display: block;
  width: 100%;
}

a.section {
  padding: 50px 35px;
}

a.section p {
  margin: 0 0 10px 0;
  color: #999;
  font-size: 12px;
  line-height: 1;
}

a.section h2 {
  margin: 0;
  font-size: 25px;
  text-align: left;
}

a.section i.icon-arrow-right {
  position: relative;
  top: -4px;
  display: inline-block;
  margin: 0 0 0 15px;
  width: 12.5px;
  height: 10px;
  background: url('../images/icons/icon-arrow-right.png') no-repeat;
  background-size: cover;
}

.content{
  padding: 20px 35px;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

.line_gray{
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.project-logo img{
  height: 25px;
  margin-bottom: 20px;
}

.mini-title{
  margin: 35px 0 20px 0;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.grayfont{
  width: 20%;
  float: left;
  color: #999;
  font-weight: normal;
}

.blackfont{
  width: 80%;
  float: left;
  color: #555;
  font-weight: normal;
}

#bottom-nav{
  height: 208px;
}

#hero {
  position: relative;
  height: 100vh;
  background-color: #211F20;
  background-size: cover;
}

#hero .hero-content,
#work .work-content,
#sandbox .sandbox-content,
#service .service-content,
#about .about-content,
#Bcorp .Bcorp-content {
  position: absolute;
  top: 10%;
  right: 45px;
  bottom: 25px;
  left: 35px;
}

#hero .hero-content h1 {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
}

#hero .hero-content p {
  margin: 0 0 30px 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}

#work {
  position: relative;
  height: 100vh;
  background: url('../images/banners/project-banner.png') no-repeat;
  background-size: cover;
}

#about {
  position: relative;
  height: 100vh;
  background: url('../images/banners/about-banner.png') no-repeat;
  background-size: cover;
}

#work .work-content h1,
#about .about-content h1{
  margin: 0 0 15px 0;
  color: #000;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
}

#work .work-content p,
#about .about-content p {
  margin: 0 0 30px 0;
  color: #222;
  font-size: 15px;
  line-height: 1.8;
}

#hero .hero-content img,
#work .work-content img,
#sandbox .sandbox-content img,
#service .service-content img,
#about .about-content img,
#Bcorp .Bcorp-content img {
  width: 100%;
  height: auto;
}

#sandbox{
  position: relative;
  height: 100vh;
  background: url('../images/banners/sandbox-banner.png') no-repeat;
  background-size: cover;
}

#sandbox .sandbox-content h1 {
  margin: 0 0 15px 0;
  color: #000;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

#sandbox .sandbox-content p {
  margin: 0 0 30px 0;
  color: #222;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

#Bcorp{
  position: relative;
  height: 100vh;
  background: url('../images/banners/Bcorp.png') no-repeat;
  background-size: cover;
}

#Bcorp .Bcorp-content h1 {
  margin: 0 0 15px 0;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

#Bcorp .Bcorp-content p {
  margin: 0 0 30px 0;
  color: #999;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

#service{
  position: relative;
  height: 100vh;
  background: url('../images/banners/service-banner.png') no-repeat;
  background-size: cover;
}

#service .service-content h1 {
  margin: 0 0 15px 0;
  color: #FFF;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
}

#service .service-content p {
  margin: 0 0 30px 0;
  color: #FFF;
  font-size: 15px;
  line-height: 1.8;
}

#shots {
  margin-top: 60px;
}

#work-detail img,
#work img,
#mini img {
  display: block;
  width: 100%;
}

#us img.img-hero-us {
  max-width: 660px;
}

.cases {
  margin-top: 40px;
  margin-left: -2px;
  margin-right: -2px;
}

.cases .case {
  margin-top: 15px;
  background: #fff;
  flex-flow: column；
  overflow: hidden;
}

.cases .case img {
  width: 100%;
  height: 100%;
}

.cases .case .case-content {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  padding: 13px 0;
}

.cases .case .case-content h3 {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  margin: 0 0 15px 0;
  color: #222;
  font-weight: bold;
}

.cases .case .case-content h3 span {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
}

.cases .case .case-content h3 p {
  margin-top: 10px;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}

.cases .case .case-content .case-info {
  display: flex;
}

.cases .case .case-content .case-info dl {
  margin: 0 5px 5px 0;
}

.cases .case .case-content .case-info dl:last-child {
  margin: 0 0 5px 0;
}

.cases .case .case-content .case-info dt {
  color: #444;
  font-size: 11px;
}

.cases .case .case-content .case-info dd {
  position: relative;
  left: -12.5%;
  display: block;
  margin: 0;
  width: 125%;
  color: #999;
  font-size: 8px;
  line-height: 1.2;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.workflow {
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.workflow .workflowcontent {
  margin-top: 15px;
  background: #F6F6F6;
  flex-flow: column；
  overflow: hidden;
}

.workflow .workflowcontent img {
  width: 100%;
  height: 100%;
}

.contact {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  background: #fff;
  flex-flow: column；
  overflow: hidden;
}

.contact .box{
  margin-left: 40px;
  margin-right: 40px;
}

.contact .box img {
  width: 100%;
  height: 100%;
}

.contact .contact-content {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  padding: 13px 0;
}

.contact .contact-content h3 {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  margin: 0 0 15px 0;
  color: #222;
  font-weight: bold;
}

.contact .contact-content h3 span {
  margin-top: 10px;
  color: #999;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
}

.contact .contact-content .contact-info {
  display: flex;
}

.contact .contact-content .contact-info dl {
  margin: 15px 5px 5px 0;
}

.contact .contact-content .contact-info dl:last-child {
  margin: 15px 0 5px 0;
}

.contact .contact-content .contact-info dt {
  color: #999;
  font-size: 13px;
}

.contact .contact-content .contact-info dd {
  position: relative;
  left: -12.5%;
  display: block;
  margin: 0;
  width: 125%;
  color: #222;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  font-weight: bolder;
}

.contact .social-icon{
  margin-left: 50px;
  margin-right: 50px;
}

.contact .social-icon img{
  margin: 20px;
  width: 20px;
  height: 20px;
}

.navmenu .box{
  margin-left: 0;
  margin-right: 0;
}

.navmenu .navmenu-content {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  padding: 13px 0;
}

.navmenu .navmenu h3 {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  margin: 0 0 15px 0;
  color: #222;
  font-weight: bold;
}

.navmenu .navmenu h3 span {
  margin-top: 10px;
  color: #999;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
}

.navmenu .navmenu-content .navmenu-info {
  display: flex;
}

.navmenu .navmenu-content .navmenu-info dl {
  margin: 15px 5px 5px 0;
}

.navmenu .navmenu-content .navmenu-info dl:last-child {
  margin: 15px 0 5px 0;
}

.navmenu .navmenu-content .navmenu-info dt {
  color: #999;
  font-size: 13px;
}

.navmenu .navmenu-content .navmenu-info dd {
  position: relative;
  left: -12.5%;
  display: block;
  margin: 0;
  width: 125%;
  color: #222;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  font-weight: bolder;
}

.navmenu .social-icon{
  margin-left: 95px;
  margin-right: 95px;
}

.navmenu .social-icon img{
  margin: 20px;
  width: 20px;
  height: 20px;
}

.dribbble img{
  width: 100%;
  height: 100%;
}

#foot{
  text-align: center;
  border-top: 0.5px solid #ededed;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 10px;
  color: #222;
  font-weight: bold;
}

.footfont{
  font-size: 11px;
  font-weight: bold;
  color: #222;
  margin-bottom: 4px;
}

.footlogo{
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.emoji{
  width: 20px;
  height: 20px;
}

.emoji2{
  width: 24px;
  height: 22px;
}

.shots.ui.grid {
  margin-top: 15px;
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.shots.ui.grid>.row>.column {
  margin-top: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.brands .brand {
  position: relative;
  display: block;
  padding-bottom: 100%;
  box-sizing: border-box;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}

.brands .logo-tencent {
  background-image: url('../images/brands/logo-tencent.png');
  background-size: 65%;
}

.brands .logo-lenovo {
  background-image: url('../images/brands/logo-lenovo.png');
  background-size: 50%;
}

.brands .logo-webank {
  background-image: url('../images/brands/logo-webank.png');
  background-size: 45%;
}

.brands .logo-alibaba {
  background-image: url('../images/brands/logo-alibaba.png');
  background-size: 55%;
}

.brands .logo-ljj {
  background-image: url('../images/brands/logo-ljj.png');
  background-size: 60%;
}

.brands .logo-qdbank {
  background-image: url('../images/brands/logo-qdbank.png');
  background-size: 65%;
}

.brands .logo-kuaidi {
  background-image: url('../images/brands/logo-kuaidi.png');
  background-size: 45%;
}

.brands .logo-dhb {
  background-image: url('../images/brands/logo-dhb.png');
  background-size: 40%;
}

.brands .logo-weisai {
  background-image: url('../images/brands/logo-weisai.png');
  background-size: 40%;
}

.brands .logo-zyb {
  background-image: url('../images/brands/logo-zyb.png');
  background-size: 50%;
}

.brands .logo-tuyou {
  background-image: url('../images/brands/logo-tuyou.png');
  background-size: 60%;
}

.brands .logo-page {
  background-image: url('../images/brands/logo-page.png');
  background-size: 60%;
}

.brands.ui.grid {
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.brands.ui.grid>.row>.column {
  padding: 0;
  border-left: 0.5px solid #eee;
  border-bottom: 0.5px solid #eee;
}

.brands.ui.grid>.row>.column:nth-child(3n+1) {
  border-left: 0;
}

.brands.ui.grid>.row>.column.no-border {
  border-bottom: 0;
}

/* Modal */

.ui.dimmer {
  background-color: rgba(0, 0, 0, .6);
}

.ui.dimmer.modal-overlay {
  z-index: 100;
}

.ui.modal {
  margin: 0 0 0 -325px;
  width: 650px;
  border-radius: 8px;
}

.ui.modal>.header {
  padding: 0 !important;
  height: 45px;
  border: 0;
  background: none;
}

.ui.modal>.close {
  top: 15px !important;
  right: 15px !important;
  padding: 0 !important;
  width: 15px;
  height: 15px;
  background: url('../images/icons/icon-modal-close.png') no-repeat center;
  background-size: 15px;
}

.ui.modal>.content {
  padding: 0 !important;
}

/*.ui.modal>.actions {
  padding: 11px 0 !important;
  background: #f9f9f9;
  border-top: 0.5px solid #ededed;
}*/

.ui.modal .logo-modal {
  margin: 0 auto;
  width: 15px;
  height: 15px;
  background: url('../images/logos/logo-modal.png') no-repeat;
  background-size: cover;
}

.ui.modal .icon-modal-coffee {
  margin: 0 auto 12px auto;
  width: 98.5px;
  height: 77.5px;
  background: url('../images/icons/icon-modal-coffee.png') no-repeat;
  background-size: cover;
}

.ui.modal .icon-modal-line {
  margin: 17px auto;
  width: 95px;
  height: 9.5px;
  background: url('../images/icons/icon-modal-line.png') no-repeat;
  background-size: cover;
}

.ui.modal .logo-modal-qr {
  margin: 0 auto;
  width: 180px;
  height: 180px;
  background: url('../images/logos/logo-modal-qr.jpg') no-repeat;
  background-size: cover;
}

.modal-coffee .content p {
  margin: 0;
  color: #999;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
}

.modal-coffee .content .phone {
  margin: 7px 0 30px 0;
  color: #349c4d;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
}

.modal-wechat .content p {
  margin: 20px 0 35px 0;
  color: #222;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

/* Responsive */

@media (max-width: 750px) {
  .ui.modal {
    left: 50px;
    right: 50px;
    margin: 0;
    width: auto;
  }
}

@media (max-width: 375px) {
  .ui.button {
    font-size: 14px;
  }

  #hero .hero-content {
    right: 25px;
  }

  #hero .hero-content h1 {
    font-size: 30px;
  }

  #hero .hero-content p {
    margin: 0 0 25px 0;
  }
}

@media (max-width: 374px) {
  .cases .case {
    height: 180px;
  }
  .cases .case .case-content {
    padding: 15px 0 15px 15px;
  }
}

@media (max-width: 320px) {
  .ui.button {
    font-size: 13px;
  }

  #hero .hero-content h1 {
    margin: 0 0 10px 0;
    font-size: 28px;
  }

  #hero .hero-content p {
    margin: 0 0 20px 0;
    font-size: 13px;
  }
}