body {
    /* background: #d79c45; */
}

.mainbox {
    width: 100%;
    height: 100vh;
    /* min-height: 720px; */
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(../images/yh2-cbg1.png) no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

.header .logo {
    display: inline-block;
    min-width: 200px;
    padding: 20px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.513)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.513) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.513) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.513) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.513) 0%, rgba(255, 255, 255, 0) 100%);
}

.footx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #222;
    padding: 20px 80px;
    width: 90%;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.513)), color-stop(90%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.513) 50%, rgba(255, 255, 255, 0) 90%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.513) 50%, rgba(255, 255, 255, 0) 90%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.513) 50%, rgba(255, 255, 255, 0) 90%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.513) 50%, rgba(255, 255, 255, 0) 90%);
}

.footx .f-img {
    width: 90px;
}

.footx .f-info {
    margin-left: 20px;
    line-height: 1.8;
    font-size: 16px;
    text-align: center;
}

.section {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding: 2% 10% 0;
}

.login-box {
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcd196), to(#fe613d));
    background-image: -webkit-linear-gradient(top, #fcd196 0%, #fe613d 100%);
    background-image: -moz-linear-gradient(top, #fcd196 0%, #fe613d 100%);
    background-image: -o-linear-gradient(top, #fcd196 0%, #fe613d 100%);
    background-image: linear-gradient(to bottom, #fcd196 0%, #fe613d 100%);
    border-radius: 30px;
    padding: 30px 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.login-box .ltx {
    width: 50%;
    padding: 110px 0 10px;
}

.login-box .gtx {
    width: 50%;
    position: relative;
    padding: 110px 0 10px;
}

.login-box .gtx .im1 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 180px;
}

.login-box .gtx .im2 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 180px;
}

.login-box .gtx .im3 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 180px;
}

.login-box .lo-form {
    width: 70%;
    min-width: 350px;
    margin: 0 auto;
    height: 100%;
    border-radius: 20px;
    background: #fff;
    padding: 10% 50px;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-shadow: 0px 11px 30px 0px rgba(138, 52, 29, 0.3);
    box-shadow: 0px 11px 30px 0px rgba(138, 52, 29, 0.3);
        justify-content: space-between;

}

.login-box .lo-form .tle {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 10px;
    /* margin-bottom: 15px; */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcb47f), to(#fe6949));
    background-image: -webkit-linear-gradient(top, #fcb47f, #fe6949);
    background-image: -moz-linear-gradient(top, #fcb47f, #fe6949);
    background-image: -o-linear-gradient(top, #fcb47f, #fe6949);
    background-image: linear-gradient(to bottom, #fcb47f, #fe6949);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lo-form .inpbox {
    margin: 30px 0;
}

.lo-form .inpbox label {
    position: relative;
    display: block;
    --widx: 10px;
    --abwid: -webkit-calc(12px * 1.414);
    --abwid: -moz-calc(12px * 1.414);
    --abwid: calc(12px * 1.414);
    -webkit-clip-path: polygon(0 0, -webkit-calc(100% - var(--widx)) 0, 100% var(--widx), 100% 100%, var(--widx) 100%, 0 -webkit-calc(100% - var(--widx)));
    clip-path: polygon(0 0, -moz-calc(100% - var(--widx)) 0, 100% var(--widx), 100% 100%, var(--widx) 100%, 0 -moz-calc(100% - var(--widx)));
    clip-path: polygon(0 0, calc(100% - var(--widx)) 0, 100% var(--widx), 100% 100%, var(--widx) 100%, 0 calc(100% - var(--widx)));
}

.lo-form .inpbox label::before {
    content: '';
    width: var(--abwid);
    height: var(--abwid);
    border: 1px solid #fcb487;
    position: absolute;
    top: -webkit-calc(100% - var(--abwid) / 2);
    top: -moz-calc(100% - var(--abwid) / 2);
    top: calc(100% - var(--abwid) / 2);
    right: -webkit-calc(100% - var(--abwid) / 2);
    right: -moz-calc(100% - var(--abwid) / 2);
    right: calc(100% - var(--abwid) / 2);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lo-form .inpbox label::after {
    content: '';
    width: var(--abwid);
    height: var(--abwid);
    border: 1px solid #fcb487;
    position: absolute;
    bottom: -webkit-calc(100% - var(--abwid) / 2);
    bottom: -moz-calc(100% - var(--abwid) / 2);
    bottom: calc(100% - var(--abwid) / 2);
    left: -webkit-calc(100% - var(--abwid) / 2);
    left: -moz-calc(100% - var(--abwid) / 2);
    left: calc(100% - var(--abwid) / 2);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lo-form .inpbox label input {
    width: 100%;
    border: 1px solid #fcb487;
    height: 44px;
    padding: 5px 10px 5px 50px;
    outline: 0;
}

.lo-form .inpbox label .ico {
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 2px;
    border-right: 1px solid #fcb487;
}

.lo-form .inpbox label .ico img {
    height: 25px;
}

.lo-form .inpbox label .labg {
    width: 100%;
    height: 2px;
    background: #fcb487;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.lo-form .inpbox label input:focus+.labg {
    display: block;
}

.btn-submit {
    display: block;
    width: 85%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    background: #fe694b;
    margin: 10px auto;
    cursor: pointer;
    --widz: 10px;
    -webkit-clip-path: polygon(var(--widz) 0, 100% 0, 100% -webkit-calc(100% - var(--widz)), -webkit-calc(100% - var(--widz)) 100%, 0 100%, 0 var(--widz));
    clip-path: polygon(var(--widz) 0, 100% 0, 100% -moz-calc(100% - var(--widz)), -moz-calc(100% - var(--widz)) 100%, 0 100%, 0 var(--widz));
    clip-path: polygon(var(--widz) 0, 100% 0, 100% calc(100% - var(--widz)), calc(100% - var(--widz)) 100%, 0 100%, 0 var(--widz));

}

.btn-submit:hover {
    background: #fd8b54;
}

.lo-panel {
    width: 90%;
    min-width: 400px;
    /* margin: 0 auto; */
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --gap: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lo-panel .pan1 {
    width: -webkit-calc((100% - var(--gap)) / 2);
    width: -moz-calc((100% - var(--gap)) / 2);
    width: calc((100% - var(--gap)) / 2);
    background: url(../images/yh2-lb1.png);
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 13px 15px 13px 13px;
    border-radius: 10px;
}

.lo-panel .pan2 {
    width: -webkit-calc((100% - var(--gap)) / 2);
    width: -moz-calc((100% - var(--gap)) / 2);
    width: calc((100% - var(--gap)) / 2);
}

.lo-panel .pan1 .pan1-1 {
    height: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lo-panel .pan1 .pan1-1 .pan1-1a {
    width: -webkit-calc((100% - var(--gap)) / 2);
    width: -moz-calc((100% - var(--gap)) / 2);
    width: calc((100% - var(--gap)) / 2);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.25);
    background-image: url(../images/yh2-la1.png);
    background-repeat: no-repeat;
    background-position: center 90%;
    -o-background-size: 60px;
    background-size: 60px;
    text-align: center;
}

.lo-panel .pan1 .pan1-1 .pan1-1a img {
    width: 40px;
    margin-top: 18%;
    -webkit-animation: ani-money 5s linear infinite;
    -moz-animation: ani-money 5s linear infinite;
    -o-animation: ani-money 5s linear infinite;
    animation: ani-money 5s linear infinite;
}

.lo-panel .pan1 .pan1-1 .pan1-1b {
    width: -webkit-calc((100% - var(--gap)) / 2);
    width: -moz-calc((100% - var(--gap)) / 2);
    width: calc((100% - var(--gap)) / 2);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.25);
    text-align: center;
    padding: 10px;
}

.lo-panel .pan1 .pan1-1 .pan1-1b img {
    max-width: 100%;
    max-height: 100%;
}

.lo-panel .pan1 .pan1-2 {
    height: -webkit-calc(25% - var(--gap) * 2);
    height: -moz-calc(25% - var(--gap) * 2);
    height: calc(25% - var(--gap) * 2);
    background: url(../images/yh2-la7.png);
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    border-radius: 5px;
    margin: var(--gap) 0;
}

.lo-panel .pan1 .pan1-3 {
    height: -webkit-calc(25% - var(--gap));
    height: -moz-calc(25% - var(--gap));
    height: calc(25% - var(--gap));
    margin-bottom: var(--gap);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.25);
    background-image: url(../images/yh2-la4.png);
    background-position: center;
    -o-background-size: 65%;
    background-size: 65%;
    background-repeat: no-repeat;
}

.lo-panel .pan1 .pan1-4 {
    height: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.lo-panel .pan1 .pan1-4 .pan1-4a {
    width: 30%;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 48px;
    font-weight: bold;
    color: rgb(253, 164, 132);

}

.lo-panel .pan1 .pan1-4 .pan1-4b {
    width: 70%;
    padding: 5px;
    padding-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lo-panel .pan1 .pan1-4 .pan1-4b .iw {
    width: 50%;
    background: rgba(255, 255, 255, 0.25);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 4px 0;
}

.lo-panel .pan2-1 {
    height: 23%;
    background: url(../images/yh2-lb2.png);
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    border-radius: 10px;
}

.lo-panel .pan2-2 {
    height: -webkit-calc(45% - var(--gap) * 2);
    height: -moz-calc(45% - var(--gap) * 2);
    height: calc(45% - var(--gap) * 2);
    background: url(../images/yh2-lb3.png);
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: var(--gap) 0;
    border-radius: 10px;
    /* padding: 27% 10px; */
}

.lo-panel .pan2-3 {
    height: 32%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lo-panel .pan2-3 .pan2-3a {
    width: -webkit-calc((100% - var(--gap)) / 2);
    width: -moz-calc((100% - var(--gap)) / 2);
    width: calc((100% - var(--gap)) / 2);
    background: url(../images/yh2-lb4.png);
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    border-radius: 10px;
}

.lo-panel .pan2-3 .pan2-3b {
    width: -webkit-calc((100% - var(--gap)) / 2);
    width: -moz-calc((100% - var(--gap)) / 2);
    width: calc((100% - var(--gap)) / 2);
    background: url(../images/yh2-lb5.png);
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    border-radius: 10px;
    padding-right: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pan2-clock {
    width: 80%;
    padding-bottom: 80%;
    background: url(../images/yh2-lb6.png);
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
}

.pan2-clock .dianx {
    width: 18px;
    height: 18px;
    background: #f99452;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pan2-clock .dianx .line1 {
    width: 20px;
    height: 8px;
    background: #f99452;
    border-radius: 10px;
    position: absolute;
    top: -webkit-calc(50% - 4px);
    top: -moz-calc(50% - 4px);
    top: calc(50% - 4px);
    left: 9px;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-animation: ani-clock 60s linear infinite;
    -moz-animation: ani-clock 60s linear infinite;
    -o-animation: ani-clock 60s linear infinite;
    animation: ani-clock 60s linear infinite;
}

.pan2-clock .dianx .line2 {
    width: 28px;
    height: 8px;
    background: #f99452;
    border-radius: 10px;
    position: absolute;
    top: -webkit-calc(50% - 4px);
    top: -moz-calc(50% - 4px);
    top: calc(50% - 4px);
    left: 9px;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-animation: ani-clock 15s linear infinite;
    -moz-animation: ani-clock 15s linear infinite;
    -o-animation: ani-clock 15s linear infinite;
    animation: ani-clock 15s linear infinite;
}

.pan2-power {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 33% 25px 0 12px;
    line-height: 28px;
}

.pan2-power .lcon {
    width: -webkit-calc(100% - 58px);
    width: -moz-calc(100% - 58px);
    width: calc(100% - 58px);
    border: 2px solid rgba(255, 255, 255, 0.25);
    padding: 3px 1.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

}

.pan2-power .lcon .ix {
    width: -webkit-calc((100% / 20) - 3px);
    width: -moz-calc((100% / 20) - 3px);
    width: calc((100% / 20) - 3px);
    background: rgba(255, 255, 255, 0.25);
    margin: 0 1.5px;
}

.pan2-power .gcon {
    width: 45px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.25);
    color: #f99f57;
    font-weight: bold;
}

@-webkit-keyframes ani-money {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-moz-keyframes ani-money {
    0% {
        -moz-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-o-keyframes ani-money {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ani-money {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes ani-clock {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);

    }
}

@-moz-keyframes ani-clock {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);

    }
}

@-o-keyframes ani-clock {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);

    }
}

@keyframes ani-clock {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);

    }
}

@media screen and (max-width: 1601px) {
    .section {
        padding: 25px 10% 0;
    }
}

@media screen and (max-width: 780px) {
    body {
        width: 780px;
    }

    .footx {
        width: 100%;
    }
}
@media screen and (max-height: 780px) {
.login-box .lo-form {justify-content: space-between;padding:40px 50px;}
.footx .f-img {
    width: 75px;
}
.login-box .ltx,.login-box .gtx{padding-top:80px;}
.footx .f-info{font-size:13px;}
.lo-form .inpbox {
    margin: 20px 0;
}
.pan2-power {padding: 27% 25px 0 12px;}
}
@media screen and (max-height: 750px) {
    .footx {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .footx .f-img {
        width: 80px;
    }

}