.wrapper {
    background: url(../images/eyeslook_bg.png) repeat 0 0;
    overflow: hidden;
}
.area{
    width: 1200px;
    margin: 0 auto;
}
.wrapper .area .eyes_look {
    padding: 22px 14px 22px;
}
.wrapper .area .eyes_look .title {
    background: url(../images/eyes_look-slogan.png) no-repeat 84px 7px;
}
.wrapper .area .eyes_look .title .left {
    float: left;
}
.wrapper .area .eyes_look .title .left a {
    display: inline-block;
    background: url(../images/eyes_look_title.png) no-repeat left bottom;
    width: 66px;
    height: 35px;
}
.wrapper a {
    color: #000;
}
.wrapper .area .eyes_look .title .right {
    float: right;
    position: relative;
}
.wrapper .area .eyes_look .title .right .btn_towcode {
    position: absolute;
    right: 87px;
    top: 2px;
    background: url(../images/btn_share.png) no-repeat 0 0;
    width: 36px;
    height: 36px;
}
.wrapper .area .eyes_look .title .right .btn_app_plus {
    position: absolute;
    right: 5px;
    top: 3px;
    background: url(../images/eyes_look_appPlus.png) no-repeat 0 0;
    width: 59px;
    height: 31px;
}
.wrapper .towCode {
    position: absolute;
    z-index: 999999;
    bottom: -204px;
    left: 50%;
    background: url(../images/towCode.png) no-repeat 0 0;
    width: 204px;
    margin-left: -102px;
    height: 204px;
}
.wrapper .area .eyes_look .slider {
    position: relative;
    padding: 0 40px 0;
}
.wrapper .area .eyes_look .slider .col {
    width: 221px;
    float: left;
    padding: 0 26px 20px;
}
.wrapper .area .eyes_look .slider .item {
    position: relative;
    width: 221px;
    height: 389px;
}
.wrapper .area .eyes_look .slider .item:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    opacity: 0;
    background: url(../images/eyes_look_hover_bg.png) no-repeat center;
    width: 215px;
    height: 384px;
    transition: all ease-in-out .2s;
}
.wrapper .area .eyes_look .slider .item a {
    position: absolute;
    z-index: 9;
    display: block;
    padding: 2px;
}
.wrapper .area .eyes_look .slider .item a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/icon_play_l.png) no-repeat center;
    width: 60px;
    margin-left: -30px;
    height: 60px;
    margin-top: -36px;
}
.wrapper .area .eyes_look .slider .item a img {
    display: block;
    width: 217px;
    height: 385px;
    border-radius: 5px;
}
.wrapper .area .eyes_look .slider .item a span {
    position: absolute;
    z-index: 2;
    width: 191px;
    padding: 0 15px;
    bottom: 2px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.wrapper .area .eyes_look .slider .item a:after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 2px;
    background: url(../images/eyes_look_mask.png) no-repeat center;
    width: 217px;
    height: 160px;
}
.wrapper .area .eyes_look .slider .item:after {
    content: "";
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    background: url(../images/eyes_look_hover_img.png) no-repeat center;
    width: 221px;
    height: 389px;
    opacity: 0;
    transition: all ease-in-out .2s;
}
.wrapper .area .eyes_look .slider .col .item:hover:before {
    transform: translate(16px, -12px);
    opacity: 1
}
.wrapper .area .eyes_look .slider .col .item:hover:after {
    opacity: 1
}
.wrapper .area .eyes_look .timeline {
    width: 100%;
    height: 267px;
    background: url(../images/icon_live.png) no-repeat 69px 11px;
    margin-bottom: 40px;
}
.wrapper .area .eyes_look .timeline .replay .pic {
    width: 180px;
}
.wrapper .area .eyes_look .timeline .pic {
    position: relative;
    width: 184px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.wrapper .area .eyes_look .timeline .replay .pic:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 60px;
    height: 20px;
    background: url(../images/icon_live-replay.png) no-repeat 0 0;
}
.wrapper .area .eyes_look .timeline .pic .poster {
    position: relative;
    font-size: 0;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.wrapper .area .eyes_look .timeline .pic .poster:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    background: url(../images/eyes_look_timeline_mask.png) no-repeat 0 0;
    width: 180px;
    margin-left: -90px;
    height: 83px;
}
.wrapper .area .eyes_look .timeline .pic .poster img {
    width: 180px;
    height: 102px;
}
.wrapper .area .eyes_look .timeline .pic .poster:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/icon_play_m.png) no-repeat 0 0;
    width: 40px;
    margin-left: -20px;
    height: 40px;
    margin-top: -20px;
}
.wrapper .area .eyes_look .timeline .titl {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    width: 180px;
    margin: 14px auto 0;
}

.wrapper .area .eyes_look .timeline .live img {
    background: url(../images/icon_live-ing.png) no-repeat 0 0;
    padding: 2px
}

.wrapper .area .eyes_look .timeline.live .pic {
    width: 184px;
    margin-top: -2px
}

.wrapper .area .eyes_look .timeline .live .pic:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 2px;
    top: -4px;
    background: url(../images/icon_live-ing-up.png) no-repeat 0 0;
    width: 104px;
    height: 26px
}

.wrapper .area .eyes_look .timeline .live .pic:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 2px;
    bottom: -4px;
    background: url(../images/icon_live-ing-down.png) no-repeat 0 0;
    width: 51px;
    height: 26px
}

.wrapper .area .eyes_look .timeline .live .pic .poster:before {
    bottom: 2px
}

.wrapper .area .eyes_look .timeline .live .titl {
    margin-top: 12px
}

.wrapper .area .eyes_look .timeline .replay .pic {
    width: 180px
}

.wrapper .area .eyes_look .timeline .replay .pic:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 60px;
    height: 20px;
    background: url(../images/icon_live-replay.png) no-repeat 0 0
}

.wrapper .area .eyes_look .timeline .prevue .pic {
    width: 180px
}

.wrapper .area .eyes_look .timeline .prevue .pic:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 60px;
    height: 20px;
    background: url(../images/icon_live-prevue.png) no-repeat 0 0
}
#mainSwiper{
    width: 1068px;
    height: 275px;
    position: relative;
    margin: 0 auto 0;
}
#mainSwiper .swiper-slide{
    padding: 30px 0 0
}
#mainSwiper .swiper-slide .list{
    width: 180px;
    margin: 0 auto;
}
.mainSwiper{
    position: relative;
    padding: 0 40px;
}
#left{
    position: absolute;
    z-index: 9;
    left: 15px;
    top: 123px;
    background: url(../images/eyes_look_arrowLeft.png) no-repeat 0 0;
    width: 17px;
    height: 31px;
    cursor: pointer;
}
#right{
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 123px;
    background: url(../images/eyes_look_arrowRight.png) no-repeat 0 0;
    width: 17px;
    height: 31px;
    cursor: pointer;
}
.tip{
    width: 100%;
    height: 12px;
    margin-bottom: 30px;
}
.tip img{
    display: block;
    width: 232px;
    float: right;
    margin-right: 66px;
}
#loading{
    width: 200px; margin: 15px auto; text-align: center;color: #fff;display: none
}
.timewrap{
    position: relative;
    width: 215px;
    padding-top: 18px;
    background: url(../images/icon_desc.png) no-repeat center 0;
    text-align: center;
    margin: 0 auto 20px;
}
.swiper-slide-active .slides .timewrap:after{
    left: auto;
    width: 130px;
    right: 0;
}
.timewrap:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #787878;
    width: 213px;
    top: 8px;
    left: 0;
}
.time {
    color: #b9b9b9;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
}

.slides{
    width: 213px;
    float: left;
}