@charset "UTF-8";
.appcenter, .appdown, body {
    background: #f7f7f6
}

.head, .head a {
    vertical-align: middle
}

.head a, .head span {
    display: inline-block
}

.apptop {
    height: 43px;
    overflow: hidden;
    background: #f3f3f3;
    text-align: center;
    border-bottom: 1px solid #ccc
}

.head {
    width: 360px;
    margin: 0 auto;
    text-align: left;
    padding: 10px 10px 0
}

.appcenter, .appdown, .btn-down, .dialog-openInSafari p {
    text-align: center
}

.head a {
    border-right: 1px solid #b3b3b3;
    padding-right: 10px
}

.head span {
    font-size: 18px;
    color: #333333;
    padding-left: 10px
}

.appcenter {
    border-top: 10px solid #f7f7f6
}

.appbox {
    position: relative;
    background: url("./public/images/appbg.jpg") center center no-repeat;
    height: 246px
}

.appicon, .ico, .null, .tip, .title {
    position: absolute
}

.null {
    left: 50%;
    top: 50%
}

.appicon {
    left: -148px;
    top: -31px;
    z-index: 1;
    width: 140px;
    height: 85px
}

.title {
    top: -20px;
    left: -30px;
    font-size: 28px;
    z-index: 3;
    width: 147px;
    height: 28px
}

.tip {
    left: -25px;
    top: 20px;
    z-index: 3
}

.ico {
    top: -63px;
    left: 107px
}

.appdown {
    padding-top: 8px
}

.downbox {
    position: relative;
    margin: 0 auto;
    width: 184px;
    height: 57px;
    overflow: hidden
}

.downbox a {
    display: block;
    position: relative
}

.downbox p span {
    display: block;
    line-height: 16px;
    font-size: 12px
}

.btn-down {
    margin-top: 5px;
    width: 184px;
    height: 52px;
    color: #fff;
    font-size: 18px;
    line-height: 52px;
    border-radius: 8px
}

.btn-ios {
    background-color: #0681FD
}

.btn-android {
    background-color: #0681FD
}

.dialog-openInOther {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999
}

.dialog-openInOther img {
    width: 50%;
    float: right;
    margin: 20px 20px 0 0
}

.dialog-openInSafari p {
    font-size: 16px;
    color: #FFF;
    padding-top: 80px;
    margin-bottom: 16px
}

.dialog-openInSafari .img__tip {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0
}

.dialog-openInSafari .img__share {
    float: none;
    margin: 0 auto;
    width: 308px
}