/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: normal;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

.hide {
	display: none;
}

html,body{
    height: 100%;
}
/* 页面css */
#app {
	max-width: 450px;
	margin: 0 auto;
	font-family: "PingFang SC";
    height: 100%;
   
}
.main{
    padding: 0.4rem;
}
.top_header{
    display: flex;
    width: 100%;
    padding-bottom: .2rem;

}
.top_header .logo{
    width: 2.2rem;
    height: 2.2rem;
    margin-left: -.2rem;
}
.top_header .head_r{
    display: flex;
    flex-direction: column;
    padding: .2rem 0;
}
.top_header h2{
    color: #2C2C2C;
    font-family: "PingFang SC";
    font-size: 0.42rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.top_header p{
    color: #AEAEB2;
    font-family: "PingFang SC";
    font-size: .27rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: .1rem;
}
.top_header .btn_box{
    display: flex;
}
.top_header .btn{
    border-radius: 4px;
    border: 1px solid #007AFF;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.48rem;
    height:.6rem;
    color: #007AFF;
    font-size: .24rem;
    font-weight: 400;
    cursor: pointer;
}
.top_header .btn img{
    width: .32rem;
    margin-right: .12rem;
}
.top_header .btn-light{
    background: #007AFF;
    margin-right: .18rem;
    color: #fff;
}
.tip_box{
    color: #FF3B30;
    font-family: "PingFang SC";
    font-size: .26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: .2rem 0 ;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}
.base-info{
    display: flex;
    width: 100%;
    justify-content:space-around;
    align-items: center;
    padding: .3rem 0;
    border-bottom: 1px solid #EFEFEF;
}
.base-info .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 33.33%;
}
.base-info .item::after{
    content: '';
    width: 1px;
    height: 1rem;
    background: #EFEFEF;
    position: absolute;
    right:0;
}
.base-info :last-child::after{
    width: 0;
}   
.base-info .t{
    color: #AEAEB2;
    font-family: "PingFang SC";
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.base-info .num{
    color: #8E8E93;
    text-align: center;
    font-family: "PingFang SC";
    font-size: .36rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.base-info .star{
    width: 1.36rem;
}
.base-info .star img{
    display: block;
}
.cate_box{
    padding: .3rem 0;
    border-bottom: 1px solid #EFEFEF;
}
.cate_box .title{
    color: #2C2C2C;
    font-family: "PingFang SC";
    font-size: .44rem;
    font-style: normal;
    font-weight: 600;
}
.cate_box .desc{
    color: #2C2C2C;
    font-family: "PingFang SC";
    font-size: .26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: .1rem;
}

.cate_box .row_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2C2C2C;
    font-family: "PingFang SC";
    font-size: .26rem;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #EFEFEF;
    padding: .2rem 0 ;
}
.cate_box .row_item span:first-child{
    color: #AEAEB2;
}
.cate_box:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.cate_box .score_desc{
    border-radius: .08rem;
    background: #FAFAFA;
    padding: .3rem;
}
.cate_box .score_desc .row_t{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2C2C2C;
    text-align: center;
    font-family: "PingFang SC";
    font-size: .28rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.cate_box .score_desc img{
    width: 1.72rem;
    display: block;
    margin: .2rem 0;
}
.cate_box .score_desc .sub{
    color: #2C2C2C;
    font-family: "PingFang SC";
    font-size: .26rem;
    font-weight: 400;
}
.cate_box .score_num_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8E8E93;

    font-family: "PingFang SC";
    font-size: .28rem;
    font-weight: 400;
    padding-bottom: .3rem;
    padding-left: .56rem;
}
.footer{
    padding: .3rem .42rem;
    background: #FAFAFA;
    color: #AEAEB2;
    font-family: "PingFang SC";
    font-size: .26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* 轻提示 start */
.mask_msg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 1;
	transition: 0.1s opacity linear;
	display: none;
	background: rgba(74, 74, 74, 0.5);
	z-index: 9999;
}
.mask_msg-content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 13;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s opacity linear;
}
.mask_msg_text {
	padding:.3rem .5rem;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.9);
	text-align: center;
	text-overflow: ellipsis;
	max-width: 84%;
	word-break: break-all;
	word-wrap: break-word;
	display: inline-block;
	color: #fff;
	font-size: .28rem;
}

/* 轻提示 end */
#pop_box{
    display: none;
}
.pop_conent{
   width: 4.8rem;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);

}
.pop_conent .pop_h{
    display: flex;
    align-items: center;
    height: 1.6rem;
    border-radius: .16rem .16rem 0px 0px;
    background: linear-gradient(95deg, #1AB9FA 2.19%, #1C78F5 97.22%);
    padding-left: .3rem;
    color: #FFF;
    font-family: "PingFang SC";
    font-size: .24rem;
    font-weight: 400;

}
.pop_conent .pop_h img{
    width: 1rem;
    padding-right: .15rem;
}
.pop_b{
    height: 1.12rem;
    border-radius:  0px 0px .16rem .16rem;
    background:#fff;
    display: flex;
    align-items: center;
    padding: .3rem;
}
.pop_url_box{
    flex: 1;
    border-radius: .12rem 0 0 .12rem;
    background: #EFEFEF;
    line-height: .52rem;
    padding-left: .16rem;
    color: #2C2C2C;
    font-size: .2rem;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.copy-btn{
    width: 1rem;
    height: .52rem;
    line-height: .52rem;
    text-align: center;
    border-radius: 0px .12rem .12rem 0px;
    background: linear-gradient(95deg, #1AB9FA 2.19%, #1C78F5 97.22%);
    color: #FFF;
    font-family: "PingFang SC";
    font-size: .24rem;
    font-weight: 400;
    cursor: pointer;
}