@charset "UTF-8";
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -webkit-tap-highlight-color: transparent;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  width: 100%;
  display: block;
  -ms-interpolation-mode: bicubic; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article,
aside, details, figcaption, figure, footer, header, menu, nav, section {
  -webkit-tap-highlight-color: transparent; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
  background: #f6f6f6; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

em, i {
  font-style: normal; }

strong {
  font-weight: normal; }

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

.clearfix {
  zoom: 1; }

a {
  text-decoration: none;
  display: block; }

a:hover {
  text-decoration: none; }

ul, ol {
  list-style: none; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/**
.container {
  @include horizontal-center;
}
**/
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .border-1px :after {
    -webkit-transform: scaleY(0.7);
    transform: scaleY(0.7); } }
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .border-1px :after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); } }
.hidden {
  display: none; }

.popup_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9; }

#loadMessage {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10; }

#loadMesInner {
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.8);
  width: 6rem;
  padding: .2rem;
  color: #fff;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 0.5em; }

#loadImg {
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.8);
  width: 6rem;
  height: 2rem;
  color: #999;
  font-size: 12px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 0.5rem; }

.imgBoxTop {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6rem;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  line-height: 2rem;
  height: 2rem;
  vertical-align: middle;
  font-size: 0.4rem; }

.imgBox {
  width: 1rem;
  height: 1rem;
  background: url("../images/common/loader.png") no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  animation: 2s linear 0s normal none infinite rotate;
  -webkit-animation: 2s linear 0s normal none infinite rotate; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }
.textBox {
  height: 2rem;
  margin-left: 0.5rem;
  display: inline-block; }

.imgBoxTop2 {
  text-align: center;
  vertical-align: middle;
  font-size: 0.4rem; }

.noscroll {
  position: fixed;
  width: 100%; }

.header {
  height: 1.46667rem;
  line-height: 1.46667rem;
  font-size: 0.56rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 4; }

.wrapper_red, .wrapper_light_purple, .wrapper_light_purple_v2, .wrapper_blue {
  padding-top: 1.46667rem; }

.wrapper_red:before {
  content: ' ';
  position: fixed;
  width: 10rem;
  height: 7.84rem;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/common/red_circle.png) center 0 no-repeat;
  background-size: 100% 100%; }

.wrapper_red .header {
/*
  background: url(../images/common/red_circle.png) no-repeat;
  background-size: 10rem 7.84rem; 
*/
}

.wrapper_light_purple:before {
  content: ' ';
  position: fixed;
  width: 10rem;
  height: 7.84rem;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/common/light-purple-circle.png) center 0 no-repeat;
  background-size: 100% 100%; }

.wrapper_light_purple .header {
  background: url(../images/common/light-purple-circle.png) no-repeat;
  background-size: 10rem 7.84rem; }

.wrapper_blue:before {
  content: ' ';
  position: fixed;
  width: 10rem;
  height: 7.84rem;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/common/blue_circle.png) center 0 no-repeat;
  background-size: 100% 100%; }

.wrapper_blue .header {
  background: url(../images/common/blue_circle.png) no-repeat;
  background-size: 10rem 7.84rem; }

.wrapper_light_purple_v2:before {
  content: ' ';
  position: fixed;
  width: 10rem;
  height: 5.6266rem;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/common/light-purple-circle-v2.png) center 0 no-repeat;
  background-size: 100% 100%; }

.wrapper_light_purple_v2 .header {
  background: url(../images/common/light-purple-circle-v2.png) no-repeat;
  background-size: 10rem 5.6266rem; }

.back {
  -webkit-box-flex: 0 0 1.2rem;
  -webkit-flex: 0 0 1.2rem;
  -ms-flex: 0 0 1.2rem;
  flex: 0 0 1.2rem; }

.back_icon {
  width: 0.58667rem;
  margin-left: 0.4rem; }

.header_tx {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.server {
  -webkit-box-flex: 0 0 1.7333333333rem;
  -webkit-flex: 0 0 1.7333333333rem;
  -ms-flex: 0 0 1.7333333333rem;
  flex: 0 0 1.7333333333rem; }

.server_icon {
  width: 1.28rem; }

.rgbaBox {
  border-radius: 0.26667rem;
  background: rgba(255, 255, 255, 0.97);
  /*
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  */
  box-shadow: 0 2px 6px 0 rgba(187, 187, 187, 0.4); }

.markTx {
  color: #f73022; }

.btn {
  width: 4.8rem;
  height: 1.6rem;
  line-height: 1.06667rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 0.4rem;
  cursor: pointer;
  border-radius: 0; }

.btn_s {
  width: 3.2rem;
  height: 1.6rem;
  line-height: 1.06667rem;
  text-align: center;
  color: #fff;
  font-size: 0.4rem; }

.grey_btn_s {
  background: url(../images/common/dialogs-gray-btn-s.png) no-repeat;
  background-size: cover;
  color: #888; }

.blue_btn_s {
  background: url(../images/common/dialogs-default-btn-s.png) no-repeat;
  background-size: cover; }

.red_btn {
  background: url(../images/asotask/button_red.png) no-repeat;
  background-size: cover; }

.blue_btn {
  height: 1.6rem;
  background: url(../images/asotask/button_blue.png) no-repeat;
  background-size: 100% 100%; }

.purple_btn {
  background: url(../images/asotask/button_purple.png) no-repeat;
  background-size: cover; }

.btn_s_box {
  width: 6.66667rem;
  margin: 0 auto; }

.btn_disable {
  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -ms-filter: grayscale(40%);
  -o-filter: grayscale(40%);
  filter: grayscale(40%);
  filter: gray;
  position: relative;
  color: #cbc8c6; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.grey_btn {
  background: url(../images/asotask/button_grey.png) no-repeat;
  background-size: cover;
  color: #888; }

.dialogs_default_btn_l {
  width: 4.8rem;
  height: 1.6rem;
  line-height: 1.06667rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 0.37333rem;
  background: url(../images/common/dialogs-default-btn-l.png) no-repeat;
  background-size: cover; }

.footer_copyright {
  font-size: 0.32rem;
  color: #bbb;
  line-height: 1.8;
  padding-top: 0.4rem;
  padding-bottom: 1.06667rem;
  text-align: center; }

.default_btn {
  text-align: center;
  color: #888888;
  font-size: 0.4rem;
  width: 4.8rem;
  margin: 0 auto; }

.popup_inner {
  width: 86%;
  margin: 0 auto;
  background: #fff;
  padding-top: 0.8rem;
  padding-bottom: 0.34667rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  border-radius: 0.26667rem;
  overflow: hidden;
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.pop_title {
  color: #27313e;
  font-size: 0.6rem;
  font-weight: 700;
  text-align: center; }

.pop_success .pop_logo {
  display: inline-block;
  width: 0.72rem;
  height: 0.72rem;
  background: url(../images/common/dialogs-success.png) no-repeat;
  background-size: cover;
  vertical-align: bottom;
  margin-right: 0.26667rem; }

.pop_wait .pop_logo {
  display: inline-block;
  width: 0.72rem;
  height: 0.72rem;
  background: url(../images/common/dialogs-loading.png) no-repeat;
  background-size: cover;
  vertical-align: bottom;
  margin-right: 0.26667rem; }

.pop_warn .pop_logo, .pop_warn1 .pop_logo {
  display: inline-block;
  width: 0.72rem;
  height: 0.72rem;
  background: url(../images/common/dialogs-warn.png) no-repeat;
  background-size: cover;
  vertical-align: bottom;
  margin-right: 0.26667rem; }

.pop_warn1 + .pop_content img {
  width: 0.613333rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2rem; }

.pop_content {
  font-size: 0.4rem;
  line-height: 1.8;
  margin-bottom: 0.6rem;
  margin-top: 0.6rem; }

.pop_warn + .pop_content {
  text-align: center;
  color: #ff2f2f; }

.aso_task_top .task_price_ing, .aso_task_top .task_price_complete {
  font-size: 0.4rem; }

#lostConnect .pop_content {
  text-align: center; }

#popAlert_new .pop_content {
  text-align: center; }

.normal_header {
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.48rem;
  color: #27313e;
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(187, 187, 187, 0.1); }

.normal_header .back {
  width: 1.38667rem;
  height: 1.2rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0.30667rem;
  position: absolute;
  top: 0;
  left: 0; }

header {
  width: 100%;
  height: 1.16rem;
  line-height: 1.16rem;
  color: #27313e;
  position: fixed;
  top: 0;
  z-index: 9;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(187, 187, 187, 0.1);
  font-size: 0.48rem; }

header .back {
  width: 1.3866666667rem;
  height: 1.2rem;
  padding-left: .4rem;
  padding-right: .4rem;
  position: absolute;
  left: 0;
  top: 0; }

header .back a {
  height: 100%;
  padding-top: 0.3rem; }

.container {
  padding-top: 1.16rem; }

.null_task {
  padding-top: 0.66667rem; }

.null_task_box {
  padding-bottom: 1.73333rem; }

.null_task_pic {
  width: 1.86667rem;
  margin: 0 auto; }

.null_task_tx {
  text-align: center;
  line-height: 1.6;
  margin-top: 0.26667rem;
  font-size: 0.32rem;
  color: #888; }

.keyXiaoyu {
  width: 85%;
  padding: 0;
  background: #fff;
  border-radius: 0.2rem;
  text-align: center;
  color: #2F2F2F;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.popAlertTxF {
  font-size: .46rem;
  text-align: center;
  font-weight: 300;
  line-height: 1.8rem;
  height: 1.4rem;
  background: url("../../ui3/images/visit/v3/bg.png");
  background-size: cover;
  width: 90%;
  margin: 0 auto; }

.popAlertImgBox {
  width: 2.4rem;
  margin: 0.4rem auto 0.2rem auto; }

.popAlertTxDown {
  text-align: center;
  color: #666666;
  font-size: .4rem; }

.guideLIcon {
  width: .6rem;
  display: inline-block;
  vertical-align: middle; }

.stepPicBox {
  position: relative;
  margin-top: .2rem; }

.stepGuideBox {
  font-size: .4rem;
  color: #666;
  text-align: left; }

.stepGuideBoxInnde {
  width: 68%;
  margin: 0 auto; }

.stepGuideBox p {
  line-height: 1rem; }

.stepTitle {
  font-size: .38rem;
  color: #666; }

.stepTitleH2 {
  font-size: .456rem;
  line-height: 2.8; }

.stepGuideBox .stepGuideBoxDiv {
  margin-top: .3rem; }

.believeCompName {
  width: 68%;
  position: absolute;
  bottom: 10%;
  right: 0;
  text-align: center;
  color: #0560ff;
  font-size: .32rem; }

.compName {
  width: 68%;
  position: absolute;
  bottom: 32%;
  right: 0;
  text-align: left;
  color: #050001;
  font-size: .32rem;
  overflow: hidden; }

.downdownFail {
  text-align: center;
  color: #eee;
  font-size: .42rem;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -13%; }

.downdownFailUrl {
  color: #3998f7;
  text-decoration: underline; }

.guideBtn {
  position: absolute;
  top: .6rem;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: .5rem;
  height: .5rem;
  -webkit-animation-name: 'ripple';
  -webkit-animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate; }

@-webkit-keyframes ripple {
  0% {
    opacity: 0.8;
    width: .4rem;
    height: .4rem; }
  100% {
    opacity: 1;
    width: .6rem;
    height: .6rem; } }
@keyframes ripple {
  0% {
    opacity: 0.8;
    width: .4rem;
    height: .4rem; }
  100% {
    opacity: 1;
    width: .6rem;
    height: .6rem; } }
.closePopup {
  width: 1rem;
  position: absolute;
  top: .2rem;
  right: .2rem;
  padding: .14rem; }

.keyBtnBox {
  width: 80%;
  margin: .5rem auto 0.3rem auto; }

.keyBtnli {
  height: 1.12rem;
  line-height: 1.12rem;
  font-size: .426667rem;
  width: 100%;
  border-radius: .3em;
  background: #2dbcfe;
  color: #fff; }

.btnBlockVisit {
  height: 1.2rem;
  line-height: 1.2rem;
  margin: .6rem auto 0 auto;
  border: 1px solid #2dbcfe;
  text-align: center;
  border-radius: .3em;
  color: #2dbcfe;
  float: left;
  width: 47%; }

.unClick {
  background: #1c7099;
  color: #98999a !important; }

.openKeyBtn {
  float: right;
  color: #2dbcfe; }

.timeOut5s {
  color: #fff;
  position: absolute;
  right: .2rem;
  top: 0; }

.btn_s_box1 .btn_item {
  float: left;
  height: 1.56rem;
  color: #888;
  text-align: center;
  font-size: .4rem;
  width: 3.2rem;
  line-height: 1.06667rem; }

.btn_s_box1 .btn_bot_rt {
  float: right;
  background: url("../images/system/pic5.png") no-repeat;
  background-size: 100% 100%;
  color: #fff; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.align-items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#popAlert_new .red {
  color: #ff0000; }

/*分享试玩*/
.share_task {
  padding-top: 0.6rem;
  margin-bottom: 0.48rem; }

.task_title {
  color: #27313e;
  font-size: .48rem;
  position: relative; }

.aso_task_li_share {
  padding: 0.5rem 0; }

.aso_task_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.task_logo {
  border-radius: .26667rem;
  /*
  overflow: hidden;
  */
  -webkit-box-flex: 0 0 1.466rem;
  -webkit-flex: 0 0 1.466rem;
  -ms-flex: 0 0 1.466rem;
  flex: 0 0 1.466rem;
  box-shadow: 0 2px 4px 0 rgba(187, 187, 187, 0.4); }

.task_desc_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: .32rem;
  color: #888888;
  padding-left: .26667rem; }

.task_desc_box .task_name {
  color: #27313e;
  font-size: 0.4rem;
  margin-bottom: 0.26667rem; }

.task_price1 {
  text-align: right;
  font-weight: 300;
  color: #ff2f2f;
  font-size: .8rem; }

.task_price1 .litter_tx {
  font-size: 0.4rem; }

.default_btn_share {
  width: 2.53333rem;
  height: 1.17333rem;
  line-height: 0.90667rem;
  text-align: center;
  color: #fff;
  font-size: 0.4rem; }

.accept_btn_share {
  background: url("../images/asotask/list_red.png") no-repeat;
  background-size: cover; }

.open_btn_share {
  background: url("../images/asotask/list_blue.png") no-repeat;
  background-size: cover; }

/*奖励弹框*/
#successReward .popup_inner {
  padding-top: 0; }

.successRewardPrice {
  text-align: center;
  font-weight: 300;
  color: #ff2f2f;
  line-height: 2;
  font-size: 0.8rem; }

.successRewardPrice .litter_tx {
  font-size: 0.4rem; }

#successReward .pop_title {
  margin-top: 0;
  margin-bottom: 0.3rem; }

#successReward .pop_content {
  color: #27313e;
  text-align: center;
  line-height: 1.8;
  padding: 0;
  font-size: 0.4rem; }

/*# sourceMappingURL=base.css.map */
