ul li {
	list-style: none
}

.live-studio-div {
	width: 80%;
	padding-top: 20px;
	margin: 0 auto;
	display: flex;
	z-index: 1;
	position: relative
}

.live-studio-div-title {
	background-color: #fff;
	padding-bottom: 10px;
	display: flex;
	overflow: hidden;
	border-radius: 16px 16px 0 0
}

.live-studio-div-title img {
	width: 76px;
	height: 76px;
	border-radius: 100px;
	margin-left: 10px;
	margin-top: 10px
}

.live-studio-div-title p {
	padding-top: 36px;
	font-weight: 600;
	font-size: 36px;
	color: #6b6b6b;
	margin-left: 15px
}

.live-studio-div-title div {
	color: #868686;
	font-size: 16px;
	padding-top: 63px
}

.gif-footer-div {
	width: 100%;
	background-color: #fff;
	border-radius: 0 0 16px 16px;
	display: flex;
	height: 80px
}

.git-div {
	width: 50%;
	text-align: center;
	display: flex;
	margin-left: 50%;
	margin-top: 20px
}

.git-div div {
	width: 92px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #BBBBBB;
	margin-right: 2%
}

.git-div-img {
	width: 44px;
	height: 44px
}

.chat-div {
	width: 30%;
	border-radius: 16px;
	margin-left: 1%
}

.chat-div-title {
	background-color: #fff2f2;
	font-size: 38px;
	text-align: center;
	height: 96px;
	border-radius: 16px 16px 0 0
}

.chat-div-content {
	width: 100%;
	background-color: #fff;
	height: 84%;
	border-radius: 0 0 16px 16px
}

.chat-div-bottom {
	width: 95%;
	margin: 0 auto;
	height: 80px;
	border: 1px solid #BBBBBB;
	border-radius: 16px;
	display: flex
}

.chat-div-bottom img {
	margin-top: 22px;
	width: 100%
}

.submit {
	width: 22%;
	background-color: #ff7b7b;
	border-radius: 0 16px 16px 0
}

.loginForm {
	width: 27%;
	border: 1px solid grey;
	border-radius: 20px
}

* {
	margin: 0;
	padding: 0
}

#app {
	width: 99%;
	height: auto;
	margin: 10px auto;
	position: absolute
}

#login, #login a {
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	margin-top: 23px;
	color: #000
}

.contentText {
	width: 100%;
	height: 100px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	color: #000
}

#login-box {
	margin-top: 20%;
	margin-left: 30%;
	padding: 20px;
	display: none;
	width: 350px;
	height: 200px;
	background: white;
	border-radius: 5px;
	position: absolute
}

#reward-box {
	width: 500px;
	height: 433px;
	background-color: #f5f5f5;
	border-radius: 5px;
}

#login-box>form {
	text-align: center
}

#login-box label {
	display: block;
	font-size: 20px;
	margin: 10px 0 0
}

#login-box button {
	color: #fff;
	background-color: #ff7b7b;
	border-radius: 8px;
	box-shadow: 0 5px 10px #ffc5c5
}

.onSubmit {
	height: 30px;
	margin: 13px 78px 0 0;
	width: 90px;
	border-radius: 5px;
	float: right;
	right: 5px
}

#close {
	font-size: 18px;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer
}

.git-div p {
	cursor: pointer
}

.t-list-item__meta-avatar img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.t-list-item__meta-avatar {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    overflow: hidden;
    background: var(--td-bg-color-page);
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.t-list-item__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 0;
}
.t-list-item-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.t-list-item__action {
    list-style: none;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.t-list__inner {
    list-style: none;
    padding: 0;
    margin: 0;
}

.OrderTitle {
	font-size: 24px;
	clear: both;
	font-weight: 700;
	padding-bottom: 20px;
	margin-top: 30px
}

.t-list-item {
	padding: 12px;
	background-color: #f5f5f5
}

:deep (.t-dialog__header ){
	height: 50px
}

.t-input {
    margin: 0;
    list-style: none;
    position: relative;
    height: 32px;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--td-radius-default);
    border-color: var(--td-border-level-2-color);
    padding: 0 8px;
    background-color: var(--td-bg-color-specialcomponent);
    outline: none;
    color: var(--td-text-color-primary);
    font: var(--td-font-body-medium);
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all cubic-bezier(.38,0,.24,1) .2s;
    transition: all cubic-bezier(.38,0,.24,1) .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    line-height: 32px;
}

.title[data-v-12bcc692] {
    margin: 26px;
    text-align: center;
    font-size: 28px;
}

.t-input__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    outline: none;
    padding: 0;
    max-width: 100%;
    min-width: 0;
    color: var(--td-text-color-primary);
    font: inherit;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.t-layout {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}

[data-v-c2f505a8] .t-form__label{font-weight:700;padding:0}[data-v-c2f505a8] .t-form__label--top{float:left}[data-v-c2f505a8] .t-input{height:40px}.live-about-us[data-v-c2f505a8]{text-align:center;color:#9f1100;font-size:27px;font-family:SourceHanSansSC-medium;background-color:#f1f3f8;padding-top:40px;margin:0}.sizeStyle[data-v-c2f505a8]{width:60%;margin:0 auto;background-color:#fff;font-size:18px;text-align:left;color:#101010;line-height:40px}.accountTitle[data-v-c2f505a8]{background-color:#000;color:#fff;padding-left:18px}.formBox[data-v-c2f505a8]{width:60%;background-color:#fff;margin:0 auto}.payBox[data-v-c2f505a8]{border:1px solid rgba(255,0,0,1);width:135px;height:55px;border-radius:4px}.sureButton[data-v-c2f505a8]{background-color:#ff9595;color:#fff}.menuText[data-v-c2f505a8]{font-size:18px;color:#000;font-family:SourceHanSansSC-regular;text-decoration:none}
