header {
  background-image: url('//staticimg.yidianzixun.com/modules/mp/images/sunnyPlan/banner_search_web@1x-5092244b9c.png')
}

.main {
  min-height: initial;
}

.main::after {
  top: 150px;
}

.main::before {
  top: 550px;
}

.search{
  width: 635px;
  margin: auto;
  text-align: center;
  padding: 45px 0;
}

.search::before,.search::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8vw;
  height: 8vw;
  background: url('//staticimg.yidianzixun.com/modules/mp/images/sunnyPlan/strip-21fdd75a50.png') no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

.search::after{
  left: calc(1100px - 8vw);
  top: calc(100% - 8vw);;
  -webkit-transform: rotate(180deg);;
          transform: rotate(180deg);
}

.search h3 {
  font-size: 28px;
  line-height: 40px;
  margin-top: 5px;
}

.search p {
  font-size: 16px;
  line-height: 22px;
  color: #7388AA;
  margin-top: 11px;
}

.search-row {
  height: 40px;
  line-height: 40px;
  margin: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-row input {
  border: 1px solid #E5E9F4;
  background: #fbfdff;
  width: 515px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 20px;
  outline: none;
  color: #253545;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #BFC6D6;
}

input:hover, .search-row input:focus {
  border-color: #BFC6D6;
}

input:focus {
  outline: none;
}

.search-row span {
  display: inline-block;
  width: 90px;
  background: linear-gradient(45deg,#497DE7 0%,#39BBF5 100%);
  border-radius: 20px;
  cursor: pointer;
}

.search-row span i {
  display: inline-block;
  width: 19px;
  height: 20px;
  background: url('//staticimg.yidianzixun.com/modules/mp/images/sunnyPlan/icon_search@2x-b4f9c6cf4f.png') no-repeat;
  background-size: contain;
  vertical-align: top;
  margin-top: 10px;
}

.search-row span:hover {
  background: linear-gradient(45deg,#144CC0 0%,#0195BA 100%);
}

.certificate {
  border: 1px solid #E5E9F4;
  border-radius: 8px;
}

.certificate .info img {
  margin: 35px;
}

.no-more {
  min-width: 180px;
  height: 135px;
  margin: 140px auto 145px;
}

.no-more img {
  width: 145px;
  height: 87px;
}

.no-more p {
  font-size: 22px;
  line-height: 30px;
  color: #BFC6D6;
  margin-top: 15px;
}

.mcn-table {
  margin-top: 30px;
  width: 635px;
  margin: auto;
  text-align: center;
  padding: 0 0 45px;
}

.mcn-table .th {
  border: 1px solid #E5E9F4;
  border-bottom: none;
}

.mcn-table .td {
  border-top: 1px solid #E5E9F4;
  border-right: 1px solid #E5E9F4;
}

.mcn-table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #E5E9F4;
  border-top: none;
  border-right: none;
}

.mcn-table .th {
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  font-weight: normal;
  background: #f2fafe;
}

.mcn-table .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  text-align: left;
}

.mcn-table .td div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
}


.no-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  /* text-align: center; */
  border: 1px solid #E5E9F4;
  border-top: none;
}

.hide {
  display: none;
}

.no-show {
  visibility: hidden;
  -webkit-transition: visibility 0.4s ease-out;
  transition: visibility 0.4s ease-out; 
}

.show {
  visibility: visible;
  -webkit-transition: visibility 0.4s ease-in;
  transition: visibility 0.4s ease-in; 
}


.mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 6, 6, 0.2)
}

.mask .form {
  width: 500px;
  background: #fff;
  text-align: center;
  padding: 30px 50px;
  font-size: 16px;
  border: 1px solid #e5e9f4;
  border-radius: 12px;
  margin: auto;
  margin-top: 50vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mask .header {
  font-size: 28px;
}

.mask .tip {
  margin: 15px 0;
}

.mask .error-tip {
  font-size: 13px;
  line-height: 19px;
  color: #E91026;
  text-align: left;
  margin: 5px 0 0;
}

.mask .input-row {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mask input {
  border: 1px solid #bfc6d6;
  width: 288px;
  border-radius: 4px;
  text-align: left;
  padding: 9px 0 9px 15px;
  background: #FBFDFF;
}

.mask .captcha {
  border: 1px solid #e5e9f4; 
  border-radius: 4px;
  width: 97px;
  line-height: 1;
  cursor: pointer;
}

.mask .btns {
  text-align: center;
  margin-top: 16px;
  cursor: pointer;
}

.mask .btns span {
  display: inline-block;
  border-radius: 20px;
  height: 40px;
  font-size: 20px;
  line-height: 2;
  width: 120px;
}

.btns .submit {
  background: linear-gradient(45deg,#497DE7 0%,#39BBF5 100%);
  margin-left: 60px;
  color: #fff;
}

.btns .submit:hover,
.btns .submit:active {
  background: linear-gradient(45deg,#144CC0 0%,#0195BA 100%);
}

.btns .cancel {
  background-color: #FBFDFF;
  color: #7388AA;
  border: 1px solid #E5E9F4;
}

.captcha img {
  width: 80px;
  height: 37px;
}

.toast {
  position: fixed;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  text-align: center;
  padding: 0 56px;
  top: calc(50% - 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #7388AA;
  color: #fff;
  border-radius: 12px;
}


@media (max-width: 420px){
.container {
  position: relative;
  padding-bottom: 12vw;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
}
header {
  background-image: url('//staticimg.yidianzixun.com/modules/mp/images/sunnyPlan/banner_search_ph@2x-7f4228a361.png')
}

.main {
  margin-top: -24vh;
}

.search {
  width: 92vw;
  background: #fff;
  position: relative;
  border-radius: 10px;
  padding: 4vw;
}

.mcn-table {
  width: 92vw;
  background: #fff;
  border-radius: 10px;
  margin: auto;
  margin-top: 6vw;
  text-align: center;
}

.search h3 {
  font-size: 17px;
  color: #105193;
  margin-top: 20px;
}

.search h3::before {
  content: '';
  position: absolute;
  width: 20vw;
  height: 22px;
  background: url(//staticimg.yidianzixun.com/modules/mp/images/sunnyPlan/figure@2x-982ff8dd66.png) no-repeat;
  background-size: contain;
  top: 20px;
  left: calc(50% - 10vw);
}

.search::after{
  left: initial;
  top: initial;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search p {
  font-size: 13px;
  margin-top: 0;
}

.search-row{
  height: 9vw;
  margin: 5vw 0;
}

.search-row input {
  width: 64vw;
  height: 9vw;
  font-size: 15px;
}
.search-row input:focus {
  border-color: #7388AA;
}

.search-row span {
  width: 16vw;
}
.search-row span i {
  margin-top: calc(4.5vw - 10px);
}

.search-row span:hover {
  background: linear-gradient(45deg,#497DE7 0%,#39BBF5 100%);
}

.search-row span:active {
  background: linear-gradient(45deg,#144CC0 0%,#0195BA 100%);
}

.certificate .info img {
  width: 76vw;
  height: 115vw;
  margin: 2vw 4vw 4vw;
  border-radius: 8px;
}

.no-more {
  margin: 12vw auto 15vw;
}

.no-more p {
  font-size: 15px;
}

.mcn-table {
  padding: 0;
}

.mcn-table .th{
  border-radius: 10px 10px 0 0;
  font-size: 17px;
  height: 55px;
  line-height: 55px;
  color: #105193;
}

.mcn-table .tr {
  border-radius: 0 0 10px 10px;
}

.mcn-table .td {
  width: 50%;
}

.mcn-table .td:last-child{
  border-radius: 0 0 10px 0;
}

.no-border {
  border: none;
}


.mask .form {
  width: 80vw;
  font-size: 13px;
  border-color: #BFC6D6;
  padding: 30px;
}

.mask .header {
  color: #105193;
  font-size: 17px;
}

.mask .input-row .captcha {
  margin-left: 2.5vw;
  width: 19.5vw;
  border: 1px solid #BFC6D6;
}

.mask .input-row input {
  width: 42vw;
}
.mask .input-row input:focus {
  border-color: #7388AA;
}

.captcha img {
  width: 16vw;
}

.mask .btns span {
  width: 26vw;
}

.btns .submit {
  margin-left: 5.3vw;
}
.btns .submit:hover {
  background: linear-gradient(45deg,#497DE7 0%,#39BBF5 100%);
}

.btns .submit:active {
  background: linear-gradient(45deg,#144CC0 0%,#0195BA 100%);
}

.toast {
  height: 12vw;
  line-height: 12vw;
  padding: 0 8vw;
  top: calc(50% - 6vw);
  opacity: 0.8;
  background: #000000;
  border-radius: 10px;
  font-size: 16px;
}

}