/*ipquote*/
.ipquote {
  font: 14px/1.5 "Arial", "Microsoft YaHei";
}
.ipquote h2 {
  margin: 80px 0 50px;
  font-size: 30px;
  text-align: center;
  font-weight: 300;
}
.ipquote_header {
  margin-bottom: 50px;
}
.ipquote_header h2 {
  margin-top: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #4682b4;
}
.ipquote_forecast {
  height: 349px;
  background: url(/Public/images/ipquote/bg_banner.png) no-repeat center 0;
  overflow: hidden;
}
.ipquote_forecast h2 {
  color: #fff;
}
.ipquote_forecast-step {
  position: relative;
  display: flex;
  height: 130px;
  color: #fff;
  /* background: url(/Public/images/ipquote/bg_line_repeat_x.png) repeat-x 0 70px; */
}
.ipquote_forecast-step .it {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.ipquote_forecast-step .it p {
  background: url(/Public/images/ipquote/bg_line_repeat_x.png) repeat-x 0 50%;
}

.ipquote_forecast-step .it h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url(/Public/images/ipquote/bg_arrow.png) no-repeat center bottom;
  font-size: 18px;
  font-weight: 500;
}

.ipquote_calculate {
  padding-bottom: 70px;
  background: #e7edf3;
  display: inline-block;
  width: 100%;
}
.ipquote_calculate .ipquote_input {
  margin: 0;
  color: #007eff;
  font-weight: bold;
  text-align: center;
  width: 82px;
  height: 40px;
  padding: 0 7px 0 15px;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  background: url(/Public/images/ipquote/icon_page.png) no-repeat 0 0;
}
.ipquote_calculate-patent {
  width: 50%;
  border: 1px solid #007eff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  margin: -20px auto 60px;
}
.ipquote_calculate-patent .it {
  flex: 1;
  white-space: nowrap;
  background: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-size: 18px;
  color: #323232;
  cursor: pointer;
}
.ipquote_calculate-patent .it.on {
  background: #007eff;
  color: #fff;
}
.ipquote_calculate-patent .it input[name="IPType"] {
  display: none;
}
.ipquote_calculate-panel {
  display: flex;
  justify-content: space-between;
}

.ipquote_calculate-results {
  width: 600px;
  /* padding-left: 22px;
  background: url(/Public/images/ipquote/table_title.png) no-repeat 0 41px; */
}
.ipquote_calculate-results table {
  width: 100%;
}
.ipquote_calculate-results td,
.ipquote_calculate-results th {
  text-align: center;
  white-space: nowrap;
}
.ipquote_calculate-results th {
  padding: 10px 8px;
  height: 30px;
  font-weight: 700;
}
.ipquote_calculate-results td {
  padding: 14px 8px;
  height: 22px;
  background: #fff;
  border-bottom: 1px solid #eaebec;
}
.header-tr td {
  background: #e7edf3;
}
.ipquote_calculate-results .tl {
  text-align: left;
}
.ipquote_calculate-results .table-wrap {
  /* height: 272px; */
  background: #fff;
  overflow: auto;
  padding-left: 22px;
  position: relative;
}
.table-wrap .title-table {
  position: absolute;
  left: 0;
  top: 0;
  background: #007eff;
  display: block;
  width: 22px;
  height: 100%;
  color: #ffffff;
  writing-mode: vertical-rl;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  cursor: context-menu;
}
.ipquote_calculate-results .table-static {
  padding-right: 20px;
  text-align: right;
  margin-top: 45px;
  font-weight: 700;
  color: #999;
  font-size: 16px;
}
.ipquote_calculate-results .table-static span {
  color: #333;
  padding: 0 10px;
}
.ipquote_calculate-results .table-static select {
  display: inline-block;
  border-radius: 3px;
  color: #007eff;
  border: 1px solid #007eff;
  text-transform: uppercase;
  font-size: 12px;
}

.ipquote_calculate-form {
  margin-top: 0px;
  flex: 1;
  margin-left: 45px;
}
.ipquote_calculate-form .icon_radio {
  display: block;
  cursor: pointer;
  margin: 7px auto;
  width: 60px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-style: initial;
}
.ipquote_calculate-form input[name="PCT"] {
  display: none;
}
.ipquote_calculate-form input[name="PCT"] + .icon_radio {
  padding: 0 25px 0 5px;
  background: url(/Public/images/ipquote/icon_no.png) no-repeat 0 0;
}
.ipquote_calculate-form input[name="PCT"]:checked + .icon_radio {
  padding: 0 5px 0 27px;
  background: url(/Public/images/ipquote/icon_yes.png) no-repeat 0 0;
}
.ipquote_calculate-form input[name="PCT"] + .icon_radio:after {
  content: "No";
}
.ipquote_calculate-form input[name="PCT"]:checked + .icon_radio:after {
  content: "Yes";
}

.ipquote_calculate-form td {
  padding: 8px 0;
  font-size: 16px;
  color: #505050;
}
.ipquote_calculate-form span {
  margin-right: 10px;
}
.icon_check {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.check_input {
  display: none;
}
.check_input + .icon_check {
  background: url(/Public/images/ipquote/icon_unchecked.png) no-repeat 0 0;
}
.check_input:checked + .icon_check {
  background: url(/Public/images/ipquote/icon_checked.png) no-repeat 0 0;
}

.ipquote_calculate-form .ipquote_calculation-item {
  display: flex;
  padding: 5px 0;
  height: 40px;
  line-height: 40px;
}
.ipquote_calculate-form .ipquote_calculation-item.item-option {
  min-height: 40px;
  height: auto;
}
.ipquote_calculate-form .ipquote_calculation-item_hd {
  display: inline-block;
  width: 80%;
}
.ipquote_calculate-form .ipquote_calculation-item_bd {
  flex: 1;
  margin: 0;
  text-align: center;
}
.ipquote_calculate-btn {
  margin-top: 10px;
  text-align: center;
}
.ipquote_calculate-btn > div {
  display: inline-block;
  padding: 0 25px;
  margin: 0 15px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-radius: 25px;
}
.ipquote_calculate-btn_item1 {
  background: #fff;
  color: #007eff;
  border: 1px solid #007eff;
}
.ipquote_calculate-btn_item2 {
  background: #007eff;
  color: #fff;
  border: 1px solid #ffffff;
}

.ipquote_filing {
  background: url(/Public/images/ipquote/bg_banner2.png) no-repeat center 0;
  overflow: hidden;
  background-size: cover;
}
.ipquote_filing h2 {
  color: #fff;
}
.ipquote_filing-step {
  display: flex;
  flex-wrap: wrap;
}
.ipquote_filing-step .it {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 70px;
  height: 81px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.ipquote_filing-step .it1 {
  background: url(/Public/images/ipquote/bg_step1.png) no-repeat 0 0;
}
.ipquote_filing-step .it2 {
  background: url(/Public/images/ipquote/bg_step2.png) no-repeat 0 0;
}
.ipquote_filing-step .it3 {
  background: url(/Public/images/ipquote/bg_step3.png) no-repeat 0 0;
}
.ipquote_filing-step .it4 {
  background: url(/Public/images/ipquote/bg_step4.png) no-repeat 0 0;
}
.ipquote_filing-online {
  display: block;
  width: 320px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #007eff;
  color: #fff;
  border-radius: 24px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 90px auto 105px;
  cursor: pointer;
}

.ipquote_about {
  padding: 70px 0 100px;
  background: #e7edf3;
  padding-bottom: 10px;
}
.ipquote_about h2 {
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 100;
  color: #464655;
}
.ipquote_about-intro {
  margin-bottom: 40px;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  color: #323232;
}
.ipquote_about-ip {
}
.ipquote_about-ip .it {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 19px 14px;
  border-left: 6px solid #007eff;
  background: #ffffff;
  margin-bottom: 30px;
  height: 100%;
  box-shadow: 0 0 18px #d8d8d8;
}
.ipquote_about-ip .it .icon {
  float: left;
  width: 78px;
  margin-right: 10px;
}
.ipquote_about-ip .it .info {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.ipquote_about-ip .it h3 {
  font-size: 18px;
  color: #323232;
  text-align: center;
}
.ipquote_about-ip .it p {
  font-size: 16px;
  color: #646464;
  text-align: center;
  margin-bottom: 10px;
}
.ipquote_about-ip .it li {
  padding-left: 25px;
  background: url(/Public/images/ipquote/icon_right.png) no-repeat 0 0;
  margin-bottom: 10px;
  color: #646464;
  min-height: 18px;
  line-height: 18px;
  word-break: keep-all;
}
body .ipquote_popup {
  border-radius: 8px;
  overflow: hidden;
}
body .ipquote_popup .layui-layer-title {
  background: #464655;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  padding: 0 80px 0 80px;
}
body .ipquote_popup .layui-layer-btn {
  border-top: 1px solid #e9e7e7;
}
body .ipquote_popup .layui-layer-setwin {
  right: 50px;
  top: 45px;
}
body .ipquote_popup .layui-layer-btn {
  text-align: center;
}
body .ipquote_popup .layui-layer-btn .layui-layer-btn0 {
  width: 420px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  background: #007eff;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
}
.layui-layer-dialog .layui-layer-padding {
  word-break: normal;
}

.ipquote_form {
  padding: 10px 40px 10px;
}
.ipquote_form-btn {
  display: block;
  width: 420px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  background: #007eff;
  border: none;
  border-radius: 4px;
}
.ipquote_form .it {
  margin-bottom: 10px;
  font-size: 16px;
  color: #323232;
}
.ipquote_form .it > div {
  line-height: 40px;
}
.ipquote_form .ipquote_textarea {
  width: 420px;
  background: #e2f0ff;
  height: 90px;
  padding: 5px 10px;
  border-radius: 4px;
  border: none;
  outline: none;
  resize: none;
  box-sizing: border-box;
}
.ipquote_form .ipquote_input {
  width: 420px;
  background: #e2f0ff;
  padding: 5px 10px;
  border-radius: 4px;
  border: none;
  outline: none;
  resize: none;
  text-align: left;
  font-weight: initial;
  color: #000;
  line-height: 30px;
  min-height: 40px;
}
.pctoverview_submit {
  display: inline-block;
  padding: 0 25px;
  margin: 0 15px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-radius: 25px;
  background: #007eff;
  color: #fff;
  border: 1px solid #ffffff;
}
#chartdiv {
  height: 500px;
}

.ipquote_input {
  margin: 0;
  color: #d87909;
  font-weight: bold;
  text-align: center;
  width: 82px;
  padding: 0 7px 0 15px;
  font-size: 100%;
  box-sizing: border-box;
  outline: 0;
}
p.ipquote_input {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.ipquote-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.ipquote-flex_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
input[type="number"].ipquote_input::-webkit-outer-spin-button,
input[type="number"].ipquote_input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"].ipquote_input {
  -moz-appearance: textfield;
}
label {
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .ipquote_calculate-panel {
    flex-direction: column;
  }
  .ipquote_calculate-results {
    width: 100%;
  }
  .ipquote_calculate-form {
    margin-left: 0;
  }
  .ipquote_calculate-results .table-static {
    margin-top: 20px;
  }
  .ipquote_calculate-btn_item1 {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 992px) {
  .ipquote_about-ip > .row > div {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  #chartdiv {
    height: 360px;
  }
  .ipquote_header {
    margin-bottom: 0;
  }
  .ipquote h2 {
    margin: 30px 0 20px;
  }
  .ipquote_forecast {
    height: 300px;
  }
  .ipquote_filing-online {
    margin: 25px auto 25px;
  }
  .ipquote_about {
    padding: 10px 0 40px;
  }
}
@media (max-width: 640px) {
  .ipquote_forecast-step .it {
    justify-content: space-between;
  }
  #chartdiv {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .ipquote_popup {
    width: 90% !important;
  }
  .ipquote_form {
    padding: 10px 10px 10px;
  }
  .ipquote_form .ipquote_input {
    width: 100%;
  }
  .ipquote_form .ipquote_textarea {
    width: 100%;
  }
  body .ipquote_popup .layui-layer-btn .layui-layer-btn0 {
    width: 100%;
  }
}
