﻿.vlm-container {
    width: 1200px;
    margin: 44px auto 106px auto;
    background: #fff;
    padding-top: 80px;
}


.vlm-title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 22px;
}

.rent{
    padding:0px 75px 82px 75px; 
}
.rent-top{
    display:flex;
    align-items:center;
}
.rent-btm {
    display: flex;
    align-items: center;
    margin-top:57px;
    margin-bottom:40px;
}
.rent-left {
    width:414px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin-right:35px;
}
.rent-top .rent-right {
    margin-top:38px;
}
.rent-right {
    flex: 1;
}
.rent-ship{
    width:217px;

    margin-right:10px;
}
/*.rent-top-ship {
    margin-bottom: 82px;
}*/
.rent-btm-ship{

}
.rent-title-mian{
    font-size:28px;
}
.rent-top .rent-arrow {
    width: 96px;
    animation: bounce-horizontal 1s ease-in-out infinite;
}
.rent-btm .rent-arrow {
    width: 96px;
    animation: bounce-horizontal2 1s ease-in-out infinite;
}
@keyframes bounce-horizontal {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px); /* 向右移动30像素 */
    }
}
@keyframes bounce-horizontal2 {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px); /* 向右移动30像素 */
    }
}
.rent-title {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    position: absolute;
}
.rent-title-sec {
    font-size: 24px !important;
    font-weight: bold;
    color: #666666 !important;
}
   /* .rent-top-title {
        bottom: 65px;
        left: 0px;
    }*/
.rent-top-title {
    top: 7px;
    left: 0px;
}
.rent-btm-title {
    top: 7px;
    left: 0px;
}
.rent-row {
}
.rent-item {
    display: flex;
    align-items:flex-start;
    margin-bottom:28px;
}
.rent-item:last-child {
margin-bottom:0px !important;
}
.rent-num{
    margin-right:20px;
}
.rent-text {
    line-height: 32px;
    font-size: 18px;
    color: rgb(113,113,113);
}
.list{
    padding-bottom:34px;
 
}
.list-title {
    font-size: 24px;
    color: #7A5400;
    text-align: center;
    margin-bottom: 31px;
}
.list-table {
    width: 1048px;
    margin:auto;
    border-collapse: collapse;
}

    .list-table th, .list-table td {
        border: 1px solid #333;
        padding: 12px 15px;
        text-align: left;
    }
/* 为偶数行设置背景颜色 */
.list-table tr:nth-child(even) {
    background-color: #fff;
}

/* 为奇数行设置背景颜色 */
.list-table tr:nth-child(odd) {
    background-color: #FFFAF0;
}
    .list-table th {
        background-color: #FFAC1A;
        font-size: 18px;
        color: #FFFFFF;
        font-weight:400;
    }
    .list-table td {
        font-size: 18px;
        color: #7A5400;
    }
        .list-table td:nth-child(2), .list-table td:nth-child(4), .list-table td:nth-child(5), .list-table td:nth-child(6), .list-table td:nth-child(7) {
            text-align: right;
        }
        .list-table th:nth-child(2), .list-table th:nth-child(4), .list-table th:nth-child(5), .list-table th:nth-child(6), .list-table th:nth-child(7) {
            text-align: right;
        }
    .list-table td:nth-child(1), .list-table th:nth-child(1) {
        width:210px;
    }

.contact-rent {
    background: #FFAC1A;
    padding:16px 0;
}
.contact-rent-title {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align:center;
    margin-bottom:11px;
}
.contact-rent-subTitle {
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.contact-rent-row {
    width: 558px;
    margin: auto;
    display: flex;
    align-items: center;
/*    justify-content:center;*/
    margin-bottom: 10px;
}
    .contact-rent-row:last-child {
        margin-bottom: 0px !important;
    }
    .contact-rent-item {
    display: flex;
    align-items:center;
    margin-right: 10px;
    font-size: 16px;
    color: #FFFFFF;
}
    .contact-rent-item:last-child {
        margin-right: 0px !important;
    }
.contact-rent-img {
    width:16px;
    margin-right: 10px;
}
.contact-rent-item-text {
    font-size: 16px;
    color: #FFFFFF;
}
.management-btm {
    height: 174px;
    background-image: url("/images/shippmentServices/managementBg.png");
    background-repeat: no-repeat;
    padding-top: 23px;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.management-title {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align:center;


}
.management-subTitle {
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    margin:10px 15px;
}
.management-row{
    display:flex;
    align-items:center;
   
}
.management-item {
    display: flex;
    align-items: center;
    margin-right: 17px;
    font-size:16px;
    color:#fff;
}
.management-item:last-child {
    margin-right: 0px !important;
}
    .management-img{
    width:16px;
    margin-right:10px;
}
.management-top {
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
    padding: 70px 42px 12px 75px;
    margin-bottom:40px;
}
.management-top-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}
.management-top-subTitle {
    font-size: 20px;
    color: #717171;
    margin-bottom: 29px;
    font-weight:bold;
}
.management-solgan{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
.management-solgan-item {
    margin-bottom: 23px;
}
.management-solgan-item-inner {
    display: inline-flex;
    align-items:center;
    background: #FFAC1A;
    border-radius: 12px;
    padding: 2px 7px 3px 7px;
}
.management-solgan-img {
  width:401px;
  height:105px;
}
.management-solgan-item-text {
    font-size: 16px;
    line-height:16px;
    color: #FFFFFF;
}
.management-top-left{
    margin-right:51px;
}
.management-top-right-img{
    width:480px;
    height:320px;
}