@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}
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;
    /* font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif; */
    font-family: 'Microsoft YaHei';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
   
}
.absst{
	position: relative;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.proWrapTop{
    width: 100%;
    background: url(../images/banner-bg.jpg) no-repeat;
    padding-top: 54px;
}
.topSubTitle{
    width: 680px;
    height: 54px;
    background:url(../images/subTitleBg.png) no-repeat;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    line-height: 46px;
}
.topSubTitle i{
    color: #AC182E;
    font-size: 32px;
    font-style: italic;
    font-weight: bold;
    margin-left: -7px;
}
.topSubTitle span{
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    margin-left: 34px;
    color: #fff;
}
.titleImg{
    width: 769px;
    display: block;
    margin: 0 auto;
    margin-top: 29px;
}
.topInfoapply {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.topInfoapply img{
    margin-right: 18px;
}
.topInfoapply p{
    font-size: 24px;
    font-weight: bold;
    color: #E7FEFC;
    line-height: 76px;
}
.topStepMain{
    width: 1200px;
    height: 232px;
    background: url(../images/stepImg.png) no-repeat;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.stepMainInfo{
    width: 224px;
    height: 114px;
    background: url(../images/setpImg01.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 67px;
}
.stepMainInfo:nth-child(2){
    background: url(../images/setpImg02.png) no-repeat;
}
.stepMainInfo:nth-child(3){
    background: url(../images/setpImg03.png) no-repeat;
}
.stepMainInfo:nth-child(4){
    background: url(../images/setpImg04.png) no-repeat;
}
.stepMainInfo:last-child{
    margin-right: 0;
}
.stepMainInfo span{
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    margin-right: 27px;
}
.teacherMain{
    margin-top: 50px;
}
.teacherTitle{
    /* width: 833px; */
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.teacherTitle p{
    margin: 0 .5333rem;
}
.teacherTitle span{
    color: #0089A2;
}
.teacherInfo{
    width: 1231px;
    height: 416px;
    background: url(../images/topteachBg.png) no-repeat;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    /* align-items: center; */
}
.teacherInfoLeft{
    
    margin-right: 74px;
    margin-left: 215px;
    display: none;
}
.teacherInfoLeft a{
    display: block;
}
.teacherInfoLeft.on {
    display: block;
}
.teacherInfoLeft>img{
    margin-right: 100px;
    width: 220px;
    height: 357px;
    position: absolute;
    top: 0;
    left: 78px;
}
.teacrcheinfoMain{
    width: 473px;
}

.teacrcheinfoMain h5{
    font-weight: bold;
    font-size: 26px;
    color: #333;  
}
.freeClass{
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.freeClass span{
    font-size: 20px;
    font-weight: 600;
}
.freeClass a{
    width: 93.5px;
    height: 28px;
    border-radius: 14px;
    background: linear-gradient(to left,#015DCE,#069EB4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-left: 21px;
}
.freeClass a i{
    width: 16px;
    height: 16px;
    background: url(../images/playIcon.png) no-repeat;
    margin-left: 6px;
}
.stubLine{
    width: 24px;
    height: 3px;
    background: #069DB4;
    border-radius: 1px;
    margin-top: 22px;
    display: block;
}
.teacherIntro{
    margin-top: 29px;
    font-size: 15px;
    color: #333;
}
.teacherIntro span{
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
}
.teachCourse{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 21px;
}
.teacher{
    width: 184px;
    overflow: hidden;
    margin-left: -10px;
}
.teacher li{
    width: 82px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
   
}
.teacher li img{
    width: 100%;
    -webkit-filter: opacity(40%); /* Chrome, Safari, Opera */
    filter: opacity(40%);
    cursor: pointer;
}
.teacher li.on img{
    -webkit-filter: opacity(100%); /* Chrome, Safari, Opera */
    filter: opacity(100%);
}
/* //十七年教学沉淀 指数提升效率 */
.liftingEffic{
    width: 100%;
    background: url(../images/liftingBg.png) no-repeat;
    margin-top: 40px;
    padding-top: 68px;
    padding-bottom: 40px;
}
.liftingTitle{
    width: 950px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}
.liftingTitle img{
    width: 181px;
    height: 26px;
}

.liftingTitle p{
    font-size: 40px;
    font-weight: 600;
    color: #1F1F20;
    margin: 0 20px;
}
.liftingTitle p span{
    color: #0089A2;
}
.liftingStepList{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.liftingStepList h3{
    text-align: center;
    font-size: 20px;
    color: #323232;
    font-weight: bold;
    margin-top: 17px;
    margin-bottom: 8px;
}
.liftingStepList p{
    text-align: center;
    font-size: 16px;
    color: #323232;
}
.liftingStepList:nth-child(2){
    margin-left: 65px;
}
.liftingStepList:nth-child(3){
    margin-left: 20px;
}
.liftingStep{
    width: 1176px;
    height: 290px;
    background: url(../images/liftingStepBg.png) no-repeat;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(9, 163, 155, 0.1000);
    margin-bottom: 30px;
}
.stepquan{
    width: 144px;
    height: 132px;
    background: url(../images/liftingStepquan.png) no-repeat;
    padding-top: 35px;
    box-sizing: border-box;
    text-align: center;
    padding-left: 20px;
}
.stepquan span{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 3px;
    display: block;
}
.stepquan span i{
    font-size: 14px;
}
.liftingStepMain{
    width: 100%;
    height: 419px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.liftingMain{
    width: 1176px;
    margin: 0 auto;
    height: 504px;
    padding-top: 56px;
    padding-left: 98px;
    box-sizing: border-box;
    box-shadow: 5px 9px 30px 0px rgba(37,120,223,0.13);
    border-radius: 9px;
    overflow: hidden;
}
.listMainTop{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right,#069DB4,#0089A2);
}
.listMainTop li{
    width: 274px;
    height: 56px;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
    color: #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    
}
.listMainTop li:nth-child(1){
    width: 98px;
}
.listLeft{
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom,#069DB4,#015DCE);
}
.listLeft li{
    width: 98px;
    height: 56px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.listLeft li:last-child,.listMainTop li:last-child{
    border: 0;
}
.listLeft li:nth-child(1){
    border-right: 1px solid #fff;
}
.listContent li p{
    height: 56px;
    width: 274px;
    text-align: center;
    line-height: 56px;
    font-size: 14px;
    color: #333;
    border-bottom:1px solid #DEDEDE;
    border-right:1px solid  #E6E6E6;
    box-sizing: border-box;
}
.listContent{
    background: #fff;
    display: flex;
}
.listContent li p i{
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url(../images/listStart.png) no-repeat ;
}
.listContent li p i.on{
    background: url(../images/listStart01.png) no-repeat ;
}
.listContent li p:nth-child(2){
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}
.stepImage{
    position: absolute;
    left: 18px;
    bottom: 22px;
}
.liftingStep03 .stepImage{
    bottom: 12px;
}
.liftingStep01{
    background: url(../images/stageBg01.png) no-repeat;
    
}
.liftingStep02{
    background: url(../images/stageBg02.png) no-repeat;
    
}
.liftingStep03{
    background: url(../images/stageBg03.png) no-repeat;
    
}
.step01 {
    margin-left: 12px;
}
.stepList01{
    width: 384px;
    height: 266px;
    background: linear-gradient(to bottom,#F1872E,#FAAC4B);
    border-radius: 10px;
    margin-right: 40px;
    padding-top: 45px;
    padding-left: 24px;
    box-sizing: border-box;
    margin-top: 30px;
}
.liftingStep03 .stepList01{
    width: 444px;
    height: 276px;
}
.stepList01 li{
    height: 78px;
}
.stepList01 li>i{
    width: 20px;
    height: 20px;
    background: #FFF552;
    border: 3px solid rgba(255,228,134,0.3);
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #FF5910;
    position: relative;
}
.stepList01 li>i::after{
    position: absolute;
    display: block;
    content: "";
    border: 1px dashed #FFF552;
    top: 24px;
    left: 50%;
    margin-top: -1px;
    height: 50px;

}
.stepList01 li.on>i::after{
    position: absolute;
    display: none;
    content: "";
    border: 1px dashed #FFF552;
    top: 0;
    left: 50%;
    margin-top: -1px;
    height: 78px;
    
}
.step01 p.stepInfo{
    display: flex;
    align-items: center;
    padding-top: 3px;
}
.step01 p span{
    color: #FFED52;
    font-size: 18px;
    font-weight: 600;
    margin-right: 12px;
}
.step01 p a{
    width: 46px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 10px 10px 10px 0;
    color: #FF780D;
    font-size: 14px;
    margin-right: 26px;
    background: #FEEACE;
}
.step01 p i{
    font-size: 16px;
    color: #fff;
}
.step01 p:nth-child(2){
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

/* 海量智能题库 深挖易错盲区 */
.questionBank{
    width: 100%;
    height: auto;
    background: url(../images/stagetitle01.png) no-repeat top center;
    padding-top: 66px;
    padding-bottom: 85px;
}
.questionBankTitle{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 63px;
}
.questionBankTitle p{
    color: #333;
    font-size: 40px;
    font-weight: 600;
    margin:0  20px;
}
.questionBankTitle p span{
    color: #0089A2;
}
.questionBankTab{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    margin-top: 37px;
}
.questionBankTab li{
    width: 162px;
    height: 45px;
    background: #FFDDBC;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    line-height: 45px;
    margin-right: 8px;
    color: #7A5721;
    font-size: 18px;
    float: left;
    font-family: 'Microsoft YaHei';
    cursor: pointer;
}
.questionBankTab li span{
    font-size: 14px;
}
.questionBankTab li.on{
    background: linear-gradient(to right,#FD7845,#F02C0D);
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
}
.questionBankMain{
    width: 1200px;
    height: 453px;
    background: linear-gradient(135deg, #FCF6EE, #FCEDE0);
    box-shadow: 0px 9px 18px 3px rgba(200,74,13,0.18);
    border-radius: 6px;
    margin: 0 auto;
    padding-top: 27px;
}
.bankMainTitle{
    font-size: 22px;
    font-weight: 600;
    color: #FF7200;
    width: 450px;
    background: url(../images/Entrytest.png) no-repeat;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    
}
.bankMainMain{
    width: 874px;
    height: 320px;
    background: url(../images/bankMainBg.png) no-repeat;
    margin: 0 auto;
    margin-top:20px;
    padding-top: 50px;
    box-sizing: border-box;
}
.bankMainMain ul{
    display: flex;
    width: 600px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.bankMainMain li{
    display: flex;
    align-items: center;
    width: 45%;
    margin-bottom: 32px;
    font-size: 20px;
    color: #4D3A3A;
}
.bankMainMain li span{
    display: block;
    width: 38px;
    height: 38px;
    background: linear-gradient(180deg, #FFE6C4, #FFCE81);
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    color: #997946;
    line-height: 38px;
    margin-right: 23px;
}
.bankMainMain a{
    width: 271px;
    height: 46px;
    background: rgba(255, 89, 16, 0.3);
    /* opacity: 0.3; */
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4D3A3A;
    font-size: 18px;
    margin-top: 36px;
    margin: 0 auto;

}
.bankMainMain a span{
    color: #FF5910;
    font-size: 22px;
}
a{
    text-decoration: none;
}
.duoyuanMain{
    width: 910px;
    height: 583px;
    background: url(../images/duoyuanBg.png) no-repeat center center;
    margin: 0 auto;
}
.duoyuanMain li{
    position: absolute;
    width: 165.4px;
    height: 170px;
    background: url(../images/duoyuanImg01.png) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding-top: 10px;
    box-sizing: border-box;
}
.duoyuanMain li:nth-child(1){
    left: 22px;
    top: 0;
}
.duoyuanMain li:nth-child(2){
    right: 22px;
    top: 0;
    background: url(../images/duoyuanImg02.png) no-repeat;
}
.duoyuanMain li:nth-child(3){
    left: -129px;
    top: 240px;
    background: url(../images/duoyuanImg03.png) no-repeat;
}
.duoyuanMain li:nth-child(4){
    right: -129px;
    top: 240px;
    background: url(../images/duoyuanImg04.png) no-repeat;
}
.duoyuanMain li:nth-child(5){
    left: 22px;
    bottom: -13px;
    background: url(../images/duoyuanImg05.png) no-repeat;
}
.duoyuanMain li:nth-child(6){
    right: 22px;
    bottom: -13px;
    background: url(../images/duoyuanImg06.png) no-repeat;
}
/* 专业团队赋能 精编备考资料 */
.testData{
    margin-top: 60px;
    padding-bottom: 100px;
}
.testDataTitle{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 60px;
}
.testDataTitle p{
    margin: 0 20px;
    font-size: 40px;
    font-weight: 600;
}
.testDataTitle p span{
    color: #0089A2;
}
.testDataMain{
    width: 1200px;
    height: 369px;
    margin: 0 auto;
    background: url(../images/testdataMainBg.png) no-repeat;
    
}
.testDataMainList{
    width: auto;
    padding: 33px 30px;
    border: 2px solid #dedede;
    border-radius: 9px;
    color: #323232;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}
.sty{
    margin-top: 104px;
}
.testDataMainList:nth-child(1){
    margin-left: 13px;
}
.testDataMainList:nth-child(2){
    margin-left: 44px;
    color: #fff;
    background: url(../images/testDataListBg.png) no-repeat;
    border: 0;
    padding-bottom: 40px;
}
.testDataMainList:nth-child(3){
    margin-left: 13px;
}
.testDataMainList:nth-child(4){
    margin-left: 30px;
}
.testDataMainList h5{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
.testDataMainList p{
    font-size: 16px;
}
.testDataMainList i{
    display: block;
    width: 18px;
    height: 9px;
    background: url(../images/testDataArrow.png) no-repeat;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -9px;
    transform: rotateX(180deg);
}
.testDataMainList.sty i{
    transform: rotateX(0);
    top: -9px;
}
.testDataMainList:nth-child(5){
    margin-left: 132px;
}
.testDataMainList:nth-child(6){
    margin-left: 38px;
}
.testDataMainList:nth-child(7){
    margin-left: 42px;
}
.testDataMainList:nth-child(8){
    margin-left: 20px;
}
.testDataMainList:nth-child(8) i{
    left: 148px;
}
.testDataMainList .top::after{
    display: block;
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    background: #fff;
    width: 10px;
    height: 2px;
}

/* //您的權益 */
.equities{
    width: 100%;
    height: auto;
    background: url(../images/equitiesTitle.png) no-repeat center;
    padding-top: 63px;
    padding-bottom: 40px;
}
.equitiesTitle{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #0089A2;
    font-weight: 600;
}
.equitiesTitle p{
    margin: 0 30px;
}
.equitiesMain{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 47px;
    height: 740px;
}
.equitiesMain li{
    width: 390px;
    height: 425px;
    background: url(../images/equitiesBg01.png) no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 20px;
    top: 0;
}
.equitiesMain li img{
    margin-top: 60px;
}
.equitiesMain li h5{
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    margin-top: 19px;
    margin-bottom: 23px;
}
.equitiesMain li p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
    width: 245px;
}
.equitiesMain li:nth-child(2){
   
    background: url(../images/equitiesBg02.png) no-repeat;
    left: 420px;
    top: 0;
}
.equitiesMain li:nth-child(3){
    background: url(../images/equitiesBg03.png) no-repeat;
    left: 820px;
    top: 0;
}
.equitiesMain li:nth-child(4){
   
    background: url(../images/equitiesBg04.png) no-repeat;
    left: 220px;
    top: 340px;
}
.equitiesMain li:nth-child(5){
    background: url(../images/equitiesBg05.png) no-repeat;
    left: 624px;
    top: 340px
}
/* 狠下一条心，博尽一份力，启程梦想 */
.fingerDream{
    width: 100%;
    height: 690px;
    background: linear-gradient(90deg, #069DB4, #69D3B0);
    padding-top: 67px;
    box-sizing: border-box;
}
.fingerDreamTitle{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}
.fingerDreamTitle p{
    margin: 0 20px;
    color: #FFF552;
    font-weight: bold;
}
.fingerDreamMain{
    width: 1270px;
    height: 435px;
    background: url(../images/dreamMainBg.png) no-repeat;
    margin: 0 auto;
    margin-top: 47px;
    padding-top: 32px;
}
.fingerDreamMain h5{
    font-size: 32px;
    color: #666;
    
    text-align: center;
    margin-bottom: 26px;
}
.fingerDreamMain ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fingerDreamMain ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 100px;
}
.fingerDreamMain ul li p{
    width: 210px;
    height: 50px;
    border-radius: 22px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 23px;
    background: url(../images/dreamButton.png) no-repeat;
}
.downCode{
    width: 246px;
    height: 232px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/dreamCodeBg.png) no-repeat;
}
.downCode img{
    margin-left: 10px;
    height: 176px;
}
/* 品牌 */
.brand{
    padding-top: 67px;
    padding-bottom: 60px;
}
.brandTitle{
    display: flex;
    align-items: center;
    justify-content: center;
}
.brandTitle p{
    font-size: 40px;
    font-weight: bold;
    color: #1F1F20;
    margin: 0 20px;
}
.brandTitle p span{
    color: #0089A1;
}
.brandMain{
    width: 1200px;
    height: 674px;
    background: url(../images/brandBg.png) no-repeat;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 90px;
}
.brandStap{
    width: 1088px;
    height: 607px;
    box-shadow: 0px 9px 33px 5px rgba(84, 149, 160, 0.2000);
    border-radius: 0px 10px 10px 0px;
    background: #fff;
}
.brandStap{
    display: flex;
}
.brandStap ul{
    margin-left: 10px;
}
.brandStap ul li{
    width: 696px;
    height: 71px;
    background: url(../images/brandStap.png) no-repeat;
    color:#666;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-top: 20px;
    /* box-sizing: border-box; */
    position: relative;
    margin-bottom: 5px;
}
.brandStap ul li i{
    position: absolute;
    left: 21px;
    top: 13px;
    color: #fff;
    font-size: 14px;
}
.brandStap ul li h5{
    font-size: 20px;
    color: #333;
    margin-left: 100px;
}
.brandStap ul li span{
    width: 23px;
    height: 23px;
    background: url(../images/brandRap.png) no-repeat;
    margin-left: 59px;
    margin-right: 46px;
}
/* 右侧导航 */
.navLeft{
    width: 112px;
    height: 176px;
    background: linear-gradient(0deg, #015ECE, #69D3B0);
    border-radius: 0px 0px 10px 10px;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -88px;
}
.navMain{
    width: 112px;
    height: 112px;
    background: linear-gradient(180deg, #069DB4, #69D3B0);
    box-shadow: 0px 8px 17px 1px hsla(189, 100%, 32%, 0.22);
    border-radius: 50%;
    text-align: center;
    color:#fff;
    font-size: 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -55px;
    cursor: pointer;
    line-height: 1.1;
}
.buyFor{
    display: block;
    width: 96px;
    height: 35px;
    background: #FFFFFF;
    box-shadow: 0px 3px 0px 0px #033C9A;
    border-radius: 18px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    color: #0089A2;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
    margin-top: 70px;
    cursor: pointer;
}
.goback{
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.goback img{
    margin-right: 5px;
}