.topBanner{
    background-color: #ef623b;
    height: 100%;
    /*background-image: url("/static/img/site/home/background.png");*/
    background-repeat: no-repeat;
    background-size: cover;
}
*{
    font-family: Roboto;
}
.ADVANTAGES{
    /*margin-top: 80px;*/
}
.header{
    color: rgb(239, 98, 59);
    font-family: Roboto;
    font-size: 32px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 0px;
    text-align: center;
    background-color: #fff;
    height: 90px;
    margin-top: 80px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}
@media (max-width: 750px){
    .header{
        color: rgb(239, 98, 59);
        font-family: Roboto;
        font-size: 18px;
        font-weight: 700;
        line-height: 90px;
        letter-spacing: 0px;
        text-align: center;
        background-color: #fff;
        height: 90px;
        margin-top: 80px;
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
        margin-bottom: 40px;
    }
    .step-body .step-body-btn{
        padding: 0 0px !important;
        width:100%;
    }
    .step-body .step-body-btn .btn-item{
        transition-duration: 0.3s;
        width: 49% !important;
        padding: 10px 0;
        /*margin: 40px 0px !important;*/
        cursor: pointer;
        background-color: #ef623b;
        color: #fff;
        text-align: center;
        /*padding: 10px 0;*/
        font-size: 14px;
        letter-spacing: 1px;
        border-radius: 2px;
    }
}

.main {
    padding: 0 30px;
}
.ADVANTAGES .main .item {
    margin: 12px;
    background-color: #fff;
    height: 258px;
    box-sizing: border-box;
    border: 3px solid rgb(239, 98, 59);
    border-radius: 10px;
    padding: 40px;
    text-align: center;
}
.ADVANTAGES .main .item .desc{
    margin-top: 12px;
    display: block;
    color: rgb(51, 51, 51);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}


.OUR-LOCKERS .main .item {
    background: rgb(255, 255, 255);
    /* #EF623B */
    border: 3px solid rgb(239, 98, 59);
    border-radius: 10px;
    text-align: center;
    padding: 40px 0;
    margin: 10px 12px;
}
.OUR-LOCKERS .main .item span:nth-child(2){
    margin-top: 32px;
}
.OUR-LOCKERS .main .item .title{
    color: rgb(239, 98, 59);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
}
.OUR-LOCKERS .main .item .detail{
    color: rgb(239, 98, 59);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}
.OUR-LOCKERS .main .item .detail span{
    display: block;
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
}
.OUR-LOCKERS .main .luggage{
    border-radius: 10px;
    margin-top: 40px;
    padding: 40px 20px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.OUR-LOCKERS .main .luggage .size{
    border: 3px solid rgb(239, 98, 59);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    color: rgb(239, 98, 59);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    margin: 0 auto;
    margin-top: 26px;
}

#map{
    height: 100%;
}
.map .main{
    width:96%;
    display: flex;
    justify-content: space-between;
}
.map .main .item{
    background-color: #fff;
    width: 750px;
    height: 325px;
    border: 3px solid rgb(239, 98, 59);
    border-radius: 7px;
}
@media (max-width: 750px){
    #WHERE-WE-ARE .main{
        width:100%;
        display: block;
    }
    .map .main .item{
        background-color: #fff;
        width: 95%;
        height: 325px;
        border: 3px solid rgb(239, 98, 59);
        border-radius: 7px;
        margin:auto;
        margin-bottom:10px;
    }
    .main{
        padding:0 0;
    }

}

.map .main .desc{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.map .main .desc .address{
    margin-top:40px;
    font-family: Roboto;
    color: #EF623B;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}
.map .main .desc .dates{
    text-align: center;
    margin-bottom:40px;
}
.map .main .desc .date{
    font-size: 18px;
    color: #333;
}
.map .main .desc .date .num{
    font-size: 36px;
    color: #EF623B;
    font-weight: 800;
}
.map .main .desc .date:last-child .num{
    margin-top: 15px;
}
.HOW-TO-BOOK .main {

}
.HOW-TO-BOOK .main .item{
    background-color: #fff;
    border: 3px solid rgb(239, 98, 59);
    border-radius: 10px;
    margin: 12px;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.HOW-TO-BOOK .main .item .el-image{
    margin: 12px;
}
.HOW-TO-BOOK .main .item .title{
    color: rgb(239, 98, 59);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
}
.HOW-TO-BOOK .main .item .desc{
    display: flex;
    align-items: center;
    height: 84px;
    color: rgb(51, 51, 51);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}
.discount {
    padding-bottom: 40px;
}
.discount .main .item {
    background-color: #fff;
    border: 3px solid rgb(239, 98, 59);
    border-radius: 10px;
    padding: 40px;
    margin: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.discount .main .item .el-image{
    margin: 42px 0;
}
.discount .main .item .title{
    color: rgb(239, 98, 59);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 16px;
}
.discount .main .item .dlisc span{
    text-align: center;
    color:rgb(239, 98, 59) ;
    font-weight: bold;
    font-family: Roboto;
    font-size: 24px;
    line-height: 28px;
}
.text-orange{
    color:rgb(239, 98, 59) ;
}
.profile{
    width: 700px;
    margin: 0 auto;
    margin-top:150px;
    overflow: hidden;
    padding: 25px;
    box-shadow: 0 0 25px rgba(0,0,0,0.07);
    background-color: #fff;
}
@media(max-width: 750px){
    .profile{
        width: 700px;
        margin: 0 auto;
        margin-top:0px;
        overflow: hidden;
        padding: 25px;
        box-shadow: 0 0 25px rgba(0,0,0,0.07);
        background-color: #fff;
    }
}
.profile h3{
    font-size: 33px;
}
.profile .el-form-item__label {
    font-size: 11px;
    color: #4d5259;
}
.profile .save-btn{
    margin: 0 auto;
    width: 150px;
    padding: 10px 16px;
    text-align: center;
    color: #fff;
    background-color: #ef623b;
    cursor: pointer;
    font-family: Roboto,sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    transition-duration: 0.5s;
}
.profile .el-input__inner{
    border-radius:0 !important;
    border: none !important;
    border-bottom: 1px solid #DCDFE6 !important;
}


.save-btn:hover {
    background-color: #ef623b7d !important;
    border-color: #ef623b7d !important;
}
.discountDesc {
    text-align: center;
    height: 48px;
    text-align: center;
    background-color: #fff;
    margin: 0 72px;
    margin-top: 24px;
    line-height: 48px;
    color: #666;
}
.discountDesc span{
    color: red;
}
@media (max-width: 750px){
    .discountDesc {
        text-align: center;
        height: 110px;
        background-color: #fff;
        margin: 0 72px;
        margin-top: 24px;
        color: #666;
        line-height:28px !important;
    }
    .step-body .step-title{
        font-size: 18px !important;
        /*line-height: 80px;*/
    }
}
/*订单弹窗*/
.step-btn:hover {
    background-color: #ef623b59;
}

.step-btn {
    transition-duration: 0.3s;
    width: auto;
    /*margin: 40px 0px !important;*/
    cursor: pointer;
    background-color: #ef623b;
    color: #fff;
    text-align: center;
    /*padding: 10px 0;*/
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 2px;
}
.step-body{
    text-align: center;
}
.step-body .step-title{
    font-size: 20px;
    /*line-height: 80px;*/
}
.step-body .step-body-btn{
    margin-top: 40px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.el-dialog__headerbtn .el-dialog__close{
    color: #000;
}
.dialog__close, .el-dialog__headerbtn:hover .el-dialog__close{
    color: #ef623b;
}
.step-top{
    font-size: 24px;
    /*text-align: center;*/
    /*padding: 00px 0;*/
    /*font-size: 24px;*/
    /*color: #000;*/
}
.blue-btn{
    background-color: rgb(28, 93, 239) !important;
}
.blue-btn:hover{
    background-color: #1C5DEFAD !important;
}
.step-body .step-body-btn .btn-item:hover {
    background-color: #ef623b59;
}
.step-body .step-body-btn .btn-item{
    transition-duration: 0.3s;
    width: 150px;
    padding: 10px 0;
    /*margin: 40px 0px !important;*/
    cursor: pointer;
    background-color: #ef623b;
    color: #fff;
    text-align: center;
    /*padding: 10px 0;*/
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 2px;
}


.cookies-container .title{
    font-size: 24px;
    color: rgb(239, 98, 59);
    font-weight: 800;
    padding-bottom: 50px;
}
.cookies-container a{
    color: #4d5259;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
    cursor: default;
}
.cookies-container .pink-title{
    color: rgb(239, 98, 59);

    font-size: 18px;
    font-weight: 800;
    padding: 30px 0 10px 0;
    text-align: left;
}