* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial-regular;
}

a {
    text-decoration: none;
    color: #010101;
}

html,
body {
    width: 100%;
    background: #eee;
}

.headbar,
#Curtain,
.showList-L,
.showList-R,
.footer {
    width: 100%;
}

.content {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#bk {
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    /* Internet Explorer */
    -moz-transform: rotate(15deg);
    /* Firefox */
    -webkit-transform: rotate(15deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(15deg);
    /* Opera */
    position: relative;
    top: -1090px;
    width: 120%;
    /* z-index: 1; */
}

.circular {
    border-radius: 50%;
}

.circulars {
    width: 100%;
    height: 390px;
}

.psa {
    position: absolute;
}

.psr {
    position: relative;
}

.showList-R {
    height: 600px;
    /* background: orange; */
}

.showList-L {
    height: 700px;
    /* background: palegoldenrod; */

}

.blur {}

.login {
    display: none;
}