


html {
    height: 100%;
}
body{
    height:100%;
    overflow: hidden;
}
* {
    margin: 0;
    padding: 0;
}

@media screen and (min-width:1024px) {

    /* 屏幕1024-1199大屏幕电脑样式 */
    .layui-form-item{
        margin-bottom:5%
    }
    .layui-card-header{
        padding:0!important;
    }
    .widt1 {
        width: 48%;
        float: left;
    }

    .widt {
        width: 43%;
        float: left;
    }

    .drag {
        width: 410px;
        height: 6vh;
        line-height: 6vh;
        background-color: #e8e8e8;
        position: relative;
        margin: 0 auto;
        margin-bottom: 10px;
        border-radius: 50px;
        /* overflow: hidden; */
    }

    .bg {
        width: 0px;
        border-radius: 1000px 0 0 1000px;
        height: 100%;
        position: absolute;
        background-color: #eeeeee;
    }

    .text {
        position: absolute;
        width: 100%;
        height: 100%;
        line-height:6vh;
        text-align: center;
        color: #999;
        font-size: 18px;
        user-select: none;
        border-radius: 500px;
    }

    .bin {
        width: 5.8vh;
        height: 5.8vh;
        border-radius: 100%;
        position: absolute;
        border: 1px solid #ccc;
        cursor:pointer;
        overflow: hidden;
       background: url("../images/you.png") no-repeat;
        background-size: 100% 100%;
        user-select: none;
        color: #666;
        outline: none;
    }
    #loginst {
        height: 100%;
        background: url('../images/bg.jpg') no-repeat;
        background-size: 100% 100%;
    }
    .datetime {
        height: 56%;
        padding-left: 20%;
        display: block;
    }

    .dates {

        color: #7ed9e0;

        margin-top: 50px;


    }

    .dateone span:nth-child(1) {
        font-size: 29px;
        font-weight: normal;
        font-stretch: normal;
        margin-right: 20px;
        color: #203260;
        letter-spacing: 2px;
    }

    .dateone span:nth-child(2) {
        font-size: 27px;
        font-weight: normal;
        font-stretch: normal;
        margin-right: 20px;
        color: #203260;
        letter-spacing: 2px;
    }

    .datetwo {


        color: #86d5da;
        font-weight: 600;
        font-size: 72px;
        letter-spacing: 5px;
        color: #fe6339;
    }

    .login-left {
        padding-left: 5%;
    }

    .image {
        width: 75%;
        margin-top: 6%;
        margin-left: 9%;
        display: block;
    }

    .balogo {
        margin-top: 12%;
        margin-bottom: 3%;
    }

    #cars {

        font-size: 40px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 4px;
        color: #333333;
        width: 100%;
        margin: auto;
        text-align: center;
        margin-bottom: 10%;
    }

    .userz {
        width: 22px;
        display: block;
        position: absolute;

        left: 23px;
        margin: 0 !important;

    }

    .userz input {
        font-size: 21px;
    }

    #cainpt {
        margin: 0;
        height: 6vh;
        line-height:6vh;
        border-radius:100px;
        position: relative;
        display: flex;
        align-items: center;
    }

    #submit {
        height: 6vh;
        font-size: 20px;
        background-image: linear-gradient(
                #fe6339,
                #fe6339),
        linear-gradient(90deg,
                #3f34db 0%,
                #5280f9 100%);
        background-blend-mode: normal,
        normal;
        border-radius: 100px;
        margin-top: 10%;
    }
    .inputs{
        height: 6vh;
        line-height: 6vh;
        border-radius: 100px !important;
        padding-left:66px;
        font-size:18px;
        color: #cccccc;
    }
    @media screen and (min-width:1610px)and (max-width:1680px){
        .image{
            margin-top: 8%;
            margin-left: 8%;
        }
        .balogo{
            margin-top:14%
        }
    }


    @media screen and (min-width:1360px)and (max-width:1600px){
        .image{
            margin-top: -1%;
            margin-left: 8%;
        }
        #cars{
            font-size:38px;
        }
        .inputs{
            height:7vh;
            line-height: 7vh;
        }
        #submit{
            height:7vh
        }
        .bin{
            width:6.7vh;
            height:6.7vh;
            line-height: 6.7vh;
        }
        .text{
            line-height:7vh
        }
        .drag{
            height:7vh
        }
        .layui-form-item{
            margin-bottom:7%
        }
        #submit{
            margin-top:7%
        }
    }
    @media screen and (min-width:1600px)and (max-width:1610px){
    .image{
        margin-top: 0%;
        margin-left: 9%;
    }
}  @media screen and (min-width:1440px)and (max-width:1500px){
    .image{
        margin-top: 6%;
        margin-left: 9%;
    }
}
    @media screen and (min-width:1400px)and (max-width:1439px){
        .image{
            margin-top: 26%;
            margin-left: 11%;
            width: 80%;
        }
    }
    @media screen and (min-width:1340px)and (max-width:1399px){
        .dateone span:nth-child(1){
            font-size:27px
        }
        .dateone span:nth-child(2){
            font-size:25px
        }
        .datetwo{
            font-size:65px
        }

        .image {
            margin-top: 3%;
            margin-left: 10%;
            width: 65%;
        }
        #cars{
            font-size: 33px;
            margin-bottom: 6%;
        }
        .layui-card{
            margin-top: 32px;
        }
        .layui-form-item{
            margin: 0 auto;
            margin-bottom: 7%;

            width: 90%;
        }
        .drag{
            width: 90%;
        }
        .balogo{
            margin-top: 10%;
        }

    }
    }

@media screen and (min-width:768px) and (max-width:1023px) {

    /* 屏幕大于768到1023ipad电脑样式 */
    .layui-card-body {
        width: 520px !important;
    }

    #loginst {
        height: 100%;
        background: url('../images/bg1.png') no-repeat;
        background-size: 100% 100%;
    }

    .drag {
        width: 520px;
        height: 76px;
        line-height: 76px;
        background-color: #e8e8e8;
        position: relative;
        margin: 0 auto;
        margin-bottom: 10px;
        border-radius: 76px;
        /* overflow: hidden; */
        margin-left: 0;
    }

    .bg {
        width: 0px;
        border-radius: 100px 0 0 100px;
        height: 100%;
        position: absolute;
        background-color: #eeeeee;
    }

    .text {
        position: absolute;
        width: 100%;
        height: 100%;
        line-height: 70px;
        text-align: center;
        color: #999;
        font-size: 22px;
        border-radius: 1000px;
        user-select: none;

    }

    .bin {
        width: 74px;
        height: 74px;
        border-radius: 38px;
        position: absolute;
        border: 1px solid #ccc;
        cursor:pointer;
        overflow: hidden;
        background: url("../images/you.png") no-repeat;
        background-size: 100% 100%;
        user-select: none;
        color: #666;
        font-size: 25px;
        outline: none;
    }

    * {
        margin: 0;
        padding: 0;
    }

    .image {

        display: none;
    }

    .balogo {
        margin-top: 206px;
        margin-bottom: 48px;
    }

    .balogo img {
        width: 122px !important;
        display: block;
        margin: auto
    }

    #cars {
        font-size: 46px;
        font-family: MicrosoftYaHei;
        color: #333;
        width: 100%;
        margin: auto;
        text-align: center;
        margin-bottom: 54px;
    }

    .userz {
        width: 25px;
        display: block;
        position: absolute;
        top: 20px;
        left: 30px;
        margin: 0 !important;

    }

    #cainpt {
        margin: 0;
        height: 76px;
        line-height: 76px;
        border-radius: 76px;
        position: relative;
        width: 520px;
    }

    #submit {
        height: 76px;
        font-size: 30px;
        font-family: MicrosoftYaHei;
        border-radius: 76px;
        margin-top: 54px;
    }

    .datetime {
        display: none;
    }

    .inlist {
        margin-bottom: 25px !important;
    }

    .inlistl {
        margin-bottom: 28px !important;
    }

    .lastli {
        width: 520px;
    }
}

@media screen and (min-width:500px) and (max-width:768px) {
    .layui-card-body {
        padding:0 !important;
        margin:auto;
        width: 80% !important;
    }

    /* 屏幕小于768手机样式 */
    #loginst {
        height: 100%;
        background: url('../images/bg1.png') no-repeat;
        background-size: 100% 100%;
    }

    .drag {
        /* width: 420px; */
        height: 50px;
        line-height: 1.5;
        background-color: #e8e8e8;
        position: relative;
        margin: 0 auto;
        margin-bottom: 10px;
        border-radius: 50px;
        margin-left: 0;
        /* overflow: hidden; */
    }

    .bg {
        width: 0px;
        border-radius: 100px 0 0 100px;
        height: 100%;
        line-height:1.5!important;
        position: absolute;
        background-color: #eeeeee;
    }

    .text {
        position: absolute;
        width: 100%;
        height: 100%;
        line-height: 3 ;
        text-align: center;
        color: #999;
        font-size: 17px;
        user-select: none;
        border-radius: 500px;

    }

    .bin {
        width: 48px;
        height: 48px;
        line-height:48px;
        border-radius: 25px;
        position: absolute;
        border: 1px solid #ccc;
        cursor:pointer;
        overflow: hidden;
        background: url("../images/you.png") no-repeat;
        background-size: 100% 100%;
        user-select: none;
        color: #666;
        outline: none;
        font-size: 18px;
    }

    * {
        margin: 0;
        padding: 0;
    }

    .image {

        display: none;
    }

    .balogo {
        margin-top: 66px;
        margin-bottom: 38px;
    }

    .balogo img {
        width: 80px !important;
        display: block;
        margin: auto
    }

    #cars {
        font-size: 34px;
        font-family: MicrosoftYaHei;
        color: #333;
        width: 100%;
        margin: auto;
        text-align: center;
        margin-bottom: 40px;
    }

    .userz {
        width: 17px !important;
        display: block;
        position: absolute;
        top: 15px;
        left: 30px;
        margin: 0 !important;

    }

    .inputs{
        height: 100%;
        line-height: 1.5;
        border-radius: 50px !important;
        padding-left: 78px !important;
        font-size: 18px !important;
    }

    #cainpt {
        margin: 0;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        position: relative;
        /* width: 440px; */
    }

    #submit {
        height: 50px;
        font-size: 20px;
        font-family: MicrosoftYaHei;
        border-radius: 50px;
        margin-top: 43px;
    }

    .datetime {
        display: none;
    }

    .inlist {
        margin-bottom: 25px !important;
    }

    .inlistl {
        margin-bottom: 28px !important;
    }

/* 
    .lastli {
        width: 440px;
    } */
}
@media screen and (max-width:499px) {

    /* 屏幕小于768手机样式 */
    #loginst {
        height: 100%;
        background: url('../images/bg1.png') no-repeat;
        background-size: 100% 100%;
    }

    .drag {
        /* width: 440px; */
        height: 40px;
        line-height: 1.5;
        background-color: #e8e8e8;
        position: relative;
        margin: 0 auto;
        margin-bottom: 10px;
        border-radius: 40px;
        margin-left: 0;
        /* overflow: hidden; */
    }

    .bg {
        width: 0px;
        border-radius: 100px 0 0 100px;
        height: 100%;
        line-height:1.5!important;
        position: absolute;
        background-color: #eeeeee;
    }

    .text {
        position: absolute;
        width: 100%;
        height: 100%;
        line-height: 3 ;
        text-align: center;
        color: #999;
        font-size: 15px;
        user-select: none;
        border-radius: 500px;

    }

    .bin {
        width: 38px;
        height: 38px;
        line-height:38px;
        border-radius: 20px;
        position: absolute;
        border: 1px solid #ccc;
        cursor:pointer;
        overflow: hidden;
        background: url("../images/you.png") no-repeat;
        background-size: 100% 100%;
        user-select: none;
        color: #666;
        font-size: 16px;
        outline: none;
    }

    * {
        margin: 0;
        padding: 0;
    }

    .image {

        display: none;
    }

    .balogo {
        margin-top: 45px;
        margin-bottom: 18px;
    }

    .balogo img {
        width: 70px !important;
        display: block;
        margin: auto
    }

    #cars {
        font-size: 26px;
        font-family: MicrosoftYaHei;
        color: #333;
        /* width: 100%; */
        margin: auto;
        text-align: center;
        margin-bottom: 25px;
    }

    .userz {
        width: 15px !important;
        display: block;
        position: absolute;
        top: 12px;
        left: 25px;
        margin: 0 !important;

    }
    .layui-card{
        margin-top:0!important;
    }

    .inputs{
        height: 100%;
        line-height: 1.5;
        border-radius: 40px !important;
        padding-left: 58px !important;
        font-size: 16px !important;
    }

    #cainpt {
        margin: 0;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        position: relative;
        /* width: 440px; */
    }

    #submit {
        height: 40px;
        font-size: 18px;
        font-family: MicrosoftYaHei;
        border-radius: 40px;
        margin-top: 33px;
    }

    .datetime {
        display: none;
    }

    .inlist {
        margin-bottom: 25px !important;
    }

    .inlistl {
        margin-bottom: 28px !important;
    }
    .layui-card-body{
        padding:0 !important;
        margin:auto;
        width: 80% !important;

    }
}

.login-header {
    color: rgba(0, 0, 0, .85) !important;
}

.login-footer {
    color: rgba(0, 0, 0, 0.7) !important;
}

.login-footer a {
    color: rgba(0, 0, 0, 0.7) !important;
}

.login-footer a:hover {
    color: rgba(0, 0, 0, 0.4) !important;
}
