.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
}

.mobile-wrap {
    position: relative;
    min-height: 100vh;
    width: 100%;
    float: left;
    background: #640093 url(../img/5496d7_750x2586.jpg) top center no-repeat;
    background-size: 100% auto
}

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

.head {
    width: 100%;
    height: 1rem;
    background: url(../img/516c79_750x100.jpg) center no-repeat;
    background-size: 100% auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .24rem
}

.head img {
    width: 2.72rem
}

.head a {
    display: inline-block;
    width: .64rem;
    height: .58rem;
    background: url(../img/5c83d4_64x58.png) center no-repeat;
    background-size: .64rem .58rem
}

.container {
    width: 100%;
    padding: 0 .22rem
}

.banner {
    width: 100%;
    padding: .24rem 0
}

.banner .list {
    width: 100%
}

.banner .list ul {
    width: 100%
}

.banner .list ul li {
    width: 100%
}

.banner .list ul li img {
    width: 100%
}

.banner .list .swiper-pagination {
    bottom: .1rem !important
}

.banner .list .swiper-pagination .swiper-pagination-bullet {
    width: .1rem;
    margin: 0 .05rem;
    height: .1rem;
    opacity: 1;
    background-color: #fff
}

.banner .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffe407
}

.notice {
    width: 100%;
    height: .58rem;
    border-radius: .29rem;
    background: #400060;
    padding: 0 .16rem
}

.notice .ico {
    width: .5rem;
    height: .58rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.notice .ico img {
    height: .46rem
}

.notice .txt {
    width: calc(100% - .5rem);
    line-height: .58rem;
    font-size: .22rem;
    color: #fff;
    font-family: arial
}

.links {
    width: 100%;
    padding: .28rem 0
}

.links .title {
    width: 100%
}

.links .title .txt {
    height: .44rem;
    display: flex;
    justify-content: flex-start
}

.links .title .txt img {
    height: .42rem
}

.links .title .txt img.t2 {
    height: .4rem
}

.links .title .btns {
    width: auto;
    height: .46rem;
    position: relative
}

.links .title .btns:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -.11rem;
    width: .02rem;
    height: .22rem;
    background: #b48083
}

.links .title .btns .btn-box {
    width: .66rem;
    height: .46rem;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left
}

.links .title .btns .btn-box img {
    height: .46rem
}

.links .list {
    width: 100%;
    float: left;
    padding: .2rem 0
}

.links .list ul {
    width: 100%
}

.links .list ul li {
    width: 100%
}

.links .list .item {
    width: 3.42rem;
    height: .7rem;
    border-radius: .12rem;
    background-image: linear-gradient(to right, #640093, #440366);
    padding: 0 .1rem;
    margin: .1rem 0;
    display: flex;
    float: left;
    justify-content: space-between;
    align-items: center
}

.links .list .item:nth-child(2n) {
    float: right
}

.links .list .item .ico {
    width: .5rem;
    height: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .25rem;
    background-color: #590604;
    margin: .1rem 0;
    float: left
}

.links .list .item .ico img {
    width: .52rem
}

.links .list .item .txt {
    width: 1.6rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .22rem;
    color: #fff;
    text-transform: uppercase
}

.links .list .item .btn {
    width: auto
}

.links .list .item .btn a {
    display: inline-block;
    width: .96rem;
    height: .48rem;
    border-radius: .12rem;
    background-image: linear-gradient(to bottom, #f6e9b0, #cd9610);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #640093;
    font-size: .22rem;
    font-family: arial
}

.links .list .item .btn a img {
    width: .24rem;
    margin: 0 .04rem
}

.contact {
    width: 100%
}

.contact .title {
    width: 100%;
    text-align: center;
    font-size: .3rem;
    color: #ffde06;
    font-weight: 700;
    line-height: .54rem;
    font-family: arial
}

.contact .conts {
    width: 100%;
    padding-top: .2rem;
    float: left
}

.contact .conts .item {
    width: 3.44rem;
    height: 1.28rem;
    background: url(../img/7b67b5_344x128.png) center no-repeat;
    background-size: 100% 100%;
    float: left;
    margin: .08rem 0
}

.contact .conts .item:nth-child(2n) {
    float: right
}

.contact .conts .item .ico {
    width: auto;
    text-align: center;
    float: left;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: .26rem
}

.contact .conts .item .ico img {
    width: .7rem;
    position: relative
}

.contact .conts .item .txts {
    width: auto;
    text-align: center;
    font-size: .24rem;
    color: #fff;
    font-family: arial;
    line-height: .4rem;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    float: left;
    padding-left: .1rem
}

.contact .conts .item .txts h4 {
    font-size: .26rem;
    color: #fff
}

.contact .conts .item .txts p {
    width: 100%
}

.contact .conts .item .txts p a {
    display: inline-block;
    width: 1.04rem;
    height: .38rem;
    background-image: linear-gradient(to bottom, #f5e9b0, #c89010);
    border-radius: .19rem;
    text-align: center;
    line-height: .38rem;
    float: left
}

.contact .conts .item .btns {
    width: 100%;
    text-align: center;
    padding-top: .1rem
}

.contact .text {
    width: 100%;
    font-size: .24rem;
    line-height: .4rem;
    color: #fff;
    font-family: arial;
    margin: .32rem 0;
    float: left
}

.contact .downlaod {
    float: left;
    width: 100%
}

.contact .downlaod .item {
    width: 100%;
    height: 1.3rem;
    background-image: linear-gradient(to right, #640093, #400060);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .1rem 0;
    border-radius: .65rem;
    padding-right: .32rem;
    float: left
}

.contact .downlaod .item .ico {
    width: 1.44rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.contact .downlaod .item .ico img {
    width: 1.44rem;
    position: relative;
    top: .04rem
}

.contact .downlaod .item .txt {
    width: 4.2rem;
    float: left;
    padding-left: .1rem
}

.contact .downlaod .item .txt h4 {
    font-size: .28rem;
    color: #fff;
    line-height: .4rem
}

.contact .downlaod .item .txt p {
    font-size: .2rem;
    line-height: .32rem;
    color: #fff;
    max-width: 3.32rem
}

.contact .downlaod .item .btn a {
    display: inline-block;
    width: 1.4rem;
    height: .46rem;
    background-image: linear-gradient(to bottom, #f5e8b0, #c89010);
    border-radius: .12rem;
    font-size: .26rem;
    color: #2e0000;
    text-align: center;
    line-height: .46rem;
    font-family: arial
}

.latest {
    width: 7.06rem;
    height: 4.48rem;
    background: #400060 url(../img/92297e_706x448.png) center no-repeat;
    background-size: 7.06rem 4.48rem;
    float: left;
    margin-top: .4rem;
    border: .03rem solid #400060;
    border-radius: .2rem;
    padding: .16rem 0
}

.latest .title {
    width: 100%;
    text-align: center
}

.latest .title img {
    width: 4.48rem;
    position: relative;
    margin-top: -.4rem
}

.latest .conts {
    width: 100%;
    padding: 0 .22rem;
    padding-top: .2rem
}

.latest .conts .list {
    width: 100%
}

.latest .conts .list ul {
    width: 100%
}

.latest .conts .list ul li {
    width: 1.94rem;
    background-color: #640093;
    border-radius: .1rem;
    overflow: hidden;
    margin-right: .3rem
}

.latest .conts .list ul li .imgs {
    width: 100%;
    height: 1.94rem
}

.latest .conts .list ul li .imgs img {
    width: 100%;
    height: 100%
}

.latest .conts .list ul li .text {
    width: 100%;
    height: 1.16rem;
    padding: 0 .06rem;
    padding-top: .08rem
}

.latest .conts .list ul li .text h4 {
    font-size: .24rem;
    line-height: .36rem;
    color: #fff
}

.latest .conts .list ul li .text p {
    font-size: .2rem;
    line-height: .26rem;
    color: #6a76b9
}

.latest .conts .list ul li .text h5 {
    font-size: .28rem;
    background-image: linear-gradient(to bottom, #dd9e00, #ffe79d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: .44rem
}

.footer {
    width: 100%;
    margin-top: .3rem;
    float: left
}

.footer img {
    width: 100%
}