/* 公共样式 */
*{
    font-family: Arial, Helvetica, sans-serif,'Times New Roman', Times, serif,'PingFang SC';
}
html,body{
    max-width:640px;
    margin:0 auto;
}
body,ul,li,select,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}
li{
    list-style: none;
}
input,select{
    outline: none;
    background: transparent;
    border:1px solid #b8b8b8;
}
select{
    -webkit-appearance:none;
    appearance:none;
    -moz-appearance: none;
}
h1,h2,h3,h4,h5,h6{
    font-size:12px;
    font-weight: 500;
}
img{
    display:block;
    width:100%;
}
a{
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix{
    clear: both;
    height:0;
}
.content{
    background-color: #af1c2e;
}
.bback{
    width:80px;
    height:80px;
    color:#fff;
    border-radius:40px;
    background-color:#cc000a;
    position:fixed;
    right:1rem;
    bottom:4rem;
    text-align: center;
    line-height:80px;
    z-index:99;
}
/* 首页样式 */
.backin{
    width:132px;
    height:55px;
    position:fixed;
    right:1rem;
    top:1rem;
}
.log{
    margin:0 3.5%;
    background-color: #fff6f6;
    border:1px solid #ffd98b;
    border-radius:12px;
    padding:2rem 3rem;
    margin-bottom: 2rem;
}
.chose{
    display: flex;
    justify-content: space-between;
     align-items: center;      /*实现垂直居中 */
    padding: 0 3rem 2rem;
}
.ccbtn{
    width:140px;
    height:48px;
    border:1px solid #d11e00;
    color:#d11e00;
    font-size:26px;
    text-align: center;
    line-height: 48px;
    border-radius: 3px;
    cursor: pointer;
}
.ccbtn.active{
    background-color: #d11e00;
    color:#fff;
}
.chose span{
    display:block;
    width:1px;
    height:36px;
    background-color: #ffbf40;
}
.login ul,.register ul{
    padding-bottom: 1rem;
}
.login li,.register li{
    font-size:20px;
    color:#333;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.login li span,.register li span{
    line-height:2.5rem;
}
.login li input,.register li input{
    width:78%;
    height:2.5rem;
    padding-left:10px;
    font-size:16px;
}
.register li select{
    color:#777;
    font-size:16px;
    padding-left:10px;
    height:2.6rem;
    background: url(../images/arrow.png) no-repeat scroll 96% center;
}
.register li select.com{
    width:80.5%;
}
.register li select.date{
    width:30%;
}
.go_log{
    display: block;
    width:320px;
    height:52px;
    line-height:52px;
    margin:0rem auto 1rem;
    background-color: #d11e00;
    font-size:26px;
    color:#fff;
    border-radius:4px;
    text-align: center;
}
.register li input[type="radio"]{
    width:22px;
    height:22px;
    opacity: 0;
    position: relative;
    top:5px;
    z-index: 100;
}
li.yeartype{
    padding-left:20%;
}
input[type="radio"]:checked + label.advice {
    background: url(../images/check-radio.png) no-repeat left center;
    background-size: 100%;
}
label.advice {
    height: 22px;
    width: 22px;
    display: inline-block;
    background: url(../images/radio.png) no-repeat left center;
    background-size: 100%;
    vertical-align: middle;
    position: relative;
    left:-30px;
}
.datebox{
    width:80.5%;
    display: flex;
    justify-content: space-between;
}
.pricheck{
    display: flex;
    align-items: center;
    width:65%;
    margin:0 auto;
    padding-bottom: 2rem;
}
.pricheck a{
    color:#333;
    text-decoration: none;
}
.tright {   
    margin-right: 10px;
    width: 22px;   
    height: 22px;   
    position: relative; 
}
.tright label {   
    width: 22px;   
    height: 22px;   
    cursor: pointer;   
    position: absolute;   
    top: 1px;   
    left: 0;   
    background: url("../images/tblank.png") no-repeat right center;
    background-size: 100%;
}
.tright  label:after {   
    content: '';   
    width: 22px;   
    height: 22px;    
    position: absolute;   
    top: 0;   
    left: 0;   
    background: url("../images/tright.png") no-repeat right center;
    background-size: 100%;
    opacity: 0;   
}
.tright input[type=checkbox]:checked + label:after {   
    opacity: 1;   
}
.tright input[type=checkbox] {   
    opacity: 0;   
    position: absolute;   
    z-index: 2;   
    left: 0;   
    top: 1px;   
    width: 100%;   
    height: 100%;   
    margin: 0;   
}  







.tips{
    text-align: center;
    font-size:16px;
    color:#fff;
    padding: 1rem 0 1rem;
}
.gz{
    width:34%;
    padding: 3.5rem 0 3rem;
    margin:0 auto;
}

/* 未解锁页面 */
.bbg{
    position: relative;
}
.tmessg{
    position: absolute;
    top: 50%;
    left: 14%;
    width: 72%;
}
.tmessg_words{
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.1rem;
    text-align: justify;
}
.bred{
    color:#af1c2e;
    font-weight:600;
}
.tpric{
    margin: 1.2rem auto 1.1rem;
    text-align: center;
}
.tpric :first-child{
    margin-right: .6rem;
    font-size: 1.1rem;
    color: #c00000;
    font-weight: bold;
}
.tpric :last-child{
    font-size: .7rem;
    color: #5b5a5a;
    text-decoration: line-through;
}
.tbtn2{
    padding: .4rem 0;
    margin: 0 auto;
    width: 55%;
    background: #ce0000;
    border-radius: 6px;
}
.tbtn2 a{
    display: block;
    width: 100%;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    letter-spacing: .2rem;
}
.tbtn3{
    position: absolute;
    bottom: 17%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 63%;
}
.tbtn5{
    padding-bottom:1.5rem;
}
.tpics_info{
    position: absolute;
    top: 21%;
    left: 0;
    right: 0;
    margin: 1.1rem auto 0;
    width: 84%;
}

/* 解锁答案页面 */
.unlock{
    background:url('../images/banner2.png') no-repeat top center;
    background-size: 100% auto;
    padding-top: 20rem;    
    background-color:#b6060f ;
}
.report{
    margin-bottom: 2rem;
}
.recontent{
    margin:6px 3.5%;
    background-color: #ffbe66;
    padding:6px;
}
.recontentbox{
    background-color: #fffaf1;
    box-shadow: 0px 11px 11px 0px rgba(202, 42, 29, 0.75);
}
.repmess{
    font-size: .9rem;
}
.repmess>div{
    padding-bottom: .5rem;
}
.tline{
    display: block;
    border-width:0.5px;
    border-color:#e10606;
    border-style:dashed;
}
#retaisui{
    margin-top: 1rem;
    font-size:16px;
    color:#cc000a;
    font-weight:600;
}
#rname{
    color:#cc000a;
    font-weight: 600;
}
.mes{
    margin-right:14rem;
}
#retaisui{
    padding-bottom:0.5rem;
}
#retaisui a{
    text-decoration: none;
    color:#cc000a;
}
.lntitle{
    width:60%;
    margin:0 auto;
    padding:1rem 0 2rem;
}
.reptypes{
    padding:0 3%;
}
.reptypes li{
    padding-bottom:3rem;
}
.rests{
    position: relative;
}
.repmore{
    width:20%;
    position: absolute;
    right:30%;
    bottom:20%;
}
.detail_items{
    padding-top:20px;
    margin:-10px 1.5% 0;
    background: url('../images/11.png') no-repeat top center;
    background-size: 100% 100%;
}
.fktitle{
    z-index: 5;
    position: relative;
    bottom:-1rem;
}
/* .fankui{
    background: url('../images/fk-banner.png') no-repeat top center;
    background-size: 100% 100%;
} */
.fkcontent{
    margin:0 3.5%;
    /* background-color: #ffbe66; */
    border-radius:6px;
    padding:0 12px;
    background: url('../images/fkbanner.png') no-repeat top center;
    background-size: 100% 100%;
}
.fkcontent_box{
    /* background-color: #fffaf1;
    border-radius: 6px;
    box-shadow: 0px 11px 11px 0px rgba(202, 42, 29, 0.75); */
    padding: 1rem 0 1rem;
    color: #1a1a1a;
}
.zdw{
    height:480px;
    overflow: hidden;
}

.fkcontent li{
    margin:1rem;
    font-size:14px;
    line-height:20px;
    border-bottom:1px solid #ccc;
}
.pl{
    display:flex;
    justify-content: space-between;
}
.months{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.months li{
    width: 21%;
    margin: 0 2%;
    text-align: center;
    padding-bottom:1rem;
} 
.months li a{
    box-sizing:border-box;
    border:1px solid #d95e5c;
    display:block;
    color:#d95e5c;
    text-decoration: none;
    border-radius:4px;
} 
.months li.active a{
    background-color: #d95e5c;
    color:#fff;
}
.lick_user{position: relative;}
.lock_usercon{
    margin: 0 auto;
    width: 80%;
    text-align: justify;
    line-height: 26px;
    font-size: .9rem;
}
.lick_udetail{
    font-size: 1.1rem;
    color: #590000;
    text-align: center;
    letter-spacing: 2px;
}
.lick_uanalyse , .lockedRemind{
    font-size: .9rem;
    line-height: 26px;
}
.lick_uanalyse{
    overflow: scroll;
    text-align: justify;
}
.tc{text-align: center;}
.line_tips{font-size: .7rem;color: #6f6c6c;}
.tbtn , .tBtn{margin: .5rem auto 0;width: 80%;}
.anniu{margin: 0 auto;width: 80%;}
.yanse{
    /* color: #c9222a; */
    color: #fff;
}
.old_order{display: block;margin: .5rem 0;font-size: .9rem;text-decoration: underline;}
.tpics_testnum{
    margin-top: .8rem;
    font-size: .9rem;
    color: #333;
}
.tpics_testnum span{
    font-size: 1.1rem;
    color: #c9222a;
    font-weight: bold;
}
.public_agreement{
    display: flex;
    align-items: center;
    justify-content: center;
}
.i-check2 {   
    position: relative; 
    margin-right: 4%; 
    width: 15px;   
    height: 15px;  
}
.i-check2 label {   
    width: 15px;   
    height: 15px;   
    cursor: pointer;   
    position: absolute;   
    top: 0;   
    left: 0;   
    background: url("../images/check.png") no-repeat right center;
    background-size: 100%;
}
.i-check2  label:after {   
    content: '';   
    width: 15px;   
    height: 15px;    
    position: absolute;   
    top: 0;   
    left: 0;   
    background: url("../images/checked.png") no-repeat right center;
    background-size: 100%;
    opacity: 0;   
}
.i-check2 input[type=checkbox]:checked + label:after {   
    opacity: 1;   
}
.i-check2 input[type=checkbox] {   
    opacity: 0;   
    position: absolute;   
    z-index: 2;   
    left: 0;   
    top: 0;   
    width: 100%;   
    height: 100%;   
    margin: 0;   
} 


.label_box , .label_sex{
    display: flex;
    align-items: center;
}
.label_sex{
    margin-right: 5%; 
}
.i-check3 {   
    position: relative;
    margin-right: .5rem;    
    width: 22px;   
    height: 22px;
}
.i-check3 label {   
    width: 22px;   
    height: 22px;   
    cursor: pointer;   
    position: absolute;   
    top: 0;   
    left: 0;   
    background: url("../images/radio3.png") no-repeat right center;
    background-size: 100%;
}
.i-check3  label:after {   
    content: '';   
    width: 22px;   
    height: 22px;    
    position: absolute;   
    top: 0;   
    left: 0;   
    background: url("../images/radio3_active.png") no-repeat right center;
    background-size: 100%;
    opacity: 0;   
}
.i-check3 input[type=radio]:checked + label:after {   
    opacity: 1;   
}
.i-check3 input[type=radio] {   
    opacity: 0;   
    position: absolute;   
    z-index: 2;   
    left: 0;   
    top: 0;   
    width: 100%;   
    height: 100%;   
    margin: 0;   
}   
.addOther{
    margin: 0 auto;
    width: 78%;
}
.lockedDetails{
    font-size: 1rem;
    color: #590000;
}
.lockedDiv{
    padding-bottom: .4rem;
}
.lockedDiv:last-child{
    padding-bottom: 0;
}
.lockedBaZi span{
    margin-right: 8px;
}
.lockedRemind{
    margin: .5rem 0 0;
    color: #e10606;
    text-align: justify;
}
.lockedBtn{
    width: 70%;
    margin: 0 auto;
}
.lockedUsercon{
    position: absolute;
    top: 10%;
    left: 8%;
    right: 0;
    width: 84%;
}
.lockedUanalyse{
    height: 450px;
    overflow: scroll;
}
.lockedAnalyse , .loginShow{
    margin-bottom: 1.5rem;
}
.lockedMain{
    display: block;
    font-size: 0;
    background: url('../images/ph3.png') repeat center;
    background-size: 100% 100%;
}
.lockedAnswer{
    margin: 0 auto;
    width: 80%;
    height: 5rem;
    text-align: justify;
    line-height: 26px;
    font-size: .9rem;
    overflow: hidden;
}
.lockedLine{
    border-top: 1px solid #f2c079;
}
.lockedDirection{
    margin: .5rem auto 0;
    width: 40%;
}
.lockedDirection2{
    width: 100%;
}

.ctbn01{
    position: absolute;
    top:21%;
    left: 9%;
    width: 82%;
}
.ctbn02{
    position: absolute;
    bottom: 8%;
    left: 19%;
    width: 62%;
}
.contentStyle{
    display: inline-block;
    margin-right: 10px;
    width: 15%;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-weight: normal;
}
.contentBg1{background: #6492b0;}
.contentBg2{background: #6b78c8;}
.contentBg3{background: #ec8b2b;}
.contentBg4{background: #5c9573;}
.contentBg5{background: #df71af;}
.contentBg6{background: #ff4772;}
.contentBg7{background: #ad72c1;}

.up_content>div{
    margin-top: 20px;
    line-height: 24px;
    text-align: justify;
}
.up_content>div:last-child{
    margin-bottom: 10px;
}
.tbtn1{
    width: 80%;
    margin: .9rem auto 0;
}
.unlockLine{
    display: flex;
    align-items: center;
}
.unlockLineDiv{
    align-self: flex-start;
}
.tal{
    text-align: left;
}
.unlockFlex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.unlockNote{
    text-align: center;
}
.innerFankui{
    margin-top: 3.5rem;
}
.innerFankui2{
    margin-bottom: 1.5rem;
}
#ageLower{
    display: none;
    padding: 1.1rem 0 1.5rem;
    font-size: 1rem;
    color: #fff;
    text-align: center;
}
.ageLowerHref{
    display: block;
    margin: .5rem auto 0;
    padding: .3rem 0;
    width: 60%;
    background: #FFE9A7;
    border-radius: .4rem;
}


/* 响应式 */
@media screen and (max-width: 480px){
    .backin {width:100px;height:42px;}
    .log {padding:1.5rem;margin-bottom:1.5rem;}
    .chose {padding:0 2rem 2rem;}
    .ccbtn {font-size:20px;width:120px;height:40px;line-height:40px;}
    .login li,.register li {font-size:16px;margin-bottom:15px;}
    .login li span,.register li span {line-height:2.2rem;}
    .login li input,.register li input {height:2.2rem;font-size:14px;}
    .register li select {height:2.4rem;font-size:14px;}
    .register li select.com {width:81%;}
    .datebox {width:81%;}
    label.advice {width:16px;height:16px;}
    .register li input[type="radio"] {width:16px;height:16px;}
    .tright input {width:16px;height:16px;}
    .tright label,.tright label::after {width:16px;height:16px;}
    .pricheck a {font-size:12px;}
    .pricheck {padding-bottom:1.5rem;}
    .fktitle {bottom:-0.7rem;}
    .go_log {width:300px;height:48px;line-height:48px;font-size:20px;}
    .tmessg_words {font-size:16px;line-height:30px;}
    .unlock {padding-top:20rem;}
    .mes {margin-right:10rem;}
    #retaisui {font-size:15px;}
    .lntitle {padding:0.5rem 0 1.5rem;}
    .months li {padding-bottom:1rem;}
    .report {margin-bottom:1rem;}
    .zdw {height:420px;}

}

@media screen and (max-width:414px){
    .backin {width:84px;height:35px;right:0.5rem;top:0.5rem;}
    .ccbtn {width:108px;height:36px;line-height:36px;}
    .chose span {height:30px;}
    .login li input,.register li input {width:75%;}
    .register li select.com {width:79%;}
    .datebox {width:79%;}
    .go_log {width:280px;height:44px;line-height:44px;}
    .bback {width:66px;height:66px;line-height:66px;}
    .unlock {padding-top:20rem;}
    .lntitle {width:65%;padding:0rem 0 1rem;}
    .reptypes li {padding-bottom:2rem;}
    .repmore {width:22%;}
}

@media screen and (max-width:375px){
    .log {padding:1rem;border-radius:6px;}
    .ccbtn {width:90px;height:32px;line-height:32px;font-size:18px;}
    .login li,.register li {font-size:14px;margin-bottom:12px;}
    .login li input,.register li input {height:2rem;font-size:12px;}
    .register li select {height:2.2rem;font-size:12px;}
    .register li select.com {width:78.8%;}
    li.yeartype {padding-left:22%;}
    .datebox {width:78.8%;}
    .pricheck {width:64%;}
    .chose {padding:0 2rem 1.5rem;}
    .chose span {height:26px;}
    .go_log {width:260px;height:40px;line-height:40px;font-size:18px;margin:0 auto 0.5rem;}
    .zdw {height:380px;}
    .fktitle {bottom:-0.5rem;}
    .gz {width:38%;}
    .tmessg_words {font-size:15px;line-height:29px;}
    .tpric:first-child {font-size:1rem;}
    .tbtn2 a {font-size:1rem;}
    .mes {margin-right:8rem;}
    .months li a {font-size:14px;}
    #retaisui {font-size:14px;}
    .tips {font-size: 13px;}
    .lick_uanalyse , .lockedRemind{line-height: 25px;}
    .contentStyle{width: 17%;}
    .tbtn1{margin: .7rem auto 0;}
    .tpics_testnum{margin-top: .6rem;}
}

@media screen and (max-width:360px){
    .tmessg_words{line-height: 26px;}
    .tpric{margin: 1rem auto 1rem;}
    .tbtn2{width: 53%;}
    .lick_udetail{font-size: 1rem;}
    .lick_uanalyse , .lockedRemind{line-height: 24px;}
    .lockedDiv{padding-bottom: .3rem;}
    .lockedDetails{font-size: .95rem;}
    .lockedRemind{margin: 0.7rem 0;}
    .contentStyle{width: 18%;}
}

@media screen and (max-width:320px){
    .chose {padding:0 1rem 1rem;}
    .backin {width:74px;height:30px;}
    .ccbtn {width:80px;height:28px;line-height:28px;font-size:16px;}
    .login li input,.register li input {width:72%;height:1.8rem;}
    .login li span,.register li span {line-height:1.8rem;}
    .register li select.com {width:76.6%;}
    .register li select {height:2rem;}
    li.yeartype {padding-left:10%;}
    .register li select.date {width:32%;}
    .datebox {width:76.6%;}
    .pricheck {width:75%;}
    .go_log {width:220px;height:36px;line-height:36px;font-size:16px;margin:0 auto 0.5rem;}
    .gz {width:42%;}
    .bback {width:50px;height:50px;line-height:50px;font-size:12px;}

    .tmessg_words{line-height: 24px;font-size: 14px;}
    .tpric{margin: .7rem auto .7rem;}
    .tbtn2{padding: .3rem 0;}
    .tbtn2 a{font-size: .9rem;letter-spacing: .15rem;}
    .lick_udetail{font-size: .95rem;}
    .unlock {padding-top:20rem;}
    .mes {margin-right:5rem;}
    #retaisui {font-size:12px;}
    .lntitle {width:70%;}
    .repmore {width:24%;right:27%;}
    .reptypes li {padding-bottom:1.5rem;}
    .months li a {font-size:12px;}
    .months li {padding-bottom:0.8rem;}
    .recontent {padding:3px;}
    .fkcontent ul li {font-size:12px;margin:0.6rem;}
    .zdw {height:320px;}
    .tips {padding:.5rem 0 .5rem;font-size:12px;}
    .tbtn1 {width:77%;margin:.5rem auto 0;}
    .lockedDiv{padding-bottom: 0;}
    .lockedRemind{margin: 0.5rem 0;}
    .contentStyle{width: 20%;}
}