.customs-news-tabHD,
.Ec_nav,
.Ec_about,
.Ec_mode,
.Ec_handle,
.Ec_Flow,
.Ec_return,
.Ec_easy,
.Ec_qa,
.BodyCon,
.ReturnCon,.RetBody,.Ec_link {
    max-width: 1200px;
    /*min-width: 1200px;*/
    margin: 20px auto;
}

.Ec_nav .NavCon {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}

.Ec_nav .NavCon li {
    width: calc(100% / 7);
    flex-shrink: 1;
    list-style: none;
    border: 1px #dfe9f5 solid;
    box-shadow: 1px 1px 1px #dfe9f5;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 0 10px;
    align-items: center;
}
.Ec_nav .NavCon li a{
   font-size:16px;
}

.ImgHW {
    width: 60px;
    height: 60px;
    padding-bottom: 10px;
}

.Ec_link .tit,
.Ec_about .tit,
.Ec_mode .tit,
.Ec_handle .tit,
.Ec_Flow .tit,
.Ec_return .tit,
.Ec_easy .tit,
.Ec_qa .tit {
    display: inline-block;
    background: url("./image/title.jpg") no-repeat top;
    background-size: 30%;
    width: 100%;
    height: 65px;
    text-align: center;
    color: white;
    font-size: 28px;
    line-height: 50px;
}

.Ec_about .tit2,
.Ec_mode .tit2,
.Ec_handle .tit2,
.Ec_Flow .tit2,
.Ec_return .tit2,
.Ec_easy .tit2 {
    background: linear-gradient(to right, #2576DF, white);
    background: -webkit-gradient(to right, #2576DF, white);
    font-size: 25px;
    color: white;
    padding: 10px;
    display: none;
}

.about_con {
    background-color: #dfe9f5;
    padding: 10px;
    margin-top:20px;
}

.modeBody {
    background:#1c6fe5 url(/beijing_customs/resource/cms/2023/05/img_pc_site/2023050615184010622.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height:450px;
}

#ds_qydqy .modeBody {background: #1c6fe5 url(/uiFramework/commonResource/image/2023051810131440166.jpg) no-repeat;    background-size: 100%;width: 100%;height:450px;}

.BodyCon {
    display: flex;
    justify-content: space-between;
    height: 440px;
}

.modeBody .mode1,
.modeBody .mode2 {
    background-color: #dfe9f5;
    width: 30%;
    height: 60%;
    position: relative;
    top: 20%;
    padding: 20px;
    opacity: 0.8;
}

.mode1 .mode_tit1,
.mode2 .mode_tit1 {
    color: #2576DF;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    padding-bottom: 5px;
}
.mode1 .mode_tit2,
.mode2 .mode_tit2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.mode1 .mode_txt,
.mode2 .mode_txt{
   font-size: 16px;
   line-height: 30px;
   margin-top: 10px;
   text-align: justify;
}
.HandleTit ul {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px #dfe9f5 solid;
    font-size: 18px;
    font-weight: 600;
}

.HandleTit li {
    font-size: 18px;
    list-style: none;
    cursor: pointer;
    padding: 20px;
}

.HandleCon {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.HandleCon ul {
    /* display: flex;
    justify-content: space-around; */
}

.HandleCon li {
    list-style: none;
}


/* 通关流程 */

.FlowCon p ,.HandleCon p {
    border: #dfe9f5 1px solid;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
    line-height: 30px;
    background: url(/uiFramework/commonResource/zip/newPageImg/news_dian.png) 5px center no-repeat;
    padding-left: 20px;
}

.FlowCon p:hover ,.HandleCon p:hover {
    box-shadow: 1px 1px 5px 1px rgb(234, 234, 234);
    transition:.2s;
}

/* 退货流程 */

.RetBody {
    background-color: #dfe9f5;
    padding: 10px;
}

.ReturnCon {
    background: url("./image/bg1.jpg") no-repeat;
    background-size: 100%;
    padding: 20px;
}

.ReturnCon .Rt1,
.Rt2 {
    display: flex;
    display: -webkit-flex;
    padding: 30px 0;
    border-bottom: #dfe9f5 1px solid;
}

.Rt1 .Rt1_tit,
.Rt2 .Rt2_tit {
    width: 60px;
    height: 60px;
    background-color: #2576DF;
    color: white;
    padding: 10px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 10px;
    box-shadow: 8px 8px 0 0 #dfe9f5;
}

.Rt1 .Rt1_con,
.Rt2 .Rt2_con {
    border-left: #dfe9f5 2px solid;
    padding: 0 20px;
    margin-left: 20px;
    width: 80%;
}


/* 便利措施 */

.EasyBody {
    border: #dfe9f5 1px solid;
    padding: 20px;
    position: relative;
}

.EasyBody li:nth-child(odd) {
    background-color: #dfe9f5;
    padding: 20px 20px 0;
    margin: 10px 0;
}

.EasyBody li span {
    display: inline-block;
    padding: 10px;
    height: 60px;
    width: 30px;
    background-size: 100% 90%;
    position: relative;
    top: -20px;
    color: white;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
}
.EasyBody li p {
    width: 90%;
    padding-left: 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
}

.EasyBody li:nth-child(1) span, .EasyBody li:nth-child(5) span{
    background: url("./image/item1.png") no-repeat;
}

.EasyBody li:nth-child(2) span {
    background: url("./image/item2.png") no-repeat;
}

.EasyBody li:nth-child(3) span {
    background: url("./image/item3.png") no-repeat;
}

.EasyBody li:nth-child(4) span {
    background: url("./image/item4.png") no-repeat;
}

.EasyBody li:nth-child(even) {
    background-color: #2576DF;
    padding: 20px 20px 0;
    color: white;
}


/* 常见问题 */

.QaCon {
    background: url("./image/bg2.png") no-repeat bottom right;
}

.QaCon li {
    border-top: #dfe9f5 1px solid;
    border-bottom: #dfe9f5 1px solid;
    padding: 20px 10px;
}

.QaCon li p:first-child {
    color: #2576DF;
    font-size: 20px;
    font-weight: 800;
    line-height: 60px;
}

.QaCon li P:last-child {
    font-size: 16px;
    line-height: 30px;
    color: black;
}

.QaCon li p:first-child::before {
    content: url("./image/Q.png");
    display: inline-block;
    width: 30px;
    height: 30px;
}

.QaCon li p:last-child::before {
    content: url("./image/a.png");
    display: inline-block;
    width: 30px;
    height: 30px;
}

.BorderColor { border-bottom:#ed8e04 3px solid; }

/* 常用链接 */
.Ec_link {width: 100%;}
.link_ul li{width: 48%;height: 190px;float: left;margin-left:2%;}
.link_ul li:first-child{margin-left:0;}
.link_ul li img {width: 100%;height: 100%;object-fit: contain;box-shadow: 1px 1px 5px 1px rgb(234, 234, 234);}
.link_ul li img:hover{transition: all 0.3s;box-shadow: 1px 1px 10px 2px rgb(234, 234, 234);}

/*tab 切换  20230505*/
 .customs-news-tabHD{text-align: center;}
 .customs-news-tabHD a{color:#2576df;padding: 10px 20px;font-size: 28px;font-weight: bold;}
 .customs-news-tabHD a:first-child{/*margin-right:15px;*/border-top-left-radius: 25px !important;border-bottom-left-radius: 25px !important;border-top-right-radius: 0px !important;border-bottom-right-radius: 0px !important;}
 .customs-news-tabHD a.on{background: #2576df; color:#fff;border-top-right-radius: 25px;border-bottom-right-radius: 25px;}

.NavCon li a{text-align:center;display: block;}

/* 移动适配 */

@media screen and (max-width:390px),
(max-width:768px),
(max-width:820px),
(max-width:1160px) {
    .customs-news-tabHD,
    .Ec_nav,
    .Ec_about,
    .Ec_mode,
    .Ec_handle,
    .Ec_Flow,
    .Ec_return,
    .Ec_easy,
    .Ec_qa,
    .BodyCon,
    .ReturnCon,.Ec_link  {
        max-width: 100%;
        min-width: 100%;
    }
.Ec_link .tit,
.Ec_about .tit,
.Ec_mode .tit,
.Ec_handle .tit,
.Ec_Flow .tit,
.Ec_return .tit,
.Ec_easy .tit,
.Ec_qa .tit {
       background-size: 80%;
    }
.Ec_nav .NavCon {
    flex-wrap:wrap;
    justify-content: flex-start;
   }
.Ec_nav .NavCon li{
    margin-bottom: 10px;
    width: 44%;
  }
.BodyCon { flex-direction: column;}
.modeBody .mode1, .modeBody .mode2{width: 100%;}
.modeBody ,#ds_qydqy .modeBody{background-size: 500%;background-position-x: 50%;}
.modeBody .mode1, .modeBody .mode2{top: 0;margin-bottom: 10px;}
.ReturnCon{background-color: white;}
.Rt1 .Rt1_tit, .Rt2 .Rt2_tit{text-align: center;height: auto;}
.EasyBody li span{height: 64px; width: 48px;}
.EasyBody li p {width: 80%;}
.Ec_link .link1,.Ec_link .link2 ,.Ec_link .link3{width: 100%;height: inherit;margin-bottom: 10px;}
}


@media screen and (max-width:500px){
.customs-news-tabHD a{font-size: 20px;}
.modeBody .BodyCon{height:auto;}
.modeBody {background: #1c6fe5 url(/beijing_customs/resource/cms/2023/05/img_pc_site/2023050615184010622.png) no-repeat;}
#ds_qydqy .modeBody{background: #1c6fe5 url(/uiFramework/commonResource/image/2023051810131440166.jpg) no-repeat;}
}


/*.swiper-container-autoheight .swiper-wrapper{height:auto !important;}*/
.ds .swiper-container{overflow: visible !important;}





@media screen and (max-width:768px){
.modeBody{height: auto !important;}
.modeBody .mode1{margin-top: 10px;}

}



@media screen and (max-width:550px){
.link_ul li{width: 100%;margin-left: 0;margin-top: 10px;}
.link_ul li img{width: 80%; margin: 0 auto;display: block;}

}