@charset "UTF-8";

html,
body {
	background-color: #fff;
	margin: unset !important;
	font-family: Poppins, Poppins;
	height: 100vh;
}
.page .top{
    padding: 80px 0 !important;
    margin: 80px 0 0 0 !important;
    background-color: #F1F5FF;
}
/* banner start */
.page .top {
	height: 100%;
	width: 100%;
	margin: 160px auto;
}

.top .banner_column {
	height: auto;
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
    flex-direction: column;
}

.top .banner_column .left {
	max-width: 1024px;
	text-align: center;
}

.top .banner_column .left .trust {
	height: 76px;
	width: auto;
	margin-bottom: 20px;
}

.top .banner_column .bigtitle {
	font-size: 56px;
	font-weight: bold;
	line-height: 78px;
	color: #212121;
	text-align: center;
	padding-bottom: 20px;
}
.top .banner_column .right img {
	width: 100%;
}

.top .banner_column .intro {
	font-size: 18px;
	font-weight: 400;
	line-height: 200%;
	color: #5a6682;
	text-align: center;
	padding-bottom: 60px;
}

.top .oper_button {
	display: flex;
	padding-bottom: 60px;
    justify-content: center;
}

.top .oper_button button {
	height: 40px;
	margin: 0 10px;
}

.top .oper_button .el-button {
	padding: 0 24px;
	border-radius: 10px;
	font-size: 16px;
	border: unset;
	background-color: transparent;
}
.top .oper_button .el-button span{
    display: flex;
    align-items: center;
}
.top .oper_button a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.top .oper_button .create {
	color: #fff;
	border-radius: 40px;
	background-color: #0562F7;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 66px;
	padding: 24px 36px;
	font-size: 18px;
	font-weight: bold;

}

.top .oper_button .sign {
	border-radius: 40px;
	height: 66px;
	font-size: 18px;
	border: 1px solid #212121;
	padding: 0 60px;
}

.top .oper_button .sign img {
	padding: unset;
	margin-right: 10px;
}

.top .oper_button .sign .blackimg {
	display: block;
}

.top .oper_button .sign .whiteimg {
	display: none;
}

.top .oper_button a:hover .sign {
	background-color: #252525;
	border: none;
	color: #fff;
}

.top .oper_button .sign:hover .whiteimg {
	display: block;
}

.top .oper_button .sign:hover .blackimg {
	display: none;
}

.top .oper_button .sign:hover span {
	color: #fff;
}

.top .oper_button .sign span {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: rgba(33, 32, 37, 1);
}
.top .left .advinfo{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top .left .advinfo .info_one{
    width: 47%;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.top .left .advinfo .info_one span{
    font-size: 14px;
    color: #86807d;
}
.top .left .advinfo .info_one img{
    padding: 0 6px 0 0;
}
/* banner top - end */
/* panel - 2 start */
.public_tab .tab{
    width: 60% !important;
    margin-bottom: 40px !important;
}

.otherproxy{
    max-width: 1024px;
    padding: 160px 0;
     margin: auto;
}
.otherproxy .search_blog {
    width: 60%;
    padding-bottom: 60px;
    margin: auto;
}
.otherproxy .search_blog .el-input__inner {
    border-radius: 45px;
    height: 48px !important;
    line-height: 48px !important;
}
.otherproxy .otherproxy_main{
    max-width: 1024px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
}
.otherproxy .otherproxy_main .otherproxy_one{
    cursor: pointer;
    flex: 1 1 32%;
    max-width: 32%;
    box-sizing: border-box;
    min-height: 261px;
    padding: 34px 10px;
    background-color: transparent;
    border: 1px solid #E6EAF5;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.otherproxy .imginfo{
    padding-bottom: 24px;
}
.otherproxy .imginfo .otherproxy_img{
    width: auto;
    height: 32px;
    padding: 4px;
    border-radius: 4px;
}

.otherproxy .otherproxy_main .otherproxy_one .otherproxy_title{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
    color: #363230;
}

.otherproxy .otherproxy_main .otherproxy_one .otherproxy_intro{
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #464F63;
    line-height: 180%;
}

.otherproxy .otherproxy_main .otherproxy_one:hover{
    background-color: #fff;
    box-shadow: 0px 6px 24px 0px #DFE7FA;
     border: 1px solid #E6EAF5;
}
/* panel - 2 step end */