@charset "UTF-8";
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
}

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

body, th, td, p, ol, ul, li, dl, dt, dd, a, h1, h2, h3, h4, h5, h6, form, fieldset, input, legend, select, textarea {
  margin: 0;
  padding: 0;
}

input, img, fieldset {
  border: none;
}

input, select, fieldset {
  vertical-align: middle;
}

ul, ol {
  list-style-type: none;
}

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

img {
  max-width: 100%;
  vertical-align: top;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder, input:focus::-moz-placeholder {
  color: transparent;
}

button, input[type=button], input[type=password], input[type=submit], input[type=text], textarea {
  -webkit-appearance: none;
}

input:-ms-clear {
  display: none;
}

/* clear IE10 X */
input {
  -webkit-user-modify: read-write-plaintext-only;
}

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

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.bc {
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.vm {
  vertical-align: middle;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.none {
  display: none;
}

.block {
  display: block;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f20 {
  font-size: 20px;
}

.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.t2 {
  text-indent: 2em;
}

/* ellipsis */
.elli {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mr6 {
  margin-right: 6px;
}

.w10 {
  width: 10px;
}

.h10 {
  height: 10px;
}

del {
  text-decoration: line-through;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

[v-cloak] {
  display: none;
}

.layout {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/**layout**/
.layoutbg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.child-with-unknown-dimensions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**
 * 让子元素绝对居中于父容器
 * 向 Sass mixin 传递了宽度，所以就使用负向 margin 处理水平位置，
 * 使用 CSS transform 处理垂直位置 
 */
.child-with-known-width {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  margin-left: -2rem;
  transform: translateY(-50%);
}

/**
 * 让子元素绝对居中于父容器
 * 向 Sass mixin 传递了高度，所以就使用负向 margin 处理垂直位置，
 * 使用 CSS transform 处理水平位置 
 */
.child-with-known-height {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4rem;
  margin-top: -2rem;
  transform: translateX(-50%);
}

/**
 * 让子元素绝对居中于父容器
 * 向 Sass mixin 传递了高度和宽度，所以就使用负向 margin 处理水平和垂直位置
 */
.child-with-known-dimensions {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  margin: -2rem 0 0 -2rem;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #443f3f;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #443f3f;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #443f3f;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #443f3f;
}

a.close, a.close2 {
  width: 0.21rem;
  height: 0.21rem;
  background: url(../images/giftfile/close2.png) center 0 no-repeat;
  background-size: 100% auto;
  display: block;
  float: right;
}

body {
  width: 100%;
  background: #4c4c4c url("../images/mygiftbg.jpg") no-repeat center top;
  background-size: 7.5rem auto;
}

.user-title {
  width: 100%;
  height: 3.34rem;
}

.awardSection {
  width: 5.6rem;
  height: 1.54rem;
  font-size: 0.25rem;
  color: #641518;
  margin: 0 auto 0.2rem;
  box-sizing: border-box;
  padding: 0.12rem 0 0 0.12rem;
  clear: both;
}

.awardSection img {
  width: 0.9rem;
  height: 0.76rem;
  padding-top: 0.1rem;
}

.awardSection dt {
  width: 1.34rem;
  height: 1.34rem;
  float: left;
  background: #fff4a8;
  margin-right: 0.2rem;
  text-align: center;
  position: relative;
}

.awardSection dt i {
  font-size: 0.24rem;
  color: #9c5c00;
  position: absolute;
  display: block;
  bottom: 0.04rem;
  left: 0;
  right: 0;
  text-align: center;
}

.awardSection dd {
  float: left;
  width: 100%;
  height: 1.34rem;
  margin-left: -1.54rem;
  padding-left: 1.54rem;
  padding-right: 0.1rem;
  box-sizing: border-box;
  position: relative;
}

.awardSection dd span {
  display: inline-block;
  background: #f6eed3;
  padding: 0.06rem 0.2rem;
  width: 2.88rem;
  height: 0.37rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
}

.awardSection dd span.taocdk {
  font-size: 0.18rem;
}

.awardSection dd span.cdk {
  width: 3.6rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
}

.awardSection dd p {
  padding-top: 0.1rem;
  font-size: 0.24rem;
  color: #f8642f;
}

.awardSection dd p:nth-child(1) {
  padding-top: 0rem;
  display: flex;
  display: -webkit-flex;
}

.awardSection dd p.tips {
  font-size: 0.2rem;
  color: #bf9740;
  padding-top: 0;
}

.awardSection dd p.tips2 {
  font-size: 0.22rem;
  color: #631417;
  padding-top: 0;
}

.awardSection dd p.btns {
  position: absolute;
  bottom: 0;
  right: 0.1rem;
}

.awardSection dd p.btns a {
  float: right;
  margin-right: 0.2rem;
}

.game-get,
.game-change {
  width: 1.27rem;
  height: 0.55rem;
  background: url(../images/active-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  font-size: 0.24rem;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.game-geted {
  width: 1.27rem;
  height: 0.55rem;
  background: url(../images/visited-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  font-size: 0.24rem;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.game-tao {
  width: 1.27rem;
  height: 0.55rem;
  background: url(../images/active-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  line-height: 0.55rem;
  display: inline-block;
}

.use-btn {
  width: 1.7rem;
  height: 0.55rem;
  background: url(../images/postbg.png) center 0 no-repeat;
  background-size: 100% auto;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  line-height: 0.55rem;
  display: inline-block;
}

.goback {
  width: 2.46rem;
  height: 0.59rem;
  background: url(../images/page2-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0 auto 0.2rem;
}

/**layout**/
.layoutbg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.layout {
  background: url("../images/layoutbg.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

a.close {
  margin-top: 0.2rem;
  margin-right: 0.2rem;
}

a.close2 {
  margin-top: 0.29rem;
  margin-right: 0.26rem;
}

.lay-btn1 {
  width: 2.46rem;
  height: 0.59rem;
  background: url(../images/confirm-btn2.png) center 0 no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0.1rem auto;
}

.mb36 {
  margin-bottom: 0.36rem;
}

.choose-game {
  width: 6.1rem;
  height: 8rem;
}

.choose-game-con {
  clear: both;
  padding: 0 0.82rem;
  color: #c78c62;
}

.choose-game-con h2 {
  font-size: 0.3rem;
  color: #f8642f;
  font-weight: normal;
  padding: 0.2rem 0 0.2rem;
}

.choose-game-con p {
  font-size: 0.24rem;
  padding-top: 0.2rem;
  border-top: 0.01rem solid #d8afb0;
}

.select-box {
  width: 4.43rem;
  height: 0.65rem;
  border: 0.01rem solid #923838;
  box-sizing: border-box;
  background: #f7f4f4;
  box-shadow: 0px 2px 5px #999 inset;
  -webkit-box-shadow: 0px 2px 5px #999 inset;
  padding: 0.06rem 0.1rem;
  position: relative;
  margin-bottom: 0.6rem;
}

.select-box ul {
  position: absolute;
  top: 0.64rem;
  left: -0.01rem;
  width: 4.42rem;
  border: 1px solid #923838;
  border-top: none;
  box-sizing: border-box;
  background: #f7f4f4;
  z-index: 5;
  height: 3.25rem;
  overflow: scroll;
  display: none;
}

.select-box ul li {
  font-size: 0.26rem;
  height: 0.65rem;
  line-height: 0.65rem;
  color: #443f3f;
  padding: 0 0.1rem;
}

.phone-select > ul {
  height: 1.3rem;
}

.mt80 {
  margin-top: 0.8rem;
  margin-bottom: 0.27rem;
}

.select-text {
  width: 3.72rem;
  font-size: 0.26rem;
  height: 0.5rem;
  line-height: 0.55rem;
  color: #443f3f;
  float: left;
  border-right: 0.01rem solid #95363a;
  box-sizing: border-box;
}

.arrow {
  width: 0;
  height: 0;
  border-top: 0.2rem solid #93373c;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  float: left;
  margin-left: 0.08rem;
  margin-top: 0.16rem;
}

.delivery {
  width: 6.1rem;
  height: 6.2rem;
  padding: 0.1rem;
  box-sizing: border-box;
}

.delivery h2 {
  font-size: 0.28rem;
  color: #f8642f;
  clear: both;
  font-weight: normal;
  padding-bottom: 0.3rem;
  padding-left: 0.2rem;
}

.delivery h3 {
  font-size: 0.18rem;
  color: #c78c62;
  padding-bottom: 0.3rem;
  font-weight: normal;
  text-align: center;
}

.delivery-con {
  width: 5.5rem;
  margin: 0 auto;
}

.delivery-con p {
  height: 0.65rem;
  padding-bottom: 0.18rem;
  display: flex;
  display: -webkit-flex;
}

.delivery-con input {
  display: block;
  width: 5.4rem;
  height: 0.5rem;
  box-sizing: border-box;
  background: #f6eed3;
  padding: 0.06rem 0.2rem;
  display: inline-block;
  font-size: 0.18rem;
  color: #c68c62;
  border-radius: 0.2rem;
}

.delivery-con input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c68c62;
}

.delivery-con input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c68c62;
}

.delivery-con input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c68c62;
}

.delivery-con input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c68c62;
}

.delivery-pic1 {
  margin-top: 0.12rem;
  display: inline-block;
  width: 0.38rem;
  height: 0.4rem;
  background: url(../images/giftfile/pic1.png) center 0 no-repeat;
  background-size: 100% auto;
}

.delivery-pic2 {
  margin-top: 0.12rem;
  display: inline-block;
  width: 0.33rem;
  height: 0.41rem;
  background: url(../images/giftfile/pic2.png) center 0 no-repeat;
  background-size: 100% auto;
}

.delivery-pic3 {
  margin-top: 0.14rem;
  display: inline-block;
  width: 0.38rem;
  height: 0.33rem;
  background: url(../images/giftfile/pic3.png) center 0 no-repeat;
  background-size: 100% auto;
}

.delivery-pic4 {
  margin-top: 0.12rem;
  display: inline-block;
  width: 0.39rem;
  height: 0.4rem;
  background: url(../images/giftfile/pic4.png) center 0 no-repeat;
  background-size: 100% auto;
}
