.letswork-nav {
  height: 56px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.letswork-nav .content {
  max-width: 1000px;
  margin: 0 auto;
}
.letswork-nav .content .logo {
  float: left;
  height: 56px;
}
.letswork-nav .content .logo img {
  height: 100%;
}
.letswork-nav .content .nav-content {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.letswork-nav .content .nav-content li {
  padding: 0 10px;
  line-height: 54px;
  position: relative;
}
.letswork-nav .content .nav-content li a {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  height: 56px;
  display: inline-block;
  padding: 0 10px;
}
.letswork-nav .content .nav-content li .nav-hot {
  position: absolute;
  display: block;
  right: 3px;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url('../../img/hot.png') no-repeat;
  background-size: 16px 16px;
}
.letswork-nav .content .main-btn {
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  margin: 8px 20px 0 0;
  background: url('../../home/img/nav-more.svg') no-repeat center center;
}
.active {
  border-bottom: 2px solid #4481DC;
}
.active a {
  color: #4481DC !important;
  height: 53px !important;
  line-height: 52px !important;
}
.black-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
}
.suspension {
  position: fixed;
  bottom: 50px;
  right: 4%;
  z-index: 600;
}
.suspension .go-top,
.suspension .phone,
.suspension .qr-code,
.suspension .ljbm {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.suspension .ljbm {
  background-color: #4481DC;
}
.suspension .ljbm a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 12px;
}
.suspension .ljbm a p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
}
.suspension .go-top .img {
  width: 20px;
  height: 20px;
  background: url('../../home/img/go-top.svg') no-repeat center center;
}
.suspension .phone {
  position: relative;
}
.suspension .phone .img {
  width: 20px;
  height: 20px;
  background: url('../../home/img/phone.svg') no-repeat center center;
}
.suspension .phone .phone-number {
  display: none;
  width: 130px;
  height: 130px;
  border-radius: 10px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  left: -140px;
  overflow: hidden;
}
.suspension .phone .phone-number p {
  font-size: 16px;
  font-weight: bold;
  color: #999;
  padding-top: 70px;
  text-align: center;
}
.suspension .phone .phone-number img {
  width: 26px;
  height: 26px;
  position: absolute;
  margin: auto;
  left: 0;
  top: 30px;
  right: 0;
}
.suspension .qr-code {
  position: relative;
}
.suspension .qr-code .img {
  width: 20px;
  height: 20px;
  background: url('../../home/img/qr-code.svg') no-repeat center center;
}
.suspension .qr-code .qr-code-pic {
  display: none;
  width: 130px;
  height: 130px;
  border-radius: 10px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -140px;
  overflow: hidden;
}
.suspension .qr-code .qr-code-pic .img5 {
  width: 100%;
  height: 100%;
}
.suspension .go-top:hover,
.suspension .phone:hover,
.suspension .qr-code:hover {
  background-color: #4F96D9;
}
.suspension .go-top:hover .img,
.suspension .phone:hover .img,
.suspension .qr-code:hover .img {
  width: 20px;
  height: 20px;
}
.suspension .go-top:hover .img {
  background: url('../../home/img/go-top-hover.svg') no-repeat center center;
}
.suspension .phone:hover .img {
  background: url('../../home/img/phone-hover.svg') no-repeat center center;
}
.suspension .phone:hover .phone-number {
  display: block;
}
.suspension .qr-code:hover .img {
  background: url('../../home/img/qr-code-hover.png') no-repeat center center;
}
.suspension .qr-code:hover .qr-code-pic {
  display: block;
}
.suspension .ljbm:hover {
  background-color: #fff;
}
.suspension .ljbm:hover a p {
  color: #4481DC;
}
.letswork-footer {
  background-color: #F7F8F8;
}
.letswork-footer .page-center {
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.letswork-footer .page-center .footer-left {
  margin-right: 100px;
}
.letswork-footer .page-center .footer-left h4 {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
}
.letswork-footer .page-center .footer-left p {
  margin-bottom: 0;
  font-size: 12px;
  color: #999;
}
.letswork-footer .page-center .footer-right {
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.letswork-footer .page-center .footer-right .ewm01 {
  text-align: center;
}
.letswork-footer .page-center .footer-right .ewm01 img {
  width: 124px;
  height: 124px;
}
.letswork-footer .page-center .footer-right .ewm01 p {
  font-size: 14px;
  color: #666;
}
.copyright {
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: #999;
  padding: 15px;
  margin: 0 auto;
}
.copyright-app {
  display: none;
  width: 100%;
  margin: 15px auto;
}
.copyright-app p {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.banner {
  z-index: 7;
  position: relative;
  width: 100%;
  height: 176px;
  overflow: hidden;
  background: url(../../home/img/bisaibanner02.png) center center no-repeat;
  background-size: auto 100%;
  align-self: flex-end;
  margin-top: 56px;
}
.main-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1000px;
  margin: 50px auto 30px;
}
.main-nav .nav-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  height: 100px;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.main-nav .nav-box .nav-box-line {
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin: 15px 0 10px;
}
.main-nav .nav-box .nav-box-text {
  font-size: 16px;
  font-weight: bold;
  color: #999;
}
.main-nav .nav-box .nav-box-round {
  margin-top: 20px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #ccc;
}
.main-nav .nav-box:hover {
  background-color: rgba(68, 129, 220, 0.05);
}
.main-nav .nav-box:hover .nav-box-line {
  background-color: rgba(68, 129, 220, 0);
}
.main-nav .nav-box:hover .nav-box-text {
  color: #4481DC;
}
.main-nav .nav-box:hover .nav-box-round {
  background-color: #fff;
  border: 3px solid rgba(68, 129, 220, 0.5);
}
.main-nav .clickactive {
  background-color: rgba(68, 129, 220, 0.05);
}
.main-nav .clickactive .nav-box-line {
  background-color: #4481DC;
}
.main-nav .clickactive .nav-box-text {
  color: #4481DC;
}
.main-nav .clickactive .nav-box-round {
  background-color: rgba(68, 129, 220, 0.2);
  border: 3px solid #4481DC;
}
.download-main .page-center {
  max-width: 1000px;
  margin: 40px auto 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.download-main .page-center .download-main-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-main .page-center .download-main-box .pic6 {
  width: 30px;
  height: 30px;
}
.download-main .page-center .download-main-box a {
  font-size: 13px;
  color: #666;
  padding-left: 10px;
}
.download-main .page-center .download-main-box a:hover {
  color: #4481DC;
}
.matchdetail-main .page-center {
  max-width: 1000px;
  margin: 0 auto 80px;
}
.matchdetail-main .page-center .main-title {
  text-align: center;
  margin-top: 30px;
  padding: 0 15px 20px;
}
.matchdetail-main .page-center .main-title h4 {
  font-size: 18px;
  color: #666666;
}
.matchdetail-main .page-center .main-title p {
  font-size: 13px;
  color: #999;
  padding-top: 10px;
}
.matchdetail-main .page-center .main-pictext-box {
  display: flex;
  align-items: flex-start;
  height: 120px;
  margin-top: 30px;
}
.matchdetail-main .page-center .main-pictext-box .main-pictext-ewm {
  display: flex;
  justify-content: center;
  align-items: center;
}
.matchdetail-main .page-center .main-pictext-box .main-pictext-ewm img {
  width: 90px;
  height: 90px;
  margin: 0 10px 0 20px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}
.matchdetail-main .page-center .main-pictext-box .main-pictext-ewm span {
  font-size: 13px;
  color: #666;
  padding-right: 50px;
}
.matchdetail-main .page-center .main-pictext-box .main-pictext-left {
  width: 350px;
  margin: 0 0 0 50px;
  display: flex;
  flex-direction: column;
}
.matchdetail-main .page-center .main-pictext-box .main-pictext-left p {
  font-size: 13px;
  color: #666666;
  margin-bottom: 5px;
  text-align: left;
}
.matchdetail-main .page-center .main-pictext-box .main-pictext-left p a {
  display: inline-block;
}
.matchdetail-main .page-center .main-pictext-box .main-pictext-left p .click-btn {
  display: inline-block;
  width: 80px;
  height: 26px;
  color: #fff;
  background-color: #4481DC;
  border-radius: 3px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}
.matchdetail-main .page-center .main-pictext-box .main-pictext-left p .click-btn:hover {
  opacity: 0.8;
}
.matchdetail-main .page-center .main-pictext-box .main-pictext-left .pic4 {
  max-width: 700px;
  margin-top: 24px;
  max-height: 288px;
  align-self: center;
}
.matchdetail-main .page-center .main-pictext-box .main-pictext-left .pic5 {
  max-width: 200px;
  margin: 14px auto 14px;
  max-height: 200px;
}
.matchdetail-main .page-center .main-pictext-box .main-pictext-left .indent {
  text-indent: 2em;
}
.matchdetail-main .page-center .main-pictext {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.matchdetail-main .page-center .main-pictext p {
  font-size: 13px;
  color: #666666;
  margin-bottom: 5px;
  text-align: left;
}
.matchdetail-main .page-center .main-pictext p a {
  display: inline-block;
}
.matchdetail-main .page-center .main-pictext p .click-btn {
  display: inline-block;
  width: 80px;
  height: 26px;
  color: #fff;
  background-color: #4481DC;
  border-radius: 3px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}
.matchdetail-main .page-center .main-pictext p .click-btn:hover {
  opacity: 0.8;
}
.matchdetail-main .page-center .main-pictext .pic4 {
  max-width: 700px;
  margin-top: 24px;
  max-height: 288px;
  align-self: center;
}
.matchdetail-main .page-center .main-pictext .pic5 {
  max-width: 200px;
  margin: 14px auto 14px;
  max-height: 200px;
}
.matchdetail-main .page-center .main-pictext .indent {
  text-indent: 2em;
}
html {
  position: relative;
}
.black-bg-mc {
  background-color: rgba(0, 0, 0, 0.45);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh);
  z-index: 800;
  display: none;
}
.black-bg-mc .register-dialog {
  background-color: #fff;
  min-width: 550px;
  height: 600px;
  z-index: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.black-bg-mc .register-dialog .dialog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 20px;
}
.black-bg-mc .register-dialog .dialog-title p {
  font-size: 14px;
  color: #333;
}
.black-bg-mc .register-dialog .dialog-title span {
  width: 14px;
  height: 14px;
  background: url(../img/cha.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.black-bg-mc .register-dialog .dialog-main {
  padding-top: 20px;
}
.black-bg-mc .register-dialog .dialog-main .el-form {
  max-width: 500px;
  margin: 0 auto;
}
.black-bg-mc .register-dialog .dialog-main .el-form-item__content {
  width: 300px !important;
}
.black-bg-mc .register-dialog .dialog-main .el-input {
  width: 300px !important;
}
.black-bg-mc .register-dialog .dialog-main .el-form-item__label {
  padding: 0 !important;
  width: 120px !important;
  text-align: right;
  font-size: 13px !important;
}
.black-bg-mc .register-dialog .dialog-main .el-form-item {
  display: flex;
}
.black-bg-mc .register-dialog .dialog-main .el-button--mini {
  padding: 7px 40px !important;
}
.black-bg-mc .register-dialog .dialog-main .info_divide {
  padding-top: 10px;
  border-bottom: 1px solid #f5f5f5;
}
::v-deep .el-input {
  width: 400px !important;
}
