
.plus-nav,.plus-sec-nav
{
    z-index:12;
}

.plus-sec-nav-menu-item-slt
{
    background:#333;
    color:#fff;
}

    .plus-sec-nav-menu-item-slt a {
        color: #fff;
    }
.plus-sec-nav-menu-item-slt:after
{
    content:' ';
    position:absolute;
    width:0;
    height:0;
    border-left:6px solid rgba(0,0,0,0);
    border-top:6px solid rgba(0,0,0,0);
    border-bottom:6px solid rgba(0,0,0,0);
    border-right:6px solid rgba(247,247,247,1);
    top:18px;
    right:0;
}

.plus-slider
{
    position:relative;
}
.plus-slider-control
{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:2;
    display:none;
}
.plus-slider-prev,.plus-slider-next
{
    position:absolute;
    top:50%;
    margin-top:-25px;
    width:50px;
    height:50px;
    border-radius:50%;
    background:#F4ECDC;
    text-align:center;
    line-height:50px;
    font-size:30px;
    color:#DAAF57;
    z-index:1;
}
.plus-slider-prev:hover,.plus-slider-next:hover
{
    background:#FFEFBF;
}
.plus-slider-prev
{
    left:-70px;
}
.plus-slider-next
{
    right:-70px;
}
.plus-slider-inner .plus-slider-prev
{
    left:10px;
}
.plus-slider-inner .plus-slider-next
{
    right:10px;
}

.plus-slider ul
{
    display:none;
    overflow:hidden;
    position:relative;
    z-index:2;
}
.plus-slider ul li
{
    display:none;
    position:absolute;
    left:0;
    top:0;
}
.plus-slider-inner ul
{
    z-index:0;
}

.plus-slider-dot-list
{
    position:absolute;
    width:100%;
    height:30px;
    bottom:0;
    text-align:center;
}

.plus-slider-dot-list-item
{
    display:inline-block;
    width:14px;
    height:14px;
    overflow:hidden;
    position:relative;
    text-indent:-100em;
    border-radius:50%;
    margin:0 3px;
}
.plus-slider-dot-list-item:after
{
    content:' ';
    width:6px;
    height:6px;
    background:#fff;
    border:1px solid #ccc;
    border-radius:50%;
    left:3px;
    top:3px;
    position:absolute;
}

.plus-slider-dot-list-item-slt
{
    background:rgba(218,175,87,0.3);
}
.plus-slider-dot-list-item-slt:after
{
    background:#DAAF57;
    border:1px solid #DAAF57;
}
.plus-slider-full .plus-slider-control
{
    height:40px;
    bottom:0;
    top:auto;
}


.plus-page
{
    list-style: none;
    height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px auto;
    text-align: center;
    position: relative;
    font-size: 12px;
    clear:both;
}
.plus-page li
{
    display:inline-block;
    padding: 0px 4px 0px 4px;
    border: 1px solid #fff;
    height: 30px;
    line-height: 30px;
    color: #333;
    margin: 0px 2px 0px 2px;
}
.plus-page li.button
{
    padding: 0px 10px 0px 10px;
    font-family: arial;
    display: inline-block;
    line-height: 30px;
    color: #333;
    background: #f7f7f7;
}
.plus-page li.button:hover
{
    background: #000;
    color: #fff;
    cursor: pointer;
}
.plus-page li.button:hover a
{
    color: #fff;
}
.plus-page li span
{
    font-family: arial;
    font-size: 12px;
}
.plus-page li.button a
{
    color: #333;
    font-family: arial;
    text-decoration: none;
    line-height: 30px;
}
.plus-page li.button a:hover
{
    font-size: 12px;
    text-decoration: none;
}
.plus-page li.ch
{
    background-color:#fff;
}
.plus-page li.disable
{
    color: #999;
}
.plus-page li.disable:hover
{
    background: #fff;
    color: #999;
    cursor: default;
}
.plus-page li.blank
{
    padding: 0px;
    cursor: default;
}
.plus-page li.select
{
    background: #000;
    color: #fff;
}
.plus-page li.select a
{
    color: #fff;
    font-size: 12px;
}
.plus-page li .text
{
    width: 30px;
    height: 18px;
    padding: 0px;
    margin: 0px;
    line-height: 18px;
    display: inline;
    text-align: center;
    color: #666;
    font-size: 11px;
    border: 1px solid #ccc;
}


.plus-dialog
{
    position:absolute;
    min-width: 1102px;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(0,0,0,0.4);
    z-index:3333;
}
.plus-dialog-mask {
    position: absolute;
    width: 100%;
    height: 75%;
    background: url(/Public/static/images/loading1.gif) no-repeat center center #fff;
    z-index: 1000002;
    left: 0;
    top: 60px;
    opacity:0.6;
    display:none
}
.plus-dialog-body {
    position: absolute;
    width: 420px;
    border-radius: 2px;
    z-index: 1000001;
    left: 50%;
    top: 140px;
    margin-left: -210px;
}
.plus-dialog-body-banner
{
    height:40px;
    border-radius:2px 2px 0 0;
    background:#fff;
}
.plus-dialog-close
{
    float:right;
    font-size:24px;
    line-height:24px;
    color:#ccc;
    font-family:Arial;
    padding:10px;
}
.plus-dialog-body-form
{
    padding:0 50px 40px 50px;
    border-radius:0 0 2px 2px;
    background:#fff;
}
.plus-dialog-body-form-section {
    display:none;
}
.plus-dialog-body-title {
    font-size: 16px;
    padding-bottom: 10px;
}
.plus-dialog-body-form-group
{
    padding:12px 0 0 0;
    position:relative;
}
.plus-dialog-body-form-group:after
{
     content:' ';
     display:table;
     clear:both;
}
.plus-dialog-body-form-group-label
{
    color:#ccc;
    font-size:12px;
    line-height:21px;
    /* float:left; */
}
.plus-dialog-body-form-group-add
{
    color:#DAAF57;
    font-size:12px;
    line-height:21px;
    float:right;
    cursor:pointer;
}
.plus-dialog-body-form-group-input
{
    font-size:14px;
    line-height:32px;
    float:left;
    width:98%;
    height:32px;
    border:1px solid #ddd;
    border-radius:2px;
    margin-top:4px;
    padding-left:6px;
}
.plus-dialog-body-form-qapt
{
    height:34px;
    border:1px solid #ddd;
    border-radius:2px;
    float:left;
    width:320px;
    position:relative;
    line-height:34px;
    text-align:center;
    font-size:14px;
}
.plus-dialog-body-form-bar
{
    height:34px;
    width:34px;
    border:1px solid #ddd;
    color:#999;
    text-align:center;
    line-height:34px;
    position:absolute;
    left:0;
    top:0;
    z-index:3;
}
.plus-dialog .txt {
    position: relative;
    z-index: 1;
    top: -35px;
}
.plus-dialog-body-form-group-input-action
{
    height:34px;
    width:90px;
    border-left:1px solid #ddd;
    color:#1a1a1a;
    text-align:center;
    line-height:34px;
    position:absolute;
    right:0;
    bottom:0;
    font-size:12px;
}
.plus-dialog-body-form-submit
{
    display:block;
    height:48px;
    line-height:48px;
    background:#1a1a1a;
    color:#fff;
    text-align:center;
    font-size:16px;
    margin:0 auto;
    margin-top:30px;
    border-radius:2px;
}
.plus-dialog-body-form-group-icon
{
    margin-top:20px;
}
.plus-dialog-body-form-group-icon .plus-dialog-body-form-group-label .iconfont
{
    color:#1a1a1a;
    font-size:24px;
    margin-right:10px;
}

.plus-counter
{
    height:24px;
    width:120px;
    overflow:hidden;
    position:relative;
    background:#f7f7f7;
    margin:0 auto;
}
.plus-counter-value
{
    position:absolute;
    width:140px;
    height:30px;
    left:-10px;
    top:-3px;
    text-align:center;
    line-height:24px;
    z-index:1;
    border:0;
    background:none;
}
.plus-counter-btn
{
    position:absolute;
    width:24px;
    height:30px;
    background:#eee;
    text-align:center;
    line-height:30px;
    font-size:14px;
    left:0;
    top:-3px;
    z-index:2;
}
.plus-counter-plus
{
    right:0;
    left:auto;
}



.plus-popover {
    position: absolute;
    width: 0px;
    height: 30px;
    z-index: 1086;
}

.plus-popover-msg {
    font-style: normal;
    display: inline-block;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    padding: 0 16px 0 16px;
    background: #dd514c;
    color: #fff;
    border-radius: 5px;
}

.plus-popover:after {
    position: absolute;
    content: ' ';
    border-top-color: #dd514c;
    border-width: 10px;
    border-style: solid;
    border-left-color: rgba(0,0,0,0);
    border-right-color: rgba(0,0,0,0);
    border-bottom-color: rgba(0,0,0,0);
    width: 0;
    height: 0;
    left: 40px;
    bottom: -20px;
    z-index: 0;
}


.tt-upage {
    list-style: none;
    height: 23px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0px auto;
    text-align: center;
    float: right;
    font-size: 12px;
}

.tt-upage li {
    float: left;
    padding: 0px 4px 0px 4px;
    border: 1px solid #fff;
    height: 20px;
    line-height: 20px;
    color: #333;
    margin: 0px 2px 0px 2px;
}

.tt-upage li.button {
    padding: 0px 7px 0px 7px;
    font-family: arial;
    display: block;
    line-height: 20px;
    color: #333;
    background: #fff;
}

.tt-upage li.button:hover {
    background: #555;
    color: #fff;
    cursor: pointer;
}

.tt-upage li.button:hover a {
    color: #fff;
}

.tt-upage li span {
    font-family: arial;
    font-size: 12px;
}

.tt-upage li.button a {
    color: #333;
    font-family: arial;
    text-decoration: none;
    line-height: 20px;
}

.tt-upage li.button a:hover {
    font-size: 12px;
    text-decoration: none;
}

.tt-upage li.ch {
}

.tt-upage li.disable {
    color: #999;
}

.tt-upage li.disable:hover {
    background: #fff;
    color: #999;
    cursor: default;
}

.tt-upage li.blank {
    padding: 0px;
    cursor: default;
}

.tt-upage li.select {
    background: #555;
    color: #fff;
}

.tt-upage li.select a {
    color: #fff;
    font-size: 12px;
}

.tt-upage li .text {
    width: 30px;
    height: 18px;
    padding: 0px;
    margin: 0px;
    line-height: 18px;
    display: inline;
    text-align: center;
    color: #666;
    font-size: 11px;
    border: 1px solid #ccc;
}
