.content {
  margin: 0 auto;
  width: 12rem;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2.03rem;
}
.company {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 1rem;
  width: 12rem;
  margin-bottom: 1.25rem;
}
.company .left {
  width: 5.67rem;
  overflow: hidden;
}
.company .left img {
  width: 100%;
  display: block;
}
.company .right {
  width: 4.6rem;
}
.right-logo {
  text-align: right;
}
.right .title {
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.27rem;
}
.right .text {
  font-size: 0.22rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.4rem;
}
.common-cantact {
  font-size: 0.24rem;
  font-weight: 400;
  color: #000000;
}
.right .email {
  margin-bottom: 0.1rem;
  margin-top: 0.25rem;
}
.con-title{
  font-size: .3rem;
  color: #272525;
  font-weight: 500;
  height: .3rem;
  line-height: .3rem;
  margin: .6rem 0 .19rem;
}
.line{
  width: .7rem;
  height: .06rem;
  background-color: #FFD401;
  border-radius: 2px;
  margin-bottom: .6rem;
}
.makBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexStr{
  align-items: flex-start;
}
.boxItem{
  width: 3.38rem;
  background: #FFFFFF;
  box-shadow: 0px 1px 49px 0px rgba(185, 185, 185, 0.46);
  border-radius: 10px;
}
.itemH{
  height: 4.42rem;
}
.boxHeader{
  width: 3.38rem;
  height: 1.63rem;
  background: linear-gradient(-90deg, #E98B2B, #ECB85B);
  border-radius: 10px 10px 0px 0px;
  position: relative;
}
.down-detail{
  padding: 0 .46rem .34rem .29rem;
  text-align: left;
}
.down-detail .name{
  height: .3rem;
  font-size: .32rem;
  font-weight: 500;
  color: #333333;
  line-height: .3rem;
}
.down-detail .nameTwo{
  height: .44rem;
  line-height: .44rem;
  font-size: .22rem;
  font-weight: 500;
  color: #333333;
}
.down-detail .textarea{
  line-height: .4rem;
  font-size: .22rem;
  font-weight: 400;
  color: #666666;
}
.boxnum{
  position: absolute;
  top: 0.84rem;
  left: .14rem;
  width: .6rem !important;
}
.boxHeader img{
  margin-top: .1rem;
  width: 1.44rem;
}
.trImg{
  width: .57rem;
  margin: -1.3rem .18rem 0
}
.trTop{
  margin-top: 1.52rem;
}
.td-line{
  height: 1rem;
  width: 100%;
}
.td-line img{
  width: .11rem;
  float: right;
  margin: .22rem 1.63rem 0 0;
}
#imgbox {
  width: 100%;
  font-size: 0px;
  white-space: nowrap;
  overflow: hidden;
}

#imgbox img {
  height: 3rem;
  padding: 0 2px;
}

#imgbox a {
  margin-right: 20px;
}