@charset "utf-8";
html, body, iframe,
h1, h2, h3, h4, h5, h6, p, ol, ul, form, dl, dd, td, input, table, tr {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", SimHei, "Microsoft JhengHei", "STHeiti ";
    font-size: 14px;
}

img {
    border: none;
}

input[type='button'], input[type='submit'], input[type='reset'], button {
    cursor: pointer;
    outline: none;
}

/* HTML5 display-role reset for older browsers */
article, footer, header, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
}
/*************************************************/
html,body{
    height:100%;
}
body{
    font-family:"microsoft yahei";
}
.swiper-container {
    width: 100%;
    height: 100%;
    background-color: #eee;
}
.swiper-slide{
    width:100%;
    height:100%;
}
/****************************/
.msg-list{

}
.list-item:after{
    display: table;
    clear: both;
    content: "";
}
.list-item{
    border-bottom: 1px solid #ffffff;
    padding: 10px 20px;
}
 li.none-border{
    border-bottom: none;
}
.item-left{
    float: left;
    text-align: right;
    width: 5em;
}
.item-left,.item-right{
    line-height: 25px;
    font-size: 16px;
    color: #606060;
}
.item-right{
    margin-left: 5em;
}
.img-box img{
    display: block;
    width: 100px;
    height: 100px;
    border-radius:50% ;
    margin: 0 auto;
}
/*****************************************/
.express-title{
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    color: #ffffff;
}
.express-title .company{
    color: #22a3ff;
    font-weight: bold;
}
.express-title .time{
    font-size: 12px;
    font-weight: bold;
}
.txt-bold{
    font-weight: bold;
}
.express-body p{
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
}
.express-item{
    padding: 15px;
    border-bottom: 1px solid #ffffff;
}
/*****************************/
.person-list{
    padding: 10px;
}
.person-list .person-item{
    line-height: 25px;
    font-size: 15px;
    color: #ffffff;
    padding: 0 10px;
}
.person-list .item-title{
    line-height: 32px;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    padding: 0px 20px;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 10px;
}
/***************************************/
.my-title{
    text-align: center;
    padding-bottom: 10px;
}
.my-qrcode img{
    display: block;
    width: 225px;
    height: 225px;
    margin: 0 auto;
}
/************************************/
.arrow-up{
    display: block;
    width: 24px;
    height: 18px;
    border: none;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 20px;
    z-index: 999;
    -webkit-animation: tipmove 1.5s infinite ease-in-out;
    background: rgba(221, 221, 221, 0.47);
    border-radius: 50%;
    padding: 9px 6px;
}
@-webkit-keyframes tipmove{0%{bottom:10px;opacity:0}50%{bottom:15px;opacity:1}100%{bottom:20px;opacity:0}}

/***********************************/
.swiper-slide:nth-child(1){
    background:url("../img/bg01.jpg") no-repeat center;
    background-size: 100% 100%;
}
.swiper-slide:nth-child(2){
    background:url("../img/bg02.jpg") no-repeat center;
    background-size: 100% 100%;
}
.swiper-slide:nth-child(3){
    background:url("../img/bg03.jpg") no-repeat center;
    background-size: 100% 100%;
}
.swiper-slide:nth-child(4){
    background:url("../img/bg04.jpg") no-repeat center;
    background-size: 100% 100%;
}
.swiper-slide:nth-child(5){
    background:url("../img/bg05.jpg") no-repeat center;
    background-size: 100% 100%;
}
.swiper-slide:nth-child(6){
    background:url("../img/bg06.jpg") no-repeat center;
    background-size: 100% 100%;
}
.swiper-slide:nth-child(7){
    background:url("../img/bg07.jpg") no-repeat center;
    background-size: 100% 100%;
}
/***********************************/
#bgm-play{
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 999;
    background-image: url(../img/music.png);
    background-size: 100% 100%;
    border-radius: 50%;
    opacity: 0.5;
}
#bgm-play.rotate{
    -webkit-animation: rotateing 1.5s infinite linear;
}
@keyframes rotateing{
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*******************loading***********************/
.loading{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,  #3023ae 0%,#c86dd7 100%);
    text-align: center;
    z-index: 1000;
}
.load-span{
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    padding: 20px 0;
    background-color: rgba(51, 51, 51, 0.26);
    border-radius: 7px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.share-img{
    z-index: -1;
    position: absolute;
}