.ninelist0 .p-odd .LayImAhrefNode {
	background-color:#f08000;
	color: #fff!important;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0);
    transform: translateZ(0px);
    transition-property: color;
    transition-duration: 0.5s;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: color;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    width: 30.5%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin-top: 5.7%;
    margin-left: 30.04%;
}
.ninelist0 .p-odd .LayImAhrefNode:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform: scaleX(1);
}
.ninelist0 .p-odd .LayImAhrefNode::before{
    background-color: #192634;
    transform-origin: 0% 50%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    content: "";
    transform: scaleX(0);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: transform;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
}
.ninelist0 .p-odd .LayImAhrefNode:hover{
    color: white;
    text-decoration: underline;
}
.ninelist0 .p-odd .LayImAhrefNode:hover::before{
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform: scaleX(1);
}
.ninelist1 li a.LayImAhrefNode{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color:#f08000;
    transition:all .5s linear 0s;
}

.info .more {margin-left: 20px;}

.main .right-details button {display: inline-block;}
.m-t-right .LayImAhrefNode {
    display: inline-block;
	background-color:#f08000;
	color: #fff!important;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    padding: 0 32px;
    border: 0;
    margin-top: 25px;
    margin-left: 15px;
    transition:all .5s linear 0s;
}
.m-t-right .LayImAhrefNode:hover,.ninelist1 li a.LayImAhrefNode:hover {
    background:#2b2b2b;
    text-decoration:none;
    color: #fff!important;
}