.notice-login{
  // display: flex;
  /* align-items: center; */
  margin-top: 20px;
}

.notice-login .notice{
  width: 1308px;
  height: 355px;
  border-radius: 10px;
  margin-right: 20px;
  padding: 23px 26px 30px 22px;
  box-sizing: border-box;
  background-color: #fff;
}

.notice-login .notice .notice-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3C9CFF;
  margin-bottom: 28px ;
}

.notice-login .notice .notice-title .title{
  font-size: 18px;
  font-weight: bold;
}

.notice-login .notice .notice-title .more-btn{
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.notice-login .notice .notice-info .info-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  cursor: pointer;
}

.notice-login .notice .notice-info .info-item .info-item-left{
  display: flex;
  align-items: center;
}
.notice-login .notice .notice-info .info-item .info-item-left .circle{
  width: 6px;
  height: 6px;
  background-color: #3889FE;
  border-radius: 50%;
  margin-right: 13px;
}

.notice-login .notice .notice-info .info-item .info-item-left .info{
  max-width: 612px;
  font-size: 16px;
  color:#505050 ;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-login .notice .notice-info .info-item .info-item-left .top{
  width: 50px;
  height: 24px;
  border-radius: 12px;
  background-color: #3889FE;
  color: white;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-left: 14px;
  text-align: center;
}

.notice-login .notice .notice-info .info-item .info-item-right{
  color: #505050;
  font-size: 18px;
  font-weight: 400
}

.notice-login .notice .notice-info .info-item:hover .info-item-right{
  color: #3889FE;
}

.notice-login .notice .notice-info .info-item:hover .info-item-left .info{
  color: #3889FE;
}

.notice-login .login{
  height: 356px;
  border-radius: 10px;
  width: 448px;
  overflow: hidden;
}

.notice-login .login .login-head{
  background-image: url("../img/login_head.png");
  display: flex;
  justify-content: center;
  align-items: center;
  height: 99px;
}

.notice-login .login .login-head span{
  margin-left: 20px;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.notice-login .login .login-info{
  padding: 19px;
  box-sizing: border-box;
  background-color: #fff;
}

.notice-login .login .login-info .personal{
  background-image: url("../img/personal_bg.png");
  width: 410px;
  height: 100px;
  display: flex;
  margin-bottom: 17px;
  background-repeat: repeat;
  cursor: pointer;
  align-items: center;
}

.notice-login .login .login-info .personal img{
  margin-left: 76px;
  /* margin-top: 40px; */
  margin-right: 16px;
}

.notice-login .login .login-info .personal .text{
  font-size: 24px;
  color: #3167FF;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
}

.notice-login .login .login-info .org{
  background-image: url("../img/org_bg.png");
  background-repeat: repeat;
  width: 410px;
  height: 100px;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.notice-login .login .login-info .org img{
  margin-left: 76px;
  /* margin-top: 28px; */
  margin-right: 16px;
}

.notice-login .login .login-info .org .text{
  font-size: 24px;
  color: #FF5D31;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
}

.open-info{
  width: 1308px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 28px 17px 30px 19px;
  margin-top: 20px;
}

.open-info .info-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.open-info .info-title .title-left{
  display: flex;
  align-items: center;
}

.open-info .info-title .title-left .title-info{
  font-size: 18px;
  font-weight: bold;
  color: #3C9CFF;
  margin-right: 43px;
}

.open-info .info-title .title-left .select-tab{
  font-size: 18px;
  font-weight: bold;
  color: #505050;
  position: relative;
  margin-right: 35px;
  cursor: pointer;
}

.open-info .info-title .title-left .select-tab.actived{
  font-size: 18px;
  font-weight: bold;
  color: #3C9CFF;
}

.open-info .info-title .title-left .select-tab.actived::before{
  position: absolute;
  bottom: -9px;
  right: 0;
  height: 4px;
  width: 100%;
  background-color: #3889FE;
  border-radius: 2px;
  display: block;
  content: "";
}

.open-info .info-title .title-right{
  cursor: pointer;
  color: #3C9CFF;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.open-info .info-content{
  display: flex;
  align-items: flex-start;
}

.open-info .info-content .content-tabs{
  width: 190px;
  margin-right: 28px;
  margin-top: 27px;
}

.open-info .info-content .content-tabs .tab-item{
  width: 178px;
  height: 66px;
  background-color:#EBF5FF;
  border-radius: 5px;
  margin-bottom: 19px;
  line-height: 66px;
  text-align: center;
  color: #505050;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.open-info .info-content .content-tabs .tab-item:hover{
  background-color: #3C9CFF;
  opacity: 0.2;
  color: white;
}

.open-info .info-content .content-tabs .tab-item.actived{
  width: 190px;
  height: 66px;
  background-image: url("../img/tab_selected.png");
  border-radius: 5px;
  margin-bottom: 19px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
}

.open-info .info-content .content-tabs .tab-item.actived:hover{
  opacity: 1;
}

.open-info .info-content .content-main{
  width: 1048px;
}

.open-info .info-content .content-main .main-announcement{
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
  margin-bottom: 19px;
  flex-wrap: wrap;
}

.open-info .info-content .content-main .main-announcement .announcement-item{
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
}

.open-info .info-content .content-main .main-announcement .announcement-item.actived{
  font-size: 20px;
  font-weight: 500;
  color: #3C9CFF;
}

.open-info .info-content .content-main .table-head{
  background-color: #f5f5f5;
  margin-top: 37px;
}


.open-info .info-content .content-main .main-table{
  width: 1048px;
  height: 48px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 16px 0;
  font-size: 16px;
  color: #505050;
  margin-bottom: 15px;
  cursor: pointer;
  line-height: 16px;
}

.open-info .info-content .content-main .main-table:hover{
  color: #3889FE;
}

.open-info .info-content .content-main .main-table span:nth-child(1){
  display: inline-block;
  width: 176px;
  box-sizing: border-box;
  padding-left: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.open-info .info-content .content-main .main-table span:nth-child(2){
  display: inline-block;
  width: 242px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.open-info .info-content .content-main .main-table span:nth-child(3){
  display: inline-block;
  width: 529px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.open-info .info-content .content-main .main-foot{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #505050;
  background-color: #f5f5f5;
  width: 1048px;
  height: 48px;
}

.rule-download{
  display: flex;
  margin-top: 20px;
  height: 430px;
}

.rule-download .rule-content{
  width: 901px;
  height: 430px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 23px 23px 31px 22px;
  margin-right: 20px;
}

.rule-download .rule-content .rule-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3C9CFF;
  margin-bottom: 28px ;
}

.rule-download .rule-content .rule-title .title{
  font-size: 18px;
  font-weight: bold;
}

.rule-download .rule-content .rule-title .more-btn{
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.rule-download .rule-content .content-info{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.rule-download .rule-content .content-info .rule-img{
  position: relative;
  width: 420px;
  height: 318px;
  border-radius: 10px;
  background-image: url("../img/rule_bg.png");
  cursor: pointer;
  display: none;
}


.rule-download .rule-content .content-info .rule-info .info-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  width: 100%;
  cursor: pointer;
}

.rule-download .rule-content .content-info .rule-info .info-item .info-item-left{
  display: flex;
  align-items: center;
}
.rule-download .rule-content .content-info .rule-info .info-item .info-item-left .circle{
  width: 6px;
  height: 6px;
  background-color: #3889FE;
  border-radius: 50%;
  margin-right: 13px;
}

.rule-download .rule-content .content-info .rule-info .info-item .info-item-left .info{
  max-width: 761px;
  font-size: 16px;
  color:#505050 ;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rule-download .rule-content .content-info .rule-info .info-item:hover .info-item-left .info{
  color: #3889FE;
}

.rule-download .rule-content .content-info .rule-info .info-item .info-item-right{
  font-size: 18px;
  color: #505050;
  font-weight: 400;
}

.rule-download .rule-content .content-info .rule-info .info-item:hover .info-item-right{
  color: #3889FE;
}

.download-content{
  width: 378px;
  height: 430px;
  background-color: #fff;
  border-radius: 10px;
}

.download-content .download-head{
  margin: 0 auto;
  height: 88px;
  width: 350px;
  line-height: 88px;
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: bold;
  background-image: url("../img/download_head_bg.png");
  background-size: 100% 100%;
  margin-bottom: 20px;
}

.download-content .download-area{
  margin-left: 15px;
  width: 254px;
}

.download-content .download-area .download-item{
  display: flex;
  box-sizing: border-box;
  align-items: center;
  width: 254px;
  height: 52px;
  border-radius: 25px;
  cursor: pointer;
  background-color: #f0f0f0;
  font-size: 16px;
  color: #505050;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-content .download-area .download-item .txt{
  width: 154px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.download-content .download-area .download-item.text{
  padding: 0;
  justify-content: center;
}

.download-content .download-area .download-item img{
  margin-right: 13px;
  width: 18px;
  height: 17px;
}

.download-content .download-area .download-item:hover a{
  color: #3889FE !important;
}

.download-content .download-area .download-item:hover{
  color: #3889FE;
}

.manage-platform{
  display: flex;
  margin-top: 30px;
  height: 412px;
}

.manage-platform .manage-content{
  width: 997px;
  height: 412px;
  border-radius: 10px;
  background-color: #fff;
  padding: 28px 18px 35px 19px;
  box-sizing: border-box;
  margin-right: 20px;
}

.manage-platform .manage-content .manage-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.manage-platform .manage-content .manage-title .title-left{
  display: flex;
  align-items: center;
}

.manage-platform .manage-content .manage-title .title-left .title-info{
  font-size: 30px;
  font-weight: bold;
  color: #3C9CFF;
  margin-right: 43px;
}

.manage-platform .manage-content .manage-title .title-left .select-tab{
  font-size: 20px;
  font-weight: 400;
  color: #505050;
  position: relative;
  margin-right: 35px;
  cursor: pointer;
}

.manage-platform .manage-content .manage-title .title-left .select-tab.actived{
  font-size: 20px;
  font-weight: 400;
  color: #3C9CFF;
}

.manage-platform .manage-content .manage-title .title-left .select-tab.actived::before{
  position: absolute;
  bottom: -9px;
  right: 0;
  height: 4px;
  width: 100%;
  background-color: #3889FE;
  border-radius: 2px;
  display: block;
  content: "";
}

.manage-platform .manage-content .manage-title .title-right{
  cursor: pointer;
  color: #3C9CFF;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.manage-platform .manage-content .info-content{
  display: flex;
}

.manage-platform .manage-content .info-content .content-tabs{
  width: 190px;
  margin-right: 28px;
  margin-top: 27px;
}

.manage-platform .manage-content .info-content .content-tabs .tab-item{
  width: 178px;
  height: 66px;
  background-color:#EBF5FF;
  border-radius: 5px;
  margin-bottom: 19px;
  line-height: 66px;
  text-align: center;
  color: #505050;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.manage-platform .manage-content .info-content .content-tabs .tab-item:hover{
  background-color: #3C9CFF;
  opacity: 0.2;
  color: white;
}

.manage-platform .manage-content .info-content .content-tabs .tab-item.actived{
  width: 190px;
  height: 66px;
  background-image: url("../img/tab_selected.png");
  border-radius: 5px;
  margin-bottom: 19px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
}

.manage-platform .manage-content .info-content .content-tabs .tab-item.actived:hover{
  opacity: 1;
}

.manage-platform .manage-content .info-content .content-info{
  margin-top: 40px;
  width: 762px;
}

.manage-platform .manage-content .info-content .content-info .info-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  cursor: pointer;
}

.manage-platform .manage-content .info-content .content-info .info-item .info-item-left{
  display: flex;
  align-items: center;
}
.manage-platform .manage-content .info-content .content-info .info-item .info-item-left .circle{
  width: 6px;
  height: 6px;
  background-color: #3889FE;
  border-radius: 50%;
  margin-right: 13px;
}

.manage-platform .manage-content .info-content .content-info .info-item .info-item-left .info{
  max-width: 576px;
  font-size: 16px;
  color:#505050 ;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.manage-platform .manage-content .info-content .content-info .info-item:hover .info-item-left .info{
  color: #3889FE;
}

.manage-platform .manage-content .info-content .content-info .info-item:hover .info-item-right{
  color: #3889FE;
}

.manage-platform .manage-content .info-content .content-info .info-item .info-item-left .top{
  width: 50px;
  height: 24px;
  border-radius: 12px;
  background-color: #3889FE;
  color: white;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-left: 14px;
  text-align: center;
}

.manage-platform .manage-content .info-content .content-info .info-item .info-item-right{
  color: #505050;
  font-size: 18px;
  font-weight: 400
}

.info-img{
  width: 1302px;
  height: 374px;
  margin-top: 33px;
}

.custom-drop{
  position: relative;
  margin-right: 20px;
}

.custom-drop .drop-click{
  width: 205px;
  height: 54px;
  background-color: white;
  border: 1px solid #3C9CFF;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-left: 39px;
  padding-right: 28px;
  cursor: pointer;
}

.custom-drop .drop-click .click-txt{
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #333333;
}

.custom-drop .drop-content{
  width: 430px;
  /*height: 250px;*/
  border-radius: 10px;
  border: 1px solid #3C9CFF;
  background-color: #fff;
  position: absolute;
  top: 64px;
  left: 0;
  box-sizing: border-box;
  padding: 10px;
  display: none;
  z-index: 101001;
}

.custom-drop .drop-content .drop-item{
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  cursor: pointer;
  height: 20px;
  padding: 5px;
}

.custom-drop .drop-content .drop-item.actived{
  background-color: #3C9CFF;
  color: white;
  width: fit-content;
}

.layui-laypage a{
  margin-right: 5px !important;
  background: #f0f0f0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #7a7a7a !important;
  border: none !important;
}

.layui-laypage .layui-laypage-curr{
  margin-right: 5px;
}

.layui-laypage .layui-laypage-spr{
  margin-right: 5px;
}

.layui-laypage .layui-laypage-spr{
  background: #f0f0f0 !important;
  border: none !important;
  color: #7a7a7a !important;
}



