* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,body{
  font-size: calc( 100vw/ 19.2 );
	color: #333;
	font-family: 'Microsoft YaHei','华文细黑','平方';
	overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.index-wrap{
  width: 100%;
  height: 100%;
  background: rgba(238,238,238,.9) url(../images/card/bg.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #04b1e3;

}
.index-wrap .title{
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
}

.index-wrap p{
  width: 10rem;
  margin: 1.47rem auto 1.67rem auto;
  font-size: 0.24rem;
  text-indent: 0.44rem;
  line-height: 0.4rem;
}

.index-wrap .start-btn{
  width: 1.95rem;
  height: 0.5rem;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  line-height: 0.5rem;
  margin: 0 auto;
  cursor: pointer;
  background: #00a0e9;
}

.card-wrap{
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  height: 0;
  overflow: hidden;
  background: rgba(238,238,238,.9)  url(../images/card/bg2.png) center center no-repeat;
  background-size: cover;
  display: none;
}

.card {
  position: absolute;
  display: inline-block;
  width: 0.78rem;
  height: 1.16rem;
  background-color: #fff;
  -webkit-border-radius: 0.03rem;
  border-radius: 0.03rem;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  cursor: default;
}

.card .face {
  height: 100%;
  background: url(../images/card/card-bg.png);
  background-position: 50% 50%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.card-deck{
  width: 10rem;
  height: 7rem;
  position: absolute;
  left: 50%;
  margin-left: -4.6rem;
  top: 2.14rem;
}
.card-deck img{
  cursor: pointer;
}
.card-box{
  width: 4.5rem;
  height: 0.9rem;
  margin: 0 auto 0.1rem auto;
  text-align: center;
}
.card-wrap p{
  width: 10rem;
  font-size: 0.22rem;
  margin: 0 auto;
}
.card-wrap p:first-of-type{
  margin-top: 0.47rem;
  margin-bottom: 0.3rem;
  line-height: 0.3rem;
}
.card-wrap p:last-of-type{
  color: #53b7e5;
}
.card-box .card-border{
  width: 0.62rem;
  height: 0.9rem;
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 0.1rem;
  position: relative;
}
.card-box .card-border img{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dealcrad{
  position: absolute;
  top: 6.55rem;
  left: 2.3rem;
}
.done{
  position: absolute;
  top: 6.55rem;
  left: 6.3rem;
}

.right-card-box{
  width: 0.64rem;
  height: 4.5rem;
  position: absolute;
  right: 0;
  top: 0
}
.right-card-box .right-border{
  width: 0.62rem;
  height: 0.9rem;
  border: 1px solid #ccc;
  margin-bottom: 0.1rem;
  position: relative;
}
.right-card-box .right-border img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.right-card-box .right-border:last-child{
  margin: 0;
}

.left-card-box{
  width: 0.8rem;
  height: 4rem;
  position: absolute;
  left: 0;
  top: 1.9rem;
}

.left-card-box .card-txt{
  width: 0.8rem;
  height: 1.15rem;
  margin-bottom: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.left-card-box .card-txt:last-child{
  margin: 0;
}

.border{
  transition: all .5s ease;
  border: 1px solid #00a0e9 !important;
}
.near{
  transform: scale(.5);
}

.alert-box{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.1);
  z-index: 999;
  display: none;
}
.alert-content{
  width: 7.6rem;
  height: 5.04rem;
  position: absolute;
  bottom: 0;
  right: 0;
  /*margin: -2.52rem 0 0 -3.8rem;*/
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.4rem  0.8rem;

}

.alert-content .content{
  font-size: 0.18rem;
  margin: 0.25rem 0 0.45rem 0;
}

.alert-content .process{
  width: 6.15rem;
  display: block;
}

.alert-content .msg{
  font-size: 0.16rem;
  resize: none;
  width: 5.95rem;
  height: 2.3rem;
  border: 1px solid #c7c7c7;
  border-radius: 0.1rem;
  padding: 0.2rem;
  outline: none;
  margin-bottom: 0.25rem;
  display: block;
}

.next-btn{
  width: 1.5rem;
  float: left;
  margin-left: 2.15rem;
}

.last-btn{
  width: 1.5rem;
  float: left;
  margin-right: 0;
  margin-left: 0.5rem;
}

.done-btn{
  width: 1.5rem;
  float: right;
  margin-right: 0.2rem;
}

.page3{
  margin-left: 2rem;
}
