* {
  box-sizing: border-box;
}

body,
html {
  line-height: 1;
}

ul {
  list-style: none;
}

p {
  margin: 0;
}

@font-face {
  font-family: "fine";
  src: url(../img/fine.ttf);
}

.bg{
  background-color: #999 !important;
}
.margin-right{
  margin-right: 30px;
}
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.header {
  width: 100%;
  height: 110px;
  background-image: url(../img/header-bg.jpg);
  background-size: 100% 100%;
}

.header-wrap {
  width: 1190px;
  height: 100%;
  margin: 0 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.header-wrap .title {
  font-size: 18px;
  color: #333;
}

.header-wrap .time {
  font-family: "fine";
  font-size: 36px;
  color: #e52837;
  padding: 13px 0 12px;
}

.header-wrap .address {
  font-size: 14px;
  color: #333;
}

.header-wrap .icon {
  width: 32px;
}

.header-wrap .meet-title {
  font-size: 30px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #325ba5;
}

.header-wrap .monad span {
  margin-right: 20px;
  font-size: 16px;
}

.header-wrap .qrcode {
  width: 90px;
  height: 90px;
}

.header-wrap .img {
  width: 100%;
  height: 100%;
}

.header-wrap .right {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.header-wrap .end-time {
  font-size: 14px;
  color: #333;
  margin-left: 20px;
}

em {
  color: #e52837;
  height: 40px;
  font-size: 32px;
  padding: 0 5px;
  font-style: normal;
}

.logo {
  width: 20%;
}

.header .meet {
  margin-left: 37px;
  /* display: flex;
  flex-direction: column; */
}

.navs {
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.navs,
.navs .content {
  background-image: linear-gradient(90deg, #4d0ec0, #1d4ac6);
}

.navs .content {
  width: 1190px;
  height: 100%;
  line-height: 100%;
  margin: 0 auto;
  white-space: nowrap;
}

.navs .content a {
  display: inline-block;
  /* width: 12.5%; */
  height: 60px;
  padding: 0 33px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

.navs .content a.active {
  background-color: #664bcd;
  color: #fff;
}

.main {
  width: 1190px;
  margin: 0 auto;
}

.main .title {
  font-size: 28px;
  color: #264caf;
  padding: 55px 0 24px;
}

.main .form {
  width: 100%;
  background-color: #0f0a55;
  padding: 50px 54px;
  box-sizing: border-box;
  background-image: url(../img/bg.png);
  background-size: cover;
}

.form-item {
  color: #fff;
  margin-bottom: 20px;
}

.form-item .label {
  width: 109px;
  font-size: 14px;
}

.form-item .label:before {
  content: "*";
  color: #c91414;
  margin-right: 5px;
}

.form-item .hide.label:before {
  display: none;
}

.form-item input {
  width: 100%;
  height: 46px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.form-item .select {
  height: 46px;
}

.ant-form-item {
  -webkit-flex: 1 1;
  flex: 1 1;
  margin-bottom: 0;
}

.ant-select-selector {
  height: 46px !important;
}

.ant-select-selection-item,
.ant-select-selection-placeholder {
  line-height: 46px !important;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 15px 0 35px;
  opacity: 0.2;
}

.join {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  margin: 25px 0 44px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.danger {
  margin: 0 10px;
  background-color: #ff4d4f;
}

.ant-radio-group {
  width: 100%;
}

.ant-radio-wrapper {
  width: 15%;
  margin-right: 0;
}

.ant-checkbox-wrapper span,
.ant-radio-wrapper span {
  color: #fff;
}

.ant-checkbox-group {
  width: 100%;
}

.ant-checkbox-wrapper {
  width: 30%;
  margin: 10px 0 !important;
  margin-left: 26px !important;
}

.look .ant-checkbox-wrapper {
  width: 25%;
}

.mt-10 {
  margin-top: 10px;
}

.column .label {
  width: auto !important;
}

.pay {
  margin: 20px 0;
  font-size: 14px;
}

.pay_text,
.pay_text:hover {
  color: #ce754a;
  text-decoration: underline;
}

.pay .desc {
  opacity: 0.5;
}

.center {
  margin-top: 50px;
}

.center,
.submit {
  text-align: center;
}

.submit {
  display: inline-block;
  width: 250px;
  height: 60px;
  background-image: linear-gradient(90deg, #4d0ec0, #1d4ac6);
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
}

.submit:active,
.submit:focus,
.submit:hover {
  background-image: linear-gradient(90deg, #4d0ec0, #1d4ac6) !important;
  color: #fff;
}

.submit[disabled] {
  background-image: linear-gradient(90deg, #4d0ec0, #1d4ac6);
  color: #fff;
}

.submit[disabled]:focus,
.submit[disabled]:hover {
  color: #fff;
}

.line {
  width: 100px !important;
  height: 20px !important;
  outline: none;
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0 !important;
  color: #fff !important;
}

.ant-form-item-label > label {
  height: 46px;
  color: #fff;
}

.footer {
  width: 100%;
  height: 100px;
  background-color: #282f32;
  text-align: center;
  margin-top: 64px;
  padding: 30px 0 0;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  box-sizing: border-box;
  overflow: hidden;
}

.message {
  margin: 15px 10px 35px;
}

.ant-modal-body {
  padding: 20px;
}

.ant-modal-body .success {
  font-size: 20px;
  color: #1890ff;
  text-align: center;
}

.ant-modal-body .success span {
  padding-left: 10px;
}

.ant-modal-body .title {
  color: #666;
  line-height: 30px;
  text-align: center;
  padding-top: 10px;
}

.ant-modal-body .main-content {
  padding-top: 20px;
  line-height: 30px;
}

.ant-modal-body .back {
  text-align: center;
  padding-top: 20px;
}

/* mask */
.mask {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.mask .content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 490px;
  height: 300px;
  background-color: #fff;
  border-radius: 10px;
}

.mask .content .title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #2a2a82;
}

.mask .content .title img {
  width: 40px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.mask .content .download {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}

.mask .content .download .btns {
  width: 100%;
  text-align: center;
}

.mask .content .download .btns a {
  display: inline-block;
  width: 28%;
  margin: 0 10px;
}

.mask .content .btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 2px 6px;
  font-size: 16px;
  color: #666;
  background: #fff;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 1px;
  border: none;
}

.mask .content .msg {
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: red;
  letter-spacing: 1px;
  margin-top: 5px;
}
.mask .content .quit{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 2px 24px;
  color: #fff;
  background: #202162;
  cursor: pointer;
  letter-spacing: 1px;
  border: none;
  border-radius: 5px;
}
.mask .content .del{
  position: absolute;
  top: 2%;
  right: 2%;
  font-size: 16px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  box-shadow: 2px 2px 10px #ccc;
  text-align: center;
  padding-top: 1px;
  cursor: pointer;
}

/*  */

@media screen and (max-width: 1190px) {
  .main {
    width: 95%;
  }

  .header .header-wrap {
    width: 100%;
    /* padding: 0 20px; */
  }

  .navs .content {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    overflow-x: scroll;
  }

  .navs .content a {
    width: 17%;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  .navs .content a {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }

  .forum .ant-checkbox-wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 800px) {
  .ant-radio-wrapper {
    width: 20%;
    margin-bottom: 20px;
  }

  .ant-checkbox-wrapper,
  .look .ant-checkbox-wrapper {
    width: 50%;
  }

  .forum .ant-checkbox-wrapper {
    width: 100%;
  }

  .logo {
    width: 140px;
  }

  .header {
    height: 100px;
  }

  .header-wrap .title {
    font-size: 14px;
  }

  .header-wrap .time {
    font-size: 28px;
    padding: 10px 0;
  }

  .header-wrap .address {
    font-size: 12px;
  }

  .header-wrap .icon {
    width: 24px;
  }

  .header-wrap .right span {
    height: 32px;
    font-size: 12px;
  }

  em {
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {
  .margin-right{
    margin-right: 60%;
  }
  .flex {
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }

  .ant-form,
  .main {
    width: 90%;
    margin: 0 auto;
  }

  .header {
    height: auto;
    padding: 20px 0;
  }

  .header-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .header-wrap .right {
    display: none;
  }

  .navs .content a {
    width: auto;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
  }

  .logo {
    width: 140px;
  }

  .header-wrap .monad span {
    margin-right: 0;
  }

  .main .form {
    padding: 20px 0;
  }

  .form-item {
    margin-bottom: 0;
  }

  .divider {
    margin: 20px 0;
  }

  .navs,
  .navs .content a {
    height: 40px;
    line-height: 40px;
  }

  .ant-radio-wrapper {
    width: 50%;
  }

  .ant-checkbox-wrapper,
  .look .ant-checkbox-wrapper {
    width: 100%;
  }

  .submit {
    width: 140px;
    height: 40px;
    font-size: 14px;
  }

  .main .title {
    font-size: 20px;
    padding: 20px 0;
  }

  .footer {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 20px 0 0;
  }

  .icp {
    display: none;
  }

  input {
    height: 32px !important;
  }

  .form-item .select {
    height: 32px;
  }

  .ant-select-selector {
    height: 32px !important;
  }

  .ant-select-selection-item,
  .ant-select-selection-placeholder {
    line-height: 32px !important;
  }

  .join {
    height: 40px;
    line-height: 40px;
  }

  .info {
    margin: 20px 0 0;
  }

  .message {
    margin: 20px 10px 0;
  }

  .type-divider {
    margin: 0 0 20px;
  }

  .danger {
    margin: 20px 10px 0;
  }

  .header .meet {
    margin-left: 30px;
  }

  .header-wrap .meet-title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .header-wrap .monad {
    margin-top: 16px;
    font-size: 12px;
  }

  .header-wrap .monad span {
    display: block;
    margin-top: 5px !important;
    font-size: 12px;
  }

  /* mask */
  .mask .content {
    position: relative;
    width: 85%;
    height: 240px;
    border-radius: 10px;
  }
  .mask .content .download .btns a {
    width: 40%;
  }
  .mask .content .btn {
    width: 100%;
  }

  .mask .content .exit {
    width: 60%;
  }

  .mask .content .exit .quit {
    width: 100%;
  }
  .mask .content .del{
    position: absolute;
    top: 2%;
    right: 2%;
    font-size: 16px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    box-shadow: 2px 2px 10px #ccc;
    text-align: center;
    padding-top: 2px;
    cursor: pointer;
  }
  .mask .content .del span{
    display: inline-block;
  }
}
