.banner {
  background: url(/assets/images/eula/banner-bg.png) no-repeat center;
  background-size: cover;
  padding: 135px 0 150px 0;
}
html,
body {
  font-family: Myriad Pro;
}
h1,
h2 {
  font-family: myriadpro bd, sans-serif, microsoft yahei;
  font-weight: bold;
}
.choose {
  padding:100px 0;
  background: #f2f2f2;
}
.banner h1 {
  font-size: 50px;
  color: #1a1a1a;
  text-align: center;
}
.choose h2 {
  text-align: center;
}

.choose .table {
  max-width: 1000px;
  margin: 0 auto;
  /* border: 1px solid #091871; */
  margin-bottom: 40px;

  border-radius: 10px;
}

.choose .table thead tr th:nth-child(1) {
  text-align: center;
}
table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.choose .table thead th {
  border: 0;
  padding: 20px;
  background-color: #01387B;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
a.blue1{
    color:     #137DF5;
}
/* .choose .table tbody tr td:last-child {
  border-right: 1px solid #091871;
}

.choose .table tbody tr td:first-child {
  border-left: 1px solid #091871;
} */

.choose .table tbody tr td:first-child,
.choose .table thead tr th:first-child {
  width: 300px;
}

.choose .table tbody tr td:nth-child(2),
.choose .table thead tr th:nth-child(2) {
  width: 400px;
}

.choose .table tbody tr td:nth-child(3),
.choose .table thead tr th:nth-child(3) {
  width: 300px;
}


@media screen and (max-width:968px) {
.choose .table tbody tr td:first-child,
.choose .table thead tr th:first-child {
  width: 460px;
}

.choose .table tbody tr td:nth-child(2),
.choose .table thead tr th:nth-child(2) {
  width: 300px;
}

.choose .table tbody tr td:nth-child(3),
.choose .table thead tr th:nth-child(3) {
  width: 240px;
}

}
.choose .table tbody tr:first-child td {
  border-top: 0;
}

.choose .table tbody td {
  padding: 20px 30px;
  font-size: 14px;
  color: #2f2f2f;
  border-top: 1px solid #daddea;
  background: #fff;
}

.c-icon {
  display: inline-block;
  width: 25px;
  height: 22px;
  vertical-align: middle;
  background: url(/assets/images/eula/icon.png) no-repeat;
}

.c-icon.icon1 {
  background-position: 0 0;
}

.c-icon.icon2 {
  background-position: 0 -68px;
}

.c-icon.icon3 {
  background-position: 0 -138px;
}

.c-icon.icon4 {
  background-position: 0 -207px;
}

.c-icon.icon5 {
  background-position: 0 -278px;
}

.choose .p {
  text-align: center;
  margin-bottom: 20px;
}

.choose .btn-box {
  text-align: center;
}

.choose .btn-box .btn {
  margin: 10px 30px;
  width: 260px;
}

@media all and (min-width: 1200px) {
  .choose .table tbody tr td:nth-child(2),
  .choose .table thead tr th:nth-child(2) {
    text-align: center;
    width: 480px;
  }

  .choose .table tbody tr td:nth-child(3),
  .choose .table thead tr th:nth-child(3) {
    width: 160px;
    text-align: center;
  }
}

@media all and (max-width: 767px) {
  .choose .table {
    width: 720px;
  }

  .choose .table-box {
    overflow-y: hidden;
  }
}

.table {
  border-collapse: collapse;
}
.table th,
.table td {
  border-collapse: collapse;
}

/* 6 */
.cnt-sales {
  background: #ffffff;
  padding: 90px 0 100px;
}
.f-ib {
  display: inline-block;
  vertical-align: middle;
}
.cnt-sales h2 {
  margin-bottom: 40px;
  text-align: center;
}

.cnt-sales .img {
  margin-left: 128px;
}

.cnt-sales .faq-con > li {
  margin: 0 30px;
  width: 1022px;
  min-height: 58px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.cnt-sales .faq-con > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.cnt-sales .faq-con .f-title {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-weight: normal;
  padding: 20px 10px 20px 0;
  font-weight: bold;
}
.cnt-sales .faq-con a,.find a {
  color: #137DF5;
}

.cnt-sales .faq-con .f-title:after {
  position: absolute;
  top: 27px;
  right: 0px;
  content: "";
  width: 20px;
  height: 15px;
  background: url(/assets/images/eula/jiantou.png) no-repeat;
  background-position: 0 -60px;
}
@media screen and (max-width:768px) {
  .cnt-sales .faq-con .f-title{
  padding: 20px 20px 20px 0;

  }
}
.cnt-sales .faq-con .f-title.active{
  color: #137DF5;
}
.cnt-sales .faq-con .f-title.active:after {
  background-position: 0 -28px;
}
.find {
  font-size: 18px;
  margin: 40px 30px 0;
  color: #333333;
}
@media screen and (max-width:1200px) {
  .find {
    margin: 40px 0px 0;
  }
}
.cnt-sales .faq-con .f-info {
  font-size: 16px;
  padding-bottom: 20px;
  display: none;
}
@media all and (min-width: 1201px) {
  .cnt-reviews .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row nowrap;
  }
  .cnt-reviews .row .col-6 .toggle-reviews {
    min-height: 100%;
  }
  .txt-item > p {
    min-height: 128px;
  }
  .tb-outer {
    overflow: visible !important;
  }
}
@media all and (max-width: 1200px) {
  .sys-wrap {
    padding: 0 15px;
  }
  .center-img {
    display: none;
  }
  .why-mn-txt dl:before {
    content: none;
  }
  .cnt-reviews .row,
  .why-mn-txt {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
  }
  .why-mn-txt dl {
    position: static;
    flex-basis: 50%;
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cnt-reviews .row .col-6 {
    flex-basis: 100%;
    margin: 10px 0;
  }
  .tbox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
  }
  .tbox .f-ib {
    order: 2;
    flex-basis: 100%;
  }
  .cnt-sales .faq-con > li {
    width: 100%;
    margin: 0;
  }
  .cnt-sales .img {
    flex-basis: 100%;
    margin: auto;
    order: 1;
    margin-bottom: 20px;
  }
  .cnt-sales h2 {
    text-align: center;
    padding: 0 15px;
    font-size: 4.0rem;
  }
}
