.indexRemark img{
    width: 100%;
    height: 100%;
}
.IndexService .IndexService_content_title dd{
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: bolder;
    color: #fff;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.IndexBussiness .IndexService_content_title dd{
    color: #00BFBF;
}
.IndexBussiness .IndexService_content_title dd span{
    color: #00BFBF !important;
}

.IndexService .IndexService_content_title dd span{
    color: #fff;
    /*height: 4px;*/
    /*padding-top: 22px;*/
    line-height: 40px;
    vertical-align: middle;
    font-size: 4px;
    margin-right: 6px;
}

.IndexService .IndexService_content_title dt{
    font-size: 60px;
    color: #fff;
    margin-top: 12px;
    letter-spacing: 30px;
}
.indexRemark .remark-txt p{
   font-size: 30px;
    padding-top: 30px;
    letter-spacing: 2px;
}
.indexRemark .remark-txt p:nth-child(3){
    font-size: 34px;
    padding-top: 30px;
    letter-spacing: 2px;
}
.indexRemark .remark-img{
    display: grid;
    height: 260px;
}

.indexRemark .remark-img div{
    grid-row: 1;
    height: 260px;
    width: 100%;
    padding: 4px;
}

.IndexCase .IndexCase_content .IndexCase_content_list {
    width: 50%;
    margin: 0px;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img {
    margin: 20px;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
    height: 300px;
    object-fit: inherit;
}
.IndexCase .IndexCase_content .IndexCase_content_list {
border-width: 0px;
}
.IndexCase .IndexCase_content .IndexCase_content_list:before {
    background: #fff;
}
.IndexService .IndexService_content .IndexService_content_title{
    padding-bottom:20px;
}
.Index-Vip0{
    margin-top: 150px;
}
.Index-Vip0 img{
    height: 180px;
    width: 250px;
    padding: 10px;
}

.Index-Vip .Index-VipRemark img{
    height: 60px;
}
.Index-Vip .Index-VipRemark div:nth-child(1){
    text-align: center;
}
.Index-Vip .Index-VipRemark div:nth-child(2){
    font-size: 30px;
    text-align: center;
    margin: 15px;
    color: #fff;
}
.Index-Vip .Index-VipRemark div:nth-child(3){
    font-size: 16px;
    padding: 20px;
    margin: 5px;
    letter-spacing: 4px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, .3) 0px 7px 10px 0px;
}
.Index-Vip .Index-VipRemark div:nth-child(3) div {
     font-size: 20px;
     border: 1px solid #ccc;
     padding: 5px;
     letter-spacing: 2px;
    left: 30px;
    right: 30px;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
 }
.Index-Vip .Index-VipRemark div:nth-child(3) ul li {
    list-style-type: disc;
    margin-left: 10px;
}
.index-todongtai{
    font-size: 24px;
    color: #fff;
    background-color: #F59A23;
    padding: 10px 50px;
    border-radius: 5px;
}
.remark-txt{
    color: #fff;
}
.vip-money{
    background-color: #00BFBF !important;
    color: #fff !important;
    border-radius: 3px;
}
.vip-money:hover {
    background-color: #00BFBF !important;
    transform: scale(1.1);
}
.btn-primary:hover {
    color: #fff;
    background-color: #00BFBF;
    border-color: #204d74;
}