.footer-words{
    width: 278px;
    color: #fff;
    margin-top: 8em;
    font-size:24px;
    font-family:Gotham Rounded;
    font-weight:500;
    color:rgba(204,204,204,1);
    line-height:13px;
    letter-spacing: 10px;
}
.footer-words-color{
    color: #51e334;
}
.footer-input{
    width:600px;
    height:30px;
    background-color:  transparent;
    border:none;
    border-bottom: solid 1px rgba(255,255,255,0.25);
    color:#fff;
    padding-left: 35px;
    font-weight: bold;
    outline: none;
}
.footer-input:focus{
    background-color: transparent;
    border-bottom: solid 1px rgba(255,255,255,1);
}
.footer-input:focus + .footer-email-words{
    color: rgba(255,255,255,1);
}

.footer-myflex{
    display: flex;
    justify-content: space-between;
}
.footer-email-div{
    position: relative;
    align-self: flex-end;
    margin-top: 10.6em;
}
.icon-email{
    position: absolute;
    left: 0；
    z-index:5;
    background-image: url(../images/home/icon-email.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 0px 0px; /*图片显示的位置*/
    width: 26px; /*设置图片显示的宽*/
    height: 21px; /*图片显示的高*/
}
.footer-email-words{
    font-size:18px;
    font-family:Gotham Rounded;
    font-weight:500;
    color:rgba(255,255,255,0.25);
    line-height:35px;
}
.footer-submit-pic{
    width: 182px;
    height: 58px;
    align-self: flex-end;
    margin-bottom: 0.5em;
    background: url(../images/home/btn-submit1-default.png);
}
.footer-submit-pic:hover{
    width: 182px;
    height: 58px;
    align-self: flex-end;
    margin-bottom: 0.5em;
    background: url(../images/home/btn-submit1-hover.png);
}
.footer-privacy{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: Microsoft YaHei;
    color:rgba(255,255,255,1);
    line-height: 23px;
    /*opacity: 0.38;*/
    margin-top: 2em;
}
.footer-privacy-wechat{
    height: 29px;
    opacity: 0.6;
    margin-left: 1em;
}
.botom_img{
    margin-left: 10px;
    cursor: pointer;
    opacity: 0.38;
}
.botom_img:hover ~ .wxqr{
    display: inline-block;
}
.botom_img:hover{
    opacity: 1;
}
.wxqr{
    position: absolute;
    margin-top: 2.5em;
    margin-left: -5em;
    display: none;
}
/*适配笔记本电脑*/
@media screen and (max-width: 1366px) {
	.wxqr{
		height:90px;
		margin-left:-4em;
		margin-top:2em;
}
    .footer-words{
        color: #fff;
        margin-top: 7em;
        font-size:22px;
        font-family:Gotham Rounded;
        font-weight:500;
        color:rgba(204,204,204,1);
        line-height:13px;
        letter-spacing: 4px;
    }
    .footer-email-div{
        /*position: relative;*/
        align-self: flex-end;
        margin-top: 8.3em;
    }
    .icon-email{
        position: absolute;
        left: 0；
        z-index:5;
        background-image: url(../images/home/icon-email.png); /*引入图片图片*/
        background-repeat: no-repeat; /*设置图片不重复*/
        background-position: 0px 0px; /*图片显示的位置*/
        width: 26px; /*设置图片显示的宽*/
        height: 21px; /*图片显示的高*/
    }
    .footer-input{
        width:450px;
        height:30px;
        background-color:  transparent;
        border:none;
        border-bottom: solid 1px rgba(255,255,255,0.25);
        color:#fff;
        padding-left: 35px;
        outline: none;
    }
    .footer-email-words{
        font-size:16px;
        font-family:Gotham Rounded;
        font-weight:500;
        color:rgba(204,204,204,1);
        line-height:35px;
    }
    .footer-submit-pic{
        align-self: flex-end;
        margin-bottom: 0em;
        margin-left: 2rem;
    }
    .footer-submit-md{
        width: 142px;
        height: 45px;
    }
    .footer-privacy{
        line-height: 20px;
        margin-top: 1em;
    }

}
/*适配笔记本电脑*/
/*适配手机端*/
@media screen and (max-width: 768px) {
    .footer-myflex{
        display: block;
        justify-content:flex-start ;
    }
    .footer-words{
        width: 98vw;
        margin-top: 4rem;
    }
    .footer-email-div{
        align-self: auto;
        display: block;
        margin-left: 2vw;
        margin-top: 5rem;
    }
    .footer-input{
        width:94vw;
        height:30px;
        background-color:  transparent;
        border:none;
        border-bottom: solid 1px rgba(255,255,255,0.25);
        color:#fff;
        margin-left: 1vw;
        padding-left: 35px;
    }
    .icon-email{
        position: absolute;
        left: 0；
        z-index:5;
        background-image: url(../images/home/icon-email.png); /*引入图片图片*/
        background-repeat: no-repeat; /*设置图片不重复*/
        background-position: 8px 2px; /*图片显示的位置*/
        width: 36px; /*设置图片显示的宽*/
        height: 23px; /*图片显示的高*/
    }
    .footer-email-words{
        font-size:16px;
        font-family:Gotham Rounded;
        font-weight:300;
        color:rgba(204,204,204,1);
        line-height:35px;
        text-align: left;
        margin-left: 0.5rem; 
    }
    .footer-submit-pic{
        width: 142px;
        height: 48px;
        align-self: flex-end;
        margin-bottom: 0.5em;
    }
      .footer-submit-md{
        width: 135px;
        height: 35px;
    }
    .footer-privacy{
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        font-family: Microsoft YaHei;
        color:rgba(255,255,255,1);
        line-height: 23px;
        opacity: 0.38;
        margin-top: 4rem;
    }
}
/*适配手机端*/