* {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* // 全局修改滚动条样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.3);
  border-radius: 4px;
  cursor: pointer;
}
a {
  outline: none;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
#main {
  /* height: 100%; */
  width: 100%;
  background-image: url(./images/background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #E8ECFF;
}
.contain {
  padding: 110px 60px 0;
}
.top {
  display: flex;
}
.top .welcome {
  width: 461px;
}
.top .welcome .teemlink {
  color: #606266;
  font-size: 29px;
}
.top .welcome .choice {
  font-size: 36px;
  font-weight: bold;
  color: #606266;
}
.top .user {
  flex: 1;
  padding-top: 30px;
}
.userImage {
  position: relative;
}
.userImage .userIndicate{
  width: 353px;
  height: 45px;
  border-radius: 16px;
  line-height: 45px;
  color: #606266;
}
.userImage .userImg{
  position: absolute;
  top: -70px;
  left: 38px;
}
.userImage .userIndicate span{
  margin-left: 168px;
  font-size: 24px;
}
.userImage .userIndicate img{
  margin-left: 20px;
}
.userExplain {
  margin-top: 21px;
  padding: 25px 27px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
}
.userExplain .explainTop {
  display: flex;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  padding-bottom: 12px;
  justify-content: space-between;
}
/* .userExplain .explainTop .userLink {
  padding-right: 42px;
}
.explainTop .userAccount {
  padding-right: 81px;
} */
.header {
  color: #909399;
  font-weight: bold;
  font-size: 16px;
}
.headerValue {
  color: #303133;
  font-size: 22px; 
}
.explainBottom {
  padding-top: 18px;
  font-size: 16px;
  color: #606266;
}
.center {
  display: flex;
  margin-top: 110px;
}
.designer {
  margin-right: 50px;
  flex: 1;
}
.manager {
  flex: 1;
}
.designer-top {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
.active {
  margin-top: 21px;
  padding: 25px 27px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  display: flex;
}
.active .activeLeft {
  border-right: 1px solid rgba(112, 112, 112, 0.5);
  padding-right: 27px;
  text-align: center;
}
.active .activeLeft .activeAPP {
  color: #3F3F3F;
  font-size: 22px;
  padding-bottom: 12px;
}
.active .activeLeft .help {
  color: #4E74F2;
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid #707070;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0 10px;
}
.active .activeRight {
  padding-left: 27px;
  font-size: 16px;
  color: #606266;
}
.active .activeRight .activeRightExplain{
  height: 30px;
  line-height: 30px;
}
.softUse {
  font-size: 16px;
  color: #303335;
  padding-top: 8px;
}
.contact {
  text-align: center;
  margin-top: 37px;
  padding: 29px 0 20px;
  background: rgba(255, 255, 255, 0.22);
  color: #63676B;
  font-size: 16px;
}
.contactUs {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.contactUs  .link {
  color: #63676B; 
}
.contactUs  .link:hover {
  color: #4E74F2; 
}
.commonUser{
  cursor: pointer;
  background: rgba(245, 228, 173, 0.9);
}
.commonUser:hover {
  background: rgba(248, 219, 126, 0.9);
  color: #303133;
}
.designerUser {
  cursor: pointer;
  background: rgba(241, 206, 212, 0.9);
}
.managerUser {
  cursor: pointer;
  background: rgba(170, 226, 248, 0.9);
}
.designerUser:hover {
  background: rgba(231, 163, 174, 0.9);
  color: #303133;
}
.managerUser:hover {
  background: rgba(129, 204, 234, 0.9);
  color: #303133;
}
.active .help:hover {
  background: #4E74F2;
  color: #FFFFFF;
  /* border: none; */
}