html {
	font-size: 12px
}

body {
	background-color: white
}

* {
	box-sizing: border-box
}

.header {
	display: flex;
	height: 4.3rem;
	align-items: center;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto
}

.header .logo {
    width: 10.93rem;
    height: 3.93rem;
	margin-right: 1.88rem;
	cursor: pointer
}

.header .slogan {
	width: 11.31rem;
	height: 2.13rem;
	margin-right: 7rem
}

.header .tab {
	height: 1rem;
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #000000;
	opacity: 0.99;
	padding: 0 0.75rem;
	cursor: pointer
}

.header .tab a {
	text-decoration: none;
	color: #000000
}

.header .tab.active {
	color: #ff420a;
	position: relative
}

.header .tab.active::after {
	content: " ";
	position: absolute;
	width: 2rem;
	height: 0.06rem;
	background-color: #ff420a;
	bottom: -0.6rem;
	left: 0.8rem
}

.header .tryBtn {
	width: 5.38rem;
	height: 2.5rem;
	background-color: #ffaf03;
	border-radius: 0.25rem;
	opacity: 0.99;
	line-height: 2.5rem;
	font-family: PingFangSC-Medium;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #ffffff;
	opacity: 0.99;
	text-align: center;
	margin-right: 1.13rem;
	margin-left: 1.13rem;
	cursor: pointer
}

.header .loginBtn {
	width: 5.38rem;
	height: 2.5rem;
	background-color: #ff5003;
	border-radius: 0.25rem;
	opacity: 0.99;
	line-height: 2.5rem;
	font-family: PingFangSC-Medium;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #ffffff;
	opacity: 0.99;
	text-align: center;
	cursor: pointer
}

.header .loginBtn a {
	text-decoration: none;
	color: #ffffff;
	width: 5.38rem;
	height: 2.5rem;
	display: inline-block
}

.header .loginBtn2 {
	width: 7.68rem;
	height: 2.5rem;
	background-color: #ffffff;
	border: 1px solid #ff7006;
	border-radius: 0.25rem;
	opacity: 0.99;
	line-height: 2.5rem;
	font-family: PingFangSC-Medium;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #ff7006;
	opacity: 0.99;
	text-align: center;
	margin-right: 1.13rem;
	margin-left: 1.13rem;	
	cursor: pointer
}

.header .loginBtn2 a {
	text-decoration: none;
	color: #ff7006;
	width: 7.68rem;
	height: 2.5rem;
	display: inline-block
}

.footer2 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8.2rem;
	background-color: #ff5003
}

.footer2>img {
	width: 9.18rem;
	height: 8.18rem;
	margin-right: 0.69rem
}

.footer2>div:nth-child(2) {
	font-family: PingFangSC-Semibold;
	font-size: 2.13rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #ffffff;
	margin-right: 12.75rem
}

.footer2>div:nth-child(3) {
	width: 8.81rem;
	height: 2.63rem;
	background-color: #ffffff;
	border-radius: 0.63rem;
	font-family: PingFangSC-Medium;
	font-size: 1.38rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.63rem;
	letter-spacing: 0rem;
	color: #ff5003;
	text-align: center;
	cursor: pointer
}

.footer {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8.75rem
}

.footer>div:nth-child(1) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.footer>div:nth-child(1)>div:nth-child(1) {
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #000000;
	opacity: 0.99;
	display: flex
}

.footer>div:nth-child(1)>div:nth-child(1)>div {
	margin-right: 1.44rem
}

.footer>div:nth-child(1)>div:nth-child(2) {
	font-family: Helvetica-Light;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #242424;
	margin-top: 1.2rem
}

.footer>div:nth-child(2) {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 25rem
}

.footer>div:nth-child(2)>img {
	width: 4.69rem;
	height: 4.69rem
}

.footer>div:nth-child(2)>div {
	font-family: STHeitiSC-Light;
	font-size: 0.88rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.17rem;
	letter-spacing: 0rem;
	color: #242424;
	margin-top: 0.5rem
}

#freetry {
	position: fixed;
	right: 4.13rem;
	top: 60%;
	width: 4.75rem;
	height: 9.69rem;
	overflow: hidden;
	transition: ease all 0.3s
}

#freetry>img:nth-child(1) {
	position: absolute;
	width: 4.75rem;
	height: 9.69rem;
	top: 0;
	left: 0
}

#freetry>img:nth-child(2) {
	position: absolute;
	width: 4.75rem;
	height: 4.85rem;
	top: 0;
	left: 0
}

#trydialog,#regdialog {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	overflow: auto;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.2)
}

#trydialog>div,#regdialog>div {
	width: 29.5rem;
	background-color: #ffffff;
	box-shadow: 0.23rem 0.44rem 0.25rem 0rem rgba(66,66,66,0.39);
	border-radius: 0.63rem;
	padding: 1.3rem;
	margin: 0 auto;
	margin-top: 3rem;
	margin-bottom: 3rem
}

#trydialog>div .title,#regdialog>div .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: PingFangSC-Medium;
	font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #000000;
	opacity: 0.99
}

#trydialog>div .title>img,#regdialog>div .title>img {
	width: 1.75rem;
	height: 1.75rem
}

#trydialog>div .input,#regdialog>div .input {
	margin-left: 1.1rem;
	display: flex;
	align-items: center;
	margin-top: 1rem
}

#trydialog>div .input>div:nth-child(1),#regdialog>div .input>div:nth-child(1) {
	font-family: PingFangSC-Medium;
	font-size: 1.13rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #ff5003;
	margin: 1rem 0;
	width: 6rem
}

#trydialog>div .input>div:nth-child(2),#regdialog>div .input>div:nth-child(2) {
	height: 3.13rem;
	flex: 1;
	background-color: #ffffff;
	border-radius: 0.63rem;
	border: solid 0.06rem rgba(193,193,193,0.64);
	overflow: hidden
}

#trydialog>div .input>div:nth-child(2) input,#regdialog>div .input>div:nth-child(2) input {
	border: none;
	outline: none;
	height: 3.13rem;
	padding: 0 1rem;
	width: 100%
}

#trydialog>div .inputCode,#regdialog>div .inputCode {
	margin-left: 1.1rem;
	display: flex;
	align-items: center;
	margin-top: 1rem
}

#trydialog>div .inputCode>div:nth-child(1),#regdialog>div .inputCode>div:nth-child(1) {
	font-family: PingFangSC-Medium;
	font-size: 1.13rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #ff5003;
	margin: 1rem 0;
	width: 6rem
}

#trydialog>div .inputCode>div:nth-child(2),#regdialog>div .inputCode>div:nth-child(2) {
	display: flex;
	flex: 1
}

#trydialog>div .inputCode>div:nth-child(2)>div:nth-child(1),#regdialog>div .inputCode>div:nth-child(2)>div:nth-child(1) {
	flex: 1;
	height: 3.13rem;
	background-color: #ffffff;
	border-radius: 0.63rem;
	border: solid 0.06rem rgba(193,193,193,0.64);
	overflow: hidden;
	margin-right: 1.25rem;
	display: inline-block
}

#trydialog>div .inputCode>div:nth-child(2)>div:nth-child(1) input,#regdialog>div .inputCode>div:nth-child(2)>div:nth-child(1) input {
	border: none;
	outline: none;
	height: 3.13rem;
	padding: 0 1rem;
	width: 100%
}

#trydialog>div .inputCode>div:nth-child(2)>input:nth-child(2),#regdialog>div .inputCode>div:nth-child(2)>input:nth-child(2) {
	display: inline-block;
	height: 3.13rem;
	background-color: #ffffff;
	border-radius: 0.63rem;
	border: solid 0.13rem rgba(31,184,143,0.64);
	font-family: PingFangSC-Medium;
	font-size: 1rem;
	padding: 0 .2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 3rem;
	letter-spacing: 0rem;
	color: #1fb88f;
	text-align: center;
	cursor: pointer
}

#trydialog>div .btn,#regdialog>div .btn {
	width: 24.69rem;
	height: 3.13rem;
	cursor: pointer;
	background-color: #ff5003;
	border-radius: 1.56rem;
	font-family: PingFangSC-Regular;
	font-size: 1.38rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 3.13rem;
	letter-spacing: 0rem;
	color: #ffffff;
	text-align: center;
	margin-left: 1.1rem;
	margin-top: 1.1rem
}

#trydialog>div .divider,#regdialog>div .divider {
	width: 100%;
	border: dashed 1px #afafaf;
	margin: 1.7rem 0
}

#trydialog>div .text,#regdialog>div .text {
	font-family: PingFangSC-Regular;
	font-size: 1.13rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #000000;
	margin: 1.8rem 0;
	text-align: center
}

#trydialog>div .user,#regdialog>div .user {
	display: flex;
	justify-content: space-between;
	margin-left: 1.1rem;
	margin-right: 1.1rem;
	font-family: PingFangSC-Regular;
	font-size: 1.13rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #000000;
	margin-top: 2rem;
	align-items: center
}

#trydialog>div .user>img:nth-child(1),#regdialog>div .user>img:nth-child(1) {
	width: 3.13rem;
	height: 3.13rem;
	border-radius: 100%
}

#trydialog>div .user>img:nth-child(4),#regdialog>div .user>img:nth-child(4) {
	width: 3.56rem;
	height: 3.56rem;
	transition: ease all .3s
}

#trydialog>div .user:hover img:nth-child(4),#regdialog>div .user:hover img:nth-child(4) {
	transform: scale(3.5)
}

* {
  box-sizing: border-box;
  flex-shrink: 0;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.items-start {
  display: flex;
  align-items: flex-start;
}

.items-center {
  display: flex;
  align-items: center;
}

.items-end {
  display: flex;
  align-items: flex-end;
}
