:root {
     /* color-theme */
    --main-bg-color: #28bf08;
}
html {
    font-size: 16px;
    word-wrap: break-word;
    background-color: #fff;
}
body {
	color: #333;
	padding: 0px !important;
	margin: 0px !important;
    font-family: "微软雅黑";
    position: relative;
    background-color: #fff;
}

a,a:hover,a:focus {
	text-decoration: none;
	outline: none;
}

::selection {
	background: var(--main-bg-color);
	color: #fff;
}

::-moz-selection {
	background: var(--main-bg-color);
	color: #fff;
}

h1,h2,h3,h4,h5,h6,p,ul,li { padding: 0; margin: 0;
}
li{ list-style-type: none;}
a {
	color: #333;
}

a:hover {
	color: var(--main-bg-color);
}

p {
	line-height: 22px
}
@font-face {
  font-family: 'iconfont';
  src: url("t/font_1469158554_1436648.eot")/*tpa=http://www.17sucai.com/preview/155563/2016-10-25/%E5%85%88%E8%88%AA/css/t/font_1469158554_1436648.eot*/; /* IE9*/
  src: url("t/font_1469158554_1436648.eot-#iefix")/*tpa=http://www.17sucai.com/preview/155563/2016-10-25/%E5%85%88%E8%88%AA/css/t/font_1469158554_1436648.eot?#iefix*/ format('embedded-opentype'), /* IE6-IE8 */
  url("t/font_1469158554_1436648.woff")/*tpa=http://www.17sucai.com/preview/155563/2016-10-25/%E5%85%88%E8%88%AA/css/t/font_1469158554_1436648.woff*/ format('woff'), /* chrome、firefox */
  url("t/font_1469158554_1436648.ttf")/*tpa=http://www.17sucai.com/preview/155563/2016-10-25/%E5%85%88%E8%88%AA/css/t/font_1469158554_1436648.ttf*/ format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("t/font_1469158554_1436648.svg#iconfont")/*tpa=http://www.17sucai.com/preview/155563/2016-10-25/%E5%85%88%E8%88%AA/css/t/font_1469158554_1436648.svg#iconfont*/ format('svg'); /* iOS 4.1- */
}
                    
.iconfont{font-family:"iconfont";font-size:50px;font-style:normal;}                                  
.top{ background: #383838; color: #fff; height: 30px; line-height: 30px;}
.top .top-fl{ float: left;}
.top .top-fr{ float: right;}
/*header*/

.header-frontend .navbar {
	margin-bottom: 0;
}

.navbar-default {
	border: none;
}

.navbar-brand {
	color: #bcc0cd;
	font-size: 30px;
	font-weight: 100;
	line-height: 30px;
	margin-top: 15px;
	padding: 0 0 0 15px;
}

/* .navbar-brand span {
	color: #f25f5b;
} */

.header-frontend .navbar-collapse ul.navbar-nav {
	margin-left: 20px;
	cursor: pointer;
}

.header-frontend .navbar-default {
	background-color: #fff;
}

.header-frontend .nav li a,
.header-frontend .nav li.active ul.dropdown-menu li a {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	background: none;
}
.menu_li a {
    color: #999 !important;
}
.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.header-frontend .nav li a:hover,
.header-frontend .nav li a:focus,
.header-frontend .nav li.active a,
.header-frontend .nav li.active a:hover,
.header-frontend .nav li a.dropdown-toggle:hover,
.header-frontend .nav li a.dropdown-toggle:focus,
.header-frontend .nav li.active ul.dropdown-menu li a:hover,
.header-frontend .nav li.active ul.dropdown-menu li.active a {
	color: var(--main-bg-color);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.header-frontend .navbar-default .navbar-nav> .open> a,
.header-frontend .navbar-default .navbar-nav> .open> a:hover,
.header-frontend .navbar-default .navbar-nav> .open> a:focus {
	color: var(--main-bg-color);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-frontend .navbar-nav> li> a {
    line-height: 70px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;
    vertical-align: middle;
    font-size: 20px;
}

.dropdown-menu li a:hover {
	color: var(--main-bg-color)!important;
}

.header-frontend .nav .caret {
	border-bottom-color: #999;
	border-top-color: #999;
}

.dropdown-menu {
	box-shadow: none;
	border-radius: 0;
}

.header-frontend .nav li .dropdown-menu {
	padding: 0;
}

.header-frontend .nav li .dropdown-menu li a {
	line-height: 28px;
	padding: 3px 12px;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}
.english{ text-align: center;}
.line{ border-bottom: 1px solid #ddd; margin-top: -1px;}
.mt{ margin-top: 20px;}
.more{ margin: 0 auto; display: block; width: 150px; height: 40px; text-align: center; line-height: 45px; color: #fff; background: var(--main-bg-color); border-radius: 8px;} 
.news{ background: var(--main-bg-color); padding: 50px 0 50px 0; overflow: hidden;}
.nav-tabs{ border: 0; }
.nav>li>a{ background: #eba11a; color: #fff; border-radius:50px; padding: 5px 30px;}
.nav>li>a:hover{  background: #f35b4f; color: #fff; border: 0;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{ background: #f35b4f; color: #fff; border: 0;}
.tab-content{ margin-top: 30px;}
.newstext{ text-align: center; color: #fff; margin: 30px 0; font-size: 16px;}
.partner img{ width: 100%; border: 1px solid #ddd; margin: 10px 0;}
.add{ background: #f9f9f9; padding: 20px 0; }
.add img{ width: 100%;}
.add h2{ font-size: 24px; margin-bottom: 15px;}
.add p{font-size: 16px; line-height: 30px;}
.add .btn-default{ background: #f44234; color: #fff; border: 0; margin-top: 15px;}
.copy{ line-height: 45px; background: #000; text-align: center; color: #999; width: 100%; position: fixed; bottom: 0;}
@media (min-width: 768px) and (max-width: 980px) {
    .col-4 .item {
        width: 47%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .product{ display: none;}
    .img{ display: none;}
    .copyright{ display: none;}
}
@media (max-width: 870px) {
	.copy{ padding: 15px 0;}
	.nav>li>a{ padding: 5px 15px;}
	.nav>li{ margin-right: 18px;}
	.iconfont{ font-size: 40px;}
	.navbar-brand img{ width: 120px;}
    .navbar-brand{ margin-top: 5px;}
    .navbar-toggle {
        margin-top: 12px;
    }
    .header-frontend .navbar-collapse  ul.navbar-nav {
        float: none;
        margin-left: 0;
    }
    .header-frontend .navbar-nav> li> a{ 
        line-height: 30px;     
        border-radius: 5px;
        font-size: 16px;
        -webkit-border-radius: 5px;}
    .header-frontend .nav li a:hover,
    .header-frontend .nav li a:focus,
    .header-frontend .nav li a.dropdown-toggle:focus,
    .header-frontend .nav li a.dropdown-toggle .dropdown-menu li a:hover,
    .header-frontend .nav li.active a,
    .header-frontend .dropdown-menu li a:hover {
        color: var(--main-bg-color)!important;
    }
    .header-frontend .navbar-nav > li {
        padding: 0;
        margin-bottom: 2px;
        line-height: 30px;
    }
    .header-frontend .nav li ul.dropdown-menu li a {
        margin-left: 0px;
        color: #999!important; ;
    }
    .header-frontend .nav li .dropdown-menu li a:hover, .header-frontend .nav li .dropdown-menu li.active a {
        color:var(--main-bg-color)!important;
    }
    .breadcrumb.pull-right{
        padding: 0;
    }
    .pst .search, .pst .box_search, .bx-controls-direction {
        display: none;
    }
    .mobile_search{
        display: block!important;
    }
    #box_pc_tip {
        display: none;
    }
    .mobile_search .search input,
    .mobile_search .box_search input{
        width: 270px;
    }
    .tweet-box {
        margin-bottom: 20px;
    }
    .property img {
        width: 80%;
    }
    .navbar-header {
        float: none;
        text-align: center;
        width: 100%;
    }
    .navbar-brand {
        float: none;
    }
    .carousel-control {
        font-size: 45px;
        line-height: 70px;
    }
    .btn, .form-control {
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .header-frontend .navbar {
        min-height: 60px;
    }
    .navbar-toggle {
        margin-right: -10px;
    }
    .navbar-brand {
        margin-top: 10px !important;
        float: left !important;
    }
    .col-4 .item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }
    .breadcrumb.pull-right{
        float: left !important;
        margin-top: 10px;
        padding: 0;
    }
    .carousel-control {
        font-size: 23px;
        line-height: 38px;
    }
}

.pst_bg{ width:100%; color: #333;}
.pst{ width:inherit; text-align:left; margin:0px auto; height:50px; line-height:50px; padding-left:24px; background: url("../images/address.png")/*tpa=http://www.17sucai.com/preview/155563/2016-10-25/%E5%85%88%E8%88%AA/images/address.png*/ left no-repeat;font-size:16px; color:#777;  
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.pst span{color:#777;}
.scd{ width:inherit; margin:0px auto;}
.s_nav .now a{ color:var(--main-bg-color) no-repeat right;}
.s_nav a:hover{color:var(--main-bg-color) no-repeat right;}
.scd .scd_r{ width:100%; float:right; }
.scd_r .r_name{ width:100%; height:40px; border-bottom:1px solid #ddd;}
.scd_r .r_name span{ display:inline-block; *display:inline; zoom:1; height:40px; line-height:40px; font-size:18px; color:var(--main-bg-color); border-bottom:1px solid var(--main-bg-color);}
.about{ width:100%; padding:30px 0; font-size:14px; color:#555555; line-height:255%; text-align:left;}
.about img{ max-width:100%; height:auto; vertical-align:top;}
.pages{ width:100%; text-align:center; height:30px; line-height:30px; margin-bottom:10px;}
.pages span{ cursor: pointer; display:inline-block; *display:inline; zoom:1; height:30px; line-height:30px; vertical-align:top; font-size:16px; color:#555555; margin:0 3px;}
.pages .now{ color:var(--main-bg-color);}
.pages .prev,.pages .next{ color:#FFF; background:#646464; padding:0 10px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
.pages .prev:hover,.pages .next:hover{background:var(--main-bg-color);}
.new{ width:100%; padding:30px 0;}
.new dl{ width:100%; padding-bottom:15px; margin-bottom:15px; border-bottom:1px dashed #ddd;}
.new dl dt,.new dl dt img{ width:235px; height:135px; float:left; vertical-align:top;}
.new dl dt{ border:3px solid #eee;}
.new dl dd{ width:595px; float:right; text-align:left;}
.new dl dd .title{ width:100%; height:30px; line-height:30px; position:relative;}
.new dl dd .title p{ width:65%; height:30px; line-height:30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:14px; color:var(--main-bg-color);font-size:16px;}
.new dl dd .title em{ font-style: normal; display:block; text-align:right; position:absolute; right:0; top:0; font-size:14px; color:#888;}
.new dl dd .des{ width:100%; height:69px; font-size:14px; color:#555555; line-height:170%; overflow:hidden; text-indent:2em; margin-bottom:6px;}
.sub{background: #f44234;
    color: #fff;
    border: 0;
    margin-top: 15px;}
.new dl dd .des a{ color: #555;}
.detail{ padding: 20px;}
.detail img {
    width: 100%;
    height: 100%;
    max-width: 256px;
    max-height: 256px;
}
.detail h2{ text-align: center; font-size: 18px; margin-top: 20px;}
.detail .lj {color: #666;text-align: center; margin-top: 8px; margin-bottom: 30px; font-size: 12px;}

.scd_r .pro img{ width: 100%;}
.scd_r .pro p{ text-align: center; background: #F5F5F5; line-height: 30px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.scd_r .pro{ margin-bottom: 20px;}
.modal-backdrop{z-index:0;}

.item_c {
    width: 325px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 20px;
}
.item_c .glyphicon-user:before,
.item_c .glyphicon-lock:before{
    font-size: 20px;
    vertical-align: sub;
}
.item_c input {
    display: inline-block;
    height: 35px;
    width: 300px;
}
.item_c button {
    display: inline-block;
    width: 135px;
    height: 33px;
}
.item_c button:hover {
    background-color: var(--main-bg-color);
    color: #fff;
    border: 0;
}
#footer_login {
    margin-left: 25px;
    margin-right: 20px;
}
.server_list div.list_row, .product_list div.list_row, .box_list div.list_row, .tool_list div.list_row  {
    height:50px;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    position: relative;
    cursor: pointer;
}
.list_row i {
    font-size: 14px;
}
.server_list div>span {
    font-size: 16px;
    width: 30%;
}
.server_list span:nth-child(2) {
    width: 25%;
    left: 35%;
    position: absolute;
}
.server_list span:nth-child(3) {
    width: 25%;
    left: 65%;
    position: absolute;
}
.tool_list div>span {
    font-size: 16px;
    width: 40%;
}
.tool_list span:nth-child(2), .tool_list_header span:nth-child(2) {
    width: 35%;
    left: 45%;
    position: absolute;
}
.tool_list_header span {
    display: inline-block;
    width: 40%;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.server_list div>a, .box_list div>a, .product_list div>a, .tool_list div>a {
    background: var(--main-bg-color);
    height: 30px;
    line-height: 30px;
    width: 17%;
    max-width: 110px;
    text-align: center;
    color:#fff;
    float: right;
    margin-top: 10px;
    cursor: pointer;
    font-size: 0.8rem;
}
.download_description_pdf_btn {
    cursor: pointer;
    margin-left: 10px;
    font-size: 20px;
}
.file_preview {
    color: var(--main-bg-color)!important;
}
.server_list_header, .tool_list_header {
    height:50px;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    position: relative;
}
.server_list_header span {
    display: inline-block;
    width: 30%;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
}
.server_list_header span:nth-child(2) {
    width: 25%;
    left: 35%;
    position: absolute;
}
.server_list_header span:nth-child(3) {
    width: 25%;
    left: 65%;
    position: absolute;
}
/* box */
.box_list_header {
    height:50px;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    position: relative;
}
.box_list_header span {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
}
.box_list_header span:nth-child(1) {
    width: 50%;
}
.box_list_header span:nth-child(2) {
    width: 20%;
    left: 51%;
    position: absolute;
}
.box_list_header span:nth-child(3) {
    width: 27%;
    left: 72%;
    position: absolute;
}

.box_list div>span, .product_list div>span, .server_list div>span, .tool_list div>span {
    font-size: 1rem;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box_list span:nth-child(1) {
    width: 50%;
}
.box_list span:nth-child(2) {
    width: 20%;
    left: 51%;
    position: absolute;
}
.box_list span:nth-child(3) {
    width: 10%;
    left: 72%;
    position: absolute;
}
/* product */
.product_list_header {
    height:50px;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    position: relative;
}
.product_list_header span {
    display: inline-block;
    width: 50%;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_list div>span {
    width: 50%;
}
.pst .search, .pst .box_search {
    position: absolute;
    right: 0;
    top: 0;
}
.search>input, .box_search>input {
    display: inline-block;
    width: 200px;
    outline: none;
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: 95%; 
    height: 29px;
    border: 1px solid lightgray;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.search>a, .box_search>a {
    display: inline-block;
    background: #f0f0f0;
    width:70px;
    height:30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}
@media screen and (max-width:770px){
    .pst{ text-align:left;}
    .new dl dd{ width:230px;}
    .box_list div>span, .product_list div>span, .server_list div>span, .tool_list div>span {
        font-size: 0.5rem;
    }
    .server_list div, .server_list div>a, 
    .box_list div, .box_list div>a,
    .product_list div, .product_list div>a,
    .tool_list div, .tool_list div>a{
        font-size: 0.6rem;
    }
    .box_list_header span, .server_list_header span,
    .product_list_header span, .tool_list_header span{
        font-size: 14px;
    }
}
@media screen and (max-width:510px) {
    .pst{ font-size:14px;}
    .new dl dd{ width:100%;}
    .new dl dt, .new dl dt img{ width:314px; height:180px;}
    .box_list div>span, .product_list div>span, .server_list div>span, .tool_list div>span {
        font-size: 0.5rem;
    }
    .server_list div, .box_list div, .product_list div,  .tool_list div{
        font-size: 0.6rem;
    }
}
/* detail */
.software_title, .tool_title, .box_title {
   text-align: center;
   padding-bottom: 20px;
   border-bottom: 2px solid var(--main-bg-color);
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
/* .scan_code {
    float: left;
    width: 30%;
} */
.easylive {
    margin-top: 50px;
}
.scan_code div img{
    width: 50%;
    margin: 0 auto;
}
#code {
    width: 100%;
}
.app_detail {
    line-height: 1.8rem;
    float: right;
    width: 60%;
    word-wrap: break-word;
    word-break: break-all;
}
.download>a{
    display: inline-block;
    background-color: var(--main-bg-color);
    height: 45px;
    line-height: 45px;
    width: 30%;
    color: #fff;
    cursor: pointer;
    min-width: 140px;
}
.download {
    margin-top: 20px;
    text-align: center;
}
.detail_left {
    width: 130px;
    text-align: right;
    vertical-align: top;
    font-weight: 800;
    padding-right: 5px;
}
.app_detail .detail_left {
    width: 160px;
}
.detail_row {
    display: block;
    margin-bottom: 20px;
}
/* 分页 */
.paginationjs {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.container {
    padding-bottom: 100px;
}
/* 菜单栏 */
.top_menu {
    padding-bottom: 0;
}
/* 登录框 */
/*解决打开模态框之后页面右侧滚动条消失的问题 */
.modal-open {
    overflow-y: auto;
}
.modal-dialog {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
#login_modal .modal-body {
    height: 270px;
}
.error_info {
    width: 325px;
    margin: 15px auto;
    color: red;
    padding-left: 30px;
}
/* 登录 + 语言切换 */
.top_items {
    position: absolute;
    right: 0;
    top: 20px;
    line-height: 40px;
}
.top_items .glyphicon:before {
    vertical-align: text-bottom;
}
.top_items  li, .mobile_top_items li {
    cursor: pointer;
    display: inline-block;
    padding-left: 1rem;
}
.mobile_top_items{
    text-align: right;
}
.mobile_top_items li {
    padding-left: 0.5rem;
}
.login span:nth-child(2), 
.console a {
    margin-right: 10px;
}
@media (max-width: 1450px) {
    .header-frontend .navbar-collapse ul.navbar-nav {
        margin-right: 215px;
    }
}

@media (max-width: 915px) and (min-width:870px){
    .navbar-brand img {
        width: 120px;
        margin-top: 5px;
    }
}
@media (max-width: 870px) {
    .navbar-brand img {
        margin-top: -15px;
    }
    .top_items {
        right: 80px;
        top: 15px;
        line-height: 28px;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    .header-frontend .navbar-collapse ul.navbar-nav {
        margin-right: 0px;
    }
}
@media (max-width: 500px) {
    .modal-dialog {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        font-size: 0.6rem
    }
    .modal-dialog .item_c {
        width: 225px;
    }
    .modal-dialog .item_c input {
        width: 200px;
    }
    .modal-dialog .item_c button {
        width: 80px;
    }
    .item_c .glyphicon-user:before,
    .item_c .glyphicon-lock:before{
        font-size: 1rem;
    }
    .error_info {
        width: 260px;
    }
}
@media (max-width: 480px) {
    .navbar-brand img {
        margin-top: 5px;
        width: 100px;
    }
}
@media (min-width:459px) {
    .mobile_top_items {
        display: none;
    }
}
@media (max-width: 460px) {
    .top_items {
        display: none;
    }
    .navbar-brand img {
        width: 120px;
    }
}
@media (max-width: 360px) {
    .login, .logout {
        padding-right: 0.5rem;
    }
}
/* 返回上一级菜单 */
.goback {
    cursor: pointer;
    padding-top: 5px;
}
.pst {
    cursor: pointer;
}
.navbar-nav a{
    font-weight: 600!important;
}
.top_items, .mobile_top_items {
    font-weight: 550;
}
.detail_list {
    padding: 0.5rem;
    border-bottom: 1px solid #ddd;
}
.detail_list p {
    display: inline-block;
    line-height: 1.8rem;
    word-wrap: break-word;
    word-break:break-all;
}

.detail_list  div{
    white-space: pre-wrap;
    padding-bottom: 10px;
    overflow: auto;
}
.detail_list  div p:nth-child(2n+1){
    text-align: left;
    vertical-align: top;
    font-weight: 800;
    padding-right: 10px;
}
.tips {
    color: red;
}
.navbar-header .navbar-toggle:focus {
    background-color: transparent;
}
.logout {
    max-width:150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.guide_2 {
    display: inline-block;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}
/* 调整分辨率 */
@media (min-width: 1280px) {
    .search>input {
        width: 300px;
    }
    .box_search>input {
        width: 230px;
    }
}
@media (min-width: 1920px) {
    .container {
        width: 1450px;
    }
    .box_search>input {
        width: 300px;
    }
}
@media (min-width: 3000px) {
    .container {
        width: 2700px;
    }
    .search>input {
        width: 400px;
    }
    .logout {
        max-width: 350px;
    }
    .navbar-nav {
        font-size: 20px;
    }
}
.box_tips {
    font-size: 14px;
}
.product_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
}
.product_box .singlebox {
    width: 280px;
    height: 280px;
    border: 1px solid #e9e9e9;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.documentation {
    display: inline-block;
    zoom: 1;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: var(--main-bg-color);
}
.singlebox div>a {
    background: var(--main-bg-color);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    color:#fff;
   
    cursor: pointer;
    font-size: 0.8rem;
}
.singlebox_bottom {
    padding: 10px 5px 0 10px;
}
.singlebox_text {
    text-align: left;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.singlebox_top {
    height: 190px;
    border-bottom: 1px solid #eee;
}
.singlebox_btn {
    text-align: right;
    padding-top: 20px;
}
.singlebox_btn a:nth-child(1) {
    margin-right: 10px;
}
.singlebox_img {
    width: 100%;
    max-height: 100%;
}