.breadcrumb{
    margin-bottom: 0;
}
.loginMain {
    align-items: center;
    background-color: #fff;
    display: flex;
    padding: 64px 176px 64px 90px
}

.loginLeft {
    flex: 1
}

.loginLeft img {
    height: auto;
    width: 100%
}

.loginRight {
    flex: 0 0 460px;
    margin-left: 85px
}

.loginRight h1 {
    font-family: Roboto;
    font-size: 28px;
    margin-bottom: 35px;
    padding-left: 10px;
    position: relative;
    font-weight: bold;
}

.loginRight h1:before {
    background-color: #00a3e4;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px
}

.loginCheck {
    padding-top: 10px
}

.loginCheck .el-checkbox {
    height: 20px;
    line-height: 20px
}

.loginSubmit {
    align-items: center;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 20px 0;
    width: 166px
}

.loginTip {
    font-size: 16px;
    margin-bottom: 16px
}

.loginTip a {
    color: #fd7817
}

.loginTip a:hover {
    color: #e45f00
}

.loginTip a:active {
    color: #fd7817
}

.login-container-div .loginForget a{
    color: #00a3e4 !important
}

.form-container .remember{
    display: flex;
    justify-content: space-between;
}
.form-container .remember i{display: block;float:left;width:18px;height: 18px;border:1px solid #00a3e4;margin-right:10px;}
.form-container .remember i.checked{background:url("/images/rfq/checkbox-checked.webp?v=2024") no-repeat center;background-size: 100%;background-color: #00a3e4;}
.form-container .remember span{cursor:pointer;}
.form-container .remember a{color: #00a3e4;}
.hide{display: none !important;}
.form-container .remember p{
    background-color: #666;
    border-radius: 4px;
    color: #fff;
    left: 10%;font-size: 12px;
    min-width: 100px;
    padding: 6px 16px;
    position: absolute;
    top: -60px;
    transform: translate(-50%);
    white-space: nowrap;
}
.form-container .remember .trangle{
    border: 5px solid transparent;
    border-top-color: #666;
    height: 0;
    left: 5px;
    position: absolute;
    top: -10px;
    width: 0;
}
.txtb {
    /* border-bottom: 2px solid #adadad; */
    position: relative;
    margin-bottom: 26px;
}
.txtb div{
    text-align: left;
    font-size: 14px;
    /* font-family: Inter-Regular, Inter; */
    font-weight: 400;
    color: #222222;
    line-height: 16px;
    margin-bottom: 8px;
}
.txtb div i{color:red;margin-right:6px;float:left;}
.txtb input {
    font-size: 14px;
    /* color: #333; */
    border: none;
    width: 100%;
    outline: none;
    background: none;
    /* padding: 0 3px;
    height: 35px; */
    text-indent: 3px;
    color: #222222;
    line-height: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #D7DFEA;
}
.txtb select {
    font-size: 15px;
    color: #333;
    border: 0;
    width: 100%;
    outline: none;
    background: none;
    padding: 0 10px;
    height: 40px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #D7DFEA;
}
.txtb span.eye {
    position: absolute;
    width:30px;height: 50px;
    bottom:0px;
    right: 25px;
    background: url('/images/phide.webp?v=2024') no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.txtb span.eyehide{
    background: url('/images/pshow.webp?v=2024') no-repeat center;
}

.get-code {
    position: absolute;
    right: 6px;
    bottom: 4px;
    border:0;
    background-color: #fd7817;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: normal;
    padding: 8px 17px;
}
.get-code:hover{
    background-color: #e45f00
}
.captcha-txtb img{
    position: absolute;
    right:6px;bottom:1px;
    height:36px;
}
.txtb div.errorMsg{color:red;}
.txtb div.errorMsg i{margin-right: 5px;}
.registerTip a,.registerTip a:hover{
    color: #e45f00
}
.uper{
    text-transform: uppercase;
}