@charset "utf-8";
body{
    margin: 0 !important;
    font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
}
.navs-main {
    box-sizing: border-box;
    position: relative;
    box-shadow: 1px 1px 5px rgba(34, 35, 40, 0.43);
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    width: 384px;
    top: 120px;
    right: 350px;
    z-index: 10;
}

/*.navs-main::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    right: 0;*/
/*    transform: translateY(-40px);*/
/*    z-index: -1;*/
/*}*/
.nav-main{
    padding: 0 29px;
    position: relative;
    /* margin: 35px 10px 10px; */
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 1px 5px 5px 0px rgba(34, 35, 40, 0.43);
    height: calc(100% - 45px);
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    /*align-content: center;*/
    align-items: flex-end;
}
.nav-main .ico{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.nav-main .ico img{
    border-radius: 50px;
}

.nav-main .ico a{
    font-size: 16px;
    margin-left: 10px;
}
/* .nav-main::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 24px 15px;
    top: 0;
    right: 20%;
    transform: translateY(-100%);
} */
.nav-tit {
    font-size: 25px;
    font-weight: 400;
    color: #222328;
    letter-spacing: 3.6px;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.nav-form{
    padding: 30px 0;
    width: 100%;
    box-sizing: border-box;

    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
}
.nav-form-item{
    margin-bottom: 16px;
    width: 100%;
}
.nav-form-item:last-child{
    margin-bottom: 0;
}
.nav-form-label{
    font-size: 15px;
    font-weight: 400;
    color: rgba(140, 143, 148, 0.5);
    line-height: 19px;
    padding-left: 30px;
}
.nav-input{
    margin-top: 8px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: #222328;
    line-height: 40px;
    padding-left: 28px;
    padding-right: 10px;

    border: 2px solid rgba(34, 35, 40, 0.1);
    border-radius: 20px;
}
.nav-input:focus{
    box-shadow: 1px 8px 16px 0px rgba(34, 35, 40, 0.22);
    border: none;
}

.nav-form-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 9px 0 25px;
}
.nav-btn{
    height: 41px;
    line-height: 41px;
    background: #3B55E6;
    border-radius: 20px;

    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 9.7px;
    width: 100%;
    border: none;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    font-weight: 400;
    color: #222328;
}
::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    font-weight: 400;
    color: #222328;
}
:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    font-weight: 400;
    color: #222328;
}
:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    font-weight: 400;
    color: #222328;
}
.nav-ff-check{
    display: flex;
    align-items: center;
    color: #000;
}
.nav-ff-check #nav-checkbox{
    margin-right: 4px;
}
.nav-forget {
    cursor: pointer;
    color: #000;
}
.navcode-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#navcode{
    width: 45%;
}
.navcode-btn{
    width: 45%;
    height: 40px;
    margin-top: 8px;

    background: rgba(78, 90, 232, 0.98);
    border-radius: 20px;
    border: none;

    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    letter-spacing: 1.4px;
}
.text-center{
    text-align: center;
}