﻿/* 初始化样式 */
html,
body {
 height: 100vh; overflow-x: hidden;
  font-size: 16px;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong {
  font-weight: 400;
  font-style: normal;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input {
  margin: 0;
  padding: 0;
  outline: 0;
  /*-webkit-appearance: none;*/
}
input::-webkit-input-placeholder {
  color: #A5AFBE;
}
input::-ms-input-placeholder {
  color: #A5AFBE;
}
input::-moz-placeholder {
  color: #A5AFBE;
}
input[type=button],
input[type=submit] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
img {
  border: 0;
}
li,
ol,
ul {
  list-style-type: none;
}
.auto_1200 {
  width: 1200px;
  padding: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a {
  color: #A5AFBE;
}
a:hover {
  color: #5B8DFF;
}
.fontBlue {
  color: #5B8DFF;
}
.marginT10 {
  margin-top: 10px;
}
.marginT15 {
  margin-top: 15px;
}
.marginT20 {
  margin-top: 20px;
}
.marginT25 {
  margin-top: 25px;
}
.marginT30 {
  margin-top: 30px;
}
.marginT50 {
  margin-top: 50px;
}
.marginTB10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.marginTB15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.marginTB20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.marginTB25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.marginTB30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* Less定义 */
/* 全局样式 */
.content {
  min-height: 100vh;}
.btn {
  width: 180px;
  padding: 0 15px;
  margin: 0 4px;
  display: inline-block;
  text-align: center;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  background: #5B8DFF;
  border-radius: 6px;
}
.btn:hover {
  color: #fff;
}
.u-panel {
  width: 100%;
  padding: 20px 0 20px 20px;
}
.u-title {
  position: relative;
  margin-top: 26px;
}
.u-title p {
  letter-spacing: 2px;
  font-size: 24px;
}
.u-title p .ico {
  position: relative;
  top: -2px;
  width: auto;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.u-title p .ico img {
  width: auto;
  height: 100%;
  display: block;
}
.u-title .f-group {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 250px;
}

.f-group1 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.u-title .f-search {
  margin-top: 25px;
  position: relative;
  max-width: 400px;
  background: #eff2f6;
  border-radius: 6px;
}
.u-title .f-search .text {
  width: 100%;
  padding: 0 55px 0 20px;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  color: #5f656f;
  background: none;
}
.u-title .f-search .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  display: block;
  background: url(../images/ico_20.png) no-repeat left center;
}
.u-table {
  margin-top: 26px;
}
.u-table .h4 {
  color: #5B8DFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 2px;
  height: 56px;
  text-align: center;
  background: #F6F8FE;
}
.u-table .table table {
  width: 100%;
  text-align: center;
}
.u-table .table table tr th {
  font-size: 18px;
  font-weight: normal;
  color: #5B8DFF;
  background: #F6F8FE;
}
.u-table .table table tr th,
.u-table .table table tr td {
  padding: 6px 20px;
  border: 1px solid #ddd;
  height: 58px;
}
.u-table .table table tr td {
  font-size: 16px;
}
.u-table .table table tr td.empty,
.u-table .table table tr td.bgGray {
  background: #EFF2F7;
}
.u-table .table .required {
  margin-left: 4px;
  color: #f00;
}
.u-file {
  margin-top: 40px;
}
.u-file .file {
  position: relative;
  margin-top: 10px;
  padding-right: 180px;
  border: 1px solid #ddd;
}
.u-file .file p {
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
}
.u-file .file .btn-file {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  display: block;
  color: #555;
  background: #eff2f6;
}
.f-group {
  color: #888;
}
.f-group .text {
  width: 100%;
  height: 36px;
  line-height: 36px;
}
.f-group .textarea {
  width: 100%;
  margin: 5px 0;
  display: inline-block;
  vertical-align: middle;
  resize: none;
}
.f-group .select {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  font-size: 16px;
  color: #888;
  border: 1px solid #ddd;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/ico_5.png) no-repeat 94% center;
}
.f-group .f-select {
  position: relative;
  width: 100%;
  color: #888;
}
.f-group .f-select .s-now {
  height: 46px;
  line-height: 46px;
  padding: 0 16px;
  font-size: 16px;
  border: 1px solid #ddd;
  background: url(../images/ico_5.png) no-repeat 94% center;
}
.f-group .f-select .s-more {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: -1px;
  padding: 6px 0;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
}
.f-group .f-select .s-more a {
  margin: 6px 0;
  display: block;
  padding: 0 16px;
  font-size: 16px;
}
.f-group .f-select:hover .s-more {
  display: block;
}
.f-group .select::-ms-expand {
  display: none;
}
.f-group .radios {
  display: inline-block;
  margin-right: 40px;
  vertical-align: middle;
}
.f-group .radios .radio {
  position: absolute;
  opacity: 0;
}
.f-group .radios input[type=radio] + .radio-label:before {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  border: 1px solid #b4b4b4;
  border-radius: 100%;
  content: '';
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.f-group .radios input[type=radio]:checked + .radio-label:before {
  background-color: #5B8DFF;
  box-shadow: inset 0 0 0 4px #fff;
}
.f-group .radios input[type=radio]:focus + .radio-label:before {
  outline: 0;
  border-color: #5B8DFF;
}
.f-group .radios input[type=radio]:disabled + .radio-label:before {
  border-color: #b4b4b4;
  background: #b4b4b4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.f-group .radios input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
/* 滚动条样式 */
.table {
  scrollbar-arrow-color: #EFF2F7;
  /**/
  /*三角箭头的颜色*/
  scrollbar-face-color: #5B8DFF;
  /**/
  /*立体滚动条的颜色*/
  scrollbar-3dlight-color: #5B8DFF;
  /**/
  /*立体滚动条亮边的颜色*/
  scrollbar-highlight-color: #5B8DFF;
  /**/
  /*滚动条空白部分的颜色*/
  scrollbar-shadow-color: #EFF2F7;
  /**/
  /*立体滚动条阴影的颜色*/
  scrollbar-darkshadow-color: #EFF2F7;
  /**/
  /*立体滚动条强阴影的颜色*/
  scrollbar-track-color: #EFF2F7;
  /**/
  /*立体滚动条背景颜色*/
  scrollbar-base-color: #5B8DFF;
  /**/
  /*滚动条的基本颜色*/
}
.table::-webkit-scrollbar-track {
  background-color: #EFF2F7;
}
.table::-webkit-scrollbar {
  height: 10px;
  background-color: #fff;
}
.table::-webkit-scrollbar-thumb {
  background-color: #5B8DFF;
}
/* 头部样式 */
.top {
  background: #5B8DFF;
}
.top a {
  display: inline-block;
  line-height: 80px;
  height: 80px;
  color: #fff;
  letter-spacing: 4px;
  font-size: 18px;
}
.top .ico {
  position: relative;
  top: -2px;
  width: 26px;
  height: 30px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}
.top .ico.ico-apply {
  margin-right: 12px;
  background-image: url(../images/ico_8.png);
}
.top .ico.ico-set {
  background-image: url(../images/ico_9.png);
}
.top .ico.ico-exit {
  background-image: url(../images/ico_10.png);
}
.top .t-left {
  position: relative;
  width: 180px;
  background: #5082F5;
}
.top .t-left::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 50vw;
  height: 100%;
  display: block;
  background: #5082F5;
}
.top .t-right {
  width: 1020px;
  text-align: right;
}
.top .t-right a {
  margin-left: 25px;
}
/* 分页样式 */
.Pages {
  color: #555;
  font-size: 16px;
  text-align: center;
  margin-top: 60px;
}
.Pages * {
  display: inline-block;
  vertical-align: middle;
}
.Pages a {
  min-width: 44px;
  color: #555;
  border-radius: 4px;
  margin: 0 1px;
  border: 1px solid #ececec;
  line-height: 44px;
  height: 44px;
  padding: 0 14px;
}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_jump,
.Pages .p_total,
.Pages .a_first,
.Pages .a_end {
  display: none;
}
.Pages em {
  overflow: hidden;
  border-left: 1px solid #ececec;
  font-style: normal;
}
.Pages .a_prev,
.Pages .a_next {
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  text-indent: -999em;
}
.Pages .a_prev {
  background-image: url(../images/ico_30.png);
}
.Pages .a_next {
  background-image: url(../images/ico_32.png);
}
.Pages .a_prev,
.Pages .a_next,
.Pages a:hover {
  color: #fff;
  background-color: #5B8DFF;
}
.Pages em a.a_cur {
  color: #555;
  background-color: #F6F8FE;
  border-color: #F6F8FE;
}
/* 菜单样式 */
.menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 100%;
  font-size: 16px;
  color: #5f656f;
  background: #F6F8FE;
  border-right: 1px solid #e1e7ed;
}
.menu a {
  color: #5f656f;
}
.menu::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 50vh;
  height: 100%;
  display: block;
  background: #F6F8FE;
}
.menu .m-photo {
  margin-top: 30px;
}
.menu .m-photo .back {
  text-align: center;
  cursor: pointer;
}
.menu .m-photo .back .img {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: #ddd;
  border-radius: 50%;
  overflow: hidden;
}
.menu .m-photo .back .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.menu .m-photo .back .info {
  margin-top: 18px;
}
.menu .m-menu {
  margin-top: 35px;
}
.menu .m-menu li {
  border-top: 1px solid #e2e2e2;
}
.menu .m-menu li .back {
  position: relative;
  height: 60px;
  line-height: 60px;
  display: block;
  padding: 0 30px 0 50px;
  border-radius: 4px 0 0 4px;
}
.menu .m-menu li .back .ico {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  width: 24px;
  display: block;
}
.menu .m-menu li .back .ico img {
  max-width: 100%;
  max-height: 100%;
}
.menu .m-menu li .back .ico img:last-of-type {
  display: none;
}
.menu .m-menu li .back .ico img:first-of-type {
  display: block;
}
.menu .m-menu li:last-of-type {
  border-bottom: 1px solid #e2e2e2;
}
.menu .m-menu li.on,
.menu .m-menu li:hover {
  border-color: transparent;
}
.menu .m-menu li.on .back,
.menu .m-menu li:hover .back {
  color: #fff;
  background: #5B8DFF url(../images/ico_7.png) no-repeat 90% center;
}
.menu .m-menu li.on .back .ico img:first-of-type,
.menu .m-menu li:hover .back .ico img:first-of-type {
  display: none;
}
.menu .m-menu li.on .back .ico img:last-of-type,
.menu .m-menu li:hover .back .ico img:last-of-type {
  display: block;
}
/* 弹窗 */
.popupWind {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.8);
}
.popupWind .back {
  position: absolute;
  width: 600px;
  padding-bottom: 35px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 5px 1px #eee;
}
.popupWind .back .h4 {
  height: 56px;
  font-size: 20px;
  line-height: 56px;
  letter-spacing: 2px;
  color: #fff;
  background: #5B8DFF;
  border-radius: 6px 6px 0 0;
}
.popupWind .back .info {
  width: 100%;
}
.popupWind .back .btn-close {
  min-width: 180px;
  letter-spacing: 4px;
  padding: 0 15px;
  margin: 0 4px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  background: #5B8DFF;
}
.popupWind .back.back-1 {
  left: 50%;
  top: 22vh;
  margin-left: -300px;
}
.popupWind .back.back-1 .info {
  min-height: 200px;
  padding: 75px 35px;
  font-size: 18px;
}
.popupWind .back.back-2 {
  width: 800px;
  left: 50%;
  margin-left: -400px;
  top: 22vh;
}
.popupWind .back.back-2 .info {
  padding: 20px;
}
.popupWind .back.back-2 .info .f-group {
  border: 1px solid #e1e7ed;
}
.popupWind .back.back-2 .info .f-group .textarea {
  height: 190px;
  margin: 0;
  padding: 12px 18px;
  line-height: 24px;
  font-size: 16px;
  color: #5f656f;
}
.popupWind .back.back-2 .btn-close {
  margin-top: 20px;
}
.popupWind .back.back-3 {
  left: 50%;
  width: 800PX;
  margin-left: -400px;
  padding-bottom: 45px;
  top: 9vh;
}
.popupWind .back.back-3 .info {
  padding: 20px 40px 40px;
}
.popupWind .back.back-3 .info .table table {
  width: 100%;
}
.popupWind .back.back-3 .info .table table tr {
  background: #fff;
}
.popupWind .back.back-3 .info .table table tr:nth-child(-n+4) {
  background: #f9f9f9;
}
.popupWind .back.back-3 .info .table table tr td {
  width: auto;
  color: #888;
}
.popupWind .back.back-3 .info .table table tr td:nth-child(1) {
  width: 155px;
  max-width: 155px;
  color: #555;
  background: #eff2f6;
}
.popupWind .back.back-3 .info .table table tr td:nth-child(3) {
  color: #555;
}
.popupWind .back.back-3 .info .table table tr td:nth-child(4) {
  width: 200px;
  max-width: 200px;
}
.popupWind .back.back-3 .info .table .btn {
  margin: 2px;
}
.popupWind .back.back-3 .info .table .required {
  margin-left: 4px;
  color: #f00;
}
.popupWind .back.back-3 .btn-group .btn {
  min-width: 180px;
  letter-spacing: 4px;
  padding: 0 15px;
  margin: 0 3px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  background: #5B8DFF;
}
.popupWind .back.back-4 {
  left: 50%;
  width: 800PX;
  margin-left: -400px;
  padding-bottom: 45px;
  top: 9vh;
}
.popupWind .back.back-4 .info {
  padding: 20px 40px 40px;
}
.popupWind .back.back-4 .info .table table {
  width: 100%;
}
.popupWind .back.back-4 .info .table table tr {
  background: #fff;
}
.popupWind .back.back-4 .info .table table tr:nth-child(-n+4) {
  background: #f9f9f9;
}
.popupWind .back.back-4 .info .table table tr td {
  width: auto;
  color: #888;
}
.popupWind .back.back-4 .info .table table tr td:nth-child(1) {
  width: 155px;
  max-width: 155px;
  color: #555;
  background: #eff2f6;
}
.popupWind .back.back-4 .info .table table tr td:nth-child(3) {
  color: #555;
}
.popupWind .back.back-4 .info .table table tr td:nth-child(4) {
  width: 200px;
  max-width: 200px;
}
.popupWind .back.back-4 .info .table .btn {
  margin: 2px;
}
.popupWind .back.back-4 .info .table .required {
  margin-left: 4px;
  color: #f00;
}
.popupWind .back.back-4 .btn-submit {
  min-width: 180px;
  letter-spacing: 4px;
  padding: 0 15px;
  margin: 0 4px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  background: #5B8DFF;
}
/* 局部样式 */
.login {
  width: 100%;
  min-height: 100vh;
  background: url(../images/login_bg_1.jpg) no-repeat center bottom;
  background-size: cover;
}
.login .sec1 {
  padding: 50px;
  text-align: center;
}
.login .sec1 .logo {
  width: 362px;
  margin: 0 auto;
}
.login .sec1 .logo a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 18.23%;
}
.login .sec1 .logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
}
.login .sec1 .title {
  position: relative;
  margin-top: 72px;
  padding: 0 70px;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  color: #fff;
}
.login .sec1 .title::before,
.login .sec1 .title::after {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.login .sec1 .title::before {
  left: 0;
}
.login .sec1 .title p {
  font-size: 36px;
  letter-spacing: 5px;
}
.login .sec1 .title2{margin-top:46px;}
.login .sec1 .title2 p {font-size:25px;}
.login .sec1 .f-box {
  width: 660px;
  min-height: 200px;
  margin: 50px auto 0;
  padding: 46px 150px;
  background: #fff url(../images/login_bg_1.png) no-repeat right bottom;
  border-radius: 12px;
}
.ggl{max-width: 664px;margin:0 auto;margin-top: 6px;}
.ggl dd{color:#fff;text-align: left;line-height: 36px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.ggl .more{margin-top:5%}
.ggl .more a{color:#fff;border:1px solid rgba(255,255,255,0.5);padding:5px 20px;font-size:14px;border-radius:2px}
.ggl .more a:hover{color:#fff;border:1px solid #5B8DFF;background:#5B8DFF;}
.ggl dd a{color:#fff;font-size: 14px;}
.ggl time{float:right;font-size: 13px;}
.login .sec1 .f-box .f-title {
  margin-bottom: 30px;
  font-size: 26px;
  letter-spacing: 4px;
  color: #5F656F;
}
.login .sec1 .f-box .f-group {
  position: relative;
  margin-top: 20px;
  padding: 0 15px 0 52px;
  background: #F6F8FE;
  border-radius: 5px;
}
.login .sec1 .f-box .f-group .text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: none;
}
.login .sec1 .f-box .f-group .ico {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  width: 18px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
}
.login .sec1 .f-box .f-group .ico.ico-user {
  background-image: url(../images/ico_1.png);
}
.login .sec1 .f-box .f-group .ico.ico-password {
  background-image: url(../images/ico_2.png);
}
.login .sec1 .f-box .f-hint {
  margin-top: 12px;
  text-align: left;
}
.login .sec1 .f-box .f-hint a {
  color: #A5AFBE;
  text-decoration: underline;
}
.login .sec1 .f-box .f-btn {
  margin-top: 30px;
}
.login .sec1 .f-box .f-btn .btn-login {
  width: 180px;
  padding: 0 10px;
  line-height: 42px;
  height: 42px;
  display: inline-block;
  background: #5B8DFF;
  color: #fff;
  border-radius: 4px;
}
.user {
  position: relative;
  min-height: 100vh;
  padding-left: 180px;
}
.user .btn {
  width: auto;
  min-width: 80px;
  margin: 2px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #555;
  background: #eff2f6;
}
.user .btn:hover {
  color: #fff;
  background: #5B8DFF;
}
.user .submit-application {
  padding-bottom: 100px;
}
.user .submit-application .table table {
  width: 100%;
  text-align: center;
}
.user .submit-application .table table tr td:nth-child(1) {
  width: 185px;
  max-width: 185px;
}
.user .submit-application .table table tr td:nth-child(2),
.user .submit-application .table table tr td:nth-child(3) {
  min-width: 160px;
}
.user .submit-application .table table tr td:nth-child(4) {
  width: 180px;
  max-width: 180px;
}
.user .submit-application .table table tr td:nth-child(5) {
  width: 160px;
  max-width: 160px;
}
.user .submit-application .btn-group {
  margin-top: 60px;
  text-align: center;
}
.user .submit-application .btn-group .btn {
  width: 180px;
  padding: 0 15px;
  margin: 0 4px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  background: #5B8DFF;
}
.user .check-pending {
  padding-bottom: 88px;
}
.user .check-pending .table table tr td:nth-child(1) {
  width: 460px;
  max-width: 460px;
}
.user .check-pending .table table tr td:nth-child(2),
.user .check-pending .table table tr td:nth-child(3),
.user .check-pending .table table tr td:nth-child(4) {
  width: 180px;
  max-width: 180px;
}
.user .pass-verification {
  padding-bottom: 88px;
}
.user .pass-verification .table-1 table tr th {
  padding: 6px 10px;
}
.user .pass-verification .table-1 table tr td {
  padding: 6px 10px;
}
.user .pass-verification .table-1 table tr td:nth-child(1) {
  width: 150px;
  max-width: 150px;
}
.user .pass-verification .table-1 table tr td:nth-child(2) {
  width: 365px;
  max-width: 365px;
}
.user .pass-verification .table-1 table tr td:nth-child(3) {
  width: 120px;
  max-width: 120px;
}
.user .pass-verification .table-1 table tr td:nth-child(4) {
  width: 130px;
  max-width: 130px;
}
.user .pass-verification .table-1 table tr td:nth-child(5) {
  width: 110px;
  max-width: 110px;
}
.user .pass-verification .table-1 table tr td:nth-child(6) {
  color: #888;
  font-size: 14px;
}
.user .pass-verification .table-2 table tr th {
  color: #666;
  font-size: 16px;
  background: #f9f9f9;
}
.user .pass-verification .table-2 table tr th:nth-child(1) {
  width: 185px;
  background: none;
}
.user .pass-verification .table-2 table tr td {
  padding: 10px 15px;
}
.user .pass-verification .table-2 table tr td:nth-child(2) {
  min-width: 170px;
}
.user .pass-verification .table-2 table tr td:nth-child(3),
.user .pass-verification .table-2 table tr td:nth-child(5) {
  width: 160px;
  max-width: 160px;
}
.user .pass-verification .btn-group {
  margin-top: 60px;
  text-align: center;
}
.user .pass-verification .btn-group .btn {
  width: 180px;
  padding: 0 15px;
  margin: 0 4px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  background: #5B8DFF;
}
.user .be-returned {
  position: relative;
  padding-bottom: 88px;
}
.user .be-returned .table table tr td {
  padding: 10px 15px;
}
.user .be-returned .table table tr td:nth-child(1) {
  width: 455px;
  max-width: 455px;
}
.user .be-returned .table table tr td:nth-child(2),
.user .be-returned .table table tr td:nth-child(3) {
  width: 180px;
  max-width: 180px;
}
.user .be-returned .table .btn {
  width: auto;
  margin: 2px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  min-width: 60px;
  color: #555;
  background: #eff2f6;
}
.user .be-returned .table .btn:hover {
  color: #fff;
  background: #5B8DFF;
}
.user .awards {
  padding-bottom: 88px;
}
.user .awards .table table tr th {
  padding: 10px;
}
.user .awards .table table tr td {
  padding: 10px 14px;
}
.user .awards .table table tr td:nth-child(1) {
  width: 130px;
  max-width: 130px;
}
.user .awards .table table tr td:nth-child(2) {
  width: 295px;
  max-width: 295px;
}
.user .awards .table table tr td:nth-child(3) {
  width: 120px;
  max-width: 120px;
}
.user .awards .table table tr td:nth-child(4) {
  width: 260px;
  max-width: 260px;
}
.user .awards .table .btn {
  min-width: 76px;
}
.user .drafts {
  padding-bottom: 88px;
}
.admin {
  position: relative;
  min-height: 100vh;
  padding-left: 180px;
}
.admin .btn {
  width: auto;
  min-width: 80px;
  height: 30px;
  padding: 0 10px;
  margin: 2px;
  line-height: 30px;
  color: #555;
  background: #eff2f6;
}
.admin .btn:hover {
  color: #fff;
  background: #5B8DFF;
}
.admin .u-title .f-group {
  top: 100%;
  transform: translate(0, -100%);
}
.admin .check-pending {
  position: relative;
  padding-bottom: 88px;
}
.admin .check-pending .table {
  padding-bottom: 30px;
  overflow: auto;
}
.admin .check-pending .table table {
  width: 1320px;
}
.admin .check-pending .table table tr td {
  padding: 10px;
}
.admin .check-pending .table table tr td:nth-child(1) {
  width: 135px;
  max-width: 135px;
}
.admin .check-pending .table table tr td:nth-child(2) {
  width: 320px;
  max-width: 320px;
}
.admin .check-pending .table table tr td:nth-child(3) {
  width: 120px;
  max-width: 120px;
}
.admin .check-pending .table table tr td:nth-child(4) {
  width: 330px;
  max-width: 330px;
}
.admin .check-pending .table table tr td:nth-child(5) {
  width: 120px;
  max-width: 120px;
}
.admin .check-pending .table table tr td:nth-child(6) {
  width: 120px;
  max-width: 120px;
}
.admin .check-pending .table table tr td:nth-child(7) {
  width: 175px;
  max-width: 175px;
}
.admin .check-pending .table .btn {
  min-width: 70px;
}
.admin .first-trial {
  position: relative;
  padding-bottom: 88px;
}
.admin .first-trial .u-table {
  margin-top: 20px;
}
.admin .first-trial .table {
  padding-bottom: 30px;
  overflow: auto;
}
.admin .first-trial .table table {
  width: 2170px;
}
.admin .first-trial .table table tr:nth-child(2n+1) {
  background: #f9f9f9;
}
.admin .first-trial .table table tr td {
  padding: 10px;
}
.admin .first-trial .table table tr td:nth-child(1) {
  width: 130px;
  max-width: 130px;
}
.admin .first-trial .table table tr td:nth-child(2) {
  width: 330px;
  max-width: 320px;
}
.admin .first-trial .table table tr td:nth-child(3) {
  width: 120px;
  max-width: 120px;
}
.admin .first-trial .table table tr td:nth-child(4) {
  width: 330px;
  max-width: 330px;
}
.admin .first-trial .table table tr td:nth-child(5) {
  width: 120px;
  max-width: 120px;
}
.admin .first-trial .table table tr td:nth-child(6) {
  width: 120px;
  max-width: 120px;
}
.admin .first-trial .table table tr td:nth-child(7) {
  width: 160px;
  max-width: 160px;
}
.admin .first-trial .table table tr td:nth-child(8) {
  width: 160px;
  max-width: 160px;
}
.admin .first-trial .table table tr td:nth-child(9) {
  width: 160px;
  max-width: 160px;
}
.admin .first-trial .table table tr td:nth-child(10) {
  width: 120px;
  max-width: 120px;
}
.admin .first-trial .table table tr td:nth-child(11) {
  width: 120px;
  max-width: 120px;
}
.admin .first-trial .table table tr td:nth-child(12) {
  width: 120px;
  max-width: 120px;
}
.admin .first-trial .table table tr td:nth-child(13) {
  width: 180px;
  max-width: 180px;
}
.admin .first-trial .table span {
  font-size: 14px;
}
.admin .first-trial .table .grade {
  min-width: 45px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  background: #FBFBFB;
  border: 1px solid #ddd;
}
.admin .review {
  padding-bottom: 88px;
}
.admin .review .table {
  padding-bottom: 30px;
  overflow: auto;
}
.admin .review .table table {
  width: 2750px;
}
.admin .review .table table tr:nth-child(2n+1) {
  background: #f9f9f9;
}
.admin .review .table table tr td {
  padding: 10px;
}
.admin .review .table table tr td:nth-child(1) {
  width: 130px;
  max-width: 130px;
}
.admin .review .table table tr td:nth-child(2) {
  width: 330px;
  max-width: 330px;
}
.admin .review .table table tr td:nth-child(3) {
  width: 120px;
  max-width: 120px;
}
.admin .review .table table tr td:nth-child(4) {
  width: 330px;
  max-width: 330px;
}
.admin .review .table table tr td:nth-child(5) {
  width: 120px;
  max-width: 120px;
}
.admin .review .table table tr td:nth-child(6) {
  width: 120px;
  max-width: 120px;
}
.admin .review .table table tr td:nth-child(7) {
  width: 250px;
  max-width: 250px;
}
.admin .review .table table tr td:nth-child(8) {
  width: 250px;
  max-width: 250px;
}
.admin .review .table table tr td:nth-child(9) {
  width: 250px;
  max-width: 250px;
}
.admin .review .table table tr td:nth-child(10) {
  width: 120px;
  max-width: 120px;
}
.admin .review .table table tr td:nth-child(11) {
  width: 120px;
  max-width: 120px;
}
.admin .review .table table tr td:nth-child(12) {
  width: 120px;
  max-width: 120px;
}
.admin .review .table table tr td:nth-child(13) {
  width: 180px;
  max-width: 180px;
}
.admin .review .table table tr td:nth-child(14) {
  width: 180px;
  max-width: 180px;
}
.admin .review .table table tr td:nth-child(15) {
  width: 130px;
  max-width: 130px;
}
.admin .review .table span {
  font-size: 14px;
}
.admin .review .table .grade {
  min-width: 45px;
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  background: #FBFBFB;
  border: 1px solid #ddd;
}
.admin .summary-report {
  padding-bottom: 88px;
}
.admin .summary-report .table {
  padding-bottom: 30px;
  overflow: auto;
}
.admin .summary-report .table table {
  width: 2000px;
}
.admin .summary-report .table table tr:nth-child(2n+1) {
  background: #f9f9f9;
}
.admin .summary-report .table table tr td {
  padding: 10px;
}
.admin .summary-report .table table tr td:nth-child(1) {
  width: 130px;
  max-width: 130px;
}
.admin .summary-report .table table tr td:nth-child(2) {
  width: 330px;
  max-width: 330px;
}
.admin .summary-report .table table tr td:nth-child(3) {
  width: 330px;
  max-width: 330px;
}
.admin .summary-report .table table tr td:nth-child(4) {
  width: 120px;
  max-width: 120px;
}
.admin .summary-report .table table tr td:nth-child(5) {
  width: 330px;
  max-width: 330px;
}
.admin .summary-report .table table tr td:nth-child(6) {
  width: 120px;
  max-width: 120px;
}
.admin .summary-report .table table tr td:nth-child(7) {
  width: 180px;
  max-width: 180px;
}
.admin .summary-report .table table tr td:nth-child(8) {
  width: 150px;
  max-width: 150px;
}
.admin .summary-report .table table tr td:nth-child(9) {
  width: 120px;
  max-width: 120px;
}


/* 个人中心样式 */
.personalcenter{background:url(../images/personacenter_bg_1.jpg) no-repeat center bottom;}
.personalcenter .top{position:absolute;top:0;left:0;width:100%;}
.personalcenter .top .t-left{background:0 0;}
.personalcenter .top .t-left::before{display:none;}
.personalcenter .content{padding:80px 0;}
.personalcenter .p-photo .back{text-align:center;cursor:pointer;}
.personalcenter .p-photo .back .img{position:relative;overflow:hidden;margin:0 auto;width:80px;height:80px;border-radius:50%;background:#ddd;}
.personalcenter .p-photo .back .img img{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%);}
.personalcenter .p-photo .back .info{margin-top:18px;color:#5f656f;}
.personalcenter .p-panel{margin:110px auto 0;width:460px;}
.personalcenter .p-panel .form{margin-top:40px;position: relative; left: -40px;}
.personalcenter .p-panel .item{padding-bottom:20px;color:#555;}
.personalcenter .p-panel .item-psd{display:none;}
.personalcenter .p-panel .item .i-left{float:left;width:100px;}
.personalcenter .p-panel .item .i-right{float:right;width:360px;}
.personalcenter .p-panel .item .label{display:block;padding-right:15px;width:100%;height:50px;color:#a5afbe;text-align:right;font-size:14px;line-height:50px;}
.personalcenter .p-panel .item .f-group{position:relative;}
.personalcenter .p-panel .item .ico{position:absolute;top:0;right:0;display:block;width:40px;height:100%;background-position:center center;background-repeat:no-repeat;cursor:pointer;}
.personalcenter .p-panel .item .ico-write{background-image:url(../images/ico_white.png);}
.personalcenter .p-panel .item .text{padding:0 42px 0 18px;width:100%;height:50px;border:0 solid #eee;border-radius:3px;background:#fff;color:#a5afbe;font-weight:400;line-height:normal;}
.personalcenter .p-panel .btn-group{margin-top:60px;padding-left:100px;}
.personalcenter .p-panel .btn-group .btn{display:block;margin:0 2px;width:100%;height:42px;border:0;color:#fff;text-align:center;font-size:16px;line-height:42px;cursor:pointer;}
/*
 TextList000856 为demo编号
 */
.TextList000856{margin-top:10px}
.TextList000856 li{border-bottom: #f0f0f0 1px dashed;line-height:27px;padding:10px 0;list-style: none;}
.TextList000856 li:before{content:'';width:5px;height:5px;background: #5b8dff;display:block;border-radius:50%;float:left;margin-top:17px}
.TextList000856 li a{ padding-left:20px;color:#666; background:url(../images/TextList000746-icon.jpg) no-repeat 5px center;line-height:37px}
.TextList000856 li a:hover{ color:#5b8dff;}
.TextList000856 li time{ float:right; color:#999; font-size:13px; margin-left:10px;}

.RichInfo005{ padding:3% 0;}
.RichInfo005 .news_info .title{ text-align:center; padding-bottom:20px;}
.RichInfo005 .news_info .title h1{ margin:0; padding-bottom:15px; font-size:21px; font-weight:normal;color: #333}
.RichInfo005 .news_info .title p{ margin:0; border-bottom:1px dashed #d2d2d2; padding-bottom:10px;}
.RichInfo005 .news_info .title p span{ margin:0 5px;font-size: 16px;color: #666}
.RichInfo005 .news_info .info p{font-size: 16px;line-height:30px}
.RichInfo005 .news_info .info_back{ text-align:center; clear:both; padding:4% 0 3%;} 
.RichInfo005 .news_info .info_back a{ color:#5b8dff;border:1px solid #5b8dff;padding: 8px 27px; font-size:15px;}
.RichInfo005 .news_info .info_pn span{ display:block;line-height: 23px}
.RichInfo005 .news_info .info_pn span a{ color:#999;font-size:15px;}
.RichInfo005 .news_info .info_pn span a:hover{color:#5b8dff;}