/**{ box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}*/
body,
input,
textarea,
select,
button,
code,
pre {
    font-family: "Open Sans", "Arial", "PingFangSC-Light", "Microsoft Yahei", "宋体", sans-serif;
}

html {
    background-color: #fff;
}

body {
    font-size: .28rem;
    line-height: 1.5;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

span,
em,
font,
strong {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover {
    text-decoration: none;
    /*color: #006b3e;*/
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
code,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
area,
blockquote,
th,
td,
p,
figure {
    margin: 0;
    padding: 0;
}

img,
a img,
button {
    border: 0;
}

img {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table,
th,
td {
    vertical-align: middle
}

ul,
ol,
li {
    list-style-type: none;
}

.lisNone {
    list-style: none;
}

.marNone {
    margin: 0;
}

.padNone {
    padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

input,
textarea,
select,
button,
video {
    outline: none;
}

input,
button,
img {
    border: none;
    background: none;
    border-radius: 0;
}

input:not([type="radio"]):not([type="checkbox"]),
button {
    outline: none;
    -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
textarea {
    /*resize:none;*/
    appearance: none;
    border-radius: 0;
}

button[type="submit"],
button[type="button"],
input[type="submit"],
input[type="button"],
label,
label input[type="checkbox"],
label input[type="radio"] {
    cursor: pointer;
}

.box-100 {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.float-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.float-btn {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.uploader-box {
    position: relative;
}

.uploader-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.uploader-file {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

select {
    border: 1px #ddd solid;
}

/*重置select默认样式*/
select {
    -webkit-appearance: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAGAQMAAADwsoykAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABhJREFUCNdjAIL/DQz1DAx2DAwyDAwcDAAchQJh0xr+nAAAAABJRU5ErkJggg==") no-repeat right center #fff;
    height: .48rem;
    padding-left: .06rem;
    padding-right: .2rem;
    border-radius: 0;
}

textarea {
    border: 1px solid #ddd;
    padding: 5px;
    box-sizing: border-box;
}

label input {
    vertical-align: middle;
}

body,
html {
    width: 100%;
    overflow-x: hidden;
}

[v-cloak] {
    display: none;
}

/*文本主色调*/
.show-text {
    color: #006b3e;
}

.show-text-red {
    color: #ff6600;
}

.status-text-green {
    color: #1c9e3a;
}

.status-text-yellow {
    color: #e39300;
}

.status-text-red {
    color: red;
}

.status-text-gray {
    color: #999;
}

@media (max-width:575px) {
    .xm-status-text-green {
        color: #1c9e3a;
    }

    .xm-status-text-yellow {
        color: #e39300;
    }

    .xm-status-text-red {
        color: red;
    }

    .xm-status-text-gray {
        color: #999;
    }
}

/*wrap端布局:body高度必需设置100%*/
.wrapContainer {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.wrapContainer_scroll {
    height: 100%;
    overflow: hidden;
}

.wrapContainer_px {
    max-width: 750px;
}

.wrapContainer_rem {
    max-width: 7.5rem;
}

.sectionBlock_scroll {
    flex: 1;
    overflow-y: scroll;
    box-sizing: border-box;
}

/**styleplugins.exp.css**/
/*****************************END***********************************/

/**************************************************************全局END********************************************************************/

html {
    height: 100%;
}

input:not([type="radio"]):not([type="checkbox"]),
button {
    font-size: .28rem;
    display: block;
    width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.no-dataBox {
    padding: 15px 0;
    font-size: 16px;
    color: #999;
    text-align: center;
}

.weui-btn_warn {
    background: #eee;
}

.swal2-modal button {
    display: inline-block;
}

.js_dialog {
    position: relative;
    z-index: 1000;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
}

.colseIcon {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.25%2010.693L6.057%204.5%205%205.557l6.193%206.193L5%2017.943%206.057%2019l6.193-6.193L18.443%2019l1.057-1.057-6.193-6.193L19.5%205.557%2018.443%204.5z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px;
}

.weui-btn:not(.weui-btn_mini)+.weui-btn:not(.weui-btn_mini) {
    margin-top: 0;
}

/* 设置 */
.st-mt15 {
    margin-top: .3rem;
}

.st-mb15 {
    margin-bottom: .3rem;
}

.st-buttBox {
    font-size: .28rem;
}

/* 详情窗口 */
.st-detailBlock .st-detailBox {
    width: 320px;
}

/**表单样式*/
.st-formBox-group .st-input {
    width: 100%;
}

.st-formBox-group .st-inputBox-group {
    padding: 8px 0;
    line-height: 1;
}

.st-formBox-group .st-radioBox-group {
    padding: 8px 0;
    line-height: 1;
}

.st-formBox-group .st-radioBox-group input {
    vertical-align: -5px;
}

/*按钮效果*/
.st-buttBox {
    background: #0e8cb1;
    border: 1px solid #0e8cb1;
    text-decoration: none;
}

.st-buttBox.nohover {
    cursor: auto;
}

.st-buttBox.is-square {
    background-color: transparent !important;
    color: #0e8cb1 !important;
    border-color: #0e8cb1;
}

.st-buttBox.is-yellow {
    background: #e39300;
    border-color: #e39300;
}

.st-buttBox.is-green {
    background: #1c9e3a;
    border-color: #1c9e3a;
}

.st-buttBox.is-gray {
    background: #d0d0d0;
    border-color: #d0d0d0;
}

.st-buttBox.is-blue {
    background: #0ae;
    border-color: #0ae;
}

.st-buttBox.is-red {
    background: #ff5f5f;
    border-color: #ff5f5f;
}

.st-buttBox.is-square.is-yellow {
    color: #e39300 !important;
}

.st-buttBox.is-square.is-green {
    color: #1c9e3a !important;
}

.st-buttBox.is-square.is-gray {
    color: #d0d0d0 !important;
}

.st-buttBox.is-square.is-blue {
    color: #0ae !important;
}

.st-buttBox.is-square.is-red {
    color: #ff5f5f !important;
}

.st-buttBox:not(.nohover):hover {
    background: #fff;
    color: #0e8cb1 !important;
    border-color: #0e8cb1;
}

.st-buttBox.is-yellow:not(.nohover):hover {
    background: #fff;
    color: #e39300 !important;
    border-color: #e39300;
}

.st-buttBox.is-green:not(.nohover):hover {
    background: #fff;
    color: #1c9e3a !important;
    border-color: #1c9e3a;
}

.st-buttBox.is-gray:not(.nohover):hover {
    background: #fff;
    color: #d0d0d0 !important;
    border-color: #d0d0d0;
}

.st-buttBox.is-blue:not(.nohover):hover {
    background: #fff;
    color: #0ae !important;
    border-color: #0ae;
}

.st-buttBox.is-red:not(.nohover):hover {
    background: #fff;
    color: #ff5f5f !important;
    border-color: #ff5f5f;
}

/*weui按钮*/
.weui-btn.is-default {
    background: #0e8cb1;
}

.weui-btn.is-yellow {
    background: #e39300;
}

.weui-btn.is-green {
    background: #1c9e3a;
}

.weui-btn.is-gray {
    background: #d0d0d0;
}

.weui-btn.is-blue {
    background: #0ae;
}

.weui-btn.is-red {
    background: #ff5f5f;
}

/*下拉选择框样式*/
.st-selectBox-item {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    color: #ccc !important;
}

.st-selectBox-item::after {
    content: "\e65c";
    position: absolute;
    right: 10px;
    font-size: .32rem;
}

.st-selectBox-item.active {
    color: #333 !important;
}

/*首页&&返回按钮*/
.fix_box {
    position: fixed;
    bottom: 1.4rem;
    right: 5%;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px solid #ddd;
    box-shadow: 0 0 .12rem silver;
    background-color: rgba(255, 255, 255, .85);
    z-index: 99
}

.fix_box a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.fix_box i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #e39300;
    transform: translateY(-50%);
    font-size: .6rem !important
}

/* 关注盒子 */
.guanzhuBlock {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.guanzhuBox {
    margin: 0 auto;
    width: 6.6rem;
    opacity: 0;
}

.guanzhuBox h3 {
    text-align: center;
    margin-top: .4rem;
    font-size: .4rem;
    color: #fff;
}

.guanzhuBox .st-icoBox {
    text-align: center;
    width: 100%;
    margin-top: .6rem;
}

.guanzhuBox .st-icoBox img {
    width: .6rem;
}

/* 弹出图片 */
.vimageBlock {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.vimageBlock .imgGlobal {
    margin: 0 auto;
    width: 90%;
}

.vimageBlock .imgGlobal img {
    width: 100%;
}

.st-layerBlock {
    opacity: 1;
    visibility: visible;
}

/*Dialog*/
.weui-half-screen-dialog {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.weui-half-screen-dialog_show {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.weui-half-screen-dialog__bd {
    padding-bottom: 20px;
}

/*照片查看器*/
.img-previewBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 3000;
}

.img-previewBlock .colseBox {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    z-index: 1000;
    width: 32px;
    height: 32px;
}

.img-previewBlock .swiper-pagination-bullet {
    background: #fff;
}

/*标题样式*/
.title1-Block {
    height: 38px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    line-height: 38px;
    overflow: hidden;
}

.title1-Block .title {
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    margin-left: 10px;
    float: left;
    font-weight: bold;
}

.title1-Block .title span {
    width: 5px;
    height: 17px;
    background: #1f8b95;
    vertical-align: -3px;
    margin-right: 10px;
}

.title1-Block .more {
    float: right;
    padding-right: 10px;
    display: block;
    color: #999;
    font-size: 14px;
}

.title1-Block .st-listBox {
    float: right;
    padding-right: 10px;
    height: 38px;
    width: 250px;
    text-align: right;
    font-size: 14px;
}

.title1-Block .st-listBox .xBox {
    color: #2082c8;
}

.title1-Block .st-listBox a {
    color: #2082c8;
}

.title2-Block {
    border-bottom: 1px solid #ccc;
}

.title2-Block .st-titBox {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 15px;
}

.title2-Block .st-titBox.st-active {
    font-weight: normal;
    border-bottom: 1px solid #1f8b95;
}

.title2-Block .st-titBox.st-active a {
    color: #1f8b95;
    font-weight: bold;
}

.title2-Block .more {
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    margin-right: 10px;
    text-align: right;
    color: #999;
}

.title2-Block .more a {
    color: #999;
}

/*详情窗口*/
.detailContainer {
    border-radius: 6px;
    width: auto;
    max-width: 500px;
    text-align: left;
}

.detailBlock .st-titleBlock {
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    border-bottom: 1px solid #eee;
}

.detailBlock .st-titleBlock h3 {
    font-size: 15px;
    text-align: left;
    font-weight: bold;
}

.detailBlock .st-titleBlock i {
    font-size: 28px;
}

.detailBlock .st-contentBlock {
    padding: 10px;
    max-height: 400px;
    overflow-y: scroll;
}

/*国际物流出发城市*/
.WorldScity {
    max-height: 700px;
    overflow-y: auto;
}

.WorldScity dl {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.WorldScity dl:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.WorldScity dt {
    font-size: 15px;
    width: 50px;
    line-height: 1.8;
    font-weight: bold;
}

.WorldScity ul {
    margin-top: 1px;
}

.WorldScity li {
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.8;
}

.WorldScity li:hover {
    background: #ff6600;
    cursor: pointer;
    color: #fff;
}

/*筛选城市*/
.citySelect {
    color: #000;
    padding: .2rem;
}

.city_info {
    width: 100%;
    background: #fff;
    height: .65rem;
    line-height: .65rem;
    font-size: .3rem;
    text-align: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
}

.citySelect .text {
    position: relative;
    padding-right: .4rem;
}

.citySelect .text:before {
    content: "\e620";
    position: absolute;
    top: 60%;
    right: 0;
    color: #666;
    margin: 0 auto;
    font-family: "iconfont" !important;
    font-weight: 100 !important;
    margin-top: -.35rem;
}

.citySelect .text .active {
    color: #e39300;
    font-weight: bold;
}

/*认证图标*/
.auth-vip {
    font-weight: bold;
    font-size: 13px;
}

.type_vip {
    border-color: #e7a325;
    color: #e7a325;
}

/*当前位置*/
.LocatBlock {
    font-size: 13px;
    padding: 5px 10px;
    background: #fff;
    line-height: 1.8;
}

.LocatBlock .title,
.LocatBlock .icon {
    color: #999;
}