@charset "UTF-8";

/* CSS Document */
* {
    max-height: 999999px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI", "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", Helvetica, Tahoma, Arial, Hiragino Sans GB, "Microsoft YaHei", "微软雅黑", SimSun, 宋体, Heiti, 黑体, sans-serif;
}

html {
    font-size: 100%;
    line-height: 1.15;
}

body, html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI", "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", Helvetica, Tahoma, Arial, Hiragino Sans GB, "Microsoft YaHei", "微软雅黑", SimSun, 宋体, Heiti, 黑体, sans-serif;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 100%;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

body {
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    /*此处去掉默认的小×*/
}

.radio-group__3wAi {
    position: relative;
}

.radio-group__1x6V {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #595959;
}

.radio-group__1x6V>label {
    height: 36px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.radio-group__1x6V, .radio-group__1x6V>label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
}

.radio-outer__3Men {
    position: relative;
}

.radio-outer-horizontal__3jkY {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.radio__Pbhl {
    display: inline-block;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    border-radius: 50%;
}

.radio__Pbhl input {
    position: relative;
    opacity: 0;
    width: 18px;
    height: 18px;
    margin: -1px 0 0 -1px;
    z-index: 1;
}

.radio-text__Bpde {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    font-size: 14px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.radio-inner__1xoh {
    position: absolute;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid #bfbfbf;
}

.radio-group__1x6V>div>div>span {
    top: 0px;
}

.radio__Pbhl input:checked+.radio-inner__1xoh {
    background-color: #3581EA;
    border-color: #3581EA;
}

.radio__Pbhl input+.radio-inner__1xoh:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio__Pbhl input:checked+.radio-inner__1xoh:before {
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* 公共弹层 */
.f-layer-yes {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(25, 31, 37, 0);
    z-index: 999;
    display: none;
}

.f-layer-yes .layer-content {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    background-color: rgba(17, 17, 17, 0.7);
}

.f-layer-yes .layer-content .iconfont {
    width: 64px;
    height: 64px;
    font-size: 64px;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-layer-yes .layer-content .iconcrying-face {
    font-size: 54px;
}

.f-layer-yes .layer-content .text {
    height: 24px;
    padding-top: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.f-layer-yes .layer-content.small {
    width: auto;
    height: auto;
    padding: 20px;
}

.f-layer .layer-content {
    position: relative;
}

.f-layer .layer-content .f-sc-icon {
    position: absolute;
    top: -27px;
    left: calc((100% - 54px) / 2);
    width: 54px;
    height: 54px;
    font-size: 35px;
    color: #fff;
    border: 5px solid #fff;
    border-radius: 50%;
    background: linear-gradient(135deg, #14E79F, #15BC83);
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-layer.f-tip-fail .layer-content .f-sc-icon {
    font-size: 20px;
    background: linear-gradient(135deg, #FF7362, #F25643);
}

.f-layer .layer-content .f-text {
    font-size: 18px;
    font-weight: 500;
    color: rgba(25, 31, 37, 1);
    line-height: 30px;
    text-align: center;
    padding: 0 64px;
    margin: 20px 0;
}

.f-layer.f-tip-details .layer-content .f-text {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 0 10px;
    margin: 0 0 20px 0;
}

.f-tip-sc .layer-content .f-text .nb-v {
    color: #15BC83;
}

.f-tip-sc .layer-content .f-text .nb-fail {
    color: #F25643;
}

.f-tip-sc .layer-content .content-mask button.confirm {
    color: #ffffff;
    border: none;
    background-color: #15BC83;
}

.f-tip-fail .layer-content .content-mask button.confirm {
    color: #ffffff;
    border: none;
    background-color: #F25643;
}

.f-layer.f-tip-details .layer-content .content-mask {
    justify-content: center;
}

.f-tip-details .layer-content .content-mask button.confirm {
    color: #ffffff;
    border: none;
    background-color: #3296FA;
}

/*.pop-btn {
    font-size: 14px;
    width: auto;
    height: 40px;
    padding: 0;
    outline: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 2px;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

.pop-btn-wh {
    background: #fff;
    border: 1px solid #e3e3e3;
    color: #444;
    margin-right: 20px;
    outline: none;
    box-shadow: none;
}

.pop-btn-wh:hover {
    background: #f9f9f9;
    border: 1px solid #c9c9c9;
    color: #000;
    outline: none;
    box-shadow: none;
}

.pop-btn-bk {
    background: #333;
    border: none;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.pop-btn-bk:hover {
    background: #000;
    border: none;
    color: #fff;
    outline: none;
    box-shadow: none;
}*/
