@font-face {
    font-family: "Hiragino Sans GB W3";
    src: url('../fonts/Hiragino_Sans_GB_W3.otf')
}

* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif, "Hiragino Sans GB W3";
}

ul,
li {
    list-style: none;
}

.gray_tips {
    margin: 10px auto 0;
    font-size: 12px;
    color: #adbac0;
    text-align: left;
    line-height: 18px;
    width: 90%;
    text-align: center;
}

#container {
    width: 100%;
    padding-bottom: 10px;
}

.download-header {
    width: 100%;
    background: #0cb0f0;
    position: relative;
    height: 285px;
}

.visual {
    position: absolute;
    top: 95px;
    width: 100%;
    background: url('../visual.png') center 0 no-repeat;
    height: 248px;
}

.mainbody {
    padding: 17px;
    margin-top: 30px;
}

.btn {
    margin: 20px auto 0;
    text-align: center;
}

.btn button,
.btn input {
    border: none;
    width: 120px;
    height: 29px;
    cursor: pointer;
}

.download-app {
    background-color: #0cb0f0;
    color:#fff;
    font-size: 14px;
    border-radius: 2px;
    display: none;
}
.download-app.disabled{
    background-color: #bbb;
    color:#000;
}
.dload_apple {
    background: url('../down_apple.png') no-repeat;
    display: none;
}

.dload_android {
    background: url('../down_android.png') no-repeat;
    display: none;
    margin-left: 20px;
}
.pa_text {
    background: url('../disline.gif') 0 0 repeat-x;
    width: 100%;
    padding: 26px 0;
    margin-top: 26px;
    text-align: center;
}

.pa_text h2 {
    font-size: 30px;
    color: #44bef5;
    margin-bottom: 10px;
}

.pa_text p {
    font-size: 16px;
    color: #adbac0;
    font-family: "Microsoft Yahei"
}

.pa_text img {
    margin-top: 50px;
    width: 195px;
    height: 195px;
}
.mb20{
    margin-bottom: 20px;
}
#top_tips {
    background: #444;
    padding: 6px 15px;
    color: #fff;
    line-height: 26px;
    font-size: 18px;
    text-align: left;
    display: none;
}
