.w {
    /* 版心的公共类 */
    width: 1180px;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    font-size: 14px;
    color: #999;
}

a:hover {
    color: #ff7f27;
    text-decoration: none;
}

.themecolor {
    color: #ff7f27!important;
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}

body {
    background-color: #f6f6f6;
    font-family: PingFangSC-Regular;
}

img {
    vertical-align: middle;
}

header {
    width: 100%;
    position: fixed;
    z-index: 1000;
    height: 80px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

nav {
    max-width: 1180px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

.iconmenu span {
    display: none;
}

.logo {
    margin-left: 15px;
    padding-top: 10px;
}

@media (max-width: 768px) {
    .navmenu {
        display: none;
    }
    .iconmenu span {
        display: inline-block;
        line-height: 80px;
        padding-left: 10px;
        font-family: "iconfont" !important;
        font-size: 32px;
        color: black;
    }
}

.navmenu {
    margin-left: 30px;
}

.navmenu li {
    float: left;
    height: 80px;
    line-height: 80px;
    margin-left: 25px;
    margin-right: 25px;
}

.current_tab {
    border-bottom: 2px solid #ff7f27;
}

.navmenu li a {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.navmenu li a:hover {
    color: #ff7f27;
}

.userinfo {
    display: inline-block;
    padding-top: 20px;
    position: absolute;
    right: 15px;
}

.popmenu {
    display: none;
    position: absolute;
    background-color: white;
    padding: 15px;
    margin-top: 15px;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, .05);
    border-radius: 5px;
}

.popmenu li a{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    display:inline-block;
	font-size: 16px;
}

.popmenu li a:hover {
    color: #ff7f27;
}

.userinfo span {
    margin-right: 10px;
    font-size: 14px;
    font-weight: lighter;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}


/* 中间内容展示区域 */

p {
    margin: 0;
}

.maincontent {
    padding-top: 80px;
}

.mobile-navmenu {
    z-index: 1000;
    padding-top: 15px;
    width: 80%;
    height: 100%;
    left: -100%;
    box-shadow: 0 24px 12px 12px rgba(0, 0, 0, .3);
    position: fixed;
    background-color: white;
    /* background-color: rgba(0, 0, 0, .5); */
}

.mobile-navmenu li {
    padding-left: 20px;
}

.navmenu-current {
    background-color: rgba(255, 127, 39, .5);
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.mobile-navmenu li a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    height: 100%;
    font-size: 18px;
    color: #333;
}

.mobile-navmenu li a:hover {
    color: #ff7f27;
}

.content1,
.content3 {
    background-color: #f5f5f5;
}

.content2,
.content4 {
    background-color: white;
}

.mode2,
.mode3,
.mode4 {
    height: 400px;
    overflow: hidden;
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.mode1 {
    max-width: 1180px;
    margin: 0 auto;
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.mode-h {
    font-size: 36px;
    margin: 10px 0;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.mode-p {
    max-width: 400px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: lighter;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.mode1 div p {
    max-width: 400px;
    font-size: 28px;
    font-weight: lighter;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.m1-left {
    margin-left: 60px;
    flex: 1;
}

.m1-right {
    flex: 1.5;
    margin-top: 60px;
    margin-right: 15px;
}

.m1-right img {
    width: 100%;
}

.download {
    display: inline-block;
    background-color: #ff7f27;
    width: 120px;
    line-height: 45px;
    height: 45px;
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    color: white;
    border-radius: 40px;
    font-weight: lighter;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.download:hover {
    color: white;
    background-color: #f86f12;
}

.m3-left {
    flex: 1;
    position: relative;
    margin-left: 60px;
}

.m2-right,
.m4-right {
    flex: 1;
}

.m2-text,
.m3-text,
.m4-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.m2-text,
.m4-text {
    padding-right: 40px;
}

.m2-left,
.m4-left {
    flex: 1.5;
    margin-top: 40px;
    margin-left: 15px;
    position: relative;
}

.m2-left img {
    max-width: 250px;
    width: 100%;
}

.m3-right {
    flex: 1.5;
    margin-top: 40px;
    margin-right: 15px;
    position: relative;
}

.m3-right img {
    max-width: 500px;
    width: 100%;
    position: absolute;
    right: 0;
    max-height: fit-content;
}

.m4-left img {
    max-width: 500px;
    width: 100%;
}

@media (max-width: 768px) {
    .mode2,
    .mode4 {
        height: auto;
        min-height: 400px;
        flex-direction: column-reverse;
    }
    .mode3 {
        height: auto;
        min-height: 400px;
        flex-direction: column;
    }
    .m2-right {
        flex: 1;
    }
    .m4-left,
    .m3-right,
    .m2-left {
        flex: 1;
        margin: 10px auto;
    }
    .m3-left {
        margin: 0;
    }
    .m3-right img {
        position: relative;
    }
    .m2-text,
    .m3-text,
    .m4-text {
        position: relative;
        top: 0;
        margin-top: 60px;
        margin-bottom: 40px;
        transform: translateY(0);
        padding-left: 30px;
        padding-right: 15px;
    }
    .mode1 div p {
        font-size: 20px;
    }
    .mode-h {
        font-size: 26px;
        font-weight: 600;
    }
    .mode-p {
        font-size: 16px;
        line-height: 1.4;
    }
}


/* 底部布局 */

.footer {
    margin: 50px auto;
    max-width: 1180px;
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: center;
    text-align: center;
}

.footer-two>p {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0px;
}

/* .footer-two .police {
    display: flex;
} */

.footer-two .police .company {
    margin-left: 10px;
    font-size: 14px;
    color: #999;
}

.footer-two .police a:hover {
    color: orange;
}

.planUnitList,
.noteList {
    width: 726px;
    margin: 0 auto;
    background-color: white;
    min-height: 100%;
}

.noteList_loadmore {
    width: 726px;
    margin: 0 auto;
    background-color: white;
    min-height: 100%;
    padding: 20px 0px 15px;
}

.loadmore {
	text-align: center;
	cursor: pointer;
}

.planUnit,
.note {
    padding: 20px 0px 15px;
    margin: 0px 40px;
    border-bottom: 1px solid rgba(187, 187, 187, 0.2);
}

.note .note_span_title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    font-family: PingFangSC-Regular;
}

.planUnit .planUnit_avatar {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    vertical-align: middle;
}

.planUnit .planUnit_name {
    font-size: 15px;
    color: #333;
    padding-left: 10px;
    font-weight: bold;
    font-family: PingFangSC-Regular;
}

.planUnit .planUnit_content,
.note .note_content {
    padding-top: 10px;
    /* cursor: pointer; */
}

.note_item_content {
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
  	overflow: hidden;
  	font-size: 16px;
    line-height: 1.6em;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgb(51, 51, 51);
    padding-top: 10px;
}

.planUnit .planUnit_content p {
    font-size: 16px;
    line-height: 1.4em;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgb(51, 51, 51);
}

.unitimglayout {
    display: flex;
    flex-wrap: wrap;
}

.unitimglayout p {
    word-break: break-all;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.unitimglayout img {
    height: 120px;
    margin: 3px;
    width: 120px;
    object-fit: cover;
}

.unitItemBottom {
    padding-top: 10px;
}

.planunit_time {
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    color: #B5B5B5;
}

.comment,
.praise {
    height: 20px;
    float: right;
    cursor: pointer;
    padding-top: 4px;
}

.comment {
    margin-right: 30px;
}

.comment img,
.praise img {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}

.comment span,
.praise span {
    height: inherit;
    padding-left: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}