@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
body
{
background-color: #FCE205;
color: #333333;
font-family: Arial, sans-serif;
font-size: 16px;
line-height: 1.5em;
margin: 0;
padding: 0;
}	

progress {
	width: 60%;
	height: 30px;
	background-color: #ffffff;
	color: #FBF8E8;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
	margin-left: 200px;
	margin-top: 100px;
	z-index: 3;
}

.container {
	display: flex;
	justify-content: center;
	height: 80px;
	width: 1200px;
	background-color: #181a20;
	margin: 0 auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
  	z-index: 10;
}

.container img{
	margin-left: 0px;
	margin-top: 10px;
}

*, *:after, *:before {
  box-sizing: border-box;
	z-index: 3;
}

.loginuse{
  cursor: pointer;
  text-decoration: underline;
  color: #ffffff;
  font-size:20px;
  margin-left: 10px;
  margin-top: 27px;
}

.animenu__btn {
  display: none;
  cursor: pointer;
  background-color: #FCE205;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
  z-index: 10;
}
.animenu__btn:hover {
  background-color: #FCE205;
  z-index: 10;
}

.animenu__btn__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
	z-index: 10;
}
.animenu__btn__bar + .animenu__btn__bar {
  margin-top: 4px;
	z-index: 3;
}

.animenu__btn--active .animenu__btn__bar {
  margin: 0;
  position: absolute;
	z-index: 3;
}
.animenu__btn--active .animenu__btn__bar:nth-child(1) {
  transform: rotate(45deg);z-index: 3;
}
.animenu__btn--active .animenu__btn__bar:nth-child(2) {
  opacity: 0;z-index: 3;
}
.animenu__btn--active .animenu__btn__bar:nth-child(3) {
  transform: rotate(-45deg);
	z-index: 3;
}

.animenu {
  display: block;
	margin-top:22px;
	z-index: 10;
}
.animenu ul {
  padding: 0;
  list-style: none;
  font: 0 -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
z-index: 3;
}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 15px;z-index: 3;
}
.animenu a {
  color: #aaaaaa;
  text-decoration: none;z-index: 3;
}

.animenu__nav {
  background-color: #181a20;z-index: 3;
}
.animenu__nav > li {
  position: relative;
  border-right: 1px solid #444444;z-index: 3;
}
.animenu__nav > li > a {
  padding: 10px 30px;
  text-transform: uppercase;z-index: 3;
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;z-index: 3;
}
.animenu__nav > li:hover > a {
  color: #fff;z-index: 3;
}
.animenu__nav > li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;z-index: 3;
}
.animenu__nav > li:focus-within > a {
  color: #fff;z-index: 3;
}
.animenu__nav__hasDropdown:before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 10px;
	z-index: 3;
}

.animenu__nav__dropdown {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  background-color: #373737;
  transition: margin 0.15s, opacity 0.15s;
	z-index: 3;
}
.animenu__nav__dropdown > li {
  width: 100%;
  border-bottom: 1px solid #515151;
	z-index: 3;
}
.animenu__nav__dropdown > li:first-child > a:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  left: 1em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
	z-index: 3;
}
.animenu__nav__dropdown > li:last-child {
  border: 0;
	z-index: 3;
}
.animenu__nav__dropdown a {
  padding: 10px;
  width: 100%;
  border-color: #373737;
	z-index: 3;
}
.animenu__nav__dropdown a:hover {
  background-color: #FCE205;
  border-color: #FCE205;
  color: #000000;
	z-index: 3;
}
.animenu__nav__dropdown a:focus-within {
  background-color: #FCE205;
  border-color: #FCE205;
  color: #000000;
	z-index: 3;
}

@media screen and (max-width: 767px) {
  .animenu__btn {
    display: inline-block;
	  z-index: 3;
  }

  .animenu__nav,
.animenu__nav__dropdown {
    display: none;
	z-index: 3;
  }

  .animenu__nav {
    margin: 10px 0;
	  z-index: 3;
  }
  .animenu__nav > li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #515151;
	  z-index: 3;
  }
  .animenu__nav > li:last-child {
    border: 0;
	  z-index: 3;
  }
  .animenu__nav > li:first-child > a:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
	  z-index: 3;
  }
  .animenu__nav > li > a {
    width: 100%;
    padding: 10px;
    border-color: #111;
    position: relative;
	  z-index: 3;
  }
  .animenu__nav a:hover {
    background-color: #0186ba;
    border-color: #0186ba;
    color: #fff;
	  z-index: 3;
  }

  .animenu__nav__dropdown {
    position: static;
    background-color: #373737;
    margin: 0;
    transition: none;
    visibility: visible;
    opacity: 1;
	  z-index: 3;
  }
  .animenu__nav__dropdown > li:first-child > a:after {
    content: none;
	  z-index: 3;
  }
  .animenu__nav__dropdown a {
    padding-left: 20px;
    width: 100%;
	  z-index: 3;
  }
}
.animenu__nav--active {
  display: block !important;
	z-index: 3;
}
.animenu__nav--active .animenu__nav__dropdown {
  display: block;
	z-index: 3;
}

body button {
  position: relative;
  padding: 0.75em 2em;
  border-radius: 20px;
  background: #181a20;
  border: 2px solid #ffffff;
  font-family: inherit;
  font-size: 15px;
  cursor: pointer;
  overflow: hidden;
  width: 130px;
  height: 35px;
  color: transparent;
  margin-left: 20px;
	margin-top: 23px;
}

body button .text,
body button .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  color: white;
}
body button .layer {
  filter: url("#blob");
}
body button .layer .blob {
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  aspect-ratio: 1;
  width: 1.25em;
  transition: 0.4s ease-out;
}
body button .layer .blob.hover {
  background: #fce205;
}
body button .layer .blob.active {
  background: #043bef;
}

body button:hover .text {
  color: black;
}

body button:hover .hover {
  width: 6em;
  transition-timing-function: ease-in;
}
body button:active .active {
  width: 6em;
  transition-timing-function: ease-in;
}

.show {
display: flex;
border-top-left-radius: 10px; /* 左上角圆角 */
  border-top-right-radius: 10px; /* 右上角圆角 */
  border-bottom-left-radius: 10px; /* 左下角无圆角 */
  border-bottom-right-radius: 10px; /* 右下角无圆角 */

height: 600px;
width: 1200px;
background-color: #FBF8E8;
margin: 20px auto 0;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);}

.group {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.item {
  width: 80px;
  height:500px;
  background-position: center;
  background-size: 900px;
  margin: 30px;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  position: relative;z-index: 1;
}

.item .text1 {
  writing-mode: vertical-rl; /* 设置文字为竖排列 */
  text-orientation: upleft;
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  height: 70%;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: white;
  z-index: 1;
  letter-spacing:10px;
}


.item .introduce1 {
  position: absolute;
  top: -50px;
  left: 50px;
  width: 90%;
  height: 70%;
  display: none;
  align-items: center;
  font-size: 15px;
  font-family: "微软雅黑";
  text-align: left;
  color: white;
  z-index: 1;
  letter-spacing:5px;
}

.item .introduce2 {
  position: absolute;
  top:  -35px;
  left: 50px;
  width: 90%;
  height: 70%;
  display: none;
  align-items:center;
  font-size: 15px;
  font-family: "微软雅黑";
  text-align: left;
  color: white;
  z-index: 1;
  letter-spacing:5px;
}

.item .introduce3 {
  position: absolute;
  top:  -35px;
  left: 50px;
  width: 90%;
  height: 70%;
  display: none;
  align-items:center;
  font-size: 15px;
  font-family: "微软雅黑";
  text-align: left;
  color: white;
  z-index: 1;
  letter-spacing:5px;
}

.item .introduce4 {
  position: absolute;
  top: -55px;
  left: 50px;
  width: 90%;
  height: 70%;
  display: none;
  align-items: center;
  font-size: 15px;
  font-family: "微软雅黑";
  text-align: left;
  color: white;
  z-index: 1;
  letter-spacing:5px;
}


.item .text2 {
  writing-mode: vertical-rl; /* 设置文字为竖排列 */
  text-orientation: upleft;
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  height: 70%;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: white;
	letter-spacing:10px;
	z-index: 1;
}

.item .text3 {
  writing-mode: vertical-rl; /* 设置文字为竖排列 */
  text-orientation: upleft;
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  height: 70%;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: white;
	letter-spacing:10px;
	z-index: 1;
}


.item .text4 {
  writing-mode: vertical-rl; /* 设置文字为竖排列 */
  text-orientation: upleft;
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  height: 70%;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: white;
  letter-spacing:10px;
  z-index: 1;
}

.item .overlay {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left:20px;
  margin-top:50px;
  width: 50%;
  height: 60%;
  background-color: black;
  opacity: 0.3;
	z-index: 0;
}

.item button {
  display: none;
  position: absolute;
  top: 180px;
  left: 30px;
  padding: 0.75em 2em;
  border-radius: 20px;
  background: #181a20;
  border: 2px solid #ffffff;
  font-family: inherit;
  font-size: 15px;
  cursor: pointer;
  overflow: hidden;
  width: 130px;
  height: 35px;
  color: transparent;	
  z-index: 2;
}
  

.item button .text,
.item button .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  color: white;z-index: 1;
}
.item button .layer {
  filter: url("#blob");z-index: 1;
}
.item button .layer .blob {
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  aspect-ratio: 1;
  width: 1.25em;
  transition: 0.4s ease-out;z-index: 1;
}
.item button .layer .blob.hover {
  background: #fce205;z-index: 1;
}
.item button .layer .blob.active {
  background: #043bef;z-index: 1;
}

.item button:hover .text {
  color: black;z-index: 1;
}

.item button:hover .hover {
  width: 6em;
  transition-timing-function: ease-in;z-index: 1;
}
.item button:active .active {
  width: 6em;
  transition-timing-function: ease-in;z-index: 1;
}

.item .downtext1 {
  position: absolute;
  top: 78px;
  left: 53px;
  width: 100%;
  height: 70%;
  display: none;
  align-items: center;
  font-size: 15px;
  color: white;
  z-index: 1;
}

.percent1{
  position: absolute;
  top: 205px;
  left: 50px;
  align-items: center;
  font-size: 15px;
  font-family: "微软雅黑";
  text-align: left;
  color: white;
  z-index: 1;
  display: none;
}

.progress1{
  position: absolute;
  top: 230px;
  left: 55px;
  align-items: center;
  font-size: 15px;
  font-family: "微软雅黑";
  text-align: left;
  color: white;
  z-index: 1;
  letter-spacing:5px;
  display: none;
}

.percent2{
  position: absolute;
  top: 205px;
  left: 50px;
  align-items: center;
  font-size: 15px;
  font-family: "微软雅黑";
  text-align: left;
  color: white;
  z-index: 1;
	display: none;
}

.progress2{
  position: absolute;
  top: 230px;
  left: 55px;
  align-items: center;
  font-size: 15px;
  font-family: "微软雅黑";
  text-align: left;
  color: white;
  z-index: 1;
  letter-spacing:5px;
	display: none;
}

.percent3{
  position: absolute;
  top: 205px;
  left: 50px;
  align-items: center;
  font-size: 15px;
  font-family: "微软雅黑";
  text-align: left;
  color: white;
  z-index: 1;
	display: none;
}

.progress3{
position: absolute;
top: 230px;
left: 55px;
align-items: center;
font-size: 15px;
font-family: "微软雅黑";
text-align: left;
color: white;
z-index: 1;
letter-spacing:5px;
display: none;
}


.midarea {
height: 1300px;
width: 1200px;
background-color: #FBF8E8;
margin: 20px auto 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
border-top-left-radius: 10px; /* 左上角圆角 */
border-top-right-radius: 10px; /* 右上角圆角 */
border-bottom-left-radius: 0px; /* 左下角无圆角 */
border-bottom-right-radius: 0px; /* 右下角无圆角 */
display: flex;
flex-direction: column;
}

.midarea .chat {
height: 600px;
width: 100%;
background-color: #FBF8E8;
margin: 20px auto 0;
display: flex;
flex-direction: column;
}

.chat .chattext{
width: 100%;
height: 30%;
}

.chat .chattext .pic img{
	margin-top: 20px;
	margin-left: 185px;
}

.chat .chattext .text{
margin-left: 160px;
margin-top: -55px;
font-size: 20px;
font-family: "微软雅黑";
}

.chat .chatask{
width: 100%;
height: 30%;
	display: flex;
}
.chat .chatask .input{
height: 100%;
	width: 60%;
}
.chat .chatask .buttonsend{
	height: 100%;
	width: 40%;
}

.chat .chatask .input .human{
border: none;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
margin-left: 150px;
margin-top: -160px;
border-radius: 10px;
padding: 10px;
font-size: 15px;
font-family: "微软雅黑";
resize: none; /* 禁止拖动调整大小 */
background-color: #ffffff; /* 背景颜色 */
}

.chat .chatask .buttonsend{
	margin-left: -100px;
	margin-top:-75px;	
}

.chat .chatask .buttonsend button{
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.chat .chatanswer{
width: 100%;
height: 40%;
}

.chat .chatanswer .textarea{
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
border-radius: 10px;
margin-left: 150px;
margin-top: -120px;
padding: 10px;
font-size: 15px;
background-color: #ffffff; /* 背景颜色 */
height: 300px; /* 设置高度 */
width: 900px;
box-sizing: border-box;
outline: none; 
}

.separate{
height: 100px;
width: 1200px;
background-color: #FBF8E8;
margin: 0px auto 0;	
}

.Line{
height: 2px;
width: 1200px;
background-color: #FBF8E8;
}

.separate .newstitle{
	height: 98px;
	width:100%;
	display: flex;
}

.separate .newstitle .titlepic{
	margin-left: 120px;
	margin-top:50px;
	height: 100%;
	width: 15%;
}
.separate .newstitle .titletext{
	margin-left: -100px;
	margin-top:68px;
font-size: 20px;
font-family: "微软雅黑";
	height: 100%;
	width: 85%;
}
.news {
height: 600px;
width: 100%;
background-color: #FBF8E8;
margin: 0px auto 0;
display: flex;
flex-direction: column;
flex-direction: row;
}

.news .listdiv
{
  width: 30%;
  height: 100%;
}

.news-list {
width:90%;
height: 86%;	
margin-left:55px; 
margin-top:45px;
overflow-y: scroll;
}

.news-list::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.news-item {
margin-left:5px;
margin-top:5px;
width: 275px;
height: 165px;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 10px;
background-color: #ffffff;
margin-bottom: 20px;
border-radius: 10px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.news-item-date {
width: 40px;
height: 55px;
font-size: 13px;
line-height: 18px;
text-align: center;
border-top-left-radius: 10px; /* 左上角圆角 */
border-top-right-radius: 0px; /* 右上角圆角 */
border-bottom-left-radius: 0px; /* 左下角无圆角 */
border-bottom-right-radius: 0px; /* 右下角无圆角 */
font-weight: bold;
background-color: #FCE205;
position: fixed
}
.news-item-text{
	font-size:14px;
}

.news-text {
	font-size: 10px;
	margin-left: 20px;
	margin-top: 50px;
  width: 65%;
  height: 85%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.Content1 {
height: 1420px;
width: 1200px;
margin: 0 auto 0;
background-color: #000000;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.Content1 .title{
	width: 100%;
	height: 100px;
	display: flex;
}

.Content1 .title .titlepic{
	margin-left: 120px;
	margin-top:50px;
	height: 100%;
	width: 15%;
}
.Content1 .title .titletext{
	margin-left: -100px;
	margin-top:68px;
	height: 100%;
	width: 85%;
	color: #ffffff;
	font-size: 20px;
font-family: "微软雅黑";
}
.Content1 .intr1{
width:100%;
height: 659px;	
display:flex;
}

.Content1 .intr1 .intrtext1{
height:100%;
width: 365px;
}

.Content1 .intr1 .intrtext1 .intrtext1a{
	margin-left:30px;
	margin-top:100px;
	font-size: 20px;
	color: #ffffff;
}

.Content1 .intr1 .intrtext1 .intrtext1b{
	margin-left:30px;
	margin-top:20px;
	font-size: 14px;
	color: #ffffff;
}

.Content1 .intr1 .intrline1{
height:100%;
width: 2px;
}

.Content1 .intr1 .intrline1 img{
margin-top:20px;
}

.Content1 .intr1 .intrpic1{
height:100%;
width: 466px;	
}

.Content1 .intr1 .intrpic1 img{
margin-left:20px;
margin-top:100px;
}

.Content1 .intr1 .intrline2{
height:100%;
width: 2px;
}

.Content1 .intr1 .intrline2 img{
margin-top:20px;
}

.Content1 .intr1 .intrtext2{
height:100%;
width: 365px;
}

.Content1 .intr1 .intrtext2 .intrtext2a{
	margin-left:30px;
	margin-top:100px;
	font-size: 20px;
	color: #ffffff;
}

.Content1 .intr1 .intrtext2 .intrtext2b{
	margin-left:30px;
	margin-top:20px;
	font-size: 14px;
	color: #ffffff;
}
.Content1 .intrline3{
	width:100%;
	height: 2px;	
}

.Content1 .intrline3 img{
	margin-left: 25px;
}

.Content1 .intr2{
	width:100%;
	height: 659px;
	display:flex;	
}

.Content1 .intr2 .intrtext3{
width:55%;
height: 659px;
}

.Content1 .intr2 .intrtext3 .intrtext3a{
margin-left:30px;
margin-top:70px;
font-size: 20px;
color: #ffffff;
}

.Content1 .intr2 .intrtext3 .intrtext3b{
margin-left:30px;
margin-top:20px;
font-size: 14px;
color: #ffffff;
}

.Content1 .intr2 .intrpic2{
width:45%;
height: 659px;
}

.Content1 .intr2 .intrpic2 img{
margin-left:45px;
margin-top:155px;
}

.title1{
margin: 0 auto 0;
background-color: #0d0d0d;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
width: 1200px;
height: 100px;
display: flex;
}

.title1 .titlepic1{
	margin-left: 120px;
	margin-top:50px;
	width: 15%;
	height: 100%;
}
.title1 .titletext1
{	
	margin-left: -100px;
	margin-top:62px;
	width: 85%;
	height: 100%;
	font-size: 20px;
	color:#ffffff;
	font-family: "微软雅黑";
}

.show3 {
height: 600px;
width: 1200px;
margin: 0 auto 0;
background-color: #0d0d0d;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
display: flex;
}


.show3 .intrpic3{
height: 100%;
width: 50%;
}

.show3 .intrpic3 img{
margin-left:16px;
margin-top:86px;
}

.show3 .plantext{
height: 100%;
width: 50%;
}

.show3 .plantext .explain{
height: 25%;
width: 100%;
}

.show3 .plantext .explain .explaintext{
margin-left:0px;
margin-top:105px;
font-size: 15px;
font-family: "微软雅黑", sans-serif;
color:#ffffff;
}

.show3 .plantext .buttonLocation{
height: 12%;
width: 100%;
}

.show3 .plantext .buttonLocation .db4{
margin-left:10px;
margin-top:-30px;
}

.show3 .plantext .pic{
height: 20%;
width: 100%;	
}

.show3 .plantext .level{
height: 10%;
width: 100%;
display: flex;
	
}

.show3 .plantext .level .intr1{
height: 100%;
width: 33%;
margin-top: -32px;
margin-left: -10px;
font-size: 13px;
font-weight: bold;
font-family: "微软雅黑", sans-serif;
color:#ffffff;
text-align: center;
text-align-last: center;
}

.show3 .plantext .level .intr2{
margin-top: -32px;
margin-left: -20px;
font-size: 13px;
font-weight: bold;
font-family: "微软雅黑", sans-serif;
height: 100%;
width: 33%;
color:#ffffff;
text-align: center;
text-align-last: center;
}

.show3 .plantext .level .intr3{
margin-top: -32px;
margin-left: -47px;
font-size: 13px;
font-weight: bold;
font-family: "微软雅黑", sans-serif;
height: 100%;
width: 34%;
color:#ffffff;
text-align: center;
text-align-last: center;
}

.show3 button[type="submit"]:hover {
background-color: #FCE205;
color: #000000;
}

.show2 {
height: 550px;
width: 1200px;
background-color: #000000;
margin: 0 auto 0;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.show2 .messagetitle{
width: 100%;
height: 25%;
display: flex;
}

.show2 .messagetitle .titlepic{
	width: 15%;
	height: 100%;
}

.show2 .messagetitle .titlepic img{
	margin-left: 120px;
	margin-top:50px;		
}

.show2 .messagetitle .titletext{
	margin-left: 50px;
	margin-top:62px;
	width: 85%;
	height: 100%;
	font-size: 20px;
	color:#ffffff;
	font-family: "微软雅黑";
}


.show2 .relation{
width: 100%;
height: 15%;
display:flex;
}

.show2 .relation .nickname{
	width: 50%;
	height: 100%;
	margin-top:-10px;
	margin-left:110px;
}
.show2 .relation .nickname .error-relationnick{
  color:#989898;
}

.show2 .relation .nickname .textarea1{
border: none;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
border-radius: 10px;
padding: 10px;
font-size: 15px;
font-family: "微软雅黑";
resize: none; /* 禁止拖动调整大小 */
background-color: #ffffff; /* 背景颜色 */}

.show2 .relation .mail{
	width: 50%;
	height: 100%;
	margin-top:-10px;
	margin-left:-300px;
}

.show2 .relation .mail .error-relationmail{
  color:#989898;
}

.show2 .relation .mail .textarea2{
border: none;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
border-radius: 10px;
padding: 10px;
font-size: 15px;
font-family: "微软雅黑";
resize: none; /* 禁止拖动调整大小 */
background-color: #ffffff; /* 背景颜色 */
}

.show2 .messagecontent{
width:100%;
height: 45%;
margin-top:-15px;
margin-left:110px;
}

.show2 .messagecontent .error-relationcontent{
  color:#989898;
}



.show2 .messagesend
{	
	width:100%;
	height: 15%;
}

.show2 .messagesend .db3{
	
	margin-top:10px;
margin-left:110px;
}

.show2 .messagesend .messageinfo{
  margin-top:-28px;  
  margin-left:260px;
  color:#989898;
}

.show2 .messagecontent .textarea3{border: none;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
border-radius: 10px;
padding: 10px;
font-size: 15px;
font-family: "微软雅黑";
resize: none; /* 禁止拖动调整大小 */
background-color: #ffffff; /* 背景颜色 */}

.show4 {			
height: 300px;
width: 1200px;
margin: 0 auto 0;
background-color: #000000;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
	
	border-top-left-radius: 0px; /* 左上角圆角 */
  border-top-right-radius: 0px; /* 右上角圆角 */
  border-bottom-left-radius: 10px; /* 左下角无圆角 */
  border-bottom-right-radius: 10px; /* 右下角无圆角 */
}

.show4 .line{
display: flex;
height: 5px;
width:900px;
margin-left: 28px;
}

.show4 .text{
display: flex;
height: 295px;
width: 1200px;
}

.show4 .recond{
height: 295px;
width: 45%;
}

.show4 .brand{
	margin-left: 228px;
	margin-top:30px;
width: 50%;
height: 30%;
}

.show4 .brandtext{
width: 100%;
height: 55%;
}

.show4 .brandtext1{
font-size: 18px;
font-weight: bold;
font-family: "微软雅黑";
color: #ffffff;
margin-left: 310px;
margin-top: -20px;
width: 100%;
height: 55%;	
}

.show4 .brandtext2{
font-size: 13px;
font-weight: bold;
font-family: "微软雅黑";
color: #ffffff;
margin-left: 273px;
margin-top: -55px;
width: 100%;
height: 55%;	
}

.show4 .registertext{
font-size: 13px;
font-weight: bold;
font-family: "微软雅黑";
color: #636363;
margin-left: -100px;
margin-top: -40px;
	text-align: right;
width: 100%;
height: 55%;	
}

.show4 .agreement{
margin-top:20px;
height: 295px;
width: 20%;
}

.show4 .no1{
display: flex;
width: 100%;
height: 30%;
}

.show4 .no2{
display: flex;
width: 100%;
height: 20%;
}

.show4 .no3{
display: flex;
width: 100%;
height: 50%;
}

.show4 .qr1{
height: 295px;
width: 10%;
	margin-top:30px;
}

.show4 .qr2{
height: 295px;
width: 15%;	
margin-top:30px;
}

.show4 .qrpic{
display: flex;
width:100%;
height: 40%;
	margin-top:-10px
}

.show4 .qrtext{
display: flex;
margin-left: 40px;
margin-top: -20px;
width:100%;
height: 10%;
color:#ffffff;
}

.show4 .qrpic img{
margin-left: 20px;
margin-top: 20px;
}

.show4 a1{
color:#ffffff;
margin-top: 50px;
margin-left: 60px;
}
.show4 a2{
color:#ffffff;
margin-top: 20px;
margin-left: 60px;
}
.show4 a3{
color:#ffffff;
margin-top: 20px;
margin-left: 60px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal {
  background-color: #FBF8E8;
  padding: 20px;
  border-radius: 10px;
  width:368px;
  height: 250px;
}

.modal input {
  margin-top:20px;
  margin-left:20px;
  height: 35px;
  width: 200px;
  border-radius: 20px;
  padding-left:20px;
  font-family: "微软雅黑";
  font-size:15px;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.modal label {
  margin-left:10px;
  font-size:10px;
}

.modal button {
  margin-top:30px ;
  margin-right: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.forgetpw{
  margin-left: 255px;
  margin-top: 15px;
  font-size:15px;
}
.infomain{
height: 1300px;
width: 1000px;
background-color: #FBF8E8;
margin: 20px auto 0;
margin-left:100px;

display: flex;
flex-direction: column;

}

.infomain .Gptbeebeam iframe{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  width: 1000px;
  height:500px;
}