* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
[v-cloak] {
    display: none;
}
button,
input,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    outline: none;
    resize: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
button {
    border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
img {
    -ms-interpolation-mode: bicubic;
    height: auto;
    width: 100%;
}
a,
article,
aside,
body,
button,
dd,
details,
div,
dl,
dt,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
img,
input,
li,
menu,
nav,
ol,
p,
section,
select,
table,
tbody,
td,
textarea,
th,
tr,
ul {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    color: #333;
    font-family: Microsoft YaHei, simhei, Tahoma, Arial, sans-serif;
    text-align: center;
}
em,
i {
    font-style: normal;
}
strong {
    font-weight: 400;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
a {
    color: #333;
    font-family: Microsoft YaHei, Tahoma, Arial, sans-serif;
}
a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}
ol,
ul {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Microsoft YaHei;
    font-size: 100%;
}
img {
    border: none;
    vertical-align: middle;
}
body,
html {
    font-family: Microsoft YaHei;
    margin: 0;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
.none {
    display: none;
}
.block {
    display: block;
}
.hidden {
    overflow: hidden;
}
.auto {
    overflow: auto;
}
.overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100;
}

.text-center {
    text-align: center;
}
.padding-l-r-16{
    padding: 0 0.16rem;
}
.box-wrap,
.content-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content-wrap{
    padding-bottom: 0.4rem;
    max-width: 4.5rem;
    margin: 0 auto;
    height: calc(100% - 0.6rem);
    overflow-y: auto;
}
/*  */
.radios-box{
    margin-top: -0.14rem;
    width: 100%;
    height: 0.16rem;
    background: #fff;
    opacity: 1;
    position: relative;
    z-index: 1;
    border-radius: 0.16rem 0.16rem 0rem 0rem;
}
.padding-16{
    padding: 0 0.16rem;
}
/* 都是双标题目 */
.title-two{
    text-align: center;
    height: 0.28rem;
    margin-bottom: 0.26rem;
    font-size: 0.20rem;
    font-family: Alimama ShuHeiTi;
    font-weight: bold;
    line-height: 0.28rem;
    color: #333333;
    position: relative;
    z-index: 1;
}
.title-two span{
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 100%;
    text-align: center;
    height: 0.24rem;
    font-size: 0.24rem;
    font-family: Alimama ShuHeiTi;
    font-weight: bold;
    line-height: 0.24;
    color: #333333;
    opacity: 0.12;
    z-index: 0;
}
/* btn展示 */
.btn-big{
    margin: 0 auto;
    width: 2.21rem;
    height: 0.38rem;
    background: #CB2933;
    box-shadow: 0rem 0.03rem 0.04rem rgba(93,11,17,0.32);
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 0.38rem;
    color: #FFFFFF;
    border-radius: 0.08rem;
}
.btn-big-radio{
    margin: 0 auto;
    width: 2.48rem;
    height: 0.32rem;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 0.32rem;
    color: #FFFFFF;
    background: #CB2933;
    border-radius: 0.16rem;
}
.btn-middle{
    margin: 0 auto;
    width: 1.07rem;
    height: 0.32rem;
    background: #CB2933;
    font-size: 0.14rem;
    font-weight: 400;
    line-height:  0.32rem;
    color: #FFFFFF;
    border-radius: 0.04rem;
}
/* 星星 */
.star-box{
    position: relative;
    height: 0.16rem;
    width: 1.04rem;
    margin: 0.08rem auto 0.04rem;
}
.star-box img{
    width: 1.04rem!important;
    height: 0.15rem!important;
    display: block;
}
.star-box span{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
    display: block;
}
/* ------- */
/*  */
.select-box select{
    display: block;
    margin: 0;
    width: 0.79rem;
    text-indent: 0.1rem;
    height:  0.31rem;
    line-height:  0.31rem;
    background: #FFFFFF;
    border: 0.01rem solid #CCCCCC;
    border-radius: 0.06rem;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.select-box select::placeholder{
    font-size: 0.14rem;
    font-weight: 400;
    color: #999999!important;
}
/* 0000 */
.select-content img{
    position: absolute;
    display: block;
    right: 0.16rem;
    top: 0.12rem;
    width:0.12rem;
    height: 0.06rem;
}
.select-content{
    position: relative;
}
.notext-tips{
    height: 100%;
    display: flex;
    text-indent: 0.1rem;
    align-items: center;
    font-size: 0.14rem;
    font-size: 14px;
    font-weight: 400;
    color: #AAAAAA;
    position: absolute;
    z-index: 1;
}
.err-tips{
    position: fixed;
    bottom: 3rem;
    font-size: 0.16rem;
    width: 3rem;
    text-align: center;
    left: 50%;
    margin-left: -1.5rem;
    border: 0.01rem solid #FFFFFF;
    box-shadow: 0rem 0.03rem 0.08rem rgba(0,0,0,0.06);
    border-radius: 0.06rem;
    background: #000;
    color: #fff;
    padding: 0.1rem 0.16rem;
}
