* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

.clear {
    clear: both;
}

.loginWrap {
    background: url('/images/loginBg.png') no-repeat;
    height: 100%;
    background-size: cover;
    position: relative;
}


.copyright {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    text-align: center;
    width: 280px;
    margin-left: -140px;
}

.loginCtnTab {
    padding: 20px 92px;
}

.listTabBorBom input {
    width: 100%;
    padding: 10px 0;
    outline: none;
    border: none;
    color: #999999;
    font-size: 14px;
    padding-left: 4px;
}

::-webkit-input-placeholder {
    color: #999;
}

.listTab {
    margin-bottom: 10px;
    position: relative;
}

.tips {
    color: #c6001a;
    font-size: 12px;
}

.pass_tips {
    color: #c6001a;
    font-size: 12px;
    margin-top: 7px
}

.loginName_tips {
    color: #c6001a;
    font-size: 3.2vw;
    margin-top: 1.867vw
}

.loginBtnTab {
    width: 100%;
    display: inline-block;
}

.codeInputTab {
    width: 70%;
    float: left;
}

.codeImgTab {
    width: 25%;
    float: right;
    height: 40px;
    line-height: 40px;
    background: #518cea;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
}

.forgetPassBtnTab {
    float: right;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.el-select {
    width: 100%;
}

.listTabBorBom {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}

.login-form-input .el-input__inner {
    border: none;
}

.loginBtnBoxTab {
    text-align: center;
    background: #518cea;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.loginboxTab {
    width: 600px;
    height: 420px;
    position: fixed;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    background: #fff;
}

.login-tipts {
    font-size: 3.667vw;;
}

.loginBtnBoxTab {
    text-align: center;
    background: #518cea;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.loginTitleTab {
    background: #dddddd;
    display: flex;
}

.loginTitleTab .cur {
    background: #fff;
    color: #1492ff;
}

.loginTitleTabList {
    width: 33.33%;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    color: #666666;
}

.verifiPhoneNumTab select {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px 0;
    border: none;
    outline: none;
    color: #999999;
    font-size: 14px;
}

.qrCode {
    position: absolute;
    bottom: 0;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 0;
}

.bigqrWrap {
    width: 250px;
    height: 250px;
    margin: 50px auto;
}

.bigqrWrap img {
    width: 100%;
}

.bigqr {
    width: 100%;
    height: 280px;
    display: inline-block;
}

.redborbot {
    border-bottom: 1px solid red;
}

.pop {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    display: none;
}

.goBack {
    width: 5.59vw;
    height: 5.59vw;
    margin: 6.9vw 0 0 4.2vw;
    position: absolute;
}

.bgMaritimeAffairs {
    width: 100%;
    height: 100%;
}

#LoginForm {
    background: url("../theme/default/img/login/bgMaritimeAffairs.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-attachment: fixed;
    height: 100%;
    width: 100vw;
    /*overflow: hidden;*/
    /*overflow-y: auto;*/
    z-index: 999;
}

#loginContent {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "PingFangSC-Regular, sans-serif";
}

.loginHead {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 26.667vw;
}

.loginHeadLogo {
    height: 29.333vw;
    padding-bottom: 10.667vw;
    width: 29.333vw;
}

.loginHeadText {
    color: #003479;
    font-size: 4.8vw;
    font-weight: 600;
}

.loginBody {
    margin: 6.667vw 8vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#loginName {
    width: 100%;
    height: 11vw;
    border-radius: 2.667vw;
    /*margin-bottom: 21px;*/
    font-size: 3.733vw;
    text-indent: 4.8vw;
}

#password {
    width: 100%;
    height: 11vw;
    border-radius: 2.667vw;
    /*margin-bottom: 21px;*/
    font-size: 3.733vw;
    text-indent: 4.8vw;
}

.loginBodyTips {
    display: flex;
    width: 100%;
    margin-top: 3.533vw;
    justify-content: space-between;
}

.alignLeft {
    text-align: left;
    font-weight: 600;
    font-size: 3.733vw;
    color: #0050AC;
    margin-left: 2.667vw;
}

.clickRight {
    width: 3.733vw;
    height: 3.733vw;
    font-size: 3.733vw;
    position: relative;
    top: .533vw
}

.alignRight {
    text-align: right;
    /* 文本内容向右对齐 */
    font-weight: 600;
    font-size: 3.733vw;
    color: #0050AC;
    /*margin-left: auto;*/
    /*margin-right: 10px;*/
}

#forgotPassword {
    border-bottom: .267vw #0050AC solid;
    padding-bottom: .8vw;
    padding-left: 1.333vw;
}

#fingerprintLogin {
    border-bottom: .267vw #0050AC solid;
    padding-bottom: .8vw;
    /*padding-left: 1.333vw;*/
}

.wx {
    border-bottom: .267vw #0050AC solid;
    padding-bottom: .8vw;
}

.fingerprintLogin {
    margin-left: 0px !important;
}

.forgotPassword {
    width: 3.733vw;
    height: 3.733vw;
    font-size: 3.733vw;
    position: relative;
    top: 0.533vw;
    right: 1.333vw;
    text-decoration: underline;
    text-underline-offset: 2.667vw;
}

#button {
    width: 100%;
    height: 11vw !important;
    background: #0050AC;
    border-radius: 2.667vw;
    color: #FFFFFF;
    font-size: 4.8vw;
}

.loginBodyProtocol {
    margin-top: 3.267vw;
}

.loginBodyProtocol {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 2.933vw;
    color: #4D4D4D;
}

.loginBodyProtocolContent {
    color: #0050AC;
}

.loginBodyProtocolCheckbox {
    width: 4vw;
    height: 3.733vw !important;
    border-radius: .8vw;
    margin-right: 1.067vw;
}

.loginBottom {
    width: 100%;
    /*height: 31.2vw;*/
    /* 必须要有明确的高度*/
    /*overflow: hidden;*/
    margin: 23vw auto 0;
    padding-bottom: 6.667vw;

    /*bottom: 13.333vw;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*width: 100%;*/
}

.overflow-y {
    overflow-y: auto;
}


.register {
    display: flex;
    /*height: 12.267vw;*/
    justify-content: center;
    align-items: center;
    font-weight: 600;
    /*font-size: 4.533vw;*/
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 1.760vw;
    font-size: 5.6vw;
    /*height: 9.267vw;*/
}

.registerItem {
    margin: 0 6.667vw;
}

.customerServiceTelephone,
.prompt {
    text-align: center;
    font-weight: 600;
    font-size: 4.667vw;
    color: #0050AC;
    font-family: "PingFangSC-Regular, sans-serif";
}

.prompt {
    margin-top: 0.9333vw;
}

.customerServiceTelephone {
    margin-top: 6.667vw;
}


.viewOffPic {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 18px;
    right: 10px;
}

.viewPic {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 18px;
    right: 10px;
    display: none;
}

.loginBodyPassword {
    margin: 0 auto;
    position: relative;
}

#tagContent {
    background: inherit !important;
}

#tagContent {
    width: 100%;
}


.bdyy {
    border: none;
    height: 11vw;
}

.blank5 {
    height: 5.33vw !important;
    clear: both;
    font-size: 1.25px;
    overflow: hidden;
}

.bu_d {
    text-align: center;
    margin-top: 5.33vw !important;
}

#validateCode {
    border-radius: 10px 0 0 10px;
}

#hotpValidateCode {
    -webkit-appearance: none;
    text-indent: 4.8vw;
    height: 11.733vw;
    font-size: 3.733vw !important;
    border-radius: 2.667vw;
    flex: none !important;
    width: 100%;
}

.bdyy {
    border-radius: 0px !important;
}

#telMail {
    width: 100%;
    height: 11.733vw;
    border-radius: 2.667vw;
    font-size: 3.733vw;
    text-indent: 4.8vw;
}

.setPassword {
    position: relative;
    width: 100%;
}

.setPasswordImg {
    width: 6.4vw;
    height: 5.333vw;
    position: absolute;
    top: 3.2vw;
    right: 2.667vw;
}

#validateCode {
    height: 44px;
    text-indent: 18px;
    font-size: 14px !important;
}

#kaptchaImage {
    width: 108px;
}


#sendHotpCodeBtn {
    -webkit-appearance: none;
    width: 28.8vw !important;
    border-radius: 0 2.667vw 2.667vw 0;
    height: 11.733vw;
    line-height: 11.733vw;
    font-size: 3.733vw;
}

#cardAfter {
    width: 100%;
    height: 11.733vw;
    border-radius: 2.667vw;
    font-size: 3.733vw;
    text-indent: 4.8vw;
}

@media screen and (min-width: 639px) {


    .login-tipts {
        font-size: 17px;
    }

    #telMail {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        font-size: 18px;
        text-indent: 4.8vw;
    }

    #hotpValidateCode {
        -webkit-appearance: none;
        text-indent: 4.8vw;
        height: 50px;
        font-size: 18px !important;
        border-radius: 10px;
        flex: none !important;
        width: 100%;
    }

    #cardAfter {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        font-size: 18px;
        text-indent: 4.8vw;
        color: #000000;
    }

    #sendHotpCodeBtn {
        -webkit-appearance: none;
        width: 123px !important;
        border-radius: 0 10px 10px 0;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .loginHead {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 100px;
    }

    .loginHeadLogo {
        width: 110px;
        height: 110px;
        padding-bottom: 40px;
    }

    .loginHeadText {
        font-size: 18px;
        color: #003479;
        font-weight: 600;
    }

    .loginBody {
        /*margin: 7.2vw 13.333vw 0;*/
        margin: 25px 30px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }

    #loginName {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        /*margin-bottom: 21px;*/
        font-size: 18px;
        text-indent: 4.8vw;
    }

    #password {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        /*margin-bottom: 21px;*/
        font-size: 18px;
        text-indent: 4.8vw;
    }

    .loginBodyTips {
        display: flex;
        width: 100%;
        margin-top: 20px;
        justify-content: space-between;
    }

    .alignLeft {
        text-align: left;
        font-weight: 600;
        font-size: 3.733vw;
        color: #0050AC;
        margin-left: 2.667vw;
    }

    .clickRight {
        width: 3.733vw;
        height: 3.733vw;
        font-size: 3.733vw;
        position: relative;
        top: .533vw
    }

    .alignRight {
        text-align: right;
        /* 文本内容向右对齐 */
        font-weight: 600;
        font-size: 16px;
        color: #0050AC;
        margin-left: auto;
        /*margin-right: 10px;*/
    }

    .fingerprintLogin {
        margin-left: 0px !important;
    }

    #forgotPassword {
        border-bottom: .267vw #0050AC solid;
        padding-bottom: .8vw;
        padding-left: 1.333vw;
    }

    #fingerprintLogin {
        border-bottom: .267vw #0050AC solid;
        padding-bottom: .8vw;
        padding-left: 1.333vw;
    }

    .forgotPassword {
        width: 16px;
        height: 16px;
        font-size: 3.733vw;
        position: relative;
        top: 2px;
        right: 3px;
        text-decoration: underline;
        text-underline-offset: 10px;
    }

    #button {
        width: 100%;
        height: 50px !important;
        background: #0050AC;
        border-radius: 10px;
        color: #FFFFFF;
        font-size: 18px;
    }

    .loginBodyProtocol {
        margin-top: 4.267vw;
    }

    .loginBodyProtocol {
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        color: #4D4D4D;
    }

    .loginBodyProtocolContent {
        color: #0050AC;
    }

    .loginBodyProtocolCheckbox {
        width: 24px;
        height: 22px !important;
        border-radius: .8vw;
        margin-right: 5px;
    }

    .loginBottom {
        width: 100%;
        /*height: 31.2vw;*/
        /* 必须要有明确的高度*/
        /*overflow: hidden;*/
        margin: 100px auto 0;

        /*bottom: 13.333vw;*/
        /*overflow: hidden;*/
        /*position: absolute;*/
        /*width: 100%;*/
    }

    /*.overflow-y {*/
    /*    overflow-y: auto;*/
    /*}*/
    .register {
        display: flex;
        /*height: 12.267vw;*/
        justify-content: center;
        align-items: center;
        font-weight: 600;
        /*font-size: 4.533vw;*/
        color: #FFFFFF;
        text-decoration: underline;
        text-underline-offset: 1.760vw;
        font-size: 21px;
        /*height: 9.267vw;*/
    }

    .registerItem {
        margin: 0 25px;
    }

    .customerServiceTelephone,
    .prompt {
        text-align: center;
        font-weight: 600;
        font-size: 17px;
        color: #0050AC;
        font-family: "PingFangSC-Regular, sans-serif";
    }

    .prompt {
        margin-top: 4px;
    }

    .customerServiceTelephone {
        margin-top: 25px;
    }

    .blank5 {
        height: 30px !important;
        clear: both;
        font-size: 1.25px;
        overflow: hidden;
    }

    .bdyy {
        border: none;
        height: 50px !important;
    }

    .certInfo {
        background: white;
        height: 50px !important;
        border-radius: 10px !important;
        font-size: 18px !important;
        text-indent: 4.8vw;
    }

    .setPasswordImg {
        width: 30px !important;
        height: 26px !important;
        position: absolute;
        top: 12px !important;
        right: 10px !important;
    }

}

.certInfo {
    background: white;
    height: 11.733vw;
    border-radius: 2.667vw !important;
    font-size: 3.733vw;
    text-indent: 4.8vw;
}

@media (min-height: 192vw) {
    .loginBottom {
        bottom: 1.333vw;
        padding-bottom: 6.667vw;
        padding-top: 6.667vw;
        position: absolute;
        width: 100%;
    }
}

@media screen and (orientation: landscape) {
    .loginBottom {
        position: static;
    }
}

.zhiwen_div {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    background: url("../theme/default/img/login/bgMaritimeAffairs.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-attachment: fixed;
}

.zhiwen_div_img {
    width: 22.4vw;
    height: 22.4vw;
    position: relative;
}

.zhiwen_desc {
    text-align: center;
    font-weight: 600;
    font-size: 3.733vw;
    color: #003479;
    margin-top: 5.733vw;
}

.zhiwen_log {
    margin-top: 5.733vw;
    display: flex;
    justify-content: center;
    position: relative;
}

.zhiwen_cancel {
    margin-top: 11.733vw;
    text-align: center;
    font-weight: 600;
    font-size: 3.733vw;
    color: red;
    margin-left: auto;
}

.loading_div {
    position: absolute;
    margin: auto;
    top: -3.665vw;
    width: 30vw;
    height: 30vw;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 2vw;
}

.loading {
    /* 可以添加动画效果 */
    animation: rotate 2s linear infinite;
    width: 29.33vw;
    height: 29.33vw;

    transform: translate(-50%, -50%);
}

.loading_span {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

