body {
    font-family: 'Roboto', Roboto;
}

p {
    margin: 0;
    padding: 0;
}

.price {
    background-image: url(../images/price/price_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 164px;
    padding-bottom: 158px;
    background-color: #F8FAFF;
    background-size: cover;
    background-position: top center;
}

.title {
    text-align: center;
}

.title p:nth-child(1) {
    font-weight: bold;
    font-size: 48px;
    color: #212121;
    line-height: 57px;
}

.title p:nth-child(2) {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    margin-top: 15px;
}
.title h1:nth-child(1) {
    font-weight: bold;
    font-size: 48px;
    color: #212121;
    line-height: 57px;
}
.title h1:nth-child(2) {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    margin-top: 15px;
}

.tab {
    width: 1232px;
    height: 64px;
    background: rgba(0, 18, 71, 0.1);
    border-radius: 33px;
    border: 1px solid #EBEDF2;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    box-sizing: border-box;
    margin-top: 40px;
}

.tabItem {
    width: 243px;
    height: 48px;
    border-radius: 27px;
    line-height: 48px;
    text-align: center;
    font-family: "Roboto Regular";
    font-size: 16px;
    color: #212121;
    cursor: pointer;
}

.tabItem.active {
    background: #416FF4;
    border: 1px solid #EBEDF2;
    box-sizing: border-box;
    color: #FFFFFF;
}

.tabItem.active:hover {
    background: #416FF4;
}

.tabItem:hover {
    background: rgba(0, 0, 0, 0.05);
}

.priceList {
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    width: 1232px;
    flex-wrap: wrap;
}


.priceList .priceItem+.priceItem {
    margin-left: 23px;
}

.priceList .priceItem {
    width: 228px;
    height: 470px;
    background: #FFFFFF;
    box-shadow: 0px 9px 20px 0px rgba(153, 175, 224, 0.3);
    border-radius: 12px;
    position: relative;
    padding: 36px 20px 0 20px;
    box-sizing: border-box;
    transition: transform .3s ease;
    border: 1px solid #FFFFFF;
}

.priceList.unlimitedList .priceItem {
    height: 326px;
    padding-top: 32px;

}

.unlimited_line {
    height: 1px;
    background: #F0F0F0;
    border-radius: 2px;
    margin-top: 16px;
}

.unlimitedFlag {
    display: none;
    margin-top: 40px;
}

.unlimited {
    display: none;
}

.unlimited-time {
    font-weight: bold;
    font-size: 20px;
    color: #212121;
    line-height: 24px;
    font-family: "Roboto";
}

.unlimited_left {
    width: 596px;
    padding: 40px 36px 40px 40px;
    box-sizing: border-box;
}

.unlimited_left_head {
    font-weight: bold;
    font-size: 18px;
    color: #212121;
    line-height: 18px;
    font-family: "Roboto Bold";
}

.unlimited_left_desc {
    font-weight: 400;
    font-size: 14px;
    color: #8F92A1;
    line-height: 22px;
    font-family: "Roboto Regular";
    margin-top: 10px;
}

.unlimited_country {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 40px;
}

.unlimited_left_list {
    margin-top: 40px;
}

.modelLeft_listItem {
    font-weight: 400;
    font-size: 14px;
    color: #8F92A1;
    line-height: 18px;
    font-family: "Roboto Regular";
}

.modelLeft_listItem+.modelLeft_listItem {
    margin-top: 10px;
}

.modelLeft_listItemImg {
    width: 11px;
    height: 8px;
    margin-right: 10px;
}

.unlimited_center_line {
    width: 1px;
    height: 454px;
    background: #E6EAF3;
}

.unlimited_right {
    padding: 0 40px 40px;
    box-sizing: border-box;
    width: 635px;
}

.form-range {
    width: 100%;
}

input[type=range] {
    -webkit-appearance: none;
    background: transparent;
    width: 433px;
    height: 6px;
    background: transparent;
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 4px;
    background: linear-gradient(to right, #416FF4 0%, #416FF4 var(--fill-percent), #E2E5F0 var(--fill-percent), #E2E5F0 100%);
    border-radius: 8px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 19px;
    height: 28px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(28, 41, 90, 0.04);
    border-radius: 4px;
    border: 2px solid #416FF4;
    margin-top: -12px;
    cursor: pointer;
}

.unlimited_progress {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 40px;
}

.unlimited_progress_left {
    margin-right: 20px;
}

.unlimited_progress_right .goods_num {
    width: 100px;
}

.unlimited_progress_right .goods_num .nums {
    width: 52px;
}

.unlimited_progress_left_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 433px;
    margin-bottom: 5px;
}

.unlimited_progress_left_head p:nth-child(1) {
    font-weight: bold;
    font-size: 18px;
    color: #212121;
    line-height: 18px;
    font-family: "Roboto Bold";
}

.unlimited_progress_left_head p:nth-child(2) {
    font-weight: 400;
    font-size: 18px;
    color: #8F92A1;
    line-height: 18px;
    font-family: "Roboto Regular";
}

.unlimited_progress_left_head p:nth-child(2) span {
    font-weight: bold;
    font-size: 18px;
    color: #416FF4;
    font-family: "Roboto Bold";
}

.unlimited_right_title {
    font-weight: bold;
    font-size: 18px;
    color: #212121;
    line-height: 18px;
    font-family: "Roboto Bold";
    margin-top: 40px;
}

.unlimited_right_price {
    font-weight: bold;
    font-size: 28px;
    color: #416FF4;
    line-height: 18px;
    font-family: "Roboto Bold";
    margin-top: 20px;
}

.unlimited_right_desc {
    font-weight: 400;
    font-size: 12px;
    color: #8F92A1;
    line-height: 22px;
    font-family: "Roboto Regular";
    margin-top: 54px;
}

.unlimited_right_btn {
    display: flex;
    align-items: center;
    margin-top: 9px;
}

.unlimited_right_btn img {
    margin-left: 8px;
}

.modelLeft_countryItem {
    display: flex;
    align-items: center;
    width: 160px;
    height: 50px;
    background: rgba(65, 111, 244, 0.06);
    border-radius: 26px;
}

.modelLeft_countryItemImg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 10px;
}

.modelLeft_country_title {
    font-weight: 400;
    font-size: 12px;
    color: #303236;
    line-height: 14px;
    text-align: left;
    font-family: "Roboto Regular";
}

.modelLeft_country_num {
    font-weight: 300;
    font-size: 10px;
    color: #303236;
    line-height: 11px;
    text-align: left;
    font-family: "Roboto Light";
    margin-top: 3px;
}

.unlimitedModel {
    width: 1232px;
    height: 112px;
    background: #FFFFFF;
    box-shadow: 0px 9px 20px 0px rgba(153, 175, 224, 0.3);
    border-radius: 12px;
    margin: 0 auto;
    margin-top: 32px;
    padding: 24px 32px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.unlimitedModel_list img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.unlimitedModel_list {
    font-weight: 400;
    font-size: 18px;
    color: #212121;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.priceList .priceItem:hover {
    cursor: pointer;
    /* transform: translateY(-20px); */
    box-shadow: 0px 9px 20px 0px rgba(153, 175, 224, 0.3);
    border: 1px solid #416FF4;
}

.priceItemTitle {
    font-weight: bold;
    font-size: 20px;
    color: #222325;
    line-height: 24px;
}

.priceModel,
.SharedModel {
    width: 1232px;
    height: 800px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 40px;
    display: none;
}
.staticModel {
    width: 1232px;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0px 9px 20px 0px rgba(153, 175, 224, 0.3);
    border-radius: 12px;
    box-sizing: border-box;
    display: none;
    margin-top: 40px;
}

.staticModel_head {
    background-color: rgba(65, 111, 244, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px 12px 0 0;
}

.staticModel_head_item {
    width: 15%;
    height: 52px;
    text-align: center;
    line-height: 52px;
    min-width: 120px;
    font-weight: 400;
    font-size: 16px;
    color: #212121;
}

.staticModel_listItem {
    background: #FFFFFF;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.staticModel_listItem_index {
    width: 15%;
    min-width: 120px;
    text-align: center;
}

.staticModel_listItem_index:nth-child(1) {
    text-align: left;
    padding-left: 24px;
    box-sizing: border-box;
}

.staticModel_listItem_index:nth-child(5) {
    text-align: right;
    padding-right: 24px;
    box-sizing: border-box;
}

.staticModel_list .formItemselect {
    margin-top: 0;
}

.staticModel_list .selectBox {
    width: 120px;
    height: 36px;
}

.staticModel_list .formItemselect_unit {
    justify-content: center;
}

.staticModel_listItem_ips {
    font-weight: 500;
    font-size: 20px;
    color: #212121;
}

.staticModel_listItem_discount {
    font-weight: 400;
    font-size: 16px;
    color: #212121;
}

.staticModel_listItem_btn {
    width: 106px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #416FF4;
    font-weight: 400;
    font-size: 16px;
    color: #416FF4;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    display: inline-block;
}

.staticModel_listItem_btn:hover {
    background: #416FF4;
    color: #fff;
}

.staticModel_listItem_discount_off {
    display: inline-block;
    width: 86px;
    height: 32px;
    background: rgba(255, 111, 60, 0.25);
    border-radius: 18px;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    color: #212121;
    font-family: "Roboto Regular";
}

.staticModel_listItem_discount_off span {
    font-weight: bold;
    color: #FF6F3C;
}

.staticModel_listItem:nth-child(6),
.staticModel_list {
    border-radius: 0 0 12px 12px;
}

.staticModel_listItem:nth-child(2n) {
    background-color: rgba(65, 111, 244, 0.04);
}

.staticModel_head_item:nth-child(1) {
    text-align: left;
    border-radius: 12px 0 0 0;
    padding-left: 24px;
    box-sizing: border-box;
}

.staticModel_head_item:nth-child(5) {
    text-align: right;
    border-radius: 0 12px 0 0;
    padding-right: 24px;
    box-sizing: border-box;
}

.priceModel_left {
    width: 820px;
    height: 800px;
    float: left;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 9px 20px 0px rgba(153, 175, 224, 0.3);
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
}

.formItemselect {
    position: relative;
    margin-top: 16px;
}

.selectBox {
    width: 137px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #D2D5E1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px 0 12px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    font-family: "Roboto";
}

.selectBox:hover {
    border: 1px solid #97A0C3;
}

.selectBox:hover .numActive {
    border-top: 1px solid #97A0C3;
    border-bottom: 1px solid #97A0C3;
}

.selectBox img {
    width: 18px;
    height: 18px;
}

.formItemselect_unit {
    display: flex;
    align-items: center;
}

.unit {
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    line-height: 18px;
    margin-left: 8px;
}

.options {
    position: absolute;
    top: 54px;
    width: 139px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(13, 24, 61, 0.16);
    border-radius: 10px;
    display: none;
    z-index: 2;
}

.optionItem {
    height: 42px;
    width: 100%;
    padding: 13px 17px;
    box-sizing: border-box;
}

.optionItem:first-child {
    border-radius: 10px 10px 0 0;
}

.optionItem:last-child {
    border-radius: 0 0 10px 10px;
}

.optionItem:hover {
    background: #F1F5FB;
    cursor: pointer;
}

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


.modelLeft_head {
    border-bottom: 1px solid rgba(230, 234, 243, 1);
    padding-bottom: 15px;
}

.modelLeft_headTitle {
    font-weight: bold;
    font-size: 20px;
    color: #222325;
}

.modelLeft_headSearch {
    width: 249px;
    height: 32px;
    background: #F8F8F8;
    border-radius: 4px;
    padding: 0 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.modelLeft_headSearch img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    vertical-align: middle;
}

.modelLeft_headSearch input {
    border: none;
}

.modelLeft_headSearch input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
}

.modelLeft_content {
    height: calc(800px - 96px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px 0;
    box-sizing: border-box;
}

.modelLeft_content::-webkit-scrollbar {
    display: none;
}

.modelLeft_contentItemTitle {
    font-weight: 500;
    font-size: 16px;
    color: #222325;
    margin-bottom: 15px;
}

.modelLeft_contentItem+.modelLeft_contentItem {
    margin-top: 24px;
}

.residentialModel .modelLeft_contentItemList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 12px;
}

.modelLeft_contentItemList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 9px;
}

.residentialModel .modelLeft_contentItemListItem {
    width: 252px;
    height: 68px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: start;
    padding: 0 12px;
}

.residentialModel .modelLeft_contentItemListItem img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}


.modelLeft_contentItemListItem {
    width: 188px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px 16px;
    position: relative;
}

.modelLeft_contentItemListItem p:nth-child(1) {
    word-break: keep-all;
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    margin-bottom: 3px;
    line-height: 19px;
}

.modelLeft_contentItemListItem p:nth-child(2) {
    font-weight: 300;
    font-size: 12px;
    color: #666666;
    line-height: 14px;
}

.residentialModel .modelLeft_contentItemListItem p {
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    font-family: "Roboto Medium";
    letter-spacing: -0.5px;
}

.residentialModel .modelLeft_contentItemListItem div {
    background: #416FF4;
}

.modelLeft_contentItemListItem div {
    width: 60px;
    height: 18px;
    background: #08B257;
    border-radius: 0px 6px 0px 6px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 300;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    z-index: 0;
}

.modelLeft_contentItemListItem .soldOut {
    background: #E76130;
}

.modelLeft_contentItemListItem:hover {
    border: 1px solid #83A8DE;
    cursor: pointer;
}

.modelLeft_contentItemListItem.active {
    border: 1px solid #416FF4;
    background: rgba(240, 244, 253, 1);
}


.modelLeft_contentItemListItem.active1 {
    border: 1px solid #416FF4;
    background: rgba(240, 244, 253, 1);
}
.modelLeft_contentItemListItem.active2 {
    border: 1px solid #416FF4;
    background: rgba(240, 244, 253, 1);
}


.priceModel_right {
    float: right;
    width: 399px;
    height: 800px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 9px 20px 0px rgba(153, 175, 224, 0.3);
    border-radius: 12px;
    border: 0px solid #979797;
    padding: 20px;
    box-sizing: border-box;
}

.buyprice_fit {
    background: #FFFFFF;
    box-shadow: 0px 9px 20px 0px rgba(153, 175, 224, 0.3);
    border-radius: 12px;
    padding: 32px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    width: 1232px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 32px;
}

.fit_left_title {
    font-family: "Roboto Bold";
    font-weight: bold;
    font-size: 28px;
    color: #0D152E;
    line-height: 28px;
    text-align: left;
    margin-bottom: 16px;
}

.fit_left_list {
    display: flex;
    align-items: center;
}

.fit_left_list_item {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    font-family: "Roboto Regular";
    text-align: left;
    display: flex;
    align-items: center;
}

.fit_left_list_item+.fit_left_list_item {
    margin-left: 32px;
}

.fit_dot {
    width: 4px;
    height: 4px;
    background: #212121;
    border-radius: 3px;
    margin-right: 6px;
}

.fit_right {
    width: 188px;
    height: 52px;
    background: #416FF4;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    font-family: "Roboto Bold";
}

.fit_right img {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.fit_right:hover {
    background: #3859d0;
}

.buyprice_methods {
    width: 800px;
    height: 56px;
    background: #EBEDF2;
    border-radius: 12px;
    margin: 0 auto;
    margin-top: 60px;
    box-sizing: border-box;
    padding: 20px 30px 20px 24px;
    display: flex;
    align-items: center;
}

.methods_title {
    font-weight: 400;
    font-size: 16px;
    color: #8F92A1;
    font-family: "Roboto Regular";
}

.buyprice_methods img {
    width: 161px;
    height: 20px;
    margin-left: 27px;
    margin-right: 40px;
}

.methods_line {
    width: 1px;
    height: 18px;
    background: #D8D8D8;
    border-radius: 1px;
    margin-right: 40px;
}

.methods_more {
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    font-family: "Roboto";
    cursor: pointer;
}

.modelRight_headTitle {
    padding: 3px 0 15px;
    font-weight: bold;
    font-size: 20px;
    color: #222325;
    border-bottom: 1px solid rgba(230, 234, 243, 1);
}

.modelRight_goods {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed rgba(230, 233, 243, 1);
}

.goods_name {
    font-weight: 500;
    font-size: 16px;
    color: #181818;
}

.goods_price {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
}

.goods_num {
    width: 82px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 13px;
    display: flex;
    justify-content: space-between;
}

.goods_num .nums {

    border: 1px solid #DFDFDF;
    /*border-top: 1px solid #DFDFDF;*/
    /*border-bottom: 1px solid #DFDFDF;*/
    width: 32px;
    height: 26px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 26px;
}

.goods_num .add,
.goods_num .sub {
    width: 24px;
    height: 26px;
    background: #F8F8F8;
    border-radius: 0 4px 4px 0;
    border: 1px solid #DFDFDF;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.goods_num .add {
    border-radius: 4px 0 0 4px;
}

.modelRight_num {
    height: 446px;
    border-bottom: 1px solid rgba(230, 234, 243, 1);
}

.modelRight_total {
    margin-top: 16px;
    font-weight: 300;
    font-size: 16px;
    color: #181818;
    line-height: 19px;
    display: flex;
    justify-content: space-between;
}

.modelRight_total span {
    font-weight: bold;
    font-size: 16px;
    color: #416FF4;
    margin-left: 6px;
}

.modelRight_time {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(230, 234, 243, 1);
}

.modelRight_time .desc {
    font-weight: 300;
    font-size: 16px;
    color: #181818
}

.modelRight_time .time {
    width: 80px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCD3DD;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    text-align: center;
    line-height: 30px;
}

.modelRight_time .time span {
    position: absolute;
    height: 15px;
    background: #E76130;
    border-radius: 6px 0px 6px 0px;
    right: 0;
    top: -10px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 13px;
    text-align: center;
    padding: 0 4px;
}

.modelRight_time .time:hover {
    border: 1px solid #83A8DE;
    cursor: pointer;
}

.modelRight_time .time.active {
    border: 1px solid #336EF3;
    color: #416FF4;
}

.modelRight_time .one {
    margin-left: 27px;
}

.modelRight_price {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: top;
}

.modelRight_price_title {
    font-weight: bold;
    font-size: 20px;
    color: #222325;
}

.modelRight_price_num_price {
    font-weight: 500;
    font-size: 37px;
    color: #333333;
    line-height: 52px;
}

.modelRight_price_num_del {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    text-align: right;
}

.modelRight_btn {
    margin-top: 24px;
    width: 100%;
    height: 44px;
    background: #416FF4;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}

.limited {
    width: 168px;
    height: 30px;
    background: linear-gradient(90deg, #FAE4B3 0%, rgba(247, 250, 255, 0) 100%);
    border-radius: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #181818;
    line-height: 30px;
    margin-top: 8px;
    padding-left: 12px;
}

.priceItemPrice {
    font-weight: 500;
    font-size: 48px;
    color: #111111;
    line-height: 57px;
    letter-spacing: 1px;
    margin-top: 28px;
    margin-bottom: 18px;
}

.priceList.unlimitedList .priceItemPrice {
    margin-top: 16px;
    margin-bottom: 8px;
}

.priceItemPrice2 {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 21px;
}

.priceList.unlimitedList .priceItemPrice2 {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 21px;
}

.priceItemBuy {
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #416FF4;
    font-weight: bold;
    font-size: 16px;
    color: #416FF4;
    text-align: center;
    line-height: 49px;
    margin-top: 40px;
    box-sizing: border-box;
}

.priceItemBuy:hover {
    background: #416FF4;
    cursor: pointer;
    color: #FFFFFF;
}

.priceItemBuy img {
    width: 16px;
    height: 15.5px;
    margin-left: 8px;
    vertical-align: middle;
}

.priceList.unlimitedList .priceItemBuy {
    margin-top: 15px;
}

.data {
    width: 188px;
    height: 40px;
    background: #F5FAFF;
    border-radius: 8px;
    margin: 32px 0 8px;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.data span:nth-child(1) {
    color: #111111;
}

.data span:nth-child(2) {
    color: #416FF4;
}

.from {
    width: 188px;
    height: 40px;
    background: #F5FAFF;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    padding: 0 12px;
    box-sizing: border-box;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.priceItem .sub {
    width: 68px;
    height: 25px;
    background: #416FF4;
    border-radius: 0px 8px 0px 8px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
}

.priceItem .sub.subHot {
    background: #FA6400;
}

.resources {
    background: #F8FAFF;
}

.resources_content {
    padding-top: 94px;
    padding-bottom: 120px;
}

.newTitle .title {
    margin-bottom: 90px;
}

.newTitle .title p:nth-child(1) {
    font-weight: 300;
    font-size: 24px;
    color: #222A41;
    line-height: 32px;
}

.newTitle .title p:nth-child(2) {
    font-weight: bold;
    font-size: 48px;
    color: #212121;
    line-height: 57px;
    margin-top: 15px;
}
.newTitle .title h2:nth-child(1) {
    font-weight: 300;
    font-size: 24px;
    color: #222A41;
    line-height: 32px;
}

.newTitle .title h2:nth-child(2) {
    font-weight: bold;
    font-size: 48px;
    color: #212121;
    line-height: 57px;
    margin-top: 15px;
}
.imgBox {
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1110px;
    margin: 0 auto;
}

.imgBox+.imgBox {
    margin-top: 60px;
}

.imgBoxItem {
    text-align: center;
    width: 160px;
}

.imgBoxItem+.imgBoxItem {
    margin-left: 30px;
}

.imgBoxItem img {
    width: 60px;
    height: 60px;
}

.imgBoxItem p:nth-child(2) {
    font-weight: 400;
    font-size: 20px;
    color: #303236;
    margin-top: 15px;
    line-height: 24px;
}

.imgBoxItem p:nth-child(3) {
    font-weight: 300;
    font-size: 20px;
    color: #303236;
    line-height: 24px;
}

.advantages {
    padding: 120px 0;
}

.advantages_content {
    width: 1228px;
    margin: 0 auto;
    background-image: url(../images/price/advantages_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.advantages_content .title p:last-child {
    width: 760px;
    margin: 0 auto;
    margin-top: 15px;
}
.advantages_content .title h2:last-child {
    width: 760px;
    margin: 0 auto;
    margin-top: 15px;
}

.advantages_box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 114px;
    position: relative;
}

.advantages_box_item {
    width: 350px;
    text-align: center;
}

.advantages_box_item img {
    width: 200px;
    height: 180px;
    margin-bottom: 40px;
}

.advantages_box_item p:nth-child(2) {
    font-weight: 400;
    font-size: 24px;
    color: #222A41;
    line-height: 32px;
    margin-bottom: 10px;
}

.advantages_box_item p:nth-child(3) {
    font-weight: 400;
    font-size: 18px;
    color: #6D7783;
    line-height: 28px;
}

.advantages_box_line {
    width: 80px;
    height: 1px;
    border: 1px solid #E7EBEF;
    background-color: rgba(231, 235, 239, 1);
    position: absolute;
    bottom: 53px;
    left: 50%;
    transform: translateX(-50%);
}

.advantages_foot {
    width: 350px;
    height: 64px;
    font-weight: bold;
    font-size: 24px;
    color: #222A41;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 30px;
}

.advantages_btn {
    width: 164px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #E9E9E9;
    margin: 0 auto;
    font-weight: 900;
    font-size: 14px;
    color: #999999;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.questions {
    background: #F8FAFF;
    padding-top: 120px;
    padding-bottom: 150px;
}

.questions_content {
    width: 1027px;
    margin: 0 auto;
}

.questions_content .title {
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 32px;
    text-align: left;
}

.questions_list {
    margin-top: 38px;
}

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

.questions_item {
    padding: 20px 22px 20px 0;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #212121;

    border-bottom: 2px solid rgba(51, 51, 51, 0.1);
}

.questions_item img {
    width: 14px;
    height: 14px;
}

.modal-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.modal {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 564px;
    height: 561px;
    box-sizing: border-box;
}

.modal_title {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 21px;
    color: #0D152E;
    line-height: 24px;
    text-align: center;
}

.modal_head {
    font-weight: 500;
    font-size: 17px;
    color: #212121;
    line-height: 20px;
    margin-top: 24px;
}

.modal_line {
    width: 100%;
    height: 1px;
    background: #E5E7EA;
    margin-top: 16px;
    margin-bottom: 16px;
}

.modal_select {
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #EBEDF2;
    padding: 0 24px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.modal_select_left {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 17px;
    color: #212121;
    line-height: 20px;
}

.modal_circle {
    width: 16px;
    height: 16px;
    border: 2px solid #D7D9E2;
    border-radius: 50%;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_dot {
    width: 6px;
    height: 6px;
    background: #416FF4;
    border-radius: 50%;
    display: none;
}

.modal_select_left_img {
    width: 148px;
    height: 20px;
}

.modal_select_left_img2 {
    width: 24px;
    height: 24px;
}

.modal_select+.modal_select {
    margin-top: 16px;
}

.active.modal_select {
    border: 2px solid #416FF4;
}

.active.modal_select .modal_dot {
    display: block;
}

.modal_order_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    font-weight: 500;
    font-size: 14px;
    color: #212121;
    line-height: 16px;
    font-family: "Roboto";
}

.modal_order_item_left {
    color: #9EABBB;
}

.modal_total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

.modal_total_left {
    font-weight: 500;
    font-size: 17px;
    color: #212121;
    line-height: 20px;
    text-align: left;
}

.modal_total_right {
    font-weight: 500;
    font-size: 26px;
    color: #212121;
    line-height: 30px;
}

.modal_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

.modal_btn div {
    width: 238px;
    height: 40px;
    background: #F4F4F5;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.modal_btn .modal_pay {
    background: #416FF4;
    color: #FFFFFF;
}

@media (max-width: 1100px) {

    .unlimited {
        width: 100%;
        flex-direction: column;
    }

    .unlimited_left,
    .unlimited_right {
        margin: 0 auto;
    }

    .unlimited_center_line {
        display: none;
    }

    .tab {
        width: 100%;
    }

    .priceList {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .priceList .priceItem+.priceItem {
        margin-left: 0;
    }

    .priceModel,
    .SharedModel {
        width: 100%;
        height: auto;
    }

    .priceModel_left,
    .priceModel_right {
        width: 100%;
        float: none;
    }

    .modelLeft_contentItemList {
        grid-template-columns: repeat(2, 1fr);
    }

    .modelLeft_content {
        width: 100%;
    }

    .priceModel_right {
        margin-top: 20px;
    }

    .imgBox {
        width: 100%;
    }

    .imgBoxItem+.imgBoxItem {
        margin-left: 0;
    }

    .imgBoxItem:nth-child(1) {
        margin-bottom: 20px;
    }

    .advantages_content {
        width: 100%;
        background-size: cover;
        background-position: right;
    }

    .advantages_content .title p:last-child {
        width: 100%;
    }

    .advantages_box {
        flex-wrap: wrap;
    }

    .advantages_box_item {
        margin: 0 auto;
    }

    .advantages_box_item+.advantages_box_item {
        margin-top: 40px;
    }

    .questions_content {
        width: 100%;
    }

    .questions_list {
        padding: 0 5px;
    }

    .questions_content .title {
        line-height: 58px;
    }

    .tab {
        display: block;
        height: auto;
    }

    .tabItem {
        width: 100%;
    }

    .buyprice_fit {
        width: 100%;
        display: block;
    }

    .fit_left_list {
        display: block;

    }

    .fit_left_list_item+.fit_left_list_item {
        margin-left: 0;

    }

    .fit_left_list_item {
        margin-bottom: 16px;
    }

    .buyprice_methods {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    .buyprice_methods img {
        margin: 30px 0;
    }

    .methods_line {
        display: none;
    }

    .unlimitedModel {
        width: 100%;
        height: auto;
        display: block;
    }

    .unlimitedModel_list {
        margin-bottom: 16px;
    }

    .staticModel {
        width: 100%;
    }

    .staticModel_head_item {
        width: auto;
        min-width: 90px;
    }

    .staticModel_head_item:nth-child(1) {
        padding-left: 0;
    }

    .staticModel_head_item:nth-child(5) {
        padding-right: 0;
    }

    .staticModel_listItem_index:nth-child(1) {
        padding-left: 0;
    }

    .staticModel_listItem_index:nth-child(5) {
        padding-right: 0;
    }

    .staticModel_listItem_index {
        width: auto;
    }

    .staticModel_listItem_index {
        min-width: 90px;
    }

    .staticModel_listItem_ips {
        font-size: 14px;
    }

    .staticModel_list .selectBox {
        width: 100px;
    }
}

@media (max-width: 500px) {

    .tab {
        width: 100%;
    }

    .unlimited_left,
    .unlimited_right {
        width: 100%;
        margin: 0 auto;
    }

    .unlimited_country {
        grid-template-columns: 1fr 1fr;
    }

    .residentialModel .modelLeft_contentItemList {
        grid-template-columns: repeat(1, 1fr);
    }

    .residentialModel .modelLeft_contentItemListItem {
        margin: 0 auto;
    }

    .priceList {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .priceList .priceItem+.priceItem {
        margin-left: 0;
    }

    .priceModel,
    .SharedModel {
        width: 100%;
        height: auto;
    }

    .priceModel_left,
    .priceModel_right {
        width: 100%;
        float: none;
    }


    .modelLeft_contentItemList {
        grid-template-columns: repeat(2, 1fr);
    }

    .modelLeft_content {
        width: 100%;
    }

    .priceModel_right {
        margin-top: 20px;
    }

    .imgBox {
        width: 100%;
    }

    .imgBoxItem+.imgBoxItem {
        margin-left: 0;
    }

    .imgBoxItem:nth-child(1) {
        margin-bottom: 20px;
    }

    .advantages_content {
        width: 100%;
        background-size: cover;
        background-position: right;
    }

    .advantages_content .title p:last-child {
        width: 100%;
    }

    .advantages_box {
        flex-wrap: wrap;
    }

    .advantages_box_item {
        margin: 0 auto;
    }

    .advantages_box_item+.advantages_box_item {
        margin-top: 40px;
    }

    .questions_content {
        width: 100%;
    }

    .questions_list {
        padding: 0 5px;
    }

    .questions_content .title {
        line-height: 58px;
    }

    .tab {
        display: block;
        height: auto;
    }

    .tabItem {
        width: 100%;
    }

    .buyprice_fit {
        width: 100%;
        display: block;
    }

    .fit_left_list {
        display: block;

    }

    .fit_left_list_item+.fit_left_list_item {
        margin-left: 0;

    }

    .fit_left_list_item {
        margin-bottom: 16px;
    }

    .buyprice_methods {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    .buyprice_methods img {
        margin: 30px 0;
    }

    .methods_line {
        display: none;
    }

    .unlimitedModel {
        width: 100%;
        height: auto;
        display: block;
    }

    .unlimitedModel_list {
        margin-bottom: 16px;
    }

    .staticModel {
        width: 100%;
    }

    .staticModel_head_item {
        width: auto;
        min-width: 90px;
    }

    .staticModel_head_item:nth-child(1) {
        padding-left: 0;
    }

    .staticModel_head_item:nth-child(5) {
        padding-right: 0;
    }

    .staticModel_listItem_index:nth-child(1) {
        padding-left: 0;
    }

    .staticModel_listItem_index:nth-child(5) {
        padding-right: 0;
    }

    .staticModel_listItem_index {
        width: auto;
    }

    .staticModel_listItem_index {
        min-width: 90px;
    }

    .staticModel_listItem_ips {
        font-size: 14px;
    }

    .staticModel_list .selectBox {
        width: 100px;
    }
}