.skip {
    display: block;
    font-size: 0.7rem;
    font-family: Poppins-Bold;
    color: #000000;
    text-align: right;
    margin-top: 1.4rem;
    box-sizing: border-box;
    padding-right: 0.1rem;
}
.first_title {
    font-size: 1.33rem;
    font-family: Poppins-Bold;
    color: #000000;
    margin-top: 1.2rem;
}
.second_title {
    font-size: 0.853rem;
    font-family: Poppins-Medium;
    color: #000000;
    margin-top: 0.3rem;
    line-height: 1.25rem;
}
.email,
.country,
.first_name,
.last_name,
.password,
.verify,
.referrer {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 1.4rem;
}
.item_name {
    font-size: 0.8rem;
    font-family: Poppins-SemiBold;
    color: #353636;
    margin-bottom: 0.25rem;
}
.email {
    margin-top: 1.3rem;
}
.referrer i.dropicon, .country i.dropicon {
    position: absolute;
    right: 0.85rem;
    top: 2rem;
    transform: scale(1, 0.6);
}
.referrer .options, .country .options{
    display: none;
    z-index: 10;
    /* display: flex; */
    flex-direction: column;
    position: absolute;
    top: 4rem;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
    background: #fff;
    padding: 0.1rem 0;
    max-height: 18rem;
    overflow-x: hidden;
    overflow-y: auto;
}
.referrer .options .option_item, .country .options .option_item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 2rem;
    padding: 0 0.5rem;
    font-size: 0.8rem;
    font-family: Poppins-Regular;
}
.referrer .options .option_item:hover, .country .options .option_item:hover{
    background: #e4e9ec;
}
.person_verify {
    margin-top: 1.7rem;
    height: 4.1rem;
    width: 16.2rem;
    border-radius: 4px;
}
.agree {
    display: flex;
    align-items: center;
    margin: 1.1rem 0 0 0;
    height: 2.5rem;
}
.agree .radio {
    border: 1px solid #c3c3c3;
    height: 0.85rem;
    width: 0.85rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio_active {
    position: absolute;
    background: #6d6d6d;
    height: 0.42rem;
    width: 0.42rem;
    border-radius: 50%;
}
.agree .content {
    font-size: 0.64rem;
    display: flex;
    flex-direction: column;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
}
.agree .content span:first-child {
    line-height: 1rem;
    font-family: Poppins-Medium;
}
.agree .content a {
    line-height: 0.64rem;
    font-family: Poppins-SemiBold;
    text-decoration-line: underline;
    color: #000000;
}
.create {
    margin-top: 2.2rem;
}
.login {
    font-family: Poppins-SemiBold;
    font-size: 0.693rem;
    display: flex;
    justify-content: center;
    margin-top: 1.4rem;
    color: #000000;
    line-height: 0.7rem;
}
.login a {
    color: #000000;
    border-bottom: 1px solid #000000;
}
.divide {
    margin-left: 0;
}