/* 顶部語言選擇下拉框*/
.top_language_select_box{
    position: relative;
}
.top_language_select_present{
    line-height: 35px;
    height: 35px;
    padding: 0 0 0 25px;
    overflow: hidden;
}
.top_language_select_lis{
    width: 381px;
    position: absolute;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    right: 0;
}
.top_language_select_icon{
    position: absolute;
    top: -12px;
    right: 14px;
    color: #ce0f05;
}
.top_language_select_ul{
    border-top: #ce0f05 3px solid;
}
.stateflag{
    display: block;
    line-height: 35px;
    font-size: 14px;
    margin: 5px 0;
    color: #333;
    padding-right: 23px;
    width: 127px;
    box-sizing: border-box;
    padding-left: 37px;
    position: relative;
}
.currency_type_cli{
    display: block;
    line-height: 35px;
    font-size: 14px;
    margin: 5px 0;
    color: #333;
    padding: 0 17px;
    width: 127px;
    box-sizing: border-box;
    position: relative;
}
.currency_type_cli img{
    width: 21px;
    height: 14px;
    margin-right: 3px;
    border: 1px solid #ededed;
}
.topjiantoubott>i{
    float: right;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 鍜� Chrome */
    -o-transform:rotate(90deg);
    display: block;
    margin-left: 5px;
}
.stateflag:before{
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-image: url(../images/bus/language.png);
    position: absolute;
    width: 21px;
    height: 14px;
    font-size: 28px;
    text-align: center;
    border: 1px solid #ededed;
}
.top_language_select_ul>li>a:hover{
    background: #EDEDED;
    font-weight: 600;
}
/* 国旗 */
.enflag:before{background-position: 0 -1em;}
.jpflag:before{background-position: 0 -8em;}
.jaflag:before{background-position: 0 -8em;}
.deflag:before{background-position: 0 -3em;}
.frflag:before{background-position: 0 -4em;}
.esflag:before{background-position: 0 -6em;}
.ruflag:before{background-position: 0 -5em;}
.ptflag:before{background-position: 0 -7em;}
.zh_twflag:before{background-position: 0 -0;}
/* 顶部搜索框固定样式 */
.top_zhonghe{
    width: 100%;
    z-index: 99;
    background: #fff;
}
.top_guding{
    margin-top:90px;
}
.top_log_box{
    border-bottom: 1px #E6E6E6 solid;
    font-size: 14px;
    height: 35px;
    color: #333333;
}
.top_login_box a>span{
    color: #333333;
    line-height: 35px;
    display: block;
}
.top_login_box div>span{
    color: #333333;
    line-height: 35px;
    display: block;
}
.welcomeTitle_box>span{
    line-height: 35px;
    display: block;
}
.geren_i{
    color: #333;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: block;
    margin-left: 5px;
    line-height: 35px;
}
/* 搜索框样式 */
.Search_box{
    height: 120px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);;
}
.logo_img{
    /* width: 201px;
    height: 80px;
    margin-top: 20px; */
    margin-top: 10px;
    margin-right: 78px;
}
.search_input{
    margin-top: 40px;
    width: 700px;
    position: relative;
    display: flex;
}
.search_input>i{
    position: absolute;
    color: #CCCCCC;
    font-size: 24px;
    top: 7px;
    left: 13px;
}
.search_input>i>span{
    font-size: 14px;
    color: #999999;
    line-height: 27px;
    margin-left: 12px;
}
.search_input>.search_input_kuang{
    width: 506px;
    height: 38px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px #E6E6E6 solid;
    border-right: none;
    padding-left: 13px;
}
.Quantity{
    width: 87px;
    height: 38px;
    border: #E6E6E6 1px solid;
    border-right: none;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}
.Search_bom{
    width: 90px;
    height: 40px;
    background: #ce0f05;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.Search_bom:hover{
    background: #d03028;
}
.search_items{
    margin-top: 25px;
}
.search_items a{
    display: block;
}
.Items_box{
    margin-right: 50px;
    position: relative;
    text-align: center;
}
.items_num{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ff3030;
    border-radius: 50%;
    top: 0;
    right: 0px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 13px;
    box-sizing: border-box;
}
.search_items_svg{
    font-size: 45px;
    display: block;
    margin: 0 auto 6px;
}
.search_items>div>a>span{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}
.Items_box>span{
    margin-left: -3px;
}
.history{
    width: 578px;
    border: 1px #E5E5E5 solid;
    background: #fff;
    padding: 15px;
    font-size: 12px;
    color: #333333;
    display: none;
    z-index: 99;
    position: absolute;
    top: 40px;
    left: 0;
}
.history_div{
    margin-bottom: 17px;
    color: #999999;
}
.Clear{
    color: #ce0f05;
}
.record>li{
    float: left;
    border: #E5E5E5 1px solid;
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 10px;
    border-radius: 4px;
}
.record_li a{
    color:#333;
}
.search_referral_box{
    position: absolute;
    top: 40px;
    background: #fff;
    width: 610px;
    z-index: 99;
    border: 1px #E5E5E5 solid;
}
.search_referral_box>ul{
    padding: 5px 0;
}
.search_referral_box>ul>li{
    color: #333333;
    display: block;
    font-size: 12px;
    padding: 1px 18px;
    line-height: 22px;
}
.search_referral_box>ul>li:hover{
    background: #f5f5f5;
}
.retu_home>a{
    font-size: 14px;
    color: #999999;
    line-height: 120px;
    display: block;
}
.search_top_box{
    height: 90px;
    /*padding-top: 40px;*/
}
/* .search_top_box>div:nth-child(1)>a>img:nth-child(1){
    display: none;
} */
.search_top_box>div:nth-child(1)>a>img{
    /* height: 63px; */
    height: 90px;
    width: auto;
	margin-top: 0;
    /*margin-top: 13px;
    margin-right: 121px;*/
}  
.search_top_box>div:nth-child(1)>.search_input{
    margin-top: 27px;
}
.search_top_box>div:nth-child(1)>.search_items{
    margin-top: 15px;
}
.search_top_box>div:nth-child(1)>.search_items>div>a>svg{
    margin-bottom: 0px;
}
/* 导航栏样式 */
.moveall{
    font-size: 14px;
    font-weight: 600;
    color: #ce0f05;
    position: absolute;
    left: 19px;
    bottom: 15px;
    display: block;
}
.table_box{
    background: #676767;
    height: 40px;
    width: 100%;
}
.table_one{
    display: block;
    background: #ce0f05;
    color: #fff;
    font-size: 16px;
    height: 40px;
    text-align: center;
    float: left;
    width: 160px;
}
.table_ove{
    position: relative;
}
.table_diyige{
    position: absolute;
    top: 40px;
    background: #fff;
    width: 231px;
    display: none;
    padding:0px 0 38px;
    border-bottom: #ce0f05 2px solid;
    z-index: 99;
    box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.table_diyige>ul>li{
    line-height: 35px;
    color: #333333;
    font-size: 14px;
    text-align: left;
    padding-left: 19px;
    margin: 3px 0;
}
.table_one>i{
    margin-right: 11px;
    margin-left: 23px;
    line-height: 40px;
    font-size: 30px;
    float: left;
}
.table_one>span{
    display: block;
    line-height: 40px;
    float: left;
}
.table_ul{
    float: left;
    color: #fff;
}
.table_ul>li{
    float: left;
    font-size: 16px;
    line-height: 40px;
    width: 200px;
    text-align: center;
}
.table_ul>li:hover{
    background: #d03028;
}
.table_ul>li>a{
    display: block;
    color: #fff;
}
.table_one:hover{
    background: #d03028 !important;
}
.table_li_mouse{
    background: #EDEDED;
    color: #ce0f05 !important;
}
.table_li_mouse>a{
    color: #ce0f05 !important;
    display: inline-block;
    width: 80%;
}
.table_two{
    background: #fff;
    position: absolute;
    top: 0px;
    left: 231px;
    display: none;
    overflow: auto;
    box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.table_two>ul>li>a{
    line-height: 35px;
    margin: 3px 0;
    color: #333333;
    font-size: 14px;
    text-align: left;
    padding-left: 19px;
    padding-right: 19px;
    white-space:nowrap;
    display: block;
    height: 100%;
    box-sizing: border-box;
}
/* 底部导航样式 */
.bottom_box{
    height: 340px;
    background: #3F3F3F;
    width: 100%;
    position: relative;
}
.bottom{
    padding-top: 34px;
}
.bottom_ul>ul{
    margin-right: 60px;
    color: #CCCCCC;
    font-size: 14px;
    float: left;
}
.bottom_ul>ul>li:nth-child(1){
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
.bottom_ul>ul>li>a{
    color: #CCCCCC;
}
.bottom_ul>ul>li{
    margin-bottom: 16px;
}
.bottom_ul_liu02{
    width: 105px;
}
.bottom_ul_liu03{
    width: 124px;
}
.bottom_ul_liu04{
    width: 164px;
}

.bottom_iconli>div{
    width: 278px;
}
.foocontact_us_i{
    display: block;
    margin-bottom: 16px;
    margin-right: 17px;
    font-size: 16px;
}
.foocontact_us_mag{
    color: #CCCCCC;
    max-width: 245px;
    display: block;
    line-height: 25px;
}
.bottom_connect{
    float: right;
    width: 289px;
}
.bottom_bom{
    text-align: center;
    font-size: 12px;
    color: #999999;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 26px;
}
.bottom_bom>img{
    width: 440px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 54px;
}
.bottom_title{
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.img_tuv{
    width: 30px;
    height: 30px;
    margin-right: 35px;
}
.bottom_svg{
    font-size: 30px;
    line-height: 30px;
}
.bottom_input{
    margin-top: 30px;
    display: flex;
    position: relative;
}
.bottom_input>input{
    flex: 1;
    height: 38px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px #E5E5E5 solid;
    border-right: none;
    padding-left: 13px;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
}
.emer{
    position: absolute;
    color: #ff3030;
    left: 14px;
    bottom: -30px;
    display: none;
}
.bottom_input>div:nth-child(2){
    min-width: 90px;
    height: 40px;
    background: #ce0f05;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/* 弹窗样式 */
.popup_box{
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    position: fixed;
    background: rgba(0,0,0,.3);
    display: none;
}
.popup{
    width: 280px;
    height: 160px;
    background: rgba(255,255,255,0.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.popupa{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 270px;
    height: 150px;
    background: #fff;
    text-align: center;
}
.popup_x{
    color: #CCCCCC;
    display: block;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}
.popupa>span{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    display: block;
}
.popupa>div{
    margin-top: 30px;
}
.popu_block{
    display: block;
    width: 90px;
    height: 30px;
    color: #fff;
    line-height: 30px;
}
.popu_no{
    float: left;
    margin-left: 40px;
    background: #BFBFBF;
}
.popu_yes{
    float: right;
    margin-right: 40px;
    background: #0099FF;
}
/* 登入下拉弹窗 */
.login_popup_yangs{
    min-width: 215px;
    position: absolute;
    top: 35px;
    right: 0px;
    border-top: #ce0f05 3px solid;
    box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    z-index: 9999;
    padding: 7px 0;
    display: none;
}
.login_popup_yangs>i{
    color: #ce0f05;
    position: absolute;
    top: -14px;
    right: 14px;
}
.login_popup_yangs>ul>li>a{
    display: block;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    padding-right: 23px;
    padding-left: 23px;
    min-width: 222px;
}
.login_popup_yangs>ul>li>a:hover{
    background: #EDEDED;
    font-weight: 600;
}
.login_popup_yangs>div>a{
    display: block;
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
}
.fire_time{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #fff;
    z-index: 99999;
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.fire_time_cont{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.fire_time_cont>div:nth-child(1)>i{
    font-size: 48px;
    color: #FF7E00;
}
.fire_time_cont>div:nth-child(2){
    width: 940px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-left: 30px;
}
.fire_time_cont>div:nth-child(3){
    float: right;
    width: 100px;
    height: 35px;
    background: #0099FF;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
}
.new_popular_search_on{
    background: yellow;
    font-weight: 600;
}
.popular_yellow_black{
    position: absolute;
    background: yellow;
    z-index: 8;
}

.sitemap_bottom{
    display: none;
}