* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}

@keyframes mystyle {
    0% {
        background: url("../image/theme-pic1.jpg") center 0px no-repeat rgb(5,26,45);
    }

    34% {
        background: url("../image/theme-pic2.jpg") center 0px no-repeat rgb(32,95,7);
    }

    67% {
        background: url("../image/theme-pic3.jpg") center 0px no-repeat rgb(153, 0, 0);
    }

    100% {
        background: url("../image/theme-pic1.jpg") center 0px no-repeat rgb(5,26,45);
    }
}
html {
    /*background: #f0f3ef;*/
}

.footer {
  width:1280px;
  margin:0 auto;
  margin-top:20px;
  text-align:center;
}


.logo {
  
    height: 100px;
  
}

.header {
    width: 1200px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

/* .tel{display: flex;
    justify-content: space-around;
width:260px;align-items: flex-end;height: 100px;
}
.tel1{margin-bottom: 10px;color:20px;font-weight: 500;}
.tel2{margin-bottom: 10px;color:#ff3200;font-size: 20px;font-weight: 600;} */


.content>img {
    width: 100%;
    height: 500px;
}

.content {
    width: 100%;
    min-width: 1200px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}

.banner {
    width: 100%;
    height: 500px;
    background: url("../image/bg1.jpg") no-repeat scroll center top;
    margin-bottom: 30px;
    background-size: 100% 100%;
   
}

.login {
    width: 300px;
    height: 330px;
    padding: 40px 30px 0 30px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 60%;
/*    box-shadow: 1px 2px 10px #555;*/
}

h2 {
    font-size: 23px;
    color: #fe0000;
    font-weight: 600;
    font-family: "黑体";
    margin: 20px 0;
}

.yh1 {
    color: #666;
    font-size: 18px;
    font-weight: 600;
}

#s1,
#s2 {
    width: 250px;
    height: 35px;
    border-radius: 4px;
    border:1px solid #999;
    box-sizing: border-box;
    padding-left: 35px;
}

.yzm{
    display: flex;
/*    justify-content:center;*/
    position:relative;
    margin-bottom:10px;
    padding:0 25px;
}
.yzm input{
    width:135px;
    height:35px;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 35px;
    border:1px solid #999;
}
    .yzm #yzm {
        width: 100px;
        height: 35px;
        margin-left:15px;
    }
    .yzm > img:first-child {
        width: 25px;
        position: absolute;
        top: 5px;
        left: 30px;
    }
.reg {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10px;
}

#loginbtn {
    color: #fff;
    background: #fe0000;
    cursor: pointer;
    margin-top: 10px;
    line-height: 30px;
    width: 250px;
    height: 45px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 4px;
    /*    margin-left: 80px;*/
    /*margin-left:86px;*/
}

.btn1 {
    text-align: center;
}

.yh {
    margin-bottom: 25px;
    position:relative;
}
    .yh > img {
        width: 25px;
        position: absolute;
        top: 5px;
        left:30px;
    }

a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}
#app{
    margin-top: 100px;
}
.foot{
    font-size: 10px;
    color:#888;
    text-align: center;
    margin-top:40px;
}


.login-info[data-v-470e8890] {
    margin-top:8px;
    color: #999;
    font-size: 12px;
    position:relative;
}
.login-info a[data-v-470e8890] {
    color: #379cde;
    font-size:12px;
}
.license span {
    color: #FB6C11;
    font-size: 14px;
}

.license {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    min-width: 1080px;
    display: flex;
    justify-content: center;
}
.copyright {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 80px;
    font-size: 15px;
    min-width: 1080px;
}
    .copyright span {
        font-weight: bold;
        color:#999;
    }


.layui-layer-btn .layui-layer-btn0 {
    border-color: #d6251f !important;
    background-color: #d6251f !important;
    color: #fff !important;
}