
/* @font-face{
    font-family: 'Microsoft YaHei';
    src: url('../font/msyh.ttf')
}
@font-face{
    font-family: 'PingFang SC';
    src: url('../font/PingFangMedium.ttf')
} */

/*首页登录*/
.index-login{position: absolute;width:390px;padding:15px 30px;background: #fff;right:26px;top:140px;z-index: 10;display: none;}
.index-login-main{}
.index-login-main-ul{padding:0;margin:0;}
.index-login-main-ul li{height:50px;list-style: none;padding:5px 0;position: relative;line-height: 40px;font-size:12px;color:#666;clear:both;}
.index-login-main-ul li i{width:45px;height:40px;position: absolute;left:0;top:5px;display: block;line-height: 40px;text-align: center;color:#a6a6a6;}

.index-login-input{width:100%;height:40px;border:1px solid #e9e9e9;padding:5px 5px 5px 45px;line-height: 30px;font-size:14px;color:#a6a6a6;}
.index-login-submit{width:100%;height:40px;line-height: 40px;border:none;color:#fff;background: #0baefd;-webkit-border-radius: 3px;-moz-border-radius: 3px;
border-radius: 3px;}
input[type=checkbox].index-login-checkbox{float:left;margin:13px 5px 0 4px;}
.index-register{text-align: right;font-size:12px;color:#999;}
.index-register a{font-size:12px;color:#0baefd;}
.index-login-title{height:50px;margin:0;padding:0;line-height: 50px;font-size:22px;color:#000;text-align: center;}
.index-login-top{position: absolute;top:-16px;right:95px;display: block;width:30px;height:16px;background: url("../images/index-login-top.png") no-repeat center top;}
.close{width:16px;height:16px;display: block;color:#000;font-weight: normal;}

.register-header{height:20px;margin:40px 0 0 0;height:20px;display: block;float:left;padding-left:20px;border-left:1px solid #8a8a8a;}
/*首页*/
#header{height:63.5px;background: #fff;box-shadow: 0 1px 8px 5px #eee;}
.lynn-head{width:1200px;margin:0 auto;height:63.5px;position: relative;display: flex;justify-content: space-between;}
#lynn-logo{width:350px;height:63.5px;float:left;margin:0;}
#lynn-logo a{text-decoration: none;width:350px;height:63.5px;line-height: 63.5px;display: block;font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #F75310;}
#lynn-logo a img{width:37px;height:30px;margin-right: 15px;}
#lynn-nav{width:808px;height:63.5px;float:left;}
#lynn-login{width:176px;height:63.5px;float:right;padding:41px 0 0 0;line-height: 30px;}
#lynn-login a{height:30px;line-height: 30px;padding:0 15px;color:#3a3a3a;font-size:16px;margin:0 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;display: inline-block;}
#lynn-login a.active{background: #00aeff;color:#fff;}
.lynn-nav-ul{height:63.5px;margin:0;display: flex;align-items: center;}
.lynn-nav-ul li{position: relative;float: left;padding: 0 25px;list-style: none;height: 100%;display: flex;align-items: center;}
.lynn-nav-ul li a{height:30px;display: block;line-height: 30px;font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;transition: all 0.2s;transition-timing-function: cubic-bezier(0.9, -0.01, 0.91, 2.68);}
.lynn-nav-ul li a > span{border-top: 6px solid black;border-left: 3.5px solid #ffffff00;border-right: 3.5px solid #ffffff00;margin-left: 10px;position: absolute;top: calc(50% - 3px);transition: all .5s;}
.lynn-nav-ul li:hover > a span{transform: rotate(180deg);}
.lynn-nav-ul li a:hover,.lynn-nav-ul li a.active{color:#F97F7C;text-decoration: none;position: relative;}
.lynn-nav-ul li a.active::before{content: "";width: 100%;height: 2px;position: absolute;background: #F97F7C;bottom: -17px;transition: all 0.2s;transition-timing-function: cubic-bezier(0.9, -0.01, 0.91, 2.68);}
.lynn-nav-ul li a.active:hover::before{bottom: -10px;}
.lynn-nav-ul li > div{border-radius: 4px;top: 100%;line-height: 40px;overflow:hidden;text-align:center; transition: all 0.5s; width: 100%;left: 0;background: white;max-height: 0;position: absolute;z-index: 99;box-shadow: 0px 5px 15px 1px #ccccccad;}
.lynn-nav-ul li:hover > div{max-height:200px}
.lynn-nav-ul li:hover > div > div{cursor: pointer;transition: all 0.3s;position: relative;}
.lynn-nav-ul li:hover > div > div:hover{color: #F97F7C;}
.lynn-nav-ul li > div > div::before{position: absolute;left: 0;transition: all 0.3s;bottom: 0;content: "";width: 0;height: 0;background: chartreuse;}
.lynn-nav-ul li > div > div:hover::before{content: "";width: 2px;height: 100%;background: rgb(255, 102, 0);}
.lynn-nav-ul li > div > .act-title::before{content: "";width: 2px;height: 100%;background: rgb(255, 102, 0);}
.lynn-nav-ul li > div > div > a{display: flex;align-items: center;justify-content: center; font-size: 14px;height: 100%;width: 100%;height: 40px;}
.lynn-nav-ul li > div > div > a div{
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    display: inline-block;
}
.lynn-nav-ul li > div > div:nth-child(1) > a div{
    background-image: url(../images/pushNote.png);
}
.lynn-nav-ul li > div > div:nth-child(2) > a div{
    background-image: url(../images/myNote.png);
}
.lynn-nav-ul li > div > div:nth-child(1):hover > a div{
    background-image: url(../images/pushNoteAct.png);
}
.lynn-nav-ul li > div > div:nth-child(2):hover > a div{
    background-image: url(../images/myNoteAct.png);
}


/* 轮播图 */
.swiper-container{position: relative;}
.swiper-container > .bannar-page{position: absolute;z-index: 999;text-align: center;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{border: 0;border-radius: 0;width: 5vw;}
#swiper-bannar .swiper-pagination-bullet-active{
    background: white;
}
/* 面包屑 */
.bread-crumb{display: flex;align-items: center;width: 1200px;margin: auto;font-size: 14px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;padding-top: 20px;padding-bottom: 40px;}
.bread-crumb > span{color: #F97F7C;}
.bread-crumb a{color: black;}


.carousel-indicators li{border-radius: 0;width:58px;height:10px;background: #08466b;border:none;}
.carousel-indicators li.active{background: #e84e0e;width:58px;height:10px;border:none;margin:1px;}

.lynn-article-top{text-align: center;position: relative;}
.lynn-article-top i{height:1px;display: block;position: absolute;width:100%;background: #e4e4e4;background: white;top:59px;left:0;}
.lynn-article-top h3{height:62px;line-height: 59px;margin:0;padding:0;font-size: 60px;font-family: PingFang SC;font-weight: 500;color: #333333;border-bottom:3px solid #989898;border: 0;display: inline-block;}
.lynn-article-top p{min-height:36px;line-height: 25px;padding:11px 0 0 0;font-size:16px;color:#969696;width:1200px;margin:0 auto;}

.lynn-news{background: white;padding:68px 0;}
.lynn-news-index{width:1200px;margin:0 auto;}
.lynn-news-index-ul{display: block;margin:0;padding:83px 0 0 26px;}
.lynn-news-index-ul li{padding:0 59px 48px 46px;list-style: none;width:587px;float:left;cursor: pointer;}
.lynn-news-index-li-left{width:75px;float:left;}
.lynn-news-index-li-right{width:394px;float:right;}
.lynn-news-index-li-left span{width:57px;height:57px;display: block;background: #e4e4e4;color:#989898;font-size:16px;text-align: center;line-height: 57px;}
.lynn-news-index-li-left strong{width:57px;height:57px;display: block;background: #fff;color:#989898;font-size:32px;text-align: center;line-height: 57px;}
.lynn-news-index-li-right-top{height:57px;}
.lynn-news-index-li-right-top h3{margin:0;padding:0;height:30px;line-height: 30px;font-size:16px;color:#020202;width:370px;float:left;overflow: hidden;}
.lynn-news-index-li-right-top p{margin:0;padding:0;height:25px;line-height: 25px;font-size:12px;color:#868686;width:370px;float: left;overflow: hidden;}
.lynn-news-index-li-right-top p span{padding:0 10px}
.lynn-news-index-li-right-top i{width:19px;height:19px;text-align: center;line-height: 19px;background: #9d9d9d;color:#fff;display: block;float:right;font-size:20px;margin:10px 0 0 0;padding:0;}
.lynn-news-index-li-right-bot{font-size:12px;color:#898888;clear:both;line-height: 20px;padding:8px 0 0 0;}


.lynn-news-index-ul li.active .lynn-news-index-li-left strong{color:#0baefd;}
.lynn-news-index-ul li.active .lynn-news-index-li-left span{background:#0baefd;color:#fff;}
.lynn-news-index-ul li.active .lynn-news-index-li-right-top i{background: #0baefd;color:#fff;}

/* 美橙核心功能 */
.lynn-core-index{padding:50px 0 70px 0;}
.core-tabbar{width: 100%;height: 145px;background: #F7F7FF;margin-top: 19px;}
.core-tabbar-list{width: 1200px;height: 100%;margin: auto;display: flex;}
.core-tabbar-item{flex: 1;text-align: center;cursor:pointer;}
.core-tabbar-item > img{width: 60px;height: 60px;margin-top: 30px;margin-bottom: 10px;transition: all 0.8s;}
.core-tabbar-item > div{flex-basis: 100%;font-size: 17px;font-weight: 400;color: #333333;}
.core-tabbar-item-act{background: white;position: relative;}
.core-tabbar-item-act::before{content: "";width: 100%;height: 4px;background: #F97F7C;position: absolute;top: 0;left: 0;}
.core-tabbar-item-act > div{color: #F97F7C;}
.core-tabbar-item:hover > img{transform:scale(1.1)}
.core-main {padding: 62px 0;height: auto;width: 100%;display: none;width: 1200px;margin: auto;justify-content: space-between;}
.core-main-act {display: flex;}
.core-main-left{width: 500px;height: 100%}
.core-main-right{width: 600px;height: 100%;position: relative;}
#right-swiper > .swiper-wrapper .core-image{width: 459px;height: 272px;background-size: cover;background-position: center center;}
#right-swiper{width: 459px;height: 272px;}
.core-main-right .core-bannar-page{text-align: center;}
.core-main-right .swiper-pagination-clickable .swiper-pagination-bullet{width: 30px;height: 4px;border: 0;border-radius: 0;margin: 0 7px;}
.core-main-right .swiper-pagination-bullet-active{background: #F97F7C}
.core-main-right > img:nth-child(2){width: 60px;height: 60px;position: absolute;top: 100px;transition: opacity 0.2s;}
.core-main-right > img:nth-child(3){width: 60px;height: 60px;position: absolute;top: 100px;right: 0;transform: rotate(180deg);transition: opacity 0.2s;}
.core-main-right > img:active{opacity: 0.6;}
.left-title{font-size: 28px;font-family: PingFang SC;font-weight: 500;color: #333333;padding-top: 10px;padding-bottom: 29px;}
.left-content{font-size: 17px;font-family: PingFang SC;font-weight: 400;color: #666666;}
.left-list{column-count: 2;margin-top: 29px;line-height: 41px;}
.left-list > div::before{content: "";background: #F97F7C;width: 8px;height: 8px;display: inline-block;border-radius: 50%;margin-right: 10px;}
.left-buttons{transition: all 0.2s;;cursor: pointer;margin-top: 48px;width: 107px;height: 46px;line-height: 46px;text-align: center;background: linear-gradient(133deg, #FD802C, #FB592D);box-shadow: 0px 1px 29px 0px rgba(251, 89, 45, 0.17);border-radius: 4px;font-size: 15px;font-family: PingFang SC;font-weight: 400;color: #FFFFFF;}
.left-buttons:active{opacity: 0.5;}

/* 新闻动态 */
.lynn-new-news-index {}
.lynn-new-news-index > .new-news{display: flex;flex-flow: wrap;justify-content: space-between;width: 1122px;margin: auto;padding-top: 47px;}
.lynn-new-news-index > .new-news a:hover{text-decoration: none;}
.lynn-new-news-index > .new-news > .news-left{position: relative;overflow: hidden;}
.lynn-new-news-index > .new-news > .news-left > .news-left-image{
    cursor: pointer; transition: all 0.2s;
    width: 600px;height: 530px;
    background-size: cover;background-position: center center;}
.lynn-new-news-index > .new-news > .news-left > .news-left-image:hover{transform: scale(1.04);}
.lynn-new-news-index > .new-news > .news-right{width: 560px;}
.news-left-text{width: auto;height: 140px;background: #0000007d;color: white;position: absolute;bottom: 0;padding: 18px 19px;}
.news-left-text > .new-left-text-title{font-size: 18px;font-family: PingFang SC;font-weight: 500;color: #FFFFFF;padding-bottom: 9px;}
.news-right > .news-list{

}
.new-left-text-title{
    font-size: 18px;font-weight: bold;
}
.news-right > .news-list > .news-item{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.4s;
    opacity: 0.7;
}
.news-right > .news-list > .news-item:hover{
    transform: scale(1.03);
    opacity: 1;
}
.news-right > .news-list > .news-item:active{
    opacity: 0.5;
}
.news-right > .news-list > .news-item + .news-item{
    margin-top: 12px;
}
.news-right > .news-list > .news-item > .news-item-date{
    width: 100px;
    height: 100px;
    background: #F97F7C;
}
.news-right > .news-list > .news-item > .news-item-date > div:nth-child(1){
    line-height: 70px;
    text-align: center;
    font-size: 40px;
    font-family: UDC 1.04;
    font-weight: bold;
    color: #FFFFFF;
}
.news-right > .news-list > .news-item > .news-item-date > div:nth-child(2){
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.news-right > .news-list > .news-item > .news-item-text{
    width: 437px;
}
.news-right > .news-list > .news-item > .news-item-text > div:nth-child(1){
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    padding-bottom: 10px;
}
.news-right > .news-list > .news-item > .news-item-text > div:nth-child(2){
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    padding-bottom: 10px;
    max-height: 56px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 2px;
}
.news-right > .news-list > .news-item > .news-item-text > div:nth-child(3){
    line-height: 21px;
    background: #FFFFFF;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
}
.news-right > .news-list > .news-item > .news-item-text > div:nth-child(3) > span:nth-child(1){
    border: 1px solid #49D08F;
    color: #49D08F;
    border-radius: 2px;
    padding: 0 6px;
}
.news-right > .news-list > .news-item > .news-item-text > div:nth-child(3) > span:nth-child(2){
    border: 1px solid #999999;
    color:  #999999;
    border-radius: 2px;
    padding: 0 6px;
}
.news-button{
    width: 107px;
    height: 46px;
    border: 1px solid #F97F7C;
    box-shadow: 0px 1px 29px 0px rgba(251, 89, 45, 0.17);
    border-radius: 4px;
    text-align: center;
    line-height: 46px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #F97F7C;
    background: white;
    cursor: pointer;
    margin-left: 550px;
    margin-top: 40px;
    margin-bottom: 2.9vw;
}
.news-button:active{
    opacity: 0.5;
}
.row-ad{
    position: relative;
}
.row-ad > .row-ad-img{
    height: 13.54vw;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.row-ad > .row-ad-title{
    font-size: 3.1vw;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    top: 3.2vw;
}
.row-ad > .row-ad-button{
    width: 16.6vw;
    height: 3.3vw;
    line-height: 3.3vw;
    background: linear-gradient(133deg, #5E47FF, #627CFF);
    border-radius: 0.2vw;
    font-size: 1.4vw;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    bottom: 2vw;
    position: absolute;
    left: calc(50% - 8.3vw);
    cursor: pointer;
    overflow:hidden;
}
.row-ad > .row-ad-button:active{
    opacity: 0.5;
}
.ranking-box{
    width: 1400px;
    position: relative;
    margin: 0 auto;
}
.ranking-box > #ranking-box-swiper{
    width: 1200px;
    margin: 100px auto;
}
.ranking-box > #ranking-box-swiper > .swiper-wrapper{
    width: 1200px;
}
.ranking-box > #ranking-box-swiper > .swiper-wrapper > .swiper-slide{
    width: 390px;
    height: 491px;
    background: #FFFFFF;
    padding: 10px;
}
.ranking-box > #ranking-box-swiper > .swiper-wrapper > .swiper-slide > div{
    width: 370px;
    height: 471px;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgba(251, 89, 45, 0.17);
    border-radius: 2px;
}
.ranking-box > #ranking-box-swiper > .swiper-wrapper > .swiper-slide > .swiper-item > .swiper-item-header{
    width: 370px;
    height: 68px;
    background: #FFE7EE;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.ranking-box > #ranking-box-swiper > .swiper-wrapper > .swiper-slide > .swiper-item > .swiper-item-header > img{
    width: 23px;
    height: 23px;
    border-radius: 4px;
    margin-right: 5px;
}
.ranking-box > #ranking-box-swiper > .swiper-wrapper > .swiper-slide > .swiper-item > .swiper-item-list{

}
.move-left{
    position: absolute;
    top: calc(50% - 60px);
    left: -60px;
    transition: opacity 0.5s;
    border: 0;
    background-image: url('../../static/images/act-but.png');
    background-size: cover;
    background-position: center;
    width: 120px;
    height: 120px;
}
.move-right{
    position: absolute;
    top: calc(50% - 60px);
    right: -60px;
    transform: rotate(180deg);
    transition: opacity 0.2s;
    border: 0;
    background-image: url('../../static/images/act-but.png');
    background-size: cover;
    background-position: center;
    width: 120px;
    height: 120px;
}
.ranking-box .swiper-button-disabled{
    background-image: url('../../static/images/noact-but.png');

}
.move-left:focus, .move-right:focus, .right-swiper-left:focus, .right-swiper-right:focus, .core-main-right .swiper-pagination-clickable .swiper-pagination-bullet:focus, .partner-left:focus, .partner-right:focus {
    outline: none;
}
.move-left:active, .move-right:active{
    opacity: 0.8;
}
.move-left > img, .move-right > img{
    width: 120px;
    height: 120px;
}
.swiper-item-user-item{
    height: 80px;
    display: grid;
    grid-template-columns: 67px 62px 240px;
    align-items: center;

}
.swiper-item-user-item > div:nth-child(1){
    text-align: center;
    line-height: 80px;
}
.swiper-item-user-item > div:nth-child(1) > img{
    width: 24px;
    height: 30px;
}
.swiper-item-user-item > img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.swiper-item-user-item > div:nth-child(3){
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
.swiper-item-user-item > div:nth-child(3) > .user-name{
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
.swiper-item-user-item > div:nth-child(3) > .user-code{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}

/* 达人列表 */
.talent-box{
    width: 100%;
    height: 755px;
    /*background-image: url('../../static/images/talent-bg.png');*/
    background-size: cover;
    background-position: center;
    padding-top: 95px;
}
.talent-box > div{
    width: 1200px;
    margin: auto;
    display: flex;
}
.talent-box-left{
    width: 408px;
    height: 565px;
    background-image: url('../../static/images/talent-left-bg.png');
    background-size: cover;
    padding: 77px 120px 41px 24px;
    position: relative;
}
.talent-box-left > .more{
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    bottom: 41px;
    left: 167px;
    display: flex;
    align-items: center;
}
.talent-box-left > .more:hover, .talent-box-left > .more:active{text-decoration: none;}
.talent-box-left > .more > div{
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid white;
    border-width: 2px 2px 0px 0px;
    position: relative;
    transform: rotate(45deg);
    margin-left: 10px;
}
.talent-box-left > .more > div::before{
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    left: -3px;
    top: calc(50% - 1px);
    background: white;
    transform: rotate(-45deg);
}
.talent-box-left > div:nth-child(1){
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
}
.talent-box-left > div:nth-child(2){
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    width: 225px;
}
.talent-box-right{
    width: 918px;
    height: 550px;
    background: #EAEBF5;
    margin-left: -124px;
    margin-top: 53px;
    display: flex;
    flex-wrap: wrap;
    z-index: 9
}
.talent-box-right .talent-item{
    width: 300px;
    height: 270px;
    background: #FFFFFF;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}
.talent-box-right .talent-item > .logo{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin-top: 15px;
    margin-left: 18px;
}
.talent-box-right .talent-item > .avatar{
    width: 94px;
    height: 94px;
    border-radius: 50%;
    position: absolute;
    top: 34px;
    left: 103px;
    border: 5px solid #fff0e6;
}
.talent-box-right .talent-item > .name{
    position: absolute;
    top: 140px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
.talent-box-right .talent-item > .number{
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}
.talent-box-right .talent-item > .number img{
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
.talent-box-right .talent-item > .number .text{
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
}
/* 平台列表 */
.platform-list{
    width: 1280px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 0 40px;
    padding-top: 83px;
    overflow: hidden;
}
.platform-list > .platform-item{
    width: 360px;
    height: 231px;
    background: #FFFFFF;
    box-shadow: 0px 1px 29px 0px rgba(251, 89, 45, 0.17);
    margin-bottom: 39px;
    position: relative;
}
.platform-list > .platform-item > .title{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    position: absolute;
    top: 101px;
    width: 100%;
    text-align: center;
}
.platform-list > .platform-item > .content{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    position: absolute;
    top: 132px;
    width: 250px;
    text-align: center;
    left: calc(50% - 125px);
}
.platform-list > .left-icon{
    width: 317px;
    height: 317px;
    border: 40px solid #F68A20;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 141px;
    top: 251px;
}
.platform-list > .left-icon::before{
    content: "";
    position: absolute;
    width: 317px;
    height: 317px;
    top: 110px;
    left: -40px;
    background: white;
}
.platform-list > .right-icon{
    width: 317px;
    height: 317px;
    border: 40px solid #F97D9E;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    right: -106px;
    top: 102px;
}
.platform-list > .right-icon::before{
    content: "";
    position: absolute;
    width: 317px;
    height: 317px;
    top: -40px;
    left: 120px;
    background: white;
}
.partner-left, .partner-right{
    width: 48px;
    height: 48px;
    position: absolute;
}
.partner-left{
    top: 33px;
    left: -122px;
}
.partner-right{
    top: 33px;
    right: -122px;
    transform: rotate(180deg);
}

/* 探店用户 */
.task-user-list{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 74px;
    position: relative;
}
.task-user-list > .task-user-item{
    width: 240px;
    height: 240px;
    margin-bottom: 9px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}
.task-user-list > .task-user-item:hover{
    transform: scale(1.03);
    z-index: 99;
}
.task-user-item > .task-user-info{
    bottom: 0;
    position: absolute;
    height: 50px;
    width: 100%;
    display: flex;
    background: #0000002a;
    padding: 5px 14px;
}
.task-user-item > .task-user-info > div{
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 19px;
    line-height: 20px;
}

/* 合作伙伴 */
#partner-swiper > .swiper-slide{
    width: 236px;
    height: 120px;
}
.partner-logo{
    width: 236px;
    height: 120px;
    border-radius: 4px;
}
/* 排行列表 */


/*案例展示*/
.lynn-case-index{padding:91px 0 70px 0;}
.lynn-case-info{width:1306px;margin:61px auto 0;padding:0 53px;overflow: hidden;}
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }
.slider-img{width:300px;height:470px;float:left;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;padding:0 15px;position: relative;}
.slider-img > img{border:1px solid #ddd;width:270px;height:470px;padding:4px;}
.slider-img span.rcode{width:260px;height:460px;display: none;background: url("../images/case_bg.png") repeat;position: absolute;left:20px;top:5px;text-align: center;padding:129px 0 0 0;}
.slider-img span.rcode p{height:49px;line-height: 49px;font-size:18px;color:#fff;font-weight: bold;}

.slick-prev{position: absolute;left:-53px;top:0;height:470px;width:53px;background: #fff url("../images/btn-left.png") no-repeat left center;border:none;cursor: pointer;}
.slick-next{position: absolute;right:-53px;top:0;height:470px;width:53px;background: #fff url("../images/btn-right.png") no-repeat right center;border:none;cursor: pointer;}
.slick-dots{clear:both;margin:0;text-align: center;height:50px;line-height:36px;padding-top:14px;}
.slick-dots span{width:10px;height:10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background: #444;display: inline-block;margin:0 4px;}
.slick-dots span.slick-active{width:12px;height:12px;background: #00b1ff;}
/*最新文章*/
.lynn-article-index{padding:71px 0 0 0;}
.lynn-article-bot-ul{width:1200px;display: block;margin:0 auto;padding:77px 0 0 0;}
.lynn-article-bot-ul li{width:373px;height:242px;background: #f9f9f9;list-style: none;padding:20px 20px 0 25px;float:left;margin:0 13px 30px;cursor: pointer;}
.lynn-article-bot-ul li h3{height:34px;padding:0;margin:0;line-height: 34px;font-size:16px;color:#0baefd;overflow: hidden;}
.lynn-article-bot-ul li span{height:31px;line-height: 31px;padding:0 10px;font-size:12px;color:#868686;}
.lynn-article-bot-ul li p{padding:12px 0 0 0;line-height: 21px;font-size:14px;color:#4d4d4d;margin:0;height:117px;overflow: hidden;}
.lynn-article-bot-ul li a{float:right;font-size:14px;color:#0baefd;}

/*联系我们*/
.lynn-contact-index{padding:68px 0 81px 0;}
.lynn-contact-bottom{width:942px;margin:54px auto 0;height:340px;}
.lynn-contact-form-top input{width:302px;height:47px;border:1px solid #dbe0e3;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
padding:10px 10px 10px 58px;line-height: 27px;}
.lynn-input-name{background:url("../images/lynn-index-name.png") no-repeat 14px center; background-size:30px;}
.lynn-input-tel{background:url("../images/lynn-index-tel.png") no-repeat 14px center;margin:0 17px; background-size:30px;}
.lynn-input-email{background:url("../images/lynn-index-email.png") no-repeat 14px center; background-size:30px; }
.lynn-textarea{width:100%;height:122px;border:1px solid #dbe0e3;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;padding:10px;}
.lynn-contact-form-bottom{padding:19px 0 49px 0;}
.lynn-btn-submit{width:221px;height:50px;display: block;margin:0 auto;line-height: 50px;border:none;background: #0baefd;color:#fff;font-size:20px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
border-radius: 50px;}
/*底部*/
#lynn-footer{height:270px;background: #323639;position: relative;}
.lynn-footer-top{height:63px;background: #282d30;}
.lynn-footer-nav{height:63px;width:1200px;margin:0 auto;display: block;padding:23px 0 0 50px;}
.lynn-footer-nav a{width:84px;height:16px;display: block;float:left;font-size:14px;color:#cacaca;border-left:1px solid #cacaca;text-align: center;line-height: 16px;}
.lynn-footer-nav a:first-child{border:none;}
.lynn-index-top{height:270px;width:163px;position: absolute;right:82px;top:-63px;}
.lynn-index-top a{height:63px;width:163px;background: #0baefd;color:#fff;display: block;text-align: center;line-height: 63px;}
.lynn-index-top p{width:163px;height:207px;background: #3d4144;margin:0;padding:17px 19px 0 19px;}
.lynn-index-top p img{margin-bottom:10px;}
.lynn-index-top p span{height:18px;line-height: 18px;display: block;font-size:12px;color:#fff;text-align: center;}
.lynn-footer-bot{position: relative;width:1200px;margin:0 auto;padding:50px 0 0 85px;}
.lynn-footer-bot-left{width:175px;float:left;padding-top:15px;}
.lynn-footer-bot-left a{height:25px;display: block;line-height: 25px;font-size:12px;color:#5b5a58;border-right:1px solid #595959;}
.lynn-footer-bot-mid{width:581px;margin-top:15px;min-height:75px;float:left;border-right:1px solid #595959;padding:10px 0 0 30px;}
.lynn-footer-bot-mid p{font-size:12px;color:#5b5a58;height:28px;line-height: 28px;margin:0;}
.lynn-footer-bot-right{width:289px;float:left;padding-left:45px;}
.lynn-footer-bot-right strong{height:40px;font-size:30px;color:#5d5c5a;line-height: 40px;}
.lynn-footer-bot-right p{font-size:12px;color:#5b5a58;}
.kefu{width:116px;height:30px;display: block;background: #016fba;color:#fff;line-height: 30px;text-align: center;}
.kefu:hover{color:#fff;text-decoration: none;}
/*新闻中心*/
.list-container{width:1200px;margin:0 auto;padding:56px 22px;}
.list-menu{height:40px;}
.list-menu-left{float:left;height:40px;line-height: 40px;font-size:12px;color:#30323d;}
.list-menu-left a{color:#30323d;padding:0 5px;}
.list-menu-left a:hover{color:#30323d;}
.list-menu-left i{width:18px;display: inline-block;height:40px;line-height: 40px;text-align: center;}
/*分类样式start*/
.list-menu-left-ul{height:40px;width:900px;padding:7px 10px;overflow: hidden;margin:0;background: #f8f7f7}
.list-menu-left-ul li{height:26px;line-height: 26px;float:left;padding:0;margin:0;overflow: hidden;}
.list-menu-left-ul li a{height:26px;padding:0 20px;display: inline-block;color:#636363;font-size:14px;}
.list-menu-left-ul li a.active{background: #feae39;color:#fff;}
/*分类样式end*/
.list-menu-right{float:right;}
.list-menu-search{width:245px;height:40px;border:none;padding:10px 40px 10px 12px;line-height: 20px;background: #929295;color:#fff;}
.list-news{padding:38px 0;}
.list-news-ul{padding:0;margin:0 0 24px 0;}
.list-news-ul li{border:1px solid #dcdcdc;list-style: none;background: #fff;padding:20px 0;margin-bottom:24px;cursor: pointer;}
.list-news-ul li:hover{background: #f2f2f2;}
.list-news-li-left{text-align: center;}
.list-news-li-left strong{font-size:44px;color:#35383f;display: block;margin-top:13px;height:37px;line-height: 37px;}
.list-news-li-left span{height:22px;line-height: 22px;font-size:12px;color:#868686;}
.list-news-li-right h3{padding:0;margin:0;font-size:18px;color:#020202;height:28px;line-height: 28px;overflow: hidden;}
.list-news-li-right p{padding:6px 0 0 0;margin:0;font-size:14px;color:#4d4d4d;}

/*分页*/
.list-page{height:40px;margin:0;text-align: center;}
.list-page a{height:40px;line-height: 38px;width:80px;height:40px;border:1px solid #d9d9d9;display: inline-block;font-size:16px;color:#333;}
.list-page a:hover,.list-page a.active{color:#fff;text-decoration: none;background: #616161;}
/*详情*/
.detail-news-left{width:858px;padding:40px 30px;border:1px solid #dcdcdc;float:left;}
.detail-news-right{width:245px;float:right;}
.detail-title{font-size:20px;text-align: center;}
.detail_subtitle{font-size:12px;text-align: center;color:#999;}
.detail_subtitle span{padding:0 5px;}
.detail_content{padding:20px 0;word-break:break-all;}
.detail_content img{max-width: 100%;}
.detail_correlation_title{height:30px;line-height: 30px;margin:20px 0 0 0;font-size:16px;color:#666;padding:0 5px;}
.detail_correlation_ul{padding:0 5px;}
.detail_correlation_ul li{height:22px;line-height: 22px;font-size:12px;list-style: none;}
.detail_correlation_ul li a{color:#999;overflow: hidden;height:22px;display: block;}
.detail-lovely-dl{padding:0;margin:0;}
.detail-lovely-dl dt{height:31px;border-bototm:1px solid #ccc;background: #e1e1e1;padding:0 5px 0 10px;line-height: 30px;font-size:12px;color:#666;}
.detail-lovely-dl dt a{float:right;background: #fff;height:22px;line-height: 22px;color:#e1e1e1;width:70px;display: inline-block;text-align: center;-webkit-border-radius: 22px;-moz-border-radius: 22px;
border-radius: 22px;margin-top:4px;}
.detail-lovely-dl dt a i{color:#aaa;padding-right:5px;font-size:12px;}
.detail-lovely-dl dd{padding:12px 0;}
.detail-lovely-dl dd img{display: block;width:122px;height:92px;border:1px solid #cbdbea;margin:0 auto;}
.detail-lovely-dl dd p{font-size:12px;color:#333;text-align: center;height:20px;line-height: 20px;overflow: hidden;}
.detail-lovely-ul{padding:0;margin:0;}
.detail-lovely-ul li{height:22px;line-height: 22px;list-style: none;}
.detail-lovely-ul li a{height:22px;display: block;color:#333;overflow: hidden;}
.detail-lovely-ul li a i{width:4px;height:4px;display: inline-block;vertical-align: middle;background: #00407c;margin:0 5px;}
/*注册账户*/
.lynn-register-table{width:600px;margin:20px auto;display: block;}
.lynn-register-table td{height:62px;padding:0 5px;color:#666;}
.lynn-register-table td.left{width:80px;text-align: right;}
.register-input{width:352px;height:40px;border:1px solid #dddddd;padding:0 10px;line-height: 20px;color:#a7a7a7;}
.register-code{font-size:12px;}
.register-btn{width:352px;height:47px;border:none;background: #0baefd;color:#fff;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;font-size:18px;}

.lynn-register-container{width:1156px;}
.lynn-register-right{width:260px;float:right;border:1px solid #cfeffc;background: #f6fbff;padding:0 10px;}
.register-fase-top{height:51px;line-height: 50px;border-bottom:1px solid #e7ecf0;font-size:14px;color:#696a6c;}
.register-fase-top i{padding:0 8px 0 3px;}
.register-fase-info p{margin:15px 0 0 0;line-height: 20px;font-size:12px;color:#686c6f;}
.register-fase-info p strong{display: block;height:20px;color:#f38003;}
/*友情链接*/
.lynn-link-index{background: #f7f7f7;padding:68px 0 100px 0;}
.lynn-flink-info{width:1190px;margin:0 auto;}
.lynn-flink-info-top{height:27px;margin-top:30px;text-align: right;}
.lynn-flink-info-top a{width:16px;height:27px;line-height:27px;display: inline-block;color:#666;text-align: center;}
.lynn-flink-info-top a:hover{text-decoration: none;}
.lynn-flink-info-top a:active{background: #eee;}
.lynn-flink-info-bot{max-width: 1200px;min-width:0px;display:block;margin:0 auto;}
.lynn-flink-info-bot a{width:170px;height:60px;display: block;float:left;}
.lynn-flink-info-bot a img{width:170px;height:60px;}
/*经典案例*/
.lynn-banner{}
.lynn-banner-info{text-align: center;}
.lynn-banner-info img{width:100%;}
.lynn-case-menu{height:60px;background: #f8f7f7;}
.lynn-case-menu-ul{height:60px;width:1200px;margin:0 auto;padding:17px 0 17px 47px;margin:0 auto;display: block;overflow: hidden;}
.lynn-case-menu-ul li{height:26px;line-height: 26px;float:left;padding:0;margin:0;overflow: hidden;}
.lynn-case-menu-ul li a{height:26px;padding:0 20px;display: inline-block;color:#636363;font-size:14px;}
.lynn-case-menu-ul li a.active{background: #feae39;color:#fff;}

.lynn-case-list{padding:45px 36px;width:1200px;margin:0 auto;}
.lynn-case-list-ul{display: block;overflow: hidden;padding:0;}
.lynn-case-list-ul li{padding:0 4px;height:587px;float:left;width:282px;}
.lynn-case-list-ul li a{width:274px;display: block;color:#000;position: relative;}
.lynn-case-list-ul li a:hover{text-decoration: none;}
.lynn-case-list-ul li a img.case-img{width:274px;height:474px;border:2px solid #f8f7f7;}
.lynn-case-list-ul li a > p{height:36px;border-bottom:1px solid #f7f7f7;line-height: 35px;font-size:16px;color:#000;margin-top:10px;padding:0 2px;}
.lynn-case-list-ul li a span.rcode{position: absolute;left:0;top:0;display: none;width:272px;height:472px;background: url("../images/case_bg.png") repeat;
text-align: center;padding:129px 0 0 0;}
.lynn-case-list-ul li a span.rcode p{height:49px;line-height: 49px;font-size:18px;color:#fff;font-weight: bold;}
.lynn-case-slider{padding:0 2px;}
.lynn-case-slider i{line-height: 28px;display: inline-block;padding:0 3px;color:#939292;font-size:12px;font-style: normal;}

.lynn-login-container{padding-left:650px;background: url("../images/login_bg.jpg") no-repeat left center;min-height: 600px;padding-top:100px;}
.lynn-register-top{height:50px;line-height: 50px;border-bottom: 1px solid #ddd;}
.nowrap{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
 }
.wrap2{
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
 }


/* 开发者工具  我的笔记*/
.tool-bg{
    background: #f0f2f5;
}
.tool-content{
    width: 1200px;
    margin:0 auto;
    padding: 14px 0;
    display: flex;
}
.tool-left{
    width: 202px;
    min-height: calc(100vh - 90px);
    background: white;
    text-align: center;
    margin-right: 14px;
}
.tool-left >div{
    padding-top: 15px;
    position: sticky;
    top: 0;
}
.tool-left >div >div{
    cursor: pointer;
}
.tool-left >div >a:nth-child(1){
    width: 158px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(133deg, #FD802C, #FB592D);
    border-radius: 4px;
    margin:auto;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    transition: all 0.3s;
    margin-bottom: 9px;
    display: inline-block;
}
.tool-left >div >a:nth-child(1):active{
    opacity: 0.6;
}
.tool-left .item{
    width: 203px;
    height: 38px;
    line-height: 38px;
    transition: all 0.6s;
}
.tool-left .actItem{
    background: #FFF4F4;
    color: #FA7C82;
}
.tool-left .item:hover, .tool-left .act{
    background: #FFF4F4;
}
.tool-right{
    width: 985px;
}
.tool-right-top{
    width: 985px;
    height: 97px;
    background: white;
    padding:18px 27px;
    display: flex;
}
.tool-right-top > .avatar{
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.tool-right-top > .info{
    width: calc(100% - 125px);
    margin-left: 22px;
    line-height: 20px;
    padding: 10px 0;
}
.tool-right-top > .info .name{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
}
.tool-right-top > .info .name > img{
    width: 22px;
    height: 22px;
    margin-left: 7px;
    margin-right: 4px;
}
.tool-right-top > .info .name > span{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.tool-right-top > .info .tag{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    margin-top: 8px;
}
.tool-right-top > .info .tag > span{
    width: 43px;
    height: 16px;
    border-radius: 2px;
    background: #F5F5F5;
    color: #999999;
    padding: 2px 4px;
}
.tool-right-top > .info .tag > span:nth-child(1){
    color: #F97D7A;
    background: #FFF3F3;
}
.tool-right-bottom{
    min-height: calc(100% - 97px - 15px);
    margin-top: 15px;
    background: white;
}
.tool-right-bottom > .tabbar{
    display: flex;
    border-bottom: 1px solid #E5E5E5;
}
.tool-right-bottom > .tabbar > .item{
    width: 110px;
    text-align: center;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 50px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}
.tool-right-bottom > .tabbar > .item:hover{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
}
.tool-right-bottom > .tabbar > .act{
    font-size: 18px!important;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
}
.tool-right-bottom > .tabbar .bar{
    content: "";
    width: 40%;
    position: absolute;
    left: 30%;
    bottom: 0;
    height: 3px;
    background: linear-gradient(133deg, #FD802C, #FB592D);
    transition: all 0.2s;
}
.tool-right-bottom > .lists{
    display: flex;
    padding-top: 26px;
}
.tool-right-bottom > .lists > .col0{
    position: absolute;
    opacity: 0;
}
.tool-right-bottom > .lists > .col0 > div{
    position: absolute;
}
.tool-right-bottom > .lists > div{
    flex: 1;
    height: fit-content;
}
.tool-right-bottom > .lists > div > .item{
    width: 220px;
    margin: 8px auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    cursor: pointer;
    transition: all 1s;
}
.tool-right-bottom > .lists > div > .item:hover{
    transform: scale(1.02);
}
.tool-right-bottom > .lists > div > .item > img{
    width: 220px;
    height: auto;
    border-radius: 4px 4px 0px 0px;
}
.tool-right-bottom > .lists > div > .item > .title{
    padding: 14px 9px;
    padding-bottom: 0;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
.tool-right-bottom > .lists > div > .item > .time{
    padding: 10px 9px;
    padding-bottom: 0;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
}
.tool-right-bottom > .lists > div > .item > .bottom{
    display: flex;
    justify-content: space-between;
    padding: 0 9px;
    padding-top: 17px;
    padding-bottom: 11px;

}
.tool-right-bottom > .lists > div > .item > .bottom >div{
    display: flex;
    align-items: center;
}
.tool-right-bottom > .lists > div > .item > .bottom >div:nth-child(2) img:nth-child(3){
    cursor: pointer;
}


/* 开发者工具  发布笔记*/
.push-note-content{
    width: 1200px;
    margin: auto;
    min-height: calc(100vh - 63px);
    padding: 44px 52px;
    background: white;
}
.push-note-content > .title{

    font-size: 35px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
.push-note-content > .cont{
    display: flex;
    margin-top: 38px;
}
.push-note-content .cont-left{
    width: 377px;
    border-right: 1px solid #EEEEEE;
    padding-right: 60px;
    position: relative;
}
.push-note-content .cont-left > .tt, .cont-right > .tt{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-bottom: 43px;
    margin-top: -10px;
    line-height: 30px;
}
.cont-right > .dropdown{
}
.cont-right > .dropdown > .dropdown-toggle{
    width: 547px;
    height: 64px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    line-height: 64px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
}
.cont-right > .dropdown > .dropdown-toggle > .caret{
    border-top: 9px dashed #999999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-radius: 2px 2px;
}
.cont-right > .dropdown > .dropdown-menu{
    width: 547px;
}
.push-note-content .cont-left .upload-box{
    width: 317px;
    height: 583px;
    background: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.push-note-content .cont-left .upload-box > .add{
    width: 105px;
    height: 105px;
    margin-top: 132px;
}
.push-note-content .cont-left .upload-box > .text{
    width: 100%;
    margin-top: 28px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
.push-note-content .cont-left .upload-box > .tips{
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    padding: 0 40px;
    padding-top: 16px;
}
.push-note-content .cont-left .upload-box .add, .push-note-content .cont-left .upload-box .text, .push-note-content .cont-left .upload-box .tips{
    pointer-events: none;
}
.push-note-content .cont-left .imgs{
    width: 317px;
    height: auto;
    position: absolute;
    bottom: -51px;
    padding-bottom: 10px;
}
.push-note-content .cont-left .imgs > div{
    width: 32px;
    height: 32px;
    margin-right: 3px;
    margin-top: 10px;
    float: left;
    border-radius: 2px;
    background-size: cover;
    background-position: center;
    border: 1px solid rgb(216, 216, 216);
    cursor: pointer;
}
.push-note-content .cont-left .imgs > .opacity{
    opacity: 0.4;
}
.push-note-content .cont-left .preview{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.push-note-content .cont-left .preview > div{
    width: 44px;
    height: 44px;
    background: #000000;
    opacity: 0.5;
    border-radius: 50%;
    line-height: 44px;
    font-size: 18px;
    position: absolute;
    top: 12px;
    right: 12px;
    color: white;
    display: none;
    z-index: 99;
    cursor: pointer;
    transition: all 0.2s;
}
.push-note-content .cont-left .preview > div:hover{
    transform: scale(1.05);
}

.push-note-content .cont-left .upload-box >input, .push-note-content .cont-right .uploadfm > .previews{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.push-note-content .cont-left .upload-box >input, .push-note-content .cont-right .uploadfm > input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.push-note-content .cont-left .upload-box > .glyphicon-menu-left{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 31px;
    height: 31px;
    line-height: 31px;
    position: absolute;
    top: calc(50% - 15px);
    left: -40px;
    cursor: pointer;
    transition: all 0.4s;
}
.push-note-content .cont-left .upload-box > .glyphicon-menu-right{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 31px;
    height: 31px;
    line-height: 31px;
    position: absolute;
    top: calc(50% - 15px);
    right: -40px;
    cursor: pointer;
    transition: all 0.4s;
}
.push-note-content .cont-left .upload-box > .glyphicon-menu-left:hover, .push-note-content .cont-left .upload-box > .glyphicon-menu-right:hover{
    box-shadow: 0px 1px 29px 0px rgba(251, 89, 45, 0.17);
}

.push-note-content .cont-right{
    padding-left: 55px;
}
.push-note-content .cont-right .uploadfm{
    width: 120px;
    height: 160px;
    background: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 46px;
    overflow: hidden;
}
.push-note-content .cont-right .uploadfm >img{
    width: 46px;
    height: 40px;
}
.push-note-content .cont-right-top{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.push-note-content .cont-right-top > .text{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.push-note-content .cont-right .note-title{
    width: 547px;
    height: 64px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 0 25px;
    /* color: #333333; */
    outline:none;
    margin-top: 7px;
}
.push-note-content .cont-right .note-detail{
    margin-top: 12px;
    min-width: 547px;
    max-width: 547px;
    height: 213px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 30px;
    padding: 20px 25px;
    outline:none;
    color: #666666;
}
.push-note-content .cont-right .note-detail::-webkit-input-placeholder {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    padding: 0;
}
/* 设置滚动条的样式 */
.push-note-content .cont-right .note-detail::-webkit-scrollbar {
    width: 8px;
}

/* 滚动槽 */
.push-note-content .cont-right .note-detail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

/* 滚动条滑块 */
.push-note-content .cont-right .note-detail::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,0.1);
    width: 5px;
    -webkit-box-shadow: inset 0 0 6px #D8D8D8;
}
.push-note-content .submit-note{
    padding-left: 432px;
    padding-top: 42px;
}
.push-note-content .submit-note > button{
    width: 107px;
    height: 46px;
    background: #BEBEBE;
    border-radius: 4px;
    border: 0;
    outline:none;
    transition: all 0.4s;
}
.push-note-content .submit-note > button:active{
    opacity: 0.6;
}
.submit-success{
    text-align: center;
    margin-top: 44px;
}
.submit-success > .icon{
    margin: auto;
    width: 192px;
    height: 182px;
    background-size: cover;
    background-position: center;
}
.submit-success > .text{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-top: 21px;
}
.submit-success > .tips{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top: 20px;
}
.submit-success > .back{
    width: 158px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #FA7C82;
    border-radius: 4px;
    margin: auto;
    margin-top: 50px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FA7C82;
    cursor: pointer;
    transition: all 0.4s;
    display: inline-block;
}
.submit-success > .back:hover{
    background: #FA7C82;
    color: white;
}
/* 不可复制 */
.noCopy {

    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}