.titBox2 {
    width: 100%;
    height: 100%;
    padding-top: 248px;
    padding-bottom: 156px;
    padding-left: 40px;
    padding-right: 40px;
    background: linear-gradient(180deg, #DCEDFA 0%, #F2F5F7 100%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    display: inline-flex
}

.titBox2 .tit {
    align-self: stretch;
    text-align: center;
    color: #1C2029;
    font-size: 54px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 72px;
    word-wrap: break-word
}

.tableAll {
    width: 100%;
    height: 100%;
    background: #F2F5F7;
    padding-bottom: 108px;
}

.tableBox {
    background: #fff;
    border-radius: 24px;
    padding: 20px;
}

.tableRow2 {
    height: 215px;
}

.tableRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.itemInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
}

.item {
    width: 250px;
}

.item .typeBox {
    position: absolute;
    top: -60px;
    width: 248px;
    height: 248px;
}

.item .typeTit {
    color: white;
    font-size: 28px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 32px;
    word-wrap: break-word;
    text-align: center;
    background: #50A5E5;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    height: 56px;
    line-height: 56px;
    position: relative;
}

.item .typeTit2 {
    background: #1C2029;
}

.item .typeTit2 .tip {
    background: #8FC31F;
    border-radius: 6px;
    padding: a;
    position: absolute;
    top: -20px;
    width: 125px;
    height: 30px;
    padding: 5px;
    justify-content: center;
    right: 20px;
}

.item .typeTit2 .tip .tipTxt {
    text-align: center;
    color: #1C2029;
    font-size: 13px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word
}

.typeInfo {
    width: 100%;
    background: white;
    box-shadow: 0px 0px 60px rgba(151, 157, 170, 0.24);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.typeInfo .typeCon {
    align-self: stretch;
    height: 184px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
}

.typeInfo .typeCon .txt {
    text-align: center;
    color: #1C2029;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    min-height: 45px;
}

.typeInfo .butBox {
    align-self: stretch;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: white;
    border-radius: 24px;
    border: 1px #00A3F5 solid;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    cursor: pointer;
}

.typeInfo .butBox img {
    display: none;
}

.typeInfo .butBox:hover {
    background: #00A3F5;
    color: #fff;
}

.typeInfo .butBox:hover .butTxt {
    color: #fff;
}

.typeInfo .butBox:hover img {
    display: block;
}

.typeInfo .butBox .butTxt {
    color: #00A3F5;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
    display: flex;
    gap: 10px;
}

.typeBox2 .butBox {
    /* background: #00A3F5; */
}

.typeBox2 .butBox .butTxt {
    /* color: #fff; */
}

.tableRow3 {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FCFCFC;
    border-radius: 6px;
    color: #2578B8;
    margin-bottom: 25px;
}

.tableRow3:hover {
    background: rgba(80, 165, 229, 0.12);
}

.tableRow3 .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tableRow3 .itemInfo {
    justify-content: flex-start;
    padding: 0 20px;
}

.tableRow3 .itemInfo .tit {
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    margin-left: 15px;
}

.tableRow3.isselect {
    background: rgba(80, 165, 229, 0.12);
}

.table .hideCon {
    display: none;
    margin-top: -30px;
}

.tableRow4 {
    border-radius: 6px;
    color: #1C2029;
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
    height: 45px;
}

.tableRow4 .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tableRow4 .item2 {
    background: #FAFAFA;
    height: 100%;
}

.tableRow4 .itemInfo {
    justify-content: flex-start;
    padding-left: 50px;
}

.tableRow4 .itemInfo .tit {
    font-size: 14px;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    margin-left: 15px;
}

.mtableAll{
    display: none;
}
@media (max-width: 1025px) {
    #wrapper {
        overflow-x: hidden;
    }
    .tableAll{
        display: none!important;
    }
    .mtableAll{
        display: block;
    }
    .titBox2{
        padding-top: 150px;
        padding-bottom: 60px;
    }
    .titBox2 .tit{
        font-size: 64px;
    }
    
    .mtableAll{
        width: 100%;
        height: 100%;
        background: #F2F5F7;
        padding-bottom: 108px;
        padding-top: 50px;
    }
    .mtableBox{
        border-radius: 24px;
        padding: 20px;
    }
    .mtabRow{
        width: 100%;
    }
    .mtbItemList{
        display: none;
        width: 100%; padding-left: 32px; padding-right: 32px; padding-top: 40px; padding-bottom: 40px; background: white; justify-content: flex-start; align-items: flex-start; gap: 10px;border-radius: 24px;
    }
    .mtabItem{
        width: 100%;
    }
    .mhideCon{
        flex-direction: column;
        align-items: flex-start;
        display: none;
    }
    .mConItem{
        align-self: stretch;
        padding-top: 5px;
        padding-bottom: 5px;
        justify-content: flex-start;
        align-items: flex-start;
        display: inline-flex;
        padding-left: 39px;
    }
    .mConItem img{
        width: 18px;
        height: 18px;
        margin-right: 3px;
    }
    .mConItemTit{
        flex: 1 1 0;
        font-size: 12px;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 5px;
    }

    .downBut .downButUp{
        display: none;
    }

    .mlist2Tip{
		padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        background: #8FC31F;
        border-radius: 6px;
        position: absolute;
        right: 20px;
        top: -15px;
	}
	.mlist2TipTxt{
		text-align: center;
        color: #1C2029;
        font-size: 14px;
        font-family: Helvetica;
        font-weight: 700;
        line-height: 22px;
        word-wrap: break-word;
	}
}

@media (min-width: 769px) and (max-width: 1025px) {}

@media (max-width: 769px) {
    .titBox2{
        padding: 12rem 0 5rem;
    }
    .titBox2 .tit{
        font-size: 3.2rem;
        line-height: 4rem;
    }
    .mtabTit{
        font-size: 2.8rem !important;
    }
    .mtabCon{
        font-size: 1.6rem !important;
    }
    .mbutTxt{
        font-size: 2rem !important;
    }
    #mlist2,#mlist3{
        margin-top: 7rem!important;
    }
    .mtabItem{
        align-items: center!important;
    }
    .mtabItem img{
        width: 2rem;
        height: 2rem;
    }
    .mlistItemTxt{
        font-size: 1.6rem !important;
    }
    .mConItem{
        padding-left: 4rem!important;
    }
    .mConItemTit{
        font-size: 1.3rem !important;
    }
    .mConItem img{
        width: 2rem;
        height: 2rem;
        margin: 0;
    }
    .listRowTit{
        font-size: 2.3rem !important;
    }

    .mlist2Tip{
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background: #8FC31F;
		border-radius: 6px;
		position: absolute;
		right: 1rem;
		top: -1rem;
	}
	.mlist2TipTxt{
		text-align: center;
        color: #1C2029;
        font-size: 1rem;
        font-family: Helvetica;
        font-weight: 700;
        line-height: 1.4rem;
        word-wrap: break-word;
	}
}