﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    border: none;
}
/* 初始化标签在所有浏览器中的margin、padding值 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
img,
* {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

html {
    _background: url(about:blank);
}
/* 酌情修改 */
body {
    background: #ffffff;
    /* background: #f0f0f0; */
    font-family: '微软雅黑', '宋体';
}

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 14px;
    line-height: 1;
}
/* 重置页面文字属性 */
hr {
    border-style: inset;
    border-top-width: 0px;
    border-bottom-width: 1px;
}
/* 短引用的内容可取值：''或"" */
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
/* 重置嵌套引用*/

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}
/* 重置fieldset（表单分组）、图片的边框为0*/
img {
    vertical-align: top;
}
/* 图片在当前行内的垂直位置 */
abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

blockquote,
q {
    quotes: none;
}
/* 重置嵌套引用的引号类型 */

/* 清除特殊标记的字体和字号 */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}
/* 重置样式标签的样式 */

/* 上下标 */
/* 统一上标和下标 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/

/* 表格标题及内容居左显示 */
caption {
    display: none;
}
/* 重置表格标题为隐藏 */
caption,
th {
    text-align: left;
}

/* 清除列表样式 */
dl,
ul,
ol,
menu,
li {
    list-style: none;
}
/* 重置类表前导符号为onne,menu在HTML5中有效 */

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
/* 输入控件字体 */
input,
select,
textarea,
button {
    vertical-align: middle;
    outline: none;
}
/* 重置表单控件垂直居中*/
textarea {
    resize: none;
}

input[type='submit'] {
    cursor: pointer;
}
/* 鼠标样式 */
button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}
/* 重置表单button按钮效果 */
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* 标题元素样式清除, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #1a1a1a;
    cursor: pointer;
}
/*CSS3链接秒数缓冲效果2秒*/
/* 层板块缓冲效果CSS3       transition: all 0.3s ease 0s;   */

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '\20';
    display: block;
    clear: both;
}

/*f_yh为英文字体样式*/
.f_yh {
    font-family: 'Arial, Helvetica, sans-serif';
}

.cursor {
    cursor: pointer;
}

/*相对定位*/
.pr {
    position: relative;
}

/*绝对定位*/
.pa {
    position: absolute;
}

/*左浮动*/
.fl {
    float: left;
}

/*右浮动*/
.fr {
    float: right;
}

.fl,
.fr {
    display: inline;
}

.inline {
    display: inline-block;
}
/*浮动后，此元素会被显示为内联元素，元素前后没有换行符*/
/*文字颜色c，背景颜色bc*/
.c1 {
    color: #1a1a1a; /*主黑色*/
}

.c2 {
    color: #7e7e7e; /*主灰色*/
}

.c3 {
    color: #009900; /*主绿色*/
}

.c4 {
    color: #e6212a; /*主红色*/
}

.c5 {
    color: #999999;
}

.bc1 {
    background: #ffffff;
}

.bc2 {
    background: #f7f7f7;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.e1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.e3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.space20 {
    width: 100%;
    height: 20px;
    background: #f7f7f7;
}

.space30 {
    width: 100%;
    height: 30px;
    background: #f7f7f7;
}

.space40 {
    width: 100%;
    height: 40px;
    background: #f7f7f7;
}

.breadcrumb {
    padding: 30px 0;
    color: #666666;
}

.breadcrumb a,
.breadcrumb li,
.breadcrumb li a {
    font-size: 14px;
    display: inline;
    color: #666666;
}

.sb {
    display: flex;
    justify-content: space-between;
}

.sbc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ac {
    display: flex;
    align-items: center;
}

.set_image_all,
.icon_all {
    cursor: pointer;
    position: relative;
}

.set_image_all .set_image_item,
.icon_item {
    position: relative;
    display: inline-block;
    z-index: 11;
    visibility: visible;
}

.set_image_all .set_image_top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
}

.set_image_all .set_image_top > div {
    display: inline-block;
    overflow: hidden;
}

.set_image_all .set_image_top > div > img {
    height: 100%;
}

.grade {
    vertical-align: top;
}

.nodata,
.no-data {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

/*******************Toast提示弹窗*******************************/
.toast {
    width: 320px;
    padding: 56px 20px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.35);
    color: #1a1a1a;
    font-size: 14px;
    line-height: 28px;
    position: fixed;
    top: 30%;
    left: 50%;
    z-index: 99999;
    margin-left: -180px;
    display: none;
}

/******************Alert弹窗******************/
.alert {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    display: none;
}

.alert-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.alert-content {
    width: 400px;
    background-color: #ffffff;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -200px;
}

.alert-title {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 10px;
}

.alert-msg {
    padding: 42px 10px;
    line-height: 20px;
    text-align: center;
}

.alert-btns {
    margin-bottom: 20px;
    padding: 0 20px;
}

.alert-cancel {
    width: 168px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #e6212a;
    line-height: 40px;
    text-align: center;
    color: #e6212a;
    margin-right: 20px;
}

.alert-ok {
    width: 170px;
    height: 42px;
    background-color: #e6212a;
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
}

.alert-btns div {
    cursor: pointer;
    float: left;
}

/********************微信二维码弹窗**************************/
.wx-login-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    display: none;
}

.wx-login {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -110px;
    width: 220px;
    text-align: center;
}

.wx-login div:nth-child(1) {
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}

.wx-login div:nth-child(2) {
    font-size: 20px;
    color: #ffffff;
    margin: 45px 0 30px 0;
}

.wx-login img:nth-child(3) {
    width: 220px;
    height: 220px;
}

.wx-login div:nth-child(4) {
    width: 140px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 32px;
    color: #1a1a1a;
    line-height: 20px;
    margin-top: 20px;
    padding: 12px 40px;
}
