.compare{display:flex;flex-direction:column;align-items:center;max-width:1360px;margin:50px auto 0}.compare .title{margin:0 auto;text-align:center}.compare .compare_sheet{margin-top:80px;width:90%;background:linear-gradient(145deg,rgba(220,230,252,1),rgba(220,230,252,1) 5%,rgba(125,45,255,.7) 65%,rgba(45,116,255,.9));border-radius:16px;padding:8px;position:relative}.compare .compare_sheet .ant-image{position:absolute}.compare .compare_sheet .compare_sheet_inner{background-color:rgba(220,230,252,1);height:100%;width:100%;display:flex;flex-direction:column;gap:8px;padding:18px 24px 24px;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.compare .compare_sheet .badge{position:relative;top:-10px;left:-10px;z-index:1000}.compare .compare_sheet .sheet_header{display:flex;background-color:#fff;border-top-left-radius:12px;border-top-right-radius:12px}.compare .compare_sheet .sheet_header .sheet_header_block{flex:1 1}.compare .compare_sheet .sheet_header .header{flex:8 1;display:flex;height:50px;position:relative}.compare .compare_sheet .sheet_header .header .ant-image{position:absolute;max-width:80px;max-height:80px;left:50%;top:-15px;transform:translateX(-50%);border-radius:50%;box-shadow:0 14.4px 43.2px 0 rgba(8,25,70,.09),0 1.44px 8.64px 4.32px rgba(8,13,122,.05)}.compare .compare_sheet .sheet_header .header .header_before{flex:1 1;color:rgba(42,104,239,1);text-align:center;line-height:50px;font-style:italic}.compare .compare_sheet .sheet_header .header .header_after{flex:1 1;background-color:rgba(42,104,239,1);border-top-right-radius:12px;color:#fff;text-align:center;line-height:50px;font-style:italic}.compare .compare_sheet .compare_sheet_inner .sheet_row{width:100%;background-color:rgba(42,104,239,1);display:flex;border-radius:12px;overflow:hidden}.compare .compare_sheet .compare_sheet_inner .sheet_row span{text-align:center;display:inline-block}.compare .compare_sheet .compare_sheet_inner .sheet_row .row_type{flex:1 1;height:100%;background-color:#fff;padding:4px}.compare .compare_sheet .compare_sheet_inner .sheet_row .row_type .row_type_btn{height:calc(100% - 8px);width:100%;color:#fff;background-color:rgba(42,104,239,1);border-radius:12px;padding:10px 0;font-style:italic}.compare .compare_sheet .compare_sheet_inner .sheet_row .row_before{flex:4 1;background-color:#fff;border-top-right-radius:12px;border-bottom-right-radius:12px;line-height:50px;color:rgba(42,104,239,1)}.compare .compare_sheet .compare_sheet_inner .sheet_row .row_after{flex:4 1;color:#fff;background-color:rgba(42,104,239,1);line-height:50px}.compare .compare_sheet_mobile{width:90%;margin:32px auto 0;position:relative;display:none}.compare .compare_sheet_mobile .ant-image{position:absolute;width:54px;height:54px;left:50%;top:calc(50% - 27px);transform:translateX(-50%)}.compare .compare_sheet_mobile .sheet_box{width:100%;background:linear-gradient(145deg,rgba(220,230,252,1),rgba(220,230,252,1) 15%,rgba(125,45,255,.7) 25%,rgba(45,116,255,.9));border-radius:16px;padding:4px}.compare .compare_sheet_mobile .sheet_box .sheet_box_inner{background-color:rgba(220,230,252,1);height:100%;width:100%;border-radius:12px;overflow:hidden}.compare .compare_sheet_mobile .sheet_box .sheet_box_inner .sheet_title{padding:6.6px 9px;background-color:#fff;display:inline-block;width:100%;font-style:italic}.compare .compare_sheet_mobile .sheet_box .sheet_box_inner .sheet_list{display:flex;flex-direction:column;gap:5px;padding:8px}.compare .compare_sheet_mobile .sheet_box .sheet_box_inner .sheet_list .sheet_row{background-color:#fff;padding:3px;display:flex;gap:8px;border-radius:3px}.compare .compare_sheet_mobile .sheet_box .sheet_box_inner .sheet_list .sheet_row .row_label{display:inline-block;color:#fff;background-color:rgba(42,104,239,1);font-style:italic;padding:4px 8px;border-radius:3px;flex:1 1;max-width:100px;display:flex;align-items:center;justify-content:center}.compare .compare_sheet_mobile .sheet_box .sheet_box_inner .sheet_list .sheet_row .row_value{display:inline-block;color:rgba(24,41,85,1);flex:3 1;display:flex;align-items:center}@media only screen and (max-width:992px){.compare{max-width:95%}.compare .compare_sheet{display:none}.compare .compare_sheet_mobile{display:block}}@media only screen and (min-width:1920px){.compare{min-width:1780px}}