﻿/*Created by dujunyan on 2015/12/14. 商标版权相关页面 下方浮动提交*/
.pop-left {
    position: relative;
    float: left;
    width: 680px;
    height: 150px;
}
.pop-pig {
    position: absolute;
    z-index: 99;
    bottom: -47px;
    left: 114px;
    overflow: hidden;
    width: 137px;
    height: 216px;
    background: url('../images/pig.png') no-repeat;
}
.pop-left img {
    float: left;
    //width: 394px;
    margin-left: 260px;
}
.pop-left .ui-public {
    margin-top: 5px;
}
.pop-left .ui-sb, .pop-left .ui-bq {
    display: inline-block;
    margin-top: 24px;
    margin-left: 250px;
} 
.fixed-search {
    position: fixed;
    z-index: 99;
    bottom: -170px;
    left: 0;
    width: 100%;
    height: 150px;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -ms-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
    background: rgb(153, 153, 153);
    background: rgba(0, 0, 0, .6);
}
.fixed-search-left {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: -102px;
    display: none;
    width: 102px;
    height: 120px;
}
.fixed-search-left:hover {
    cursor: pointer;
}
.fixed-search-brand {
    display: block;
    background: url('../images/fixed-search-brand.png') no-repeat;
}
.fixed-search-work {
    display: block;
    background: url('../images/fixed-search-work.png') no-repeat;
}
div.fixed-search-bottom {
    bottom: 0;
}
.fixed-search .rt-search {
    overflow: hidden;
    margin-top: 10px;
    width: 465px;
    height: 132px;
    background: url('../images/pop-border.png') no-repeat center;
}
.rt-search-panel {
    position: relative;
    float: left;
    margin: 15px 18px 0;
    font-family: simsun;
}
.rt-search-panel.last {
    margin-top: 0;
}
.rt-search-panel label {
    float: left;
    width: 62px;
    line-height: 32px;
    color: #fff;
}
.rt-search-panel label span {
    color: #f00;
}
.rt-search-panel input {
    float: left;
    width: 209px;
    line-height: 18px;
    padding: 8px 10px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    border: 0;
}
.rt-search-panel p {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}
.rt-search-panel p.title {
    float: left;
    font-size: 14px;
    vertical-align: top;
}
.rt-search-panel p.list {
    float: left;
    overflow: hidden;
    width: 290px;
}
.J-item {
    float: left;
    display: block;
    margin-right: 36px;
    margin-bottom: 2px;
    padding: 4px 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
}
.J-item.last {
    margin-right: 0;
}
.J-item.active, .J-item:hover {
    border-color: #3ccc74;
    color: #3ccc74;
}
.pop-modify {
    position: absolute;
    top: 6px;
    right: 140px;
    padding: 3px;
    cursor: pointer;
    color: #fff;
    background: #ccc;
}
.pop-tip {
    display: inline-block;
    position: relative;
    left: 0;
    top: 3px;
    width: 229px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    background: #3ccc74;
    border-top-left-radius: 5px;
}
.tip-protect {
    margin-bottom: 15px;
}
.protect-icon {
    display: inline-block;
    margin: 0 6px 0 11px;
    width: 13px;
    height: 14px;
    vertical-align: -3px;
    background: url('../images/protect.png')
}
.rt-search-panel input.mobile {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.rt-search-panel select {
    float: left;
    width: 232px;
    height: 32px;
    padding: 0 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #666;
}
.rt-search-logged .panel-sbbq {
    margin: 22px 18px;
}
.rt-search-logged .J-item {
    margin-bottom: 9px;
}
.rt-search-logged .pop-tip {
    display: none;
}
.rt-search .btn-search {
    display: block;
    float: left;
    position: relative;
    top: -15px;
    left: 6px;
    overflow: hidden;
    width: 126px;
    height: 46px;
    line-height: 46px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    font-family: microsoft yahei, Microsoft YaHei;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
    background-color: #ff7200;
}
.rt-search-logged .btn-search {
    top: 0;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.rt-search .btn-search:hover {
    background: #fa8c33;
}
.rt-search .btn-search.disabled {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #999;
    background-color: #eee;
}
.rt-search .btn-search.disabled:hover {
    background-color: #eee;
}
.fixed-search-close {
    position: absolute;
    top: 10px;
    right: 54px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .8;
    background: url('../images/pop-close.png') no-repeat center;
}
.fixed-search-close:hover {
    opacity: 1;
}
.ipr-hide {
    display: none;
}
.mb15 {
    margin-bottom: 15px;
}