body {
  background: #F4F4F4; }

/** service **/
.service .container {
  background: #fff;
  margin: 40px auto;
  padding: 0 30px 50px; }
  .service .container #logo {
    text-align: center; }
    .service .container #logo img {
      margin-left: -100px; }
  .service .container .title {
    text-align: center;
    font-size: 30px;
    color: #6D737A;
    padding-bottom: 60px;
    position: relative;
    bottom: 10px; }
  .service .container .platform {
    font-size: 30px;
    color: #08182B; }
  .service .container .special {
    color: #2699FB; }
  .service .container .left-line {
    height: 40px;
    background: url("../images/service/15.png") left no-repeat; }
  .service .container .right-line {
    height: 40px;
    background: url("../images/service/16.png") left no-repeat; }
  .service .container .left p, .service .container .right p {
    font-size: 18px;
    color: #08182B;
    line-height: 30px;
    min-height: 60px; }
  .service .container .left .img, .service .container .right .img {
    text-align: center;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .service .container .right {
    padding-left: 40px; }
  .service .container .line {
    height: 1800px;
    width: 30px;
    background: url("../images/service/line.png") center top no-repeat;
    position: relative;
    left: 49%;
    top: 40px; }

/******************************* Phone ************************************/
@media (max-width: 768px) {
  .line {
    display: none; } }
