@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, form, fieldset, legend, button, input, textarea, dl, dt, dd, ul, ol, li {
    margin: 0;
    padding: 0;
}

ul, ol, dl {
    list-style: none;
}

a img {
    border: none;
}

img {
    vertical-align: bottom;
}

body, button, input, select, textarea {
    font: 14px/1.5 "PingFangSC-Regular", arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
    color: #6a6a6a;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

html, body {
    height: 100%;
}

label, a {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.link {
    color: #529dd2;
}

.link:hover {
    color: #4482ae;
}

a {
    text-decoration: none;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input, label {
    vertical-align: middle;
}

.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

a, a:hover, a:focus {
    color: #6a6a6a;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: .37333rem;
    -webkit-tap-highlight-color: transparent;
}


.mobile-iconfont {
    font-size: .48rem;
    font-family: "mobile-iconfont" !important;
    font-style: normal;
}



input.numeric {
    width: .8rem;
}

.number-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #D9D9D9;
    height: .66667rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .05333rem;
    max-width: 3.2rem;
}

.number-wrapper .numeric {
    border: none;
    width: .8rem;
    outline: none;
    text-align: center;
}

.number-wrapper .iconfont {
    display: inline-block;
    width: .8rem;
    height: .66667rem;
    font-size: 0;
    background-size: .53333rem .53333rem;
    background-repeat: no-repeat;
    background-position: center;
}

.number-wrapper .iconfont:active {
    background-color: #EBEBEB;
}

.number-wrapper .iconfont.minus {
    background-image: url(../../img/icon_minus.png);
}

.number-wrapper .iconfont.plus {
    background-image: url(../../img/icon_plus.png);
}

.oui-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
}

.oui-switch .switch-btn {
    display: inline-block;
    position: relative;
    width: 1.28rem;
    height: .74667rem;
    border-radius: .42667rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    vertical-align: middle;
}

.oui-switch .switch-btn:before, .oui-switch .switch-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: .4rem;
}

.oui-switch .switch-btn:before {
    width: 1.22667rem;
    height: .69333rem;
    border: .02667rem solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.oui-switch .switch-btn:after {
    top: .02667rem;
    left: .02667rem;
    width: .69333rem;
    height: .69333rem;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.oui-switch .switch-input {
    display: none;
}

.oui-switch .switch-input:checked + .switch-btn {
    border-color: #53d115;
}

.oui-switch .switch-input:checked + .switch-btn:before {
    background-color: #53d115;
    border-color: #53d115;
}

.oui-switch .switch-input:checked + .switch-btn:after {
    left: .56rem;
    -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
}

.oui-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #fff;
}

.oui-choice:last-of-type:after {
    display: none;
}

.oui-choice .choice-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: .4rem;
}

.oui-choice .choice-btn {
    position: relative;
    width: .48rem;
    height: .48rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .26667rem;
    display: inline-block;
    vertical-align: top;
}

.oui-choice .choice-btn:after {
    content: '';
    display: none;
    position: absolute;
    width: .26667rem;
    height: .13333rem;
    left: .09333rem;
    top: .12rem;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.oui-choice .choice-input {
    display: none;
}

.oui-choice .choice-input:checked + .choice-btn {
    background-color: #53d115;
    border-color: #53d115;
}

.oui-choice .choice-input:checked + .choice-btn:after {
    opacity: 1;
    display: block;
}

.oui-choice .choice-input[disabled] + .choice-btn {
    background-color: #f1f1f1;
    border-color: #e2e2e2;
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5) {
    .oui-choice:after {
        -webkit-transform: scaleY(0.7);
        transform: scaleY(0.7);
    }
}

@media (-webkit-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2) {
    .oui-choice:after {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}

.oui-popup-wrap {
    position: relative;
}

.oui-popup-wrap .mask {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.oui-popup-wrap.show .mask {
    display: block;
}

.oui-popup-wrap .popup {
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    background-color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
}

.oui-popup-wrap .popup.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.oui-popup-wrap .popup .popup-header {
    height: 1.25333rem;
    background: #f8f8f8;
    line-height: 1.25333rem;
    text-align: center;
    font-size: .42667rem;
    letter-spacing: .00453rem;
    position: relative;
}

.oui-popup-wrap .popup .popup-header .close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .46667rem;
    width: .53333rem;
    height: .53333rem;
    background: url(../../img/icon_close.png) no-repeat center;
    background-size: cover;
}

.oui-popup-wrap .popup .popup-item {
    height: 1.17333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .4rem;
    color: #333;
    letter-spacing: .00373rem;
    position: relative;
}

.oui-popup-wrap .popup .popup-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.oui-popup-wrap .popup .popup-item:last-of-type:after {
    height: 0;
}

.oui-popup-wrap .popup .popup-item .oui-choice .choice-input {
    display: none;
}

.oui-popup-wrap .popup .popup-item .oui-choice .choice-input + .choice-btn {
    display: none;
}

.oui-popup-wrap .popup .popup-item .oui-choice .choice-input:checked + .choice-btn {
    display: inline-block;
}

.oui-address-popup .address-tab {
    padding: 0 .4rem;
    height: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.oui-address-popup .address-tab:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5e5e5;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.oui-address-popup .address-tab li {
    min-width: 1.2rem;
    text-align: center;
    margin-right: .26667rem;
}

.oui-address-popup .address-tab li .text {
    position: relative;
    display: inline-block;
    height: 1.2rem;
    line-height: 1.2rem;
}

.oui-address-popup .address-tab li.current .text {
    color: #e93b3d;
    position: relative;
}

.oui-address-popup .address-tab li.current .text:after {
    content: "\20";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e93b3d;
    z-index: 2;
}

.oui-address-popup .address-list {
    height: 7.46667rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.oui-address-popup .address-list .popup-item {
    height: 1.06667rem;
}

.oui-field-wrap {
    padding: .26667rem 0;
}

.oui-field-item {
    padding: .32rem .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.oui-field-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: .4rem;
    right: .4rem;
    height: 1px;
    background: #e5e5e5;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.oui-field-item:last-of-type:after {
    height: 0;
}

.oui-field-item .field-name {
    font-size: .37333rem;
    line-height: .58667rem;
    color: #6A6A6A;
}

.oui-field-item .field-con {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.oui-field-item .field-text {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: .58667rem;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background: none;
    font-size: .37333rem;
}

.oui-cell {
    height: 1.17333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 0 .4rem;
    position: relative;
}

.oui-cell .cell-con {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.click-abled:active {
    background: #EBEBEB;
}

.back-header {
    height: 1.46667rem;
    line-height: 1.46667rem;
    background: #fff;
    position: relative;
    text-align: center;
}

.back-header .back-title {
    font-size: .48rem;
    color: #282828;
}

.back-header .back-icon {
    position: absolute;
    left: 0;
    padding: 0 .2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: .74667rem;
}

.back-header .right-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .4rem;
}

.oui-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-item: center;
    height: 1.17333rem;
    line-height: 1.17333rem;
    background: #fff;
}

.oui-tab-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    position: relative;
}

.oui-tab-list li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: .74667rem;
    height: .02667rem;
    background: #F04E81;
    display: none;
}

.oui-tab-list li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: .42667rem;
    color: #999;
    letter-spacing: .00453rem;
}

.oui-tab-list li.active a {
    color: #333;
}

.oui-tab-list li.active:after {
    display: block;
}

.spinner-loading-wrap {
    text-align: center;
    padding: 1.12rem;
}

.spinner-loading-wrap .spinner-loading {
    display: inline-block;
    width: 100%;
}

.spinner-loading-wrap .spinner-loading .circular {
    height: 1.12rem;
    line-height: 1.12rem;
    width: 1.12rem;
    -webkit-animation: loading-rotate 2s linear infinite;
    animation: loading-rotate 2s linear infinite;
    -moz-animation: loading-rotate 2s linear infinite;
    -o-animation: loading-rotate 2s linear infinite;
    -ms-animation: loading-rotate 2s linear infinite;
}

.spinner-loading-wrap .spinner-loading .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    -ms-animation: loading-dash 1.5s ease-in-out infinite;
    -moz-animation: loading-dash 1.5s ease-in-out infinite;
    -o-animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #ff0042;
    stroke-linecap: round;
}

@-webkit-keyframes loading-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -1.06667rem;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -3.2rem;
    }
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -1.06667rem;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -3.2rem;
    }
}

.oui-message {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: .26667rem;
    background: #87c275;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.oui-message.success {
    background: #87c275;
}

.oui-message.error {
    background: #f44336;
}

.oui-message.warn {
    background: #ffc107;
}
/*@font-face {*/
/*    font-family: 'mobile-iconfont';*/
/*    src: url('/alifont/iconfont.woff2?t=1669620299323') format('woff2'),*/
/*    url('/alifont/iconfont.woff?t=1669620299323') format('woff'),*/
/*    url('/alifont/iconfont.ttf?t=1669620299323') format('truetype');*/
/*}*/

@font-face {
    font-family: 'mobile-iconfont';  /* Project id 3796451 */
    src: url('//at.alicdn.com/t/c/font_3796451_1op5rjecr2c.woff2?t=1669720222841') format('woff2'),
    url('//at.alicdn.com/t/c/font_3796451_1op5rjecr2c.woff?t=1669720222841') format('woff'),
    url('//at.alicdn.com/t/c/font_3796451_1op5rjecr2c.ttf?t=1669720222841') format('truetype');
}
#app{
    background: white;
    height:100%
}
[v-cloak]
{
    display: none !important;
}
