@import '../../index_font/iconfont.css';
/* *******************************头部************************* */
@font-face {
  font-family: 'localsans-win-light';
  src: local('Microsoft YaHei Light'), local('Microsoft JhengHei');
}
@font-face {
  font-family: 'localsans-win-bold';
  font-weight: bold;
  src: local('Microsoft YaHei Bold'), local('Microsoft YaHei');
}
@font-face {
  font-family: 'localsans-win';
  src: local('Microsoft YaHei');
}
@font-face {
  font-family: 'localsans-mac-light';
  src: local('PingFangSC-Light'), local('HiraginoSansGB-W3');
}
@font-face {
  font-family: 'localsans-mac';
  src: local('PingFangSC-Regular'), local('HiraginoSansGB-W3');
}
@font-face {
  font-family: 'localsans-mac-bold';
  src: local('PingFangSC-Semibold'), local('HiraginoSansGB-W6');
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.container {
  width: 1200px!important;
  margin: 0 auto;
  position: relative;
}
.newstitle {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 31px 0;
  text-align: center;
  color: #333333;
}
.newstitle h3 {
  font-size: 36px;
  margin-bottom: 8px;
}
.newstitle .p {
  color: #333333;
  font-size: 18px;
}
body ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ddd;
  background-clip: content-box;
  border: 2px solid transparent;
}
body ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
}
div.floating-cart {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/carf.png) center center no-repeat;
  background-size: cover;
  z-index: 9999999999;
  overflow: hidden;
  display: none;
}
div.floating-cart.yuan {
  opacity: .2;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/service/gwc2.png) center center no-repeat;
}
div.floating-cart.moveToCart {
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.g-hd {
  background-color: #fff;
  border-bottom: 1px solid #E2E2E2;
  box-sizing: border-box;
  height: 70px;
}
.g-hd .g-hdtop .head1 {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-hd .g-hdtop .head1 .head1-l {
  display: flex;
  align-items: center;
  margin-right: 7px;
}
.g-hd .g-hdtop .head1 .head1-l .logo {
  width: 168px;
  height: 27px;
  margin-right: 15px;
}
.g-hd .g-hdtop .head1 .head1-l .logo img {
  width: 100%;
  height: 100%;
}
.g-hd .g-hdtop .head1 .head1-l .layui-btn1 {
  width: 53px;
  height: 27px;
  line-height: 27px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  text-align: right;
  box-sizing: inherit;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/xt2_map.png) center center no-repeat;
  background-position: 5px 8px;
  padding: 0;
}
.g-hd .g-hdtop .head1 .head1-l .layui-btn1:hover {
  color: #DE001D;
}
.g-hd .g-hdtop .head1 .search_nav {
  display: none;
  margin-left: 34px;
  width: 538px;
  min-width: 538px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-right: 40px;
}
.g-hd .g-hdtop .head1 .search_nav .close {
  margin-right: 21px;
  cursor: pointer;
}
.g-hd .g-hdtop .head1 .search_nav input {
  border: none;
  width: 460px;
  height: 20px;
  color: #999999;
}
.g-hd .g-hdtop .head1 .search_nav .search_to {
  float: right;
  cursor: pointer;
  width: 22px;
  height: 22px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/xt2_search.png) center center no-repeat;
  position: relative;
}
.g-hd .g-hdtop .head1 .search_nav .search_to:hover {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/xt2_search1.png) center center no-repeat;
}
.g-hd .g-hdtop .head1 .search_nav .search_hidebox {
  position: absolute;
  bottom: -133px;
  left: 0;
  width: 100%;
  height: 110px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px #C3C3C3;
  border-radius: 0px;
  z-index: 99;
  padding: 20px;
  box-sizing: border-box;
}
.g-hd .g-hdtop .head1 .search_nav .search_hidebox p {
  text-align: left;
  color: #222222;
  font-size: 16px;
  margin-bottom: 15px;
}
.g-hd .g-hdtop .head1 .search_nav .search_hidebox .asearch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.g-hd .g-hdtop .head1 .search_nav .search_hidebox .asearch .asitem {
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #555555;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 10px;
  margin-right: 16px;
}
.g-hd .g-hdtop .head1 .search_nav .search_hidebox .asearch .asitem:hover {
  background: #DD041D;
  border-color: #DD041D;
  color: #fff;
}
.g-hd .g-hdtop .head1 .nav {
  height: 70px;
  white-space: nowrap;
  margin-right: 90px;
  display: flex;
}
.g-hd .g-hdtop .head1 .nav .item {
  height: 70px;
  line-height: 73px;
  display: inline-block;
  padding: 0 12px;
  color: #333333;
  font-size: 14px;
  position: relative;
}
.g-hd .g-hdtop .head1 .nav .item span {
  position: absolute;
  top: 11px;
  right: 5px;
  width: 34px;
  height: 16px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: Arial!important;
  font-weight: 400;
  color: #FFFFFF;
  background: #DD041D;
  border-radius: 8px 8px 8px 0px;
}
.g-hd .g-hdtop .head1 .nav .item:hover {
  color: #DE001D;
}
.g-hd .g-hdtop .head1 .nav .on {
  padding: 0 16px;
  color: #DE001D;
  border-bottom: 3px solid #D00A21;
  box-sizing: border-box;
}
.g-hd .g-hdtop .head1 .nav .more_href {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.g-hd .g-hdtop .head1 .nav .more_href:hover {
  background: #DD041D;
}
.g-hd .g-hdtop .head1 .nav .more_href:hover i {
  background: #fff;
}
.g-hd .g-hdtop .head1 .nav .more_href:hover .downbox {
  display: block;
}
.g-hd .g-hdtop .head1 .nav .more_href i {
  width: 4px;
  height: 4px;
  background: #333333;
  border-radius: 50%;
  margin: 0 2.5px;
  display: inline-block;
}
.g-hd .g-hdtop .head1 .nav .more_href .downbox {
  position: absolute;
  display: none;
  width: 152px;
  padding: 22px 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px #C3C3C3;
  border-radius: 0px 0px 3px 3px;
  z-index: 99;
}
.g-hd .g-hdtop .head1 .nav .more_href .downbox .item {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
  font-size: 14px;
  color: #282828;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  text-align: left;
}
.g-hd .g-hdtop .head1 .nav .more_href .downbox .item:hover {
  background: #DD041D;
  color: #fff;
}
.g-hd .g-hdtop .head1 .head1-r {
  display: flex;
  align-items: center;
  float: right;
}
.g-hd .g-hdtop .head1 .head1-r .hd-fbdemands {
  width: 91px;
  height: 31px;
  line-height: 29px;
  background: #FFFFFF;
  border: 1px solid #282828;
  border-radius: 3px;
  color: #282828;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.g-hd .g-hdtop .head1 .head1-r .hd-fbdemands:hover {
  background: #DD041D;
  border-color: #DD041D;
  color: #FFFFFF;
}
.g-hd .g-hdtop .head1 .head1-r .hd-wxcollection {
  margin: 0 7px;
  box-sizing: border-box;
  padding: 0 0 0 25px;
  height: 35px;
  line-height: 35px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/wxsc1.png) center center no-repeat;
  background-position: 0px;
  transition: all .3s;
  cursor: pointer;
}
.g-hd .g-hdtop .head1 .head1-r .hd-wxcollection:hover {
  color: #DD041D;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/wxsc.png) center center no-repeat;
  background-position: 0px;
}
.g-hd .g-hdtop .head1 .head1-r .seatch_r {
  cursor: pointer;
  margin-right: 40px;
  width: 22px;
  height: 22px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/xt2_search.png) center center no-repeat;
  position: relative;
}
.g-hd .g-hdtop .head1 .head1-r .seatch_r:hover {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/xt2_search1.png) center center no-repeat;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart {
  cursor: pointer;
  width: 22px;
  height: 22px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/xt2_car.png) center center no-repeat;
  position: relative;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart:hover {
  color: #FFFFFF;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/xt2_car1.png) center center no-repeat;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart:hover .gwc_menu {
  display: block;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .hd-cart-num {
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background: #DD041D;
  border-radius: 8px;
  padding: 0 5px;
  position: absolute;
  top: -6px;
  right: -6px;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu {
  display: none;
  position: absolute;
  top: 46px;
  left: 133%;
  width: 356px;
  z-index: 9;
  transition: all .3s;
  margin-left: -190px;
  background: #fff;
  box-shadow: 1px 2px 5px 0px #C5C5C5;
  z-index: 9999;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu::after {
  width: 100%;
  height: 10px;
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  background: #fff;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu::before {
  position: absolute;
  content: '';
  top: -29px;
  left: 0;
  width: 70%;
  height: 30px;
  z-index: 10;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .jt {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  left: 45%;
  top: -5px;
  transform: translateX(50%) rotate(225deg);
  border-color: transparent #fff #fff transparent;
  border-width: 6px;
  border-style: solid;
  box-shadow: 1px 1px 4px #E2E2E2;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .null {
  display: none;
  text-align: center;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .null img {
  margin-bottom: 20px;
  margin-left: -12px;
  margin-top: 30px;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .null .kon {
  color: #858e99;
  margin-bottom: 20px;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap {
  display: none;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_tit {
  padding: 10px 0 0 23px;
  font-size: 14px;
  color: #999999;
  height: auto;
  line-height: 24px;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_list {
  padding: 0 12px 0 10px;
  padding-bottom: 10px;
  max-height: 460px;
  overflow-y: auto;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_list .item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px 10px 14px;
  height: 74px;
  transition: all .3s;
  overflow: hidden;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_list .item:hover {
  background: #F6F6F6;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_list .item:hover .item_bj {
  transform: translateX(0);
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_list .item .item_img {
  width: 54px;
  height: 100%;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_list .item .item_tit {
  overflow: hidden;
  width: 180px;
  height: 54px;
  margin-left: 17px;
  margin-right: 6px;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_list .item .item_tit .fuwu_tit {
  margin: 5px 0 2px 0;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  display: block;
  white-space: nowrap;
  height: 22px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_list .item .item_tit .fuwu_des {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  height: 20px;
  margin-top: -2px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_list .item .item_bj {
  line-height: 54px;
  display: flex;
  justify-content: end;
  overflow: hidden;
  box-sizing: border-box;
  transition: all .1s;
  transform: translateX(33px);
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_list .item .item_bj .gwc_bj_box,
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_list .item .item_bj .gwc_delete_box {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_list .item .item_bj .gwc_delete_box {
  margin-left: 16px;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_btnbox {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0;
  margin: 0 18px;
  border-top: 1px solid #E6E8E9;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_btnbox .gwc_wrap_btn {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(90deg, #fd422f 0%, #ae0009 100%);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.g-hd .g-hdtop .head1 .head1-r .hd-cart .gwc_menu .gwc_wrap .gwc_wrap_btnbox .gwc_wrap_btn:hover {
  background: #A30000;
}
.g-hd .g-hdtop .head1 .head1-r .btn {
  display: flex;
  align-items: center;
  margin: 0 0px 0 30px;
}
.g-hd .g-hdtop .head1 .head1-r .btn .hd-sp {
  padding: 0 21px;
  color: #282828;
  font-size: 12px;
}
.g-hd .g-hdtop .head1 .head1-r .btn .btn_a {
  display: inline-block;
  font-size: 14px;
  color: #282828;
  white-space: nowrap;
}
.g-hd .g-hdtop .head1 .head1-r .btn .btn_a:last-child {
  margin-right: 40px;
}
.g-hd .g-hdtop .head1 .head1-r .btn .btn_a:hover {
  color: #DD041D;
}
.g-hd .g-hdtop .head1 .head1-r .btn .btn_login {
  display: inline-block;
  margin: 0 0px 0 25px;
  cursor: pointer;
}
.g-hd .g-hdtop .head1 .head1-r .btn .btn_login > img {
  width: 35px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 50%;
}
.g-hd .g-hdtop .head1 .head1-r .btn .zx-menu {
  height: 128px;
  margin-top: 30px;
  position: absolute;
  top: -20px;
  right: 0px;
  z-index: 9999;
  display: none;
  overflow: hidden;
  transition: all 0.5s;
}
.g-hd .g-hdtop .head1 .head1-r .btn .zx-menu .wrap {
  margin-top: 44px;
  width: 90px;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.g-hd .g-hdtop .head1 .head1-r .btn .zx-menu .wrap .go {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #7C7C7C;
  cursor: pointer;
  transition: all .3s;
}
.g-hd .g-hdtop .head1 .head1-r .btn .zx-menu .wrap .go:hover {
  background: #F5F5F5;
}
.g-ft {
  padding-bottom: 142px;
  min-width: 1200px;
  width: 100%;
  background-color: #182435;
  font-weight: 400;
}
.g-ft .f_t {
  display: flex;
  justify-content: space-between;
  height: 172px;
  color: #fff;
}
.g-ft .f_t .f_tl {
  display: flex;
  align-items: center;
}
.g-ft .f_t .f_tl .f_tl_code {
  margin-right: 18px;
  width: 80px;
  height: 80px;
}
.g-ft .f_t .f_tl .f_tl_tel {
  margin-top: 7px;
}
.g-ft .f_t .f_tl .f_tl_tel .f_tl_tel1 {
  font-size: 14px;
  font-weight: 400;
  color: #ACB2BA;
}
.g-ft .f_t .f_tl .f_tl_tel .f_tl_tel2 {
  font-size: 48px;
  font-weight: 400;
  color: #FFFFFF;
}
.g-ft .f_t .f_tr {
  line-height: 172px;
}
.g-ft .f_t .f_tr > a {
  margin-left: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #ACB2BA;
  transition: all .3s;
}
.g-ft .f_t .f_tr > a:hover {
  color: #fff;
}
.g-ft .is_index {
  border-top: 1px solid #223146;
  padding-top: 25px;
  padding-bottom: 30px;
}
.g-ft .is_index .isindex_items {
  color: #6B7A8E;
  font-size: 12px;
  margin-right: 22px;
  margin-bottom: 3px;
  display: inline-block;
  transition: all .3s;
}
.g-ft .is_index .isindex_items:hover {
  color: #ccc;
}
.g-ft .f_d {
  height: 57px;
  line-height: 57px;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  color: #566171;
  opacity: 1;
  margin: 0 auto;
  background: #161E30;
}
.g-ft .f_d a {
  margin-left: 20px;
  display: inline-block;
  color: #566171;
}
.g-ft-order {
  box-sizing: border-box;
  padding-top: 19px;
  visibility: hidden;
  width: 100%;
  z-index: 999999;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 328px;
  background: #2F3848;
  transition: all .3s;
}
.g-ft-order .zx_box {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 29px 0 26px 0;
  display: flex;
  position: relative;
  width: 1020px;
  height: 288px;
  background: #FFFFFF;
  border-radius: 6px;
}
.g-ft-order .zx_box .order_l {
  box-sizing: border-box;
  padding: 0 90px 0 80px;
  width: 502px;
  height: 100%;
  border-right: 1px solid #C0C9D7;
}
.g-ft-order .zx_box .order_l .l_title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #182435;
}
.g-ft-order .zx_box .order_l .l_lb {
  overflow: hidden;
  height: 22px;
  line-height: 22px;
}
.g-ft-order .zx_box .order_l .l_lb .roll {
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #182435;
}
.g-ft-order .zx_box .order_l .l_lb .roll > span {
  margin: 0 30px 0 20px;
}
.g-ft-order .zx_box .order_l .input_box {
  margin-top: 12px;
  width: 332px;
  height: 41px;
  border-radius: 6px;
}
.g-ft-order .zx_box .order_l .input_box input {
  box-sizing: border-box;
  padding-left: 11px;
  width: 332px;
  height: 41px;
  border: 1px solid #C0C9D7;
  background: rgba(236, 239, 243, 0.3);
  border-radius: 6px;
}
.g-ft-order .zx_box .order_l .submit-input-z {
  margin-top: 24px;
  width: 331px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background: #B9010D;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
.g-ft-order .zx_box .order_r .t_title {
  margin-left: 64px;
  font-size: 24px;
  font-weight: bold;
  color: #182435;
}
.g-ft-order .zx_box .order_r .t_title > span {
  color: #B9010D;
}
.g-ft-order .zx_box .order_r .r_swiper {
  margin: 13px 0 0 125px;
  width: 252px;
  overflow: hidden;
}
.g-ft-order .zx_box .order_r .r_swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.g-ft-order .zx_box .order_r .r_swiper .swiper-wrapper .swiper-slide .tit {
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}
.g-ft-order .zx_box .order_r .r_swiper .swiper-pagination {
  position: relative;
  bottom: -2px !important;
}
.g-ft-order .zx_box .order_r .r_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #666666;
  background: #ffffff;
  opacity: 0.3;
}
.g-ft-order .zx_box .order_r .r_swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #B9010D;
}
.g-ft-order .zx_box .zx-off {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: -69px;
}
/* *******************************侧边悬浮*************************/
.flex_r {
  position: fixed;
  top: 50%;
  border-radius: 5px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 60px;
  z-index: 999;
}
.flex_r .flex_r-gg {
  box-sizing: border-box;
  padding-top: 8px;
  margin-bottom: 7px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #FEFEFE;
  cursor: pointer;
}
.flex_r .flex_r-gg img {
  width: 25px;
  height: 25px;
  margin-bottom: 3px;
}
.flex_r .gg1 {
  background: #777777;
}
.flex_r #sideTop {
  opacity: 0;
}
.flex_r .gg2 {
  background: #DD041D;
}
.flex_r .telbox {
  position: relative;
}
.flex_r .telbox .tel-info {
  width: 163px;
  height: 60px;
  background-color: #777777;
  box-shadow: 0px 5px 10px 0px rgba(128, 128, 128, 0.2);
  position: absolute;
  right: 70px;
  top: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.flex_r .telbox .tel-info .tit {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
.flex_r .telbox .tel-info .tel-num {
  font-size: 21px;
  color: #fff;
}
.flex_r .telbox:hover .tel-info {
  display: block;
}
.layui-laydate tr .layui-this {
  background-color: #D61518!important;
}
.layui-laydate ol .layui-this {
  background-color: #D61518!important;
}
.layui-laydate-footer span:hover {
  color: #D61518!important;
}
.site-dropdown-demo {
  margin: 10px 0 0 -10px !important;
  width: 117px;
  background: #FFFFFF;
  box-shadow: 1px 3px 3px 0px #E6E8E9;
}
.site-dropdown-demo .layui-menu {
  padding: 8px 20px 2px 20px;
}
.site-dropdown-demo .layui-menu::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  z-index: 999;
}
.site-dropdown-demo .layui-menu::before {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  left: 40%;
  top: -10px;
  transform: translateX(50%) rotate(225deg);
  border-color: transparent #fff #fff transparent;
  border-width: 6px;
  border-style: solid;
  box-shadow: 1px 1px 4px #E2E2E2;
}
.site-dropdown-demo .layui-menu li {
  margin-bottom: 6px;
  text-align: center;
  line-height: 16px;
  transition: all .3s;
}
.site-dropdown-demo .layui-menu li:hover {
  background-color: #FBD6D6;
  line-height: 16px;
  text-align: center;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #DD041D;
}
.tsbox,
.ribox {
  display: none;
}
.ts_box {
  width: 421px!important;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ts_box .layui-layer-content {
  position: initial!important;
}
.ts_box .tscontent {
  width: 420px;
  margin: 0 auto;
  padding: 23px 18px 37px 26px;
  box-sizing: border-box;
}
.ts_box .tscontent .tstitle {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  display: block;
}
.ts_box .tscontent .inputbox {
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  margin-top: 26px;
  max-height: 206px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ts_box .tscontent .inputbox .servicelist {
  display: block;
}
.ts_box .tscontent .inputbox .servicelist .gwc_wrap_list {
  margin-top: -10px;
}
.ts_box .tscontent .inputbox .servicelist .gwc_wrap_list .item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px 10px 7px;
  height: 74px;
  transition: all .3s;
  overflow: hidden;
  width: 301px;
  margin-left: 9px;
}
.ts_box .tscontent .inputbox .servicelist .gwc_wrap_list .item:hover {
  background: #F6F6F6;
}
.ts_box .tscontent .inputbox .servicelist .gwc_wrap_list .item:hover .item_bj {
  opacity: 1;
}
.ts_box .tscontent .inputbox .servicelist .gwc_wrap_list .item .item_img {
  width: 54px;
  height: 100%;
}
.ts_box .tscontent .inputbox .servicelist .gwc_wrap_list .item .item_tit {
  overflow: hidden;
  width: 180px;
  height: 54px;
  margin-left: 17px;
  margin-right: 6px;
}
.ts_box .tscontent .inputbox .servicelist .gwc_wrap_list .item .item_tit .fuwu_tit {
  margin: 5px 0 2px 0;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  display: block;
  white-space: nowrap;
  height: 22px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ts_box .tscontent .inputbox .servicelist .gwc_wrap_list .item .item_tit .fuwu_des {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  height: 20px;
  margin-top: -2px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ts_box .tscontent .inputbox .servicelist .gwc_wrap_list .item .item_bj {
  line-height: 54px;
  display: flex;
  justify-content: end;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  padding-right: 18px;
}
.ts_box .tscontent .inputbox .servicelist .gwc_wrap_list .item .item_bj .gwc_bj_box,
.ts_box .tscontent .inputbox .servicelist .gwc_wrap_list .item .item_bj .gwc_delete_box {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.ts_box .tscontent .inputbox .servicelist .gwc_wrap_list .item .item_bj .gwc_bj_box {
  display: none;
}
.ts_box .tscontent .inputbox .label {
  display: inline-block;
  font-size: 12px;
  color: #666;
}
.ts_box .tscontent .inputbox .label span {
  color: #D40000;
}
.ts_box .tscontent .inputbox input {
  display: inline-block;
  width: 113px;
  height: 31px;
  min-height: 31px;
  line-height: 31px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  font-size: 12px;
  line-height: 65px;
  color: #999;
  padding-left: 14px;
  box-sizing: border-box;
}
.ts_box .tscontent .inputbox .ts_phone {
  width: 175px;
  margin-left: 13px;
}
.ts_box .tscontent textarea {
  width: 300px;
  height: 91px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  padding: 11px;
  font-size: 12px;
  color: #999;
  box-sizing: border-box;
  text-align: left;
  line-height: 18px;
  margin-left: 9px;
}
.ts_box .tscontent #tk_content1 {
  display: none;
}
.ts_box .close {
  position: absolute;
  right: -34px;
  top: 0px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.ts_box .layui-layer-close {
  right: 0!important;
  top: 0!important;
  background-position: 1px -40px !important;
  width: 18px!important;
  height: 18px!important;
}
.pop-sus,
.popsus {
  display: none;
  width: 634px!important;
}
.pop-sus .susbox,
.popsus .susbox {
  width: 634px;
  margin: 0 auto;
  padding: 19px 19px 21px 19px;
  box-sizing: border-box;
}
.pop-sus .susbox .bjt,
.popsus .susbox .bjt {
  font-size: 14px;
  color: #666666;
  padding-bottom: 19px;
  border-bottom: 1px solid #DEDEDE;
}
.pop-sus .susbox .bjtbox,
.popsus .susbox .bjtbox {
  padding-top: 20px;
}
.pop-sus .susbox .bjtbox .bjt_img,
.popsus .susbox .bjtbox .bjt_img {
  width: 178px;
  height: 178px;
  background: #666666;
  display: inline-block;
  margin-right: 34px;
  vertical-align: top;
}
.pop-sus .susbox .bjtbox .bjtr,
.popsus .susbox .bjtbox .bjtr {
  width: 377px;
  display: inline-block;
}
.pop-sus .susbox .bjtbox .bjtr .t1,
.popsus .susbox .bjtbox .bjtr .t1 {
  margin-top: 16px;
  font-weight: bold;
  color: #333333;
  font-size: 24px;
  margin-bottom: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pop-sus .susbox .bjtbox .bjtr .t2,
.popsus .susbox .bjtbox .bjtr .t2 {
  color: #666666;
  font-size: 12px;
  margin-bottom: 9px;
}
.pop-sus .susbox .bjtbox .bjtr ul li,
.popsus .susbox .bjtbox .bjtr ul li {
  width: 180px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #E5EBF0;
  box-shadow: 0px 4px 10px 0px rgba(216, 216, 216, 0.39);
  border-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 28px;
  color: #333333;
  padding: 0 9px;
  box-sizing: border-box;
  margin-bottom: 10px;
  transition: border .3s;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer;
}
.pop-sus .susbox .bjtbox .bjtr ul li:nth-child(2n),
.popsus .susbox .bjtbox .bjtr ul li:nth-child(2n) {
  margin-left: 12px;
}
.pop-sus .susbox .bjtbox .bjtr ul li.on,
.popsus .susbox .bjtbox .bjtr ul li.on {
  border: 1px solid #D00A21;
  box-shadow: 0px 4px 10px 0px rgba(255, 155, 167, 0.39);
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/jt_on.png);
  background-position: 100% 100%;
  background-size: auto 53%;
  background-repeat: no-repeat;
}
.pop-sus .susbox .bjtbox .bjtr ul li:hover,
.popsus .susbox .bjtbox .bjtr ul li:hover {
  border: 1px solid #D00A21;
  box-shadow: 0px 4px 10px 0px rgba(255, 155, 167, 0.39);
}
.pop-sus .close,
.popsus .close {
  position: absolute;
  right: -34px;
  top: 0px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.pop-sus .layui-layer-close,
.popsus .layui-layer-close {
  right: 0!important;
  top: 0!important;
  background-position: 1px -40px !important;
  width: 18px!important;
  height: 18px!important;
}
.popsus {
  padding: 20px;
  box-sizing: border-box;
  width: 634px!important;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.popsus .layui-layer-content {
  position: initial!important;
}
.tctyan {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tctyan .bj_go {
  width: 123px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-top: 30px;
  background: linear-gradient(90deg, #ff422e 0%, #b10009 100%);
  border-radius: 17px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  margin: 36px 0 0 0;
  display: inline-block;
}
.tctyan .bj_no {
  width: 121px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-top: 30px;
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 17px;
  font-size: 16px;
  cursor: pointer;
  color: #666666;
  margin-left: 19px;
  margin-top: 41px;
  display: inline-block;
}
.xjbox,
.fbbox,
.gzbox,
.pinggu_xjbox,
.fbbox_xt,
.okbox {
  display: none;
}
.xjbox .inputbox {
  position: relative;
}
.xjbox .inputbox.overshow {
  overflow-y: inherit!important;
  overflow-x: inherit!important;
}
.xjbox .redtit {
  color: #DD041D;
  font-size: 12px;
  position: absolute;
  bottom: -26px;
  left: 86px;
}
.xjbox .tctyan {
  margin-top: 20px;
}
.xj_box,
.fb_box,
.fb_box_xt,
.ok_box {
  width: 662px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.xj_box .xt_input_hide,
.fb_box .xt_input_hide,
.fb_box_xt .xt_input_hide,
.ok_box .xt_input_hide {
  padding-left: 11px;
  font-weight: bold;
  font-size: 16px;
}
.xj_box .layui-layer-content,
.fb_box .layui-layer-content,
.fb_box_xt .layui-layer-content,
.ok_box .layui-layer-content {
  position: initial!important;
}
.xj_box .kmain,
.fb_box .kmain,
.fb_box_xt .kmain,
.ok_box .kmain {
  padding: 33px 35px 31px 35px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.xj_box .kmain img,
.fb_box .kmain img,
.fb_box_xt .kmain img,
.ok_box .kmain img {
  width: 84px;
  height: 84px;
}
.xj_box .kmain div,
.fb_box .kmain div,
.fb_box_xt .kmain div,
.ok_box .kmain div {
  font-weight: bold;
  color: #333333;
  font-size: 22px;
  margin: 14px auto 6px;
}
.xj_box .kmain span,
.fb_box .kmain span,
.fb_box_xt .kmain span,
.ok_box .kmain span {
  font-weight: 400;
  color: #999999;
  font-size: 16px;
  display: block;
}
.xj_box .kmain .closebtnnew,
.fb_box .kmain .closebtnnew,
.fb_box_xt .kmain .closebtnnew,
.ok_box .kmain .closebtnnew {
  width: 434px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #D70C18;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 20px;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
}
.xj_box .xjcontent,
.fb_box .xjcontent,
.fb_box_xt .xjcontent,
.ok_box .xjcontent {
  width: 662px;
  margin: 0 auto;
  padding: 23px 30px 38px 30px;
  box-sizing: border-box;
}
.xj_box .xjcontent .tstitle,
.fb_box .xjcontent .tstitle,
.fb_box_xt .xjcontent .tstitle,
.ok_box .xjcontent .tstitle {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  display: block;
}
.xj_box .xjcontent .inputbox,
.fb_box .xjcontent .inputbox,
.fb_box_xt .xjcontent .inputbox,
.ok_box .xjcontent .inputbox {
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  margin-top: 22px;
  max-height: 206px;
  overflow-y: auto;
  overflow-x: hidden;
}
.xj_box .xjcontent .inputbox .xjtbox,
.fb_box .xjcontent .inputbox .xjtbox,
.fb_box_xt .xjcontent .inputbox .xjtbox,
.ok_box .xjcontent .inputbox .xjtbox {
  margin-left: 15px;
}
.xj_box .xjcontent .inputbox .xjtbox .xjt_img,
.fb_box .xjcontent .inputbox .xjtbox .xjt_img,
.fb_box_xt .xjcontent .inputbox .xjtbox .xjt_img,
.ok_box .xjcontent .inputbox .xjtbox .xjt_img {
  width: 148px;
  height: 148px;
  background: #666666;
  display: inline-block;
  margin-right: 32px;
  vertical-align: top;
}
.xj_box .xjcontent .inputbox .xjtbox .xjlist,
.fb_box .xjcontent .inputbox .xjtbox .xjlist,
.fb_box_xt .xjcontent .inputbox .xjtbox .xjlist,
.ok_box .xjcontent .inputbox .xjtbox .xjlist {
  width: 338px;
  display: inline-block;
}
.xj_box .xjcontent .inputbox .xjtbox .xjlist .t1,
.fb_box .xjcontent .inputbox .xjtbox .xjlist .t1,
.fb_box_xt .xjcontent .inputbox .xjtbox .xjlist .t1,
.ok_box .xjcontent .inputbox .xjtbox .xjlist .t1 {
  margin-top: 6px;
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xj_box .xjcontent .inputbox .xjtbox .xjlist .t2,
.fb_box .xjcontent .inputbox .xjtbox .xjlist .t2,
.fb_box_xt .xjcontent .inputbox .xjtbox .xjlist .t2,
.ok_box .xjcontent .inputbox .xjtbox .xjlist .t2 {
  color: #666666;
  font-size: 12px;
  margin-bottom: 9px;
}
.xj_box .xjcontent .inputbox .xjtbox .xjlist ul,
.fb_box .xjcontent .inputbox .xjtbox .xjlist ul,
.fb_box_xt .xjcontent .inputbox .xjtbox .xjlist ul,
.ok_box .xjcontent .inputbox .xjtbox .xjlist ul {
  white-space: initial;
}
.xj_box .xjcontent .inputbox .xjtbox .xjlist ul li,
.fb_box .xjcontent .inputbox .xjtbox .xjlist ul li,
.fb_box_xt .xjcontent .inputbox .xjtbox .xjlist ul li,
.ok_box .xjcontent .inputbox .xjtbox .xjlist ul li {
  width: 160px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #E5EBF0;
  box-shadow: 0px 4px 10px 0px rgba(216, 216, 216, 0.39);
  border-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 28px;
  color: #333333;
  padding: 0 9px;
  box-sizing: border-box;
  margin-bottom: 10px;
  transition: border .3s;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer;
}
.xj_box .xjcontent .inputbox .xjtbox .xjlist ul li:nth-child(2n),
.fb_box .xjcontent .inputbox .xjtbox .xjlist ul li:nth-child(2n),
.fb_box_xt .xjcontent .inputbox .xjtbox .xjlist ul li:nth-child(2n),
.ok_box .xjcontent .inputbox .xjtbox .xjlist ul li:nth-child(2n) {
  margin-left: 10px;
}
.xj_box .xjcontent .inputbox .xjtbox .xjlist ul li.on,
.fb_box .xjcontent .inputbox .xjtbox .xjlist ul li.on,
.fb_box_xt .xjcontent .inputbox .xjtbox .xjlist ul li.on,
.ok_box .xjcontent .inputbox .xjtbox .xjlist ul li.on {
  border: 1px solid #D00A21;
  box-shadow: 0px 4px 10px 0px rgba(255, 155, 167, 0.39);
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/jt_on.png);
  background-position: 100% 100%;
  background-size: auto 53%;
  background-repeat: no-repeat;
}
.xj_box .xjcontent .inputbox .xjtbox .xjlist ul li:hover,
.fb_box .xjcontent .inputbox .xjtbox .xjlist ul li:hover,
.fb_box_xt .xjcontent .inputbox .xjtbox .xjlist ul li:hover,
.ok_box .xjcontent .inputbox .xjtbox .xjlist ul li:hover {
  border: 1px solid #D00A21;
  box-shadow: 0px 4px 10px 0px rgba(255, 155, 167, 0.39);
}
.xj_box .xjcontent .inputbox .label,
.fb_box .xjcontent .inputbox .label,
.fb_box_xt .xjcontent .inputbox .label,
.ok_box .xjcontent .inputbox .label {
  display: inline-block;
  font-size: 12px;
  color: #666;
}
.xj_box .xjcontent .inputbox .label span,
.fb_box .xjcontent .inputbox .label span,
.fb_box_xt .xjcontent .inputbox .label span,
.ok_box .xjcontent .inputbox .label span {
  color: #D40000;
}
.xj_box .xjcontent .inputbox input,
.fb_box .xjcontent .inputbox input,
.fb_box_xt .xjcontent .inputbox input,
.ok_box .xjcontent .inputbox input {
  display: inline-block;
  width: 113px;
  height: 41px;
  min-height: 41px;
  line-height: 41px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  font-size: 12px;
  line-height: 65px;
  color: #999;
  padding-left: 10px;
  box-sizing: border-box;
}
.xj_box .xjcontent .inputbox .maxxj,
.fb_box .xjcontent .inputbox .maxxj,
.fb_box_xt .xjcontent .inputbox .maxxj,
.ok_box .xjcontent .inputbox .maxxj {
  width: 516px;
  height: 41px;
  line-height: 41px;
  margin-left: 10px;
}
.xj_box .xjcontent .inputbox .xj_name,
.fb_box .xjcontent .inputbox .xj_name,
.fb_box_xt .xjcontent .inputbox .xj_name,
.ok_box .xjcontent .inputbox .xj_name {
  margin-left: 6px;
}
.xj_box .xjcontent .inputbox .xj_phone,
.fb_box .xjcontent .inputbox .xj_phone,
.fb_box_xt .xjcontent .inputbox .xj_phone,
.ok_box .xjcontent .inputbox .xj_phone {
  width: 216px;
  margin-left: 13px;
}
.xj_box .xjcontent textarea,
.fb_box .xjcontent textarea,
.fb_box_xt .xjcontent textarea,
.ok_box .xjcontent textarea {
  width: 516px;
  height: 91px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  padding: 11px;
  font-size: 12px;
  color: #999;
  box-sizing: border-box;
  text-align: left;
  line-height: 18px;
  margin-left: 15px;
  letter-spacing: -0.5px;
}
.xj_box .close,
.fb_box .close,
.fb_box_xt .close,
.ok_box .close {
  position: absolute;
  right: -34px;
  top: 0px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.xj_box .layui-layer-close,
.fb_box .layui-layer-close,
.fb_box_xt .layui-layer-close,
.ok_box .layui-layer-close {
  right: 0!important;
  top: 0!important;
  background-position: 1px -40px !important;
  width: 18px!important;
  height: 18px!important;
}
.fb_box,
.fb_box_xt {
  width: 800px!important;
}
.fb_box .xjcontent,
.fb_box_xt .xjcontent {
  width: 800px;
}
.fb_box .tstitle,
.fb_box_xt .tstitle {
  margin-bottom: 30px;
}
.fb_box .fb_service,
.fb_box_xt .fb_service {
  width: 641px!important;
  height: 41px;
  line-height: 41px;
  margin-left: 10px;
}
.fb_box .fb_name,
.fb_box_xt .fb_name {
  margin-left: 6px;
  width: 162px!important;
  height: 41px!important;
  line-height: 41px!important;
}
.fb_box .fb_phone,
.fb_box_xt .fb_phone {
  height: 41px!important;
  line-height: 41px!important;
  width: 216px!important;
  margin-left: 15px!important;
}
.fb_box textarea,
.fb_box_xt textarea {
  width: 641px!important;
}
.fb_box .inputbox,
.fb_box_xt .inputbox {
  margin-top: 14px!important;
}
.gz_box {
  width: 800px!important;
  height: 360px;
  background: #FFFFFF;
  position: relative;
}
.gz_box .layui-layer-content {
  position: initial!important;
  height: 360px;
}
.gz_box .gzcontent {
  text-align: center;
}
.gz_box .gzcontent .smgz {
  margin-bottom: 16px;
  margin-top: 89px;
}
.gz_box .gzcontent p {
  font-size: 18px;
  color: #333333;
}
.gz_box .close {
  position: absolute;
  right: -34px;
  top: 0px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.gz_box .layui-layer-close {
  right: 0!important;
  top: 0!important;
  background-position: 1px -40px !important;
  width: 18px!important;
  height: 18px!important;
}
input::-webkit-search-cancel-button {
  display: none;
}
input[type=search]::-ms-clear {
  display: none;
}
.ribox,
.tsfkbox {
  display: none;
}
.tsfkbox_box {
  height: 500px!important;
}
.ri_box,
.tsfkbox_box {
  width: 650px !important;
  height: 690px;
  background: #FFFFFF;
  border-radius: 20px!important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ri_box .layui-layer-content,
.tsfkbox_box .layui-layer-content {
  width: 100%;
  height: 100%;
  overflow: hidden!important;
}
.ri_box .leftcontent,
.tsfkbox_box .leftcontent {
  width: 500px;
  display: inline-block;
  vertical-align: top;
}
.ri_box .tscontent,
.tsfkbox_box .tscontent {
  margin: 30px 0 0 50px;
}
.ri_box .tscontent .tstitle,
.tsfkbox_box .tscontent .tstitle {
  font-size: 22px;
  font-weight: 400;
  color: #202B44;
  display: block;
  margin-bottom: 17px;
  margin-top: 17px;
}
.ri_box .tscontent input,
.tsfkbox_box .tscontent input {
  display: inline-block;
  width: 550px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: #202B44;
  padding-left: 11px;
  box-sizing: border-box;
  margin-top: 10px;
}
.ri_box .tscontent :-ms-input-placeholder,
.tsfkbox_box .tscontent :-ms-input-placeholder {
  opacity: 0.4;
}
.ri_box .tscontent .checkbox,
.tsfkbox_box .tscontent .checkbox {
  display: flex;
  justify-content: start;
  margin: 12px 0;
}
.ri_box .tscontent .checkbox.mapcheckbox .item,
.tsfkbox_box .tscontent .checkbox.mapcheckbox .item {
  white-space: nowrap;
  margin-right: 15px;
}
.ri_box .tscontent .checkbox .item,
.tsfkbox_box .tscontent .checkbox .item {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #202B44;
  opacity: 0.8;
  margin-right: 20px;
  cursor: pointer;
}
.ri_box .tscontent .checkbox .item:last-child,
.tsfkbox_box .tscontent .checkbox .item:last-child {
  margin-right: 0;
}
.ri_box .tscontent .checkbox .item.on span,
.tsfkbox_box .tscontent .checkbox .item.on span {
  background: url(https://new-vipyidian.oss-cn-beijing.aliyuncs.com/index/r22.png) center center no-repeat;
}
.ri_box .tscontent .checkbox .item span,
.tsfkbox_box .tscontent .checkbox .item span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(https://new-vipyidian.oss-cn-beijing.aliyuncs.com/index/r11.png) center center no-repeat;
  background-size: cover;
  margin-right: 6px;
}
.ri_box .tscontent textarea,
.tsfkbox_box .tscontent textarea {
  width: 550px;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid rgba(112, 112, 112, 0.1);
  border-radius: 6px;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #202B44;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.ri_box .tscontent .submit,
.tsfkbox_box .tscontent .submit,
.ri_box .tscontent .tsfk_submit,
.tsfkbox_box .tscontent .tsfk_submit,
.ri_box .tscontent .yysubmit,
.tsfkbox_box .tscontent .yysubmit,
.ri_box .tscontent .yysubmit_newyy,
.tsfkbox_box .tscontent .yysubmit_newyy {
  width: 400px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  background: #D61518;
  border: 1px solid #E5E5EA;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  margin-left: 65px;
}
.ri_box .close,
.tsfkbox_box .close {
  position: absolute;
  right: 21px;
  top: 21px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.ri_box .layui-layer-close,
.tsfkbox_box .layui-layer-close {
  right: 0!important;
  top: 0!important;
  background-position: 1px -40px !important;
  width: 18px!important;
  height: 18px!important;
}
.indexyx {
  width: 91px;
  height: 91px;
  border-radius: 50%;
  position: fixed;
  bottom: 2%;
  right: 1%;
  cursor: pointer;
  display: none;
  z-index: 9999999;
}
.indexyx img {
  width: 91px;
  height: 91px;
  -webkit-animation: breatheImg 1s infinite linear;
  -moz-animation: breatheImg 1s infinite linear;
  animation: breatheImg 1s infinite linear;
}
@keyframes breatheImg {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 0.9);
  }
  50% {
    transform: scale(0.8, 0.8);
  }
  75% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
.flex_box {
  visibility: hidden;
  width: 100%;
  height: 142px;
  background: #ffffff;
  box-shadow: 0px 10px 40px #ccc;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 99999;
  transition: all .1s ease 0s;
}
.flex_box.onhide {
  left: 100%;
  transition: all .1s ease 0s;
}
.flex_box .footx {
  position: absolute;
  right: 0;
  top: -1px;
  cursor: pointer;
  width: 22px;
}
.flex_box .flex_icon {
  width: 124px;
  height: 118px;
  margin-right: 66px;
}
.flex_box .flex_num {
  width: 327px;
  height: 109px;
  margin-top: 30px;
  margin-right: 97px;
}
.flex_box .flex_search {
  width: 165px;
  height: 41px;
  line-height: 41px;
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
}
.flex_box .search_footer {
  width: 518px;
  height: 60px;
  display: inline-flex;
  margin-right: 20px;
}
.flex_box .search_footer .header_top_s {
  width: 518px;
  height: 41px;
  line-height: 41px;
  border: 2px solid #d71619;
  border-radius: 20px;
}
.flex_box .search_footer .header_top_s img {
  width: 20px;
  height: 22px;
  margin-left: 12px;
  margin-top: 4px;
}
.flex_box .search_footer .header_top_s .search_btn {
  width: 180px;
  height: 41px;
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  cursor: pointer;
  float: right;
}
.flex_box .search_footer .header_top_s input {
  width: 210px;
  height: 36px;
  border: none;
  margin-left: 20px;
  color: #adadad;
  font-size: 14px;
}
.flex_box .search_footer span {
  width: 385px;
  display: block;
  position: absolute;
  bottom: 22px;
  font-size: 14px;
  color: #6C6C6C;
}
.zjbox {
  display: none;
}
.zj_box {
  width: 504px!important;
  height: 283px;
  background: #FFFFFF;
  position: relative;
}
.zj_box .layui-layer-content {
  position: initial!important;
  height: 360px;
}
.zj_box .gzcontent {
  text-align: center;
}
.zj_box .gzcontent .smgz {
  margin-bottom: 16px;
  margin-top: 24px;
}
.zj_box .close {
  position: absolute;
  right: -34px;
  top: 0px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.zj_box .layui-layer-close {
  right: 0!important;
  top: 0!important;
  background-position: 1px -40px !important;
  width: 18px!important;
  height: 18px!important;
}
.sm {
  width: 800px;
  background: #F8F9FB;
  margin: 15px auto;
  font-size: 12px;
  color: #BCBCBC;
  padding: 19px 14px;
  box-sizing: border-box;
}
.sm span {
  cursor: pointer;
  color: #da1f35;
  text-decoration: underline;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #da1f35!important;
  background-color: #da1f35!important;
}
