.container-logo {
    width: 760px;
    margin: auto;
    padding-bottom: 20px;
}
.awardslogo {
    padding-top: 20px;
    width: 102px;
    height: 20px;
    margin: auto;
}
body,
html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #e3ebef;
    font-size: 13px;
}
.box-dark {
    background: -webkit-linear-gradient(270deg, #5180af 0, #5180d6 100%);
    background: -moz-linear-gradient(270deg, #5180af 0, #5180d6 100%);
    background: -ms-linear-gradient(270deg, #5180af 0, #5180d6 100%);
    background: -o-linear-gradient(270deg, #5180af 0, #5180d6 100%);
    background: linear-gradient(180deg, #5180af 0, #5180d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5180af', endColorstr='#5180D6', GradientType=0);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.2),
    inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.25);
    font-size: 13px;
    font-weight: 500;
    color: #d6dde1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.box-dark h1,
.box-dark h2,
.box-dark h3,
.box-dark h4,
.box-dark h5,
.box-dark h6 {
    color: #ffffff;
}
h1 {
    font-size: 3.4rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 0px;
    margin: 0px;
    line-height: 1.8;
    font-weight: 600;
    color: #000000;
}
p {
    padding: 0px;
    margin: 0px;
    line-height: 1.5;
}
.term {
    width: 280px;
    display: inline-block; /* float: left; kald覺r覺ld覺 */
    vertical-align: top;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
}
.box-dark h4 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.box-dark h4 i {
    padding-right: 4px;
}
.spacer {
    height: 40px;
}
.box-dark .note {
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    padding: 10px 15px;
    border-radius: 2px;
    text-shadow: 0 0 0;
    color: #122744;
    display: inline-block;
    margin-top: 30px;
    font-size: 2rem;
}
.box-white {
    background-color: #f9fbfc;
    box-shadow: inset 0 1px 0 #fff, inset 0 -1px 2px rgba(0, 0, 0, 0.07), 0 -1px 0 rgba(0, 0, 0, 0.05),
    0 1px 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.05), 1px 0 0 rgba(0, 0, 0, 0.05),
    0 1px 3px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 500;
    color: #889299;
    text-shadow: 0 1px 0 #fff;
}
.content-box {
    margin-top: 20px;
    border-radius: 3px;
    width: 640px;
    padding: 60px;
    display: block;
    width:100%;
}

.box-white h1,
.box-white h2,
.box-white h3,
.box-white h4,
.box-white h5,
.box-white h6 {
    color: #000000;
}
.box-white .button a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-top: -1px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px #3cc13d solid;
    border-bottom: 1px #298a29 solid;
    border-left: 1px #32a533 solid;
    border-right: 1px #32a533 solid;
    background: -webkit-linear-gradient(270deg, #57df57 0, #39af39 100%);
    background: -moz-linear-gradient(270deg, #57df57 0, #39af39 100%);
    background: -ms-linear-gradient(270deg, #57df57 0, #39af39 100%);
    background: -o-linear-gradient(270deg, #57df57 0, #39af39 100%);
    background: linear-gradient(180deg, #57df57 0, #39af39 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57df57', endColorstr='#39af39', GradientType=0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.33), inset 0 -1px 0 rgba(0, 0, 0, 0.03),
    0 1px 2px rgba(0, 0, 0, 0.12);
}
.box-white .button a:hover {
    background: -webkit-linear-gradient(270deg, #44e544 0, #37c037 100%);
    background: -moz-linear-gradient(270deg, #44e544 0, #37c037 100%);
    background: -ms-linear-gradient(270deg, #44e544 0, #37c037 100%);
    background: -o-linear-gradient(270deg, #44e544 0, #37c037 100%);
    background: linear-gradient(180deg, #44e544 0, #37c037 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44e544', endColorstr='#37c037', GradientType=0);
}
.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #A6B1B9;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}.center {
     text-align: center;
 }.footer a {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
      color: #838D94;
      -webkit-transition: all .1s linear;
      -moz-transition: all .1s linear;
      transition: all .1s linear;
      display: inline-block;
      padding-left: 14px;
      padding-right: 14px;
      padding-bottom: 20px;
  }.footer a:hover {
       color: #122744;
   }
   .awardslogo img {
    width:69%;
}
@media (max-width: 765px) {
    .container-logo {
        width: auto!important;
    }
}