html body .header::after {
    opacity: 0;
}
/*经销商专区账号登录*/
.buss-login {
    position: relative;
}
.buss-login::after {
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f8f8f6 url(../images/history/history.png) no-repeat center bottom / 100%;
    transition: all 3s;
    transform: translate(0px, 0rem);
}
.buss-login .photo {
    width: 100%;
    filter: grayscale(50%);
}
.buss-login .photo img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}


.buss-login .container {
    overflow: hidden;
}
.buss-login .word {
    width: 100%;
    max-width: 5rem;
    margin: 0 auto;
    height: 100%;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    
}
.buss-login .word .form {
    width: 100%;
    padding: 0 0 30% 0;
}
.buss-login .word .form .form-group {
    margin:10px 0px;
}
.buss-login .word .word-title {
    font-size: 0.26rem;
    color: #000;
    text-align: center;
    margin:0 0 5% 0;
}
.buss-login .word .word-title h3 {
    font-size:var(--fs24);
    color: #000;
    font-family: "MiSans-Medium";
    margin:0 0 10% 0;
}
.buss-login .word .word-title h4 {
    font-size:var(--fs24);
}
.buss-login .word .form-control {
    width: 100%;
    height: 0.46rem;
    background: rgb(255,255,255,0.2);
    -moz-background: rgb(255,255,255,0.2);
    -webkit-background: rgb(255,255,255,0.2);
    -o-background: rgb(255,255,255,0.2);
    -ms-background: rgb(255,255,255,0.2);
    border: solid 1px #dedede;
    font-size:var(--fs14);
    color: #000;
    line-height: 0.46rem;
    text-indent: 1em;
    margin: 0 10px 0 0;
}
.buss-login .word  .form input::-webkit-input-placeholder {
    color: #000;
    *border: solid 1px #9f7851;
}
.buss-login .word .form-bottom {
    width: 100%;
    height: 0.46rem;
    max-width: 100%;
    background: rgb(255,255,255,0.6);
    background: #000;
    font-size:var(--fs16);
    color: #fff;
    line-height: 0.46rem;
    font-family: "MiSans-Medium";
    text-shadow: 6px 8px 10px rgb(0 0 0 / 0%);
}
.buss-login .word .form-bottom:hover {
    background-image: -webkit-linear-gradient(bottom,#e4002b,#e4002b);
}

.buss-login .word .form .go {}
.buss-login .word .form .go a {
     font-size:var(--fs16);
     color:#fff;
     padding:0 10px;
}

.buss-login .word .form .info {
    
}
.buss-login .word .form .info p {
    margin:0.2rem 0.08rem;
    opacity: 0.8;
    font-size:var(--fs14);
    color:#777;
}
@media screen and (max-width:1024px){
.buss-login {
    position: relative;
}
.buss-login .photo {
    width: 100%;
}
.buss-login .photo img {
    width: 100%;
}


.buss-login .container {
}
.buss-login .word {
    float:left;
    width: 100%;
    max-width: 600px;
    height: 100%;
    padding:0.5rem 0;
    
    display: flex;
    *justify-content: center;
    align-items: center;
    
}
.buss-login .word .form {
    width: 100%;
    padding: 0 0 5% 0;
}
.buss-login .word .form .form-group {
    margin:10px 0px;
}
.buss-login .word .word-title {
    font-size:var(--fs20);
    margin:0 0 5% 0;
}
.buss-login .word .word-title h3 {
    font-size:var(--fs20);
    margin:0 0 5% 0;
}
.buss-login .word .word-title h4 {
    font-size:var(--fs16);
}
.buss-login .word .form-control {
    width: 100%;
    height: 46px;
    background: none;
    border: solid 1px #fff;
    font-size:var(--fs14);
    color: #fff;
    line-height: 46px;
    text-indent: 1em;
    margin: 0 10px 0 0;
}

.buss-login .word .form-bottom {
    width: 100%;
    height: 46px;
    max-width: 100%;
    border: solid 1px #fff;
    font-size:var(--fs14);
    line-height: 46px;
}
}
/*经销商专区账号登录 end*/