﻿@charset "UTF-8";
/** 文字排版 */
.fs12 { font-size: 12px; }

.fs13 { font-size: 13px; }

.fs14 { font-size: 14px; }

.fs16 { font-size: 16px; }

.fs18 { font-size: 18px; }

.fs20 { font-size: 20px; }

.fs22 { font-size: 22px; }

.fs24 { font-size: 24px; }

.fs30 { font-size: 30px; }

.fs32 { font-size: 32px; }

.fs50 { font-size: 50px; }

.fs60 { font-size: 60px; }

.fb { font-weight: 700; }

.fn { font-weight: 400; }

.ttu { text-transform: uppercase; }

.tal { text-align: left; }

.tar { text-align: right; }

.tac { text-align: center; }

.text-truncate { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

/**
* 文字颜色
**/
.c0 { color: #000; }

.c3 { color: #333; }

.c6 { color: #666; }

.c9 { color: #999; }

.cf { color: #fff; }

/** 定位 */
.bc { margin-left: auto; margin-right: auto; }

.fl { float: left; }

.fr { float: right; }

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.vm { vertical-align: middle; }

.pr { position: relative; }

.pa { position: absolute; }

.pf { position: fixed; }

.pa-r { position: absolute; right: 0; }

.fix-top { top: 0; }

.fix-right { right: 0; }

.fix-bottom { bottom: 0; }

.fix-left { left: 0; }

.zoom { zoom: 1; }

.hidden { visibility: hidden; }

.none { display: none; }

.oh { overflow: hidden; }

.db { display: block; }

.dib { display: inline-block; }

.vam { vertical-align: middle; }

/** 外边距 */
.m10 { margin: 10px !important; }

.m15 { margin: 15px !important; }

.m20 { margin: 20px !important; }

.m30 { margin: 30px !important; }

.mt0 { margin-top: 0 !important; }

.mt5 { margin-top: 5px !important; }

.mt10 { margin-top: 10px !important; }

.mt15 { margin-top: 15px !important; }

.mt20 { margin-top: 20px !important; }

.mt25 { margin-top: 25px !important; }

.mt30 { margin-top: 30px !important; }

.mt35 { margin-top: 35px !important; }

.mt40 { margin-top: 40px !important; }

.mt45 { margin-top: 45px !important; }

.mt50 { margin-top: 50px !important; }

.mt60 { margin-top: 60px !important; }

.mt70 { margin-top: 70px !important; }

.mt80 { margin-top: 80px !important; }

.mt90 { margin-top: 90px !important; }

.mt100 { margin-top: 100px !important; }

.mt110 { margin-top: 110px !important; }

.mr5 { margin-right: 5px !important; }

.mr10 { margin-right: 10px !important; }

.mr15 { margin-right: 15px !important; }

.mr20 { margin-right: 20px !important; }

.mr30 { margin-right: 30px !important; }

.mr50 { margin-right: 50px !important; }

.mr100 { margin-right: 100px !important; }

.mb5 { margin-bottom: 5px !important; }

.mb10 { margin-bottom: 10px !important; }

.mb15 { margin-bottom: 15px !important; }

.mb20 { margin-bottom: 20px !important; }

.mb30 { margin-bottom: 30px !important; }

.mb40 { margin-bottom: 40px !important; }

.mb50 { margin-bottom: 50px !important; }

.mb70 { margin-bottom: 70px !important; }

.mb100 { margin-bottom: 100px !important; }

.ml5 { margin-left: 5px !important; }

.ml10 { margin-left: 10px !important; }

.ml15 { margin-left: 15px !important; }

.ml20 { margin-left: 20px !important; }

.ml30 { margin-left: 30px !important; }

.ml35 { margin-left: 35px !important; }

.ml40 { margin-left: 40px !important; }

.ml50 { margin-left: 50px !important; }

.ml80 { margin-left: 80px !important; }

.ml90 { margin-left: 90px !important; }

.ml100 { margin-left: 100px !important; }

.ml140 { margin-left: 140px !important; }

.mlr5 { margin-left: 5px; margin-right: 5px; }

.mtb50 { margin-top: 50px; margin-bottom: 50px; }

/** 内边距 */
.p10 { padding: 10px !important; }

.p15 { padding: 15px !important; }

.p20 { padding: 20px !important; }

.p30 { padding: 30px !important; }

.pt5 { padding-top: 5px !important; }

.pt10 { padding-top: 10px !important; }

.pt15 { padding-top: 15px !important; }

.pt20 { padding-top: 20px !important; }

.pt30 { padding-top: 30px !important; }

.pt50 { padding-top: 50px !important; }

.pt80 { padding-top: 80px !important; }

.pr5 { padding-right: 5px !important; }

.pr10 { padding-right: 10px !important; }

.pr15 { padding-right: 15px !important; }

.pr20 { padding-right: 20px !important; }

.pr30 { padding-right: 30px !important; }

.pr50 { padding-right: 50px !important; }

.pb5 { padding-bottom: 5px !important; }

.pb10 { padding-bottom: 10px !important; }

.pb15 { padding-bottom: 15px !important; }

.pb20 { padding-bottom: 20px !important; }

.pb30 { padding-bottom: 30px !important; }

.pb50 { padding-bottom: 50px !important; }

.pb60 { padding-bottom: 60px !important; }

.pl5 { padding-left: 5px !important; }

.pl10 { padding-left: 10px !important; }

.pl15 { padding-left: 15px !important; }

.pl20 { padding-left: 20px !important; }

.pl30 { padding-left: 30px !important; }

.pl40 { padding-left: 40px !important; }

.pl50 { padding-left: 50px !important; }

.ptb10 { padding-top: 10px; padding-bottom: 10px; }

.ptb50 { padding-top: 50px; padding-bottom: 50px; }

/* 行高 */
.lha { line-height: auto !important; }

.avg-list:before, .stepper ul:before, .avg-list:after, .stepper ul:after { content: ""; display: table; }
.avg-list:after, .stepper ul:after { clear: both; }

.angle-down { content: ""; height: 0; width: 0; overflow: hidden; }

.media-txt p, .art-list li a, .avg-list li { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.top-menu a:hover, .menu-sub li a:hover, .table a:hover { color: #ff5000; }

.avg-list:before, .stepper ul:before, .avg-list:after, .stepper ul:after { content: " "; display: table; }
.avg-list:after, .stepper ul:after { clear: both; }

body { font-family: "Microsoft Yahei"; }

a { transition: .3s; }
a:focus, a:active { outline: 0; }
a:hover { color: #ff5000; }
.fav { color: #ff5000; }

input:focus { outline: 0; }

input[type=checkbox], input[type=radio] { vertical-align: -2px; }

/* 页面版心 */
.content { position: relative; width: 1128px; margin: 0 auto; }

/* 倒三角 */
.angle-down { display: inline-block; vertical-align: middle; border-top: 4px solid #666; border-left: 4px dashed transparent; border-right: 4px dashed transparent; }

/* 字体颜色 */
.text-primary { color: #ff5000 !important; }

.text-danger { color: #e62d28 !important; }

.text-link { color: #337ab7 !important; }

/* 1px边框 */
.b1 { border: 1px solid #dadada; }

.bb1 { border-bottom: 1px solid #dadada; }

.br1 { border-right: 1px solid #dadada; }

.bl1 { border-left: 1px solid #dadada; }

.bt1 { border-top: 1px solid #dadada; }

/* top-bar */
.top-bar { height: 32px; line-height: 32px; background: url(../images/top-bar-bg.jpg) repeat-x; border-bottom: 1px solid #e2e2e2; }

.top-menu > li { position: relative; float: left; color: #666; cursor: pointer; }
.top-menu > li:hover ul { display: block; }
.top-menu > li:hover .code-img { display: block; }
.top-menu > li ul { position: absolute; top: 32px; left: 0; right: 0; z-index: 10; display: none; background: #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
.top-menu > li ul li { height: 30px; line-height: 30px; border-bottom: 1px solid #dadada; text-align: center; }
.top-menu a { color: #666; }

.code-img { position: absolute; top: 130%; left: 50%; z-index: 10; display: none; width: 150px; padding: 10px; border: 1px solid #ff851b; background: #fff; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
.code-img:after { position: absolute; top: -11px; left: 50%; width: 20px; height: 20px; background: #fff; border-left: 1px solid #ff851b; border-bottom: 1px solid #ff851b; -webkit-transform: translate(-50%, 0) rotate(135deg); transform: translate(-50%, 0) rotate(135deg); content: ""; }
.code-img img { max-width: 100%; }

/* header */
header { height: 104px; background: #fff; }

.header-right { position: absolute; top: 30px; right: 0; }

.search { position: relative; height: 34px; line-height: 34px; border: 3px solid #ff5000; background: #fff; }
.search input[type=text] { width: 190px; padding: 0 86px 0 10px; border: 0; }

.search__btn { position: absolute; top: 0; right: 0; display: inline-block; padding: 0 20px; font-size: 18px; color: #fff; background: #ff5000; cursor: pointer; }
.search__btn:hover { color: #fff; }

.btn-buy { height: 40px; line-height: 34px; padding: 0 15px; font-size: 18px; color: #fff; background: #f89d3b; }
.btn-buy:hover { color: #fff; }

.logo { display: inline-block; margin: 5px 0 0; }
.logo img { max-height: 94px; }

/* nav */
nav { background: #4c5a65; }

.category { position: absolute; top: 0; left: 0; z-index: 10; width: 188px; }
.category > h3 { padding-left: 20px; height: 40px; line-height: 40px; font-size: 18px; color: #fff; background: #384651; cursor: pointer; }

.category-list { position: relative; z-index: 10; padding: 10px 0; border: 1px solid #dadada; border-top: 0; background: #fff; }
.category-list > li { position: relative; }
.category-list > li:hover .category-sub { display: block; }
.category-list > li > a { display: block; padding-left: 20px; line-height: 34px; font-size: 16px; color: #666; }
.category-list > li > a:hover { background: #ff5000; color: #fff; }

.category-sub { position: absolute; top: -10px; left: 186px; z-index: 100; display: none; width: 240px; padding: 15px; background: #fff; border: 1px solid #dadada; }
.category-sub dt { padding-left: 10px; line-height: 18px; font-size: 16px; color: #666; border-left: 4px solid #ff5000; }
.category-sub dd { margin-top: 15px; }
.category-sub dd a { display: block; color: #666; padding: 0 8px; margin: 4px 0; line-height: 34px; border-left: 1px solid #e0e0e0; white-space: nowrap; }
.category-sub dd a:hover { color: #fff; background: #ff5000; }
.category-sub-a-item:hover .category-third { display: block; }
.category-sub-a-item { position: relative; }

.category-third { position: absolute; top: 0px; left: 240px; z-index: 100; display: none; width: 240px; padding: 15px; background: #fff; border: 1px solid #dadada; }
.category-third dd { margin-top: 15px; }
.category-third dd a { display: block; color: #666; padding: 0 8px; margin: 4px 0; line-height: 34px; border-left: 1px solid #e0e0e0; white-space: nowrap; }
.category-third dd a:hover { color: #fff; background: #ff5000; }


.nav-list { padding-left: 188px; height: 40px; line-height: 40px; }
.nav-list li { float: left; font-size: 18px; }
.nav-list li.active a { background: #ff5000; }
.nav-list li a { display: block; padding: 0 30px; color: #fff; }
.nav-list li a:hover { background: #ff5000; color: #fff; }

/* banner */
.banner { position: relative; display: block; width: 700px; height: 300px; overflow: hidden; }
.banner .banner-hd { position: absolute; bottom: -25px; left: 50%; z-index: 1; overflow: hidden; }
.banner .banner-hd ul { zoom: 1; float: left; overflow: hidden; }
.banner .banner-hd ul li { float: left; width: 15px; height: 15px; margin-left: 13px; background: #ccc; cursor: pointer; border-radius: 50%; }
.banner .banner-hd ul li:first-child { margin-left: 0; }
.banner .banner-hd ul li.on { background: #ff5000; }
.banner .banner-bd { position: relative; z-index: 0; }
.banner .banner-bd li { width: 700px; height: 300px; zoom: 1; vertical-align: middle; }

.banner-btn { position: absolute; top: 50%; display: block; width: 27px; height: 68px; margin-top: -34px; background: url(../images/slide-arrow.png) no-repeat; }
.banner-btn:focus { outline: none; }

.banner-btn-prev { left: 0; }

.banner-btn-next { right: 0; background-position: -27px 0; }
.text-highlight { color: #ff752b !important; }

/* 侧边栏模块 */
.mt449 { margin-top: 449px; }

.side-wrap { width: 188px; }

.side-mod { border: 1px solid #dadada; }

.side-tle { position: relative; padding: 10px; }
.side-tle h3 { font-size: 18px; line-height: 1.3; }
.side-tle a { position: absolute; top: 3px; right: 10px; font-size: 12px; color: #a1a1a1; }

/* 媒体对象 */
.media-list li { margin-top: 10px; }
.media-list li:first-child { margin-top: 0; }

.media-img { display: block; width: 65px; height: 65px; margin-right: 8px; overflow: hidden; }

.media-txt { text-align: left; }
.media-txt a { color: #666; }
.media-txt h3 { font-size: 14px; line-height: 1.3; max-height: 36px; overflow: hidden; }
.media-txt p { line-height: 1.6; }

/* 文章列表 */
.art-list li { position: relative; height: 33px; padding-left: 10px; line-height: 33px; border-top: 1px dashed #a1a1a1; }
.art-list li:first-child { border-top: 0; }
.art-list li:after { position: absolute; top: 50%; left: 0; width: 4px; height: 4px; margin-top: -2px; overflow: hidden; border-radius: 50%; background: #ff5000; content: ""; }
.art-list li a { display: block; color: #666; }
.art-list li a:hover { color: #ff5000; }

/* 尾部 */
.footer { padding: 50px 0; border-top: 4px solid #ff5000; background: #f8f8f8; }

.footer-nav { margin-right: 140px; }
.footer-nav dd a { color: #666; }
.footer-nav dd a:hover { color: #ff5000; }

/* 分页 */
.paging a { display: inline-block; padding: 2px 10px; color: #666; }
.paging a:hover { background: #d4d4d4; }
.paging a.active { background: #959595; color: #fff; }
.paging a.paging-btn { background: #ff5000; color: #fff; }
.paging input[type=text] { width: 42px; margin: 10px; }

/* 按钮 */
.btn { display: inline-block; padding: 0 20px; height: 32px; line-height: 32px; font-size: 16px; text-align: center; color: #fff; border: 0; box-sizing: border-box; vertical-align: middle; }

.btn1 { display: inline-block; padding: 0 20px; height: 32px; font-size: 16px; text-align: center; color: #fff; border: 0; box-sizing: border-box; vertical-align: middle; }
.btn-block { display: block; width: 100%; }

.btn-lg { padding: 0 40px; height: 44px; line-height: 44px !important; font-size: 18px; }
.btn-lg1 { padding: 0 40px; height: 44px; font-size: 18px; }

.btn-radius { border-radius: 5px; }

.btn-round { border-radius: 30px; }

.btn-primary { background: #ff5000; }
.btn-primary:hover { color: #fff; background: #e64800; }

.btn-second { background: #f89d3b; }
.btn-second:hover { color: #fff; background: #f79122; }

.btn-outline { border: 1px solid #ff5000; color: #ff5000; }

/* 日期控件 */
.workinput { width: 160px; height: 20px; line-height: 20px; border: 1px #dadada solid; padding: 5px; background-color: #fff; vertical-align: middle; }

.wstxt { display: inline-block; height: 32px; line-height: 32px; margin: 0 5px; }

.wspan { width: 30px; height: 30px; line-height: 30px; border: 1px #A5D2EC solid; border-left: none; display: block; float: left; }

.wicon { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAQCAYAAADj5tSrAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNi8xNS8xNGnF/oAAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAAoElEQVQ4jWPceOnNfwYqAz9dYRQ+E7UtwAaGjyUsDAyYYUgJ2HT5LXZLcEmSCnA6duOlN///////H0bDALl8dPH/////Z8FuNW6Qtvw2nL3lyjsGBgYGhlmRqnj1kGwJuqHIlhJlCXq8EOITEsdqCXLEbbr8FisfFkTo+vBZRFZwERNEFFkCiw90nxJtCalxQmzegltCzVyP1RJq5HZ8AABuNZr0628DMwAAAABJRU5ErkJggg=="); background-repeat: no-repeat; background-position: right center; }

/* 隐藏 */
.hide { display: none; }

/* 表单 */
.form-group { margin-bottom: 20px; }
.form-group.from-group--hz select { float: left; width: 31.333%; margin-left: 3%; }
.form-group.from-group--hz select:first-child { margin-left: 0; }
.form-group > label { display: inline-block; width: 150px; height: 36px; overflow: hidden; line-height: 36px; text-align: right; }
.form-group input[type=text], .form-group input[type=password], .form-group select { display: inline-block; width: 400px; height: 36px; padding: 0 10px; overflow: hidden; line-height: 36px; border: 1px solid #dadada; border-radius: 3px; background: none; box-sizing: border-box; }
.form-group textarea { display: inline-block; width: 400px; height: 120px; padding: 0 10px; overflow: hidden; line-height: 36px; border: 1px solid #dadada; border-radius: 3px; background: none; box-sizing: border-box; }
.form-group input[type=text]:focus, .form-group input[type=password]:focus, .form-group select:focus, .form-group textarea:focus { outline: none; }
.form-group-field { width: 400px; }
.form-btn, .form-txt { padding-left: 150px; }
.form-group .img-box { display: inline; }
.form-group .img-box img { width: 120px; height: 120px; margin-right: 5px; }

/* 加减 */
.quantity { position: relative; overflow: hidden; width: 98px; margin: 0 auto; text-align: center; }
.quantity .decrement, .quantity .increment { float: left; display: block; width: 24px; height: 24px; line-height: 24px; border: 1px solid #dadada; box-sizing: border-box; color: #666 }
.quantity .decrement { border-right: 0; }
.quantity .increment { border-left: 0; }
.quantity input { float: left; width: 50px; height: 24px; line-height: 24px; border: 1px solid #dadada; text-align: center; box-sizing: border-box; }

/* 二级菜单 搜索 */
.menu-sub { position: relative; padding: 30px 0 10px 0; border-bottom: 2px solid #cecece; }
.menu-sub li { position: relative; float: left; line-height: 20px; border-left: 1px solid #cecece; }
.menu-sub li.active:after { position: absolute; bottom: -12px; left: 0; width: 100%; height: 2px; background: #ff5000; content: ""; }
.menu-sub li.active a { color: #ff5000; }
.menu-sub li:first-child { border-left: 0; }
.menu-sub li a { display: block; padding: 0 30px; font-size: 18px; color: #666; }
.menu-sub .btn { position: absolute; top: 15px; right: 0; }

.condition-tag a { display: inline-block; margin-left: 20px; padding: 2px 6px; color: #666; }
.condition-tag a:first-of-type { margin-left: 10px; }
.condition-tag a.active { background: #f89d3b; color: #fff; }

.condition-search input[type=text], .condition-search select { width: 160px; padding: 5px; border: 1px solid #dadada; }

.cds-bar { display: inline-block; }
.cds-bar.cds-bar--lg input[type=text] { width: 250px; }
.cds-bar input[type=button] { margin-left: -5px; height: 32px; padding: 0 5px; line-height: 32px; border: 1px solid #dadada; background: #fff; color: #727272; vertical-align: middle; background: #f1f1f1; }

/* 表格 */
.table { width: 100%; }
.table.table--border > thead > tr, .table.table--border > tbody > tr { border-bottom: 1px solid #dadada; }
.table.table--border > thead > tr > td, .table.table--border > tbody > tr > td { border: 0; }
.table.table--batch > thead { background: #ffead3; }
.table.table--batch > thead > tr { border-bottom: 1px solid #fff; }
.table.table--batch > tbody > tr { background: #f4efe9; border-bottom: 1px solid #fff; }
.table > thead > tr > td, .table > tbody > tr > td { position: relative; text-align: center; }
.table > thead > tr > td:first-of-type, .table > tbody > tr > td:first-of-type { text-align: left; padding-left: 36px; }
.table > thead > tr > td.has-track:hover .track-mod, .table > tbody > tr > td.has-track:hover .track-mod { display: block; }
.table > thead > tr > th, .table > tbody > tr > th { font-weight: 700; text-align: center; border-bottom: 0; }
.table input[type=checkbox] { position: absolute; top: 50%; left: 10px; width: 16px; height: 16px; margin-top: -8px; }
.table a { color: #666; }

/* 当前位置 */
.location a { color: #666; }

/* 图片放大镜 */
.zoomDiv { z-index: 999; position: absolute; top: 0px; left: 0px; width: 200px; height: 200px; background: #ffffff; border: 1px solid #CCCCCC; display: none; text-align: center; overflow: hidden; }

.zoomMask { position: absolute; background: url("../images/mask.png") repeat scroll 0 0 transparent; cursor: move; z-index: 1; }

/* 几等分 */
.avg-list.avg-list--3 li { width: 33.333%; }
.avg-list.avg-list--4 li { width: 25%; }
.avg-list.avg-list--6 li { width: 16.666%; }
.avg-list li { float: left; margin-top: 20px; box-sizing: border-box; }

/* 步骤 */
.stepper { position: relative; }
.stepper:after { position: absolute; top: 11px; left: 0; right: 0; height: 10px; background: #ccc; content: ""; }
.stepper.stepper--5 li { width: 20%; }
.stepper li { position: relative; float: left; text-align: center; }
.stepper li.active { color: #e62d28; }
.stepper li.active:after { position: absolute; top: 14px; left: 0; right: 0; z-index: 5; height: 4px; background: #e62d28; content: ""; }
.stepper li.active .stepper-num { background: #e62d28; }

.stepper-num { position: relative; z-index: 10; display: inline-block; width: 32px; height: 32px; line-height: 28px; overflow: hidden; color: #fff; border: 3px solid #ccc; border-radius: 50%; background: #b0b0b0; box-sizing: border-box; }

/* 弹窗 */
.com-modal { width: 740px; display: none; background: #fff; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5); }
.com-modal .modal-bd { max-height: 400px; overflow-y: auto; }
.modal-hd { padding: 10px; border-bottom: 1px solid #e5e5e5; }
.modal-hd__tle { font-size: 18px; }
.modal-bd { padding: 20px; }
.modal-bd__tle { font-size: 16px; margin: 0 0 20px 0; }
.modal-hd .table { margin: 20px 0 0; }

.modal-msg { width: 300px; margin: 60px auto 0; }
.modal-msg h3 { line-height: 1.5; }

.modal-ft { height: 44px; line-height: 44px; margin: 40px 0 0; border-top: 1px solid #e5e5e5; background: #eee; }
.modal-ft__span { margin: 0 0 0 20px; font-size: 16px; }
.modal-ft .btn { height: 44px; line-height: 44px; }

/* 图标 */
.suc-icon { display: inline-block; width: 70px; height: 56px; background: url(../images/suc-icon.png) no-repeat; vertical-align: middle; }

.overlay { display: none; background: rgba(0, 0, 0, 0.7); position: fixed; left: 0; right: 0; z-index: 1000; top: 0; bottom: 0; }
.active .overlay, .overlay.active { display: block; }
.overlay.overlay--no-header { top: 44px; }
.overlay.overlay--transparent { background: transparent; }

.toast-wrap { position: fixed; left: 0; right: 0; z-index: 1000; top: 44px; bottom: 0; display: flex; justify-content: center; align-items: center; z-index: 4010; display: none; flex-direction: column; }
.toast-wrap.active { display: flex; }

.toast { background: rgba(0, 0, 0, 0.7); color: #fff; padding: 10px 15px; text-align: center; white-space: nowrap; z-index: 4010; border-radius: 5px; position: relative; }
.toast .toast-icon { display: inline-block; margin-top: 5px; margin-bottom: 10px; }
.icon-right { position: relative; }
.icon-right::before { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 8px; border-bottom: 2px solid currentColor; border-left: 2px solid currentColor; transform: translate(-50%, -50%) rotate(-52deg); box-sizing: border-box; margin-top: -1px; }

.toast--loading { border-radius: 10px; }
.toast--loading .icon-loading { fill: #fff; width: 28px; height: 28px; display: block; margin: 0 auto; }
.toast--loading.has-close { padding: 15px; width: 100px; }
.toast--loading.has-close .icon-close { position: absolute; right: 0; top: 0; width: 24px; height: 24px; line-height: 24px; font-size: 20px; }
.toast--loading.has-close .toast-text { margin-top: 10px; }

.dialog-wrap { position: fixed; left: 0; right: 0; z-index: 1000; top: 0; bottom: 0; display: flex; justify-content: center; align-items: center; z-index: 4000; display: none; flex-direction: column; }
.dialog-wrap.active { display: flex; }

.dialog { position: relative; width: 280px; background: #fff; border-radius: 5px; overflow: hidden; z-index: 4005; }
.dialog .dialog-bd { padding: 20px 10px; text-align: center; }
.dialog .dialog-bd .bd-tt { font-size: 16px; font-weight: bold; line-height: 1.3; margin-bottom: 10px; }
.dialog .dialog-bd .bd-txt.txt--left { text-align: left; }
.dialog .dialog-ft { overflow: hidden; text-align: center; line-height: 44px; display: flex; }
.dialog .dialog-ft .ft-btn { flex: 1; width: 1%; cursor: pointer; }
.dialog .dialog-ft button { line-height: normal; height: 44px; border: none; background: transparent; }
.dialog .dialog-ft .ft-btn { position: relative; }
.dialog .dialog-ft .ft-btn::before { content: ""; position: absolute; left: 0; top: 0; box-sizing: border-box; right: 0; height: 0; transform: scaleY(0.5); border-top: 1px solid #dbdbdb; }
.dialog .dialog-ft .ft-btn:nth-of-type(1)::after { content: ""; position: absolute; left: 0; top: 0; box-sizing: border-box; width: 0; bottom: 0; transform: scaleX(0.5); border-left: 1px solid #dbdbdb; left: auto; right: 0; }
.dialog .dialog-ft .ft-btn.ft-btn--primary { color: #fff; background: #ff5500; }
.dialog .dialog-ft .ft-btn.ft-btn--primary:hover, .dialog .dialog-ft .ft-btn.ft-btn--primary:active { background: #f05000; }
.dialog .dialog-ft .ft-btn:first-of-type { border-bottom-left-radius: 5px; }
.dialog .dialog-ft .ft-btn:last-of-type { border-bottom-right-radius: 5px; }
.dialog .dialog-ft .ft-btn:hover, .dialog .dialog-ft .ft-btn:active { background: #f5f5f5; }
.dialog .dialog-ft.ft--full { flex-direction: column; }
.dialog .dialog-ft.ft--full .ft-btn { width: 100%; border-left: none; }
.dialog .dialog-ft.ft--full .ft-btn:first-of-type::after { display: none; }
.dialog .dialog-ft.ft--full .ft-btn:first-of-type { border-bottom-left-radius: 0; }
.dialog .dialog-ft.ft--full .ft-btn:last-of-type { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }


.icon-checkbox, .icon-radio { display: inline-block; vertical-align: middle; width: 16px; height: 16px; color: #999; border: 1px solid currentColor; background-color: #fff; position: relative; top: -1px; margin-right: 5px; box-sizing: border-box; }
.icon-checkbox.active, .icon-radio.active { color: #f89d3b; }
.icon-checkbox.disabled, .icon-radio.disabled { color: #dbdbdb; }

.icon-checkbox--round { border-radius: 50%; }

.icon-checkbox.active::after { content: ""; height: 5px; width: 10px; border: 1px solid currentColor; border-width: 0 0 2px 2px; position: absolute; top: 3px; left: 3px; transform: rotate(-52deg); }
//.icon-checkbox.active::before { content: ""; width: 5px; height: 6px; background-color: #fff; position: absolute; right: -1px; top: -1px; }

.icon-radio { border-radius: 10px; }
.icon-radio::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.f-text, .f-textarea { width: 75%; padding: 5px; border: 1px solid #dbdbdb; }

.f-text { height: 44px; padding: 7px 5px; }
.f-text.f-text--right-icon { padding-right: 30px; }

.f-textarea { height: 100px; line-height: 1.5; resize: none; }
.f-text { display: block; border: 1px solid #dbdbdb; width: 30%; box-sizing: border-box; }
.btn-danger { color: #fff; background-color: #f89d3b; }

/* 上传图片 */
.upload-img-box { position: relative; display: inline-block; padding: 20px; border: 1px dashed #ccc; cursor: pointer; text-align: center; color: #999; }
.upload-img-box i { font-size: 30px; }
.upload-img-box span { display: block; margin-top: 5px; }
.upload-img-box input[type=file] { position: absolute; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; opacity: 0; }

.upload-result { position: relative; display: inline-block; }
.upload-result:hover .upload-result-edit { opacity: 1; }

.upload-result-edit { position: absolute; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); opacity: 0; transition: .3s; }
.upload-result-edit .result-btns { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.upload-result-edit input[type=file] { position: absolute; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; opacity: 0; }
.webuploader-pick { white-space: nowrap; }

/* 字体图标 */
.iconfont { vertical-align: middle; }

/* 暂无数据 */
.com-nodata { padding: 50px 20px; text-align: center; color: #999; }

/*省市区选择city-picker*/
.city-picker-span { position: relative; display: block; line-height: 36px; height: 36px; padding: 0 10px; background-color: #fff; color: #ccc; cursor: pointer; border: 1px solid #dadada; border-radius: 3px; white-space: nowrap; overflow: hidden; box-sizing: border-box; }
.city-picker-span > .title > .placeholder { color: #aaa; }
.city-picker-span > i { position: absolute; right: 5px; top: 8px; color: #4a4a4a; }
.city-picker-span > .title > span { color: #333; line-height: 30px; border-radius: 3px; display: inline-block; }
.city-picker-span > .title > span:hover { background-color: #f1f8ff; }
.city-picker-dropdown { position: absolute; left: 0px; top: 100%; min-width: 330px; width: 360px; outline: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 999999; margin-bottom: 20px; border-top: 1px solid #46A4FF; }
.city-select-wrap { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); }
.city-select-tab { border-bottom: 1px solid #ccc; background: #f0f0f0; font-size: 13px; }
.city-select-tab > a { display: inline-block; padding: 8px 22px; border-left: 1px solid #ccc; border-bottom: 1px solid transparent; color: #4D4D4D; text-align: center; outline: 0; text-decoration: none; cursor: pointer; font-size: 14px; margin-bottom: -1px; }
.city-select-tab > a.active { background: #fff; border-bottom: 1px solid #fff; color: #46A4FF; }
.city-select-tab > a:first-child { border-left: none; }
.city-select-tab > a:last-child.active { border-right: 1px solid #ccc; }
.city-select-tab input { width: 80px; border: 0; border-bottom: 1px solid #5c82a0; background: transparent; }
.city-select-tab .fa-search { position: absolute; top: 0.8em; right: 50px; }
.city-select-tab .clear-city { position: absolute; right: 5px; border-left: 0; padding-right: 0; }
.city-select-content { width: 100%; min-height: 10px; background-color: #fff; padding: 10px 15px; }
.city-select { font-size: 13px; }
.city-select dl { line-height: 2; clear: both; padding: 3px 0; margin: 0; }
.city-select dt { position: absolute; width: 2.5em; font-weight: 500; text-align: right; line-height: 2; }
.city-select dd { margin-left: 0; line-height: 2; display: inline-block; }
.city-select a { display: inline-block; padding: 0 10px; outline: 0; text-decoration: none; white-space: nowrap; margin-right: 2px; text-decoration: none; color: #333; cursor: pointer; }
.city-select a:hover, .city-select a:focus { background-color: #f1f8ff; border-radius: 2px; color: #46A4FF; }
.city-select a.active { background-color: #46A4FF; color: #fff; border-radius: 2px; }

/*  新版省市区选择*/
.area-picker-dropdown { position: absolute; border-radius: 6px; left: 0px; top: 100%; min-width: 330px; width: 100%; outline: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 999999; margin-bottom: 20px; box-shadow: 0 0 10px #ccc; overflow: hidden; }
.area-picker-dropdown a:hover { cursor: pointer; }
.area-select-wrap { background: #fff; font-size: 16px; }
.area-select-tle { padding: 15px 20px 30px; }
.area-select-tab { display: flex; border-bottom: 1px solid #f0f0f0; color: #999; justify-content: space-between; }
.area-select-tab a, .area-select-list a { position: relative; color: #999; text-align: center; font-size: 14px; line-height: 34px; padding: 0 5px; overflow: hidden; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
.area-select-tab a { flex: 1; }
.area-select-tab a.hasData { color: #46a4ff; }
.area-select-tab a.active { color: #46a4ff; }
.area-select-tab a.active:after { content: ''; position: absolute; width: 60%; height: 2px; background: #46a4ff; bottom: 0; left: 20%; }
.area-select-list { display: flex; flex-wrap: wrap; padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.area-select-list a { width: 25%; font-size: 13px; flex-shrink: 0; flex-grow: 0; box-sizing: border-box; color: #333; }
.area-select-list a.choosed { color: #46a4ff; }
.area-select-btn-tab { font-size: 14px; position: relative; height: 50px; line-height: 50px; }
.area-select-btn-box { position: absolute; bottom: 8px; right: 30px; display: flex; justify-items: center; }
.area-select-btn-box .clear, .area-select-btn-box .confirm { display: inline-block; line-height: 32px; padding: 0 15px; border: 1px solid #ccc; color: #ccc; border-radius: 4px; margin-left: 10px; }
.area-select-btn-box .confirm { color: #fff; border-color: #46a4ff; background: #46a4ff; }
