*{
    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: 12px;
    margin-top:7px
}
.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;
}
.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: 21px;
    height: 21px;
    margin: 26px 0 0 16px;
    position: absolute;
}
.bgMaritimeAffairs{
    width: 100%;
    height: 100%;
}
#LoginForm{
    /*!*background: url("../theme/default/img/login/bgMaritimeAffairs.png") center no-repeat;*!*/
    /*background-size: cover;*/
    /*height: 100vh;*/
    /*overflow-y: auto;*/
}
#loginContent{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.loginHead {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 66px
}
.loginHeadLogo{
    width: 104px;
    height: 104px;
    padding-bottom: 31px;
}
.loginHeadText{
  font-size: 18px;
}
.loginBody {
    margin-top: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
#loginName{
    width: 100%;
    height: 44px;
    border-radius: 10px;
    /*margin-bottom: 21px;*/
    font-size: 14px;
    text-indent: 18px;
}
#password{
    width: 299px;
    height: 44px;
    border-radius: 10px;
    font-size: 14px;
    text-indent: 18px;
}
.loginBodyTips{
    display: flex;
    width: 299px;
    margin-top: 17px;
    justify-content: space-between;
}
.alignLeft{
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #0050AC;
    margin-left: 10px;
}
.clickRight{
    width: 14px;
    height: 14px;
    font-size: 14px;
    position: relative;
    top:2px
}
.alignRight{
    text-align: right; /* 文本内容向右对齐 */
    font-weight: 600;
    font-size: 14px;
    color: #0050AC;
    margin-left: auto;
    /*margin-right: 10px;*/
}
.forgotPassword{
    width: 14px;
    height: 14px;
    font-size:14px;
    position: relative;
    top:2px
}
#button{
    width: 300px;
    height: 52px;
    background: #0050AC;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 18px;
}
.loginBodyProtocol{
    margin-top: 16px;
}
.loginBodyProtocol{
    width: 299px;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    color: #4D4D4D;
    margin: 11px auto 0;
}
.loginBodyProtocolContent{
    color: #0050AC;
}
.loginBodyProtocolCheckbox{
    width: 30px;
    height: 14px!important;
    border-radius: 3px;
    margin-right: 4px;
}
.loginBottom {
    width: 100%;
    height: 117px; /* 必须要有明确的高度*/
    overflow: hidden;
    margin: 20px auto 0;
}
.register {
    display: flex;
    height: 46px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 17px;
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 6.6px;
}
.registerItem{
    margin: 0 22px;
}
.customerServiceTelephone,.prompt{
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #0050AC;
}
.prompt{
    margin-top: 7px;
}
.customerServiceTelephone{
    margin-top: 30px;
}
.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;
    margin-top: 0!important;
}
.bdyy{
    border: 1px solid #CCCCCC;
    border-radius: 4px !important;
}
#validateCode{
    border-radius: 10px 0 0 10px;
}
#hotpValidateCode{
    -webkit-appearance : none;
     text-indent: 18px;
     height: 44px;
    font-size: 14px!important;
     border-radius: 10px 0 0 10px;
    flex: none!important;
    width: 191px;
 }
#telMail{
     width: 299px;
     height: 44px;
     border-radius: 10px;
     font-size: 14px;
     text-indent: 18px;
 }
.setPassword{
    position: relative;
}
.setPasswordImg{
    width: 24px;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 10px;
}
#validateCode{
    height: 44px;
    text-indent: 18px;
    font-size: 14px!important;
}
#tagContent1{
    width: 360px;
}
#kaptchaImage{
    width: 108px;
}
@media screen and (max-width: 480px) {
  .pop{
     width: 303px!important;
     min-height: 204px!important;
  }
}
#sendHotpCodeBtn{
    -webkit-appearance : none;
    width: 108px!important;
    border-radius: 0!important;
}
.tipregist_blank {
    width: 300px;
    margin: auto;
    margin-top: 0px;
    height: 25px;
    position: relative;
}
.tipregist {
    width: 300px;
    margin: auto;
    margin-top: 0px;
    height: 25px;
    border-bottom: 1px dashed #a0a0a0;
    color: #a0a0a0;
    text-align: center;
    position: relative;
}
.tipregist > span{
    position: absolute;
    top: 16px;
    left: 50%;
    width: 210px;
    margin-left: -105px;
    background-color: #fff;
    z-index: 9999;
}
.tipregist > span > a {
    color: #c72424;
    font-size: 14px;
    cursor: pointer;
}
.tipregist > span > a:hover {
    color: #32aeea;
}
.otherlogin {
    overflow: hidden;
    width: 300px;
    margin: 0 auto;
    margin-top: 17px;
    margin-bottom: 10px;
    text-align: center;
    color: #222
}
.otherlogin > p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.otherlogin > p > a {
    display: block;
    width: 48px;
    left: 80px;
    height: 46.4px;
    background-image: url("../theme/default/img/login/login102.png");
    background-position: -243px 1px;
}
.pcTagContent {
    padding: 20px 60px !important;
}
.con {
    right: 20% !important;
    width: 420px !important;
}
.newcon {
    width: 420px !important;
    padding: 0 !important;
}
.newcon > #tags > div {
    width: 240px !important;
    height: 70px !important;
}
#tags LI {
    color: #767676 !important;
    background: url("../theme/default/img/login/bgicon.png") left center no-repeat;
    height: 70px !important;
    line-height: 70px;
}
#tags LI a{
    color: #767676 !important;
    font-size: 20px;
    line-height: 70px;
}
#tags #selectTagLI{
    background: url("../theme/default/img/login/bgicon3.png") right center no-repeat;
}
#tags LI.selectTag {
    color: #005BA4 !important;
    background: url("../theme/default/img/login/bgicon2.png") top center repeat !important;
}
#tags LI.selectTag A {
    color: #005BA4 !important;
}

.loginHeader {
    background: #fff;
    height: 92px;
    padding: 0;
}

.loginbg {
    margin-top: 0;
    margin-bottom: 0;
    height: 540px;
    padding-top: 37px;
    padding-bottom: 60px;
    /*background: url(../images/loginbg.jpg) center no-repeat;*/
    background-size: cover;
}
.headerImg {
    padding: 20px;
    margin-left: 20%;
}
#tagContent1 {
    width: 300px !important;
}
.loginFooter {
    width: 100%;
    height: 120px;
    background: #E6E6E6;
}
.foorcon {
    width: 1102px;
    box-sizing: border-box;
    height: 100%;
    margin: auto;
    background: #E6E6E6;
}
.foorcon ul li{
    float: left;
    font-size: 14px;
    color: #333333;
    font-family: "MicrosoftYaHei";
    padding: 32px 0 0px 21px;
    margin-right: 20px;
}
.foorcon ul li p {
    margin-bottom: 20px;
    line-height: normal;
}
.foorcon ul li a {
    text-decoration: none;
    color: #333333;
}
.weilei {
    position: relative;
    box-sizing: border-box;
    zoom: 1;
}
.weilei:after {
    width: 15px;
    height: 16px;
    clear: both;
    content: '';
    display: block;
    -ms-display: block;
    overflow: hidden;
    position: absolute;
    background: url("../theme/default/img/login/safety.png") no-repeat center;
    top: 1px;
}
.finderror{
    display: inline-block;
    width: 107px;
    height: 54px;
    background: url("../theme/default/img/login/jiucuo.png") no-repeat center;
    cursor: pointer;
}
.chine {
    display: inline-block;
    width: 50px;
    height: 62px;
    background: url("../theme/default/img/login/offi.png") no-repeat center;
    cursor: pointer;
}

#box {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.boxin {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 320px;
    background-color: #E4EAF8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.boxin img {
    width: 100%;
    height: 100%;
}

#img2 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.tips-c {
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
}

.tips-tile {
    color: yellow;
    font-weight: 600;
    width: 200%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 26px;
    /* 设置动画名称和持续时间 */
    animation: scroll 60s linear infinite;
}

.tips-tile-span {
    margin-left: 100px;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}





























