<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
===================
@explain: 膤紫���佂�糸�蕁級��
@copyright: Copyright 2012,phpwind.com
@author: longwenid@gmail.com
$Id: admin_login.css 22060 2012-12-19 03:01:55Z yanchixia $
===================
*/
html {
    height: 100%;
    padding: 0;
    margin: 0;
    /* background: url(../images/login-bg.gif) no-repeat center center; */
    background: url("https://lstyty.oss-cn-hangzhou.aliyuncs.com/51tyty/images/dim/dim_login_bg_high.gif") no-repeat center center;

    
    /* background: url(../images/login_bg_newYear.png?v=2023011705) no-repeat center center; */
    background-size: cover;
}
/* .gif-container{
    width: 400px;
    height: 436px;
    background-image: url(../images/login_gif.gif);
    background-size: cover;
} */

body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial, "Microsoft Yahei";
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
* {
    margin: 0;
    padding: 0;
}
/* 茹�蘂����� */
.video-box {
    position: relative;
    height: 100vh;
    background-color: #C1CFF7;
    /*菴�茵�茹�蘂�茖���*/
    overflow: hidden;
}

.video-box .video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    /*篆�莚�茹�蘂���絎劫�膸�絮�筝�*/
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    /*篆�莚�茹�蘂���羯≦�綛�*/
    object-fit: cover;
    min-height: 800px;
}


/* .wrap {
    height: 100%;
    -webkit-animation: bounceIn 600ms linear;
    -moz-animation: bounceIn 600ms linear;
    -o-animation: bounceIn 600ms linear;
    animation: bounceIn 600ms linear;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 40px;
} */

@media screen and (min-width: 1441px) {
    .wrap {
        margin: 0 70px;
    }
}

.login_img img {
    width: 463px;
    height: 421px;
}

.msg_box {
   position: absolute;
    left: 61%;
    /* top:25%; */
    text-align: center;
    width: 410px;
    height: 410px;
    min-width: 300px;
    min-height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.09);
    border-radius: 16px;
    padding: 40px;
    box-sizing: border-box;
    opacity: 0;
    
}
.msg_title {
    margin-top: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 21px;
    font-weight: 600;
}

.msg_title img {
    width: 29px;
    height: 29px;
    margin-right: 7px;
}

.msg_describe {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 0 30px 0;
}

.login ul,
.login li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.login li {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    display: flex;
    align-items: center;
    /*padding: 14px 0;*/
    /* width: 236px;
    margin: 0 auto 32px; */
    margin-bottom: 30px;
    position: relative;
}

.login li .iconfont {
    /* height: 20px; */
    font-size: 20px;
    margin: 0 10px 0 20px;
}


.login .input {
    width: 158px;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    border: 0 none;
    background: transparent;
    font-size: 14px;
    font-family: Arial, "Microsoft Yahei";
    color: #777;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected {
    -webkit-text-fill-color: #777 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.login .input:focus {
    outline: 0 none;
}

.btn {
    width: 236px;
    height: 34px;
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    background: #6BA8F1;
    overflow: visible;
    color: #fff;
    cursor: pointer;
    border: none;
    font-family: Arial, "Microsoft Yahei";
    border-radius: 29px;
    font-size: 14px;
}

.btn:hover {
    background-position: 0 -40px;
}

.btn:active {
    background-position: 0 -80px;
}

.placeholder {
    color: #999;
}

/*�糸�罅�����*/
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(.9);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(.9);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}
/* 綣��ュ�篏��� */
@font-face {
    font-family: 'Alimama';
    font-weight: normal;
    src: url('https://gwoss.lingshi.com/mobile/fonts/Alimama_ShuHeiTi_Bold.ttf') format('truetype');
  }
  /* �糸��∞����蘂��桁� */
  .msg_topAll{
    font-family: 'Alimama',"Microsoft Yahei";
    font-size: 36px;
    font-weight: bold; 
    margin-bottom: 30px;
  }</pre></body></html>