body,div,h1,h2,h3,h4,h5,span,ul,li,p{
	padding: 0px;
	margin: 0px;
}



.box{
	position: absolute;
    height: 100%;
    width: 100%;
    display: table;
}
.main{
	height: 100%;
    display: table-cell;
    margin: 0px auto;
    vertical-align: middle;
    text-align: center;
}
.main .name{
    margin-top: 15px;
    margin-bottom: 15px;
}
.main .name h3{
    padding-bottom: 10px;
}


.download{
    max-width: 300px;
    margin: 20px auto;
}
.download a{
    font-weight: bold;
}

hr{
    width:80%;
    margin:0 auto;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}






.wechat_tip_content{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(49,44,44,0.68);
    z-index: 2;
}
.wechat_tip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #3ab2a7;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 135px;
    height: 60px;
    border-radius: 10px;
    top: 15px;
}
.wechat_tip>i {
    top: -10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #3ab2a7;
}
.wechat_tip, .wechat_tip>i {
    position: absolute;
    right: 10px;
}
.wechat_tip {
    text-align: center;
}