.en-search-result {
    padding-top: 30px
}

.en-search-result-input {
    padding-top: 52px;
    height: 98px;
    margin: 0 auto;
    background: #edf1f4;
    padding-left: 100px;
    border-radius: 1px
}

.en-search-result-input input {
    background: #fff;
    width: 650px;
    text-indent: 15px;
    font-size: 18px;
    color: #a7a7a7;
    float: left;
    height: 100%;
    border: 1px solid #ddd;
    border-right: none;
    word-break: break-all
}

.en-search-result-input input:focus {
    color: #262626
}

.en-search-result-input .search-btn {
    width: 180px;
    float: left;
    height: 100%;
    background: #ed4040;
    line-height: 46px;
    cursor: pointer;
    border-radius: 0 1px 1px 0;
    position: relative
}

.en-search-result-input .search-btn span {
    z-index: 2;
    position: relative
}

.en-search-result-input .search-btn:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .12);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.en-search-result-input .search-btn .search-text {
    color: #fff;
    font-size: 16px;
    float: left;
    padding-left: 46px
}

.en-search-result-input .search-btn .search-icon {
    float: left;
    height: 18px;
    width: 18px;
    position: relative;
    top: 14px;
    left: 6px;
    background: url(../images/search.png) no-repeat;
    background-size: 24px 114px;
    background-position: 0 -24px
}

.en-search-result-nav {
    height: 96px;
    padding-top: 51px;
    padding-left: 14px;
    position: relative;
    background: #edf1f4
}

.en-search-result-nav .search-result-nav-item {
    float: left;
    height: 30px;
    width: 60px;
    text-align: center;
    line-height: 30px;
    color: #262626;
    font-size: 16px;
    margin-left: 20px;
    border-radius: 1px
}

.en-search-result-nav .search-result-nav-item.active {
    background: #ed4040;
    color: #fff
}

.en-search-result-nav .search-result-nav-item:hover {
    cursor: pointer
}

.en-search-result-nav .total-count {
    position: absolute;
    height: 60px;
    width: 300px;
    line-height: 60px;
    padding-right: 30px;
    font-size: 14px;
    color: #a7a7a7;
    right: 0;
    top: 36px;
    text-align: right
}

.en-loading-more {
    width: 100%
}

.en-loading-more-button {
    width: 148px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ed4040;
    border-radius: 1px;
    color: #ed4040;
    cursor: pointer;
    margin: 0 auto
}

.en-loading-more-button:hover {
    color: #fff;
    background: #ed4040
}

.en-loading-more-tip {
    width: 148px;
    font-size: 16px;
    color: #ed4040;
    border: 1px solid #ed4040;
    border-radius: 1px
}

.en-loading-more-tip,
.en-loading-no-more-tip {
    text-align: center;
    height: 36px;
    line-height: 36px;
    margin: 0 auto
}

.en-loading-no-more-tip {
    font-size: 14px;
    color: #262626;
    opacity: .6
}

.en-loading-no-more-tip:after,
.en-loading-no-more-tip:before {
    content: "/";
    width: 4px;
    height: 10px;
    color: #262626;
    opacity: .6;
    margin-left: 8px;
    margin-right: 8px
}

.en-flow-article-item {
    height: 144px;
    position: relative;
    display: block
}

.en-flow-article-item .article-item-pic-wrapper {
    float: left;
    width: 216px;
    height: 100%;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    z-index: 10;
    display: block
}

.en-flow-article-item .article-item-pic-wrapper .article-item-channel {
    background: #373737
}

.en-flow-article-item .article-item-pic-wrapper .article-item-channel,
.en-flow-article-item .article-item-pic-wrapper .article-item-channel-local {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 103;
    border-radius: 1px;
    padding: 0 10px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #fff
}

.en-flow-article-item .article-item-pic-wrapper .article-item-channel-local {
    background: #ed4040
}

.en-flow-article-item .article-item-pic-wrapper .article-item-pic {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.en-flow-article-item .article-item-pic-wrapper .article-item-pic img {
    height: 100%
}

.en-flow-article-item .article-item-info {
    float: left;
    width: 454px;
    height: 100%;
    position: relative;
    margin-left: 20px
}

.en-flow-article-item .article-item-info .title-wrapper {
    margin-top: 8px;
    max-height: 48px;
    line-height: 24px;
    overflow: hidden
}

.en-flow-article-item .article-item-info .title-wrapper .article-item-title {
    font-size: 18px;
    color: #262626;
    text-align: justify;
    -webkit-transition: .5s;
    transition: .5s
}

.en-flow-article-item .article-item-info .title-wrapper .article-item-title:hover {
    color: #4d7fd0;
    cursor: pointer
}

.en-flow-article-item .article-item-info .title-wrapper .article-item-title:visited {
    color: #787878
}

.en-flow-article-item .article-item-info .article-item-description {
    margin-top: 10px;
    font-size: 13px;
    color: #787878;
    line-height: 20px;
    letter-spacing: 0;
    text-align: justify;
    max-height: 40px;
    overflow: hidden
}

.en-flow-article-item .article-item-info .article-item-description:hover {
    color: #4d7fd0;
    cursor: pointer
}

.en-flow-bar {
    font-size: 12px;
    line-height: 18px;
    color: #a7a7a7;
    position: absolute;
    bottom: 2px;
    width: 100%;
    float: left
}

.en-flow-bar .en-flow-bar-motif {
    padding-right: 6px
}

.en-flow-bar .en-flow-bar-motif a {
    padding-left: 2px;
    padding-right: 6px;
    color: #ed4040
}

.en-flow-bar .en-flow-bar-author {
    -webkit-transition: .5s;
    transition: .5s;
    color: #a7a7a7
}

.en-flow-bar .en-flow-bar-author:hover {
    color: #4d7fd0;
    cursor: pointer
}

.en-flow-bar .en-flow-bar-time {
    padding-left: 5px
}

.en-flow-bar .en-flow-bar-time .en-flow-bar-time-icon {
    display: inline-block;
    padding: 5px;
    background: url(../home.d1523964.png) no-repeat;
    background-size: 246px 1012px;
    background-position: 0 -115px;
    position: relative;
    top: 1px;
    right: 5px
}

.en-flow-bar .en-flow-bar-collect,
.en-flow-bar .en-flow-bar-collect>span,
.en-flow-bar .en-flow-bar-hot,
.en-flow-bar .en-flow-bar-hot>span {
    padding-left: 10px
}

.newsflash-item {
    width: 100%
}

.newsflash-item .item-title {
    display: block;
    line-height: 25px;
    font-size: 18px;
    font-weight: 700;
    color: #262626;
    -webkit-transition: .5s;
    transition: .5s
}

.newsflash-item .item-title .local-tag {
    padding: 0 10px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    background: #ed4040;
    color: #fff;
    font-size: 12px;
    margin-right: 8px;
    position: relative;
    top: -2px
}

.newsflash-item .item-title:hover {
    color: #4d7fd0
}

.newsflash-item .item-title:visited {
    color: #787878
}

.newsflash-item .item-other {
    height: 20px;
    line-height: 20px;
    margin: 6px 0 10px;
    font-size: 12px;
    color: #a7a7a7
}

.newsflash-item .item-other>* {
    float: left;
    margin-right: 8px;
    -webkit-transition: .5s;
    transition: .5s
}

.newsflash-item .item-other .time {
    margin-right: 20px
}

.newsflash-item .item-other .wechat {
    position: relative;
    height: 20px;
    width: 20px;
    background: url(//static.36krcdn.com/36kr-web/static/wechat-pray.28ebe3d1.png) no-repeat 50%;
    background-size: cover;
    cursor: default
}

.newsflash-item .item-other .wechat .share-code {
    visibility: hidden;
    position: absolute;
    z-index: 1001;
    top: -88px;
    left: -20px;
    height: 80px;
    width: 240px;
    line-height: 20px;
    padding: 10px 10px 10px 80px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px #ddd;
    font-size: 13px;
    color: #262626;
    -webkit-transition: visibility .2s;
    transition: visibility .2s
}

.newsflash-item .item-other .wechat .share-code:after {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: 25px;
    height: 10px;
    width: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 2px #ddd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.newsflash-item .item-other .wechat .share-code .qrcode {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px
}

.newsflash-item .item-other .wechat:hover {
    background-image: url(//static.36krcdn.com/36kr-web/static/wechat-active.cd4c1382.png)
}

.newsflash-item .item-other .wechat:hover .share-code {
    visibility: visible
}

.newsflash-item .item-other .weibo {
    height: 20px;
    width: 20px;
    background: url(//static.36krcdn.com/36kr-web/static/weibo-pray.55864b4a.png) no-repeat 50%;
    background-size: cover;
    cursor: pointer
}

.newsflash-item .item-other .weibo:hover {
    background-image: url(//static.36krcdn.com/36kr-web/static/weibo-active.e0d79676.png)
}

.newsflash-item .item-desc {
    line-height: 24px;
    font-size: 14px;
    color: #787878
}

.newsflash-item .item-desc .link {
    display: inline-block;
    color: #4d7fd0;
    margin-left: 10px;
    padding-left: 19px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAA19JREFUSA3tlkFIVFEUhs/15UxRGFpRQUEQRUHNI3FRFGW4iBZpIIpU1ELTfREJIfPERZoUbTVbVCCoRDktokWFQdRiimYCLSIIEjQqIylqRqfb+d/MeT5fM+OMtoouzDv3nXvu+e6599wzj+hfb+pvBFhpvSwjSpxhX6X8W0WkIor03dVrzYvdTWrKzVgQUGutKlujbey8WWsy3I7RV0pFWVsbajFfy1iBdPKVgFW1Rq+Q1ucAU4oSDHjAlD6Wo/DHNgFKUH9jly4U//MCCoxlve1IqXFNak/IMivuWGadv6hkM4NvCPTDWOT0vIHpYD5S+xn0VJwOnFr/Y3FRSZMTKamDMpZXhJlgN63AK3EoElBN9Dj5rk3R5wXkBOl2byMiSwcT55yRnLF2+yi6nIFVVuQ4Z0GDPZHPbC7YISuyk23LU6DnKUk5AY+cjxb/IrpsT1JqQmA1/dqobhveJM5EVlvRLdy/xbtRgOwlMjplLCfg9xjt4uiKMYkToRnbCFhsONIbT8TDh62RDeIQsDjph2y/BjrO3vaQtT0s4xmBSJCa9rfL7Ulq5tD92rgHXWwkeozvXy17LEpQvEccTpHuEBgv7mooGGiRMci0QMnGeOzbXttYq88yKUHTK9EPBc1ruOTJcV2RLG9400N4AjYYDJxkyck60/4ACoxlPf9S56OcQ58mQs20G5ePC9JnEOooQG8ywTA+C+iGYZCn78NzMLjtGXu6jz7b1NkZy32DFn2Czm5Kr4D0+Zc9ShdZ0sgDRCFGZEkHaryQ1Fn0sS0G+RpI0SRnXf8OCvRCH1OJA5BoSqsI5EDzxq/ebYRemhMhzgBV3x5Ic89uW1vf+QxfWSmZRy1LTSMbeXEdKfsvS/30RJxmk87fU6X1og9Zh3uDQuyujV4H3tTny3Zi0DKve+3SvTsR8qB96Lw5Q/nAeL97coVhAW6gXfc4h526512hNzJkI9+zRq9dtncXMHnovMe7ay69X+KdlA6WLRu98+XdAeIbBEpOhHU/Jye63FAUYne5ynbPxHEm6SQNPgPGx6JhBgZgzE5H8X/GBtjqctbbi1sIzPaLhzRsG9dCztYkVPSQqextR21k6Kxy5babq+9EKIaIFN8gfDX4s8Au2kgiLm1Gp7vqi/1/6d2B39nkmQJFxGAlAAAAAElFTkSuQmCC) no-repeat 0;
    background-size: 14px
}

.newsflash-item .item-image {
    margin-top: 10px;
    display: block;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.newsflash-item .small {
    max-width: 258px;
    max-height: 258px
}

.newsflash-item .large {
    max-width: 630px;
    max-height: 630px
}

.en-search-video-item {
    height: 143px
}

.en-search-video-item .video-item-pic {
    float: left;
    width: 216px;
    height: 100%;
    overflow: hidden;
    border-radius: 2px;
    position: relative
}

.en-search-video-item .video-item-pic img {
    height: 100%;
    width: 100%
}

.en-search-video-item .video-item-pic .video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    background: url(//static.36krcdn.com/36kr-web/static/home.d1523964.png) no-repeat;
    background-size: 327.18px 1345.96px;
    background-position: 0 -516px;
    z-index: 1
}

.en-search-video-item .video-item-info {
    float: left;
    width: 454px;
    height: 100%;
    position: relative;
    margin-left: 20px
}

.en-search-video-item .video-item-info .video-item-title {
    font-size: 18px;
    color: #262626;
    line-height: 23px;
    margin-top: 8px;
    max-height: 46px;
    overflow: hidden;
    text-align: justify;
    display: block
}

.en-search-video-item .video-item-info .video-item-title:hover {
    color: #ed4040
}

.en-search-video-item .video-item-info .video-item-title:visited {
    color: #787878
}

.en-search-video-item .video-item-info .video-item-description {
    margin-top: 3px;
    font-size: 13px;
    color: #787878;
    line-height: 20px;
    letter-spacing: 0;
    text-align: justify;
    max-height: 40px;
    overflow: hidden
}

.en-search-special-topic-item {
    height: 259px
}

.en-search-special-topic-item .special-topic-item-pic {
    width: 100%;
    height: 185px;
    overflow: hidden;
    border-radius: 2px;
    display: block;
    position: relative
}

.en-search-special-topic-item .special-topic-item-pic img {
    height: 100%;
    width: 100%
}

.en-search-special-topic-item .special-topic-item-pic .special-topic-item-title {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(97%, rgba(0, 0, 0, .65)));
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .65) 97%);
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0
}

.en-search-special-topic-item .special-topic-item-pic .special-topic-item-title p {
    text-align: justify;
    padding: 0 15px;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    max-height: 48px;
    overflow: hidden;
    position: absolute;
    bottom: 10px
}

.en-search-special-topic-item .special-topic-item-info {
    background: #edf1f4;
    padding: 10px 15px
}

.en-search-special-topic-item .special-topic-item-info p {
    text-align: justify;
    font-size: 13px;
    color: #787878;
    line-height: 18px;
    height: 54px;
    overflow: hidden
}

.en-search-author-item {
    height: 80px
}

.en-search-author-item .author-item-pic {
    float: left;
    width: 80px;
    height: 100%;
    overflow: hidden;
    border-radius: 100%
}

.en-search-author-item .author-item-pic img {
    height: 100%;
    width: 100%
}

.en-search-author-item .author-item-info {
    float: right;
    width: 230px;
    height: 100%
}

.en-search-author-item .author-item-info .author-item-title .name {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #262626;
    padding-right: 10px;
    max-width: 120px
}

.en-search-author-item .author-item-info .author-item-title .name:hover {
    color: #ed4040
}

.en-search-author-item .author-item-info .author-item-title .icon {
    display: inline-block;
    padding: 0 6px;
    height: 18px;
    line-height: 15px;
    font-size: 12px;
    color: #ed4040;
    border: 1px solid #ed4040;
    background: #f0f6ff;
    position: relative;
    top: -10px
}

.en-search-author-item .author-item-info .author-item-description {
    margin-top: 6px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #787878;
    text-align: justify
}

.en-search-special-live-item {
    height: 260px;
    width: 335px
}

.en-search-special-live-item .special-live-item-pic {
    display: block;
    position: relative;
    width: 335px;
    height: 188px;
    overflow: hidden;
    border-radius: 2px
}

.en-search-special-live-item .special-live-item-pic img {
    width: 100%
}

.en-search-special-live-item .special-live-item-pic .label-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    color: #fff;
    font-size: 12px;
    z-index: 100
}

.en-search-special-live-item .special-live-item-pic .label-wrapper .before {
    width: 38px;
    height: 20px;
    line-height: 20px;
    background-color: #027aff;
    font-weight: bolder;
    border-bottom-right-radius: 2px;
    padding-left: 5px;
    letter-spacing: 4px
}

.en-search-special-live-item .special-live-item-pic .label-wrapper .living {
    position: relative;
    width: 73px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    background-color: #f95355;
    font-weight: bolder;
    border-bottom-right-radius: 2px;
    padding-left: 16px
}

.en-search-special-live-item .special-live-item-pic .label-wrapper .living:after {
    display: block;
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-image: url(//static.36krcdn.com/36kr-web/static/ic_liveing.1dc7404a.gif);
    background-size: 100%;
    background-repeat: no-repeat
}

.en-search-special-live-item .special-live-item-pic .label-wrapper .hot {
    padding: 0 6px;
    height: 20px;
    background-color: rgba(0, 0, 0, .4);
    line-height: 20px
}

.en-search-special-live-item .special-live-item-info .title {
    font-size: 18px;
    color: #262626;
    line-height: 24px;
    margin: 14px 0 8px;
    font-weight: bolder;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.en-search-special-live-item .special-live-item-info .status-time {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    display: -webkit-box;
    display: flex;
    background-color: #f1f3f4;
    border-radius: 1px;
    color: #a7a7a7;
    font-weight: bolder
}

.en-search-special-live-item .special-live-item-info .status-time .status {
    margin-right: 13px;
    position: relative
}

.en-search-special-live-item .special-live-item-info .status-time .status:after {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    right: -7px;
    width: 1px;
    height: 10px;
    background-color: #a7a7a7
}

.en-search-special-live-item .special-live-item-info .status-time.blue {
    background-color: #e6eeff;
    color: #ed4040
}

.en-search-special-live-item .special-live-item-info .status-time.blue .status:after {
    opacity: .7;
    background: #ed4040
}

.en-search-result-list {
    width: 690px;
    padding-top: 40px;
    float: left
}

.en-search-result-list em {
    color: #ed4040
}

.en-search-result-list .filter-tab {
    padding-bottom: 20px;
    height: 38px
}

.en-search-result-list .filter-tab span {
    float: right;
    color: #a7a7a7;
    font-size: 14px
}

.en-search-result-list .filter-tab .publish-time {
    padding-right: 14px;
    cursor: pointer
}

.en-search-result-list .filter-tab .relative {
    padding-left: 14px;
    cursor: pointer
}

.en-search-result-list .filter-tab .active {
    color: #ed4040;
    cursor: default
}

.en-search-result-list .en-search-result-list-main {
    width: 100%
}

.en-search-result-list .en-search-result-list-main .search-result-list-item-article {
    margin-bottom: 30px
}

.en-search-result-list .en-search-result-list-main .search-result-list-item-article:last-child {
    margin-bottom: 0
}

.en-search-result-list .en-search-result-list-main .search-result-list-item-newsflash {
    margin-bottom: 40px
}

.en-search-result-list .en-search-result-list-main .search-result-list-item-newsflash:last-child {
    margin-bottom: 0
}

.en-search-result-list .en-search-result-list-main .search-result-list-item-video {
    margin-bottom: 20px
}

.en-search-result-list .en-search-result-list-main .search-result-list-item-video:last-child {
    margin-bottom: 0
}

.en-search-result-list .en-search-result-list-main .search-result-list-item-special-topic {
    margin-bottom: 40px;
    width: 330px;
    float: left
}

.en-search-result-list .en-search-result-list-main .search-result-list-item-special-topic:nth-child(odd) {
    margin-right: 30px
}

.en-search-result-list .en-search-result-list-main .search-result-list-item-author {
    margin-top: 40px;
    width: 330px;
    float: left
}

.en-search-result-list .en-search-result-list-main .search-result-list-item-author:first-child,
.en-search-result-list .en-search-result-list-main .search-result-list-item-author:nth-child(2) {
    margin-top: 0
}

.en-search-result-list .en-search-result-list-main .search-result-list-item-author:nth-child(odd) {
    margin-right: 30px
}

.en-search-result-list .en-search-result-list-main .search-result-list-item-live {
    margin-bottom: 50px;
    width: 335px;
    float: left
}

.en-search-result-list .en-search-result-list-main .search-result-list-item-live:nth-child(odd) {
    margin-right: 20px
}

.en-search-result-list .en-search-nodata {
    text-align: center;
    padding-top: 70px
}

.en-search-result-list .en-search-nodata .nodata-icon {
    width: 138px;
    height: 109px;
    display: block;
    background: url(//static.36krcdn.com/36kr-web/static/icon-nodata.14bc86ba.png) no-repeat 50%;
    margin: 0 auto
}

.en-search-result-list .en-search-nodata .sorry {
    padding-top: 30px;
    padding-bottom: 10px;
    color: #3d464d;
    font-size: 18px
}

.en-search-result-list .en-search-nodata .sorry span {
    color: #ff4343
}

.en-search-result-list .en-search-nodata .try-other-word {
    color: #999
}

.en-card-container {
    width: 300px;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    float: right
}

.en-card-container .title {
    padding: 28px 0;
    text-align: center;
    font-size: 20px;
    color: #262626
}

.en-card-container .code {
    width: 122px;
    height: 122px;
    margin: 0 auto;
    border: 1px solid #ddd
}

.en-card-container .code img {
    height: 100%;
    width: 100%
}

.en-card-container .column {
    padding: 40px 11px 29px;
    display: -webkit-box;
    display: flex;
    justify-content: space-around
}

.en-card-container .column li {
    width: 56px;
    float: left;
    margin: 0 18px
}

.en-card-container .column li .pic {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background: url(../search.33930f37.png) no-repeat;
    background-size: 24px 114px
}

.en-card-container .column li:first-child .pic {
    background-position: 0 -42px
}

.en-card-container .column li:nth-child(2) .pic {
    background-position: 0 -66px
}

.en-card-container .column li:nth-child(3) .pic {
    background-position: 0 -90px
}

.en-card-container .column li .info {
    margin-top: 15px;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #787878
}

.en-card {
    width: 100%;
    position: relative
}

.en-card .top-line {
    height: 4px;
    background: #ed4040;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 2px 2px 0 0
}

.en-card-content {
    border: 1px solid #ddd;
    min-height: 20px;
    border-radius: 2px
}

