 /*new select country*/
       
        .region-wrap .region-model {
            /*visibility: visible;*/
            /*width: 100px;*/
            position: absolute;
            left: 0;
            right: 0;
            top:10rem;
            z-index: 1000;
            border: 1px solid #eee;
            box-shadow: 1px 1px 1px #ccc;
            transition: all 0.2s ease-in-out;
            z-index: 10;
    background: #fff;
        }

        .region-wrap .region-country-wrap {
            flex: 1;
        }

        .region-wrap  .region-country-item {
            display: flex;
            position: relative;
        }

        .region-wrap  .region-country-item:hover .region-country {
            background-color: #fff2ee;
        }

        .region-wrap  .region-state {
            min-width: 14rem;
            max-width: 14rem;
            padding-left: 1rem;
            padding-right: 1rem;
            color: #999;
            font-size: 1.6rem;
            font-weight: 700;
            background-color: #f5f5f5;
            border-right: 1px solid #eee;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
            position: relative;
        }

       .region-wrap .region-country {
            border-right: 1px solid #eee;
            border-bottom: 1px solid #eee;
            padding-right: 1rem;
            padding-left: 1rem;
            color: #333;
            font-size: 16px;
            line-height: 5rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            min-width: 12rem;
            max-width: 12rem;
            position: relative;
        }

        .region-wrap  .zone-title {
            padding-left: 6px;
            padding-right: 6px;
            padding-top: 3px;
            padding-bottom: 3px;
            border-right: 1px solid #eee;
            line-height: 30px;
            min-width: 100px;
            max-width: 100px;
            position: relative;
            display: flex;
            align-items: center;
            font-size: 14px;
        }

       .region-wrap .region-zone-wrap {
            flex: 1;
        }

        .region-wrap .region-item {
            display: flex;
            justify-content: stretch;
        }

        .region-wrap .region-item:hover .region-state {
            background-color: #ff562e;
            color: #fff;
        }

        .region-wrap  .region-zone-item {
            display: flex;
            justify-content: stretch;
            border-top: 1px solid #eee;
            border-right: 1px solid #eee;
            /*border-bottom: 1px solid #eee;*/
        }

        .region-wrap .region-zone-item:hover {
            background-color: #fff2ee;
        }

        .region-wrap .zone-content {
            display: flex;
            flex-wrap: wrap;
            flex: 1;
            padding: 12px 0;
        }

        .region-wrap .region-state::after,
        .region-wrap .zone-title::after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -10px;
            /* 根据需要调整位置 */
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            /* 三角形的上半部分 */
            border-left: 10px solid #ff562e;
            /* 三角形的左侧，这里是三角形的主色 */
            border-bottom: 5px solid transparent;
            /* 三角形的下半部分 */
            visibility: hidden;
            /* 默认隐藏 */
            transition: visibility 0s, opacity 0.3s ease;
            /* 平滑显示效果 */
            opacity: 0;
        }

        .region-wrap .region-country::after {
            content: '';
            position: absolute;
            top: 7%;
            right: -10px;
            /* 根据需要调整位置 */
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            /* 三角形的上半部分 */
            border-left: 10px solid #ff562e;
            /* 三角形的左侧，这里是三角形的主色 */
            border-bottom: 5px solid transparent;
            /* 三角形的下半部分 */
            visibility: hidden;
            /* 默认隐藏 */
            transition: visibility 0s, opacity 0.3s ease;
            /* 平滑显示效果 */
            opacity: 0;
        }

        .region-wrap .region-state:hover::after,
        .region-wrap .region-country:hover::after,
        .region-wrap .zone-title:hover::after {
            visibility: visible;
            /* 鼠标滑过时显示 */
            opacity: 1;
        }

        .region-wrap .zone-item {
            margin: 0 12px;
            line-height: 20px;
            color: #333;
            font-size: 12px;
        }

        .region-wrap .zone-item.active {
            color: #ff6700;
        }

        .region-wrap .zone-item:hover {
            color: #ff6700;
            cursor: pointer;
        }
        
        /*1029 区域选择*/
         [v-cloak]{display: none;}
       .new-toggle-span{   
           display: inline-block;
            border: 1px solid green;
            line-height: 41px;
            padding-left: 2rem;
            padding-right: 2rem;
            border-radius: 20px;
            box-sizing: border-box;
            height: 41px;
            cursor: pointer;
            margin-bottom: 1rem;
           
       }
        .region-model {
            position: fixed;
            left: 0;
            right: 0;
            top:10rem;
            z-index: 1000;
            border:1px solid #eee;
            box-shadow: 1px 1px 1px #ccc;
            transition: all 0.2s ease-in-out;
            z-index: 10;
            background: #fff;
            width: 98% !important;
            margin: 0 auto;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06), 0 -4px 8px rgba(0, 0, 0, 0.03), 6px 0 12px rgba(0, 0, 0, 0.03), -6px 0 12px rgba(0, 0, 0, 0.03);
            border-radius: 5px;
        }
         .continent-wrap{
            display: flex;
        }
        .continent-wrap .continent-item{
            /*width: 25%;*/
            padding: 0 1rem;
        }
        .continent-wrap .title {
            font-size: 16px;
            font-weight: 600;
            margin: 1rem 0 1rem 0;
            color: #1B8415;
        }
        .continent-wrap .country-wrap{
            display: flex;
            align-items: flex-start;
            padding-bottom: 12px;
        }
        .continent-wrap .sub-title{
            font-size: 14px;
            font-weight: 500;
            min-width: 9rem;
            color: #1B8415;
        }
        .continent-wrap .city-wrap{
            display: flex;
            flex-wrap: wrap;
        }
        .continent-wrap .city-item{
                   display: inline-block;
                    font-size: 12px;
                    margin-right: 1rem;
                    cursor: pointer;
                    padding-bottom: 0.4rem;
                    color: #333;
                    text-decoration: none;
        }
        .continent-wrap .city-item.active,.continent-wrap .city-item:hover{
            color: red;
        }
        .ppcp-messages{display: none!important;}