    html {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    
    body {
        width: 100%;
        margin: 0px;
        padding: 0px;
        min-width: 1366px;
        overflow-x: hidden;
    }
    
    a {
        text-decoration: none;
    }
    
    p {
        margin: 0px;
    }
    
    .main_content {}
    /* 顶部导航 */
    
    .main_header {
        height: 36px;
        background: #f5f5f5;
        border: 1px solid #eeeeee;
        width: 100%;
        margin: 0px auto;
    }
    
    .main_header_data {
        width: 1200px;
        margin: 0px auto;
    }
    
    .main_header_left {
        float: left;
    }
    
    .main_header_left p {
        font-size: 12px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #666666;
        line-height: 12px;
        float: left;
        margin-top: 8px;
    }
    
    .main_header_left_unlogin_p {
        font-size: 12px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #666666;
        line-height: 12px;
        float: left;
        margin-top: 12px;
    }
    
    
    
    .main_header_left p font {
        width: 39px;
        height: 20px;
        background: #d6d6d6;
        border-radius: 2px;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 20px;
        text-align: center;
        padding: 0px 5px;
    }
    
    .main_header_left ul {
        list-style: none;
        float: left;
        margin: 0px;
        padding: 0px;
        color: #E23F24;
    }
    
    .main_header_left li {
        font-size: 12px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #666666;
        line-height: 12px;
        display: inline-block;
        margin-top: 12px;
    }
    
    .main_header_left li a {
        color: #666666;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #E23F24;
        cursor: pointer;
    }
    
    .main_header_left span {
        float: left;
        font-size: 14px;
        padding-top: 7px;
        margin-left: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        cursor: pointer;
    }
    
    .main_header_left span:hover {
        color: #E23F24;
    }
    /* 消息数 */
    
    .xx_data {
        position: absolute;
        top: -3px;
        right: -22px;
        background: #c60000;
        border-radius: 50%;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #ffffff;
        line-height: 12px;
        text-align: center;
        min-width: 13px;
        padding: 2px;
        display: block;
        vertical-align: top;
    }
    
    .main_header_right {
        float: right;
    }
    
    ul {
        list-style: none;
        float: right;
        margin: 0px;
        padding: 0px;
    }
    
    .main_header_right li {
        display: block;
        margin-left: 24px;
        float: right;
        height: 13px;
        font-size: 12px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #666666;
        line-height: 13px;
        vertical-align: top;
        margin-top: 12px;
        padding-left: 12px;
        position: relative;
    }
    /* .main_header_right li:nth-child(2) {
        padding-left: 24px;
    }
    
    .main_header_right li:nth-child(4) {
        padding-left: 24px;
    } */
    
    .main_header_right li a {
        font-size: 12px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #666666;
        line-height: 13px;
        cursor: pointer;
        text-decoration: none;
        display: block;
    }
    
    .main_header_right li a img {
        vertical-align: top;
        width: 16px;
        height: 16px;
        margin-top: -2px;
    }
    /* 顶部搜索 */
    
    .main_top {
        width: 1200px;
        margin: 0px auto;
        margin-top: 23px;
    }
    
    .main_top_data {
        width: 1200px;
        margin: 0px auto;
        float: left;
        position: relative;
    }
    
    .main_top_left_data {
        width: 242px;
        float: left;
        margin-right: 34px;
    }
    
    .main_top_left_top {
        width: 242px;
        height: 109px;
    }
    
    .main_top_left_top div {
        float: left;
        width: 49.99%;
    }
    
    .main_top_left_top div img.logo {
        width: 241px;
        height: 49px;
        display: block;
        margin: 20px auto;
    }
    
    .main_top_left_top div img.com {
        width: 100px;
        height: 48px;
        display: block;
        margin: 20px auto;
        margin-left: 18px;
    }
    
    .main_top_left_nav {
        position: absolute;
        z-index: 1000;
        left: 0px;
        bottom: 0px;
    }
    
    .main_top_left_nav_title {
        width: 244px;
        height: 48px;
        background: #e23f24;
    }
    
    .main_top_left_nav_title img {
        float: left;
        margin: 14px 25px 12px 27px;
    }
    
    .main_top_left_nav_title span {
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #ffffff;
        line-height: 18px;
        display: block;
        float: left;
        cursor: pointer;
        vertical-align: top;
        padding-top: 16px;
    }
    
    .main_top_center {
        width: 680px;
        float: left;
    }
    
    .main_top_search_top {
        width: 100%;
        height: 20px;
    }
    
    .main_top_search_top div {
        float: left;
        width: 75px;
        height: 24px;
        border: 1px solid #cccccc;
        border-bottom: 0px;
        text-align: center;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        line-height: 24px;
        color: #666666;
        cursor: pointer;
    }
    
    .main_top_search_top div:nth-child(1) {
        border-right: 0px;
    }
    
    .main_top_search_top div:nth-child(2) {
        border-right: 0px;
    }
    
    .main_top_search_top div:hover {
        width: 74px;
        height: 24px;
        background: #FFBDBD;
        color: #FFF;
        border: 1px solid #E23F24;
        border-bottom: 0px;
    }
    
    .main_top_search_top div.active {
        width: 74px;
        height: 24px;
        background: #e23f24;
        color: #FFF;
        border: 1px solid #E23F24;
        border-bottom: 0px;
    }
    
    .main_top_search_bottom {
        position: relative;
        width: 680px;
        height: 46px;
    }
    
    .main_top_search_bottom_data {
        position: absolute;
        left: 0px;
        top: 1px;
        z-index: 1000;
    }
    
    .main_top_search_bottom ul {
        float: left;
        width: 547px;
        border: 1px solid #cccccc;
        background-color: #ffffff;
        z-index: 1000;
        padding-bottom: 10px;
        display: none;
    }
    
    .main_top_search_bottom ul li {
        width: 100%;
        height: 30px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        line-height: 14px;
        padding: 8px 0px;
        padding-left: 23px;
        box-sizing: border-box;
    }
    
    .main_top_search_bottom ul li:hover {
        background: #CBCBCB;
    }
    
    .main_top_search_content {
        width: 679px;
        height: 47px;
        border: 3px solid #e23f24;
        box-sizing: border-box;
    }
    
    .main_top_search_content input {
        width: 80%;
        height: 41px;
        box-sizing: border-box;
        border: 0px;
        padding-left: 20px;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #333333;
        line-height: 14px;
        box-sizing: border-box;
        padding: 13px 20px;
    }
    
    .main_top_search_content input:focus {
        outline: none;
    }
    
    .main_top_search_content button {
        width: 19%;
        height: 41px;
        background: #e23f24;
        box-sizing: border-box;
        border: 0px;
        float: right;
        font-size: 18px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #ffffff;
        line-height: 41px;
    }
    
    .main_top_search_data {}
    
    .main_top_search_data ul {
        list-style: none;
        width: 100%;
        margin-top: 8px;
        margin-bottom: 20px;
    }
    
    .main_top_search_data ul li {
        float: left;
        cursor: pointer;
        /* width: 418px; */
        height: 14px;
        font-size: 12px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #999999;
        line-height: 14px;
        vertical-align: top;
    }
    
    .main_top_search_data ul li a {
        font-size: 12px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #999999;
        line-height: 14px;
        cursor: pointer;
    }
    
    .main_top_search_data ul li a:hover {
        color: #E23F24;
    }
    
    .main_top_search_data ul li a.active {
        color: #E23F24;
    }
    
    .main_top_search_data ul li.li_border {
        margin: 0px 10px;
    }
    
    .main_top_search_nav {}
    
    .main_top_search_nav ul {
        list-style: none;
        width: 100%;
    }
    
    .main_top_search_nav ul li {
        font-size: 18px;
        font-family: MicrosoftYaHei;
        font-weight: 500;
        color: #212121;
        line-height: 38px;
        float: left;
        padding: 0px 0px;
        margin-right: 55px;
        position: relative;
    }
    
    .main_top_search_nav ul li:nth-child(3) {
        width: 73px;
    }
    
    .main_top_search_nav ul li a {
        font-size: 18px;
        font-family: MicrosoftYaHei;
        font-weight: 500;
        color: #212121;
        line-height: 38px;
        text-decoration: none;
    }
    
    .main_top_search_nav ul li img {
        position: absolute;
        left: inherit;
        top: 0;
        right: -12px;
    }
    
    .main_top_search_nav ul li a:hover {
        font-size: 18px;
        font-family: MicrosoftYaHei;
        font-weight: 500;
        color: #E23F24;
        line-height: 38px;
        cursor: pointer;
    }
    
    .main_top_right {
        width: 135px;
        float: right;
    }
    /* 全部分类 */
    
    .fl_content {
        position: absolute;
        left: 0px;
        z-index: 999;
        display: none;
    }
    
    .fl_ul {
        width: 244px;
        background: #2a2a2a;
        float: left;
    }
    
    .fl_ul li {
        width: 100%;
        height: 43px;
        border-bottom: 1px solid #393939;
        position: relative;
        cursor: pointer;
    }
    
    .fl_ul li:hover {
        background-color: #393939;
    }
    
    .fl_ul li:last-child {
        border-bottom: 0px;
        height: 40px;
    }
    
    .fl_ul li span {
        display: block;
        padding-top: 16px;
        margin-left: 76px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 14px;
        cursor: pointer;
    }
    
    .fl_ul li img {
        position: absolute;
        top: 14px;
        right: 14px;
        width: 14px;
        height: 14px;
    }
    
    .cp_content {
        width: 956px;
        height: 480px;
        background: rgba(255, 255, 255, 1);
        z-index: 10000;
        float: left;
        display: none;
    }
    
    .cp_list {
        width: 716px;
        height: 480px;
        float: left;
        box-sizing: border-box;
        padding-left: 33px;
        overflow-y: auto;
    }
    
    .cp_list::-webkit-scrollbar {
	    width: 5px;
	    height: 1px;
	}
	
	.cp_list::-webkit-scrollbar-thumb {
	    border-radius: 5px;
	    background-color: #cccccc;
	}
	
	.cp_list::-webkit-scrollbar-track {
	    box-shadow: inset 0 0 0px #ffffff;
	}
    
    .cp_item::after {
        content: "";
        /*设置内容为空*/
        height: 0;
        /*高度为0*/
        line-height: 0;
        /*行高为0*/
        display: block;
        /*将文本转为块级元素*/
        visibility: hidden;
        /*将元素隐藏*/
        clear: both;
        /*清除浮动*/
    }
    
    .cp_item h3 {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        line-height: 14px;
        margin-bottom: 19px;
        margin-top: 24px;
    }
    
    .cp_item ul {
        display: block;
        width: 100%;
    }
    
    .cp_item ul::after {
        content: "";
        /*设置内容为空*/
        height: 0;
        /*高度为0*/
        line-height: 0;
        /*行高为0*/
        display: block;
        /*将文本转为块级元素*/
        visibility: hidden;
        /*将元素隐藏*/
        clear: both;
        /*清除浮动*/
    }
    
    .cp_item ul li {
        float: left;
        display: block;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #888;
        line-height: 12px;
        padding-right: 22px;
        padding-bottom: 9px;
        cursor: pointer;
    }
    
    .cp_item ul li:hover {
        color: #e23f24;
    }
    
    .cp_img {
        float: left;
    }
    
    .cp_img img {
        width: 228px;
        height: 78px;
        display: block;
        margin-top: 8px;
    }
    /* 公用footer */
    
    .main_footer {
        background: #ffffff;
        box-sizing: border-box;
        border: 0px solid #ffffff;
        box-sizing: border-box;
        border-top: 1px solid #ffffff;
    }
    
    .footer_data {
        width: 1200px;
        margin: 0px auto;
    }
    
    .footer_top {
        margin-top: 51px;
        margin-bottom: 47px;
    }
    
    .footer_top_item {
        width: 33.333%;
        float: left;
        padding-left: 50px;
        box-sizing: border-box;
    }
    
    .footer_top_item .footer_img {
        width: 71px;
        height: 71px;
        border: 1px solid #666666;
        border-radius: 50%;
        float: left;
    }
    
    .footer_top_item .footer_img img {
        width: 38px;
        height: 38px;
        display: block;
        margin: 18px auto;
    }
    
    .footer_top_data {
        float: left;
        margin-left: 15px;
    }
    
    .footer_top_data p.title {
        margin-top: 9px;
        margin-bottom: 8px;
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #2C2C2C;
        line-height: 24px;
    }
    
    .footer_top_data p.data {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 16px;
    }
    
    .footer_bottom {
        border-top: 1px solid #cccccc;
        padding-top: 41px;
        padding-bottom: 70px;
    }
    
    .footer_logo {
        float: left;
    }
    
    .footer_logo img {
        width: 216px;
        height: 99px;
    }
    
    .footer_xcx {
        float: right;
        margin-left: 33px;
    }
    
    .footer_xcx img {
        width: 116px;
        height: 116px;
    }
    
    .footer_xcx p {
        font-size: 12px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #333333;
        line-height: 30px;
        opacity: 0.7;
    }
    
    .footer_bottom_item {
        float: right;
        margin-left: 63px;
    }
    
    .footer_bottom_item p {
        font-size: 18px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 18px;
    }
    
    .footer_bottom_item ul {
        width: 100%;
        margin-top: 20px;
    }
    
    .footer_bottom_item li {
        font-size: 14px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #333333;
        line-height: 30px;
        opacity: 0.7;
    }
    
    .footer_bottom_item li a {
        font-size: 14px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #333333;
        line-height: 30px;
        opacity: 0.7;
        cursor: pointer;
    }
    
    .footer_zc {
        width: 100%;
        height: 64px;
        background: rgba(65, 65, 65, 1);
    }
    
    .footer_zc p {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: rgba(149, 149, 149, 1);
        line-height: 64px;
        text-align: center;
    }
    /* 右侧操作栏 */
    
     .rm_right_ctl {
        /* position: absolute;
        right: -78px;
        top: 0px;
        width: 58px;
        background-color: #ffffff; */
        position: fixed;
        right: 0px;
        top: 50%;
        width: 58px;
        background-color: #ffffff;
        z-index: 1000;
        margin-top: -250px;
    }
    
    .rm_right_ctl ul {
        width: 100%;
    }
    
    .rm_right_ctl li {
        width: 100%;
        padding: 13px 0px;
        cursor: pointer;
        position: relative;
    }
    
    .rm_right_ctl li:hover {
        color: #fff;
        background-color: #e23f24;
    }
    
    .rm_right_ctl li:hover p {
        color: #fff;
    }
    
    .rm_right_ctl li span.num {
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        background: #C60000;
        border-radius: 50%;
        position: absolute;
        padding: 2px;
        right: 9px;
        top: 0px;
        min-width: 14px;
        text-align: center;
        line-height: 13px;
    }
    
    .rm_right_ctl li img {
        width: 18px;
        height: 18px;
        display: block;
        margin: 0px auto;
        margin-bottom: 8px;
    }
    
    .rm_right_ctl li p {
        font-size: 14px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #333333;
        line-height: 18px;
        text-align: center;
        text-align: center;
    }
    
    .rm_right_ctl li p span {
        display: block;
    }
    
    .rm_right_ctl p:hover {
        color: #fff;
        background-color: #e23f24;
    }
    /* .active:hover {
    color: #e23f24;
    background: #ffffff;
} */
    
    .rm_right_ctl li.ctl_border {
        width: 33px;
        height: 1px;
        background: rgba(242, 242, 242, 1);
        padding: 0px;
        margin: 0px auto;
    }
    
    .rm_right_ctl li.active:hover {
        color: #ffffff;
        background-color: #e23f24;
    }
    
    .rm_right_ctl li p.active {
        color: #e23f24;
        background-color: #ffffff;
    }
    
    .rm_right_ctl li.active:hover p.active {
        color: #ffffff;
        background-color: #e23f24;
    }
    /* 固定右侧操作栏 */
    
    .fixed_ctl {
        position: fixed;
        /* left: 50%; */
        margin-left: 620px;
        top: 110px;
        width: 58px;
        background-color: #ffffff;
    }
    /* 搜索栏 */
    
    .flexd_search {
        width: 100%;
        height: 103px;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1000;
        background-color: #ffffff;
        display: none;
    }
    
    .flexd_search_data {
        width: 1200px;
        height: 103px;
        margin: 0px auto;
    }
    
    .flexd_search_data img.logo {
        width: 241px;
        height: 49px;
        margin-top: 28px;
        display: block;
        float: left;
    }
    
    .flexd_search_input {
        margin-left: 33px;
        margin-top: 30px;
        width: 681px;
        height: 47px;
        border: 3px solid #E23F24;
        float: left;
        box-sizing: border-box;
    }
    
    select {
        /*将默认的select选择框样式清除*/
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url("../../img/select.png") no-repeat scroll right center transparent;
        padding-left: 12px;
        background-position-x: 53px;
        background-position-y: 11px;
    }
    /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
    
    select::-ms-expand {
        display: none;
    }
    
    .flexd_search_input .select_content {
        width: 10px;
        height: 40px;
        border: 0px;
        margin-top: 0px;
        display: block;
        float: left;
        box-sizing: border-box;
        padding: 6px;
        padding-right: 14px;
    }
    
    .flexd_search_input input {
        width: 400px;
        height: 40px;
        border: 0px;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 16px;
        box-sizing: border-box;
        display: block;
        float: left;
        vertical-align: top;
    }
    
    .flexd_search_input input:focus {
        outline: none;
    }
    
    .flexd_search_input button {
        width: 137px;
        height: 41px;
        background: #E23F24;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 18px;
        text-align: center;
        box-sizing: border-box;
        padding-top: 0px;
        display: block;
        float: right;
        border: 0px;
        cursor: pointer;
    }
    
    .flexd_search_input button:focus {
        outline: none;
    }
    
    .flexd_search_input ul {
        float: left;
        width: 447px;
        border: 1px solid #cccccc;
        background-color: #ffffff;
        z-index: 1000;
        padding-bottom: 10px;
        display: block;
        z-index: 1000000;
        margin-left: 88px;
        margin-top: 4px;
    }
    
    .flexd_search_input ul li {
        width: 100%;
        height: 30px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        line-height: 14px;
        padding: 8px 0px;
        padding-left: 12px;
        box-sizing: border-box;
    }
    
    .flexd_search_input ul li:hover {
        background: #CBCBCB;
    }
    /* 客服详情 */
    
    .ztkf_data {
        width: 175px;
        height: 315px;
        background: url(../../img/kfxx_bg.png) top left no-repeat;
        position: absolute;
        left: -47px;
        top: 25px;
        display: none;
        z-index: 10000;
    }
    
    .ztkf_data img {
        width: 140px;
        height: 140px;
        display: block;
        margin: 0px auto;
        margin-top: 13px;
        margin-bottom: 16px;
    }
    
    .ztkf_data p {"src/main/webapp/WEB-INF/ftl/include/masthead_member.html"
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 12px;
        margin-bottom: 6px;
        width: 114px;
        overflow: hidden;
        margin-left: 18px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    /* 手机版详情 */
    
    .sjb_data {
        /* width: 146px;
        height: 178px; 
        background: url(../../img/kfxx_bg.png) top left no-repeat;*/
        position: absolute;
        left: -197px;
        top: 25px;
        display: none;
        z-index: 10000;
        padding: 0px 0 0px 0;
   		width: 244px;
   		background: #fff;
    	box-shadow: 0 2px 36px 0 rgba(0,0,0,0.07);
    	border-radius: 8px 0 8px 8px;
    }
    
    .dropdown-code-detail {
    	padding-left: 24px;
    	padding-bottom: 20px;
    	border-bottom: 1px solid #e5e5e5;
    	margin-bottom: 20px;
    	height: 80px;
	}
	
	
	 .dropdown-code-detail .code-img {
    	width: 86px;
    	height: 86px;
    	float: left;
    	margin-right: 12px;
	}
	
	.code-info {
	    float: left;
	    line-height: 18px;
	}
	
	.code-info h2 {
	    font-size: 14px;
	    font-weight: bold;
	    margin-bottom: 2px;
	}
    
    .code-info p {
	    color: #777;
	}
	
	.code-info span {
	background: url(../../img/wechat.png) top left no-repeat;
    width: 38px;
    height: 38px;
    display: block;
    margin-top: 5px;
	}
    /* 编写的select */
    
    @media screen and (max-width: 1400px) {
        .fixed_ctl {
            position: fixed;
            /* left: 50%; */
            margin-left: 640px;
            top: 110px;
            width: 58px;
            background-color: #ffffff;
        }
    }
    /* 文字过长...*/
    .sqec-ellipsis {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
 }
.member_data_left ul li span {
    background: #E03028;
    border-radius: 7px;
    padding: 2px 5px;
    display: inline-block;
    color: #ffffff;
    margin-left: 5px;
    font-size: 12px;
    line-height: 12px;
}

.member_data_left ul li.active {
    color: #E23F24;
}

.my_car {
	position: relative;
	margin-top: 23px;
	z-index: 150;
	margin-right: 30px;
}

.my_car .car_nav.cur {
	border-bottom: none;
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.my_car .car_nav {
	position: relative; /* width: 118px; */
	height: 38px;
	line-height: 38px;
	border: 1px solid #dddddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #FFF url(../img/bg/ico_png.png) 9px 10px no-repeat;
	z-index: 155;
}

.my_car .car_nav a {
	display: block;
	padding-left: 40px;
	font-size: 15px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
}

.my_car .car_nav a:hover {
	color: #e85538;
}

.my_car .car_nav.cur {
	border-bottom: none;
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

@media screen and (max-width: 1366px) {
        .rm_right_ctl {
            display: none;
        }
        .fixed_ctl {
            /* position: fixed;
            right: -80px;
            margin-left: 618px;
            top: 110px;
            width: 58px;
            background-color: #ffffff;
            display: none; */
        }
    }