a,body,li,ul {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑","Microsoft Yahei",Arial,Helvetica,sans-serif,"宋体"
}
  @font-face {
       font-family: "iconfont";
       src:url('../../iconfont/iconfont.eot?x6sabh');
    src:url('../../iconfont/iconfont.eot?x6sabh#iefix') format('embedded-opentype'),
    url('../../iconfont/iconfont.ttf?x6sabh') format('truetype'),
    url('../../iconfont/iconfont.woff?x6sabh') format('woff'),
    url('../../iconfont/iconfont.svg?x6sabh#icomoon') format('svg');
        
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'flyme_icon_new';
        src: url('../../newLogo/iconfont.eot?t=1524295267227'); /* IE9*/
        src: url('../../newLogo/iconfont.eot?t=1524295267227#iefix')
            format('embedded-opentype'),
          url('../../newLogo/iconfont.ttf?t=1524295267227') format('truetype'),
          /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
            url('../../newLogo/iconfont.svg?t=1524295267227#flyme_icon') format('svg'); /* iOS 4.1- */
      }
      /* .iconflymenew {
        font-family: 'flyme_icon_new';
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-text-stroke-width: 0.2px;
      } */
      /* .icon-flyme-logo:before {
        content: "\e609";
      } */

ul {
    font-size: 0;
    list-style: none
}

.checked {
    color: #027af6
}

.clear_float {
    clear: both
}

.wrap {
    margin: 0 auto;
    padding: 0 25px;
    width: 1000px
}

.over_hidden {
    overflow: hidden
}

.breadcrumb {
    height: 30px;
    line-height: 30px;
    font-size: 0;
    color: #fff
}

.breadcrumb a {
    padding: 0 14px;
    font-size: 14px;
    color: gray;
    background-color: #fff;
    display: block;
    float: left
}

.breadcrumb a:hover {
    color: #000
}

.breadcrumb i {
    width: 14px;
    height: 30px;
    display: block;
    float: left
}

.breadcrumb div {
    padding: 0 14px;
    height: 30px;
    font-size: 14px;
    background-color: #00a7ea;
    float: left
}

.background {
    background-color: #000;
    opacity: .5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: none
}

.video_div {
    margin: -270px 0 0 -480px;
    box-shadow: 0 0 20px #333;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: none
}

@media \0screen\,screen\9 {
    .background {
        filter: Alpha(opacity=50);
        *zoom:1}
}

@media screen\9 {
    a {
        star: expression(this.onFocus=this.blur())
    }

    #video_wrapper {
        z-index: 100
    }
}

body,figure,dl,dd,ol,ul,h1,h2,h3,p {
    margin: 0;
    padding: 0
}

body {
    font-family: '微软雅黑','Microsoft YaHei',"Hiragino Sans GB",sans-serif;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased
}

a {
    text-decoration: none;
    outline: 0
}

ul {
    list-style-type: none
}

img {
    border: 0
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden
}

.disabled {
    pointer-events: none
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 90px;
    background: rgba(255,255,255,.5);
    transition: background .6s
}

header .wrapper {
    width: 1240px;
    margin: 0 auto
}

header .logo {
    float: left;
    margin: 29px 0 0 3px;
     font-family: iconfont;
    font-style:normal;
    color: #1788e8;
    font-size: 38px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

header .newlogo {
    height: 35px;
    width: 95px;
    background: url(//www-res.flyme.cn/resources/flymeos/v4/assets/common/flyme-2022.svg) no-repeat;
    float: left;
    margin: 29px 0 0 3px;
    font-style:normal;
    color: #1788e8;
    font-size: 38px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

header ul {
    line-height: 90px;
    font-size: 0;
    text-align: right
}

header li {
    display: inline;
    margin-left: 42px;
    font-size: 16px
}

header li a {
    color: #000
}

header li a:hover {
    color: #027af6
}

header.white {
    background: 0 0
}

header.white .logo {
    background-position: 0 -38px
}

header.white li a {
    color: #fff
}

header.white:hover {
    background: rgba(255,255,255,.8)
}

header.white:hover .logo {
    background-position: 0 0
}

header.white:hover li a {
    color: #000
}

header.white:hover li a:hover {
    color: #32a5e7
}

@media \0screen\,screen\9 {
    header {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF)
    }

    header.white {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
    }

    header.white:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)
    }
}

@media screen\9 {
    body {
        min-height: 800px;
        position: relative
    }

    a {
        star: expression(this.onFocus=this.blur())
    }
}

html {
    position: relative;
    min-height: 100%
}

body {
    padding-bottom: 133px
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 132px;
    border-top: 1px solid #e5e5e5;
    background: #fff
}

footer .wrapper {
    position: relative;
    width: 1240px;
    margin: 0 auto;
    font-size: 0;
    text-align: right
}

footer ul.navbar {
    float: left;
    height: 78px;
    line-height: 78px
}

footer ul.navbar li {
    display: inline;
    margin-right: 38px;
    font-size: 15px;
    color: #999
}

footer ul.navbar a {
    color: #999
}

footer ul.navbar a:hover {
    color: #027af6
}

footer ul.navbar .line span {
    display: inline-block;
    height: 14px;
    border-left: 1px solid #d1d1d1
}

footer ul.navbar .lang-choice {
    padding-right: 60px;
    background: url(../images/lang-choice.png) no-repeat 64px 12px;
    cursor: pointer
}

footer ul.navbar .phone {
    margin-right: 27px
}

footer ul.navbar span.service {
    display: inline-block;
    width: 66px;
    height: 20px;
    border-radius: 2px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #027af6;
    cursor: pointer
}

footer a.media {
    display: inline-block;
    margin: 23px 0 23px 35px;
    color: #999;
    cursor: pointer
}

footer a.media span {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle
}

footer a.media span.icon {
    width: 32px;
    height: 32px;
    margin: 0 10px;
    background: url(../images/footer.png) no-repeat
}

footer a.wechat span.icon {
    background-position: -64px 0
}

footer a.wechat img {
    display: none;
    position: absolute;
    right: 102px;
    bottom: 108px
}

footer a.weibo span.icon {
    background-position: 0 0
}

footer a.wechat:hover {
    color: #01a50b
}

footer a.wechat:hover span.icon {
    background-position: -96px 0
}

footer a.wechat:hover img {
    display: block
}

footer a.weibo:hover {
    color: #ee3939
}

footer a.weibo:hover span.icon {
    background-position: -32px 0
}

footer p.copyright {
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    color: #ccc
}

footer p.copyright a {
    color: #ccc
}

footer ul.lang-list {
    display: none;
    position: absolute;
    bottom: 100px;
    left: 410px;
    width: 140px;
    /* height: 204px; */
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    box-shadow: 0 0 10px #d9d9d9;
    text-align: left;
    background-color: #fff
}

footer ul.lang-list li {
    border-top: 1px solid #d9d9d9;
    cursor: pointer
}

footer ul.lang-list li:first-child {
    border: 0
}

footer ul.lang-list li:hover {
    background-color: #f2f2f2
}

footer ul.lang-list a {
    width: 100%;
    line-height: 40px;
    color: #111;
    display: inline-block
}

footer ul.lang-list a.checked {
    color: #027af6
}

footer ul.lang-list a i {
    margin: 0 10px 0 12px;
    width: 21px;
    height: 21px;
    background: url(../images/footer.png) no-repeat;
    vertical-align: middle;
    display: inline-block
}

footer ul.lang-list a i.cn {
    background-position: 0 -32px
}

footer ul.lang-list a i.hk {
    background-position: -21px -32px
}

footer ul.lang-list a i.tw {
    background-position: -42px -32px
}

footer ul.lang-list a i.en {
    background-position: -63px -32px
}

footer ul.lang-list a i.in {
    background-position: -84px -32px
}
footer ul.lang-list a i.ru {
    background-position: -105px -32px
}
footer ul.lang-list a span {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block
}

body {
    background-color: #f2f2f2
}

header {
    background: #fff
}

.body {
    padding-top: 120px;
    padding-bottom: 30px
}

.breadcrumb i {
    background-image: url(//www-res.flyme.cn/resources/flymeos/v2/images/interview.png)
}

.index {
    line-height: 30px
}

.i_bc {
    background-position: -14px 0
}

.body_title {
    padding-top: 25px;
    width: 100%;
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid #c2c2c2
}

.phone_brand {
    height: 50px
}

.phone_brand li {
    width: 100px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: inline-block
}

.phone_brand li:hover {
    color: #32a5e7
}

.brand_checked {
    border-bottom: 2px solid #32a5e7
}

.phone_title {
    padding-left: 30px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #2b2b2b
}

.phone_model {
    padding-bottom: 20px;
    width: 250px;
    height: 260px;
    text-align: center;
    overflow: hidden;
    float: left
}

.model {
    height: 36px;
    line-height: 36px;
    color: #2b2b2b
}

@media screen\9 {
    .phone_brand li {
        display: inline
    }
}
