body {background-color: #F6F6F6;}
 

.mask {position: fixed;width: 100vw;height: 100vh;top: 0;left: 0;z-index: 699;display: flex;align-items: center;justify-content: center;opacity: 0;pointer-events: none;transition: all 1s;}

.mask.active {opacity: 1;pointer-events: all;}

.mask.active .box {transition-delay: 0.3s;opacity: 1;transform: translateY(0);}

.mask .color {background-color: #000;opacity: 0.3;width: 100%;height: 100%;}

.mask .box {width: 1170px;height: 714px;background-color: #fff;position: absolute;border-radius: 12px;padding: 70px 184px 60px;opacity: 0;transition: all 1s;transform: translateY(20px);}

.mask .box .title {margin-bottom: 40px;}

.mask .box .title h3 {text-align: center;color: #005883;  font-size: 36px;margin-bottom: 24px;text-transform: uppercase;}

.mask .box .title p {text-align: center;color: #666;font-size: 20px;line-height: 30px;}

.mask .box .front {transition: all .5s;}

.mask .box .front.on {transform: translateY(30px);opacity: 0;}

.mask .box .after.on {opacity: 1;transform: translateY(0);}

.mask .box .after {display: flex;height: 100%;flex-direction: column;align-items: center;justify-content: center;position: absolute;top: 0;left: 0;pointer-events: none;width: 100%;opacity: 0;transform: translateY(30px);transition: all .5s;}

.mask .box .after .text {font-size: 18px;line-height: 2;text-align: center;width: 60%;}

.mask .box .close {position: absolute;right: 50px;top: 50px;z-index: 1111;cursor: pointer;}

.mask .box .close span {transition: all .5s}

.mask .box .close:hover span {color: #E94709;}

.mask .box .main .row {display: flex;gap: 30px;}

.mask .box .main .row:not(:last-child) {margin-bottom: 26px;}

.mask .box .main .row .item {flex: 1;}

.mask .box .main .row .item .key {color: #1A1A1A;font-size: 20px;margin-bottom: 15px;}

.mask .box .main .row .item .key span {color: #C20101;}

.mask .box .main .row .item .value {height: 47px;border: 1px solid;border-radius: 4px;border: 1px solid #D0D0D0;display: flex;align-items: center;padding: 10px;}

.mask .box .main .row .item .value.textarea {height: 118px;}

.mask .box .main .row .item .value.textarea textarea {width: 100%;height: 100%;border: none;}

.mask .box .main .row .item .value input {border: none;width: 100%;font-size: 20px;}

.mask .box .main button {width: 140px;height: 46px;color: #fff;background-color: #005883;border-radius: 4px;font-size: 20px;border: 1px solid #005883;transition: all 1s;margin: 0 auto;display: block;}

.mask .box .main button:hover {color: #005883;background-color: #fff;}

.section1 {overflow: unset;}

.section1 .wrap {padding-top: 45px;padding-bottom: 97px;width: 1600px;margin: 0 auto;}

.section1 .wrap .search {height: 60px;width: 100%;border: 1px solid #DDDDDD;display: flex;align-items: center;padding-left: 18px;padding-right: 28px;margin-bottom: 30px;}

.section1 .wrap .search input {flex: 1;margin-right: 30px;background-color: transparent;border: none;  font-size: 18px;}

.section1 .wrap .search .icon {cursor: pointer;}

.section1 .wrap .search .icon:hover span {color: #005883;}

.section1 .wrap .search .icon span {transition: all .5s;  font-size: 24px;}

.section1 .wrap .search input::placeholder {color: #999999;}

.section1 .wrap .label {display: flex;flex-wrap: wrap;gap: 14px;}

.section1 .wrap .label.aos-animate {transition-delay: 0.1s;}

.section1 .wrap .label .item {border-radius: 3px;padding: 13px 9px;border: 1px dashed #005883;display: flex;}

.section1 .wrap .label .item p {margin-right: 10px;color: #005883;}

.section1 .wrap .label .item a {color: #005883;}

.section1 .wrap .label .item a span {  font-size: 16px;}

.section1 .wrap .clear {color: #888888;display: inline-block;margin-top: 20px;  font-size: 18px;text-decoration-line: underline;margin-bottom: 30px;}

.section1 .wrap .clear.aos-animate {transition-delay: 0.2s;}

.section1 .wrap .main {display: flex;}

.section1 .wrap .main .tab {width: 360px;}

.section1 .wrap .main .tab .box {position: sticky;top: 100px;}

.section1 .wrap .main .tab .trem:not(:last-child) {margin-bottom: 45px;}

.section1 .wrap .main .tab .trem .onehead {display: flex;justify-content: space-between;padding: 20px;background-color: #EEEEEE;cursor: pointer;align-items: center;}

.section1 .wrap .main .tab .trem .onehead:hover p {color: #005883;}

.section1 .wrap .main .tab .trem .onehead.active .icon {transform: rotate(360deg);}

.section1 .wrap .main .tab .trem .onehead p {color: #1a1a1a;font-weight: 700;  font-size: 22px;transition: all 0.5s;}

.section1 .wrap .main .tab .trem .onehead .icon {height: fit-content;transform: rotate(180deg);transition: all 0.5s;}

.section1 .wrap .main .tab .trem .onebody {padding: 27px 33px 27px 24px;background-color: #fff;display: none;}

.section1 .wrap .main .tab .trem .onebody .oneitem:not(:last-child) {border-bottom: 1px solid #D6D6D6;}

.section1 .wrap .main .tab .trem .onebody .oneitem .add {width: 11px;height: 11px;position: relative;display: flex;align-items: center;justify-content: center;}

.section1 .wrap .main .tab .trem .onebody .oneitem .add::before,
.section1 .wrap .main .tab .trem .onebody .oneitem .add::after {content: "";background-color: #666666;position: absolute;width: 100%;height: 1px;}

.section1 .wrap .main .tab .trem .onebody .oneitem .add::before {transform: rotate(90deg);transition: all 0.5s;}

.section1 .wrap .main .tab .trem .onebody .oneitem .twohead {  font-size: 20px;color: #1a1a1a;display: flex;justify-content: space-between;align-items: center;cursor: pointer;font-weight: 700;padding: 14px 0;transition: all 0.5s;}

.section1 .wrap .main .tab .trem .onebody .oneitem .twohead:hover {color: #005883;}

.section1 .wrap .main .tab .trem .onebody .oneitem .twohead.active {color: #005883;}

.section1 .wrap .main .tab .trem .onebody .oneitem .twohead.active .add:before {transform: rotate(360deg);}

.section1 .wrap .main .tab .trem .onebody .oneitem .twobody {padding: 15px 0 33px;display: none;}

.section1 .wrap .main .tab .trem .onebody .oneitem .twobody .twoitem .therehead {display: flex;align-items: center;padding: 6px 0;cursor: pointer;transition: all 0.5s;}

.section1 .wrap .main .tab .trem .onebody .oneitem .twobody .twoitem .therehead:hover {color: #005883;}

.section1 .wrap .main .tab .trem .onebody .oneitem .twobody .twoitem .therehead.active {color: #005883;}

.section1 .wrap .main .tab .trem .onebody .oneitem .twobody .twoitem .therehead.active .add:before {transform: rotate(360deg);}

.section1 .wrap .main .tab .trem .onebody .oneitem .twobody .twoitem .therehead p {margin-left: 10px;  font-size: 20px;}

.section1 .wrap .main .tab .trem .onebody .oneitem .twobody .twoitem .therebody {display: none;padding: 11px 0 14px 24px;}

.section1 .wrap .main .tab .trem .onebody .oneitem .twobody .twoitem .therebody .thereitem {display: block;  font-size: 20px;  line-height: 32px;color: #666666;transition: all 0.5s;cursor: pointer;}

.section1 .wrap .main .tab .trem .onebody .oneitem .twobody .twoitem .therebody .thereitem.active,
.section1 .wrap .main .tab .trem .onebody .oneitem .twobody .twoitem .therebody .thereitem:hover {color: #005883;}

.section1 .wrap .main .right {margin-left: 60px;flex: 1;}

.section1 .wrap .main .list {}

.section1 .wrap .main .list .item {width: 100%;  background-color: #FFFFFF;padding: 30px 40px;transition: all 0.5s;}

.section1 .wrap .main .list .item:not(:last-child) {margin-bottom: 33px;}

.section1 .wrap .main .list .item:hover {box-shadow: 0px 4px 4px 0px rgba(17, 18, 20, 0.18);}

.section1 .wrap .main .list .item:hover .title h3 {color: #005883;}

.section1 .wrap .main .list .item .title {display: flex;justify-content: space-between;}

.section1 .wrap .main .list .item .title h3 {color: #1a1a1a;  font-size: 20px;transition: all 0.5s;}

.section1 .wrap .main .list .item .title .icon {display: block;transform: rotate(-90deg);}

.section1 .wrap .main .list .item .title .icon span {color: #005883;}

.section1 .wrap .main .list .item .text {color: #666;  font-size: 20px;margin-top: 30px;  line-height: 28px;}

.section1 .wrap .main .list .item .button {display: flex; justify-content: end;margin-top: 20px;}

.section1 .wrap .main .list .item .button a {display: flex;align-items: center;height: 40px;transition: all 0.5s;border: 1px solid #8F8F8F;padding: 0 20px 0 10px;}

.section1 .wrap .main .list .item .button a .icon {margin-right: 14px;}

.section1 .wrap .main .list .item .button a .icon span { font-size: 28px;color: #8F8F8F;transition: all 0.5s;}

.section1 .wrap .main .list .item .button a p {  font-size: 20px;color: #8F8F8F;transition: all 0.5s;}

.section1 .wrap .main .list .item .button a.view:hover {background-color: #005883;border-color: #005883;}

.section1 .wrap .main .list .item .button a.view:hover .icon span {color: #fff;}

.section1 .wrap .main .list .item .button a.view:hover p {color: #fff;}

.section1 .wrap .main .list .item .button a.contact {border-color: #005883;}

.section1 .wrap .main .list .item .button a.contact:hover {background-color: #005883;}

.section1 .wrap .main .list .item .button a.contact:hover .icon span {color: #fff;}

.section1 .wrap .main .list .item .button a.contact:hover p {color: #fff;}

.section1 .wrap .main .list .item .button a.contact .icon span {color: #005883;}

.section1 .wrap .main .list .item .button a.contact p {color: #005883;}


.section1 .wrap .main .load {color: #005883;border: 1px solid #005883;padding: 18px 37px;display: block;width: fit-content;margin: 63px auto 0;line-height: 1;/* font-size: 16px;*/
  font-size: 18px;transition: all 1s;}

.section1 .wrap .main .load:hover {color: #fff;background-color: #005883;}

.filters{display: none;}
.sidebar{display: none;}
/* .mask .box .front .main.PE{display: none;}

.mask .box .main .row .item .value .pl{display: none;} */
@media screen and (max-width: 1919px) {


  .mask .box {width: 60.9375vw;height: 37.1875vw;border-radius: 0.625vw;padding: 3.6458333333vw 9.5833333333vw 3.125vw;transform: translateY(1.0416666667vw);}

  .mask .box .title {margin-bottom: 2.0833333333vw;}

  .mask .box .title h3 {font-size: 1.875vw;margin-bottom: 1.25vw;}

  .mask .box .title p {font-size: 1.0416666667vw;line-height: 1.5625vw;}

  .mask .box .front.on {transform: translateY(1.5625vw);}

  /* .mask .box .after {transform: translateY(1.5625vw);} */

  .mask .box .after .text {font-size: 0.9375vw;}

  .mask .box .close {right: 2.6041666667vw;top: 2.6041666667vw;}

  .mask .box .main .row {gap: 1.5625vw;}

  .mask .box .main .row:not(:last-child) {margin-bottom: 1.3541666667vw;}

  .mask .box .main .row .item .key {font-size: 1.0416666667vw;margin-bottom: 0.78125vw;}

  .mask .box .main .row .item .value {height: 2.4479166667vw;border-radius: 0.2083333333vw;padding: 0.5208333333vw;}

  .mask .box .main .row .item .value.textarea {height: 6.1458333333vw;}

  .mask .box .main .row .item .value input {font-size: 1.0416666667vw;}

  .mask .box .main button {width: 7.2916666667vw;height: 2.3958333333vw;border-radius: 0.2083333333vw;font-size: 1.0416666667vw;}

  .section1 .wrap {padding-top: 2.34375vw;padding-bottom: 5.0520833333vw;width: 60.9375vw;}

  .section1 .wrap .search {height: 3.125vw;padding-left: 0.9375vw;padding-right: 1.4583333333vw;margin-bottom: 1.5625vw;}

  .section1 .wrap .search input {margin-right: 1.5625vw;font-size: 0.9375vw;}

  .section1 .wrap .search .icon span {font-size: 1.25vw;}

  .section1 .wrap .label {gap: 0.7291666667vw;}

  .section1 .wrap .label .item {border-radius: 0.15625vw;padding: 0.6770833333vw 0.46875vw;}

  .section1 .wrap .label .item p {margin-right: 0.5208333333vw;}

  .section1 .wrap .label .item a span {font-size: 0.8333333333vw;}

  .section1 .wrap .clear {margin-top: 1.0416666667vw;font-size: 0.9375vw;margin-bottom: 1.5625vw;}

  .section1 .wrap .main .tab {width: 18.75vw;}

  .section1 .wrap .main .tab .box {top: 5.2083333333vw;}

  .section1 .wrap .main .tab .trem:not(:last-child) {margin-bottom: 2.34375vw;}

  .section1 .wrap .main .tab .trem .onehead {padding: 1.0416666667vw;}

  .section1 .wrap .main .tab .trem .onehead p {font-size: 1.1458333333vw;}

  .section1 .wrap .main .tab .trem .onebody {padding: 1.40625vw 1.71875vw 1.40625vw 1.25vw;}

  .section1 .wrap .main .tab .trem .onebody .oneitem .add {width: 0.5729166667vw;height: 0.5729166667vw;}

  .section1 .wrap .main .tab .trem .onebody .oneitem .twohead {font-size: 1.0416666667vw;padding: 0.7291666667vw 0px;}

  .section1 .wrap .main .tab .trem .onebody .oneitem .twobody {padding: 0.78125vw 0px 1.71875vw}

  .section1 .wrap .main .tab .trem .onebody .oneitem .twobody .twoitem .therehead {padding: 0.3125vw 0px;}

  .section1 .wrap .main .tab .trem .onebody .oneitem .twobody .twoitem .therehead p {margin-left: 0.5208333333vw;font-size: 1.0416666667vw;}

  .section1 .wrap .main .tab .trem .onebody .oneitem .twobody .twoitem .therebody {padding: 0.5729166667vw 0px 0.7291666667vw 1.25vw;}

  .section1 .wrap .main .tab .trem .onebody .oneitem .twobody .twoitem .therebody .thereitem {font-size: 1.0416666667vw;line-height: 1.6666666667vw;}

  .section1 .wrap .main .right {margin-left: 3.125vw;}

  .section1 .wrap .main .list .item {padding: 1.5625vw 2.0833333333vw;}

  .section1 .wrap .main .list .item:not(:last-child) {margin-bottom: 1.71875vw;}

  .section1 .wrap .main .list .item:hover {box-shadow: rgba(17, 18, 20, 0.18) 0px 0.2083333333vw 0.2083333333vw 0px;}

  .section1 .wrap .main .list .item .title h3 {font-size: 1.0416666667vw;}

  .section1 .wrap .main .list .item .text {font-size: 1.0416666667vw;margin-top: 1.5625vw;line-height: 1.4583333333vw;}

  .section1 .wrap .main .list .item .button {margin-top: 1.0416666667vw;}

  .section1 .wrap .main .list .item .button a {height: 2.0833333333vw;padding: 0px 1.0416666667vw 0px 0.5208333333vw;}

  .section1 .wrap .main .list .item .button a .icon {margin-right: 0.7291666667vw;}

  .section1 .wrap .main .list .item .button a .icon span {font-size: 1.4583333333vw;}

  .section1 .wrap .main .list .item .button a p {font-size: 1.0416666667vw;}

  .section1 .wrap .main .load {padding: 0.9375vw 1.9270833333vw;margin: 3.28125vw auto 0px;font-size: 0.9375vw;}
  .mask .box .after .img{width: 10.416666666vw;}
}

@media screen and (max-width: 1024px) {.section1 .wrap {padding-top: 60px;padding-bottom: 60px;width:90vw;}
  .section1 .wrap .search{height: 40px;padding: 0 20px;margin-bottom: 20px;}
  .section1 .wrap .search input{margin-right: 30px;font-size: 14px;}
  .section1 .wrap .search .icon span{font-size: 18px;}

  .section1 .wrap .main .list .item .title h3 {font-size: 20px;}
  .section1 .wrap .main .list .item.text{margin-top: 10px;font-size: 14px;line-height: 1.6;}
  .section1 .wrap .main .list .item .button a{height: 30px;padding: 0 10px;}
  .section1 .wrap .main .list .item .button a .icon span{font-size: 14px;}
  .section1 .wrap .main .list .item .button a p{font-size: 14px;}
  .section1 .wrap .main .list .item .button{margin-top: 20px;}
  .section1 .wrap .main .list .item{padding: 20px;margin-bottom: 10px;}
  .section1 .wrap .main .list .item .button a .icon{margin-right: 10px;}
  .section1 .wrap .main .tab{display: none;}
  .section1 .wrap .main .right{margin-left: 0;}
  .filters{height: auto;padding: 12px 18px;background-color: #E94709;border-color: #E94709;line-height: 100%;color: #fff;display: block;font-size: 14px;width: fit-content;border-radius: 5px;margin-bottom: 20px;}
  .sidebar{display: block;width: 100%;position: fixed;height: 100%;top: 0;z-index: 100;left: 0;pointer-events: none;overflow: hidden;}
  .sidebar.active{pointer-events: all;}
  .sidebar.active .tab{transform: translateX(0);}
  .sidebar.active .color{opacity: 1;}
  .sidebar .tab{width: 50%;height: 100%;background-color: #fff;padding-top: 40px;transition: all 1s;transform: translateX(-50vw);}
  .sidebar .tab .box{width: 100%;margin: 0 auto;}
  .sidebar .tab .box .therehead{display: flex;}
  .sidebar .tab .box .therebody{display: none;}

  .sidebar .tab .trem .onehead {display: flex;justify-content: space-between;padding:10px 5%;/* background-color: #EEEEEE;*/
    border-bottom: 1px solid #EEEEEE;cursor: pointer;align-items: center;}
  
  
  .sidebar .tab .trem .onehead.active .icon {transform: rotate(360deg);}
  
  .sidebar .tab .trem .onehead p {color: #1a1a1a;font-weight: 700;font-size: 20px;transition: all 0.5s;}
  
  .sidebar .tab .trem .onehead .icon {height: fit-content;transform: rotate(180deg);transition: all 0.5s;}
  
  .sidebar .tab .trem .onebody {background-color: #fff;display: none;}
  
  .sidebar .tab .trem .onebody .oneitem:not(:last-child) {border-bottom: 1px solid #D6D6D6;}
  
  .sidebar .tab .trem .onebody .oneitem .add {width: 11px;height: 11px;position: relative;display: flex;align-items: center;justify-content: center;}
  
  .sidebar .tab .trem .onebody .oneitem .add::before,
  .sidebar .tab .trem .onebody .oneitem .add::after {content: "";background-color: #666666;position: absolute;width: 100%;height: 1px;}
  
  .sidebar .tab .trem .onebody .oneitem .add::before {transform: rotate(90deg);transition: all 0.5s;}
  
  .sidebar .tab .trem .onebody .oneitem .twohead {font-size: 18px;color: #1a1a1a;display: flex;justify-content: space-between;align-items: center;cursor: pointer;font-weight: 700;padding: 10px calc(5% + 10px);transition: all 0.5s;}
  .sidebar .color{width: 100%;height: 100%;position: absolute;z-index: -1;transition: all 1s;opacity: 0;background-color: rgba(0, 0, 0, .3);}
  .sidebar .tab .trem .onebody .oneitem .twohead:hover {color: #005883;}
  
  .sidebar .tab .trem .onebody .oneitem .twohead.active {color: #005883;}
  
  .sidebar .tab .trem .onebody .oneitem .twohead.active .add:before {transform: rotate(360deg);}
  
  .sidebar .tab .trem .onebody .oneitem .twobody {padding: 0 calc(5% + 20px);display: none;}
  
  .sidebar .tab .trem .onebody .oneitem .twobody .twoitem .therehead {display: flex;align-items: center;padding: 6px 0;cursor: pointer;transition: all 0.5s;}
  
  
  .sidebar .tab .trem .onebody .oneitem .twobody .twoitem .therehead.active {color: #005883;}
  .sidebar .close{margin-right: 5%;margin-left: auto;width: fit-content;margin-bottom: 30px;}
  .sidebar .close .icon{width: 40px;height: 40px;background-color: #E94709;color: #fff;display: flex;border-radius: 50%;align-items: center;justify-content: center;}
  .sidebar .tab .trem .onebody .oneitem .twobody .twoitem .therehead.active .add:before {transform: rotate(360deg);}
  
  .sidebar .tab .trem .onebody .oneitem .twobody .twoitem .therehead p {margin-left: 10px;font-size: 16px;}
  
  .sidebar .tab .trem .onebody .oneitem .twobody .twoitem .therebody {display: none;padding: 5px 0 5px 30px;}
  
  .sidebar .tab .trem .onebody .oneitem .twobody .twoitem .therebody .thereitem {display: block;font-size:14px;line-height: 2;color: #666666;transition: all 0.5s;cursor: pointer;}
  
  .sidebar .tab .trem .onebody .oneitem .twobody .twoitem .therebody .thereitem.active,
  .sidebar .tab .trem .onebody .oneitem .twobody .twoitem .therebody .thereitem:hover {color: #005883;}
  .section1 .wrap .main .list .item .text{font-size: 14px;margin-top: 20px;line-height: 2;}
  .section1 .wrap .main .load{font-size: 14px;padding: 10px 20px;margin-top: 30px;}
  .sidebar .tab .box{height: 70vh;overflow: auto;}

  .section1 .wrap .main .list .item:hover {box-shadow: rgba(17, 18, 20, 0.18) 0px 5px 5px 0px;}
  .section1 .wrap .main .list .item:not(:last-child){margin-bottom: 20px;}
  .mask .box .main button{width: 120px;height: 40px;border-radius: 5px;font-size: 14px;}
  .mask .box .main .row:not(:last-child){margin-bottom: 20px;}
  .mask .box .after .img{width: 100px;}
  .mask .box .after .text{font-size: 14px;line-height: 1.6;width: 90%;}
  .mask .box .main .row .item .value input{font-size: 14px;}
  .down_pull .text{padding-right: 10px;}
  .mask .box .title{margin-bottom: 20px;}
}

@media screen and (max-width: 767px) {.sidebar .close .icon {width: 30px;height: 30px;}
  .sidebar .close .icon span{font-size: 14px;}
  .sidebar .tab{width: 100%;height: 60vh;padding-top: 80px;transform: translateY(-100%);}
  .sidebar .close{margin-bottom: 20px;}
  .sidebar {z-index: 99;}
  .sidebar .tab .box {height: 70%;}
  .sidebar .tab .trem .onehead p {font-size: 18px;}
  .sidebar .tab .trem .onebody .oneitem .twohead {font-size: 16px;}
  .sidebar .tab .trem .onebody .oneitem .twobody .twoitem .therehead p{font-size: 14px;}
  .sidebar .tab .trem .onebody .oneitem .twobody .twoitem .therebody .thereitem {font-size: 12px;}


  .section1 .wrap{padding: 50px 0;}
  .section1 .wrap .search {padding: 0 10px;}
  .section1 .wrap .search input {margin-right: 10px;}
  .mask .box .main .row .item .value {height: 32px;}
  .mask .box .main .row .item .value.textarea {height: 100px;}
  .mask .box .title h3 {font-size: 24px;margin-bottom: 10px;}
  .mask .box .main .row .item .key {font-size: 14px;}
  .mask .box .main .row{flex-direction: column;}
  .mask .box{height: auto; }
  .mask .box .scroll{overflow: scroll;height: 100%;}

  .mask .box .main .row .item .key{display: none;}
  
  .mask .box .main .row .item .value .pl{display: block;}

  .mask .box .title p {font-size: 12px;line-height: 1.3;}
  .mask .box .main .row .item .value{position: relative;}
  .mask .box .main .row .item .value.textarea .pl{top: 10px;transform: none;}

  .mask .box .main .row .item .value .pl{position: absolute;left: 10px;top: 50%;transform: translateY(-50%);color: #999;font-size: 14px;pointer-events: none;}
  .mask .box .main .row .item .value .pl span{color: red;margin-right:3px;}
  .mask .box .main .row:not(:last-child) {margin-bottom: 15px;}
  .mask .box .main .row {gap: 15px;}
  .down_pull .text{padding-right: 0;}
  .down_pull .pull{max-height: 150px;}
  .down_pull .pull p {height: 36px;padding-left: 10px;}
  .mask .box .main button {width: 100px;height: 36px;}
  .section1 .wrap .main .list .item .text{line-height: 1.6;}

}