html {
    background-color: #f3f7fa !important;
}
.footer{
    background: url("../../images/20190723/m/gywx_06.png")  bottom center no-repeat;
    background-size: cover;
    height: 7rem;
}
.footer-con {
    padding-top:5rem;
}
.banner{
    margin:0 0.26rem;
    width: calc(100% - 0.52rem);
    padding-top:0.3rem;
}
.banner-wrapper{
    background: url("../../images/20190723/m/aics_01.png")  bottom center no-repeat;
    background-size:cover;
    border-radius:0.13rem;
    height:4.35rem;
    text-align: center;
    color:white;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 0.7rem;
    display: flex;
}
.banner-wrapper .p1{
    font-size:0.3rem;
}
.banner-wrapper .p2{
    font-size:0.43rem;
}



.item-wrapper {
    margin-bottom: 1rem;
}

.item-wrapper .title {
    font-size: 0.51rem;
    color: rgba(26, 26, 26, 1);
    margin-bottom: 1rem;
    text-align: center;
    line-height: 0.8rem;
}
.big-card{
    width: calc(100% - 0.6rem);
    margin: 0 0.3rem;
    background:rgba(255,255,255,1);
    border-radius:0.13rem;
    box-shadow:0px 11px 70px 0px rgba(222, 231, 227, 0.35);
}
.big-card .pp1{
    font-size:0.51rem;
    color:#1A1A1A;
    padding: 1rem;
    line-height:0.7rem;
}
.big-card .pp2{
    font-size:0.37rem;
    color:#4F4F4F;
    line-height:0.64rem;
    padding: 0 1rem 1rem 1rem;
}
.big-card img{
    width: 100%;
    border-radius:0 0 0.13rem 0.13rem;
}
.big-card-title{
    height:2rem;
    font-size:0.51rem;
    color:rgba(26,26,26,1);
    line-height: 2rem;
    text-align: center;
}
#my_video_1{
    width: 100%;
    height: 5.6rem;
}


.ai-card-tablist {
    margin: 0.53rem 0;
}
.ai-card-tablist .tablist {
    display: flex;
    width: 87%;
    margin: 0 auto;
}

.ai-card-tablist .tablist .it {
    flex: 1;
    height: 1rem;
    background: rgba(230, 241, 255, 1);
    border-radius: 0.13rem 0.13rem 0 0;
    line-height: 1rem;
    text-align: center;
    font-size: 0.35rem;
    color: rgba(33, 124, 253, 1);
    margin:0 0.1rem;
    cursor: pointer;
}

.ai-card-tablist .tablist .it.crr {
    background: #217BFB;
    color: white;
}
.aip{
    padding:0.44rem 0.44rem 1rem 0.44rem
}
.aip .line{
    height:0.05rem;
    background-color:rgba(238,238,238,1);
}
.ai-itemlist {
    padding-bottom: 0.8rem
}

.ai-itemlist .type {
    font-size: 0.35rem;
    color: #585858;
    line-height: 0.55rem;
}

.ai-itemlist .item-ul {
    display: flex;
    flex-wrap: wrap;
}

.ai-itemlist .item-ul .item {
    width: calc(33% - 0.2rem);
    height: 0.8rem;
    line-height: 0.8rem;
    border: 0.02rem solid rgba(201, 201, 201, 1);
    border-radius: 0.4rem;
    text-align: center;
    color: #323232;
    margin: 0.2rem 0.28rem 0.2rem 0;
}
.ai-itemlist .item-ul .item:nth-child(3n){
    margin-right: 0;
}
.ai-itemlist .item-ul .item.crr {
    background-color: #217AF9;
    color: white;
    border: 0.02rem solid #217AF9;
}
.points{
    padding-top: 0.8rem
}
.pitem{
    height:1.38rem;
    line-height:1.38rem;
    border:0.02rem solid rgba(201, 201, 201, 1);
    border-radius:0.13rem;
    font-size:0.37rem;
    color:rgba(50,50,50,1);
    position: relative;
    padding-left:1.1rem;
    margin-bottom: 0.5rem;
}
.pitem.crr{
    background:rgba(238,245,255,1);
}
.pitem .t{
    display: block;
    width:0.2rem;
    height:0.2rem;
    background-color:#D7DEE9;
    border-radius:0.1rem;
    position: absolute;
    left: 0.5rem;
    top: calc(50% - 0.1rem);
}
.pitem.crr .t{
    background-color: rgba(33,123,251,1);
}
.btngotest{
    display: inline-block;
    width:3.2rem;
    height:0.94rem;
    line-height:0.94rem;
    background:rgba(255,129,86,1);
    box-shadow:0px 11px 21px 0px rgba(255, 86, 129, 0.35);
    border-radius:0.47rem;
    font-size:0.37rem;
    color:rgba(255,255,255,1);
}

