@charset "UTF-8";
/**
 * 呼叫中心
 */
.theme {
  position: relative; }
  .theme .title {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%); }
    .theme .title h3 {
      font-size: 50px; }
    .theme .title p {
      font-size: 24px;
      width: 80%;
      margin: 10px auto; }
    .theme .title button {
      outline: none;
      font-size: 24px;
      padding: 18px;
      width: 260px;
      margin-top: 100px;
      background-color: #3f7cf8;
      border-color: #3f7cf8;
      border-radius: 50px; }
      .theme .title button:hover, .theme .title button:focus {
        background-color: #296fff;
        border-color: #fff; }

.difficulty {
  text-align: center; }
  .difficulty .title {
    color: #404450;
    font-size: 48px;
    position: relative;
    margin: 66px 0 37px; }
    .difficulty .title:before, .difficulty .title:after {
      content: "";
      top: 20px;
      left: 0;
      width: 182px;
      height: 4px;
      margin-left: 30px;
      background: #DCDCDC;
      position: absolute; }
    .difficulty .title:after {
      left: unset;
      right: 0; }
  .difficulty .title_bak {
    color: #666;
    font-size: 24px; }
  .difficulty .list {
    margin: 106px 0;
    display: flex; }
    .difficulty .list .item {
      text-align: center;
      margin: 0 58px; }

.superiority {
  position: relative; }
  .superiority .other {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center; }
    .superiority .other > p {
      font-size: 16px;
      margin-top: 16px; }
  .superiority .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px; }
    .superiority .list .item {
      color: #000;
      width: 33%;
      padding: 30px 50px;
      background-color: #fff;
      border: 1px solid #DCDCDC; }
      .superiority .list .item > h4 {
        color: #333;
        margin: 30px 0 10px; }
      .superiority .list .item > p {
        text-align: left; }

.major .tt {
  margin: 50px 0 100px;
  text-align: center; }
  .major .tt .c-title::before {
    background-color: #333; }
  .major .tt .c-title::after {
    background-color: #333; }
  .major .tt > p {
    font-size: 16px;
    color: #999; }

.major .list {
  display: flex;
  flex-wrap: wrap; }
  .major .list .item {
    width: 25%;
    text-align: center; }
    .major .list .item .name {
      font-size: 24px;
      margin: 69px 0 94px; }

.change > img {
  margin: -2px; }

.change .other {
  top: 0;
  transform: translateX(-50%); }
  .change .other .c-title {
    margin: 100px 0 140px; }
  .change .other .list {
    flex-wrap: nowrap;
    justify-content: space-between; }
