@charset "UTF-8";

/* * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*:not(input, textarea, img) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
} */

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 "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", sans-serif !important;
}

html {
  font-size: 100px;
}

a {
  text-decoration: none;
}

.screenH {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url("../ossweb-img/bgH.jpg") no-repeat center top/16.24rem 100%;
}

.screenH .content {
  width: 13.35rem;
  height: 100%;
  margin: 0 auto;
  padding-top: 2rem;
  position: relative;
}

.screenH .left {
  width: 4.86rem;
  height: 5.68rem;
  position: absolute;
  left: 0.55rem;
  top: 1.55rem;
  background: url("../ossweb-img/leftH.png") no-repeat center/100%;
  animation: scale 2s linear infinite;
}

.screenH .left .name {
  width: 0.75rem;
  height: 1.75rem;
  position: absolute;
}

@keyframes scale {

  0%,
  100% {
    top: 1.55rem;
  }

  50% {
    top: 1.75rem;
  }
}
@keyframes scale10 {

  0%,
  100% {
    top: 1rem;
  }

  50% {
    top: 1.2rem;
  }
}

.screenH .left .name1 {
  top: 0;
  left: 0;
}

.screenH .left .name2 {
  top: 0;
  left: 1.4rem;
}

.screenH .left .name3 {
  top: 0;
  left: 3.95rem;
}

.screenH .left .name4 {
  bottom: 0;
  left: 0rem;
}

.screenH .left .name5 {
  bottom: 0;
  left: 1.2rem;
}

.screenH .left .name6 {
  bottom: 0;
  left: 2.69rem;
}

.screenH .left .name7 {
  bottom: 0;
  left: 4.22rem;
}

.screenH .right {
  width: 6.2rem;
  height: 5rem;
  position: absolute;
  top: 2.1rem;
  right: 0.8rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
 /* 设置滚动条的样式 */
 .screenH .right::-webkit-scrollbar {
  width: .12rem;
  height: 5rem;
  background-color: rgba(0,0,0,0.3);
  }

  /* 滚动槽 */
  .screenH .right::-webkit-scrollbar-track {
  border-radius:.1rem;
  }

  /* 滚动条滑块 */
  .screenH .right::-webkit-scrollbar-thumb {
  border-radius:.1rem;
  background:black;
  }

.screenH .giftList {
  width: 5.72rem;
  height: 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.screenH .giftList .li {
  width: 1.5rem;
  height: 1.96rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.screenH .giftList .li:nth-child(1) .toast {
  display: none;
  width: 2.94rem;
  height: 0.35rem;
  background: url("../ossweb-img/toast1.png") no-repeat center/100%;
  position: absolute;
  top: 0.14rem;
  left: 50%;
  transform: translate(-30%, 0);
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  z-index: 100;
}

.screenH .giftList .li:nth-child(2) .toast {
  display: none;
  width: 3.74rem;
  height: 0.35rem;
  background: url("../ossweb-img/toast2.png") no-repeat center/100%;
  position: absolute;
  top: 0.14rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
}

.screenH .giftList .li:nth-child(3) .toast {
  display: none;
  width: 2.54rem;
  height: 0.35rem;
  background: url("../ossweb-img/toast3.png") no-repeat center/100%;
  position: absolute;
  top: 0.14rem;
  left: 50%;
  transform: translate(-60%, 0);
  z-index: 100;
  -webkit-transform: translate(-60%, 0);
  -moz-transform: translate(-60%, 0);
  -ms-transform: translate(-60%, 0);
  -o-transform: translate(-60%, 0);
}

.screenH .giftList img {
  display: block;
  width: 1.04rem;
  height: 1.04rem;
  margin: 0.08rem auto 0;
}

.screenH .giftList .p1 {
  width: 100%;
  height: 0.2rem;
  text-align: center;
  line-height: 0.2rem;
  color: #312a2a;
  font-size: 0.17rem;
}

.screenH .giftList .p2 {
  width: 100%;
  height: 0.17rem;
  text-align: center;
  line-height: 0.17rem;
  color: #e62d2d;
  font-size: 0.17rem;
  margin-top: 0.07rem;
}

.screenH .giftList .btn {
  display: block;
  width: 1.22rem;
  height: 0.35rem;
  background: url("../ossweb-img/btn1.png") no-repeat center/100%;
  margin-top: 0.08rem;
}

.screenH .giftList .btn.active {
  background: url("../ossweb-img/btn2.png") no-repeat center/100%;
}

.screenH .giftList .btn.btn0 {
  background: url("../ossweb-img/btn0.png") no-repeat center/100%;
}

.screenH .title1 {
  width: 4.03rem;
  height: 0.22rem;
  background: url("../ossweb-img/title1.png") no-repeat center/100%;
  margin: 0.1rem auto 0;
}

.screenH .matchList {
  width: 100%;
  height: 1.07rem;
  margin: 0.12rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screenH .matchList li {
  width: 2.71rem;
  height: 1.07rem;
}

.screenH .matchList p {
  width: 100%;
  height: 0.18rem;
  text-align: center;
  line-height: 0.18rem;
  color: #332e2e;
  font-size: 0.12rem;
}

.screenH .matchList .box {
  width: 100%;
  height: 0.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.09rem;
}

.screenH .matchList .img {
  width: 0.67rem;
  height: 0.67rem;
  display: block;
}

.screenH .matchList .vs {
  display: block;
  width: 0.36rem;
  height: 0.15rem;
  margin: 0 0.15rem;
}

.screenH .dyBtn {
  display: block;
  width: 5.7rem;
  height: 0.54rem;
  background: url("../ossweb-img/btn3.png") no-repeat center/100%;
  margin: 0.1rem auto 0;
}

.screenH .dyBtn.active {
  background: url("../ossweb-img/btn8.png") no-repeat center/100%;
}

.screenH .jt {
  width: 0.44rem;
  height: 0.31rem;
  margin: 0.1rem auto 0;
  animation: ani 1s linear infinite;
  background: url("../ossweb-img/jt.png") no-repeat center/100%;
  position: relative;
}

@keyframes ani {

  0%,
  100% {
    top: 0;
  }

  50% {
    top: 0.1rem;
  }
}

.screenH .text1 {
  width: 5.3rem;
  height: 0.22rem;
  background: url("../ossweb-img/text1.png") no-repeat center/100%;
  margin: -0.16rem auto 0;
}

.screenH .taskList {
  width: 6.38rem;
  height: 3.36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0.4rem;
}

.screenH .taskList li {
  width: 3.14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.screenH .taskList img {
  width: 1.53rem;
  height: 1.53rem;
  display: block;
}

.screenH .taskList p {
  width: 80%;
  margin-top: 0.15rem;
  text-align: center;
  line-height: 0.22rem;
  height: .66rem;
  color: #302727;
  font-size: 0.16rem;
}

.screenH .taskList .btn {
  display: block;
  margin-top: 0.14rem;
  width: 2.1rem;
  height: 0.59rem;
}

.screenH .taskList .btn1 {
  background: url("../ossweb-img/btn4.png") no-repeat center/100%;
}

.screenH .taskList .btn2 {
  background: url("../ossweb-img/btn5.png") no-repeat center/100%;
}

.screenS {
  width: 100%;
  height: 19.57rem;
  background: url("../ossweb-img/bgS.jpg") no-repeat top center/100%;
}

.screenS .content {
  width: 100%;
  height: 100%;
  padding: 2.1rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.screenS .nameBox {
  width: 5.61rem;
  height: 6.2rem;
  background: url("../ossweb-img/name.png") no-repeat center/100%;
  position: relative;
  margin: 0 auto;
}

@keyframes scale1 {

  0%,
  100% {}

  50% {}
}

.screenS .nameBox .name {
  width: 0.7rem;
  height: 1.5rem;
  position: absolute;
}

.screenS .nameBox .name1 {
  top: 0;
  left: 0.3rem;
}

.screenS .nameBox .name2 {
  top: 0;
  left: 2.9rem;
}

.screenS .nameBox .name3 {
  top: 0;
  left: 4.65rem;
}

.screenS .nameBox .name4 {
  bottom: 0.4rem;
  left: 0;
}

.screenS .nameBox .name5 {
  bottom: 0;
  left: 1.3rem;
}

.screenS .nameBox .name6 {
  bottom: 0.4rem;
  left: 3.15rem;
}
.screenS .nameBox .name7 {
  bottom: 0.4rem;
  left: 4.96rem;
}

.screenS .giftList {
  width: 5.72rem;
  height: 1.96rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: .6rem auto 0;
}

.screenS .giftList .li {
  width: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.screenS .giftList .li:nth-child(1) .toast {
  display: none;
  width: 2.94rem;
  height: 0.35rem;
  background: url("../ossweb-img/toast1.png") no-repeat center/100%;
  position: absolute;
  top: 0.14rem;
  left: 50%;
  transform: translate(-30%, 0);
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  z-index: 100;
}

.screenS .giftList .li:nth-child(2) .toast {
  display: none;
  width: 3.74rem;
  height: 0.35rem;
  background: url("../ossweb-img/toast2.png") no-repeat center/100%;
  position: absolute;
  top: 0.14rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
}

.screenS .giftList .li:nth-child(3) .toast {
  display: none;
  width: 2.54rem;
  height: 0.35rem;
  background: url("../ossweb-img/toast3.png") no-repeat center/100%;
  position: absolute;
  top: 0.14rem;
  left: 50%;
  transform: translate(-60%, 0);
  z-index: 100;
  -webkit-transform: translate(-60%, 0);
  -moz-transform: translate(-60%, 0);
  -ms-transform: translate(-60%, 0);
  -o-transform: translate(-60%, 0);
}

.screenS .giftList img {
  display: block;
  width: 1.04rem;
  height: 1.04rem;
  margin: 0.1rem auto 0;
}

.screenS .giftList .p1 {
  width: 100%;
  height: 0.2rem;
  text-align: center;
  line-height: 0.2rem;
  color: #312a2a;
  font-size: 0.17rem;
}

.screenS .giftList .p2 {
  width: 100%;
  height: 0.17rem;
  text-align: center;
  line-height: 0.17rem;
  color: #e62d2d;
  font-size: 0.17rem;
  margin-top: 0.07rem;
}

.screenS .giftList .btn {
  display: block;
  width: 1.22rem;
  height: 0.35rem;
  background: url("../ossweb-img/btn1.png") no-repeat center/100%;
  margin-top: 0.18rem;
}

.screenS .giftList .btn.btn0 {
  background: url("../ossweb-img/btn0.png") no-repeat center/100%;
}


.screenS .giftList .btn.active {
  background: url("../ossweb-img/btn2.png") no-repeat center/100%;
}

.screenS .title1 {
  width: 4.03rem;
  height: 0.22rem;
  background: url("../ossweb-img/title1.png") no-repeat center/100%;
  margin: 0.3rem auto 0;
}

.screenS .matchList {
  width: 80%;
  height: 1.07rem;
  margin: 0.15rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screenS .matchList li {
  width: 2.71rem;
  height: 1.07rem;
}

.screenS .matchList p {
  width: 100%;
  height: 0.18rem;
  text-align: center;
  line-height: 0.18rem;
  color: #332e2e;
  font-size: 0.12rem;
}

.screenS .matchList .box {
  width: 100%;
  height: 0.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.09rem;
}

.screenS .matchList .img {
  width: 0.67rem;
  height: 0.67rem;
  display: block;
}

.screenS .matchList .vs {
  display: block;
  width: 0.36rem;
  height: 0.15rem;
  margin: 0 0.15rem;
}

.screenS .dyBtn {
  display: block;
  width: 5.7rem;
  height: 0.54rem;
  background: url("../ossweb-img/btn3.png") no-repeat center/100%;
  margin: 0.3rem auto 0;
}

.screenS .dyBtn.active {
  background: url("../ossweb-img/btn8.png") no-repeat center/100%;
}

.screenS .text1 {
  width: 5.3rem;
  height: 0.22rem;
  background: url("../ossweb-img/text1.png") no-repeat center/100%;
  margin: 0.35rem auto 0;
}

.screenS .taskList {
  width: 6.38rem;
  height: 3.36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0.4rem;
}

.screenS .taskList li {
  width: 3.14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.screenS .taskList img {
  width: 1.53rem;
  height: 1.53rem;
  display: block;
}

.screenS .taskList p {
  width: 2.6rem;
  margin-top: 0.15rem;
  text-align: center;
  line-height: 0.22rem;
  color: #302727;
  font-size: 0.18rem;
}

.screenS .taskList .btn {
  display: block;
  margin-top: 0.14rem;
  width: 2.1rem;
  height: 0.59rem;
}

.screenS .taskList .btn1 {
  background: url("../ossweb-img/btn4.png") no-repeat center/100%;
}

.screenS .taskList .btn2 {
  background: url("../ossweb-img/btn5.png") no-repeat center/100%;
}

.dia-close {
  width: 0.27rem;
  height: 0.27rem;
  display: block;
  background: url("../ossweb-img/close.png") no-repeat center/100%;
  position: absolute;
  top: 0.47rem;
  right: 0.5rem;
  z-index: 99;
}

.test1 {
  width: 10.26rem;
  height: 5.33rem;
  background: url("../ossweb-img/test1.png") no-repeat center/100%;
  position: relative;
}

.test1 .dia-con {
  width: 100%;
  height: 100%;
  padding: 1.75rem 2.39rem 0;
  display: flex;
  justify-content: space-between;
}

.test1 .dia-con a {
  display: block;
  width: 2.48rem;
  height: 2.54rem;
}

.test2 {
  width: 10.26rem;
  height: 5.33rem;
  background: url("../ossweb-img/test2.png") no-repeat center/100%;
  position: relative;
}

.test2 .dia-con {
  width: 100%;
  height: 100%;
  padding: 1.81rem 2.88rem 0 2.87rem;
}

.test2 .item {
  width: 4.5rem;
  height: 0.54rem;
  background: url("../ossweb-img/select.png") no-repeat center/100%;
  margin-bottom: 0.12rem;
}

.test2 select {
  border: none;
  /*将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 0.47rem 0 0.23rem;
  width: 4.5rem;
  height: 0.54rem;
  color: #332e2e;
  font-size: 0.24rem;
  background: none;
}

.test2 .btn {
  display: block;
  width: 2.5rem;
  height: 0.6rem;
  background: url("../ossweb-img/btn6.png") no-repeat center/100%;
  margin: 0.1rem auto 0;
}

.test3,
.test4 {
  width: 10.26rem;
  height: 5.33rem;
  position: relative;
}

.test3 .dia-con,
.test4 .dia-con {
  width: 100%;
  height: 100%;
}

.test3 img,
.test4 img {
  display: block;
  width: 100%;
  height: 100%;
}

.test5 {
  width: 7.35rem;
  height: 4.72rem;
  background: url("../ossweb-img/test5.png") no-repeat center/100%;
  position: relative;
}

.test5 .dia-con {
  width: 100%;
  height: 100%;
  padding: 1.31rem 0.94rem 0;
  display: flex;
  justify-content: space-between;
}

.test5 .dia-con a {
  display: block;
  width: 2.55rem;
  height: 2.54rem;
}

.test6 {
  width: 7.35rem;
  height: 4.72rem;
  background: url("../ossweb-img/test6.png") no-repeat center/100%;
  position: relative;
}

.test6 .dia-con {
  width: 100%;
  height: 100%;
  padding: 1.34rem 1.43rem 0 1.42rem;
}

.test6 .item {
  width: 4.5rem;
  height: 0.54rem;
  background: url("../ossweb-img/select.png") no-repeat center/100%;
  margin-bottom: 0.12rem;
}

.test6 select {
  border: none;
  /*将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 0.47rem 0 0.23rem;
  width: 4.5rem;
  height: 0.54rem;
  color: #332e2e;
  font-size: 0.24rem;
  background: none;
}

.test6 .btn {
  display: block;
  width: 2.5rem;
  height: 0.6rem;
  background: url("../ossweb-img/btn6.png") no-repeat center/100%;
  margin: 0.1rem auto 0;
}

.test7,
.test8 {
  width: 7.35rem;
  height: 5.22rem;
  position: relative;
}

.test7 .dia-con,
.test8 .dia-con {
  width: 100%;
  height: 100%;
}

.test7 img,
.test8 img {
  display: block;
  width: 100%;
  height: 100%;
}

.test9 {
  width: 7.35rem;
  height: 6.34rem;
  position: relative;
}

.test9 .dia-close {
  width: 0.27rem;
  height: 0.27rem;
  display: block;
  background: url("../ossweb-img/close.png") no-repeat center/100%;
  position: absolute;
  top: 0.94rem;
  right: 0.5rem;
  z-index: 99;
}

.test9 .dia-con {
  width: 100%;
  height: 100%;
  position: relative;
}

.test9 img {
  display: block;
  width: 100%;
  height: 100%;
}

.test9 p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.3rem 0.45rem 1.25rem 3.6rem;
  color: #332e2e;
  font-size: 0.24rem;
  overflow: auto;
}

.test10 {
  width: 11.37rem;
  height: 5.53rem;
  position: relative;
}

.test10 .dia-close {
  width: 0.27rem;
  height: 0.27rem;
  display: block;
  background: url("../ossweb-img/close.png") no-repeat center/100%;
  position: absolute;
  top: 0.77rem;
  right: 1.15rem;
  z-index: 99;
}

.test10 .dia-con {
  width: 100%;
  height: 100%;
  position: relative;
}

.test10 img {
  display: block;
  width: 100%;
  height: 100%;
}

.test10 p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.3rem 1.95rem 0.65rem 5rem;
  color: #332e2e;
  font-size: 0.24rem;
  overflow: auto;
}

.test11 {
  width: 10.26rem;
  height: 5.33rem;
  position: relative;
  background: url("../ossweb-img/test11.png") no-repeat center/100%;
}

.test11 .dia-con {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1.2rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.test11 .p1 {
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  color: #332e2e;
  font-size: 0.29rem;
  text-align: center;
  font-weight: bold;
}

.test11 img {
  display: block;
  width: 1.04rem;
  height: 1.04rem;
  margin-top: 0.28rem;
}

.test11 .p2 {
  width: 100%;
  height: 0.2rem;
  line-height: 0.2rem;
  color: #e62d2d;
  font-size: 0.175rem;
  text-align: center;
  margin-top: .11rem;
}

.test11 .btn {
  display: block;
  width: 2.5rem;
  height: .6rem;
  background: url("../ossweb-img/btn7.png") no-repeat center/100%;
  margin-top: .27rem;
}

.test12 {
  width: 7.35rem;
  height: 4.72rem;
  position: relative;
  background: url("../ossweb-img/test12.png") no-repeat center/100%;
}

.test12 .dia-con {
  width: 100%;
  height: 100%;
  position: relative;
  padding: .95rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.test12 .p1 {
  width: 100%;
  line-height: 0.32rem;
  color: #332e2e;
  font-size: 0.29rem;
  text-align: center;
  font-weight: bold;
}

.test12 img {
  display: block;
  width: 1.04rem;
  height: 1.04rem;
  margin-top: 0.28rem;
}

.test12 .p2 {
  width: 100%;
  height: 0.2rem;
  line-height: 0.2rem;
  color: #e62d2d;
  font-size: 0.175rem;
  text-align: center;
  margin-top: .11rem;
}

.test12 .btn {
  display: block;
  width: 2.5rem;
  height: .6rem;
  background: url("../ossweb-img/btn7.png") no-repeat center/100%;
  margin-top: .27rem;
}

.giftList .btn.wwc {
  background: url("../ossweb-img/btn0.png") no-repeat center/100%;
}

.giftList .btn.ljlq {
  background: url("../ossweb-img/btn1.png") no-repeat center/100%;
}

.giftList .btn.ylq {
  background: url("../ossweb-img/btn2.png") no-repeat center/100%;
}

.dyBtn.ydy {
  background: url("../ossweb-img/btn3-1.png") no-repeat center/100%;
}

.dyBtn.wdy {
  background: url("../ossweb-img/btn3.png") no-repeat center/100%;
}

.award-toast {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: .6rem;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}

.award-toast>.left {
  height: 100%;
  width: .13rem;
  background: url(../ossweb-img/toast-l.png) no-repeat center/contain;
}

.award-toast>.center {
  height: 100%;
  background: url(../ossweb-img/toast-c.png) repeat-x center/contain;
  color: white;
  text-align: center;
  line-height: .62rem;
  padding: 0 .4rem;
  font-size: .22rem;
}

.award-toast>.right {
  height: 100%;
  width: .13rem;
  background: url(../ossweb-img/toast-r.png) no-repeat center/contain;
  margin-left: -1px;
}

.award-toast.hide {
  display: none;
}

.test12.hide>.dia-con>img {
  opacity: 0;
}

.test12.hide>.dia-con>.p2 {
  opacity: 0;
}

.test11.hide>.dia-con>img {
  opacity: 0;
}

.test11.hide>.dia-con>.p2 {
  opacity: 0;
}

.test11.login .p1 {
  margin-top: .5rem;
}

.test11.login .btn {
  margin-top: 1.5rem;
}

.test12.login .p1 {
  margin-top: .5rem;
}

.test12.login .btn {
  margin-top: 1.5rem;
}