.portcontent {
    margin-top: 2rem;
    width: 100%;
    /*background-color: #FFFFFF;*/
    border-radius: 0.5rem
}

.sendcode {
    border: none;
    background-color: #039ed6;
    padding: 0.4rem 0;
    width: 7rem;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.phonenumberleft {
    padding: 0.4rem 1.5rem 0.375rem 1.5rem;
}

.stepclass {
    position: relative;
    top: 0.5rem;
    background-color: #FFFFFF;
    text-align: center;
    padding: 2rem 0 1rem;
    border-radius: 0.5rem
}

.plansbox {
    display: flex;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.plansDetail {
    width: 32%;
    min-height: 18rem;
    padding: 1.3rem 1rem 1.5rem;
    text-align: center;
    background-color: #fafafa;
    border-radius: 1.5rem;
    margin-right: 1%;
    margin-bottom: 1rem;
    cursor: pointer;
}

.plansTitle {
    font-size: 1rem;
    padding: 0.6rem 0;
    border-radius: 1rem;
    background-color: #039ed6;
    color: #FFFFFF;
    width: 90%;
    margin: 0 auto 1rem;
}

.activePlans {
    background-color: #ffcc5f;
}

.active_title {
    background-color: #FFFFFF;
    color: #272727;
}

.plansContent {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}

.circles {
    text-align: center;
    width: 9rem;
    border-radius: 2rem;
    padding: 0.3rem;
    margin-right: 1rem;
    background-color: #fafafa;
    cursor: pointer;
}

.activecircle {
    background-color: #039ed6;
    color: #FFFFFF;
}

/*创建账户*/
.infflex {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 2.5rem;
    line-height: 2.3rem;
}

.accountName {
    width: 10rem;
    font-weight: 600;
    margin-right: 1rem;
    text-align: right;
}

.noticetitle {
    margin-left: 11rem;
    margin-top: 0.5rem;
    color: #858585;
    /* font-weight: 550; */
    font-size: 0.9rem;
}

.searchbtn {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #039ed6;
    color: #FFFFFF;
    border-radius: 0.5rem;
    /* text-align: center; */
    width: 22%;
    cursor: pointer;
}

.typeItem {
    cursor: pointer;
    background-color: #FFFFFF;
    display: flex;
    border-radius: 10px;
    flex-wrap: nowrap;
    padding: 3rem 2rem;
}

.active_typeitem {
    border: 2px solid #039ed6;
    background-color: #ebf7fc;
}

.active_line {
    height: 1px;
    background-color: #039ed6;
}

.typeItem_left {
    width: 10%;
    margin-right: 10px;
}

.typeItem_right {
    width: 80%;
    font-size: 18px;
}

.typeItem_mright {
    width: 80%;
    font-size: 3rem;
}

.typeItem_right_title {
    color: #039ed6;

}

.typeItem_right_bottom {
    font-size: 12px;
    color: #8b8b8b;
}

.active_bottom {
    color: #039ed6;
}

.title_right {
    color: #363636;
    font-weight: 600
}

.active_title_right {
    color: #039ed6;
    font-weight: 600
}

.active_mtitle_right {
    color: #039ed6;
    font-weight: 600
}

.active_bottom_title {
    background-color: #039ed6;
    color: white;
    border-radius: 15px;
}

.active_m_title {
    background-color: #039ed6;
    color: white;
    padding: 0.2rem 4rem;
    border-radius: 3rem;
}