.city_area{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.0625rem,1.8229vw,2.1875rem);
  column-gap: 1.8229vw;
  justify-content: start;
  /* align-items: center; */
}
.city_area .city_list{
  display: flex;
  width: calc(100% / 4 - (1.8229vw * 3) / 4);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
  .city_list .city_list_in{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .city_list .city_list_in .city_list_in_content{
    display: block;
    text-decoration: none;
    color: #2A2A2A;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .city_list_in .city_img{
    position: relative;
  }
  .city_list_in .city_num{
    position: absolute;
    right: 0;
    bottom: 10%;
    color: #fff;
    font-size: 4em;
    text-shadow: 0 2px 20.2px rgba(0, 0, 0, 0.18);
    font-weight: 400;
    line-height: 20px;
  }
  .city_list_in .city_img span{
    position: relative;
    display: block;
    padding-top: 93%;
  }
  .city_list_in .city_img span img{
    width:100%;
    height:auto;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    float: none;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: all 0.3s ease-out;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

.city_list_in .city_info{
  padding: clamp( .625rem, 2.6667vw, 1.25rem );
  background: #fff5ea;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp( .3125rem, 1.3333vw, .625rem );
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-grow: 1;
} 
.city_list .city_list_in a:focus .city_info,
.city_list .city_list_in a:active .city_info{
  background-color: var(--focus_color);
}
.city_list:nth-of-type(even) .city_info{
  /* background-color: #F0F8DC; */
}
.city_list_in .city_info .city_info_tit{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: clamp( 1.125rem, 0.0093vw, 1.25rem );
    font-weight: 600;
    line-height: 1.2;
    /* min-height: calc(clamp( 1.125rem, 0.0093vw, 1.25rem ) * 1.2 * 2); */
} 
.city_list_in .city_info .city_content{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: clamp( .875rem, 0.0083vw, 1rem );
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 3.2px;
    min-height: calc(16px * 1.5 * 2);
    color: #005547;
} 
.city_list .city_list_in a:focus .city_content,
.city_list .city_list_in a:active .city_content{
  color: #fff;
}

.index_cityBg .btn_area input{
  background-color: var(--fourth_color);
  border-color: var(--fourth_color);
}

.index_cityBg .btn_area input:hover{
  background-color: var(--primary_color);
  border-color: var(--primary_color);

}

/* 資訊區塊------------------------- */

.city_info_area{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(0.313rem, -0.021rem + 0.54vw, 0.625rem);
    font-size: clamp(0.875rem, 0.742rem + 0.22vw, 1rem);
    flex-grow: 1;
}

.city_info_area .city_info_list{
    list-style: none;
    display: flex;
    /* flex-wrap: wrap; */
    gap: .3125rem;
}

.city_info_area .city_info_list .list_tit{
    font-weight: bold;
    min-width: 70px;
    line-height: 1.5;
}

.city_info_area .city_info_list .list_text{
    line-height: 1.5;
}

/* 產品按鍵區-------------------------------------------- */
		/*產品按鍵區*/
		.productListBtnArea{  /*Judy修改20200716*/
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			align-items: flex-start;
			/* align-items: center; */
			/* justify-content: space-between; */
			margin: 0 -5px;
            padding-top: 10px;
            width: 100%;
		}

			/*產品下載按鍵*/

			.CatalogDownload{
				font-size: clamp(0.75rem, 0.617rem + 0.22vw, 0.875rem);
				line-height: 24px;
				color: #fff;
				/*width: 47%;*/
				text-align: center;
				/*float: left;*/
				position:relative;
				width: 100%;       /*Judy修改20200716*/
				padding: 0px 5px;  /*Judy修改20200716*/
			}
			
			.CatalogDownloadIn{
			}
				.CatalogDownloadIn a{
					color: #fff;
					display: block;
					text-decoration: none;
					background-color: var(--primary_color);
					border-radius: .3125rem;
					padding: .3125rem 0px;
					width: auto;
					transition: all 0.3s ease-out;
					font-weight: bolder;
					position:relative;
					
				}

					.CatalogDownloadIn i{
						color: #fff;
						font-size: clamp( .75rem, 0.00625vw, 1.375rem  );
						line-height: 22px;
						display: inline-block;
						vertical-align: middle;
					}
					.CatalogDownloadIn span{
						vertical-align: middle;
						display: inline-block;
					}
			
			.CatalogDownloadIn_area{
                display: none;
                position: absolute;
                top: 41px;
                width: 100%;
                /* margin: 0 -5px; */
                max-height: 122px;
                /*overflow-y: auto;*/   /* 需要時才出現 */
                /*padding-right: 5px;*/
                overflow-x: hidden;
                overflow-y: auto;
                width: calc(100% - 10px);
                z-index: 5;
            }



		.CatalogDownloadIn_area::-webkit-scrollbar {/*滾動條整體樣式*/
			width: 5px;     /*高寬分別對應橫豎滾動條的尺寸*/
			height: 5px;
		}
		.CatalogDownloadIn_area::-webkit-scrollbar-thumb {/*滾動條裡面小方塊*/
			border-radius: 5px;
			background: var(--primary_color);
			border-radius: 15px; 
		}
		.CatalogDownloadIn_area::-webkit-scrollbar-track {/*滾動條裡面軌道*/
			/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
			border-radius: 5px;
			background: #fff;
		}	


            /* 下拉拉桿樣式 WebKit (Chrome, Edge, Safari) */
            .CatalogDownloadIn_area::-webkit-scrollbar {
                /*width: 8px;  */             /* 捲軸寬度 */
            }

            .CatalogDownloadIn_area::-webkit-scrollbar-track {
                /*background: #f0f0f0; */     /* 背景軌道 */
                /*border-radius: 10px;*/
            }

            .CatalogDownloadIn_area::-webkit-scrollbar-thumb {
                /*background: #c1c1c1;*/      /* 捲軸滑塊 */
                /*border-radius: 10px;*/
               /* border: 2px solid #f0f0f0;*/ /* 產生內縮效果 */
            }

            .CatalogDownloadIn_area::-webkit-scrollbar-thumb:hover {
                /*background: #a0a0a0;*/
            }


            /* Firefox */
            .CatalogDownloadIn_area {
                /*scrollbar-width: thin;     */          /* 窄捲軸 */
                /*scrollbar-color: #c1c1c1 #f0f0f0; */   /* thumb / track */
            }

				.CatalogDownloadList{}
				.CatalogDownloadList a{
					color: #fff;
					display: block;
					text-decoration: none;
					background-color: rgba(0, 0, 0, 0.8);
					/* border-radius: 3px; */
					padding: 8px 0px;
					width: auto;
					transition: all 0.3s ease-out;
					font-weight: bolder;
					border-bottom: 1px #5a5a5a solid;
				}
				.CatalogDownloadList:last-child a{
					border-bottom: 0px #5a5a5a solid;
				}
				.CatalogDownloadList img{
					width: auto;
					height: 20px;
					margin-right: 6px;
					vertical-align: middle;
				}
				.CatalogDownloadList span{
					vertical-align: middle;
					display: inline-block;
				}



/* 在螢幕放大125%且寬度大於991時，套用這裡的特定樣式 */
/* @media screen and (min-width: 991px) {

.city_area .city_list{
  display: flex;
  width: calc(100% / 3 - (1.8229vw * 2) / 3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

} */



/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), only screen and (min-resolution: 150dpi) and 
(max-resolution: 174dpi) { 

  .index_cityBg::before{
   
    top: -20%;
   
  }
  .city_list_in .city_info .city_title{
    font-size: 1.125em;
    min-height: calc(18px * 1.5 * 2);
  } 
}

@media (max-width: 1250px){

  .city_area .city_list{
    width: calc(100% / 3 - (1.8229vw * 2) / 3);
  }

    .city_list_in .city_num{
      font-size: 2em;
    }


}

@media (max-width: 1200px){
    .city_area .city_list{
      width: calc(100% / 2 - (2.1875rem) / 2);
    }
}
@media (max-width: 1100px){
  .index_cityBg{
    padding-top: 1.25rem ;
    padding-bottom: 1.25rem ;
  }
  .index_cityBg .wrap{
    max-width: unset;
    width: 90%;
  }
  .index_cityBg::before{
      display: none;
  }
  .index_cityBg::after{

    display: none;
  }
    .city_area .city_list{
      width: 100%;
    }

}