body {
  line-height: normal;
}

.container {
  position: relative;
  width: 1200px;
  height: 100%;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
}

a,
a:hover,
a:focus {
  color: inherit;
}

.bgcolor-f7 {
  background-color: #F7F7F7;
}


.banner {
  width: 100%;
  height: 320px;
  position: relative;
}

.banner-center-con {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  color: #071928;
  text-align: left;
}

.banner-center-con img {
  width: 130px;
  height: 130px;
  border: 5px solid #fff;
  border-radius: 50%;
  margin-right: 45px;
}

.banner-center-con p {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  font-weight: 600;
}

.navgation-con {
  height: 60px;
  text-align: left;
  color: #071928;
}

.navgation-nav {
  cursor: pointer;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  margin-right: 58px;
}

.navgation .active {
  color: #2486EE;
  border-bottom: 3px solid #2486EE;
}

.section {
  width: 100%;
  color: #071928;
}

.cert-header {
  margin: 40px 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.75;
}

.cert-header span {
  width: 22%;
  margin-right: 33px;
}

.cert-header span:last-child {
  margin-right: 0;
}

.cert-list {
  padding: 20px 50px 20px 58px;
  background-color: #fff;
  margin-bottom: 95px;
}

.cert-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.cert-list-item:last-child {
  border: none;
}

.cert-item-select {
  padding: 30px 0 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cert-item-select p {
  font-size: 20px;
  font-weight: 500;
}

.cert-item-select div {
  width: 30px;
  height: 30px;
  background: url(../images/consultant-accreditation/certificate-application/icon-select.png);
  background-size: 30px 30px;
}

.cert-item-select div.select-active {
  background: url(../images/consultant-accreditation/certificate-application/icon-select-active.png);
}

.cert-item-option {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.cert-item-option-show {
  height: auto;
}

.cert-item-option-li {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, .08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
}

.cert-item-option-li .span1 {
  width: 25%;
  text-align: left;
  opacity: 0.75;
  white-space: nowrap;
  overflow: hidden;
}

.cert-item-option-li .span2 {
  width: 23%;
  text-align: center;
  color: #00C8C8;
  white-space: nowrap;
  overflow: hidden;
}

.cert-item-option-li .span3 {
  width: 34%;
  text-align: center;
  color: #FBA036;
  white-space: nowrap;
  overflow: hidden;
}

.cert-item-option-li .btn4 {
  width: 18%;
  display: flex;
  justify-content: flex-end;
}

.cert-item-option-li .btn4 p {
  cursor: pointer;
  width: 94px;
  height: 36px;
  background: #0086F1;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
}
.cert-item-option-li .tips {
  width: 80px;
  font-size: 10px;
  color: red;
  white-space: normal;
  line-height: normal;
  margin-left: 5px;
}

.contact-title {
  text-align: left;
  font-size: 28px;
  font-weight: 500;
}

.cert-search {
  margin: 44px 0;
}

.search-input {
  display: inline-block;
  width: 520px;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-right: 22px;
  padding: 0 17px;
  line-height: 44px;
  font-size: 16px;
  display: inline-flex;
}

.search-input span {
  margin-right: 20px;
}

.search-input input {
  flex: 1;
  background:none;  
outline:none;  
border:none;
}

.search-btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 116px;
  height: 44px;
  background: #0086F1;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
}

.error-message {
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 12px;
  color: red;
  text-align: left;
}

.cert-cont {
  margin: 60px 0 78px;
  display: flex;
  align-items: center;
}

.cert-img {
  width: 600px;
  margin-right: 48px;
  box-shadow: 0px 4px 10px 0px rgba(29, 38, 45, 0.15);
}

.cert-img img {
  width: 100%;
}

.cert-text {
  flex: 1;
  color: #061828;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cert-text-title {
  line-height: 50px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}

.cert-text-cont {
  line-height: 38px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 50px;
}

.cert-text-cont p span,
.cert-text-footer p span {
  display: inline-block;
  opacity: 0.7;
}

.cert-text-cont p span.append-text {
  opacity: 1;
}

.cert-text-cont p,
.cert-text-footer p {
  white-space: nowrap;
}

.cert-text-footer {
  line-height: 38px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}

.cert-text-btn {
  cursor: pointer;
  width: 140px;
  height: 44px;
  background: #0086F1;
  line-height: 44px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

/* 申请表单 */
.application-popup{
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  overflow-y: scroll;
  z-index: 100000;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.application-popup::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.application-box{
  width: 800px;
  background: #FFFFFF;
  position: relative;
  left: 50%;
  top: 140px;
  transform: translateX(-50%);
  padding-bottom: 48px;
  margin-bottom: 140px;
}
.application-close{
  cursor: pointer;
  width: 32px;
  position: absolute;
  top: 24px;
  right: 24px;
}
.application-title{
  font-size: 32px;
  font-weight: 400;
  color: #061828;
  line-height: 32px;
  padding-top: 48px;
}
.application-txt{
  font-size: 20px;
  font-weight: 100;
  text-align: left;
  color: rgba(6,24,40,0.9);
  line-height: 20px;
  margin: 35px 60px 28px 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B0B0B0;
}
.application-info{
  margin: 0 60px;
}
.application-info1{
  display: flex;
}
.application-input{
  font-size: 16px;
  font-weight: 400;
  font-weight: bold;
  color: #0E1C28;
  height: 40px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 24px;
  clear: both;
  position: relative;
}
.application-input input{
  width: 360px;
  margin-left: 8px;
  margin-right: 40px;
  float: right;
  height: 40px;
}
.application-input span{
  color: #EA1717;
}
.application-info-right{
  position: relative;
}
.application-info-right img{
  cursor: pointer;
  width: 166px;
  max-height: 232px;
}
.application-info-right img.application-cancel{
  cursor: pointer;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#uploadImg{
  width: 166px;
  height: 232px;
  outline: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.application-tip{
  font-size: 12px;
  font-weight: 100;
  color: rgba(14,28,40,0.5);
  color: #EA1717;
  line-height: 18px;
  width: 166px;
  text-align: justify;
  margin-top: 19px;
}
.application-info2{
  /* margin-top: -20px; */
  padding-bottom: 60px;
}
.application-info2 .application-input div,
.application-sex.application-input div,
.application-source.application-input div{
  height: 40px;
  display: inline-block;
  font-weight: 100;
  color: rgba(14,28,40,0.9);
}

.application-sex.application-input div span{
  padding-left: 30px;
}

.application-input #sex2+label{
  margin-left: 35%;
}

.application-box input[type="radio"]{
  width: 20px;
  height: 20px;
  float: none;
  margin-right: 8px;
  margin-top: 0;
  position: relative;
  top: 50%;
  transform: translateY(-75%);
}
.application-info2 input[type="radio"]:last-child{
  margin-left: 40px;
}
.application-addresseeInput{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.application-addressee .application-input input{
  width: 200px;
  margin-left: 28px;
  margin-right: 0;
}
.application-addressee .application-address input{
  width: 580px;
  float: none;
  margin-left: 10px;
  padding-bottom: 40px;
}

.buy-info{
  margin: 0 60px;
  padding-bottom: 60px;
}
.buy-item{
  clear: both;
}
.buy-radio{
  font-size: 16px;
  font-weight: bold;
  color: #0E1C28;
  line-height: 28px;
  text-align: left;
  display: inline-block;
  float: left;
}
.buy-radio input[type="radio"]{
  margin-right: 15px;
  margin-bottom: 30px;
  transform: translateY(25%);
}
.buy-price{
  font-size: 16px;
  font-weight: 100;
  color: rgba(14,28,40,0.9);
  line-height: 28px;
  display: inline-block;
  float: right;
}
.buy-price span{
  font-size: 24px;
  font-weight: 500;
  color: #2386EE;
  line-height: 28px;
}
.application-box .submit-btn{
  width: 160px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  color: #FFFFFF;
  text-align: center;
  background: #0086F1;
  margin: 48px 0 0 50%;
  transform: translateX(-50%);
}
.application-box input{
  outline: none;
  padding: 0 10px;
  font-weight: 400;
}
.application-box input::-webkit-input-placeholder{ /* 使用webkit内核的浏览器 */
  font-size: 16px;
  font-weight: 300;
  color: rgba(6,24,40,0.4);
  line-height: 40px;
}   
.application-box input:-moz-placeholder{/* Firefox版本4-18 */
  font-size: 16px;
  font-weight: 300;
  color: rgba(6,24,40,0.4);
  line-height: 40px;
}                  
.application-box input::-moz-placeholder{/* Firefox版本19+ */
  font-size: 16px;
  font-weight: 300;
  color: rgba(6,24,40,0.4);
  line-height: 40px;
  padding: 0 12px;
}                  
.application-box input:-ms-input-placeholder{/* IE浏览器 */
  font-size: 16px;
  font-weight: 300;
  color: rgba(6,24,40,0.4);
  line-height: 40px;
}    
.btn4 a{
  pointer-events: none;
}
.application-input textarea{
  height: 80px;
  outline: none;
  position: absolute;
  top: 0;
  margin-left: 10px;
  width: 580px;
  padding: 0 10px;
  font-weight: 400;
  resize: none;
}
.placeholder{
  font-size: 16px;
  font-weight: 300;
  color: rgba(6,24,40,0.6) !important;
  line-height: 40px;
  position: absolute;
  top: 0;
  padding-left: 20px;
  pointer-events: none;
}
.application-input div span{
  font-size: 16px;
  font-weight: 100;
  color: rgba(14,28,40,0.9);
  line-height: 20px;
  padding-left: 40px;
}
/* 自定义radio样式 */
#receiving1,#receiving2,#buy-item1,#buy-item2,#sex1,#sex2,#source1,#source2,#source3{
  display: none;
}
.application-input>div,.buy-radio {
  position: relative;
}
.application-input label,.buy-radio label,
.application-source label,
.application-sex label {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.application-input #receiving1+label,
.application-input #source1+label{
  left: 10px;
}
.application-input #sex1+label{
  left: 40px;
}
.application-input #receiving2+label{
  left: 51%;
}
.application-input #sex2+label{
  left: 39%;
}
.application-input #source2+label{
  left: 40%;
}
.application-input #source3+label{
  left: 76%;
}
input:checked+label {
  background: #FFFFFF;
  border: 1px solid #2386EE;
  border-radius: 50%;
}
input:checked+label::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #2386EE;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}
.application-input div span.application-span2,
.application-sex div span.application-span1{
  padding-left: 70px;
}
.application-source div span.application-span2{
  padding-left: 52px;
}
.buy-radio span{
  padding-left: 20px;
}