@font-face {
    font-family: 'LineIcons';
    src: url('./fonts/LineIcons.eot?tc3uo0');
    src: url('./fonts/LineIcons.eot?tc3uo0#iefix') format('embedded-opentype'),
    url('./fonts/LineIcons.ttf?tc3uo0') format('truetype'),
    url('./fonts/LineIcons.woff?tc3uo0') format('woff'),
    url('./fonts/LineIcons.svg?tc3uo0#LineIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="lni-"], [class*=" lni-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'LineIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.productModel .swiper-pagination .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
}

.productModel .swiper-pagination .swiper-pagination-bullet-active {
    transform: scale(1.5, 1.5);
}

.contentStyle p {
    clear: both;
    margin-bottom: 20px;
    line-height: 25px;
}

.contentStyle img {
    max-width: 100%;
}

img {
    max-width: 100%;
}

* {
    margin: 0;
    padding: 0;
    font-family: LineIcons !important;
}

.footer_tarBar_active {
    transform: translateY(100%);
    transition-duration: 0.5s;
}

.content-styles {
    /*max-width: 100%;*/
    /*overflow: hidden;*/
    /*line-height: 23px;*/
}

.content-styles img {
    max-width: 100%;
}

.content-styles p {
    clear: both;
    margin-bottom: 10px;
    line-height: 25px;
}

.content-styles h1, h2 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}

html {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

html body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    overflow: inherit !important;
}

html .container {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #EFEFF4;
}

html ul,
html ol,
html li {
    list-style: none;
    margin: 0;
    padding: 0;
}

html p,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    margin: 0;
    padding: 0;
    color: #000000;
}

html input,
html button {
    outline: none;
}

html a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html a:link {
    text-decoration: none;
}

html a:visited {
    text-decoration: none;
}

html a:hover {
    text-decoration: none;
}

html a:active {
    text-decoration: none;
}

html .row {
    margin: 0;
    padding: 0;
    width: 100%;
}

html .border-left-none {
    border-left: none !important;
}

html .border-top-none {
    border-top: none !important;
}

html .border-bottom-none {
    border-bottom: none !important;
}

html .border-right-none {
    border-right: none !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.table-space {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.title-more {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 15px 5%;
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    background-color: #ffffff;
}

.title-more .title {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.title-more .title a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.title-more .title span {
    color: #000000;
    font-size: 18px;
    font-weight: bolder;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.title-more .title span.icon {
    font-size: 16px;
    display: none;
}

.title-more .more {
    display: table-cell;
    width: 60px;
    vertical-align: middle;
    text-align: right;
}

.title-more .more a {
    display: inline-block;
    vertical-align: middle;
}

.title-more .more a span.circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50% 50%;
    background-color: #E1E2E7;
}

.title-more .more a span.right {
    display: inline-block;
    color: #E1E2E7;
    font-size: 14px;
    position: relative;
    top: 2px;
}

.title-more .active span {
    color: #0067b8;
    font-weight: normal;
}

.title-more .active span.icon {
    display: inline-block;
}

.header-nav {
    width: 100%;
    background-color: #F5F5F7;
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    padding: 15px 0;
    position: relative;
}

.header-nav > h1 {
    font-size: 20px;
    color: #000000;
    width: 90%;
    margin: 0 auto;
    padding: 5px 0;
}

.header-nav .header-nav-container {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.header-nav .header-nav-container .swiper-wrapper .swiper-slide {
    text-align: center;
    width: auto;
    display: inline-block;
    padding-right: 20px;
}

.header-nav .header-nav-container .swiper-wrapper .swiper-slide a {
    color: #000000;
    font-size: 17px;
    display: inline-block;
    padding-right: 5px;
}

.header-nav .header-nav-container .swiper-wrapper .swiper-slide-active a {
    color: #0067b8;
    font-weight: bolder;
}

.header-nav .swiper-button-prev {
    left: 0;
    top: 0;
    background-image: none;
    margin: 0;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 5%;
    text-align: left;
    height: 100%;
}

.header-nav .swiper-button-prev .swiper-button-table {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.header-nav .swiper-button-prev .swiper-button-table .swiper-button-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.header-nav .swiper-button-prev .swiper-button-table .swiper-button-cell span {
    color: #E1E2E7;
    font-size: 15px;
}

.header-nav .swiper-button-next {
    right: 0;
    top: 2px;
    background-image: none;
    margin: 0;
    padding: 15px 0;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 5%;
    text-align: right;
    height: 100%;
}

.header-nav .swiper-button-next .swiper-button-table {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.header-nav .swiper-button-next .swiper-button-table .swiper-button-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.header-nav .swiper-button-next .swiper-button-table .swiper-button-cell span {
    color: #E1E2E7;
    font-size: 15px;
}

.video-js .vjs-big-play-button {
    /*display: none !important;*/
    height: 1.5em;
    width: 1.5em;
    border-radius: 50%;
    line-height: 1.5em;
    left: 55%;

}

.nav-tabs {
    border: none;
}

.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
}

.information-pagination .swiper-pagination > .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
}

.information-pagination .swiper-pagination > .swiper-pagination-bullet-active {
    transform: scale(1.3, 1.3);
}

.grid {
    width: 100%;
    background-color: #ffffff;
    margin-top: 6px;
    table-layout: fixed;
}

.grid tr {
    width: 100%;
}

.grid tr td {
    width: 50%;
    border-bottom: 1px solid #e1e2e7;
    border-right: 1px solid #e1e2e7;
    padding: 15px 2.5%;
}

.grid tr td img {
    width: 100%;
}

.grid tr td .img {
    width: 100%;
}

.grid tr td .img img {
    width: 100%;
}

.grid tr td .info .view-zan {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 13px;
    color: #8E8E93;
}

.grid tr td .info .view-zan .view {
    display: table-cell;
    width: 50%;
    text-align: left;
}

.grid tr td .info .view-zan .view span {
    text-indent: -1rem;
}

.grid tr td .info .view-zan .view span.icon {
    text-indent: 0;
}

.grid tr td .info .view-zan .zan {
    display: table-cell;
    width: 50%;
    text-align: right;
}

.grid tr td .info .title-arrow-right {
    margin-top: 10px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.grid tr td .info .title-arrow-right .title {
    display: table-cell;
    width: auto;
    color: #000000;
    font-size: 16px;
    font-weight: bolder;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.grid tr td .info .title-arrow-right .arrow-right {
    display: table-cell;
    width: 20px;
    font-size: 15px;
    color: #8E8E93;
    text-align: right;
}

.grid tr td .info .title-desc {
    margin-top: 10px;
    width: 100%;
}

.grid tr td .info .title-desc .title {
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 45px;
}

.grid tr td .info .title-desc .desc {
    font-size: 14px;
    color: #8E8E93;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.grid tr td:nth-of-type(2n+2) {
    border-right: none;
}

.grid tr:first-child td {
    border-top: 1px solid #e1e2e7;
}

.list {
    width: 100%;
    table-layout: fixed;
}

.list tr {
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    background-color: #ffffff;
    display: block;
    margin-top: 6px;
    padding: 0 5%;
}

.list tr td {
    padding: 15px 0;
}

.list tr td.user-logo {
    width: 20%;
    vertical-align: middle;
}

.list tr td.user-logo a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-radius: 50% 50%;
    overflow: hidden;
    margin: 0;
}

.list tr td.user-logo a img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.list tr td.user-info {
    width: 60%;
    vertical-align: middle;
    padding: 0 5%;
}

.list tr td.user-info .job {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #000000;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list tr td.user-info .worker {
    font-size: 15px;
    color: #000000;
}

.list tr td.user-info .zan-comment {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #8E8E93;
    font-size: 15px;
}

.list tr td.user-info .zan-comment .zan {
    display: table-cell;
    width: 50%;
    text-align: left;
}

.list tr td.user-info .zan-comment .comment {
    display: table-cell;
    width: 50%;
    text-align: right;
    background-color: transparent;
}

.list tr td.user-more {
    width: 20%;
    vertical-align: middle;
    text-align: right;
}

.list tr td.user-more a {
    display: inline-block;
}

.list tr td.user-more a span.circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50% 50%;
    background-color: #E1E2E7;
}

.page-header {
    background-color: #F5F5F7;
    padding: 40px 5% 20px 5%;
    margin: 0;
    font-size: 17px;
    color: #000000;
    border-bottom: 1px solid #e1e2e7;
}

.page-header a {
    color: #000000;
}

.actionSheetPopupStatic,
.actionSheetPopup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 140;
}

.actionSheetPopupStatic .actionSheet-content,
.actionSheetPopup .actionSheet-content {
    background-color: #ffffff;
    width: 90%;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 5%;
    bottom: 70px;
    z-index: 3;
}

.actionSheetPopupStatic .actionSheet-content .actionSheet-list .item,
.actionSheetPopup .actionSheet-content .actionSheet-list .item {
    border-bottom: 1px solid #e4e3e6;
    padding: 10px 10%;
}

.actionSheetPopupStatic .actionSheet-content .actionSheet-list .item a,
.actionSheetPopup .actionSheet-content .actionSheet-list .item a {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.actionSheetPopupStatic .actionSheet-content .actionSheet-list .item a .title,
.actionSheetPopup .actionSheet-content .actionSheet-list .item a .title {
    display: table-cell;
    width: 80%;
    text-align: left;
    color: #000000;
    font-size: 16px;
}

.actionSheetPopupStatic .actionSheet-content .actionSheet-list .item a .symbol,
.actionSheetPopup .actionSheet-content .actionSheet-list .item a .symbol {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: right;
}

.actionSheetPopupStatic .actionSheet-content .actionSheet-list .item a .symbol .circle,
.actionSheetPopup .actionSheet-content .actionSheet-list .item a .symbol .circle {
    border: 1px solid #e1e2e7;
    width: 10px;
    height: 10px;
    border-radius: 50% 50%;
    overflow: hidden;
    display: inline-block;
}

.actionSheetPopupStatic .actionSheet-content .actionSheet-closed,
.actionSheetPopup .actionSheet-content .actionSheet-closed {
    background-color: #EFEFF4;
    text-align: center;
    color: #0067b8;
    padding: 10px 8%;
    font-size: 16px;
}

.actionSheetPopupStatic .cover-bg,
.actionSheetPopup .cover-bg {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.68);
    opacity: 0.2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.alertPopup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 140;
    width: 100%;
    height: 100%;
}

.alertPopup .alert-content {
    background-color: #ffffff;
    width: 90%;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 5%;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.alertPopup .alert-content .tip {
    color: #0067b8;
    font-size: 16px;
    padding: 40px 0;
}

.alertPopup .alert-content .alertPopup-closed {
    background-color: #EFEFF4;
    text-align: center;
    color: #000000;
    padding: 10px 8%;
    font-size: 16px;
    border-top: 1px solid #e4e3e6;
}

.alertPopup .cover-bg {
    position: absolute;
    background-color: rgba(0, 0, 0);
    opacity: 0.2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.confirmPopup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 140;
    width: 100%;
    height: 100%;
}

.confirmPopup .confirm-content {
    background-color: #ffffff;
    width: 90%;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 5%;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.confirmPopup .confirm-content .title {
    background-color: #0067b8;
    color: #ffffff;
    padding: 15px 0;
    font-size: 16px;
    border-bottom: 1px solid #e4e3e6;
}

.confirmPopup .confirm-content .tip {
    color: #000000;
    font-size: 16px;
    padding: 40px 0;
}

.confirmPopup .confirm-content .confirm-action {
    background-color: #EFEFF4;
    text-align: center;
    color: #000000;
    font-size: 16px;
    border-top: 1px solid #e4e3e6;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.confirmPopup .confirm-content .confirm-action .cancel {
    display: table-cell;
    width: 50%;
    padding: 10px 0;
}

.confirmPopup .confirm-content .confirm-action .ok {
    display: table-cell;
    width: 50%;
    color: #0067b8;
    padding: 10px 0;
    border-left: 1px solid #e4e3e6;
}

.confirmPopup .cover-bg {
    position: absolute;
    background-color: rgba(0, 0, 0);
    opacity: 0.2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.typeModule {
    border-bottom: 1px solid #e1e2e7;
}

.typeModule .typeModule-header {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 0 5px 0;
    background-color: #E1E2E7;
    border-top: 1px solid #e1e2e7;
}

.typeModule .typeModule-header .item {
    display: table-cell;
    width: 50%;
    text-align: center;
    overflow: hidden;
}

.typeModule .typeModule-header .item a {
    border: 1px solid #e1e2e7;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 15px;
    color: #8E8E93;
    font-size: 15px;
    background-color: #ffffff;
    overflow: hidden;
}

.typeModule .typeModule-header .item a span.icon {
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}

.typeModule .typeModule-header .active a {
    border-color: #0067b8;
    color: #0067b8;
}

.typeModule .typeModule-header .active a span.icon {
    transform: rotate(180deg);
}

.typeModule .typeModule-body {
    width: 100%;
    padding-bottom: 15px;
    background-color: #e0e1e6;
    display: none;
}

.typeModule .typeModule-body .triangle_border_up {
    width: 0;
    height: 0;
    border-width: 0 12px 12px;
    border-style: solid;
    border-color: transparent transparent #e1e2e7;
    position: relative;
    margin-top: 0;
    margin-left: 25%;
    top: 1px;
}

.typeModule .typeModule-body .triangle_border_up span {
    display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #EFEFF4;
    position: absolute;
    top: 2px;
    left: -10px;
}

.typeModule .typeModule-body .typeModule-content {
    width: 90%;
    margin: 0 auto;
    background-color: #EFEFF4;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 0 0 0;
    border: 1px solid #e1e2e7;
}

.typeModule .typeModule-body .typeModule-content table {
    width: 100%;
}

.typeModule .typeModule-body .typeModule-content table tr td {
    text-align: center;
    padding: 5px 0;
}

.typeModule .typeModule-body .typeModule-content table tr td a {
    display: inline-block;
    width: auto;
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px 3px;
}

.typeModule .typeModule-body .typeModule-content table tr td a span {
    color: #000000;
    font-size: 16px;
}

.typeModule .typeModule-body .typeModule-content table tr td .active {
    border: 1px solid #0067b8;
}

.typeModule .typeModule-body .typeModule-content table tr td .active span {
    color: #0067b8;
}

.typeModule .typeModule-body .typeModule-content .typeModule-action {
    background-color: #EFEFF4;
    text-align: center;
    color: #000000;
    font-size: 16px;
    border-top: 1px solid #e4e3e6;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 10px;
}

.typeModule .typeModule-body .typeModule-content .typeModule-action .cancel {
    /*display: table-cell;*/
    width: 50%;
    /*padding: 10px 0;*/
    display: none;
    padding: 0;
    margin: 0;
}

.typeModule .typeModule-body .typeModule-content .typeModule-action .ok {
    /*display: table-cell;*/
    width: 50%;
    /*color: #0067b8;*/
    /*padding: 10px 0;*/
    display: none;
    padding: 0;
    margin: 0;
    border-left: 1px solid #e4e3e6;
}

.typeModule .typeModule-body-right .triangle_border_up {
    margin-left: 75%;
}

.login-web-tip {
    margin-top: 100px;
}

.login-web-tip div {
    font-size: 14px;
    color: #8E8E93;
    text-align: center;
    margin-top: 6px;
}

.read-fabulous-comment {
    background-color: #F5F5F7;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #e1e2e7;
    border-top: 1px solid #e1e2e7;
    margin-top: 15px;
}

.read-fabulous-comment .cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0 8px 0;
    line-height: normal;
    margin: 0;
}

.read-fabulous-comment .read {
    width: 40%;
}

.read-fabulous-comment .fabulous {
    width: 27%;
}

.read-fabulous-comment .comment-tip {
    width: 33%;
}

.read-fabulous-comment .cell .content {
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    line-height: normal;
}

.read-fabulous-comment .cell .content span,
.read-fabulous-comment .cell .content a {
    color: #8E8E93;
    font-size: 16px;
    line-height: normal;
}

.read-fabulous-comment .cell .active {
    border: 1px solid #e1e2e7;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}

.read-fabulous-comment .read .content span.icon {
    font-size: 17px;
}

.comment {
    background-color: #EFEFF4;
}

.comment .comment-header {
    width: 100%;
    border-bottom: 1px solid #e1e2e7;
    border-top: 1px solid #e1e2e7;
    margin-top: 15px;
    background-color: #E1E2E7;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0 8px 0;
    line-height: normal;
}

.comment .comment-header .open-comment {
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    line-height: normal;
    border: 1px solid #e1e2e7;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.comment .comment-header .open-comment span {
    color: #8E8E93;
    font-size: 16px;
    line-height: normal;
}

.comment .comment-header .open-comment span.down {
    display: inline-block;
}

.comment .comment-header .active {
    border-color: #0067b8;
}

.comment .comment-header .active span {
    color: #0067b8;
}

.comment .comment-header .active span.down {
    transform: rotate(180deg);
}

.comment .comment-body {
    display: none;
    padding-bottom: 25px;
}

.comment .comment-body .send-comment {
    width: 90%;
    margin: 25px 5% 0 5%;
    border: 1px solid #e1e2e7;
    background-color: #E1E2E7;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    border-radius: 10px;
}

.comment .comment-body .send-comment .triangle_border_up {
    width: 0;
    height: 0;
    border-width: 0 12px 12px;
    border-style: solid;
    border-color: transparent transparent #e1e2e7;
    position: relative;
    top: -12px;
    margin-left: 10%;
}

.comment .comment-body .send-comment .triangle_border_up span {
    display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #E1E2E7;
    position: absolute;
    top: 2px;
    left: -10px;
}

.comment .comment-body .send-comment .content {
    width: 90%;
    margin: 10px auto 0 auto;
}

.comment .comment-body .send-comment .content form {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.comment .comment-body .send-comment .content form .input {
    display: table-cell;
    width: 70%;
    text-align: center;
    vertical-align: middle;
}

.comment .comment-body .send-comment .content form .input input {
    background-color: #ffffff;
    border: 1px solid #e1e2e7;
    border-radius: 5px;
    /*overflow: hidden;*/
    width: 100%;
    color: #8E8E93;
    font-size: 15px;
    padding: 8px 10px;
    outline: none;
}

.comment .comment-body .send-comment .content form .btn {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    padding: 0;
    margin-bottom: 0;
    line-height: normal;
    text-align: right;
    border: none;
    border-radius: 0;
}

.comment .comment-body .send-comment .content form .btn button {
    background-color: #0067b8;
    border: 1px solid #0067b8;
    border-radius: 5px;
    overflow: hidden;
    width: 85%;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 10px;
    outline: none;
}

.comment .comment-body .send-comment .tip {
    color: #000000;
    font-size: 11px;
    padding-bottom: 20px;
    padding-top: 5px;
    width: 93%;
    margin: 5px auto 0 auto;
    text-align: left;
}

@media (min-width: 350px) {
    .comment .comment-body .send-comment .tip {
        width: 90%;
        font-size: 13px;
    }
}

.comment .comment-body .comment-list {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e1e2e7;
    width: 90%;
    margin: 15px auto;
    padding: 15px 0;
    background-color: #ffffff;
}

.comment .comment-body .comment-list .content .list .item {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-top: 10px;
}

.comment .comment-body .comment-list .content .list .item .user-logo {
    display: table-cell;
    width: 20%;
    vertical-align: top;
    background-color: transparent;
}

.comment .comment-body .comment-list .content .list .item .user-logo .img-cover {
    background-color: transparent;
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 0;
    padding-bottom: 80%;
    border-radius: 50% 50%;
}

.comment .comment-body .comment-list .content .list .item .user-logo .img-cover img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.comment .comment-body .comment-list .content .list .item .user-info {
    display: table-cell;
    width: 80%;
    vertical-align: top;
    padding: 0 4% 0 0;
}

.comment .comment-body .comment-list .content .list .item .user-info .form {
    width: 100%;
    margin: 15px 0 0 0;
    background-color: #E1E2E7;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    border-radius: 5px;
    padding-bottom: 10px;
    border: 1px solid #e1e2e7;
}

.comment .comment-body .comment-list .content .list .item .user-info .form .triangle_border_up {
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #e1e2e7;
    position: relative;
    top: -10px;
    margin-left: 4%;
}

.comment .comment-body .comment-list .content .list .item .user-info .form .triangle_border_up span {
    display: block;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #E1E2E7;
    position: absolute;
    top: 2px;
    left: -8px;
}

.comment .comment-body .comment-list .content .list .item .user-info .form .back-content form {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 3%;
}

.comment .comment-body .comment-list .content .list .item .user-info .form .back-content form .input {
    display: table-cell;
    width: 70%;
    text-align: center;
    vertical-align: middle;
}

.comment .comment-body .comment-list .content .list .item .user-info .form .back-content form .input input {
    background-color: #ffffff;
    border: 1px solid #e1e2e7;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    color: #8E8E93;
    font-size: 15px;
    padding: 8px 10px;
    outline: none;
}

.comment .comment-body .comment-list .content .list .item .user-info .form .back-content form .btn {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    padding: 0;
    margin-bottom: 0;
    line-height: normal;
    text-align: right;
    border: none;
    border-radius: 0;
}

.comment .comment-body .comment-list .content .list .item .user-info .form .back-content form .btn button {
    background-color: #0067b8;
    border: 1px solid #0067b8;
    border-radius: 5px;
    overflow: hidden;
    width: 90%;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 10px;
    outline: none;
}

.comment .comment-body .comment-list .content .list .item .user-info .header-info {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.comment .comment-body .comment-list .content .list .item .user-info .header-info .user-name {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    color: #818083;
    font-size: 15px;
}

.comment .comment-body .comment-list .content .list .item .user-info .header-info .user-fabulous {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    text-align: right;
}

.comment .comment-body .comment-list .content .list .item .user-info .header-info .user-fabulous a {
    color: #818083;
}

.comment .comment-body .comment-list .content .list .item .user-info .header-info .user-fabulous a span {
    color: #818083;
    font-size: 15px;
}

.comment .comment-body .comment-list .content .list .item .user-info .header-info .user-fabulous a span.icon {
    display: inline-block;
    margin-right: 1px;
}

.comment .comment-body .comment-list .content .list .item .user-info .send-info {
    color: #818083;
    font-size: 15px;
    margin-top: 5px;
}

.comment .comment-body .comment-list .content .list .item .user-info .time {
    color: #bdbdbd;
    font-size: 14px;
    margin-top: 3px;
    border-bottom: 1px solid #e1e2e7;
    padding-bottom: 10px;
    position: relative;
}

.comment .comment-body .comment-list .content .list .item .user-info .time .back-button {
    position: absolute;
    right: 0;
    top: 0;
}

.comment .comment-body .comment-list .content .list .item .user-info .back-comment .form {
    display: none;
}

.comment .comment-body .comment-list .content .list .item .user-info .back-comment .back-list .back-item .back-header .back-title {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 0 0 0;
}

.comment .comment-body .comment-list .content .list .item .user-info .back-comment .back-list .back-item .back-header .back-title .back-btn {
    display: table-cell;
    width: 50%;
}

.comment .comment-body .comment-list .content .list .item .user-info .back-comment .back-list .back-item .back-header .back-title .back-btn a {
    color: #818083;
    font-size: 15px;
}

.comment .comment-body .comment-list .content .list .item .user-info .back-comment .back-list .back-item .back-header .back-title .icon {
    display: table-cell;
    width: 50%;
    text-align: right;
}

.comment .comment-body .comment-list .content .list .item .user-info .back-comment .back-list .back-item .back-header .back-title .icon a {
    color: #818083;
    font-size: 15px;
}

.comment .comment-body .comment-list .content .list .item .user-info .back-comment .back-list .back-item .back-header .back-title .icon a span {
    color: #818083;
    font-size: 15px;
}

.comment .comment-body .comment-list .content .list .item .user-info .back-comment .back-list .back-item .back-header .back-title .icon a span.icon {
    display: inline-block;
    margin-right: 1px;
}

.comment .comment-body .comment-list .content .list .item .user-info .back-comment .back-list .back-item .back-body .back-info {
    color: #818083;
    font-size: 15px;
    margin-top: 5px;
}

.resource-read {
    font-size: 15px;
    color: #8E8E93;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.resource-read .resource {
    display: inline-block;
    margin-right: 15px;
}

.title-more-fixed {
    position: fixed !important;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.header-nav-fixed {
    position: fixed !important;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1000;
    background-color: #f7f8f9;
}

.navigation .header {
    display: table;
    table-layout: fixed;
    padding: 15px 5%;
    background-color: #ffffff;
    width: 100%;
    border-bottom: 1px solid #e1e2e7;
}

.navigation .header-fixed {
    position: fixed !important;
    left: 0;
    z-index: 100000;
    top: 0;
}

.navigation .header span {
    color: #000000;
    font-size: 25px;
}

.navigation .header .btn-menu {
    width: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.navigation .header .logo {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.navigation .header .logo a img {
    height: 41px;
}

.navigation .header .languages {
    width: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.navigation .header .search {
    width: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.navigation .header {
    height: 65px;
}

.navigation .navigation-menu {
    overflow: scroll;
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 100;
    background-color: #EFEFF4;
    padding-bottom: 80px;
    padding-top: 65px;
}

.navigation .navigation-menu .menu-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-justify-content: start;
    justify-content: start;
    width: 100%;
}

.navigation .navigation-menu .menu-header .toJump {
    width: 70%;
    text-align: left;
}

.navigation .navigation-menu .menu-header .toJump a {
    display: block;
    width: 100%;
}

.navigation .navigation-menu .menu-header .toJumpOnly {
    width: 100%;
}

.navigation .navigation-menu .menu-header .toOpen {
    width: 30%;
    text-align: right;
}

.navigation .navigation-menu ul ul {
    display: none;
}

.navigation .navigation-menu > ul > li {
    margin-top: 6px;
}

.navigation .navigation-menu > ul > li > .menu-header {
    background-color: #ffffff;
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    padding: 10px 5%;
}

.navigation .navigation-menu > ul > li > .menu-header > .toJump a {
    color: #000000;
    font-size: 15px;
}

.navigation .navigation-menu > ul > li > .menu-header > .toOpen span {
    color: #8E8E93;
    font-size: 15px;
    display: inline-block;
}

.navigation .navigation-menu > ul > li > ul > li > .menu-header {
    background-color: #EFEFF4;
    border-bottom: 1px solid #e1e2e7;
    padding: 10px 5%;
}

.navigation .navigation-menu > ul > li > ul > li > .menu-header > .toJump a {
    color: #000000;
    font-size: 15px;
}

.navigation .navigation-menu > ul > li > ul > li > .menu-header > .toOpen span {
    color: #8E8E93;
    font-size: 15px;
    display: inline-block;
}

.navigation .navigation-menu > ul > li > ul > li > ul > li > .menu-header {
    background-color: #E1E2E7;
    border-bottom: 1px solid #9a999e;
    padding: 10px 5%;
}

.navigation .navigation-menu > ul > li > ul > li > ul > li > .menu-header > .toJump a {
    color: #000000;
    font-size: 15px;
}

.navigation .navigation-menu > ul > li > ul > li > ul > li > .menu-header > .toOpen span {
    color: #8E8E93;
    font-size: 15px;
    display: inline-block;
}

.navigation .navigation-menu > ul > li > ul > li > ul > li > ul > li > .menu-header {
    background-color: #e1e2e7;
    border-bottom: 1px solid #9a999e;
    padding: 10px 5%;
}

.navigation .navigation-menu > ul > li > ul > li > ul > li > ul > li > .menu-header > .toJump a {
    color: #000000;
    font-size: 15px;
}

.navigation .navigation-menu > ul > li > ul > li > ul > li > ul > li > .menu-header > .toOpen span {
    color: #8E8E93;
    font-size: 15px;
}

.navigation .navigation-menu > ul > li > ul > li > ul > li.active > .menu-header > .toOpen span {
    transform: rotate(90deg);
    transition: all 0.3s;
}

.navigation .navigation-menu > ul > li > ul > li.active > .menu-header > .toOpen span {
    transform: rotate(90deg);
    transition: all 0.3s;
}

.navigation .navigation-menu > ul > li.active > .menu-header {
    background-color: #0067b8;
}

.navigation .navigation-menu > ul > li.active > .menu-header > .toJump a {
    color: #ffffff;
}

.navigation .navigation-menu > ul > li.active > .menu-header > .toOpen span {
    transform: rotate(90deg);
    transition: all 0.3s;
    color: #e1e2e7;
}

.navigation .languageModule {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 100;
    background-color: #EFEFF4;
    padding-bottom: 80px;
    padding-top: 65px;
    overflow: hidden;
    display: none;
}

.navigation .languageModule .languageModule-content .language-list .item {
    background-color: #ffffff;
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    margin-top: 6px;
    padding: 10px 0 5px 0;
    text-align: center;
}

.navigation .languageModule .languageModule-content .language-list .item a {
    display: inline-block;
    border: 1px solid #e1e2e7;
    width: auto;
    padding: 6px 15px;
    overflow: hidden;
    border-radius: 20px;
}

.navigation .languageModule .languageModule-content .language-list .item a img {
    width: 23px;
    height: 16px;
}

.navigation .languageModule .languageModule-content .language-list .item a span {
    color: #000000;
    font-size: 15px;
}

.navigation .languageModule .languageModule-content .language-list .active a {
    background-color: #E1E2E7;
}

.navigation .languageModule .languageModule-content .history {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    margin-top: 15px;
    padding: 10px 5%;
}

.navigation .languageModule .languageModule-content .history .title {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navigation .languageModule .languageModule-content .history .title a {
    display: inline;
    width: 100%;
}

.navigation .languageModule .languageModule-content .history .title a span {
    color: #000000;
    font-size: 17px;
}

.navigation .languageModule .languageModule-content .history a {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
    text-align: right;
}

.navigation .languageModule .languageModule-content .history a span {
    color: #8E8E93;
    font-size: 15px;
}

.navigation .searchModule {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 100;
    background-color: #EFEFF4;
    padding-bottom: 80px;
    padding-top: 65px;
    overflow: hidden;
    display: none;
}

.navigation .searchModule .page-header .form form {
    background-color: #E1E2E7;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 1px 0;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.navigation .searchModule .page-header .form form button {
    background-color: transparent;
    display: table-cell;
    border: none;
    outline: none;
    color: #8E8E93;
    font-size: 15px;
    width: 60px;
}

.navigation .searchModule .page-header .form form input {
    padding: 5px 0;
    color: #8E8E93;
    font-size: 15px;
    display: table-cell;
    border: none;
    outline: none;
    background-color: transparent;
    width: 70%;
}

.navigation .searchModule .web-member {
    margin-top: 15px;
}

.navigation .searchModule .web-member .web-member-header a {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    padding: 10px 5%;
}

.navigation .searchModule .web-member .web-member-header a .title {
    display: table-cell;
    width: 50%;
    font-size: 17px;
    color: #0067b8;
}

.navigation .searchModule .web-member .web-member-header a .arrow {
    display: table-cell;
    width: 50%;
    text-align: right;
}

.navigation .searchModule .web-member .web-member-header a .arrow span {
    color: #8E8E93;
    font-size: 15px;
}

.navigation .searchModule .web-member .web-member-header a .arrow span.icon {
    color: #0067b8;
    font-size: 15px;
    display: inline-block;
}

.navigation .searchModule .web-member .web-member-header a .arrow span.arrow-right {
    display: none;
}

.navigation .searchModule .web-member .web-member-header a .arrow span.arrow-up {
    display: inline-block;
}

.navigation .searchModule .web-member .web-member-header a.collapsed {
    background-color: #ffffff;
}

.navigation .searchModule .web-member .web-member-header a.collapsed .title {
    color: #000000;
}

.navigation .searchModule .web-member .web-member-header a.collapsed .arrow span {
    color: #000000;
}

.navigation .searchModule .web-member .web-member-header a.collapsed .arrow span.icon {
    color: #8E8E93;
}

.navigation .searchModule .web-member .web-member-header a.collapsed .arrow span.arrow-right {
    display: inline-block;
}

.navigation .searchModule .web-member .web-member-header a.collapsed .arrow span.arrow-up {
    display: none;
}

.navigation .searchModule .web-member .web-member-body .list .item {
    border-bottom: 1px solid #e1e2e7;
    background-color: #ffffff;
    padding: 10px 5%;
}

.navigation .searchModule .web-member .web-member-body .list .item a {
    color: #000000;
    font-size: 17px;
    display: block;
}

.navigation .searchModule .web-member .COPYRIGHT {
    margin-top: 40px;
}

.navigation .searchModule .web-member .COPYRIGHT p {
    margin: 10px auto 0 auto;
    text-align: center;
    width: 95%;
    padding: 0;
    font-size: 14px;
    color: #8E8E93;
    line-height: normal;
}

.navigation .loginModule {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 100;
    background-color: #EFEFF4;
    padding-bottom: 80px;
    padding-top: 65px;
    display: none;
}

.navigation .loginModule .form form .input {
    margin-top: 6px;
    width: 100%;
}

.navigation .loginModule .form form .input input {
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    border-left: none;
    border-right: none;
    color: #8E8E93;
    width: 100%;
    padding: 10px 5%;
    font-size: 16px;
    background-color: #ffffff;
}

.navigation .loginModule .form form .tip {
    text-align: right;
    padding: 10px 5%;
    margin-top: 6px;
    width: 100%;
}

.navigation .loginModule .form form .tip a {
    font-size: 15px;
    color: #8E8E93;
}

.navigation .loginModule .form form .tip span {
    font-size: 15px;
    color: #8E8E93;
}

.navigation .loginModule .form form .submit {
    margin-top: 6px;
    width: 100%;
}

.navigation .loginModule .form form .submit button {
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    border-left: none;
    border-right: none;
    color: #0067b8;
    width: 100%;
    padding: 10px 5%;
    font-size: 16px;
    background-color: #ffffff;
}

.navigation .registerModule {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 100;
    background-color: #EFEFF4;
    padding-bottom: 80px;
    padding-top: 65px;
    overflow: scroll;
    display: none;
}

.navigation .registerModule .form form .input {
    margin-top: 6px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.navigation .registerModule .form form .input p.send_code {
    position: absolute;
    right: 0;
    top: 1px;
    height: calc(100% - 2px);
    width: 80px;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 14px;
    background-color: #ffffff;
}

.navigation .registerModule .form form .input input {
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    border-left: none;
    border-right: none;
    color: #8E8E93;
    width: 100%;
    padding: 10px 5%;
    font-size: 16px;
    background-color: #ffffff;
}

.navigation .registerModule .form form .code {
    margin-top: 6px;
    width: 100%;
    position: relative;
}

.navigation .registerModule .form form .code input {
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    border-left: none;
    border-right: none;
    color: #8E8E93;
    width: 100%;
    padding: 10px 15% 10px 5%;
    font-size: 16px;
    background-color: #ffffff;
    display: inline-block;
}

.navigation .registerModule .form form .code button {
    display: inline-block;
    font-size: 16px;
    border: none;
    outline: none;
    color: #8E8E93;
    position: absolute;
    right: 0;
    top: 1px;
    padding: 10px 15px;
    background-color: transparent;
}

.navigation .registerModule .form form .code .verifycode {
    position: absolute;
    right: 0;
    height: calc(100% - 2px);
    top: 1px;
}

.navigation .registerModule .form form .code .verifycode img {
    height: 100%;
    width: 80px;
}

.navigation .registerModule .form form .code .verifycode a {
    display: inline-block;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 14px;
    color: #8E8E93;
}

.navigation .registerModule .form form .tip {
    text-align: right;
    padding: 10px 5%;
    margin-top: 6px;
    width: 100%;
}

.navigation .registerModule .form form .tip a {
    font-size: 15px;
    color: #8E8E93;
}

.navigation .registerModule .form form .tip span {
    font-size: 15px;
    color: #8E8E93;
}

.navigation .registerModule .form form .submit {
    margin-top: 6px;
    width: 100%;
}

.navigation .registerModule .form form .submit button {
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    border-left: none;
    border-right: none;
    color: #0067b8;
    width: 100%;
    padding: 10px 5%;
    font-size: 16px;
    background-color: #ffffff;
}

.navigation .retrievePasswordModule {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 100;
    background-color: #EFEFF4;
    padding-bottom: 80px;
    padding-top: 65px;
    overflow: scroll;
    display: none;
}

.navigation .retrievePasswordModule .form form .input {
    margin-top: 6px;
    width: 100%;
    position: relative;
}

.navigation .retrievePasswordModule .form form .input p.send_code {
    position: absolute;
    right: 0;
    top: 1px;
    height: calc(100% - 2px);
    width: 80px;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 14px;
    background-color: #ffffff;
}

.navigation .retrievePasswordModule .form form .input input {
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    border-left: none;
    border-right: none;
    color: #8E8E93;
    width: 100%;
    padding: 10px 5%;
    font-size: 16px;
    background-color: #ffffff;
}

.navigation .retrievePasswordModule .form form .code {
    margin-top: 6px;
    width: 100%;
    position: relative;
}

.navigation .retrievePasswordModule .form form .code input {
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    border-left: none;
    border-right: none;
    color: #8E8E93;
    width: 100%;
    padding: 10px 15% 10px 5%;
    font-size: 16px;
    background-color: #ffffff;
    display: inline-block;
}

.navigation .retrievePasswordModule .form form .code button {
    display: inline-block;
    font-size: 16px;
    border: none;
    outline: none;
    color: #8E8E93;
    position: absolute;
    right: 0;
    top: 1px;
    padding: 10px 15px;
    background-color: transparent;
}

.navigation .retrievePasswordModule .form form .code .verifycode {
    position: absolute;
    right: 0;
    height: calc(100% - 2px);
    top: 1px;
}

.navigation .retrievePasswordModule .form form .code .verifycode img {
    height: 100%;
    width: 80px;
}

.navigation .retrievePasswordModule .form form .code .verifycode a {
    display: inline-block;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 14px;
    color: #8E8E93;
}

.navigation .retrievePasswordModule .form form .tip {
    text-align: right;
    padding: 10px 5%;
    margin-top: 6px;
    width: 100%;
}

.navigation .retrievePasswordModule .form form .tip a {
    font-size: 15px;
    color: #8E8E93;
}

.navigation .retrievePasswordModule .form form .tip span {
    font-size: 15px;
    color: #8E8E93;
}

.navigation .retrievePasswordModule .form form .submit {
    margin-top: 6px;
    width: 100%;
}

.navigation .retrievePasswordModule .form form .submit button {
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    border-left: none;
    border-right: none;
    color: #0067b8;
    width: 100%;
    padding: 10px 5%;
    font-size: 16px;
    background-color: #ffffff;
}

.indexMoudle .header {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 110;
}

.index-banner {
    width: 100%;
    /*overflow: hidden;*/
}

.index-banner .index-banner-container {
    width: 100%;
    overflow: hidden;
}

.index-banner .index-banner-container .swiper-wrapper .swiper-slide {
    position: relative;
}

.index-banner .index-banner-container .swiper-wrapper .swiper-slide .video-cover {
    background-color: rgba(0, 0, 0, 0.68);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.5s;
    opacity: 1;
    display: none;
}

.index-banner .index-banner-container .swiper-wrapper .swiper-slide .video-cover span {
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    margin-top: -0.7em;
    margin-left: -0.7em;
}

.index-banner .index-banner-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block;
}

.web-theme {
    background-color: #ffffff;
    padding: 15px 5%;
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.web-theme .title {
    color: #000000;
    font-size: 20px;
    font-weight: bolder;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.web-theme .desc {
    color: #000000;
    font-size: 15px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.quickly-icon {
    margin-top: 15px;
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
    margin-bottom: 6px;
}

.quickly-icon .quickly-icon-container .swiper-wrapper .swiper-slide {
    padding-right: 15px;
    margin: 5px 0 0 0;
}

.quickly-icon .quickly-icon-container .swiper-wrapper .swiper-slide a {
    text-align: center;
    display: inline-block;
    width: auto;
}

.quickly-icon .quickly-icon-container .swiper-wrapper .swiper-slide a .svg-border {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    padding-bottom: 5px;
}

.quickly-icon .quickly-icon-container .swiper-wrapper .swiper-slide a .svg-border img.svg,
.quickly-icon .quickly-icon-container .swiper-wrapper .swiper-slide a .svg-border svg {
    width: 100%;
    height: 100%;
}

.quickly-icon .quickly-icon-container .swiper-wrapper .swiper-slide a span.name {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
}

.aboutUs {
    margin-top: 0px;
    width: 100%;
    overflow: hidden;
}

.aboutUs .video {
    width: 100%;
    margin-top: 6px;
    background-color: #ffffff;
    padding: 15px 0;
    border-top: 1px solid #e1e2e7;
}

.aboutUs .video .video-content {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.aboutUs .video .video-content .video-cover {
    background-color: rgba(0, 0, 0, 0.68);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.5s;
    opacity: 1;
    display: none;
}

.aboutUs .video .video-content .video-cover span {
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    margin-top: -0.7em;
    margin-left: -0.7em;
}

.aboutUs .video .video-content .play {
    opacity: 0;
}

.aboutUs .list {
    background-color: #E1E2E7;
    padding: 15px 0;
    width: 100%;
    border-top: 1px solid #e1e2e7;
}

.aboutUs .list .list-outer {
    width: 90%;
    margin: 0 auto;
}

.aboutUs .list .list-outer .item {
    padding-left: 0;
    padding-right: 0;
    width: 32%;
    position: relative;
}

.aboutUs .list .list-outer .item a img {
    width: 100%;
}

.aboutUs .list .list-outer .item a .img-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
}

.aboutUs .list .list-outer .item a .img-cover .cover-table {
    display: table;
    width: 100%;
    height: 100%;
}

.aboutUs .list .list-outer .item a .img-cover .cover-table .cover-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
}

.aboutUs .list .list-outer .item a .img-cover .cover-table .cover-cell img.svg,
.aboutUs .list .list-outer .item a .img-cover .cover-table .cover-cell svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

.aboutUs .list .list-outer .item a .img-cover .cover-table .cover-cell p {
    margin: -3px 0 0 0;
    padding: 0;
    color: #ffffff;
    line-height: normal;
}

.aboutUs .list .list-outer .item:nth-of-type(3n+2) {
    margin: 0 2%;
}

.brandPlanning {
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    background-color: #ffffff;
    padding: 30px 5%;
    width: 100%;
    overflow: hidden;
}

.brandPlanning .title {
    color: #000000;
    font-size: 17px;
    font-weight: bolder;
}

.brandPlanning .content .p {
    color: #000000;
    font-size: 15px;
    text-indent: 2rem;
    line-height: 1.8;
    margin-top: 15px;
}

.data-show {
    margin-top: 15px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.data-show:after {
    background: rgba(0, 0, 0, 0.62) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.data-show .header-nav {
    background-color: transparent;
    border: none;
}

.data-show .header-nav .data-show-container .swiper-wrapper .swiper-slide {
    padding: 0 15px;
}

.data-show .header-nav .data-show-container .swiper-wrapper .swiper-slide a .num {
    margin: 0;
    padding: 0;
}

.data-show .header-nav .data-show-container .swiper-wrapper .swiper-slide a .num .counter {
    color: #ffffff;
    font-size: 28px;
    font-weight: bolder;
}

.data-show .header-nav .data-show-container .swiper-wrapper .swiper-slide a .num .flg {
    color: #ffffff;
    font-size: 28px;
    vertical-align: super;
    font-weight: normal;
}

.data-show .header-nav .data-show-container .swiper-wrapper .swiper-slide a .title {
    margin: -2px 0 0 0;
    padding: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
}

.information {
    margin-top: 15px;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.information .information-banner {
    background-color: #F5F5F7;
    padding: 15px 0 0 0;
    margin-top: 6px;
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
}

.information .information-banner .information-banner-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.information .information-banner .information-banner-container .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.information .information-banner .information-banner-container .swiper-wrapper .swiper-slide .cover-img {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.information .information-banner .information-banner-container .swiper-wrapper .swiper-slide .update {
    background-color: #ffffff;
    display: table;
    table-layout: fixed;
    padding: 15px 5%;
    margin-top: 15px;
    width: 100%;
}

.information .information-banner .information-banner-container .swiper-wrapper .swiper-slide .update .info {
    width: 80%;
    padding-right: 15px;
    display: table-cell;
    overflow: hidden;
}

.information .information-banner .information-banner-container .swiper-wrapper .swiper-slide .update .info .title {
    color: #0067b8;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.information .information-banner .information-banner-container .swiper-wrapper .swiper-slide .update .info .desc {
    color: #000000;
    font-size: 18px;
    margin-top: 5px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 46px;
}

.information .information-banner .information-banner-container .swiper-wrapper .swiper-slide .update .date {
    width: 20%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.information .information-banner .information-banner-container .swiper-wrapper .swiper-slide .update .date .date-content {
    background-color: #0067b8;
    padding: 6px 5px;
    border-radius: 5px;
}

.information .information-banner .information-banner-container .swiper-wrapper .swiper-slide .update .date .date-content .day {
    color: #ffffff;
    font-size: 17px;
    font-weight: bolder;
    line-height: 23px;
}

.information .information-banner .information-banner-container .swiper-wrapper .swiper-slide .update .date .date-content .ym {
    color: #ffffff;
    font-size: 15px;
    margin-top: -2px;
}

.information .information-banner .information-banner-container .swiper-pagination {
    bottom: 125px;
}

.information table.information-list tr td.info {
    width: 80%;
    padding-right: 15px;
    display: inline-block;
}

.information table.information-list tr td.info .title {
    font-size: 15px;
    color: #8E8E93;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.information table.information-list tr td.info .desc {
    margin-top: 5px;
    overflow: hidden;
}

.information table.information-list tr td.info .desc a {
    color: #000000;
    font-size: 18px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
}

.information table.information-list tr td.img {
    width: 16%;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}

.information table.information-list tr td.img a {
    width: 95%;
    max-width: 95%;
    margin-left: 5%;
    overflow: hidden;
    padding-bottom: 95%;
    height: 0;
    position: relative;
    display: block;
}

.information table.information-list tr td.img a img {
    height: 100%;
    position: absolute;
    left: -38%;
    top: 0;
    max-width: initial;
}

.RDInnovation {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}

.RDInnovation .information-list {
    table-layout: fixed;
    width: 100%;
}

.RDInnovation .information-list tr td.img {
    width: 40%;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    /*display: inline-block;*/
}

.RDInnovation .information-list tr td.img img {
    width: 100%;
}

.RDInnovation .information-list tr td.info {
    width: 60%;
    padding-left: 15px;
    /*display: inline-block;*/
    /*float: right;*/
}

.RDInnovation .information-list tr td.info .title {
    font-size: 16px;
    font-weight: bolder;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.RDInnovation .information-list tr td.info .desc {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 41px;
}

.productCenter {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}

.productCenter .picture {
    margin-top: 6px;
    background-color: #ffffff;
    padding: 15px 5%;
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
}

.productCenter .picture .img {
    width: 100%;
}

.productCenter .picture .img img {
    width: 100%;
}

.productCenter .picture .info {
    padding: 10px 0 0 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.productCenter .picture .info .title {
    display: table-cell;
    width: 50%;
    color: #000000;
    font-size: 16px;
    font-weight: bolder;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.productCenter .picture .info a {
    display: table-cell;
    width: 50%;
    font-size: 15px;
    color: #0067b8;
    text-align: right;
}

.productCenter .productCenter-desc {
    padding: 15px 5%;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    text-indent: 2rem;
    background-color: #F5F5F7;
    border-bottom: 1px solid #e1e2e7;
}

.industrySolutions {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}

.industrySolutions .header-nav .industrySolutions-container .swiper-wrapper .swiper-slide {
    padding-right: 15px;
    margin: 5px 0 0 0;
}

.industrySolutions .header-nav .industrySolutions-container .swiper-wrapper .swiper-slide a {
    text-align: center;
    display: inline-block;
    width: auto;
}

.industrySolutions .header-nav .industrySolutions-container .swiper-wrapper .swiper-slide a .svg-border {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    padding-bottom: 5px;
}

.industrySolutions .header-nav .industrySolutions-container .swiper-wrapper .swiper-slide a .svg-border img.svg,
.industrySolutions .header-nav .industrySolutions-container .swiper-wrapper .swiper-slide a .svg-border svg {
    width: 100%;
    height: 100%;
    fill: #000000;
}

.industrySolutions .header-nav .industrySolutions-container .swiper-wrapper .swiper-slide a span.name {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
}

.industrySolutions .header-nav .industrySolutions-container .swiper-wrapper .swiper-slide-active2 a .svg-border img.svg,
.industrySolutions .header-nav .industrySolutions-container .swiper-wrapper .swiper-slide-active2 a .svg-border svg {
    fill: #0067b8;
}

.industrySolutions .header-nav .industrySolutions-container .swiper-wrapper .swiper-slide-active2 a span.name {
    color: #0067b8;
}

.caseModule {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}

.publicationModule {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.publicationModule .grid .img {
    padding: 20px 0 20px 0;
    background-color: #E1E2E7;
}

.publicationModule .grid .img img {
    margin: 0 auto;
    width: 60%;
    display: block;
}

.publicationModule .grid .img img.bookshft {
    width: 86%;
    margin: -4px auto 0 auto;
    display: block;
}

.imageModule {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.imageModule .grid .img {
    position: relative;
}

.imageModule .grid .img img {
    width: 100%;
}

.imageModule .grid .img .img-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.32);
}

.imageModule .grid .img .img-cover .table {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
}

.imageModule .grid .img .img-cover .table .icon-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.imageModule .grid .img .img-cover .table .icon-content span {
    color: #ffffff;
    font-size: 28px;
}

.videoModule {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.videoModule .grid .img {
    position: relative;
}

.videoModule .grid .img img {
    width: 100%;
}

.videoModule .grid .img .img-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.32);
}

.videoModule .grid .img .img-cover .table {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
}

.videoModule .grid .img .img-cover .table .icon-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.videoModule .grid .img .img-cover .table .icon-content span {
    color: #ffffff;
    font-size: 28px;
}

.VRPavilion {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.teamSerive {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.teamSerive .teamSerive-content {
    width: 100%;
}

.ourUser {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.ourUser .ourUser-content {
    margin-top: 6px;
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    padding: 0 5%;
    background-color: #FFFFFF;
}

.ourUser .ourUser-content table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: inherit;
}

.ourUser .ourUser-content table tr {
    width: 100%;
    margin: 0;
    padding: 0;
}

.ourUser .ourUser-content table tr td {
    border-top: 1px solid #e1e2e7;
    border-right: 1px solid #e1e2e7;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    width: 25%;
}

.ourUser .ourUser-content table tr td .ourUser-img {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.ourUser .ourUser-content table tr td .ourUser-img img {
    width: 100%;
    display: block;
    transition: all 1s;
    transition-duration: 1s;
    margin: 0 auto;
    padding: 0 1%;
    opacity: 0.8;
}

.ourUser .ourUser-content table tr td:first-child {
    border-left: 1px solid #e1e2e7;
}

.ourUser .ourUser-content table tr:first-child td {
    border-top: none;
}

.needOtherService {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.needOtherService .header-nav-space {
    display: none;
}

.needOtherService .title-more .title {
    width: 100%;
}

.needOtherService .title-more .title span {
    font-weight: 500;
    font-size: 16px;
}

.needOtherService .header-nav {
    background-color: #ffffff;
}

.needOtherService .header-nav .needOtherService-container {
    padding: 15px 0;
}

.needOtherService .header-nav .needOtherService-container .swiper-wrapper .swiper-slide {
    margin: 0;
    padding: 0;
}

.needOtherService .header-nav .needOtherService-container .swiper-wrapper .swiper-slide a .svg-border {
    border: 3px solid #000000;
    width: 90%;
    margin: 0 auto;
    padding: 8px 0;
}

.needOtherService .header-nav .needOtherService-container .swiper-wrapper .swiper-slide a .svg-border object,
.needOtherService .header-nav .needOtherService-container .swiper-wrapper .swiper-slide a .svg-border .svg,
.needOtherService .header-nav .needOtherService-container .swiper-wrapper .swiper-slide a .svg-border svg,
.needOtherService .header-nav .needOtherService-container .swiper-wrapper .swiper-slide a .svg-border img {
    fill: #000000;
    display: block;
    width: 45%;
    height: auto;
    margin: 0 auto;
}

.needOtherService .header-nav .needOtherService-container .swiper-wrapper .swiper-slide a .svg-border .title {
    color: #000000;
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.needOtherService .header-nav .needOtherService-container .swiper-wrapper .swiper-slide-active1 a .svg-border {
    border-color: #0067b8;
    padding: 5px;
}

.needOtherService .header-nav .needOtherService-container .swiper-wrapper .swiper-slide-active1 a .svg-border object,
.needOtherService .header-nav .needOtherService-container .swiper-wrapper .swiper-slide-active1 a .svg-border .svg,
.needOtherService .header-nav .needOtherService-container .swiper-wrapper .swiper-slide-active1 a .svg-border svg,
.needOtherService .header-nav .needOtherService-container .swiper-wrapper .swiper-slide-active1 a .svg-border img {
    fill: #0067b8;
}

.needOtherService .header-nav .needOtherService-container .swiper-wrapper .swiper-slide-active1 a .svg-border .title {
    color: #0067b8;
}

.concat_maiyan {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #e1e2e7;
    border-bottom: 1px solid #e1e2e7;
    background-color: #ffffff;
    padding: 15px 5%;
    margin-top: 6px;
}

.concat_maiyan .code {
    display: table-cell;
    width: 30%;
}

.concat_maiyan .code img {
    width: 100%;
}

.concat_maiyan .tel {
    display: table-cell;
    width: 20%;
    text-align: right;
    vertical-align: top;
    padding-right: 5%;
}

.concat_maiyan .tel span {
    color: #0067b8;
    font-size: 35px;
}

.concat_maiyan .way {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    text-align: left;
}

.concat_maiyan .way .tip {
    font-size: 14px;
    color: #8E8E93;
    text-align: left;
}

.concat_maiyan .way .telNum {
    font-size: 20px;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    margin-top: 5px;
}

.concat_maiyan .way a.once {
    background-color: #0067b8;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}

.copyright {
    padding: 15px 5%;
}

.copyright .text {
    font-size: 14px;
    color: #8E8E93;
    text-align: center;
    margin-top: 6px;
}

.web-bottom {
    background-color: #ffffff;
    border-top: #e1e2e7 1px solid;
    border-bottom: #e1e2e7 1px solid;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 120;
}

.web-bottom .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
}

.web-bottom .table .cell {
    border-left: #e1e2e7 1px solid;
    display: table-cell;
    width: 30%;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0;
    position: relative;
    line-height: normal;
}

.web-bottom .table .cell .actionSheetPopupStatic {
    display: none;
}

.web-bottom .table .cell a {
    color: #000000;
    font-size: 16px;
    display: inline-block;
    width: auto;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.web-bottom .table .cell a span {
    color: #000000;
    font-size: 25px;
    display: inline-block;
}

.web-bottom .table .cell .itemBody {
    position: absolute;
    width: 96%;
    left: 2%;
    bottom: 60px;
    display: none;
}

.web-bottom .table .cell .itemBody ul {
    border: 1px solid #e1e2e7;
    border-radius: 10px;
    background-color: #ffffff;
}

.web-bottom .table .cell .itemBody ul li {
    border-bottom: 1px solid #e1e2e7;
    width: 90%;
    margin: 0 auto;
    padding: 5px 0 3px 0;
}

.web-bottom .table .cell .itemBody ul li a {
    color: #000000;
    font-size: 14px;
}

.web-bottom .table .cell .itemBody ul li:last-child {
    border: none;
}

.web-bottom .table .cell .itemBody .icon-content .triangle_border_down {
    width: 0;
    height: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #e1e2e7 transparent transparent;
    margin: 0 auto;
    position: relative;
    top: -1px;
}

.web-bottom .table .cell .itemBody .icon-content .triangle_border_down span {
    display: block;
    width: 0;
    height: 0;
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #ffffff transparent transparent;
    position: absolute;
    top: -10px;
    left: -8px;
}

.web-bottom .table .bottom_first {
    border: none;
}

.web-bottom .table .bottom_forth {
    width: 15%;
    text-align: center;;
}

.web-bottom-space {
    width: 100%;
    height: 80px;
    background-color: transparent;
}

.teamSerive .serviceTeam-list tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: start;
    -moz-justify-content: start;
    justify-content: start;

    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

/**/
.viewer-container .viewer-next1,
.viewer-container .viewer-prev1 {
    position: absolute;
    top: 25%;
    width: 20%;
    height: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -moz-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;

}

.viewer-container .viewer-prev1 {
    left: 0;
}

.viewer-container .viewer-next1 {
    right: 0;
}

.viewer-container .viewer-prev1 i,
.viewer-container .viewer-next1 i {
    color: #FFFFFF;
    font-size: 13px;
    width: 35px;
    height: 35px;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50% 50%;
    overflow: hidden;
    text-align: center;
    line-height: 35px;
}

/**/
.productCenter .caseModule-grid .grid td .info .title-desc .title,
.productModel .caseModule-grid .grid td .info .title-desc .title {
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}