* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: '微软雅黑';
    text-decoration: none;
    list-style: none;
    vertical-align: baseline;
}

.content_wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.content {
    text-align: center;
}

.c_header {
    margin-top: 4rem;
}

.c_header img {
    width: 8.92rem;
    height: 8.36rem;
}

.c_body {
    margin-top: 1.48rem
}

.c_body p {
    font-size: .76rem;
}

.c_body span {
    font-size: .52rem;
    color: #999999;
}

.c_bottom {
    margin-top: 2.16rem;
}

.btn1 {
    display: block;
    width: 5.6rem;
    height: 1.76rem;
    line-height: 1.76rem;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background: #ff3867;
    border-radius: 10px;
    font-size: .64rem;
}

.btn2 {
    height: 1.76rem;
    line-height: 1.76rem;
    text-align: center;
    color: #ff3867;
    font-size: .64rem;
}

.btnH5 {
    display: none;
}

.c_bottom .tips {
    font-size: .52rem;
    margin-bottom: .6rem;
}

.wx_tips {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
}

.wx_tips img {
    width: 15rem;
}

.dev_info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .6rem;
    text-align: center;
    font-size: .52rem;
    color: #999999;
}

.dev_info ul {
    margin: .2rem 0;
    height: .72rem;
    text-align: center;
}

.dev_info a {
    color: #999999;
}

.dev_info li {
    display: inline-block;
    position: relative;
    margin: 0 .4rem;
}

.dev_info li:before {
    content: '|';
    position: absolute;
    left: -.5rem;
    top: -1px;
}

.dev_info li:first-child:before {
    content: '';
}
