﻿@charset "utf-8";

body {
    font-family: 'Microsoft YaHei';
    background: #fff;
}
body, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
img {
    border: 0;
}
a {
    text-decoration: none;
}

.wrap-pc {
    margin: 0 auto;
    min-width: 1200px;
}
.wrap-pc .banner {
    position: relative;
    height: 728px;
    overflow: hidden;
}
.wrap-pc .banner .banner-img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.wrap-pc .main {
    margin: 0 auto;
    width: 1200px;
}
.wrap-pc .app-ul {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    text-align: center;
}
.wrap-pc .app-ul li {
    display: inline-block;
    padding: 0 75px;
}
.wrap-pc .app-ul .title {
    margin: 5px 0 25px;
    font-size: 24px;
    font-weight: normal;
    color: #613f95;
}
.wrap-pc .app-ul .title .txt {
    padding-right: 30px;
    background: url('../images/icon_01.png') no-repeat center right;
}
.wrap-pc .app-ul .con {
    display: inline-block;
    overflow: hidden;
}
.wrap-pc .app-ul .con dt {
    float: left;
}
.wrap-pc .app-ul .con dd {
    margin-left: 210px;
}
.wrap-pc .app-ul .download-a {
    display: block;
    margin-top: 30px;
    padding-left: 35px;
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
.wrap-pc .app-ul .ios-a {
    background: url('../images/icon_02.png') no-repeat 45px center #613F95;
}
.wrap-pc .app-ul .android-a {
    background: url('../images/icon_03.png') no-repeat 45px center #613F95;
}

.wrap-wap {
    margin: 0 auto;
    max-width: 750px;
    overflow: hidden;
}
.wrap-wap .banner .banner-img {
    max-width: 100%;
}
.wrap-wap .main {
    margin-top: 10px;
}
.wrap-wap .dl-item {
    margin: 0 auto 50px;
    text-align: center;
}
.wrap-wap .dl-item dt {
    margin-bottom: 20px;
}
.wrap-wap .dl-item .title {
    position: relative;
    font-size: 24px;
    font-weight: normal;
    color: #613f95;
}
.wrap-wap .dl-item .title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 30%;
    width: 40%;
    height: 1px;
    background: #613f95;
}
.wrap-wap .dl-item .download-a {
    display: block;
    margin: 50px auto 0;
    width: 80%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    background-color: #613F95;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../images/bg_01.png') no-repeat top center rgba(0,0,0,0.75);
    background-size: cover;
}
@media screen and (max-width: 375px) {
    .wrap-wap .dl-item .title {
        font-size: 20px;
    }
}