@charset "UTF-8";@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url("../font/SourceHanSerifCN-Bold-2.otf") format("opentype");
    font-display: swap
}

* {
    box-sizing: border-box
}

html,body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    overflow-x: hidden;
    font-family: 'Microsoft Yahei', Arial, sans-serif;
    -webkit-font-smoothing: antialiased
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,b,section,nav {
    padding: 0;
    margin: 0;
    font-weight: normal;
    box-sizing: border-box
}

i,em,b {
    font-style: normal
}

ol,ul {
    list-style: none
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    color: inherit
}

a:focus,div:focus {
    border: none;
    outline: none
}

img,input {
    border: 0
}

input,button {
    border: none;
    outline: none;
    color: inherit;
    background-color: transparent
}

.f0 {
    font-size: 0
}

input[type='text']:focus-visible {
    outline: none
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in
}

.img_zd {
    position: relative;
    overflow: hidden
}

.img_zd .img_hezi {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in
}

.img_zd>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    transition: all 0.3s ease-in
}

.pic {
    position: relative;
    overflow: hidden
}

.pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: -86%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1))
}

.pic .a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in
}

.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.pic img:hover,.bg-mask:hover .cover_img .a {
    transform: scale(1.05)
}

.bg-mask:hover .pic:before {
    -webkit-animation: shine .5s;
    animation: shine .5s
}

@keyframes shine {
    100% {
        left: 115%
    }
}

.fl {
    float: left
}

.fr {
    float: right
}

.noflex {
    display: block !important
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-left {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flex-v {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left
}

.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.pore {
    position: relative
}

.aline_r {
    position: relative;
    background-image: linear-gradient( #A61219, #A61219);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s
}

.alin_r:hover .aline_r {
    background-size: 100% 1px;
    color: #A61219
}

html::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5
}

html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333
}

.zi3 {
    position: relative;
    z-index: 3
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 90px!important
    }
}

@media screen and (max-width: 900px) {
    html {
        font-size: 85px!important
    }
}

@media screen and (max-width: 640px) {
    body {
        font-size: .18rem
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 80px!important
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 80px!important
    }
}

@media screen and (max-width: 360px) {
    html {
        font-size: 70px!important
    }
}

.wp {
    width: 16rem;
    margin: 0 auto;
    max-width: 96%
}

.none {
    display: none
}

.header .wp {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.logo a {
    display: block
}

.logo img {
    display: block;
    max-height: .79rem
}

.header .logo {
    margin-top: .29rem
}

.header .header_right {
    width: calc(100% - 5.82rem)
}

.header .header_right .top {
    display: flex;
    justify-content: flex-end
}

.header .list_box0 {
    position: relative;
    display: flex;
    align-items: center;
    background: #9D0404;
    padding: 0 .09rem 0 .08rem
}

.header .list_box0:before {
    position: absolute;
    content: '';
    top: 1px;
    bottom: 0;
    right: 100%;
    width: .61rem;
    height: .47rem;
    background: url("../images/h-img-1.png") no-repeat 50%/100% 100%
}

.header .list_box0:after {
    position: absolute;
    content: '';
    top: 1px;
    bottom: 0;
    left: 100%;
    width: .61rem;
    height: .47rem;
    background: url("../images/h-img-2.png") no-repeat 50%/100% 100%
}

.header .list_box0 .li {
    margin-left: .17rem;
    padding-left: .14rem;
    position: relative
}

.header .list_box0 .li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 1px;
    height: .09rem;
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%)
}

.header .list_box0 .li:first-child {
    margin-left: 0;
    padding-left: 0
}

.header .list_box0 .li:first-child:before {
    display: none
}

.header .list_box0 .li a {
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .48rem;
    color: #FFFFFF;
    opacity: .6;
    transition: .5s
}

.header .list_box0 .li img {
    display: block;
    width: .14rem;
    margin-right: .06rem
}

.header .list_box0 .search img {
    width: .22rem
}

.header .list_box0 .li a:hover {
    opacity: 1
}

#nav li {
    position: relative
}

#nav li h2 {
    font-size: .2rem;
    line-height: .6rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
    transition: .5s
}

#nav li a,#nav li h2 a {
    display: block
}

#nav ul li h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .6s;
    width: 0;
    height: .03rem;
    background: #9D0404;
    opacity: 0;
    visibility: hidden
}

#nav ul li.on h2:after,#nav ul li:hover h2:after {
    width: .34rem;
    margin-left: -.17rem;
    opacity: 1;
    visibility: visible
}

#nav li h2:hover,#nav li h2.on {
    font-weight: 700
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: rgba(255, 255, 255, 1);
    min-width: 1.4rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: transform .5s;
    transform-origin: top;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
    border-radius: 0 0 .05rem .05rem;
    overflow: hidden
}

#nav ul li .sub .box {
    padding: 0;
    text-align: center
}

#nav ul li .sub a {
    display: block;
    padding: .05rem .1rem;
    line-height: 2;
    transition: .6s;
    font-size: .15rem;
    color: #666666;
    text-align: center;
    white-space: nowrap
}

#nav ul li .sub a:last-child {
    border: none
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #9D0404
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1)
}

.header:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #9D0404;
    z-index: 2
}

.header:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 1.8rem;
    background: url("../images/h-mask.png") repeat-x 50%/auto 99%
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999
}

.ft-link {
    padding: .38rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.ft-link h3 {
    width: 1.39rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #FFFFFF
}

.ft-link .a-box {
    width: calc(100% - 1.39rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ft-link .a-box .li a {
    display: block;
    font-size: .18rem;
    line-height: .3rem;
    color: #fff;
    padding: 0 .23rem;
    transition: .5s
}

.ft-link .a-box .li {
    position: relative;
    min-width: 1px
}

.ft-link .a-box .li:nth-child(2n):before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 1px;
    height: .17rem;
    background: #fff;
    opacity: .4;
    transform: translateY(-50%)
}

.ft-link .a-box .li:hover a {
    opacity: .8
}

.ft-block {
    padding: .38rem 0 .35rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.ft-block .ft-left li a {
    display: block
}

.ft-block .ft-left li .icon {
    width: .71rem;
    height: .71rem;
    position: relative;
    margin: 0 auto
}

.ft-block .ft-left li .icon img {
    max-width: .4rem
}

.ft-block .ft-left li .icon:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/ft-img-1.png") no-repeat 50%/100% 100%;
    transition: .5s
}

.ft-block .ft-left li h3 {
    font-size: .16rem;
    line-height: .24rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: .15rem
}

.ft-block .ft-left li:hover .icon:after {
    animation: o-rotate 5s linear infinite
}

.ft-block .ft-left {
    width: 26%
}
.ft-block .ft-left  img{
    display: block;
    width: 3.3rem;
}

.ft-block .ft-add{ width: 30%}

.ft-block .ft-add h4 {
    font-size: .16rem;
    line-height: .25rem;
    color: #FFFFFF
}

.ft-block  .ftc {
    width: calc(38% - 2.3rem);
}


.ft-block .ftc h2{font-size: 0.18rem;color: white;font-weight: normal;margin-bottom: 0.14rem;}
.ft-block .ftc ul{}
.ft-block .ftc ul li{position: relative;}
.ft-block .ftc ul li .lianj{font-size: 0.18rem;color: white;display: inline-block;line-height: 0.24rem;}
.ft-block .ftc ul li p{position: absolute;bottom:0.24rem;left: 50%;transform: translateX(-50%);background: white;min-width: 4.2rem;display: none;z-index: 999;}
.ft-block .ftc ul li:hover p{display: block;}
.ft-block .ftc ul li p a{display: block;font-size: 0.16rem;color: #666;line-height: 0.22rem;margin: 0.06rem 0;padding: 0 0.16rem;}
.ft-block .ftc ul li p a:hover{font-weight: bold;}
.ft-block .ftc p{font-size: 0.15rem;}
.ft-block .ftc p a{}
.ft-block .ftc p a:hover{font-weight: bold;text-decoration: underline;}
.ft-block .ftc p a+a{margin-left: 0.2rem;}

.header .list_box0 .li p{position: absolute;left: 70%;transform: translateX(-50%);background: white;min-width: 0.98rem;display: none;z-index: 999;}
.header .list_box0 .li:hover p{display: block;}
.header .list_box0 .li p a{display: block;font-size: 0.16rem;color: #666;line-height: 0.22rem;margin: 0.06rem 0;padding: 0 0.16rem;}
.header .list_box0 .li p a:hover{font-weight: bold;}



.ft-block .ft-ewm {
    display: flex
}

.ft-block .ft-ewm .li {
    margin-left: .27rem
}

.ft-block .ft-ewm .li img {
    display: block;
    width: .8rem;
    margin: 0 auto
}

.ft-block .ft-ewm .li h3 {
    font-size: .18rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-top: .15rem
}

.bq a {
    display: block;
    font-size: .14rem;
    line-height: .4rem;
    color: #FFFFFF;
    text-align: center;
    opacity: .7
}

.bq {
    background: #8F141A
}
.bq img {
    width: 0.4rem;
}

.foot {
    padding-top: .09rem;
    position: relative;
    background: #9D0404
}

.ser-layer {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    backdrop-filter: blur(5px)
}

.ser-layer.showdiv {
    opacity: 1;
    visibility: visible
}

.ser-layer .serclose {
    font-size: .3rem;
    position: absolute;
    right: .3rem;
    top: .25rem;
    width: .3rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    cursor: pointer;
    color: #ccc;
    background: #9D0404 url("../images/close.png") no-repeat 50%/.24rem;
    border-radius: 50%
}

.ser-layer .serform {
    width: 90%;
    margin: 0 auto;
    margin: 0\0;
    transform: translateY(1.5rem);
    transition: .2s .1s
}

.ser-layer.showdiv .serform {
    transform: translateY(0);
    transition: .5s .3s
}

.ser-layer .serform .input-group {
    max-width: 5.5rem;
    margin: 0 auto
}

.ser-layer .serform .input-group .sub {
    position: absolute;
    right: 0;
    top: 0;
    width: .8rem;
    height: .5rem;
    overflow: hidden;
    background: 0 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0
}

.ser-layer .serform .input-group .sub:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    right: 0;
    background: url(../images/search-2.png) no-repeat 0.35rem center;
    background-size: .23rem
}

.ser-layer .serform .input-group .inp {
    height: .5rem;
    border: 0;
    border-right: 0;
    padding-right: .9rem;
    width: 100%;
    padding-left: .2rem;
    background: #fff;
    border-radius: 5px 10px 10px 5px;
    font-size: .16rem
}

.ar_wap {
    display: none
}

.wap-head {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background: #9D0404;
    height: .75rem
}

.big-nav {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    padding: .9rem 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

body.navShow .big-nav {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible
}

.big-nav .list_box0 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.big-nav .list_box0 .li {
    font-size: 12px;
    color: #e8e8e8;
    display: inline-block;
    transition: .6s;
    margin-right: 0.2rem;
    margin-left: 0;
    position: relative;
    line-height: .32rem;
    border: 1px solid #9d0404;
    border-radius: .05rem;
    padding: 0 .1rem
}

.big-nav .list_box0 .li a {
    color: #9d0404
}

.big-nav .list_box0 {
    gap: .1rem 0
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto
}

.list_box_nav_mobile {
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    flex: 1
}

.list_box_nav_mobile>li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto
}

.list_box_nav_mobile>li .con {
    position: relative
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    line-height: .64rem;
    color: #333;
    padding: 0;
    font-size: .2rem;
    display: flex;
    position: relative;
    transition: .5s
}

.list_box_nav_mobile>li i {
    opacity: 1;
    filter: alpha(opacity=100);
    width: .64rem;
    height: .64rem;
    background: url('../images/nav-icon.png') center no-repeat;
    background-size: auto .12rem !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg)
}

.list_box_nav_mobile>li.on .a {
    color: #333
}

.list_box_nav_mobile>li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile>li .list a {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 2.5
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none
}

.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 60px;
    display: block
}

.wap_search .header-search {
    height: 40px;
    border-radius: 0;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin: 10px auto
}

.wap_search .input {
    font-size: 14px;
    color: #646464;
    height: 40px;
    line-height: 38px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    background: none;
    width: calc(100% - 40px);
    border: 1px solid #9d0404;
    border-right: 0
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(../images/search-3.png) center no-repeat #9d0404;
    background-size: .2rem;
    border-radius: 0
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53
}

html.navShow,body.navShow {
    overflow: hidden
}

.ar_wap {
    display: none
}

@media (max-width: 1199px) {
    html,body {
        overflow-x: hidden !important
    }

    .ar_web {
        display: none
    }

    .ar_wap {
        display: block
    }

    .wp {
        width: 100%;
        padding: 0 15px;
        max-width: 100%
    }

    .miso_navs {
        display: none
    }

    .wap-head {
        display: flex;
        z-index: 11111
    }

    .wap-head .logo img {
        width: auto;
        height: 0.6rem;
        display: block
    }

    .wap-head .navbtnm {
        width: .86rem;
        height: .75rem;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center
    }

    .wap-head .navbtnm i {
        display: block;
        width: 100%;
        height: 0.75rem;
        background: url("../images/menu.png") no-repeat 50%;
        background-size: 0.32rem 0.32rem;
        transition: all .3s;
        position: relative;
        z-index: 3
    }

    .wap-head .navbtnm:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff
    }

    .wap-head .navbtnm:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -6px;
        border-right: #fff 6px solid;
        border-bottom: transparent 0.75rem solid
    }

    .navShow .navbtnm i {
        background-image: url("../images/close-menu.png")
    }

    .list_box0 .li {
        border: none
    }
}

@media (max-width: 1025px) {
    .wap-head .logo img {
        height: .5rem
    }

    .ft-link h3 {
        width: 100%;
        margin-bottom: .05rem
    }

    .ft-link .a-box {
        width: 100%;
        justify-content: flex-start;
        gap: .1rem .2rem
    }

    .ft-link .a-box .li a {
        padding: 0
    }

    .ft-link {
        padding: .2rem 0
    }

    .ft-block .ft-left {
        width: auto;
        flex-shrink: 0
    }

    .ft-block .ft-left ul {
        gap: .15rem .15rem;
        justify-content: center
    }

    .ft-block .ft-left li h3 {
        margin-top: .1rem
    }

    .ft-block .ft-add h4 {
        line-height: .3rem
    }

    .ft-block .ft-ewm .li {
        margin-left: .2rem
    }

    .ft-block .ft-ewm .li:first-child {
        margin-left: 0
    }

    .ft-block {
        padding: .2rem 0
    }

    .foot {
        padding: 0
    }
}

@media (max-width: 769px) {
    .wap-head .logo img {
        height: .5rem
    }

    .ft-block .ft-left {
        order: 0;
        width: 100%;
        margin-bottom: .2rem
    }
.ft-block .ft-left img{margin:0 auto;}

    .ft-block .ft-left ul {
        gap: .15rem .3rem
    }
.ft-block .ftc{ width: 60%;
    margin: 0.2rem auto;}

    .ft-block .ft-left li .icon img {
        max-width: .3rem
    }

    .ft-block .ft-ewm {
        width: 100%;
        order: 1;
        justify-content: center;
        gap: 0 .2rem;
        margin-bottom: .2rem
    }

    .ft-block .ft-ewm .li {
        margin-left: 0
    }

    .ft-block .ft-add {
        width: 100%;
        order: 2;
        text-align: center
    }
}

@media (max-width: 481px) {
    .wap-head .logo img {
        height: .45rem
    }

    .big-nav .list_box0 .li {
        margin-right: .1rem
    }

    .ft-block .ft-left ul {
        gap: .1rem 0
    }

    .ft-block .ft-left li {
        width: 33.33%
    }
}

#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 99999999
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}

@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes o-upfade-right {
    0% {
        opacity: 0;
        right: 100%
    }

    100% {
        opacity: 1;
        right: 0
    }
}

@keyframes o-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}