body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0; list-style:none;font-family: "微软雅黑"; -webkit-appearance: none;}
a{color:#2b2b2b; text-decoration:none}
body{
	font-size: 14px;
}
img { border:0;}
.clear{ clear:both} 

.whole{
	width: 100%;
	margin: auto;
}
.t-content{
	padding: 30px 0 0; 
}
.Piccontent{ 
	text-align: center;
}
.t-content .c-icon{
	text-align: center;
    font-size: 28px;
    font-weight: 500;
}
.t-content .c-box{
	padding: 5px 20px;
}
.t-content .c-box .c-h3{
	font-size: 16px;
	line-height: 30px;
}
.t-content .c-btns{
	padding: 10px;
}
.t-content .btn-download{
	width: 200px;
    height: 45px;
    background: linear-gradient(270deg, #4A7BFF 0%, #14B7FF 100%);
    box-shadow: 0px 6px 25px 0px rgb(47 154 255 / 50%);
    border-radius: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    margin: 0 auto 20px auto;
    color: #fff;
    text-decoration: none;
	position: relative;
}
.t-content .icon {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    left: 40px;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-size: 100% 100%;
}
.t-content .icon-android {
    background-image: url(../img/android.png);
}
.t-content .icon-chrome {
    background-image: url(../img/chrome.png);
}
.t-content .icon-iphone {
    background-image: url(../img/iphone.png);
}
.t-content .icon-pc {
    background-image: url(../img/win.png);
}
.t-content .icon-wechat {
    background-image: url(../img/wechat.png);
}

.wxtip{
    background: rgba(0,0,0,0.8);
    position: fixed;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
}
.wxtip-icon{
    width: 52px;
    height: 67px;
    background: url(../img/weixin-tip.png) no-repeat;
    display: block;
    position: absolute;
    right: 30px;
    top: 10px;
}
.wxtip-txt{
    width: 170px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    top: 80px;
    right: 0;
}