/* 艺龙产品 */
.pro-main {
  background: #101010;
  padding-top: 32px;
}
.pro-main-crad {
  width: 98%;
  /* height: 4996px; */
  margin: auto;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  background: #fff;
}

.pro-img-right {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  padding: 50px;
}
.pro-img-right > p {
  color: rgba(16, 16, 16, 100);
  font-size: 48px;
  font-family: SourceHanSansSC-regular;
  margin: auto;

  font-family: SourceHanSansSC-regular;
}
.pro-img-right > img {
  width: 60%;
  height: 677px;
  border-radius: 30px;
  margin-right: 50px;
}
.pro-main-crad2 {
  width: 98%;
  /* height: 4996px; */
  margin: auto;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  padding-bottom: 32px;
}
.pro-img-right2 {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  padding: 50px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  margin: 32px 0px;
}
.pro-img-right2 > p {
  color: rgba(16, 16, 16, 100);
  font-size: 48px;
  font-family: SourceHanSansSC-regular;
  margin: auto;

  font-family: SourceHanSansSC-regular;
}
.pro-img-right2 > img {
  width: 60%;
  height: 677px;
  border-radius: 30px;
  margin-right: 50px;
}

/* 定制木门 */
.pro-made-main {
  background: #101010;
  padding-top: 32px;
  padding-bottom: 48px;
}
.pro-made-crad {
  width: 98%;
  /* height: 4996px; */
  margin: auto;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.pro-made-crad > h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 129px;
}
.made-item {
  width: 95%;
  margin: auto;
  padding-bottom: 50px;
}
.pro-made-crad-item {
  /* width: 95%; */
  margin: 30px 0px;
}
.pro-made-crad-item > p {
  font-size: 28px;
  text-align: left;
  font-family: SourceHanSansSC-regular;
  margin-left: 29px;
  margin-bottom: 15px;
  font-weight: 800;
}
.pro-made-crad-item-img {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.made-img {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.made-img > img {
  width: 30.3%;
  /* height: 323px; */
  border-radius: 20px;
}
.made-btn {
  margin: auto;
}
.made-btn > button {
  width: 209px;
  height: 50px;
  line-height: 26px;
  border-radius: 20px;
  color: rgba(16, 16, 16, 100);
  font-size: 18px;
  text-align: center;
  font-family: Roboto;
  border: 1px solid rgba(187, 187, 187, 100);
  cursor: pointer;
  background: #fff;
}
/* 产品详情 */
.pro-made-details-main {
  background: #101010;
  padding-top: 32px;
  padding-bottom: 48px;
}
.pro-made-details-crad {
  width: 98%;
  /* height: 4996px; */
  margin: auto;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.pro-made-details-crad > h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 129px;
}
.pro-made-details-crad > h2 {
  font-size: 40px;
  color: #2398ff;
  line-height: 0px;
}

.pro-made-details-item {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  width: 96%;
  margin: auto;
}
.details-item {
  width: 30.33%;
  margin: 0px 21px;
}
.details-item > img {
  width: 100%;
  margin-top: 50px;
}
.details-item > p {
  font-size: 18px;
  line-height: 52px;
}
/* 招商加盟 */
.join-main {
  width: 100%;
}
.join-main > img {
  width: 100%;
}

/* 经销商查询 */
.select-main {
}
.select-main > img {
  width: 100%;
  margin-top: -3px;
}
.select-title {
  margin-top: 50px;
}
.select-title > h2 {
  color: rgba(23, 23, 23, 100);
  font-size: 30px;
  font-weight: 800;
  text-align: left;
  font-family: SourceHanSansSC-regular;
  margin-left: 20px;
  margin-bottom: 15px;
}
.select-from {
  margin: 50px 0px 50px 90px;
}
.select-disable {
  margin: 0px 0px 95px 104px;
}
.select-disable > h2 {
  color: rgba(35, 152, 255, 100);
  font-size: 36px;
  font-weight: 800;
  text-align: left;
  font-family: SourceHanSansSC-bold;
}
.select-disable > p {
  margin-top: 15px;
  color: rgba(16, 16, 16, 100);
  font-size: 20px;
}
@media screen and (min-width: 950px) and (max-width: 1290px) {
  .details-item {
    width: 45.33%;
  }
}
@media screen and (min-width: 450px) and (max-width: 950px) {
  .details-item {
    width: 42.33%;
  }
}

/* 极致美学 */
.jizhi-main {
  background: #101010;
  padding-top: 24px;
}
.jz-mian-card {
  width: 98%;
  /* height: 4996px; */
  margin: auto;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  background: #fff;
  position: relative;
}
.jz-span {
  position: absolute;
  top: 25px;
  left: 43px;
  font-size: 21px;
  text-align: left;
  font-family: SourceHanSansSC-regular;
  border-bottom: 1px solid #a9a2a2;
  width: 238px;
  padding-bottom: 8px;
  padding-left: 8px;

}
.jz-span>a{
  color: #000;
}
.jz-title {
  text-align: center;
  font-size: 38px;
  font-family: 宋体;
  padding-top: 32px;
}
.jz-mian-img {
  margin-top: 37px;
  border-radius: 50px;
}
.img-info {
  display: flex;
  flex-wrap: wrap;
  width: 63%;
  margin: auto;
  margin-top: 50px;
}
.img-info > img {
  width: 40%;
}
.img-info > p {
  width: 55%;
  color: rgba(4, 0, 0, 100);
  font-size: 22px;
  text-align: left;
  font-family: 宋体;
  font-weight: 800;
  padding: 86px 0px 0px 110px;
  box-sizing: border-box;
  line-height: 44px;
}

.keting {
  margin: 18px 0px;
}
.keting-title > h2 {
  font-size: 39px;
  text-align: center;
  font-family: SourceHanSansSC-regular;
  font-weight: 800;
}
.keting-title > p {
  font-size: 36px;
  text-align: center;
  font-family: SourceHanSansSC-regular;
  margin: 22px 0px;
}
.sw-img {
   width: 95.3%;
  border-radius: 50px;
  height: 100%;
}
.hrs {
  box-shadow: 0px 1px 0px 0px #100f0f66;
}
.keting:last-child {
  padding-bottom: 59px;
  margin: 0;
}


/* 艺龙木门. */
.mumen-main {
  background: #101010;
  padding-top: 24px;
}
.mumen-mian-card {
  width: 98%;
  /* height: 4996px; */
  padding-bottom: 30px;
  margin: auto;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  background: #fff;
  position: relative;
  margin-bottom: 15px;
}
.mumen-mian-card:last-child {
  margin-bottom: 0;
}
.mm-title {
  padding: 15px 0px 40px 0px;
}
.mm-title > h2 {
  text-align: center;
  font-size: 28px;
}
.mm-img {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  width: 97%;
  margin: auto;
}
.mm-img-item > p {
  font-size: 20px;
  line-height: 50px;
}
.mm-img-item > img {
  width: 90%;
  /* height: 360px; */
}
.mm-img-item{
  width: 16.5%

}
/* 登录 */
.login-main {
  position: relative;
}

.login-main > img {
  width: 100%;
}
.login {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -0%);
  width: 50%;
  /* height: 600px; */
  background: #fff;
  border: 21px solid #71524c;
}
.login > form {
  text-align: center;
}
.item {
  text-align: center;
  position: relative;
  margin-top: 33px;
}
.item >a> button {
  position: absolute;
  top: 18px;
  right: 31px;
  height: 42px;
  width: 88px;
  background: #fff;
  border: 0.8px solid #ccccccba;
  box-shadow: 0px 0px 1px 0.5px #cccccc9e;
}

.input-item {
  height: 34px;
  width: 57%;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 2px 1px #ccc;
  padding-left: 8px;
}
.login-item {
  margin: 20px 0px;
}
.login-item > label {
  width: 15%;
  display: inline-block;
  text-align: end;
  font-size: 18px;
}
.yzm {
  width: 37%;
}
.btn {
  width: 20%;
  height: 34px;
  background: #2196f3;
  color: #fff;
  border: 0px;
  line-height: 34px;
}
.queren {
  float: right;
  margin-right: 21px;
  margin-top: 28px;
  width: 15%;
  height: 36px;
  line-height: 36px;

  margin-bottom: 24px;
}
.zhuce {
  float: right;
  margin-right: 21px;
  margin-top: 28px;
  width: 15%;
  height: 36px;
  line-height: 36px;

  margin-bottom: 24px;
  background-color: #fff;
  color: #000;
  border: 0.5px solid #ccc;
}
.sss {
  width: 85%;
  text-align: right;
  display: block;
  margin-top: -15px;
}


/* 专题 */
.list-title {
  margin: auto;
  font-size: 24px;
  font-weight: 800;
  padding-left: 54px;
  overflow: hidden;
  margin-top: 32px;
}
.list-item {
  width: 90%;
  margin: auto;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(187, 187, 187, 100);
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 5px;
}
.list-img-div {
  text-align: center;
}
.list-img {
  text-align: center;
  width: 75%;
      height: 169px;
}
.list-div-content {
  display: flex;
  flex-direction: column;
}
.list-div-content > a > h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 60px;
  color: #000;
}
.list-div-content > p {
  color: #252525bd;
}
.list-div-all {
  position: relative;
}
.list-div-all > a {
  position: absolute;
  top: 140px;
  right: 4px;
  font-size: 22px;
  color: #000;
}
