#collectInformation .collectInformation .inforContent {
  box-shadow: 2.5px 2.5px 15px rgba(0, 0, 0, 0.1), -2.5px -2.5px 15px rgba(0, 0, 0, 0.1);
  width: 95%;
  margin-left: 2.5%;
  border-radius: 5px;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  background-color: white;
}

#collectInformation .collectInformation .inforContent img {
  width: 50%;
  height: auto;
}

#collectInformation .collectInformation .inforContent h4 {
  font-weight: bold;
  text-align: left;
  line-height: 0.6rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

#collectInformation .collectInformation .inforContent h5 {
  font-weight: bold;
  text-align: left;
  line-height: 0.6rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

#collectInformation .collectInformation .inforContent h5 span {
  color: #E90003;
}

#collectInformation .collectInformation .inforContent .intro {
  color: #9B9B9B;
  text-align: left;
  line-height: 0.8rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

#collectInformation .collectInformation .inforContent .intro span {
  font-weight: bold;
  font-size: 110%;
}

#collectInformation .collectInformation .inforContent h3 {
  background-color: #37407B;
  color: white;
  font-weight: bold;
  padding: 0.1rem 0;
  font-size: 0.5rem;
  margin-top: 10px;
}

#collectInformation .collectInformation .inforContent h3 img {
  width: 20px;
  height: auto;
}

#collectInformation .collectInformation .inforContent h3 .arrowDown {
  display: none;
}

#collectInformation .collectInformation .inforContent .oceaniaTitle .arrowUp {
  display: none;
}

#collectInformation .collectInformation .inforContent .oceaniaTitle .arrowDown {
  display: inline-block;
}

#collectInformation .collectInformation .inforContent .europeTitle .arrowUp {
  display: none;
}

#collectInformation .collectInformation .inforContent .europeTitle .arrowDown {
  display: inline-block;
}

#collectInformation .collectInformation .inforContent .asiaTitle .arrowUp {
  display: none;
}

#collectInformation .collectInformation .inforContent .asiaTitle .arrowDown {
  display: inline-block;
}

#collectInformation .collectInformation .inforContent .row {
  margin-left: 0;
  margin-right: 0;
}

#collectInformation .collectInformation .inforContent .commonCon div {
  border: 1px solid #CECECE;
  padding: 0.2rem;
  font-weight: bold;
  width: 48%;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
}

#collectInformation .collectInformation .inforContent .commonCon .active {
  background-color: #1D2975;
  color: white;
}

#collectInformation .collectInformation .inforContent .commonCon .exceed {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#collectInformation .collectInformation .inforContent .oceaniaCon {
  display: none;
}

#collectInformation .collectInformation .inforContent .europeCon {
  display: none;
}

#collectInformation .collectInformation .inforContent .asiaCon {
  display: none;
}

#collectInformation .collectInformation .userInfor {
  box-shadow: 2.5px 2.5px 15px rgba(0, 0, 0, 0.1), -2.5px -2.5px 15px rgba(0, 0, 0, 0.1);
  width: 95%;
  margin-left: 2.5%;
  border-radius: 5px;
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}

#collectInformation .collectInformation .userInfor .row {
  margin-left: 0;
  margin-right: 0;
}

#collectInformation .collectInformation .userInfor .commonBox {
  width: 95%;
  margin-left: 2.5%;
  box-shadow: 2.5px 2.5px 15px rgba(0, 0, 0, 0.1), -2.5px -2.5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0.2rem 0;
}

#collectInformation .collectInformation .userInfor div select {
  width: 100%;
  padding: 0.2rem 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
}

#collectInformation .collectInformation .userInfor div span {
  padding: 0.2rem 0;
}

#collectInformation .collectInformation .userInfor div input {
  width: 100%;
  padding: 0.2rem 0;
  border: none;
  outline: none;
}

#collectInformation .collectInformation .userInfor .userPhone {
  margin-top: 0.5rem;
}

#collectInformation .collectInformation .userInfor .code {
  margin-top: 0.5rem;
  width: 95%;
  margin-left: 2.5%;
}

#collectInformation .collectInformation .userInfor .code .codeCon {
  box-shadow: 2.5px 2.5px 15px rgba(0, 0, 0, 0.1), -2.5px -2.5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0.2rem 0;
}

#collectInformation .collectInformation .userInfor .code .codeCon input {
  padding-left: 0.5rem;
}

#collectInformation .collectInformation .userInfor .code .codeBtn {
  padding-right: 0;
}

#collectInformation .collectInformation .userInfor .code .codeBtn input {
  box-shadow: 2.5px 2.5px 15px rgba(0, 0, 0, 0.1), -2.5px -2.5px 15px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 5px;
  height: 1.3rem;
}

#collectInformation .collectInformation .userInfor .submitBtn {
  width: 95%;
  margin-left: 2.5%;
  background-color: #37407B;
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 0.5rem;
  padding: 0.2rem 0;
  border-radius: 8px;
}
