.join .carousel{
    position: relative;
    margin-bottom: 10vh;
}
.join .carousel .carousel_card{
    width: 30%;
    background-color: #1F739B;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15%;
    padding: 20px 0;
}
.carousel_card_cont{
    color: white;
    margin-left: 15%;
    position: relative;
}
.carousel_card_cont div:not(:first-child){
    margin-top: 15px;
}
.carousel_card_cont div:nth-child(1),.carousel_card_cont div:nth-child(3) {
    font-size: 14px;
}
.carousel_card_cont div:nth-child(2) {
    font-size: 24px;
}
.carousel_card_cont .qrCode{
    width: 80px!important;
    height: 80px!important;
    position: absolute;
    right: 5vh;
    bottom: 0px;
}
.toMore{
    background-color: #3CA7DA;
    border: none;
    color: white;
    font-size:1vw;
    padding: 5px;
    border-radius: 8px;
    margin-top: 30px;
}
.form{
    margin-top: 5vh;
}
.form_item{
    width: 70%;
    margin: 2vw 24.5vw;
    display: flex;
    align-items: center;
}
.form_item input{
    box-sizing: border-box;
    width: 30vw;
    height: 5vh;
    background: none;
    border: 1px solid #808080;
    line-height: normal;
    font-size: 1.2vw;
}

.form_item select{
    box-sizing: border-box;
    width: 30vw;
    height: 5vh;
    background: none;
    border: 1px solid #808080;
    line-height: normal;
    font-size: 1.2vw;
}
input::-webkit-input-placeholder{
    color:#666666;
    font-size: 1vw;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#666666;
    font-size: 1vw;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#666666;
    font-size: 1vw;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#666666;
    font-size: 1vw;
}
input{
    padding-left: 10px;
}
input:focus,select:focus{
    outline: none;
}
.form_item span{
    font-size: 1.3vw;
}
.form_item span:nth-child(1){
    color: #ff0000;
}
.form_item span:nth-child(2){
    color: #333333;
}
.form_item .label{
    width: 10vw;
    text-align: right;
}
.submitBtn{
    width: 30vw;
    margin: 2.5vh auto;
    display: flex;
    align-items: center;
}
.submitBtn input{
    box-sizing: border-box;
    width: 30vw;
    height: 5vh;
    background-color: #399d3e;
    color: white;
    border: none;
    border-radius: 8px;
    -webkit-box-shadow:0px 5px 1px #246c24;
    -moz-box-shadow:0px 5px 1px #246c24;
    box-shadow:0px 5px 1px #246c24;
    font-size: 20px;
}
.submitBtn .label{
}
.personal_join_zc{
    width: 100%;
    padding: 0vh 0 5vh 0;
    background-color: white;
}

.personal_join{
    width: 100%;
    padding: 6vh 0 5vh 0;
}

.personal_join_cont,#map{
    width: 70%;
    margin: 0 auto;
}
.join_advantage_cont{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.join_advantage_cont_grid{
    flex: 33.33%;
    display: flex;
    margin-top: 6vh;
    justify-content: center;
    align-items: center;
}
.join_advantage_left_img{
    width: 4vw;
    height: 4vw;
    border-radius: 4vw;
}
.join_advantage_right_cont{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
}
.join_advantage_right_cont div:first-child{
    font-size: 1.3vw;
    color: #666666;
}
.join_advantage_right_cont div:last-child{
    font-size: 0.8vw;
    color: #595757;
    margin-top: 5px;
    width: 75%;
    height: 2.1vw;
}
.grayBgc{
    background-color: #F2F2F2;
}
.greenBgc{
    background-color: #399d3e;
}
.whiteBgc{
    background-color: white;
}
.fontWhiteColor{
    color: white;
}
.fontGrayColor{
    color: #808080;
}

.fontGrayTitleColor{
    color: #399d3e;
    font-weight: 600;
}
.joinCase{
    width: 100%;
    padding-bottom: 5vh;
    box-sizing: border-box;
}
.case_grid{
    width: 65%;
    margin: 5vh auto 0 auto;
    display: flex;
    justify-content: space-between;
}
.case_grid_item{
    width: 33%;
    background-color: #399d3e;
    color: white;
}
.case_info_item{
    padding: 0 20px 20px 20px;
}
.case_grid_item img{
    width: 100%;
    height: 15vw;
}
.case_grid_item div{
    box-sizing: border-box;
    word-break: break-all;
}
.case_grid_item_name{
    font-size: 14px;
    margin-top: 15px;
    height: 18px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.case_grid_item_storeName{
    font-size: 15px;
    margin-top: 15px;
    height: 22px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.case_grid_item_text{
    height: 36px;
    margin-top: 6px;
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}
.route_icon{
    text-align: right;
    margin-top: 15px;
    font-size: 16px;
}
.authCode input{
}
.authCode_img{
    width: 10%;
    height: 5vh;
    text-align: right;
}
.authCode_img img{
    width: 90%;
    height: 100%;
}
.personal_join .personal_join_cont .join_policy_list{
    display: flex;
    justify-content: space-between;
    margin-top: 3vh;
    margin-bottom: 3vw;
}
.personal_join .personal_join_cont li{
    font-size: 1.4vw;
    color: #3CA43C;
    font-weight: 600;
}
.personal_join .personal_join_cont li::marker{
    margin-right: 2px;
}
.personal_join .personal_join_cont .join_policy_list .join_policy_list_item{
    width: 18%;
    text-align: center;
    background-color: #ececec;
    color: #666666;
    font-size: 0.9vw;
    padding: 0.6vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.personal_join .personal_join_cont .join_policy_list .join_policy_list_item:hover{
    background-color: #3CA43C;
    color: white;
}
.personal_join .personal_join_cont .join_policy_list .jpl_item{
    width: 96%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.personal_join .personal_join_cont .join_policy_list .jpl_title{
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5vh auto 0 auto;
}
.personal_join .personal_join_cont .join_policy_list .jpl_title div{
    color: #666666;
    font-size: 1.2vw;
}
.personal_join .personal_join_cont .join_policy_list .jpl_text{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.personal_join .personal_join_cont .join_policy_list .jpl_text .jpl_text_item{
    color: #666666;
    font-size: 0.8vw;
    text-align: center;
}
.personal_join .personal_join_cont .join_policy_list .jpl_text .jpl_text_item div{
    margin-top: 0.5vh;
}
.open_areas{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.open_areas_item{
    flex: 0 0 19%;
    text-align:center;
    margin-right: calc(5% / 4);
    margin-bottom: calc(5% / 4);
}
/* 去除每行尾的多余边距 */
.open_areas_item:nth-child(5n){
    margin-right: 0;
}
/* 使最后一个元素的边距填满剩余空间 */
.open_areas_item:last-child{
    margin-right: auto;
}
.open_areas_item div{
    width: 80%;
    height: 2.5vw;
    line-height: 2.5vw;
    background-color: #ececec;
    color: #666666;
    font-size: 1.3vw;
    font-weight: 600;
    font-family: fangsong;
}
.open_areas_item div:hover{
    background-color: #399d3e;
    color: white;
}
.join_QA{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.join_QA_cont{
    width: 45%;
    margin-bottom: 80px;
}
.join_QA_cont:nth-last-child(2),.join_QA_cont:last-child{
    margin-bottom: 0!important;
}
.join_QA_cont li{
    color: #666666!important;
    font-size: 1.4vw;
    font-weight: 600;
}
.join_QA_cont li::marker{
    color: #399d3e;
}
.collapse{
    width: 100%;
    background-color: #ececec;
    margin: 20px 0 0 0;
}
.collapse_header{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 1vw;
}
.collapse_cont{
    display: none;
    min-height: 100px;
    font-size: 1vw;
}
.collapse_cont,.collapse_header{
    padding: 10px 15px;
    box-sizing: border-box;
    color: #666666;
}
.collapse_header div{
    display: flex;
    align-items: center;
}
.collapse_cont div{
    display: flex;
}
.collapse_header div div,.collapse_cont div div{
    margin-right: 0.5vw;
}
/*.collapse_cont span,.collapse_header div span{*/
/*margin-left: 15px;*/
/*}*/
.expandsIcon{
    font-size: 3rem;
}
.active_collapse{
    color: white!important;
    background-color: #399d3e!important;
}
.boldLine{
    margin-left: -4vw;
}
.boldLine .top_line,.boldLine .borttom_line{
    width: 12vw;
    height: 0.6vw;
    background-color: #ececec;
}
.boldLine .top_line{
    transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    margin-top: -6vw;
}
.boldLine .borttom_line{
    transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    margin-top: 5vw;

}
.joiningProcess_left{
    z-index: 2;
}
.join_policy{
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left_flex{
    width: 30%;
    margin-right: 4vw;
    font-weight: 600;
}
.right_flex{
    flex: 1;
}
.left_flex,.right_flex{
    height: 50px;
    background-color: #ececec;
    color: #666666;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3vw;
    margin-top: 20px;
}
.left_flex:hover,.right_flex:hover{
    background-color: #3CA43C;
    color: white;
}
.layers_flex{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
}
.layers_flex div{
    width: 45%;
    flex: initial;
}
.join_policy_annotation{
    color: #666666;
    font-size: 1.2vw;
    margin-top: 15px;
}
.join_policy_annotation span{
    color: red;
}