@charset "utf-8";

/* 个人中心 */
.layout-breadcrumb {
  width: 1300px;
  margin: 26px auto 20px;
  font-size: 14px;
  color: #666666;
}

.layout-breadcrumb a {
  color: #666666;
}

.layout-main {
  width: 1300px;
  margin: 0 auto 90px;
  min-width: 1300px;
}

.layout-aside {
  float: left;
  width: 240px;
  background-color: #ffffff;
  border-radius: 0px 0px 4px 4px;
  overflow: hidden;
  margin-top: 40px;
}

.layout-aside .user-info {
  height: 160px;
  padding-top: 40px;
  background: url(../images/pb-22.png);
  margin-bottom: 27px;
}

.layout-aside .user-avatar {
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
}

.layout-aside .user-avatar img {
  width: 84px;
  height: 84px;
  border: solid 2px #ffffff;
  border-radius: 50%;
}

.layout-aside .user-name {
  max-width: 200px;
  margin: 0 auto;
  font-size: 16px;
  color: #000000;
}

.layout-aside .menu-item {
  display: block;
  line-height: 64px;
  padding-left: 94px;
  border-bottom: 1px solid #ebebeb;
  background: url(../images/pb-10b.png) no-repeat 62px center;
  font-size: 16px;
  color: #000000;
}
.layout-aside .menu-item:last-of-type {
  border-bottom: none;
}
.layout-aside .menu-item:nth-of-type(2) {
  background-image: url(../images/pb-96.png);
}
.layout-aside .menu-item:nth-of-type(3) {
  background-image: url(../images/pb-11b.png);
}

.layout-aside .menu-item:nth-of-type(4) {
  background-image: url(../images/pb-13b.png);
}

.layout-aside .menu-item:nth-of-type(5) {
  background-image: url(../images/pb-15b.png);
}

.layout-aside .menu-item.active {
  background-image: url(../images/pb-10.png);
  color: #2c80fc;
  ;
}
.layout-aside .menu-item:nth-of-type(2).active {
  background-image: url(../images/pb-96b.png);
}
.layout-aside .menu-item:nth-of-type(3).active {
  background-image: url(../images/pb-11.png);
}

.layout-aside .menu-item:nth-of-type(4).active {
  background-image: url(../images/pb-13.png);
}


.layout-aside .menu-item:nth-of-type(5).active {
  background-image: url(../images/pb-15.png);
}
.layout-aside .btns a {
  display: block;
	width: 160px;
	height: 44px;
  line-height: 44px;
	background-color: #0fb264;
	border-radius: 4px;
  margin: 0 auto 12px;
  font-size: 16px;
	color: #ffffff;
  text-align: center;
}
.layout-aside .btns a:last-child {
  background-color: #ffa800;
}
.layout-content {
  float: right;
  width: 965px;
  padding: 0 40px 40px;
  background-color: #ffffff;
  margin-top: 40px;
}

.pheader {
  height: 45px;
  margin: 20px 0 24px;
  border-bottom: 1px solid #e6e6e6;
}

.ptitle {
  float: left;
  height: 43px;
  line-height: 43px;
  border-bottom: 2px solid #2c80fc;
  font-size: 18px;
  color: #1962ce;
}

.psubtitle {
  line-height: 43px;
  font-size: 14px;
  color: #ff3300;
}

.ptitle img {
  vertical-align: middle;
  margin-right: 10px;
}

.ptitle span {
  vertical-align: middle;
}

.psearch {
  float: right;
  width: 248px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  overflow: hidden;
}

.psearch-input {
  float: left;
  width: 205px;
  height: 100%;
  padding-left: 5px;
  font-size: 14px;
}

.psearch-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
}

.psearch-btn {
  float: left;
  width: 38px;
  height: 100%;
  background: url(../images/pb-23.png) no-repeat center;
}

table {
  width: 100%;
  margin-bottom: 36px;
  text-align: center;
  font-size: 14px;
  color: #333;
}

table th {
  height: 50px;
  border-right: 1px solid #fff;
  background-color: #eef1f7;
  font-weight: normal;
}

table td {
  height: 66px;
}

table td a {
  color: #333333;
  margin: 0 4px;
}
table .filname {
  max-width: 230px;
  text-align: center;
}
table .disabled {
  color: #999999;
  margin: 0 5px;
}
table .delete {
  position: relative;
  display: inline-block;
}
table .delete:hover .popover {
  display: block;
}
table .delete .popover {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 34px;
  background-color: #e9e9e9;
  border: solid 1px #d7d7d7;
}
table .delete .popover::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  /* margin-left: -4px; */
  width: 152px;
  height: 5px;
  background: url(../images/pb-70.png) no-repeat center;
}
table .delete .popover button {
  padding: 0 5px;
	height: 22px;
  line-height: 22px;
	background-color: #ffffff;
	border-radius: 2px;
  margin: 6px 2px;
  font-size: 12px;
	color: #333333;
}
table .delete .popover button:hover {
	background-color: #ff3300;
  color: #ffffff;
}
.pages {
  position: relative;
  text-align: center;
}
.pagination {
  display: inline-block;
}
.pages a,
.pages span {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  border-radius: 15px;
  background-color: #eef1f7;
  text-align: center;
  color: #333333;
}

.pages a.active {
  background-color: #2c80fc;
  color: #ffffff;
}

.btn-empty {
  float: right;
  width: 103px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #2c80fc;
  font-size: 14px;
  color: #2c80fc;
}

.progress-bar {
  width: 108px;
  height: 6px;
  margin: 0 auto;
  background-color: #e7e7e7;
  border-radius: 3px;
  overflow: hidden;
}
.progress-bar span {
  display: block;
  height: 100%;
  background-color: #30cc71;

}
.progress-text {
  margin-bottom: 5px;
  font-size: 12px;
  color: #999999;
}

.ptabs {
  max-height: 100px;
  overflow-y: auto;
}

.ptabs span {
  float: left;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  border: solid 1px #2c80fc;
  margin-right: 15px;
  margin-bottom: 18px;
  text-align: center;
  font-size: 16px;
  color: #2c80fc;
  cursor: pointer;
}

.ptabs span.active {
  background-color: #2c80fc;
  color: #fff;
}
.ptabs .icon-edit {
  display: none;
}
.ptabs .edit .num,
.ptabs .del .num {
  display: none;
}
.ptabs .edit .icon-edit {
  display: inline-block;
}
.ptabs .del .icon-del {
  display: inline-block;
}
.ptotal {
  position: absolute;
  left: 50%;
  top: 0;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}

.feedback-form {
  margin-top: 30px;
  font-size: 16px;
}

.feedback-form .form-item {
  margin-bottom: 24px;
  overflow: hidden;
}

.feedback-form .form-label {
  float: left;
  line-height: 36px;
  color: #000000;
}

.feedback-form .form-content {
  float: left;
  color: #666666;
  line-height: 36px;
}

.feedback-form input {
  width: 400px;
  height: 34px;
  line-height: 34px;
  border: solid 1px #e6e6e6;
  padding: 0 5px;
  font-size: 14px;
  color: #333;
}

.feedback-form textarea {
  display: block;
  width: 528px;
  height: 164px;;
  line-height: 20px;
  padding: 5px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  resize: none;
  font-size: 14px;
  color: #333;
  font-family: 'Microsoft Yahei';
}

.feedback-form .btn-submit {
  display: block;
  width: 120px;
	height: 36px;
  line-height: 36px;
	border-radius: 4px;
  margin: 35px 0 110px 80px;
  background-color: #2c80fc;
  font-size: 18px;
  color: #ffffff;
}
.feedback-form select {
  width: 328px;
  height: 36px;
  border-color: #e6e6e6;
  outline: none;
}
.feedback-form option {
  height: 30px;
  line-height: 30px;
}
.setting-tabs span {
  float: left;
  width: 90px;
	height: 30px;
  line-height: 30px;
  margin-right: 18px;
  margin-bottom: 42px;
	border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.setting-tabs span.active {
  background-color: #f49503;
	color: #ffffff;
}
.setting-content .form-item {
  margin-bottom: 29px;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
}

.setting-content .form-label {
  float: left;
  width: 80px;
  padding-right: 13px;
  padding-left: 20px;
  line-height: 38px;
}
.pwd-form .form-label {
  width: 103px;
  padding-right: 0;
  padding-left: 10px;
  text-align: right;
}
.setting-content .form-content {
  float: left;
}

.setting-content input {
  width: 318px;
  height: 36px;
  line-height: 36px;
  border: solid 1px #e6e6e6;
  padding: 0 5px;
  font-size: 14px;
}
.setting-content .btn-submit {
  display: block;
  width: 120px;
	height: 36px;
  line-height: 36px;
	border-radius: 4px;
  margin: 45px 0 58px 113px;
  background-color: #2c80fc;
  font-size: 14px;
	color: #ffffff;
}
.error-tip {
  margin-left: 14px;
  font-size: 14px;
	color: #999999;
}
.upload{
	width: 140px;
	height: 140px;
	background: #ffffff url(../images/pb-24.png) no-repeat center;
	border: solid 1px #e6e6e6;
}
.pwd-form {
  padding-bottom: 104px;
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .3);
}
.modal-a .modal-dialog {
  position: fixed;
  left: 50%;
  margin-left: -282px;
  top: 50%;
  margin-top: -206px;
	width: 472px;
	height: 412px;
  padding: 0 46px;
	background-color: #ffffff;
	border-radius: 4px;
}
.modal-close {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 12px;
  height: 11px;
  background: url(../images/pb-64.png);
}
.modal-a .modal-header {
  padding: 33px 0 28px;
}
.modal-a .rate-text {
  position: relative;
  width: 472px;
	height: 130px;
  margin: 15px 0 20px;
  background-color: #ffffff;
	border: solid 1px #e6e6e6;
}
.modal-a textarea {
  display: block;
  width: 460px;
	height: 80px;
  padding: 5px 5px 20px;
  resize: none;
  font-size: 14px;
	color: #000000;
}
.modal-a .rate-item {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.modal-a .rate-star {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 17px;
  margin-right: 3px;
  background: url(../images/pb-43.png);
}
.modal-a .rate-star.active {
  background-image: url(../images/pb-43a.png);
}
.modal-a .wordcount {
  position: absolute;
  right: 10px;
  bottom: 8px;
	font-size: 12px;
	color: #999999;
}
.modal-a button {
  width: 100px;
	height: 34px;
  line-height: 34px;
	border-radius: 4px;
	border: solid 1px #2c80fc;
  margin-right: 12px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
	color: #2c80fc;
}
.modal-a .btn-submit {
  border-color: #2c80fc;
  background-color: #2c80fc;
  color: #fff;
}
.notfound img {
  display: block;
  margin: 195px auto 30px;
}
.notfound p {
  margin-bottom: 40px;
  text-align: center;
}
.notfound .btn-backhome {
  display: block;
	width: 200px;
	height: 40px;
  line-height: 40px;
	background-color: #2c80fc;
	border-radius: 4px;
  margin: 0 auto 300px;
  font-size: 18px;
	color: #ffffff;
  text-align: center;
}
.pay-success {
  width: 1300px;
	height: 459px;
	background-color: #ffffff;
  margin: 40px auto 22px;
}
.success-btns {
  text-align: center;
}
.success-btns a {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  padding-left: 60px;
	height: 48px;
  line-height: 48px;
  margin: 0 10px;
	border-radius: 4px;
	border: solid 1px #2c80fc;
  font-size: 18px;
	color: #2c80fc;
  text-align: left;
}
.success-btns .btn-download {
  background: #2c80fc url(../images/pb-45.png) 22px center no-repeat;
  border-color: #2c80fc;
  color: #ffffff;
}
.success-btns .btn-return {
  background: url(../images/pb-46.png) 22px center no-repeat;
}
.success-title {
  text-align: center;
  padding: 63px 0 30px;
  font-size: 36px;
	color: #222222;
}
.success-title img,
.success-title span {
  display: inline-block;
  vertical-align: middle;
}
.success-title img {
  margin-right: 18px;
}
.success-subtitle {
  margin-bottom: 52px;
  font-size: 16px;
	font-weight: bold;
	color: #ff0000;
  text-align: center;
}
.success-body {
	width: 984px;
	height: 80px;
	background-color: #f3faff;
	border-radius: 6px 6px 0px 0px;
  margin: 0 auto 38px;
  padding-left: 20px;
  padding-top: 10px;
}
.success-body p {
  line-height: 36px;
  font-size: 16px;
	color: #616465;
}
.pay-center {
  overflow: hidden;
  margin-top: 40px;
}
.pay-aside {
  position: relative;
  float: left;
	width: 240px;
	height: 734px;
  border-radius: 0px 0px 4px 4px;
  background-color: #f8fcfe;
}
.pay-aside-tel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 70px;
  border-top: 1px solid #ebebeb;
  font-style: italic;
	font-size: 16px;
	color: #848484;
  text-align: center;
}
.pay-aside-logo {
  margin-bottom: 45px;
}
.pay-aside-text li {
  margin-bottom: 44px;
  padding-left: 35px;
  font-size: 14px;
	color: #333333;
  overflow: hidden;
}
.pay-aside-text li img, 
.pay-aside-text li div {
  float: left;
}
.pay-aside-text li img {
  margin-right: 15px;
}
.pay-aside-text li i, 
.pay-aside-text li span {
  display: inline-block;
  vertical-align: middle;
}
.pay-aside-text li p {
  line-height: 20px;
}
.pay-aside-text li i {
  font-size: 24px;
  font-family: 'ArialMT';
}
.pay-content {
  float: right;
  width: 931px;
  height: 734px;
  padding: 0 57px;
	background-color: #ffffff;
}
.pay-header {
  padding: 30px 0 20px 46px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.pay-article-content {
  float: left;
}
.pay-article-cover {
  float: left;
  width: 84px;
  height: 96px;
  margin-right: 22px;
  background: url(../images/pb-68.jpg) no-repeat;
}
.pay-article-cover img {
  display: block;
  width: 71px;
  height: 100px;
  margin-top: 1px;
  margin-left: 1px;
}
.pay-article-name {
	font-size: 18px;
  font-weight: bold;
	color: #232323;
}
.pay-article-info {
  margin-top: 20px;
	font-size: 16px;
	color: #232323;
}
.pay-article-type {
  margin-left: 68px;
}
.pay-article-divider {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 20px;
  margin: 0 35px;
  background-color: #bdbdbd;
  font-size: 16px;
  color: #b2b2b2;
}
.pay-article-oldprice {
  margin-left: 20px;
  text-decoration: line-through;
  font-size: 14px;
	color: #999999;
}
.pay-money {
  margin: 30px 0 23px 53px;
  font-weight: bold;
}
.pay-money span {
  font-size: 18px;
	color: #ff0000;
}
.pay-methods {
  margin-left: 53px;
}
.pay-tabs {
  display: inline-block;
}
.pay-tabs label {
  display: inline-block;
  vertical-align: middle;
  width: 175px;
	height: 50px;
  line-height: 50px;
  padding-left: 15px;
  margin-right: 35px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e6e6e6;
  font-size: 16px;
	color: #333333;
  cursor: pointer;
}
.pay-tabs label.active {
  background-color: #f3fbeb;
	border-color:  #6bcc03;
}
.pay-tabs label:last-child.active {
  background-color: #ebf8fe;
	border-color:  #02a9f1;
}
.pay-tabs input {
  vertical-align: middle;
}
.pay-tabs img {
  vertical-align: middle;
  margin: 0 10px 0 20px;
}
.pay-tabcontent {
	width: 543px;
	height: 304px;
  padding-top: 56px;
  padding-left: 130px;
	background-color: #ffffff;
	border: solid 1px #f5f5f5;
  margin: 22px 0 0 138px;
  overflow: hidden;
}
.pay-tip {
	width: 635px;
	height: 31px;
	line-height: 31px;
  padding-left: 40px;
	background: #f2f2f2 url(../images/pb-56.png) no-repeat 17px center;
  margin-left: 138px;
  margin-top: 8px;
  font-size: 14px;
	color: #8f8f8f;
}
.pay-ewm {
  float: left;
  width: 174px;
  margin-right: 45px;
}
.pay-qrcode {
  position: relative;
}
.pay-qrcode-img {
  display: block;
  width: 162px;
  height: 162px;
  margin: 0 auto;
}
.pay-reload { 
  margin: 18px 0 12px;
  font-size: 14px;
  color: #333333;
}
.pay-reload a {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url(../images/pb-60.png) no-repeat right center;
}
.pay-text {
  width: 114px;
  height: 45px;
  line-height: 18px;
  padding-left: 58px;
  padding-top: 10px;
  background: #ffffff url(../images/pb-57.png) no-repeat 11px center;
  border: solid 1px #e1e1df;
  font-size: 12px;
  color: #8f8f8f;
}
.alipay-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.modal-b .modal-dialog {
  position: fixed;
  left: 50%;
  top: 40%;
  margin-left: -248px;
  margin-top: -98px;
  width: 496px;
  height: 297px;
  background: url(../images/pb-65.png) no-repeat;
  text-align: center;
  color: #ffffff;
}
.modal-b .close {
  position: absolute;
  top: 51px;
  right: 53px;
  width: 28px;
  height: 28px;
}
.modal-b h2 {
  margin: 111px 0 10px;
  font-size: 28px;
  color: #ffffff;
  font-weight: normal;
}
.modal-b p {
  font-size: 24px;
  color: #ffffff;
  margin-left: 14px;
}
.modal-c .modal-dialog {
  position: fixed;
  left: 50%;
  margin-left: -251px;
  top: 150px;
	width: 502px;
  padding-bottom: 34px;
	background-color: #ffffff;
	box-shadow: 2px 5px 10px 0px 
		rgba(0, 0, 0, 0.5);
	border-radius: 6px;
}
.modal-c .modal-header {
  height: 48px;
  background-color: #2c80fc;
}
.modal-c .modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 18px;
  height: 18px;
  background: url(../images/pb-66.png);
}
.modal-c h2 {
  margin: 35px 0 40px;
  padding-left: 210px;
  background: url(../images/pb-67.png) 175px center no-repeat;
	font-size: 20px;
  font-weight: bold;
	color: #000000;
}
.modal-c p {
  margin-bottom: 60px;
  font-size: 18px;
	color: #000000;
  text-align: center;
}
.modal-c .btns {
  text-align: center;
}
.modal-c .btns a {
  display: inline-block;
  width: 135px;
	height: 42px;
  line-height: 42px;
	border-radius: 23px;
	border: solid 2px rgba(43, 48, 62, 0.11);
  margin: 0 12px;
  font-size: 18px;
	color: #000000;
}
.modal-c .btns a:first-child {
  border-color: #2c80fc;
  background-color: #2c80fc;
  color: #ffffff;
}
.tlist {
  padding-left: 14px;
}
.titems {
  margin-left: -44px;
  overflow: hidden;
}
.titem {
  float: left;
  width: 202px;
  margin-left: 44px;
  margin-bottom: 35px;
}
.tcover {
  position: relative;
	width: 200px;
	height: 283px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  overflow: hidden;
}
.tcover:hover {
  border-color: #2c80fc;
}
.tcover img {
  display: block;
  width: 200px;
  height: 283px;
}
.tbtns {
  position: absolute;
  bottom: 12px;
  width: 100%;
  text-align: center;
  display: none;
}
.tcover:hover .tbtns {
  display: block;
}
.tbtns button {
  display: inline-block;
  width: 42px;
	height: 24px;
	border-radius: 2px;
  font-size: 12px;
	color: #ffffff;
}
.tbtns .btn-preview {
	background-color: #2c80fc;
}
.tbtns .btn-copy {
	background-color: #0fb264;
}
.tbtns .btn-edit {
	background-color: #ffa800;
}
.tbtns .btn-delete {
	background-color: #7a7a7a;
}

.tname {
  margin: 12px 0;
	font-size: 16px;
	color: #333333;
  text-align: center;
}
.t-btn-kspb {
  display: block;
	width: 200px;
	height: 40px;
  line-height: 40px;
	background-color: #2c80fc;
	border-radius: 20px;
  font-size: 16px;
	color: #ffffff;
  text-align: center;
}
.ttime {
  margin-top: 11px;
  font-size: 12px;
	color: #999999;
  text-align: center;
}
