@charset "utf-8";

body,
input,
textarea,
select,
td,
tr {
  font-size: 12px;
  color: #333;
  padding: 0;
  margin: 0;
  font-family: PingFang SC, Arial, Microsoft YaHei, 微软雅黑, 宋体, simsun, sans-serif
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd {
  margin: 0
}

ul,
ol {
  padding-left: 0;
  list-style-type: none
}

img {
  border: 0;
}

a {
  text-decoration: none;
  outline: medium none;
  color: #333
}

/* a:hover {
  text-decoration: none;
  color: #4880d4
} */

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

.clearfix:after {
  clear: both
}

.fl,
.l {
  float: left
}

.fr,
.r {
  float: right
}

.flash-top {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .01;
}

.god-mark {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 5px;
  height: 20px;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 8px 0 0;
  z-index: 1
}

.got-i-icon {
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url("../images/ad.png") no-repeat;
  position: absolute;
  z-index: 20;
  cursor: pointer
}

.area {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 0 !important;
}

.area:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}


/******main*******/
.video-main {
  margin-top: 128px;
}

.video-main h1 {
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: normal;
  border-bottom: 1px solid #efefef;
}

.video-container {
  width: 1200px;
  height: 540px;
  display: flex;
  background: #000;
  border-radius: 2px;
  overflow: hidden;
}

.video-container img {
  width: 100%;
  height: 100%;
}

.video-container img[src=""],
.video-container img:not([src]) {
  display: none;
}

.live-player-box {
  width: 960px;
  height: 100%;
  position: relative;
}

/*******播放器样式******/
.player-video-area {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  width: 100%;
  height: 100%;
}

.player-video-area .video-wrap {
  position: relative;
  background: #000;
  font-size: 0;
  width: 100%;
  height: 100%;
}

.player-video-area .video {
  width: 100%;
  height: 100%;
}

.controls {
  display: none;
  z-index: 2;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.controls .full-screen-btn {
  position: absolute;
  top: 22px;
  right: 30px;
  width: 36px;
  height: 36px;
  background: url('../../src/assets/img/full-btn.png') no-repeat;
  background-size: 36px 36px;
}

.controls .full-screen-btn.out-full {
  background-image: url("../../src/assets/img/out-full-btn.png");
}

.controls .play-btn {
  position: absolute;
  top: 18px;
  left: 30px;
  width: 44px;
  height: 44px;
  background: url('../../src/assets/img/pause.png') no-repeat;
  background-size: 44px 44px;
}

.controls .play-btn.pause-btn {
  background-image: url('../../src/assets/img/play.png');
}

.controls .volume-btn {
  position: absolute;
  top: 22px;
  right: 180px;
  width: 40px;
  height: 40px;
  background: url('../../src/assets/img/volume.png') no-repeat;
  background-size: 36px 36px;
}

.controls .volume-btn.volume-off {
  background-image: url('../../src/assets/img/volume-off.png');
}

.y-player-volume-progress {
  position: absolute;
  width: 85px;
  height: 8px;
  padding: 21px 0;
  right: 90px;
  bottom: 15px;
}

.y-player-volume-bar {
  position: relative;
  height: 8px;
  margin: 0 auto;
  cursor: pointer;
}

.y-player-volume-bar .y-player-volume-bar-mark {
  background-color: rgba(197, 202, 212, .4);
  position: absolute;
  top: 50%;
  bottom: 0;
  height: 3px;
  width: 100%;
  transform: translateY(-50%);
  border-radius: 3px;
}

.y-player-volume-bar .y-player-volume-bar-size {
  background-color: #f60;
  height: 100%;
  position: absolute;
  top: 50%;
  bottom: 0;
  height: 3px;
  transform: translateY(-50%);
  border-radius: 3px;
}

.y-player-volume-bar .y-player-volume-thumb {
  position: absolute;
  right: -3px;
  top: -3px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
}

.player-video-area .player-float-content {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  color: #fff;
  z-index: 20;
}

.full-doc {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.player-video-area.full-video-container {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* .player-video-tip::before {
  content: '';
  position: absolute;
  left: 12px;
  width: 6px;
  height: 6px;
  background: #DD5533;
  border-radius: 50%;
} */

.player-video-tip .circle-point {
  margin-right: 3px;
  width: 6px;
  height: 6px;
  background: #DD5533;
  border-radius: 50%;
}

.player-video-tip {
  position: absolute;
  width: 118px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-size: 12px;
  color: rgba(255, 255, 255, .5);
  z-index: 10;
  top: 8px;
  right: 8px;
  padding: 0 12px;
  /* background: rgba(0, 0, 0, .6) url("../../src/assets/img/zbj_ico.png") no-repeat 20px -60px */
}

.player-video-tip:hover {
  /* background: #FF6600 url("../../src/assets/img/zbj_ico.png") no-repeat 20px 20px; */
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 1);
}

.player-time-content {
  width: max-content;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 24px;
  z-index: 9;
  background: rgba(0, 0, 0, .3);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(1px);

}

.player-time-content .live-title {
  font-size: 16px !important;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  color: #fff !important;
  text-align: center;
}

.player-time-content .translation-text-wrapper {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, .5);
}

.player-time-content .p1 {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
}

.player-time-content em {
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, .2);
  border-radius: 2px;
  border-radius: 4px;
  font-style: normal;
  font-size: 28px;
  font-weight: bold;
  /* margin: 0 5px; */
  font-family: DINAlternate-Bold, DINAlternate;
  color: rgba(255, 255, 255, .7);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.video-wrap-picbox {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 8;
  top: 0px;
  left: 0px;
}

/******播放器样式 end*******/


.foclist {
  /* width: 240px; */
  flex: 1;
  /* float: right; */
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 19px;
  padding-bottom: 19px;
}

.foclist li {
  position: relative;
}

.foclist li.cur:before {
  content: '';
  position: absolute;
  border-right: 8px #fff solid;
  border-top: 6px transparent solid;
  border-bottom: 6px transparent solid;
  left: 6px;
  top: calc(50% - 6px);
  transform: translateY(-50%);
  transition: left 0.3s ease, top 0.3s ease;
}


.foclist .tip {
  display: flex;
  align-items: center;
  position: absolute;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  left: 3px;
  z-index: 5;
  top: 3px;
  line-height: 30px;
  padding: 0 5px;
  /* width: 32px; */
  height: 16px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.foclist .live_tip i {
  width: 7px;
  height: 9px;
  background: url("//s.auto.itc.cn/public/auto/images/icon-playing.png");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}

.foclist .car-image {
  background: rgba(0, 0, 0, 0.3);
  width: 200px;
  height: 112px;
  margin: 0 auto 18px;
  display: block;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.foclist .car-image .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.foclist .car-image img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.foclist .car-image img[src=""],
.foclist .car-image img:not([src]) {
  display: none;
}

.foclist .titbg {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  /* background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7) 69%); */
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
  /* width: 100%; */
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  bottom: 0px;
  ;
  padding: 4px 8px;
  display: none
}

.foclist .cur .car-image {
  /* border: 4px #4D9FF5 solid;
  margin: -4px auto 16px; */
}

.foclist .cur .mask {
  display: none;
}

/* .foclist .cur .car-image:before {
  content: '';
  position: absolute;
  border-right: 8px #fff solid;
  border-top: 6px transparent solid;
  border-bottom: 6px transparent solid;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.3s ease, top 0.3s ease;
} */

.foclist .cur .titbg,
.foclist li:hover .titbg {
  display: block
}

.foclist li:hover .mask {
  display: none;
}

.foclist li:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.foclist li img {
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

.foclist .maximg .titbg {
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  padding-left: 20px;
}

.area h2 {
  height: 30px;
  border-left: 4px #4D9FF5 solid;
  padding-left: 14px;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
}

.videobox {
  margin-top: 40px
}

.videobox.tab-box .tab {
  line-height: 32px;
  border-bottom: 14px;
  height: auto;
  padding-top: 0px;
  border-bottom: 1px rgba(85, 85, 102, 0.1) solid;
}

.videobox.tab-box .tab a {
  padding: 0 48px 0 0;
  float: left;
  font-size: 16px;
  line-height: 16px;
  color: #555566;
  width: auto;
  border: 0px;
  margin-left: 0;
}

.videobox.tab-box .tab .cur {
  color: #111122;
  font-weight: bold;
}

.videobox.tab-box .tab .cur::after {
  content: '';
  display: block;
  position: relative;
  left: 0;
  top: 14px;
  width: 100%;
  height: 3px;
  background: #111122;
  border-radius: 2px 2px 0px 0px;
}


.carlist {
  overflow: hidden;
  /* padding: 20px 0 0; */
  /* width: 1230px; */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* Creates 5 equal-width columns */
  gap: 20px 10px;
  /* Space between grid items */
  /* padding: 16px; */
  /* Padding around the grid */
}

.carlist li {
  width: 232px;
  /* height: 131px; */
  /* float: left; */
  text-align: left;
  /* padding-right: 26px; */
}

.carlist .car-image {
  margin: 0 auto 0px;
  width: 232px;
  height: 131px;
  overflow: hidden;
  position: relative;
  display: block
}

.carlist .gradient {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 4px;
  width: 77px;
  height: 28px;
  left: 10px;
  bottom: 10px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
}

.carlist strong {
  color: #111122;
  display: block;
  font-size: 14px;
  line-height: 20px;
  height: 48px;
  font-weight: bold;
  overflow: hidden;
  padding: 8px 0 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.carlist p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 12px;
  color: #BBBBCC;
  text-align: left;
}

.videobox .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  font-size: 14px;
  color: #111122;
  /* width: 1200px; */
  height: 36px;
  background: #F7F8FC;
  border-radius: 2px;
  border: 1px solid #E5E5EE;

  margin-top: 40px;
}

.videobox .more-btn:hover {
  background-color: #E5E5EE;
}

.newcarlist li {
  height: 256px;
  width: 280px;
  padding-right: 26px;
}

.newcarlist .car-image {
  width: 280px;
  height: 158px;
}

.newcarlist .tip {
  width: 48px;
  height: 26px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(229, 96, 77, .9);
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  border-radius: 3px;
}

.newcarlist strong {
  line-height: 30px;
  height: 30px;
  padding-top: 12px;
}

.newcarlist p {
  font-size: 14px;
  line-height: 30px;
  color: #999;
}



.tab-box .tab {
  padding-bottom: 14px !important;
  margin-bottom: 20px;
  height: 87px;
  text-align: center;
  /* padding-top: 30px; */
  overflow: hidden;
}

.tab-box .tab a {
  /* width: 171px; */
  /* height: 52px; */
  border-left: 1px #ebebeb solid;
  float: left;
  margin-left: -1px;
  font-size: 14px;
  line-height: 30px;
  color: #999
}

.tab-box .tab strong {
  display: block;
  margin-top: -10px;
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
}

.tab-box .tab .cur,
.tab-box .tab .cur strong {
  color: #4D9FF5
}

.zblist li {
  border-bottom: 1px #EBEBEB solid;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}

.zblist .time {
  padding-left: 60px;
  width: 172px;
  text-align: left;
  float: left;
  line-height: 34px;
  font-size: 14px;
}

.zblist .info {
  width: 625px;
  padding-right: 55px;
  float: left;
}

.zblist .info strong {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal
}

.zblist .info p {
  font-size: 14px;
  line-height: 24px;
  color: #999
}

.zblist .person {
  font-size: 14px;
  line-height: 32px;
}

.zblist .sub_btn {
  position: absolute;
  width: 72px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  right: 0px;
  top: 50%;
  margin-top: -18px;
  background: #3e97f4;
  border-radius: 4px;
}

.zblist .sub_btn_end {
  background: #fff;
  border: 1px solid #666666;
  color: #666;
}

.nodata {
  text-align: center;
  padding: 50px 0;
  border-bottom: 1px #ebebeb solid;
  font-size: 18px;
  line-height: 32px;
}

.tab-con {
  display: none
}

.tab-con.cur {
  display: block
}

/***foot***/
.linknav {
  background: #ddd;
  height: 40px;
  font: 14px/40px "\5FAE\8F6F\96C5\9ED1";
  color: #aaa;
  text-align: center;
  width: 100%;
  min-width: 1200px;
}

.linknav a:link,
.linknav a:visited {
  color: #333;
  margin: 0 10px;
}

#foot {
  font: 12px/22px "\5FAE\8F6F\96C5\9ED1";
  text-align: center;
  padding-top: 10px;
}

/*登录*/
.mask-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 1000;
}

.login-box {
  display: none;
  padding: 30px 70px;
  z-index: 102;
  position: fixed;
  top: 50%;
  margin-top: -220px;
  left: 50%;
  margin-left: -254px;
  width: 368px;
  height: 380px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 1000;
}

.login-list {
  overflow: hidden;
}

.login-head {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.333;
  text-align: center;
  margin-bottom: 10px;
}

.login-box .desc {
  font-size: 14px;
  color: rgb(153, 153, 153);
  line-height: 1.714;
  text-align: left;
}

.login-hint {
  font-size: 14px;
  color: red;
  line-height: 1.714;
}


.login-list li {
  position: relative;
  height: 45px;
  width: 360px;
  margin-top: 20px;
  border-bottom: 1px #ebebeb solid;
}

.login-list input {
  float: left;
  border-width: 0px;
  border-color: rgb(236, 236, 236);
  border-style: solid;
  border-radius: 6px;
  padding-left: 10px;
  width: 348px;
  height: 43px;
  line-height: 43px;
  color: #444;
  font-size: 16px;
}

.login-list span {
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  border-color: rgb(236, 236, 236);
  border-style: solid;
  border-radius: 6px;
  padding-left: 10px;
  width: 348px;
  height: 43px;
  line-height: 43px;
  color: rgb(204, 204, 204);
  font-size: 16px;
}

.code-li input,
.code-li span {
  width: 230px;
}

.code-li input:-internal-autofill-selected {
  background: #fff;
}

.get-img-btn {
  float: left;
  height: 37px;
  width: 108px;
  margin: 4px 0 0 8px;
  cursor: pointer;
}

.get-code-btn {
  float: left;
  display: block;
  height: 45px;
  width: 108px;
  margin-left: 8px;
  font-size: 15px;
  color: #397EFD;
  text-align: center;
  line-height: 45px;
  border-radius: 6px;

}

.login-list .submit-box {
  height: 90px;
}

.radio-box {
  height: 45px;
  line-height: 45px;
  background: url(../../src/assets/img/rideo.png) left center no-repeat;
  padding-left: 26px;
  color: #444444;
  font-size: 15px;
}

.login-list .radio-on {
  background-image: url(../../src/assets/img/rideo-on.png)
}

.login-btn {
  display: block;
  width: 360px;
  height: 45px;
  border-radius: 6px;
  background-color: #4754BA;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.place-holder {
  display: none;
}

.close-login-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyYjdkNGMzMC00MmJhLTQ5NDEtYmY1Mi00OWFmMmY5YTRlZTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTE0MzBFNkI0MDg4MTFFOTlCRUZDNzY5MTU0OTk3NzkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTE0MzBFNkE0MDg4MTFFOTlCRUZDNzY5MTU0OTk3NzkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozYzgyNGJhYi04YmFjLTQyZDYtOGU5My00ZTgwMTBkN2RhNmUiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyYjM0MzU1My0yMmNjLTEyNDAtYWM3OS1jZDVkMmU4MDc0NzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5QftoyAAAAxElEQVR42oTQSw6EIAwG4KEZJSoexIWo8f5nUEmMJ/EZo/OTTjrEzbjg0X7Ygrrv+/Xve3ddd56ntVZrHSa2bXPORVHUNA1d1zXPc9/3+76HYhiGZVmQxZbKskzTdF1XcSwQybIMWUQUejqOAwLnkiQpimKaJhZVVcVx/EWYxCnlI6Hw5XjCHv9gQURYi/gh9DGOIws0i3V4D2KBWhhRpW3bxz08CkVd1zw+HOHFRODpuD9xyHqEUJ7nIuQeiBhjOPgRYACTO55zFRQxFQAAAABJRU5ErkJggg==) center center no-repeat;
  cursor: pointer;
}

/*****input layer*****/
.shadbox {
  background: #333;
  filter: alpha(opacity=60);
  opacity: .6;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1200;
  top: 0px;
  left: 0px;
  display: none
}

.layerbox {
  width: 420px;
  background: #fff;
  position: fixed;
  left: 50%;
  margin-left: -210px;
  top: 50%;
  margin-top: -145px;
  z-index: 1300;
  display: none;
  height: 200px;
  border-radius: 4px;
  padding-top: 80px;
}

.layerbox .close {
  font-size: 36px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: normal;
  opacity: .2;
  line-height: 1;
}

.layerbox .inputbox {
  width: 276px;
  height: 50px;
  border: 1px #dbdbdb solid;
  margin: 0 auto;
  text-align: left
}

.layerbox .inputbox input {
  box-sizing: border-box;
  border: 0px;
  height: 22px;
  line-height: 22px;
  padding-left: 18px;
  margin-top: 14px;
  outline: 0px;
  width: 270px;
  font-size: 14px;
}

.layerbox .btn {
  display: block;
  border-radius: 4px;
  width: 130px;
  height: 50px;
  color: #fff;
  background: #5885DF;
  line-height: 50px;
  padding: 0px;
  margin: 20px auto 0;
  font-size: 16px;
  text-align: center;
  float: none
}

.page-footer {
  margin-top: 100px;
  width: 100%;
  height: 126px;
  background: #111122;
  padding: 30px 0;
}

.page-footer .nav-list {
  display: flex;
  justify-content: center;
}

.page-footer .nav-list .nav-item {
  display: flex;
  color: #555566;
  align-items: center;
}

.page-footer .nav-list .nav-item a {
  display: flex;
  font-size: 14px;
  line-height: 22px;
}

.page-footer .nav-list .nav-item i {
  margin: 0 4px;
}

.page-footer p {
  color: #555566;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.page-footer a {
  color: #555566;
}

.page-footer a:hover {
  color: #fff;
}