.appointment {
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px; }
  .appointment .content .img {
    width: 50%;
    float: left; }
    .appointment .content .img img {
      max-width: 100%; }
  .appointment .content .form {
    margin-top: 30px;
    width: 285px;
    float: left;
    margin-left: 140px; }
    .appointment .content .form .title {
      background: #595959;
      font-size: 30px;
      color: #4ba1ff;
      text-align: center;
      height: 60px;
      line-height: 60px; }
    .appointment .content .form form {
      background: #fff;
      padding: 10px 20px;
      padding-top: 30px; }
      .appointment .content .form form .selector {
        color: #757575;
        cursor: pointer;
        position: relative; }
        .appointment .content .form form .selector input {
          width: 0 !important;
          height: 0 !important;
          opacity: 0; }
        .appointment .content .form form .selector span {
          float: left;
          font-size: 12px; }
          .appointment .content .form form .selector span:nth-of-type(1) {
            padding-left: 10px;
            height: 30px;
            line-height: 30px; }
          .appointment .content .form form .selector span:nth-of-type(2) {
            float: right;
            margin-top: 7px;
            margin-right: 10px; }
            .appointment .content .form form .selector span:nth-of-type(2) img {
              width: 10px; }
        .appointment .content .form form .selector ul {
          display: none;
          position: absolute;
          top: 100%;
          width: 100%; }
          .appointment .content .form form .selector ul li {
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
            -webkit-transition: 0.5s ease all;
            transition: 0.5s ease all;
            cursor: pointer;
            background: #fff;
            font-size: 12px;
            color: #757575; }
            .appointment .content .form form .selector ul li:hover {
              background: #8968ed;
              color: #fff; }
      .appointment .content .form form .styleblock {
        height: 30px;
        border-radius: 5px;
        width: 100%;
        background: #f0f0f0;
        margin-bottom: 16px; }
        .appointment .content .form form .styleblock input {
          outline: none;
          border: none;
          font-size: 12px;
          color: #000;
          background: none;
          height: 30px;
          padding-left: 10px; }
      .appointment .content .form form .submit {
        width: 160px;
        display: block;
        margin: 0 auto;
        border-radius: 20px;
        height: 40px;
        line-height: 40px;
        border: 0;
        outline: none;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 20px; }

.appointment2 {
  margin-bottom: 100px; }
  .appointment2 .header {
    margin-top: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px; }
    .appointment2 .header .header-logo {
      float: left;
      margin-right: 5px; }
      .appointment2 .header .header-logo img {
        max-width: 96px; }
    .appointment2 .header .header-title {
      float: left;
      font-size: 16px;
      color: #333;
      margin-top: 23px;
      padding-left: 10px;
      margin-bottom: 20px; }
  .appointment2 .img {
    float: left;
    margin-left: 40px;
    margin-top: 20px; }
    .appointment2 .img img {
      max-width: 620px; }
  .appointment2 form {
    width: 350px;
    margin-left: 90px;
    float: left; }
    .appointment2 form .submit {
      width: 100%;
      height: 45px;
      line-height: 45px;
      color: #fff;
      background: #38f;
      border: 0;
      outline: none;
      margin-top: 40px; }
      .appointment2 form .submit:hover {
        opacity: 0.9; }
    .appointment2 form .styleblock {
      height: 80px;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 1px;
      padding-top: 45px; }
      .appointment2 form .styleblock.active {
        border-bottom-color: #38f; }
      .appointment2 form .styleblock input {
        border: 0;
        padding: 0;
        font-size: 14px;
        width: 100%; }
    .appointment2 form select {
      border: 0;
      outline: none;
      height: 35px;
      padding-bottom: 5px;
      width: 100%;
      color: #777; }

.appointment2 form .styleblock{
  position:relative;
}
.appointment2 form .styleblock:nth-of-type(3)::after,.appointment2 form .styleblock:nth-of-type(4)::after{
  position:absolute;
  content:'*';
  left:0;
  top:43px;
  font-size:16px;
  color:#f00;

}
.appointment2 form .styleblock:nth-of-type(3),.appointment2 form .styleblock:nth-of-type(4){
  padding-left:12px;
}

.appointment2 .img img{

}
@media (max-width:1199px){
  .appointment2 .img img{
    max-width:100%;
  }
  .appointment2 .img{
    margin-left:0;
  }
  .appointment2 form{
    width:100%;
    margin-left:0;
  }
}