.pc-inner {
  position: relative;
  width: 1400px;
  margin: auto;
}

#pc .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 220px 0 171px;
}

#pc .header .logo {
  height: 57px;
}

#pc .header .nav {
  display: flex;
  align-items: center;
}


#pc .header .nav .item {
  margin-right: 61px;
}

#pc .header .nav .item a {
  font-family: PingFang SC;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #2B2B2B;
}

#pc .header .nav .item.active a {
  color: #2EBD85;
}

#pc .header .nav .item:last-of-type {
  margin-right: 0;
}


/*首页*/
#pc .pc-text1 {
  width: 694px;
  height: 295px;
  margin: 122px 0 37px 208px;
}

#pc .pc-text2 {
  width: 584px;
  height: 233px;
  margin: 144px 0 74px 208px;
}

#pc .icon-wrapper {
  display: flex;
  align-items: center;
  margin-left: 212px;
  margin-bottom: 126px;
}

#pc .icon-wrapper .btn{
  width: 205px;
  height: 54px;
  margin-right: 25px;
  background: #2EBD85;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 400;
  line-height: 54px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 27px;
  cursor: pointer;
}

#pc .icon-wrapper i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}

#pc .icon-wrapper .ios-icon {
  margin-right: 4px;
  background-image: url("../img/iosIcon.png");
}

#pc .icon-wrapper .and-icon {
  background-image: url("../img/andIcon.png");
}

#pc .pc-phone {
  position: absolute;
  top: 86px;
  right: 100px;
  width: 609px;
}

#pc .story {
  display: flex;
  align-items: center;
  padding-left: 181px;
  margin-bottom: 71px;
}

#pc .story:last-of-type {
  margin-bottom: 32px;
}

#pc .story img {
  width: 450px;
  height: 450px;
}

#pc .story .content {
  width: 450px;
  height: 450px;
}

#pc .story .content i {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: 23px;
  background: url("../img/green-circle.png") 0 0/100% 100%;
}

#pc .story .content .title {
  margin-bottom: 16px;
  font-family: PingFang SC;
  font-size: 35px;
  font-weight: 500;
  line-height: 49px;
  color: #242424;
}

#pc .story .content .text {
  font-family: PingFang SC;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(36, 36, 36, 0.8);
}

.marginRight53 {
  margin-right: 53px;
}

#pc .response {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 186px;
  margin-bottom: 50px;
}

#pc .response .item {
  position: relative;
  width: 306px;
  height: 284px;
}

#pc .response .item .responseImg{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#pc .response .item .responseImg span{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: DIN Alternate;
  font-size: 33px;
  font-weight: 700;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.8);
}

#pc .response .item .responseImg img {
  position: relative;
  width: 173px;
  height: 173px;
}

#pc .response .item .responseImg .iconGif{
  position: absolute;
  width: 152px;
  height: 152px;
  top: 12px;
  left: 9px;
}

#pc .response .responseInfo {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 126px;
  padding-bottom: 42px;
  border-radius: 18px;
  background: #E7FFF5;
}

#pc .response .responseInfo img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}


#pc .security {
  display: block;
  width: 938px;
  height: 300px;
  margin: 0 auto 50px;
}

#pc .service {
  display: block;
  padding: 0 223px;
  margin-bottom: 47px;
}

#pc .service .title {
  margin-bottom: 36px;
  font-family: PingFang SC;
  font-size: 46px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
  color: #2B2B2B;
}

#pc .service .content {
  display: flex;
  align-items: center;
}


#pc .service .content .list .item {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-bottom: 21px;
  font-family: PingFang SC;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  color: #565454;
}

#pc .service .content .list .item span {
  flex-shrink: 0;
  display: inline-block;
  width: 4px;
  height: 26px;
  margin-right: 24px;
  background: #2EBD85;
}

#pc .service .content img {
  width: 373px;
  height: 296px;
}

/*教程*/

#pc .course {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}

#pc .courseList {
  width: 1029px;
  height: 153px;
  padding: 31px 34px 0;
  background: linear-gradient(90deg, #F3FEF8 0%, #D8FFF0 100%);
  border-radius: 40px 40px 0 0;
}

#pc .courseList .scroller {
  width: 100%;
  overflow-x: auto;
}

/*#pc .courseList .scroller::-webkit-scrollbar {*/
/*  !*width: 100%;*!*/
/*  !*height: 30px;*!*/
/*}*/
/*#pc .courseList .scroller::-webkit-scrollbar-thumb:hover {*/
/*  background: red;*/
/*}*/


#pc .courseList .scroller::-webkit-scrollbar {
  width: 12px;
  height: 10px;
}

#pc .courseList .scroller::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

#pc .courseList .scroller::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}

#pc .courseList .scroller::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.1);
}

#pc .courseList ul {
  display: flex;
  justify-content: space-between;
}

#pc .courseList li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 178px;
  height: 57px;
  margin-right: 30px;
  border-radius: 10px;
  background-color: #FFF;
  cursor: pointer;
}

#pc .courseList .coming-soon {
  background: url("../img/tab5.png") 0 0/100% 100%;
  cursor: not-allowed;
}

#pc .courseList li span {
  display: inline-block;
  width: 110px;
  margin-left: 6px;
  word-break: break-word;
  color: #2EBD85;
}

#pc .courseList li.active {
  background: linear-gradient(90deg, #FDD431 0%, #2EBD85 100%);
}

#pc .courseList li.active span {
  color: #2B2B2B;
}

#pc .courseList li.active svg g rect {
  fill: #2B2B2B;
}

#pc .courseContent-wrapper{
  position: relative;
  top: -42px;
  display: flex;
  justify-content: center;
  width: 1029px;
  padding-top: 40px;
  padding-bottom: 77px;
  box-shadow: 0 0 20px 0 #E1B81240;
  border-radius: 40px 40px 0 0;
  background: #FFF;
}

#pc .courseContent-wrapper .courseContent{
  width: 576px;
}

#pc .cooperate-safe {
  margin-top: 254px;
  padding: 0 150px;
}

#pc .cooperate-safe .title {
  margin-bottom: 82px;
  font-family: PingFang SC;
  font-size: 56px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  color: #2B2B2B;
}


#pc .cooperate-safe .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 206px;
}

#pc .cooperate-safe .main .item {
  position: relative;
  width: 548px;
}

#pc .cooperate-safe .main .item:last-of-type {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

#pc .cooperate-safe .main .item img {
  width: 400px;
  height: 312px;
}

#pc .cooperate-safe .main .item .text-wrapper {
  width: 255px;
  height: 145px;
  padding: 16px 11px;
  border-radius: 18px;
  background: #FFFCF299;
  box-shadow: 0 0 3px 0 #00000026;
}

#pc .cooperate-safe .main .item .text-wrapper1 {
  position: absolute;
  right: 0;
  top: 45px;
}

#pc .cooperate-safe .main .item .text-wrapper2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

#pc .cooperate-safe .main .item .text-wrapper .title2 {
  margin-bottom: 6px;
  font-family: PingFang SC;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: #2EBD85;
}

#pc .cooperate-safe .main .item .text-wrapper .text {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  color: rgba(36, 36, 36, 0.8);
}

.pc-footer {
  height: 382px;
  background: #2EBD85;
  padding-top: 80px;
  position: relative;
}

.pc-footer .pcFotBox div{
  display: flex;
  justify-content: space-around;
  margin-bottom: 48px;
}

.pc-footer .pcFotBox div > img {
  width: 270px;
  height: 56px;
  cursor: pointer;
}

.pc-footer .pcFotBox .other {
  display: flex;
  align-items: center;
  width: 250px;
}

.pc-footer .pcFotBox .other span {
  color: #fff;
  padding-left: 20px;
}

.pc-footer .copyright {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: 'PingFang SC';
  font-size: 20px;
  color: #fff;
}

#pc .online-service {
  position: fixed;
  top: 30%;
  right: 90px;
  z-index: 1000;
  width: 80px;
  height: 80px;
  background: url("../img/online-service.png") 0 0/100% 100%;
}
