@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside,
details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

* {
  box-sizing: border-box;
  font-family: "Microsoft YaHei";
  outline: none; }

body {
  font: 12px/1.5 "微软雅黑", "宋体", sans-serif !important; }

html {
  font-size: 100px; }

a {
  text-decoration: none; }

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

@font-face {
  font-family: CH;
  src: url("//game.gtimg.cn/images/qjjx/act/a20190718pds/font.TTF"); }

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden !important; }

.warp {
  width: 100%;
  height: 100%;
  background: url("./bg1.jpg") no-repeat top center/100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.75rem; }
  .warp .top {
    width: 100%;
    height: 1.1rem;
    background: url("./top.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .warp .top .iconInfo {
      display: flex; }
      .warp .top .iconInfo .icon {
        display: block;
        width: .72rem;
        height: .72rem;
        border-radius: .05rem; }
    .warp .top .textInfo {
      margin-left: .24rem;
      display: flex;
      flex-direction: column;
      height: .62rem;
      margin-top: .03rem; }
      .warp .top .textInfo .text1 {
        height: .32rem;
        line-height: .32rem;
        color: #e3b259;
        font-size: .29rem;
        font-family: CH;
        font-weight: bold; }
      .warp .top .textInfo .text2 {
        height: .24rem;
        line-height: .24rem;
        color: #e8d1a7;
        font-size: .24rem; }
    .warp .top .downLoad {
      display: block;
      width: 1.94rem;
      height: .61rem;
      background: url("./downLoad.png") no-repeat center/100%; }
  .warp .logo {
    display: block;
    width: 1.65rem;
    height: 1.2rem;
    background: url("./logo.png") no-repeat center/100%; }
  .warp .btn {
    display: block;
    width: 3.69rem;
    height: 1.31rem;
    background: url("./btn1.png") no-repeat center/100%;
    margin-top: 4.66rem;
    position: relative; }
    .warp .btn .hand {
      display: block;
      width: .61rem;
      height: .66rem;
      background: url("./head.png") no-repeat center/100%;
      position: absolute;
      top: .66rem;
      left: 1.9rem; }
    .warp .btn em {
      display: block;
      width: .61rem;
      height: .66rem;
      background: url("./head.png") no-repeat center/100%;
      animation: scale 1s linear infinite; }

@keyframes scale {
  0%, 100% {
    opacity: 1;
    transform: scale(1); }
  50% {
    transform: scale(1.3); } }

.loading {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("./bg2.jpg") no-repeat top center/100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.8rem; }
  .loading .logo {
    display: block;
    width: 1.65rem;
    height: 1.2rem;
    background: url("./logo.png") no-repeat center/100%; }
  .loading .paintingBox {
    width: 7.42rem;
    height: 5.34rem;
    display: flex;
    justify-content: center;
    margin-top: 1.74rem; }
    .loading .paintingBox .paintingLeft {
      width: 1.01rem;
      height: 100%;
      background: url("tu.png") no-repeat left center/7.42rem 5.34rem; }
    .loading .paintingBox .paintingRight {
      width: .96rem;
      height: 100%;
      background: url("tu.png") no-repeat right center/7.42rem 5.34rem; }
    .loading .paintingBox .paintingCenter {
      width: 0%;
      height: 100%;
      background: url("tu.png") no-repeat center/7.42rem 5.34rem; }
  .loading .jdBox {
    width: 5.4rem;
    height: .31rem;
    position: relative;
    margin-top: .3rem;
    background: url("./jd_box.png") no-repeat center/100%; }
    .loading .jdBox .curr {
      width: 0%;
      height: .26rem;
      position: absolute;
      top: .025rem;
      left: .025rem;
      background: url("curr.png") no-repeat left center/5.35rem 0.26rem; }
  .loading p {
    width: 5.18rem;
    height: .33rem;
    background: url("./loadingText.png") no-repeat center/100%;
    margin-top: .34rem; }

#fullpage .section {
  width: 100%;
  height: 100%;
  background: url("./bg3.jpg") no-repeat top center/100%;
  position: relative; }

#fullpage .section1 {
  padding-top: 3.36rem; }
  #fullpage .section1 .title {
    width: 3.8rem;
    height: .96rem;
    background: url("./title1.png") no-repeat center/100%;
    margin: 0 auto; }
  #fullpage .section1 .people {
    width: 6.55rem;
    height: 5.22rem;
    background: url("./people1.png") no-repeat center/100%; }
  #fullpage .section1 .textBox {
    width: 5.06rem;
    height: 2.95rem;
    background: url("./textBox.png") no-repeat center/100%;
    position: relative;
    margin: -.8rem auto 0;
    z-index: 99;
    padding: .15rem .7rem 0;
    text-align: center;
    line-height: .32rem;
    color: #2f221b;
    font-size: .24rem;
    font-family: CH;
    font-weight: 600; }

.jt {
  width: .56rem;
  height: .32rem;
  background: url("./jt.png") no-repeat center/100%;
  position: absolute;
  left: 50%;
  margin-left: -.28rem;
  bottom: 1rem;
  animation: jt1 1s linear infinite; }

@keyframes jt {
  0%, 100% {
    bottom: 1.92rem; }
  50% {
    bottom: 1.82rem; } }

@keyframes jt1 {
  0%, 100% {
    bottom: 1rem; }
  50% {
    bottom: .9rem; } }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .jt {
    bottom: 1.92rem;
    animation: jt 1s linear infinite; } }

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .jt {
    bottom: 1.92rem;
    animation: jt 1s linear infinite; } }

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .jt {
    bottom: 1.92rem;
    animation: jt 1s linear infinite; } }

#fullpage .section2 {
  padding-top: 3.35rem; }
  #fullpage .section2 .title {
    width: 5.33rem;
    height: .97rem;
    background: url("./title2.png") no-repeat center/100%;
    margin: 0 auto; }
  #fullpage .section2 .people {
    width: 3.45rem;
    height: 4.05rem;
    background: url("./people2.png") no-repeat center/100%;
    margin: -.1rem auto 0; }
  #fullpage .section2 .textBox {
    width: 5.06rem;
    height: 4.47rem;
    background: url("./textBox2.png") no-repeat center/100%;
    position: relative;
    margin: -.6rem auto 0;
    z-index: 99;
    padding: .2rem .4rem 0;
    text-align: center;
    line-height: .32rem;
    color: #2f221b;
    font-size: .24rem;
    font-family: CH;
    font-weight: 600; }
    #fullpage .section2 .textBox p {
      margin-bottom: .24rem; }
    #fullpage .section2 .textBox span {
      color: #ae0a0a; }
    #fullpage .section2 .textBox em {
      font-weight: 600; }

#fullpage .section3 {
  padding-top: 3.35rem; }
  #fullpage .section3 .title {
    width: 5.47rem;
    height: .97rem;
    background: url("./title3.png") no-repeat center/100%;
    margin: 0 auto; }
  #fullpage .section3 .textBox {
    width: 5.26rem;
    height: 3.03rem;
    background: url("./textBox3.png") no-repeat center/100%;
    position: relative;
    margin: .45rem auto 0;
    z-index: 99;
    padding: .28rem .18rem 0;
    text-align: center;
    line-height: .32rem;
    color: #2f221b;
    font-size: .24rem;
    font-family: CH;
    font-weight: 600; }
    #fullpage .section3 .textBox span {
      color: #ae0a0a; }
  #fullpage .section3 .people {
    width: 6.02rem;
    height: 3.35rem;
    background: url("./people3.png") no-repeat center/100%;
    margin: .4rem auto 0; }

#fullpage .section4 {
  padding-top: 3.35rem; }
  #fullpage .section4 .title {
    width: 6rem;
    height: .94rem;
    background: url("./title4.png") no-repeat center/100%;
    margin: 0 auto; }
  #fullpage .section4 .title1 {
    width: 6.04rem;
    height: .95rem;
    background: url("./title4_1.png") no-repeat center/100%;
    margin: 0 auto; }
  #fullpage .section4 .textBox {
    width: 5.76rem;
    height: 2.03rem;
    background: url("./textBox4.png") no-repeat center/100%;
    position: relative;
    margin: .5rem auto 0;
    z-index: 99;
    padding: .18rem .18rem 0;
    text-align: center;
    line-height: .32rem;
    color: #2f221b;
    font-size: .24rem;
    font-family: CH;
    font-weight: 600; }
    #fullpage .section4 .textBox span {
      color: #ae0a0a; }
  #fullpage .section4 .people {
    width: 6.19rem;
    height: 3.94rem;
    background: url("./people4.png") no-repeat center/100%;
    margin: .5rem auto 0; }

#fullpage .section5 {
  padding-top: 3.35rem; }
  #fullpage .section5 .title {
    width: 6.35rem;
    height: .96rem;
    background: url("./title5.png") no-repeat center/100%;
    margin: 0 auto; }
  #fullpage .section5 .textBox {
    width: 5.76rem;
    height: 3.15rem;
    background: url("./textBox5.png") no-repeat center/100%;
    position: relative;
    margin: .5rem auto 0;
    z-index: 99;
    padding: .18rem .18rem 0;
    text-align: center;
    line-height: .32rem;
    color: #2f221b;
    font-size: .24rem;
    font-family: CH;
    font-weight: 600; }
    #fullpage .section5 .textBox p {
      margin-bottom: .3rem; }
    #fullpage .section5 .textBox span {
      color: #ae0a0a; }
  #fullpage .section5 .people {
    width: 6.51rem;
    height: 4.04rem;
    background: url("./people5.png") no-repeat center/100%;
    margin: .5rem 0 0 .1rem; }

.end {
  width: 100%;
  height: 16.24rem;
  background: url("./bg4.jpg") no-repeat top center/100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5.54rem; }
  .end .title {
    width: 100%;
    height: .46rem;
    text-align: center;
    line-height: .46rem;
    color: #1e1304;
    font-size: .5rem;
    font-weight: bold;
    margin-bottom: .1rem; }
    .end .title span {
      display: inline-block;
      height: .46rem;
      line-height: .46rem;
      vertical-align: middle; }
    .end .title i {
      display: inline-block;
      vertical-align: middle;
      width: 2.56rem;
      height: .49rem;
      background: url("./i.png") no-repeat center/100%; }
  .end .p1, .end .p2 {
    width: 100%;
    height: 1.15rem;
    margin: .1rem auto 0;
    text-align: center;
    line-height: .38rem;
    color: #4c362a;
    font-size: .26rem;
    font-family: CH;
    font-weight: 600; }
    .end .p1 span, .end .p2 span {
      color: #ae0a0a; }
  .end .gjc {
    display: block;
    width: 5.8rem;
    height: 3.77rem;
    margin: .23rem auto 0; }
  .end .btn_warp {
    width: 5.55rem;
    height: .71rem;
    margin: .45rem auto 0;
    display: flex;
    justify-content: space-between; }
    .end .btn_warp a {
      display: block;
      width: 2.79rem;
      height: .71rem; }
    .end .btn_warp a:nth-child(1) {
      background: url("./btn2.png") no-repeat center/100%; }
    .end .btn_warp a:nth-child(2) {
      background: url("./btn3.png") no-repeat center/100%; }

#model {
  width: 7.5rem;
  height: 16.24rem;
  background: url("./bg5.jpg") no-repeat top center;
  background-size: 7.5rem 16.24rem;
  padding-top: 5.43rem;
  position: absolute;
  top: 0;
  left: -999px; }
  #model .share_title {
    width: 100%;
    height: .49rem;
    text-align: center;
    line-height: .49rem;
    color: #1e1304;
    font-size: .5rem;
    font-weight: bold; }
    #model .share_title p {
      display: inline-block;
      height: .49rem;
      line-height: .46rem;
      vertical-align: middle;
    }
    #model .share_title img {
      display: inline-block;
      width: 2.56rem;
      height: .49rem;
      vertical-align: middle;
    }
  #model .share_p1 {
    width: 100%;
    height: 1.5rem;
    text-align: center;
    margin-top: .1rem;
    color: #4c362a;
    font-size: .34rem;
    font-weight: bold; }
    #model .share_p1 p {
      width: 100%;
      height: .5rem;
      line-height: .5rem; }
    #model .share_p1 span {
      color: #ae0a0a; }
  #model .share_img {
    display: block;
    width: 4.74rem;
    height: 2.65rem;
    margin: .65rem auto 0; }
    #model .share_img img {
      display: block;
      width: 100%;
      height: 100%; }
  #model .ewm {
    display: block;
    width: 1.91rem;
    height: 1.93rem;
    margin: .82rem auto 0; }
    #model .ewm img {
      display: block;
      width: 100%;
      height: 100%; }

.canvasImgBox {
  width: 100%;
  height: 16.24rem;
  z-index: 99;
  display: none; }
  .canvasImgBox img {
    display: block;
    width: 100%;
    height: 100%; }

/*保存长图显示loading*/
.dia1 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8); }

.load-container {
  width: 4.4rem;
  height: 4.4rem;
  margin: 4rem auto 0;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.load4 .loader {
  color: #ffffff;
  font-size: .2rem;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.loading-txt {
  width: 100%;
  height: .4rem;
  position: absolute;
  left: 0;
  top: 2.2rem;
  font-size: .3rem;
  text-align: center;
  line-height: .4rem;
  color: #fff;
  font-weight: bold; }

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

.test1 {
  width: 5.8rem;
  height: 2.76rem;
  background: url("./test1.png") no-repeat center/100%; }
  .test1 .dia-close {
    display: block;
    width: .36rem;
    height: .36rem;
    position: absolute;
    top: .56rem;
    right: .4rem; }
  .test1 .dia-con {
    width: 100%;
    height: 100%;
    padding: 1.41rem .59rem 0 .69rem;
    display: flex;
    justify-content: space-between; }
    .test1 .dia-con a {
      display: block;
      width: 2.14rem;
      height: .68rem; }

/* 自定义皮肤时，请务必保证先复制粘贴如下样式，然后再修改 */
#roleSelector {
  display: none; }

.ulink-layer {
  position: absolute;
  z-index: 9998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.7;
  background-color: #888a8c; }

.ulink-dialog {
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  width: 350px;
  max-width: 95%;
  margin-top: -60.5px;
  margin-left: -175px;
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden; }

.ulink-dialog .header {
  height: 30px;
  line-height: 30px;
  color: white;
  background-color: #2196F3;
  border-radius: 5px 5px 0px 0px; }

.ulink-dialog .header .title {
  float: left;
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  color: white; }

.ulink-dialog .close-btn {
  float: right;
  height: 30px;
  padding: 0px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer; }

.ulink-dialog .close-btn:hover, .ulink-dialog .close-btn:active {
  color: red; }

.ulink-dialog .content {
  position: relative;
  padding: 8px;
  font: normal 12px Tahoma,"宋体";
  color: #222222; }

.ulink-dialog .display-none {
  display: none; }

.ulink-dialog select {
  display: block;
  height: 30px;
  width: 100%;
  margin: 10px auto 5px;
  border: solid 1px #c1bdbd; }

.ulink-dialog select:first-child {
  margin-top: 5px; }

.ulink-dialog .error-message {
  height: 25px;
  line-height: 25px;
  color: #FF0000;
  clear: both; }

.ulink-dialog .button-box {
  position: relative;
  height: 30px;
  margin-bottom: 0px;
  padding-top: 5px; }

.ulink-dialog button {
  position: absolute;
  width: 45%;
  height: 30px;
  padding: 0px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer; }

.ulink-dialog .confirm-btn {
  left: 0px;
  background-color: #2196f3; }

.ulink-dialog .confirm-btn:active, .ulink-dialog .confirm-btn:hover {
  background-color: #027bdc; }

.ulink-dialog .cancel-btn {
  right: 0px;
  background-color: #a7a6a4; }

.ulink-dialog .cancel-btn:active, .ulink-dialog .cancel-btn:hover {
  background-color: #908f8d; }

.ulink-dialog {
  width: 5.8rem;
  height: 5.56rem;
  background: url("./test2.png") no-repeat center/100%;
  margin-top: -2.78rem;
  margin-left: -2.9rem; }

.ulink-dialog .header {
  height: 0;
  position: relative;
  z-index: 999;
  cursor: pointer; }
  .ulink-dialog .header .close-btn {
    display: block;
    width: .36rem;
    height: .36rem;
    position: absolute;
    top: .56rem;
    right: .4rem; }

.ulink-dialog .content {
  padding: 1.18rem 0.08rem 0;
  height: 5.37rem; }

.ulink-dialog .button-box {
  position: absolute;
  bottom: .3rem;
  left: .79rem;
  height: .8rem;
  width: 4.3rem;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between; }

.ulink-dialog button {
  width: 2.16rem;
  height: 100%;
  text-indent: -99rem;
  background: none;
  opacity: 0; }

.ulink-dialog select {
  width: 4.45rem;
  height: .44rem;
  background: url("./select.png") no-repeat center/100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 .14rem;
  margin: .2rem auto 0; }

#ulinkRoleSelectParent span {
  display: block;
  width: 4.45rem;
  height: .24rem;
  line-height: .24rem;
  color: #281705;
  font-size: .22rem;
  margin: .2rem auto 0;
  font-weight: bold; }
