@charset "utf-8";body {
    margin: 0;
    padding: 0;
    color: #1c1c1c;
    font-family: "微软雅黑";
    background: #f1f1f1;
}

a {
    color: #1c1c1c;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #f7a934
}

p {
    word-break: break-all
}
ol, ul, li {
    list-style: none;
}
.clear{
    clear: both;
}
.wap{
    width: 100%;
    overflow: hidden;
}
.web {
    margin: 0 auto;
    width: 1200px;
    max-width: 1200px;
}
.blank{height:20px;}
.fl{float:left}
.fr{float:right;}
.clearfix:after{
    content: '';
    display: table;
    clear: both;
}
.pointer{cursor:pointer}
/*hearer start*/
header{
    background: #fff;
    position: fixed;
    z-index: 9;
    width: 100%;
}
.logo{
    height: 80px;
    text-align: center;
}
.logo img{
    padding-bottom: 10px;
}
.logo span {
    font-size: 28px;
    color: #3e2ad1;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    animation: colorChange 0.5s infiniteease-in-out !important;
    padding-top: 12px;
    display: inline-block;
}
@keyframes colorChange {
    0% {
        color: #3e2ad1 !important;
    }
    33% {
        color: #ff7189 !important;
    }
    66% {
        color: #fd8080 !important;
    }
    100% {
        color: #3e2ad1 !important;
    }
}
.publish{
    width: 90px;
    text-align: center;
    display:inline-block;
    margin-top: 15px;
    color: #fff;
    background: #3e2ad1;
    padding: 10px 15px;
    border-radius: 8px;
}
.topnav {
    width: 100%;
    background: #3e2ad1;
    position: fixed;
    z-index: 1;
}
nav li {
    position: relative;
    display: inline;
    float: left;
    font-size: 16px;
    margin-right: 10px;
}
nav li a {
    display: inline;
    float: left;
    padding: 15px 20px;
    color: #fff;
}
/*hearer end*/


/*index start*/
.banner{
    display: flex;
}
.layui-carousel-ind ul{
    background: none !important;
}
.layui-carousel-ind li{
    width: 25px !important;
    height: 5px !important;
    border-radius:8px !important;
}
.layui-carousel-ind li.layui-this{
    background: #3e2ad1 !important;   
}
.headline-box{
    width: 38%;
    margin-left: 40px;
    float: right;
    background: #fff;
    border: 1px solid #eee;
}
.headline-news {
    overflow: hidden;
    padding: 17px 31px 21px;
}
.headline-news-title {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0092d8;
    font-size: 18px;
}
.headline-news-title span {
    float: left;
    font-size: 12px;
    font-weight: normal;
    border: #ff6600 1px solid;
    padding: 0 5px;
    border-radius: 3px;
    color: #ff6600;
    margin: 4px 8px 0 0;
}
.headline-news-title a {
    color: #3e2ad1;
    font-weight: 600;
}
.headline-news-smalltext {
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 60px;
    margin-bottom: 10px;
    color: #888;
}
.headline-news-list {
    border-top: #ddd 1px solid;
    padding-top: 10px;
}
.headline-news-list li {
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    position: relative;
}
.headline-news-list li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 10px;
    left: 0;
    top: 15px;
}
.news{
    margin: 20px auto;
    background: #fff;
    border: 1px solid #eee;
}
#tab {
    border-bottom: #e4e3e3 1px solid;
    margin: 20px;
}
#tab li {
        font-size: 18px;
    margin-right: 20px;
    padding: 0 10px 10px 15px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
#tab li a {
    color: #3e2ad1;
}
#tab li a img{
    width: 28px;
    display: inline-block;
    /* 定义动画 */
    animation: swing 2s ease-in-out infinite;
    transform-origin: bottom center; /* 设置旋转原点为下部中间 */
}
/* 定义摇摆动画 */
@keyframes swing {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(-15deg);
    }
}
#tab-content {
    margin: 20px;
    overflow: hidden;
}

#tab-content section li:hover h2 a{
    color: #3e2ad1;
}
#tab-content section:nth-child(1) {
    display: block;
}
.news-zuixin li {
    width: 48%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-zuixin li:nth-child(odd) {
    float: left;
}
.news-zuixin li:nth-child(even) {
    float: right;
}
.news-zuixin li section {
    padding-bottom: 10px;
    border-bottom: #eee 1px solid;
    overflow: hidden;
}
.news-zuixin li:nth-last-child(-n + 2) section{
    border-bottom:none;
}
#tab-content section:nth-child(1) {
    display: block;
}
.news-zuixin-pic {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 160px;
    line-height: 70px;
    float: left;
    margin-right: 10px;
}
.news-zuixin li img {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s linear;
}
.news-zuixin h2 {
    height: 40px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin: 3px 0 5px 0;
}
.news-zuixin p {
    font-size: 14px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 28px;
}
.news-zuixin li:hover img {
    z-index: 0;
    position: relative;
    transform: rotate(10deg);
}   
    
.wenzi-left {
    float: left;
    width: 47%;
}
.wenzi-list li {
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
}
.wenzi-list li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 10px;
    left: 0;
    top: 10px;
}
.wenzi-list li span {
    float: right;
    font-size: 12px;
    color: #888;
}
.wenzi-right {
    float: right;
    width: 47%;
}
.act-list li{
    cursor: pointer;
   width: 275px;
    height: auto;
    float: left;
    margin: 0 8px 20px 7px;
    background: #fff;
    border: #eee 1px solid;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.act-list li:nth-child(4n){
    margin-right: 0;
}
.act-list li img {
    width: 282px;
    height: 282px;
    border-bottom: #eee 1px solid;
    transition: all 0.3s linear;
}
.act-list li h2{  
    background: #fff;
    position: relative;
    font-size: 15px;
    color: #444;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 20px;
    padding: 10px;
    z-index: 1;
}
.act-list li p{
    position: relative;
    z-index: 1;
    height: 75px;
    line-height: 26px;
    font-size: 12px;
    color: #888;
    padding: 0 10px 10px 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
.act-list li:hover{
    border-color: #3e2ad1;
}
.act-list li:hover img{
    z-index: 0;
    position: relative;
    transform: scale(0.9) rotate(10deg);
}
/*index end*/

/*footer start*/
.footer {
    clear:both;
    background: #333;
    width: 100%;
    padding: 30px 0;
    color: #777;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}
.footer:before {
    content: "";
    background: #fd8080 linear-gradient(to left, #5ac8fa, #3e2ad1, #fd8080,#007aff );
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.copyright{
    color: #fff;
    text-align: center;
    line-height: 27px;
}
.copyright a{
    color: #fff;
}
/*footer end*/

/*list start*/
.left-box {
    width: 830px;
    float: left;
}
.lanmu {
    overflow: hidden;
    padding: 20px;
    display: table;
}
.whitebg {
    background: #fff;
    border: 1px solid #eee;
}
.lanmu i {
    height: 150px;
    width: 150px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}
.lanmu img {
    height: 100%;
    transition: .5s;
}
.middle-inner {
    float: right;
    width: calc(100% - 170px);
    vertical-align: middle;
}
.lanmu p {
    margin-top: 20px;
    color: #888;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    font-size: 14px;
}
.news-title {
    border-bottom: #e4e3e3 1px solid;
    margin: 20px;
    padding-bottom: 10px;
}
.hnav, .weizhi {
    float: right;
}
.news-title h2 {
    color: #3e2ad1;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    width: 84px;
    text-align: center;
}
.news-title h2:after {
    content: "";
    background: #3e2ad1;
    background: linear-gradient(to right, #3e2ad1 0%, #fd8080 100%);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -11px;
    left: 0;
}
.blogs-list ul {
    padding: 0 20px 20px;
}
.blogs-list ul li {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.blogs-list ul li .fr{
    width: calc(100% - 220px);
}
.blogs-list li h2 {
    font-size: 18px;
    margin-top: 5px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}
.blogs-list li i {
    width: 200px;
    height: 200px;
    line-height: 100%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    background: #f1f1f1;
}
.blogs-list li i img {
    width: 100%;
    display: inline-block;
    transition: all 0.3s linear;
}
.blogs-list li p {
    color: #9b9b9b;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    font-size: 14px;
    margin-top: 20px;
}
.blogs-list ul li:hover i img{
    transform: scale(0.9) rotate(10deg);
}


.pagelist {
    text-align: center;
    color: #666;
    width: 100%;
    clear: both;
    margin: 0 0 10px;
}
.pagelist a {
    color: #666;
    margin: 0 5px 10px;
    padding: 5px 10px;
    background: #F7F7F7;
    display: inline-block;
}
.pagelist a:nth-child(1) {
    display: none;
}
.right-box {
    width: 320px;
    float: right;
    position: static;
    left: auto;
}
.tuijian {
    padding: 20px;
}
.topnews {
    display: block;
    margin: 20px 0;
    background: #000;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    max-height: 150px;
}
.topnews img {
    opacity: .7;
    transition: all 0.3s;
    width: 100%;
}
.topnews span {
    bottom: 0;
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    padding: 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 22px;
}
.tuijian ul {
    overflow: hidden;
    padding-top: 10px;
}
.tuijian li {
    overflow: hidden;
    margin-bottom: 10px;
    height: 60px;
}
.tuijian li i {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    overflow: hidden;
    display: block;
    float: left;
}
.tuijian li i img {
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transition: all 0.3s;
}
.tuijian li p {
    margin-top: 10px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
}
.suiji {
    padding: 20px;
    overflow: hidden;
}
.side-title {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    color: #3e2ad1;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.side-title:after {
    content: "";
    position: absolute;
    width: 64px;
    height: 2px;
    content: "";
    background: #3e2ad1;
    left: 0;
    bottom: -1px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.suiji ul {
    overflow: hidden;
    padding-top: 10px;
}
.suiji li {
    line-height: 22px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.suiji li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 10px;
    left: 0px;
    top: 10px;
}
.sticky{
    position: fixed;
    left: 896px;
    width: 320px;
    bottom: auto;
    top: -200px;
}
.suiji li:hover a{
    color: #3e2ad1;
    font-size: 17px;
}
/*list end*/

/*view_product start*/
.newstext-box {
    padding: 0 20px 20px;
}
.news-title-h1 {
    font-size: 22px;
}
.smalltext {
    width: calc(100% - 540px);
}
.smalltextv{
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 20px;
    color: #888;
    line-height: 22px;
    background: #f1f1f1;
}
.smalltext ul li{
    font-size: 14px;
        padding: 12px 0;
}
.newstext {
    line-height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
}
.newstext h2, .newstext h3, .newstext h4, .newstext h5, .newstext h6 {
    font-size: 16px;
    margin: 20px 0;
    position: relative;
    padding-left: 10px;
}
.newstext h2:before, .newstext h3:before, .newstext h4:before, .newstext h5:before, .newstext h6:before {
    position: absolute;
    content: "";
    background: #3e2ad1;
    width: 3px;
    height: 100%;
    left: 0;
    bottom: 0;
}
.newstext-box .newstext-img{
    width: 500px;
    height: 500px;
    overflow: hidden;
}
.newstext-box .newstext-img img{
    width: 100%;
    height: 100%;
}
.newstext p {
    line-height: 30px;
}
.newstext p img{
    max-width: 100%;
    min-width: 780px;
}
.newstext h2{
    color: #3e2ad1;
}
.newstext ul:after{
    content: '';
    display: table;
    clear: both;
} 
.newstext ul{
    background: rgba(0, 0, 0, 0.1);
    padding: 1%;
    margin-bottom: 10px;
}
.newstext ul li{
    width: 32%;
    float: left;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 显示行数 */
    overflow: hidden;
}
.newstext ul li p{
    margin-bottom: 5px;
}
.otherlink ul {
    padding: 0 20px 20px;
    overflow: hidden;
}
.otherlink ul li {
    position: relative;
    line-height: 30px;
    width: 48%;
    float: left;
}
.otherlink ul li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 10px;
    left: 0px;
    top: 10px;
}
.otherlink ul li a {
    display: block;
    padding-left: 15px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*view_product end*/

/*登录 start*/
.loginBg{
    background: #fd8080 linear-gradient(to bottom left, #5ac8fa, #3e2ad1, #fd8080, #007aff);
    animation: changeBackground 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@keyframes changeBackground {
  0% {
    background: #fd8080 linear-gradient(to bottom left, #5ac8fa, #3e2ad1, #fd8080, #007aff);
  }
  10% {
    background: #fd8080 linear-gradient(to bottom left, #5ac8fa, #4a86e8, #fd8080, #007aff);
  }
  20% {
    background: #fd8080 linear-gradient(to bottom left, #5ac8fa, #3c74d9, #fd8080, #007aff);
  }
  30% {
    background: #fd8080 linear-gradient(to bottom left, #68d0f5, #3e2ad1, #fd8080, #007aff);
  }
  40% {
    background: #fd8080 linear-gradient(to bottom left, #76d8f9, #3e2ad1, #fda080, #007aff);
  }
  50% {
    background: #fd8080 linear-gradient(to bottom left, #84dffd, #3e2ad1, #fda080, #006eff);
  }
  60% {
    background: #fd8080 linear-gradient(to bottom left, #92e6ff, #3e2ad1, #fda080, #005eff);
  }
  70% {
    background: #fd8080 linear-gradient(to bottom left, #a0edff, #3e2ad1, #fd8080, #004eff);
  }
  80% {
    background: #fd8080 linear-gradient(to bottom left, #aeffff, #3e2ad1, #fd8080, #003eff);
  }
  90% {
    background: #fd8080 linear-gradient(to bottom left, #bcffff, #3e2ad1, #fd8080, #002eff);
  }
  100% {
    background: #fd8080 linear-gradient(to bottom left, #5ac8fa, #3e2ad1, #fd8080, #007aff);
  }
}
.main {
    margin-top: 80px;
}
.main .part {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 8;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    min-height: 606px;
    margin-bottom: 40px;
}
.Reg_L {
    padding-right: 50px;
    width:600px;
    height: auto;
    margin:0 auto;
}
.Reg_L .title {
    width: auto;
    height: 60px;
    line-height: 40px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.Reg_L .RegLcon {
    width: 100%;
    height: auto;
    margin-left: 10%;
}
.Reg_L .RegLcon .input {
    width: 100%;
    height: auto;
}
.Reg_L .RegLcon .input input.int {
    padding: 0 15px;
    width: 406px;
    height: 48px;
    line-height: 48px;
    color: #999;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
}
.Reg_L .RegLcon .input input.int {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
}
.Reg_L .error {
    clear: both;
    width: auto;
    height: 34px;
    line-height: 24px;
    color: #214da3;
}
.Reg_L .RegLcon .input input.codeVal {
    float: left;
    padding: 0 15px;
    width: 259px;
    height: 48px;
    line-height: 48px;
    color: #999;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    border: 1px solid #ddd;
    border-radius: 2px 0 0 2px;
}
.Reg_L .RegLcon .input .codeSendBtn {
    float: left;
    width: 146px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #888;
    cursor: pointer;
}
.Reg_L .RegLcon .input .codeSendBtn {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 2px 2px 0;
}
.Reg_L .RegLcon .input input.code {
    float: left;
    margin-right: 10px;
    padding: 0 15px;
    width: 203px;
    height: 48px;
    line-height: 48px;
    color: #999;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
}
.Reg_L .RegLcon .input input.code {
    border: 1px solid #ddd;
    border-radius: 2px;
}
.Reg_L .RegLcon .input .codeImg {
    float: left;
    width: auto;
    height: 50px;
}
.Reg_L .RegLcon .input .codeImg img {
    float: left;
    margin-right: 10px;
    width: 170px;
    height: 50px;
    cursor: pointer;
}
.Reg_L .RegLcon .input input.Sex {
    float: left;
    width: 14px;
    height: 14px;
    border: 0;
}
.Reg_L .RegLcon .input label {
    float: left;
    margin-right: 10px;
    padding-left: 5px;
    display: inline-block;
    width: auto;
    height: 14px;
    line-height: 14px;
}
.Reg_L .RegLcon .input a {
    float: left;
    display: inline-block;
    line-height: 14px;
}
.Reg_L .RegLcon .btn {
    padding-top: 30px;
    width: 100%;
    height: auto;
    text-align: center;
}
.Reg_L .RegLcon .btn input {
    margin: 0;
    border: 0;
    cursor: pointer;
}
.Reg_L .RegLcon .btn input.submit {
    width: 270px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    background: #3e2ad1;
    border-radius: 2px;
    margin-left: -120px;
}
.Reg_L .RegLcon .link {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: -70px;
}
.Reg_L .RegLcon .link a {
    color: #3e2ad1;
}
/*登录 end*/

/*info start*/
.about-ll,.contact-ll{
    background: #fff;
    padding: 20px 40px;
    line-height: 30px;
}
.about-ll h3{
    margin:20px 0;
}
/*info end*/

/*publish start*/
.viewad-content{
    background: #fff;
    padding: 40px 10px;
    font-size:14px;
}
.viewad-title {
    text-align: center;
    padding:20px 0;
}
.anti-fraud-box {
    margin: 20px 0 0 100px;
    line-height: 30px;
}
.viewad-detail .addbox .layui-btn.submit{
    background: #3e2ad1 !important;
}
/*publish end*/

/*返回顶部 start*/
/* 浮动菜单样式 */
.floating-menu {
    background: #FFFFFF;
    border-radius: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 14px 12px;
    z-index: 99;
    box-shadow: 0 0 6px rgb(255 47 47 / 12%);
    transition: all 0.3s linear;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 浮动菜单项样式 */
.floating-menu-item {
    width: 36px;
    height: 36px;
    padding: 6px 7px;
    box-sizing: border-box;
    margin-bottom: 8px;
    position: relative;
}

/* 浮动菜单项图片样式 */
.floating-menu-item-img {
    height: 100%;
    width: 100%;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}

/* 发布信息菜单项样式 */
.floating-menu-item-send {
    background-image: url(../img/send.png);
}

/* 发布信息菜单项悬停样式 */
.floating-menu-item-send:hover {
    background-image: url(../img/sendActive.png);
}

/* 发布信息菜单项悬停提示样式 */
.floating-menu-item-send:hover::before {
    content: "发布信息";
}

/* 菜单项悬停提示通用样式 */
.floating-menu-item-img:hover::before {
    position: absolute;
    width: 95px;
    height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -115px;
    text-align: center;
    line-height: 39px;
    color: #3e2ad1;
    font-size: 14px;
    top: -9px;
    padding-right: 30px;
    box-sizing: content-box;
    background-image: url(../img/chatBox.png);
}

/* 返回顶部菜单项初始样式 */
.floating-menu .backTopMenu {
    opacity: 0;
    visibility: hidden;
    /* 添加过渡效果 */
    transition: opacity 0.3s ease, visibility 0.3s ease;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* 返回顶部菜单项显示样式 */
.floating-menu .backTopMenu.show {
    opacity: 1;
    visibility: visible;
    max-height: 50px; /* 这里的高度要足够容纳菜单项 */
}

/* 返回顶部图标样式 */
.floating-menu-item-backTop {
    background-image: url(../img/backTop.png);
}

/* 返回顶部图标悬停样式 */
.floating-menu-item-backTop:hover {
    background-image: url(../img/backTopActive.png);
}

/* 返回顶部图标悬停提示样式 */
.floating-menu-item-backTop:hover::before {
    content: "返回顶部";
}
/*返回顶部 end*/

/*help start*/
.lleditor h2{
    text-align: center;
    margin-bottom: 25px;
}
.lleditor p{
    font-size: 14px;
    line-height: 25px;
}
/*help end*/


/*ucenter start*/
.uleft {
    width: 18%;
    float: left;
    height: 100%;
    background: #F1F1F1;
    min-height: 650px;
    border: 2px solid #fff;
    border-right: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.overflow {
    overflow: hidden;
}
.name {
    background: #F1F1F1;
    height: 238px;
    text-align: center;
}
.name dl {
    width: 100%;
}
.mt10{margin-top:10px;}
.pt30 {
    padding-top: 30px;
}
.boder-b {
    border-bottom: 1px solid #e6e6e6;
}
.name .gray .fa{
    color:#1890ff;
    font-size: 14px;
}
.name .gray{
    font-size: 12px;
}
.name_bg p:nth-child(1) {
    width: 50%;
    float: left;
    background: #FE0003;
    height: 4px;
}
.name_bg p:nth-child(2) {
    width: 100%;
    background: #1890ff;
    height: 4px;
}
.pt5 {
    padding-top: 5px;
}
.liat_nav dl {
    clear: both;
    overflow: hidden;
    padding-bottom: 15px;
}
.liat_nav dl a {
    width: 238px;
    height: 44px;
    background: #F1F1F1;
    font-size: 14px;
    display: block;
    line-height: 44px;
    text-align: left;
    padding-left: 20px;
    color: #333;
}
.liat_nav dl a .fa{
    font-size:18px;
}
.liat_nav dl a span{
    padding-left:20px;
}
.uright {
    width: 76%;
    min-height: 650px;
    margin-left:20px;
    margin-right: 50px;
    float: right;
}
.uTab_title{
    padding: 20px 0;
}
.uTab_title{
    font-size: 16px;
}
.uTab_title p span{
    padding-left:5px;
}
.uTab_title span.fr{
    font-size: 20px;
}
.dp_bd dl {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #E6E6E6;
    line-height: 60px;
    overflow: hidden;
}
.dp_bd dl dt {
    width: 10%;
    float: left;
    text-align: left;
    font-size: 16px;
}
.dp_bd dl dd {
    width: 88%;
    float: right;
    text-align: left;
}
.ss1_in {
    color: #333;
    text-align: left;
    border: none;
    background: #fff;
    float: left;
    line-height: 60px;
    width: 100%;
    font-size: 15px;
}
.text5_r {
    color: #333;
    text-align: left;
    border: none;
    background: #fff;
    float: left;
    line-height: 30px;
    width: 100%;
    font-size: 15px;
    height: 150px;
    padding-top: 16px;
}
.submit1 {
    width: 212px;
    background: #503191;
    height: 44px;
    border-radius: 6px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    border: none;
    margin-top: 20px;
    margin-bottom: 50px;
}
.bg_js {
    width: 100%;
}
.bg_js li {
    float: left;
    width: 24%;
    margin-right: 1%;
    height: 2px;
    background: #0C75B9 overflow:hidden;
}
.bg_js li:nth-child(1) {
    background: #1890ff;
}
.bg_js li:nth-child(2) {
    background: #FE0003;
}
.bg_js li:nth-child(3) {
    background: #EC510F;
}
.bg_js li:nth-child(4) {
    background: #0C75B9;
}
.sex div{
    margin-right:80px;
    float: left;
}
.sex div input{
    margin-right:5px;
}
.distpicker5 div{
    width: 33.333333333%;
    float: left;
}
.distpicker5 div select{
    width: 60%;
    background-color: #FFFFFF;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    padding: 6px 12px;
}
ul.mony li{
    width: 96px;
    height: 40px;
    line-height:40px;
    cursor: pointer;
    text-align: center;
    margin:5px 20px 5px 0;
    border: 1px solid #CCCCCC;
    float:left;
}
ul.mony li:hover,ul.mony li.selected{
    color: #FE0003;
    border: 2px solid #FE0003;
    transition: all .5s ease .1s;
}

.upublish{margin-top:20px;}
.ydc-group-table-item {
    position: relative;
    font-size: 16px;
    border: 1px solid #ddd;
    border-top: 0;
    width: 100%;
    height: 140px;
}
.ydc-group-table-item:first-child {
    border-top: 1px solid #ddd;
}
.ydc-group-table-item-img {
    overflow: hidden;
    background-color: #eee;
    position: relative;
    float: left;
    height: 95px;
    width: 133px;
    margin: 20px;
}
.ydc-group-table-item-img img {
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.ydc-actions {
    font-size: 12px;
    float: right;
    margin-right: 40px;
    height: 100%;
    line-height: 140px;
}
.ydc-actions-trigger {
    font-size: 14px;
    color: #3b77be;
    margin-left: 20px;
    cursor: pointer;
    background: none;
    border: none;
}
.ydc-group-table-item-text {
    word-break: break-all;
    padding-top: 40px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.ydc-group-table-item-tag {
    display: inline-block;
    border-radius: 2px;
    margin-left: 6px;
    padding: 1px 6px;
    font-size: 12px;
    color: #3b77be;
    border: 1px solid #3b77be;
    margin-right: 6px;
}
.ydc-group-table-item-info {
    margin-left: 20px;
    font-size: 12px;
    color: #a5a5a5;
}
/*ucenter end*/