*{
    /*color: #ffffff;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box}
*,body{padding:0px;	margin:0px;/*font-family: "微软雅黑";*/}
body{
    background: url("../images/bj.jpg") no-repeat;
    background-size: cover;
    font-size: .16rem;
    color: #ffffff;
    position: relative;
    width: 100%;
    height: 100%;
}
html {
  height: 100%;
}
input:focus {
    outline: none;
  }
  

body {
  margin: 0; /* 移除默认的边距 */
  height: 100%; /* 使body高度充满整个视口 */
  background-image: url("../images/bj.jpg") no-repeat;/* 设置背景图片 */
  background-position: center; /* 背景图片居中显示 */
  background-repeat: no-repeat; /* 背景图片不重复 */
  background-attachment: fixed; /* 背景图片固定，不随页面滚动而移动 */
  background-size: cover; /* 背景图片覆盖整个元素，可能的话会被裁切 */
}

.main{
    /*margin: 0 auto;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: relative;*/
}

/*头部*/
.header{
    width: 100%;
    height: 1.5rem;
    /*background: red;*/

}

.header .header-center{
    width: 50%;
    height: 1.2rem;
    position: relative;
    margin: 0 auto;
}
.header .header-center .header-title{
    text-align: center;
    color: #ffffff;
    font-size: .4rem;
    text-shadow: 0 0 .3rem #00d8ff;
    line-height: 1.05rem;
}
.header .header-img{
    background: url("../images/head.gif") no-repeat center center;
    background-size: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: .8rem;
}

.content{
    width: 12rem;
    height: 7rem;
    /*background: green;*/
    margin: 1rem auto 0 auto;
    /*border: 1px solid green;*/
}
.content .content-left{
    width:6.2rem ;
    height: 5.8rem;
    /*border: 1px solid red;*/
    background: url("../images/d.png") no-repeat;
    background-size: 100% 100%;
    padding: 0.4rem 0;
    box-sizing: border-box;
    margin-right: 2%;
    float: left;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.content .content-left {
    -webkit-transform: rotate(360deg);
    animation: rotation 15s linear infinite;
    -moz-animation: rotation 15s linear infinite;
    -webkit-animation: rotation 15s linear infinite;
    -o-animation: rotation 15s linear infinite;
}


.right-infp{
    width: 4rem;
    height: 3rem;
    margin: auto auto;
   /* border: 1px solid red;*/
    vertical-align: center;
    position: absolute;
    top:1.6rem;
    left: 0.9rem;
}
.right-infp-name{
/*    background: url("../images/b.png") no-repeat;*/
    width: 100%;
    height: 0.5rem;
    background-size: 100% 100%;
    line-height:0.45rem;
    margin-bottom: 0.4rem;
    position: relative;
}
.right-infp-name input{
    width: 85%;
    border: none;
    box-sizing: border-box;
    height: 0.5rem;
    margin-left: 0.5rem;
    line-height: 0.4rem;
    background: none !important;
    color: #00eaff;
    padding-left: 0.15rem;
    /*box-shadow: 0 0 1px #00eaff;*/
    outline: none;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
    position: absolute;


}
input::-webkit-input-placeholder {
    color: #ccc;
}
.right-infp-btn{
/*    background: url("../images/a.png") no-repeat;*/
    width: 100%;
    height: 0.5rem;
    background-size: 100% 100%;
    line-height: 0.5rem;
    margin-bottom: 0.4rem;
    position: relative;
}
.right-infp-btn .btn{
    width: 95%;
    border: none;
    box-sizing: border-box;
    height: 0.45rem;
    margin-left: 0.1rem;
    font-size: 0.22rem;
    cursor: pointer;
    background: none;
    outline: none;
    color: #fff;
    position: absolute;


}
.right-infp-btn .btn:hover{

}
.div_center{
    position: fixed;
    top: 40%;
    left: 50%;
    width: 70%;
    height: 60%;
    border-radius: 40px;
/*    border: 1px solid red;*/
    transform: translate(-50%,-50%);
    background-image: url("../images/bg22.png");
    background-position: center; /* 背景图片居中显示 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-size: cover;
    z-index: 1000;
/*    border:1px solid red;*/
/*    position: relative;*/
}

.logo-container{
    width:200px ;
    background-image: url("http://static.llbsg.com/public/20231110/6aeda533d48fc9d2ce3cccb65bc913b5.png");
}
.div_center .content-right{
    width:40%;
    height: 475.78px;
    /* border:1px solid red; */
    background-size: 100% 100%;
    float: right;
    margin-right: 50px;
    margin-top: 50px;
    color:#7A858F;

/*    position: relative;*/
    right: 5px;

}
.content-right .text-input p{
    color:#7A858F;
    
    font-size: 18px;
}
.content-right .text-input h2{
    color:#4B71FF;
    font-size: 30px;
    /* margin-left: 30px; */
}
.content-right .text-input .login-input{
    margin-top: 30px;
}
.login-input label{
    color:#7A858F;
    font-size: 16px;
}
.login-input input{
    width: 300px;
    height: 40px;
    border: none;
    /* border-radius: 5px; */
    border-bottom: 1px solid #7A858F;
    padding-left: 10px;
    font-size: 16px;
    color:#4B71FF;
    /* float: left; */
}
#name_1{
    width: 300px;
    height: 50px;
    /* border: 1px solid #7A858F; */
    border-bottom: 1px solid #7A858F;
    
}

#name_1 input{
    width: 300px;
    height: 40px;
    border: none;
    /* border-radius: 5px; */
    
    padding-left: 10px;
    font-size: 16px;
    color:#4B71FF;
    float: left;
}
.moblie{
    width: 220px;
    height: 40px;
    border: none;
    /* border-radius: 5px; */
    border-bottom: 1px solid #7A858F;
    padding-left: 10px;
    font-size: 16px;
    color:#4B71FF;
    float: left;
}
#name_1 .getCode{
    float: right;
    width: 80px;
    color:#4B71FF;
    font-size: 14px;
    margin-top: -25px;
    /* display: none */
}
.code_login{
    color:#4B71FF;
    font-size: 16px;
    margin-left: 250px;
}
.btn-success1{
    width: 100px;
    height: 40px;
    background-color: #fff;
    background-image: url("../images/btn.png");
    background-position: center; /* 背景图片居中显示 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-size: cover;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.8rem;
    margin-left: 2.0rem;
    border: none;
}
.login-left{
    width: 200px;
    height: 50px;
    /* background-color: #fff; */
    border-radius: 5px;
    margin-left: 20px;
    margin-top: 20px;
}
.login-left img{
    float: left;
}
.login-left span{
    float: left;
    font-size: 25px;
    line-height: 50px;
    margin-left: 10px;
    color:#4B71FF;
}
/* 手机端 */
.content2{
    width: 96%;
    height: 691px;
    border-radius: 40px;
    background-color: #fff;
    z-index: 1000;
    margin: 0 auto;
    margin-top: 20%;


}

.logos{
    position: absolute;
    left:20px;
    top:20px;
    /* width: 40px; */
    height: 50px;
}
.log_div{
    position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;
}
.log_tp{
    background: #fff;
    width:750px;
    border-radius: 20px;
    position: relative;
}
.log_left{
    float:left;
    width:50%;
    background-image:url("https://static.llbsg.com/yhy/tt.png")  ;
    height: 420px;
    background-size: 100% auto;
    background-repeat:no-repeat;
    border-radius: 15px 0px  0px 15px;
}
.log_right{
    float:right;
    width:50%;
}

.aa2{
    padding:40px 0px 0px  0px
}
.aa3{
    color:#557bfb ;
    font-size: 30px;
    font-weight: 800;
}

.aa5p{
    padding: 20px  0px 20px 0px;
}
.aa9{
    height: 30px;
    line-height: 30px;
}
.aw{
    width:80%;
    margin: 0 auto;
}
.mmk{
    width:100%;
    border-bottom:1px solid #919aa2;
    font-size: 12px;
    color: #557bfb;
    font-weight: 500;
}

.aa1{
    font-size: 12px;
    font-weight: 500;
    color:#919aa2;
    padding: 5px 0px;
}
.yzm{
    text-align: right;
    padding: 10px  0px;
    color:#557bfb;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
}
.img{
    width:100px;
    height:30px;

}
.log{
    text-align: center;
}
.yyy{
    padding: 20px  0px;
    font-size: 12px;
}
.mm{
    color:#557bfb;
    cursor: pointer;
    font-size: 12px;
}