.search_content {
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
}

.result_content {
    width: 1200px;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #ffffff;
    position: relative;
}

.result_title {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

.result_title p {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(101, 101, 101, 1);
    line-height: 12px;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 11px;
    float: left;
}

.result_title ul {
    float: left;
    margin-top: 10px;
    margin-left: 13px;
    width: 970px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.result_content>ul li div .search_span {
    width: 940px;
    float: left;
    max-height: 51px;
    overflow: hidden;
    margin-top: 18px;
}

.result_content>ul li.search_item.active div .search_span {
    width: 965px;
    float: left;
    max-height: 61px;
    overflow: auto;
    margin-top: 18px;
}

.search_span::after {
    content: "";
    /*设置内容为空*/
    height: 0;
    /*高度为0*/
    line-height: 0;
    /*行高为0*/
    display: block;
    /*将文本转为块级元素*/
    visibility: hidden;
    /*将元素隐藏*/
    clear: both;
    /*清除浮动*/
}

.result_title ul li {
    float: left;
    margin-right: 10px;
}

.result_title ul li>div {
    padding-right: 24px;
    height: 24px;
    border: 1px solid #cccccc;
    position: relative;
}

.result_title ul li>div p {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(101, 101, 101, 1);
    color: #666666;
    line-height: 12px;
    padding-top: 6px;
    padding-left: 9px;
}

.result_title ul li>div p span {
    color: #E23F24;
}

.result_title ul li>div div.delete {
    width: 9px;
    height: 9px;
    position: absolute;
    right: 0px;
    top: 7px;
    color: #E23F24;
    margin-right: 7px;
    cursor: pointer;
}

.result_title ul li>div div.delete img {
    width: 100%;
    height: 100%;
    display: block;
}

.result_title .qbcx {
    width: 77px;
    height: 24px;
    background: #e23f24;
    border-radius: 2px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 10px;
    margin-right: 16px;
}

.result_content>ul {
    width: 100%;
}

.search_data {
    display: none;
}

.search_data.active {
    display: block;
}

.result_content>ul li {
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.result_content>ul li.active {
    height: auto;
}

.result_content>ul li.active div.more {
    color: #E23F24;
}

.result_content>ul li {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 12px;
    padding-bottom: 13px;
    padding-left: 23px;
    position: relative;
    box-sizing: border-box;
}

.result_content>ul li div {
    overflow: hidden;
}

.result_content>ul li:last-child {
    border-bottom: 0px;
}

.result_content>ul li span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 14px;
    padding-bottom: 13px;
    margin-right: 30px;
    cursor: pointer;
    display: block;
    float: left;
}

.result_content>ul li span:hover {
    color: #e23f24;
}

.result_content>ul li font {
    min-width: 100px;
    min-width: 132px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 12px;
    padding-top: 18px;
    height: 13px;
    display: block;
    float: left;
}

.result_content>ul li span:nth-child(1) {
    /* margin-left: 23px; */
}

.result_content>ul li div.more {
    position: absolute;
    right: 0px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 30px;
    top: 8px;
    cursor: pointer;
}

.result_content>ul li div.more:hover {
    color: #E23F24;
}

.result_content>ul li div.more img {
    width: 13px;
    height: 9px;
    vertical-align: top;
    margin-top: 11px;
    margin-right: 18px;
    margin-left: 5px;
}

.result_content .search_more {
    width: 208px;
    height: 29px;
    background: #ffffff;
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -104px;
    text-align: center;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 29px;
    cursor: pointer;
}

.result_content .search_more:hover {
    color: #E23F24;
}

.search_more:hover {
    color: #E23F24;
}

.result_content .search_more img {
    width: 13px;
    height: 9px;
    margin-left: 13px;
    vertical-align: top;
    margin-top: 10px;
}


/* 搜索列表 */

.result_list {
    width: 1200px;
    margin: 0px auto;
    background-color: #f6f6f6;
    margin-bottom: 40px;
    position: relative;
}

.result_list_top {
    width: 100%;
    height: 54px;
    background: #ffffff;
    position: relative;
    border: 1px solid #f1f1f1;
}

.result_list_top_select {
    width: 120px;
    height: 30px;
    border: 1px solid #cccccc;
    margin-top: 11px;
    float: left;
    margin-left: 11px;
}

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: 71px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}

.option {
    /*用div的样式代替select的样式*/
    margin: 32px;
    width: 96px;
    height: 32px;
    /*border-radius: 5px;*/
    /*盒子阴影修饰作用,自己随意*/
    /* box-shadow: 0 0 5px #ccc;*/
    border: 1px solid #cccccc;
    position: relative;
}

.result_list_top select {
    width: 96px;
    height: 32px;
    border: 1px solid #cccccc;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #656565;
    line-height: 32px;
    margin-top: 11px;
    float: left;
    margin-left: 11px;
}

.result_list_top .search_list_ctl {
    width: 226px;
    height: 30px;
    border: 1px solid #cccccc;
    margin-top: 11px;
    float: left;
    margin-left: 11px;
    background: #cccccc00;
}

.result_list_top .search_list_ctl input {
    border: 0px;
    background: #cccccc00;
    width: 150px;
    height: 30px;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
}

.result_list_top .search_list_ctl input:focus {
    outline: none;
}

.search_list_ctl button {
    width: 53px;
    height: 30px;
    background: #cccccc;
    border: 2px solid #cccccc;
    border: 0px;
    float: right;
    text-align: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 300;
    color: #666666;
    line-height: 30px;
}

.result_list_top p {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 12px;
    float: left;
    margin-top: 21px;
    padding-left: 10px;
    vertical-align: top;
    margin-right: 45px;
}

.result_list_top p span {
    color: #E23F24;
}

.result_list_top .search_checkbox {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    float: left;
    margin: 12px 10px;
    vertical-align: top;
}

.result_list_top .search_checkbox input {
    width: 14px;
    height: 14px;
    border: 1px solid #666666;
    border-radius: 2px;
    vertical-align: top;
    margin-top: 9px;
    margin-right: 10px;
}

.result_list_top .search_checkbox label {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
}

.search_page {
    position: absolute;
    right: 0px;
    top: 10px;
    padding-right: 20px;
}

.search_page img {
    width: 28px;
    height: 34px;
    vertical-align: top;
    margin-left: 10px;
}

.search_page span.active {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #e13f23;
    line-height: 16px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
}

.search_page span {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-top: 9px;
    display: inline-block;
    vertical-align: top;
}


/* 搜索商品列表 */

.result_list_item {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}

.result_list_item.active {
    background: rgba(226, 63, 36, 0.06);
}

.result_list_item:hover {
    background: rgba(226, 63, 36, 0.06);
}

.result_list_item .img_data {
    float: left;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border: 1px solid #cccccc;
    opacity: 0.5;
    margin-left: 2px;
    margin-top: 2px;
}

.result_list_item .img_data img {
    width: 100%;
    height: 100%;
}

.result_name {
    float: left;
    width: 447px;
    height: 80px;
    overflow: hidden;
    padding-left: 20px;
    border-right: 1px solid #f2f2f2;
    margin-top: 2px;
    cursor: pointer;
}

.product_name .state {
    width: 39px;
    height: 20px;
    background: #cccccc;
    border-radius: 2px;
    text-align: center;
    float: left;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #656565;
    line-height: 20px;
    margin-right: 11px;
    cursor: pointer;
}

.product_name p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    float: left;
    max-width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.bh {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 14px;
    margin-top: 11px;
    margin-bottom: 11px;
    max-width: 420px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.bh span {
    color: #e23f24;
}

.dhh {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    max-width: 420px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.dhh span {
    border: 1px solid rgba(203, 203, 203, 1);
    display: inline-block;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    padding: 0px 5px;
    margin-right: 5px;
}

.product_price {
    width: 313px;
    border-right: 1px solid #f2f2f2;
    float: left;
    padding-left: 20px;
    height: 80px;
}

.price_left {
    width: 342px;
    background: #f3f3f3;
    border: 1px solid #f2f2f2;
    float: left;
    box-sizing: border-box;
    padding-top: 16px;
    padding-left: 22px;
}

.price_cxj {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-bottom: 6px;
    vertical-align: top;
}

.price_cxj span {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(231, 85, 55, 1);
    line-height: 24px;
    line-height: 20px;
}

.price_cxj span.down {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    padding-left: 4px;
    padding-right: 8px;
    background: #cccccc;
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

.price_hyj {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-bottom: 5px;
    vertical-align: top;
}

.price_hyj span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #bdbdbd;
    line-height: 20px;
    text-decoration: line-through
}

.price_hyj span.down {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    height: 20px;
    padding-left: 4px;
    padding-right: 8px;
    background: #cccccc;
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

.price_ccj {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.price_ccj span {
    width: 56px;
    height: 12px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #bdbdbd;
    line-height: 24px;
    text-decoration: line-through
}

.price_ccj span.up {
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 300;
    color: #ffffff;
    line-height: 20px;
    width: 25px;
    height: 20px;
    background: #e23f24;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}


/* 出厂价 */

.price_ccjs {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin-top: 28px;
}

.price_ccjs span {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(231, 85, 55, 1);
    line-height: 20px;
}

.price_ccjs span.up {
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 300;
    color: #ffffff;
    line-height: 20px;
    width: 25px;
    height: 20px;
    background: #e23f24;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}


/* 预售 */

.ys {
    margin-top: 15px;
}


/* 库存 */

.result_kc {
    width: 150px;
    height: 80px;
    overflow: hidden;
    padding: 0px 20px;
    border-right: 1px solid #f2f2f2;
    float: left;
}

.result_kc p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    text-align: center;
}

.result_kc p span {
    color: #E23F24;
}

.result_kc ul {
    width: 100%;
}

.result_kc ul li {
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 4px 6px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 12px;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
}

.result_ctl {
    float: left;
    margin-left: 35px;
}

.result_ctl div.num {
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0px;
}

.result_ctl div.num span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
    width: 128px;
    display: inline-block;
}

.result_ctl div.num span span {
    width: auto;
}

.result_ctl div.num button {
    display: inline-block;
    width: 16px;
    height: 28px;
    background: #f1f1f1;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    text-align: center;
    text-align: center;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.result_ctl div.num button:focus {
    outline: none;
}

.result_ctl div.num button:hover {
    background-color: #ffffff;
}

.result_ctl div.num input {
    width: 48px;
    height: 28px;
    border: 1px solid rgba(203, 203, 203, 1);
    text-align: center;
    box-sizing: border-box;
}

.result_ctl div.btn_content {
    text-align: center;
    position: relative;
}

.result_ctl div.btn_content .addNum {
    position: absolute;
    top: -1px;
    left: 112px;
    background-color: transparent;
    display: none;
}

.result_ctl div.btn_content .addNum font {
    font-size: 26px;
    font-weight: 600;
    color: #e23f24;
}

.result_ctl div.btn_content button {
    padding: 9px 30px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    cursor: pointer;
}

.result_ctl div.btn_content button:focus {
    outline: none;
}

.result_ctl div.btn_content button:hover {
    background-color: #f2f2f2;
}

.result_ctl div.btn_content button.gwc {
    padding: 9px 24px;
    margin-right: 6px;
    cursor: pointer;
}

.result_ctl div.btn_content button.gwc:hover {
    background-color: #f2f2f2;
}

.result_ctl div.btn_content .ys_content {
    margin-top: 10px;
}

.result_ctl div.btn_content button.ys {
    padding: 9px 45px;
    background-color: #f2f2f2;
    margin-right: 8px;
    cursor: pointer;
}

.result_ctl div.btn_content button.ys:hover {
    background-color: #f2f2f2;
}


/* 分页 */

.paging_content {
    width: 100%;
    height: 70px;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
}

.paging {
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    float: right;
}

.pp {
    display: inline-block;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.paging ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
}

.paging ul li {
    display: inline-block;
    float: left;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #595959;
    line-height: 30px;
    text-align: center;
    margin-right: 4px;
    box-sizing: border-box;
}

.paging li:hover {
    background: #e23f24 !important;
    color: #ffffff !important;
    border: 1px solid #e23f24 !important;
}

.paging-selecte {
    background: #e23f24 !important;
    border-radius: 4px;
    color: #fff!important;
    border: 1px solid #e23f24 !important;
}

.paging-selecte:hover {
    background: #e23f24;
    color: #fff!important;
    border: 1px solid #e23f24 !important;
}

.paging input[type='text'],
.paging input[type='button'] {
    display: inline-block;
    margin-top: 0px;
    border: 1px solid #ccc;
}

.paging input[type='text'] {
    width: 33px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    margin-right: 8px;
    box-sizing: border-box;
    padding: 0px 5px;
    box-sizing: border-box;
}

.paging input[type='button'] {
    height: 32px;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0px 10px;
}

.paging ul:nth-child(2) {
    margin-left: 10px;
}

.select-mania-inner {
    width: 100%;
    min-height: 40px;
    font-size: 0;
    padding: 0px;
    border: 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
}

.Integralmall_data {}

.Integralmall_data::after {
    content: "";
    display: block;
    clear: both;
}

.Integralmall {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
}

.Integralmall_top {
    width: 1200px;
    height: 100px;
    margin: 20px auto;
}

.Integralmall_top img {
    width: 1200px;
    height: 100px;
    cursor: pointer;
}

.Integralmall_item {
    width: 290px;
    height: 386px;
    background: #FFFFFF;
    border: 1px solid #ffffff;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 20px;
    float: left;
}

.Integralmall_item:nth-child(4n+1) {
    margin-left: 0px;
}

.Integralmall_item img {
    width: 224px;
    height: 223px;
    display: block;
    margin: 0px auto;
    box-sizing: border-box;
}

.Integralmall_item img:hover {
    border: 1px solid #e75537;
}

.Integralmall_item p {
    height: 50px;
    overflow: hidden;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    width: 224px;
    margin: 0px auto;
    cursor: pointer;
}

.Integralmall_item p:hover {
    height: 50px;
    overflow: hidden;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ec5e45;
    line-height: 24px;
    width: 224px;
    margin: 0px auto;
    cursor: pointer;
}

.Integralmall_item span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E23F24;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    display: block;
}

.Integralmall_item .btn {
    width: 170px;
    height: 38px;
    background: #E23F24;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
}

.Integralmall_item .btn:hover {
    width: 170px;
    height: 38px;
    background: #f32804;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
}


/* 弹窗 */

.dialog_content {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 10000;
    display: none;
}

.dialog_bg {
    position: absolute;
    z-index: 1002;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #000;
    opacity: 0.2;
}

.dialog_data {
    width: 713px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    position: absolute;
    z-index: 1010;
    left: 50%;
    margin-left: -356px;
    top: 50%;
    margin-top: -210px;
}

.dialog_data_header {
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.dialog_data_header h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 16px;
    margin-top: 16px;
    margin-left: 22px;
    position: relative;
}

.dialog_data_header div {
    width: 14px;
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 14px;
    position: absolute;
    right: 22px;
    top: 17px;
    cursor: pointer;
}

.dialog_data_header div:hover {
    color: #E23F24;
}

.dialog_btn {
    text-align: center;
    margin-bottom: 20px;
}

.dialog_btn button {
    width: 100px;
    height: 32px;
    border: 1px solid #CBCBCB;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #656565;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
}

.dialog_btn button:focus {
    outline: none;
}

.dialog_btn button:hover {
    background: #e6e4e4;
}

.dialog_btn button.btn_ok {
    width: 100px;
    height: 32px;
    background: #E13F23;
    border: 1px solid #CBCBCB;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
    text-align: center;
    border: 1px solid #E13F23;
    margin-top: 30px;
}

.dialog_btn button.btn_ok:hover {
    background: #ec5e45;
}

.thh_dialog {
    display: none;
}

.thh_dialog h2 {
    width: 800px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin: 0px auto;
    text-align: center;
}

.thh_dialog span {
    width: 800px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 0px auto;
}

.thh_dialog p {
    width: 800px;
    height: 87px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-indent: 2em;
    margin: 0px auto;
    margin-top: 30px;
}

.dh_data {}

.dh_data img {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0px auto;
}

.dh_data p {
    width: 121px;
    height: 26px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    left: -17px;
    margin-top: 24px;
}

.list_dialog {
    display: block;
}

.order_address_data {
    width: 810px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0px auto;
}

.order_address_item {
    width: 800px;
    height: 114px;
    overflow: hidden;
    overflow-y: auto;
    height: 32px;
    margin-bottom: 9px;
    cursor: pointer;
}

.order_address_item .name {
    width: 122px;
    height: 32px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    text-align: center;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-top: 7px;
    margin-right: 16px;
}

.order_address_item_more {
    display: none;
}

.order_address_item .name i {
    display: none;
}

.order_address_item.active .name {
    color: #e23f24;
    border: 1px solid #e23f24;
    /* background: url(../img/duihao.png) 0 0 no-repeat; */
}

.order_address_item.active .name i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: #e23f24;
    background: url(../../img/i.png) left top no-repeat;
    background-size: cover;
    z-index: 100;
    display: block;
}

.order_address_item:hover {
    background: rgba(226, 63, 36, 0.1);
}

.order_address_item p {
    float: left;
    max-width: 490px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.order_address_item p.data {
    float: left;
    max-width: 490px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.order_address_item p span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}

.order_address_item .mr {
    width: 70px;
    height: 32px;
    float: left;
    padding-left: 11px;
}

.order_address_item .mr span {
    width: 65px;
    height: 20px;
    background: #CCCCCC;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    display: block;
    box-sizing: border-box;
    padding-top: 3px;
    text-align: center;
    margin-top: 6px;
}

.order_address_item .mr {
    display: none;
}

.order_address_item:hover .mr {
    display: block;
}

.order_address_item .btn {
    display: none;
    padding-left: 10px;
}

.order_address_item:hover .btn {
    display: block;
}

.order_address_item .mr font {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #005EA7;
    line-height: 32px;
    cursor: pointer;
}

.order_address_item .mr font:hover {
    color: #E23F24;
}

.order_address_item .btn span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #005EA7;
    line-height: 32px;
    cursor: pointer;
}

.order_address_item .btn span:nth-child(1) {
    margin-left: 10px;
}

.order_address_item .btn span:hover {
    color: #E23F24;
}

.more_address {
    margin-top: 18px;
    margin-bottom: 23px;
}

.more_address span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    cursor: pointer;
}

.more_address:hover span {
    color: #E23F24;
}

.more_address span:hover {
    color: #E23F24;
}

.list_dialog_data {
    width: 866px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    position: absolute;
    z-index: 1010;
    left: 50%;
    margin-left: -430px;
    top: 50%;
    margin-top: -310px;
}

.list_dialog {
    display: none;
}

.add_list {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #005EA7;
    line-height: 30px;
    margin-left: 33px;
    margin-top: 20px;
    margin-bottom: 30px;
    cursor: pointer;
}

.add_list:hover {
    color: #299af1;
}

.list_btn_content {
    margin: 30px 0px;
}

.list_btn_content::after {
    content: "";
    display: block;
    clear: both;
}

.list_btn_left {
    float: left;
    margin-left: 300px;
}

.list_btn_left button {
    width: 23px;
    height: 46px;
    background: #F2F2F2;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    vertical-align: top;
}

.list_btn_left input {
    width: 65px;
    height: 42px;
    border: 1px solid #CCCCCC;
    vertical-align: top;
    text-align: center
}

.list_btn_right {
    float: left;
    padding-left: 20px;
}

.list_btn_right p.sxjf {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E23F24;
    line-height: 24px;
}

.list_btn_right p.jf {
    width: 139px;
    height: 13px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.test-5::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.test-5::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    background-color: #cccccc;
}

.test-5::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 0px #ffffff;
    background: #ffffff;
    border-radius: 10px;
}