body,
html,
ul,
li,
input,
select,
h1 {
	padding: 0;
	margin: 0;
	list-style: none;

}

body,
html {
	margin: 0 auto;
    max-width: 640px;
    padding: 0;
    font-size: 16px;
    background-color: #f5efe2;
    color: #333;
}

body {
	width: 100vw;
	overflow: scroll;
}

header {
	background-color: #f46348;
	color: #fff;
	height: 45px;
	line-height: 45px;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

header h1 {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}

/*轮播*/
.banner {
	height: 300px;
	position: relative;
	overflow: hidden;
}

.banner .banner-img {
	height: 100%;
	width: 1000%;
	transform: translateX(-100vw);
}

.nav-con-hot {
	width: 26px;
	height: 20px;
	background: url(../images/hot.png) center center / cover;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	padding-left: 10px;
}

.nav-con-right {
	width: 30px;
	position: relative;
}

.nav-con-right img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banner .banner-img li {
	width: 100vw;
	height: 100%;
	float: left;
}

.banner .banner-img li img {
	height: 100%;
	width: 100%;
}

.banana-index {
	position: absolute;
	bottom: 5px;
	right: 20px;
}

.banana-index li {
	float: left;
	width: 5px;
	height: 5px;
	border: 1px solid transparent;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	margin: 0 5px;
}

.banana-index li.current {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

/*热门最新*/
.nav {
	display: flex;
	background: #fff;
}

.nav>div {
	flex: 0.5;
	height: 45px;
	line-height: 45px;
	min-width: 70px;
	text-align: center;
	color: #777;
	box-sizing: border-box;
	border-bottom: 2px solid #ddd;
	width: 100%;
	color: #f46348;
}

.nav>div sup {
	color: #f46348;
	font-size: 12px;
	font-style: italic;
}

.nav>div.current {

	border-bottom: 2px #f46348 solid;
}

.nav>div.current a {

	color: #f46348;
	text-decoration:none
}

.nav-conall {
	padding-left: 15px;
	background: #fff;
}

.nav-conall li {
	padding: 10px 0;
	display: flex;
	border-bottom: 1px solid #ddd;
	padding-right: 15px;
}

.nav-conall .nav-con-img {
	width: 100px;
	height: 100px;
	margin-right: 10px;
}

.nav-conall .nav-con-work {
	flex: 1;
	padding: 10px 0;
	overflow: hidden;
}

.nav-conall .nav-con-work-title {
	height: 21px;
	line-height: 21px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nav-conall .nav-con-work-num {
	color: orange;
	font-size: 12px;
	margin-top: 6px;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

.load {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 10;
	color: #999;
	text-align: center;
}

.loadwork {
	margin-top: 55%;
}

.mint-spinner-double-bounce {
	position: relative;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 35%;
	transform: translate(-50%, -50%);
}

.mint-spinner-double-bounce-bounce1,
.mint-spinner-double-bounce-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	animation: mint-spinner-double-bounce 2.0s infinite ease-in-out;
	background-color: rgb(255, 220, 43);
}

.mint-spinner-double-bounce-bounce2 {
	animation-delay: -1.0s;
}

@keyframes mint-spinner-double-bounce {

	0%,
	100% {
		-webkit-transform: scale(0.0);
		transform: scale(0.0);
	}

	50% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
/* 百度广告图标 */
/* .hidead{
	position: absolute;
	display: block;
	z-index: 5;
	background: #fff;
	right: 30px;
	bottom: 8px;
	height: 16px;
	width: 42px;
} */

/* 小编 */
.opinion {
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	height: 100vh;
	display: none;
	text-align: center;
}

.opinion>img {
	width: 90%;
	margin: 7vh auto;
	display: block;
}

.opinion .close {
	/* position: absolute; */
	width: 30px;
	margin: 5vh auto 0;
}

.opinion .close img {
	width: 100%;
}

.new {
	position: absolute;
	right: -7px;
    top: 7px;
	width: 7px;
	height: 7px;
	background: red;
	border-radius: 50%;
}

.opinion_word {
	padding: 0 5%;
	margin-top: 25px;
	font-size: 14px;
}

.new_opin {
	display: inline-block;
	position: relative;
}
.result img{
    display: block;
    width: 90%;
    margin: 10px auto;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5);
}
.result-num{
    margin: 15px 0;
    text-align: center;
    overflow: hidden;
}
.result-num>span{
    max-width: 70%;
    line-height: 24px;
    height: 24px;
    padding: 5px 15px;
    overflow: hidden;
    background: rgba(0,0,0,0.7);
    border-radius: 15px 15px 15px 15px;
    color: #FFF;
    font-size: 12px;
}
.result-people{
    color: #FFFF00;
}
.fixed{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #606060;
    display: none;
    text-align: center;
    color: #fff;
    overflow-y: scroll;
}
.fixed img{
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    border-radius: 8px;
}
.fixed .fixed-work{
    margin: 8px 0;
    font-size: 17px;
}

img{
    vertical-align: middle;
}
.test-img{
	position: relative;
}
.test-img .img{
    height: 200px;
}
.test-num{
    text-align: left;
    max-width: 70%;
    line-height: 30px;
    height: 30px;
    padding: 0px 10px;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    background: rgba(0,0,0,0.4);
    border-radius: 0px 15px 15px 0px;
    color: #fff;
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,STHeiTi,sans-serif;
}
.test-num span{
	color: #FFFF00;
}
.test-con{
    margin-top: 5px;
    background: #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-top: 1px solid #e0e0e0;
}
.test-con>div{
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}
.test-con span{
	display: inline-block;
	width: 95px;
}
.test-con .name input{
	flex: 1;
	border: none;
	height: 96%;
	outline: none;
	font-size: 16px;
}
.test-con .sex label{
    margin-right: 25px;
}
.test-con .sex input{
    display: inline-block;
    width: 26px;
    height: 26px;
    position: relative;
    overflow: visible;
    border: 0;
    background: none;
    -webkit-appearance: none;
    outline: none;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: 9px;
}
.test-con .sex input:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #dfe0e1;
    border-radius: 13px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    left: 0px;
    top: 0;
}
.test-con .sex input:checked:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #f46348;
    border-radius: 7px;
    position: absolute;
    left: 6px;
    top: 6px;
}
.test-con .age select{
    -webkit-appearance: none;
    border: 0;
    background: none;
    width: 100%;
    padding-right: 14px;
    outline: none;
    font-size: 16px;
}
.test-con .age .ui-select {
    position: relative;
    margin-right: 10px;
    flex: 1;
}
.test-con .age .ui-select:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #a6a6a6;
    content: "";
    pointer-events: none;
}
.test-con .time input{
    position: relative;
    margin-right: 10px;
    flex: 1;
    outline: none;
    -webkit-appearance: none;
    border: 0;
    background: none;
    width: 100%;
    padding-right: 14px;
    font-size: 16px;
}
.test-con .time input:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #a6a6a6;
    content: "";
    pointer-events: none;
}
.test button{
	display: block;
	width: 90%;
	margin: 15px auto 0;
	border: none;
	font-size: 18px;
    line-height: 44px;
    border-radius: 5px;
    background-color: #f46348;
    color: #fff;
    outline: none;
    letter-spacing: 15px;
}

*{
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.content {
    padding: 16px;
    margin: 0 auto;
}
.top_img {
    width: 100%;
    border-radius: 4px;
    margin: 9px 0;
    vertical-align: middle;
}
.title_top {
    padding: 9px 0 9px 3px;
    font-size: 14px;
    background: #f46348;
    border-radius: 4px;
    overflow: hidden;
    line-height: 22px;
}
.title_top_name {
    padding: 0 10px;
    font-size: 16px;
}
.cont_bottom {
    margin-top: 8px;
}
.options{
    background: #ddd;
    padding: 8px;
    border: 1px solid #999;
    font-size: 16px;
    position: relative;
}
.cont_img{
    flex: 0.5;
    background: white;
    width: 40vw;
    height: 40vw;
    margin: 8px;
    float: left;
    position: relative;
}
.cont_bottom::after{
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.cont_img span{
    font-size:16px;
    text-align:center;
    background:white;
    position:absolute;
    left:2vw;
    top:2vw;
    width: 20px;
    height: 20px;
}
.opt div{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}
.opt span{
    display: inline-block;
    width: 16px;
    text-align: center
}

.zhengwen {
    text-align: left;
    margin: 0 1rem;
    color: #000;
    font-size: 0.9rem;
    line-height: 1.8rem;
}

.mshdtitle {
    margin: 1rem;
    text-align: center;
    font-size: 1.5625rem;
}

.zzcs {
	background-color: #f2f2f2;
    color: #000;
	height: 45px;
	line-height: 45px;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}

.zzcs a{
	color: #000;
	text-decoration:none;
}
.search{
	margin: 15px;
	text-align: center;
}
.searchbutton{
    margin: 5px !important;
    border: 0px !important;
    width: 65px !important;
    line-height: 22px !important;
    height: 22px !important;
    cursor: pointer !important;
    padding: 0px !important;
    overflow: hidden !important;
    background: none !important;
    color: #000 !important;
	letter-spacing: 1px !important;
	display: inline !important;
}
.search input{
	flex: 1;
    height: 96%;
    outline: none;
    font-size: 16px;
}

.report .reporttitle {
  width: 100%;
  padding: 28rpx 0 18rpx 6rpx;
  font-size: 36rpx;
  background: #1f87e9;
  border-radius: 8rpx;
  overflow: hidden;
  line-height: 44rpx;
  font-weight: bold;
  color: #fff;
}

.black {
    padding: 10px 1px 10px 1px;
    margin: 10px auto;
    color: #fff;
    text-align: center;
}

.black .current {
    color: #f00;
    margin-right: 3px;
}

.black a {
    color: #9e9e9e;
    margin-right: 2px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
}

.contents {
    padding: 3rem 0.5rem;
    margin: 1rem auto;
}