body{
    -width: 100%;
    height: 100%;
    background: url(/images/bg.jpg) no-repeat center top fixed;
    background-size: cover;
}

.musicbox{width:47px;height:47px;position:absolute;z-index:500;top:85px;left:38%;cursor:pointer;margin-left:-200px;}
.musicplay{background:url(/images/musicplay.png) no-repeat}
.musicstop{background:url(/images/musicstop.png) no-repeat}

.container{
    position: relative;
    width: 1200px;
    margin: auto;
}
.top{
    width: 100%;
    height: 160px;
    position: relative;
}
.top img{
    margin: 0;
}
.cadpa{
    width: 67px;
    position: absolute;
    top: 42px;
    left: -68px;
}
.logo{
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}
.topQQ{
    position: absolute;
    bottom: -60px;
    left: 0;
    cursor: pointer;
}
.collection{
    position: absolute;
    right: 0;
    top:12px;
    cursor: pointer;
    top: 0;
}
.authorization{
    position: absolute;
    right: 0;
    top:47px;
    cursor: pointer;
}
.tips-box .item{
    font-size: 18px;
    color: #ffe6c2;
    text-align: center;
    line-height: 45px;
    background-color: #6d1b0a;
    margin: 2px 0;
}
.footer{
    font-size: 12px;
    text-align: center;
    -background: #e4e8f0;
    padding: 20px;
}
.footer p{
    margin: 10px 0;
}

.search-box{
    position: absolute;
    top: 23px;
    left: 240px;
}

.search-box p{
    color: #633c1a;
    font-size: 16px;
    font-weight: bold;
}
.search-box .search-text button{
    color: #633c1a;
    font-size: 16px;
    font-weight: bold;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}
.search-box .search-text button:hover{
    color: #023a51;
}
.search-box input{
    height: 49px;
    width: 100%;
    line-height: 49px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #633c1a;
    padding: 0 0 0 20px;
}
.search-box input:focus-visible{
    outline: none;
}
.search-box .input-box{
    position: relative;
    width: 468px;
}

.search-box .input-box button{
    position: absolute;
    width: 64px;
    height: 100%;
    top: 0;
    right: 0;
    color: #fff;
    background: #8f5c26;
    /* background: url(../images/search.png) no-repeat center; */
    border: none;
    cursor: pointer;
}