@charset "UTF-8";
.all {
  padding: 4.5% 0;
}
.over{
    color: #f00000;
}
.area .btm {
  position: relative;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.area .tab {
  position: relative;
}
.area .tab > div {
  position: relative;
  display: none;
}
.area .tab > div:first-child {
  display: block;
}
.area .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  width: 960px;
}

  .area .box img {
    max-width: 100%;
  }
.area .tab_list > div {
  cursor: pointer;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999999;
}
.area .tab_list > div span {
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% + 10px);
  line-height: 1;
  text-align: center;
}
.area .tab_list > div:nth-child(1) {
  left: 78%;
  top: 48%;
}
.area .tab_list > div:nth-child(2) {
  left: 87%;
  top: 33%;
}
.area .tab_list > div:nth-child(3) {
  left: 85%;
  top: 66%;
}
.area .tab_list > div::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #999999;
  border-radius: 50%;
  -webkit-animation: point 2s ease-in 1s infinite;
          animation: point 2s ease-in 1s infinite;
}
.area .tab_list > div:nth-child(2)::after{
    animation-delay: 0.1s; 
}
.area .tab_list > div:nth-child(3)::after{
    animation-delay: 0.2s; 
}
.area .tab_list > div:nth-child(4)::after{
    animation-delay: 0.3s; 
}
.area .tab_list > div:nth-child(5)::after{
    animation-delay: 0.4s; 
}
.area .tab_list > div:nth-child(6)::after{
    animation-delay: 0.5s; 
}
.area .tab_list > div:nth-child(7)::after{
    animation-delay: 0.6s; 
}
.area .tab_list > div:nth-child(8)::after{
    animation-delay: 0.7s; 
}
.area .tab_list > div:nth-child(9)::after{
    animation-delay: 0.8s; 
}
.area .tab_list > div:nth-child(10)::after{
    animation-delay: 0.9s; 
}
.area .tab_list > div:nth-child(11)::after{
    animation-delay: 1s; 
}
.area .tab_list > div:nth-child(12)::after{
    animation-delay: 1.1s; 
}
.area .tab_list > div:nth-child(13)::after{
    animation-delay:1.2s; 
}
.area .tab_list > div:nth-child(14)::after{
    animation-delay: 1.3s; 
}
.area .tab_list > div:nth-child(15)::after{
    animation-delay: 1.4s; 
}
.area .tab_list > div:nth-child(16)::after{
    animation-delay: 1.5s; 
}
.area .tab_list .act {
  color: #f00000;
  background: #f00000;
}
.area .tab_list .act::after {
  background: #f00000;
}
.area .headquarters {
  margin-top: 65px;
}
.area .item {
  padding: 34px 40px;
  width: 380px;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  border-radius: 10px;
}
.area .item_name {
  line-height: 1;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
}
.area .item_btm {
  color: #666;
}
.area .item_btm svg {
  margin-right: 16px;
}
.area .item_btm > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  line-height: 1;
}
  .area .item_btm > div a{
      transition: all 0.5s;
      color: #666;
  }
  .area .item_btm > div a:hover{
      color: #f00000;
  }
.area .address > div {
  display: none;
}
.area .address > div:first-child {
  display: block;
}
.area .address_tab > div {
  display: none;
}
.area .address_tab > div:first-child {
  display: block;
}

@-webkit-keyframes point {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(12);
            transform: scale(12);
    opacity: 0;
  }
}

@keyframes point {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(12);
            transform: scale(12);
    opacity: 0;
  }
}
.suggestion {
  margin-top: 5.9%;
}
.suggestion .tab {
  margin-top: 60px;
}
.suggestion .tab > div {
  display: none;
}
.suggestion .tab > div:last-child {
  display: block;
}
.suggestion .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;
}
.suggestion .list > div {
  height: 60px;
  padding: 0 20px;
  border: 1px solid #dddddd;
  width: calc((100% - 30px) / 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;
}
.suggestion .list > div:nth-child(n+4) {
  margin-top: 15px;
}
.suggestion .list > div:last-child {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  padding: 0;
}
.suggestion .list .flx1{
    width: 100%;
}
.suggestion input {
  background: none;
  border: none;
  width: 100%;
}
.suggestion input::-webkit-input-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.suggestion input::-moz-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.suggestion input:-ms-input-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.suggestion input::-ms-input-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.suggestion input::placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.suggestion input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
  opacity: 1;
}
.suggestion input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}
.suggestion input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.suggestion input:-moz-placeholder { /* Firefox 18- */
  color: #333;
  opacity: 1;
}
.suggestion .code {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.suggestion .code input {
  width: calc(100% - 100px);
}
.suggestion .code button {
  background: none;
  border: none;
  color: #f00000;
}
.suggestion textarea {
  padding: 20px;
  width: calc((100% - 30px) / 3 * 2 + 15px);
  height: 260px;
  font-family: inherit;
  border: 1px solid #dddddd;
}
.suggestion textarea::-webkit-input-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.suggestion textarea::-moz-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.suggestion textarea:-ms-input-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.suggestion textarea::-ms-input-placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.suggestion textarea::placeholder {
  color: #333333; /* 绿色 */
  opacity: 1;
}
.suggestion .common_btn {
  height: 50px;
}
.suggestion .form_close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.suggestion .form_close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.suggestion .form_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: calc((100% - 30px) / 3);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}
.suggestion .file_tips {
  color: #999999;
  width: calc(100% - 140px);
  display: flex;
  align-items: center;
}
.file_close{
    margin-left: 10px;
    cursor: pointer;
}
.suggestion .form_file_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.suggestion .form_file_box {
  width: 120px;
  height: 120px;
  border: 1px solid #dddddd;
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.suggestion .form_file_box svg{
    position: relative;
    z-index: 2;
}
.suggestion .form_file_box::before {
  position: absolute;
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #dddddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.suggestion .form_file_box::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #dddddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.suggestion .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.suggestion .phone > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dddddd;
  height: 50px;
  margin-right: 10px;
}
.suggestion .phone > div input {
  width: calc(100% - 60px);
}
.suggestion .phone button {
  height: 50px;
}
.suggestion .phone_number {
  width: 42%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #dddddd;
  margin-right: 10px;
}
.suggestion .progress {
  margin-top: 40px;
  border: 1px solid #dddddd;
}
.suggestion .progress_top {
  background: #f5f5f5;
  color: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.suggestion .progress1 {
  width: 215px;
  padding: 0 30px;
}
.suggestion .progress2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}
.suggestion .progress3 {
  width: 80px;
}
.suggestion .progress4 {
  width: 140px;
  margin-left: 110px;
}
.suggestion .progress_btm > div {
  border-top: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.atlas {
  margin-top: 5.9%;
}
.atlas .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.atlas .l {
  width: 450px;
  height: 500px;
  
}
.atlas .l .l_con{
    overflow: auto;
    height: 100%;
}
.atlas .l .l_con::-webkit-scrollbar {
    width: 2px;
    border-radius: 4px;
}
.atlas .l .l_con::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.02); 
    /* 背景色 */
    border-radius: 4px;
}
.atlas .l .l_con::-webkit-scrollbar-thumb {
  background: #f00000;
  /* 滚动色 */
  border-radius: 6px;
}
.atlas .l .l_con> div{
    padding: 30px 60px;
  transition: all 0.5s;
  cursor: pointer;
}
.atlas .l .l_con> .map_act{
    background: #e50012;
}
.atlas .l .l_con> .map_act .name,.atlas .l .l_con> .map_act .con{
    color: #fff;
}
.atlas .l .l_con> div:hover{
    
    background: #e50012;
}
.atlas .l .l_con> div:hover .name{
    color: #fff;
}
.atlas .l .l_con> div:hover .con{
    color: #fff;
}
.atlas .r {
  width: calc(100% - 450px);
}
.atlas .con {
  color: #222222;
  line-height: 1.875;
  margin-top: 10px;
}
.atlas .map {
  height: 100%;
}

.relation {
  margin-top: 120px;
  background-size: cover;
  background-image: url(/upload/image/2025/08/04/cc37381a-7fae-4913-8f0a-08de17d57bb3.jpg);
  padding: 110px 80px;
}
.relation .flx {
  padding: 70px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
}
.relation .flx > div {
  width: 50%;
  padding: 0 70px;
  position: relative;
}
.relation .flx > div:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #eee;
}
.relation .tit {
  font-weight: bold;
  line-height: 1;
}
.relation .des {
  margin-top: 22px;
  line-height: 1.6;
  height: 3.2em;
}
.relation .btn {
  cursor: pointer;
  margin-top: 44px;
  width: 160px;
  height: 50px;
  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;
  background: #f00000;
  color: #fff;
  border: none;
}
.relation .tips {
  width: 100% !important;
  padding: 0 70px;
  line-height: 1;
  margin-top: 115px;
  display: block !important;
}

.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;
}
.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 .list .flx2{
    width: calc((100% - 30px)/2);
}
.task input {
  background: none;
  border: none;
  width: 100%;
}
.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 .btn {
  cursor: pointer;
  width: 160px;
  height: 50px;
  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;
  background: #f00000;
  color: #fff;
  margin-top: 40px;
  border: none;
}
.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) {
  .suggestion .btn {
    margin-top: 25px;
  }
  .suggestion .list > div {
    height: 50px;
  }
  .task .list {
    margin-top: 35px;
  }
  .task textarea {
    height: 100px;
  }
  .task > div {
    padding: 40px;
  }
  .task .btn {
    margin-top: 25px;
  }
  .task .list > div {
    height: 50px;
  }
  .area .box {
    width: 100%;
  }
.area .headquarters {
    margin-top: 40px;
}
  .area .item {
    padding: 20px 30px;
    width: 320px;
  }
  .area .btm {
    margin-top: 35px;
  }
  .suggestion .tab {
    margin-top: 35px;
  }
  .suggestion .progress {
    border: 1px solid #dddddd;
  }
  .suggestion .progress4 {
    width: 100px;
    margin-left: 30px;
  }
  .atlas .flx {
    margin-top: 35px;
  }
  .atlas .con {
    margin-top: 5px;
  }
  .relation {
    margin-top: 8.33%;
    padding: 60px 40px;
  }
  .relation .flx {
    padding: 40px 0 20px;
  }
  .relation .flx > div {
    padding: 0 40px;
  }
  .relation .tips {
    margin-top: 50px;
  }

  .relation .btn {
    width: 130px;
  }
  .relation .des {
    margin-top: 15px;
  }
  .area .tab{
      width: calc(100% - 400px);
  }
  .atlas .l .l_con> div{
      padding: 20px 40px;
  }
}
@media screen and (max-width: 1200px) {
    
  .suggestion .list > div {
    width: calc((100% - 30px) / 3);
  }
  .task .list > div {
    width: calc((100% - 30px) / 3);
  }
  .task .list .flx2 {
    width: calc((100% - 15px) / 2);
}
  .task .list {
    margin-top: 25px;
  }
  .area .btm {
    margin-top: 25px;
    flex-direction: column;
    align-items: center;
  }
  .area .btm>div:nth-child(2){
      display: flex;
      width: 100%;
      justify-content: space-between;
  }
  .area .tab{
      width: 80%;
  }
  .suggestion .tab {
    margin-top: 25px;
    
  }
  .suggestion textarea {
    height: 210px;
  }
  .suggestion .form_file_box {
    width: 70px;
    height: 70px;
  }
  .suggestion .file_tips {
    width: calc(100% - 90px);
  }
  .area .address {
    position: relative;
    right: inherit;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
  .area .headquarters {
    width: calc((100% - 20px) / 2);
    margin-top: 0;
  }
  .area .item {
    width: 100%;
  }
  .address_tab {
    width: calc((100% - 20px) / 2);
  }
  .area .box {
    margin: auto;
  }
  .atlas .flx {
    margin-top: 25px;
  }
  .atlas .l .l_con> div{
      padding: 20px;
  }
}
@media screen and (max-width: 768px) {
    .area .btm>div:nth-child(2){
        flex-direction: column;
    }
  .all {
    padding: 40px 0;
  }
  .suggestion .list > div {
    padding: 0 15px;
    width: calc((100% - 15px) / 2);
    margin-right: 0;
  }
  .suggestion .list > div:nth-child(n+3) {
    margin-top: 15px;
  }
  .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;
  }
  .area .box {
    width: 100%;
  }
  .address_tab {
    width: 100%;
  }
  .area .headquarters {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .area .item_btm > div {
    margin-top: 15px;
  }

  .suggestion {
    margin-top: 40px;
  }
  .atlas {
    margin-top: 40px;
  }
  .atlas .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .atlas .l {
    width: 100%;
  }
  .atlas .r {
    width: 100%;
  }
  .atlas .map {
    height: 300px;
  }
  .relation {
    padding: 30px 25px;
    margin-top: 40px;
  }
  .relation .flx > div {
    padding: 0 25px;
  }
  .relation .flx {
    width: 100%;
  }
  .relation .btn {
    margin-top: 25px;
  }
  .relation .des {
    margin-top: 10px;
  }
  .relation .btn {
    width: 120px;
    height: 40px;
  }
  .suggestion .form_file {
    padding-top: 0;
  }
  .suggestion textarea {
    width: calc((100% - 15px) / 2);
    height: 170px;
  }
  .suggestion .form_file {
    width: calc((100% - 15px) / 2);
  }
  .suggestion .progress1{
      padding: 0 10px;
      width: 140px;
  }
      .suggestion .progress4 {
        width: 65px;
        margin-left: 15px;
    }
    .suggestion .progress3 {
    width: 60px;
}
  .suggestion .tab > div:nth-child(1) .common_btn{
      margin-top: 20px;
  }
    .suggestion .tab > div:nth-child(2) .common_btn{
      margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .suggestion .list > div {
    height: 40px;
    width: calc((100% - 10px) / 2);
    width: 100%;
  }
  .suggestion .list > div:nth-child(n+2) {
    margin-top: 10px;
  }
  .task .list > div {
    height: 40px;
    width: calc((100% - 10px) / 2);
    width: 100%;
  }
  .task .list .flx2 {
    width: calc((100% - 10px) / 2);
}
  .task .list > div:nth-child(n+2) {
    margin-top: 10px;
  }
  .suggestion .list > div:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .suggestion textarea {
    width: 100%;
    height: 170px;
  }
  .suggestion .form_file {
    width: 100%;
    margin-top: 15px;
    display: block;
    height: auto;
  }
  .relation .flx > div {
    width: 100%;
  }
  .relation .flx > div:nth-child(n+2) {
    margin-top: 25px;
  }
  .relation .btn {
    margin-top: 15px;
  }
}
