/*
Theme Name: ATC_Prototype
Theme URI: http://www.autotirechecking.com/
Author: Supachai C.
Author URI: http://www.autotirechecking.com/
Description: ATC_Prototype
License: ATC_Prototype
License URI: http://www.autotirechecking.com/
Tags: http://www.autotirechecking.com/
Text Domain: http://www.autotirechecking.com/
/* =Reset
-------------------------------------------------------------- */
/* =Basic structure
-------------------------------------------------------------- */
*{

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-overflow-scrolling: touch;

}
h1, h2, h3, h4, h5, h6, pre, code, p {
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    margin: 0px;
}
@import url('https://fonts.googleapis.com/css?family=Kanit');
body{
    margin:0px;
    font-family: 'Kanit',Tahoma, Geneva, sans-serif;
    background:#FFF;
    font-size: 15px;
}
a:link {
    color: #333333;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #333333;
}
a:hover {
    text-decoration: none;
    color:#D6A739;
}
a:active {
    text-decoration: none;
    color:#a86200;
}
*{
    box-sizing:border-box;
}
.clear-both{
    clear:both;
}
.contain-adsense
{
    width: 100%;
}
[data-scroll]{
    font-size:16px; 
    color:#666; 
    display:none; 
    cursor:pointer; 
    position: fixed; 
    text-align:center; 
    right:10px; 
    bottom:0px; 
    background:url(images/bg-gototop.png) no-repeat; 
    width:100px; 
    padding:10px 0;
}
.text-center{
    text-align:center;
}
@media (max-width: 767px){
    .text-center{
        text-align: center;
        float: left;
        width: 100%;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
.text-left{
    text-align: left;
}
.text-right{
    text-align:right;
}
.bottom2{
    margin-bottom:2px;
}
.bottom5{
    margin-bottom:5px;
}
.bottom10{
    margin-bottom:10px;
}
.bottom15{
    margin-bottom:15px;
}
.bottom20{
    margin-bottom:20px;
}
.bottom30{
    margin-bottom:30px;
}

.accordion_tab{
    /*display:none;*/
}


#header-box{
    width: 1170px;
    background-color:#111; 
    margin: 0 auto;
}

.topnav {
  display: none;
}

@media (max-width: 767px){
    #menu-bg{
    display: none;
    }
    .topnav {
      background-color: #000;
        float: none;
        display: block;
        text-align: left;
        padding: 0px 20px;
        line-height: 25px;
        color: #fff;
        border-bottom: 3px solid #f90;
        min-height: 55px;
    }
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
        margin-top: 13px;
        font-size: 25px;
        color: #fff;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a:not(:first-child) {
        float: none;
        display: block;
        text-align: left;
        padding: 10px 20px;
        color: #fff;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#menu-box .menu{
    padding:10px 20px; 
    color:#000;
    cursor:pointer; 
    font-size:14px; 
    border-left:1px solid #f8ce7b;
    transition:all ease 0.3s;
    float:left;
}
#menu-box .menu.select, #menu-box .menu:hover{
    color:#fff;
    /*background-color:#a86200; */
	 background-color:#1a0000; 
}
#menu-box .menu.last{
    border-right:1px solid #f8ce7b; 
}

#quick-search{
    float:right;
    margin-top:7px;
}
#quick-search i{
    margin-right:5px;
    color:#FFF;
    text-shadow:-1px 1px 1px rgba(0,0,0,0.2);
}
#quick-search input{
    padding:10px;
    border:0px;
    border-radius:4px;
    width:160px;
    height:20px;
    color:#FFF !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c67d00), to(#f19300));
    background: -webkit-linear-gradient(top, #c67d00, #f19300);
    background: -moz-linear-gradient(top, #c67d00, #f19300);
    background: -ms-linear-gradient(top, #c67d00, #f19300);
    background: -o-linear-gradient(top, #c67d00, #f19300);
}


.submenu{
    position:absolute;
    z-index:99;
    top:43px;
    display:none;
}
#submenu1{
    left:0px;
    width:100%;
    background:#FFF;
    
}
.submenu .sub-frame{
    padding:15px 1px 15px 2px;
}
.submenu .sub-frame .item{
    width:177px;
    margin-left:15px;
    float:left;
}
.submenu .sub-frame .item .banner{
    height:118px; 
    margin-bottom:10px; 
    background:#7a7a7a;
}

.submenu .sub-frame .item .title{
    font-size:12px; 
    font-weight:NORMAL; 
    text-align:center;
}
#submenu-more{
    font-size:14px; 
    font-weight:NORMAL; 
    color:#000; 
    text-align:center; 
    width:100px; 
    line-height:30px; 
    background:#ffa800; 
    float:right; 
    cursor:pointer
}
#submenu-more:hover{
    color:#ffa800; 
    background:#000; 
}

#bg-header{
    background-image: url(images/bg_header.jpg);
	position: relative;
}

/*@media (max-width: 767px){
    #bg-header a{
        display: none;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}*/

#bg-head{
    width:1170px;
    margin:0 auto;
}

#bg-head1{
    float:left;
}

#banner-header{
    float:right; 
    margin:15px 0 10px;
	width:728px;
    height: 90px;
}
#banner-hd{
    width:728px;
    height:90px;
    background:#464646;
}

#content-box{
    width:1170px; 
    margin:0 auto; 
    z-index: 999;
    min-height: auto !important;
}
@media (max-width: 767px){
    #content-box{
        width:100%; 
        margin:0 auto; 
        z-index: 999;
        min-height: auto !important;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#recomment-search-box-pro{
    /*background:url(images/recomment-search-bg.jpg) repeat-x; */
    padding:0 15px;
    background-color: #1408cc;
        margin-bottom: 10px;
}
@media (max-width: 767px){
    #recomment-search-box-pro{

    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

#recomment-search-box{
    background:url(images/recomment-search-bg.jpg) repeat-x; 
    padding:0 15px;
}
@media (max-width: 767px){
    #recomment-search-box{
        display: none;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#recomment-search-box .title{
    font-size:24px; 
    color:#FFF; 
    float:left;
    padding:5px 0px;
}
#recomment-search-box .title span{
    font-size:11px;
    margin-left:10px;
}
#recomment-search-box .title span a:hover{
    color:#D6A739;
    text-decoration:underline;
}
#recomment-search-box .title span a:link{
    color:#D6A739;
}
#recomment-search-box .tool{
    margin-left:250px;
    padding-top:8px;
}
#recomment-search-box .tool select{
    width:170px; 
    height:25px; 
    border:1px #a46c14 solid; 
    margin-left:5px; 
    font-size:12px;
}
#recomment-result-box{
    background-color:#f0f0f0; 
    padding:15px;
}
#recomment-result-box .title-banner{
    display:inline-block;
    padding:0 15px;
    height:30px;
    line-height:30px;
    text-align: center; 
    /*border-bottom: #e79500 2px solid; */
    font-size: 12px; 
    color: #FFF; 
    font-weight: NORMAL;
    margin-bottom:15px;
}
#recomment-result-box .title-banner.red{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9e030b), to(#060405));
    background: -webkit-linear-gradient(top, #9e030b, #060405);
    background: -moz-linear-gradient(top, #9e030b, #060405);
    background: -ms-linear-gradient(top, #9e030b, #060405);
    background: -o-linear-gradient(top, #9e030b, #060405);
}
#recomment-result-box .title-banner.blue{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0153a5), to(#050608));
    background: -webkit-linear-gradient(top, #0153a5, #050608);
    background: -moz-linear-gradient(top, #0153a5, #050608);
    background: -ms-linear-gradient(top, #0153a5, #050608);
    background: -o-linear-gradient(top, #0153a5, #050608);
}
#recomment-result-box .result-arrow{
    background-color:#000; 
    width:28px; 
    padding:8px; 
    float:right; 
    color:#ffa400; 
    text-align:center; 
    margin-left:8px;
    cursor:pointer;
}
#recomment-result-box .result-arrow.last{
    margin-left:0px;
}
#recomment-result-box .tire-score-box{
    margin-right:16px; 
    margin-bottom:20px; 
    width:273px; 
    background-color:#fff; 
    border:1px #e79500 solid; 
    position:relative; 
    float:left; 
    padding:15px;
    cursor:pointer;
	height:426px;
}
#recomment-result-box .tire-score-box:hover{
    border:1px #e79500 solid;
    background:#fefaf4;
}
#recomment-result-box .tire-score-box.last{
    margin-right:0px !important;
}
#recomment-result-box .tire-score-box .pin-box{
    width: 78px; 
    height: 78px; 
    line-height: 78px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: -4px;
    color: #FFF;
    font-weight: NORMAL;
    font-size: 12px;
}
#recomment-result-box .tire-score-box .tire-score-title{
    font-size: 14px; 
    font-weight: NORMAL; 
    width:200px;
    margin-bottom:15px;
    height: 50px;
}
#recomment-result-box .tire-score-box .tire-score-title span{
    color:#197b30;
    font-size:13px;
}
#recomment-result-box .tire-score-box .tire-info .rim{
    width: 30px;
    line-height:30px;
    float:left;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    font-weight: NORMAL;
    font-size: 12px;
}
#recomment-result-box .tire-score-box .tire-info .brand{
    float:left;
    margin-left:5px;
    text-align: center;
    color: #FFF;
}
#recomment-result-box .tire-score-box .tire-score .score-box{
    margin-left:110px;
}
#recomment-result-box .tire-score-box .tire-score .score-box .score-tab{
        font-size: 10px;
    color: #FFF;
    background-color: #888;
    padding: 0px 5px;
    width: 100px;
    float: left;
    margin-left: -5px;
    height: 14px;
}
#recomment-result-box .tire-score-box .tire-score .score-box .score-point{
    margin-left: 126px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 0;
}
#recomment-result-box .tire-score-box .best-click{
    background-color: #197b30;  
}
#recomment-result-box .tire-score-box .best-price{
    background-color: #d20612;
}
#recomment-result-box .tire-score-box .best-performanc{
    background-color: #0055a6;
}
#recomment-result-box .tire-score-box .best-new{
    background-color: #652d92;
}
#recomment-result-box .tire-score-box .price-box{
    position:relative;
    padding-top:20px;
    border-top:1px solid #E79500;
    margin:0 -15px;
}
#recomment-result-box .tire-score-box .price-box .price-tag{
    height: 30px; 
    line-height: 30px; 
    position: absolute; 
    text-align: center; 
    color: #FFF; 
    font-weight: NORMAL; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    top: -15px;
    padding:0 10px;
    margin:0 15px;
}
#recomment-result-box .tire-score-box .price-box .seller-box{
    padding:0 15px;
}
/*.seller-banner{
    width:120px; 
    color:#666; 
    font-family:Tahoma, Geneva, sans-serif; 
    font-size: 11px; 
    font-weight: NORMAL; 
    float:left;
    margin-bottom:5px;#tire-detail-box .tire-score-box .price-box .seller-box .seller-banner
    text-align:left;
    margin-right:1px;
}*/

#recomment-result-box .tire-score-box .price-box .seller-box .seller-banner
{
    width: 100%;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    float: left;
    margin-bottom: 5px;
    text-align: left;
    margin-right: 1px;
    margin-top: 11px;
    text-align: center;
}
img{
	max-width: 100%;
    height: auto;
}

.update_spec
{
    width: 125px;
    color: #666;
    font-size: 12px;
    margin-bottom: 5px;
    position: relative;
    left: 134px;
    margin-top: 4px;
}
#recomment-result-box .tire-score-box .price-box .seller-box .seller-banner img{
    vertical-align:middle;
}
#recomment-result-box .tire-score-box .price-box .seller-box .seller-banner.last{
    margin-right:0px;
}
#recomment-result-box .tire-score-box .price-box .seller-box .seller-banner.num{
    color:#d10512;
}
#recomment-result-box .tire-score-box .price-box .seller-box .seller-banner.date{
    color: #999;
    font-weight: normal;
    width: 239px;
    text-align: right;
}


#detail-box{
    margin-top:15px;
}
@media (max-width: 767px){
    #detail-box{
    	margin-top: 0px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#detail-box .detail-left-box{
    width:855px;
    float:left;
    margin-right:15px;
	overflow : hidden;
}
@media (max-width: 767px){
    #detail-box .detail-left-box{
        width:100%;
        float:left;
        /*margin-right:15px;*/
        overflow : hidden;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#detail-box .detail-right-box{
    margin-left:870px;
    width:300px;
}
#detail-box .detail-left-box.rev{
    float:left;
    margin-right:0px;
    margin-left:10px;
}
@media (max-width: 767px){
    #detail-box .detail-left-box.rev{
    float:left;
    margin-right:0px;
    padding: 0px;
    margin-left:0px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#detail-box .detail-right-box.rev{
    float:left;
    margin-left:0px;
}
@media (max-width: 767px){
   #detail-box .detail-right-box{
    display: none;
   } 
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

#article-box .article-main-title{
    font-size:30px; 
    font-weight:NORMAL; 
    border-bottom:1px solid #C0C0C0; 
    padding-bottom:5px; 
    margin-bottom:40px;
}
#article-box .article-main-title span{
    font-size:13px;
}
#article-box .article-hilight-box{
    margin-bottom:25px;
}
#article-box .article-hilight-box .hilight-pic{
    /*width: 290px;*/
    /*height: 195px;*/
    background-color: #7A7A7A;
    border: 3px solid #D6A739;
    float: left;
    overflow: hidden;
}
#article-box .article-hilight-box .hilight-content{
    padding:15px 20px;
    height: 195px;
    background:#e5e5e5;
    margin-left:290px;
}
#article-box .article-hilight-box .hilight-content .hilight-title{
    font-size:24px;
    font-weight:NORMAL;
    color:#000;
}
#article-box .article-hilight-box .hilight-content .hilight-info{
    font-size:12px;
    color:#999;
    margin-top:5px;
}
#article-box .article-hilight-box .hilight-content .hilight-summary{
    font-size: 13px;
    height: 65px;
    overflow: hidden;
    padding-top: 8px;
}
#article-box .article-hilight-box .hilight-content .hilight-summary p{
    height: 48px;
    overflow: hidden;
}
#article-box .article-hilight-box .hilight-content .hilight-more-btn{
    width:100px;
    border:1px solid #ce8802;
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    line-height:26px;
    text-align:center;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9a101), to(#c17b00));
    background: -webkit-linear-gradient(top, #f9a101, #c17b00);
    background: -moz-linear-gradient(top, #f9a101, #c17b00);
    background: -ms-linear-gradient(top, #f9a101, #c17b00);
    background: -o-linear-gradient(top, #f9a101, #c17b00);
    cursor:pointer;
}
#article-box .article-hilight-box .hilight-content .hilight-more-btn:hover{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d68c04), to(#a06903));
    background: -webkit-linear-gradient(top, #d68c04, #a06903);
    background: -moz-linear-gradient(top, #d68c04, #a06903);
    background: -ms-linear-gradient(top, #d68c04, #a06903);
    background: -o-linear-gradient(top, #d68c04, #a06903);
}
#article-box .article-hilight-box .hilight-content .fa-star{
    color:#e79500;
    float:left; 
    margin-left:5px; 
    margin-top:6px
}
#article-box .article-hilight-box .hilight-content .fa-star.first{
    margin-left:20px; 
}
#article-box .article-hilight-box .hilight-content .fa-star.none{
    color:#a2a2a2;
}
#article-box #article-list{
    margin-bottom:20px;
}
#article-box #article-list .blog{
    width:268px;
    margin-right:25px;
    float:left;
    cursor:pointer;
}
#article-box #article-list .blog.last{
    margin-right:0px;
}
#article-box #article-list .blog .banner{
    height: 180px;
    background-color: #999;
}
#article-box #article-list .blog .text-box{
    padding:12px 10px; 
    border-bottom:1px solid #d6d6d6;
}
#article-box #article-list .blog .text-box .title{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: NORMAL;
    height: 18px;
}
#article-box #article-list .blog .text-box .info{
    font-size: 10px; 
    margin-top:10px;
    color: #999;
}
#article-box #article-list .blog:hover, #article-box #article-list .blog:hover .text-box .info{
    color:#D6A739;
}
#article-box .article-mini-box{
    float:left; width:265px; 
    margin-right:25px; 
    margin-bottom:15px;
    cursor:pointer;
}
#article-box .article-mini-box.last{
    margin-right:0px;
}
#article-box .article-mini-box .banner{
    width:85px;
    height:55px;
    background-color:#999;
    float:left;
    margin-right:10px;
}
#article-box .article-mini-box .title{
    padding:5px 15px; 
    font-size:11px;
}
#article-box .article-mini-box .info{
    padding:0 5px;
    font-size: 10px; 
    color:#999;
}
#article-box .article-mini-box:hover, #article-box .article-mini-box:hover .info{
    color:#D6A739;
}



.ads-banner{
    
}
@media (max-width: 767px){
   .ads-banner{
        display: none;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

.ads-banner.wide{
    width:100%;
}

#detail-box .detail-left-box #hire-box{
    margin-bottom:30px;
    background:#e5e5e5;
}
#detail-box .detail-left-box #hire-box .header{
    font-size:24px; 
    color:#FFF; 
    text-align:center; 
    padding:8px 0;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9d030b), to(#070604));
    background: -webkit-linear-gradient(top, #9d030b, #070604);
    background: -moz-linear-gradient(top, #9d030b, #070604);
    background: -ms-linear-gradient(top, #9d030b, #070604);
    background: -o-linear-gradient(top, #9d030b, #070604);
}
#detail-box .detail-left-box #hire-box .header span{
    font-size:11px;
    margin-left:10px;
}
#detail-box .detail-left-box #hire-box .hire-menu-row, #detail-box .detail-left-box  #promotion-box .promotion-menu-row{
    background-color: #e79500; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    color: #333; 
    font-weight:NORMAL; 
    text-align: center; 
    position:relative;
}
#detail-box .detail-left-box #hire-box .hire-menu-row .fa, #detail-box .detail-left-box  #promotion-box .promotion-menu-row .fa{
    background-color:#d18d11; 
    width:20px; 
    height:40px; 
    margin:0 auto; 
    padding-top:12px;
    transition:ease-in-out 0.2s;
    position:absolute;
    top:0px;
    cursor:pointer;
}
#detail-box .detail-left-box #hire-box .hire-menu-row .fa:hover, #detail-box .detail-left-box #promotion-box .promotion-menu-row .fa:hover{
    background-color:#f4cc2e; 
}
#detail-box .detail-left-box #hire-box .hire-menu-row .fa-angle-left, #detail-box .detail-left-box #promotion-box .promotion-menu-row .fa-angle-left{
    left:0px; 
}
#detail-box .detail-left-box #hire-box .hire-menu-row .fa-angle-right, #detail-box .detail-left-box #promotion-box .promotion-menu-row .fa-angle-right{
    right:0px;
}
#detail-box .detail-left-box #hire-box .hire-menu-row .hire-menu-tab, #detail-box .detail-left-box #promotion-box .promotion-menu-row .promotion-menu-tab{
    font-family: Arial, Helvetica, sans-serif; 
    padding: 0px 15px; 
    line-height:40px; 
    color: #333; 
    cursor: pointer; 
    font-size: 14px; 
    transition: all ease 0.3s; 
    display:inline-block;
    cursor:pointer;
}
#detail-box .detail-left-box #hire-box .hire-menu-row .hire-menu-tab.select, #detail-box .detail-left-box #promotion-box .promotion-menu-row .promotion-menu-tab.select{
    color: #FFF !important;
    background:none !important;
}
#detail-box .detail-left-box #hire-box .hire-menu-row .hire-menu-tab:hover, #detail-box .detail-left-box #promotion-box .promotion-menu-row .promotion-menu-tab:hover{
    color: #FFF;
    background:rgba(0,0,0,0.2);
}

.hire-list-box article .title h2
{
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 28px;
}

#detail-box .detail-left-box #hire-box .hire-list-box{
    width:214px; 
    border-bottom: 1px solid #fff; 
    border-right:1px solid #fff;
    float:left;
    padding:15px 20px;
    cursor:pointer;
}
#detail-box .detail-left-box #hire-box .hire-list-box:hover, #detail-box .detail-left-box #hire-box .hire-list-box:hover .info{
    color:#000;
    background:#f1b03b;

}
#detail-box .detail-left-box #hire-box .hire-list-box.last{
    width:213px;
    border-right:none;
}
#detail-box .detail-left-box #hire-box .hire-list-box .banner{
    height:115px;
    background-color:#999;
}
#detail-box .detail-left-box #hire-box .hire-list-box .title{
    padding: 10px 0; 
    font-size: 12px; 
    font-weight: NORMAL; 
    text-align:center;
}
#detail-box .detail-left-box #hire-box .hire-list-box .info{
    padding-top:3px;
    font-size: 10px; 
    color:#999; 
    text-align:center
}
.info a{
    color:#999 !important; 
}
#detail-box .detail-left-box #issue-box{
    margin-bottom:30px;
    background:#e5e5e5;
}
#detail-box .detail-left-box #issue-box .header{
    font-size:24px; 
    color:#FFF; 
    text-align:center; 
    padding:8px 0;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9d030b), to(#070604));
    background: -webkit-linear-gradient(top, #9d030b, #070604);
    background: -moz-linear-gradient(top, #9d030b, #070604);
    background: -ms-linear-gradient(top, #9d030b, #070604);
    background: -o-linear-gradient(top, #9d030b, #070604);
}
#detail-box .detail-left-box #issue-box .header span{
    font-size:11px;
    margin-left:10px;
}
#detail-box .detail-left-box #issue-box #issue-list-box{
    padding:25px 25px 0;
}
#detail-box .detail-left-box #issue-box #issue-list-box .issue-item{
    width:390px; 
    float:left;
    margin-bottom:25px;
    margin-right:25px;
    cursor:pointer;
}
#detail-box .detail-left-box #issue-box #issue-list-box .issue-item:hover, #detail-box .detail-left-box #issue-box #issue-list-box .issue-item:hover .content .info{
    color:#D6A739;
}
#detail-box .detail-left-box #issue-box #issue-list-box .issue-item.last{
    margin-right:0px;
}
#detail-box .detail-left-box #issue-box #issue-list-box .issue-item .banner{
    width:145px; 
    height:95px; 
    background-color:#999;
    float:left;
    overflow: hidden;
}
#detail-box .detail-left-box #issue-box #issue-list-box .issue-item .content{
    margin-left:160px;
}
#detail-box .detail-left-box #issue-box #issue-list-box .issue-item .content .title{
    padding:10px 0;
    font-size: 12px;
    font-weight: NORMAL;
}
#detail-box .detail-left-box #issue-box #issue-list-box .issue-item .content .info{
    padding:3px  0 15px 0px;
    font-size: 10px;
    color:#999;
}

#detail-box .detail-left-box #forum-box{
    border-bottom:1px solid #c0c0c0; 
    padding:0px 10px;
    margin-bottom:10px;
}
#detail-box .detail-left-box #forum-box .forum-btn{
    float:left; 
    position:relative; 
    padding:0px 20px;
    line-height:50px;
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px; 
    font-weight:NORMAL; 
    color:#333333;
    cursor:pointer;
}
#detail-box .detail-left-box #forum-box .forum-btn img{
    display:none;
}
#detail-box .detail-left-box #forum-box .forum-btn.select{
    color:#e79500;
}
#detail-box .detail-left-box #forum-box .forum-btn.select img{
    display:block;
}
#detail-box .detail-left-box #forum-box .forum-btn:hover{
    color:#e79500;
}
#detail-box .detail-left-box #forum-box .forum-btn img{
    position:absolute; 
    left:50%; 
    bottom:-1px; 
    margin-left:-6px;
}
.forum-item{
    padding:15px 0; 
    border-bottom:1px #e0e0e0 solid;
    cursor:pointer;
}

.forum-item:hover, .forum-item:hover .detail .info{
    /*color:#D6A739;*/
}
.forum-item .banner{
    width:180px; 
    height:120px; 
    float:left; 
    margin-right:20px;
}
@media (max-width: 767px){
    .forum-item .banner{
        width: 30%;
        height: 120px;
        float: left;
        margin-right: 10px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

.forum-item .detail{
    padding:10px 20px 0;
    margin-left:180px;
}
@media (max-width: 767px){
    .forum-item .detail{
        width: 65%;
        float: left;
        padding:0px;
        margin-left:0px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
.forum-item .detail .title{
    font-size: 20px; 
    font-weight: NORMAL;
    margin-bottom:10px;
}
 .forum-item .detail .summary{
        font-size: 12px;
    margin-bottom: 10px;
    line-height: 16px;
    height: 50px;
    overflow: hidden;
}
.forum-item .detail .info{
    font-size: 12px; 
    color:#999;
}
.forum-tab{
    display:none;
}



#detail-box .detail-left-box #promotion-box .header{
     font-size:30px;
     font-weight:NORMAL; 
    padding:8px 0;
}
#detail-box .detail-left-box #promotion-box .header span{
    font-size:12px;
}

#promotion-list .promotion-item{
    width: 195px;
    border-bottom: 1px #e0e0e0 solid;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-right: 21px;
}
#promotion-list .promotion-item.last{
    margin-right:0px;
}
#promotion-list .promotion-item .banner{
    height: 289px;
    width: 194px;
    background-color: #999;
}
#promotion-list .promotion-item .title{
    padding: 10px 0; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: NORMAL; 
    text-align: center;
}
#promotion-list .promotion-item .promotion{
    height: 55px;
    overflow: hidden;
}
#promotion-list .promotion-item .info{
    padding:3px  0 15px 0px;
    font-size: 10px; 
    color:#999; 
    text-align:center
}
#promotion-list .promotion-item .btn-download{
       width: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    padding: 6px 10px;
    margin: 0 auto;
    border: 1px solid #d38800;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fba200), to(#c17d00));
    background: -webkit-linear-gradient(top, #fba200, #c17d00);
    background: -moz-linear-gradient(top, #fba200, #c17d00);
    background: -ms-linear-gradient(top, #fba200, #c17d00);
    background: -o-linear-gradient(top, #fba200, #c17d00);
    cursor: pointer;
}
#promotion-list .promotion-item .btn-download:hover{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d68c04), to(#a06903));
    background: -webkit-linear-gradient(top, #d68c04, #a06903);
    background: -moz-linear-gradient(top, #d68c04, #a06903);
    background: -ms-linear-gradient(top, #d68c04, #a06903);
    background: -o-linear-gradient(top, #d68c04, #a06903);
}

#top-post-box .header{
    font-size:24px; 
    color:#FFF;
    padding:8px 15px;
    margin-bottom:15px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9d030b), to(#070604));
    background: -webkit-linear-gradient(top, #9d030b, #070604);
    background: -moz-linear-gradient(top, #9d030b, #070604);
    background: -ms-linear-gradient(top, #9d030b, #070604);
    background: -o-linear-gradient(top, #9d030b, #070604);
}
#top-post-box .category{
    width: 90px; 
    font-size: 18px; 
    padding: 8px; 
    color: #FFF; 
    text-align: center;
}
#top-post-box .category.blue{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0054a6), to(#013b72));
    background: -webkit-linear-gradient(top, #0054a6, #013b72);
    background: -moz-linear-gradient(top, #0054a6, #013b72);
    background: -ms-linear-gradient(top, #0054a6, #013b72);
    background: -o-linear-gradient(top, #0054a6, #013b72);
}
#top-post-box .category.purple{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#662d91), to(#472064));
    background: -webkit-linear-gradient(top, #662d91, #472064);
    background: -moz-linear-gradient(top, #662d91, #472064);
    background: -ms-linear-gradient(top, #662d91, #472064);
    background: -o-linear-gradient(top, #662d91, #472064);
}
#top-post-box .category.green{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#197b30), to(#005826));
    background: -webkit-linear-gradient(top, #197b30, #005826);
    background: -moz-linear-gradient(top, #197b30, #005826);
    background: -ms-linear-gradient(top, #197b30, #005826);
    background: -o-linear-gradient(top, #197b30, #005826);
}
#top-post-box .blog{ 
    padding:15px 30px;
}
#top-post-box .blog.blue{
    border:1px #a46c14 solid; 
}
#top-post-box .blog.purple{
    border:1px #a80711 solid; 
}
#top-post-box .blog.green{
    border:1px #005826 solid; 
}
#top-post-box .blog .item{
    font-size:14px;
    float:left;
    width:545px;
    margin-right:8px;
    margin-bottom:10px;
    cursor:pointer;
}
#top-post-box .blog .item:hover{
    color:#D6A739;
}
#top-post-box .blog .item.last{
    margin-right:0px;
}
#top-post-box .blog .item i{
    margin-right:5px;
}


#banner-ads{
    background-color:#000; 
    margin-bottom:10px;
}
#newcar-box{
    background-color:#d6d6d6;
    margin-bottom:10px;
}
#newcar-box .header{
    font-size:16px;
    font-weight:NORMAL;
    color:#FFF; 
    padding: 7px 15px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9d030b), to(#070604));
    background: -webkit-linear-gradient(top, #9d030b, #070604);
    background: -moz-linear-gradient(top, #9d030b, #070604);
    background: -ms-linear-gradient(top, #9d030b, #070604);
    background: -o-linear-gradient(top, #9d030b, #070604);
    border-bottom:2px solid #e79500;
}
#newcar-box .detail{
    padding:0px 0px 1px;
	overflow: auto;
    height: 350px;
}
#newcar-box .detail .item{
    background-color:#fff; 
    margin-bottom:4px;
    cursor:pointer;
}
#newcar-box .detail .item:hover, #newcar-box .detail .item:hover .box .info{
/*    color:#FFF;
    background-color:#D6A739;*/
}
#newcar-box .detail .item .banner{
    height: 89px;
    width: 135px;
    float: left;
    padding-top: 10px;
    margin-right: 5px;
}
#newcar-box .detail .item .box{
    margin-left: 134px;
    padding: 10px 0px 0;
    min-height: 110px;
}
#newcar-box .detail .item .box .title{
    font-size:12px;
}
#newcar-box .detail .item .box .info{
    font-size: 10px; 
    color:#999;
}

.tire-box{
        background-color: #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.tire-box.last{
    margin-bottom:15px;
}
.tire-box .header{
    font-size:16px;
    font-weight:NORMAL;
    color:#FFF; 
    padding: 7px 15px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fea707), to(#bd7d07));
    background: -webkit-linear-gradient(top, #fea707, #bd7d07);
    background: -moz-linear-gradient(top, #fea707, #bd7d07);
    background: -ms-linear-gradient(top, #fea707, #bd7d07);
    background: -o-linear-gradient(top, #fea707, #bd7d07);
    margin-bottom:2px;
}
.tire-box .item{
    font-size:14px; 
    background-color:#bdbdbd; 
    color:#333; 
    padding:9px 15px; 
    margin-bottom:2px;
    cursor:pointer;
}
.tire-box .item.select{
    background-color:#e79500 !important; 
}
.tire-box .item:hover{
    background-color:#999; 
}
.tire-box .sub-item{
    padding:0px 2px 5px;
    cursor:pointer;
}
.tire-box .sub-item.top{
    margin-top:15px;
}
.tire-box .sub-item .box{
        background-color: #fff;
    border-bottom: #f2f2f2;
    display: inline-block;
    width: 100%;
    min-height: 83px;
}
.boxPromotion{
    background-color: #eaeaea !important;
}
.tire-box .sub-item.select .box{ 
    border-bottom:2px #F90 solid; 
}
.tire-box .sub-item .box .num{
     width:30px;
     height:30px;
     line-height:30px; 
     background-color:#555;
     float:right;
     margin:5px;
     border-radius: 50%; 
     text-align:center; 
     color:#FFF; 
     font-weight:NORMAL; 
     font-size:14px;
}
.tire-box .sub-item.select .box .num{
    background-color:#e79500; 
}
.tire-box .sub-item .box .banner{
    width:70px; 
    height:60px; 
    float:left; 
    text-align: center;
    margin-left:10px;
}
.tire-box .sub-item .box .detail{
    margin-left:10px;
    width:160px;
    float:left;
}
.tire-box .sub-item .box .detail .title{
    font-size:14px; 
    font-weight:NORMAL;
    margin-top:5px;
    color:#333;
}
.tire-box .sub-item .box .detail .size{
    color: #197b30;
    font-size: 13px;
}
.tire-box .sub-item .box .detail .price{
    font-size:12px;
    font-weight:NORMAL;
    color:#ff0000
}
.tire-box .sub-item .box .detail .view{
    font-size:10px;
    margin-top:3px;
    color:#333;
}
.tire-box .sub-item:hover .box .detail .title, .tire-box .sub-item:hover .box .detail .price, .tire-box .sub-item:hover .box .detail .view{
    color:#D6A739;
}





#top-article-box{
    background-color:#d6d6d6;
    margin-bottom:10px;
}
#top-article-box .header{
    font-size:16px;
    font-weight:NORMAL;
    color:#FFF; 
    padding: 7px 15px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9d030b), to(#070604));
    background: -webkit-linear-gradient(top, #9d030b, #070604);
    background: -moz-linear-gradient(top, #9d030b, #070604);
    background: -ms-linear-gradient(top, #9d030b, #070604);
    background: -o-linear-gradient(top, #9d030b, #070604);
    border-bottom:2px solid #e79500;
}
#top-article-box .detail{
    padding:10px 10px 1px;
}
#top-article-box .detail .item{
    background-color:#fff; 
    margin-bottom:10px;
    cursor:pointer;
}
#top-article-box .detail .item:hover, #top-article-box .detail .item:hover .box .info, #top-article-box .detail .item.sub:hover .box .info{
    color:#D6A739;
}
#top-article-box .detail .item .banner{
    height:90px; 
    width:135px; 
    background-color:#999;
    float:left; 
    margin-right:10px;
}
#top-article-box .detail .item .box{
    margin-left:135px; 
    padding:10px 10px 0; 
    min-height:90px;
}
#top-article-box .detail .item .box .title{
    font-size:12px;
}
#top-article-box .detail .item .box .info{
    font-size: 10px; 
    color:#999;
}
#top-article-box .detail .item.sub .banner{
    height:65px;
    width:95px; 
    background-color:#999;
    float:left; 
    margin-right:10px;
}
#top-article-box .detail .item.sub .box{
    margin-left:95px; 
    padding:10px 10px 0; 
    min-height:65px;
}
#top-article-box .detail .item.sub .box .info{
    font-size: 10px; 
    color:#999;
    margin-top:2px;
}
#facebook-box{
    width:300px; 
    height: 450px; 
    border:#CCC 1px solid; 
    text-align:center; 
    font-size:12px; 
    color:#7d7d7d; 
    line-height:450px;
    margin-bottom:10px;
}
@media (max-width: 767px){
    #facebook-box{
        width:100%; 
        height: 450px; 
        border:#CCC 1px solid; 
        text-align:center; 
        font-size:12px; 
        color:#7d7d7d; 
        line-height:450px;
        margin-bottom:10px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#category-box{
    background-color:#d6d6d6;
    margin-bottom:10px;
}
#category-box .header{
    font-size:16px;
    font-weight:NORMAL;
    color:#FFF; 
    padding: 7px 15px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9d030b), to(#070604));
    background: -webkit-linear-gradient(top, #9d030b, #070604);
    background: -moz-linear-gradient(top, #9d030b, #070604);
    background: -ms-linear-gradient(top, #9d030b, #070604);
    background: -o-linear-gradient(top, #9d030b, #070604);
    border-bottom:2px solid #e79500;
}
#category-box .detail{
    padding:12px;
    display:inline-block;
    width:100%;
}
#category-box .detail .item{
    width:100%; 
    background-color:#fff; 
    margin-bottom:3px;
    cursor:pointer; 
}
#category-box .detail .item:hover, #category-box .detail .item:hover .info{
    background:#D6A739;
    color:#FFF;
}
#category-box .detail .item.last{
    margin-bottom:0px;
}
#category-box .detail .item .title{
    padding:5px 0; 
    font-size:12px; 
    float:left; 
    margin-left:10px;
}
#category-box .detail .item .info{
    padding:5px 0; 
    font-size: 10px;
    color:#999;
    float:right; 
    margin-right:10px;
}
.wp-pagenavi
{
    text-align:center; 
    padding:30px 0px 15px;
}

.pagination-box{
    text-align:center; 
    padding:30px 0px 15px;
}

.pagination-box .paginate-btn{
    display:inline-block; 
    font-size:12px !important; 
    color:#666; 
    width:30px; 
    height:30px; 
    line-height:30px !important; 
    border-radius:50%; 
    background:#d6d6d6;
    cursor:pointer;
    text-align:center;
}
.pagination-box .paginate-btn .fa{
    font-size:inherit;
    line-height:inherit
}
.pagination-box .paginate-btn.select, .pagination-box .paginate-btn:hover{
    color:#FFF; 
    background:#e79500; 
}

#article-box .article-hilight-box.content-detail{
    margin-top: 25px;
    margin-bottom:5px;
}

#content-detail-box .title{
    font-size:24px; 
    text-transform:uppercase; 
    padding: 5px 15px; 
    background:#000; 
    color:#FFF; 
    border:1px solid #e79500;
}
#content-detail-box .info{
    font-size:12px; 
    color:#999; 
    padding:10px 15px; 
    border-bottom:1px solid #c0c0c0; 
    margin-bottom:30px;
}
#content-detail-box .detail{
    font-size:14px; 
    color:#333; 
    /*margin-bottom:20px;*/
}
#content-detail-box .detail .banner{
    height:397px; 
    background:#dadada;
}
#content-tag{
    padding:25px 0px 15px;
    font-size:12px;
    color:#999;
}
#content-tag a {
    font-size:12px;
	color: #999 !important;
}
#content-search-btn{
    padding:5px 20px; 
    font-size:14px; 
    color:#FFF; 
    background:#e79500; 
    border:none;
    cursor:pointer;
}

#facebook-comment{
    padding: 30px 0px;
    text-align: center;
    width: 855px;
    float: left;
}
@media (max-width: 767px){
   #facebook-comment{
        padding: 30px 5px;
        text-align: center;
        width: 100%;
        float: left;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}


#each_other_model_title{
   display: none;
}
@media (max-width: 767px){
   #each_other_model_title{
        display: inline-block;
        margin-right: 10px;
        width: 95%;
        margin: 10px;
        }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

#each_other_model_box{
   display: none;
}
@media (max-width: 767px){
   #each_other_model_box{
        display: block;
        margin-right: 10px;
        width: 95%;
        margin-left: 10px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

#each_other_model_title_orig{
   display: block;
}
@media (max-width: 767px){
   #each_other_model_title_orig{
        display: none;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

#each_other_model_box_orig{
   display: block;
}
@media (max-width: 767px){
   #each_other_model_box_orig{
        display: none;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

#recomment-search-box.search-page{
    padding:2px 15px 8px;
    padding-right:3px;
}
#recomment-search-box.search-page .title{
    font-size:18px; 
    color:#FFF; 
    float:left;
    padding:5px 0px;
}
#recomment-search-box.search-page .tool{
    font-size:13px;
    color:#FFF;
    margin-left:500px;
    padding-top:5px;
    
}
#recomment-search-box.search-page .tool select{
    width:auto; 
    height:25px; 
    border:1px #a46c14 solid; 
    margin-left:5px; 
    font-size:12px;
}
#recomment-result-box.search-page{
    background:none; 
    padding:0px;
}
#recomment-result-box .tire-score-box .tire-score-title.search-page{
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: NORMAL; 
    width:100%;
    margin-bottom:0px;
}
#recomment-result-box .tire-score-box .tire-score-title.search-page div{
    font-size: 12px; 
    font-weight: NORMAL; 
    color:#197b30;
    margin-bottom:15px;
}

#form-box{
    padding:25px 20px;
    background:#ebebeb; 
    margin-bottom:15px;
}
#form-box-mobile-car-rec{
    display: none;
}
@media (max-width: 767px){
    #form-box-mobile-car-rec{
        display: block;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#form-box .form-topic{
    padding:0px 15px; 
    line-height:32px; 
    background:url(images/topic-bg.png) repeat-x; 
    color:#FFF; 
    font-size:18px; 
    border-left:3px solid #000;
    margin-bottom:10px;
}
#form-box .form-topic.gold{
    border-left:3px solid #bf801e;
}
#form-box .form-topic.gold-bar{
    padding:0px 15px; 
    line-height:32px; 
    background:#d6a739; 
    color:#000; 
    font-size:16px; 
    border-left:3px solid #000;
    margin-bottom:10px;
}
#form-box select, #form-box input {
    width: 100%;
    height: 25px;
    border: 1px solid #A46C14;
    padding:0 5px;
    font-size: 12px;
    margin-bottom:10px;
}
#form-box .search-btn{
    border:1px solid #a46c14;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a70512), to(#6f0007));
    background: -webkit-linear-gradient(top, #a70512, #6f0007);
    background: -moz-linear-gradient(top, #a70512, #6f0007);
    background: -ms-linear-gradient(top, #a70512, #6f0007);
    background: -o-linear-gradient(top, #a70512, #6f0007);
    cursor:pointer; 
    margin-bottom:25px; 
    line-height:28px; 
    font-size:16px; 
    color:#FFF; 
    width:90px;
}
#form-box .search-btn:hover{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#970712), to(#6f0007));
    background: -webkit-linear-gradient(top, #970712, #6f0007);
    background: -moz-linear-gradient(top, #970712, #6f0007);
    background: -ms-linear-gradient(top, #970712, #6f0007);
    background: -o-linear-gradient(top, #970712, #6f0007);
}
#form-box .search-btn.last{
    margin-bottom:0px; 
}
#form-box .gold-frame{
    background:#d6d6d6;
    border:1px solid #d6a739;
    height:180px;
    margin-bottom:10px;
}





.back-btn-box{
    background:#d6a739;
    text-align:center;
    color:#FFF;
    font-size:14px;
    width:80px;
    line-height:28px;
    cursor:pointer;
}
.back-btn-box:hover{
    background:#a67d1d;
}
#tire-detail-box{
    background:#FFF;
    padding:20px;
    display:inline-block;
    width:100%;
    margin-bottom:20px;
}
@media (max-width: 767px){
    #tire-detail-box{
    background:#FFF;
    border:none;
    padding:7px;
    display:inline-block;
    width:100%;
    margin-bottom:20px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
.tire-left-box{
    float: left;
    width: 50%;
}
@media (max-width: 767px){
    .tire-left-box{
        float: left;
        width: 100%;
        margin-top: 45px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
.tire-right-box{
    float: left;
    width: 50%;
    margin-left: 0px;
}
@media (max-width: 767px){
    .tire-right-box{
        margin-left: 0px;
        float: left;
        width: 100%;
        margin-top: 0px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
/*@media (max-width: 767px){
    .tire-right-box{
        display: none;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}*/
#tire-detail-box .tire-score-box{
    width:405px; 
    background-color:#fff; 
    position:relative; 
}
@media (max-width: 767px){
    #tire-detail-box .tire-score-box{
		width:100%; 
		background-color:#fff; 
		position:relative; 
		padding:8px;
	}
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

#tire-detail-box .tire-score-box .pin-box{
    width: 78px; 
    height: 78px; 
    line-height: 78px;
    position: absolute;
    right: -3px;
    text-align: center;
    top: -3px;
    color: #FFF;
    font-weight: NORMAL;
    font-size: 12px;
}
#tire-detail-box .tire-score-box .tire-score-title{
    font-size: 14px; 
    font-weight: NORMAL; 
    width:165px;
    margin-bottom:15px;
}
#tire-detail-box .tire-score-box .tire-score-title span{
    color:#197b30;
    font-size:10px;
}
#tire-detail-box .tire-score-box .tire-info .rim{
    width: 30px;
    line-height:30px;
    float:left;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    font-weight: NORMAL;
    font-size: 20px;
}
#tire-detail-box .tire-score-box .tire-info .brand{
    float:left;
    margin-left:5px;
    text-align: center;
    color: #FFF;
}
#tire-detail-box .tire-score-box .tire-score .score-box{
    /*margin-left: 40px;*/
    margin-top: 20px;
    width: 225px;
}
@media (max-width: 767px){
    #tire-detail-box .tire-score-box .tire-score .score-box{
        width: 100%;
        margin: 15px auto;
        float: left;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#tire-detail-box .tire-score-box .tire-score .score-box .score-tab{
    font-size:11px;
    font-weight:NORMAL;
    color:#FFF;
    background-color:#666;
    padding:1px 5px;
    width:100px;
    float:left

}
@media (max-width: 767px){
    #tire-detail-box .tire-score-box .tire-score .score-box .score-tab{
        font-size:0.8em;
        color:#FFF;
        background-color:#666;
        padding:2px 5px;
        width:90%;
        float: left;
        margin: 2px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#tire-detail-box .tire-score-box .tire-score .score-box .score-point{
    margin-left:212px;
    font-size:11px;
    font-weight:NORMAL;
    padding:2px 0;
}
@media (max-width: 767px){
    #tire-detail-box .tire-score-box .tire-score .score-box .score-point{
        font-size: 0.9em;
    float: right;
    margin-left: 0px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
.best-click{
    background-color: #197b30;  
}
.price-box{
    position: relative;
    padding-top: 20px;
    border: 1px solid #E79500;
    margin: 0 0px;
    float: left;
    width: 100%;
    margin-top: 50px;
}
@media (max-width: 767px){
    .price-box{
        position: relative;
        padding-top: 20px;
        border: 1px solid #E79500;
        margin: 0px 20px;
        float: left;
        width: 90%;
        margin-top: 20px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}


.sold_out
{
    position: absolute;
    left: 22px;
    top: 125px;
    opacity: 0.8;
}
.price-box .price-tag{
    height: 30px; 
    line-height: 30px; 
    position: absolute; 
    text-align: center; 
    color: #FFF; 
    font-weight: NORMAL; 
    font-size: 16px; 
    top: -15px;
    padding:0 10px;
    margin:0 15px;
}
.price-box .seller-box{
    padding:0 5px;
}
.price-box .seller-box .seller-banner{
    width: 100%;
    color: #666;
    font-size: 16px;
    font-weight: NORMAL;
    float: left;
    margin-bottom: 5px;
    text-align: left;
    margin-right: 1px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
@media (max-width: 767px){
    .price-box .seller-box .seller-banner{

	}
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

.price-box .seller-box .seller-banner img{
    vertical-align:middle;
}
.price-box .seller-box .seller-banner.last{
    margin-right:0px;
}
.price-box .seller-box .seller-banner.num{
}
.price-box .seller-box .seller-banner.date{
    color: #999;
    font-weight:normal;
    line-height:25px;
	font-size: 12px;
}
#tire-detail-box .tire-box {
    padding: 2px 0;
    overflow-y: auto;
    height: 560px;
    width: 380px;
}
#tire-detail-box .tire-box .sub-item{
    padding:0 2px;
}
#tire-detail-box .tire-box .sub-item .box .detail {
    width:210px;
}
.tire-top-list{
    background: #008436;
    color: #FFF;
    font-size: 15.5px;
    padding: 0px 5px;
    line-height: 30px;
    border-color: #008436;
    box-shadow: 0px 2px 0px #004d1f;
    width: 380px;
}
#tire-brand-logo{
    margin-bottom:0;
    height: 40px;
}
@media (max-width: 767px){
    #tire-brand-logo{
		text-align: center;
	}
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#tire-name{
    font-size:30px;
    color:#000;
    font-weight:NORMAL;
    margin-bottom:25px;
}
@media (max-width: 767px){
    #tire-name{
        display: none;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#tire-name .info{
    font-size: 18px;
    color: #a1a1a1;
    font-weight: normal;
    float: left;
    margin-top: 5px;
}
#tire-name .info span{
    color: #197b30;
    font-weight: NORMAL;
    font-size: 24px;
    float: left;
    margin-right: 15px;
}
#tire-spec-title{
    font-size:18px; 
    font-style:italic; 
    color:#d6a739;
    text-decoration:underline;
    margin-bottom:25px;
    margin-top: 25px;
}


.tire-right-box .category{
    min-width:155px;
    display:inline-block;
    line-height:30px;
    color:#FFF;
    font-size:18px;
    padding:0 15px;
    background:#0052a4;
}
.spec-table{
    border-top:1px solid #f3f3f3;
    margin-bottom:20px;
}
.spec-table .tr{
    display:inline-block; 
    width:100%;
    background:#fff;
}
.spec-table .tr.strip{
    background:#f3f3f3;
}
.spec-table .tr .td{
    float:left; 
    padding:5px 25px;
    color:#333
}
@media (max-width: 767px){
    .spec-table .tr .td{
        float: left;
        padding: 5px 3px;
        color: #333;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
.banner-top
{
    display: none;
    /*width: 100%;*/
}
@media (max-width: 767px){
    .banner-top
    {
        /*margin-top: 25px;*/
        display: block;
        float: none;
        width:100%;
        /*max-height: 100px;*/
    }
}

.banner-center
{
    display: inline-block;
    /*width: 100%;*/
}
@media (max-width: 767px){
    .banner-center
    {
        margin-top: 25px;
	    display: block;
	    position: relative;
	    padding: 0px 20px;
	    height: 200px;
        overflow: hidden;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

.spec-table .tr .td.th{
    color:#666; 
    width:230px;
}
@media (max-width: 767px){
    .spec-table .tr .td.th{
        color:#666; 
        width:51%;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

.teachnology-table{
    display:table; margin-top:10px;
}
.teachnology-table .banner{
    width:120px; 
    height:90px; 
    /*background:#cccccc;  */
    display:table-cell
}
.teachnology-table .info{
    display:table-cell; 
    vertical-align:middle; 
    padding:0 15px; 
    font-size:14px; 
    color:#666;
}
.deal_with_atc
{
    border:1px dashed #d8b480; 
    padding:3px; 
    margin-bottom: 10px;
}
.deal_with_atc .title{
    padding:0 15px; 
    line-height:60px; 
    color:#FFF; 
    background:#7e020a; 
    font-size:24px;
}
@media (max-width: 767px){
    .deal_with_atc .title{
        font-size:18px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#tire-size-table{
    padding:3px; 
}
#tire-size-table .title{
    padding:0 15px; 
    line-height:60px; 
    color:#FFF; 
    background:#135b24; 
    font-size:24px;
}
@media (max-width: 767px){
    #tire-size-table{
    /*display: none;*/
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

#tire-size-table .title{
    padding:0 15px; 
    line-height:60px; 
    color:#FFF; 
    background:#135b24; 
    font-size:24px;
}
#tire-size-table .th-row{
    background:#FFF;
    display:table;
    height:50px;
    color:#135b24;
    width:100%;
}
#tire-size-table .th-row .td{
    display:table-cell; 
    vertical-align:middle; 
    text-align:center; 
    border-right:1px solid #d9e0ec;
    padding:0 6px;
    font-size:11px;
}
#tire-size-table .th-row .td.first{
    width:106px;
    padding:0px;
    font-size:18px;
}
#tire-size-table .th-row .td.last{
    padding:0px;
    border-right:0px;
}
#tire-size-table .rowtable{
    background:#f3f3f3;
    display:table;
    height:35px;
    color:#333;
    width:100%;
    cursor: pointer;
}
#tire-size-table .rowtable:hover {
    background: #efdddd;
    transition: all 0.5s ease;
}
#tire-size-table .rowtable .td{
    display:table-cell; 
    vertical-align:middle; 
    text-align:center; 
    border-right:1px solid #d9e0ec;
    border-bottom:1px solid #d9e0ec;
    padding:0 6px;
    font-size:11px;
}
#tire-size-table .rowtable .td.first{
    width:106px;
    padding:0px;
    font-size:14px;
    font-weight:NORMAL;
    color:#000;
    background:#d6a739;
    border-right:1px solid #b6994f;
    border-bottom:1px solid #b6994f;
}
#tire-size-table .rowtable .td.last{
    padding:0px;
    border-right:0px;
}
#tire-size-table .col1{
    width:35px;
}
#tire-size-table .col2{
    width:35px;
}
#tire-size-table .col3{
    width:60px;
}
#tire-size-table .col4{
    width:40px;
}
#tire-size-table .col5{
    width:74px;
}
#tire-size-table .col6{
    width:62px;
}
#tire-size-table .col7{
    width:72px;
}
#tire-size-table .col8{
    width:77px;
}
#tire-size-table .col9{
    width:67px;
}
#tire-size-table .col10{
    width:105px;
}


#recomment-search-box.tire-page{
    padding:2px 15px 8px;
    padding-right:3px;
    background:#000;
    height: 35px;
}
@media (max-width: 767px){
    #recomment-search-box.tire-page{
        padding: 10px 5px 8px;
	    padding-right: 3px;
	    background: #000;
	    height: 35px;
	}
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

#recomment-search-box.tire-page .title{
    font-size:18px; 
    color:#FFF; 
    float:left;
    padding:5px 0px;
}
@media (max-width: 767px){
    #recomment-search-box.tire-page .title{
	    font-size:14px; 
	    color:#FFF; 
	    float:left;
	    padding:0px 0px;
	}
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#recomment-search-box.tire-page .tool{
    font-size:13px;
    color:#FFF;
    margin-left:500px;
    padding-top:5px;
    
}
#recomment-search-box.tire-page .tool select{
    width:auto; 
    height:25px; 
    border:1px #a46c14 solid; 
    margin-left:5px; 
    font-size:12px;
}
#recomment-result-box.tire-page{
    background:none; 
    padding:0px;
    display:inline-block;
}
#recomment-result-box.tire-page{
    background:none; 
    padding:0px;
    display:inline-block;
}
#recomment-result-box.search-page .tire-score-box, #recomment-result-box.tire-page .tire-score-box{
    margin-right:12px; 
}

#forum-box.tire-page{
    border-bottom:1px solid #c0c0c0; 
    padding:0px 10px;
    margin-bottom:10px;
    display:inline-block;
    width:100%;
}
#footer{
    background-color: #000;
}
@media (max-width: 767px){
    #footer{
        display: none;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#footer-box{
    background-color: #000;
    margin: 0 auto;
    width: 1170px;
}
#footer-box .footer-content{
    width:1170px; 
    margin:0px auto; 
    padding:30px 0
}
#footer-box .footer-content a {
    background-color: #999;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0 9px;
    line-height: 26px;
    margin-right: 7px;
    margin-bottom: 7px;
    cursor: pointer;
    float: left;
}
.footer-tag-item{
    background-color:#999;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    padding:0 9px;
    line-height:26px;
    margin-right:7px;
    margin-bottom:7px;
    cursor:pointer;
    float:left;
}
#footer-box .footer-content a:hover{
    background-color:#a46c14;
}
.footer-tag-item.gold{
    background-color:#a46c14;
}
.footer-tag-item.gold:hover{
    background-color:#999;
}
#footer-link{
    padding: 30px 0 15px; 
    font-size:14px; 
    text-align:center;
    color:#777;
}
#footer-link span{
    padding:0 20px;
    color:#777;
    cursor:pointer;
}
#footer-link span:hover{
    color:#a46c14;
}
#footer-credit{
	background-color: #a46c14;
    font-size: 12px;
    color: #000;
    text-align: center;
}

.footer-tag-item{
    background-color:#999;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    padding:0 9px;
    line-height:26px;
    margin-right:7px;
    margin-bottom:7px;
    cursor:pointer;
    float:left;
}

.carousel-box{
        overflow-y: hidden;
}
.carousel-box.full{

}
.carousel-box ul{
    height: 430px;
    margin: 0px;
    padding: 0px;

}
.carousel-box.full ul{
     overflow-y: hidden;
}
.carousel-box li{
    display: inline-block;
}
#promotion-list li{
    display: inline-block;
    float: left;
    width: 856px;
}
#hire li{
    display: inline-block;
    float: left;
    width: 856px;
}
.carousel-box.by4{
    width: 855px;
    height: 836px; 
}
.carousel-box.by4 ul{
    width:2000px;
    height: 418px;
}
.carousel-box.by3{
    width: 855px;
    height: 985px; 
}
.carousel-box.by3 ul{
    width:3000px;
    height: 718px;
}
.hilight-info a 
{
    color: #999;
}
.hilight-summary p
{
    color: #666;
}
.detail p img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-left
{
    text-align: center;
    width: 100%;
}
.pull-left img 
{
    width: 405px;
}
@media (max-width: 767px){
    .pull-left img {
        max-width:345px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
.brand img 
{
    max-height: 30px;
    max-width: 90px;
}
.sideimage a img 
{
    max-height: 90px;
    max-width: 135px;
}
.sidecontenthit img 
{
    height: 70px;
    margin: 2px;
}
.itemtophit
{
    background-color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}
.itemtophit .banner
{
        height: 90px;
    width: 135px;
    background-color: #999;
    float: left;
    margin-right: 10px;
}
.itemtophit .banner a img
{
    height: 90px;
    width: 135px;
}
.itemtophit .box
{
    margin-left: 135px;
    padding: 10px 10px 0;
    min-height: 90px;
}
.itemtophit .box .title {
    font-size: 12px;
}
.itemtophit .box  .info {
    font-size: 10px;
    color: #999;
}
.clearlinkcolor:hover
{
    color:black;
}
.clear
{
    clear:both;
}
.comment-title
{
    font-size: 18px;
    padding: 5px;
    background-color: #5b74a8;
    width: 170px;
    color: #fff;
	margin-top: 25px;
	margin-bottom: 25px;
}
@media (max-width: 767px){
    .comment-title
    {
        font-size: 14px;
        padding: 5px;
        background-color: #5b74a8;
        width: 100%;
        color: #fff;
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

.comment-head
{
    text-align: left;
    margin-bottom: 20px;
}
.fb_iframe_widget
{
    background-color: #f1f1f1;
    padding: 10px;
}
#cs-title-wpcontent_slider
{
	z-index:500 !important;
}
.crop_advance
{
	width: 204px;
    height: 156px;
    margin: 0 auto;
    margin-top: 12px;
}
.wp-pagenavi
{
    font-size: 11px;
    height: 44px;
    position: relative;
}
.#article-box .article-hilight-box .hilight-content a:hover{
	color:#D6A739;
}
.CSSTableGenerator {
    margin: 0px auto;
    padding: 0px;
    width: 700px;
    line-height: 14px;
    box-shadow: 10px 10px 5px #888888;
    border:1px solid #000000;
    
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
    
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
    
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
    
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
    
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#ffc9c9; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
    vertical-align:middle;
    
    
    border:1px solid #000000;
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:7px;
    font-size:14px;
    font-family:Arial;
    font-weight:normal;
    color:#000000;
}.CSSTableGenerator tr:last-child td{
    border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
    border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
        background:-o-linear-gradient(bottom, #ff0000 5%, #ff0000 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ff0000) );
    background:-moz-linear-gradient( center top, #ff0000 5%, #ff0000 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ff0000");  background: -o-linear-gradient(top,#ff0000,ff0000);

    background-color:#ff0000;
    border:0px solid #000000;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:14px;
    font-family:Arial;
    font-weight:NORMAL;
    color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #ff0000 5%, #ff0000 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ff0000) );
    background:-moz-linear-gradient( center top, #ff0000 5%, #ff0000 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ff0000");  background: -o-linear-gradient(top,#ff0000,ff0000);

    background-color:#ff0000;
}
.CSSTableGenerator tr:first-child td:first-child{
    border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}
.carsupport-title
{
    font-size: 13px !important;
    height: 64px;
    background-image: none  !important;
    background-color: black !important;
    text-align: center;
    font-weight: NORMAL;    
        padding: 0px 0px !important;;
}
@media (max-width: 767px){
    .carsupport-title {
        color: #fff;
        line-height: 30px;
        height: auto;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

.imagecar img 
{
    width: 135px;
}
.imagecar
{
    overflow: hidden;
}

#breadcrumb {
    font-size: 12px;
    padding-left: 15px;
    padding-bottom: 5px;
}
@media (max-width: 767px){
    #breadcrumb {
        display: none;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#breadcrumb > a {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
}
#breadcrumb > a:hover {
    color: rgba(0, 0, 0, 1);
}
.promotion span {
    text-decoration: line-through;
    color: red;
    float: left;
}
.seller-banner-promotion a {
    float: left;
}
.seller-banner-promotion{
    width:170px; 
    color:#666; 
    font-size: 14px; 
    font-weight: NORMAL; 
    float:left;
    margin-bottom:5px;
    text-align:left;
    margin-right:1px;
}
.newpromotion
{
    margin-left: 10px;
    float: left;
    color: blue;
}
.footer
{
	width: 1170px;
    background-color: #a46c14;
    height: 42px;
    padding: 12px 0;
	margin: 0 auto;
}
@media (max-width: 767px){
    .footer
    {
        width: 100%;
        background-color: #a46c14;
        height: 42px;
        padding: 12px 0;
        margin: 0 auto;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
.right-ad
{
    float: left;
    margin: 30px 0px;
    height: auto;
    width: auto;
    margin-bottom: 10px;
}
@media (max-width: 767px){
    .right-ad
    {
        display: none;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

.leftretailbox
{
    width: 100px;
    float: left;
    text-align: center;
    color: blue;
}
.dropdown-content {
         display: none; 
    position: absolute;
    background-color: #ffa800;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 90px;
    top: 40px;
    width: 206px;
    font-size: 14px;
}

.dropdown-content a {
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #f8ce7b;
}

.dropdown-content a:hover {
    background-color: #000;
    color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.tire-name{
    font-size:22px;
    color:#000;
    font-weight:NORMAL;
    margin-bottom:25px;
    display: none;
}
@media (max-width: 767px){
    .tire-name{
        font-size:24px;
        color:#000;
        font-weight:NORMAL;
        margin-bottom:25px;
        display: block;
		text-align: center;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
.tire-name .info{
    font-size:18px;
    color:#a1a1a1;
    font-weight:normal;
}
.tire-name .info span{
    color:#197b30;  
    font-weight:NORMAL;
    font-size: 24px;
}
.tire-spec-title{
    font-size:18px; 
    font-style:italic; 
    color:#d6a739;
    text-decoration:underline;
    margin-bottom:25px;
}

.fb {
  padding: 20px;
  font-size: 30px;
  width: 55px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fb:hover {
    opacity: 0.7;
}


.fa-facebook {
  background: #3B5998;
  color: white !important;
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social_icon
{
    float: left;
    width: 100%;
    text-align: center;
    font-style: italic;
    margin-top: 15px;
}

.fa-envelope {
    color: white !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.email
{
    padding: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 64%;
    background-color: gray;
    color: white !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.btn-download{
       width: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    padding: 6px 10px;
    margin: 0 auto;
    border: 1px solid #d38800;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fba200), to(#c17d00));
    background: -webkit-linear-gradient(top, #fba200, #c17d00);
    background: -moz-linear-gradient(top, #fba200, #c17d00);
    background: -ms-linear-gradient(top, #fba200, #c17d00);
    background: -o-linear-gradient(top, #fba200, #c17d00);
    cursor: pointer;
}
.btn-download:hover{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d68c04), to(#a06903));
    background: -webkit-linear-gradient(top, #d68c04, #a06903);
    background: -moz-linear-gradient(top, #d68c04, #a06903);
    background: -ms-linear-gradient(top, #d68c04, #a06903);
    background: -o-linear-gradient(top, #d68c04, #a06903);
}
.relate_content h3
{
    padding: 0 15px;
    line-height: 60px;
    color: #FFF;
    background: #135b24;
    font-size: 24px;
}
@media (max-width: 767px){
    .relate_content h3{
        font-size: 18px;
         line-height: 40px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}

.relate_content
{
    margin-top: 25px;
}
@media (max-width: 767px){
    .relate_content{
        background: #FFF;
        border: none;
        padding: 7px;
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    
}
@media (min-width: 1200px) {
    
}
#box-search-tire-option{
    display: none;
}
@media (max-width: 767px){
    #box-search-tire-option{
        display: block;
        padding: 20px;
        background-color: #f1f1f1;
    }
}
@media (min-width: 768px){
    #box-search-tire-option{
        display: none !important;
    }
}
@media (min-width: 992px){
    #box-search-tire-option{
        display: none !important;
    }
    
}
@media (min-width: 1200px) {
    #box-search-tire-option{
        display: none !important;
    }
    
}
.button {
    line-height: 34px;
    text-align: center;
    width: 180px;
    margin: 0 auto 0;
    font-size: 12px;
    border-radius: 30px;
    border: 2px solid #197b30;
    color: #197b30;
    background: #fff;
    cursor: pointer;
}
.search-option
{
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #f1f1f1;
    float: left;
    width: 100%;
}
.batt_type{
    width: 100%;
    height: 25px;
    border: 1px solid #A46C14;
    padding: 0 5px;
    font-size: 12px;
    margin: 0 auto;
    float: left;
    margin-bottom: 10px;
}
.batt_brand{
        width: 100%;
    height: 25px;
    border: 1px solid #A46C14;
    padding: 0 5px;
    font-size: 12px;
    margin: 0 auto;
    float: left;
    margin-bottom: 10px;
}
.batt_model
{
        width: 100%;
    height: 25px;
    border: 1px solid #A46C14;
    padding: 0 5px;
    font-size: 12px;
    margin: 0 auto;
    float: left;
    margin-bottom: 10px;
}
.batt_amp
{
        width: 100%;
    height: 25px;
    border: 1px solid #A46C14;
    padding: 0 5px;
    font-size: 12px;
    margin: 0 auto;
    float: left;
    margin-bottom: 10px;
}
.batt_price
{
    width: 100%;
    height: 25px;
    border: 1px solid #A46C14;
    padding: 0 5px;
    font-size: 12px;
    margin: 0 auto;
    float: left;
    margin-bottom: 10px;
}
.search-btn {
    border: 1px solid #a46c14;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a70512), to(#6f0007));
    background: -webkit-linear-gradient(top, #a70512, #6f0007);
    background: -moz-linear-gradient(top, #a70512, #6f0007);
    background: -ms-linear-gradient(top, #a70512, #6f0007);
    background: -o-linear-gradient(top, #a70512, #6f0007);
    cursor: pointer;
    margin-bottom: 25px;
    line-height: 28px;
    font-size: 16px;
    color: #FFF;
    width: 90px;
}
.form-topic{
    font-size: 18px;
    margin-bottom: 10px;
}
.welcome_ad_banner{display:none;}
@media (max-width:767px){.welcome_ad_banner{display:block;}
}
@media (min-width:768px){}
@media (min-width:992px){}
@media (min-width:1200px){}


#recomment-result-box .tire-score-box-pro{
    height: 415px;
    margin-bottom: 20px;
    width: 273px;
    background-color: #fff;
    border: 1px #e79500 solid;
    position: relative;
    float: left;
    padding: 15px;
    cursor: pointer;
}

#recomment-result-box .tire-score-box-pro .pin-box{
    width: 78px; 
    height: 78px; 
    line-height: 78px;
    position: absolute;
    right: -3px;
    text-align: center;
    top: -3px;
    color: #FFF;
    font-weight: NORMAL;
    font-size: 12px;
}

#recomment-result-box .tire-score-box-pro .tire-score-title
{
    font-size: 14px;
    font-weight: normal;
    width: 200px;
    margin-bottom: 15px;
    height: 50px;
}
#recomment-result-box .tire-score-box-pro .tire-score-title span {
    color: #197b30;
    font-size: 13px;
}
#recomment-result-box .tire-score-box-pro .tire-info .rim {
    width: 30px;
    line-height: 30px;
    float: left;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    font-weight: normal;
    font-size: 12px;
}
#recomment-result-box .tire-score-box-pro .tire-info .brand {
    float: left;
    margin-left: 5px;
    text-align: center;
    color: #FFF;
}
#recomment-result-box .tire-score-box-pro .tire-info .brand img {
    max-height: 30px;
    max-width: 90px;
}
#recomment-result-box .tire-score-box-pro .best-click
{
   background-color: #197b30;
}
.tire-score-box-pro .tire-score .pull-left {
    float: left!important;
    width: auto;
}
.tire-score-box-pro .tire-score .pull-left img
{
    height: 130px;
    width: auto;
}
#recomment-result-box .tire-score-box-pro .tire-score .score-box {
    margin-left: 110px;
}
#recomment-result-box .tire-score-box-pro .tire-score .score-box .score-tab{
    font-size: 10px;
    color: #FFF;
    background-color: #888;
    padding: 0px 5px;
    width: 100px;
    float: left;
    margin-left: -5px;
    height: 14px;
}
#recomment-result-box .tire-score-box-pro .tire-score .score-box .score-point{
    margin-left:126px;
    font-size:11px;
    font-weight:NORMAL;
    padding:2px 0;
}
#recomment-result-box .tire-score-box-pro .price-box {
    position: relative;
    padding-top: 20px;
    border-top: 1px solid #E79500;
    margin: 0 -15px;
}
#recomment-result-box .tire-score-box-pro .price-box .price-tag {
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    top: -15px;
    padding: 0 10px;
    margin: 0 15px;
}
#recomment-result-box .tire-score-box-pro .best-click {
    background-color: #197b30;
}
#recomment-result-box .tire-score-box-pro .price-box .seller-box {
    padding: 0 12px;
}
#recomment-result-box .tire-score-box-pro .price-box .seller-box .seller-banner {
    width: 100%;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    float: left;
    margin-bottom: 5px;
    text-align: left;
    margin-right: 1px;
    margin-top: 11px;
    text-align: center;
}
.label_sport
{
    float: right;
    background-color: #d32f2f;
    padding: 0 10px;
    color: #fff !important;
    position: absolute;
    right: 1px;
    top: 47px;
}
.label_comfort
{
    float: right;
    background-color: #0091EA;
    padding: 0 10px;
    color: #fff !important;
    position: absolute;
    right: 1px;
    top: 47px;
}
.label_sportcomfort
{
    float: right;
    background-color: #FF1744;
    padding: 0 10px;
    color: #fff !important;
    position: absolute;
    right: 1px;
    top: 47px;
}
.label_eco
{
    float: right;
    background-color: #2E7D32;
    padding: 0 10px;
    color: #fff !important;
    position: absolute;
    right: 1px;
    top: 47px;
}
.label_duration
{
    float: right;
    background-color: #004D40;
    padding: 0 10px;
    color: #fff !important;
    position: absolute;
    right: 1px;
    top: 47px;
}
.label_general
{
    background-color: #006064;
    padding: 5px 10px;
    color: #fff !important;
    position: absolute;
    right: 5px;
    top: 18px;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.adasense
{
    text-align:center;margin-bottom:10px;margin-top:10px;
    
}
.adNewGen
{
    display:none;
    
}
@media (max-width:767px){
    .adNewGen{
        display:block;
		margin: 10px 0 10px 0;
		text-align: center;
    }
}
@media (min-width:768px){}
@media (min-width:992px){}
@media (min-width:1200px){}

#flash_sales
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.topsize
{
    padding: 2px 11px;
    background-color: #ff0010;
    color: #FFF;
    position: absolute;
    margin-left: 583px;
    margin-top: -10px;
    font-size: 15px;
}
@media (max-width:767px){
    .topsize{
        padding: 2px 11px;
        background-color: #ff0010;
        color: #FFF;
        font-size: 15px;
        margin-left: 0;
        margin-top: 10px;
        right: 0px;
    }
}
@media (min-width:768px){}
@media (min-width:992px){}
@media (min-width:1200px){}
.proprice
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.banner_synergy
{
    width:100%;
    display: block;
    text-align:center;margin-bottom:10px;margin-top:10px;
}
@media (max-width:767px){
        .banner_synergy{
            display: none;
        }
}
@media (min-width:768px){}
@media (min-width:992px){}
@media (min-width:1200px){}
.label_sponsor
{
        font-size: 9px;
    text-align: center;
    padding: 4px;
    color: #999;
}
.thumb_pic
{
    float: left;
    margin-top: 15px;
}
.wrapper_wheel_pic ul 
{
        height: 120px;
    float: left;
    margin: 0px;
    padding: 0px;
    display: block;
}
.wrapper_wheel_pic ul li
{
    padding: 0px;
    height: 120px;
    display: block;
    float: left;
    cursor: pointer;
}
.wrapper_wheel_pic ul li img
{
    height: 74px;
}
.wrapper_wheel_pic
{
    height: 96px;
    overflow: hidden;
    float: left;
    width: 340px;
}
.wheel_pic_active
{
    border: 1px solid #e7e7e7!important;
    opacity: 1;
}
.thumb_pic .previous {
    display: block;
    height: 50px;
    width: 30px;
    background-image: url(images/_previous.webp);
    background-size: cover!important;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    cursor: pointer;
    opacity: .8;
}
.thumb_pic .next {
    opacity: .8;
    position: absolute;
    display: block;
    height: 50px;
    width: 30px;
    background-image: url(images/_next.webp);
    background-size: cover!important;
    right: 15px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    cursor: pointer;
}
.wheel_pic_thumb 
{
    cursor: pointer;
}
.sub_model_name
{
    text-align: center;
    color: #666;
}
.wheel_size
{
    background-color: #F4B183;
    width: 35px;
    line-height: 35px;
    float: left;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    font-weight: NORMAL;
    font-size: 20px;
    margin-right: 5px;
    cursor: pointer;
}
.wheel_size_active
{
    background-color: #FF0000;
    width: 35px;
    line-height: 35px;
    float: left;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    font-weight: NORMAL;
    font-size: 20px;
    margin-right: 5px;
}
.other_list
{
    color: #135b24;
}
.table_col
{
    text-align: center;
}
.tab_style
{
    border: 1px dashed #d8b480;
}
.clickable-row
{
    cursor: pointer;
}
.clickable-row:hover
{
    background-color: #d6a739;
}
.wheel_radius_inch_mobile{
    width: 100%;
    height: 26px;
    border: 1px solid #A46C14;
    padding: 0 5px;
    font-size: 14px;
    margin: 0 auto;
    float: left;
    margin-bottom: 10px;
    background: #fff;
}
.wheel_pcd_mobile
{
        width: 100%;
    height: 25px;
    border: 1px solid #A46C14;
    padding: 0 5px;
    font-size: 14px;
    margin: 0 auto;
    float: left;
    margin-bottom: 10px;
    background: #fff;
}
.wheel_width_inch_mobile
{
        width: 100%;
    height: 25px;
    border: 1px solid #A46C14;
    padding: 0 5px;
    font-size: 14px;
    margin: 0 auto;
    float: left;
    margin-bottom: 10px;
    background: #fff;
}
.wheel_et_mobile{
    width: 100%;
    height: 25px;
    border: 1px solid #A46C14;
    padding: 0 5px;
    font-size: 14px;
    margin: 0 auto;
    float: left;
    margin-bottom: 10px;
    background: #fff;
}
.wheel_brand_mobile{
    width: 100%;
    height: 25px;
    border: 1px solid #A46C14;
    padding: 0 5px;
    font-size: 14px;
    margin: 0 auto;
    float: left;
    margin-bottom: 10px;
    background: #fff;
}
.wheel_series_mobile{
    width: 100%;
    height: 25px;
    border: 1px solid #A46C14;
    padding: 0 5px;
    font-size: 14px;
    margin: 0 auto;
    float: left;
    margin-bottom: 10px;
    background: #fff;
}
.wheel_model_mobile{
    width: 100%;
    height: 25px;
    border: 1px solid #A46C14;
    padding: 0 5px;
    font-size: 14px;
    margin: 0 auto;
    float: left;
    margin-bottom: 10px;
    background: #fff;
}