﻿#index #drop-box>li:hover,
#index #mtk_con ul li:hover{
    cursor: pointer;
    border: 1px solid #1570ca;
    border-radius: 2px;
}
#index .con .lun_right ul.t_con li:nth-child(2), #index .con .lun_right ul.t_con li:nth-child(5),#index .con .lun_right ul.t_con li:nth-child(8) {
    margin: 0 8px;
}
#drop-box>li:hover img,
#mtk_con ul li:hover img{
    -webkit-animation: flipinY 1.5s ease-out backwards;
    animation: flipinY 1.5s ease-out backwards;
}

.dialog-tip {
    position: fixed;
    background: #fff;
    /*height: 80px;*/
    width: 260px;
    top: 25%;
    margin-left: -130px;
    left: 50%;
    border: 1px solid #ccc;
    z-index: 9999;
    color: #333;
    font-size: 14px;
    text-align: center;
    padding-top: 40px;
    box-shadow: 0px 0px 5px #dcdcdc;
    display: none;
}
.dialog-tip img {
    position: absolute;
    right: 0;
    right: -8px;
    top: -8px;
    cursor: pointer;
}
.dialog-tip p.tip-time {
    font-size: 12px;
    color: #999;
    /*padding-top: 6px;*/
}
@-webkit-keyframes flipinY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0;} 40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg);} 70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);} 100%{-webkit-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1;}}
@keyframes flipinY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0;} 40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg);} 70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);} 100%{-webkit-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1;}}
