* {
    margin: 0px;
    padding: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #282828;
}

input,
select,
textarea {
    outline: none;
}

font {
    color: inherit !important;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #333;
    outline: none;
}

textarea:focus {
    border: #66cc00 1px solid;
}

:focus {
    outline: none;
}

a img {
    border: 0px;
}

ul,
li {
    list-style: none;
}

.cl-show {
    display: block !important;
}

.cl-cb {
    clear: both;
}

.public-left-cru {
    float: left;
    height: 20px;
    width: 100%;
}

.public-left-cru a {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.public-left-cru a:hover {
    text-decoration: underline;
}

.public-left-cru span {
    margin: 0 5px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

.follow-btn {
    line-height: 26px;
    color: #66cc00;
    border-radius: 13px;
    border: 1px solid rgba(102, 204, 0, 1);
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
    display: block;
    float: left;
    font-size: 14px;
    padding: 0 15px 0 30px;
}

.following-btn {
    line-height: 26px;
    color: #fff;
    background: #66cc00;
    border-radius: 13px;
    font-size: 14px;
    border: 1px solid rgba(102, 204, 0, 1);
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
    display: block;
    float: left;
    padding: 0 15px;
}

.follow-btn:before {
    position: absolute;
    content: "";
    display: block;
    /*background: url("../images/plus_.png");*/
    top: 9px;
    left: 15px;
    width: 8px;
    height: 8px;
}

.linkedin-btn {
    /*background: url("../images/linkedin_02.png");*/
    height: 16px;
    width: 16px;
    display: block;
    margin: 2px 0 0 10px;
    float: left;
}

.linkedin-btn:hover {
    /*background: url("../images/linkedin_01.png");*/
}

.pages-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
    float: left;
}

.pages-box a {
    line-height: 40px;
    border: #e5e5e5 1px solid;
    padding: 0 15px;
    color: #999999;
    margin: 0 5px;
}

.pages-box span {
    line-height: 40px;
    color: #999999;
    margin: 0 5px;
}

.pages-box a:hover {
    color: #66cc00;
}

.pages-box .pages-box-btn-ck {
    background: #66cc00;
    border: 1px #66cc00 solid;
    color: #fff;
}

.pages-box .pages-box-btn-ck:hover {
    color: #fff;
}

.pages-box-tobtn {
    height: 40px;
    border: #e5e5e5 1px solid;
}

.pages-box-tobtn input[type="text"] {
    line-height: 38px;
    border: none;
    width: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
}

.pages-box-tobtn a {
    line-height: 40px;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    border-left: 1px #e5e5e5 solid;
    display: block;
    float: left;
    margin: 0px;
}

.hide {
    display: none !important;
}

.toast_block {
    width: 300px;
    height: 60px;
    position: fixed;
    margin: -30px 0 0 -150px;
    z-index: 8000;
    top: 50%;
    left: 50%;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    padding: 0 20px;
    box-sizing: border-box;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.length-lock {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;*/
    /*height: 48px;*/
    overflow: hidden;
}

.length-lock-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 左边距 16 */
.margin-left-16 {
    margin-left: 16px;
}

/* 鼠标悬浮上移 */
.move-top {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.move-top:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

/* 线框按钮 */
.wireframe-btn {
    background: #fff !important;
    font-weight: bold;
    font-size: 16px;
    color: #f33472 !important;
    line-height: 24px;
    border-radius: 2px;
    border: 1px solid #f33472 !important;
}
.wireframe-btn:hover {
    background: #f33472 !important;
    color: #fff !important;
}
