* {
    margin: 0;
    padding: 0;
}
html,
body {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    overflow-x: hidden;
    font-family: -apple-system, PingFang SC, Hiragino Sans GB, Arial, Microsoft YaHei, Helvetica Neue, sans-serif;
    user-select: none;
}
a {
    text-decoration: none;
    color: inherit;
}
li {
    list-style: none;
}
i {
    font-style: normal;
}
.cup {
    cursor: pointer;
}
/*头部 start*/
@media screen and (min-width: 1500px) {
    .idx-logo > img {
        display: block;
        cursor: pointer;
        height: 40px;
    }

    .com-header .idx-member .idx-mana {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .com-header .idx-member .w-login {
        height: 40px;
        line-height: 38px;
    }
    .idx-member .idx-account > .img > img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
    }
    .com-header .com-wrap .idx-logo{
      height: 40px;
    }
    .com-header .com-wrap .idx-logo > img {
        cursor: pointer;
        width: 127px;
        height: 40px;
    }
    .com-header .nav-menu li a{
      font-size: 16px;
    }
    .com-header .nav-menu li.active > a {
      color: #ed5566;
      font-size: 17px;
  }
}
@media screen and (max-width: 1499px) {
    .idx-logo > img {
        display: block;
        cursor: pointer;
        height: 35px;
    }

    .com-header .idx-member .idx-mana {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .com-header .idx-member .w-login {
        height: 36px;
        line-height: 34px;
    }
    .idx-member .idx-account > .img > img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
    }
    .com-header .com-wrap .idx-logo{
      height: 36px;
    }
    .com-header .com-wrap .idx-logo > img {
        cursor: pointer;
        /* width: 127px; */
        height: 36px;
    }
    .com-header .nav-menu li a{
      font-size: 14px;
    }
    .com-header .nav-menu li.active > a {
      color: #ed5566;
      font-size: 15px;
  }
}
.com-header {
    width: 100%;
    min-width: 1200px;
    height: 80px;
    background-color: #fff;
    box-shadow: 0px 6px 14px rgba(0, 36, 72, 0.03);
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}
.com-index-header {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    box-shadow: none;
}
.com-fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.com-header .com-wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.com-header .com-wrap .idx-logo:hover .hover-tip{
  display: block;
}
.com-header .com-wrap .idx-logo .hover-tip{
  width: 304px;
  height: 165px;
  position: absolute;
  top: -20px;
  left: -40px;
  display: none;
  z-index: 0;
}
.com-header .com-wrap .idx-logo .hover-tip >div{
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-header .com-wrap .idx-logo .hover-tip >div.top div{
  flex:1;
}
.com-header .com-wrap .idx-logo .hover-tip >div.top img{
  /* width: 175px; */
  height: 80px;
  flex-shrink: 0;
}
.com-header .com-wrap .idx-logo .hover-tip >div.bottom{
  position: relative;
}
.com-header .com-wrap .idx-logo .hover-tip >div.bottom img{
  width: 100%;
  height: 60px;
}
.com-header .com-wrap .idx-logo .hover-tip >div.bottom p{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.com-header .com-wrap .idx-logo {
    width: 127px;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    cursor: pointer;
}
.com-header .idx-logo >img{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.com-header .com-wrap .idx-logo .idx-line {
    width: 2px;
    height: 18px;
    background-color: #e5e5e5;
    margin: 0 8px;
}
.com-header .com-wrap .idx-logo .idx-jump {
    width: 104px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #898888;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    background-color: #f1f1f1;
    cursor: pointer;
}
.com-header .idx-logo .logo-black {
    display: block;
}
.com-header .idx-logo .logo-white {
    display: none;
}
.com-index-header .idx-logo .logo-black {
    display: none;
}
.com-index-header .idx-logo .logo-white {
    display: block;
}
.com-fixed-header .idx-logo .logo-black {
    display: block;
}
.com-fixed-header .idx-logo .logo-white {
    display: none;
}

.com-header .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    cursor: pointer;
}
.com-header .nav-menu li {
    position: relative;
    margin-right: 50px;
    height: 100%;
    line-height: 50px;
}
.com-header .nav-menu li.more-tool .open {
    display: inline-block;
}
.com-header .nav-menu li.more-tool .close {
    display: none;
}
.com-header .nav-menu li.more-tool {
    position: relative;
}
.com-header .nav-menu li.more-tool .tool-list {
    position: absolute;
    left: -30px;
    width: 136px;
    background-color: #fff;
    z-index: 99;
    border-radius: 4px;
    display: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.com-header .nav-menu li.more-tool:hover .tool-list {
    display: block;
}
.com-header .nav-menu li.more-tool:hover .open {
    display: none;
}
.com-header .nav-menu li.more-tool:hover .close {
    display: inline-block;
}
.com-header .nav-menu li.more-tool .tool-list > ul {
    width: 100%;
}
.com-header .nav-menu li.more-tool .tool-list > ul > li {
    width: 100%;
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    box-sizing: border-box;
}
.com-header .nav-menu li.more-tool .tool-list > ul > li >a {
  font-size: 14px !important;
}
.com-header .nav-menu li.more-tool .tool-list > ul > li:hover {
    color: #ed5566;
}
.com-header .nav-menu li > i {
    display: none;
    width: 10px;
    height: 2px;
    background-color: #ed5566;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.com-index-header .nav-menu li > i {
    background-color: #fff;
}
.com-header .nav-menu li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}
.com-index-header .nav-menu li a {
    color: #fff;
}
.com-header .nav-menu li a:hover {
    color: #ed5566;
}
.com-index-header .nav-menu li a:hover {
    color: #fff;
}
.com-header .nav-menu li.more-tool .tool-list > ul > li a {
    color: #666;
}
.com-header .nav-menu li.more-tool .tool-list > ul > li a:hover {
    color: #ed5566;
}

.com-header .nav-menu li.active > a {
    color: #ed5566;
}
.com-header .nav-menu li.active > i {
    display: block;
}
.com-index-header .nav-menu li.active > a {
    color: #fff;
}
.com-header .idx-member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.com-header .idx-member a {
    cursor: pointer;
    white-space: nowrap;
}
.idx-member .idx-reg {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #ed5566;
    border-radius: 4px;
    padding: 5px 20px;
    margin-right: 10px;
}
.idx-member .idx-reg {
    color: #fff;
    background-color: #ed5566;
}
.idx-member .idx-works {
    color: #ed5566;
}
.com-header .idx-member .w-login {
    width: 110px;
    border: 1px solid #ed5566;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    color: #ed5566;
    margin-right: 30px;
    font-size: 14px;
}
.com-index-header .idx-member .w-login {
    color: #fff;
    border: 1px solid #fff;
}
.com-header .idx-member .idx-mana {
    width: 110px;
    background: rgba(237, 85, 102, 0.17);
    border-radius: 6px;
    text-align: center;
    color: #ed5566;
    margin-right: 30px;
}
.com-index-header .idx-member .idx-mana {
    color: #fff;
    background: rgba(255, 255, 255, 0.17);
}
.com-header .idx-member .idx-mana:hover {
    color: #ed5566;
}
.com-index-header .idx-member .idx-mana:hover {
    color: #fff;
}
.idx-member .idx-mana img {
    margin-right: 5px;
    width: 20px;
}
.idx-member .idx-account {
    display: block;
    text-align: center;
    line-height: 37px;
    /*border:1px solid #c7c5c5;*/
    border-radius: 50%;
    position: relative;
}
.idx-member .idx-account:hover .personalData {
    display: block;
}
.idx-member .idx-account > .img {
    position: relative;
    font-size: 0px;
    cursor: pointer;
}

.idx-member .idx-account > .img > i.iconfont {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    color: #ccc;
}
.idx-member .idx-account i {
    color: #949494;
    font-weight: bold;
}
.idx-member .idx-account .personalData {
    display: none;
    position: absolute;
    width: 298px;
    max-height: 258px;
    left: -190px;
    top: 30px;
    z-index: 99;
    cursor: default;
    padding-top: 24px;
}
.idx-member .idx-account .personalData .kailong {
    width: 100%;
    height: 8px;
    position: relative;
    left: 0px;
}
.idx-member .idx-account .personalData .data-cont {
    width: 100%;
    /*max-height: 250px;*/
    background: #fff;
    box-shadow: 0 0 12px #717171;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
}

.idx-member .idx-account .personalData .data-cont > div {
    /*margin: 5px 0;*/
    width: 100%;
}
.idx-member .idx-account .personalData .data-cont .cont-top {
    text-align: left;
    white-space: nowrap;
    width: 100%;
    padding: 20px 28px;
    box-sizing: border-box;
}
.idx-member .idx-account .personalData .data-cont .cont-top-vip {
    background: url(../img/head-bg.png);
}
.idx-member .idx-account .personalData .data-cont .cont-top-novip {
    border-bottom: 1px solid #eee;
}
.idx-member .idx-account .personalData .data-cont .cont-top > div {
    display: block;
}
.idx-member .idx-account .personalData .data-cont .cont-top > div > div {
    display: inline-block;
    vertical-align: middle;
}
.idx-member .idx-account .personalData .data-cont .cont-top .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.idx-member .idx-account .personalData .data-cont .cont-top .avatar img {
    width: 100%;
    height: 100%;
}
.idx-member .idx-account .personalData .data-cont .cont-top .name {
    margin-right: 8px;
    margin-top: -3px;
}
.idx-member .idx-account .personalData .data-cont .cont-top-novip .name > span {
    font-size: 14px;
    color: #686868;
}
.idx-member .idx-account .personalData .data-cont .cont-top-vip .name > span {
    font-size: 14px;
    color: #fff;
}
.idx-member .idx-account .personalData .data-cont .cont-top .name > div {
    width: 70px;
    height: 20px;
    background: #ed5566;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
}
.idx-member .idx-account .personalData .data-cont .cont-top .name .bussiness {
    background: #4452d5;
}
.idx-member .idx-account .personalData .data-cont .cont-top .isVip {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 55px;
    right: 30px;
    cursor: pointer;
    margin-top: -8px;
    text-align: center;
}
.idx-member .idx-account .personalData .data-cont .cont-top .isVip a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.idx-member .idx-account .personalData .data-cont .cont-top .isVip img {
    height: 100%;
    width: auto;
    border-radius: 0;
}
.idx-member .idx-account .personalData .data-cont .cont-top .isVip span {
    position: absolute;
    left: 29px;
    font-size: 12px;
    line-height: 29px;
}
.idx-member .idx-account .personalData .data-cont .cont-top .cont-center {
    margin-top: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.idx-member .idx-account .personalData .data-cont .cont-top-novip .cont-center > span {
    display: inline-block;
    font-size: 12px;
    text-align: left;
    color: #626262;
}
.idx-member .idx-account .personalData .data-cont .cont-top-vip .cont-center > span {
    display: inline-block;
    font-size: 12px;
    text-align: left;
    color: #fff;
}
.idx-member .idx-account .personalData .data-cont .cont-top .cont-center > div {
    display: inline-block;
    width: 64px;
    height: 20px;
    border-radius: 15px;
    background: -webkit-linear-gradient(0deg, #d3dcf1 0%, #b3c6de 100%);
    background: linear-gradient(90deg, #d3dcf1 0%, #b3c6de 100%);
    color: #686868;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    margin-left: 6px;
    text-align: center;
}
.idx-member .idx-account .personalData .data-cont .cont-bottom {
    white-space: nowrap;
    height: 44px;
}
.idx-member .idx-account .personalData .data-cont .cont-bottom > div {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 13px;
    width: 60px;
    height: 24px;
    border: 1px solid #686868;
    border-radius: 4px;
    color: #686868;
    font-size: 12px;
    line-height: 22px;
    box-sizing: border-box;
    cursor: pointer;
}
.idx-member .idx-account .personalData .data-cont .cont-bottom > div:hover {
    border-color: #ed5566;
    color: #ed5566;
}
.idx-member .idx-account .personalData .data-cont .cont-bottom > div:hover a {
    color: #ed5566;
}
.idx-member .idx-account .personalData .data-cont .cont-bottom > div:first-child {
    margin-left: -6px;
}
.idx-member .idx-account .personalData .data-cont .cont-bottom > div:last-child {
    margin-right: -6px;
}
.idx-member .idx-account .personalData .data-cont .cont-bottom-buss > div:hover {
    border-color: #4452d5;
    color: #4452d5;
}

.account-menu {
    opacity: 0;
    transform: translateY(10px);
    position: absolute;
    right: 0;
    top: 47px;
    z-index: -1;
    padding: 8px 0 5px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s all;
}
.account-menu.show {
    z-index: 10;
    opacity: 1;
    transform: none;
}
.account-menu li {
    width: 120px;
    font-size: 14px;
    color: #626262;
    transition: 0.3s color;
}
.account-menu li:hover {
    color: #ed5566;
}
.account-menu li#log-out {
    width: 120px;
    font-size: 14px;
    margin-top: 5px;
    border-top: 1px solid #ececec;
}
/*头部 end*/

/*底部 start*/
@media screen and (max-width: 1499px) {
  .common-bottom .b-content {
      width: 1200px !important;
      margin: 0 auto;
      color: #b5b5b5;
  }
}
@media screen and (min-width: 1500px) {
  .common-bottom .b-content {
      width: 1440px !important;
      margin: 0 auto;
      color: #b5b5b5;
  }
}
.common-bottom {
    padding-top: 50px;
    background: #fff;
}
.common-bottom .b-content {
  width: 1200px;
  margin: 0 auto;
  color: #b5b5b5;
}
.partners-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.partners-list img {
    height: 30px;
}
.partners-title {
    padding-top: 20px;
    line-height: 30px;
}
.common-bottom .b-content .b-menu-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 321px;
}
.d-line {
    height: 1px;
    width: 30px;
    margin-top: 4px;
    border-bottom: 1px solid #ed5566;
}
.b-tel {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
}
.b-tel > img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-top: 5px;
}
.b-tel .data > div {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}
.b-tel .data > p {
    font-size: 12px;
    color: #888888;
}

.b-site {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.b-site > img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-top: 3px;
}
.b-site .data > p {
    font-size: 14px;
    color: #666;
}
.b-list {
    margin-top: 30px;
}
.b-list > div {
    height: 40px;
    line-height: 40px;
}
.b-list > div > a {
    color: #666666;
    font-size: 14px;
    position: relative;
    padding-left: 16px;
    box-sizing: border-box;
}
.b-list > div > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666;
}
.b-title {
    font-size: 18px;
    line-height: 18px;
    color: #181818;
    font-weight: bold;
}
.b-list a:hover {
    color: #333;
}
.common-bottom .kefu-cont {
    margin-top: 20px;
    position: relative;
    width: 120px;
    margin-left: 25px;
    box-sizing: border-box;
}
.common-bottom .kefu-cont .kefu > img {
    width: 111px;
    height: 39px;
}
.common-bottom .kefu-cont:hover .kefucode {
    display: block;
}
.common-bottom .kefu-cont .kefucode {
    display: none;
    position: absolute;
    bottom: -50px;
    left: 110px;
    background: #fff;
    min-width: 150px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    word-break: break-all;
}
.common-bottom .kefu-cont .kefucode .content-code {
    padding: 12px 10px;
    text-align: center;
}
.common-bottom .kefu-cont .kefucode .content-code .content-title {
    font-weight: 500;
    color: #222;
    font-size: 16px;
}
.common-bottom .kefu-cont .kefucode .content-code .content-tip {
    padding-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #aeaeae;
}
.common-bottom .kefu-cont .kefucode .content-code .content-qrcode {
    padding-top: 8px;
}
.common-bottom .kefu-cont .kefucode .content-code .content-qrcode > img {
    width: 174px;
    height: 174px;
    -o-object-fit: contain;
    object-fit: contain;
}
.common-bottom .kefu-cont .kefucode .popper__arrow,
.popper__arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.common-bottom .kefu-cont .kefucode .popper__arrow {
    bottom: 60px;
    left: -12px;
    margin-right: 3px;
    border-top-width: 0;
    border-right-color: #ebeef5;
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}

.common-bottom .kefu-cont .kefucode .popper__arrow::after {
    top: -5px;
    margin-left: -6px;
    border-top-width: 0;
    border-right-color: #fff;
    content: ' ';
    border-width: 6px;
}
.common-bottom .link {
    margin-top: 25px;
    border-top: 1px solid #e5e5e5;
    height: 60px;
}
.common-bottom .link div {
    font-size: 13px;
    color: #888888;
    text-align: center;
    line-height: 60px;
}

.banquan {
    background: black;
    color: #b5b5b5;
    text-align: center;
    line-height: 50px;
    margin-top: 30px;
}
.b-erweima {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.b-erweima .logo{
  height: 54px;
}
.b-erweima .logo > img {
    width: 150px;
}
.b-erweima img{
  margin-top: 4px;
}
.b-erweima > p {
    font-size: 13px;
    color: #999;
    letter-spacing: 8px;
    margin-top: 10px;
}
.b-erweima > div.links {
    font-size: 14px;
    color: #888;
    margin-top: 24px;
}
.b-erweima .code{
  width: 166px;
  height: 173px;
}
.b-erweima .code > img {
    margin-top: 4px;
    width: 166px;
    height: 166px;
}
.b-erweima > a {
    width: 100px;
}
.b-erweima > a > img {
    width: 100%;
    margin-top: 20px;
}
.b-erweima .wxsao {
    font-size: 14px;
    color: #888888;
    margin-top: 8px;
}

.help-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}
.help-left {
    width: 280px;
    background: white;
    border-radius: 3px;
}
.help-left .active {
    border-left: 2px solid #ed5566;
    color: #ed5566;
}
.help-left ul {
    margin-left: 30px;
    line-height: 20px;
    margin-top: 20px;
    padding-bottom: 50px;
}
.help-left ul li {
    margin-top: 20px;
    padding-left: 15px;
}
.help-right {
    width: 900px;
    background: white;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
}
.right-main {
    margin: 20px;
}
.right-nav {
    line-height: 40px;
    border-bottom: 1px dotted #bfbfbf;
}
.right-title {
    font-size: 18px;
    text-align: center;
    font-size: 20px;
    line-height: 80px;
}
.help-right ul {
    margin-left: 20px;
    margin-top: 20px;
}
.shangxia {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}
.right-content {
}
.right-kefu {
    background: #f4f4f4;
    display: flex;
    padding: 20px;
    align-items: center;
}
.help-right-ul li {
    width: 760px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px dotted #bfbfbf;
    line-height: 40px;
}
.help-kefu {
    background: white;
    border-radius: 20px;
    padding: 5px 10px;
    margin-left: 10px;
}
/*底部 end*/

/*头部app引流 start*/
.app-tip:hover .app-guide {
    opacity: 1;
    z-index: 10;
}
.app-tip i {
    font-size: 18px;
    vertical-align: -2px;
}
.app-tip .icon-Icon-KeyboardArrow-Down-Rounded1 {
    position: absolute;
    opacity: 0;
}
.app-tip:hover .icon-Icon-KeyboardArrow-Down-Rounded {
    display: none;
}
.app-tip:hover .icon-Icon-KeyboardArrow-Down-Rounded1 {
    position: static;
    opacity: 1;
}
.app-guide {
    opacity: 0;
    position: absolute;
    left: -320px;
    top: 55px;
    z-index: 0;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.2s opacity;
}
.app-guide .mod .container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background-color: #ffffff;
}
.app-guide .mod .outer {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 4px;
    background-color: #ffffff;
    padding-right: 20px;
    padding-left: 20px;
    width: 490px;
    height: 210px;
    overflow: hidden;
}
.app-guide .mod .infoWrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 31px;
    width: 125px;
    height: 149px;
}
.app-guide .mod .pic {
    position: relative;
    width: 125px;
    height: 125px;
}
.app-guide .mod .info {
    position: relative;
    margin-top: 11px;
    max-width: 81px;
    height: 13px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 12px;
    letter-spacing: 0;
    color: #666666;
    font-size: 12px;
}
.app-guide .mod .color {
    margin-top: 49px;
    background-color: #e5e5e5;
    width: 1px;
    height: 90px;
    overflow: hidden;
}
.app-guide .mod .block {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 31px;
    width: 125px;
    height: 149px;
}
.app-guide .mod .img {
    position: relative;
    width: 125px;
    height: 125px;
}
.app-guide .mod .word {
    position: relative;
    margin-top: 11px;
    height: 13px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 12px;
    letter-spacing: 0;
    color: #666666;
    font-size: 12px;
}
.app-guide .mod .colorDiv {
    margin-top: 49px;
    background-color: #e5e5e5;
    width: 1px;
    height: 90px;
    overflow: hidden;
}
.app-guide .mod .group {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 31px;
    width: 125px;
    height: 149px;
}
.app-guide .mod .smallItem {
    position: relative;
    width: 125px;
    height: 125px;
}
.app-guide .mod .text {
    position: relative;
    margin-top: 11px;
    height: 13px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 12px;
    letter-spacing: 0;
    color: #666666;
    font-size: 12px;
}
/*头部app引流 end*/

/*右侧浮动导航 start*/
#sidebar {
    position: fixed;
    bottom: 60px;
    right: 18px;
    z-index: 99;
}
.sidebar ul li {
    width: 56px;
    height: 56px;
    background: #fff;
    margin-bottom: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.sidebar ul li.backtopbtn {
    margin-top: 20px;
}
.sidebar ul li.vipbtn i {
    background-size: auto 100%;
}
.sidebar ul li.vipbtn p {
    color: #efb30c;
}
.sidebar ul li.srvbtn {
    position: relative;
}

.sidebar ul li.srvbtn:hover .kefucode {
    display: block;
}
.sidebar ul li.srvbtn .kefucode {
    display: none;
    position: absolute;
    top: 0;
    left: -235px;
    background: #fff;
    min-width: 150px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    word-break: break-all;
}
.sidebar ul li.srvbtn .kefucode .content-code {
    padding: 12px 10px;
    text-align: center;
}
.sidebar ul li.srvbtn .kefucode .content-code .content-title {
    font-weight: 500;
    color: #222;
    font-size: 16px;
}
.sidebar ul li.srvbtn .kefucode .content-code .content-tip {
    padding-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #aeaeae;
}
.sidebar ul li.srvbtn .kefucode .content-code .content-qrcode {
    padding-top: 8px;
}
.sidebar ul li.srvbtn .kefucode .content-code .content-qrcode > img {
    width: 174px;
    height: 174px;
    -o-object-fit: contain;
    object-fit: contain;
}

.sidebar ul li.srvbtn .kefucode .popper__arrow,
.popper__arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.sidebar ul li.srvbtn .kefucode .popper__arrow {
    top: 20px;
    right: -14px;
    margin-right: 3px;
    border-top-width: 0;
    border-left-color: #ebeef5;
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}

.sidebar ul li.srvbtn .kefucode .popper__arrow::after {
    top: -5px;
    margin-left: -6px;
    border-top-width: 0;
    border-left-color: #fff;
    content: ' ';
    border-width: 6px;
}

.sidebar ul li.fkbtn i {
    background-size: auto 100%;
}
.sidebar ul li.kfcode {
    display: none;
    position: absolute;
    width: 200px;
    top: -60px;
    left: -190px;
    padding-right: 20px;
}

.sidebar ul li.wxbtn:hover .wxcode {
    display: block;
}
.sidebar ul li.wxbtn i {
    background-size: auto 100%;
}
.sidebar ul li.wxbtn .wxcode {
    display: none;
    position: absolute;
    top: 0;
    left: -235px;
    background: #fff;
    min-width: 150px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    word-break: break-all;
}
.sidebar ul li.wxbtn .wxcode .conts {
    padding: 12px 10px;
    text-align: center;
}
.sidebar ul li.wxbtn .wxcode img {
    width: 174px;
    height: 174px;
    -o-object-fit: contain;
    object-fit: contain;
}
.sidebar ul li.wxbtn .wxcode h1 {
    font-weight: 600;
    color: #222;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}

.sidebar ul li.backtopbtn p {
    margin-top: 9px;
}
.sidebar ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sidebar ul li img {
    height: 20px;
}
.sidebar ul li.backtopbtn img {
    height: 12px;
}
.sidebar ul li p {
    font-size: 12px;
    text-align: center;
    color: #666;
    margin-top: 4px;
}
/*右侧浮动导航 end*/
/* 意见反馈 */
.feedBackBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
}
.feedBackBox .feedback {
    width: 618px;
    min-height: 475px;
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -237px;
    margin-left: -309px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.feedBackBox .feedback .close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.feedBackBox .feedback .close i {
    font-size: 14px;
    color: #666;
}
.feedBackBox .feedback .title {
    font-size: 24px;
    color: #181818;
    font-weight: 500;
}
.feedBackBox .feedback .desc {
    font-size: 14px;
    color: #999999;
    margin-top: 6px;
}
.feedBackBox .feedback .feed-content {
    margin-top: 27px;
    width: 566px;
    min-height: 202px;
    background-color: #f5f5f5;
}
.feedBackBox .feedback .feed-content textarea {
    width: 100%;
    height: 202px;
    resize: none;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 15px;
    box-sizing: border-box;
    line-height: 26px;
    font-size: 14px;
}
.feedBackBox .feedback .feed-content .layui-upload-list {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
}
.feedBackBox .feedback .feed-content .layui-upload-list #show {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.feedBackBox .feedback .feed-content .layui-upload-list #show > div {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}
.feedBackBox .feedback .feed-content .layui-upload-list #show > div:hover .close {
    display: block;
}
.feedBackBox .feedback .feed-content .layui-upload-list #show > div .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    display: none;
}
.feedBackBox .feedback .feed-content .layui-upload-list #show > div .close > img {
    width: 100%;
    height: 100%;
}
.feedBackBox .feedback .feed-content .layui-upload-list #show img {
    max-width: 70px;
    max-height: 70px;
}
.feedBackBox .feedback .feed-content .layui-upload-list #show video {
    width: 70px;
    height: 70px;
}
.feedBackBox .feedback .feed-link {
    width: 566px;
    margin-top: 14px;
}
.feedBackBox .feedback .feed-link .upload {
    position: relative;
    width: 230px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.feedBackBox .feedback .feed-link .upload > img {
    width: 49px;
    height: 49px;
}
.feedBackBox .feedback .feed-link .upload > span {
    font-size: 16px;
    color: #181818;
}
.feedBackBox .feedback .feed-link .upload > input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    width: 230px;
    height: 49px;
}
.feedBackBox .feedback .feed-btn {
    width: 203px;
    height: 46px;
    background: #ed5566;
    opacity: 1;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    margin-top: 38px;
    cursor: pointer;
}
