.footer-border {
  width: 100%;
  padding: 24px 0;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  color: #808080;
}
.footer-border .footer {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.footer-border .footer a {
  color: #808080;
}
.footer-border .footer a:hover {
  color: #ff661a;
}
.footer .service {
  display: flex;
  justify-content: space-between;
}
.footer .service li {
  height: 72px;
  line-height: 27px;
  padding: 0 0 0 67px;
  position: relative;
}
.footer .service li .icon {
  width: 63px;
  height: 50px;
  overflow: hidden;
  background-image: url(https://image.xfs.com/yc/img/footer_sprites_2.png);
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.footer .service li .icon01 {
  background-position: 0 0;
}
.footer .service li .icon02 {
  background-position: -67px 0;
}
.footer .service li .icon03 {
  background-position: -136px 0;
}
.footer .service li .icon04 {
  background-position: -203px 0;
}
.footer .service li .text_t {
  font-weight: bold;
  font-size: 16px;
  color: #222;
}
.footer .service li span {
  display: block;
}
.footer .footer_list {
  display: flex;
  justify-content: space-between;
}
.footer .footer_list li {
  width: 196px;
}
.footer .footer_list li span {
  display: block;
  line-height: 24px;
}
.footer .footer_list li .title {
  padding-bottom: 18px;
  font-weight: bold;
  font-size: 14px;
  color: #222;
}
.footer .footer_list li:last-child {
  width: 170px;
  text-align: center;
  font-size: 14px;
}
.footer .footer_list li:last-child .tel {
  font: bold 22px "微软雅黑";
  color: #ff661a;
}
.footer .footer_list li:last-child .pic {
  margin: 4px auto 0;
}
.footer .footer_list li:last-child .pic img {
  width: 80px;
  height: 80px;
  display: block;
  margin-bottom: 4px;
}
.footer .copyright {
  line-height: 22px;
  text-align: center;
  padding: 24px 0;
  font-size: 14px;
}
.footer .copyright p {
  margin-top: 5px;
}
.footer .copyright .record_number {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url(https://image.xfs.com/yc/img/beian.png) no-repeat;
}
/*右侧导航*/
.backtop {
  position: fixed;
  right: 0px;
  top: 240px;
  z-index: 998;
  width: 68px;  
}

.backtop li {
  width: 68px;
  height: 68px;
  cursor: pointer;   
  background: #222222;   
  position: relative;
}
.backtop li::after{
  content: "";
  width: 24px;
  height: 1px;
  background: #333;
  display: inline-block;
  position: absolute;
  left: 22px;
  bottom: 0;
}

.backtop li:hover {
  background: #E61728;
}
.backtop li:hover::after {
  background: #222;
}

.backtop li a,
.backtop .backtop-icon01,
.backtop .backtop-icon03 {
  display: block;
  width: 68px;
  height: 22px;
  background-repeat: no-repeat;
  background-image: url("https://image.xfs.com/yc/img/backtop_518_2.png");
  padding-top: 40px;
  padding-bottom: 6px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.backtop .backtop-icon01:hover .pop-backtop {
  display: block;
}
.backtop .backtop-icon01 {
  background-position: 4px 10px;
  position: relative;
  border-top-left-radius: 20px;
}
.backtop .backtop-icon01 .pop-backtop {
  display: none;
  width: 152px;
  height: 42px;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  background: #222;
  position: absolute;
  left: -156px;
  top: 0;
  padding: 18px 0 0;
}
.backtop .backtop-icon01 .pop-backtop_right {
  width: 4px;
  height: 68px;
  position: absolute;
  top: 0;
  right: 68px;
}
.backtop .backtop-icon01 .btn-orange {
  float: left;
  padding: 0 8px;
  box-sizing: border-box;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  margin-left: 8px;
  width: auto;
  background-image: none;
  color: #fff;
  background: #E61728;
}
.backtop .backtop-icon01 .btn-orange:hover {
  color: #fff;
  background: #E61728;
}
.backtop .backtop-icon01 .btn-white {
  float: left;
  padding: 0 8px;
  box-sizing: border-box;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  margin-left: 8px;
  width: auto;
  background-image: none;
  line-height: 22px;
  border: 1px solid #E61728;
  color: #E61728;
  background: #fff;
}
.backtop .backtop-icon02 .number {
  z-index: 999;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  background: #E61728;
  border-radius: 10px 10px 0 10px;
  width: 32px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  top: -8px;
  left: -13px;
}
.backtop .backtop-icon02 a {
  background-position: -56px 10px;
  position: relative;
}
.backtop .backtop-icon03 {
  background-position: -116px 10px;
}
.backtop .backtop-icon04 a {
  background-position: -176px 10px;
}
.backtop .backtop-icon05 a {
  background-position: -236px 10px;
}
.backtop .backtop-icon06 a {
  background-position: -296px 10px;
}
.backtop .backtop-icon05.radius_bottom{
  border-bottom-left-radius: 20px;
}
.backtop .backtop-icon06{
  border-bottom-left-radius: 20px;
}
.backtop .backtop-icon01:hover {
  background-image: url("https://image.xfs.com/yc/img/backtop_518_2.png");
  background-position: 4px 10px;
}
.backtop .backtop-icon03:hover {
  background-image: url("https://image.xfs.com/yc/img/backtop_518_2.png");
  background-position: -116px 10px;
}

/* 底部内容*/
.ban_bottom {
  width: 1920px;
  height: 80px;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -960px;
  z-index: 999;
  overflow: hidden;
}
.ban_bottom .close {
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
  line-height: 60px;
  background: url(https://image.xfs.com/yc/img/close.png) no-repeat 0 0;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: 572px;
  cursor: pointer;
}
.ban_bottom .pic {
  width: 128px;
  display: block;
  height: 80px;
}
.ban_bottom .pic img {
  display: block;
  width: 1920px;
  height: 80px;
}
.ban_bottom_away {
  width: 200px;
  left: 0;
  margin-left: auto;
}
.ban_bottom_away .pic img {
  width: 128px;
}
/* 大转盘弹框*/
.rota_dia_out {
  position: relative;
  width: 479px;
  height: 445px;
  margin-left: 40px;
}
.rota_dia_out .rota_close {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  background: url(https://image.xfs.com/yc/img/activity_close.png) no-repeat center top;
  background-size: 25px;
  left: 375px;
}
.rota_dia_out .rota_dia {
  width: 479px;
  height: 392px;
  background: url(https://image.xfs.com/yc/img/bg_pop.png) no-repeat center top;
  color: #ff6726;
  text-align: center;
  position: relative;
}
.rota_dia_out .rota_dia .rota_tit {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  padding-top: 100px;
}
.rota_dia_out .rota_dia .rota_p {
  line-height: 25px;
  font-size: 16px;
}
.rota_dia_out .rota_dia .rota_btn {
  text-align: left;
  position: absolute;
  bottom: 88px;
}
.rota_dia_out .rota_dia .rota_btn a {
  display: inline-block;
  width: 110px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  color: #da994a;
  margin-left: 166px;
}
.rota_dia_out .rota_dia .rota_check {
  position: absolute;
  bottom: 35px;
  color: #ffffff;
  width: 107px;
  right: 80px;
}
.rota_dia_out .rota_dia .rota_check .checkbox_s {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(https://image.xfs.com/yc/img/rota_check.png) no-repeat center top;
  margin-right: 10px;
  vertical-align: middle;
  background-size: 13px;
}
.rota_dia_out .rota_dia .rota_check .check_on {
  background: url("https://image.xfs.com/yc/img/rota_check_on.png") no-repeat center top;
  background-size: 13px;
}
/*拉幕*/
.ban_draw {
  width: 100%;
  position: relative;
  background: #f1b03d;
  overflow: hidden;
}
.ban_draw .pic {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  display: block;
}
.ban_draw .pic img {
  display: block;
  width: 1200px;
  height: 500px;
}
.ban_draw .close {
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
  line-height: 60px;
  background: url(https://image.xfs.com/yc/img/close.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  margin-left: 570px;
  top: 37px;
}
/*图片活动弹框*/
.act_dia {
  width: 576px;
  height: 400px;
  position: relative;
}
.act_dia .close_dia {
  position: absolute;
  background: url(https://image.xfs.com/yc/img/close.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  right: 18px;
  top: 19px;
}
.act_dia .act_img {
  display: block;
  width: 100%;
}
/* 点击底部固定内容 显示注册弹框 518新用户注册 /* 首页注册/登录弹框 */
.frame_content .advert-content {
  float: left;
  width: 400px;
  height: 400px;
  font-size: 0;
  overflow: hidden;
}
.frame_content .advert-content img {
  width: 100%;
  height: auto;
  max-height: 400px;
  margin: 0 auto;
  border-radius: 8px;
}
.frame_content .from-box {
  float: right;
  padding: 24px 24px 0 0;
}
.frame_content .from-box .tab {
  padding: 10px 0;
  overflow: hidden;
}
.frame_content .from-box .tab span.select {
  color: #ff6619;
  font-weight: 700;
}
.frame_content .from-box .tab span.header_ent {
  text-align: center;
  font-size: 18px;
}
.frame_content .from-box .tab span {
  height: 22px;
  line-height: 22px;
  float: left;
  text-align: center;
  cursor: default;
  width: calc(50% - 1px);
  position: relative;
}
.frame_content .from-box .tab .header_con {
  border-right: solid 1px #c5ccd6;
}
.frame_content .from-box .public_box {
  margin-top: 26px;
}
.frame_content .from-box .public_box .input_form {
  position: relative;
}
.frame_content .from-box .public_box .input_form .error-message {
  position: absolute;
  bottom: 34px;
  padding-left: 24px;
  left: 0;
  color: #e51728;
  font-size: 12px;
  background: url(https://image.xfs.com/yc/img/error-icon.png) no-repeat 0 50%;
  background-size: 16px 16px;
}
.frame_content .from-box .public_box .input_form .user_phone {
  width: 24px;
  height: 24px;
  background: url(https://image.xfs.com/yc/img/frame_phone.png) no-repeat;
  position: absolute;
  top: 38px;
  left: 4px;
  z-index: 99;
}
.frame_content .from-box .public_box .input_form .order-input {
  width: 312px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: none;
  background-color: #f5f5f5;
  margin: 34px 0 0 0;
  padding: 0 0 0 40px;
}
.frame_content .from-box .public_box .input_form .butt_message {
  position: absolute;
  top: 38px;
  right: 4px;
  width: 76px;
  height: 24px;
  line-height: 24px;
  color: #ff6619;
  border: solid 1px #ff6619;
  border-radius: 2px;
  background-color: #fff;
  padding: 0 5px;
  z-index: 99;
}
.frame_content .from-box .public_box .input_form .frame_placeholder {
  position: absolute;
  height: 32px;
  display: block;
  line-height: 32px;
  left: 24px;
  top: 34px;
  color: #aaaaaa;
  font-size: 14px;
  padding-left: 8px;
  z-index: 99;
}
.frame_content .from-box .public_box .input_form .user_account {
  width: 24px;
  height: 24px;
  background: url(https://image.xfs.com/yc/img/frame_account.png) no-repeat;
  position: absolute;
  top: 38px;
  left: 4px;
}
.frame_content .from-box .public_box .public_button {
  display: block;
  background: #ff6619;
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 2px;
  width: 100%;
  height: 36px;
  border-radius: 4px;
  border: solid 1px #ff6619;
}
.frame_content .from-box .public_box .account_button {
  margin: 92px 0 0;
}
.frame_content .from-box .public_box .register_button {
  margin: 26px 0 0;
}
.frame_content .from-box .public_box .inpBox {
  font-size: 12px;
  margin: 8px 0 0 0;
  color: #aaaaaa;
}
.frame_content .from-box .public_box .scan-tab {
  font-size: 12px;
  color: #808080;
  text-align: center;
  margin-top: 2px;
}
.frame_content .from-box .public_box .scan-button {
  width: 73px;
  padding-left: 28px;
  display: inline-block;
  background: url(https://image.xfs.com/yc/img/material-symbols.png) no-repeat 0 50%;
  background-size: 24px 24px;
  text-align: left;
  cursor: pointer;
}
.frame_content .from-box .public_box .wx-scan-button {
  margin-left: 24px;
}
.frame_content .from-box .public_box .scan-content {
  display: none;
  padding-top: 18px;
  text-align: center;
  width: 352px;
}
.frame_content .from-box .public_box .scan-content #qrcode-Content {
  display: inline-block;
}
.frame_content .from-box .public_box .scan-content #wximg {
  height: 200px;
  overflow: hidden;
}
.frame_content .from-box .public_box .scan-content .scan-text {
  margin-top: 8px;
  height: 23px;
  line-height: 23px;
  color: #ff6619;
  font-size: 18px;
}
.frame_content .from-box .public_box .scan-content .switch-line {
  margin-top: 11px;
}
.frame_content .from-box .public_box .scan-content .switch-button {
  color: #808080;
  font-size: 12px;
  cursor: pointer;
  margin-left: 24px;
}
.frame_content .from-box .public_box .user_password {
  width: 24px;
  height: 24px;
  background: url(https://image.xfs.com/yc/img/frame_password.png) no-repeat;
  position: absolute;
  top: 38px;
  left: 4px;
}
.frame_content .from-box .public_box .frame_switch {
  margin: 8px 0px 0;
  color: #808080;
  font-size: 12px;
}
.frame_content .from-box .public_box .frame_switch a {
  float: right;
  color: #808080;
}
.frame_content .from-box .public_box .frame_switch span {
  float: left;
  cursor: pointer;
}
.frame_content .from-box .selectcurr {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.frame_content .from-box .selectcurr i {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(https://image.xfs.com/yc/img/frame_login_on.png) no-repeat;
  background-size: 14px 14px;
}
.frame_content .from-box .selectBox i {
  background: url(https://image.xfs.com/yc/img/frame_login_yes.png) no-repeat;
  background-size: 14px 14px;
}
.frame_content .from-box .signin_box {
  display: none;
  margin-top: 0;
}
.frame_content .from-box .signin_box .signin_message {
  display: none;
}
#jeBoxindexLoin .jeBox-headbtn a {
  margin: 12px 24px 0 0;
}
.download_icon {
  float: left;
}
.icon_first {
  margin-right: 6px;
}
