.move-touch {
    -webkit-overflow-scrolling: touch
}

.auto-center ul li .pict {
    display: table;
    width: 100%;
    text-align: center
}

.auto-center ul li .pict i {
    vertical-align: middle;
    display: table-cell
}

.vague {
    -webkit-filter: blur(2px);
    transition: .3s;
    -webkit-transition: .3s
}

.rogate {
    transition: .3s;
    -webkit-transition: .3s
}

.rogate:hover {
    transform: rotate(90deg)
}

.arrow {
    position: relative;
    line-height: 1;
    margin-left: .1rem
}

.arrow:before {
    content: "";
    position: absolute;
    top: -.02rem;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: .08rem solid;
    border-right: .08rem solid transparent;
    border-top: .08rem solid transparent;
    border-left: .08rem solid transparent
}

.arrow:after {
    content: "";
    position: absolute;
    top: .18rem;
    left: 0;
    width: 0;
    height: 0;
    border-top: .08rem solid;
    border-right: .08rem solid transparent;
    border-bottom: .08rem solid transparent;
    border-left: .08rem solid transparent
}

.arrow.one:before {
    display: none
}

.arrow.one:after {
    top: .14rem
}

.border-top:before {
    background: #dadada;
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
    width: 200%;
    top: 0;
    left: 0
}

.border-bottom:after {
    background: #dadada;
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
    width: 200%;
    bottom: -1px;
    left: 0
}

.flex-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.flex-slide>* {
    flex-shrink: 0
}

.box-space-between {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

.box-space-between>* {
    flex-shrink: 0
}

.touch-state {
    position: relative
}

.touch-state label {
    position: relative;
    background: #fff;
    display: block;
    width: .9rem;
    height: .45rem;
    border: 1px solid #ccc;
    border-radius: .3rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.touch-state label:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    width: .41rem;
    height: .41rem;
    background: #fff;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .4);
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.touch-state input {
    position: absolute;
    z-index: 0;
    opacity: 0;
    left: 45%;
    top: 20%
}

.touch-state input:checked+label {
    background: #47b92c;
    border-color: #47b92c
}

.touch-state input:checked+label:after {
    left: calc(100% - .41rem)
}

.swiper-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-box;
    position: relative
}

.swiper-slide {
    flex-shrink: 0;
    position: relative
}

.mohu {
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)
}

.fixed-top {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 2;
    background: #fff
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff
}

.column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.column>* {
    column-count: 1;
    flex-grow: 1;
    flex-shrink: 0;
    text-align: center
}

a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
    margin: 0;
    padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 400
}

table {
    border-spacing: 0
}

body {
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    line-height: 1;
    color: #333;
    -webkit-user-select: none;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

li {
    list-style-type: none;
    float: left
}

a {
    text-decoration: none;
    color: #333;
    outline: 0
}

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

em,
i,
var {
    font-style: normal
}

button {
    font-family: "microsoft yahei", Arial;
    outline: 0;
    cursor: pointer;
    font-size: .26rem;
    border: none
}

iframe {
    border: none
}

input,
select,
textarea {
    outline: 0;
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    border-radius: 0;
    border: none;
    background: 0 0
}

input:disabled {
    opacity: 1;
    color: #333
}

button,
input[type=button],
input[type=date],
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    border: none;
    background: 0 0
}

textarea {
    resize: none
}

.ico {
    display: inline-block;
    vertical-align: middle
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.hide {
    display: none !important
}
.kefu {
    position: fixed;
    top: 30%;
    right: 0;
    /* width: 1.07rem;
    height: 2.09rem; */
    z-index: 999999;
}
.kefu img {
    display: inline-block;
    width: 4rem;
    height: 6rem;
}
.mobile-wrap {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin : auto;
    background: url(../images/bacground.png) top center no-repeat;
    background-size: 100% 100%;
    /* padding-bottom: 1.8rem */
}
.luodi-bottom {
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    height: auto;
    /* line-height: 5.5rem; */
    min-height: 3.5rem;
    
}
.luodi-bottom  .img-bottom {
    display: inline-block;
    width: 30%;
    height: 3rem;
    margin-right: 1rem;
    position: absolute;
    right: 0;
    animation-name: scaleDrawnew;
    animation-timing-function: ease-in-out; 
    animation-iteration-count: infinite;
    animation-duration: 2s; 
}
.luodi-inner {
    margin-top: 2rem;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    height: 15rem;
}
.luodi-inner .luodi-inner-left {
    display: inline-block;
    width: 5rem;
    /* height: 15rem; */
    min-height: 15rem;
}
.luodi-inner .luodi-inner-right {
    display: inline-block;
    width: 3rem;
    /* height: 15rem; */
    min-height: 15rem;
}
.luodi-world {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2rem 0 2rem;
    position: relative;
}
.luodi-world .luodi-world-right {
    position: absolute;
    right: 1rem;
    top: 0;
    width: 8rem;
    height: 6rem;

}
.luodi-world .luodi-world-left{
    display: inline-block;
    width: 90%;
    /* height: 10rem; */
    min-height: 10rem;
}
.luodi-footer-wrap {
    text-align: center;
    height: 8rem;
    /* position: absolute;
    bottom: 0; */
    width: 100%;
}
.position-ab-luodi {
    position: absolute;
    bottom: 0;
}

.download-div {
    width: 100%;
    height: 8rem;
    /* background: linear-gradient(rgba(84, 2,73 ,1), rgba(118, 1, 92,1), rgba(97, 2, 94, 1)); */
    position: relative;
}
.download-div .btn-download {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 1.5rem;
    margin: auto;
    /* background: linear-gradient(to bottom, rgba(241, 246, 149, 1), rgba(199, 152, 80, 1)); */
    height: 4rem;
    /* border-radius: 0.5rem; */
    /* box-shadow: 0px 2px 4px rgba(208, 158, 70, 255); */
    cursor: pointer;
    animation-name: scaleDraw; /*关键帧名称*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    animation-iteration-count: infinite; /*动画播放的次数*/
    animation-duration: 2s; /*动画所花费的时间*/
}
@keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
      transform: scale(1); /*开始为原始大小*/
    }
    25% {
      transform: scale(1.05); /*放大1.1倍*/
    }
    50% {
      transform: scale(1);
    }
    75% {
      transform: scale(1.05);
    }
}
@keyframes scaleDrawnew {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
      transform: scale(1); /*开始为原始大小*/
    }
    25% {
      transform: scale(1.15); /*放大1.1倍*/
    }
    50% {
      transform: scale(1);
    }
    75% {
      transform: scale(1.15);
    }
}
.download-div .support-div {
    position: absolute;
    bottom: 0.5rem;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.download-div .support-div .support-span  {
    color: #ccc;
    font-weight: 200;
}
.support-a {
    color:#fff000;
    font-weight: 500;
}
.hot-top .fire {
    padding: 1rem;
}
.hot-top img {
    width: 100%;
}
.line-wrap img {
    width: 100%;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-right: 9rem;
    margin-bottom: 1rem;
}
.line-wrap {
    height: 25rem;
}
.line-wrap .line-inner {
    height: 25rem;
    padding: .5rem 1rem;
}
.line-wrap .line-inner .line-one {
    height: 4rem;
    background: linear-gradient(to right, rgba(85, 1, 99, 1), rgba(78, 1, 91, 1));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.line-wrap .line-inner .line-two, .line-four {
    height: 4rem;
    background: rgba(92, 0, 107, 1);
}
.line-wrap .line-inner .line-three {
    height: 4rem;
    background: linear-gradient(to right, rgba(85, 1, 99, 1), rgba(78, 1, 91, 1));
}
.line-wrap .line-inner .line-five {
    height: 4rem;
    background: linear-gradient(to right, rgba(85, 1, 99, 1), rgba(78, 1, 91, 1));
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.line-one, .line-two, .line-four, .line-three, .line-five {
    display: flex;
    justify-content:space-between;
    color: #fff;
    align-items: center;
    padding: 0 .5rem;
}
.line-right a {
    color: #fff;
    display: inline-block;
    width: 4rem;
    height: 2rem;
    background: blueviolet;
    border-radius: 5px;
    padding: 0 0.5rem;
    line-height: 2rem;
    animation-name: scaleDraw; /*关键帧名称*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    animation-iteration-count: infinite; /*动画播放的次数*/
    animation-duration: 2s; /*动画所花费的时间*/
}
.line-ms {
    margin-top: 0.3rem;
    color: rgba(201, 107,215, 1);
}
.line-world {
    color: rgba(247, 195, 255, 1);
}
.line-center div {
    font-size: 21px;
}
.line-left, .line-right {
    font-size: 12px;
} 

.footer-wrap {
    width: 100%;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.footer-wrap .span-in-btn {
    color: rgba(135, 88, 143, 1);
    font-size: 14px;
}
.page-one-container {
    width: 100%;
    position: absolute;
    bottom: 5rem;
}
.page-one-container  .intrs {
    width: 100%;
    text-align: center;
    padding: 1rem 1.5rem;
}
.page-one-container .intrs img {
    width: 100%
}
.page-one-footer-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.page-one-footer-wrap .span-in-btn {
    color: rgba(135, 88, 143, 1);
}

body,
html {
    width: 100%;
    height: 100%
}

.container {
    width: 100%;
    /* padding: 0 .24rem */
}

.container .videos {
    width: 100%
}

.container .videos img {
    width: 100%
}

.container .intrs {
    width: 100%;
    text-align: center;
  /*  padding: 1rem 1.5rem;*/
}

.container .intrs img {
    width: 100%
}

.container .button {
    width: 100%;
    text-align: center;
    padding-top: .58rem;
    padding-bottom: .36rem;
    float: left
}

.container .button button {
    width: 4.48rem;
    height: 1.18rem;
    background-size: 4.48rem 1.18rem;
    -webkit-animation: myfirst 1s infinite;
    animation: myfirst 1s infinite
}

.container .live {
    width: 100%;
    padding-top: .18rem
}

.container .live .title {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: .34rem;
    align-items: center
}

.container .live .title img {
    width: 4.26rem
}

.container .live .list {
    width: 100%;
    padding: .36rem 0;
    float: left
}

.container .live .list ul {
    width: 100%
}

.container .live .list ul li {
    width: 3.36rem;
    margin-bottom: .32rem;
    position: relative
}

.container .live .list ul li img {
    width: 100%
}

.container .live .list ul li .labs {
    position: absolute;
    right: .12rem;
    top: .3rem
}

.container .live .list ul li .labs img {
    width: .74rem
}

.container .live .list ul li:nth-child(2n) {
    float: right
}

.container .team {
    width: 100%;
    float: left
}

.container .team .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.container .team .title img {
    width: 4.26rem
}

.container .team .conts {
    width: calc(100% + .48rem);
    left: -.24rem;
    position: relative;
    padding: .2rem 0;
    float: left
}

.container .team .conts .list {
    width: 100%;
    margin: .14rem 0;
    float: left
}

.container .team .conts .list ul {
    width: 100%;
    transition-timing-function: linear
}

.container .team .conts .list ul li {
    width: 1.78rem;
    height: 1.88rem;
    margin-right: .2rem
}

.container .team .conts .list ul li img {
    width: 100%;
    height: 100%
}

.container .team .conts .list:last-child {
    padding-left: .2rem
}

.container .service {
    width: 100%;
    text-align: center;
    padding: .1rem 0;
    float: left
}

.container .service button {
    width: 5.48rem;
    height: 1rem;
    background-size: 5.48rem 1rem
}

@-webkit-keyframes myfirst {
    from {
        transform: scale(1)
    }

    50% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

@keyframes myfirst {
    from {
        transform: scale(1)
    }

    50% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}