.HeaderBox {
    width: 100%;
    height: 104px;
}

.productionTop {
    width: 100%;
    padding: 80px 0 86px;
    background: url(../images/production/production_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    background-size: cover;
    background-position: top center;
}

.productionTop_head_new {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1232px;
}

.productionTop_head_new_title {
    width: 530px;
}

.productionTop_head_new_title .productionTitle {
    text-align: left;
}

.productionTop_img {
    width: 540px;
    height: 390px;
    margin-left: 41px;
}

.productionTitle {
    font-weight: bold;
    font-size: 40px;
    color: #212121;
    line-height: 57px;
}

.productionDesc {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #4E4F53;
    line-height: 22px;
    margin: 0 auto;
    margin-top: 17px;
    margin-bottom: 40px;
    font-family: "Roboto";
    text-align: left;
}

.productionBtn {
    display: flex;
    width: 556px;
    margin: 0 auto;
    margin-top: 40px;
}

.productionBtn div {
    width: 220px;
    height: 48px;
    background: #416FF4;
    box-shadow: 0px 10px 10px 0px rgba(65, 111, 244, 0.08);
    border-radius: 33px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 47px;
    box-sizing: border-box;
}

.productionBtn .bnt_contact {
    margin-left: 32px;
    background: #FFFFFF;
    border-radius: 33px;
    border: 1px solid #416FF4;
    color: #416FF4;
}

.btn_join:hover {
    background: #2756DE;
}

.bnt_contact:hover {
    background: #DFE8FF;
}

.production_reason {
    width: 100%;
    padding: 80px 0;
    padding-bottom: 120px;
    background-size: 100% 100%;
    text-align: center;
}

.production_reason .productionDesc {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 60px;
}

.tab {
    width: 502px;
    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;
    margin-bottom: 80px;
}

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

.tabItem:hover {
    background: rgba(255, 255, 255, .5);
    color: #212121;
}

.tabItem.active {
    background: #FFFFFF;
    color: #212121;
}

.tabItem.active:hover {
    background: #FFFFFF;
}

.production_reason_list {
    width: 1110px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 29px;
    margin: 0 auto;
}

.production_select {
    margin-top: 32px;
}

.production_select_item {
    display: flex;
    align-items: center;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    color: #686B76;
}

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

.production_select_item img {
    width: 23px;
    height: 23px;
    margin-right: 8px;
}

.reason_item {
    width: 314px;
    cursor: pointer;
    box-shadow: inset 0px 0px 20px 0px rgba(197, 197, 197, 0.25);
    border-radius: 20px;
    background-color: rgba(197, 197, 197, 0.01);
    padding: 64px 18px 55px;
    position: relative;
}

.reason_item img {
    width: 64px;
    height: 64px;
    position: absolute;
    left: calc(50% - 32px);
    top: -32px;
}

.reason_item_title {
    font-weight: bold;
    font-size: 20px;
    color: #212121;
    line-height: 28px;
}

.reason_item_desc {
    font-weight: 400;
    font-size: 16px;
    color: #8F92A1;
    line-height: 24px;
    text-align: center;
    font-family: "Roboto Regular";
    margin-top: 12px;
}

.production_process {
    width: 100%;
    padding: 120px 0 128px;
    background: url(../images/production/module3_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    background-size: cover;
    background-position: top center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.production_requests {
    background: #F9F9F9 !important;
}

.services_left {
    width: 541px;
    margin-right: 30px;
}

.services_left_title {
    font-weight: bold;
    font-size: 48px;
    color: #0D152E;
    line-height: 60px;
    font-family: "Roboto";
    text-align: left;
}

.services_left_desc {
    font-weight: 400;
    font-size: 18px;
    color: #686B76;
    line-height: 28px;
    text-align: left;
    margin-top: 24px;
}

.services_left_line {
    width: 100%;
    border-bottom: 1px dashed #000000;
    opacity: 0.2;
    margin-top: 40px;
}

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

.btom_item {
    text-align: left;
    margin-top: 40px;
}

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

.btom_item img {
    width: 48px;
    height: 48px;
}

.btom_item_desc {
    width: 255px;
    height: 56px;
    font-weight: 400;
    font-size: 18px;
    color: #686B76;
    line-height: 28px;
    margin-top: 20px;
}

.services_right {
    width: 540px;
    box-sizing: border-box;
}

.services_right_line {
    height: 16px;
}

.services_right img {
    width: 100%;
}

.production_process .services_right.requests {
    width: 487px;
}

.services_left.requests {
    margin-right: 0;
    margin-left: 82px;
}

.production_manager {
    padding-top: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.managerTop_left_desc {
    width: 515px;
}

.managerTop {
    display: flex;
    margin-bottom: 40px;
}

.managerTop_right {
    margin-left: 157px;
}

.managerTop_right_item {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #686B76;
    line-height: 16px;

}

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

.managerTop_right_item img {
    width: 23px;
    height: 23px;
    margin-right: 16px;
}

.manager_bottom {
    width: 1143px;
    height: 512px;
}


.production_resources {
    background: linear-gradient(180deg, #F9F9F9 0%, #FFFFFF 100%);
    padding: 140px 0 145px;
}

.resources_left_desc {
    width: 710px;
}

.managerTop_right.resources_right {
    margin-left: 78px;
}

.managerTop_right.resources_right .managerTop_right_item {
    margin-top: 24px;
}

.resources_region {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

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

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

.resources_region_msg {
    font-weight: 400;
    font-size: 12px;
    color: #303236;
    line-height: 14px;
}

.resources_region_msg div+div {
    font-weight: 300;
    font-size: 10px;
    color: #303236;
    line-height: 11px;
    font-family: "Roboto Light";
}

.resources_btom {
    display: flex;
    align-items: center;
    position: relative;
}

.resources_btom_right {
    z-index: 2;
}

.resources_btom_bg {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.resources_btom_left {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    margin-right: 30px;
    z-index: 2;
}

.resources_btom_title {
    margin-bottom: 23px;
    font-weight: bold;
    font-size: 20px;
    color: #212121;
    line-height: 24px;
    font-family: "Roboto";
}

.resources_btom_btn {
    width: 170px;
    height: 48px;
    font-family: "Roboto Regular";
    font-weight: 400;
    font-size: 16px;
    color: #416FF4;
    line-height: 48px;
    text-align: center;
    border-radius: 26px;
    border: 1px solid #416FF4;
    margin: 0 auto;
    margin-top: 30px;
}

.resources_btomRight_top,
.resources_btomRight_btom {
    background: #FFFFFF;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 30px 30px 32px;
}

.resources_btomRight_btom {
    margin-top: 30px;
}

.resources_btomRight_title {
    margin-bottom: 27px;
}

.resources_btomRight_list {
    display: flex;
}

.resources_btomRight_item {
    display: flex;
    align-items: center;
    padding-right: 40px;
}

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

.resources_btomRight_item img {
    width: 30px;
    height: 30px;
    margin-right: 16px;
}

.resources_btomRight_name {
    font-weight: bold;
    font-size: 12px;
    color: #303236;
    line-height: 14px;
    text-align: left;
}

.resources_btomRight_desc {
    width: 214px;
    font-family: "Roboto Regular";
    font-weight: 400;
    font-size: 10px;
    color: #8F92A1;
    line-height: 12px;
    text-align: left;
    margin-top: 8px;
}

.buyprice {
    background: #F5F6FA;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.buyprice_advantage {
    margin-top: 32px;
    display: flex;
    align-items: center;
}

.advantage_item {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #686B76;
    line-height: 16px;
    font-family: "Roboto Regular";
}

.advantage_item+.advantage_item {
    margin-left: 24px;
}

.advantage_item img {
    width: 23px;
    height: 23px;
    margin-right: 8px;
}

.priceItemPrice {
    margin-bottom: 8px;
}

.priceItemPrice span {
    font-weight: 400;
    font-size: 16px;
    padding-left: 5px;
    color: #181818;
}

.priceItemBuyBox {
    background: rgba(65, 111, 244, .8);
    border-radius: 8px;
}

.priceItemBuy {
    margin-top: 24px;
}

.priceItemBuy_desc {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    font-family: "Roboto Regular";
    height: 26px;
    text-align: center;
}

.priceList {
    width: 1232px;
    margin-top: 35px;
    flex-wrap: wrap;
}

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

.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: 66px;
    width: 1232px;
    box-sizing: border-box;
}

.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-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;
}

#student {
    height: 363px;
    background: radial-gradient(0% 99% at 50% 0%, #00267D 0%, #000C30 100%);
}

#student .container {
    display: block;
    width: 776px;
    height: 100%;
    margin: 0 auto;
    background: url(../images/production/footer_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    background-size: cover;
    background-position: top center;
    text-align: center;
    position: relative;
}

.footer_bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.container_cont {
    position: relative;
    z-index: 2;
}

#student .title {
    text-align: center;
    padding-top: 60px;
}

.container_cont .title2 {
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 27px;
    font-family: "Roboto Light";
    height: auto;
    margin: 26px 0;
}

.container .useBtn1 {
    width: 188px;
    height: 52px;
    background: #416FF4;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 52px;
    position: relative;
    z-index: 2;
}

#footer {
    background: #000C30;
    height: auto;
}

.footTop .foot {
    padding-top: 63px;
    display: flex;
    justify-content: center;
}

.footTop .foot .footFirst {
    width: auto;
    display: block;
}

.footTop .foot .footFirst .footright .footrightTitle {
    width: 255px;
}

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

.footTop .foot .footFirst .footright .footrightTitle .title {
    font-family: "Roboto Bold";
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 16px;
}

.footTop .foot .footFirst .footright .footrightTitle .title a {
    border-left: 1px solid #416FF4;
    padding-left: 10px;
}

.footTop .foot .footFirst .footright .footrightTitle .connent a {
    font-size: 14px;
}

.footTop .foot .footFirst .footright .footrightTitle .connent .des-link {
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto Regular";
    width: 264px;
    line-height: normal;
    height: auto;
}

.footTop .foot .footFirst .footright .footrightTitle .connent a:hover {
    color: #FFFFFF;
}

#footer .footrightTitle .connent .des.email {
    font-size: 14px;
}

.footTop .foot .footFirst .footright .footrightTitle .connent .des {
    margin-bottom: 0;
}

.footTop .foot .footFirst .footright .footrightTitle .connent .des+.des {
    margin-top: 16px;
}

#footer .footright .footrightTitle:nth-child(3) .connent div {
    margin-bottom: 0;
}

#footer .footright .footrightTitle:nth-child(3) .connent div+div {
    margin-top: 16px;
}

.footTop .foot .footFirst .footright {
    margin-bottom: 40px;
}

.foot_line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
}

.foot_btom {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.foot_btom_left,
.foot_btom_logo {
    display: flex;
    align-items: center;
}

.foot_btom_logo {
    font-size: 20px;
    color: #FFFFFF;
    font-family: "Roboto Bold";
    font-weight: bold;
}

.foot_btom_logo img {
    width: 27px;
    height: 31px;
    margin-right: 12px;
}

.foot_btom_desc {
    font-weight: 400;
    font-size: 12px;
    color: #687497;
    font-family: "Roboto Regular";
    margin-left: 60px;
}

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

.foot_btom_copyright {
    font-weight: 400;
    font-size: 12px;
    color: #687497;
    font-family: "Roboto Regular";
    margin-left: 60px;
}

.foot_btom_right {
    width: 161px;
    height: 20px;
}

.words2_desc {
    margin-bottom: 60px;
}

.unlimited,
.priceModel,
.staticModel {
    display: block !important;
}

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

@media (max-width: 1250px) {
    .priceList {
        width: 100%;
        justify-content: space-around;

    }

    .priceItem {
        margin-bottom: 20px;
        margin-left: 0 !important;
    }

    .buyprice_fit {
        width: 100%;
    }

    .footTop .foot .footFirst .footright .footrightTitle {
        width: 100%
    }
}

@media (max-width: 1110px) {
    .productionTop_img {
        display: none;
    }

    .resources_btom,
    .managerTop {
        flex-direction: column;
    }

    .managerTop_right.resources_right {
        margin-left: 0;
    }

    .resources_btom_left {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .resources_btom_bg {
        top: 300px;
    }

    .production_reason_list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 29px;
    }

    .production_process {
        flex-wrap: wrap;
        align-items: center;
    }

    .managerTop_right {
        margin-left: 0;
        margin-top: 30px;
    }

    .manager_bottom {
        width: 100%;
        height: auto;
    }

    .topbar__main {
        width: 100%;
    }
}

@media (max-width: 850px) {
    .question_nr {
        width: 90%;
        margin: 0 auto;
    }

    .question_nr1,
    .topbar95,
    .production_reason_list {
        width: 100%;
    }
}

@media (max-width: 500px) {

    body,
    .production,
    .productionBtn,
    .productionDesc,
    .production_reason_list,
    .production_process_list,
    .tab,
    .services_left,
    .production_manager,
    .managerTop,
    .production_resources,
    .resources_btom_right,
    .buyprice_methods,
    .productionTop_head_new {
        width: 100% !important;
    }

    .footer_bg {
        width: 80%;
        left: 10%;
    }

    .productionTitle,
    .productionDesc,
    .productionBtn {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .resources_btom,
    .managerTop {
        width: 100%;
    }

    .productionBtn {
        padding: 0 10;
    }

    .production_reason_list {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 50px;
    }

    .reason_item,
    .process_item {
        margin: 0 auto;
    }

    .production_process_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
    }

    .services_left {
        margin-right: 0;
    }

    .services_left.requests,
    .btom_item+.btom_item {
        margin-left: 0;
    }

    .services_left_btom {
        flex-direction: column;
        align-items: center;
    }

    .btom_item {
        text-align: center;
    }

    .resources_btomRight_list,
    .buyprice_fit,
    .fit_left_list,
    .buyprice_methods {
        flex-wrap: wrap;
    }

    .resources_btomRight_item {
        border: 0 !important;
    }

    .resources_btomRight_item+.resources_btomRight_item {
        margin-left: 0;
        margin-top: 30px;
    }

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

    .fit_right {
        margin-top: 32px;
    }

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

    .buyprice_methods img {
        margin: 30px 0;

    }

    .methods_line {
        display: none;
    }

    #student .container {
        width: 100%;
    }

    #student .title {
        font-size: 32px;
    }
}