/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import "theme.css";

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

u {
  text-decoration: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 18px 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.hwcicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hf-info:before {
  content: "\e600";
}

.icon-hf-email:before {
  content: "\e601";
}

.icon-hf-phone:before {
  content: "\e602";
}

.icon-hf-me:before {
  content: "\e603";
}

.icon-hf-help:before {
  content: "\e604";
}

.icon-hf-price:before {
  content: "\e605";
}

.icon-hf-deal:before {
  content: "\e606";
}

.icon-hf-fresh:before {
  content: "\e607";
}

.icon-hf-search:before {
  content: "\e608";
}

.icon-hf-arrow-down:before {
  content: "\e609";
}

.icon-hf-back:before {
  content: "\e610";
}

.icon-hf-arrow-r1:before {
  content: "\e611";
}

.icon-hf-tips:before {
  content: "\e60a";
  color: #fe6e20;
}

.icon-hf-error:before {
  content: "\e60b";
  color: #f94040;
}

.icon-hf-ok:before {
  content: "\e60c";
  color: #60ac37;
}

.icon-hf-helpi:before {
  content: "\e60d";
}

.icon-hf-dui:before {
  content: "\e60e";
}

.icon-hf-circle-right:before {
  content: "\e60f";
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}

a.noanimate:hover {
  -webkit-transition: all, 0s;
  transition: all, 0s;
}

a.underline {
  text-decoration: underline;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.71429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.odd-bg {
  background-color: #f4f4f4;
}

.color-price {
  color: #ff6714;
}

.c666 {
  color: #666;
}

.c999 {
  color: #999;
}

.ccc {
  color: #ccc;
}

.c-b1 {
  color: #b2d1ff;
}

.c-g1 {
  color: #e7e7e7;
}

.c-g2 {
  color: #fafafa;
}

.c-g3 {
  color: #adadad;
}

.bgfff {
  background: #fff;
}

.lineh40 {
  line-height: 40px;
}

.w1000 {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.w900 {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.w800 {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.w840 {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.w960 {
  width: 960px;
}

.w700 {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.w740 {
  width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.w630 {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.w670 {
  width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.w500 {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.w180 {
  width: 180px;
  margin-right: auto;
  margin-left: auto;
}

.w94 {
  width: 94px;
}

.fdef {
  font-style: normal;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 12px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px;
}

.f36 {
  font-size: 36px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb22 {
  margin-bottom: 22px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb26 {
  margin-bottom: 26px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt14 {
  margin-top: 14px;
}

.mt16 {
  margin-top: 16px;
}

.mt18 {
  margin-top: 18px;
}

.mt20 {
  margin-top: 20px;
}

.mt22 {
  margin-top: 22px;
}

.mt24 {
  margin-top: 24px;
}

.mt26 {
  margin-top: 26px;
}

.mt28 {
  margin-top: 28px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml14 {
  margin-left: 14px;
}

.ml16 {
  margin-left: 16px;
}

.ml18 {
  margin-left: 18px;
}

.ml20 {
  margin-left: 20px;
}

.ml22 {
  margin-left: 22px;
}

.ml24 {
  margin-left: 24px;
}

.ml26 {
  margin-left: 26px;
}

.ml28 {
  margin-left: 28px;
}

.ml30 {
  margin-left: 30px;
}

.ml50 {
  margin-left: 50px;
}

.mr10 {
  margin-right: 10px;
}

.mr12 {
  margin-right: 12px;
}

.mr14 {
  margin-right: 14px;
}

.mr16 {
  margin-right: 16px;
}

.mr18 {
  margin-right: 18px;
}

.mr20 {
  margin-right: 20px;
}

.mr22 {
  margin-right: 22px;
}

.mr24 {
  margin-right: 24px;
}

.mr26 {
  margin-right: 26px;
}

.mr28 {
  margin-right: 28px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.pl2 {
  padding-left: 2px;
}

.pl6 {
  padding-left: 6px;
}

.pl8 {
  padding-left: 8px;
}

.pl16 {
  padding-left: 16px;
}

.pl20 {
  padding-left: 20px;
}

.pl26 {
  padding-left: 26px;
}

.pr6 {
  padding-right: 6px;
}

.pr20 {
  padding-right: 20px;
}

.pr26 {
  padding-right: 26px;
}

.pb36 {
  padding-bottom: 36px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

.pt8 {
  padding-top: 8px;
}

.pt10 {
  padding-top: 10px;
}

.pt16 {
  padding-top: 16px;
}

.pt18 {
  padding-top: 18px;
}

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.hw-h2 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 30px;
  font-weight: normal;
}

.hw-h3 {
  font-size: 28px;
  margin: 0;
  padding: 50px;
  font-weight: normal;
}

.m_price {
  color: #ff6714;
}

.m_price:before {
  content: "\00A5";
}

.grayscale {
  -webkit-filter: grayscale(1);
}

.grayscale:hover {
  -webkit-filter: grayscale(0);
}

.view_details {
  color: #06f;
}

.view_details:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  color: #fff;
  width: 180px;
  height: 46px;
  line-height: 46px;
  border-radius: 2px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.ca_details .btn:hover {
  text-decoration: underline !important;
}

.btn:hover {
  color: #fff;
  background: #f66f6a;
  text-decoration: none;
}

.btn-red {
  background: #f66f6a;
}

.btn-red:hover {
  background-color: #f66f6a;
  border: #ba0060;
}

.btn-block {
  border: 1px solid #b2005c;
}

.btn-block:hover {
  color: #f66f6a;
  background: #fff;
}

.btn-download {
  margin-left: 7px;
  background: #f66f6a;
}

.btn-xs-red {
  width: 156px;
  height: 40px;
  line-height: 40px;
  background: #f66f6a;
}

.btn-xs-red:hover {
  background-color: #cc0000;
}

.btn-xs-block {
  width: 154px;
  height: 38px;
  line-height: 38px;
  color: #f66f6a;
}

.btn-xs-reda {
  width: 118px;
  height: 28px;
  border: 1px solid #f66f6a;
  color: #f66f6a;
  background: #fed6d7;
  line-height: 28px;
}

.btn-link {
  color: #f66f6a;
}

.btn-red-block {
  border: 1px solid #f66f6a;
  color: #fff;
  background: transparent;
}

.btn-red-block:hover {
  color: #fff;
  background-color: #cc0000;
}

/*!================ Breadcrumbs====================*/
.help_breadcrumb {
  padding: 25px 0;
  margin-bottom: 45px;
  list-style: none;
  border-radius: 0;
  font-family: PingFang SC, PingFang SC-Regular;
}

.help_breadcrumb li:last-child {
  color: #191919 !important;
  font-weight: 600;
}

.help_breadcrumb a {
  color: #191919;
  font-size: 14px;
}

.help_breadcrumb > li {
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.help_breadcrumb > li + li:before {
  content: "/";
  font-weight: normal;
  color: #808080;
  width: 16px;
  margin: 0 4px;
  display: inline-block;
  text-align: center;
}

/*!================ Breadcrumbs:start====================*/
/*!=====Pagination====================*/
.pagination {
  display: inline-block;
  font-size: 12px;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}

.pagination a.page {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.71429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin: 0 2px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
}

.pagination a.prev_page {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination a.next_page {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination a:hover,
.pagination a:focus {
  color: #333;
}

.pagination a.active {
  z-index: 2;
  color: #fff;
  cursor: default;
}

.pagination a.page:hover,
.pagination a.page:focus {
  border-color: #f66f6a;
}

.pagination a.page.disabled {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination .total {
  color: #333;
  margin-left: 6px;
}

.pagination .goto_page {
  display: inline;
  margin-left: 40px;
  color: #999;
}

.pagination .goto_page span {
  vertical-align: middle;
  color: #333;
}

.pagination .goto_page input {
  border: 1px solid #ebebeb;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  margin: 0 3px;
}

.pagination .go {
  padding: 6px 15px;
  display: inline-block;
  color: #333;
  margin-left: 6px;
}

.pagination .go:hover {
  color: #fff;
}

/*!================ Pagination:start====================*/
/*!================ steps====================*/
.circle_line,
.static_step01,
.static_step02,
.static_step03,
.static_step04,
.static_step05,
.static_step06,
.static_step07 {
  background-repeat: no-repeat;
  margin: 0 auto;
}

.circle_line {
  background-position: 0 0;
  width: 141px;
  height: 10px;
  margin: 8px 0 14px 0;
}

.static_step01 {
  background-position: 0 -11px;
  width: 62px;
  height: 62px;
}

.static_step02 {
  background-position: 0 -75px;
  width: 62px;
  height: 62px;
}

.static_step03 {
  background-position: 0 -139px;
  width: 62px;
  height: 62px;
}

.static_step04 {
  background-position: 0 -203px;
  width: 62px;
  height: 62px;
}

.static_step05 {
  background-position: 0 -267px;
  width: 62px;
  height: 62px;
}

.static_step06 {
  background-position: 0 -331px;
  width: 62px;
  height: 62px;
}

.static_step ul {
  overflow: hidden;
  width: 860px;
  margin: 0 auto;
}

.static_step ul li {
  float: left;
  list-style: none;
  width: 140px;
  text-align: center;
}

.static_step ul li i {
  display: block;
}

.static_step ul li.line {
  width: 100px;
  height: 0;
  border-bottom: 1px solid #f66f6a;
  margin-top: 74px;
}

.static_step ul li .v_dotline {
  width: 0px;
  height: 100px;
  border: 1px dashed #f66f6a;
  margin: 0 auto;
}

.static_step ul.has_5step {
  width: 800px;
}

.static_step ul.has_5step li.line {
  width: 20px;
}

.static_step ul.has_6step {
  width: 860px;
}

.static_step ul.has_6step li.line {
  width: 0px;
}

.static_step ul.has_7step {
  width: 1100px;
}

.static_step ul.has_7step li.line {
  width: 20px;
}

.static_step ul.has_3step {
  width: 600px;
}

.static_step ul.has_3step li.line {
  width: 88px;
}

.static_step ul.has_4step {
  width: 700px;
}

.static_step ul.has_4step li.line {
  width: 40px;
}

.other_step ul li.line {
  height: 6px;
  border: 0;
  margin-top: 30px;
}

.other_step ul.has_3step li i {
  margin-bottom: 20px;
}

.other_step ul.has_3step li.line {
  width: 42px;
}

.container {
  width: 100%;
  height: calc(100vh - 137px);
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.content {
  margin-right: auto;
  margin-left: auto;
}

.content:before,
.content:after {
  content: " ";
  display: table;
}

.content:after {
  clear: both;
}

@media (min-width: 768px) {
  .content {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .content {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .content {
    width: 1170px;
  }
}

.hw-row:before,
.hw-row:after {
  content: " ";
  display: table;
}

.hw-row:after {
  clear: both;
}

.hw-col-1,
.hw-col-2,
.hw-col-3,
.hw-col-4,
.hw-col-5,
.hw-col-6,
.hw-col-7,
.hw-col-8,
.hw-col-9,
.hw-col-10,
.hw-col-11,
.hw-col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-hw-1,
.col-hw-2,
.col-hw-3,
.col-hw-4,
.col-hw-5,
.col-hw-6,
.col-hw-7,
.col-hw-8,
.col-hw-9,
.col-hw-10,
.col-hw-11,
.col-hw-12 {
  float: left;
}

.col-hw-1 {
  width: 8.33333%;
}

.col-hw-2 {
  width: 16.66667%;
}

.col-hw-3 {
  width: 25%;
}

.col-hw-4 {
  width: 33.33333%;
}

.col-hw-5 {
  width: 41.66667%;
}

.col-hw-6 {
  width: 50%;
}

.col-hw-7 {
  width: 58.33333%;
}

.col-hw-8 {
  width: 66.66667%;
}

.col-hw-9 {
  width: 75%;
}

.col-hw-10 {
  width: 83.33333%;
}

.col-hw-11 {
  width: 91.66667%;
}

.col-hw-12 {
  width: 100%;
}

.col-hw-pull-0 {
  right: auto;
}

.col-hw-pull-1 {
  right: 8.33333%;
}

.col-hw-pull-2 {
  right: 16.66667%;
}

.col-hw-pull-3 {
  right: 25%;
}

.col-hw-pull-4 {
  right: 33.33333%;
}

.col-hw-pull-5 {
  right: 41.66667%;
}

.col-hw-pull-6 {
  right: 50%;
}

.col-hw-pull-7 {
  right: 58.33333%;
}

.col-hw-pull-8 {
  right: 66.66667%;
}

.col-hw-pull-9 {
  right: 75%;
}

.col-hw-pull-10 {
  right: 83.33333%;
}

.col-hw-pull-11 {
  right: 91.66667%;
}

.col-hw-pull-12 {
  right: 100%;
}

.col-hw-push-0 {
  left: auto;
}

.col-hw-push-1 {
  left: 8.33333%;
}

.col-hw-push-2 {
  left: 16.66667%;
}

.col-hw-push-3 {
  left: 25%;
}

.col-hw-push-4 {
  left: 33.33333%;
}

.col-hw-push-5 {
  left: 41.66667%;
}

.col-hw-push-6 {
  left: 50%;
}

.col-hw-push-7 {
  left: 58.33333%;
}

.col-hw-push-8 {
  left: 66.66667%;
}

.col-hw-push-9 {
  left: 75%;
}

.col-hw-push-10 {
  left: 83.33333%;
}

.col-hw-push-11 {
  left: 91.66667%;
}

.col-hw-push-12 {
  left: 100%;
}

.col-hw-offset-0 {
  margin-left: 0%;
}

.col-hw-offset-1 {
  margin-left: 8.33333%;
}

.col-hw-offset-2 {
  margin-left: 16.66667%;
}

.col-hw-offset-3 {
  margin-left: 25%;
}

.col-hw-offset-4 {
  margin-left: 33.33333%;
}

.col-hw-offset-5 {
  margin-left: 41.66667%;
}

.col-hw-offset-6 {
  margin-left: 50%;
}

.col-hw-offset-7 {
  margin-left: 58.33333%;
}

.col-hw-offset-8 {
  margin-left: 66.66667%;
}

.col-hw-offset-9 {
  margin-left: 75%;
}

.col-hw-offset-10 {
  margin-left: 83.33333%;
}

.col-hw-offset-11 {
  margin-left: 91.66667%;
}

.col-hw-offset-12 {
  margin-left: 100%;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/*!================ Tables:start====================*/
table {
  background-color: transparent;
  border: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  background: #768491;
  color: #fff;
  font-weight: bolder;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.71429;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  text-align: center;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > thead > tr {
  background-color: #e7e7e7;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fafafa;
}

.table-blue > thead > tr {
  background-color: #cae5ff;
}

.table-blue > thead > tr > th {
  border-bottom-width: 1px;
  border-bottom-color: #6ab7ff;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/*!================ Tables:end====================*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.71429;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.71429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 35px;
  }

  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 35px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 33px;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 39px;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 43.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 26px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/*!========home :case ==============*/
.cursor-default {
  cursor: default;
}

._mixin-topbarspan,
.hy-topbar .hy-topbar-span3,
.hy-topbar .hy-topbar-span9 {
  float: left;
  display: inline;
  margin-right: 2%;
  *margin-right: 20px;
  line-height: 30px;
}

._mixin-topbarspan-hover,
.hy-topbar .ht-reg,
.hy-topbar .ht-console {
  -webkit-transition: color, 0.5s;
  transition: color, 0.5s;
}

._mixin-topbarspan-hover:hover,
.hy-topbar .ht-reg:hover,
.hy-topbar .ht-console:hover {
  color: #fff;
  background: #f66f6a;
}

#header {
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}

.header-top {
  background: #444 !important;
}

.hy-topbar {
  height: 30px;
  min-width: 1000px;
  position: relative;
  background: #444 !important;
  font-size: 12px;
  color: #ccc;
  line-height: 30px;
}

.hy-topbar .hy-topbar-row {
  min-width: 1000px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  *width: 1000px;
}

.hy-topbar .hy-topbar-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.hy-topbar .hy-topbar-span3 {
  width: 28.5%;
  *width: 242px;
}

.hy-topbar .hy-topbar-span9 {
  width: 69.5%;
  *width: 938px;
}

.hy-topbar .hy-last {
  margin-right: 0 !important;
}

.hy-topbar .hy-topbar-right {
  float: right;
}

.hy-topbar .ht-item {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ccc;
  padding: 0 16px;
}

.hy-topbar .ht-item:hover {
  color: #fff;
  text-decoration: none;
}

.hy-topbar .ht-item.cursor-default:hover {
  color: #ccc;
}

.hy-topbar .free_use {
  color: #ff6714;
  font-weight: bold;
  padding: 0 6px;
}

.hy-topbar .t_orange {
  color: #ff6714;
}

.hy-topbar .cfff {
  color: #fff;
  padding-left: 30px;
}

.hy-topbar .ht-login,
.hy-topbar .ht-reg {
  padding: 0 15px;
}

.hy-topbar .ht-login {
  background: #f66f6a;
  color: #fff;
}

.hy-topbar .ht-reg {
  background: #313131;
}

.hy-topbar .ht-console {
  padding: 0 10px;
  background: #575757;
}

/*!====== login after=====*/
.login_after_link {
  position: relative;
  float: right;
}

.logged i {
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-top-color: #fff;
  margin-left: 8px;
  vertical-align: middle;
}

.logged:hover i,
.logged.on i {
  border-bottom-color: #fff;
  border-top-color: transparent;
  margin-top: -4px;
}

.login_after_panel {
  position: absolute;
  background: #f4f4f4;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 20px 0 10px 0;
  display: none;
}

.login_after_panel li {
  padding: 0 0 0 40px;
  height: 36px;
  line-height: 36px;
  position: relative;
}

.login_after_panel li:hover {
  background: #fff;
}

.login_after_panel li:hover a {
  display: block;
  color: #f66f6a;
}

.login_after_panel li a {
  color: #666;
}

.logout-icon {
  background-repeat: no-repeat;
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 8px;
  left: 15px;
}

.logout-icon-user {
  background-position: 0 -190px;
}

.logout-icon-order {
  background-position: 0 -102px;
}

.logout-icon-apply {
  background-position: 0 -66px;
}

.logout-icon-approve {
  background-position: 0 0;
  height: 14px;
  top: 9px;
}

.logout-icon-cutproxy {
  background-position: 0 -30px;
}

.logout-icon-out {
  background-position: 0 -138px;
  top: 10px;
}

.login_after_panel li a:hover .logout-icon-user {
  background-position: 0 -172px;
}

.login_after_panel li a:hover .logout-icon-order {
  background-position: 0 -120px;
}

.login_after_panel li a:hover .logout-icon-apply {
  background-position: 0 -84px;
}

.login_after_panel li a:hover .logout-icon-approve {
  background-position: 0 -15px;
}

.login_after_panel li a:hover .logout-icon-cutproxy {
  background-position: 0 -48px;
}

.login_after_panel li a:hover .logout-icon-out {
  background-position: 0 -155px;
}

.last {
  margin: 0;
}

.color-yell {
  color: #ffec19;
}

header {
  border-bottom: 1px solid #eee;
  position: relative;
}

.head-wrap {
  height: 70px;
  line-height: 70px;
}

.head-logo {
  line-height: 64px;
  height: 70px;
  overflow: hidden;
}

.head-nav .nav-list {
  height: 70px;
  margin-bottom: 0;
}

.nav-list > li {
  float: left;
  margin: 0 12px;
}

.nav-list > li > a,
.nav-list > li > h4 {
  font-size: 16px;
  color: #333;
  display: block;
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  border-bottom: 0px;
  margin: 0;
}

.nav-list > li > a:hover,
.nav-list > li > h4:hover {
  color: #f66f6a;
  border-bottom: 2px solid #f66f6a;
  text-decoration: none;
  -webkit-transition: all, 0s;
  transition: all, 0s;
}

.nav-list > li > h4 {
  cursor: default;
}

.nav-list > li.last {
  margin: 0;
  padding: 0;
}

.nav-list > li.on > h4 {
  color: #f66f6a;
  border-bottom: 2px solid #f66f6a;
  text-decoration: none;
  -webkit-transition: all, 0s;
  transition: all, 0s;
}

.nav-cont-wrap {
  min-width: 1200px;
}

.nav-cont-wrap:before,
.nav-cont-wrap:after {
  content: " ";
  display: table;
}

.nav-cont-wrap:after {
  clear: both;
}

.nav-cont-wrap .title {
  color: #f66f6a;
  margin-bottom: 16px;
  font-size: 16px;
}

.nav-cont-wrap .subnav {
  margin-bottom: 7px;
}

.nav-cont-wrap .subnav a {
  font-size: 14px;
  color: #666;
}

.nav-cont-wrap .subnav a:hover {
  color: #06f;
  text-decoration: underline;
}

.sub-nav {
  position: absolute;
  left: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #eee;
}

.sub-nav dl {
  margin-bottom: 0;
  margin-top: 20px;
}

.sub-nav ul:before,
.sub-nav ul:after {
  content: " ";
  display: table;
}

.sub-nav ul:after {
  clear: both;
}

.sub-nav ul.product_sub_nav {
  width: 900px;
  margin-left: 40px;
  float: left;
  margin-bottom: 12px;
}

.sub-nav ul.product_sub_nav .col-hw-2 {
  width: 20%;
}

.sub-nav ul.product_sub_nav dl {
  margin-bottom: 0;
  margin-top: 20px;
}

.sub-nav ul.sub-advertise {
  float: left;
  margin-top: 20px;
}

.sub-nav ul.sub-advertise li {
  width: 210px;
  height: 110px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

.sub-nav ul.sub-advertise li .alpha_ad {
  position: absolute;
  display: block;
  color: #333;
  width: 210px;
  height: 20px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.6);
  line-height: 20px;
}

.solution_sub_nav {
  margin-bottom: 12px;
  padding-left: 407px;
}

.solution_sub_nav li {
  float: left;
  margin-right: 90px;
}

.safety_sub_nav {
  margin-left: 440px;
}

.safety_sub_nav:before,
.safety_sub_nav:after {
  content: " ";
  display: table;
}

.safety_sub_nav:after {
  clear: both;
}

.cooperation_sub_nav {
  margin-left: 584px;
}

.cooperation_sub_nav:before,
.cooperation_sub_nav:after {
  content: " ";
  display: table;
}

.cooperation_sub_nav:after {
  clear: both;
}

.cooperation_sub_nav li {
  padding-left: 58px;
  float: left;
}

.about_sub_nav {
  margin-left: 200px;
}

.about_sub_nav:before,
.about_sub_nav:after {
  content: " ";
  display: table;
}

.about_sub_nav:after {
  clear: both;
}

.about_sub_nav li {
  padding-left: 58px;
  float: left;
}

/*!================ single_down ===================*/
.single_down_nav {
  position: relative;
}

.single_down {
  position: absolute;
  background: #f4f4f4;
  left: 5px;
  z-index: 999;
  width: 100%;
  padding: 20px 0 10px 0;
  border: 1px solid #eee;
  border-top: 0;
  display: none;
}

.single_down dd {
  margin: 0;
  padding: 0 0 0 20px;
  height: 36px;
  line-height: 36px;
  position: relative;
}

.single_down dd:hover {
  background: #fff;
}

.single_down dd:hover a {
  display: block;
  color: #f66f6a;
}

.single_down dd a {
  color: #666;
}

.nav_menu_6 .single_down {
  left: 0;
}

.nav_menu_5 .single_down {
  width: 150px;
}

/*! modernizr fix rgba */
.no-rgba .alpha_ad {
  z-index: 2;
}

.no-rgba .alpha_ad .opacity_layer_min {
  position: absolute;
  width: 210px;
  height: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  left: 0;
  background: #fff;
  z-index: -1;
}

.footer {
  padding-top: 45px;
}

.hw-footer {
  background: #444;
  color: #ccc;
}

.hw-footer a {
  color: #ccc;
}

.hw-footer a:hover {
  text-decoration: underline;
  color: #fff;
}

.hw-footer .foot-item dl dt {
  font-size: 16px;
  padding-bottom: 40px;
  color: #bbb;
}

.hw-footer .foot-item dl dd {
  padding-bottom: 5px;
}

.hw-footer .foot-item .serv_tel {
  font-size: 28px;
  line-height: 40px;
  position: relative;
  height: 40px;
  padding-left: 40px;
  margin-bottom: 30px;
}

.hw-footer .foot-item .serv_tel i {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 5px;
}

.hw-footer .foot-item dl.social {
  text-align: center;
  float: left;
  margin-left: 40px;
}

.hw-footer .foot-item dl.social dd {
  margin-bottom: 16px;
  padding: 0;
}

.hw-footer .foot-item-02 {
  width: 320px;
}

.hw-footer .foot-item-04 {
  float: left;
  width: 230px;
  position: relative;
}

.hw-footer .foot-item-04 > div {
  margin-top: 73px;
}

.hw-footer .icon-foot-03-on {
  cursor: default;
}

.hw-footer .code {
  position: absolute;
  display: block;
  width: 87px;
  height: 97px;
  background-repeat: no-repeat;
  right: 12px;
  top: 110px;
}

.hw-footer .icon_footer {
  display: inline-block;
  width: 100px;
  font-size: 12px;
  height: 74px;
  text-align: center;
  background-position-x: 50%;
}

.hw-footer .icon_footer:hover {
  text-decoration: none;
}

.hw-footer .icon_footer img {
  padding-bottom: 10px;
}

.hw-footer .icon_footer span {
  display: block;
  margin-top: 84px;
}

.hw-footer .icon_footer .f_span02 {
  margin-left: 14px;
}

.hw-footer .icon_footer .f_span03 {
  margin-left: -3px;
}

.copyright {
  color: #999;
  border-top: 1px solid #7f7f7f;
  height: 67px;
  line-height: 67px;
  font-size: 12px;
}

.copyright a {
  color: #999;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tab_list {
  list-style: none;
}

.tab_list li:first-child {
  border-left: 1px solid #ccc;
}

.tab_list li {
  float: left;
  width: 108px;
  height: 34px;
  line-height: 34px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-right: 6px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: background-color, 0.5s;
  transition: background-color, 0.5s;
}

.tab_list li:hover a,
.tab_list li.active a {
  color: #fff !important;
  cursor: pointer;
  -webkit-transition: background-color, 0.5s;
  transition: background-color, 0.5s;
}

.tab_list li a {
  color: inherit;
  width: 108px;
  height: 34px;
  display: block;
  -webkit-transition: all, 0s;
  transition: all, 0s;
}

.tab_list li a:hover {
  -webkit-transition: all, 0s;
  transition: all, 0s;
}

.icon-home {
  background-repeat: no-repeat;
}

.dot-on {
  background-position: -0px -0px;
  height: 14px;
  width: 14px;
}

.dot {
  background-position: -14px -0px;
  height: 12px;
  width: 12px;
}

.icon-b-arrow-up {
  background-position: -0px -14px;
  height: 16px;
  width: 30px;
}

.icon-free-use {
  background-position: -0px -30px;
  height: 20px;
  width: 20px;
}

.icon-off {
  background-position: -46px -30px;
  height: 20px;
  width: 20px;
}

.icon-h-more {
  background-position: -30px -14px;
  height: 16px;
  width: 16px;
}

.icon-n-arrow-down {
  background-position: -26px -0px;
  height: 7px;
  width: 13px;
}

.icon-n-arrow-up {
  background-position: -26px -7px;
  height: 7px;
  width: 13px;
}

.icon-onlline-on {
  background-position: -0px -50px;
  height: 66px;
  width: 66px;
}

.icon-onlline {
  background-position: -0px -116px;
  height: 66px;
  width: 66px;
}

.icon-free-use {
  display: block;
  position: absolute;
  top: 5px;
}

.icon-off {
  display: block;
  position: absolute;
  top: 5px;
}

.home-top {
  background-position: -26px -7px;
  height: 7px;
  width: 13px;
}

.home-bottom {
  background-position: -26px -0px;
  height: 7px;
  width: 13px;
}

.icon-h-more {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
}

.home-more {
  font-size: 14px;
  color: #666;
  float: right;
  position: relative;
  padding-right: 0;
}

.home-more:hover {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hp_cp_content_wrap:before,
.hp_put_record_ques:before,
.hp_cp_content_wrap:after,
.hp_put_record_ques:after {
  content: " ";
  display: table;
}

.hp_cp_content_wrap:after,
.hp_put_record_ques:after {
  clear: both;
}

.intro-title h4 {
  margin-top: 40px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.martop {
  margin-top: 30px;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

body {
  padding: 0;
  border: 0;
  margin: 0;
}

.icon-hp {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  margin-left: -34px;
  margin-top: 2px;
}

.icon-cp-01 {
  background-position: 0 0;
  height: 20px;
  width: 20px;
}

.icon-cp-02 {
  background-position: -20px 0;
  height: 20px;
  width: 20px;
}

.icon-cp-03 {
  background-position: -40px 0;
  height: 20px;
  width: 20px;
}

.icon-cp-04 {
  background-position: -60px 0;
  height: 20px;
  width: 20px;
}

.icon-cp-05 {
  background-position: -80px 0;
  height: 20px;
  width: 20px;
}

.icon-cp-06 {
  background-position: -100px 0;
  height: 20px;
  width: 20px;
}

.icon-cp-07 {
  background-position: -120px 0;
  height: 20px;
  width: 20px;
}

.icon-cp-08 {
  background-position: -140px 0;
  height: 20px;
  width: 20px;
}

.icon-cp-09 {
  background-position: -160px 0;
  height: 20px;
  width: 20px;
}

.intro-title {
  position: relative;
}

.intro-title h4 {
  display: inline-block;
  font-weight: normal;
  position: relative;
  z-index: 9;
  margin-bottom: 0;
  color: #29303a;
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #293039;
}

.intro-title .line-plus {
  display: block;
  height: 0;
  width: 912px;
  position: absolute;
  left: 40px;
  bottom: 0px;
  border-bottom: 1px solid #ccc;
}

.head-wrap {
  height: auto;
}

.header_help {
  border-bottom: 1px solid #eee;
}

.header_help .search_wrap .search_bar {
  position: relative;
}

.header_help .search_wrap .search_input {
  margin: 18px 0;
}

.header_help .search_wrap .search_btn {
  position: absolute;
  line-height: 0;
  right: 0;
  color: #ccc;
  cursor: pointer;
  top: 18px;
  right: 10px;
  font-size: 20px;
}

.header_help .search_wrap .search_btn:hover {
  color: #f66f6a;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

.header_help .other_menu a {
  padding-left: 25px;
  color: #333;
}

.help-main {
  position: relative;
  min-height: calc(100vh - 156px);
}

.help-main:before,
.help-main:after {
  content: " ";
  display: table;
}

.help-main:after {
  clear: both;
}

.nav-left {
  margin: 0;
  padding: 0 0 0 24px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  color: #999;
}

.help_bread {
  padding: 12px 0 10px 0;
  margin-bottom: 20px;
  line-height: 28px;
}

.vnavbar {
  width: 221px;
  color: #333;
}

.vnavbar ul {
  margin: 0;
  padding: 0;
}

.vnavbar,
.vnavbar h3 {
  font-size: 14px;
  font-weight: normal;
}

.vnavbar .title {
  margin: 0;
  padding: 0 0 0 24px;
  /*border-bottom: 1px solid #ddd;*/
  background: #eee;
  color: #666;
  height: 43px;
  line-height: 43px;
  /*border-top: 1px solid #fff*/
}

.vnavbar .title_bolder {
  margin: 0;
  padding: 0 0 0 24px;
  background: #eee;
  color: #666;
  /*height: 43px;*/
  line-height: 43px;
  font-weight: bolder;
}

.vnavbar ul li {
  list-style: none;
  color: #666;
  cursor: pointer;
  background: #f4f4f4;
  margin: 0;
}

.vnavbar ul li[data-haschild="false"] {
  padding: 10px 0;
  padding-left: 24px;
}

.vnavbar ul li a {
  text-decoration: none;
}

.vnavbar ul li .arrow-up,
.vnavbar ul li .arrow-down {
  float: right;
  margin-top: 9px;
}

.vnavbar ul li .sub-level li {
  background: #f8f8f8;
  padding: 10px;
  padding-left: 36px;
}

.vnavbar ul h3 .icon-down3,
.vnavbar ul h3 .icon-up3 {
  float: right;
}

.vnavbar ul .sub-level li.current {
  background: #fff;
}

.vnavbar ul .current > a {
  text-decoration: none;
}

.vnavbar a,
.vnavbar h3 {
  color: #333;
  padding: 0 10px;
}

.vnavbar h3 {
  padding: 12px;
  margin: 0;
  padding-left: 34px;
}

.vnavbar a:hover {
  text-decoration: underline;
}

.vnavbar .arrow-up {
  background: url(../../images/v1/help/arrow_up.svg) no-repeat;
  height: 15px;
  width: 15px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #f66f6a;
}

.vnavbar .arrow-down {
  background: url(../../images/v1/help/arrow_down.svg) no-repeat;
  height: 15px;
  width: 15px;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 10px solid #c4c4c4 !important;
  transform: rotate(-90deg);
}

.content {
  position: relative;
}

.container .content-left {
  *position: relative;
  width: 222px;
  float: left;
  height: 100%;
  *z-index: 20;
  border-right: 1px solid #eee;
  background-color: #f5f5f5;
}

.content-right {
  float: left;
  background-color: white;
  margin-left: 4px;
  padding: 0px 0 40px 0;
  width: 900px;
  *z-index: 10;
}

/* .content-right img {
    max-width: 770px;
} */

.help_h4 {
  padding: 20px 0;
}

.terms_list {
  border-left: 1px solid #ddd;
  margin-left: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.terms_list li {
  position: relative;
}

.terms_list li .serial_number {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  left: -15px;
  top: -6px;
  background: #fff;
}

.terms_list li .item {
  margin-left: 25px;
  padding-left: 15px;
  padding-bottom: 8px;
  margin-bottom: 6px;
}

.terms_list li > :last-child {
  border-bottom: 1px dashed #ccc;
}

.terms_list li .item.last {
  border: 0;
}

.terms_list li .item h5 {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  margin-bottom: 15px;
}

.terms_list li .item a:hover {
  text-decoration: underline;
}

.float {
  float: left;
}

.help_hc-right {
  width: 951px;
  float: right;
  padding: 0 10px 219px 0;
}

.help_title {
  display: block;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px #cccccc solid;
  height: 42px;
  line-height: 50px;
}

.padding {
  padding-top: 18px;
}

.headline-1 {
  font-size: 16px;
  color: #333;
  margin-bottom: 17px;
}

.division-line {
  width: 0;
  border: 0;
  height: 332px;
  border-right: 1px #ccc dashed;
  margin: 17px 42px 18px 48px;
}

.headline-2 {
  font-size: 14px;
  color: #333;
  margin-top: 29px;
}

.step_img-1 {
  display: inline-block;
  margin: 0 35px 21px 0;
}

.step_img-2 {
  margin-right: 32px;
}

.step_title {
  font-size: 14px;
  color: #333;
}

.step_sub {
  font-size: 12px;
  line-height: 12px;
}

.division-line-1 {
  width: 941px;
  height: 0;
  border: 0;
  border-top: 1px #ccc dashed;
  margin-top: 30px;
}

.step_sub-width {
  width: 140px;
  margin-right: 10px;
}

.step_sub-mid {
  text-align: center;
  vertical-align: middle;
}

.step_img-3 {
  display: inline-block;
  margin-bottom: 21px;
}

.area-introduction {
  padding: 31px 29px 0 8px;
}

.question {
  padding-left: 37px;
}

.question li {
  list-style: none;
  color: #06f;
  line-height: 34px;
}

.question li a:hover {
  text-decoration: underline;
}

.breadcrumb-1 {
  padding-top: 10px;
}

.hc-article {
  margin-bottom: 62px;
}

.hc-title {
  font-size: 28px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}

.article {
  font-size: 13px;
  line-height: 26px;
  text-indent: 2em;
}

.resolved {
  margin-right: 45px;
}

.resolved-bt {
  margin-left: 4px;
}

.taxtarea {
  display: block;
  min-width: 932px;
  max-width: 932px;
  min-height: 90px;
  max-height: 290px;
  margin: 14px 0 10px 9px;
  padding: 5px;
  font-size: 14px;
  color: #333;
  border: 1px #ccc solid;
}

.button {
  display: inline-block;
  width: 140px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  background-color: #bb0000;
  border: none;
}

.help-text {
  padding: 0 0 20px 16px;
  margin-bottom: 20px;
  background-image: url(../../images/v1/help/icon_help_pdf.png);
  background-repeat: no-repeat;
  background-position: 30px 8px;
  display: block;
  border-bottom: 1px #ccc dashed;
}

.help-textVedio {
  padding: 0 0 30px 16px;
  margin-bottom: 25px;
  background-image: url(../../images/v1/help/icon_help_videos.png);
  background-repeat: no-repeat;
  background-position: 30px 15px;
  display: block;
  border-bottom: 1px #ccc dashed;
}

#help-text > a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.help-excel {
  background-image: url(../../images/v1/help/icon_help_excel.png);
}

.help-text:before,
.help-text:after {
  content: " ";
  display: table;
}

.help-text:after {
  clear: both;
}

.help-text p {
  margin: 0;
  padding-left: 80px;
  word-wrap: break-word;
}

.help-text a {
  width: 90px;
  height: 30px;
  line-height: 30px;
}

.help-textVedio:before,
.help-text:after {
  content: " ";
  display: table;
}

.help-textVedio:after {
  clear: both;
}

.help-textVedio p {
  margin: 0;
  padding-left: 80px;
  width: 722px;
}

.help-textVedio a {
  width: 90px;
  height: 30px;
  line-height: 30px;
}

.help-excel:before,
.help-excel:after {
  content: " ";
  display: table;
}

.help-excel:after {
  clear: both;
}

.help-excel p {
  margin: 0;
}

.help-excel a {
  width: 140px;
  height: 32px;
  line-height: 32px;
}

.help-video {
  padding: 0 0 20px 16px;
  margin-bottom: 25px;
  background-image: url(../../images/v1/help/icon_help_videos.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  border-bottom: 1px #ccc dashed;
}

.help-video:before,
.help-text:after,
.help-excel:after {
  content: " ";
  display: table;
}

.help-video:after {
  clear: both;
}

.help-video p {
  margin: 0;
  padding-left: 95px;
}

.help-video a {
  width: 140px;
  height: 32px;
  line-height: 32px;
}

.text-1 {
  font-size: 16px;
}

.lh {
  line-height: 22px;
}

.h2-marbot {
  text-align: center;
  margin-bottom: 40px;
}

.h5-lh {
  line-height: 28px;
  padding-left: 10px;
}

.h5-before:before {
  content: "\2022";
  padding-right: 6px;
  color: #666666;
}

.padleft {
  padding-left: 10px;
  border-left: 2px solid #f66f6a;
}

.contents-1 {
  margin-bottom: 37px;
}

.span-red {
  color: #f66f6a;
}

.span-blue {
  color: #0066ff;
}

.underline {
  text-decoration: underline;
}

.breadcrumb-2 {
  padding-bottom: 10px;
  border-bottom: 1px #ccc solid;
}

.h4-borleft {
  border-left: 2px #f66f6a solid;
  padding-left: 5px;
}

.hc-article-padleft {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}

.bd-btm {
  border-bottom: 1px #ccc dashed;
}

.product-text {
  padding-left: 46px;
}

.product-text .h5-before:before {
  color: #f66f6a;
}

/*!================cqp edit help:start 2015:06:01 ===================*/
.help-question-list {
  margin: 30px 0 30px 0;
  list-style: none;
  padding: 0;
}

.help-question-list li {
  float: left;
  width: 310px;
  border-right: 1px dashed #ccc;
}

.help-question-list li dl {
  padding: 10px 40px;
}

.help-question-list li dl dt {
  font-size: 16px;
  margin-bottom: 14px;
}

.help-question-list li dl dd {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.help-question-list li dl dd a:hover {
  text-decoration: underline;
}

.help-question-list li.last {
  border: 0;
}

.tab_list {
  padding: 0;
  margin: 0;
}

.help_h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 25px 0 0 0;
  padding: 0;
}

.terms_list {
  margin-left: 15px;
}

.question {
  padding-left: 0;
}

.question ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.search-main {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

.search_bar {
  position: relative;
}

.search_bar .search_btn {
  position: absolute;
  right: 0;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.search_result {
  margin-top: 50px;
}

.search_result ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search_result ul li {
  margin-bottom: 40px;
}

.hp_cp_content_wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px 0 0 0;
  width: 100%;
}

.hp_cp_content_list {
  float: left;
  width: 33.33333333%;
  padding: 0 24px;
  height: 164px;
  overflow: hidden;
}

.hp_cp_content_list dl {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}

.hp_cp_content_list dl dt {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.hp_cp_content_list dl dd {
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

.hp_cp_content_list dl dd a {
  color: #666;
  font-size: 12px;
}

.hp_cp_content_list dl dd a:hover {
  color: #06f;
  text-decoration: underline;
}

.hp_cp_content_list.last {
  border: 0;
}

.help_put_record_wrap .static_step {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.help_put_record_wrap .static_step ul.has_5step {
  width: 100%;
  margin: 0;
  padding: 0;
}

.help_put_record_wrap .static_step ul.has_5step li.line {
  width: 42px;
  height: 6px;
  border: 0;
  margin-top: 30px;
}

.help_put_record_wrap .static_step ul li {
  width: 150px;
}

.help_put_record_wrap .static_step ul li i {
  margin-bottom: 20px;
}

.help_put_record_wrap .static_step p {
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
}

.help_put_record_wrap .static_step a {
  color: #666;
}

.help_put_record_wrap .static_step a:hover {
  color: #06f;
  text-decoration: underline;
}

.hp_put_record_ques {
  margin-top: 30px;
}

.hp_put_record_ques dl {
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 50px;
}

.hp_put_record_ques dl a {
  color: #333;
}

.hp_put_record_ques dl a:hover {
  color: #06f;
  text-decoration: underline;
}

/*!================cqp edit help:end  ===================*/
/*!====== language switch=====*/
.lan_trans {
  float: right;
}

.lan_trans_panel {
  background: #444;
  padding: 0;
  margin: 0;
  list-style: none;
}

.lan_trans_panel li {
  padding-left: 16px;
  margin: 0;
}

.lan_trans_panel li:hover {
  background: #444;
}

.lan_trans_panel li a {
  color: #ccc;
}

.lan_trans_panel li:hover a {
  color: #ffffff;
}

.headerAd {
  height: 1px;
}

.margin-left-3 {
  margin-left: 360px !important;
}

.margin-left-1 {
  margin-left: 8px !important;
}

.text_overflow {
  display: inline-block;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 180px !important;
}

a.text_overflow,
h3.text_overflow,
span.text_overflow {
  width: 160px;
}

.vnavbar.docleft-menu {
  padding: 10px 0;
}

.content-for-webmagic ul span {
  display: inline-block;
}

/* 移动端适配 */
@media screen and (max-width: 414px) {
  .content-right img {
    max-width: 100%;
  }
}

@media screen and (min-width: 415px) and (max-width: 1023px) {
  .content-right img {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .content-right img {
    max-width: 770px;
  }
}
