

.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexCenter{
    display: flex;
    align-items: center;
    justify-content: center;
}

.level-2-wrap{
    /* margin-top: 36px; */
}
footer{
    height: 0;
    margin: 0;
}
.customize-1{
    /* padding: 0 8.333VW 0; */
    background: linear-gradient(to bottom, #F7F9FB, #F2F2F2);
}
.customize-1 .title{
    border-bottom: 1px solid #555;
    color: #264989;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
    padding: 1.7rem 3.1rem;
}
.customize-2,.customize-3{
    background-color: #fff;
    padding:  5.5rem 3.1rem 0vw 3.1rem;
}
.customize-2 .p1{
    color: #264989;
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
    margin-bottom: 0.7rem;
    margin-top: 1.9rem;
    text-align: left;
}
.customize-2 .p2{
    color: #264989;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.2rem;
    /* text-decoration: underline; */
    cursor: pointer;
    /* display: inline-block; */
    text-align: left;
    margin-bottom: 2rem;
}
.customize-2 .p2:hover span{
    text-decoration: underline;
}
.customize-2 .t1{
    color: #333;
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
    margin-bottom: 3.5rem;
    text-align: left;
}
.customize-2 .t2{
    color: #333;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    margin-bottom: 3.5rem;
    text-align: left;
}
.catalogue:hover{
    text-decoration: underline;
}
.level1-item{
    padding-bottom: 3.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #555;
    text-align: center;
}
.level1-item:last-child{
    border: none;
}
.el-image-viewer__mask{
    opacity: 1 !important;
    background: #fff !important;
}
.customize-3 .title{
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 3.2rem;
    margin-bottom: 3.8rem;
    text-align: left;
}
.customize-3 .desc{
    color: #333;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem;
    margin-top: 2rem;
    text-align: center;
}
.customize-3 .top{
    padding-bottom: 4.2rem;
    margin-bottom: 3.5rem;
    border-bottom: 1px solid #555;
}
.customize-3 .topP1{
    color: #264989;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 4.2rem;
    margin-bottom: 1.5rem;
}
.customize-3 .topP2{
    color: #264989;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    /* margin-bottom: 5.208vw; */
}
.customize-3 .topP3{
    color: #333;
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 1.666vw;
    margin-top: 3.333vw;
}
.customize-4{
    background-color: #fff;
    padding: 1.7rem 3.1rem;
    border-bottom: 1px solid #555;
    color: #264989;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
}
.customize-3{
    padding-top: 5.208vw;
    padding-bottom: 0;
}
.nortt{
    font-size: 28px;
    color: #333;
    font-weight: 300;
    padding: 0 0 30px 0;
    cursor: pointer;
}
.dialogItem{
    font-size: 20px;
    color: #264989;
    font-weight: 300;
    padding: 30px 0;
    border-top: 1px solid #BCBCBC;
    cursor: pointer;
}
.customize-5,.customize-6{
    padding: 0 3.1rem 3.6rem;
    background: #fff;
    margin-top: -4.5rem;
}
.customize-5 .titleTable{
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
    margin-bottom: 1rem;
}
.customize-5 .title,.customize-6 .title{
    color: #333;
    font-size:  2.4rem;
    font-weight: 600;
    line-height: 3rem;
    margin-bottom: 3.5rem;
}
.customize-5 li{
    color: #333;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2rem;

}
/* 修改所有表格边框颜色 */
.el-table--border,
.el-table--group,
.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf,
.el-table__footer-wrapper td.el-table__cell {
	border-color: #000 !important;
}
.customize-6 li{
    list-style: decimal;
    font-size: 1.2rem;
    color: #333;
    font-weight: 300;
    line-height: 2rem;
    margin-left: 1.2rem;
}

/* 移除伪元素对底部边框的影响 */
.el-table--border::after,
.el-table--group::after,
.el-table::before {
	background-color: transparent !important;
}
.el-table thead{
    color: #333 !important;
}
.el-table th.el-table__cell.is-leaf{
    background-color: #D9D9D9;
}
.customize-7{
    padding: 0 3.6rem;
}
.customize-7 .level7Item{
    padding-bottom: 3.5rem;
    margin-bottom: 3.5rem;
    border-bottom: 1px solid #555;
}
.customize-7 .level7Item:last-child{
    border: none;
}
.customize-7 .p1{
    font-size: 1.6rem;
    color: #333;
    font-weight:600;
    line-height: 2.4rem;
    margin-bottom: 3.5rem;
    text-align: left;
}
.customize-7 .p2{
    margin-top: 3.5rem;
}
.customize-7 .p2 li{
    list-style: decimal;
    font-size: 1.2rem;
    color: #333;
    font-weight: 300;
    line-height: 2rem;
    margin-left: 1.8rem;
}
.customize-7 .p22 li{
    list-style: outside;
    line-height: 2rem;
}
.customize-7 .p3{
    /* list-style: decimal; */
    font-size: 1.2rem;
    color: #333;
    font-weight: 300;
    line-height: 2rem;
    margin-left: 1.8rem;
}
.tipPic{
    font-size: 1.2rem;
    color: #333;
    font-weight: 300;
    margin-top: 1rem;
}
.customize-8{
    padding: 0 3.6rem 5vw;
    background: #fff;
    margin-top: -4rem;
}
.customize-8 .title{
    color: #333;
    font-size:  2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    margin-bottom: 3.5rem;
}
.customize-8 li{
    list-style: outside;
    font-size: 1.2rem;
    color: #333;
    font-weight: 300;
    line-height: 2rem;
    margin-left: 1.9rem;
}

.customize-footer{
    background-color: #264989;
    color: #fff;
    text-align: center;
    padding: 5.2rem 3.1rem 3.9rem;
}
.customize-footer img{
    width: 9.5rem;
    height: 9.5rem;
    display: inline-block;
}
.customize-footer .p1{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3rem;
}
.customize-footer .boxs{
    padding-bottom: 3.3rem;
    border-bottom: 1px solid  #fff;
}
.customize-footer .box{
    width: 50%;
    border-right: 1px solid #fff;
    /* margin: 0 0 5.5rem;
    padding-bottom: 5.5rem; */
}
.customize-footer .box:last-child{
    border-right: none;
}
.customize-footer li{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 3rem;
    padding: 1.5rem 0.65rem 1.5rem 0;
    border-bottom: 1px solid #fff;
}
.customize-footer-download {
    padding: 0 3.1rem 2.8rem;
    margin-top: 20rem;
}
.customize-footer-download ul{
    border-top: 1px solid #264989;
}
.customize-footer-download li{
    padding: 1.5rem 0 1.5rem 0.9rem;
    border-bottom: 1px solid #264989;
}
.customize-footer-download .title{
    font-size: 1.4rem;
    color: #264989;
    font-weight: 400;
    line-height: 2.1rem;
}
.customize-footer-download .desc{
    font-size: 1.3rem;
    color: #264989;
    font-weight: 400;
    line-height: 2rem;
}
.customize-footer-download .icon1{
    width: 4rem;
}
.customize-footer-download .icon4{
    width: 4rem;
}
.el-table{
    width: 99% !important;
}
.package{
    margin-top: 3.2rem;
    font-size: 1.4rem;
    text-align: left;
}
.packageP1{
    font-size: 1.1rem;
    font-weight: 400;
    color: #264989;
    cursor: pointer;
    margin-bottom: 2.6rem;
}
.packageP2{
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
}
.packageBox{
    padding: 1.7rem 1.7rem 1.7rem 2rem;
    background: #F9FBFF;
    border-radius: 4px;
    margin-top: 2.3rem;
    font-size: 1.4rem;
}
.packageBox img{
    width: 3.2rem;
}
.packageBox span{
    font-size: 1rem;
}