/* 默认样式初始化start */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0
}

i,
em {
    font-style: normal
}

li {
    list-style: none
}

sup,
sub {
    font-size: 83%
}

textarea {
    overflow: auto;
    resize: none
}

label,
summary {
    cursor: default
}

a,
button {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: normal
}

u,
a,
a:hover {
    text-decoration: none
}

body,
textarea,
input,
button,
select,
legend {
    font: 12px/1.14 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
    color: #333;
    outline: 0;
    vertical-align: middle;
    outline: 0;
    border: 0
}

body {
    background: #fff
}

a,
a:hover {
    color: inherit
}

img {
    vertical-align: middle
}

input::placeholder {
    color: #ccc
}
input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #606266;
}
input[type="text"],
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

/*input[type="text"],*/
input[type="button"],
input[type="submit"],
input[type="number"] {
    -webkit-appearance: none;
    outline: none;
    border: none
}

a:hover,
a.hover,
.nav_jyc dl.submenu dt b a:hover {
    color: #02b4b6
}
.s-realut-box ul  li.active{
    background-color: #28CCCC;
}
#udesk_visitor_no{display: none !important;}
.s-realut-box ul  li a:hover{
    color: #19b0b0;
}

.farial {
    font-family: Arial
}

.fonts {
    font-family: "宋体"
}

input.txt,
textarea.txt {
    border: 1px solid #e6e6e6;
    resize: none
}

input.txt:hover,
input.txt:focus,
textarea.txt:hover,
textarea.txt:focus {
    border-color: #02b4b6
}

img {
    border: 0 none
}

ul,
li {
    list-style-type: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.clearfix {
    zoom: 1
}

.clear {
    clear: both
}

.center {
    text-align: center
}

.textr {
    text-align: right
}

.mline {
    text-decoration: line-through
}

.hidden {
    display: none
}

.container {
    width: 1200px;
    margin: 0 auto;
    z-index: 0
}

.pr {
    position: relative
}

input[type="number"] {
    -moz-appearance: textfield
}

.flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden\0;
    *overflow: hidden;
    align-items: center;
}

.flex>.cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    display: block;
    position: relative;
    float: left\0;
    width: auto\0;
    *float: left;
    *width: auto;
}

.flex>.cell.fixed {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
    width: auto;
}
input[type='checkbox'] {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/checkbox.png) no-repeat;
    background-color: transparent;
    vertical-align: middle;
}
input[type='checkbox']:checked {
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/checkbox_on.png) no-repeat;
}

.checkbox {
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
}
/* 默认样式初始化end */

.v-modal {
    opacity: .6 !important;
}
.el-carousel__indicators {
    width: max-content;
}
.el-carousel__indicators .el-carousel__button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.el-carousel__container .el-carousel__arrow {
    width: 14px;
    height: 30px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.4);
}
.el-carousel__container .el-carousel__arrow--left {
    left: 0 ;
}
.el-carousel__container .el-carousel__arrow--right {
    right: 0;
}