@import url('font/font.css');
:root {
  --theme: #5D4A35;
  --themeHover: #014C8A;
  --themeFontColor: #5D4A35;
}
html {
  color: #333;
  background: #fff;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
group,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
/* for html5 tag */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body,
button,
input,
select,
textarea {
  font: 14px/1.5 Arial, sans-serif;
}
input,
select,
textarea {
  vertical-align: middle;
  color: inherit;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
iframe {
  display: block;
}
blockquote {
  margin: 1em 4em 1em 2em;
  padding: 0.6em 1em;
  background: #f1f1f1;
}
blockquote blockquote {
  padding: 0 0 0 1em;
  margin-left: 2em;
  border-left: 0.4em solid #ddd;
}
acronym,
abbr {
  border-bottom: 1px dotted;
  font-variant: normal;
}
abbr {
  cursor: help;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
den,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ul,
ol {
  list-style: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* link color */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: var(--theme);
}
ins,
a {
  text-decoration: none;
}
small {
  font-size: 11px;
  color: #999;
}
:focus {
  outline: none;
}
/* standard color */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
}
html,
body {
  background: #f5f7fa;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}
.wrapper {
  min-width: 1200px;
}
.wrapper * {
  box-sizing: border-box;
}
.grid {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.cnt-grid {
  min-width: 1200px;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
.pager-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager-wrap .page-item {
  border: solid 1px #BABFC2;
  border-radius: 5px;
  height: 40px;
  line-height: 38px;
  min-width: 40px;
  text-align: center;
  margin-right: 5px;
  background: #fff;
  padding: 0 15px;
}
.pager-wrap .page-item:hover {
  color: var(--theme);
  border-color: var(--theme);
}
.pager-wrap .page-item.active {
  color: #fff;
  background: var(--theme);
  border-color: var(--theme);
  cursor: default;
}
.pager-wrap .page-item.disabled {
  cursor: not-allowed;
  color: #d8d8d8;
  border-color: #d8d8d8;
}
.pager-wrap .page-item.page-pre {
  margin-right: 10px;
}
.pager-wrap .page-item.page-next {
  margin-left: 5px;
}
.pager-wrap .page-gap {
  margin: 0 10px 0 5px;
}
.btn {
  background: var(--theme);
  border-radius: 5px;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  line-height: 21px;
  border: 1px solid var(--theme);
  cursor: pointer;
}
.btn .icon-right {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: -4px;
}
.btn .icon-chat {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-image: url(../images/icon-chat.svg);
  display: inline-block;
  vertical-align: -5px;
  margin-right: 10px;
}
.btn .icon-chat.bottom {
  background-image: url(../images/side-icon2.svg);
}
.btn .icon-chat.tel {
  background-image: url(../images/icon-tel-m.svg);
}
.btn:hover {
  color: #fff;
  cursor: pointer;
}
.btn.btn-icon {
  padding-right: 15px;
}
.btn.btn-chat {
  padding-left: 15px;
}
.btn.btn-large {
  font-size: 16px;
  padding: 9px 30px;
  line-height: 24px;
}
.btn.btn-large.btn-icon {
  padding-right: 20px;
}
.btn.btn-large.btn-chat {
  padding-left: 20px;
}
.btn.btn-w {
  background: #fff;
  color: var(--theme);
}
.btn.btn-w:hover {
  background: rgba(1, 89, 163, 0.1);
}
.btn.btn-orange {
  background: #FA6425;
  border-color: #FA6425;
}
.btn.btn-orange:hover {
  background: #FA6425;
  border-color: #FA6425;
}
.tab {
  background: #fff;
  border-bottom: solid 1px #E1E5E8;
  margin-bottom: 40px;
}
.tab .cnt-grid {
  display: flex;
  position: relative;
}
.tab .tab-item {
  padding: 15px 25px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}
.tab .tab-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--theme);
  bottom: 0;
  left: -100%;
  transition: all 0.2s ease;
}
.tab .tab-item:hover {
  color: var(--theme);
}
.tab .tab-item:hover::before {
  left: 0;
}
.tab .tab-item.active {
  color: var(--theme);
  font-weight: 700;
}
.tab .tab-item.active::before {
  left: 0;
}
.crumb {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 20px 0;
}
.crumb .crumb-item {
  color: #999;
}
.crumb .crumb-item:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.crumb a.crumb-item:hover {
  color: var(--theme);
}
.crumb .svg-icon-right {
  min-width: 21px;
  height: 21px;
  background-image: url(../images/icon-right.svg);
  background-size: 100%;
  margin: 0 5px;
}
.crumb.tab-crumb {
  position: absolute;
  right: 20px;
  margin: 0;
  top: 15px;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  color: #fff;
  z-index: 11;
  background-color: #fff;
}
.header .grid {
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
.header .logo {
  flex: 1;
}
.header .logo .logo-img {
  display: block;
  height: 30px;
  width: 127px;
  background-image: url(../images/logo.png);
  background-size: 100% 100%;
}
.header .header-link {
  display: flex;
  position: relative;
  padding-right: 20px;
}
.header .header-link .link-item {
  padding: 0 20px;
  color: var(--themeFontColor);
  font-size: 16px;
  line-height: 70px;
  position: relative;
}
.header .header-link .link-item a {
  color: var(--themeFontColor);
  line-height: 70px;
  display: block;
}
.header .header-link .link-item .link-list {
  position: absolute;
  background: #fff;
  width: 240px;
  padding: 10px 0;
  left: 0;
  box-shadow: rgba(1, 89, 163, 0.05) 0px 6px 12px;
  display: none;
}
.header .header-link .link-item .link-list a {
  display: block;
  line-height: 41px;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  color: #333;
}
.header .header-link .link-item .link-list a:hover {
  background: #D5B799;
}
.header .header-link .link-item:hover {
  cursor: pointer;
}
.header .header-link::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #777777;
  position: absolute;
  right: 0;
  top: 27px;
}
.header .header-tel {
  color: #FA6425;
  font-size: 16px;
  font-weight: 900;
  padding: 0 20px;
  position: relative;
  line-height: 70px;
}
.header .header-tel::before {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  top: 27px;
}
.header .en-link {
  line-height: 70px;
  color: #fff;
  padding-left: 20px;
}
.header-m {
  display: none;
}
.footer {
  background: #fff;
}
.footer .fotter_bottom_pc {
  display: block;
  width: 100%;
  height: 420px;
  background: #D5B799;
  position: relative;
}
.footer .fotter_bottom_pc .logo {
  width: 9vw;
  height: 2vw;
  background-image: url("../images/logo_white.png");
  background-size: 100% 100%;
  position: absolute;
  top: 18%;
  left: 14%;
}
.footer .fotter_bottom_pc .guanzhu {
  width: 20%;
  position: absolute;
  top: 43%;
  left: 14%;
}
.footer .fotter_bottom_pc .guanzhu .title1 {
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  color: #fff;
}
.footer .fotter_bottom_pc .guanzhu .icon_wx {
  width: 1.5vw;
  height: calc(1.5vw);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.6vw;
  background-image: url("../images/wx.png");
  background-position: right 3px top 4px;
  background-size: 80%;
  background-repeat: no-repeat;
}
.footer .fotter_bottom_pc .guanzhu .icon_wx .wx_er {
  position: absolute;
  top: 2vw;
  left: -2.2vw;
  width: 7vw;
  height: calc(8vw);
  background-image: url("../images/weixin_er.png");
  background-position: right 3px top 4px;
  background-size: 80%;
  background-repeat: no-repeat;
}
.footer .fotter_bottom_pc .guanzhu .icon_wb {
  width: 1.5vw;
  height: calc(1.5vw);
  border-radius: 50%;
  position: absolute;
  left: 1.9vw;
  top: 1.6vw;
  background-image: url("../images/wx.png");
  background-position: right 3px top 4px;
  background-size: 80%;
  background-repeat: no-repeat;
}
.footer .fotter_bottom_pc .guanzhu .icon_wb .wb_er {
  display: none;
  position: absolute;
  top: 2vw;
  left: -2.2vw;
  width: 7vw;
  height: calc(9vw);
  background-image: url("../images/weibo_er.png");
  background-position: right 3px top 4px;
  background-size: 80%;
  background-repeat: no-repeat;
}
.footer .fotter_bottom_pc .guanzhu .icon_phone {
  display: none;
  width: 1.5vw;
  height: calc(1.5vw);
  border-radius: 50%;
  position: absolute;
  left: 3.8vw;
  top: 1.6vw;
  background-image: url("../images/phone.png");
  background-position: right 3px top 4px;
  background-repeat: no-repeat;
}
.footer .fotter_bottom_pc .guanzhu .icon_phone .phone_er {
  display: none;
  position: absolute;
  top: 2vw;
  left: -1.2vw;
  width: 4vw;
  height: calc(4vw);
  background-image: url("../images/phone_er.png");
  background-position: right 3px top 4px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.footer .fotter_bottom_pc .guanzhu .no_click {
  background-color: #E6E6E6;
}
.footer .fotter_bottom_pc .guanzhu .yes_click {
  background-color: #7E6C58;
}
.footer .fotter_bottom_pc .about_weizhilan {
  width: 10vw;
  top: 18%;
  left: 20%;
  position: absolute;
  color: #674b2c;
}
.footer .fotter_bottom_pc .about_weizhilan .title1 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
  display: block;
}
.footer .fotter_bottom_pc .about_weizhilan .title2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}
.footer .fotter_bottom_pc .yiqi {
  width: 14vw;
  position: absolute;
  top: 18%;
  left: 32%;
  color: #674b2c;
}
.footer .fotter_bottom_pc .yiqi .title1 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
  display: block;
}
.footer .fotter_bottom_pc .yiqi .title2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}
.footer .fotter_bottom_pc .zixun {
  width: 10vw;
  position: absolute;
  top: 18%;
  left: 46%;
  color: #674b2c;
}
.footer .fotter_bottom_pc .zixun .title1 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
  display: block;
}
.footer .fotter_bottom_pc .zixun .title2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}
.footer .fotter_bottom_pc .contact {
  width: 10vw;
  position: absolute;
  top: 18%;
  left: 57%;
  color: #674b2c;
}
.footer .fotter_bottom_pc .contact .title1 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
  display: block;
}
.footer .fotter_bottom_pc .contact .title2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}
.footer .fotter_bottom_pc .business {
  width: 29vw;
  top: 18%;
  left: 69%;
  color: #674b2c;
  position: relative;
}
.footer .fotter_bottom_pc .business .phone_logo {
  position: absolute;
  left: -0.7vw;
  top: -0.6vw;
  width: 2vw;
  height: 2vw;
  background-image: url(../images/phone_logo.png);
  background-size: 100% 100%;
}
.footer .fotter_bottom_pc .business .title1 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
  display: block;
  padding-left: 22px;
}
.footer .fotter_bottom_pc .business .title2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  display: block;
}
.footer .fotter_bottom_pc .business .title3 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
}
.footer .fotter_bottom_pc .business .title4 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  display: block;
}
.footer .fotter_bottom_pc .business .erweima {
  position: relative;
}
.footer .fotter_bottom_pc .business .erweima .gongzhonghao {
  position: absolute;
  top: 10px;
  left: 0;
  width: 90px;
  height: 90px;
  background-image: url(../images/gongzhonghao.png);
  background-size: 100% 100%;
}
.footer .fotter_bottom_pc .business .erweima .gongzhonghao .title {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -20px;
  font-style: normal;
  font-weight: 400;
  font-size: 0.7vw;
  color: #674b2c;
}
.footer .fotter_bottom_pc .business .erweima .shipinhao {
  position: absolute;
  top: 10px;
  left: 110px;
  width: 90px;
  height: 90px;
  background-image: url(../images/shipinhao.png);
  background-size: 100% 100%;
}
.footer .fotter_bottom_pc .business .erweima .shipinhao .title {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -20px;
  font-style: normal;
  font-weight: 400;
  font-size: 0.7vw;
  color: #674b2c;
}
.footer .fotter_bottom_pc .banquan {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #674b2c;
}
.footer .fotter_bottom_pc .banquan a {
  color: #674b2c !important;
}
.footer .fotter_bottom_pc .banquan2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 2vw;
  color: #5C5C5C;
}
.footer .fotter_bottom_mobie {
  display: none;
}
.container {
  padding-bottom: 60px;
}
.sidebar-wrap {
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 99;
}
.sidebar-wrap .side-item {
  width: 50px;
  height: 50px;
  background: var(--theme);
  box-shadow: rgba(1, 89, 163, 0.15) 0px 5px 10px;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.sidebar-wrap .side-item:hover {
  cursor: pointer;
}
.sidebar-wrap .side-item:last-child {
  margin-bottom: 0;
}
.sidebar-wrap .side-item.icon-1 {
  background-image: url(../images/side-icon1.svg);
}
.sidebar-wrap .side-item.icon-2 {
  background-image: url(../images/side-icon2.svg);
}
.sidebar-wrap .side-item.icon-3 {
  background-image: url(../images/side-icon3.svg);
}
.form-bottom-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  border: 1px solid #fff;
  background-color: #D5B799;
  border-radius: 30px 0 0;
  width: 70%;
  min-width: 1200px;
  display: flex;
  color: #fff;
  z-index: 99;
}
.form-bottom-wrap .form-trigger {
  cursor: pointer;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
}
.form-bottom-wrap .form-trigger .form-icon-right {
  width: 48px;
  height: 48px;
  background-image: url(../images/form-bottom-icon-1.svg);
  background-size: 100% 100%;
}
.form-bottom-wrap .form-tel {
  display: flex;
  height: 80px;
  align-items: center;
  padding: 0 100px;
}
.form-bottom-wrap .form-tel .tel-icon {
  width: 57px;
  height: 57px;
  margin-right: 20px;
  background-size: 100% 100%;
  background-image: url(../images/form-bottom-icon-2.png);
}
.form-bottom-wrap .form-tel .tel-info .info-num {
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
}
.form-bottom-wrap .form-tel .tel-info .info-tip {
  font-size: 12px;
}
.form-bottom-wrap .form-container {
  flex: 1;
  display: flex;
}
.form-bottom-wrap .form-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.form-bottom-wrap .form-cnt .form-item {
  margin-right: 35px;
  display: flex;
  align-items: center;
}
.form-bottom-wrap .form-cnt .form-item:last-child {
  margin-right: 0;
}
.form-bottom-wrap .form-cnt .form-item .item-label {
  font-size: 18px;
  font-weight: 700;
}
.form-bottom-wrap .form-cnt .form-item .item-cnt {
  flex: 1;
}
.form-bottom-wrap .form-cnt .form-item input {
  border: 0;
  border-bottom: 1px solid #fff;
  height: 51px;
  line-height: 51px;
  font-size: 18px;
  padding: 0 10px;
  width: 100%;
  background: transparent;
}
.form-bottom-wrap .form-btn {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.form-bottom-wrap .form-btn .form-bottom-btn {
  padding: 0 30px 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 26px;
  background: #FFF;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #fa6425;
  cursor: pointer;
}
.form-bottom-wrap .form-btn .form-bottom-btn .icon-price {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-image: url(../images/form-bottom-icon-3.png);
  margin-right: 10px;
}
.form-bottom-wrap.hidden {
  width: auto;
  min-width: auto;
}
.form-bottom-wrap.hidden .form-container {
  width: 0;
  overflow: hidden;
}
.form-bottom-wrap.hidden .form-trigger .form-icon-right {
  transform: rotate(180deg);
}
.J-trans-block {
  transition: all 0.5s ease;
  position: relative;
  top: 200px;
  opacity: 0;
}
.J-trans-block.show {
  top: 0;
  opacity: 1;
}
.form-dlg-wrap,
.form-dlg-wrap2 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none;
}
.form-dlg-wrap *,
.form-dlg-wrap2 * {
  box-sizing: border-box;
}
.form-dlg-wrap .form-dlg-main,
.form-dlg-wrap2 .form-dlg-main {
  width: 640px;
}
.form-dlg-wrap .form-dlg-main .form-dlg-title,
.form-dlg-wrap2 .form-dlg-main .form-dlg-title {
  background: var(--theme);
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  padding: 15px 20px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: rgba(1, 89, 163, 0.05) 0px 6px 12px;
  position: relative;
}
.form-dlg-wrap .form-dlg-main .form-dlg-title .form-dlg-close,
.form-dlg-wrap2 .form-dlg-main .form-dlg-title .form-dlg-close {
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-delete.svg);
  background-size: 36px 36px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.form-dlg-wrap .form-dlg-main .form-dlg-title .form-dlg-close2,
.form-dlg-wrap2 .form-dlg-main .form-dlg-title .form-dlg-close2 {
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-delete.svg);
  background-size: 36px 36px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt {
  background: #fff;
  padding: 40px;
  border-radius: 0 0 10px 10px;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .form-item,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .form-item {
  margin-bottom: 20px;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .form-item:last-child,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .form-item:last-child {
  margin-bottom: 0;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .form-btn,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .form-btn {
  text-align: right;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-text,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .input-text,
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-textarea,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .input-textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid var(--theme);
  border-radius: 5px;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-text:hover,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .input-text:hover,
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-textarea:hover,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .input-textarea:hover,
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-text:focus,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .input-text:focus,
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-textarea:focus,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .input-textarea:focus {
  cursor: pointer;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-text::placeholder,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .input-text::placeholder,
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-textarea::placeholder,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .input-textarea::placeholder {
  color: #999;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-textarea,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .input-textarea {
  height: 200px;
  resize: none;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-wrap,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .input-wrap {
  position: relative;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-wrap .icon-down,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .input-wrap .icon-down {
  position: absolute;
  font-size: 24px;
  color: var(--theme);
  right: 10px;
  top: 3px;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-wrap input,
.form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .input-wrap input {
  cursor: pointer;
}
.form-select-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  display: none;
}
.form-select-wrap .form-select-main {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 320px;
}
.form-select-wrap .form-select-main .form-select-title {
  margin-bottom: 20px;
  text-align: center;
}
.form-select-wrap .form-select-main .form-select-list {
  margin-bottom: 20px;
}
.form-select-wrap .form-select-main .form-select-list .form-select-item {
  border-bottom: solid 1px #EBEFF2;
  height: 51px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form-select-wrap .form-select-main .form-select-list .form-select-item .item-icon {
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
  background-image: url(../images/icon-radio.svg);
  margin-right: 10px;
}
.form-select-wrap .form-select-main .form-select-list .form-select-item .item-txt {
  display: flex;
  align-items: center;
}
.form-select-wrap .form-select-main .form-select-list .form-select-item.active .item-icon {
  background-image: url(../images/icon-radio-checked.svg);
}
.form-select-wrap .form-select-main .form-select-list input {
  padding: 10px;
  flex: 1;
  border: solid 1px #BABFC2;
  border-radius: 5px;
  margin-left: 12px;
  display: none;
}
.form-select-wrap .form-select-main .form-select-list input:hover,
.form-select-wrap .form-select-main .form-select-list input:focus {
  border-color: var(--theme);
}
.form-select-wrap .form-select-main .form-select-list input::placeholder {
  color: #999;
}
.form-select-wrap .form-select-main .form-select-btn {
  text-align: center;
  display: block;
}
.global-tip-wrap {
  display: flex;
  max-width: calc(100% - 40px);
  position: fixed;
  top: 200px;
  justify-content: center;
  z-index: 1200;
  width: 100%;
  display: none;
  padding: 0 20px;
}
.global-tip-wrap .global-tip-cnt {
  padding: 12px 20px 12px 15px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 7px 14px;
  display: flex;
}
.global-tip-wrap .global-tip-cnt .hc-icon {
  margin-right: 10px;
  font-size: 20px;
  line-height: 20px;
}
.global-tip-wrap .global-tip-cnt.error-tip {
  background: #FCE9E9;
}
.global-tip-wrap .global-tip-cnt.error-tip .hc-icon {
  color: #e64545;
}
.global-tip-wrap .global-tip-cnt.success-tip {
  background: #E3F7E3;
}
.global-tip-wrap .global-tip-cnt.success-tip .hc-icon {
  color: #1ac11a;
}
.bottom-wrap {
  background-position: center;
  background-size: cover;
  background-image: url(../images/index-bottom-bg.jpg);
  padding: 20px 0;
}
.bottom-wrap .bottom-inner {
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  border-radius: 10px;
  padding-top: 23px;
  padding-bottom: 22px;
  color: #fff;
}
.bottom-wrap .bottom-inner .bottom-back {
  margin-bottom: 20px;
  cursor: pointer;
}
.bottom-wrap .bottom-inner .bottom-back .back-icon {
  width: 32px;
  height: 32px;
  background-image: url(../images/index-bottom-icon.svg);
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: top;
}
.bottom-wrap .bottom-inner .bottom-back .back-txt {
  font-size: 18px;
}
.bottom-wrap .bottom-inner .bottom-txt {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.bottom-wrap .bottom-inner .bottom-txt .txt-item {
  margin-right: 36px;
  position: relative;
}
.bottom-wrap .bottom-inner .bottom-txt .txt-item:last-child {
  margin-right: 0;
}
.bottom-wrap .bottom-inner .bottom-txt .txt-item:last-child::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  left: -21px;
  top: 15px;
}
@media screen and (max-width: 1365px) {
  .header .header-link .link-item {
    font-size: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .header .header-link .link-item {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    min-width: 320px !important;
    padding-top: 60px;
  }
  .cnt-grid {
    min-width: 320px;
  }
  .grid {
    min-width: 320px;
    position: relative;
  }
  a:hover {
    color: #333;
  }
  .header {
    display: none;
  }
  .header-m {
    display: block;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
  }
  .header-m .header-top {
    position: relative;
    padding: 15px;
    z-index: 2;
  }
  .header-m .header-top .header-logo {
    display: block;
    width: 127px;
    height: 30px;
    background-image: url(../images/logo.png);
    background-size: 100% 100%;
  }
  .header-m .header-top .header-icon {
    position: absolute;
    right: 0;
    top: 0px;
    width: 60px;
    height: 60px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon-category-m.png);
  }
  .header-m .header-top .header-icon.open {
    background-image: url(../images/icon-delete.png);
  }
  .header-m .header-side {
    position: absolute;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    background: #fff;
    padding: 20px;
    display: none;
  }
  .header-m .header-side .header-link .link {
    color: var(--theme);
    display: block;
    border-bottom: solid 1px #EBEFF2;
    padding: 15px 0;
    position: relative;
    font-size: 16px;
  }
  .header-m .header-side .header-link .link .icon-right {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 15px;
    line-height: 24px;
  }
  .header-m .header-side .header-btns {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 20px;
    left: 0;
  }
  .header-m .header-side .header-btns .btn {
    margin-right: 10px;
  }
  .header-m .header-side .header-btns .btn:last-child {
    margin-right: 0;
  }
  .form-bottom-wrap {
    display: none;
  }
  .sidebar-wrap {
    display: none;
  }
  .footer .fotter_bottom_pc {
    display: none;
  }
  .footer .fotter_bottom_mobie {
    display: block;
    width: 100%;
    height: 400px;
    background: #D5B799;
    position: relative;
  }
  .footer .fotter_bottom_mobie .erweima {
    display: flex;
    height: 200px;
  }
  .footer .fotter_bottom_mobie .erweima .erweima_1 {
    flex: 1;
    position: relative;
  }
  .footer .fotter_bottom_mobie .erweima .erweima_1 .img {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 20px;
    top: 40px;
    background-image: url(../images/gongzhonghao.png);
    background-size: 100% 100%;
  }
  .footer .fotter_bottom_mobie .erweima .erweima_1 .img .title {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -20px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #674b2c;
  }
  .footer .fotter_bottom_mobie .erweima .erweima_2 {
    flex: 1;
    position: relative;
  }
  .footer .fotter_bottom_mobie .erweima .erweima_2 .img {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 20px;
    top: 40px;
    background-image: url(../images/shipinhao.png);
    background-size: 100% 100%;
  }
  .footer .fotter_bottom_mobie .erweima .erweima_2 .img .title {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -20px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #674b2c;
  }
  .footer .fotter_bottom_mobie .gw {
    position: absolute;
    width: 100%;
    top: 240px;
    text-align: center;
    color: #674b2c !important;
  }
  .footer .fotter_bottom_mobie .gw a {
    font-weight: bold;
    font-size: 15px;
    color: #674b2c !important;
  }
  .footer .fotter_bottom_mobie .banquan1 {
    position: absolute;
    width: 100%;
    top: 270px;
    text-align: center;
    color: #674b2c !important;
    font-size: 15px;
  }
  .footer .fotter_bottom_mobie .banquan2 {
    position: absolute;
    width: 100%;
    top: 300px;
    text-align: center;
    color: #674b2c !important;
  }
  .footer .fotter_bottom_mobie .banquan2 a {
    color: #674b2c !important;
    font-size: 15px;
  }
  .footer .fotter_bottom_mobie .banquan3 {
    position: absolute;
    width: 100%;
    top: 330px;
    text-align: center;
    color: #674b2c !important;
    font-size: 15px;
  }
  .crumb.tab-crumb {
    display: none;
  }
  .tab .cnt-grid {
    justify-content: center;
    overflow-x: auto;
  }
  .tab .cnt-grid .tab-item {
    padding: 15px 20px;
    white-space: nowrap;
    overflow: visible;
  }
  .tab .cnt-grid .tab-item::before {
    display: none;
  }
  .tab .cnt-grid .tab-item.active::before {
    display: block;
  }
  .bottom-wrap {
    display: none;
  }
  .form-dlg-wrap .form-dlg-main,
  .form-dlg-wrap2 .form-dlg-main {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #fff;
  }
  .form-dlg-wrap .form-dlg-main .form-dlg-title,
  .form-dlg-wrap2 .form-dlg-main .form-dlg-title {
    border-radius: 0;
    text-align: center;
  }
  .form-dlg-wrap .form-dlg-main .form-dlg-title .form-dlg-close,
  .form-dlg-wrap2 .form-dlg-main .form-dlg-title .form-dlg-close {
    background-image: url(../images/index-prod-icon.svg);
    background-size: 30px 30px;
    left: 0;
  }
  .form-dlg-wrap .form-dlg-main .form-dlg-title .form-dlg-close2,
  .form-dlg-wrap2 .form-dlg-main .form-dlg-title .form-dlg-close2 {
    background-image: url(../images/index-prod-icon.svg);
    background-size: 30px 30px;
    left: 0;
  }
  .form-dlg-wrap .form-dlg-main .form-dlg-cnt,
  .form-dlg-wrap2 .form-dlg-main .form-dlg-cnt {
    padding: 20px;
  }
  .form-dlg-wrap .form-dlg-main .form-dlg-cnt .form-btn,
  .form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .form-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: center;
    width: calc(100% - 40px);
  }
  .form-dlg-wrap .form-dlg-main .form-dlg-cnt .form-btn .btn,
  .form-dlg-wrap2 .form-dlg-main .form-dlg-cnt .form-btn .btn {
    width: 100%;
  }
}
