* {
  color: #46404e;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  background: #efefef;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a:hover {
  color: #2facff;
}
.bg-w {
  background: white;
}
.bg-b {
  background: #f2f2f2;
}
.span {
  margin-top: 20px;
}
.flex {
  display: flex;
}
.flex.both {
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}
.background {
  background: url(skin/account-bg.jpg) no-repeat;
  background: #efefef;
  background-size: cover;
  filter: blur(15px);
  z-index: -1;
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
}
.account {
  position: relative;
}
.head {
  height: 70px;
  display: flex;
  top: 0;
  position: fixed;
  width: 100%;
  background: #efefef;
}
.head .name {
  line-height: 100px;
  /*background: rgba(255,255,255,.5); */
  background: #2facff;
  color: #FFF;
  width: 200px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: bold;
}
.head .name .s-top-img-wrapper img {
  margin-top: -20px;
  margin-left: -30px;
  padding: 2px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.head .name .s-top-username {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin-top: 12px;
  margin-left: 5px;
  font: 13px/23px "PingFang SC",Arial,"Microsoft YaHei",sans-serif;
}
.head .tool {
  height: 70px;
  /*background: rgba(255,255,255,.7);*/
  border-bottom: #e8dcdb solid 1px;
  padding: 0 20px;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  left: 200px;
  right: 0;
  top: 0;
  /*
        .user { width: 40px; height: 40px; border-radius: 100%; overflow: hidden;}
        */
}
.head .tool a {
  background: #59B4FF;
  padding: 5px 12px;
  color: #FFF;
  border-radius: 5px;
  margin-left: 20px;
}
.head .tool a:hover {
  background: #31B0D5;
}
.side {
  width: 200px;
  /*background: rgba(255,255,255,.5); */
  background: #59B4FF;
  color: #FFF;
  bottom: 0;
  top: 70px;
  position: fixed;
  left: 0;
}
.side .list li a {
  padding: 15px 40px;
  display: block;
  color: #FFF;
}
.side .list li a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #59B4FF;
}
.side .list li a:hover i {
  color: #59B4FF;
}
.side .list li a i {
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle;
  color: #FFF;
  display: inline-block;
  width: 20px;
}
.side .list li.on a {
  background: #ffffff;
  color: #59B4FF;
}
.side .list li.on a i {
  color: #59B4FF;
}
.body {
  /*background: rgba(255,255,255,.7); bottom: 0; top: 70px; position: fixed; left: 200px; right: 0; display: flex; flex-direction: column;*/
  padding: 20px;
  padding-left: 220px;
  width: 100%;
  padding-top: 90px;
}
.body .inbox {
  padding: 20px;
  background: #FFF;
  border-radius: 5px;
}
.body .inbox .name {
  padding-bottom: 20px;
}
.body.basic .photo {
  width: 350px;
  padding: 30px;
  padding-top: 80px;
}
.body.basic .photo .show {
  width: 150px;
  margin: auto;
}
.body.basic .photo .file {
  width: 150px;
  text-align: center;
  line-height: 45px;
  background: #59B4FF;
  color: #FFF;
  margin: 20px auto 40px auto;
  border-radius: 5px;
}
.body.basic .photo .bold {
  font-weight: bold;
  font-size: 18px;
  color: #59B4FF;
  text-align: center;
  padding-bottom: 20px;
}
.body.basic .photo .text {
  text-align: center;
  line-height: 24px;
}
.body.basic .photo .text p {
  color: #878787;
}
.body.basic .photo .text p:first-child {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #ecf0f3 solid 1px;
}
.body.basic .form {
  flex: 1;
  margin-left: 20px;
}
.body .scroll-y {
  flex: 1;
  overflow-y: auto;
  position: relative;
}
.body .scroll-y::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.body .scroll-y::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.body .scroll-y::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  border-radius: 5px;
}
.body .info {
  background: #ff562f;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 20px;
  color: #FFF;
  border-radius: 5px;
  line-height: 24px;
  display: flex;
}
.body .info .icon {
  padding-right: 20px;
  border-right: #FFF solid 1px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.body .info .icon i {
  font-size: 38px;
  color: #FFF;
}
.body .info .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.body .info .text p {
  color: #FFF;
  display: block;
}
.body .step {
  max-width: 800px;
  margin: auto;
  padding-bottom: 80px;
  position: relative;
}
.body .step .item {
  z-index: 1;
}
.body .step .item span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: #999;
  color: #FFF;
  text-align: center;
  margin: auto;
}
.body .step .item strong {
  margin-top: 10px;
  display: block;
}
.body .step .item.on span {
  background: #59B4FF;
}
.body .step .item.on strong {
  color: #59B4FF;
}
.body .step::before {
  content: '';
  height: 1px;
  background: #999;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
}
.body .form {
  padding: 80px 20px;
}
.body .form .tabs {
  position: absolute;
  top: 20px;
  border: #efefef solid 1px;
  border-radius: 5px;
  overflow: hidden;
}
.body .form .tabs a {
  padding: 5px 20px;
  display: inline-block;
  border-right: #efefef solid 1px;
}
.body .form .tabs a:last-child {
  border: 0;
}
.body .form .tabs a.on {
  background: #59B4FF;
  color: #FFF;
}
.body .form table {
  width: 100%;
  /* max-width: 800px; */
  margin: auto;
}
/* .body .form table tr td:first-child {
  text-align: right;
  width: 130px;
} */
.body .form table tr td:first-child.left {
  text-align: left;
}
.body .form table td {
  padding: 10px;
  line-height: 30px;
}
.body .form table td input[type=text],
.body .form table td select,
.body .form table td textarea {
  width: 100%;
  border: #efefef solid 1px;
  padding: 15px 20px;
  border-radius: 5px;
}
.body .form table td input[type=text]:disabled,
.body .form table td select:disabled,
.body .form table td textarea:disabled {
  color: #000;
  opacity: 1;
  background: #fafafa;
}
.body .form table td textarea {
  height: 80px;
}
.body .form table td input[type=radio] {
  margin-right: 10px;
  vertical-align: -1px;
}
.body .form table td a {
  width: 100%;
  line-height: 48px;
  background: #59B4FF;
  text-align: center;
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  cursor: pointer;
}
.body .form table td.btns {
  text-align: center;
  white-space: nowrap;
}
.body .form table td.btns a {
  width: auto;
  padding: 0 30px;
  margin-right: 20px;
}
.body .form table td.btns span {
  padding: 0 30px;
  line-height: 45px;
  background: #59B4FF;
  text-align: center;
  margin-top: 40px;
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  cursor: pointer;
}
.body .form table td.btns.right {
  text-align: right;
}
.body .form p {
  line-height: 32px;
}
.body .data {
  width: 100%;
  border-radius: 5px;
}
.body .data td {
  background: #FFF;
  height: 80px;
  padding: 0 20px;
}
.body .data td.center {
  text-align: center;
}
.body .data td .btns a {
  background: #59B4FF;
  padding: 12px;
  color: #FFF;
  border-radius: 5px;
  margin-right: 20px;
}
.body .data td .btns a:hover {
  background: #31B0D5;
}
.body .data td .btns a:last-child {
  margin: 0;
}
.body .data tbody tr:nth-child(2n+1) td {
  background: #f2f6fa;
  /* font-weight: bold */
}
.body .data thead tr td {
  background: #FFF;
  font-weight: bold;
}
.body .data .btns {
  white-space: nowrap;
}
.body .pay {
  text-align: center;
  padding: 80px;
}
.body .pay .show {
  border: #efefef solid 1px;
  border-radius: 5px;
  width: 200px;
  margin: 20px auto;
}
.body .pay .text {
  font-weight: bold;
}
.body .pay .price {
  font-weight: bold;
}
.body .pay .price span {
  font-size: 18px;
  font-weight: bold;
  color: #31B0D5;
}
.body .html {
  line-height: 30px;
  text-align: justify;
  padding-top: 40px;
}
.body .html strong {
  font-weight: bold;
}
.body .list-sel {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.body .list-sel .name {
  background: #59B4FF;
  padding: 12px;
  color: #FFF;
  border-radius: 5px;
  position: relative;
}
.body .list-sel .name::after {
  content: '';
  border: #59B4FF solid 5px;
  border-top: #FFF solid 5px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.body .list-sel .drop {
  position: absolute;
  z-index: 1000;
  background: #FFF;
  overflow: hidden;
  width: 100%;
  top: 40px;
  border-radius: 0px 0px 5px 5px;
  visibility: hidden;
  opacity: 1;
}
.body .list-sel .drop a {
  display: block;
  padding: 10px 20px;
}
.body .list-sel .drop a:hover {
  background: #59B4FF;
  color: #FFF;
}
.body .list-sel:hover .name {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}
.body .list-sel:hover .drop {
  visibility: visible;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
  opacity: 1;
}
.body .list-img .item {
  width: 250px;
  padding: 10px;
  margin-bottom: 40px;
  border: #efefef solid 1px;
}
.body .list-img .item .show img {
  width: 100%;
}
.body .list-img .item .info strong,
.body .list-img .item .info span {
  display: block;
  padding: 10px;
  text-align: justify;
}
.body .list-img .item .info strong {
  padding-bottom: 0;
}
.body .list-img .item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.body .list-img .item:not(:nth-child(4n)) {
  margin-right: calc(10.7% / 3);
}
.body .list-txt .item {
  padding: 20px;
  border: #efefef solid 1px;
  margin-bottom: 20px;
}
.body .list-txt .item .show {
  width: 210px;
}
.body .list-txt .item .info {
  flex: 1;
  padding-left: 20px;
}
.body .list-txt .item .info .text {
  padding: 10px 0 15px 0;
}
.body .list-txt .item .info .cont {
  line-height: 24px;
  color: #A6ADB4;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.body .list-txt .item .info .time {
  background: url(skin/news-time-bg.png) left center no-repeat;
  padding-left: 20px;
  color: #A6ADB4;
}
.body .list-txt .item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.form-box {
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.form-box .cont {
  width: 1200px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.form-box .cont .show {
  width: 775px;
  position: relative;
}
.form-box .cont .show .logo {
  position: absolute;
  left: 40px;
  top: 30px;
}
.form-box .cont .show .image img {
  width: 100%;
}
.form-box .cont .list {
  padding: 40px;
  flex: 1;
}
.form-box .cont .list .name {
  font-size: 26px;
  font-weight: bold;
  color: #0790F9;
}
.form-box .cont .list .item {
  padding-top: 30px;
}
.form-box .cont .list .item span,
.form-box .cont .list .item input {
  display: block;
}
.form-box .cont .list .item span {
  color: #333333;
  font-size: 14px;
}
.form-box .cont .list .item input {
  border-bottom: #DADADA solid 1px;
  width: 100%;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
}
.form-box .cont .list .code {
  position: relative;
}
.form-box .cont .list .code img {
  position: absolute;
  right: 0;
  bottom: 4px;
  height: 32px;
  cursor: pointer;
}
.form-box .cont .list .code strong {
  position: absolute;
  right: 0;
  bottom: 1px;
  height: 40px;
  line-height: 40px;
  background: #FFF;
  cursor: pointer;
}
.form-box .cont .list .code input {
  padding-right: 100px;
}
.form-box .cont .list .text {
  text-align: right;
  padding-top: 20px;
}
.form-box .cont .list .text a {
  margin: 0px 20px;
}
.form-box .cont .list .text a:last-child {
  margin-right: 0;
}
.form-box .cont .list .btns {
  margin-top: 20px;
}
.form-box .cont .list .btns span {
  flex: 1;
  line-height: 45px;
  background: #1da8ed;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  opacity: 50;
}
.form-box .cont .list .btns span:hover {
  background: #5058e1;
}
.form-box .cont .info {
  padding: 40px;
  flex: 1;
}
.form-box .cont .info .name {
  font-size: 32px;
  font-weight: bold;
  color: #1da8ed;
}
.form-box .cont .info .item {
  padding-top: 19px;
  line-height: 24px;
}
.form-box .cont .info .item span {
  color: #1da8ed;
  padding-left: 10px;
}
.form-box .cont .info .btns {
  margin-top: 30px;
}
.form-box .cont .info .btns span {
  flex: 1;
  line-height: 45px;
  background: #1da8ed;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.form-box .cont .info .btns span:hover {
  background: #5058e1;
}
#cert {
  background: rgba(255, 255, 255, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  cursor: pointer;
}
#cert .show {
  text-align: center;
  margin-top: 10vh;
}
#cert .show img {
  height: 80vh;
  width: auto;
  max-width: none;
}
.pager {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 60px 0px;
  text-align: center;
}
.pager a {
  margin: 0px 5px;
  color: #59B4FF;
  border: #59B4FF solid 1px;
  padding: 5px 15px;
  border-radius: 3px;
}
.pager span {
  color: #FFF;
  background: #59B4FF;
  border: #59B4FF solid 1px;
  margin: 0px 5px;
  padding: 5px 15px;
  border-radius: 3px;
}
.webuploader-pick {
  padding: 0px;
  width: 100%;
  height: 100%;
  overflow: inherit;
  background: #59B4FF;
}
#dialog_mask {
  visibility: hidden;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dialog_main {
  visibility: hidden;
  min-width: 400px;
  padding: 20px;
  border-radius: 5px;
  margin-top: -200px;
}
#dialog_mask.show,
#dialog_main.show {
  visibility: visible;
}
#dialog_message {
  line-height: 24px;
  padding-bottom: 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
#dialog_message p {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
#dialog_message a {
  color: #FFF;
  display: block;
  margin-top: 10px;
}
#dialog_message a:hover {
  color: #31B0D5;
}
#dialog_message a.btns:hover {
  color: #FFF;
  text-decoration: underline;
  font-weight: bold;
}
#dialog_buttons {
  text-align: right;
}
#dialog_ok,
#dialog_cancel {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  border: #FFF solid 1px;
  display: inline-block;
  padding: 5px 15px;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
}
#dialog_cancel:honver {
  background: #FFF;
}
#dialog_main.success {
  background: #59B4FF;
}
#dialog_main.info {
  background: #59B4FF;
}
#dialog_main.warning {
  background: #59B4FF;
}
#dialog_main.danger {
  background: #59B4FF;
}
