body {
  background-color: #232323;
  font-family: Helvetica;
}
.user-top {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem 0px;
  height: 4rem;
}
.user-top_right {
  height: 4rem;
  width: 4rem;
}
.user-top_left {
  margin: auto 0px;
}
.user-top_left h3 {
  line-height: 2rem;
}
.user-top_left p {
  height: 2rem;
}
.user-top_qufu {
  font-weight: bold;
  font-size: 1.33rem;
  padding-right: 1.5rem;
  padding-left: 1rem;
  background: url('../images/jiantou02.png') no-repeat right center;
  background-size: 1rem 1rem;
}
.user-top_qufu_ac {
  background: url('../images/jiantou03.png') no-repeat right center;
  background-size: 1rem 1rem;
}
.user-top_nick {
  font-weight: bold;
  font-size: 1.33rem;
  padding-right: 1.5rem;
  background: url('../images/jiantou02.png') no-repeat right center;
  background-size: 1rem 1rem;
}
.user-top_nick_ac {
  background: url('../images/jiantou03.png') no-repeat right center;
  background-size: 1rem 1rem;
}
.user-banner {
  position: relative;
}
.user-banner_bg {
  width: 97%;
}
.user-banner .user-cont {
  position: absolute;
  top: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 34%;
  width: 60%;
}
.user-banner .user-cont_tit {
  font-size: 1.5rem;
  line-height: 3rem;
}
.user-banner .user-cont_txt {
  font-size: 1rem;
  display: flex;
}
.user-banner .user-cont_wc {
  padding-right: 10px;
}
.user-banner .user-cont_jindu {
  flex: 1;
  height: 10px;
  background: #fff;
  border-radius: 100px;
  margin: auto 0px;
  position: relative;
}
.user-banner .user-cont_jindu i {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  border-radius: 100px;
  background: #8a2f15;
}
.user-nav {
  margin-top: 1.2rem;
  background: #626262;
  margin: 1.2rem 1.25rem 0px;
  border-radius: 8px;
}
.user-nav_li {
  height: 4.6rem;
  display: flex;
  padding: 0px 1rem;
  background: url(../images/jiantou01.png) no-repeat right 0.6rem center;
  background-size: 1.2rem 1.2rem;
  border-bottom: 1px solid #7d7d7d;
}
.user-nav_li img {
  width: 2rem;
  height: 2rem;
  margin: auto 0px;
}
.user-nav_li a {
  width: 100%;
  line-height: 4.6rem;
  font-size: 1.16rem;
  padding: 0px .8rem;
  display: flex;
  justify-content: space-between;
}
.user-nav_li:last-child {
  border-bottom: none;
}
.home-banner img {
  display: block;
  width: 100%;
}
.home-top {
  position: relative;
  padding: 1rem;
}
.home-top_bg {
  width: 100%;
}
.home-top_cont {
  position: absolute;
  top: 1rem;
  left: 0px;
  height: 100%;
  width: 100%;
  padding-bottom: 11%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.home-top_cont p {
  font-size: 1.16rem;
  line-height: 2.6rem;
}
.home-top_cont h3 {
  font-size: 2.6em;
  line-height: 3rem;
}
.home-data01 {
  margin: 0px 1.5rem 1.5rem;
  background: #fff;
  border-radius: 6px;
  padding: 1rem 1rem;
}
.home-data01_item {
  line-height: 2.6rem;
}
.home-data01_item span {
  color: #0a0a0a;
}
.home-data01_name {
  display: inline-block;
  font-size: 1.16rem;
  width: 11rem;
}
.home-data01_num {
  font-size: 1.33rem;
  font-weight: 600;
}
.home-data02 {
  margin: 0px 1.5rem;
  background: #fff;
  border-radius: 6px;
  padding: 1rem 1rem;
  background: url('../images/home_nav_bg02.png') no-repeat #ffffff right bottom;
  background-size: 10rem 10rem;
}
.home-data02_item {
  line-height: 2.6rem;
}
.home-data02_item span {
  color: #0a0a0a;
}
.home-data02_name {
  display: inline-block;
  font-size: 1.16rem;
  width: 12rem;
}
.home-data02_num {
  font-size: 1.33rem;
  font-weight: 600;
}
.login {
  padding: 0px 3rem;
  box-sizing: border-box;
}
.login-logo {
  display: flex;
  padding: 4rem 0px;
}
.login-logo img {
  width: 8rem;
  height: 8rem;
  margin: 0px auto;
}
.login-from_item {
  padding-top: 2rem;
  padding-bottom: .4rem;
  display: flex;
  justify-content: space-between;
  height: 3rem;
  border-bottom: 1px solid #888;
}
.login-from_item input {
  flex: 1;
  background: none;
  border: none;
  margin: 0px 1rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.16rem;
}
.login-from_item .yanjing {
  height: 2rem;
  width: 2rem;
  margin: auto 0px;
  background: url('../images/yanjing.png') no-repeat center center;
  background-size: 100% 100%;
}
.login-from_item span {
  color: #ccc;
}
.login-from_ioc {
  height: 1.6rem;
  width: 1.6rem;
  margin: auto 0px;
}
.login-btn {
  padding: 2rem 0rem;
}
.login-btn button {
  width: 100%;
  height: 3.6rem;
  line-height: 3.6rem;
  border-radius: 100px;
  font-size: 1.16rem;
  background: -webkit-linear-gradient(right, #ff1f04, #ff8242);
  background: -o-linear-gradient(right, #ff1f04, #ff8242);
  background: linear-gradient(to left, #ff1f04, #ff8242);
  color: #fff;
  border: none;
}
.login-bottom {
  display: flex;
  justify-content: space-between;
}
.login-bottom a {
  color: #ccc;
}
.wallet {
  padding: 1.25rem;
}
.wallet .yuanbao-wrap {
  display: flex;
}
.wallet .yuanbao-wrap_cont {
  width: 80%;
  background: #383839;
  border-radius: 6px;
  margin: auto auto;
  padding: 0px 2rem;
  box-sizing: border-box;
}
.wallet .yuanbao-wrap_cont .title {
  text-align: center;
  line-height: 4rem;
  color: #fff;
}
.wallet .yuanbao-wrap .yuanbao-cont_item {
  position: relative;
  border-radius: 6px;
  line-height: 3.6rem;
  margin-bottom: 1rem;
  background: #000;
  overflow: hidden;
  height: 3.6rem;
}
.wallet .yuanbao-wrap .yuanbao-cont_item .van-dropdown-menu {
  background: none;
}
.wallet .yuanbao-wrap .yuanbao-cont_item input {
  padding: 0px 1rem;
  font-size: 1.16rem;
  background: none;
  border: none;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.wallet .yuanbao-wrap .yuanbao-cont_item .nick {
  padding: 0px 1rem;
  font-size: 1.16rem;
  color: #fff;
  box-sizing: border-box;
}
.wallet .yuanbao-wrap .yuanbao-cont_item span {
  padding: 0px 1rem;
  font-size: 1.16rem;
  color: #fff;
  box-sizing: border-box;
}
.wallet .yuanbao-wrap .yuanbao-cont_item .select-ioc {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.wallet .yuanbao-wrap .yuanbao-cont_item .van-dropdown-menu {
  height: 3.6rem;
  border: none;
}
.wallet .yuanbao-wrap .yuanbao-cont_item .van-dropdown-item__content {
  width: 70%;
  left: 15%;
  border-top-color: none;
  border-bottom-color: none;
}
.wallet .yuanbao-wrap .yuanbao-cont_item .van-cell:not(:last-child)::after {
  border-bottom: 1px solid #333333;
}
.wallet .yuanbao-wrap .yuanbao-cont_item .van-popup {
  background: #000;
}
.wallet .yuanbao-wrap .yuanbao-cont_item .van-cell {
  background: #000;
}
.wallet .yuanbao-wrap .yuanbao-cont_item .van-hairline--top-bottom::after,
.wallet .yuanbao-wrap .yuanbao-cont_item .van-hairline-unset--top-bottom::after {
  display: none;
}
.wallet .yuanbao-wrap .yuanbao-cont_item .van-dropdown-menu__item {
  justify-content: flex-start;
  border: none;
}
.wallet .yuanbao-wrap .yuanbao-btns {
  width: 100%;
  padding: 2rem 0px;
  display: flex;
  justify-content: space-between;
}
.wallet .yuanbao-wrap .yuanbao-btns button {
  width: 45%;
  line-height: 2.6rem;
  background: #ccc;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 1.16rem;
}
.wallet .yuanbao-wrap .yuanbao-btns button:nth-child(2) {
  background: #fb5858;
}
.wallet .van-action-sheet__name {
  color: #000;
}
.wallet-top {
  background: -webkit-linear-gradient(right, #ff8645, #ff1901);
  background: -o-linear-gradient(right, #ff8645, #ff1901);
  background: linear-gradient(to left, #ff8645, #ff1901);
  border-radius: 6px;
  text-align: center;
  padding: 1rem 0px;
}
.wallet-top_p1 {
  padding-top: 1rem;
  padding-bottom: .6rem;
  font-size: 1rem;
}
.wallet-top_p2 {
  padding-top: 1rem;
  font-size: 1rem;
}
.wallet-top h3 {
  font-size: 3rem;
  line-height: 3.6rem;
}
.wallet-top_btns {
  padding: 1rem 15% 0px;
  display: flex;
  justify-content: space-around;
}
.wallet-top_btns button {
  border-radius: 100px;
  background: #fff;
  border: none;
  line-height: 2.4rem;
  width: 7rem;
  font-size: 1.16rem;
}
button.wallet-top_btn01 {
  color: #fe583d;
}
.wallet-top_p3 {
  line-height: 3.4rem;
  font-size: 1rem;
}
.wallet-cent {
  position: relative;
  margin-top: 2rem;
  background: -webkit-linear-gradient(right, #ff8645, #ff1901);
  background: -o-linear-gradient(right, #ff8645, #ff1901);
  background: linear-gradient(to left, #ff8645, #ff1901);
  border-radius: 6px;
  text-align: center;
  height: 10rem;
}
.wallet-cent_cont {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 9.2rem;
  background: #fff;
  border-radius: 6px;
}
.wallet-cent p {
  color: #3c3c3c;
  padding: 0px .6rem;
  margin: auto 0px;
  font-size: 1.16rem;
}
.wallet-cent h3 {
  color: #000;
  font-size: 2.2rem;
}
.wallet-cent_tit {
  display: flex;
  justify-content: center;
  line-height: 1.8rem;
  padding: 1.5rem 0px;
}
.wallet-cent_ioc {
  width: 1.6rem;
  height: 1.6rem;
}
.wallet-bottom {
  background: #fff;
  border-radius: 6px;
  text-align: center;
  margin-top: 2rem;
}
.wallet-bottom p {
  color: #3c3c3c;
  padding: 0px .6rem;
  margin: auto 0px;
  font-size: 1.16rem;
}
.wallet-bottom h3 {
  color: #000;
  font-size: 2.2rem;
}
.wallet-bottom_tit {
  display: flex;
  justify-content: center;
  line-height: 1.8rem;
  padding: 1.2rem 0px;
}
.wallet-bottom_ioc {
  width: 1.8rem;
  height: 1.8rem;
}
.wallet-bottom_btns {
  padding: 1rem 15% 1.5rem;
  display: flex;
  justify-content: space-around;
}
.wallet-bottom button {
  border-radius: 100px;
  background: #fe3619;
  border: none;
  color: #fff;
  line-height: 2.4rem;
  width: 7rem;
  font-size: 1.16rem;
}
.tixianLog-top {
  background: -webkit-linear-gradient(right, #ff8645, #ff1901);
  background: -o-linear-gradient(right, #ff8645, #ff1901);
  background: linear-gradient(to left, #ff8645, #ff1901);
  text-align: center;
  padding: 2rem 0px;
}
.tixianLog-top p {
  font-size: 1.16rem;
  line-height: 2.2rem;
}
.tixianLog-top h3 {
  font-size: 2rem;
  line-height: 3.4rem;
  padding-top: .6rem;
}
.tixianLog-top button {
  background: #fff;
  color: #fe3f20;
  flex: 1.16rem;
  border: none;
  border-radius: 100px;
  line-height: 2.6rem;
  width: 10rem;
  margin-top: 1rem;
}
.tixianLog-tab {
  display: flex;
  justify-content: space-between;
  background: #363232;
}
.tixianLog-tab_li {
  width: 50%;
  text-align: center;
  line-height: 5rem;
  color: #fff;
  font-size: 1.33rem;
  border-bottom: 1px solid #363232;
}
.tixianLog-tab_li.ac {
  border-bottom: 1px solid #bebebe;
}
.tixianLog-list {
  padding: 0px 1.25rem;
}
.tixianLog-list_li {
  display: flex;
  justify-content: space-between;
  height: 5rem;
  border-bottom: 1px solid #535353;
}
.tixianLog-list_tit {
  flex: 1;
  line-height: 5rem;
  color: #fefefe;
  font-size: 1.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*两行*/
  overflow: hidden;
}
.tixianLog-list_right {
  text-align: right;
  margin: auto 0px;
}
.tixianLog-list_right h3 {
  color: #fefefe;
  line-height: 2rem;
}
.tixianLog-list_right p {
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 2rem;
}
.tixian-top {
  background: -webkit-linear-gradient(right, #ff8645, #ff1901);
  background: -o-linear-gradient(right, #ff8645, #ff1901);
  background: linear-gradient(to left, #ff8645, #ff1901);
  text-align: center;
  padding: 2rem 0px;
}
.tixian-top p {
  font-size: 1.16rem;
  line-height: 2rem;
}
.tixian-top h3 {
  font-size: 2rem;
  line-height: 3rem;
  padding-top: 1rem;
}
.tixian-top .btn {
  padding-top: 1.4rem;
}
.tixian-top .btn button {
  width: 10rem;
  line-height: 2rem;
  background: #fff;
  border-radius: 100px;
  border: none;
}
.tixian-tab {
  margin-top: 1.5rem;
  padding: 0px 1.25rem;
}
.tixian-tab_top {
  background: #fff;
  border-radius: 6px;
  padding: 0px 1rem;
}
.tixian-tab_tit {
  color: #404040;
  line-height: 3rem;
}
.tixian-tab_tabs {
  display: flex;
  justify-content: space-between;
}
.tixian-tab_tabs .tab-item {
  width: 50%;
  text-align: center;
}
.tixian-tab_tabs .tab-item_wrap {
  width: 8rem;
  margin: 0px auto;
  border: 1px solid #fff;
}
.tixian-tab_tabs .tab-item_wrap img {
  width: 2.4rem;
  height: 2.4rem;
}
.tixian-tab_tabs .tab-item .weixn-ac {
  border: 1px solid #09bb07;
  border-radius: 6px;
}
.tixian-tab_tabs .tab-item .otc-ac {
  border: 1px solid #3be3c3;
  border-radius: 6px;
}
.tixian-tab_tabs .tab-item_name {
  color: #404040;
  font-size: 1rem;
  line-height: 2rem;
}
.tixian-tab_sum {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.tixian-tab_sum span {
  display: inline-block;
  color: #5a5a5a;
  border-radius: 6px;
  border: 1px solid #5a5a5a;
  width: 28%;
  text-align: center;
  line-height: 2.6rem;
  font-size: 1.16rem;
}
.tixian-tab_sum span.ac {
  background: #fe3f20;
  border: 1px solid #fe3f20;
  color: #fff;
}
.tixian-tab .tixian-weixin {
  padding-top: 3rem;
}
.tixian-tab .tixian-weixin h3 {
  font-size: 1.16rem;
  line-height: 3rem;
}
.tixian-tab .tixian-weixin p {
  font-size: 1rem;
  line-height: 1.6rem;
}
.tixian-tab .weixin-btn {
  padding: 2rem 0px;
}
.tixian-tab .weixin-btn button {
  width: 100%;
  color: #fff;
  height: 3.4rem;
  background: #ff4a3a;
  border-radius: 100px;
  font-size: 1.33rem;
  border: none;
}
.tixian-tab .quanshan-wrap {
  display: flex;
  justify-content: center;
  padding: 1rem 0px;
}
.tixian-tab .quanshan-wrap_item {
  width: 36%;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 2rem;
}
.tixian-tab .quanshan-wrap_item p {
  color: #333;
  font-size: 1rem;
  line-height: 2rem;
  padding-right: 6px;
}
.tixian .van-overlay {
  z-index: 999;
}
.tixian .van-overlay .wrapper {
  display: flex;
  height: 100%;
}
.tixian .van-overlay .mai-cont {
  width: 80%;
  background: #383839;
  margin: auto auto;
  border-radius: 8px;
  box-sizing: border-box;
}
.tixian .van-overlay .mai-cont .title {
  position: relative;
  line-height: 4.4rem;
  font-size: 1.33rem;
  text-align: center;
  margin-bottom: .4rem;
}
.tixian .van-overlay .mai-cont .close {
  position: absolute;
  top: 0px;
  right: 4px;
  height: 2.6rem;
  width: 2.6rem;
  background: url(../images/guanbi.png) no-repeat center center;
  background-size: 1.4rem 1.4rem;
}
.tixian .van-overlay .mai-cont_item {
  margin: 0px 2rem;
  border-radius: 6px;
  border: 1px solid #2f2f2f;
  background: #000;
  line-height: 4rem;
  margin-bottom: 1rem;
}
.tixian .van-overlay .mai-cont_item input {
  border: none;
  background: none;
  padding: 0px 1rem;
  width: 100%;
  box-sizing: border-box;
}
.tixian .van-overlay .mai-cont_item span {
  padding: 0px 1rem;
}
.tixian .van-overlay .mai-cont_btn {
  padding: 1rem 2rem 1.5rem;
}
.tixian .van-overlay .mai-cont_btn button {
  background: #ff4a3a;
  color: #fff;
  border-radius: 6px;
  border: none;
  width: 100%;
  line-height: 2.6rem;
}
.tixian .payPassWrap {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: flex;
}
.tixian .payPassWrap .payPassWrap-cont {
  border-radius: 6px;
  background: #fff;
  margin: auto auto;
  width: 80%;
  padding-bottom: 2rem;
}
.tixian .payPassWrap .payPassWrap-cont .title {
  line-height: 3.6rem;
  text-align: center;
  color: #333;
  font-size: 1.33rem;
}
.tixian .payPassWrap .payPassWrap-cont .pass-input {
  display: flex;
  line-height: 4rem;
  padding-top: 1rem;
}
.tixian .payPassWrap .payPassWrap-cont .pass-input input {
  width: 70%;
  margin: 0px auto;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  padding: 0px 1rem;
  color: #000;
  font-size: 1.33rem;
  box-sizing: border-box;
}
.tixian .payPassWrap .payPassWrap-cont .paypass-but {
  display: flex;
  padding-top: 2rem;
}
.tixian .payPassWrap .payPassWrap-cont .paypass-but button {
  width: 70%;
  margin: 0px auto;
  background: #ff4a3a;
  color: #fff;
  border-radius: 6px;
  border: none;
  line-height: 3.2rem;
  font-size: 1.16rem;
}
.tixian-overlay {
  display: flex;
}
.tixian-overlay .set-wrap {
  margin: auto auto;
  padding: 1rem 2rem 0rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  width: 24rem;
}
.tixian-overlay .set-wrap_tit {
  color: #333;
  text-align: center;
  line-height: 3rem;
  font-size: 1.16rem;
}
.tixian-overlay .set-wrap_item {
  margin-top: .6rem;
  height: 3rem;
  display: flex;
}
.tixian-overlay .set-wrap_item label {
  display: inline-block;
  width: 5rem;
  line-height: 3rem;
}
.tixian-overlay .set-wrap_item input {
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  padding: 0px 1rem;
  flex: 1;
}
.tixian-overlay .set-wrap .set-btns {
  display: flex;
  justify-content: space-around;
  height: 5rem;
}
.tixian-overlay .set-wrap .set-btns button {
  width: 7.6rem;
  height: 2.4rem;
  margin: auto 0px;
  border-radius: 4px;
  background: #ccc;
  border: none;
  color: #fff;
  font-size: 1.16rem;
}
.tixian-overlay .set-wrap .set-btns button:last-child {
  background: #fe3619;
}
.tixian-otc .tab {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.tixian-otc .tab span {
  display: inline-block;
  line-height: 4rem;
  text-align: center;
  width: 30%;
  color: #ff4a3a;
  font-size: 1.33rem;
}
.tixian-otc .tab span.ac {
  background: #ff4a3a;
  color: #fff;
}
.otc-list {
  padding-bottom: 1.5rem;
}
.otc-list_li {
  display: flex;
  padding: 1rem 0px;
  border-bottom: 1px solid #535353;
}
.otc-list_li .ioc {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  border-radius: 100px;
  background: #ff4a3a;
  color: #fff;
  font-size: 1.16rem;
  text-align: center;
  line-height: 3rem;
  margin: auto 0px;
}
.otc-list_left {
  padding-left: 1rem;
}
.otc-list_left h3 {
  font-weight: normal;
  font-size: 1.16rem;
  line-height: 2rem;
}
.otc-list_left p {
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.4rem;
}
.otc-list_right {
  margin-left: auto;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.otc-list_right p {
  line-height: 2.4rem;
  color: #b7b7b7;
  font-size: 1rem;
}
.otc-list_right p span {
  font-size: 1.16rem;
  color: #fff;
}
.otc-list_right button {
  border-radius: 100px;
  border: none;
  line-height: 2.6rem;
  width: 8rem;
  background: #ff4a3a;
  color: #fff;
}
.getC .getC-banner img {
  width: 100%;
}
.getC .getC-nav {
  display: flex;
  border-bottom: 1px solid #535353;
}
.getC .getC-nav_item {
  position: relative;
  width: 33.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0px;
  border-right: 1px solid #535353;
  box-sizing: border-box;
}
.getC .getC-nav_item i {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url('../images/xianshi_ioc.png') no-repeat center;
  background-size: 100% 100%;
}
.getC .getC-nav_item img {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  margin: 0px auto;
}
.getC .getC-nav_item p {
  padding-top: .6rem;
  font-size: 1rem;
  color: #f6f6f6;
}
.getC .getC-nav_item button {
  width: 7rem;
  font-size: .8rem;
  color: #fff;
  background: #fe3619;
  border-radius: 100px;
  border: none;
  margin: .6rem auto 0px;
}
.getC .getC-nav_item button.complete {
  background: #6b6b6b;
}
.getC .getC-nav_item:last-child {
  border-right: none;
}
.getC .getC-btn {
  padding: 2rem 1.5rem;
  text-align: center;
  margin-top: auto;
}
.getC .getC-btn p {
  color: #f6f6f6;
  font-size: 1.16rem;
  line-height: 2.6rem;
}
.getC .getC-btn button {
  margin-top: 1rem;
  width: 100%;
  color: #fff;
  height: 3.4rem;
  background: #ff4a3a;
  border-radius: 100px;
  font-size: 1.33rem;
  border: none;
}
.myCode {
  padding: 0px 1.25rem;
  display: flex;
  flex-direction: column;
}
.myCode .myCode-code {
  position: relative;
  margin-top: 1rem;
  background: -webkit-linear-gradient(right, #ff8645, #ff1901);
  background: -o-linear-gradient(right, #ff8645, #ff1901);
  background: linear-gradient(to left, #ff8645, #ff1901);
  border-radius: 6px;
  text-align: center;
  padding: 2rem 0px;
}
.myCode .myCode-code h3 {
  font-size: 1.6rem;
}
.myCode .myCode-code h3:nth-child(2) {
  font-size: 1.16rem;
  padding-top: 1rem;
}
.myCode .myCode-code span {
  position: absolute;
  right: 2rem;
  top: 50%;
}
.myCode .myCode-code .yaoqingren {
  position: absolute;
  right: 4px;
  top: 4px;
  background: none;
  color: #fff;
  border: none;
  line-height: 2rem;
}
.myCode .myCode-data {
  margin-top: 1.5rem;
  display: flex;
  background: #383839;
  padding: 1rem 0px;
  text-align: center;
  border-radius: 6px;
}
.myCode .myCode-data_utem {
  width: 33.33%;
  box-sizing: border-box;
  border-right: 1px solid #535353;
}
.myCode .myCode-data_utem h3 {
  font-size: 1.5rem;
}
.myCode .myCode-data_utem p {
  color: #ededed;
  padding-top: .6rem;
  font-size: 1rem;
}
.myCode .myCode-data_utem:last-child {
  border-right: none;
}
.myCode .myCode-tips {
  padding-top: 1.5rem;
}
.myCode .myCode-tips p {
  line-height: 1.8rem;
  font-size: 1rem;
}
.myCode .myCode-btn {
  margin-top: auto;
  padding-bottom: 10%;
}
.myCode .myCode-btn button {
  width: 100%;
  color: #fff;
  height: 3.4rem;
  background: #ff4a3a;
  border-radius: 100px;
  font-size: 1.33rem;
  border: none;
}
.notice {
  padding: 0px 1.25rem;
}
.notice .notice-ul_li {
  padding: 1rem 0px;
  background: url('../images/jiantou01.png') no-repeat right 1.25rem center;
  background-size: 1.2rem 1.2rem;
  border-bottom: 1px solid #535353;
}
.notice .notice-ul_li a {
  display: flex;
}
.notice .notice-ul_li img {
  margin: auto 0px;
  width: 3rem;
  height: 3rem;
}
.notice .notice-ul_cont {
  padding: 0px 1rem;
}
.notice .notice-ul_cont h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /*两行*/
  overflow: hidden;
  padding-right: 2rem;
  line-height: 2.2rem;
}
.notice .notice-ul_cont p {
  line-height: 2.2rem;
  color: #ededed;
  font-size: 1rem;
}
.noticeC {
  padding: 0px 1.25rem;
}
.noticeC .noticeC-tit {
  padding: 1rem 0px;
}
.noticeC .noticeC-tit h3 {
  font-size: 1.33rem;
}
.noticeC .noticeC-tit p {
  color: #ededed;
  font-size: 1rem;
  padding-top: 1rem;
}
.noticeC .noticeC-cont p {
  font-size: 1.16rem;
  line-height: 2rem;
}
.noticeC .noticeC-cont img {
  width: 100%;
  display: block;
  margin: .4rem 0px;
}
.realname {
  padding: 0px 1.25rem;
  padding-top: 1rem;
}
.realname .realname-tips {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #ff4a3a;
}
.realname .realname-cont {
  margin-top: 1.5rem;
  background: #383839;
  border-radius: 6px;
  padding: 0px 1rem 1rem;
}
.realname .realname-cont_item {
  padding: 1rem 0px;
}
.realname .realname-cont_item p {
  font-size: 1.33rem;
  line-height: 3rem;
  font-weight: bold;
}
.realname .realname-cont_item input {
  background: none;
  line-height: 2.6rem;
  width: 100%;
  border: none;
  border-bottom: 1px solid #535353;
  padding: 0px 1rem;
  box-sizing: border-box;
  font-size: 1.33rem;
  color: #fff;
}
.realname .realname-btn {
  padding: 3rem 0px;
}
.realname .realname-btn button {
  margin-top: 1rem;
  width: 100%;
  color: #fff;
  height: 3.4rem;
  background: #ff4a3a;
  border-radius: 100px;
  font-size: 1.33rem;
  border: none;
}
.set {
  padding: 0px 1.25rem;
}
.set .set-ul {
  padding-top: 1rem;
}
.set .set-ul_li {
  line-height: 4.6rem;
  border-bottom: 1px solid #535353;
  background: url('../images/jiantou01.png') no-repeat right 1.25rem center;
  background-size: 1.2rem 1.2rem;
}
.set .set-ul_li p {
  font-size: 1.16rem;
  color: #ededed;
}
.set .set-ul_li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.set .set-btn {
  padding: 3rem 0px;
}
.set .set-btn button {
  margin-top: 1rem;
  width: 100%;
  color: #fff;
  height: 3.4rem;
  background: #ff4a3a;
  border-radius: 100px;
  font-size: 1.33rem;
  border: none;
}
.modifyPass {
  padding: 0px 1.5rem;
}
.modifyPass .modifyPass-btn {
  padding: 2rem 0px;
}
.modifyPass .modifyPass-btn button {
  margin-top: 1rem;
  width: 100%;
  color: #fff;
  height: 3.4rem;
  background: #ff4a3a;
  border-radius: 100px;
  font-size: 1.33rem;
  border: none;
}
.reg .reg-bg {
  position: relative;
  background: #fff;
}
.reg .reg-bg_bg {
  width: 100%;
  display: block;
}
.reg .reg-bg_logo {
  position: relative;
  width: 100%;
  top: -3rem;
}
.reg .reg-bg_logo img {
  display: block;
  width: 6rem;
  height: 6rem;
  margin: 0px auto;
}
.reg .reg-bg_tit {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 3.6rem;
  font-size: 1.33rem;
}
.reg .login-from {
  position: relative;
  top: -2rem;
  padding: 0px 3rem;
}
.reg .login-from_item {
  border-bottom: 1px solid #d9e2e9;
}
.reg .login-from_item span {
  display: inline-block;
  line-height: 2.4rem;
  height: 2.4rem;
  margin: auto 0px;
  background: #ffeff0;
  border-radius: 100px;
  width: 9rem;
  text-align: center;
  color: #f1404b;
  font-size: 1rem;
}
.reg .login-from_item {
  padding: .6rem 0px;
}
.reg .login-from_item input {
  color: #000;
}
.reg .login-from_ioc {
  width: 2rem;
  height: 2rem;
}
.reg .login-btn {
  padding: 0px 3rem;
}
.reg .login-btn button {
  background: -webkit-linear-gradient(right, #ff1901, #ff8645);
  background: -o-linear-gradient(right, #ff1901, #ff8645);
  background: linear-gradient(to left, #ff1901, #ff8645);
}
.reg .login-btn p {
  font-size: 1rem;
  color: #b6c2ce;
  text-align: center;
  padding-top: 10px;
}
.reg .login-btn p span {
  color: #666666;
}
.reg .login-bottom {
  padding: 1rem 3rem 2rem;
}
.reg .login-bottom a {
  color: #ff1901;
}
.Verifi {
  display: flex;
}
.Verifi .Verifi-wrap {
  background: #fff;
  border-radius: 6px;
  width: 20rem;
  margin: auto auto;
  padding-bottom: 2rem;
  margin-top: 50%;
}
.Verifi .Verifi-tit {
  text-align: center;
  line-height: 4.6rem;
  color: #000;
  font-size: 1.33rem;
}
.Verifi .Verifi-cont {
  display: flex;
  flex-direction: column;
}
.Verifi .Verifi-cont img {
  width: 8rem;
  height: auto;
  margin: 0px auto;
}
.Verifi .Verifi-cont input {
  line-height: 3rem;
  width: 12rem;
  margin: 0px auto;
  margin-top: 1rem;
  text-align: center;
}
.Verifi .Verifi-cont button {
  width: 12rem;
  margin: 1rem auto 0px;
  line-height: 2.6rem;
  background: -webkit-linear-gradient(right, #ff1901, #ff8645);
  background: -o-linear-gradient(right, #ff1901, #ff8645);
  background: linear-gradient(to left, #ff1901, #ff8645);
  border-radius: 6px;
  color: #fff;
  border: none;
}
.appdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.appdown .appdown-logo {
  width: 6rem;
  height: 6rem;
  margin: 0px auto;
}
.appdown h3 {
  text-align: center;
  line-height: 3.6rem;
  font-weight: normal;
  font-size: 1.5rem;
}
.appdown .appdown-btns {
  display: flex;
  justify-content: center;
  padding-top: 10rem;
}
.appdown .appdown-btns_item {
  border-radius: 100px;
  width: 12rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
  margin: 0px 1rem;
}
.appdown .appdown-btns_item img {
  height: 2rem;
  width: 2rem;
  margin: auto 2px;
}
.appdown .appdown-btns_item span {
  font-size: 1rem;
  display: inline-block;
  line-height: 3.6rem;
}
.appdown .appdown-code {
  padding-top: 3rem;
}
.appdown .appdown-code img {
  width: 10rem;
  height: 10rem;
  display: block;
  margin: 0px auto;
}
.appdown .appdown-code p {
  text-align: center;
  color: #fff;
  line-height: 3rem;
}
.ReceSet {
  padding: 1rem 1.25rem;
}
.ReceSet .ReceSet-item {
  background: #383839;
  padding: 0px 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
}
.ReceSet .ReceSet-item h3 {
  line-height: 5rem;
}
.ReceSet .ReceSet-item p {
  line-height: 2rem;
  padding: 0px 1rem;
}
.ReceSet .ReceSet-item input {
  margin: 0px 1rem 1.5rem;
  width: 80%;
  height: 3rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.16rem;
}
.ReceSet .ReceSet-btn {
  padding: 1rem 0px;
}
.ReceSet .ReceSet-btn button {
  width: 100%;
  line-height: 3rem;
  border-radius: 6px;
  border: none;
  background: -webkit-linear-gradient(right, #ff1901, #ff8645);
  background: -o-linear-gradient(right, #ff1901, #ff8645);
  background: linear-gradient(to left, #ff1901, #ff8645);
  color: #fff;
  font-size: 1.16rem;
}
.myCode .bind-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  width: 100%;
  height: 100%;
}
.myCode .bind-wrap_cont {
  position: relative;
  width: 22rem;
  margin: auto auto;
  background: #fff;
  border-radius: 6px;
}
.myCode .bind-wrap_cont .title {
  color: #000;
  text-align: center;
  line-height: 3.6rem;
}
.myCode .bind-wrap_cont .my-bind {
  width: 8rem;
  margin: 0px auto;
}
.myCode .bind-wrap_cont .my-bind input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  font-size: 1.3rem;
  line-height: 3rem;
}
.myCode .bind-wrap .close {
  position: absolute;
  top: 0px;
  right: 4px;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: url(../images/guanbi02.png) no-repeat center center;
  background-size: 50% 50%;
}
.myCode .bind-wrap_btn {
  display: flex;
  height: 6rem;
}
.myCode .bind-wrap_btn button {
  width: 12rem;
  height: 2.6rem;
  margin: auto auto;
  border-radius: 100px;
  border: none;
  background: -webkit-linear-gradient(right, #ff1901, #ff8645);
  background: -o-linear-gradient(right, #ff1901, #ff8645);
  background: linear-gradient(to left, #ff1901, #ff8645);
  color: #fff;
  font-size: 1.16rem;
}
.erweima img {
  display: block;
  width: 100%;
}
.team {
  padding: 1rem 0rem;
}
.team .team-tab {
  margin: 0px 1.25rem;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  background: #626262;
}
.team .team-tab_item {
  width: 33.33%;
  text-align: center;
  line-height: 3.6rem;
  color: #fff;
  font-size: 1.16rem;
}
.team .team-tab .ac {
  background: #3f3f3f;
}
.team .team-item {
  padding-top: 1.25rem;
}
.team .team-item_li {
  display: flex;
  height: 5rem;
  padding: 0px 2rem;
  border-bottom: 1px solid #3f3f3f;
}
.team .team-item_ioc {
  width: 3rem;
  height: 3rem;
  margin: auto 0px;
}
.team .team-item_cont {
  padding-left: 1rem;
  margin: auto 0px;
}
.team .team-item_phone {
  font-size: 1.16rem;
  line-height: 1.8rem;
}
.team .team-item_date {
  font-size: 1rem;
  line-height: 1.6rem;
}
.team .team-item_right {
  margin: auto 0px auto auto;
  text-align: right;
}
.team .team-item_hyd {
  font-size: 1.16rem;
  line-height: 1.6rem;
}
.team .team-item_xing {
  color: #ff4a3a;
  font-size: 1.33rem;
  font-weight: bold;
  padding-top: 2px;
}
.otcList .otc-list_li {
  border-bottom: 1px solid #3f3f3f;
  padding: .6rem 1.25rem;
  display: block;
}
.otcList .otc-list_top {
  display: flex;
  justify-content: space-between;
  line-height: 3rem;
}
.otcList .otc-list_top .title {
  font-size: 1.33rem;
}
.otcList .otc-list_top .order {
  font-weight: normal;
  font-size: 1.16rem;
  color: #ededed;
}
.otcList .otc-list_info {
  display: flex;
  justify-content: space-between;
}
.otcList .otc-list_status {
  text-align: right;
  line-height: 2rem;
  padding-top: 4px;
}
.otcList .otc-list_status span {
  color: #ff4a3a;
}
.otcList .otc-list_item .text {
  font-size: 1rem;
  color: #ededed;
  line-height: 2rem;
}
.otcList .otc-list_item .bold {
  font-weight: bold;
  font-size: 1.16rem;
  line-height: 2rem;
}
.order-wrap {
  padding-bottom: 6rem;
}
.order-wrap .order-top {
  display: flex;
  justify-content: space-between;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
}
.order-wrap .order-top_left {
  display: flex;
}
.order-wrap .order-top_left .order-type {
  margin: auto 0px;
  width: 3.4rem;
  height: 3.4rem;
  text-align: center;
  line-height: 3.4rem;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  color: #232323;
  font-size: 1.5rem;
}
.order-wrap .order-top_left .side-info {
  padding-left: 1rem;
}
.order-wrap .order-top_left .side-info p {
  font-size: 1.16rem;
  line-height: 2.4rem;
}
.order-wrap .order-top_right {
  margin: auto 0px;
  text-align: right;
}
.order-wrap .order-top_right h3 {
  line-height: 2.4rem;
}
.order-wrap .order-top_right p {
  font-size: 1rem;
}
.order-wrap .order-info {
  background: #333;
  padding: 0rem 1.25rem 1rem;
}
.order-wrap .order-info_tit {
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  line-height: 3.6rem;
}
.order-wrap .order-info_tit span:nth-child(2) {
  font-size: 1rem;
}
.order-wrap .order-info .info {
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
}
.order-wrap .order-info .info-left h3 {
  line-height: 2.4rem;
  font-size: 2rem;
  font-weight: normal;
}
.order-wrap .order-info .info-left h3 span {
  font-weight: normal;
  font-size: 1.16rem;
  padding-left: 4px;
}
.order-wrap .order-info .info-left p {
  line-height: 2rem;
  font-size: 1rem;
}
.order-wrap .order-info .info-right {
  margin: auto 0px;
  text-align: right;
}
.order-wrap .order-info .info-right .status {
  font-size: 1.3rem;
  color: #fb4939;
  font-weight: bold;
  line-height: 2.4rem;
}
.order-wrap .order-info .info-right p {
  line-height: 2.4rem;
}
.order-wrap .sell-info {
  background: #333;
  padding: 0px 1.25rem;
  margin-top: 1rem;
}
.order-wrap .sell-info_top {
  padding-top: 1rem;
  font-size: 1rem;
}
.order-wrap .sell-info_top span {
  color: #fb4939;
  padding: 0px 4px;
  font-size: 1rem;
}
.order-wrap .sell-info .bank-item {
  display: flex;
  height: 6rem;
}
.order-wrap .sell-info .bank-item img {
  height: 3rem;
  width: 3rem;
  margin: auto 0px;
}
.order-wrap .sell-info .bank-item_info {
  margin: auto 0px;
  padding-left: .6rem;
}
.order-wrap .sell-info .bank-item_info .number {
  line-height: 2rem;
}
.order-wrap .sell-info .bank-item_info .number span {
  font-weight: bold;
}
.order-wrap .sell-info .bank-item_info .name {
  font-size: 1rem;
}
.order-wrap .sell-info .alipay-item {
  display: flex;
  height: 6rem;
}
.order-wrap .sell-info .alipay-item img {
  height: 3rem;
  width: 3rem;
  margin: auto 0px;
}
.order-wrap .sell-info .alipay-item_info {
  margin: auto 0px;
  padding-left: .6rem;
}
.order-wrap .sell-info .alipay-item_info .number {
  line-height: 2rem;
  font-size: 1rem;
}
.order-wrap .sell-info .alipay-item_info .number span {
  font-weight: bold;
}
.order-wrap .sell-info .alipay-item_info .name {
  font-size: 1.33rem;
}
.order-wrap .sell-info .alipay-item > span {
  color: #fb4939;
  font-weight: bold;
  margin: auto 0px;
  margin-left: auto;
}
.order-wrap .tips-wrap {
  line-height: 3.2rem;
  padding-bottom: .6rem;
  display: flex;
  justify-content: space-between;
}
.order-wrap .tips-wrap_left {
  font-size: 1rem;
}
.order-wrap .tips-wrap_right {
  font-size: 1.5rem;
}
.order-wrap .order-tips {
  margin-top: 1rem;
  background: #333;
  padding: 0px 1.25rem 1rem;
}
.order-wrap .order-tips h3 {
  line-height: 3.6rem;
}
.order-wrap .order-tips p {
  font-size: 1rem;
  line-height: 2rem;
}
.order-wrap .order-fooder {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5rem;
  background: #333;
  display: flex;
  justify-content: space-between;
}
.order-wrap .order-fooder .item {
  width: 33%;
}
.order-wrap .order-fooder .item p {
  line-height: 5rem;
  text-align: center;
  font-size: 1.3rem;
}
.order-wrap .order-fooder .fukuan p {
  color: #999;
}
.order-wrap .order-fooder .right {
  border-left: 1px solid #565656;
}
.order-wrap .order-fooder .right p {
  color: #fb4939;
}
.order-wrap .order-fooder .lainxi a {
  border-right: 1px solid #565656;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 5rem;
}
.order-wrap .order-fooder .lainxi a img {
  width: 2rem;
  height: 2rem;
  margin: 0px auto;
}
.order-wrap .order-fooder .lainxi a p.lainxi-p {
  font-size: 1rem;
  text-align: center;
  line-height: 1.6rem;
}
.jindu {
  padding-top: 1rem;
}
.jindu .jindu-top {
  position: relative;
  padding-right: 4%;
}
.jindu .jindu-top_bg {
  width: 100%;
}
.jindu .jindu-top_cont {
  position: absolute;
  top: 0px;
  left: 30%;
  height: 100%;
  width: 63%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jindu .jindu-top_cont h3 {
  font-size: 1.16rem;
  line-height: 3rem;
}
.jindu .jindu-top_cont h3 span {
  font-size: 1.33rem;
}
.jindu .jindu-top_jindu {
  font-size: 1rem;
  display: flex;
  width: 100%;
}
.jindu .jindu-top_jindu span {
  padding-right: 10px;
}
.jindu .jindu-top_jindu .jindu {
  position: relative;
  flex: 1;
  padding: 0px;
  height: 1rem;
  margin: auto 0px;
  border-radius: 100px;
  background: #fff;
}
.jindu .jindu-top_jindu .jindu i {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1rem;
  border-radius: 100px;
  background: #8a2f15;
}
.jindu .jindu-center {
  padding: 1.5rem 4%;
}
.jindu .jindu-center .jindu-item {
  border-radius: 6px;
  margin-bottom: 1.8rem;
  height: 8rem;
  padding-left: 10rem;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.jindu .jindu-center .jindu-item h3 {
  color: #fb4e39;
  line-height: 3rem;
}
.jindu .jindu-center .jindu-item p {
  color: #b6a5a3;
}
.jindu .jindu-center .jindu-item01 {
  background: url(../images/jindu_ioc01.png) no-repeat #ffffff left 1rem bottom;
  background-size: 7rem 7rem;
}
.jindu .jindu-center .jindu-item02 {
  background: url(../images/jindu_ioc02.png) no-repeat #ffffff left 1rem bottom;
  background-size: 7rem 7rem;
}
.jindu .jindu-center .jindu-item03 {
  background: url(../images/jindu_ioc03.png) no-repeat #ffffff left 1rem bottom;
  background-size: 7rem 7rem;
}
.notice02 .notice02-ul {
  padding: 0px 1rem;
}
.notice02 .notice02-ul_li {
  margin-top: 2rem;
}
.notice02 .notice02-ul_li .notice02-date {
  display: flex;
}
.notice02 .notice02-ul_li .notice02-date span {
  background: #e1e1e1;
  padding: 0px 1rem;
  line-height: 1.6rem;
  font-size: 1rem;
  margin: 0px auto;
  border-radius: 100px;
  color: #232323;
}
.notice02 .notice02-ul_li .notice02-cont {
  background: #38383a;
  border-radius: 6px;
  margin-top: 1rem;
  padding-top: 1rem;
}
.notice02 .notice02-ul_li .notice02-cont h3 {
  color: #fff;
  line-height: 1.6rem;
  padding: 0px 1.25rem;
  border-left: 3px solid #fff;
}
.notice02 .notice02-ul_li .notice02-cont p {
  color: #fff;
  padding: 1rem 1.25rem;
  font-size: 1rem;
}
.getC {
  display: flex;
  flex-direction: column;
}
.tui-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  width: 100%;
  height: 100%;
}
.tui-wrap_cont {
  position: relative;
  width: 22rem;
  margin: auto auto;
}
.tui-wrap_bg {
  width: 100%;
}
.tui-wrap .close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
.tui-wrap .my-code {
  position: absolute;
  top: 28%;
  left: 0px;
  width: 100%;
}
.tui-wrap .my-code p {
  padding: 0px 20% .4rem;
  font-size: 1rem;
}
.tui-wrap .my-code h3 {
  text-align: center;
  font-size: 2.6rem;
}
.tui-wrap_btns {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 37%;
  display: flex;
  flex-direction: column;
}
.tui-wrap_btns button {
  width: 14rem;
  margin: 0px auto;
  line-height: 2.8rem;
  margin-bottom: 1rem;
  background: -webkit-linear-gradient(right, #ff1901, #ff8645);
  background: -o-linear-gradient(right, #ff1901, #ff8645);
  background: linear-gradient(to left, #ff1901, #ff8645);
  color: #fff;
  font-size: 1.16rem;
  border-radius: 100px;
  border: none;
}
.game-fubiao {
  border-radius: 100px;
  z-index: 999999;
  position: absolute;
  top: 220px;
  left: 20px;
  display: inline-block;
  height: 36px;
  width: 36px;
  background: url('../images/fubiao_ioc_04.png');
  opacity: .6;
  background-size: 100% 100%;
}
