html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: axisstd_r;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

img {
  max-width: 100%;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.top {
  padding: 50px 0;
  background-image: url(/client_info/JINSJINS/view/userweb/ext/about/onlineshop/img/top_bg.png);
  background-size: cover;
  background-position: center;
}

.top__title {
  text-align: center;
  color: #fff;
}

.top__title h1 {
  font-size: 36px;
}

.top__title p {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 768px) {
  .top {
    background-image: url(/client_info/JINSJINS/view/userweb/ext/about/onlineshop/img/top_bg_sp.png);
  }
  .top__title h1 {
    font-size: 24px;
  }
  .top__title p {
    font-size: 13px;
  }
}

.online-bottom {
  background-color: #f6f8fa;
  padding: 20px 0 40px 0;
}

.online-bottom .online__btn a {
  background-color: #3a4763;
  background-image: url(/client_info/JINSJINS/view/userweb/ext/common/img/svg/angle.svg);
  color: #fff;
}

.online-bottom .online__btn a:hover {
  opacity: 0.8;
}

.online__btn {
  padding: 60px 0 40px 0;
  text-align: center;
}

.online__btn a {
  position: relative;
  font-size: 12px;
  color: #3a4763;
  border: 1px solid #3a4763;
  border-radius: 5px;
  display: inline-block;
  width: 190px;
  max-width: 100%;
  height: 51px;
  line-height: 51px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(/client_info/JINSJINS/view/userweb/ext/common/img/svg/angle_n.svg);
  background-repeat: no-repeat;
  text-decoration: none;
  vertical-align: middle;
  padding: 0 0 0 30px;
  text-align: center;
  font-size: 0.722em;
  background-size: 8px 13px;
  background-position: 24px 18px;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

@media (min-width: 320px) and (max-width: 768px) {
  .online__btn a {
    height: 46px;
    line-height: 46px;
  }
}

.online__btn a:hover {
  color: #fff;
  background-image: url(/client_info/JINSJINS/view/userweb/ext/common/img/svg/angle.svg);
  background-color: #3a4763;
  color: #fff;
}

.online__btn a {
  width: 300px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .online__btn {
    padding: 35px 0  0 0;
  }
  .online__btn a {
    padding: 0 0 0 15px;
    width: 250px;
    line-height: 40px;
    background-size: 8px 13px;
    background-position: 24px 15px;
    background-color: #3a4763;
    background-image: url(/client_info/JINSJINS/view/userweb/ext/common/img/svg/angle.svg);
    color: #fff;
  }
  .online__btn a:before {
    height: 20px;
    line-height: 20px;
    left: 7px;
  }
}

.about__lists:after {
  content: "";
  clear: both;
  display: block;
}

.about__list {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.about__list:after {
  content: "";
  clear: both;
  display: block;
}

.about__list:nth-child(odd) {
  border-bottom: 1px solid #d3d6db;
  border-right: 1px solid #d3d6db;
}

.about__list:nth-child(odd) .about__container {
  float: right;
}

.about__list:nth-child(even) {
  border-bottom: 1px solid #d3d6db;
}

.about__list:nth-child(even) .about__container {
  float: left;
}

.about__container {
  text-align: center;
  box-sizing: border-box;
  width: 80%;
  padding: 8% 10% 6% 10%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .about__container {
    width: 100%;
  }
}

.about__title {
  font-size: 30px;
  color: #3a4763;
}

@media (min-width: 320px) and (max-width: 768px) {
  .about__title {
    font-size: 16px;
  }
}

.about__text {
  text-align: left;
  font-size: 13px;
  color: #3a4763;
}

@media (min-width: 320px) and (max-width: 768px) {
  .about__text {
    display: none;
  }
}

.about__btn {
  padding: 20px 0;
}

.about__btn a {
  position: relative;
  font-size: 12px;
  color: #3a4763;
  border: 1px solid #3a4763;
  border-radius: 5px;
  display: inline-block;
  width: 190px;
  max-width: 100%;
  height: 51px;
  line-height: 51px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(/client_info/JINSJINS/view/userweb/ext/common/img/svg/angle_n.svg);
  background-repeat: no-repeat;
  text-decoration: none;
  vertical-align: middle;
  padding: 0 0 0 30px;
  text-align: center;
  font-size: 0.722em;
  background-size: 8px 13px;
  background-position: 24px 18px;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

@media (min-width: 320px) and (max-width: 768px) {
  .about__btn a {
    height: 46px;
    line-height: 46px;
  }
}

.about__btn a:hover {
  color: #fff;
  background-image: url(/client_info/JINSJINS/view/userweb/ext/common/img/svg/angle.svg);
  background-color: #3a4763;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 768px) {
  .about__btn {
    padding: 5px 0;
  }
  .about__btn a {
    border: none;
    padding: 0 0 0 15px;
    height: 20px;
    line-height: 20px;
  }
}

@media (min-width: 320px) and (max-width: 768px) and (min-width: 320px) and (max-width: 768px) {
  .about__btn a {
    background-size: 6px 13px;
    background-position: 8px 4px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .about__btn a:hover {
    color: #3a4763;
    background-color: rgba(255, 255, 255, 0);
  }
  .about__btn a:before {
    height: 20px;
    line-height: 20px;
    left: 7px;
  }
}

.service__title {
  margin-top: 60px;
  font-size: 36px;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 768px) {
  .service__title {
    font-size: 22px;
    padding-bottom: 10px;
  }
}

.service__item {
  margin: 60px 0 160px 0;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service__item.brain {
  background-image: url(/client_info/JINSJINS/view/userweb/ext/about/onlineshop/img/bg_brain.png);
}

.service__item.app {
  background-image: url(/client_info/JINSJINS/view/userweb/ext/about/onlineshop/img/bg_app.png);
}

.service__item.paint {
  background-image: url(/client_info/JINSJINS/view/userweb/ext/about/onlineshop/img/bg_paint.png);
}

.service__item.vr {
  background-image: url(/client_info/JINSJINS/view/userweb/ext/about/onlineshop/img/bg_vr.png);
}

.service__item:nth-child(even) .service__image {
  float: left;
}

.service__item:nth-child(even) .service__info {
  float: right;
}

.service__item:nth-child(odd) .service__image {
  float: right;
}

.service__item:nth-child(odd) .service__info {
  float: left;
}

@media (min-width: 320px) and (max-width: 768px) {
  .service__item {
    margin: 60px 0 100px 0;
    padding-bottom: 20px;
  }
}

.service__container {
  width: 90%;
  margin-left: -45%;
  margin-top: -30px;
  position: absolute;
  left: 50%;
}

.service__container:after {
  content: "";
  clear: both;
  display: block;
}

.service__image {
  width: 63%;
  font-size: 0;
}

.service__image img {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .service__image {
    width: 100%;
  }
}

.service__info {
  box-sizing: border-box;
  margin-top: 50px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 35%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .service__info {
    width: 100%;
    margin-top: 0;
  }
}

.service__infoText {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 5px;
}

.service__btn {
  padding: 30px 0 10px 0;
}

.service__btn a {
  position: relative;
  font-size: 12px;
  color: #3a4763;
  border: 1px solid #3a4763;
  border-radius: 5px;
  display: inline-block;
  width: 190px;
  max-width: 100%;
  height: 51px;
  line-height: 51px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(/client_info/JINSJINS/view/userweb/ext/common/img/svg/angle_n.svg);
  background-repeat: no-repeat;
  text-decoration: none;
  vertical-align: middle;
  padding: 0 0 0 30px;
  text-align: center;
  font-size: 0.722em;
  background-size: 8px 13px;
  background-position: 24px 18px;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

@media (min-width: 320px) and (max-width: 768px) {
  .service__btn a {
    height: 46px;
    line-height: 46px;
  }
}

.service__btn a:hover {
  color: #fff;
  background-image: url(/client_info/JINSJINS/view/userweb/ext/common/img/svg/angle.svg);
  background-color: #3a4763;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 768px) {
  .service__btn {
    text-align: center;
  }
}
