a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
html {
  font-family: Microsoft YaHei, PingFang SC, Arial, sans-serif;
  line-height: 1;
  background: #fff;
  color: #222;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #222;
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  color: #3c78ff;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

img {
  width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type="file"],
input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

header {
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  box-sizing: content-box;
  transition: all 0.3s;
}

header h1 {
  width: 127px;
  height: 50px;
  /*background-image: url(../sprite/style-index.png);*/
  /*background-position: -4px -489px;*/
  /*background-repeat: no-repeat;*/
  background-image: url(../img/2022/logonew.png);
  background-position: -3px -5px;
  background-size: 146px 110px;
  text-indent: -999em;
  margin-top: 15px;
  float: left;
}

header h1 a {
  display: block;
}

header ul {
  float: right;
  font-size: 14px;
  font-weight: 700;
}

header ul li {
  float: left;
  margin-left: 40px;
}

header ul li.current {
  font-size: 20px;
}

header ul li.current a {
  height: 80px;
  opacity: 1;
  border-bottom: 3px solid #fff;
}

header a {
  color: #fff;
  opacity: 0.8;
  display: block;
}

header a:hover {
  opacity: 1;
  color: #fff;
}

.header-color {
  background: #fff;
  border-bottom: 1px solid rgb(96 98 102 / 40%);
  transition: all 0.3s;
}

.header-color h1 {
  /*background-image: url(../sprite/style-index.png);*/
  /*background-position: -135px -489px;*/
  /*background-repeat: no-repeat;*/
  background-image: url(../img/2022/logonew.png);
  background-position: -3px -60px;
  background-size: 146px 110px;
  width: 127px;
  height: 50px;
}

.header-color ul li.current a {
  border-bottom-color: #3c78ff;
}

.header-color a {
  color: #333;
}

.header-color a:hover {
  opacity: 1;
  color: #333;
}
.header-color .btn{
  color: #206CFE !important;
  border-color: #206CFE !important;
}
.header-color .name{
  color: #606266 !important;
}
footer {
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-top: 1px solid #ebeef5;
  color: #999da5;
  font-size: 14px;
  overflow: hidden;
  margin-top: 100px;
}

footer strong {
  float: left;
}

footer span {
  float: right;
}

footer i {
  color: #dcdfe6;
  padding: 0 10px;
}

footer a {
  color: #999da5;
}

.banner-wrap {
  color: #fff;
  font-size: 56px;
  text-align: center;
  position: relative;
}

.banner-wrap .scale-img {
  width: 100%;
  height: 100%;
  -webkit-animation: scaleImg 3s ease forwards;
  animation: scaleImg 3s ease forwards;
}

.banner-wrap .scale-img img {
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-wrap .banner-txt {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -140%);
  transform: translate(-50%, -140%);
}

.search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  margin-bottom: 46px;
  width: 896px;
}

.search-box input {
  display: block;
  box-sizing: border-box;
}

.search-box .search-item-box {
  position: relative;
  float: left;
}

.search-box .search-item-box:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 21px;
  width: 18px;
  height: 18px;
  background-image: url(../sprite/style-index.png);
  background-position: -320px -253px;
  background-repeat: no-repeat;
  z-index: 2;
}

.search-box .search-item {
  z-index: 1;
}

.search-box .search-item,
.search-box .select-box {
  width: 380px;
  height: 60px;
  background: hsla(0, 0%, 100%, 0.98);
  border: 1px solid #ebeef5;
  font-size: 18px;
  padding-left: 54px;
  position: relative;
}

.search-box .select-box {
  line-height: 60px;
  float: left;
  text-align: left;
  color: #222;
  cursor: pointer;
  margin-left: 10px;
}

.search-box .select-box:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 16px;
  height: 20px;
  background-image: url(../sprite/style-index.png);
  background-position: -612px -376px;
  background-repeat: no-repeat;
  z-index: 2;
}

.search-box .select-box:after {
  content: "";
  position: absolute;
  top: 27px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #666 transparent transparent;
}

.search-box .select-box ul {
  position: absolute;
  width: 380px;
  max-height: 240px;
  overflow-y: auto;
  top: 59px;
  left: -1px;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  z-index: 5;
}

.search-box .select-box ul li {
  height: 60px;
  line-height: 60px;
  padding-left: 54px;
}

.search-box .select-box ul li.current {
  color: #f9712c;
  font-weight: 700;
}

.search-box .select-box ul li:hover {
  color: #f9712c;
  background: #f8f9fc;
}

.search-box .search-btn {
  width: 116px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #3c78ff;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  float: left;
  margin-left: 10px;
}

@-webkit-keyframes scaleImg {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleImg {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.index-wrap {
  text-align: center;
  margin-top: 80px;
}

.index-wrap h2 {
  font-size: 52px;
  font-weight: 700;
}

.index-wrap .sub-tt {
  font-size: 20px;
  margin-top: 30px;
}

.index-fuli {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto 120px;
}

.index-fuli ul {
  margin-top: 20px;
}

.index-fuli li {
  width: 20%;
  float: left;
  text-align: center;
  font-size: 18px;
  margin-top: 60px;
}

.index-fuli li .ico-daixinnianjia {
  background-position: -212px -177px;
}

.index-fuli li .ico-daixinnianjia,
.index-fuli li .ico-wuxianyijin {
  background-image: url(../sprite/style-index.png);
  width: 100px;
  height: 100px;
}

.index-fuli li .ico-wuxianyijin {
  background-position: -320px -4px;
}

.index-fuli li .ico-bijibenbuzhu {
  background-position: -320px -108px;
}

.index-fuli li .ico-bijibenbuzhu,
.index-fuli li .ico-wanjianjiacan {
  background-image: url(../sprite/style-index.png);
  width: 100px;
  height: 100px;
}

.index-fuli li .ico-wanjianjiacan {
  background-position: -4px -281px;
}

.index-fuli li .ico-lingshiyinliao {
  background-position: -108px -281px;
}

.index-fuli li .ico-lingshiyinliao,
.index-fuli li .ico-mianfeishuiguo {
  background-image: url(../sprite/style-index.png);
  width: 100px;
  height: 100px;
}

.index-fuli li .ico-mianfeishuiguo {
  background-position: -212px -281px;
}

.index-fuli li .ico-quanminjianshen {
  background-position: -316px -281px;
}

.index-fuli li .ico-anjiajihua,
.index-fuli li .ico-quanminjianshen {
  background-image: url(../sprite/style-index.png);
  width: 100px;
  height: 100px;
}

.index-fuli li .ico-anjiajihua {
  background-position: -424px -4px;
}

.index-fuli li .ico-yuangongjulebu {
  background-position: -424px -108px;
}

.index-fuli li .ico-mangrenanmo,
.index-fuli li .ico-yuangongjulebu {
  background-image: url(../sprite/style-index.png);
  width: 100px;
  height: 100px;
}

.index-fuli li .ico-mangrenanmo {
  background-position: -424px -212px;
}

.index-fuli li .ico-aixinjijin {
  background-position: -4px -385px;
}

.index-fuli li .ico-aixinjijin,
.index-fuli li .ico-niandutijian {
  background-image: url(../sprite/style-index.png);
  width: 100px;
  height: 100px;
}

.index-fuli li .ico-niandutijian {
  background-position: -108px -385px;
}

.index-fuli li .ico-jifenluohu {
  background-position: -212px -385px;
}

.index-fuli li .ico-hongbaishilijin,
.index-fuli li .ico-jifenluohu {
  background-image: url(../sprite/style-index.png);
  width: 100px;
  height: 100px;
}

.index-fuli li .ico-hongbaishilijin {
  background-position: -316px -385px;
}

.index-fuli li .ico-jiabancanbu {
  background-image: url(../sprite/style-index.png);
  background-position: -420px -385px;
  width: 100px;
  height: 100px;
}

.index-fuli li i {
  display: block;
  margin: 0 auto 10px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
}

.gangwei-wrap {
  width: 1224px;
  margin: 60px auto 0;
}

.gangwei-wrap li {
  width: 384px;
  height: 240px;
  background: #fff;
  float: left;
  box-shadow: 0 16px 60px 0 hsla(237, 8%, 56%, 0.16);
  margin: 0 12px 24px;
  transition: all 0.3s;
  font-size: 30px;
}

.gangwei-wrap li:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.gangwei-wrap li a {
  display: block;
  width: 100%;
  height: 100%;
}

.gangwei-wrap li a:hover {
  color: #222;
}

.gangwei-wrap li .gangwei-yanfa {
  background-position: -528px -4px;
}

.gangwei-wrap li .gangwei-chengben,
.gangwei-wrap li .gangwei-yanfa {
  background-image: url(../sprite/style-index.png);
  width: 100px;
  height: 100px;
}

.gangwei-wrap li .gangwei-chengben {
  background-position: -528px -108px;
}

.gangwei-wrap li .gangwei-guanli {
  background-position: -528px -212px;
}

.gangwei-wrap li .gangwei-guanli,
.gangwei-wrap li .gangwei-xiaoshou {
  background-image: url(../sprite/style-index.png);
  width: 100px;
  height: 100px;
}

.gangwei-wrap li .gangwei-xiaoshou {
  background-position: -108px -177px;
}

.gangwei-wrap li .gangwei-gaoguan {
  background-position: -216px -4px;
}

.gangwei-wrap li .gangwei-gaoguan,
.gangwei-wrap li .gangwei-more {
  background-image: url(../sprite/style-index.png);
  width: 100px;
  height: 100px;
}

.gangwei-wrap li .gangwei-more {
  background-position: -4px -177px;
}

.gangwei-wrap li i {
  width: 100px;
  height: 100px;
  display: block;
  margin: 40px auto 16px;
  background-repeat: no-repeat;
}

.join-wrap {
  width: 1200px;
  margin: 60px auto 0;
}

.join-wrap ul {
  overflow: hidden;
}

.join-wrap li {
  width: 265px;
  height: 120px;
  border-right: 1px solid #ebeef5;
  float: left;
  text-align: left;
  margin-right: 40px;
}

.join-wrap li h6 {
  font-size: 14px;
  color: #606266;
}

.join-wrap li .zhiwei-box {
  width: 220px;
  height: 48px;
  display: block;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  font-weight: 700;
  margin-top: 16px;
}

.join-wrap li em {
  font-size: 14px;
  color: #606266;
  display: block;
  margin-top: 16px;
}

.join-wrap li:last-child {
  border-right: none;
  margin-right: 0;
}

.join-wrap .btn-more {
  width: 264px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #141414;
  font-size: 16px;
  display: block;
  margin: 60px auto 0;
}

.join-wrap .btn-more:hover {
  border-color: #3c78ff;
}

.job-filter-wrap {
  background: #f8f9fc;
  width: 100%;
  padding: 40px 0 36px;
  margin-top: 80px;
  position: relative;
}

.job-filter-wrap .search-box {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
}

.job-filter-wrap .search-box .search-btn,
.job-filter-wrap .search-box .search-item-box,
.job-filter-wrap .search-box .select-box {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
}

.job-filter-wrap .login-wrap {
  position: absolute;
  top: 13px;
  right: 0;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
}

.job-filter-wrap .login-wrap i {
  color: #ebeef5;
  padding: 0 15px;
}

.job-filter-wrap .login-wrap img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  vertical-align: -9px;
  margin-right: 8px;
}

.job-filter-wrap .login-wrap .login-box {
  position: relative;
  padding-left: 24px;
}

.job-filter-wrap .login-wrap .login-box:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../sprite/style-index.png);
  background-position: -474px -356px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 1px;
}

.job-filter-wrap .login-wrap .qrcode-box {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.job-filter-wrap .login-wrap .qrcode-box:before {
  content: "";
  width: 18px;
  height: 16px;
  background-image: url(../sprite/style-index.png);
  background-position: -452px -356px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 1px;
}

.job-filter-wrap .login-wrap .qrcode-box .qr-popup {
  width: 252px;
  height: 291px;
  position: absolute;
  top: 18px;
  left: -150px;
  background: url(../img/qr_popup.png) no-repeat;
  z-index: 69;
}

.job-filter-wrap .login-wrap .qrcode-box .qr-popup img {
  width: 160px;
  height: 160px;
  border-radius: 0;
  margin: 50px auto 0;
  display: block;
}

.job-filter-wrap .login-wrap .qrcode-box .qr-popup p {
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
}

.job-filter-wrap dl {
  font-size: 16px;
  overflow: hidden;
  display: table;
  width: 100%;
  margin-bottom: 4px;
}

.job-filter-wrap dl dt {
  width: 90px;
  color: #666;
  display: table-cell;
  vertical-align: top;
}

.job-filter-wrap dl dd {
  overflow: hidden;
  display: table-cell;
  vertical-align: top;
}

.job-filter-wrap dl li {
  float: left;
  margin-right: 25px;
  margin-bottom: 24px;
}

.job-filter-wrap dl li.current {
  font-weight: 700;
}

.job-filter-wrap dl li.current a,
.job-filter-wrap dl li.current a:hover {
  color: #f9712c;
}

.job-filter-wrap dl a {
  color: #222;
}

.job-filter-wrap dl a:hover {
  color: #f9712c;
}

.job-list {
  margin-top: 40px;
}

.job-list .width1 {
  width: 40%;
  padding-right: 15px;
  padding-left: 20px;
  font-weight: 700;
}

.job-list .width2 {
  width: 15%;
}

.job-list .width3 {
  width: 14%;
}

.job-list .width6 {
  width: 15%;
}

.job-list .width4 {
  width: 10%;
}

.job-list .width5 {
  width: 6%;
  text-align: center;
}

.job-list .job-list-tt {
  height: 66px;
  line-height: 66px;
  border-bottom: 1px solid #c0c4cc;
}

.job-list .job-list-tt li {
  float: left;
  font-size: 20px;
  font-weight: 700;
}

.job-list .job-list-content li {
  cursor: pointer;
}

.job-list .job-list-content li span {
  float: left;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #ebeef5;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.job-list .job-list-content li span i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #666 transparent transparent;
  display: inline-block;
  vertical-align: 3px;
  transition: all 0.3s;
}

.job-list .job-list-content li span .arrow-show {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.job-list .job-list-content li .btn-apply {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #3c78ff;
  box-shadow: 0 4px 16px 0 rgba(0, 60, 193, 0.1);
  display: block;
}

.job-list .job-list-content li:hover {
  background: #f2f3f7;
}

.job-list .job-list-content .job-detial {
  width: 100%;
  height: auto;
  background: #f8f9fc;
  overflow-y: auto;
  padding: 40px 40px 20px;
}

.job-list .job-list-content .job-detial h6 {
  font-size: 16px;
  font-weight: 700;
}

.job-list .job-list-content .job-detial .job-info {
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  margin: 12px 0 20px;
  width: 450px;
}

.job-list .job-list-content .job-detial .job-info dl {
  width: 50%;
  float: left;
}

.job-list .job-list-content .job-detial .job-info dt {
  display: inline;
  color: #666;
}

.job-list .job-list-content .job-detial .job-info dd {
  display: inline;
}

.job-list .job-list-content .job-detial .job-info2 {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin: 12px 0 30px;
}

.job-list .job-list-content .job-detial .btn-shouqi {
  text-align: center;
  font-size: 16px;
  color: #222;
  padding: 20px 0 10px;
}

.job-list .job-list-content .job-detial .btn-shouqi b {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px;
  border-color: transparent transparent #666;
  display: inline-block;
  vertical-align: 3px;
}

.job-list2 .width1 {
  width: 40%;
}

.job-list2 .width2 {
  width: 20%;
}

.job-list2 .width3 {
  width: 18%;
}

.job-list2 .width4 {
  width: 11%;
}

.job-list2 .width5 {
  width: 11%;
  text-align: left;
}

.job-list2 .tips {
  font-size: 16px;
  color: #999;
  margin-top: 24px;
}

.pop-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.pop-login-wrap {
  width: 570px;
  padding: 0 0 70px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.pop-login-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.pop-login-box h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  padding: 70px 0 20px;
}

.pop-login-box .form-item {
  width: 430px;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
}

.pop-login-box input {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.pop-login-box .input-password,
.pop-login-box .input-text {
  width: 430px;
  height: 60px;
  border: 1px solid #dcdfe6;
  text-indent: 20px;
}

.pop-login-box .ico-password-show {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.pop-login-box .ico-password-show i {
  width: 24px;
  height: 16px;
  background-image: url(../sprite/style-index.png);
  background-position: -424px -356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.pop-login-box .ico-password-hide {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.pop-login-box .ico-password-hide i {
  width: 24px;
  height: 10px;
  background-image: url(../sprite/style-index.png);
  background-position: -362px -253px;
  background-repeat: no-repeat;
  display: inline-block;
}

.pop-login-box .input-code {
  width: 250px;
  height: 60px;
  border: 1px solid #dcdfe6;
  text-indent: 20px;
  float: left;
}

.pop-login-box .code-img {
  width: 160px;
  height: 60px;
  float: right;
}

.pop-login-box .input-btn-none {
  background: #e5e5e5;
  color: #666;
}

.pop-login-box .input-btn,
.pop-login-box .input-btn-none {
  width: 100%;
  height: 60px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  outline: none;
  border: none;
}

.pop-login-box .input-btn {
  background: #3c78ff;
  color: #fff;
  cursor: pointer;
}

.pop-login-box .tips-text {
  width: 430px;
  overflow: hidden;
  font-size: 16px;
  margin: 20px auto 0;
}

.pop-login-box .btn-close {
  width: 20px;
  height: 20px;
  background-image: url(../sprite/style-index.png);
  background-position: -504px -316px;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  text-indent: -999em;
}

.pop-login-box .form-alert {
  width: 430px;
  margin: 0 auto;
  font-size: 12px;
  color: red;
  margin-top: 10px;
}

.pop-login-box .input-alert {
  border-color: red;
}

.pop-submit {
  width: 570px;
  text-align: center;
  padding: 100px 0;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.pop-submit .ico-suss {
  background-position: -528px -316px;
}

.pop-submit .ico-fail,
.pop-submit .ico-suss {
  width: 80px;
  height: 80px;
  background-image: url(../sprite/style-index.png);
  background-repeat: no-repeat;
  margin: 0 auto;
}

.pop-submit .ico-fail {
  background-position: -528px -400px;
}

.pop-submit h5 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}

.pop-submit em {
  font-size: 16px;
  color: #666;
  display: block;
  margin-top: 20px;
}

.pages {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}

.pages a,
.pages span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.pages span {
  margin: 0 5px;
}

.pages span.current {
  background: #3c78ff;
  color: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 60, 193, 0.1);
}

.pages .total {
  width: auto;
  margin-right: 30px;
  color: #909399;
  font-size: 14px;
}

.pages .btn-pre {
  width: 32px;
  height: 32px;
  text-indent: -999em;
  position: relative;
  margin: 0 10px 0 0;
}

.pages .btn-pre:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  background-position: -612px -452px;
}

.pages .btn-pre-none:before,
.pages .btn-pre:before {
  width: 13px;
  height: 22px;
  background-image: url(../sprite/style-index.png);
  background-repeat: no-repeat;
}

.pages .btn-pre-none:before {
  background-position: -612px -426px;
}

.pages .btn-next {
  width: 32px;
  height: 32px;
  text-indent: -999em;
  position: relative;
  margin: 0 0 0 10px;
}

.pages .btn-next:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  background-position: -216px -108px;
}

.pages .btn-next-none:before,
.pages .btn-next:before {
  width: 13px;
  height: 22px;
  background-image: url(../sprite/style-index.png);
  background-repeat: no-repeat;
}

.pages .btn-next-none:before {
  background-position: -612px -400px;
}

.header-register {
  height: 100px;
  line-height: 100px;
  background: #fff;
}

.header-register .register-wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.header-register h1 {
  width: 127px;
  background-image: url(../sprite/style-index.png);
  background-position: -135px -489px;
  background-repeat: no-repeat;
  text-indent: -999em;
}

.header-register h1,
.header-register i {
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.header-register i {
  width: 1px;
  background: #ebeef5;
  margin: 0 15px;
}

.header-register .logo-zhaopin {
  width: 128px;
  height: 33px;
  background-image: url(../sprite/style-index.png);
  background-position: -266px -489px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -999em;
  vertical-align: middle;
}

.header-register .register-login {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #606266;
}

.header-register .register-login a,
.header-register .register-login a:hover {
  color: #3c78ff;
}

.register-list {
  margin: 60px 0 0;
}

.register-list h3 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}

.register-list .step {
  font-size: 14px;
  color: #606266;
  width: 439px;
  overflow: hidden;
  margin: 60px auto 0;
}

.register-list .step em {
  display: block;
  margin: 0 auto;
}

.register-list .step p {
  margin-top: 8px;
}

.register-list .step1 {
  float: left;
}

.register-list .step1 em {
  width: 30px;
  height: 37px;
  background-image: url(../sprite/style-index.png);
  background-position: -320px -212px;
  background-repeat: no-repeat;
}

.register-list .step2 {
  float: left;
}

.register-list .step2 em {
  width: 36px;
  height: 36px;
  background-image: url(../sprite/style-index.png);
  background-position: -464px -316px;
  background-repeat: no-repeat;
}

.register-list .step3 {
  float: left;
}

.register-list .step3 em {
  width: 27px;
  height: 37px;
  background-image: url(../sprite/style-index.png);
  background-position: -385px -212px;
  background-repeat: no-repeat;
}

.register-list .step3 p {
  margin-top: 7px;
}

.register-list .step2-none em {
  background-position: -424px -316px;
  width: 36px;
  height: 36px;
}

.register-list .step2-none em,
.register-list .step3-none em {
  background-image: url(../sprite/style-index.png);
  background-repeat: no-repeat;
}

.register-list .step3-none em {
  background-position: -354px -212px;
  width: 27px;
  height: 37px;
}

.register-list i {
  background-position: -612px -316px;
  float: left;
  margin: 6px 60px 0;
}

.register-list i,
.register-list i.color {
  width: 15px;
  height: 26px;
  background-image: url(../sprite/style-index.png);
  background-repeat: no-repeat;
}

.register-list i.color {
  background-position: -612px -346px;
}

.register-list .form-wrap {
  width: 530px;
  margin: 60px auto 0;
}

.register-list .form-wrap .form-alert {
  width: 430px;
  margin: 0 auto;
  font-size: 12px;
  color: red;
  margin-top: 10px;
}

.register-list .form-wrap .input-alert {
  border-color: red !important;
}

.register-list .input-wrap {
  width: 530px;
  margin-top: 20px;
  margin-left: -50px;
  font-size: 16px;
  position: relative;
}

.register-list .input-wrap em {
  color: #f9712c;
}

.register-list .input-wrap span {
  display: inline-block;
  text-align: right;
  width: 80px;
  margin-right: 20px;
  vertical-align: middle;
}

.register-list .input-wrap input {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 16px;
  vertical-align: middle;
}

.register-list .input-wrap .input-text {
  width: 430px;
  height: 60px;
  border: 1px solid #dcdfe6;
  text-indent: 20px;
}

.register-list .input-wrap .send-code {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #141414;
  font-size: 18px;
  margin-left: 10px;
  cursor: pointer;
}

.register-list .input-wrap .send-code-none {
  border-color: #dcdfe6;
  color: #dcdfe6;
}

.register-list .input-wrap input[type="radio"] {
  vertical-align: 2px;
  margin-right: 8px;
}

.register-list .input-wrap ul {
  position: absolute;
  top: 59px;
  left: -1px;
  background: #fff;
  z-index: 10;
  width: 430px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
}

.register-list .input-wrap ul li:hover {
  background: #f8f9fc;
}

.register-list .input-wrap ul li.current {
  color: #f9712c;
  font-weight: 700;
}

.register-list .input-btn {
  width: 430px;
  height: 60px;
  background: #3c78ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  outline: none;
  margin: 60px auto 0;
  display: block;
  cursor: pointer;
}

.register-list .form-wrap .inputfile {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  height: 40px;
  outline: none;
}

.register-list .form-wrap .inputfile + label {
  width: 104px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #222;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.register-list .form-wrap b {
  font-size: 14px;
  color: #999;
  position: absolute;
  white-space: nowrap;
  top: 12px;
  left: 224px;
}

.register-list .select-box {
  width: 430px;
  height: 60px;
  line-height: 60px;
  text-indent: 20px;
  border: 1px solid #dcdfe6;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

.register-list .select-box:after {
  content: "";
  position: absolute;
  top: 27px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #666 transparent transparent;
}

.register-list .btn-area {
  width: 430px;
  overflow: hidden;
  margin: 60px auto 0;
}

.register-list .btn-area .input-btn {
  width: 205px;
  height: 60px;
  margin: 0;
}

.register-suss {
  margin-top: 120px;
  text-align: center;
}

.register-suss .ico-suss {
  background-position: -528px -316px;
}

.register-suss .ico-fail,
.register-suss .ico-suss {
  width: 80px;
  height: 80px;
  background-image: url(../sprite/style-index.png);
  background-repeat: no-repeat;
  margin: 0 auto;
}

.register-suss .ico-fail {
  background-position: -528px -400px;
}

.register-suss h6 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}

.register-suss em {
  font-size: 16px;
  color: #666;
  display: block;
  margin: 20px 0 0;
}

.register-suss a {
  width: 205px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  margin: 40px auto 0;
  background: #3c78ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.radio-wrap {
  display: inline-block;
  vertical-align: -3px;
}

.css-radio {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.css-label {
  position: relative;
  display: inline-block;
  width: 40px;
  text-align: right;
}

.css-label em {
  color: #606266 !important;
}

.css-label:after {
  content: "";
  line-height: 16px;
  background-position: -494px -356px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.css-label:after,
input[type="radio"].css-radio:checked + label.css-label:after {
  width: 16px;
  height: 16px;
  background-image: url(../sprite/style-index.png);
  background-repeat: no-repeat;
}

input[type="radio"].css-radio:checked + label.css-label:after {
  background-position: -342px -253px;
}

.jilu-nav {
  color: #dcdfe6;
  font-size: 24px;
  font-weight: 700;
  margin-top: 160px;
}

.jilu-nav i {
  padding: 0 30px;
}

.jilu-nav a {
  color: #999;
}

.jilu-nav a:hover {
  color: #3c78ff;
}

.jilu-nav .current {
  font-size: 52px;
}

.jilu-nav .current a,
.jilu-nav .current a:hover {
  color: #222;
}

.julu-none {
  height: 500px;
  text-align: center;
  overflow: hidden;
}

.julu-none .ico-julu-none {
  width: 208px;
  height: 169px;
  background-image: url(../sprite/style-index.png);
  background-position: -4px -4px;
  background-repeat: no-repeat;
  margin: 140px auto 0;
}

.julu-none p {
  color: #666;
  font-size: 16px;
  margin-top: 30px;
}

.person-info {
  margin-top: 10px;
}

.person-info dl {
  width: 50%;
  float: left;
  margin: 30px 0 0;
  position: relative;
}

.person-info dl.last,
.person-info dl.last dd {
  width: 100%;
}

.person-info dl.last .input-box {
  position: relative;
  display: inline-block;
  width: 104px;
  height: 40px;
  vertical-align: middle;
  margin: 0 30px 0 20px;
}

.person-info dl.last a {
  text-decoration: underline;
}

.person-info dl.last .inputfile {
  opacity: 0;
  cursor: pointer;
  height: 40px;
  outline: none;
  width: 104px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.person-info dl.last .inputfile + label {
  width: 104px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #222;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.person-info dl.last b {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}

.person-info dl .form-alert {
  font-size: 12px;
  color: red;
  margin-top: 5px;
}

.person-info dl .input-alert {
  border-color: red !important;
}

.person-info dt {
  font-size: 16px;
  font-weight: 700;
}

.person-info dd {
  width: 570px;
  height: 60px;
  margin-top: 20px;
  position: relative;
}

.person-info input {
  font-size: 16px;
  padding: 0 0 0 20px;
}

.person-info .select-box,
.person-info input {
  width: 570px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border: 1px solid #dcdfe6;
}

.person-info .select-box {
  text-indent: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.person-info .select-box:after {
  content: "";
  position: absolute;
  top: 27px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #666 transparent transparent;
}

.person-info .select-box ul {
  position: absolute;
  top: 59px;
  left: -1px;
  background: #fff;
  z-index: 10;
  width: 570px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
}

.person-info .select-box ul li:hover {
  background: #f8f9fc;
}

.person-info .select-box ul li.current {
  color: #f9712c;
  font-weight: 700;
}

.btn-save {
  width: 430px;
  height: 60px;
  background: #3c78ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin: 55px auto 0;
  outline: none;
  cursor: pointer;
}

.block404 {
  width: 384px;
  margin: 192px auto 180px;
  text-align: center;
}

.block404 .pic404 {
  width: 384px;
  height: 289px;
  background: url(../img/pic404@2x.png) no-repeat;
  background-size: 384px auto;
}

.block404 p {
  font-size: 20px;
  color: #909399;
  margin-top: 40px;
}

.block404 .btn-return {
  display: block;
  color: #fff;
  width: 205px;
  height: 60px;
  line-height: 60px;
  background: #3c78ff;
  box-shadow: 0 4px 16px 0 rgba(0, 60, 193, 0.1);
  font-size: 18px;
  font-weight: 700;
  margin: 40px auto 0;
}

.top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50%;
  margin-right: -650px;
  bottom: 150px;
  text-align: center;
  box-shadow: 0 8px 20px 0 rgba(17, 30, 54, 0.1);
}

.sidebar-icon {
  display: inline-block;
  fill: #999da5;
  margin-top: 14px;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-index1,
.swiper-index2 {
  margin-top: 60px;
}

.swiper-index1 .swiper-pagination-bullet,
.swiper-index2 .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  background: hsla(0, 0%, 100%, 0.4);
  border-radius: 0;
  opacity: 1;
}

.swiper-index1 .swiper-pagination-bullet-active,
.swiper-index2 .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-index1 .swiper-pagination-bullets,
.swiper-index2 .swiper-pagination-bullets {
  bottom: 33px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2.5),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-resolution: 240dpi) {
  header h1 {
    /*background-image: url(../sprite/style-index@2x.png);*/
    /*background-size: 628px;*/
    /*background-position: -4px -489px;*/
    background-image: url(../img/2022/logonew.png);
    background-position: -3px -5px;
    background-size: 146px 110px;
  }

  .header-color h1,
  .header-register h1 {
    /*background-image: url(../sprite/style-index@2x.png);*/
    /*background-size: 628px;*/
    /*background-position: -135px -489px;*/
    background-image: url(../img/2022/logonew.png);
    background-position: -3px -60px;
    background-size: 146px 110px;
  }

  .search-box .search-item-box:before {
    background-position: -320px -253px;
  }

  .search-box .search-item-box:before,
  .search-box .select-box:before {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .search-box .select-box:before {
    background-position: -612px -376px;
  }

  .index-fuli li .ico-daixinnianjia {
    background-position: -212px -177px;
  }

  .index-fuli li .ico-daixinnianjia,
  .index-fuli li .ico-wuxianyijin {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .index-fuli li .ico-wuxianyijin {
    background-position: -320px -4px;
  }

  .index-fuli li .ico-bijibenbuzhu {
    background-position: -320px -108px;
  }

  .index-fuli li .ico-bijibenbuzhu,
  .index-fuli li .ico-wanjianjiacan {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .index-fuli li .ico-wanjianjiacan {
    background-position: -4px -281px;
  }

  .index-fuli li .ico-lingshiyinliao {
    background-position: -108px -281px;
  }

  .index-fuli li .ico-lingshiyinliao,
  .index-fuli li .ico-mianfeishuiguo {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .index-fuli li .ico-mianfeishuiguo {
    background-position: -212px -281px;
  }

  .index-fuli li .ico-quanminjianshen {
    background-position: -316px -281px;
  }

  .index-fuli li .ico-anjiajihua,
  .index-fuli li .ico-quanminjianshen {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .index-fuli li .ico-anjiajihua {
    background-position: -424px -4px;
  }

  .index-fuli li .ico-yuangongjulebu {
    background-position: -424px -108px;
  }

  .index-fuli li .ico-mangrenanmo,
  .index-fuli li .ico-yuangongjulebu {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .index-fuli li .ico-mangrenanmo {
    background-position: -424px -212px;
  }

  .index-fuli li .ico-aixinjijin {
    background-position: -4px -385px;
  }

  .index-fuli li .ico-aixinjijin,
  .index-fuli li .ico-niandutijian {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .index-fuli li .ico-niandutijian {
    background-position: -108px -385px;
  }

  .index-fuli li .ico-jifenluohu {
    background-position: -212px -385px;
  }

  .index-fuli li .ico-hongbaishilijin,
  .index-fuli li .ico-jifenluohu {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .index-fuli li .ico-hongbaishilijin {
    background-position: -316px -385px;
  }

  .index-fuli li .ico-jiabancanbu {
    background-position: -420px -385px;
  }

  .gangwei-wrap li .gangwei-yanfa,
  .index-fuli li .ico-jiabancanbu {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .gangwei-wrap li .gangwei-yanfa {
    background-position: -528px -4px;
  }

  .gangwei-wrap li .gangwei-chengben {
    background-position: -528px -108px;
  }

  .gangwei-wrap li .gangwei-chengben,
  .gangwei-wrap li .gangwei-guanli {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .gangwei-wrap li .gangwei-guanli {
    background-position: -528px -212px;
  }

  .gangwei-wrap li .gangwei-xiaoshou {
    background-position: -108px -177px;
  }

  .gangwei-wrap li .gangwei-gaoguan,
  .gangwei-wrap li .gangwei-xiaoshou {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .gangwei-wrap li .gangwei-gaoguan {
    background-position: -216px -4px;
  }

  .gangwei-wrap li .gangwei-more {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
    background-position: -4px -177px;
  }

  .job-filter-wrap .login-wrap .login-box:before {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
    background-position: -474px -356px;
  }

  .job-filter-wrap .login-wrap .qrcode-box:before {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
    background-position: -452px -356px;
  }

  .pop-login-box .ico-password-show i {
    background-position: -424px -356px;
  }

  .pop-login-box .ico-password-hide i,
  .pop-login-box .ico-password-show i {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .pop-login-box .ico-password-hide i {
    background-position: -362px -253px;
  }

  .pop-login-box .btn-close {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
    background-position: -504px -316px;
  }

  .pop-submit .ico-suss,
  .register-suss .ico-suss {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
    background-position: -528px -316px;
  }

  .pop-submit .ico-fail,
  .register-suss .ico-fail {
    background-position: -528px -400px;
  }

  .pages .btn-pre:before,
  .pop-submit .ico-fail,
  .register-suss .ico-fail {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .pages .btn-pre:before {
    background-position: -612px -452px;
  }

  .pages .btn-pre-none:before {
    background-position: -612px -426px;
  }

  .pages .btn-next:before,
  .pages .btn-pre-none:before {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .pages .btn-next:before {
    background-position: -216px -108px;
  }

  .pages .btn-next-none:before {
    background-position: -612px -400px;
  }

  .header-register .logo-zhaopin,
  .pages .btn-next-none:before {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .header-register .logo-zhaopin {
    background-position: -266px -489px;
  }

  .register-list .step1 em {
    background-position: -320px -212px;
  }

  .register-list .step1 em,
  .register-list .step2 em {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .register-list .step2 em {
    background-position: -464px -316px;
  }

  .register-list .step3 em {
    background-position: -385px -212px;
  }

  .register-list .step2-none em,
  .register-list .step3 em {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .register-list .step2-none em {
    background-position: -424px -316px;
  }

  .register-list .step3-none em {
    background-position: -354px -212px;
  }

  .register-list .step3-none em,
  .register-list i {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .register-list i {
    background-position: -612px -316px;
  }

  .register-list i.color {
    background-position: -612px -346px;
  }

  .css-label:after,
  .register-list i.color {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
  }

  .css-label:after {
    background-position: -494px -356px;
  }

  input[type="radio"].css-radio:checked + label.css-label:after {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
    background-position: -342px -253px;
  }

  .julu-none .ico-julu-none {
    background-image: url(../sprite/style-index@2x.png);
    background-size: 628px;
    background-position: -4px -4px;
  }
}

@media only screen and (min-device-width: 414px) and (-webkit-min-device-pixel-ratio: 3) {
  header h1 {
    /*background-image: url(../sprite/style-index@3x.png);*/
    /*background-size: 131px;*/
    /*background-position: -4px -4px;*/
    background-image: url(../img/2022/logonew.png);
    background-position: -3px -5px;
    background-size: 146px 110px;
  }

  .header-color h1,
  .header-register h1 {
    /*background-image: url(../sprite/style-index@3x.png);*/
    /*background-size: 131px;*/
    /*background-position: -4px -58px;*/
    background-image: url(../img/2022/logonew.png);
    background-position: -3px -60px;
    background-size: 146px 110px;
  }
}
header .login-box-n {
  float: right;
  height: 80px;
  margin-left: 48px;
  display: flex;
  align-items: center;
  min-width: 100px;
  justify-content: flex-end;
}
header .login-box-n .btn {
  width: 80px;
  height: 38px;
  border: 1px solid #206cfe;
  cursor: pointer;

  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  color: #206cfe;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
}
header .login-box-n .name {
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  color: #606266;
  letter-spacing: 0;
  text-align: right;
  line-height: 14px;
  font-weight: 700;
  max-width: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropbtn {
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  margin-left: -28px;
}

.dropdown-content .dc {
  text-decoration: none;
  display: block;
  width: 120px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  border: none;
  font-weight: 400;
}

.dropdown-content a:hover {
  text-decoration: none;
  display: block;
  width: 120px;
  height: 40px;
  background: rgb(96 98 102 / 8%);
  line-height: 40px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;

  font-weight: 400;
}

.dropdown:hover .dropdown-content
{
  display: block;
}

.layui-layer {
  border-radius: 0px !important;
}
a.name{
  line-height: 80px !important;
}
.logout{
  top:55px;
  box-shadow: 0px 16px 60px 0px rgb(134 135 152 / 50%);
}
.logout .dc{
  width: 90px !important;
  cursor: pointer;
}