html {
    height: 100%;
}
body {
    font-family: Microsoft YaHei;
    height:100%;
    background:url(../../image/loginbg.png) no-repeat;
    background-size: cover;
}
.layui-fluid {
    width: 100%;
    padding: 0;
}
.layui-row {
    height:100%;
}
.layui-col-md7 {
    height: 100%;
    display: flex;
    align-content: center;
}
.layui-col-md5 {
    height: 100%;
    display: flex;
    align-content: center;
}

.layui-tab {
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.layui-tab-content {
    position: relative;
    margin-top: -200px;
    width: 320px;
    padding: 50px 60px 30px 60px;
    background: #fff;
    box-shadow: 4px 1px 29px 0px rgba(34,58,80,0.08);
}
.layui-form-item {
    margin-bottom: 30px;
}

input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #C9C9C9;
}

.layui-input {
    padding-left: 20px;
    width: 100%;
    height: 42px;
    border: 1px solid #DEE2E9;
    border-radius: 4px;
    font-size: 16px;
}
.layui-input:focus, .layui-input:hover {
    border-color: #FF5B5B!important;
}

#btn {
    cursor: pointer;
    width: 48px;
    height: 48px;
    float: right;
    -webkit-box-shadow: 0 0 15px 0 #ddd;
    -moz-box-shadow: 0 0 15px 0 #ddd;
    box-shadow: 0 0 15px 0 #ddd;
    color: #8a8c97;
    background:#fff url(../image/huadong.png) 0px 0px no-repeat;
    background-size: 100% 100%;
    border-radius: 100%;
}
#btn.btn-done {
    background:#fff url(../image/wancheng.png) 0 0 no-repeat;
}
/*文字闪光*/
.txtRoll {
    background-image: none;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    animation: bgp 3s infinite linear;
}
.txtRoll.anima {
    background-image: linear-gradient(to right, gray, gray, white, gray, gray, white, gray);
}
@-webkit-keyframes bgp {
    0% {
         background-position: 0 0;
    }

    100% {
        background-position: -100% 0;
    }
}
.layui-btn {
    font-size: 20px;
    width: 100%;
    height: 52px;
    background: #FF6A00;
    border-radius: 4px;
    font-weight: 300;
    color: #fff;
}
.layui-form-item input {
    padding-left: 20px;
}
.layui-form-item svg {
    position: absolute;
    margin-top: 15px;
    margin-left: 20px;
}
.pwd-eye {
    position: relative;
    margin-top: -34px;
    float: right;
    margin-right: 40px;
}
.pwd-eye svg {
    margin-top: 0;
    margin-left: 0;
}
.layui-form-item a {
    font-size: 14px;
}
input::-ms-clear,::-ms-reveal{
    display:none;
}
.layui-input:hover,.layui-input:focus {
    border-color: #FF6A00 !important;
}
.yy-tab-content{
    width: 600px;
    padding: 60px;
}
.yy-item1{
    position: relative;
    margin-top: -300px;
}
.yy-item1 img{
    width: 200px;
    height: 75px;
}
.yy-item1 span{
    position: relative;
    margin-left: 40px;
    font-family: OPPO Sans, OPPO Sans;
    font-weight: 400;
    font-size: 28px;
    color: #333333;
    text-align: left;
}
.yy-item1 span:before{
    position: absolute;
    content: "";
    top: 5px;
    left: -20px;
    width: 1px;
    height: 36px;
    border-left: 1px solid #333;
}
.yy-item2{
    margin-top: 60px;
}
.yy-item2 p{
    height: 80px;
    line-height: 80px;
    font-family: OPPO Sans, OPPO Sans;
    font-weight: bold;
    font-size: 64px;
    color: #000000;
    text-align: left;
}
.yy-item3{
    margin-top: 30px;
}
.yy-item3 p{
    height: 40px;
    line-height: 40px;
    font-family: OPPO Sans, OPPO Sans;
    font-weight: 400;
    font-size: 32px;
    color: #333333;
    text-align: left;
}
.yy-login p{
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
}
.footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px 0px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    text-align: center;
}