html {
  font: 400 15px/20px "Microsoft YaHei", Helvetica, Arial, sans-serif;
  background: #022980;
  font-size: 14px
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #333;
  text-transform: none
}

a,
a img {
  color: #555;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -o-transition: all .2s linear
}

a:hover {
  text-decoration: none;
  color: rgba(48, 141, 168, 1)
}

.uk-container {
  max-width: 1400px
}

.uk-nav-header {
  font-size: 15px
}

.uk-nav-default {
  font-size: 14px
}

.mm-body {
  width: 100%;
  min-height: 100%;
  max-width: 100%;
  padding: 70px 0;
  margin: 0 auto;
  background: url(../img/bg.jpg) 50% 50% no-repeat;
  background-size: auto 100%;
}

.mm-logo {
  position: absolute;
  z-index: 9;
  left: 60px;
  top: 0px;
  width: 24rem;
  height: auto;
}


.mm-logo-bg {
  position: absolute;
  z-index: 9;
  left: 40px;
  top: 0px;
  width: 37.85%;
  height: 500px;
}

.mm-title {
  position: absolute;
  z-index: 9;
  left: 40px;
  top: 140px;
  width: 34.5%;
  height: auto;
  color: white;
  font-family: 'Microsoft YaHei', SimSun, sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  /* background-color: #022980; */
  text-align: center;
  padding-left: 20px; 
  padding-right: 20px;
}

.mm-logo-mobile {
  /* position: absolute; */
  z-index: 9;
  /* left: 60px;
  top: 0px; */
  width: 12rem;
  height: auto;
}

.mm-title-mobile {
  /* position: absolute; */
  z-index: 9;
  /* right: 2%;
  top: 75px; */
  width: 100%;
  height: auto;
  color: white;
  font-family: 'Microsoft YaHei', SimSun, sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  /* background-color: #022980; */
  text-align: center;
  /* text-align: center;
  padding-left: 20px; 
  padding-right: 20px; */
}


.mm-r-bor {
  width: 100%;
  padding: 70px 100px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .9);
}

.mm-form h5 {
  line-height: 40px;
  display: inline;
}

.mm-form i {
  margin-left: 20px;
  color: rgb(255, 0, 0);
}

.mm-form b {
  color: rgb(255, 0, 0);
}

.mm-form span {
  line-height: 40px;
  font-size: 13px;
  font-style: italic;
}

.mm-form input,
.mm-form select,
.mm-form textarea,
.mm-form button {
  border-radius: 6px;
}

.mm-form button {
  font-size: 15px;
}

.mm-form-code {
  width: 100%;
  height: 100%;
}

.mm-form-code img {
  width: 100%;
  height: 100%;
}

@media (max-width:960px) {
  .mm-body {
    padding: 30px 0;

  }

  .mm-logo {
    position: relative;
    z-index: 9;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
    width: 210px;
  }

 

  .mm-logo img {
    width: 100%;
  }

  .mm-r-bor {
    padding: 30px 25px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .9);
  }

  .mm-form h5 {
    font-size: 15px;
  }

}


.code {
  padding-top: 50px;
  width: 400px;
  margin: 0 auto;
}

.input-val {
  /* width: 295px; */
  background: #ffffff;
  height: 2.8rem;
  padding: 0 2%;
  border-radius: 5px;
  border: none;
  border: 1px solid rgba(0, 0, 0, .2);
  font-size: 1.0625rem;
}

#canvas {
  float: left;
  height:2.857142857142857rem;
  width:7.142857142857143rem;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  padding-left: 0;
}

.btn {
  width: 100px;
  height: 40px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 20px auto 0;
  display: block;
  font-size: 1.2rem;
  color: #e22e1c;
  cursor: pointer;
}