﻿html, body {
    width: 100%;
    height: 100%;
    /*background: url(img/bg_login.jpg) center no-repeat;*/
    background: url(../images/index-background.jpg) center no-repeat;
    background-size: cover;
    font-family: "Microsoft YaHei","iconfont","FontAwesome","Glyphicons Halflings" !important,"PingFang SC";
}
/*解决文本框警告黄*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    border: 1px solid #CCC !important;
}

.register_frame {
    position: relative;
    bottom: 0px;
    top:30%;
    left:20%;
    max-width:500px;
}

    .register_frame .input-group-addon {
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #eee;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #bcbcbc;
        border-right: none;
        border-radius: 4px 0px 0px 4px;
    }

    .register_frame .input-group {
        display: block;
    }

    .register_frame .input-group-add {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        padding: 22px 0px;
    }

        .register_frame .input-group-add i {
            font-size: 1.8em;
            padding: 26px 15px;
            line-height: 10px;
        }

    .register_frame input-group:focus {
        border: 1px solid red;
    }

    .register_frame .form-control {
        border: 1px solid #bcbcbc;
        height: 70px;
        border-radius: 4px !important;
        padding-left: 55px;
        font-size: 18px;
    }

.verificationCode {
    position: absolute;
    z-index: 10;
    right: 0;
    padding: 12px 26px 12px 0px;
}

.registertip {
    color: red;
}

.register_frame h1 {
 font-size: 2.6rem;
    font-weight: 700;
    color: #646464;
    padding: 1rem 0px;
}

.register_frame .form-horizontal .form-group {
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 0px;
}

.register_frame .input-group-addon {
    padding-left: 10px;
    padding-right: 10px;
}

a.ark-index-button-login, .ark-index-button-regiest {
    margin-top: 5%;
    display: inline-block;
   width: 242px;
    height: 56px;
    border-radius: 30px;
    color: #F0F0F0;
    font-size: 18px;
    text-align: center;
    line-height: 56px;
    background-color: #336594;
}
    a.ark-index-button-login:hover, a.ark-index-button-login:active, a.ark-index-button-login:visited{
        background-color: #336594;
        color: #F0F0F0;
        box-shadow: 0px 0px 10px #336594;
    }

.ark-index-button-regiest {
    background-color: #fff;
    border: 2px solid #336594;
    color: #336594;
}

    .ark-index-button-regiest:hover, .ark-index-button-regiest:active, .ark-index-button-regiest:visited {
        box-shadow: 0px 0px 10px #336594;
    }

.SmsCode {
    width: 30%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: rgb(236, 236, 236);
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 1px;
    border-top: none;
    border-bottom: none;
    font-size: 18px;
    padding: 22px 24px 21px 24px;
}

#eye {
    width: 17px;
    position: absolute;
    top: 33px;
    right: 12px;
    z-index: 3;
}

@media (max-width: 500px) {
    .register_frame {
        width: calc(100% - 30px);
    }
}


a {
    text-decoration: none !important;
}
.main {
    font-size: 12px;
}

#imgVerificationCode {
    margin: 5px 3px;
}

.loginLogo {
    background: #eeeeee;
    height: 70px;
}

    .loginLogo img {
        padding: 3px 0;
    }

.loginBottom {
    position: fixed;
    bottom: 5px;
    right: 0;
}

    .loginBottom img {
        margin-right: 10px;
    }

.loginText {
    background: #eeeeee;
}

.loginTextTit {
    font-size: 12px;
    background: #999999;
    color: #fff;
    padding: 6px 4px;
}

.rb-inner {
    font-size: 11px;
    line-height: 14px;
    height: 253px;
    color: #232323;
    overflow: auto;
}

.rbInnerTit {
    padding: 8px 0 8px 14px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #E3E3E3;
    border-left: 3px solid #feae46;
}

.rbInnerTxt {
    padding: 0 0 0 14px;
}

.rbInnerTitle {
    padding: 8px 0 8px 14px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #E3E3E3;
    border-left: 3px solid #feae46;
}

.regContent {
    background: #fff;
}

.wrap, .all_regedit {
    width: 100%;
}


.login {
    margin-top: 10px;
    font-size: 12px !important;
}

.content {
    padding-bottom: 30px;
    background: #fff;
    border-radius: 7px;
}

.topLogin {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    background: #1B9AF7;
    -webkit-border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.bottom1 {
    padding-top: 40px;
}

.mobileFrame,.loginFrame,.adminFrame{
    transform:translate(-20%, -30%);
}
.registerFrame{
    transform:translate(-20%,20%);
}
@media (min-width: 768px) {
    .content {
        border-radius: 7px;
    }
}

@media (min-width: 992px) {
    .content {
        border-radius: 7px;
    }

    .leftList {
        margin-left: 5%;
    }
}

@media (max-width: 1200px) {
.mobileFrame,  .loginFrame,.adminFrame{
        transform:translate(-20%,-20%);
    }
 .registerFrame{
        transform:translate(-20%,0);
    }
}

/*底部几个小图标*/
.loginBottom a {
    display: inline-block;
    width: 113px;
    height: 54px;
    /*background-image: url(img/loginBottom_logo.png);*/
}

    .loginBottom a.toplogo {
        background-position: 0 0;
    }

    .loginBottom a.IMO {
        background-position: 455px 0;
    }

    .loginBottom a.timg {
        background-position: 340px 0;
    }

    .loginBottom a.chemwatch {
        background-position: 228px 0;
    }

    .loginBottom a.footer {
        background-position: 114px 0;
    }
    .loginForm{overflow:auto;   position:relative;}
.loginForm:after{ content:"";display:block; overflow:visible;}
.lfooter {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position:absolute;
    left:0;
}



@media (max-width: 1920px) {
        .register_frame .form-control {
        height: 70px;
        border-radius: 4px !important;
        padding-left: 55px;
        font-size: 18px;
    }
} 
@media (max-width: 1680px) {
  
} 
@media (max-width: 1440px) {
  
} 
@media (max-width: 1366px) {
      .register_frame .form-control {
        height: 50px;
        border-radius: 4px !important;
        padding-left: 40px;
        font-size: 14px;
    }
      .register_frame .input-group-add {
    padding: 16px 0px;
    font-size: 10px;
}
      .verificationCode img{width:56px;}
      a.ark-index-button-login, .ark-index-button-regiest{
          height: 44px;
          line-height:44px;
      }
      .SmsCode{
          top: 2px;
          padding: 9px 24px 12px 24px;
      }
         .mobileFrame,  .loginFrame,.adminFrame{
         transform:translate(-20%,-20%);
    }
    .registerFrame{
         transform:translate(-20%,0);
    }
} 
@media (max-width: 1280px) {
  
} 
 @media (max-width: 1100px) {
  
} /*>=1024的设备*/
@media (max-width: 1024px){
  
} /*>=1024的设备*/
.panel,panel-body{
    background:none;
}
