.container1 > .TabContain #myTab .btn-primary {
  background: #FFF;
  color: #e60012;
  border: 0;
  position: absolute;
  height: 0;
  border: 0;
  right: 0;
  top: 56px;
  outline: none;
  font-size: 20px;
  width: 160px;
  padding: 0;
  text-align: right;
}
#ulparent {
  box-sizing: border-box;
  padding-top: 75px;
}
#zhaopinul {
  width: 1208px;
  height: 1450px;
  margin: 0 0 0 59px;
}
#zhaopinul .no-margin-left{
  margin-left: 0px;
}
#zhaopinul .no-margin-bottom{
  margin-bottom: 0px;
}
#zhaopinul li {
  width: 350px;
  float: left;
  height: 460px;
  position: relative;
  margin-left: 40px;
  margin-bottom: 46px;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
}
#zhaopinul li span {
  display: inline-block;
  width: 160px;
  height: 23px;
  color: #000;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 164px;
  left: 50%;
  margin-left: -80px;
}
#zhaopinul li img {
  display: block;
  position: relative;
  top: 56px;
  margin: 0 auto;
}
#zhaopinul li p {
  width: 297px;
  position: absolute;
  top: 219px;
  left: 39px;
  color: #000;
  opacity: 0.65;
  font-size: 14px;
}

.container1 > .TabContain #myTab .btn-default {
  color: #e60012;
  border: 0;
  height: 30px;
}
.btn-primary:hover {
  opacity: .8;
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
#myTabContent .hireContent {
  padding: 35px;
  background: #fff;
}
#myTabContent {
  min-height: 537px;
}
#myTabContent .hireContent div > div {
  width: 200px;
  height: 320px;
  text-align: center;
  margin: 0 auto;
}
#myTabContent .hireContent div > div > h2 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #6c6c6c;
}
#myTabContent .hireContent div > div > h2 > span {
  color: #e60012;
  border-bottom: 2px solid #e60012;
  margin-right: 4px;
}
#myTabContent .hireContent div > div > p {
  text-align: left;
  color: #9c9c9c;
  font-size: 14px;
}
#myTabContent .questionContent {
  padding: 0px 69px 0px 51px;
  background: #fff;
}
#myTabContent .questionContent div > div {
  margin-top: 5px;
  /*border-bottom: 1px solid #E6E6E6;*/
  margin-bottom: 0;
}
#myTabContent .questionContent div > div > .first {
  color: #000;
  height: 90px;
  cursor: pointer;
  font-size: 20px;
  padding-top: 32px;
  position: relative;
}
#myTabContent .questionContent div > div > .first span {
  display: inline-block;
  top: 14px;
  color: #6f6d6d;
  font-size: 44px;
  margin-left: 5px;
}

#myTabContent .questionContent div > div > .first:hover {
  color: #e60012 ;
}
#myTabContent .questionContent div > div > .question {
  display: none;
  padding-bottom: 8px;
}
#myTabContent .questionContent div > div > .question > p {
  color: #6f6d6d;
  font-size: 14px;
  line-height: 30px;
}
#myTabContent .questionContent div > .form-group > label {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 38px;
  opacity: 0.85;
}
#myTabContent .questionContent div > .form-group > p span {
  display: inline-block;
  height: 33px;
  color: #000;
  font-size: 14px;
  border-radius: 12px;
  margin-left: 16px;
  cursor: pointer;
  opacity: 0.65;
  padding-top: 6px;
  border-radius: 3px;
  font-size: 14px;
  width: 99px;
  border: 1px solid #00000030;
  text-align: center;
}
#myTabContent .questionContent div > .form-group > p .selected {
  background: #FFF;
  color: #F62F2F;
  border: 1px solid #F62F2F;
  display: inline-block;
  width: 99px;
  height: 33px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  padding-top: 6px;
}
#myTabContent .questionContent div > .form-group > input {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 40px;
  line-height: 1;
}
#myTabContent .questionContent div > .form-group > textarea.form-control {
  height: 120px;
  resize: none;
}
#myTabContent .questionContent div > .center {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 32px;
}
#myTabContent .questionContent div > .center .btn {
  background: #e60012;
  border-color: #e60012;
  width: 115px;
  height: 38px;
  border-radius: 4px;
  line-height: 1;
  outline: none;
  margin: 0 15px;
}
#myTabContent .questionContent div > .center .btn-default {
  background: #fff;
  color: #e60012;
  border: 1px solid #e60012 ;
}
#myTabContent .questionContent div > .center .btn-default:hover {
  /*background-color: #e6e6e6;*/
}
#myTabContent .questionContent div > .center .subcss {
  background-color: red;
  color: #FFF;
}
#myTabContent .questionContent div > .look > .first {
  height: 80px;
  font-size: 20px;
  padding-top: 32px;
  color: #000;
}
#myTabContent .questionContent div > .look > .question {
  display: block;
}
