/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* 去除iPhone中默认的input样式  清除苹果浏览器的圆角表单*/
input[type="submit"],

input[type="reset"],

input[type="button"],
/*角色,用户管理/M/UsrAuth/selFunc， 复选框影响显示!! 即注释*/
/*input{-webkit-appearance:none; resize: none;}*/
input {
    resize: none;
}

select {
    -webkit-appearance: none;
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    border: none;
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
li {
    list-style: none;
    list-style-type: none;
}

li::marker {
    display: none;
}

/* 图片自适应 */
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
}

/* 绿色按钮 */
.btnStyleGreen {
    background-color: #E0F8F2;
    color: #00C59B;
    border: 1px solid #B2EFDF;
    padding: 0px 15px;
    border-radius: 30px;
    font-size: .28rem;
}

.btnStyleGreen:hover {
    background-color: #00C59B;
    color: #FFFFFF;
    border-color: #00C59B;
}

/* 橙色按钮 */
.btnStyleOrange {
    background-color: #FFF7E6;
    color: #FA8C16;
    border: 1px solid #FFD591;
    padding: 0px 15px;
    border-radius: 30px;
    font-size: .28rem;
}

.btnStyleOrange:hover {
    background-color: #FA8C16;
    color: #FFFFFF;
    border-color: #FA8C16;
}

/* 蓝色按钮 */
.btnStyleBlue {
    background-color: #E6F7FF;
    color: #219DE1;
    border: 1px solid #91D5FF;
    padding: 0px 15px;
    border-radius: 30px;
    font-size: .28rem;
}

.btnStyleBlue:hover {
    background-color: #219DE1;
    color: #FFFFFF;
    border-color: #219DE1;
}

/* 红色按钮 */
.btnStyleRed {
    background-color: #FFF1F0;
    color: #F20B27;
    border: 1px solid #FFA39E;
    padding: 0px 15px;
    border-radius: 30px;
    font-size: .28rem;
}

.btnStyleRed:hover {
    background-color: #F20B27;
    color: #FFFFFF;
    border-color: #F20B27;
}

/* 灰色按钮 */
.btnStyleGray {
    background-color: #FAFAFA;
    color: #888888;
    border: 1px solid #D9D9D9;
    padding: 0px 15px;
    border-radius: 30px;
    font-size: .28rem;
}

.btnStyleGray:hover {
    background-color: #D9D9D9;
    color: #333333;
    border-color: #D9D9D9;
}

/* 加载动画 */
.worke-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999
}

.worke-loader .worke-loader-inner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1E9FFF;
    animation: workespin 2s linear infinite
}

.worke-loader .worke-loader-inner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1E9FFF;
    animation: workespin 3s linear infinite
}

.worke-loader .worke-loader-inner:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1E9FFF;
    animation: workespin 1.5s linear infinite
}

@keyframes workespin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.btnStyleGreen .iconfont,
.btnStyleOrange .iconfont,
.btnStyleBlue .iconfont,
.btnStyleRed .iconfont,
.btnStyleGray .iconfont {
    font-size: .28rem;
}

.backBtn {
    float: right;
    /* width: 30px; */
    font-size: 13px;
    color: #aaa;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.weui-dialog__bd {
    text-align: left;
}

.rhomboid-title {
    display: flex;
    justify-content: space-between;
    height: .7rem;
    line-height: .7rem;
    border-bottom: 2px solid #B32B23;
    box-sizing: content-box;
    clip-path: inset(1px 0 0 0);
}
.rhomboid-title-text {
    display: flex;
    position: relative;
    top: 1px;
    padding-left: .25rem;
    background-color: #B32B23;
    color: #fff;
}
.rhomboid-title-text::after {
    content: '';
    position: absolute;
    right: -2rem;
    top: 0;
    width: 2rem;
    height: 100%;
    background: url(/static/common/images/section.svg) no-repeat top left;
    background-size: auto 100%;
}

.rhomboid-title-red {
    border-bottom-color: #F20B27;
}
.rhomboid-title-red .rhomboid-title-text {
    border-radius: 4px 0 0 0;
    background-color: #F20B27;
}
.rhomboid-title-red .rhomboid-title-text::after {
    background-image: url(/static/common/images/section_red.svg)
}

.rhomboid-title-blue {
    border-bottom-color: #219DE1;
}
.rhomboid-title-blue .rhomboid-title-text {
    border-radius: 4px 0 0 0;
    background-color: #219DE1;
}
.rhomboid-title-blue .rhomboid-title-text::after {
    background-image: url(/static/common/images/section_blue.svg)
}

.rhomboid-title-green {
    border-bottom-color: #00C59B;
}
.rhomboid-title-green .rhomboid-title-text {
    border-radius: 4px 0 0 0;
    background-color: #00C59B;
}
.rhomboid-title-green .rhomboid-title-text::after {
    background-image: url(/static/common/images/section_green.svg)
}

.rhomboid-title-orange {
    border-bottom-color: #FA8C16;
}
.rhomboid-title-orange .rhomboid-title-text {
    border-radius: 4px 0 0 0;
    background-color: #FA8C16;
}
.rhomboid-title-orange .rhomboid-title-text::after {
    background-image: url(/static/common/images/section_orange.svg)
}