﻿@charset "utf-8";
/* CSS Document */
body{
    font-size:12px;
	font-family: Arial,"微软雅黑";
	color:#555;
	background:#b14b3f url(../images/bg.jpg) no-repeat center 50px;
    background-size:100% auto;
}
*{
	margin:0px;
	border:0px;
	padding:0px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
}
ul{ 
   list-style:none;
}
ul li{ 
   list-style-type:none;
}
dl>div{
	clear:inherit!important;
}
div{
	word-break:break-all;
	word-wrap:break-word;
}
img{
    max-width:100%;
}
h1,h2,h3,h4,h5,h6{
    font-size: 14px;
    font-family:"微软雅黑";
    font-weight: 500;
}
.clear{
	clear:both;
	font-size:0px;
	visibility:hidden;
	width:0px;
	line-height:0px!important;height:0;
}	
a{
	color:#555;
	text-decoration:none;
}
a:hover{
	color:#555;
}
a,input,select{
	-webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	background:none;
	text-decoration: none;
}
input::placeholder{
	color:#999;
}
.tip,.tip a,a.tip{
	color:#bbb;
}
.tipped{
	color:#bbb;
	font-family:"宋体";
}
.warning,.warning a,a.warning{
	color:#ff4b8c;
}
.highlight,.highlight a,a.highlight{
	color:#00b7ee;
}
.secondary,.secondary a,a.secondary{
	color:#999;
}
input,select{
	vertical-align:middle;
    outline:none;
    color:#555;
	font-size:12px;
}
textarea{
    outline:none;
}
.h10{
	height:10px;
}
.h0h50{
	height:10px;
}
.buttonbar{
    padding:20px 0px;
    clear:both;
	text-align:center;
}
.tipbar {
    clear:both;
	text-align:center;
    line-height:20px;
}
.validation-summary-errors,.validation-summary-errors li{
    display:inline-block;
}
.header_wrapper{
	width:100%;
	background:#3b4a5a;
}
@media screen and (max-width: 750px){
	.header_wrapper{
		position:fixed;
		z-index:99;
	}
}
.header{
	max-width:1000px;
	height:50px;
	margin:0 auto;
	color:#fff;
	overflow:hidden;
}
.header a{
	color:#fff;
}
.logo{
    float:left;
    color:#fff;
    font-size:14px;
	font-family:Arial;
	font-weight:500;
	padding-left:0px;
    line-height:50px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
}
@media screen and (max-width: 1000px){
	.header{
		padding-left:5px;
	}
}
.logo a:nth-child(1){
    line-height:50px;
}
.logo a:nth-child(2){
    line-height:14px;
    padding-left:10px;
	padding-top:3px;
}
.logo img{
    vertical-align:middle;
    max-height:60px;
    line-height:60px;
}
.logo svg{
    vertical-align:middle;
    height:40px;
    width:auto;
    line-height:40px;
    fill:#28BCEB;
}
@media (prefers-color-scheme: dark) {
  .logo svg path{
	  fill:#28BCEB;
  }
}
.logo a{
    color:#fff;
}
.logo a:nth-child(2) span {
    font-size:12px;
}
@media screen and (max-width: 1000px){
	.logo{
		line-height:50px;
	}
    .logo a:nth-child(1){
        line-height:18px;
        padding:5px 0px;
    }
    .logo img{
        max-height:40px;
    }
    .logo svg {
        height:40px;
    }
}
.menu{
	float:right;
	font-size:14px;
	font-weight:500;
	line-height:50px;
	font-family:Arial,"微软雅黑";
}
.menu li{
	float:left;
	text-align:right;
}
@media screen and (max-width: 750px){
	.menu{
		display:none;
	}
}
.menu li a{
	padding:0px 10px;
	display:block;
}
.menu .clickclass,.menu a.clickclass,.menu li a:hover{
	color:#00b7ee;
}
/*slide导航开始*/
.nav_ico{
	width:20px;
	float:left;
	padding:15px 10px 0px 10px;
	height:35px;
	text-align:center;
}
@media screen and (min-width: 750px){
	.nav_ico{
		display:none;
	}
}
.nav_ico span{
	display:inline-block;
	width:20px;
	height:20px;
	line-height:6px;
	cursor:pointer;
	position: relative;
	transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1000px){
	.nav_ico{
		height:50px;
		padding:30px 10px 0px 10px;
	}
	.close_ico{
		width:60px;
	}
}
.nav_ico i{
	width:100%;
	height:2px;
	display:block;
	background:#fff;
	overflow:hidden;
	position:absolute;
}
@media (prefers-color-scheme: dark) {
  .nav_ico i{
	  background:#28BCEB;
  }
}
.nav_ico i:nth-child(1){
	top:1.5px;
}
.nav_ico i:nth-child(2){
	top:50%;
	transform:translateY(-50%);
}
.nav_ico i:nth-child(3){
	bottom:1.5px;
}
.close_ico span{
	 transform:rotate(135deg);
	 transition: all 0.3s ease-in-out;
}
.close_ico i:nth-child(1) {
	top:50%;
	transform:translateY(-50%);
}
.close_ico i:nth-child(2) {
	opacity: 0;
}
.close_ico i:nth-child(3) {
	top:50%;
	transform: translateY(-50%) rotate(90deg);
}
.slide_mask {
	background: rgba(0, 0, 0, 0.1); 
	left: 0px; 
	top: 0px;
	width: 100%;
	height:100%;
	display: none;
	position:fixed; 
	z-index:100;
	transition:0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	cursor:pointer;
}
.slide_nav {
	left: 0px;
	top: 50px;
	position:fixed;
	z-index:100; 
	transition:0.3s ease-out;
	transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0); 
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out;
	background:#414756;
	display:block;
	font-size:14px;
	height:calc(100% - 100px);
	overflow-y:auto;
	overflow-y:overlay;
	overflow-x:hidden;
    font-family:Arial,"微软雅黑";
}
@media screen and (min-width: 1000px){
	.slide_nav{
		top:80px;
		height:calc(100% - 80px);
	}
}
@media screen and (min-width: 750px){
	.slide_nav::-webkit-scrollbar {
		width:5px;
		height:5px;
	}
	.slide_nav::-webkit-scrollbar-thumb, .slide_nav::-webkit-scrollbar-thumb:horizontal {
	  border-radius:3px;
	  background:#818195;
	}
	.slide_nav::-webkit-scrollbar-button {
		display: none;
	}
	.slide_nav::-webkit-scrollbar-track, .slide_nav::-webkit-scrollbar-track-piece {
		background: -webkit-gradient(linear,left);
	}
	.slide_nav::-webkit-scrollbar-track-piece {
		background: #2b2b31;
	}
}
.moved.slide_nav {
	transform: translate3d(0, 0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
.slide_nav li{
	line-height:35px;
}
.slide_nav li > a {
	padding:0px 10px;
	color:#eee;
	display: block;
}
.slide_nav li li a{
	padding:0px 10px 0px 32px;
	position:relative;
	font-size:14px;
}
.slide_nav li li a:before{
	content:"";
	height:4px;
	width:4px;
	border-width: 1px 1px 0 0;
    border-color:#fff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	display:inline-block;
	position:absolute;
	left:18px;
	top:16px;
}
.slide_nav li.current > a,.slide_nav li a:hover {
	background:#00b7ee;
}
/*slide导航结束*/
.banner{
    min-width:100%;
    margin:0 auto;
    height:150px;
    background:url(../images/logo.png) no-repeat center center;
}
@media screen and (max-width: 750px){
	.banner{
		height:100px;
	}
}
.banner a{
    display:block;
    line-height:100%;
}
.main{
    max-width:1000px;
    margin:auto;
    clear:both;
    background:#eee;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    overflow:hidden;
}
@media screen and (max-width: 1000px){
	.main{
		margin:0px 10px;
	}
}
.left{
	width:calc(100% - 240px);
	min-height:788px;
	margin:0 auto;
	background:#fff;
    float:left;
    overflow:hidden;
    padding-bottom:15px;
}
@media screen and (max-width: 750px){
	.left{
		width:100%;
	}
}
.topbar{
	height:40px;
    border-bottom:1px solid #ddd;
}
.topbar_left{
	width:auto;
	float:left;
	line-height:40px;
	padding-left:20px;
    font-size:14px;
}
@media screen and (max-width: 750px){
	.topbar_left{
		padding-left:10px;
	}
}
.topbar_left span{
	padding:0px 6px;
}
.topbar_right{
	width:auto;
	float:right;
    padding-right:20px;
	line-height:40px;
    font-size:12px;
}
@media screen and (max-width: 750px){
	.topbar_right{
		 padding-right:10px;
	}
}
.topbar_right a{
    padding-left:6px;
    color:#00b7ee;
}
.search_box{
    width:auto;
	height:45px;
	padding:10px 0px 0px 0px;
	background:#fff;
    border-bottom:1px solid #eee;
	text-align:center;
}
.text01{
	width:210px;
	height:35px;
	background:#f2f2f2;
	padding-left:8px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border:0px solid #ccc;
}
.text02{
	width:150px;
    height:25px;
    line-height:25px;
	border:1px solid #ddd;
	padding:0 2px;
    margin-left:3px;
}
.search_button{
	width:55px;
	height:35px;
	cursor:pointer;
    color:#fff;
	background:#00b7ee;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-left: -1px;
    border:0px;
}
.textarea01{
    width:calc(100% - 20px);
    line-height:20px;
    border:1px solid #ccc;
    padding:5px;
    margin-top:8px;
}
.textarea02{
    width:calc(100% - 8px);
    height:80px;
    line-height:20px;
    border:1px solid #ccc;
    padding:3px;
    display:inline-block;
}
.button01{
    min-width:100px;
	height:35px;
	background:#00b7ee;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    padding:0px 10px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
    letter-spacing:3px;
}
.button03{
    background:none;
    margin-left:8px;
    cursor:pointer;
    color:#2b98b9;
}
.content02{
	margin:0 auto;
	padding:25px 0px 0px 300px;
    line-height:28px;
}
.content02 dt{
    width:10%;
    min-height:35px;
    float:left;
    text-align:right;
    display:inline;
}
.content02 dd{
    width:90%;
    min-height:35px;
    float:left;
    text-align:left;
    display:inline;
}
.content03{
	width:auto;
	margin:0 auto;
	padding:25px 0px 0px 0px;
    line-height:28px;
}
.content03 dt{
    width:75px;
    min-height:35px;
    float:left;
    text-align:right;
    display:inline;
}
.content03 dd{
    width:calc(100% - 75px);
    min-height:35px;
    float:left;
    text-align:left;
    display:inline;
}
.userbox{
    clear:both;
    height:42px;
    width:100%;
    float:left;
}
.name{
    line-height:18px;
    padding-left:5px;
    float:left;
}
.imgbox01{
	width:120px;
	height:110px;
	overflow:hidden;
    margin-left:-2px;
    margin-bottom:8px;
}
.imgList{
    height:auto;
}
.thumbnail{
    width:100px;
    height:100px;
    overflow:hidden;
    display:inline-block;
    cursor:pointer;
    border:1px solid #eee;
    margin:5px;
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
}
.thumbnail span {
    width:auto;
	height:90px;
	text-align:right;
	padding:5px;
	font-size:14px;
	font-weight:500;
	display:none;
	position:relative;
	color:#fff;
	background:rgb(0,0,0);
    filter:alpha(opacity=30);
    background: rgba(0,0,0,0.3);
	cursor:default;
}
.thumbnail span img:hover{
	cursor:pointer;
}
.thumbnail:hover span{
	display:block;
}
.right{
    float:right;
    width:240px;
    overflow:hidden;
}
@media screen and (max-width: 750px){
	.right{
        display:none;
	}
}
.right{
    height:auto;
}
.right01{
    text-align:center;
    height:auto;
    padding:30px 0px;
}
.right01 span{
    line-height:20px;
    display:block;
    padding-top:10px;
}
.loginUser{
    width:100px;
    height:100px;
     -moz-border-radius:50px;
    -webkit-border-radius:50px;
    border-radius:50px;
    overflow:hidden;
    margin: auto;
}
.loginUser a{
    height:100%;
    display:block;
}
.username{
	height:25px;
	line-height:25px;
	font-size:14px;
	font-family:Arial,"微软雅黑";
	font-weight:500;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-align:center;
}
.occupation{
	height:20px;
	line-height:20px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-align:center;
}
.right02{
    padding:0px 30px 0px 15px;
    font-size:14px;
    font-weight:600;
    font-family:"微软雅黑";
}
.right03{
    padding:10px 15px 20px 15px;
}
.right03 li{
    width:auto;
    line-height:22px;
    background:url(../images/li.png) no-repeat left center;
    text-indent:12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.right04{
    padding:15px 15px 20px 15px;
}
.right04 a,.right04 a:hover{
   color:#2b98b9;
}
.right04 li{
    width:auto;
    min-height:80px;
}
.headImg02{
    width:60px;
    height:60px;
    float:left;
     -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:30px;
    overflow:hidden;
}
.headImg02 a{
    height:100%;
    display:block;
}
.name02 {
    padding-left:10px;
    line-height: 18px;
    float:left;
}
.bottom{
	width:100%;
	height:50px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	clear:both;
    font-family:Arial;
}
@media screen and (max-width: 1000px){
	.bottom{
		height:auto;
	}
}
.h0h50{
	height:0px;
}
@media screen and (max-width: 1000px){
	.h0h50{
		height:50px
	}
}
.bottom a{
    color:#fff;
}
.bottomText{
	line-height:50px;
}
.bottomText a{
	color:#fff!important;
}
.bottom ul{
	width:100%;
	height:50px;
	margin:0 auto;
	z-index:99;
	font-size:14px;
    background:#3b4a5a;
    position:fixed;
    bottom:0px;
    display:none;
}
@media screen and (max-width: 1000px){
	.bottom ul{
        display:block;
	}
}
.bottom li{
	float:left;
	width:25%;
	height:50px;
	line-height:16px;
	text-align:center;
	z-index:10000;
	font-family:Arial,"微软雅黑";
}
.bottom li a{
	display:block;
    padding-top:8px;
	color:#eee;
}
.bottom svg{
    height:16px;
    fill:#fff;
}
.bottom a.navClass,.bottom a:hover{
	color:#00b7ee;
}
.bottom a.navClass svg,.bottom a:hover svg{
    fill:#00b7ee;
}
/*列表03*/
.list03{
	width:auto;
	clear:both;
    padding:15px 20px 0px 20px;
}
.list03 .loginUser{
    height:auto;
    max-width:calc(100% - 10px);
    aspect-ratio:1/1;
}
.list03 ul{
	margin:0px -7px;
}
.list03 li{
	width:16.6666%;
	padding:10px 0px;
	float:left;
}
@media screen and (max-width: 750px){
	.list03 li{
		width:25%;
	}
}
.list03img{
	height:220px;
	margin:0 auto;
	padding:0px 8px;
    overflow:hidden;
}
.list03img span{
	width:auto;
	height:100%;
	display:none;
	text-align:right;
	position:relative;
	background:rgb(0,0,0);
    filter:alpha(opacity=20);
    background: rgba(0,0,0,0.2);
	z-index:999999;
	margin-right:3px;
}
.list03img:hover span{
	display:block;
}
.list03img a{
	display:block;
	height:220px;
}
.list03title{
	height:30px;
	line-height:30px;
	margin:0 auto;
	padding:0px 8px;
    text-align:center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list03bar{
	height:18px;
	line-height:16px;
	margin:0 auto;
	padding:0px 8px;
	color:#999;
    text-align:center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list03bar span{
	font-family:Arial;
	font-size:14px;
	font-weight:500;
	vertical-align:middle;
    cursor:pointer;
}
/*列表03*/
/*列表04*/
.list04{
    background:#fff;
    padding:0px 15px 0px 15px;
    clear:both;
}
@media screen and (max-width: 750px){
	.list04{
		 padding:0px 10px 0px 10px;
	}
}
.list04 li{
	border-bottom:1px dashed #eee;
	padding:10px 0px 10px 0px;
	clear:both;
}
.list04img{
	width:155px;
	height:100px;
	float:left;
	overflow:hidden;
}
@media screen and (max-width: 800px){
	.list04img{
		width:110px;
	    height:80px;
  }
}
.list04img a{
	height:100%;
	display:block;
}
.list04right{
    padding-top:42px;
    padding-left:165px;
}
@media screen and (max-width: 800px){
	.list04right{
		padding-left:120px;
  }
}
.list04title{
	line-height:18px;
	font-size:14px;
	font-weight:600;
	font-family:"微软雅黑";
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list04content{
	padding-top:5px;
    height:54px;
	text-indent:2em;
	line-height:18px;
	text-align:justify;
	text-justify:inter-ideograph;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    line-clamp: 3;
    overflow:hidden;
}
@media screen and (max-width: 800px){
	.list04content{
        height:36px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}
.list04bar{
	padding-top:5px;
    line-height:20px;
	color:#aaa;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list04bar a{
    color:#2b98b9;
}
.list04bar svg{
    width:12px;
    fill:#bbb;
    padding-right:1px;
    vertical-align:middle;
    margin-top:-2px;
}
/*列表04*/
/*分页*/
.pagebar{
	padding-top:10px;
	clear:both;
	text-align:center;
	line-height:35px;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:500;
}
.pagebar span{
	height:35px;
	padding:0px 8px;
}
.pagebar span.pageActive{
	font-weight:500;
    color:#2b98b9;
}
.pagebar span.pageEllipsis{
	background:none;
}
/*分页*/
/*详情页01*/
.detail_main{
	margin:0 auto;
	display:block;
    background:#fff;
    padding:20px 20px 0px 20px;
}
@media screen and (max-width:750px){
    .detail_main{
        padding:20px 10px 0px 10px;
    }
}
.detail_title{
	line-height:38px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	text-align:center;
	background:#fafafa;
	padding:0px 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.detailBar{
	line-height:30px;
	height:30px;
	color:#999;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	padding-top:10px;
}
.detailBar svg{
    width:12px;
    fill:#bbb;
    padding-right:1px;
    vertical-align:middle;
    margin-top:-2px;
}
.detailBar a{
	color:#aaa;
}
.detailBar span a{
	color:#2b98b9;
	margin:0px;
}
.detail_content{
    padding-top:10px;
	line-height:22px;
}
.detail_content img,.detail_file img{
	max-width:100%;
     margin:0 auto;
}
.detail_content p{
	text-indent:2em;
	text-align:justify;
	text-justify:inter-ideograph;
}
.detail_file{
	padding-top:10px;
	text-align:center;
}
.detail_file video{
    max-width:100%;
    margin:0 auto;
}
/*详情页01*/
/*列表评论*/
.headImg01{
    width:36px;
    height:36px;
    float:left;
     -moz-border-radius:18px;
    -webkit-border-radius:18px;
    border-radius:18px;
    overflow:hidden;
}
.headImg01 a {
    height:100%;
    display: block;
}
.DiscussAdd{
    min-height:100px;
    padding:15px 15px 5px 15px;
    background:#f5f5f5;
    margin:15px 20px 15px 20px;
    clear:both;
}
.DiscussAdd li{
    min-height:20px;
    padding-bottom:10px;
}
.DiscussAdd li span{
    line-height:35px;
}
.DiscussAdd_right{
	float:right;
}
.DiscussAdd .imgbox01,.ReplyAdd .imgbox01{
	width:37px;
	height:37px;
	overflow:hidden;
	float:left;
}
.DiscussAdd .imgbox01 .thumbnail,.ReplyAdd .imgbox01 .thumbnail,.ReplyAdd .imgbox01 .thumbnail02{
    width:35px;
    height:35px;
    overflow:hidden;
    display:inline-block;
    cursor:pointer;
    border:1px solid #eee;
    margin:0px;
    text-align:center;
    overflow:hidden;
}
.DiscussAdd .imgbox01 .thumbnail span,.ReplyAdd .imgbox01 .thumbnail02 span {
	width:auto;
	height:30px;
	text-align:center;
	padding:2px;
	font-size:14px;
	font-weight:500;
	display:none;
	position:relative;
	color:#fff;
	background:rgb(0,0,0);
    filter:alpha(opacity=30);
    background: rgba(0,0,0,0.3);
	cursor:default;
}
.imgbox01 .thumbnail span img:hover,.imgbox01 .thumbnail02 span img:hover{
	cursor:pointer;
}
.imgbox01 .thumbnail:hover span,.imgbox01 .thumbnail02:hover span{
	display:block;
}
.Discuss{
	clear:both;
    padding:0px 20px;
}
.Discuss li{
	clear:both;
	min-height:45px;
	padding-bottom:5px;
}
.Discuss_right{
	padding-left:41px;
	width:auto;
	height:auto;
}
.Discuss_centent{
	width:auto;
	height:auto;
	line-height:20px;
}
.Discuss_centent span{
	color:#2b98b9;
}
.Discuss_centent img{
    height:25px;
    display:block;
}
.Discussdate{
	color:#999;
	line-height:20px;
}
.Discussdate a{
	color:#2b98b9;
}
.Discussdate span{
	color:#2b98b9;
	cursor:pointer;
}
.Reply{
	padding-left:36px;
}
.ReplyAdd{
	width:auto;
    padding:0px 20px 0px 0px;
    clear:both;
}
/*列表评论*/
.select01{
	display:inline-block;
}
.selectbox-wrapper{
	border:#ccc 1px solid; 
	width:154px;
	position:absolute;
	background:#fff; 
	text-align: left;
    margin:-1px 0px 0px 3px;
    z-index:10000000;
}
.selectbox-wrapper UL LI.selected {
	width:148px;
	background:#f2f2f2;
}
.selectbox-wrapper UL LI.current {
	width:148px;
	background:#f2f2f2;
}
.selectbox-wrapper UL LI {
	padding:3px;
	width:148px ;
	cursor:pointer;
	line-height:18px;
}
.selectbox{ 
    border:none;
	display:inline-block;
	padding-left:4px;
	width:150px; 
	cursor: pointer; 
	height:28px;
    line-height:28px;
	background:url(../images/select.png) no-repeat right center;
    border:1px solid #ccc;
    margin:0px 0px 0px 3px;
}
/*点击弹出窗口开始*/
.clickbtn01{
	cursor:pointer;
}
.overlayerbg{
	background-color:#666;
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.showbox{
	position:absolute;
	width:640px;
	height:auto;
	z-index:100;
	background:#fff;
	display:none;
    transform:translate(-50%, -50%);
}
@media screen and (max-width: 750px){
	.showbox{
		width:calc(100% - 20px);
	}
}
.showbox_top{
	height:30px;
	border-bottom:1px solid #ddd;
    padding:5px 12px 10px 7px;
}
.showbox_top .secondary{
    vertical-align:middle;
    padding-left:5px;
 }
.close{
    line-height:30px;
	float:right;
	text-align:right;
	font-family:Arial;
	font-size:15px;
    cursor:pointer;
    position:relative;
    top:16px;
}
.close:before{
    content:"";
    background:#555;
    width:1.2px;
    height:15px;
    display:inline-block;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%,-50%) rotate(-45deg);
}
.close:after{
    content:"";
    background:#555;
    width:1.2px;
    height:15px;
    display:inline-block;
    position:absolute;
    top: 50%;
    left: 50%;
    transform:translate(50%,-50%) rotate(45deg);
}
.showbox_content{
	height:360px;
	overflow-y:scroll;
	padding:10px 5px 10px 5px;
}
@media screen and (max-width: 750px){
	.showbox_content{
		height:310px;
	}
}
.showbox_content li{
	width:calc(20% - 10px);
	float:left;
	text-align:center;
	float:left;
	overflow:hidden;
    padding:0px 5px;
}
@media screen and (max-width: 750px){
	.showbox_content li{
		width:calc(25% - 10px);
	}
}
.popupImg{
	display:block;
	width:100%!important;
	height:80px;
	cursor:pointer;
	overflow:hidden;
}
.showbox_content span{
	display:block;
	height:25px;
	line-height:23px;
	text-overflow:ellipsis;
    white-space: nowrap;
	overflow:hidden;
	padding:0px 5px 0px 5px;
    color:#999;
}
.showbox_content i{
    font-style:normal;
}
/*点击弹出窗口结束*/
/*相册全屏查看*/
#fullscreenSlideshowContainer{
	background:#343943;
    overflow:hidden;
}
#fullscreenSlideshowContainer .ui {
	position:absolute;
	z-index:10;
}
#fullscreenSlideshowContainer img{
	max-width:100%;
}
#fs-loader{
	width:100px;
	height:100px;
	line-height:100px;
    border-radius:50%;
	text-align:center;
	font-size:18px;
    background:#343943;
	color:#fff;
    top:calc(50% - 50px);
	left:calc(50% - 50px);
}
#fs-prev,#fs-next,#fs-close{
	width:36px;
	height:36px;
	line-height:36px;
	border-radius:50%;
	text-align:center;
	cursor: pointer;
	background:#000;
}
#fs-close {
	top:10px;
	right:10px;
}
#fs-close:before{
	content:"";
	height:18px;
	width:1px;
	background:#fff;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(50%,-50%) rotate(45deg);
}
#fs-close:after{
	content:"";
	height:18px;
	width:1px;
	background:#fff;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(50%,-50%) rotate(-45deg);
}
#fs-prev,#fs-next {
	top:50%;
	margin-top:-18px;
}
#fs-prev {
	left:10px;
}
#fs-prev:before{
	content:"";
	height:10px;
	width:10px;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-25%,-50%) rotate(45deg);
}
#fs-next {
	right:10px;
}
#fs-next:before{
	content:"";
	height:10px;
	width:10px;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-75%,-50%) rotate(45deg);
}
#fs-caption {
	bottom:0px;
	text-align:center;
	width:100%;
	left:0;
	line-height:35px;
	display:none;
	background:#000;
	color:#fff;
	font-size:16px;
}
/*相册全屏查看*/
/*纯文本编辑器*/
.editorText{
    width:504px;
    height:133px;
    border:1px solid #ddd;
    position: relative;
    padding:0px!important;
    overflow:auto;
    margin-left:3px;
}
@media screen and (max-width: 750px){
    .editorText {
        width: calc(100% - 6px);
    }
}
.editorText .textShow{
    min-height:90px;
    outline: none;
    unicode-bidi: plaintext;
    padding:6px;
    font-family:Arial;
}
.editorText .textShow p {
    margin-bottom:5px;
    line-height:16px;
    text-indent:0em;
}
.editorText textarea{
    display: none;
    width: 100%;
    min-height:90px;
    padding:6px;
    font-family:Arial;
}
.editorText .toolbar{
    padding:5px 3px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    line-height:20px;
}
.editorText .toolbar span{
    padding:3px;
    cursor:pointer;
}
.editorText .toolbar svg{
    height:14px;
    fill:#999;
    vertical-align:middle;
}
/*纯文本编辑器*/