@charset "UTF-8";
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */

html {

}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,  h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* 要注意表单元素并不继承父级 font 的问题 */

input, select, textarea {
    font-size: 100%;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
    text-align: inherit;
}

/* 去除默认边框 */
fieldset, img {
    border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
    border: 0;
    font-variant: normal;
}

/* 一致的 del 样式 */
del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol, ul {
    list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
    text-align: left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
/*h1, h2, h3, h4, h5, h6 {*/
/*    font-size: 100%;*/
/*    font-weight: 500;*/
/*}*/

q:before, q:after {
    content: '';
}

/* 统一上标和下标 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* 正常链接 未访问 */
a {

}

/* 鼠标悬停 */

/* 默认不显示下划线，保持页面简洁 */
ins, a {
    text-decoration: none;
}

/* 代码字体 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/* 清理浮动 */
.b-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.b-clear {
    zoom: 1;
    /* for IE6 IE7 */
}

/* 隐藏, 通常用来与 JS 配合 */
body .b-hide {
    display: none;
}

/* 设置内联, 减少浮动带来的bug */
.b-fleft,
.b-fright {
    display: inline;
}

.b-fleft {
    float: left;
}

.b-fright {
    float: right;
}

/* 文字对齐方式 */
.b-left {
    text-align: left;
}

.b-center {
    text-align: center;
}

.b-right {
    text-align: right;
}

.b-justify {
    text-align: justify;
}

/* 单行文字溢出时出现省略号，需设定宽度 */
.b-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 人民币符号 */
.b-rmb {
    font-family: arial;
    font-style: normal;
    padding-right: 4px;
}

.b-box {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.b-hide {
    display: none !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent !important;
}

label {
    cursor: pointer;
}

/** begin ---ui-form.css---*/
/*
 * @name: ui-form
 * @overview: 通用表单
 * @require: ui-input,ui-button
 */
.ui-form {
    margin-top: 30px;
}

.ui-form legend {
    display: none;
}

.ui-form-required {
    margin-right: 6px;
    font-family: SimSun;
    font-size: 14px;
    color: #f00;
}

.ui-form-explain {
    float: left;
    margin-left: 10px;
    line-height: 30px;
    font-size: 12px;
    color: #B2B2B2;
}

.ui-form-other {
    _display: inline-block;
    margin-left: 4px;
}

.ui-form-text {
    display: inline-block;
    margin-top: 4px;
    *margin-top: 6px;
    _margin-top: 4px;
    zoom: 1;
}

.ui-form-status {
    color: #20B907;
    background: url(https://img.alipay.com/alice/ui-fm-loading.gif) right bottom no-repeat;
    padding-right: 15px;
}

.ui-form-list {
    _float: left;
    _width: 100%;
}

.ui-form.ui-form--mrt .ui-form-item {
    margin-top: 15px;
}

.ui-form--label .ui-label {
    width: 120px;
    text-align: center;
}

/* 标签 */
.ui-label {
    float: left;
    line-height: 30px;
    *padding-top: 4px;
    text-align: left;
    font-size: 15px;
    padding-right: 20px;
    color: #333;
}

.ui-label-reset {
    padding-top: 0;
}

.ui-label.ui-label--mrlno {
    width: 50px;
}

/* 输入框 */
.ui-input {
    float: left;
    width: 170px;
    padding-left: 9px;
    padding-right: 9px;
    color: #333;
    line-height: 30px;
    height: 30px;
    border: 1px solid #dedede;
    border-top-color: #dedede;
}

.ui-input:hover, .ui-textarea:hover, .ui-select:hover {
    border: 1px #ffefa6 solid;
}

.ui-input:focus, .ui-textarea:focus, .ui-select:focus {
    border: 1px #ffefa6 solid;
    outline: 1px #ffd82c solid;
}

.ui-input-mini {
    height: 15px;
    line-height: 16px;
    padding: 2px;
}

.ui-input-mini:focus {
    *padding: 1px;
}

.ui-input-mini {
    width: 150px;
    vertical-align: middle;
}

.ui-input-amount {
    width: 80px;
    font-weight: 700;
}

.ui-input-len10, .ui-input-date {
    width: 67px;
}

.ui-input-len5, .ui-input-time {
    width: 35px;
}

.ui-input-len6 {
    width: 44px;
}

.ui-input-len8, .ui-input-tel {
    width: 58px;
}

.ui-input-len10cn {
    width: 122px;
}

.ui-input-len30cn {
    width: 362px;
}

.ui-input-len4 {
    width: 28px;
}

.ui-textarea {
    float: left;
    width: 445px;
    height: 120px;
    line-height: 20px;
    font-size: 12px;
    color: #595959;
    border: 1px #dedede solid;
    resize: none;
    padding: 8px 9px 8px 9px;
    _padding: 1px 2px 0 5px;
    overflow: auto;
    font-family: Arial;
}

/* input 禁止输入 */
.ui-input-unwrite,
.ui-textarea-unwrite {
    border: 1px solid  #cccccc;
    background: #f2f2f2;
}

.ui-input-unwrite:hover,
.ui-textarea-unwrite:hover {
    border: 1px solid  #cccccc;
    background: #f2f2f2;
}

/* code验证码 */
.ui-form-code {
    float: left;
    background-color: #94d469;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    width: 113px;
    height: 30px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari and Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

.ui-form-code:hover {
    color: #fff;
    background-color: #39b6e6;
}

/* select */
.ui-select {
    float: left;
    padding-left: 6px;
    height: 30px;
    width: 130px;
    border: 1px solid #dedede;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    padding-right: 40px;
    background-color: #fff;
    color: #666666;
}

.ui-select::-ms-expand {
    display: none;
}

.ui-select.ui-select--big {
    width: 180px;
}

.ui-form-item--yellow {
    color: #fda80d;
}

.ui-form-button {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: #4b4b4b;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.ui-form-button:hover {
    background-color: #616161;
}

.ui-form-button--disabled {
    background-color: #b1b1b1;
}

.ui-form--loading {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    animation: change 2s linear infinite;
    -webkit-animation: change 2s linear infinite;
    -moz-animation: change 2s linear infinite;
    -ms-animation: change 2s linear infinite;
}

.ui-form--loading:after {
    content: "\e63a";
}

.ui-form-item.ui-form-itemz:after {
    clear: both;
    content: '';
    display: none;
}

.ui-form-item.ui-form-itemz {
    display: inline-block;
    position: relative;
}

.ui-form-item.ui-form-itemz input {
    float: none;
}

.ui-form-item:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.ui-form-item {
    zoom: 1;
}

.ui-form-item input {
    vertical-align: middle;
}

.ui-form-item .ui-input {
    font-size: 12px;
    *font-size: 11px;
    _font-size: 12px;
    color: #595959;
    vertical-align: middle;
    *vertical-align: -5px;
}

.ui-form-item .ui-button-group .ui-button-text-only {
    margin: 3px 0 0;
    margin: 2px 0 0\0;
}

.ui-form-item .ui-button-text-only .ui-button-text {
    padding: .1em .5em;
}

.ui-form-item .ui-button-checkboxes .ui-state-selected {
    padding-right: 2px;
    background: url(https://img.alipay.com/alice/ui-button-checkboxes-selected.png) right bottom no-repeat;
}

.ui-form-item .ui-form-item-placeholder {
    color: #B2B2B2;
}

.ui-form-item-hover .ui-input, .ui-form-item-hover .ui-textarea {
    border: 1px #ffefa6 solid;
}

.ui-form-item-focus .ui-input, .ui-form-item-focus .ui-textarea {
    border: 1px #ffefa6 solid;
    outline: 1px #ffd82c solid;
    *padding: 3px 0 3px 2px;
    *border: 2px #95DDFF solid;
    cursor: text;
}

.ui-form-item-focus .ui-textarea {
    *padding: 1px 0 1px 2px;
}

.ui-form-item-focus .ui-form-explain, .ui-form-item-hover .ui-form-explain {
    color: #333;
}

.ui-form-item-error .ui-input, .ui-form-item-error .ui-textarea {
    border: 1px #F00 solid;
    color: #FF5243;
}

.ui-form-item-error .ui-input-reset {
    border: 1px #9C9C9C solid;
    color: #000;
}

.ui-form-item-error .ui-form-explain, .ui-form-item-warn .ui-form-explain,
.ui-form-item-success .ui-form-explain {
    background-image: url(https://img.alipay.com/alice/ui-fm.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    *zoom: 1;
}

.ui-form-item-error .ui-form-explain {
    color: #FF5243;
    background-position: -186px 6px;
}

.ui-form-item-warn .ui-form-explain {
    background-position: -138px -80px;
}

.ui-form-item-error .ui-input:hover,
.ui-form-item-error .ui-textarea:hover {
    border: 1px #ffefa6 solid;
}

.ui-form-item-error .ui-input:focus,
.ui-form-item-error .ui-textarea:focus {
    border: 1px #ffefa6 solid;
    color: #727272;
}

.ui-form-item-success .ui-form-explain {
    background-position: -114px -123px;
}

.ui-form-item-loading .ui-form-explain {
    padding-left: 20px;
    background: url(https://img.alipay.com/alice/ico-loading16.gif) 0 4px no-repeat;
}

/* 图片验证码样式 */
.ui-checkcode-input {
    width: 100px;
    height: 24px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 12px;
    vertical-align: middle;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-top-color: #a6a6a6;
    font-family: Tahoma;
    _float: left;
    /* input在ie6下面，如果用div包裹，会发现有1像素（1px）的margin BUG，并且不管你如何block它都无法消除。解决方法：让input自身float */
}

.ui-checkcode-imgcode-img {
    cursor: pointer;
}

.ui-checkcode-imgcode-text {
    color: #07f;
}

.ui-checkcode-imgcode-text-limit {
    width: 48px;
    position: absolute;
    left: 340px;
    top: -3px;
}

.ui-form-p {
    float: left;
    line-height: 30px;
}

/** end ---ui-form.css---*/
/**Last Changed Author: shuai.shao--Last Changed Date: Wed Dec 07 18:05:07 CST 2011**/
/**alice.components.ui-form-1.0**/
/** begin ---ui-btn-base.css---*/
/**
 * @name:       按钮（通用）ui-button
 * @author:     展新（zhanxin.lin@alipay.com）
 * @example:
 * 外层可以是 div, p, a, span 标签
 * 里层可以是 a, input, button
 * div > a
 * <div class="ui-button ui-button-sorange">
 *    <a class="ui-button-text">确定</a>
 * </div>
 *
 * div > input
 * <div class="ui-button ui-button-sorange">
 *    <input type="button" class="ui-button-text" value="确定" />
 * </div>
 *
 * a > input
 * <a class="ui-button ui-button-sorange">
 *    <span class="ui-button-text">确定</span>
 * </a>
 */
.ui-button * {
    margin: 0;
    padding: 0;
}

.ui-button {
    padding: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    overflow: visible;
    cursor: pointer;
    font-family: verdana, Hiragino Sans GB;
}

div.ui-button, p.ui-button, span.ui-button {
    *display: inline;
    /* for ie */
}

.ui-button-text {
    display: inline-block;
    *display: inline;
    /* for ie */
    *zoom: 1;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    overflow: visible;
    font-size: 14px;
    font-weight: 700;
}

.ui-button a.ui-button-text:hover {
    text-decoration: none;
}

input.ui-button-text, button.ui-button-text {
    *vertical-align: top;
    /* for a ie7 bug */
    font-family: Hiragino Sans GB;
}

/** end ---ui-btn-base.css---*/
/**Last Changed Author: xingmin.zhu--Last Changed Date: Mon Aug 20 15:19:38 CST 2012**/
/**alice.components.ui-button-base-1.2**/
/** CurrentDeveloper: afc163**/
/** DeployDate: Tue Aug 21 11:08:34 CST 2012**/
/** begin ---ui-btn.css---*/
/**
 * @name:       按钮（通用）ui-button
 * @author:     展新（zhanxin.lin@alipay.com）
 * @example:
 * 外层可以是 div, p, a, span 标签
 * 里层可以是 a, input, button
 * div > a
 * <div class="ui-button ui-button-sorange">
 *    <a class="ui-button-text">确定</a>
 * </div>
 *
 * div > input
 * <div class="ui-button ui-button-sorange">
 *    <input type="button" class="ui-button-text" value="确定" />
 * </div>
 *
 * a > input
 * <a class="ui-button ui-button-sorange">
 *    <span class="ui-button-text">确定</span>
 * </a>
 */
.ui-button-lorange, .ui-button-lorange:hover,
.ui-button-morange, .ui-button-morange:hover,
.ui-button-sorange, .ui-button-sorange:hover,
.ui-button-lorange .ui-button-text,
.ui-button-morange .ui-button-text,
.ui-button-sorange .ui-button-text {
    background: transparent url(https://i.alipayobjects.com/e/201208/3IgyctwEjp.png) no-repeat;
    color: #fff;
}

/* large-size */
.ui-button-lorange {
    background-position: 0 0;
}

.ui-button-lorange .ui-button-text {
    padding: 0 20px;
    background-position: right -177px;
    line-height: 35px;
    height: 35px;
}

.ui-button-lorange:hover {
    background-position: 0 -45px;
}

.ui-button-lorange:hover .ui-button-text {
    background-position: right -222px;
}

/* middle-size */
.ui-button-morange {
    background-position: 0 -355px;
}

.ui-button-morange .ui-button-text {
    padding: 0 22px;
    background-position: right -503px;
    line-height: 31px;
    height: 31px;
}

.ui-button-morange:hover {
    background-position: 0 -392px;
}

.ui-button-morange:hover .ui-button-text {
    background-position: right -540px;
}

/* small-size */
.ui-button-sorange {
    background-position: 0 -651px;
}

.ui-button-sorange .ui-button-text {
    padding: 0 12px;
    font-size: 12px;
    background-position: right -771px;
    line-height: 25px;
    height: 25px;
}

.ui-button-sorange:hover {
    background-position: 0 -681px;
}

.ui-button-sorange:hover .ui-button-text {
    background-position: right -801px;
}

/*初始化按钮*/
.ui-btn * {
    margin: 0;
    padding: 0;
}

.ui-btn {
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    display: inline-block;
    *display: inline;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-family: inherit;
    /* Correct font family not being inherited in all browsers for <button> <input> */
    font-weight: 300;
    border-radius: 3px;
    *zoom: 1;
    *overflow: visible;
    /* for a ie6/7 bug http://blog.csdn.net/jyy_12/article/details/6636099 */
    background-image: none;
    /* for old alice button style conflict */
    line-height: auto;
}

/* 默认粉底白字 */
.ui-btn {
    background-color: #fda90c;
    color: white;
}

.ui-btn:hover {
    background-color: #fdb32c;
    color: white;
}

.ui-header {
    width: 100%;
    min-width: 1100px;
    cursor: default;
    z-index: 10001;
    height: 72px;
}

.ui-header-nav {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    height: 72px;
}

.ui-header-admin {
    border-bottom: 1px solid #e1e1e1;
    background: #ffffff;
}

.ui-header-admin-link {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 36px;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 60px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #4b4b4b;
}

.ui-header-admin-link:hover {
    color: #fda80d;
}

.ui-header-admin-search {
    color: #4b4b4b;
    position: relative;
    float: right;
    font-size: 18px;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ui-search-show {
    position: absolute;
    width: 286px;
    height: 120px;
    top: 12px;
    right: 0px;
    z-index: 997;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: right top;
    -moz-transform-origin: right top;
    -webkit-transform-origin: right top;
    -o-transform-origin: right top;
    transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -o-transform: scale(0.01);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ui-search-box {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 60px;
    display: block;
    width: 286px;
    height: 66px;
    background: #000;
}

.ui-search-box-arrow {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 10px;
    top: -10px;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    border-bottom: 10px solid #000;
    border-top: 0 none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    _color: #000;
    _filter: chroma(color=#000);
}

.ui-search-warp {
    display: block;
    width: 232px;
    height: 32px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ff7a01;
}

.ui-header-admin-search:hover .ui-search-show, .ui-header-home-search:hover .ui-search-show {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ui-header-admin-search:hover .ui-search-box .ui-search-box-arrow, .ui-header-home-search:hover .ui-search-box .ui-search-box-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ui-search-input {
    float: left;
    display: block;
    width: 198px;
    height: 32px;
    border: none;
    outline: none;
    text-indent: 12px;
    color: #000;
    line-height: 31px;
    font-size: 14px;
}

.ui-search-button {
    display: block;
    float: right;
    border: none;
    outline: none;
    width: 32px;
    height: 100%;
    background: #ff7a01;
    color: #fff;
    line-height: 20px;
}

.ui-header-home {
    background: #4b4b4b;
}

.ui-header-home-link {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 36px;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 60px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ffffff;
}

.ui-header-home-link:hover {
    color: #fda80d;
}

.ui-header-home-search {
    color: #ffffff;
    position: relative;
    float: right;
    font-size: 18px;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*//logo待定*/
.ui-header-logo {
    float: left;
    width: 300px;
    padding-top: 11px;
    color: #fda80d;
}

.ui-iconfont-search {
    font-size: 24px;
}

.ui-header-nav-link-active {
    color: #fda80d !important;
}

.ui-header-nav.ui-header-nav--f a {
    color: #4b4b4b;
}

.ui-top {
    height: 35px;
    position: relative;
    background: #fafafa;
}

.ui-top-welcome {
    color: #fda80d;
    float: left;
    display: block;
    font-size: 16px;
    line-height: 35px;
}

.ui-top-list {
    float: right;
}

.ui-top-item {
    float: left;
    display: block;
    color: #999999;
    margin-top: 11px;
    margin-bottom: 11px;
    line-height: 13px;
    padding-right: 12px;
    padding-left: 12px;
    border-right: 2px solid #a8a8a8;
}

.ui-top-item:hover {
    color: #fda80d;
}

.ui-top-item-last {
    border: none;
}

.ui-top-count {
    color: #fda80d;
}

.ui-login {
    position: relative;
    width: 298px;
    border: 1px solid #e3e3e3;
    background: #ffffff;
    padding-right: 60px;
    padding-left: 60px;
}

.ui-login-top {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
    color: #fda80d;
}

.ui-login-title {
    float: left;
    font-size: 24px;
}

.ui-login-register {
    float: right;
    font-size: 14px;
    padding-top: 12px;
}

.ui-login-form {
    display: block;
    width: 100%;
    padding-top: 58px;
    overflow: hidden;
    color: #adadad;
}

.ui-login-item {
    width: 296px;
    height: 40px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    margin-bottom: 10px;
}

.ui-iconfont-account {
    display: block;
    float: left;
    width: 40px;
    height: 100%;
    line-height: 40px;
    font-size: 28px;
    background: #dddddd;
    color: #fff;
    text-align: center;
    border-radius: 3px 0 0 3px;
}

.ui-login-account-input {
    float: right;
    width: 252px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #595959;
    text-indent: 10px;
    border-radius: 3px;
}

.ui-login-wrapper {
    margin-top: 6px;
    font-size: 16px;
}

.ui-login-rememberme {
    float: left;
}

.ui-login-rememberme-checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #adadad;
    background: none;
    list-style: none;
    outline: none;
    margin-top: 4px;
}

.ui-login-forget-password {
    float: right;
    color: #adadad;
}

.ui-login-forget-password:hover {
    color: #fda80d;
}

.ui-login-btn {
    width: 100%;
    height: 44px;
    border: 1px solid #fda80d;
    font-size: 19px;
    margin-top: 52px;
    margin-bottom: 72px;
}

.ui-register {
    position: relative;
    width: 298px;
    border: 1px solid #e3e3e3;
    background: #ffffff;
    padding-right: 57px;
    padding-left: 57px;
}

.ui-register-top {
    width: 100%;
    padding-top: 26px;
    overflow: hidden;
    color: #9d9c9c;
    padding-bottom: 53px;
}

.ui-register-title {
    float: left;
    color: #fda80d;
    font-size: 24px;
}

.ui-register-login {
    float: right;
    font-size: 14px;
    padding-top: 9px;
}

.ui-register-item {
    width: 300px;
    height: 40px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    margin-bottom: 10px;
}

.ui-register-item-input {
    float: right;
    width: 256px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #595959;
    text-indent: 10px;
    border-radius: 3px;
}

.ui-register-verify {
    width: 100%;
    height: 42px;
    position: relative;
    cursor: default;
    margin-bottom: 10px;
}

.ui-register-verify-input {
    width: 132px;
    height: 40px;
    outline: none;
    font-size: 16px;
    color: #595959;
    text-indent: 10px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
}

.ui-register-verify-img {
    position: absolute;
    top: 8px;
    left: 144px;
    width: 100px;
    height: 28px;
}

.ui-register-verify-text {
    position: absolute;
    top: 8px;
    right: 0;
    width: 48px;
    height: 30px;
    font-size: 12px;
    color: #b3b3b3;
    line-height: 15px;
    cursor: pointer;
    border-radius: 3px;
}

.ui-register-refreshcode {
    color: #fda80d;
}

.ui-register-sms {
    width: 100%;
    height: 42px;
    position: relative;
    cursor: default;
    margin-bottom: 10px;
}

.ui-register-sms-input {
    width: 174px;
    height: 40px;
    outline: none;
    font-size: 16px;
    color: #595959;
    text-indent: 10px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
}

.ui-register-sms-btn {
    float: right;
    background: #94d469;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    width: 113px;
    height: 28px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-top: 6px;
}

.ui-register-code {
    color: #adadad;
    font-size: 14px;
}

.ui-register-code:hover {
    color: #fda80d;
}

.ui-register-wrapper {
    margin-top: 44px;
    color: #808080;
    font-size: 14px;
    line-height: 20px;
}

.ui-register-agree {
    float: left;
}

.ui-register-agree-checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #adadad;
    background: none;
    list-style: none;
    outline: none;
}

.ui-register-btn {
    width: 100%;
    height: 44px;
    border: 1px solid #fda80d;
    line-height: 44px;
    font-size: 19px;
    margin-top: 12px;
    margin-bottom: 52px;
}

.ui-slider {
    position: relative;
    width: 100%;
    height: 425px;
    overflow: hidden;
}

.ui-slider-arrow {
    position: absolute;
    top: 175px;
    left: 50%;
    width: 1100px;
    height: 60px;
    margin-left: -550px;
}

.ui-slider-prev-btn, .ui-slider-next-btn {
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.ui-slider-prev-btn {
    left: 6px;
}

.ui-slider-next-btn {
    right: 6px;
}

.ui-slider-iconfont {
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
}

.ui-slider-scroller {
    width: 100%;
    height: 425px;
    overflow: hidden;
}

.ui-slider-content {
    padding: 0;
    margin: 0;
}

.ui-slider-panel {
    float: left;
    display: block;
    width: 100%;
    height: 425px;
}

.ui-slider-nav {
    position: absolute;
    bottom: 12px;
    left: 50%;
    z-index: 99;
    width: 1100px;
    height: 15px;
    margin-left: -550px;
    margin: 0;
    padding: 0;
}

.ui-slider-trigger {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
    color: black;
    cursor: pointer;
    list-style: none;
}

.ui-slider-trigger:hover {
    background-color: #fda80d;
}

.ui-switchable-active {
    background-color: #fda80d;
}

.ui-slider-trigger-first {
    margin-left: 420px;
}

/*type I*/
.ui-hotprod-type {
    position: absolute;
    width: 105px;
    height: 33px;
    top: 7px;
    right: -7px;
    display: none;
    z-index: 999;
}

.ui-hotprod-szsh {
    display: block;
    background: url(/m/ui-prod/szsh.png) no-repeat;
}

.ui-hotprod-tyz {
    display: block;
    background: url(/m/ui-prod/tyz.png) no-repeat;
}

.ui-hotprod {
    /*  275
    276*/
    float: left;
    position: relative;
    width: 263px;
    height: 272px;
    border-top: 2px solid #f0efed;
    border-bottom: 2px solid #f0efed;
    border-left: 1px solid #f0efed;
    border-right: 1px solid #f0efed;
    background: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
}

.ui-hotprod-img {
    display: block;
    width: 262px;
    height: 179px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 5px;
}

.ui-hotprod-title {
    display: block;
    color: #595a5a;
    line-height: 14px;
    font-size: 14px;
    width: 258px;
    margin-left: auto;
    margin-right: auto;
}

.ui-hotprod-wrap {
    padding-top: 3px;
}

.ui-hotprod-price {
    float: left;
    color: #ff7a01;
    font-size: 24px;
    line-height: 46px;
    cursor: default;
}

.ui-hotprod-link {
    float: left;
    display: block;
    margin-top: 10px;
    margin-left: 42px;
    width: 66px;
    height: 26px;
    background: #ff7a01;
    color: #ffffff;
    font-size: 14px;
    text-indent: 12px;
    cursor: pointer;
    line-height: 26px;
}

.ui-hotprod-link:hover {
    color: #fff;
    background: #fb902e;
}

/*type II*/
.ui-disprod {
    /*  364
  258*/
    float: left;
    position: relative;
    width: 350px;
    height: 255px;
    background: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
    border: 2px solid #f0efed;
}

.ui-disprod:hover {
    border: 2px solid #b6f63e;
}

.ui-disprod-img {
    display: block;
    width: 255px;
    height: 185px;
    margin-left: auto;
    margin-right: auto;
}

.ui-disprod-wrap {
    cursor: default;
    display: block;
    text-align: center;
    position: absolute;
    left: 0px;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}

.ui-disprod-title {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 12px;
    color: #595a5a;
    text-align: left;
}

.ui-disprod-price {
    font-size: 20px;
    color: #ff7a01;
    text-align: left;
}

/*type III*/
.ui-listprod {
    /*  360
    360*/
    float: left;
    position: relative;
    display: block;
    width: 348px;
    height: 358px;
    background: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
    border: 1px solid #f0efed;
    cursor: pointer;
}

.ui-listprod:hover {
    border-color: #c7f76a;
}

.ui-listprod-img {
    display: block;
    width: 346px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 5px;
}

.ui-listprod-price {
    color: #ff7a01;
    font-size: 20px;
    line-height: 46px;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px;
}

.ui-listprod-title {
    color: #595a5a;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    padding-left: 9px;
    padding-right: 9px;
}

.ui-swich {
    width: 795px;
    position: relative;
}

.ui-switch-crumbs {
    position: absolute;
    top: -30px;
    left: -.5em;
    font-size: 16px;
    color: #656666;
}

.ui-switch-crumbs a {
    color: #656666;
    padding-left: .5em;
    padding-right: .5em;
}

.ui-switch-crumbs a:hover {
    color: #fda80d;
    text-decoration: underline;
}

.ui-swich-title {
    width: 100%;
    height: 54px;
    text-align: left;
    line-height: 54px;
    font-size: 20px;
    color: #656666;
}

.ui-swich-main {
    float: left;
    overflow: hidden;
    width: 653px;
    height: 468px;
    border: 2px solid #f1efee;
    background: #ffffff;
}

.ui-swich-main-item {
    display: none;
}

.ui-swich-main-size {
    margin: 14px;
    width: 625px;
    height: 440px;
}

.ui-swich-select {
    float: right;
    margin-left: 8px;
    width: 130px;
    overflow: hidden;
    height: 472px;
}

.ui-swich-select-item {
    background: #ffffff;
    border: 2px solid #f1efee;
    margin-bottom: 1.8px;
}

.ui-swich-select-item-on {
    border-color: #fda80d;
}

.ui-swich-select-size {
    width: 116px;
    height: 80px;
    padding: 2px;
}

.ui-swich-label {
    height: 64px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.ui-swich-label-item {
    display: block;
    float: right;
    width: 104px;
    height: 62px;
    margin-left: 10px;
}

.ui-swich-label-item-1 {
    background: url(/m/ui-swich/label1.gif) no-repeat center;
}

.ui-swich-label-item-2 {
    background: url(/m/ui-swich/label2.gif) no-repeat center;
}

.ui-swich-label-item-3 {
    background: url(/m/ui-swich/label3.gif) no-repeat center;
}

.ui-swich-label-item-4 {
    background: url(/m/ui-swich/label4.gif) no-repeat center;
}

.ui-swich-main-item-on {
    display: block;
}

.ui-footer-top {
    width: 100%;
    background: #fda80d;
}

.ui-footer-top-item {
    float: left;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 75px;
    padding-right: 75px;
    border-right: 1px solid #ffffff;
    text-align: center;
    height: 47px;
    font-size: 14px;
    color: #ffffff;
    line-height: 47px;
    cursor: default;
}

.ui-footer-top-item-text {
    float: right;
    width: 68px;
    height: 47px;
    text-align: center;
}

.ui-footer-top-item-last {
    border: none;
}

.footer-top-iconfont {
    font-size: 44px;
    line-height: 40px;
}

.ui-footer-content {
    padding-left: 100px;
    width: 1000px;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.ui-footer-content-item {
    float: left;
    width: 190px;
    font-size: 14px;
    line-height: 22px;
}

.ui-footer-content-item-title {
    color: #4c4949;
    cursor: default;
}

.ui-footer-content-item-link {
    color: #999999;
    display: block;
}

.ui-footer-content-item-link:hover {
    color: #fda80d;
}

.ui-footer-content-item-code {
    width: 130px;
    height: 130px;
    padding: 8px;
    margin-top: 4px;
    background: #ffffff;
}

.ui-footer-bottom {
    height: 38px;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    text-align: center;
    color: #ccc6c6;
    line-height: 38px;
}

.ui-footer-bottom-link {
    color: #666666;
}

.ui-footer-bottom-link:hover {
    color: #fda80d;
}

/* alice.paging 样式模块 */
.ui-paging {
    color: #808080;
    margin: 0;
    padding: 0;
    zoom: 1;
    font-size: 12px;
    vertical-align: middle;
}

.ui-paging .goto-input {
    color: #808080;
    margin: 0;
    padding: 0;
    zoom: 1;
    font-size: 12px;
    vertical-align: middle;
    width: 42px;
    height: 30px;
    border: 1px solid #e2e2e2;
    text-align: center;
    outline: none;
}

.ui-paging:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.ui-paging a,
.ui-paging span.ui-paging-prev,
.ui-paging span.ui-paging-next {
    text-decoration: none;
    color: #808080;
    margin: 0 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
}

.ui-paging-prev,
.ui-paging-next {
    background-color: #ffffff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.background-goto {
    background-color: #f9f9f9;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.ui-paging-prev:hover,
.ui-paging-next:hover,
.ui-paging-goto:hover {
    border-color: #ff7a01;
    color: #ff7a01;
    cursor: pointer;
}

.ui-paging-prev:hover .iconfont,
.ui-paging-next:hover .iconfont {
    color: #ff7a01;
}

.ui-paging .ui-paging-prev {
    margin: 0 3px 0 0;
}

.ui-paging .iconfont {
    font-size: 10px;
    color: #787878;
}

.ui-paging a.ui-paging-item {
    background-color: #ffffff;
    font-weight: bold;
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

.ui-paging a.ui-paging-current, .ui-paging a.ui-paging-item:hover {
    color: #ff7a01;
    background: #fff;
    border: 1px solid #ff7a01;
}

a.ui-paging-prev:hover,
a.ui-paging-next:hover {
    text-decoration: none;
    color: #666;
}

.ui-paging-info {
    line-height: 24px;
    margin-right: 12px;
    margin-left: 12px;
    height: 24px;
    width: 46px;
    text-align: center;
    font-size: 14px;
}

.ui-paging-ellipsis {
    margin: 0 5px;
    line-height: 16px;
    font-weight: bold;
}

.ui-paging-which input {
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    width: 32px;
    border: 1px solid;
    border-color: #aaa #d1d1d1 #d1d1d1 #aaa;
}

.ui-paging-which input:hover {
    border-color: #999;
    color: #666;
}

.ui-paging-bold {
    font-weight: bold;
    padding: 0 12px;
}

.ui-paging span.ui-paging-prev,
.ui-paging span.ui-paging-next,
.ui-paging span.ui-paging-prev .iconfont,
.ui-paging span.ui-paging-next .iconfont {
    color: #fff;
    box-shadow: none;
    background: #d4d4d4;
    border-color: #d4d4d4;
    filter: none;
}

.ui-float {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 168px;*/
    width: 53px;
    overflow: hidden;
    background: #fff;
    box-shadow: 3px 0 3px 3px #f1f1f1;
    -webkit-box-shadow: 3px 0 3px 2px #f1f1f1;
    border-left: 2px solid  #f1f1f1;
    /*height: 200px;*/
}

.float-iconfont {
    font-size: 28px;
    color: #ebebeb;
    line-height: 40px;
}

.ui-float-top {
    display: block;
    margin-bottom: 20px;
    padding-left: 8px;
    cursor: pointer;
}

.ui-float-pen {
    margin-top: 8px;
    margin-bottom: 20px;
}

.ui-float-top .float-iconfont {
    color: #000;
}

.ui-float-item {
    display: block;
    height: 40px;
    width: 162px;
    padding-left: 8px;
    line-height: 40px;
    background: #fff;
    cursor: pointer;
}

.ui-float-pro {
    padding-bottom: 50px;
    border-bottom: 1px solid #f1f1f1;
}

.ui-float-pro-title-span {
    display: block;
    height: 40px;
    width: 114px;
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: #cbcbcb;
}

.ui-float-item:hover {
    background: #ebebeb;
}

.ui-float-item:hover .float-iconfont {
    color: #ff4466;
}

.ui-float-item:hover .ui-float-pro-title-span {
    color: #595959;
}

/*滑块选择样式*/
.ui-rent {
    width: 294px;
    /* border:1px solid #b3b3b3;*/
    background: #fff;
}

.ui-rent-pice {
    background: #f2f2f2;
    margin-bottom: 10px;
}

.ui-rent-pice-content-box {
    width: 202px;
    height: 36px;
    overflow: hidden;
}

.ui-rent-title {
    width: 92px;
    height: 30px;
    float: left;
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    text-indent: 14px;
}

.ui-rent-content {
    float: left;
    width: 202px;
}

.ui-rent-content-pice {
    font-size: 28px;
    color: #fda80d;
    line-height: 36px;
}

.ui-rent-label-item {
    background: #fda80d;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 22px;
    color: #fff;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.ui-rent-pice-content {
    margin-bottom: 7px;
}

.ui-rent-content-item {
    display: block;
    border: 1px solid #b3b3b3;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    color: #808080;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.ui-rent-content-item-a {
    width: 152px;
    height: 28px;
    margin-bottom: 10px;
}

.ui-rent-guarantee-content-item {
    float: left;
    margin-right: 8px;
}

.ui-rent-guarantee-content .ui-rent-guarantee-fqa {
    float: left;
    display: block;
    color: #b4b4b4;
    width: 54px;
    height: 30px;
    line-height: 15px;
}

.ui-rent-guarantee-content .ui-rent-guarantee-fqa:hover {
    color: #fda80d;
}

.ui-rent-enclosure-content-item {
    float: left;
    margin-right: 8px;
    margin-top: 12px;
}

.ui-rent-enclosure-title {
    margin-top: 12px;
}

.ui-rent-date {
    padding-top: 12px;
}

.ui-rent-date-content-box {
    position: relative;
    width: 150px;
    height: 28px;
    border: 1px solid #b3b3b3;
    line-height: 30px;
    font-size: 12px;
    padding-left: 6px;
    color: #808080;
    cursor: pointer;
}

.ui-rent-date-content-date {
    display: block;
    float: left;
    width: 75px;
    height: 28px;
    border: none;
    outline: none;
}

.ui-rent-date-iconfont {
    position: absolute;
    right: 0;
    float: left;
    color: #fda80d;
    font-size: 28px;
    line-height: 24px;
}

.ui-rent-lease-select {
    width: 104px;
    height: 30px;
    margin-bottom: 8px;
}

.ui-rent-lease {
    margin-top: 12px;
}

.ui-rent-lease-select-item {
    width: 33px;
    height: 28px;
    border: 1px solid #fda80d;
    margin-left: -1px;
    float: left;
    text-align: center;
    line-height: 28px;
    color: #fda80d;
    background: #fff;
    cursor: pointer;
}

.ui-rent-lease-select-item:hover {
    background: #fda80d;
    color: #fff;
}

.ui-rent-lease-bar-box {
    width: 208px;
    height: 60px;
    position: relative;
}

.ui-rent-lease-bar {
    width: 195px;
    height: 50px;
    display: none;
}

.ui-rent-lease-bar:first-child {
    display: block;
}

.ui-rent-lease-bar-box-sild {
    width: 203px;
}

.ui-rent-lease-select-item-on {
    background: #fda80d;
    color: #fff;
}

.ui-rent-number {
    margin-top: 12px;
}

.ui-rent-number-input {
    width: 40px;
    height: 28px;
    border: 1px solid #b3b3b3;
    color: #808080;
    text-align: center;
    outline: none;
    float: left;
}

.ui-rent-number-arrow {
    width: 18px;
    height: 30px;
    float: left;
    margin-left: 4px;
}

.ui-rent-number-down, .ui-rent-number-up {
    float: left;
    width: 16px;
    height: 12px;
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
    cursor: pointer;
    line-height: 12px;
    text-align: center;
}

.ui-rent-number-up {
    margin-bottom: 2px;
}

.ui-rent-calculation {
    border-top: 1px dotted #b3b3b3;
    padding: 14px;
    background: #f2f2f2;
    margin-top: 10px;
}

.ui-rent-calculation-descr {
    color: #fda80d;
    font-size: 12px;
    line-height: 24px;
}

.ui-rent-calculation-all {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
}

.ui-rent-calculation-all-title {
    float: left;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.ui-rent-calculation-all-price {
    float: right;
    color: #fda80d;
    line-height: 24px;
    font-size: 28px;
}

.ui-rent-submit-btn {
    border: 1px solid #fda80d;
    background: #fff;
    color: #fda80d;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    width: 121px;
    height: 38px;
    float: left;
    cursor: pointer;
}

.ui-rent-submit-buy {
    margin-left: 19px;
}

.ui-rent-submit-buylease {
    display: block;
    width: 266px;
    height: 40px;
    background-color: #fda80d;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin-left: 0;
    cursor: pointer;
}

.ui-rent-submit-btn:hover {
    background: #fda80d;
    color: #fff;
}

.ui-rent-content-item:hover {
    color: #fda80d;
    border-color: #fda80d;
}

.ui-rent-content-item-on {
    color: #fda80d;
    border-color: #fda80d;
}

.ui-rent-enclosure-content-item-on {
    color: #fda80d;
    border-color: #fda80d;
}

.ui-trent {
    width: 294px;
}

.ui-trent-notice {
    color: #fda80d;
    margin-top: 8px;
}

.ui-trent-submit-buy {
    width: 100%;
}

.ui-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    height: 100%;
}

.ui-sidebar:hover .ui-sidebar-box {
    width: 180px;
}

.ui-sidebar-box {
    height: 100%;
    position: relative;
    width: 50px;
    overflow: hidden;
    transition: width 0.3s;
    -moz-transition: width 0.3s;
    /* Firefox 4 */
    -webkit-transition: width 0.3s;
    /* Safari and Chrome */
    -o-transition: width 0.3s;
    /* Opera */
}

.ui-sidebar-box-item {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 200px;
    zoom: 1;
}

.ui-sidebar-box-item.ui-sidebar-box-item--active, .ui-sidebar-box-item:hover {
    background-color: #ebebeb;
}

.ui-sidebar-box-item.ui-sidebar-box-item--active .ui-sidebar-box-item-icon, .ui-sidebar-box-item:hover .ui-sidebar-box-item-icon {
    color: #ff4466;
}

.ui-sidebar-box-item.ui-sidebar-box-item--active .ui-sidebar-box-item-tit, .ui-sidebar-box-item:hover .ui-sidebar-box-item-tit {
    color: #ff4466;
}

.ui-sidebar-box-item:after {
    display: block;
    clear: both;
    content: '';
    height: 0;
    visibility: hidden;
}

.ui-sidebar-box-item-icon {
    display: block;
    float: left;
    width: 50px;
    text-align: center;
    font-size: 24px;
    color: #cccccc;
}

.ui-sidebar-box-item-tit {
    display: block;
    float: left;
    padding-left: 5px;
    font-size: 14px;
    color: #cccccc;
}

.ui-sidebar-switch {
    width: 50px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.ui-sidebar-box-plate {
    padding-bottom: 10px;
    border-bottom: 1px dashed #cccccc;
}

.ui-sidebar-box-plate1 {
    padding-top: 10px;
}

.ui-sidebar-sub-nav {
    position: fixed;
    top: 40%;
    right: 5px;
    z-index: 999;
}

.ui-sidebar-sub-nav-item {
    margin-bottom: 5px;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #717171;
    display: block;
    text-align: center;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    /* Firefox 4 */
    -webkit-transition: all 0.3s;
    /* Safari and Chrome */
    -o-transition: all 0.3s;
    /* Opera */
}

.ui-sidebar-sub-nav-item:hover {
    background-color: #888888;
}

.ui-sidebar-sub-nav-item .ui-sidebar-sub-nav-item-icon {
    color: #fff;
    line-height: 50px;
    font-size: 26px;
    font-weight: 100;
}

.ui-sidebar-sub-nav-item-box {
    display: none;
    position: absolute;
    width: 195px;
    height: 240px;
    top: 0;
    left: -206px;
    background-color: #fff;
    border: 1px solid #4f4f4f;
}

.ui-sidebar-sub-nav-item-box-img {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 150px;
}

.ui-sidebar-sub-nav-item-box-p {
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #4b4b4b;
}

.ui-sidebar-sub-nav-item:hover .ui-sidebar-sub-nav-item-box, .ui-sidebar-sub-nav-item-box:hover {
    display: block;
}

.ui-sidebar-sub-nav-item-box-arrt {
    display: block;
    position: absolute;
    right: -10px;
    top: 10px;
    width: 10px;
    height: 17px;
    background-image: url("/m/ui-sidebar/arrt.gif");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.ui-siderbar-sub-nav-item-phone {
    display: none;
    color: white;
    background-color: RGB(239, 160, 12);
    position: absolute;
    right: 100%;
    top: 0;
    width: 140px;
    text-align: center;
    font-size: 16px;
    height: 90px;
    line-height: 90px;
}

.chatBtn {
    display: none !important;
}

.ui-sidebar-sub-nav-item-text {
    display: block;
    color: white;
    font-size: 14px;
}

html .ui-sidebar-sub-nav-item--concact {
    height: 90px;
}

html .ui-sidebar-sub-nav-item--concact .ui-sidebar-sub-nav-item-text {
    position: relative;
    top: -8px;
}

html .ui-sidebar-sub-nav-item--tel {
    height: 90px;
}

html .ui-sidebar-sub-nav-item--tel .ui-sidebar-sub-nav-item-text {
    position: relative;
    top: -8px;
}

.ui-notsearch--mrblong {
    margin-bottom: 200px;
}

.ui-notsearch {
    margin-left: auto;
    margin-right: auto;
    width: 1098px;
    height: 205px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    text-align: center;
}

.ui-notsearch-box {
    margin-top: 60px;
    height: 65px;
    display: inline-block;
    zoom: 1;
}

.ui-notsearch-box2 {
    margin-top: 40px;
    margin-left: 230px;
    zoom: 1;
}

.ui-notsearch-box:after {
    width: 0;
    height: 0;
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
}

.ui-notsearch-box-icon {
    float: left;
    color: #ffd67d;
    font-size: 42px;
    padding-right: 10px;
    width: 65px;
    height: 65px;
}

.ui-notsearch-box2 .ui-notsearch-box-icon {
    float: left;
    color: #ffd67d;
    font-size: 42px;
    padding-right: 10px;
    width: 65px;
    height: 65px;
    line-height: 40px;
}

.ui-notsearch-box-text {
    float: left;
    font-size: 14px;
    line-height: 65px;
}

.ui-notsearch-box2 .ui-notsearch-box-text {
    text-align: left;
    line-height: 20px;
}

.ui-notsearch-box-text-warp {
    zoom: 1;
}

.ui-notsearch-box-text-font {
    color: #212121;
    font-weight: bold;
    margin-bottom: 5px;
}

.ui-notsearch-box-text-font-em {
    color: #ff7a01;
}

.ui-notsearch-box-text-warp:after {
    width: 0;
    height: 0;
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
}

.ui-notsearch-box-text-wrap-tit {
    float: left;
    color: #666666;
}

.ui-notsearch-box-text-wrap-font {
    margin-left: 15px;
    float: left;
    color: #666666;
}

.ui-notsearch-search {
    margin-top: 5px;
    zoom: 1;
}

.ui-notsearch-search:after {
    width: 0;
    height: 0;
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
}

.ui-notsearch-search-input {
    float: left;
    width: 415px;
    height: 23px;
    border: 1px solid #fda80d;
    padding: 5px;
    outline: none;
}

.ui-notsearch-search-submit {
    float: left;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fda80d;
    color: #fff;
    border: none;
}

.ui-hotslider {
    width: 793px;
    width-min: 793px;
    border: 1px solid #e9e7e4;
    background-color: #fff;
    position: relative;
    height: 235px;
}

.ui-hotslider-box {
    position: relative;
    margin-left: 40px;
    width: 723px;
    height: 235px;
    overflow: hidden;
    zoom: 1;
}

.ui-hotslider-box-slider {
    position: absolute;
    width: 715px;
    height: 235px;
    left: 0;
    top: 0;
}

.ui-hotslider-box-slider:after {
    width: 0;
    height: 0;
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.ui-hotslider-box-slider-item {
    display: block;
    float: left;
    width: 230px;
    height: 235px;
    padding-left: 4px;
    padding-right: 4px;
    border-right: 1px solid #eeedea;
}

.ui-hotslider-box-slider-item:hover .ui-hotslider-box-slider-item-tit {
    text-decoration: underline;
}

.ui-hotslider-box-slider-item:nth-child(3n) {
    border-right: none;
}

.ui-hotslider-box-slider-item-img {
    display: block;
    width: 230px;
    height: 157px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 5px;
}

.ui-hotslider-box-slider-con {
    float: left;
    zoom: 1;
}

.ui-hotslider-box-slider-con:after {
    width: 0;
    height: 0;
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.ui-hotslider-box-slider-item-img img {
    width: 100%;
    height: 100%;
}

.ui-hotslider-box-slider-item-tit {
    color: #595a5a;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.ui-hotslider-box-slider-item-price {
    font-size: 14px;
    color: #fda80d;
    text-align: center;
    line-height: 20px;
}

.ui-hotslider-box-prev {
    position: absolute;
    width: 40px;
    height: 235px;
    left: 0;
    top: 0;
    line-height: 235px;
    text-align: center;
    color: #e0e0e0;
    background-color: #fff;
}

.ui-hotslider-box-prev-icon {
    font-size: 36px;
}

.ui-hotslider-box-next {
    position: absolute;
    width: 40px;
    height: 235px;
    right: 0;
    top: 0;
    line-height: 235px;
    text-align: center;
    color: #e0e0e0;
    background-color: #fff;
}

.ui-hotslider-box-next:hover, .ui-hotslider-box-prev:hover {
    background-color: #fda80d;
    color: #fff;
}

.ui-hotslider-box-next-icon {
    font-size: 36px;
}

.ui-goodslist {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.ui-goodslist--color-orange {
    color: #fda80d;
}

.ui-goodslist--font-blod {
    font-weight: bold;
}

.ui-goodslist--text-left {
    text-align: left;
}

.ui-goodslist--mrt10 {
    margin-top: 10px;
}

.ui-goodslist-item {
    width: 1068px;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    color: #666666;
}

.ui-goodslist-item-hd {
    position: relative;
    height: 95px;
    border-bottom: 1px dashed #cdcdcd;
    zoom: 1;
}

.ui-goodslist-item-hd:after {
    width: 0;
    height: 0;
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
}

.ui-goodslist-item-hd-img {
    float: left;
    width: 115px;
    height: 80px;
    border: 1px solid #e9e7e4;
}

.ui-goodslist-item-hd-check {
    margin-top: 33px;
    float: left;
    padding-left: 10px;
    width: 30px;
}

.ui-goodslist-checkbox {
    display: block;
    border: 1px solid #fda80d;
    width: 15px;
    height: 15px;
    line-height: 15px;
    height: 15px;
    text-align: center;
    color: #fda80d;
    font-size: 12px;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    border-radius: 2px;
}

.ui-goodslist-checkbox--on {
    background-color: #fda80d;
    color: #fff;
}

.ui-goodslist-checkbox--on:after {
    content: "\e63e";
}

.ui-goodslist-item-hd-del {
    position: absolute;
    right: 0px;
    top: 10px;
    color: #999999;
    font-size: 26px;
}

.ui-goodslist-item-hd-img img {
    width: 100%;
    height: 100%;
}

.ui-goodslist-item-hd-tit {
    float: left;
    margin-left: 10px;
    width: 600px;
    font-size: 14px;
    color: #666666;
    line-height: 23px;
}

.ui-goodslist-item-hd-info {
    position: absolute;
    left: 127px;
    top: 60px;
}

.ui-goodslist-item-hd-info2 {
    position: absolute;
    left: 167px;
    top: 60px;
}

.ui-goodslist-item-hd-info-span {
    margin-right: 10px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    background-color: #e5e5e5;
    color: #a4a4a4;
    border-radius: 3px;
}

.ui-goodslist-item-hd-money {
    position: absolute;
    top: 40px;
    right: 0;
    padding-right: 15px;
}

.ui-goodslist-item-hd-money2 {
    position: absolute;
    top: 40px;
    right: 95px;
    padding-right: 15px;
}

.ui-goodslist-item-hd-money-em {
    color: #fda80d;
}

.ui-goodslist-item-hd-money-number {
    font-size: 24px;
}

.ui-goodslist-item-info {
    zoom: 1;
    padding-top: 10px;
}

.ui-goodslist-item-info:after {
    width: 0;
    height: 0;
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
}

.ui-goodslist-item-info-table {
    font-size: 14px;
    float: left;
    width: 790px;
}

.ui-goodslist-item-info-table tr {
    text-align: center;
    line-height: 40px;
}

.ui-goodslist-item-info-table tr th {
    text-align: center;
}

.ui-goodslist-item-info-preferential {
    float: right;
    text-align: left;
    font-size: 14px;
}

.ui-goodslist-item-info-preferential-p-tit {
    text-align: center;
    padding-bottom: 10px;
    margin-top: 20px;
}

.ui-goodslist-item-info-preferential-ftp {
    margin-top: 10px;
}

.ui-goodslist-item-enclosure-span-em {
    color: #666666;
    font-weight: bold;
    line-height: 35px;
}

.ui-goodslist-item-enclosure-span {
    display: inline-block;
    color: #fda80d;
    margin-right: 35px;
    font-size: 14px;
}

.ui-select {
    width: 150px;
}

.ui-goodslist-sub-info {
    margin-top: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 1098px;
    height: 300px;
    line-height: 300px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    color: #666666;
    font-size: 24px;
}

.ui-process-ul {
    zoom: 1;
}

.ui-process-ul:after {
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    content: "";
}

.ui-process-ul-li {
    position: relative;
    width: 175px;
    height: 50px;
    float: left;
    background-image: url("/m/ui-process/imgs2.gif");
    background-repeat: repeat-x;
    background-position: center;
}

.ui-process-ul-li:last-child {
    background: none;
    width: 100px;
}

.ui-process-ul-li-tit {
    position: absolute;
    top: 40px;
    color: #4c4c4c;
    font-size: 12px;
    left: -42%;
    text-align: center;
    width: 100%;
    display: block;
    overflow: hidden;
    color: #999;
}

.ui-process-ul-li-active {
    background-image: url("/m/ui-process/imgs.gif");
}

.ui-process-ul-li-active .ui-process-ul-li-icon {
    background-image: url("/m/ui-process/round1.png");
    color: #fff;
}

.ui-process-ul-li-icon {
    position: relative;
    text-align: center;
    top: 12px;
    height: 25px;
    width: 23px;
    line-height: 25px;
    background-image: url("/m/ui-process/round2.png");
    background-repeat: no-repeat;
    background-position: center;
    color: #bbbbbe;
}

.ui-address {
    width: 1048px;
    padding: 25px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.ui-address-select-list {
    zoom: 1;
}

.ui-address-select-list:after {
    width: 0;
    height: 0;
    content: "";
    clear: both;
    visibility: hidden;
    display: block;
}

.ui-address-select-list-item--active {
    background-image: url("/m/ui-address/back1.gif") !important;
}

.ui-address-select-list-item:hover {
    background-image: url("/m/ui-address/back1.gif");
}

.ui-address-select-list-item-btn-edit:hover, .ui-address-select-list-item-btn-setdefault:hover {
    color: #fda80d;
}

.ui-address-select-list-item {
    float: left;
    margin-right: 25px;
    padding: 15px;
    width: 210px;
    height: 130px;
    font-size: 14px;
    background-image: url("/m/ui-address/back.gif");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.ui-address-select-list-item:nth-child(4n) {
    margin-right: 0;
}

.ui-address-select-list-item-name {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.ui-address-select-list-item-text {
    height: 60px;
    overflow: hidden;
    line-height: 20px;
}

.ui-address-select-list-item-phone {
    margin-top: 5px;
}

.ui-address-select-list-item-btn {
    float: right;
}

.ui-address-select-list-item-btn > a {
    font-size: 12px;
}

.ui-address-select-list-item-btn-edit {
    margin-right: 10px;
    color: #4482ff;
}

.ui-address-select-list-item-btn-default {
    color: #999;
}

.ui-address-select-list-item-btn-default:hover {
    color: #999;
}

.ui-address-select-list-item-btn-setdefault {
    color: #4482ff;
}

.ui-address-select-add {
    display: block;
    border: 1px solid #b0b0b0;
    text-align: center;
    width: 108px;
    height: 28px;
    line-height: 28px;
    color: #4d4d4d;
    margin-top: 15px;
}

.ui-address-select-add:hover {
    border: 1px solid #fda80d;
}

.ui-address-select-add:hover .ui-address-select-add-icon {
    color: #fda80d;
}

.ui-address-select-add-icon {
    display: inline-block;
    font-size: 12px;
}

.ui-address-submit {
    margin-top: 20px;
    margin-left: 120px;
}

.ui-address-submit-confirm {
    display: inline-block;
    width: 80px;
    height: 30px;
    color: #fff;
    background-color: #4b4b4b;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    border: none;
}

.ui-address-submit-confirm:hover {
    background-color: #928d8e;
    color: #fff;
}

.ui-address-submit-cancel {
    border-radius: 2px;
    display: inline-block;
    margin-left: 15px;
    width: 78px;
    height: 28px;
    border: 1px solid #cdcdcd;
    color: #818181;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
}

.ui-address-submit-cancel:hover {
    color: #818181;
}

.ui-select {
    margin-right: 7px;
}

.ui-form--label .ui-label {
    width: 80px;
}

.ui-dialog {
    background-color: white;
    border-radius: 3px;
}

.ui-dialog-close {
    float: right;
    color: #333;
    font-size: 20px;
}

.ui-dialog-content {
    padding: 20px;
}
