.contrastBox {
  width: 100%;
  background: #fff;
  padding: 50px 0 60px 0px;
}
.contrast {
  width: 1200px;
  margin: 0 auto;
}
.contrast .Headline {
  margin-top: 0px;
  margin-bottom: 30px;
}
.contrast .Headline img {
  float: left;
  cursor: pointer;
}
.contrast .Headline .headertitle span {
  background: #002a63;
}
.contrastHeader {
  display: flex;
  height: 73px;
  text-align: center;
  font-size: 24px;
  line-height: 41px;
  font-weight: 600;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.contrastHeader > div:nth-child(1) {
  width: 420px;
  line-height: 73px;
}
.contrastHeader div:nth-child(2),
.contrastHeader div:nth-child(3) {
  width: 240px;
}
.contrastHeader div:nth-child(4) {
  width: 300px;
}
.contrastHeader > div {
  position: relative;
}
.contrastHeader .contrastHeaderBox {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(89, 85, 245, 0.1);
  border-radius: 50px 50px 0px 0px;
}
.contrastTable {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contrastTable tr td {
  padding: 24px 20px;
  text-align: center;
}
.contrastTable tr > td:nth-child(1) {
  width: 420px;
  font-size: 24px;
  font-weight: 600;
}
.contrastTable tr > td:nth-child(2),
.contrastTable tr > td:nth-child(3) {
  width: 240px;
}
.contrastTable tr > td:nth-child(4) {
  width: 300px;
}
.Price > td p {
  font-size: 14px;
  line-height: 24px;
}
.Price > td p:nth-child(2) {
  color: rgba(255, 0, 0, 1);
}
.Price > td p:nth-child(3) span {
  font-size: 30px;
  font-weight: 600;
  color: rgba(255, 0, 0, 1);
}
.Price > td p:nth-child(4) a {
  display: inline-block;
  width: 140px;
  height: 38px;
  background: #0046af;
  opacity: 1;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  border: 2px solid #0046af;
}
.Price > td p:nth-child(4) a:hover {
  color: #0046af;
  background-color: #fff;
}
.contrastTable .basicServices > td:nth-child(1),
.contrastTable .valueAdded > td:nth-child(1) {
  font-size: 16px;
  line-height: 36px;
  color: #000000;
}
.contrastTable .basicServices > td:nth-child(1) h2,
.contrastTable .valueAdded > td:nth-child(1) h2 {
  font-size: 24px;
  font-weight: 600;
}
.contrastTable .basicServices > td:nth-child(1) ul,
.contrastTable .valueAdded > td:nth-child(1) ul {
  margin-top: 10px;
}
.contrastTable .basicServices > td:nth-child(1) ul > li,
.contrastTable .valueAdded > td:nth-child(1) ul > li {
  text-align: left;
  padding-left: 16px;
}
.contrastTable .basicServices > td:nth-child(2) img,
.contrastTable .basicServices > td:nth-child(3) img,
.contrastTable .basicServices > td:nth-child(4) img {
  margin-bottom: 20px;
}
.contrastTable .valueAdded > td:nth-child(1) ul > li {
  text-align: left;
  padding-left: 16px;
  margin-bottom: 10px;
}
.contrastTable .valueAdded > td:nth-child(2) img,
.contrastTable .valueAdded > td:nth-child(3) img,
.contrastTable .valueAdded > td:nth-child(4) img {
  margin-bottom: 28px;
}
.contrastTable .valueAdded > td:nth-child(2) img:nth-of-type(1),
.contrastTable .valueAdded > td:nth-child(3) img:nth-of-type(1),
.contrastTable .valueAdded > td:nth-child(4) img:nth-of-type(1) {
  margin-top: 48px;
}
.contrastTable .valueAdded > td:nth-child(2) p,
.contrastTable .valueAdded > td:nth-child(3) p,
.contrastTable .valueAdded > td:nth-child(4) p {
  margin-bottom: 28px;
  line-height: 14px;
}

/* 选择服务 */
.choiceServiceBox {
  width: 100%;
  margin-bottom: 100px;
}
.choiceService {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.choiceServiceItem {
  width: 384px;
  height: 375px;
  background: #fff;
  border-radius: 10px;
  padding: 36px;
  position: relative;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.choiceServiceItemBox {
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background: rgba(89, 85, 245, 0.2);
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
}
.choiceServiceItem h2 {
  font-size: 24px;
  line-height: 50px;
  text-align: center;
}
.choiceServiceItem h2 > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: rgba(89, 85, 245, 0.2);
  position: relative;
  vertical-align: 16px;
}
.choiceServiceItem h2 > span > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: rgba(89, 85, 245, 0.2);
  position: absolute;
  left: 7px;
  top: 7px;
}
.choiceServiceItem p {
  font-size: 18px;
  line-height: 50px;
}
.choiceServiceItem ul li {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.choiceServiceItem-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 36px;
  text-align: center;
}
.choiceServiceItem-btn a {
  display: inline-block;
  width: 140px;
  height: 38px;
  background: #0046af;
  opacity: 1;
  border-radius: 6px;
  font-size: 18px;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  border: 2px solid #0046af;
}
.choiceServiceItem-btn a:hover {
  color: #0046af;
  background-color: #fff;
}
.shili{
	color: #0046AF;text-decoration: underline;cursor: pointer;
}
.mianfei{
	color: #E60012;font-size: 12px;
}
.modal img{
	width: 100%;
}
.modal-header{
	padding-bottom: 0;
}
.modal-body{
	padding-top: 0;
}
