page,
body {
  background-color: #f9fafc;
  width: 100%;
}

.text-one {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1 !important;
  word-break: break-all;
}

/* .bg {
    background-color: #fff;
    width: 100%;
}
 */
.wx-top {
  display: none;
}
.wxqh-top {
  display: none;
}
.weui-tab{
    min-height: 630px;
}
.weui-tab__panel {
  width: 1200px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*架子样式*/

.toolbar-ios ion-title {
  padding-top: 20px;
  font-size: 18px;
}

ion-navbar.toolbar-ios {
  padding-top: 20px;
  min-height: 64px;
}

ion-footer .toolbar-ios {
  min-height: 49px;
}

.header-ios .toolbar-background-ios,
.footer-ios .toolbar-background-ios {
  border: 0px;
}

.tabs-ios .tabbar {
  border-top: 0.55px solid rgba(0, 0, 0, 0.1);
}

.toolbar-ios ion-title {
  padding-left: 44px;
  padding-right: 44px;
}

.has-refresher > .scroll-content {
  border-top: 0px;
}

.tabs-ios .tab-button-icon {
  margin-top: 2px;
}

.tabs-ios .tab-button-text {
  margin-bottom: 2px;
}

/*通用样式*/

body {
  color: #333;
  font-size: 14px;
  font-family: microsoft yahei, Arial, 'microsoft yahei';
  line-height: inherit !important;
  position: relative;
  overflow: auto;
}

label,
input,
select,
textarea {
  line-height: normal;
  outline: none;
  -webkit-appearance: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  line-height: 1.4;
  font-weight: normal;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  border: none;
  outline: none;
}

a img {
  border: 0;
}

img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #666;
}

.maina-color {
  color: #3d999e !important;
}

.fbxm {
  background: #ebf5f5;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

/*头部样式*/

.header_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  right: auto;
  left: auto;
  position: static;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -moz-box-flex: 1;
  -moz-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0px 15px;
  background: rgba(242, 242, 242, 1);
  box-sizing: border-box;
  width: 100%;
  height: 32px;
}

.search span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 4px;
}

.search input {
  border: 0px;
  background-color: transparent;
  outline: none;
  height: 28px;
  padding-left: 0px;
  min-width: 0;
  width: 100%;
  color: #333;
  font-size: 12px;
  font-weight: normal;
}

.search input:-moz-placeholder {
  color: #999;
}

.search input::-moz-placeholder {
  color: #999;
}

.search input:-ms-input-placeholder {
  color: #999;
}

.search input::-webkit-input-placeholder {
  color: #999;
}

.weui-icon-search {
  color: #999;
}

.search_inset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 6px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -moz-box-flex: 1;
  -moz-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}

.header_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 160px;
  margin: 7px auto;
}

.header_tab li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -moz-box-flex: 1;
  -moz-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #d1201a;
  border: 1px solid #d1201a;
  font-size: 14px;
}

.header_tab li.active {
  background-color: #d1201a;
  color: #fff;
}

.header_tab li:not(:first-child) {
  border-left: 0px;
}

.header_tab li:first-child {
  border-radius: 5px 0px 0px 5px;
}

.header_tab li:last-child {
  border-radius: 0px 5px 5px 0px;
}

/*单行省略...*/

.text_one {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 14px;
}

/*2行省略...*/

.text_two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}

.elastic_box {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.elastic {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.elastic_hw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*订单切换*/

.weui-navbar {
  background-color: #fff;
}

.weui-navbar li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 16px;
  z-index: 9999;
  height: 44px;
  line-height: 44px;
}

.weui-navbar li span {
  padding: 10px 0px;
}

.weui-navbar li.active span {
  border-bottom: 2px solid #e42417;
  color: #e42417;
}

.weui-cell_access:active {
  background: transparent;
}

/*多种分类导航*/

.lateral {
  display: -webkit-box;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: chained;
  -webkit-transform: translateZ(0);
  margin: 12px 15px;
}

.lateral::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.lateral li {
  display: block;
  font-size: 15px;
  color: #666666;
  margin-right: 20px;
}

.lateral li:last-child {
  margin-right: 0px;
}
.lateral li.active {
  color: #e42417;
  font-size: 16px;
  font-weight: bold;
}
.lateral li em {
  width: 12px;
  height: 4px;
  border-radius: 10px;
  display: none;
  background-color: #e42417;
  margin: auto;
  margin-top: 6px;
}
.lateral li.active em {
  display: block;
}
/*pc  */

/* 悬浮 */
.suspension-box {
  position: fixed;
  bottom: 40px;
  right: 15px;
  z-index: 20;
  display: none;
}
.suspension70 {
  bottom: 70px;
}
.suspension-box .suspension-yuan {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right, #ff712f, #e42417);
  color: #fff;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
  padding: 8px 0 0;
  box-shadow: 0 4px 10px #ffa29c;
  display: block;
}
.suspension-box .suspension-yuan img {
  width: 22px;
  height: 22px;
  margin: auto;
  margin-bottom: 2px;
}
.cury-box {
  margin: 12px 15px;
  border-radius: 10px;
  padding: 0 15px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
}
.cury-pad {
  padding: 40px;
  background: #fff;
  position: relative;
}

/* 首页 */
.sybg-top {
  background-image: url(../images/sybg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 187px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.sy-img {
  padding: 5px 15px 10px;
}
.sy-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  box-shadow: 0 5px 10px #ffd6d4;
  border-radius: 10px;
}
.ioc-ul {
  display: flex;
  flex-wrap: wrap;

  padding: 0 0px;
}
.ioc-ul li {
  width: 33.33%;
  margin: 5px 0;
}
.ioc-ul .ioc-list {
  color: #333;
  font-size: 14px;
  text-align: center;
  display: block;
}
.ioc-ul .ioc-list img {
  width: 50px;
  height: 50px;
  margin: auto;
}
.syioc-tit {
  font-size: 17px;
  color: #333333;
  font-weight: bold;
  padding-top: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.syioc-tit::after {
  position: absolute;
  content: '';
  left: -15px;
  top: 20px;
  height: 14px;
  width: 4px;
  background: #e42417;
}
.syioc-tit .syioc-more {
  font-size: 13px;
  color: #999;
  font-weight: normal;
}
.lmxw-ul {
  margin-top: 0px;
  padding: 0;
}
.lmxw-ul li .lmxw-list {
  display: flex;
  padding: 20px 30px;
  border-bottom: 0;

  margin-bottom: 0px;
  border-bottom: 1px solid #f1f1f1;
}
.lmxw-ul li:last-child .lmxw-list {
  border-bottom: 0;
}
.lmxw-ul li .lmxw-list .lmxw-img {
  position: relative;
}
.lmxw-ul li .lmxw-list .lmxw-img .yximg {
  width: 280px;
  height: 210px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 30px;
}
.lmxw-ul li .lmxw-list .lmxw-img .spimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}
.lmxw-ul li .lmxw-list .lmxw-rig {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.lmxw-ul li .lmxw-list .lmxw-rig .lmxw-tit {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  margin-bottom: 10px;
}
.lmxw-ul li .lmxw-list .lmxw-rig .lmxw-text {
  color: #999999;
  font-size: 12px;
}
/* 首页-联盟要闻*/

/* 服务联盟 */
.fwlm-ul {
  padding: 0;
  margin: 0;
  background: transparent;
}
.fwlm-ul li .fwlm-list {
  display: flex;

  border-bottom: 0;
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 15px;
}
.fwlm-ul li:last-child .fwlm-list {
  border-bottom: 0;
}
.fwlm-ul li .fwlm-list .fwlm-img {
  position: relative;
}
.fwlm-ul li .fwlm-list .fwlm-img img {
  width: 280px;
  height: 210px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 30px;
}
.fwlm-ckxq {
  width: 100px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  background: #e42417;
  display: block;
  color: #fff;
}
.fwlm-ul li .fwlm-list .fwlm-rig {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.fwlm-ul li .fwlm-list .fwlm-rig .fwlm-tit {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.fwlm-ul li .fwlm-list .fwlm-rig .fwlm-text {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
}
.fwlm-top {
  background-image: url(../images/lmbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 204px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: none;
}
/* 服务联盟详情 */
/* .fwxq-img {
    margin-top: -44px;
} */
.fwxq-img img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: none;
}
.fwxq-box {
  /*    border-radius: 20px 20px; */
  padding: 40px;
  /*     margin-top: -20px; */
  background: #fff;
  position: relative;
}

.fwxq-box .fwxq-tit {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.lmjs-box {
  padding: 40px;
  background: #fff;
}
.lmjs-box .lmjs-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

/* 研习课堂*/
.yxkt-ul {
  margin: 0;
  padding: 0;
}
.yxkt-ul li {
  width: 100%;
}
.yxkt-ul li .yxkt-list {
  display: block;
  padding: 20px 30px;
  border-bottom: 1px solid #f1f1f1;
}
.yxkt-ul li:last-child .yxkt-list {
  border-bottom: 0;
}
.yxkt-ul li .yxkt-list .yxkt-img {
  position: relative;
}
.yxkt-ul li .yxkt-list .yxkt-img .yximg {
  width: 100%;
  height: 244px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
  margin-right: 0px;
  margin-bottom: 10px;
}
.yxkt-ul li .yxkt-list .yxkt-img .spimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  margin-left: -7px;
}
.yxkt-ul li .yxkt-list .yxkt-rig {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 0px;
}
.yxkt-ul li .yxkt-list .yxkt-rig .yxkt-tit {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.yxkt-ul li .yxkt-list .yxkt-rig .yxkt-text {
  color: #999999;
  font-size: 12px;
}
/* 研习课堂详情联盟要闻-详情*/
.yxxq-box {
  padding: 40px;
}
.yxxq-box .yxxq-tit {
  color: #333333;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.yxxq-box .yxxq-text {
  color: #999999;
  font-size: 14px;
  margin-bottom: 25px;
}
.yxxq-box .yxxq-img {
  position: relative;
}
.yxxq-box .yxxq-img .xq-img {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}
.yxxq-box .yxxq-img .xqsp-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}
/* 成员介绍*/
.cyjs-ul {
  padding: 0;
}
.cyjs-paim {
  margin: 0 auto 15px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.cyjs-ul li {
  width: 100%;
}
.cyjs-ul li .cyjs-list {
  display: flex;
  padding: 0px;
  position: relative;
  border-radius: 10px;
  background: transparent;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
  margin-bottom: 10px;

  background: #fff;
}
.cyjs-ul li:last-child .cyjs-list {
  border-bottom: 0;
}
.cyjs-ul li .cyjs-list .cyjs-img {
  position: relative;
  margin-top: -45px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.cyjs-ul li .cyjs-list .cyjs-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: auto;
}
.cyjs-ul li .cyjs-list .cyjs-rig {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
}
.cyjs-ul li .cyjs-list .cyjs-rig .cyjs-qylx {
  background: #e42417;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  border-radius: 4px;
  color: #fff;
  width: 60px;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}
.cyjs-ul li .cyjs-list .cyjs-rig .cyjs-tit {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.cyjs-ul li .cyjs-list .cyjs-rig .cyjs-text {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/* 成员介绍-详情*/
.cyxq-box {
  padding: 40px;
}
.cyxq-box .cyxq-logo img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: auto;
}
.cyxq-box .cyxq-tit {
  color: #333333;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
/* 活动*/
.huodong-ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.huodong-ul li {
  width: 33.33%;
  margin-bottom: 30px;
}
.huodong-ul li .huodong-list {
  padding: 0;
  border-bottom: 0;
  display: block;
  margin: 0 15px;
  background: #fff;
}
.huodong-ul li:last-child .huodong-list {
  border-bottom: 0;
}
.huodong-ul li .huodong-list .huodong-img {
  position: relative;
}
.huodong-ul li .huodong-list .huodong-img img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.huodong-ul li .huodong-list .huodong-img .huodong-tag {
  position: absolute;
  top: 0;
  right: 0;
  color: #e42417;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  border-radius: 0 8px 0 8px;
  background: #ffcecb;
  padding: 0 10px;
}
.huodong-ul li .huodong-list .huodong-img .huodong-tag.huibg {
  background: #cccccc;
  color: #fff;
}
.huibg {
  background: #cccccc !important;
  color: #fff !important;
}
.huodong-ul li .huodong-list .huodong-cont {
  padding: 15px 15px;
}
.huodong-ul li .huodong-list .huodong-cont .huodong-tit {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
}
.huodong-ul li .huodong-list .huodong-cont .huodong-text {
  color: #999999;
  font-size: 12px;
  margin-top: 6px;
}
/* 活动详情*/

/* .hdxq-img {

    margin-top: -44px;
} */
.hdxq-img img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: none;
}
.hdxq-box {
  border-radius: 0;
  padding: 40px;
  background: #fff;
  position: relative;
  margin-top: 0px;
}
.hdxq-box:last-child {
  margin-top: 0;
  padding-top: 0;
}
.hdxq-box .hdxq-tit {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.hdxq-cont {
  background: #fff8f7;
  border-radius: 10px;
  padding: 0 10px;
}
.hdxq-cont .hdxq-list {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
  color: #333333;
  font-size: 14px;
}
.hdxq-cont .hdxq-list:last-child {
  border: 0;
}
.hdxq-cont .hdxq-list .hdxq-text {
  flex: 1;
  margin-left: 10px;
  text-align: right;
}
.hdxq-hdjs {
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.mt260 {
  margin-top: -20px;
}
.pb70 {
  padding-bottom: 70px;
}
.weui-tabbar {
  position: inherit;
  background: transparent;
}
.cuy-bth {
  color: #fff;
  margin: 10px auto 30px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  border-radius: 50px;
  text-align: center;
  background: linear-gradient(to right, #ff712f, #e42417);
  display: block;
  border: 0;
  box-shadow: 0 5px 10px #ff9d96;
  width: 300px;
  /* margin: auto; */
}
.cuy-bth.hui-bth {
  background: #cccccc;
  color: #fff;
  box-shadow: inherit;
}
.pop-box {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  padding: 30px;
  z-index: 100;
  width: 40%;
  margin: auto;
  bottom: inherit;
  top: 20%;
}
.pop-mask {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.pop-box-hint {
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  width: 200px;
  margin: auto;
  box-shadow: 0 0 10px #ddd;
}
.pop-box-hint h4 {
  padding: 20px 0px;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.pop-box-hint p {
  padding: 15px 0px;
  border-top: 1px solid #eee;
  font-size: 16px;
  color: #e42417;
  text-align: center;
}
.pop-box .pop-tit {
  color: #333333;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.pop-box .pop-tit .pop-img {
  position: absolute;
  right: 15px;
  top: 5px;
  width: 16px;
  height: 16px;
}
.pop-cont {
  padding: 20px 15px;
}
.pop-cont .pop-list {
  margin-bottom: 15px;
  /*     background: #f9fafc; */
  padding: 0 15px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}
.pop-cont .pop-list p {
  width: 100px;
  color: #333;
  font-size: 16px;
}
.pop-cont .pop-list input {
  width: 100%;
  color: #999999;
  font-size: 16px;
  background: transparent;
  height: 44px;
  line-height: 44px;
}
.page-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-box a.active {
  color: #fff;
  background: #e42417;
  padding: 0px 15px;
}
.page-box a {
  color: #333;
  font-size: 14px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 10px;
  display: block;
  background: #fff;
}
.menu-box {
  background: #fff8f7;
  position: relative;
  box-shadow: 0px 8px 8px #f5f5f5;
  margin-bottom: 40px;
}
.menu-cont {
  width: 1200px;
  margin: auto;
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: flex-end;
}
.hyzx_tab {
  display: flex;
  align-items: center;
  flex: 1;
}
.hyzx_tab li .hyzx_a {
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  margin-right: 50px;
  font-size: 18px;
}
.hyzx_tab li.active .hyzx_a {
  color: #e42417;
}
.bread {
  font-size: 16px;
  color: #333;
}

@media screen and (max-device-width: 480px) {
  .wx-top {
    display: block;
  }
  .wxqh-top {
    display: block;
  }
  .weui-tab{
    min-height: inherit;
  }
  .weui-tab__panel {
    padding-top: 44px;
    padding-bottom: 0px;
    width: 100%;
    margin: inherit;
  }

  /* 悬浮 */
  .suspension-box {
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 20;
    display: block;
  }
  .suspension70 {
    bottom: 70px;
  }
  .suspension-box .suspension-yuan {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(to right, #ff712f, #e42417);
    color: #fff;
    font-size: 11px;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0 0;
    box-shadow: 0 4px 10px #ffa29c;
    display: block;
  }
  .suspension-box .suspension-yuan img {
    width: 22px;
    height: 22px;
    margin: auto;
    margin-bottom: 2px;
  }
  .cury-box {
    margin: 12px 15px;
    border-radius: 10px;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
  }
  .cury-pad {
    padding: 15px;
    background: #fff;
    position: relative;
  }

  /* 首页 */
  .sybg-top {
    background-image: url(../images/sybg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 187px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .sy-img {
    padding: 5px 15px 10px;
  }
  .sy-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    box-shadow: 0 5px 10px #ffd6d4;
    border-radius: 10px;
  }
  .ioc-ul {
    display: flex;
    flex-wrap: wrap;

    padding: 0 0px;
  }
  .ioc-ul li {
    width: 33.33%;
    margin: 5px 0;
  }
  .ioc-ul .ioc-list {
    color: #333;
    font-size: 14px;
    text-align: center;
    display: block;
  }
  .ioc-ul .ioc-list img {
    width: 50px;
    height: 50px;
    margin: auto;
  }
  .syioc-tit {
    font-size: 17px;
    color: #333333;
    font-weight: bold;
    padding-top: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .syioc-tit::after {
    position: absolute;
    content: '';
    left: -15px;
    top: 20px;
    height: 14px;
    width: 4px;
    background: #e42417;
  }
  .syioc-tit .syioc-more {
    font-size: 13px;
    color: #999;
    font-weight: normal;
  }
  .lmxw-ul li .lmxw-list {
    display: flex;

    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
  }
  .lmxw-ul li:last-child .lmxw-list {
    border-bottom: 0;
  }
  .lmxw-ul li .lmxw-list .lmxw-img {
    position: relative;
  }
  .lmxw-ul li .lmxw-list .lmxw-img .yximg {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 15px;
  }
  .lmxw-ul li .lmxw-list .lmxw-img .spimg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
  }
  .lmxw-ul li .lmxw-list .lmxw-rig {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .lmxw-ul li .lmxw-list .lmxw-rig .lmxw-tit {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .lmxw-ul li .lmxw-list .lmxw-rig .lmxw-text {
    color: #999999;
    font-size: 12px;
  }
  /* 首页-联盟要闻*/

  /* 服务联盟 */

  .fwlm-ul li .fwlm-list {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0;
  }
  .fwlm-ul li:last-child .fwlm-list {
    border-bottom: 0;
  }
  .fwlm-ul li .fwlm-list .fwlm-img {
    position: relative;
  }
  .fwlm-ul li .fwlm-list .fwlm-img img {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 15px;
  }
  .fwlm-ul li .fwlm-list .fwlm-rig {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .fwlm-ul li .fwlm-list .fwlm-rig .fwlm-tit {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .fwlm-ul li .fwlm-list .fwlm-rig .fwlm-text {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
  }
  .fwlm-top {
    background-image: url(../images/lmbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 204px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
  }
  /* 服务联盟详情 */
  /* .fwxq-img {
    margin-top: -44px;
} */
  .fwxq-img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    display: block;
  }
  .fwlm-ckxq {
    display: none;
  }
  .fwxq-box {
    /*    border-radius: 20px 20px; */
    padding: 20px 15px;
    /*     margin-top: -20px; */
    background: #fff;
    position: relative;
  }

  .fwxq-box .fwxq-tit {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .lmjs-box {
    padding: 15px;
  }
  .lmjs-box .lmjs-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  /* 研习课堂*/

  .yxkt-ul li .yxkt-list {
    display: flex;

    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
  }
  .yxkt-ul li:last-child .yxkt-list {
    border-bottom: 0;
  }
  .yxkt-ul li .yxkt-list .yxkt-img {
    position: relative;
  }
  .yxkt-ul li .yxkt-list .yxkt-img .yximg {
    width: 140px;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .yxkt-ul li .yxkt-list .yxkt-img .spimg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    margin-left: -7px;
  }
  .yxkt-ul li .yxkt-list .yxkt-rig {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .yxkt-ul li .yxkt-list .yxkt-rig .yxkt-tit {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .yxkt-ul li .yxkt-list .yxkt-rig .yxkt-text {
    color: #999999;
    font-size: 12px;
  }
  /* 研习课堂详情联盟要闻-详情*/

  .yxxq-box .yxxq-tit {
    color: #333333;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .yxxq-box .yxxq-text {
    color: #999999;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .yxxq-box .yxxq-img {
    position: relative;
  }
  .yxxq-box .yxxq-img .xq-img {
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
  }
  .yxxq-box .yxxq-img .xqsp-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
  }
  /* 成员介绍*/
  .cyjs-ul {
    padding: 0px 15px 15px 15px;
  }
  .cyjs-paim {
    margin: 0 auto 15px;
    text-align: center;
    font-size: 12px;
    color: #999;
  }
  .cyjs-ul li .cyjs-list {
    display: flex;
    padding: 10px 15px;
    position: relative;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
    margin-bottom: 10px;
  }
  .cyjs-ul li:last-child .cyjs-list {
    border-bottom: 0;
  }
  .cyjs-ul li .cyjs-list .cyjs-img {
    position: relative;
    margin-top: -35px;
  }
  .cyjs-ul li .cyjs-list .cyjs-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    margin-right: 15px;
  }
  .cyjs-ul li .cyjs-list .cyjs-rig {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0;
  }
  .cyjs-ul li .cyjs-list .cyjs-rig .cyjs-qylx {
    background: #e42417;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    border-radius: 4px;
    color: #fff;
    width: 60px;
    text-align: center;
    margin-bottom: 10px;
    display: none;
  }
  .cyjs-ul li .cyjs-list .cyjs-rig .cyjs-tit {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .cyjs-ul li .cyjs-list .cyjs-rig .cyjs-text {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  /* 成员介绍-详情*/
  .cyxq-box {
    padding-top: 30px;
  }
  .cyxq-box .cyxq-logo img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    margin: auto;
  }
  .cyxq-box .cyxq-tit {
    color: #333333;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  /* 活动*/
  .huodong-ul {
    padding: 0 15px;
    margin: 0;
    background: #fff;
  }
  .huodong-ul li {
    margin: 0;
    width: 100%;
  }
  .huodong-ul li .huodong-list {
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    margin: 0;
  }
  .huodong-ul li:last-child .huodong-list {
    border-bottom: 0;
  }
  .huodong-ul li .huodong-list .huodong-img {
    position: relative;
  }
  .huodong-ul li .huodong-list .huodong-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
  }
  .huodong-ul li .huodong-list .huodong-img .huodong-tag {
    position: absolute;
    top: 0;
    right: 0;
    color: #e42417;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    border-radius: 0 8px 0 8px;
    background: #ffcecb;
    padding: 0 10px;
  }
  .huodong-ul li .huodong-list .huodong-img .huodong-tag.huibg {
    background: #cccccc;
    color: #fff;
  }
  .huodong-ul li .huodong-list .huodong-cont {
    padding: 15px 0px 0;
  }
  .huodong-ul li .huodong-list .huodong-cont .huodong-tit {
    color: #333333;
    font-size: 15px;
    font-weight: normal;
  }
  .huodong-ul li .huodong-list .huodong-cont .huodong-text {
    color: #999999;
    font-size: 12px;
    margin-top: 6px;
  }
  /* 活动详情*/

  /* .hdxq-img {

    margin-top: -44px;
} */
  .hdxq-img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    display: block;
  }

  .hdxq-box {
    border-radius: 0;
    padding: 20px 15px 15px;
    background: #fff;
    position: relative;
    margin: 0;
  }

  .hdxq-box:last-child {
    padding-top: 25px;
    border-top: 10px solid #f9fafc;
  }
  .hdxq-box .hdxq-tit {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .hdxq-cont {
    background: #fff8f7;
    border-radius: 10px;
    padding: 0 10px;
  }
  .hdxq-cont .hdxq-list {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    color: #333333;
    font-size: 14px;
  }
  .hdxq-cont .hdxq-list:last-child {
    border: 0;
  }
  .hdxq-cont .hdxq-list .hdxq-text {
    flex: 1;
    margin-left: 10px;
    text-align: right;
  }
  .hdxq-hdjs {
    color: #333333;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .mt260 {
    margin-top: -20px;
  }
  .pb70 {
    padding-bottom: 70px;
  }
  .weui-tabbar {
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    left: 0;
    right: 0;
  }
  .cuy-bth {
    color: #fff;
    margin: 10px 20px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    background: linear-gradient(to right, #ff712f, #e42417);
    display: block;
    border: 0;
    box-shadow: 0 5px 10px #ff9d96;
    width: auto;
  }
  .cuy-bth.hui-bth {
    background: #cccccc;
    color: #fff;
    box-shadow: inherit;
  }
  .pop-box {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px 20px 0 0;
    padding: 25px 0px 0px;
    z-index: 22;
    top: inherit;
    width: 100%;
  }
  .pop-mask {
    position: fixed;
    z-index: 21;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  .pop-box .pop-tit {
    color: #333333;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  .pop-box .pop-tit .pop-img {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 16px;
    height: 16px;
  }
  .pop-cont {
    padding: 20px 15px;
  }
  .pop-cont .pop-list {
    margin-bottom: 0px;
    /*     background: #f9fafc; */
    padding: 0 15px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
  }
  .pop-cont .pop-list p {
    width: 120px;
    color: #333;
    font-size: 14px;
  }
  .pop-cont .pop-list input {
    width: 100%;
    color: #999999;
    font-size: 14px;
    background: transparent;
    height: 44px;
    line-height: 44px;
  }
  .page-box {
    display: none;
  }
  .menu-box {
    display: none;
  }
}

.pb60 {
  padding: 30px 0;
}

.mt50 {
  margin-top: 10px;
}

.mySwiper {
  box-shadow: 0px 0px 10px #ffdfa2;
}
.mySwiper img {
  height: 350px;
  object-fit: cover;
}
.gsal-flx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gsal-flx li {
  width: 48%;
  margin-bottom: 4%;
}

.gsal-flx li .top-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #e42417;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #e42417;
}

.gsal-flx li .top-tit .more {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  cursor: pointer;
}
.news-ticker {
  height: 248px;
  overflow: hidden;
  position: relative;
}
.gsal-flx li .news-ticker .list-ul {
  list-style-type: none;
  /* padding: 0; */
  margin: 0;
  animation: ticker 20s linear infinite;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  transform-origin: bottom left;
}
@keyframes ticker {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.gsal-flx li .list-ul {
  padding-top: 20px;
}
.gsal-flx li .list-ul .list-li {
  display: flex;
  align-items: center;
  padding: 20px 0px;
  border-bottom: 1px dashed #d8d8d8;
  width: 100%;
}

.gsal-flx li .list-ul .list-li:first-child {
  padding-top: 0px;
}

.gsal-flx li .list-ul .list-li span {
  width: 6px;
  height: 6px;
  background-color: #e42417;
  border-radius: 50%;
}

.gsal-flx li .list-ul .list-li a {
  /* display: block; */
  flex: 1;
  padding: 0px 12px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.gsal-flx li .list-ul .list-li a:hover {
  color: #e42417;
}

.gsal-flx li .list-ul .list-li p {
  font-size: 14px;
  color: #999999;
}

.footer {
  background: #121416;
}

.footer-ul {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #444343;
}

.footer-ul li {
  padding: 22px 0px;
}

.footer-ul li a {
  font-size: 16px;
  color: #fff;
}

.footer p {
  padding: 22px 0px;
  text-align: center;
  font-weight: 16px;
  color: #fff;
}
.footer p a{
    padding-left: 10px;
    font-weight: 16px;
    color: #fff;
}
@media screen and (max-width: 480px) {
  .app-box {
    display: block;
  }
  .pc-box,
  .pc-top,
  .footer {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .app-box {
    display: none;
  }
  .pc-box,
  .pc-top,
  .footer {
    display: block;
  }
  .mt260 {
    margin-top: 40px;
  }
}
