body {
  background-color: #f2f3f5 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", sans-serif;
  padding-top: 4.5rem !important;
}
.web-navbar {
  background-color: #fff;
  padding: 1rem 0;
}
.web-navbar-title {
  color: #333;
  font-size: 1.4rem;
}
.web-tel-btn {
    border-radius: 0;
    background-color: rgb(37, 117, 225);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
}
.navbar-telepone {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-right: .2rem;
}
.navbar-tele-title {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
}
.carousel-container {
    margin-bottom: 0rem !important;
}
.carousel-item {
    background-color: #1168db;
    height: 100%;
}
.carousel-item-box {
    padding: 0;
}
.card-title {
    font-size: 1.8rem;
    text-align: center;
    color: #333;
    font-weight: 800;
}
.card-sub-title {
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
    margin-top: .8rem;
    margin-bottom: 2rem;
    color: #999;
    text-align: center;
}
.goods-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.2rem;
    /* justify-content: center; */
}
.goods-center-item {
    margin: 0px 5%;
    height: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: .6rem;
}
.card-goods-box {
    height: 80%;
    border-radius: .8rem;
}
.card-goods-img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
p.card-goods-title {
    padding: .8rem 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 !important;
    color: #333;
    border-top: 1px solid #ddd;
}
.service-item-img {
    width: 100%;
}
.from-box {
    background: url(../assets/img/bg.jpg) no-repeat center;
    height: 32rem;
    display: flex;
    justify-content: end;
    align-items: center;
}
.box-from {
    width: 20rem;
    margin-right: 3rem;
}
.box-from-title {
    text-align: center;
    font-size: 1.2rem;
}
.box-from-box {
    margin-top: 1.2rem;
}
.from-input {
    border: none;
    width: 100%;
    padding: 1rem 1.2rem;
    background: #f2f3f5;
    margin-bottom: 1rem;
}
.yy-btn {
    background: #3388ff;
    padding: 1rem;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1rem;
}