body,
html,
#app {
 width: 430px;
  min-width: 430px;
  margin: 0 auto;
  height: 100%;
  font-size: 12px;
  font-family: Verdana;
}

/* 頂部 */
header {
  position: fixed;
  top: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
 width: 430px;
  min-width: 430px;
  height: 29px;
  line-height: 10px;
  font-size: 9px;
}

header .post-btn {
  background: #f63939  0 bottom repeat-x;
  background-position: -3px 0px;
  color: #fff;
  width: 50px;
  height: 22px;
  line-height: 22px;
  margin: 1px 2px 1px 2px;
  border: 0;
}

header form {
  display: flex;
  align-items: center;
}

header form input {
  width: 50px;
  border: solid 1px #76BAC2;
  padding: 2px 4px 2px 4px;
  border-radius: 5px;
  height: 15px;
  margin-right: 0px;
}

header .btn {
  height: 22px;
  border-radius: 1px;
  margin-top: 2px;
  padding: 2px 3px 2px 3px;
  box-shadow: inset 1px 2px 2px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 10px;
}

header .login-btn {
  margin-left: 0px;
  background: linear-gradient(#86b9d6, #00598c);
}

header .login-btn:hover {
  background: linear-gradient(#00598c, #86b9d6);
}

header .register-btn {
  margin: 2px 0 0 0px;
  background: linear-gradient(#ff9600, #8e5a00);
}

header .register-btn:hover {
  background: linear-gradient(#8e5a00, #ff9600);
}

header .search-ipt {
  height: 19px;
  line-height: 18px;
  width: 160px;
  padding-left: 0px;
}

header .search-btn {
  height: 23px;
  padding: 2px 5px 10px 5px;
  margin: 0 5px;
  background: linear-gradient(#008dff, #80c6ff, #008dff);
  border: 1px solid #0071cc;
  border-radius: 3px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  cursor: pointer;
}

header .search-btn:hover {
  background: linear-gradient(#80c6ff, #008dff, #80c6ff);
}

header .flex {
  display: flex;
  align-items: center;
}

header .name {
  margin: 0 3px;
  color: #ffff00;
  font-weight: bold;
  cursor: pointer;
}

header .article-btn {
  height: 20px;
  line-height: 20px;
  padding: 0 3px;
  margin-left: 5px;
  background: #ff0000;
  border: 1px solid #ffcc00;
  border-radius: 5px;
  color: #ffff00;
}

header .y {
  color: rgb(255, 255, 0);
}

header .g {
  color: #33ff33;
}

header .copper {
  padding: 0px 5px;
  margin-right: 4px;
  background: #fff;
  color: #0033FF;
  border-radius: 50px;
  font-size: 14px;
}

header .text:hover {
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  top: 1px;
  left: 1px;
}
/* 搜索結果 */


 . input {
  width: 50px;
  border: solid 1px #76BAC2;
  padding: 2px 4px 2px 4px;
  border-radius: 5px;
  height: 15px;
  margin-right: 0px;
}

 .search-ipt {
  height: 19px;
  line-height: 18px;
  width: 160px;
  padding-left: 0px;
}

 .search-btn {
  height: 23px;
  padding: 2px 5px 10px 5px;
  margin: 0 5px;
  background: linear-gradient(#008dff, #80c6ff, #008dff);
  border: 1px solid #0071cc;
  border-radius: 3px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  cursor: pointer;
}

 .search-btn:hover {
  background: linear-gradient(#80c6ff, #008dff, #80c6ff);
}


/* 首頁 */



.logo-box {
 width: 430px;
  margin: 0 auto;
  display: flex;
  height: 25px;
  margin-top: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}



.logo-box .marquee-box {
  height: 100%;
 width: 430px;
  margin-left: 0px;
}

.logo-box .marquee-box marquee {
  display: inline-block;
  height: 20px;
  line-height: 20px;
 width: 430px;
  color: #ececec;
  border: 0px solid #ccc;
  text-shadow: 1px 1px 1px #000;
  font-weight: bold;
  font-size: 18px;
}

.logo-box  .marquee-box .category-box {
  display: flex;
  justify-content: space-between;
width: 430px;
}

.logo-box .marquee-box .category-box button {

  display: inline-block;
  line-height: 45px;
  padding: 1px 10px 10px;
  background: linear-gradient(#990000, #ff3333, #990000);
  color: #fff;
  border: 1.2px solid #fff;
  border-radius: 40px;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 3px 3px 4px #000;
  box-shadow: 0 0  1px #666;
  cursor: pointer;
}

.link-box {

  height: 25px;
 width: 430px;
  color: #ffffff;
}


main {
 width: 430px;

}

main .btn-box {
  display: flex;
  width: 100%;
  margin-top: 2px;
  color: #fff;
  overflow: hidden;
  font-size: 15px;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
}

main .btn-box div {
  width: 20%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

main .btn-box div a {
  color: #fff;
}

main .btn-box div.btn-1 {
  background: linear-gradient(#cc68b6, #fc81e2, #cc68b6);
}

main .btn-box div.btn-2 {
  background: linear-gradient(#b3499c, #fc68dc, #b3499c);
}

main iframe {
  width: 90%;
  height: 260px;
}

main .link-box2 {
  display: flex;
  flex-wrap: wrap;
}

main .link-box2 .row {
  display: flex;
 width: 430px;
  margin: 0 auto;
  margin-bottom: 1px;
  border: 1px solid #00334d;
}

main .link-box2 .row div {
  height: 32px;
  line-height: 40px;
  width: 33.333%;
  background: #d96fc2;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  text-shadow: 2px 2px 1px #000;
}

main .introduce {


  height: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}

main table.featured {
  width: 100%;
  font-size: 17px;
}

main table.featured tr>td:nth-child(1) {
  width: 75px;
  text-align: center;
  text-shadow: 1px 1px 0px #000;
}

main table.featured td {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dashed rgb(204, 204, 204);
  letter-spacing: 1px;
}

main table.featured .title {
  padding-left: 5px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -1px;
  cursor: pointer;
}

main table.featured .title:hover {
  color: #ff0000;
}

main table.featured .author-box {
  float: right;
}

main table.featured .author-box .author {
  color: #ff0000;
  font-weight: bold;
  letter-spacing: -1px;
  cursor: pointer;
}

main table.featured .author-box .author:hover {
  color: #0000ff;
}

.introduce2 {
  padding: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.link-box3 img {
 width: 430px;
  height: 60px;
}

.link-box4 {
  font-size: 12px;
}

.link-box4 li {
  display: flex;
  align-content: center;
  height: 25px;
  margin-top: 5px;
}

.link-box4 img {
  height: 17px;
}

.link-box4 a:hover {
  color: #4d79ff;
  font-weight: bold;
}

.link-box4 .author {
  color: #ff0000 !important;
  font-weight: bold;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
}

.article-list .article {
 width: 430px;
  padding: 5px 0;
}

.article-list .article .item {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-family: Tahoma, Verdana;
}

.article-list .article .item .name {
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}

.article-list .article .item .name:hover {
  color: #0000ff;
}

.article-list .article .item .repaly-total-box {
  color: #0000ff;
  margin-left: 5px;
  margin-right: 5px;
}

.article-list .article .item .repaly-total {
  color: #FF0000;
  margin: 0 0px;
}

.article-list .article .item .author {
  color: #FF0000;
  font-weight: bold;
  margin: 0 0px;
  cursor: pointer;
}

.article-list .article .item .author:hover {
  color: #0000ff;
}

.article-list .article .item .record {
  color: #00b300;
  margin-left: 1px;
  margin-right: 1px;
  cursor: pointer;
}

.article-list .article .item .record:hover {
  color: #0000ff;
}

.article-list .article .item .touch {
  color: #FF0000;
}

.article-list .article .item .time {
  color: #666666;
  margin-left: 5px;
}

.article-list .article .repaly-list {
  margin-left: 40px;
  font-size: 12px;
  height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-family: Tahoma, Verdana;
}

.article-list .article .repaly-list .name {
  color: #008ef1;
}

.article-list .article .repaly-list .name:hover {
  color: #4d79ff;
  font-weight: bold;
  cursor: pointer;
}

.article-list .article .repaly-list .author {
  color: #999999;
}

.article-list .article .repaly-btn {
  color: #F00;
  padding-left: 60px;
  font-size: 12px;

}

.article-list .article .repaly-btn:hover {
  font-weight: bold;
  cursor: pointer;
  left: 1px;
  position: relative;
  top: 1px;
}

footer {
  text-align: center;
  font-size: 15px;
  padding: 6px 0;
}

/* 表單 */
main .form-box {
  margin: 1px 0;
  background: #fff;
  border: 1px solid #cfdbe8;
  border-radius: 4px;
}

main .form-box .row {
  display: inline-flex;
  width: 100%;
  background-color: #f5f7fa;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
}

main .form-box .row .item {
  line-height: 40px;
  min-width: 100px;
  text-align: center;
  border-bottom: transparent;
  color: #909399;
}

main .form-box .row .item.active {
  border-bottom: #4095f5 2px solid;
  color: #4095f5;
}

main .form-box .row .item.home-btn {
  height: 30px;
  line-height: 30px;
  width: 80px;
  min-width: 80px;
  margin: 5px;
  background-color: #f5faff;
  border: 1px solid #c2c2c2;
}

main .form-box .row .item.home-btn:hover {
  background-color: #ecf5ff;
  color: #4095f5;
  border: #4095f5 1px solid;
  cursor: pointer;
}

main .form-box .row .spare {
  flex: 1;
}

main .form-box .content {
  min-height: 160px;
  width: calc(100% - 60px);
  padding: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

main .form-box .content table {
 width: 430px;
  margin: 0 0px;
}

main .form-box .content table tr td:first-child {
  width: 100px;
  padding-bottom: 20px;
  text-align: right;
}

main .form-box .content table input[type="text"],
main .form-box .content table input[type="password"],
main .form-box .content table select {
  height:44px;
  line-height: 44px;
  width: 55%;
  margin-bottom: 15px;
  background-color: #f5faff;
  color: #000;
  border: 1px solid #dbe1e6;
  border-radius: 4px;
  text-indent: 5px;
}

main .form-box .content table select {
  line-height: 46px;
  height: 46px;
  text-indent:6px;
}

main .form-box .content table .hint-box {
  position: relative;
}

main .form-box .content table .hint-box .hint {
  position: absolute;
  top: 50px;
  color: rgb(159, 159, 159);
}

main .form-box .content table .submit-btn {
  height: 32px;
  line-height: 32px;
  width: 80px;
  margin-top: 10px;
  background: url(../images/btn.png) no-repeat center top;
  color: #fff;
  border: 0;
  border-radius: 4px;
}

/* 發表主題 */
main .form-box .content.new-article .item {
  display: flex;
  margin-bottom: 15px;
}

main .form-box .content.new-article .item .title {
  height: 30px;
  line-height: 30px;
  width: 45px;
}

main .form-box .content.new-article .item input {
  height: 30px;
  width: 100%;
  background-color: #f5faff;
  color: #000;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  text-indent: 5px;
}

main .form-box .content.new-article .submit-box {
  margin-top: 15px;
  text-align: right;
}

main .form-box .content.new-article .submit-box .submit-btn {
  height: 32px;
  line-height: 32px;
  width: 80px;
  background-color: #4095f5;
  color: #fff;
  border: #dcdfe6 1px solid;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

/* 用戶註冊 */
.terms-chk-box {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.terms-chk-box input {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.terms-chk-box .terms-btn {
  font-weight: 800;
}

.terms-box {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.terms-box .bg {
  position: fixed;
  z-index: 3;
  height: 100%;
  width: 100%;
  background: #0000004d;
}

.terms-box .wrap {
  z-index: 4;
 width: 430px;
  max-width: 96%;
  background-color: #fff;
  border-radius: 12px;
}

.terms-box .wrap .t-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background-color: #edf6ff;
  border-bottom: 2px solid #cfdbe8;
  border-radius: 12px 12px 0 0;
}

.terms-box .wrap .t-box .title {
  width: 80%;
  color: #4095f5;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.terms-box .wrap .t-box .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.terms-box .wrap .content {
  max-height: 70vh;
  padding: 20px;
  overflow: auto;
}

.terms-box .wrap .submit-btn {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 100px;
  margin: auto;
  margin-bottom: 10px;
  background: url(../images/btn.png) no-repeat center top;
  background-size: 100% 100%;
  color: #fff;
  border: 0;
  font-weight: bold;
  cursor: pointer;
}

/* 搜索結果 */
main.search-box {
  margin-top: 60px;
}

main.search-box .t-box {
  margin: 20px 0;
  text-align: center;
}

main.search-box .t-box .title {
  color: #4095f5;
  font-size: 24px;
  font-weight: bold;
}

main.search-box .content table {
  width: 90%;
  margin: 10px auto;
  background: #fff;
}

main.search-box .content table th {
  height: 30px;
  line-height: 30px;
  background-color: #f5faff;
  border: 1px solid #cfdbe8;
  font-weight: 800;
}

main.search-box .content table td {
  height: 20px;
  line-height: 20px;
  padding: 2px;
  border: 1px solid #cfdbe8;
  text-align: center;
}

main.search-box .content table td div.user {
  font-size: 12px;
}

main.search-box .content table td div.time {
  font-size: 12px;
  color: grey;
}

main.search-box .content #pages {
  text-align: center
}

/* 文章 */
main.article-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  background: #fff;
  border: 1px solid #cfdbe8;
}

main.article-box .title {
  display: inline-flex;
  height: 40px;
  line-height: 40px;
  width: calc(450px - 10px);
  padding-left: 10px;
  background-color: #f5f7fa;
  color: #000;
  border-bottom: 1px solid #cfdbe8;
}

main.article-box .reply-list {
  display: flex;
  width: 100%;
  border-top: 1px solid #cfdbe8;
  border-bottom: 1px solid #cfdbe8;
}

main.article-box .left-box {
  min-height: 500px;
  width: 150px;
  padding:5px;
}

main.article-box .left-box .name {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
}

main.article-box .left-box .ava-img {
  margin-bottom: 10px;
  text-align: center;
}

main.article-box .left-box .ava-img img {
  width: 30%;
}

main.article-box .left-box .text {
  margin-bottom: 4px;
}

main.article-box .right-box {
  width: calc(100% - 200px);
}

main.article-box .right-box .top-box {
  display: flex;
  align-items: center;
  height: 35px;
  padding: px;
  border-bottom: 1px solid #ececec;
}

main.article-box .right-box .top-box .sub-title {
  margin-right: 5px;
}

main.article-box .right-box .top-box .view {
  display: flex;
  align-items: center;
  margin-left: 2px;
}

main.article-box .right-box .top-box .view img {
  margin-right: 1px;
}

main.article-box .right-box .top-box .spare {
  flex: 1;
}

main.article-box .right-box .top-box .reply-btn,
main.article-box .right-box .top-box .collect-btn {
  height: 30px;
  line-height: 30px;
  width: 80px;
  min-width: 80px;
  margin: 5px;
  background-color: #f5faff;
  color: #909399;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  text-align: center;
}

main.article-box .right-box .top-box .reply-btn:hover,
main.article-box .right-box .top-box .collect-btn:hover {
  background-color: #ecf5ff;
  color: #4095f5;
  border: #4095f5 1px solid;
  cursor: pointer;
}

main.article-box .right-box .content {
  min-height: 400px;
  padding: 10px;
}

main.article-box .right-box .content .reply-content {
  padding: 10px;
  margin: 10px 0;
  color: gray;
  border-left: 3px solid #ececec;
}

main.article-box .right-box .bottom-box {
  display: flex;
  align-items: center;
  height: 35px;
  padding: 10px;
  border-top: 1px solid #ececec;
}

main.article-box #pages {
 width: 430px;
  margin-top: 10px;
  text-align: center;
}

.reply-box {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.reply-box .bg {
  position: fixed;
  z-index: 3;
  height: 100%;
  width: 100%;
  background: #0000004d;
}

.reply-box .wrap {
  z-index: 4;
 width: 430px;
  max-width: 96%;
  background-color: #fff;
  border-radius: 12px;
}

.reply-box .wrap .t-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #edf6ff;
  border-bottom: 2px solid #cfdbe8;
  border-radius: 12px 12px 0 0;
}

.reply-box .wrap .t-box .title {
  width: 80%;
  color: #4095f5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.reply-box .wrap .t-box .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.reply-box .wrap .item {
  padding: 10px 20px 0;
}

.reply-box .wrap .item input {
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin-top: 10px;
  background-color: #f5faff;
  border-radius: 5px;
  border: 1px solid #cfdbe8;
  text-indent: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.reply-box .wrap .item #cke_editor2 {
  margin-top: 10px;
}

.reply-box .wrap .submit-btn {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 90px;
  margin: 10px auto;
  background: url(../images/btn.png) no-repeat center top;
  color: #fff;
  background-size: 100% 100%;
  border: 0;
  cursor: pointer;
}

/* 個人共用 */
main.center-box {
  margin-top: 60px;
}

main.center-box .t-box {
  margin: 20px 0;
  text-align: center;
}

main.center-box .t-box .title {
  color: #4095f5;
  font-size: 24px;
  font-weight: bold;
}

main.center-box .content {
  display: flex;
  padding: 10px;
  background: #fff;
}

main.center-box .content .left-box {
  width: 110px;
}

main.center-box .content .left-box .item {
  margin-bottom: 12px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

main.center-box .content .left-box .item.active {
  color: #4095f5;
}

main.center-box .content .left-box .item:hover {
  color: #4095f5;
}

main.center-box .content .right-box {
  width: calc(100% - 130px);
  padding: 0 10px;
}

main.center-box .content .right-box .search-bar {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}

main.center-box .content .right-box .search-bar .search-group {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 14px;
}

main.center-box .content .right-box .search-bar .search-group .title {
  margin-right: 10px;
}

main.center-box .content .right-box .search-bar .search-group input {
  height: 30px;
  line-height: 30px;
  width: 150px;
  background-color: #f5faff;
  color: #000;
  text-indent: 10px;
  border: 1px solid #dbe1e6;
  border-radius: 4px;
}

main.center-box .content .right-box .search-bar .search-group .search-btn {
  height: 30px;
  line-height: 30px;
  width: 70px;
  min-width: 7dvh;
  margin: 5px;
  background-color: #f5faff;
  color: #909399;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  text-align: center;
}

main.center-box .content .right-box .search-bar .search-group .search-btn:hover {
  background-color: #ecf5ff;
  color: #4095f5;
  border: #4095f5 1px solid;
  cursor: pointer;
}

main.center-box .content .right-box table td {
  text-align: center;
}

main.center-box .content .right-box table {
  width: 100%;
}

main.center-box .content .right-box table th {
  height: 30px;
  line-height: 30px;
  background-color: #f5faff;
  border: 1px solid #cfdbe8;
  font-weight: 600;
}

main.center-box .content .right-box table td {
  height: 20px;
  line-height: 20px;
  padding: 2px;
  border: 1px solid #cfdbe8;
  text-align: center;
}

main.center-box .content .right-box table td div.user {
  font-size: 12px;
}

main.center-box .content .right-box table td div.time {
  font-size: 12px;
  color: grey;
}

main.center-box .content .right-box #pages {
  text-align: center
}

/* 個人中心 */
main.person-box .content .right-box .ava-box {
  position: relative;
  height: 150px;
  width: 150px;
  margin-bottom: 10px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}

main.person-box .content .right-box .ava-box img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  cursor: pointer;
}

main.person-box .content .right-box #ava-file {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

main.person-box .content .right-box .item {
  font-size: 18px;
  line-height: 2;
}

main.person-box .content .right-box .change-pwd-btn {
  border: #dcdfe6 1px solid;
  width: 70px;
  height: 30px;
  line-height: 30px;
  color: #606266;
  border-radius: 4px;
  text-align: center;
}

main.person-box .content .right-box .change-pwd-btn:hover {
  cursor: pointer;
  border: #4095f5 1px solid;
  color: #4095f5;
  background-color: #ecf5ff;
}

.change-pwd-box {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.change-pwd-box .bg {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #0000004d;
}

.change-pwd-box .wrap {
  z-index: 4;
 width: 430px;
  max-width: 96%;
  background-color: #fff;
  border-radius: 12px;
}

.change-pwd-box .wrap .t-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 40px;
  background-color: #edf6ff;
  border-bottom: 2px solid #cfdbe8;
  border-radius: 12px 12px 0 0;
}

.change-pwd-box .wrap .t-box .title {
  width: 80%;
  color: #4095f5;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.change-pwd-box .wrap .t-box .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.change-pwd-box .wrap .item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.change-pwd-box .wrap .item .title {
  width: 70px;
  text-align: right;
  margin-right: 10PX;
}

.change-pwd-box .wrap .item input {
  width: 320px;
  line-height: 40px;
  height: 40px;
  background-color: #f5faff;
  text-indent: 15px;
  border-radius: 5px;
  border: 1px solid #cfdbe8;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.change-pwd-box .wrap .submit-btn {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 100px;
  margin: auto;
  margin-bottom: 30px;
  background: url(../images/btn.png) no-repeat center top;
  background-size: 100% 100%;
  color: #fff;
  border: 0;
  font-weight: bold;
  cursor: pointer;
}


/* 忘記密碼文字 */
.layui-layer-btn1 {
  float: left;
  padding: 0 !important;
  color: red !important;
  border: none !important;
}

.text-btn:hover {
  cursor: pointer;
  color: #4095f5 !important;
}