/*Reset*/

a {
    text-decoration: none;
    cursor: pointer;
}

html,
body {
    font: 12px 'PingFangSC-Light', 'PingFang SC', 'Segoe UI', 'Lucida Grande', 'NotoSansHans-Light', 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
    color: #333;
}

body,
ul,
li,
ol,
p,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
img,
iframe,
form,
div {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 0;
}
em,b,i{
    font-style: normal;
}
input,textarea {
    padding: 0;
    margin: 0;
    outline: none;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

b.more {
    font-family: 宋体;
    font-weight: normal;
}

.content_bk a,
.content_bk a:hover,
.content_line a,
.content_line a:hover {
    color: #333;
    text-decoration: none;
}

.content_bk a:hover,
.content_line a:hover {
    color: #FF661A;
}

.placeholder_con {
    position: relative;
}

.placeholder_con input {
    background: none;
}

.placeholder_con .ph_hide {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: #999;
    padding-left: 5px;
    z-index: 666;
}

.hide {
    display: none !important;
}

.disabled-btn {
    background: #999!important;
    cursor: default!important;
    color: #fff!important;
}


/*面包屑*/

.crumbs_nav {
    width: 1200px;
    margin: 0 auto;
    color: #333;
    padding: 15px 0;
}

.crumbs_nav span {
    font-weight: bold;
}

.crumbs_nav a,
.crumbs_nav a:hover {
    color: #333;
    text-decoration: none;
}

.crumbs_nav_info {
    position: relative;
    cursor: default;
    display: inline-block;
}

.nav-title {
    display: inline-block;
    border: 1px solid #D3D3D3;
    padding: 6px 10px;
}

.nav-title img {
    float: right;
}

.crumbs_nav a:hover {
    color: #FF661A;
}

.crumbs_nav_title {
    font-weight: bold;
}

.crumbs_nav b {
    padding: 0 6px;
}


/*筛选*/

.nav_title_con {
    width: 470px;
    background: #fff;
    border: 1px solid #FF661A;
    position: absolute;
    left: 0;
    z-index: 999;
    display: none;
}

.nav_title_con ul {
    padding: 10px;
    padding-right: 0;
    width: 460px;
    max-height: 170px;
    height: auto;
    overflow-y: auto;
}

.nav_title_con ul li {
    float: left;
    margin-right: 10px;
    padding: 5px;
    width: 53px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    cursor: pointer;
    height: 16px;
}


/*按钮*/

.btn_red {
    background: #FF661A;
    color: #fff;
    border: 1px solid #FF661A;
    border-radius: 2px;
    cursor: pointer;
}

.btn_red:hover {
    background: #cc6813;
    border-color: #cc6813;
    border-radius: 2px;
}

.btn_red:active {
    background: #b15b14;
    border-color: #b15b14;
    border-radius: 2px;
}


/* 通栏 */

.ban_top {
    width: 100%;
    margin: 0 auto;
    height: 80px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
}

.ban_top img {
    display: block;
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}


/* 顶部操作条 */

.tools_bg {
    width: 100%;
    height: 30px;
    background: #fff;
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #F5F5F5;
}

.tools {
    width: 1200px;
    margin: 0 auto;
    color: #999;
    position: relative;
    z-index: 1000;
}

.tools a,
.tools a:hover {
    color: #757575;
    text-decoration: none;
}

.tools i {
    margin: 3px 0 0;
    width: 25px;
    height: 25px;
}

.tools .area {
    padding: 0 30px 0 0;
    float: left;
    cursor: pointer;
}

.tools .area i {
    float: left;
}

.tools i.i_site {
    background-position: 0 0;
}

.tools .area:hover i.i_site {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.tools i.i_drop {
    background-position: 0 -25px;
}

.tools .area span {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    max-width: 100px;
    overflow: hidden;
    color: #757575;
}

.tools .area span:hover {
    color: #FF661A;
}

.tools .tools_list a {
    display: block;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    margin: 0 12px;
}

.tools .tools_list a.tbonline {
    color: #FF661A;
}

.tools .tools_list a.orange,
.tools .tools_list a.orange:hover {
    color: #FF661A;
    display: inline-block;
    margin: 0 15px 0 0;
    cursor: pointer;
}

.tools .area2 {
    padding: 0;
    float: left;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

.tools .icon {
    display: inline-block;
    background-image: url(../../assets/icon/buy/tool_sprites.png);
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 0;
}

.viptools_bg .tools .icon {
    display: inline-block;
    background-image: url(../../assets/icon/buy/tool_spritesvip.png);
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 0;
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.tools .tools_list {
    float: right;
    width: auto;
    max-width: 945px;
}

.tools .tools_list li {
    float: left;
    position: relative;
}

.tools .tools_list li span {
    float: left;
    height: 30px;
    line-height: 30px;
}

.tools .border_right {
    line-height: 30px;
    color: #bbb;
}

.tools .drop-downbox {
    width: 110px;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    text-align: center;
    margin-left: 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12);
    display: none;
}

.tools .drop-downbox a {
    display: block;
    padding: 0;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: left;
    padding-left: 16px;
    color: #333;
    position: relative;
}

.tools .drop-downbox a:hover {
    background: #f5f5f5;
    color: #FF661A;
}

.tools .drop-phonedownbox-5ht {
    height: 5px;
}

.tools .drop-phonedownbox {
    position: absolute;
    z-index: 100;
    text-align: center;
    display: none;
    width: 211px;
    height: 376px;
    border-radius: 4px;
    opacity: 1;
    background: #fff;
    box-shadow: 0 0px 20px 0px rgb(0 0 0 / 20%);
    padding: 8px;
    right: 0;
}

.tools .drop-phonedownbox .sanjiao {
    position: absolute;
    top: -6px;
    left: 40px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.tools .drop-phonedownbox img {
    float: left;
}

.tools .drop-phonedownbox span {
    display: inline-block;
    color: #333;
    height: auto !important;
    line-height: normal !important;
    float: none !important;
}

.tools .tools_list li.phonefs:hover .drop-phonedownbox,
.tools .tools_list li.myfangsheng:hover .drop-downbox-show {
    display: block;
}

.tools .tools_list a.tbonline img {
    float: left;
    margin: 6px 6px 0 0;
    width: 16px;
    height: 16px;
}

.tools .tools_list .icon {
    margin-right: -9px;
}

.tools .drop-phonedownbox .drop-phone-line {
    height: 120px;
    width: 211px;
    overflow: hidden;
    padding-bottom: 8px;
}

.tools .drop-phonedownbox img {
    width: 120px;
    height: 120px;
}

.tools .drop-phonedownbox .drop-phone {
    width: 75px;
    float: left;
    font-size: 12px;
    text-align: left;
    margin-left: 12px;
}

.tools .drop-phonedownbox .drop-phone-t {
    color: #333;
    font-weight: bold;
    margin-top: 38px;
    font-size: 14px;
}

.tools .drop-phonedownbox .drop-phone-b {
    color: #808080;
    margin-top: 4px;
    font-size: 12px;
}

.tools .drop-lianxr {
    position: absolute;
    z-index: 100;
    text-align: center;
    margin-left: -3px;
    display: none;
    width: 206px;
    height: 70px;
    border-radius: 4px;
    opacity: 1;
    background: #fff;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.tools .drop-lianxr p {
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    color: #666;
}

.tools .drop-lianxr .lianxr-name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    display: block;
    font-style: normal;
}


/* 页头搜索 */

.header {
    width: 100%;
    margin: 0 auto;
    height: 118px;
    position: relative;   
}

.header .icon {
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../../assets/icon/header_sprites.png);
    background-repeat: no-repeat;
}

.header .header_nav {
    width: 1200px;
    margin: 0 auto;
}

.header .header_content {
    width: 1200px;
    margin: 0 auto;
}

.header .search_box a {
    color: #808080;
    text-decoration: none;
}

.header .search_box a:hover {
    color: #FF661A
}

.header .logo {
    width: 337px;
    float: left;
    padding: 0;
    height: 118px;
    overflow: hidden;
}

.header .lodo_01 {
    float: left;
    line-height: 118px;
}

.header .lodo_01 img {
    vertical-align: middle;
}

.header .search_box {
    float: left;
    margin: 26px 0 0;
    position: relative;
    z-index: 999;
}

.header .input_form {
    height: 52px;
    float: left;
    padding: 0 0 0 24px;
    width: 499px;
    border: 2px solid #FF661A;
    border-radius: 8px 0 0 8px;
    position: relative;
}

.header .input_form input {
    border: 0;
    height: 26px;
    width: 475px;
    line-height: 26px;
    text-align: left;
    font-size: 14px;
    padding: 13px 0;
}

.header button {
    float: left;
    width: 129px;
    height: 56px;
    background: #FF661A url("../../assets/icon/buy/header-search.png") no-repeat 32px 16px;
    border: 0;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    padding: 0 0 0 64px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.header .key_word {
    clear: both;
    width: 580px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    font-size: 12px;
    padding-top: 4px;
}

.header .key_word a {
    display: inline-block;
    margin-left: 12px;
    cursor: pointer;
}

.header .cart {
    position: absolute;
    top: 30px;
    right: 0;   
    z-index: 999;
}

.header .cart a,
.header .cart a:hover {
    display: block;
    height: 54px;
    background: #fff url(../../assets/icon/cart_icon_on_new.png) no-repeat 24px 17px;
    color: #222;
    font-size: 16px;
    line-height: 54px;
    width: 123px;
    border-radius: 8px;
    padding: 2px 0 0 60px;
}

.header .cart a img {
    display: none;
}

.header .cart a span {
    display: inline-block;
}

.search_box .input_form .placeholder {
    position: absolute;
    height: 52px;
    display: block;
    line-height: 52px;
    left: 24px;
    top: 0;
    color: #aaa;
    font-size: 14px;
    /* z-index: -10; */
}

.search_box .input_form #searchText {
    background: transparent;
}

/* 地址选择*/

.top_area_box {
    position: absolute;
    width: 562px;
    z-index: 1000;
    top: 34px;
    left: 0px;   
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 32px -8px #00000014, 0 8px 16px -4px #00000014, 0 4px 8px -2px #00000014, 0 2px 4px 0 #0000000a;
}
.top_area_box .tab {
    width: 514px;
    padding: 16px 24px 0;
    margin: 5px auto 0;
    border-bottom: 1px solid #e8e8e8;
}

.top_area_box .tab span {
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 10px -1px 0;
    border: 1px solid #e8e8e8;
    padding: 0 30px;
    background: #fff;
    cursor: default;
    color: #666;
    font-size: 14px;
    border-radius: 8px 8px 0 0;
}

.top_area_box .tab span.curr {
    border-color: #e8e8e8 #e8e8e8 #fff;
}

.top_area_box .close {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 24px;
    right: 24px;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    background: url(../../assets/icon/myfs/myfs_sprites.png) no-repeat 0 0;
    cursor: pointer;
}

.top_area_box .list {
    clear: both;
    padding: 10px 0 10px 24px !important;  
}

.top_area_box .list li {
    float: left;
    margin-left: 0 !important;
    line-height: 24px;
    margin-bottom: 5px;
    overflow: hidden;
    color: #666;
    text-align: center;
    width: 101px;
}

.top_area_box .list li span {
    display: inline-block;
    padding: 5px 10px;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 81px;
    font-size:14px;
}

.top_area_box .list li span:hover {
    background-color: #FF661A;
    border-radius: 4px;
    color: #fff;
}

.top_area_box .list .selection span {
    background-color: #FF661A;
    border-radius: 4px;
    color: #fff;
}

.top_area_box .inp_area {
    background: #fff url(../../assets/icon/address/down.png) no-repeat right 0;
    cursor: default;
    border: 1px solid #d3d3d3;
    float: left;
    width: 265px;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 5px;
    font-size: 14px;
}

.sure-btn {
    border: 1px solid #FF661A;
    background: #FF661A;
    color: #fff;
    margin: 0 10px;
    font-size: 14px;
    outline: none;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border-radius: 2px;
}

.sure-btn:hover {
    border-color: #cc6813;
    background: #cc6813;
}

.sure-btn:active {
    border-color: #b15b14;
    background: #b15b14;
}

.cancel-btn {
    margin: 0 10px;
    color: #333;
    background: #fff;
    border: 1px solid #666;
    font-size: 14px;
    outline: none;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border-radius: 2px;
}

.cancel-btn:hover {
    border: 1px solid #FF661A;
    color: #FF661A;
}

.cancel-btn:active {
    border: 1px solid #FF661A;
    background: #fff0e3;
    color: #FF661A;
}

.marg_lt_10 {
    margin-left: 10px;
}


/*签约*/

.viptools_bg {
    background: #474747;
    height: 45px;
    color: #c9c9c9;
}

.viptools_bg .tools {
    color: #c9c9c9;
}

.viptools_bg .tools a {
    color: #c9c9c9;
    height: 45px;
    line-height: 45px;
    margin: 0 8px;
}

.viptools_bg .tools a:hover {
    color: #FF661A;
}

.viptools_bg .tools a.tools_name_a:hover {
    color: #c9c9c9;
}

.viptools_bg .tools a:hover .tools_name {
    color: #FF661A;
}

.viptools_bg .tools .area span {
    height: 45px;
    line-height: 45px;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.viptools_bg .tools .drop-downbox {
    background: #474747;
    width: 100px;
}

.viptools_bg .tools .drop-downbox a,
.viptools_bg .tools .drop-downbox a:hover {
    color: #c9c9c9;
    height: 30px;
    line-height: 30px;
}

.viptools_bg .tools .drop-downbox a:hover {
    background-color: #575757;
}

.viptools_bg .tools .icon {
    margin-top: 10px;
}


/* .viptools_bg .tools i.i_site{margin-right: 20px;} */


/* .viptools_bg .tools .area i.i_drop{margin-left: 20px;} */

.vip_header .key_word {
    width: 680px;
}

.vip_header .cart a.gray {
    cursor: default;
    color: #999;
    opacity: 0.5;
}

.viptools_bg .tools a.tel_icon {
    margin: 0 15px 0 10px;
    padding: 0 10px;
    color: #c9c9c9;
}

.viptools_bg .tools a.tel_icon em {
    font-style: normal;
    float: left;
}

.viptools_bg .tools .area span {
    color: #c9c9c9;
}

.viptools_bg .tools .tools_list li span {
    height: 45px;
    line-height: 45px;
    max-width: 77px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.viptools_bg .tools .tools_list li .title_project {
    max-width: 175px;
}

.btn_white {
    float: left;
    height: 28px;
    padding: 0 10px;
    line-height: 28px;
    margin-left: 20px;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    background: #fff;
    color: #333;
}

.btn_white:hover {
    background: #FF661A;
    color: #fff;
    border: none;
    height: 30px;
    padding: 0 11px;
}


/*分类导航栏*/

ul,
li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.head_nav_bg {
    width: 100%;
    background: #fff;
}

/*我的方盛*/

.main {
    background-color: #f5f5f5;
    overflow: hidden;
    width: 1200px;
    padding: 0 0 30px;
    margin: auto;
}

.main_left {
    float: left;
    width: 130px;
}

.main_right {
    float: left;
    width: 1060px;
    margin-left: 10px;
}

/*key_word*/
.search_nav {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.key_word_list {
    width: 656px;
    background: #fff;
    position: absolute;
    top: 57px;
    left: 0px;
    max-height: 341px;
    overflow-y: auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 8px 8px;  
}

.key_word_list li {
    height: 30px;
    line-height: 30px;
    /* overflow: hidden; */
}

.key_word_list li:hover {
    background: #F5F5F5;
    color: #FF661A;
}

.key_word_list li span.text,
.key_word_list li span.text_val {
    float: left;
    padding-left: 20px;
    max-width: 437px;
    overflow: hidden;
    cursor: pointer;
}

.key_word_list li span.text {
    float: right;
    color: #999;
    padding-right: 20px;
    max-width: 486px;
    overflow: hidden;
    text-align: right;
}

.key_word_list li span.text span {
    max-width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.key_word_list #close_search {
    height: 40px;
    line-height: 40px;
    text-align: right;
    border-top: 1px solid #E8E8E8;
}
.key_word_list .history-line .text_val{
    display: block;
    width:auto;
    max-width:unset
  }

  
.key_word_list #close_search:hover {
    background: #fff;
}

.key_word_list #close_search a {
    color: #333;
    font-size: 12px;
    margin-right: 20px;
}

.key_word_list #close_search a:hover {
    color: #0B5DA2 !important;
}


.history-list{ 
    width: 608px;  
    border-radius: 8px;
    padding: 24px;
    font-size: 14px;
    top:60px;
}
.history-list-in{
    margin-left: 20px;
    margin-right: 40px;
}
.history-list .history-line { 
    margin-right: 8px;
    position: relative;   
    display: inline-block;
    height: auto;
    margin-bottom: 14px;
}

.history-list .history-line .text_val{
    padding: 0; 
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    height: 18px;
    line-height: 18px;
    color: #222;
}

.history-list .history-line span.text {
    position: absolute;
    right: -6px;
    top: -6px;    
    width: 16px;
    height: 16px;
    background: url(../../assets/icon/del_x.png) no-repeat;
    padding: 0;
    display: none;
}
.history-list .history-line:hover .text{
    display: inline-block;
}
.history-list .history-line:hover .text_val{
    border: 1px solid #FF661A;
    background: #fff;
}

.history-list li span.text span {
    max-width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.history-list #close_search {   
    text-align: right;  
    color: #808080; 
    border-top:none;
    height: 18px;
    line-height: 18px;
    margin-bottom: 16px;
}

.history-list .deleall{
    font-size: 14px;
    margin-left: 0;
    padding-left: 20px;
    background: url(../../assets/icon/clock_icon.png) no-repeat left center;
}

.history-list #close_search .del-history{
    padding-left: 20px;
    background: url(../../assets/icon/del_lj.png) no-repeat left center;
}
  
.history-list #close_search:hover {
    background: #fff;
}

.history-list #close_search a {
    color: #808080;
    font-size: 14px;
    margin-right: 0px;
}

.history-list #close_search a:hover {
    color: #808080 !important;
}


/* 页尾 */

.footer-border {
    width: 100%;
    border-bottom: 2px solid #f9f9f9;
    padding: 24px 0;
    background: #fff;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footer a,
.footer a:hover {
    color: #808080;
    text-decoration: none;
}

.footer a:hover {
    color: #FF661A;
    text-decoration: none;
}

.footer .service li {
    float: left;
    height: 72px;
    color: #808080;
    line-height: 27px;
    padding: 0 0 0 67px;
    position: relative;
    margin-right: 120px;
}

.footer .service li:last-child {
    margin-right: 0;
}

.footer .service li .icon {
    width: 63px;
    height: 50px;
    overflow: hidden;
    background-image: url(../../assets/icon/footer_sprites_2.png);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.footer .service li .icon01 {
    background-position: 0 0;
}

.footer .service li .icon02 {
    background-position: -67px 0;
}

.footer .service li .icon03 {
    background-position: -136px 0;
}

.footer .service li .icon04 {
    background-position: -203px 0;
}

.footer .service li span {
    display: block;
}

.footer .service li .text_t {
    color: #222;
    font-weight: bold;
    font-size: 16px;
}

.footer .footer_list li {
    width: 196px;
    float: left;
}

.footer .footer_list span {
    display: block;
    color: #808080;
    line-height: 24px;
}

.footer .footer_list .title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 18px;
    color: #222;
}

.footer .footer_list li:last-child {
    padding-left: 17px;
    font-size: 14px;
    width: 180px;
    text-align: center;
}

.footer .footer_list li.last .tel {
    font: bold 24px '微软雅黑';
    color: #FF6619;
}

.footer .footer_list li.last .pic {
    width: 80px;
    margin: 4px auto 0;
}

.footer .footer_list li.last .pic img {
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 4px;
}

.footer .copyright {
    line-height: 22px;
    text-align: center;
    padding: 24px 0;
    color: #808080;
    font-size: 14px;
}

.footer .copyright span {
    display: block;
}

.footer-a {
    color: #808080
}

.footer-a:hover {
    color: #FF6619;
}

.copyright .record_number {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../../assets/icon/loginFooter/beian.png) no-repeat;
}

.copyright span .icp {
    display: inline-block;
    vertical-align: middle;
}

.copyright .footer-a {
    vertical-align: middle;
}


/* 返回顶部 */

.backtop {
    position: fixed;
    right: 0px;
    top: 240px;
    z-index: 998;
    width: 68px;  
}

.backtop li {
    width: 68px;
    height: 68px;
    cursor: pointer;   
    background: #222222;   
    position: relative;
}

.backtop li::after{
    content: "";
    width: 24px;
    height: 1px;
    background: #333;
    display: inline-block;
    position: absolute;
    left: 22px;
    bottom: 0;
}

.backtop li:hover {
    background: #E61728;
}

.backtop li:hover::after {
    background: #222;
}

.backtop .backtop-icon01:hover {
    background-image: url("../../assets/icon/backtop_518_2.png");
    background-position: 4px 10px;
}

.backtop .backtop-icon03:hover {
    background-image: url("../../assets/icon/backtop_518_2.png");
    background-position: -116px 10px;
}

.backtop li a,
.backtop .backtop-icon01,
.backtop .backtop-icon03 {
    display: block;
    width: 68px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url("../../assets/icon/backtop_518_2.png");
    padding-top: 40px;
    padding-bottom: 6px;
    text-align: center;
    color: #fff;
}

.backtop .backtop-icon01 {
    background-position: 4px 10px;
    position: relative;
    border-top-left-radius: 20px;
}

.backtop .backtop-icon02 a {
    background-position: -56px 10px;
    position: relative;
}

.backtop .backtop-icon03 {
    background-position: -116px 10px;
}

.backtop .backtop-icon04 a {
    background-position: -176px 10px;
}

.backtop .backtop-icon05 a {
    background-position: -236px 10px;
}

.backtop .backtop-icon06 a {
    background-position: -296px 10px;
}

.backtop .backtop-icon05.radius_bottom{
    border-bottom-left-radius: 20px;
}
.backtop .backtop-icon06{
    border-bottom-left-radius: 20px;
}

.backtop li a {
    color: #fff;
    text-decoration: none;
}

.backtop li.backtop-icon01 .pop-backtop {
    display: none;
    width: 152px;
    height: 42px;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    background: #222;
    position: absolute;
    left: -156px;
    top: 0;
    padding: 18px 0 0;
}

.backtop-icon01 .btn-orange,
.backtop-icon01 .btn-white {
    float: left;
    padding: 0 8px;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    margin-left: 8px;
    width: auto;
    background-image: none;
}

.backtop-icon01 .btn-orange,
.backtop-icon01 .btn-orange:hover {
    color: #fff;
    background: #E61728;
}

.backtop-icon01 .btn-white {
    line-height: 22px;
    border: 1px solid #E61728;
    color: #E61728;
    background: #fff;
}

.backtop .backtop-icon02 .number {
    z-index: 999;
    font-size: 12px;
    color: #FFFFFF;
    position: absolute;
    background: #E61728;
    border-radius: 10px 10px 0 10px;
    width: 32px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    top: -8px;
    left: -13px;
}

.backtop .backtop-icon01 .pop-backtop_right {
    width: 4px;
    height: 68px;
    position: absolute;
    top: 0;
    right: 68px;
}

.backtop li.backtop-icon01:hover .pop-backtop {
    display: block;
}

.returnTop {
    display: none;
}


/*收藏、常购商品置灰按钮*/

a.btn_wh.disabled,
a.btn_ora.disabled {
    border-color: #d5d5d5 !important;
    background: #d5d5d5 !important;
}


/*弹框*/

.msg_alert {
    display: none;
    background-color: #000;
    text-align: center;
    color: #ffffff;
    border: none;
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    height: 28px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999;
    border-radius: 4px;
    opacity: 0.65;
    -moz-opacity: 0.65;
    /* 兼容 FF*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    /*IE8*/
    filter: alpha(opacity=65);
    /*IE5、IE5.5、IE6、IE7*/
}

.msg_alert_text {
    height: 30px;
    padding-left: 40px;
    line-height: 30px;
}

.msg_text {
    padding-left: 0;
}

.msg_icon1 {
    background: url(../icon/icon/jeicon1.png) no-repeat;
}

.msg_icon2 {
    background: url(../icon/icon/jeicon2.png) no-repeat;
}

.msg_icon3 {
    background: url(../icon/icon/jeicon3.png) no-repeat;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    /*滚动条的背景区域的圆角*/
    background-color: #f5f5f5;
    /*滚动条的背景颜色*/
}


/*输入框ie兼容公共样式*/

.search-inp {
    position: relative;
}

.search-inp input {
    position: relative;
    z-index: 2;
    background: transparent;
    width: 210px;
    padding-left: 10px;
    height: 32px;
    line-height: 34px;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    font-size: 12px;
}

.search-inp .common-placeholder {
    position: absolute;
    left: 10px;
    top: 8px;
    color: #999;
}

.jeBox-footer button.jeBox-btn0 {
    display: inline-block;
    width: 104px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 2px;
    margin: 5px;
    margin-bottom: 20px;
}

.jeBox-footer button.jeBox-btn1 {
    display: inline-block;
    width: 104px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 2px;
    margin: 5px;
    background: #fff;
    border: 1px solid #666;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}
/*12月30上线加注册，我要合作*/

.tools .tools_list li.my_registration:hover .drop_registration_icon {
    display: block;
}

.tools .tools_list .drop_registration_icon {
    width: 148px;
    height: 44px;
    position: absolute;
    z-index: 100;
    text-align: center;
    margin-left: 0;
    display: none;
    top: 23px;
}


/*购物车下浮窗*/

.header .cart a.mose {
    z-index: 888;
    position: relative
}

.cart .cart_down_list {
    position: absolute;
    right: 0;
    top: 56px;
    background: #fff;
    width: 365px;
    display: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    z-index: 99;
    border-radius: 4px;
}

.cart .cart_down_empty {
    height: 89px;
}

.cart .cart_down_empty p {
    line-height: 88px;
    padding-left: 25px;
    margin-left: 20px;
    color: #333;
    background: url(../../assets/icon/cart_icon_on_new.png) no-repeat left center;
}

.cart .cart_down_full {
    max-height: 530px;
    overflow-y: auto;
    overflow: hidden;
}

.cart .cart_down_full ul {
    margin-bottom: 52px;
    max-height: 477px;
    overflow-y: auto;
}

.cart .cart_down_full li {
    background: #fff;
    height: 93px;
    max-height: 530px;
}

.cart .cart_down_full li:hover {
    background: #F5F5F5;
}

.cart .cart_down_full li:hover .cart_d_del {
    color: #FF0D35;
}

.cart .cart_down_full .cart_d_out {
    border-bottom: 1px dashed #eee;
    overflow: hidden;
    margin: 0 10px;
    padding: 10px 0;
    height: 72px;
}

.cart .cart_d_ft {
    float: left;
}

.cart .cart_d_l {
    width: 60px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.cart .cart_d_l img {
    width: 58px;
    height: 58px;
    border: 1px solid #D3D3D3;
    display: inline-block;
}

.cart .cart_d_c {
    width: 138px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
}

.cart .cart_d_c p {
    line-height: 18px;
}

.cart .cart_d_c .cart_d_title {
    max-height: 54px;
    overflow: hidden;
}

.cart .cart_d_c .cart_d_size {
    margin: 3px 0 5px 0;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart .cart_d_r {
    width: 110px;
    float: right;
    text-align: right;
}

.cart .cart_d_r p {
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart .cart_d_r .cart_d_del {
    cursor: pointer;
}

.cart .cart_d_btn {
    position: absolute;
    bottom: 0;
    height: 52px;
    background: #F5F5F5;
    width: 100%;
    line-height: 52px;
    border-top: 2px solid #fff;
}

.cart .cart_d_btn .cart_d_hj {
    margin-left: 10px;
}

.cart .cart_d_btn em {
    font-weight: bold;
    font-style: normal;
}

.cart .cart_d_btn .cart_d_orange {
    color: #FF0D35;
}

.cart .cart_d_btn .cart_d_go {
    float: right;
    display: inline-block;
    width: 65px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 2px;
    background: #FF0D35;
    margin-right: 26px;
    cursor: pointer;
    margin-top: 15px;
}

.cart .cart_d_out .cart_d_dis {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.85;
    background: #B5B5B5;
    color: #fff;
    line-height: 22px;
    height: 22px;
    text-align: center;
}


/*有id payPageSearch 元素的不用加，有公共menuNav，vipMenuNav的也不用，没有以上的加shadow_box*/

#shadow_box {
    height: 8px;
    box-shadow: inset 0 6px 5px -5px rgba(0, 0, 0, 0.20);
    position: relative;
    margin-bottom: -8px;
}

#payPageSearch {
    box-shadow: 0 6px 8px -5px rgba(0, 0, 0, 0.20);
}


/*logo优化*/

.out_header .home_logo {
    display: none;
}

#udesk_btn {
    display: none;
}

.head_nav .nav .ffzx_munu {
    padding-right: 0;
}

.head_nav .nav li.nav_scene {
    padding: 4px 0 0 20px;
    position: relative;
    z-index: 555;
}

.nav_scene_pop {
    width: 725px;
    height: 220px;
    padding: 10px 0 20px 25px;
    position: absolute;
    display: none;
    top: 40px;
    left: -74px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
    z-index: 666;
    background: #fff;
    overflow-y: auto;
}

.head_nav .nav li.nav_scene:hover .nav_scene_pop {
    display: block;
}

.head_nav .nav li .com_down {
    background: url("../../assets/icon/home/nav_down_518.png") no-repeat right 2px;
    padding-right: 20px;
    position: relative;
}

.head_nav .nav li .com_down:after {
    display: block;
    width: 24px;
    height: 12px;
    position: absolute;
    top: -12px;
    right: -5px;
    content: " ";
    background: url("../../assets/icon/hot_518.png") no-repeat 0 0;
}

/* .nav_scene_pop .nav_scene_list {
    width: auto;
    padding-left: 0;
    margin-top: 13px;
}

.nav_scene .nav_scene_pop .nav_scene_list {
    margin-top: 0;
}

.nav_scene_pop .nav_scene_list li {
    padding: 0 10px;
    font-size: 12px;
    float: left;
    position: relative;
    color: #666;
    cursor: pointer;
}

.nav_scene_pop .nav_scene_list li:hover {
    color: #FF661A;
}

.nav_scene_pop .nav_scene_list li:after {
    position: absolute;
    display: block;
    color: #666;
    font-family: SimSun;
    content: " | ";
    font-weight: normal;
    right: -1px;
    top: 0;
}

.nav_scene_pop .nav_scene_list .scene_nav_first {
    float: left;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    padding: 0 30px 0 0;
    cursor: pointer;
    width: 90px;
    text-align: right;
}

.nav_scene_pop .nav_scene_list .scene_nav_first:hover {
    color: #FF661A;
}

.nav_scene_pop .nav_scene_list .scene_nav_first:after {
    position: absolute;
    display: block;
    color: #666;
    font-family: SimSun;
    content: " > ";
    font-weight: normal;
    right: 15px;
    top: 0;
}

.nav_scene_pop .nav_scene_list li a {
    color: #666;
}

.nav_scene_pop .nav_scene_list .scene_nav_first a {
    color: #333;
}

.nav_scene_pop .nav_scene_list li:last-child:after {
    display: none;
}

.nav_scene_pop .nav_scene_list .scene_nav_first_sun {
    float: left;
    width: 575px;
} */

.xfs_down_code {
    display: none;
}

.footer_bg,vip_footer_bg{
    background: #fff;
}
.viphead_nav_bg .menu_list .cate_left .clearfix ul li:last-child:after {
    display: none;
}

.vip_footer_bg .footer .footer_list li {
    width: 166px;
}

.vip_footer_bg .footer .footer_list li:last-child {
    width: 180px;
}

.viptools_bg .tools .area {
    padding-left: 0;
}

.viptools_bg .tools .tools_list {
    max-width: 1015px;
}

.message_notice,.message_notice_ord {
    z-index: 999;
    font-size: 12px;
    color: #FFFFFF;
    background: #FF661A;
    border-radius: 7px 7px 7px 0px;
    width: 23px;
    height: 16px !important;
    text-align: center;
    line-height: 16px !important;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 18px;
}

.message_notice_vip {
    right: 0;
}

.tools .drop-downbox .notice_text {
    position: relative;
    top: -7px;
}



/* 云采多选功能封装样式 */
.fs_mut_select_out{
    width:100%;
    height: 30px;
    position: relative;   
  }
  .fs_mut_select_out .fs_mut_input input{
     width: 100% !important;
     height: 30px;
     line-height: 30px;
     padding: 0 10px;
     box-sizing: border-box;
     border-radius: 2px;
     border:1px solid #d3d3d3;
     margin-top:0;    
  }
  .fs_mut_select_out .fs_mut_select{
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 10px 17px 17px 10px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top:33px;
    height: auto;
    border-radius: 2px;
    z-index: 88;
    max-height: 230px;
    overflow-y: auto;
    padding-bottom: 15px;
  }
  .fs_mut_select_out .fs_mut_select_hide{
     display: none;
  }
  .fs_mut_select_out .fs_mut_select ul{
      padding: 0;
  }
  .fs_mut_select_out .fs_mut_select li{   
    position: relative;
    width: 100%;
    line-height: 15px !important;
    height: auto !important;
    padding-bottom: 10px !important;
    text-align: left;
    margin-right: 0;
    margin-bottom: 0;    
  }
  .fs_mut_select_out .fs_mut_select .fs_mut_checkbox{
    display: inline-block;
    width:12px;
    height: 12px;
    background: url(../icon/icon/check.png) no-repeat center;
    background-size: 12px;
    position: absolute;
    left: 0;
    top:1px;
  }
  .fs_mut_select_out .fs_mut_select .fs_mut_checkbox.check{
    background: url(../icon/icon/check_on.png) no-repeat center;
  }
  .fs_mut_select_out .fs_mut_select .fs_mut_label{         
    display: inline-block;
    vertical-align: top;
    padding-left: 17px;
    width: auto;
    text-align: left;
  }
  .fs_mut_select_out .fs_mut_clear{
    position: absolute;
    right: 7px;
    background: red;
    background: url(../icon/approvalProcess/close_d.png) no-repeat center;
    display: inline-block;
    width: 15px;
    height: 15px;
    top: 7px;
    cursor: pointer;
    z-index: 88;
    display: none;
  }
  .fs_mut_select_out .fs_mut_choose_num{
    position: absolute;         
    left: 100%;
    width: 63px;
    font-style: normal;
    line-height: 30px;
    padding-left: 15px;
    text-align: left;
  }
  .fs_mut_select_out .fs_mut_choose_num i{
    color: #FF8000;
    font-weight: bold;
    margin: 0 2px;
    font-style: normal;
  }
/* 云采多选功能封装样式 */

#publicStaticHeader{
    position: relative;
    z-index: 888;
    display: none;
    background: #f5f5f5;
}

#publicStaticHeader .message_notice, #publicStaticHeader .message_notice_ord{
    right: 0;
}


