@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: "iconfont";
  src: url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format("embedded-opentype"),
    url(../icons/iconfont.woff) format("woff"),
    url(../icons/iconfont.ttf) format("truetype"),
    url(../icons/iconfont.svg#iconfont) format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  color: #333;
  list-style: none;
  font-size: 1.8rem;
}

p {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0;
}

img {
  display: block;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar-thumb:hover {
  background: #1a1a1a;
}

::selection {
  background: #1a1a1a;
  color: #fff;
}

.w_all {
  width: 92%;
  margin: auto;
}

.w_all2 {
  width: 70%;
  margin: auto;
}

/*index*/
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 62.5%;
}

header {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
  z-index: 9;
}
.nav_box {
  position: relative;
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 76px;
}
.nav_box .ll {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.logo img {
  height: 28px;
  margin-right: 3rem;
}
.nav_box .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_box dl {
  display: flex;
  position: relative;
  align-items: center;
}
.nav_box dl dd {
  margin: 0 3rem;
}
.nav_box dl .dd2 {
  margin: 0 0 0 5rem;
}
.nav_box dl dd h1 {
  color: #1a1a1a;
  font-weight: bold;
  transition: all 0.4s ease;
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.nav_box dl dd h1:hover {
  color: #fa8600;
}
.nav_box dl dd h1 img {
  width: 28px;
  margin-right: 3px;
}
.nav_box dl dd a {
  font-size: 2rem;
  color: #1a1a1a;
  transition: all 0.4s ease;
}
.nav_box dl dd.dd2 a {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.nav_box dl dd.dd2:last-of-type h1 {
  color: #1a1a1a;
  font-weight: normal;
}
.nav_box dl dd a:hover {
  color: #fa8600;
}
.navBtn {
  display: none;
  cursor: pointer;
  z-index: 99999;
  margin-left: 4rem;
}

.navBtn span {
  display: block;
  width: 26px;
  height: 2px;
  background: #333;
  margin: 6px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.nav_btn_active {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 2%;
}

.nav_btn_active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav_btn_active span:nth-of-type(2) {
  opacity: 0;
}

.nav_btn_active span:nth-of-type(3) {
  margin-top: -16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.indexBars {
  margin: 6rem 0;
}
.index_bar0 ul {
  display: flex;
  justify-content: space-between;
}
.index_bar0 ul li {
  width: 20%;
  text-align: center;
}
.index_bar0 ul li img {
  width: 66px;
  margin: 1rem auto 0;
}
.index_bar0 ul li h3 {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1.5rem 0 1rem;
  color: #333;
}
.index_bar0 ul li p {
  line-height: 23px;
  font-size: 1.8rem;
  color: #666;
}
.index_ser .top {
  display: flex;
  align-items: center;
}
.index_ser .top p {
  font-size: 2rem;
  font-weight: bold;
  padding: 3px 10px;
  position: relative;
  line-height: 1.3;
  margin-left: 10px;
  border-radius: 8px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.index_ser .top p:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fa8600;
  opacity: 0;
  transition: all 0.3s linear;
}
.index_ser .top p.active {
  background: #fa8600;
  color: #fff;
}
.index_ser .top p.active:after {
  opacity: 1;
}
.index_ser .top p:hover {
  background: #fa8600;
  color: #fff;
}
.index_ser .serbox {
  margin: 10px auto 10px;
}
.index_ser .sbox {
  display: none;
}
.index_ser .sbox:first-of-type {
  display: block;
}
.index_ser .ss {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 10px;
}
.index_ser .serbox input {
  width: 85%;
  line-height: 56px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 1.8rem;
}
.index_ser .serbox input:placeholder {
  color: #ccc;
}
.index_ser .serbox button {
  width: 15%;
  line-height: 56px;
  background: #fa8600;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.index_ser .tt {
  display: flex;
  font-size: 1.8rem;
}
.index_ser .tt strong {
  width: 250px;
}
.index_ser .tt p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.6;
}
.index_ser .tt a {
  font-size: 1.8rem;
  margin-left: 15px;
  color: #666;
}
.title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
}
.title img {
  width: 28px;
  position: relative;
  z-index: 3;
  margin: -3px 5px 0 0;
}
.index_bar2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  width: 93%;
}
.index_bar2 ul li {
  width: 23.5%;
  margin: 0 2% 2% 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.index_bar2 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.index_bar2 ul li a {
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.index_bar2 ul li img {
  width: 100%;
}
.index_bar2 ul li .tt {
  padding: 0.5rem 2rem 1.5rem;
  box-sizing: border-box;
}
.index_bar2 ul li h3 {
  line-height: 40px;
  font-size: 2rem;
  text-align: center;
}
.index_bar2 ul li .bottom {
  display: flex;
  justify-content: space-between;
}
.index_bar2 ul li .bottom p strong {
  color: #fca336;
}
.more {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0.5rem auto 0;
  background: #2b98ff;
  color: #fff;
  width: 140px;
  padding: 10px 0;
  align-items: center;
  border-radius: 40px;
  transition: all 0.5s ease;
}
.more img {
  margin-left: 8px;
  height: 10px;
  margin-top: 3px;
}
.more:hover {
  background: #fb8600;
}
footer {
  background: #01153a;
}
footer p {
  padding: 3rem 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.boxFlex {
  display: flex;
}
.boxFlex .left_link {
  width: 18%;
  min-height: 80vh;
}
.boxFlex .left_link p a {
  font-size: 2rem;
  line-height: 1.3;
  color: #666;
  display: block;
  margin-bottom: 2rem;
  transition: all 0.3s linear;
}
.boxFlex .left_link p a:hover {
  color: #ff9600;
}
.boxFlex .right_link {
  width: 76%;
  height: 100%;
}
.search-boxs {
  display: flex;
  margin: 0px 0 10px;
  align-items: flex-end;
}
.search-boxs .serbox {
  width: 500px;
  display: flex;
  align-items: center;
  background-color: white;
  padding: 16px 14px;
  border-radius: 8px;
  border: 1px solid rgb(156, 169, 160);
  box-sizing: border-box;
}
.search-boxs .sbox {
  display: none;
}
.search-boxs .sbox:first-of-type {
  display: block;
}
.search-boxs .search-title {
  font-weight: bold;
  font-size: 2rem;
  color: black;
  margin-right: 2rem;
  line-height: 54px;
}
.search-boxs .search-icon {
  display: flex;
  align-items: center;
}
.search-boxs .search-icon .icon {
  width: 20px;
}
.search-boxs .search-icon input {
  margin-left: 5px;
  font-size: 1.8rem;
}
.search-boxs .search-icon .icon2 {
  width: 10px;
}
.search-boxs .top {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.search-boxs .top p {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 3px 5px;
  position: relative;
  margin-left: 10px;
  border-radius: 8px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.search-boxs .top p:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fa8600;
  opacity: 0;
  transition: all 0.3s linear;
}
.search-boxs .top p.active {
  background: #fa8600;
  color: #fff;
}
.search-boxs .top p.active:after {
  opacity: 1;
}
.search-boxs .top p:hover {
  background: #fa8600;
  color: #fff;
}
.task-category {
  display: flex;
  flex-wrap: wrap;
}
.task-category li a {
  margin: 1rem 1.5rem 0 0;
  font-size: 1.8rem;
  color: #6e6e6e;
  display: block;
  transition: all 0.3s linear;
}
.task-category li a:hover {
  color: #ff9600;
}
.title2 h3 {
  line-height: 60px;
  font-size: 2rem;
}
.title2 p {
  line-height: 1.6;
  color: #6e6e6e;
}
.tasks2 ul li {
  width: 32%;
}
.tasks2 ul li:nth-of-type(4n) {
  margin-right: 2%;
}
.tasks2 ul li:nth-of-type(3n) {
  margin-right: 0%;
}
.skill .search-container {
  width: calc(100% - 200px);
}
.skill .search-boxs .serbox {
  width: 100%;
}
.skill2 .top {
  display: flex;
  justify-content: space-between;
}
.skill2 .top .bb {
  width: 23%;
}
.skill2 .top select {
  height: 48px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 100%;
  color: #3d3c3c;
  font-size: 1.8rem;
}
.skill2 .top option {
  border-color: #ddd;
}
.skill2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.skill2 ul li {
  width: 32%;
  margin-right: 2%;
  padding: 20px 15px;
  border: 1px #ddd solid;
  box-shadow: 2px 2px 2px #ddd;
  border-radius: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.skill2 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.skill2 ul li .skill-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skill2 ul li .skill-top .userinfo {
  width: 64%;
}
.skill2 ul li h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 30px;
  color: #6e6e6e;
  transition: all 0.3s linear;
}
.skill2 ul li:hover h2 {
  color: #fa8600;
}
.skill2 ul li .skill-top p {
  color: #6e6e6e;
  line-height: 1;
  margin: 0.1rem 0 1rem;
}
.skill2 ul li .skill-top p.price {
  color: #fec45f;
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
}
.skill2 ul li .skill-btm {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.skill2 ul li .skill-btm p {
  margin-right: 10px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
.skill2 ul li .skill-btm p a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #6e6e6e;
  transition: all 0.3s linear;
}
.skill2 ul li .skill-btm p a:hover {
  color: #ff9600;
}
.skill2 ul li .skill-btm p span {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.skill2 ul li .skill-btm p img {
  width: 20px;
  margin-right: 0px;
}
.skill2 ul li .skill-btm p.date img {
  width: 14px;
}
.back {
  font-size: 1.8rem;
  color: #333;
  display: flex;
  align-items: center;
  margin: 0 auto 3rem;
}
.back img {
  width: 24px;
  margin-top: 0px;
  margin-right: 5px;
}
.tx {
  width: 128px;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  margin: 0rem 0 0.5rem;
}
.tx img {
  width: 100%;
}

.skilld2,
.skilld2_a {
  width: 1024px;
  margin: 3rem auto;
  box-sizing: border-box;
}
.skilld2.boxFlex {
  justify-content: space-between;
}
.skilld2 .left_link {
  width: 22%;
}
.skilld2 .left_link h1 {
  color: #1a1a1a;
  font-size: 1.8rem;
  line-height: 40px;
  letter-spacing: -0.25px;
}
.skilld2 .left_link .tt1 {
  all: unset;
  box-sizing: border-box;
  -webkit-text-fill-color: currentcolor;
  margin-top: 8px;
  display: block;
  padding-left: 10px;
  box-sizing: border-box;
}
.skilld2 .left_link .tt1 p {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0.3rem 0;
}
.skilld2 .left_link .tt2 {
  margin-top: 4rem;
}
.skilld2 .left_link .tt2 p {
  font-size: 2rem;
  margin: 1.2rem 0;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.4;
}
.skilld2 .right_link {
  width: 72%;
}
.more-options {
  display: flex;
  justify-content: flex-end;
}
.request {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  border-radius: 50px;
  color: rgb(255, 255, 255);
  padding: 12px 28px;
  font-size: 1.8rem;
  line-height: 24px;
  letter-spacing: 0.15px;
  background-color: #fa8600;
  transition: all 120ms ease-in-out;
}
.collect {
  display: flex;
  justify-content: flex-end;
  font-size: 1.8rem;
  margin: 2rem 1.3rem 6%;
  color: #333;
  font-weight: bold;
}
.skilld2 .right_link h3 {
  font-size: 2rem;
  color: #1a1a1a;
  margin: 2rem 0 1.5rem;
}
.skilld2 .right_link p {
  font-size: 1.8rem;
  margin: 10px 0;
  line-height: 1.6;
}
.skilld2 .right_link ul {
  color: #333;
  flex-wrap: wrap;
  display: flex;
  margin: 1rem 0;
}
.skilld2 .right_link ul li {
  margin-right: 2%;
  transition: all 0.3s linear;
  width: 32%;
  text-align: center;
  margin-bottom: 4%;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
  background: #fff;
  overflow: hidden;
  font-size: 1.8rem;
}
.skilld2 .right_link ul li:nth-of-type(3n) {
  margin-right: 0;
}
.skilld2 .right_link ul li img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.skilld2 .right_link dl dd {
  margin: 2rem 0 4rem;
}
.skilld2 .right_link dl dd img {
  max-width: 20% !important;
  margin: 5px 0 10px;
}
.skilld2 .right_link dl dd .user {
  display: flex;
  align-items: center;
}
.skilld2 .right_link dl dd span {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.skilld2 .right_link dl dd span img {
  max-width: 20% !important;
  margin: 5px 0 10px;
  margin: 0 2px;
}

.skilld_a {
  margin: 4rem 0 0;
}
.skilld_a .bars {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2rem;
  align-items: center;
}
.skilld_a .bars .bb {
  margin-right: 3.5rem;
  position: relative;
}
.skilld_a .bars .bb input {
  font-size: 1.8rem;
  letter-spacing: 0.25px;
  color: rgb(6, 18, 87);
  background-color: #f3f3f7;
  border-radius: 16px;
  box-shadow: none;
  box-sizing: border-box;
  min-height: 32px;
  overflow: hidden;
  padding: 5px 32px 5px 0;
  text-indent: 12px;
  text-overflow: ellipsis;
  transition: width 0.2s ease-out;
  width: 200px;
}
.skilld_a .bars .bb button {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 0;
  top: 0;
  border-radius: 16px;
  cursor: pointer;
}
.skilld_a .bars .bb select {
  font-size: 1.8rem;
  letter-spacing: 0.25px;
  color: rgb(6, 18, 87);
}
.skilld.boxFlex {
  padding-bottom: 3rem;
  justify-content: space-between;
}
.skilld.boxFlex .left_link {
  width: 25%;
}
.skilld ul {
  display: block;
  margin: 0;
}
.skilld ul li {
  width: 100%;
  margin: 2rem 0;
}
.skilld ul li h2 {
  color: #333;
  font-size: 2rem;
}
.skilld ul li .skill-top p {
  color: #333;
}
.skilld ul li img {
  width: 25%;
  margin-top: 0.05rem;
}
.skilld ul li .skill-top .userinfo {
  width: 70%;
}
.skilld ul li .skill-btm {
  margin-top: 3rem;
}
.skilld ul li .skill-btm p.date img {
  width: 20px;
  margin: 0px 2px 0 0;
}
.skilld ul li .skill-btm p a {
  margin: 0;
  color: #333;
}
.skilld ul li .skill-btm p:last-of-type {
  margin-right: 0;
}
.skilld ul li .skill-btm p img {
  display: block;
  margin-right: 2px;
}
.skilld.boxFlex .right_link {
  width: 74%;
  border: 1px #ddd solid;
  padding: 30px;
  border-radius: 20px;
  margin: 2rem 0;
  box-sizing: border-box;
}
.skilld .bar1 {
  display: flex;
  align-items: center;
}
.skilld .bar1 .bsl {
  width: 70%;
}
.skilld .bar1 h6 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.skilld .bar1 h6 span {
  color: rgb(79, 85, 119);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8rem;
  padding: 8px 14px;
}
.skilld .bar1 h6 span.active {
  line-height: 15px;
  background-color: rgb(163, 227, 151);
  border-radius: 24px;
}
.skilld .bar1 h3 {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  width: 60%;
}
.skilld .bar1 .bsr {
  background: #ededed;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.skilld .bar1 .bsr h4 {
  font-size: 1.8rem;
  line-height: 40px;
}
.skilld .bar1 .bsr h1 {
  font-size: 4.5rem;
  height: 80px;
  line-height: 80px;
}
.skilld .bar1 .bsr p {
  background: #dadada;
  line-height: 1.3;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  font-size: 1.8rem;
  border-radius: 10px 10px 30px 30px;
  color: #6e6e6e;
  width: 110px;
}
.skilld .bar2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4rem 0;
  width: 98%;
}
.skilld .bar2 .ll {
  width: 70%;
  display: flex;
  align-items: center;
}
.skilld .bar2 .ll .tx {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skilld .bar2 .ll h3 {
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: normal;
  margin-left: 1rem;
}
.skilld .bar2 .ll h3 strong {
  font-size: 1.8rem;
  line-height: 30px;
  display: block;
}
.skilld .bar2 .rr {
  width: 30%;
}
.skilld .bar3 dl dd {
  display: flex;
  align-items: center;
  margin: 4rem 0;
}
.skilld .bar3 dl dd img {
  width: 50px;
  margin-right: 1rem;
}
.skilld .bar3 dl dd h3 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: normal;
}
.skilld .bar3 dl dd h3 strong {
  font-size: 2.4rem;
  line-height: 1;
  display: block;
  margin-top: 1rem;
}
.skilld .bar4 {
  padding-bottom: 6rem;
}
.skilld .bar4 .bbt1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skilld .bar4 h3 {
  line-height: 60px;
  font-size: 2rem;
}
.mores {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mores a {
  background: #ededed;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 30px;
  font-size: 18px;
  color: #6e6e6e;
  transition: all 0.3s linear;
}
.mores a:hover {
  color: #ff9600;
}
.skilld .bar4 .bbt2 p {
  line-height: 24px;
}
.skilld .bar4 .bbt2 .mores {
  margin: 2.5rem 0 0;
}
.skilld .bar4 .bbt2 .mores a {
  margin-left: 2rem;
}
.personals .left_link {
  margin-right: 4%;
}
.personals .left_link dl {
  margin-bottom: 1.8rem;
}
.personals .left_link dl dt {
  position: relative;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 0 10px 10px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 0 5px 5px 0;
  border-left: 3px solid rgba(0, 0, 0, 0.3);
}
.personals .left_link dl dd {
  line-height: 1.4;
  font-size: 1.8rem;
  display: block;
  padding-left: 10px;
  margin: 8px 0;
  color: #6e6e6e;
  transition: all 0.3s linear;
}
.personals .left_link dl a:hover dd {
  color: #ff9600;
  font-weight: bold;
}
.personals .right_link h2 {
  font-size: 2rem;
  color: #333;
}
.tasker .right_link .bar1 {
  display: flex;
  align-items: center;
  margin: 3rem 0;
}
.tasker .right_link .bar1 img {
  width: 60px;
  margin-right: 1rem;
}
.tasker .right_link .bar1 p {
  line-height: 1.4;
}
.tasker .right_link .txt h3 {
  font-size: 1.8rem;
  margin: 10px 0;
  line-height: 1.4;
}

.tasker .right_link .bar3 {
  margin: 3rem 0;
}
.tasker .right_link .bar3 .y span {
  display: block;
  width: 0;
  height: 0;
  border-bottom: 8px solid #000;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.tasker .right_link .bar3 .y b {
  height: 200px;
  width: 1.5px;
  color: #000;
  margin: 0px 0 0 7px;
  background: #000;
  display: block;
}
.tasker .right_link .bar3 .x {
  display: flex;
  align-items: center;
  margin-top: -8px;
  margin-left: 7px;
}
.tasker .right_link .bar3 .x span {
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid #000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tasker .right_link .bar3 .x b {
  display: block;
  width: 600px;
  height: 1.5px;
  color: #000;
  margin: 0px;
  background: #000;
}
.tasker .right_link .bar3 p {
  width: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tasker .right_link .bar3 p span {
  width: 25%;
  color: #333;
}
.tasker .right_link .bar4 h6 {
  display: flex;
  align-items: center;
  color: #0b67f4;
  font-size: 1.8rem;
  font-weight: normal;
}
.tasker .right_link .bar4 h6 img {
  margin-right: 0.5rem;
}
.tasker .right_link .txt h4 {
  color: #333;
  font-size: 2rem;
  margin: 10px 0;
  line-height: 1.4;
}
.tasker .right_link .bar5 .links {
  display: flex;
  font-weight: bold;
}
.tasker .right_link .bar5 .links a {
  line-height: 60px;
  margin-right: 20px;
  font-size: 1.8rem;
}
.tasker .right_link .bar5 .links a:hover {
  color: #ff9600;
}
.tasker .right_link .bar5 .tt {
  display: flex;
}
.tasker .right_link .bar5 .ll {
  margin-right: 30%;
}
.tasker .right_link .bar5 .tt h3 {
  color: #333;
}
.tasker .right_link .bar5 .tt select {
  height: 48px;
  line-height: 48px;
  border-color: #ededed;
  border-radius: 5px;
  width: 32rem;
  padding: 0 10px;
  font-weight: bold;
  background: #ededed;
  font-size: 1.8rem;
}
.tasker .right_link .bar5 .tt h6 {
  font-size: 2rem;
  color: #0763f7;
  font-weight: bold;
  line-height: 40px;
}
.tasker .right_link .bar5 .tt2 {
  display: inline-block;
  background: #ededed;
  margin: 20px 0;
  padding: 0 20px;
  border-radius: 5px;
}
.tasker .right_link .bar5 .tt2 p {
  line-height: 40px;
  color: #333;
}
.tasker .right_link .bar5 .tt3 {
  text-align: center;
}
.tasker .right_link .bar5 .tt3 img {
  margin: 0 auto 3rem;
  width: 120px;
}
.tasker .right_link .bar5 .tt3 p {
  line-height: 40px;
  color: #333;
}
.message h2 {
  color: #00134b;
  font-size: 2.8rem;
}
.message .top {
  display: flex;
  align-items: center;
  margin: 3rem 0;
}
.message .top .tx {
  width: 60px;
  height: 60px;
  margin: 0 1.4rem 0 0;
}
.message .top p {
  color: #333;
  line-height: 1.3;
}
.message .txt p {
  line-height: 1.4;
  color: #333;
}
.message textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  color: #999;
  background: #ededed;
  margin-top: 20px;
  box-sizing: border-box;
  min-height: 33rem;
}
.submit {
  background: #ededed;
  margin: 3rem auto 10%;
  width: 25rem;
  line-height: 50px;
  display: block;
  border-radius: 30px;
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  cursor: pointer;
}
.posts .bar h2 {
  font-weight: normal;
  color: #1a1a1a;
}
.radio-group {
  margin: 1.5rem 0 4rem;
}
.radio-item {
  display: inline-block;
  cursor: pointer;
  margin-right: 3rem;
  position: relative;
}
.radio-item .text::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.radio-item input[type="radio"]:checked + .text::before {
  background-color: #ff9600;
}
.radio-item .text {
  color: #333;
  margin-left: 0.8rem;
}
.posts .contain h6 {
  display: flex;
  align-items: center;
  color: #1a1a1a;
  margin: 1rem 0 1rem;
}
.posts .bar textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  color: #666;
  min-height: 23rem;
}
.posts .bar textarea::placeholder {
  font-family: sans-serif;
  color: #cecece;
}
.posts .bar2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.posts .bar2 ul li {
  width: 23%;
  margin-top: 10px;
}
.posts .bar2 ul li.li3 {
  width: 32%;
}
.posts .bar2 ul li.li2 {
  width: 49%;
}
.posts .bar2 ul li.li4 {
  width: 23.3%;
}
.posts .bar2 ul li select {
  height: 48px;
  padding: 0 1.2rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 100%;
  color: #cecece;
  box-sizing: border-box;
}
.posts .bar2 ul li input {
  height: 48px;
  padding: 0 1.2rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 100%;
  color: #666;
  box-sizing: border-box;
}
.posts .bar2 ul li input::placeholder {
  font-family: sans-serif;
  color: #cecece;
}
.posts .index_bar2 ul {
  width: 100%;
}
.posts .index_bar2 ul li {
  width: 15.8%;
  margin-right: 1%;
}
.posts .index_bar2 ul li .tt {
  padding: 0.6rem 2rem;
}
.posts .index_bar2 ul li:nth-of-type(4n) {
  margin-right: 1%;
}
.posts .index_bar2 ul li:nth-of-type(6n) {
  margin-right: 0;
}
.posts .index_bar2 ul li h3 {
  font-weight: normal;
  margin: 0;
  color: #6e6e6e;
}
.posts .bar3 .lBut {
  border-radius: 10px;
  border: 1px #ddd solid;
  width: 49%;
  padding-left: 10px;
  margin-left: -4px;
  display: inline-block;
  color: #cecece;
  line-height: 48px;
  cursor: pointer;
}
.posts .bar3 .lBut span {
  color: #cecece;
}
.posts .bar4 ul {
  font-size: 14px;
  color: #333;
  flex-wrap: wrap;
  display: flex;
  margin: 1rem 0;
}
.posts .bar4 ul li {
  margin-right: 1%;
  transition: all 0.3s linear;
  width: 15.8%;
  overflow: hidden;
  text-align: center;
  margin-top: 2%;
  padding-bottom: 1rem;
  transition: 0.5s;
}
.posts .bar4 ul li:nth-of-type(6n) {
  margin-right: 0;
}
.posts .bar4 ul li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.moress {
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin: 4rem auto 0;
  background: #2b98ff;
  color: #fff;
  width: 150px;
  line-height: 60px;
  align-items: center;
  border-radius: 40px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.moress:hover {
  background: #fb8600;
}
.moress2 {
  line-height: 48px;
  margin: 5rem 0 4rem;
}
.login {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 76px);
  margin: auto;
}
.login h2 {
  color: #00134b;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 6rem;
}
.login .input-box input {
  display: block;
  border-radius: 10px;
  border: 1px #ddd solid;
  width: 100%;
  line-height: 58px;
  padding: 0 10px;
  margin-bottom: 20px;
  display: inline-block;
  background: #f5f5f5;
  color: #1a1a1a;
  box-sizing: border-box;
}
.login .submit-box {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login .left-item {
  display: flex;
  align-items: center;
  color: #333;
}
.login .checkbox {
  position: relative;
}
.login .checkbox input {
  opacity: 0;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border-color: #ddd;
  color: #ddd;
  background: #ccc;
  border: none;
  border-radius: 48px;
}
.login .checkbox::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #aaa;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.login .checkbox.active::before {
  background: #fb8600;
}
.login .submit-box .sign-btn {
  background: #0a92f3;
  width: 120px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 46px;
  border: 0;
}
.login .log-links {
  margin: 6rem 0 0;
}
.login .log-links .forget {
  display: block;
  line-height: 1.4;
  text-align: center;
  color: #6e6e6e;
  transition: all 0.5s ease;
}
.login .log-links .forget:hover {
  color: #fb8600;
}
.login .log-links p {
  line-height: 1.4;
  margin-top: 4rem;
  text-align: center;
}
.login .log-links p a {
  color: #0a92f3;
}
.login .agree {
  display: flex;
  align-items: center;
  margin: auto;
  width: max-content;
}
.sign {
  width: 25%;
}
.sign h2 {
  margin-bottom: 5rem;
}
.sign .input-box .code {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sign .input-box .code .input-code {
  width: 70%;
  margin: 0;
}
.sign .input-box .code p {
  border-radius: 10px;
  border: 1px #ddd solid;
  width: 28%;
  line-height: 58px;
  text-align: center;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
}
.sign .submit-box .sign-btn {
  width: 100%;
  margin: 4rem 0 0;
}
.sign .log-links p a {
  color: #6e6e6e;
  transition: all 0.5s ease;
}
.sign .log-links p a:hover {
  color: #fb8600;
}
.users .skilld2 {
  width: 72%;
  margin: 0;
}
.users .skilld2 .right_link {
  width: 100%;
}
.users .mf {
  display: flex;
  justify-content: flex-end;
}
.users .mf button {
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  color: #1a1a1a;
  width: max-content;
  background: #f3f3f3;
}
.users .ttop {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}
.users .ttop .tt1 .tx {
  margin: auto;
}
.users .ttop .tt1 h1 {
  color: #1a1a1a;
  font-size: 3.2rem;
  line-height: 40px;
  margin: 5px 0;
  padding: 0px;
  text-align: center;
}
.users .ttop .tt2 p {
  font-weight: bold;
  margin: 1.5rem 0;
}
.users .right_link .txt h3 {
  margin: 2rem 0 1.5rem;
}
.notify ul li {
  margin: 30px 0;
  padding-bottom: 20px;
  display: flex;
  border-bottom: 1px #ddd solid;
}
.notify ul li .tx {
  width: 55px;
  height: 55px;
  margin-right: 10px;
}
.notify ul li p {
  color: #333;
}
.notify ul li p span {
  color: #999;
  display: block;
}
.notify ul li:last-of-type {
  border: none;
}
.myPostedTasks table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 2rem;
}
.myPostedTasks thead tr th {
  min-width: 25%;
  width: 18%;
  line-height: 30px;
  background: #eee;
  color: #333;
  font-weight: normal;
  text-align: left;
  padding: 5px 10px;
  box-sizing: border-box;
}
.myPostedTasks tbody tr {
  vertical-align: middle;
}
.myPostedTasks tbody tr td {
  min-width: 25%;
  line-height: 30px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.myPostedTasks tbody tr .links a {
  border: 1px #ddd solid;
  padding: 0 10px;
  margin: 3px 0;
  line-height: 30px;
  border-radius: 30px;
  display: inline-block;
  color: #6e6e6e;
  transition: all 0.3s linear;
}
.myPostedTasks tbody tr .links a:hover {
  color: #fa8600;
}
.detail,
.popup {
  cursor: pointer;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  padding: 0 8px;
  max-height: 80vh;
  overflow-y: scroll;
}
.u-supply {
  width: 72%;
}
.popup-container h2 {
  text-align: center;
  font-size: 2rem;
}
.popup-container .right-form {
  padding: 2%;
  box-sizing: border-box;
}
.popup-container .posts .bar textarea::placeholder {
  color: #999;
}
.popup-container .bar3s {
  display: flex;
  justify-content: space-between;
}
.popup-container .bar3 {
  width: 48.4%;
}
.popup-container .imgs {
  display: flex;
  margin-top: 2rem;
}
.popup-container .imgs p {
  width: 120px;
  position: relative;
  margin: 2rem 2rem 1rem 0;
}
.popup-container .imgs p img {
  width: 100%;
}
.popup-container .imgs p::after {
  content: "X";
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  background-color: red;
  border-radius: 50%;
  color: white;
  position: absolute;
  font-size: 12px;
  top: -5px;
  right: -5px;
}
.popup-container .bar3 .lBut {
  width: 100%;
}
.popup-container .bottom,
.popup-container .posts .bar2 ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.popup-container .btn-container .sellbtn {
  background: #0b60e1;
  width: 120px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  margin-left: 2rem;
}
/* Quotes received 点击内容 popup */
.popup-container.popup dl dd {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border: 1px #ddd solid;
  border-radius: 10px;
}
.popup-container.popup dl dd .ll {
  border-right: 1px #ddd solid;
  padding: 15px;
  box-sizing: border-box;
  width: 26%;
}
.popup-container.popup dl dd .ll .top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.popup-container.popup dl dd .ll .tx {
  width: 70px;
  height: 70px;
  margin-right: 1rem;
}
.popup-container.popup dl dd .ll h2 {
  margin-bottom: 0.4rem;
}
.popup-container.popup dl dd .ll a {
  background: #065ced;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  padding: 0 30px;
}
.popup-container.popup dl dd .ll .s-unm {
  text-align: center;
}
.popup-container.popup dl dd .ll .s-unm .dollar {
  font-weight: bold;
}
.popup-container.popup dl dd .rr {
  width: 74%;
  padding: 2rem;
  box-sizing: border-box;
}
.popup-container.popup dl dd .rr p {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.popup-container.popup dl dd .rr p span {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}
.popup-container.popup dl dd .rr p span img {
  width: 3rem;
}
.popup-container.popup dl dd .rr p span:last-of-type {
  color: #999;
}
/* complaint */
.complaint h2 {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
.complaint textarea {
  width: 100%;
  border-color: #f7f7f7;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
  color: #999;
  box-sizing: border-box;
  font-family: inherit;
  height: 35rem;
}
.complaint .bar2 {
  margin-top: 2rem;
}
.complaint .bar2 img {
  width: 120px;
}
.complaint .moress {
  margin: 3.5rem 0 0;
  padding: 0 20px;
  background: #0a65fc;
  line-height: 50px;
}
.progress .bar1 img {
  width: 70px;
}
.progress .bar1 {
  text-align: center;
  color: #888;
  width: max-content;
  margin: 1rem 0;
}
.progress .pro-list {
  margin-top: 5rem;
}
.progress .pro-color {
  display: flex;
  align-items: center;
  padding: 0 3%;
}
.progress .pro-color .finished {
  background: #4377fe;
}
.progress .pro-color .circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  z-index: 999;
}
.progress .pro-color .finished {
  background: #4377fe;
}
.progress .pro-color .square {
  width: 25%;
  height: 8px;
}
.progress .pro-color .p-border {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px #4377fe solid;
}
.progress .pro-color .unfinish {
  background: #afafaf;
}
.progress .pro-text {
  display: flex;
  margin-top: 10px;
}
.progress .pro-text .text-item {
  width: 25%;
  color: #666;
}
.progress .pro-text .text-item p {
  color: #666;
  line-height: 1.4;
}
.progress .pro-text .text-item p:nth-of-type(2) {
  opacity: 0.6;
}
.received thead tr th:nth-of-type(3) {
  width: 20%;
}
.received thead tr th:nth-of-type(1) {
  width: 25%;
}
.mobile p {
  margin: 1rem 0;
}
.mobile .tt {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.mobile .tt h2 {
  margin-right: 2rem;
}
.mobile .send {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.mobile .send p {
  margin-right: 1rem;
}
.mobile .send .send-input {
  background: #ededed;
  border: 0;
  width: 250px;
  border-radius: 30px 0 0 30px;
  line-height: 60px;
  padding: 0 10px;
  box-sizing: border-box;
}
.mobile .send .send-btn {
  background: #105ce6;
  border: 0;
  color: #fff;
  width: 150px;
  padding: 0 10px;
  border-radius: 0 30px 30px 0;
  line-height: 60px;
  margin-left: -3px;
  cursor: pointer;
}
.email .bar1 h2 {
  margin-bottom: 0.5rem;
}
.email .send {
  margin-top: 4rem;
}
.email .send h6:not(:first-of-type) {
  margin-top: 4rem;
}
.email .send p {
  margin: 2rem 0;
  display: flex;
  align-items: center;
}
.email .send .send-input {
  border: 0;
  border-radius: 30px 0 0 30px;
  line-height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.email .send .send-btn {
  line-height: 50px;
  padding: 0 30px;
  border-radius: 0 30px 30px 0;
  background: #1c67ff;
  border: 0;
  color: #fff;
  font-weight: bold;
  margin-left: -3px;
  cursor: pointer;
}
.email .bar2 p {
  line-height: 40px;
  color: #999;
}

.email .bar2 p a {
  color: #1c67ff;
}
.account .bar1 {
  background: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  padding: 3rem;
  box-sizing: border-box;
  margin-top: 2rem;
}
.account .bar1 .btns {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.account .bar1 .btns .btn1 {
  background: #236bf1;
  color: #fff;
}
.account .bar1 .btns a {
  margin-right: 10px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  background: #ddd;
  display: inline-block;
}
.account .bar1 .btns .btn2 {
  background: #bfdcf1;
  color: #236bf1;
}
.account .bar1 .rr {
  text-align: center;
}
.account .bar1 .rr img {
  width: 90px;
  margin: auto;
  display: block;
}
.account .bar2 {
  display: block;
}
.account .bar2 textarea {
  width: 100%;
  border-color: #ddd;
  padding: 10px;
  border-radius: 10px;
  color: #999;
  margin-top: 1.5rem;
  box-sizing: border-box;
  min-height: 33rem;
}
.account .bar3 .ll {
  width: 100%;
}
.account .select-box input {
  border-radius: 10px;
  border: 1px #f7f7f7 solid;
  width: 100%;
  height: 88px;
  padding-left: 20px;
  margin-left: -4px;
  display: inline-block;
  color: #cecece;
}
.account .select-box .select-item {
  margin-top: 15px;
}
.account .select-box .last-select {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.account .select-box .last-select .last-input {
  width: 50%;
}
.account .stypeid {
  width: 13%;
  line-height: 88px;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 13%;
  color: #cecece;
  text-align: center;
}
.account .account-btn {
  display: flex;
  margin: 80px 0;
  justify-content: center;
}
.account .account-btn .btn1 {
  margin-right: 10px;
  background: #236bf1;
}
.account .account-btn input {
  border: 0;
  line-height: 56px;
  width: 260px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
}
.account .account-btn .btn2 {
  background: #bfbfbf;
}
.password .bar1 {
  width: 40%;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.password .bar1 .form-item {
  margin-top: 30px;
}
.password .bar1 .form-item input {
  width: 100%;
  border: 1px #ddd solid;
  background: #fff;
  line-height: 60px;
  padding-left: 20px;
  border-radius: 10px;
}
.password .bar1 .form-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.password .bar1 .form-btn .update {
  width: max-content;
  margin: 0 auto;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 30px;
  margin-top: 30px;
  background: #1c67ff;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.pay .bar1 p {
  line-height: 1.4;
  margin-top: 3rem;
}
.pay .btns {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.pay .btns a {
  margin-right: 10px;
  padding: 0 20px;
  line-height: 50px;
  border-radius: 30px;
  background: #ddd;
  display: inline-block;
  transition: all 0.3s linear;
}
.pay .btns a:hover {
  color: #fa8600;
}
.pay .btns .focus {
  background: #236bf1;
  color: #fff;
}
.pay .bar2 {
  display: none;
}
.pay .bar2:first-of-type {
  display: block;
}
.pay .bar2 .tt {
  margin-top: 1rem;
}
.pay .bar2 h6 {
  display: flex;
  align-items: center;
  margin: 6rem 0 1.5rem;
}
.pay .bar2 h6 img {
  margin-right: 1rem;
}
.pay .bar2b h6 {
  margin: 2rem 0 4rem;
}
.pay .bar2b h5 {
  margin: 0rem 0 1rem;
}
.pay .bar2b input {
  background: #e8e8e8;
  line-height: 60px;
  border-radius: 15px;
  border: 0;
  width: 100%;
  padding-left: 20px;
}
.pay .bar2b .ts p {
  margin: 1rem 0 1rem;
  display: flex;
  justify-content: flex-end;
}
.pay .bar2b .ts p a {
  color: #236bf1;
  margin-left: 5px;
}
.pay .bar2b .ts2 {
  background: #e8e8e8;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
}
.pay .bar2b .ts2 p {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.pay .bar2b .ts2 p:last-of-type {
  margin-top: 0.5rem;
}
.pay .bar2b .ts2 p img {
  margin-right: 5px;
  width: 50px;
}
.pay .bar2b .add-account {
  display: inline-block;
  border-bottom: 1px #ddd solid;
  padding: 0 20px;
  line-height: 50px;
  background: #e8e8e8;
  color: #6e6e6e;
  margin: 2rem 0 4rem;
  border-radius: 40px;
  transition: all 0.3s linear;
}
.pay .bar2b .tt2 .add-account:hover {
  color: #fa8600;
}
.pay .bar2b .ts3 {
  padding-top: 3rem;
  border-top: 2px #ddd solid;
}
.pay .bar2b .ts3 p {
  line-height: 1.4;
}
.pay .bar2b .tt3 h4 {
  margin: 3rem 0 1rem;
}
.pay .bar2b .tt3 .add-account {
  background: #2d80ff;
  color: #fff;
  margin-top: 4rem;
}
.editSkills .moress {
  margin: 0;
  width: inherit;
  padding: 0 25px;
  background: #1c67ff;
  line-height: 50px;
}
.editSkills .moress:hover {
  background: #fb8600;
}
.editSkills ul {
  display: flex;
  flex-wrap: wrap;
}
.editSkills ul li {
  width: 32%;
  margin-right: 2%;
  margin-top: 5%;
  text-align: center;
}
.editSkills ul li:nth-of-type(3n) {
  margin-right: 0;
}
.editSkills ul li img {
  width: 100%;
}
.editSkills ul li p {
  margin-top: 1.5rem;
  transition: all 0.3s linear;
}
.editSkills ul li:hover p {
  color: #fb8600;
}
.editSkillsBox .bar3s ul {
  width: 48.5%;
  margin-top: 3rem;
}
.editSkillsBox .bar3s ul .bar3 {
  width: 100%;
}
.editSkillsBox .bar3s ul li.li1 {
  width: 100%;
}
.editSkillsBox .btn-container {
  margin: 4rem auto;
  display: flex;
  justify-content: center;
}
.editSkillsBox .btn-container .sellbtn {
  margin: 0 0.5rem;
  width: 150px;
  background: #2b98ff;
  transition: all 0.3s linear;
  cursor: pointer;
}
.editSkillsBox .btn-container .sellbtn:hover {
  background: #fb8600;
}
.badges .tt p {
  margin: 2rem 0;
  line-height: 1.5;
}
.badges h6 {
  line-height: 45px;
  display: inline-block;
  background: #0a65fc;
  border: 0;
  color: #fff;
  padding: 0 20px;
  font-weight: normal;
  border-radius: 30px;
  margin-top: 30px;
}
.badges .bar1 ul {
  display: flex;
  flex-wrap: wrap;
}
.badges .bar1 ul li {
  margin: 3rem 0;
  width: 46%;
  margin-right: 8%;
}
.badges .bar1 ul li:nth-of-type(2n) {
  margin-right: 0;
}
.badges .bar1 ul li h5 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.badges .bar1 ul li h4 {
  margin-top: 20px;
  display: inline-block;
  background: #b4ccfc;
  border: 0;
  color: #0a65fc;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 30px;
  font-size: 1.6rem;
}
.badges .bar1 {
  margin-bottom: 5rem;
}
.badges .bar1b ul li {
  width: 28%;
}
.badges .bar1b ul li:nth-of-type(2n) {
  margin-right: 0;
  margin-right: 8%;
}
.badges .bar1b ul li:nth-of-type(3n) {
  margin-right: 0;
}
.alerts .bar1 h3 {
  margin: 2rem 0 1.5rem;
}
.alerts .bar1 p {
  line-height: 1.4;
}
.alerts .bar1 p a {
  color: #1c67ff;
}
.alerts .alert-btn {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
.alerts .alert-btn input {
  border-radius: 30px;
  line-height: 46px;
  padding: 0 30px;
  margin-right: 20px;
  background: #1c67ff;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.alerts .alert-btn .viewbtn {
  background: #bfdcf1;
  border: 0;
  color: #1c67ff;
}

.notifySet ul li {
  border-bottom: 1px #ddd solid;
  padding-bottom: 3rem;
  margin: 3rem 0;
}
.notifySet ul li .tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.notifySet ul li h5 {
  display: flex;
  align-items: center;
}
.notifySet ul li h5 a {
  margin-left: 2rem;
  background: none;
  font-weight: bold;
}
