/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/** COMMON **/
html {
    box-sizing: border-box;
}

html.fixed,html.fixed body {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

* {
    box-sizing: inherit;
}

*:before, *:after {
    box-sizing: inherit;
}

.clearfix:after,.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

a {
    color: inherit;
    text-decoration: inherit;
}

img {
    max-width: 100%;
}

a:active,
a:focus,
input:active,
input:focus,
option:active,
option:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    outline: 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul {
    list-style: none;
    -webkit-padding-start: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial, "Helvetica Neue", sans-serif;
}

/** INDEX **/
.app {
    color: #fff;
    max-width: 640px;
    margin: 0 auto;
}

.header {
    background-image: url(../images/info-header.png?version=02);
    background-color: #194097;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.header .title {
    margin-top: 30%;
    text-align: center;
}

.header .title .title-text {
    width: 300px;
    margin: 0 auto;
    border: 3px #ff514b dotted;
    border-radius: 8px;
    background: #194097;
}

.title-text .count-down-part {
    padding-bottom: 16px;
    border-bottom: 3px #ff514b dotted;
}

.title-text .count-down-part h4 {
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 24px;
}

.title-text .data-part {
    padding: 10px 0;
    font-size: 28px;
    color: #ff514b;
}

.title-text .data-part .data-num {
    margin-right: 16px;
}

.title-text .data-part .data-rank {
    margin-left: 16px;
}

.title-text .data-part .data-rank i {
    font-size: 14px;
    color: #fff;
    font-style: normal;
    margin: 0 4px;
}

.header .title .top-dashed-line {
    height: 50px;
}

.header .title .bottom-dashed-line {
    height: 80px;
}

.header .title .top-dashed-line:before,
.header .title .bottom-dashed-line:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 100%;
    border-left: 3px #ff514b dotted;
}

.header .title .count-down-wrapper {
    height: 42px;
    line-height: 42px;
}

.header .title .count-down-wrapper div {
    display: inline-block;
    font-size: 36px;
    font-weight: 300;
    font-family: 'Lato', monospace, 'Pingfang SC', 'Roboto';
    width: 45px;
    text-align: right;
    margin-left: 4px;
}

.header .title .count-down-wrapper span {
    font-size: 14px;
    margin-left: 4px;
    margin-right: 6px;
}

.header .title .title-avatar .image-box {
    display: inline-block;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px #ff514b solid;
}

.header .title .title-name {
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 35px;
}

.content {
    padding: 20px 40px;
    color: #000;
}

.content .music-box {
    margin-left: -10px;
    margin-right: -10px;
}

.content .music-box iframe {
    width: 100%;
}

.content .content-text {
    margin: 20px 0 30px;
    font-size: 16px;
    line-height: 24px;
}

.footer {
    padding: 0 35px 30px;
    text-align: center;
}

.footer .col-50 {
    width: 50%;
    float: left;
    vertical-align: middle;
}

.footer .btn {
    height: 42px;
    line-height: 42px;
    display: block;
    font-size: 18px;
    border-radius: 3px;
    font-weight: bold;
    margin: 0 5px;
}

.footer .btn.red {
    background: #ff514b;
}

.footer .btn.blue {
    background: #194096;
}

.footer .btn.gray {
    background: #ccc;
}

.modal-box {
    background: rgba(0,0,0,.75);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.modal-box .vote-success-box {
    background: #fff;
    width: 80%;
    max-width: 640px;
    border-radius: 10px;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px;
    padding: 0 0 20px;
}

.vote-success-box .success-title {
    margin: 10px 0;
}

.vote-success-box .success-title span {
    display: inline-block;
    width: 150px;
    height: 40px;
    background: url(../images/vote-success-title.png) no-repeat;
    background-size: 150px;
    line-height: 100em;
    overflow: hidden;
}

.vote-success-box .success-content {
    width: 90%;
    border-radius: 5px;
    border: 3px #ff514b dotted;
    margin: 0 auto;
    padding: 5px;
}

.vote-success-box .success-content h4 {
    margin: 4px 0;
    font-weight: normal;
}

.vote-success-box .success-content .jam-qr-code {
    max-width: 280px;
    width: 60%;
}

.vote-success-box .success-content .vote-num {
    color: #ff514b;
    font-size: 24px;
    margin-bottom: 18px;
}

.vote-success-box .success-content .vote-rank {
}

.vote-success-box .success-content .vote-rank span {
    color: #ff514b;
    font-size: 28px;
}

.vote-success-box .success-intro {
    margin: 20px 0 30px;
    padding: 0 5%;
}

.vote-success-box .success-share-btn {
    width: 150px;
    height: 42px;
    display: inline-block;
    background: #ff514b;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
    border-radius: 3px;
}

.modal-box .share-tip {
    font-size: 32px;
    color: #fff;
    background: url(../images/share-tip.png) no-repeat;
    width: 80%;
    padding-bottom: 80%;
    background-size: contain;
    margin: 10% auto 0;
    line-height: 100em;
    overflow: hidden;
    height: 0;
}

.voteBtn {
    height: 42px;
    line-height: 42px;
    display: block;
    font-size: 18px;
    border-radius: 3px;
    font-weight: bold;
    margin: 0 5px;
    background-color: red;
    color: white;
}
