* {
    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_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;
    margin-top: 20px;
    text-align: center;
}

.min_title_box {
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
}

.min_title {
    display: flex;
    height: 40px;
    align-items: center;
    background: linear-gradient(270deg, rgba(216, 216, 216, 0) 10%, rgba(245, 172, 102, 0.55) 25%, #FF9D41 50%);
    border-radius: 40px 0px 0px 40px;
    color: #fff;
    font-size: 18px;
    justify-content: space-evenly;
    margin-right: 20px;
    font-weight: bold;
}

.min_title_img {
    width: 18px;
    height: 20px;
    /*background-color: #ff557f;*/

}

.min_title .min_title_img:last-child {
    background: url("../images/python/path.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-right: 15px;
}

.min_title .min_title_img:first-child {
    background: url("../images/python/32m.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 15px;
    height: 17px;
}

.min_content {
    width: 80%;
    display: inline-block;
    color: #3C4467;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
}

.oneModel {
    background-color: aliceblue;
    height: 800px;
    background: url("../images/python/1b.png") no-repeat;
    background-size: cover;
}

.wrapper {
    margin: auto;
    font-size: 12px;
    width: 1200px;
    /*height: 100%;*/
    position: relative;
    overflow: hidden;
}

.oneModel .wrapper .textBox {
    width: auto;
    position: absolute;
    top: 30%;
    right: 16px;
    font-size: 20px;
    text-align: right;
}

.oneModel .wrapper .textBox .text_item {
    width: auto;
    position: relative;
    color: #FF7B00;
    font-weight: bold;
    font-size: 46px;
    display: inline-block;
    margin-bottom: 10px;
}

.oneModel .wrapper .textBox .text_item span {
    z-index: 5;
    display: inline-block;
    position: relative;
}

.oneModel .wrapper .textBox .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;
}

.smallbox {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    bottom: 5%;
}

.smallbox .smallbox_item {
    width: 190px;
    height: auto;
    border-radius: 15px;
    background: linear-gradient(301deg, rgba(255, 255, 255, 0.035) 17%, rgba(255, 255, 255, 0.273) 43%, rgba(255, 255, 255, 0.42) 61%);
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(51px);
    box-shadow: 0px 4px 10px 0px rgba(255, 229, 196, 0.7294);
    text-align: center;
    color: #ED6504;
    line-height: 20px;
    padding: 10px 5px;
    font-size: 16px;
}

.smallbox .smallbox_item .item_img {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 5px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.twoModel {
    height: 800px;
    padding: 80px 0px 100px 0px;
    background: url("../images/python/2.png") no-repeat;
    background-position-x: center;
    background-position-y: 59%;
    background-size: 225px auto;
}

.twoModel .content_model {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 90px;
}

.twoModel .content_model .content_item {
    width: 40%;
    height: auto;
    display: flex;
    margin-bottom: 50px;
}

.twoModel .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;
}

.twoModel .content_model .content_Box {
    width: calc(100% - 60px);
}

.twoModel .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;
}

.twoModel .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;
}

.twoModel2 {
    height: 870px;
    padding: 80px 0px 100px 0px;
    background-image: url("../images/python/t2bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.twoModel2 .content_model {
    width: 100%;
    height: 500px;
    position: relative;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    margin-top: 90px;
    background-image: url("../images/python/t2xbg.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.twoModel2 .content_model .content_item {
    width: 32%;
    height: auto;
    display: flex;
    margin-bottom: 50px;
    position: absolute;
}

.twoModel2 .content_model .content_Box {
    width: calc(100% - 60px);
}

.twoModel2 .content_model .content_title {
    width: auto;
    min-height: 40px;
    line-height: 30px;
    display: flex;
    font-family: AlibabaPuHuiTi;
    color: #262626;
    font-size: 20px;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
}

.twoModel2 .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: 15px;
    /*line-height: 26px;*/
    color: #2E2E2E;
}

.threeModel {
    height: 1150px;
    padding: 80px 0px 0px 0px;
    background-color: #F6F6F6;
}

.threeModel .swiper {
    width: 100%;
    margin: auto;
    height: 825px;
    margin-top: 20px;
    overflow: hidden;
}

/* 智库顾问轮播样式 */
.threeModel .swiper-button-prev,
.threeModel .swiper-button-next {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    color: #FFA12D;
    top: 40%;
}

.threeModel .swiper-wrapper {
    width: 100%;
    margin: auto;
}

.threeModel .swiper-pagination-bullet {
    width: 130px;
    height: 5px;
    border-radius: 50px;
    transition: all 0.2s;
}

.threeModel .swiper-pagination-bullet-active {
    background-color: #F48B09;
}

.threeModel .swiper-slide {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.threeModel .personnel_item {
    width: 24%;
    height: auto;
    position: relative;
    margin: 0px 20px;
}

.threeModel .personnel_img {
    width: 100%;
    height: 200px;
    /*background-color: #FFB871;*/
    position: relative;
    border-radius: 0px 100px 30px 100px;
    background: url("../images/python/3bg.png") no-repeat;
    background-position-y: bottom;
    background-size: 100% 86%;
}

.threeModel .personnel_img img {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: -60px;
}

.threeModel .content_Box {
    width: 100%;
    height: 460px;
    background-color: #fff;
    margin-top: -90px;
    padding-top: 110px;
    border-radius: 0px 0px 30px 30px;
}

.threeModel .personnel_title {
    width: 80%;
    height: 36px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #FFF8F3 0%, #FFE3CB 100%);
    border-radius: 40px;
}

.threeModel .personnel_title span {
    font-size: 18px;
    white-space: nowrap;
    background: linear-gradient(180deg, #FF7944 9%, #F94D32 87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: bold;
    font-family: AlibabaPuHuiTi;
}

.threeModel .personnel_title span:nth-child(2) {
    margin-right: 16px;
}

.threeModel .personnel_title_igm {
    width: 20px;
    height: 20px;
    background-color: #FD6C3F;
    margin-left: 30px;
    margin-right: 20px;
    background: url("../images/python/31m.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.threeModel .personnel_text {
    width: 80%;
    margin: auto;
    font-size: 18px;
    line-height: 20px;
    margin-top: 12px;
}

.Model4 {
    width: 100%;
    height: 720px;
}

.Model4 .model_conetnt {
    width: 90%;
    margin: auto;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.Model4 .personnel_item {
    width: 15%;
    height: auto;
    position: relative;
    margin: 0px 0.5%;
    cursor: pointer;
}

.Model4 .personnel_img_box {
    width: 100%;
    height: 145px;
    background-color: #FFD080;
    position: relative;
    border-radius: 0px 55px 15px 45px;
}

.Model4 .personnel_img_box .personnel_img_text {
    width: 100%;
    display: flex;
    justify-content: center;
}

.Model4 .personnel_img_box .personnel_img_text span {
    line-height: 30px;
    font-size: 16px;
    color: #244385;
    font-weight: bold;
}

.Model4 .personnel_img_box .personnel_img_text span:last-child {
    margin-left: 10px;
}

.Model4 .personnel_img {
    width: 100%;
    height: 115px;
    position: relative;
    border-radius: 0px 45px 0px 45px;
    background: url("../images/python/4bg.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.Model4 .personnel_img img {
    width: 100%;
    height: 100%;
}

.Model4 .personnel_title {
    width: auto;
    min-height: 25px;
    margin: auto;
    display: flex;
    align-items: center;
    background: linear-gradient(270deg, rgba(252, 113, 60, 0) 2%, rgba(253, 124, 64, 0.94) 33%, #FF8C44 99%);
    border-radius: 10px;
    margin-top: 8px;
    z-index: 10;
    position: inherit;
}

.Model4 .wrapper:hover .content_Box {
    /*display: block;*/
    height: 420px;
}

.Model4 .personnel_title span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.Model4 .personnel_title_igm {
    width: 22px;
    height: 24px;
    /*background-color: #fff;*/
    margin: 0px 5px 0px 10px;
    background: url("../images/python/112.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.Model4 .content_Box {
    width: 100%;
    height: 0px;
    background: linear-gradient(180deg, rgba(255, 234, 221, 0.6) 83%, rgba(255, 255, 255, 0.6) 103%);
    margin-top: -90px;
    padding-top: 100px;
    border-radius: 0px 30px 30px 30px;
    display: block;
    overflow: hidden;
    transition: all 0.5s;
}

.Model4 .personnel_text {
    width: 80%;
    margin: auto;
    font-size: 12px;
    line-height: 25px;
    margin-top: 0px;
    color: #3C4467;
    font-weight: bold;
}

.Model5 {
    width: 100%;
    height: 1000px;
    background-color: #F4F4F4;
}

.Model5 .content_box {
    width: 100%;
    height: 640px;
    margin-top: 60px;
    background: url("../images/python/5.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.Model6 {
    width: 100%;
    /*height: 850px;*/
    background-color: #fff;
}

.Model6 .content_box {
    width: 1100px;
    /*height: 600px;*/
    /*background-color: #55aaff;*/
    margin-top: 60px;
    /*background: url("../images/python-en/6.png") no-repeat;*/
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.Model7 {
    width: 100%;
    height: 920px;
    background-color: #fff;
    overflow: hidden;
}

.Model7 .wrapper {
    overflow: initial;
}

.Model7 .content_box {
    width: 100%;
    height: 540px;
    margin-top: 60px;
    overflow: initial;
}


/* 智库顾问轮播样式 */
.Model7 .swiper-button-prev,
.Model7 .swiper-button-next {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #838892;
    display: flex;
    color: #3963BC;
    top: 40%;
}

.Model7 .swiper-wrapper {
    width: 100%;
    margin: auto;
}

.Model7 .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    border-radius: 50px;
    transition: width 0.5s;
}

.Model7 .swiper-pagination-bullet-active {
    background-color: #F48B09;
    width: 140px;
}

.Model7 .swiper-3d .swiper-slide-shadow-right,
.Model7 .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);
}

.Model7 .content_box_item {
    width: 100%;
    height: 460px;
    position: relative;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 0px #9AB1D0;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    /* border: 3px solid; */
    /* border-image: linear-gradient(142deg, #FFFFFF 9%, rgba(255, 255, 255, 0.5) 89%) 3; */

}

.Model7 .content_box_igm {
    width: 100%;
    height: 100%;
}

.Model7 .content_box_text {
    width: 100%;
    height: 130px;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.63) 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 30px 30px;
    font-family: AlibabaPuHuiTi;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #3963BC;
}

.Model7 .content_box_item_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.Model8 {
    width: 100%;
    height: 750px;
    background: linear-gradient(to top right, #F4F6FF, #FFF8F7);
}

.Model8 .content_box {
    width: 100%;
    height: 540px;
    margin-top: 60px;
}


/* 智库顾问轮播样式 */
.Model8 .swiper-button-prev,
.Model8 .swiper-button-next {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    color: #FFA12D;
    background-color: transparent;
    top: 40%;
}

.Model8 .swiper-wrapper {
    width: 100%;
    margin: auto;
}

.Model8 .content_box_item {
    width: 75%;
    height: 460px;
    margin: auto;
    /*background-color: #ffaa7f;*/
    border-radius: 30px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    box-shadow: 0px 4px 10px 0px #9AB1D0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.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 .left_list {
    position: absolute;
    top: 14%;
    left: -20px;
    display: none;
}

.Model8 .swiper-slide-active .left_list,
.Model8 .swiper-slide-active .bottom_box {
    display: block;
}

.Model8 .left_list .left_item {
    padding: 8px 25px;
    font-size: 16px;
    border-radius: 20px;
    background: linear-gradient(118deg, #FDCC57 23%, #FF991C 55%, #FF731C 74%);
    margin-bottom: 15px;
}

.Model8 .bottom_box {
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 260px;
    display: none;
    padding: 80px 30px 0px 30px;
    border-radius: 0px 0px 30px 30px;
    background: linear-gradient(180deg, rgba(98, 127, 188, 0) 11%, rgba(65, 86, 132, 0.58) 41%, #41537B 68%);
}

.Model8 .bottom_title {
    width: 100%;
    height: auto;
    font-weight: bold;
    font-family: AlibabaPuHuiTi;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;

    font-feature-settings: "kern" on;
}

.Model8 .bottom_list_box {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 15px;
}

.Model8 .bottom_list {
    width: 60%;
    line-height: 20px;
    font-size: 14px;
}

.Model8 .bottom_list_item::before {
    content: "·";
    font-weight: bold;
    margin-right: 5px;
}

.Model9 {
    width: 100%;
    height: 630px;
    background-color: #F5F6F6;
    background-image: url("../images/python/9bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.Model9 .content_box {
    width: 100%;
    height: 540px;
    margin-top: -30px;
    position: relative;
    background-image: url("../images/python-en/9bg2.png");
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center;
}

.Model9 .text_item {
    width: 220px;
    height: auto;
    position: absolute;
    font-feature-settings: "kern" on;
    color: #FF6710;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
}

.Model9 .text_item span {
    color: #FDCC57;
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
    transform: rotate(90deg);
}


/* 隐藏原始的radio按钮 */
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    outline: none !important;
    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: 18px;
    height: 18px;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 50%;
    border: 3px solid #F27A5F;
}

.Model10 {
    width: 100%;
    height: 800px;
    background: linear-gradient(to top right, #F3F6FF, #FFFAFA);
}

.Model10 .content_box {
    width: 80%;
    height: 500px;
    margin: auto;
    margin-top: 80px;
    /*background-color: #e6e9ec;*/
    border-radius: 30px;
    box-shadow: 0px 0px 5px #F3F6FF;
    position: relative;
    overflow: hidden;
    background-image: url("../images/python/10bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: all 0.5s;
}


.Model10 .content_box label {
    width: 310px;
    position: absolute;
    left: 44px;
    cursor: pointer;
    color: #fff;
}


.Model10 .content_box h2 {
    display: inline-block;
    position: absolute;
    left: 28px;
    top: -30px;
    font-size: 18px;
}

.Model10 .content_box span {
    display: block;
    margin-left: 28px;
    line-height: 22px;
    font-size: 14px;
    position: absolute;
    top: 20px;
}

.Model10 .content_box_left {
    width: 40%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: linear-gradient(323deg, rgba(255, 255, 255, 0.05) 16%, rgba(255, 255, 255, 0.39) 41%, rgba(255, 255, 255, 0.6) 58%);
    box-sizing: border-box;
    border: 2px solid;
    border-image: linear-gradient(149deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 94%) 2;
    backdrop-filter: blur(30px);
    background-color: rgba(93, 90, 90, 0.5);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    text-shadow: 0px 1px 30px rgba(15, 15, 23, 0.9);
}

.Model10 .content_box_left::before {
    content: "";
    height: 100%;
    position: absolute;
    left: 50px;
    border-left: 2px dotted;
    color: #fff;
}

.Model11 {
    width: 100%;
    height: 930px;
    background: linear-gradient(to bottom right, #FAFBFF, #FFFAFA);
}

.Model11 .content_box {
    width: 100%;
    height: 620px;
    margin: auto;
    margin-top: 50px;
    position: relative;
}

.Model11 .content_item {
    width: 260px;
    height: auto;
    padding: 25px;
    position: absolute;
    background: linear-gradient(146deg, rgba(255, 246, 235, 0.61) 8%, #FFFFFF 87%);
    box-shadow: inset 0px 4px 10px 0px rgba(232, 174, 112, 0.451);
    border-radius: 20px;
}

.Model11 .content_item_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #3C4467;
}

.Model11 .content_item_title h2 {
    font-size: 18px;
    margin-top: 10px;
    white-space: nowrap;
}

.Model11 .content_item_title_img {
    width: 40px;
    height: 45px;
    /*background-color: #9AB1D0;*/
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.Model11 .content_item_text {
    font-family: AlibabaPuHuiTi;
    color: rgba(60, 68, 103, 0.9);
    line-height: 22px;
    font-size: 14px;
}

.Model11 .content_item_text span {
    display: block;
    /*margin-top: 14px;*/
    position: relative;
}

.Model11 .content_item_text span::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: rgba(60, 68, 103, 0.9);
    border-radius: 50%;
    font-size: 20px;
    margin-right: 8px;
    position: relative;
    top: -3px;
}

.Model11 .content_img {
    width: calc(100% - 520px);
    height: 100%;
    /*background-color: #F6F6F6;*/
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../images/python-en/11bg.png");
}

.Model12 {
    width: 100%;
    height: 900px;
    background: linear-gradient(146deg, #F6F6F6 8%, #F6F6F6 87%);
}


.Model12 .content_box {
    width: 80%;
    height: 550px;
    margin: auto;
    margin-top: 50px;
    /*background-color: #e6e9ec;*/
    border-radius: 30px;
    box-shadow: 0px 0px 5px #F3F6FF;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url("../images/python/12bg.png");
    transition: all 0.5s;
}


.Model12 .content_box label {
    width: 280px;
    position: absolute;
    left: 46px;
    cursor: pointer;
    color: #fff;
}

.Model12 .content_box span {
    display: block;
    margin-left: 22px;
    line-height: 22px;
    font-size: 16px;
    position: absolute;
    top: 0px;
}

.Model12 .content_box_left {
    width: 38%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(98, 127, 188, 0) 2%, rgba(65, 86, 132, 0.5) 17%, rgba(65, 83, 123, 0.9) 72%);
}

.Model12 .content_box_left::before {
    content: "";
    height: 100%;
    position: absolute;
    left: 50px;
    border-left: 1px dashed;
    color: #fff;
}

.Model12 input[type="radio"]:checked {
    width: 6px;
    height: 6px;
}

.Model12 input[type="radio"]:checked::before {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -4px;
    left: -4px;
}

.Model12 input[type="radio"] {
    width: 10px;
    height: 10px;
}
