﻿.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.m-title {
  text-align: center;
  padding-bottom: 0.3rem;
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.m-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 5rem;
  border-bottom: 0.01rem solid #f08300;
  transform: translateX(-50%);
}
.input-yf {
  position: relative;
}
.input-yf input,
.input-yf textarea {
  width: 100%;
  height: 2.2rem;
  border: 0.01rem solid #666;
  padding: 0 0.5rem;
  z-index: 2;
  box-sizing: border-box;
}
.input-yf input:focus,
.input-yf textarea:focus {
  border-color: #f08300;
}
.input-yf input:focus + span,
.input-yf textarea:focus + span {
  position: absolute;
  transform: translateY(-100%);
  line-height: 1.6rem;
  color: #f08300;
}
.input-yf span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  line-height: 2.2rem;
  padding: 0 0.5rem;
  z-index: -1;
  transition: all ease 0.3s;
  color: #999;
}
#pc-container main > section {
  padding-bottom: 4rem;
}
#pc-container main .main-1 {
  background-color: #fafafa;
}
#pc-container main .main-1 .main-tit {
  text-align: center;
  padding: 3rem 0;
  padding-top: 0;
}
#pc-container main .main-1 .main-tit h4 {
  font-size: 1.6rem;
  font-weight: bold;
}
#pc-container main .main-1 .main-tit h4 i {
  font: inherit;
  color: #f08300;
}
#pc-container main .main-1 .main-tit p {
  color: #999;
  text-transform: uppercase;
  margin-top: 1rem;
}
#pc-container main .main-1 .content {
  display: flex;
  flex-wrap: wrap;
}
#pc-container main .main-1 .content .item {
  width: calc((100% - 4rem) / 3);
  margin-right: 2rem;
  margin-top: 3rem;
  background-color: #fff;
  height: 25rem;
  border-radius: 0.4rem;
  text-align: center;
  padding: 0%;
  transition: all ease 0.3s;
}
#pc-container main .main-1 .content .item:nth-of-type(3n) {
  margin-right: 0;
}
#pc-container main .main-1 .content .item .i {
  position: relative;
  width: 100%;
  height: 10rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#pc-container main .main-1 .content .item .i img{
	border-radius: 0.4rem;
}
#pc-container main .main-1 .content .item .i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.5rem;
  height: 5.5rem;
  fill: none;
  stroke: #f08300;
  stroke-width: 2px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#pc-container main .main-1 .content .item .i i {
  font-size: 2rem;
  color: #f08300;
}
#pc-container main .main-1 .content .item h6 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  position: relative;
}
#pc-container main .main-1 .content .item h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.5rem;
  border-bottom: 0.01rem solid #f08300;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}
#pc-container main .main-1 .content .item > p {
  line-height: 1.6;
  padding:0 5%;
}
#pc-container main .main-1 .content .item:hover {
  background-color: #f08300;
  transform: translateY(-1rem);
}
#pc-container main .main-1 .content .item:hover .i svg {
  fill: #fff;
  stroke: none;
}
#pc-container main .main-1 .content .item:hover .i i {
  color: #f08300;
}
#pc-container main .main-1 .content .item:hover * {
  color: #fff;
}
#pc-container main .main-1 .content .item:hover h6::after {
  transform: translateX(-50%) rotate(90deg);
  border-color: #fff;
}
#pc-container main .main-2 > h4 {
  text-align: center;
  font-size: 1.5rem;
  padding: 3rem 0;
  font-weight: bold;
}
#pc-container main .main-2 form > .inp {
  display: flex;
  margin-bottom: 2rem;
}
#pc-container main .main-2 form > .inp > div {
  flex: 1;
  margin-right: 3.75rem;
}
#pc-container main .main-2 form > .inp > div:last-of-type {
  margin-right: 0;
}
#pc-container main .main-2 form textarea {
  background-color: transparent;
  box-sizing: border-box;
  outline: none;
  padding-top: 0.5rem;
  height: 4.4rem;
  resize: none;
}
#pc-container main .main-2 form input[type="submit"] {
  display: block;
  width: 10rem;
  height: 2rem;
  color: #fff;
  background-color: #f08300;
  margin: 2rem auto 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #pc-container main .main-1 .main-tit {
    padding: 2rem 0;
  }
  #pc-container main .main-1 .main-tit h4 {
    font-size: 1.2rem;
  }
  #pc-container main .main-1 .content {
    justify-content: space-between;
  }
  #pc-container main .main-1 .content .item {
    width: 49%;
    margin-right: 0;
    margin-top: 2%;
    height: auto;
  }
  #pc-container main .main-1 .content .item h6 {
    font-size: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 0;
  }
  #pc-container main .main-1 .content .item .i {
    width: 100%;
    height: 4.4rem;
  }
  #pc-container main .main-1 .content .item .i svg {
    width: 4.5rem;
    height: 4.5rem;
  }
  #pc-container main .main-1 .content .item .i i {
    font-size: 1.5rem;
  }
  #pc-container main .main-2 > h4 {
    padding: 2rem 0;
  }
  #pc-container main .main-2 form > .inp {
    margin-bottom: 2%;
  }
  #pc-container main .main-2 form > .inp > div {
    margin-right: 2%;
  }
}
