html,body{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width: 1200px;
}
.container{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.logo-wrop{
    font-size: 0;
    position: absolute;
    top: 1.2rem;
    left: 2rem;
    cursor: pointer;
}
.logo,
.logo-title{
    display: inline-block;
    vertical-align: top;
}
.logo{
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    overflow: hidden;
}
.logo img{
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.logo-title{
    width: .8rem;
    padding: .1rem 0;
    padding-left: .25rem;
    height: auto;
}
.logo-title div{
    width: .8rem;
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    font-size: .18rem;
    height: .3rem;
    color: #fff;
    line-height: .3rem;
    display: block;
}
.logo-title div span {
    display: inline-block;
    width: 100%;
    line-height: 0;
}

.detail-wrop{
    width: auto;
    height: auto;
    position: absolute;
    bottom: 1.2rem;
    left: 2rem;
    font-size: 0;
}
.detail-title {
    width: auto;
    line-height: 1.5;
    font-size: .36rem;
    font-weight: bold;
    color: #fff;
}
.detail-info{
    width: auto;
    line-height: 1.5;
    font-size: .18rem;
    font-weight: bold;
    color: #fff;
}
.detail-code{
    font-size: 0;
    width: auto;
    height: auto;
    padding-top: .35rem;
}
.detail-code-item{
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: .2rem;
}
.detail-code-item .code-item-img{
    width: 1rem;
    height: auto;
    overflow: hidden;
}
.detail-code-item .code-item-img img{
    width: 100%;
} 
.code-item-title{
    width: 100%;
    text-align: center;
    line-height: 2;
    color: #fff;
    font-size: .14rem;
}