﻿/*通用类*/
*{
	margin:0;		
	padding:0;
}

/*兼容老设备的rem-px基准*/
html{
	font-size:42.6667px;	
}
@media screen and (max-width: 320px){ 
  html{
  	font-size:42.6667px;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px){ 
  html{
  	font-size:48px;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px){ 
  html{
  	font-size:50px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px){ 
  html{
  	font-size:55px;
  }
}
@media screen and (min-width: 415px) and (max-width: 484px){ 
  html{
  	font-size:64px;
  }
}
@media screen and (min-width: 485px) and (max-width: 720px){ 
  html{
  	font-size:96px;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px){ 
  html{
  	font-size:102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
@media screen and (min-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
/*新设备的rem-vw标准*/
html{	
	overflow-x:hidden;
	font-size:13.3333333333vw;	/*一便rem.js失效，这里起作用*/
}

body{		
	width:100%;	
	min-width:320px;
	min-height: 100vh;
	margin:0 auto;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#e1f4fd;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.28rem;
	color:#666;
}
.wb{
	background:#fff;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#666;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}
input::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
textarea::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.cm_photo{
	display:block;
	position:relative;
	overflow:hidden;	
}
.cm_photo .thumb{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;	
}
.cm_photo .zw{
	display:block;
	height:auto;	
	width:100%;
}

/*hm 首页*/

.homebg{
	/*background:#e1f4fd url("../images/mainbg.png") no-repeat bottom center;*/
	background-size:100% auto;
    
}
.hm_top{
	
}
.hm_top .go{
	display: block;
	width: 3.73rem;
	margin:0 auto;
}
.hm_top .go img{
	display: block;
	width: 100%;
	height:auto;
}
.hm_top .tip{
	height: 0.64rem;
	line-height: 0.64rem;
	text-align: center;
	color:#1daffa;
}
.hm_jp{
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	font-size:0.3rem;
}
.hm_jp .sin{
	padding-left:1rem;
	display: inline-block;
	height: 1.2rem;
	background:url("../images/sin1.png") no-repeat left center;
	background-size:auto 0.7rem;
}
.gift1{
	width: 4.6rem;
	margin:0.6rem auto 0 auto;
}
.gift2{
	width: 3.3rem;
	margin:0.5rem 0 0 0.3rem;
	float: left;
}
.hm_gifts .name{
	height: 0.7rem;
	line-height: 0.54rem;
	text-align: center;	
}
.hm_gifts .tp{
	width: 100%;
	height: 0.94rem;
	border-radius:0.47rem;
	position: relative;
	background:#21b0fa; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to right, #21b0fa, #7be4bc);
	background:-moz-linear-gradient(to right, #21b0fa, #7be4bc);
	background:-webkit-gradient(to right, #21b0fa, #7be4bc);
	background:-o-linear-gradient(to right, #21b0fa, #7be4bc);
}
.gift1 .photo{
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	right: 0.7rem;
	top: -0.6rem;
}
.gift2 .photo2{
	display: block;
	width: 1.2rem;	
	position: absolute;
	right: 0.2rem;
	bottom:0.25rem;
}
.hm_gifts dl{
	color:#fff;
	padding:0.05rem 0 0 0.35rem;
}
.hm_gifts dt{
	height: 0.4rem;
	line-height: 0.4rem;
	font-size:0.36rem;
	font-weight: bold;
}
.hm_gifts dd{
	height: 0.38rem;
	line-height: 0.38rem;
	font-size:0.26rem;
}
.hmr_title{
	height: 1.25rem;
	position: relative;
}
.hmr_title img{
	display: block;
	width: 100%;
	height:auto;
	position: absolute;
	left: 0;
	top: 0;
}

.hmr_scroll{
	width: 6.5rem;
	margin:0 auto;
	border:2px solid #1eaffa;
	border-radius:0.1rem;
	overflow-x:hidden;
	overflow-y:auto;
	max-height:7.4rem;
	background:#fff;
}
.hmr_scroll .slist{
	padding-top:0.3rem;
}
.hmr_scroll li{
	height: 0.7rem;
	line-height: 0.7rem;
	clear: both;
}
.hmr_scroll li:nth-child(even){
	background:#eff9fe;
}
.hmr_scroll .num{
	float: left;
	width: 20%;
	text-align: center;
	font-size:0.28rem;
	font-weight: bold;
}
.hmr_scroll .tel{
	float: left;
	width: 50%;
	text-align: center;
}
.hmr_scroll li:nth-child(1) .num{
	background:url("../images/rank_num1.png") no-repeat top center;
	background-size:auto 0.58rem;
	color:#fff;
}
.hmr_scroll li:nth-child(2) .num{
	background:url("../images/rank_num2.png") no-repeat top center;
	background-size:auto 0.58rem;
	color:#fff;
}
.hmr_scroll li:nth-child(3) .num{
	background:url("../images/rank_num3.png") no-repeat top center;
	background-size:auto 0.58rem;
	color:#fff;
}
.hmr_scroll .scroe{
	float: left;
	width: 30%;
	text-align: center;
}

.hmr_jn{
	padding:0.64rem 0 0.5rem 0;
	clear: both;
	height: 0.6rem;
	line-height: 0.6rem;
	position:relative;
}
.hmr_jn .btn{
	height: 0.6rem;
	line-height: 0.6rem;
	display: inline-block;
	padding:0 0.3rem 0 0.5rem;
	background:#fbfc20;
	border-radius:0 0.34rem 0.3rem 0;
	font-size:0.3rem;
	position:absolute;
	left:-0.2rem;
}

.hmr_jn .btn2{
	float: left;
	height: 0.6rem;
	line-height: 0.6rem;
	display: inline-block;
	padding:0 0.5rem 0 0.3rem;
	background:#fbfc20;
	border-radius:0.3rem 0 0 0.3rem;
	font-size:0.3rem;
	position:absolute;
	right:-0.2rem;
}

.alert_flog{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 200;
	left: 0;
	top: 0;
	background:rgba(0,0,0,0.5);
	display: none;
}
.jn_win{
	width: 6.6rem;
	height: 8rem;
	background:#fff;
	border:2px solid #1daff9;
	position: fixed;
	z-index: 220;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius:0.15rem;
	display: none;
}
.jn_win .close{
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	right: 0;
	top: -0.65rem;
	background:url("../images/jnclose.png") no-repeat center center;
	background-size:100% 100%;
}
.jn_scroll{
	width: 6.4rem;
	margin:0.2rem 0 0.2rem 0.2rem;
	max-height:7.6rem;
	overflow-x:hidden;
	overflow-y:auto;
}
.jscroll{
	padding-right:0.2rem;
	line-height: 1.6;
	color:#333;
}

.end_win{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 220;
	width: 100%;
	height: 100px;
}
.end_win img{
	display: block;
	width: 100%;
	height:auto;
}

/*hm 首页*/

/*main 答题页*/
.mainbg{
	background:#4ac8dd url("../images/mainbg.png") no-repeat bottom center;
	background-size:100% auto;
}
.mainbg2{
	background:url("../images/mainbg2.png") no-repeat top center;
	background-size:100% auto;
	min-height: 100vh;
	position: relative;
	padding-bottom:0.6rem;
}
.ma_score{
	width: 7rem;
	margin:0 auto;
	height: 1.9rem;
	line-height: 1.9rem;
	text-align:right;
	font-size:0.4rem;
	color:#fff;
}
.ma_score em{
	color:#fafc1f;
	font-size:0.7rem;
}
.ma_no{
	text-align: center;
}
.ma_yes{
	text-align: center;
}
.ma_yes em{
	color:#fff;
}

.main_wp{
	width: 7rem;
	margin:0 auto;
	background:#fff;
	border-radius:0.2rem;
}
.main_wpmsg{
	width: 7rem;
	margin:0 auto;
	background:#FFFAEA;
	border-radius:0.2rem;
}
.main_wpmsgtop{
	width: 7rem;
	margin:0 auto;
	height: 1.64rem;
	line-height: 1.64rem;
	text-align:right;
	font-size:0.4rem;
	color:#fff;
}


.ask_con{
	display: none;
	position: relative;
	padding-top:0.9rem;
    padding-bottom:0.9rem;
}
.show{
	display: block;
}
.ask_num{
	width: 1.36rem;
	height: 1.36rem;
	line-height: 1.36rem;
	text-align: center;
	background:url("../images/asknum.png") no-repeat top center;
	background-size:auto 100%;
	font-size:0.6rem;
	color:#F4E59B;
	position: absolute;
	top:-0.68rem;
	left:50%;
	margin-left:-0.68rem;
}
.ask_title{
	font-size:0.3rem;
	line-height: 1.6;
	padding:0 0.38rem;
	color:#333;
	text-align:justify;
}

.ask_ul li{
	width: 5.5rem;
	min-height: 1.2rem;
	margin:0.36rem auto 0 auto;
	border:0.05rem solid #fff;
	border-radius:0.25rem;
	background:#eee;
	color:#333;
	box-shadow:0.05rem 0.05rem 0 #ddd;
	position: relative;
}
.ask_ul  .txt{
	font-size:0.3rem;	
	line-height: 0.4rem;
	position: absolute;
	padding:0.3rem 0.7rem 0.3rem 0.3rem;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ask_ul  .md .txt{
	position: relative;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ask_ul  .yes{
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top:-0.7rem;
	z-index: 10;
	display: none;
}
.ask_ul  .no{
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top:-0.7rem;
	z-index: 10;
	display: none;
}

.ask_ul  li.select{
	color:#fff;
	background:#73dfc2; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #FA4224, #AC060A);
	background:-moz-linear-gradient(to bottom, #FA4224, #AC060A);
	background:-webkit-gradient(to bottom, #FA4224, #AC060A);
	background:-o-linear-gradient(to bottom, #FA4224, #AC060A);
}

.ask_ul  li.ok{
	color:#fff;
	background:#73dfc2; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #FA4224, #AC060A);
	background:-moz-linear-gradient(to bottom, #FA4224, #AC060A);
	background:-webkit-gradient(to bottom, #FA4224, #AC060A);
	background:-o-linear-gradient(to bottom, #FA4224, #AC060A);
}
.ask_ul  li.ok .yes{
	display: block;
}
.ask_ul  li.wrong{
	color:#fff;	
	background:#ff1154; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #ff1154, #f1493f);
	background:-moz-linear-gradient(to bottom, #ff1154, #f1493f);
	background:-webkit-gradient(to bottom, #ff1154, #f1493f);
	background:-o-linear-gradient(to bottom, #ff1154, #f1493f);
}
.ask_ul  li.wrong .no{
	display: block;
}


.multi li{
	width: 5.5rem;
	min-height: 1.2rem;
	margin:0.36rem auto 0 auto;
	border:0.05rem solid #fff;
	border-radius:0.25rem;
	background:#eee;
	color:#333;
	box-shadow:0.05rem 0.05rem 0 #ddd;
	position: relative;
}
.multi .txt{
	font-size:0.3rem;	
	line-height: 0.4rem;
	position: absolute;
	padding:0.3rem 0.7rem 0.3rem 0.3rem;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.multi .md .txt{
	position: relative;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.multi .yes{
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top:-0.7rem;
	z-index: 10;
	display: none;
}
.multi  .no{
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top:-0.7rem;
	z-index: 10;
	display: none;
}
.multi  li.ok{
	color:#fff;
	background:#73dfc2; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #73dfc2, #4bc9dc);
	background:-moz-linear-gradient(to bottom, #73dfc2, #4bc9dc);
	background:-webkit-gradient(to bottom, #73dfc2, #4bc9dc);
	background:-o-linear-gradient(to bottom, #73dfc2, #4bc9dc);
}
.multi  li.ok .yes{
	display: block;
}
.multi  li.wrong{
	color:#fff;	
	background:#ff1154; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #ff1154, #f1493f);
	background:-moz-linear-gradient(to bottom, #ff1154, #f1493f);
	background:-webkit-gradient(to bottom, #ff1154, #f1493f);
	background:-o-linear-gradient(to bottom, #ff1154, #f1493f);
}
.multi  li.wrong .no{
	display: block;
}

.ask_bt{
	padding:0.45rem 0 0 0;
	text-align: center;
}
.ask_bt .etip{
	height: 0.9rem;
	line-height: 0.5rem;
}
.ask_bt .btn{
	display: inline-block;
	width: 2.5rem;
	height: 1rem;
	line-height: 1rem;
	font-size:0.35rem;
	color:#fff;
	border-radius:0.16rem;
	margin:0 0.16rem;
}
.ask_bt .btn_pre{
	background:#ababab;
	box-shadow:0 0.05rem 0 #807176;
}
.ask_bt .btn_next{
	background:#ababab;
	box-shadow:0 0.05rem 0 #DFAB7C;
	background:#0d93fd; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #FEEDD3, #F2C792);
	background:-moz-linear-gradient(to bottom, #FEEDD3, #F2C792);
	background:-webkit-gradient(to bottom, #FEEDD3, #F2C792);
	background:-o-linear-gradient(to bottom, #FEEDD3, #F2C792);
	color:#bd0318;
	font-weight:bold;
}

.main_end{
	/*padding-bottom:0.4rem;*/
	text-align: center;
}
.main_end p{
	height: 0.74rem;
	line-height: 0.74rem;
	color:#fff;
}
.main_copy{
	width: 100%;
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 0.4rem;
}
.main_copy .copytip{
	display: inline-block;
	height: 0.56rem;
	line-height: 0.56rem;
	background:#EBC789;
	padding:0 0.2rem;
	border-radius:0.28rem;
	color:#BD0318;
}

.score_ani{
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 45%;
	z-index: 100;
	font-size:0.45rem;
	color:#f8ee25;/*f2473f*/
	opacity: 0;
	display: none;
}

.scoreAnimate{
  -webkit-animation-name: mouseAni;
  animation-name: mouseAni;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes mouseAni {
  from { 
    opacity: 0;  
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);            
  }
  
  50%{
  	 opacity: 1;  
  	 transform: translate(0, -0.5rem);
   	 -webkit-transform: translate(0, -0.5rem);          
  } 

  75%{
  	 opacity: 0;  
  	 transform: translate(0, -0.5rem);
   	 -webkit-transform: translate(0, -0.5rem);          
  } 

  to { 
  	opacity: 0;   
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);     
  }
}

@keyframes mouseAni {
  from { 
    opacity: 0;  
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);            
  }
  
  50%{
  	 opacity: 1;  
  	 transform: translate(0, -0.5rem);
   	 -webkit-transform: translate(0, -0.5rem);          
  } 

  75%{
  	 opacity: 0;  
  	 transform: translate(0, -0.5rem);
   	 -webkit-transform: translate(0, -0.5rem);          
  } 

  to { 
  	opacity: 0;   
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);     
  }
}

.end_no{
	display: none;
	padding:0.5rem 0 2.4rem 0;
}

.end_no .ico{
	display: block;
	width: 3rem;
	margin:0 auto;
}
.end_no .tip{
	text-align: center;
	line-height: 0.86rem;
}
.end_no .ctrl{
	text-align: center;
}
.end_no .btn{
	display: inline-block;
	width: 2.5rem;
	height: 1rem;
	line-height: 1rem;
	font-size:0.35rem;
	color:#fff;
	border-radius:0.16rem;
	margin:0 0.16rem;
}
.end_no .share_btn{
	background:#ababab;
	box-shadow:0 0.05rem 0 #807176;
}
.end_no .try_btn{
	background:#ababab;
	box-shadow:0 0.05rem 0 #c899af;
	background:#0d93fd; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #ff2295, #f34040);
	background:-moz-linear-gradient(to bottom, #ff2295, #f34040);
	background:-webkit-gradient(to bottom, #ff2295, #f34040);
	background:-o-linear-gradient(to bottom, #ff2295, #f34040);
}

.end_yes{
	padding:0.5rem 0 1.2rem 0;
	display: none;
}

.end_yes .ico{
	display: block;
	width: 3rem;
	margin:0 auto;
}
.end_yes .tip{
    padding-left:10px;
    padding-right:10px;
	text-align: center;
	line-height: 0.56rem;
	padding-top:10px;
	padding-bottom:30px;
}
.end_yes .gift_btn{
	display: block;
	width: 4.5rem;
	height: 1rem;
	line-height: 1rem;
	margin:0 auto;
	background:#0d93fd; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #F54222, #AE080A);
	background:-moz-linear-gradient(to bottom, #ff2295, #f34040);
	background:-webkit-gradient(to bottom, #ff2295, #f34040);
	background:-o-linear-gradient(to bottom, #ff2295, #f34040);
	border-radius:0.2rem;
	box-shadow:0 0.05rem 0 #c899af;
	text-align: center;
	color:#fff;
	font-size:0.45rem;
	margin-top:0.5rem;
}


.end_yes .ctrl{
	text-align: center;
}
.end_yes .btn{
	display: inline-block;
	width: 2.5rem;
	height: 1rem;
	line-height: 1rem;
	font-size:0.35rem;
	color:#fff;
	border-radius:0.16rem;
	margin:0 0.16rem;
}
.end_yes .share_btn{
	background:#ababab;
	box-shadow:0 0.05rem 0 #807176;
}
.end_yes .try_btn{
	background:#ababab;
	box-shadow:0 0.05rem 0 #c899af;
	background:#0d93fd; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #E73221, #C7191B);
	background:-moz-linear-gradient(to bottom, #E73221, #C7191B);
	background:-webkit-gradient(to bottom, #E73221, #C7191B);
	background:-o-linear-gradient(to bottom, #E73221, #C7191B);
}

.prizetip{
    padding-left:10px;
    padding-right:10px;
	text-align: center;
	line-height: 0.56rem;
	padding-top:20px;
	padding-bottom:10px;
}

.card_win{
	width: 100%;
	height: 6.74rem;
	background:url("../images/3rd.png") no-repeat center center;
	background-size:100% 100%;
	position: fixed;
	z-index: 220;
	left: 0;
	top: 50%;
	margin-top:-3.37rem;
	display: none;
}
.card_win .close{
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	right: 0.8rem;
	top:-0.64rem;
	background:url("../images/jnclose.png") no-repeat center center;
	background-size:100% 100%;
}

.card_win .t3{
	line-height: 0.54rem;
	font-size:0.36rem;
	text-align: center;
	color:#d22727;
	padding-top:0.6rem;
    height: 1.74rem;
    width: 3rem;
	margin:0 auto;
    /*text-align:justify;*/
}

.card_win .t1{
	line-height: 0.54rem;
	font-size:0.36rem;
	text-align: center;
	color:#d22727;
	padding-top:0.6rem;
}
.card_win .t2{
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	color:#d22727;
	font-size:0.8rem;
	margin-bottom:0.8rem;
}
.still_btn{
	width: 2.6rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border-radius:0.12rem;
	background:#72dfc2; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #E73221, #CA171A);
	background:-moz-linear-gradient(to bottom, #E73221, #CA171A);
	background:-webkit-gradient(to bottom, #E73221, #CA171A);
	background:-o-linear-gradient(to bottom, #E73221, #CA171A);
	margin:0 auto;
	text-align: center;
	font-size:0.3rem;
	color:#FEF6D2;
	border:1px solid #E4BC88;
	box-shadow:0.04rem 0.04rem 0 #B20D0D;
}
.card_win .tip{
	line-height: 0.42rem;
	color:#fff;
	padding:0.8rem 0.34rem;
	width: 3.9rem;
	margin:0 auto;
	text-align:justify;
}

.newbtn1{
    width: 2.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.12rem;
    background: #72dfc2;
    background: linear-gradient(to bottom, #E73221, #CA171A);
    background: -moz-linear-gradient(to bottom, #E73221, #CA171A);
    background: -webkit-gradient(to bottom, #E73221, #CA171A);
    background: -o-linear-gradient(to bottom, #E73221, #CA171A);
    margin: 0 auto;
    text-align: center;
    font-size: 0.28rem;
    color: #FEF6D2;
    border: 1px solid #E4BC88;
    box-shadow: 0.04rem 0.04rem 0 #B20D0D;
    padding: 0.1rem 0.15rem 0.1rem 0.15rem;
}
.newbtn2{
    width: 2.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.12rem;
    background: #72dfc2;
    background: linear-gradient(to bottom, #E73221, #CA171A);
    background: -moz-linear-gradient(to bottom, #E73221, #CA171A);
    background: -webkit-gradient(to bottom, #E73221, #CA171A);
    background: -o-linear-gradient(to bottom, #E73221, #CA171A);
    margin: 0 auto;
    text-align: center;
    font-size: 0.28rem;
    color: #FEF6D2;
    border: 1px solid #E4BC88;
    box-shadow: 0.04rem 0.04rem 0 #B20D0D;
    padding: 0.1rem 0.15rem 0.1rem 0.15rem;
}

/*main 答题页*/

