.stt-lang-select, .stt-lang-select *, .stt-lang-select :after {
  background: 0;
  bottom: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  clip: auto;
  color: #333;
  cursor: pointer;
  direction: ltr;
  display: block;
  float: none;
  font: 400;
  font-size: 12px;
  height: auto;
  left: auto;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  outline: 0;
  overflow: visible;
  padding: 0;
  position: static;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transition: none;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  width: auto;
  word-spacing: normal;
  z-index: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.stt-lang-select {
  position: fixed;
  background: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .16);
  overflow: hidden;
  max-height: 40px;
  z-index: 999999999;
  border: 1px solid #eee
}

.stt-lang-select.disabled {
  opacity: .5
}

.stt-lang-select .stt-logo {
  display: none;
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 25px
}

.stt-lang-select.loading .stt-logo {
  opacity: .5
}

.stt-lang-select .stt-text {
  position: relative;
  padding: 14px 26px 14px 16px
}

.stt-lang-select .stt-text:after {
  content: '▼';
  display: block;
  position: absolute;
  top: 15px;
  right: 9px;
  font-size: 10px;
  color: #999
}

.stt-lang-select:not(.on):hover .stt-text:after {
  color: #333
}

.stt-lang-select.disabled:not(.on):hover .stt-text:after {
  color: #999
}

.stt-lang-select .stt-code {
  display: none;
  padding: 38px 0 6px;
  text-align: center
}

.stt-lang-select .stt-select {
  display: none;
  padding: 7px 0 7px 16px
}

.stt-lang-select .stt-select .stt-item {
  position: relative;
  padding: 7px 26px 7px 0
}

.stt-lang-select .stt-select .stt-item:after {
  content: '';
  display: none;
  position: absolute;
  font-size: 10px;
  top: 8px;
  right: 9px;
  color: #999
}

.stt-lang-select .stt-select .stt-item.active:after {
  display: block
}

.stt-lang-select .stt-select .stt-item:hover:after {
  display: block;
  color: #333
}

@media (pointer:coarse) {
  .stt-lang-select .stt-select .stt-item:hover:after {
    display: none
  }
}

.stt-lang-select.on {
  max-height: 600px;
  transition: max-height .15s ease-in
}

.stt-lang-select.on .stt-text {
  display: none
}

.stt-lang-select.on .stt-select {
  display: block
}

.stt-lang-select.tl {
  top: 0;
  left: 0;
  border-radius: 0 0 5px
}

.stt-lang-select.tl .stt-logo {
  left: 9px;
  top: 8px
}

.stt-lang-select.bl {
  bottom: 0;
  left: 0;
  border-radius: 0 5px 0 0
}

.stt-lang-select.bl .stt-logo {
  left: 9px;
  bottom: 5px
}

.stt-lang-select.tr {
  top: 0;
  right: 0;
  border-radius: 0 0 0 5px
}

.stt-lang-select.tr .stt-logo {
  left: 9px;
  top: 8px
}

.stt-lang-select.br {
  bottom: 0;
  right: 0;
  border-radius: 5px 0 0
}

.stt-lang-select.br .stt-logo {
  left: 9px;
  bottom: 5px
}

.stt-lang-select.cl, .stt-lang-select.cr {
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  max-height: 80px
}

.stt-lang-select.cl {
  left: 0;
  border-radius: 0 5px 5px 0
}

.stt-lang-select.cr {
  right: 0;
  border-radius: 5px 0 0 5px
}

.stt-lang-select.cl .stt-logo, .stt-lang-select.cr .stt-logo {
  left: 7px;
  top: 8px
}

.stt-lang-select.cl .stt-text, .stt-lang-select.cr .stt-text {
  display: none
}

.stt-lang-select.cl .stt-code, .stt-lang-select.cr .stt-code {
  display: block
}

.stt-lang-select.cl.on, .stt-lang-select.cr.on {
  width: 140px;
  max-height: 600px
}

.stt-lang-select.cl.on .stt-logo, .stt-lang-select.cr.on .stt-logo {
  top: 50%;
  margin-top: -12.5px
}

.stt-lang-select.cl.on .stt-code, .stt-lang-select.cr.on .stt-code {
  display: none
}

.translated-ltr .stt-lang-select,
.stt-text[data-dl-translated="true"],
.stt-text[_msttexthash][_msthash] {
  display: none
}

#transSheet{
	position:fixed;
	display:none;
	left:0;
	top:0;
	width:100vw;
	height: 100vh;
	z-index:1000;
	color:black;
}


#transSheet .wallpaper{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,0.5);
	cursor:pointer;
}

#transSheet #transAgree{
	position:absolute;
	z-index:2;
	width:calc(100% - 2em);
	left:0;
	right:0;
	max-width:500px;
	margin:1em auto;
	height:calc(100vh - 4em);
	background-color: #fff;
	border-radius:10px;
	cursor:default;
	padding:1em;
	color:black;
}

#transSheet #transAgree #close{
	width:100%;
	text-align:center;
}

#transSheet #transAgree #service{
	overflow:auto;
	height:calc(100% - 10em);
	width:100%;
}

#transSheet #transAgree #service div{
	display:table;
	margin:0.5em;
}

#transSheet #transAgree #service div span{
	display:table-cell;
	font-size:16px;
	line-height:24px;
	vertical-align:middle;
}

#transSheet #transAgree #service div span.image{
	width:32px;
}

#transSheet #transAgree #service div span.image img{
	display:block;
	width:24px;
	height:24px;
}


#transSheet #transAgree{
	margin-top:1em;
}
#transSheet #transAgree div dt {
	font-weight: bold;
}

#transSheet #transAgree div dd {
	margin-left: 12px;
}

.button2{
    display: block;
    font-size: 14px;
    line-height: 42px;
    width:280px;
    height:42px;
    border-radius: 10px;
    margin: 2em auto;
    text-decoration: none;
    color:#000;
    background-color: #C8C8C8;
}

.button2.red{
	background-color:rgba(255,29,29,1);
	color:white;
	
}

#transSheet h3{
  margin-top: 0;
  margin-bottom:1em;
  text-align: center;
  font-weight:bold;
  font-size:16px;
  border:none;
}

#transSheet #transAgree .attention{
  overflow: auto;
  height: calc(100% - 200px);
  width: 100%;
}

#transSheet #transAgree .attention p {
	margin:0;
}