@charset "UTF-8";
.description {
  color: #3D6098;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  line-height: 30px;
}

.phoneService {
  color: #2E2E2A;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  background-color: #F8F8F8;
  padding: 15px;
  width: 240px;
  margin: 10px auto;
  border: 1px solid #2E2E2A;
}

.serviceTime {
  text-align: center;
}

.searchSystem {
  width: 100%;
  border: 1px solid #3D6098;
  padding: 12px;
  margin: 15px 0;
  background-image: url(http://d1cprlatnnqdyb.cloudfront.net/Images/Other/icon_blue_search/png/edm2018);
  background-repeat: no-repeat;
  background-position: right;
}

.allSystem {
  width: 100%;
  background-color: #3D6098;
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 20px;
}

.testTitle {
  color: #3D6098;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  padding-left: 15px;
}

.testContent {
  color: #707070;
  font-size: 17px;
  line-height: 30px;
  word-break: break-word;
}

.testBtn {
  background-color: #FFCF48;
  color: #2E2E2A;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  width: 125px;
  text-align: center;
  border-radius: 6px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.testBtn:hover {
  color: #CA271E;
}

.testHr {
  border-bottom: dashed 1px #D8D8D8;
}

/*768px以下的畫面*/
@media (max-width: 768px) {
  .testContent {
    padding-left: 15px;
  }
  .testBtn {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=freetester.css.map */