a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block
}
body {
  line-height: 1.5
}
ol,ul {
  list-style: none
}

blockquote,q {
  quotes: none
}
blockquote:after,blockquote:before,q:after,q:before {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

a {
  color: inherit;
  text-decoration: none
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

body,html {
  width: 100%;
  height: 100%;
  font-family: '微软雅黑';
  overflow: hidden;
  background: #000000
}
html, body, div,
.earth_text p {
  line-height: 1.6
}
body {
  font-size: .24rem;
  color: #fff;
}
.zhibo_outer
{
  height: 3.4rem;
}
@media screen and (min-width:640px) {
  body,html {
    max-width: 640px;
    margin: 0 auto;
    height: 1008px;
    overflow: hidden;
    position: relative
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center;
  background-image: url();
  display: none
}
.swiper-wrapper {
  z-index: 10
}

.swiper-pagination {
  position: absolute;
  left: .3rem;
  border-left: 2px solid #6286b7;
  width: 5px;
  top: 2.2rem!important;
  transform: none!important;
  -webkit-transform: none!important
}

.swiper-pagination-bullet-active {
  background: #fff!important;
  -webkit-transform: scale(1.5);
  transform: scale(1.5)
}

.swiper-pagination-bullet {
  margin: 0!important;
  margin-top: .3rem!important;
  background: #6286b7;
  opacity: 1;
  position: relative;
  left: -5px
}

.swiper-pagination .swiper-pagination-bullet:first-child {
  margin-top: 0!important
}

.up_arrow {
  display: inline-block;
  width: 1.15rem;
  height: 0.7rem;
  background:  no-repeat center;
  background-size: contain;
  background-image: url(../images/section1/arrow.png);
}
.arrow_outer {
  position: absolute;
  bottom: .2rem;
  z-index: 100;
  width: 100%;
  height: .7rem;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  -moz-transition: transform .3s;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  text-align: center;
  z-index: 1000
}

.aniArrowDown {
  -webkit-animation: aniArrowDown .7s .3s ease-in alternate infinite both;
  animation: aniArrowDown .7s .3s ease-in alternate infinite both
}

@-webkit-keyframes aniArrowDown {
  0% {
    -webkit-transform: translateY(-.06rem)
  }

  100% {
    -webkit-transform: translateY(.06rem)
  }
}

.reverse {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  -moz-transition: transform .3s;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s
}

#loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
#loading .qiu_outer
{
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -0.6rem;
  top: 50%;
  margin-top: -1.33rem;
}
#loading .qiu
{
  width: 1.33rem;
  position: relative;
}
#loading .tang
{
  position: absolute;
  width: 0.36rem;
  top: 6%;
  right: -4%;
}
#loading .bar_outer
{
  width: 1.37rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5rem;
  margin-left: -0.685rem;
  overflow: hidden;

}
#loading .bar_outer .outline
{
  display: inline-block;
  width: 1.37rem;
  position: relative;
}
#loading .bar_outer .bar
{
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0%;
  overflow: hidden;
  border-radius: 0.05rem;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#loading .bar_outer .bar img
{
  width: 100%;
  position: absolute;
  bottom: 0;
  vertical-align: top;
}

.loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  align-items: center;
  justify-content: center;
}
.pacman {
  position: relative; }
  .pacman > div:nth-child(2) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
            animation: pacman-balls 1s 0s infinite linear; }
  .pacman > div:nth-child(3) {
    -webkit-animation: pacman-balls 1s 0.33s infinite linear;
            animation: pacman-balls 1s 0.33s infinite linear; }
  .pacman > div:nth-child(4) {
    -webkit-animation: pacman-balls 1s 0.66s infinite linear;
            animation: pacman-balls 1s 0.66s infinite linear; }
  .pacman > div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0.99s infinite linear;
            animation: pacman-balls 1s 0.99s infinite linear; }
  .pacman > div:first-of-type {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
            animation: rotate_pacman_half_up 0.5s 0s infinite; }
  .pacman > div:nth-child(2) {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
            animation: rotate_pacman_half_down 0.5s 0s infinite;
    margin-top: -50px; }
  .pacman > div:nth-child(3), .pacman > div:nth-child(4), .pacman > div:nth-child(5), .pacman > div:nth-child(6) {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
        -ms-transform: translate(0, -6.25px);
            transform: translate(0, -6.25px);
    top: 25px;
    left: 100px; }
    @-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }

  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }

  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }

  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }

  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7; }

  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }

@keyframes pacman-balls {
  75% {
    opacity: 0.7; }

  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }

.tl {
  text-align: left
}

.tr {
  text-align: right
}
.center {
  text-align: center
}

.animate_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0
}
.sound_btn {
/*  position: absolute;
  right: .3rem;
  top: .3rem;
  display: inline-block;
  width: .7rem;
  height: .7rem;
  background: url(../images/section2/music.png) no-repeat center;
  z-index: 1000;*/
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  -moz-transition: transform .3s;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s
}

#henping {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000 url(../images/section2/horizonal_text.png) no-repeat center;
  background-size: 3rem auto;
  z-index: 99999999;
  display: none
}
.design
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
}
img{
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  vertical-align: top;
}
*
{
  margin-top: 0%;
  position: relative;
  z-index: 1;
}

/****/
.bg1
{
  background: url(../images/section1/bg.jpg) no-repeat top center;
  background-size: cover;
}
.bg2
{
  background: url(../images/section1/bg2.jpg) no-repeat top center;
  background-size: cover;
}
.bg3
{
  background: url(../images/section1/bg3.jpg) no-repeat top center;
  background-size: cover;
}
.bg4
{
  background: url(../images/section1/bg4.jpg) no-repeat top center;
  background-size: cover;
}
.bg5
{
  background: url(../images/section1/bg5.jpg) no-repeat top center;
  background-size: cover;
}
.page1 .slogan
{
  margin-top: 5%;
}
.page1 .jrlogo
{
  width: 1.9rem;
  margin-top: 5%;
}
.page1 .text
{
  margin-top: 2%;
}
.page2 .title
{
  width: 2.47rem;
  margin-top: 8.5%;
}
.page2 .slogan
{
  width: 3.12rem;
  margin-top: 2%;
}

.page2 .text1,.page2 .text_wrap
{
  width: 5rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-size: 0.23rem;
  line-height: 1.7;
}
.page2 .text1
{
  margin-top: 4%;
}
.page2 .text_wrap
{
  margin-top: 4%;
  line-height: 1.5;
}
.page2 .text_wrap p
{
  padding: 0.22rem;
  position: relative;
  z-index: 2;
}
.text_bg
{
  background: rgba(0,0,0,0.6);
  position: absolute;
  left: -2px;
  top: -2px;
  border:2px solid #333;
  width: 100%;
  height: 100%;
}
.team_page .slogan
{
  margin-top: 3%;
}
.team_page .poster
{
  margin-top: -8%;
}

.team_page .logo
{
  width: 4.06rem;
  margin-top: -36%;
}
.jiaohu_outer
{
  position: relative;
  margin-top: -3.5%;
}
.jiaohu_outer .bg
{
  position: relative;
  width: 5.41rem;
}
.jiaohu_outer a,.jiaohu_outer p
{
  position: absolute;
  z-index: 100;
}
.jiaohu_outer .name
{
  text-align: center;
  font-size: 0.36rem;
  width: 40%;
  font-weight: bold;
  margin: 9% auto 0;
  display: block;
  left: 30%;
  line-height: 1.3;
  transform:translate(0,-50%);
  -webkit-transform:translate(0,-50%);
}
.jiaohu_outer a.detal_btn
{
  width: 1.68rem;
  height: 0.5rem;
  background: url(../images/section1/team_detail.png) no-repeat center;
  background-size: contain;
  left: 3%;
  top: 39%;
}
.jiaohu_outer a.toupiao_btn
{
  width: 1.68rem;
  height: 0.5rem;
  background: url(../images/section1/team_toupiao.png) no-repeat center;
  background-size: contain;
  right: 3%;
  top: 39%;
}
.logos_outer>*
{
  position: absolute;
}
.logos_outer>.bg
{
  position: relative;
}
.toupiao_page .title
{
  width: 4.17rem;
  margin-top: 7%;
}
.logos_outer
{
  margin-top: 0%;
}
.logos_outer .zhichi_outer1
{
  top: 25.5%;
}
.logos_outer .zhichi_outer2
{
  top: 55.1%;
}
.logos_outer .zhichi_outer3
{
  top: 84.1%;
}
.logos_outer a
{
  display: inline-block;
  width: 1.18rem;
  height: 0.44rem;
  background: url(../images/section1/zhichi.png) no-repeat center;
  background-size: contain;
  text-indent: -10rem;
  overflow: hidden;
  position: absolute;
}
.logos_outer>div
{
  position: absolute;
  width: 100%;
}
.logos_outer a:nth-child(1)
{
  left: 6.5%;
}
.logos_outer a:nth-child(2)
{
  left: 29%;
}
.logos_outer a:nth-child(3)
{
  left: 52%;
}
.logos_outer a:nth-child(4)
{
  left: 76%;
}
.sound_control
{
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  overflow: visible;
  top: 0.3rem;
  right: 0.3rem;
  z-index: 100;
}
.sound_control a
{
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/section1/music_off_8d94020.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sound_control .piao
{
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -0.05rem;
  bottom: -0.05rem;
  background: url(../images/section1/music_c0fda01.gif) no-repeat 0 0;
  background-size: contain;
  display: none;
}
.turn_on .sound_btn
{
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.turn_on .piao
{
  display: block;
}
.swiper-wrapper .close
{
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/section1/close.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
}
.team_info
{
  position: absolute;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.team_info .logo2
{
  width: 4.06rem;
  margin-top: 0.8rem;
}
.team_info h2
{
  font-size: 0.38rem;
  color: #00d8ff;
  font-weight: bold;

}
.team_info p
{
  font-size: 0.22rem;
  color: #fff;
}
.team_text
{
  width: 80%;
  margin: 0.2rem auto 0;
}
.team_member
{
  margin-top: 0.6rem;
}
.cover
{
  display: inline-block;
  display: none;
}
.cover_inner
{
  width: 3rem;
  padding: 0.5rem 0.6rem 0.7rem;
  background: #fff;
  border: 5px solid #145591;
  z-index: 10;
  position: relative;
}
.input_outer
{
  width: 3rem;
  overflow: hidden;
}
.form_cover input
{
  background: #2472b9;
  border:none;
  color: #fff;
  font-size: 0.3rem;
  line-height:0.34rem; 
  width: 3rem;
  text-align: center;
  margin-bottom: 0.15rem;
  outline: none;
  padding: 0.1rem 0;
  border-radius: 0;
}
.form_cover input:focus::-webkit-input-placeholder{
  color: #2472b9;
}
.cover input::-webkit-input-placeholder{ 
  color:#fff; 
} 
.submit_btn
{
  display: inline-block;
  width: 2.99rem;
  height: 0.85rem;
  background: url(../images/section1/toupiao.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  margin-left: -1.5rem;
  bottom: -0.3rem;
  overflow: hidden;
  text-indent: -99px;
}
.form_cover .close
{
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/section1/close2.jpg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  left: auto;
}
.cover_qiu
{
  width: 3.16rem;
  height: 1.5rem;
  position: absolute;
  bottom: 100%;
  margin-left: -1.58rem;
  left: 50%;
  background: url(../images/section1/qiuqiu.png) no-repeat top center;
  background-size: cover;
}
.cover_qiu .star1
{
  display: inline-block;
  width: 0.47rem;
  height: 0.48rem;
  background: url(../images/section1/star1.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  top: 26%;
  right: 6%;
}
.cover_qiu .star2
{
  display: inline-block;
  width: 0.24rem;
  height: 0.23rem;
  background: url(../images/section1/star2.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  top: 45%;
  left: 10%;
}
.rank_page
{
  display: none;
}
.rank_page .title
{
  width: 2.52rem;
  margin-top: 0.5rem;

}
.rank_list
{
  width: 88%;
  margin: 0.47rem auto 0;
  position: relative;
  overflow: hidden;
}
.rank_list li
{
  height: 0.54rem;
  margin-bottom:0.08rem; 
  background: rgba(0,0,0,0.5);
  line-height: 0.54rem;
  position: relative;
}
.rank_list li .num
{
  display: inline-block;
  font-size: 0.28rem;
  vertical-align: middle;
  margin-left: 0.16rem;
  font-weight: bold;
}
.rank_list li .logo
{
  display: inline-block;
  vertical-align: middle;
  width: 0.7rem;
  margin-left: 0.1rem;
  position: relative;
  top: -5%;
}
.rank_list li .teamname
{
  font-size: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.21rem;
}
.rank_list li .piaonum
{
  display: inline-block;
  vertical-align: middle;
  font-size: 0.2rem;
  position: absolute;
  right: 0.57rem;
  line-height: 0.54rem;
  top: 0;
}
.rank_list li .piao_text
{
  display: inline-block;
  vertical-align: middle;
  font-size: 0.2rem;
  position: absolute;
  right: 0.16rem;
  line-height: 0.54rem;
  top: 0;
}
.rank_list li .bar
{
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  z-index: 0;
}
.rank_list li:nth-child(odd) .bar
{
  background: rgba(30,138,153,0.5);
}
.rank_list li:nth-child(even) .bar
{
  background: rgba(28,83,117,0.5);
}
#overlay
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  z-index: 9999;
}
.share_page
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
}
.share_page .qiu
{
  width: 1.76rem;
  position: absolute;
  top: 0.2rem;
  right: 0.1rem;
}
.share_page .text
{
  width: 82%;
  position: absolute;
  top: 25%;
  left: 9%;
}

.preloader {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-animation: preloader-spin 1s steps(12, end) infinite;
  animation: preloader-spin 1s steps(12, end) infinite;
}
@-webkit-keyframes preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  width: 270px;
  position: absolute;
  z-index: 13500;
  left: 50%;
  margin-left: -135px;
  margin-top: 0;
  top: 50%;
  text-align: center;
  border-radius: 13px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1.185);
  transform: translate3d(0, 0, 0) scale(1.185);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  color: #000;
  display: none;
}
.modal.modal-in {
  opacity: 1;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.modal.modal-out {
  opacity: 0;
  z-index: 13499;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.modal-inner {
  padding: 15px;
  border-radius: 13px 13px 0 0;
  position: relative;
  background: rgba(255, 255, 255, 0.95);
}
.modal-title
{
  font-size: 0.4rem;
}
.modal-text
{
  font-size: 0.3rem;
  margin-bottom: 0.1rem;
}
.modal-inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.modal-buttons {
  height: 44px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.modal-buttons.modal-buttons-vertical {
  display: block;
  height: auto;
}
.modal-button {
  width: 100%;
  padding: 0 5px;
  height: 44px;
  font-size: 17px;
  line-height: 44px;
  text-align: center;
  color: #007aff;
  display: block;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  background: rgba(255, 255, 255, 0.95);
}
.modal-button:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 15;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}