.nav {
    width: 100%;
    height: .72rem;
    background-color: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    min-width: 15rem;
}

.box {
    min-width: 15rem;
}

.navCenter {
    width: 12rem;
    height: 100%;
    margin: auto;
}

.logo {
    width: 2.3rem;
    height: 100%;
    float: left;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-size: 100% .52rem;
    background-position: center center;
}

.phoneStyle {
    height: 100%;
    font-size: .2rem;
    color: #333;
    float: right;
    line-height: .72rem;
}

.titleBg {
    width: 100%;
    height: 4.3rem;
    background-image: url('../img/titleBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: .72rem;
    position: relative;
    
}

.center {
    width: 10.2rem;
    height: 100%;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.pc{
width: 7rem;
    height: 4rem;
    background: url(../img/pc.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0.8rem;
    top: 0.25rem;
    background-size: contain;
}
.company_wechat{
	width: 1.6rem;
	    height: 2.15rem;
	    position: fixed;
	    top: 1rem;
	    right: 0.27rem;
	    background-image: url(../img/company_wechat.png);
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    border-radius: 11px;
		z-index: 999;
}
 
.titleBgCenter {
    width: 6rem;
    height: 100%;
 
    overflow: hidden;
    position: relative;
}

.titleBgText {
    /* width: 4.5rem; */
    height: .45rem;
    font-size: .45rem;
    color: #333;
    font-weight: 600;
    display: block;
    margin: .4rem auto 0;
    letter-spacing:2px;
	color: #000000;
}

.titleBotText {
    width: 100%;
    height: .26rem;
    font-size: .26rem;
    color: #333;
    margin-top: .2rem;
    text-align: center;
}

.sort {
    width: 100%;
    height: .36rem;
    margin-top: .18rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.sortItem {
    width: 1.26rem;
    height: .36rem;
    border-radius: 1rem;
    background-color: #FCC366;
    font-size: .2rem;
    color: #fff;
    line-height: .36rem;
    /* text-align: center; */
}

.code {
    width: 1.59rem;
    height: 1.59rem;
    margin: .19rem auto;
    background-color: #fff;
    border-radius: .14rem;
    border: 1px solid #FCC366;
    box-sizing: border-box;
    position: relative;
}

.rightTopImg {
    width: .4rem;
    height: .4rem;
    float: left;
    margin-top: .43rem;
    background-image: url('../img/rightTop.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.codeImg {
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../img/code.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.botText {
    font-size: .16rem;
    color: #fff;
    margin-top: .14rem;
    font-weight: 600;
}

.reasonBar {
    width: 100%;
 
    background-color: #fff;
    position: relative;
    margin-top: .796rem;
}

.reasonTitle {
    font-size: .38rem;
    color: #333;
    
    font-weight: 600;
    overflow: hidden;
}

.titleImg {
    width: 9.92rem;
    height: 2.96rem;
    background-image: url('../img/reasonTitleImg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: .39rem auto;
}

.reasonBot {
  width: 6.2rem;
      height: 4.15rem;
      background-image: url(../img/reasonBot.png);
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0 auto;
	  margin-top: 1rem;
	  box-shadow: 0 0 46px 8px #8892d645;
	  border-radius: 0.24rem;
}
.newsSeeBar{
    width: 100%;
    height: 8.84rem;
    background-color: #fff;
    margin-top: 1rem;
}
.newsSeeBar .newsCenter{
    width: 12rem;
    height: 100%;
    margin: auto;
}
.newsCenter .title{
    width: 100%;
    height: .38rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: .5rem;
}
.title .newsLine{
    width: 2.24rem;
    height: 1px;
    background-color: #333;
    margin-top: 18px;
}
.title .titleText{
    font-size: 38px;
    color: #333;
    font-weight: 600;
    margin-left: .36rem;
    margin-right: .36rem;
}
.title .titleText span{
    color: #8892D6;
    font-weight: 600;
}
.newsCenter .newsOne{
    width: 100%;
    height: 2.32rem;
    margin-bottom: .3rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.newsItem{
    width: 2.72rem;
    height: 2.32rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}
.newsItem .newsItemImg1{
    width: .8rem;
    height: .8rem;
    margin: .23rem auto 0;
    position: relative;
    background-image: url('../img/condition.png');
    background-repeat: no-repeat;
    background-size: .52rem .5rem;
    background-position: center center;
}.newsItem .newsItemImg2{
    width: .8rem;
    height: .8rem;
    margin: .23rem auto  0;
    position: relative;
    background-image: url('../img/time.png');
    background-repeat: no-repeat;
    background-size: .54rem .5rem;
    background-position: center center;
}.newsItem .newsItemImg3{
    width: .8rem;
    height: .8rem;
    margin: .23rem auto 0;
    position: relative;
    background-image: url('../img/policy.png');
    background-repeat: no-repeat;
    background-size: .56rem .5rem;
    background-position: center center;
}
.newsItem .newsItemImg4{
    width: .8rem;
    height: .8rem;
    margin: .23rem auto 0;
    position: relative;
    background-image: url('../img/outline.png');
    background-repeat: no-repeat;
    background-size: .4rem .5rem;
    background-position: center center;
}
.newsItem .newsItemImg5{
    width: .8rem;
    height: .8rem;
    margin: .23rem auto 0;
    position: relative;
    background-image: url('../img/subject.png');
    background-repeat: no-repeat;
    background-size: .5rem .5rem;
    background-position: center center;
}
.newsItem .newsItemImg6{
    width: .8rem;
    height: .8rem;
    margin: .23rem auto 0;
    position: relative;
    background-image: url('../img/examtime.png');
    background-repeat: no-repeat;
    background-size: .5rem .5rem;
    background-position: center center;
}
.newsItem .newsItemImg7{
    width: .8rem;
    height: .8rem;
    margin: .23rem auto 0;
    position: relative;
    background-image: url('../img/realyTopic.png');
    background-repeat: no-repeat;
    background-size: .48rem .5rem;
    background-position: center center;
}
.newsItem .newsItemImg8{
    width: .8rem;
    height: .8rem;
    margin: .23rem auto 0;
    position: relative;
    background-image: url('../img/data.png');
    background-repeat: no-repeat;
    background-size: .58rem .5rem;
    background-position: center center;
}
.newsItem .newsItemImg9{
    width: .8rem;
    height: .8rem;
    margin: .23rem auto 0;
    position: relative;
    background-image: url('../img/guide.png');
    background-repeat: no-repeat;
    background-size: .54rem .46rem;
    background-position: center center;
    background-position-x: 8px;
}
.newsItem .newsItemImg10{
    width: .8rem;
    height: .8rem;
    margin: .23rem auto 0;
    position: relative;
    background-image: url('../img/allNews.png');
    background-repeat: no-repeat;
    background-size: .6rem .44rem;
    background-position: center center;
    background-position-y: 19px;
}
.newsItem .imgText{
    font-size: .26rem;
    color: #333;
    margin-top: 7px;
}
.newsItem .newsItemBtn{
    width: 1.88rem;
    height: .44rem;
    background-color: #8892D6;
    border-radius: 2px;
    margin: .14rem auto;
    font-size: .22rem;
    line-height: .44rem;
    color: #fff;
    cursor: pointer;
}
.newsTwo{
    width: 5.81rem;
    height: 2.32rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: auto;
}
.newsItem:hover{
    border: 0;
    background-color: #8892D6;
}
.newsItem:hover .newsItemImg1{
    background-image: url('../img/conditionHover.png');
    border-radius: 50%;
    background-color: #fff;
}
.newsItem:hover .newsItemImg2{
    background-image: url('../img/timeHover.png');
    border-radius: 50%;
    background-color: #fff;
}
.newsItem:hover .newsItemImg3{
    background-image: url('../img/policyHover.png');
    border-radius: 50%;
    background-color: #fff;
}.newsItem:hover .newsItemImg4{
    background-image: url('../img/outlineHover.png');
    border-radius: 50%;
    background-color: #fff;
}.newsItem:hover .newsItemImg5{
    background-image: url('../img/subjectHover.png');
    border-radius: 50%;
    background-color: #fff;
}.newsItem:hover .newsItemImg6{
    background-image: url('../img/examtimeHover.png');
    border-radius: 50%;
    background-color: #fff;
}.newsItem:hover .newsItemImg7{
    background-image: url('../img/realyTopicHover.png');
    border-radius: 50%;
    background-color: #fff;
}.newsItem:hover .newsItemImg8{
    background-image: url('../img/dataHover.png');
    border-radius: 50%;
    background-color: #fff;
}.newsItem:hover .newsItemImg9{
    background-image: url('../img/guideHover.png');
    border-radius: 50%;
    background-color: #fff;
}.newsItem:hover .newsItemImg10{
    background-image: url('../img/allNewsHover.png');
    border-radius: 50%;
    background-color: #fff;
}
.newsItem:hover .imgText{
    color: #fff;
}
.newsItem:hover .newsItemBtn{
    background-color: #fff;
    color: #8892D6;
}
















.coreBar {
    width: 100%;
    height: 14.86rem;
    background-color: #F7F8FA;
    overflow: hidden;
}

.coreTitle {
    width: 12rem;
    margin:.4rem auto 0;
    height: .38rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    
}
.coreTitle .coreLine{
    width: 2.24rem;
    height: 2px;
    background-color: #333;
    margin-top: .19rem;
}
.coreTitle .coreText{
    font-size: .38rem;
    color: #333;
    /* margin-top: .4rem; */
    font-weight: 600;
    margin-left: .36rem;
    margin-right: .36rem;
}
.coreContent {
    width: 12rem;
    /* height: 2.9rem; */
    margin: .3rem auto;
}

.corecontentOne {
    width: 100%;
    height: 6.35rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.coreOneItem {
    width:3.25rem;
    height: 100%;
    position: relative;
}
.coreOneItem img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.corecontentTwo {
    width: 100%;
    height: 6.35rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: .44rem;
}

.schemeBar {
    width: 100%;
    height: 6.62rem;
    background-color: #fff;
    position: relative;
}

.schemeTitle {
    font-size: .38rem;
    color: #333;
    font-weight: 600;
    margin-top: .4rem;
}

.schemeImg {
    width: 6.3rem;
    height: 2.36rem;
    background-image: url('../img/schemeImg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
}

.schemeContent {
    width: 6.68rem;
    height: 2.42rem;
    position: absolute;
    bottom: .5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.schemeOne {
    width: 1.74rem;
    height: 1.7rem;
    background-color: #8892D6;
    border-radius: 4px;
    margin-top: .72rem;
}

.oneTitle {
    font-size: .22rem;
    color: #fff;
    margin-top: .19rem;
    font-weight: 600;
}

.line {
    width: 1.48rem;
    height: .02rem;
    background-color: #fff;
    margin: .21rem auto 0;
    position: relative;
}

.radio {
    width: .14rem;
    height: .14rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.oneContent {
    width: 100%;
    /* height: .87rem; */
    margin-top: .2rem;
    font-size: .2rem;
    color: #fff;
    line-height: .35rem;
}

.schemeTwo {
    width: 1.74rem;
    height: 2.06rem;
    background-color: #8892D6;
    border-radius: 4px;
    margin-top: .36rem;
}

.twoTitle {
    font-size: .22rem;
    color: #fff;
    margin-top: .19rem;
    font-weight: 600;
}

.twoContent {
    width: 1.14rem;
    margin: .2rem auto 0;
    font-size: .2rem;
    color: #fff;
    line-height: .35rem;
    text-align: center;
}

.schemeThree {
    width: 1.74rem;
    height: 2.42rem;
    background-color: #8892D6;
    border-radius: 4px;
    /* margin-top: .23rem; */
}

.threeTitle {
    font-size: .22rem;
    color: #fff;
    margin-top: .19rem;
    font-weight: 600;
}

.threrContent {
    width: 1.14rem;
    /* height: 1.11rem; */
    margin: .2rem auto 0;
    font-size: .2rem;
    color: #fff;
    line-height: .35rem;
    text-align: center;
}

.priceBar {
    width: 100%;
    /* height: 5.84rem; */
    background-color: #F7F8FA;
    overflow: hidden;
}

.priceContent {
    width: 8.86rem;
    /* height: 2.88rem; */
    margin: .13rem auto .68rem;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.buy {
    width: 1.72rem;
    height: .38rem;
    margin: .22rem auto;
    background-color: #E80000;
    font-size: .24rem;
    color: #fff;
    line-height: .38rem;
    border-radius: 4px;
}

.contentTitle {
    font-size: .24rem;
    color: #333;
    margin-top: .2rem;
    font-weight: 600;
}

.subject {
    width: 100%;
    /* height: .95rem; */
    margin-top: .26rem;
    margin-bottom: .26rem;
    display: flex;
}

.subjectLeft {
    width: 50%;
    height: .95rem;
    float: left;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    /* background-color: red; */
}

.subjectLeft>.leftTitle {
    width: 100%;
    height: .18rem;
	clear: both;
	margin-top: .14rem;
    /* margin-top: .3rem; */
    /* background-color: cyan; */
}

.leftTitle>.titleText {
    float: left;
    font-size: .18rem;
    color: #2C3E50;
    margin-left: .64rem;
}

.leftTitle>.subjectRadio2 {
    width: .12rem;
    height: .12rem;
    border: 1px solid #8892D6;
    box-sizing: border-box;
    border-radius: 50%;
    margin-top: .04rem;
    position: relative;
    float: left;
    margin-left: .18rem;
}

.leftTitle>.subjectRadio2>.subjectInst2 {
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    background-color: #8892D6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.leftTitle>.subjectText {
    font-size: .18rem;
    line-height: .2rem;
    color: #333;
    float: left;
    margin-left: .1rem;
}

.subjectRight {
    flex: 1;
    height: 100%;
    float: right;
    /* padding-top: .12rem; */
    box-sizing: border-box;
}

.subjectRight>.rightItem {
    width: 100%;
    height: .18rem;
    margin-bottom: .12rem;
}

.rightItem>.subjectRadio2 {
    width: .12rem;
    height: .12rem;
    border: 1px solid #8892D6;
    box-sizing: border-box;
    border-radius: 50%;
    margin-top: .04rem;
    position: relative;
    float: left;
    margin-left: .44rem;
}

.rightItem>.subjectRadio2>.subjectInst2 {
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    background-color: #8892D6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rightItem>.subjectRadio1 {
    width: .12rem;
    height: .12rem;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 50%;
    margin-top: .04rem;
    position: relative;
    float: left;
    margin-left: .44rem;
}

.rightItem>.subjectRadio2>.subjectInst1 {
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    background-color: #8892D6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rightItem>.rightItemText {
    font-size: .18rem;
    color: #2C3E50;
    margin-left: .1rem;
    float: left;
    margin-left: .1rem;
}


/* ? */

.priceTitle {
    font-size: .38rem;
    color: #333;
    margin-top: .68rem;
    font-weight: 600;
}

.problemBar {
    width: 100%;
    height: 4.46rem;
    border-bottom: 1px solid #ccc;
}

.problemTitle {
    font-size: .38rem;
    color: #333;
    margin-top: .4rem;
    font-weight: 600;
}

.problemContent {
    width: 12rem;
    height: 2.15rem;
    margin: .34rem auto;
}

.problem1 {
    float: left;
    text-align: left;
    
}

.problem1Title {
    width: 100%;
    height: .25rem;
}

.problemRadio {
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    border: 1px solid #8892D6;
    box-sizing: border-box;
    font-size: .18rem;
    color: #8892D6;
    line-height: .23rem;
    float: left;
    text-align: center;
}

.titleText {
    font-size: .22rem;
    color: #8892D6;
    float: left;
    margin-left: .15rem;
}

.answer {
    font-size: .22rem;
    color: #666;
    margin-top: .12rem;
    text-align: left;
    text-indent: .4rem;
}

.answer4 {
    font-size: .22rem;
    color: #666;
    margin-top: .12rem;
    text-align: left;
    text-indent: .4rem;
	line-height: .35rem;
}

.answer p{
    margin-left: .44rem;
    margin-top: 10px;
}
.problem2 {
    float: right;
}

.problem2Title {
    width: 100%;
    height: .25rem;
}

.problem3 {
    margin-top: .73rem;
    float: left;
}
.problem4 {
       position: relative;
       top: 0.7rem;
       width: 5.5rem;
       height: .59rem;
       float: right;
}
.problem4Title{
    width: 100%;
    height: .25rem;
}
.problem3Title {
    width: 100%;
    height: .25rem;
}


.bot {
    width: 100%;
    height: 1.42rem;
    background-color: #fff;
    overflow: hidden;
}

.botOne {
    font-size: .16rem;
    color: #333;
    margin-top: .47rem;
}

.botTwo {
    font-size: .16rem;
    color: #333;
    margin-top: .16rem;
}

.fixed {
    width: 1.59rem;
    height: 2.05rem;
    position: fixed;
    top: 50%;
    right: .27rem;
    transform: translateY(-50%);
    display: none;
}

.fixedTitle {
    width: 1.41rem;
    height: .41rem;
    background-color: #8892D6;
    color: #fff;
    font-size: .14rem;
    border-radius: 4px;
    line-height: .15rem;
    margin: auto;
    padding: .05rem 0;
    box-sizing: border-box;
}

.fixedCode {
    width: 1.59rem;
    height: 1.59rem;
    border-radius: .14rem;
    border: 1px solid#8892D6;
    box-sizing: border-box;
    margin-top: 4px;
    background-color: #fff;
    position: relative;
}

.fixedCodeImg {
    width: 1.59rem;
    height: 1.59rem;
    border-radius: .14rem;
    background-image: url('../img/code.jpg');
    background-repeat: no-repeat;
    background-size: 1.32rem 1.32rem;
    background-position: center center;
    margin: auto;
}

.popCode {
    width: 100%;
    height: 100vh;
    background-color: rgba(51, 51, 51, .3);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 3333;
    min-width: 15rem;
}

.codeContetn {
    width: 6.46rem;
    height: 4.17rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    border-radius: .1rem;
    overflow: hidden;
}

.codeTitle {
    width: 100%;
    height: .67rem;
    background-color: #8892D6;
    font-size: .24rem;
    color: #fff;
    line-height: .67rem;
    position: relative;
}

.close {
    width: .14rem;
    height: .14rem;
    position: absolute;
    right: .34rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/colse.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.codePopImg {
    width: 100%;
    margin: auto;
    height: 3.5rem;
    background-color: #fff;
    position: relative;
}

.codeBox {
    width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
}

.cdeImgbox1 {
    width: 1.8rem;
    height: 2.15rem;
    margin-top: .48rem;
}

.img1 {
    width: 1.59rem;
    height: 1.59rem;
    border: 1px solid #8892D6;
    border-radius: .14rem;
    background-image: url('../img/code.jpg');
    background-repeat: no-repeat;
    background-size: 1.32rem 1.32rem;
    background-position: center center;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    margin: auto;
}

.code1Text {
    font-size: .2rem;
    color: #333;
    margin-top: .36rem;
    font-weight: 600;
}

.cdeImgbox2 {
    width: 2.2rem;
    height: 2.15rem;
    margin-top: .48rem;
}

.img2 {
    width: 1.59rem;
    height: 1.59rem;
    border: 1px solid #8892D6;
    border-radius: .14rem;
    background-image: url('../img/code2.jpg');
    background-repeat: no-repeat;
    background-size: 1.4rem 1.4rem;
    background-position: center center;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    margin: auto;
}

.code2Text {
    font-size: .2rem;
    color: #333;
    margin-top: .36rem;
    font-weight: 600;
}