.toast-messages {
  position: fixed;
  top: 8px;
  right: 0;
  z-index: 2;
}
.toast-message {
  clear: both;
  float: right;
  background-color: black;
  color: white;
  opacity: .87;
  padding: 16px;
  border-radius: 2px;
  margin: 8px 16px;
  max-width: 80%;
}
.idle .overlay-container,
.black-container {
  /* display: none; */
}
.overlay-container,
.black-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  padding-bottom: 34px;
  text-align: center;
  z-index: 9999;
  white-space: nowrap;
  overflow: hidden;
}
.overlay-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.overlay-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  /*min-width: 300px;*/
  max-width: 80%;
  max-height: 95%;
  overflow: auto;
  box-sizing: border-box;
  white-space: initial;
}
.overlay-content.brand-dark-secondary {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  padding: 5px 60px;
}
.overlay-content.overlay-small-padding {
  padding: 10px;
}
.overlay-content.setting-more-position {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width:  390px;
}
.overlay-content.brand-secondary,
.overlay-content > .brand-secondary,
.overlay-content.brand-overlay {
  padding: 16px;
  /* border-radius: 2px; */
  /* box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); */
  border-radius: 8px;
  box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.11);
  margin: 8px;
}
.brand-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}

/* dialog-dial-info */
.info-mask {
  width: 750px;
  height: 450px;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
.info-mask .info-close {
  color: #ccc;
  padding: 5px 15px 0 0;

  text-align: right;
}
.info-mask .info-close img {
  cursor: pointer;
}
.info-mask .info-header table, .info-mask .info-body table {
  color: #f7f7f7;
  font-size: 16px;
  width: 100%;
  text-align: center;
  /* border-right:1px solid #ccc;
  border-bottom:1px solid #ccc; */
  border-collapse:collapse; /*表格的边框合并，如果相邻，则共用一个边框*/
  border-spacing:0; /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}
/* .info-mask .info-header table tr, .info-mask .info-body table tr {
  width: 690px;
} */
.info-header,.info-body{
  margin: 0 30px;
}
/* .info-header {
  padding-top: 25px;
} */
.info-body{
  margin-right: 22px;
}
.info-body {
  max-height: 360px;
  overflow: scroll;
}
.info-body::-webkit-scrollbar {
  /* width:0; */
  height:0;
}
.info-mask .info-header table th ,.info-mask .info-body table td {
  word-break: break-all; /*允许在字内换行,即单词可分*/
  word-wrap:break-word;/*允许长单词或URL地址换行*/
  width: 11%;
  /* border-left:1px solid #ccc;
  border-top:1px solid #ccc; */
}
.info-mask .info-header table th {
  border-bottom: 1px solid #aaa;
  word-break: break-word;
}
.info-mask .info-body table td {
  border-bottom: 1px solid #ccc;
}
.info-mask .info-header table th {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 20px;
  color: rgba(203,208,212,1);
  padding: 12px 0;
  padding-top: 0;
}

.info-mask .info-body table td {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 17px;
  color: rgba(203,208,212,1);
  padding: 7px 0;
}


.open-in-safari img {
  position: absolute;
  width: 76px;
  height: 111px;
  top: 10px;
  right: 10px;
}
.open-in-safari .open-promotion {
  background: white;
  color: black;
  font-size: 20px;
  line-height: 50px;
  width: 310px;
  margin: 105px auto;
  border-radius: 10px;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
  font: inherit;
  vertical-align: middle;
  border-radius: 2px;
  padding: 4px 8px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}
.dialog-title {
  font-weight: bold;
  font-size: large;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dialog-sub-title {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dialog-content {
  overflow: auto;
  margin: 16px 0;
  /*padding: 0 8px;*/
  text-align: initial;
  white-space: initial;
}
.alert-actions {
  text-align: right;
  white-space: nowrap;
}
ul.invite-tab {
  margin-bottom: 5px;
  width: 621px;
  height: 50px;
  background-color: #2a2d3b;
  color: #b2b2b2;
  font-size: 0;
  padding: 0;
}
ul.invite-tab li {
  display: inline-block;
  width: 50%;
  height: 50px;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  border-bottom: 5px solid gray;
}
ul.invite-tab li:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
  background-color: yellow;
}
ul.invite-tab li.active {
  border-bottom: 5px solid #1abc9c;
  color: #1abc9c;
}
.invite-tab-content {
  width: 621px;
  height: 570px;
  overflow: hidden;
  background-color: #f5f5f5;
  display: none;
  position: relative;
}
.invite-tab-content .placeholder-text {
  color: #666666;
}
.invite-tab-content form {
  padding: 20px 40px;
}
.invite-tab-content form .dialog-title {
  color: #b2b2b2;
}
.invite-tab-content form .contact-table {
  border-collapse: collapse;
  margin-top: 15px;
  width: 100%;
}
.invite-tab-content form .contact-table thead {
  background: #e0e0e0;
}
.invite-tab-content form .contact-table tr {
  height: 35px;
  text-align: center;
  color: #212121;
}
.invite-tab-content form .contact-table td,
.invite-tab-content form .contact-table th {
  border: 1px solid #e0e0e0;
  height: 33px;
}
.invite-tab-content form .contact-table tbody,
.invite-tab-content form .contact-table thead tr {
  display: block;
}
.invite-tab-content form .contact-table tbody {
  height: 362px;
  overflow-y: auto;
  overflow-x: hidden;
}
.invite-tab-content form .contact-table tbody.body-border {
  border: 1px solid #e0e0e0;
}
.invite-tab-content form .contact-table tbody td,
.invite-tab-content form .contact-table thead th {
  width: 140px;
}
.invite-tab-content form .contact-table thead th:last-child {
  width: 156px;
  /* 140px + 16px scrollbar width */
}
.invite-tab-content form .address-table {
  width: 100%;
}
.invite-tab-content form .address-table tbody tr {
  height: 34px;
  line-height: 34px;
}
.invite-tab-content form .address-table tbody tr input,
.invite-tab-content form .address-table tbody tr select {
  height: 34px;
  line-height: 34px;
  vertical-align: bottom;
}
/* .invite-tab-content form .address-table tr:first-child td {
  width: 90px;
}
.invite-tab-content form .address-table tr:first-child td + td {
  width: 40%;
}
.invite-tab-content form .address-table tr:first-child td + td + td {
  width: 40%;
} */
.invite-tab-content form .address-table tr:first-child td input {
  width: 100%;
}
.invite-tab-content form .address-table .black-font {
  color: #212121;
}
.invite-tab-content .load-more {
  margin-top: 10px;
  text-align: center;
}
.invite-tab-content .load-more button {
  font-size: 1rem;
  color: #666666;
  border: none;
  background-color: transparent;
}
.invite-tab-content .invite-tab-buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}
.invite-tab-content .invite-tab-buttons button {
  width: 94px;
  height: 35px;
  background-color: #1abc9c;
  color: #ffffff;
  font-size: 1rem;
  border: none;
  border-radius: 2px;
}
.invite-tab-content .invite-tab-buttons button + button {
  width: 94px;
  height: 35px;
  background-color: #ffffff;
  color: #666666;
  font-size: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}
.invite-tab-content.active {
  display: block;
}
.invite-tab-content .spinner-box {
  padding-top: 150px;
  text-align: center;
}
.invite-tab-content .spinner-box img {
  width: 200px;
  opacity: .7;
}
.invite-tab-content .spinner-box p {
  text-align: center;
  color: #212121;
}
.dialog {
  min-width: 350px;
  background-color: #f5f5f5;
}
.dialog .dialog-header {
  height: 50px;
  background-color: #2a2d3b;
  color: #f5f5f5;
  position: relative;
  padding: 0 20px;
}
.dialog .dialog-header:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.dialog .dialog-close {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
.dialog .dialog-body {
  padding: 20px 40px;
}
.dialog .dialog-footer {
  border-top: 1px solid #e0e0e0;
  text-align: center;
  height: 50px;
}
.dialog .dialog-footer:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.dialog .dialog-footer button:first-child {
  margin-right: 10px;
}
.button-green {
  width: 94px;
  height: 35px;
  background-color: #1abc9c;
  color: #ffffff;
  font-size: 1rem;
  border: none;
  border-radius: 2px;
}
.button-white {
  width: 94px;
  height: 35px;
  background-color: #ffffff;
  color: #666666;
  font-size: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}
.setting-more {
  border-spacing: 15px 20px;
  border-collapse: initial;
  padding: 0px 2px 0px 6px;
}
.setting-more tr > td:first-child {
  padding-right: 10px;
  text-align: center;
}
.emojimore{
  width: 126px;
  height: 46px;
  border-spacing: 0px;
}
.emojimore tr> td:first-child {
  padding-right: 0px;
  text-align: center;
}
.securtiyMore {
  width: 250px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  bottom: 80px;
  padding: 10px 0;
  text-align: left;
}
.securtiyMore .securtiy-head {
  padding: 5px 20px;
  font-size: 13px;
}
.securtiyMore .securtiy-li {
  padding: 3px 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}
.securtiyMore .securtiy-li:hover {
  background-color: rgba(255, 255, 255, 0.2);;
}
.securtiyMore .securtiy-li .securtiy-img {
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 5px;
} 
.securtiyMore .securtiy-li .securtiy-img img {
  width: 16px;
  height: 16px;
}
.setting-more .layout-selector {
  text-align: center;
  cursor: pointer;
}
.setting-more .layout-selector img {
  display: block;
}
.setting-more .layout-selector label {
  margin-top: 4px;
  display: block;
  font-size: 0.75rem;
}
/*点击图标选择身份入会,密码输入弹出框*/
.sel-dialog-identify-select .dialog-identify-select header{
	text-align: center;
	font-weight:500;
	color:rgba(33,33,33,1);
	font-size: 20px;
}
.sel-dialog-identify-select .dialog-identify-select header>img,
.sel-dialog-password-toast .dialog-password-toast header>img{
	float: right;
	cursor: pointer;
}
.sel-dialog-identify-select .dialog-identify-select .choice{
	display: flex;
	justify-content: space-around;
	padding-top: 60px;
	padding-bottom: 50px;
}
.sel-dialog-identify-select .dialog-identify-select .choice .splitor{
	padding-top: 55px;
	position: relative;
}
.sel-dialog-identify-select .dialog-identify-select .choice .splitor:before,
.sel-dialog-identify-select .dialog-identify-select .choice .splitor:after{
	content: '';
	position: absolute;
	width:2px;
	height:13px;
	background:rgba(216,216,216,1);
}
.sel-dialog-identify-select .dialog-identify-select .choice .splitor:before{
	top: 40px;
	left: 6px;
}
.sel-dialog-identify-select .dialog-identify-select .choice .splitor:after{
	top: 78px;
	left: 6px;
}
.sel-dialog-identify-select .dialog-identify-select .choice figure{
	cursor: pointer;
}
.sel-dialog-identify-select .dialog-identify-select .choice img{
	width: 140px;
}
.sel-dialog-identify-select .dialog-identify-select .choice figcaption{
	text-align: center;
}
.sel-dialog-password-toast .dialog-password-toast header{
	position: relative;
  height: 45px;
  border-bottom: 1px solid #F0F0F0;
}
.sel-dialog-password-toast .dialog-password-toast header>span{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	font-size: 24px;
	font-weight: 400;
  color:rgba(34,34,34,1);
  line-height: 36px;
}
.sel-dialog-password-toast .dialog-password-toast header .return-identify{
	float: left;
	color:rgba(102,102,102,1);
}
.sel-dialog-password-toast .dialog-password-toast .input-password{
	position: relative;
	padding-top: 40px;
	text-align: center;
}
.sel-dialog-password-toast .dialog-password-toast .input-password .error{
	position: absolute;
	top:25px;
	left:50%;
	transform:translateX(-50%);
	font-size:14px;
	color:rgba(255,96,92,1);
	word-break: keep-all;
	width: 100%;
	/*line-height:40px;*/
}
.sel-dialog-password-toast .dialog-password-toast .input-password input{
	width: 320px;
  height: 48px;
  background: rgba(255,255,255,1);
  box-shadow: 0px 1px 18px 0px rgba(202,202,202,0.14);
  border-radius: 4px;
	border: none;
  outline: none;
  text-align: center;
}
.sel-dialog-password-toast .dialog-password-toast .input-password input::-ms-input-placeholder{  /* Internet Explorer 10+ */
	text-align: center;
}
.sel-dialog-password-toast .dialog-password-toast .input-password input::-webkit-input-placeholder{  /* WebKit browsers */
  text-align: center;
}
.sel-dialog-password-toast .dialog-password-toast .input-password input::-moz-placeholder{/* Mozilla Firefox 19+ */
	text-align: center;
}
.sel-dialog-password-toast .dialog-password-toast .input-password input:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
	text-align: center;
}
.sel-dialog-password-toast .dialog-password-toast .input-password button{
	display: block;
	margin-top: 20px;
	color: white;
	width: 324px;
	height: 46px;
	background:rgba(63,138,251,1);
	border-radius: 23px;
	border: 0;
  outline: none;
  margin: 20px auto 0 auto;
}
/*# sourceMappingURL=toast.css.map */
.m-content {
  width: 680px;
  height: 510px;
  background: rgba(255,255,255,1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
  border-radius: 10px;
  position: relative;
}
.m-dialog-title {
  height: 60px;
  font-size: 22px;
  font-weight: 400;
  color: rgba(32,33,36,1);
  line-height: 60px;
  text-align: center;
  margin-top: 65px;
}
.m-dialog-content {
  display: flex;
  justify-content: space-around;
  margin-top: 65px
}
.m-dialog-content .m-dialog-actions {
  position: relative;
  width: 280px;
  height: 190px;
  background: rgba(255,255,255,1);
  box-shadow: 0px 2px 10px 0px rgba(16,24,41,0.2);
  overflow: hidden;
  box-sizing: border-box;
}
.m-dialog-content .m-dialog-actions .m-dialog-text1 {
  height: 18px;
  font-size: 18px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 800;
  color: rgba(32,33,36,1);
  line-height: 27px;
  text-align: center;
  margin-top: 40px;
}
.m-dialog-content .m-dialog-actions .m-dialog-text2 {
  width: 220px;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: rgba(102,102,102,1);
  line-height: 30px;
  margin: auto;
  text-align: center;
  margin-top: 10px;
}
.m-dialog-content .m-dialog-actions .m-dialog-text3 {
  height: 40px;
  background: rgba(0,137,240,1);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.m-dialog-content .m-dialog-actions .m-dialog-t {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  overflow: hidden;
}
.m-dialog-content .m-dialog-actions .m-dialog-t .m-dialog-tc {
  margin: 0;
  text-align: center;
  background-color: #0089F0;
  color: #fff;
  transform: rotate(-45deg) translate(-17px, -2px) scale(1.2);
  font-size: 12px;
}
.m-hide-icon {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
.m-dialog-title-c {
  height: 30px;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: rgba(60,64,67,1);
  line-height: 36px;
  text-align: center;
}
.m-dialog-content-c {
  text-align: center;
  margin-top: 60px;
}
.m-dialog-a-c {
  text-decoration: none;
  width: 110px;
  height: 35px;
  background: rgba(14,140,238,1);
  color: #fff;
  display: inline-block;
  line-height: 35px;
  border-radius: 3px;
  margin-top: 20px;
}
/* 设置框样式 */
.set-dialog-title {
  display: flex;
  font-weight: bold;
  font-size: large;
  max-width: 100%;
  justify-content: space-between;
}
.set-dialog-title .set-hide {
  cursor: pointer;
}
.set-dialog-nav {
  width: 100%
}
.set-dialog-nav ul {
  display: flex;
  padding: 0;
  border-bottom: 1px #ddd solid;
}
.set-dialog-nav ul li{
  list-style: none;
  display: inline-block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
  padding-left: 5px;
  box-sizing: border-box;
}
.set-dialog-nav ul li.active {
  border-bottom: 2px #0E8CEE solid;
  color: #0E8CEE;
  font-weight: 400;
}
.set-dialog-content {
  padding: 4px;
}
.set-dialog-content .flex {
  display: flex;
  justify-content: space-between;
}
.set-dialog-content .set-dialog-com {
  width: 48%;
  box-sizing: border-box;
}
.set-dialog-content .settings-label {
  color: #020202;
  font-size: 14px;
}
.set-dialog-media .set-dialog-l .video-preview {
  width: 274px;
  height: 154px;
}
.set-dialog-senior .set-dialog-senior-choice {
  white-space: nowrap; 
  margin-top: 40px;
}
.set-dialog-senior .set-dialog-senior-choice > div {
  margin-bottom: 20px;
}
.set-dialog-senior .set-dialog-senior-choice .set-check-input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.set-dialog-senior .set-dialog-senior-choice .set-check-input + .set-check-circle {
  width: 45px;
  height: 18px;
  display: inline-block;
  border: 2px solid #333;
  border-radius: 20px;
  position: relative;
  vertical-align: bottom;
  transition: all .3s;
  cursor: pointer;
}
.set-dialog-senior .set-dialog-senior-choice .set-check-input + .set-check-circle::after {
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 3px;
  transition: all .3s;
}
.set-dialog-senior .set-dialog-senior-choice .set-check-input:checked + .set-check-circle {
  border: 2px solid #0E8CEE;
  background-color: #0E8CEE;
}
.set-dialog-senior .set-dialog-senior-choice .set-check-input:checked + .set-check-circle::after {
  left: inherit;
  right: 3px;
  background-color: #fff;
}

.set-range[type=range] {
  -webkit-appearance: none;
  width: 300px;
  background: -webkit-linear-gradient(#0E8CEE, #0E8CEE) no-repeat; 
  background-size: 0% 100%;
  border-radius: 10px; /*这个属性设置使填充进度条时的图形为圆角*/
  background-color: #ccc;
}
.set-range[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;/*隐藏滑块*/
}
.set-range[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 10px; /*将轨道设为圆角的*/
}
.set-range[type=range]:focus {
  outline: none;/*原始的控件获取到焦点时，会显示包裹整个控件的边框，所以还需要把边框取消。*/
}
.set-range[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  margin-top: -10px; /*使滑块超出轨道部分的偏移量相等*/
  background: #ffffff; 
  border-radius: 50%; /*外观设置为圆形*/
  border: solid 3px #0E8CEE; /*设置边框*/
  box-sizing: border-box;
}

.set-dialog-version {
  width: 40px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(204,204,204,1);
  line-height: 21px;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

/*-------------dialog-warning---------------*/
.dialog-warning{
	padding: 20px 24px;
}
.dialog-warning .brand-secondary{
	background-color: white;
	width: 390px;
}
.dialog-warning .close{
	float: right;
	cursor: pointer;
}
.dialog-warning .camera h2,
.dialog-warning .audio h2{
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.dialog-warning .camera p,
.dialog-warning .audio p{
	margin: 0;
	color: #666766;
	font-size: 14px;
	margin-bottom: 20px;
}
.dialog-warning .camera p>a,
.dialog-warning .audio p>a{
	color: #0E8CEE;
	text-decoration: none;
}
.dialog-warning .known{
	display: block;
	margin: 0 auto;
	text-align: center;
	width:153px;
	height:32px;
	color: white;
	background-color: #0E8CEE;
	outline: none;
	border: none;
}

/* 投屏 */
.share-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #F9FAFB;
  text-align: center;
}
.share-container .share-select-container {
  display: flex;
  /* flex-direction: column; */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 40px;
  align-items: center;
  justify-content: center;
}
.share-container .share-select-container .container {
  width: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
.share-container .share-select-container .share-select-header {
  height: 45px;
  font-size: 30px;
  font-weight: 400;
  color: rgba(127,132,142,1);
  line-height: 45px;
  text-align: center;
  /* margin-top: 184px; */
}
.share-container .share-select-container .share-select-option {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  flex: 1;
}
.share-container .share-select-container .share-select-option-li {
  width: 180px;
  height: 180px;
  background: rgba(255,255,255,1);
  border-radius: 14px;
  margin: 0 40px;
  cursor: pointer;
  transition: all .8s;
  text-align: center;
}
.share-container .share-select-container .share-select-option-li:hover {
  box-shadow:0px 4px 24px 0px rgba(0,0,0,0.1);
}
.share-container .share-select-container .share-select-option-li p {
  margin: 0;
}
.share-container .share-select-container .share-select-option-li img {
  width: 140px;
  height: 140px;
}
.share-container .share-select-container .share-select-option-li p.txt {
  height: 30px;
  font-size: 21px;
  font-weight: 400;
  color: rgba(127,132,142,1);
  line-height: 30px;
  margin-top: -12px;
}
.share-container .share-select-container .share-select-tc {
  text-align: right;
  padding: 0 100px;
  margin-top: 100px;
}
.share-container .share-select-container .share-select-tc span {
  display: inline-block;
  width: 180px;
  height: 48px;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.03);
  border-radius: 34px;
  border: 1px solid rgba(151,151,151,1);
  font-size: 21px;
  line-height: 45px;
  color: #7F848E;
  text-align: center;
  cursor: pointer;
}
.share-container .share-select-container .share-select-tc span:hover {
  color: #ffffff;
  background:rgba(63,138,251,1);
  border-color: rgba(63,138,251,1);
}

.share-select-container.share-select-files-container {
  z-index: 10;
  background: #000000;
  bottom: 0;
}
.share-select-files-container .share-files-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.share-select-files-container .share-files-img .file-img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.share-select-files-container .share-files-img-control-content {
  position: absolute;
  bottom: 26px;
  right: 0;
  left: 0;
}
.share-select-files-container .share-files-img-control-content .share-files-img-control {
  width: 180px;
  margin: auto;
  height: 46px;
  background:rgba(0,0,0,0.4);
  border-radius:28px;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
}
.share-select-files-container .share-files-img-control-content .share-files-img-control span {
  font-size: 20px;
}
.share-select-files-container .share-files-img-control-content .share-files-img-control .img-control-left,
.share-select-files-container .share-files-img-control-content .share-files-img-control .img-control-right {
  padding: 10px;
  font-size: 25px;
  display: inline-block;
  cursor: pointer;
}
.share-select-files-container .share-files-stop-content {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
}
.share-select-files-container .share-files-stop-content .share-files-stop {
  width:112px;
  height:32px;
  background:rgba(63,138,251,1);
  border-radius:6px;
  box-sizing: border-box;
  margin: auto;
  cursor: pointer;
}
.share-select-files-container .share-files-stop-content .share-files-stop span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 32px;
}
.share-select-files-container .share-files-stop-content .share-files-stop span::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,1);
  margin-right: 7px;
}
.share-files-img.share-files-video {
  display: flex;
  align-items: center;
  vertical-align: middle;
}