.banner,
menu {
  display: none;
}

nav {
  margin: .56rem auto;
}

.company-nav {
  width: 100%;
  height: .8rem;
  background-color: #f4f5f7;
  padding: 0 .28rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
}

.company-nav a {
  font-size: .32rem;
  color: #333333;
  height: .8rem;
  line-height: .8rem;
}

.company-nav a.this {
  border-bottom: .026667rem solid #dc0000;
  font-weight: bold;
  color: #dc0000;
}

h3 {
  width: 100%;
  text-align: center;
  font-size: .48rem;
  font-weight: bold;
  line-height: 1;
}

h3 span {
  font-weight: 100;
  color: #999999;
  font-size: .28rem;
  line-height: 1;
  margin-top: .36rem;
}

.online {
  width: 9.44rem;
  margin: 0 auto;
  margin-top: 1.066667rem;
}

.online form {
  display: block;
  width: 100%;
  margin-top: .533333rem;
  /* .roundedTwo */
  /* end .roundedTwo */
}

.online form .label-item {
  display: block;
  width: 100%;
  min-height: .8rem;
  margin-bottom: .36rem;
  position: relative;
}

.online form .label-item input {
  width: 100%;
  height: .8rem;
  border-radius: .16rem;
  border: solid 1px #f1f2f6;
  text-indent: .84rem;
  font-size: .32rem;
  float: left;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.online form .label-item input.error {
  border: solid 1px #dc0000;
}

.online form .label-item input.error {
  border: solid 1px #dc0000;
}

.online form .label-item input.error::-webkit-input-placeholder {
  color: #dc0000;
}

.online form .label-item input.error::-moz-input-placeholder {
  color: #dc0000;
}

.online form .label-item input.error::-ms-input-placeholder {
  color: #dc0000;
}

.online form .label-item input:focus {
  border: solid 1px #333;
}

.online form .label-item img {
  float: right;
  width: auto;
  height: .8rem;
  cursor: pointer;
}

.online form .label-item button {
  width: 2.706667rem;
  height: .8rem;
  background-color: #ffd6d6;
  border-radius: .28rem;
  float: right;
  border: none;
  cursor: pointer;
  font-size: .32rem;
  color: #dc0000;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.online form .label-item:first-child input {
  background: url(../../images/news/user-name.png) no-repeat 0.32rem center;
  background-size: auto .36rem;
}

.online form .label-item:nth-child(2) input {
  background: url(../../images/news/user-phone.png) no-repeat 0.34667rem center;
  background-size: .293333rem auto;
}

.online form .label-item:nth-child(3) input {
  width: 6.36rem;
  background: url(../../images/news/user-yan.png) no-repeat 0.28rem center;
  background-size: .373333rem auto;
}

.online form .label-item:nth-child(4) input {
  width: 6.36rem;
  background: url(../../images/news/user-code.png) no-repeat 0.32rem center;
  background-size: .36rem auto;
}

.online form .label-item:nth-child(5) {
  width: 100%;
  height: 3.84rem;
}

.online form .label-item:nth-child(5) textarea {
  width: 100%;
  height: 100%;
  border-radius: .16rem;
  border: solid 1px #f1f2f6;
  resize: none;
  font-size: .32rem;
  line-height: .48rem;
  padding: .24rem .36rem;
  background: url(../../images/news/user-node.png) no-repeat 0.36rem 0.3rem;
  background-size: .32rem auto;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-indent: .48rem;
}

.online form .label-item:nth-child(5) .iptFocus,
.online form .label-item:nth-child(5) textarea:focus {
  border: 1px solid #333;
}

.online form .xieyi {
  height: .36rem;
}

.online form .xieyi p {
  line-height: .36rem;
  float: left;
  margin-left: .16rem;
  font-size: .28rem;
}

.online form .xieyi p a {
  display: inline;
  color: #dc0000;
  font-size: .28rem;
}

.online form .roundedTwo {
  width: .36rem;
  height: .36rem;
  position: relative;
  float: left;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.online form .roundedTwo label {
  width: .36rem;
  height: .36rem;
  border: 1px solid #6a6a6a;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.online form .roundedTwo label:after {
  content: '';
  width: .16rem;
  height: .08rem;
  position: absolute;
  top: .1rem;
  left: .08rem;
  border: 1px solid #6a6a6a;
  border-top: none;
  border-right: none;
  background: transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.online form .roundedTwo input[type=checkbox] {
  visibility: hidden;
}

.online form .roundedTwo input[type=checkbox]:checked+label:after {
  border: 1px solid #ffffff;
  border-top: none;
  border-right: none;
}

.online form .roundedTwo input[type=checkbox]:checked+label {
  background: #dc0000;
  border: 1px solid #dc0000;
}

.online form .tj {
  width: 100%;
  height: .8rem;
  background-color: #dc0000;
  border-radius: .4rem;
  display: block;
  margin: .533333rem auto;
  font-size: .4rem;
  color: #ffffff;
  cursor: pointer;
  border: none;
}