@font-face {
    font-family: 'iconfont';  /* project id 66238 */
    src: url('//at.alicdn.com/t/font_66238_5uuojls4jzm.eot');
    src: url('//at.alicdn.com/t/font_66238_5uuojls4jzm.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_66238_5uuojls4jzm.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_66238_5uuojls4jzm.woff') format('woff'),
    url('//at.alicdn.com/t/font_66238_5uuojls4jzm.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_66238_5uuojls4jzm.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
}
/*common.css*/
*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Hiragino Sans GB', 'Microsoft YaHei', '黑体', '宋体', sans-serif;
}

html{
    font-size: 62.5%;
    height: 100%;
}
body{
    margin: 0 auto!important;
    padding: 0;
    max-width: 1920px;
}
body.fixed{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body.landing{
    padding-top: 50px!important;
    margin-bottom: 50px!important;
}
body.order--show{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
img{
    border:none;
}
ul,li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a{
    color:#f69;
}
a:hover{
    text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #666666;
    margin: 0;
    padding: 0;
}

button{
    border: none;
    outline: none;
    background-color: #f69;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    display: block;
}

/*
/!* goup *!/
.goup-container {
    z-index: 20;
}*/
.loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#fff url('/activities/comp/img/cat_loading-compressor.gif') no-repeat center;
    background-size: 200px 200px;
    z-index: 10000;
}

.img--wrapper{
    min-height: 2000px;
    /*margin-bottom: 0 !important;*/
}

.img--wrapper.fixed{
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.img--block{
    position: relative;
    padding-top: 20.8333%;
}

.img--block:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img--block.last{
    padding: 0;
}

.img--block .img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.img--block.last .img{
    position: static;
    padding: 0;
    height: auto;
}

#MEIQIA-BTN-HOLDER.hide{
    display:none!important;
}
#MEIQIA-INVITE.hide{
    display: none !important;
}
#MEIQIA-PANEL-HOLDER.hide{
    display: none !important;
}
body.false{
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    /*padding: 0 !important;*/
    /*margin: 0 !important;*/
    overflow: auto !important;
}
#meiqiaBtn{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483648;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background-color: transparent;
}
.MEIQIA-BTN{
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .16);
    background-color: #ff7385;
    color: #fff;
    font-size: 16px;
}

