*{padding:0;margin:0;}/*去掉所有标签之间的默认间隙*/
body{ width:100%;
    margin:0 auto; /*设置所有body中所有div居中显示*/
}
ul{list-style:none;}/*去掉无序列表的项目符号*/
ol{list-style:none;}/*去掉无序列表的项目符号*/
a{ text-decoration:none;}/*去掉超级链接的下划线*/
img{border:none;}/*去掉图片加载完链接之后的边框*/
body,html{
    width: 100%;
    height: 100%;
}
 h3{
    color: #02065e;
    font-size: 26px;
    text-align: center;
    line-height: 90px;
    padding: 100px 0px 50px 0px;
}
h3 img{
    width: 56px;
    position: relative;
    top: 18px;
}
h3 span{
    padding-left: 12px;
}
.tips{
    text-align: center;
    display: block;
    color: #02065e;
    font-size: 18px;
}
.qr-code-box{
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
}
.qr-code-box .qr-code {
    display: inline-block;
    margin: 0px 15px;
}
.qr-code dl{}
.qr-code dl dt{
    width: 200px;
    height: 200px;
}
.qr-code dl dt img{
    width: 200px;
    height: 200px;
    display:block;
}
.qr-code dl dd{
    text-align: center;
    color: #f80207;
    font-weight: bold;
    padding-top: 15px;
    font-size: 18px;
}
#mb{
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index:999;
    height: 100%;
}
#mb img{
    width: 100%;
}
.m_box{display: none; padding-top: 2rem;}
.m_box dl{

}
.m_box dl dt{

text-align: center;
}
.m_box dl dt img{

width: 2rem;

display: inline-block;
}
.m_box dl dd{
    text-align: center;
    font-size: 0.4rem;
}
.m_box a{
    width: 5rem;
    height: 0.89rem;
    background: #4aacf8;
    text-align: center;
    color: #ffffff;
    font-size: 0.35rem;
    font-weight: bold;
    display: block;
    line-height: 0.89rem;
    margin: 0.75rem auto;
    border-radius: 5px;
}
#box{
    overflow: hidden;
}
#box_1{
    float: left;
    width: 50%;
}
#box_2{
    float: left;
    width: 50%;
}
#box .hide{
    display: none;
}
/*移动端布局*/
@media screen and (max-width: 801px) {
    .m_box{
        display: block;
    }
   h3{
        display: none;
    }
    .tips{
        display: none;
    }
    .qr-code-box{
        display: none;
    }
    #box_1{
        float: none;
        width: 100%;
    }
    #box_2{
        float: none;
        width: 100%;
    }
}