@charset "UTF-8";

@import 'imports/contact.css';

.rt-content__container .rt-content {
  width: 100%;
  margin: 0;
}

/* boxes */
.rt-srv__container {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.rt-srv__container .rt-it__container {
  height: 248px;
  margin-top: 30px;
}

.rt-srv__container dl {
  width: 380px;
  height: 248px;
  margin: 0 30px 0 0;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
}

.rt-srv__container dl:last-child {
  margin-right: 0;
}

.rt-srv__container .rt-srv__1 {
  background-image: var(--img-service-1);
}

.rt-srv__container .rt-srv__2 {
  background-image: var(--img-service-2);
}

.rt-srv__container .rt-srv__3 {
  background-image: var(--img-service-3);
}

.rt-srv__container dl dt {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 48px;
  color: var(--white);
  margin: 70px 0 10px 0;
}

.rt-srv__container dl dd {
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 32px;
  color: var(--white);
  margin: 0;
}

/* 售后维修 */
.rt-rep__container {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-image: var(--img-service-0);
  background-repeat: repeat;
  margin-top: 40px;
  padding: 80px 0;
}

.rt-rep__container h2 {
  margin: 0;
}

.rt-rep__container .rt-it__container {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 30px auto 0;
}

.rt-rep__container .rt-it__container dl {
  width: 25%;
  height: 130px;
  margin: 0;
  float: left;
  position: relative;
}

.rt-rep__container .rt-it__container dl::after {
  content: '';
  border-right: 1px solid var(--tran-15);
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0px;
}

.rt-rep__container .rt-it__container dl:last-child {
  margin-right: 0;
}

.rt-rep__container .rt-it__container dl:last-child:after {
  display: none;
}

.rt-rep__container .rt-it__container dl dt {
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 22px;
}

.rt-rep__container .rt-it__container dl dd {
  margin: 0;
  height: auto;
  overflow: hidden;
  padding: 0 70px;
}

.rt-rep__container .rt-it__container dl dd span {
  width: 50%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  float: left;
}

/* 专属订制 */
.rt-custom__container {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: var(--second-2);
  background-image: var(--img-service-5);
  background-position: right bottom;
  padding: 80px 0;
}

.rt-custom__container h2 {
  color: var(--white);
  margin: 0;
}

.rt-custom__container .rt-ust__container {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 30px auto;
}

.rt-custom__container .rt-ust__container dl {
  width: 299px;
  height: 320px;
  margin: 0;
  float: left;
}

.rt-custom__container .rt-ust__container dl:first-child {
  margin-left: 0;
}

.rt-custom__container .rt-ust__container dl dt {
  height: 40px;
  line-height: 30px;
  font-size: 16px;
  text-indent: -36px;
  text-align: center;
  color: var(--yellow-light);
}

.rt-custom__container .rt-ust__container dl dd {
  text-align: center;
  margin: 0;
}

.rt-custom__container .rt-ust__container dl dd img {
  display: block;
}

.rt-custom__container .rt-custom .rt-md p {
  margin: 0;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: var(--yellow-light);
  margin: 0;
}

.rt-custom__container .rt-custom .rt-md p:last-child {
  margin: 0 0 0 40px;
}

.rt-custom__container p {
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: var(--color-f6);
  margin: 0;
}

/* 维修流程 */
.rt-wf__container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.rt-wf__container .rt-it__container {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 30px auto;
  padding-top: 10px;
}

.rt-wf__container .rt-it__container dl {
  width: 340px;
  height: 160px;
  margin: 0 10px 20px;
  padding: 20px;
  float: left;
  border-radius: 6px;
  box-shadow: var(--box-shadow);
}

.rt-wf__container .rt-it__container dl dt {
  text-align: left;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: var(--black);
  position: relative;
}

.rt-wf__container .rt-it__container dl dd {
  margin: 0;
  height: 100px;
  line-height: 24px;
  font-size: 15px;
  color: var(--color-2e);
}

.rt-wf__container .rt-it__container dl dd:last-child {
  font-size: 26px;
  text-transform: uppercase;
  text-align: right;
  color: var(--second-2);
}

/* 维修预约 */
.rt-form__container {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.rt-form__container .rt-form {
  width: 1200px;
  margin: 40px 0;
}

.rt-form__container .rt-form ul {
  height: auto;
  overflow: hidden;
}

.rt-form__container .rt-form ul li {
  width: 560px;
  height: auto;
  float: left;
}

.rt-form__container .rt-form ul li:nth-child(even) {
  float: right;
}

.rt-form__container .rt-form ul li p {
  height: 30px;
  line-height: 20px;
  font-size: 14px;
  color: var(--primary);
  margin: 0;
}

.rt-form__container .rt-form ul li input {
  width: 100%;
  height: 39px;
  line-height: 39px;
  font-size: 15px;
  padding: 0;
  border: 0;
  outline: none;
  border-bottom: 1px solid var(--black);
}

.rt-form__container .rt-form dl {
  height: auto;
  overflow: hidden;
  margin: 0;
}

.rt-form__container .rt-form dl dd {
  margin: 20px 0 40px 0;
  height: auto;
  overflow: hidden;
}

.rt-form__container .rt-form dl dd textarea {
  width: 100%;
  height: 100px;
  border: 1px solid var(--black);
  resize: none;
  padding: 10px;
  outline: none;
  box-sizing: border-box;
}

.rt-form__container .rt-form dl dt {
  height: 40px;
  text-align: center;
}

.rt-form__container .rt-form dl dt button {
  width: 100px;
  height: 40px;
  font-size: 15px;
  color: var(--white);
  border: 0;
  background-color: var(--black);
}

.rt-form__container .rt-form dl dt {
  height: auto;
  overflow: hidden;
  margin: 0;
}

.rt-form__container .rt-form dl dt i {
  font-size: 16px;
}

.rt-form__container .rt-form dl p {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin: 0;
}

.rt-form__container .rt-form dl .el-tip {
  color: var(--color-8e);
}

/* 弹出 */
.el-not__container {
  width: 380px;
  height: 90px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -150px;
  background-color: var(--second-2);
  display: none;
}

.el-not__container h2 {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: var(--white);
  background-color: var(--tran-15);
  margin: 0;
}

.el-not__container p {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: var(--white);
  margin: 0;
}

/* 联系方式 */
.rt-contact__container {
  width: 1200px;
  margin: 0 auto 30px;
}
