html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url('../img/login/bg.jpg') no-repeat center #5d79cd;
	box-sizing:border-box;
	font-family: "微软雅黑", microsoft yahei, arial, Segoe UI,Arial,sans-serif,serif;
}
p,
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
em,i {
	font-style: normal;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	padding: 0;
}
.clear {
	clear: both;
}
.pg-contaienr {
	width: 100%;
	min-width: 1080px;
	height: 100%;
	display: table;
	overflow: auto;
}
.pg-log-box {
	line-height: normal;
	display: table-cell;
	text-align: center;
	background: transparent;
	vertical-align: middle;
	position: relative;
}
.pg-log-wrap {
	display: inline-block;
	font-style: normal;
	line-height: normal;
}
.pg-log-left {
	width: 600px;
	height: 420px;
	padding: 20px 10px;
	background: rgba(0, 0, 0, 0.5);
	float: left;
	text-align: left;
}
/***左侧动态**/
.pg-sys-msg {
	height: 100%;
	overflow: hidden;
}
.pg-log-left .pg-msg-list-item {
	margin: 0 0 10px 10px;
	position: relative;
}
.pg-log-left .pg-msg-list-item:before {
	content: '';
	display: block;
	width: 10px;
	height: 20px;
	background: url("../img/icon-note-arrow.png") center no-repeat;
	position: absolute;
	left: -10px;
	top: 2px;
}
.pg-log-left .pg-msg-list-item > div {
	display: inline-block;
	max-width: 80%;
	background: rgba(192, 189, 189, 0.4);
	padding: 10px 12px 8px;
	font-size: 13px;
	color: #f5f5f5;
	border-radius: 10px;
}
.pg-log-left .pg-msg-list-item  .pg-msg-pubchat {
	width: 80%;
}
.pg-log-left .pg-msg-list-item .msg-room-name span:nth-of-type(1) {
	margin-right: 10px;
}
.pg-log-left .pg-msg-list-item .msg-room-name span em {
	color: #d5efef;
}
.pg-log-left .pg-msg-list-item .msg-room-name span i {
	color: #d5efef;
}
.pg-log-left .pg-msg-list-item .msg-datetime {
	font-size: 12px;
	padding: 5px 0;
}
.pg-log-left .pg-msg-list-item .msg-content {
	line-height: 22px;
	text-align: justify;
}
.pg-log-left .pg-msg-list-item .msg-content i {
	color: #d5efef;
}
 .pg-msg-pubchat .bordered-box {
   width: 86%;
   height: 230px;
   border: 42px solid transparent;
   border-image: url('/public/img/flower_frame.png') 84 stretch; /* 替换为你的图片路径 */
}
.pg-log-left .pg-msg-list-item  .pg-msg-pubchat iframe {
	width: 100%;
	/*margin-top: 10px;
	padding: 5px;*/
	height: 230px;
	border: 0;
	/*border: 2px solid pink;
	border-radius: 8px;*/
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  animation: 0.5s bounceInLeft;
  -webkit-animation: 0.5s bounceInLeft;
}


/***右侧登录***/
.pg-log-right {
	width: 270px;
	height: 400px;
	padding: 30px 40px;
	float: right;
	background: #f8f8f8;
	position: relative;
}
.pg-log-header h2 {
	font-family:NSimSun;
	font-size: 28px;
	color: #f8f8f8;
	letter-spacing: 3px;
	text-align: center;
}
.pg-log-header .cur-city {
	margin: 10px 0 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #f8f8f8;	
}
.pg-log-header .cur-city em {
	//display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

/****登录遮罩层***/
.pg-loading-mask {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.pg-loading-mask.active {
	display: block;
}
.pg-loading-box {
	width: 66px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -40px; 
}
.pg-loading-box .pg-loading-img {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.pg-loading-box .pg-loading-text {
	margin-top: 10px;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	font-size: 13px;
}
@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-dual-ring {
  position: relative;
}
.lds-dual-ring div {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  border: 8px solid #000;
  border-color: #ffffff transparent #ffffff transparent;
  -webkit-animation: lds-dual-ring 0.6s linear infinite;
  animation: lds-dual-ring 0.6s linear infinite;
}
.lds-dual-ring {
  width: 50px !important;
  height: 50px !important;
  -webkit-transform: translate(-25px, -25px) scale(0.25) translate(25px, 25px);
  transform: translate(-25px, -25px) scale(0.25) translate(25px, 25px);
}


/****登录表单***/
.pg-log-form,
.pg-log-form-vip,
.pg-log-form-novip {
	display: none;
}
.pg-log-form.active,
.pg-log-form-vip.active,
.pg-log-form-novip.active{
	display: block;
}
.pg-log-form-novip {
	margin-bottom: 72px;
}
.pg-log-input {
	background: #e8eaf1/* #f2f5fb */;
	border-radius: 30px;
	text-align: left;
	padding: 0 15px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	-border: 1px solid transparent;
}

.pg-log-input > input {
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding: 5px 0 3px;
	outline: none;
	background: transparent;
	border: none;
	font-size: 14px;
}
.pg-log-input.error {
	border-color: #f34;
}
.pg-log-input.disabled {
	background: #f2f5fb;
}
.pg-log-input.disabled > input {
	background: #f2f5fb;
}
.pg-log-input.disabled > input::-webkit-input-placeholder {
　　 color: #aaa;
}
.pg-log-input.disabled > input:-moz-placeholder {
　　 color: #aaa;
}
.pg-log-input.disabled > input:-ms-input-placeholder{
　　 color: #aaa;
}

.pg-log-input-code .verify-code {
	width: 38%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.pg-log-input-code .verify-code img {
	display: block;
	margin: 7px auto 0;
	border: 1px solid #938c93;
    	border-radius: 15%
}
.pg-log-input-code > input {
    width: 42%;
}
.pg-log-form-vip .pg-log-input-code .pg-input-state { 
	width: 16px;
	height: 16px;
	position: absolute;
	left: 57%;
	top: 12px;
	border-radius: 50%;
	background:  url('../img/login/code-icons.png') no-repeat center;
	background-size: 32px;
	opacity: 0;
}
.pg-log-form-vip .pg-log-input-code .pg-input-state.success {
	background-position: -15px 0;
	background-color: #36b20d;
	opacity: 1;
}
.pg-log-form-vip .pg-log-input-code .pg-input-state.fail {
	background-position: 0 0;
	background-color: #f34;
	opacity: 1;
}

/*游客身份*/
.pg-log-form-novip .pg-log-input-code .pg-input-state { 
	width: 16px;
	height: 16px;
	position: absolute;
	left: 57%;
	top: 12px;
	border-radius: 50%;
	background:  url('../img/login/code-icons.png') no-repeat center;
	background-size: 32px;
	opacity: 0;
}
.pg-log-form-novip .pg-log-input-code .pg-input-state.success {
	background-position: -15px 0;
	background-color: #36b20d;
	opacity: 1;
}
.pg-log-form-novip .pg-log-input-code .pg-input-state.fail {
	background-position: 0 0;
	background-color: #f34;
	opacity: 1;
}



.pg-log-input-code .verify-code-get {
    width: 45%;
    height: 100%;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #1069ff;
    cursor: pointer;
    background: #ededee;
    position: absolute;
    border: none;
    outline: none;
    right: 0;
    top: 0;
}
.pg-log-input-code .verify-code-get.disabled {
	color: #999;
}
.pg-form-regbox .pg-reg-input-nickname .pg-input-state {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 18px;
	top: 12px;
	border-radius: 50%;
	background: url('../img/login/icon-gou2.png') no-repeat center #36b20d;
	background-size: 100%;
	display: none;
}
.pg-form-regbox .pg-reg-input-nickname .pg-input-state.active {
	display: block;
} 

/*注册验证码提示勾叉*/
.pg-form-regbox .pg-log-input-code .pg-input-state { 
	width: 16px;
	height: 16px;
	position: absolute;
	left: 46%;
	top: 14px;
	border-radius: 50%;
	background:  url('../img/login/code-icons.png') no-repeat center;
	background-size: 32px;
	opacity: 0;
}
.pg-form-regbox .pg-log-input-code .pg-input-state.success {
	background-position: -15px 0;
	background-color: #36b20d;
	opacity: 1;
}
.pg-form-regbox .pg-log-input-code .pg-input-state.fail {
	background-position: 0 0;
	background-color: #f34;
	opacity: 1;
}

.pg-log-input-code .verify-code-get:hover {
	background: #e2e2e2;
}
.pg-log-input-code .verify-code-get[disabled] {
	cursor: not-allowed;
}
.pg-log-input-code .verify-code-get[disabled]:hover {
	background: #ededee;
}
.pg-log-info-left,
.pg-log-info-right {
	float: left;
	width: 50%;
	font-size: 13px;
	color: #666;
	text-align: left;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.pg-log-info-right {
	text-align: right;
}
.pg-log-info-right a {
	font-size: 13px;
	color: #666;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
}

.pg-log-cb {
	padding-left: 8px;
	cursor: pointer;
	position: relative;
}
.pg-log-cb input {
	visibility: hidden;
}
.pg-log-cb > em {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 6px;
	z-index: 3;
	border-radius: 50%;
	border: 2px solid #1069ff;
}
.pg-log-cb > em:after {
	display: none;
	content: '';
	background: url('../img/login/icon-gou.png') no-repeat center;
	position: absolute;
	left: -1px;
	top: -3px;
	width: 20px;
	height: 16px;
}
.pg-log-cb input:checked + em:after {
	display: block;
}	

.mg-t-25 {
	margin-top: 25px;
}
.mg-t-10 {
	margin-top: 10px;
}
.pg-log-btn {
	font-size: 14px;
	color: #666;
}
.pg-log-btn > a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #1069ff;
	border-radius: 30px;
}
.pg-log-btn > a.with-bg {
	display: block;
	background: #1069ff;
	color: #fff;
	box-shadow: 0 2px 10px #1069ff;
}

/*** 头像 ***/
.pg-log-avatar {
	text-align: center;
	position: relative;
	line-height: normal;
}
.pg-log-avatar-wrap {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #eee;
	margin-bottom: 15px;
	border: 3px solid #fff;
	position: relative;
	box-shadow: 0 0 12px #aaa;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.pg-log-avatar-wrap .avatar-mask .icon-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/login/icon-arrow-down.png) center no-repeat;
    background-size: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.pg-log-avatar-wrap .avatar-mask .icon-arrow.active {
    transform: rotate(180deg);
}
.pg-log-avatar-wrap .avatar-mask {
	width: 100%;
	height: 20px;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.pg-log-avatar-wrap:hover .avatar-mask {
	display: block;
}
.pg-log-avatar-wrap > img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.pg-log-avatar-list {
	display: none;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 95px;
	left: 0;
	z-index: 99;
	border: 1px solid #e2e2e2;
	box-shadow: 2px 5px 15px #aaa;
	border-radius: 5px;
    overflow: hidden;
}
.pg-log-avatar-header {
	padding: 0 15px;
	font-size: 0;
	letter-spacing: 0;
	text-align: left;
}
.pg-log-avatar-header > div {
	display: inline-block;
	width: 55px;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	text-align: center;
	background: lightGray;
	cursor: pointer;
	border-left: 1px solid #efe8e8;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.pg-log-avatar-header > div:first-of-type {
	border-left: none;
}
.pg-log-avatar-header > div.active {
	background-color: #fff;
}
.pg-log-avatar-header > div > img {
	vertical-align: middle;
	width: 22px;
}
.pg-log-avatar-list-wrap {
	max-height: 280px;
    overflow: auto;
}
.pg-log-avatar-list-wrap > ul {
	display: none;
	font-size: 0;
	letter-spacing: 0;
	text-align: left;
	padding: 15px 15px 0;
}
.pg-log-avatar-list-wrap > ul.active {
	display: block
}
.pg-log-avatar-list-wrap > ul > li {
	display: inline-block;
	width: 21.25%;
	margin-right: 5%;
	margin-bottom: 15px;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid transparent;
	position: relative;
	box-sizing: border-box;
}
.pg-log-avatar-list-wrap > ul > li.active {
	border-color: #1069ff;
}
.pg-log-avatar-list-wrap > ul > li > div {
	padding-top: 100%;
	width: 100%;
}
.pg-log-avatar-list-wrap > ul > li > div .avatar-img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.pg-log-avatar-list-wrap > ul > li:nth-of-type(4n) {
	margin-right: 0
}
.pg-log-avatar-list-wrap > ul > li img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-transition: all 100ms ease 0s; 
    -o-transition: all 100ms ease 0s; 
    -webkit-transition: all 100ms ease 0s; 
    transition: all 100ms ease 0s;
}
.pg-log-avatar-list-wrap > ul > li:hover img{
    transform: scale(1.25); 
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25); 
    -o-transform: scale(1.25);
}

/* 按钮 */
.pg-log-btn > a.with-bg:hover {
	background: #1d85ec;
}
.pg-log-form-reg .pg-log-title {
	margin-bottom: 30px;
	text-align: left;
	font-size: 0;
	letter-spacing: 0;
}
.pg-log-title > h2 {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	text-indent: 12px;
	letter-spacing: normal;
	color: #333;
}
.pg-log-title > span {
	width: 50%;
	font-size: 14px;
	color: #888;
	display: inline-block;
	text-align: right;
	letter-spacing: normal;
	vertical-align: middle;
}
.pg-log-title > span a {
	text-decoration: none;
	color: #1069ff;
}
/***版权***/
.pg-copyright {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	text-align: center;
	color: #f9f9f9;
	font-size: 14px;
}
.pg-copyright a {
	color: #f9f9f9;
	font-size: 14px;
	text-decoration: none;
}
.pg-copyright a:hover {
	color: #fff;
	text-decoration: underline;
}
#agreement-check{
    width: 16px;
    height: 16px;
    margin-top: 2px;
    top: 5px;
    position: relative;
}
#agreement-check::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 16px;
    height: 16px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px;
}
#agreement-check:checked::after {
    content: "✔";
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 15px;
    background-color: #42BEAD;
}