 .entryform>div:first-of-type {
     margin-top: 16px;
 }

 #download {
     width: 1100px;
     min-height: 290px;
     border: 1px solid #104862;
     background: url("../images/entry_instructions_repeat.png") repeat top left;
     margin: 0 auto 100px;
     padding: 100px 0 100px 0;
     overflow: hidden;
     box-sizing: border-box;
     position: relative;
 }

 #download .download_button {
     text-align: center;
     padding-top: 100px;
 }
 #download .download_button a{
     display:inline-block;
    width: 400px;
    height: 85px;
    line-height:85px;
    background:url("../images/download_button_bg.png") no-repeat center;
 }
 #download .download_button a:first-of-type {
     margin-right: 55px;
 }

 #download>span {
     position: absolute;
     top: 340px;
     left: 0;
     display: block;
     width: 1100px;
     height: 3px;
     background: url("../images/content8line.png") no-repeat center;
     background-size: cover;
 }

 #download p {
     width: 851px;
     font: 16px/22px "微软雅黑";
     text-indent: 2em;
     color: #7488A5;
     margin: 16px 0 16px 120px;
 }

 #download p:nth-of-type(2) strong {
     /* color: #f7e6ca; */
     font-weight: normal;
 }

 #download p span {
     color: #DDB383;
     font-weight:bold;
 }

