*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    color: #3d4c63;
    background: #fff;
    font: 14px/1.5 "Microsoft Yahei", sans-serif;
    outline: 0
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: inherit
}

img {
    max-width: 100%;
    border: none
}

em, i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, select, textarea {
    font-size: 12px;
    color: #444;
    font-family: "Microsoft Yahei", sans-serif;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

button, input[type=button], input[type=reset], input[type=submit], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer
}

.false:focus {
    border: 2px solid #ff1531;
    background: #fff
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

::-ms-clear, ::-ms-reveal {
    display: none
}

.fix {
    *zoom: 1
}

.fix:after, .fix:before {
    display: block;
    content: "";
    height: 0;
    clear: both
}

.c {
    clear: both
}

.col-l, .l {
    float: left
}

.col-r, .r {
    float: right
}

.ani {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.unselect {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

.wp {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

.h50 {
    height: 50px;
    clear: both;
    overflow: hidden
}

.h100 {
    height: 100px;
    clear: both;
    overflow: hidden
}

.head {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #29c4da;
    height: 45px;
    overflow: hidden;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.head .return {
    display: block;
    width: 45px;
    height: 45px;
    background: url(../img/icon-arrow5.png) center center no-repeat;
    -webkit-background-size: 25px auto;
    background-size: 25px auto
}

.head .title {
    width: calc(100% - 45px);
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1
}

.page-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(359deg, #abe4ef 0, #61d0e1 30%, #14c0d8 100%)
}

.box-loading-bg img {
    display: block;
    width: 100%;
    margin-top: -20%;
}

.box-lang {
    position: absolute;
    right: .35rem;
    top: .39rem;
    min-width: 110px;
    z-index: 2
}

.box-lang dt {
    padding: 0 15px;
    padding-right: 30px;
    font-size: 14px;
    color: #77888c;
    line-height: 30px;
    border: 1px solid #54bbd6;
    border-radius: 4px;
    background-color: #fff;
    position: relative
}

.box-lang dt:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 6px;
    background: url(../img/icon-arrow2.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: -3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.box-lang dd {
    padding: 11px 0;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 100%;
    z-index: 2;
    display: none
}

.box-lang dd:before {
    content: '';
    margin: 0 auto;
    display: block;
    width: 16px;
    height: 9px;
    background: url(../img/icon-arrow4.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 2
}

.box-lang dd .con {
    margin-top: -1px;
    padding: 10px 0;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    max-height: 274px;
    overflow-y: auto
}

.box-lang dd .con::-webkit-scrollbar {
    width: 0
}

.box-lang dd a {
    padding: 0 15px;
    display: block;
    font-size: 12px;
    color: #77888c;
    line-height: 28px
}

.box-lang dt.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.box-lang dd a.on {
    color: #54bbd6
}

.box-loding-bt {
    padding: 2.6rem 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2
}

.box-loding-bt .btn {
    font-size: 0;
    text-align: center
}

.box-loding-bt .btn a {
    display: inline-block;
    vertical-align: middle;
    width: 40%
}

.box-loding-bt .btn a img {
    display: block;
    margin: 0 auto
}

.box-loding-bt .checkbox {
    width: 70%;
    margin: .2rem auto 0;
    line-height: .4rem;
    text-align: center;
    font-size: .24rem;
    color: #112026;
    overflow: hidden
}

.box-loding-bt .checkbox label {
    display: block
}

.box-loding-bt .checkbox input {
    position: absolute;
    left: -999px
}

.box-loding-bt .checkbox i {
    display: inline-block;
    vertical-align: middle;
    width: .28rem;
    height: .28rem;
    border: 1px solid #c8c9cc;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.box-loding-bt .checkbox span {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - .5rem)
}

.box-loding-bt .checkbox a {
    color: #ffffff;
}

.box-loding-bt .checkbox input:checked + i {
    border: none;
    background-image: url(../img/icon-chk_on.png)
}

.protocol-cont {
    margin-top: 45px;
    padding: 20px
}

.page-preview {
    /*padding: .72rem 0*/
}

.preview-pic {
    padding-top: 100.43%;
    margin: 0 22% 0 22%;
    position: relative;
    /*height: 5.6rem;*/
    /*line-height: 5.6rem;*/
    /*font-size: 0;*/
    /*text-align: center*/
}

.preview-pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 65%;
    top: 41%;
    height: 68.018%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preview-title {
    margin-top: .6rem;
    text-align: center
}

.preview-title .model {
    font-size: .28rem;
    color: #112026;
    font-weight: 700;
    line-height: 1.2
}

.preview-title .title {
    margin-top: .03rem;
    font-size: .32rem;
    color: #112026
}

.preview-tar {
    margin-top: .6rem;
    padding: 0 .4rem
}

.preview-tar .tar {
    padding: .2rem .32rem;
    display: block;
    width: 100%;
    height: 1.84rem;
    background-color: #f7f7f7;
    border-radius: 3px;
    outline: 0;
    border: none;
    resize: none;
    font-size: .24rem;
    color: #000
}

.preview-btns {
    margin-top: .3rem
}

.preview-btns .a {
    display: block;
    margin: 0 auto;
    width: 6rem;
    height: 1rem;
    line-height: 1rem;
    background-color: #54bbd6;
    border-radius: .5rem;
    font-size: .32rem;
    color: #fff;
    text-align: center
}

.page-orderCode {
    padding: .48rem 0
}

.orderCode-pic {
    margin: 0 auto;
    width: 2.66rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.orderCode-pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.orderCode-title {
    margin-top: .3rem;
    text-align: center
}

.orderCode-title .model {
    font-size: .24rem;
    color: #112026;
    font-weight: 700
}

.orderCode-code {
    margin: .4rem;
    padding: .4rem;
    box-shadow: 0 .2rem 1.2rem 0 rgba(167, 167, 167, .28);
    text-align: center
}

.orderCode-code .title {
    font-size: .32rem;
    color: #112026;
    line-height: 1.1
}

.orderCode-code .tips {
    margin-top: .3rem;
    font-size: .24rem;
    color: #fe7273
}

.orderCode-code .pic {
    margin: .3rem auto 0;
    width: 4rem;
    margin-top: -6%;
    z-index: -1;
    position: relative;
}

.orderCode-code .pic img {
    display: block;
    margin: 0 auto
}

.orderCode-code .order-id {
    margin-top: .3rem;
    font-size: .24rem;
    color: #112026
}

.orderCode-code .order-id span {
    font-weight: 700
}

.orderCode-btns {
    margin-top: .3rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly
}

.orderCode-btns .a {
    width: 40%;
    height: .9rem;
    line-height: .9rem;
    background-color: #54bbd6;
    border-radius: .5rem;
    font-size: .3rem;
    color: #fff;
    text-align: center
}

.phone-preImg {
    position: absolute !important;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.phone-preImg .phone-bg {
    display: block;
    max-width: none
}

.phone-preImg .dragRotateScale_move {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 0
}

.phone-preImg .dragRotateScale_close {
    position: absolute;
    background-image: url(../img/icon-close2.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
    background-color: red;
    border-radius: 50%
}

.phone-preImg .dragRotateScale_rotate {
    position: absolute;
    background-image: url(../img/icon-drag.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
    background-color: red;
    border-radius: 50%
}

.phone-preText {
    position: absolute !important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.phone-preText .dragRotateScale_move {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 0
}

.phone-preText .dragRotateScale_close {
    position: absolute;
    background-image: url(../img/icon-close2.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
    background-color: red;
    border-radius: 50%
}

.phone-preText .dragRotateScale_rotate {
    position: absolute;
    background-image: url(../img/icon-drag.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
    background-color: red;
    border-radius: 50%
}

.phone-preText .phone-text {
    font-size: 20px;
    color: #000;
    border: 1px dashed red;
    line-height: 1.4;
    white-space: nowrap
}

.text-wrap {
    position: absolute;
    left: 0;
    top: 170px;
    z-index: 10
}

.text-wrap .text {
    padding: 0 15px;
    font-size: 16px
}

.text-wrap .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px dashed red;
    pointer-events: none
}

.text-wrap .move {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.text-wrap .poi {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    background-image: url(../img/icon-drag.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% auto;
    background-size: 50% auto
}

.text-wrap .close {
    position: absolute;
    left: -6px;
    bottom: -6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    background-image: url(../img/icon-close2.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 70% auto;
    background-size: 70% auto
}

.box-phone {
    height: 500px;
    background-color: #fff
}

.phone-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden
}

.phone-wrapper canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.phone-wrapper .phone-up-box {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 340px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.phone-wrapper .phone-up-box .inner {
    position: relative;
    height: 100%
}

.phone-wrapper .phone-up-box .phone-up-box-in {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 340px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 50;
    pointer-events: none
}

.phone-wrapper .phone-up-box .phone {
    margin: 0 auto;
    display: block;
    height: 100%;
    position: relative;
    z-index: 50;
    pointer-events: none
}

.phone-wrapper .phone-up-box .add-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px dashed #00bed6;
    border-radius: .12rem;
    transform: translate3d(-50%, -50%, 0);
    background-color: rgba(0, 190, 214, .19);
    z-index: 3;
    overflow: hidden
}

.phone-wrapper .phone-up-box .add-img input {
    position: absolute;
    left: -999px
}

.phone-wrapper .phone-up-box .add-img:after, .phone-wrapper .phone-up-box .add-img:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #00bed6;
    border-radius: 3px
}

.phone-wrapper .phone-up-box .add-img:before {
    width: 2px;
    height: 60%
}

.phone-wrapper .phone-up-box .add-img:after {
    width: 60%;
    height: 2px
}
/*新增*/
.phone-wrapper .phone-up-box .log-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px dashed #00bed6;
    border-radius: .12rem;
    transform: translate3d(-50%, -50%, 0);
    background-color: rgba(0, 190, 214, .19);
    z-index: 3;
    overflow: hidden
}

.phone-wrapper .phone-up-box .log-btn input {
    position: absolute;
    left: -999px
}

.phone-wrapper .phone-up-box .log-btn:after, .phone-wrapper .phone-up-box .log-btn:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #00bed6;
    border-radius: 3px
}

.phone-wrapper .phone-up-box .log-btn:before {
    width: 2px;
    height: 60%
}

.phone-wrapper .phone-up-box .log-btn:after {
    width: 60%;
    height: 2px
}
/*end*/
.phone-wrapper .move-tips {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 85%;
    line-height: 15px;
    font-size: .22rem;
    color: red;
    text-align: center;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 10
}

.phone-wrapper .dash-border {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate3d(-50%, -50%, 0);
    border: 1px dashed red;
    z-index: 2;
    pointer-events: none
}

.print-result {
    position: fixed;
    top: 190px;
    left: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 1em;
    height: 107px;
    font-size: .24rem;
    color: #999;
    line-height: 15px;
    pointer-events: none;
    z-index: 10
}

.print-result.print-en {
    top: 230px;
    left: -25px;
    display: block;
    width: auto;
    height: auto;
    transform: rotate(90deg)
}

.print-result .result {
    color: #ff622b
}

.handle-wrap {
    position: fixed;
    top: 276px;
    right: 0;
    height: 48px;
    z-index: 101
}

.handle-wrap .handle-list {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 48px;
    background-color: rgba(0, 190, 214, .48);
    border-radius: 48px 0 0 48px;
    transition: width .25s linear
}

.handle-wrap .handle-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 25px;
    height: 18.5px;
    display: inline-block;
    background: url(../img/icon-camera.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.handle-wrap .handle-more {
    display: flex;
    height: 100%;
    padding: 0 .2rem 0 38px
}

.handle-wrap .handle-more .icon-arrow {
    position: absolute;
    top: 50%;
    left: .4rem;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(../img/icon-arrow6.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.handle-wrap .handle-more .handle-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 2px;
    min-height: 40px;
    font-size: .24rem
}

.handle-wrap .handle-more .handle-item label {
    display: block;
    position: relative;
    overflow: hidden
}

.handle-wrap .handle-more .handle-item label input {
    position: absolute;
    left: -999px
}

.handle-wrap .handle-more .handle-item .icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 0;
    text-align: center
}

.handle-wrap .handle-more .handle-item .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    max-height: 80%
}

.handle-wrap .handle-list.more1 {
    width: 140px
}

.handle-wrap .handle-list.more1 .handle-icon {
    display: none !important
}

.handle-wrap .handle-list.more1 .handle-more {
    display: flex !important
}

.model-wrap {
    display: flex;
    padding: 0 .3rem 0 .4rem;
    justify-content: center;
    position: relative;
    z-index: 100
}

.model-wrap .in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 10px 5px 15px;
    position: relative;
    font-size: .28rem;
    color: #fff;
    background-color: #54bbd6;
    border-radius: 30px
}

.model-wrap .in .txt {
    width: calc(100% - 6px);
    text-align: center;
    padding-right: 5px;
    display: inline-block
}

.model-wrap .in .icon-arrow {
    display: inline-block;
    width: 6px;
    height: 9px;
    background: url(../img/icon-arrow7.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.nav-wrapper {
    display: flex;
    height: 70px;
    padding: 0 5px;
    align-items: center;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 2px 12px 0 rgba(235, 232, 232, .5);
    z-index: 98;
    width: 100%;
    position: fixed;
    bottom: 0
}

.nav-wrapper .nav-list {
    display: flex;
    flex: 1
}

.nav-wrapper .nav-list .nav-item {
    flex: 1;
    text-align: center;
    position: relative
}

.nav-wrapper .nav-list .nav-item input {
    position: absolute;
    left: -999px
}

.nav-wrapper .nav-list .icon {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 0;
    text-align: center
}

.nav-wrapper .nav-list .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    max-height: 80%
}

.nav-wrapper .nav-list .text {
    font-size: 10px;
    text-align: center;
    color: #4a4a4a
}

.nav-wrapper .btn-submit {
    display: inline-block;
    width: 40%;
    height: 40px;
    margin: 0 5px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background: #15bed6
}

.nav-wrapper .btn-submit .a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #fff
}

.phone-wrapper.hiddenTip .dragRotateScale_close {
    display: none
}

.phone-wrapper.hiddenTip .dragRotateScale_rotate {
    display: none
}

.phone-wrapper.hiddenTip .dash-border {
    display: none
}

.phone-wrapper.hiddenTip .phone-up-box .inner {
    overflow: hidden
}

.phone-wrapper.hiddenTip .move-tips {
    display: none
}

.phone-wrapper.hiddenTip .text-wrap .line {
    display: none
}

.phone-wrapper.hiddenTip .text-wrap .poi {
    display: none
}

.phone-wrapper.hiddenTip .text-wrap .close {
    display: none
}

.phone-wrapper.hiddenTip .phone-preText .phone-text {
    border-color: transparent
}

.phone-wrapper.showTip .dragRotateScale_close {
    display: block
}

.phone-wrapper.showTip .dragRotateScale_rotate {
    display: block
}

.phone-wrapper.showTip .dash-border {
    display: block
}

.phone-wrapper.showTip .phone-up-box .inner {
    overflow: visible
}

.phone-wrapper.showTip .move-tips {
    display: block
}

.phone-wrapper.showTip .text-wrap .line {
    display: block
}

.phone-wrapper.showTip .text-wrap .poi {
    display: block
}

.phone-wrapper.showTip .text-wrap .close {
    display: block
}

.phone-wrapper.showTip .phone-text .phone-text {
    border-color: red
}

.weui-dialog__title {
    font-size: 20px !important
}

.weui-dialog__bd {
    font-size: 15px !important
}

.weui-dialog__bd a {
    color: #29c4da
}

.weui-dialog__ft .weui-dialog__btn {
    font-weight: 400 !important
}

.weui-dialog__ft .weui-dialog__btn label {
    display: block;
    position: relative;
    overflow: hidden
}

.weui-dialog__ft .weui-dialog__btn label input {
    position: absolute;
    left: -999px
}

.weui-dialog__ft .weui-dialog__btn:nth-child(1) {
    color: #999 !important
}

.weui-dialog__ft .weui-dialog__btn:nth-child(2) {
    color: #333 !important
}

.weui-toast_content {
    font-size: 14px !important
}

.dialogTxt.visible .weui-dialog, .dialogTxt.visible .weui-mask {
    opacity: 1;
    visibility: visible
}

.pop-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 100
}

.model-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    background-color: transparent;
    z-index: 101
}

.model-wrapper .model-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-color: #fff;
    border-radius: .2rem .2rem 0 0;
    overflow: hidden
}

.model-content {
    padding: 15px 15px 0;
    font-size: .28rem;
    line-height: 20px
}

.model-content .title {
    position: relative;
    text-align: center
}

.model-content .title .title-l {
    position: absolute;
    left: 0;
    color: #999
}

.model-content .title .title-c {
    font-size: .32rem
}

.model-content .title .title-r {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500
}

.model-content .brand-model-search-box {
    margin-top: 20px;
    border-radius: 25px;
    position: relative
}

.model-content .brand-model-search-box .input-inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: block;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
    height: 38px;
    line-height: 36px;
    border-radius: 25px;
    color: #000;
    font-size: 13px
}

.model-content .origin-list {
    height: 250px;
    margin-top: 15px;
    display: flex;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll
}

.model-content .origin-list .model-l {
    position: relative;
    width: 30%;
    overflow: hidden;
    overflow-y: scroll;
    text-align: left
}

.model-content .origin-list .model-l .model-item {
    line-height: 25px;
    font-size: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.model-content .origin-list .model-l .model-item + .model-item {
    margin-top: .2rem
}

.model-content .origin-list .model-l .model-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: .28rem;
    line-height: 1;
    position: relative;
    z-index: 1
}

.model-content .origin-list .model-l .model-item.active span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -5px;
    width: calc(100% + 10px);
    height: 6px;
    background-color: #00bed6;
    border-radius: 6px;
    z-index: -1
}

.model-content .origin-list .model-r {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding-left: 28px;
    border-left: 1px solid rgba(231, 231, 231, .5);
    text-align: left
}

.model-content .origin-list .model-r .model-item {
    line-height: 25px;
    font-size: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.model-content .origin-list .model-r .model-item + .model-item {
    margin-top: .2rem
}

.model-content .origin-list .model-r .model-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: .28rem;
    line-height: 1;
    position: relative;
    z-index: 1
}

.model-content .origin-list .model-r .model-item.active span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -5px;
    width: calc(100% + 10px);
    height: 6px;
    background-color: #00bed6;
    border-radius: 6px;
    z-index: -1
}

.model-content .hot-brand-model-list {
    height: calc(100%);
    margin-top: 10px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 120px
}

.model-content .hot-brand-model-list::-webkit-scrollbar {
    width: 0
}

.model-content .hot-brand-model-list .hot-brand-box {
    height: auto
}

.model-content .hot-brand-model-list .hot-brand-title {
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    padding-top: 8px;
    display: flex;
    justify-content: space-between
}

.model-content .hot-brand-model-list .hot-brand-title .icon-close {
    width: 20px;
    height: 20px;
    background: url(../img/icon-close.png) center center no-repeat;
    -webkit-background-size: 10px auto;
    background-size: 10px auto
}

.model-content .hot-brand-model-list .hot-brand-list {
    height: auto;
    margin: 8px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.model-content .hot-brand-model-list .hot-brand-list .hot-brand-item {
    text-align: center;
    background-color: #f4f5f4;
    color: #000;
    font-size: 12px;
    border-radius: 25px;
    margin: 5px;
    padding: 5px 10px
}

.model-content .hot-brand-model-list .hot-brand-list .hot-brand-item.active {
    background-color: rgba(0, 190, 214, .48);
    color: #fff
}

.model-content.model-active {
    height: 100% !important
}

.model-content.model-active .origin-list {
    display: none !important
}

.model-content.model-active .hot-brand-model-list {
    display: block !important
}

.picture-wrapper.shadow {
    height: 70%
}

.picture-wrapper.hidden {
    height: 0
}

.picture-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    transition: all .3s
}

.picture-wrapper .handle-pic {
    position: relative;
    padding: 12px 0 1px;
    text-align: center;
    background-color: #fff;
    border-radius: .24rem .24rem 0 0;
    height: 50px
}

.picture-wrapper .handle-pic .line-arrow-down-close {
    position: relative;
    width: 46px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    padding-left: 2px;
    font-size: 13px
}

.picture-wrapper .handle-pic .line-arrow-down-close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    border: 1px solid rgba(216, 216, 216, .5)
}

.picture-wrapper .handle-pic .photoSelectA {
    font-size: 15px;
    color: #000;
    float: left;
    position: relative;
    left: 20px;
    top: 5px
}

.picture-wrapper .handle-pic .photoSelectB {
    font-size: 15px;
    color: #00bed6;
    float: right;
    position: relative;
    right: 20px;
    top: 5px
}

.picture-wrapper .handle-pic .photoSelectB label {
    display: block;
    position: relative;
    overflow: hidden
}

.picture-wrapper .handle-pic .photoSelectB input {
    position: absolute;
    left: -999px
}

.picture-wrapper .picture-data {
    position: relative;
    top: -1px;
    height: 100%;
    background-color: #fff
}

.picture-wrapper .picture-data .picture-con {
    position: absolute;
    padding: 0 .3rem;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.no-data {
    position: absolute;
    width: 100%;
    padding: 0 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10
}

.no-data .empty-img {
    display: inline-block;
    width: 180px;
    height: 149px
}

.no-data .empty-img.no-order {
    height: 132px;
    background-image: url(../img/no-order.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.no-data .text {
    display: block;
    margin-top: .2rem;
    font-size: .32rem;
    color: #333;
    line-height: 45px
}

.picture-wrapper .no-data-wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.picture-wrapper .no-data-wrap .no-data {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 65px;
    background-color: #fff
}

.tabs-nav {
    padding: 15px 0 10px;
    position: relative
}

.tabs-nav .slider {
    height: 24px;
    line-height: 24px
}

.tabs-nav .slider .swiper-wrapper {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important
}

.tabs-nav .swiper-slide {
    width: auto
}

.tabs-nav .swiper-slide + .swiper-slide {
    margin-left: 30px
}

.tabs-nav .swiper-slide:last-child {
    margin-right: 30px
}

.tabs-nav .swiper-slide.active .tab_text {
    font-size: .32rem;
    color: #333
}

.tabs-nav .swiper-slide.active .tab_text .tag {
    display: block
}

.tabs-nav .tab_text {
    font-size: .26rem;
    color: #999
}

.tabs-nav .tab_text .tag {
    position: absolute;
    top: -15px;
    left: calc(50% + 24px);
    width: 32px;
    height: 18px;
    font-size: .24rem;
    text-align: center;
    background-image: url(../img/bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: none
}

.tabs-nav .tab_text .tag em {
    top: -1px;
    display: block;
    color: #fff;
    line-height: 1.2;
    transform: scale(.8)
}

.tabs-nav .tabs_line {
    position: absolute;
    bottom: 5px;
    width: 14px;
    height: 3px;
    background-image: url(../img/icon-line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tabs-content {
    position: absolute !important;
    top: 53px;
    bottom: 30px;
    width: calc(100% - .6rem)
}

.tabs-content .pic-list {
    position: relative;
    padding: .2rem 7px;
    width: 100%;
    height: 100%
}

.tabs-content .pic-list .img-list {
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    left: 7px;
    padding-top: .3rem;
    overflow-y: scroll
}

.tabs-content .pic-list .img-list::-webkit-scrollbar {
    width: 0
}

.tabs-content .pic-list .img-wrap {
    float: left;
    width: calc((100% / 3));
    padding: 7px
}

.tabs-content .pic-list .img-wrap .img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
    overflow: hidden
}

.tabs-content .pic-list .img-wrap .img img {
    position: relative;
    left: 50%;
    min-width: 100%;
    height: 180px;
    transform: translateX(-50%);
    border-radius: .2rem;

}

.text-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .4rem .3rem;
    background-color: #fff;
    border-radius: .32rem .32rem 0 0;
    overflow-y: scroll;
    z-index: 101;
    -webkit-overflow-scrolling: touch;
    box-shadow: -.2rem -.4rem 1.6rem -.4rem rgba(153, 153, 153, .3);
    height: auto
}

.text-wrapper .title {
    height: 25px;
    line-height: 25px;
    text-align: center
}

.text-wrapper .title .text {
    display: inline-block;
    font-size: .32rem;
    color: #333;
    font-weight: 500
}

.text-wrapper .input-box {
    width: 100%;
    margin-top: 30px;
    padding: 8px 16px;
    border-radius: 6px;
    box-sizing: border-box;
    border: 0 solid #fff;
    background-color: rgba(155, 155, 155, .09)
}

.text-wrapper .input-box .input-inner {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #323233;
    outline: 0;
    border: none;
    background-color: transparent
}

.text-wrapper .select-box {
    position: relative
}

.text-wrapper .select-box .select-hd {
    width: 100%;
    margin-top: 20px;
    height: 32px;
    line-height: 32px;
    padding: 0 .3rem;
    border-radius: 6px;
    border: none;
    box-sizing: border-box;
    background-color: #f2f2f2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: non;
    cursor: pointer;
    outline: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.text-wrapper .select-box .select-hd .input-inner {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #323233;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none
}

.text-wrapper .select-box .select-hd .icon-arrow {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: -8px;
    width: 32px;
    height: 32px;
    line-height: inherit;
    color: #969799;
    background: url(../img/icon-arrow8.png) center center no-repeat;
    -webkit-background-size: 10px auto;
    background-size: 10px auto
}

.text-wrapper .select-box .select-list {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    border: 1px solid rgba(231, 231, 231, .5);
    border-radius: .09rem;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    float: left;
    z-index: 22;
    text-align: left;
    font-size: 14px
}

.text-wrapper .select-box .select-list .select-item {
    padding: 0 .3rem;
    height: 40px;
    line-height: 40px
}

.text-wrapper .select-box .select-list .select-item.active {
    background-color: #eee
}

.text-wrapper .color-box {
    width: 100%;
    margin: 40px 0 50px;
    display: flex
}

.text-wrapper .btn-box {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-center;
    align-items: center;
    justify-content: space-around;
    margin-top: 28px
}

.text-wrapper .btn-box .btn {
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: .28rem;
    text-align: center;
    border-radius: 36px
}

.text-wrapper .btn-box .cancel-btn {
    background-color: #e7e7e7
}

.text-wrapper .btn-box .confirm-btn {
    color: #fff;
    background-color: #00bed6
}

.custom-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .4rem .3rem;
    background-color: #fff;
    overflow-y: scroll;
    z-index: 101;
    -webkit-overflow-scrolling: touch;
    box-shadow: -.02rem -.02rem .16rem -.04rem rgba(153, 153, 153, .3);
    height: 200px
}

.custom-wrapper .title {
    height: 25px;
    line-height: 25px;
    text-align: center
}

.custom-wrapper .title .text {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #4a4a4a
}

.custom-wrapper .title .icon-close {
    display: inline-block;
    float: right;
    width: 20px;
    height: 25px;
    background: url(../img/icon-close.png) center center no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto
}

.custom-wrapper .custom-wrapper-box {
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 15px
}

.custom-wrapper .custom-wrapper-box .box-rotate {
    width: 20%;
    font-size: 0;
    text-align: center
}

.custom-wrapper .custom-wrapper-box .box-rotate .rotate-img {
    width: 35%;
    height: auto
}

.custom-wrapper .custom-wrapper-box .box-rotate .rotate-title {
    font-size: 12px;
    margin-top: 5px
}

.custom-wrapper .slider-box {
    margin-top: 25px
}

.custom-wrapper .slider-box .rotate-slider .weui-slider-box {
    padding-left: 14px;
    display: block;
    height: 50px
}

.custom-wrapper .slider-box .rotate-slider .weui-slider-box .weui-slider {
    margin-left: -14px;
    padding: 7px 14px;
    padding-left: 28px
}

.custom-wrapper .slider-box .rotate-slider .weui-slider-box .weui-slider__inner {
    height: 8px;
    background-color: transparent
}

.custom-wrapper .slider-box .rotate-slider .weui-slider-box .weui-slider__inner:after {
    content: '';
    position: absolute;
    left: -14px;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #e9e9e9;
    border-radius: 15px
}

.custom-wrapper .slider-box .rotate-slider .weui-slider-box .weui-slider__track {
    margin-left: -14px;
    height: 100%;
    background-color: #3498db;
    border-radius: 15px 0 0 15px;
    position: relative;
    z-index: 10
}

.custom-wrapper .slider-box .rotate-slider .weui-slider-box__value {
    margin: 0;
    display: none
}

.custom-wrapper .slider-box .rotate-slider .weui-slider-box .weui-slider__handler {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .32);
    margin-top: -7px;
    z-index: 11
}

.custom-wrapper .slider-box .rotate-slider .slider-marks {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    margin-top: -43px
}

.custom-wrapper .slider-box .rotate-slider .slider-marks .slider-mark {
    width: 14.29%;
    flex-shrink: 0
}

.custom-wrapper .slider-box .rotate-slider .slider-marks .slider-mark-step {
    margin: 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .16)
}

.custom-wrapper .slider-box .rotate-slider .slider-marks .slider-mark-label {
    margin-top: 10px;
    font-size: 14px;
    color: #00bed6;
    line-height: 1;
    text-align: center
}

.custom-wrapper .slider-box .rotate-slider-return {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-center;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}

.custom-wrapper .slider-box .rotate-slider-return .btn {
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: .28rem;
    text-align: center;
    border-radius: 36px
}

.custom-wrapper .slider-box .rotate-slider-return .restore-btn {
    border-radius: 50%;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-size: 9px;
    background-color: #00bed6;
    margin-right: 20px
}

.custom-wrapper .slider-box .rotate-slider-return .cancel-btn {
    background-color: #e7e7e7
}

.page-resultImg {
    padding-top: 100.43%;
    position: relative;
    margin: 0 22% 0 22%;

}

.page-resultImg img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 68.018%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-resultImg.result img {
    display: block;
    width: 100%;
    height: auto
}

@supports (-webkit-touch-callout:none) {
    .page-loading {
        height: -webkit-fill-available
    }
}


.preview-pic img {
    display: block;
    width: auto;
    height: auto;
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.preview-pic .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 68.018%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preview-pic .jt {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 102%;
    width: 5%
}

.preview-pic .jt1 {
    left: 2%
}

.preview-pic .jt2 {
    right: 2%
}



.preview-pic .resultImg {
    display: none
}

.preview-pic.result {
    padding: 0
}

.preview-pic.result .resultImg {
    margin: 0 auto;
    display: block
}

.ppreview-pic.result .inner {
    display: none
}





.page-resultImg img {
    display: block;
    width: auto;
    height: auto;
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.page-resultImg .inner {
    position: absolute;
    left: 18.5%;
    right: 15.5%;
    top: 40%;
    /*height: 68.018%;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
}

.page-resultImg .jt {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 102%;
    width: 5%
}

.page-resultImg .jt1 {
    left: 2%
}

.page-resultImg .jt2 {
    right: 2%
}

.page-resultImg .img {
    width: 100%;
    height: 100%
}

.page-resultImg .resultImg {
    display: none
}

.page-resultImg.result {
    padding: 0
}

.page-resultImg.result .resultImg {
    margin: 0 auto;
    display: block
}

.page-resultImg.result .inner {
    display: none
}
.custom-wrapper .slider-box3{margin-top:25px}
.custom-wrapper .slider-box3 .rotate-slider .weui-slider-box{padding-left:14px;display:block;height:50px}
.custom-wrapper .slider-box3 .rotate-slider .weui-slider-box .weui-slider{margin-left:-14px;padding:7px 14px;padding-left:28px}
.custom-wrapper .slider-box3 .rotate-slider .weui-slider-box .weui-slider__inner{height:8px;background-color:transparent}
.custom-wrapper .slider-box3 .rotate-slider .weui-slider-box .weui-slider__inner:after{content:'';position:absolute;left:-14px;top:0;right:0;bottom:0;height:100%;background-color:#e9e9e9;border-radius:15px}
.custom-wrapper .slider-box3 .rotate-slider .weui-slider-box .weui-slider__track{margin-left:-14px;height:100%;background-color:#3498db;border-radius:15px 0 0 15px;position:relative;z-index:10}
.custom-wrapper .slider-box3 .rotate-slider .weui-slider-box__value{margin:0;display:none}
.custom-wrapper .slider-box3 .rotate-slider .weui-slider-box .weui-slider__handler{width:14px;height:14px;border-radius:50%;box-shadow:.5px .5px 2px 1px rgba(0,0,0,.32);margin-top:-7px;z-index:11}
.custom-wrapper .slider-box3 .rotate-slider .slider-marks{display:-webkit-flex;display:flex;justify-content:space-between;position:relative;z-index:10;margin-top:-43px}
.custom-wrapper .slider-box3 .rotate-slider .slider-marks .slider-mark{width:14.29%;flex-shrink:0}
.custom-wrapper .slider-box3 .rotate-slider .slider-marks .slider-mark-step{margin:0 auto;width:8px;height:8px;border-radius:50%;background-color:rgba(0,0,0,.16)}
.custom-wrapper .slider-box3 .rotate-slider .slider-marks .slider-mark-label{margin-top:10px;font-size:14px;color:#00bed6;line-height:1;text-align:center}
.custom-wrapper .slider-box3 .rotate-slider-return{display:flex;flex-wrap:nowrap;align-content:flex-center;align-items:center;justify-content:center;margin-top:10px}
.custom-wrapper .slider-box3 .rotate-slider-return .btn{display:inline-block;width:140px;height:36px;line-height:36px;font-size:.28rem;text-align:center;border-radius:36px}
.custom-wrapper .slider-box3 .rotate-slider-return .restore-btn{border-radius:50%;width:33px;height:33px;line-height:33px;text-align:center;color:#fff;font-size:9px;background-color:#00bed6;margin-right:20px}
.custom-wrapper .slider-box3 .rotate-slider-return .cancel-btn{background-color:#e7e7e7}
.custom-wrapper .slider-box4{margin-top:25px}
.custom-wrapper .slider-box4 .rotate-slider .weui-slider-box{padding-left:14px;display:block;height:50px}
.custom-wrapper .slider-box4 .rotate-slider .weui-slider-box .weui-slider{margin-left:-14px;padding:7px 14px;padding-left:28px}
.custom-wrapper .slider-box4 .rotate-slider .weui-slider-box .weui-slider__inner{height:8px;background-color:transparent}
.custom-wrapper .slider-box4 .rotate-slider .weui-slider-box .weui-slider__inner:after{content:'';position:absolute;left:-14px;top:0;right:0;bottom:0;height:100%;background-color:#e9e9e9;border-radius:15px}
.custom-wrapper .slider-box4 .rotate-slider .weui-slider-box .weui-slider__track{margin-left:-14px;height:100%;background-color:#3498db;border-radius:15px 0 0 15px;position:relative;z-index:10}
.custom-wrapper .slider-box4 .rotate-slider .weui-slider-box__value{margin:0;display:none}
.custom-wrapper .slider-box4 .rotate-slider .weui-slider-box .weui-slider__handler{width:14px;height:14px;border-radius:50%;box-shadow:.5px .5px 2px 1px rgba(0,0,0,.32);margin-top:-7px;z-index:11}
.custom-wrapper .slider-box4 .rotate-slider .slider-marks{display:-webkit-flex;display:flex;justify-content:space-between;position:relative;z-index:10;margin-top:-43px}
.custom-wrapper .slider-box4 .rotate-slider .slider-marks .slider-mark{width:14.29%;flex-shrink:0}
.custom-wrapper .slider-box4 .rotate-slider .slider-marks .slider-mark-step{margin:0 auto;width:8px;height:8px;border-radius:50%;background-color:rgba(0,0,0,.16)}
.custom-wrapper .slider-box4 .rotate-slider .slider-marks .slider-mark-label{margin-top:10px;font-size:14px;color:#00bed6;line-height:1;text-align:center}
.custom-wrapper .slider-box4 .rotate-slider-return{display:flex;flex-wrap:nowrap;align-content:flex-center;align-items:center;justify-content:center;margin-top:10px}
.custom-wrapper .slider-box4 .rotate-slider-return .btn{display:inline-block;width:140px;height:36px;line-height:36px;font-size:.28rem;text-align:center;border-radius:36px}
.custom-wrapper .slider-box4 .rotate-slider-return .restore-btn{border-radius:50%;width:33px;height:33px;line-height:33px;text-align:center;color:#fff;font-size:9px;background-color:#00bed6;margin-right:20px}
.custom-wrapper .slider-box4 .rotate-slider-return .cancel-btn{background-color:#e7e7e7}

.tietu-wrap{position:absolute;left:40px;top:440px;right:40px;z-index:10;display:-webkit-flex;display:flex;justify-content:center;align-items:center}
.tietu-wrap .box-items{margin:0 30px;display:block;width:32px;height:32px;line-height:30px;font-size:0;text-align:center;position:relative;border:1px solid #15bed6;overflow:hidden}
.tietu-wrap .item{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}
.tietu-wrap .btn-add{display:inline-block;vertical-align:middle;max-width:50%;max-height:50%}
.tietu-wrap .img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;display:none}
.tietu-wrap input{position:absolute;left:-9999px}
.phone-preText{z-index:10}
.phone-preTietu1{position:absolute!important;left:0;top:0;width:100%;height:100%;z-index:0}
.phone-preTietu1 .phone-preTietu-bg{display:block;max-width:none}
.phone-preTietu1 .dragRotateScale_move{position:absolute;left:0;top:0;z-index:2;font-size:0}
.phone-preTietu1 .dragRotateScale_close{position:absolute;background-image:url(../img/icon-close2.png);background-repeat:no-repeat;background-position:center center;-webkit-background-size:50% auto;background-size:50% auto;background-color:red;border-radius:50%}
.phone-preTietu1 .dragRotateScale_rotate{position:absolute;background-image:url(../img/icon-drag.png);background-repeat:no-repeat;background-position:center center;-webkit-background-size:50% auto;background-size:50% auto;background-color:red;border-radius:50%}
.phone-preTietu2{position:absolute!important;left:0;top:0;width:100%;height:100%;z-index:0}
.phone-preTietu2 .phone-preTietu-bg{display:block;max-width:none}
.phone-preTietu2 .dragRotateScale_move{position:absolute;left:0;top:0;z-index:2;font-size:0}
.phone-preTietu2 .dragRotateScale_close{position:absolute;background-image:url(../img/icon-close2.png);background-repeat:no-repeat;background-position:center center;-webkit-background-size:50% auto;background-size:50% auto;background-color:red;border-radius:50%}
.phone-preTietu2 .dragRotateScale_rotate{position:absolute;background-image:url(../img/icon-drag.png);background-repeat:no-repeat;background-position:center center;-webkit-background-size:50% auto;background-size:50% auto;background-color:red;border-radius:50%}


.phone-wrapper .phone-up-box .phone{z-index:100}
.phone-preImg{left:0;top:0;-webkit-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0)}
.model-wrap{margin-top:36px}
.scale-warp{position:absolute;left:20px;top:480px;right:20px;z-index:10}
.scale-warp .rotate-slider .weui-slider-box{padding-left:14px;display:block;height:50px}
.scale-warp .rotate-slider .weui-slider-box .weui-slider{margin-left:-14px;padding:7px 14px;padding-left:28px}
.scale-warp .rotate-slider .weui-slider-box .weui-slider__inner{height:8px;background-color:transparent}
.scale-warp .rotate-slider .weui-slider-box .weui-slider__inner:after{content:'';position:absolute;left:-14px;top:0;right:0;bottom:0;height:100%;background-color:#e9e9e9;border-radius:15px}
.scale-warp .rotate-slider .weui-slider-box .weui-slider__track{margin-left:-14px;height:100%;background-color:#3498db;border-radius:15px 0 0 15px;position:relative;z-index:10}
.scale-warp .rotate-slider .weui-slider-box__value{margin:0;display:none}
.scale-warp .rotate-slider .weui-slider-box .weui-slider__handler{width:14px;height:14px;border-radius:50%;box-shadow:.5px .5px 2px 1px rgba(0,0,0,.32);margin-top:-7px;z-index:11}
.scale-warp .rotate-slider .slider-marks{display:-webkit-flex;display:flex;justify-content:space-between;position:relative;z-index:10;margin-top:-43px}
.scale-warp .rotate-slider .slider-marks .slider-mark{width:14.29%;flex-shrink:0}
.scale-warp .rotate-slider .slider-marks .slider-mark-step{margin:0 auto;width:8px;height:8px;border-radius:50%;background-color:rgba(0,0,0,.16)}
.scale-warp .rotate-slider .slider-marks .slider-mark-label{margin-top:10px;font-size:14px;color:#00bed6;line-height:1;text-align:center}
.scale-warp .rotate-slider-return{display:flex;flex-wrap:nowrap;align-content:flex-center;align-items:center;justify-content:center;margin-top:10px}
.scale-warp .rotate-slider-return .btn{display:inline-block;width:140px;height:36px;line-height:36px;font-size:.28rem;text-align:center;border-radius:36px}
.scale-warp .rotate-slider-return .restore-btn{border-radius:50%;width:33px;height:33px;line-height:33px;text-align:center;color:#fff;font-size:9px;background-color:#00bed6;margin-right:20px}
.scale-warp .rotate-slider-return .cancel-btn{background-color:#e7e7e7}
.phone-wrapper .phone-up-box .phone{z-index:10000}
.phone-wrapper .dash-border{z-index:9999}

.dragRotateScale_close,.dragRotateScale_rotate{z-index:1000}
.custom-wrapper .slider-box5{margin-top:25px}
.custom-wrapper .slider-box5 .rotate-slider .weui-slider-box{padding-left:14px;display:block;height:50px}
.custom-wrapper .slider-box5 .rotate-slider .weui-slider-box .weui-slider{margin-left:-14px;padding:7px 20px;padding-left:36px}
.custom-wrapper .slider-box5 .rotate-slider .weui-slider-box .weui-slider__inner{height:8px;background-color:transparent}
.custom-wrapper .slider-box5 .rotate-slider .weui-slider-box .weui-slider__inner:after{content:'';position:absolute;left:-14px;top:0;right:0;bottom:0;height:100%;background-color:#e9e9e9;border-radius:15px}
.custom-wrapper .slider-box5 .rotate-slider .weui-slider-box .weui-slider__track{margin-left:-14px;height:100%;background-color:#3498db;border-radius:15px 0 0 15px;position:relative;z-index:10}
.custom-wrapper .slider-box5 .rotate-slider .weui-slider-box__value{margin:0;display:none}
.custom-wrapper .slider-box5 .rotate-slider .weui-slider-box .weui-slider__handler{width:14px;height:14px;border-radius:50%;box-shadow:.5px .5px 2px 1px rgba(0,0,0,.32);margin-top:-7px;z-index:11}
.custom-wrapper .slider-box5 .rotate-slider .slider-marks{display:-webkit-flex;display:flex;justify-content:space-between;position:relative;z-index:10;margin-top:-43px}
.custom-wrapper .slider-box5 .rotate-slider .slider-marks .slider-mark{width:16.66%;flex-shrink:0}
.custom-wrapper .slider-box5 .rotate-slider .slider-marks .slider-mark-step{margin:0 auto;width:8px;height:8px;border-radius:50%;background-color:rgba(0,0,0,.16)}
.custom-wrapper .slider-box5 .rotate-slider .slider-marks .slider-mark-label{margin-top:10px;font-size:14px;color:#00bed6;line-height:1;text-align:center}
.custom-wrapper .slider-box5 .rotate-slider-return{display:flex;flex-wrap:nowrap;align-content:flex-center;align-items:center;justify-content:center;margin-top:10px}
.custom-wrapper .slider-box5 .rotate-slider-return .btn{display:inline-block;width:140px;height:36px;line-height:36px;font-size:.28rem;text-align:center;border-radius:36px}
.custom-wrapper .slider-box5 .rotate-slider-return .restore-btn{border-radius:50%;width:33px;height:33px;line-height:33px;text-align:center;color:#fff;font-size:9px;background-color:#00bed6;margin-right:20px}
.custom-wrapper .slider-box5 .rotate-slider-return .cancel-btn{background-color:#e7e7e7}