@charset "UTF-8";
/**
 * 
 * @authors xu (565657400@qq.com)
 * @date    2017-11-10 14:50:26
 * @version $Id$
 */
 html,body{width: 100%;height: 100%;}
[v-cloak]{display: none;}
.index-main{ position: relative; width: 100%; height: 100%; left: 0; top: 0; background: url(/Static/wxopen/images/index.png) center top / cover no-repeat;}
/*.index-bg{ position: absolute; width: 100%; height: 100%; left: 0; top: 0;-webkit-filter: blur(10px);-moz-filter: blur(10px);-o-filter: blur(10px);-ms-filter: blur(10px);filter: blur(10px);z-index: -1;}*/
.index-bg{ position: absolute; width: 100%; height: 100%; left: 0; top: 0;z-index: -1;}

/*.index-logo{ width: 40%; left: 50%; margin-left: -20%; top: 10%; position: absolute;border-radius: 5px;}*/
.index-logo{ width: 18%; left: 26%; margin-left: -20%; top: 3%; position: absolute;border-radius: 5px;}

/*.index-welcome{ font-size: 18px;font-weight: bold;text-align: center; color: #000; top: 40%; width: 80%;left: 50%; margin-left: -40%; position: absolute; }*/
.index-welcome{ font-size: 32px; font-weight: bold; color: #fff; top: 27%; width: 68%;left: 46%; margin-left: -40%; position: absolute; letter-spacing: 2px;line-height:65px}
.index-welcome a{color: #fff}
.index-main span{position: absolute; top: 56%; right: 7%; font-size: 18px; font-weight: bold; color: #fff;}
/*.index-btn{ position: absolute;width: 28%;left: 50%;margin-left: -14%;text-align: center;border: 2px solid #2196F3;border-radius: 50%;font-size: 16px;top: 68%;font-weight: 700;background: #fff !important;color: #2196F3;}*/
.index-btn{ position: absolute;width: 30%;left: 75%;margin-left: -14%;text-align: center;border: 4px solid #fff;font-size: 20px;top: 62%;font-weight: 700;color: #fff;}

.index-btn:before{ content: ''; float: left; padding: 20% 0;/* padding: 50% 0; */}
.waybox{width: 100%; display: flex;}
.waybox .bg{ background: #333; border-radius: 5px; box-shadow: 0 0 4px #666; width: 66%; height: 10px; margin: 0 auto; overflow: hidden;}
.waybox .bg .way{ display: block;width: 0; height: 100%; background: #37A6FF  }
.waybox span{ width: 17vh;     padding: 1vh; margin: 0 auto;  color: white}
.waybox span.prev{  left: 14%; background-color: #ffc168; border-radius: 5px;text-align: center;line-height: 5vh}
/*.list-ad{ width: 100%; max-height: 220px;}
.list-tit{ text-align: center; font-size: 16px; color: #fff; margin-top: 10px; }
.list-box{ overflow: hidden; padding-top: 20px; text-align: center;}
.list-box .item{ display: inline-block; width: 30%; margin: 0  5%; color: #fff; text-align: center; background: #333; border-radius: 4px; padding-bottom: 2%; margin-bottom: 20px; }
.list-box .item img{ width: 70%; display: block; margin: 10% auto 8% auto; }
.small-logo{  position: absolute; width: 20%; top: 20px; right: 20px; }
.com-main{ width: 100%; position: absolute; top: 0; left: 0;  bottom: 16%; overflow-y: auto;color: #fff; }
.com-list{ padding: 20px; overflow: hidden; margin-bottom: 15px;}
.com-list p{ font-size: 16px; color: #fff; }
.com-list .box{ overflow: hidden; padding-top: 5px; }
.com-list .box a.item{ display: block; width: 100%;margin-bottom: 30px; }
.com-list .box span.star{ width: 26px; height: 26px; background: url(../images/star.png) no-repeat center center; background-size: cover; display: block; float: left; margin-right: 5px;}
.com-list .box span.on{ background: url(../images/onstar.png) no-repeat center center; background-size: cover; }
.txt-ps{ position: absolute; bottom: 8%; width: 80%; left: 9%; color: #fff; }*/


.blur{
	-webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}
.fl{
	float: left;
}
.fr{
	float: right;
}

.clearfix:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix{
	zoom: 1;
}
.inb{
	display: inline-block;
	vertical-align: middle;
}
.imgBox{
	width: 90%;
	overflow: hidden;
	position: relative;
	left: 2rem;
	display: inline-block;
	vertical-align: middle;
}
.imgBox:after{
	content: '';
	display: block;
	padding: 50%;
}
.imgBox > img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.imgBox + p{
	width: 60%;
	display: inline-block;
	vertical-align: middle;
}

.Jpopup{
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: rgba(0,0,0,.5);
  	display: none;
  	z-index: 99999;
}
.Jpopup .JmyAlert{
  	width: 200px;
    position: fixed;
    left: 50%;
    top: 20%;
    margin-left: -100px;
    text-align: center;
    background: #fff;
    border: 1px solid #2196f3;
    border-radius: 5px;
     display: none; 
    z-index: 99999;
    padding: 20px;
    box-sizing: border-box;
}
.JmyAlert .Jtext{
  	font-size: 14px;
  	margin: 24px 0;
}
.JmyAlert .btns{
  	padding: 0 15px;
}
.chooseBox{float: left;width:1.5rem}
.chooseBox input[type="radio"],
.chooseBox input[type="checkbox"]{
	display: none;
}
.chooseBox input[type="radio"] + i,
.chooseBox input[type="checkbox"] + i{
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #fcfff4;
	margin-right: 5px;
	border-radius: 50%;
	border: 1px solid gray;
	box-sizing: border-box;
}
.chooseBox input[type="radio"] + i{
	border-radius: 50%;
	border: 1px solid gray;
	box-sizing: border-box;
}
.chooseBox input[type="radio"]:checked + i,
.chooseBox input[type="checkbox"]:checked + i{
	background: #37A6FF url(../images/right.png) no-repeat center;
	background-size: contain;
	border: none;

}
.active1{
	background: #37A6FF url(../images/right.png) no-repeat center;
	background-size: contain;
	border: none;
}
.star{ 
	width: 20%;
	/*float: left;
	margin-right: 5px;*/
}
.star:after{
	content: '';
	display: block;
	padding: 50%;
	background: url(../images/未评分.png) no-repeat center;
	background-size: 70%;
}
.star.on:after{
	background: url(../images/评分.png) no-repeat center;
	background-size: 70%;
}
.quiz{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #f2f7fd;
	position: absolute;
}
.quiz .contentBody{
	width: 100%;
    height: 100%;
   /* padding: 20px 20px 60px;*/
    box-sizing: border-box;
    position: relative;

}
.quiz .contentBody .question{
	width: 100%;
	/*height: 100%;*/
	overflow: auto;
}
.contentBody li .title{
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	font-weight: bold
}
.contentBody li .item{
	margin:2vh auto;
	border:1px solid #83b7de; 
	width: 77%;
	position: relative;
	top: 2vh;
	border-radius: 5px;
	min-height: 42px;
	display: flex;
	align-items: center;
}
.contentBody .item label{
	display: block;
	/*padding: 10px 0;*/
/*	color: #000;*/
   width: 100%;
}
.quiz .item input[type="text"]{
	width: 100%;
	border: none;
	/*padding: 5px;
	line-height: 26px;*/
	box-sizing: border-box;
	border-radius: 5px;
	height: 2rem;
	padding-left: 11px;
	font-size: 14px;
    letter-spacing: 2px;
}
.quiz .item.text input[type="text"]{
	width: 100%;
}
/*.quiz .item input[type="radio"],
.quiz .item input[type="checkbox"]{
	width: 15px;
	height: 15px;
	margin-right: 5px;
}*/
.item label .leftPart{
	width: 65%;
}
.item label .rightPart{
	width: 58%;
	overflow: hidden;
	white-space: normal;
}

.result h3{
	font-size: 16px;
	margin-bottom: 20px;
}
#Jpost{
	/*border-color: white;*/
}
.result{
	    height: 100vh;
	    font-size: 18px;
    /*text-align: center;*/
    /*line-height: 40px;*/
   /* font-weight: bold;*/
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    background: url(../images/bg.png)no-repeat;
    background-size: 100%;
    background-color: #f2f7fd;

}

/*loading*/
.Jloading{
	position: absolute;
	left: 50%;
	top: 20%; 
	width: 200px;
	height: 200px;
	background: #fff;
	border-radius: 5px;
	margin-left: -100px;
	z-index: 99999;
	display: none;
}
.Jloading .Jtext{
	position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.loader { 
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px; 
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
/*LOADER-1*/
.loader-1 .loader-outter { 
	position: absolute;
	border: 4px solid #37A6FF;
	border-left-color: transparent;
	border-bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
	animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.loader-1 .loader-inner { position: absolute;
	border: 4px solid #37A6FF;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	border-right: 0;
	border-top-color: transparent;
	-webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
	animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
/*LOADER-7*/
.loader-7 .line { width: 8px;
	position: absolute;
	border-radius: 5px;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#1ee95d), to(#5714ce));
	background: -webkit-linear-gradient(top, #1ee95d, #5714ce);
	background: linear-gradient(to bottom, #1ee95d, #5714ce);
}
.loader-7 .line1 { left: 0;
	-webkit-animation: line-grow 0.5s ease alternate infinite;
	animation: line-grow 0.5s ease alternate infinite;
}
.loader-7 .line2 { left: 20px;
	-webkit-animation: line-grow 0.5s 0.2s ease alternate infinite;
	animation: line-grow 0.5s 0.2s ease alternate infinite;
}
.loader-7 .line3 { left: 40px;
	-webkit-animation: line-grow 0.5s 0.4s ease alternate infinite;
	animation: line-grow 0.5s 0.4s ease alternate infinite;
}

/*ANIMATE-1*/
@-webkit-keyframes loader-1-outter {
	0% {
	 	-webkit-transform: rotate(0deg);
	 	transform: rotate(0deg);
	}
	100% {
	 	-webkit-transform: rotate(360deg);
	 	transform: rotate(360deg);
	}
}
@keyframes loader-1-outter {
	0% {
	 	-webkit-transform: rotate(0deg);
	 	transform: rotate(0deg);
	}
	100% {
	 	-webkit-transform: rotate(360deg);
	 	transform: rotate(360deg);
	}
}
@-webkit-keyframes loader-1-inner {
	0% {
	 	-webkit-transform: rotate(0deg);
	 	transform: rotate(0deg);
	}
	100% {
	 	-webkit-transform: rotate(-360deg);
	 	transform: rotate(-360deg);
	}
}
@keyframes loader-1-inner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
	 	-webkit-transform: rotate(-360deg);
	 	transform: rotate(-360deg);
	}
}
/*ANIMATE-7*/
@-webkit-keyframes line-grow {
 	0% {
 		height: 0;
	}
	100% {
	 	height: 75%;
	}
}
@keyframes line-grow {
	0% {
	 	height: 0;
	}
	100% {
	 	height: 75%;
	}
}
.img_options{
	width: 46%;
	display: flex;
	flex-direction: column;
 }
 .item1{
 	display: flex;
 	flex-direction: column;
 }
.about-entrance{
	    position: absolute;
    bottom: 1%;
    width: 70%;
    text-align: center;
    left: 50%;
    margin-left: -35%;
    color: #b2acac;
    font-size: 12px;
    transform: scale(0.8);
    letter-spacing: 1px;
}
.chooseInput{
	/*margin-left: 1.5rem*/
}
.custom-underline {
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 5px
}
.inline {
  display: inline;
}
.inline:before{
  content: ' ';
  display: block;
  margin-top: 20px;
}
.logo{
    width: 21%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 10vh;
    left: 5.4%
}
.logo img{
    width: 100%;
}
.index-main .title{
	position: absolute;
	top: 21vh;
}
.title p{
    font-size: 25px;
    color: white;
    margin: 43px 0 0 23px;
    width: 100%;

}
.btn{
    margin-top: 25vh;
    padding-left:55% ;
    width: 42%;
    position: absolute;
    top: 37vh;
}
.btn p{
    font-size: 12px;
    color: white;
    text-align: center;
}
.btn div{
    margin-top: 10px;
    background-color:#ffbe56 ;
    color: white;
    border: none;
    font-size: 15px;
    padding: 11px;
    border-radius: 7px;
    letter-spacing:3px;
    text-align: center;
}
.starOption{
	height: 42vh;
}
.finish{
    width: 100%;
    min-height: 100vh;
    background: url("../images/index.png")no-repeat center;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.finish>p:first-child{
    color: white;
    font-size: 13.5px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 23.3vh;

}
.finish_logo{
    width: 17%;
    margin: 9.3vh auto 0;
    position: absolute;
    top: 30vh;
}
.finish_logo img{
    width: 100%;
}
.create{
    width: 46.6%;
    background-color: #ffc168;
    color: white;
    font-size: 12.5px;
    border-radius: 7px;
    text-align: center;
    letter-spacing: 2px;
    padding: 11px 10px;
    margin: 8.8vh auto 0;
    position: absolute;
    top: 50vh;
}
.finish>p:last-child{
    /*display: flex;*/
    /*justify-content: space-around;*/
    font-size: 12px;
    transform:scale(0.8);
    color: #666565;
    letter-spacing: 1px;
    position: absolute;
    text-align: center;
    bottom: 12px;
    width: 100%;
}
.text_content{
	 width: 83.3%;
	 margin: 0 auto;
	 height: 37vh;
	 border: 1px solid #8dcbfe;
	 box-sizing: border-box;
	 border-radius: 5px;
	 display: flex;
	 align-items: center;
	 justify-content: center;

}

.text_content textarea{
     width: 88%;
     height: 88%;
     border: none;
     font-size:13px;
}
  .text_box{
        width: 100%;
        height: 46vh;
        margin: 0 auto;
        background-color: white;
        display: flex;
        align-items: center;
        border-radius: 5px;
    }
.voteBg{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 6;
}    
.votePhoto{
	position: fixed;
	top:5vh;
	height: 90vh;
	left: 5%;
	width: 90%;
	background-color: #fff;
	border-radius: 5px;
	z-index:6;

}
.photo_show{
	height: 50%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}  
.photo_switch{
	width: 80%;
	height: 100%;
}
.photo_switch img{
	width: 100%;


}
.photo_show i:first-child{
	display: inline-block;
	width: 25px;
	height: 35px;
	background: url(../images/icon_pre.png)no-repeat center;
	background-size: cover;
}
.photo_show i:nth-child(3){
	display: inline-block;
	width: 25px;
	height: 35px;
	background: url(../images/icon_next.png)no-repeat center;
	background-size: cover;
} 
.votePhoto h3{
	text-align: center;
	font-size: 18px;
}
.votePhoto>p{
	width: 80%;
	height: 27vh;
	margin:3vh auto 0;
	line-height: 24px;
    font-size: 16px;
    letter-spacing: 2px;
    overflow: auto;
}
.voteOne {
	width: 80%;
	margin: 2vh auto; 
	display: flex;
	justify-content: space-between;
}
.voteOne a{
	display: inline-block;
	padding: 8px 24px;
	background-color: #ffc168;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
}
.voteOne a:first-child{
	margin-right: 5px;
}
.voteOne a:nth-child(2){
	margin-left: 5px;
}
.shareTo{
	width: 100%;
	height: 100vh;
	position: fixed;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 6;
}
.shareTo img{
	width: 80%;
	float: right;

}
.voteFinish{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.voteRank_nav{

	font-size: 20px;
	letter-spacing: 5px;
	text-align: center;
	width: 100%;
	height: 25vh;
	background-color: red;
	color: #fff;
	line-height: 15vh;
}
.voteRank_content{
	width: 95%;
	/*background: #fff;*/
	/*position: relative;*/
	/*top: -7vh;*/
	margin: 0 auto;
	border-radius: 5px;
	overflow: auto;
	flex-shrink: 0;
	padding: 0 2.5%;
}
.vote_content{
		width: 92%;
	    height:69.25vh ;
	    position: relative;
	    top:-3.5vh;
	    margin: 0 auto;
	    background-color: white;
	    overflow: auto;
	    border-radius: 5px;
}
.voteRank_content ul{
	width: 96%;
	margin: 0 auto;
	height: 75vh;
	background: #fff;
	border-radius: 5px;
}
.voteRank_content ul li{
	display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    width: 95%;
    margin:0 auto;
}
.voteRank_content ul li img{
	width: 30px;
	height: 30px;
	margin-left: 10px;

}
.answerBg{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.answerBg .answer_box{
	width: 80%;
	height: 40vh;
	border-radius: 5px;
	background: url(../images/nav.png)no-repeat center;
	background-size: 100% 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.answerBg .answer_box>p:first-child{
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.answerBg .answer_box>p:nth-child(2){
	text-align: center;
	font-size: 16px;
}
.answerBg .answer_box>p:nth-child(3){
	position: relative;
	top: -4vh;
	width: 82%;
	color: gray;
}
.answerBg .answer_box>a{
	padding: 10px 29px;
	
	display: inline-block;
	border-radius: 5px;
	color: #fff;

}