body {
    background: #F1F4FA;
  }
  .community-page-home {
    font-family: "Microsoft YaHei", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Helvetica Neue", "WenQuanYi Micro Hei", "sans-serif";
    width: 100%;
    background-color: #F1F4FA;
  }
  .community-body {
    background: #F1F4FA;
    padding-top: 0.3%;
  }
  .cm-nodata {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #FFFFFF;
    padding: 40px;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 4px;
  }
  .link-popover {
    position: absolute;
    z-index: 10;
    top: -185px;
    left: -20px;
    background-color: #FFFFFF;
    width: 150px;
    height: 165px;
    padding: 20px;
    border: 1px solid #F5F5F6;
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .link-popover .arrow {
    border: 11px solid #ECECEC;
    position: absolute;
    top: 155px;
    left: 62px;
    transform: rotate(225deg);
  }
  .link-popover .arrow:after {
    content: " ";
    position: absolute;
    border: 11px solid #FFFFFF;
    top: -9px;
    left: -9px;
    transform: rotate(90deg);
  }
  .link-popover .close {
    background: url("../images/footer/icon-close.png") no-repeat center;
    width: 11px;
    height: 11px;
    margin: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .link-popover .closeold {
    background: url("../images/concatus/icon-menuclose.png") no-repeat center;
    width: 10px;
    height: 10px;
    margin: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .link-popover .title {
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    color: #2A2B31;
  }
  .link-popover .qrcode {
    flex: 1;
    width: 110px;
    height: 110px;
  }
  .community-content {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .home-left {
    display: inline-block;
    width: 1045px;
  }
  .home-right {
    display: inline-block;
    width: 335px;
    margin-left: 20px;
  }
  .userName-38 {
    color: #6F79A8;
    height: 19px;
    line-height: 19px;
    flex: none;
    margin-left: 10px;
    font-size: 14px;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .userName-38:hover {
    color: #F15859;
  }
  .separator-horizental {
    border-top: 1px solid #FFFFFF;
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
  .separator-vertical {
    border-left: 1px solid #FFFFFF;
    border-right: none;
    border-top: none;
    border-bottom: none;
    display: inline-block;
    width: 0px;
    margin: 0px 5px;
  }
  .home-link,
  .community-page-home a {
    text-decoration: none;
    color: #42464D;
  }
  .home-link,
  .community-page-home a:active {
    color: #42464D;
  }
  .community-page-home a:hover {
    cursor: pointer;
    color: #42464D;
  }
  .home-link:hover {
    cursor: pointer;
    color: #CE1D2C;
  }
  .section-container {
    margin-bottom: 10px;
  }
  .section-container .section-header {
    font-size: 18px;
    padding: 10px 0px;
    color: #42464D;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-container .section-header .section-title:before {
    content: " ";
    display: inline-block;
    border: 2px solid #F15859;
    box-sizing: border-box;
    width: 4px;
    height: 18px;
    position: relative;
    top: 3px;
    margin-right: 5px;
  }
  .section-container .section-header .section-more {
    display: inline-block;
    font-size: 12px;
    color: #6F79A8;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
  }
  .section-container .section-header .section-more:after {
    content: " ";
    border-right: 1px solid #6F79A8;
    border-bottom: 1px solid #6F79A8;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    text-align: center;
    position: relative;
    margin: 0px 5px;
  }
  .section-container .section-header .section-more:hover::after {
    border-right-color: #F15859;
    border-bottom-color: #F15859;
  }
  .section-container .section-header .section-more:hover {
    color: #F15859;
    cursor: pointer;
  }
  .home-btn {
    display: inline-block;
    border: 1px solid #F15859;
    padding: 0px 10px;
    color: #F15859;
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    min-width: 85px;
  }
  .home-btn:hover,
  .home-btn:hover :before {
    color: #FFFFFF;
    background-color: #F15859;
    font-weight: 100;
  }
  .banner-container {
    width: 1045px;
    height: 396px;
  }
  .section-banner .section-header,
  .section-banner-top2 .section-header {
    padding-top: 0px;
  }
  .banner-img-container {
    width: 1045px;
    height: 396px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
  }
  .banner-img-wrapper {
    height: 396px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s;
  }
  .banner-img-wrapper .banner-img {
    display: inline-block;
    width: 1045px;
    height: 396px;
    border-radius: 4px;
  }
  .banner-img-container .banner-img img {
    width: 1045px;
    height: 396px;
  }
  .banner-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner-arrow:hover {
    cursor: pointer;
  }
  .banner-arrow-left {
    left: 0;
  }
  .banner-arrow-right {
    right: 0;
  }
  .banner-arrow .banner-icon {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    opacity: .2;
    border-right: none;
    border-bottom: none;
  }
  .banner-arrow:hover .banner-icon {
    opacity: 1;
  }
  .banner-icon.icon-left {
    transform: rotate(-45deg);
  }
  .banner-icon.icon-right {
    transform: rotate(135deg);
  }
  .banner-bottom-point {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    height: 6px;
    padding: 20px;
  }
  .banner-bottom-point .banner-point {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #FFFFFF;
    border-radius: 3px;
    margin: 0px 5px;
  }
  .banner-bottom-point .banner-point.banner-active {
    width: 30px;
  }
  .banner-bottom-point .banner-point:hover {
    cursor: pointer;
    background-color: #F15859;
  }
  .video-container .video-top {
    margin-bottom: 20px;
  }
  .video-img-container {
    width: 1045px;
    height: 196px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  .video-img-wrapper {
    height: 186px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s;
  }
  .video-img-wrapper .video-slide-item {
    position: relative;
    background-color: #FFFFFF;
    box-sizing: border-box;
    display: inline-block;
    width: 335px;
    height: 186px;
    flex: none;
    margin-left: 20px;
    border-radius: 4px;
  }
  .video-img-container .video-slide-item img {
    width: 335px;
    height: 186px;
  }
  .video-container .video-slide-item:first-child {
    margin-left: 0px;
  }
  .video-container .video-slide-item:hover {
    box-shadow: 5px 6px 6px 0 rgba(0, 0, 0, 0.2);
  }
  .video-body {
    height: 106px;
    overflow: hidden;
  }
  .video-top .video-slide-item .video-footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(34, 39, 63, 0.3);
    color: #FFFFFF;
    padding: 10px;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: nowrap;
    /*规定段落中的文本不进行换行 */
  }
  .video-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-arrow:hover {
    cursor: pointer;
  }
  .video-arrow-left {
    left: 0;
  }
  .video-arrow-right {
    right: 0;
  }
  .video-arrow .video-icon {
    width: 15px;
    height: 28px;
    box-sizing: border-box;
    border-right: none;
    border-bottom: none;
    background: url('../images/video/icon-next-normal.png') no-repeat center;
  }
  .video-arrow:hover .video-icon {
    background: url('../images/video/icon-next-hover.png') no-repeat center;
  }
  .video-icon.icon-left {
    transform: rotate(180deg);
  }
  .video-floatover {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/video/icon-play.png) no-repeat center;
    background-color: rgba(34, 39, 63, 0.6);
  }
  .video-container .video-slide-item:hover .video-floatover {
    display: block;
  }
  .video-bottom {
    display: flex;
    justify-items: flex-start;
  }
  .video-bottom .video-block {
    flex: none;
    display: inline-block;
    width: 512px;
    height: 180px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 4px;
  }
  .video-bottom .video-right {
    margin-left: 20px;
  }
  .video-title {
    color: #6F79A8;
    font-size: 16px;
  }
  .video-bottom .separator-horizental {
    border-color: #979EC1;
    opacity: .2;
    margin: 5px 0px;
  }
  .video-bottom .video-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .home-link:hover {
    cursor: pointer;
  }
  .video-bottom .video-item .video-videoName {
    font-size: 14px;
    color: #2A2B31;
    display: flex;
    align-items: center;
  }
  .video-bottom .video-item .video-videoName > span {
    margin: 0;
    text-overflow: ellipsis;
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
  }
  .video-bottom .video-item:hover .video-videoName {
    color: #CE1D2C;
    cursor: pointer;
  }
  .video-bottom .video-item .video-videoName:before {
    display: block;
    content: " ";
    font-size: 14px;
    color: #2A2B31;
    width: 16px;
    height: 12px;
    margin-right: 5px;
    background: url('../images/video/icon-video-normal.png') no-repeat center;
  }
  .video-bottom .video-item:hover .video-videoName:before {
    background: url('../images/video/icon-video-hover.png') no-repeat center;
    cursor: pointer;
  }
  .video-bottom .video-item .video-videoDate {
    font-size: 14px;
    color: #2A2B31;
    display: flex;
    align-items: center;
  }
  .video-videoDate {
    border-radius: 2px;
    box-sizing: border-box;
    width: 62px;
    height: 16px;
    background-color: #ECEDF2;
  }
  .video-videoDate span {
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    transform: scale(0.9);
    letter-spacing: 0.2px;
    color: #6F79A8;
    width: 52px;
    height: 14px;
    position: relative;
    left: 5px;
    text-align: center;
  }
  .posts-container {
    display: flex;
    justify-items: flex-start;
    height: 676px;
  }
  .posts-container .posts-left {
    flex: none;
    display: inline-block;
    width: 335px;
    height: 676px;
    background: url('../images/posts/left-bgi.png') no-repeat right bottom;
    background-color: #E9EFFB;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 4px;
  }
  .posts-container .posts-right {
    flex: none;
    box-sizing: border-box;
    display: inline-block;
    width: 690px;
    margin-left: 20px;
  }
  .posts-left .posts-userIcon {
    height: 42px;
    flex: none;
    display: flex;
    align-items: center;
  }
  .posts-left .posts-userIcon img {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
  }
  .posts-left .posts-user {
    margin: 20px 0px;
    height: 38px;
    display: flex;
    justify-items: flex-start;
    align-items: center;
  }
  .posts-left .posts-postName {
    display: block;
    line-height: 24px;
    font-size: 18px;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .posts-left .posts-postName:hover {
    color: #F15859;
  }
  .posts-left .posts-postDate {
    font-size: 14px;
    color: #2A2B31;
    margin-top: 10px;
    height: 18px;
    opacity: 0.6;
    letter-spacing: 0;
  }
  .posts-left .posts-footer {
    padding: 20px 0px;
    justify-content: flex-start;
    align-items: center;
    height: 18px;
    line-height: 18px;
    display: flex;
  }
  .posts-left .posts-footer .posts-footer-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #757575;
    font-size: 14px;
    letter-spacing: 0.09px;
    width: 65px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
  }
  .posts-left .posts-footer .posts-footer-block:before {
    content: " ";
    width: 18px;
    height: 18px;
    display: inline-block;
    flex: none;
    margin-right: 5px;
  }
  .posts-left .posts-footer .posts-footer-block.posts-focusNum:before {
    background: url('../images/posts/icon-eye-top.png') no-repeat center;
  }
  .posts-left .posts-footer .posts-footer-block.posts-replyNum:before {
    background: url('../images/posts/icon-message-top.png') no-repeat center;
  }
  .posts-bottom {
    padding: 20px 0;
  }
  .posts-left .separator-horizental {
    margin: 10px 0px;
  }
  .reply-title {
    font-size: 12px;
    margin: 0px 0px 10px 0px;
    color: #2A2B31;
    opacity: 0.6;
    letter-spacing: 0;
  }
  .reply-item {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .reply-content {
    color: #2A2B31;
  }
  .reply-content,
  .reply-replyBy {
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    margin-bottom: 5px;
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: nowrap;
    /*规定段落中的文本不进行换行 */
  }
  .reply-replyBy {
    color: #2A2B31;
    display: flex;
    justify-items: flex-start;
    align-items: center;
    opacity: 0.6;
    letter-spacing: 0;
  }
  .reply-userName,
  .reply-postDate {
    display: inline-block;
  }
  .reply-replyBy .separator-vertical {
    height: 12px;
    border-color: #2A2B31;
    margin: 2px 5px;
    opacity: 0.6;
    letter-spacing: 0;
  }
  .posts-item {
    background-color: #FFFFFF;
    border: 1px solid #EBF0F9;
    box-sizing: border-box;
    height: 88px;
    padding: 10px 0;
    margin-bottom: 10px;
    display: flex;
    justify-items: flex-start;
    align-items: center;
    border-radius: 4px;
  }
  .posts-item:last-child {
    margin-bottom: 0px;
  }
  .posts-item:hover {
    box-shadow: 5px 6px 6px 0 rgba(0, 0, 0, 0.2);
  }
  .posts-item .posts-item-left {
    display: flex;
    width: 103px;
    justify-content: center;
    align-items: center;
  }
  .posts-item .posts-item-left .posts-postType {
    display: inline-block;
    width: 64px;
    height: 64px;
  }
  .posts-item .posts-item-left .posts-postType img {
    width: 64px;
    height: 64px;
  }
  .posts-item .separator-vertical {
    height: 68px;
    border-color: #6F79A8;
    margin: 0px;
    opacity: .3;
  }
  .posts-item .posts-item-right {
    padding: 0 20px;
    box-sizing: border-box;
    width: 586px;
  }
  .posts-item-right .posts-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
  }
  .posts-item-right .posts-header .posts-postName {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    font-size: 16px;
    color: #2A2B31;
    max-width: 490px;
    letter-spacing: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .posts-item-right .posts-header .posts-postName-icon {
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    border-radius: 2px;
    margin-left: 5px;
  }
  .posts-item-right .posts-header .posts-isEssence {
    background-color: #EF934B;
  }
  .posts-item-right .posts-header .posts-isRecommendation {
    background-color: #F86E6E;
  }
  .posts-item .posts-footer {
    padding: 10px 0px;
    justify-content: flex-start;
    align-items: center;
    height: 20px;
    line-height: 20px;
    display: flex;
    font-size: 14px;
  }
  .posts-item .posts-footer .posts-userIcon {
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
  }
  .posts-item .posts-footer .posts-userIcon:hover .posts-userName {
    color: #F15859;
  }
  .posts-item .posts-footer .posts-userIcon img {
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  .posts-item .posts-footer > div,
  .posts-item .posts-footer > a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #6F79A8;
  }
  .posts-item .posts-footer .posts-userName {
    margin: 0 10px;
    display: inline-block;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .posts-item .posts-footer .separator-vertical {
    height: 18px;
    border-color: #2A2B31;
    margin: 1px 5px;
  }
  .posts-item .posts-footer .posts-postDate {
    color: #2A2B31;
    margin-right: 25px;
  }
  .posts-item .posts-footer .posts-footer-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #6F79A8;
    font-size: 14px;
    width: 65px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
  }
  .posts-item .posts-footer .posts-footer-block:before {
    content: " ";
    background: #6F79A8 no-repeat center;
    width: 18px;
    height: 18px;
    display: inline-block;
    flex: none;
    margin-right: 5px;
  }
  .posts-item .posts-footer .posts-footer-block.posts-focusNum:before {
    background: url('../images/posts/icon-eye.png') no-repeat center;
  }
  .posts-item .posts-footer .posts-footer-block.posts-replyNum:before {
    background: url('../images/posts/icon-message.png') no-repeat center;
  }
  .posts-nodata {
    height: 676px;
  }
  .post-title-container {
    display: flex!important;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
  }
  .post-title-container .post-top-flag {
    min-width: 47px;
    height: 21px;
    line-height: 19px;
    display: inline-block;
    background: #F15859;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-right: 10px;
  }
  .post-title-container .status {
    margin-left: 10px;
  }
  .post-title-container .status-humanreviewing {
    color: #F15859!important;
  }
  .post-title-container .post-title {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    font-size: 16px;
    color: #2A2B31;
    letter-spacing: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 5px;
    margin-right: 10px;
  }
  .post-title-container .post-title:hover {
    color: #F15859;
  }
  .post-title-container .post-icon {
    margin-right: 5px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .myfocus-container {
    display: flex;
  }
  .myfocus-container .myfocus-item {
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #EBF0F9;
    box-sizing: border-box;
    display: inline-block;
    width: 335px;
    height: 186px;
    flex: none;
    margin: 0px 0px 10px 20px;
    border-radius: 4px;
  }
  .myfocus-container .myfocus-item:first-child {
    margin-left: 0px;
  }
  .myfocus-container .myfocus-item:hover {
    box-shadow: 5px 6px 6px 0 rgba(0, 0, 0, 0.2);
  }
  .myfocus-header {
    position: relative;
    height: 46px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 10px 0px 20px;
  }
  .myfocus-type {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #DFE1EC;
    border-radius: 2px;
    box-sizing: border-box;
    width: 48px;
    height: 20px;
  }
  .myfocus-type span {
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    transform: scale(0.8);
    letter-spacing: 0.2px;
    color: #979EC1;
    width: 52px;
    height: 16px;
    text-align: center;
    margin-left: -3px;
  }
  .myfocus-body {
    padding: 0px 20px;
    color: #42464D;
    height: 80px;
  }
  .myfocus-postName {
    font-size: 18px;
  }
  .myfocus-postDate {
    font-size: 14px;
    color: #2A2B31;
    margin-top: 10px;
    opacity: 0.6;
    letter-spacing: 0;
  }
  .myfocus-footer {
    padding: 10px 20px;
    justify-content: flex-start;
    align-items: center;
    height: 18px;
    line-height: 18px;
    display: flex;
  }
  .myfocus-footer-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #6F79A8;
    font-size: 14px;
    width: 65px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
  }
  .myfocus-footer-block:before {
    content: " ";
    background: #6F79A8 no-repeat center;
    width: 18px;
    height: 18px;
    display: inline-block;
    flex: none;
    margin-right: 5px;
  }
  .myfocus-item .item-vedio .myfocus-footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #384766;
    color: #FFFFFF;
    padding: 10px;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }
  .myfocus-item .item-vedio .myfocus-type {
    background-color: #57658E;
  }
  .myfocus-item .item-vedio .myfocus-type span {
    color: #F7F7F7;
  }
  .siderbar-body {
    background-color: #FFFFFF;
    border-radius: 4px;
  }
  .banner-top2-container {
    height: 396px;
  }
  .banner-top2-container {
    display: flex;
    flex-direction: column;
    height: 396px;
    justify-content: space-between;
  }
  .banner-top2-container a.banner-block,
  .banner-top2-container a.banner-block img {
    display: inline-block;
    width: 335px;
    height: 188px;
    border-radius: 4px;
  }
  .banner-top2-container a.banner-block:hover {
    cursor: pointer;
  }
  .section-notice {
    margin-top: 20px;
    border-radius: 4px 4px 0px 0px;
  }
  .section-notice .section-container,
  .section-activities-calenda .section-container,
  .section-canman .section-container,
  .section-contactus .section-container {
    margin-bottom: 0px;
  }
  .section-activities-calenda .section-content {
    height: 430px;
  }
  .section-contactus {
    border-radius: 0px 0px 4px 4px;
  }
  .notice-container {
    margin: 10px;
    height: 145px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .notice-container .notice-item {
    margin-bottom: 10px;
  }
  .notice-container .notice-item {
    display: block;
    font-size: 14px;
    color: #2A2B31;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
  }
  .notice-container .notice-item:before {
    display: inline-block;
    content: " ";
    border: 2px solid #2A2B31;
    width: 0px;
    height: 0px;
    position: relative;
    margin-right: 10px;
    top: -2px;
  }
  .notice-container .notice-item:hover,
  .notice-container .notice-item:hover:before {
    color: #CE1D2C;
    border-color: #CE1D2C;
  }
  .sidebar-container .separator-horizental {
    border-color: #D1DBEE;
    margin: 0px 10px;
  }
  .section-activities-calenda .section-header {
    padding-top: 20px;
  }
  .activities-calenda-container {
    margin: 20px;
  }
  .activities-calenda-container .activities-calenda-item {
    box-sizing: border-box;
    position: relative;
    padding: 10px 20px;
    border-left: 1px dashed #F0F1F6;
    border-radius: 4px;
  }
  .activities-calenda-container .activities-calenda-item:before {
    content: " ";
    width: 0px;
    border-left: 2px solid #6F79A8;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -10px;
  }
  .activities-calenda-container .activities-calenda-item:first-child {
    height: 139px;
    background-color: #F1F4FA;
  }
  .activities-calenda-container .activities-calenda-item:first-child .calenda-bgi {
    display: block;
  }
  .activities-calenda-container .activities-calenda-item:first-child .calenda-time-location {
    display: none;
  }
  .activities-calenda-container .activities-calenda-item:first-child .calenda-title {
    position: absolute;
    top: 10px;
    left: 20px;
  }
  .activities-calenda-container .activities-calenda-item:first-child:before {
    border-left: 4px solid #F15859;
    border-radius: 0px 4px 4px  0px;
    height: 139px;
    margin-top: 0px;
    top: 0px;
  }
  .activities-calenda-container .activities-calenda-item .calenda-bgi {
    display: none;
    position: absolute;
    width: 179px;
    height: 89px;
    left: 20px;
    bottom: 10px;
    background-image: linear-gradient(-135deg, #3352EA 0%, #6B17E2 100%);
    border-radius: 4px;
  }
  .activities-calenda-container:hover .activities-calenda-item:first-child {
    height: auto;
    background-color: transparent;
  }
  .activities-calenda-container:hover .activities-calenda-item:first-child .calenda-bgi {
    display: none;
  }
  .activities-calenda-container:hover .activities-calenda-item:first-child .calenda-time-location {
    display: block;
  }
  .activities-calenda-container:hover .activities-calenda-item:first-child .calenda-title {
    position: static;
    top: auto;
    left: auto;
  }
  .activities-calenda-container:hover .activities-calenda-item:first-child:before {
    border-left: 2px solid #6F79A8;
    height: 20px;
    margin-top: -10px;
    left: -1px;
    top: 50%;
  }
  .activities-calenda-container:hover .activities-calenda-item:hover {
    background-color: #F0F5FF;
    height: 139px;
  }
  .activities-calenda-container:hover .activities-calenda-item:hover .calenda-bgi {
    display: block;
  }
  .activities-calenda-container:hover .activities-calenda-item:hover .calenda-time-location {
    display: none;
  }
  .activities-calenda-container:hover .activities-calenda-item:hover .calenda-title {
    position: absolute;
    top: 10px;
    left: 20px;
  }
  .activities-calenda-container:hover .activities-calenda-item:hover:before {
    border-left: 4px solid #F15859;
    border-radius: 0px 4px 4px  0px;
    height: 139px;
    margin-top: 0px;
    top: 0px;
  }
  .activities-calenda-item .calenda-time-location {
    font-size: 12px;
    color: #9195A1;
    margin-bottom: 10px;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activities-calenda-item .calenda-title {
    font-size: 16px;
    color: #2A2B31;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .section-canman .section-header {
    padding-top: 20px;
  }
  .canman-face-container {
    padding: 10px;
    display: flex;
    justify-content: flex-start;
  }
  .canman-face {
    box-sizing: border-box;
    display: flex;
    width: 100px;
    height: 166px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #F7F7F7;
    border-radius: 4px;
    padding: 7px 5px;
    margin-right: 7px;
  }
  .canman-face .canman-photo-wrapper .canman-photo {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-bottom: 8px;
  }
  .canman-face:last-child {
    margin-right: 0px;
  }
  .canman-name {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #2A2B31;
    margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 65px;
    text-align: center;
  }
  .canman-level {
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #9195A1;
    width: 52px;
    height: 16px;
    text-align: center;
    margin-left: -3px;
    margin-bottom: 8px;
    font-weight: 600;
  }
  .canman-level:before {
    display: inline-block;
    position: relative;
    top: -4px;
    right: 7px;
    content: "";
    width: 10px;
    height: 0px;
    border-top: 1px solid #D2D2D2;
  }
  .canman-level:after {
    display: inline-block;
    position: relative;
    top: -4px;
    left: 7px;
    content: "";
    width: 10px;
    height: 0px;
    border-top: 1px solid #D2D2D2;
  }
  .canman-btn-focus.home-btn:before {
    content: "+";
    color: #F15859;
    font-size: 14px;
    padding-right: 10px;
    display: inline-block;
    position: relative;
  }
  .canman-btn-focus.home-btn:hover:before {
    color: #FFFFFF;
  }
  a.canman-refresh {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 30px 10px;
    font-size: 16px;
    color: #6F79A8;
  }
  a.canman-refresh:hover {
    color: #6F79A8;
    font-weight: 100;
  }
  .canman-nodata {
    height: 247px;
  }
  .icon-refresh {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url('../images/canman/icon-refresh.png') no-repeat center;
    margin-right: 10px;
  }
  .section-contactus .section-header {
    padding-top: 20px;
  }
  .section-contactus .contactus-container {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .section-contactus .contactus-container .focus-wechat {
    left: 0px;
  }
  .section-contactus .contactus-container .download-app {
    left: 153px;
  }
  .section-contactus .contactus-container .link-popover {
    top: auto;
    bottom: 100px;
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 0px;
  }
  .section-contactus .contactus-container .link-popover .arrow {
    top: auto;
    bottom: -10px;
  }
  .section-contactus .contactus-container .link-popover .arrow:after {
    top: -11px;
    left: -11px;
  }
  .section-contactus .contactus-container .qrcode {
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
  }
  .section-contactus .contactus-container .title {
    height: 39px;
    line-height: 39px;
  }
  .section-contactus .contactus-container .contactus-block {
    display: flex;
    font-size: 14px;
    color: #6F79A8;
    height: 19px;
    line-height: 19px;
    min-width: 155px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
  }
  .section-contactus .contactus-container .contactus-block:not(.block-noArrow):after {
    content: " ";
    border-right: 1px solid #6F79A8;
    border-bottom: 1px solid #6F79A8;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    display: inline-block;
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    text-align: center;
    position: relative;
    margin: 0px 5px;
  }
  .section-contactus .contactus-container .contactus-block:hover {
    cursor: pointer;
    color: #CE1D2C;
  }
  .section-contactus .contactus-container .contactus-block:hover:after {
    cursor: pointer;
    border-color: #CE1D2C;
  }
  .block-noArrow:after {
    display: none;
  }
  .icon-wechat {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url('../images/concatus/icon-wechat-normal.png') no-repeat center;
    margin-right: 5px;
  }
  .contactus-block:hover .icon-wechat {
    background: url('../images/concatus/icon-wechat-hover.png') no-repeat center;
  }
  .icon-android {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url('../images/concatus/icon-andorid-normal.png') no-repeat center;
    margin-right: 5px;
  }
  .contactus-block:hover .icon-android {
    background: url('../images/concatus/icon-andorid-hover.png') no-repeat center;
  }
  .icon-email {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url('../images/concatus/icon-email-normal.png') no-repeat center;
    margin-right: 5px;
  }
  .contactus-block:hover .icon-email {
    background: url('../images/concatus/icon-email-hover.png') no-repeat center;
  }
  .community-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    min-width: 1200px;
  }
  .community-header .header-container {
    padding: 0.3% 3.75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    position: relative;
    height: 56px;
    z-index: 1000;
  }
  .community-header .header-container .header-menu {
    display: inline-block;
  }
  .community-header .header-container .header-menu .menu-item {
    display: inline-block;
    padding: 0 2.6%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #9195A1;
    text-decoration: none;
  }
  .community-header .header-container .header-menu .menu-item.nav-link.console {
    color: #CE1D2C;
    font-weight: normal;
  }
  .community-header .header-container .header-menu .menu-item.nav-link:hover {
    color: #CE1D2C;
    font-weight: normal;
  }
  .community-header .header-container .header-menu .menu-item.nav-link:first-of-type {
    color: #CE1D2C;
  }
  .community-header .header-container .header-menu {
    display: inline-block;
    width: 75.2%;
  }
  .community-header .header-container .header-menu .right-menu .menu-item {
    display: inline-block;
    padding: 0 20px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #9195A1;
    text-decoration: none;
  }
  .community-header .header-container .header-menu right-menu .menu-item.nav-link.console {
    color: #CE1D2C;
    font-weight: normal;
  }
  .community-header .header-container .header-menu right-menu .menu-item.nav-link:hover {
    color: #CE1D2C;
    font-weight: normal;
  }
  .community-header .header-container .header-left {
    display: flex;
    width: 68%;
    justify-content: flex-start;
    align-items: center;
  }
  .community-header .header-container .header-left > a {
    height: 40px;
  }
  .community-header .header-container .header-left .header-logo {
    content: " ";
    height: 40px;
    line-height: 40px;
    width: 24.8%;
    display: inline-block;
    margin-right: 5.2%;
    margin-bottom: 6px;
    /*background: url("../images/header/logo.png") no-repeat center;
    background-size: contain;*/
  }
  .community-header .header-container .header-left .header-logo img {
    width: 100%;
    vertical-align: middle;
  }
  
  .community-header .header-container .header-left .menu-item:first-child:after {
    content: "";
    position: relative;
    left: 40px;
    top: -1px;
  }
  .community-header .header-container .header-left .menu-item:hover:first-child:after {
    color: #9195A1;
  }
  .community-header .header-container .header-right {
    display: flex;
    width: 32%;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
  }
  .community-header .header-container .header-right .search-box {
    display: inline-block;
    margin-right: 30px !important;
    padding: 0.6% 0.6%;
    box-sizing: content-box;
  }
  .community-header .header-container .header-right .search-box .search-txt {
    box-sizing: border-box;
    border-radius: 15px;
    padding: 3px 30px 3px 10px;
    border: 1px solid transparent;
    height: 30px;
    line-height: 24px;
    vertical-align: middle;
    font-size: 14px;
    color: #2A2B31;
    letter-spacing: 0;
    background: url('../images/header/icon-search.png') no-repeat 95% center;
  }
  .community-header .header-container .header-right .search-box .search-txt:hover,
  .community-header .header-container .header-right .search-box .search-txt:focus {
    border: 1px solid rgba(151, 158, 193, 0.4);
  }
  .community-header .header-container .header-right .search-box .search-txt:focus {
    outline: none;
  }
  .community-header .header-container .header-right .header-menu {
    position: relative;
    width: auto;
  }
  .community-header .header-container .header-right .header-menu .right-menu {
    height: 56px;
    display: flex;
    justify-content: flex-end;
  }
  .community-header .header-container .header-right .header-menu .right-menu .menu-item:last-child {
    padding-right: 0px;
  }
  .community-header .header-container .header-right .header-userIcon {
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 160px;
    position: relative;
  }
  .community-header .header-container .header-right .header-userIcon img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: relative;
    margin-right: 5px;
    vertical-align: middle;
  }
  .community-header .nav-popup {
    display: none;
    position: absolute;
    top: 56px;
    width: 100%;
    background: #F8F8FA;
    z-index: 900;
  }
  .community-header .nav-popup .nav-l1-item {
    padding: 0px 200px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .community-header .nav-popup .nav-l1-item .nav-l2-column {
    flex: 1;
    display: inline-block;
    margin-top: 30px;
  }
  .community-header .nav-popup .nav-l1-item .nav-l2-column .nav-l2-column-group {
    margin-bottom: 30px;
  }
  .community-header .nav-popup .nav-l1-item .nav-l2-column .nav-l2-column-group .nav-group-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 26px;
    height: 26px;
  }
  .community-header .nav-popup .nav-l1-item .nav-l2-column .nav-l2-column-group .nav-group-title a {
    cursor: text;
    color: #242728;
  }
  .community-header .nav-popup .nav-l1-item .nav-l2-column .nav-l2-column-group .nav-group-title .nav-title-link:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border: 2px solid #242728;
    border-left: none;
    border-bottom: none;
    position: relative;
    top: -1px;
    left: 2px;
    transform: rotate(45deg);
  }
  .community-header .nav-popup .nav-l1-item .nav-l2-column .nav-l2-column-group .nav-group-title .nav-title-link:hover a {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    top: 2px;
  }
  .community-header .nav-popup .nav-l1-item .nav-l2-column .nav-l2-column-group .nav-group-title .nav-title-link:hover:after {
    height: 8px;
    width: 8px;
    top: 1px;
  }
  .community-header .nav-popup .nav-l1-item .nav-l2-column .nav-l2-column-group .nav-group-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .community-header .nav-popup .nav-l1-item .nav-l2-column .nav-l2-column-group .nav-group-content ul li {
    list-style: none;
    padding: 0px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 5px;
  }
  .community-header .nav-popup .nav-l1-item .nav-l2-column .nav-l2-column-group .nav-group-content ul li a {
    color: #6F79A8;
  }
  .community-header .nav-popup .nav-l1-item .nav-l2-column .nav-l2-column-group .nav-group-content ul li:hover a {
    color: #262728;
  }
  .community-header .nav-popup .nav-l1-item .nav-l2-column .nav-l2-column-group .nav-group-content .nav-l3-item {
    font-size: 14px;
  }
  .community-header .user-popover {
    position: absolute;
    box-sizing: border-box;
    width: 220px;
    display: none;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 20px 0px;
    border: 1px solid #ECECEC;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    right: -20px;
    top: 55px;
  }
  .community-header .user-popover .arrow {
    border: 10px solid #ECECEC;
    position: absolute;
    top: -10px;
    left: 100px;
    transform: rotate(45deg);
  }
  .community-header .user-popover .arrow:after {
    content: " ";
    position: absolute;
    border: 10px solid #FFFFFF;
    top: -9px;
    left: -9px;
    transform: rotate(90deg);
  }
  .community-header .user-popover .user-info {
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
  }
  .community-header .user-popover .user-info .name {
    display: inline-block;
    font-size: 16px;
    color: #2E2E2E;
    width: 110px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
  }
  .community-header .user-popover .user-info .level {
    width: 40px;
    line-height: 20px;
    color: #6f79a8;
    font-weight: bold;
    font-size: 14px;
    background-color: #f3f5fc;
    display: inline-block;
    text-align: center;
  }
  .community-header .user-popover .certificate {
    margin-top: 10px;
    padding: 0px 20px;
    font-size: 12px;
    font-weight: bold;
  }
  .community-header .user-popover .certificate .not-certificated {
    display: flex;
    align-items: center;
  }
  .community-header .user-popover .certificate .not-certificated .icon-warn {
    display: inline-block;
    height: 18px;
    width: 18px;
    background: url("../images/header/icon-warn.png") no-repeat center;
    margin-right: 5px;
  }
  .community-header .user-popover .certificate .certificated {
    width: 85px;
    height: 18px;
    line-height: 18px;
    border-radius: 4px;
    border: 1px solid #F44344;
    padding: 0px 20px;
    color: #F44344;
  }
  .community-header .user-popover .separator {
    border: 1px solid #D1DBEE;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 10px 20px;
    height: 2px;
  }
  .community-header .user-popover .link-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    height: 38px;
    box-sizing: border-box;
  }
  .community-header .user-popover .link-container .link {
    color: #6F79A8;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    width: 180px;
    padding: 0px 20px;
  }
  .community-header .user-popover .link-container .count {
    height: 14px;
    line-height: 14px;
    background-color: #F15859;
    color: #FFFFFF;
    padding: 0px 3px;
    border-radius: 2px;
    margin-right: 20px;
  }
  .community-header .user-popover .link-container .logout {
    color: #F44344;
  }
  .community-header .user-popover .link-container:hover {
    background-color: #F7F7FE;
  }
  .community-footer {
    background-color: #FFFFFF;
  }
  .footer-container {
    width: 1180px;
    margin: auto;
    padding: 50px 0px;
  }
  .footer-container .footer-top {
    display: flex;
  }
  .footer-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer-block .block-title {
    font-size: 18px;
    color: #2A2B31;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 50px;
  }
  .footer-block a.block-link {
    font-size: 14px;
    color: #9195A1;
    margin-top: 10px;
    text-decoration: none;
    line-height: 13px;
  }
  .footer-block a.block-link:hover {
    text-decoration: underline;
    color: #6f79a8;
  }
  .block-link-container {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    position: relative;
  }
  .block-link-focus {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid black;
    box-sizing: border-box;
    border-radius: 12px;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
  }
  .block-link-focus img {
    position: relative;
    width: 12px;
  }
  .footer-container .separator-horizental {
    margin-top: 40px;
    border-color: #DDDDDD;
  }
  .footer-bottom {
    display: flex;
  }
  .footer-left,
  .footer-right {
    flex: 1;
  }
  .footer-bottom .footer-cr {
    margin-top: 20px;
    color: #9195A1;
    font-size: 14px;
    line-height: 13px;
  }
  .footer-bottom .footer-cr a {
    color: #2A2B31;
  }
  .footer-bottom .footer-cr a:first-child {
    margin-left: 20px;
  }
  .footer-bottom .footer-cr a:last-child {
    margin-left: 20px;
  }
  .footer-bottom .footer-cr a:hover {
    text-decoration: underline;
  }
  .footer-bottom .footer-cookies {
    margin-top: 20px;
    text-align: right;
    font-size: 14px;
  }
  .footer-bottom .footer-cookies a {
    color: #2A2B31;
    font-size: 12px;
    display: inline-block;
  }
  .footer-bottom .footer-cookies a:hover {
    text-decoration: underline;
  }
  .b1 {
    border: 0px solid black;
  }
  .community-section.section-focus {
    display: none;
  }
  .cm-hide {
    display: none;
  }
  .show-modal {
    overflow: hidden;
  }
  .flex-show {
    display: flex!important;
  }
  .block-show {
    display: block!important;
  }
  .community-privacy-declare {
    position: fixed;
    display: none;
    z-index: 1001;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
  }
  .community-privacy-declare .cpd-background {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: .5;   
    z-index: 1100;
    background-color: #97999F;
  }
  .community-privacy-declare .cpd-modal {
    border: 1px solid #F0F2F5;
    background-color: #FFFFFF;
    z-index: 1200;
    border-radius: 6px;
  }
  .community-privacy-declare .cpd-modal .modal-header {
    padding: 10px 20px;
    border-bottom: 1px solid #F0F2F5;
  }
  .community-privacy-declare .cpd-modal .modal-header .modal-title {
    font-size: 14px;
  }
  .community-privacy-declare .cpd-modal .modal-body {
    min-height: 100px;
    padding: 20px;
    border-bottom: 1px solid #F0F2F5;
  }
  .community-privacy-declare .cpd-modal .modal-body .pdf-container {
    border: 0;
  }
  .community-privacy-declare .cpd-modal .modal-footer {
    padding: 20px;
  }
  .community-privacy-declare .cpd-modal .modal-footer .accept-content {
    display: flex;
    align-items: center;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
  .community-privacy-declare .cpd-modal .modal-footer .accept-content input.accept-cbx {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top: 0;
    background: #fff;
    border: #999 solid 1px;
    height: 16px;
    width: 16px;
    position: relative;
    outline: none;
    margin: 1px 10px 1px 0px;
  }
  .community-privacy-declare .cpd-modal .modal-footer .accept-content input.accept-cbx:hover {
    border: #e34848 solid 1px;
    cursor: pointer;
  }
  .community-privacy-declare .cpd-modal .modal-footer .accept-content input.accept-cbx:checked {
    background: #e34848;
    border: #e34848 solid 1px;
  }
  .community-privacy-declare .cpd-modal .modal-footer .accept-content input.accept-cbx:checked:after {
    content: '';
    position: absolute;
    background: transparent;
    border: #ffffff solid 2px;
    border-top: none;
    border-right: none;
    height: 5px;
    width: 8px;
    left: 2px;
    top: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .community-privacy-declare .cpd-modal .modal-footer .accept-content .privacy-declare {
    margin-left: 10px;
    color: #0ea5f3;
    text-decoration: none;
  }
  .community-privacy-declare .cpd-modal .modal-footer .accept-content .privacy-declare:hover {
    text-decoration: underline;
  }
  .community-privacy-declare .cpd-modal .modal-footer .accept-area-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
  }
  .community-privacy-declare .cpd-modal .modal-footer .accept-area-btn .accept-btn {
    display: inline-block;
    padding: 0px 20px;
    border-radius: 20px;
    line-height: 30px;
    background-color: #F15859;
    color: #FFFFFF;
    border-style: none;
    border-width: 0px;
    outline: none;
    font-size: 14px;
  }
  .community-privacy-declare .cpd-modal .modal-footer .accept-area-btn .accept-nobtn {
    display: inline-block;
    padding: 0px 20px;
    border-radius: 20px;
    line-height: 30px;
    background-color: #F15859;
    color: #FFFFFF;
    border-style: none;
    border-width: 0px;
    outline: none;
    font-size: 14px;
    margin-left:10px;
  }
  .community-privacy-declare .cpd-modal .modal-footer .accept-area-btn .accept-btn[disabled='disabled'] {
    background-color: #D1D1D1;
    color: #91989E;
  }
  .single-dialog {
    position: fixed;
    display: none;
    z-index: 1001;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
  }
  .single-dialog .dialog-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: .5;   
    z-index: 1100;
    background-color: #97999F;
  }
  .single-dialog .dialog-container {
    width: 350px;
    background-color: #FFFFFF;
    border-radius: 4px;
    z-index: 1200;
  }
  .single-dialog .dialog-container .dialog-header {
    position: relative;
    padding: 30px 50px 15px 50px;
  }
  .single-dialog .dialog-container .dialog-header .dialog-title {
    font-weight: bold;
    font-size: 16px;
  }
  .single-dialog .dialog-container .dialog-header .dialog-close {
    background: url("../images/footer/icon-close.png") no-repeat center;
    width: 11px;
    height: 11px;
    position: absolute;
    margin: 5px;
    right: 15px;
    top: 15px;
    cursor: pointer;
  }
  .single-dialog .dialog-container .dialog-body {
    padding: 15px 50px;
  }
  .single-dialog .dialog-container .dialog-body .dialog-content {
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
  }
  .single-dialog .dialog-container .dialog-footer {
    padding: 15px 50px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .single-dialog .dialog-container .dialog-footer button {
    padding: 7px 15px;
    color: #F15859;
    height: 30px;
    background-color: #ffffff;
    cursor: pointer;
    text-transform: none;
    border: 1px solid #f15859;
    outline: none;
    border-radius: 4px;
    line-height: 14px;
    font-size: 14px;
  }
  .single-dialog .dialog-container .dialog-footer .dialog-confirm {
    background-color: #F15859;
    color: #FFFFFF;
  }
  
  
  
  .cookietipfix {
      position: relative;
      z-index: 99;
  }
  
  .cookietip>div.cookie,
  .updatetip>div.update {
      margin:0 auto;
      max-width:1180px;
      position: relative;
      line-height: 45px;
  }
  .updatetip>div.update {
      line-height: 45px;
  }
  .cookietip>div.cookie em {
      background: url(../images/header/prompt.png) no-repeat;
      width: 17px;
      height: 17px;
      margin-right: 0px;
      position: absolute;
      top: 14px;
      left: 0px;
  }
  .updatetip>div.update em {
      background: url(../images/header/update.png) no-repeat;
      background-size: cover;
      width: 20px;
      height: 20px;
      margin-right: 0px;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      left: 0px;
  }
  .updatetip>div.update p,
  .cookietip>div.cookie p{
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      text-align: left;
      box-sizing: border-box;
      padding-left: 25px;
      color: #242728;
      margin-top: 0;
      margin-bottom: 0px;
      font-size: 12px;
  }
  .cookietip_close{
      height: 18px;
      width: 18px;
      overflow: hidden;
      position: absolute;
      top: 14px;
      right: 20px;
      cursor: pointer;
  }
  
  .device-localstorage-btn {
      outline: none;
      margin-left: 40px;
      cursor: pointer;
      position: absolute;
      right: 5px;
      text-align: center;
  }
  
  .cookieokbtn {
      height: 28px;
      top: 8px;
      box-shadow: none;
      background: none;
      color: #000;
      line-height: 28px;
      border-radius: 5px;
      border: 1px solid #000;
      min-width: auto;
      padding: 0 30px;
  }
  .cookietip_close,
  .updatetip_close {
      height:18px;
      width:18px;
      overflow:hidden;
      position:absolute;
      top:14px;
      right:20px;
      cursor:pointer;
  }
  .cookietip_close:before,
  .updatetip_close:before {
      height: 2px;
      width: 30px;
      background: #000;
      transform-origin: left center;
      left: 0;
      position: absolute;
      content: '';
      display: block;    
      top: -1px;
      transform: rotate(45deg);
  }
  .cookietip_close:after,
  .updatetip_close:after{
      height: 2px;
      width: 30px;
      background: #000;
      transform-origin: left center;
      left: 0;
      position: absolute;
      content: '';
      display: block;
      bottom: -1px;
      transform: rotate(-45deg);
  }
  .cookietip a.device-localstorage-link {
      color: #9195A1;
  }
  
  .block-link {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
  }
  
  
  @media(max-width: 1200px){
      .search-body {
          width: 200px !important;
      }
  }
  
  @media (max-width: 767px) {
      .footer-container {
          width:100%;
      }
      
      .footer-bottom {
          display: block;
          padding: 0 0.4rem;
      }
      
      .footer-bottom .footer-cookies {
          text-align: left;
      }
      
      .footer-container .footer-top {
          padding: 0 0.4rem;
      }
      
      .block-link-focus {
          margin-right: 10px;
      }
      
      .block-link-focus img {
          top: 0px;
      }
      .show-icon {
          background-image: url(../images/Path.png);
          width: 10px;
          height: 10px;
          float: right;
          margin-right: 10px;
          margin-top: 20px;
          background-repeat: no-repeat;
          background-position: center;
      }
  
      .hide-icon {
          background-image: url(../images/Rectangle.png);
          width: 10px;
          height: 10px;
          float: right;
          display: none;
          margin-right: 10px;
          margin-top: 20px;
          background-repeat: no-repeat;
          background-position: center;
      }
      .footer-container .footer-top {
          display: block;
      }
      .footer-block {
          flex: 1;
          display: block;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          width: 100%;
          border-bottom: .02rem solid #ddd;
      }
      
      .footer-block:last-child .block-title{
          float:left;
      }
      
      .footer-block:last-child .block-link-container{
          float:left;
          margin-top: 14px;
          margin-left: 40px
      }
  
      .block-link {
          display: none;
          margin-bottom: 20px;
      }
      
      .footer-block a.block-link {
          display: block;
          line-height: 10px;
      }
      
      .footer-container .separator-horizental {
          display:none;
      }
      
      .clearfix:after {
          display: block;
          content: "";
          height: 0;
          line-height: 0;
          clear: both;
          visibility: hidden;
      }
  
      .clearfix {
          zoom: 1;
      }
  
  }