/*公用变量*/
/*初始化样式*/
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*{box-sizing: border-box;}
/*#body::-webkit-scrollbar,body::-webkit-scrollbar,html::-webkit-scrollbar, */
/* ::-webkit-scrollbar{display:none} */

body {
  font: 15px "Microsoft Yahei", "Arial Narrow", HELVETICA;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #666666;
}
textarea{
  font: 15px "Microsoft Yahei", "Arial Narrow", HELVETICA;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: none;
  cursor: pointer;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
  margin-bottom: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.mid_box{
  width: 1150px;
  margin: 0 auto;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.vCenter{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webki-box-align: center;-moz-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; }
.font12{font-size: 0.24rem;}
.font14{font-size: 0.28rem;}
.font16{font-size: 0.32rem;}
.font18{font-size: 0.36rem;}
* {
   transition-property: all;
  -ms-transition-property: all;
  -moz-transition-property: all;
   -webkit-transition-property: all;
  -o-transition-property: all;
 /* -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;*/
}
input::-ms-clear{display:none;}/*隐藏文本框叉子*/
input::-ms-reveal{display:none;}/*隐藏密码框小眼睛*/
input:focus,input:hover,button:focus{outline: none}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}
#movie .addicon{z-index: 1000!important;}
.right .addicon{
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  padding-top: 8.5px;
}
#app .menu{z-index: 999;}
@font-face {
  font-family: 'iconfont';  /* project id 732874 */
  src: url('./icon/iconfont.eot');
  src: url('./icon/iconfont.eot?#iefix') format('embedded-opentype'),
  url('./icon/iconfont.woff2') format('woff2'),
  url('./icon/iconfont.woff') format('woff'),
  url('./icon/iconfont.ttf') format('truetype'),
  url('./icon/iconfont.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}
.fullscreenBtn {
  position: absolute;
  right: 50px;
  padding: 0;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 14px;
}
.cardTop{
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border-bottom: 1px solid #ebebeb;
}
.cardTop img{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cardTop span{
  font-size: 16px;
}
.dialog1_head .closebtn{
  background-image: url(/img/dialog-close.png)!important;
}
::-webkit-scrollbar{
  width: 7px;/* 纵向滚动条*/
  height: 7px;/* 横向滚动条 */
  background-color: #fff;
}

/*定义滚动条轨道 内阴影*/
::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
  background-color: #fff;
}

/*定义滑块 内阴影*/
::-webkit-scrollbar-thumb{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
  background-color: #c7c7c7;
  border-radius: 7px;
}
.candidate-left.fl .tab{
  height: calc(100% - 60px);
}
.candidate-left.fl .tab .tabbox{
  height: 100%;
}

/* 页面loading效果 */
#Loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background: #fff;
}
.loadcenter {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.loader {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  transform: rotate(165deg);
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}
.loader:before {
  animation: before 2s infinite;
}
.loader:after {
  animation: after 2s infinite;
}
@keyframes before {
  0% {
      width: 0.5em;
      box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
      width: 2.5em;
      box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
      width: 0.5em;
      box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
      box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
      height: 0.5em;
      box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
      height: 2.5em;
      box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
      height: 0.5em;
      box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
      box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}
.loader {
  left: calc(50% - 16px);
}
.loaderP {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 9;
  width: 100%;
}
.admintag{
  color: #fff;
  padding: 0 2px;
  border-radius: 2px;
  font-size: 10px;
  background: #f6bf20;
  display: inline-block;
  transform: scale(.8);
}
.admintag1{
  background: #6cd9a2;
}