*{
    margin: 0;
}
.route{
    margin-top: 21px;
    display: block;
}
.index-last-foot {
    background: #FFFFFF;
}
.route label,.route a{
    line-height: 13px;
    font-size: 14px;
    color: #666666;
}
.route label:last-child{
    display: none;
}
.route label:nth-child(2n-1){
    cursor: pointer;
}
.route label:nth-child(2n-1):hover{
    color: rgba(16, 131, 145, 1);
}
.route a:hover{
    color: rgba(16, 131, 145, 1);
}
.CASDetail .contain{
    display: flex;
    justify-content: space-between;
    padding: 16px 0 37px 0;
}
.base-info{
    width: 270px;
    height: max-content;
    padding: 20px 20px 40px;
    background: #FFFFFF;
}
.other-info{
    width: 870px;
}
.item-name{
    width: 270px;
    font-size: 18px;
    color: #108391;
    line-height: 20px;
    word-wrap:break-word;
}
.item-img{
    margin-top: 24px;
    width: 180px;
    height: 50px;
    object-fit: cover;
}
.item-list{
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.blue-title{
    display: flex;
    margin-top: 26px;
}
.blue-block{
    width: 6px;
    height: 20px;
    background: #4FC2B8;
    margin-right: 12px;
}
.tuijian_block .blue-block{
    background:#108391;
}
.blue-title-content{
    font-size: 18px;
    color: #333333;
    line-height: 18px;
}
.item-list ul{
    margin-top: 20px;
}
.item-list ul li{
    list-style-type: square;
    list-style-position:inside;
}
.item-list ul li::marker{
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}
.item-list ul li a{
    font-size: 14px;
    color: rgba(16, 131, 145, 1);
    line-height: 20px;
    margin-left: -8px;
}
.item-list ul li a:hover{
    text-decoration: underline;
}
.base-info-content{
    margin-top: 20px;
}
.base-info-content-info{
    margin-top: 20px;
}
.info-item{
    margin-top: 10px;
    width: 270px;
}
.info-item:first-child{
    margin-top: 0;
}
.info-name{
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    line-height: 20px;
}
.info-content{
    width: 270px;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    font-weight: 500;
    word-wrap:break-word;
}
.from-tips{
    width: 870px;
    height: 40px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    color: rgba(16, 131, 145, 1);
    font-size: 14px;
    padding-left: 30px;
}
.from-tips label{
    color: rgba(102, 102, 102, 1);
}
.support-item{
    margin-top: 10px;
    width: 820px;
    height: 140px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 0 20px;
}
.support-item-left{
    display: flex;
    align-items: center;
}
.support-item img{
    width: 100px;
    height: 100px;
    background: #CCCCCC;
}
.name-send{
    margin-left: 20px;
    height: 100px;
    padding-top: 10px;
}
.support-name{
    font-size: 16px;
    color: #108391;
    line-height: 17px;
    width: 200px;
}
.support-name:hover{
    text-decoration: underline;
    cursor: pointer;
}
.name-send button{
    margin-top: 35px;
    width: 100px;
    height: 30px;
    background: #108391;
    border-radius: 15px 15px 15px 15px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}
.name-send button:hover{
    cursor: pointer;
}
.support-sell{
    border-left: 1px dotted rgba(204, 204, 204, 1);
    height: 100px;
    width: 290px;
}
.support-sell ul li a{
    width: 250px;
    padding-left: 30px;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    margin-top: 8px;
}
.support-sell ul li a::before{
    content: '·';
    margin-right: 5px;
    font-size: 14px;
}
.support-sell ul li:first-child a{
    margin-top: 0;
}
.support-sell ul li:hover a{
    color: rgba(16, 131, 145, 1);
    cursor: pointer;
}




/**/
.pageBtn{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whiteBg{
    width: 42px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    cursor: pointer;
}
.greyBg{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}
.noneBg{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    font-size: 16px;
    color: #666666;
}
.currentPage{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    background: #4FC2B8;
    color: #FCFCFC;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    cursor: pointer;
}
.whiteBg i,.greyBg i{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}
.totalPages{
    font-size: 16px;
    color: #666666;
    margin-left: 11px;
}
.goPage{
    font-size: 16px;
    color: #666666;
    margin-left: 21px;
}
.pageNum{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 16px;
    color: #108391;
    margin: 0 10px;
    outline: none;
    text-align: center;
}
.goPageBtn{
    width: 80px;
    height: 40px;
    background: #4FC2B8;
    border-radius: 20px;
    margin-left: 15px;
    border: none;
    line-height: 40px;
    font-size: 16px;
    color: #FCFCFC;
    cursor: pointer;
}
.other-tips{
    text-align: center;
    margin-top: 30px;
}
.other-tips div{
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    margin-bottom: 5px;
}
.other-tips div a{
    color: rgba(16, 131, 145, 1);
}
.other-tips div a:hover{
    text-decoration: underline;
    cursor: pointer;
}
.other-tips ul li{
    list-style-type: square;
    list-style-position: inside;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    font-weight: 500;
    margin-bottom: 5px;
}
.other-tips ul li::marker{
    color: rgba(16, 131, 145, 1);
    font-size: 14px;
}
.tuijian_block{
    margin-top:37px;
}
.tuijian_block-content{
    width: 830px;
    background: #FCFCFC;
    opacity: 1;
    margin-top: 9px;
    padding: 20px 20px 10px;
}
.tuijian_block-content ul{
    display: flex;
    flex-wrap: wrap;
}
.tuijian_block-content ul li a{
    width: 275px;
    color:rgba(51, 51, 51, 1);
    font-size: 14px;
    margin-bottom: 10px;
}
.tuijian_block-content ul li a:hover{
    cursor: pointer;
    color: #108391;
}
.tuijian_block-content ul li a::before{
    content: '·';
    margin-right: 8px;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
}

