﻿body{
    padding-top:0.8rem;
    font-size:0;
    height:100%;
}
.aImg{
    display: block;
    margin:10px 0;
}
.aImg img{
    width:7.5rem;
}

/* 解决方案 */
.jBox{
    background-color: #DEE8EF;
    padding:0 0.55rem;
}
.jBox .title{
    font-size:16px;
    color:#006AB9;
    text-align: center;
    padding:0.5rem 0;
}
.jBox .imgBox{
    padding-bottom:30px;
    border-bottom:1px solid #006AB9;
}
.jBox .list{
    font-size:12px;
    color:#006AB9;
    text-align: center;
}
.jBox .img{
    width:0.66rem;
    margin-bottom:5px;
}
.jBox .textBox{
    padding:20px 0;
    font-size:14px;
    color:#006AB9;
    line-height:1em;
}
.jBox .textBox .line{
    width:1px;
    height:12px;
    background-color:#006AB9;
}

/* 他们都在用 */
.shopBox{
    text-align: center;
    font-size:16px;
    color:#1E1E1E;
    background-color: #F6F6F6;
}
.shopBox .title{
    padding:20px 0;
    letter-spacing:3px;
    font-weight:600;
}
.shopBox .imgBox{
    padding-bottom:10px;
}
.shopBox img{
    width:1.4rem;
}
/* 立即体验 */
.btns{
    display: block;
    width:100%;
    line-height:0.98rem;
    text-align: center;
    color:#fff;
    font-size:18px;
    background-color:#006AB9;
}
.containter{
    position: relative;
    min-height: 100%;
}
.content{
    padding-bottom: 0.8rem;
}
.btmBox{
    position: fixed;
    bottom:0rem;
    width:100%;
}
/* 登记页面 */
.tPng{
    width:4.65rem;
    display: block;
    margin:30px auto;
}
    /* 填写信息盒子 */
#inputBox{
    background-color:#71B5E7;
    width:6.9rem;
    padding:20px;
    margin:0 auto;
    border-radius:10px;
    overflow: hidden;
    box-shadow:0 -8px 0 #54A3DD;
}
#inputBox .title{
    color:#006AB9;
    font-size: 14px;
    text-align: center;
    font-weight:600;
    margin-bottom:15px;
}
#inputBox .title span{
    font-size: 16px;
}
#inputBox .form{
    background-color:#fff;
    padding:20px 20px;
    border-radius:10px;
}
#inputBox .form>input{
    width:100%;
    margin-bottom:15px;
    border:1px solid #006AB9;
    height:0.7rem;
    font-size:15px;
    padding-left:10px;
    border-radius:5px;
}
.iBox input{
    border:1px solid #006AB9;
    height:0.7rem;
    font-size:15px;
    padding-left:10px;
    border-radius:5px;
    width:3rem;
}
.iBox .codeImg{
    width:2.2rem;
}
#inputBox button{
    width:100%;
    line-height:0.8rem;
    text-align: center;
    color:#fff;
    background-color:#006AB9;
    font-size:15px;
    border:0;
    margin-top:15px;
    border-radius:5px;
}
/* 九大功能 */

#jiuBox .title{
    color:#006AB9;
    font-size: 14px;
    text-align: center;
    font-weight:600;
    margin-bottom:15px;
    margin:30px 0;
}
#jiuBox .title span{
    font-size: 16px;
}
#jiuBox .igBox{
    padding:0 0.3rem 20px;
    font-size:16px;
    color:#646464;
    text-align: center;
}
#jiuBox .igBox img{
    width:2rem;
    margin-bottom:5px;
}
/* canvas */
#canavs{
    height:200px;
    width:200px;
}