body, html, div, h1, h2, h3, h4, h5, h6, table, tbody, th, tr, ul, li dl, dt, dd, p, a, form, input,span{
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  outline: 0;
  font-family: "PingFang SC", "sans-serif", "PingFang-SC-Regular", "arial", "Microsoft YaHei", "Heiti SC";
  font-size: 14px;
  font-style: normal;
  vertical-align:baseline;
  background:transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
}
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100% !important;
}
body * {
  box-sizing: border-box;
}
button:focus,
input:focus {
  outline: none;
}
button {
  border: none;
}
.wrap{
  width:1120px;
  margin: 0 auto;
  text-align: left;
  height: auto;
  overflow: hidden;
}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display:block;}

nav ul {list-style:none;}

.container {
  width: 1200px;
  margin: auto;
}

.clear{ clear:both}
.clearFix::after{
  display: block;
  content: '';
  clear: both;
}
ul,li{
  list-style:none;
}
a{
  text-decoration: none !important;
}
a:hover{
  /* color: #27D3E0; */
  text-decoration: none;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flex {
  display: flex;
}
.flexCs {
  display: flex;
  justify-content: space-between;
}
.flexBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.noFalse::before,
.noFalse::after {
  display: none;
}
.capital {
  text-transform: uppercase;
}
.singleText {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: inherit;
}
.multilineText {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gray {
  background: #EEEEEE;
}
.thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  display: block;
  border-radius: 6px;
  text-align: center;
  padding: 0px 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.btn.primary {
  background: #43A977;
  color: #FFFFFF;
}

.btn.ghost {
  border: 1px #43A977 solid;
  color: #43A977;
}

.primary:hover {
  background: linear-gradient(to right, #32C39F, #88D7A4, #32C39F) !important;
}

.ghost:hover {
  background: #F6FFF8 !important;
}

.avatar {
  flex: 0 0 auto;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px #EAEAEA solid;
}
.avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/************ Common ************/

.layoutHeader {
  height: 60px;
  background: #FFFFFF;
  position: sticky;
  top: 0;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}

.layoutHeader .title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.layoutHeader .title span {
  color: #399066;
  font-size: 24px;
  font-weight: 600;
}

.navBar {
  height: 120px;
  background: #2B2625;
}

.navList {
  height: 120px;
  display: flex;
  align-items: center;
}
.navList li {
  height: 100%;
}
.navList li a {
  display: flex;
  width: 100px;
  height: 100%;
  flex-direction: column;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}
.navList li a img {
  margin-bottom: 5px;
}
.navList li + li {
  margin-left: 35px;
}
.navList li a.curr {
  position: relative;
  z-index: 1;
}
.navList li a.curr::before {
  display: block;
  content: '';
  width: 94px;
  height: 100px;
  background: linear-gradient(#64BA99, #3B9A78);
  position: absolute;
  top: 0;
  left: 3px;
  z-index: -1;
  border-radius: 0 0 15px 15px;
}
.navBar .actions {
  height: 100px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.navBar .actions .btn {
  line-height: 35px;
  width: 90px;
  height: 34px;
  background: rgba(67, 169, 119, 1);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  margin-left: 10px;
}
.navBar .actions .btn.loginBtn {
  background: rgba(53, 58, 56, 0.75);
  color: #1DD779;
}
.navBar .actions .btn.loginBtn:hover {
  background: rgba(60, 68, 64, 1);
}
.navBar .actions .btn.joinBtn {
  width: 110px;
  background: linear-gradient(90deg, rgba(255, 239, 208, 1) 0%, rgba(245, 193, 100, 1) 95%);
  font-size: 14px;
  color: #7D420C;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navBar .actions .btn.joinBtn img {
  width: 18px;
  height: 15px;
  margin-right: 5px;
}

.navBar .actions .message {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 20px;
}

.navBar .actions .message .iconfont {
  color: #FFFFFF;
  font-size: 20px;
}

.navBar .actions .message:hover .iconfont {
  color: #05A14C;
}

.navBar .actions .message .badge {
  position: absolute;
  background: #ff0000;
  left: 50%;
  bottom: 50%;
  font-size: 12px;
  color: #ffffff;
  padding: 1px 6px;
  border-radius: 100px;
  transform: scale(0.9);
}

.footer {
  background: #191919;
  padding: 40px 0 30px;
}
.footer .navlist {
  display: flex;
  justify-content: space-between;
  width: 785px;
  flex: 0 0 785px;
}
.footer .navlist dt a {
  font-weight: 700;
  color: #1B8B53;
  font-size: 14px;
  line-height: 30px;
}
.footer .navlist dd a {
  font-weight: 400;
  color: #7C7C7C;
  font-size: 14px;
  line-height: 30px;
}
.footer .webWrap {
  flex: 0 0 390px;
  text-align: center
}
.footer .name {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 28px;
}
.footer .name span {
  font-weight: 700;
  color: #1DD779;
  font-size: 28px;
}
.footer .info {
  font-weight: 400;
  color: #CACACA;
  font-size: 16px;
  margin-top: 20px;
}
.footer .qrcode {
  width: 110px;
  margin: 20px auto;
  font-weight: 400;
  font-size: 14px;
  color: #CACACA;
  line-height: 26px;
}
.footer .qrcode img {
  width: 100%;
  height: 100%;
}
.copyright {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #CACACA;
  font-weight: 400;
}
.copyright p {
  color: #CACACA;
}

.copyright a {
  margin-left: 15px;
  color: #CACACA;
  font-weight: 400;
}

.btnGroup {
  display: flex;
  margin-top: 20px;
}
.btnGroup .btn {
  flex: 1 1 50%;
  height: 50px;
  line-height: 52px;
  font-size: 18px;
}
.btnGroup .btn + .btn {
  margin-left: 30px;
}

.layui-form-label {
  padding: 9px 10px;
  width: auto;
}

.paginations {
  text-align: center;
  margin: 15px auto;
}
.paginations .layui-laypage-next,
.paginations .layui-laypage-prev {
  border: none;
}
.paginations .layui-laypage span,
.paginations .layui-laypage a {
  margin: 0 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 14px;
  border-radius: 4px !important;
  overflow: hidden;
}
.paginations .layui-laypage a:hover {
  background: #43A977;
  color: #FFFFFF;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #43A977;
}
.layui-laydate .layui-this,
.layui-btn {
  background-color: #43A977 !important;
}

.homeTitleWrap .en {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.homeTitleWrap .en::before,
.homeTitleWrap .en::after {
  display: inline-block;
  content: '';
  margin: 8px 15px 0;
  width: 60px;
  height: 2px;
  background: #333;
}
.homeTitleWrap .cn {
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  margin-top: 8px;
}
.homeTitleWrap .cn span {
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  color: #05A14C;
}
.homeTitleWrap .info {
  font-weight: 400;
  font-size: 16px;
  color: #7B867C;
  text-align: center;
  margin-top: 15px;
}
.homeTitleWrap.white .cn span,
.homeTitleWrap.white .en,
.homeTitleWrap.white .cn,
.homeTitleWrap.white .info {
  color: #FFFFFF;
}
.homeTitleWrap.white .en::before,
.homeTitleWrap.white .en::after {
  background: #FFFFFF;
}
.homeTitleWrap .btn {
  width: 200px;
  line-height: 60px;
  font-weight: 500;
  font-size: 20px;
  margin: 30px auto 0;
}
.itemWrap:not(.visible) {
  display: none;
}

.layuiUpload {
  width: 120px;
  height: 120px;
  padding: 5px;
  border-radius: 6px;
  border: 1px #DEDFDF solid;
  cursor: pointer;
}
.layuiUpload img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.layuiUpload #uploadDemoView {
  width: 100%;
  height: 100%;
}
.imageEmpty {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.imageEmpty i {
  font-size: 22px;
}

.layui-layer-title {
  text-align: center;
  font-size: 18px !important;
  padding-right: 20px !important;
}
.layerContent {
  font-size: 18px;
  text-align: center;
}
.layerContent .icon {
  display: block;
  margin: 5px auto 20px;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #43A977 !important;
  background: #43A977 !important;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border-radius: 6px;
}
.layui-layer-btn .layui-layer-btn1 {
  border-color: #43A977;
  color: #43A977;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border-radius: 6px;
}
.actions .logined {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.dropPanel {
  position: absolute;
  right: 0;
  top: 75px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 8px;
  width: 375px;
  /* height: 415px; */
  box-shadow: 0 0 10px #E5E5E5;
  z-index: 5;
  display: none;
}
.actions .logined:hover .dropPanel {
  display: block;
}
.dropPanel .toMember {
  width: 94px;
  height: 38px;
  background: #F6F7F8;
  color: #8a8a8a;
  border-radius: 100px;
  text-align: center;
  line-height: 38px;
}
.dropPanel .toMember:hover {
  background: #43A977;
  color: #FFFFFF;
}
.dropPanel .userinfo {
  padding: 0;
  width: 100%;
}
.dropPanel .userinfo .content {
  flex: 0 1 100%;
}
.dropPanel .userinfo .avatar {
  width: 62px;
  flex: 0 0 62px;
  height: 62px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px #EAEAEA solid;
}
.dropPanel .userinfo .avatar span {
  opacity: 0;
  line-height: 26px;
  height: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  /* transition: all 0.5s; */
}
.dropPanel .userinfo .username {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.dropPanel .userinfo .tags {
  margin-top: 5px;
}
.dropPanel .userinfo .tag {
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 2px;
  background: #28AD6D;
  color: #FFFFFF;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropPanel .userinfo .tag.apply {
  color: #7D420C;
  background: linear-gradient(90deg, rgba(255, 239, 208, 1) 0%, rgba(245, 193, 100, 1) 95%);
}
.dropPanel .userinfo .tag.apply img {
  display: block;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}
.dropPanel .userinfo .btn.apply {
  color: #7D420C;
  background: linear-gradient(90deg, rgba(255, 239, 208, 1) 0%, rgba(245, 193, 100, 1) 95%);
  width: 100%;
  margin-left: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  text-align: left;
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.dropPanel .userinfo .btn.apply img {
  display: block;
  width: 20px;
  height: 17px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.grids {
  display: flex;
  flex-wrap: wrap;
}
.grids .item {
  width: 33.33%;
  flex: 0 0 33.33%;
  padding: 15px 0;
  text-align: center;
}
.grids .item img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
  margin: 0 auto 5px;
}
.logoutWrap {
  margin: 10px -20px 0;
  padding: 15px 20px 0;
  text-align: right;
  cursor: pointer;
  border-top: 1px #EEEEEE solid;

}
.empty {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  color: #aaaaaa;
  padding: 10px 10px 40px;
}

.empty img {
  display: block;
  width: 250px;
}

.back {
  color: #A5A5A5;
  border: 1px #C6C6C6 solid;
  width: 72px;
  line-height: 32px;
  margin: 15px 0 10px;
}
.back:hover {
  border-color: #F7F7F7;
  background: #F7F7F7;
}
.text_decoration {
  text-decoration: underline !important;
}

.inputGroup {
  position: relative;
}
.inputGroup i {
  display: none;
  width: 100%;
  position: absolute;
  bottom: -25px;
  line-height: 25px;
  left: 0;
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  font-style: normal;
  box-sizing: border-box;
  padding: 0 10px;
}

.layui-input-block.inputGroup.error input,
.inputGroup.error {
  border-color: #F04B4B;
}
.inputGroup.error i {
  color: #F04B4B;
}

.layui-input-block.inputGroup.success input,
.inputGroup.success {
  border-color: #eee;
}

.inputGroup.success i {
  color: #43A977;
}

.inputGroup .success {
  color: #43A977;
}

.no {
  background-color: #F2F2F2 !important;
  color: #A5A5A5 !important;
}
