/*项目通用样式*/
body { font: 12px/1.5 'Microsoft YaHei','宋体',Hiragino Sans GB,STHeiti,WenQuanYi Micro Hei,Droid Sans Fallback,PingFangSC-Semibold,SimSun,sans-serif;}
.container {
  width: 1200px;
  margin: 0 auto;
}
.c-eb8 {
  color: #399eb8;
}
.c-8ac {
  color: #1f68ac;
}
.c-ef {
  color: #efefef;
}
.c-ff {
  color: #fff;
}
.c-333 {
  color: #333;
}
.c-666 {
  color: #666;
}
.c-999 {
  color: #999;
}
.c-19 {
  color: #191919;
}
.c-ccc {
  color: #cccccc;
}
.c-000 {
  color: #000;
}

.c-main-btn {
  background: #4a90e2;
  border-color: #4a90e2;
}

.bg-ff {
  background-color: #fff;
}
.bg-f5 {
  background-color: #f5f5f5;
}
.textLeft {
  text-align: left;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}

.f400 {
  font-weight: 400;
}

.f500 {
  font-weight: 500;
}
.f600 {
  font-weight: 600;
}
.fBlod {
  font-weight: bold;
}

.fNormal {
  font-weight: normal;
}
.borderAll {
  border: 1px solid #eee;
}
.borderTop {
  border-top: 1px solid #eee;
}
.borderBottom {
  border-bottom: 1px solid #eee;
}
.borderLeft {
  border-left: 1px solid #eee;
}
.borderRight {
  border-right: 1px solid #eee;
}
.edit {
  cursor: pointer;
  color: #1890FF;
}
.hand{
  cursor: pointer;
}
.oneLine {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.twoLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.breakAll{
  word-break: break-all;
}
.block {
  display: block;
}
.inlineBlock {
  display: inline-block;
}
.vMiddle {
  vertical-align: middle;
}
.none {
  display: none;
}
.flex {
  display: flex;
}
.alignMiddle {
  align-items: center;
}
.spaceBetween{
  justify-content: space-between;
}
.flex-jc {
  justify-content: center;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl13 {
  padding-left: 13px;
}

.pl15 {
  padding-left: 15px;
}

.pl17 {
  padding-left: 17px;
}

.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}

.pl28 {
  padding-left: 28px;
}

.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl65 {
  padding-left: 65px;
}
.pl70 {
  padding-left: 70px;
}

.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}

.pr13 {
  padding-right: 13px;
}

.pr15 {
  padding-right: 15px;
}

.pr17 {
  padding-right: 17px;
}

.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}

.pr28 {
  padding-right: 28px;
}

.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr55 {
  padding-right: 55px;
}
.pr60 {
  padding-right: 60px;
}
.pr65 {
  padding-right: 65px;
}
.pr70 {
  padding-right: 70px;
}

.pt5 {
  padding-top: 5px;
}
.pt6 {
  padding-top: 6px;
}

.pt9 {
  padding-top: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pt12 {
  padding-top: 12px;
}

.pt13 {
  padding-top: 13px;
}

.pt14 {
  padding-top: 14px;
}

.pt15 {
  padding-top: 15px;
}

.pt16 {
  padding-top: 16px;
}

.pt17 {
  padding-top: 17px;
}

.pt20 {
  padding-top: 20px;
}

.pt22 {
  padding-top: 22px;
}

.pt23 {
  padding-top: 23px;
}

.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pb4 {
  padding-bottom: 4px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb6 {
  padding-bottom: 6px;
}
.pb10 {
  padding-bottom: 10px;
}

.pb11 {
  padding-bottom: 11px;
}
.pb12 {
  padding-bottom: 11px;
}

.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}

.pb22 {
  padding-bottom: 22px;
}

.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb63 {
  padding-bottom: 63px;
}
.pb65 {
  padding-bottom: 65px;
}
.pb70 {
  padding-bottom: 70px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb13 {
  margin-bottom: 13px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb17 {
  margin-bottom: 17px;
}

.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}

.mt5 {
  margin-top: 5px;
}
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px;
}

.mt11 {
  margin-top: 11px;
}

.mt15 {
  margin-top: 15px;
}

.mt18 {
  margin-top: 18px;
}

.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt28 {
  margin-top: 28px;
}
.mt30 {
  margin-top: 30px;
}
.mt32 {
  margin-top: 32px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mt70 {
  margin-top: 70px;
}

.ml0 {
  margin-left: 0px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml14 {
  margin-left: 14px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml55 {
  margin-left: 55px;
}
.ml60 {
  margin-left: 60px;
}
.ml65 {
  margin-left: 65px;
}
.ml70 {
  margin-left: 70px;
}

.ml100 {
  margin-left: 100px;
}

.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr14 {
  margin-right: 14px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr55 {
  margin-right: 55px;
}
.mr60 {
  margin-right: 60px;
}
.mr65 {
  margin-right: 65px;
}
.mr70 {
  margin-right: 70px;
}
.require-label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}

.layui-form-checked[lay-skin=primary] i{
  border-color: #1f68ac!important;
  background-color: #1f68ac;
}
.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i{
  color: #1f68ac!important;
}


.layui-form-select dl dd.layui-this {
  background: #1f68ac;
  color:#fff;
}

.layui-breadcrumb a:hover {
  color: #1f68ac!important;
}

/*没有数据*/
.noResult {
  padding-top: 100px;
  text-align: center;
}
.noResult .set {
  text-align: center;
  font-size: 12px;
  color: #333333;
  padding-top: 20px;
}

/*富文本插入内容样式*/
  .ueEditorStyle {
    font-size: 16px;
    word-wrap: break-word;
    color:#000;
  }
  .ueEditorStyle * {
    word-wrap: break-word;
    max-width: 100%;
  }
  .ueEditorStyle li {
    list-style: inherit;
  }
  .ueEditorStyle img {
    max-width: 100% !important;
  }
  .ueEditorStyle td img {
    max-width: none !important;
  }
  .ueEditorStyle table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    max-width: 100% !important;
    table-layout: fixed;
    margin-bottom: 10px;
    /* display: contents; */
  }
  .ueEditorStyle table td, .ueEditorStyle table th {
    border: 1px solid #ccc;
    /* text-align: center; */
    padding: 5px 10px;
  }
  .ueEditorStyle a {
    text-decoration:underline;
    color:-webkit-link;
  }
  .ueEditorStyle .list-paddingleft-2 {
    padding-left: 20px;
  }
  .UEditorTable {
    width: auto !important;
  }
  .UEditorTable {
    width: auto !important;
  }

  /*判断IE*/

/*loading*/
.load{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 100%;
}
.loadimg{
  width: 6%;
  margin: 0 auto;
  margin-top: 20%;
  display: block;
}
.loadtext{
  font-size: 16px;
  text-align: center;
}
/*Endloading*/


/* header  */
  .HomeLayout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .flexContainer {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  .giftWrap {
    height: 100%;
  }

  .headerPage {
    width: 100%;
    height: 40px;
  }
  .headerPage .hederInner {
    width: 100%;
    position: fixed;
    z-index: 1003;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.88);
  }
  .headerPage .wrap {
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: space-between;
  }
  .headerPage .wrap .left {
    flex: 0 0 300px;
    display: flex;
    align-items: center;
  }
  .headerPage .wrap .phone {
    color: #fff;
    opacity: 0.8;
    margin-left: 12px;
  }
  .headerPage .wrap .right {
    flex: 1;
    padding-right: 20px;
    position: relative;
  }

  .headerPage .wrap .login {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #33d7e8;
    color: #33d7e8;
    padding: 3px 15px;
    border-radius: 20px;
  }
  .headerPage .wrap .links {
    color: #a8aaab;
    padding: 0 20px;
  }
  .headerPage .wrap .homeLink:hover {
    color:#fff;
  }
  .headerPage .wrap .personalDropBtn:hover{
    color:#fff;
  }
  .sponsorLink:hover{
    color:#fff !important;
  }
  .links_a:hover {
    color:#fff !important;
  }
  .links_a .active {
    color: #fff;
  }

  .headerPage .wrap .links.curLink {
    color: #fff;
  }
  .headerPage .wrap .lineLink {
    position: relative;
    top: 0;
    z-index: 9999999;
  }
  .headerPage .wrap .lineLink::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #a8aaab;
  }
  .headerPage .wrap .links.curLink::after {
    background: #a8aaab;
  }
  .liwuIcon{
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 3;
  }
  .headerDropWrap {
    top: 0px;
    position: absolute;
    left: -60px;
    display: none;
  }
  .headerDropWrap .layui-menu li:hover a {
    color:#333 !important
  }
  .headerDropWrap2 {
    top: 0px;
    position: absolute;
    left: -17px;
    display: none;
  }
  .userCenterDrop {
    left: -20px;
  }
  .personalDropBtn:hover .headerDropWrap {
    display: block;
  }
  .personalDropBtn:hover .headerDropWrap2 {
    display: block;
  }
  .personalDropBtn .links {
    position: relative;
    z-index: 10;
  }
  .headerDrop .layui-dropdown-menu {
    padding: 0 25px;
    position: relative;
    top: 0;
  }
  .headerDrop .layui-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-color: #fff;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
  }
  .headerDrop .layui-dropdown-menu2::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-color: #fff;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
  }
  .headerDrop .layui-dropdown-menu li {
    margin-top: 10px;
    padding: 8px 20px;
    border-bottom: 1px solid #ebeef5;
  }
  .headerDrop .layui-dropdown-menu li .mine {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .headerDrop .layui-dropdown-menu li .mine.user {
    width: 16px;
    height: 16px;
  }
  .headerDrop .layui-dropdown-menu .layui-menu-body-title {
    text-align: center;
  }
  .headerDrop .layui-dropdown-menu .layui-menu-body-title a {
    display: inline-block;
  }
  .headerPage .avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
  }
  .headerPage .msgLink {
    position: relative;
    top: -2px;
  }
  .headerPage .msgLink .imgWrapTip {
    position: absolute;
    right: -21px;
    top: -4px;
    height: 19px;
    min-width: 19px;
    background: #da2222;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    color: #fefefe;
    line-height: 19px;
    text-align: center;
    font-family: Roboto-Bold;
  }

  .headerPage .regBtn {
    color:#fff !important;
    opacity: 0.9;
  }

  /*右侧广告*/
  .RightFloatWin {
    width: 170px;
    height: 180px;
    position: fixed;
    top: calc(25% + 370px);
    right: 20px;
    z-index: 9999;
  }
  .RightFloatWin .closeRightWin {
    cursor: pointer;
  }
  .RightFloatWin .imgs {
    width: 100%;
    height: 100%;
  }

  /*判断IE*/
  .ieTips {
    height: 30px;
    line-height: 30px;
    background: #ffefc5;
    z-index: 1004;
  }
  .ieContainer {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 0;
  }
  .closeIeTips {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #272536;
    font-size: 16px;
    cursor: pointer;
  }
  .disnone{
    display: none;
  }
  .headerPage .wrap .avatarLinks:after {
    display: none;
  }

  /*兼容客户端start*/
  .headerPage .sponsorLink {
    transform: translateX(-3px);
  }
  .headerPage .avatarLinks {
    transform: translate(4px, -1px);
  }
  .nickname {
    transform: translateX(1px);
    overflow: hidden;
    max-width: 80px;
    text-align: left;
    margin-left: 5px;
  }

  .homeLink::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #a8aaab;
  }
  .personalDropBtn::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #a8aaab;
  }
  /* 兼容客户端end */

/* endHeader */



/* TopNavList 顶部导航栏 */
.TopNavList{
  width: 100%;
  height: 60px;
  position: relative;
}

.TopNavList .nav {
  background: rgba(249, 249, 249, 0.98);
  height: 60px;
  width: 100%;
  box-shadow: 0px 1px 4px 0px rgba(191, 191, 191, 0.5);
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 10;
}
.TopNavList .nav .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.TopNavList .nav .wrapper .logo {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
}
.TopNavList .nav .wrapper .logo.maxLogo {
  flex: 0 0 314px;
}
.TopNavList .nav .wrapper .logoImg {
  display: inline-block;
  vertical-align: middle;
}
.TopNavList .nav .wrapper .logoLine {
  width: 1px;
  height: 32px;
  background: #d8d8d8;
  margin: 5px 6px 0 7px;
}
.TopNavList .menuList {
  flex: 1;
}
.TopNavList .layui-nav {
  background: none;
  padding-right: 0;
  padding-left: 39px;
  display: flex;
  align-items: center;
}

.TopNavList .layui-nav .layui-nav-item a {
  font-size: 14px;
  color: #333;
  padding: 0 14px;
  min-width: 66px;
  box-sizing: border-box;
  word-break: keep-all;
}
.TopNavList .layui-nav .layui-nav-item > a {
  text-align: center;
}
.TopNavList .layui-nav .layui-this:after, .TopNavList .layui-nav-bar {
  background: #0768ac;
  height: 3px;
}
.TopNavList .layui-nav .layui-nav-item.layui-this > a {
  color: #0768ac;
}
.TopNavList .layui-nav .layui-nav-item a:hover {
  background: #eee;
}
.TopNavList .layui-nav .layui-nav-child a:hover {
  background: #0768ac;
  color: #fff;
}
.TopNavList .layui-nav .layui-nav-child .threeMenu a:hover {
  background: #dcf0fd;
  color: #0768ac;
}
.TopNavList .layui-nav .layui-nav-more {
  display: none;
}
.TopNavList .layui-nav-child {
  padding: 0;
}
.TopNavList .layui-nav-child, .TopNavList .threeMenu {
  min-width: 155px;
}
.TopNavList .layui-nav .layui-nav-child dd a {
  padding-left: 20px;
}
.TopNavList .curMenu {
  background: #eee;
}
.TopNavList .icon {
  width: 126px;
  height: 60px;
  line-height: 60px;
  text-align: right;
  word-break: keep-all;
  position: absolute;
  right: 0;
  top: 0;
}
.TopNavList .icon .cur {
  color: #0768ac;
}
.icon-line {
  margin: 0 6px 0 6px;
}
.TopNavList .secondMenu {
  position: relative;
  top: 0;
}
.TopNavList .threeMenu {
  position: absolute;
  left: 100%;
  padding-left: 2%;
  top: 0;
  display: none;
}
.threeMenuInner {
  background: #fff;
  line-height: 36px;
  box-shadow: 0 2px 4px rgba(0,0,0,.12);
  border: 1px solid #eee;
  z-index: 100;
  border-radius: 2px;
  white-space: nowrap;
  box-sizing: border-box;
}
.threeMenuInner  a {
  font-size: 13px!important;
}
.TopNavList .secondMenu:hover > .threeMenu {
  display: block;
}
  /* EDD-TopNavList */


/* topnav 右边悬浮窗 */
.fixedNav {
  position: fixed;
  z-index: 1004;
  top: 20vh;
  right: 20px;
  font-size: 12px;
  color: #fff;
  border-radius: 10px;
  width: 60px;
  cursor: pointer;
}
.fixedNav ul li {
  width: 60px;
  height: 60px;
  background: rgba(57, 158, 184, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fixedNav ul li ::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #dbdbdb;
}
.fixedNav ul li:first-child {
  border-radius: 10px 10px 0 0;
}

.fixedNav ul li:last-child {
  border-radius: 0 0 10px 10px;
}
.fixedNav .addClass1 {
  border-radius: 0 0 10px 10px;
}
.fixedNav ul li.cursor {
  cursor: pointer;
}
.fixedNav ul li .wrapper {
  display: none;
  position: absolute;
  padding: 12px 12px;
  min-width: 153px;
  right: 100px;
  top: 0;
  background: #efefef;
  border-radius: 2px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
.fixedNav ul li .wrapper.app {
  min-width: 168px;
}

.fixedNav ul li .wrapper :before {
  content: '';
  position: absolute;
  right: -20px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #efefef;
}
.fixedNav ul li .wrapper .erweima {
  width: 130px;
}
.fixedNav ul li .wrapper .cWrap {
  width: 222px;
}
.fixedNav ul li .wrapper .circle,
.fixedNav ul li .wrapper .rCont {
  display: inline-block;
  vertical-align: middle;
}
.fixedNav ul li .wrapper .circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4a90e2;
  margin-bottom: 3px;
}
.fixedNav ul li .wrapper .rCont {
  width: 205px;
  margin-left: 10px;
  padding-bottom: 3px;
}
.fixedNav ul li .nomal {
  display: block;
  text-align: center;
  width: 25px;
  height: 25px;
}
.fixedNav ul li .nomal.appIcon {
  width: 21px;
}
.fixedNav ul li .hand,
.fixedNav ul li .wrapper1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fixedNav ul li .wrapper1 .title {
  display: block;
  text-align: center;
  color: #fff;
}
.fixedNav ul li .active {
  display: none;
  width: 25px;
  height: 25px;
}
.fixedNav ul li .active.appIcon {
  width: 21px;
}
.fixedNav ul li:hover .wrapper {
  display: block;
}
.fixedNav ul li:hover {
  background-color: #ee7d00;
}

.fixedNav ul li:hover .nomal {
  display: none;
}
.fixedNav ul li:hover .active {
  display: block;
}

.fixedNav .goToTop {
  text-align: center;
  height: 42px;
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cooperationModal {
  position: relative;
  top: 0;
  width: 600px;
}
.cooperationModal::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #bdcce0;
}
.cooperationModal .header {
  height: 115px;
  background: url('/res/images/home/corHeaderBg.png') no-repeat;
  background-size: cover;
}
.cooperationModal .headerFont {
  font-size: 36px;
  box-sizing: border-box;
}
.cooperationModal .closeIcon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.cooperationModal .form {
  width: 440px;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 50px;
}
.ntentioniBtn {
  background: #ee7d00;
  width: 160px;
}
/* end-topnav */


/* login */
.headerLogin .c-0e2 {
  color: #4a90e2;
}
.headerLogin .c-5da {
  color: #3CB5DA;
}
.headerLogin {
  width: 420px;
  box-sizing: border-box;
}
.headerLogin .tabIn {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.headerLogin .tabIn:first-child {
  padding-left: 0;
}
.headerLogin .tabIn:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}
.headerLogin .tabIn.cur {
  color: #ec6300;
}
.headerLogin .layui-input-block {
  margin-left: 0;
}
.headerLogin .layui-input-block .layui-input {
  font-size: 12px;
  border-color: #dcdfe6;
}
.headerLogin .password-input-block {
  position: relative;
  top: 0;
}
.headerLogin .smsBtn {
  display: inline-block;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  width: 100px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  background: rgb(245, 166, 35);
  cursor: pointer;
}
.headerLogin .smsBtn.regSmsBtn {
  background: #57a101;
}
.headerLogin .smsBtn.resetBtn {
  background: #399eb8;
}

.headerLogin .smsBtn.disabled {
  background: #dcdfe6;
}
.headerLogin .inline-input {
  display: inline-block;
  vertical-align: middle;
  width: 235px;
}
.headerLogin .titTitle {
  color: #4a90e2;
}
.headerLogin .password-input-block .form-icons {
  position: absolute;
  left: 7px;
  color: #dcdfe6;
  top: 50%;
  transform: translateY(-50%);
}
.headerLogin .password-input-block .password-input {
  padding-left: 30px;
}
.headerLogin input::placeholder {
  color: #c0c4cc;
}

.headerLogin .comfirmBtn {
  display: block;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #1f68ac;
  box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 20%);
  border-radius: 2px;
  letter-spacing: 4px;
  width: 100%;
}
.headerLogin .flex1 {
  flex: 1;
}
.headerLogin .regiest {
  color: #f5415e;
}
.headerLogin .forget {
  color: #3cb5da;
}

.headerLogin .otherRegiest {
  position: relative;
  top: 0;
}
.headerLogin .otherLogin {
  text-decoration: underline;
}
.headerLogin .otherRegiest:after, .headerLogin .otherRegiest:before {
   content: "";
   position: absolute;
   bottom: 8px;
   height: 1px;
   width: 30%;
   background: #eeeeee;
}
.headerLogin .otherRegiest:after {
  left: 0;
}
.headerLogin .otherRegiest:before {
  right: 0;
}
.headerLogin .country {
  width: 99px;
}
.headerLogin .phoneInput {
  width: 236px;
}
.openLogin .layui-layer-setwin {
  right: 45px;
  top: 48px;
}
.openLogin .layui-layer-setwin .layui-layer-ico {
  width: 20px;
  height: 20px;
  background: url('/res/images/login/winClose.png') no-repeat;
  background-size: 100%;
}
.openLogin .layui-layer-setwin .layui-layer-close2:hover {
  background-position: center;
  background-color: #787878;
}

.wechatLogin {
  width: 350px;
}
.wechatLogin .topTitle {
  background: #333;
  color: #ffffff;
}
.wechatLogin .wechatWrap{
  width: 200px;
  height: 200px;
  margin: 25px auto 0;
  position: relative;
  top: 0;
}
.wechatLogin .thridWeChatWrap {
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #EFEAEA;
}
.wechatLogin .tips{
  padding: 7px 0;
  border: 1px solid hsla(0,0%,93.3%,.9333333333333333);
  border-radius: 50px;
  width: 250px;
  margin: 15px auto 0;
}
.wechatLogin .reload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);
  cursor: pointer;
}
.wechatLogin .reloadIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.openLogin .bindWrap {
  border: 1px solid #eeeeee;
  border-radius: 0 0 4px 4px;
}
.openLogin .bindWrap .rTabIn {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  width: 49%;
  padding: 8px 0;
  color: #505B65;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.openLogin .bindWrap .rTabIn.cur {
  background: #CBE3FE;
  border-color: #CBE3FE;
  color: #4a90e2;
}
.openLogin .bindWrap .bindForm {
  padding: 15px 18px 0;
}
.openLogin .bindWrap .phoneInput {
  width: 198px;
}
.openLogin .bindWrap .inline-input {
  width: 198px;
}

/* ---登录框左边推荐样式start--- */
  .loginWrap {
    display: flex;
    position: relative;
  }
  .login-left {
    width: 216px;
    padding-top: 100px;
    background: url('/res/images/login/leftBg.png') no-repeat -3px -3px;
    background-size: 100% 102%;
  }
  .login-left-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #FFF;
    padding-left: 20px;
    margin-bottom: 25px;
  }
  .login-left-item::before {
    content:'';
    width: 19px;
    height: 20px;
    display: inline-block;
    background: url('/res/images/login/check.png') no-repeat;
    margin-right: 10px;
  }
  /* .openLogin .layui-layer-close2:hover::before{
    position: absolute;
    top:20px;
    right: 5px;
    content:'';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0,0,0,0.85);
    z-index:10;
    opacity: 1;
  } */
  .openLogin .layui-layer-close2:hover::after {
    content:'登录可查看更多信息哦～';
    position: absolute;
    top:25px;
    right: 0px;
    width: 170px;
    height: 30px;
    background: rgba(0,0,0,0.85);
    box-shadow: 0 2px 8px 0 rgba(42,49,68,0.15);
    color:#fff;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    color:#fff;
    opacity: 1;
  }
  .headerLogin .showPwd {
    position: absolute;
    right: 11px;
    top: 9px;
    cursor: pointer;
  }
  .headerLogin .show-password {
    padding-right: 35px;
  }
/* ---登录框左边推荐样式end--- */

/* end-login */


/* footer */
.footer {
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}
.footer .footerTop {
  padding-top: 35px;
  background: #fff;
}
.footer .footerTop .topContainer {
  display: flex;
  align-items: center;
}
.footer .footerTop .logo {
  flex: 0 0 155px;
  margin-right: 69px;
}
.footer .footerTop .logo .imgs {
  display: block;
  width: 100%;
}
.footer .footerTop .rightWrap {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-left: 69px;
  position: relative;
  top: 0;
  width: 0;
}

.footer .footerTop .rightWrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #d8d8d8;
 }
.footer .footerTop .left {
  flex: 0 0 65%;
}
.footer .footerTop .left .dlWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .footerTop .left .dlWrap dl {
  text-align: left;
}
.footer .footerTop .left .dlWrap dt {
  font-size: 16px;
  font-weight: 500;
  color: #131313;
  margin-bottom: 15px;
}
.footer .footerTop .left .dlWrap dd {
  margin-bottom: 10px;
}
.footer .footerTop .left .dlWrap dd.columnBox {
  margin-bottom: 0;
}
.footer .footerTop .left .dlWrap dd a, .footer .footerTop .left .dlWrap dd span {
  font-size: 14px;
  color: #666666;
}
.footer .footerTop .right {
  flex: 0 0 35%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .footerTop .desc {
  color: #ffffff;
  letter-spacing: 2px;
}
.footer .footerTop .title {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.footer .footerTop .state {
  font-size: 12px;
  color: #838386;
}
.footer .footerTop .img-wrapper {
  display: flex;
  align-items: center;
}
.footer .footerTop .content {
  margin-left: 30px;
}
.footer .footerTop .right img {
  width: 110px;
  height: 110px;
  border-radius: 2px;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
}
.footer .footerTop .img-wrapper .title {
  color: #838386;
  letter-spacing: 2px;
  font-size: 12px;
  margin-top: 10px;
}
.footer .footerTop .flinkWrap {
  display: flex;
  align-items: flex-start;
  padding: 0px 0 8px 295px;
}
.footer .footerTop .flinkWrap .fName {
  flex: 0 0 63px;
  text-align: center;
  font-size: 12px;
  color: #1F68AC;
  background: #EAF0FF;
}
.footer .footerTop .flinkWrap .fWrap {
  flex: 1;
  padding-left: 10px;
}
.footer .footerTop .flinkWrap .fLinks {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #BBBBBB;
  cursor: pointer;
}
.footer .bottom{
  width: 100%;
  padding: 12px 0;
  background: #302f35;
}
.footer .bottom p{
  font-size: 12px;
  color: #838386;
  text-align: center;
}
.footer .bottom span, .footer .bottom a {
  font-size: 12px;
  color: #838386;
  text-align: center;
}
#online {
  display: none;
  position: fixed;
  z-index: 99999;
  right: 10px;
  bottom: 10px;
  width: 559px;
  height: 600px;
  overflow: hidden;
  box-shadow: 1px 2px 8px rgba(0,0,0,.4);
}
#online .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
}
#online .drag {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 60px;
  cursor: move;
}

/* end-footer */
