html,
body {
    height: 100%;
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
html,body{
          width:100%;
  height:100%;
}
body {
  /*background: #AD0101*/
  background: #fcab7c;
} 
.indeximg{
    width: 100%;
}
.indeximg img{
    width: 100%;
}
.maintitle{
    width: 100%;
    position: relative;
    top:-90px;
}
.maintitle .content{
    width: 90%;
    margin:0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0px 0px 15px 3px rgba(172,0,0,.5)
}
.content p{
    width: 80%;
    margin:0 auto;
    text-indent: 2em;
    color: #333;
    line-height: 30px;
    letter-spacing: 2px;
    font-size: 13px;
    padding:30px 0px;
}
.maintitle .enter{
    width: 90%;
    margin:0 auto;
    text-align: center;
    padding-bottom: 50px;
}
.enter a{
    display: block;
    width: 120px;
    height: 40px;
    margin:0px auto;
    border-radius: 50px;
    background: linear-gradient(to right,#fdc267,#ffe5bf);
    color:#AD0101;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,.2);
    margin-top: 30px;
    letter-spacing: 1px;
}