.support_content ul{
    padding-left: 0px;
}
.support_content ul li{
    list-style-type: none;
    background: url(../images/news_li_bg.jpg) left center no-repeat;
    border-bottom: 1px solid #e1e1e1;
    padding: 12px 12px 12px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.support_content ul li a{
    color: #333743;
    font-weight: 500;
    font-size: 14px;
    /* text-decoration: underline; */
    letter-spacing: .5px;
}
.support_content ul li a:hover{
    color: #C00;
    text-decoration: underline;
}
.support_content ul li span{
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #333743;
}


/** details  */
.support_detail_title{
    padding-bottom: 20px;
    border-bottom: 1px solid #a8a8a8;
}
.support_detail_title h1{
    font-size: 22px;
    text-align: center;
    line-height: 47px;
    letter-spacing: .5px;
    color: #000;
}
.display_f{
    text-align: center;
    margin-top: 11px;
}
.display_f>span{
    font-size: 13px;
    color: #999999;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 20px;
}
.display_f>span:nth-child(2),.display_f>span:nth-child(3){
    margin-left: 20px;
}
/* .support_detail_body{	
    margin-top: 30px;
} */
.support_detail_body>p{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #333743;
    line-height: 27px;
    font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    margin-top: 20px;
}
/* .support_detail_body img{
    margin-top: 10px;
    margin-bottom: 10px;
} */
.img_100{
    width: 100%;
}
.effect .col-md-6{
    padding: 0px;
}
.m_0{
    margin: 0px !important;
}
.p_r_0{
    padding-right: 0px;
}
.img_border{
    border: 1px solid #f8f8f8;
}
.product_title{
    background-color: #e3e3e3;
    height: 100%;
}
.red_square{
    background-color: #fe0000;
}
.effect_title{
    margin-top: 20px;
    margin-bottom: 20px;
}
.span_effect{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #333743;
}
.product_title{
    padding: 13%;
}
.product_detail_list a:nth-child(2){
    left: -8px;
}
.product_detail_list a:nth-child(3){
    left: -9px;
}
.product_detail_list a:nth-child(4){
    left: -10px;
}
.product_detail_list a:nth-child(5){
    left: -11px;
}
.product_detail_list a:nth-child(6){
    left: -12px;
}
.product_detail_list a:nth-child(7){
    left: -13px;
}
.product_detail_list a:nth-child(9){
    left: -14px;
}
.product_attribute{
    color: #787878;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    word-break: break-all;
}
.product_attribute:last-child{
    margin-bottom: 0px;
}
.product_attribute>span{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .5px;
    color: #000000;
    margin-left: 10px;
    word-break: break-all;
}
.product_detail_list{
    /* display: inline-block; */
    /* padding: 28px 0px 11px; */
    border-bottom: 1px solid #6f6f6f;
    width: 100%;
    margin-top: 20px;
    flex-direction: inherit;
}
.product_detail_list a{
    position: relative;
    font-size: 13px;
}
.product_detail_list a:first-child::after{
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}
.product_detail_list a::after{
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    background-color: #cecece;
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    border: 1px #6f6f6f solid;
    border-bottom: 0;
}
.list_link{
    color: #000;
    padding: 8px 20px;
}
.product_detail_list .active::after{
    background-color: #a1c2f7;
}
.tab_content_p{
    padding: 20px;
}
.notice_detail{
    border: 1px solid #dedddd;
    padding: 20px;
    margin-top: 0px !important;
}
div#nav-tabContent {
    border: 1px #6f6f6f solid;
    border-top: 0;
    padding: 10px;
}