/***************************/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  font-family: "微软雅黑", Arial, "Microsoft YaHei";
}
.displayFlex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.displayFlex.vertical {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.Flex {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.Flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.Flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.Flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.Flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.Flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.hide {
  display: none!important;
}
/*************************************/
.appAB,
.articleB {
  background: #efeff0;
}
header {
  background: -webkit-linear-gradient(155deg, #f8d923, #f7e372);
  background: -moz-linear-gradient(155deg, #f8d923, #f7e372);
  background: -ms-linear-gradient(155deg, #f8d923, #f7e372);
  background: linear-gradient(155deg, #f8d923, #f7e372);
  height: 75px;
}
header .header {
  max-width: 605px;
  width: 100%;
  margin: auto;
}
header .header img {
  width: 134.5px;
}
header .header .headerDown a {
  width: 174px;
  height: 52px;
  display: block;
  background-image: url(../images/btns2.png);
  margin-left: 28px;
  background-repeat: no-repeat;
}
header .header .headerDown a.ios {
  background-position: -1px -67px;
}
header .header .headerDown a.ios:hover {
  background-position: -1px 1px;
}
header .header .headerDown a.android {
  background-position: -1px -194px;
}
header .header .headerDown a.android:hover {
  background-position: -1px -130px;
}
footer {
  text-align: center;
  font-size: 1rem;
  color: #bbb;
  background: #fff;
  padding-top: 1.6rem;
  padding-bottom: .5rem;
  font-size: .3rem;
}
.top {
  background: -webkit-linear-gradient(155deg, #f8d923, #f7e372);
  background: -moz-linear-gradient(155deg, #f8d923, #f7e372);
  background: -ms-linear-gradient(155deg, #f8d923, #f7e372);
  background: linear-gradient(155deg, #f8d923, #f7e372);
  background-attachment: fixed;
  background-size: 100% auto;
  height: 100vh;
  overflow: hidden;
}
.top .top_l img {
  width: 23.8rem;
  margin-left: 1.3rem;
}
.top .top_r {
  margin: 0 auto;
  width: 40%;
  position: relative;
}
.top .top_r .top_r_logo {
  width: 67%;
  position: relative;
  margin-left: .8rem;
}
.top .top_r .top_r_logo ._l img {
  max-width: 100%;
  width: 100%;
}
.top .top_r .top_r_logo > ._l:matches(:hover,:focus) {
  border: 1px solid #333;
}
.top .top_r .top_r_down {
  width: 67%;
  margin-top: .9rem;
  margin-left: .8rem;
}
.top .top_r .top_r_down ._cord img {
  width: 3.5rem;
  display: block;
  padding: 2px;
  border: 2px solid #fff;
}
.top .top_r .top_r_down ._btns {
  justify-content: space-between;
  width: 100%;
}
.top .top_r .top_r_down ._btns a {
  display: block;
  margin-left: 26%;
}
.top .top_r .top_r_down ._btns a img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.top .top_r .top_r_down ._btns a img.sel {
  display: none;
}
.top .top_r .top_r_down ._btns a:hover img.btn {
  display: none;
}
.top .top_r .top_r_down ._btns a:hover img.sel {
  display: block;
}
.top .top_r .copr {
  text-align: center;
  color: #666;
  padding-top: 1.6rem;
  font-size: .3rem;
  position: absolute;
  bottom: 0;
  left: .8rem;
  line-height: 2;
  padding-bottom: 16px;
}
.top .top_r .copr ._n a {
  color: #666;
  text-decoration: none;
}
.top .top_r .copr ._n a:hover {
  color: #666;
  text-decoration: underline;
}
.top .top_r .copr ._t a {
  color: #666;
  text-decoration: none;
}
.top .top_r .copr ._t a:hover {
  color: #666;
  text-decoration: underline;
}
.appList {
  width: 100%;
  margin: auto;
  background: #fff;
}
.appList .appItem .appTitle {
  text-align: center;
  padding-top: 2.1rem;
  letter-spacing: 2px;
}
.appList .appItem .appDesc {
  text-align: center;
  font-size: 0.6rem;
  padding-top: 0.45rem;
  padding-bottom: 2.5rem;
  color: #565656;
}
.appList .appItem .itemC {
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.appList .appItem .itemC .item {
  margin-right: .4rem;
}
.appList .appItem .itemC .item:last-child {
  margin-right: 0;
}
.appList .appItem .itemC .item a img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.appList .appArtAB .appTitle {
  padding-top: 2.1rem;
}
.appList .appArtAB .appArts {
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.appList .appArtAB .appArts ._list {
  width: 48%;
  margin-bottom: 1.3rem;
  text-decoration: none;
}
.appList .appArtAB .appArts ._list ._listL {
  overflow: hidden;
  border: 1px solid #e9e9e9;
  padding: 3px;
  border-radius: 3px;
}
.appList .appArtAB .appArts ._list ._listL ._image {
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center;
  height: 3.5rem;
  width: 5.5rem;
  transition: all .5s;
}
.appList .appArtAB .appArts ._list ._listL:hover ._image {
  transform: scale(1.2);
}
.appList .appArtAB .appArts ._list ._listR {
  padding: 0 .45rem;
}
.appList .appArtAB .appArts ._list ._listR ._title {
  font-size: .55rem;
  margin-bottom: .55rem;
  color: #333;
  max-height: 1.5rem;
  overflow: hidden;
}
.appList .appArtAB .appArts ._list ._listR ._auther {
  font-size: .35rem;
  color: #bbb;
}
.appList .appArtAB .appArts ._list ._listR ._time {
  font-size: .3rem;
  color: #bbb;
}
.appList .appArtAB .appArts ._list:hover img {
  transform: scale(1.2);
}
.appList .appArtAB .appArts ._list:hover ._auther {
  color: #969696;
}
.appList .appArtAB .appArts ._list:nth-child(2n+1) {
  margin-right: 2%;
}
.articleAB {
  height: 100%;
  background: #efeff0;
}
.articleAB .articleB .articleItem {
  max-width: 605px;
  width: 100%;
  margin: 0 auto 10px;
  background: #fff;
}
.articleAB .articleB .articleItem:last-child {
  margin-bottom: 0;
}
.articleAB .articleB .articleItem .artTitle {
  padding: 32px 68px 0;
  font-size: 20px;
  color: #232323;
  font-weight: bold;
}
.articleAB .articleB .articleItem .artAuth {
  padding: 23px 68px;
}
.articleAB .articleB .articleItem .artAuth .artHeadimg {
  margin-right: 20px;
}
.articleAB .articleB .articleItem .artAuth .artHeadimg img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.articleAB .articleB .articleItem .artAuth .Auth ._n {
  font-size: 14px;
  line-height: 1.7;
  margin-right: 8px;
}
.articleAB .articleB .articleItem .artAuth .Auth ._t {
  font-size: 13px;
  color: #ababab;
}
.articleAB .articleB .articleItem .artAuth ._g {
  font-size: 13px;
  color: #ababab;
}
.articleAB .articleB .articleItem .artCon {
  padding: 0 68px;
  line-height: 1.5;
}
.articleAB .articleB .articleItem .artCon img {
  max-width: 100%;
}
.articleAB .articleB .articleItem .artcomment .commentTitle {
  padding: 32px 68px 20px;
  border-bottom: 1px solid #efeff0;
  color: #ababab;
}
.articleAB .articleB .articleItem .artcomment .commentC {
  padding: 0 68px;
}
.articleAB .articleB .articleItem .artcomment .commentC .commentItem {
  padding: 25px 0;
  border-bottom: 1px solid #efeff0;
}
.articleAB .articleB .articleItem .artcomment .commentC .commentItem .commentL {
  margin-right: 20px;
}
.articleAB .articleB .articleItem .artcomment .commentC .commentItem .commentL img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.articleAB .articleB .articleItem .artcomment .commentC .commentItem .commentR {
  justify-content: space-between;
  padding-right: 30px;
}
.articleAB .articleB .articleItem .artcomment .commentC .commentItem .commentR .itemName {
  color: #f6d836;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 2px;
}
.articleAB .articleB .articleItem .artcomment .commentC .commentItem .commentR .itemTime {
  justify-content: space-between;
  font-size: 12px;
  color: #999;
  padding: 12px 0;
}
.articleAB .articleB .articleItem .artcomment .commentC .commentItem .commentR .itemTime ._g {
  margin-left: 28px;
}
.articleAB .articleB .articleItem .artcomment .commentC .commentItem .commentR .itemC .itemC_1 {
  color: #232323;
  font-size: 14px;
  line-height: 1.7;
}
.articleAB .articleB .articleItem .artcomment .commentC .commentItem .commentR .itemC .itemC_1 img {
  max-width: 100%;
}
.articleAB .articleB .articleItem .artcomment .commentC .commentItem .commentR .itemC .itemC_2 {
  padding: 17px 13px 17px;
  background: #efeff0;
  font-size: 14px;
  color: #999;
  margin-bottom: 12px;
}
.articleAB .articleB .articleItem .artcomment .commentC .commentItem .commentR .itemC .itemC_2 ._call {
  margin-bottom: 10px;
}
.articleAB .articleB .articleItem .artcomment .commentC .commentItem:last-child {
  border-bottom: 0;
}
.articleAB .articleB .articleItem ._codeTitle {
  padding-top: 26px;
  font-size: 19px;
  letter-spacing: 1px;
}
.articleAB .articleB .articleItem ._codeDesc {
  padding: 13px 0;
  font-size: 15px;
  letter-spacing: 2px;
  color: #969696;
}
.articleAB .articleB .articleItem ._code {
  padding-bottom: 26px;
}
.articleAB .articleB .articleItem ._code img {
  max-width: 100%;
}
