a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
a {
    text-decoration: none;
}
body {
    background: url(imgs/bg.png) no-repeat #040412 center 0;
    line-height: 1;
}
*, body, html {
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
}

/*@font-face {*/
/*    font-family: 'nukamiso';*/
/*    src: url('fonts/nukamiso.ttf');*/
/*}*/
.main-container-wrapper {
    max-width: 1192px;
    margin: 0 auto;
}
.main-header {
    position: relative;
    height: 80px;
    max-width: 1192px;
    margin: 0 auto;
}
.main-header .logo-wrapper {
    width: 304px;
    height: 40px;
    margin: 20px 30px 20px 0;
    float: left;
}
.main-header .logo-wrapper h3 {
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-family: 'nukamiso';
}
.main-header .logo-wrapper .logo {
    width: 34px;
    height: 35px;
    padding: 2px;
    background:linear-gradient(211deg,rgba(248,40,108,1) 0%,rgba(249,98,47,1) 100%);
    /*border: 0.5px solid #ddd;*/
    border-radius: 4px;
    display: inline-block;

}
.main-header .logo-wrapper .title {
    width: 111px;
    height: 40px;
}
.main-index-wrapper {
    position: relative;
    margin-top: 100px;
}
.main-index-wrapper .slogan-box {
    padding-top: 100px;
}
.slogan-box img {
    width: 723px;
    height: 214px;
}
.main-index-wrapper .download-box {
    /*margin-top: 58px;*/
    position: relative;
    width: 384px;
    margin-bottom: 10px;
}
/*.main-index-wrapper .download-box .android-download, .main-index-wrapper .download-box .ios-download {*/
/*    display: none;*/
/*}*/
.main-index-wrapper .download-box .weixin-scan {
    display: block;
    width: 146px;
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
    color: #040412;
    text-align: left;
    padding-left: 70px;
    line-height: 60px;
    background-size: 32px 32px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 22px;
    background-image: url(imgs/wechat-icon.png);
}
.main-index-wrapper .download-box .appstore {
    display: block;
    width: 146px;
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
    color: #040412;
    text-align: left;
    padding-left: 70px;
    line-height: 60px;
    background-size: 32px 32px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 22px;
    background-image: url(imgs/ios_icon.png);
}
.main-index-wrapper .download-box .android {
    display: block;
    width: 146px;
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
    color: #040412;
    text-align: left;
    padding-left: 70px;
    line-height: 60px;
    background-size: 32px 32px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 22px;
    background-image: url(imgs/android_icon.png);
}
.main-index-wrapper .download-box .qrcode {
    position: absolute;
    top: 0;
    right: 0;
    width: 136px;
    height: 136px;
    padding: 4px;
    border-radius: 12px;
    background: #fff;
}
.main-index-wrapper .download-box .qrcode img {
    width: 100%;
    height: 100%;
}

.main-index-wrapper .iphone-box {
    position: absolute;
    right: -100px;
    top: 0;
    padding-top: 50px;
}
.main-index-wrapper .iphone-box img {
    width: 270px;
    height: 538px;
    position: relative;
}
.main-index-wrapper .iphone-box img:nth-child(1) {
    z-index: 20;
}
.main-index-wrapper .iphone-box img:nth-child(2) {
    z-index: 10;
    left: -100px;
    top: -150px;
}

.main-index-wrapper .content-bottom-box {
    padding-top: 200px;
}
.main-index-wrapper .content-bottom-box .content {
    /*margin: 100px 100px 0;*/
    margin-top: 100px;
    position: relative;
    min-height: 190px;
}
.main-index-wrapper .content-bottom-box .content:nth-child(2) {
    margin-top: 80px;
}
.main-index-wrapper .content-bottom-box .content:nth-child(2) > .info-panel > p {
    position: relative;
    bottom: -60px;
}
.main-index-wrapper .content-bottom-box .content:nth-child(3) {
    margin-top: 150px;
}
.main-index-wrapper .content-bottom-box .content .title {
    position: relative;
    text-align: center;
}
.main-index-wrapper .content-bottom-box .content .title .en {
    opacity: .16;
    font-family: PingFangSC-Semibold;
    font-size: 86px;
    color: grey;
    text-align: center;
}
.main-index-wrapper .content-bottom-box .content .title .zh {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.main-index-wrapper .content-bottom-box .content .title .zh::after {
    display: block;
    width: 16px;
    height: 4px;
    margin: 5px auto;
    content: "";
    background-image: -webkit-linear-gradient(214deg,#ff003c 5%,#f60 94%);
    background-image: -moz-linear-gradient(214deg,#ff003c 5%,#f60 94%);
    background-image: linear-gradient(236deg,#ff003c 5%,#f60 94%);
}
.main-index-wrapper .content-bottom-box .content .info-panel {
    margin-top: 30px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: hsla(0,0%,100%,.6);
    text-align: center;
}
.main-index-wrapper .content-bottom-box .content .info-panel img {
    width: 129px;
    height: 129px;
}
.main-index-wrapper .content-bottom-box .content .info-panel p {
    margin: 0;
    padding: 0 10px;
    line-height: 2;
}
.main-index-wrapper .gallery-box {
    padding-top: 20px;
    position: relative;
}
.main-index-wrapper .gallery-box .refresh {
    position: absolute;
    top: -20px;
    right: 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.main-index-wrapper .content-bottom-box .content .info-panel .gallery-box .refresh img {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: -2px;
    left: -4px;
}
.main-index-wrapper .gallery-box .refresh span {
    color: #fff;
}
.main-index-wrapper .gallery-box .gallery-wrapper {
}
.main-index-wrapper .gallery-box .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    grid-template-rows: repeat(2, 200px);
    grid-row-gap: 100px;
    justify-content: space-between;
    color: #fff;
}
.main-index-wrapper .gallery-box .grid-container .grid-item {
    /*overflow: hidden;*/
    background: #040412;
}
.main-index-wrapper .gallery-box .grid-container .grid-item .media{
    position: relative;
    /*border-bottom: solid rgb(240, 240, 240) 1px;*/
    width: 100%;
    height: 100%;
}
.main-index-wrapper .gallery-box .media .header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(60, 60, 60, 1) 100%);
}
.main-index-wrapper .gallery-box .media .header .header-wrapper {
    display: flex;
    flex-direction: row;
    margin: 10px;
    text-align: left;
}
.main-index-wrapper .gallery-box .media .header .header-wrapper .music_name {
    color: #fff;
}
.main-index-wrapper .gallery-box .media .good {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.main-index-wrapper .gallery-box .media .good img {
    width: 40px;
    height: 40px;
}
.main-index-wrapper .gallery-box .media .poster {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}
.main-index-wrapper .gallery-box .media .poster img {
    width: 100%;
    height: 100%;
}
.main-index-wrapper .gallery-box .media .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding-left: 8px;
    position: absolute;
    bottom: -58px;
    left: 0;
}

.main-index-wrapper .gallery-box .media .info .user_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.main-index-wrapper .gallery-box .media .info .user_info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.main-index-wrapper .gallery-box .media .info .user_info span {
    color: #fff;
}

.main-index-wrapper .gallery-box .media .info .analysis_info {
    height: 100%;
    width: 110px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.main-index-wrapper .gallery-box .media .info .analysis_info img {
    width: 22px;
    height: 22px;
    position: relative;
    bottom: -5px;
    right: -5px;
}

.main-index-wrapper .gallery-box .media .info .analysis_info .link {
    cursor: pointer;
    line-height: 30px;
    color: #ff003c;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.main-footer {
    position: relative;
    max-width: 1192px;
    margin: 124px 0 42px;
}
.main-footer .information {
    margin-top: 45px;
    font-size: 12px;
    color: hsla(0,0%,100%,.6);
    text-align: center;
    line-height: 1.8;
}
.main-footer .information a {
    font-size: 12px;
    color: hsla(0,0%,100%,.6);
    text-decoration: none;
}
.main-footer .gognan-box {
    padding-bottom: 20px;
}
.main-footer .gognan-box a {
    display: inline-block;
    text-decoration: none;
    height: 20px;
    line-height: 24px;
}
.main-footer .gognan-box img {
    vertical-align: middle;
    margin-right: 1px;
    margin-bottom: 3px;
}

#iframeWrapper {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 40px;
    z-index: 9999;
    background: #fff;
}
#iframeWrapper .close-btn {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #000;
    font-size: 20px;
    line-height: 20px;
    background: #fff;
    cursor: pointer;
    text-align: center;
}
#myFrame {
    width: 360px;
    height: 640px;
    background: #f8f8f8;
}
video:focus {
    outline: none;
}

.header-wrapper {
    height: 78px;
    width: 100%;
    background: #fff;
    border: 1px solid #f5f5f5;
}
.header-wrapper .header-content {
    margin: 0 auto;
    width: 960px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.header-wrapper .header-content img {
    width: 41px;
    height: 42px;
    display: inline-block;
}
.header-wrapper .header-content h1 {
    display: inline-block;
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: #333;
    line-height: 48px;
}
.header-wrapper .header-content .nav_items li {
    text-align: center;
    display: inline-block;
    width: 80px;
    font-size: 16px;
    color: #333333;
    line-height: 48px;
    cursor: pointer;
}
.header-wrapper .header-content .nav_items li a {
    color: #333333;
}
.header-wrapper .header-content .nav_items li.active {
    color: #FD931B;
}
.header-wrapper {
    background: none;
    border: none;
}
.header-wrapper .header-content h1 {
    color: #fff;
}
.header-wrapper .header-content .nav_items li a {
    color: #fff;
}
.icon_and_title {
    display: flex;
}
