/*********** reset start **************/
body {
  color: var(--text-color, #666);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  background: #ffffff;
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
}

body * {
  margin: 0;
  padding: 0;
  outline: none !important;
  line-height: 1.4;
}

button,
input,
textarea {
  border: none;
}

/*********** 标题 start **************/
h1,
.h1 {
  font-size: 36px;
  font-weight: 700;
  color: var(--title-text-color, #000);
  font-family: var(--title-font-family);
}

h2,
.h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--title-text-color, #000);
  font-family: var(--title-font-family);
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--title-text-color, #000);
  font-family: var(--title-font-family);
}

h4,
.h4 {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color, #555);
  font-family: var(--title-font-family);
}

h5,
.h5 {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color, #888);
  font-family: var(--title-font-family);
}

@media only screen and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 22px;
  }

  h2,
  .h2 {
    font-size: 20px;
  }

  h3,
  .h3 {
    font-size: 18px;
  }
}

/*********** 标题 end **************/

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color-primary);
}

ol,
ul {
  list-style: none;
}

i,
em {
  font-style: normal;
}

.rich-text ol {
  list-style: decimal;
  width: fit-content;
  text-align: left;
  padding-left: 38px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rich-text ul {
  list-style: disc;
  width: fit-content;
  text-align: left;
  padding-left: 38px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rich-text ul li {
  list-style: disc;
}

.rich-text em {
  font-style: italic;
}

img {
  max-width: 100%;
}

:not(.rich-text) img {
  width: auto;
  height: auto;
}

.fr,
.float-right {
  float: right;
}

.fl,
.float-left {
  float: left;
}

.uppercase {
  text-transform: uppercase;
}

/* RTL布局 */
html[dir="rtl"] body {
  text-align: right;
}

/* 清除浮动 */
.cl {
  zoom: 1;
}

.cl:before,
.cl:after {
  display: table;
  content: " ";
}

.cl:after {
  clear: both;
}

/*富文本内置样式*/
.mce-img-32 {
  width: 32px;
  height: auto;
}

.mce-img-64 {
  width: 64px;
  height: auto;
}

.mce-img-240 {
  width: 240px;
  height: auto;
}

.mce-img-480 {
  width: 480px;
  height: auto;
}

.mce-img-600 {
  width: 600px;
  height: auto;
}

.mce-img-1024 {
  width: 1024px;
  height: auto;
}

.mce-img-2048 {
  width: 2048px;
  height: auto;
}

.mce-img-w-100 {
  width: 100%;
  height: auto;
}

:root {

  --color-primary: #ef8e00;

  --color-primary-rgb: 239, 142, 0;

  --color-second: #ef8e00;

  --color-second-rgb: 239, 142, 0;

  --bg-color: #ef8e00;

  --btn-hover: #ef8e00;

  --button-radius: px;

  --font-family: ;

  --title-font-family: _Bold;

  --text-color: #666;

  --text-color-rgb: 102, 102, 102;

  --title-text-color: #000;

  --title-text-color-rgb: 0, 0, 0;
}

.langbox {
  float: right;
  position: relative;
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

font[dir='auto'] {
  color: inherit !important;
}

#gt_float_wrapper {
  position: absolute !important;
  top: 0px !important;
  left: 10px !important;
  z-index: 999999;
}

.gt_float_switcher {
  font-family: Arial;
  font-size: 20px;
  border-radius: 2px;
  color: #555;
  display: inline-block;
  line-height: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0px 0px !important;
  background: #fff;
  overflow: hidden;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.gt_float_switcher .gt-selected {
  position: relative;
  z-index: 888;
  background-color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
  text-align: left !important;
  width: 110px;

}



.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  position: relative;
  top: 2px;
  font-size: 12px;
  font-weight: normal;
}

.gt_float_switcher img {
  vertical-align: middle;
  display: inline-block;
  width: 16px !important;
  height: auto;
  margin: 0 5px 0 0;
  border-radius: 3px;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0px 10px !important;
  color: #333;
  font-weight: normal;
  font-size: 12px;
}

.gt_float_switcher .gt_options {
  position: relative;
  z-index: 777;
  min-width: 70px;
  max-height: 250px;
  overflow-y: auto;
  transform: translateY(-30px);
  opacity: 0;
  cursor: pointer;
  transition: all .8s cubic-bezier(.3, 1.1, .4, 1.1);
  text-align: left;
}


.gt_float_switcher .gt_options a {
  display: block;
  text-decoration: none;
  padding: 5px 5px !important;
  color: #444;
  transition: color .4s linear;
  font-size: 12px;
}

.gt_float_switcher .gt_options a img {}




.bobo-sitetop {
  display: none;
  background: #333;
  height: 50px;
  line-height: 50px
}

.bobo-sitetop span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #fff
}

.bobo-sitetop span.bobo-mo-header-search {
  margin-right: 95px
}

.bobo-sitetop span i {
  font-size: 24px;
  line-height: 50px
}

.bobo-mo-leftmenu {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  -webkit-overflow-scrolling: touch;
  z-index: 100 !important;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.bobo-mo-leftmenu .tit {
  height: 50px;
  line-height: 50px;
  background: #353535
}

.bobo-mo-leftmenu .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  font-family: times new roman
}

.bobo-mo-leftmenu .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center
}

.bobo-mo-leftmenu .tit span i {
  color: #fff;
  font-size: 16px
}

.bobo-mo-leftmenu>ul>li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative
}

.bobo-mo-leftmenu>ul>li>a {
  padding: 0 0 0 20px
}

.bobo-mo-leftmenu>ul>li>i {
  position: absolute;
  color: #333;
  font-size: 12px;
  top: 5px;
  right: 0;
  z-index: 1;
  width: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer
}

.bobo-mo-leftmenu ul li a {
  color: #333;
  line-height: 50px;
  display: block
}

.bobo-mo-leftmenu ul li a:hover {
  text-decoration: none
}

.bobo-mo-leftmenu ul li ul {
  display: none;
  padding-bottom: 10px
}

.bobo-mo-leftmenu ul li ul li {
  line-height: 35px
}

.bobo-mo-leftmenu ul li ul li a {
  padding: 0 0 0 20px;
}

.bobo-mo-leftmenu ul li ul li i {
  font-size: 13px;
}

.bobo-search-box {
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  top: 100px;
  background: rgba(0, 0, 0, 0.67);
  padding: 25px 0
}

.bobo-search-box .close {
  position: absolute;
  right: 30px;
  top: calc(50% - 11px);
  line-height: 22px;
  height: 22px
}

.bobo-search-box .close i {
  font-size: 21px;
  color: #fff
}

.bobo-search-box .serchbox {
  width: 700px;
  margin: 0 auto;
  position: relative
}

.bobo-search-box .serchbox .submit_text {
  background: #fff;
  width: 100%;
  height: 47px;
  line-height: 47px;
  float: left;
  color: #111;
  padding: 0 90px 0 15px;
  font-size: 15px;
  box-sizing: border-box
}

.bobo-search-box .serchbox .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 47px;
  line-height: 47px;
  background: var(--color-primary);
  text-align: center;
  display: block;
  cursor: pointer;
  box-sizing: border-box
}

.bobo-search-box .serchbox .submit_btn i {
  font-size: 25px;
  color: #fff
}

.bobo-header {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100px;
  background: #fff
}

.bobo-header .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.bobo-header .logo img {
  height: 53px;
}

.bobo-header_right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.bobo-search {
  margin-right: 15px
}

.bobo-search span {
  height: 25px;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  display: block
}

.bobo-search span i {
  color: #333;
  font-size: 24px;
  line-height: 25px;
  display: inline-block;
  -webkit-text-stroke-width: 0.1px;
}

.bobo-header-lang {
  position: relative;
  z-index: 200
}

.bobo-header-lang .box {
  height: 34px;
  width: 88px;
  padding: 0 6px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #999;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.bobo-header-lang .box img {
  height: 16px
}

.bobo-header-lang .box em {
  margin: 0 7px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  display: inline-block
}

.bobo-header-lang .box i {
  font-size: 14px;
  height: 15px;
  color: #666;
  transition: all 0.3s ease 0s
}

.bobo-header-lang ul {
  overflow: hidden;
  width: 200px;
  height: 160px;
  overflow-y: auto;
  padding: 0 6px;
  position: absolute;
  left: 0;
  top: 34px;
  z-index: 200;
  background: #fff;
  border: 1px solid #ebebeb;
  border-top: none;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0)
}

.bobo-header-lang ul li {
  line-height: 18px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding: 5px 0;
  width: 50%;
  float: left;
}

.bobo-header-lang ul li:last-child {
  border-bottom: none
}

.bobo-header-lang ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #666
}

.bobo-header-lang ul li img {
  height: 16px;
  margin-right: 6px
}

.bobo-header-lang ul li a:hover {
  color: #997b5f
}

.bobo-header-lang:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0)
}

.bobo-header-lang:hover .box i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg)
}

.bobo-nav>ul>li {
  float: left;
  position: relative;
  padding: 0 20px
}

.bobo-nav>ul>li>a {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  padding: 0 5px;
  height: 30px;
  line-height: 30px
}

.bobo-nav>ul>li ul {
  position: absolute;
  width: 260px;
  height: auto;
  left: 0;
  top: 40px;
  z-index: 1000;
  padding: 3px 0 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0 -6px 9px 0;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s
}

.bobo-nav>ul>li ul::before {
  content: '';
  position: absolute;
  left: 40px;
  margin: 0;
  top: -8px;
  overflow: hidden;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent
}

.bobo-nav>ul>li ul>li {
  float: none;
  border-bottom: 1px solid #ededed;
  text-align: left;
  position: relative
}

.bobo-nav>ul>li ul>li:last-child {
  border: none
}

.bobo-nav>ul>li ul>li>a {
  display: block;
  padding: 10px 20px;
  border: none;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize
}

.bobo-nav>ul>li ul>li>a i {
  position: absolute;
  right: 10px;
  font-size: 11px
}

.bobo-nav>ul>li ul>li>a:hover {
  color: var(--color-primary);
}

.bobo-nav>ul>li:hover>a,
.bobo-nav>ul>li.active>a {
  color: var(--color-primary);
}

.bobo-nav>ul>li:hover>a>i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg)
}

.bobo-nav>ul>li:hover>ul {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0)
}

.bobo-menu-transitioning {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}



@media screen and (max-width: 1500px) {
  .bobo-nav>ul>li {
    padding: 0 15px
  }
}

@media screen and (max-width: 1300px) {
  .bobo-nav>ul>li {
    padding: 0 1px
  }

  .bobo-nav>ul>li>a {
    font-size: 17px;
    padding: 0 5px
  }
}

@media screen and (max-width: 992px) {
  .bobo-sitetop {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
  }

  .bobo-header {
    height: auto;
    padding: 20px 0;
    position: static;
    margin-top: 50px;
  }

  .bobo-header .container {
    height: auto;
    -webkit-justify-content: center;
    justify-content: center
  }

  .bobo-search-box {
    position: fixed;
    top: 50px;
    padding: 15px 10px;
    box-sizing: border-box;
  }

  .bobo-search-box .serchbox {
    width: 100%
  }

  .bobo-search-box .serchbox .submit_text {
    height: 40px;
    line-height: 40px;
    padding: 0 90px 0 12px
  }

  .bobo-search-box .serchbox .submit_btn {
    width: 60px;
    height: 40px;
    line-height: 40px
  }

  .bobo-search-box .close {
    display: none
  }

  .bobo-header-lang {
    position: fixed;
    right: 10px;
    top: 9px
  }

  .bobo-header-lang .box {
    height: 30px;
    width: 80px;
    padding: 0 5px
  }

  .bobo-header-lang .box img {
    height: 16px
  }

  .bobo-header-lang .box em {
    margin: 0 5px;
    font-size: 12px;
    color: #fff
  }

  .bobo-header-lang .box i {
    color: #fff
  }

  .bobo-header-lang ul {
    width: 80px;
    padding: 0 5px;
    top: 30px
  }

  .bobo-header-lang ul li a {
    font-size: 12px
  }

  .bobo-header-lang ul li img {
    margin-right: 5px
  }

  .bobo-nav,
  .bobo-search {
    display: none
  }
}







#bobo-footer {
  background: #1e1e1e;
  box-sizing: border-box;
  padding: 70px 0 0
}

#bobo-footer .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

#bobo-footer h5 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 25px;
  font-weight: 700;
  text-transform: uppercase
}

#bobo-footer h5::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 1px;
  display: block;
  margin: 25px auto 0 0
}

.bobo-foot-logo {
  width: 420px
}

.bobo-foot-logo img {
  height: 48px;
}

.bobo-foot-logo p {
  font-size: 16px;
  color: #bcbcbc;
  line-height: 30px;
  margin: 30px 0 0
}

.bobo-foot-logo .share {
  margin: 40px 0 0;
  font-size: 0;
  display: flex;
}

.bobo-foot-logo .share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color-primary);
}

.bobo-foot-logo .share a+a {
  margin-left: 25px
}

.bobo-foot-logo .share a:hover {
  opacity: .7
}

.bobo-foot-logo .share i {
  color: white;
  font-size: 26px;
}

.bobo-foot-nav ul li {
  font-size: 16px;
  color: #bcbcbc;
  line-height: 26px
}

.bobo-foot-nav ul li+li {
  margin-top: 6px
}

.bobo-foot-nav ul li a {
  color: #bcbcbc;
  display: inline-block
}

.bobo-foot-nav ul li a:hover {
  color: #fff;
  text-decoration: underline
}

.bobo-foot-list ul li {
  font-size: 16px;
  color: #bcbcbc;
  line-height: 26px
}

.bobo-foot-list ul li+li {
  margin-top: 6px
}

.bobo-foot-list ul li a {
  color: #bcbcbc;
  display: inline-block
}

.bobo-foot-list ul li a:hover {
  color: #fff;
  text-decoration: underline
}

.bobo-foot-contact {
  width: 300px
}

.bobo-foot-contact p {
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  height: 37px;
  margin-bottom: 16px;
  padding: 0 0 0 32px;
}

.bobo-foot-contact p i {
  position: absolute;
  left: 0;
  font-size: 32px;
  margin-bottom: 5px;
}

.bobo-foot-contact .p2 i {
  top: -12px;
  font-size: 38px;
  left: -3px;
}

.bobo-foot-contact .p3 i {
  font-size: 30px;
  left: 1px;
  top: -8px;
}

.bobo-foot-contact p a:hover {
  color: var(--color-primary);
  text-decoration: underline
}

.bobo-copyright {
  margin-top: 50px;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.bobo-copyright p {
  font-size: 17px;
  letter-spacing: 1px;
  color: rba(255, 255, 255, 0.5)
}

.bobo-side-bar {
  bottom: 150px;
  position: fixed;
  right: 10px;
  z-index: 999
}

.bobo-side-bar a {
  display: block;
  cursor: pointer;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: var(--color-primary);
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px
}

.bobo-side-bar a+a {
  margin-top: 10px
}

.bobo-side-bar a i {
  display: inline-block;
  font-size: 30px;
  color: #fff
}

.bobo-side-bar a:last-child i {
  font-size: 22px
}

.bobo-side-bar a:hover {
  color: var(--color-primary);
  background: none;
  border: 1px solid var(--color-primary);
}

#bobo-footBar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #333;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s
}

#bobo-footBar ul {
  height: 45px;
  display: -webkit-flex;
  display: flex
}

#bobo-footBar ul li {
  width: 25%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

#bobo-footBar ul li:first-child {
  border-left: none
}

#bobo-footBar ul li a {
  display: inline-block;
  width: 100%
}

#bobo-footBar ul li i {
  color: #fff;
  font-size: 20px
}

#bobo-footBar ul li span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 1px;
  text-transform: uppercase
}


@media screen and (max-width: 1500px) {
  .bobo-foot-logo {
    width: 350px
  }

  .bobo-foot-nav ul li,
  .bobo-foot-list ul li,
  .bobo-foot-contact p {
    font-size: 15px
  }

  .bobo-foot-contact {
    width: 270px
  }
}

@media screen and (max-width: 1300px) {
  .bobo-foot-logo .share a {
    width: 40px;
    height: 40px;
  }

  .bobo-foot-logo .share i {
    font-size: 22px;
  }

  .bobo-foot-logo .share a+a {
    margin-left: 20px
  }
}

@media screen and (max-width: 768px) {
  #bobo-footer {
    padding: 30px 0 0
  }

  #bobo-footer .container {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  #bobo-footer h5 {
    font-size: 20px;
    margin: 0 0 20px;
    text-align: center
  }

  #bobo-footer h5::after {
    margin: 15px auto 0
  }

  .bobo-foot-logo {
    width: 100%;
    text-align: center;
  }

  .bobo-foot-logo p {
    font-size: 15px;
    line-height: 24px;
    margin: 20px 0 0
  }

  .bobo-foot-logo .share {
    margin: 20px 0 0;
    justify-content: center;
  }

  .bobo-foot-logo .share a {
    width: 35px;
    height: 35px;
  }

  .bobo-foot-logo .share i {
    font-size: 18px;
  }

  .bobo-foot-logo .share a+a {
    margin-left: 20px
  }

  .bobo-foot-nav,
  .bobo-foot-list {
    display: none
  }

  .bobo-foot-contact {
    width: 100%;
    margin: 30px 0 0;
    text-align: center
  }

  .bobo-foot-contact p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 10px 0 0
  }

  .bobo-foot-contact .p1,
  .bobo-foot-contact .p2,
  .bobo-foot-contact .p3 {
    margin-bottom: 50px;
  }

  .bobo-foot-contact p i {
    display: block;
    position: static;
  }

  .bobo-copyright {
    margin-top: 30px;
    padding: 15px 0 60px
  }

  .bobo-copyright p {
    font-size: 15px;
    letter-spacing: 0
  }

  .bobo-side-bar {
    display: none
  }

  #bobo-footBar {
    display: block
  }
}



.bobo_company_intro {
  padding: 100px 0 50px 0;
}

.bobo_company_intro .box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.bobo_company_intro .pic {
  width: 668px;
  text-align: right;
  position: relative
}

.bobo_company_intro .pic .tips {
  background: var(--color-primary) no-repeat right 23px center;
  opacity: 0.7;
  position: absolute;
  left: 0;
  bottom: -53px;
  width: 235px;
  padding: 40px 23px 40px 30px;
  text-align: left;
  box-sizing: border-box;
  color: #fff;
}

.bobo_company_intro .pic .tips em {
  font-size: 20px;
  color: #fff
}

.bobo_company_intro .pic .tips span {
  font-size: 76px;
  color: #fff;
  font-weight: 700;
  display: block;
  margin: 10px 0 0
}

.bobo_company_intro .pic .tips p {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  margin: 4px 0 0
}

.bobo_company_intro .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 52px
}

.bobo_company_intro .txt em {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 600
}

.bobo_company_intro .txt h3 {
  margin: 17px 0 0;
  font-size: 36px;
  color: #333;
  font-weight: 700
}

.bobo_company_intro .txt .t {
  margin: 15px 0 0;
  font-size: 18px;
  color: #666;
  line-height: 2
}

.bobo_company_intro .txt .t strong {
  color: var(--color-primary);
}

.bobo_company_intro .txt .more {
  margin: 25px auto 0 0;
  width: 194px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: block;
  background: var(--color-primary);
  border-radius: var(--button-radius);
}

.bobo_company_intro .txt .more:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

@media screen and (max-width: 1300px) {
  .bobo_company_intro .txt h3 {
    font-size: 34px
  }

  .bobo_company_intro .txt h3 {
    margin: 15px 0 0
  }

  .bobo_company_intro .pic {
    width: 568px
  }

  .bobo_company_intro .pic .tips {
    left: -20px;
    width: 215px;
    padding: 35px 20px 35px 25px
  }

  .bobo_company_intro .txt .t {
    font-size: 17px;
    line-height: 1.6
  }
}

@media screen and (max-width: 992px) {
  .bobo_company_intro {
    padding: 30px 0
  }

  .bobo_company_intro .pic img {
    width: 100% !important;
  }

  .bobo_company_intro .box {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .bobo_company_intro .pic {
    width: 100%;
    text-align: center
  }

  .bobo_company_intro .pic .tips {
    background-size: auto 135px;
    background-position: right 20px center;
    left: 0;
    bottom: 0;
    width: 180px;
    padding: 30px 20px
  }

  .bobo_company_intro .pic .tips em {
    font-size: 17px
  }

  .bobo_company_intro .pic .tips span {
    font-size: 50px
  }

  .bobo_company_intro .pic .tips p {
    font-size: 17px;
    line-height: 30px
  }

  .bobo_company_intro .txt {
    width: 100%;
    margin: 25px 0 0;
    text-align: center
  }

  .bobo_company_intro .txt em {
    font-size: 15px
  }

  .bobo_company_intro .txt h3 {
    margin: 15px 0 0;
    font-size: 30px
  }

  .bobo_company_intro .txt .t {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.4;
    text-align: left
  }

  .bobo_company_intro .txt .more {
    margin: 20px auto 0;
    width: 170px;
    height: 36px;
    line-height: 36px;
    font-size: 15px
  }
}

@media screen and (max-width: 480px) {
  .bobo_company_intro .txt h3 {
    font-size: 24px
  }
}






.bobo-indicator {
  padding: 0px 0 100px 0px;
}

.bobo-indicator ul {
  margin: 70px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.bobo-indicator ul li {
  width: calc(25% - 42px);
  position: relative;
  padding: 32px 39px;
  box-sizing: border-box;
  border-bottom: 2px solid #e6e6e6
}

.bobo-indicator ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s cubic-bezier(0.55, 0.23, 0.62, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.23, 0.62, 1) 0s
}

.bobo-indicator ul li h5 {
  color: var(--color-primary);
  font-size: 46px;
  line-height: 1;
  display: inline-block;
  position: relative;
  font-weight: 700
}

.bobo-indicator ul li h5::after {
  content: attr(date-txt);
  position: absolute;
  right: -25px;
  top: 0;
  color: #212121;
  font-size: 46px;
  font-weight: 400
}

.bobo-indicator ul li:nth-child(3) h5::after {
  right: -50px;
  font-size: 22px;
  top: 2px
}

.bobo-indicator ul li p {
  font-size: 20px;
  color: #666;
  line-height: 1.5;
  margin: 13px 0 0
}

.bobo-indicator ul li:hover::after {
  width: 100%
}



@media screen and (max-width: 1500px) {
  .bobo-indicator ul li {
    padding: 30px 25px
  }

  .bobo-indicator ul li p {
    font-size: 18px
  }
}

@media screen and (max-width: 1300px) {
  .bobo-indicator ul li {
    padding: 30px 20px
  }
}

@media screen and (max-width: 768px) {
  .bobo-indicator {
    padding: 30px 0
  }

  .bobo-indicator ul {
    margin: 20px 0 0
  }

  .bobo-indicator ul li {
    width: calc(50% - 20px);
    padding: 25px 15px
  }

  .bobo-indicator ul li h5 {
    font-size: 30px
  }

  .bobo-indicator ul li p {
    font-size: 17px;
    line-height: 1.3;
    margin: 13px 0 0
  }

  .bobo-indicator ul li p br {
    display: none
  }
}




.zhiqing-contact {
  background: #f8f8f8;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.zhiqing-contact .txt {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.zhiqing-contact .txt .box {
  max-width: 870px;
  padding: 0 45px 0 0;
}

.zhiqing-contact .txt p {
  font-size: 22px;
  color: #757575;
}

.zhiqing-contact .txt h4 {
  font-size: 60px;
  color: #1f1f1f;
  font-family: var(--title-font-family);
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 0 0;
}

.zhiqing-contact .txt .inquirbox {
  margin: 30px 0 0;
}

.zhiqing-contact .txt .inquirbox .row {
  margin-bottom: 18px;
}

.zhiqing-contact .inquirbox em {
  font-size: 20px;
  color: #333;
  display: block;
  margin-bottom: 10px;
}

.zhiqing-contact .inquirbox input[type="text"],
.zhiqing-contact .inquirbox textarea {
  padding: 10px;
  font-size: 20px;
  border: 1px solid #d2d2cf;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #111;
}

.zhiqing-contact .inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.zhiqing-contact .inquirbox input[type="text"]:focus,
.zhiqing-contact .inquirbox textarea:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-color: #999;
  outline: 0;
}

.zhiqing-contact .inquirbox .submit {
  margin: 0 auto;
  width: 260px;
  line-height: 50px;
  background: var(--color-primary);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.zhiqing-contact .inquirbox .submit:hover {
  background: var(--color-second);
}

.zhiqing-contact .inquirbox .crmFormVali-error {
  top: auto;
  bottom: 10px;
}

.zhiqing-contact .v {
  width: 50%;
  position: relative;
  overflow: hidden;
  display: block;
}

.zhiqing-contact .v>img {
  transition: all 0.3s ease 0s;
}

.zhiqing-contact .v:hover>img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.zhiqing-contact .v .play {
  position: absolute;
  z-index: 10;
  left: calc(50% - 58px);
  top: calc(50% - 58px);
}

.zhiqing-contact .v .play .box {
  width: 116px;
  height: 116px;
  background: var(--color-primary);
  border-radius: 50%;
  position: relative;
  z-index: 20;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.zhiqing-contact .v .play img {
  display: inline-block;
  animation: changeright 2s infinite linear;
}

@keyframes changeright {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@media screen and (max-width: 1800px) {
  .zhiqing-contact .txt .box {
    max-width: 800px;
  }

  .zhiqing-contact .txt h4 {
    font-size: 56px;
  }
}

@media screen and (max-width: 1681px) {
  .zhiqing-contact .txt .box {
    max-width: 750px;
  }

  .zhiqing-contact .txt h4 {
    font-size: 52px;
  }
}

@media screen and (max-width: 1441px) {
  .zhiqing-contact .txt h4 {
    font-size: 48px;
  }

  .zhiqing-contact .txt .t {
    line-height: 1.8;
  }

  .zhiqing-contact .txt .t p~p {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1367px) {
  .zhiqing-contact .txt h4 {
    font-size: 44px;
  }

  .zhiqing-contact .txt {
    padding: 60px 40px;
  }

  .zhiqing-contact .txt .t {
    font-size: 17px;
    line-height: 1.6;
    padding-left: 30px;
  }
}

@media screen and (max-width: 1281px) {
  .zhiqing-contact .txt h4 {
    font-size: 40px;
  }

  .zhiqing-contact .txt {
    padding: 30px;
    width: 56%;
  }

  .zhiqing-contact .txt .box {
    padding: 0 25px 0 0;
  }

  .zhiqing-contact .v {
    width: 44%;
  }
}

@media screen and (max-width: 992px) {
  .zhiqing-contact .txt h4 {
    font-size: 36px;
  }

  .zhiqing-contact {
    background: none;
  }

  .zhiqing-contact .container {
    display: block;
    padding: 0;
  }

  .zhiqing-contact .txt {
    width: 100%;
    background: #fff;
    padding: 30px 10px;
    text-align: center;
  }

  .zhiqing-contact .txt .t {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
    margin: 20px 0 0;
    text-align: left;
  }

  .zhiqing-contact .txt .t::before {
    display: none;
  }

  .zhiqing-contact .txt .t p~p {
    margin-top: 10px;
  }

  .zhiqing-contact .v {
    width: 100%;
    height: auto;
    background: none;
    border-radius: 0;
    display: block;
  }

  .zhiqing-contact .v>img {
    display: block;
  }

  .zhiqing-contact .v .t {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .zhiqing-contact .v p {
    font-size: 18px;
    color: #fff;
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .zhiqing-contact .txt h4 {
    font-size: 32px;
  }

  .zhiqing-contact {
    display: block;
  }

  .zhiqing-contact .txt p {
    font-size: 18px;
  }

  .zhiqing-contact .txt .box {
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .zhiqing-contact .txt h4 {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .zhiqing-contact .txt h4 {
    font-size: 24px;
  }

  .zhiqing-contact .v .play {
    left: calc(50% - 43px);
    top: calc(50% - 43px);
  }

  .zhiqing-contact .v .play .box {
    width: 86px;
    height: 86px;
  }

  .zhiqing-contact .v .play .box img {
    height: 62px;
  }
}



.zhiqing-contact .inquirbox .crmFormVali-error {
  position: initial !important;
}


.zhiqing-contact .txt .inquirbox .row {
  margin-right: 0;
  margin-left: 0;
}





.bobo_goods_type {
  padding: 75px 0;
}

.bobo_goods_type .tit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.bobo_goods_type .tit .t em {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 600
}

.bobo_goods_type .tit .t h3 {
  margin: 12px 0 0;
  font-size: 36px;
  line-height: 1;
  color: #333;
  font-weight: 700
}

.bobo_goods_type .tit .more {
  width: 194px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: block;
  background: var(--color-primary);
  border-radius: var(--button-radius);
}


.bobo_goods_type .tit .more:hover {
  background: none;
  color: var(--color-primary);
  border-radius: 1px solid var(--color-primary);
}

.bobo_goods_type ul {
  margin: 17px -25px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.bobo_goods_type ul li {
  width: 33.33333333%;
  padding: 0 25px;
  margin: 25px 0 0;
  box-sizing: border-box;
  text-align: center
}

.bobo_goods_type ul li .box {
  cursor: pointer
}

.bobo_goods_type ul li .pic {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box
}

.bobo_goods_type ul li .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.bobo_goods_type ul li h5 {
  margin: 13px 0 0;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #333;
  font-size: 18px
}

.bobo_goods_type ul li h5 a:hover {
  color: var(--color-primary);
  text-decoration: underline
}

.bobo_goods_type ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}

@media screen and (max-width: 1300px) {
  .bobo_goods_type .tit .t h3 {
    font-size: 34px
  }
}

@media screen and (max-width: 768px) {
  .bobo_goods_type {
    padding: 30px 0;
    background-size: cover
  }

  .bobo_goods_type .tit .t em {
    font-size: 15px
  }

  .bobo_goods_type .tit .t h3 {
    margin: 10px 0 0;
    font-size: 30px
  }

  .bobo_goods_type .tit .more {
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 14px
  }

  .bobo_goods_type ul {
    margin: 15px -10px 0
  }

  .bobo_goods_type ul li {
    width: 50%;
    padding: 0 10px;
    margin: 15px 0 0
  }

  .bobo_goods_type ul li h5 {
    margin: 10px 0 0;
    line-height: 24px;
    height: 48px;
    font-size: 16px
  }
}

@media screen and (max-width: 480px) {
  .bobo_goods_type .tit .t h3 {
    font-size: 24px
  }
}



.bobo_pic_text {
  padding: 110px 0;
  background: #fff
}

.bobo_pic_text .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.bobo_pic_text .tit {
  width: 640px;
  position: relative
}

.bobo_pic_text .tit em {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 600
}

.bobo_pic_text .tit h3 {
  margin: 22px 0 0;
  font-size: 36px;
  line-height: 1;
  color: #333;
  font-weight: 700
}

.bobo_pic_text .tit ul {
  margin: 12px 0 0;
  overflow: hidden;
  counter-reset: section;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}


.bobo_pic_text .tit ul li {
  margin: 30px 0 0;
  font-size: 20px;
  color: #666;
  line-height: 21px;
  width: 40%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.bobo_pic_text .tit ul li::before {
  counter-increment: section;
  content: counter(section);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: block;
  background: var(--color-primary);
}

.bobo_pic_text .tit ul li:nth-child(2n) {
  width: 60%
}

.bobo_pic_text .tit ul li span {
  color: #666;
  font-size: 20px;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 25px
}

.bobo_pic_text .tit .more {
  margin: 60px 0 0;
  padding: 0 47px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: var(--color-primary);
  border-radius: var(--button-radius);
}

.bobo_pic_text .tit .more:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.bobo_pic_text .pic {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 50px
}

.bobo_pic_text .pic ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.bobo_pic_text .pic ul li {
  width: calc(50% - 20px);
  overflow: hidden
}

.bobo_pic_text .pic ul li img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s
}

.bobo_pic_text .pic ul li:last-child {
  margin-top: 30px
}

.bobo_pic_text .pic ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}


@media screen and (max-width: 1500px) {
  .bobo_pic_text .tit ul li span {
    font-size: 18px;
    margin-left: 20px
  }

  .bobo_pic_text .tit {
    width: 50%
  }

  .bobo_pic_text .pic {
    margin-left: 40px
  }
}

@media screen and (max-width: 1400px) {
  .bobo_pic_text .tit ul li span {
    font-size: 17px;
    margin-left: 15px
  }
}

@media screen and (max-width: 1300px) {
  .bobo_pic_text .tit h3 {
    font-size: 34px
  }
}

@media screen and (max-width: 992px) {
  .bobo_pic_text {
    padding: 30px 0
  }

  .bobo_pic_text .container {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .bobo_pic_text .tit {
    width: 100%;
    text-align: center
  }

  .bobo_pic_text .tit em {
    font-size: 15px
  }

  .bobo_pic_text .tit h3 {
    margin: 15px 0 0;
    font-size: 30px
  }

  .bobo_pic_text .tit ul {
    margin: 10px 0 0
  }

  .bobo_pic_text .tit ul li {
    margin: 20px 0 0;
    text-align: left;
    font-size: 17px;
    width: 50%
  }

  .bobo_pic_text .tit ul li::before {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px
  }

  .bobo_pic_text .tit ul li:nth-child(2n) {
    width: 50%
  }

  .bobo_pic_text .tit ul li span {
    font-size: 12px;
    margin-left: 15px
  }

  .bobo_pic_text .tit .more {
    margin: 20px 0 0;
    padding: 0 25px;
    height: 42px;
    line-height: 42px;
    font-size: 14px
  }

  .bobo_pic_text .pic {
    width: 100%;
    margin: 20px 0 0
  }

  .bobo_pic_text .pic ul li {
    width: calc(50% - 20px)
  }

  .bobo_pic_text .pic ul li:last-child {
    margin-top: 0
  }
}

@media screen and (max-width: 480px) {
  .bobo_pic_text .tit h3 {
    font-size: 24px
  }
}



.bobo_application {
  padding: 85px 0;
  background: rgb(248, 248, 248);
}

.bobo_application .list {
  margin: 50px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.bobo_application .bd {
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden
}

.bobo_application .bd ul li {
  width: 100%;
  position: relative;
  background: #fff;
  padding-bottom: 15px
}

.bobo_application .bd ul li .pic {
  display: block;
  width: 100%;
  overflow: hidden
}

.bobo_application .bd ul li .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.bobo_application .bd ul li .pic img {
  width: 1025px;
  height: 456px;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s
}

.bobo_application .bd ul li .top {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.bobo_application .bd ul li .top h5 {
  margin-left: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700
}

.bobo_application .bd ul li .txt {
  position: relative;
  z-index: 200;
  margin: -72px 15px 0;
  background: var(--color-primary);
  opacity: 0.9;
  padding: 25px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  line-height: 2
}

.bobo_application .bd ul li:hover .pic img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01)
}

.bobo_application .hd {
  width: 350px;
  margin-right: 35px;
  overflow: hidden
}

.bobo_application .hd ul li {
  padding: 0 8px;
  font-size: 20px;
  color: #666;
  font-weight: 700;
  line-height: 56px;
  height: 56px;
  border-bottom: 3px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  text-transform: uppercase
}

.bobo_application .hd ul li+li {
  margin-top: 10px
}

.bobo_application .hd ul li.on {
  border-bottom-color: var(--color-primary);
  color: var(--color-primary);
}

.bobo-index-tit {
  text-align: center
}

.bobo-index-tit em {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 600;
  text-transform: uppercase
}

.bobo-index-tit h3 {
  margin: 20px 0 0;
  font-size: 36px;
  line-height: 1;
  color: #333;
  font-weight: 700
}

.bobo-index-tit p {
  margin: 35px 0 0;
  font-size: 20px;
  line-height: 1.8;
  color: #666
}



@media screen and (max-width: 1500px) {

  .bobo_application .hd ul li {
    font-size: 18px
  }

  .bobo_application .bd ul li .txt {
    padding: 22px;
    font-size: 17px;
    line-height: 1.6
  }

  /* .bobo_application .tempWrap {
      width: 545px !important;
    }
  
    .bobo_application .tempWrap li {
      width: 545px !important;
    } */

  .bobo-index-tit em {
    font-size: 15px
  }

  .bobo-index-tit p {
    margin: 30px 0 0;
    font-size: 18px;
    line-height: 1.6
  }
}

@media screen and (max-width: 1300px) {
  .bobo-index-tit h3 {
    font-size: 34px
  }
}

@media screen and (max-width: 992px) {
  .bobo_application {
    padding: 30px 0
  }

  .bobo_application .list {
    margin: 30px 0 0;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .bobo_application .bd {
    width: 100%
  }

  .bobo_application .bd ul li {
    width: 100%;
    position: relative;
    background: #fff;
    padding-bottom: 15px
  }

  .bobo_application .bd ul li .pic {
    display: block;
    width: 100%;
    overflow: hidden
  }

  .bobo_application .bd ul li .pic img {
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
  }

  .bobo_application .bd ul li .top {
    position: absolute;
    left: 15px;
    top: 20px;
    right: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
  }

  .bobo_application .bd ul li .top h5 {
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700
  }

  .bobo_application .bd ul li .txt {
    margin: 0;
    padding: 15px;
    font-size: 15px;
    line-height: 1.3
  }

  .bobo_application .hd {
    width: 100%;
    margin: 20px 0 0;
    overflow: hidden
  }

  .bobo_application .hd ul li {
    padding: 0 8px;
    font-size: 17px;
    color: #666;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    text-transform: uppercase
  }

  .bobo_application .hd ul li+li {
    margin-top: 10px
  }

  .bobo_application .hd ul li.on {
    border-bottom-color: var(--color-primary);
    color: var(--color-primary);
  }

  .bobo-index-tit em {
    font-size: 15px;
  }

  .bobo-index-tit h3 {
    margin: 15px 0 0;
    font-size: 30px;
  }

  .bobo-index-tit p {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.4;
  }

}

@media screen and (max-width: 480px) {
  .bobo-index-tit h3 {
    font-size: 24px
  }

  .bobo-index-tit p {
    font-size: 15px
  }
}



.bobo_advantage {
  padding: 85px 0 100px;
  background: #fff
}

.bobo_advantage ul {
  margin: 40px -12px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.bobo_advantage ul li {
  width: 50%;
  cursor: pointer;
  padding: 12px;
  box-sizing: border-box锛� height: 200px;
}

.bobo_advantage ul li .box {
  padding: 25px 20px;
  border-radius: 7px;
  box-sizing: border-box;
  background: var(--color-primary);
  opacity: 0.9;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s
}

.bobo_advantage ul li .ico {
  width: 90px;
  text-align: center
}

.bobo_advantage ul li .ico img {
  display: inline-block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s
}

.bobo_advantage ul li .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 10px
}

.bobo_advantage ul li .txt h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--title-text-color);
  line-height: 1;
  text-transform: uppercase
}

.bobo_advantage ul li .txt p {
  font-size: 15px;
  color: var(--text-color);
  line-height: 28px;
  margin: 15px 0 0;
  height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bobo_advantage ul li:hover .box {
  background: var(--color-primary);
}

.bobo_advantage .more {
  margin: 25px 0 0;
  text-align: center
}

.bobo_advantage .more a {
  line-height: 35px;
  border-bottom: 2px solid var(--color-primary);
  padding: 0 16px;
  font-size: 15px;
  display: inline-block;
  color: var(--color-primary);
  font-weight: 700
}

.bobo_advantage .more a i {
  font-size: 22px;
  vertical-align: middle
}

.bobo_advantage .more a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.bobo-index-tit {
  text-align: center
}

.bobo-index-tit em {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 600;
  text-transform: uppercase
}

.bobo-index-tit h3 {
  margin: 20px 0 0;
  font-size: 36px;
  line-height: 1;
  font-weight: 700
}

.bobo-index-tit p {
  margin: 35px 0 0;
  font-size: 20px;
  line-height: 1.8;
}


@media screen and (max-width: 1500px) {
  .bobo-index-tit em {
    font-size: 15px
  }

  .bobo-index-tit p {
    margin: 30px 0 0;
    font-size: 18px;
    line-height: 1.6
  }
}

@media screen and (max-width: 1300px) {
  .bobo-index-tit h3 {
    font-size: 34px
  }
}

@media screen and (max-width: 768px) {
  .bobo_advantage {
    padding: 30px 0
  }

  .bobo_advantage ul {
    margin: 20px 0 0
  }

  .bobo_advantage ul li {
    width: 100%;
    cursor: pointer;
    padding: 6px 0
  }

  .bobo_advantage ul li .box {
    padding: 25px 20px;
    height: auto
  }

  .bobo_advantage ul li .txt h5 {
    font-size: 18px
  }

  .bobo_advantage ul li .txt p {
    line-height: 24px
  }

  .bobo_advantage .more {
    margin: 20px 0 0
  }

  .bobo-index-tit em {
    font-size: 15px;
  }

  .bobo-index-tit h3 {
    margin: 15px 0 0;
    font-size: 30px;
  }

  .bobo-index-tit p {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 480px) {
  .bobo-index-tit h3 {
    font-size: 24px
  }

  .bobo-index-tit p {
    font-size: 15px
  }
}


@media screen and (max-width:992px) {
  .bobo_advantage ul li .txt p {
    height: auto;
  }
}




.bobo_case {
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end
}

.bobo_case .list {
  width: 50%;
  padding: 55px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.bobo_case .list .box {
  width: 700px;
  padding: 0 67px;
  box-sizing: border-box
}

.bobo_case .list .tit em {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase
}

.bobo_case .list .tit h3 {
  margin: 20px 0 0;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-weight: 700
}

.bobo_case .list ul {
  margin: 40px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5)
}

.bobo_case .list ul li {
  cursor: pointer;
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative
}

.bobo_case .list ul li h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #fff
}

.bobo_case .list ul li h5 a:hover {
  color: #fff;
  text-decoration: underline
}

.bobo_case .list ul li .more {
  position: absolute;
  right: 0;
  bottom: 23px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s
}

.bobo_case .list ul li:hover .more {
  opacity: 1
}

.bobo_case .pic {
  width: 50%
}

.bobo_case .pic ul {
  margin: 0
}

.bobo_case .pic ul li {
  display: none
}

.bobo_case .pic ul li.active {
  display: block
}


@media screen and (max-width: 1500px) {
  .bobo_case .list .box {
    width: 600px;
    padding: 0 50px;
  }
}

@media screen and (max-width: 1300px) {
  .bobo_case .list .tit h3 {
    font-size: 34px
  }

  .bobo_case .list .box {
    width: 525px;
    padding: 0 40px;
  }

  .bobo_case .list ul li h5 {
    font-size: 18px
  }
}

@media screen and (max-width: 768px) {
  .bobo_case {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .bobo_company_intro .pic ul li img {
    width: 100% !important;

  }

  .bobo_case .list {
    width: 100%;
    padding: 25px 0
  }

  .bobo_case .list .box {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .bobo_case .list .tit {
    text-align: center
  }

  .bobo_case .list .tit em {
    font-size: 15px
  }

  .bobo_case .list .tit h3 {
    margin: 15px 0 0;
    font-size: 30px
  }

  .bobo_case .list ul {
    margin: 30px 0 0
  }

  .bobo_case .list ul li {
    padding: 20px 0
  }

  .bobo_case .list ul li h5 {
    font-size: 18px;
    line-height: 1.4
  }

  .bobo_case .list ul li .more {
    display: none
  }

  .bobo_case .pic {
    width: 100%
  }

  .bobo_case .pic ul li {
    display: none
  }

  .bobo_case .pic ul li.active {
    display: block
  }
}

@media screen and (max-width: 480px) {
  .bobo_case .list .tit h3 {
    font-size: 24px
  }
}



.bobo_multi_cols {
  padding: 85px 0 75px;
  background: #fff
}

.bobo_multi_cols ul {
  margin: 40px -23px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.bobo_multi_cols ul li {
  width: 25%;
  padding: 23px;
  box-sizing: border-box
}

.bobo_multi_cols ul li .pic {
  box-sizing: border-box;
  cursor: pointer
}

.bobo_multi_cols ul li .pic img {
  width: 315px;
  height: 124px;
  object-fit: contain;
  display: inline-block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s
}


.bobo_multi_cols .more {
  margin: 25px 0 0;
  text-align: center
}

.bobo_multi_cols .more a {
  line-height: 35px;
  border-bottom: 2px solid var(--color-primary);
  padding: 0 16px;
  font-size: 15px;
  display: inline-block;
  color: var(--color-primary);
  font-weight: 700
}

.bobo_multi_cols .more a i {
  font-size: 22px;
  vertical-align: middle
}

.bobo_multi_cols .more a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.bobo-index-tit {
  text-align: center
}

.bobo-index-tit em {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 600;
  text-transform: uppercase
}

.bobo-index-tit h3 {
  margin: 20px 0 0;
  font-size: 36px;
  line-height: 1;
  color: #333;
  font-weight: 700
}

.bobo-index-tit p {
  margin: 35px 0 0;
  font-size: 20px;
  line-height: 1.8;
  color: #666
}


@media screen and (max-width: 1500px) {
  .bobo-index-tit em {
    font-size: 15px
  }

  .bobo-index-tit p {
    margin: 30px 0 0;
    font-size: 18px;
    line-height: 1.6
  }
}

@media screen and (max-width: 1300px) {
  .bobo-index-tit h3 {
    font-size: 34px
  }
}

@media screen and (max-width: 768px) {
  .bobo_multi_cols {
    padding: 30px 0
  }

  .bobo_multi_cols ul {
    margin: 20px -10px 0
  }

  .bobo_multi_cols ul li {
    width: 33.3333333%;
    padding: 10px
  }

  .bobo_multi_cols .more {
    margin: 20px 0 0;
    text-align: center
  }

  .bobo_multi_cols .more a {
    font-size: 15px
  }

  .bobo-index-tit em {
    font-size: 15px;
  }

  .bobo-index-tit h3 {
    margin: 15px 0 0;
    font-size: 30px;
  }

  .bobo-index-tit p {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 480px) {
  .bobo-index-tit h3 {
    font-size: 24px
  }

  .bobo-index-tit p {
    font-size: 15px
  }
}



#bobo-footer {
  background: #1e1e1e;
  box-sizing: border-box;
  padding: 70px 0 0
}

#bobo-footer .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

#bobo-footer h5 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 25px;
  font-weight: 700;
  text-transform: uppercase
}

#bobo-footer h5::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 1px;
  display: block;
  margin: 25px auto 0 0
}

.bobo-foot-logo {
  width: 420px
}

.bobo-foot-logo img {
  height: 48px;
}

.bobo-foot-logo p {
  font-size: 16px;
  color: #bcbcbc;
  line-height: 30px;
  margin: 30px 0 0
}

.bobo-foot-logo .share {
  margin: 40px 0 0;
  font-size: 0;
  display: flex;
}

.bobo-foot-logo .share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color-primary);
}

.bobo-foot-logo .share a+a {
  margin-left: 25px
}

.bobo-foot-logo .share a:hover {
  opacity: .7
}

.bobo-foot-logo .share i {
  color: white;
  font-size: 26px;
}

.bobo-foot-nav ul li {
  font-size: 16px;
  color: #bcbcbc;
  line-height: 26px
}

.bobo-foot-nav ul li+li {
  margin-top: 6px
}

.bobo-foot-nav ul li a {
  color: #bcbcbc;
  display: inline-block
}

.bobo-foot-nav ul li a:hover {
  color: #fff;
  text-decoration: underline
}

.bobo-foot-list ul li {
  font-size: 16px;
  color: #bcbcbc;
  line-height: 26px
}

.bobo-foot-list ul li+li {
  margin-top: 6px
}

.bobo-foot-list ul li a {
  color: #bcbcbc;
  display: inline-block
}

.bobo-foot-list ul li a:hover {
  color: #fff;
  text-decoration: underline
}

.bobo-foot-contact {
  width: 300px
}

.bobo-foot-contact p {
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  height: 37px;
  margin-bottom: 16px;
  padding: 0 0 0 32px;
}

.bobo-foot-contact p i {
  position: absolute;
  left: 0;
  font-size: 32px;
  margin-bottom: 5px;
}

.bobo-foot-contact .p2 i {
  top: -12px;
  font-size: 38px;
  left: -3px;
}

.bobo-foot-contact .p3 i {
  font-size: 30px;
  left: 1px;
  top: -8px;
}

.bobo-foot-contact p a:hover {
  color: var(--color-primary);
  text-decoration: underline
}

.bobo-copyright {
  margin-top: 50px;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.bobo-copyright p {
  font-size: 17px;
  letter-spacing: 1px;
  color: rba(255, 255, 255, 0.5)
}

.bobo-side-bar {
  bottom: 150px;
  position: fixed;
  right: 10px;
  z-index: 999
}

.bobo-side-bar a {
  display: block;
  cursor: pointer;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: var(--color-primary);
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px
}

.bobo-side-bar a+a {
  margin-top: 10px
}

.bobo-side-bar a i {
  display: inline-block;
  font-size: 30px;
  color: #fff
}

.bobo-side-bar a:last-child i {
  font-size: 22px
}

.bobo-side-bar a:hover {
  color: var(--color-primary);
  background: none;
  border: 1px solid var(--color-primary);
}

#bobo-footBar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #333;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s
}

#bobo-footBar ul {
  height: 45px;
  display: -webkit-flex;
  display: flex
}

#bobo-footBar ul li {
  width: 25%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

#bobo-footBar ul li:first-child {
  border-left: none
}

#bobo-footBar ul li a {
  display: inline-block;
  width: 100%
}

#bobo-footBar ul li i {
  color: #fff;
  font-size: 20px
}

#bobo-footBar ul li span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 1px;
  text-transform: uppercase
}


@media screen and (max-width: 1500px) {
  .bobo-foot-logo {
    width: 350px
  }

  .bobo-foot-nav ul li,
  .bobo-foot-list ul li,
  .bobo-foot-contact p {
    font-size: 15px
  }

  .bobo-foot-contact {
    width: 270px
  }
}

@media screen and (max-width: 1300px) {
  .bobo-foot-logo .share a {
    width: 40px;
    height: 40px;
  }

  .bobo-foot-logo .share i {
    font-size: 22px;
  }

  .bobo-foot-logo .share a+a {
    margin-left: 20px
  }
}

@media screen and (max-width: 768px) {
  #bobo-footer {
    padding: 30px 0 0
  }

  #bobo-footer .container {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  #bobo-footer h5 {
    font-size: 20px;
    margin: 0 0 20px;
    text-align: center
  }

  #bobo-footer h5::after {
    margin: 15px auto 0
  }

  .bobo-foot-logo {
    width: 100%;
    text-align: center;
  }

  .bobo-foot-logo p {
    font-size: 15px;
    line-height: 24px;
    margin: 20px 0 0
  }

  .bobo-foot-logo .share {
    margin: 20px 0 0;
    justify-content: center;
  }

  .bobo-foot-logo .share a {
    width: 35px;
    height: 35px;
  }

  .bobo-foot-logo .share i {
    font-size: 18px;
  }

  .bobo-foot-logo .share a+a {
    margin-left: 20px
  }

  .bobo-foot-nav,
  .bobo-foot-list {
    display: none
  }

  .bobo-foot-contact {
    width: 100%;
    margin: 30px 0 0;
    text-align: center
  }

  .bobo-foot-contact p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 10px 0 0
  }

  .bobo-foot-contact .p1,
  .bobo-foot-contact .p2,
  .bobo-foot-contact .p3 {
    margin-bottom: 50px;
  }

  .bobo-foot-contact p i {
    display: block;
    position: static;
  }

  .bobo-copyright {
    margin-top: 30px;
    padding: 15px 0 60px
  }

  .bobo-copyright p {
    font-size: 15px;
    letter-spacing: 0
  }

  .bobo-side-bar {
    display: none
  }

  #bobo-footBar {
    display: block
  }
}



.qili-sidebanner {
  position: relative;
}

.qili-sidebanner img {
  width: 100%;
  min-height: 160px;
}

.qili-sidebanner .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.qili-sidebanner .txt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.qili-sidebanner .wp {
  position: relative;
  z-index: 2;
}

.qili-sidebanner h1,
.qili-sidebanner h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  font-family: var(--font-family);
  text-shadow: 2px 2px 4px #666;
}

.qili-sidebanner p {
  color: #fff;
  font-size: 15px;
  margin: 15px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 2px 2px 4px #666;
}

.qili-sidebanner p i {
  font-size: 15px;
  color: #fff;
}

.qili-sidebanner p a {
  color: #fff;
  text-shadow: 2px 2px 4px #666;
}


@media screen and (max-width: 768px) {
  .qili-sidebanner .txt {
    text-align: center;
  }

  .qili-sidebanner .txt h1,
  .qili-sidebanner .txt h2 {
    font-size: 30px
  }
}

@media screen and (max-width: 480px) {

  .qili-sidebanner .txt h1,
  .qili-sidebanner .txt h2 {
    font-size: 24px
  }
}



.bobo-goods-list.main {
  padding-top: 80px;
  padding-bottom: 50px;
  overflow: auto;
}

.bobo-goods-list .rtit {
  margin-bottom: 50px
}

.bobo-goods-list .rtit h1 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700
}

.bobo-goods-list .main-left {
  float: left;
  width: 335px
}

.bobo-goods-list .main-left h3 {
  border-bottom: 1px solid #efefef;
  height: 54px;
  line-height: 54px;
  position: relative;
  font-size: 17px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase
}

.bobo-goods-list .main-left h3::after {
  display: none;
  font-family: qico;
  content: "\e727";
  position: absolute;
  right: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

.bobo-goods-list .main-left h3.active::after {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08)
}

.bobo-goods-list .sidemenu {
  margin: 0 0 18px
}

.bobo-goods-list .sidemenu>ul>li {
  border-bottom: 1px solid #efefef
}

.bobo-goods-list .sidemenu>ul>li h5 {
  line-height: 20px;
  display: block;
  font-size: 17px;
  color: #181818;
  cursor: pointer;
  position: relative
}

.bobo-goods-list .sidemenu>ul>li h5 a {
  display: block;
  padding: 18px 50px 18px 0;
  text-transform: capitalize
}

.bobo-goods-list .sidemenu>ul>li h5 a:hover {
  color: var(--color-primary);
  text-decoration: underline
}

.bobo-goods-list .sidemenu>ul>li h5 span {
  position: absolute;
  top: calc(50% - 23px);
  right: 0;
  width: 46px;
  height: 46px;
  display: block;
  font-size: 32px;
}

.bobo-goods-list .sidemenu>ul>li ul {
  display: none;
  padding: 15px 0
}

.bobo-goods-list .sidemenu>ul>li ul li {
  line-height: 20px;
  padding: 5px 0
}

.bobo-goods-list .sidemenu>ul>li ul li:last-child {
  border-bottom: none
}

.bobo-goods-list .sidemenu>ul>li ul li a {
  font-size: 14px;
  display: block;
  color: #666;
  padding-left: 15px;
  text-transform: capitalize
}

.bobo-goods-list .sidemenu>ul>li ul li.active a,
.bobo-goods-list .sidemenu>ul>li ul li a:hover {
  color: var(--color-primary);
  background: url('./pics/i9-1.png') no-repeat left 6px
}

.bobo-goods-list .sidemenu>ul>li.active h5 a {
  color: var(--color-primary);
  border-bottom: 1px solid #ededed
}

.bobo-goods-list .sidemenu>ul>li.active span {
  background: url('./pics/i10-1.png') no-repeat center
}

.bobo-goods-list .main-right {
  margin: 0 0 0 370px
}

.bobo-goods-list .pro-tit {
  border-bottom: 1px solid #efefef;
  height: 54px;
  line-height: 54px;
  margin-bottom: 30px
}

.bobo-goods-list .pro-tit h2 {
  font-size: 17px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase
}

.bobo-goods-list .prolist ul {
  margin: 0 0 0 -2%;
  overflow: hidden;
}

.bobo-goods-list .prolist ul li {
  float: left;
  width: 31.333333%;
  position: relative;
  box-sizing: border-box;
  margin: 0 0 20px 2%;
  text-align: center
}

.bobo-goods-list .prolist ul li .pic {
  display: block;
  overflow: hidden;
  width: 100%
}

.bobo-goods-list .prolist ul li .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.bobo-goods-list .prolist ul li h6 {
  margin-top: 15px;
  padding: 0 10px;
  text-align: center
}

.bobo-goods-list .prolist ul li h6 a {
  color: #181818;
  font-size: 17px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  display: block
}

.bobo-goods-list .prolist ul li h6 a:hover {
  color: var(--color-primary);
  text-decoration: underline
}

.bobo-goods-list .prolist ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}

@media screen and (max-width: 1500px) {
  .bobo-goods-list .main-left {
    width: 300px
  }

  .bobo-goods-list .main-right {
    margin: 0 0 0 330px
  }
}

@media screen and (max-width: 1300px) {
  .bobo-goods-list .rtit h1 {
    font-size: 34px
  }
}

@media screen and (max-width: 768px) {
  .bobo-goods-list.main {
    padding-top: 25px;
    padding-bottom: 30px
  }

  .bobo-goods-list .rtit h1 {
    font-size: 30px;
    text-align: center
  }

  .bobo-goods-list .main-left {
    float: none;
    width: 100%
  }

  .bobo-goods-list .main-left h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px
  }

  .bobo-goods-list .main-left h3::after {
    display: block
  }

  .bobo-goods-list .sidemenu ul {
    display: none
  }

  .bobo-goods-list .sidemenu>ul>li h5 a {
    padding: 10px 50px 10px 0
  }

  .bobo-goods-list .sidemenu>ul>li h5 {
    font-size: 16px
  }

  .bobo-goods-list .main-right {
    margin: 20px 0 0
  }

  .bobo-goods-list .prolist ul li {
    width: 48%;
    margin: 0 0 15px 2%
  }

  .bobo-goods-list .prolist ul li h6 a {
    font-size: 16px;
    line-height: 22px;
    height: 44px
  }
}

@media screen and (max-width: 480px) {
  .bobo-goods-list .rtit h1 {
    font-size: 24px
  }

  .bobo-goods-list .prolist ul {
    margin: 0
  }

  .bobo-goods-list .prolist ul li {
    float: none;
    width: 100%;
    margin: 0 0 15px
  }

  .bobo-goods-list .prolist ul li h6 {
    padding: 0;
    height: auto
  }
}




#pagesize {
  margin: 40px 0 0;
  text-align: center;
  width: 100%;
}

#pagesize ul {
  font-size: 0;
  display: flex;
  justify-content: center;
}

#pagesize ul li {
  display: inline-block;
  vertical-align: top
}

#pagesize ul li a {
  line-height: 16px;
  padding: 8px 13px;
  margin: 0 2px;
  display: inline-block;
  border: 1px solid #bebebe;
  background: #fff;
  font-size: 14px;
  color: var(--color-primary);
}

#pagesize ul li a:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  box-shadow: 0 1px 0 0 #fff;
  color: #fff !important;
}

#pagesize ul li span {
  line-height: 16px;
  padding: 8px 13px;
  margin: 0 2px;
  display: inline-block;
  font-size: 14px
}

#pagesize ul li a.active {
  border: var(--color-primary) 1px solid;
  background: var(--color-primary);
  color: #fff
}

#pagesize ul li a.disabled {
  color: #fff;
  border: 1px solid #cecece;
  background: #cecece
}

@media screen and (max-width:768px) {
  #pagesize ul li a {
    padding: 4px 8px;
    font-size: 12px
  }

  #pagesize ul li span {
    padding: 4px 10px;
    font-size: 12px
  }

  #pagesize ul li:first-child a {
    margin-left: 0;
    padding: 4px;
  }

  #pagesize ul li:last-child a {
    margin-right: 0;
    padding: 4px;
  }
}


.qili-sidebanner {
  position: relative;
}

.qili-sidebanner img {
  width: 100%;
  min-height: 160px;
}

.qili-sidebanner .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.qili-sidebanner .txt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.qili-sidebanner .wp {
  position: relative;
  z-index: 2;
}

.qili-sidebanner h1,
.qili-sidebanner h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  font-family: var(--font-family);
  text-shadow: 2px 2px 4px #666;
}

.qili-sidebanner p {
  color: #fff;
  font-size: 15px;
  margin: 15px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 2px 2px 4px #666;
}

.qili-sidebanner p i {
  font-size: 15px;
  color: #fff;
}

.qili-sidebanner p a {
  color: #fff;
  text-shadow: 2px 2px 4px #666;
}


@media screen and (max-width: 768px) {
  .qili-sidebanner .txt {
    text-align: center;
  }

  .qili-sidebanner .txt h1,
  .qili-sidebanner .txt h2 {
    font-size: 30px
  }
}

@media screen and (max-width: 480px) {

  .qili-sidebanner .txt h1,
  .qili-sidebanner .txt h2 {
    font-size: 24px
  }
}


.bobo-news-list.main {
  padding-top: 80px;
  padding-bottom: 50px
}

.bobo-news-list .flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bobo-news-list .flex-wrap .news-left {
  flex: 1;
  margin-right: 27px;
  overflow: hidden;
}

.bobo-news-right {
  width: 290px;
  border-left: 1px solid #e7e7e7;
  padding-left: 27px;
  box-sizing: border-box
}

.bobo-news-right .side-search {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 35px;
  overflow: hidden;
}

.bobo-news-right .side-search .submit_text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 60px 0 20px;
  font-size: 14px;
  background: 0 0;
  box-sizing: border-box
}

.bobo-news-right .side-search .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  text-align: center;
  background: 0 0
}

.bobo-news-right .side-search .submit_btn i {
  font-size: 21px;
}

.bobo-news-right .side-news-list {
  margin: 0 0 30px
}

.bobo-news-right .side-news-list h4 {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: var(--title-text-color);
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9;
  line-height: 48px;
}

.bobo-news-right .side-news-list h4 img {
  margin-right: 12px;
}

.bobo-news-right .side-news-list ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #e1e1e1
}

.bobo-news-right .side-news-list ul li h5 {
  color: var(--title-text-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 25px
}

.bobo-news-right .side-news-list ul li h5 a:hover {
  color: var(--color-primary);
  text-decoration: underline
}

.bobo-news-right .side-news-list ul li p {
  font-size: 12px;
  text-align: right
}

.bobo-news-right .side-pro a {
  display: block
}

.bobo-news-right .side-pro .more {
  background: var(--color-primary);
  border-radius: var(--button-radius);
  color: var(--title-text-color);
  font-size: 13px;
  line-height: 37px;
  height: 37px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 12px;
}

.bobo-news-right .side-pro .more:hover {
  background: none;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.bobo-news-list .news-list-top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #f8f8f8
}

.bobo-news-list .news-list-top .txt {
  -webkit-flex: 1;
  flex: 1;
  box-sizing: border-box;
  padding: 0 45px
}

.bobo-news-list .news-list-top .txt h5 {
  color: var(--title-text-color);
  font-size: 20px;
  line-height: 2;
  font-weight: 700
}

.bobo-news-list .news-list-top .txt em {
  margin-top: 15px;
  font-size: 14px;
  display: block;
}

.bobo-news-list .news-list-top .txt em i {
  color: var(--color-primary);
}

.bobo-news-list .news-list-top .txt p {
  font-size: 16px;
  line-height: 2;
  margin: 25px 0 0
}

.bobo-news-list .news-list-top .txt .more {
  margin: 30px auto 0 0;
  width: 160px;
  height: 38px;
  line-height: 38px;
  display: block;
  text-align: center;
  color: var(--title-text-color);
  font-size: 14px;
  font-weight: 700;
  background: var(--color-primary)
}

.bobo-news-list .news-list-top .txt .more:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.bobo-news-list .news-list-top .pic {
  width: 47%;
  position: relative;
  overflow: hidden
}

.bobo-news-list .news-list-top .pic img {
  width: 100%;
  transition: all 0.3s ease 0s
}

.bobo-news-list .news-list-top .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}

.bobo-news-list .newslist ul li {
  overflow: hidden;
  margin: 60px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.bobo-news-list .newslist ul li .pic {
  width: 42.5%;
  overflow: hidden
}

.bobo-news-list .newslist ul li .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s
}

.bobo-news-list .newslist ul li .txt {
  -webkit-flex: 1;
  flex: 1;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-bottom: 2px solid #eee;
  margin-right: 50px
}

.bobo-news-list .newslist ul li .txt h5 {
  color: var(--title-text-color);
  font-size: 20px;
  line-height: 2;
  font-weight: 700
}

.bobo-news-list .newslist ul li .txt em {
  margin-top: 15px;
  font-size: 14px;
  display: block;
}

.bobo-news-list .newslist ul li .txt em i {
  color: var(--color-primary);
}

.bobo-news-list .newslist ul li .txt p {
  font-size: 16px;
  line-height: 2;
  margin: 25px 0 0
}

.bobo-news-list .newslist ul li .txt .more {
  margin: 30px auto 0 0;
  width: 160px;
  height: 38px;
  line-height: 38px;
  display: block;
  text-align: center;
  color: var(--title-text-color);
  font-size: 14px;
  font-weight: 700;
  background: var(--color-primary);
  border-radius: var(--button-radius);
}

.bobo-news-list .newslist ul li .txt .more:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.bobo-news-list .newslist ul li .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}


@media screen and (max-width: 1500px) {

  .bobo-news-list .news-list-top .txt h5,
  .bobo-news-list .newslist ul li .txt h5 {
    font-size: 18px;
    line-height: 1.6
  }

  .bobo-news-list .newslist ul li .txt p {
    line-height: 1.6;
    margin: 20px 0 0
  }

  .bobo-news-list .newslist ul li .txt .more {
    margin: 25px auto 0 0
  }
}

@media screen and (max-width: 1300px) {

  .bobo-news-list .news-list-top .txt h5,
  .bobo-news-list .newslist ul li .txt h5 {
    font-size: 17px;
    line-height: 1.5
  }

  .bobo-news-list .news-list-top .txt {
    padding: 0 30px
  }

  .bobo-news-list .news-list-top .txt p {
    margin: 15px 0 0;
    line-height: 24px;
    height: 48px;
    overflow: hidden
  }

  .bobo-news-list .news-list-top .txt .more {
    margin: 18px auto 0 0;
    width: 150px;
    height: 34px;
    line-height: 34px
  }

  .bobo-news-list .newslist ul li .txt p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 15px 0 0
  }
}


@media screen and (max-width: 768px) {
  .bobo-news-list.main {
    padding-top: 25px;
    padding-bottom: 30px
  }

  .bobo-news-right {
    width: 100%;
    border-left: none;
    padding: 20px 0 0
  }

  .bobo-news-right .side-pro {
    display: none
  }

  .bobo-news-list .news-list-top .txt {
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    padding: 0 25px
  }

  .bobo-news-list .news-list-top .txt h5 {
    font-size: 17px;
    line-height: 1.3
  }

  .bobo-news-list .news-list-top .txt em {
    margin-top: 12px;
    font-size: 13px;
    padding: 0 0 0 30px
  }

  .bobo-news-list .news-list-top .txt p {
    font-size: 15px;
    line-height: 1.2;
    margin: 15px 0 0
  }

  .bobo-news-list .news-list-top .txt .more {
    display: none
  }

  .bobo-news-list .news-list-top .pic {
    width: 47%
  }


  .bobo-news-list .newslist ul li {
    margin: 20px 0 0
  }

  .bobo-news-list .newslist ul li .pic {
    width: 42.5%
  }

  .bobo-news-list .newslist ul li .txt {
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-bottom: none;
    margin-right: 20px
  }

  .bobo-news-list .newslist ul li .txt h5 {
    font-size: 17px;
    line-height: 1.3
  }

  .bobo-news-list .newslist ul li .txt em {
    margin-top: 12px;
    font-size: 13px;
    padding: 0 0 0 30px
  }

  .bobo-news-list .newslist ul li .txt p {
    font-size: 15px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin: 15px 0 0
  }

  .bobo-news-list .newslist ul li .txt .more {
    display: none
  }
}

@media screen and (max-width: 600px) {
  .bobo-news-list .newslist ul li {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .bobo-news-list .newslist ul li .pic {
    width: 100%
  }

  .bobo-news-list .newslist ul li .txt {
    margin-top: 20px
  }

  .bobo-news-list .news-list-top {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .bobo-news-list .news-list-top .pic {
    width: 100%
  }

  .bobo-news-list .news-list-top .txt {
    padding: 15px 10px
  }
}





















@media(min-width: 990px) {
  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a {
    letter-spacing: 0;
    line-height: 68px;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
  }

  .sitewidget-navigation_style-20240320164150 {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 25px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px
  }

  .sitewidget-navigation_style-20240320164150 .navnew-item>.has-submenu>.sub-arrow {
    display: none
  }

  .sitewidget-navigation_style-20240320164150 .smsmart {
    box-shadow: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a:hover,
  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a.highlighted {
    background-color: #c35700
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a:hover,
  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a.highlighted {
    letter-spacing: 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a:hover,
  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a.highlighted {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a:active {
    background-color: #c35700
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a:active {
    letter-spacing: 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a:active {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item.on>a {
    background-color: #c35700
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item.on>a {
    letter-spacing: 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item.on>a {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px
  }

  .sitewidget-navigation_style-20240320164150 .navnew-item.on>.has-submenu>.sub-arrow {
    display: none
  }
}

@media(min-width: 990px) and (max-width:1219px) {
  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0
  }

  .sitewidget-navigation_style-20240320164150 {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a:hover,
  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a.highlighted {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a:hover,
  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a.highlighted {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a:active {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a:active {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item.on>a {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item.on>a {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px
  }
}

@media(min-width: 1px) and (max-width:989px) {
  .sitewidget-navigation_style-20240320164150 .smsmart {
    background-color: #0c6fb3
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a {
    letter-spacing: 0;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0
  }

  .sitewidget-navigation_style-20240320164150 .navnew-thumb-switch {
    margin-top: 0;
    margin-bottom: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a:active,
  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a.highlighted {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a:active,
  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item>a.highlighted {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item.on>a {
    letter-spacing: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 0;
    font-style: 0;
    text-decoration: underline
  }

  .sitewidget-navigation_style-20240320164150 .smsmart>.navnew-item.on>a {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }
}

@media(min-width: 990px) {
  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1 {
    background: url('/cloud/lqBpoKpqliSRrlirqjnijo/daohang01.jpg') repeat-y left center;
    background-size: cover
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a {
    letter-spacing: 0;
    line-height: 38px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1 {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a:hover,
  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a.highlighted {
    background-color: #c35700
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a:hover,
  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a.highlighted {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a:hover,
  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a.highlighted {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a:active {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a:active {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item.on>a {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item.on>a {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px
  }
}

@media(min-width: 990px) {
  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2 {
    background: url('/cloud/lqBpoKpqliSRrlirqjnijo/daohang01.jpg') repeat-y left center;
    background-size: contain;
    background-color: #100a06
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a {
    letter-spacing: 0;
    line-height: 38px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2 {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a:hover {
    background-color: #c35700
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a:hover {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a:hover {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a:active {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a:active {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item.on>a {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item.on>a {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px
  }
}

@media(min-width: 990px) and (max-width:1219px) {
  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 20px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a:active {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a:active {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }
}

@media(min-width: 990px) and (max-width:1219px) {
  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a:hover {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a:hover {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item.on>a {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item.on>a {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }
}

@media(min-width: 1px) and (max-width:989px) {
  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1 {
    background-color: #107ac3
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a {
    letter-spacing: 0;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 40px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a:active,
  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a.highlighted {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a:active,
  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item>a.highlighted {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item.on>a {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 0;
    font-style: 0;
    text-decoration: underline
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub1-item.on>a {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }
}

@media(min-width: 1px) and (max-width:989px) {
  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2 {
    background: repeat center center;
    background-size: initial;
    background-color: #1487d6
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a {
    letter-spacing: 0;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 60px
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a:active {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 0;
    font-style: 0;
    text-decoration: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a:active {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item.on>a,
  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a.highlighted {
    background: repeat center center;
    background-size: initial
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item.on>a,
  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a.highlighted {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 0;
    font-style: 0;
    text-decoration: underline
  }

  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item.on>a,
  .sitewidget-navigation_style-20240320164150 .smsmart .navnew-sub2-item>a.highlighted {
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }
}

@media(min-width: 990px) and (max-width:1219px) {
  .sitewidget-placeHolder-20230728001241 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(min-width: 768px) and (max-width:990px) {
  .sitewidget-placeHolder-20230728001241 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(min-width: 421px) and (max-width:767px) {
  .sitewidget-placeHolder-20230728001241 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(max-width: 420px) {
  .sitewidget-placeHolder-20230728001241 {
    height: 50px !important;
    overflow: hidden
  }
}

@media(max-width: 420px) {
  .sitewidget-placeHolder-20250219104401 {
    height: 40px !important;
    overflow: hidden
  }
}

@media(min-width: 990px) and (max-width:1219px) {
  .sitewidget-placeHolder-20240323213220 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(min-width: 768px) and (max-width:990px) {
  .sitewidget-placeHolder-20240323213220 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(min-width: 421px) and (max-width:767px) {
  .sitewidget-placeHolder-20240323213220 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(max-width: 420px) {
  .sitewidget-placeHolder-20240323213220 {
    height: 26px !important;
    overflow: hidden
  }
}

@media(min-width: 990px) and (max-width:1219px) {
  .sitewidget-placeHolder-20240322095102 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(min-width: 768px) and (max-width:990px) {
  .sitewidget-placeHolder-20240322095102 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(min-width: 421px) and (max-width:767px) {
  .sitewidget-placeHolder-20240322095102 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(max-width: 420px) {
  .sitewidget-placeHolder-20240322095102 {
    height: 15px !important;
    overflow: hidden
  }
}

@media(min-width: 990px) and (max-width:1219px) {
  .sitewidget-placeHolder-20240322100807 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(min-width: 768px) and (max-width:990px) {
  .sitewidget-placeHolder-20240322100807 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(min-width: 421px) and (max-width:767px) {
  .sitewidget-placeHolder-20240322100807 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(max-width: 420px) {
  .sitewidget-placeHolder-20240322100807 {
    height: 30px !important;
    overflow: hidden
  }
}

@media(min-width: 990px) and (max-width:1219px) {
  .sitewidget-placeHolder-20240322101453 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(min-width: 768px) and (max-width:990px) {
  .sitewidget-placeHolder-20240322101453 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(min-width: 421px) and (max-width:767px) {
  .sitewidget-placeHolder-20240322101453 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(max-width: 420px) {
  .sitewidget-placeHolder-20240322101453 {
    height: 30px !important;
    overflow: hidden
  }
}

@media(min-width: 990px) and (max-width:1219px) {
  .sitewidget-placeHolder-20240322100431 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(min-width: 768px) and (max-width:990px) {
  .sitewidget-placeHolder-20240322100431 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(min-width: 421px) and (max-width:767px) {
  .sitewidget-placeHolder-20240322100431 {
    height: 10px !important;
    overflow: hidden
  }
}

@media(max-width: 420px) {
  .sitewidget-placeHolder-20240322100431 {
    height: 30px !important;
    overflow: hidden
  }
}

.bgColorS0 {
  background-color: #fa7000
}

.fontColorS0 {
  color: #fa7000
}

.borderColorS0 {
  border-color: #fa7000
}

.bgColorS0hover:hover,
{
background-color: #fa7000
}

.fontColorS0hover:hover {
  color: #fa7000
}

.borderColorS0hover:hover {
  border-color: #fa7000
}

.gbBgColor0,
a.gbBgColor0,
.paging.gbColorpage0 li.active>span {
  background-color: #fa7000 !important
}

.gbColor0,
a.gbColor0 {
  color: #fa7000 !important
}

.gbBdColor0,
a.gbBdColor0 {
  border-color: #fa7000 !important
}

.gbBgColor0hover:hover,
a.gbBgColor0hover:hover {
  background-color: #fa7000 !important
}

.gbColor0hover:hover,
a.gbColor0hover:hover {
  color: #fa7000 !important
}

.gbBdColor0hover:hover,
a.gbBdColor0hover:hover {
  border-color: #fa7000 !important
}

.paging.gbColorpage0 li.active>span,
.pagination.gbColorpage0 li.active>span {
  background-color: #fa7000 !important
}

.paging.gbColorpage0 li.active>span,
.pagination.gbColorpage0 li.active>span {
  border-color: #fa7000 !important
}

.paging.gbColorpage0 li>a:hover,
.pagination.gbColorpage0 li>a:hover,
.paging.gbColorpage0 li>span,
.pagination.gbColorpage0 li>span {
  color: #fa7000 !important
}

.paging.gbColorpage0 li.active>span,
.pagination.gbColorpage0 li.active>span {
  color: #fff !important
}

.paging.gbColorpage0 li>a:hover,
.pagination.gbColorpage0 li>a:hover,
.paging.gbColorpage0 li>span:hover,
.pagination.gbColorpage0 li>span:hover {
  border-color: #fa7000 !important
}

div[class^='sitewidget-'] .pagination.gbColorpage0>li:hover+li>a {
  border-left-color: #fa7000 !important
}

.gbBgColor0After:after {
  background-color: #fa7000 !important
}

.bgColorS1 {
  background-color: #ff9c4c
}

.fontColorS1 {
  color: #ff9c4c
}

.borderColorS1 {
  border-color: #ff9c4c
}

.bgColorS1hover:hover,
{
background-color: #ff9c4c
}

.fontColorS1hover:hover {
  color: #ff9c4c
}

.borderColorS1hover:hover {
  border-color: #ff9c4c
}

.gbBgColor1,
a.gbBgColor1,
.paging.gbColorpage1 li.active>span {
  background-color: #ff9c4c !important
}

.gbColor1,
a.gbColor1 {
  color: #ff9c4c !important
}

.gbBdColor1,
a.gbBdColor1 {
  border-color: #ff9c4c !important
}

.gbBgColor1hover:hover,
a.gbBgColor1hover:hover {
  background-color: #ff9c4c !important
}

.gbColor1hover:hover,
a.gbColor1hover:hover {
  color: #ff9c4c !important
}

.gbBdColor1hover:hover,
a.gbBdColor1hover:hover {
  border-color: #ff9c4c !important
}

.paging.gbColorpage1 li.active>span,
.pagination.gbColorpage1 li.active>span {
  background-color: #ff9c4c !important
}

.paging.gbColorpage1 li.active>span,
.pagination.gbColorpage1 li.active>span {
  border-color: #ff9c4c !important
}

.paging.gbColorpage1 li>a:hover,
.pagination.gbColorpage1 li>a:hover,
.paging.gbColorpage1 li>span,
.pagination.gbColorpage1 li>span {
  color: #ff9c4c !important
}

.paging.gbColorpage1 li.active>span,
.pagination.gbColorpage1 li.active>span {
  color: #fff !important
}

.paging.gbColorpage1 li>a:hover,
.pagination.gbColorpage1 li>a:hover,
.paging.gbColorpage1 li>span:hover,
.pagination.gbColorpage1 li>span:hover {
  border-color: #ff9c4c !important
}

div[class^='sitewidget-'] .pagination.gbColorpage1>li:hover+li>a {
  border-left-color: #ff9c4c !important
}

.gbBgColor1After:after {
  background-color: #ff9c4c !important
}

.backstage-stwidgets-settingwrap,
.siteblocks-container :not(.edit-normal) {
  font-family: Poppins
}

.sitewidget-hd>h1,
.sitewidget-hd>h2,
.sitewidget-hd>h3,
.sitewidget-hd>h4,
.sitewidget-hd>h5,
.sitewidget-hd>h6 {
  font-family: Teko;
  font-size: 36px;
  color: #333;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: center
}

.sitewidget-hd>h1:hover {
  font-weight: 600
}

.sitewidget-hd>h2:hover {
  font-weight: 600
}

.sitewidget-hd>h3:hover {
  font-weight: 600
}

.sitewidget-hd>h4:hover {
  font-weight: 600
}

.sitewidget-hd>h5:hover {
  font-weight: 600
}

.sitewidget-hd>h6:hover {
  font-weight: 600
}

@media(min-width: 1439px) and (max-width:1920px) {

  .sitewidget-hd>h1,
  .sitewidget-hd>h2,
  .sitewidget-hd>h3,
  .sitewidget-hd>h4,
  .sitewidget-hd>h5,
  .sitewidget-hd>h6 {
    font-size: 52px;
    line-height: 1.2em;
    text-align: center
  }
}

@media(min-width: 1279px) and (max-width:1440px) {

  .sitewidget-hd>h1,
  .sitewidget-hd>h2,
  .sitewidget-hd>h3,
  .sitewidget-hd>h4,
  .sitewidget-hd>h5,
  .sitewidget-hd>h6 {
    font-size: 42px;
    line-height: 1.2em;
    text-align: center
  }
}

@media(min-width: 1023px) and (max-width:1280px) {

  .sitewidget-hd>h1,
  .sitewidget-hd>h2,
  .sitewidget-hd>h3,
  .sitewidget-hd>h4,
  .sitewidget-hd>h5,
  .sitewidget-hd>h6 {
    font-size: 38px;
    line-height: 1.2em;
    text-align: center
  }
}

@media(min-width: 768px) and (max-width:1024px) {

  .sitewidget-hd>h1,
  .sitewidget-hd>h2,
  .sitewidget-hd>h3,
  .sitewidget-hd>h4,
  .sitewidget-hd>h5,
  .sitewidget-hd>h6 {
    font-size: 38px;
    line-height: 1.2em;
    text-align: center
  }
}

@media(min-width: 428px) and (max-width:768px) {

  .sitewidget-hd>h1,
  .sitewidget-hd>h2,
  .sitewidget-hd>h3,
  .sitewidget-hd>h4,
  .sitewidget-hd>h5,
  .sitewidget-hd>h6 {
    font-size: 38px;
    line-height: 1.2em;
    text-align: center
  }
}

@media(min-width: 1px) and (max-width:428px) {

  .sitewidget-hd>h1,
  .sitewidget-hd>h2,
  .sitewidget-hd>h3,
  .sitewidget-hd>h4,
  .sitewidget-hd>h5,
  .sitewidget-hd>h6 {
    font-size: 24px;
    line-height: 1.1em;
    text-align: center
  }
}

.sitewidget-bd {
  font-family: Poppins;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: left
}

.sitewidget-bd:hover {
  font-weight: 400
}

@media(min-width: 1439px) and (max-width:1920px) {
  .sitewidget-bd {
    font-size: 18px;
    line-height: 1.6em;
    text-align: left
  }
}

@media(min-width: 1279px) and (max-width:1440px) {
  .sitewidget-bd {
    font-size: 18px;
    line-height: 1.6em;
    text-align: left
  }
}

@media(min-width: 1023px) and (max-width:1280px) {
  .sitewidget-bd {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left
  }
}

@media(min-width: 768px) and (max-width:1024px) {
  .sitewidget-bd {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left
  }
}

@media(min-width: 428px) and (max-width:768px) {
  .sitewidget-bd {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left
  }
}

@media(min-width: 1px) and (max-width:428px) {
  .sitewidget-bd {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left
  }
}

div[class^='sitewidget-navigation'] .sitewidget-main-nav {
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center
}

div[class^='sitewidget-navigation'] .sitewidget-main-nav:hover {
  font-weight: 0
}

div[class^='sitewidget-navigation'] .sitewidget-sub-nav {
  font-family: Arial;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2.5em;
  text-align: left
}

div[class^='sitewidget-navigation'] .sitewidget-sub-nav:hover {
  font-weight: 0
}

div[class^='sitewidget-'] a {
  font-family: Poppins;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: left
}

div[class^='sitewidget-'] a:hover {
  color: #fa7000;
  font-weight: 400
}

body,
.backstage-frontendpreview {
  background-position: top center;
  background-repeat: repeat;
  background-attachment: scroll
}

.sitewidget-hd {
  background-position: left top;
  background-repeat: repeat;
  background-attachment: scroll
}

.sitewidget-bd {
  background-position: left top;
  background-repeat: repeat;
  background-attachment: scroll
}

#outerContainer_1422329159139 {
  background-color: #0e3259;
  background-position: left top;
  background-repeat: repeat;
  background-attachment: scroll
}

#outerContainer_1435286627919 {
  background: repeat scroll left top;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

#outerContainer_1435286627919>.container {
  background: repeat scroll left top rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

#outerContainer_1435286627919 #column_1435286587299 {
  background: repeat scroll left top
}

#outerContainer_1422936735980 {
  background: repeat scroll left top;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

#outerContainer_1422936735980>.container {
  background: repeat scroll left top;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

#outerContainer_1422936735980 #column_1422936715188 {
  background: repeat scroll left top
}

#outerContainer_1420004050574 {
  background-color: #1a3d55;
  background-position: left top;
  background-repeat: repeat;
  background-attachment: scroll
}

#outerContainer_1420004050571 {
  background-color: #fff;
  background-position: left top;
  background-repeat: repeat;
  background-attachment: scroll
}

#outerContainer_1420004070455 {
  background-color: #1a3d55;
  background-position: left top;
  background-repeat: repeat;
  background-attachment: scroll
}

#outerContainer_1690210836736 {
  background-color: #fff;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0
}

@media(min-width: 1px) and (max-width:767px) {
  #outerContainer_1690210836736 {
    background-color: #fff
  }
}

#outerContainer_1690210836736>.container {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

@media(min-width: 1px) and (max-width:767px) {}

.frontend-body-canvas #outerContainer_1690210836736 [data-type='columns'] {
  padding-top: 0;
  padding-bottom: 0
}

.frontend-body-canvas #outerContainer_1690210836736 [data-type='columns']>div {
  margin-left: 0;
  margin-right: 0
}

#outerContainer_1690211955102 {
  background-color: #fa7000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0
}

@media(min-width: 1px) and (max-width:767px) {
  #outerContainer_1690211955102 {
    background-color: #fa7000
  }
}

#outerContainer_1690211955102>.container {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

@media(min-width: 1px) and (max-width:767px) {}

#outerContainer_1690212027199 {
  background: url('/cloud/jiBpkKqmjmSRrkoqnnqmjm/line.png') repeat-y scroll right center;
  background-size: initial;
  background-color: #fa7000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0
}

@media(min-width: 1px) and (max-width:767px) {
  #outerContainer_1690212027199 {
    background: url('/cloud/jiBpkKqmjmSRrkoqnnqmjm/line.png') repeat-y scroll right center;
    background-size: initial;
    background-color: #fa7000
  }
}

#outerContainer_1690212027199>.container {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

@media(min-width: 1px) and (max-width:767px) {}

#outerContainer_1690212027199 #column_1690212003926 {
  background: url('/cloud/jmBpkKqmjmSRrkpnkkknjq/bj2.png') no-repeat scroll left top;
  background-size: contain;
  background-color: #100a06
}

#outerContainer_1690212027199 #column_1690212072846 {
  background-color: #100a06
}

#outerContainer_1690212027199 #column_1690212090735 {
  background-color: #100a06
}

#outerContainer_1690211797259 {
  background-color: #fff;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0
}

@media(min-width: 1px) and (max-width:767px) {
  #outerContainer_1690211797259 {
    background-color: #fff
  }
}

#outerContainer_1690211797259>.container {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

@media(min-width: 1px) and (max-width:767px) {}

#outerContainer_1690211688295 {
  background-color: #fff;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0
}

@media(min-width: 1px) and (max-width:767px) {
  #outerContainer_1690211688295 {
    background-color: #fff
  }
}

#outerContainer_1690211688295>.container {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

@media(min-width: 1px) and (max-width:767px) {}

#outerContainer_1690212001371 {
  background-color: #fff;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0
}

@media(min-width: 1px) and (max-width:767px) {
  #outerContainer_1690212001371 {
    background-color: #fff
  }
}

#outerContainer_1690212001371>.container {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

@media(min-width: 1px) and (max-width:767px) {}

#outerContainer_1711072263235 {
  background-color: #1b1b1c;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0
}

@media(min-width: 1px) and (max-width:767px) {
  #outerContainer_1711072263235 {
    background-color: #1b1b1c
  }
}

#outerContainer_1711072263235>.container,
#outerContainer_1711072263235 div[class^="fp"]>.container {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

@media(min-width: 1px) and (max-width:767px) {}

#outerContainer_1710924059990 {
  background-color: #fa7000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 5px 5px 0 rgba(145, 50, 44, 0.1)
}

@media(min-width: 1px) and (max-width:767px) {
  #outerContainer_1710924059990 {
    background-color: #fa7000
  }
}

#outerContainer_1710924059990>.container,
#outerContainer_1710924059990 div[class^="fp"]>.container {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

@media(min-width: 1px) and (max-width:767px) {}

.frontend-body-canvas #outerContainer_1710924059990 [data-type='columns'] {
  padding-top: 0;
  padding-bottom: 0
}

#outerContainer_1739434248076 {
  background-color: #1b1b1c;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0
}

@media(min-width: 1px) and (max-width:767px) {
  #outerContainer_1739434248076 {
    background-color: #1b1b1c
  }
}

#outerContainer_1739434248076>.container,
#outerContainer_1739434248076 div[class^="fp"]>.container {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

@media(min-width: 1px) and (max-width:767px) {}

#outerContainer_1739437312909 {
  background-color: #fa7000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0
}

@media(min-width: 1px) and (max-width:767px) {
  #outerContainer_1739437312909 {
    background-color: #fa7000
  }
}

#outerContainer_1739437312909>.container,
#outerContainer_1739437312909 div[class^="fp"]>.container {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

@media(min-width: 1px) and (max-width:767px) {}

.frontend-body-canvas #outerContainer_1739437312909 [data-type='columns'] {
  padding-top: 0;
  padding-bottom: 0
}

#outerContainer_1422263595089 {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url('/cloud/jmBnkKRijSqromr/banner-sub.jpg')
}

#outerContainer_1417067545115 {
  background-color: #3b3b3b;
  background-position: left top;
  background-repeat: repeat;
  background-attachment: scroll
}

#outerContainer_1425366912923 {
  background: url('/cloud/jpBpkKqmjmSRrkkqipnjjq/1.jpg') no-repeat scroll center center;
  background-size: cover;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0
}

@media(min-width: 1px) and (max-width:767px) {
  #outerContainer_1425366912923 {
    background: url('/cloud/jpBpkKqmjmSRrkkqipnjjq/1.jpg') no-repeat scroll center center;
    background-size: cover
  }
}

#outerContainer_1425366912923>.container {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

@media(min-width: 1px) and (max-width:767px) {}

#outerContainer_1711200751304 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0
}

@media(min-width: 1px) and (max-width:767px) {}

#outerContainer_1711200751304>.container {
  border-left: 8px solid rgba(238, 238, 238, 0.6);
  border-right: 8px solid rgba(238, 238, 238, 0.6);
  border-top: 8px solid rgba(238, 238, 238, 0.6);
  border-bottom: 8px solid rgba(238, 238, 238, 0.6);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

@media(min-width: 1px) and (max-width:767px) {}

#outerContainer_1739895703374 {
  background: url('/cloud/lmBpoKpqliSRrlorrjlojo/banner05.jpg') no-repeat scroll center center;
  background-size: cover;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0
}

@media(min-width: 1px) and (max-width:767px) {
  #outerContainer_1739895703374 {
    background: url('/cloud/lmBpoKpqliSRrlorrjlojo/banner05.jpg') no-repeat scroll center center;
    background-size: cover
  }
}

#outerContainer_1739895703374>.container,
#outerContainer_1739895703374 div[class^="fp"]>.container {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

@media(min-width: 1px) and (max-width:767px) {}

.sitewidget-placeHolder-20250213224040 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0
}

.sitewidget-placeHolder-20250213224040 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-text-20250213161018 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0
}

.sitewidget-text-20250213161018 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-text-20250213161018 .sitewidget-bd {
  font-size: 16px;
  color: #fff;
  font-weight: 400
}

.sitewidget-text-20250213161018 .sitewidget-bd:hover {
  font-weight: 400
}

.sitewidget-text-20250213161018 .sitewidget-bd *,
.sitewidget-text-20250213161018 .sitewidget-bd {
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: center
}

.sitewidget-text-20250213161018 .sitewidget-bd a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: center
}

.sitewidget-text-20250213161018 .sitewidget-bd a:hover {
  font-weight: 400;
  font-style: normal;
  text-decoration: none
}

.sitewidget-form-20240325091255 {
  border-left: 0 solid #ddd;
  border-right: 0 solid #ddd;
  border-top: 0 solid #ddd;
  border-bottom: 0 solid #ddd;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0
}

.sitewidget-form-20240325091255 .sitewidget-hd {
  display: block;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0
}

.sitewidget-form-20240325091255 .sitewidget-hd>h1,
.sitewidget-form-20240325091255 .sitewidget-hd>h2,
.sitewidget-form-20240325091255 .sitewidget-hd>h3,
.sitewidget-form-20240325091255 .sitewidget-hd>h4,
.sitewidget-form-20240325091255 .sitewidget-hd>h5,
.sitewidget-form-20240325091255 .sitewidget-hd>h6 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: left
}

.sitewidget-form-20240325091255 .sitewidget-hd>h1:hover,
.sitewidget-form-20240325091255 .sitewidget-hd>h2:hover,
.sitewidget-form-20240325091255 .sitewidget-hd>h3:hover,
.sitewidget-form-20240325091255 .sitewidget-hd>h4:hover,
.sitewidget-form-20240325091255 .sitewidget-hd>h5:hover,
.sitewidget-form-20240325091255 .sitewidget-hd>h6:hover {
  font-weight: 400
}

.sitewidget-form-20240325091255 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-form-20240325091255 .sitewidget-bd {
  font-size: 16px;
  color: #aaa;
  font-weight: 400
}

.sitewidget-form-20240325091255 .sitewidget-bd:hover {
  font-weight: 400
}

.sitewidget-form-20240325091255 .sitewidget-bd *,
.sitewidget-form-20240325091255 .sitewidget-bd {
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: left
}

.sitewidget-logo-20240320164058 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0
}

.sitewidget-logo-20240320164058 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-langBar-20240320164601 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0
}

.sitewidget-langBar-20240320164601 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-graphicNew-20250213234628 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0
}

.sitewidget-graphicNew-20250213234628 .sitewidget-hd {
  display: block;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0
}

.sitewidget-graphicNew-20250213234628 .sitewidget-hd>h1,
.sitewidget-graphicNew-20250213234628 .sitewidget-hd>h2,
.sitewidget-graphicNew-20250213234628 .sitewidget-hd>h3,
.sitewidget-graphicNew-20250213234628 .sitewidget-hd>h4,
.sitewidget-graphicNew-20250213234628 .sitewidget-hd>h5,
.sitewidget-graphicNew-20250213234628 .sitewidget-hd>h6 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: left
}

.sitewidget-graphicNew-20250213234628 .sitewidget-hd>h1:hover,
.sitewidget-graphicNew-20250213234628 .sitewidget-hd>h2:hover,
.sitewidget-graphicNew-20250213234628 .sitewidget-hd>h3:hover,
.sitewidget-graphicNew-20250213234628 .sitewidget-hd>h4:hover,
.sitewidget-graphicNew-20250213234628 .sitewidget-hd>h5:hover,
.sitewidget-graphicNew-20250213234628 .sitewidget-hd>h6:hover {
  font-weight: 400
}

.sitewidget-graphicNew-20250213234628 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-graphicNew-20250213234628 .sitewidget-bd {
  font-size: 16px;
  color: #fff;
  font-weight: 400
}

.sitewidget-graphicNew-20250213234628 .sitewidget-bd:hover {
  font-weight: 400
}

.sitewidget-graphicNew-20250213234628 .sitewidget-bd *,
.sitewidget-graphicNew-20250213234628 .sitewidget-bd {
  letter-spacing: 0;
  line-height: 2em;
  text-align: left
}

.sitewidget-text-20240322101108 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0
}

.sitewidget-text-20240322101108 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-text-20240322101108 .sitewidget-bd {
  font-size: 16px;
  color: #ccc;
  font-weight: 400
}

.sitewidget-text-20240322101108 .sitewidget-bd:hover {
  font-weight: 400
}

.sitewidget-text-20240322101108 .sitewidget-bd *,
.sitewidget-text-20240322101108 .sitewidget-bd {
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: center
}

.sitewidget-text-20240322101108 .sitewidget-bd a {
  font-size: 16px;
  color: #ccc;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: center
}

.sitewidget-text-20240322101108 .sitewidget-bd a:hover {
  font-weight: 400;
  font-style: normal;
  text-decoration: none
}

.sitewidget-graphicNew-20250219002506 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0
}

.sitewidget-graphicNew-20250219002506 .sitewidget-hd {
  display: block;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-graphicNew-20250219002506 .sitewidget-hd>h1,
.sitewidget-graphicNew-20250219002506 .sitewidget-hd>h2,
.sitewidget-graphicNew-20250219002506 .sitewidget-hd>h3,
.sitewidget-graphicNew-20250219002506 .sitewidget-hd>h4,
.sitewidget-graphicNew-20250219002506 .sitewidget-hd>h5,
.sitewidget-graphicNew-20250219002506 .sitewidget-hd>h6 {
  font-size: 36px;
  color: #fa7000;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: left
}

.sitewidget-graphicNew-20250219002506 .sitewidget-hd>h1:hover,
.sitewidget-graphicNew-20250219002506 .sitewidget-hd>h2:hover,
.sitewidget-graphicNew-20250219002506 .sitewidget-hd>h3:hover,
.sitewidget-graphicNew-20250219002506 .sitewidget-hd>h4:hover,
.sitewidget-graphicNew-20250219002506 .sitewidget-hd>h5:hover,
.sitewidget-graphicNew-20250219002506 .sitewidget-hd>h6:hover {
  font-weight: 400
}

.sitewidget-graphicNew-20250219002506 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-graphicNew-20250219002506 .sitewidget-bd {
  font-size: 16px;
  color: #333;
  font-weight: 400
}

.sitewidget-graphicNew-20250219002506 .sitewidget-bd:hover {
  font-weight: 400
}

.sitewidget-graphicNew-20250219002506 .sitewidget-bd *,
.sitewidget-graphicNew-20250219002506 .sitewidget-bd {
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: left
}

.sitewidget-quickNav-20250213234001 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0
}

.sitewidget-quickNav-20250213234001 .sitewidget-hd {
  display: block;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0
}

.sitewidget-quickNav-20250213234001 .sitewidget-hd>h1,
.sitewidget-quickNav-20250213234001 .sitewidget-hd>h2,
.sitewidget-quickNav-20250213234001 .sitewidget-hd>h3,
.sitewidget-quickNav-20250213234001 .sitewidget-hd>h4,
.sitewidget-quickNav-20250213234001 .sitewidget-hd>h5,
.sitewidget-quickNav-20250213234001 .sitewidget-hd>h6 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: left
}

.sitewidget-quickNav-20250213234001 .sitewidget-hd>h1:hover,
.sitewidget-quickNav-20250213234001 .sitewidget-hd>h2:hover,
.sitewidget-quickNav-20250213234001 .sitewidget-hd>h3:hover,
.sitewidget-quickNav-20250213234001 .sitewidget-hd>h4:hover,
.sitewidget-quickNav-20250213234001 .sitewidget-hd>h5:hover,
.sitewidget-quickNav-20250213234001 .sitewidget-hd>h6:hover {
  font-weight: 400
}

.sitewidget-quickNav-20250213234001 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-quickNav-20250213234001 .sitewidget-bd a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2em;
  text-align: left
}

.sitewidget-quickNav-20250213234001 .sitewidget-bd a:hover {
  font-weight: 400;
  font-style: normal;
  text-decoration: none
}

.sitewidget-graphicNew-20250219002353 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0
}

.sitewidget-graphicNew-20250219002353 .sitewidget-hd {
  display: block;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-graphicNew-20250219002353 .sitewidget-hd>h1,
.sitewidget-graphicNew-20250219002353 .sitewidget-hd>h2,
.sitewidget-graphicNew-20250219002353 .sitewidget-hd>h3,
.sitewidget-graphicNew-20250219002353 .sitewidget-hd>h4,
.sitewidget-graphicNew-20250219002353 .sitewidget-hd>h5,
.sitewidget-graphicNew-20250219002353 .sitewidget-hd>h6 {
  font-size: 36px;
  color: #fa7000;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: left
}

.sitewidget-graphicNew-20250219002353 .sitewidget-hd>h1:hover,
.sitewidget-graphicNew-20250219002353 .sitewidget-hd>h2:hover,
.sitewidget-graphicNew-20250219002353 .sitewidget-hd>h3:hover,
.sitewidget-graphicNew-20250219002353 .sitewidget-hd>h4:hover,
.sitewidget-graphicNew-20250219002353 .sitewidget-hd>h5:hover,
.sitewidget-graphicNew-20250219002353 .sitewidget-hd>h6:hover {
  font-weight: 400
}

.sitewidget-graphicNew-20250219002353 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-graphicNew-20250219002353 .sitewidget-bd {
  font-size: 16px;
  color: #333;
  font-weight: 400
}

.sitewidget-graphicNew-20250219002353 .sitewidget-bd:hover {
  font-weight: 400
}

.sitewidget-graphicNew-20250219002353 .sitewidget-bd *,
.sitewidget-graphicNew-20250219002353 .sitewidget-bd {
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: left
}

.sitewidget-graphicNew-20250219003014 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0
}

.sitewidget-graphicNew-20250219003014 .sitewidget-hd {
  display: block;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-graphicNew-20250219003014 .sitewidget-hd>h1,
.sitewidget-graphicNew-20250219003014 .sitewidget-hd>h2,
.sitewidget-graphicNew-20250219003014 .sitewidget-hd>h3,
.sitewidget-graphicNew-20250219003014 .sitewidget-hd>h4,
.sitewidget-graphicNew-20250219003014 .sitewidget-hd>h5,
.sitewidget-graphicNew-20250219003014 .sitewidget-hd>h6 {
  font-size: 36px;
  color: #fa7000;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: left
}

.sitewidget-graphicNew-20250219003014 .sitewidget-hd>h1:hover,
.sitewidget-graphicNew-20250219003014 .sitewidget-hd>h2:hover,
.sitewidget-graphicNew-20250219003014 .sitewidget-hd>h3:hover,
.sitewidget-graphicNew-20250219003014 .sitewidget-hd>h4:hover,
.sitewidget-graphicNew-20250219003014 .sitewidget-hd>h5:hover,
.sitewidget-graphicNew-20250219003014 .sitewidget-hd>h6:hover {
  font-weight: 400
}

.sitewidget-graphicNew-20250219003014 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-graphicNew-20250219003014 .sitewidget-bd {
  font-size: 16px;
  color: #333;
  font-weight: 400
}

.sitewidget-graphicNew-20250219003014 .sitewidget-bd:hover {
  font-weight: 400
}

.sitewidget-graphicNew-20250219003014 .sitewidget-bd *,
.sitewidget-graphicNew-20250219003014 .sitewidget-bd {
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: left
}

.sitewidget-prodSearchNew-20250213223416 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0
}

.sitewidget-prodSearchNew-20250213223416 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-graphicNew-20250227143602 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0
}

.sitewidget-graphicNew-20250227143602 .sitewidget-hd {
  display: block;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-graphicNew-20250227143602 .sitewidget-hd>h1,
.sitewidget-graphicNew-20250227143602 .sitewidget-hd>h2,
.sitewidget-graphicNew-20250227143602 .sitewidget-hd>h3,
.sitewidget-graphicNew-20250227143602 .sitewidget-hd>h4,
.sitewidget-graphicNew-20250227143602 .sitewidget-hd>h5,
.sitewidget-graphicNew-20250227143602 .sitewidget-hd>h6 {
  font-size: 36px;
  color: #fa7000;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: left
}

.sitewidget-graphicNew-20250227143602 .sitewidget-hd>h1:hover,
.sitewidget-graphicNew-20250227143602 .sitewidget-hd>h2:hover,
.sitewidget-graphicNew-20250227143602 .sitewidget-hd>h3:hover,
.sitewidget-graphicNew-20250227143602 .sitewidget-hd>h4:hover,
.sitewidget-graphicNew-20250227143602 .sitewidget-hd>h5:hover,
.sitewidget-graphicNew-20250227143602 .sitewidget-hd>h6:hover {
  font-weight: 400
}

.sitewidget-graphicNew-20250227143602 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-graphicNew-20250227143602 .sitewidget-bd {
  font-size: 16px;
  color: #333;
  font-weight: 400
}

.sitewidget-graphicNew-20250227143602 .sitewidget-bd:hover {
  font-weight: 400
}

.sitewidget-graphicNew-20250227143602 .sitewidget-bd *,
.sitewidget-graphicNew-20250227143602 .sitewidget-bd {
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: left
}

.sitewidget-form-20240323213230 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  box-shadow: 0
}

.sitewidget-form-20240323213230 .sitewidget-hd {
  display: block;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0
}

.sitewidget-form-20240323213230 .sitewidget-hd>h1,
.sitewidget-form-20240323213230 .sitewidget-hd>h2,
.sitewidget-form-20240323213230 .sitewidget-hd>h3,
.sitewidget-form-20240323213230 .sitewidget-hd>h4,
.sitewidget-form-20240323213230 .sitewidget-hd>h5,
.sitewidget-form-20240323213230 .sitewidget-hd>h6 {
  font-size: 52px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: left
}

@media(min-width: 428px) and (max-width:768px) {
  .sitewidget-form-20240323213230 .sitewidget-hd>h1 {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left
  }
}

@media(min-width: 1px) and (max-width:428px) {
  .sitewidget-form-20240323213230 .sitewidget-hd>h1 {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left
  }
}

@media(min-width: 428px) and (max-width:768px) {
  .sitewidget-form-20240323213230 .sitewidget-hd>h2 {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left
  }
}

@media(min-width: 1px) and (max-width:428px) {
  .sitewidget-form-20240323213230 .sitewidget-hd>h2 {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left
  }
}

@media(min-width: 428px) and (max-width:768px) {
  .sitewidget-form-20240323213230 .sitewidget-hd>h3 {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left
  }
}

@media(min-width: 1px) and (max-width:428px) {
  .sitewidget-form-20240323213230 .sitewidget-hd>h3 {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left
  }
}

@media(min-width: 428px) and (max-width:768px) {
  .sitewidget-form-20240323213230 .sitewidget-hd>h4 {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left
  }
}

@media(min-width: 1px) and (max-width:428px) {
  .sitewidget-form-20240323213230 .sitewidget-hd>h4 {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left
  }
}

@media(min-width: 428px) and (max-width:768px) {
  .sitewidget-form-20240323213230 .sitewidget-hd>h5 {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left
  }
}

@media(min-width: 1px) and (max-width:428px) {
  .sitewidget-form-20240323213230 .sitewidget-hd>h5 {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left
  }
}

@media(min-width: 428px) and (max-width:768px) {
  .sitewidget-form-20240323213230 .sitewidget-hd>h6 {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left
  }
}

@media(min-width: 1px) and (max-width:428px) {
  .sitewidget-form-20240323213230 .sitewidget-hd>h6 {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left
  }
}

.sitewidget-form-20240323213230 .sitewidget-hd>h1:hover,
.sitewidget-form-20240323213230 .sitewidget-hd>h2:hover,
.sitewidget-form-20240323213230 .sitewidget-hd>h3:hover,
.sitewidget-form-20240323213230 .sitewidget-hd>h4:hover,
.sitewidget-form-20240323213230 .sitewidget-hd>h5:hover,
.sitewidget-form-20240323213230 .sitewidget-hd>h6:hover {
  font-weight: 400
}

@media(min-width: 428px) and (max-width:768px) {
  .sitewidget-form-20240323213230 .sitewidget-hd {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left
  }
}

@media(min-width: 1px) and (max-width:428px) {
  .sitewidget-form-20240323213230 .sitewidget-hd {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left
  }
}

.sitewidget-form-20240323213230 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-form-20240323213230 .sitewidget-bd {
  font-size: 16px;
  color: #333;
  font-weight: 400
}

.sitewidget-form-20240323213230 .sitewidget-bd:hover {
  font-weight: 400
}

.sitewidget-form-20240323213230 .sitewidget-bd *,
.sitewidget-form-20240323213230 .sitewidget-bd {
  letter-spacing: 0;
  line-height: 3em;
  text-align: left
}

.sitewidget-quickNav-20250213234224 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0
}

.sitewidget-quickNav-20250213234224 .sitewidget-hd {
  display: block;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0
}

.sitewidget-quickNav-20250213234224 .sitewidget-hd>h1,
.sitewidget-quickNav-20250213234224 .sitewidget-hd>h2,
.sitewidget-quickNav-20250213234224 .sitewidget-hd>h3,
.sitewidget-quickNav-20250213234224 .sitewidget-hd>h4,
.sitewidget-quickNav-20250213234224 .sitewidget-hd>h5,
.sitewidget-quickNav-20250213234224 .sitewidget-hd>h6 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: left
}

.sitewidget-quickNav-20250213234224 .sitewidget-hd>h1:hover,
.sitewidget-quickNav-20250213234224 .sitewidget-hd>h2:hover,
.sitewidget-quickNav-20250213234224 .sitewidget-hd>h3:hover,
.sitewidget-quickNav-20250213234224 .sitewidget-hd>h4:hover,
.sitewidget-quickNav-20250213234224 .sitewidget-hd>h5:hover,
.sitewidget-quickNav-20250213234224 .sitewidget-hd>h6:hover {
  font-weight: 400
}

.sitewidget-quickNav-20250213234224 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-quickNav-20250213234224 .sitewidget-bd a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2em;
  text-align: left
}

.sitewidget-quickNav-20250213234224 .sitewidget-bd a:hover {
  font-weight: 400;
  font-style: normal;
  text-decoration: none
}

.sitewidget-position-20250218163319 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0
}

.sitewidget-position-20250218163319 .sitewidget-bd {
  border-left: 0 solid #333;
  border-right: 0 solid #333;
  border-top: 0 solid #333;
  border-bottom: 0 solid #333;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.sitewidget-position-20250218163319 .sitewidget-bd {
  font-size: 14px;
  color: #333;
  font-weight: 400
}

.sitewidget-position-20250218163319 .sitewidget-bd:hover {
  font-weight: 400
}

.sitewidget-position-20250218163319 .sitewidget-bd *,
.sitewidget-position-20250218163319 .sitewidget-bd {
  letter-spacing: 0;
  line-height: 2em;
  text-align: left
}

.sitewidget-position-20250218163319 .sitewidget-bd a {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: left
}

.sitewidget-position-20250218163319 .sitewidget-bd a:hover {
  font-weight: 400;
  font-style: normal;
  text-decoration: none
}

.opacity-no-show {
  transform: translateY(50px);
  opacity: 0
}

.transition1 {
  transition: transform 500ms, opacity 500ms
}

.sitewidget-text-20250213161018 .sitewidget-bd * {
  line-height: inherit
}

.sitewidget-langBar-20240320164601 .sitewidget-bd .front-icon-box.icon-style i {
  font-size: 16px;
  color: #333 !important
}

.sitewidget-langBar-20240320164601 .sitewidget-bd .style21 #vFUsjkotJiKZ-lang-drop-arrow {
  color: #333 !important
}

.sitewidget-langBar-20240320164601 .sitewidget-bd .style21 .lang-menu .lang-item a {
  color: #333 !important
}

.sitewidget-langBar-20240320164601 .sitewidget-bd .icon-style-i {
  font-size: 16px;
  color: #333 !important
}

.sitewidget-langBar-20240320164601 .sitewidget-bd .lang-bar.style18.lang-style .lang-dropdown .block-iconbaseline-down {
  color: #333 !important
}

.sitewidget-langBar-20240320164601 .sitewidget-bd .lang-bar.style18.lang-style .lang-dropdown .lang-selected {
  color: #333 !important
}

.sitewidget-langBar-20240320164601 .sitewidget-bd .lang-bar.style18.lang-style .lang-dropdown .lang-menu a {
  color: #333 !important
}

.sitewidget-langBar-20240320164601 .sitewidget-bd .lang-bar.style18.lang-style .lang-dropdown .lang-menu {
  border-color: #333 !important
}

.sitewidget-langBar-20240320164601 .sitewidget-bd .lang-bar.style21.lang-style .lang-dropdown .lang-menu .menu-close-btn i {
  background: #333 !important
}

.sitewidget-langBar-20240320164601 .sitewidget-bd .front-icon-box i {
  font-size: 24px;
  color: #fff !important
}

.sitewidget-langBar-20240320164601 .sitewidget-bd .front-icon-box.icon-style i {
  font-size: 24px;
  color: #fff !important
}

.sitewidget-langBar-20240320164601 .sitewidget-bd .front-icon-box i:hover {
  color: #eb710e !important
}

.sitewidget-langBar-20240320164601.sitewidget-langBar .lang-bar.style20 .lang-dropdown .lang-item {
  padding: 4px 10px 6px 10px
}

.sitewidget-langBar-20240320164601 .lang-bar .lang-dropdown-front-icon {
  background: unset !important
}

.sitewidget-graphicNew-20250219002353 .sitewidget-bd [vr_flag="2"] {
  position: relative;
  display: inline-block
}

.sitewidget-graphicNew-20250227143602 .sitewidget-bd [vr_flag="2"] {
  position: relative;
  display: inline-block
}

.sitewidget-graphicNew-20250219002506 .sitewidget-bd [vr_flag="2"] {
  position: relative;
  display: inline-block
}

.sitewidget-graphicNew-20250219003014 .sitewidget-bd [vr_flag="2"] {
  position: relative;
  display: inline-block
}

.sitewidget-googleMap-20230728001231 iframe {
  width: 100%
}

.sitewidget-follow-20240322100953 .hover-effect-border-color-choose {
  border: 2px solid transparent;
  border-radius: 50%
}

.sitewidget-follow-20240322100953 .hover-effect-border-color-choose:hover {
  border: 2px solid
}

.sitewidget-follow-20240322100953 .sitewidget-bd {
  text-align: center
}

.sitewidget-follow-20240322100953 .follow-a {
  margin: 0 5px 0 0
}

.sitewidget-follow-20240322100953 .svg-box {
  padding: 5px
}

.sitewidget-follow-20240322100953 .svg-box {
  background: rgba(255, 255, 255, 0);
  color: #fff;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.6);
  border-width: 1px;
  border-radius: 50%
}

.sitewidget-follow-20240322100953 .svg-box i {
  font-size: 22px
}

.sitewidget-follow-20240322100953 .follow-a:hover .svg-box {
  background: #fa7000;
  color: #fff;
  border-style: solid;
  border-color: #fa7000;
  border-width: 1px;
  border-radius: 50%
}

.sitewidget-follow-20240322100953 .follow-a:hover .svg-box i {
  font-size: 22px
}

@media(min-width: 1199px) {
  .sitewidget-onlineService-20230729233024.onlineservice-fixed-styleRight13 {
    right: autopx !important;
    left: auto !important
  }
}

@media(min-width: 769px) {

  .onlineservice-fixed-style5 ul.onlineservice-fixed-list,
  .sitewidget-onlineService.onlineservice-fixed-translate10 .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a {
    background-color: #323232
  }

  .onlineservice-fixed-style5 ul.onlineservice-fixed-list a,
  .sitewidget-onlineService.onlineservice-fixed-translate10 .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a {
    color: #fff
  }

  .onlineservice-fixed-style5 ul li div:hover,
  .onlineservice-fixed-style5 ul li div:hover a,
  .sitewidget-onlineService.onlineservice-fixed-translate10 .onlineservice-fixed-blocks-list:hover .onlineservice-fixed-blocks-tips,
  .sitewidget-onlineService.onlineservice-fixed-translate10 .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips:after {
    background-color: #323232
  }

  .onlineservice-fixed-style5 ul li div:hover a,
  .sitewidget-onlineService.onlineservice-fixed-translate10 .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips>li a {
    color: #fff
  }
}

@media(max-width: 768px) {

  .onlineservice-fixed-style5.onlineservice-fixed-style ul.onlineservice-fixed-list,
  .sitewidget-onlineService.onlineservice-fixed-translate10 .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a {
    background-color: #323232
  }

  .onlineservice-fixed-style5.onlineservice-fixed-style ul.onlineservice-fixed-list a,
  .sitewidget-onlineService.onlineservice-fixed-translate10 .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a {
    color: #fff
  }
}

@media(max-width: 768px) {
  .sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips {
    background-color: #0879a7
  }
}

.sitewidget-onlineService.onlineservice-fixed-translate .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a:hover {
  color: #f7252c
}

.onlineservice-fixed-left .onlineservice-fixed-blocks-items .ico_t {
  color: #f7252c;
  background: #fff !important
}

.sitewidgetOnlineServiceStyle12.onlineservice-fixed-left a.bglist .ico_f {
  background: #f7252c
}

.sitewidgetOnlineServiceStyle12.onlineservice-fixed-left .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items:hover ul.onlineservice-fixed-blocks-tips {
  background: #f7252c
}

.onlineservice-fixed-style.onlineservice-fixed-left13 .listHover .ico_all {
  background: #fa7000
}

.sitewidgetOnlineServiceStyle13 .onlineservice-fixed-goTop .block-iconfanhuidingbu {
  background: #fa7000 !important
}

.sitewidgetOnlineServiceStyle13 .sitewidget-bd .onlineservice-fixed-blocks-list {
  background: rgba(250, 112, 0, 0.5) !important
}

.onlineservice-fixed-left13 .onlineservice-fixed-blocks-items .onlineservice-fixed-blocks-tips {
  background: #fa7000 !important
}

@media(max-width: 768px) {

  .sitewidget-onlineService.onlineservice-fixed-multicolor .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a .terminal,
  .sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a .terminal,
  .sitewidget-onlineService.onlineservice-fixed-translate .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a .terminal,
  .sitewidget-onlineService.onlineservice-fixed-translate10 .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a .terminal {
    display: none
  }
}

.sitewidget-graphicNew-20250213234628 .sitewidget-bd [vr_flag="2"] {
  position: relative;
  display: inline-block
}

.sitewidget-text-20240322101108 .sitewidget-bd * {
  line-height: inherit
}



/* /assets/widget/script/plugins/smartmenu/css/navigation.css,/assets/widget/style/component/prodSearchNew/prodSearchNew.css,/assets/widget/style/component/prodsearch/prodsearch.css,/assets/widget/style/component/langBar/langBar.css,/assets/widget/style/component/position/position.css,/assets/widget/style/component/form/form.css,/assets/widget/script/plugins/form/select2.css,/assets/widget/style/component/inquire/inquire.css,/assets/widget/script/plugins/air-datepicker/css/datepicker.css,/assets/widget/style/component/quicknavigation/quicknavigation.css */
/* /assets/widget/script/plugins/smartmenu/css/navigation.css */
.sitewidget-navnew .smsmart,
.sitewidget-navnew .smsmart ul,
.sitewidget-navnew .smsmart li {
  display: block;
  list-style: none;
  line-height: normal;
  direction: ltr;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.sitewidget-navnew .smsmart .hide {
  display: none !important
}

.sitewidget-navnew .smsmart .navnew-sub2.show {
  display: block !important;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: auto;
  min-width: 11em;
  max-width: 40em
}

.sitewidget-navnew .smsmart.navnew-substyle2 .navnew-sub2.show,
.sitewidget-navnew .smsmart.navnew-substyle3 .navnew-sub2.show {
  transform: none !important
}

.sitewidget-navnew .smsmart.navnew-substyle2 .navnew-sub2,
.sitewidget-navnew .smsmart.navnew-substyle3 .navnew-sub2 {
  display: block !important
}

.sitewidget-navnew .smsmart .navnew-sub2.showLv2 {
  display: block !important
}

.sitewidget-navnew .smsmart ul {
  display: none
}

.sitewidget-navnew .smsmart li,
.sitewidget-navnew .smsmart a {
  position: relative
}

.sitewidget-navnew .smsmart a {
  display: block
}

.navnew a[href="javascript:void(0);"] {
  cursor: initial !important
}

.navnew a[href="javascript:;"] {
  cursor: initial !important
}

.sitewidget-navnew .smsmart li a>.icon.fa {
  margin-right: 5px
}

.sitewidget-navnew .smsmart a:hover {
  text-decoration: none
}

.sitewidget-navnew .smsmart:after {
  content: "";
  display: block;
  height: 0;
  font: 0 / 0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden
}

@media(min-width: 990px) {
  .sitewidget-navnew .navnew-thumb {
    display: none
  }
}

@media(min-width: 990px) {
  .sitewidget-navnew .smsmart {
    margin-left: auto;
    margin-right: auto
  }

  .sitewidget-navnew .navnew-thumb-switch {
    display: none
  }

  .sitewidget-navnew .smsmart>li {
    float: left
  }

  .sitewidget-navnew .smsmart li>a {
    white-space: nowrap;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-property: color, background-color, padding-left, padding-right, margin-left, margin-right;
    -moz-transition-property: color, background-color, padding-left, padding-right, margin-left, margin-right;
    -ms-transition-property: color, background-color, padding-left, padding-right, margin-left, margin-right;
    -o-transition-property: color, background-color, padding-left, padding-right, margin-left, margin-right;
    transition-property: color, background-color, padding-left, padding-right, margin-left, margin-right
  }

  .sitewidget-navnew a .sub-arrow {
    display: inline-block;
    width: 24px;
    background-position: center center;
    background-repeat: no-repeat
  }

  .sitewidget-navnew .navnew-link .sub-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABlBMVEUAAAB+fX1PLfavAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGJwYdBgEAAABXIA/2yEHJgAAAAASUVORK5CYII=);
    background-repeat: no-repeat !important
  }

  .sitewidget-navnew .navnew-link:hover .sub-arrow,
  .sitewidget-navnew .navnew-item.on .navnew-link .sub-arrow,
  .sitewidget-navnew a.navnew-link.highlighted .sub-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGJwYdBgEAAABXIA/2yEHJgAAAAASUVORK5CYII=)
  }

  .sitewidget-navnew .navnew-item.navLv1:hover>a .sub-arrow {
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg)
  }

  .sitewidget-navnew .smsmart.navnew-item-overview {
    display: table;
    width: 100%
  }

  .sitewidget-navnew .smsmart.navnew-item-overview>.navnew-item {
    display: table-cell;
    float: none
  }

  .sitewidget-navnew .smsmart.navnew-item-overview .navnew-item.on>a,
  .sitewidget-navnew .smsmart.navnew-item-overview .navnew-item.on>a:hover,
  .sitewidget-navnew .smsmart.navnew-item-overview .navnew-item>a,
  .sitewidget-navnew .smsmart.navnew-item-overview .navnew-item>a:hover {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .sitewidget-navnew .smsmart ul {
    position: absolute;
    z-index: 10;
    transition: transform ease-out .2s;
    -webkit-transition: -webkit-transform ease-out .2s;
    -moz-transition: -moz-transform ease-out .2s
  }

  .sitewidget-navnew .smsmart ul.transform-start {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px)
  }

  .sitewidget-navnew .smsmart ul.transform-org {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0)
  }

  .sitewidget-navnew .smsmart ul a span.sub-arrow,
  .sitewidget-navnew .smsmart ul a:hover span.sub-arrow {
    width: 24px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHAQMAAAAVq36TAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABRJREFUCNdjaGBwYFBgEABiB4YGAAy+AdE8x/bYAAAAAElFTkSuQmCC)
  }

  .sitewidget-navnew .smsmart ul li:first-child {
    border-top: 0
  }

  .sitewidget-navnew .smsmart ul a.navnew-sub1-link>span.sub-arrow {
    position: absolute;
    right: 0
  }

  .sitewidget-navnew .smsmart span.scroll-up,
  .sitewidget-navnew .smsmart span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #f1f1f1;
    height: 20px
  }

  .sitewidget-navnew .smsmart span.scroll-up-arrow,
  .sitewidget-navnew .smsmart span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #a3a3a3 transparent
  }

  .sitewidget-navnew .smsmart span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #a3a3a3 transparent transparent transparent
  }

  .sitewidget-navnew .smsmart .scroll-up:hover span.scroll-up-arrow {
    border-color: transparent transparent #505050 transparent
  }

  .sitewidget-navnew .smsmart .scroll-down:hover span.scroll-down-arrow {
    border-color: #505050 transparent transparent transparent
  }

  .sitewidget-navnew .smsmart.navnew-wide-substyle1>li>ul>span.sub-nav-arrow {
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #efefef transparent
  }

  .sitewidget-navnew .smsmart.navnew-wide-substyle1>li>ul a,
  .sitewidget-navnew .smsmart.navnew-wide-substyle-new0>li>ul a {
    overflow: hidden;
    text-overflow: ellipsis
  }

  .navnew-style3 li:first-child .navnew-separator,
  .navnew-wide-style3 li:first-child .navnew-separator {
    display: none
  }

  .navnew-style3 .navnew-separator,
  .navnew-wide-style3 .navnew-separator {
    position: absolute;
    left: auto;
    top: 0;
    width: 10px;
    height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAIAQMAAAAC1AcCAAAAA1BMVEWZmZl86KQWAAAACklEQVQI12NAAwAAEAABtKqAHwAAAABJRU5ErkJggg==);
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
  }

  .navnew-style3 .navnew-link:hover .sub-arrow,
  .navnew-style3 .navnew-item.on .navnew-link .sub-arrow,
  .navnew-style3 a.navnew-link.highlighted .sub-arrow,
  .navnew-wide-style3 .navnew-link:hover .sub-arrow,
  .navnew-wide-style3 .navnew-item.on .navnew-link .sub-arrow,
  .navnew-wide-style3 a.navnew-link.highlighted .sub-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABlBMVEUAAAAMb7MccNX1AAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGJwYdBgEAAABXIA/2yEHJgAAAAASUVORK5CYII=)
  }

  .navnew-style4 li:first-child .navnew-separator,
  .navnew-wide-style4 li:first-child .navnew-separator {
    display: none
  }

  .navnew-style4 .navnew-separator,
  .navnew-wide-style4 .navnew-separator {
    position: absolute;
    left: auto;
    top: 0;
    width: 10px;
    height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAMAAAA7QZ0XAAAAM1BMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZlkqvaGAAAAEXRSTlMAML3y5aOSinhGHQ3W1bxfXnxOdbcAAAA5SURBVAjXJYzHDQAwDALT3dL2nzaC+HEnLETC5ULJoFoGbTJ0BaM6dH9vH9BrQNr5W8ahxjCEKhx6J5kAzxkC2HsAAAAASUVORK5CYII=);
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
  }

  .navnew-style4 .navnew-link:hover .sub-arrow,
  .navnew-style4 .navnew-item.on .navnew-link .sub-arrow,
  .navnew-style4 a.navnew-link.highlighted .sub-arrow,
  .navnew-wide-style4 .navnew-link:hover .sub-arrow,
  .navnew-wide-style4 .navnew-item.on .navnew-link .sub-arrow,
  .navnew-wide-style4 a.navnew-link.highlighted .sub-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABlBMVEUAAAAMb7MccNX1AAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGJwYdBgEAAABXIA/2yEHJgAAAAASUVORK5CYII=)
  }

  .navnew-style5 .navnew-link:hover .sub-arrow,
  .navnew-style5 .navnew-item.on .navnew-link .sub-arrow,
  .navnew-style5 a.navnew-link.highlighted .sub-arrow,
  .navnew-wide-style5 .navnew-link:hover .sub-arrow,
  .navnew-wide-style5 .navnew-item.on .navnew-link .sub-arrow,
  .navnew-wide-style5 a.navnew-link.highlighted .sub-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABlBMVEUAAAAMb7MccNX1AAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGJwYdBgEAAABXIA/2yEHJgAAAAASUVORK5CYII=)
  }

  .navnew-style6 .navnew-link:hover .sub-arrow,
  .navnew-style6 .navnew-item.on .navnew-link .sub-arrow,
  .navnew-style6 a.navnew-link.highlighted .sub-arrow,
  .navnew-wide-style6 .navnew-link:hover .sub-arrow,
  .navnew-wide-style6 .navnew-item.on .navnew-link .sub-arrow,
  .navnew-wide-style6 a.navnew-link.highlighted .sub-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABlBMVEUAAAAMb7MccNX1AAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGJwYdBgEAAABXIA/2yEHJgAAAAASUVORK5CYII=)
  }

  .navnew-style8 .navnew-link:hover .sub-arrow,
  .navnew-style8 .navnew-item.on .navnew-link .sub-arrow,
  .navnew-style8 a.navnew-link.highlighted .sub-arrow,
  .navnew-wide-style8 .navnew-link:hover .sub-arrow,
  .navnew-wide-style8 .navnew-item.on .navnew-link .sub-arrow,
  .navnew-wide-style8 a.navnew-link.highlighted .sub-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABlBMVEUAAAAMb7MccNX1AAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGJwYdBgEAAABXIA/2yEHJgAAAAASUVORK5CYII=)
  }

  .navigation-opacity-backlayer {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9
  }

  .sitewidget-navnew .smsmart.navnew-substyle2 {
    position: relative
  }

  .sitewidget-navnew .smsmart.navnew-substyle2>li {
    position: static
  }

  .sitewidget-navnew .smsmart.navnew-substyle2>li .smsmart-nowrap>li {
    float: left
  }

  .sitewidget-navnew .smsmart.navnew-substyle2 li .smsmart-nowrap .smsmart-nowrap-cus {
    background-color: transparent
  }

  .sitewidget-navnew .smsmart.navnew-substyle2 li .smsmart-nowrap .smsmart-nowrap-cus li {
    float: none
  }

  .nav-sub-list {
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    box-sizing: border-box
  }

  .nav-sub-list .nav-sub-item {
    width: 100%
  }

  .nav-sub-list .nav-sub-item .nav-sub-item-hd {
    display: block;
    width: 100%;
    padding-left: 10px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box
  }

  .nav-sub-list .nav-sub-item .nav-sub-item-hd span {
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    cursor: pointer
  }

  .nav-sub-list .nav-sub-item .nav-sub-item-hd img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer
  }

  .nav-sub-list .nav-sub-item .nav-sub-item-bd {
    display: block;
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box
  }

  .nav-sub-list .nav-sub-item .nav-sub-item-bd .nav-sub-item-bd-item {
    float: left;
    width: 10%;
    min-width: 96px;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box
  }

  .nav-sub-list .nav-sub-item .nav-sub-item-bd .nav-sub-item-bd-item .nav-sub-item-bd-imgbox {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #ececec
  }

  .nav-sub-list .nav-sub-item .nav-sub-item-bd .nav-sub-item-bd-item .nav-sub-item-bd-imgbox img {
    width: 100%;
    height: 100%
  }

  .nav-sub-list .nav-sub-item .nav-sub-item-bd .nav-sub-item-bd-item .nav-sub-item-bd-info {
    width: 94%;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    color: #676767;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
  }

  .nav-sub-list .nav-sub-item .nav-sub-item-hd span:hover,
  .nav-sub-list .nav-sub-item .nav-sub-item-bd .nav-sub-item-bd-item .nav-sub-item-bd-info:hover {
    color: #262626
  }

  .sitewidget-navnew .smsmart.navnew-substyle4 {
    position: relative
  }

  .sitewidget-navnew .smsmart.navnew-substyle4>li {
    position: static
  }

  .sitewidget-navnew .smsmart.navnew-substyle4>li>.smsmart-nowrap {
    margin-left: 0 !important
  }

  .sitewidget-navnew .smsmart.navnew-substyle4>li .smsmart-nowrap>li {
    float: left
  }

  .sitewidget-navnew .smsmart.navnew-substyle4 li .smsmart-nowrap .smsmart-nowrap-cus {
    background-color: transparent
  }

  .sitewidget-navnew .smsmart.navnew-substyle4 li .smsmart-nowrap .smsmart-nowrap-cus li {
    float: none
  }

  .nav-sub-list5 {
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 25px 25px 0 25px;
    background: #0c6fb3;
    box-sizing: border-box
  }

  .nav-sub-list5 .nav-sub-item {
    float: none !important;
    display: inline-block !important;
    width: calc(20% - 34px);
    min-width: 110px;
    margin: 0 15px 25px 15px;
    vertical-align: top
  }

  .nav-sub-list5 .nav-sub-item img {
    vertical-align: middle;
    width: 120px;
    height: 80px
  }

  .nav-sub-list5 .nav-sub-item .nav-sub1-item>a {
    text-align: center
  }

  .nav-sub-list5 .nav-sub-item .nav-sub1-item>a .nav-sub1-info {
    display: block;
    padding: 5px 0;
    cursor: pointer
  }

  .nav-sub-list5 .nav-sub-item .nav-sub2-item {
    border-color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #fff
  }

  .nav-sub-list5 .nav-sub-item .nav-sub2-item>a {
    font-size: 12px;
    line-height: 28px
  }

  .nav-sub-list5 .nav-sub-item .nav-sub2-item>a img {
    width: 20px;
    height: 20px
  }

  .sitewidget-navnew .smsmart.navnew-substyle5 {
    position: relative
  }

  .sitewidget-navnew .smsmart.navnew-substyle5>li {
    position: static
  }

  .sitewidget-navnew .smsmart.navnew-substyle5>li>.smsmart-nowrap {
    margin-left: 0 !important
  }

  .sitewidget-navnew .smsmart.navnew-substyle5>li .smsmart-nowrap>li {
    float: left
  }

  .sitewidget-navnew .smsmart.navnew-substyle5 li .smsmart-nowrap .smsmart-nowrap-cus {
    background-color: transparent
  }

  .sitewidget-navnew .smsmart.navnew-substyle5 li .smsmart-nowrap .smsmart-nowrap-cus li {
    float: none
  }

  .nav-sub-list6 {
    width: 600px !important;
    max-width: 600px !important;
    min-height: 160px
  }

  .nav-sub-list6 .nav-sub-item {
    position: static !important
  }

  .nav-sub-list6 .nav-sub-item>a {
    display: inline-block
  }

  .nav-sub-list6 .nav-sub-item img {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 400px;
    height: 160px
  }

  .nav-sub-list6 .nav-sub-item:hover>img,
  .nav-sub-list6 .nav-sub-item .navnew-sub2-item:hover>img {
    display: block
  }

  .nav-sub-list8 {
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 25px 25px 0 25px;
    background: #0c6fb3;
    box-sizing: border-box
  }

  .nav-sub-list8 .nav-sub-item {
    float: none !important;
    display: inline-block !important;
    width: calc(20% - 34px);
    min-width: 110px;
    margin: 0 15px 25px 15px;
    vertical-align: top
  }

  .nav-sub-list8 .nav-sub-item img {
    vertical-align: middle;
    width: 200px;
    height: auto;
    max-width: 100%
  }

  .nav-sub-list8 .nav-sub-item .nav-sub1-item>a {
    text-align: center
  }

  .nav-sub-list8 .nav-sub-item .nav-sub1-item>a .nav-sub1-info {
    display: block;
    padding: 5px 0;
    cursor: pointer
  }

  .nav-sub-list8 .nav-sub-item .nav-sub2-item {
    border-color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #fff
  }

  .nav-sub-list8 .nav-sub-item .nav-sub2-item>a {
    font-size: 12px;
    line-height: 28px
  }

  .nav-sub-list8 .nav-sub-item .nav-sub2-item>a img {
    width: 20px;
    height: 20px
  }

  .sitewidget-navnew .smsmart.navnew-substyle8 {
    position: relative
  }

  .sitewidget-navnew .smsmart.navnew-substyle8>li {
    position: static
  }

  .sitewidget-navnew .smsmart.navnew-substyle8>li>.smsmart-nowrap {
    margin-left: 0 !important
  }

  .sitewidget-navnew .smsmart.navnew-substyle8>li .smsmart-nowrap>li {
    float: left
  }

  .sitewidget-navnew .smsmart.navnew-substyle8 li .smsmart-nowrap .smsmart-nowrap-cus {
    background-color: transparent
  }

  .sitewidget-navnew .smsmart.navnew-substyle8 li .smsmart-nowrap .smsmart-nowrap-cus li {
    float: none
  }

  .navnew-substyle9,
  .navnew-wide-substyle9 {
    position: relative
  }

  .nav-sub-list9 {
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 20px 0 !important;
    background: linear-gradient(to right, #efefef 20%, #f7f7f7 20%);
    box-sizing: border-box;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.10);
    margin-left: 0 !important
  }

  .nav-sub-list9 .nav-sub-item {
    width: 20%;
    display: flex !important;
    position: static !important
  }

  .nav-sub-list9 .nav-sub-item.on .navnew-sub2 {
    display: block;
    z-index: 10;
    position: absolute;
    top: 20px
  }

  .nav-sub-list9 .nav-sub-item .navnew-sub2 .navnew-sub2-item .navnew-sub2-item>a {
    height: 100%
  }

  .nav-sub-list9 .nav-sub-item .nav-sub-item-hd {
    display: block;
    width: 100%;
    box-sizing: border-box;
    z-index: 11;
    padding: 0
  }

  .nav-sub-list9 .nav-sub-item .nav-sub-item-hd a {
    width: 85%;
    margin: 0 auto !important;
    text-align: center !important;
    letter-spacing: 0;
    z-index: 1
  }

  .nav-sub-list9 .nav-sub-item .fa-angle-right {
    float: right;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
  }

  .nav-sub-list9 .nav-sub-item .nav-sub-item-hd span {
    cursor: pointer
  }

  .nav-sub-list9 .nav-sub-item .nav-sub-item-hd img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer
  }

  .nav-sub-list9 .nav-sub-item .navnew-sub2 {
    width: 100%;
    position: absolute;
    margin-top: -20px;
    display: none
  }

  .nav-sub-list9 .nav-sub-item .nav-sub-item-bd {
    display: block;
    width: 80%;
    margin-left: 20%;
    padding-left: 2.6%;
    box-sizing: border-box
  }

  .nav-sub-list9 .nav-sub-item .nav-sub-item-bd .nav-sub-item-bd-item {
    float: left;
    width: 10%;
    min-width: 96px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    width: 160px;
    height: 36px;
    over-flow: hidden;
    margin-right: 15px;
    margin-bottom: 10px
  }

  .nav-sub-list9 .nav-sub-item .nav-sub-item-bd .nav-sub-item-bd-item .nav-sub-item-bd-imgbox {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: none
  }

  .nav-sub-list9 .nav-sub-item .nav-sub-item-bd .nav-sub-item-bd-item .nav-sub-item-bd-imgbox img {
    width: 100%;
    height: 100%
  }

  .nav-sub-list9 .nav-sub-item .nav-sub-item-bd .nav-sub-item-bd-item .nav-sub-item-bd-info {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: MicrosoftYaHei;
    letter-spacing: 0;
    height: 100%
  }

  .nav-sub-list9.no-tow-list {
    max-width: none !important;
    min-width: none !important;
    width: auto;
    background: #f7f7f7;
    padding: 20px 15px
  }

  .nav-sub-list9.no-tow-list .nav-sub-item {
    width: auto
  }

  .nav-sub-list9.no-tow-list .nav-sub-item .nav-sub-item-hd,
  .nav-sub-list9.no-tow-list .nav-sub-item .nav-sub-item-hd>a {
    width: 100%
  }

  .nav-sub-list9.no-tow-list .nav-sub-item .nav-sub-item-hd a {
    border: 0
  }

  .nav-sub-list9.no-tow-list .nav-sub-item .nav-sub-item-hd a>.fa-angle-right {
    display: none
  }

  .nav-sub-list9 .nav-sub-item .nav-sub-item-hd a span {
    display: block;
    text-align: left;
    padding: 0 20px;
    word-break: break-word
  }

  .nav-sub-list9.no-tow-list .nav-sub-item .nav-sub-item-hd a span {
    display: block
  }

  .nav-sub-list9.no-tow-list .nav-sub-item .nav-sub-item-hd {
    padding: 0 15px
  }

  .nav-sub-list9.no-tow-list .nav-sub-item .nav-sub-item-hd a span {
    word-break: initial;
    white-space: nowrap
  }
}

@media(min-width: 1220px) {
  .sitewidget-navnew .smsmart {
    max-width: 1180px
  }
}

@media(max-width: 1219px) and (min-width:990px) {
  .sitewidget-navnew .smsmart {
    max-width: 960px
  }
}

@media(min-width: 1200px) and (max-width:1365px) {
  .sitewidget-navnew .smsmart {
    max-width: 1000px
  }
}

@media(max-width: 1024px) {
  .nav-sub-list8 .nav-sub-item img {
    vertical-align: middle;
    width: 158px;
    height: auto;
    max-width: 100%
  }
}

@media(min-width: 1px) and (max-width:989px) {

  html,
  body {
    width: 100%
  }

  html,
  body {
    overflow-x: hidden
  }

  div.sitewidget-navnew.navnew-way-slide {
    z-index: 9;
    position: absolute;
    top: 0;
    width: 80%;
    box-sizing: border-box;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out
  }

  div.sitewidget-navnew.navnew-way-slide.navnew-slideLeft {
    right: 100%
  }

  div.sitewidget-navnew.navnew-way-slide.navnew-slideRight {
    left: 100%
  }

  div.sitewidget-navnew.navnew-way-slide.navnew-slideLeft.open {
    margin-right: 0;
    right: 20%
  }

  div.sitewidget-navnew.navnew-way-slide.navnew-slideRight.open {
    margin-left: 0;
    left: 20%
  }

  .sitewidget-navnew .navnew-thumb+ul.smsmart {
    display: none
  }

  .navnew-thumb {
    height: 46px;
    line-height: 46px;
    position: relative
  }

  .navnew-thumb-fix {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px
  }

  .sitewidget-navigation_style .navnew-thumb .navnew-thumb-title {
    padding-left: 20px;
    line-height: 46px;
    text-align: left
  }

  .sitewidget-navigation_style .navnew-thumb-switch {
    position: absolute;
    top: 0;
    width: 46px;
    height: 46px;
    background-color: #02a5fa;
    border-radius: 2px
  }

  .sitewidget-navnew .navnew-thumb-switch.navnew-thumb-slideLeft {
    right: -46px
  }

  .sitewidget-navnew .navnew-thumb-switch.navnew-thumb-slideRight {
    left: -46px
  }

  .navnew-thumb-switch span.nav-thumb-ham,
  .navnew-thumb-fix span.nav-thumb-ham {
    height: 2px;
    width: 24px;
    left: 11px;
    background-color: #fff;
    display: block;
    opacity: 1;
    position: absolute;
    transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out
  }

  .navnew-thumb-switch span.nav-thumb-ham.first,
  .navnew-thumb-fix span.nav-thumb-ham.first {
    top: 15px;
    transform-origin: left center;
    -o-transform-origin: left center;
    -moz-transform-origin: left center;
    -webkit-transform-origin: left center
  }

  .navnew-thumb-switch span.nav-thumb-ham.second,
  .navnew-thumb-fix span.nav-thumb-ham.second {
    top: 22px;
    transform-origin: left center;
    -o-transform-origin: left center;
    -moz-transform-origin: left center;
    -webkit-transform-origin: left center
  }

  .navnew-thumb-switch span.nav-thumb-ham.third,
  .navnew-thumb-fix span.nav-thumb-ham.third {
    top: 29px;
    transform-origin: left center;
    -o-transform-origin: left center;
    -moz-transform-origin: left center;
    -webkit-transform-origin: left center
  }

  .navnew-thumb-switch.open span.nav-thumb-ham.first,
  .navnew-thumb-fix.open span.nav-thumb-ham.first {
    top: 14px;
    left: 14px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
  }

  .navnew-thumb-switch.open span.nav-thumb-ham.second,
  .navnew-thumb-fix.open span.nav-thumb-ham.second {
    width: 0;
    opacity: 0
  }

  .navnew-thumb-switch.open span.nav-thumb-ham.third,
  .navnew-thumb-fix.open span.nav-thumb-ham.third {
    top: 31px;
    left: 14px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
  }

  .sitewidget-navigation_style {
    pointer-events: auto
  }

  .sitewidget-navigation_style .navnew,
  .sitewidget-navigation_style .navnew-thumb-switch,
  .sitewidget-navigation_style .navnew-thumb {
    pointer-events: all
  }

  div.sitewidget-navnew ul.smsmart {
    overflow-x: hidden;
    height: 100%;
    overflow-y: auto
  }

  .sitewidget-navnew a span.sub-arrow {
    cursor: pointer;
    display: inline-block;
    width: 36px;
    position: absolute;
    right: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHAgMAAACuHi+JAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAf8DJtWNXAAAAKUlEQVQI12P4wsB+gKGWQd4BiGoZGNgvfmFgYPx9gYGBod4BSMgyMAAAoAYH6APM5rgAAAAASUVORK5CYII=);
    background-position: center center;
    background-repeat: no-repeat
  }

  .sitewidget-navnew a.highlighted>.sub-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHAgMAAACuHi+JAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAf8DJtWNXAAAAKUlEQVQI12NgkGUAgnoHBgbG3xcYGNgvfmFgkHeoZWCoBVIMXxjYDwAAdp4H6FsV7QAAAAAASUVORK5CYII=)
  }

  .nav-sub-list .nav-sub-item .nav-sub-item-hd img,
  .nav-sub-list .nav-sub-item .nav-sub-item-bd .nav-sub-item-bd-item .nav-sub-item-bd-imgbox img {
    display: none
  }

  .nav-sub-list5 .nav-sub-item .navnew-sub1-item img,
  .nav-sub-list5 .nav-sub-item .nav-sub2-item>a img {
    display: none
  }

  .nav-sub-list6 .nav-sub-item img {
    display: none
  }

  .nav-sub-list8 .nav-sub-item .navnew-sub1-item img,
  .nav-sub-list8 .nav-sub-item .nav-sub2-item>a img {
    display: none
  }

  .nav-sub-list9 .nav-sub-item .nav-sub-item-hd img,
  .nav-sub-list9 .nav-sub-item .nav-sub-item-bd .nav-sub-item-bd-item .nav-sub-item-bd-imgbox img {
    display: none
  }

  .nav-sub-list9 .nav-sub-item .fa-angle-right {
    display: none
  }

  .hideForMobile_general {
    display: none
  }
}

.sitewidget-navnew .smsmart.navnew .navnew-item a[navlinkpics="true"],
.sitewidget-navnew .smsmart.navnew .navnew-item.on a[navlinkpics="true"],
.sitewidget-navnew .smsmart.navnew .navnew-item a[navlinkpics="true"]:hover {
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  padding-left: 60px
}

.sitewidget-navnew .smsmart.navnew .navnew-item.navLv1>a[navlinkpics="true"],
.sitewidget-navnew .smsmart.navnew .navnew-item.on.navLv1>a[navlinkpics="true"],
.sitewidget-navnew .smsmart.navnew .navnew-item.navLv1>a[navlinkpics="true"]:hover {
  background-position: 26px center;
  background-size: 24px auto
}

@media(min-width: 990px) {
  .sitewidget-navnew .smsmart.navnew-substyle3 {
    position: relative
  }

  .sitewidget-navnew .smsmart.navnew-substyle3 .mainNav-list-static {
    position: static
  }

  .sitewidget-navnew .smsmart.navnew-substyle3 .subNav-list-floor {
    right: auto;
    margin-left: 0 !important;
    font-size: 0;
    left: 0
  }

  .sitewidget-navnew .smsmart.navnew-substyle3 .subNav-list-floor a {
    white-space: normal
  }

  .sitewidget-navnew .smsmart.navnew-substyle3 .subNav-list-floor .navLv2 {
    display: inline-block;
    vertical-align: top;
    font-size: initial;
    width: 230px;
    margin-bottom: 20px
  }

  .sitewidget-navnew .smsmart.navnew-substyle3 .subNav-list-floor .navLv2:first-child {
    border-left-width: 0
  }

  .sitewidget-navnew .smsmart.navnew-substyle3 .subNav-list-floor .has-submenu .sub-arrow {
    display: none
  }

  .sitewidget-navnew .smsmart.navnew-substyle3 .subNav-list-floor .has-submenu .navnew-sub2 {
    position: static
  }

  .sitewidget-navnew .smsmart.navnew-substyle3 .subNav-list-whiteSpace {
    column-gap: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0
  }

  .sitewidget-navnew .smsmart.navnew-substyle3 .subNav-list-whiteSpace.subNav-whiteSpace-columns li {
    display: inline-block;
    float: left
  }
}

@media(min-width: 1220px) {
  .sitewidget-navnew .smsmart.navnew-substyle3 .subNav-list-floor .navLv2 {
    margin-bottom: 25px
  }
}

@media(max-width: 989px) {
  .sitewidget-navnew .smsmart.navnew-substyle3 .subNav-list-whiteSpace.subNav-whiteSpace-columns {
    column-count: 1 !important
  }

  .sitewidget-navnew .smsmart.navnew-substyle3 .subNav-list-whiteSpace.subNav-whiteSpace-columns li {
    width: auto !important
  }

  .sitewidget-navnew .smsmart>li {
    width: 100% !important
  }
}

@media(min-width: 990px) {
  .navnew-substyle7 .navLv1:hover .navnew-sub1 {
    display: block !important;
    position: absolute !important;
    max-width: 440px !important
  }

  .navnew-substyle7 .navnew-sub1 .navLv2 {
    width: 100%;
    float: left;
    margin-bottom: 0
  }

  .navnew-substyle7 .navnew-sub2 {
    display: block !important;
    position: relative !important
  }

  .navnew-substyle7 .navnew-sub2 .navLv3 {
    float: left
  }

  .navnew-substyle7 li,
  .navnew-substyle7 a {
    position: static !important
  }
}

.sitewidget-navnew .smsmart>li {
  float: left
}

.sitewidget-navnew a .sub-arrow {
  display: inline-block;
  width: 24px;
  background-position: center center;
  background-repeat: no-repeat
}

.nav-sub-item.hide {
  display: none !important
}

.smsmart-nowrap-content div.smsmart-nowrap-content {
  height: auto !important;
  width: auto !important;
  overflow: unset !important
}

.sitewidget-navigation_style .navnew li .scroll-up {
  margin-left: 0 !important
}

/* /assets/widget/style/component/prodSearchNew/prodSearchNew.css */
.sitewidget-searchNew .search-box-wrap button {
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  font-family: arial !important;
  display: flex;
  justify-content: center;
  align-items: center
}

.sitewidget-searchNew .search-box-wrap input[type="text"]:focus,
.sitewidget-searchNew .search-box-wrap button:focus {
  outline: 0
}

.sitewidget-searchNew .search-keywords q {
  cursor: pointer;
  margin-right: 10px;
  display: inline-block
}

.sitewidget-searchNew .search-keywords q+q {
  margin-right: 10px
}

.sitewidget-searchNew .inner-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: left;
  display: flex;
  left: 0;
  top: 0;
  align-items: center;
  padding-left: 15px;
  padding-right: 10px;
  cursor: pointer
}

.sitewidget-searchNew .inner-container .inner-text {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.sitewidget-searchNew .inner-container .sitewidget-thumb {
  margin-right: 5px
}

.sitewidget-searchNew .outline-search-box .search-box .search-fix-wrap {
  position: relative
}

.sitewidget-searchNew .outline-search-box .search-box .search-fix-wrap input[type="text"] {
  width: 100%;
  text-indent: 8px
}

.sitewidget-searchNew .outline-search-box .search-box .search-fix-wrap button {
  position: absolute;
  top: 0;
  left: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTk2QTUyMzVENDcwMTFFNThEM0NDMTY5NkE2MDg2MzAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTk2QTUyMzRENDcwMTFFNThEM0NDMTY5NkE2MDg2MzAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmE5YTQ3ZWMxLTMwZGYtNzk0Yi1iODQ2LTY3MjkwNWFmNmM0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6mSvkwAAABS0lEQVR42rSUsUoDQRRFNwtRlEA6sUqRxLSBfINoIynt/JEUKa1CPsAv0CKthV0QFAuLNAFtBBFDFJF0YYkZr3CEybo7zoBeOCzse3Nn9u17E0c/tSN6Yizm4kM8izPRFoXIU2uiLxbCwIt4Eon17lo0fMwuWDATXVGx4pviUIzIeRNNl2GfxDtRc+QVxQm5D6IU5dRswclqHqWJxTmm3ayEniuYozo/a8IGKxpjWInCNGRdK338qngVj4GGt9ZpVwyLtEWo5jzX04ZTsUVrhKjKc5o2vOSUBwFmG2JfLMVNOtimuCOMfdRhzSArWGCcDE0b/2K2S80T17Q0GCdD09ZzPrNjzfW9KLt2bjJOhqYdMpLH4lS8E0swM9TPaVpiYibW7WKsTQZsXMbMy/T777e4YY7EXsaiYFMf/bvpVfwHhjNK8tV6258CDAD9K2CXZkL3OQAAAABJRU5ErkJggg==) \9;
  background-repeat: no-repeat \9;
  background-position: center center \9
}

.sitewidget-searchNew .outline-left-search-box .search-box .search-fix-wrap {
  position: relative
}

.sitewidget-searchNew .outline-left-search-box .search-box .search-fix-wrap input[type="text"] {
  width: 100%
}

.sitewidget-searchNew .outline-left-search-box .search-box .search-fix-wrap button {
  position: absolute;
  top: 0;
  right: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTk2QTUyMzVENDcwMTFFNThEM0NDMTY5NkE2MDg2MzAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTk2QTUyMzRENDcwMTFFNThEM0NDMTY5NkE2MDg2MzAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmE5YTQ3ZWMxLTMwZGYtNzk0Yi1iODQ2LTY3MjkwNWFmNmM0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6mSvkwAAABS0lEQVR42rSUsUoDQRRFNwtRlEA6sUqRxLSBfINoIynt/JEUKa1CPsAv0CKthV0QFAuLNAFtBBFDFJF0YYkZr3CEybo7zoBeOCzse3Nn9u17E0c/tSN6Yizm4kM8izPRFoXIU2uiLxbCwIt4Eon17lo0fMwuWDATXVGx4pviUIzIeRNNl2GfxDtRc+QVxQm5D6IU5dRswclqHqWJxTmm3ayEniuYozo/a8IGKxpjWInCNGRdK338qngVj4GGt9ZpVwyLtEWo5jzX04ZTsUVrhKjKc5o2vOSUBwFmG2JfLMVNOtimuCOMfdRhzSArWGCcDE0b/2K2S80T17Q0GCdD09ZzPrNjzfW9KLt2bjJOhqYdMpLH4lS8E0swM9TPaVpiYibW7WKsTQZsXMbMy/T777e4YY7EXsaiYFMf/bvpVfwHhjNK8tV6258CDAD9K2CXZkL3OQAAAABJRU5ErkJggg==) \9;
  background-repeat: no-repeat \9;
  background-position: center center \9
}

.sitewidget-searchNew .colorbtn-search-box .search-box .search-fix-wrap {
  position: relative
}

.sitewidget-searchNew .colorbtn-search-box .search-box .search-fix-wrap input[type="text"] {
  width: 100%;
  text-indent: 8px
}

.sitewidget-searchNew .colorbtn-search-box .search-box .search-fix-wrap button {
  position: absolute;
  top: 0;
  left: 100%
}

.sitewidget-searchNew .colorbtn-search-box .search-box .search-fix-wrap button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkUzMzdDRjZENDcyMTFFNUExQkFENzc5MDkwODQ1NTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkUzMzdDRjVENDcyMTFFNUExQkFENzc5MDkwODQ1NTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmE5YTQ3ZWMxLTMwZGYtNzk0Yi1iODQ2LTY3MjkwNWFmNmM0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4RMwRsAAABdElEQVR42qTUz0oCQRwH8HHBJBHsFJ0kbNfrRoeeIOrmsYfx4BOID9AbdAg6FXgLotiggxehLkVEYhGxt2XNpu/E15od949DAx9Wx5mvM85vdKSUwuBBD0YQwQxe4BjaUEqZ80t/swJ9+JR/7RWeIdb6rqFVFKjCBpwQQhca2sAqHMKQY97Bzwvsc+AdbOVsqQxHHPsAtbRAj9sMC8LmHDhjaDctsJf1YQ6XhzXmFyQCRwxsWAQqF5y3o/c7QogmvMGTsGu3fLp6pwosQyzsW8RnxQycwDpULQObfE4SvbwBknW27O+3Ch88mLp5KG0GDllnywR2OOckrWxKvE6SResUhO3xKsZpt2X+osXrJFm0bsY2O9q9vje3q/z8c7D5cAqb8AWXLI2IB3AAazCFR/DgBvYh1A9FV+ONGcvFNuNv5nNlAfsDfaX6Cs1y2mbRVlgaQWIlQtRhALuJlVpeN9PCSv8baIZeZW3Ztqntn8PGtwADAJWPrgZtpeIGAAAAAElFTkSuQmCC) \9;
  background-repeat: no-repeat \9;
  background-position: center center \9
}

.sitewidget-searchNew .insideLeft-search-box .search-box .search-fix-wrap .insideLeftHide {
  display: none
}

.sitewidget-searchNew .insideLeft-search-box .search-box .search-fix-wrap .flex-wrap .search-btn {
  flex-basis: auto
}

.sitewidget-searchNew .underline-search-box .search-box .search-fix-wrap {
  position: relative
}

.sitewidget-searchNew .underline-search-box .search-box .search-fix-wrap input[type="text"] {
  width: 100%
}

.sitewidget-searchNew .underline-search-box .search-box .search-fix-wrap button {
  position: absolute;
  top: 0;
  left: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTk2QTUyMzVENDcwMTFFNThEM0NDMTY5NkE2MDg2MzAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTk2QTUyMzRENDcwMTFFNThEM0NDMTY5NkE2MDg2MzAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmE5YTQ3ZWMxLTMwZGYtNzk0Yi1iODQ2LTY3MjkwNWFmNmM0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6mSvkwAAABS0lEQVR42rSUsUoDQRRFNwtRlEA6sUqRxLSBfINoIynt/JEUKa1CPsAv0CKthV0QFAuLNAFtBBFDFJF0YYkZr3CEybo7zoBeOCzse3Nn9u17E0c/tSN6Yizm4kM8izPRFoXIU2uiLxbCwIt4Eon17lo0fMwuWDATXVGx4pviUIzIeRNNl2GfxDtRc+QVxQm5D6IU5dRswclqHqWJxTmm3ayEniuYozo/a8IGKxpjWInCNGRdK338qngVj4GGt9ZpVwyLtEWo5jzX04ZTsUVrhKjKc5o2vOSUBwFmG2JfLMVNOtimuCOMfdRhzSArWGCcDE0b/2K2S80T17Q0GCdD09ZzPrNjzfW9KLt2bjJOhqYdMpLH4lS8E0swM9TPaVpiYibW7WKsTQZsXMbMy/T777e4YY7EXsaiYFMf/bvpVfwHhjNK8tV6258CDAD9K2CXZkL3OQAAAABJRU5ErkJggg==) \9;
  background-repeat: no-repeat \9;
  background-position: center center \9
}

.sitewidget-searchNew .slideLeft-search-box .search-box .inner-container {
  display: none
}

.sitewidget-searchNew .slideLeft-search-box .search-box.open .inner-container {
  display: flex
}

.sitewidget-searchNew .slideLeft-search-box .search-keywords {
  display: none
}

.sitewidget-searchNew .slideLeft-search-box.search-box-wrap {
  position: relative
}

.sitewidget-searchNew .slideLeft-search-box .search-icon-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkUzMzdDRjZENDcyMTFFNUExQkFENzc5MDkwODQ1NTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkUzMzdDRjVENDcyMTFFNUExQkFENzc5MDkwODQ1NTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmE5YTQ3ZWMxLTMwZGYtNzk0Yi1iODQ2LTY3MjkwNWFmNmM0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4RMwRsAAABdElEQVR42qTUz0oCQRwH8HHBJBHsFJ0kbNfrRoeeIOrmsYfx4BOID9AbdAg6FXgLotiggxehLkVEYhGxt2XNpu/E15od949DAx9Wx5mvM85vdKSUwuBBD0YQwQxe4BjaUEqZ80t/swJ9+JR/7RWeIdb6rqFVFKjCBpwQQhca2sAqHMKQY97Bzwvsc+AdbOVsqQxHHPsAtbRAj9sMC8LmHDhjaDctsJf1YQ6XhzXmFyQCRwxsWAQqF5y3o/c7QogmvMGTsGu3fLp6pwosQyzsW8RnxQycwDpULQObfE4SvbwBknW27O+3Ch88mLp5KG0GDllnywR2OOckrWxKvE6SResUhO3xKsZpt2X+osXrJFm0bsY2O9q9vje3q/z8c7D5cAqb8AWXLI2IB3AAazCFR/DgBvYh1A9FV+ONGcvFNuNv5nNlAfsDfaX6Cs1y2mbRVlgaQWIlQtRhALuJlVpeN9PCSv8baIZeZW3Ztqntn8PGtwADAJWPrgZtpeIGAAAAAElFTkSuQmCC) \9;
  background-repeat: no-repeat \9;
  background-position: center center \9
}

.sitewidget-searchNew .slideLeft-search-box .search-box {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width .4s;
  -moz-transition: width .4s;
  -ms-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s
}

.sitewidget-searchNew .slideLeft-search-box .search-box .search-fix-wrap {
  position: relative;
  -webkit-transition: margin-right .4s;
  -moz-transition: margin-right .4s;
  -ms-transition: margin-right .4s;
  -o-transition: margin-right .4s;
  transition: margin-right .4s
}

.sitewidget-searchNew .slideLeft-search-box .search-box .search-fix-wrap input[type="text"] {
  width: 100%;
  text-indent: 8px
}

.sitewidget-searchNew .slideLeft-search-box .search-box .search-fix-wrap button {
  position: absolute;
  top: 0;
  left: 100%
}

.sitewidget-searchNew .slideLeft-search-box .search-box .search-fix-wrap button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkUzMzdDRjZENDcyMTFFNUExQkFENzc5MDkwODQ1NTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkUzMzdDRjVENDcyMTFFNUExQkFENzc5MDkwODQ1NTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmE5YTQ3ZWMxLTMwZGYtNzk0Yi1iODQ2LTY3MjkwNWFmNmM0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4RMwRsAAABdElEQVR42qTUz0oCQRwH8HHBJBHsFJ0kbNfrRoeeIOrmsYfx4BOID9AbdAg6FXgLotiggxehLkVEYhGxt2XNpu/E15od949DAx9Wx5mvM85vdKSUwuBBD0YQwQxe4BjaUEqZ80t/swJ9+JR/7RWeIdb6rqFVFKjCBpwQQhca2sAqHMKQY97Bzwvsc+AdbOVsqQxHHPsAtbRAj9sMC8LmHDhjaDctsJf1YQ6XhzXmFyQCRwxsWAQqF5y3o/c7QogmvMGTsGu3fLp6pwosQyzsW8RnxQycwDpULQObfE4SvbwBknW27O+3Ch88mLp5KG0GDllnywR2OOckrWxKvE6SResUhO3xKsZpt2X+osXrJFm0bsY2O9q9vje3q/z8c7D5cAqb8AWXLI2IB3AAazCFR/DgBvYh1A9FV+ONGcvFNuNv5nNlAfsDfaX6Cs1y2mbRVlgaQWIlQtRhALuJlVpeN9PCSv8baIZeZW3Ztqntn8PGtwADAJWPrgZtpeIGAAAAAElFTkSuQmCC) \9;
  background-repeat: no-repeat \9;
  background-position: center center \9
}

.sitewidget-searchNew .slideLeft-search-box .search-close-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  text-align: center;
  background-color: #333;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozMzQ5NjY4QkQ2MUMxMUU1QkI5OTg3MDMzMkQzRTdCMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozMzQ5NjY4Q0Q2MUMxMUU1QkI5OTg3MDMzMkQzRTdCMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMzNDk2Njg5RDYxQzExRTVCQjk5ODcwMzMyRDNFN0IxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjMzNDk2NjhBRDYxQzExRTVCQjk5ODcwMzMyRDNFN0IxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6w9bwQAAAHBJREFUeNpi/P///zUGBgYmIHYB4icMxAEZIN4DxP8YgAbc+A8Bd4BYBogZCGAZqFoQuIEuQMgQDLU4JYjRDBInqICQHDG24HUdMf7E6zViAgtv4DIxUAqo7QWKApGiaKQoIVGclCnKTIyUZmeAAAMAuvfEv0vHAKsAAAAASUVORK5CYII=);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: width .4s;
  -moz-transition: width .4s;
  -ms-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s
}

.sitewidget-searchNew .slideLeft-search-box .search-box.open .search-fix-wrap {
  position: relative
}

@media(max-width: 500px) {
  .sitewidget-searchNew .slideLeft-search-box .search-box.open {
    width: 100% !important
  }
}

.sitewidget-searchNew .slideLeftRight-search-box .search-keywords {
  display: none
}

.sitewidget-searchNew .slideLeftRight-search-box.search-box-wrap {
  position: relative
}

.sitewidget-searchNew .slideLeftRight-search-box .search-icon-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkUzMzdDRjZENDcyMTFFNUExQkFENzc5MDkwODQ1NTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkUzMzdDRjVENDcyMTFFNUExQkFENzc5MDkwODQ1NTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmE5YTQ3ZWMxLTMwZGYtNzk0Yi1iODQ2LTY3MjkwNWFmNmM0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4RMwRsAAABdElEQVR42qTUz0oCQRwH8HHBJBHsFJ0kbNfrRoeeIOrmsYfx4BOID9AbdAg6FXgLotiggxehLkVEYhGxt2XNpu/E15od949DAx9Wx5mvM85vdKSUwuBBD0YQwQxe4BjaUEqZ80t/swJ9+JR/7RWeIdb6rqFVFKjCBpwQQhca2sAqHMKQY97Bzwvsc+AdbOVsqQxHHPsAtbRAj9sMC8LmHDhjaDctsJf1YQ6XhzXmFyQCRwxsWAQqF5y3o/c7QogmvMGTsGu3fLp6pwosQyzsW8RnxQycwDpULQObfE4SvbwBknW27O+3Ch88mLp5KG0GDllnywR2OOckrWxKvE6SResUhO3xKsZpt2X+osXrJFm0bsY2O9q9vje3q/z8c7D5cAqb8AWXLI2IB3AAazCFR/DgBvYh1A9FV+ONGcvFNuNv5nNlAfsDfaX6Cs1y2mbRVlgaQWIlQtRhALuJlVpeN9PCSv8baIZeZW3Ztqntn8PGtwADAJWPrgZtpeIGAAAAAElFTkSuQmCC) \9;
  background-repeat: no-repeat \9;
  background-position: center center \9
}

.sitewidget-searchNew .slideLeftRight-search-box .search-box {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width .4s;
  -moz-transition: width .4s;
  -ms-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s
}

.sitewidget-searchNew .slideLeftRight-search-box .search-box .search-fix-wrap {
  position: relative;
  -webkit-transition: margin-right .4s;
  -moz-transition: margin-right .4s;
  -ms-transition: margin-right .4s;
  -o-transition: margin-right .4s;
  transition: margin-right .4s
}

.sitewidget-searchNew .slideLeftRight-search-box .search-box .search-fix-wrap input[type="text"] {
  width: 100%;
  text-indent: 8px
}

.sitewidget-searchNew .slideLeftRight-search-box .search-box .search-fix-wrap button {
  position: absolute;
  top: 0
}

.sitewidget-searchNew .slideLeftRight-search-box .search-box .search-fix-wrap button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkUzMzdDRjZENDcyMTFFNUExQkFENzc5MDkwODQ1NTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkUzMzdDRjVENDcyMTFFNUExQkFENzc5MDkwODQ1NTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmE5YTQ3ZWMxLTMwZGYtNzk0Yi1iODQ2LTY3MjkwNWFmNmM0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4RMwRsAAABdElEQVR42qTUz0oCQRwH8HHBJBHsFJ0kbNfrRoeeIOrmsYfx4BOID9AbdAg6FXgLotiggxehLkVEYhGxt2XNpu/E15od949DAx9Wx5mvM85vdKSUwuBBD0YQwQxe4BjaUEqZ80t/swJ9+JR/7RWeIdb6rqFVFKjCBpwQQhca2sAqHMKQY97Bzwvsc+AdbOVsqQxHHPsAtbRAj9sMC8LmHDhjaDctsJf1YQ6XhzXmFyQCRwxsWAQqF5y3o/c7QogmvMGTsGu3fLp6pwosQyzsW8RnxQycwDpULQObfE4SvbwBknW27O+3Ch88mLp5KG0GDllnywR2OOckrWxKvE6SResUhO3xKsZpt2X+osXrJFm0bsY2O9q9vje3q/z8c7D5cAqb8AWXLI2IB3AAazCFR/DgBvYh1A9FV+ONGcvFNuNv5nNlAfsDfaX6Cs1y2mbRVlgaQWIlQtRhALuJlVpeN9PCSv8baIZeZW3Ztqntn8PGtwADAJWPrgZtpeIGAAAAAElFTkSuQmCC) \9;
  background-repeat: no-repeat \9;
  background-position: center center \9
}

.sitewidget-searchNew .slideLeftRight-search-box .search-close-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  text-align: center;
  font-family: none;
  display: none;
  text-decoration: none;
  font-style: normal;
  -webkit-transition: width .4s;
  -moz-transition: width .4s;
  -ms-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s
}

.sitewidget-searchNew .slideLeftRight-search-box .search-box.open .search-fix-wrap {
  position: relative
}

@media(max-width: 500px) {
  .sitewidget-searchNew .slideLeftRight-search-box .search-box.open {
    width: 100% !important
  }
}

.sitewidget-searchNew .showUnder-search-box {
  position: relative
}

.sitewidget-searchNew .showUnder-search-box .search-box {
  display: none;
  position: absolute
}

.sitewidget-searchNew .showUnder-search-box .search-icon-btn {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTk2QTUyMzVENDcwMTFFNThEM0NDMTY5NkE2MDg2MzAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTk2QTUyMzRENDcwMTFFNThEM0NDMTY5NkE2MDg2MzAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmE5YTQ3ZWMxLTMwZGYtNzk0Yi1iODQ2LTY3MjkwNWFmNmM0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6mSvkwAAABS0lEQVR42rSUsUoDQRRFNwtRlEA6sUqRxLSBfINoIynt/JEUKa1CPsAv0CKthV0QFAuLNAFtBBFDFJF0YYkZr3CEybo7zoBeOCzse3Nn9u17E0c/tSN6Yizm4kM8izPRFoXIU2uiLxbCwIt4Eon17lo0fMwuWDATXVGx4pviUIzIeRNNl2GfxDtRc+QVxQm5D6IU5dRswclqHqWJxTmm3ayEniuYozo/a8IGKxpjWInCNGRdK338qngVj4GGt9ZpVwyLtEWo5jzX04ZTsUVrhKjKc5o2vOSUBwFmG2JfLMVNOtimuCOMfdRhzSArWGCcDE0b/2K2S80T17Q0GCdD09ZzPrNjzfW9KLt2bjJOhqYdMpLH4lS8E0swM9TPaVpiYibW7WKsTQZsXMbMy/T777e4YY7EXsaiYFMf/bvpVfwHhjNK8tV6258CDAD9K2CXZkL3OQAAAABJRU5ErkJggg==) \9;
  background-repeat: no-repeat \9;
  background-position: center center \9
}

.sitewidget-searchNew .showUnder-search-box .search-icon-btn .icon-svg-close,
.sitewidget-searchNew .showUnder-search-box .search-icon-btn.on .shape-search {
  display: none
}

.sitewidget-searchNew .showUnder-search-box .search-icon-btn.on .icon-svg-close {
  display: inline-block
}

.sitewidget-searchNew .showUnder-search-box .search-box .search-fix-wrap {
  position: relative
}

.sitewidget-searchNew .showUnder-search-box .search-box .search-fix-wrap input[type="text"] {
  width: 100%;
  text-indent: 8px
}

.sitewidget-searchNew .showUnder-search-box .search-box .search-fix-wrap button {
  position: absolute;
  top: 0;
  left: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTk2QTUyMzVENDcwMTFFNThEM0NDMTY5NkE2MDg2MzAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTk2QTUyMzRENDcwMTFFNThEM0NDMTY5NkE2MDg2MzAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmE5YTQ3ZWMxLTMwZGYtNzk0Yi1iODQ2LTY3MjkwNWFmNmM0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphOWE0N2VjMS0zMGRmLTc5NGItYjg0Ni02NzI5MDVhZjZjNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6mSvkwAAABS0lEQVR42rSUsUoDQRRFNwtRlEA6sUqRxLSBfINoIynt/JEUKa1CPsAv0CKthV0QFAuLNAFtBBFDFJF0YYkZr3CEybo7zoBeOCzse3Nn9u17E0c/tSN6Yizm4kM8izPRFoXIU2uiLxbCwIt4Eon17lo0fMwuWDATXVGx4pviUIzIeRNNl2GfxDtRc+QVxQm5D6IU5dRswclqHqWJxTmm3ayEniuYozo/a8IGKxpjWInCNGRdK338qngVj4GGt9ZpVwyLtEWo5jzX04ZTsUVrhKjKc5o2vOSUBwFmG2JfLMVNOtimuCOMfdRhzSArWGCcDE0b/2K2S80T17Q0GCdD09ZzPrNjzfW9KLt2bjJOhqYdMpLH4lS8E0swM9TPaVpiYibW7WKsTQZsXMbMy/T777e4YY7EXsaiYFMf/bvpVfwHhjNK8tV6258CDAD9K2CXZkL3OQAAAABJRU5ErkJggg==) \9;
  background-repeat: no-repeat \9;
  background-position: center center \9
}

@media(max-width: 500px) {
  .sitewidget-searchNew .showUnder-search-box .search-box {
    width: 100% !important
  }
}

.sitewidget-searchNew .search-box .search-keywords {
  word-break: break-word
}

.sitewidget-searchNew .search-box .search-keywords>span {
  font-weight: bold;
  margin-right: 10px
}

.sitewidget-searchNew .positionDrop .search-keywords>span {
  margin-left: 10px
}

@media(min-width: 900px) {
  .sitewidget-searchNew .positionLeft {
    position: relative
  }

  .sitewidget-searchNew .positionLeft .search-keywords {
    position: absolute;
    top: 0;
    left: 0;
    right: 340px;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
  }

  .sitewidget-searchNew .positionLeft form {
    width: 300px;
    float: right
  }

  .sitewidget-searchNew .prodDiv.prodDivpositionLeft {
    left: unset;
    right: 0
  }

  .sitewidget-searchNew .positionRight {
    position: relative
  }

  .sitewidget-searchNew .positionRight form {
    width: 300px
  }

  .sitewidget-searchNew .positionRight .search-keywords {
    position: absolute;
    left: 340px;
    top: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
  }
}

.sitewidget-searchNew .positionDrop {
  position: relative
}

.sitewidget-searchNew .positionDrop .search-keywords {
  width: 100%;
  background: white;
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 10000
}

.sitewidget-searchNew .positionDrop .search-keywords q {
  display: block;
  width: 100%
}

.sitewidget-searchNew .positionDrop form {
  width: 100%
}

/* /assets/widget/style/component/prodsearch/prodsearch.css */
.sitewidget-prodsearch .prodsearch-styles-wrap form {
  background-color: #fff;
  border: 1px solid #fff;
  overflow: hidden
}

.sitewidget-prodsearch .prodsearch-input {
  width: 100%;
  margin-right: -34px
}

.sitewidget-prodsearch .prodsearch-input input {
  width: 85%;
  height: 33px;
  border-width: 0;
  line-height: 33px;
  background-color: #fff;
  outline: 0;
  padding: 0;
  box-shadow: 0 0 0 #fff;
  margin: 0;
  text-indent: 12px
}

.sitewidget-prodsearch .prodsearch-button,
.sitewidget-prodsearch .prodsearch-button button {
  width: 34px;
  height: 33px;
  overflow: hidden
}

.sitewidget-prodsearch .prodsearch-button button {
  border: 0;
  display: block;
  text-indent: -99px;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyYzEzYjJmZi05MGQ3LTFkNGUtOGYzNC1jZjg2MTJlODMyMWYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzE1NEE4OThBNTFEMTFFNEFGRUNFMDA1NEFENkQyNzAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzE1NEE4OTdBNTFEMTFFNEFGRUNFMDA1NEFENkQyNzAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMTM0MDkwMzAxQTVFNDExOTUzQjg2NjkwOTk2RDM4NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjA0OWU5MTRhLWE0ZmItMTFlNC1hMGQxLWU5MDEzNzI3NjczYSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkW1RkkAAAGFSURBVHjajJNNKERRFMffo0zDiNSEvITVKKWXYlLKRzayIbKxYGNB9naykNUk7FjJSs1WiUk+irFRo2woTAZZkoUpNX5H52pmGs079et/v87/3vfuuXYikbBMxONxPzIDo9AGlfAKZ7AVDodPrLywjQHJ3cguODr3AO/QCDU6FoVpjD6NQYkm9yFH0AAbksSiFnBpB2EQrmAMYqwvNwalrusG0GM97gRJEcdxPswC2hm4T6VS23TboR/8jB2YE8xCPayTHLX+CebSyCS8wRynCBqDEcjAmlUkMJGTbYIPho1BKzwxmbS8xblqyBjIt39Z3iOt6jMGj9DENwU8GoRUk8bgEMpgvFgmm9jIlHb/biEC37DCAqeIxzx0wh7/7ObXgMYdugy1cIFJb4Gd/bBEc1WHVnNKWY8mJgsyBpdwCnJtzTAEdVmez1JQbH5r5z0mKelF6DFlriFvQioxBjtQpY9sIMcgyyioZVsBL3CtlShzXcg+VEv9FDTwcBsd8iPlif8IMAAGzYCYBEZPuwAAAABJRU5ErkJggg==) center center no-repeat
}

.sitewidget-prodsearch .prodsearch-style-thumbs {
  position: relative;
  cursor: pointer
}

.sitewidget-prodsearch .prodsearch-style-thumbs span {
  cursor: pointer
}

.sitewidget-prodsearch .prodsearch-style-thumbs .prodsearch-styles-thumbsbtn {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat
}

.sitewidget-prodsearch .prodsearch-style-thumbs .btn0 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMTlDQzMzNDI5Q0ExMUU1QUY0N0IxNTM1OUQwRDdEMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMTlDQzMzNTI5Q0ExMUU1QUY0N0IxNTM1OUQwRDdEMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIxOUNDMzMyMjlDQTExRTVBRjQ3QjE1MzU5RDBEN0QzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIxOUNDMzMzMjlDQTExRTVBRjQ3QjE1MzU5RDBEN0QzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+eby8gAAAAZVJREFUeNqklM8rBGEYx9+myRFFTsI6EEpYtYkQKbF+FnLipvwJrspZOYo4UJs4sTlwEKkNywG1JbUHJeyO2x7kx/et79T0NLNm2m99ep6Znr77zLvv85gVK9fKRT1gCIRBLUiBJDgClyqPTPHcCNZAn3gfAoNgCcTBIkj/Z9gPTpj/gnVwDixQDnrBPDt/5POVl2G1w0x/1gJ4EbXbYBls8kguQCV4dxYZjPuM2jTqYmbrmZ3pgy8CO7JAG3bw8L/AqPKnYcYB0CANp5hvgJxPwzewx3xWGkaYH6tgsutbpGE988+AhlnGEmn4wLwsoKFdb0nDBPNoQMMRxqQ0jDGfA6U+zarAGPNdaXjDiTA4Vn4Ud9yMJ7eLPQ2+eSfPQJ2HUTMbaAI/nBzX0XsFneAUdHO7xDhe9izr95OimQNe7qzbckjwl1fBOJghUnqWt7g82thx2DaV60uvpAnQyvHSn1jMO3oHDsE9a7u4bWo429rUMj3O6pbk0wdoZ4chxoihClOGnaVpmjJV4cqwU/0H5v4EGAAlwFewFny35AAAAABJRU5ErkJggg==)
}

.sitewidget-prodsearch .prodsearch-style-thumbs .btn1 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGN0YwMkJDNjI5QzkxMUU1QTBGMUU2ODlFQTQwMzc0QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGN0YwMkJDNzI5QzkxMUU1QTBGMUU2ODlFQTQwMzc0QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY3RjAyQkM0MjlDOTExRTVBMEYxRTY4OUVBNDAzNzRDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3RjAyQkM1MjlDOTExRTVBMEYxRTY4OUVBNDAzNzRDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+0fY6HQAAAZVJREFUeNqklM0rRGEUxl/TzRLFUhgLQgkzNclnpMT4LGTFTvkTbO2lLEUsqEmsmCxYiNSEYYGakpqFEmau3Szk43nruXU73TvubZ76dc69nZ459533nKLwSpdyUA8YAiFQC1IgCY7ApcojQzw3gjXQJ94HwSBYAnGwCNL/GfaDE+a/YB2cAxNUgF4wz84f+XzlZlhtM9OftQBeRO02WAabPJILUAne7UUBxn1GbRp1MLP0zM6uQTHYkQXasJ2H/wVGlTcNMw6ABmk4xXwD5DwavoE95rPSMML8WPmTVd8iDeuZf/o0zDKWSsMH5uU+Da16UxommEd9Go4wJqVhjPkcKPNoVgXGmO9KwxtORIBj5UVx2814crrY0+Cbd/IM1LkYNbOBJvDDyXEcvVfQAU5BN7dLjONlzbJ+PymaOeDlzjothwR/eRWMgxkipWd5i8ujjR2HLFO5vvRKmgCtHC/9iSW8o3fgENyztpPbpoazrU1Nw+Wsbkk+fYAwOwwyRgKqMGXYWZqmKUMVrgw71X9g7k+AAQB7oldEQnrHYAAAAABJRU5ErkJggg==)
}

.sitewidget-prodsearch .prodsearch-style-thumbs .btn2 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBOEU2QjhEMDI5QzkxMUU1QkFBM0MwODE3QTZBMkY3OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBOEU2QjhEMTI5QzkxMUU1QkFBM0MwODE3QTZBMkY3OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkE4RTZCOENFMjlDOTExRTVCQUEzQzA4MTdBNkEyRjc4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE4RTZCOENGMjlDOTExRTVCQUEzQzA4MTdBNkEyRjc4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mMvLMgAAAYxJREFUeNqklM0rRGEUxt97myxRZilfCxNKNGqSQmTDXKQoK3bKv+EfUJYiG0piNSYLFiIlZrJAKflYKJG5dlPk4zn13Lq93fd2b3Pq13vm3jNP57z3nGM5jqMCbACMgjRoAXegCPbBmQoxSxNsBytgKOQ/ebAInoNeJnz+MDik/wdWwQlwQRIMgnlmfsvfF6YMG8ETn0lZC+AlIAEpf51X8gXqwbs/wOa5y1MyzBrExB6Y2SWoApt6gAj28vK/wbiKZmM8R0CbLjhNfw2UIwq+gR36s7pghv6BimdefJcumKL/GVOwxLNGF7yhXxdT0It3dcFz+tmYgt5EFHXBbfpzoDaiWAOYoL+lCxY4ETbHKorlfZ1xH9TYM+CHPXkMWg1CnUygA/yCJdMsv4I+cAT6uV3kKk59syzPp7Rk9tjcJdO2kZleBpMh5cosb3B5pLgD0p6oZdiH3RwvKbGaPXoFcuCaMUlumybwSFHXJBinFwusTEQztqrMPpiZLNtmufuEqtxEtIcfsPwvwAD4IlS4TyGp7gAAAABJRU5ErkJggg==)
}

.sitewidget-prodsearch .prodsearch-style-thumbs .btn3 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowOEMzMTg2QjI5Q0ExMUU1QkMyREUxM0ZFQTY5RURENCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowOEMzMTg2QzI5Q0ExMUU1QkMyREUxM0ZFQTY5RURENCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4QzMxODY5MjlDQTExRTVCQzJERTEzRkVBNjlFREQ0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4QzMxODZBMjlDQTExRTVCQzJERTEzRkVBNjlFREQ0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+zVsBSwAAAY1JREFUeNqklM8rBVEUx++8XjaKhbeUX8ULJRr1skFkwyMpys5O+Tf8A8pSZGMh2fGyeBYiJd6wQKmXHwsb8sbuFfnxPfWdut3mTjO9U5/umZk73zln7jnHuXZyKsRGwCRwQQd4AB44BOcqwhxDsAesg7GIdwpgBbyEPUxr/jgo0v8DG+AU+CADRsESI7/n9aUtwlbwzHuS1jJ4DQlA0t/iL/kCzeBd35Dius9VIsxbxMQeGdkVqAM75gYRHOLP/wYzKp5NcZ0A3abgPP1NUI0p+Ab26C+agsExH6lkFuzvNwWz9D8TCla4NpqCd/SbEgoG+31T8IJ+PqHgNFfPrEOXZfDLr8ZJvUXrlE5Q1iMssSNSbKs4VtAqoxxW2AvghzV5ArosQn0MoJcZrUYNB3GOQT2vd8GZ1svDYM5432NxV2zTRnp6DcxGpCu9vM3hkeUMcANRxzIPB9hekmIDD+oGHIBb7slw2rSBJ4r6NsEktVhiZiKaS6na7IORSQm1y2RPq9pNRAd5gNV/AQYAyFVYfX7uBsQAAAAASUVORK5CYII=)
}

.sitewidget-prodsearch .prodsearch-style-thumbs .btn4 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMUI3OTIzOTI5Q0ExMUU1QjU1RUQ0ODlCRTFBOTA4QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMUI3OTIzQTI5Q0ExMUU1QjU1RUQ0ODlCRTFBOTA4QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjExQjc5MjM3MjlDQTExRTVCNTVFRDQ4OUJFMUE5MDhDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjExQjc5MjM4MjlDQTExRTVCNTVFRDQ4OUJFMUE5MDhDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rB7pwAAAAY5JREFUeNqklM8rBVEUx+9MLxvFK28pvxZeKNFTLxtENjw/UpQVO+Uf8Af4B5SlyIaS7HhZsBAp8SaLRyn5sbAhb+xeEc/31Hdqus2dZnqnPt0zM+d+O/fOOceqrDSqABsEYyAD2sADcMARuFQhZmmCnWAdDIfsyYNl8Br0MeHzR8AJ/QrYAOfABSkwBBaZ+T2fr00ZNoMXvpNjLYG3gATk+Fu8km8gmz/8ATbXA66SYc4gJvbEzG5ADdjRA0Swn5f/AyZVNBvnOgo6dMFZ+pugHFHwHezTn9cFs/SPVTzz4nt0wTT9r5iCJa71uuAd/YaYgl68qwte0c/FFJzg6uiCe/QXQDKiWBOYor+rCxbYETbbKorlfZXxGFTYc+CXNXkG2g1C3UygC/yB1bDhIOVzCmr5LFdx4evlATCj7XdY3CXTtJGeXgPTIceVXt7m8EhzBmQ8UcswD3vZXnLEOtboLTgERcakOG1awDNFXZNgnFos8GQimrVVdfbJzGTYtspkT6jqTUT7+APL/wIMAN0HWG/MDZRLAAAAAElFTkSuQmCC)
}

.sitewidget-prodsearch .prodsearch-style-thumbs .prodsearch-expand {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  bottom: -40px;
  height: 40px;
  width: 300px;
  background-color: #000;
  filter: alpha(opacity=80);
  background-color: rgba(0, 0, 0, 0.8)
}

.sitewidget-prodsearch .prodsearch-style-thumbs .prodsearch-button,
.sitewidget-prodsearch .prodsearch-style-thumbs .prodsearch-button button {
  height: 40px
}

.sitewidget-prodsearch .prodsearch-expand input {
  height: 40px;
  background: 0;
  color: #e8e8e8
}

.sitewidget-prodsearch .prodsearch-btn-wrap {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px
}

.sitewidget-prodsearch .searchl {
  left: 0
}

.sitewidget-prodsearch .searchc {
  left: 50%;
  margin-left: -16px
}

.sitewidget-prodsearch .searchr {
  right: 0
}

.sitewidget-prodsearch .prodsearch-style-thumbs .searchBtnLeft {
  left: 0
}

.sitewidget-prodsearch .prodsearch-style-thumbs .searchBtnCenter {
  left: 50%;
  margin-left: -150px
}

.sitewidget-prodsearch .prodsearch-style-thumbs .searchBtnRight {
  right: 0
}

.prodsearch-styles-wrap blockquote {
  margin-top: 10px
}

.prodsearch-styles-wrap blockquote q {
  cursor: pointer
}

.prodsearch-styles-wrap blockquote q+q {
  margin-left: 8px
}

.sitewidget-prodsearch .prodsearch-style-square-right form {
  border: 1px solid #d1d1d1;
  border-radius: 1px
}

.sitewidget-prodsearch .prodsearch-style-square-left form {
  border: 1px solid #d1d1d1;
  border-radius: 1px
}

.sitewidget-prodsearch .prodsearch-style-round-right form {
  border: 1px solid #d1d1d1;
  border-radius: 16px
}

.sitewidget-prodsearch .prodsearch-style-round-left form {
  border: 1px solid #d1d1d1;
  border-radius: 16px
}

.sitewidget-prodsearch .prodsearch-style-square-btn form {
  border: 1px solid #d1d1d1;
  border-radius: 1px
}

.sitewidget-prodsearch .prodsearch-style-square-btn .prodsearch-button button {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAP1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////9Du/pqAAAAFHRSTlMA4UIJju/oyoFvNidQHcG0qJthFTmzlMkAAAB9SURBVBjTXY5HDsMwDARXvbjb8/+3JrIUHTIHEhgsltQXV/aAOa0G1YBJAU6nhgW/tZ1IzbjIqhd34CWVNoeJPFJi04/MLQWjiW1p/oXBTVEo0sU9RWKRFuI2A0evNvY9msGqG5LPVwTM0st3gODXQOxGj12rk2oYT0xqzB/PWwVlQ0tfgwAAAABJRU5ErkJggg==) center center no-repeat #2aa7ea
}

.sitewidget-prodsearch .prodsearch-style-round-btn form {
  border: 1px solid #d1d1d1;
  border-radius: 16px
}

.sitewidget-prodsearch .prodsearch-style-round-btn .prodsearch-button button {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAP1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////9Du/pqAAAAFHRSTlMA4UIJju/oyoFvNidQHcG0qJthFTmzlMkAAAB9SURBVBjTXY5HDsMwDARXvbjb8/+3JrIUHTIHEhgsltQXV/aAOa0G1YBJAU6nhgW/tZ1IzbjIqhd34CWVNoeJPFJi04/MLQWjiW1p/oXBTVEo0sU9RWKRFuI2A0evNvY9msGqG5LPVwTM0st3gODXQOxGj12rk2oYT0xqzB/PWwVlQ0tfgwAAAABJRU5ErkJggg==) center center no-repeat #2aa7ea
}

.sitewidget-prodsearch .prodsearch-style-split-btn form {
  overflow: visible;
  border: 1px solid #d1d1d1;
  border-radius: 1px
}

.sitewidget-prodsearch .prodsearch-style-split-btn form>div {
  position: relative
}

.sitewidget-prodsearch .prodsearch-style-split-btn .prodsearch-button button {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAP1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////9Du/pqAAAAFHRSTlMA4UIJju/oyoFvNidQHcG0qJthFTmzlMkAAAB9SURBVBjTXY5HDsMwDARXvbjb8/+3JrIUHTIHEhgsltQXV/aAOa0G1YBJAU6nhgW/tZ1IzbjIqhd34CWVNoeJPFJi04/MLQWjiW1p/oXBTVEo0sU9RWKRFuI2A0evNvY9msGqG5LPVwTM0st3gODXQOxGj12rk2oYT0xqzB/PWwVlQ0tfgwAAAABJRU5ErkJggg==) center center no-repeat #2aa7ea
}

.sitewidget-prodsearch .prodsearch-style-split-btn .prodsearch-split {
  position: absolute;
  width: 7px;
  height: 35px;
  background: #fff;
  top: -1px;
  right: 34px;
  border-left: 1px solid #d1d1d1
}

.sitewidget-prodsearch .prodsearch-style-underline form {
  border: 0 none;
  background: 0;
  border-bottom: 1px solid #d1d1d1
}

.sitewidget-prodsearch .prodsearch-style-underline .prodsearch-input input {
  background: 0
}

.articleWrap .sitewidget-bd {
  position: relative
}

.articleWrap .articleDiv {
  padding: 10px 15px;
  position: absolute;
  top: 60px;
  z-index: 20000;
  background: #fff;
  border: 1px solid #dfdfdf;
  display: none;
  left: 0;
  -webkit-box-shadow: #ccc 0px 0px 4px;
  -moz-box-shadow: #ccc 0px 0px 4px;
  box-shadow: #ccc 0px 0px 4px;
  border-radius: 4px
}

.articleWrap .articleDiv i {
  background: url(/static/t-rkBqBKyKlrgrpzbp/assets/widget/images/article/sanjiao.png) no-repeat;
  width: 19px;
  height: 11px;
  position: absolute;
  top: -10px;
  left: 25px
}

.articleWrap .articleDiv .articleUl {
  background: #fff;
  line-height: 30px;
  text-align: left
}

.articleWrap .articleDiv .articleUl li {
  display: block;
  width: 110px;
  cursor: pointer;
  color: #417dc9
}

.articleWrap .articleDiv .articleUl li:hover {
  color: #ff6c00;
  text-decoration: none;
  outline: 0
}

.prodWrap .sitewidget-bd {
  position: relative
}

.prodWrap .prodDiv {
  padding: 10px 15px;
  position: absolute;
  top: 60px;
  z-index: 20000;
  background: #fff;
  border: 1px solid #dfdfdf;
  display: none;
  left: 0;
  -webkit-box-shadow: #ccc 0px 0px 4px;
  -moz-box-shadow: #ccc 0px 0px 4px;
  box-shadow: #ccc 0px 0px 4px;
  border-radius: 4px
}

.prodWrap .prodDiv i {
  background: url(/static/t-rkBqBKyKlrgrpzbp/assets/widget/images/article/sanjiao.png) no-repeat;
  width: 19px;
  height: 11px;
  position: absolute;
  top: -10px;
  left: 25px
}

.prodWrap .prodDiv .prodUl {
  background: #fff;
  line-height: 30px;
  text-align: left
}

.prodWrap .prodDiv .prodUl li {
  display: block;
  min-width: 110px;
  cursor: pointer
}

.prodUlLi {
  color: #417dc9
}

.prodUlLi:hover {
  color: #ff6c00
}

.prodWrap .prodDiv .prodUl li:hover {
  text-decoration: none;
  outline: 0
}

.prodWrap .sitewidget-bd {
  position: relative
}

.prodWrap .prodDivrecomend {
  padding: 10px 15px;
  position: absolute;
  top: 46px;
  z-index: 20000;
  background: #fff;
  border: 1px solid #dfdfdf;
  display: none;
  left: 0;
  -webkit-box-shadow: #ccc 0px 0px 4px;
  -moz-box-shadow: #ccc 0px 0px 4px;
  box-shadow: #ccc 0px 0px 4px;
  border-radius: 4px;
  width: 460px;
  height: 345px
}

.prodWrap .prodDivrecomend .prodUl {
  background: #fff;
  line-height: 30px;
  text-align: left
}

.prodWrap .prodDivrecomend .prodUl li {
  display: block;
  width: 400px;
  cursor: pointer;
  color: #417dc9;
  margin-bottom: 5px
}

.prodWrap .prodDivrecomend .prodUl li:hover {
  color: #ff6c00;
  text-decoration: none;
  outline: 0
}

.prodWrap .prodDivrecomend .prodUl li a {
  display: flex;
  align-items: center;
  flex: 1;
  text-decoration: none
}

.prodWrap .prodDivrecomend .prodUl li a img {
  width: 30px;
  margin-right: 10px
}

.prodWrap .prodDivrecomend .prodUl li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.security-query-dialog {
  position: fixed;
  width: 750px;
  height: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 99;
  border-radius: 2px
}

.security-query-dialog-close {
  padding: 10px 70px;
  background: #0a8ef5;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-top: 50px;
  cursor: pointer
}

.security_not,
.security_firstQuery,
.security_multipleQuery {
  display: none
}

.security-query-cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  display: none
}

.prodsearch-style-svg-icon {
  background-color: #fff;
  border-radius: 16px;
  border: 2px solid #0089f5;
  position: relative
}

.prodsearch-style-svg-icon .prodsearch-btn-wrap.search-warp {
  width: 100%;
  height: 100%;
  line-height: inherit;
  position: static;
  margin: 0
}

.prodsearch-style-svg-icon .search-warp .prodsearch-input input {
  width: calc(100% - 40px);
  background: 0
}

.sitewidget-prodsearch .prodsearch-styles-wrap.prodsearch-style-svg-icon form {
  background: none !important;
  border: 0
}

.prodsearch-style-svg-icon .search-icon-container {
  display: flex;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  justify-content: center;
  align-items: center
}

.sitewidget-prodsearch .prodsearch-style-svg-icon .prodsearch-input {
  margin-right: -40px
}

.sitewidget-prodsearch .prodsearch-style-svg-icon .prodsearch-button button {
  background: 0;
  text-indent: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.prodsearch-style-svg-icon .prodsearch-button {
  position: absolute;
  top: 0;
  right: 3px;
  height: auto !important;
  width: auto !important
}

@media(max-width: 600px) {
  .security-query-dialog {
    width: 90vw
  }
}

/* /assets/widget/style/component/langBar/langBar.css */
.sitewidget-langBar .lang-bar {
  position: relative
}

.sitewidget-langBar .lang-bar .lang-front-icon {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphZmZkOTE1Yi1lYzZhLWYxNDItYWRiYS05MzRhZjI1YzZmYjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDg5Q0Y0QTZBMkE3MTFFNEJBRUNGMjI2NzZFMTMyRkUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDg5Q0Y0QTVBMkE3MTFFNEJBRUNGMjI2NzZFMTMyRkUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTIzOWNmOGMtZjNkMy0zZTQyLWFlY2MtMjlmNTI1YTA3MjhjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZGE5YzllNDgtYTIwZi0xMWU0LWFhNmMtOTNiNzg0MGNjZWRjIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+dk3kXwAAAYFJREFUeNp8088rBVEUwPH35r0UWSiKlJIfiZdfIRuliPzeSP4B5S2UbLCzEwq9otATNlZWQggLK8JCvYQiG0QhK/nte+qMrmmeW5/mztw5Z+49c683GAx6HC0PHahDKj5wj3WEcWK+bBn9GExgDWVYRjpa0YZTLGEKsXaQ3whe1eyFiIMPC3jDHnZRhBGsoF7G7BmM4xvdeMatvpyPUdyhCrmqEmP2EgLoRA2qjSXJV0pwiCvk6CxrdXZSvIBfC+bToGxsG0meUIF5ZDqK/SixllbbbgMo1n4iCrDoEiztWGIlQYbxMAWb+ivlt20gzePejpBsuQwkYR8XOMC19p1tCK+S4NJlMB7tWtRyZKEZX8Y7fXiwdKrRmuyBB+OvyHJm9L4fW5JgFp9REiRgzri/MYosMWFJEMH0P7NocKy7VPsSE7GL2CPTiZLgXK+9um4vdjTm9zDJWhsx6SiURw/RIIZ1TL7cpDF/TqM86NLNE8IZ3tGiQnrQZAu/2EE/AgwAbJZVpna5x6wAAAAASUVORK5CYII=) no-repeat center center
}

.sitewidget-langBar .lang-bar .lang-cont {
  display: inline-block;
  margin: 2px 0
}

.sitewidget-langBar .lang-bar .lang-cont .text-align-center {
  text-align: center
}

.sitewidget-langBar .lang-bar .lang-icon {
  vertical-align: middle;
  margin-right: 4px
}

.sitewidget-langBar .lang-bar .lang-img {
  vertical-align: middle;
  margin-bottom: 6px
}

.sitewidget-langBar .lang-bar .lang-cont .lang-a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle
}

.sitewidget-langBar .lang-bar .lang-div-mid {
  display: inline-block;
  vertical-align: middle;
  margin: 2px
}

.sitewidget-langBar .lang-bar .lang-dropdown-front-icon {
  display: inline-block;
  height: 28px;
  width: auto;
  border: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphZmZkOTE1Yi1lYzZhLWYxNDItYWRiYS05MzRhZjI1YzZmYjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDg5Q0Y0QTZBMkE3MTFFNEJBRUNGMjI2NzZFMTMyRkUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDg5Q0Y0QTVBMkE3MTFFNEJBRUNGMjI2NzZFMTMyRkUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTIzOWNmOGMtZjNkMy0zZTQyLWFlY2MtMjlmNTI1YTA3MjhjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZGE5YzllNDgtYTIwZi0xMWU0LWFhNmMtOTNiNzg0MGNjZWRjIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+dk3kXwAAAYFJREFUeNp8088rBVEUwPH35r0UWSiKlJIfiZdfIRuliPzeSP4B5S2UbLCzEwq9otATNlZWQggLK8JCvYQiG0QhK/nte+qMrmmeW5/mztw5Z+49c683GAx6HC0PHahDKj5wj3WEcWK+bBn9GExgDWVYRjpa0YZTLGEKsXaQ3whe1eyFiIMPC3jDHnZRhBGsoF7G7BmM4xvdeMatvpyPUdyhCrmqEmP2EgLoRA2qjSXJV0pwiCvk6CxrdXZSvIBfC+bToGxsG0meUIF5ZDqK/SixllbbbgMo1n4iCrDoEiztWGIlQYbxMAWb+ivlt20gzePejpBsuQwkYR8XOMC19p1tCK+S4NJlMB7tWtRyZKEZX8Y7fXiwdKrRmuyBB+OvyHJm9L4fW5JgFp9REiRgzri/MYosMWFJEMH0P7NocKy7VPsSE7GL2CPTiZLgXK+9um4vdjTm9zDJWhsx6SiURw/RIIZ1TL7cpDF/TqM86NLNE8IZ3tGiQnrQZAu/2EE/AgwAbJZVpna5x6wAAAAASUVORK5CYII=') center center no-repeat
}

.sitewidget-langBar .lang-bar .withFrontIconIn .lang-dropdown-front-icon {
  padding: 0 10px;
  left: 0;
  transition: all .5s ease
}

.sitewidget-langBar .lang-bar .imgOn {
  transform: rotate(-180deg)
}

.sitewidget-langBar .lang-bar .withFrontIconIn .imgOn {
  transform: rotate(-180deg)
}

.sitewidget-langBar .lang-bar .lang-dropdown {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 160px;
  position: relative;
  display: inline-block
}

.sitewidget-langBar .lang-bar .lang-dropdown.withFrontIcon {
  margin-left: 0
}

.sitewidget-langBar .lang-bar .lang-dropdown .lang-selected {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 4px 23px 4px 10px;
  height: 18px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  height: auto
}

.sitewidget-langBar .lang-bar .withFrontIconIn .lang-selected {
  padding-left: 30px
}

.sitewidget-langBar .lang-bar .withFrontIconIn .lang-selected {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px
}

.sitewidget-langBar .lang-bar .withFrontIconIn .lang-menu {
  border-radius: 0 0 6px 6px
}

.sitewidget-langBar .lang-bar .lang-dropdown .lang-selected img.lang-img {
  padding-top: 0
}

.sitewidget-langBar .lang-bar .lang-dropdown .lang-arrow {
  position: absolute;
  top: 0;
  right: 1px;
  width: 21px;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAiCAYAAADVhWD8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAADESURBVHja7NSxCsIwEAbgi4oKvj/0D4WOhT5Cx459hIzZwtHsDu25tBIdSwyKN/wQsuTjD3ckIvQtIcUoRjGKUYxiFJMZE2OkEAIxM03TRMxMzEwhhFuM0YjItRgGgKxZkrNUVTUnd2cAn8f0fU/W2hdImq7rDAAqghERcs6d6rq+AxBr7RPStu1lg5TAmDU0DMMBwLx9WdM0xxRSpJn0sXEcDYDFe78bkW2035vYC8m2Z3JAdAMrRjGKUcy/YcxPNPMYABYwujto3mlUAAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 27px 30px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  transition: all .5s ease
}

.sitewidget-langBar .lang-bar .lang-dropdown .lang-menu {
  z-index: 100;
  display: none;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  text-align: left;
  box-sizing: border-box
}

.sitewidget-langBar .lang-bar .lang-dropdown .lang-menu.at-foot {
  bottom: 28px;
  top: auto;
  border-width: 1px 1px 0;
  border-radius: 4px 4px 0 0
}

.sitewidget-langBar .lang-bar .lang-dropdown .lang-item {
  padding: 4px 11px 6px 11px;
  cursor: pointer;
  white-space: nowrap
}

.sitewidget-langBar .lang-bar .lang-dropdown .lang-item .front-img {
  display: inline-block
}

.sitewidget-langBar .lang-bar .lang-dropdown .lang-item a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden
}

.sitewidget-langBar .lang-dropdown .lang-menu li a {
  text-overflow: ellipsis;
  overflow: hidden
}

.sitewidget-langBar .lang-bar .icon-style i {
  line-height: 1
}

.sitewidget-langBar .front-icon-box {
  display: inline-flex;
  margin-right: 8px;
  line-height: 1;
  vertical-align: middle
}

.sitewidget-langBar .lang-bar.style16 .lang-dropdown {
  display: inline-flex;
  border: 1px solid #ccc;
  border-radius: 6px 6px 0 0;
  background: #fff;
  line-height: 1;
  align-items: center
}

.sitewidget-langBar .lang-bar.style16 .withFrontIconIn .lang-dropdown-front-icon {
  position: relative;
  padding: 5px 10px 3px;
  line-height: 1;
  height: auto
}

.sitewidget-langBar .lang-bar.style16 .withFrontIconIn .lang-selected {
  padding: 4px 23px 8px 0;
  border: none !important;
  line-height: 1;
  height: 15px;
  height: auto;
  word-break: keep-all
}

.sitewidget-langBar .lang-bar.style16 .lang-dropdown .block-iconbaseline-down {
  top: 0;
  bottom: 0;
  width: 16px;
  line-height: 1;
  height: auto;
  transform: translateY(0)
}

.sitewidget-langBar .lang-bar.style16 .lang-dropdown .block-iconbaseline-down::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.sitewidget-langBar .lang-bar.style16 .lang-dropdown .lang-menu {
  top: 103%
}

.sitewidget-langBar .lang-bar.style17 {
  display: inline-flex;
  padding-bottom: 3px;
  align-items: center
}

.sitewidget-langBar .lang-bar.style17 .lang-dropdown {
  width: auto;
  position: initial;
  display: flex
}

.sitewidget-langBar .lang-bar.style17 .lang-dropdown .lang-selected {
  border: 0;
  background: transparent;
  padding: 4px 5px 4px 0;
  padding-right: 18px;
  height: auto
}

.sitewidget-langBar .lang-bar.style17 .lang-dropdown .lang-menu {
  top: 100%;
  left: 0;
  border: 0;
  overflow: hidden;
  display: flex;
  margin-top: 5px;
  padding: 10px 0;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 175px
}

.sitewidget-langBar .lang-bar.style17 .lang-dropdown .lang-item {
  padding: 5px 65px 5px 40px;
  border-right: 1px solid #e6e6e6;
  width: 120px
}

.sitewidget-langBar .lang-bar.style17 .lang-dropdown .lang-item a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: inherit
}

.sitewidget-langBar .lang-bar.style17 .lang-dropdown .block-iconbaseline-down {
  position: relative
}

.sitewidget-langBar .lang-bar.style17 .lang-dropdown .lang-arrow {
  position: relative;
  height: auto;
  top: 0;
  right: 18px;
  transform: translateY(0)
}

.sitewidget-langBar .lang-bar.style17 .lang-dropdown .lang-arrow::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.sitewidget-langBar .lang-bar.style18 {
  display: inline-flex;
  padding-bottom: 3px;
  align-items: center
}

.sitewidget-langBar .lang-bar.style18 .lang-dropdown {
  width: auto;
  position: initial;
  display: flex;
  min-width: auto
}

.sitewidget-langBar .lang-bar.style18 .lang-dropdown .lang-selected {
  border: 0;
  background: transparent;
  padding: 4px 18px 4px 0;
  height: auto
}

.sitewidget-langBar .lang-bar.style18 .lang-dropdown .lang-menu {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  border: 0;
  background: #f5f5f5;
  border-radius: 0;
  left: 0;
  right: 0;
  top: 100%;
  padding-bottom: 10px;
  min-width: 100%
}

.sitewidget-langBar .lang-bar.style18 .lang-dropdown .lang-menu .lang-item {
  padding: 4px 0 4px 0
}

.sitewidget-langBar .lang-bar.style18 .lang-dropdown .lang-menu li a {
  text-overflow: ellipsis;
  overflow: hidden
}

.sitewidget-langBar .lang-bar.style18 .lang-dropdown .block-iconbaseline-down {
  position: relative
}

.sitewidget-langBar .lang-bar.style18 .lang-dropdown .lang-arrow {
  position: relative;
  height: auto;
  right: 18px;
  top: 0;
  transform: translateY(0)
}

.sitewidget-langBar .lang-bar.style18 .lang-dropdown .lang-arrow::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.sitewidget-langBar .lang-bar.style19 {
  display: flex;
  align-items: center
}

.sitewidget-langBar .lang-bar.style19 .lang-dropdown {
  width: 100%;
  display: inline-flex;
  align-items: center
}

.sitewidget-langBar .lang-bar.style19 .lang-dropdown>div {
  cursor: pointer;
  word-break: keep-all
}

.sitewidget-langBar .lang-bar.style19 .lang-dropdown .lang-menu {
  border: 0;
  background: transparent;
  display: none;
  top: -5px;
  left: 70px;
  width: 100%;
  position: unset
}

.sitewidget-langBar .lang-bar.style19 .lang-dropdown .lang-item:hover {
  background: 0
}

.sitewidget-langBar .lang-bar.style20 {
  width: 120px;
  display: flex;
  align-items: center
}

.sitewidget-langBar .lang-bar.style20 .front-icon-box {
  width: 120px;
  margin-right: 0;
  display: flex;
  justify-content: flex-start
}

.sitewidget-langBar .lang-bar.style20 .lang-dropdown.withFrontIcon {
  position: absolute;
  top: 0;
  margin-left: 0;
  height: 100%;
  cursor: pointer
}

.sitewidget-langBar .lang-bar.style20 .lang-dropdown .lang-menu {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  border: 0;
  padding: 5px 0;
  background: #f5f5f5;
  top: 100%;
  margin-top: 5px
}

.sitewidget-langBar .lang-bar.style20 .lang-dropdown .lang-item {
  padding-left: 0
}

.sitewidget-langBar .lang-bar.style21 {
  display: flex;
  align-items: center
}

.sitewidget-langBar .lang-bar.style21 .lang-dropdown {
  width: auto;
  display: flex;
  align-items: center;
  min-width: auto
}

.sitewidget-langBar .lang-bar.style21 .lang-dropdown .lang-item a {
  color: #fff
}

.sitewidget-langBar .lang-bar.style21 .lang-dropdown .lang-selected {
  background: 0;
  border: 0;
  padding-top: 0;
  line-height: 16px
}

.sitewidget-langBar .lang-bar.style21 .lang-dropdown .lang-selected img.lang-img {
  padding-top: 0
}

.sitewidget-langBar .lang-bar.style21 .lang-dropdown .block-iconbaseline-down {
  height: auto;
  line-height: 16px
}

.sitewidget-langBar .lang-bar.style21 .lang-dropdown .lang-menu {
  opacity: 0;
  display: flex;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: start;
  background: rgba(16, 16, 16, .86);
  transition: width .3s;
  z-index: 999;
  overflow-y: auto
}

.sitewidget-langBar .lang-bar.style21 .lang-dropdown .lang-item {
  width: 125px;
  padding: 10px 30px 10px 30px;
  margin-top: 10px
}

.sitewidget-langBar .lang-bar.style21 .lang-dropdown .lang-item .front-img {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px
}

.sitewidget-langBar .lang-bar.style21 .lang-dropdown .lang-item .front-img .sprites {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.sitewidget-langBar .lang-bar.style21 .lang-dropdown .lang-menu .menu-close-btn {
  width: 100%;
  padding-top: 70px
}

.sitewidget-langBar .lang-bar.style21 .lang-dropdown .lang-menu .menu-close-btn i {
  position: relative;
  left: 290px;
  display: block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #0a8ef5
}

.sitewidget-langBar .lang-bar.style21 .lang-dropdown .lang-menu .menu-close-btn i::before {
  margin-right: 4px
}

.langBarOuterzi101 {
  position: relative;
  z-index: 101
}

.lang-bar.lang-bar-left,
.lang-bar.lang-bar-left .langBar-easystyle-thumb a {
  text-align: left
}

.lang-bar.lang-bar-center,
.lang-bar.lang-bar-center .langBar-easystyle-thumb a {
  text-align: center
}

.lang-bar.lang-bar-right,
.lang-bar.lang-bar-right .langBar-easystyle-thumb a {
  text-align: right
}

.sitewidget-langBar .lang-bar.style13 {
  display: block
}

.sitewidget-langBar .lang-bar.style13 .front-icon-box {
  display: block
}

.langBar-easystyle {
  position: relative
}

.langBar-easystyle a {
  display: block
}

.langBar-easystyle-thumb {
  min-height: 16px
}

.langBar-easystyle-sub {
  position: absolute;
  z-index: 100
}

.langBar-easystyle .langBar-easystyle-sub a {
  white-space: nowrap
}

@media(max-width: 989px) {
  .sitewidget-langBar .sitewidget-bd .langBar-easystyle-thumb a:hover {
    text-decoration: none
  }

  .sitewidget-langBar .sitewidget-bd .langBar-easystyle .langBar-easystyle-thumb a {
    line-height: 30px
  }

  .sitewidget-langBar .sitewidget-bd .langBar-easystyle .langBar-easystyle-sub {
    width: 100%;
    min-width: 260px
  }

  .sitewidget-langBar .sitewidget-bd .langBar-easystyle .langBar-easystyle-sub li {
    float: left;
    width: 50%
  }
}

.lang-sprites-slide {
  margin-right: 4px;
  vertical-align: middle;
  margin-bottom: 6px
}

.sprites {
  display: inline-block;
  width: 21px;
  height: 14px;
  background: url("/static/t-kkBoBKlKnkqirkbl/assets/widget/images/langBar/sprites.png");
  background-repeat: no-repeat
}

.sprites-0 {
  background-position: -252px -116px
}

.sprites-1 {
  background-position: -294px 0
}

.sprites-2 {
  background-position: -294px -16px
}

.sprites-2-new {
  background-position: -42px -261px
}

.sprites-3 {
  background-position: -294px -32px
}

.sprites-4 {
  background-position: -294px -48px
}

.sprites-5 {
  background-position: -294px -64px
}

.sprites-6 {
  background-position: -294px -80px
}

.sprites-7 {
  background-position: -294px -96px
}

.sprites-8 {
  background-position: -294px -112px
}

.sprites-9 {
  background-position: -294px -128px
}

.sprites-10 {
  background-position: -317px 0
}

.sprites-11 {
  background-position: -317px -16px
}

.sprites-12 {
  background-position: -317px -32px
}

.sprites-13 {
  background-position: -317px -48px
}

.sprites-14 {
  background-position: -317px -64px
}

.sprites-15 {
  background-position: -317px -80px
}

.sprites-16 {
  background-position: -317px -96px
}

.sprites-17 {
  background-position: -317px -112px
}

.sprites-18 {
  background-position: -317px -128px
}

.sprites-19 {
  background-position: -340px 0
}

.sprites-20 {
  background-position: -340px -16px
}

.sprites-21 {
  background-position: -340px -32px
}

.sprites-22 {
  background-position: -340px -48px
}

.sprites-23 {
  background-position: -340px -64px
}

.sprites-24 {
  background-position: -340px -80px
}

.sprites-25 {
  background-position: -340px -96px
}

.sprites-26 {
  background-position: -340px -112px
}

.sprites-27 {
  background-position: -340px -128px
}

.sprites-28 {
  background-position: -363px 0
}

.sprites-29 {
  background-position: -363px -16px
}

.sprites-30 {
  background-position: -363px -32px
}

.sprites-31 {
  background-position: -363px -48px
}

.sprites-32 {
  background-position: -363px -64px
}

.sprites-33 {
  background-position: -363px -80px
}

.sprites-34 {
  background-position: -340px -140px
}

.sprites-35 {
  background-position: -363px -140px
}

.sprites-36 {
  background-position: -363px -128px
}

.sprites-37 {
  background-position: -363px -112px
}

.sprites-38 {
  background-position: -363px -96px
}

.sprites-39 {
  background-position: -252px -145px
}

.sprites-40 {
  background-position: -317px -145px
}

.sprites-41 {
  background-position: -42px -174px
}

.sprites-42 {
  background-position: -126px -174px
}

.sprites-43 {
  background-position: -294px -128px
}

.sprites-44 {
  background-position: -210px -174px
}

.sprites-45 {
  background-position: -252px -174px
}

.sprites-46 {
  background-position: -317px -174px
}

.sprites-47 {
  background-position: -42px -203px
}

.sprites-48 {
  background-position: -126px -203px
}

.sprites-49 {
  background-position: -210px -203px
}

.sprites-50 {
  background-position: -293px -202px
}

.sprites-51 {
  background-position: -359px -203px
}

.sprites-52 {
  background-position: -126px -232px
}

.sprites-53 {
  background-position: -210px -232px
}

.sprites-54 {
  background-position: -294px -245px
}

.sprites-55 {
  background-position: -360px -232px
}

.sprites-56 {
  background-position: -126px -261px
}

.sprites-57 {
  background-position: -210px -261px
}

.sprites-58 {
  background-position: -294px -261px
}

.sprites-93 {
  background-position: -360px -262px
}

.sprites-110 {
  background-position: -42px -290px
}

.bSprites {
  display: inline-block;
  width: 40px;
  height: 27px;
  background: url("/static/t-kkBoBKlKnkqirkbl/assets/widget/images/langBar/sprites.png");
  background-repeat: no-repeat
}

.bSprites-0 {
  background-position: 0 0
}

.bSprites-1 {
  background-position: 0 -29px
}

.bSprites-2 {
  background-position: 0 -58px
}

.bSprites-2-new {
  background-position: 0 -261px
}

.bSprites-3 {
  background-position: 0 -87px
}

.bSprites-4 {
  background-position: 0 -116px
}

.bSprites-5 {
  background-position: -42px 0
}

.bSprites-6 {
  background-position: -42px -29px
}

.bSprites-7 {
  background-position: -42px -58px
}

.bSprites-8 {
  background-position: -42px -87px
}

.bSprites-9 {
  background-position: -42px -116px
}

.bSprites-10 {
  background-position: -84px 0
}

.bSprites-11 {
  background-position: -84px -29px
}

.bSprites-12 {
  background-position: -84px -58px
}

.bSprites-13 {
  background-position: -84px -87px
}

.bSprites-14 {
  background-position: -84px -116px
}

.bSprites-15 {
  background-position: -126px 0
}

.bSprites-16 {
  background-position: -126px -29px
}

.bSprites-17 {
  background-position: -126px -58px
}

.bSprites-18 {
  background-position: -126px -87px
}

.bSprites-19 {
  background-position: -126px -116px
}

.bSprites-20 {
  background-position: -168px 0
}

.bSprites-21 {
  background-position: -168px -29px
}

.bSprites-22 {
  background-position: -168px -58px
}

.bSprites-23 {
  background-position: -168px -87px
}

.bSprites-24 {
  background-position: -168px -116px
}

.bSprites-25 {
  background-position: -210px 0
}

.bSprites-26 {
  background-position: -210px -29px
}

.bSprites-27 {
  background-position: -210px -58px
}

.bSprites-28 {
  background-position: -210px -87px
}

.bSprites-29 {
  background-position: -210px -116px
}

.bSprites-30 {
  background-position: -252px 0
}

.bSprites-31 {
  background-position: -252px -29px
}

.bSprites-32 {
  background-position: -252px -58px
}

.bSprites-33 {
  background-position: -252px -87px
}

.bSprites-34 {
  background-position: -168px -145px
}

.bSprites-35 {
  background-position: -126px -145px
}

.bSprites-36 {
  background-position: -84px -145px
}

.bSprites-37 {
  background-position: -42px -145px
}

.bSprites-38 {
  background-position: 0 -145px
}

.bSprites-39 {
  background-position: -210px -145px
}

.bSprites-40 {
  background-position: -275px -145px
}

.bSprites-41 {
  background-position: 0 -174px
}

.bSprites-42 {
  background-position: -84px -174px
}

.bSprites-43 {
  background-position: -42px -116px
}

.bSprites-44 {
  background-position: -168px -174px
}

.bSprites-45 {
  background-position: -275px -174px
}

.bSprites-46 {
  background-position: -275px -174px
}

.bSprites-47 {
  background-position: 0 -203px
}

.bSprites-48 {
  background-position: -84px -203px
}

.bSprites-49 {
  background-position: -168px -203px
}

.bSprites-50 {
  background-position: -252px -202px
}

.bSprites-51 {
  background-position: -317px -203px
}

.bSprites-52 {
  background-position: -84px -232px
}

.bSprites-53 {
  background-position: -168px -232px
}

.bSprites-54 {
  background-position: -252px -232px
}

.bSprites-55 {
  background-position: -317px -232px
}

.bSprites-56 {
  background-position: -84px -261px
}

.bSprites-57 {
  background-position: -168px -261px
}

.bSprites-58 {
  background-position: -252px -261px
}

.bSprites-93 {
  background-position: -319px -261px
}

.bSprites-110 {
  background-position: 0 -290px
}

.sitewidget-langBar .lang-bar .block-iconyuyanlan {
  background: 0;
  line-height: 1;
  width: auto;
  position: absolute;
  vertical-align: middle
}

.sitewidget-langBar .lang-bar .lang-dropdown .block-iconbaseline-down {
  position: absolute;
  right: 5px;
  width: auto;
  line-height: 28px;
  background: 0;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  transition: all .5s ease;
  height: auto;
  line-height: inherit;
  top: 50%;
  transform: translateY(-50%)
}

/* /assets/widget/style/component/position/position.css */
.sitewidget-position .sitewidget-bd {
  font-size: 14px;
  line-height: 2em
}

.sitewidget-position .sitewidget-bd a,
.sitewidget-position .sitewidget-bd .sitewidget-position-current {
  margin: 0 5px
}

.sitewidget-position .sitewidget-position-innericon .sitewidget-position-icon {
  padding-left: 20px;
  min-height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNFNjc5MUM1QjBENzExRTQ4NzBBRjQ4NUI5NkU4MDQ1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNFNjc5MUM2QjBENzExRTQ4NzBBRjQ4NUI5NkU4MDQ1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0U2NzkxQzNCMEQ3MTFFNDg3MEFGNDg1Qjk2RTgwNDUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0U2NzkxQzRCMEQ3MTFFNDg3MEFGNDg1Qjk2RTgwNDUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zTdGJAAABFUlEQVR42oTSMUvDQBTA8UtT0kkcHKRYcKjgouDiJP0CdqlDcHEolEKmdnMSRBfFzmod2o4ddCh0KE7ioB9DUYdOmeyg0Jr+D95BOBN98IODu/fevVycIAhUSlRxgy/s4x5jLKOFQ30ok5J8ih7eEWKEc7iy75mDWStxAR34GOIJHzgyHSV+kgoU0cc2upjgREZo4xW7cnZqkswIJTxjE2dyxQZyWJTuev47RNjDlilQxyO+cYEyDqzRHNSQxxXWpGFFj7CBBwxwjCWVHjtYxa0UWdcFmtLh+p9kEwW8yNNG5iNGUiQeb7iUtW6yEtvzJOfXM9oFWrL2rQLKfgUV+0mU/bMkNHKTCnxah2Z/3C40i7kAAwDc1zHBSPWCxAAAAABJRU5ErkJggg==) left center no-repeat
}

.sitewidget-position .sitewidget-position-innericon2 .sitewidget-position-icon {
  padding-left: 20px;
  min-height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphNDljNDdiNS05MTlkLWFmNGMtYmU3NS1hN2IwNTJiNzg5MjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTdBRUY4MEFGOThGMTFFNkE1MkRCMDk2OTNDRkIxRDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTdBRUY4MDlGOThGMTFFNkE1MkRCMDk2OTNDRkIxRDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWM2YjUxODUtYWMyNS02ZTRjLWIxNGYtZTQyNWY0OGQ5N2MzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YjFiNDFiY2EtZjk3ZC0xMWU2LWIzNzgtZjgzYmVkMWI4YzlkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ZIaGWwAAAXpJREFUeNqMkjtPAkEUhQ9oloJQQGsCZBMSTUx8NNpASzT+AQ2NjUphx4/QhB7pbIg1iSbUyy/wERuKhcIWKhJ2G7xnMmOGcSWe5NvM3sfZu7s3tVwuQbXbbWh5wo1wLuzq2IfwJDwIMQOtVkslNrGqLeFZ2Hfix5pL4Uz4MgnbwDPN+XwetVoNpVJJJSaTCYIgwGw2o/GLcCREzKUtg2s2FwoFNBoNVCoVeJ6n4Jkx5kR7wpVpsg0ueKlWq8hkMgjDEJ1OR8EzY8zZta7BIS9m7MFggPl8ruCZKpfLpvYgycD9oOu0kWTwaj4YVa/Xkc1mkcvl1Jkaj8em9j3pqY8cbTgcolgswvd9NJvNn2QURWDOqv01QVd4m06n6PV6GI1GiONYwTNjzOmnd5Mm4H89FQIp9Pv9ftK7h8KJ2QF3AugN2xE+E5oZ27a3MMkAete5rgsrttCx2C1O//GbOOqddX+vY/ivgd3kmq1o3fJw7Fsh5bzOir4FGAB7JHibgf1TVgAAAABJRU5ErkJggg==)left center no-repeat
}

.sitewidget-position .sitewidget-position-innericon3 .sitewidget-position-icon {
  padding-left: 20px;
  min-height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphNDljNDdiNS05MTlkLWFmNGMtYmU3NS1hN2IwNTJiNzg5MjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEVDOUM1MDJGOThGMTFFNjg4NkVFMzZCNjVCOTYwQzEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEVDOUM1MDFGOThGMTFFNjg4NkVFMzZCNjVCOTYwQzEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWM2YjUxODUtYWMyNS02ZTRjLWIxNGYtZTQyNWY0OGQ5N2MzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YjFiNDFiY2EtZjk3ZC0xMWU2LWIzNzgtZjgzYmVkMWI4YzlkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vIlzDAAAAF5JREFUeNpi/P//PwMlgAVdoKenB0QRYypjSUkJAxMDhYAFlwTIdGRXofNhgGIX0M4LyM7Exh88YcBCyImkhsF/UsOAYi8wdnd3Y3UBMXphXiA3N/2njhcozc4AAQYAMqwj+M+PDJUAAAAASUVORK5CYII=)left center no-repeat
}

.sitewidget-position .sitewidget-position-innericon4 .sitewidget-position-icon {
  padding-left: 20px;
  min-height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphNDljNDdiNS05MTlkLWFmNGMtYmU3NS1hN2IwNTJiNzg5MjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTUwMjhERThGOTkwMTFFNjkxMTZBRTZBNjkwOEZFQTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTUwMjhERTdGOTkwMTFFNjkxMTZBRTZBNjkwOEZFQTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWM2YjUxODUtYWMyNS02ZTRjLWIxNGYtZTQyNWY0OGQ5N2MzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YjFiNDFiY2EtZjk3ZC0xMWU2LWIzNzgtZjgzYmVkMWI4YzlkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5Re5ygAAAdhJREFUeNrEk71LglEUxs+riQTmpIgfCCpELYoJVg66RpM4NjbUEDTZH1BDiw4GDdbSVIOLiwRBk9CQIVQIuoiilDiJgmh+vPaci4aKTQ0d+HEv7z33nHuec15pNBrRX0xBf7Sl+Q/RaFSN5WDMKpDBuyRJt3jtVTgc/pr2l6ZLwGUTlkeNRrPe7XaJz3Q6HWm1WpJlmYrF4hvOdxHk8ydAJBKZ7Dnzq1KpXEMAstvtlMvlCJkpFAqRxWKhTCZD6XSag2yCr3kNDg0Gw5rP5yOz2UytVousViupVCpxmc3r9ZLD4XCx7yIN9vx+v7jEWdnK5TKVSqUZjdxuN5dyiu02uOEAK+AIbBiNRuHE9Q6HQ5GZA06bycQy0TJwsmwc4GlciixEQXZGoVBQr9ejdrtNlUpFBK3X61StVtlNBW7BJQc4AfvAEY/HRRYIKTqgVqsFjUZDPJ1fw6RSqRe4nU80eBhzjMOLYDA48+Rms0mJRIJYH7ZkMsnL3W9tfA4EAi6Px0PZbJYKhQJ1Oh1REndDr9dTPp9/hd/WpI0zgxSLxcyDweDeZrM5a7Ua9ft9UTvrwQMFDXJw28EgfSycxKlR5j4fA26BEjTAGbjG5e6vo/wvf+O3AAMAhyqugjADRsAAAAAASUVORK5CYII=)left center no-repeat
}

.sitewidget-position .sitewidget-position-innericon5 .sitewidget-position-icon {
  padding-left: 20px;
  min-height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphNDljNDdiNS05MTlkLWFmNGMtYmU3NS1hN2IwNTJiNzg5MjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTU0QTIzQUJGOThGMTFFNkE4MDRFRUFDQjE4NzVFMEMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTU0QTIzQUFGOThGMTFFNkE4MDRFRUFDQjE4NzVFMEMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWM2YjUxODUtYWMyNS02ZTRjLWIxNGYtZTQyNWY0OGQ5N2MzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YjFiNDFiY2EtZjk3ZC0xMWU2LWIzNzgtZjgzYmVkMWI4YzlkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Rdy+5gAAAX9JREFUeNqE088rRFEUwPHLWNCMBVaWk5Uimo1SpJQm5cdC9lb+gUFZkCRhUH7NAskOifxIMxayGln4VcoCM0VhY2WeHc/3vO6bXs94Tn16Z+7cezr3vvvyTNNUEtFoVDmiDX0I6d8XmMKhPSESiVjPfPU7JrCPBvi1RhxgzD3ZXaAd/ervGNTdZaPANWHAToLBoAqHw1Yej8dVOp3Odq+7ydlBjZ3IYr/fb7EL6Qh5baFQ/R9FXgVu7SSRSCjDMFQmk7FyR9x4ncE8ViRJpVIqFovl6mDaq4MtrHm0v4pNrwIfGMYMTMe4qcfkDXw5F/gCgYBKJpPOMQNPKEW1HtvAON7sSbJG2GfgQyuaUKsvywKa9f+zeMYJrnCKI+lGttCJB4ziG3Jyn7jWV3cEl7r1JT1H5t7LWulgXX8o8nxx7FGKLLr2vI1dzKEby1KgB5PowLm+C3d41YcqUYxyVKIKdShBrxTYwR5aUI8uVKBML7TfzjsecYYhHEt3PwIMADljZ8a2ztQjAAAAAElFTkSuQmCC)left center no-repeat
}

.sitewidget-position .sitewidget-position-innericon6 .sitewidget-position-icon {
  padding-left: 20px;
  min-height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphNDljNDdiNS05MTlkLWFmNGMtYmU3NS1hN2IwNTJiNzg5MjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZFQzhGRjhGOThGMTFFNkIyMDE4QkEyQ0Q3OEZEQUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZFQzhGRjdGOThGMTFFNkIyMDE4QkEyQ0Q3OEZEQUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWM2YjUxODUtYWMyNS02ZTRjLWIxNGYtZTQyNWY0OGQ5N2MzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YjFiNDFiY2EtZjk3ZC0xMWU2LWIzNzgtZjgzYmVkMWI4YzlkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Pj7BEwAAAbJJREFUeNpsk8srRHEUx2fGqzxSHiu7iZIRligLspjCxo5hNwil1CzsrEjNRJQFjfwBFlLIQizlUSwmUpJZkoXHlIzn90yfO93k1GfO3Ps75/zO63qj0ajHJBKJZHQsFquTCosBUSa84kbsiLjsLj2IbD1eJ4AkX8yLUeHz/C8/YlVMKtCbBfC5nO2GcfEplkSLKIFecUQ2I2JbzuaTDbAgOsW96BNr4lukYFO0ihPed5BtJkCAqB+iXGyICzIa+1OCF/1FqQEfDcsRLyJXvFOGBat0GkyTtzj74fKw/QSJesxBAYG2xeKfDGY4b+M5aIZ+HuZEjagWSTJ7YlwV2Dyiz9F+97iuxKlI09AHUSqmxDW74JSSh0/aAtzyYDeHxB21rzOVWRaqUBTb7CX1+CQtwB4P/ehacSZ66LYjNqV2/ofQ+z5mbobDopGDT1Z5mrqdrlt5DWIIn7i9TIgVumuzbyKIZWb5Droa9yp2sTWfhNPESUtHVDFOG1+zKGKFU2R1iM0BPtlVttS6xDI7MOFyfOZ7aOPMbu7WNNKZ1XR9jY4EqDHIjqSZjGUYp+Ss/AowADLte6LUbWsZAAAAAElFTkSuQmCC)left center no-repeat
}

.sitewidget-position .sitewidget-position-innericon7 .sitewidget-position-icon {
  padding-left: 20px;
  min-height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphNDljNDdiNS05MTlkLWFmNGMtYmU3NS1hN2IwNTJiNzg5MjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUVFOEJFQzBGOThGMTFFNjhGQTFGREUzQTMxRDM0MDEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUVFOEJFQkZGOThGMTFFNjhGQTFGREUzQTMxRDM0MDEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWM2YjUxODUtYWMyNS02ZTRjLWIxNGYtZTQyNWY0OGQ5N2MzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YjFiNDFiY2EtZjk3ZC0xMWU2LWIzNzgtZjgzYmVkMWI4YzlkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+OBI0cwAAAHpJREFUeNrcUkEKwCAMa8V/bY/yrp71Uf6sU3AgYqustwVCD5WYtkEighk551auSqwszjngYIFH6LUIbwBTSlzvtYaSgOlWaeJKbMXbDFa/wBvQAZtAVAgE27eMu5/YhpCD8QrEnDlqdoC7IB2NcCQgRVl7xj8IPAIMAIa3ITvn4kiRAAAAAElFTkSuQmCC)left center no-repeat
}

.sitewidget-position .web-crumbs-title strong {
  font-size: 24px
}

.container-opened .sitewidget-position .sitewidget-hd,
.container-opened .sitewidget-position .sitewidget-bd {
  margin: 0 auto;
  max-width: 100%
}

@media(min-width: 1px) and (max-width:767px) {}

@media(min-width: 768px) and (max-width:989px) {

  .container-opened .sitewidget-position .sitewidget-hd,
  .container-opened .sitewidget-position .sitewidget-bd {
    width: 740px
  }
}

@media(min-width: 990px) {

  .container-opened .sitewidget-position .sitewidget-hd,
  .container-opened .sitewidget-position .sitewidget-bd {
    width: 960px
  }
}

@media(min-width: 1220px) {

  .container-opened .sitewidget-position .sitewidget-hd,
  .container-opened .sitewidget-position .sitewidget-bd {
    width: 1180px
  }
}

.web-crumbs-title.style-float {
  float: left
}

.float-style-cont-wrap {
  float: right
}

@media(min-width: 990px) {

  .sitewidget-position .sitewidget-bd.fixed-lineheight .web-crumbs-title,
  .sitewidget-position .sitewidget-bd.fixed-lineheight .web-crumbs-title span {
    line-height: 36px
  }

  .sitewidget-position .sitewidget-bd.fixed-lineheight .float-style-cont-wrap {
    line-height: 36px
  }

  .sitewidget-position .sitewidget-bd.fixed-lineheight-mobile {
    display: flex;
    align-items: center
  }

  .sitewidget-position .sitewidget-bd.fixed-lineheight-mobile .float-style-cont-wrap {
    margin-left: auto
  }
}

@media(max-width: 989px) {
  .sitewidget-position .sitewidget-bd.fixed-lineheight-mobile {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0
  }

  .sitewidget-position .tcenter {
    text-align: center
  }
}

/* /assets/widget/style/component/form/form.css */
.sitewidget-inquire .btn-disabeled {
  opacity: .5;
  cursor: not-allowed
}

.bea_style {
  animation: spinnerFour 1s linear infinite;
  border: solid 2px transparent;
  border-top: solid 3px #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px
}

.bea_style_two {
  animation: spinnerFour 1s linear infinite;
  border: solid 2px transparent;
  border-top: solid 3px #fff;
  border-radius: 100%;
  width: 17px;
  height: 17px
}

@keyframes spinnerFour {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.sitewidget-inquire button.btn+button.btn {
  margin-left: 10px
}

.sitewidget-inquire button.btn {
  font-family: inherit;
  margin: 0;
  border: 1px solid transparent;
  background-image: none;
  height: 32px;
  padding: 0 30px;
  display: inline-block;
  font-size: 14px;
  text-shadow: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  box-shadow: none
}

.sitewidget-inquire button.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.sitewidget-inquire button.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none
}

.sitewidget-inquire button.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.sitewidget-inquire button.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.sitewidget-inquire button.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c
}

.sitewidget-inquire button.btn-default:hover {
  color: #333;
  background-color: #fff;
  border-color: #666
}

.sitewidget-inquire button.btn-default.active,
.btn-default:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.sitewidget-inquire button.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c
}

.sitewidget-inquire button.btn-default.active,
.btn-default:active {
  background-image: none
}

.sitewidget-inquire button.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}

.sitewidget-inquire button.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40
}

.sitewidget-inquire button.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.sitewidget-inquire button.btn-primary.active,
.btn-primary:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.sitewidget-inquire button.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40
}

.sitewidget-inquire button.btn-primary.active,
.btn-primary:active {
  background-image: none
}

.sitewidget-inquire button.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.sitewidget-inquire button.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625
}

.sitewidget-inquire button.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.sitewidget-inquire button.btn-success.active,
.btn-success:active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.sitewidget-inquire button.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625
}

.sitewidget-inquire button.btn-success.active,
.btn-success:active {
  background-image: none
}

.sitewidget-inquire button.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.sitewidget-inquire button.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85
}

.sitewidget-inquire button.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.sitewidget-inquire button.btn-info.active,
.btn-info:active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.sitewidget-inquire button.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85
}

.sitewidget-inquire button.btn-info.active,
.btn-info:active {
  background-image: none
}

.sitewidget-inquire button.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.sitewidget-inquire button.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d
}

.sitewidget-inquire button.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.sitewidget-inquire button.btn-warning.active,
.btn-warning:active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.sitewidget-inquire button.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d
}

.sitewidget-inquire button.btn-warning.active,
.btn-warning:active {
  background-image: none
}

.sitewidget-inquire button.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.sitewidget-inquire button.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19
}

.sitewidget-inquire button.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.sitewidget-inquire button.btn-danger.active,
.btn-danger:active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.sitewidget-inquire button.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19
}

.sitewidget-inquire button.btn-danger.active,
.btn-danger:active {
  background-image: none
}

.sitewidget-inquire button.btn-inverse {
  color: #fff;
  background-color: #333;
  border-color: #222
}

.sitewidget-inquire button.btn-inverse.focus,
.btn-inverse:focus {
  color: #fff;
  background-color: #222;
  border-color: #111
}

.sitewidget-inquire button.btn-inverse:hover {
  color: #fff;
  background-color: #222;
  border-color: #111
}

.sitewidget-inquire button.btn-inverse.active,
.btn-inverse:active {
  color: #fff;
  background-color: #222;
  border-color: #111
}

.sitewidget-inquire button.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover {
  color: #fff;
  background-color: #222;
  border-color: #111
}

.sitewidget-inquire button.btn-inverse.active,
.btn-inverse:active {
  background-image: none
}

.sitewidget-inquire label.radio,
.sitewidget-inquire label.checkbox {
  padding-left: 20px;
  margin-right: 20px;
  height: auto;
  line-height: 28px;
  overflow: hidden;
  max-width: 920px
}

.sitewidget-inquire label.radio input[type="radio"],
.sitewidget-inquire label.checkbox input[type="checkbox"] {
  width: auto;
  margin-left: -17px
}

.sitewidget-inquire .control-group .controls input,
.sitewidget-inquire .control-group .controls select,
.sitewidget-inquire .control-group .controls textarea {
  width: 100%;
  padding: 4px 0;
  text-indent: 6px;
  box-sizing: content-box;
  margin-left: -1px
}

.sitewidget-inquire .control-group .controls textarea {
  resize: vertical
}

.form-border .control-group {
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 7px 12px 12px 4px
}

.form-border .control-label {
  padding-top: 5px;
  padding-left: 6px;
  overflow: hidden
}

.form-border .control-label i {
  float: right
}

.form-border .controls input[type='text'] {
  border: 0;
  box-shadow: none;
  outline: 0
}

.form-border .controls textarea {
  border: 0;
  box-shadow: none;
  outline: 0
}

.form-border .errormessage {
  padding-left: 6px
}

.form-border .submitGroup {
  border: 0;
  padding: 0
}

.sitewidget-inquire .sitewidget-bd.form-border form .control-group .controls input,
.sitewidget-inquire .sitewidget-bd.form-border form .control-group .controls textarea {
  background-color: transparent
}

.sitewidget-inquire .form-vertical .control-group {
  margin-bottom: 10px
}

.sitewidget-inquire .form-line-2 .control-group {
  margin-bottom: 16px;
  width: 50%;
  float: left
}

.sitewidget-inquire .form-line-2 .control-group:nth-child(even) {
  clear: left
}

.sitewidget-inquire .form-line-3 .control-group {
  margin-bottom: 20px;
  width: 30%;
  float: left;
  margin-left: 5%
}

.sitewidget-inquire .form-line-3 .control-group:nth-child(3n+1),
.sitewidget-inquire .form-line-3 .control-group.nth-child-3n {
  clear: both;
  margin-left: 0
}

.sitewidget-inquire .form-line-2 .control-group.submitGroup,
.sitewidget-inquire .form-line-3 .control-group.submitGroup {
  width: 100%;
  margin: 0
}

.sitewidget-inquire .form-line-3 .control-group .input-prepend,
.sitewidget-inquire .form-line-3 .control-group .input-append {
  display: flex
}

.sitewidget-inquire .form-line-3 .control-group .input-prepend .add-on,
.sitewidget-inquire .form-line-3 .control-group .input-append .add-on {
  white-space: nowrap;
  min-width: 2.4em;
  line-height: inherit;
  text-align: center
}

.sitewidget-inquire .form-line-2 .controls {
  padding: 0 10px
}

.sitewidget-inquire .form-line-2 .control-group.textarea,
.sitewidget-inquire .form-line-3 .control-group.textarea {
  width: 100%;
  margin-left: 0
}

.sitewidget-inquire .form-line-5 fieldset {
  text-align: center
}

.sitewidget-inquire .form-line-5 .control-group,
.sitewidget-inquire .form-line-5 .imgVarifyCode {
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  text-align: left;
  margin-bottom: 20px
}

.sitewidget-inquire .form-line-5 .control-group .controls input,
.sitewidget-inquire .form-line-5 .control-group .controls select,
.sitewidget-inquire .form-line-5 .control-group .controls textarea {
  width: 100%;
  padding: 4px 0;
  text-indent: 6px;
  box-sizing: content-box;
  vertical-align: top
}

.sitewidget-inquire .form-line-5 .control-group .input-prepend,
.sitewidget-inquire .form-line-5 .control-group .input-append {
  display: flex
}

.sitewidget-inquire .form-line-5 .control-group .input-prepend .add-on,
.sitewidget-inquire .form-line-5 .control-group .input-append .add-on {
  padding: 4px 8px;
  width: auto
}

.sitewidget-inquire .form-line-5 .control-group .input-prepend input,
.sitewidget-inquire .form-line-5 .control-group .input-append input {
  width: auto
}

.sitewidget-inquire .form-line-5 .control-group .controls input[type="text"] {
  width: 260px
}

.sitewidget-inquire .control-group .controls .phoneInputprepend {
  flex-wrap: wrap
}

.sitewidget-inquire .control-group .controls .phoneInputprepend~.phoneInput {
  width: calc(100% - 82px)
}

.sitewidget-inquire .form-line-5 .control-group .controls .phoneInputprepend input[type="text"] {
  width: 178px
}

.sitewidget-inquire .form-line-5 .control-group .input-prepend {
  width: 260px
}

.sitewidget-inquire .form-line-5 .control-group .controls input[type="radio"],
.sitewidget-inquire .form-line-5 .control-group .controls input[type="checkbox"] {
  width: auto;
  vertical-align: baseline
}

.sitewidget-inquire .form-line-5 .control-group.textarea {
  width: 40%
}

.sitewidget-inquire .form-line-5 .submitGroup #formsubmit {
  vertical-align: top
}

.sitewidget-inquire .form-line-2 .imgVarifyCode,
.sitewidget-inquire .form-line-3 .imgVarifyCode {
  clear: both;
  margin-left: 0
}

@media(min-width: 480px) {

  .sitewidget-inquire .form-line-2 .controls,
  .sitewidget-inquire .form-line-3 .controls {
    position: relative
  }
}

@media(max-width: 480px) {

  .sitewidget-inquire .form-line-2 .control-group,
  .sitewidget-inquire .form-line-3 .control-group {
    margin-bottom: 10px;
    width: 100%;
    float: none;
    margin-left: 0
  }

  .sitewidget-inquire .form-line-2 .controls {
    padding: 0
  }

  .sitewidget-inquire .form-line-5 fieldset {
    text-align: left
  }

  .sitewidget-inquire .form-line-5 .submitGroup {
    display: block
  }
}

.sitewidget-inquire .form-right-angle .control-group .controls input,
.sitewidget-inquire .form-right-angle #faptcha_response_field,
.sitewidget-inquire .form-right-angle .control-group .controls select,
.sitewidget-inquire .form-right-angle .control-group .controls .select2-container .select2-selection--single,
.sitewidget-inquire .form-right-angle .control-group .controls textarea {
  border-radius: 0
}

.sitewidget-inquire .form-style9 form.form-right-angle .control-group .controls input,
.sitewidget-inquire .form-style9 form.form-right-angle #faptcha_response_field,
.sitewidget-inquire .form-style9 form.form-right-angle .control-group .controls select,
.sitewidget-inquire .form-style9 form.form-right-angle .control-group .controls .select2-container .select2-selection--single,
.sitewidget-inquire .form-style9 form.form-right-angle .control-group .controls textarea,
.sitewidget-inquire .form-style9 form.form-right-angle .control-group .controls .add-on,
.sitewidget-inquire .form-style9 form.form-right-angle .control-group .controls .multiple-select {
  border-radius: 0
}

.sitewidget-inquire .form-with-color .control-group .controls input[type="text"],
.sitewidget-inquire .form-with-color #faptcha_response_field,
.sitewidget-inquire .form-with-color .control-group .controls select,
.sitewidget-inquire .form-with-color .control-group .controls .select2-container .select2-selection--single,
.sitewidget-inquire .form-with-color .control-group .controls textarea {
  background-color: #fafafa
}

.sitewidget-inquire .form-bottom-border .control-group .controls input[type="text"],
.sitewidget-inquire .form-bottom-border #faptcha_response_field {
  border-width: 0 0 1px;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.sitewidget-inquire .form-bottom-border .control-group .controls select {
  border-radius: 0
}

.sitewidget-inquire .form-bottom-border .control-group .controls .select2-container .select2-selection--single {
  border-width: 0 0 1px;
  border-radius: 0
}

.sitewidget-inquire .form-bottom-border .control-group .controls textarea {
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.sitewidget-inquire .form-style9 .form-bottom-border .control-group .controls .input-append .add-on,
.sitewidget-inquire .form-style9 .form-bottom-border .control-group .controls .input-prepend .add-on {
  padding: 8px 6px 7px
}

.sitewidget-inquire .form-bottom-border .control-group .controls select,
.sitewidget-inquire .form-bottom-border .control-group .controls input,
.sitewidget-inquire .form-bottom-border .control-group .controls textarea {
  border-width: 0 0 1px;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.sitewidget-inquire #faptcha_response_field {
  width: 220px
}

.sitewidget-inquire .controls .uploadBtn {
  height: 28px;
  line-height: 28px;
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  border: 1px solid #ddd;
  background-image: -webkit-linear-gradient(top, #e2e2e2, #f3f3f3);
  background-image: -moz-linear-gradient(top, #e2e2e2, #f3f3f3);
  background-image: -ms-linear-gradient(top, #e2e2e2, #f3f3f3);
  background-image: -o-linear-gradient(top, #e2e2e2, #f3f3f3);
  background-image: linear-gradient(top, #e2e2e2, #f3f3f3);
  background-color: #f3f3f3;
  color: #666;
  border-radius: 3px
}

.sitewidget-inquire .controls .uploadBtn.uploadBtn-control {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block
}

.sitewidget-inquire .controls .uploadBtn:hover {
  text-decoration: none;
  opacity: .75;
  filter: alpha(opacity=75)
}

.sitewidget-inquire .controls .input-file.hide {
  display: none !important
}

.control-group {
  display: block
}

.form-horizontal .control-label {
  float: left;
  padding-top: 5px;
  text-align: right;
  width: 160px
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 5px;
  vertical-align: middle
}

.form-horizontal .controls {
  margin-left: 180px
}

.controls select {
  -webkit-appearance: none;
  background-position: 97.5%;
  background-size: 8px;
  background-repeat: no-repeat;
  line-height: normal !important;
  background-image: url("//a0.leadongcdn.cn/cloud/ljBqkKqjRioSjrrrmnlo/dn.png")
}

.controls>.radio:first-child,
.controls>.checkbox:first-child {
  padding-top: 5px
}

.form-horizontal .control-group:after {
  clear: both
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: "";
  display: table;
  line-height: 0
}

.form-horizontal .control-group {
  margin-bottom: 20px
}

.sitewidget-inquire input[type="file"],
.sitewidget-inquire input[type="image"],
.sitewidget-inquire input[type="submit"],
.sitewidget-inquire input[type="reset"],
.sitewidget-inquire input[type="button"],
.sitewidget-inquire input[type="radio"],
.sitewidget-inquire input[type="checkbox"] {
  width: auto
}

.sitewidget-inquire label {
  display: block;
  margin-bottom: 5px;
  padding: 0 10px
}

.form-horizontal input[type="text"],
.form-horizontal input[type="text"],
.form-horizontal input[type="password"],
.form-horizontal textarea {
  background: none repeat scroll 0 0 #f6f7fc
}

.form-horizontal input,
.form-horizontal span,
.form-horizontal label,
.form-horizontal .form-builder button {
  height: 20px;
  line-height: 20px
}

.sitewidget-inquire select,
.sitewidget-inquire textarea,
.sitewidget-inquire input[type="text"],
.sitewidget-inquire input[type="password"],
.sitewidget-inquire input[type="datetime"],
.sitewidget-inquire input[type="datetime-local"],
.sitewidget-inquire input[type="date"],
.sitewidget-inquire input[type="month"],
.sitewidget-inquire input[type="time"],
.sitewidget-inquire input[type="week"],
.sitewidget-inquire input[type="number"],
.sitewidget-inquire input[type="email"],
.sitewidget-inquire input[type="url"],
.sitewidget-inquire input[type="search"],
.sitewidget-inquire input[type="tel"],
.sitewidget-inquire input[type="color"],
.uneditable-input {
  border-radius: 4px;
  color: #555;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 4px 6px;
  vertical-align: middle
}

.control-group textarea {
  width: 280px;
  height: 80px;
  border-radius: 4px
}

.input-prepend input[type="text"] {
  margin-left: -4px;
  width: 230px;
  border-radius: 0 3px 3px 0
}

.input-append input[type="text"] {
  margin-right: -4px;
  width: 230px;
  border-radius: 3px 0 0 3px
}

.sitewidget-inquire textarea,
.sitewidget-inquire input[type="text"],
.sitewidget-inquire input[type="password"],
.sitewidget-inquire input[type="datetime"],
.sitewidget-inquire input[type="datetime-local"],
.sitewidget-inquire input[type="date"],
.sitewidget-inquire input[type="month"],
.sitewidget-inquire input[type="time"],
.sitewidget-inquire input[type="week"],
.sitewidget-inquire input[type="number"],
.sitewidget-inquire input[type="email"],
.sitewidget-inquire input[type="url"],
.sitewidget-inquire input[type="search"],
.sitewidget-inquire input[type="tel"],
.sitewidget-inquire input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
  transition: border .2s linear 0, box-shadow .2s linear 0s
}

.sitewidget-inquire select,
.sitewidget-inquire input[type="file"] {
  height: 30px;
  line-height: 30px
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 5px
}

.sitewidget-inquire select {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 220px
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px
}

.formEdit span.add-on {
  height: 18px;
  line-height: 18px
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group>.dropdown-toggle,
.input-prepend .btn-group>.dropdown-toggle {
  border-radius: 0;
  vertical-align: top
}

.formEdit ul {
  margin-left: 0
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000
}

.sitewidget-inquire .btn {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
  border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle
}

.input-append .add-on,
.input-prepend .add-on {
  background-color: #eee;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: auto
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child>.dropdown-toggle {
  border-radius: 0 4px 4px 0
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px
}

.sitewidget-inquire .btn-group {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap
}

.input-xlarge {
  width: 270px
}

.sitewidget-inquire select[multiple],
.sitewidget-inquire select[size] {
  height: auto
}

#components {
  min-height: 500px
}

#target fieldset {
  border: 1px solid #ccc;
  min-height: 200px;
  padding: 5px;
  padding-bottom: 30px
}

.component {
  cursor: pointer
}

.curTxt {
  cursor: text
}

.popover .control-group {
  cursor: default
}

.popover input {
  cursor: text
}

.temp {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  z-index: 999999;
  top: 0;
  overflow-x: hidden;
  left: 0
}

.temp form {
  padding: 8px 4px;
  border: 1px dotted #ccc;
  position: absolute;
  background: white;
  box-shadow: 0 0 30px #999;
  -webkit-transition: -webkit-transform .1s ease-out;
  overflow: hidden
}

#render {
  min-height: 500px;
  font-family: monospace
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  border-radius: 0 4px 4px 0;
  margin-bottom: 0;
  position: relative;
  vertical-align: top
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 4px 0 0 4px
}

.formEdit span.add-on {
  height: 18px;
  line-height: 18px
}

form .popover .controls {
  margin-left: 0
}

form .popover .control-label {
  text-align: left
}

form .popover form {
  width: 224px
}

.popover-content form .btn {
  margin-right: 10px
}

.target:after {
  float: left;
  content: " ";
  height: 77px;
  margin-top: 3px;
  background: #f0f0f0;
  width: 100%;
  border: 1px dashed #ccc
}

#target,
#input,
#radioscheckboxes,
#select,
#buttons {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#target fieldset {
  width: 100%;
  overflow: hidden
}

.sitewidget-inquire .required {
  color: red;
  margin-right: 5px;
  vertical-align: middle
}

.errormessage {
  color: red;
  clear: both
}

@media(max-width: 480px) {
  .form-horizontal .control-label {
    text-align: left;
    width: auto
  }

  .form-horizontal .controls {
    clear: both;
    margin-left: 0
  }

  .form-horizontal .controls input,
  .form-horizontal .controls textarea {
    width: 80%;
    padding: 4px 6px
  }
}

.isFixed_bottom_right fieldset::-webkit-scrollbar,
.isFixed_bottom_right_1 fieldset::-webkit-scrollbar,
.isFixed_bottom_left fieldset::-webkit-scrollbar,
.isFixed_bottom_left_1 fieldset::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(244, 244, 244, 1)
}

.isFixed_bottom_right fieldset::-webkit-scrollbar-track,
.isFixed_bottom_right_1 fieldset::-webkit-scrollbar-track,
.isFixed_bottom_left fieldset::-webkit-scrollbar-track,
.isFixed_bottom_left_1 fieldset::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0)
}

.isFixed_bottom_right fieldset::-webkit-scrollbar-track:hover,
.isFixed_bottom_right_1 fieldset::-webkit-scrollbar-track:hover,
.isFixed_bottom_left fieldset::-webkit-scrollbar-track:hover,
.isFixed_bottom_left_1 fieldset::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, .4);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .4)
}

.isFixed_bottom_right fieldset::-webkit-scrollbar-thumb,
.isFixed_bottom_right_1 fieldset::-webkit-scrollbar-thumb,
.isFixed_bottom_left fieldset::-webkit-scrollbar-thumb,
.isFixed_bottom_left_1 fieldset::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .2)
}

.isFixed_bottom_right fieldset::-webkit-scrollbar-thumb:hover,
.isFixed_bottom_right_1 fieldset::-webkit-scrollbar-thumb:hover,
.isFixed_bottom_left fieldset::-webkit-scrollbar-thumb:hover,
.isFixed_bottom_left_1 fieldset::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, .6);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .2)
}

.z-index1-main {
  z-index: 1 !important
}

.isFixed_bottom_right fieldset,
.isFixed_bottom_left fieldset {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px
}

.isFixed_bottom_right {
  width: 370px;
  position: fixed;
  bottom: 0;
  right: 10px;
  background: #fff;
  z-index: 100;
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.18);
  border: 1px solid #ddd;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.isFixed_bottom_right {
  width: 370px;
  min-width: 370px;
  position: fixed;
  bottom: 0;
  right: 10px;
  background: #fff;
  z-index: 100;
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.18);
  border: 1px solid #ddd;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.isFixed_bottom_left {
  width: 370px;
  min-width: 370px;
  position: fixed;
  bottom: 0;
  left: 10px;
  background: #fff;
  z-index: 100;
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.18);
  border: 1px solid #ddd;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.isFixed_bottom_right {
  width: 370px;
  position: fixed;
  bottom: 0;
  right: 10px;
  background: #fff;
  z-index: 100;
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.18);
  border: 1px solid #ddd;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.isFixed_bottom_right .sitewidget-hd,
.isFixed_bottom_left .sitewidget-hd {
  min-height: 22px;
  border-bottom: 1px solid #dbe0ea;
  padding: 5px 10px;
  background: #f2f5f9;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.isFixed_bottom_right .sitewidget-hd i,
.isFixed_bottom_left .sitewidget-hd i {
  position: absolute;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer
}

.form_fixed_button {
  cursor: pointer;
  line-height: 36px;
  width: 170px;
  height: 36px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.18);
  text-align: center;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 9;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.form_fixed_button.button-left {
  cursor: pointer;
  line-height: 36px;
  width: 170px;
  height: 36px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.18);
  text-align: center;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 10px;
  z-index: 9;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.form_fixed_button i {
  margin-right: 6px
}

.isFixed_bottom_right .sitewidget-hd h2,
.isFixed_bottom_left .sitewidget-hd h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%
}

.sitewidget-inquire.isFixed_bottom_right form,
.sitewidget-inquire.isFixed_bottom_left form {
  margin: 0;
  padding-top: 10px
}

.sitewidget-inquire.isFixed_bottom_right form .submitGroup .controls,
.sitewidget-inquire.isFixed_bottom_left form .submitGroup .controls {
  margin: 0
}

.sitewidget-inquire.isFixed_bottom_right .submitGroup,
.sitewidget-inquire.isFixed_bottom_left .submitGroup {
  box-sizing: border-box;
  padding: 8px 10px 6px;
  background: #f2f5f9;
  margin: 0;
  border-top: 1px solid #dbe0ea
}

.control-multi-checkbox-vertical .control-label {
  width: auto;
  float: none;
  text-align: left;
  padding-left: 180px
}

.fixed_window_top {
  position: fixed;
  top: 0;
  z-index: 100
}

@media screen and (max-width: 400px) {

  .isFixed_bottom_right,
  .isFixed_bottom_left {
    width: 100%;
    right: 0
  }
}

@media screen and (max-height: 780px) {

  .isFixed_bottom_right fieldset,
  .isFixed_bottom_left fieldset {
    max-height: 400px
  }
}

.form_fixed_button_1 {
  max-width: 260px;
  cursor: pointer;
  float: right;
  cursor: pointer;
  line-height: 36px;
  padding: 0 10px;
  height: 36px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.18);
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.isFixed_bottom_left_1 .form_fixed_button_1 {
  max-width: 260px;
  cursor: pointer;
  float: left;
  cursor: pointer;
  line-height: 36px;
  padding: 0 10px;
  height: 36px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.18);
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.form_fixed_button_1 i {
  margin-right: 6px
}

.isFixed_bottom_right_1 {
  position: fixed;
  min-width: 280px;
  bottom: -100%;
  right: 10px;
  z-index: 100;
  width: 280px
}

.isFixed_bottom_left_1 {
  position: fixed;
  min-width: 280px;
  bottom: -100%;
  left: 10px;
  z-index: 100;
  width: 280px
}

.isFixed_bottom_right_1 .sitewidget-bd,
.isFixed_bottom_left_1 .sitewidget-bd {
  background: #f2f5f9;
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.18);
  border: 1px solid #f2f5f9;
  border-top-left-radius: 8px
}

.isFixed_bottom_right_1 fieldset,
.isFixed_bottom_left_1 fieldset {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px
}

.sitewidget-inquire.isFixed_bottom_right_1 .submitGroup,
.sitewidget-inquire.isFixed_bottom_left_1 .submitGroup {
  box-sizing: border-box;
  padding: 8px 10px 6px;
  background: #f2f5f9;
  margin: 0;
  border-top: 1px solid #dbe0ea
}

.sitewidget-inquire.isFixed_bottom_right_1 .submitGroup button,
.sitewidget-inquire.isFixed_bottom_left_1 .submitGroup button {
  width: 100%;
  height: 36px
}

.sitewidget-inquire.isFixed_bottom_right_1 button.btn+button.btn,
.sitewidget-inquire.isFixed_bottom_left_1 button.btn+button.btn {
  margin-left: 0;
  margin-top: 10px
}

.areachoose {
  max-width: 100%;
  margin-right: 10px
}

@media(max-width: 768px) {
  .areachoose {
    margin-bottom: 10px !important
  }
}

input.timePicker::placeholder {
  font-size: 0
}

input.timePicker.inited::placeholder {
  font-size: initial
}

.timePickers .controls {
  display: flex;
  justify-content: space-between
}

.timePickers .controls .controls-flex {
  width: calc(50% - 10px) !important
}

.sitewidget-inquire .form-style9 fieldset {
  display: flex;
  flex-wrap: wrap
}

.sitewidget-inquire .form-style9 .control-group .controls input[type="text"],
.sitewidget-inquire .form-style9 .control-group .controls input[type="password"],
.sitewidget-inquire .form-style9 .control-group .controls textarea {
  width: calc(100% - 32px);
  border-radius: 3px;
  box-shadow: none;
  padding: 8px 16px;
  text-indent: 0;
  outline: 0
}

.sitewidget-inquire .form-style9 .control-group .controls .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8px 16px !important
}

.sitewidget-inquire .form-style9 .control-group .controls input::placeholder,
.sitewidget-inquire .form-style9 .control-group .controls textarea::placeholder,
.sitewidget-inquire .form-style9 .control-group .controls select::placeholder {
  font-size: 14px
}

.sitewidget-inquire .form-style9 .control-group .controls .input-prepend {
  display: flex
}

.sitewidget-inquire .form-style9 .control-group .controls .input-prepend .add-on {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 8px 6px;
  border-right: 0;
  background-color: #fafafa
}

.sitewidget-inquire .form-style9 .control-group .controls .input-prepend input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0
}

.sitewidget-inquire .form-style9 .control-group .controls .input-append {
  display: flex
}

.sitewidget-inquire .form-style9 .control-group .controls .input-append .add-on {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 8px 6px;
  border-left: 0;
  background-color: #fafafa
}

.sitewidget-inquire .form-style9 .control-group .controls .input-append input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0
}

.sitewidget-inquire .form-style9 .control-group.timePickers .controls {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.sitewidget-inquire .form-style9 .control-group {
  clear: none !important
}

.sitewidget-inquire .form-style9 .control-group.control-multi-radio {
  width: 100%
}

.sitewidget-inquire .form-style9 .control-group.control-multi-radio input[type="radio"] {
  width: auto
}

.sitewidget-inquire .form-style9 .control-group.control-multi-radio-inline {
  width: 100%
}

.sitewidget-inquire .form-style9 .control-group.control-multi-checkbox {
  width: 100%
}

.sitewidget-inquire .form-style9 .control-group.control-multi-checkbox-vertical {
  width: 100%
}

.sitewidget-inquire .form-style9 .control-group.control-multi-checkbox-vertical .control-label {
  width: 100%;
  padding-left: 10px
}

.sitewidget-inquire .form-style9 .control-group.control-multi-checkbox-inline {
  width: 100%
}

.sitewidget-inquire .form-style9 .control-group .controls select {
  width: calc(100% - 32px);
  max-width: 100%;
  outline: 0;
  border-radius: 3px;
  box-shadow: none;
  padding: 8px 16px;
  text-indent: 0
}

.sitewidget-inquire .form-style9 .control-group .controls .multiple-select {
  width: calc(100% - 34px);
  max-width: 100%;
  outline: 0;
  border-radius: 3px;
  box-shadow: none;
  padding: 8px 16px;
  text-indent: 0;
  line-height: normal;
  min-height: auto;
  display: flex;
  align-items: center;
  box-sizing: initial
}

.sitewidget-inquire .form-style9 .control-group .controls .multiple-select span {
  line-height: normal
}

.sitewidget-inquire .form-style9 .control-group .controls label.radio,
.sitewidget-inquire .form-style9 .control-group .controls label.checkbox {
  margin-right: 0
}

.sitewidget-inquire .form-style9 .control-group.selectFileBtn {
  width: 100%
}

.sitewidget-inquire .form-style9 .imgVarifyCode .controls input {
  box-shadow: none;
  border-radius: 3px;
  outline: 0
}

.sitewidget-inquire .form-style9 .control-group .phoneInputprepend {
  flex-wrap: nowrap
}

.sitewidget-inquire .form-style9 .phoneInputprepend input:nth-child(2) {
  border-left: 0
}

.sitewidget-inquire .form-style9 .controls select {
  background-image: url("/static/t-ljBoBKiKwopiorbm/assets/widget/images/formSelectStyle9.png");
  background-size: 16px
}

.sitewidget-inquire .form-style9 .controls .select2-container .select2-selection--single .select2-selection__arrow {
  background-image: url(/static/t-ljBoBKiKwopiorbm/assets/widget/images/formSelectStyle9.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  right: 9px
}

.sitewidget-inquire .form-style9 .controls .select2-container .select2-selection--single .select2-selection__arrow b {
  visibility: hidden
}

.sitewidget-inquire .form-style9 .control-group .multiple-select {
  background-image: url("/static/t-ljBoBKiKwopiorbm/assets/widget/images/formSelectStyle9.png");
  background-size: 16px;
  -webkit-appearance: none;
  background-position: 97.5%;
  background-repeat: no-repeat;
  line-height: normal !important
}

.sitewidget-inquire .form-style9 .control-group .multiple-select::after {
  display: none
}

.sitewidget-inquire .form-style9 .control-group .multiple-parent ul {
  box-shadow: none
}

@media(max-width: 480px) {
  .sitewidget-inquire .form-style9 .control-group .control-label {
    padding: 0
  }
}

.form-file-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px
}

.form-file-list li:first-child {
  padding-top: 10px
}

.sitewidget-inquire form fieldset {
  margin: 0;
  padding: 0;
  padding-block: 0;
  min-inline-size: auto
}

.form-file-list li .file-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.form-file-list .delete-icon {
  cursor: pointer;
  display: inline-flex;
  align-items: center
}

.form-file-list .delete-icon svg path {
  fill: #767676
}

.sitewidget-inquire .error-tip-msg {
  color: #f20606
}

.other-form-file-list {
  margin-top: 10px
}

.other-form-file-list .error-tip-msg {
  text-align: left
}

.other-form-file-list .form-file-list {
  border-top: 1px solid #ececec
}

.other-form-file-list.first-file-list .form-file-list {
  border: 0
}

.sitewidget-inquire .form-line-5 .selectFileBtn .form-file-list,
.sitewidget-inquire .form-line-5 .selectFileBtn .error-tip-msg {
  display: none !important
}

.other-form-file-list:last-child {
  margin: 0
}

.block-container:has(.isFixed_bottom_left),
.main-container:has(.isFixed_bottom_left) {
  z-index: 999
}

/* /assets/widget/script/plugins/form/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-table;
  margin: 0 10px 0 0;
  position: relative;
  vertical-align: middle
}

@media(max-width: 768px) {
  .select2-container {
    margin-bottom: 10px
  }
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0 !important;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  padding-left: 6px !important;
  margin-left: -1px
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: 0;
  font-size: 1em
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: 0;
  font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: 0;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  font-size: 14px;
  font-weight: 300;
  font-family: initial
}

.select2-results__option--selectable {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 100%;
  margin-right: 20px;
  padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__clear span {
  font-family: initial
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 20px;
  transform: translateY(-50%)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #333 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #333 transparent;
  border-width: 0 3px 4px 3px
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0 0 0 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: 0;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: 0
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: 0
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--group {
  padding: 0
}

.select2-container--default .select2-results__option--disabled {
  color: #999
}

.select2-container--default .select2-results__option--selected {
  background-color: #1967d2;
  color: white
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1967d2;
  color: white
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: 0;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: 0;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: 0
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 3px 4px 3px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: 0
}

.select2-container--classic .select2-dropdown--below {
  border-top: 0
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
  padding: 0
}

.select2-container--classic .select2-results__option--disabled {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

.select2-container .select2-selection--single {
  height: auto !important;
  min-height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 4px 12px;
  line-height: 1.42857143
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 32px
}

.select2-dropdown {
  border: 1px solid #ccc;
  border-radius: 4px
}

.select2-search__field {
  padding: 4px 6px !important
}

/* /assets/widget/style/component/inquire/inquire.css */
.sitewidget-inquire-table th,
.sitewidget-inquire-table td {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 5px
}

.sitewidget-inquire-table th {
  background-color: #f3f3f3;
  text-align: left
}

.sitewidget-inquire-table input[type="number"] {
  width: 6em
}

.new-inquire-table-main {
  width: 100%;
  overflow-x: auto
}

.new-inquire-table-main table {
  white-space: nowrap
}

@media(max-width: 575px) {
  .new-inquire-table-main::-webkit-scrollbar-thumb {
    border: 0
  }
}

.new-inquire-table-main::-webkit-scrollbar {
  height: 4px;
  background-color: #ebebeb
}

.new-inquire-table-main::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #bcbcbc
}

.new-inquire-table-main table thead th {
  min-width: 145px;
  width: 145px;
  white-space: nowrap
}

.new-inquire-table-main table thead th.small {
  width: 100px
}

.new-inquire-table-main table thead th.medium {
  width: 300px
}

.new-inquire-table-main table .cus-message-input {
  max-width: 130px
}

.new-inquire-table-main table textarea.cus-message-input {
  max-height: 120px;
  min-width: 80px;
  resize: vertical
}

.new_mobile_prod_inquiry_main {
  display: none
}

.new_mobile_prod_inquiry_main .new_mobile_prod_inquiry_item {
  display: flex;
  border-top: 1px solid #ccc;
  padding: 16px 0
}

.new_mobile_prod_inquiry_main .new_mobile_prod_inquiry_item .mobile_prod_inquiry_item_l .mobile_prod_inquiry_item_l_img {
  display: block
}

.new_mobile_prod_inquiry_main .new_mobile_prod_inquiry_item .mobile_prod_inquiry_item_l .mobile_prod_inquiry_item_l_img>a>img {
  width: 80px;
  height: 80px;
  object-fit: contain
}

.new_mobile_prod_inquiry_main .new_mobile_prod_inquiry_item .mobile_prod_inquiry_item_r {
  margin-left: 12px;
  flex: 1
}

.new_mobile_prod_inquiry_main .new_mobile_prod_inquiry_item .mobile_prod_inquiry_item_r .mobile_prod_inquiry_item_r_prodname>a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.new_mobile_prod_inquiry_main .new_mobile_prod_inquiry_item .mobile_prod_inquiry_item_r .mobile_prod_inquiry_item_r_sku {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.new_mobile_prod_inquiry_main .new_mobile_prod_inquiry_item .mobile_prod_inquiry_item_r .mobile_prod_inquiry_item_r_inquiry_number {
  display: flex;
  align-items: center;
  margin-top: 8px
}

.new_mobile_prod_inquiry_main .new_mobile_prod_inquiry_item .mobile_prod_inquiry_item_r .mobile_prod_inquiry_item_r_viewmore {
  margin-top: 8px;
  line-height: 18px
}

.new_mobile_prod_inquiry_main .new_mobile_prod_inquiry_item .mobile_prod_inquiry_item_r .mobile_prod_inquiry_item_r_viewmore>a.del-btn {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 16px;
  text-decoration: underline
}

.new_mobile_prod_inquiry_main .new_mobile_prod_inquiry_item .mobile_prod_inquiry_item_r .mobile_prod_inquiry_item_r_viewmore .new_mobile_inquiry_view {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 16px;
  margin-right: 16px;
  text-decoration: underline
}

.new_mobile_prod_inquiry_main .new_mobile_prod_inquiry_item .new_mobile_prod_inquiry_hidden_data {
  display: none !important
}

@media screen and (max-width: 768px) {
  .new_mobile_prod_inquiry_main {
    display: block
  }

  .new-inquire-table-main {
    display: none
  }
}

.inquiry-minus,
.inquiry-plus {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 1px;
  height: 1.8em;
  box-sizing: border-box;
  font-size: 14px !important;
  padding: 0 12px;
  color: #333;
  cursor: pointer;
  line-height: 1.8em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  outline: 0;
  text-decoration: none
}

.inquiry-quan-input {
  box-sizing: border-box;
  width: 40px;
  line-height: 1.8em !important;
  height: 1.8em !important;
  outline: 0;
  border: 1px solid #ccc;
  text-align: center !important;
  font-size: 14px !important;
  margin-right: 4px;
  border-radius: 0 !important;
  box-shadow: none !important
}

.inquiry-minus {
  margin-right: 4px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDMTEwNkIxRDBBRDFFNDExQTZCQ0ZBQ0U0ODczRTlGNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFRTdDODczRkQxMEUxMUU0QUFBM0UxMzU1RTJCMDVGNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRTdDODczRUQxMEUxMUU0QUFBM0UxMzU1RTJCMDVGNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMxMTA2QjFEMEFEMUU0MTFBNkJDRkFDRTQ4NzNFOUY0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkMxMTA2QjFEMEFEMUU0MTFBNkJDRkFDRTQ4NzNFOUY0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htVHtgAAAE1JREFUeNpi/P//PwMlgImBQjBqAAMDC4gwMTGRAFIcIPaZM2ceENIEVK8AZT5jgTJWALE9VJIUBxjCDFgDxBfI8MFrxtGENBwMAAgwAMGrD9xuXht6AAAAAElFTkSuQmCC) no-repeat center !important
}

.inquiry-plus {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDMTEwNkIxRDBBRDFFNDExQTZCQ0ZBQ0U0ODczRTlGNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0REFBOEE1QkQxMEUxMUU0OUU0QjhGRTg2NkZDNDgzMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0REFBOEE1QUQxMEUxMUU0OUU0QjhGRTg2NkZDNDgzMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMxMTA2QjFEMEFEMUU0MTFBNkJDRkFDRTQ4NzNFOUY0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkMxMTA2QjFEMEFEMUU0MTFBNkJDRkFDRTQ4NzNFOUY0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+cTbPHAAAAIlJREFUeNpi/P//PwMuYGJiwg+kOIH41ZkzZ/5hU8PEgB/MBOLnQCyGSwEhAwiCYWAACzS0JYAUBxZ5bigtC1SDTf4ZC5SxAojt8Vh0Coe4IcyANUB8AYsCTyBWA+LZQPwNi/xrRgIJCeSycCCWBCakF6PpAE86wAM2AvEDIP6CSwHeWCAGAAQYABnvH++S98utAAAAAElFTkSuQmCC) no-repeat center !important
}

.new_prod_inquiry_mark {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 20000;
  background-color: rgba(0, 0, 0, 0.2)
}

.new_prod_inquiry_mark .new_prod_inquiry_popup {
  max-height: 70%;
  width: 100%;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.03), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: 0;
  background-color: #fff;
  z-index: 100;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column
}

.new_prod_inquiry_mark .new_prod_inquiry_popup .new_prod_inquiry_popup_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  height: 23px
}

.new_prod_inquiry_mark .new_prod_inquiry_popup .new_prod_inquiry_popup_header .new_prod_inquiry_popup_title {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 23px
}

.new_prod_inquiry_mark .new_prod_inquiry_popup .new_prod_inquiry_popup_header .new_prod_inquiry_popup_close {
  cursor: pointer
}

.new_prod_inquiry_mark .new_prod_inquiry_popup .new_prod_inquiry_popup_main {
  flex: 1;
  overflow: auto;
  border: 1px solid #ddd
}

.new_prod_inquiry_mark .new_prod_inquiry_popup .new_prod_inquiry_popup_main .new_prod_inquiry_popup_main_item {
  display: flex
}

.new_prod_inquiry_mark .new_prod_inquiry_popup .new_prod_inquiry_popup_main .new_prod_inquiry_popup_main_item:last-of-type .new_prod_inquiry_popup_main_item_l,
.new_prod_inquiry_mark .new_prod_inquiry_popup .new_prod_inquiry_popup_main .new_prod_inquiry_popup_main_item:last-of-type .new_prod_inquiry_popup_main_item_r {
  border-bottom: 0
}

.new_prod_inquiry_mark .new_prod_inquiry_popup .new_prod_inquiry_popup_main .new_prod_inquiry_popup_main_item .new_prod_inquiry_popup_main_item_l {
  width: 104px;
  background: #f3f3f3;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 16px
}

.new_prod_inquiry_mark .new_prod_inquiry_popup .new_prod_inquiry_popup_main .new_prod_inquiry_popup_main_item .new_prod_inquiry_popup_main_item_r {
  flex: 1;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 18px;
  flex-wrap: wrap;
  word-break: break-word
}

.new_prod_inquiry_mark .new_prod_inquiry_popup .new_prod_inquiry_popup_main .new_prod_inquiry_popup_main_item .new_prod_inquiry_popup_main_item_r .cus-message-input {
  background-color: inherit;
  color: #000;
  outline: 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 4px 6px;
  font-size: 14px;
  height: 26px !important;
  border-radius: 4px
}

.new_prod_inquiry_mark .new_prod_inquiry_popup .new_prod_inquiry_popup_main .new_prod_inquiry_popup_main_item .new_prod_inquiry_popup_main_item_r>img {
  width: 80px;
  height: 80px;
  object-fit: contain
}

/* /assets/widget/script/plugins/air-datepicker/css/datepicker.css */
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0;
  border: 0
}

.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1
}

.datepicker--cell.-focus- {
  background: #f0f0f0
}

.datepicker--cell.-current- {
  color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
  color: #4eb5e6
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2)
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px
}

.datepicker--cell.-selected- {
  color: #fff;
  border: 0;
  background: #5cc4ef
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced
}

.datepicker--cell:empty {
  cursor: default
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px
}

.datepicker--day-name {
  color: #ff9a19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em
}

.datepicker--cell-day {
  width: 14.28571%
}

.datepicker--cells-months {
  height: 170px
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%
}

.datepicker--years {
  height: 170px
}

.datepicker--cells-years {
  height: 170px
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0;
  border: 0
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0
}

@media print {
  .datepickers-container {
    display: none
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, left 0s .3s;
  transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
  z-index: 100
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px)
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px)
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px)
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px)
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, left 0s 0s;
  transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none
}

.datepicker-inline .datepicker--pointer {
  display: none
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px
}

.-only-timepicker- .datepicker--content {
  display: none
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1
}

.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg)
}

.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg)
}

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px
}

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px
}

.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2)
}

.datepicker--body {
  display: none
}

.datepicker--body.active {
  display: block
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0;
  border: 0
}

.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px
}

.-only-timepicker- .datepicker--nav {
  display: none
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.datepicker--nav-action:hover {
  background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
  visibility: hidden
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px
}

.datepicker--nav-title:hover {
  background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef
}

.datepicker--button {
  color: #4eb5e6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0;
  border: 0
}

.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px
}

.-only-timepicker- .datepicker--time {
  border-top: 0
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px
}

.datepicker--time-label {
  display: none;
  font-size: 12px
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
  margin-bottom: 4px
}

.datepicker--time-row input[type='range'] {
  background: 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none
}

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8
}

.datepicker--time-row input[type='range']:focus {
  outline: 0
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s
}

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: 0;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent
}

.datepicker--time-row input[type='range']::-moz-range-track {
  border: 0;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent
}

.datepicker--time-row input[type='range']::-ms-track {
  border: 0;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent
}

.datepicker--time-row span {
  padding: 0 12px
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute
}

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0;
  border: 0
}

/* /assets/widget/style/component/quicknavigation/quicknavigation.css */
.sitewidget-quicknavigation .sitewidget-quicknavigation-simplelinks a {
  margin-left: 10px
}

.sitewidget-quicknavigation .sitewidget-quicknavigation-simplelinks a:first-child {
  margin-left: 0
}

.sitewidget-quicknavigation-mobilestyle .sitewidget-hd-toggleTitle .sitewidget-quicknav-settedtitle,
.sitewidget-quicknavigation-mobilestyle .sitewidget-hd-toggleTitle .sitewidget-thumb,
.sitewidget-quicknavigation .sitewidget-hd .sitewidget-thumb {
  display: none
}

.sitewidget-quicknavigation-mobilestyle .sitewidget-hd-toggleTitle .sitewidget-thumb {
  position: absolute;
  right: 5px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  line-height: 20px
}

.sitewidget-quicknavigation-mobilestyle .sitewidget-hd-toggleTitle .sitewidget-thumb.closed {
  background-position: bottom center
}

.sitewidget-quicknavigation .quicknav-style-vtl p {
  padding: 0 0 0 10px;
  background-position: left center;
  background-repeat: no-repeat;
  text-align: left
}

.sitewidget-quicknavigation .quicknav-arrow-style p {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHAQMAAAAVq36TAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAABRJREFUCNdjaGBwYFBgEABiB4YGAAy+AdE8x/bYAAAAAElFTkSuQmCC)
}

.sitewidget-quicknavigation .quicknav-dot-style p {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNDNjAzRUFFMzVEMjExRTU5QUVDRjc0QTNEOEEwRkY2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNDNjAzRUFGMzVEMjExRTU5QUVDRjc0QTNEOEEwRkY2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0M2MDNFQUMzNUQyMTFFNTlBRUNGNzRBM0Q4QTBGRjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0M2MDNFQUQzNUQyMTFFNTlBRUNGNzRBM0Q4QTBGRjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5ZBTcPAAAARElEQVR42mL8//8/AzbABGPMmjVLDojZUCSAAjlA6iEQ3wOyJZB12EBpaSCWAzFYoAI1QPwdiC+npaWdAgkw4rIcIMAAXNkUXVVc4WgAAAAASUVORK5CYII=);
  background-position: left center;
  background-repeat: no-repeat
}

.sitewidget-quicknavigation .quickNavStyle5 .quicknav-dot-style p a,
.sitewidget-quicknavigation .quickNavStyle5 .quicknav-dot-style p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.sitewidget-quicknavigation-stylebase {
  border: 1px solid #eae9e9
}

.sitewidget-quicknavigation .sitewidget-hd div.quickNavDiv {
  font-family: Arial;
  font-size: 24px;
  color: #333;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: left
}

.sitewidget-quicknavigation-stylebase .sitewidget-hd {
  padding-left: 15px;
  border-bottom: 1px solid #eae9e9;
  background-color: #f5f5f5
}

.sitewidget-quicknavigation-stylebase .sitewidget-hd h2 {
  line-height: 42px;
  font-size: 16px;
  font-weight: bold
}

.sitewidget-quicknavigation-stylebase .sitewidget-hd div.quickNavDiv {
  line-height: 42px;
  font-size: 16px;
  font-weight: bold
}

.sitewidget-quicknavigation-stylebase .quicknav-style-vtl .quicknav-stylevtl-wrap {
  padding-left: 15px;
  border-top: 1px solid #eae9e9
}

.sitewidget-quicknavigation-stylebase .quicknav-style-vtl .quicknav-stylevtl-wrap:first-child {
  border-top: 0
}

.sitewidget-quicknavigation-stylebase .sitewidget-bd a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #666
}

.sitewidget-quicknavigation-stylebase .sitewidget-bd a:hover,
.sitewidget-quicknavigation-stylebase .sitewidget-bd a.anchor-light {
  color: #326ca6
}

.sitewidget-quicknavigation-style7 .quicknav-style-vtl .quicknav-stylevtl-wrap {
  border-top: 1px dotted #e7e6e6
}

.sitewidget-quicknavigation-style8,
.sitewidget-quicknavigation-style9 {
  border-width: 0
}

.sitewidget-quicknavigation-style8 .sitewidget-hd,
.sitewidget-quicknavigation-style9 .sitewidget-hd {
  border-bottom: 2px solid #999;
  background-color: transparent
}

.sitewidget-quicknavigation-style8 .quicknav-style-vtl .quicknav-stylevtl-wrap {
  border-top: 0;
  border-bottom: 1px dotted #e7e6e6
}

.sitewidget-quicknavigation-style9 .quicknav-style-vtl .quicknav-stylevtl-wrap {
  border-top: 0;
  border-bottom: 1px solid #e7e6e6
}

.sitewidget-quicknavigation-style10 .sitewidget-hd {
  background-color: #8c8c8c
}

.sitewidget-quicknavigation-style10 .sitewidget-hd h2 {
  color: #fff
}

.sitewidget-quicknavigation-style10 .sitewidget-hd div.quickNavDiv {
  color: #fff
}

.sitewidget-quicknavigation-style10 .quicknav-style-vtl .quicknav-stylevtl-wrap:hover,
.sitewidget-quicknavigation-style10 .quicknav-style-vtl .quicknav-stylevtl-wrap.anchor-light {
  background-color: #f5f5f5
}

.sitewidget-quicknavigation-style10 .sitewidget-bd a:hover,
.sitewidget-quicknavigation-style10 .sitewidget-bd a.anchor-light {
  color: #666
}

.sitewidget-quicknavigation-style11 {
  border: 0
}

.sitewidget-quicknavigation-style11 .sitewidget-hd {
  border-bottom: 0
}

.sitewidget-quicknavigation-style11 .sitewidget-bd a {
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #ddd;
  padding: 5px 0 5px 35px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAYAAABcUvyWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU0ODMxQ0JFMjBBOTExRTZCMTMwQjQ1OTQ2NjNFNTUwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU0ODMxQ0JGMjBBOTExRTZCMTMwQjQ1OTQ2NjNFNTUwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTQ4MzFDQkMyMEE5MTFFNkIxMzBCNDU5NDY2M0U1NTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTQ4MzFDQkQyMEE5MTFFNkIxMzBCNDU5NDY2M0U1NTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7mt8B7AAAARklEQVR42myOiQkAMAgD06zk/hvoTP3AIjYHguQICnefG/QhNhEx0aCZDSVvQ0nm0uU4hyopqMLTpgpfo4dXqPB7t7IEGABAgjjL/u34NwAAAABJRU5ErkJggg==) no-repeat 20px center
}

.sitewidget-quicknavigation-style11 .sitewidget-bd a:hover,
.sitewidget-quicknavigation-style11 .sitewidget-bd a.anchor-light {
  color: #fff
}

.quickNavStyle12 {
  position: relative
}

.quickNavStyle12 .sitewidget-thumb,
.quickNavStyle12 .sitewidget-quicknav-settedtitle {
  display: block !important
}

.quickNavStyle12 .sitewidget-hd {
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  padding: 0 15px;
  border-radius: 4px
}

.quickNavStyle12 .sitewidget-bd {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9
}

.respond-quick-navstyle12 {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  margin-top: 10px;
  padding: 15px;
  border-radius: 4px
}

.respond-quick-navstyle12 li {
  float: none !important;
  width: 100% !important;
  margin: 8px 0
}

.respond-quick-navstyle13 a {
  display: inline-block;
  padding: 10px;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  transition: all .5s;
  position: relative
}

.respond-quick-navstyle13 a:hover {
  color: #0089f5
}

.respond-quick-navstyle13 a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #0089f5;
  display: block;
  transform: scaleX(0);
  transition: all .4s ease;
  transform-origin: 0 0;
  z-index: 0
}

.respond-quick-navstyle13 a.on:after,
.respond-quick-navstyle13 a.anchor-light:after {
  transform: scaleX(1);
  visibility: visible
}

.respond-quick-navstyle13 a:hover:after {
  transform: scaleX(1);
  visibility: visible
}

.respond-quick-navstyle13 a:hover {
  text-decoration: none
}

@media(max-width: 989px) {
  .sitewidget-quicknavigation .sitewidget-bd p a {
    display: block;
    margin-left: 0
  }

  .sitewidget-quicknavigation .sitewidget-bd p span {
    display: none
  }

  @-webkit-keyframes subnav-open {
    0% {
      -webkit-transform: scaleY(0.85);
      transform: scaleY(0.85)
    }

    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1)
    }
  }

  .sitewidget-quicknavigation-mobilestyle .sitewidget-hd-toggleTitle .sitewidget-quicknav-settedtitle,
  .sitewidget-quicknavigation-mobilestyle .sitewidget-hd-toggleTitle .sitewidget-thumb {
    display: block;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s
  }

  .sitewidget-quicknavigation-mobilestyle .sitewidget-hd-toggleTitle .sitewidget-thumb.toup {
    transform: rotate(180deg)
  }

  .sitewidget-quicknavigation-mobilestyle .sitewidget-hd-toggleTitle .sitewidget-thumb.todown {
    transform: rotate(0)
  }

  .sitewidget-quicknavigation-mobilestyle .sitewidget-bd {
    display: none;
    -webkit-animation: subnav-open .3s ease;
    animation: subnav-open .3s ease
  }

  .sitewidget-quicknavigation-mobilestyle .sitewidget-hd-toggleTitle .sitewidget-quicknav-settedtitle.sitewidget-quicknav-title {
    text-align: left
  }

  .hidePcTitle {
    display: block !important
  }
}

.sitewidget-quicknavigation .sitewidget-bd a.on {
  color: #457cba
}

.sitewidget-quicknavigation-style11 .sitewidget-bd a.on {
  background-color: #f39801;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBFQjI3Q0Y3MjBBOTExRTY5ODQxQjJCOTc0N0QyOUYyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBFQjI3Q0Y4MjBBOTExRTY5ODQxQjJCOTc0N0QyOUYyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEVCMjdDRjUyMEE5MTFFNjk4NDFCMkI5NzQ3RDI5RjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEVCMjdDRjYyMEE5MTFFNjk4NDFCMkI5NzQ3RDI5RjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4uOFlwAAAALElEQVR42mL8DwQMDAyMDEiAESrIgCyBLAiXQBcEi2ETJE4lI0HbUdwJEGAAY64j7r9L+t8AAAAASUVORK5CYII=);
  color: #fff
}

.sitewidget-quicknavigation-style11 a:hover,
.sitewidget-quicknavigation-style11 div.sitewidget-bd a.anchor-light {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBFQjI3Q0Y3MjBBOTExRTY5ODQxQjJCOTc0N0QyOUYyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBFQjI3Q0Y4MjBBOTExRTY5ODQxQjJCOTc0N0QyOUYyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEVCMjdDRjUyMEE5MTFFNjk4NDFCMkI5NzQ3RDI5RjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEVCMjdDRjYyMEE5MTFFNjk4NDFCMkI5NzQ3RDI5RjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4uOFlwAAAALElEQVR42mL8DwQMDAyMDEiAESrIgCyBLAiXQBcEi2ETJE4lI0HbUdwJEGAAY64j7r9L+t8AAAAASUVORK5CYII=);
  text-decoration: none
}

@media(min-width: 990px) {

  .col-md-12 .sitewidget-quicknavigation .respond-quick-navstyle li,
  .col-md-11 .sitewidget-quicknavigation .respond-quick-navstyle li,
  .col-md-10 .sitewidget-quicknavigation .respond-quick-navstyle li,
  .col-md-9 .sitewidget-quicknavigation .respond-quick-navstyle li,
  .col-md-8 .sitewidget-quicknavigation .respond-quick-navstyle li {
    float: left;
    width: 33%
  }

  .row .row .sitewidget-quicknavigation .respond-quick-navstyle li {
    float: none;
    width: 100%
  }

  .col-md-12 .sitewidget-quicknavigation-style11 .respond-quick-navstyle li,
  .col-md-11 .sitewidget-quicknavigation-style11 .respond-quick-navstyle li,
  .col-md-10 .sitewidget-quicknavigation-style11 .respond-quick-navstyle li,
  .col-md-9 .sitewidget-quicknavigation-style11 .respond-quick-navstyle li,
  .col-md-8 .sitewidget-quicknavigation-style11 .respond-quick-navstyle li {
    clear: both;
    width: 100%
  }

  .hidePcTitle {
    display: none !important
  }
}


.sitewidget-form-20240323213230 #formsubmit {
  border: 0 solid #2e6da4;
  border-radius: 6px;
  background: #fa7000;
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 45px;
}

.sitewidget-form-20240323213230 #formsubmit {
  border: 0 solid #2e6da4;
  border-radius: 6px;
  background: #fa7000;
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 45px;
}






















.bobo-news-read.main {
  padding-top: 80px;
  padding-bottom: 50px
}

.bobo-news-read .flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bobo-news-read .news-left {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 27px;
  overflow: hidden
}

.bobo-news-right {
  width: 290px;
  border-left: 1px solid #e7e7e7;
  padding-left: 27px;
  box-sizing: border-box
}

.bobo-news-right .side-search {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 35px
}

.bobo-news-right .side-search .submit_text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 60px 0 20px;
  color: #999;
  font-size: 14px;
  background: 0 0;
  box-sizing: border-box
}

.bobo-news-right .side-search .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  text-align: center;
  background: 0 0
}

.bobo-news-right .side-search .submit_btn i {
  font-size: 21px;
  color: #989898
}

.bobo-news-right .side-news-list {
  margin: 0 0 30px
}

.bobo-news-right .side-news-list h4 {
  font-size: 17px;
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9;
  line-height: 48px;
  display: flex;
  align-items: center;
}

.bobo-news-right .side-news-list h4 img {
  margin-right: 12px;
}

.bobo-news-right .side-news-list ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #e1e1e1
}

.bobo-news-right .side-news-list ul li h5 {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px
}

.bobo-news-right .side-news-list ul li h5 a:hover {
  color: var(--color-primary);
  text-decoration: underline
}

.bobo-news-right .side-news-list ul li p {
  color: #666;
  font-size: 12px;
  text-align: right
}

.bobo-news-right .side-pro a {
  display: block
}

.bobo-news-right .side-pro .more {
  background: var(--color-primary);
  border-radius: var(--button-radius);
  color: #fff;
  font-size: 13px;
  line-height: 37px;
  height: 37px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 12px;
}

.bobo-news-right .side-pro .more:hover {
  background: none;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.bobo-news-read .news-top a {
  font-size: 16px;
  color: #999;
  font-weight: 700
}

.bobo-news-read .news-top a i {
  font-size: 18px;
  vertical-align: middle
}

.bobo-news-read .newsnr h1 {
  font-size: 22px;
  line-height: 2;
  margin: 30px 0 0;
  color: #212121;
  font-weight: 700;
  text-align: center
}

.bobo-news-read .newsnr .artInfo {
  text-align: center;
  margin: 25px 0 0;
  position: relative
}

.bobo-news-read .newsnr .artInfo span {
  margin: 0 30px;
  line-height: 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #666
}

.bobo-news-read .newsnr .artInfo span.time {
  padding: 0 0 0 36px
}

.bobo-news-read .newsnr .artInfo span.hit {
  padding: 0 0 0 36px
}

.bobo-news-read .newsnr .artInfo span.time i,
.bobo-news-read .newsnr .artInfo span.hit i {
  color: var(--color-primary)
}

.bobo-news-read .myart {
  margin: 60px 0 0;
  padding: 50px 0 0;
  line-height: 32px;
  font-size: 17px;
  color: #666;
  border-top: 1px solid #eee
}

.bobo-news-read .myart h5 {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px
}

.bobo-news-read .myart p {
  margin-bottom: 20px
}

.bobo-news-read .myart .row {
  margin-bottom: 20px
}

.bobo-news-read .myart .row p {
  text-align: center
}

.bobo-news-read .myart table {
  width: 100%
}

.bobo-news-read .myart table td {
  padding: 5px;
  border: 1px solid #333;
  text-align: center
}

.bobo-news-read .scroll-pic {
  margin-bottom: 30px;
  margin-top: 30px;
  overflow: hidden
}

.bobo-news-read .scroll-pic p {
  text-align: center;
  margin-top: 10px
}

.bobo-news-read .scroll-pic .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 25px
}

.bobo-news-read .scroll-pic .swiper-pagination-bullet {
  height: 9px;
  width: 9px;
  margin: 0 12px;
  background: #ccc;
  border-radius: 0;
  opacity: 1;
  box-sizing: border-box
}

.bobo-news-read .scroll-pic .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.bobo-news-read .pro-bar {
  margin: 55px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 45px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.bobo-news-read .pro-bar a {
  line-height: 28px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  box-sizing: border-box
}

.bobo-news-read .pro-bar a:not(:nth-child(2)) {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative
}

.bobo-news-read .pro-bar a:nth-child(2) {
  width: 125px;
  text-align: center;
  display: block
}

.bobo-news-read .pro-bar a span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.bobo-news-read .pro-bar a span i {
  margin: 2px 20px 0 0;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block
}

.bobo-news-read .pro-bar a p {
  margin: 0 0 0 20px
}

.bobo-news-read .pro-bar a:last-child {
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.bobo-news-read .pro-bar a:last-child span i {
  margin: 2px 0 0 20px
}

.bobo-news-read .pro-bar a:last-child p {
  margin: 0 20px 0 0
}

.bobo-news-read .pro-bar a:hover {
  color: var(--color-primary);
}

.bobo-news-read .pro-bar a:hover p {
  text-decoration: underline;
  color: var(--color-primary);
}

.bobo-news-read .rela-pro .tit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.bobo-news-read .rela-pro .tit h5 {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  line-height: 1
}

.bobo-news-read .rela-pro .tit .page {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.bobo-news-read .rela-pro .tit .page .swiper-button-prev,
.bobo-news-read .rela-pro .tit .page .swiper-button-next {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: var(--color-primary);
  position: static;
  margin-top: 0
}

.bobo-news-read .rela-pro .tit .page .swiper-button-prev i,
.bobo-news-read .rela-pro .tit .page .swiper-button-next i {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  margin-top: 2px
}

.bobo-news-read .rela-pro .tit .page .swiper-button-next {
  margin-left: 14px
}

.bobo-news-read .rela-pro .tit .page .swiper-button-prev::after,
.bobo-news-read .rela-pro .tit .page .swiper-button-next::after {
  display: none;
}

.bobo-news-read .rela-pro .tit .page .swiper-button-prev:hover,
.bobo-news-read .rela-pro .tit .page .swiper-button-next:hover {
  background: var(--color-primary)
}

.bobo-news-read .rela-pro .list {
  margin: 25px 0 0
}

.bobo-news-read .rela-pro .swiper-slide {}

.bobo-news-read .rela-pro .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden
}

.bobo-news-read .rela-pro .swiper-slide a>img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.bobo-news-read .rela-pro .swiper-slide .t {
  position: absolute;
  background: var(--color-primary);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 40px;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.bobo-news-read .rela-pro .swiper-slide .t::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 15px;
  width: 0;
  bottom: 16px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease 0.3s;
  -webkit-transition: all 0.3s ease 0.3s
}

.bobo-news-read .rela-pro .swiper-slide .t p {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.5px;
  padding: 0 0 0 30px;
  position: relative
}

.bobo-news-read .rela-pro .swiper-slide .t p::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 400
}

.bobo-news-read .rela-pro .swiper-slide .t2 {
  padding: 0 70px
}

.bobo-news-read .rela-pro .swiper-slide .t2 p {
  font-size: 17px;
  line-height: 36px
}

.bobo-news-read .rela-pro .swiper-slide:hover .t {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.bobo-news-read .rela-pro .swiper-slide:hover .t::after {
  width: calc(100% - 30px)
}

.bobo-news-read .rela-pro .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px
}

.bobo-news-read .rela-pro .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  background: #40409c;
  border-radius: 10px;
  opacity: 1;
  box-sizing: border-box
}

.bobo-news-read .rela-pro .swiper-pagination-bullet-active {
  width: 12px;
  background: #00007b
}


@media screen and (max-width: 768px) {
  .bobo-news-read {
    padding-top: 25px;
    padding-bottom: 30px
  }

  .bobo-news-read .news-left {
    -webkit-flex: none;
    flex: none;
    width: 100%;
    margin: 0
  }

  .bobo-news-right {
    width: 100%;
    border-left: none;
    padding: 20px 0 0
  }

  .bobo-news-right .side-pro {
    display: none
  }

  .bobo-news-read .news-top a {
    font-size: 15px
  }


  .bobo-news-read .newsnr h1 {
    font-size: 18px;
    line-height: 1.5;
    margin: 15px 0 0
  }

  .bobo-news-read .newsnr .artInfo span {
    margin: 0 5px;
    font-size: 13px
  }

  .bobo-news-read .myart img {
    width: 100%;
    height: auto
  }

  .bobo-news-read .myart {
    line-height: 24px;
    font-size: 14px;
    margin: 20px 0 0;
    padding: 20px 0 15px
  }

  .bobo-news-read .myart h5 {
    font-size: 20px;
    margin-bottom: 12px
  }

  .bobo-news-read .myart .row {
    margin-bottom: 0
  }

  .bobo-news-read .myart .row>divl {
    margin-bottom: 5px
  }


  .bobo-news-read .scroll-pic {
    margin-bottom: 15px
  }


  .bobo-news-read .pro-bar {
    margin: 20px 0;
    padding: 20px 0
  }

  .bobo-news-read .pro-bar a span i {
    margin: 2px 15px 0 0
  }

  .bobo-news-read .pro-bar a p {
    display: none
  }

  .bobo-news-read .pro-bar a:last-child span i {
    margin: 2px 0 0 15px
  }

  .bobo-news-read .rela-pro .tit h5 {
    font-size: 20px
  }

  .bobo-news-read .rela-pro .tit .page .swiper-button-prev,
  .bobo-news-read .rela-pro .tit .page .swiper-button-next {
    width: 34px;
    height: 34px;
    line-height: 34px
  }

  .bobo-news-read .rela-pro .tit .page .swiper-button-next {
    margin-left: 10px
  }

  .bobo-news-read .rela-pro .list {
    margin: 25px 0 0
  }

  .bobo-news-read .rela-pro .swiper-slide .t {
    position: static;
    padding: 15px 10px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  .bobo-news-read .rela-pro .swiper-slide .t::after {
    display: none
  }

  .bobo-news-read .rela-pro .swiper-slide .t p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding: 0
  }

  .bobo-news-read .rela-pro .swiper-slide .t p::before {
    display: none
  }

  .bobo-news-read .rela-pro .swiper-slide .t2 {
    padding: 15px 10px
  }

  .bobo-news-read .rela-pro .swiper-slide .t2 p {
    font-size: 14px;
    line-height: 22px
  }
}
















.bobo-goods-read.main {
  padding-top: 80px;
  padding-bottom: 50px
}

.bobo-goods-read .main-left {
  float: left;
  width: 335px
}

.bobo-goods-read .main-left h3 {
  border-bottom: 1px solid #efefef;
  height: 54px;
  line-height: 54px;
  position: relative;
  font-size: 17px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase
}

.bobo-goods-read .main-left h3::after {
  display: none;
  font-family: qico;
  content: "\e727";
  position: absolute;
  right: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

.bobo-goods-read .main-left h3.active::after {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08)
}

.bobo-goods-read .sidemenu {
  margin: 0 0 18px
}

.bobo-goods-read .sidemenu>ul>li {
  border-bottom: 1px solid #efefef
}

.bobo-goods-read .sidemenu>ul>li h5 {
  line-height: 20px;
  display: block;
  font-size: 17px;
  color: #181818;
  cursor: pointer;
  position: relative
}

.sidemenu>ul>li h5 a {
  display: block;
  padding: 18px 50px 18px 0;
  text-transform: capitalize
}

.sidemenu>ul>li h5 a:hover {
  color: var(--color-primary);
  text-decoration: underline
}

.bobo-goods-read .sidemenu>ul>li h5 span {
  position: absolute;
  top: calc(50% - 23px);
  right: 0;
  width: 46px;
  height: 46px;
  display: block;
  font-size: 32px;
}

.bobo-goods-read .sidemenu>ul>li ul {
  display: none;
  padding: 15px 0
}

.bobo-goods-read .sidemenu>ul>li ul li {
  line-height: 20px;
  padding: 5px 0
}

.bobo-goods-read .sidemenu>ul>li ul li:last-child {
  border-bottom: none
}

.sidemenu>ul>li ul li a {
  font-size: 14px;
  display: block;
  color: #666;
  padding-left: 15px;
  text-transform: capitalize
}

.bobo-goods-read .sidemenu>ul>li ul li.active a,
.bobo-goods-read .sidemenu>ul>li ul li a:hover {
  color: var(--color-primary);
  background: url('./pics/i9-1.png') no-repeat left 6px
}

.bobo-goods-read .sidemenu>ul>li.active h5 a {
  color: var(--color-primary);
  border-bottom: 1px solid #ededed
}

.bobo-goods-read .sidemenu>ul>li.active span {
  background: url('./pics/i10-1.png') no-repeat center
}


.bobo-goods-read .main-right {
  margin: 0 0 0 370px
}

.bobo-goods-read .pro_view {
  overflow: visible;
  display: -webkit-flex;
  display: flex
}

.bobo-goods-read .pro_img {
  width: 430px
}

.bobo-goods-read .pro_view_inner {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 45px
}

.bobo-goods-read .pro_view_inner h1 {
  color: #333;
  font-size: 23px;
  font-weight: 700;
  line-height: 2
}

.bobo-goods-read .pro_intro {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
  line-height: 24px
}

.bobo-goods-read .pro_intro p strong {
  color: #333
}

.bobo-goods-read .pro_intro p~p {
  margin-top: 8px
}

.bobo-goods-read .pro-share {
  margin: 35px 0 0
}

.bobo-goods-read .pro_btn {
  margin: 37px 0 0
}

.bobo-goods-read .pro_btn .book {
  width: 142px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: var(--color-primary);
  border-radius: var(--button-radius);
}

.bobo-goods-read .pro_btn .book:hover {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background: none;
}

.bobo-goods-read .bobo-goods-read .pro_tab_box {
  height: 49px;
  margin-top: 30px
}

.bobo-goods-read .pro_tab {
  height: 49px;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  background: #fff
}

.bobo-goods-read .pro_tab_box.scroll-top {
  position: fixed;
  top: 0;
  width: 1030px;
  z-index: 100;
  margin: 0 0;
}

.bobo-goods-read .pro_tab ul {
  height: 100%;
  border-bottom: 1px solid #f1f1f1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative
}

.bobo-goods-read .pro_tab ul li {
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  color: #737373;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

.bobo-goods-read .pro_tab ul li::after {
  content: '';
  width: 0;
  background: var(--color-primary);
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s
}

.bobo-goods-read .pro_tab ul li.active {
  color: #333
}

.bobo-goods-read .pro_tab ul li.active::after {
  width: 100%
}

.bobo-goods-read .pro_text {
  margin: 30px 0 0;
  position: relative
}

.bobo-goods-read .pro_text .pro-scroll {
  padding: 30px 0
}

.bobo-goods-read .pro_text table tr td::first-letter {
  text-transform: uppercase;
}

.bobo-goods-read .pro_text .tit {
  height: 46px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.bobo-goods-read .pro_text .tit h5 {
  font-size: 20px;
  color: #242424;
  font-weight: 700
}

.bobo-goods-read .pro-pics {
  margin-bottom: 30px
}

.bobo-goods-read .pro-pics .view {
  width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative
}

.bobo-goods-read .pro-pics .view .swiper-slide a {
  height: 380px;
  overflow: hidden;
  display: block
}

.bobo-goods-read .pro-pics .view .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;

}

.bobo-goods-read .pro-pics .view .arrow-left,
.bobo-goods-read .pro-pics .view .arrow-right {
  position: absolute;
  top: calc(50% - 30px);
  width: 46px;
  height: 60px;
  line-height: 60px;
  background: var(--color-primary);
  opacity: 0.5;
  z-index: 10;
  text-align: center
}

.bobo-goods-read .pro-pics .view .arrow-left {
  left: 0
}

.bobo-goods-read .pro-pics .view .arrow-right {
  right: 0
}

.bobo-goods-read .pro-pics .view .arrow-left i,
.bobo-goods-read .pro-pics .view .arrow-right i {
  color: #fff;
  font-size: 18px
}

.bobo-goods-read .pro-pics .view .arrow-left:hover,
.bobo-goods-read .pro-pics .view .arrow-right:hover {
  background: var(--color-primary)
}

.bobo-goods-read .pro-pics .preview {
  margin: 50px 0 0;
  width: 100%
}

.bobo-goods-read .pro-pics .preview .swiper-slide {
  cursor: pointer;
  position: relative
}

.bobo-goods-read .pro-pics .preview .swiper-slide::after {
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0
}

.bobo-goods-read .pro-pics .preview .swiper-slide img {
  width: 100%;
  box-sizing: border-box
}

.bobo-goods-read .pro-pics .preview .swiper-slide.active-nav::after {
  display: inline-block
}


.bobo-goods-read .pro-overview dl {
  font-size: 17px;
  color: #666;
  line-height: 30px
}

.bobo-goods-read .pro-overview dl dd {
  padding: 0 0 0 28px;
}

.bobo-goods-read .pro-overview dl dd::before {
  position: absolute;
  left: 0;
  content: "â€¢ ";
  color: var(--color-primary);
  font-size: 10px;
}

.bobo-goods-read .pro-overview dl dd+dd {
  margin-top: 9px
}

.bobo-goods-read .pro-parameter {
  font-size: 17px;
  color: #666;
  line-height: 30px
}

.bobo-goods-read .pro-parameter .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto
}

.bobo-goods-read .pro-parameter table {
  width: 100%;
  font-size: 16px;
  color: #484848;
  border: 1px solid #e6ebf3
}

.bobo-goods-read .pro-parameter table th {
  padding: 10px 20px;
  border: 1px solid #e6ebf3;
  background-color: #f8fafc
}

.bobo-goods-read .pro-parameter table td:first-child {
  padding: 10px 20px;
  border: 1px solid #e6ebf3;
  background-color: #f8fafc !important
}

.bobo-goods-read .pro-parameter table td {
  padding: 10px 20px;
  border: 1px solid #e6ebf3;
  background-color: #fff
}


.bobo-goods-read .pro-parameter table p {
  margin: 0 !important
}

.bobo-goods-read .pro-features ul li {
  position: relative;
  display: -webkit-flex;
  display: flex;
  background: #fafafa;
  -webkit-align-items: center;
  align-items: center
}

.bobo-goods-read .pro-features ul li+li {
  margin-top: 60px
}

.bobo-goods-read .pro-features ul li .pic {
  width: 383px
}

.bobo-goods-read .pro-features ul li .txt {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 60px
}

.bobo-goods-read .pro-features ul li .txt h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary)
}

.bobo-goods-read .pro-features ul li .txt h5::after {
  content: "";
  width: 17px;
  height: 2px;
  background: #333;
  margin: 15px auto 0 0;
  display: block
}

.bobo-goods-read .pro-features ul li .txt .t {
  margin: 20px 0 0;
  font-size: 18px;
  color: #666;
  line-height: 1.66;
  text-transform: capitalize
}

.bobo-goods-read .pro-features ul li .txt .t p~p {
  margin-top: 15px
}

.bobo-goods-read .pro-features ul li:nth-child(2n + 1) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse
}

.bobo-goods-read .pro-video .video {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden
}

.bobo-goods-read .pro-video .video .play {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: block
}

.bobo-goods-read .pro-video .video img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s
}

.bobo-goods-read .pro-video .video:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}

.bobo-goods-read .pro-video .video:hover::after {
  background-color: rgba(0, 0, 0, 0.1)
}

.bobo-goods-read .pro-inquiry {
  padding: 55px 60px 28px;
  border: 1px solid #ccc
}

.bobo-goods-read .pro-inquiry h4 {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 40px
}

.bobo-goods-read .pro-inquiry .bobo-goods-read .inquirbox .row {
  margin-bottom: 20px
}

.bobo-goods-read .pro-inquiry .bobo-goods-read .inquirbox input[type=text],
.bobo-goods-read .pro-inquiry .bobo-goods-read .inquirbox textarea {
  padding: 13px 20px;
  font-size: 15px;
  color: #666;
  border-radius: 4px;
  border: 1px solid #eee;
  background: #fafafa
}

.bobo-goods-read .pro-inquiry .bobo-goods-read .inquirbox input[type=text]:focus,
.bobo-goods-read .pro-inquiry .bobo-goods-read .inquirbox textarea:focus {
  border: 1px solid var(--color-primary)
}

.bobo-goods-read .pro-inquiry .bobo-goods-read .inquirbox input.submit {
  width: 160px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto
}

.bobo-goods-read .rela-pro {}

.bobo-goods-read .rela-pro .tit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.bobo-goods-read .rela-pro .tit h5 {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  line-height: 1
}

.bobo-goods-read .rela-pro .tit .page {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.bobo-goods-read .rela-pro .tit .page .swiper-button-prev,
.bobo-goods-read .rela-pro .tit .page .swiper-button-next {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: var(--color-primary);
  position: static;
  margin-top: 0
}

.bobo-goods-read .rela-pro .tit .page .swiper-button-prev i,
.bobo-goods-read .rela-pro .tit .page .swiper-button-next i {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  margin-top: 2px
}

.bobo-goods-read .rela-pro .tit .page .swiper-button-next {
  margin-left: 14px
}

.bobo-goods-read .rela-pro .tit .page .swiper-button-prev::after,
.bobo-goods-read .rela-pro .tit .page .swiper-button-next::after {
  display: none;
}

.bobo-goods-read .rela-pro .tit .page .swiper-button-prev:hover,
.bobo-goods-read .rela-pro .tit .page .swiper-button-next:hover {
  background: var(--color-primary)
}

.bobo-goods-read .rela-pro .list {
  margin: 25px 0 0
}


.bobo-goods-read .rela-pro .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden
}

.bobo-goods-read .rela-pro .swiper-slide a>img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.bobo-goods-read .rela-pro .swiper-slide .t {
  position: absolute;
  background: var(--color-primary);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 40px;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.bobo-goods-read .rela-pro .swiper-slide .t::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 15px;
  width: 0;
  bottom: 16px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease 0.3s;
  -webkit-transition: all 0.3s ease 0.3s
}

.bobo-goods-read .rela-pro .swiper-slide .t p {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.5px;
  padding: 0 0 0 30px;
  position: relative
}

.bobo-goods-read .rela-pro .swiper-slide .t p::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 400
}

.bobo-goods-read .rela-pro .swiper-slide .t2 {
  padding: 0 70px
}

.bobo-goods-read .rela-pro .swiper-slide .t2 p {
  font-size: 17px;
  line-height: 36px
}

.bobo-goods-read .rela-pro .swiper-slide:hover .t {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.bobo-goods-read .rela-pro .swiper-slide:hover .t::after {
  width: calc(100% - 30px)
}

.bobo-goods-read .rela-pro .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px
}

.bobo-goods-read .rela-pro .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  background: #40409c;
  border-radius: 10px;
  opacity: 1;
  box-sizing: border-box
}

.bobo-goods-read .rela-pro .swiper-pagination-bullet-active {
  width: 12px;
  background: #00007b
}

.bobo-goods-read .inquirbox .row {
  margin-bottom: 30px
}

.bobo-goods-read .inquirbox .row em {
  font-size: 20px;
  color: #484848;
  font-weight: 700;
  display: block;
  margin-bottom: 20px
}

.bobo-goods-read .inquirbox .row em i {
  color: red
}

.bobo-goods-read .inquirbox input[type=text],
.bobo-goods-read .inquirbox textarea {
  padding: 22px 25px;
  font-size: 17px;
  border: 2px solid #dfdfdf;
  width: 100%;
  line-height: 22px;
  background: 0 0;
  text-align: left;
  color: #999;
  box-sizing: border-box
}

.bobo-goods-read .inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none
}

.bobo-goods-read .inquirbox input[type=text]:focus,
.bobo-goods-read .inquirbox textarea:focus {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  outline: 0
}

.bobo-goods-read .inquirbox .red {
  color: red;
  font-weight: 700
}

.bobo-goods-read .inquirbox .yzm {
  width: 70%;
  margin-right: 10px
}

.bobo-goods-read .inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle
}

.bobo-goods-read .inquirbox .submit {
  display: block;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  color: #fff;
  width: 225px;
  height: 55px;
  line-height: 55px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  margin: 0 auto
}

.bobo-goods-read .inquirbox .submit:hover {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background: none;
}

@media screen and (max-width: 1500px) {
  .bobo-goods-read .main-left {
    width: 300px
  }

  .bobo-goods-read .main-right {
    margin: 0
  }

  .bobo-goods-read .pro_tab.scroll-top {
    width: 100%
  }

  .bobo-goods-read .pro-features ul li .txt {
    padding: 0 30px
  }

  .bobo-goods-read .inquirbox .row em {
    font-size: 18px;
    margin-bottom: 15px
  }
}

@media screen and (max-width: 1300px) {
  .bobo-goods-read .pro_tab.scroll-top {
    width: 100%
  }

  .bobo-goods-read .pro-parameter table td:first-child {
    padding: 8px 15px
  }

  .bobo-goods-read .pro-parameter table td {
    padding: 8px 15px
  }

  .bobo-goods-read .pro-inquiry {
    padding: 40px 30px 25px
  }

  .bobo-goods-read .inquirbox input[type=text],
  .bobo-goods-read .inquirbox textarea {
    padding: 17px 20px;
    font-size: 16px
  }
}

@media screen and (max-width: 1280px) {
  .bobo-goods-read .pro_tab.scroll-top {

    left: 0;
    z-index: 999;
  }

  .bobo-goods-read.main {
    padding-top: 25px;
    padding-bottom: 30px
  }

  .bobo-goods-read .main-left {
    float: none;
    width: 100%
  }

  .bobo-goods-read .main-left h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px
  }

  .bobo-goods-read .main-left h3::after {
    display: block
  }

  .bobo-goods-read .sidemenu ul {
    display: none
  }

  .bobo-goods-read .sidemenu>ul>li h5 a {
    padding: 10px 50px 10px 0
  }

  .bobo-goods-read .sidemenu>ul>li h5 {
    font-size: 16px
  }

  .bobo-goods-read .main-right {
    margin: 20px 0 0
  }

  .bobo-goods-read .pro_view {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .bobo-goods-read .pro_img {
    margin: 0 auto
  }

  .bobo-goods-read .pro_view_inner {
    width: 100%;
    margin: 20px 0 0
  }

  .bobo-goods-read .pro_view_inner h1 {
    font-size: 18px;
    margin: 0;
    text-align: center
  }

  .bobo-goods-read .pro_intro {
    font-size: 15px;
    line-height: 22px
  }

  .bobo-goods-read .pro-share {
    margin: 20px 0 0;
    text-align: center
  }


  .bobo-goods-read .pro_btn {
    margin: 25px 0 0;
    text-align: center
  }

  .bobo-goods-read .pro_btn .book {
    width: 120px;
    height: 36px;
    line-height: 36px
  }

  .bobo-goods-read .bobo-goods-read .pro_tab_box {
    display: none
  }

  .bobo-goods-read .pro_text {
    margin: 25px 0 0
  }

  .bobo-goods-read .pro_text .pro-scroll {
    padding: 20px 0 0
  }

  .bobo-goods-read .pro-pics .preview {
    margin: 20px 0 0
  }

  .bobo-goods-read .pro-overview dl {
    font-size: 15px;
    line-height: 24px
  }

  .bobo-goods-read .pro-overview dl dd {
    padding: 0 0 0 20px;
    background-position: left 7px
  }

  .bobo-goods-read .pro-overview dl dd+dd {
    margin-top: 6px
  }

  .bobo-goods-read .pro-parameter {
    font-size: 15px;
    line-height: 24px
  }

  .bobo-goods-read .pro-parameter table {
    font-size: 15px
  }

  .bobo-goods-read .pro-parameter table th {
    padding: 8px 10px !important
  }

  .bobo-goods-read .pro-parameter table td {
    padding: 8px 10px !important
  }

  .bobo-goods-read .pro-parameter table td * {
    font-size: 15px !important
  }


  .bobo-goods-read .pro-features ul li {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 10px
  }

  .bobo-goods-read .pro-features ul li+li {
    margin-top: 20px
  }

  .bobo-goods-read .pro-features ul li .pic {
    width: 383px;
    margin: 0 auto
  }

  .bobo-goods-read .pro-features ul li .txt {
    padding: 20px 0 0
  }

  .bobo-goods-read .pro-features ul li .txt h5 {
    font-size: 20px;
    text-align: center
  }

  .bobo-goods-read .pro-features ul li .txt h5::after {
    margin: 15px auto 0
  }

  .bobo-goods-read .pro-features ul li .txt .t {
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 1.4
  }

  .bobo-goods-read .pro-features ul li .txt .t p~p {
    margin-top: 10px
  }

  .bobo-goods-read .pro-features ul li:nth-child(2n + 1) {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .bobo-goods-read .pro-inquiry {
    padding: 25px 20px 15px
  }

  .bobo-goods-read .pro-inquiry h4 {
    font-size: 22px;
    margin-bottom: 25px
  }

  .bobo-goods-read .pro-inquiry .bobo-goods-read .inquirbox .row {
    margin-bottom: 0
  }

  .bobo-goods-read .pro-inquiry .bobo-goods-read .inquirbox input[type=text],
  .bobo-goods-read .pro-inquiry .bobo-goods-read .inquirbox textarea {
    padding: 10px 12px
  }

  .bobo-goods-read .pro-inquiry .bobo-goods-read .inquirbox input.submit {
    width: 140px;
    height: 40px;
    line-height: 40px
  }

  .bobo-goods-read .inquirbox .row {
    margin-bottom: 0
  }

  .bobo-goods-read .inquirbox .row>div {
    margin-bottom: 10px
  }

  .bobo-goods-read .inquirbox .row em {
    font-size: 15px;
    margin-bottom: 10px
  }

  .bobo-goods-read .inquirbox input[type=text],
  .bobo-goods-read .inquirbox textarea {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #dfdfdf
  }

  .bobo-goods-read .inquirbox .submit {
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 16px
  }

  .bobo-goods-read .rela-pro .tit h5 {
    font-size: 20px
  }

  .bobo-goods-read .rela-pro .tit .page .swiper-button-prev,
  .bobo-goods-read .rela-pro .tit .page .swiper-button-next {
    width: 34px;
    height: 34px;
    line-height: 34px
  }

  .bobo-goods-read .rela-pro .tit .page .swiper-button-next {
    margin-left: 10px
  }

  .bobo-goods-read .rela-pro .list {
    margin: 25px 0 0
  }

  .bobo-goods-read .rela-pro .swiper-slide .t {
    position: static;
    padding: 15px 10px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  .bobo-goods-read .rela-pro .swiper-slide .t::after {
    display: none
  }

  .bobo-goods-read .rela-pro .swiper-slide .t p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding: 0
  }

  .bobo-goods-read .rela-pro .swiper-slide .t p::before {
    display: none
  }

  .bobo-goods-read .rela-pro .swiper-slide .t2 {
    padding: 15px 10px
  }

  .bobo-goods-read .rela-pro .swiper-slide .t2 p {
    font-size: 14px;
    line-height: 22px
  }
}

@media screen and (max-width: 600px) {
  .bobo-goods-read .pro-pics .view {
    width: 100%
  }
}


@media screen and (max-width: 480px) {
  .bobo-goods-read .pro_img {
    width: 100%
  }

  .bobo-goods-read .pro_img .preview .swiper-slide {
    width: 50px
  }
}



@media screen and (max-width:768px) {

  .richtext-detail {

    width: 100% !important;
  }

  #detail_decorate_root {

    width: 100% !important;
  }

  #detail_decorate_root [class*="magic-"] {
    width: 100% !important;
    height: 100% !important;
  }
}

.ife-detail-decorate-table {
  overflow-x: auto;

}



.pro-inquiry .crmFormVali-error {
  position: initial !important;
}



.pro_tab_box{ 
    box-sizing: border-box ; 
    margin: 30px auto ; 
    padding: 0 0 0 0 ; 
    width: 100% ; 
    height: auto ; 
    text-align: center ; 
    border-bottom: solid 1px #ddd;
}


.pro_tab_box.fixed{ 
  position: fixed ; 
    z-index: 999999; 
    left : 0px ; 
    top : 0px ;
    margin: 0px auto ; 
}