.full-screen-wrapper{
  width: 1200px;
  margin: 0 auto;
}
.left-screen{
  width: 270px;
}
.right-screen{
  width: 820px;
}
.activeNav{
  background-color: #2AAA82 !important;
  color: #fff;
  border: 1px solid #2AAA82 !important;
}

.left-inquiry-form {
  margin-top: 40px;
}
.left-inquiry-form .left-form-group label {
  font-size: 16px;
  font-weight: bold;
}
.left-get-quote{
  font-family: GeographMedium;
  font-size: 24px;
  margin-bottom: 6px;
}
.left-form-group .left-form-input {
  width: 95%;
  border: 1px solid #cecece;
  height: 44px;
  line-height: 1.5;
  padding: 5px 15px;
  box-sizing: border-box;
  margin-bottom: 16px;
  margin-top: 10px;
  border-radius: 4px;
}
.left-form-first-four-items .left-form-group {
  width: 50%;
  box-sizing: border-box;
}
.left-inquiry select, .left-inquiry select:focus {
  border: 0;
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #cecece;
  outline: none;
}
.left-inquiry textarea, .left-inquiry textarea:focus {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #cecece;
  outline: none;
}
.left-form-country {
  margin-bottom: 16px;
}
.left-form-country .left-form-control {
  width: 95%;
  height: 44px;
  line-height: 1.5;
  padding: 0 10px;
  box-sizing: border-box;
}
.left-inquiry-submit {
  display: block;
  background-color: #2AAA82;
  color: #fff;
  font-family: GeographMedium;
  border-radius: 5px;
  width: 135px;
  font-size: 16px;
  line-height: 50px;
}
.left-inquiry-google-valid {
  color: #ff0b0f;
  margin-top: 16px;
}
.left-category{
  margin-top: 30px;
  width: 100%;
}
.left-category-btn{
  font-size: 16px;
  color: #fff !important;
  margin-bottom: 10px;
  padding: 13px 24px;
  border-radius: 4px;
  background-color: #2AAA82;
}
/* 面包屑导航*/
.pro-page-crumbs {
  margin-bottom: 12px;
}
.pro-page-crumbs, .pro-page-crumbs a{
  color: #848484;
}
.breadcrumb{
  padding: 0;
  background-color: #fff !important;
}

/*pc*/
@media only screen and (min-width: 1200px) {
  .full-screen-wrapper {
    display: flex;
    justify-content: space-between;
  }
  /* 面包屑导航*/
  .pro-page-crumbs, .pro-page-crumbs a{
    font-size: 12px;
  }
}
/*特殊尺寸处理*/
@media only screen and (min-width: 1199px) and (max-width: 1300px) {  }

/*mobile*/
@media only screen and (max-width: 1199px) {
  .full-screen-wrapper {
    width: 90%;
  }
  .left-screen{
    display: none;
  }
  .right-screen{
    width: 100%;
    font-size: 11px;
    line-height: 1.5;
  }
  /* 面包屑导航*/
  .pro-page-crumbs, .pro-page-crumbs a{
    font-size: 16px;
    transform: scale(0.6);
    transform-origin: 0 0
  }
}
