body{
    letter-spacing: 3px;
}
.focuser {
    height  : 900px;
    position: relative;
}

.focuser ul {
    height: 100%;
    width : 100%;
}

.focuser ul li {
    height    : 100%;
    position  : relative;
    background: top center no-repeat;
}

.focuser ul li:nth-child(1) {
    position        : relative;
    background-image: url(../images/delivery-banner01.jpg);
}


.delivery_swiper_title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 180px;
  transform: translateX(-50%);
  width: 1000px;
  height: 600px;
  background-color: rgba(0,160,32, 0.2);
  z-index: 1;
}
.delivery_swiper_title .backs{
  position: absolute;
  top: 53%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 600px;
  border: 5px solid #00a020;
  z-index: 1;
}
.delivery_swiper_title h1{
  font-size: 80px;
  color: white;
  text-shadow:0px 0px 0px #000,1px 1px 0px #000,2px 2px 0px #000,3px 3px 0px #000,4px 4px 0px #000,5px 5px 0px #000;
}
.delivery_swiper_title h2{
  position: relative;
  margin: 30px 0px;
  font-size: 40px;
  color: #ff4100;
}
.delivery_swiper_title h2::after{
  content: '';
  display: inline-block;
  width: 100px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: -130px;
  transform: translate(0, -50%);
  background-color: #ff4100;
}
.delivery_swiper_title h2::before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -130px;
  transform: translate(0, -50%);
  width: 100px;
  height: 5px;
  background-color: #ff4100;
}
.delivery_swiper_title button{
  width: 800px;
  height: 60px;
  border-radius: 40px;
  background-color: #ff4100;
  color: white;
  font-size: 26px;
}
.delive_box1{
  width: 100%;
}
.delive_box_one{
  overflow-x:hidden; 
  min-width: 1200px;
}
.delive_box1 .lists{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin: auto;
  margin-top: 120px;
}
.delive_box1 .item{
  position: relative;
  display: flex;
  width: 540px;
  height: 280px;
  margin-bottom: 80px;
}
.delive_box1 .item::after{
  display: inline-block;
  content: '';
  position: absolute;
  left: 0px;
  top: -20px;
  width: 500px;
  height: 200px;
  z-index: -1;
  background: linear-gradient(90deg, #498EEF 0%, #F8FFF6 100%);
  border-radius: 30px 30px 30px 10px;

}
.item_postion_title{
  display: flex;
  align-items: center;
  position: absolute;
  top: -60px;
  left: 0px;
}
.item_postion_title h2{
  font-size: 50px;
  font-weight: bold;
  color: #498EEF;
  letter-spacing: 3px;
  opacity: 0.5;
}
.item_postion_title span{
  font-size: 20px;
  letter-spacing: 1px;
  color: #CCCCCC;
}
.item_title{
  text-align: center;
  width: 40px;
  height: 100%;
  color: white;
  font-size: 26px;
  font-weight: bold;
}
.item_detail{
 width: 500px;
 height: 260px;
 background: #FFFFFF;
 box-shadow: 0px 6px 20px 0px rgba(0, 52, 125, 0.2);
 border-radius: 20px;
  font-size: 18px;
  color: #666;
  padding-left: 15px;
  box-sizing: border-box;
}
.item_detail div{
  display: inline-block;
  align-items: center;
  margin-right: 20px;
  margin-top: 30px;
}
.item_detail .round{
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border: 2px solid #00347D;
  border-radius: 50%;
  margin-right: 5px;
}
.delive_box2{
  padding: 120px 0px;
  width: 100%;
  height: 800px;
  background-image: url(../images/delivery-back01.jpg);
  box-sizing: border-box;
  margin-bottom: 80px;
}
.delive_box2 .lists{
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  height: 100%;
  align-items: center;
  color: #f4f4f4;
  font-size: 32px;
}
.delive_box2 .lists .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3%;
}
.delive_box2 .lists .item div:hover{
  border: none;
  background-color: #4CB135;
}
.delive_box2 .lists .item div{
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  margin-bottom: 50px;
}
.delive_box3{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 850px;
  margin: auto;
  margin-top: 80px;
}
.delive_box3 .left_box{
  width: 400px;
  height: 100%;
  background-color: #F3F5FD;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  padding-left: 10px;
  box-sizing: border-box;
}
.delive_box3 .left_box h3{
  font-size: 40px;
  color: #333333;
}
.delive_box3 .left_box span{
  font-size: 18px;
  color: #999999;
  margin: 20px 0px;
}
.delive_box3 .left_box .line{
  display: block;
  width: 4px;
  height: 40px;
  background: linear-gradient(0deg, #498EEF, #2FD6B4);
  margin-bottom: 30px;
}
.delive_box3 .left_box h2{
  font-size: 60px;
  font-weight: bold;
  color: #498EEF;
  opacity: 0.2;
}
.delive_box3 .right_box{
  width: 740px;
  height: 100%;
}
.delive_box3 .right_box ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.delive_box3 .right_box ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 284px;
  border: 1px solid #E9EAEF;
  padding: 0px 10px;
  box-sizing: border-box;
}
.delive_box3 .right_box ul h4{
  margin: 30px 0px;
  font-size: 26px;
  color: #333;
}
.delive_box3 .right_box ul span{
  font-size: 16px;
  color: #666;
  text-align: center;
  font-weight: 300;
}
.delive_box4{
  width: 100%;
  text-align: center;
}
.delive_box4 .header_title{
  font-size: 20px;
  color: #999999;
}
.delive_box5{
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delive_box6{
  height: 554px;
  background-image: url(../images/delivery-back02.jpg);
}
.delive_box7{
  background-image: url(../images/delivery-back03.jpg);
}
.delive_box8{
  height: 554px;
  background-image: url(../images/delivery-back04.jpg);
}
.delive_box9{
  height: 640px;
  background-image: url(../images/delivery-back05.jpg);
}
.delive_box10{
  height: 900px;
}
.delive_box11{
  height: 865px;
  background-image: url(../images/delivery-back06.png);
}
.delive_box12{
  height: 560px;
  background-image: url(../images/delivery-back07.jpg);
}

.delive_box5 .imgs_box{
  position: relative;
}
.delive_box5 .detail_right_box{
  display: flex;
  flex-direction: column;
}
.detail_right_box .line{
  display: block;
  width: 60px;
  height: 8px;
}
.detail_right_box h4{
  font-size: 28px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.detail_right_box .detail{
  width: 300px;
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 26px;
  letter-spacing: 3px;
  font-weight: 300;
}
.delivery_icon01{
  position: absolute;
  right: -20px;
  bottom: -70px;
}
.delivery_icon02{
  position: absolute;
  right: -20px;
  top: -70px;
}
.delivery_icon03{
  position: absolute;
  right: 270px;
  bottom: -80px
}
.delivery_icon04{
  position: absolute;
  right: 150px;
  bottom: -50px
}
.delivery_icon05{
  position: absolute;
  right: 30px;
  bottom: -80px
}
.delivery_icon06{
  position: absolute;
  left: 240px;
  top: 120px;
}
.delivery_icon07{
  position: absolute;
  right: 140px;
  bottom: -20px;
}
.delivery_icon08{
  position: absolute;
  right: 100px;
  top: 30px;
}
.delivery_icon09{
  position: absolute;
  right: -85px;
  bottom: 0px;
}
.delivery_icon010{
  position: absolute;
  right: 250px;
  bottom: -20px;
}
.delivery_icon011{
  position: absolute;
  right: 50px;
  bottom: -20px;
}
.delivery_icon012{
  position: absolute;
  right: -90px;
  top: 80px;
}
.green_back{
  background: #2FD6B4;
}
.white_back{
  background: #FFFFFF;
}
.white_text{
  color: white;
}
.grade_text{
  color: #666666;
}
.imgs_right{
  margin-right: 100px;
}




.focuser .focuser-button.prev {
    left: 120px;
}

.focuser .focuser-button.prev::before {
    margin-left : 10px;
    transform   : rotate(45deg);
    border-color: transparent transparent #fff #fff;
}

.focuser .focuser-button.next {
    right: 120px;
}

.focuser .focuser-button.next::before {
    margin-right: 10px;
    transform   : rotate(45deg);
    border-color: #fff #fff transparent transparent;
}

.focuser .focuser-button.prev:not(.swiper-button-disabled):hover::before {
    border-color: transparent transparent #54D85E #54D85E;
}

.focuser .focuser-button.next:not(.swiper-button-disabled):hover::before {
    border-color: #54D85E #54D85E transparent transparent;
}

.focuser .focuser-button.swiper-button-disabled {
    opacity: 0.5;
}

.focuser .focuser-button.swiper-button-disabled:hover {
    cursor: not-allowed;
}

.delive_5 {
    width      : 100%;
    height: 720px;
    background : #F5F5F5;
    letter-spacing: 0;
    text-align: center;
    padding-top: 100px;
    margin-top: 80px;
}
.delive_5 .sort_title{
  background: linear-gradient(0deg, #4BB033 0%, #0093DD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.delive_5 .delive_cont {
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.delive_cont .live_1 {
    text-align : center;
    font-size  : 16px;
    color      : #333;
    line-height: 30px;
}

.delive_cont .live_1 .gong_user {
    margin-bottom: 60px;
}

.delive_cont .live_1 .gong_user img {
    width : 37px;
    height: 37px;
}

.delive_cont .live_2 {
    margin   : 0 80px 0;
    width    : 38px;
    height   : 38px;
    transform: translateY(-50px);
}

.delive_cont .live_4 .user_box {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    width          : 100px;
    margin-bottom  : 40px;
    font-size      : 16px;
    color          : #333;
}

.delive_cont .live_4 .user_box img {
    vertical-align: middle;
}

.delive_cont .live_4 .user_box .box_1 {
    width : 29px;
    height: 30px;
}

.delive_cont .live_4 .user_box .box_2 {
    width : 32px;
    height: 22px;
}

.delive_cont .live_4 .user_box .box_3 {
    width : 25px;
    height: 28px;
}

.delive_cont .live_4 .user_box .box_4 {
    width : 35px;
    height: 29px;
}

.delive_cont .live_4 .user_box .box_5 {
    width : 27px;
    height: 22px;
}

.delive_cont .live_4 .user_box .box_6 {
    width : 26px;
    height: 26px;
}

.delive_cont .live_3 {
    position: relative;
    top     : -22px;
    margin  : 0 50px;
}

.delive_cont .live_3 .live_up {
    display: flex;
    color  : #fff;
}

.delive_cont .live_3 .live_up .up_1 {
    position     : absolute;
    top          : 70px;
    left         : -100px;
    width        : 140px;
    height       : 140px;
    background-image: url(../images/delivery-icon013.png);
    background-size: 100%;
}

.delive_cont .live_3 .live_up .up_2 {
    position     : absolute;
    top          : 50%;
    right        : -100px;
    transform    : translateY(-50%);
    width        : 140px;
    height       : 140px;
    background-image: url(../images/delivery-icon014.png);
    background-size: 100%;
}

.delive_cont .live_3 .live_up .up_center1 {
    position     : relative;
    width        : 300px;
    height       : 300px;
    background: linear-gradient(90deg, rgba(75, 176, 51, 0.03) 0%, rgba(0, 147, 221, 0.03) 100%);
    border-radius: 50%;
}

.delive_cont .live_3 .live_up .up_center2 {
    position     : absolute;
    top          : 50%;
    left         : 50%;
    transform    : translate(-50%, -50%);
    width        : 230px;
    height       : 230px;
    background: linear-gradient(90deg, rgba(75, 176, 51, 0.1) 0%, rgba(0, 147, 221, 0.1) 100%);
    border-radius: 50%;
}

.delive_cont .live_3 .live_up .up_center3 {
    position       : absolute;
    top            : 50%;
    left           : 50%;
    transform      : translate(-50%, -50%);
    display        : flex;
    justify-content: center;
    align-items    : center;
    flex-direction : column;
    width          : 200px;
    height         : 200px;
    background: linear-gradient(90deg, #4BB033 0%, #0093DD 100%);
    border-radius  : 50%;
    text-align     : center;
    font-size      : 30px;
    color          : rgba(255, 255, 255, 1);
}

.delive_cont .live_3 .live_up .up_center3 img {
    width    : 72px;
    height   : 43px;
    transform: translateY(-10px);
}

.delive_cont .live_3 .live_down {
    display: flex;
    color  : #fff;
}

.delive_cont .live_3 .live_down .down1 {
    position     : absolute;
    bottom       : -44px;
    left         : -70px;
    width        : 140px;
    height       : 140px;
    background-image: url(../images/delivery-icon014.png);
    background-size: 100%;
}

.delive_cont .live_3 .live_down .down2 {
    position     : absolute;
    left         : 55%;
    transform    : translateX(-50%);
    bottom       : -40px;
    width        : 140px;
    height       : 140px;
    background-image: url(../images/delivery-icon015.png);
    background-size: 100%;
}

.delive_cont .live_3 .live_down .down3 {
    position     : absolute;
    right        : -60px;
    width        : 140px;
    height       : 140px;
    background-image: url(../images/delivery-icon016.png);
    background-size: 100%;
}

.delive_6 {
    padding: 124px 0 104px;
    width      : 100%;
    height: 1010px;
    box-sizing: border-box;
    background-image: url(../images/delivery-back08.png);
}

.delive_6 .ping {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    flex-wrap      : wrap;
    width          : 1200px;
    margin: auto;
}

.delive_6 .ping li {
    position: relative;
    top: 0px;
    width           : 21%;
    background-color: #fff;
    text-align      : center;
    box-shadow      : 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
    margin-bottom   : 60px;
    border-radius: 8px;
    transition: top 1s ease-in-out;
}
.delive_6 .ping li:hover{
  top: -40px;
}
.delive_6 .ping li img{
  width: 100%;
}
.delive_6 .ping li h3{
  font-weight: normal;
  width: 100%;
  height: 80px;
  background: #F5F5F5;
  border-radius: 0px 0px 8px 8px;
  font-size: 24px;
  color: #363D4D;
  line-height: 80px;
}
.apply_box {
  height: 600px;
  width: 100%;
  background: rgba(51, 51, 51, 1);
  padding-top: 70px;
  display: none;
}

.apply_box .apply_title {
  font-size: 40px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.apply_box .apply_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.apply_box .apply_cont .wap_moblie {
  display: none;
}

.apply_box .apply_cont .cont_left {
  margin-right: 270px;
}

.apply_box .apply_cont .cont_left .cont_title {
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 45px;
}

.apply_box .apply_cont .cont_left .option {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 44px;
  cursor: pointer;
}

.apply_box .apply_cont .cont_left .option img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 14px;
}

.apply_box .apply_cont .cont_left .moblie {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
  margin-top: 28px;
}

.apply_box .apply_cont .cont_right .cont_input {
  padding: 20px 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
}

.apply_box .apply_cont .cont_right .cont_input input {
  margin-left: 15px;
  height: 20px;
  border: none;
  outline: none;
  background-color: rgba(51, 51, 51, 1);
  color: #fff;
}

.apply_box .apply_cont .cont_right .tip {
  font-size: 14px;
  color: rgba(218, 0, 0, 1);
  letter-spacing: 0;
}

.apply_box .apply_cont .cont_right .apply_btn {
  width: 190px;
  height: 48px;
  background: linear-gradient(90deg, rgba(75, 176, 51, 1) 0%, rgba(0, 147, 221, 1) 100%);
  border-radius: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  line-height: 48px;
  text-align: center;
  margin-top: 48px;
}
.delive_box8 .detail,.delive_box11 .detail{
  color:#f4f4f4
}