* {
    margin: 0px;
    padding: 0px;
    outline: none;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
  /*width: 100%;*/
  /*height: 100%;*/
  height: 0;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    font-size: 24px;
    color: #000;
    overflow-x: hidden;
}

a {
    color: #000;
    background-color: transparent;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.clear{ clear:both}

.container {
  position: relative;
    /*width: 22.222rem;*/
    margin: 0 auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.header-content{
  width: 100%;
  /*height: 160px;*/
  /*display: -moz-flex;*/
  /*display: -webkit-flex;*/
  /*display: flex;*/
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.header,.section{
  /*min-width: 1300px;*/
  position: relative;
}
.section:after{
  background-repeat: no-repeat;
}
.nav{
  height: 895px;
  z-index: 2;
  background-color: #feb8b8;
}
.pre{
  height: 1020px;
  background-color: #3e454d;
  text-align: center;
  color: #fff;
}
.claim{
  height: 1390px;
  background-color: #ffe3bb;
  color: #28292b;
  z-index: 1;
}
.way{
  height: 850px;
  background-color: #6399a3;
  color: #fff;
  z-index: 0;
}
.award{
  height: 750px;
  background-color: #d2d2d2;
  color: #fff;
  z-index: -1
}
.works{
  background-color: #f5e0d6;
}

.nm-left,
.nm-right{
  float: left;
}
.nm-left{
  margin-right: 80px;
}
.nav-middle{
  /*float: left;*/
  margin-left: 50px;
  margin-bottom: 80px;
  padding-top: 80px;
}
.nav-middle:after {
  display: table;
  content: '';
  clear: both;
}
.nmr-btn{
  float: left;
  margin-right: 40px;
}
.code{
  float:left;
}
.nmr-btn a{
  display: block;
  width: 283px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.nmr-btn .btn-ios{
  background-color: #000000;
  border-radius: 60px;
  margin-bottom: 40px;
}
.nmr-btn .btn-ios-gray{
  background-color: #dcc6cb;
  border-radius: 60px;
  margin-bottom: 40px;
}
.nmr-btn .btn-and{
  background-color: #cdb9ff;
  border-radius: 60px;
}
.nmr-top{
  margin-top: 115px;
  margin-bottom: 90px;
  margin-left: 45px;
}
.text{
  letter-spacing: 3px;
  line-height: 60px;
}
.text p{
  font-size: 18px;
}
.section em{
  font-style: normal;
  font-size: 36px;
}
.pre em{
  color: #feb8b8;
}
.claim em{
  color: #fa7298;
}
.s-top{
  padding: 80px 0px 60px;
}
blockquote p{
  margin-left: -180px;
}
blockquote footer{
  margin-left: 320px;
  margin-bottom: 40px;
}
.apost{
  width: 6px;
  height: 6px;
  margin: 50px auto 100px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.apost:after,.apost:before{
  content: "";
  position: absolute;
  left: 0px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
.apost:before{
  top: -20px;
}
.apost:after{
  bottom: -20px;
}
.btn{
  display: block;
  width: 232px;
  margin: 0px auto;
  height: 73px;
  line-height: 73px;
  background-color: #fff;
  font-size: 30px;
  border-radius: 60px;
  position: relative;
  text-align: center;
}
.btn:before{
  content: "";
  position: absolute;
  width: 220px;
  height: 63px;
  top: 50%;
  left: 50%;
  margin-left: -110px;
  margin-top: -32px;
  border-radius: 60px;
  border: 1px solid transparent;
}
.pre .btn{
  color: #3e454d;
}
.pre .btn:before{
  border-color: #71777c;
}
.claim .text,
.way .text{
  padding-left: 140px;
  margin-bottom: 30px;
}
.way .text p span{
  display: block;
  padding-left: 80px;
}
.way .btn{
  color: #6399a3;
  margin: 0px 50px;
}
.way .btn:before{
  border-color: #6399a3;
}
.way-bottom{
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content:center;
  -webkit-justify-content:center;
  justify-content: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 80px;
}
.circle{
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.circle:after,
.circle:before{
  content: "";
  position: absolute;
  top: 50%;
  background-color: #fff;
  border-radius: 50%;
}
.circle:after{
  width: 14px;
  height: 14px;
  right: 0px;
  margin-top: -7px;
  margin-right: -28px;
}
.circle:before{
  left: 0px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -20px;
}
.al-item{
  width: 48%;
  margin: 1%;
  height: 355px;
  border: 2px dashed #fff;
  float: left;
  /*margin-left: 40px;
  margin-bottom: 30px;*/
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content:center;
  -webkit-justify-content:center;
  justify-content: center;
  padding-top: 45px;
}
.a-list{
  float: left;
  width: 100%;
  padding: 1%;
}
.al-item .ali-left{
  margin-right: 75px;
  text-align: center;
}
.al-item .ali-left p{
  font-size: 18px;
}
.al-item .ali-left .grade{
  font-size: 24px;
  margin: 25px 0px 10px;
}
.al-item .ali-right .count{
  font-size: 36px;
}
.al-item .ali-right p{
  font-size: 18px;
}
.al-item .ali-right p{
  line-height: 50px;
}
.a-bottom {
  clear: both;
  width: 96%;
  height: 445px;
  margin: 0px 2%;
  border: 3px dashed #fff;
  padding: 50px 20px 10px 40px;
}
.a-bottom .text{
  padding-left: 70px;
  padding-bottom: 10px;
  line-height: 60px;
}
.wli-text{
  width: 202px;
  overflow: hidden;
  height: 100px;
}
.works-list {
  margin: 0px -23px;
}
.works-list::after {
  display: table;
  content: '';
  clear: both;
}
.J_BookList{
  height: 600px;
}
.wli-pic img{
  /*margin-top: 25px;*/
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
}
.wli-text p{
  color: #1a1919;
  margin-top: 5px;
  text-align: center;
  font-size: 15px;
}
.wli-text p:first-child{
  font-size: 20px;
}
.wl-item{
  float: left;
  margin: 0px 23px 30px;
}
.works{
  float: left;
  width: 100%;
}
.ml{
  margin-left: 80px !important;
}
.footer{
  background-color: #3e454d;
  color: #d2d3d4;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  padding: 35px 0px;
  float: left;
  width: 100%;
}
.footer span{
  color: #d2d3d4;
}
.kind-item{
  border: 3px dashed #6399a3;
  color: #212121;
  line-height: 0.75rem;
  padding: 0.55rem 0.75rem;
  margin-top: 0.5rem;
}
.kind-item h2{
  font-size: 0.4rem;
  font-weight: normal;
}
.kind-item p{
  font-size: 0.3rem;
}
.marb{
  margin-bottom: 60px;
}
.marl{
  margin-left: 72px;
}
.kind-item span{
  display: inline-block;
  width: 150px;
}
.kind{
  padding-bottom: 120px;
}
.scrollNav{
  position: fixed;
  width: 100%;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #feb8b8;
  padding-bottom: 20px;
}
.modal{
  background-color: #feb8b8;
  width: 369px;
  height: 580px;
  float: left;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 50px 0px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -184px;
  margin-top: -290px;
  z-index: 1000;
  display: none;
}
.m-text{
  margin-bottom: 10px;
}
.m-code{
  margin-top: 50px;
}
