* {
    margin: 0;
    padding: 0;
}

input {
    height: 40px;
    font-size: 15px;
}
textarea{
    font-size: 15px;
}
a {
    color: #333;
    text-decoration: none;
}

img {
    max-width: 100%;
    max-height: 100%;
}
.form-search{
    overflow: hidden;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    background: #F8F8F8;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Hiragino Sans GB, Heiti SC, Arial, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

.zi {
    width: 100%;
    height: 5px;
    background: #8D216A;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 20px;
        padding-right: 10px;
    padding-left: 10px;
}

.logo>img {
    width: 150px;
    height: 70px;
}
.swiper_mobile{
    display: none;
}
nav {
    /* border: 1px solid red; */
    padding: 20px 0 15px;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.navitem {
    height: 100%;
    padding: 0 15px;
    /*margin-left: 30px;*/
    max-width: 110px;
    /*line-height: 54px;*/
    line-height: 40px;
    /*position: relative;*/
}
.navitem>a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navdh>.navitem:first-of-type {
    margin-left: 0;
}

.navdh {
    display: flex;
    align-items: center;
    z-index: 100;
    /*position: relative;*/
}

.naver {
    display: none;
    position: absolute;
    left: calc((100% - 1400px) / 2);
    top: 95px;
    padding-top: 0px;
    z-index: 200;
    background: #FFFFFF;
    border-radius: 8px;
    width: 1400px;
    /*overflow: hidden;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0);*/
}

.naver a {
    padding: 0 20px;
   line-height: 25px;
    display: block;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
.naver>a:hover{
    color: #FFFFFF;
    background: #8D216A;
}
.navitem>a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.navitemlojk{
    background: #8D216A;
    border-radius: 8px;
   
}
.navitemlojk>a{
     color: #ffffff !important;
}

.navactive {
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    /*position: relative;*/
    background: #8D216A;
    margin: 0 10px;
}
.navactive>a{
      color: #ffffff !important; 
}

.naver li{
    list-style: none;
}
.naver_s{
    background: #ffffff;
    display: flex;
    /*min-height: 30vh;*/
    max-height: calc(100vh - 200px);
    overflow: auto;
    flex-wrap: wrap;
    padding: 30px 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.naver_s>ul>li:first-of-type a{
    color: #333 !important;
    font-size: 16px !important;
    /*font-weight: 700;*/
    
}
.naver_s>ul{
    margin-right: 10px;
    margin-bottom: 10px;
}
.naver_s>ul>li a{
    font-size: 14px;
    color: #666 !important;
    text-align: left;
}
.naver_s>ul>li a:hover{
    color: #8D216A !important;
}
#b4,#b5{
   justify-content: left; 
}
#b4>ul,#b5>ul{
    width: calc(100% / 9);
}
.naver{
    overflow: hidden;
    /*min-height: 30vh;*/
}
/*.navactive::after {*/
/*    content: "";*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    background: #8D216A;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    top: 47px;*/
/*    left: 50%;*/
/*    transform: translate(-50%, 0);*/
/*}*/

.zen {
    display: flex;
    align-items: center;

}

.zen img {
    position: relative;
    /*top: 2px;*/
    width: 20px;
    height: 20px;
    margin: 0 10px 0 33px;
}

.zen a,
.zen span {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

.zen span {
    margin: 0 5px;
}

.ggfl1 {
    position: absolute;
    left: 0;
    top: 98px;
    z-index: 10;
}

.pagination {
    z-index: 10;
}

.ggform {
    display: none;
    z-index: 11;
    /*position: absolute;*/
    right: 0;
    top: 93px;
    /* border: 1px solid green; */
    width: 336px;
    padding: 20px 0 10px ;
    background: #F8F8F8;
    border-radius: 10px;
    /*height: 0px;*/
    overflow: hidden;
    margin-bottom: 10px;
}



.ggfl1>.titles {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.ggfl1>.titles>img {
    width: 18px;
    height: 21px;
    margin-right: 19px;
}

.titles {
    width: 250px;
    height: 44px;
    background: #8D216A;
}

.ggflitem {
    width: calc(250px - 16px);
    padding: 5px 8px;
    background: #000000;
    opacity: 0.6;
    margin-top: 1px;
}

.ggflitem>a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    display:block;
    margin-bottom: 5px;
}

.ggflitem>div>a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 5px;
    display: inline-block;
    margin-right: 12px;
    max-width: 43%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ggfllist {
    display: none;
    margin-bottom: 10px;
}
.ggfllist{
    max-height: 300px;
    overflow-y: auto;
}
.ggfllist::-webkit-scrollbar {/*滚动条整体样式*/
        width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.ggfllist::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #8D216A;
    }
.ggfllist::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        /*border-radius: 10px;*/
        background: #EDEDED;
    }
.ggform {
    text-align: center;
    transition: all 0.3s;
}

.ggform>p {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 19px;
    text-align: center;
}

.ggform>p:hover {
    color: #8D216A !important;
}

.ggform>input {
    width: 228px;
    height: 35px;
    padding: 0 10px;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 7px;
    margin-bottom: 20px;
}

.ggform>button {
    width: 250px;
    height: 35px;
    text-align: center;
    border: none;
    background: #8D216A;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.ggff {}

.gslb1 {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.gslb1 img {
    width: 100%;
}

.gslb1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #B5B5B5 !important;
}

.gslb1 .swiper-pagination-bullet-active {
    background: #8a1c69 !important;
    ;
}

footer {
    background: #EBEBEB;
    padding: 50px 0 39px;
}

.footer {
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fer {
    display: flex;
}

.fer>img {
    width: 130px;
    height: 130px;
    margin-right: 30px;
}

.fer>div {
    width:310px;
}

.fer p,
.fer a {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: 28px;
}

.fnavs {
    display: flex;

}

.fans {
    margin-right: 70px;
    max-width: 250px;
}

.fnavs>.fans:last-of-type {
    margin-right: 0 !important;
}

.fans>h2 {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 24px;
}

.fans>a {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 19px;
    display: block;
}

.ssk {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 75px;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    width: 590px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
}

.ssk>div {
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    width: 449px;
    height: 48px;
    padding-left: 14px;
    border: 1px solid #8D216A;
}

.ssk img {
    width: 16px;
    height: 17px;
    margin-right: 11px;
}

.ssk input {
    width: 400px;
    height: 48px;
    background: none;
    outline: none;
    border: none;
}

.ssk button {
    width: 129px;
    height: 50px;
    background: linear-gradient(90deg, #8D216A 1%, #DA35A5 100%);
    border-radius: 0px 10px 10px 0px;
    font-size: 19px;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.bans {
    position: relative;
    z-index: 0;
}

.bans .ssk {
    bottom: 105px;
}

.bans>img {
    width: 100%;
}

.mian {
    height: 40px;
    background: #F8F8F8;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.0900);
}

.mians {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mianer>a {
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-right: 30px;
    display: inline-block;
    /*max-width: 100px;*/
    overflow: hidden;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mianer>a:last-of-type {
    margin-right: 0;
}

.mianactive {
    color: #8D216A !important;
    border-bottom: 2px solid #8D216A;
}

.miannav {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}
.miannav>span:last-of-type{
    display: none;
}
.miannav>a:last-of-type{
    color: #8D216A;
}
.abous {
    background: #FFFFFF;
    min-height: 500px;
    padding-top: 32px;
}

.abous>h2,
.tuji {
    margin-bottom: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    clear: both;
}

.tuji {
    padding:30px 0 30px; ;
}
.tuji>a{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}
.tuji>a:hover{
    color: #821964 !important;       
}

.abous>h2>span,
.tuji>span {
    font-size: 26px;
    font-weight: 400;
    color: #333333;
    margin: 0 20px;
}

.abconte {
    display: flex;
    justify-content: center;
}

.abconte>img {
    width: 500px;
    height: 340px;
}

.abconte>div {
    width: 592px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    margin-left: 60px;
}

.fzimg {
    margin-right: 21px;
    width: 362px;
    height: 266px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fzimg>img {
    width: 100%;
    height: 100%;
}

.fzlclb {
    overflow: hidden;
}
.parHd .swiper-wrapper{
    /*display: flex;*/
}
.fzlclb .swiper-slide {
    display: flex;
    align-content: center;
    justify-content: center;
}

.fztext>h2 {
    font-size: 22px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 2px;
}

.fztext>div {
    width: 551px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.lfks {
    display: flex;
    align-items: center;
    /*margin: 10px 0 33px 235px;*/
    margin: 33px 0  33px  5%;
}

.lfks>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.next {
    margin-right: 10px;
    width: 61px;
    height: 20px;
    background: #C2C2C2;
    cursor: pointer;
}

.prev {
    cursor: pointer;
    width: 61px;
    height: 20px;
    background: #8D216A;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.cp {
    display: flex;
    justify-content: space-between;
}

.cpleft {
    width: 260px;
}

.cpll {
    margin-bottom: 19px;
    /*border-bottom: 10px solid #8D216A;*/
}

.lefsan {
    display: none;
}

.lefsan>a {
    display: block;
    border: 1px solid #CCCCCC;
    border-top: none;
    padding: 10px 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
}

.ers>a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 20px);
}

.letiel {
    width: 260px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8D216A;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.cplitem>div:first-of-type {
    height: 53px;
    line-height: 53px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    border: 1px solid #CCCCCC;
    border-top: none;

}

.jian {
    cursor: pointer;
}

.right {
    width: 920px;
}

.chanplist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.chanpitem {
    display: block;
    width: 214px;
}
.oincpitem>div{
    border: 2px solid #FFFFFF;
}
.chanpitem>div {
    border: 2px solid #FFFFFF;
    width: 214px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}


.chanpitem>div:hover,.oincpitem>div:hover{
    border: 2px solid #821964;
}

.chanpitem img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.chanpitem img:hover {
    transition: all 0.3s;
    transform: scale(1.1);
}

.chanpitem>p {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 20px 0;
}

.chanpitem0 {
    width: 214px;
    height: 0;
    overflow: hidden;
}

.cpxqflex {
    display: flex;
    justify-content: space-between;
    user-select:none;-webkit-touch-callout:none;
}
.shonu{
      user-select:none;-webkit-touch-callout:none;
}
#exzoom {
    width: 360px;
}

.exzoom_img_ul,
.exzoom_img_box,
.exzoom_img_ul li,
.exzoom_zoom_outer,
.exzoom_img_ul_outer {
    height: 320px !important;
}

.exzoom_img_box img {
    margin-top: 0 !important;
}

.exzoom_nav_inner>span {
    width: 70px !important;
    height: 70px !important;
}
.exzoom_nav_inner{
    width: auto !important;
}

.exzoom_zoom_outer {
    top: 0 !important;
}

.exzoom_nav {
    height: 70px !important;
}

.exzoom_nav_inner img {
    width: 100% !important;
    height: 100% !important;
}

.exzoom_btn img,
.exzoom_next_btn img {
    width: 30px;
    height: 25px;
}

.fuweb {
    margin-top: 42px;
}
.fuweb table{
    max-width: 100%;
}

.cxposkr {
    width: 539px;
}

.cxposkr>h2 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
    padding-left: 20px;
}

.cxposkr>div>div {
    padding: 0 31px;
}

.cppp {
    background: #F8FBFF;
}

.cpflexp>div {
    display: flex;
    margin-bottom: 10px;
}

.cpflexp>div>p {
    width: 100px;
}

.cpflexp>div>div {
    width: calc(100% - 100px);
}

.rexia>img {
    width: 27px;
    height: 24px;
    margin-right: 11px;
}

.rexia {
    display: flex;
    align-items: center;
    font-size: 20px !important;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #999999;
    background: linear-gradient(0deg, #94236F 0%, #D534A1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cpflexp p {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

.cppp div {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.cpflexp1 div {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 25px;
}

.buttos {
    margin-top: 20px;
    width: 107px;
    height: 34px;
    background: #1E59D1;
    border: none;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}

.hzhb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hhitem {
    display: block;
    width: 188px;
    height: 76px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 27px;
    border-radius: 10px;
    overflow: hidden;
}

.pos{
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 20px);
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
    line-height: 76px;
    text-align: center;
    background: #8D216A;
    opacity: 0.8;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    display: none;
}
.hhitem>img{
    width: 100%;
    height: 100%;
}
.w1100{
    width: 1100px;
    margin: 0 auto;
}

.yema ul {
    list-style: none;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
}

.yema li {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #EBEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: 4px;
}

.yema .active {
    background: #8D216A !important;
    color: #FFFFFF !important;
}
.shonu>h2{
    text-align: center;
    margin: 30px 0 ;
    font-size: 18px;
}
.judiv{
    display: flex;
    justify-content: space-between;
}
.judiv>.juimg{
    width: 170px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: self-start;
}
.juimg img{
    width: 100%;
    height: 100%;
}
.jutext{
    width: 1000px;
}
.jutext>p{
    font-size: 16px;
    font-weight: 400;
    color: #2F85CC;
    text-align: right;
    
}
.jutext>div{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 10px 0 8px;
    display: -webkit-box ;
    -webkit-line-clamp: 3 ;
    -webkit-box-orient: vertical ;
    overflow: hidden ;
    
}
.jutext>h2{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jua{
    margin-bottom: 20px;
    display: block;
}
.loadmore-tips{
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 40px;
}
.lyitem{
    display: flex;
    justify-content: space-between;
}
.lyitem p,.liuyanitem{
    font-size: 16px;
    font-weight: 300;
    color: #333333;
}
.lyform{
    width: 917px;
    margin: 0 auto;
}
.lyitem span{
    color: #FF0000;
}
.lyitem input{
    width: 410px;
    height: 47px;
    padding: 0 10px;
    border: 1px solid #F0F0F0;
    margin: 8px 0 17px;
}
.liuyanitem textarea{
    width: calc(100% - 20px);
    height: 260px;
    border: 1px solid #F0F0F0;
    padding: 10px;
    margin: 20px 0 21px;
}
.clskbuto{
    text-align: center;
}
.clskbuto>button{
    cursor: pointer;
     width: 144px;
    height: 40px;
    background: #8D216A;
    font-size: 16px;
    font-weight: 800;
    border: none;
    color: #FFFFFF;
}
.lximg{
    width: 508px;
    height: 353px;
    margin-right: 40px;
    overflow: hidden;
}
.lxtext{
    width: 662px;
}
.lxtext>h2{
    color: #8D216A;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    text-indent: 2em;
}
.lxwmm{
    display: flex;
    justify-content: center;
    margin-top: calc(56px - 32px);
}
.swiper-pagination-bullet{
    opacity: 1 !important;
    background: #B5B5B5!important;
}
.wi1400px{
    width: 1400px;
    margin: 0 auto;
   
}
.inpintujian {
     overflow: hidden;
}
.incplist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.oincpitem{
    display: block;
    width: 214px;
}
.oincpitem>div{
    width: 214px;
    height: 210px;
    overflow: hidden;
    border-radius: 10px;
}
.oincpitem img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.oincpitem img:hover{
    transform: scale(1.1);
    transition: all 0.3s; 
}
.activered{
    color: #8D216A !important;
}
.oincpitem>p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 12px 0 25px;
}
.inpintujian{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 59px;
}
.inpin{
    position: relative;
    margin-top: 20px;
    display: block;
    /*width: 257px !important;*/
    /*margin-right: 20px !important;*/
    height: 103px;
    border-radius: 10px;
    overflow: hidden;
}
.inpinimg{
    width: 257px;
    height: 103px;

    background: #FFFFFF;

}
.inpinimg img{
    width: 100%;
    height: 100%;
}
.newflex{
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    
}
.newflex>div{
    width: 450px;
    /*border: 1px solid red;*/
}
.heyz>h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}
.heyz>h2>a{
    font-size: 16px;
    font-weight: 500;
    color: #821964;
}
.heyz>img{
    margin: 15px  0 20px;
    width: 100%;
    height: 207px;
    background: #FFFFFF;
}
.newgl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.newgl>p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newgl>p:hover,.fans>a:hover{
    color: #8D216A;
}
.newgl>div{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.heyz>video{
    width: 100%;
    height: 239px;
    margin-top: 60px;
}
.ck{
    width: calc( 545px - 32px);
    padding: 12px 16px;
    /*background: #EBEBEB;*/
    border-radius: 0px 30px 30px 30px;
    margin-left: 130px;
}
.dtck{
    display: flex;
    justify-content: center;
    /*height: 443px;*/
    overflow: hidden;
    margin-bottom: 50px;
}
.ckn{
    /*background: #D9D9D9;*/
    border: 2px solid #FFFFFF;
    border-radius: 0px 30px 30px 30px;
    padding: 41px 47px 66px;
    height: calc(100% -  118px);
    display: flex;
    align-items: center;
}
.ckn>h2{
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    color: #333333;
    margin-bottom: 24px;
}
.ck{
    display: none;
    /*opacity: 0;*/
}
.dtimg{
    position: relative;
    height: 408px;
}
.dtimg>img{
    width: 603px;
    height: 408px;
}
.dttext{
    text-align: center;  
    position: relative;
    padding-top: 15px;
    display: inline-block;
    cursor: pointer;
}
.dttext>p{
    font-size: 13px;
    font-weight: 550;
    color: #ffffff;
    position: relative;
    z-index: 4;
    display: inline-block;
}
.dttext>img{
    width: 15px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
}
.ijcisj>.dttext:first-of-type{
        position: absolute;
right: 87px;
    bottom: 97px;
}
.ijcisj>.dttext:nth-of-type(2){
    position: absolute;
    right: 138px;
    bottom: 75px;
}
.ijcisj>.dttext:nth-of-type(3){
    position: absolute;
    right: 80px;
    bottom: 170px;
}
.ijcisj>.dttext:nth-of-type(4){
    position: absolute;
    right: 89px;
    bottom: 222px;
}
.ijcisj>.dttext:nth-of-type(5){
    position: absolute;
    right: 212px;
    bottom: 136px;
}
.ijcisj>.dttext:nth-of-type(6){
    position: absolute;
    right: 119px;
    bottom: 209px;
}
.ijcisj>.dttext:nth-of-type(7){
    position: absolute;
    right: 190px;
    bottom: 191px;
}
.ijcisj>.dttext:nth-of-type(8){
    position: absolute;
    right: 138px;
    bottom: 244px;
}
.ijcisj>.dttext:nth-of-type(9){
    position: absolute;
    right: 130px;
    bottom: 267px;
}
.ijcisj>.dttext:nth-of-type(10){
    position: absolute;
    right: 84px;
    bottom: 280px;
}
.fzlcsjx{
    overflow: hidden;
    position: relative;
}
.fzlcsjx .swiper-slide {
    width: 162px ;
    /*border: 1px solid red;*/
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}
.fzlcsjx .swiper-wrapper>.swiper-slide:nth-of-type(odd):after{
    content:"";
    width: 2px;
    height: 44px;
    background: #666666;
    display: block;
    position: absolute;
    left: 50%;
    top: 26px;
    transform: translate(-50%,0);
}
.fzlcsjx .swiper-wrapper>.swiper-slide:nth-of-type(even)::before {
    content: "";
    width: 2px;
    height: 44px;
    background: #666666;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translate(-50%,0);
}
.fzlcsjx .swiper-wrapper>.swiper-slide:nth-of-type(odd){
    padding-bottom: 113px;
}
.fzlcsjx .swiper-wrapper>.swiper-slide:nth-of-type(even){
    padding-top: 113px;
}
.fzlcsjx ul:after{
    content: "";
    width: 100%;
    border-bottom: 2px solid #C2C2C2;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.fzlcsjx::before{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #8D216A;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 0;
    z-index: 10;
    transform: translate(0,-50%);
}
.fzlcsjx .act{
    color: #8D216A;
    font-weight: 550;
}
.fzlcsjx .act::before,.fzlcsjx .act::after{
    background: #8D216A !important;
}
.slideBox{
    display: none;
}
.parBd>.slideBox:first-of-type{
    display: block;
}
.fiexd{
    position: fixed;
    bottom:5vh;
    left: 20px;
    z-index: 100;
}
.fiexd>a,.fiexd>div>a{
    display: block;
    width: 60px;
    text-align: center;
    height: 60px;
    background: #8D216A;
    border-radius: 5px;
    color: #FFFFFF;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}
.fiexd p{
    white-space: nowrap;
    font-size: 12px !important;
}
.fiexd>a>div,.fiexd>div>a>div{
    padding-top: 5px;
}
.ftop{
    height: 47px !important;
    background: #686868 !important;
    border-radius: 5px !important;
}
.loadmore-tips{
    display: none;
}
.tempWrap{
    /*overflow: auto !important;*/
}
/*滑块外盒子*/
.tempWrap::-webkit-scrollbar{
    background: #eeeeee!important;
    height: 5px !important;
    border-radius: 8px;
}
/*滑块大小*/
.tempWrap::-webkit-scrollbar-thumb{
    background: #999999;
    border-radius:2px;
}
.navsanji{
    position: relative;
}
.sanjis{
    display: none;
    position: absolute;
    left:100%;
    top: 0;
    background: #FFFFFF;
}
.sanjis a{
    font-size: 14px;
}
.mobtop {
      display: none;
      position: relative;
    }

    .heo {
      display: none;
    }
    .exzoom .exzoom_img_ul_outer .exzoom_img_ul li img{
        height: 100%;
        object-fit: cover;
    }
    .exzoom .exzoom_nav .exzoom_nav_inner span img{
        height: 100% !important;
        object-fit: cover;
        top: 0 !important;
    }

    @media screen and (max-width:1000px) {
      .ersan {
        /*display: none;*/
      }
      .lan_active{
          text-align: right;
         
      }
      .lan_active>a{
          display: inline !important;
          border: none !important;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
                  
      }
      .lan_active>a:first-of-type{
          position: relative;
      }
      .fixe_ss_form{
        width: calc(100% - 20px);
        height: 28px;
        background: #FFFFFF;
        border-radius: 14px;
        padding: 0 10px;
      }
      .fixe_ss_form input{
          width: calc(100% - 25px);
          border: none ;
          background: none;
          outline: none;
      }
      .fixe_ss_form{
          display: flex;
          align-items: center;
      }
      .fixe_ss{
           background: none !important;
      }
      .jiannlist div{
          font-size: 13px;
          white-space: nowrap;
      }
               
      .fixe_ss_form .sousuo{
          width: 20px;
          height: 20px;
             border: none;
          outline: none;
          background: #ffffff;
      } 
      .fixe_ss{
          margin-bottom: 20px;
      }
        .lan_active>a:first-of-type:after{
            content: "";
            width: 1.5px;
            height: 15px;
            background: #ffffff;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0,-50%);
        }
      .heo {
        height: 75px;
        display: block;
      }

      .mobtop {
        z-index: 1000;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px;
        background: #ffffff;
        width: calc(100% - 20px);
        
      }
        .fans{
            max-width: 100%;
        }
      .mobtop>a {
        display: flex;
        align-content: center;
        align-items: center;
        font-size: 14px;
      }

      .mobtop>a>img {
        margin-right: 10px;
      }

      .mlogog {
        width: 120px;
        height: auto;
      }

      .mzhakai {
        width: 35px;
        height: 35px;
      }

      .mnav01 {
        position: absolute;
        top: 0px;
        right: -500px;
        width: 100%;
        z-index: 2000;
        text-align: center;
        height: calc(100vh );
        overflow-y: auto;
        background-color: rgb(0,0,0,0.5);
      }
      .x{
          position: absolute;
          right: 68vw;
          top: 2vh;
          width: 30px;
          height: 30px;
      }
      .mnav01>div{
          padding: 20px 15px 0 ;
          width: calc(65vw - 30px);
          height: calc(100% - 20px);
          /*overflow-y:auto ;*/
        background: #881E68;
        position: absolute;
        right: 0;
        top: 0;
      }

      .mnav01 a {
        display: block;
        font-weight: 400;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 40px;
        text-align: left;
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid #C652A3;
      }

      .ersan a {
        font-size: 14px;
        border: none ;
      }

      .xialdhn {
        position: relative;
      }

      .xijpo>img {
        width: 20px;
        height: 10px;
        transition: all 0.3s;
      }

      .xijpo {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 20px;
        top: 0px;
      }

      .mimgactive {
        transform: rotate(180deg);
        transition: all 0.3s;
      }

      .mlang {
        display: flex;
        align-items: center;
        margin-top: 40px;
      }

      .mlang>a {
        display: block;
        line-height: 40px;
        border: 1px solid #e9e9e9;
        width: calc(50% - 2px);
        text-align: center;
      }
    }
    .ggflitem>div>a:hover{
        color: #8D216A;
    }
@media screen and (max-width:1550px) and (min-width:1000px){
    .ijcisj>.dttext:nth-of-type(2){
        right: 134px;
    }
    .ijcisj>.dttext:first-of-type{
        right: 86px;
    }
    .ijcisj>.dttext:nth-of-type(3){
        right: 70px;
    }
    .ijcisj>.dttext:nth-of-type(5){
        right: 211px;
    }
    .ijcisj>.dttext:nth-of-type(7){
        right: 191px;
    }
    .ijcisj>.dttext:nth-of-type(6){
        right: 118px;
    }
    .ijcisj>.dttext:nth-of-type(4){
        right: 83px;
    }
    .ijcisj>.dttext:nth-of-type(8){
        right: 138px;
    }
    .ijcisj>.dttext:nth-of-type(10){
        right: 69px;
    }
    /*.ijcisj>.dttext:nth-of-type(2){*/
    /*    bottom: 145px;*/
    /*}*/
    /*.ijcisj>.dttext:nth-of-type(3){*/
    /*    bottom: 204px;*/
    /*}*/
    /*.ijcisj>.dttext:nth-of-type(4){*/
    /*    bottom: 172px;*/
    /*}*/
    /*.ijcisj>.dttext:nth-of-type(6){*/
    /*    bottom: 236px;*/
    }
    .ggform>input{
        font-size: 12px;
        height: 30px;
        
    }
    .ggform>button{
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    .naver {
        top: 100px;
        padding-top: 10px;
    }
    .w1400,.wi1400px{
        width: 1050px;
    }
    .oincpitem{
        width: calc(100% / 6.7);
    }
    .oincpitem>div{
        width: 100%;
    }
    .naver{
        width: 1050px;
        left: calc((100% - 1000px)  / 2) ;
    }
    .naver_s{
        padding: 10px;
    }
    .naver_s>ul>li:first-of-type a{
        font-size: 14px!important;
    }
    .naver_s>ul>li a{
        font-size: 12px;
    }
    .oincpitem>div{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 150px;
    }
    .oincpitem img{
        height: auto;
    }
    .inpin{
        /*width: calc(100% /  5.7) !important;*/
        /*margin-right: 20px;*/
    }
    .inpinimg{
        width: 100%;
        height: 70px;
            display: flex;
    align-items: center;
    justify-content: center;
    }
    .inpin{
        height: 70px;
    }
    .pos{
        line-height: 75px !important;
    }
    .inpinimg img{
        height: auto;
    }
    .newflex>div {
        width: calc(100% / 3.6);
    }
    .heyz>img{
        height: auto;
        max-height: 120px;
    }
    .navitem {
        height: 100%;
        max-width: 77px;
        line-height: 30px;
        /*position: relative;*/
    }
    .heyz>video{
        margin-top: 30px;
    }
    .navitem>a{
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }
    /*.logo>img{*/
    /*    width: 100px;*/
    /*    height: 44px;*/
    /*}*/
    .fans>h2{
        font-size: 16px;
    }
    .fans>a{
        font-size: 14px;
    }
    .fans{
        margin-right: 46px;
    }
    .fer>img{
        width: 100px;
        height: 100px;
    }
    .fer p, .fer a{
        font-size: 14px;
    }
    .ck{
        margin-left: 30px;
        width: calc( 545px - 70px);
    }
    .oincpitem>p{
        font-size: 14px;
    }
    .abous>h2>span, .tuji>span{
        font-size: 22px;
    }
    .fiexd>a, .fiexd>div>a{
        width: 50px;
        height: 50px;
    }
    .fiexd p{
        font-size: 8px;
        overflow: hidden;
    }
    .fiexd img{
        height:18px;
        max-width: 60%;
    }
    .navitem{
        padding: 0 10px;
    }
    .ggflitem>a,.ggflitem>div>a{
        font-size: 12px;
    }
    .ftop img{
        height: 10px;
    }
    .abconte>img{
        width: 400px;
        height: 304px;
    }
    .abconte>div{
        width: calc(100% - 450px);
    }
    .mianer>a{
        font-size: 14px;
    }
    .w1100{
        width: 1000px;
    }
    .w1200{
        width: 100%;
    }
    .jutext{
        width: calc(100% - 180px);
    }
    .jutext>h2{
        font-size: 16px;
    }
    .jutext>div{
        font-size: 14px;
    }
    .jutext>p{
        font-size: 14px;
    }
    .cpleft{
        width: 200px;
    }
    .right{
        width: calc(100% - 220px);
    }
    .letiel{
        width: 200px;
        height: 60px;
    }
    .letiel{
        font-size: 16px;
    }
    .cplitem>div:first-of-type{
        height: 40px;
        line-height: 40px;
    }
    .ers>a{
        font-size: 12px;
    }
    .chanpitem{
        width: calc(100% / 4.3);
    }
    .chanpitem>div{
        width: 100%;
        height: 180px;
    }
    .chanpitem>p{
        font-size: 14px;
        margin: 10px 0;
    }
    .ssk,.ssk button{
        height: 40px;
        font-size: 15px;
    }
    .ssk>div{
        height: 38px;
    }
    .heyz>h2,.heyz>h2>a{
        font-size: 14px;
    }
    .newgl>p,.newgl>div{
        font-size: 13px;
    }
    .naver a{
        font-size: 12px;
    }
}

@media screen and (max-width:1100px) and (min-width:800px){
    .naver{
        width: 900px;
        left: calc((100% - 900px)  / 2) ;
    }
    .naver_s{
        padding: 10px;
    }
    .w1400, .wi1400px{
        width: 900px;
    }
    .oincpitem>div{
        height: 130px;
    }
    .inpin,.inpinimg{
        height: 62px;
    }
    .pos{
        height: 62px !important;
        line-height: 62px !important;
        font-size: 14px;
    }    
    .ggfllist{
        height: 200px;
    }
    .ggflitem>a{
        font-size: 13px;
    }
    .ggflitem>div>a{
        font-size: 12px;
    }
    .heyz>h2,.heyz>h2>a{
        font-size: 14px;
    }
    .newgl>p,.newgl>div{
        font-size: 12px;
    }
    .fans>h2{
        font-size: 14px;
    }
    .fans{
        margin-right: 25px;
    }
    .fans>a,.fer p, .fer a{
        font-size: 12px;
    }
    .fer>img{
        width: 80px;
        height: 80px;
    }
    .ckn>h2{
        font-size: 16px !important;
    }
    .ckn>div span,.ckn>div p,.ckn>div div{
        font-size: 12px !important;
    }
    .dtimg>img{
        height: 337px;
    }
    .heyz>img{
        max-height: 107px;
    }
    .ijcisj>.dttext:first-of-type{
        bottom: 147px;
    }
    .ijcisj>.dttext:nth-of-type(2){
        bottom: 145px;
    }
    .ijcisj>.dttext:nth-of-type(3){
        bottom: 204px;
    }
    .ijcisj>.dttext:nth-of-type(4){
        bottom: 172px;
    }
    .ijcisj>.dttext:nth-of-type(6){
        bottom: 236px;
    }
    .abous>h2>span, .tuji>span{
       font-size: 18px;
    }
    .abconte>div span,.abconte>div div ,.abconte>div p{
        font-size: 12px !important;
    }
    .ssk, .ssk button{
        height: 30px;
    }
    .ssk>div{
        height: 28px;
    }
    .ssk input{
        font-size: 12px;
    }
    .ssk img{
        width: 10px;
        height: 9px;
    }
    .ssk, .ssk button{
        font-size: 12px;
    }
    .mianer>a,.miannav{
        font-size: 12px;
    }
    .jutext>h2{
        font-size: 13px;
    }
    .jutext>div{
        font-size: 12px;
    }
    .jutext>p{
        font-size: 12px;
    }
    .navitem>a{
        font-size: 13px;
    }
    .letiel,.cpleft{
        width: 150px;
        font-size: 14px;
    }
   .right{
        width: calc(100%  - 170px);
    }
    .chanpitem>div{
        height: 168px;
    }
    .chanpitem>p{
        font-size: 12px;
    }
    .abous>h2>span, .tuji>span{
        font-size: 16px;
    }
    .w1100{
        width: 900px;
    }
    .hhitem{
        width: calc(100% / 4.5);
    }
    .lxtext>h2{
        font-size: 14px;
    }
    .lxtext span,.lxtext div,.lxtext p{
        font-size: 12px!important;
    }
}
@media screen and (max-width:800px) {   
    .oincpitem>p,.chanpitem>p{
        font-size: 14px;
    }
    .box_navs{
        overflow-y: auto;
        height: calc(100vh - 110px);
    }
    .ckn>h2{
        font-size: 16px;
        margin-bottom: 12px;
    }
    .ckn>div p,.ckn>div span,.ckn>div div{
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 28px !important;
    } 
    .ssk img{
        display: none;    
    }
     .gslb1{
        display: none;
    }
    .swiper_mobile{
        display: block;
    }
    .fiexd{
        display: none;
    }
    body{
        background: #FFFFFF;
    }
    nav{
        display: none;
    }   
    .judiv{
        align-items: center;
    }
    .jutext>div{
        -webkit-line-clamp: 2;
        font-size: 14px;
        line-height: 25px;
        margin: 0;
    }
    .jutext>h2{
        font-size: 16px;
    }
    .ssk{
        position: static;
        transform: translate(0,0);
    }
    .swiper-pagination {
        display: none;
    }
    .tuji>a{
        display: none;
    }
    .abous>h2>span, .tuji>span{
        margin: 0 5px;
        white-space: nowrap;
    }
    .ssk{
        width: 90%;
        margin: 0 auto;
    }
    .ssk>div{
        width: 100%;
        height: 30px;
    }
    .ssk button{
        height: 32px;
    }
    .ssk input{
        width: 100%;
    }
    .w1400{
        width: 95%;
    }
    .wi1400px{
        width: 95%;
        margin: 0 auto ;
    }
    .tuji{
        margin: 10px 0 15px;
    }
    .abous>h2>span, .tuji>span{
        font-size: 18px;
    }
    .heyz>h2{
        font-size: 18px;
    }
    .oincpitem{
        width: 49%;
    }
    .oincpitem>p{
        margin: 10px 0 10px;
    }
    
    .incplist>a:nth-child(-n + 6){
        display: none;
    }
    
    .oincpitem>div{
        width: 100%;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .opo{
        overflow: hidden;
        /*margin: 20px;*/
        /*height: 200px;*/
        /*width: 100%;*/
        /*object-fit: cover;*/
    }
    .opo>img{
        height: 100px;
      /*  width: 100%;*/
      /*  height: 100%;*/
      /*display: flex;*/
      /*align-items: center;*/
      /*justify-content: center;*/
      /*max-width: 100%;*/
      /*margin: 0 !important;*/
    }
    .oincpitem img{
        width: auto;
        height: auto;
    }
    .inpinimg{
        width: 100%;
        height: 76px;
    }
    .inpintujian{
        margin-bottom: 0;
    }
    .inpin{
        display: block;
        width: 160px !important;
        margin-top:0;
        margin-bottom: 10px;
    }
    .newflex{
        display: block;
    }
    .newflex>div{
        margin-top: 20px;
        width: 100%;
    }
    .heyz>img{
        height: 152px;
    }
    .heyz>video{
        margin-top: 0px;
    }
    .dtck{
        display: block;
    }
    .ck{
        margin-left: 0;
        width: calc(100% - 70px);
        padding: 12px 8px;
        margin: 0 auto;
    }
    .ckn{
        padding:  15px 15px;
    }
    .dtimg>img{
        width: 394px;
        height: 275px;
    }
    .dtimg{
        height: 275px;
        margin-bottom: 20px;
    }
    .ijcisj>.dttext:first-of-type{
          right: 50px;
    bottom: 68px;
    }
    .ijcisj>.dttext:nth-of-type(2){
         right: 89px;
    bottom: 45px;
    }
    .ijcisj>.dttext:nth-of-type(3) {
            right: 51px;
    bottom: 114px;
    }
    .ijcisj>.dttext:nth-of-type(4) {
        right: 48px;
        bottom: 143px;
    }
    .ijcisj>.dttext:nth-of-type(5) {
        right: 137px;
        bottom: 85px;
    }
    .ijcisj>.dttext:nth-of-type(6) {
       right: 75px;
        bottom: 136px;
    }
    .ijcisj>.dttext:nth-of-type(7) {
           right: 121px;
            bottom: 126px;
    }
    .ijcisj>.dttext:nth-of-type(9) {
        right: 77px;
        bottom: 175px;
    }
    .ijcisj>.dttext:nth-of-type(8) {
    right: 79px;
    bottom: 153px;
    }
    .ijcisj>.dttext:nth-of-type(10){
       right: 39px;
        bottom: 187px;
    }
    .footer{
        display: block;
    }
    .fer>div{
        width: calc(100% );
    }
    .fer>img{
        width:40px;
        height: 40px;
        margin-bottom: 10px;
    }
    .fer{
        display: block;
    }
    .fnavs{
        flex-wrap: wrap;
    }
    .cxposkr>h2{
        font-size: 16px;
        font-weight: 400;
    }
    .cppp div{
        font-weight: 400;
    }
    .fans{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .fans>a{
        display: inline-block;
        margin-bottom: 10px !important;
        color: #8D216A;
    }
    .fer p, .fer a{
        font-size: 13px;
    }
    footer{
        border-top: 2px solid #333333;
        background: #FFFFFF;
    }
    .abconte{
        display: block;
    }
    .abconte>img{
        width: 100%;
        height: auto;
    }
    .abconte>div{
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .mians{
        display: block;
       
    }
    .mian{
         height: auto;
    }
    .miannav{
        margin-top: 20px;
        white-space: nowrap;
        overflow: hidden;
    }
    .fzlclb .swiper-slide{
        display: block;
    }
    .fzimg{
        width: 100%;
        margin-bottom: 20px;
    }
    .fztext>div{
        width: 100%;
    }
    .w1200{
        width: 95%;
    }
    .parHd,.cpleft{
        display: none;
    }
    .right{
        width: 100%;
    }
    .chanpitem{
        width: 45%;
    }
    .chanpitem>div{
        width: 100%;
        height: 150px;
    }
    .cpxqflex{
        display: block;
    }
    #exzoom{
        width: 100%;
        margin-bottom: 20px;
    }
    .cxposkr{
        width: 100%;
    }
    .cxposkr>div>div{
        padding: 10px;
    }
    .xqform{
        width: 90% !important;
        height: 60vh;
        overflow-y: auto;
    }
    .w1100{
        width: 100%;
    }
    .hhitem{
        width: 45%;
    }
    .judiv>.juimg{
        width: 100px;
        height: 120px;
    }
    .jutext{
        width: calc(100% - 120px) !important;
    }
    .juimg{
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .juimg>img{
        width: auto;
        height: auto;
    }
    .lxwmm{
        display: block;
    }
    .lximg,.lxtext{
        width: 100%;
        margin-bottom: 20px;
    }
    .lyform{
        width: 95%;
        margin: 0 auto;
    }
    .lyitem{
        display: block;
    }
    .lyitem input{
        width: calc(100% - 30px);
    }
    .fans>h2{
        font-size: 14px;
        margin-bottom: 0px;
        font-weight: 600;
    }
    .fans>a{
        font-size: 12px;
        margin-bottom: 15px;
        margin-right: 10px;
    }
    .opo>img{
        margin:30px 0 !important;
    }
    footer{
        padding: 30px 0 20px;
    }
    .fer>div>p:last-of-type{
        display: none;
    }
}