[class*='worm-i-'] {
    font-family: 'iconfont';
    font-style: normal;
}

.popup {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.popup .cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 24px 48px;
    width: 500px;
    height: 300px;
}

.popup .ot {
    position: relative;
}

.popup .ot i {
    position: absolute;
    right: 0;
    top: 50%;
    width: 2em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .3s;
}

.popup .ot i:hover {
    color: #888;
}

.popup .ot input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    outline: none;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 1em;
    padding: 0 12px;
    border: 0;
    border-bottom: 1px solid #666;
}

.popup .ob {
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 14px;
    height: 215px;
}

.popup h2.t {
    color: #666;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup ul,
.popup li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.popup li {
    float: left;
    border-radius: 90px;
    border: 1px solid #ccc;
    padding: 2px 10px;
    color: #888;
    cursor: pointer;
    transition: all .3s;
    margin-right: 0.6em;
    margin-bottom: 0.6em;
    font-size: 13px;
    position: relative;
}

.popup li:hover,
.popup li.on {
    color: #fff;
    background: #666;
    border-color: #666;
}

.popup li.on {
    padding-right: 24px;
}

.popup li i {
    display: none;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 8px;
    position: absolute;
    border-radius: 90px;
    right: 1px;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
}

.popup li.on i {
    display: block;
    float: right;
}

.popup li.on i:hover {
    background: red;
}

.popup ul {
    overflow: hidden;
}

.popup .cn {
    height: calc(100% - 42px);
    overflow: hidden;
}

.popup .cn .scroll {
    height: 100%;
    margin-top: 14px;
    padding: 10px;
    padding-right: 0;
    box-sizing: border-box;
}

.popup .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.ultag {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 1em;
}

.ultag li {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ffffff22;
    border-radius: 90px;
    padding: 0.2em 1.5em;
    margin-bottom: 1em;
    transition: all .3s;
}

.ultag li:hover {
    border-color: #fff;
}

.ultag li.on {
    border-color: #fff;
    background: #fff;
    color: #000;
}

.ultag li.huise {
    color: #666;
    border-color: #666;
}

.ultag li+li {
    margin-left: 1em;
}


/* ---------------------------------------------------  上面是标签弹窗*/

.weixin {
    position: fixed;
    width: 260px;
    height: 240px;
    z-index: 100000;
    left: 50%;
    top: 50%;
    margin: -120px 0 0 -150px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #ddd;
}

.weixin .c {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

.weixin h2 {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
}

.weixin .img {
    padding: 20px 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.weixin .img img {
    width: 115px;
    height: 115px;
}

.weixin p {
    padding: 15px 10px 0;
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
}

body,
html {
    margin: 0;
    font-size: 14px;
}

body,
button,
input,
select,
textarea {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

[class*='worm-i-'] {
    font-family: 'iconfont';
}

i,
em {
    font-style: normal;
}

.box-ratio {
    background-position: center center;
    background-size: 100% 100%;
}


/* 去掉float 影响 */

.cl {
    clear: both;
}

.clear::after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

.inwrap {
    /* width: 1440px; */
    max-width: 90%;
    margin: auto;
}

.l-m-c {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    top: 0;
}


/* a */

a {
    color: #000000;
    text-decoration: none;
    transition: all .3s;
}

a:hover {
    color: #fff;
}


/* xmn */

.clear::after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.martop_0 {
    margin-top: 0 !important;
}


/* xmn */


/* 跳动 */

@keyframes jump {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    10% {
        -webkit-transform: translateY(5px) scaleX(1.2) scaleY(.8);
        transform: translateY(5px) scaleX(1.2) scaleY(.8)
    }
    30% {
        -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);
        transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg)
    }
    50% {
        -webkit-transform: translateY(0) scale(1) rotateZ(0);
        transform: translateY(0) scale(1) rotateZ(0)
    }
    55% {
        -webkit-transform: translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0);
        transform: translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0)
    }
    70% {
        -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);
        transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg)
    }
    80% {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0);
        transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0)
    }
    85% {
        -webkit-transform: translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0);
        transform: translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0)
    }
    100% {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1);
        transform: translateY(0) scaleX(1) scaleY(1)
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    10% {
        -webkit-transform: translateY(5px) scaleX(1.2) scaleY(.8);
        transform: translateY(5px) scaleX(1.2) scaleY(.8)
    }
    30% {
        -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);
        transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg)
    }
    50% {
        -webkit-transform: translateY(0) scale(1) rotateZ(0);
        transform: translateY(0) scale(1) rotateZ(0)
    }
    55% {
        -webkit-transform: translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0);
        transform: translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0)
    }
    70% {
        -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);
        transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg)
    }
    80% {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0);
        transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0)
    }
    85% {
        -webkit-transform: translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0);
        transform: translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0)
    }
    100% {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1);
        transform: translateY(0) scaleX(1) scaleY(1)
    }
}


/* ks字体大小 */

.fs-250 {
    font-size: 250px;
}

.fs-100 {
    font-size: 100px;
}

.fs-72 {
    font-size: 72px;
}

.fs-60 {
    font-size: 60px;
}

.fs-48 {
    font-size: 48px;
}

.fs-40 {
    font-size: 40px;
}

.fs-36 {
    font-size: 36px;
}

.fs-30 {
    font-size: 30px;
}

.fs-24 {
    font-size: 24px;
}

.fs-22 {
    font-size: 22px;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.plate_wrap {
    overflow: hidden;
    margin-bottom: 5.77%;
    line-height: 1.5;
}

.plate_left {
    width: 82.138%;
    float: left;
    border-right: 1px solid #d6d6d6;
}

.plate_right {
    width: 15.7%;
    float: right;
    text-align: center;
    padding: 0 1%;
}

.plate_right .tit {
    white-space: nowrap;
    margin-bottom: 0.833em;
}

.plate_right .p_name,
.plate_right .p_price {
    text-align: left;
}

.plate_right .p_price {
    margin-top: .5em;
    margin-bottom: 3em;
}

.ratio-img {
    width: 100%;
    height: auto;
    /* background: url(../images/error.png) center no-repeat #f0f0f0; */
}

.tran_scale {
    overflow: hidden;
    display: block;
}

.tran_scale img {
    transition: opacity 0.4s ease-in, transform 0.6s linear;
}

.tran_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}


/*字体大小*/

@media screen and (max-width:1440px) {
    .fs-250 {
        font-size: 200px;
    }
    .fs-100 {
        font-size: 80px;
    }
    .fs-72 {
        font-size: 48px;
    }
    .fs-60 {
        font-size: 40px;
    }
    .fs-48 {
        font-size: 38px;
    }
    .fs-40 {
        font-size: 36px;
    }
    .fs-36 {
        font-size: 32px;
    }
    .fs-30 {
        font-size: 28px;
    }
    .fs-24 {
        font-size: 22px;
    }
    .fs-22 {
        font-size: 20px;
    }
    .fs-20 {
        font-size: 19px;
    }
    .fs-18 {
        font-size: 17px;
    }
}

@media screen and (max-width:1280px) {
    .fs-250 {
        font-size: 160px;
    }
    .fs-100 {
        font-size: 60px;
    }
    .fs-72 {
        font-size: 40px;
    }
    .fs-60 {
        font-size: 36px;
    }
    .fs-48 {
        font-size: 32px;
    }
    .fs-40 {
        font-size: 30px;
    }
    .fs-36 {
        font-size: 28px;
    }
    .fs-30 {
        font-size: 24px;
    }
    .fs-22 {
        font-size: 18px;
    }
    .fs-24 {
        font-size: 20px;
    }
    .fs-20 {
        font-size: 18px;
    }
    .fs-18 {
        font-size: 16px;
    }
    .fs-16 {
        font-size: 15px;
    }
}

@media only screen and (max-width:1024px) {
    .header-place {
        height: 67px !important;
    }
    .wrap {
        padding: 0 24px;
        width: auto;
    }
    .line28 {
        line-height: 24px;
    }
    .fnt_16 {
        font-size: 16px;
    }
    .fnt_20 {
        font-size: 18px;
    }
    .fnt_36 {
        font-size: 28px;
    }
    .fnt_50 {
        font-size: 35px;
    }
    .fs-250 {
        font-size: 125px;
    }
    .fs-100 {
        font-size: 50px;
    }
    .fs-72 {
        font-size: 36px;
    }
    .fs-60 {
        font-size: 30px;
    }
    .fs-48 {
        font-size: 24px;
    }
    .fs-40 {
        font-size: 20px;
    }
    .fs-36 {
        font-size: 24px;
    }
    .fs-30 {
        font-size: 20px;
    }
    .fs-22 {
        font-size: 16px;
    }
    .fs-24 {
        font-size: 18px;
    }
    .fs-20 {
        font-size: 17px;
    }
    .fs-18 {
        font-size: 15px;
    }
    .fs-16 {
        font-size: 14px;
    }
    .box-ratio {
        background-size: cover !important;
    }
    .plate_right,
    .plate_left {
        width: 100% !important;
    }
}

@media only screen and (max-width:767px) {
    .swiper-slide video {
        display: none;
    }
    .fnt_16 {
        font-size: 14px;
    }
    .fs-24 {
        font-size: 16px;
    }
    .fnt_20 {
        font-size: 16px;
    }
    .fnt_36 {
        font-size: 20px;
    }
    .fnt_50 {
        font-size: 25px;
    }
}

@media only screen and (max-width:1366px) {}

@media only screen and (max-width:1180px) {}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:414px) {}