.policy .wrap {
  padding: 25px 256px 0 261px;
  margin: 126px auto 8px;
  position: relative;
}
.policy .wrap:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: calc(100% - 517px);
  height: 1px;
  background: rgba(191, 191, 191, 0.2);
}
.policy .wrap .bread {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 45px 0;
}
.policy .wrap .bread .flex {
  display: flex;
}
.policy .wrap .bread .flex a {
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #202020;
}
.policy .wrap .bread .quiz {
  width: 119px;
  height: 38px;
  background: #EC6716;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #FFFFFF;
  transition: 0.6s;
  border: 1px solid transparent;
}
.policy .wrap .bread .quiz:hover {
  background: transparent;
  border: 1px solid #EC6716;
  color: #EC6716;
}
.policy .wrap .title {
  font-size: 26px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #202020;
  text-align: center;
  margin: 97px 0 65px 0;
}
.policy .wrap .content {
  width: 1032px;
  margin: auto;
}
.policy .wrap .content table {
  width: 100%;
  height: 47px;
}
.policy .wrap .content table tr:first-child td {
  background: #F8F8F8;
  height: 47px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #000000;
  padding: 0 32px;
}
.policy .wrap .content table tr td {
  height: 43px;
  font-size: 12px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid #e6e6e6;
  padding: 0 32px;
  position: relative;
}
.policy .wrap .content table tr td:first-child {
  width: 210px;
}
.policy .wrap .content table tr td:nth-child(2) {
  width: 430px;
}
.policy .wrap .content table tr td[rowspan]:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: #E6E6E6;
}
.policy .wrap .content p {
  line-height: 28px;
  font-size: 13px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #979797;
}
.policy .wrap .content hr {
  border: none;
  height: 1px;
  background-color: #e6e6e6;
}
.policy .wrap .content .tel {
  width: 164px;
  height: 50px;
  background: #222222;
  border-radius: 6px;
  margin: 19px 0 65px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.policy .wrap .content .tel img {
  margin: 0 11px 0 0;
  transition: 0.6s;
}
.policy .wrap .content .tel p {
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #D1BE9C;
  transition: 0.6s;
}
.policy .wrap .content .tel:hover {
  background: #ec6816;
}
.policy .wrap .content .tel:hover img {
  filter: brightness(5.5) grayscale(1);
}
.policy .wrap .content .tel:hover p {
  color: #fff;
}
/*# sourceMappingURL=policy.css.map */

@media screen and (max-width: 1850px) {
    .policy .wrap{
        padding: 25px 200px 0 200px;
    }
}
@media screen and (max-width: 1728px) {
    .policy .wrap{
        padding: 25px 100px 0 100px;
    }
}
@media screen and (max-width: 1510px) {
    .policy .wrap{
        padding: 25px 5% 0 5%;
    }
    .policy .wrap .content{
        max-width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .policy .wrap .bread .flex a{
        font-size: 12px;
    }
    .policy .wrap{
        margin: 138px auto 8px;
    }
    .policy .wrap .title{
        font-size: 22px;
        margin: 47px 0 42px 0;
    }
    .policy .wrap .content{
        overflow-x: scroll;
    }
    .policy .wrap .content table {
        width: inherit;
    }
    .policy .wrap .content p{
        line-height: 30px;
    }
}
@media screen and (max-width: 500px) {
    .policy .wrap{
        margin: 94px auto 8px;
    }
}