img {
    border: 0 none;
    outline: none;
}

h3 {
    font-size: 18px;
    padding: 0;
    margin: 0;
}

a {
    outline: none;
}

:focus {
    outline: 0;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover,
a:active {
    color: #0f93ce;
}

a.no-act {
    color: #666;
    cursor: default;
}

a.no-act:hover {
    color: #666;
}

/*.r-box a:visited, .top-nav a:visited, .r-bottom a:visited {*/
    /*color: #999;*/
/*}*/

.phcolor{ color:#999;}


.clear-fix {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bg-white {
    background: white !important;
}

.bg-grey {
    background: #f6f6f6;
}

.color-price {
    color: #e65647;
}

.no-r-b {
    border-right: 0 none !important;
}

.no-l-b {
    border-left: 0 none !important;
}

.no-t-b {
    border-top: 0 none !important;
}

.no-b-b {
    border-bottom: 0 none !important;
}

.has-radius {
    border-radius: 4px !important;
}

.act-shadow5 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e8e8e8')";
    /* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e8e8e8');
    /* For IE 5.5 - 7 */
    -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
    /* for firefox */
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
    /* for safari or chrome */
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
    /* for opera or ie9 */
}

.act-shadow10 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#e8e8e8')";
    /* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#e8e8e8');
    /* For IE 5.5 - 7 */
    -moz-box-shadow: 1px 1px 10px 7px rgba(0, 0, 0, 0.1);
    /* for firefox */
    -webkit-box-shadow: 1px 1px 10px 7px rgba(0, 0, 0, 0.1);
    /* for safari or chrome */
    box-shadow: 1px 1px 10px 7px rgba(0, 0, 0, 0.1);
    /* for opera or ie9 */
}

.act-opacity {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.indexhide-normal {
    display: none;
}

.indexshow {
    display: block !important;
}

.indexhide {
    display: none !important;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.pos-rtv {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.floor-tools {
    z-index: 20151020;
    position: fixed;
    left: 10px;
    z-index: 20141124;
    display: none;
}

.floor-tools ul {
    width: 56px;
    background: white;
}

.floor-tools ul li {
    display: table;
    width: 56px;
    height: 56px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.floor-tools ul li a {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    white-space: normal;
    color: #666;
}

.floor-tools ul li a .act {
    display: none;
}

.floor-tools ul li a:hover {
    background: #0f93ce;
    color: white;
}

.floor-tools ul li a:hover .normal {
    display: none;
}

.floor-tools ul li a:hover .act {
    display: inline;
}

.floor-tools ul li a.active {
    background: #0f93ce;
    color: white;
}

.buycar-tools {
    z-index: 20151020;
    position: fixed;
    background: white;
    top: 0;
    right: 0;
    height: 100%;
    border-left: 1px solid #eee;
    _position: absolute;
    _bottom: auto;
}

.buycar-tools ul {
    width: 35px;
    margin-top: 55px;
    border-top: 1px solid #eee;
}

.buycar-tools ul li {
    position: relative;
    border-bottom: 1px solid #eee;
}

.buycar-tools ul li a.wrap-a {
    display: block;
    padding: 4px 7px;
    color: #333;
    text-align: center;
    line-height: 1;
}

.buycar-tools ul li a.wrap-a img {
    vertical-align: middle;
    margin-bottom: 6px;
    width: 20px;
    height: 20px;
    _width: 24px;
    _height: 24px;
    position: relative;
    opacity: 1;
}

.buycar-tools ul li a.wrap-a .wrap-span {
    vertical-align: middle;
    font-size: 12px;
}

.buycar-tools ul li a.wrap-a .wrap-span b {
    font-size: 12px;
}

.buycar-tools ul li a.wrap-a .normal {
    display: block;
    _display: none;
}

.buycar-tools ul li a.wrap-a .act {
    display: none;
}

.buycar-tools ul li .pos-bot {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
}

.buycar-tools ul li .pos-bot span {
    background: #e05b54;
    border-radius: 10px;
    display: block;
    margin: 0 5px;
    padding: 2px 0;
    text-align: center;
    color: white;
    font-size: 12px;
}

.buycar-tools ul li .pos-left {
    display: none;
    _display: block;
    position: absolute;
    right: 32px;
    top: 0;
    padding-right: 10px;
}

.buycar-tools ul li .pos-left dl {
    position: relative;
    background: #fff;
    min-width: 100px;
    border: 1px solid #eee;
}

.buycar-tools ul li .pos-left dl dd {
    text-align: center;
    height: 40px;
}

.buycar-tools ul li .pos-left dl dd a {
    color: #666666;
    font-size: 14px;
    margin: 0 15px;
    text-align: center;
    height: 39px;
    line-height: 39px;
    width: auto;
    display: block;
    border-bottom: 1px solid #eee;
}

.buycar-tools ul li .pos-left dl dd a:hover {
    color: #0f93ce;
}

.buycar-tools ul li .pos-left dl .pos-img {
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -3px;
}

.buycar-tools ul li.act {
    background: #0f93ce;
}

.buycar-tools ul li .b-css {
    font-weight: 100;
}

.buycar-tools ul li.act .b-css {
    font-weight: 700;
}

.buycar-tools ul li.act a {
    color: white;
}

.buycar-tools ul li.act a img.normal {
    display: none;
    border: 0 none;
    background: none;
}

.buycar-tools ul li.act a img.act {
    display: block;
    _display: none;
}

.buycar-tools ul .buy-bot-to-top {
    border-bottom: 0 none;
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
}

.buycar-tools ul .buy-bot-to-top img {
    margin: 0 auto 6px auto;
    height: 12px !important;
}

.buycar-tools ul .buy-bot-to-top .wrap-a shape {
    height: 12px !important;
}

.buycar-tools ul li:hover {
    background: #0f93ce;
}

.buycar-tools ul li:hover a {
    color: white;
}

.buycar-tools ul li:hover a img.normal {
    display: none;
    border: 0 none;
    background: none;
    _width: 0;
    _height: 0;
}

.buycar-tools ul li:hover a img.act {
    display: block;
    _display: none;
    _width: 0;
    _height: 0;
}

.buycar-tools ul li.pos-bb {
    padding-bottom: 30px;
}

/* 弹出插件 */
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
    color: #000;
    font-family: "micorsoft yahei"
}

.ui-dialog-header {
    color: #0f94a5;
    border: 1px solid #cce5e9;
    height: 30px;
    line-height: 30px;
    padding: 4px 10px;
    background-color: #ebf5f6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog-title {
    background-color: #ebf5f6;

    color: #0f94a5;
}

.ui-dialog-close {
    float: right;
    width: 24px;
    height: 0;
    margin-top: 2px;
    padding-top: 25px;
    cursor: pointer;
    overflow: hidden;
    background: url(../../Scripts/js/dialog/ico_close.png) no-repeat 1px 3px
}

.ui-dialog-close:hover {
    background-position: 0px 3px
}

.ui-dialog-main {
    text-align: center;
    border: 0;
}

.ui-dialog-content {
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
}

.ui-dialog-buttons {
    margin-top: -3px;
    padding-bottom: 20px;
    text-align: center;
}

.ui-dialog-buttons a {
    display: inline-block;
    height: 26px;
    margin: 0 15px;
    vertical-align: top;
    font: 14px/26px arial, sans-serif;
    overflow: hidden;
}

.ui-dialog-buttons a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.ui-dialog-buttons span {
    display: inline-block;
    padding: 0 27px;
    vertical-align: top;
    cursor: pointer;
    _padding-top: 1px;
}

.ui-dialog-submit {
    background-color: #00a6c6;
}

.ui-dialog-submit span {
    color: #fff;
}

.ui-dialog-cancel {
    background-color: #cfcfcf;
}

.ui-dialog-cancel span {
    color: #222;
}

.ui-dialog-state-drag .ui-dialog-header {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/* skin orange */
.ui-dialog-orange {
    border: 5px solid #000;
}

.ui-dialog-orange .ui-dialog-header {
    background-color: #ff8b00;
}

.ui-dialog-orange .ui-dialog-close {
    width: 26px;
    padding-top: 24px;
    background: url(../../Scripts/js/dialog/ui-dialog-close.gif);
}

.ui-dialog-orange .ui-dialog-close:hover {
    background-position: 0 -24px
}

.ui-dialog-orange .ui-dialog-main {
    border: 3px solid #ff8b00;
    border-top: 0;
}

.ui-dialog-orange .ui-dialog-buttons {
    border: 3px solid #ff8b00;
    border-top: 0;
    background-color: #fff
}

.ui-dialog-orange .ui-dialog-buttons a {
    padding-right: 15px;
    background-image: url(../../Scripts/js/dialog/ui-dialog-button.gif);
}

.ui-dialog-orange .ui-dialog-buttons span {
    padding: 0 0 0 15px;
    background-image: url(../../Scripts/js/dialog/ui-dialog-button.gif);
}

.ui-dialog-orange .ui-dialog-buttons a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ui-dialog-orange .ui-dialog-submit {
    background-position: 100% -104px
}

.ui-dialog-orange .ui-dialog-submit span {
    background-position: 0 -104px;
    color: #fff;
}

.ui-dialog-orange .ui-dialog-submit:hover {
    background-position: 100% -130px
}

.ui-dialog-orange .ui-dialog-submit:hover span {
    background-position: 0 -130px;
}

.ui-dialog-orange .ui-dialog-cancel {
    background-position: 100% 0
}

.ui-dialog-orange .ui-dialog-cancel span {
    background-position: 0 0;
    color: #000;
}

.ui-dialog-orange .ui-dialog-cancel:hover {
    background-position: 100% -26px
}

.ui-dialog-orange .ui-dialog-cancel:hover span {
    background-position: 0 -26px;
}

/*登录框样式*/
.rocky-login-wrap{
    border-radius: 5px;
    overflow: hidden;
}
.rocky-login-box {
    width: 100%;
    display: none;
    border-radius:3px;
}

.rocky-login-box .rl-title {
    background: #0f93ce;
    position: relative;
    height: 45px;
    line-height: 45px;
    color: white;
    overflow: hidden;
}

.rocky-login-box .rl-title big {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin-left: 20px;
    font-weight: 100;
    vertical-align: middle;
}

.rocky-login-box .rl-title small {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    font-weight: 100;
    vertical-align: middle;
}

.rocky-login-box .rl-title img {
    vertical-align: middle;
}

.rocky-login-box .rl-title .close-btn {
    position: absolute;
    right: 9px;
    top: 5px;
}

.rocky-login-box .rl-main {
    width: 245px;
    margin: 40px auto;
    text-align: center;
}

.rocky-login-box .rl-main .input-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.rocky-login-box .rl-main .input-wrap .err-text{
    display: none;
    text-align: left;
    margin-top: 5px;
}

.rocky-login-box .rl-main .addon-wrap {
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
}
.rocky-login-box .rl-main  .vcode-wrap{
    text-align: left;
    display: none;
}
.rocky-login-box .rl-main  .vcode-wrap input{
    text-indent: 5px!important;
}
.rocky-login-box .rl-main  .vcode-wrap img{
    width: 55px;
    height: 35px;
    border: 1px solid #eee;
    vertical-align: middle;
    margin-left: 5px;
}
.rocky-login-box .rl-main .addon-wrap .line {
    margin: 0 10px;
    line-height: .5;
    color: #cbcbcb;
    border-top: 0;
}

.rocky-login-box .rl-main .input-wrap p {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ff0000;
}

.rocky-login-box .rl-main .input-wrap input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    text-indent: 30px;
}

.rocky-login-box .rl-main .input-wrap .icon {
    position: absolute;
    left: 10px;
    top: 10px;
}
.rocky-login-box .rl-main .btn-wrap{
    margin-top: 20px;
}
.rocky-login-box .rl-main .btn-wrap .lb-btn{
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #f4ab33;
    color: white;
}
.rocky-login-box .rl-main .btn-wrap .lb-btn.disable{
    cursor: not-allowed;
}
.rocky-login-box .rl-main .btn-wrap .lb-btn.disable:hover{
    background: #f4ab33;
}
.rocky-login-box .rl-main .btn-wrap .lb-btn:hover{
    background: #ffc361;
}
/*新弹框通用样式*/
.rocky-ui-index-alert .rocky-ui-main {
    margin: 50px 0;
    text-align: center;
}

.rocky-ui-index-alert .layui-layer-setwin {
    display: none;
}

.rocky-ui-main .rc-close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
}

.rocky-ui-main .rc-h3-wrap {
    margin-bottom: 10px;
}

.rocky-ui-main .rc-h3-wrap .irc-con {
    margin-right: 10px;
}

.rocky-ui-main .rc-h3-wrap .rc-h3 {
    text-align: center;
}

.rocky-ui-main .rc-h3-wrap .rc-h3 img {
    vertical-align: middle;
}

.rocky-ui-main .rc-h3-wrap .rc-h3 span {
    font-size: 18px;
    color: #333333;
    vertical-align: middle;
    font-weight: 700;
}

.rocky-ui-main .rc-p {
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.rocky-ui-main .rc-btn-wrap {
    margin-top: 30px;
    text-align: center;
}

.rocky-ui-main .rc-btn-wrap .rc-btn {
    width: 118px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dddddd;
    margin-left: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.rocky-ui-main .rc-btn-wrap .rc-btn0 {
    background: #0f93ce;
    color: white;
    margin-left: 0;
    border: 0 none;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.rocky-ui-main .rc-btn-wrap .rc-btn1 {
    background: none;
    color: #999999;
}



/*万家通用头尾样式*/
.wanjia-common-top{
    width: 100%;
    height: 49px;
    line-height: 49px;
    background: url("../image/index/wanjia-top-bg.jpg") no-repeat;
}
.wanjia-common-top .wc-top-left img{
    margin-top: 6px;
}
.wanjia-common-top .wc-top-right span{
    color: #666666;
}
.wanjia-common-top .wc-top-right a{
    margin: 0 10px;
}
.wanjia-common-top .wc-top-right span a{
    color: #e65647;
    margin: 0;
}
.wanjia-common-top .wc-top-left,.wanjia-common-top .wc-top-right{
    line-height: 45px;
}

.common_wanjia_footer .r-bottom .bot-top{
    background: none;
}

/*
===================
低版本浏览器升级提示
===================
*/
.upgrade_browser { background-color:#fff; height:40px; border:solid 1px #f00; font:16px/40px "Microsoft Yahei"; text-align:center; color:#f00; }

/*
===================
申请专供
===================
*/
.ui-dialog-content .ui-dialog-cx {
    text-align: left;
}
.ui-dialog-content .ui-dialog-cx .red {
	display: inline-block;
	color: #e35c5c;
}


/* PM-7036-20170418 */
.c-box .f-floor .ff-title .ff-tab ul li.on a {
  padding-bottom: 1px;
  font-weight: 400;
  color: #0f93ce;
  border-bottom: 2px solid #0f93ce;
}

.tmall-brand{
  position: relative;
  width: 330px;
  height: 580px;
  overflow: hidden;
}
.tmall-brand .fCl-slide a{
  display: block;
  overflow: hidden;
}
.tmall-brand .fCl-nav{
  position: absolute;
  bottom: 38px;
  width: 330px;
  height: 5px;
  text-align: center;
}
.tmall-brand .fCl-nav li{
  display: inline-block;
  width: 40px;
  height: 5px;
  margin-left: 2px;
  margin-right: 2px;
  background: #666666;
  cursor: pointer;
}
.tmall-brand .fCl-nav li.on{
  background: #ffffff;
}

.c-box .f-floor .ff-ctx {
  height: 470px;
}
.c-box .f-floor .ff-ctx .ff-ctx-l {
  width: 330px;
  height: 100%;
}
.c-box .f-floor .ff-ctx .ff-ctx-r {
  width: 860px;
  height: 100%;
  background: #ffffff;
}
.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-wrap {
  width: 100%;
}
.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item {
  float: left;
  width: 214px;
  height: 290px;
  background: #ffffff;
  border-right: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item .ff-img {
  width: 214px;
  height: 160px;
  text-align: center;
}
.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item .ff-img a {
  display: inline-block;
  width: 160px;
  height: 160px;
  border-right: none;
  text-align: center;
}
.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item .ff-img a img {
	display: inline-block;
	margin-top: 20px;
}
.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item .ff-info {
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
}
.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item .ff-info p {
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item .ff-info .ff-name {
  width: 154px;
  font-weight: 700;
  color: #333;
  overflow: hidden;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item .ff-info .ff-name a {
  width: 154px;
  font-weight: 700;
  color: #333;
  overflow: hidden;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item .ff-info .ff-name a:hover {
    color: #0f93ce;
}
.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item .ff-info .ff-price {
  padding-top: 1px;
  padding-bottom: 0px;
  width: 154px;
  height: 19px;
  color: #666666;
}
.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item .ff-info .ff-price .txt {
  	line-height: 19px;
}
.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item .ff-info .ff-price em {
	float: left;
	margin-left: 5px;
	line-height: 19px;
	color: #e35c5c;
}
.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item .ff-info .ff-price .line {
  display: inline-block;
  float: left;
  margin: 0 5px;
  width: auto;
  font-size: 12px;
  line-height: 19px;
  border-right: none;
}

.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item .ff-info .ff-price .login {
  display: inline-block;
  float: left;
  width: auto;
  line-height: 19px;
  font-size: 12px;
  font-weight: normal;
  color: #e35c5c;
  border-right: none;
}
.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item .ff-company {
  padding-right: 30px;
  padding-left: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #666;
  background: #ffffff;
  overflow: hidden;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}

.c-box .f-floor .ff-ctx .ff-ctx-r .ff-ctx-item .ff-business {
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #666;
  background: #daeeff;
  overflow: hidden;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}

.c-box .tjgys .tjgys-tab .rc-tab-ctx .tab-ctx ul.wrap-ul  li.wrap-li .cp-box .cp-info .cp-price {
    color: #666;
}
.c-box .tjgys .tjgys-tab .rc-tab-ctx .tab-ctx ul.wrap-ul  li.wrap-li .cp-box .cp-info .cp-price .txt {
    line-height: 19px;
}
.c-box .tjgys .tjgys-tab .rc-tab-ctx .tab-ctx ul.wrap-ul  li.wrap-li .cp-box .cp-info .cp-price em {
	float: left;
	margin-left: 5px;
	line-height: 19px;
    color: #e35c5c;
}
.c-box .tjgys .tjgys-tab .rc-tab-ctx .tab-ctx ul.wrap-ul  li.wrap-li .cp-box .cp-info .cp-price .line {
	float: left;
	margin: 0 5px;
	line-height: 19px;
	font-size: 12px;
    color: #666;
}
.c-box .tjgys .tjgys-tab .rc-tab-ctx .tab-ctx ul.wrap-ul  li.wrap-li .cp-box .cp-info .cp-price .login {
	float: left;
	padding-left: 0;
	line-height: 19px;
	font-size: 12px !important;
	color: #e35c5c;
}