@charset 'utf8';
/* reset css */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #1b1b1b;
}

html,
body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body {
  max-width: 7.5rem;
  min-width: 3.2rem;
  margin: 0 auto;
  background-color: #f5f6f7;
  font-family: Helvetica Neue, Tahoma, Arial, PingFangSC-Regular,
    Hiragino Sans GB, Microsoft Yahei, sans-serif;
  font-size: 16px;
  color: #1b1b1b;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  user-select: none;
}

.page {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.g-header {
  position: absolute;
  z-index: 99;
  width: 100%;
}

.g-header .flag {
  height: 2rem;
  background: url("../images/guoqi.gif") no-repeat center top / 100% 100%;
}

.g-header .indexflag {
  height: 2.4rem;
  background: url("../images/guoqi.gif") no-repeat center top / 100% 100%;
}

.g-header .logo {
  width: 6.19rem;
  height: 1.12rem;
  margin: 0 auto;
  background: url("../images/bg_logo.png") no-repeat center/cover;
  text-indent: 1000px;
  font-size: 0;
}

.p-header .indexlogo {
  width: 6.5rem;
  height: 1.21rem;
  position:absolute;
  top:2.8rem;
  left:0.5rem;
  background: url("../images/bg_logo.png") no-repeat center top / 100% 100%;
  font-size: 0;
}

.g-header .nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.24rem;
  top: 1rem;
  z-index: 99;
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgba(166, 15, 20, 0.8);
  border-radius: 50%;
}

.g-header .nav-btn img {
  width: 0.46rem;
  height: 0.46rem;
}

.p-header .logo {
  width: 6.19rem;
  height: 1.12rem;
  position:absolute;
  top:1.8rem;
  left:0.655rem;
}


.g-content {
  display: flex;
  flex-direction: column;
  width: 7.1rem;
  height: 9.1rem;
  margin: 3.1rem auto 0;
  padding: 0.2rem 0.2rem 0;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0.1rem;
}

.g-content .scroll-view {
  overflow: hidden;
  flex: 1;
  overflow-y: scroll;
}

.g-content .scroll-view .no_data{
  width: 100%;
  height: 90%;
  object-fit: cover;
}

.g-content .scroll-view .heroic-list{
  margin-top: 0px;
  overflow: hidden;
}

.g-content .scroll-view .heroic-item01{
  position: relative;
  float: left;
  height:154px;
  width:100%;
  background-color: #f3ecdb;
  margin:10px 0px;
  margin-bottom:0px;
  padding: 10px;
  border-radius: 8px;
}

.g-content .scroll-view .heroic-item01 .avatar {
  float: left;
  width: 100%;
  height:135px;
}

.g-content .scroll-view .heroic-item01 .name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 94%;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.g-content .scroll-view .heroic-item01 .mask {
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 135px;
    background: rgba(0, 0, 0, 0.8);
    transition: all 1s;
}

.g-content .scroll-view .heroic-item01:hover .mask {
  opacity: 1;
}

.g-content .scroll-view .heroic-item01 .mask .content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 116px;
    height: 96px;
    text-align: center;
    margin-left: -58px;
    margin-top: -28px;
}

.g-content .scroll-view .heroic-item01 .mask .contentleft {
    float: left;
    width: 50%;
    height:135px;
    padding-top: 40px;
    text-align: center;
}

.g-content .scroll-view .heroic-item01 .mask .icon {
    height: 34px;
}

.g-content .scroll-view .heroic-item01 .mask .desc {
    color: #fff;
    font-size: 16px;
}
.g-title {
  position: relative;
  height: 0.76rem;
  padding-left: 1.2rem;
  background-color: #d10005;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.76rem;
  border-radius: 0.1rem;
  text-overflow:ellipsis;/*让超出的用...实现*/
  white-space:nowrap;/*禁止换行*/
  overflow:hidden;/*超出的隐藏*/
}
.g-title .btn {
  position: absolute;
  right: 0.16rem;
  top: 0.12rem;
  width: 1.4rem;
  height: 0.54rem;
  background: -webkit-linear-gradient(#f78102, #bc2709);
  background: linear-gradient(#f78102, #bc2709);
  color: #fff;
  font-weight: normal;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 0.06rem;
  border: 0.04rem solid rgba(255, 255, 255, 0.6);
}
.g-title::before {
  position: absolute;
  top: -0.2rem;
  left: 0.16rem;
  content: "";
  width: 0.99rem;
  height: 1.05rem;
  background: url("../images/bg_star.png") no-repeat center / cover;
}
.g-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 3.44rem;
  background: url("../images/bg_footer.png") no-repeat center / cover;
}
.g-footer p.copyrights {
  position: absolute;
  bottom: 0.15rem;
  left: 0rem;
  height: 0.6rem;
  color: #fff;
  width:100%;
  font-size: 0.24rem;
  line-height:0.32rem;
  text-align: center;
}
.g-footerlist {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 0.9rem;
  background: url("../images/bg_footer.png") no-repeat center bottom / cover;
}
.g-footerlist p.copyrights {
  position: absolute;
  bottom: 0.15rem;
  left: 0rem;
  height: 0.6rem;
  color: #fff;
  width:100%;
  font-size: 0.24rem;
  line-height:0.32rem;
  text-align: center;
}
.g-new-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top:0.2rem;
}
.g-new-list1 a {
  width: 3.12rem;
  margin-bottom: 0.16rem;
}
.g-new-list1 a img {
  width: 100%;
  height: 1.74rem;
  object-fit: cover;
}
.g-new-list1 a .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.3rem;
  line-height: 1.33;
}
.g-new-list1 a .time {
  font-size: 0.24rem;
  color: #999;
}
.g-more {
  margin-top: 0.24rem;
  text-align: center;
}
.g-more span {
  display: inline-block;
  padding: 0.3em 0.9rem;
  font-size: 0.26rem;
  color: #d10005;
  border: 1px solid #d10005;
  border-radius: 0.08rem;
}
.g-new-list2 .item {
  display: flex;
  justify-content: space-between;
  padding-top:0.1rem;
}
.g-new-list2 .item a {
  flex: 1;
  padding: 0.3em 0;
  font-size: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-new-list2 .item span {
  margin-left: 0.32rem;
  font-size: 0.28rem;
}

.g-article {
 padding-top:0.2rem;
}
.g-article .title {
  font-size: 0.4rem;
  text-align: center;
  color: #d10005;
}
.g-article .source {
  font-size: 0.24rem;
  color: #999;
  text-align: center;
}
.g-article .rich {
  margin-top: 0.36rem;
}
.g-article .rich p {
  margin-bottom: 0.16rem;
  font-size: 0.3rem;
  line-height: 1.4333;
  text-align: justify;
}
.g-article .rich p img {
  width: 100%;
}
.g-nav-wrap {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.g-nav-wrap .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.g-nav-wrap .nav-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 40%;
  height: 100%;
  background-color: #fff;
  transform: translateX(100%);
  transition: 0.5s;
}

.g-nav-wrap .nav-list a {
  padding: 0.3rem 0;
  font-size: 0.3rem;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.g-nav-wrap .nav-list a.active {
  background-color: #d10005;
  color: #fff;
}

.form-tab {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d4d4d4;
}

.form-tab .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 0.3rem;
  height: 0.86rem;
}

.form-tab .tab-item.active {
  border-bottom: 2px solid #d10005;
  color: #d10005;
  font-weight: bold;
}

.form-tab-pages {
  position: relative;
}

.form-tab-pages .tab-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.form-tab-pages .tab-page.active {
  display: block;
}

.form-tab-pages .tab-page .table {
  width: 100%;
}

.form-tab-pages .tab-page .table tr:nth-child(2n + 1) {
  background-color: #e5eaee;
}

.form-tab-pages .tab-page .table th,
.form-tab-pages .tab-page .table td {
  height: 0.6rem;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.6rem;
}

.form-tab-pages .tab-page .table th {
  font-weight: bold;
}

.form-tab-pages .tab-page .table td {
  font-size: 0.24rem;
}

.form-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
}

.form-label {
  flex: 0 0 2rem;
  margin-right: 0.24rem;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: right;
}

.form-item .form-input,
.form-submit {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 0.12rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.04rem;
}

.form-item .form-input input,
.form-item .form-input textarea {
  flex: 1;
  height: 0.76rem;
  background-color: transparent;
  font-size: 0.3rem;
  outline: none;
  border: none;
}

.form-item .form-input img {
  width: 0.6rem;
  height: 0.6rem;
  transform: translateX(0.16rem);
  opacity: 0.5;
}

.form-item .form-input textarea {
  height: 1.8rem;
  resize: none;
}

.form-submit {
  margin-top: 0.32rem;
  height: 0.76rem;
  background-color: #d10005;
  color: #fff;
  justify-content: center;
  font-size: 0.3rem;
  border-radius: 0.08rem;
}

.g-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}

.g-picker .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.g-picker .select-wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 30vh;
  max-height: 50vh;
  background-color: #fff;
}

.g-picker .select-wrap .title {
  height: 0.7rem;
  background-color: #f5f6f7;
  text-align: center;
  line-height: 0.7rem;
  font-size: 0.3rem;
}

.g-picker .select-wrap .select {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: scroll;
  padding: 0 0.24rem;
}

.g-picker .select-wrap .select-item {
  padding: 0.24rem 0;
  text-align: center;
  font-size: 0.28rem;
  border-bottom: 1px solid #d4d4d4;
}
.upload {
    display: flex;
    margin-top: .2rem;
    margin-bottom: 0.3rem;
}
.upload-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 7.2rem;
    height: 1.5rem;
    text-align: center;
    margin-right: .3rem;
    color: #333;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: .2rem;
}
#identity1, #identity2 {
    display: none;
}
.upload-item span.icon {
    font-size: .6rem;
    font-weight: lighter;
    color: #cccccc;
}
.upload-item span {
    font-size: .3rem;
}
.upload-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

