.page-body{
    margin-top: 0rem;
    background: #fff;
    margin-bottom: 5rem;
}
.user-info {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 100;
    background: #fff;
    margin: auto;
    padding: 0.5rem 0.3rem;
    border-radius: 0.5rem;
}
.user-logo {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 2px solid #f66337;
    padding: 0.1rem;
}

.user-logo>img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: auto;
    display: block;
    object-fit: cover;
}
.user-vip-group {
    margin-top: 0.5rem;
    position: relative;
    z-index: 100;
}
.user-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.5rem;
    width: calc(100% - 5rem);
    color: #413e3e;
}
span.user-name {
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}
.vip-open {
    background: #fff;
    border-radius: 0.5rem;
    margin: auto;
    padding: 0.5rem 0.3rem;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    position: relative;
    display: none;
}
span.vip-icon {
    height: 3rem;
    display: inline-block;
    vertical-align: middle;
}
span.vip-icon>i {
    font-size: 3rem;
    color: #f66337;
}
span.open-vip-text {
    color: #f66337;
    line-height: 3rem;
    margin-left: 0rem;
}
.user-vip {
    background: #fff;
    border-radius: 0.5rem;
    margin: auto;
    padding: 1rem 0.3rem;
    display: block;
    color: #f66337;
    text-align: center;
    display: none;
}
.user-pup {
    position: absolute;
    right: 0.2rem;
    top: 16px;
    transform: translateY(-50%);
}
.user-pup>i{
    font-size: 1.5rem;
    color: #f66337;
}
span.bind-phone {
    color: #f66337;
    font-weight: 600;
}
span.user-id,
span.user-name,
span.user-phone{
    font-weight: 600;
}
.user-link-group {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 100;
}
.user-link-group>div{
    width: 30%;
    text-align: center;
    background: #fff;
    margin: 0.1rem;
    color: #413e3e;
    padding: 0.5rem 0rem;
    border-radius: 0.5rem;
}
.user-link-group>div>i{
    font-size: 2rem;
}
.user-text{
    display: block;
}
.official-list-group {
    margin: auto;
    margin-top: 0.5rem;
    background: #fff;
    border-radius: 0.5rem;
    color: #413e3e;
    display: none;
    position: relative;
    z-index: 100;
    padding: 0.3rem;
}
li.official-item {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    padding: 0rem 0.2rem;
    display: flex;
    justify-content: space-between;
}
span.official-text {
    width: 6rem;
}
span.official-copy {
    width: 1.5rem;
    text-align: center;
}
span.official-url {
    width: calc(100% - 8rem);
}
.like-history-group {
    margin: auto;
    margin-top: 1rem;
}
.like-history-tap {
    border-bottom: 1px solid #f66337;
    padding: 0.3rem 0.1rem;
    display: flex;
}
.like-history-tap>span {
    font-size: 1rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: 50%;
    text-align: center;
    position: relative;
}
.like-history-tap>span.selected{
    color: #f66337;
    font-weight: 600;
    font-size: 1.1rem;
}
.content-type {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin: auto;
    border: 1px solid #f66337;
    border-radius: 5rem;
    margin-top: 0.5rem;
    height: 2rem;
    line-height: 2rem;
    position: relative;
    margin-bottom: 0.5rem;
}
span.type-item {
    font-size: 1rem;
    color: #f66337;
    width: 33.33333%;
    text-align: center;
    z-index: 10;
}
span.type-item.selected{
    color: #fff;
}
.selected-block{
    width: 25%;
    position: absolute;
    background: #f66337;
    display: inline-block;
    height: 2rem;
    border-radius: 5rem;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.like-history-content>div{
}
.like-history-content>div.selected{
    display: block;
}
.empty-text {
    text-align: center;
    display: block;
    color: #f66337;
    font-size: 1rem;
}
.type-content-wrapper>div{
    display: none;
}
.type-content-wrapper>div.selected{
    display: block;
}
.type-content-wrapper {
    margin-top: 0.5rem;
}
.movie-box-content-item{
    width: 49.99%;
    position: relative;
    display: inline-block;
}
.movie-box-content-item>.box-wrapper{
}
.movie-box-content-item .box-content{
    height: 8rem;
}
span.box-play-wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    display: flex;
    justify-content: space-between;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    background: linear-gradient(transparent,rgba(0,0,0,.8));
    z-index: 1000;
}
.box-footer {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.movie-box-content-item .box-footer{
    border-bottom: none;
}
.tap-content.selected{
    display: block;
}
.tap-content{
    display: none;
}
.bing-phone-content,
.update-password-content{
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    background: #fff;
    width: 100%;
    height: 60%;
    box-shadow: 0 0 3px #0000004d;
    border-top: 1px solid #cdcdcd;
    border-radius: 20px 20px 0 0;
}
.bing-phone-panel-title,
.update-password-content-title{
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.5rem;
}

.bing-phone-cover{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0,0,0,.6);
}
.bing-phone-body,
.account-login-body,
.update-password-body{
    width: 80%;
    margin: 1rem auto;
    padding: 0.5rem;
}
.account-login-body{
    display: none;
}
.body-item {
    margin-bottom: 0.5rem;
    padding: 5px 0px;
    position: relative;
}
.body-item>label {
    font-size: 1rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.3rem;
}
.body-item>input,
.bind-phone-num,
.bind-phone-code{
    width: 100%;
    padding: 10px 0px 10px 0px;
    border: 1px solid #cdcdcd;
    border-radius: 0.3rem;
}
button.bind-phone-btn,
.account-login-btn,
.update-password-btn,
.save-png,
.to-update-password{
    width: 50%;
    margin: auto;
    display: block;
    padding: 0.8rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    background: #f66337;
    color: #fff;
}
.save-png,
.to-update-password{
    padding: 0.5rem;
}
.get-code-group{
    position: relative;
}
.get-code-btn{
    position: absolute;
    right: 0px;
    bottom: 3px;
    padding: 6px;
    background: #f66337;
    border: 1px solid #f66337;
    color: #fff;
    border-radius: 5px;
}
span.get-code-time {
    position: absolute;
    right: 0px;
    bottom: 3px;
    padding: 6px;
    background: #f66337;
    border: 1px solid #f66337;
    color: #fff;
    border-radius: 5px;
    width: 50px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    display: none;
}
.bg-cover {

}
.user-panel {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.user-panel::before{
    content: ' ';
    background: url(/ui/images/bg/bg-685a77fb7c1eba79676094688e594afb.jpg);
    background-size: 100% 100%;
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    filter:blur(2px);
}
.user-info-group{
    background: rgb(0,0,0,0.2);
    padding: 0.5rem;
    width: 90%;
    margin: auto;
    border-radius: 0.5rem;
    position: relative;
}
.like-history-tap>span.selected::before{
    content: ' ';
    border-style: solid;
    border-width: 0px 10px 6px 10px;
    border-color: transparent transparent #f66337 transparent;
    width: 0px!important;
    height: 0px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.like-history-tap>span.selected::after{
    content: ' ';
    border-style: solid;
    border-width: 0px 10px 6px 10px;
    border-color: transparent transparent #fff transparent;
    width: 0px!important;
    height: 0px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}
.login-model{
    position: absolute;
    top: 8px;
    right: 15px;
    color: #f66337;
    font-size: 0.9rem;
}
.update-password{
    position: absolute;
    right: 2px;
    top: 8px;
    font-size: 0.8rem;
    color: #f66337;
}
.tourists-panel{
    display: none;
}
.tourists-panel-cover {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0,0,0,.6);
    z-index: 1000;
}
.tourists-panel-wrapper{
    width: 80%;
    background: #fff;
    position: absolute;
    z-index: 10001;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0.5rem;
    top: 50%;
}
.text {
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    padding: 0.5rem;
}
.tourists-body {
    padding: 0.5rem;
}
.tourists-body-item {
    margin-bottom: 0.5rem;
}
.tourists-label{
    font-weight: 600;
}
span.box-play-num {
    color: #fff;
    padding: 0.2rem;
    font-size: 0.8rem;
    margin-left: 1rem;
}
span.play-text {
    color: #fff;
    font-size: 0.8rem;
}
span.box-play-time {
    color: #fff;
    font-size: 0.8rem;
    z-index: 100;
    padding: 0.1rem 0.2rem;
    border-radius: 0.2rem;
    margin-right: 0.5rem;
}
span.movie-vip-icon {
    position: absolute;
    right: 0rem;
    top: 0px;
    z-index: 100;
    background: rgb(255, 255, 255, 0.5);
    padding: 0.1rem 0.3rem;
    border-bottom-left-radius: 0.5rem;
}
span.movie-vip-icon>i {
    font-size: 1.5rem;
    color: #f66337;
}
.customer-service-panel{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 100000;
    border: none;
}
.customer-service-panel>iframe{
    width: 100vw;
    height: 100%;
    border: none;
}
.save-png{
    background: #fff;
    color: red;
    width: 100%;
}
span.user-shuaxin {
    vertical-align: middle;
}
span.user-shuaxin>i {
    font-size: 1.5rem;
}
.user-service-group{
    color: #f66337;
    text-align: center;
    margin-top: 10px;
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.5rem 0rem;
}
.user-service-group>span {
    display: block;
    margin: 0.5rem;
}