@charset "utf-8";

.row {
    margin-left: 0;
    margin-right: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

input::-webkit-input-placeholder {
    color: #bbb !important;
}

input::-moz-placeholder {
    color: #bbb !important;
}

input:-ms-input-placeholder {
    color: #bbb !important;
}

body {
    margin: auto;
    font-family: PingFangSC, '\5FAE\8F6F\96C5\9ED1', Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.container {
    width: auto !important;
}

.navbar-brand {
    padding: 10px 15px;
    font-size: 22px;
    line-height: 22px;
    height: 46px;
}

.navbar-eefocus {
    background-color: #cc0001;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-eefocus a,
.navbar-eefocus span {
    color: #ffffff;
}

.navbar-default {
    border-radius: 0;
    font-size: 16px;
}

.navbar-default ul > li {
    display: inline-block !important;
}

.navbar-user .dropdown-menu {
    width: 180px;
    min-width: 180px;
}

.navbar-user .dropdown-menu li {
    display: block !important;
}

.dropdown-menu {
    min-width: 210px;
    background: #f5f5f5;
}

.pi-navbar-nav ul li {
    display: inline-block;
    text-align: center;
    width: 45%;
}

.navbar-nav {
    margin: 0 15px;
}

.new-version-broadcast {
    width: 100%;
    background: rgba(61, 168, 246, 0.1);
    padding: 9px 16px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    margin-top: 74px;
}
.newversion-broadcast p {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #19232E;
}
.newversion-broadcast span {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url('https://eefocus-static.eefcdn.com/images/topic/Utility/information-fill-m@2x.png') no-repeat;
    background-size: 100% 100%;
}
.newversion-broadcast p a {
    color: #426FC4;
    display: initial;
}


.pi-module-content {
    margin-top: 0;
}

.blog-blog-list .panel {
    padding: 0;
}

.article-body img {
    display: block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.navbar-default .nav>.active>a,
.navbar-default .nav>.active>a:hover,
.navbar-default .nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.article-body p,
.article-body div {
    font-size: 16px !important;
}

.media-heading a {
    color: #428bca;
}

.media-body p {
    font-size: 14px;
}

.blog-blog-list .media-heading a {
    color: #428bca;
}

.media-body div {
    font-size: 14px;
    line-height: 20px;
}

.media-body p a,
.media-body div a {
    text-decoration: none;
    color: #969696;
}

.comment-item .muted {
    display: block;
}

.navbar-right {
    float: right;
    margin: 0 10px 0 0;
}

.pi-footer {
    padding: 30px 0;
    background-color: #4e4e4e;
    color: #999;
    font-size: 12px;
    line-height: 1;
}

/*Search*/
.search-wrapper {
    margin: 8px 0;
}

.entrance-search {
    position: relative;
    margin: 0 auto;
    border: 1px solid #dadada;
    height: auto;
    width: 94%;
    border-radius: 3px;
    background-color: transparent;
}


.search-suggest {
	position: absolute;
	left: 0;
	width: 100%;
	top: 36px;
	background: #fff;
	z-index: 99;
	box-shadow: 0px 0px 6px #00000029;
	border: 1px solid #D7D6D6;
	border-radius: 2px;
	padding: 6px 0 4px;
	display: none;
}
.search-suggest .suggest-hot-title,
.search-suggest .suggest-history-title {
	margin: 0 18px;
	padding: 0 0 6px;
	font-size: 12px;
	color: #747778;
	border-bottom: 1px dashed #D7D6D6;
	display: none;
}
.search-suggest .suggest-history-title span,
.search-suggest .suggest-hot-title span {
	float: right;
	cursor: pointer;
}
@media screen and (min-width: 1024px) {
	.search-suggest .suggest-hot-title span {
		display: none;
	}
}
.search-suggest .suggest-history-title span svg,
.search-suggest .suggest-hot-title span svg {
	width: 12px;
	vertical-align: -1px;
	margin-right: 4px;
}
.search-suggest .suggest-hot,
.search-suggest .suggest-history {
	padding: 6px 0;
	display: none;
}
.search-suggest .suggest-hot a,
.search-suggest .suggest-history a {
	display: block;
	padding: 0 16px;
	line-height: 24px;
	white-space: nowrap;
	font-size: 12px;
	color: #221E20;
	text-decoration: none;
}
.search-suggest .suggest-hot a span,
.search-suggest .suggest-history a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.search-suggest .suggest-hot a span {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 14px);
}
.search-suggest .suggest-hot a:hover,
.search-suggest .suggest-history a:hover {
	background: #EBEBEB;
	text-decoration: none;
}
.search-suggest .suggest-hot a svg {
	width: 10px;
	vertical-align: -2px;
	margin-left: 3px;
}

.entrance-ser-input {
    border: 0 !important;
    outline: 0 !important;
    height: auto !important;
    line-height: normal !important;
    box-shadow: none !important;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 3% !important;
    padding-right: 40px !important;
    padding-top: 8px;
    padding-bottom: 7px;
    color: #333 !important;
    font-size: 12px !important;
    border-radius: 3px;
}

.ser-img {
    position: absolute;
    right: -20px;
    top: -14px;
    width: 80px;
    height: 60px;
    border: 0;
    background: url(//www.eefocus.com/asset/theme-eefocus/image/search-logo.png) center center no-repeat;
    -webkit-transform: scale(0.5); /* Safari 和 Chrome */
    -moz-transform: scale(0.5);  /* Firefox */
    -ms-transform: scale(0.5);  /* IE 9 */
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

/* eefocus */
.header-col {
    background-color: #ef1124;
}

.header-col div.logo-name img {
    vertical-align: baseline;
    vertical-align: -webkit-baseline-middle;
}

.navbar-header-ef-mobile {
    position: static;
    float: right;
}
.login-in-box {
    position: relative;
    margin-top: 1px;
}
.login-in-box img {
    vertical-align: baseline;
    vertical-align: -webkit-baseline-middle;
}

.login-in-box .navbar-nav li {
    margin-right: 0;
}

.login-drop > .dropdown-menu {
    top: 135%;
    right: -4px;
    min-width: 85px;
    padding: 10px 0;
}

.drop-up-icon {
    position: absolute;
    top: -6px;
    right: 14px;
    width: 10px;
    height: 10px;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    transform: rotate(48deg);
    -ms-transform: rotate(48deg);     /* IE 9 */
    -moz-transform: rotate(48deg);    /* Firefox */
    -webkit-transform: rotate(48deg); /* Safari 和 Chrome */
    -o-transform: rotate(48deg);
    z-index: 1001;
}

#user-bar-member a,
#user-bar-anonymous a {
    color: #333;
}

.login-in-box {
    margin-top: 1px;
    position: relative;
}

.msg-light {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #8ce051;
    z-index: 10;
}

.msg-num {
    color: #ef1224;
}

.login-drop .dropdown-toggle {
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.login-drop .dropdown-toggle > img {
    width: 28px;
    height: 28px;
}

/* Nav */
.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

.nav-wrapper {
    width: 100%;
    height: 55px;
    overflow-x: scroll;
}

.nav-wrapper > .navbar-news {
    /* min-width: 380px; */
    width: 470px;
    height: auto;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24);
    white-space: nowrap;
}

.navbar-news > li {
    margin: 0 12px;
}

.navbar-news > li.dp-list {
    padding-right: 26px;
    margin-right: 0;
}

.navbar-news > li > a {
    padding: 0;
    padding-top: 12px;
    padding-bottom: 8px;
    color: #666;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}

.navbar-news > li.dp-list .caret {
    position: absolute;
    top: 50%;
    right: -14px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    color: #ef1224;
    background-color: transparent;
    border-color: #ef1124;
}

/* 背景模态 */
.bg-modal {
    display: none;
    width: 100%;
    height: 0;
    background-color: #000;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

/* Design Menu */
.design-menu-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 23px;
    background-color: rgba(34, 34, 34, 0.9);
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.design-caret,
.tech-caret {
    display: none;
    position: absolute;
    bottom: -12px;
    left: 26%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid rgba(34, 34, 34, 0.8);
}

.design-menu > li {
    list-style-type: none;
    float: left;
    margin-top: 3%;
    margin-left: 3%;
    width: 29%;
    height: 35px;
    line-height: 34px;
}

.design-menu > li > a {
    border-radius: 4px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #fff;
}

.design-menu > li > a:hover,
.design-menu > li > a:focus {
    text-decoration: none;
    background-color: #ef1224;
    border: solid 1px #fd3331;
}

.design-menu > li > .hl {
    background-color: #ef1224;
    border: solid 1px #fd3331;
}

/* Comment Msg */
#pi-comment-lead {
    margin: 0 !important;
}

.panel-default {
    padding: 0;
}

.panel {
    margin-bottom: 10px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}

.panel-default > .panel-heading {
    padding: 14px 12px;
    font-size: 15px;
    color: #323333;
    border-bottom: none;
    background-color: #fff;
}

.panel-heading > strong {
    margin-bottom: 0;
    font-weight: normal;
}

.panel .comment-item,
.panel .comment-none {
    margin-top: 2px;
    margin-bottom: 0;
    padding: 20px 12px;
    background-color: #fff;
}

.panel .comment-none {
    text-align: left !important;
}

.panel .media {
    padding-bottom: 6px;
}

.muted {
    font-size: 15px;
    font-weight: normal !important;
    color: #999899;
}

.comment-item > .input-block-level {
    margin-bottom: 0;
}

.panel .media img {
    border-radius: 50%;
}

.panel > .comment-btn-all {
    margin-top: 2px;
    padding: 14px 12px;
    background-color: #fff;
}

.media-body .media-heading > a {
    font-size: 12px;
    color: #2e89ca;
}

.media-body > p {
    font-size: 14px;
    color: #333;
}

.media-body .media-heading > .muted {
    display: block;
    font-size: 12px;
    color: #999;
}

.panel-body > .btn {
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    color: #333;
}

.panel-body > .btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    color: #428bca;
    background-color: #fff !important;
    border: none;
    padding: 12px;
}

/* Activity */
.aty-wper > .row {
    margin-bottom: 11px;
    background-color: #fff;
}

.aty-wper .img-margin {
    margin-top: 15px;
    margin-bottom: 15px;
}

.aty-wper .media-heading {
    margin: 15px 0;
}

.aty-wper .media-heading > a {
    font-size: 15px;
    color: #333;
}

.aty-wper .description {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #696568;
}

/* Page */
.page-wrapper {
    width: 320px;
    margin: 20px auto;
    text-align: center;
}

.pagination > li > a,
.pagination > li > span {
    min-width: 28px;
    margin: 0 2px;
    padding: 2px 8px;
    background-color: #f7f8f8;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #e83828;
    border-color: #e83828;
    background-color: #fff;
}

/* Brand */
.entrance-brand {
    padding: 5px 5%;
    height: 36px;
    background-color: #fff;
}

.entrance-brand a {
    width: 10%;
    height: 100%;
    margin: 0;
}

.svglogo {
    margin-top: 6px;
    margin-right: 0;
}

/* 博客详情页 */
.container {
    padding: 0;
}

.article-header,
.article-content,
.article-footer,
.relate-item,
.comment-info {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-user {
    background-color: #fff;
}

.navbar-user > .nav {
    height: 48px;
}

.navbar-user > .nav > li {
    height: 48px;
    line-height: 48px;
}

.navbar-user > .nav > li a {
    color: #333;
}

.navbar-user > .nav > li:first-child > a {
    color: #2e89ca;
}

.navbar-user > .nav > li:last-child > a {
    padding-right: 0;
    display: inline;
}

.navbar-right .dropdown-menu {
    padding: 10px 0;
    text-align: center;
    width: 80px;
    min-width: 80px;
    left: -33%;
}

.navbar-right .dropdown-menu > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-right .dropdown-menu > .divider:last-child {
    display: none !important;
}

.fa-angle-right {
    font-size: 20px;
    opacity: .5;
}

.article-header {
    margin-top: 10px;
}

.headline {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: bolder;
    padding-top: 15px;
    margin-bottom: 0;
}

.article-meta {
    padding: 5px 0 8px;
    font-size: 10px;
    color: #bcbbbb;
}

.article-meta > div {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 20px;
}

.article-meta > .count img {
    width: 12px;
    margin-right: 5px;
}

.visits-count {
    margin-right: 20px;
}

.article-tags {
    margin: 0;
}

.tag-terms {
    margin-bottom: 0;
    padding: 4px 0 15px;
}

.tag-terms > .fa {
    display: none;
}

.tag-terms > .tag-label {
    float: left;
    margin-right: 6px;
    margin-top: 3px;
    font-size: 12px;
    color: #666;
}

.tag-terms > .taglist {
    display: block;
    overflow: hidden;
}

.tag-terms > .taglist > a {
    display: inline-block;
    font-size: 12px;
    min-height: 22px;
    line-height: 20px;
    color: #2e89ca;
    padding: 0 7px;
    margin-right: 6px;
    margin-bottom: 5px;
    border: 1px solid #2e89ca;
    border-radius: 2px;
}

/* 博客内容 */
.article-content {
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.article-body > table {
    width: 100% !important;
}

.article-body > table tr > td,
.article-body p,
.article-body div {
    font-size: 14px !important;
    color: #696568;
    line-height: 20px;
    margin: 4px 0;
    font-family: PingFangSC, '\5FAE\8F6F\96C5\9ED1', Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.article-body img {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%;
}

.relate {
    margin-bottom: 10px;
}
/*免责说明代码*/
.blog-blog-disclaimer {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.disclaimer-icon {
    width: 14px;
    background-image: url("/asset/theme-blogger/image/Info-Fill.svg") ;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 1px;
    opacity: 0.65;
}
.disclaimer-word-tip {
    margin-left: 3px;
    width: calc(100% - 19px);
    line-height: 17px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
}

.relate-item {
    margin-bottom: 2px;
    position: relative;
}

.relate-item > a {
    display: inline-block;
    width: 98%;
    height: 40px;
    line-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 16px;
}

.relate-item .fa {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -11px;
    font-size: 22px;
    opacity: .5
}

.comment-info .comment-title {
    color: #bcbbbb;
    font-size: 10px;
}

.well {
    background-color: #fff;
    margin: 10px 0;
    box-shadow: none !important;
    border: none !important;
    font-size: 12px;
    color: #999;
    padding-left: 15px;
}

/* Dropload */
.dropload-up,
.dropload-down {
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 12px;    /* 开启硬件加速 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.dropload-down {
    height: 50px;
}

.dropload-refresh,
.dropload-update,
.dropload-load,
.dropload-noData {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.dropload-load .loading {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

/* 博客列表 */
.blog-list {
    margin: 12px 0;
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
}

.pi-module-content {
    margin: 2px 0 12px;
}

.pi-module-content > .media-body {
    margin: 1px 0;
    background-color: #fff;
    padding: 12px 12px 6px;
}

.blog-list {
    font-size: 16px;
    font-weight: bolder;
    color: #555;
    line-height: 2.4;
    margin-bottom: 0;
}

.media-heading {
    line-height: 1.4;
    margin: 0;
}

.media-heading a {
    color: #333;
    font-size: 15px;
    padding: 12px 0 5px;
}

.media-meta .text-muted {
    margin: 4px 0 8px;
    margin-right: 15px;
    font-size: 10px;
    color: #bcbbbb;
}

.media-meta .text-muted img {
    margin-right: 5px;
}

.text-muted .visits-count {
    margin-right: 20px;
}

.media-body .text-muted > a {
    color: #696568;
}

.rt-top {
    display: none;
    clear: both;
    position: fixed;
    right: 6px;
    bottom: 80px;
    z-index: 9;
}

#returnTop {
    /* display: none; */
}

/* Content */
.pi-module-content {
    overflow: hidden;
}

.header-col div.logo-name img {
    vertical-align: -webkit-baseline-middle;
}

.item-wrapper {
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}

.author-outer {
    position: relative;
    padding: 15px 0;
}

.ah-pic {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.ah-pic img {
    width: 35px;
    height: 35px;
}

.ah-info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.ah-info > .author {
    font-size: 12px;
    color: #333;
}

.ah-info > .date-talk {
    font-size: 12px;
    color: #999;
    overflow: hidden;
}

.date-talk > .talk {
    position: absolute;
    bottom: 15px;
    right: 0;
}

.talk > img {
    width: 12px;
    margin-top: -1px;
    margin-right: 3px;
}

.talk .talk-num {
    color: #999;
    display: inline-block;
    padding-left: 3px;
    max-width: 42px;
    text-align: right;
}

.article-outer > h5 {
    width: 100%;
    font-size: 15px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-outer > h5 a {
    color: #333;
}

.article-outer > .ah-content {
    font-size: 13px;
    line-height: 18px;
    max-height: 56px;
    overflow: hidden;
}

.ah-content > a {
    color: #777;
}

@media (min-width:736px) {
    .mobile_oa,
    .mobile_oa_list3 {
        width: 94%;
        margin: 0 auto 8px;
        text-align: center;
    }

    .mobile_oa img {
        width: 100%;
        height: auto;
    }

    .aty-wper .media-heading {
        height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

}

@media (max-width:480px) {
    .header-col {
        padding-left: 13px;
        padding-right: 12px;
    }

    .header-col div.logo-name {
        width: 200px;
    }

}

@media (max-width:414px) {
    .article-body img {
        height: auto !important;
    }

}

@media (max-width:320px) {
    body {
        width: 320px !important;
        overflow-x: auto;
    }

    .header-line .entrance-brand a {
        margin: 0;
    }

    .header-col div.logo-name {
        width: 55%;
    }

}

/*开发板评测*/

/*电路方案*/
.clearfix {
    clear: both;
}

.ev-wper {
    width: 100%;
}

.ev-outer {
    width: 100%;
}

.ev-list li {
    width: 100%;
    height: auto;
    padding: 12px 0 0;
    padding-left: 3%;
    background-color: #fff;
    overflow: hidden;
}

.ev-list .line {
    height: 14px;
    border-bottom: 2px solid #efefef;
}

.ev-pic {
    width: 120px;
    height: 90px;
    overflow: hidden;
}

.ev-pic img {
    width: 120px;
    height: 90px;
}

.ev-content {
    width: 67%;
    padding-left: 8px;
}

.ev-content > h4 {
    margin-top: 6px;
    margin-bottom: 18px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 1.4;
    height: 38px;
    overflow: hidden;
}

.ev-content > h4 > a {
    color: #333;
}

.ev-detail {
    overflow: hidden;
}

.ev-detail span {
    color: #999;
    font-size: 11px;
}

.ev-detail > .ev-data {
    padding-right: 5px;
}

.ev-detail img {
    width: 13px;
}

.ev-detail img + span {
    margin-right: 8px;
}

.ev-price {
    padding-right: 17px;
    font-size: 18px;
    color: #ea4345;
}

.load-more {
    padding: 10px;
    text-align: center;
    margin: auto;
    color: #bbb;
    font-size: 10px;
}

.load-more span {
    display: inline-block;
    margin: 3px 0;
}

@media (max-width:375px) {
    .ev-content {
        width: 64%;
    }

    .ev-price {
        padding-right: 16px;
    }

}

@media (max-width:360px) {
    .ev-content {
        width: 63%;
    }

    .ev-price {
        padding-right: 14px;
    }

}

@media (max-width:320px) {
    .ev-content {
        width: 58%;
    }

    .ev-price {
        padding-right: 15px;
    }

}

/* 资料下载 */

/* Homepage */
.panel {
    margin-bottom: 0 !important;
}

.panel-default {
    background-color: #fff;
}

.panel-default a:focus, .panel-default a:hover {
    text-decoration: none;
    color: 666;
}

.pi-zone-1, .pi-zone-3, .pi-zone-5 {
    margin: 0;
    padding: 0;
    border: none;
}

.custom-resource-items {
    border: none;
}

.custom-resource-items .list-head {
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 50px;
    border-color: #f3f3f3;
}

.custom-resource-items .list-head .pull-left {
    font-size: 16px;
}

.custom-resource-items .lists {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: 10px solid #fbfbfc;
}

.custom-resource-items .lists > div:nth-child(n+6) {
    display: none;
}

.custom-resource-items .one-item {
    margin-top: 10px;
}

.panel > .panel-body {
    background-color: #fff;
}

.panel > .panel-body::before {
    border: none;
}

.list-title-wper {
    padding-left: 45px;
}

/* Lists */
.pi-document-list {
    padding: 0;
}

.pi-document-list .list-item {
    border: none;
    background-position: 12px 3px;
}

.pi-document-list .list-item:after, .pi-document-list .list-paginator:after, .custom-document-items:after {
    display: block;
    width: 100%;
    height: 10px;
    content: "";
    background-color: #fbfbfc;
}

.pi-document-list .list-paginator:after {
    margin-top: 10px;
}

.pi-document-list .list-item .content {
    padding-right: 12px;
    padding-left: 12px;
}

.pi-document-list .item-title {
    display: -webkit-box;
    height: 36px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pi-document-list .list-summary {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.pi-document-list .list-item .download-btn {
    margin: 0;
    margin-top: 14px;
    padding: 10px 12px;
    border-top: 1px solid #f3f3f3;
}

.pi-document-list .list-desc {
    float: left;
    font-size: 10px;
    line-height: 26px;
}

.btn-primary {
    padding: 2px 8px;
}

.pi-document-list .list-paginator {
    margin-bottom: 0;
}

.pi-document-list .list-paginator ul {
    padding-right: 12px;
    padding-left: 12px;
}

.pi-document-list .list-paginator:before {
    display: none;
}

.pagination > li > a, .pagination > li > span {
    margin-bottom: 6px;
}

/* Header */
.panel-default > .panel-heading {
    border-bottom: 1px solid #f3f3f3;
}

.pi-panel-heading-inner {
    margin: 0;
    padding: 0;
    background: none;
}

.pi-icon-dot-o {
    display: none;
}

/* News lists */
.lists .list-item {
    margin-top: 10px;
}

.lists .list-item:nth-child(n+6) {
    display: none;
}

.custom-document-items .lists {
    padding-right: 12px;
    padding-left: 12px;
}

.custom-document-items .one-item {
    line-height: 24px;
    color: #767777;
}

/* Details */
.pi-document-detail {
    margin: 0;
    padding-right: 12px;
    padding-bottom: 20px;
    padding-left: 12px;
    border-bottom: 10px solid #fbfbfc;
    background: #fff;
}

.headline {
    font-size: 16px;
    font-weight: normal;
}

.pi-document-detail .item-content p {
    line-height: 20px;
}

.pi-document-detail .item-content, .pi-document-detail .desc-content {
    font-size: 12px;
}

.pi-document-detail .item-content {
    margin-top: 5px;
}

.pi-document-detail .desc-content > div {
    height: 20px;
}

#msearch-pop {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 101;
    background: #fff;
    padding: 14px 16px;
    display: none;
}
#msearch-pop ul,
#msearch-pop li {
    list-style: none;
}
#msearch-pop .msearch-bar {
    position: relative;
    height: 33px;
}
#msearch-pop .msearch-bar .msearch-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 42px;
    height: 33px;
    border-radius: 4px;
    padding: 0 36px 0 36px;
    box-sizing: border-box;
    background: #f6f6f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAAABHNCSVQICAgIfAhkiAAAAjVJREFUSEu1VU1OwlAQtixgCZ5AtiYmYDwA9ATKCaQbflbqCYQTqCt+NuAJhBNYFu5M5AaWnTvBHSyo3/cyr3mWFhqIL5m0eTNvvvkf6yjmDAaD3HK5LIF9BcpbllWmqO/7Hj6kEf7HzWaT/7HHiuJ0Op0qFN6D8tseC+AQQO04oD8AtHq1Wg3Eaq17BgUjgM0NMHpD7/SZg2/XarVp2KAAQJS/QqAoQpP1et2CZW6UFxLCFhTfGPxKvV4fmfIBQLfbpZWXwnyGYHVXeMjv9/tFeEgjsqANTxQAY55KpRgansTKtQEmCMEajYateQqg1+t5+JyAJrC8nMTysAx03OLugfcIrYPQDvlvgcEyfBGGHRfzJKDaUJYvvKBeBUCka9AM1ueTKIqTMb1Ip9PHjuPMCeDiQQmoT0Clm3sfycWHGQ0C+KKxDQ9ae2uXh4Y+VbL/CXAHgEcCeABnBR3sgTTrdzhEOgdB5vcNk1mRaNpzjg56ENSvzvwBABsVaaGL8+jiz0MTbeoxK1J3skaOnYq7vEIk3qH4AqH5QScX9PjWs4hecNRmuVDwX4kavVsaTBvIhfSVyWRO2WSUD6apmSDcz2FFZdfYkLBw/qixYJwp8mmrTjZvQ1OV1rhweQjhsbaI8pArw0uO9iooxzvIvoGyuD8TnQpkY2VKu3NpsDcSHZ1UWUI0qiCgbuROJpPli4fczUo44ixwN5Kt52l+CGQRC6AfSJy5RtUqhUIq87blRzqaxrm/2cxfVH0MGSwAAAAASUVORK5CYII=) no-repeat 12px center;
    background-size: 12px;
}
#msearch-pop .msearch-bar .msearch-box form {
    height: 100%;
}
#msearch-pop .msearch-bar .msearch-box form input {
    border: 0;
    outline: none;
    box-shadow: none;
    background: none;
    font-size: 14px;
    line-height: 19px;
    height: 33px;
    box-sizing: border-box;
    padding: 7px 0;
    display: block;
    color: #444;
    width: 100%;
}
#msearch-pop .msearch-bar .msearch-box .clear-input {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 9px;
    z-index: 10;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAnJJREFUWEe1l89tIjEUxj0guIC0icSJS4YKkg6SdEAq2HSwdADpgO0gqSDpYJcOSAXMCS6gZCU4gATs943sjRnswW+YHcmHmXl+7+f3x36OVOAzmUwuqtXq7X6/72LEmGYGNSQcURRxvG2321Gn0/kMUR2dEoLhuFKp9GH08ZSs/R8gz7vd7gkghPM+XgCuWBvuSQxnZQEyAMhPn0ecADSOib+g7OYc49bcMTx474I4AoDxG238oiTjRs2nhhgfhMp+0Suf4FvZxm0IOOIrQf954D+43efAg3DYAEO4/kfJbneqQyhYHQP+TAFYajBO1x897XZbrddrtVgsRGytVkvVajU1m818EAxFYgCeAfDdJUlFjUZDLZfLYAgzZ7Vaqfl87gN4AcBjpGP/kbc8CUSIcWMLobgkQBerfz3l3xAIiXHaA8ADAbzuz0LlQUiNa4AXAvyGB25PecD8d0EUMa4BRgTgCXYVCkA5G4LvzWZT5SVcju5xlCTJXmI86wm+FzSeqioFQFKi2cWeFQKunI90n7DK8L1wEtpuDylRV5hRhmkSisvQFfMiEABIy1C0EeUlnBTCbETsfoK24pBsl0DEMc5AxiYvDEU2mRAIuj89jDRA7nG82Wy8p5pvDyFEvV5X0+nUKQKAr+NYQwwQin6RTUk656gh0QDsA3kuXEsVSuRh/B3yd6YvPOiK2RvgJ8+GbxKlobIw/geysbMpNUrYlmtPlAqhjXPl/rbcgig1HFm32x7LvZpBsHduYjLhoGcouprZhOyY8c4KcTatvvizzjmv8OU0q1gn6B2+d5lIGNxB04rRLuZ1PMF4Yw6FXs//Ajb/sQVFPwFBAAAAAElFTkSuQmCC) no-repeat;
    background-size: 100%;
    display: none;
}
#msearch-pop .msearch-bar .msearch-scroll {
    position: absolute;
    left: 37px;
    right: 10px;
    top: 0;
    bottom: 0;
    z-index: 9;
    overflow: hidden;
    font-size: 0;
    pointer-events: none;
}
#msearch-pop .msearch-bar .msearch-scroll span {
    font-size: 14px;
    color: #999;
    line-height: 33px;
    background: #f6f6f6;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#msearch-pop .msearch-bar .msearch-hide {
    line-height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    color: #747778;
    font-size: 14px;
}
#msearch-pop .msearch-rec {
    display: none;
}
#msearch-pop .msearch-rec ul {
    padding: 2px 0;
}
#msearch-pop .msearch-rec ul li {
    height: 40px;
    padding: 0 42px 0 30px;
    position: relative;
}
#msearch-pop .msearch-rec ul li:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    width: 12px;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAAABHNCSVQICAgIfAhkiAAAAjVJREFUSEu1VU1OwlAQtixgCZ5AtiYmYDwA9ATKCaQbflbqCYQTqCt+NuAJhBNYFu5M5AaWnTvBHSyo3/cyr3mWFhqIL5m0eTNvvvkf6yjmDAaD3HK5LIF9BcpbllWmqO/7Hj6kEf7HzWaT/7HHiuJ0Op0qFN6D8tseC+AQQO04oD8AtHq1Wg3Eaq17BgUjgM0NMHpD7/SZg2/XarVp2KAAQJS/QqAoQpP1et2CZW6UFxLCFhTfGPxKvV4fmfIBQLfbpZWXwnyGYHVXeMjv9/tFeEgjsqANTxQAY55KpRgansTKtQEmCMEajYateQqg1+t5+JyAJrC8nMTysAx03OLugfcIrYPQDvlvgcEyfBGGHRfzJKDaUJYvvKBeBUCka9AM1ueTKIqTMb1Ip9PHjuPMCeDiQQmoT0Clm3sfycWHGQ0C+KKxDQ9ae2uXh4Y+VbL/CXAHgEcCeABnBR3sgTTrdzhEOgdB5vcNk1mRaNpzjg56ENSvzvwBABsVaaGL8+jiz0MTbeoxK1J3skaOnYq7vEIk3qH4AqH5QScX9PjWs4hecNRmuVDwX4kavVsaTBvIhfSVyWRO2WSUD6apmSDcz2FFZdfYkLBw/qixYJwp8mmrTjZvQ1OV1rhweQjhsbaI8pArw0uO9iooxzvIvoGyuD8TnQpkY2VKu3NpsDcSHZ1UWUI0qiCgbuROJpPli4fczUo44ixwN5Kt52l+CGQRC6AfSJy5RtUqhUIq87blRzqaxrm/2cxfVH0MGSwAAAAASUVORK5CYII=) no-repeat left center;
    background-size: 12px;
}
#msearch-pop .msearch-rec ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAP5JREFUOE+91M0NgjAYBmAKCVdxA9zADdQNcALtBcLJOIGO4I2fE06ibqAbMAITUN8aMCAFWiA2aSBtv6elpR/RFEoURWcMP4lCGGOprutbouBpAB2MT1BnLXEPJbBrckzGeP//wCAIbMMwLNd1nzLb0rnCOI6X2OQbIMs0zTmlNOtDW8EqBuTqed6+D+P9QnAoJgTHYA1wLFYDp8BqIDbzjoYVb8TJ8vdBhRCyRvyLlKczSPkJyvOckjAML9APRd8RjVI/smABqe/76efqYZUJHjvUDPhG9naIvup7l6dCa8lhCrSRbcaiwvRVRZEcFjLJodzP1nxYoA5AWwV8A8/8lXVa4LxZAAAAAElFTkSuQmCC) no-repeat left center;
    background-size: 10px;
}
#msearch-pop .msearch-rec ul li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    line-height: 40px;
    color: #220e20;
    text-overflow: ellipsis;
}
#msearch-pop .msearch-rec ul li a b {
    font-weight: normal;
    color: #747778;
}
#msearch-pop .msearch-body {
    overflow: hidden;
}
#msearch-pop .msearch-item {
    margin-top: 22px;
    display: none;
}
#msearch-pop .msearch-item .item-bar {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #121212;
    position: relative;
}
#msearch-pop .msearch-item .item-bar .clear-his {
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
#msearch-pop .msearch-item .item-bar .clear-his svg {
    vertical-align: middle;
}
#msearch-pop .msearch-item .item-content {
    margin-top: 15px;
}
#msearch-pop .msearch-item .item-content ul {
    width: 100%;
    overflow: hidden;
    list-style: none;
}
#msearch-pop .msearch-item .item-content ul li {
    width: calc(50% - 10px);
    float: left;
    font-size: 0;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
#msearch-pop .msearch-item .item-content ul li:nth-child(odd) {
    margin-right: 10px;
    width: 50%;
    position: relative;
}
#msearch-pop .msearch-item .item-content ul li:nth-child(odd):after {
    content: "";
    width: 1px;
    height: 12px;
    background: #EDEDED;
    position: absolute;
    right: 0;
    top: 4px;
}
#msearch-pop .msearch-item .item-content ul li a {
    display: block;
    height: 100%;
}
#msearch-pop .msearch-item .item-content ul li a b {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #444;
    letter-spacing: .17px;
    max-width: 100%;
}
#msearch-pop .msearch-item.msearch-hot .item-content ul li:nth-child(1) a b, 
#msearch-pop .msearch-item.msearch-hot .item-content ul li:nth-child(2) a b, 
#msearch-pop .msearch-item.msearch-hot .item-content ul li:nth-child(3) a b {
	max-width: calc(100% - 22px);
}
#msearch-pop .msearch-item.msearch-his .item-content ul li:nth-child(odd) a {
	max-width: calc(100% - 14px);
}
#msearch-pop .msearch-item .item-content ul li svg {
	width: 10px;
	vertical-align: -4px;
	margin-left: 3px;
}
.lock {
    height: 100%;
    overflow: hidden;
}
.video-hidden {
    display: none!important;
}