.benren-button {
    width: 200px;
    height: 42px;
    border: 1px solid #00bbd2;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    color: #00bbd2;
    margin-top: 30px;
    background: #fff;
    transition: .3s all ease-in-out;
}
.benren-button:hover{
	background: linear-gradient(180deg,#00d2ea, #00bbd2) !important;
	color: #ffffff !important;
}
.benren-button-radius{
    border-radius: 21px;
}