  @charset "utf-8";
  body,
  ul,
  dl,
  dd,
  dt,
  ol,
  li,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  textarea,
  form,
  select,
  fieldset,
  table,
  td,
  div,
  input,
  button {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
  }

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

  a img {
    border: 0;
  }

  body {
    position: relative;
    font-family: "Microsoft yahei", Arial, Helvetica, sans-serif;
    text-align: left;
    color: #75747c;
    line-height: 1.4;
    background-color: #fff;
    font-size: 20px;
  }

  ul,
  ol,
  li {
    list-style-type: none;
    vertical-align: 0;
    font-size: 20px;
  }

  a {
    text-decoration: none;
    color: #535353;
    outline-style: none;
  }

  .clearfix:before,
  .clearfix:after {
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
  }

  .clearfix:after {
    clear: both;
  }

  .clearfix {
    zoom: 1;
  }

  .banner {
    height: 442px;
    margin: 0 auto;
    text-align: center;
  }

  .banner img {
    max-width: 100%;
  }

  .wrapper {
    width: 1280px;
    margin: 0 auto;
    height: auto;
  }

  /* Content */

  .ciif-theme {
    padding-left: 60px;
    padding-right: 60px;
    height: auto;
    margin: 50px auto;
  }

  .ciif-theme-topic {
    margin-bottom: 30px;
    border-bottom: 1px solid #c9c9ca;
  }

  .ciif-theme>h2 {
    font-size: 28px;
    color: #006fad;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .h-line {
    position: relative;
    height: 4px;
    background-color: #f29300;
    margin: 15px 0;
  }

  .h-line:before {
    position: absolute;
    content: "";
    display: block;
    width: 455px;
    height: 4px;
    left: 0;
    top: 0;
    background-color: #0874b0;
  }

  .ciif-theme-topic p {
    margin-bottom: 30px;
  }

  .area-wper-3 {
    margin: 15px -15px 40px;
  }

  .area {
    float: left;
    width: 28%;
    height: 280px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .area-3 {
    width: 44%;
  }

  .area>div {
    width: 100%;
    height: 100%;
    color: #fff;
    border: 1px solid #f29300;
    overflow: hidden;
  }

  .area-1>div,
  .area-2>div {
    background-color: #e88702;
  }

  .area-2>div {
    padding: 35px 20px;
  }

  .area-3>div {
    width: 500px;
  }

  .area-1 img {
    width: 100%;
  }

  .area p {
    margin-top: 7px;
    margin-bottom: 20px;
    text-align: center;
  }

  .area .desc {
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
  }

  /* Toggle */

  .toggle-wper {
    margin-top: 65px;
  }

  .toggle-content {
    border: 1px solid #f29300;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 30px 0 15px;
  }

  .toggle-title {
    margin-left: 30px;
    margin-top: -55px;
  }

  .toggle-title a {
    display: inline-block;
    width: 270px;
    height: 50px;
    font-size: 28px;
    color: #f2943c;
    border: 1px solid #f2943c;
    text-align: center;
    line-height: 46px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    z-index: 10;
  }

  .toggle-title .active,
  .toggle-title a:hover {
    background-color: #f2943c;
    color: #fff;
    text-decoration: none;
  }

  .toggle-area {
    padding-left: 30px;
    padding-right: 30px;
  }

  .list-item {
    position: relative;
    height: 240px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .list-line {
    width: 100%;
    border-bottom: 1px solid #c9c9ca;
  }

  .list-item.odd {
    position: relative;
    padding-left: 255px;
  }

  .list-item.odd img {
    position: absolute;
    left: 0;
    top: 0;
  }

  .list-item.even {
    position: relative;
    padding-right: 255px;
  }

  .list-item.even img {
    position: absolute;
    right: 0;
    top: 0;
  }

  .dl-btn {
    position: absolute;
    bottom: 0;
    background-color: #e88702;
    color: #fff;
    font-size: 16px;
    padding: 10px 48px;
  }

  .dl-btn:hover,
  .dl-btn:focus {
    color: #fff;
    text-decoration: none;
  }

  .list-item.odd .dl-btn {
    right: 0;
  }

  .list-item.even .dl-btn {
    left: 0;
  }

  .list-item h4 {
    font-size: 20px;
    padding-top: 18px;
    padding-bottom: 6px;
    color: #e88702;
  }

  .list-item p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
  }

  .list-item.even h4 {
    text-align: right;
  }

  /* TWO */

  .two-wper {
    border-bottom: 1px solid #f2943c;
  }

  .two-area {
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c9c9ca;
  }

  .tips,
  .que-tit {
    color: #f2943c;
  }

  .tips {
    margin-top: 20px;
    font-size: 16px;
  }

  .que-name {
    color: #444;
    margin: 14px 0 10px;
  }

  .radio-wper {
    float: left;
    width: 305px;
    margin-left: 25px;
  }

  .myradio input {
    display: none;
  }

  .myradio label {
    padding-left: 30px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    background: url(../images/activity-2018/te/radio.png) 0 -27px no-repeat;
    font-size: 20px;
    color: #75747c;
    font-weight: normal;
  }

  .myradio label.checked {
    background-position: 0 0;
  }

  .que-submit {
    text-align: center;
    margin: 25px 0 40px;
  }

  .que-submit a {
    display: inline-block;
    color: #fff;
    background-color: #f2943c;
    padding: 10px 100px;
    font-size: 16px;
  }

  .que-submit a:hover,
  .que-submit a:focus {
    color: #fff;
    text-decoration: none;
  }

  .tips-area {
    margin: 30px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fff3e0;
    padding: 16px 20px 20px;
  }

  .tips-area p {
    color: #fca310;
    margin-bottom: 10px;
  }

  .tips-area ul li {
    position: relative;
    font-size: 14px;
    color: #444;
    padding-left: 20px;
  }

  .tips-area i {
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
  }

  /* Lottery */

  .lottery-wper {
    margin: 40px 0;
  }

  .lottery-wper>div {
    float: left;
  }

  .lottery-area {
    width: 460px;
    height: 460px;
    position: relative;
    background: url(../images/activity-2018/te/lottery-bg.png) 0 0 no-repeat;
  }

  .lottery-area>span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -85px;
    margin-left: -80px;
    z-index: 3;
    cursor: pointer;
  }

  .start .times {
    position: absolute;
    bottom: 32px;
    left: 55px;
    color: #fff;
    font-size: 14px;
  }

  .start .times i {
    font-style: normal;
  }

  .lottery-area .pointer {
    z-index: 2;
    margin-top: -115px;
    margin-left: -110px;
  }

  .lottery-list {
    width: 505px;
    height: 400px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fca310;
    color: #fff;
  }