:root{--el-popup-modal-background-color:var(--el-color-black);--el-popup-modal-opacity:0.5}.v-modal-enter{-webkit-animation:v-modal-in var(--el-transition-duration-fast) ease;animation:v-modal-in var(--el-transition-duration-fast) ease}.v-modal-leave{-webkit-animation:v-modal-out var(--el-transition-duration-fast) ease forwards;animation:v-modal-out var(--el-transition-duration-fast) ease forwards}@-webkit-keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{to{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:var(--el-popup-modal-opacity);background:var(--el-popup-modal-background-color)}.el-popup-parent--hidden{overflow:hidden}.el-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;height:100%;background-color:rgba(0,0,0,.5);overflow:auto}.el-overlay .el-overlay-root{height:0}.el-dialog{--el-dialog-background-color:var(--el-color-white);--el-dialog-box-shadow:0 1px 3px rgba(0,0,0,0.3);--el-dialog-title-font-size:var(--el-font-size-large);--el-dialog-content-font-size:14px;--el-dialog-font-line-height:var(--el-font-line-height-primary);--el-dialog-padding-primary:20px;position:relative;margin:0 auto 50px;background:var(--el-dialog-background-color);border-radius:var(--el-border-radius-small);-webkit-box-shadow:var(--el-dialog-box-shadow);box-shadow:var(--el-dialog-box-shadow);-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.el-dialog__header{padding:var(--el-dialog-padding-primary);padding-bottom:10px}.el-dialog__headerbtn{position:absolute;top:var(--el-dialog-padding-primary);right:var(--el-dialog-padding-primary);padding:0;background:0 0;border:none;outline:0;cursor:pointer;font-size:var(--el-message-close-size,16px)}.el-dialog__headerbtn .el-dialog__close{color:var(--el-color-info)}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:var(--el-color-primary)}.el-dialog__title{line-height:var(--el-dialog-font-line-height);font-size:var(--el-dialog-title-font-size);color:var(--el-text-color-primary)}.el-dialog__body{padding:calc(var(--el-dialog-padding-primary) + 10px) var(--el-dialog-padding-primary);color:var(--el-text-color-regular);font-size:var(--el-dialog-content-font-size);word-break:break-all}.el-dialog__footer{padding:var(--el-dialog-padding-primary);padding-top:10px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial;padding:25px calc(var(--el-dialog-padding-primary) + 5px) 30px}.el-dialog--center .el-dialog__footer{text-align:inherit}.dialog-fade-enter-active{-webkit-animation:modal-fade-in var(--el-transition-duration)!important;animation:modal-fade-in var(--el-transition-duration)!important}.dialog-fade-enter-active .el-dialog{-webkit-animation:dialog-fade-in var(--el-transition-duration);animation:dialog-fade-in var(--el-transition-duration)}.dialog-fade-leave-active{-webkit-animation:modal-fade-out var(--el-transition-duration);animation:modal-fade-out var(--el-transition-duration)}.dialog-fade-leave-active .el-dialog{-webkit-animation:dialog-fade-out var(--el-transition-duration);animation:dialog-fade-out var(--el-transition-duration)}@-webkit-keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes dialog-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@-webkit-keyframes modal-fade-in{0%{opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes modal-fade-in{0%{opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}@keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}.container[data-v-f2f0be2c]{width:100%;height:100%;overflow-y:auto;padding-top:82px}.container .fixed_top1[data-v-f2f0be2c]{width:106px;height:155px;background:url(//cheyun-img.oss-cn-beijing.aliyuncs.com/cy_report_img/introduct/fixed_top.png) no-repeat;background-size:100%;position:fixed;top:600px;right:85px;z-index:1}.container .fixed_top2[data-v-f2f0be2c]{width:347px;height:55px;background:#6b72f8;-webkit-box-shadow:0 5px 12px 1px rgba(126,117,181,.28);box-shadow:0 5px 12px 1px rgba(126,117,181,.28);border-radius:100px 0 0 100px;font-size:21px;font-weight:400;text-align:center;color:#fff;line-height:55px;letter-spacing:1px;position:fixed;top:600px;right:0;z-index:1}.header[data-v-f2f0be2c]{position:fixed;top:0;z-index:1;min-width:1200px;width:100%;height:82px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background:#fff;-webkit-box-shadow:0 2px 14px 0 rgba(125,167,226,.26);box-shadow:0 2px 14px 0 rgba(125,167,226,.26)}.header .head_left[data-v-f2f0be2c],.header[data-v-f2f0be2c]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header .head_left[data-v-f2f0be2c]{padding-left:65px}.header .head_left .logo[data-v-f2f0be2c]{width:62px;height:34px;background:url(//cheyun-img.oss-cn-beijing.aliyuncs.com/cy_report_img/introduct/logo.png) no-repeat;background-size:100%}.header .head_left .row_line[data-v-f2f0be2c]{width:17px;height:3px;background:rgba(97,113,164,.19);border-radius:2px;margin:0 16px 0 20px}.header .head_left .logo_text[data-v-f2f0be2c]{font-size:18px;font-weight:700;color:#6171a4}.header .head_right[data-v-f2f0be2c]{padding-right:36px}.header .head_right .head_links[data-v-f2f0be2c],.header .head_right[data-v-f2f0be2c]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header .head_right .head_links .head_link[data-v-f2f0be2c]{font-size:15px;font-weight:500;color:#6171a4;margin-right:35px;cursor:pointer}.header .head_right .head_login[data-v-f2f0be2c]{width:96px;height:32px;background:#587eff;border-radius:16px;margin-right:32px;line-height:32px;font-size:15px;font-weight:500;color:#fff;text-align:center;text-decoration:none;cursor:pointer}.header .head_right .head_login.head_logined[data-v-f2f0be2c]{background:#ff6a00}.header .head_right .head_form[data-v-f2f0be2c]{width:149px;height:32px;background:#eceff5;border-radius:16px;line-height:32px;font-size:15px;font-weight:500;color:#6171a4;text-align:center;cursor:pointer}.main[data-v-f2f0be2c]{width:100%;min-width:1200px}.main .section .tit[data-v-f2f0be2c]{font-size:36px;font-weight:500;color:#485786;line-height:50px;letter-spacing:2px;text-align:center}.main .section1 .banner[data-v-f2f0be2c]{width:100%;height:auto}.main .section1 .banner img[data-v-f2f0be2c]{display:block;width:100%;height:auto}.main .section1 .content1[data-v-f2f0be2c]{margin:0 auto;padding:80px 0;text-align:center}.main .section1 .content1 .font_27[data-v-f2f0be2c]{font-size:27px;color:#485786;line-height:38px;letter-spacing:1px}.main .section1 .content1 .font_16[data-v-f2f0be2c]{font-size:16px;color:#909bbc;line-height:25px;letter-spacing:1px;margin:60px auto 0}.main .section1 .content2[data-v-f2f0be2c]{height:236px;background:#f8f9fc}.main .section1 .content2 .meaning_box[data-v-f2f0be2c]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:1200px;margin:0 auto;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.main .section1 .content2 .meaning_box .meaning_item[data-v-f2f0be2c]{width:350px;padding-top:43px;position:relative}.main .section1 .content2 .meaning_box .meaning_item .meaning_tit[data-v-f2f0be2c]{height:76px;line-height:76px;font-size:100px;font-weight:700;color:#587eff;opacity:.06}.main .section1 .content2 .meaning_box .meaning_item .meaning_text[data-v-f2f0be2c]{position:absolute;top:43px;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);height:76px;line-height:76px;font-size:27px;font-weight:600;color:#587eff;letter-spacing:1px}.main .section1 .content2 .meaning_box .meaning_item .meaning_desc[data-v-f2f0be2c]{font-size:16px;font-weight:400;color:#485786;line-height:26px;letter-spacing:1px;margin-top:20px;white-space:nowrap}.main .section2[data-v-f2f0be2c]{padding-top:85px}.main .section2 .tabs[data-v-f2f0be2c]{height:170px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:1040px;margin:40px auto 0;border-bottom:4px solid #f5f8ff}.main .section2 .tabs .tab[data-v-f2f0be2c]{width:158px;height:170px;cursor:pointer}.main .section2 .tabs .tab.active[data-v-f2f0be2c]{border-bottom:4px solid #5079f2}.main .section2 .tabs .tab.active .tab_tit[data-v-f2f0be2c]{color:#5079f2}.main .section2 .tabs .tab .tab_icon[data-v-f2f0be2c]{width:128px;height:128px;margin:0 auto;background-size:128px;background-repeat:no-repeat;background-position:50%}.main .section2 .tabs .tab .tab_icon.icon_xnjd[data-v-f2f0be2c]{background-image:url(//cheyun-img.oss-cn-beijing.aliyuncs.com/cy_report_img/introduct/xnjd.png)}.main .section2 .tabs .tab .tab_icon.icon_gnjd[data-v-f2f0be2c]{background-image:url(//cheyun-img.oss-cn-beijing.aliyuncs.com/cy_report_img/introduct/gnjd.png)}.main .section2 .tabs .tab .tab_icon.icon_lcjd[data-v-f2f0be2c]{background-image:url(//cheyun-img.oss-cn-beijing.aliyuncs.com/cy_report_img/introduct/lcjd.png)}.main .section2 .tabs .tab .tab_icon.icon_zccx[data-v-f2f0be2c]{background-image:url(//cheyun-img.oss-cn-beijing.aliyuncs.com/cy_report_img/introduct/zccx.png)}.main .section2 .tabs .tab .tab_tit[data-v-f2f0be2c]{height:32px;font-size:24px;font-weight:400;color:#6171a4;line-height:24px;text-align:center}.main .section2 .contents .content[data-v-f2f0be2c]{width:1075px;height:400px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.main .section2 .contents .content .tab_content_left .tab_content_tit[data-v-f2f0be2c]{font-size:27px;font-weight:500;color:#6171a4;line-height:40px;letter-spacing:1px}.main .section2 .contents .content .tab_content_left .tab_content_tag[data-v-f2f0be2c]{display:inline-block;padding:0 20px;height:33px;border-radius:6px;border:1px solid #a3acca;font-size:18px;color:#6171a4;line-height:33px;letter-spacing:1px;margin-top:24px;text-align:center}.main .section2 .contents .content .tab_content_left .tab_content_desc[data-v-f2f0be2c]{font-size:16px;font-weight:400;color:#6171a4;line-height:26px;letter-spacing:1px;margin-top:33px;padding-left:25px;position:relative}.main .section2 .contents .content .tab_content_left .tab_content_desc[data-v-f2f0be2c]:before{content:"";width:1px;height:85%;background:#a3acca;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.main .section2 .contents .content .tab_content_right[data-v-f2f0be2c]{width:520px;height:233px}.main .section2 .contents .content .tab_content_right img[data-v-f2f0be2c]{display:block;margin:0 auto;width:auto;height:100%}.main .section3 .content3[data-v-f2f0be2c]{height:341px;background:rgba(248,249,252,.71);padding-top:43px}.main .section3 .content3 .texts[data-v-f2f0be2c]{width:1113px;margin:45px auto 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.main .section3 .content3 .texts .text[data-v-f2f0be2c]{width:359px;height:147px;border-radius:25px;border:1px solid #d6d9e2;font-size:18px;font-weight:400;line-height:25px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.main .section3 .content3 .texts .text p[data-v-f2f0be2c]{text-align:center;color:#485786}.main .section3 .content3 .texts .text p .color_blue[data-v-f2f0be2c]{color:#5079f2}.main .section3 .content4[data-v-f2f0be2c]{padding:80px 0 0}.main .section3 .content4 .part[data-v-f2f0be2c]{margin:0 auto;width:1140px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.main .section3 .content4 .part .part_text .part_text_img[data-v-f2f0be2c]{margin:0 auto}.main .section3 .content4 .part .part_text .part_text_img img[data-v-f2f0be2c]{width:100%;height:100%}.main .section3 .content4 .part .part_text .part_text_tit[data-v-f2f0be2c]{margin-top:32px;font-size:22px;font-weight:500;color:#6171a4;line-height:30px;text-align:center}.main .section3 .content4 .part .part_text .part_text_desc[data-v-f2f0be2c]{margin-top:32px;font-size:16px;font-weight:400;color:#6171a4;line-height:26px;text-align:center}.main .section3 .content4 .part .part_text .part_text_desc p[data-v-f2f0be2c]{margin-bottom:13px}.main .section3 .content4 .part .part_img[data-v-f2f0be2c]{width:654px}.main .section3 .content4 .part .part_img img[data-v-f2f0be2c]{width:100%;height:auto}.main .section3 .content4 .part.part1 .part_text_img[data-v-f2f0be2c]{width:214px;height:214px}.main .section3 .content4 .part.part2[data-v-f2f0be2c]{margin-top:115px}.main .section3 .content4 .part.part2 .part_text_img[data-v-f2f0be2c]{width:190px;height:133px}.main .section3 .content4 .part.part3[data-v-f2f0be2c]{margin-top:175px;margin-bottom:160px}.main .section3 .content4 .part.part3 .part_text_img[data-v-f2f0be2c]{width:128px;height:116px}.main .section3 .content4 .part.part3 .part_text_desc[data-v-f2f0be2c]{padding-bottom:20px}.main .section4 .content5[data-v-f2f0be2c]{margin-top:30px;padding:47px 0;width:100%;background:#f8f9fc}.main .section4 .content5 img[data-v-f2f0be2c]{display:block;width:1135px;height:443px;margin:0 auto}.main .section4 .content6[data-v-f2f0be2c]{padding-top:89px}.main .section4 .content6 .kh_imgs[data-v-f2f0be2c]{width:1131px;margin:89px auto 100px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.main .section4 .content6 .kh_imgs .kh_img[data-v-f2f0be2c]{width:276px;height:184px;margin-right:9px;margin-bottom:9px;background:#ccc}.main .section4 .content6 .kh_imgs .kh_img[data-v-f2f0be2c]:nth-child(4n){margin-right:0}.main .section4 .content6 .kh_imgs .kh_img img[data-v-f2f0be2c]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.main .section4 .content6 .kh_imgs .load_more_kh[data-v-f2f0be2c]{width:276px;height:184px;padding-top:54px;background:rgba(0,0,0,.7);font-size:18px;font-weight:400;color:#fff;text-align:center;line-height:25px;position:absolute;right:0;bottom:9px;cursor:pointer}.main .section4 .content6 .kh_imgs .load_more_kh .look_more_kh_icon[data-v-f2f0be2c]{width:28px;height:28px;margin:10px auto 0;background:url(//cheyun-img.oss-cn-beijing.aliyuncs.com/cy_report_img/introduct/next.png) no-repeat;background-size:100%}.main .section5 .news_content[data-v-f2f0be2c]{width:1130px;margin:18px auto 0}.main .section5 .news_content .news[data-v-f2f0be2c]{width:1150px;height:auto}.main .section5 .news_content .news .news_item[data-v-f2f0be2c]{display:block;width:210px;height:140px;margin-right:20px;margin-bottom:13px;background:#ccc;border-radius:8px;overflow:hidden;float:left;position:relative}.main .section5 .news_content .news .news_item .news_img[data-v-f2f0be2c]{width:100%;height:100%}.main .section5 .news_content .news .news_item .news_img img[data-v-f2f0be2c]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.main .section5 .news_content .news .news_item .news_tit[data-v-f2f0be2c]{width:100%;height:28px;background:#323232;font-size:14px;color:#fff;line-height:28px;text-align:center;padding:0 10px;position:absolute;left:0;bottom:0;overflow:hidden;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.main .section5 .news_content .news .news_item[data-v-f2f0be2c]:first-child{width:440px;height:293px}.main .section5 .news_content .news .news_item:first-child .news_tit[data-v-f2f0be2c]{height:36px;line-height:36px}.main .section5 .news_content .clear_both[data-v-f2f0be2c]{width:0;height:0;clear:both}.main .section5 .news_content .look_more[data-v-f2f0be2c]{margin:60px auto 0;width:272px;height:44px;line-height:44px;border-radius:9px;border:1px solid #d4d9e8;font-size:18px;font-weight:700;color:#6171a4;text-align:center;cursor:pointer}.main .section5 .content7[data-v-f2f0be2c]{margin-top:101px;background:#f8f9fc;padding-bottom:22px}.main .section5 .content7 .bottom_content[data-v-f2f0be2c]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:1109px;margin:0 auto;padding-top:82px}.main .section5 .content7 .bottom_content .bottom_left[data-v-f2f0be2c]{height:198px}.main .section5 .content7 .bottom_content .bottom_left .bottom_tit[data-v-f2f0be2c]{height:45px;font-size:32px;font-weight:600;color:#485786;line-height:45px}.main .section5 .content7 .bottom_content .bottom_left .bottom_desc[data-v-f2f0be2c]{margin-top:4px;height:24px;font-size:18px;color:#6171a4;line-height:24px;letter-spacing:1px}.main .section5 .content7 .bottom_content .bottom_left .bottom_btn[data-v-f2f0be2c]{margin-top:57px;width:180px;height:47px;background:#485786;border-radius:28px;font-size:20px;color:#fff;text-align:center;line-height:47px;letter-spacing:1px;cursor:pointer}.main .section5 .content7 .bottom_content .bottom_right[data-v-f2f0be2c]{width:413px;height:198px;background:#fff;-webkit-box-shadow:0 4px 16px 0 rgba(71,77,102,.03);box-shadow:0 4px 16px 0 rgba(71,77,102,.03);border-radius:15px;padding:10px 58px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.main .section5 .content7 .bottom_content .bottom_right .ewm_box[data-v-f2f0be2c]{width:116px}.main .section5 .content7 .bottom_content .bottom_right .ewm_box .ewm_tit[data-v-f2f0be2c]{height:44px;font-size:18px;color:#6171a4;line-height:44px;letter-spacing:1px;text-align:center}.main .section5 .content7 .bottom_content .bottom_right .ewm_box .ewm_img[data-v-f2f0be2c]{width:116px;height:116px;overflow:hidden}.main .section5 .content7 .bottom_content .bottom_right .ewm_box .ewm_img img[data-v-f2f0be2c]{width:100%}.main .section5 .content7 .bottom_text[data-v-f2f0be2c]{margin-top:61px;font-size:12px;font-weight:400;color:#485786;line-height:17px;text-align:center}.main .section5 .content7 .bottom_text a[data-v-f2f0be2c]{color:#485786;text-decoration:none}.visitTextarea[data-v-f2f0be2c]{width:100%;height:100%;resize:none;padding:10px;background-color:#f6f9fd;border-color:#f6f9fd;outline:none}.textareaBg[data-v-f2f0be2c]{height:150px;background-color:#f6f9fd;margin-bottom:10px}.visitLeft[data-v-f2f0be2c]{width:20%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.visitLeft span[data-v-f2f0be2c]{color:red;margin:5%}.visitRight[data-v-f2f0be2c]{width:80%}.visitInput[data-v-f2f0be2c]{width:100%;height:100%;padding:10px;background-color:#f6f9fd;border:none;outline:none}.visitRow[data-v-f2f0be2c]{height:40px;margin-top:25px}.applyBtn[data-v-f2f0be2c],.visitRow[data-v-f2f0be2c]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.applyBtn[data-v-f2f0be2c]{margin-top:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:18px;color:#48498d;cursor:pointer}.textAreaRow[data-v-f2f0be2c]{height:150px}