
img {
    max-width: 100%;
    height: auto;
    width:auto\9; /* ie8 */
    width:100%;
    display:block;
    -ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}
body{font-family: PingFangSC, Microsoft YaHei, "Helvetica Neue", Helvetica, Arial, sans-serif;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a{text-decoration:none;display: block;}
a:hover{text-decoration:none;}
*{box-sizing: border-box;margin:0;padding:0;list-style: none}
body{
    background:#011422;
    color:#fff;
    padding-bottom:1.5rem;
}
#view{
    width:10rem;
    margin:0 auto;

}
.flex{
    display: -webkit-flex;
    display: flex;
}
.align-items{
    align-items: center;
    -webkit-align-items: center;
}
.flex1{
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}
.ellipsis{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#top{
    width:100%;
    height:2rem;
    background:rgba(0,0,0,1);
    position: fixed;
    top: 0%;
    /* border: 1px solid red; */
    z-index: 9999;
}
.top_left,.top_right{
    display: inline-block;
}
.top_left>img{
    width: 2.5rem;
    position: absolute;
    left: 0.5rem;
    top: 0.6rem;
}
.top_right>img{
    width: 0.5rem;
    position: absolute;
    right: 0.5rem;
    top: 0.75rem;
}
#tab{
    width:50%;
    height:100%;
    background:rgba(1,12,18,1);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    display: none;
}
#tab>img{
    width: 0.5rem;
    position: absolute;
    right: 0.5rem;
    top: 0.75rem;
}
#tab>ul{
    margin-top: 3rem;
}
#tab>ul>li{
    margin-left:1.3rem;
    margin-top: 0.5rem;
}
#tab>ul>li>a{
    color: #fff;
    font-size: 0.4rem;
    font-weight: 300;
}
.gif{
    width: 1.6rem !important;
    position: fixed;
    bottom: 10.5rem;
    right: 0.2rem;
    z-index: 9999;
}
.gif2{
    width: 1.6rem !important;
    position: fixed;
    bottom: 9rem;
    right: 0.2rem;
    z-index: 9999;
}
#hezuo a{
    width: 5.8rem;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
#hezuo .first{
    margin: 0.5rem auto 0;
}
#banner{
    background:url("/img/four/gdbg.png");
    background-size:100% 100%;
    font-size:0.266667rem;
    /* text-align: center; */
    /* padding-bottom:0.573333rem; */
    position: relative;
}
#banner img{
    width:10rem;
    margin:0 auto 0.4rem;
}
.bannertxt{
    width:9.266667rem;
    margin:0 auto;
    height:4.6rem;
    background:url("/img/four/kuang.png");
    background-size:100% 100%;
    line-height: 2.0;
    padding:0.8rem;
}
#rotate{
    padding:1.066667rem 0;
    position: relative;
    background:url("/wap/img/mims/bg2.png") no-repeat;
    background-size:100% 100%;
    background-position: center center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
#rotate .ball{
    width:7.5rem;
    margin:0 auto;
}
#rotate .tab{
    position: absolute;
    font-size:0.4rem;
    width:1.8rem;
    line-height:0.8rem;
    color:#fddc7a;
    border: 1px solid #fddc7a;
    background:#00031B;
    font-weight: bold;
    text-align: center;
    z-index:1;
    animation-direction:alternate;
    -webkit-animation-direction:alternate;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
#rotate .bgtab{
    position: absolute;
    width:2.0rem;
    height:1.0rem;
    z-index:9;
    animation-direction:alternate;
    -webkit-animation-direction:alternate;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
#rotate .tab1{
    left:45%;
    top:12%;
    animation:rotate1 10s infinite;
    -webkit-animation:rotate1 10s infinite;
}
#rotate #tab1{
    left:44%;
    top:11%;
    animation:rotate1 10s infinite;
    -webkit-animation:rotate1 10s infinite;
}
#rotate .tab2{
    left:16%;
    top:34%;
    animation:rotate2 10s infinite;
    -webkit-animation:rotate2 10s infinite;
}
#rotate #tab2{
    left:15%;
    top:33%;
    animation:rotate2 10s infinite;
    -webkit-animation:rotate2 10s infinite;
}
#rotate .tab3{
    left:68%;
    top:41%;
    animation:rotate3 10s infinite;
    -webkit-animation:rotate3 10s infinite;
}
#rotate #tab3{
    left:67%;
    top:40%;
    animation:rotate3 10s infinite;
    -webkit-animation:rotate3 10s infinite;
}
#rotate .tab4{
    left:23%;
    top:61%;
    animation:rotate4 10s infinite;
    -webkit-animation:rotate4 10s infinite;
}
#rotate #tab4{
    left:22%;
    top:60%;
    animation:rotate4 10s infinite;
    -webkit-animation:rotate4 10s infinite;
}
#rotate .tab5{
    left:53%;
    top:68%;
    animation:rotate5 10s infinite;
    -webkit-animation:rotate5 10s infinite;
}
#rotate #tab5{
    left:52%;
    top:67%;
    animation:rotate5 10s infinite;
    -webkit-animation:rotate5 10s infinite;
}
/*1*/
@-webkit-keyframes rotate1 {
    0% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
    25% {
        -webkit-transform:translate(-5px,0px);
        transform:translate(-5px,0px);
    }
    50% {
        -webkit-transform:translate(0px,-5px);
        transform:translate(0px,-5px);
    }
    75% {
        -webkit-transform:translate(5px,0px);
        transform:translate(5px,0px);
    }
    100% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
}

@keyframes rotate1 {
    0% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
    25% {
        -webkit-transform:translate(-5px,0px);
        transform:translate(-5px,0px);
    }
    50% {
        -webkit-transform:translate(0px,-5px);
        transform:translate(0px,-5px);
    }
    75% {
        -webkit-transform:translate(5px,0px);
        transform:translate(5px,0px);
    }
    100% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
}
/*2*/
@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
    25% {
        -webkit-transform:translate(5px,5px);
        transform:translate(5px,5px);
    }
    50% {
        -webkit-transform:translate(-5px,0px);
        transform:translate(-5px,0px);
    }
    75% {
        -webkit-transform:translate(5px,0px);
        transform:translate(5px,0px);
    }
    100% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
    25% {
        -webkit-transform:translate(5px,5px);
        transform:translate(5px,5px);
    }
    50% {
        -webkit-transform:translate(-5px,0px);
        transform:translate(-5px,0px);
    }
    75% {
        -webkit-transform:translate(5px,0px);
        transform:translate(5px,0px);
    }
    100% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
}
/*3*/
@-webkit-keyframes rotate3 {
    0% {
        -webkit-transform:translate(0px,0px);
        transform:translate(0px,0px);
    }
    25% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
    50% {
        -webkit-transform:translate(5px,0px);
        transform:translate(5px,0px);
    }
    75% {
        -webkit-transform:translate(0px,-5px);
        transform:translate(0px,-5px);
    }
    100% {
        -webkit-transform:translate(0px,0px);
        transform:translate(0px,0px);
    }
}

@keyframes rotate3 {
    0% {
        -webkit-transform:translate(0px,0px);
        transform:translate(0px,0px);
    }
    25% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
    50% {
        -webkit-transform:translate(5px,0px);
        transform:translate(5px,0px);
    }
    75% {
        -webkit-transform:translate(0px,-5px);
        transform:translate(0px,-5px);
    }
    100% {
        -webkit-transform:translate(0px,0px);
        transform:translate(0px,0px);
    }
}
/*4*/
@-webkit-keyframes rotate4 {
    0% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
    25% {
        -webkit-transform:translate(-5px,0px);
        transform:translate(-5px,0px);
    }
    50% {
        -webkit-transform:translate(5px,0px);
        transform:translate(5px,0px);
    }
    75% {
        -webkit-transform:translate(0px,-5px);
        transform:translate(0px,-5px);
    }
    100% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
}

@keyframes rotate4 {
    0% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
    25% {
        -webkit-transform:translate(-5px,0px);
        transform:translate(-5px,0px);
    }
    50% {
        -webkit-transform:translate(5px,0px);
        transform:translate(5px,0px);
    }
    75% {
        -webkit-transform:translate(0px,-5px);
        transform:translate(0px,-5px);
    }
    100% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
}
/*5*/
@-webkit-keyframes rotate5 {
    0% {
        -webkit-transform:translate(5px,0px);
        transform:translate(5px,0px);
    }
    25% {
        -webkit-transform:translate(0px,-5px);
        transform:translate(0px,-5px);
    }
    50% {
        -webkit-transform:translate(-5px,0px);
        transform:translate(-5px,0px);
    }
    75% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
    100% {
        -webkit-transform:translate(5px,0px);
        transform:translate(5px,0px);
    }
}

@keyframes rotate5 {
    0% {
        -webkit-transform:translate(5px,0px);
        transform:translate(5px,0px);
    }
    25% {
        -webkit-transform:translate(0px,-5px);
        transform:translate(0px,-5px);
    }
    50% {
        -webkit-transform:translate(-5px,0px);
        transform:translate(-5px,0px);
    }
    75% {
        -webkit-transform:translate(0px,5px);
        transform:translate(0px,5px);
    }
    100% {
        -webkit-transform:translate(5px,0px);
        transform:translate(5px,0px);
    }
}
.publictitle{
    font-size:0.426667rem;
    color:#4cc2ff;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom:0.6rem;
}
.publictitle>span{
    display: block;
    width:1.493333rem;
    height:0.6rem;
    background:url("/wap/img/mims/tleft.png") no-repeat;
    background-size:100% 100%;
}
.publictitle>.tleft{
    margin-right:0.213333rem;
}
.publictitle>.tright{
    margin-left:0.213333rem;
    background-image:url("/wap/img/mims/tright.png");
}
#mimslive{
    text-align: center;
}
#guest li{
    float: left;
    width:33.333%;
    text-align: center;
    margin-bottom:0.533333rem;
    position: relative;
}
#guest li .imgli{
    width:2.533333rem;
    height:2.633333rem;
    position: relative;
    margin:0 auto;
    background:url("/img/four/bgimgv2.png") no-repeat;
    background-size:100% 100%;
}
#guest li .imgli img{
    position: absolute;
    width:2.16rem;
    height:2.16rem;
    left:54%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
#guest li .name{
    font-size:0.346667rem;
    color:#fff;
    padding:0.3rem 0 0.2rem;
    letter-spacing:0.04rem;
}
#guest li .position{
    font-size:0.3rem;
    color:#29DECF;
    font-weight: 300;
}
/* #guest li:last-child{
    margin-left:33.333%;
} */
#schedule{
    font-size:0.226667rem;
    width:9.493333rem;
    margin:0.6rem auto 0;
}
#schedule .timeline{
    text-align: left;
    font-size: 0.293333rem;
    color:#4cc2ff;
    align-items: center;
    -webkit-align-items: center;
    height:0.586667rem;
    background: url("/img/mimspc/timeline.png") no-repeat;
    background-size: 100% 100%;
}
#schedule .timeline1{
    color:#fff;
    font-size:0.226667rem;
    background-image:url("/img/mimspc/timeline1.png");
}
#schedule .time{
    width:1.95rem;
    padding-left:.266667rem;
}
#schedule .circle{
    position: relative;
    width:0.16rem;
    height:0.28rem;
    margin:0 0.36rem 0 0.16rem;
}
.scheduletxts .circle:before{
    content:'';
    position: absolute;
    z-index:9;
    left:0;
    top:0;
    width:0.16rem;
    height:0.28rem;
    background:url("/img/mimspc/circle.png") no-repeat;
    background-size:0.16rem 0.16rem;
    background-position: center center;
}
.scheduletxts .circle:after{
    content:'';
    position: absolute;
    left:50%;
    top:6px;
    margin-left:-1px;
    display: block;
    width:2px;
    height:0.746667rem;
    background:#007DAD;
    z-index:1;
}
.scheduletxts .flex:last-child .circle:after{
    display: none;
}
#schedule .subject{
    width: 4.0rem;
}
#schedule .subject>a{
    display: inline-block;
    color:#fff;
}
#schedule .subject>a>span{
    display: inline-block;
    width:0.266667rem;
    height:0.266667rem;
    background:url("/wap/img/mims/h5Arrow.png") no-repeat;
    background-size:100% 100%;
    position:relative;
    top:0.04rem;
    left:0.066667rem;
}
#schedule .subject>a:hover{
    color:#4cc2ff;
}
#schedule .people{
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left:0.733333rem;
}
.people>span{
    font-size: 0.186667rem;
    color:#5F6065;
}
.scheduletxts{
    margin-top:0.4rem;
}
.scheduletxts>.flex{
    height:0.746667rem;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
/**/
.gloglogo{
    width:6.506667rem;
    margin:0 auto;
}
.goldtitle{
    font-size:0.4rem;
    color: #29DECF;
    justify-content: center;
    -webkit-justify-content: center;
    margin:0.666667rem auto 0.266667rem;
}
.goldtitle>span{
    display: block;
    width: 0.68rem;
    height:0.626667rem;
    background: url("/img/four/jb.png") no-repeat;
    background-size:100% 100%;
}
#goldaward>.clearfix.flex{
    width:9.8rem;
    margin:0 auto;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}
#goldaward>.clearfix1.flex{
    width:8.8rem;
}
#goldaward>.clearfix.flex>img{
    width:2.0rem;
    height:0.666667rem;
    margin:0.133333rem;
}
#goldaward>.clearfix.clearsw{
    width:10rem;
}
#goldaward>.clearfix.clearsw .typyItem{
    width:2.2rem;
    margin:0.133333rem;
    text-align: center;
}
#goldaward>.clearfix.clearsw .typyItem .imgli{
    width: 1.733333rem;
    height: 1.733333rem;
    position: relative;
    margin: 0 auto;
    background: url(/wap/img/mims/bgimgv2.png) no-repeat;
    background-size: 100% 100%;
}
#goldaward>.clearfix.clearsw img{
    position: absolute;
    width: 1.48rem;
    height: 1.48rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#goldaward .name{
    font-size: 0.346667rem;
    color: #fff;
    padding: 0.3rem 0 0.2rem;
}
#goldaward .position {
    font-size: 0.253333rem;
    color: #29DECF;
    padding: 0 0.1rem;
}
/**/
#awrads{
    margin-top:0.8rem;
}
#awrads .publictitle,#typy .publictitle{
    margin-bottom:0;
}
#awrads .title2,#typy .title2{
    color:#29DECF;
    text-align: center;
    margin-bottom:0.4rem;
    font-size:0.333333rem;
}
#awrads .title2>span{
    color:#fff;
}
#awradsbox{
    /* background:url("/wap/img/mims/bg3v1.png") no-repeat; */
    /* background-size:100% 100%; */
}
#awradsbox ul{
    width:9.12rem;
    margin:0 auto;
    padding:0.1rem 0.666667rem;
}
#awradsbox ul li{
    line-height:1.32rem;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size:0.346667rem;
    border-bottom: 1px solid #29DECF;
}
#awradsbox ul li .icon{
    width:0.68rem;
}
#awradsbox ul li .awradname{
   margin-left:0.26667rem;
   color:#29DECF;
}
#awradsbox .join a,#awradsbox .join p{
    width:2.133333rem;
    text-align:center;
    color:transparent;
    background:url("/img/four/ckph.png") no-repeat;
    background-size:2.133333rem 0.52rem;
    background-position: center center;
}
#guest,#typy,#scenePhotos{
    margin-top: 1.066667rem;
}
#scenePhotos{
    text-align: center;
    position: relative;
}
#scenePhotos .swiper-slide img{
    width:6.933333rem;
    margin:0 auto;
    height:4.266667rem;
}
.viewphotoes{
    width:3.933333rem;
    margin:1.2rem auto 0;
}
#scenePhotos .swiper-pagination{
    left:50%;
    bottom:1.466667rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
}
#scenePhotos .swiper-pagination-bullet{
    background:#529ED1;
    margin:0 3px;
}
#scenePhotos .swiper-pagination-bullet-active{
    background:#35BBB3;
}
#typy li{
    float: left;
    width:25%;
    text-align: center;
    margin-bottom:0.533333rem;
}
#typy li:nth-child(29){
    margin-left:25%;
}
#typy li .imgli{
    width:1.733333rem;
    height:1.733333rem;
    position: relative;
    margin:0 auto;
    background:url("/img/four/tyjbbg.png") no-repeat;
    background-size:100% 100%;
}
#typy li .imgli img{
    position: absolute;
    width:1.48rem;
    height:1.48rem;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
#typy li .name{
    font-size:0.346667rem;
    color:#fff;
    padding:0.3rem 0 0.2rem;
}
#typy li .position{
    font-size:0.253333rem;
    height:0.666667rem;
    color:#29DECF;
    padding:0 0.1rem;
}
#site,#Sponsor,#bmpt,#livept,#media,#partner,#resources,#fieldSupport,#hezuo{
    margin-top:1.1rem;
}
#site img{
    width:8.933333rem;
    margin:0 auto;
}
#Sponsor img{
    width:2.533333rem;
    margin:0 auto;
}
.logoitem{
    width:2.8rem;
    height:1.133333rem;
    margin:0 auto;
    /* background:url("/img/mimspc/logok.png") no-repeat; */
    /* background-size:100% 100%; */
}
.logoitem img{
    width:100%;
    height:100%;
}
#media>div,#partner>div,#resources>div,#fieldSupport>div,#Sponsor2>div{
    padding:0 0.533333rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
#fieldSupport>div{
    justify-content: center;
    -webkit-justify-content: center;
}
#media .logoitem,#partner .logoitem,#resources .logoitem,#Sponsor2 .logoitem{
    margin:0 0 0.533333rem;
}
#fieldSupport .logoitem{
    margin:0 0.15rem;
}
#review{
    margin-top:1.1rem;
    text-align: center;
}
#review img{
    width:8.906667rem;
    margin:0 auto 0.533333rem;
}
#review a{
    width:3.8rem;
    text-align: center;
    height:1.5rem;
    line-height:1.2rem;
    color:#000;
    margin:0 auto;
    background:url("/img/four/xq_xzkuang.png") no-repeat;
    background-size:100% 100%;
    position: relative;
    top: 5px;
}
#pop,#pop1{
    display: none;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.9);
    z-index:99999;
}
#pop>.box,#pop1>.box{
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
    top:15%;
    background:#020516;
    font-size:0.29rem;
    color:#fff;
    width:8.4rem;
    line-height:1.6;
    border:1px solid #29DECF;
    padding:0 0.466667rem 0.466667rem;
    text-align: left;
}
#pop1>.box{
    padding:0.466667rem;
    top:15%;
}
#pop .close,#pop1 .close{
    position:absolute;
    width: 0.666667rem;
    right:-0.333333rem;
    top:-0.333333rem;
}
.box_img{
    width: 1.3rem;
    border: 1px solid #29DECF;
    border-radius: 50%;
    padding: 0.04rem;
    display: inline-block;
}
.box_nz{
    display: inline-block;
    position: absolute;
    top: 0.75rem;
    left: 2rem;
}
.box_name{
    font-size: 0.3rem;
    color: #29DECF;
}
.box_zc{
    font-size: 0.25rem;
    color: #fff;
}
.box_img2{
    margin: 0.4rem 0 0.25rem;
}
.box_img2>img{
    width: 1.8rem;
}
.poptxt{
    display: none;
}
.poptxtlist{
    padding-top:0.3rem;
}
.number{
    padding:0.2rem 0;
}
.boxtitle{
    border-bottom:1px solid #0D2D46;
    height:1.2rem;
    font-size:0.373333rem;
    color:#fff;
    justify-content: center;
    -webkit-justify-content: center;
}
.boxtitle img{
    width:0.58rem;
    margin-right:0.25rem;
}
.poptxt6{
    text-align: center;
    font-size:0.3rem;
}
.poptxt6 img{
    width:50%;
    margin:0.7rem auto;
}
.infotitle{
    border-bottom:1px solid #0D2D46;
    line-height:1.2rem;
    color:#4cc2ff;
    font-size:0.45rem;
}
#participaCompany{
    margin-top: 1.3rem;
}
.myscroll {
    position: relative;
    width:9.6rem;
    height:6.0rem;
    margin:0 auto;
    overflow: hidden;
}
.myscroll ul{
    position: absolute;
    left:0;
    width: 100%;
}