* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background-color: #00BBFF;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

.score:hover {
	cursor: pointer;
}

/* 去除箭头样式 */
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../img/right-select.png") no-repeat scroll right 10px center transparent;
	background-size: 20px 20px;
	width: 100px;
	color: #da5853;
	padding: 5px 15px;
	border-radius: 5px;
	border: 2px solid #da5853;
	outline: none;
}
/* select option{
	width: 100%;
} */
.recommend>ul>li>p:last-child:hover {
	cursor: pointer;
}

.same {
	max-width: 1200px;
	/* width: 1200px; */
	text-align: center;
	margin: 0 auto;
}

.banner {
	position: relative;
	width: 100%;
	height: 350px;
	background-image: url(../img/banner_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.rabbit {
	position: absolute;
	left: 8%;
	bottom: 10px;
}

.rabbit>img {
	width: 200px;
}

.ht_top {
	width: 100%;
	background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
	overflow: hidden;
}

.ht_top .zt_top {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}

.ht_top h1 a {
	float: left;
	width: 131px;
	height: 40px;
	overflow: hidden;
	text-indent: -100em;
	background: url(../img/logo.gif) no-repeat;
	font-size: 12px;
}

.ht_top .topnav {
	float: right;
	color: #333;
	font-size: 12px;
	line-height: 40px;
}

.ht_top .topnav a {
	padding: 0 8px;
	color: #333;
}

.ht_top .topnav a:hover {
	color: #e4393c;
	text-decoration: underline;
}

.title {
	/* margin: 20px auto; */
	padding-top: 20px;
}

.title h1 {
	color: white;
	text-align: center;
	margin-bottom: 20px;
}

.swiper {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.swiper img {
	max-width: 800px;
	width: 100%;
}

.tips {
	max-width: 1200px;
	margin: 40px auto;
	padding: 20px;
	background-color: white;
	text-align: left;
	border-radius: 20px;
	box-shadow: 0px -7px 1px #3678F9;
}

.tips>p:first-child {
	font-size: 15px;
	margin-bottom: 5px;
}

.olmb {
    display: none !important;
}

/* .fs {
	background-color: #e23932;
    width: 97px;
    color: white;
} */

.contentWrap {
	position: relative;
	margin: 20px 0px;
	padding: 10px;
	background-color: #377DFD;
	border-radius: 20px;
}

.content {
	padding-top: 50px;
	padding-bottom: 20px;
	border-radius: 15px;
	background-color: white;
}

.content>ul>li {
	position: relative;
}

.content>ul>li>label {
	display: inline-block;
	width: 150px;
	text-align: left;
}

.content>ul>li>select,
.content>ul>li>input:nth-child(2) {
	width: 700px;
	background-color: #E5E5E5;
	border-radius: 10px;
	color: #747474;
	border: none;
	outline: none;
	padding: 10px;
	margin-top: 10px;
}

/* .content>ul>li:nth-child(-n+6)>span{
	position: absolute;
	    border-top: 6px solid black;
	    border-right: 6px solid transparent;
	    border-bottom: none;
	    border-left: 6px solid transparent;
	    right: 180px;
		top: 22px;
	    margin-left: -10px;
	    display: block;
} */
.content>ul>li:nth-last-child(2)>span {
	color: #64BCB7;
	font-size: 12px;
	position: static;
	border: none;
}

.content>ul>li:nth-last-child(3)>p,
.content>ul>li:nth-last-child(5)>input:last-child,
.qg {
	display: inline-block;
	/* width: 100px; */
	padding: 8px 10px;
	font-size: 13px;
	border-radius: 5px;
	color: #ECF9FE;
	background-color: #e23932;
	border: none;
	outline: none;
}

.content>ul>li:nth-last-child(5)>input:last-child:hover,
.qg:hover {
	cursor: pointer;
}

.content>ul>li:nth-last-child(5)>input:last-child,
.qg {
	padding: 8px 20px;
}
/* .content>ul>li:first-child>select {
	width: 600px;
} */
.content>ul>li:nth-last-child(3)>input,
.content>ul>li:nth-last-child(5)>input:nth-child(2)
{
	width: 600px;
}

.content>ul>li:nth-last-child(2) {
	margin-top: 10px;
}

.content>ul>li:last-child {
	width: 200px;
	margin: 10px auto;
	padding: 15px 0;
	background-color: #4CBFFD;
	color: #ECF9FE;
	font-size: 14px;
	border-radius: 40px;
}

.content>ul>li:last-child:hover {
	cursor: pointer;
	color: white;
}

.menu {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 0px 4px #3678F9;
	border-radius: 5px;
	overflow: hidden;
}

.menu>ul {
	display: flex;
	width: 280px;
}

.menu>ul>li {
	flex: 1;
	padding: 10px 0;
	background-color: #47C0FD;
	color: white;
	float: left;
}

.menu>ul>li:hover {
	cursor: pointer;
}

.menu>ul>li:last-child {
	background-color: white;
	color: #47C0FD;
}

.watch {
	color: #ECF9FE;
	position: absolute;
	top: 30px;
	right: 20px;
	padding: 5px 10px;
	background-color: #4CBFFD;
	font-size: 12px;
	border-radius: 50px;
}

.watch:hover {
	cursor: pointer;
	color: white;
}

.watch img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
}

/* 我已注册界面 */
.recommend {
	margin-bottom: 20px;
}

.recommend ul {
	width: 360px;
	display: flex;
	margin: auto;
	overflow: hidden;
}

.recommend ul li {
	flex: 1;
	padding: 20px;
	border-radius: 10px;
	background-color: white;
	margin-right: 20px;
}

.recommend>ul>li:last-child {
	margin-right: 0;
}

.recommend ul li>p:first-child {
	margin-bottom: 10px;
}

.recommend ul li>p:last-child {
	width: 70%;
	margin: auto;
	border-radius: 10px;
	padding: 5px;
	font-size: 14px;
	background-color: #e23932;
	color: white;
}

/* 我的成绩界面 */
/* 共同白色背景 阴影 */
.bcSame {
	margin-top: 10px;
	border-radius: 10px;
	padding: 20px;
	background-color: white;
	box-shadow: 0 6px 18px 0 rgb(60 70 79 / 10%);
}

.bcSame ul li a:hover {
	color: #e2721a;
}

.scoreMessage {
	position: relative;
	text-align: left;
}

.scoreMessage>span {
	position: absolute;
	width: 2px;
	height: 30px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	background-color: #F4F3F4;
}

.scoreMessage>ul {
	margin-top: 10px;
}

.scoreMessage>ul,
.scoreWrap>ul,
.scoreWrap2>ul {
	width: 100%;
	font-size: 18px;
	display: flex;
	text-align: center;
	align-items: center;
}

.scoreWrap3 {
	padding: 0;
	box-shadow: none;
}

.scoreWrap3>ul:last-child {
	border-bottom: 2px solid #F5F5F5;
}

.scoreWrap3>ul {
	width: 100%;
	display: flex;
	text-align: center;
	align-items: center;
}

.scoreMessage>ul>li,
.scoreWrap>ul>li,
.scoreWrap2>ul>li {
	flex: 1;
}

.scoreWrap3>ul>li {
	flex: 1;
}

.scoreWrap>ul>li:nth-child(2),
.scoreWrap2>ul>li:nth-child(2) {
	flex: 2;
}

.scoreWrap3>ul>li:nth-child(2) {
	flex: 2;
}

.scoreMessage>ul>li>p:first-child {
	font-size: 24px;
}

.scoreWrap>ul {
	padding: 10px 0;
	border-bottom: 2px solid #F5F5F5;
}

/* .scoreWrap2 {
	margin-bottom: 20px;
}
 */
/* .scoreWrap3 {
	margin-bottom: 20px;
} */

.scoreWrap2>ul:not(:nth-child(3)) {
	padding: 10px 0;
	border-top: 2px solid #F5F5F5;
}

.scoreWrap3>ul {
	padding: 10px 0;
	border-top: 2px solid #F5F5F5;
}

.scoreWrap2>ul:nth-child(2) {
	margin-top: 20px;
}

/* .scoreWrap3>ul:nth-child(2) {
	margin-top: 20px;
} */
.scoreWrap>ul:not(:first-child)>li:last-child>a{
	display: inline-block;
	width: 50%;
	padding: 5px 0;
	margin: auto;
	background-color: #e23932;
	color: white;
	border-radius: 5px;
}
.scoreWrap>ul:nth-child(2) {
	color: #DFB343;
}

.scoreWrap>ul:first-child,
.scoreWrap2>ul:nth-child(3) {
	font-weight: 600;
	color: #da5853;
	border-bottom: 2px solid #da5853;
	/* color: #7579B5;
	border-bottom: 2px solid #7579B5; */
	padding-bottom: 10px;
}

/* .scoreWrap3>ul:nth-child(3) {
	font-weight: 600;
	color: #7579B5;
	padding-bottom: 10px;
	border-bottom: 2px solid #7579B5;
} */



.scoreWrap2>ul:nth-child(3) {
	margin-bottom: 10px;
}

/* .scoreWrap3>ul:nth-child(3) {
	margin-bottom: 10px;
} */

/* .scoreWrap>ul:last-child {
	padding-bottom: 0;
	border-bottom: none;
} */

.myScoreMessage {
	height: 250px;
	position: relative;
	background-image: url(../img/banner_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: white;
}

.myScoreWrap {
	position: absolute;
	left: 15%;
	bottom: 35px;
}

.myScoreWrap>p {
	font-size: 18px;
	margin-bottom: 20px;
}

.myScoreWrap>h2 {
	font-weight: 400;
}

.myScoreWrap>h1 {
	font-size: 40px;
	margin-bottom: 10px;
}

.upMove {
	position: relative;
	top: -30px;
}

/* 底部 */
.footer {
	min-width: 1200px;
	background-color: #333333;
	clear: both;
	text-align: center;
	/* padding-top: 40px; */
	padding: 20px;
	position: relative;
}

.footer p {
	line-height: 36px;
	color: #B9B9B9;
	font-size: 16px;
	position: relative;
	z-index: 2;
	font-weight: 500;
}

.footer p a:hover {
	color: #dfdfdf;
}

.footer p a {
	color: #B9B9B9;
	font-size: 16px;
}

.footer p span {
	padding: 0 5px;
}

.mob_header {
	display: none;
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
}

.clearfix {
	zoom: 1;
}

.scoreList {
	border-radius: 10px 10px 0 0;
}

.pageList>ul {
	border: none !important;
	padding: 0 !important;
}

.pageList>li {
	list-style: none;
}

.pageList {
	margin-top: 0;
	padding: 0px 0px 25px;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0 6px 10px 0 rgb(60 70 79 / 10%);
}
/* .newNum{
	width: 150px;
} */
.on_recruits_number{
	margin: 5px 5px 5px -2px;
	align-items: center;
	justify-content: center;
}
.newNumradio{
	display: inline-block;
	text-align: left;
	padding-left: 10px;
	width: 700px;
}
input[type="radio" i]{
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 5px;
}

/* 计算器 */
.box01 {
	position: relative;
	margin-top: 10px!important;
	padding-top: 5px;
	box-sizing: border-box;
	background-size: 100% 100%;
	border-radius: 20px;
	box-shadow: 0 0 54px rgb(211 247 242 / 19%);
}

.scoreBox {
	margin: 25px auto ;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.myScore,
.otherScore {
	flex: 1;
	box-sizing: border-box;
	text-align: center;
	border-radius: 15px;
}

.scoreBox h4 {
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
}

.scoreBox01 {
	margin-bottom: 80px;
}

.scoreBox01 .myScore,
.scoreBox01 .otherScore {
	height: 537px;
}

.scoreBox .fsx_btn{
	display: block;
	text-align: center;
	font-size: 24px;
	padding-top: 10px;
	cursor: pointer;
}

.scoreBox input {
	/* display: block; */
	width: 400px;
	height: 60px;
	margin: 0 20px 20px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #d9d9d9;
	font-size: 20px;
	font-family: "Hiragino Sans GB", "MicroSoft YaHei";
	text-indent: 1em;
	padding: 3px 6px;
	    border-radius: 10px;
	    color: #b8b8b8;
		outline:none;
}
.scoreBox .fsx_btn:hover{
	color: #cc0000;
}
.scoreBox .btn:hover {
	opacity: .85;
}

.box01 h3 {
	margin-bottom: 20px;
	color: #ff2424;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}

.box01 .btnBox{
	text-align: center;
}
.box01 .btnBox em {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}

.btnBox span {
	
	flex: 1;
	height: 60px;
	margin: 0 auto;
	cursor: pointer;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 0 #d59435;
	font-size: 28px;
	background: linear-gradient(90deg, #e12b71, #f53c2e);
	box-shadow: 0 4px 10px rgb(211 247 242 / 19%);
	color: #fff;
	margin-right: 5px;
	text-align: center;
	line-height: 60px;
}

.box01 .btnBox .calcBtnNozy a {
	color: #fff;
}

.box01 .btnBox span:hover,.btnwrap>a:hover {
	animation: tada .8s;
}
/* 提示弹窗 */
.xfTip {
	font-size: 28px;
	font-weight: 800;
	text-align: center;
}

.xfTip p span {
	color: #d55000;
}
/* 遮罩 */
.Mask{
	position: fixed;
	background-color: rgba(0,0,0,.4);
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}
.xfBox {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 22;
    box-sizing: border-box;
    padding: 50px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
	box-shadow: 0 6px 18px 0 rgb(60 70 79 / 10%);
    border-radius: 10px;
    animation: scale01 .5s;
}
.closeMe {
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer;
	display: block;
	width: 42px;
	height: 42px;
	background: url(../img/close.png) no-repeat center;
	border-radius: 100%;
	transition: all .3s;
}
.closeMe:hover {
	transform: rotate(180deg);
}
.search{border: solid 1px #ECECEC;background: #FFFFFF;padding:0 24px;overflow:hidden;}
.search_tab{height:46px;margin-bottom:20px;overflow:hidden;}
.search_tab li{float:left;font-size:18px;line-height:18px;padding:16px 8px 11px;margin-bottom:-1px;cursor:pointer;}
.search_tab li.cur{border-bottom: solid 1px #F44336;color: #E91E63; line-height:18px;width:100%;  font-size:15px;}
.select{text-align:center;}
.select div{text-align:center;margin: 0px -2px;display: inline-block;padding: 0;}
.mzsm {
    width: 946px;
    background: #ffffff;
    padding: 15px 6px;
    margin: 0 auto;
    text-align: center;
    color: #666666;
}
.scrorer{width: 100%;}
.scrorer .left{float:left;width: 60%;height:170px;border-right:1px solid #e9e9e9;box-sizing: border-box;font-size: 14px;}
.left_mc p{font-size: 15px; line-height: 32px; text-align: center;}
.left_mc p span{font-size: 20px;color: #00b18f;}
.left_mc .sp1{color: #f66;}
.left_mc .sp2{color: #83d0b2;}
.scrorer .right{float:right;width: 40%;height:140px;}
.scrorer .scrore-mc{text-align:center;}
.scrorer .scrore-mc b{font-size:110px;color:#E53538;}
.scrorer .defen-infos u{font-size:20px;color:#E53538; font-style:normal;}
.scrorer .scrore-mc span{font-size:14px;font-weight:bold;color:#E53538;}
.clear {
    height: 0;
    width: 100%;
    overflow: hidden;
    font-size: 1px;
    line-height: 0;
    visibility: hidden;
}
.defen-infos{margin: 10px 0; padding-left: 35px; line-height: 30px; text-align: left; font-size: 14px; color: #585858;}
.defen-infos span{font-weight: bold; font-family: "Microsoft YaHei";}
.defen-infos span i{display:inline-block;color: #e53538;font-style: normal;font-weight: bold;font-size: 18px;}
.defen-infos a{color: #f00;}
.xfTip p>.btnBox>span {
	color: white;
}
.showData{
	margin-bottom: 10px;
}
.btn1
{
	    display: block;
	    margin: 20px auto;
	    width: 360px;
	    height: 64px;
	    border: 1px solid #FFFFFF;
	    color: #f0f1f7;
	    background-color: #ea312f;
	    border-radius: 32px;
	    font-size: 24px;
	    text-align: center;
	    line-height: 64px;
	    font-weight: bold;
	    cursor: pointer;
}
#allmsg{
	width: 400px;
	margin: 0!important;
	padding: 0!important;
	font-size: 12px;
}
#allmsg .mzsm{
	padding: 0 6px;
}
#allmsg .search_tab{
	text-align: center;
	margin-bottom: 10px;
}
#allmsg .scrorer .scrore-mc b {
    font-size: 68px;
}
#allmsg .scrorer .left {
    float: none;
    width: 100%;
	height: 120px;
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
}
#allmsg .scrorer .right {
    float: none;
    width: 100%;
    height: auto;
}
#allmsg .defen-infos{
	text-align: center;
}
.rank{
	display: flex;
	margin-bottom: 10px;
}
.rankLeft{
	flex: 1;
	overflow: hidden;
}
.rankLeft img{
	width: 100%;
}
.rankLeft img:hover{
	cursor: pointer;
	transform: scale(1.02,1.02);
}
.rankRight{
	flex: 1;
	padding-left: 60px;
	text-align: left;
}
.rankTitle{
	display: flex;
	align-items: center;
}
.rankTitle>span:first-child{
	background-color: #80AAFF;
	padding: 4px 8px;
	font-size: 13px;
	margin-right: 20px;
	color: white;
}
.rankTitle>span:last-child{
	font-weight: 600;
	font-size: 24px;
}
.price{
	margin: 20px 0;;
	padding: 20px;
	color: #B4B4C3;
	background-color: #F5F5F5;
}
.price>span{
	color: #00D362;
	font-weight: 600;
	margin-left: 20px;
	font-size: 18px;
}
.advantage{
	padding-bottom: 20px;
	border-bottom:1px solid #dedede;
}
.advantage>span{
	color: #f47e76;
	padding: 2px 8px;
	border: 1px dashed #f47e76;
}
.arrange{
	margin: 20px 0;
}
.btnwrap{
	display: flex;
}
.btnwrap>a{
	width: 200px;
	    height: 50px;
	    text-align: center;
	    line-height: 50px;
	    margin-right: 20px;
	    border-radius: 5px;
	    border-color: #ee3e32;
	    background-color: #ee3e32;
		font-size: 18px;
	    color: #fff;
	    transition: opacity .1s ease;
}
.icon-kefu{
	margin-right: 10px;
	font-size: 18px;
}
/* 小于1080p的时候 */
@media only all and (max-width:1080px) {
	.tips {
		width: 90%;
	}

	.contentWrap {
		width: 98%;
		margin: 0px auto 20px;
	}

	/* .content>ul>li:nth-child(-n+6)>span{
		right:8%;
	} */
	.content>ul>li>label {
		width: 20%;
	}

	.content>ul>li>select,
	.content>ul>li>input:nth-child(2),.newNumradio{
		width: 70%;
	}

	.content>ul>li:nth-last-child(3)>input,
	.content>ul>li:nth-last-child(5)>input:nth-child(2){
		width: 55%;
		margin-right: 15%;
	}

	.content>ul>li:nth-last-child(3),
	.content>ul>li:nth-last-child(5),
	.content>ul>li:first-child {
		position: relative;
	}

	.content>ul>li:nth-last-child(3)>p,
	.content>ul>li:nth-last-child(5)>input:last-child,
	.qg {
		position: absolute;
		right: 3rem;
		top: 0.8rem;
		font-size: 12px;
	}

	.ht_top,
	.footer {
		display: none;
	}

	.mob_header {
		display: flex;
		width: 100%;
		height: 2rem;
		line-height: 2rem;
		align-items: center;
		padding: .3rem 0;
		background-color: #f5f5f5;
		border-bottom: 1px solid #ccc;
		font-size: .65rem;
	}

	.header_txt {
		flex: 1;
		margin-right: .5rem;
		text-align: right;
		color: #333;
		font-size: .8rem;
	}

	.m_logo {
		width: 6rem;
		margin-top: 0.6rem;
		margin-left: .5rem;
		background-image: url(https://www.huatu.com/images/2015css/images/mob_logo.png);
		background-repeat: no-repeat;
		background-size: 100%;
		text-indent: -999em;
	}

	.bcSame {
		width: 94%;
		margin: auto;
	}

	.scoreWrap3 {
		width: 100%;
	}

	.scoreMessage {
		margin-bottom: 10px;
	}

	/* .scoreWrap {
		margin-top: 1rem;
	} */
	.recommend {
		margin-bottom: 20px;
	}

	.rabbit {
		display: none;
	}
	.scoreWrap>ul:not(:first-child)>li:last-child>a{
		width: 90%;
	}
	.myScore, .otherScore {
		flex: 1;
	}
	.xfBox{
		width: 85%;
		padding: 20px;
	}
	.scoreBox input{
		width: 80%;
	}
	.showData{
		display: block!important;
	}
	.same{
		position: relative;
		top: -10px;
	}
	.btnBox{
		width: 80%;
		margin: auto;
	}
	.rank{
		display: block;
	}
	.rankLeft img{
		height: 450px;
	}
	.rankRight{
		padding-left: 0;
	}
}

/* 小于750p的时候 */
@media only all and (max-width:750px) {
	.scoreWrap>ul:not(:first-child)>li:last-child>a{
		width: 100%;
	}
	.menu>ul {
		width: 50vw;
	}

	.swiper img {
		width: 100%;
	}

	.contentWrap {
		width: 94%;
	}

	.tips {
		width: 80%;
	}
	
	.content>ul>li:nth-last-child(3)>input,
	.content>ul>li:nth-last-child(5)>input:nth-child(2){
		width: 40%;
		margin-right: 30%;
	}

	.content>ul>li:nth-last-child(3)>p,
	.content>ul>li:nth-last-child(5)>input:last-child,
	.qg {
		right: 1.5rem;
	}

	.menu>ul>li {
		font-size: 12px;
	}

	.content>ul>li>label {
		font-size: 13px;
	}

	.content>ul>li>select,
	.content>ul>li>input:nth-child(2),.newNumradio {
		font-size: 13px;
	}

	.content>ul>li:last-child {
		width: 60%;
		padding: 10px 0;
		font-size: 13px;
	}

	.tips>p:first-child {
		font-size: 13px;
	}

	.tips>p:last-child {
		font-size: 14px;
	}

	.content>ul>li:last-child {
		color: white;
	}

	.explain {
		width: 90%;
		font-size: 14px;
		margin: 1rem auto !important;
	}

	.recommend ul {
		width: 85%;
		font-size: 14px;
	}

	.recommend ul li {
		margin-right: 10px;
	}

	.recommend ul li>p {
		border-radius: 5px !important;
	}

	.recommend ul li>p:last-child {
		font-size: 12px;

	}

	.bcSame {
		font-size: 14px;
	}

	.scoreWrap>ul {
		font-size: 14px;
	}

	.scoreWrap>ul:first-child {
		font-size: 15px;
	}

	.scoreMessage>ul {
		font-size: 15px;
	}

	.bcSame ul li a {
		color: #e2721a;
	}

	.myScoreMessage {
		height: 14rem;
	}

	.banner {
		height: 20rem;
	}
	.scoreBox h4{
		font-size: 22px;
	}
	.scoreBox .fsx_btn{
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	.xfTip{
		font-size: 20px;
	}
	.scrorer .left {
		float: none;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #e9e9e9;
	}
	.scrorer .right{
		float: none;
		width: 100%;
		height: auto;
	}
	.defen-infos{
		text-align: center;
	}
	.scoreBox{
		display: block;
		margin: 10px auto;
	}
	.scoreBox input {
		width: 60%;
	}
	.btnBox {
		width: 60%;
		
	}
	.btnBox span{
		font-size: 22px;
	}
	/* #showtrue,#showall{
		height: 350px!important;
	} */
	.rankLeft img{
		height: auto;
	}
	.rankTitle{
		display: block;
	}
	.rankTitle>span:first-child{
		font-size: 10px;
		margin-right: 10px;
	}
	.price {
	    margin: 15px 0;
	    padding: 10px 20px;
	}
	.arrange {
	    margin: 15px 0;
	}
}

@media only all and (max-width:500px) {
	.content>ul>li:nth-last-child(3)>p,
	.content>ul>li:nth-last-child(5)>input:last-child,
	.qg {
		right: 1rem;
	}

	.olmb {
		display: block !important;
		margin-top: 19px;
	}

	.explain {
		text-align: center;
		font-size: 13px;
	}

	.bcSame {
		font-size: 12px;
	}

	.scoreWrap>ul:first-child {
		font-size: 13px;
	}

	.scoreWrap>ul {
		font-size: 12px;
	}

	.banner {
		height: 13rem;
	}

	.title h1 {
		font-size: 23px;
	}
	.defen-infos{
		padding-left: 10px;
		font-size: 12px;
	}
	.btnBox span{
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		margin-right: 5px;
	}
	
	.scoreBox input{
		width: 80%;
		height: 50px;
	}
	.scoreBox .fsx_btn{
		font-size: 18px;
	}
	.myScore, .otherScore{
		width: 100%;
	}
	.box01{
		padding-top: 20px;
	}
	.btnBox{
		width: 90%;
	}
	.scrorer .scrore-mc b{
		font-size: 68px;
	}
	.scrorer .left{
		height: 120px;
	}
	.btn1{
		width: 80%;
	}
	.search_tab{
		height: auto;
		margin-bottom: 0;
	}
	.rankLeft img{
		height: auto;
	}
	.rankTitle>span:last-child{
		font-size: 16px;
	}
	.btnwrap>a:last-child{
		margin-right: 0;
	}
	.btnwrap>a {
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	}
}

@media only all and (max-width:380px) {
	.bcPadding{
		padding: 0;
		overflow: hidden;
	}
	.content>ul>li:nth-last-child(5)>input:last-child,
	.qg {
		padding: 8px 15px !important;
	}

	.content>ul>li:nth-last-child(3)>p {
		padding: 8px 5px;
	}
	.scoreBox h4 {
		font-size: 20px;
		line-height:26px;
	}
	.btnBox span {
	    width: 180px;
	    height: 45px;
	    line-height: 45px;
	    font-size: 20px;
	}
	.scoreBox .fsx_btn {
		font-size: 16px;
	}
	.scoreBox input{
		font-size: 18px;
	}
	.newNumradio{
		font-size: 12px;
	}
	.btnBox span{
		font-size: 16px;
	}
	.btnwrap>a{
		flex: 1;
	}
	
}
