body {
    background: #f5f5f5;
}
.header {
	width: 100%;
	background-color: #01AAED;
}

.header .layui-nav {
	width: 1200px;
	margin: 0 auto;
	z-index: 999999;
}

.header .layui-nav-item h3 {
	font-size: 26px;
	margin-right: 50px;
}

.layui-nav .layui-nav-item a {
	color: #fff;
    font-size: 16px;
}

.header .logo {
    display: block;
    width: 150px;
    height: 60px;
    background: url("../../images/logo.png") no-repeat;
    float: left;
}

.container {
	width: 1200px;
	margin: 0 auto;
	margin-top: 10px;
	min-height: 500px;
    padding: 20px;
    background: #fff;
}

.container .panel {
	float: left;
	width: 25%;
}

.container .title {
    width: 100%;text-align: center;color: #888;
}


.clear {
	clear: both;
}

.tool-item {
    width: 288px;
    float: left;
    margin: 0 6px 10px 4px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #fff;
    position: static;
}

.tool-item-inner {
    padding: 10px 15px 10px 8px;
}

.tool-item a {
    color: #333;
    display: inline-block;
    text-decoration: none;
}

.item-icon {
    float: left;
    margin-right: 10px;
}

.item-icon img {
    width: 40px;
    height: 40px;
}

.tool-item-inner h3 {
    font-size: 16px;
    font-weight: bold;
    height: 22px;
    color: #444;
}

.item-desc {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer {
    font-size: 13px;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 28px;
    color: #393D49;
}

.layui-upload-drag
{
    width: 100%;
    padding: 0 0 30px 0;
}

.product-intro {
    margin-top: 20px;
}

.product-item {
    width: 288px;
    float: left;
    margin: 0 6px 10px 4px;
    border-radius: 3px;
    color: #fff;
    position: static;
    text-align: center;
}

.product-desc {
    padding: 10px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
    text-align: left;
}

.product-item img {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.container .tkl_main {
    width: 60%;
    float: right;
}

.container .tkl_preview {
    background: url("../../images/iphone_bg.png") no-repeat;
    background-position:center 0;
    background-size:380px 730px;
    width: 38%;
    float: left;
    min-height: 500px;
    position: relative;
}

.tkl_preview .dialog{
    background: #ffffff;
    width: 238px;
    height: 60px;
    z-index: 999;
    position: absolute;
    left: 116px;
    top: 310px;
}
.tkl_preview .dialog img{
    display: block;
    width: 46px;
    height: 46px;
    float: left;
}

.tkl_preview .dialog span{
    display: block;
    height: 30px;
    width: 170px;
    float: left;
    padding: 8px;
    font-size: 10px;
    word-wrap: break-word;
}

.del_tkl_main {
    padding-top: 30px;
    width: 800px;
    margin: 0 auto;
}

.container .del_tkl_introduct {
  color: #888;
  width: 500px;
  text-align: center;
  padding: 5px;
  margin: 0 auto;
}

.layui-nav-item .layui-nav-child a{
    color: #000;
}

.introduct {
  width: 100%;
  color: #888;
  text-align: left;
  padding: 5px;
  margin: 0 auto;
}

.layui-nav-item.user
{
    float: right;
}

.page_left {
    width: 20%;
    float: left;
    border-right: 1px solid #e6e6e6;
    min-height: 500px;
}

.page_left .layui-tree {
    padding-left: 100px;
    padding-top:20px;
    text-align: left;
}

.page_left .layui-tree li a {
    height: 26px;
    cursor: pointer;
}

.page_right{
    width: 78%;
    float: right;
}

.ucenter {
    min-height: 500px;
    width: 1200px;
    margin: 0 auto;
}

.user-menu
{
    margin-top: 10px;
    float: left;
}

.user-main {
    min-height: 500px;
    width: 80%;
    background: #fff;
    float: left;
    margin: 10px;
    padding: 10px;
}

.ucenter .layui-nav {
    background: #01AAED;
}

.ucenter .layui-nav-tree
{
    width: 150px;
}

.layui-nav-tree .layui-this>a{
    border-left: 5px solid #2F4056;
    background: #01AAED;
}

.layui-nav .layui-icon {
    position: relative;
    top: 2px;
    font-size: 20px;
    margin-right: 10px;
}

.user-avatar {
    height: 100px;
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
    background: #01AAED;
    margin-bottom: 10px;
    padding: 10px;
}
.user-avatar img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.ucenter .block {
    float: left;
    width: 50%;
    height: 30px;
    clear: both;
}

.user-main .block .title {
    width: 100px;
    float: left;
    text-align: right;
}

.user-main .block .info {
    width: 180px;
    float: left;
    font-weight: bold;
    text-align: left;
}

.user-main .block .intro {
    font-size: 12px;
    color: #888;
    margin-left: 10px;
}

.user-main .block .coin_color {
    color: #FF5722;
}

.user-main .user-sign {
    float: right;
}

#recharge {
    margin-left: 20px;
}

.page-menu {
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #fff;
}

.page-menu .search {
    float: right;  
    width: 250px;  
}

.page-menu .search .layui-input{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: 200px;
}

.page-container {
    width: 1150px;
    margin: 0 auto;
}

.page-container li {
    display: block;
    width: 60px;
    float: left;
}

.page-active {
    color: #5FB878;
}

.list-container {
    width: 1200px;
    margin: 0 auto;
    min-height: 500px;
    padding: 20px;
}

.list-container .list-main {
    width: 66%;
    float: left;
    background: #fff;
    padding: 10px;
    min-height: 600px;
}

.list-container .list-title {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-bottom: 1px dotted #E9E9E9;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}


.list-view {
    padding: 10px;
}
.list-view li {
    position: relative;
    height: 160px;
    padding: 0 0 25px 260px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.list-view .list-cover {
    overflow: hidden;
    width: 240px;
    height: 160px;
    position: absolute;
    left: 0;
    top: 0
}

.list-view .list-cover img{
    width: 100%;
    height: 100%;
}

.list-view .title {
    font-size: 18px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-view .list-user-avatar img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border-radius: 50%;
}
.list-view p{
    margin-top: 10px;
    color: #888;
}
.list-view .list-time {
    margin-left: 10px;
    line-height: 25px;
}

.list-view .viewnum {
    float: right;
    margin-left: 10px;
    line-height: 25px;
}

.list-view .desc {
    line-height: 25px;
}

.list-container .list-toolbar {
    width: 30%;
    float: right;
    background: #fff;
}

.list-toolbar li{
    padding: 5px 0 0 20px;
    height: 30px;
}

.list-container .view-title {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 5px 25px;
    color: #333;
    font-size: 20px;
    border-bottom: 1px dotted #eee;
}

.view-content {
    padding: 10px;
}

.view-title .viewnum,.time {
    float: right;
    color: #888;
    font-size: 12px;
    margin-left: 20px;
}

.charge_box {
    padding: 20px;
}

.check {
    border: solid 1px #8cc63e;
    background: url(../../images/selected.png) no-repeat;
    background-position: left top;
}

.sm {
  width: 960px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px;
  text-align: left;

  border: 1px dashed #ff9800;

}
.sm p{
  font-size: 14px;
  font-weight: bold;
  color: #FF0000;
  width: 600;
}
.open_api {
    float: right;
}
.open_api a {
    color: blue;
}

.flink {
    padding: 5px;
    width: 1100px;
    margin: 0 auto;
    text-align: left;
}
.flink a {
    margin-left: 10px;
}