 a,
 abbr,
 acronym,
 address,
 applet,
 big,
 blockquote,
 body,
 caption,
 cite,
 code,
 dd,
 del,
 dfn,
 div,
 dl,
 dt,
 em,
 fieldset,
 form,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 html,
 iframe,
 img,
 ins,
 kbd,
 label,
 legend,
 li,
 object,
 ol,
 p,
 pre,
 q,
 s,
 samp,
 small,
 span,
 strike,
 strong,
 sub,
 sup,
 table,
 tbody,
 td,
 tfoot,
 th,
 thead,
 tr,
 tt,
 ul,
 var {
     -webkit-box-sizing: border-box;
     box-sizing: border-box
 }

 a {
     text-decoration: none;
     cursor: pointer
 }

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

 audio,
 canvas,
 video {
     display: inline-block
 }

 [hidden],
 audio:not([controls]) {
     display: none
 }

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

 audio,
 canvas,
 video {
     display: inline-block
 }

 [hidden],
 audio:not([controls]) {
     display: none
 }

 a,
 abbr,
 acronym,
 address,
 applet,
 big,
 blockquote,
 body {
     vertical-align: baseline
 }

 a,
 abbr,
 acronym,
 address,
 applet,
 big,
 blockquote,
 body,
 caption {
     padding: 0;
     margin: 0;
     border: 0;
     outline: 0;
     font-weight: inherit;
     font-style: inherit;
     font-family: inherit;
     font-size: 100%
 }

 cite,
 code,
 dd,
 del,
 dfn,
 div,
 dl,
 dt,
 em,
 fieldset,
 form,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 html,
 iframe,
 img,
 ins,
 kbd,
 label,
 legend,
 li,
 object,
 ol,
 p,
 pre,
 q,
 s,
 samp,
 small,
 span,
 strike,
 strong,
 sub,
 sup {
     padding: 0;
     margin: 0;
     border: 0;
     outline: 0;
     font-weight: inherit;
     font-style: inherit;
     font-family: inherit;
     font-size: 100%;
     vertical-align: baseline
 }

 table {
     padding: 0;
     margin: 0;
     border: 0;
     outline: 0;
     font-weight: inherit;
     font-style: inherit;
     font-family: inherit;
     font-size: 100%
 }

 tbody {
     vertical-align: baseline
 }

 tbody,
 td {
     padding: 0;
     margin: 0;
     border: 0;
     outline: 0;
     font-weight: inherit;
     font-style: inherit;
     font-family: inherit;
     font-size: 100%
 }

 tfoot {
     vertical-align: baseline
 }

 tfoot,
 th,
 thead,
 tr,
 tt,
 ul,
 var {
     padding: 0;
     margin: 0;
     border: 0;
     outline: 0;
     font-weight: inherit;
     font-style: inherit;
     font-family: inherit;
     font-size: 100%
 }

 thead,
 tr,
 tt,
 ul,
 var {
     vertical-align: baseline
 }

 body {
     line-height: 1
 }

 ol,
 ul {
     list-style: none
 }

 table {
     border-collapse: separate;
     border-spacing: 0;
     vertical-align: middle
 }

 caption,
 td,
 th {
     text-align: left;
     font-weight: 400;
     vertical-align: middle
 }

 a img {
     border: none
 }

 a {
     color: #222
 }

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

 audio,
 canvas,
 video {
     display: inline-block
 }

 [hidden],
 audio:not([controls]) {
     display: none
 }

 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 main,
 menu,
 nav,
 section,
 summary {
     display: block;
     padding: 0;
     margin: 0;
     border: 0;
     outline: 0;
     font-weight: inherit;
     font-style: inherit;
     font-family: inherit;
     font-size: 100%;
     vertical-align: baseline
 }

 [hidden],
 audio:not([controls]) {
     display: none
 }

 * {
     -ms-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%;
     -webkit-font-smoothing: antialiased
 }

 body {
     background-color: #FFE5D9;
     width: 7.5rem;
     margin: 0 auto;
     font-family: "Noto Sans SC"
 }

 a,
 a:hover,
 a:active,
 a:visited,
 a:link,
 a:focus {
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
     -webkit-tap-highlight-color: transparent;
     outline: none;
     text-decoration: none;

 }

 .wrap {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }

 .line {
     width: 4.2rem;

     border-bottom: 1px solid #3E493E;
 }

 .header {
     width: 100%;
 }

 .btn-back {
     position: absolute;
     top: 0.2rem;
     left: 0.2rem;
     width: 1.74rem;
     height: 0.7rem;
 }

 .btn-back img {
     width: 100%;
     position: absolute;
 }

 .game-img {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
     height: 5rem;
     position: relative;
 }

 .game-img .game-bg {
     width: 100%;
     height: 4.16rem;
     position: absolute;
     top: 0;
 }

 .game-intro {
     width: 6.94rem;
     height: 1rem;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     background-color: #000000;
     border-radius: 0.5rem;
     margin: 0.3rem 0 0;
     font-weight: bold;
 }

 .icon-play {
     background: url("../images/icon_play.png") center center no-repeat;
     background-size: 100%;
     width: 0.84rem;
     height: 0.84rem;
     display: inline-block;
     margin-right: 0.3rem;
 }

 .btn-plays {
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: center;
     height: 100%;
 }

 .btn-plays p {
     color: #fff;
     font-size: 18px;
 }

 .info {
     width: 100%;
     height: 1rem;
     background-color: #000000;
     position: absolute;
     left: 0;
     bottom: 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 0.2rem;

     .left {
         color: #fff;
         font-size: 0.4rem;
         font-weight: bold;

     }

     .right {
         display: flex;
         flex-direction: row;
         align-items: flex-end;
         justify-content: center;
         margin-bottom: 0.1rem;

         .icon-zan {
             width: 0.5rem;
             height: 0.5rem;
         }

         &>span {
             font-size: 0.4rem;
             color: #fff;
             margin-left: 0.1rem;
         }
     }

 }

 .txts {
     width: 4.2rem;
     font-size: 0.48rem;
     display: inline-block;
     color: #fff;
     font-weight: bold;
     text-align: center;
 }

 .cool {
     width: 6.94rem;
     margin: 0 auto;
 }

 .title-cool {
     width: 3.18rem;
     margin-top: 0.3rem;
     margin-bottom: 0.1rem;
 }

 .item-l {
     width: 100%;
     height: 4.5rem;
     margin-top: 0.3rem;
     display: flex;
     flex-direction: row;
     justify-content: space-between;

     .lt {
         width: 4.5rem;
         height: 4.5rem;
         overflow: hidden;
         border-radius: 0.2rem;
         overflow: hidden;
         position: relative;

         &>a {
             display: block;
         }
     }

     .lt img,
     .rt img {
         width: 100%;
         height: 100%;
         border-radius: 10px;
     }

     .rt {
         display: flex;
         flex-direction: column;
         align-items: center;
         height: 4.5rem;
     }

     .rt .up,
     .rt .down {
         width: 2.08rem;
         height: 2.08rem;
         overflow: hidden;
         position: relative;
         border-radius: 10px;
         flex: 1;

         &>a {
             display: block;
         }
     }

     .rt .down {
         margin-top: 0.32rem;
     }

     p,
     .box-game .item p {
         position: absolute;
         bottom: 0;
         left: 0;
         width: 100%;
         height: 0.56rem;
         background-color: rgba(0, 0, 0, 0.5);
         display: flex;
         align-items: center;
         justify-content: center;
         border-bottom-left-radius: 10px;
         border-bottom-right-radius: 10px;
     }

     .rt .up p,
     .rt .down p {
         height: 0.54rem;
     }

     p .txt1 {
         font-size: 0.4rem;
     }

     p .txt2,
     p .txt3 {
         color: #fff;
         font-size: 0.2rem;
     }
 }

 .item-r {
     width: 100%;
     display: flex;
     align-items: center;
     margin-top: 0.3rem;

     .lt img,
     .rt img {
         width: 100%;
         height: 100%;
         border-radius: 10px;
     }

     .lt {
         display: flex;
         flex-direction: column;
         align-items: center;
         height: 4.5rem;
     }

     .lt .up,
     .lt .down {
         width: 2.08rem;
         height: 2.08rem;
         overflow: hidden;
         position: relative;
         border-radius: 10px;
         flex: 1;

         &>a {
             display: block;
         }
     }

     .lt .down {
         margin-top: 0.32rem;
     }

     p {
         position: absolute;
         bottom: 0;
         left: 0;
         width: 100%;
         height: 55px;
         background-color: rgba(0, 0, 0, 0.5);
         display: flex;
         align-items: center;
         justify-content: center;
         border-bottom-left-radius: 10px;
         border-bottom-right-radius: 10px;
     }

     .lt .up p,
     .lt .down p {
         height: 0.54rem;
     }

     p .txt1 {
         font-size: 0.4rem;
     }

     p .txt2,
     p .txt3 {
         color: #fff;
         font-size: 0.2rem;
     }

     .rt {
         width: 4.5rem;
         height: 4.5rem;
         border-radius: 0.2rem;
         margin-left: 0.3rem;
         overflow: hidden;
         position: relative;

         &>a {
             display: block;
         }
     }
 }

 .box-game {
     width: 100%;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
 }

 .box-game .item {
     width: 2.1rem;
     height: 2.1rem;
     margin-left: 0.3rem;
     margin-top: 0.3rem;
     position: relative;

     &:nth-child(3n+1) {
         margin-left: 0;
     }
 }

 .box-game .item a {
     display: block;

 }

 .box-game .item a img {
     width: 100%;
     border-radius: 0.3rem;
 }

 .box-game .item p {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 0.56rem;
     background-color: rgba(0, 0, 0, 0.5);
     display: flex;
     align-items: center;
     justify-content: center;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
 }

 .box-game .item p {
     color: #fff;
     font-size: 0.2rem;
 }

 .game-desc {
     width: 7rem;

     .title-desc {
         width: 3.06rem;

     }

     .desc {
         width: 7rem;
         margin-top: 0.3rem;
         font-size: 0.3rem;
         color: #fff;
         background-color: #000000;
         border-radius: 0.3rem;
         padding: 0.3rem;
         line-height: 0.4rem;
     }
 }


 .dialog {
     display: none;
 }

 .casual {
     width: 6.94rem;
     margin: 0 auto;
 }

 .temp-box-4 {
     overflow-x: scroll;
     display: flex;
     margin-top: 0.3rem;
 }

 .temp-list-funny {
     display: flex;
     flex-direction: row;
     align-items: center;
 }

 .temp-list-funny .item {
     width: 2.8rem;
     height: 4rem;
     background-color: #002646;
     border-radius: 0.3rem;
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 0.14rem;
     margin-right: 0.2rem;
 }

 .temp-list-funny .item img {
     width: 2.54rem;
     height: 2.54rem;
     border-radius: 0.3rem;

 }

 .temp-list-funny .item p {
     margin-top: -.8rem;

 }

 .temp-list-funny .item .txt {
     color: #fff;
     font-size: 0.2rem;
 }

 .temp-list-funny .item .txt-bt {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-items: center;
     margin-top: 0.1rem;
 }

 .temp-list-funny .item .txt-bt span {
     color: #fff;
     font-size: 0.2rem;
 }

 .temp-list-funny .item .txt-bt img {
     width: 0.76rem;
     height: 0.38rem;
 }

 .box1 {
     width: 6.94rem;
     margin: 0 auto;
 }

 .box-list1 {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
 }

 .box-list1 .items {
     width: 3.38rem;

     margin-top: 0.3rem;
     margin-left: 0.18rem;
     overflow: hidden;
 }

 .box-list1 .items:nth-child(2n+1) {
     margin-left: 0;
 }

 .box-list1 .items>a {
     display: block;
 }

 .box-list1 .items img {
     width: 3.38rem;
     height: 2.04rem;
     border-radius: 0.2rem;
     overflow: hidden;
 }

 .box-list1 .items p {
     width: 100%;
     height: 0.4rem;
     line-height: 0.4rem;
     text-align: center;
     color: #292F52;
     font-size: 0.28rem;
     overflow: hidden;
     text-overflow: ellipsis;
     word-break: break-all;
 }

 .footer {
     width: 100%;
     margin: 0.3rem auto 0;
     box-shadow: none;
     padding-top: 0.4rem
 }

 .footer a {
     margin: 0 auto;
     display: flex;
 }

 .ft-img {
     width: 6.94rem;
     height: 100%;
     margin: 0 auto;
 }

 .footer .ft-txt {
     width: 100%;
     color: #3E493E;
     font-size: 0.28rem;
     text-align: center;
     margin-bottom: 0.2rem;
     display: block;
 }

 .ft-nav {
     width: 6.94rem;
     height: 1.04rem;
     background-color: #EBFFFB;
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
     margin: 0 auto 0.3rem;
     border-radius: 0.2rem;
 }

 .ft-nav a {
     color: #3E493E;
     font-size: 0.24rem;
     font-weight: bold;
     text-align: center;
     text-decoration: underline;
 }

 .ft-nav span {
     width: 0.1rem;
     height: 0.4rem;
     overflow: hidden;
 }

 .empty {
     width: 100%;
     height: 0.4rem;
 }

 a {
     text-decoration: none;
 }

 .ft-img {
     width: 4.68rem;
 }