a {
    color: #333;
    text-decoration: none!important;
}
.login-form-box > .layui-form > .layui-form-item {
    margin-bottom: 1rem;
    position: relative;
}

.login-form-box > .layui-form > .layui-form-item:last-child {
    margin-bottom: 0;
}

.login-form-box > .layui-form > .layui-form-item > .layui-input {
    height: 40px;
    line-height: 40px;
    border-radius: 10px !important;
}

.login-form-box .layui-input-icon-group > .layui-input {
    padding-left: 46px;
}

.login-form-box .layui-input-icon-group > .layui-icon {
    width: 46px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #909399;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.login-form-box > .layui-form > .layui-form-item.login-captcha-group {
    padding-right: 135px;
}

.login-form-box > .layui-form > .layui-form-item > .layui-form-checkbox {
    margin-top: 4.3px;
    float: left;
}

.login-wrapper > .layui-form > .layui-form-item > .layui-form-checkbox > .layui-icon {
    width: 8px !important;
    height: 8px !important;
}

.login-form-box > .layui-form .layui-btn-fluid {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 10px !important;
}

.login-form-box > .layui-form > .layui-form-item.login-oauth-group > a > .layui-icon {
    font-size: 26px;
}

.layui-link {
    color: #5FB878 !important;
    font-size: 12px;
}
.ico
n-text {
    font-size: 14px;
}

.icon-left {
    margin-left: 5px;
}

.layui-form-checkbox[lay-skin=primary] span {
    font-size: 12px;
}
/*
         * ------------------------------------------------------------------------------
         * 商城内页装饰
         * ------------------------------------------------------------------------------
         */
/*1*/
.background-shape .circle1 {
    width: 2200px;
    height: 2200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    position: absolute;
    z-index: -30;
    top: -1100px;
    right: -1100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .background-shape .circle1 {
        width: 1700px;
        height: 1700px;
        top: -850px;
        right: -850px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .background-shape .circle1 {
        width: 1700px;
        height: 1700px;
        top: -850px;
        right: -850px;
    }
}

@media only screen and (max-width: 767px) {
    .background-shape .circle1 {
        width: 1700px;
        height: 1700px;
        top: -850px;
        right: -850px;
    }
}

.background-shape .circle2 {
    width: 1700px;
    height: 1700px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    position: absolute;
    z-index: -20;
    top: -850px;
    right: -850px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .background-shape .circle2 {
        width: 1200px;
        height: 1200px;
        top: -600px;
        right: -600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .background-shape .circle2 {
        width: 1200px;
        height: 1200px;
        top: -600px;
        right: -600px;
    }
}

@media only screen and (max-width: 767px) {
    .background-shape .circle2 {
        width: 1200px;
        height: 1200px;
        top: -600px;
        right: -600px;
    }
}

.background-shape .circle3 {
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    position: absolute;
    z-index: -10;
    top: -600px;
    right: -600px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .background-shape .circle3 {
        width: 700px;
        height: 700px;
        top: -350px;
        right: -350px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .background-shape .circle3 {
        width: 700px;
        height: 700px;
        top: -350px;
        right: -350px;
    }
}

@media only screen and (max-width: 767px) {
    .background-shape .circle3 {
        width: 700px;
        height: 700px;
        top: -350px;
        right: -350px;
    }
}

.background-shape .circle4 {
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    position: absolute;
    z-index: -10;
    top: -350px;
    right: -350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .background-shape .circle4 {
        width: 200px;
        height: 200px;
        top: -100px;
        right: -100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .background-shape .circle4 {
        width: 200px;
        height: 200px;
        top: -100px;
        right: -100px;
    }
}

@media only screen and (max-width: 767px) {
    .background-shape .circle4 {
        width: 200px;
        height: 200px;
        top: -100px;
        right: -100px;
    }
}
/*2*/
.background-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
}

.background-animation .star-ani {
    position: absolute;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    top: 15%;
    left: 45%;
    -webkit-animation: rotateAnimation linear 39s infinite;
    animation: rotateAnimation linear 39s infinite;
}

.background-animation .star-ani::after {
    position: absolute;
    content: "\e950";
    top: 10%;
    left: 10%;
    border-radius: 50%;
    font-family: "LineIcons";
    color: rgba(255, 255, 255, 0.26);
    font-size: 22px;
}

.background-animation .cloud-ani {
    position: absolute;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    top: 50%;
    left: 60%;
    -webkit-animation: rotateAnimation linear 46s infinite;
    animation: rotateAnimation linear 46s infinite;
}

.background-animation .cloud-ani::after {
    position: absolute;
    content: "\e950";
    top: 10%;
    left: 10%;
    border-radius: 50%;
    font-family: "LineIcons";
    color: rgba(255, 255, 255, 0.26);
    font-size: 2.5rem;
}

.background-animation .circle-ani {
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rotateAnimation linear 34s infinite;
    animation: rotateAnimation linear 34s infinite;
    width: 180px;
    height: 180px;
    left: 10%;
    top: 10%;
}

.background-animation .circle-ani::after {
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    top: 10%;
    left: 10%;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.background-animation .triangle-ani {
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rotateAnimation linear 40s infinite;
    animation: rotateAnimation linear 40s infinite;
    width: 20%;
    height: 20%;
    left: 30%;
    top: 50%;
}

.background-animation .triangle-ani::after {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    border-top: 14px solid rgba(255, 255, 255, 0.16);
    border-bottom: 14px solid transparent;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

.background-animation .box-ani {
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rotateAnimation linear 37s infinite;
    animation: rotateAnimation linear 37s infinite;
    width: 15%;
    height: 18%;
    left: 7%;
    top: 70%;
}

.background-animation .box-ani::after {
    width: 26px;
    height: 26px;
    position: absolute;
    content: "";
    background-color: transparent;
    border-radius: 4px;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.background-animation .line-ani {
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rotateAnimation linear 43s infinite;
    animation: rotateAnimation linear 43s infinite;
    width: 10%;
    height: 12%;
    left: 7%;
    top: 30%;
}

.background-animation .line-ani::after {
    width: 30px;
    height: 3px;
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.17);
}

@-webkit-keyframes rotateAnimation {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateAnimation {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*3*/
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}