.flow-s-1-content{
    width: 100%;
    height: auto;
    float: left;
}
.flow-s-1-content .box{
    width: 1050px;
    heigth: 100%;
    margin: 0px auto;
}
.flow-s-1-content .row{
    /**
    * 定义宽高
    */
    width: 95%;
    height: 253px;
    float: left;
    /**
    * 边距
    */
    margin: 5px 0px;
    padding: 0% 2% 2% 3%;
    /**
    * 定义边框
     */
    border-radius: 5px;
    /*
    * 定义背景
     */
    border-radius: 5px;

    /* 面板阴影 */
    box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
    background: rgba(255, 255, 255, 0.7);
    /**
    ** 定位属性
     */
    position: relative;

}

/*
* 内部布局样式
 */
.flow-s-1-content .top{
    width:100%;
    height: 65px;
    float: left;
    line-height: 79px;
    border-bottom: 1px solid rgb(168, 172, 217);
    position: relative;
}
.flow-s-1-content .top a{
    color: rgb(40, 45, 108);
    font-family: "HarmonyOS Sans SC" !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
}
.flow-s-1-content .top span{
    position: absolute;
    width: 3px;
    height: 20px;
    left: -1%;
    top: 44%;
    border-radius: 5px;
    background: rgb(38, 120, 255);
}

.flow-s-1-content .bottom{
    width:100%;
    height: 110px;
    float: left;
    position: relative;
    margin-top: 45px;
}
.flow-s-1-content .bottom a{

}

.qy-33 li{
    float: left;
}
.qy-33 .font-66{
    width:100px;
}
.qy-33 .li-ico{
    margin: 0 4px;
    display: block;
    margin-top: 45px;
}
.qy-33 .font-80{
    color: rgb(197, 164, 254);
    font-family: "HarmonyOS Sans SC";
    font-size: 25px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0%;
/*    margin-bottom:10px;*/
    display: block;
}
.qy-33 .font-81{
    color: rgb(102, 102, 102);
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0%;
/*    text-align: left;*/
    text-align: center;
/*    margin-top:10px;*/
    display: block;
}


/**
** 内容标签样式
 */
.flow-s-1-content img{

}
.flow-s-1-content a,span{

}


.font-66-1{
    width: 103px !important;
}