@charset "UTF-8";
a,
b,
body,
button,
blockquote,
canvas,
dd,
div,
dl,
dt,
em,
fieldset,
form,
footer,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
nav,
ol,
optgroup,
p,
pre,
section,
select,
span,
strong,
table,
tr,
thead,
th,
tbody,
td,
textarea,
ul,
video {
  margin: 0;
  padding: 0; }

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", arial;
  overflow-x: hidden; }

a {
  text-decoration: none;
  cursor: pointer;
  outline: none; }

a:hover,
a:active {
  outline-width: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol,
ul,
li {
  list-style: none outside none; }

input {
  border: 0;
  outline: 0;
  -webkit-appearance: none; }

fieldset,
img {
  border: 0; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both; }

*,
*:before,
*:after {
  /* box-sizing: border-box; */
  margin: 0;
  padding: 0; }

.ovh {
  overflow: hidden; }

.bold {
  font-weight: bold; }

.dialog_mask_div {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  display: block;
  position: fixed;
  z-index: 999999998;
  background-color: #000000; }

.dialog_main_div {
  top: 30%;
  width: 400px;
  /* max-width: 400px; */
  left: 50%;
  opacity: 1;
  position: fixed;
  margin-left: -200px;
  font-size: 14px;
  text-align: center;
  font-family: 'Microsoft Yahei';
  background: #FFFFFF;
  border-radius: 8px;
  z-index: 999999999;
  box-sizing: content-box; }

.dialog_button {
  float: left;
  color: #0582cd;
  font-size: 15px;
  line-height: 40px;
  font-weight: bold;
  border-right: 1px solid #ededed; }

.dialog_button_normal {
  float: left;
  color: #0582cd;
  font-size: 15px;
  line-height: 40px;
  font-weight: bold; }

.dialog_title {
  font-size: 17px;
  padding: 20px 5px 0; }

.dialog_content {
  padding: 5px 15px 5px 15px; }

.dialog_discription {
  color: #888; }

.dialog_select {
  width: 80%; }

.dialog_subtitle {
  padding: 10px 15px 25px 15px;
  color: #797979;
  font-size: 16px; }

.dialog_btns {
  margin-top: 15px;
  border-top: 1px solid #ededed; }

/*自适应 */
/*5.5*/
@media (max-width: 414px) {
  .dialog_main_div {
    width: 60%;
    font-size: 15px;
    margin-left: -30%;
    top: 35%; }

  .dialog_title {
    font-size: 18px; } }
@media (max-width: 388px) {
  .dialog_main_div {
    width: 70%;
    font-size: 15px;
    margin-left: -35%; }

  .dialog_title {
    font-size: 18px; } }
@media (max-width: 380px) {
  .dialog_main_div {
    width: 70%;
    margin-left: -35%; } }
/*4.7*/
@media (max-width: 375px) {
  .dialog_main_div {
    width: 70%;
    margin-left: -35%; } }
.dialog_main_div input {
  border: 1px solid #e6e6e6;
  padding: 7px;
  margin-bottom: 7px; }

.option {
  background: url("https://youzupt.oss-cn-shanghai.aliyuncs.com/uxin-node/5f4f451c9a94a_150916.png") right center no-repeat;
  height: 30px;
  overflow: hidden;
  border: solid 1px #ccc;
  margin: 0 30px; }

.option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding-left: 10px;
  width: 100%;
  height: 100%; }

.headerBox {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 15;
  padding: 9px 12px 0;
  height: 52px;
  width: 100%;
  box-sizing: border-box; }

.logo {
  float: left; }

.gameName a,
.gameName a img {
  display: block;
  width: 60px;
  height: 60px; }

.gameName {
  float: left; }

.headerTitle {
  padding-left: 7px;
  float: left; }

.headerTitle h1 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 3px; }

.headerTitle p {
  line-height: 100%;
  font-size: 12px;
  color: #b0cde4; }

.btn_download {
  width: 75px;
  height: 28px;
  display: block;
  text-align: center;
  color: #000;
  background: #db9e3f;
  background-size: cover;
  margin-top: 3px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 3px;
  float: right; }

.u-collectBox .u-lst {
  height: 78px !important; }

.u-lst .icon3 {
  display: none; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

.progressIcon {
  margin: 0 auto 30px;
  display: block;
  max-width: 180px; }

.progressBox {
  width: 60%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1000; }

.progress {
  height: 4px;
  width: 0; }

.news_list .item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: inherit;
  display: inline-block;
  float: left; }

.news_list .newsItem {
  overflow: hidden; }

.news_list .time {
  float: right; }

.pagination {
  margin: 30px auto 0;
  display: table; }

.pagination a,
.pagination span {
  font-style: normal;
  display: block;
  float: left;
  width: 39px;
  height: 39px;
  line-height: 39px;
  background: #efeef4;
  text-align: center;
  font-size: 12px;
  margin-right: 5px;
  cursor: pointer;
  padding: 0 2px; }

.pagination a.active {
  font-style: normal;
  display: block;
  float: left;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
  cursor: pointer;
  background: #565663; }

.btnMore {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin: 20px auto 0;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #84d472; }

.ele-detail img {
  max-width: 100% !important;
  height: auto !important; }
.ele-detail .title {
  font-weight: bold; }
.ele-detail .date {
  float: right;
  margin: 20px 0; }
.ele-detail .content {
  clear: both; }

.collapseBox ul li {
  float: left;
  overflow: hidden;
  text-align: center;
  position: relative; }

.collapseBox ul li .btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

.collapseBox ul li.on img {
  opacity: 1; }

.collapseBox ul li img,
.collapseBox ul li.on .btn {
  opacity: 0; }

.jiugonggeBox.lotteryBox .start {
  width: 122px;
  height: 122px; }

.jiugonggeBox .item {
  width: 119px;
  height: 119px;
  border: 2px solid transparent;
  float: left;
  margin: 1px 4px 4px 1px; }

.jiugonggeBox .item:nth-child(3n) {
  margin-right: 0; }

.jiugonggeBox .prizeList {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none; }

.jiugonggeTenBox.lotteryBox .start {
  width: 88px;
  height: 88px;
  left: -96px; }

.jiugonggeTenBox.lotteryBox .start_ten {
  width: 88px;
  height: 88px;
  left: 96px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.jiugonggeTenBox .item {
  width: 88px;
  height: 87px;
  border: 2px solid transparent;
  float: left;
  margin: 1px 2px 4px 1px; }

.jiugonggeTenBox .item:nth-child(4n) {
  margin-right: 0; }

.jiugonggeTenBox .prizeList {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none; }

.draw-main {
  position: relative;
  height: 100%; }

.draw-main .card {
  float: left;
  height: 168px;
  left: 50%;
  top: 225px;
  position: absolute;
  width: 94px;
  margin-left: -47.5px;
  margin-top: -118px;
  transform: translate3d(0, 0, 0px);
  transition: all .3s; }

.draw-main .card a {
  width: 94px;
  display: block; }

.draw-main .card a img {
  width: 94px;
  height: 168px; }

.draw-main .card a.flip.out {
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-transform: rotateY(-90deg) scale(0.9);
  transform: rotateY(-90deg) scale(0.9);
  -webkit-animation-name: flipouttoleft;
  animation-name: flipouttoleft;
  -webkit-animation-duration: 175ms;
  animation-duration: 175ms; }

.draw-main .card a.flip.in {
  -webkit-animation-name: flipintoright;
  -webkit-animation-duration: 225ms;
  animation-name: flipintoright;
  animation-duration: 225ms; }

.draw-main .card a.flip {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.draw-main .card .zm {
  width: 94px;
  height: 168px;
  position: absolute;
  text-align: center;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center; }

.start-flip {
  width: 200px;
  height: 46px;
  margin: 10px auto;
  cursor: pointer;
  display: block; }

.flipBox {
  height: 338px; }

.draw-main .card.in:nth-child(1) {
  transform: translate3d(-143px, -107px, 0px);
  transition-delay: 0; }

.draw-main .card.in:nth-child(2) {
  transform: translate3d(-48px, -107px, 0px);
  transition-delay: .2s; }

.draw-main .card.in:nth-child(3) {
  transform: translate3d(47px, -107px, 0px);
  transition-delay: .4s; }

.draw-main .card.in:nth-child(4) {
  transform: translate3d(142px, -107px, 0px);
  transition-delay: .6s; }

.draw-main .card.in:nth-child(5) {
  transform: translate3d(-143px, 62px, 0);
  transition-delay: .8s; }

.draw-main .card.in:nth-child(6) {
  transform: translate3d(-48px, 62px, 0);
  transition-delay: 1s; }

.draw-main .card.in:nth-child(7) {
  transform: translate3d(47px, 62px, 0);
  transition-delay: 1.2s; }

.draw-main .card.in:nth-child(8) {
  transform: translate3d(142px, 62px, 0);
  transition-delay: 1.4s; }

@keyframes flipouttoleft {
  0% {
    transform: rotateY(0); }
  100% {
    transform: rotateY(-90deg) scale(0.9); } }
@keyframes flipintoright {
  0% {
    transform: rotateY(90deg) scale(0.9); }
  100% {
    transform: rotateY(0); } }
.winInfoBox {
  width: 380px;
  height: 155px;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  margin-top: 10px; }

.winInfoBox li {
  height: 30px;
  line-height: 30px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  word-wrap: break-word;
  word-break: break-all; }

.winInfoBox .animate {
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out; }

.lotteryBox {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  user-select: none; }

.lotteryBox .disk {
  width: 100%; }

.lotteryBox .start {
  display: block;
  width: 152px;
  height: 152px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.mygift {
  text-align: center;
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer; }

.myGiftDialog .getlist-wrap {
  width: 308px;
  margin: 80px auto 0;
  height: 293px;
  overflow-y: scroll;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.myGiftDialog table {
  width: 100%;
  font-size: 14px;
  color: #372a11;
  text-align: center; }

.myGiftDialog table thead tr {
  line-height: 37px; }

.myGiftDialog table tbody tr {
  line-height: 20px;
  font-size: 12px;
  vertical-align: top; }

.myGiftDialog {
  width: 344px;
  height: 440px;
  position: relative;
  display: none; }

.start-clicklottery {
  width: 152px;
  height: 56px;
  margin: 0 auto;
  display: block;
  cursor: pointer; }

.winInfoInner {
  margin: 18px 22px 22px;
  overflow: hidden;
  height: 114px; }

.linkItem {
  color: #372a11;
  text-decoration: underline;
  cursor: pointer; }

.addressBox {
  text-align: center;
  line-height: 37px;
  display: none; }

.address {
  margin-right: 10px; }

.periodGiftBox .btn-periodgift {
  display: block;
  position: relative;
  width: 208px;
  text-align: center;
  margin: 32px auto 0; }

.periodGiftBox .rewards-now,
.btn-periodgift img {
  width: 100%;
  overflow: hidden;
  text-align: center; }

.periodGiftBox .rewards img {
  display: inline-block;
  margin: 0 5px;
  height: 128px; }

.periodGiftBox .rewards-next {
  width: 100%;
  margin-top: 100px;
  display: inline-block;
  text-align: center; }

.periodGiftLog {
  text-align: center;
  margin-top: 62px; }

.checkList img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 90px;
  width: 85px;
  margin: 5px 3px;
  cursor: pointer; }

.checkList img:first-child {
  margin-left: 0; }

.checkList img:last-child {
  margin-right: 0; }

.checkList .center {
  margin: 0 auto;
  text-align: center;
  overflow: hidden; }

.btn-check {
  display: block;
  position: initial;
  width: 160px;
  margin: 20px auto 0;
  height: 51px; }

.btn-check img {
  width: 100%;
  height: 100%; }

.swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 36px;
  text-indent: .6em;
  font-size: 18px;
  height: 36px; }

.swiper-list {
  overflow: hidden; }

.swiper-slide {
  overflow: hidden; }

.answerBox {
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px; }

.answerBox .question {
  margin-bottom: 20px;
  line-height: 32px;
  font-size: 16px; }

.btn-answer img {
  width: 200px;
  margin: 0 auto;
  display: block;
  position: initial;
  display: block;
  height: 58px; }

.answerBox.opacity {
  opacity: .5; }

.answerBox li {
  border: 1px solid #deb95f;
  text-align: center;
  line-height: 32px;
  border-radius: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 0 14px; }

.answerBox .count {
  text-align: center; }

.itemAns {
  display: none; }

.itemAns:nth-child(1) {
  display: block; }

.popAnswerGiftBox {
  width: 344px;
  height: 440px;
  position: relative;
  display: none;
  background: #fff; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 15px; }

.smsCheck-outer {
  border: none;
  background: 0 0; }

.smsCheck-outer input {
  width: 100%;
  height: 50px;
  color: inherit; }

.smsCheck-outer input:focus {
  outline: 0 !important; }

.smsCheckBox {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
  font-size: 16px; }

.smsCheck-cap {
  text-indent: 1em;
  overflow: hidden; }

.smsCheck-buttom,
.smsCheck-cap {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border-radius: 2px; }

.submit-btn {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  cursor: pointer; }

.smsCheck-buttom {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden; }

.smsCheck-buttom.disable {
  opacity: .3; }

.imgCodePic {
  width: 40%;
  object-fit: fill;
  background: #fff;
  cursor: pointer; }

.yzmFunc,
.start {
  cursor: pointer; }

.input {
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  font: inherit;
  outline: 0 !important;
  background: 0 0;
  border: 0;
  margin: 0;
  -webkit-writing-mode: horizontal-tb !important;
  -webkit-appearance: none; }

.submitBtn {
  cursor: pointer; }

.tabs-List {
  position: relative; }
  .tabs-List .tabs-active-bar {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
    list-style: none;
    z-index: 8;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .tabs-List .tab-item {
    box-sizing: border-box;
    display: inline-block;
    list-style: none;
    font-weight: 500;
    position: relative;
    cursor: pointer; }

.reserveBox p {
  text-align: center;
  margin-bottom: 30px; }
  .reserveBox p .cur {
    font-weight: 800;
    padding: 0 10px; }

.reserveBtn {
  margin: 0 auto 30px;
  display: block;
  cursor: pointer; }

.rank-box {
  overflow: hidden; }
  .rank-box .scroll {
    height: 402px;
    overflow-y: auto; }
  .rank-box .list li {
    width: 100%;
    height: 37px;
    display: flex;
    align-items: center;
    margin-bottom: 4px; }
  .rank-box .list .no {
    width: 40px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-left: 22px; }
  .rank-box .list img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-left: 10px; }
  .rank-box .list .score {
    font-size: 16px;
    width: 110px;
    text-align: center; }
  .rank-box .list .name {
    width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-left: 12px; }
  .rank-box .inner {
    margin: 90px 0 0 0;
    padding: 22px;
    color: #fff;
    font-weight: bold; }
  .rank-box .my {
    position: relative;
    padding: 12px 24px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 8px; }
    .rank-box .my img {
      max-width: 100%; }
    .rank-box .my .name {
      margin: 7px 0; }
    .rank-box .my .myrank {
      font-size: 14px; }
    .rank-box .my .score {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%); }
    .rank-box .my .avar {
      width: 60px;
      height: 60px;
      float: left;
      margin-right: 20px; }
      .rank-box .my .avar img {
        border-radius: 50%; }

.invite li {
  margin: 4px;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px; }
  .invite li img {
    border-radius: 50%;
    max-width: 100%; }

.content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  transform: translate3d(0, 0, 0);
  overflow: hidden; }

.ele {
  position: absolute; }

.ele-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 0;
  object-fit: cover; }

.tc {
  text-align: center; }

.cp {
  cursor: pointer; }

.radius {
  border-radius: 50%; }

.ele-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.mediate {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.loop {
  animation-iteration-count: infinite; }

.flat {
  transform-style: flat; }

.fl {
  float: left; }

.fr {
  float: right; }

#wx_pic {
  display: none; }

.button-next {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 40px;
  margin-left: -20px;
  z-index: 10;
  cursor: pointer;
  animation: buttonNext 2s infinite;
  -webkit-animation: buttonNext 2s infinite; }

@keyframes buttonNext {
  0% {
    transform: translateY(-5px);
    opacity: .8; }
  50% {
    transform: translateY(10px);
    opacity: 1; }
  100% {
    transform: translateY(-5px); } }
@-webkit-keyframes buttonNext {
  0% {
    -webkit-transform: translateY(-5px);
    opacity: .8; }
  50% {
    -webkit-transform: translateY(10px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-5px); } }
.button-next.swiper-button-disabled {
  display: none; }

.swiper-container {
  /* opacity: 0; */
  transition: opacity 1s;
  -webkit-transition: opacity 1s; }

.swiper-list {
  position: relative; }

#music-btn {
  position: absolute;
  width: 36px;
  top: 4px;
  right: 4px;
  z-index: 10;
  cursor: pointer;
  display: none;
  z-index: 999; }

.musicTop {
  top: 55px !important; }

.verhidden {
  overflow-x: hidden !important; }

.wxpop {
  width: 100%;
  height: 100%;
  display: none; }

.wxpop img {
  display: block;
  width: 100%; }

.bg {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
  display: none; }

.container-box {
  position: relative;
  overflow: hidden;
  min-height: 100%; }

.pop,
.popBox {
  opacity: 0;
  display: none; }

.pop .dialogImg {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.mediate.center {
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -254px; }

::-webkit-scrollbar {
  width: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #7f7f7f; }

.dialog-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  -webkit-justify-content:center;
　justify-content:center;
　-moz-box-pack:center;
　-webkit--moz-box-pack:center;
　box-pack:center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto; }

.swiper-button-prev {
  background-image: url(//upload.youzu.com/uxin/2018/1211/114106582.png);
  left: -40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.swiper-button-next {
  background-image: url(//upload.youzu.com/uxin/2018/1211/114106582.png);
  right: -40px;
  transform: translateY(-50%) scaleX(-1);
  -webkit-transform: translateY(-50%) scaleX(-1); }

.snow-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  height: 100%; }

.pcModule {
  margin: 0 auto;
  width: 1024px;
  position: relative;
  display: block; }

.mobModule {
  width: 414px;
  position: relative;
  display: block; }

.pc-footer-main {
  box-sizing: content-box; }

.resize-container {
  clear: both; }

.gameHeader {
  position: relative;
  z-index: 999; }

.btnLog {
  display: table;
  margin: 20px auto;
  cursor: pointer; }

.fixed {
  position: fixed; }

.fixed.fixed2 {
  top: auto !important; }

.fixed.fixed4 {
  left: auto !important; }

.fixed.fixed6 {
  bottom: 0 !important;
  top: auto !important; }

#yd-footer {
  background: #373737 !important; }

.topDownloadBgImg {
  position: absolute;
  right: 12px;
  width: auto;
  height: 40px;
  top: 50%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%); }

.resizeBox {
  max-width: 414px;
  position: relative;
  left: 50%;
  margin-left: -207px; }

  

.outline{
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    border: 1px solid green;
    background: white;
    overflow: hidden;
}

.outline_m{
  height: 100%;
  width: 50%;
  background: red;
  border-radius: 1000px;
  background-size: contain;
}

.form-con {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-size: cover;
}
.form-con span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.text_news {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.text_news .text_news_item {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 35px;
}

.text_news .text_news_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.text_news .text_news_item img {
  position: absolute;
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.text_news .text_news_item .text_news_item_left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.text_news .text_news_item .text_news_item_right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.text_news .text_news_item p {
  width: 80%;
  margin: 0 auto;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}

.text_content::-webkit-scrollbar{
  width: 4px;
  height: 4px;
}
.text_content::-webkit-scrollbar-thumb{
  width: 5px;
  background-color: #d66c59;
}
.text_content::-webkit-scrollbar-track{
  width: 5px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
}

.hidden{
  display: none;
}

.iframe_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: transparent;
  vertical-align: middle;
  background-size: cover;
}

.t_img_b_text_content {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-left: 1%;
}

.t_img_b_text_content .t_img_b_text_content_item {
  display: inline-block;
  cursor: pointer;

}

.t_img_b_text_content .t_img_b_text_content_item img{
  object-fit: cover;
  flex-shrink: 0;
}

.t_img_b_text_content .t_img_b_text_content_item .news_text_lint1 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.l_img_r_text_content {
  width: 100%;
  height: 100%;
}

.l_img_r_text_content .l_img_r_text_content_item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  cursor: pointer;
  align-items: center;
}

.l_img_r_text_content .l_img_r_text_content_item img{
  object-fit: cover;
  flex-shrink: 0;
}

.l_img_r_text_content .l_img_r_text_content_item .news_text_lint1 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.l_img_r_text_content .l_img_r_text_content_item .news_text_lint2,
.l_img_r_text_content .l_img_r_text_content_item .news_text_lint3,
.l_img_r_text_content .l_img_r_text_content_item .news_text_lint4,
.l_img_r_text_content .l_img_r_text_content_item .news_text_lint5 {
  width: 100%;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.l_img_r_text_content .l_img_r_text_content_item .news_text_lint3 {
  -webkit-line-clamp: 3;
}
.l_img_r_text_content .l_img_r_text_content_item .news_text_lint4 {
  -webkit-line-clamp: 4;
}
.l_img_r_text_content .l_img_r_text_content_item .news_text_lint5 {
  -webkit-line-clamp: 5;
}

.t_img_b_text_content .t_img_b_text_content_item .news_text_lint2,
.t_img_b_text_content .t_img_b_text_content_item .news_text_lint3,
.t_img_b_text_content .t_img_b_text_content_item .news_text_lint4,
.t_img_b_text_content .t_img_b_text_content_item .news_text_lint5 {
  width: 100%;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}

.t_img_b_text_content .t_img_b_text_content_item .news_text_lint3 {
  -webkit-line-clamp: 3;
}
.t_img_b_text_content .t_img_b_text_content_item .news_text_lint4 {
  -webkit-line-clamp: 4;
}
.t_img_b_text_content .t_img_b_text_content_item .news_text_lint5 {
  -webkit-line-clamp: 5;
}

.t_img_b_text_content .news_line_num {
  margin-right: 1%;
}

.submitBtn_contain{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.submitBtn_contain{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.submitBtn_contain span{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}

.task_contain{
  width: 100%;
  height: 100%;
  overflow: auto;
}

.task_contain .task_item{
  width: 100%;
  text-align: center;
}

.task_contain2{
  display: flex;
  flex-wrap: nowrap;
}

.bar_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  background: white;
}

.bar_wrap .bar-left{
  width: 30px;
  height: 30px;
}
.bar_wrap .bar-left img, .bar_wrap .bar-right img{
  width: 100%;
  height: 100%;
}
.bar_wrap .bar-right{
  width: 30px;
  height: 30px;
}

.bar_wrap .bar-return, .bar_wrap .bar_home{
  width: 50%;
}