html {
  font-size: calc(100vw / 1920 * 16);
}

a,
li,
img {
  text-decoration: none;
  list-style: none;
  display: block !important;
}

.myContent {
  padding-top: 80px;
  overflow: hidden;
}

.myContent .mycontainer {
  width: 1328px;
  margin: auto;
}

.myContent .banner {
  width: 100%;
  height: inherit;
}

.myContent .banner .img {
  width: 100%;
  height: auto;
}

.myContent .joinUs {
  overflow: hidden;
}

.myContent .joinUs .textImg {
  width: 185px;
  height: auto;
  margin: auto;
  margin-top: 100px;
}

.myContent .joinUs .title {
  font-size: 32px;
  color: #272727;
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: center;
}

.myContent .joinUs .map {
  width: 1315px;
  height: 300px;
  margin: auto;
}

.myContent .joinUs .aboutUs {
  width: 1315px;
  margin: auto;
  display: flex;
}

.myContent .joinUs .aboutUs .companyIntroduce {
  width: 50%;
  height: 460px;
  background: url(../images/connectUsBG.png) no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 30px 50px;
}

.myContent .joinUs .aboutUs .companyIntroduce .title {
  margin: 0;
  font-size: 24px;
  text-align: left;
  color: #FFF;
}

.myContent .joinUs .aboutUs .companyIntroduce .text {
  font-size: 14px;
  color: #FFF;
  padding-top: 10px;
}

.myContent .joinUs .aboutUs .companyIntroduce .way {
  overflow: hidden;
}

.myContent .joinUs .aboutUs .companyIntroduce .way .item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.myContent .joinUs .aboutUs .companyIntroduce .way .item .img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.myContent .joinUs .aboutUs .companyIntroduce .way .item .value .top {
  color: #e580b0;
  font-size: 14px;
}

.myContent .joinUs .aboutUs .companyIntroduce .way .item .value .bottom {
  font-size: 14px;
  color: #FFF;
  margin-top: 4;
}

.myContent .joinUs .aboutUs .yourConnectWay {
  flex: 1;
  background: #f9f9f9;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
  position: relative;
}

.myContent .joinUs .aboutUs .yourConnectWay .item {
  padding-bottom: 15px;
}

.myContent .joinUs .aboutUs .yourConnectWay .item .text {
  font-size: 14px;
  margin-bottom: 10px;
}

.myContent .joinUs .aboutUs .yourConnectWay .item .layui-input-wrap {
  position: relative;
}

.myContent .joinUs .aboutUs .yourConnectWay .item .layui-input-wrap .mybtn {
  height: 40px;
  font-size: 14px;
  color: #f9f9f9;
}

.myContent .joinUs .aboutUs .yourConnectWay .item .layui-input-wrap .mybtn:focus {
  border-color: #e580b0 !important;
  box-shadow: 0 0 0 3px rgba(229, 128, 176, 0.08) !important;
}

.myContent .joinUs .aboutUs .yourConnectWay .item .layui-input-wrap .num {
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
  width: 40px;
  font-size: 12px;
  color: #909399;
}

.myContent .joinUs .aboutUs .yourConnectWay .item .layui-input-wrap .mytextArea {
  height: 134px;
  box-sizing: border-box;
  padding-right: 40px;
  font-size: 14px;
  color: #f9f9f9;
}

.myContent .joinUs .aboutUs .yourConnectWay .item .layui-input-wrap .mytextArea:focus {
  border-color: #e580b0 !important;
  box-shadow: 0 0 0 3px rgba(229, 128, 176, 0.08) !important;
}

.myContent .joinUs .aboutUs .yourConnectWay .submmit {
  background: #b94870;
  width: 120px;
  height: 40px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

@media (max-width: 1315px) {
  .myContent {
    padding-top: 50px;
  }
  .myContent .mycontainer {
    width: 100%;
  }
  .myContent .joinUs .aboutUs {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .myContent .joinUs .aboutUs {
    flex-wrap: wrap;
  }
  .myContent .joinUs .aboutUs .companyIntroduce {
    width: 100%;
  }
  .myContent .joinUs .aboutUs .yourConnectWay {
    padding-bottom: 100px;
    flex: none;
    width: 100%;
  }
}
