body,p,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,td,input,select,textarea,figure{
    margin:0;
    padding:0;
}
/* body{
    font-family:"微软雅黑",Arial;
    background:#f0f0f0;
    display:-webkit-flex;
    -webkit-flex-direction:column;
} */
a{
    text-decoration:none;
}
li{
    list-style:none;
}
img{
    display: block;
    border:none;
}

/* html,body{
    height:100%;
} */
html{
    font-size:26.67vw;
}
body{
    background: #34281c;
}
/* 头部 */
header{
    display: flex;
    justify-content: space-between;
    margin-top:.16rem;
    padding-left: .2rem;
    padding-right:.2rem;
    margin-bottom:.46rem;
}
header span{
    display: block;
    font-size:.12rem;
    color:#fff;
    opacity: .5;
}
/* 内容 */
.content{
    width:100%;
}
.content span:nth-of-type(1){
    font-size:.35rem;
    color:#ccaa7a;
    display: block;
    font-weight:700;
    text-align: center;  
}

.content span:nth-of-type(2){
    font-size:.12rem;
    color:#ccaa7a;
    display: block;
    text-align: center;  
    letter-spacing: .15rem;
    margin-top:.15rem;
    margin-bottom: .82rem;
}
.content input {
    width:2.9rem;
    height:.56rem;
    display: block;
    margin:0 auto;
    font-size:.13rem;
    color:#fff;
    background: #fff;
    border: 0;
    outline: none;
    border-radius:3px;
    opacity: .4;
    text-indent: .15rem;
    line-height: .56rem;
}
.content input:nth-of-type(1){
    margin-bottom: .19rem;
}
#contentB{
    background: #34281c;
    border-radius: .28rem;
    border:1px solid #fff;
    margin-top:.38rem;
}
.logA span:nth-of-type(1){
    font-size:.12rem;
    display: block;
}
.logA span:nth-last-of-type(1){
    font-size:.12rem;
    display: block;
}

.logA{
    display: flex;
    margin-left:70%;
    margin-top:.27rem;  
}

.logA span{
     color:#b2b2b2
}