body,ul,a{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a{
  color: #fff; 
}
.el-textarea__inner,.el-button{
  height: 50px !important;
}
.el-textarea{
  margin: 0 20px;
  flex: 1;
}
.el-card{
  margin-top: 20px !important;
}
.el-carousel ,.el-carousel__container{
  height: 100% !important;
}
.el-carousel__indicators{
  bottom: 14% !important;
  left: 80% !important;
}
.el-carousel__button{
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}
.el-input__inner{
  background-color:rgb(255, 255, 255, 0.5) !important;
}
.el-tabs--border-card{
  border: none;
  box-shadow: none;
}

.el-tabs__header {
  display: none !important;
}
.el-drawer {
  width: 40% !important;
}
img{
  width: 100%;
  height: 100%;
}
.flex{
  display: flex;
}
.nav{
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 80px;
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 11px 10px #706e6e33;
}
.nav-left,.nav-right{
  width: 20%;
  display: flex;
  align-items: center;
}
.nav-left{
  text-align: right;
}
.nav-right{
  text-align: left;
  font-size: 27px;
  color: red;
  font-weight: 700;
  text-shadow: 3px 2px #17171757;
}
.nav-center{
  width: 50%;
}
.box{
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-top{
  position: relative;
  width: 100%;
  height:80%;
}
.box-top .box-nav{
  position: absolute;
  bottom: 0;
  z-index: 1000;
}
.box-top .box-nav{
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  background:#322b2b;
}
.box-top .box-nav .nav-ul{
  width: 80%;
  margin: 0 auto;
  line-height: 50px;
  color: #fff;
}
.box-top  .carousel{
  width: 100%;
  height: 100%;
}
.box-top .box-nav .nav-ul li {
  position: relative;
  width: 300px;
  text-align: center;
  /* padding: 0px 85px; */
}
.box-top .box-nav .nav-ul li:nth-child(1):hover{
  background: #cac5c587;
}
.box-top .box-nav .nav-ul li:nth-child(1):hover  .box-slot{
  display: block;
}
.box-top .box-nav .nav-ul li:nth-child(1):hover  .sjx{
  display: block;
}
.box-top .box-nav .nav-ul li:nth-child(2):hover{
  background: #cac5c587;
}
.box-top .box-nav .nav-ul li:nth-child(2):hover  .box-slot{
  display: block;
}
.box-top .box-nav .nav-ul li:nth-child(2):hover  .sjx{
  display: block;
}

.box-top .box-nav .nav-ul li:nth-child(3):hover{
  background: #cac5c587;
}
.box-top .box-nav .nav-ul li:nth-child(3):hover  .box-slot{
  display: block;
}
.box-top .box-nav .nav-ul li:nth-child(3):hover  .sjx{
  display: block;
}

.box-top .box-nav .nav-ul li:nth-child(4):hover{
  background: #cac5c587;
}
.box-top .box-nav .nav-ul li:nth-child(4):hover  .box-slot{
  display: block;
}
.box-top .box-nav .nav-ul li:nth-child(4):hover  .sjx{
  display: block;
}

.box-top .box-nav .nav-ul li .i {
  width: 1px;
  height: 25px;
  background: #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.box-top .box-nav .nav-ul li .input{
  display: flex;
  align-items: center;
  width: 90%;
  height: 100%;
  margin:  0 auto;
}
.sjx{
  position: absolute; 
  left:50%; 
  top: 0; 
  display: none;
  border-bottom: 6px solid transparent; 
  border-left: 6px solid transparent; 
  border-right: 6px solid transparent;
  border-top: 10px solid #ffffff;
}
.box-top .box-nav .nav-ul li .box-slot {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 400px;
  height: 100px;
  background: rgb(255, 255, 255, 0.87);
  transform: translateY(-100%);
}
.box-buttom{
  width: 80%;
  height:20%;
  margin: 1% 0;
  display: flex;
  justify-content: space-between;
}

.box-bottom-left{
 width: 28%;
 height: 100%;
}
.box-bottom-right{
  width: 68%;
  height: 100%;
 }


 .step-time {
  position: absolute;
  left: -200px;
    font-size: 15px;
    color: #000000;
    line-height: 14px;
    width: 155px;
    display: block;
    top: -34px;
    text-align: right;
}
.step-title {
  position: relative;
  color: #000000;
  font-weight: 500;
}

.step-icon {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 2px solid #ccc;
}
.green {
  border-color: #67c23a;
}

.country-icon{
  width: 40px;
  margin: 0 0 -4px 10px;
  border-radius: 3px;
  cursor: pointer;
}