@import "font_266863_1kvfehjmiai.css";

.bold {
    font-weight: bold;
}

.iconfont {
    font-family: "iconfont";
    font-size: 16px;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.text1 {
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #b8d2e3;
    padding: 0 10px;
}

.confirm_btn1 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #e33b3e;
    width: 220px;
    height: 48px;
    line-height: 50px;
    display: block;
    margin: 50px auto;
    text-align: center;
    cursor: pointer;
}

.confirm_btn1 i {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    font-size: 30px;
    margin-right: 10px;
}

.confirm_btn1:hover {
    background: #f35d60;
    color: #fff;
}

/*****  header *****/
.siteNav {
    height: 30px;
    background: #f1f1f1;
    z-index: 9999;
    border-bottom: 1px solid #e5e5e5;
}

.siteNav .site_nav_bd {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.siteNav .site_nav_bd .site_nav_bd_l {
    float: left;
    position: relative;
    line-height: 30px;
}

.siteNav .site_nav_bd .site_nav_bd_l strong {
    display: inline-block;
    position: relative;
    line-height: 31px;
    height: 31px;
    z-index: 10;
    font-size: 12px;
}

.siteNav .site_nav_bd .site_nav_bd_l strong b {
    color: #0a5c5a;
    display: inline-block;
    padding: 0 10px 0 15px;
}

.siteNav .site_nav_bd .site_nav_bd_l .address {
    width: 610px;
    padding: 10px;
}

.siteNav .site_nav_bd .site_nav_bd_l .address a {
    display: inline-block;
    padding: 0 10px;
    width: 36px;
    text-align: center;
    margin-bottom: 2px;
    font-size: 12px;
}

.siteNav .site_nav_bd .site_nav_bd_l .address .cur {
    background: #e53b46;
    color: #fff;
}

.siteNav .site_nav_bd .site_nav_bd_l:hover strong {
    background: #fff;
}

.siteNav .site_nav_bd .site_nav_bd_l .slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    background: #f4f4f4;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.siteNav .site_nav_bd .site_nav_bd_l .slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.siteNav .site_nav_bd .site_nav_bd_l .slideTxtBox .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    color: #4095d4;
    font-weight: bold;
}

.siteNav .site_nav_bd .site_nav_bd_l .slideTxtBox .hd ul li.on {
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 2px solid #fff;
}

.siteNav .site_nav_bd .site_nav_bd_l .slideTxtBox .bd ul {
    padding: 5px;
    zoom: 1;
    overflow: hidden;
}

.siteNav .site_nav_bd .site_nav_bd_l .slideTxtBox .bd li {
    line-height: 24px;
    float: left;
}

.siteNav .site_nav_bd .site_nav_bd_l .slideTxtBox .bd li a {
    width: 170px !important;
    text-align: left;
}

.siteNav .site_nav_bd .site_nav_bd_l .slideTxtBox .bd li a:hover {
    color: #4095d4;
    text-decoration: underline;
}

.siteNav .site_nav_bd .site_nav_bd_l a:hover {
    color: #4095d4;
}

.siteNav .site_nav_bd .site_nav_bd_l .slideTxtBox .bd .bd_city {
    font-size: 18px;
    font-weight: bold;
}

.siteNav .site_nav_bd .site_nav_bd_l .slideTxtBox .bd .bd_city i {
    color: #4095d4;
}

.siteNav .site_nav_bd .site_nav_bd_l .slideTxtBox .bd .bd_fd {
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    color: #4095d4;
    position: relative;
    left: 18px;
    height: 30px;
}

.siteNav .site_nav_bd .site_nav_bd_l .slideTxtBox .bd dl {
    position: relative;
    left: 10px;
}

.siteNav .site_nav_bd .site_nav_bd_l .slideTxtBox .bd dl dt {
    font-size: 13px;
}

.siteNav .site_nav_bd .site_nav_bd_l .slideTxtBox .bd li .date {
    float: right;
    color: #999;
}

.siteNav .site_nav_bd_r {
    float: right;
}

.siteNav .site_nav_bd_r ul li {
    float: left;
    position: relative;
    line-height: 30px;
    margin-right: 5px;
}

.siteNav .site_nav_bd_r ul li a {
    display: block;
    padding: 0 10px;
    font-size: 12px;
}

.siteNav .site_nav_bd_r ul li a:hover {
    color: #4095d4;
    text-decoration: none;
}

.siteNav .site_nav_bd_r ul li :hover {
    background: #fff;
}

.siteNav .site_nav_bd_r ul li :hover strong {
    height: 31px;
    border: 1px solid #eee;
}

.siteNav .site_nav_bd_r ul li strong {
    display: inline-block;
    position: relative;
    line-height: 31px;
    padding: 0 5px;
    height: 31px;
    z-index: 10;
    font-size: 12px;
}

.siteNav .site_nav_bd_r ul li.icp {
    color: #999;
    font-size: 12px;
}

.siteNav .site_nav_bd_r ul li.icp i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    color: #bc871f;
    margin-right: 5px;
}

.siteNav .site_nav_bd_r ul li.icp :hover {
    background: none;
}

.site_nav_bd_r .topmenu #my_username_header span:hover {
    color: #4095d4;
    cursor: pointer;
}

.siteNav .hidebox {
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #eee;
    border-top: 0;
    top: 30px;
    z-index: 999;
}

.siteNav .myyaofangwang {
    width: 85px;
    padding: 5px 0 10px 0;
}

.siteNav .myyaofangwang a {
    line-height: 25px;
}

.siteNav .mobEdi {
    width: 170px;
    padding: 10px 15px;
}

.siteNav .mobEdi dl {
    margin-bottom: 10px;
}

.siteNav .mobEdi dl dt {
    font-size: 12px;
    line-height: 35px;
}

.siteNav .mobEdi dl dt span {
    color: #e53b46;
    font-size: 14px;
    margin-right: 20px;
}

.siteNav .mobEdi dl dd {
    text-align: center;
}

.siteNav .siteNav {
    width: 720px;
    height: 185px;
    left: -640px;
    padding: 20px 0;
}

.siteNav .siteNav dl {
    width: 245px;
    float: left;
    padding: 0 40px;
    border-right: 1px solid #eee;
}

.siteNav .siteNav dl dt {
    font-size: 16px;
    color: #0c69ae;
    margin-bottom: 10px;
}

.siteNav .siteNav dl dd a {
    display: block;
    width: 32%;
    line-height: 30px;
    float: left;
    padding: 0;
}

.siteNav .siteNav dl dd a.right {
    text-align: right;
}

.siteNav .siteNav dl dd a.center {
    text-align: center;
}

.siteNav .siteNav dl.two {
    width: 200px;
}

.siteNav .siteNav dl.two dd a {
    width: 32%;
}

.siteNav .siteNav dl.two dd a.auto {
    width: 100%;
}

.siteNav .siteNav dl.last {
    width: 70px;
    border-right: 0;
    padding-right: 0;
}

.siteNav .siteNav dl.last dd a {
    width: 100%;
}

.siteNav i.iconfont {
    vertical-align: middle;
    display: inline-block;
}

.siteNav i.iconfont.icon-xiala {
    margin-top: -4px;
}

.site_head {
    clear: both;
    height: 120px;
    min-width: 1190px;
    _width: 1190px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /*****  hotwords *****/
}

.site_head .logo {
    float: left;
    background: url("../image/logo-201701.png") no-repeat;
    width: 339px;
    height: 50px;
    margin: 35px 0 0 0;
}

.site_head .logo a {
    display: block;
    width: 339px;
    height: 50px;
}

.site_head .logo_other {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 1000;
}

.site_head .mod_search {
    float: left;
    margin: 35px 0 0 45px;
}

.site_head .searchForm {
    position: relative;
    width: 500px;
    height: 33px;
    border: 3px solid #0c69ae;
}

.site_head .search-wrapper {
    float: left;
    width: 420px;
    background: #fff;
}

.site_head .wrap-search {
    width: 445px;
    height: 33px;
    line-height: 33px;
    padding-left: 12px;
    color: #666;
}

.site_head .search-button {
    float: left;
    width: 80px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    background: #0c69ae;
    text-align: center;
}

.site_head .search-btn {
    font-size: 16px;
    line-height: 31px;
    cursor: pointer;
    color: #fff;
    font-family: "microsoft yahei";
}

.site_head .search-more span {
    color: #999;
    margin-right: 6px;
}

.site_head .search-more a {
    margin-right: 8px;
    color: #999;
    line-height: 25px;
    font-size: 12px;
}

.site_head .search-more a:hover {
    color: #d60035;
}

.site_head .s-m-more {
    color: #F00 !important;
}

.site_head .float_search_logo {
    float: left;
    margin-top: 5px;
    width: 340px;
}

.site_head .search_logo_css {
    display: block;
    width: 190px;
    background: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.site_head .search_logo_css :hover {
    text-decoration: underline;
    color: #fff;
}

.site_head .phone {
    float: right;
    margin-top: 38px;
}

.site_head .phone ul li {
    float: left;
    margin-right: 0;
    color: #999;
    font-size: 12px;
}

.site_head .phone ul li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 5px 0 0;
    float: left;
    text-align: center;
    font-size: 36px;
    color: #4095d4;
}

.site_head .phone ul li span b {
    display: block;
    font-weight: normal;
    color: #4095d4;
}

.site_head .phone ul li.last {
    width: 150px;
    margin-right: 20px;
}

.site_head .phone ul li.last i {
    color: #bc8720;
}

.site_head .phone ul li.last span b {
    color: #bc8720;
    font-size: 16px;
}

.site_head .hotwords {
    position: absolute;
    top: 35px;
    left: -3px;
    z-index: 995;
    background: #fff;
    width: 420px;
    border: 1px solid #0c69ae;
    line-height: 30px;
    display: none;
}

.site_head .hotwords table{
    line-height: 30px;
}

.site_head .hotwords ul li {
    height: 30px;
}

.site_head .hotwords ul li a {
    display: block;
    padding: 0 10px;
    color: #0c69ae;
}

.site_head .hotwords ul li a h1 {
    font-size: 12px;
    float: left;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 320px;
}

.site_head .hotwords ul li a span, .site_head .hotwords ul li a i {
    display: block;
    float: right;
    color: #999;
    font-size: 12px;
}

.site_head .hotwords ul li a i {
    display: none;
}

.site_head .hotwords li.on {
    background: #fcf5e6;
}

.site_head .hotwords p {
    text-align: right;
    border-top: 1px solid #e9e9e9;
    clear: both;
    padding: 0 10px;
    font-size: 12px;
}

.header-wrapper {
    border-bottom: 2px solid #0c69ae;
    *height: 1%;
}

.header-wrapper:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.header-wrapper .headerNavMain {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header-wrapper .nav-all {
    float: left;
    background: #0c69ae;
    width: 205px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.header-wrapper .nav-all span {
    width: 190px;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    cursor: default;
}

.header-wrapper .header_links {
    float: left;
    height: 40px;
    line-height: 40px;
}

.header-wrapper .header_links ul li {
    float: left;
    margin-left: 30px;
    position: relative;
}

.header-wrapper .header_links ul li a {
    font-size: 16px;
    display: block;
}

.header-wrapper .header_links ul li a:hover {
    color: #4095d4;
}

.header-wrapper .header_links ul li ul {
    position: absolute;
    background: #fff;
    border: 1px solid #e9e9e9;
    width: 90px;
    text-align: center;
    padding: 10px 0;
    top: 40px;
    left: -8px;
    display: none;
    z-index: 2;
}

.header-wrapper .header_links ul li ul li {
    margin: 0;
    float: inherit;
    line-height: 30px;
}

.header-wrapper .header_links ul li ul li a {
    font-size: 12px;
}

.header-wrapper .header_links ul li .hot_icon {
    position: absolute;
    width: 27px;
    height: 17px;
    right: -22px;
    top: -3px;
}

.yHeader {
    width: 100%;
    text-align: left;
}

.yHeader .yNavIndex {
    width: 1190px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.yHeader .pullDown {
    z-index: 1;
    position: absolute;
}

.yHeader .pullDownList {
    width: 205px;
    height: 405px;
    background: #1978be;
    position: relative;
    z-index: 2;
    padding: 10px 0;
}

.yHeader .pullDownList li {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fefcfc;
    padding-left: 10px;
    position: relative;
}

.yHeader .pullDownList li i {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.yHeader .pullDownList li a {
    color: #fefcfc;
    font-size: 13px;
}

.yHeader .pullDownList li a:hover {
    text-decoration: underline;
    font-size: 13px;
}

.yHeader .pullDownList li.menuliselected {
    background: #fff;
}

.yHeader .pullDownList li.menuliselected span {
    top: 14px;
    right: 7px;
    border-left: 4px solid transparent;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 0;
}

.yHeader .pullDownList li.menuliselected a {
    color: #1d8bd7;
}

.yHeader .pullDownList li.menuliselected i {
    color: #1d8bd7;
}

.yHeader .pullDownList li.menulihover {
    background: #fff;
    color: #1d8bd7;
}

.yHeader .pullDownList li.menulihover a, .yHeader .pullDownList li.menulihover i {
    color: #1d8bd7;
}

.yHeader .yMenuListCon {
    width: 995px;
    height: 424px;
    position: absolute;
    z-index: 2;
    top: 2px;
    left: 205px;
    overflow: hidden;
    clear: both;
    background: #fff;
}

.yHeader .yMenuListCon .yMenuListConin .left {
    float: left;
    width: 730px;
    padding-top: 20px;
}

.yHeader .yMenuListCon .yMenuListConin .left dl {
    line-height: 25px;
    margin-bottom: 10px;
    *height: 1%;
}

.yHeader .yMenuListCon .yMenuListConin .left dl:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.yHeader .yMenuListCon .yMenuListConin .left dl dt {
    width: 120px;
    text-align: right;
    float: left;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
}

.yHeader .yMenuListCon .yMenuListConin .left dl dt i {
    font-size: 12px;
    margin-left: 5px;
}

.yHeader .yMenuListCon .yMenuListConin .left dl dd {
    float: left;
    width: 600px;
}

.yHeader .yMenuListCon .yMenuListConin .left dl dd a {
    font-size: 12px;
}

.yHeader .yMenuListCon .yMenuListConin .left dl dd a:after {
    background: #ccc;
    height: 10px;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 2px 0 5px;
    content: " ";
}

.yHeader .yMenuListCon .yMenuListConin .left .cate_see_more {
    position: absolute;
    right: 260px;
    bottom: 5px;
    width: 90px;
    display: inline-block;
}

.yHeader .yMenuListCon .yMenuListConin .left .cate_see_more dd {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    width: 74px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #bbbcbb;
}

.yHeader .yMenuListCon .yMenuListConin .left .cate_see_more dd i {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    background: #a9a9a9;
    position: relative;
    left: 2px;
}

.yHeader .yMenuListCon .yMenuListConin .right {
    border-left: 1px solid #e9e9e9;
    margin-top: 25px;
    float: right;
    width: 250px;
    margin-right: 10px;
}

.yHeader .yMenuListCon .yMenuListConin .right ul {
    padding-left: 10px;
}

.yHeader .yMenuListCon .yMenuListConin .right ul li {
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.yHeader .yMenuListCon .yMenuListConin .right ul li img {
    width: 210px;
    height: 165px;
}

/*****  right menu *****/
.toolbar-wrap {
    width: 40px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    height: 100%;
}

.toolbar-wrap .toolbar {
    width: 40px;
    height: 100%;
    cursor: pointer;
    position: fixed;
    top: 0;
    background: #4d4d4c;
}

.toolbar-wrap ul i {
    font-size: 22px;
    margin-left: -2px;
}

.toolbar-wrap ul a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: relative;
    font-size: 20px;
    left: 0;
    *left: -15px;
    z-index: 1;
    padding: 0;
    text-align: center;
}

.toolbar-wrap ul .mp_tooltip {
    height: 40px;
    line-height: 40px;
    width: 92px;
    position: absolute;
    z-index: 2;
    left: -121px;
    top: 0;
    background: #444851;
    color: #d8d8d8;
    text-align: center;
    display: block;
    visibility: hidden;
}

.toolbar-wrap ul .mp_qrcode {
    padding: 10px;
    width: 89px;
    height: 89px;
    top: -72px;
    background: #fff;
    z-index: 3;
    position: absolute;
    left: -110px;
    left: -111px \0;
    display: none;
}

.toolbar-wrap .tbar-tab-cart {
    background: url("../image/rightNav_line-201701.jpg") no-repeat center top;
    padding-top: 5px;
}

.toolbar-wrap .toolbar-tabs {
    position: absolute;
    top: 30%;
    left: 0;
    margin-top: -190px;
    *margin-top: -220px;
    z-index: 2;
    width: 40px;
}

.toolbar-wrap .toolbar-tabs .message_list {
    line-height: 16px;
    margin: 10px 0 10px;
}

.toolbar-wrap .toolbar-tabs .message_list i {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
}

.toolbar-wrap .toolbar-tabs .message_list .txt {
    width: 16px;
    display: block;
    height: 60px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    font-size: 12px;
}

.toolbar-wrap .toolbar-tabs .message_list .cart_num {
    width: 21px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background: #e53b46;
    text-align: center;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
}

.toolbar-wrap .toolbar-tabs li {
    position: relative;
    display: block;
    left: 0;
    top: 0;
}

.toolbar-wrap .toolbar-tabs li:hover {
    background: #e53b46;
    text-decoration: none;
}

.toolbar-wrap .toolbar-footer {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 38px;
    background: #4d4d4c;
    z-index: 1;
}

.toolbar-wrap .toolbar-panels {
    position: absolute;
    left: 40px;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 3;
    top: 0;
    /*** tbar-panel-recentBrowsing ***/
    /*** tbar-panel-myAccount ***/
    /*** tbar-panel-follow ***/
    /*** shopCart ***/
}

.toolbar-wrap .toolbar-panels .toolbar-panel {
    width: 280px;
    height: 100%;
    position: absolute;
    background: #fff;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing h1.title, .toolbar-wrap .toolbar-panels .tbar-panel-follow h1.title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
    background: #f1f1f1;
    border-bottom: 0;
    padding: 0 10px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing h1.title i, .toolbar-wrap .toolbar-panels .tbar-panel-follow h1.title i {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    margin: -2px 5px 0 0;
    font-size: 16px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing h1.title a, .toolbar-wrap .toolbar-panels .tbar-panel-follow h1.title a {
    float: right;
    font-size: 24px;
    color: #5b5b5b;
    width: 40px;
    text-align: center;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing .overflow, .toolbar-wrap .toolbar-panels .tbar-panel-follow .overflow {
    max-height: 100%;
    overflow: auto;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl {
    *height: 1%;
    border-bottom: 10px solid #f1f1f1;
    padding: 15px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl:after, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl dt, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl dt {
    line-height: 30px;
    border-bottom: 1px solid #f0f0f0;
    height: 30px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl dt span, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl dt span {
    font-size: 12px;
    float: left;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 185px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl dt strong, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl dt strong {
    float: right;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl dt strong b, .toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl dt strong a, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl dt strong b, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl dt strong a {
    display: inline-block;
    color: #cdcfd2;
    margin-left: 10px;
    line-height: 30px;
    height: 30px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl dt strong b.cur, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl dt strong b.cur {
    color: #e53b46;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl dt strong .icon-shoucang1.cur, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl dt strong .icon-shoucang1.cur {
    color: #e53b46;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl dt strong a, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl dt strong a {
    font-size: 15px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl dt strong a:hover, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl dt strong a:hover {
    color: #333;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl dd, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl dd {
    margin-top: 10px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl dd img, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl dd img {
    float: left;
    width: 70px;
    height: 70px;
    margin-top: 10px;
    margin-right: 26px;
    margin-left: 20px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl dd span, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl dd span {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl dd span b, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl dd span b {
    display: block;
    color: #e53b46;
    font-weight: normal;
    line-height: 25px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl dd span a, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl dd span a {
    display: block;
    background: #1d8bd7;
    width: 92px;
    height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    width: 85px;
    line-height: 25px;
    height: 25px;
    font-size: 14px;
    background: #e53b46;
    margin-top: 5px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-recentBrowsing dl dd span a:hover, .toolbar-wrap .toolbar-panels .tbar-panel-follow dl dd span a:hover {
    background: #f35d60;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount h1.title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
    background: #f1f1f1;
    border-bottom: 0;
    padding: 0 10px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount h1.title i {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    margin: -2px 5px 0 0;
    font-size: 16px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount h1.title a {
    float: right;
    font-size: 24px;
    color: #5b5b5b;
    width: 40px;
    text-align: center;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount dl {
    padding: 30px 25px;
    margin-bottom: 10px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount dl dt {
    background: #fff;
    height: 108px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount dl dt img {
    width: 104px;
    height: 104px;
    padding: 2px;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
    float: left;
    margin-right: 5px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount dl dt span {
    float: left;
    line-height: 25px;
    margin-top: 5px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount dl dd {
    clear: both;
    line-height: 25px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount dl dd.l1 span {
    display: block;
    font-size: 12px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount dl dd.l1 span b {
    font-weight: normal;
    color: #e53b46;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount dl dd.l2 span {
    float: left;
    display: inline-block;
    font-size: 12px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount dl dd.l2 span.process {
    width: 120px;
    height: 13px;
    border: 1px solid #e9e9e9;
    background: #fff;
    margin: 5px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount dl dd.l2 span.process i {
    background: #71b247;
    display: block;
    height: 100%;
    width: 20%;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount dl dd.l2 span.green {
    color: #71b247;
    margin-left: 5px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount dl dd.l2 a {
    color: #5f89c5;
    font-weight: bold;
    margin-left: 20px;
    font-size: 12px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount ul {
    margin: 0 10px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount ul li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 15px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount ul li a {
    height: auto;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount ul li a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    display: inline-block;
    font-size: 42px;
    color: #5f89c5;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount ul li a i.icon-wodeyouhuiquan {
    color: #bc871f;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount ul li a i.icon-wodeyucunkuan {
    color: #f35d60;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount ul li a i.icon-shequ-in {
    color: #fb479a; 
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount ul li a i.icon-yaopin {
    color: #32c718;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount ul li a b {
    display: block;
    font-size: 12px;
    color: #5b5b5b;
    line-height: 25px;
    font-weight: normal;
}

.toolbar-wrap .toolbar-panels .tbar-panel-myAccount ul li:hover {
    background: none;
}

.toolbar-wrap .toolbar-panels .tbar-panel-follow .tab_menu {
    float: inherit;
    border-bottom: 4px solid #f1f1f1;
    height: 40px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-follow .tab_menu ul li {
    padding: 0;
    margin: 0;
    width: 50%;
    background: none;
}

.toolbar-wrap .toolbar-panels .tbar-panel-follow .tab_menu ul li a {
    color: #5b5b5b;
    font-size: 14px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-follow .tab_menu ul li.on {
    border-bottom: 4px solid #e53b46;
}

.toolbar-wrap .toolbar-panels .tbar-panel-follow .tab_menu ul li.on a {
    color: #e53b46;
}

.toolbar-wrap .toolbar-panels .tbar-panel-follow .content dl {
    padding-top: 10px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-follow .content p {
    text-align: center;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.toolbar-wrap .toolbar-panels .tbar-panel-follow .content p a {
    color: #5b5b5b;
    font-size: 12px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-follow .content p a:hover {
    color: #4095d4;
}

.toolbar-wrap .toolbar-panels .tbar-panel-follow .flagShipStore {
    display: none;
}

.toolbar-wrap .toolbar-panels .tbar-panel-follow .flagShipStore .content ol {
    width: 235px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    background: #f6f6f6;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.toolbar-wrap .toolbar-panels .tbar-panel-follow .flagShipStore .content ol span {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    height: 55px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-follow .flagShipStore .content ol strong {
    padding: 10px 0;
}

.toolbar-wrap .toolbar-panels .tbar-panel-follow .flagShipStore .content ol strong i {
    font-size: 12px;
    line-height: 30px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-follow .flagShipStore .content ol strong a {
    background: #1d8bd7;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    cursor: pointer;
    background: #7a6e6e;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart h1.title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
    background: #f1f1f1;
    border-bottom: 0;
    padding: 0 10px;
    position: fixed;
    width: 100%;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart h1.title i {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    margin: -2px 5px 0 0;
    font-size: 16px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart h1.title a {
    float: right;
    font-size: 24px;
    color: #5b5b5b;
    width: 40px;
    text-align: center;
    position: absolute;
    left: 230px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con a {
    display: block;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con dl {
    *height: 1%;
    border-bottom: 10px solid #f1f1f1;
    padding: 20px 15px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con dl:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con dl dt {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #e9e9e9;
    padding: 5px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con dl dt img {
    width: 50px;
    height: 50px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con dl dd {
    float: left;
    width: 160px;
    color: #5b5b5b;
    line-height: 20px;
    text-align: left;
    margin-left: 10px;
    position: relative;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con dl dd span b {
    font-weight: normal;
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con dl dd span i {
    font-size: 14px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con dl dd strong {
    display: block;
    color: #e53b46;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con dl dd strong i {
    font-size: 12px;
    font-weight: normal;
    color: #5b5b5b;
    margin-left: 5px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con dl dd a.icon-iconfontshanchu {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con dl:hover dd a.icon-iconfontshanchu {
    display: block;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con.suit h2 {
    padding: 20px;
    font-weight: normal;
    padding-bottom: 0;
    position: relative;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con.suit h2 b {
    background: #1d8bd7;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    cursor: pointer;
    background: #e53b46;
    display: inline-block;
    font-weight: normal;
    padding: 0 10px;
    line-height: 20px;
    height: 20px;
    margin-right: 10px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con.suit h2 a {
    float: right;
    display: none;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con.suit dl {
    border-bottom: 0;
    padding-bottom: 0;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .con.suit:hover h2 a {
    display: block;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .count {
    position: fixed;
    background: #f1f1f1;
    bottom: 0;
    height: 55px;
    width: 100%;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .count span {
    float: left;
    line-height: 20px;
    margin: 10px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .count span b {
    display: block;
    font-weight: normal;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .count span i {
    color: #e53b46;
    font-size: 14px;
    font-weight: bold;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .count a {
    float: left;
    width: 124px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: normal;
    margin: 12px 0 0 144px;
    position: absolute;
    left: 0;
    bottom: 8px;
}

.toolbar-wrap .toolbar-panels .tbar-panel-cart .scroll {
    margin: 40px 0 60px 0;
    max-height: 86%;
    overflow: auto;
}

.toolbar-wrap .tbar-tab-click-selected {
    background: #e53b46;
}

.toolbar-wrap .noRecord {
    text-align: center;
    padding-top: 200px;
    display: none;
}

.toolbar-wrap .noRecord img {
    margin-bottom: 25px;
}

.toolbar-wrap .noRecord i {
    font-size: 82px;
    color: #ccc;
}

.toolbar-wrap .noRecord p {
    font-size: 12px;
    line-height: 20px;
}

.toolbar-wrap .noRecord p a {
    display: block;
    color: #e53b46;
    font-size: 12px;
}

.toolbar-open {
    right: 280px;
}

.J-global-toolbar div a {
    margin: 0;
    padding: 0;
}

.toolbar-tab {
    position: relative;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    margin: 2px 0;
}

.toolbar-tab .qrcode {
    width: 140px;
    height: 145px;
    left: -141px;
    top: auto;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    color: #5b5b5b;
    border: 1px solid #e9e9e9;
    border-right: 0;
    border-radius: 0;
    position: absolute;
    display: none;
}

.toolbar-tab .qrcode dl {
    float: left;
    padding: 10px 20px;
}

.toolbar-tab .qrcode dl dt {
    font-size: 12px;
    margin-bottom: 5px;
}

.toolbar-tab .qrcode dl dd img {
    width: 100px;
}

.toolbar-tab .tbar-tab-footer2-hover {
    left: -240px;
    background-color: #fff;
}

.toolbar-tab i {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 40px;
}

.tab-text {
    width: 62px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 0;
    border-radius: 3px 0 0 3px;
    background-color: #e53b46;
    transition: left 0.3s ease-in-out 0.1s;
    cursor: pointer;
}

.hide {
    display: none;
}

.footer-tab-text {
    width: 50px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 0;
    font-size: 12px;
    background-color: #e53b46;
    border-radius: 3px 0 0 3px;
    transition: left 0.3s ease-in-out 0.1s;
    cursor: pointer;
}

.tbar-tab-hover {
    left: -60px;
    background-color: #e53b46;
}

.tbar-tab-footer-hover {
    left: -48px;
    background-color: #e53b46;
}

.tbar-tab-selected {
    background-color: #e53b46;
}

.tbar-tab-click-selected {
    background-color: #e53b46;
}

.toolbar-open {
    right: 270px;
}

.list_height, .list_height_view {
    overflow: auto;
    max-height: 650px;
    _height: expression(this.scrollHeight > 650 ? "650px" : "auto");
    margin-right: 10px;
    margin-bottom: 56px;
}

#r_history {
    max-height: 95%;
}

.list_height_view {
    max-height: 630px;
    _height: expression(this.scrollHeight > 630 ? "630px" : "auto");
}

/*****  right menu end *****/
.header {
    background-color: #fff;
}

/*****  footer *****/
.footer {
    background-color: #fff;
    margin-top: 50px;
}

.footer .footer_top {
    background: #4095d4;
    *height: 1%;
    color: #fff;
    /*border-bottom: 1px solid #2382c9;*/
}

.footer .footer_top:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.footer .footer_top .footer_phone_wrapper {
    padding: 30px 0;
    *height: 1%;
    border-bottom: 1px solid #2382c9;
}

.footer .footer_top .footer_phone_wrapper:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.footer .footer_top .footer_phone_wrapper .footer_phone {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    overflow: hidden;
}

.footer .footer_top .footer_phone_wrapper .footer_phone h1 {
      border-right: 1px solid #2382c9;
      float: left; 
      margin-left: 138px;
}

.footer .footer_top .footer_phone_wrapper .footer_phone h1 i {
    font-size: 50px;
    float: left;
}

.footer .footer_top .footer_phone_wrapper .footer_phone h1 span {
    font-size: 22px;
    float: left;
    padding: 0 20px;
}

.footer .footer_top .footer_phone_wrapper .footer_phone h1 a {
    color: #e5cb3b;
    display: block;
}

.footer .footer_top .footer_phone_wrapper .footer_phone dl {
    float: left;
    padding-left: 30px;
}

.footer .footer_top .footer_phone_wrapper .footer_phone dl dt {
    font-size: 22px;
    float: left;
    margin-right: 10px; 
    line-height: 58px;
}

.footer .footer_top .footer_phone_wrapper .footer_phone dl dd {
    float: left;
    /*width: 330px;*/ 
}

.footer .footer_top .footer_phone_wrapper .footer_phone dl dd span {
    float: left;
    /*width: 50%;*/
    line-height: 58px; 
    margin-right: 24px;
}

.footer .footer_top .footer_link {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    padding: 20px 0;
    *height: 1%;
    clear: both;
}

.footer .footer_top .footer_link:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.footer .footer_top .footer_link ul {
    border-right: 1px solid #2382c9;
    float: left;
    height: 200px;
}

.footer .footer_top .footer_link ul li {
    float: left;
    text-align: center;
    padding-right: 70px;
    line-height: 30px;
}

.footer .footer_top .footer_link ul img {
    margin: 20px 0 10px 0;
}

.footer .footer_top .footer_link ul span {
    display: block;
}

.footer .footer_top .footer_link dl {
    float: left;
    width: 80px;
    padding-left: 70px;
}

.footer .footer_top .footer_link dl dt {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer .footer_top .footer_link dl dd a {
    display: block;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
}

.footer .footer_bottom {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 25px;
}

.footer .footer_bottom ul {
    height: 75px;
    line-height: 75px;
    width: 605px;
    margin-left: auto;
    margin-right: auto;
}

.footer .footer_bottom ul li {
    color: #bc871f;
    font-size: 18px;
    float: left;
    width: 25%;
}

.footer .footer_bottom ul li i {
    font-size: 38px;
    margin-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.footer .footer_bottom dl {
    line-height: 25px;
}

.footer .footer_bottom dl dt {
    border-top: 1px solid #d1d1d1;
    padding-top: 10px;
    font-size: 12px;
}

.footer .footer_bottom dl dt b {
    height: 12px;
    width: 1px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
    background: #5b5b5b;
}

.footer .footer_bottom dl dd {
    font-size: 12px;
}

.footer .footer_bottom dl dd a {
    color: #6088c5;
    margin-left: 20px;
    font-size: 12px;
}

.footer .footer_bottom dl dd img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}

.footer .footer_bottom .outherLogo {
    height: 43px;
    padding: 20px;
}

.footer .footer_bottom .outherLogo a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 111px;
    height: 43px;
    background: url("../image/outherLogo-201701.jpg") no-repeat 0 0;
    margin-right: 20px;
}

.footer .footer_bottom .outherLogo .outherLogo_2 {
    background-position: -130px 0;
    margin-right: 10px;
}

.footer .footer_bottom .outherLogo .outherLogo_3 {
    background-position: -250px 0;
    width: 118px;
}

.footer .footer_bottom .outherLogo .outherLogo_4 {
    background-position: -380px 0;
    width: 114px;
    margin-right: 10px;
}

.footer .footer_bottom .outherLogo .outherLogo_5 {
    background-position: -510px 5px;
    margin-right: 10px;
}

.footer .footer_bottom .outherLogo .outherLogo_6 {
    background-position: right 0;
    width: 116px;
}

.sub_footer {
    margin: 30px 0;
}

.sub_footer .footer_bottom dl dt {
    border-top: 0;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    *height: 1%;
}

.container:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.breadcrumb {
    line-height: 30px;
    padding: 10px 0;
    font-size: 12px;
}

.tab_menu {
    float: left;
}

.tab_menu ul li {
    padding: 0 16px;
    float: left;
    line-height: 40px;
    height: 40px;
    background: #f0f0f0;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
}

.tab_menu ul li a {
    font-size: 14px;
    display: block;
}

.tab_menu ul li a b {
    font-weight: normal;
    margin-left: 5px;
    color: #e53b46;
}

.tab_menu ul li.on {
    background: #2a7bcc;
}

.tab_menu ul li.on a, .tab_menu ul li.on b {
    color: #fff;
}

.tab_box {
    clear: both;
}

/*****  paging *****/
.paging {
    text-align: center;
    padding: 30px 0;
}

.paging a {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    margin-right: 5px;
    color: #4095d4;
    line-height: 25px;
    height: 25px;
}

.paging a.cur {
    background: #4095d4;
    color: #fff;
    border-color: #4095d4;
}

.paging a.cur:hover {
    color: #fff;
}

.paging a:hover {
    color: #e53b46;
}

.paging a.prev, .paging a.next {
    font-size: 12px;
}

.paging a.prev i, .paging a.next i {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    font-size: 14px;
    margin-top: 0;
    color: #e53b46;
}

.paging a.next i {
    margin: 0 0 0 5px;
}

.paging a.more {
    border: 0;
}

.paging span {
    font-size: 12px;
}

/*****  dialog *****/
.dialog {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9999;
    display: none;
}

.dialog .dialog_con {
    background: #fff;
    width: 390px;
    height: 400px;
    position: absolute;
}

.dialog .title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
    background: #f7f7f7;
    border-bottom: 1px solid #eae8e8;
    font-size: 18px;
    padding: 0 10px 0 20px;
}

.dialog .title img {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    margin-right: 10px;
}

.dialog .title a {
    float: right;
    width: 50px;
    text-align: right;
    font-size: 32px;
    color: #b8b8b8;
    line-height: 45px;
}

.dialog .dialog_btn {
    text-align: center;
    clear: both;
}

.dialog .dialog_btn a {
    background: #1d8bd7;
    width: 92px;
    height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    margin-right: 30px;
    width: auto;
    padding: 0 30px;
}

.dialog .dialog_btn a.mover {
    margin-right: 0;
}

.dialog .dialog_btn a:hover {
    background: #43a7ec;
}

.dialog .dialog_btn a.gray_btn {
    background: #efefef;
    color: #999;
}

.dialog .dialog_btn a.gray_btn:hover {
    background: #f7f7f7;
}

.dialog .dialog_btn a.last {
    margin-right: 0;
}

/***** login_dialog *****/
.login_dialog .dialog_con {
    width: 460px;
    height: 480px;
    margin-top: -250px;
    margin-left: -235px;
}

.login_dialog .dialog_con .login {
    background: none;
}

.login_dialog .dialog_con .login .content {
    float: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    height: auto;
    padding-top: 10px;
}

.login_dialog .dialog_con .login .content .tab_menu ul {
    width: auto;
}

.login_dialog .dialog_con .login .content .mobileLogin .btn input {
    margin-bottom: 10px;
}

.login_dialog .dialog_con .login .content .registerLink {
    padding: 10px 0 0 25px;
}

.login_dialog .dialog_con .login .content .registerLink a {
    display: block;
}

.login_dialog .dialog_con .login .content .other_login {
    margin-top: 10px;
}

/*** login ****/
.register_link {
    float: right;
    color: #999;
    margin-top: 50px;
}

.register_link a {
    color: #4095d4;
}

.login {
    background: url("../image/login_bg-201701.jpg") no-repeat center top #0e70b3;
    height: 490px;
}

.login .slogan {
    float: left;
}

.login .slogan img {
    margin: 25px 0 0 50px;
}

.login .content {
    float: right;
    width: 350px;
    background: #fff;
    padding: 20px 15px;
    margin-top: 40px;
    height: 370px;
}

.login .content .tab_menu {
    *height: 1%;
    border-bottom: 2px solid #ccc;
    margin-bottom: 25px;
    float: none;
}

.login .content .tab_menu:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.login .content .tab_menu ul {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.login .content .tab_menu ul li {
    margin: 0;
    background: none;
    text-align: center;
    width: 50%;
    float: left;
    padding: 0;
    line-height: 50px;
    height: 50px;
    margin-bottom: -2px;
}

.login .content .tab_menu ul li a {
    font-size: 18px;
}

.login .content .tab_menu ul li.on {
    border-bottom: 2px solid #0c69ae;
}

.login .content .tab_menu ul li.on a {
    color: #0c69ae;
}

.login .content .list_common {
    padding: 0 20px;
}

.login .content .list_common dl {
    position: relative;
}

.login .content .list_common dl dt {
    height: 40px;
    line-height: 40px;
    border: 1px solid #cfcfcf;
    margin-bottom: 25px;
    position: relative;
}

.login .content .list_common dl dt i {
    font-size: 24px;
    margin-left: 10px;
    color: #999;
    float: left;
    width: 25px;
}

.login .content .list_common dl dt input {
    width: 250px;
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.login .content .list_common dl dd {
    margin-bottom: 25px;
    *height: 1%;
    position: relative;
}

.login .content .list_common dl dd:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.login .content .list_common dl dd input.text1 {
    float: left;
    width: 145px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cfcfcf;
}

.login .content .list_common dl dd .smsVer {
    background: #1d8bd7;
    width: 92px;
    height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    background: #f7f7f7;
    color: #5b5b5b;
    height: 42px;
    line-height: 42px;
    border: 1px solid #cfcfcf;
    width: 135px;
    cursor: pointer;
    font-size: 14px;
    float: left;
    margin-left: 5px;
}

.login .content .list_common dl dd .smsVer:hover {
    background: #fff;
}

.login .content .list_common dl dd .imgVer {
    font-size: 12px;
    color: #4095d4;
    float: left;
    margin-left: 5px;
}

.login .content .list_common dl dd .imgVer img {
    float: left;
    margin-right: 10px;
    height: 40px;
    width: 90px;
}

.login .content .list_common dl dd .imgVer i {
    float: left;
    line-height: 20px;
}

.login .content .list_common dl dd .Validform_checktip {
    bottom: -20px;
}

.login .content .list_common dl .Validform_checktip {
    clear: both;
    position: absolute;
    bottom: -32px;
}

.login .content .list_common .btn input {
    background: #1d8bd7;
    width: 92px;
    height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}

.login .content .list_common .btn input:hover {
    background: #43a7ec;
}

.login .content .list_common p {
    padding: 5px 0;
}

.login .content .userLogin .btn input {
    margin-bottom: 10px;
}

.login .content .mobileLogin .btn input {
    margin-top: 0;
}

.login .content .other_login {
    line-height: 40px;
    margin-top: 15px;
    margin-left: 25px;
}

.login .content .other_login span {
    float: left;
}

.login .content .other_login a {
    font-size: 32px;
    margin-right: 15px;
    color: #ff8813;
    float: left;
}

.login .content .other_login a.icon-zhifubao {
    margin-top: 3px;
}

.login .content .other_login a.icon-qq {
    color: #65a3de;
}

.login .content .other_login a.icon-weixin {
    color: #08BA06;
    font-size: 34px;
    margin-top: 2px;
}

/*** register ****/
.register {
    background: #f8fcff;
    border: 1px solid #acd4f1;
    padding: 40px 0 60px 100px;
}

.register h1 {
    padding: 0 30px;
    border-bottom: 2px solid #ccc;
    line-height: 40px;
    height: 40px;
    margin-bottom: 45px;
    margin-right: 100px;
}

.register h1 span {
    color: #0c69ae;
    font-size: 18px;
    border-bottom: 2px solid #0c69ae;
    display: inline-block;
}

.register .valContent ul li {
    margin-bottom: 20px;
}

.register .valContent ul li span {
    margin-right: 20px;
}

.register .valContent ul li .text1 {
    width: 350px;
    background: #fff;
    border: 1px solid #e9e9e9;
    line-height: 40px;
    height: 40px;
    border-color: #cfcfcf;
    float: left;
}

.register .valContent ul li .w125 {
    width: 125px;
}

.register .valContent ul li .smsVer {
    line-height: 40px;
    height: 40px;
}

.register .valContent ul li .imgVer img {
    margin-top: 0;
    height: 40px;
}

.register .valContent .btn {
    margin-top: 30px;
    margin-left: 150px;
}

.register .valContent .btn input {
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

/*** findPasswordd ****/
.findPas {
    padding: 0 0 70px 0;
}

.findPas h1 {
    border-bottom: 0;
    padding: 15px 30px;
}

.findPas h1 i {
    font-size: 30px;
    margin: 0 10px 0 0;
}

.findPas h1 span {
    border-bottom: 0;
    font-size: 18px;
    color: #5b5b5b;
}

.findPas h1 span b {
    font-weight: normal;
    color: #999;
    margin-left: 10px;
}

.findPas .stepflex {
    float: inherit;
    width: 735px;
    margin: 20px auto 50px auto;
}

.findPas .stepflex dl {
    width: 25%;
}

.findPas .stepflex:before, .findPas .stepflex:after {
    background: #f8fcff;
    width: 74px;
}

.findPas form {
    padding: 60px 0 0 200px;
}

.findPas .valContent p {
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}

.findPas .valContent p b {
    font-weight: normal;
}

.findPas .valContent p a {
    color: #0c69ae;
}

.userBrowse {
    border: 1px solid #f0f0f0;
    margin-bottom: 25px;
    *height: 1%;
}

.userBrowse:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.userBrowse .title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
}

/*****  productList *****/
.productList1 dl {
    float: left;
    width: 180px;
    padding: 25px 30px;
}

.productList1 dl dt {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}

.productList1 dl dt img {
    width: 180px;
    height: 180px;
}

.productList1 dl dd span {
    display: block;
}

.productList1 dl dd span i {
    font-size: 18px;
    color: #e53b46;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.productList1 dl dd span b {
    background: #e53b46;
    color: #fff;
    font-weight: normal;
    padding: 0 4px;
    margin-left: 2px;
    font-size: 12px;
}

.productList1 dl dd strong {
    display: block;
    line-height: 22px;
    margin-top: 5px;
    font-size: 12px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 190px;
}

.productList1 dl dd strong b {
    background: #0c69ae;
    color: #fff;
    font-weight: normal;
    padding: 0 2px;
    border-radius: 3px;
    margin: -2px 5px 0 0;
    font-size: 12px;
}

/***** rechargePay ***/
.recharge_pay {
    margin: 50px 0 20px 50px;
}

.recharge_pay dl {
    *height: 1%;
    clear: both;
}

.recharge_pay dl:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.recharge_pay dl dt {
    margin-bottom: 20px;
}

.recharge_pay dl dd {
    margin-left: 20px;
    *height: 1%;
}

.recharge_pay dl dd:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.recharge_pay dl dd label {
    width: 170px;
    margin-right: 40px;
    margin-bottom: 30px;
    float: left;
}

.recharge_pay dl dd label input {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    margin: -26px 15px 0 0;
}

.recharge_pay dl dd label span {
    display: inline-block;
    background: url("../image/paymentMethod-201701.jpg") no-repeat 0 0;
    width: 132px;
    height: 40px;
}

.recharge_pay dl dd label span.weChat {
    background-position: -142px 0;
}

.recharge_pay dl dd label span.xinyongka {
    background-position: 0 -50px;
}

.recharge_pay dl dd label span.chuxuka {
    background-position: -142px -50px;
}

.recharge_pay dl dd label span.jiaotongka {
    background-position: -284px -50px;
}

.recharge_pay dl dd label span.gosh {
    background-position: 0 -100px;
}

.recharge_pay dl dd label span.zhsh {
    background-position: -142px -100px;
}

.recharge_pay dl dd label span.jish {
    background-position: -284px -100px;
}

.recharge_pay dl dd label span.noye {
    background-position: right -100px;
}

.recharge_pay dl dd label span.pufa {
    background-position: 0 -150px;
}

.recharge_pay dl dd label span.xiye {
    background-position: -142px -150px;
}

.recharge_pay dl dd label span.gudo {
    background-position: -284px -150px;
}

.recharge_pay dl dd label span.shzh {
    background-position: right -150px;
}

.recharge_pay dl dd label span.mish {
    background-position: 0 -199px;
}

.recharge_pay dl dd label span.jito {
    background-position: -142px -199px;
}

.recharge_pay dl dd label span.zhgu {
    background-position: -284px -199px;
}

.recharge_pay dl dd label span.kuda {
    background-position: right -199px;
}

.recharge_pay dl dd label span.hazh {
    background-position: 0 bottom;
    height: 42px;
}

.recharge_pay dl dd label span.shha {
    background-position: -142px bottom;
    height: 42px;
}

.recharge_pay dl dd label span.nibo {
    background-position: -284px bottom;
    height: 42px;
}

.recharge_pay dl dd label span.pian {
    background-position: -426px bottom;
    height: 42px;
}

.recharge_pay dl dd#showMore {
    clear: both;
    margin-top: 5px;
}

.recharge_pay dl dd#showMore a {
    display: block;
    width: 120px;
}

.recharge_pay dl dd#showMore span {
    display: block;
}

.recharge_pay dl dd#showMore .hide {
    background: url("../image/arrow_down-201701.png") no-repeat right center;
    background-size: 15px;
}

.recharge_pay dl dd#showMore .show {
    background: url("../image/arrow_up-201701.png") no-repeat right center;
    background-size: 15px;
}

/***** calendar ***/
/**** list ***/
.hotProductList {
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.hotProductList h3 {
    background: #f7f7f7;
    height: 40px;
    line-height: 40px;
    color: #5b5b5b;
    font-weight: normal;
    padding: 0 20px;
    font-size: 18px;
    border-bottom: 1px solid #e9e9e9;
}

.hotProductList .hot_pro_list {
    padding: 40px 15px 0;
}

.hotProductList .hot_pro_list .hot_pro_row {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.hotProductList .hot_pro_list .hot_pro_row .hot_pro_img {
    width: 165px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 30px;
}

.hotProductList .hot_pro_list .hot_pro_row .hot_pro_img img {
    width: 165px;
}

.hotProductList .hot_pro_list .hot_pro_row h4 {
    font-weight: normal;
    color: #5b5b5b;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hotProductList .hot_pro_list .hot_pro_row i {
    display: block;
    color: #e53b46;
    padding: 5px 0;
}

.brand_image {
    margin-bottom: 20px;
}

.c_drugNews {
    *height: 1%;
    margin-top: 60px;
}

.c_drugNews:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.c_drugNews .drug_news {
    float: left;
    width: 890px;
}

.c_drugNews .drug_news .slideTxtBox {
    width: 888px;
    border: 1px solid #ddd;
    text-align: left;
}

.c_drugNews .drug_news .slideTxtBox .hd {
    height: 44px;
    line-height: 44px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.c_drugNews .drug_news .slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: -1px;
    height: 46px;
}

.c_drugNews .drug_news .slideTxtBox .hd ul li {
    float: left;
    padding: 0 25px;
    cursor: pointer;
    font-size: 16px;
}

.c_drugNews .drug_news .slideTxtBox .hd ul li.on {
    height: 44px;
    background: #fff;
    color: #5f89c5;
    border-top: 2px solid #5f89c5;
    border-bottom: 2px solid #fff;
}

.c_drugNews .drug_news .slideTxtBox .bd {
    padding: 15px;
    zoom: 1;
}

.c_drugNews .drug_news .slideTxtBox .bd .news_div {
    display: none;
}

.c_drugNews .drug_news .slideTxtBox .bd dl {
    *height: 1%;
}

.c_drugNews .drug_news .slideTxtBox .bd dl:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.c_drugNews .drug_news .slideTxtBox .bd dl dt {
    float: left;
    width: 75px;
    margin-right: 35px;
    margin-left: 10px;
}

.c_drugNews .drug_news .slideTxtBox .bd dl dd {
    float: left;
    width: 700px;
    font-size: 14px;
    color: #5b5b5b;
}

.c_drugNews .drug_news .slideTxtBox .bd dl dd h4 {
    font-size: 18px;
}

.c_drugNews .drug_news .slideTxtBox .bd dl dd p {
    text-indent: 2em;
    margin-top: 10px;
    line-height: 25px;
}

.c_drugNews .drug_news .slideTxtBox .bd .news_ul_list {
    *height: 1%;
    margin: 10px 0;
    font-size: 12px;
}

.c_drugNews .drug_news .slideTxtBox .bd .news_ul_list:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.c_drugNews .drug_news .slideTxtBox .bd .news_ul_list ul {
    float: left;
    width: 255px;
    margin-right: 25px;
}

.c_drugNews .drug_news .slideTxtBox .bd .news_ul_list ul li {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c_drugNews .drug_news .slideTxtBox .bd .news_ul_list ul li :before {
    width: 1px;
    height: 2px;
    background: #5b5b5b;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    content: " ";
}

.c_drugNews .drug_news .slideTxtBox .bd .news_ul_list ul li .channel {
    color: #5f89c5;
}

.c_drugNews .media_report {
    float: right;
    width: 280px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

.c_drugNews .media_report h4 {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.c_drugNews .media_report h4 span {
    position: absolute;
    right: 20px;
    top: 0;
}

.c_drugNews .media_report .text_mediaReport {
    padding: 0 10px 10px;
}

.c_drugNews .media_report .text_mediaReport .m_picScroll {
    width: 250px;
    height: 165px;
    margin-bottom: 5px;
}

.c_drugNews .media_report .text_mediaReport .m_picScroll .slideBox {
    width: 250px;
    height: 165px;
    overflow: hidden;
    position: relative;
}

.c_drugNews .media_report .text_mediaReport .m_picScroll .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.c_drugNews .media_report .text_mediaReport .m_picScroll .slideBox .bd li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.c_drugNews .media_report .text_mediaReport .m_picScroll .slideBox .bd li .des_picScr .des_picBg {
    z-index: 9;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 27px;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.c_drugNews .media_report .text_mediaReport .m_picScroll .slideBox .bd li .des_picScr .des_picText {
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
}

.c_drugNews .media_report .text_mediaReport .m_picScroll .slideBox .bd li img {
    width: 250px;
    height: 165px;
    display: block;
}

.c_drugNews .media_report .text_mediaReport .m_picScroll .slideBox .next, .c_drugNews .media_report .text_mediaReport .m_picScroll .slideBox .prev {
    right: 0;
    position: absolute;
    z-index: 9999;
    display: block;
    top: 65px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.c_drugNews .media_report .text_mediaReport .m_picScroll .slideBox .next i, .c_drugNews .media_report .text_mediaReport .m_picScroll .slideBox .prev i {
    color: #fff;
    font-size: 30px;
}

.c_drugNews .media_report .text_mediaReport .m_picScroll .slideBox .prev {
    right: inherit;
    left: 0;
}

.c_drugNews .media_report .text_mediaReport .m_picScroll .slideBox .prev:hover, .c_drugNews .media_report .text_mediaReport .m_picScroll .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.c_drugNews .media_report .text_mediaReport .m_textReport ul {
    float: left;
    width: 250px;
    padding-bottom: 8px;
    font-size: 12px;
}

.c_drugNews .media_report .text_mediaReport .m_textReport ul li {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c_drugNews .media_report .text_mediaReport .m_textReport ul li em {
    width: 3px;
    height: 2px;
    background: #5b5b5b;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}

/**** list ***/
.friendship_links {
    margin-top: 45px;
    margin-bottom: 10px;
    font-size: 14px;
    *height: 1%;
}

.friendship_links:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.friendship_links dl {
    line-height: 25px;
    font-size: 12px;
}

.friendship_links dl dt {
    float: left;
    margin-right: 10px;
    font-size: 12px;
}

.friendship_links dl dd {
    float: left;
    overflow: hidden;
    width: 1080px;
    font-size: 12px;
}

.friendship_links dl dd a {
    margin-right: 10px;
    display: inline-block;
}

.friendship_links dl a.arrow_down {
    background: url("../image/arrow_down-201701.png") no-repeat center center;
    background-size: 12px;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.friendship_links dl a.arrow_up {
    background: url("../image/arrow_up-201701.png") no-repeat center center;
    background-size: 12px;
}

/**** delete dialog *******/
.delete_style1 .dialog_con, .grabCoupons .dialog_con {
    width: 500px;
    height: 270px;
    position: absolute;
}

.delete_style1 .dialog_con dl, .grabCoupons .dialog_con dl {
    padding: 30px 50px;
    *height: 1%;
}

.delete_style1 .dialog_con dl:after, .grabCoupons .dialog_con dl:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.delete_style1 .dialog_con dl dt, .grabCoupons .dialog_con dl dt {
    float: left;
    font-size: 60px;
    color: #cfa54f;
    margin-right: 15px;
}

.delete_style1 .dialog_con dl dd, .grabCoupons .dialog_con dl dd {
    float: left;
    margin-top: 10px;
}

.delete_style1 .dialog_con dl dd span, .grabCoupons .dialog_con dl dd span {
    display: block;
    font-size: 24px;
}

.delete_style1 .dialog_con dl dd strong, .grabCoupons .dialog_con dl dd strong {
    line-height: 30px;
}

/**** graCoupons *******/
.grabCoupons .dialog_con dl dt {
    color: #99bb11;
}

.grabCoupons .dialog_con p {
    padding: 35px 0 0 15px;
    color: #999;
}

/**** step *****/
.stepflex {
    display: block;
    border-top: 5px solid #ccc;
    text-align: center;
    margin: 45px 0 0;
    float: right;
    position: relative;
}

.stepflex dl {
    float: left;
    position: relative;
    width: 130px;
    top: -7px;
    border-top: 7px solid #dadbdc;
}

.stepflex dl.doing {
    border-top-color: #d9b772;
}

.stepflex dl.doing .s-num {
    background-position: -44px 0;
}

.stepflex dl.doing .s-text {
    color: #cfa54f;
}

.stepflex dl.done {
    border-top-color: #ecdbb8;
}

.stepflex dl.done .s-text {
    color: #ecdbb8;
}

.stepflex dl.done .s-num {
    background-position: 0 0;
}

.stepflex .s-num {
    position: relative;
    margin: -20px auto 0;
    color: #fff;
    font-weight: 700;
    width: 35px;
    height: 35px;
    background-image: url("../image/step-201701.png");
    background-position: right 0;
    line-height: 35px;
}

.stepflex .s-text {
    color: #666;
    line-height: 40px;
    font-size: 16px;
}

.stepflex .doing.last .s-num {
    background-position: -91px 0;
}

.stepflex:before, .stepflex:after {
    background: #fff;
    width: 48px;
    height: 20px;
    position: absolute;
    left: 0;
    content: " ";
    display: block;
    top: -10px;
    z-index: 2;
}

.stepflex:after {
    left: inherit;
    right: 0;
    width: 47px;
}

/****  address dialog*****/
.dialog_con {
    width: 720px;
    height: 510px;
}

.dialog_con .title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
    font-size: 18px;
    background: #f7f7f7;
    border-bottom: 1px solid #e9e9e9;
}

.dialog_con .title a {
    float: right;
}

.dialog_con .con {
    padding: 40px 0;
}

.address_dialog .dialog_con .con .city {
    display: inline-block;
    margin: 10px 0;
    width: 200px;
}

.address_dialog .dialog_con .con .city_er {
    margin-left: 140px;
}

.address_dialog .dialog_con .con .city span {
    width: 28px;
}

.address_dialog .dialog_con .con .city select {
    width: 140px;
}

.dialog_con .con h2 {
    text-align: center;
}

.address_dialog .dialog_con .con h2 .Btn {
    background: #1d8bd7;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 25px;
    font-weight: normal;
    width: 120px;
    font-size: 12px;
}

.address_dialog .dialog_con .con h2 .Btn:hover {
    background: #43a7ec;
}

.dialog_con .con ul li {
    line-height: 30px;
    margin-bottom: 15px;
    clear: both;
    overflow: hidden;
}

.address_dialog .dialog_con .con ul li .addDian {
    position: absolute;
}

.dialog_con .con ul li span {
    float: left;
    margin-right: 10px;
    width: 130px;
    text-align: right;
    height: 30px;
}

.dialog_con .con ul li strong {
    float: left;
}

.dialog_con #meiqia {
    margin: 10% auto;
    width: 12%;
    color: #ff4e3f;
    cursor: pointer;
}

.dialog_con .con ul li strong b {
    font-weight: normal;
    font-size: 12px;
    margin-left: 10px;
}

.dialog_con .con ul li strong.city select {
    margin-right: 10px;
}

.dialog_con .con ul li strong.city #s_county {
    margin-right: 0;
}

.dialog_con .con ul li .red {
    color: #e53b46;
    margin-left: 5px;
    float: left;
}

.dialog_con .con ul li .text1 {
    width: 250px;
    float: left;
}

.dialog_con .con ul li.gray {
    color: #999;
    font-size: 12px;
    margin-left: 140px;
}

/****  address *****/
.consignee .con dl {
    *height: 1%;
    margin: 30px 0;
}

.consignee .con dl:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.consignee .con dl dt {
    float: left;
    width: 140px;
    font-size: 18px;
    line-height: 50px;
}

.consignee .con dl dd {
    float: left;
    width: 950px;
}

.consignee .con dl dd .existingAddress {
    *height: 1%;
}

.consignee .con dl dd .existingAddress:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.consignee .con dl dd .existingAddress .list {
    border: 1px solid #e9e9e9;
    border-width: 2px;
    width: 250px;
    height: 100px;
    padding: 20px;
    margin: 0 20px 20px 0;
    float: left;
    cursor: pointer;
    position: relative;
}

.consignee .con dl dd .existingAddress .list h1 span {
    float: right;
    color: #4095d4;
    display: none;
}

.consignee .con dl dd .existingAddress .list h1 span a {
    color: #0c69ae;
}

.consignee .con dl dd .existingAddress .list h1 span i {
    margin: 0 5px;
}

.consignee .con dl dd .existingAddress .list p {
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    padding: 10px 0;
}

.consignee .con dl dd .existingAddress .list h2 {
    font-weight: bold;
}

.consignee .con dl dd .existingAddress .list.cur {
    border-color: #addcfc;
    color: #0c69ae;
}

.consignee .con dl dd .existingAddress .list.cur h1 span {
    display: block;
}

.consignee .con dl dd .existingAddress .list.cur:before {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../image/check-201701.png") no-repeat 0 0;
    content: " ";
    display: block;
    width: 28px;
    height: 24px;
}

.consignee .con dl dd .newAdd_btn {
    width: 130px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #f2f9fe;
    border: 1px solid #d1e9f8;
    color: #0c69ae;
    display: inline-block;
}

.consignee .con dl dd .newAdd_btn i {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    margin-top: 0;
}

.consignee .con dl dd .newAdd_btn:hover {
    background: #fff;
}

.consignee .con dl dd .check a {
    float: left;
    padding: 15px 30px;
    border: 1px solid #e9e9e9;
    margin-right: 20px;
    width: 130px;
    text-align: center;
    border-width: 2px;
    position: relative;
}

.consignee .con dl dd .check a.cur {
    border-color: #addcfc;
    color: #0c69ae;
}

.consignee .con dl dd .check a.cur:before {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../image/check-201701.png") no-repeat 0 0;
    content: " ";
    display: block;
    width: 28px;
    height: 24px;
}

.consignee .con dl dd .payMet {
    line-height: 35px;
}

.consignee .con dl dd .payMet p a {
    color: #4095d4;
}

.consignee .con dl dd .payMet p .red {
    color: #e53b46;
}

.consignee .con dl dd .payMet p .modify {
    margin-left: 30px;
}

.consignee .con dl dd .payMet dl {
    margin: 0;
}

.consignee .con dl dd .payMet dl dt {
    width: auto;
    line-height: 35px;
    margin-right: 20px;
}

.consignee .con dl dd .payMet dl dt a {
    font-size: 14px;
    color: #4095d4;
}

.consignee .con dl dd .payMet dl dd {
    position: relative;
    width: auto;
}

.consignee .con dl dd .payMet dl dd span i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    margin-top: -1px;
}

.consignee .con dl dd .payMet dl dd .tips {
    background: #fcf5e6;
    border: 1px solid #cfa54f;
    font-size: 12px;
    padding: 15px;
    position: absolute;
    line-height: 25px;
    width: 300px;
    top: -180px;
    display: none;
}

/****  register and user phone Verification *****/
.valContent ul li {
    *height: 1%;
    clear: both;
    line-height: 35px;
    margin-bottom: 10px;
    position: relative;
}

.valContent ul li:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.valContent ul li span {
    width: 130px;
    margin-right: 10px;
    float: left;
    text-align: right;
}

.valContent ul li strong {
    float: left;
}

.valContent ul li input.text1 {
    float: left;
    width: 250px;
}

.valContent ul li .smsVer {
    background: #1d8bd7;
    width: 92px;
    height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    background: #f7f7f7;
    color: #5b5b5b;
    border: 1px solid #cfcfcf;
    padding: 0 10px;
    width: auto;
    cursor: pointer;
    font-size: 14px;
    margin-right: 20px;
    float: left;
    margin-left: 20px;
}

.valContent ul li .smsVer:hover {
    background: #fff;
}

.valContent ul li .imgVer {
    font-size: 12px;
    color: #4095d4;
    float: left;
    margin-left: 20px;
}

.valContent ul li .imgVer img {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    margin-right: 10px;
    width: 115px;
    height: 35px;
}

.valContent .btn {
    margin: 50px 0 0 140px;
}

.valContent .btn input, .valContent .btn a {
    background: #1d8bd7;
    width: 92px;
    height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    margin-right: 60px;
}

.valContent .btn input:hover, .valContent .btn a:hover {
    background: #43a7ec;
    cursor: pointer;
}

.valContent p {
    *height: 1%;
    clear: both;
    padding: 20px 0 0 60px;
}

.valContent p:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.valContent p i {
    float: left;
    font-size: 70px;
    color: #99bb11;
    margin-right: 30px;
}

.valContent p span {
    float: left;
    font-size: 24px;
    line-height: 40px;
}

.valContent p span b {
    color: #999;
    font-size: 14px;
    display: block;
}

.columnLeft {
    float: left;
    width: 200px;
    border: 1px solid #d4e9f9;
    border-top: 0;
    margin-bottom: 20px;
}

.columnLeft dl dt {
    height: 40px;
    line-height: 40px;
    background: #f2f9fe;
    padding: 0 25px;
    color: #5f89c5;
    border-bottom: 1px solid #d4e9f9;
    border-top: 1px solid #d4e9f9;
}

.columnLeft dl dt i {
    color: #5f89c5;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.columnLeft dl dd {
    padding: 20px 10px 20px 40px;
}

.columnLeft dl dd a {
    display: block;
    line-height: 30px;
    height: 30px;
}

.columnLeft dl dd a b {
    font-weight: normal;
    background: url("../image/columnLeft_bg1-201701.png") no-repeat 0 0;
    width: 28px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    line-height: 18px;
    color: #fff;
    text-align: center;
    margin: -3px 0 0 10px;
}

.columnLeft dl dd a.cur {
    color: #5f89c5;
}

.columnLeft dl dd a.cur i {
    color: #5f89c5;
    font-weight: bold;
    float: right;
}

.columnLeft dl dd a:before {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    background: #999;
    width: 3px;
    height: 3px;
    content: " ";
    margin-right: 15px;
}

.columnLeft dl.perSta dt i {
    margin-top: 0;
}

.columnRight {
    float: right;
    width: 965px;
    /****  userCenter Home *****/
    /****  userCenter myOrder *****/
    /****  userCenter userCenter_memberInformation *****/
    /*moneyManagement*/
    /*everyKhanga*/
    /*****  productConsult*****/
    /*****  drugCounseling *****/
    /*****  securityInformation *****/
    /*****  myMessage ****/
    /*****  myCoupon ****/
    /***** receivingAddress ****/
    /***** myPoints ****/
}

.columnRight .userInfo {
    background: #f5f8fa;
    padding: 25px;
    *height: 1%;
    margin-bottom: 25px;
}

.columnRight .userInfo:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.columnRight .userInfo .left {
    float: left;
    width: 580px;
}

.columnRight .userInfo .left .user_pic {
    background: #fff;
    width: 108px;
    height: 108px;
    float: left;
    text-align: center;
    margin-right: 25px;
}

.columnRight .userInfo .left .user_pic img {
    width: 104px;
    height: 104px;
    padding: 2px;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
}

.columnRight .userInfo .left .user_pic i {
    display: block;
    color: #5f89c5;
}

.columnRight .userInfo .left .user_pic .file {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.columnRight .userInfo .left .user_pic .file input {
    position: absolute;
    width: 110px;
    height: 150px;
    right: 0;
    top: 0;
    opacity: 0;
}

.columnRight .userInfo .left dl dt {
    margin-bottom: 10px;
}

.columnRight .userInfo .left dl dt span {
    color: #e53b46;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    margin-right: 10px;
}

.columnRight .userInfo .left dl dt b {
    color: #999;
    font-weight: normal;
    font-size: 14px;
}

.columnRight .userInfo .left dl dd {
    line-height: 25px;
}

.columnRight .userInfo .left dl dd.l1 span {
    display: block;
    font-size: 12px;
}

.columnRight .userInfo .left dl dd.l1 span b {
    font-weight: normal;
    color: #e53b46;
}

.columnRight .userInfo .left dl dd.l2 span {
    float: left;
    display: inline-block;
    font-size: 12px;
}

.columnRight .userInfo .left dl dd.l2 span.process {
    width: 120px;
    height: 13px;
    border: 1px solid #e9e9e9;
    background: #fff;
    margin: 5px;
}

.columnRight .userInfo .left dl dd.l2 span.process i {
    background: #71b247;
    display: block;
    height: 100%;
    width: 20%;
}

.columnRight .userInfo .left dl dd.l2 span.green {
    color: #71b247;
}

.columnRight .userInfo .left dl dd.l2 a {
    color: #5f89c5;
    font-size: 12px;
    position: relative;
    font-weight: normal;
    cursor: pointer;
}

.columnRight .userInfo .left dl dd.l2 a i {
    vertical-align: middle;
}

.columnRight .userInfo .left dl dd.l2 span {
    float: left;
    display: inline-block;
    font-size: 12px;
    margin-left: 135px;
}

.columnRight .userInfo .right {
    float: right;
    text-align: center;
}

.columnRight .userInfo .right dl {
    background: #dbf2fe;
    height: 105px;
    float: left;
    border: 1px solid #b7dffb;
    padding: 15px;
    border-radius: 5px;
    margin-left: 16px;
}

.columnRight .userInfo .right dl dt i {
    font-size: 40px;
    color: #1d8bd7;
}

.columnRight .userInfo .right dl dt span {
    display: block;
    font-size: 14px;
    color: #5b5b5b;
}

.columnRight .userInfo .right dl dt b {
    font-weight: normal;
    color: #e53b46;
}

.columnRight .userInfo .right dl dd {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.columnRight .userInfo .right dl dd a {
    background: #1d8bd7;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    cursor: pointer;
}

.columnRight .userInfo .right dl.voucher {
    background: #fef2db;
    border-color: #f0dbb1;
}

.columnRight .userInfo .right dl.voucher dt {
    color: #c6912a;
}

.columnRight .userInfo .right dl.voucher dt i {
    color: #c6912a;
}

.columnRight .userInfo .right dl.voucher dd a {
    background: #c6912a;
}

.columnRight .userInfo .right dl:hover {
    background: #309ce6;
}

.columnRight .userInfo .right dl:hover dt i {
    color: #fff;
}

.columnRight .userInfo .right dl:hover dt span, .columnRight .userInfo .right dl:hover dt span b {
    color: #fff;
}

.columnRight .userInfo .right dl:hover dd a {
    background: #fff;
    color: #4095d4;
}

.columnRight .userInfo .right dl.voucher:hover {
    background: #c6912a;
}

.columnRight .userInfo .right dl.voucher:hover dd a {
    color: #c6912a;
}

.columnRight .userOrder {
    border: 1px solid #f0f0f0;
    margin-bottom: 25px;
}

.columnRight .userOrder .title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
}

.columnRight .userOrder .con {
    padding: 10px 30px 0 30px;
    text-align: center;
}

.columnRight .userOrder .con table thead tr td {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0;
}

.columnRight .userOrder .con table tbody tr td {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
}

.columnRight .userOrder .con table tbody tr td img {
    width: 50px;
    height: 50px;
}

.columnRight .userOrder .con table tbody tr td a {
    display: block;
    color: #4095d4;
    line-height: 30px;
}

.columnRight .userOrder .con p a {
    color: #4095d4;
    padding: 20px 0;
    display: block;
}

.columnRight .com_ttl {
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #dcdcdc;
    margin-bottom: 20px;
}

.columnRight .com_ttl span {
    display: inline-block;
    border-bottom: 2px solid #0173bc;
    font-size: 16px;
    padding-right: 10px;
}

.columnRight .com_ttl a {
    float: right;
    color: #0c69ae;
}

.columnRight .myOrder_tab {
    border-bottom: 1px solid #f0f0f0;
    height: 40px;
    margin-bottom: 20px;
}

.columnRight .search, .columnRight .cardSearch .search {
    float: right;
    width: 346px;
    line-height: 30px;
}

.columnRight .search span, .columnRight .cardSearch .search span {
    float: left;
    font-size: 14px;
}

.columnRight .search div, .columnRight .cardSearch .search div {
    position: relative;
    float: left;
}

.columnRight .search div input, .columnRight .cardSearch .search div input {
    width: 126px;
    border: 1px solid #b1cde0;
    height: 28px;
    line-height: 28px;
    padding: 0 10px 0 30px;
    float: left;
    color: #666;
    font-size: 12px;
}

.columnRight .search div i, .columnRight .cardSearch .search div i {
    position: absolute;
    color: #cacbcf;
    font-size: 20px;
    left: 5px;
}

.columnRight .search div button, .columnRight .cardSearch .search div button {
    background: #1d8bd7;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    cursor: pointer;
    width: 80px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.columnRight .search div button:hover {
    background: #43a7ec;
}

.columnRight .search div .Validform_checktip {
    clear: both;
    position: absolute;
    font-size: 12px;
    bottom: -40px;
    left: 35px;
}

.columnRight .myOrder_box {
    text-align: center;
}

.columnRight .myOrder_box .title1 {
    margin-bottom: 20px;
}

.columnRight .myOrder_box .title1 table tr td {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
    background: #f0f0f0;
    font-size: 12px;
    padding: 0;
}

.columnRight .myOrder_box .title1 table tr td select {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    outline: 1px solid #e9e9e9;
}

.columnRight .myOrder_box .con {
    margin-bottom: 20px;
}

.columnRight .myOrder_box .con table {
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    border-right: 0;
}

.columnRight .myOrder_box .con table thead tr td {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
    font-size: 12px;
    text-align: left;
}

.columnRight .myOrder_box .con table thead tr .zongjia {
    padding-left: 50px;
}

.columnRight .myOrder_box .con table thead tr .zongjia span {
    color: #e53b46;
}

.columnRight .myOrder_box .con table thead tr td b {
    color: #4095d4;
    font-weight: normal;
}

.columnRight .myOrder_box .con table thead tr td b.address {
    padding: 0 25px;
}

.columnRight .myOrder_box .con table thead tr td a.contact {
    background: #e53b46;
    color: #fff;
    padding: 2px 4px;
    text-align: right;
}

.columnRight .myOrder_box .con table thead tr td a.contact i {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.columnRight .myOrder_box .con table thead tr .phone {
    text-align: right;
    padding-right: 20px;
    border-right: 1px solid #e9e9e9;
}

.columnRight .myOrder_box .con table thead tr .phone span i {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.columnRight .myOrder_box .con table tbody tr td {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 25px 0;
}

.columnRight .myOrder_box .con table tbody tr td .img {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.columnRight .myOrder_box .con table tbody tr td .img a {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 5px;
}

.columnRight .myOrder_box .con table tbody tr td .img a img {
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
}

.columnRight .myOrder_box .con table tbody tr td .operateLink dt {
    margin-bottom: 10px;
}

.columnRight .myOrder_box .con table tbody tr td .operateLink dt a {
    color: #4095d4;
    font-size: 12px;
}

.columnRight .myOrder_box .con table tbody tr td .operateLink dt i {
    color: #4095d4;
    margin: 0 10px;
    display: inline-block;
}

.columnRight .myOrder_box .con table tbody tr td .operateLink dt a.red {
    color: #e53b46;
}

.columnRight .myOrder_box .con table tbody tr td .operateLink dt b {
    color: #4095d4;
    font-size: 12px;
}

.columnRight .myOrder_box .con table tbody tr td .operateLink dd a {
    background: #1d8bd7;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    background: #f2f9fe;
    color: #4095d4;
    border: 1px solid #d0e8f8;
    width: 70px;
    display: inline-block;
    line-height: 25px;
    height: 25px;
}

.columnRight .myOrder_box .con table tbody tr td .operateLink dd a.buy {
    background: #1d8bd7;
    color: #fff;
    border: 0;
    margin-bottom: 5px;
}

.columnRight .myOrder_box .con table tbody tr td.red {
    color: #e53b46;
}

.columnRight .myOrder_box .con table tbody tr td.neutral {
    color: #cfa54f;
}

.columnRight .purInf, .columnRight .personal {
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
}

.columnRight .purInf .title, .columnRight .personal .title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
}

.columnRight .purInf .title a, .columnRight .personal .title a {
    float: right;
    color: #4095d4;
    padding-right: 20px;
}

.columnRight .purInf .title a.cancel, .columnRight .personal .title a.cancel {
    display: none;
}

.columnRight .purInf .con, .columnRight .personal .con {
    padding: 30px 50px;
}

.columnRight .purInf .con dl, .columnRight .personal .con dl {
    margin-bottom: 20px;
    line-height: 30px;
    clear: both;
    overflow: auto;
}

.columnRight .purInf .con dl dt, .columnRight .personal .con dl dt {
    float: left;
    margin-right: 10px;
}

.columnRight .purInf .con dl dd, .columnRight .personal .con dl dd {
    float: left;
    width: 720px;
}

.columnRight .purInf .con dl dd input[type="text"], .columnRight .personal .con dl dd input[type="text"] {
    width: 430px;
    float: left;
}

.columnRight .purInf .con dl dd label, .columnRight .personal .con dl dd label {
    margin: 5px 10px 0 0;
}

.columnRight .purInf .con dl dd .Validform_checktip, .columnRight .personal .con dl dd .Validform_checktip {
    display: inline-block;
    float: initial;
}

.columnRight .purInf .con dl dd span, .columnRight .personal .con dl dd span {
    margin-right: 10px;
    display: inline-block;
}

.columnRight .purInf .con dl dd span input, .columnRight .personal .con dl dd span input {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    margin-right: 5px;
}

.columnRight .purInf .con dl dd.prompot, .columnRight .personal .con dl dd.prompot {
    width: auto;
}

.columnRight .purInf .con h2, .columnRight .personal .con h2 {
    text-align: center;
}

.columnRight .purInf .con h2 a, .columnRight .purInf .con h2 input, .columnRight .personal .con h2 a, .columnRight .personal .con h2 input {
    background: #1d8bd7;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 25px;
    font-weight: normal;
    width: 90px;
    font-size: 12px;
}

.columnRight .purInf .con h2 a:hover, .columnRight .purInf .con h2 input:hover, .columnRight .personal .con h2 a:hover, .columnRight .personal .con h2 input:hover {
    background: #43a7ec;
}

.columnRight .purInf .con h2 a.last, .columnRight .personal .con h2 a.last {
    background: #efefef;
    color: #a7a3ad;
}

.columnRight .purInf .con2, .columnRight .personal .con2 {
    display: none;
}

.columnRight .personal {
    *height: 1%;
}

.columnRight .personal:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.columnRight .personal ul {
    *height: 1%;
}

.columnRight .personal ul:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.columnRight .personal ul li {
    clear: both;
    margin-bottom: 20px;
    *height: 1%;
    line-height: 30px;
}

.columnRight .personal ul li:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.columnRight .personal ul li span {
    float: left;
    margin-right: 10px;
    width: 126px;
    text-align: right;
}

.columnRight .personal ul li .text1, .columnRight .personal ul li i {
    float: left;
}

.columnRight .personal ul li b {
    font-weight: normal;
    font-size: 12px;
    margin-left: 10px;
}

.columnRight .personal ul li .radio i {
    float: inherit;
}

.columnRight .personal ul li .radio input {
    margin-right: 5px;
}

.columnRight .personal ul li .radio label {
    margin-right: 10px;
}

.columnRight .personal ul li .radio .Validform_checktip {
    float: inherit;
    display: inline-block;
}

.columnRight .personal ul li select {
    width: 170px;
    height: 28px;
    line-height: 28px;
    float: left;
}

.columnRight .personal ul li .city {
    float: left;
}

.columnRight .personal ul li .city select {
    width: auto;
}

.columnRight .personal ul li .red {
    color: #e53b46;
    margin-left: 5px;
}

.columnRight .conInf ul li.none {
    float: none;
    width: auto;
}

.columnRight .conInf .con ul li strong.city select {
    margin-right: 10px;
}

.columnRight .comDeg {
    background: #f5f8fa;
    padding: 20px;
    *height: 1%;
    margin-bottom: 25px;
}

.columnRight .comDeg:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.columnRight .comDeg dl {
    float: left;
    width: 165px;
    margin-right: 20px;
    margin-left: 64px;
}

.columnRight .comDeg dl dt {
    margin-bottom: 10px;
    margin-top: 20px;
}

.columnRight .comDeg dl dd span {
    height: 13px;
    border: 1px solid #e9e9e9;
    background: #fff;
    margin-right: 5px;
    display: block;
    float: left;
    width: 145px;
}

.columnRight .comDeg dl dd span i {
    background: #71b247;
    display: block;
    height: 100%;
    width: 20%;
}

.columnRight .comDeg dl dd b {
    float: left;
    font-weight: normal;
    color: #71b247;
    font-size: 12px;
}

.columnRight .comDeg ul li {
    float: left;
    margin-left: 40px;
    background: #fef2db;
    border: 1px solid #e7cd97;
    padding: 15px 20px;
    font-size: 12px;
    text-align: center;
}

.columnRight .comDeg ul li span {
    display: block;
    line-height: 20px;
}

.columnRight .comDeg ul li span b {
    font-weight: normal;
    color: #e53b46;
    margin-left: 5px;
}

.columnRight .preDepMan_tab {
    height: 40px;
}

.columnRight .preDepMan_tab p {
    float: right;
    line-height: 40px;
}

.columnRight .preDepMan_tab p a {
    color: #2a7bcc;
}

.columnRight .preDepMan_tab .tab_menu ul li {
    width: 110px;
    padding: 0;
    cursor: pointer;
}

.columnRight .preDepMan_box .recharge {
    border: 1px solid #f0f0f0;
    padding-top: 50px;
}

.columnRight .preDepMan_box .recharge .recharge_line {
    *height: 1%;
    margin-bottom: 25px;
}

.columnRight .preDepMan_box .recharge .recharge_line:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.columnRight .preDepMan_box .recharge .recharge_line span {
    float: left;
    width: 180px;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
}

.columnRight .preDepMan_box .recharge .recharge_line .recharge_rig {
    float: left;
}

.columnRight .preDepMan_box .recharge .recharge_line .recharge_rig em {
    color: #e53b46;
}

.columnRight .preDepMan_box .recharge .recharge_line .recharge_rig i {
    color: #5b5b5b;
}

.columnRight .preDepMan_box .recharge .recharge_line .recharge_rig i b {
    color: #e53b46;
}

.columnRight .preDepMan_box .recharge .recharge_line .recharge_rig textarea {
    width: 375px;
    height: 90px;
}

.columnRight .preDepMan_box .recharge .recharge_line .recharge_rig .withdraw_btn {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url("https://img.yaofang.cn/pc/withdraw_b.png?v=201701");
    width: 126px;
    height: 38px;
    margin: 10px 30px 0 0;
    text-align: center;
}

.columnRight .preDepMan_box .recharge .recharge_line .recharge_rig .Validform_checktip {
    width: 100%;
    float: inherit;
    margin-top: 10px;
}

.columnRight .preDepMan_box .rec_btn {
    margin-left: 160px;
}

.columnRight .preDepMan_box .rec_btn input {
    background: #1d8bd7;
    width: 92px;
    height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    margin: 15px 0 50px 30px;
}

.columnRight .preDepMan_box .rec_btn input:hover {
    background: #43a7ec;
}

.columnRight .preDepMan_box .recRec .con {
    border: 1px solid #f0f0f0;
    padding: 40px 25px;
    margin-bottom: 20px;
}

.columnRight .preDepMan_box .recRec .con table thead tr td {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
    font-size: 12px;
    text-align: left;
    border-bottom: 0;
}

.columnRight .preDepMan_box .recRec .con table thead tr .phone {
    text-align: right;
    padding-right: 20px;
    border-right: 1px solid #e9e9e9;
}

.columnRight .preDepMan_box .recRec .con table thead tr .phone span i {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.columnRight .preDepMan_box .recRec .con table tbody tr td {
    padding: 15px 20px;
}

.columnRight .preDepMan_box .recRec .con table tbody tr td.price {
    color: #e53b46;
}

.columnRight .preDepMan_box .recRec .con table tbody tr td.green {
    color: #71b247;
}

.columnRight .preDepMan_box .recRec .con p {
    padding: 20px 25px;
}

.columnRight .preDepMan_box .recRec .con p span {
    color: #e53b46;
}

.columnRight .preDepMan_box .recRec .con h1 {
    margin-bottom: 40px;
}

.columnRight .preDepMan_box .recRec .con h1 span {
    display: block;
    width: 320px;
    height: 45px;
    line-height: 45px;
    background: #fffbf2;
    border: 1px solid #f2e4c6;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.columnRight .preDepMan_box .recRec .con h1 span b {
    color: #e53b46;
}

.columnRight .eveKha_tab {
    margin-bottom: 0;
    border-bottom: 0;
}

.columnRight .eveKha_tab p {
    float: right;
    line-height: 40px;
}

.columnRight .eveKha_tab p a {
    color: #2a7bcc;
}

.columnRight .binding {
    border: 1px solid #e9e9e9;
    padding: 50px;
    *height: 1%;
}

.columnRight .binding:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.columnRight .binding ul li {
    float: left;
    margin-right: 40px;
    width: 342px;
}

.columnRight .binding ul li input.text1 {
    width: 240px;
}

.columnRight .binding ul li span.btn {
    background: #1d8bd7;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    cursor: pointer;
    width: 90px;
    cursor: pointer;
}

.columnRight .binding ul li span.btn:hover {
    background: #43a7ec;
}

.columnRight .binding ul li .Validform_checktip {
    float: inherit;
    line-height: 40px;
    height: 40px;
    text-align: center;
    width: 100%;
    font-size: 12px;
}

.columnRight .binding ul li.last {
    margin-right: 0;
    width: auto;
}

.columnRight .cardSearch {
    position: relative;
}

.columnRight .cardSearch .con {
    padding: 40px 25px;
    border: 1px solid #e9e9e9;
}

.columnRight .cardSearch .con table {
    border: 0;
}

.columnRight .cardSearch .con table tbody tr td {
    padding: 15px 20px;
    border: 0;
    text-align: left;
}

.columnRight .cardSearch .con p {
    margin: 20px 25px;
    text-align: left;
}

.columnRight .cardSearch .con p span {
    color: #e53b46;
}

.columnRight .cardSearch .search {
    position: absolute;
    top: -38px;
    right: 0;
}

.columnRight .userComment h1 {
    margin-bottom: 20px;
    width: 500px;
    height: 45px;
    line-height: 45px;
    background: #fffbf2;
    border: 1px solid #f2e4c6;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.columnRight .userComment h1 span {
    display: inline-block;
    margin-right: 30px;
}

.columnRight .userComment h1 span b {
    color: #e53b46;
}

.columnRight .userComment table {
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    text-align: center;
}

.columnRight .userComment table thead tr td {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 20px;
    font-size: 12px;
}

.columnRight .userComment table thead tr td #change {
    font-size: 12px;
}

.columnRight .userComment table tbody tr td {
    padding: 25px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.columnRight .userComment table tbody tr td a.blue_btn {
    background: #1d8bd7;
    width: 92px;
    height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    width: 59px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    margin-left: 5px;
}

.columnRight .userComment table tbody tr td a.blue_btn:hover {
    background: #43a7ec;
}

.columnRight .proCon {
    border: 1px solid #e9e9e9;
}

.columnRight .proCon table {
    text-align: center;
}

.columnRight .proCon table thead tr td {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 20px;
    margin: 0;
}

.columnRight .proCon table tbody tr td {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.columnRight .proCon table tbody .liuYan {
    display: none;
}

.columnRight .proCon table tbody .liuYan td {
    border: none;
    text-align: left;
    background: #f8f8f8;
    padding-left: 20px;
}

.columnRight .proCon table tbody .liuYan td .userLiuYan {
    margin-bottom: 20px;
    color: #5f89c5;
}

.columnRight .proCon table tbody .liuYan td .keFuLiuYan {
    margin-bottom: 20px;
    color: #bc8720;
}

.columnRight .proCon table tbody tr td img {
    width: 80px;
}

.columnRight .proCon table tbody tr td a.blue_btn {
    background: #1d8bd7;
    width: 92px;
    height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    width: 85px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    margin-left: 5px;
}

.columnRight .proCon table tbody tr td a.blue_btn:hover {
    background: #43a7ec;
}

.columnRight .proCon table tbody tr .chakan a, .columnRight .proCon table tbody tr .chakan {
    color: #5f89c5;
}

.columnRight .proCon table tbody tr.last td {
    border-bottom: 0;
}

.columnRight .collection_tab ul li {
    width: 90px;
    padding: 0;
}

.columnRight .product .con {
    border: 1px solid #e9e9e9;
    padding: 40px 25px;
}

.columnRight .product .con table thead tr td {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 20px;
    margin: 0;
    border-bottom: 0;
    font-size: 12px;
}

.columnRight .product .con table tbody tr td {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.columnRight .product .con table tbody tr td img {
    width: 80px;
}

.columnRight .product .con table tbody tr td .logo img {
    width: 118px;
    height: 47px;
    border: 1px solid #e9e9e9;
}

.columnRight .product .con table tbody tr td a.blue_btn {
    background: #1d8bd7;
    width: 92px;
    height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    font-size: 12px;
}

.columnRight .product .con table tbody tr td a.blue_btn:hover {
    background: #43a7ec;
}

.columnRight .product .con table tbody tr td .essInf span {
    display: block;
    font-size: 12px;
    padding: 5px 0;
}

.columnRight .product .con table tbody tr td .essInf span b {
    color: #e53b46;
    font-weight: normal;
}

.columnRight .product .con table tbody tr td .essInf span.blue {
    color: #4095d4;
}

.columnRight .product .con table tbody tr td .operation {
    text-align: center;
    width: 92px;
    margin-left: auto;
    margin-right: auto;
}

.columnRight .product .con table tbody tr td .operation a {
    display: inline-block;
}

.columnRight .product .con table tbody tr td .operation a.delete {
    display: block;
    color: #4095d4;
    text-decoration: underline;
    font-size: 12px;
    line-height: 40px;
}

.columnRight .product .con table tbody tr.last td {
    border-bottom: 0;
}

.columnRight .myConNew .con {
    border: 1px solid #e9e9e9;
    padding: 40px 25px;
    position: relative;
}

.columnRight .myConNew .con table tr td {
    text-align: center;
}

.columnRight .myConNew .con table thead tr td {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 20px;
    margin: 0;
    border-bottom: 0;
    font-size: 12px;
}

.columnRight .myConNew .con table tbody tr td {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.columnRight .myConNew .con table tbody tr td .pic img {
    width: 102px;
    height: 147px;
}

.columnRight .myConNew .con table tbody tr td a.delete {
    color: #4095d4;
    text-decoration: underline;
}

.columnRight .myConNew .con table tbody tr td.blue {
    color: #4095d4;
}

.columnRight .myConNew .con table tbody tr.last td {
    border-bottom: 0;
}

.columnRight .myConNew .con p {
    position: absolute;
    right: 0;
    top: -35px;
}

.columnRight .myConNew .con p a {
    color: #4095d4;
}

.columnRight .myConNew .con p a i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.columnRight .myConNew .con p .file {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.columnRight .myConNew .con p .file input {
    position: absolute;
    width: 100px;
    height: 30px;
    right: 0;
    top: 0;
    opacity: 0;
}

.columnRight .secInf {
    border: 1px solid #f0f0f0;
    padding: 30px 20px;
}

.columnRight .secInf .secInf_list1 {
    background: none;
    margin-bottom: 5px;
}

.columnRight .secInf .secInf_list1 .left {
    float: inherit;
    width: auto;
}

.columnRight .secInf .secInf_list1 .left dl dd {
    margin-bottom: 10px;
}

.columnRight .secInf .secInf_list1 .left dl dd.l1 span {
    font-size: 14px;
}

.columnRight .secInf .secInf_list2 {
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

.columnRight .secInf .secInf_list2 dl {
    padding: 20px;
    line-height: 40px;
    *height: 1%;
}

.columnRight .secInf .secInf_list2 dl:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.columnRight .secInf .secInf_list2 dl dt {
    float: left;
    width: 740px;
}

.columnRight .secInf .secInf_list2 dl dt span {
    font-size: 18px;
    color: #4095d4;
    float: left;
    width: 210px;
}

.columnRight .secInf .secInf_list2 dl dt .tishi {
    font-size: 13px;
    color: #999999;
    width: auto;
}

.columnRight .secInf .secInf_list2 dl dt span i {
    color: #a4cbe8;
    font-size: 42px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    margin-right: 15px;
}

.columnRight .secInf .secInf_list2 dl dt strong {
    font-size: 12px;
}

.columnRight .secInf .secInf_list2 dl dd {
    float: right;
}

.columnRight .secInf .secInf_list2 dl dd a {
    background: #1d8bd7;
    width: 92px;
    height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    margin-top: 5px;
}

.columnRight .secInf .secInf_list2 dl dd a:hover {
    background: #43a7ec;
}

.columnRight .myMessage_box .proCon {
    border: 0;
    margin-bottom: 20px;
}

.columnRight .leaveMes h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
}

.columnRight .leaveMes .con {
    padding: 40px;
    padding-bottom: 0;
}

.columnRight .leaveMes .con dl {
    clear: both;
    margin-bottom: 30px;
    *height: 1%;
}

.columnRight .leaveMes .con dl:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.columnRight .leaveMes .con dl dt {
    width: 70px;
    float: left;
    font-size: 12px;
    text-align: right;
    margin-right: 10px;
}

.columnRight .leaveMes .con dl dd {
    float: left;
}

.columnRight .leaveMes .con dl dd .radio {
    font-size: 12px;
}

.columnRight .leaveMes .con dl dd .radio label {
    margin-right: 30px;
}

.columnRight .leaveMes .con dl dd .radio label input {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    margin: 0 5px 0 0;
}

.columnRight .leaveMes .con dl dd .textarea1 {
    width: 380px;
    height: 90px;
    line-height: 20px;
}

.columnRight .leaveMes .con dl dd .file {
    font-size: 12px;
}

.columnRight .leaveMes .con dl dd .file input {
    font-size: 12px;
    width: 200px;
}

.columnRight .leaveMes .con p {
    font-size: 12px;
    padding: 0 0 0 80px;
}

.columnRight .leaveMes .con .confirm_btn1 {
    margin-left: 80px;
}

.columnRight .myCoupon table tbody tr td a.blue_btn {
    width: 92px;
}

.columnRight .myCoupon .addCoupon .title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
}

.columnRight .myCoupon .addCoupon .con {
    padding: 30px 0 10px 30px;
    font-size: 12px;
}

.columnRight .myCoupon .addCoupon .con .text1 {
    margin: 0 10px;
}

.columnRight .myCoupon .addCoupon .con .btn {
    background: #1d8bd7;
    width: 92px;
    height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    cursor: pointer;
}

.columnRight .myCoupon .addCoupon .con .btn:hover {
    background: #43a7ec;
}

.columnRight .myCoupon .addCoupon .con .Validform_checktip {
    clear: both;
    float: inherit;
    display: block;
    width: 100%;
    padding: 10px 0 0 80px;
}

.columnRight .myCoupon .addCoupon p {
    padding-left: 130px;
    font-size: 12px;
}

.columnRight .myCoupon .addCoupon p b {
    color: #e53b46;
}

.columnRight .myAddress_top {
    margin: 30px 0 30px 0;
}

.columnRight .myAddress_bottom ul li span {
    width: 110px;
}

.columnRight .myPoints h1 {
    width: 600px;
}

.columnRight .myPoints h1 a {
    color: #0c69ae;
    margin-left: 20px;
}

.columnRight .myPoints h1 a i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-top: -2px;
}

/***** logistics *******/
.logistics .dialog_con {
    width: 480px;
    height: 520px;
}

.logistics .dialog_con ul {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    height: 385px;
    overflow: auto;
    margin-top: 40px;
}

.logistics .dialog_con ul li {
    padding-bottom: 20px;
    padding-left: 25px;
    border-left: 4px solid #e8e8e8;
    margin-left: 10px;
    position: relative;
}

.logistics .dialog_con ul li span {
    display: block;
    margin-bottom: 5px;
    line-height: 25px;
    position: relative;
}

.logistics .dialog_con ul li span:before {
    background: url("../image/logistics_icon-201701.png") no-repeat 0 bottom;
    width: 23px;
    height: 23px;
    content: " ";
    display: block;
    position: absolute;
    left: -38px;
    top: 0;
    z-index: 3;
}

.logistics .dialog_con ul li strong {
    display: block;
    color: #999;
}

.logistics .dialog_con ul li.on span {
    color: #e53b46;
}

.logistics .dialog_con ul li.on span:before {
    background-position: 0 0;
}

.logistics .dialog_con ul li.last:before {
    background: #fff;
    width: 4px;
    height: 100%;
    content: " ";
    display: block;
    position: absolute;
    left: -4px;
    top: 0;
    z-index: 2;
}

/***** phoneVerification *******/
.phoneVer {
    border: 1px solid #e9e9e9;
    padding: 25px 0 0 60px;
    height: 526px;
}

.phoneVer .stepflex {
    float: left;
    margin-bottom: 50px;
}

.phoneBin .valContent {
    padding-top: 20px;
}

.phoneBin .valContent dl dt input {
    width: 250px;
}

.phoneBin .valContent p {
    margin: 100px 0 0 100px;
}

/***** myOrder_detail *******/
.orderDetail .box {
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.orderDetail .title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
}

.orderDetail .state .con, .orderDetail .disInf .con {
    padding: 30px 60px;
    *height: 1%;
}

.orderDetail .state .con:after, .orderDetail .disInf .con:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.orderDetail .state .con ul li, .orderDetail .disInf .con ul li {
    clear: both;
    padding: 10px 0;
    line-height: 25px;
}

.orderDetail .state .con ul li span, .orderDetail .disInf .con ul li span {
    width: 90px;
    text-align: right;
    margin-right: 10px;
    display: block;
    float: left;
}

.orderDetail .state .con ul li strong, .orderDetail .disInf .con ul li strong {
    float: left;
    display: block;
}

.orderDetail .state .con ul li strong .btn, .orderDetail .disInf .con ul li strong .btn {
    background: #1d8bd7;
    width: 92px;
    height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
}

.orderDetail .state .con ul li strong .btn:hover, .orderDetail .disInf .con ul li strong .btn:hover {
    background: #43a7ec;
}

.orderDetail .productList .con {
    padding: 30px;
}

.orderDetail .productList .con table tr td {
    padding: 10px 10px;
    line-height: 25px;
    font-size: 14px;
}

.orderDetail .productList .con table tr td.blue {
    color: #4095d4;
}

.orderDetail .productList .con table tr td.red {
    color: #e53b46;
}

.orderDetail .productList .con table tr span {
    color: #e53b46;
}

.orderDetail .productList .con table tr.orange_bg td {
    background: #fcf5e6;
}

.orderDetail .disInf .con ul {
    float: left;
    width: 420px;
    clear: inherit;
}

.orderDetail .disInf .con ul li span {
    width: 100px;
}

.orderDetail .disInf .con ul li strong {
    width: 300px;
}

.orderDetail .payMet p {
    padding: 30px;
}

.orderDetail .payMet p span {
    margin-right: 40px;
}

.orderDetail .payMet p i {
    color: #e53b46;
}

.orderDetail .other .con ul {
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    *height: 1%;
    padding-bottom: 30px;
}

.orderDetail .other .con ul:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.orderDetail .other .con ul li span {
    width: 130px;
}

.orderDetail .other .con ul li strong i {
    margin-left: 230px;
    display: inline-block;
}

.orderDetail .other .con p {
    text-align: right;
    line-height: 30px;
}

.orderDetail .other .con p span {
    color: #e53b46;
}

/***** modifyPaymentPassword ****/
.modPayPas .valContent p {
    float: left;
    margin: 0;
    font-size: 12px;
    clear: initial;
    padding: 0;
}

.modPayPas .valContent p a {
    color: #cfa54f;
}

.modPayPas ul li .Validform_checktip {
    float: inherit;
    clear: both;
    padding-left: 120px;
}

.modPayPas_success .dialog_con {
    width: 500px;
    height: 256px;
    position: absolute;
}

.modPayPas_success .dialog_con dl {
    padding: 60px 0 0 50px;
    *height: 1%;
}

.modPayPas_success .dialog_con dl:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.modPayPas_success .dialog_con dl dt {
    float: left;
    font-size: 72px;
    color: #99bb11;
    margin-right: 15px;
}

.modPayPas_success .dialog_con dl dd {
    float: left;
    margin-top: 10px;
}

.modPayPas_success .dialog_con dl dd span {
    display: block;
    font-size: 24px;
}

.modPayPas_success .dialog_con dl dd strong {
    line-height: 30px;
}

.modPayPas_success .dialog_con dl dd strong a {
    margin-left: 10px;
    color: #0c69ae;
}

.text2 {
    float: left;
    width: 250px;
    border: 1px solid #b8d2e3;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

/*# sourceMappingURL=userCenter.css.map */

/****  address dialog*****/
.dialog .geren {
    width: 720px;
    height: 510px;
    position: absolute;
}

.dialog .geren .title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
    background: #f5f8fa;
    border-bottom: 1px solid #f0f0f0;
    font-size: 18px;
    background: #f7f7f7;
    border-bottom: 1px solid #e9e9e9;
}

.dialog .geren .title a {
    float: right;
}

.dialog .geren .con {
    padding: 40px 0 0;
}

.dialog .geren .con .city {
    display: inline-block;
    margin: 10px 0;
    width: 200px;
}

.dialog .geren .con .city_er {
    margin-left: 140px;
}

.dialog .geren .con .city span {
    width: 28px;
}

.dialog .geren .con .city select {
    width: 140px;
}

.dialog .geren .con h2 {
    text-align: center;
}

.dialog .geren .con h2 .Btn {
    background: #1d8bd7;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 25px;
    font-weight: normal;
    width: 120px;
    font-size: 12px;
}

.dialog .geren .con h2 .Btn:hover {
    background: #43a7ec;
}

.dialog .geren .con ul li {
    line-height: 30px;
    margin-bottom: 15px;
    clear: both;
    height: auto;
    overflow: hidden;
}

.dialog .geren .con ul li span {
    float: left;
    margin-right: 10px;
    width: 130px;
    text-align: right;
    height: 30px;
}

.dialog .geren .con ul li strong {
    float: left;
}

.dialog .geren .con ul li strong b {
    font-weight: normal;
    font-size: 12px;
    margin-left: 10px;
}

.dialog .geren .con ul li strong.city select {
    margin-right: 10px;
}

.dialog .geren .con ul li strong.city #s_county {
    margin-right: 0;
}

.dialog .geren .con ul li .red {
    color: #e53b46;
    margin-left: 5px;
    float: left;
}

.dialog .geren .con ul li .addDian {
    position: absolute;
}

.dialog .geren .con ul li .text1 {
    width: 250px;
    float: left;
}

.dialog .geren .con ul li.gray {
    color: #999;
    font-size: 12px;
    margin-left: 140px;
}

.noLogin {
    margin-top: 42px;
    padding: 6px 5px;
    border: 1px solid #edd28b;
    background: #fffdee;
    text-align: center;
}

.noLogin > a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    margin-left: 5px;
    color: #fff;
    vertical-align: middle;
    background: #c81623;
}

.toolbar-panels #ajaxCarts {
    background: #eceaea;
}

.toolbar-panels #ajaxCarts .suit {
    background: #fff;
    padding-bottom: 19px;
    margin-bottom: 10px;
}

.toolbar-panels #ajaxCarts .suit dl {
    padding-bottom: 10px;
    border-bottom: 1px solid #eceaea;
    padding-top: 10px;
    margin-top: 6px;
    /*border-top: 1px solid #eceaea;*/
}

.toolbar-panels #ajaxCarts .suit .mendian {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px !important;
}

/*顶部上下轮播*/
.txtMarquee-top {
    width: 370px;
    overflow: hidden;
    position: relative;
}

.txtMarquee-top .infoList li .date {
    float: right;
    color: #999;
}

/*优惠券使用规则*/
.rule {
    border: none !important;
    color: #f00;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.rule_title {
    font-size: 16px;
}

.rule_content {
    width: 650px;
}

/*2017年8月8日11:42:31   添加每康卡短信手动触发*/
.mesdiv {
    text-align: center;
    padding: 3px !important;
    cursor: pointer;
}

.meszz {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.mesdivzz {
    padding: 0 !important;
    position: relative;
    display: block;
    height: 30px;
}

.huoqu {
    display: block;
    width: 100px;
    border: 1px solid #ccc;
    float: right;
}

/*个人中心合并支付*/
.heBingZhiFu {
    width: 74px;
    height: 24px;
    line-height: 24px;
    background: #7fc949;
    text-align: center;
    display: inline-block;
    color: #fff;
    margin-left: 20px;
    cursor: pointer;
}

.heBingZhiFu:hover {
    background: #1d8bd7;
}

#content_2, #content_3 {
    display: none;
}