body {
  margin: 0;
  background-color: #000;
}

img {
  display: block;
  margin: auto;
  max-width: 100%;
}

p {
  font-family: 'Microsoft JhengHei', Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial;
}

.pc {
  min-height: 100vh;
  min-width: 1920px;
  background-image: url(../img/pc/bg.png);
  background-repeat: no-repeat;
  position: relative;
  /* background-position: top center; */
}

.pc .header {
  height: auto;
  display: flex;
  justify-content: space-around;
}

.pc .logo,
.pc .live {
  display: flex;
}

.pc .live img,
.pc .logo img {
  cursor: pointer;
}

.pc .content {
  padding: 180px 0 214px;
  background-image: url(../img/pc/login.png?v1);
  background-repeat: no-repeat;
  margin-top: 135px;
  margin-left: 341px;

}

.pc .url {
  margin: 27px 0 17px 325px;
}

.pc .url p {
  margin: 0;
  color: #fff;
  font-size: 39px;
  font-weight: bold;
}

.pc .btnBox {
  display: inline-block;
  margin-left: 280px;
}

.pc .go {
  margin-bottom: 15px;
}

.pc .go img {
  width: 100%;
  margin: 0;
}

.pc .sbtn {
  display: flex;
}

.pc .fast {
  margin-right: 10px;
}

.pc .fast img {
  width: 100%;
}

.pc .liveBtn img {
  width: 100%;
}

.pc .footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  color: #f1e2a6;
}

.pc .footer p {
  text-align: center;
  margin: 7px 0;
}

.mb {
  min-height: 100vh;
  height: auto;
  background-image: url(../img/mb/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.mb .header {
  position: relative;
}

.mb .logo img {
  width: 16vh;
  padding: 1.5vh;
}

.mb .live img {
  position: absolute;
  width: 6vh;
  right: 3vw;
  top: 1.5vh;
}

.mb .stitle img {
  width: 70vw;
  margin-top: 4vh;
}

.mb .title img {
  width: 80vw;
  margin-top: 1vh;
}

.mb .login {
  background-image: url(../img/mb/login.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 100vh;
  margin-top: -15vw;
}

.mb .url {
  display: flex;
  justify-content: center;
  padding-top: 43vw;
  padding-bottom: 5vw;
}

.mb .url p {
  margin: 0;
  color: #fff;
  font-size: 8vw;
  font-weight: bold;
}
.mb .go{
  margin-bottom: 40px;
}
.mb .go img {
  width: 80vw;
}

.mb .sbtn {
  display: flex;
  justify-content: center;
}
.mb .fast {
  margin-right: 5vw;
}
.mb .login .fast img {
  width: 38vw;
}

.mb .liveBtn img {
  width: 38vw;
}

.mb .footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  color: #f1e2a6;
  font-size: 15px;
}

.mb .footer p {
  text-align: center;
}

.mb { display: none;}
@media(max-width: 1100px){
	.pc { display: none;}
  .mb { display: block;}
}

