<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a{text-decoration:none}.h1-title{font-size:24px;font-weight:600}.h2-title{font-size:20px}@media screen and (min-width:768px){.h1-title{font-size:38px}.h2-title{font-size:24px}}.snotifyToast{animation-fill-mode:both}.snotify-leftBottom .fadeIn,.snotify-leftCenter .fadeIn,.snotify-leftTop .fadeIn{animation-name:fadeInLeft}.snotify-leftBottom .fadeOut,.snotify-leftCenter .fadeOut,.snotify-leftTop .fadeOut{animation-name:fadeOutLeft}.snotify-rightBottom .fadeIn,.snotify-rightCenter .fadeIn,.snotify-rightTop .fadeIn{animation-name:fadeInRight}.snotify-rightBottom .fadeOut,.snotify-rightCenter .fadeOut,.snotify-rightTop .fadeOut{animation-name:fadeOutRight}.snotify-centerTop .fadeIn{animation-name:fadeInDown}.snotify-centerTop .fadeOut{animation-name:fadeOutUp}.snotify-centerCenter .fadeIn{animation-name:fadeIn}.snotify-centerCenter .fadeOut{animation-name:fadeOut}.snotify-centerBottom .fadeIn{animation-name:fadeInUp}.snotify-centerBottom .fadeOut{animation-name:fadeOutDown}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) scaleX(1.2)}to{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0) scaleX(1.2)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0) scaleY(1.2)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0) scaleY(1.2)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes appear{0%{max-height:0}to{max-height:50vh}}@keyframes disappear{0%{max-height:50vh;opacity:0}to{max-height:0;opacity:0}}@keyframes async{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}.snotify{position:fixed;z-index:1999;box-sizing:border-box;display:block;width:360px;pointer-events:none}@media screen and (min-width:568px){.snotify{width:390px}}.snotify *{box-sizing:border-box}.snotify-leftBottom,.snotify-leftCenter,.snotify-leftTop{left:10px}.snotify-rightBottom,.snotify-rightCenter,.snotify-rightTop{right:10px}.snotify-centerBottom,.snotify-centerCenter,.snotify-centerTop{left:calc(50% - 150px)}.snotify-centerTop,.snotify-leftTop,.snotify-rightTop{top:10px}.snotify-centerCenter,.snotify-leftCenter,.snotify-rightCenter{top:50%;transform:translateY(-50%)}.snotify-centerBottom,.snotify-leftBottom,.snotify-rightBottom{bottom:10px}.snotify-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background-color:#000;opacity:0;transition:opacity .3s}.snotifyToast{display:block;height:100%;max-height:300px;margin:5px;overflow:hidden;pointer-events:auto;opacity:0}.snotifyToast--in{animation-name:appear}.snotifyToast--out{animation-name:disappear}.snotifyToast__inner{position:relative;display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:center;min-height:74px;padding:8px 6px;font-size:16px;color:#000;-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center}.snotifyToast__progressBar{position:relative;width:100%;height:5px;background-color:#c7c7c7}.snotifyToast__progressBar__percentage{position:absolute;top:0;left:0;max-width:100%;height:5px;background-color:#4c4c4c}.snotifyToast__title{margin-bottom:5px;font-size:1.8em;line-height:1.2em;color:#000}.snotifyToast__body{font-size:1em;color:#000}.snotifyToast-show{opacity:1;transform:translate(0)}.snotifyToast-remove{max-height:0;overflow:hidden;opacity:0;transform:translateY(50%)}.snotify-success{border-left:4px solid #4caf50}.snotify-info{border-left:4px solid #1e88e5}.snotify-warning{border-left:4px solid #ff9800}.snotify-error{border-left:4px solid #f44336}.snotify-async{border-left:4px solid #1e88e5}.snotify-confirm,.snotify-prompt{border-left:4px solid #009688}.snotify-confirm .snotifyToast__inner,.snotify-prompt .snotifyToast__inner{padding:10px 15px}.snotifyToast__input{position:relative;z-index:1;display:inline-block;width:100%;margin:0;vertical-align:top;transition:all .5s;transition-delay:.3s;transition-timing-function:cubic-bezier(.2,1,.3,1)}.snotifyToast__input__field{position:relative;display:block;float:right;width:100%;padding:.85em .5em;font-weight:700;color:#333;background:transparent;border:none;border-radius:0;opacity:0;transition:opacity .3s;-webkit-appearance:none}.snotifyToast__input__field:focus{outline:none}.snotifyToast__input__label{position:absolute;left:0;display:inline-block;float:right;width:100%;height:100%;padding:0 .85em;font-size:70.25%;font-weight:700;color:#999;text-align:left;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-touch-callout:none}.snotifyToast__input__label:after,.snotifyToast__input__label:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";transition:transform .3s}.snotifyToast__input__label:before{border-top:2px solid #009688;transition-delay:.3s;transform:translate3d(0,100%,0) translate3d(0,-2px,0)}.snotifyToast__input__label:after{z-index:-1;background:#eee;transform:scaleY(0);transform-origin:50% 0}.snotifyToast__input__labelContent{position:relative;display:block;width:100%;padding:1em 0;transition:transform .3s .3s}.snotifyToast__input--filled{margin-top:2.5em}.snotifyToast__input--filled .snotifyToast__input__field,.snotifyToast__input--filled:focus{opacity:1;transition-delay:.3s}.snotifyToast__input--filled .snotifyToast__input__labelContent,.snotifyToast__input__field:focus+.snotifyToast__input__label .snotifyToast__input__labelContent{transition-timing-function:cubic-bezier(.2,1,.3,1);transform:translateY(-80%)}.snotifyToast__input--filled .snotifyToast__input__label:before,.snotifyToast__input__field:focus+.snotifyToast__input__label:before{transition-delay:0s;transform:translate(0)}.snotifyToast__input--filled .snotifyToast__input__label:after,.snotifyToast__input__field:focus+.snotifyToast__input__label:after{transition-delay:.3s;transition-timing-function:cubic-bezier(.2,1,.3,1);transform:scale(1)}.snotifyToast--invalid .snotifyToast__input__label:before{border-color:#f44336}.snotifyToast--valid .snotifyToast__input__label:before{border-color:#4caf50}.snotifyToast__buttons{display:flex;flex-flow:row nowrap;justify-content:space-between;border-top:1px solid rgba(0,0,0,.1)}.snotifyToast__buttons button{position:relative;width:100%;padding:8px;color:#000;text-transform:capitalize;background:transparent;border:1px solid rgba(0,0,0,.1);border-top:none;border-bottom:none}.snotifyToast__buttons button:focus,.snotifyToast__buttons button:hover{background:rgba(0,0,0,.1);outline:none}.snotifyToast__buttons button:active{background:rgba(0,0,0,.15)}.snotifyToast__buttons button:last-child{border-right:none}.snotifyToast__buttons button:first-child{border-left:none}.snotifyToast__buttons--bold{font-weight:700}.snotify-icon{position:absolute;top:50%;right:10px;width:100%;max-width:48px;height:100%;max-height:48px;line-height:0;transform:translateY(-50%)}.snotify-icon--error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23f44336'%3E%3Cpath d='M437 75A256 256 0 1075 437 256 256 0 10437 75zm-20.57 341.43a226.82 226.82 0 01-320.86 0C7.11 328 7.11 184 95.57 95.57a226.82 226.82 0 01320.86 0c88.46 88.43 88.46 232.43 0 320.86z'/%3E%3Cpath d='M368.81 143.19a14.5 14.5 0 00-20.58 0L256 235.42l-92.23-92.23a14.55 14.55 0 00-20.58 20.58L235.42 256l-92.23 92.23a14.6 14.6 0 0010.24 24.89 14.19 14.19 0 0010.24-4.31l92.23-92.23 92.23 92.23a14.64 14.64 0 0010.24 4.31 14 14 0 0010.24-4.31 14.5 14.5 0 000-20.58l-92-92.23 92.23-92.23a14.5 14.5 0 00-.03-20.58z'/%3E%3C/svg%3E")}.snotify-icon--warning{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23ff9800'%3E%3Cpath d='M256 512c141.15 0 256-114.84 256-256S397.15 0 256 0 0 114.84 0 256s114.85 256 256 256zm0-480.49c123.79 0 224.49 100.71 224.49 224.49S379.79 480.49 256 480.49 31.51 379.79 31.51 256 132.21 31.51 256 31.51z'/%3E%3Ccircle cx='260.08' cy='343.87' r='26.35'/%3E%3Cpath d='M254.68 278.39a15.76 15.76 0 0015.75-15.75V128.72a15.75 15.75 0 10-31.51 0v133.91a15.76 15.76 0 0015.76 15.76z'/%3E%3C/svg%3E")}.snotify-icon--info{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%231e88e5'%3E%3Cpath d='M256 0C114.84 0 0 114.84 0 256s114.84 256 256 256 256-114.84 256-256S397.15 0 256 0zm0 478.43c-122.65 0-222.43-99.79-222.43-222.43S133.35 33.58 256 33.58 478.42 133.36 478.42 256 378.64 478.43 256 478.43z'/%3E%3Cpath d='M251.26 161.24a22.39 22.39 0 10-22.38-22.39 22.39 22.39 0 0022.38 22.39zM286.84 357.87h-14v-160A16.79 16.79 0 00256 181.05h-30.83a16.79 16.79 0 000 33.58h14.05v143.24h-14.05a16.79 16.79 0 000 33.57h61.67a16.79 16.79 0 100-33.57z'/%3E%3C/svg%3E")}.snotify-icon--success{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%234caf50'%3E%3Cpath d='M256 0C114.85 0 0 114.84 0 256s114.85 256 256 256 256-114.84 256-256S397.15 0 256 0zm0 492.31c-130.29 0-236.31-106-236.31-236.31S125.71 19.69 256 19.69 492.31 125.71 492.31 256 386.29 492.31 256 492.31z'/%3E%3Cpath class='cls-1' d='M376.64 151L225.31 321.24l-91.17-72.93a9.85 9.85 0 00-12.3 15.38l98.46 78.77a9.86 9.86 0 0013.52-1.15l157.54-177.23A9.85 9.85 0 00376.64 151z'/%3E%3C/svg%3E")}.snotify-icon--async{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%231e88e5'%3E%3Cpath d='M256 0a32 32 0 00-32 32v64a32 32 0 0064 0V32a32 32 0 00-32-32zm0 384a32 32 0 00-32 32v64a32 32 0 0064 0v-64a32 32 0 00-32-32zm135.74-218.5L437 120.22A32 32 0 00391.74 75l-45.24 45.22a32 32 0 0045.25 45.28zm-271.52 181L75 391.74A32 32 0 00120.22 437l45.25-45.25a32 32 0 00-45.25-45.25zm0-271.52A32 32 0 1075 120.22l45.25 45.28a32 32 0 1045.25-45.28zM391.74 346.5a32 32 0 00-45.25 45.25L391.74 437A32 32 0 00437 391.74zM480 224h-64a32 32 0 000 64h64a32 32 0 000-64zm-352 32a32 32 0 00-32-32H32a32 32 0 000 64h64a32 32 0 0032-32z'/%3E%3C/svg%3E");transform-origin:50% 50%;animation:async 3s linear infinite}.notification-container{position:relative;display:flex;align-items:stretch;justify-content:space-between;width:336px;overflow:hidden;border-radius:6px;box-shadow:2px 2px 10px 2px hsla(0,0%,60%,.2)}.notification-container .icon-guanbi{position:absolute;top:5px;right:5px;font-size:22px;color:grey;cursor:pointer}.notification-container .icon-guanbi:hover{color:#737373}.notification-container.icon .img-wrapper{display:flex;align-items:center;justify-content:center;width:120px;color:#fff;background:rgba(63,138,239,.9)}.notification-container.icon .img-wrapper .iconfont{font-size:45px}.notification-container.icon .content-wrapper{width:calc(100% - 120px)}.notification-container.editpanel .img-wrapper{display:flex;align-items:center;justify-content:center;background:#fff}.notification-container.editpanel .img-wrapper img{width:14px;vertical-align:-2px}.notification-container a{display:block;color:#666}.notification-container a.flex{display:flex}.notification-container a:hover{color:#666}.notification-container .img-wrapper{width:140px}.notification-container .img-wrapper .img{width:100%}.notification-container .content-wrapper{width:calc(100% - 140px);padding:12px 8px 12px 11px;font-size:12px;color:grey;text-align:left;background:#fff;border-left:1px solid #efefef}.notification-container .content-wrapper .title{padding-right:20px;margin-bottom:3px;overflow:hidden;font-weight:700;color:#333;text-overflow:ellipsis;white-space:nowrap}.notification-container .content-wrapper p{margin:0;color:#666}.notification-container .content-wrapper time{display:inline-block;margin-top:4px;color:#c7c7c7}.notification-container .content-wrapper .zan{font-size:22px}@media screen and (min-width:768px){.notification-container{width:365px}.notification-container .icon-guanbi{font-size:16px}}.tp-components-checkbox{cursor:pointer}.tp-components-checkbox:hover:before{color:#20a0ff}.tp-components-checkbox:before{margin-right:2px;font-family:iconfont;font-size:23px;line-height:0;color:#bfcbd9;vertical-align:-4px;content:"\E68D"}.tp-components-checkbox.checked:before{margin-right:1px;font-family:iconfont;font-size:24px;color:#20a0ff;content:"\E68A"}.tp-components-checkbox span{font-size:14px;color:#48576a}.ai-footer{position:relative;padding:28px 90px;text-align:center;color:hsla(0,0%,100%,.8);background:url(https://www.logo123.com/oss/static/img/footer-bg.jpg) #d8d8d8 no-repeat 50%/cover}.ai-footer a:hover{color:#fff}@media screen and (max-width:767px){.ai-footer{padding:28px 15px;font-size:14px}}.ai-footer__qrcode{margin-top:-77px}.ai-footer__qrcode&gt;div:first-child{position:relative;width:100px;height:100px;margin:0 auto}.ai-footer__qrcode&gt;div:first-child img:first-child{width:100%;height:100%}.ai-footer__qrcode&gt;div:first-child img:nth-child(2),.ai-footer__qrcode&gt;div:first-child img:nth-child(3){position:absolute}.ai-footer__qrcode&gt;div:first-child img:nth-child(2){top:27px;left:113px}.ai-footer__qrcode&gt;div:first-child img:nth-child(3){top:51px;left:144px;width:22px}.ai-footer__divider{display:flex;clear:both;width:100%;min-width:100%;margin:28px 0;background-color:hsla(0,0%,100%,.1);border-top:1px solid rgba(0,0,0,.06)}.ai-footer__links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.ai-footer__links .linkspan{margin:2px 10px;font-size:14px}.ai-footer__links a{color:#969696}.ai-footer__links a:hover{color:#fff}.preview-logo-dialog{background:transparent!important}.preview-logo-dialog .el-dialog__close{font-size:32px;color:#fff}.bd_weixin_popup{box-sizing:content-box}.maxwidth{width:1120px;margin:0 auto}.button-wrapper,.jiathis_style_32x32{position:relative}.ShareAndGetFreeLogo{position:absolute;right:0;bottom:-122px;left:0;z-index:2003;width:240px;padding:10px;margin:auto;font-family:Helvetica Neue,PingFang SC,Microsoft YaHei!important;font-size:14px;color:#333;background:#fff;border:1px solid #d1d9e5;border-radius:2px;box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.ShareAndGetFreeLogo .zan{font-size:22px}.ShareAndGetFreeLogo .ShareAndGetFreeLogo-icon{position:absolute;top:-6px;right:0;left:0;width:11px;height:6px;margin:auto;transform:rotate(180deg)}.ShareAndGetFreeLogo a.learn-more{color:#1484ff}.ShareAndGetFreeLogo2{position:absolute;right:0;bottom:40px;left:0;z-index:2003;box-sizing:content-box;width:290px;padding:10px;margin:auto;font-family:Helvetica Neue,PingFang SC,Microsoft YaHei!important;font-size:14px;color:#333;background:#fff;border:1px solid #d1d9e5;border-radius:2px;box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.ShareAndGetFreeLogo2 .zan{font-size:22px}.ShareAndGetFreeLogo2 .ShareAndGetFreeLogo-icon2{position:absolute;right:0;bottom:-6px;left:0;width:11px;height:6px;margin:auto}.ShareAndGetFreeLogo2 a.learn-more{color:#1484ff}@media screen and (max-width:700px){.ShareAndGetFreeLogo .zan{font-size:18px}.ShareAndGetFreeLogo2{bottom:36px;font-size:12px}.ShareAndGetFreeLogo2 .zan{font-size:12px}}.checkbuy_text{display:inline;font-size:13px;color:#aaa}.checkbuy_text2{display:inline;font-size:13px;color:#eee}.el-message-box{max-width:calc(100vw - 20px)}.shadow{margin:0 auto;border-bottom:3px solid #98cdff;box-shadow:inset 0 -8px 0 #98cdff}html{scroll-behavior:smooth}body{font-family:Helvetica Neue,PingFang SC,Microsoft YaHei!important;color:#333;background:#f7f7f7;-webkit-overflow-scrolling:touch;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body:lang(en){font-family:Helvetica Neue,Arial,sans-serif!important}header.fixedlayout+.body-container{padding-top:50px}header.AILOGO,header.INSTANTLOGODESIGN{position:absolute;width:100%;background:transparent}header.AILOGO #side-menu-btn-wrapper .el-button--text,header.INSTANTLOGODESIGN #side-menu-btn-wrapper .el-button--text{color:#fc3868}ol,ul{list-style:none}a.nostyle{text-decoration:none}.login .el-dialog{top:50%!important;width:420px;max-width:calc(100vw - 20px);max-height:100vh;margin:20px 0 35px;transform:translate(-50%,-50%)}.login .el-dialog .el-dialog__header{padding:20px}.login .el-dialog .el-dialog__header:after{display:block;clear:both;content:""}.login .el-dialog .el-dialog__body{padding:0}.el-tabs--custom .el-tabs__header{border-bottom-color:transparent}.el-tabs--custom .el-tabs__header .el-tabs__nav{width:100%}.el-tabs--custom .el-tabs__header .el-tabs__nav .el-tabs__item{width:50%;margin:0;text-align:center;border:0}.fixed-dialog{overflow:auto}.fixed-dialog .el-dialog{top:0!important;right:0;bottom:0;left:0;margin-bottom:0;transform:none}.fixed-dialog .el-dialog .el-dialog__header{position:inherit;width:100%;height:0;padding:0}.fixed-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn{position:absolute}.fixed-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close{font-weight:700;color:#fff}.fixed-dialog .el-dialog .el-dialog__body{height:100vh;padding:0;background:#f7f7f7}.fixed-dialog .el-dialog .el-menu{overflow:auto}.left-dialog .el-dialog{right:auto}.left-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn{top:5px;left:100%;padding-left:5px}.right-dialog .el-dialog{left:auto}.right-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn{top:5px;right:100%;padding-right:5px}.side-nav-dialog .el-dialog{width:70%;max-width:350px}.custom.el-message{z-index:3000!important}footer{padding:2em 10px;background-color:#fff}footer .middle-wrapper{max-width:1120px;margin:0 auto}footer div.logo,footer h1.logo{margin:0;font-size:25px;font-weight:700;line-height:1.5;color:#616161;text-align:left}footer div.logo .slogn_icon,footer h1.logo .slogn_icon{display:inline-block;width:30px;margin-right:5px}footer div.logo .slogn_icon img,footer h1.logo .slogn_icon img{width:100%}footer p.slogn{margin-bottom:0;font-size:14px;color:#b0b0b0}footer .slogn_new{margin-bottom:1.5em;font-size:20px;color:#b0b0b0}footer .scancode{display:flex;align-items:center;justify-content:space-between;padding:0 0 25px}footer .scancode .scancode_wrap{width:100px}footer .scancode .scancode_wrap img{width:100%}footer .copyright{margin-top:0;font-size:12px;font-weight:400;color:#616161;text-align:center}footer .copyright a{color:#616161}.langgo{display:flex;justify-content:center;width:100%;padding:100px 0;color:#fff;text-align:center;background:rgba(63,138,239,.9)}.langgo .langgo-content{width:100%;max-width:565.31px}.langgo .langgo-content h1{margin-bottom:20px}.langgo .langgo-content a{height:60px;padding:10px 30px;font-size:18px;line-height:40px;text-decoration:none}.langgo .langgo-content a:hover{transition:all .3s linear}.golangParent{background:url(/img/newindex/1440.jpg) no-repeat top;background-size:cover}.golang{display:flex;justify-content:center;width:100%;padding:100px 0;color:#fff;text-align:center;background:rgba(63,138,239,.9)}.golang.LOGOAI{position:relative}.golang.LOGOAI:before{background:url(/img/logoai/1440.jpg) top no-repeat;background-size:cover}.golang.LOGOAI:after,.golang.LOGOAI:before{position:absolute;top:0;left:0;width:100%;height:100%;content:""}.golang.LOGOAI:after{background:rgba(63,138,239,.9)}.golang.INSTANTLOGODESIGN{background:#fef9f9}.golang.INSTANTLOGODESIGN .golang-content h2{color:#323232}.golang.INSTANTLOGODESIGN .langgolin{height:72px;border:2px solid #fc3868;border-radius:10px 0 0 10px;box-shadow:none}.golang.INSTANTLOGODESIGN .langgolin::-webkit-input-placeholder{color:#9dadc3}.golang.INSTANTLOGODESIGN .company-input{justify-content:flex-start}.golang.INSTANTLOGODESIGN .company-input .el-button--primary{height:72px;background:linear-gradient(90deg,#fc3868,#ff7c68);border:0;border-radius:0 10px 10px 0;transform:translateX(-7px)}.golang .golang-content{position:relative;z-index:1;width:100%;max-width:550px}.golang .golang-content h2{position:relative;margin-bottom:20px;font-size:32px}.golang .golang-content .company-input{display:flex;justify-content:center;max-width:550px;margin:0 auto}.golang .arrowsIcon{position:absolute;right:0;bottom:-40px;left:0;width:26px;height:44px;margin:auto;background:url(/img/headimg.png) no-repeat -240px -152px}@media screen and (max-width:767px){.golang{box-sizing:border-box;padding:100px 15px;color:#fff;background:rgba(63,138,239,.9)}.golang.INSTANTLOGODESIGN{background:#fef9f9}.golang.INSTANTLOGODESIGN .golang-content h2{color:#323232}.golang.INSTANTLOGODESIGN .langgolin{width:calc(100% - 122px);height:55px;font-size:14px;border:2px solid #fc3868;border-radius:10px 0 0 10px;box-shadow:none}.golang.INSTANTLOGODESIGN .langgolin::-webkit-input-placeholder{color:#9dadc3}.golang.INSTANTLOGODESIGN .company-input{justify-content:flex-start}.golang.INSTANTLOGODESIGN .company-input .el-button--primary{width:122px;height:55px;padding:0!important;margin:0!important;font-size:12px!important;background:linear-gradient(90deg,#fc3868,#ff7c68);border:0;border-radius:0 10px 10px 0;transform:translateX(0)}.golang .golang-content h2{font-size:18px}}.langgolin{box-sizing:border-box;width:420px;height:50px;font-size:16px;color:#000;text-align:center;border:1px;border-radius:4px;outline:0;outline-color:#1484ff;box-shadow:0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);transition:box-shadow .2s cubic-bezier(.4,0,.2,1)}.langgolin .el-input__inner{display:flex;width:100%;height:60px;padding:0 12px;color:#666;text-align:center;border:1px;outline:0}.langgolin .el-input__inner:hover{border-color:#eee}.langgolin .el-input__inner:focus{outline:0;box-shadow:0 4px 4px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.emptytip{border:4px solid #1484ff}.go-button{position:relative;height:50px;padding:15px 30px!important;margin-left:7px!important;font-size:16px!important}@media screen and (max-width:767px){.langgolin{width:200px;height:50px;font-size:16px;border:4px}.langgo-content .makelogoll{font-size:22px}.langgo-content .company-input .go-button{width:97px;height:60px;margin-left:4px;font-size:12px}}@media screen and (min-width:768px){.go-button{font-size:18px!important}footer p.slogn{color:#b0b0b0}footer .copyright{margin-top:2em}.langgolin{font-size:18px;border:4px}.go-button,.langgolin{height:60px}}.main-btn{padding:10px 15px;font-size:14px;color:#fff;background-color:#1485ff;border-color:#1485ff;border-radius:4px;box-shadow:0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);transition:box-shadow .2s cubic-bezier(.4,0,.2,1)}.main-btn:hover{color:#fff;background:#439dff;border-color:#439dff}.main-btn.big-btn{padding:13px 36px;font-size:18px}.main-btn.radius-btn{border-radius:50px}.friendlinks{display:none}.friendlinks span{font-size:12px;color:#616161}.friendlinks .linkspan{position:relative;display:inline-block}.friendlinks .linkspan i.fa-times{position:absolute;top:-1px;right:0;display:none;cursor:pointer}.friendlinks .linkspan:hover i.fa-times{display:block}.friendlinks a{position:relative;display:inline-block;margin:0 8px;font-size:12px;font-weight:400;color:#616161}.friendlinks a:hover{color:#c7c7c7}#entryInput{position:relative;display:inline-flex;width:100%;height:50px;font-size:16px}#entryInput .el-input__inner,#entryInput .go-button{border-radius:4px;box-shadow:0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);transition:box-shadow .2s cubic-bezier(.4,0,.2,1)}#entryInput .el-input__inner:hover,#entryInput .go-button:hover{box-shadow:0 3px 8px 0 rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.08)}#entryInput .el-input__inner{display:flex;width:100%;height:inherit;padding:0;color:#666;text-align:center;border:1px;outline:0}#entryInput .el-input__inner:hover{border-color:#eee}#entryInput .el-input__inner:focus{outline:0;box-shadow:0 4px 4px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}#entryInput .emptytip{border:4px solid #1484ff}#entryInput .go-button{padding:15px 30px;margin-left:10px;font-size:inherit;color:#fff}#entryInput .go-button:hover{transition:all .3s linear}#entryInput .icon-enter{position:absolute;top:28%;right:10px;font-size:25px;color:#ccc}.wechat-payment-layer{z-index:9999999;display:flex;align-items:center;padding:0;background:rgba(55,55,55,.6)}.wechat-payment-layer .el-dialog{top:unset!important;width:300px;margin-bottom:0;overflow:hidden;border-radius:4px}.wechat-payment-layer .el-dialog .el-dialog__header{padding:26px 0;font-size:18px;font-weight:500;color:#fff;text-align:center;background:#08c160}.wechat-payment-layer .el-dialog .el-dialog__header .icon-wechat{margin:0 5px 0 0;font-size:20px;vertical-align:-1px}.wechat-payment-layer .el-dialog .el-dialog__header .el-dialog__close{position:absolute;top:8px;right:8px;display:block;color:#fff;transition:all .3s ease}.wechat-payment-layer .el-dialog .el-dialog__header .el-dialog__close:hover{transform:rotate(180deg)}.wechat-payment-layer .el-dialog .el-dialog__body{padding:0}.wechat-payment-layer .el-dialog .el-dialog__body .pkg-name{margin:18px 0 0;font-size:16px}.wechat-payment-layer .el-dialog .el-dialog__body .pkg-name span{font-size:22px;font-weight:700}.wechat-payment-layer .el-dialog .el-dialog__body .save-qrcode{max-width:200px;margin:10px auto 19px;text-align:center}@media screen and (min-width:768px){.wechat-payment-layer .el-dialog .el-dialog__body .save-qrcode{display:none}}.browser-not-support{position:fixed;top:0;left:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;width:100%;height:100vh;padding:36px 15px!important;text-align:center;background:#e8f3fd;border-radius:0!important}.browser-not-support .inner{max-width:835px;margin:0 auto;font-size:18px;color:#333}.browser-not-support .inner .el-icon-warning{margin-right:2px;font-size:24px;color:#598ab7;vertical-align:-2px}.browser-not-support .inner p{max-width:625px;margin:1em auto}.browser-not-support .inner img{display:block;width:120px;margin:0 auto}.bottom-nav a{display:inline-block;margin:0 5px 0 0;font-size:13px;font-weight:400;color:#535971;text-decoration:none}.bottom-nav a:hover{color:#1485ff}@media screen and (min-width:768px){.friendlinks{display:block}#entryInput{height:60px;font-size:18px}}@media screen and (max-width:767px){.golang{box-sizing:border-box;padding:100px 15px;color:#fff;background:rgba(63,138,239,.9)}.golang .golang-content h2{font-size:18px}.golang .golang-content .putTitle{font-size:22px}#entryInput .icon-enter{position:absolute;top:27%;right:10px;font-size:20px;color:#ccc}.ShareAndGetFreeLogo .zan{font-size:18px}.ShareAndGetFreeLogo2{bottom:36px;font-size:12px}.ShareAndGetFreeLogo2 .zan{font-size:12px}.langgolin{width:200px;height:50px;font-size:16px;border:4px}.langgo-content .makelogoll{font-size:22px}.langgo-content .company-input .go-button{width:97px;height:60px;margin-left:4px;font-size:12px}}.mini-program-footer{display:none}.footer-menu,.mini-program-footer{position:fixed;bottom:0;z-index:999}.footer-menu{right:0;left:0;display:flex;align-items:stretch;justify-content:center;width:100%;background:#fff;border-top:1px solid #e4e7ed}.footer-menu.wxmini{background:transparent}.footer-menu.wxmini:before{position:absolute;bottom:0;left:0;display:block;width:100%;height:20px;content:"";background:#fff}.footer-menu .item{width:33.33%;text-align:center}.footer-menu .item a,.footer-menu .item span.my{display:block;padding:14px 0;font-size:12px;color:#333}.footer-menu .item a i,.footer-menu .item span.my i{color:#949494}.footer-menu .item:nth-child(2){border-right:1px solid #e4e7ed;border-left:1px solid #e4e7ed}.footer-menu .item .icon-deng-kai{font-size:18px;line-height:0;vertical-align:-1px}.footer-menu .item .icon-liebiao{font-size:14px;line-height:0;vertical-align:-1px}.footer-menu .item .icon-touxiang{font-size:15px;line-height:0;vertical-align:-1px}@media screen and (min-width:920px){.footer-menu{display:none}}.ins-footer{background:#fe7d7f}.ins-footer .footer-container,.ins-footer footer{color:#fbfbfb;background:none}.ins-footer .footer-container a,.ins-footer footer a{color:#fbfbfb}.share-poster-layer{position:fixed;bottom:0;z-index:99999;width:100%;height:510px;padding:40px 10px;visibility:hidden;background:transparent;opacity:0;transition:all .5s ease-in-out;transform:translate3d(0,650px,0)}.share-poster-layer.show{visibility:visible;opacity:1;transform:translateZ(0)}.share-poster-layer i.icon-guanbi{position:absolute;top:18px;right:18px;z-index:9999999;font-size:22px;color:#fff;cursor:pointer;transition:all .3s ease}.share-poster-layer i.icon-guanbi:hover{transform:rotate(180deg) rotate(0)}.share-poster-layer .main-poster-area{max-width:260px;margin:0 auto;overflow:hidden;background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.3)}.share-poster-layer .main-poster-area .head{position:relative;padding:35px 20px;color:#fff;text-align:center}.share-poster-layer .main-poster-area .head.ailogo:after{background:rgba(239,98,120,.92)}.share-poster-layer .main-poster-area .head .img-bg{position:absolute;top:0;left:0;display:block;width:100%;height:100%}.share-poster-layer .main-poster-area .head .blue-overlayer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:rgba(63,138,239,.9)}.share-poster-layer .main-poster-area .head h1{position:relative;z-index:1;margin-bottom:10px;font-size:18px}.share-poster-layer .main-poster-area .head p.desc{position:relative;z-index:1;font-size:12px}.share-poster-layer .main-poster-area .hand-bg{position:relative;min-height:192px;background:#fff;background-position:-27px -41px;background-size:156%}.share-poster-layer .main-poster-area .hand-bg:after{position:absolute;top:55px;left:63px;width:140px;height:75px;content:"";background-size:cover}.share-poster-layer .main-poster-area .hand-bg .svg-card{height:84px;transform:translateY(51px)}.share-poster-layer .main-poster-area .qrcode{position:relative;display:flex;align-items:center;justify-content:center;padding:20px 10px;color:#333;background:#fff}.share-poster-layer .main-poster-area .qrcode.ailogo{padding:20px 10px}.share-poster-layer .main-poster-area .qrcode img{width:60px;height:60px;margin-right:6px}.share-poster-layer .main-poster-area .qrcode .tip{font-size:14px;font-weight:400;text-align:center}.share-poster-layer .save-img-text{margin-top:25px;font-size:14px;color:#fff;text-align:center}@media screen and (min-width:768px){.share-poster-layer{width:370px;transform:translate3d(-370px,0,0)}.share-poster-layer.show{visibility:visible;background:transparent;box-shadow:none;opacity:1;transform:translateZ(0)}}.share-btn-mini-program{position:fixed;bottom:30px;left:5%;z-index:9;display:inline-block;display:none;width:90%;padding:14px 0;margin:0 auto;font-size:16px;color:#333;background:#ffd000;border-radius:30px}.share-btn-mini-program.hide{display:none}.share-btn-mini-program.mini{bottom:65px}.share-btn-mini-program.save{bottom:18px;left:25%;z-index:9999999;display:inline-block;max-width:50%;margin:0 auto}.my-input-group{display:flex;align-items:stretch;justify-content:center;max-width:550px;margin:0 auto}.my-input-group.mt50{margin-top:50px}.my-input-group.tip .el-input .el-input__inner{border-color:#f7c10d}.my-input-group.tip.split .el-input .el-input__inner{border:2px solid #f7c10d}.my-input-group.split{justify-content:space-between}.my-input-group.split .el-input .el-input__inner{border-right:2px solid #fff;border-radius:4px}.my-input-group.split div.btn,.my-input-group.split label.btn{width:120px;color:#fff;text-shadow:rgba(0,0,0,.2) 0 1px;background:#f7c10d;border:2px solid #f7c10d;border-radius:4px}.my-input-group.split div.btn:hover,.my-input-group.split label.btn:hover{text-shadow:rgba(0,0,0,.2) 0 1px;background:#eab503;border:2px solid #eab503;box-shadow:none}.my-input-group .el-input{display:inline-block;width:calc(100% - 130px)}.my-input-group .el-input .el-input__inner{height:66px;font-size:18px;line-height:26px!important;color:#333;text-align:center;background:#fff;border:2px solid #e3e3e3;border-radius:4px}.my-input-group .el-input .el-input__inner::-moz-placeholder{color:rgba(51,51,51,.5)}.my-input-group .el-input .el-input__inner::placeholder{color:rgba(51,51,51,.5)}.my-input-group div.btn,.my-input-group label.btn{box-sizing:border-box;width:120px;height:66px;margin-left:20px;font-size:18px;line-height:62px;color:#fff;cursor:pointer;background:var(--theme,#20a0ff);border:2px solid #ecf0f3;border-radius:6px}.my-input-group div.btn:focus,.my-input-group div.btn:hover,.my-input-group label.btn:focus,.my-input-group label.btn:hover{opacity:.9}@media screen and (max-width:767px){.my-input-group div.btn,.my-input-group label.btn{margin-left:10px}}.my-input-group--no-radius .el-input .el-input__inner,.my-input-group--no-radius div.btn,.my-input-group--no-radius label.btn{border-radius:0}.my-input-group .btn-link{display:block;margin:26px auto auto}.my-input-group .btn-link .btn{min-width:285px!important;height:auto!important;padding:25px 60px!important;margin:auto!important;font-size:16px!important;font-weight:600!important;line-height:1!important;color:#333!important;text-shadow:none!important;background-color:#fdc839!important;border-color:#fdc839!important;border-radius:6px!important;transition:all .2s ease!important}.my-input-group .btn-link .btn:hover{background-color:#4db3ff!important;border-color:#4db3ff!important}.my-input-group .btn-link .btn:lang(en){width:300px;height:72px!important;padding:0!important;font-size:20px!important;font-weight:400!important;line-height:72px!important;color:#3f8aef!important;background:#fff!important;border:none!important;border-radius:6px!important}.my-input-group .btn-link .btn:lang(en):hover{background:hsla(0,0%,100%,.94)!important}@media screen and (max-width:767px){.my-input-group .btn-link .btn{padding-top:20px!important;padding-bottom:20px!important;font-size:14px!important}.my-input-group .btn-link .btn:lang(en){width:240px;min-width:240px!important;height:55px!important;font-size:18px!important;font-weight:400!important;line-height:55px!important;color:#3f8aef!important;background:#fff!important;border:none!important;border-radius:6px!important}.my-input-group .btn-link .btn:lang(en):hover{background:hsla(0,0%,100%,.94)!important}}@media screen and (min-width:768px){.my-input-group{margin:10px auto 0}.my-input-group.split div.btn,.my-input-group.split label.btn{width:183px}.my-input-group .el-input{display:inline-block;width:calc(100% - 190px)}.my-input-group .el-input .el-input__inner{height:66px;font-size:18px}.my-input-group div.btn,.my-input-group label.btn{width:170px;height:66px;font-size:18px;line-height:62px}}html{scroll-behavior:auto}.bizcard-list-card{position:relative;margin-bottom:30px;cursor:pointer}.bizcard-list-card .editor-element-container{background:#fff}.bizcard-list-card__inner{position:relative;width:90%;padding:0;margin:60px auto}@media screen and (max-width:767px){.bizcard-list-card__inner{width:100%}}.bizcard-list-card__contentloader{position:absolute;top:0;left:0;z-index:12;display:inline-flex;align-items:center;justify-content:space-evenly;width:100%;height:100%;padding:0 3px 37px}@media screen and (max-width:767px){.bizcard-list-card__contentloader{justify-content:flex-start;width:auto;height:100%}}.bizcard-list-card__contentloader svg:first-child{margin-right:20px}@media screen and (max-width:767px){.bizcard-list-card__contentloader svg:first-child{margin-right:10px}}.bizcard-list-card__scroll{position:relative;z-index:1;padding:3px 3px 37px;margin:-3px -3px -37px;overflow-x:auto;overflow-y:hidden}.bizcard-list-card__items{position:relative;display:inline-flex;align-items:center;justify-content:space-evenly;min-width:100%}.bizcard-list-card__items--loading{visibility:hidden}@media screen and (max-width:767px){.bizcard-list-card__items{justify-content:flex-start}}.bizcard-list-card__item{position:relative;flex-shrink:0;margin:auto;border-radius:2px;box-shadow:0 0 3px 0 rgba(0,0,0,.3)}@media screen and (min-width:768px){.bizcard-list-card__item{z-index:1}}.bizcard-list-card__item:before{position:absolute;bottom:-37px;left:50%;width:100%;height:100px;content:"";background:url(/img/bussinesscard/shadow.png) no-repeat 50%/contain;transform:translateX(-50%)}.bizcard-list-card__item:first-child{margin-right:20px}@media screen and (max-width:767px){.bizcard-list-card__item:first-child{margin-right:10px}}.bizcard-list-card .bizcard-list-card__item.have_not_logo{width:438px;height:267.39px}.bizcard-list-card .bizcard-list-card__item.have_not_logo:before{z-index:-1}.bizcard-list-card .bizcard-list-card__item.have_not_logo img.bizcard-list-card__img{display:block;width:100%;height:100%;background:#fff}@media screen and (max-width:767px){.bizcard-list-card .bizcard-list-card__item.have_not_logo{width:calc(100vw - 90px);height:auto}}.bizcard-list-card .bizcard-list-card__item.have_not_logo.layout-2{width:267.39px;height:438px}@media screen and (max-width:767px){.bizcard-list-card .bizcard-list-card__item.have_not_logo.layout-2{width:calc(50vw - 22px);height:auto}}.display-model{margin-bottom:30px;cursor:pointer;border:2px solid;border-color:#fff #fff rgba(0,0,0,.05);transition:border-color .3s ease}.body-container{height:100%;overflow:visible}.editMode{position:relative;padding-bottom:25px;border-bottom:1px solid #e5e9f2}.editMode .el-select{width:100%}.editMode .el-input__inner{height:46px;padding-left:66px;font-size:16px}.img-mode{margin:40px 0}.el-select-dropdown__item{height:50px;line-height:36px}.el-select-dropdown__item img{width:36px}#icon_module{z-index:2001!important}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical&gt;.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow&gt;.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;flex-wrap:wrap}.swiper-container-free-mode&gt;.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{touch-action:pan-y}.swiper-wp8-vertical{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;transition:.3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal&gt;.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical&gt;.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{transform-origin:right top}.swiper-container-horizontal&gt;.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical&gt;.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container&gt;canvas,.swiper-zoom-container&gt;img,.swiper-zoom-container&gt;svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal&gt;.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical&gt;.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}input[type=file],input[type=file]::-webkit-file-upload-button{font-size:0!important;cursor:pointer!important}.paper-popper .el-select-dropdown__item.hover{font-weight:300}.paper-popper .el-select-dropdown__item{height:36px;font-weight:300;line-height:20px}.model-paper-name{z-index:10;height:60px;padding:12px 0;line-height:36px}.model-paper-name div{margin-right:0!important}.model-paper-name .sizeArrow{display:inline-block}.model-paper-name .el-select{display:inline-block;width:72px;height:36px;line-height:36px}.model-paper-name .el-select .el-input{float:none;width:72px;height:36px}.model-paper-name .el-select .el-input .el-input__icon{left:-26px;opacity:0}.model-paper-name .el-select .el-input input{width:80px;padding-right:0;background:transparent;border:none}.el-loading-mask{height:100%}.mobile-photo-dropdown{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#475669;text-align:left;background:inherit}.mobile-photo-dropdown .icon-add-titletextcomment{font-size:10px;font-weight:600}.mobile-model-center{top:46px;width:100%;padding:0!important;border:0}.photo-select-gif{z-index:998;display:flex;align-items:center;justify-content:space-between;height:26px;font-size:16px;color:#20a0ff;cursor:pointer}.photo-select-gif .iconfont{margin-right:5px}.photo-select-gif img{width:26px;margin-right:3px}.photo-select-gif .loading-photo-gif{position:relative;z-index:10;width:10px;height:10px;margin-right:10px;cursor:pointer;background:#56b5fb;border-radius:50%}.photo-select-gif .loading-photo-gif:before{opacity:.6;animation:smallCircleZoom 1s ease-in-out infinite alternate}.photo-select-gif .loading-photo-gif:after,.photo-select-gif .loading-photo-gif:before{position:absolute;left:0;width:10px;height:10px;content:"";background:#56b5fb;border-radius:50%}.photo-select-gif .loading-photo-gif:after{opacity:.2;animation:bigCircleZoom 1s ease-in-out infinite alternate}@media screen and (max-width:770px){body{height:100vh}.photo-select-gif{font-size:14px}.model-wrapper div{touch-action:none}.mobile-fixed-box{position:absolute;bottom:0;z-index:1000;box-sizing:border-box;display:flex;justify-content:center;width:100%;height:55px;padding:7px 10px;font-size:14px;background-color:#f7f8f9;border-bottom:.5px solid hsla(0,0%,59.2%,.14)}.mobile-fixed-box .photo-buttom-pre{position:absolute;top:50%;width:23px;text-align:center;transform:translateY(-50%)}.mobile-fixed-box .photo-buttom-pre img{display:block;width:100%}.mobile-fixed-box .photo-buttom-pre:first-child{left:25%}.mobile-fixed-box .photo-buttom-pre:last-child{right:25%}.mobile-fixed-box button{padding:10px 18px}.mobile-fixed-box button i{margin-right:5px}.mobile-fixed-box .mobile-box{display:flex}.mobile-fixed-box .mobile-box div{position:relative;height:41px;line-height:41px}.mobile-fixed-box .mobile-box div input{position:absolute;top:0;left:0;box-sizing:border-box;display:block;width:100%;height:100%;opacity:0}.mobile-fixed-box .mobile-box div i{width:10px;margin-left:5px;font-size:10px;color:#8492a6;vertical-align:2px}.mobile-fixed-box .mobile-select{width:71px;margin-right:30px;margin-left:5px}.mobile-fixed-box .mobile-select .el-input__icon.is-reverse+input{color:#20a0ff}.mobile-fixed-box .mobile-select .el-input input{width:56px;padding:0;color:#1f2d3d;background:#f7f8f9;border:none;opacity:1}.mobile-fixed-box .mobile-select .el-input input::-webkit-input-placeholder{color:#1f2d3d}.mobile-fixed-box .mobile-select .el-input i{width:10px;height:41px;font-size:10px;line-height:41px;color:#8492a6}.mobile-header{top:0;z-index:2000;align-items:center;justify-content:space-between;height:46px;padding:5px 10px;outline:.5px solid hsla(0,0%,59.2%,.14)}.mobile-header button{width:106px;height:36px;padding:8px 15px}.mobile-header .change-photo{color:#20a0ff;text-align:center}.mobile-header .change-photo .iconfont{margin-right:5px;vertical-align:-1px}.mobile-header .mobile-select{width:48px;margin:0}.mobile-header .qrcode-box{position:relative;box-sizing:border-box;width:40px;height:40px;padding:2.7px;border:1px solid #c0ccda;border-radius:3px}.mobile-header .qrcode-box .create-img-icon{position:absolute;top:50%;left:50%;width:23px;text-align:center;transform:translate(-50%,-50%)}.mobile-header .qrcode-box .create-img-icon .iconfont{color:#20a0ff}.mobile-header .qrcode-box .codeShow{box-sizing:border-box;display:block;width:100%;height:100%;overflow:hidden}.mobile-header .qrcode-box .codeShow .codeShowImgBox{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.mobile-header .qrcode-box .codeShow .codeShowImgBox img{max-width:100%;max-height:100%}.mobile-header .qrcode-box .reloadUpload{position:absolute;top:0;right:0;display:block;width:100%;height:100%;color:#20a0ff;text-align:center;cursor:pointer}}.header-nav-r{display:none}.modelParent{cursor:pointer}.modelParent .el-loading-mask{width:100%}@keyframes slideOutLeft{0%{opacity:0;transform:translateZ(0)}to{opacity:1;transform:translate3d(-50px,0,0)}}.slideOutLeft{animation:slideOutLeft .1s ease;animation-name:slideOutLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}to{opacity:1;transform:none}}@keyframes bounceInLeftMin{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}to{opacity:1;transform:none}}.bounceInLeftMin{animation:bounceInLeftMin .8s ease;-webkit-animation-name:bounceinleftmin .8s ease}.bounceInRightMin{animation:bounceInRight .6s ease}.photoShowDark{position:fixed;z-index:1000;width:100%;height:100%;background:#222;opacity:.8}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:#bfcbd9}.vdr-model{margin:0 auto!important}.bussinessCard .el-tabs__item{color:#737680}.bussinessCard .el-tabs__content{position:relative;height:480px}@media screen and (max-width:767px){.header-nav-r{display:block}}.bussiness-index .el-loading-spinner{transform:translateY(-50%)}.bussiness-index .el-loading-spinner .path{stroke:#222}.bussiness-index .el-loading-spinner .el-loading-text{color:#222}.square-loading{transition:all .3s ease 0s}.square-loading .animation-square{width:80px}.square-loading div{padding:13px 20px;font-size:13px;font-weight:600;color:#737680;text-align:center;cursor:pointer}.el-select-dropdown__item{font-size:13px;font-weight:600;color:#222}.el-select-dropdown__item.selected{font-size:13px;font-weight:600;color:rgba(34,34,34,.5);background:#fff}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover,.el-select-dropdown__item.hover,.el-select-dropdown__item.selected.hover,.el-select-dropdown__item:hover{font-size:13px;font-weight:600;color:#222;background:#f9f9f9}.modelList{z-index:99;-webkit-appearance:none;border:1px solid rgba(0,0,0,.1);border-radius:1px}.model-wrap .model-user-name{right:0;line-height:60px;text-align:right}.model-wrap .model-paper-name,.model-wrap .model-user-name{position:absolute;bottom:0;display:none;font-size:14px;font-weight:300;color:#737581}.model-wrap .model-paper-name{left:0;float:left;margin-left:50px;text-align:left}.model-wrap .editBtn{position:absolute;top:0;left:0;width:100%;height:100%}.model-wrap .editBtn span{position:absolute;top:0;left:0;display:inline-block;width:37px;height:33px;font-size:14px;font-weight:900;line-height:33px;color:#fff;background:#222}.model-wrap .editBtn div.model_name{position:absolute;top:0;left:50px;font-size:14px;font-weight:300;line-height:33px;color:#737581}@media screen and (max-width:767px){.model-wrap .editBtn div.model_name{z-index:1;width:calc(100% - 194px);overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}}.model-wrap .editBtn div.btn-group{position:absolute;top:0;right:0;z-index:2}.model-wrap .editBtn div.btn-group a{margin:.5px 0 .5px 10px}@media screen and (max-width:767px){.model-wrap .editBtn div.btn-group a{margin:1.5px 0 1.5px 10px}}.model-wrap .editBtn div{display:none;float:right;margin-right:50px}.model-wrap .editBtn div a{display:inline-block;width:85px;height:32px;margin:13px 0 13px 10px;font-size:13px;font-weight:600;line-height:32px;color:#222;cursor:pointer;background:#f2f2f2}.model-wrap .editBtn div a:hover{background:#fdc839;transition:all .3s ease-in-out}.model-wrap:hover{transition:all .3s ease-in-out}.model-wrap:hover .editBtn div,.model-wrap:hover .editBtn ul{display:block}.model-wrap .model-blur .modelBack,.model-wrap .model-blur .modelFace{filter:blur(11px)}.model-wrap .modelParent{display:flex;justify-content:space-around;width:90%;padding:60px 0}.model-wrap .modelParent .overflow-scroll-mobile{display:flex;width:100%}.model-wrap .modelParent .square-box{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:2px}.model-wrap .modelParent .square-box .animation-square{position:absolute;top:50%;left:50%;z-index:10;width:50px;background:#fff;transform:translate(-50%,-50%)}.model-wrap .modelParent .shadow1{position:absolute;bottom:-37px;width:100%;height:100px;margin:0 auto}.model-wrap .modelParent .shadow1 img{position:absolute;top:50%;left:50%;display:block;max-width:100%;max-height:100%;margin:0 auto;transform:translate(-50%,-50%)}.model-wrap .modelParent .modelFace{position:relative;width:100%;margin-right:30px}.model-wrap .modelParent .modelFace .shadow{position:absolute;bottom:-37px;width:380px;height:100px;margin:0 26.5px;background-image:url(/img/bussinesscard/shadow.png);background-repeat:no-repeat;background-size:100%}.model-wrap .modelParent .modelFace .modelFace-content{position:relative;width:433px;height:264px;margin:0 auto;border-radius:2px;box-shadow:0 0 3px 0 rgba(0,0,0,.3)}.model-wrap .modelParent .modelFace .modelFace4{width:220px;height:340px;background:rgba(0,0,0,.1)}.model-wrap .modelParent .modelFace .modelFace5{width:280px;height:280px;background:rgba(0,0,0,.1)}.model-wrap .modelParent .modelBack{position:relative;width:100%}.model-wrap .modelParent .modelBack .shadow{position:absolute;bottom:-37px;width:380px;height:100px;margin:0 26.5px;background-image:url(/img/bussinesscard/shadow.png);background-repeat:no-repeat;background-size:100%}.model-wrap .modelParent .modelBack .modelBack-content{position:relative;width:433px;height:264px;margin:0 auto;border-radius:2px;box-shadow:0 0 3px 0 rgba(0,0,0,.3)}.model-wrap .modelParent .modelBack .modelFace4{width:220px;height:340px;background:rgba(0,0,0,.1)}.model-wrap .modelParent .modelBack .modelFace5{width:280px;height:280px;background:rgba(0,0,0,.1)}.modelSingle-wrap{position:relative;align-items:center;justify-content:center;width:100%;height:auto}.modelSingle-wrap .modelParent{display:flex;flex-wrap:wrap;justify-content:center;padding:0}.modelSingle-wrap .modelParent .modelFace .modelFace-content{position:relative;width:390px;height:240px;margin:10px;background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 0 40px 0 rgba(0,0,0,.08)}.modelSingle-wrap .modelParent .modelFace .modelFace2{width:240px;height:390px}.modelSingle-wrap .modelParent .modelFace .modelFace3{width:280px;height:280px}.modelSingle-wrap .modelParent .modelBack .modelBack-content{position:relative;width:390px;height:240px;margin:10px;background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 0 40px 0 rgba(0,0,0,.08)}.modelSingle-wrap .modelParent .modelBack .modelFace2{width:240px;height:390px}.modelSingle-wrap .modelParent .modelBack .modelFace3{width:280px;height:280px}.modelSingle-wrap .modelParent2{flex-wrap:nowrap}@media screen and (max-width:767px){.overflow-scroll-mobile{padding-left:2px}li.el-select-dropdown__item{height:40px;line-height:26px}li.el-select-dropdown__item img{width:36px}.model-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:auto;margin-bottom:30px;border:2px solid;border-color:#fff #fff rgba(0,0,0,.05)}.model-wrap .editBtn{position:absolute;top:0;left:0;width:100%}.model-wrap .editBtn span{position:absolute;top:0;left:0;display:inline-block;width:37px;height:33px;font-size:14px;font-weight:900;line-height:33px;color:#fff;background:#222}.model-wrap .editBtn div{display:block;float:right;margin-right:0}.model-wrap .editBtn div a{display:inline-block;width:68px;height:30px;margin:2px 0 2px 2px;font-size:13px;font-weight:600;line-height:30px;color:#222;cursor:pointer;background:#f2f2f2}.model-wrap .editBtn div a:hover{background:#fdc839;transition:all .3s ease-in-out}.model-wrap .editBtn .model-user-name{display:block;font-size:10px;line-height:40px}.model-wrap .editBtn .model-paper-name{display:block;height:40px;padding:2px 0;margin-left:0;font-size:12px;line-height:36px}.model-wrap:hover{border:2px solid;border-color:#fff #fff rgba(0,0,0,.05);transition:none}.model-wrap:hover .editBtn div{display:block}.model-wrap .modelParent{display:flex;justify-content:space-around;width:100%;padding:60px 0;overflow-x:scroll}.model-wrap .modelParent .overflow-scroll-mobile{display:flex;width:100%}.model-wrap .modelParent .modelFace{width:100%;margin-right:10px}.model-wrap .modelParent .modelFace .modelFace-content{width:168px;height:102.6px;margin:0 auto;border:1px solid rgba(0,0,0,.1);box-shadow:none}.model-wrap .modelParent .modelBack{width:100%}.model-wrap .modelParent .modelBack .modelBack-content{width:168px;height:102.6px;margin:0 auto;border:1px solid rgba(0,0,0,.1);box-shadow:none}}.bussiness-index .step-header{height:90px}@media screen and (max-width:767px){.bussiness-index .step-header{display:none}}.bussiness-index .step-header img{position:absolute;top:26px;left:77px;cursor:pointer}.bussiness-index .step-content{min-height:100vh;padding-top:90px;text-align:center}.bussiness-index .step-content h1{position:relative;max-width:1000px;margin:0 auto;font-size:28px;line-height:46px;color:#222}.bussiness-index .step-content h1 em{position:relative;z-index:1;display:inline-block;font-style:normal}.bussiness-index .step-content h1 i{position:absolute;right:0;bottom:6px;z-index:-1;width:100%;height:12px;background-color:#fdc839}.bussiness-index .step-content h1 span{display:inline-block;line-height:32px;box-shadow:inset 0 -12px 0 #fdc839}.bussiness-index .step-content .choose{margin:15px auto 29px;font-size:13px;color:#666}.bussiness-index .step-content .chooseLess{color:#ff4948}.bussiness-index .step-content .step3{padding-bottom:180px}@media screen and (max-width:767px){.bussiness-index .step-content .step3{padding-bottom:30px;margin:0}}.bussiness-index .step-content .step3 .cardListBox{margin:0 15px}@media screen and (max-width:767px){.bussiness-index .step-content .step3 .cardListBox{margin:0}}.bussiness-index .step-content .step3 .card-nav__top{position:sticky;top:0;left:0;z-index:15;display:inline-block;width:100%;padding:15px;margin-bottom:10px;-webkit-transform:translateZ(0)}.bussiness-index .step-content .step3 .fix-header{box-shadow:0 2px 15px 0 rgba(0,0,0,.1)}.bussiness-index .step-content .step3 .cardNav{display:flex;justify-content:space-between;max-width:1000px;margin:0 auto}.bussiness-index .step-content .step3 .cardNav .cardNav-l a{display:inline-block;padding:13px 20px;margin-right:10px;font-size:13px;font-weight:600;color:#737680;cursor:pointer;border:2px solid #eee}.bussiness-index .step-content .step3 .cardNav .cardNav-l a:hover{color:#222;border:2px solid #222;transition:all .3s ease-in-out}.bussiness-index .step-content .step3 .cardNav .cardNav-l .checkType{color:#222;border:2px solid #222}.bussiness-index .step-content .step3 .cardNav .cardNav-l .checkType:before{margin-right:6px;font-family:iconfont;font-size:14px;vertical-align:top;content:"\E73E"}.bussiness-index .step-content .step3 .cardNav .cardNav-r span{display:inline-block;padding:15px 20px;font-size:12px;font-weight:600;color:#737680}.bussiness-index .step-content .step3 .cardNav .cardNav-r .sizeArrow{position:absolute;top:15px;right:20px;z-index:10;cursor:pointer}.bussiness-index .step-content .step3 .cardNav .cardNav-r .el-input__inner{width:220px;height:48px;padding:0 20px;font-size:13px;font-weight:600;color:#222;background:#f9f9f9;border:none;border-radius:0}.bussiness-index .step-content .step3 .cardNav .cardNav-r .el-input__icon{right:10px;z-index:100;opacity:0}.bussiness-index .step-content .step3 .cardList{max-width:1000px;margin:0 auto 50px;overflow:hidden}.bussiness-index .step-content .step3 .cardList .cardListShow{min-height:100px;overflow:hidden}.bussiness-index .step-content .step3 .cardList .photo-design-name{display:none}.bussiness-index .step-content .step3 .cardList .photo-design-mask{height:100%}.bussiness-index .step-content .step3 .more-card{margin:80px auto 0;font-size:15px;font-weight:600;cursor:pointer}.bussiness-index .step-content .step3 .more-card span{position:relative;display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;margin-right:10px;line-height:46px}.bussiness-index .step-content .step3 .more-card span:before{box-sizing:border-box;content:"";border:2px solid #222;position:absolute;top:0;right:0;bottom:0;left:0;z-index:auto}.bussiness-index .step-content .step3 .more-card span i{font-size:18px;font-weight:900}.bussiness-index .step-content .step3 .more-card:hover{opacity:.8;transition:all .3s ease-in-out}.bussiness-index .step-footer{max-width:790px;margin:0 auto;overflow:hidden;font-size:14px;font-weight:600;line-height:46px;text-align:center}.bussiness-index .step-footer .prev{position:relative;box-sizing:border-box;float:left;width:168px;height:48px;color:#222;cursor:pointer;border:2px solid #d8d8d8;border-radius:24px}.bussiness-index .step-footer .prev:hover{border:2px solid #222;transition:all .3s ease-in-out}.bussiness-index .step-footer .prev:hover i{color:#222!important}.bussiness-index .step-footer .next{position:relative;box-sizing:border-box;float:right;width:168px;height:48px;cursor:pointer;background-color:#fdc839;border:2px solid #fdc839;border-radius:24px}.bussiness-index .step-footer .next:hover{opacity:.8;transition:all .3s ease-in-out}.bussiness-index .step-footer2{margin-bottom:70px}@media screen and (max-width:767px){.el-select{width:100%}.bussiness-index .step-header{height:70px}.bussiness-index .step-header img{top:19px;left:18px;width:58px}.bussiness-index .step-content{padding-top:70px;overflow:auto;-webkit-overflow-scrolling:touch}.bussiness-index .step-content h1{font-size:22px}.bussiness-index .step-content .choose{margin:15px auto 40px;font-size:13px;color:#666}.bussiness-index .step-content .chooseLess{color:#ff4948}.bussiness-index .step-content .step3 p.choose{display:none}.bussiness-index .step-content .step3 .card-nav__top{position:relative}.bussiness-index .step-content .step3 .cardNav{flex-direction:column;width:100%}.bussiness-index .step-content .step3 .cardNav .cardNav-l{display:flex;justify-content:space-between;margin-bottom:10px}.bussiness-index .step-content .step3 .cardNav .cardNav-l a{padding:9px 18px;margin:0}.bussiness-index .step-content .step3 .cardNav .cardNav-l .checkType{color:#222;border:2px solid #222}.bussiness-index .step-content .step3 .cardNav .cardNav-r span{display:none}.bussiness-index .step-content .step3 .cardNav .cardNav-r .sizeArrow{top:12px}.bussiness-index .step-content .step3 .cardNav .cardNav-r .el-input__inner{width:100%;height:40px}.bussiness-index .step-content .step3 .cardList{max-width:100%;margin:0 15px 30px}.bussiness-index .step-content .step3 .more-card{padding-bottom:0;margin:30px auto 35px;font-size:14px}.bussiness-index .step-content .step3 .more-card span{width:40px;height:40px;line-height:36px}.bussiness-index .step-content .step3 .more-card span i{font-size:16px}.bussiness-index .step-footer{position:relative;bottom:0;z-index:1000;width:100%;height:70px;padding:10px 20px;background:#fff;box-shadow:0 -1px 4px 0 rgba(0,0,0,.05)}.bussiness-index .step-footer .next,.bussiness-index .step-footer .prev{width:158px}.bussiness-index .step-footer2{margin-bottom:0}}.l-btn{display:inline-block;padding:4.5px 19px;margin-right:15px;font-size:12px;color:#fff;cursor:pointer;resize:none;background:#20a0ff;border:1px solid #20a0ff;border-radius:4px;outline:none}.l-btn:hover{background:#55b1f5;transition:all .3s ease-in-out;animation:anniu 1s infinite}.hidden{display:none}.tailoring-container,.tailoring-container div,.tailoring-container p{box-sizing:border-box;padding:0;margin:0}.tailoring-container{position:fixed;top:0;left:0;z-index:3000;width:100%;height:100%}.tailoring-container .black-cloth{position:fixed;z-index:1001;width:100%;height:100%;background:#222;opacity:.8}.tailoring-container .tailoring-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1002;width:768px;height:560px;padding:22px;margin:auto;background:#fff;border-radius:4px;box-shadow:0 0 10px #000}.tailoring-content-one{width:100%;height:40px}.tailoring-content .choose-btn{float:left}.tailoring-content .close-tailoring{display:inline-block;float:right;width:25px;height:25px;font-size:12px;line-height:25px;color:#c0ccda;text-align:center;cursor:pointer;border-radius:100%}.tailoring-content .close-tailoring i{font-size:14px;line-height:25px;color:#c0ccda}.tailoring-content .close-tailoring:hover{opacity:.8;transition:all .3s ease-in-out}.tailoring-content .tailoring-content-two{position:relative;width:100%;height:320px;margin:20px 0 60px}.tailoring-content .tailoring-box-parcel{position:absolute;left:43px;width:320px;height:320px;background:#f4f5f9}.tailoring-content .preview-box-parcel{position:absolute;right:0;display:inline-block;width:310px;height:320px;text-align:left}.tailoring-content .preview-box-parcel p{margin-top:40px;margin-bottom:25px;font-size:16px;font-weight:900;color:#222}.tailoring-content .preview-box-parcel .el-button--default{padding:8px 19px;font-size:12px;color:#fff;background-color:#fdc839;border:none}.tailoring-content .preview-box-parcel .el-button--default i{margin-left:5px;font-size:12px;color:#fff}.tailoring-content .preview-box-parcel .el-button--default:hover{opacity:.8;transition:all .3s ease-in-out}.tailoring-content .preview-box-parcel .circle-box{max-width:280px;margin-top:40px;cursor:pointer}.tailoring-content .preview-box-parcel .circle-box span{display:inline-block;width:34px;height:34px;margin-right:4px;border:2px solid #fff;border-radius:34px}.tailoring-content .preview-box-parcel .circle-box .checkColor{border:2px solid #fdc839}.tailoring-content .preview-box-parcel .circle-color{display:inline-block;width:26px;height:26px;margin:2px;background:pink;border-radius:26px}.tailoring-content .preview-box-parcel .circle-color:hover{opacity:.8;transition:all .3s ease-in-out}.tailoring-content .preview-box-parcel .colorParent{position:relative;display:none}.tailoring-content .preview-box-parcel .colorParent .color-tip{position:absolute;top:30px;font-size:12px;color:#222;opacity:.5}.preview-box-parcel p{color:#555}.previewImg{width:200px;height:200px;overflow:hidden}.preview-box-parcel .circular,.preview-box-parcel .square{margin-top:10px;border:1px solid #ddd}.preview-box-parcel .circular{border-radius:100%}.tailoring-content .tailoring-content-three{display:flex;justify-content:space-around;width:100%;height:45px}.tailoring-content .tailoring-content-three button{width:140px;font-size:14px;color:#727581;border:none;border-radius:100px}.tailoring-content .tailoring-content-three button:first-child{background:#eff0f4}.tailoring-content .tailoring-content-three button:last-child{color:#222;background:#fdc839}.tailoring-content .tailoring-content-three button:hover{opacity:.8;transition:all .3s ease-in-out}.sureCut{float:right}@media (max-width:767px){.tailoring-container .tailoring-content{top:unset;bottom:0;width:100%;min-width:320px;height:500px;padding:10px;border-radius:0}.tailoring-container .tailoring-content-animation{transform:translateY(0);animation:BottomUp .3s ease}@keyframes BottomUp{0%{transform:translateY(500px)}to{transform:translateY(0)}}.tailoring-container .tailoring-content-animationStop{transform:translateY(500px);animation:BottomDown .3s ease}@keyframes BottomDown{0%{transform:translateY(0)}to{transform:translateY(500px)}}.tailoring-content .tailoring-content-two{width:73%;height:260px;margin:0 auto}.tailoring-content .tailoring-box-parcel{height:260px}.tailoring-container .tailoring-box-parcel{top:0;left:0;width:100%}.tailoring-container .preview-box-parcel{top:290px;left:0;width:100%;height:auto}.tailoring-container .preview-box-parcel p{margin-top:-15px;margin-bottom:20px}.tailoring-container .preview-box-parcel .titleDes{display:none}.tailoring-container .preview-box-parcel .upbtnParent{margin-left:21px}.tailoring-content .tailoring-content-three{position:absolute;bottom:15px}}</pre></body></html>