/*
 * Author: clovis(706706)
 * Version: 0.1.0
 * Compile Date: 2020-03-16 21:31
*/ 
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0; }

body {
  font-size: 24px;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, "Microsoft YaHei", sans-serif;
  color: #512f09;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  min-width: 320px;
  margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

address, cite, dfn, em, var, i {
  font-style: normal; }

code, kbd, pre, samp {
  font-family: courier new, courier, monospace; }

form {
  display: inline; }

small {
  font-size: 12rem; }

ul, ol {
  list-style: none; }

a {
  color: #512f09;
  text-decoration: none;
  outline: none;
  -webkit-text-size-adjust: auto; }

a:active {
  color: #ae0701; }

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea {
  resize: none; }

.l {
  float: left;
  display: inline; }

.r {
  float: right;
  display: inline; }

.hidden {
  line-height: 99999px;
  overflow: hidden; }

.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both; }

.relative {
  position: relative; }

header, footer, article, section, nav, menu, hgroup {
  display: block;
  clear: all; }

:root {
  /*750为psd宽度，根据实际需求调整*/
  --width: 1080px;
  --ratio: calc(var(--wWidth) / var(--width)); }

html, body {
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.box {
  width: calc(var(--width) * 1px);
  height: calc(var(--wHeight) /var(--ratio) * 1px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transform: scale(var(--ratio));
  -webkit-transform-origin: 0 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

/*主体内容*/
/*主体内容END*/
.main {
  height: 100%;
  overflow-y: auto; }
  .main .con {
    position: relative;
    height: 3511px;
    background: url('https://img6.99.com/mykd/img/2020/03/16/express/m-bg.jpg') no-repeat top center;
    padding-top: 586px; }
  .main .logo {
    width: 237px;
    height: 181px;
    display: block;
    margin: 0px auto 1380px; }
  .main .btn-1 {
    background: url(https://img6.99.com/mykd/img/2020/03/16/express/btn-1.png) no-repeat;
    width: 303px;
    height: 127px;
    display: block;
    margin: 0px auto; }
  .main .b2 {
    margin-top: 305px; }
  .main .line3-con {
    width: 1080px;
    margin: 0px auto;
    padding-top: 470px;
    margin-bottom: 150px; }
    .main .line3-con a {
      width: 485px;
      height: 276px;
      display: block;
      margin-left: 525px; }
      .main .line3-con a.btn-2 {
        background: url(https://img6.99.com/mykd/img/2020/03/16/express/btn-2.png) no-repeat; }
      .main .line3-con a.btn-3 {
        background: url(https://img6.99.com/mykd/img/2020/03/16/express/btn-3.png) no-repeat; }

.tip {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background: #000;
  z-index: 9997; }
  .tip p {
    width: 100%; }

.hide {
  display: none !important; }
