@keyframes angleft {
    from {
        -webkit-transform: translate3d(5px, 0, 0);
        -moz-transform: translate3d(5px, 0, 0);
        -o-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    to {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        -o-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes angleft {
    from {
        -webkit-transform: translate3d(5px, 0, 0);
        -moz-transform: translate3d(5px, 0, 0);
        -o-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    to {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        -o-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.animate-angleft {
    animation: angleft .8s linear infinite;
    -webkit-animation: angleft .8s linear infinite
}

@keyframes angright {
    from {
        -webkit-transform: translate3d(-5px, 0, 0);
        -moz-transform: translate3d(-5px, 0, 0);
        -o-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    to {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        -o-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes angright {
    from {
        -webkit-transform: translate3d(-5px, 0, 0);
        -moz-transform: translate3d(-5px, 0, 0);
        -o-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    to {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        -o-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.animate-angright {
    animation: angright .8s linear infinite;
    -webkit-animation: angright .8s linear infinite
}

.yicamera-features h2,
.yicamera-features ul,
.yicamera-features h3,
.yicamera-features li,
.yicamera-features p {
    margin: 0px;
    padding: 0px
}

.yicamera-features .feature-font-big {
    text-align: center
}

.yicamera-features .feature-font-big .title {
    font-size: 30px;
    color: #313131;
    line-height: 40px;
    font-weight: normal
}

.yicamera-features .feature-font-big .descp {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 24px;
    width: 810px;
    margin: 0 auto;
    margin-top: 17px
}

.yicamera-features .feature-font-sml {
    text-align: center
}

.yicamera-features .feature-font-sml .title {
    font-size: 25px;
    color: #313131;
    line-height: 35px;
    font-weight: normal
}

.yicamera-features .feature-font-sml .descp {
    font-size: 14px;
    color: #8c8c8c;
    width: 810px;
    margin: 0 auto;
    line-height: 24px;
    margin-top: 20px
}

.yicamera-features .yicamera-features-head {
    height: 865px;
    background-color: #fafafa;
    overflow: hidden;
    position: relative
}

.yicamera-features .yicamera-features-head .head-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -654px;
    margin-top: -200px;
    width: 610px;
    height: 436px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-14.jpg")
}

.yicamera-features .yicamera-features-head .text {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -123px;
    text-align: left
}

.yicamera-features .yicamera-features-head .text .descp {
    width: 505px
}

.yicamera-features .yicamera-features-problue {
    overflow: hidden;
    position: relative;
    padding-bottom: 145px
}

.yicamera-features .yicamera-features-problue .title {
    margin-top: 155px
}

.yicamera-features .yicamera-features-problue .showdemo-block {
    width: 1400px;
    height: 442px;
    background-color: #ccc;
    position: absolute;
    left: 50%;
    top: 475px;
    margin-left: -700px;
    overflow: hidden
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist {
    list-style-type: none
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist li {
    height: 442px;
    width: 785px;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: width .6s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: width .6s cubic-bezier(.25, .46, .45, .94);
    -o-transition: width .6s cubic-bezier(.25, .46, .45, .94);
    transition: width .6s cubic-bezier(.25, .46, .45, .94);
    overflow: hidden
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist li .cover,
.yicamera-features .yicamera-features-problue .showdemo-block .imglist li .short {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 205px;
    height: 442px
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist li .cover {
    z-index: 25;
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-13.png")
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist li .short {
    z-index: 24
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist li .video-info {
    display: none
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist li .descp {
    position: absolute;
    width: 135px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -65px;
    text-align: center;
    z-index: 6
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist li .descp .desc-tit {
    font-size: 18px;
    color: #fff;
    line-height: 18px
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist li .descp .border {
    width: 100px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 8px
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist li .descp .desc-con {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-top: 6px
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist li .video-block {
    display: none;
    position: absolute;
    width: 100%;
    height: 442px;
    z-index: 10
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist li .video-block video {
    width: 785px
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist li .video-block .video-info {
    width: 95px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    border-radius: 5px
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist li .screen-img {
    position: absolute;
    width: 785px;
    height: 442px;
    z-index: 20
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist li .screen-img img {
    width: 785px
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist .leftdefault .cover,
.yicamera-features .yicamera-features-problue .showdemo-block .imglist .leftdefault .short {
    left: 0px;
    -webkit-transition: opacity .5s cubic-bezier(.25, .46, .45, .94) .3s;
    -moz-transition: opacity .5s cubic-bezier(.25, .46, .45, .94) .3s;
    -o-transition: opacity .5s cubic-bezier(.25, .46, .45, .94) .3s;
    transition: opacity .5s cubic-bezier(.25, .46, .45, .94) .3s
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist .rightdefault .cover,
.yicamera-features .yicamera-features-problue .showdemo-block .imglist .rightdefault .short {
    right: 0px;
    -webkit-transition: opacity .5s cubic-bezier(.25, .46, .45, .94) .3s;
    -moz-transition: opacity .5s cubic-bezier(.25, .46, .45, .94) .3s;
    -o-transition: opacity .5s cubic-bezier(.25, .46, .45, .94) .3s;
    transition: opacity .5s cubic-bezier(.25, .46, .45, .94) .3s
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist .selected .cover,
.yicamera-features .yicamera-features-problue .showdemo-block .imglist .selected .short,
.yicamera-features .yicamera-features-problue .showdemo-block .imglist .selected .descp {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .1s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: opacity .1s cubic-bezier(.25, .46, .45, .94);
    -o-transition: opacity .1s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .1s cubic-bezier(.25, .46, .45, .94)
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist .selected .video-info {
    display: block
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist .first-img {
    z-index: 20;
    left: 0
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist .first-img .short {
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-33.jpg")
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist .sec-img {
    z-index: 19;
    left: 205px
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist .sec-img .short {
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-34.jpg")
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist .third-img {
    z-index: 18;
    left: 410px
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist .third-img .short {
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-35.jpg")
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist .for-img {
    z-index: 16;
    left: 615px
}

.yicamera-features .yicamera-features-problue .showdemo-block .imglist .for-img .short {
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-36.jpg")
}

.yicamera-features .yicamera-features-problue .tech-list {
    width: 528px;
    margin: 0 auto;
    margin-top: 715px;
    overflow: hidden;
    position: relative
}

.yicamera-features .yicamera-features-problue .tech-list li {
    float: left;
    height: 86px;
    border-right: 1px solid #e5e5d5;
    width: 175px;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-top: 14px
}

.yicamera-features .yicamera-features-problue .tech-list li.last {
    border-right: none
}

.yicamera-features .yicamera-features-problue .tech-list li b {
    font-size: 30px;
    line-height: 30px;
    color: #313131;
    font-weight: 300
}

.yicamera-features .yicamera-features-problue .tech-list li p {
    margin-top: 12px;
    font-size: 14px;
    color: #313131;
    line-height: 14px
}

.yicamera-features .yicamera-features-colorful {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
    position: relative;
    height: 1000px
}

.yicamera-features .yicamera-features-colorful .title {
    margin-top: 150px
}

.yicamera-features .yicamera-features-colorful .descp {
    width: 812px
}

.yicamera-features .yicamera-features-colorful .change-block {
    position: absolute;
    left: 50%;
    margin-left: -700px;
    top: 390px;
    -webkit-user-select: none;
    width: 1400px;
    height: 400px
}

.yicamera-features .yicamera-features-colorful .change-block .newpage,
.yicamera-features .yicamera-features-colorful .change-block .oldpage {
    width: 1400px;
    height: 400px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat
}

.yicamera-features .yicamera-features-colorful .change-block .newpage {
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-4.jpg");
    z-index: 4;
    width: 110px
}

.yicamera-features .yicamera-features-colorful .change-block .newpage .nav-btn {
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    width: 66px;
    height: 66px;
    top: 50%;
    right: -33px;
    margin-top: -33px;
    cursor: pointer;
    display: none
}

.yicamera-features .yicamera-features-colorful .change-block .newpage .nav-btn .leftang,
.yicamera-features .yicamera-features-colorful .change-block .newpage .nav-btn .rightang {
    position: absolute;
    width: 14px;
    height: 20px;
    top: 24px;
    background-repeat: no-repeat;
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-2.png")
}

.yicamera-features .yicamera-features-colorful .change-block .newpage .nav-btn .leftang {
    left: 13px
}

.yicamera-features .yicamera-features-colorful .change-block .newpage .nav-btn .rightang {
    right: 13px;
    background-position: -14px 0
}

.yicamera-features .yicamera-features-colorful .change-block .newpage .leftinfo,
.yicamera-features .yicamera-features-colorful .change-block .newpage .rightinfo {
    display: none;
    position: absolute;
    width: 120px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    opacity: .6;
    filter: alpha(opacity=60);
    bottom: 10px;
    text-align: center
}

.yicamera-features .yicamera-features-colorful .change-block .newpage .leftinfo {
    right: 15px;
    color: #000;
    background-color: #fff
}

.yicamera-features .yicamera-features-colorful .change-block .newpage .rightinfo {
    right: -135px;
    color: #fff;
    background-color: #000
}

.yicamera-features .yicamera-features-colorful .change-block .newpage .showNav {
    opacity: 1;
    filter: alpha(opacity=100)
}

.yicamera-features .yicamera-features-colorful .change-block .oldpage {
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-3.jpg");
    z-index: 2
}

.yicamera-features .yicamera-features-wide {
    overflow: hidden;
    padding-bottom: 130px;
    border-bottom: 1px solid #dadada
}

.yicamera-features .yicamera-features-wide .title {
    margin-top: 145px
}

.yicamera-features .yicamera-features-wide .wide-beauty {
    margin: 0 auto;
    margin-top: 90px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-15.jpg");
    position: relative
}

.yicamera-features .yicamera-features-wide .wide-beauty .beatuty-info {
    position: absolute;
    font-size: 14px;
    color: #fff;
    left: 50%;
    margin-left: 300px;
    width: 400px;
    bottom: 6px
}

.yicamera-features .yicamera-features-wide .ang-list {
    list-style-type: none;
    margin: 0 auto;
    margin-top: 120px;
    width: 310px
}

.yicamera-features .yicamera-features-wide .ang-list li {
    float: left;
    margin-right: 100px;
    text-align: center
}

.yicamera-features .yicamera-features-wide .ang-list li.last {
    margin-right: 0px
}

.yicamera-features .yicamera-features-wide .ang-list li h3 {
    width: 105px;
    height: 105px;
    background-repeat: no-repeat;
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-1.png")
}

.yicamera-features .yicamera-features-wide .ang-list li p {
    margin-top: 10px;
    font-size: 12px;
    color: #8c8c8c
}

.yicamera-features .yicamera-features-wide .ang-list .yi-ang h3 {
    background-position: 0 -1185px
}

.yicamera-features .yicamera-features-wide .ang-list .nor-ang h3 {
    background-position: 0 -1301px
}

.yicamera-features .yicamera-features-self {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    padding-bottom: 70px
}

.yicamera-features .yicamera-features-self .title {
    margin-top: 145px
}

.yicamera-features .yicamera-features-self .link-shop {
    margin-top: 12px;
    color: #70c9fd;
    font-size: 14px
}

.yicamera-features .yicamera-features-self .wifi-logo {
    margin: 0 auto;
    margin-top: 725px;
    text-align: center;
    width: 100px
}

.yicamera-features .yicamera-features-self .wifi-logo h3 {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    font-weight: normal;
    height: 100px;
    width: 100px;
    line-height: 100px;
    color: #313131;
    font-size: 28px
}

.yicamera-features .yicamera-features-self .wifi-logo p {
    font-size: 14px;
    color: #8c8c8c;
    margin-top: 10px
}

.yicamera-features .yicamera-features-self .self-list {
    position: absolute;
    left: 50%;
    width: 1400px;
    top: 410px;
    list-style-type: none;
    margin-left: -700px
}

.yicamera-features .yicamera-features-self .self-list li {
    width: 426px;
    float: left;
    height: 570px;
    margin-right: 61px
}

.yicamera-features .yicamera-features-self .self-list .self-1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-18.jpg")
}

.yicamera-features .yicamera-features-self .self-list .self-2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-19.jpg")
}

.yicamera-features .yicamera-features-self .self-list .self-3 {
    margin-right: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-20.jpg")
}

.yicamera-features .yicamera-features-remote {
    height: 896px;
    position: relative;
    border-bottom: 1px solid #dadada
}

.yicamera-features .yicamera-features-remote .text {
    position: absolute;
    margin-left: -25px;
    top: 50%;
    left: 50%;
    margin-top: -155px;
    text-align: left
}

.yicamera-features .yicamera-features-remote .text .descp {
    width: 470px
}

.yicamera-features .yicamera-features-remote .text .android-btn {
    margin-top: 70px;
    width: 235px;
    height: 40px;
    line-height: 40px;
    color: #70c9fd;
    font-size: 14px;
    border: 1px solid #70c9fd;
    display: block;
    border-radius: 5px;
    text-align: center
}

.yicamera-features .yicamera-features-remote .text .android-btn:hover {
    background-color: #70c9fd;
    color: #fff
}

.yicamera-features .yicamera-features-remote .text .iso-info {
    font-size: 14px;
    color: #ff6845;
    margin-top: 10px
}

.yicamera-features .yicamera-features-remote .remote-img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -360px;
    width: 380px;
    height: 779px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("//c1.mifile.cn/f/i/2014/cn/yicamera/f-24.jpg")
}

.yicamera-features .yicamera-features-show {
    overflow: hidden;
    padding-bottom: 235px
}

.yicamera-features .yicamera-features-show .title {
    margin-top: 145px
}

.yicamera-features .yicamera-features-show .show-block {
    margin: 0 auto;
    margin-top: 120px;
    width: 1400px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-21.jpg")
}

.yicamera-features .yicamera-features-show .format-list {
    margin: 0 auto;
    margin-top: 120px;
    width: 532px;
    list-style-type: none
}

.yicamera-features .yicamera-features-show .format-list li {
    margin-right: 40px;
    float: left;
    width: 103px;
    text-align: center
}

.yicamera-features .yicamera-features-show .format-list li b {
    display: block;
    width: 103px;
    height: 103px;
    background-repeat: no-repeat;
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-1.png")
}

.yicamera-features .yicamera-features-show .format-list li p {
    font-size: 14px;
    color: #8c8c8c;
    margin-top: 15px
}

.yicamera-features .yicamera-features-show .format-list .time b {
    background-position: 0px 0px
}

.yicamera-features .yicamera-features-show .format-list .lazy b {
    background-position: 0 -225px
}

.yicamera-features .yicamera-features-show .format-list .third b {
    background-position: 0 -339px
}

.yicamera-features .yicamera-features-show .format-list .for {
    margin-right: 0px
}

.yicamera-features .yicamera-features-show .format-list .for b {
    background-position: 0 -454px
}

.yicamera-features .yicamera-features-short {
    background-color: #fff;
    height: 990px;
    position: relative;
    border-top: 1px solid #dadada;
    overflow: hidden
}

.yicamera-features .yicamera-features-short .text {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -125px;
    text-align: left
}

.yicamera-features .yicamera-features-short .text .descp {
    width: 464px;
    margin-left: 0px
}

.yicamera-features .yicamera-features-short .text .app-list {
    margin-top: 45px;
    list-style-type: none;
    padding: 0px
}

.yicamera-features .yicamera-features-short .text .app-list li {
    float: left;
    margin-right: 20px;
    width: 60px;
    text-align: center
}

.yicamera-features .yicamera-features-short .text .app-list li b {
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-1.png")
}

.yicamera-features .yicamera-features-short .text .app-list li p {
    font-size: 14px;
    color: #1d1d1d;
    line-height: 20px;
    margin-top: 20px
}

.yicamera-features .yicamera-features-short .text .app-list .weichat b {
    background-position: -7px -1421px
}

.yicamera-features .yicamera-features-short .text .app-list .weibo b {
    background-position: -7px -1565px
}

.yicamera-features .yicamera-features-short .text .app-list .block b {
    background-position: -7px -1636px
}

.yicamera-features .yicamera-features-short .text .app-list .friends b {
    background-position: -7px -1493px
}

.yicamera-features .yicamera-features-short .text .app-list .michat b {
    background-position: -7px -1710px
}

.yicamera-features .yicamera-features-short .text .app-list .save b {
    background-position: -7px -1785px
}

.yicamera-features .yicamera-features-short .short-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0px;
    margin-top: -252px;
    width: 489px;
    height: 748px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("//c1.mifile.cn/f/i/2014/cn/yicamera/f-25.jpg")
}

.yicamera-features .yicamera-features-eye {
    overflow: hidden;
    border: 1px solid #dadada;
    padding-bottom: 135px
}

.yicamera-features .yicamera-features-eye .title {
    margin-top: 145px
}

.yicamera-features .yicamera-features-eye .eye-block {
    margin: 0 auto;
    margin-top: 80px;
    height: 547px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("//c1.mifile.cn/f/i/2014/cn/yicamera/f-23.jpg")
}

.yicamera-features .yicamera-features-size {
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    padding-bottom: 195px
}

.yicamera-features .yicamera-features-size .title {
    margin-top: 150px
}

.yicamera-features .yicamera-features-size .size-block {
    margin: 0 auto;
    margin-top: 65px;
    width: 1400px;
    height: 475px;
    list-style-type: none
}

.yicamera-features .yicamera-features-size .size-block li {
    width: 426px;
    float: left;
    height: 565px;
    margin-right: 61px;
    background-color: #fafafa
}

.yicamera-features .yicamera-features-size .size-block .size-1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-26.jpg")
}

.yicamera-features .yicamera-features-size .size-block .size-2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-27.jpg")
}

.yicamera-features .yicamera-features-size .size-block .size-3 {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-28.jpg");
    margin-right: 0px
}

.yicamera-features .yicamera-features-chose {
    height: 895px
}

.yicamera-features .yicamera-features-nav {
    height: 301px;
    background-color: #f5f5f5;
    position: relative
}

.yicamera-features .yicamera-features-nav a {
    display: block
}

.yicamera-features .yicamera-features-nav .video-img {
    width: 252px;
    height: 144px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("http://c1.mifile.cn/f/i/2014/cn/yicamera/f-38.jpg");
    position: absolute;
    margin-left: 35px;
    left: 50%;
    top: 75px
}

.yicamera-features .yicamera-features-nav .text {
    position: absolute;
    left: 50%;
    margin-left: -465px;
    top: 85px
}

.yicamera-features .yicamera-features-nav .text h3 {
    font-size: 32px;
    color: #ff3d00;
    font-weight: normal;
    line-height: 36px
}

.yicamera-features .yicamera-features-nav .text p {
    font-size: 14px;
    line-height: 16px;
    color: #212121;
    margin-top: 30px
}
