@charset "utf-8";
/* CSS Document */
/*会员专区*/
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900)
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp-solid, .fa-solid, .fab, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto
}
.vipHomeBanner {
  width: 100%;
  text-align: center;
  background: url(../images/vipBanner1.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0px;
}
.vipHomeBanner h1 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.index-nav {
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  background: -webkit-linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
  background: -moz-linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
  background: -ms-linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
  background: linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.24);
}
.index-nav-frame {
  margin: 0 auto;
}
.index-nav-frame-line {
  color: #ffffff;
  float: left;
  display: block;
  outline: none;
  cursor: pointer;
  width: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px 60px 0px 0px;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
}
.index-nav-frame-line a {
  display: block;
}
.index-nav-frame-line-first {
  margin-left: 0px !important;
}
.index-nav-frame-line.active {
  color: #ffffff;
  border-bottom: 1px #00c2de solid;
}
.index-nav-frame-line:hover {
  color: #ffffff;
  border-bottom: 1px #00c2de solid;
}
.index-nav-frame-line-center {
  opacity: 0;
  height: 0;
  position: absolute;
  top: 100%;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -o-transition: all 0.5s; /* Opera */
  padding: 0px 20px;
  z-index: 10000;
  margin-left: -30px;
  border-radius: 5px;
}
.index-nav-frame-line-li {
  width: 100%;
  font-weight: 500;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
  border-bottom: 1px #cccccc solid;
}
.index-nav-frame-line-li:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #00c2de;
}
.index-nav-frame-line-li:hover a {
  background: rgba(255, 255, 255, 0);
  color: #00c2de;
}
.index-nav-frame-line-focus:focus {
  display: none;
}
.index-nav-frame-line:hover .index-nav-frame-line-center {
  height: auto;
  opacity: 1;
}
.nav-line {
  height: 50px;
  width: 100%;
  position: relative;
  display: none;
  outline: none;
}
/**/
.vipHomePartGrid {
  width: 100%;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto;
  grid-gap: 20px;
  padding: 80px 0px;
}
.vipIndex_ActiveBox {
  width: 100%;
  border-radius: 10px;
}
.vipIndex_ActiveBox img {
  width: 100%;
  border-radius: 10px;
}
.vipHomePartGridRight {
  width: 100%;
  grid-template-columns: repeat(2, calc(50% - 10px));
  grid-template-rows: auto;
  grid-gap: 20px;
  padding: 0px;
}
.vipHomePartGridRightList {
  width: 100%;
  background: -webkit-linear-gradient(to right, #ecedea 0%, #f8f8f6 50%, #dcdbd8 100%);
  background: -moz-linear-gradient(to right, #ecedea 0%, #f8f8f6 50%, #dcdbd8 100%);
  background: -ms-linear-gradient(to right, #ecedea 0%, #f8f8f6 50%, #dcdbd8 100%);
  background: linear-gradient(to right, #ecedea 0%, #f8f8f6 50%, #dcdbd8 100%);
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border: 1px rgba(0, 0, 0, 0) solid;
}
.vipHomePartGridRightList img {
  width: 100%;
  width: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.vipHomePartGridRightList:hover {
  border: 1px #cccccc solid;
}
.vipFooter {
  width: 100%;
  border-top: 1px #666666 solid;
  padding: 25px 0px;
  text-align: center
}
.vipFooter span, .vipFooter a {
  color: #666666;
  display: inline-block;
  margin: 0px 30px;
}
.prps_Banner {
  width: 100%;
  text-align: left;
  background: url(../images/prps_BannerBg.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0px;
}
.prps_Banner h2 {
  font-weight: bold;
}
.vipHomeContent {
  width: 100%;
  ;
  padding: 35px 0px;
  margin: 0px auto;
  color: #000000
}
.vipHomeLevel2Title {
  width: 100%;
  padding-bottom: 0px;
  border-bottom: 1px #cccccc solid;
  margin-bottom: 30px;
}
.prps_infoList {
  width: 100%;
  margin: 0px auto;
  grid-template-columns: 48% 48%;
  grid-template-rows: auto;
  color: #000000
}
.prps_info {
  width: 100%;
  margin: 0px auto;
}
.prps_infoBox {
  width: 100%;
  flex-wrap: wrap;
  margin: 10px auto;
}
.prps_infoBox span {
  display: block;
  width: 10rem;
  line-height: 38px;
  color: #000000
}
.prps_infoBox label {
  display: block;
  width: calc(100% - 10rem);
  border: 1px #cccccc solid;
  padding-left: 0px;
  padding-right: 10px;
  margin: 0;
}
.prps_infoBox label input {
  width: 100%;
  line-height: 36px;
  border: 0px;
  outline: none;
  padding-left: 10px;
}
input::placeholder {
  color: #666666
}
.prps_infoBox label select {
  width: 100%;
  line-height: 36px;
  height: 36px;
  border: 0px;
  outline: none;
  margin: 0;
  display: inline-block;
  -webkit-appearance: none; /* Chrome, Safari, Edge */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* 标准属性 */
  padding-left: 10px;
}
.prps_infoBox label select option {
  line-height: 36px;
  height: 36px;
  padding-left: 10px;
}
.prps_infoBox textarea {
  width: 100%;
  line-height: 24px;
  min-height: 108px;
  border: 0px;
  outline: none;
  resize: none;
  padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
textarea::placeholder {
  color: #666666
}
.prps_infoBox2 {
  width: 100%;
  flex-wrap: wrap;
  margin: 10px auto;
}
.prps_infoBox2 span {
  display: block;
  width: 10rem;
  line-height: 38px;
  color: #000000
}
.prps_infoBox2Right {
  display: block;
  width: calc(100% - 10rem);
  padding-left: 0px;
  padding-right: 10px;
  margin: 0;
  line-height: 38px;
  flex-wrap: wrap;
  /*font-size: 0.875rem;*/
}
.prps_infoBox3Right {
  display: block;
  width: calc(100% - 10rem);
  padding-left: 0px;
  padding-right: 10px;
  margin: 0;
  line-height: 38px;
  flex-wrap: wrap;
  /*font-size: 0.875rem;*/
}
.prps_infoBox2Right p {
  width: 6rem;
}
.prps_infoBox2Right .labelcontainer {
  width: calc(100% - 6rem);
  flex-wrap: nowrap
}
.prps_infoBox3Right .labelcontainer {
  width: calc(100% - 0rem) !important;
}
.labelcontainer label {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center
}
.textareaSupport {
  width: 100%;
  margin-top: 0px;
  border: 1px #cccccc solid;
  padding-left: 10px;
  padding-right: 10px;
}
.textareaSupport textarea {
  width: 100%;
  line-height: 36px;
  min-height: 72px;
  border: 0px;
  outline: none;
  resize: none
}
.supportText {
  background: #f9f9f9;
  color: #000000;
  padding: 30px;
  width: 100%;
  border-radius: 10px;
}
/*激励计划*/
.IncentivePlanBanner {
  width: 100%;
  text-align: left;
  background: url(../images/IncentivePlanBanner.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0px;
}
.IncentivePlanBanner h2 {
  font-weight: bold;
}
.IncentivePlanCon {
  width: 100%;
  margin: 20px auto;
  position: relative;
}
.IncentivePlanImages {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  border-radius: 10px;
}
.IncentivePlanImages img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.IncentivePlanConInfo {
  width: 60%;
  position: relative;
  top: 50px;
  left: 40%;
  z-index: 100;
  padding: 30px;
  background: -webkit-linear-gradient(to right, #ecedea 0%, #f8f8f6 50%, #dcdbd8 100%);
  background: -moz-linear-gradient(to right, #ecedea 0%, #f8f8f6 50%, #dcdbd8 100%);
  background: -ms-linear-gradient(to right, #ecedea 0%, #f8f8f6 50%, #dcdbd8 100%);
  background: linear-gradient(to right, #ecedea 0%, #f8f8f6 50%, #dcdbd8 100%);
  border-radius: 10px;
  margin-bottom: 50px
}
.IncentivePlanConInfoList {
  width: 100%;
  margin: 10px auto;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
}
.IncentivePlanConInfoTitle {
  width: 310px;
  margin: 0px 0px 0px 0px;
}
.IncentivePlanConInfoTitle h6 {
  width: 280px;
  margin: 0;
}
.IncentivePlanConInfoTitle img {
  width: 100%;
  max-width: 20px;
  margin-right: 10px;
  vertical-align: middle
}
.IncentivePlanConInfoTitle h6 br {
  display: none;
}
.IncentivePlanConInfoTitle ul {
  margin-left: 0px;
  margin-bottom: 0px;
}
.IncentivePlanLine {
  width: 100%;
  border-top: 1px #cccccc solid;
  padding-top: 20px;
  margin-top: 20px;
}
/*营销物料*/
.marketingMaterialsBanner {
  width: 100%;
  text-align: left;
  background: url(../images/marketingMaterialsBanner.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0px;
}
.marketingMaterialsBanner h2 {
  font-weight: bold;
}
.filterBar {
  width: 100%;
  padding: 10px 0px;
  margin: 0;
  background: #f5f5f5;
}
.filterBar select {
  background-color: #f5f5f5;
  color: #000000;
  line-height: 32px;
  font-size: 0.875rem;
}
.filterBar .headSearchLabel {
  height: 32px;
}
.filterBar .headSearchBt {
  height: 32px;
  line-height: 32px;
}
.marketingMaterialsList {
  width: 100%;
  grid-template-columns: repeat(4, 24%);
  grid-template-rows: auto;
  grid-gap: 20px;
}
.marketingMaterialsBox {
  width: 100%;
  border-radius: 10px;
  border: 1px #cccccc solid;
  background: #f9f9f9
}
.marketingMaterialsBox:hover {
  width: 100%;
  border-radius: 10px;
  border: 1px #999999 solid;
  background: #f5f5f5
}
.marketingMaterialsListImg, .marketingMaterialsListImg img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.marketingMaterialsListTitle {
  width: 100%;
  font-weight: bold;
  color: #000000;
  display: -webkit-box; /* 兼容旧版Safari */
  -webkit-box-orient: vertical; /* 兼容旧版Safari */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
  display: -moz-box; /* 老式Firefox */
  display: -ms-flexbox; /* IE 10 */
  display: -webkit-flex; /* 新版Safari和Chrome */
  display: flex; /* 新标准 */
  flex-direction: column; /* 如果需要的话，确保内容按列显示 */
}
.historyCoursesBanner {
  width: 100%;
  text-align: left;
  background: url(../images/historyCoursesBanner.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0px;
}
.historyCoursesBanner h2 {
  font-weight: bold;
}
.historyCoursesList {
  width: 100%;
  grid-template-columns: repeat(1, 100%);
  grid-template-rows: auto;
  grid-gap: 20px;
}
.historyCoursesBox {
  width: 100%;
  border-radius: 10px;
  border: 1px #f9f9f9 solid;
  background: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px
}
.historyCoursesBox:hover {
  width: 100%;
  border-radius: 10px;
  border: 1px #f9f9f9 solid;
  background: #f5f5f5
}
.historyCoursesListImg {
  width: 236px;
  border-radius: 10px;
  margin-right: 30px;
}
.historyCoursesListImg img {
  width: 100%;
  border-radius: 10px;
}
.historyCoursesInfo {
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
}
.historyCoursesInfoText {
  width: calc(100% - 236px - 30px);
}
.historyCoursesBtBox {
  width: 200px;
  text-align: center;
}
/*个人中心*/
.userCenterBanner {
  width: 100%;
  text-align: left;
  background: url(../images/userCenterBanner.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0px;
}
.userCenterBanner h2 {
  font-weight: bold;
}
.userCenterCon {
  width: 100%;
  display: grid;
  grid-template-columns: 240px calc(100% - 240px);
  grid-template-rows: 100%;
  min-height: 480px;
}
.userCenterNavList {
  width: 100%;
  border-right: 1px #cccccc solid;
  padding-right: 10px;
}
.userCenterNav {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap
}
.userCenterNav li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px #cccccc solid;
}
.userCenterNav li a {
  width: 100%;
  display: inline-block;
  padding: 10px;
  background: #ffffff;
}
.userCenterNav li a i {
  width: 20px;
}
.userCenterNav li a i.mr15{
	margin-right: 5px !important
}
.userCenterNav li a:hover {
  background: #00c2de;
  color: #ffffff
}
.userCenterNav li .userCenterNavActive {
  background: #00c2de;
  color: #ffffff
}
.userCenterInfoCon {
  width: calc(100% - 50px);
  margin-left: 50px;
}
.myInfoList {
  width: 100%;
  max-width: 700px;
  margin-left: 1.25rem;
  padding-left: 15px;
}
.disabled, .disabled input {
  background: #cccccc
}
.myProject {
  width: 100%;
}
.myProjectFilter {
  width: 100%;
  margin: 0px auto;
}
.myProjectTime {
  width: auto;
  margin-right: 20px;
}
#exportproject {
  white-space: nowrap
}
.myProjectTime input {
  border: 1px #cccccc solid;
  padding: 10px;
  outline: none;
  background: #ffffff;
  color: #000000;
  margin: 0px 10px
}
.myProjectTableBox {
  width: 100%;
  overflow-x: auto
}
.myProjectTable {
  width: 100%;
  margin: 0px auto;
  border-top: 1px #cccccc solid;
  border-left: 1px #cccccc solid;
  min-width: 960px;
}
.myProjectTable th {
  background-color: #c6c4c4;
  padding: 10px;
  border-bottom: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  text-align: center;
  color: #000000;
  font-weight: normal;
  font-size: 0.875rem;
  white-space: nowrap
}
.myProjectTable td {
  padding: 10px;
  border-bottom: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  text-align: left;
  color: #000000;
  vertical-align: top;
  font-size: 0.875rem;
}
.myProjectTable td:last-of-type {
  white-space: nowrap
}
.Page-T-Box {
  width: 100%;
  margin: 30px auto !important;
}
.Page-T-Box a {
  display: inline-block;
  padding: 3px 10px;
  text-align: center;
  font-size: 0.875rem;
  border: 1px #e1e1e1 solid;
  margin: 0px 3px;
  color: #333333;
  text-decoration: none;
}
.Page-T-Box a:hover {
  border: 1px rgba(242, 101, 34, 1) solid;
  color: rgba(242, 101, 34, 1);
}
.Page-T-Box a.Disabled {
  border: 1px #F1F1F1 solid;
  color: #CCCCCC;
}
.Page-T-Box a.PageCurrent {
  background: rgba(242, 101, 34, 1);
  border: 1px rgba(242, 101, 34, 1) solid;
  color: rgba(255, 255, 255, 1);
}
.sub-accountTable td {
  text-align: center
}
.sub-accountTable td:last-of-type button {
  text-align: center;
  background-color: transparent;
  border: 0px;
  outline: none;
}
.sub-accountTable td:last-of-type button i {
  margin-right: 5px;
}
.sub-accountdisabled td {
  color: #999999
}
.subAccountalertInfoBox h5 {
  margin-bottom: 0px;
}
.subAccountalertInfoBox {
  background: #ffffff;
  width: 96%;
  max-width: 600px;
  padding: 50px;
  position: relative;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-40%);
  -moz-transform: translateX(-50%) translateY(-40%);
  -ms-transform: translateX(-50%) translateY(-40%);
  transform: translateX(-50%) translateY(-40%);
  border-radius: 10px;
}
.subAccountalertInfoBox .close_btBox {
  text-align: right;
  margin: 0px;
  width: 40%;
}
.subAccountalertInfoBox .close_bt {
  display: inline-block;
  margin: 0;
}
/*我的积分与兑换*/
.myPointsTop {
  width: 100%;
  padding: 10px 20px;
  margin: 0px auto;
  background: #00c2de;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  color: #ffffff;
}
.myPointsNavBox {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px #cccccc solid;
}
.myPointsNavBox a {
  display: inline-block;
  padding: 10px 30px;
  color: #000000;
  border-bottom: 1px #cccccc solid;
  font-weight: bold;
}
a.myPointsNavActive, .myPointsNavBox a:hover {
  color: #00c2de;
  border-bottom: 1px #00c2de solid;
}
.PointsMallBanner {
  width: 100%;
  text-align: left;

  background: url(../images/PointsMallBanner.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 100px 0px;
}
.PointsMallBanner h2 {
  font-weight: bold;
}
.PointsMallNav {
  width: 100%;
  margin-top: 20px;
}
.PointsMallNav a {
  display: inline-block;
  padding: 10px 30px;
  color: #000000;
  border-bottom: 1px rgba(0, 0, 0, 0) solid;
  margin: 0px 20px;
  font-weight: bold;
}
a.myPointsNavActive, .PointsMallNav a:hover {
  color: #00c2de;
  border-bottom: 1px #00c2de solid;
}
.PointsMallList {
  width: 100%;
  grid-template-columns: repeat(5, 19%);
  grid-template-rows: auto;
  margin: 30px auto;
  grid-gap: 20px;
}
.PointsMallListBox {
  border-radius: 10px;
  padding: 5px;
  border: 1px rgba(0, 0, 0, 0.15) solid;
  width: 100%;
  margin-bottom: 20px;
}
.PointsMallListBox:hover {
  border-radius: 10px;
  padding: 5px;
  border: 1px rgba(0, 0, 0, 0.15) solid;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15)
}
.PointsMallListBoxImgBox {
  max-width: 200px;
  height: 200px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden; /* 防止图片溢出容器 */
}
.PointsMallListBoxImgBox img {
  border-radius: 10px;
  text-align: center;
  margin: 0px auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.PointsMallListInfo {
  width: 100%;
  padding: 10px 20px;
  color: #333333
}
.PointsMallListInfo h4 {
  color: rgba(237, 28, 36, 1);
}
.PointsMallListInfo h4 span {
  font-size: 14px;
  color: #333333
}
.PointsMallListTitle {
  width: 100%;
  display: -webkit-box; /* Safari */
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #999999
}
.pm_gotoBt {
  width: 100%;
  padding: 5px;
  text-align: center;
  background: rgba(0, 194, 222, 1);
  border: 1px rgba(0, 194, 222, 1) solid;
  border-radius: 10px;
  outline: none;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 240px;
}
.pm_gotoBt:hover {
  background: rgba(255, 255, 255, 1);
  border: 1px rgba(0, 194, 222, 1) solid;
  color: rgba(0, 194, 222, 1);
}
.pm_gotoBtDis {
  width: 100%;
  padding: 5px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border: 1px rgba(0, 0, 0, 0) solid;
  border-radius: 10px;
  outline: none;
  color: #ffffff;
  margin-bottom: 20px;
}
.pm_gotoBtDis:hover {
  background: rgba(0, 0, 0, 0.5);
  border: 1px rgba(0, 0, 0, 0) solid;
  color: rgba(255, 255, 255, 1);
}
.PointsMallDetailBox {
  width: 100%;
  margin: 30px 0px;
  max-width: 1024PX
}
.PointsMallDetailBox .PointsMallListBoxImgBox {
  max-width: 30%;
  height: auto;
  width: 30%;
  border-radius: 10px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden; /* 防止图片溢出容器 */
  padding: 20px;
  border: 1px rgba(0, 0, 0, 0.15) solid
}
.PointsMallDetailBox .PointsMallListBoxImgBox img {
  border-radius: 10px;
  text-align: center;
  margin: 0px auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.alignment {
  width: 140px;
  box-sizing: border-box
}
.infoTextBoxWarp {
  text-align: left;
  max-width: 500px;
}
.fenleiTitle {
  width: 80px;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-size: 14px;
}
.infoTextBox {
  width: calc(100% - 80px);
}
.addr_detail {
  width: 300px;
  height: 126px;
  margin: 15px 0px;
  padding: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARoAAACGCAYAAAACYEU2AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAABGqADAAQAAAABAAAAhgAAAAC3bcr6AAAItUlEQVR4Ae3dv28TZxzH8e/ZZ/LDCXUTohgQimmZIrVrRjp1YS0SYqige5E6sCLCP4DKWqndygAdWSsyIiEhRJvJgqQR4OA4MbGdxEnsq89RhHUO38tzfmRLubclC999n+d7PK87fRRbTs6R1uPdu3czp5Kn/kqI8623WUo1/7zj747+GJ+QxPV7RvM3txz5Y8E1mhMcPD7iyU/f7Qd369uVdWG9OlFXlfPbRRLcEffreXRIGlOnvZXsVOrqlbn0c3ejFTJecig/MjbqDg0Pye77f6QSVDPcHv7qGxmbnjSa9V9+rzV+22hOcPCl80MyMf1FcLe6XS/8y3pVoe4i57fbJLgn7tfzVl2Sy0Unt7qx/+zJs9qc22j9JJNuhczw6HDbam9pMWhmvJ3KzRrPWSo0jOcEJ+SyyeCu0G3WG0rUNYDz20XStYPr+YBkZ18SheLeo4T/dsn/Sebwsbc8mKB5UzB8y3P4H+74N5c1f+vFejsAj/kyStBwfo+J2zHspFzPxU3nglMqrHkThm9zOix4iQACCKgC66slSagjKCKAAAIWBAgaC4i0QAABXYCg0X2oIoCABQGCxgIiLRBAQBcgaHQfqgggYEGAoLGASAsEENAFCBrdhyoCCFgQcH9/6sql8zvif6vW/4JQZsyx0JYWCCCAwCcBt7LtyIv8but5sHP+xulPVV4hgAACEQQ2HtyS1MystL9Fnj4r5t/Zj3BQpiCAQLwEGuWiNMoLsvNyob1wPqOJ1/lntQgMRICgGQg7B0UgXgIETbzON6tFYCACBM1A2DkoAvESIGjidb5ZLQIDESBoBsLOQRGIlwBBE6/zzWoRGIgAQTMQdg6KQLwECJp4nW9Wi8BABAiagbBzUATiJUDQxOt8s1oEBiJA0AyEnYMiEC8BgiZe55vVIjAQAYJmIOwcFIF4Cbg3L+9LuTEu/i08bdxNMF58rBYBBI4jwJ0qj6PEGAQQMBJoflwT/772/nPn9SshaIz4GIwAAqYC3BLXVIzxCCAQSYAPgyOxMQkBBEwECBoTLcYigEAkAYImEhuTEEDARICgMdFiLAIIRBIgaCKxMQkBBEwECBoTLcYigEAkAYImEhuTEEDARICgMdFiLAIIRBIgaCKxMQkBBEwEkrfPVe82P6yIV9+SxEhanOFRk/mMRQABBFSB7dq2OMX5a17nqDN3HnZu8hoBBBAwFrj/uCoXs67ksknJJCviGndgAgIIIBAiUK425UV+t/X0B7rCZzQhYJQRQKB3AYKmd0M6IIBAiABBEwJEGQEEehcgaHo3pAMCCIQIEDQhQJQRQKB3AYKmd0M6IIBAiABBEwJEGQEEehcgaHo3pAMCCIQIEDQhQJQRQKB3AYKmd0M6IIBAiABBEwJEGQEEehcgaHo3pAMCCIQIEDQhQJQRQKB3AYKmd0M6IIBAiICbuH5P0rX3BzfkXl4MGU4ZAQQQMBdwSoU1b2J60nwmMxBAAIHPCJSrniwV9lvPhuTf1oWg+QwUuxFAwI7A+mqJP3xlh5IuCCCgCfBhsKZDDQEErAgQNFYYaYIAApoAQaPpUEMAASsCBI0VRpoggIAmQNBoOtQQQMCKAEFjhZEmCCCgCRA0mg41BBCwIkDQWGGkCQIIaAIEjaZDDQEErAi4vz915dL5nfbNuHOtm3JnxhwrjWmCAAIIHAq4lW2n42bcIvM3Th/W+BcBBBCIJLDx4JakZmYllZsVSZ8VN1IXJiGAAAKKQKNclEZ5QXZeLrRH8RmNgkUJAQTsCBA0dhzpggACigBBo+BQQgABOwIEjR1HuiCAgCJA0Cg4lBBAwI4AQWPHkS4IIKAIEDQKDiUEELAjQNDYcaQLAggoAgSNgkMJAQTsCBA0dhzpggACigBBo+BQQgABOwIEjR1HuiCAgCJA0Cg4lBBAwI4AQWPHkS4IIKAIuDcv70u5Md6+Gfeb1k25eSCAAAK2BZxSYc2bmJ603Zd+CCAQY4HmxzXZW1psP3devxKCJsYXA0tHoB8C66sl4TOafkhzDARiLkDQxPwCYPkI9EOAoOmHMsdAIOYCBE3MLwCWj0A/BAiafihzDARiLkDQxPwCYPkI9EOAoOmHMsdAIOYCBE3MLwCWj0A/BAiafihzDARiLkDQxPwCYPkI9EMgeftc9W7zw4p49S1JjKTFGR7tx3E5BgIIxERgu7YtTnH+mte53jN3HnZu8hoBBBAwFrj/uCoXs67ksknJJCviGndgAgIIIBAiUK425UV+t/X0B7r8UmWIF2UEELAgwIfBFhBpgQACugBBo/tQRQABCwIEjQVEWiCAgC5A0Og+VBFAwIIAQWMBkRYIIKALEDS6D1UEELAgQNBYQKQFAgjoAgSN7kMVAQQsCBA0FhBpgQACugBBo/tQRQABCwIEjQVEWiCAgC5A0Og+VBFAwIIAQWMBkRYIIKALuInr9yRde39wQ+7lRX00VQQQQCCCgFMqrHkT05MRpjIFAQQQOFqgXPVkqbDfejYk/7YuBM3RTuxFAAFLAuurJf7wlSVL2iCAgCLAh8EKDiUEELAjQNDYcaQLAggoAgSNgkMJAQTsCBA0dhzpggACigBBo+BQQgABOwIEjR1HuiCAgCJA0Cg4lBBAwI6A+9vfqcZWfTMZpV1mLCG//DBmNLX5cU3Wf/3ZaE5wcDIzJV/eehDcrW7731S8/7iijgkrst4wIRHOb7hRcMSJv55HxxuJqdPeSnDhx932761r+thb6v33qVIzs6aHbX8d2nhSYALrDYAcscn5PQIlZNdJv54TE+dWEtmp1NVhV5ohFkeW/Rt4mz6sXIi5KEHTMP2vdo1nvV0kXTs4v10koTtSJ/h6dk6NNpMXvr7qXplLP3/yrDZXKO49Km46F7bqcuz0yCQrsr7qhUJ2Dmi+ftW5Gel1LX1Waq3fnzB55N/6P305JlO6xrLeLpKuHZzfLpLQHSfyevbfLrV+kvFDJvP9j8//B9ymWgZh037PAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: 100% 100%
}
.addr_btns a {
  color: rgba(237, 28, 36, 1);
}
.addr_detail:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15)
}
.olList, .ulList {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-inline-start: 29px;
}
.olList li {
  list-style: decimal;
  width: 100%;
  margin-bottom: 10px;
}
.ulList {
  counter-reset: list-counter; /* 初始化计数器 */
  list-style-type: none !important; /* 移除默认的列表样式 */
}
.ulList li {
  counter-increment: list-counter; /* 增加计数器值 */
  width: 100%;
  margin-bottom: 0px !important;
  list-style: none !important;
  list-style-position: outside;
}
.ulList li::before {
  content: counter(list-counter) "） " !important; /* 显示计数器值和点 */
}
.olList {
  counter-reset: list-counter; /* 初始化计数器 */
  list-style-type: none !important; /* 移除默认的列表样式 */
}
.olList li {
  counter-increment: list-counter; /* 增加计数器值 */
  width: 100%;
  margin-bottom: 0px !important;
  list-style: none !important;
  list-style-position: outside;
}
.olList li::before {
  content: counter(list-counter) ". "; /* 显示计数器值和点 */
  display: inline-block;
  width: 24px;
  margin-left: -24px;
}
header.pcBlock {
  z-index: 1001
}
/*amanda 20251103 项目报备不同角色*/
.NoChecked input {
  display: none;
}
.orange {
  color: rgba(242, 101, 34, 1);
}
.red {
  color: rgba(237, 28, 36, 1);
}
.myProjectFilter select {
  border: 1px #cccccc solid;
  padding: 10px;
  outline: none;
  background: #ffffff;
  color: #000000;
  margin: 0px 10px
}
.labelcontainer span.radiomark {
  font-weight: normal;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #000000
}
/* Create a custom checkbox */
.radiomark {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  color: #ffffff;
  border: 1px #cccccc solid;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -3px;
  border-radius: 8px;
  outline: none;
}
.radiomark img {
  width: 16px;
  vertical-align: top;
  opacity: 0;
}
.labelcontainer input:checked + .radiomark {
  background-color: #ffffff;
  border: 1px #00c2de solid;
  color: #00c2de;
  width: 16px;
  height: 16px;
  font-size: 1rem;
  text-align: center;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -3px;
  outline: none;
  border-radius: 8px;
}
.labelcontainer input:checked + .radiomark img {
  width: 16px;
  vertical-align: top;
  opacity: 1;
}
.labelcontainer input:checked + .radiomark:after {
  border: solid white;
}
.myProjectFilter2 {
  width: 100%;
  margin: 0px auto;
  flex-wrap: wrap;
}
.myProjectFilter2 select, .myProjectFilter2 input {
  border: 1px #cccccc solid;
  padding: 10px;
  outline: none;
  background: #ffffff;
  color: #000000;
  margin: 5px 10px;
  max-width: 100px;
}
.adminShBox {
  width: 100%;
  max-width: 600px;
}
.statusBar {
  width: 100%;
  display: grid;
  grid-template-columns: 24% 24% 24% 24% 4%;
  grid-template-rows: auto;
  justify-content: center;
  margin: 0px auto 100px auto;
  position: relative
}
.statusBar .fa-angle-right:before {
  position: absolute;
  bottom: -8px;
  right: 4%;
  color: #eeeeee
}
.statusBarBox {
  position: relative;
  width: 100%;
  text-align: center;
  border-bottom: 1px #eeeeee solid;
}
.statusdDot {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px #cccccc solid;
  position: absolute;
  bottom: -10px;
  background: #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-0%);
  -moz-transform: translateX(-50%) translateY(-0%);
  -ms-transform: translateX(-50%) translateY(-0%);
  transform: translateX(-50%) translateY(-0%);
  margin-top: 30px;
}
.statusBarBoxHover {
  border-bottom: 1px #00c2de solid;
}
.statusBarBoxHover .statusdDot {
  border: 1px #00c2de solid;
  background: #00c2de;
}
.statusBarBoxBlack {
  border-bottom: 1px #000000 solid;
}
.statusBarBoxBlack .statusdDot {
  border: 1px #000000 solid;
  background: #000000;
}
.statusBarTitle {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.statusBarInfoText {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-0%);
  -moz-transform: translateX(-50%) translateY(-0%);
  -ms-transform: translateX(-50%) translateY(-0%);
  transform: translateX(-50%) translateY(-0%);
}
.bdeSH_infoBox {
  padding-right: 0px !important;
  margin: 0;
}
.bdeSH_infoBox .i_Bt_black {
  border-radius: 0px;
}
.bdeTipe {
  width: calc(100% - 10rem) !important;
  margin-left: 10rem !important;
}
.flexWrap {
  flex-wrap: wrap
}
/*amanda 20251114*/
.newsListBox {
  width: 100%;
  background: #f9f9f9;
  border-radius: 10px;
  border: 1px #cccccc solid;
  margin-bottom: 50px;
}
.newsListImgBox {
  width: 100%;
  object-fit: contain;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 20px;
}
.newsListImgBox img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px 10px 0px 0px;
}
.newsListInfoText {
  width: 100%;
  padding: 0px 20px 20px 20px;
}
.newsListInfoText h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.375rem;
}
.newspagination .swiper-pagination-bullet-active, .backlivepagination .swiper-pagination-bullet-active {
  width: 40px !important;
  height: 12px;
  border-radius: 6px;
  background: #00c2de !important
}
.newspagination .swiper-pagination-bullet, .backlivepagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #999999
}
.newsListWrap, .backliveListWrap {
  position: relative;
}
.newsnext, .backlivenext {
  background: #999999;
  width: 38px !important;
  height: 70px !important;
  padding: 0px;
  text-align: center;
  color: #ffffff !important;
  right: -37px !important;
  border-radius: 0px 5px 5px 0px;
  margin-top: -50px !important
}
.newsprev, .backliveprev {
  background: #999999;
  width: 38px !important;
  height: 70px !important;
  padding: 0px;
  text-align: center;
  color: #ffffff !important;
  left: -37px !important;
  border-radius: 5px 0px 0px 5px;
  margin-top: -50px !important
}
.newsListWrap .swiper-button-next:after, .newsListWrap .swiper-button-prev:after, .backliveListWrap .swiper-button-next:after, .backliveListWrap .swiper-button-prev:after {
  font-size: 1.25rem !important
}
.newsInfoDetailBar {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #666666;
  font-size: 0.75rem !important;
}
.newsInfoDetailBar a {
  color: #666666;
  text-decoration: none;
}
.newsInfoDetailBar a:hover {
  color: #333333;
  text-decoration: underline;
}
.newsInfoDetailWrap {
  width: 100%;
  max-width: 960px;
  margin: 30px auto;
}
.newsInfoDetail {
  width: 100%;
  margin: 20px auto;
}
.newsInfoDetail video {
  width: 100%;
  margin: 0px auto 20px auto
}
.newsInfoDetail img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
}
.newsInfoDetail p {
  margin-bottom: 1.5rem;
  text-align: left;
}
.newsInfoDetail ol, .newsInfoDetail ul {
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
.newsInfoDetail ul li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  list-style: disc;
}
.newsInfoDetail ol li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  list-style: inherit;
}
/*AMANDA 20260119*/
.SeekSolutionsBanner {
  width: 100%;
  text-align: left;
	object-fit: fill;
  padding: 0px;
	position: relative;
	height: 100%;
}
.SeekSolutionsBannerImg{
	width:100%;
	position:relative;
	z-index: 1;
	top: 0;
	left: 0;
}
.SeekSolutionsBanner h1 {
	z-index: 2;
	position: absolute;
  font-weight: bold;
	left: 45%;
top: 50%;
  transform: translateY(-50%);
width:50%}
.planstatusBar .statusBarInfoText {
  width: 96%;
  top: 70px;
  bottom: 0px;
  font-weight: bold;
  background: #00c2de;
  padding: 15px;
  color: #ffffff;
  min-height: 5rem;
  border-radius: 5px;
  margin: 0px auto
}
.planstatusBar .statusBarInfoText::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #00c2de;
  border-radius: 5px;
}

.planstatusBar .statusBar{
	margin-bottom:130px;
}
.planstatusBar .fa-angle-right:before{
	color:#00c2de;
	content: url("../images/angle-right.svg");
	width: 12px;
	height: 12px;
	bottom:-2px;
	right: 3.6%
}
.SeekSolutionsPart1{
	width:100%;
	margin: 0px auto;
	grid-template-columns: 100%;
	grid-template-rows: auto;
}
.SeekSolutionsPart1Left{
	width:100%;
	/*background:linear-gradient(to right bottom,#edfbfd 50%,rgba(255,255,255,1) 95%);*/
	padding:15px 0px;
	border-radius: 0px;
	border-bottom:1px rgba(0,194,222,0.5) dotted;
}
.SeekSolutionsPart1Right{
	width:100%;
	/*background:linear-gradient(to right bottom,#edfbfd 50%,rgba(255,255,255,1) 95%);*/
	padding:15px 0px;
	border-radius: 0px;
	border-bottom:0px rgba(0,194,222,0.5) dotted;
}
.SeekSolutionsPart1 img{
	max-width:24px;
	margin-right: 10px;
}
.SeekSolutionsTitleBox{
	width:100%;
	margin: 15px auto;
	background:-webkit-linear-gradient(to right,rgba(255,255,255,1) 5%,#00c2de 50%,rgba(255,255,255,1) 95%);
	background:-moz-linear-gradient(to right,rgba(255,255,255,1) 5%,#00c2de 50%,rgba(255,255,255,1) 95%);
	background:-ms-linear-gradient(to right,rgba(255,255,255,1) 5%,#00c2de 50%,rgba(255,255,255,1) 95%);
	background:linear-gradient(to right,rgba(255,255,255,1) 5%,#00c2de 50%,rgba(255,255,255,1) 95%);
	padding: 15px 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.375rem;
	
}
.SeekSolutionsTitleBox2{
	width:100%;
	margin: 15px auto;
	background:#ffffff;
	padding: 15px 0px;
	text-align: center;
	color: #00c2de;
	font-weight: bold;
	font-size: 1.25rem;
	
}
.SeekSolutionsTitleBox2 hr{
	width:200px;
	margin: 10px auto;
	height: 5px;
	background: #00c2de;
	border-radius: 3px;
	border: 0px;
}
.SeekSolutionsInfo {
  max-width: 100px;
  display: -webkit-box; /* Safari */
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.exchangeGift_alert .subAccountalertInfoBox {
  max-width: 500px;
}
@media screen and (max-width:1536px) {
  .vipHomePartGridRightList img {
    width: 100%;
    width: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .IncentivePlanConInfoTitle h6 {
    width: 135px;
    margin: 0;
  }
  .IncentivePlanConInfoTitle h6 br {
    display: block;
  }
  .newsnext, .backlivenext {
    background: #999999;
    width: 28px !important;
    height: 50px !important;
    padding: 0px;
    text-align: center;
    color: #ffffff !important;
    right: -27px !important;
    border-radius: 0px 5px 5px 0px;
    margin-top: -50px !important
  }
  .newsprev, .backliveprev {
    background: #999999;
    width: 28px !important;
    height: 50px !important;
    padding: 0px;
    text-align: center;
    color: #ffffff !important;
    left: -27px !important;
    border-radius: 5px 0px 0px 5px;
    margin-top: -50px !important
  }
  .newsListWrap .swiper-button-next:after, .newsListWrap .swiper-button-prev:after, .backliveListWrap .swiper-button-next:after, .backliveListWrap .swiper-button-prev:after {
    font-size: 1rem !important
  }
/*AMANDA 20260119*/
	.SeekSolutionsBanner h1{
		text-align: left;
		left: 40%;
		white-space: normal;
width:60%
	}
}
@media screen and (max-width:1500px) {
  .vipHomePartGridRightList h4 {
    margin-bottom: 0px;
    font-size: 1.25rem;
  }
  .vipHomePartGrid {
    grid-template-columns: 45% 55%;
  }
  .vipHomePartGridRightList img {
    margin-top: 30px;
  }
}
@media screen and (max-width:1366px) {
  .userCenterCon {
    width: 100%;
    display: grid;
    grid-template-columns: 220px calc(100% - 220px);
    grid-template-rows: 100%;
    min-height: 480px;
  }
  .userCenterInfoCon {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
@media screen and (max-width:1024px) {
  .viptopConBar .topCon {
    flex-wrap: wrap
  }
  .viptopConBar .headLogoBox {
    width: 100%;
    justify-content: space-between !important
  }
  .viptopConBar .TopHeadRight {
    width: 100%;
    margin-top: 20px;
    border-top: 1px #333333 solid;
    padding-top: 10px;
  }
  .viptopConBar .headSearchLabel.pcBlock {
    display: inline-flex !important
  }
  .index-nav-frame-line-li a {
    display: block;
    color: white;
  }
  .nav-small {
    display: block;
    width: 30px;
    cursor: pointer;
    text-align: right
  }
  .nav-small i {
    line-height: 1.5
  }
  .nav-small:focus ~ .index-nav-frame-line {
    height: auto;
    border-bottom: 1px solid #ccc;
  }
  .nav-small:focus .nav-small-focus {
    display: block;
  }
  .index-nav-frame {
    width: 100%;
  }
  .index-nav-frame-line {
    width: calc(100% - 0px);
    overflow: hidden;
  }
  .index-nav-frame-line-center {
    z-index: 10000;
    background: #000000;
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0;
    margin-left: 0;
  }
  .index-nav-frame-line-li {
    border-bottom: 1px solid #4b4a5e;
    color: #d9d9d9;
    background: #000000;
  }
  .index-nav-frame-line-li.active {
    border-bottom: 1px solid #00c2de;
    color: #ffffff;
  }
  .index-nav-frame-line-li.active a {
    color: #ffffff !important;
    border-bottom: 0px solid #00c2de;
  }
  .index-nav-frame-line-li:hover a {
    color: #ffffff !important;
    border-bottom: 0px solid #00c2de;
  }
  .index-nav-frame-line-li:hover {
    background-color: transparent;
  }
  .index-nav-frame-line:focus {
    height: auto;
    border-bottom: 1px solid #ccc;
  }
  .index-nav-frame-line:focus > .index-nav-frame-line-center {
    height: auto;
    opacity: 1;
  }
  .index-nav-frame-line:focus .index-nav-frame-line-header {
    color: #ffffff;
  }
  .index-nav-frame-line-focus {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .index-nav-frame-line:focus .index-nav-frame-line-focus {
    display: block;
  }
  .vipHomePartGrid {
    grid-template-columns: 100%;
    padding: 40px 0px;
  }
  .vipIndex_ActiveBox a {
    display: inline-block;
    width: 100%;
  }
  .vipHomePartGridRightList {
    padding-bottom: 20px;
  }
  .viptopConBar .index-nav {
    height: auto;
    background: transparent;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.24);
  }
  .phNavList {
    width: 100%;
    background: -webkit-linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
    background: -moz-linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
    background: -ms-linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
    background: linear-gradient(to right, #000000 0%, #1a1a1b 50%, #000000 100%);
    position: fixed;
    top: 0px;
    left: 0;
    height: 100%;
    z-index: 1002
  }
  .phNavListBlock {
    display: block;
    overflow-y: auto;
    overflow-x: hidden
  }
  .phNavList .index-nav-frame-line-center {
    opacity: 1;
    height: auto;
    position: inherit;
    top: 0;
    overflow: hidden;
    width: 101%;
    max-width: 101%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -o-transition: all 0.5s; /* Opera */
    padding: 0px 20px;
    z-index: 10000;
    margin-left: 0px;
    border-radius: 5px;
  }
  .phNavList .index-nav-frame-line.active {
    background-color: transparent;
    color: #ffffff;
    border-bottom: 1px #00c2de solid;
  }
  .index-nav-frame-line.active.activec {
    border-bottom: 0px #00c2de solid;
  }
  .phNavList .index-nav-frame-line:hover {
    background-color: transparent;
    color: #ffffff;
    border-bottom: 0px #00c2de solid;
  }
  .vipHomeBanner, .PointsMallBanner, .userCenterBanner, .historyCoursesBanner, .marketingMaterialsBanner, .IncentivePlanBanner, .prps_Banner {
    padding: 50px 0px;
  }
  .vipHomeBanner h1 {
    font-size: 1.875rem;
  }
  .userCenterCon {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
    min-height: 480px;
  }
  .userCenterInfoCon {
    width: 100%;
    margin-left: 0px;
  }
  .vipFooter {
    flex-wrap: wrap
  }
  .vipFooter span, .vipFooter a {
    width: 100%;
    text-align: center
  }
  .PointsMallList {
    grid-template-columns: 100%;
  }
  .wrap.black {
    padding-top: 30px;
  }
  .prps_infoList {
    width: 100%;
    margin: 0px auto;
    grid-template-columns: 100%;
  }
  .prps_infoBox2Right {
    width: calc(100%);
  }
  .prps_infoBox3Right {
    width: calc(100%);
  }
  .prps_infoBox span {
    width: 6.5rem;
  }
  .prps_infoBox label {
    width: calc(100% - 6.5rem);
  }
  .width300 {
    width: 100%;
    margin: 10px auto
  }
  .index-nav-frame-line.active .hidden {
    display: block !important
  }
  .userCenterNavList {
    display: none;
  }
  .myInfoList {
    width: calc(100% - 1.25rem);
  }
  .myProjectFilter {
    flex-wrap: wrap;
  }
  .myProjectTime {
    width: 100%;
  }
  .textRight {
    width: 100%;
  }
  .myProjectTime {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .myProjectTime .i_Bt_black.black {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .myProjectTime input {
    width: 25%;
  }
  .width200 {
    width: 100%;
  }
  .i_Bt_black_border.black {
    width: 100%;
  }
  .index-nav-frame-line {
    padding: 0px;
  }
  .IncentivePlanImages {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-radius: 10px;
  }
  .IncentivePlanConInfo {
    width: 100%;
    position: relative;
    top: 50px;
    left: 0;
    z-index: 100;
    padding: 15px;
  }
  .IncentivePlanConInfoList {
    flex-wrap: wrap
  }
  .IncentivePlanConInfoTitle {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  .partnerEmpoweringGridTiInfo {
    width: 100%;
    padding: 10px 15px 0px 25px;
  }
  .marketingMaterialsList {
    grid-template-columns: 100%;
  }
  .historyCoursesBox {
    flex-wrap: wrap
  }
  .historyCoursesInfo {
    width: 100%;
  }
  .historyCoursesListImg {
    width: 136px;
    border-radius: 10px;
    margin-right: 20px;
  }
  .historyCoursesInfoText {
    width: calc(100% - 136px - 20px);
  }
  .historyCoursesBtBox {
    width: 100%;
    text-align: right
  }
  .historyCoursesBtBox a {
    max-width: 120px;
  }
  .IncentivePlanConInfoTitle h6 {
    width: 100%;
  }
  .IncentivePlanConInfoTitle h6 br {
    display: none
  }
  header.phBlock {
    z-index: 1001;
    border-bottom: 0px #27282b solid;
  }
  .topConBar {
    top: 0;
    position: sticky;
    z-index: 1002
  }
  .navfixed {
    top: 58px !important;
  }
  .statusBar .fa-angle-right:before {
    position: absolute;
    bottom: -7px;
    right: 4%;
    color: #eeeeee
  }
  .newAddXMU {
    width: 100%;
    margin-bottom: 20px;
  }
  .newsnext {
    display: none !important
  }
  .newsprev {
    display: none !important
  }
	.planstatusBar .statusBar{
		grid-template-columns:50% 50%;
	}
	.planstatusBar .statusBarInfoText{
		width: 98%;
		min-height: 5rem;
		padding:15px 5px;
	}
.planstatusBar .statusBar{
	margin-bottom:150px;
}
	.planstatusBar .fa-angle-right:before {
		bottom:-2px;
		right:0px;
	}
	
.SeekSolutionsTitleBox{
	background:linear-gradient(to right,rgba(0, 194, 222, 0.45) 0%,#00c2de 50%,rgba(0, 194, 222, 0.45) 100%);
	
}
/*AMANDA 20260119*/
.SeekSolutionsBanner {
  width: 100%;
}
	.SeekSolutionsBanner h1{
		text-align: left;
		left: 35%;
		font-size: 1.875rem;
width:65%
	}
}