/* reset */
html {
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

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

audio,
canvas,
video {
  display: inline-block
}

body,
button,
input,
select,
textarea {
  font-family: -apple-system, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
  -webkit-font-smoothing: antialiased
}

input,
select,
textarea {
  font-size: 100%
}

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

th {
  text-align: inherit
}

img {
  border: 0
}

iframe {
  display: block
}

abbr,
acronym {
  border: 0;
  font-variant: normal
}

del {
  text-decoration: line-through
}

i {
  font-style: normal
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500
}

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
  color: #000
}

h1 {
  font-size: 24px
}

h2 {
  font-size: 16px
}

h3,
h4,
h5,
h6 {
  font-size: 14px
}

q:after,
q:before {
  content: ''
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

a,
ins {
  text-decoration: none
}

/* reset */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.clearfix {
  zoom: 1
}

body {
  word-break: break-all;
  word-wrap: break-word;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  background-color: #f3f3f3;
  margin-top: 90px;
  box-sizing: border-box;

}

a,
a:focus {
  outline: none;
}

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

.overhidden {
  overflow: hidden;
}

.tc {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #bfc3c6;
}

.center404 {
  text-align: center;
  padding: 100px 0;
}

.center404 .icon404 {
  width: 184px;
  height: 160px;
  display: block;
  margin: 0 auto;
  background: url(../images/icon404.png) no-repeat;
}

.center404 img {
  width: 254px;
  height: 140px;
}

.center404 p {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

.center404 p.test {
  color: #666;
}

.crumbs {
  height: 66px;
  line-height: 66px;
  box-shadow: 0 4px 35px rgba(87, 86, 176, .2);
  background: #fff;
  padding: 0 36px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.crumbs h3 {
  font-size: 20px;
  color: #333;
}

/* 上下结构 垂直居中 */
.center-layer {
  text-align: center;
  font-size: 0;
}

.center-layer:before {
  content: "";
  font-size: 0;
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.center-layer .center-box {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.wBg {
  background: #fff;
  box-shadow: 0 4px 35px rgba(87, 86, 176, .2);
}

.wBg .visitor .register,
.wBg .user-name {
  color: #fff
}



.null-block {
  margin: 100px 0;
  text-align: center;
}

.null-block p {
  display: inline-block;
  padding-left: 40px;
  background: url(../images/null.png) no-repeat;
  line-height: 30px;
}


.pages-text {
  color: #999;
  margin: 20px 0 10px;
  font-size: 14px;
  text-align: left;
}

.pages {
  text-align: center;
  font-size: 0;
  padding: 24px 0;
}

.pages a {
  border: 1px solid #e5e5e5;
  line-height: 28px;
  display: inline-block;
  padding: 0 10px;
  color: #666;
  font-size: 13px;
  margin: 0 5px;
  border-radius: 3px;
  min-width: 30px;
  box-sizing: border-box;
  background: #fff;
}

.pages a.on {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

.submitBtn,
.cancelBtn {
  min-width: 100px;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 3px;
  background: #e62129;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: none;
  cursor: pointer;
  border: 1px solid #e62129;
  font-size: 14px;
}

.submitBtn:hover {
  background: #861873;
}

.cancelBtn {
  color: #e62129;
  background: #fff;
}

.cancelBtn:hover {
  color: #fff;
  background: #e62129;
}

.slogan{
  height: 150px;
  position:relative;
  background: url(../images/slogan.jpg) no-repeat;
  background-position: center;
  border-radius: 10px 10px 10px 10px;
  margin-top: -100px;
  z-index: 1;
  box-shadow: 0px 4px 12px 0px #666666;
}
.slogan_bg{
  height: 150px;
  background: url(../images/slogan.png) no-repeat;
  background-position: center;
}
.slogan_number{
  font-weight: bold;
  font-size: xxx-large;
  background: -webkit-linear-gradient(left, #e62129,#0c0a79);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slogan_number:hover {
  transition: transform 0.5s ease-in-out;
  transform: scale(1.2);
}

header {
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16);
  opacity: 0.9;

  background-image: radial-gradient(circle, #3f51b557, #ffffff, #c0c0c0);
}

header .inner {
  position: relative;
  text-align: center;
}

.header.mbaFiexd {
  position: absolute;
}

header .logo {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25px;
  /*background: url(../images/mascot.png) no-repeat;*/

}

header.wBg .logo {
  background: url(../images/logo.png) no-repeat;
}

.header i[class^="icon2-"] {
  font-size: 16px;
  color: #666;
}

.header .news {
  position: relative;
  vertical-align: middle;
  margin-left: 12px;
}

.header .news i {
  vertical-align: middle;
}

.header .userName {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.header .userName a {
  color: #e62129;
}

.header .userName:hover .userList {
  display: block;
  top: 36px;
}

.header .userName .uinfo {
  display: block;
  overflow: hidden;
  padding-left: 33px;
  position: relative;
}

.header .userName .uinfo::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: url(../images/default-max.png) no-repeat center / 100% 100%;
}

.header .userName img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  vertical-align: middle;
  background: #fff;
}

.header .userName .name {
  float: left;
  line-height: 28px;
}

.topBar .user .name {
  font-size: 14px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
}

.header .news .num {
  position: absolute;
  top: -8px;
  right: -7px;
  background: #ff4747;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  display: block;
  text-align: center;
}

.nav {
  padding-top: 35px;
  font-size: 0;
  width: 90%;
}

.nav li {
  display: inline-block;
  margin: 0 25px;
}

.nav li a {
  font-size: 18px;
  color: #1A1A1A;
  line-height: 22px;
  position: relative;
}

.nav li.active a {
  color: #e62129;
}

.nav li.active a:after {
  width: 18px;
  height: 3px;
  background: #e62129;
  border-radius: 2px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  content: '';
}

header .logo img {
  vertical-align: top;
}

header .option {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 30px;
}

header .yx,
header .visitor a {
  color: #1A1A1A;
  font-size: 18px;
}

header .visitor,
header .user {
  display: inline-block;
}

header .yxIcon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/yxIcon.png) no-repeat;
  vertical-align: middle;
}

header .option .room {
  color: #fff;
  border: 1px solid #e62129;
  background: #e62129;
  display: inline-block;
  border-radius: 2px;
  padding: 0 20px;
  min-width: 50px;
  text-align: center;
  line-height: 28px;
  margin-left: 20px;
  font-size: 18px;
}

header .line {
  margin: 0 15px;
}

header .user-name img {
  vertical-align: middle;
  margin-right: 10px;
}

/* 底部 */
footer {
  /*background: #1a1a1a;*/
  background:#000000;
  padding: 60px 0 0;
}

footer .inner {
  box-sizing: border-box
}

.follow {
  float: left;
  margin-right: 100px;
  text-align: center;
  color: #555;
  padding-bottom: 66px;
}

.follow {
  font-size: 14px;
}

.follow img {
  width: 265px;
  /*height: 56px;*/
}

.gywx{
  float:left;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  line-height: 36px;
  padding-left: 80px;
}
.cy {
  border-top: 1px solid #333;
  padding: 25px 0;
  text-align: center;
  font-size: 12px;
  clear: both;
  ;
  color: #555;
}

.share a {
  background: url(../images/foot-icon.png) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.share .wxIcon .code {
  background: #fff;
  position: absolute;
  bottom: 100%;
  left: -87px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: scale(.95);
  transition: all .4s ease-out;
  box-shadow: 0 0 20px rgba(102, 51, 154, .25);
  margin-bottom: 15px;
  width: 200px;
  height: 200px;
  z-index: 9;
}
.share .wxIcon .code img{ 
    width: 100%;
    height: auto;
    display:block; 
}  
.share .code:after{
    position: absolute;
    bottom: -20px;
    border:10px solid transparent;
    border-top: 10px solid #fff;
    left: 50%;
    margin-left: -10px;
    display: block;
    content: ''; 
}

.share .code:after {
  position: absolute;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  left: 50%;
  margin-left: -10px;
  display: block;
  content: '';
}

.share .wxIcon:hover .code {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.share .wxIcon {
  background-position: 0 4px;
  position: relative;
}

.share .zxIcon {
  background-position: -72px 4px;
}

.foot-info {
  float: left;
  margin-left: 20px;
}

.foot-info>a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  line-height: 36px;
  margin-right: 30px;
}

.contact {
  float: right;
  padding-top: 5px;
}

.contact .time span {
  font-size: 16px;
  color: #999;
}

.contact .time {
  font-size: 12px;
  color: #999;
}

.contact .tel {
  font-size: 33px;
  color: #fff;
  font-weight: 500;
  margin-top: 21px;
  line-height: 40px;
}



/* 左侧 */
.float-bar-nav{
    position: fixed;
    bottom: 60px;
    width:72px;
    right: 0px;
    display: block;
    z-index: 10;
}

.float-bar-nav li {
  position: relative;
  margin-bottom: 1px;
}

.float-bar-nav li a {
  display: block;
  position: relative;
  z-index: 2;
  background: #212121;
  height: 80px;
  width: 72px;
  overflow: hidden;
  border-radius: 4px 0px 0px 4px;
}

.float-bar-nav li:hover a {
  background: #e62129;
}

.float-bar-nav li i {
  width: 30px;
  height: 30px;
  background: url(../images/sideIcon.png) no-repeat;
  background-size: cover;
  display: block;
  margin: 21px auto;
}

.float-bar-nav li i.i-zx {
  background-position: 0 2px;
}

.float-bar-nav li i.i-phone {
  background-position: 0 -31px;
}

.float-bar-nav li i.i-sign {
  background-position: 0 -61px;
}

.float-bar-nav li:last-child a {
  border: 0 none;
  background: #212121;
}

.float-bar-nav li i.i-gotop {
  background-position: 0 -91px;
}

.float-bar-nav .sub-nav-layer {
  position: absolute;
  top: 0px;
  right: -100%;
  visibility: hidden;
  transition: all .3s ease;
  width: 230px;
  background-color: #e62129;
  display: block;
  padding: 6px 15px;
  padding-right: 56px;
  box-sizing: initial;
  height: 80px;
  box-sizing: border-box;
  border-radius: 4px 0px 0px 4px;
}

.float-bar-nav li:hover .sub-nav-layer {
  right: 0px;
  visibility: visible;
  color: #fff;
}

.float-bar-nav li .sub-nav-layer p {
  font-size: 20px;
  color: #fff;
  line-height: 60px;
}





.layer-dialog {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
}

.layer-pop {
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -265px;
  width: 530px;
  z-index: 8;
  background: #fff;
  border-radius: 3px;
}

.layer-mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.7;
  position: fixed;
  pointer-events: auto;
}

.layer-inner {
  padding: 36px 70px;
  text-align: center;
  position: relative;
}

.layer-inner .close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  background: url(../images/close.png) no-repeat center;
}

.layer-inner h3 {
  font-size: 26px;
  color: #e62129;
  margin-bottom: 20px;
}

.layer-inner input {
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 0 14px;
  outline: none;
  margin: 10px 0;
  ;
}

.layer-inner input:focus {
  border: 1px solid #e62129;
}

select.city {
  max-height: 300px;
}

.layer-inner li {
  padding: 0 12px;
  position: relative;
  width: 420px;
  margin: 0 auto
}

.layer-inner p {
  line-height: 30px;
  color: #999;
}

.layer-btn {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: 0 none;
  outline: none;
  color: #fff;
  text-align: center;
  background: #e62129;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all .3s ease;
}

.layer-btn:hover {
  background: #e62129
}

.video-js .vjs-time-tooltip,
.vjs-mouse-display {
  white-space: nowrap;
}

.layui-layer .layui-layer-btn .layui-layer-btn0 {
  border-color: #e62129;
  background-color: #e62129;
}





/*grid styles for AUI2.0 -- start */
.AGrid-row:before,
.AGrid-row:after {
  content: " ";
  display: table;
  line-height: 0;
}

.AGrid-row:after {
  clear: both;
}

.AGrid-row {
  *zoom: 1;
  clear: both;
}

* {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}

.AGrid-row.no-gap,
.gap .AGrid-row.no-gap {
  margin: 0;
}

.AGrid-row.no-gap [class^=col-],
.gap .AGrid-row.no-gap [class^=col-] {
  padding: 0;
}

.AGrid-row.gap,
.no-gap .AGrid-row.gap {
  margin: -12px;
}

.AGrid-row.gap [class^=col-],
.no-gap .AGrid-row.gap [class^=col-] {
  padding: 12px;
}

@media (max-width:799px) {

  .AGrid-row.gap,
  .no-gap .AGrid-row.gap {
    margin: -6px;
  }

  .AGrid-row.gap [class^=col-],
  .no-gap .AGrid-row.gap [class^=col-] {
    padding: 6px;
  }
}

.col-mb-1,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-10,
.col-mb-11,
.col-mb-12,
.col-pd-1,
.col-pd-2,
.col-pd-3,
.col-pd-4,
.col-pd-5,
.col-pd-6,
.col-pd-7,
.col-pd-8,
.col-pd-9,
.col-pd-10,
.col-pd-11,
.col-pd-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
}

.col-mb-1,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-10,
.col-mb-11,
.col-mb-12 {
  float: left;
}

.col-mb-1 {
  width: 8.33333333%;
}

.col-mb-2 {
  width: 16.66666667%;
}

.col-mb-3 {
  width: 25%;
}

.col-mb-4 {
  width: 33.33333333%;
}

.col-mb-5 {
  width: 41.66666667%;
}

.col-mb-6 {
  width: 50%;
}

.col-mb-7 {
  width: 58.33333333%;
}

.col-mb-8 {
  width: 66.66666667%;
}

.col-mb-9 {
  width: 75%;
}

.col-mb-10 {
  width: 83.33333333%;
}

.col-mb-11 {
  width: 91.66666667%;
}

.col-mb-12 {
  width: 100%;
}



/* 登陆注册 */
.login-main {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  width: 530px;
  margin: -300px 0 0 -265px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.login-layer-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: #000;
  opacity: .7;
}

.login-main .poster {
  width: 50%;
  float: left;
  height: 710px;
  background: #e62129;
  text-align: center;
}

.login-main .poster img {
  max-width: 100%;
  margin: 170px 0 80px
}

.login-main .poster .link {
  line-height: 50px;
  border-radius: 50px;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 0 20px;
  display: inline-block;
  ;
  color: #fff;
  transition: all .5s ease;
}

.login-main .content {
  padding: 36px 70px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.login-main .closed {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 9;
  cursor: pointer;
}

.login-main .content h2 {
  font-size: 26px;
  color: #e62129;
  text-align: left;
}

.login-main .content .text {
  font-size: 14px;
}

.login-main .form {
  margin: 16px 0 0;
  text-align: left
}

.login-main .form .tc {
  margin-top: 15px;
}

.login-main .form .input {
  width: 100%;
  border: 1px solid #dcdcdc;
  line-height: 46px;
  padding: 0 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  margin-bottom: 18px;
  outline: none;
  border-radius: 4px;
}

.login-main .form .input:focus {
  border-color: #e62129;
}

.login-main .form input[type='password'] {
  margin-bottom: 10px;
}

.login-main .form .error {
  color: #FF2B2B;
  font-size: 13px;
  text-align: left;
  visibility: hidden;
  margin-bottom: 10px;
}

.login-main .form .submitBtn {
  line-height: 46px;
  border-radius: 4px;
  text-align: center;
  outline: none;
  background: #e62129;
  color: #fff;
  font-size: 16px;
  width: 100%;
  border: 0 none;
  cursor: pointer;
}

.login-main .form .forgetPW {
  font-size: 13px;
  color: #e62129;
  display: inline-block;
}

.login-main fieldset {
  margin-top: 10px;
  border: 0 none;
  border-top: 1px solid #000;
  position: absolute;
  bottom: 40px;
  left: 70px;
  right: 70px;
}

.login-main fieldset legend {
  padding: 0 20px;
}

.login-main fieldset .wechatIcon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../images/wx.png) no-repeat center;
  margin-top: 10px;
}

.form img {
  border-radius: 4px;
}

.login-main .form .reg-code,
.login-main .form .fpw-code,
.login-main .form .fpw-captcha {
  width: 252px;
  margin-right: 10px;
}

.codeBtn {
  width: 120px;
  background: #e62129;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  line-height: 50px;
  cursor: pointer;
  border-radius: 4px;
}

.register-panel .tips {
  color: #999;
  font-size: 12px;
  margin-top: 16px;
  text-align: center
}

.register-panel .tips a {
  color: #e62129;
  text-decoration: underline;
}

body .layui-layer-msg {
  border: 0 none;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .3)

}

body .layui-layer-msg .layui-layer-content {
  font-size: 16px !important;
  font-weight: bold;
}

.form .ctrl {
  overflow: hidden;
  margin: 16px 0 36px;
}

.form label {
  float: left;
  font-size: 13px;
  color: #999;
}

.form label input,
.register-panel .tips input {
  margin-right: 3px;
  vertical-align: middle;
}

.form .forgetPW {
  float: right;
  font-size: 13px;
  color: #e62129;
}

.login-item a.register,
.login-item a.login {
  color: #FFA10A;
  text-decoration: underline;
  font-size: 14px;
}

.userList {
  position: absolute;
  top: 70px;
  right: 0;
  background: #fff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
  width: 140px;
  z-index: 99;
  display: none;
}

.userList::before {
  border: 10px solid transparent;
  border-bottom-color: #fff;
  content: '';
  position: absolute;
  top: -18px;
  right: 10%;
  z-index: 2;
}

.userList::after {
  border: 10px solid transparent;
  border-bottom-color: #e9e9e9;
  content: '';
  position: absolute;
  top: -20px;
  right: 10%;
}

.userList a.link {
  display: block;
  line-height: 40px;
  font-size: 12px;
  color: #666;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid #E9E9E9;
  position: relative;
}

.userList i {
  font-size: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.userList a.link .num {
  background: #FF4A50;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.yxCover {
  height: 180px;
  background: url('../images/zhkCover.png') no-repeat;
  position: relative;
  padding: 48px;
  margin: 24px 0 0 0;
  border-radius: 4px;
}

.yxCover h3 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 16px;
  line-height: 100%;
}

.yxCover h3 i {
  background: url('../images/vip.png') no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.yxCover .text {
  font-size: 22px;
  color: #fff;
}

.yxCover .btn {
  width: 220px;
  line-height: 56px;
  background: #fff;
  border-radius: 28px;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #2D4BCF;
  position: absolute;
  top: 62px;
  right: 76px;
}




/* 字体图标 */
@font-face {
  font-family: 'icon2';
  src: url('../fonts/icon2.ttf?qn0p28') format('truetype'),
    url('../fonts/icon2.woff?qn0p28') format('woff'),
    url('../fonts/icon2.svg?qn0p28#icon2') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon2-"],
[class*=" icon2-"] {
  font-family: 'icon2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-svg15:before {
  content: "\e900";
}

.icon2-svg1:before {
  content: "\e901";
}

.icon2-notice:before {
  content: "\e902";
}

.icon2-view:before {
  content: "\e903";
}

.icon2-closed:before {
  content: "\e904";
}

.icon2-svg2:before {
  content: "\e905";
}

.icon2-svg3:before {
  content: "\e906";
}

.icon2-svg31:before {
  content: "\e907";
}

.icon2-svg5:before {
  content: "\e908";
}

.icon2-svg6:before {
  content: "\e909";
}

.icon2-svg7:before {
  content: "\e90a";
}

.icon2-svg8:before {
  content: "\e90b";
}

.icon2-svg9:before {
  content: "\e90c";
}

.icon2-svg10:before {
  content: "\e90d";
}

.icon2-svg11:before {
  content: "\e90e";
}

.icon2-history:before {
  content: "\e90f";
}

.icon2-remove:before {
  content: "\e910";
}

.icon2-svg12:before {
  content: "\e911";
}

.icon2-voice:before {
  content: "\e912";
}

.icon2-svg13:before {
  content: "\e913";
}

.icon2-zan:before {
  content: "\e914";
}

.icon2-order:before {
  content: "\e915";
}

.icon2-set:before {
  content: "\e916";
}

.icon2-svg4:before {
  content: "\e917";
}

.icon2-coupon:before {
  content: "\e918";
}




.vjs-control .vjs-button,
.resolution-btn {
  outline: none;
}
