html {
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-touch-action: none;
    font-size: .875rem;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, input {
    font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, Arial;
    color: #000;
    font-size: 14px;
    line-height: 1;
}

ul, ol, li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    width: 100%;
    height: auto;
}

a:link,
a:visited {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
a:active {
    text-decoration: none;
}

a, input, button, select, textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(0,0,0,0);
}

.hide {
    display: none !important;
}

.hidden {
    visibility: hidden;
}

.clearfix:before,.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.mg-loading {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000;
}

.mg-loading .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
}

.mg-loading p {
    color: #999;
    padding-top: 10px;
}

.mg-loading img {
    width: 26px;
    -webkit-animation: load 1s infinite linear;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.mg-share {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 200;
    text-align: right;
    display: none;
    z-index: 9001;
}

.mg-share img {
    width: 150px;
    margin: 10px;
}

.mg-toast {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: none;
    z-index: 9002;
}

.mg-toast p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    border-radius: 4px;
    width: 80%;
    line-height: 18px;
    padding: 8px;
    background: rgba(0,0,0,.8);
    text-align: center;
    font-size: 14px;
}

.mg-app {
    max-width: 640px;
    margin: auto;
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.header {
    position: relative;
}

.header .title {
    position: absolute;
    left: 0;
    top: 15%;
    width: 100%;
    text-align: center;
}

.header .title img {
    width: 42%;
}

.header .desc {
    position: absolute;
    left: 0;
    top: 60%;
    width: 100%;
    text-align: center;
}

.header .desc img {
    width: 75%;
}

.header .nav {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
}

.header .nav li {
    display: inline-block;
    padding: 6px 15px;
    background: transparent;
    color: #fff;
    font-style: 16px;
}

.header .nav li.cur {
    background: #ED5D42;
    border-radius: 8px;
}

.container {
    background: url(../images/bg2.jpg) no-repeat;
    background-size: 100% 100%;
}

.group li {
    float: left;
    width: 33.333%;
    position: relative;
}

.group li .score {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #fced65;
    font-style: 16px;
}

.group li .name {
    position: absolute;
    bottom: 6px;
    left: 6px;
    color: #fff;
    font-style: 14px;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}

.group li .btn {
    position: absolute;
    bottom: 6px;
    right: 6px;
    color: #fced65;
    border: 1px solid #fced65;
    border-radius: 4px;
    padding: 3px 8px;
}
























