html,
body {
    height: 100%;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin: 0;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.bgvideo {
    overflow: hidden;
}

.messagebox {
    position: absolute;
    height: 18rem;
    width: 25rem;
    left: 1rem;
    bottom: 1rem;
    mask-image: url(../img/mask1.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    transition: all 1s linear;
    -webkit-transition: all 0.5s linear;
}

.messagebox ul {
    position: absolute;
    height: 23.5rem;
    width: 24rem;
    top: -6rem;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.message_row {
    position: relative;
    width: 100%;
    height: 4.5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/rowbg.png);
    display: flex;
    opacity: 0;
    transition: transform 1000ms ease 0s;
}

.useritem {
    position: relative;
    width: 3.5rem;
    height: 4.5rem;
}

.useritem .headimg {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    margin: 0.8rem 1rem;
    transform: scale(0.1);
}

.useritem .nickname {
    position: absolute;
    width: 24rem;
    top: 0.8rem;
    left: 4.5rem;
    font-size: 1.2rem;
    color: rgb(232 187 23);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.useritem .message {
    position: absolute;
    top: 2.5rem;
    left: 4.5rem;
    font-size: 0.6rem;
    color: #fff;
    width: 24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Panel_Top {
    position: absolute;
    display: table;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 2;
}

.zam-app-flex-ajCenter2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_menu {
    width: 96%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.tp-1 {
    position: absolute;
    padding: 0.34rem 0.65rem;
    height: 30px;
    background: #000;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 20px;
    background: rgba(0, 0, 0, .5);
    font-size: 0.4rem;
    right: 0px;
    top: 4px;
}

.messagemax {
    left: 15rem;
    bottom: 12rem;
    transform: scale(2, 2);
}

.box {
    width: 120px;
    cursor: move;
    position: absolute;
    top: 60px;
    right: 60px;
    color: #fff;
    text-align: center;
    z-index: 999;
    height: 120px;
}

.msakimg {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.box img {
    width: 100%;
    height: 100%;
}

.leftTop {
    cursor: nw-resize;
    left: -3px;
    top: 19px;
}

.horn {
    width: 7px;
    height: 7px;
    background-color: #09C;
    border-radius: 50%;
    position: absolute;
}

.rightTop {
    cursor: ne-resize;
    right: -3px;
    top: 19px;
}

.leftBottom {
    cursor: sw-resize;
    bottom: -25px;
    left: -7px;
}

.rightBottom {
    cursor: se-resize;
    right: -7px;
    bottom: -25px;
}

.left {
    left: -3px;
    top: 19px;
}

.vertical {
    width: 10px;
    height: 100%;
    margin: 7px 0px;
    position: absolute;
    cursor: col-resize;
}

.right {
    top: 19px;
    right: -3px;
}

.top {
    top: -5px;
    left: 0;
}

.bottom {
    left: 0;
    bottom: -5px;
}

*,body,html{
    -moz-user-select: none; /*火狐*//*选中文字时避免出现蓝色背景*/
    -webkit-user-select: none; /*webkit浏览器*//*选中文字时避免出现蓝色背景*/
    -ms-user-select: none; /*IE10*//*选中文字时避免出现蓝色背景*/
    user-select: none;/*选中文字时避免出现蓝色背景*/
}
.msgimg{
    height: 20px;
}
