* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: auto;
    min-width: 1250px;

}

.pageBox {
    width: 100%;
    height: auto;
    position: relative;
}

.modelBox {
    width: 100%;
    height: auto;
}


.title_box {
    width: auto;
    margin: auto;
    text-align: center;
    color: #3C4467;
    font-family: AlibabaPuHuiTi;
    font-size: 38px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
}

.title_box div {
    font-size: 38px;
    font-weight: bold;
}

.title_img {
    width: 140px;
    height: 20px;
    margin: auto;
    /*background-color: cadetblue;*/
    background: url("../images/python/t.png") no-repeat;
    background-size: cover;
    margin-top: 5px;
}

.title_describe {
    font-feature-settings: "kern" on;
    color: #3C4467;
    font-size: 16px !important;
    margin-top: 20px !important;
    text-align: center;
}

.title_min_title_box {
    display: inline-block;
    width: auto;
    min-width: 100px;
    color: #4466B0;
    font-size: 28px;
    font-weight: bold;
}

.title_min_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_min_title_img {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.title_min_title_img:last-child {
    background-image: url("../images/scratch/tbgr.png");
}

.title_min_title_img:first-child {
    background-image: url("../images/scratch/tbgl.png");
}

.title_min_title_text {
    text-align: center;
    color: #5A6D96;
    font-weight: normal !important;
    font-size: 18px !important;
}

.min_title_box {
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
}

.min_title {
    display: flex;
    height: 50px;
    align-items: center;
    border-radius: 40px;
    color: #fff;
    font-size: 22px;
    margin-right: 20px;
    padding-left: 8px;
    padding-right: 25px;
    background: #FF9127;
}

.min_title_img {
    width: 38px;
    height: 38px;
    background-color: #EDF1F7;
    background-image: url("../images/scratch/tbicon.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 50%;
    margin-right: 16px;
}

.min_content {
    width: 80%;
    display: inline-block;
    color: #3C4467;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
}

.wrapper {
    margin: auto;
    font-size: 12px;
    width: 1200px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.model1 {
    /*background-color: aliceblue;*/
    height: 800px;
    background-image: url("../images/scratch/1bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #FFFFFF;
    background-position: center;
}


.model1 .wrapper .titleBox {
    width: auto;
    position: absolute;
    top: 28%;
    left: 0%;
    font-size: 20px;
    text-align: left;
}

.model1 .wrapper .titleBox .text_item {
    width: auto;
    position: relative;
    color: #FF7B00;
    font-weight: bold;
    font-size: 38px;
    display: inline-block;
    margin-bottom: 10px;
}

.model1 .wrapper .titleBox .text_item span {
    z-index: 5;
    display: inline-block;
    position: relative;
}

.model1 .wrapper .titleBox .text_item span:last-child {
    width: 102%;
    padding: 0px 10px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 10px;
    z-index: 3;
}

.model1 .textBox {
    width: 430px;
    background: linear-gradient(270deg, rgba(255, 177, 94, 0) 0%, rgba(255, 177, 94, 0.6) 20%, #FF8B38 61%, #FFB15E 112%);
    border-radius: 14px;
    color: #fff;
    font-size: 18px;
    padding: 20px 25px;
    position: absolute;
    top: 50%;
    left: 0%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.model1 .textItem {
    width: auto;
    line-height: 28px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.model1 .textItem .textImg {
    width: 15px;
    height: 20px;
    margin-right: 14px;
    background-image: url("../images/scratch/1icon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.model2 {
    height: 1050px;
}


.model2 .content_model {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 90px;

}

.model2 .content_model .content_item {
    width: 380px;
    height: auto;
    display: flex;
    margin: 0px 10px 50px 10px;
    position: relative;
}

.model2 .content_model .content_item:nth-child(2n) .serialNum {
    background: linear-gradient(180deg, #FFB15E 0%, #FF7E22 86%, #FFB15E 124%);
}

.model2 .content_model .serialNum {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(149deg, #6D9AFA 13%, #3963BC 67%, #244385 92%);
    margin-right: 10px;
    font-size: 20px;
}

.model2 .content_model .content_Box {
    width: calc(100% - 60px);
}

.model2 .content_model .content_title {
    width: auto;
    min-height: 40px;
    line-height: 30px;
    display: flex;
    font-family: AlibabaPuHuiTi;
    color: #3C4467;
    font-size: 20px;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
}

.model2 .content_model .content_text {
    font-family: AlibabaPuHuiTi;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: rgba(60, 68, 103, 0.6);
    margin-top: 10px;
    line-height: 26px;
}

.model3 {
    height: 980px;
    background-image: url("../images/scratch/3bg.png");
    background-color: #F6F6F6;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.model3 .content_model {
    width: 100%;
    position: relative;
    height: 100%;
}

.model3 .model_img {
    width: 580px;
    height: 460px;
    background-image: url("../images/scratch/3tbg.png");
    background-color: #ffaa00;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 140px;
    left: 0%;
    border-radius: 25px;
}

.model3 .model_item {
    width: 550px;
    height: 275px;
    padding: 30px 0px 0px 40px;
    color: #3C4467;
    font-size: 16px;
    line-height: 26px;
    background-repeat: no-repeat;
    background-size: auto 34%;
    position: absolute;
}

.model4 {
    width: 100%;
    height: 980px;
    background-color: #fff;
    overflow: hidden;
}

.model4 .wrapper {
    overflow: initial;
}

.model4 .content_box {
    width: 100%;
    height: 540px;
    margin-top: 60px;
    overflow: initial;
}

/* 智库顾问轮播样式 */
.model4 .swiper-button-prev,
.model4 .swiper-button-next {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #FF9E44;
    display: flex;
    color: #fff;
    top: 48%;
}

.model4 .swiper-wrapper {
    width: 100%;
    margin: auto;
}

.model4 .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    border-radius: 50px;
    transition: width 0.5s;
}

.model4 .swiper-pagination-bullet-active {
    background-color: #F48B09;
    width: 140px;
}

.model4 .swiper-3d .swiper-slide-shadow-right,
.model4 .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    backdrop-filter: blur(1px);
}

.model4 .content_box_item {
    width: 82%;
    height: 540px;
    position: relative;
    margin: auto;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 0px #9AB1D0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0d4da1;
    /* border: 3px solid; */
    /* border-image: linear-gradient(142deg, #FFFFFF 9%, rgba(255, 255, 255, 0.5) 89%) 3; */

}


.model5 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: linear-gradient(to top right, #F3F4F8, #FBF5F2);
}

.model5 .content_box {
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.model5 .content_box img {
    width: 25%;
    height: auto;
}

.model6 {
    width: 100%;
    height: 800px;
    overflow: hidden;
    background: linear-gradient(to top right, #FFF7F5, #FFFFFF, #FFF6F4);
}

.model6 .content_model {
    width: 100%;
    height: 444px;
    margin-top: 80px;
    position: relative;
}

.model6 .content_item {
    width: 280px;
    background: linear-gradient(213deg, #F7FAFF 55%, #DEE8FD 88%);
    box-sizing: border-box;
    border-radius: 20px;
    position: absolute;
    top: 0;
}

.model6 .content_item::after {
    content: "";
    width: 90%;
    height: 30px;
    position: absolute;
    top: 108%;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(50% 50% at 50% 50%, #E3E6FF 0%, rgba(199, 203, 237, 0) 100%);
    filter: blur(10px);
}

.model6 .content_item .content_item_img {
    width: 100%;
    height: 200px;
    /*background-color: #CCDCFC;*/
    border-radius: 20px 20px 0px 0px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.model6 .content_item .content_item_title_box {
    margin: auto;
    display: inline-block;
    margin-top: 20px;
    margin-left: 8%;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px 0px #A2B2FA;
    padding: 5px 16px;
    border-radius: 20px;
    color: #4E61B3;
    font-weight: 500;
}

.model6 .content_item .content_item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.model6 .content_item .content_item_title_img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/scratch/6icon.png');
}

.model6 .content_item .content_item_text {
    width: 82%;
    height: 208px;
    margin: auto;
    color: #646E96;
    line-height: 20px;
    font-size: 16px;
    margin-top: 10px;
    font-family: AlibabaPuHuiTi;
}

.model6 .content_triangle {
    position: absolute;
    top: 0;
    width: 200px;
    height: 444px;
    /* background: linear-gradient(to right, #CCDCFC, rgba(0, 0, 0, 0)); */
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 140% 174%;
    background-position: 132% 49%;
}

.model6 .content_triangle::after {
    content: "";
    width: 80px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 10%, rgba(255, 255, 255, 1));
    position: absolute;
    left: 96px;
}

.model6 .content_round {
    width: 270px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
}

.model6 .content_round::after {
    content: "";
    width: 60%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: linear-gradient(221deg, #F7FAFF 55%, #DEE8FD 88%);
    box-sizing: border-box;
    border: 0.5px solid;
    border-image: linear-gradient(223deg, #CDD6FF 2%, rgba(223, 229, 255, 0.0103) 58%, rgba(151, 170, 255, 0.66) 99%);
    box-shadow: inset 0px 4px 10px 0px #BDCCEA;
}

.model6 .content_round::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px dashed #CCDCFB;
}

.model6 .content_round .content_round_item {
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFB15E 0%, #FF7E22 86%, #FFB15E 124%);
    border: 4px solid #FFE5CF;
    position: absolute;
    z-index: 10;
}

.model6 .content_round .content_round_min {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 50%;
    background: linear-gradient(312deg, rgba(255, 255, 255, 0.035) 17%, rgba(255, 255, 255, 0.273) 42%, rgba(255, 255, 255, 0.42) 60%);
    backdrop-filter: blur(51px);
    color: #F17114;
    position: absolute;
}

.model7 {
    width: 100%;
    height: 820px;
    overflow: hidden;
    background-color: #F6F6F6;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url("../images/scratch/7bg.png");
}

.model7 .content_model {
    width: 100%;
    height: 460px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.model7 .content_item {
    width: 49%;
    height: 100%;
    background: #FFB32F;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 10px #FFB32F;
    overflow: hidden;
}

.model7 .content_item .content_item_img {
    width: 100%;
    height: calc(100% - 110px);
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.model7 .content_item .content_item_text {
    width: 100%;
    height: 110px;
    line-height: 100px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}

.model8 {
    width: 100%;
    height: 780px;
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    background-image: url("../images/scratch/8bg.png");
}

.model8 .content_model {
    width: 100%;
    height: 560px;
    margin-top: 60px;
}


/* 智库顾问轮播样式 */
.model8 .swiper-button-prev,
.model8 .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    color: #FFA12D;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #FF9127;
    top: 40%;
}

.model8 .swiper-wrapper {
    width: 100%;
    margin: auto;
}

.model8 .content_box_item {
    width: 75%;
    height: 480px;
    margin: auto;
    background-color: #ffaa7f;
    border-radius: 30px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    box-shadow: 0px 4px 10px 0px #9AB1D0;
    overflow: hidden;
}

.model8 .swiper-3d .swiper-slide-shadow {
    background-color: rgba(0, 0, 0, 0);
}

.model8 .swiper-slide-active {
    opacity: 1 !important;
}

.model8 .swiper-slide {
    opacity: 0.5;
    transition: all 0.3s;
}

.model8 .swiper-pagination-bullet-active {
    background: #FF7723;
}


.model8 .content_box_item .content_item_img {
    width: 100%;
    height: calc(100% - 100px);
    margin: auto;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.model8 .content_box_item .content_item_text {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    background-color: #55616C;
}

.model9 {
    width: 100%;
    height: 900px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url("../images/scratch/9bg.png");
}

.model9 .content_model {
    width: 96%;
    height: 770px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    background-image: url("../images/scratch/91.png");
}

.model10 {
    width: 100%;
    height: 900px;
    background: linear-gradient(to top right, #F4F6FF, #FFFFFF, #FFF8F6);
}

.model10 .content_model {
    width: 96%;
    height: 500px;
    margin: auto;
    margin-top: 60px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    background-image: url("../images/scratch/101.png");
}


.model11 {
    width: 100%;
    height: 780px;
    overflow: hidden;
    background: linear-gradient(146deg, #F6F6F6 8%, #F6F6F6 87%);
}


.model11 .content_box {
    width: 100%;
    height: 550px;
    margin: auto;
    margin-top: 20px;
    /* background-color: #e6e9ec; */
    border-radius: 30px;
    box-shadow: 0px 0px 5px #F3F6FF;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}


.model11 .content_box label {
    width: 300px;
    position: absolute;
    left: 46px;
    cursor: pointer;
    color: #3C4467;
}

.model11 .content_box span {
    display: block;
    margin-left: 36px;
    line-height: 22px;
    font-size: 16px;
    position: absolute;
    top: 10px;
}

.model11 .content_box p {
    display: block;
    margin-left: 20px;
    line-height: 22px;
    font-size: 30px;
    position: absolute;
    font-weight: bold;
    top: -4px;
    background: linear-gradient(179deg, #FF8717 -10%, rgba(255, 187, 124, 0.3494) 58%, rgba(255, 180, 110, 0) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.model11 .content_box label:nth-child(2n) p {
    background: linear-gradient(359deg, rgba(204, 220, 255, 0) 15%, #B6CDFF 49%, #75A1FF 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.model11 .content_box_left {
    width: 38%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.model11 .content_box_left::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 11%;
    left: 50px;
    border-left: 1px dashed;
    color: #FF8723;
}

.model11 input[type="radio"]:checked {
    width: 6px;
    height: 6px;
}

.model11 input[type="radio"]:checked::before {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -4px;
    left: -4px;
}

.model11 input[type="radio"] {
    width: 10px;
    height: 10px;
    background-color: #FF8723;
}

.model11 .content_box_right {
    width: 66%;
    height: 80%;
    position: relative;
    top: 9%;
    right: 0;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url("../images/scratch/111.png");
    transition: all 0.5s;
}


/* 隐藏原始的radio按钮 */
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background-color: #fff;
}

/* 自定义选中状态的radio按钮 */
input[type="radio"]:checked {
    width: 8px;
    height: 8px;
    margin-left: 2px;
    background-color: #F27A5F;
    position: relative;
}

input[type="radio"]:checked::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    border: 3px solid #F27A5F;
}


.model12 {
    width: 100%;
    height: 900px;
    background-color: #fff;
    overflow: hidden;
}

.model12 .wrapper {
    overflow: initial;
}

.model12 .content_box {
    width: 100%;
    height: 620px;
    margin-top: 60px;
    overflow: initial;
}

/* 智库顾问轮播样式 */
.model12 .swiper-button-prev,
.model12 .swiper-button-next {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #FF9E44;
    display: flex;
    color: #fff;
    top: 42%;
}

.model12 .swiper-wrapper {
    width: 100%;
    margin: auto;
}


.model12 .swiper-pagination-bullet-active {
    background: #FF7723;
}


.model12 .swiper-3d .swiper-slide-shadow-right,
.model12 .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    backdrop-filter: blur(1px);
}

.model12 .content_box_item {
    width: 82%;
    height: 540px;
    position: relative;
    margin: auto;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 0px #9AB1D0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    overflow: hidden;
    /* border: 3px solid; */
    /* border-image: linear-gradient(142deg, #FFFFFF 9%, rgba(255, 255, 255, 0.5) 89%) 3; */

}

.model12 .content_box_item .content_text {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(180deg, rgba(110, 148, 225, 0) 0%, rgba(50, 83, 150, 0.9) 100%);
}

.model12 .content_box_item .content_text span {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.model12 .content_box_item .content_text span::after, .model12 .content_box_item .content_text span::before {
    content: "·";
    font-size: 30px;
    margin: 0px 5px;
}

.swiper-slide {
    opacity: 0.4;
}

.swiper-slide-active {
    opacity: 1;
}