            body{background: url("../temp/loginbg.jpg") no-repeat; width:100%;height:100%;background-size:cover;background-color:#2795e3;overflow: hidden;}
            .login-panel{width:385px;background:rgba(255,255,255,1);border:none;z-index: 100;margin:0 auto;border-radius:10px;height: 285px;box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);margin-top: 159px;background: #fff\9;}
            input{width: 280px !important;margin:0;padding:0;display: inline-block;font-size: 12px;height: 34px !important;line-height: 14px !important;opacity: 0.7;border:none !important;background: #ffffff !important;background-color: #ffffff !important;padding-left: 10px;}
            input:-webkit-autofill, 
            textarea:-webkit-autofill, 
            select:-webkit-autofill {
                    background-color: rgb(255, 255, 255) !important;
                }
            .layui-tab-title li{text-align: center;width: 185px;margin:0 !important;padding:0 !important;font-size: 18px;}
            .layui-tab-title li span{display:inline-block;width: 120px;height: 39px;text-align: center;line-height: 39px;}
            .layui-tab-bar{display: none !important;}
            .layui-tab-card .layui-tab-title{background: none !important;border-bottom: 1px solid #ffffff;padding-top: 20px;}
            .layui-tab-title .layui-this:after{border:none !important;}
            .layui-this{background: none !important;}
            .layui-this span{border-bottom: 2px solid #566cfe !important;}
            .change-content{position: relative;}
            .change-content,
            .change-content-one,
            .change-content-two{width: 100%;text-align: center;height: auto;margin:0;padding:0;}
            .change-content-one,
            .change-content-two{padding-top: 20px;}
            .logo_top_box{width: 100%;position: absolute;top: -32px;}
            .logo_top{width: 230px;height: 63px;background: url("../images/log_top.png") no-repeat center;background-size: contain;margin:0 auto;}
            .layui-input-block{margin: 0 auto;display: inline-block;}
            .RQ-code{width: 226px;height: 225px;display: inline-block;}
            .tip-text{font-size: 12px;padding-top: 30px;padding-bottom: 60px;}
            .tip-text a{color: #0473fb;}
            .user-id{padding-top: 20px;}
            .user-pwd{padding:20px 0;}
            /*是否显示密码图标*/
            .user-pwd{position: relative;}
            .user-pwd input{padding-right: 43px;}
            .choose-pwd-icon{position: absolute;display: block;height: 24px;width: 24px;top:30px;right:10px;cursor: pointer;}
            .dis-show-icon{background: url("../images/dis_show.png") center center;}
            .dis-show-icon:hover{background: url("../images/dis_show_hover.png") center;}
            .show-icon{background: url("../images/show.png") center center;}  
            .show-icon:hover{background: url("../images/show_hover.png") center center;}  
            /* .bom-text{width: 290px;margin:0 40px 30px 40px;font-size: 12px;} */
            .float-l{float: left;}
            .float-r{float: right;}
            .blue-text{color: #0473fb;}
            .layui-btn{width: 354px;margin: 0  20px 30px 20px;background-color:#258FDC;color: #ffffff;font-size: 14px;}
            .radius-5{border-radius:5px;}
            .choose-btn{height: 38px;line-height: 38px;width: 290px;background:#258FDC;color:#ffffff;margin: 5px 40px 20px 40px !important;border-radius: 5px;}
            .company-input{width: 354px !important;border-radius: 5px;height: 35px !important;}
            

              *{
                  margin:0;
                  padding:0;
                  list-style: none;
              }
              #login-wrapper{
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  background: #ffffff;
                  overflow: hidden;
                  left:0;
                  right: 0;
                  top: 0;
                  bottom:0;
                  background:rgba(255,255,255,1);
              }
              #login-wrapper p{
                  width: 100%;
                  text-align: center;
                  margin:80px 0 80px 0;
                  font-size: 36px;
              }
              .login-box{
                  width: 100%;
                  overflow: hidden;
                  height: 200px;
                  width: 821px;
                  margin:0 auto;
              }
              .login-corp-box{
                  height: 200px;
                  width: 750px;
                  overflow: hidden;
                  float: left;
              }
              .login-corp-list{
                  height: 200px;
                  width: 10000%;
                  overflow: hidden;
                  -webkit-transform: translateX(200px);
                  -moz-transform: translateX(200px);
                  -ms-transform: translateX(200px);
                  -o-transform: translateX(200px);
                  transform: translateX(200px);
                  -webkit-transition: all 400ms ease;
                  -moz-transition: all 400ms ease;
                  -ms-transition: all 400ms ease;
                  -o-transition: all 400ms ease;
                  transition: all 400ms ease;
              }
              .login-corp-list li{
                  height: 200px;
                  width: 250px;
                  border-radius: 0;
                  text-align: center;
                  display: inline-block;
              }
              .login-corp-list li img{
                  display: inline-block;
                  height: 200px;
                  width: 200px;
                  border-radius: 46px;
                  vertical-align: middle;
                  overflow: hidden;
                  cursor: default;
                   -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
                   -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
                    -ms-box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
                    -o-box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
                  box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
                  opacity: 0.5;
                  -webkit-transform: scale(0.7);
                  -moz-transform: scale(0.7);
                  -ms-transform: scale(0.7);
                  -o-transform: scale(0.7);
                  transform: scale(0.7);
                  -webkit-transition: all 400ms ease;
                  -moz-transition: all 400ms ease;
                  -ms-transition: all 400ms ease;
                  -o-transition: all 400ms ease;
                  transition: all 400ms ease;
              }
              #leftBtn,
              #rightBtn{
                  width: 35px;
                  height: 200px;
                  line-height: 200px;
                  cursor: pointer;float: left;
              }
              #leftBtn img,
              #rightBtn img{
                  display: inline-block;
                  height: 35px;
                  width: 35px;
              }
              .cur-corp img{
                  cursor: pointer !important;
                  opacity: 1 !important;
                  -webkit-transform: scale(1) !important;
                  -moz-transform: scale(1) !important;
                  -ms-transform: scale(1) !important;
                  -o-transform: scale(1) !important;
                  transform: scale(1) !important;            
              }
              .corp-name-box{
                  width: 100%;
                  height: 30px;
                  line-height: 30px;
                  text-align: center;
                  margin-top: 20px;
                  font-size: 26px;
              }
              .minOpacity{
                  opacity: 0.2 !important;
              }
              .login_bottom{
                display: inline-block;
                height: 34px;
                width: 280px;
                line-height: 34px;
                text-align: right;
              }
              /*2017/11/15最新改版样式书写*/
              .gray-border{border:1px solid #B1B1B1 !important;}
              .verif-left{float:left; width:239px !important;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-right:none !important;}
              .verif-rigth,
              #btn_send_sms_code{width:115px; height:45px; float:left;margin-left:0px !important;margin-right:0px !important;border-top-left-radius:0px;border-bottom-left-radius:0px;border-left:none !important;background-color:#ffa521;}
              .loginpage-btn{border-radius: 25px;width:280px;height: 30px;line-height:30px;border:none;outline: none;cursor: pointer;margin-top: 20px;margin-bottom: 0;}
              .loginpage-btn:hover{background: #4793ef;}
              .rember_pwd{display: inline-block;height: 14px !important;width: 14px !important;vertical-align: middle;}