:root{--border-radius: 0.04rem;--image-border-radius: 0.6rem;--button--border-radius: 0.08rem;--title--font--size: 0.16rem;--primary--color: #3A4649;--light--color: #fff;--red--color: #C30D23;--dark--color: #3A4649;--header-height: 0.84rem;--footer-height: 1.98rem;--animation--name: ease-in-out;--animation-duration: 500ms;--animation-delay: 200ms}@media screen and (max-width: 750px){:root{--header-height: 0.92rem;--footer-height: auto;--animation-duration: 500ms;--image-border-radius: 0.36rem}}.form-mask{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:99;-webkit-backdrop-filter:blur(0.1rem);backdrop-filter:blur(0.1rem)}.form-popup{display:none;position:fixed;bottom:0;width:16.8rem;height:8.64rem;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background:#fafafa;-webkit-box-shadow:0 0.02rem 0.16rem 0 rgba(0,0,0,.15);box-shadow:0 0.02rem 0.16rem 0 rgba(0,0,0,.15);z-index:99}.form-popup .close{position:absolute;left:0.4rem;top:0.4rem;cursor:pointer;font-size:0.32rem;font-weight:600}@media screen and (max-width: 750px){.form-popup{width:-webkit-calc(100vw - 1rem);width:-moz-calc(100vw - 1rem);width:calc(100vw - 1rem);height:-webkit-calc(var(--100vh) - 2.2rem);height:-moz-calc(var(--100vh) - 2.2rem);height:calc(var(--100vh) - 2.2rem)}.form-popup .close{position:absolute;right:0.2rem;top:0.2rem;cursor:pointer;font-size:0.6rem;color:#fff;z-index:2;left:auto}.form-popup .close svg{color:#fff}}.form-item{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;border-bottom:1Px solid #d7d7d7}.form-item label{font-size:0.18rem;color:#999;min-width:1.2rem;width:auto;white-space:nowrap;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.form-item .form-flex{position:relative;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;height:100%}.form-item .form-flex .select-btn{position:absolute;cursor:pointer;height:100%;left:0;top:0;width:100%;z-index:10;font-size:0.18rem;color:#333}.form-item .form-flex .select-option{display:none;left:0;max-height:2rem;overflow-y:auto;position:absolute;top:-webkit-calc(100% + 2Px);top:-moz-calc(100% + 2Px);top:calc(100% + 2Px);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;width:100%;z-index:99;font-size:0.18rem;background-color:#fff;text-align:center;-webkit-box-shadow:0 0.06rem 0.18rem 0 rgba(0,0,0,.15);box-shadow:0 0.06rem 0.18rem 0 rgba(0,0,0,.15);border-radius:0.16rem;padding:0.1rem 0.3rem}.form-item .form-flex .select-option::-webkit-scrollbar{display:block;width:4PX}.form-item .form-flex .select-option::-webkit-scrollbar-thumb{border-radius:0.1rem;-webkit-box-shadow:inset 0 0 0.05rem rgba(0,0,0,.2);box-shadow:inset 0 0 0.05rem rgba(0,0,0,.2);background:rgba(0,0,0,.2)}.form-item .form-flex .select-option::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.form-item .form-flex .select-option::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 0.05rem rgba(0,0,0,.2);box-shadow:inset 0 0 0.05rem rgba(0,0,0,.2);border-radius:0;background:rgba(0,0,0,.1)}.form-item .form-flex .select-option.top{top:auto;bottom:-webkit-calc(100% + 2Px);bottom:-moz-calc(100% + 2Px);bottom:calc(100% + 2Px)}.form-item .form-flex .select-option li{cursor:pointer;line-height:0.26rem;padding:0.1rem 0}.form-item .form-flex .select-option li.active{background-color:#c30d23;color:#fff}.form-item .form-flex .select-option.fold{display:block}.form-item svg{position:absolute;right:0.24rem;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:0.24rem;color:#333}.form-item input,.form-item select,.form-item .select-wrap{position:relative;display:block;font-size:0.18rem;color:#333;line-height:0.25rem;background:rgba(0,0,0,0);height:100%;width:100%}.form-item .select-wrap{cursor:pointer}.form-item .select-wrap .select-item{font-size:0.18rem;color:#333;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.form-item .select-wrap .item-list{text-align:center;position:absolute;left:0;right:0;top:-webkit-calc(100% + 1Px);top:-moz-calc(100% + 1Px);top:calc(100% + 1Px);font-size:0.18rem;line-height:0.42rem;max-height:2rem;overflow-y:auto;background:#fff;-webkit-box-shadow:0 0.06rem 0.18rem 0 rgba(0,0,0,.15);box-shadow:0 0.06rem 0.18rem 0 rgba(0,0,0,.15);border-radius:0.16rem;padding:0.05rem 0.3rem;display:none}.form-item .select-wrap .item-list li{font-size:0.18rem}.form-item .select-wrap .item-list .active{background-color:#c30d23;color:#fff}.form-item .select-wrap .item-list.fold{display:block}.form-item .select-wrap .unfold{display:none}.form-item .get-code{cursor:pointer;position:absolute;right:0.3rem;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:1.12rem;height:0.4rem;background:#3a4649;border-radius:0.03rem;font-size:0.18rem;color:#fff;line-height:0.18rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 750px){.form-item label{font-size:0.24rem;left:0.2rem}.form-item input,.form-item select,.form-item .select-wrap{font-size:0.24rem}.form-item svg{font-size:0.42rem}.form-item .get-code{font-size:0.24rem;width:1.6rem;height:0.54rem;background:#3a4649;border-radius:0.03rem}.form-item .form-flex .select-option{max-height:3rem;padding:0;top:-webkit-calc(100% + 0.09rem);top:-moz-calc(100% + 0.09rem);top:calc(100% + 0.09rem);font-size:0.24rem;background:#fff;-webkit-box-shadow:0 0.06rem 0.18rem 0 rgba(0,0,0,.15);box-shadow:0 0.06rem 0.18rem 0 rgba(0,0,0,.15);border-radius:0.24rem}.form-item .form-flex .select-option.top{top:auto;bottom:-webkit-calc(100% + 0.09rem);bottom:-moz-calc(100% + 0.09rem);bottom:calc(100% + 0.09rem)}.form-item .form-flex .select-option li{padding:0.3rem 0.2rem}}.rule-item{width:100%;padding:0.22rem 0 0.3rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.rule-item .chery-check-item-filling{display:none}.rule-item.cur .chery-check-item-filling{display:block}.rule-item.cur .chery-checkbox-weixuan{display:none}.rule-item span{padding-left:0.1rem;font-size:0.21rem;color:#333;line-height:0.36rem}.rule-item span a{color:#c30d23}.ctr-form{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:0.18rem;letter-spacing:1PX}.ctr-form.small .ctr-form-item{padding:0 0.1rem;margin:0 0.1rem}.ctr-form .ctr-form-row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:0.15rem}.ctr-form .ctr-form-row>div+div{margin-left:0.8rem}.ctr-form .ctr-form-row>*{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.ctr-form .ctr-form-column{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ctr-form .ctr-form-item-title{padding:0;height:0.6rem;line-height:0.6rem;color:#666;font-size:0.18rem}.ctr-form .ctr-form-item{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:0.1rem;padding:0 0.3rem;min-height:0.6rem;line-height:0.6rem;border-bottom:0.01rem solid #d7d7d7;text-align:right}.ctr-form .ctr-form-item[required]::before{content:"*";display:block;position:absolute;top:50%;-webkit-transform:translateY(-45%);-moz-transform:translateY(-45%);-ms-transform:translateY(-45%);transform:translateY(-45%);left:0.13rem;color:red}.ctr-form .ctr-form-item.no-border{border:none;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ctr-form .ctr-form-item.full-line{display:block}.ctr-form .ctr-form-item label{padding-right:0.3rem;width:1.2rem;color:#999;text-align:left;word-break:keep-all}.ctr-form .ctr-form-item input,.ctr-form .ctr-form-item select,.ctr-form .ctr-form-item textarea{border:none;outline:none;text-align:right;-moz-text-align-last:right;text-align-last:right;font-size:0.18rem;letter-spacing:1PX;background-color:rgba(0,0,0,0)}.ctr-form .ctr-form-item input,.ctr-form .ctr-form-item select{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;width:100%}.ctr-form .ctr-form-item textarea{padding:0.2rem 0.3rem;width:100%;border-radius:0.15rem;border:0.01rem solid #cdcdcd;text-align:left;resize:none}.ctr-form .ctr-form-item select{padding-right:0.28rem;background-image:url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27currentColor%27 class=%27bi bi-chevron-right%27 viewBox=%270 0 16 16%27><path fill-rule=%27evenodd%27 d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z%27/></svg>");background-repeat:no-repeat;background-position:right;background-size:1em}.ctr-form .icon-suffix{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:0.28rem}@media screen and (max-width: 750px){.ctr-form{font-size:0.24rem}.ctr-form .ctr-form-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.ctr-form .ctr-form-row>div+div{margin-left:0}.ctr-form .ctr-form-item-title{height:0.9rem;line-height:1.1rem;font-size:0.24rem;text-align:center}.ctr-form .ctr-form-item{min-height:0.9rem;line-height:0.9rem;max-width:100%}.ctr-form .ctr-form-item input,.ctr-form .ctr-form-item select,.ctr-form .ctr-form-item textarea{font-size:0.24rem}.ctr-form .ctr-form-item textarea{border-radius:0.1rem}.ctr-form .ctr-form-item.form-item .form-flex{height:auto}.ctr-form .icon-suffix{font-size:0.35rem}}.ctr-button{display:inline-block;padding:0 0.3rem;height:0.54rem;background-color:#fff;border:1PX solid #3a4649;border-radius:3PX;line-height:0.52rem;word-break:keep-all;color:#3a4649;font-size:0.18rem;letter-spacing:1PX;white-space:nowrap;cursor:pointer}.ctr-button.round{border-radius:30PX}.ctr-button:hover:not([disabled]){background-color:#efefef;border-color:#444}.ctr-button:hover:not([disabled]).dark{background-color:#444}.ctr-button.dark{background-color:#333;color:#fff}.ctr-button.dark[disabled]{border-color:rgba(58,70,73,.85);background-color:rgba(51,51,51,.85);color:#efefef;cursor:not-allowed}.ctr-button.red{background-color:#c30d23;color:#fff}.ctr-button.red:hover{background-color:#f8223c;color:#fff}.ctr-button.red[disabled]{border-color:rgba(58,70,73,.85);background-color:rgba(51,51,51,.85);color:#efefef;cursor:not-allowed}.ctr-button.small{padding:0 0.11rem;height:0.4rem;line-height:0.4rem}@media screen and (max-width: 750px){.ctr-button{padding:0 0.39rem;height:0.78rem;line-height:0.76rem;font-size:0.24rem}.ctr-button.round{border-radius:30PX}.ctr-button.small{padding:0 0.19rem;height:0.54rem}}.ctr-list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.ctr-list .ctr-item{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ctr-upload input[type=file]{display:none}.ctr-upload .ctr-upload-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;gap:0.15rem;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0.08rem 0}.ctr-upload .ctr-upload-preview{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0.15rem}.ctr-upload .ctr-upload-preview .preview-item{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:0.1rem;border:0.01rem solid #d9d9d9;padding:0.03rem}.ctr-upload .ctr-upload-preview .preview-item span{position:absolute;top:-0.12rem;right:-0.12rem;display:block;width:0.25rem;height:0.25rem;background-color:#000;border-radius:50%;cursor:pointer}.ctr-upload .ctr-upload-preview .preview-item span::before,.ctr-upload .ctr-upload-preview .preview-item span::after{content:"";position:absolute;top:50%;left:50%;display:block;height:1PX;width:60%;background-color:#fff}.ctr-upload .ctr-upload-preview .preview-item span::before{-webkit-transform:translate(-50%, -50%) rotate(45deg);-moz-transform:translate(-50%, -50%) rotate(45deg);-ms-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}.ctr-upload .ctr-upload-preview .preview-item span::after{-webkit-transform:translate(-50%, -50%) rotate(-45deg);-moz-transform:translate(-50%, -50%) rotate(-45deg);-ms-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}.ctr-upload .ctr-upload-preview .preview-item>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ctr-upload .ctr-upload-preview .preview-item>img.icon{width:60%;height:60%}.ctr-upload .ctr-upload-preview .preview-item p{padding:0.12rem 0.08rem;width:100%;font-size:0.18rem;line-height:1;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ctr-upload .preview-item,.ctr-upload .ctr-upload-select{width:1.8rem;height:1.8rem}.ctr-upload .ctr-upload-select{background:rgba(216,216,216,0);border-radius:0.12rem;border:0.02rem dashed #d7d7d7;background-image:url(../png/pic-icon.png);background-repeat:no-repeat;background-position:center center;background-size:50%;cursor:pointer}@media screen and (max-width: 750px){.ctr-upload .preview-item,.ctr-upload .ctr-upload-select{width:1.7rem;height:1.7rem}}.ui_mask{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(172,172,172,.4);-webkit-backdrop-filter:blur(0.1rem);backdrop-filter:blur(0.1rem);z-index:101}.ui_dialog{position:fixed;top:50%;left:50%;-webkit-transform:translate(-100%, -50%);-moz-transform:translate(-100%, -50%);-ms-transform:translate(-100%, -50%);transform:translate(-100%, -50%);width:5.48rem;height:3.6rem;background-color:var(--light--color);border-radius:0.1rem;z-index:1000;padding:0.58rem 0.2rem 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.ui_dialog.active{-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.ui_dialog .ui_dialog-img{width:1rem;height:1rem;display:block;margin:0 auto 0.18rem}.ui_dialog .ui_dialog-close{position:absolute;top:0.2rem;right:0.2rem;font-size:0.42rem;cursor:pointer}.ui_dialog .ui_dialog-title{font-size:0.24rem;font-weight:500;color:var(--dark--color);margin-bottom:0.09rem}.ui_dialog .ui_dialog-content{font-size:0.18rem;color:var(--dark--color);margin-bottom:0.32rem}.ui_dialog .ui_dialog-btn{margin:0 auto}@media screen and (max-width: 750px){.ui_dialog{width:5.48rem;height:5.85rem;background:#fff;border-radius:0.3rem;padding-top:0.85rem}.ui_dialog .ui_dialog-img{width:1.74rem;height:1.74rem;margin-bottom:0.46rem}.ui_dialog .ui_dialog-title{font-size:0.36rem;font-weight:500;color:var(--dark--color);margin-bottom:0.24rem}.ui_dialog .ui_dialog-content{font-size:0.21rem;color:var(--dark--color);margin-bottom:0.46rem}.ui_dialog .ui_dialog-btn{width:2.6rem;height:0.78rem;border-radius:0.39rem;margin:0 auto}}.amap-info-content{padding:0.3rem;font-size:14Px;line-height:0.26rem;color:#999;-webkit-box-shadow:0 0 0.1rem 0 rgba(0,0,0,.1);box-shadow:0 0 0.1rem 0 rgba(0,0,0,.1);border-radius:0.1rem;max-width:3rem}.amap-info-content .name{font-size:16Px;font-weight:600;color:var(--dark--color);margin-bottom:0.09rem}@media screen and (max-width: 750px){body{overflow:hidden !important;height:100%;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}.header-box{background-color:#111}.model-type-configuration{padding:1.22rem 1.2rem 0.2rem;background-color:#fff}.model-type-configuration .form-item{width:2.2rem;height:0.72rem;background:rgba(255,255,255,0);border-radius:0.08rem;border:0.01rem solid #313131;font-size:0.18rem;letter-spacing:0.03rem}.model-type-configuration .form-item select{text-align:center;-moz-text-align-last:center;text-align-last:center;-webkit-text-align-last:center}.model-type-configuration .form-item select option{text-align:center}.model-type-configuration .form-item svg{right:0.16rem}.model-type-configuration .mob-only{display:none}.model-type-configuration .config-title{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:0;padding-bottom:0.3rem}.model-type-configuration .config-title h3{font-size:0.36rem;color:#000;line-height:0.5rem;padding-left:0.2rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.model-type-configuration .config-title .model-type{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 1rem;display:none}.model-type-configuration .config-title .model-type li{padding:0.1rem 0.2rem;font-size:0.18rem;font-weight:normal;color:#333;line-height:0.21rem;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.model-type-configuration .config-title .model-type li svg{font-size:0.2rem}.model-type-configuration .config-title .model-type li .fill{display:none}.model-type-configuration .config-title .model-type li.selected .weixuan{display:none}.model-type-configuration .config-title .model-type li.selected .fill{display:block}.model-type-configuration .config-content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.model-type-configuration .config-content .left-content{width:1.2rem;padding-top:0.5rem}.model-type-configuration .config-content .left-content li{font-size:0.18rem;color:#999;line-height:0.3rem;cursor:pointer;position:relative;padding:0.15rem 0.4rem 0.15rem 0;text-align:right}.model-type-configuration .config-content .left-content li.selected{color:#313131}.model-type-configuration .config-content .left-content li.selected::before{position:absolute;left:0;bottom:0;content:"";display:block;width:100%;height:2PX;background:#313131}.model-type-configuration .config-content .left-content a+a{margin-top:0.2rem}.model-type-configuration .config-content .right-content{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.model-type-configuration .config-content .right-content table{width:100%;border-collapse:collapse;table-layout:fixed;border-right:0 none;text-align:center;margin-top:-0.01rem;word-break:break-all;word-wrap:break-word}.model-type-configuration .config-content .right-content tr{font-size:0.18rem;color:#303030;line-height:0.3rem;position:relative}.model-type-configuration .config-content .right-content tr:nth-child(2n-1){background-color:#fafafa}.model-type-configuration .config-content .right-content tr svg{color:var(--primary--color)}.model-type-configuration .config-content .right-content tr svg.prev{position:absolute;left:1.8rem;top:0;width:0.3rem;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:0.2rem}.model-type-configuration .config-content .right-content tr svg.next{position:absolute;right:0;top:0;width:0.3rem;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:0.2rem}.model-type-configuration .config-content .right-content tr td{height:0.5rem;vertical-align:middle;text-align:center;border-right:1PX solid #cdcdcd}.model-type-configuration .config-content .right-content tr td:first-child{text-align:left;color:#666;padding-left:0.8rem}.model-type-configuration .config-content .right-content tr td:last-child{border-right:0PX solid #cdcdcd}.model-type-configuration .config-content .right-content .configuration-table{border-radius:0.15rem;overflow:hidden;background-color:#fff;-webkit-box-shadow:0 0 0.25rem rgba(0,0,0,.1);box-shadow:0 0 0.25rem rgba(0,0,0,.1);margin-bottom:0.2rem;position:relative;max-width:16.8rem;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.model-type-configuration .config-content .right-content .configuration-table div.note{font-size:0.18rem;line-height:0.3rem;color:#666}.model-type-configuration .config-content .right-content .configuration-table .table-header{position:absolute;z-index:4;width:16.74rem;top:1.2rem;background-color:#efefef;height:0.6rem}.model-type-configuration .config-content .right-content .configuration-table .table-header .nav-item{position:absolute;top:0;width:100%;color:#313131;padding-left:0.45rem;font-size:0.18rem;font-weight:bold;line-height:0.6rem;opacity:0}.model-type-configuration .config-content .right-content .configuration-table .table-header .nav-item.selected{opacity:1}.model-type-configuration .config-content .right-content .configuration-table .config-table-title{height:0.6rem;background-color:#efefef;border-bottom:0.02rem solid #d8d8d8}.model-type-configuration .config-content .right-content .configuration-table .config-table-title>div{color:#313131;padding-left:0.45rem;font-size:0.18rem;font-weight:bold;line-height:0.6rem;position:-webkit-sticky;position:sticky;left:0;width:3.4rem}.model-type-configuration .config-content .right-content .configuration-table .config-table-title svg{display:none}.model-type-configuration .config-content .right-content div.note{font-size:0.18rem;line-height:0.3rem;color:#666}.model-type-configuration .table-body{height:-webkit-calc(var(--100vh) - 2.4rem);height:-moz-calc(var(--100vh) - 2.4rem);height:calc(var(--100vh) - 2.4rem);min-height:4rem;overflow-y:auto}.model-type-configuration .table-body::-webkit-scrollbar{width:0.08rem;height:0.08rem;display:block}.model-type-configuration .table-body::-webkit-scrollbar-thumb{background:var(--primary--color);border-radius:0.04rem}.model-type-configuration .table-body::-webkit-scrollbar-track{background:#fff;border-radius:0.04rem}.model-type-configuration .table-body.hide_same .config-table:not(:first-child) .table_row:not(.has_different){display:none}.model-type-configuration .table-body.hide_same .config-table:not(:first-child).no-has-different{display:none}.model-type-configuration .config-table{width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.model-type-configuration .config-table:first-child{position:-webkit-sticky;position:sticky;top:-1Px;z-index:3}.model-type-configuration .config-table:first-child .table_row:first-child{background-color:#a1a1a1;color:#fff}.model-type-configuration .config-table:first-child .table_row:first-child .table_col{background-color:#a1a1a1;color:#fff}.model-type-configuration .config-table:first-child .table_col{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0}.model-type-configuration .config-table:first-child .table_col.table_sticky{padding-left:0.8rem}.model-type-configuration .config-table:first-child .table_col.center{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.model-type-configuration .table_row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;background-color:#fff;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.model-type-configuration .table_row:nth-child(2n+1){background-color:#fafafa}.model-type-configuration .table_row .table_col{width:3.35rem;height:0.6rem;font-size:0.16rem;color:#666;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0.5rem;border-left:0.02rem solid #fff;line-height:0.2rem}.model-type-configuration .table_row .table_col.table_sticky{position:-webkit-sticky;position:sticky;left:0;z-index:2;border-right:0.02rem solid #d8d8d8;background-color:#fff;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:0.8rem}.model-type-configuration .table_row .table_col.center{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0}.model-type-configuration .table_row .table_col:not(.table_sticky){width:-webkit-calc(13.39rem/var(--config-num));width:-moz-calc(13.39rem/var(--config-num));width:calc(13.39rem/var(--config-num));min-width:3.35rem}.model-type-configuration .table_row .table_col .different_btn{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;cursor:pointer}.model-type-configuration .table_row .table_col .different_btn .check_span{width:0.18rem;height:0.18rem;background:#fff;border:0.01rem solid #979797;position:relative;border-radius:50%;margin-right:0.1rem}.model-type-configuration .table_row .table_col .different_btn.cur .check_span::after{position:absolute;content:"";left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:0.1rem;height:0.1rem;border-radius:50%;background-color:#a1a1a1}@media screen and (max-width: 750px){.model-type-configuration{-webkit-overflow-scrolling:touch;padding:1.3rem 0 1rem}.model-type-configuration.wxmini{padding-top:0.4rem}.model-type-configuration.wxmini .table-body{top:1.2rem}.model-type-configuration .form-list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;gap:0.4rem;margin-top:0.3rem}.model-type-configuration .form-item{width:2.8rem;height:0.8rem;line-height:0.8rem;border-radius:0.08rem;border:1Px solid;font-size:0.24rem;color:#313131;letter-spacing:0.04rem}.model-type-configuration .form-item select{text-align:center}.model-type-configuration .form-item svg{right:0.1rem;font-size:0.32rem}.model-type-configuration .pc-only{display:none}.model-type-configuration .mob-only{display:block}.model-type-configuration div.note{position:fixed;bottom:0;font-size:0.24rem;line-height:0.36rem;color:var(--primary--color);padding:0.1rem 0.3rem env(safe-area-inset-bottom);height:2rem;overflow:auto;z-index:3;background-color:#fff}.model-type-configuration .config-title{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.model-type-configuration .config-title .title{text-align:center;font-size:0.48rem;color:#000;line-height:0.68rem;width:100%}.model-type-configuration .config-title .title svg{margin-right:0.05rem;font-size:0.4rem}.model-type-configuration .config-title .form-flex{text-align:center}.model-type-configuration .config-title .model-type{padding:0.34rem 0.5rem}.model-type-configuration .config-title .model-type li{font-size:0.2rem}.model-type-configuration .popup-box{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);z-index:10001;display:none}.model-type-configuration .popup-box .close{position:absolute;top:.2rem;right:.2rem;width:.4rem;height:.4rem;color:#fff;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:.48rem;z-index:100}.model-type-configuration .popup-content{position:fixed;width:5.6rem;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:#fff;z-index:99;border-radius:0.3rem;padding:.4rem 0}.model-type-configuration .popup-content .close{font-size:0.24rem;color:var(--primary--color)}.model-type-configuration .popup-content .chery--global--button{margin:0.2rem auto 0}.model-type-configuration .popup-content li{font-size:0.24rem;padding:.2rem 0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.model-type-configuration .popup-content li svg{font-size:0.28rem;margin-right:0.1rem}.model-type-configuration .popup-content li span{max-width:80%}.model-type-configuration .popup-content li .fill{display:none}.model-type-configuration .popup-content li.selected .weixuan{display:none}.model-type-configuration .popup-content li.selected .fill{display:block}.model-type-configuration .config-content{display:block;border-radius:0;background-color:#fff}.model-type-configuration .config-content table{width:100%;border-collapse:collapse;table-layout:fixed;border-right:0 none;text-align:center;margin-top:-0.01rem;word-break:break-all;word-wrap:break-word}.model-type-configuration .config-content tr{font-size:0.24rem;line-height:0.34rem;color:#303030;position:relative}.model-type-configuration .config-content tr:nth-child(2n){background-color:#fafafa}.model-type-configuration .config-content tr svg{color:#303030}.model-type-configuration .config-content tr svg.prev{position:absolute;left:2.3rem;top:0;width:0.3rem;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:0.2rem}.model-type-configuration .config-content tr svg.next{position:absolute;right:0;top:0;width:0.3rem;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:0.2rem}.model-type-configuration .config-content tr td{height:0.9rem;vertical-align:middle;text-align:center}.model-type-configuration .config-content tr td:first-child{text-align:left;color:#666;padding-left:0.2rem}.model-type-configuration .config-content .table-header{position:absolute}.model-type-configuration .config-content .nav-configuration li:last-child .btn-config-nav{border-bottom:0PX solid #d8d8d8}.model-type-configuration .config-content .nav-configuration .btn-config-nav{height:0.8rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;border-bottom:1PX solid #d8d8d8;background:#efefef}.model-type-configuration .config-content .nav-configuration .btn-config-nav .text{font-size:0.3rem;color:#666}.model-type-configuration .config-content .nav-configuration .btn-config-nav .cross{display:block;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0.2rem;overflow:hidden;-webkit-transition:.4s;-moz-transition:.4s;transition:.4s;width:0.24rem;height:0.24rem}.model-type-configuration .config-content .nav-configuration .btn-config-nav .cross span{border-color:#fff}.model-type-configuration .config-content .nav-configuration .btn-config-nav .cross .bar{position:absolute;top:50%;border-top:0.06rem solid #3a4649;height:0;width:100%;margin-top:-0.03rem;display:block}.model-type-configuration .config-content .nav-configuration .btn-config-nav .cross .bar.verticle{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.model-type-configuration .config-content .nav-configuration .btn-config-nav.selected .cross .bar.verticle{display:none}.model-type-configuration .config-content .nav-configuration .config-table-wrap{display:none}.model-type-configuration .config-content .nav-configuration .config-table-wrap table{width:100%}.model-type-configuration .config-content .nav-configuration .btn-config-nav.selected+.config-table-wrap{display:block}.model-type-configuration .config-content .right-content .configuration-table{border-radius:0;max-width:100vw;overflow:initial}.model-type-configuration .table-body{height:auto;position:fixed;top:-webkit-calc(var(--table-top) + 1Px);top:-moz-calc(var(--table-top) + 1Px);top:calc(var(--table-top) + 1Px);left:0;right:0;bottom:-webkit-calc(var(--note-height) + env(safe-area-inset-bottom));bottom:-moz-calc(var(--note-height) + env(safe-area-inset-bottom));bottom:calc(var(--note-height) + env(safe-area-inset-bottom));z-index:2;background-color:#fff;-webkit-overflow-scrolling:touch;overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:none}.model-type-configuration .table-body::-webkit-scrollbar{display:none}.model-type-configuration .table-body .config-table:first-child .table_row .table_col{padding-left:0}.model-type-configuration .table-body .config-table:first-child .table_row .table_col.table_sticky{padding-left:0.2rem}.model-type-configuration .table-body .config-table .table_row .table_col{width:2rem;font-size:0.2rem;height:auto;padding:0.2rem;line-height:0.3rem}.model-type-configuration .table-body .config-table .table_row .table_col:not(.table_sticky){width:-webkit-calc((100vw - 2rem)/var(--config-num));width:-moz-calc((100vw - 2rem)/var(--config-num));width:calc((100vw - 2rem)/var(--config-num));min-width:2rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;word-break:break-word}.model-type-configuration .table-body .config-table .table_row .table_col .different_btn{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.model-type-configuration .table-body .config-table .table_row .table_col .different_btn .check_span{width:0.22rem;height:0.22rem}.model-type-configuration .table-body .config-table .config-table-title{height:0.6rem}.model-type-configuration .table-body .config-table .config-table-title>div{font-size:0.2rem;line-height:0.6rem;color:#666;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.model-type-configuration .table-body .config-table .config-table-title svg{position:absolute;right:0;display:block;font-size:0.4rem;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.model-type-configuration .table-body .config-table .config-table-title.cur svg{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.model-type-configuration .table-body .config-table.down{width:100%}.model-type-configuration .table-body .config-table.down .table_row{display:none}}
