@charset "UTF-8";

html,
body {
	background-color: #fff;
	margin: unset !important;
	font-family: Poppins, Poppins;
	height: 100vh;
}

/* top - start */
.page {
	background-color: #fff;
	width: 100%;
	margin: auto;
}

/* panel 2 res- 热门地区 start*/
.resident_topips{
    max-width: unset !important;
	background: #F1F5FF;
	padding: 80px 0;
}
.resident_topips .topips_main{
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
    align-items: center;
    gap: 60px;
}
.resident_topips .browser_text{ 
    text-align: left;
}
.topips_main .oper_button_border .el-button {
	padding: 0 24px;
	border-radius: 40px;
	font-size: 18px;
	border: unset;
	background-color: #0562F7;
	color: #fff;
    height: 58px;
}
.topips_main .oper_button_border .el-button .rightarrow_blue{
    display: none;
}
.topips_main .oper_button_border .el-button:hover{
    background-color: #343434;
}
.topips_main .oper_button_border .el-button span{
    display: flex;
    align-items: center;
}
.resident_topips .browser_text .texttitle .bigtitle{
    font-size: 40px;
    font-weight: 600;
    line-height: 180%;
    color: #212121;
}
.resident_topips .browser_text .texttitle .intro{
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    color: #464f63;
    padding: 16px 0 40px 0;
}
.resindet_topips .down .oper_button_border{
    background-color: #0562F7;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}
.resident_topips .resident_right .topresident{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.resident_topips .resident_right .topresident .topresident_item{
    width: 42%;
    padding: 14px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    color: #212121;

}
.resident_topips .resident_right .topresident .topresident_item img {
    width: 50px;
    height: 35px;
}
.resident_topips .resident_right .topresident .mapisps_item{
     width: 42%;
    padding: 14px;
    border-radius: 4px;
    background-color: #fff;
    display: flex ;
    align-items: center;
    justify-content: center;
}
.resident_topips .resident_right .topresident .topresident_item:hover{
    border: 1px solid #0562F7;
    transition: 0.2s;
}
.resident_topips .resident_right .topresident .mapisps_item:hover{
    border: 1px solid #0562F7;
    transition: 0.2s;
}
.resident_topips .resident_right .topresident .topresident_item .countryimg{
    padding-right: 10px;
}
.resident_topips .resident_right .topresident .topresident_item .topips_right .topips_countryname{
    font-size: 16px;
    color: #212121;
    padding-bottom: 8px;
    font-weight: 400;
}
.resident_topips .resident_right .topresident .topresident_item .topips_right .topips_ips{
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}
/* panel 2 res- 热门地区 end*/
/* panel 3 function - 住宅代理功能 start*/
.function{
    padding: 170px 0;
}

.function .function_main{
    max-width: 1024px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.function .function_main .function_one{
    flex: 1 1 29%;
    box-sizing: border-box;
    min-height: 261px;
    padding: 34px 10px;
    background-color: transparent;
    border: 1px solid #E6EAF5;
}
.function .function_main .function_one .func_img{
    width: 48px;
    height: 48px;
    padding-bottom: 24px;
}
.function .function_main .function_one:hover{
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0px 6px 24px 0px #DFE7FA;
     border: 1px solid #E6EAF5;
}
.function .function_main .function_one .function_title{
    font-size: 18px;
    color: #363230;
    font-weight: 600;
    padding-bottom: 10px;
}
.function .function_main .function_one .function_intro{
    font-size: 14px;
    font-weight: 400;
    color: #716C6A;
    line-height: 200%;
    display: -webkit-box;  
    -webkit-line-clamp: 3; /* 限制行 */
    -webkit-box-orient: vertical;  
    overflow: hidden; /* 隐藏超出部分 */  
    text-overflow: ellipsis; /* 超出部分用省略号表示 */  
    white-space: normal; /* 允许换行 */
}
/* panel 3 function - 住宅代理功能 end*/