@charset "UTF-8";
.all {
  padding: 4.5% 0;
}
.all .flx {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all .l {
  width: 300px;
  position: relative;
  z-index: 2;
}
.all .r {
  width: calc(100% - 360px);
}
.all .search {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #eeeeee;
  padding: 0 14px;
}
.all .search svg {
  cursor: pointer;
}
.all .search_input {
  border: none;
  background: none;
  width: calc(100% - 30px);
}
.all .tab {
  margin-top: 40px;
}
.all .tab > div {
  position: relative;
  border: 1px solid #eeeeee;
}
.all .tab > div:nth-child(n+2) {
  margin-top: 10px;
}
.all .tab > div:first-child .tab1_list {
  display: block;
}

/*.all .tab > div:first-child .tab1_act .tab2_list {
  display: block;
}*/

.all .tab .act .tab1_name {
  color: #f00000;
}
.all .tab .act .tab1_icon::before {
  display: none;
}
.all .tab .act .tab1_icon::after {
  background: #f00000;
}
.all .tab1_list {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 20px;
  display: none;
}
.all .tab1_list > div:nth-child(n+2) {
  margin-top: 30px;
}
.all .tab1_act .tab2_name {
  text-decoration: underline;
  color: #f00000;
}
.all .tab1_act .tab2_name::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  border-color: #f00000;
}
.all .tab1_name {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #eeeeee;
  padding-left: 30px;
  padding-right: 20px;
  cursor: pointer;
}
.all .tab1_icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all .tab1_icon::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #aaaaaa;
}
.all .tab1_icon::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #aaaaaa;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.all .tab2_name {
  cursor: pointer;
  line-height: 1;
  position: relative;
}
.all .tab2_name::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-right: 3px solid rgba(0, 0, 0, 0.2);
  border-top: 3px solid rgba(0, 0, 0, 0.2);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .no_after::after{
    display: none;
}
.all .tab2_list {
  padding-left: 12px;
  display: none;
}

.all .tab1_list>div:first-child .tab2_list{
    display: block;
}

.all .tab2_list div {
  cursor: pointer;
  margin-top: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all .tab2_list div::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #888888;
  margin-right: 10px;
}
.all .tab2_act {
  color: #f00000;
}
.all .tab2_act::before {
  background: #f00000;
}
.all .info {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  padding: 60px 0;
  background-image: url(/upload/image/2025/08/03/213c7904-2953-4873-9014-9b435b47a947.jpg);
}
.all .info div {
  line-height: 1;
}
.all .info_iphone {
  display: none;
}
.all .common_btn {
 
  margin-top: 20px;

}

.all .mt_60 {
  margin-top: 60px;
}
.all .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all .list > div {
  width: calc((100% - 20px) / 2);
}
.all .list > div:nth-child(n+3) {
  margin-top: 40px;
}
.all .txt {
  margin-top: 20px;
}
.all .tit {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #222222;
}
.all .tit:hover {
  color: #f00000;
}
.all .des {
  color: #888888;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.all .img {
  border: 1px solid #eeeeee;
  position: relative;
  height: 0;
  padding-bottom: 62%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.all .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.all .img:hover  {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.all .list_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 200px;
  height: 50px;
  border: 1px solid #eeeeee;
  margin: 120px auto 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
.all .list_more:hover {
  background: #f00000;
  color: #fff;
}

.task {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.task > div {
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.task .list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#upload,#upload2{
    display: flex;
    align-items: center;
    width: 100%;
}
#upload svg,#upload2 svg{
    margin-left: 10px;
}
#upload span,#upload2 span{
    max-width: 70%;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.task .list > div {
  height: 60px;
  padding: 0 20px;
  border: 1px solid #dddddd;
  width: calc((100% - 60px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.task .list > div:nth-child(n+4) {
  margin-top: 15px;
}
.task .list > div:last-child {
  width: 100%;
  height: auto;
  padding: 20px;
}
.task input {
  background: none;
  border: none;
  width: 100%;
}
.task .list .flx2{
    width: calc((100% - 30px)/2);
}
.task input::-webkit-input-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.task input::-moz-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.task input:-ms-input-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.task input::-ms-input-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.task input::placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.task input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
  opacity: 1;
}
.task input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}
.task input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.task input:-moz-placeholder { /* Firefox 18- */
  color: #333;
  opacity: 1;
}
.task .code {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.task .code input {
  width: calc(100% - 100px);
}
.task .code button {
  background: none;
  border: none;
  color: #f00000;
}
.task textarea {
  width: 100%;
  height: 260px;
  font-family: inherit;
  border: none;
}
.task textarea::-webkit-input-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.task textarea::-moz-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.task textarea:-ms-input-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.task textarea::-ms-input-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.task textarea::placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.task .common_btn {
  
  margin-top: 40px;

}
.task form {
  position: relative;
  display: none;
}
.task .form_close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.task .form_close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1600px) {
  .all {
    padding: 6.25% 0 7.8125%;
  }
  .all .r {
    width: calc(100% - 340px);
  }
  .all .list > div:nth-child(n+3) {
    margin-top: 30px;
  }
  .all .list_more {
    width: 170px;
    margin: 80px auto 0;
  }
  .all .flx {
    margin-top: 35px;
  }
  .all .tab {
    margin-top: 20px;
  }
  .all .r {
    width: calc(100% - 330px);
  }
  .task .list {
    margin-top: 35px;
  }
  .task textarea {
    height: 100px;
  }
  .task > div {
    padding: 40px;
  }
  .task .common_btn {
    margin-top: 25px;
  }
  .task .list > div {
    height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .all .list_more {
    width: 170px;
    margin: 60px auto 0;
  }
  .all .flx {
    margin-top: 25px;
  }
  .all .list > div:nth-child(n+3) {
    margin-top: 20px;
  }
  .task .list > div {
    width: calc((100% - 30px) / 3);
  }
  .task .list .flx2 {
    width: calc((100% - 15px) / 2);
}
  .task .list {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .w1440 {
    width: 90vw;
  }
  .all .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .all .l {
    width: 100%;
  }
  .all .r {
    margin-top: 25px;
    width: 100%;
  }
  .all .list_more {
    width: 130px;
    height: 40px;
    margin: 25px auto 0;
  }
  .all .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: inherit;
  }
  .all .tab > div:nth-child(n+2) {
    margin-top: 0px;
  }
  .all .tab > div {
    margin-right: 10px;
    width: calc((100% - 20px) / 3);
  }
  .all .tab > div:last-child {
    margin-right: 0;
  }
  .all .tab1_list {
    position: absolute;
    z-index: 2;
    width: 90vw;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.06);
            box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.06);
  }
  .all .list > div {
    width: calc((100% - 15px) / 2);
  }
  .all .txt {
    margin-top: 15px;
  }
  .all .tab1_name {
    padding: 0;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .all .tab1_icon {
    display: none;
  }
  .all .info {
    display: none;
  }
  .all .info_iphone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .all .tab > div:first-child .tab1_list {
    display: none;
  }
  .all {
    padding: 40px 0;
  }
  .all .tab > div:nth-child(2) .tab1_list {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .all .tab > div:nth-child(3) .tab1_list {
    right: 0;
  }
  .task .list > div {
    padding: 0 15px;
    width: calc((100% - 15px) / 2);
    margin-right: 0;
  }
  .task .list > div:nth-child(n+3) {
    margin-top: 15px;
  }
  .task .list > div:last-child {
    padding: 15px;
  }
  .task > div {
    padding: 25px;
  }
}
@media screen and (max-width: 500px) {
  .task .list > div {
    height: 40px;
    width: calc((100% - 10px) / 2);
    width: 100%;
  }
  .task .list > div:nth-child(n+2) {
    margin-top: 10px;
  }
  .task .list .flx2 {
    width: calc((100% - 10px) / 2);
}
}
