<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*wap-main*/
.wap-main{width: 100%; height: auto; }
.wap-main .main-myd{width: 7rem;height: 100%;position: relative;margin: 0 auto;text-align: center;}

/* 鍏叡title */
.wap-main  .main-myd img{display: block;width: 100%;height: 100%;}

.wap-main .titlefont .titlebig{display: flex;align-items: end;justify-content: center;}

.wap-main .titlefont .titlebig .titlecenter-one{height: 0.5rem;font-size: 0.3rem;color: #fff;font-weight: bold;line-height: 0.32rem;background: #22add8;transform: skewX(-16deg);margin-left: 0.1rem;}
.wap-main .titlefont .titlebig .titlecenteronetxt{height: 100%; padding: 0 0.2rem;display: flex;align-items: center;justify-content: center; transform: skewX(16deg);}
.wap-main .titlefont .titlebig .titlecenter-two{height: 0.5rem;font-size: 0.3rem;color: #0781b0;font-weight: bold;line-height: 0.32rem;background: #bce9fe;transform: skewX(-16deg);}

.wap-main .titlefont .titlebig .titleright{display: flex;align-items: baseline;}
.wap-main .titlefont .titlebig .titleright .rightitem{background: #21add8;width: 0.12rem;height: 0.5rem;margin-left: 0.1rem;transform: skewX(-16deg);}
.wap-main .titlefont .titlebig .titleright:first-child .rightitem:first-child{margin-left: 0;}
.wap-main .titlefont .titlebig .titleright:last-child .rightitem{background-color: #bce9fe;margin-left: 0.1rem;}

.wap-main .titlefont .titlesmall{width: 6.5rem;margin: 0.15rem auto 0 auto;font-size: 0.28rem;color: #434142;line-height: 0.34rem;text-align: center;}

/* 椤堕儴*/
.wap-main .top{width: 100%; height:5.76rem; background:url(../images/bg01.png) no-repeat ; background-size:100%;}

/* 棰勭害 */
.wap-main  .telePhoneForm{width: 100%;background-color: #e9f6ff;padding:0.35rem 0 0.25rem 0;} 

.wap-main .telformBox{ background: #1792cb;padding: 0.25rem 0.35rem;border-radius: 0.25rem 0.25rem 0 0;border: 0.1rem solid #96e1ff;position: relative;}
.wap-main .telePhoneForm .telformBox .phone-title{background:linear-gradient(to right, #e2fffd, #ffffff,#e2fffd) ;border-radius: 0.35rem;margin: 0 auto 0.25rem auto;font-size: 0.32rem;font-weight: bold;color: #1792cb;letter-spacing: 0.02rem;width: 5.5rem;padding: 0.08rem 0;} 
.wap-main .telePhoneForm .telformBox .clockbook{width: 0.94rem;height: 1.05rem;position: absolute;left: -0.3rem;top: -0.1rem;}
.wap-main .telePhoneForm .borderban{width: 7.3356rem;height: 0.304rem;position: absolute;bottom: -0.23rem;left: -0.1644rem;}

.wap-main .telePhoneForm .get-form{width: 100%;height: auto;box-sizing: border-box;}
.wap-main .telePhoneForm .get-form .get-form-top{width: 100%;display: flex;flex-direction: column;}
.wap-main .telePhoneForm .get-form .get-form-top .gft-item{width: 100%;height: 0.75rem;position: relative;display: flex;align-items: center;border: 0.02rem solid #c7c7c7;background-color: #fff;margin-bottom: 0.25rem;padding: 0.1rem 0.2rem;box-sizing: border-box;}
.wap-main .telePhoneForm .get-form .get-form-top .gft-item .gfi-title{ width: 1.2rem;height: 100%;margin-right: 0.05rem;display: flex;align-items: center;font-size: 0.3rem;font-weight: bold;color: #192c4c;}
.wap-main .telePhoneForm .get-form .get-form-top .gft-item .gfi-input .gfi-input-name{width: 100%;height: 100%;border: none;background: #ffffff;font-size: 0.3rem;line-height: 0.3rem;}
.wap-main .telePhoneForm .get-form .get-form-top .gft-item .gfi-getCode{position: absolute;right: 0.05rem;top: 50%;transform: translate(0, -50%);}
.wap-main .telePhoneForm .get-form .get-form-top .gft-item .gfi-getCode .getYzm{border: none;padding: 0.06rem 0.15rem;display: flex;align-items: center;justify-content: center;color: #192c4c;font-size: 0.3rem;background-color: #ffffff;}
.wap-main .telePhoneForm .get-form .get-form-top .gft-submit {position: relative; height: 0.75rem;background:linear-gradient(to right,#fcae30,#eb6619) ;border-radius: 0.35rem; display: flex;align-items: center;justify-content: center;}
.wap-main .telePhoneForm .get-form .get-form-top .gft-submit .imgone{animation: cricleHandle 2s ease infinite;color: #fff;font-size: 0.34rem;font-weight: bold;}
.wap-main .telePhoneForm .get-form .get-form-top .gft-submit .imgtwo{animation: fingerHandle 2s ease infinite;width: 0.82rem;height: 0.72rem;position: absolute;right: -0.1rem;bottom: -0.5rem;}
@keyframes cricleHandle {
    0% ,20% ,30%{
        transform: none;
    }
    40% {
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% ,80% ,100% {
        transform: none;
    }
}
@keyframes fingerHandle {
    0% {
        transform: none;
    }
    20% {
        transform: translate(-0.2rem,-0.2rem);
        
    }
    30% {
        transform: scale3d(0.8, 0.8, 0.8);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50% {
        transform: scale3d(1,1,1);
    }
    100% {
        transform: none;
    }
}
.wap-main .telePhoneForm .get-form .get-form-bottom{display: flex;align-items: center;justify-content: center;margin-top: 0.25rem;font-size: 0.24rem;}

/* 鍥介檯鏁欒偛涓€绔欏紡鏈嶅姟 鏇村瀛︿範閫夋嫨 */
.wap-main  .follow{background-color: #e9f6ff;padding-top: 0.5rem;}
.wap-main  .follow .followBox{width: 100%;margin-top: 0.35rem;}
.wap-main  .follow .followBox .followItem:nth-child(odd){height: 2.15rem;background-color: #009696;border-radius: 0.3rem;display: flex;padding: 0.06rem 0.05rem 0.06rem 0rem;margin-bottom: 0.2rem;}
.wap-main  .follow .followBox .followItem:nth-child(even){height: 2.15rem;background-color: #008ddb;border-radius: 0.3rem;display: flex;padding: 0.06rem 0.05rem 0.06rem 0rem;margin-bottom: 0.2rem;}
.wap-main  .follow .followBox .followItem .item-leftTitle{width: 0.7rem;height: 100%;writing-mode: vertical-lr;letter-spacing: 0.04rem;font-size: 0.32rem;color: #ffffff;font-weight: bold;display: flex;align-items: center;justify-content: center;}
.wap-main  .follow .followBox .followItem .item-right{width: 6.25rem;display: flex;align-items: center;background-color: #ffffff;border-radius: 0.3rem;padding: 0rem 0.15rem 0rem 0.15rem;}
.wap-main  .follow .followBox .followItem .item-right .item-right-img{width: 2rem;height: 1.3rem;}
.wap-main  .follow .followBox .followItem .item-right .itemRight-txt{width: 2.5rem;height: 1.6rem;margin: 0 0 0 0.1rem;display: flex;align-items: center;font-size: 0.26rem;line-height: 0.37rem;text-align: left;color: #4d4d4d;}
.wap-main  .follow .followBox .followItem .item-right .itemThreeBox {width: 1.2rem;height: 1.2rem;background-image: linear-gradient(90deg, #ffda3f, #ffffff);border-radius: 1rem;}
.wap-main  .follow .followBox .followItem .item-right .itemThreeBox .rightThree{width: 1.1rem;height: 1.1rem;display: flex;align-items: center;justify-content: center;border-radius: 1rem;border: 0.05rem solid #ffffff;font-size: 0.3rem;color: #fff;font-weight: bold;background-color: #ff7f1e;margin-top: 0.04rem;margin-left: 0.04rem;}

/* 涓棿骞垮憡鍥� */
.wap-main  .priceNow{position: relative;padding-top :0.45rem;background-color: #e9f6ff;}
.wap-main  .priceNow .priceIn{width: 6.7rem;margin: 0 auto;border: 0.1rem solid #61c5f3;border-radius: 0.2rem;position: relative;z-index: 1;background: linear-gradient(to bottom, #fff,85%, #dff6ff);}
.wap-main  .priceNow  .price-top{ width: 6.63rem;height: 2.68rem;position: relative;left: -0.3rem;margin-top: 0.2rem;}
.wap-main  .priceNow .price-tbottom{width: 6.3rem;margin: 0.45rem auto 0.5rem auto;display: flex;flex-direction: column;justify-content: space-between;}
.wap-main  .priceNow .price-tbottom .lineRighrItem{ width: 100%;display: flex;align-items: center;position: relative;border: 0.01rem solid #d9d8d7;border-radius: 0.3rem;margin-bottom: 0.2rem;}
.wap-main  .priceNow .price-tbottom .lineRighrItem .lineOne{ width: 0.35rem;height: 0.35rem;background-color: #eee38c;display: flex;align-items: center;justify-content: center;font-size: 0.18rem;font-weight: bold;color: #176ca0;position: absolute;left: -0.15rem;top: -0.2rem;}
.wap-main  .priceNow .price-tbottom .lineRighrItem .trigleShoaddow{width: 0;height: 0;border-left: 0rem solid transparent;border-right: 0.15rem solid transparent;border-bottom: 0.2rem solid #b27700;position: absolute;left: 0.2rem;top: -0.19rem;}
.wap-main  .priceNow .price-tbottom .lineRighrItem .lineTwo{width: 1.25rem;height: 100%;padding: 0.1rem 0;background:#43acd9 ;border-radius: 0.3rem;font-size: 0.24rem;font-weight: bold;color: #ffffff;display: flex;align-items: center;justify-content: center;margin-left: -0.01rem;}
.wap-main  .priceNow .price-tbottom .lineRighrItem .lineThree{ height: 100%;font-size: 0.24rem;color: #7a7a7a;display: flex;align-items: center;justify-content: center;margin-left: 0.05rem;}
.wap-main  .priceNow .price-tbottom .lineRighrItem .lineThree span{color: #43acd9;font-weight: bold;}
.wap-main  .priceNow .price-tbottom .rightTxt{width: 100%;text-align: left;font-size: 0.26rem;color: #4c4c4c;} 

.wap-main  .onlineBtn{width: 3.2rem;height: 0.6rem;position: absolute;bottom: -0.3rem;left: 50%;transform: translate(-50%,0);background: linear-gradient(to right, #ffa125, #f76a23);border-radius: 0.3rem;display: flex;align-items: center;justify-content: center;box-sizing: border-box;}
.wap-main  .onlineIn{width: 100%;height: 100%;border: 0.02rem solid #fed420;border-radius: 0.3rem;display: flex;align-items: center;justify-content: center;}
.wap-main  .onlineIn .onlintxt{font-size: 0.3rem;font-weight: bold;color: #fefffd;animation: cricleHandle 2s ease infinite;}
.wap-main  .onlineIn .onlineime{position: relative;right: -0.25rem;top: 0.1rem;}
.wap-main  .onlineIn .onlineime .yupoint{ width: 0.24rem;height: 0.15rem;animation: pointshow 2s ease infinite;position: absolute;top: -0.15rem;right: 0.07rem;}
.wap-main  .onlineIn .onlineime .yuhand{width: 0.22rem;height: 0.26rem; animation: fingerHandleguangg 2s ease infinite;}
@keyframes pointshow {
    0%,20% ,30%{
        visibility: hidden;
    }
    35% {
        visibility: visible;
    }
    40% ,50% ,100%{
        visibility: hidden;
    }
}
@keyframes fingerHandleguangg {
    0% {
        transform: none;
    }
    20% {
        transform: translate(-0.1rem,-0.1rem);
        
    }
    30% {
        transform: scale3d(0.8, 0.8, 0.8);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50% {
        transform: scale3d(1,1,1);
    }
    100% {
        transform: none;
    }
}

.wap-main  .priceNow .ball{position: absolute;bottom: -0.15rem;right: -0.2rem;width: 1.27rem;height: 1.11rem;z-index: 1;}

/* 澶氭牱鎺堣妯″紡 鍔╀綘瀹夊績瀛︿範 */
.wap-main  .moreMode{padding: 0.6rem 0 0.5rem 0;background-color: #e9f6ff;}
.wap-main  .moreMode .moreModebox{background-color: #fff;border-radius: 0.2rem;padding: 0.35rem 0;}
.wap-main  .moreMode .modeBox{display: flex;flex-wrap: wrap;justify-content: space-evenly;align-items: center;margin-top: 0.35rem;}
.wap-main  .moreMode .modeBox .boxItem{width: 3.3rem;display: flex;flex-direction: column;align-items: center;margin-bottom: 0.4rem;}

.wap-main  .moreMode .modeBox .boxItem .shuLine{border: 0.01rem dashed #aeaeae;width: 100%;height: 100%;}

.wap-main  .moreMode .modeBox .boxItem .item-topImg{width: 1.78rem;height: 1.78rem;}
.wap-main  .moreMode .modeBox .boxItem .safeTitle{font-size: 0.34rem;line-height: 0.34rem; font-weight: bold;color: #473f3c;margin-top: 0.15rem;}
.wap-main  .moreMode .modeBox .boxItem .safeTitle span{color:#37b1f2 ;}
.wap-main  .moreMode .modeBox .boxItem .safeDes{ margin: 0.15rem 0;font-size: 0.3rem;color: #808080;line-height: 0.36rem;text-align: center;}

.wap-main  .clickyuyue{width: 2rem;height: 0.5rem;display: flex;align-items: center;justify-content: center;background: linear-gradient(to right, #faa52d, #ea6318);border-radius: 0.40rem;position: relative;margin: 0 auto;padding-right: 0.25rem;box-sizing: border-box;}
.wap-main  .clickyuyue .yuyuetxt{ color: #fff;font-size: 0.28rem;font-weight: bold;line-height: 0.3rem;}
.wap-main  .clickyuyue .yuyueSmallhand { width: 0.4rem;height: 0.4rem;background-color: #fff;border-radius: 50%; display: flex;align-items: center;justify-content: center;position: absolute;right: 0.05rem;}
.wap-main  .clickyuyue .yuyueSmallhand .smallHandimg{ width: 0.21rem;height: 0.24rem;}
.wap-main  .clickyuyue .txtborder{width: 0.99rem;height: 0.02rem;background:linear-gradient(to right,transparent,#c5c28f,transparent) ;position: absolute;bottom: 0;}
.wap-main  .clickyuyue .yuyueime{position: absolute;right: 0;right: -0.15rem;top: 0.25rem;}

/* 鐑棬璇剧▼鎶ュ悕鍏ュ彛*/
.wap-main  .hotTitle{background-color: #e9f6ff;padding:0 0 0.5rem 0;}
.wap-main  .hotEntranceBox{display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0.35rem 0 0 0}
.wap-main  .hotEntranceBox .hotBoxItem{width: 3.3rem;height: 4.5rem;position: relative; margin-bottom: 0.3rem;}
.wap-main  .hotEntranceBox .hotBoxItem:nth-child(odd) .hotItem-title{width: 100%;height: 0.7rem;font-size: 0.32rem;font-weight: bold;color: #ffffff;background-color: #008ddb;border-radius: 0.3rem 0.3rem 0rem 0rem;display: flex;align-items: center;justify-content: center;}
.wap-main  .hotEntranceBox .hotBoxItem:nth-child(even) .hotItem-title{width: 100%;height: 0.7rem;font-size: 0.32rem;font-weight: bold;color: #ffffff;background-color: #03e5d9;border-radius: 0.3rem 0.3rem 0rem 0rem;display: flex;align-items: center;justify-content: center;}
.wap-main  .hotEntranceBox .hotBoxItem .hotItem-content{width: 100%;height: 3.8rem;background-color: #ffffff;border-radius: 0rem 0rem 0.3rem 0.3rem;}
.wap-main  .hotEntranceBox .hotBoxItem:nth-child(odd) .hotItem-content .trgleHot{width: 0;height: 0;border-left: 0.12rem solid transparent;border-right: 0.12rem solid transparent;border-top: 0.12rem solid #008ddb;position: absolute;left: 50%;top: 0.7rem;transform: translate(-50%,0rem);}
.wap-main  .hotEntranceBox .hotBoxItem:nth-child(even) .hotItem-content .trgleHot{width: 0;height: 0;border-left: 0.12rem solid transparent;border-right: 0.12rem solid transparent;border-top: 0.12rem solid #03e5d9;position: absolute;left: 50%;top: 0.7rem;transform: translate(-50%,0rem);}
.wap-main  .hotEntranceBox .hotBoxItem .hotItem-content .hotItem-in{width: 2.2rem;height: 3rem;margin: 0 auto; padding-top: 0.25rem;box-sizing: border-box;display: flex;flex-flow: column;align-items: center;}
.wap-main  .hotEntranceBox .hotBoxItem .hotItem-content .hotItem-in .in-item{width: 100%;height: 0.35rem;display: flex;align-items: center;font-size: 0.26rem;color: #333333;margin-bottom: 0.02rem;}
.wap-main  .hotEntranceBox .hotBoxItem .hotItem-content .hotItem-in .in-item img{width: 0.22rem;height: 0.22rem;margin-right: 0.1rem;}
.wap-main  .hotEntranceBox .hotBoxItem .hotItem-content .hotBoxItem-btn {width: 2.5rem;height: 0.5rem;background-color: #ffcb25;display: flex;align-items: center;justify-content: center;border-radius: 0.3rem;font-size: 0.28rem;font-weight: bold;color: #014d99;margin: 0 auto;}

.wap-main  .list{width: 100%;height: 1rem;display: flex;justify-content: space-between;}
.wap-main  .list .list-item:nth-child(odd){width: 1.6rem;height: 100%;background-color: #008ddb;border-radius: 0.15rem;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 0.28rem;font-weight: bold;}
.wap-main  .list .list-item:nth-child(even){width: 1.6rem;height: 100%;background-color: #03e5d9;border-radius: 0.15rem;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 0.28rem;font-weight: bold;}

/* 鍑哄浗鐣欏鐢宠 鏂拌埅閬撴洿涓撲笟 */
.wap-main  .profess{background-color: #e9f6ff;padding: 0 0 0.35rem 0;} 
.wap-main  .profess .professBox{margin-top: 0.25rem;}
.wap-main  .profess .professBox  .swiper-item{width: 2.5rem;height:3.5rem; position: relative;display: flex;flex-direction: column;align-items: center;}
.wap-main  .profess .professBox  .swiper-item .bgRed{width: 2.3rem;height: 3rem;position: absolute;z-index: -1;}
.wap-main  .profess .professBox  .swiper-item .swiper-name{width: 2.3rem;height: 0.6rem;font-size: 0.26rem;color: #ffffff;font-weight: bold;display: flex;align-items: center;justify-content: center;padding: 0.25rem 0.05rem 0.1rem 0.05rem;box-sizing: border-box}
.wap-main  .profess .professBox  .swiper-item .swiper-nameEnglish{width: 2.3rem;height: 0.85rem;font-size: 0.2rem;color: #ffffff;display: flex;align-items: center;justify-content: center;padding: 0 0.03rem;box-sizing: border-box;}
.wap-main  .profess .professBox  .swiper-item .swiper-num{height: 0.55rem;font-size: 0.22rem;color: #fff;}
.wap-main  .profess .professBox  .swiper-item .swiper-num span{font-size: 0.38rem;font-weight: bold;color: #f7bd7e;margin-right: 0.1rem;}
.wap-main  .profess .professBox  .swiper-item .swiper-no{height: 0.22rem; font-size: 0.16rem;color: #e6a873;position: relative;top: 0.02rem;}

.wap-main .onlineInty{width: 2.8rem;height: 0.55rem;position: relative; margin: 0 auto;border-radius: 0.30rem;display: flex;align-items: center;justify-content: center;background: linear-gradient(to right, #eb5435, #fe762c);}
.wap-main .onlineInty .onlintxt{font-size: 0.28rem;font-weight: bold;color: #fefffd;animation: cricleHandle 2s ease infinite;}
.wap-main .onlineInty .onlineime{width: 0.23rem;height: 0.28rem;position: absolute;right: 0.1rem;top: 0.2rem;}
.wap-main .onlineInty .onlineime .yupoint{width: 0.24rem;height: 0.15rem;position: absolute; top: -0.15rem;right: 0.08rem;animation: pointshow 2s ease infinite;}
.wap-main .onlineInty .onlineime .yuhand{width: 0.22rem;height: 0.26rem;animation: fingerHandleguangg 2s ease infinite;}

/* 鏂拌埅閬撴湰绉�/鐮旂┒鐢熺暀瀛﹂」鐩帹鑽� */
.wap-main  .recommand{background-color: #21add8;padding: 0.45rem  0;box-sizing: border-box;position: relative;}

.wap-main  .recommand .professTxtdes{display: flex;justify-content: center;align-items: center;}
.wap-main  .recommand .professTxtdes .cricleOne{width: 0.3rem;height: 0.3rem;border-radius: 0.18rem;background-color: #ffcb25;}
.wap-main  .recommand .professTxtdes .cricleTwo{width: 0.3rem;height: 0.3rem;border-radius: 0.18rem;background-color: #398aff;position: relative;left: -0.15rem;color: #ffffff;font-size: 0.18rem;font-weight: bold;display: flex;justify-content: center;align-items: center;}
.wap-main  .recommand .professTxtdes .fontTxt{font-size: 0.3rem;font-weight: bold;color: #fff;}

.wap-main  .recommand .threeTitleBox{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.wap-main  .recommand .threeTitleBox .threeTitle-item {width: 100%;background-color: #ffffff;border-radius: 0.22rem;display: flex;position: relative;margin-bottom: 0.25rem;}
.wap-main  .recommand .threeTitleBox .threeTitle-item:last-child{margin-bottom: 0;}

.wap-main  .recommand .threeTitleBox .threeTitle-item .item-on{width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;padding: 0.2rem 0.3rem;box-sizing: border-box;}
.wap-main  .recommand .threeTitleBox .threeTitle-item .item-on .titleItem-one{width: 100%;font-size: 0.34rem;line-height: 0.34rem; font-weight: bold;color: #333333;}
.wap-main  .recommand .threeTitleBox .threeTitle-item .item-on .titleItem-one span{color: #21add8;}
.wap-main  .recommand .threeTitleBox .threeTitle-item .item-on .titleItem-border{width: 100%;border: 0.01rem dashed #d3d3d3;margin: 0.15rem 0;}
.wap-main  .recommand .threeTitleBox .threeTitle-item .item-on .titleItem-Two{font-size: 0.3rem;line-height: 0.3rem; color: #000;font-weight: bold;}
.wap-main  .recommand .threeTitleBox .threeTitle-item .item-on .titleItem-Three{ margin-top: 0.15rem;font-size: 0.28rem;line-height: 0.28rem; color: #767676;}
.wap-main  .recommand .threeTitleBox .threeTitle-item .item-on .titleItem-Three span{color: #21add8;}
.wap-main  .recommand .threeTitleBox .threeTitle-item .item-on .titleItem-Four{width: 2.5rem;height: 0.5rem;background-color: #ffcb25;border-radius: 0.3rem;display: flex;align-items: center;justify-content: center;font-size: 0.3rem;font-weight: bold;color: #014e9c;cursor: pointer;margin: 0.15rem auto 0 auto;}

.wap-main  .recommand .threeTitleBox .threeTitle-item .item-under{position: absolute;bottom: 0;z-index: 0;}

.wap-main  .recommand .bookdescript{ position: absolute;top: -0.35rem;right: 0;}

/* 鐢ㄥ績鐢ㄦ儏鐢ㄥ姏鍋氭暀鑲� 鏂拌埅閬撲负姊︽兂鎶よ埅 */
.wap-main .price{padding: 0.5rem 0;background-color: #e9f6ff;}
.wap-main .price .priceBox{width: 100%;margin-top: 0.35rem;}
.wap-main .price .priceBox .worth{width: 100%;height: 4.49rem;display: flex;align-items: center;}
.wap-main .price .priceBox .worth .worthBg{width: 100%;height: 4.49rem;position: absolute;z-index: 0;}

.wap-main .price .priceBox .worth-item{ width: 5.34rem;height: 4.06rem;margin: 0 auto;display: flex;flex-direction: column;align-items: center;justify-content: center;position: relative;}
.wap-main .price .priceBox .worth-item .itemBg{ width: 5.34rem;height: 4.06rem;margin: 0 auto;position: absolute;z-index: 1;}

.wap-main .price .priceBox .worth-item .itemzs { width: 3.99rem;height: 2.7rem;position: absolute;z-index: 1;top: 0.3rem;}
.wap-main .price .priceBox .worth-item .img-des{  width: 100%;position: absolute;z-index: 1;font-size: 0.26rem;color: #fff;bottom: 0.52rem;}
.wap-main .price .priceBox .worth-item .img-des span{font-weight: bold;}
.wap-main .price .priceBox .worth-item .img-code{width: 100%;z-index: 1;font-size: 0.22rem;color: #4c4c4c;position: absolute;bottom: 0.15rem;}

/* 鍖犲績绛戞ⅵ 鍒濆績鑲蹭汉鍧氬畧瀛︽湳鍝佽川 */
.wap-main .teacher{background-color: #e9f6ff;padding-bottom: 0.5rem;}
.wap-main .teacher .teacher-swiper{position: relative;margin-top: 0.25rem; }
.wap-main .teacher .teacher-swiper .teacherBox{padding: 0.2rem 0.35rem;background-color: #fff;margin: 0 auto;box-sizing: border-box;display: flex;border-radius: 0.22rem;}

.wap-main .teacher .teacher-swiper .teacherBox .swiper-img{display: flex;flex-direction: column;align-items: center;}
.wap-main .teacher .teacher-swiper .teacherBox .swiper-img .leftimg{width: 2rem;height: 2.47rem;}
.wap-main .teacher .teacher-swiper .teacherBox .swiper-img .teacherName{ width: 1.8rem;background-color: #01abe8;border-radius: 0.1rem;margin-top: 0.1rem;padding: 0.05rem 0;display: flex;align-items: center;justify-content: center;font-size: 0.28rem;font-weight: bold;color: #fff}

.wap-main .teacher .teacher-swiper .teacherBox .teacherBox-right{width: 4.3rem;padding: 0.05rem 0 0 0.3rem;box-sizing: border-box;text-align: left;}
.wap-main .teacher .teacher-swiper .teacherBox .teacherBox-right .prodes{display: flex;align-items: baseline;flex-direction: column; justify-content: space-between;}
.wap-main .teacher .teacher-swiper .teacherBox .teacherBox-right .prodes .protitle{width: 1.4rem;height: 0.35rem;border-radius: 0.40rem;border: 0.01rem solid #01abe8;color: #01abe8;font-size: 0.26rem;font-weight: bold;display: flex;align-items: center;justify-content: center;margin-bottom: 0.1rem;}
.wap-main .teacher .teacher-swiper .teacherBox .teacherBox-right .prodes .des{ font-size: 0.28rem;color: #4a4a4a;line-height: 0.4rem;}

.wap-main  .teacher-pre{width: 0.40rem;height: 0.41rem;display: flex;align-items: center;justify-content: center;top: 1.40rem;position: absolute;z-index: 1;}

/* 鍧氭寔瀛︽湳娣辫€� 鎵撻€犲師鐗堟暀鏉� */
.wap-main .jiaocai{background-color: #e9f6ff;position: relative;}

.wap-main .jiaocai .teacher-swiper{position: relative;}

.wap-main .jiaocaiBox{display: flex;flex-direction: column;align-items: center;justify-content: center;margin-top: 0.35rem;}
.wap-main .jiaocaiBox  .navBox{width: 100%; height: 0.6rem;background: linear-gradient(to right, #21add8, #1792cb);display: flex;align-items: center;justify-content: center;margin-bottom: 0.25rem;}
.wap-main .jiaocaiBox  .navBox .navxuhao{ width: 0.38rem;height: 0.25rem;margin-right: 0.1rem;}
.wap-main .jiaocaiBox  .navBox .navcontent{ color: #fff;font-size:0.32rem;font-weight: bold;}

.wap-main .jiaocaiBox  .jiaocaicontentimg{width: 6.85rem;height: 4.94rem;}

.wap-main  .jiaocai-pre{width: 0.40rem;height: 0.41rem;display: flex;align-items: center;justify-content: center;top: 3rem;position: absolute;z-index: 1;}

/* 姝︽眽澶氫釜鏍″尯浠婚€� 浜彈鑸掗€傚涔犵幆澧� */
.wap-main .env{position: relative;background-color: #e9f6ff;padding: 0.1rem 0 0 0;}
.wap-main .env .envbox{position: relative;margin-top: 0.25rem;}
.wap-main .env .envbox .envimg{background-color: #fff;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;padding: 0.20rem;border-radius: 0.20rem;}
.wap-main .env .envbox .envimg img{width: 3.2rem;height: 2.3rem;}
.wap-main .env .envbox .envimg img:nth-child(-n+6){margin-bottom: 0.15rem;}

/* 棰勭害 搴�*/
.wap-main .get{background:#21add8 ;padding: 0.75rem 0 0.20rem 0;}

.wap-main .school{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap; padding: 0 0.60rem;}
.wap-main .school .schoolItem{color: #fff;font-size: 0.3rem;border: 0.01rem solid #fff;border-radius: 0.05rem;padding: 0.02rem 0.15rem;}
.wap-main .school .schoolItem a{color: #fff;}

.wap-main .get .get-form{padding: 0 0.3rem;margin-top: 0.25rem;}
.wap-main .get .get-form .get-form-top{display: flex;align-items: center;justify-content: center;flex-direction: column;}
.wap-main .get .get-form .get-form-top .gft-item{width: 100%;height: 0.9rem;position: relative;display: flex;align-items: center;border: 0.01rem solid #f2f2f2;padding: 0 0 0 0.25rem;box-sizing: border-box;margin-bottom: 0.3rem;background-color: #ffffff;}
.wap-main .get .get-form .get-form-top .gft-item .gfi-img{width: 0.3rem;height: 0.36rem;margin-right: 0.3rem;}
.wap-main .get .get-form .get-form-top .gft-item .gfi-input{height: 100%;}
.wap-main .get .get-form .get-form-top .gft-item .gfi-input input{font-size: 0.3rem;}
.wap-main .get .get-form .get-form-top .gft-item .gfi-input .gfi-input-name{border: none;background: #ffffff;height: 100%;}
.wap-main .get .get-form .get-form-top .gft-item .gfi-getCode{position: absolute;right: 0.2rem;top: 50%;transform: translate(0, -50%);}
.wap-main .get .get-form .get-form-top .gft-item .gfi-getCode .getYzm{border: none;padding: 0.1rem 0.15rem;border-radius: 0.5rem;display: flex;align-items: center;justify-content: center;color: #ffffff;background-color: #767676;font-size: 0.3rem;}
.wap-main .get .get-form .get-form-top .gft-submit{width: 100%;height: 0.8rem;background-color: #ffdf5a;padding: 0 0.65rem;box-sizing: border-box;display: flex;align-items: center;justify-content: center;}
.wap-main .get .get-form .get-form-top .gft-submit .gfs-img{width: 0.35rem;height: 0.34rem; margin-right: 0.1rem;}
.wap-main .get .get-form .get-form-top .gft-submit .gfs-txt{color: #a04100;font-size: 0.34rem;font-weight: bold;}
.wap-main .get .get-form .get-form-bottom{display: flex;align-items: center;justify-content: center;margin-top: 0.2rem;font-size: 0.24rem;}

/* 鏈€鍚� */
.wap-main .get .lasttop{display: flex;flex-direction: column; align-items: center;justify-content: center;margin-top: 0.45rem;}
.wap-main .get .lasttop .ltone{background-color: #0c7eaf;border-radius: 0.30rem;color: #fffacf;font-size: 0.26rem;padding: 0.05rem 0.2rem; margin-bottom: 0.25rem;}
.wap-main .get .lasttop .ltotwo{color: #fff;font-size: 0.26rem;margin-left: 0.10rem;}

.wap-main .get .phonenum{color: #fff;font-size: 0.28rem;font-weight: bold;margin-top: 0.15rem;text-align: center;}</pre></body></html>