@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  min-width: 1200px;
}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
ul, ol, dl {
  list-style-type: none;
  padding: 0;
}
ul, li, a{
	color:#333;
	text-decoration:none;
}

*{
	outline:none;
}
.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.hidden{
	display:none;
}
.pointer {
  cursor: pointer;
}
/* 取消边框 */
.border_none {
  border: 0 none;
}
/* 文本对齐方式 */
.txt-l {
  text-align: left;
}
.txt-c {
  text-align: center;
}
.txt-r {
  text-align: right;
}

/* 首行缩进 */
.txt-indent {
  text-indent: 2em;
}

/*
* 字母和单词换行设置
* @class Break 强制内容换行
* @class Nobreak 强制内容不换行
*/
.Break {
  word-break: break-all;
  word-wrap: break-word;
}
.Nobreak {
  word-break: keep-all;
  word-wrap: normal;
}
/* 定义文本下划线 */
.UnLine {
  text-decoration: underline;
}
.DisunLine {
  text-decoration: none;
}

/* 定位关系 */
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}

/* 通用容器 */
.clear {
  clear: both;
  /*overflow: hidden;*/
}

/*IE7不支持的清除浮动*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/*全版本兼容清楚浮动*/
.clears {
  clear: both;
  line-height: 0px;
  overflow: hidden;
  font-size: 0px;
  height: 0px;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

img{ border: none;}

.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}


.pt40 {
  padding-top: 40px !important;
}

.p10 {
  padding: 10px !important;
}

.pl {
  padding-left: 0 !important;
}

.pr {
  padding-right: 0 !important;
}

.pb10 {
  padding-bottom: 10px ;
}

.pb15 {
  padding-bottom: 15px ;
}

.pb20 {
  padding-bottom: 20px ;
}

.pb50 {
  padding-bottom: 50px ;
}


.ml20 {
  margin-left: 20px !important;
}

.w150 {
  width: 150px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

body, th, tr, button, input, select, textarea {
  font-family: 'Microsoft Yahei';
  font-size: 12px;
  color: #333;
}

.plr15 {
  padding: 0 15px !important;
}

.plr10 {
  padding: 0 10px !important;
}

.bb1mb0 {
  border-bottom: 1px solid #eee;
  width: 100%;
}

b, strong, em, i, address {
  font-style: normal;
  font-weight: 100;
  font-family: "宋体";
}

.p20 {
  padding: 20px !important;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-aCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

html, body {
  background-color: #F2F2F2;
}








/*********************************************************************/

.album-list li {
    padding: 5px;
    border: 1px #F2F2F2 solid;
    box-shadow: 3px 3px 2px #999;
}

.album-list .image-box {
    width: 110px;
    height: 110px;
}

.album-list .image-box img {
    width: 100%;
    height: 100%;
}

.album-list .image-box span {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align:center;
    line-height: 26px;
    font-weight: bold;
    font-size: 14px;
    z-index: 999;
    cursor: pointer;
}

.album-list .image-box:hover span {
    display: block;
}


.photo-list li {
    display: block;
    overflow: hidden;
    width: 110px;
    height: 110px;
    border: 1px #CCC solid;
    position: relative;
}

.photo-list li .cover {
    background: #49bc85;
    color: #FFF;
    font-size: 14px;
    line-height: 95px;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    text-align: center;
    transform: rotate(45deg) translate(0, -40px);
}






/*******************************************/
.float-right {float: right;}
.relative {position: relative;}
.absolute {position: absolute;}
.block {display: block;}
.none {display: none;}

.pheader {
    display: table;
    width: 100%;
    margin-bottom: 1em;
    line-height: 2em;
    height: 48px;
    position: relative;
}

.pheader button {
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--style-user-center-active-color);
    border-radius: 100rem;
    color: var(--style-user-center-active-color);
    background: #FFF;
    min-width: 7em;
    padding: 0px 18px;
    height: 38px;
    line-height: 38px;
    margin-right: 1em;
}
.pheader button:hover{
  background-color: var(--style-user-center-active-color);
  color: #fff;
}
.pheader button:hover .layui-icon{
  color: #fff;
}
.pheader .event-btns {
    display: none;
}

.pheader .event-btns button {
    margin-right: 0;
    border-radius: 0;
    margin-left: -1px;
}

.pheader .event-btns button:first-child {
    border-top-left-radius: 10em;
    border-bottom-left-radius: 10em;
}

.pheader .event-btns button:last-child {
    border-top-right-radius: 10em;
    border-bottom-right-radius: 10em;
}

#seabtn{
  cursor: pointer;
}

.pho-pages {
    text-align: center;
    margin: 20px 0;
}

.pho-pages .active{
  background-color: var(--style-user-center-active-color);
  color: #fff;
}

.pho-pages li {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid var(--style-user-center-active-color);
    margin: 0 3px;
    border-radius: 3px;
}



.pagination-warp {
  display: flex;
  justify-content: center;
}

ul.pagination {
  margin: 10px;
}

ul.pagination li {
  float: left;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px #ff9900 solid;
  margin-left: 4px;
  border-radius: 4px;
}
ul.pagination li a,
ul.pagination li span {
  padding: 0 15px;
}
ul.pagination li a {
  display: block;
  color: #ff9900;
}
ul.pagination li.text {
  background: #ff9900;
  color: #fff;
}
ul.pagination li.active {
  background: #ff9900;
  color: #fff;
}

ul.pagination li.active span {
  color: #fff;
}







