.marketing {
  display: flex;
  background: url("../images/weiyi/download_bg.png");
  background-size: cover;
  flex-direction: column;
}
.marketing .header {
  font-size: 36px;
  color: #fff;
  margin-left: 361px;
  margin-top: 90px;
  margin-bottom: 109px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.marketing .header .span-2 {
  font-size: 24px;
}
.marketing .download-area {
  display: flex;
  margin-left: 360px;
}
.marketing .download-area:not(:first-child) {
  margin-top: 94px;
}
.marketing .download-area .download {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 76px;
}
.marketing .download-area .download .download-btn {
  width: 191px;
  height: 58px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 29px 29px 29px 29px;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  justify-content: center;
}
.marketing .download-area .download .download-btn .name {
  font-weight: bold;
  font-size: 20px;
  color: #3E66EA;
}
.marketing .download-area .download .update {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  align-items: center;
  margin-top: 16px;
}
.contact {
  display: flex;
  flex-direction: column;
  overflow: auto;
  overflow-x: hidden;
}
.contact .box {
  display: none;
}
.contact .header {
  font-weight: bold;
  font-size: 39px;
  color: #3E66EA;
  margin-left: 360px;
  margin-top: 75px;
  margin-bottom: 39px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.contact .header .span-2 {
  font-size: 24px;
  font-weight: 400;
}
.contact .description {
  position: relative;
}
.contact .description .desc {
  display: flex;
  flex-direction: column;
  width: 573px;
  margin-left: 360px;
}
.contact .description .desc span {
  text-indent: 32px;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 34px;
}
.contact .description .phone {
  width: calc(100% - 191px);
  margin-left: 191px;
  height: 232px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #11C1CE 0%, #34A5E2 33%, #528DF4 100%);
  border-radius: 116px 0px 0px 116px;
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
  margin-top: 40px;
}
.contact .description .jcsc {
  position: absolute;
  height: 100%;
  top: 0;
  left: 1013px;
}
.contact .description .jcsc img {
  height: 100%;
}
.contact .honer {
  margin-top: 112px;
}
.contact .honer .header {
  display: flex;
  flex-direction: column;
}
.contact .honer .header .span-1 {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}
.contact .honer .header .span-1 .blue {
  width: 26px;
  height: 6px;
  background: #3E66EA;
  border-radius: 5px 5px 5px 5px;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  margin-right: 11px;
}
.contact .honer .header .span-2 {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
}
.contact .honer .honer-show {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 540px;
  margin-left: 360px;
  width: fit-content;
}
.contact .honer .honer-show .img-1 {
  width: 344px;
  height: 243px;
  margin-right: 44px;
}
.contact .honer .honer-show .img-2 {
  width: 341px;
  height: 258px;
  margin-right: 44px;
  margin-top: 39px;
}
.contact .honer .honer-show .img-3 {
  width: 376px;
  height: 243px;
  margin-right: 44px;
}
.contact .honer .honer-show .img-4 {
  width: 376px;
  height: 258px;
  margin-right: 44px;
  margin-top: 39px;
}
.contact .honer .honer-show .img-5 {
  width: 392px;
  height: 539px;
}
.contact .address {
  width: 100%;
  min-height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/weiyi/concat_bg.png");
}
.contact .address .wx {
  width: 187px;
  height: 188px;
}
.contact .address .address-area {
  display: flex;
  flex-direction: column;
}
.contact .address .address-area .line-1 {
  line-height: 56px;
  font-weight: bold;
  font-size: 40px;
  color: #11C1CE;
  display: flex;
  align-items: center;
}
.contact .address .address-area .line-2 {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}
header .menu {
  position: relative;
}
header .menu .login-area {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  right: 55px;
}
header .menu .login-area span {
  cursor: pointer;
}
header .menu .login-area .join-area img {
  width: 148px;
  height: 38px;
  margin-left: 24px;
  cursor: pointer;
  content: url("../images/weiyi/joinmeeting.png");
}
header .menu .login-area .join-area:active img {
  content: url("../images/weiyi/joinmeeting_active.png");
}
header.fixed .line {
  top: -22px;
}
.login-form {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 502px;
  height: 459px ;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 8px 8px;
  z-index: 99999;
}
.login-form.hide {
  display: none;
}
.login-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-form .login-form-title {
  font-weight: 500;
  font-size: 25px;
  color: #000000;
  margin-top: 51px;
  margin-bottom: 30px;
}
.login-form .domain,
.login-form .account,
.login-form .password {
  background: #F6F6F6;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #CCCCCC;
  width: 382px;
  height: 52px;
  margin-bottom: 14px;
  outline: none;
  padding-left: 14px;
  box-sizing: border-box;
}
.login-form .domain:focus,
.login-form .account:focus,
.login-form .password:focus {
  border: 1px solid #31A7E0;
}
.login-form .confirm {
  width: 382px;
  height: 52px;
  color: #fff;
  background: linear-gradient(133deg, #11C1CE 0%, #11C1CE 0%, #34A5E2 33%, #528DF4 100%);
  border-radius: 3px 3px 3px 3px;
  border: none  ;
  box-sizing: border-box;
  padding: 0;
  font-size: 20px;
}
.join-meeting {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 502px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
.join-meeting.hide {
  display: none;
}
.join-meeting .join-title {
  font-weight: 500;
  font-size: 25px;
  color: #000000;
  margin-top: 51px;
  margin-bottom: 30px;
}
.join-meeting .serial,
.join-meeting .username,
.join-meeting .meeting-pwd {
  background: #F6F6F6;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #CCCCCC;
  width: 382px;
  height: 52px;
  outline: none;
  padding-left: 14px;
  box-sizing: border-box;
  margin-bottom: 14px;
}
.join-meeting .serial:focus,
.join-meeting .username:focus,
.join-meeting .meeting-pwd:focus {
  border: 1px solid #31A7E0;
}
.join-meeting .desc {
  margin-top: 14px;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-bottom: 35px;
}
.join-meeting .confirm {
  width: 382px;
  height: 52px;
  color: #fff;
  background: linear-gradient(133deg, #11C1CE 0%, #11C1CE 0%, #34A5E2 33%, #528DF4 100%);
  border-radius: 3px 3px 3px 3px;
  border: none  ;
  box-sizing: border-box;
  padding: 0;
  font-size: 20px;
  margin-bottom: 65px;
}
.join-meeting .step {
  display: flex;
  flex-direction: column;
}
.join-meeting .step.hide {
  display: none;
}
.join-meeting .serial-number {
  font-weight: 500;
  font-size: 21px;
  color: #666666;
  margin-bottom: 25px;
}
/*# sourceMappingURL=home.css.map */