body {
    margin:0 auto 0 auto; 
    font-size:16px; 
    font-family:  Helvetica,Verdana, "Microsoft Yahei", "微软雅黑", Arial, sans-serif ;
    line-height:1.4em;  
    height:100%;
}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { 
    padding:0; 
    margin:0; 
    font-family:  Helvetica, Verdana,"Microsoft Yahei", "微软雅黑", Arial, sans-serif ;
}
input{border: none}  
select,input,textarea{ 
    font-family: Helvetica, Verdana, "Microsoft Yahei", "微软雅黑", Arial, sans-serif ;
}
ul { 
    list-style:none;
}:focus {outline: 0;} 
img {
    border:0px;
}
a {
    color:#333333; 
    text-decoration:none;
    outline: none; 
    transition: all 0.1s;
    -moz-transition: all 0.1s ;
    -o-transition: all 0.1s ;
    -ms-transition: all 0.1s ;
    -webkit-transition: all 0.1s;
}
a:hover
{
    color:#98cc06;
    text-decoration:underline;
    transition: all 0.1s;
    -moz-transition: all 0.1s ;
    -o-transition: all 0.1s ;
    -ms-transition: all 0.1s ;
    -webkit-transition: all 0.1s;
}
a:focus{
    -moz-outline-style: none; /* FF */
}
.clearfloat{
    clear: both;
}
/*
*字体大小规范
*/
.font_big_title{
    /*用于模块大标题*/
    font-size: 24px;    
    color: #2e312b;
    line-height: 1.4em;
}
.font_little_title{
    /*用于模块小标题*/
    font-size: 18px;      
    color: #2e312b; 
}
.font_description{    
    /*用于描述*/
    font-size: 14px;  
    color: #666666;
}
.font_pic_description{  
    /*用于图片装饰*/
    font-size: 12px;  
}
/*
*按钮大小规范
*/
.button_big_red{
    /*红色大按钮*/
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 70px;
    height: 70px;
    background-color: #a31503;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(8,1,3,.6);
    -moz-box-shadow: 0 1px 4px rgba(8,1,3,.6);
    box-shadow: 0 1px 4px rgba(8,1,3,.6);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.5s; 
    -moz-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -webkit-transition: all 0.5s;
}
.button_big_red:hover{
    background-color: #d51f08;
    transition: all 0.5s;
    -moz-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -webkit-transition: all 0.5s;
}
.button_big_green{
    /*绿色大按钮*/
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 70px;
    height: 70px;
    background-color: #588500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(8,1,3,.6);
    -moz-box-shadow: 0 1px 4px rgba(8,1,3,.6);
    box-shadow: 0 1px 4px rgba(8,1,3,.6);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -webkit-transition: all 0.5s;
}
.button_big_green:hover{
    background-color: #78a300;
    transition: all 0.5s;
    -moz-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -webkit-transition: all 0.5s;
}

/***************页首******************/
.atss{
    /* addthis分享条*/
    top: 50%;
    margin-top: -122px !important;
}
#bdshare{
    /* 百度分享条*/
    top: 50% !important;
    margin-top: -122px !important;
}
#header_container{
    height: 80px;
    background-color: #f6f6f6;
}
#header_paypal_pic{
    width: 150px;
}
/*#header_kancart_pic img{
    height: 100%;
}*/
.header_pics{    
    margin: 15px 30px;
    width: 120px;
    height: 50px;
    float: left;
}
.header_right_area{
    float: right;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
#header_login_area{
    width: 190px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-color: #588500;
    margin-right: 10px;
}
#header_login_area_login{    
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-color: #588500;
}
#not_login_in a{
    color: #fff;
}
#header_login_split_line{
    float: left;
    width: 10px;
}
.hl_sign_text{
    float: left;
    width: 90px;
    height: 100%;
    cursor: pointer;
}
#header_language{
    min-width: 80px;
    text-align: right;
    position: relative;
    z-index: 11;
}
#header_ball{
    width: 30px;
}
.manager_lang_nav_main{
    overflow: visible;
}
/******以下内容和kancartweb.css可能有冲突**/

#header_account_list{
    padding: 0px 20px;
    display: inline-table;
    position: relative;
    float:right;
    color: #fff;
}
.header_li_hidden{
    display: none;
}
.header_li_show{
    padding: 0 10px;
    display: block;
}
.header_ul_show{
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
}
/********/

#navi_container_fixed{
    width: 100%;
    background-color: #222;
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 6px rgba(0,0,0,.2);
    box-shadow: 0 4px 6px rgba(0,0,0,.2);
    position: fixed;
    z-index: 10;
}

.navi_normal{
    visibility:hidden;
    height: 0px;
}
#navi_container{    
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 60px;
    background-color: #222;
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 6px rgba(0,0,0,.2);
    box-shadow: 0 4px 6px rgba(0,0,0,.2);
}
.navi_fixed{
    top: 0px;
    height: 60px;
    visibility:visible;
    transition: all 0.5s;
    -moz-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -webkit-transition: all 0.5s;
}
#navi_area_normal{
    height: 0px;
    line-height: 60px;
    display: inline-block;
    visibility: hidden;
}
#navi_area_fixed{
    visibility: visible;
    line-height: 60px;
    height: 60px;
    transition: all 0.5s;
    -moz-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -webkit-transition: all 0.5s;
}
#navi{
    text-align: center;
}
.navi_title{
    display: inline;
    margin: 0 15px;
}
.navi_title a{    
    color: #fff;
    text-decoration:none;
}
#navi_area{
    line-height: 60px;
    display: inline-block;
}
#nca_first{
    height: 60px;
}
.navi_container_area{
    width: 100%;
    position: relative;
}
#error_area_normal{
    margin-top: 60px;
}
.error_cover{
    width: 100%;
    height: auto;
    margin-top: 10px;
    position: absolute;
    z-index: 2;
}
.error_area_cover{
    position: relative;
    height: auto;
    width: auto;
}
.error_area_cover span{
    padding-left: 10px;
}
.hide_error{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: red;
    cursor: pointer;
    background: url('/images/home_page/icon_close.png') no-repeat;
}
.error_area{
    width: 960px;
    background-color: #f9edbe;
    -webkit-box-shadow: 0 1px #f0c36d;
    -moz-box-shadow: 0 1px #f0c36d;
    box-shadow: 0 1px #f0c36d;
    border: solid 1px #f0c36d;
    margin: 0px auto;
    text-align: left;
}
.error_area_hide{
    margin-top: 0px;
    visibility: hidden;
    height: 0px;
}
.error_area_show{
    height: 40px;
    line-height: 40px;
    visibility: visible;
    margin-top: 0px;
    transition: all 0.5s;
    -moz-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -webkit-transition: all 0.5s;
}
.container_width{
    height: 100%;
    width: 950px;
    min-width: 950px;
    margin: 0 auto;
    padding-top: 0.1px;
}
.container_width_white{
    background-color: #ffffff;
}
.container_width_blue{
    background-color: #1885c8;
}
.container_width_grey{
    background-color: #f2f2f2;
    border-bottom: 1px solid #D7D7D7;
    border-top:  1px solid #D7D7D7;
}
/***********app页面**********/
#introduce_pic_texture{
    background-repeat: repeat;
    background-image: url('/images/app_page/image_texture.png');
    height: 350px;
}
.introduce_pics{
    background-size: 100% 350px;    
    width: 100%;
    height: 350px;
}
#introduce_pic_container{
    background-image: url('/images/app_page/head_background_APP.jpg');
}
#introduce_pic{
    float: left;
    margin-left: 70px;
    margin-top: 30px;
    width: 350px;
    height: 320px;
    background-image: url('/images/app_page/image_APP_1.png');
    background-repeat: no-repeat;
}
#introduce_pic_title{
    margin-top: 90px;
}
.introduce_pics_text,.introduce_pics_title{
    margin-right: 40px;
    width: 373px;
    float: right;
    color: #fff;
}
.index_pics_title{
    width: 373px;
    float: right;
}
.introduce_pics_title,.index_pics_title{
    margin-top: 10px;
    position: relative;
}
.intro_tic{
    position: absolute;
    top: 7px;
    left: -30px;
}
#introduce_pic_description{
    margin-top: 20px;
    float: right;
    margin-right: 40px;
    width: 373px;
    color: #fff;
}
#introduce_pic_quot{
    margin-top: 10px;
}
#introduce_pic_quoter{
    text-align: right;
}
#split_line_container{
    height: 4px;
    background-color: #a31503;
}
#split_line{
    position: relative;
}
.btn_postion{    
    top: -35px;
    position: absolute;
    z-index: 2;
    right: 40px;
}
.gotop_hide{    
    opacity: 0;
    visibility:hidden;
    transition: all 3.0s;
    -moz-transition: all 3.0s ;
    -o-transition: all 3.0s ;
    -ms-transition: all 3.0s ;
    -webkit-transition: all 0.5s;
}
.gotop_show{
    opacity: 1;
    visibility:visible;
    transition: all 3.0s;
    -moz-transition: all 3.0s ;
    -o-transition: all 3.0s ;
    -ms-transition: all 3.0s ;
    -webkit-transition: all 0.5s;
}
#btn_apply_for_app{
    width: 373px;
}
#btn_apply_for_app_split{
    height: 70px;
    right: 172px;
    margin-left: 238px;
    width: 1px;
    background-color: #550a00;
    -webkit-box-shadow: 1px 0 #d52610;
    -moz-box-shadow: 1px 0 #d52610;
    box-shadow: 1px 0 #d52610;
}
#afa_left_text{
    width: 238px;
    float: left;
}
#afa_right_text{
    width: 132px;
    float: right;
}
#introduce_text_container{
    width: 100%;
    height: 698px;
}
#introduce_title{
    min-width: 410px;
    margin: 110px auto 0 auto;
    height: 30px;
    text-align: center;
}
#introduce_step1{
    margin-left: 30px;
    float: left;
    width: 210px;
    position: relative;
}
#step1_qr_code{
    position: absolute;
    width: 100%;
    height: 210px;
    bottom: 0px;
}
#step1_qr_code img{
    width: 100%;
}
#introduce_step2{    
    margin-left: 70px;
    float: left;
    width: 280px;
}
#step2_bottom_title{
    margin-top: 64px;
}
#step2_bottom_text{
    margin-top: 20px;
}
#step2_bottom_text span{
    margin-right: 20px;
    color: #2e312b;
}
#introduce_step3{
    margin-right: 40px;
    float: right;
    width: 290px;
    background-image: url('/images/app_page/image_introduce.jpg');
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
}
#step1_title{
    height: 80px;
}
#step2_title{    
    height: 80px;
}
#step2_description{
    height: 130px;
}
.introduce_steps{
    height: 410px;
    margin-top: 80px;
}
#guest_checkout_container{
    width: 100%;
    height: 400px;
}
#guest_checkout{
    position: relative;
    background-image: url('/images/app_page/image_guestcheckout.jpg');
}
#guest_checkout_title{
    margin-left: 40px;
    margin-top: 70px;
}
#guest_checkout_description{
    width: 350px;
    height: 120px;
    margin-top: 40px;
    margin-left: 40px;
}
#gc_right_container{
    top: 70px;
    right: 40px;
    width: 230px;
    height: 70px;
    position: absolute;
}
.gc_right_area{
    float: left;    
}
#gc_right_title{
    margin-left: 15px;
}
#gc_right_description{
    margin-top: 12px;
    margin-left: 15px;
}
#gc_right_uparraw{   
    margin-top: 5px;
    margin-left: 20px;
    width: 9px;
    height: 13px;
    background-image: url('/images/app_page/arrow_rise.png');
}
#gc_right_percent{
    color: #a31503;
    margin-left: 8px;
}
#payment_methods_container{    
    width: 100%;
    height: 492px;
}
#payment_methods_title{
    margin-top: 60px;
    text-align: center;
}
#payment_methods_description{
    margin: 40px auto 0 auto;
    height: 40px;
    text-align: center;
    width: 480px;
}
#payment_methods_pics{
    margin: 30px auto 0 auto;
    width: 630px;
    height: 240px;
}
.pm_pic_area{
    float: left;
    height: 80px;
    width: 160px;
}
.pm_margin_left{
    margin-left: 75px;
}
#qr_code_container{
    width: 100%;
    height: 398px;
}
#qr_code{
    position: relative;
}
#qr_code_title{
    margin-top: 110px;
    margin-left: 120px;
    width: 160px;
}
#qr_code_description{
    width: 360px;
    margin-left: 120px;
    margin-top: 20px;
}
#qr_code_pic{
    top: 70px;
    right: 70px;
    width: 330px;
    height: 270px;
    position: absolute;
    background-image: url('/images/app_page/image_qrcode.png');
}
.qr_code_pics{    
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
}
#qr_code_pic_red{
    background-image: url('/images/app_page/image_qrcode_out.png');
}
#qr_code_pic_black{
    z-index: 1;
    background-image: url('/images/app_page/image_qrcode_in.png');
}
#qr_code_pic_cover{
    background-color: #f2f2f2;
    z-index: 1;
    /*height: 100px;*/
}
.qr_pic_in{
    z-index: -1;
    height: 0;
}
.qr_pic_out{    
    height: 100%;
    z-index: 2;
    /*transition-timing-function: linear;*/
    transition: all 3.0s;
    -moz-transition: all 3.0s ;
    -o-transition: all 3.0s ;
    -ms-transition: all 3.0s ;
    -webkit-transition: all 0.5s;
}
#qr_code_pic_line{
    width: 100%;
    z-index: 2;
    background-color: #f2f2f2;
    border-bottom: 4px solid #a31503;
}
.qc_line_in{    
    height: 0px;
}
.qr_line_out{
    border-bottom: 0;
    height: 100%;
    transition: all 3.0s;
    -moz-transition: all 3.0s ;
    -o-transition: all 3.0s ;
    -ms-transition: all 3.0s ;
    -webkit-transition: all 0.5s;
}
#app_features{
    width: 960px;
}
#app_features_container{
    width: 100%;
    height: 1792px;
}
#app_features_title{
    margin: 60px auto 0 auto;
    text-align: center;
}
#app_features_pics{
    margin: 80px auto 0 auto;
    height: 1400px;
    position: relative;
}
.af_pics_area{
    width: 260px;
    float: left;
    margin: 30px 30px;
    height: 300px;
}
.af_pic_area{
    height: 150px;
    width: 100%;
}
.af_title_area{
    width: 100%;
    margin: 20px auto; 
}
.af_description_area{
    width: 100%;
    margin-top: 20px;
}
.af_margin_top{
    margin-top: 0px;
}
.af_margin_bottom{
    margin-bottom: 0px;
}
.horizon_split{
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
}
#horizon_split_line1{
    top: 330px;
}
#horizon_split_line2{
    top: 690px;
}
#horizon_split_line3{
    top: 1050px;
}
.vertical_split{    
    position: absolute;
    width: 1px;
    height: 1400px;
    background-color: #d7d7d7;
}
#vertical_split_line1{
    left: 320px;
}
#vertical_split_line2{
    left: 640px;
}
#app_features_btn{
    width: 270px;
    margin: 70px auto 0 auto;
}
/***************HTML5页面*************/


/***************首页******************/
#index_select_bar{
    width: 40px;
    height: auto;
    right: 50px;
    position: fixed;
    border: 1px solid #d7d7d7;
    z-index: 2;
}
.select_bar_hide{
    transition: all 1.0s;
    -moz-transition: all 1.0s ;
    -o-transition: all 1.0s ;
    -ms-transition: all 1.0s ;
    -webkit-transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.select_bar_show{    
    opacity: 1;
    transition: all 1.0s;
    -moz-transition: all 1.0s ;
    -o-transition: all 1.0s ;
    -ms-transition: all 1.0s ;
    -webkit-transition: all 0.5s;
    visibility: visible;
}
.select_area{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d7d7d7;
}
.select_img{
    height: 100%;
    width: 100%;
    background-image: url("/images/home_page/icon_rightmenu.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
#sb_promotion{    
    background-position: 0 -40px;
}
#sb_operation{    
    background-position: 0 -80px;
}
#sb_analytic{    
    background-position: 0 -120px;
}
#sb_optimization{    
    background-position: 0 -160px;
}
#sb_up{    
    background-position: 0 -200px;
}
#index_pic_area_container{
    background-image: url('/images/home_page/head_background_home.jpg');
    position: relative;
    overflow: hidden;
}
#index_pic_title{
    margin-left: 80px;
    margin-top: 60px;
}
.index_pic_title{
    color: #fff;
    font-size: 36px;
    height: 70px;
    line-height: 70px;
}
#index_pic_input_area{
    height: 70px;
    line-height: 70px;
    margin-left: 80px;
    margin-top: 20px;
}
#kanlocal_input_area{
    height: 75px;
    line-height: 70px;
    margin-left: 30px;
    margin-top: 20px;
    overflow: hidden;
}
#index_pic_input{
    width: 380px;
    height: 70px;
    float: left;
    position: relative;
}
.index_input{
    width: 100%;
    height: 100%;
    -moz-box-sizing:  border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;   
    border: 0px;
    font-size: 16px;
}
.index_get_started{
    width: 230px;
    float: left;
    margin-left: 20px;
}
.button_flat_green{
	color: #fff;
    cursor: pointer;
	background-color: #276C2B;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.button_flat_green_highlight {
	background-color: #509F08 !important;
}
.index_site_type_btn{
	width: 170px;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	float: left;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	text-align: center;
	padding-left: 40px;
	font-size: 16px;
	position: relative;
}
.index_site_type_btn .check_box{
	display: none;
	position: absolute;
	top: -12px;
	right: -12px;
}
.site_type_desktop{
	background-image: url(/images/home_page/icon_desktop.png);
}
.site_type_mobile{
	background-image: url(/images/home_page/icon_mobile.png);
}
/*Kanlocal*/
#select_language_and_currency{
    width: 330px;
    height: 400px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #f1fde9;
    -webkit-box-shadow: 0 5px 20px #313131;
    -moz-box-shadow: 0 5px 20px #313131;
    box-shadow: 0 5px 20px #313131;
    position: fixed;
    z-index: 150; 
    display: none;
}
.store_select_dialog{
    width: 150px;
    height: 36px;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    bottom: -36px;
    display: none;
    z-index: 60;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottomright-radius: 4px;
    border-bottom-right-radius: 4px;  
    cursor: pointer;
    float: left;
}
.kanlocal_store_select_info{    
    background-image: url(/images/comboboxKanlocal.png);
    width: 152px;
    height: 36px;
    margin-left: 178px;
    position: relative;
    /*float: left;*/
    margin-top: 10px;
    right: 40px;
    margin-bottom: 30px;
}

.kanlocal_industry_value{
    width: 148px;
    height: 40px;
    border: solid 1px #a7a7a7;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #444;
}

.kanlocal_select_title{
    text-align: right;
    margin-left: 25px;
    display: block;
    float: left;
    width: 100px;
}
.kanlocal_current_select_info{
    line-height:36px;
    font-size: 18px;
    margin-left: 15px;
    color: #444;
    cursor: default;
    float: left;
}
#kanlocal_submit{
    position: absolute;
    top: 338px;
    left: 137px;
    height: 36px;
    line-height: 36px;
    width: 155px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-style: none;
    border-left-width: 0px;
    border-right-style: none;
    border-right-width: 0px;
    border-top-style: none;
    border-top-width: 0px;
}
#redesign_cover{
    display: none;
    z-index: 140; 
    width: 100%; 
    height: 1400px;
    background-color: rgb(0, 0, 0); 
    opacity: 0.6; 
    position: fixed; 
    top: 0px; 
    left: 0px;
}
#show_store_name{
    color: #5a9d1c; 
    padding-top: 10px;
}
#store_name_suffix{
    color: #666666;
    position: absolute;
    top: 0;
    right: 20px;
}
#store_name_avaliable1{
    color: #5a9d1c;
}
#store_name_avaliable2{
    color: #5a9d1c; 
    padding-top: 10px;
}
#slac_info{
    margin: 10px 15px;
    padding: 10px;
}
#slac_note{
    color:#444;
    margin-bottom: 20px;
    padding: 0 15px;
    margin-left: 10px;
    height: 35px;
}
.slac_left{
    text-align: center;
    line-height: 36px;
    color: #444;
}
/*kanlocal end*/
#no_online_store_bar_area{
    height: 30px;
    position: absolute;
    z-index: 0;
    line-height: 30px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #2e312b;
    -webkit-box-shadow: 0 1px 4px rgba(8,1,3,.6);
    -moz-box-shadow: 0 1px 4px rgba(8,1,3,.6);
    box-shadow: 0 1px 4px rgba(8,1,3,.6);
    top: 160px;
}
#select_area_tips{
    text-align: center;
    height: 30px;
    position: absolute;
    z-index: 0;
    line-height: 30px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #2e312b;
    -webkit-box-shadow: 0 1px 4px rgba(8,1,3,.6);
    -moz-box-shadow: 0 1px 4px rgba(8,1,3,.6);
    box-shadow: 0 1px 4px rgba(8,1,3,.6);
    width: 160px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; 
    -webkit-transition: all 0.3s;
}
.sa_tips_show{
    /*top: 5px;*/
    right: 75px;
    visibility: visible;
}
.sa_tips_hide{
    right: 50px;
    visibility: hidden;
}
.tips_black{
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
}
.move_store_bar_left{
    right: 124px;
    transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    -ms-transition: all 0.7s ease-in; 
    -webkit-transition: all 0.7s ease-in;
}

.move_store_bar_right{
    right: 110px;
    transition: right 0.7s;
    transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    -ms-transition: all 0.7s ease-in; 
    -webkit-transition: all 0.7s ease-in;
}
.tips_black_angle{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #2e312b;
    border-bottom: 8px solid transparent;
    right: -7px;
    top: 7px;
}
#index_pic_description{
    margin-left: 80px;
    margin-top: 30px;
    width: 590px;
    color: #fff;
}
#index_pic_right{
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
}
.index_pic_close{
    width: 88px;
    transition: all 0.5s;
    -moz-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -webkit-transition: all 0.5s;
    transition-timing-function: ease-in-out;
}
.index_pic_open{
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -webkit-transition: all 0.5s;
    transition-timing-function: ease-in-out;
}
#pic_area{
    cursor: pointer;
    float: left;
    width: 88px;
    height: 100%;
    background-image: url('/images/home_page/button_kaiwangpu.png');
    background-repeat: no-repeat;
}
#kanlocal_area_cover{
    position: relative;
    padding-right: 88px;
    margin-left: 88px;
    height: 100%;
    background-color: #348139;
    background-size: cover;
}
#cover_right_area{
    position: absolute;
    right: 0;
    width: 88px;
    height: 100%;
    top: 0;
    z-index: 0;
}
#kanlocal_area_left{
    float: left;
    width: 660px;
}
#kanlocal_area_right{
    float: right;
    width: 270px;
}
#kanlocal_title{
    margin-left: 30px;
    margin-top: 60px;
    line-height: 41px;
}
#kanlocal_title span{
    color: #ffffff;
}
#kanlocal_description{
    margin-top: 30px;
    margin-left: 30px;
    width: 600px;
    color: #fff;
}
#ppoao_area_container{
    height: 204px;
}
.ppoao_title{
    text-align: center;
    color: #666666;
}
#ppoao_title{
    margin-top: 30px;
    text-align: center;
}
#ppoao_pics_container{
    margin: 30px auto 0 auto;
    height: 90px;
    text-align: center;
}
.ppoao_pic_area{
    display: inline-block;
    width: 75px;
    cursor: pointer;
}
.ppoao_pic{
    width: 100%;
    height: 60px;
    text-align: center;
}
.ppoao_plus{
    padding-bottom: 45px;
}
#ppoao_mobilecommerce{
    width: 130px;
    cursor: auto;
}
#conversion_rate_container{
    height: 510px;
}
#conversion_rate_title{
    margin-top: 65px;
    text-align: center;
}
#conversion_rate_pic_area{
    width: 790px;
    height: 310px;
    margin: 40px auto 0 auto;
    position: relative;
}
.cr_pic_text{
    color: #588500;
    position: absolute;
}

#cr_pic_title_up{
    left: 55px;
    top: -20px;
}
#cr_pic_title_down{
    right: 15px;
    bottom: 60px;
}
.cr_chart_text{
    color: #666666;
    position: absolute;
    bottom: 18px;
    text-align: center
}
#cr_pic_txt_before{
    width: 70px;
    left: 123px;
}
#cr_pic_txt_after{
    width: 70px;
    right: 284px;
}
#cr_pic_txt_month{
    width: 70px;
    right: -30px;
}
#index_publish_container{
    height: 500px;
}
#index_publish{
    position: relative;
}
.home_icon_areas{
    position: absolute;
    width: 100%;
    height: 130px;
    top: -95px;
}
.home_icon{
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 70px;
}
.home_text{
    width: 100%;
    height: 20px;
    text-align: center;
    color: #666666;
}
#index_publish_pic{
    width: 410px;
    height: 440px;
    margin-left: 30px;
    margin-top: 60px;
    float: left;
    position: relative;
}
#img_publish_text{
    position: absolute;
    top: 80px;
    left: 16px;
    width: 125px;
    text-align: center;
    color: #fff;
}
#index_publish_right{
    margin-top: 60px;
    float: left;
    margin-left: 70px;
    width: 410px;
    height: 440px;
    position: relative;
}
.ip_click_area{
    text-align: center;
    line-height: 50px;
    height: 43px;   
    position: absolute;
    cursor: pointer;
}
.ip_click_current{
    -webkit-border-top-left-radius:  4px;
    -webkit-border-top-right-radius:  4px;
    -moz-border-top-left-radius:  4px;
    -moz-border-top-right-radius:  4px;
    border-top-left-radius: 4px;
    border-top-right-radius:  4px;
    background-color: #f2f2f2;
    -webkit-box-shadow: inset 0 1px #fff;
    -moz-box-shadow: inset 0 1px #fff;
    box-shadow: inset 0 1px #fff;
    border: solid 1px #9c9d9b;
    border-bottom: 0px;
    z-index: 1;
}
#clk_html{
    padding: 0 20px;
}
#clk_native_app{
    right: 0;
    padding: 0 20px;
}
.ip_clk_crt_areas{
    margin-top: 90px;
    height: 350px;
    width: 410px;
}
#html_area_title{
    color: #588500;
}
#html_area_description{
    margin-top: 20px;
}
.choose_area{
    margin-top: 50px;
    float: left;
}
#choose_area_text{
    height: 70px;
    width: 290px;
}
#choose_area_text a{
    height: 42px;
    vertical-align: middle;
    display: table-cell;
}
#choose_area_pic{
    width: 40px;
    text-align: right;
    cursor: pointer;
    margin-left: 30px;
    height: 40px;
}
#native_app_areas{
    display: none;
}
#shopping_cart_area_container{
    height: 392px;
}
#shopping_cart_area_left{
    margin-left: 30px;
    margin-top: 30px;
    width: 440px;
    height: 260px;
    float: left;
}
#shopping_cart_area_kancart{
    margin-top: 10px;
    color: #588500;
}
#shopping_cart_list{
    margin-top: 10px;
}
.shopping_cart_list{
    width: 210px;
    float: left;
    font-family: Tahoma;
}
#shopping_cart_area_right{
    height: 250px;
    width: 420px;
    margin-left: 50px;
    margin-top: 65px;    
    float: left;
}
.sc_right_pic{
    float: left;
    width: 200px;
    height: 50px;
    margin: 10px 0 0 10px;
}
#chart_with_us{
}
.sc_bottom_text{    
    margin-top: 5px;
    margin-left: 30px;
    float: left;
}
#index_templates_container{
    height: 450px;
}
#index_templates_left{
    margin-top: 10px;
    margin-left: 70px;
    float: left;
    height: 440px;
    width: 400px;
}
#index_templates_right{
    width: 410px;
    height: 350px;
    margin-top: 90px;
    margin-left: 40px;
    float: left;
}
#itr_description{
    margin-top: 30px;
}
#itr_text{
    display: table;
    height: 42px;
    width: 320px;
}
#itr_text a{
    display: table-cell;
    vertical-align: middle;
}
#latest_stores_container{
    height: 266px;
}
#latest_stores_title{
    margin-top: 30px;
    margin-left: 30px;
    float: left;
}
#latest_stores_description{
    margin-left: 20px;
    margin-top: 37px;
    float: left;
}
#latest_stores{
    height: auto;
}
#latest_stores_tab_cover{
    margin-top: 44px;
    margin-right: 40px;
    float: right;
}
#latest_stores_tab div{
    background-color: #999999;
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
}
#latest_stores_tab .active{    
    background-color: #f79f00;
}
#latest_stores_bed{
    width: 9999px;
    height: auto;
    margin: 0 auto;
    z-index: 1;
}
#latest_stores_show{
    width: 890px;
    height: auto;
    margin: 0 auto;
}
.latest_stores_area{
    width: 890px;
    height: 120px;
    margin: 30px auto 0 auto;
    float: left;
}
.latest_stores_area>div[class="latest_store"]:nth-child(3n+2){
    margin: 0 55px;
}
.latest_store{
    width: 260px;
    height: 25px;
    float: left;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
/*.latest_store_margin{
    margin: 0 55px;
}*/
.ls_img_margin{
    margin-right: 10px;
}
#index_promotion_container{
    height: 410px;
}
#index_promotion{
    position: relative;
}
#index_promotion_left{
    margin-top: 80px;
    margin-left: 30px;
    width: 360px;
    height: 200px;
    float: left;
}
#index_promotion_title{
    height: 90px;
}
#index_promotion_description{
    margin-top: 40px;
}
#index_promotion_right{
    margin-left: 10px;
    margin-top: 80px;
    float: left;
}
#index_operation_container{
    height: 400px;
}
#index_operation{
    position: relative;
}
#index_operation_left{
    margin-left: 30px;
}
.operation_area{
    margin-top: 65px;
    width: 280px;
    height: 260px;
    float: left;
}
.io_margin_left{
    margin-left: 25px;
}
.io_title_area{
    margin-bottom: 40px;
}
#npm_pic{
    margin-top: 20px;
}
#index_operation_right{
    width: 250px;
}
#index_analytic_container{
    height: 434px;
}
#index_analytic{
    position: relative;
}
#index_analytic_left{
    float: left;
    margin-top: 70px;
    margin-left: 30px;
    width: 440px;
    height: 320px;
}
#index_analytic_right{
    float: right;
    margin-right: 40px;
    margin-top: 110px;
    width: 400px;
}
#index_analytic_description{
    margin-top: 70px;
}
#index_mobile_cloud_container{
    height: 288px;
}
#index_mobile_cloud_area{
    width: 880px;
    margin-left: 40px;
    margin-top: 55px;
    height: 100%;
}
.mobile_cloud{
    float: left;
    width: 270px;
    height: 30px;
    margin-bottom: 40px;
}
.mc_margin{
    margin-left: 35px;
    margin-right: 35px;
}
.mc_img_margin{
    margin-right: 10px;
    margin-bottom: 4px;
}
.mc_span{
    margin-left: 10px;
    color: #588500;
}
#index_optimize_container{
    height: 446px;
    border-bottom: 0px;
}
#index_optimize{
    position: relative;
}
#index_optimize_left{
    float: left;
    width: 410px;
    margin-top: 80px;
    margin-left: 30px;
}
#index_optimize_description{
    margin-top: 70px;
}
#index_optimize_right{
    float: right;
    margin-top: 50px;
    margin-right: 40px;
}
#index_comment_container{
    height: 500px;
    background-color: #222;
}
#index_comment{
    background: url('/images/home_page/image_background_rating.jpg') no-repeat;
    background-size: contain;
}
#index_comment_num{
    margin-left: 40px;
    margin-top: 70px;
    font-size: 72px;
    height: 80px;
    color: #fff;
}
#index_comment_text{
    width: 390px;
    height: 170px;
    margin-left: 40px;
    font-size: 36px;
    color: #fff;
    line-height: 1.1;
    
}
#index_comment_btn{
    margin-top: 10px;
    width: 270px;
    margin-left: 40px;
    float: left;
}
#index_comment_area{
    color: #d7d7d7;
    width: 465px;
    float: left;
    margin-left: 10px;
    height: auto;
}
#index_comments{
    height: 120px;
}
#index_comment_reward{
    float: left;
    width: 200px;
    height: 20px;
}
#index_comment_reward span{
    color: #999999;
    margin-left: 10px;
}
#index_comment_reward img{
    margin-top: -6px;
}
#ic_quotation_left{
    width: 40px;
    height: 70px;
    float: left;
    margin-left: 50px;
}
#ic_quotation_right{
    float: right;
    height: 30px;
    margin-right: 30px;
    margin-top: 80px;
}
/***************页脚******************/
#footer_container{
    width: 100%;
    height: 390px;
    background-color: #1b1b1b;
}
.footer_title{
    margin-top: 40px;
    float: left;
    height: 40px;
    width: 190px;
    color: #fff;
}
#footer_title_overview{
    margin-left: 40px;
}
#footer_title_kancart{
    margin-left: 50px;
}
#footer_title_contact{
    margin-left: 20px;
}
.footer_list{
    margin-top: 10px;
    float: left;
    height: 160px;
    width: 170px;
    color: #999999;
}
#overview_list{
    margin-left: 40px;
}
#kancart_list{
    margin-left: 70px;
}
#social_list{
    margin-left: 20px;
}
#contact_list{
    margin-left: 40px;
}

.social_pic_area{
    display: block;
    width: 120px;
    height: 25px;
    margin-bottom: 10px;
    line-height: 25px;
    cursor: pointer;
}
.social_pic{
    width: 25px;
    height: 25px;
    float: left;
}
.social_text{
    margin-left: 10px;
    float: left;
}
#copy_right{
    margin-top: 40px;
    margin-left: 40px;
    height: 70px;
    text-align: center;
    float: left;
    font-family: Arial;
    line-height: 70px;
    color: #fff;
}
#footer{
    border:0;
}
#footer a{
    color: #999999;
}
#footer ul li p{
    margin: 10px 0;
}
#footer_language{
    float: right;
    margin-top: 64px;
    margin-right: 70px;
    color: #999999;
}
#wechat_qr_code_cover{
    position:fixed;
    bottom: 0;
    width: 0;
    height: 390px;
    z-index:1;
    overflow: hidden;
}
#wechat_qr_code{
    width: 350px;
    height: 350px;
    margin: 40px 0 0 368px;
    text-align: center;
    position: relative;
}
#wechat_area{
    position: absolute;
}
#wechat_qr_code_img img{
    width:300px;
    height:300px;
}
.wechat_qr_code_area_show{            
    -webkit-transform-origin: bottom center;
    opacity: 1;
    -webkit-transform: scale(1,1) skew(0);
    transition: all 0.3s ease-in-out;
}
.wechat_qr_code_area_hide{
    -webkit-transform-origin: bottom center;
    opacity: 0;
    -webkit-transform: scale(1,-1) skew(-20deg);
    transition: all 0.3s ease-in-out;
}
#wechat_qr_code_text{
    color: #fff;
}
/*********************** ideas & comments *********************/
#feedback_ideas{
    display: none;
    width: 900px;
    height: 500px;
    background-color: #7DAD14;
    -webkit-box-shadow: rgba(0,0,0,.5) 0 5px 5px;
    -moz-box-shadow: rgba(0,0,0,.5) 0 5px 5px;
    -ms-box-shadow: rgba(0,0,0,.5) 0 5px 5px;
    -o-box-shadow: rgba(0,0,0,.5) 0 5px 5px;
    box-shadow: rgba(0,0,0,.5) 0 5px 5px;
    border-radius: 3px;
    margin: -250px 0 0 -450px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 150;
    font-size: 14px;
    line-height: 1em;
}
#idea_box_title{
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
}
.idea_box_div_onblur{
    border: 1px solid #8f9bb3;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,.1) 0 1px 1px;
    -o-box-shadow: rgba(0,0,0,.1) 0 1px 1px;
    -ms-box-shadow: rgba(0,0,0,.1) 0 1px 1px;
    -moz-box-shadow: rgba(0,0,0,.1) 0 1px 1px;
    -webkit-box-shadow: rgba(0,0,0,.1) 0 1px 1px;
}
.idea_box_div_onfocus{
    border: 1px solid #666F80;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,.1) 0 2px 2px;
    -o-box-shadow: rgba(0,0,0,.1) 0 2px 2px;
    -ms-box-shadow: rgba(0,0,0,.1) 0 2px 2px;
    -moz-box-shadow: rgba(0,0,0,.1) 0 2px 2px;
    -webkit-box-shadow: rgba(0,0,0,.1) 0 2px 2px;
}
#feedback_ideas ol{
    padding: 0px;
    margin: 0 0 20px 0;
    line-height: 1.3em;
}
.feedback_idea{
    margin: 1px 10px;
    padding: 6px 5px 7px 30px;
    cursor: pointer;
    border-radius: 3px;
    background-image: url(/images/icon_idea.png);
    background-position: 6px 10px;
    background-size: 20px;
    background-repeat: no-repeat;
}
.feedback_idea:hover{
    background-color: #F7FEEE;
    box-shadow: inset #AFDD85 0px 0px 0px 1px;
    -o-box-shadow: inset #AFDD85 0px 0px 0px 1px;
    -ms-box-shadow: inset #AFDD85 0px 0px 0px 1px;
    -moz-box-shadow: inset #AFDD85 0px 0px 0px 1px;
    -webkit-box-shadow: inset #AFDD85 0px 0px 0px 1px;
}
.feedback_idea_selected{
    margin: 1px 10px;
    padding: 6px 5px 7px 30px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #F1FDE9;
    box-shadow: inset #9FCD75 0px 0px 0px 1px;
    -o-box-shadow: inset #9FCD75 0px 0px 0px 1px;
    -ms-box-shadow: inset #9FCD75 0px 0px 0px 1px;
    -moz-box-shadow: inset #9FCD75 0px 0px 0px 1px;
    -webkit-box-shadow: inset #9FCD75 0px 0px 0px 1px;
    background-image: url(/images/icon_idea.png);
    background-position: 6px 10px;
    background-size: 20px;
    background-repeat: no-repeat;
}
.feedback_idea span{
    color: #a0a6b3;
    font-size: 13px;
}
.feedback_idea_selected span{
    color: #6c6f76;
    font-size: 13px;
}
.feedback_idea_title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.3em;
}
.feedback_idea_status_planned{
    padding: 1px 7px;
    border-radius: 2px;
    background-color: #519CC6;
    color: #fff;
}
.feedback_idea_status_started{
    padding: 1px 7px;
    border-radius: 2px;
    background-color: #8DB63C;
    color: #fff;
}
.feedback_idea_status_released{
    padding: 1px 7px;
    border-radius: 2px;
    background-color: #EBA215;
    color: #fff;
}
#feedback_idea_detail_response{
    margin: 15px 0px;
    line-height: 1.5em;
}
#feedback_idea_detail{
    background-color: #fff;
    width: 500px;
    height: 450px;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 4;
    font-size: 13px;
    display: none;
    border: 1px solid #a0a6b3;
    box-shadow: rgba(0,0,0,.5) 0 5px 5px;
    -o-box-shadow: rgba(0,0,0,.5) 0 5px 5px;
    -ms-box-shadow: rgba(0,0,0,.5) 0 5px 5px;
    -moz-box-shadow: rgba(0,0,0,.5) 0 5px 5px;
    -webkit-box-shadow: rgba(0,0,0,.5) 0 5px 5px;
}
#feedback_idea_detail_title{
    font-size: 18px;
    line-height: 1.1em;
    margin-right: 30px;
}
#feedback_idea_detail button{
    width: 55px;
    height: 28px;
    cursor: pointer;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.feedback_idea_detail_module{
    margin-bottom: 15px;
}
.feedback_idea_detail_votes_comments_part{
    color: #6c6f76;
}
#feedback_idea_detail_content{
    line-height: 1.5em;
}
#idea_box_post_cancel_btn{
    margin-left: 20px;
    font-size: 16px;
    cursor: pointer;
}
#idea_box_post_cancel_btn:hover{
    text-decoration: underline;
}
#page_split{
    padding: 0px 80px 30px;
    text-align: center;
}
#page_split span{
    padding: 0 5px;
}
#page_split a{
    padding: 0 5px;
    cursor: pointer;
}
#page_split .now_page{
    color: #98cc06;
}
#page_split .page_split_disabled{
    color: #999;
}
#customer_ideas_list li{
    padding-left: 100px;
    position: relative;
    margin-bottom: 40px;
    min-height: 100px;
}
#customer_ideas_list .customer_idea_votes{
    position: absolute;
    left: 0px;top: 0px;
    width:80px;
    text-align: center;
}
#customer_ideas_list .customer_idea_votes_no{
    padding: 10px 0px;
    border: 1px solid #cfd7e6;
    font-size: 18px;
}
.customer_idea_votes_no span{
    color: rgb(143,155,179);font-size: 12px;
}
.customer_idea_votes button{
    width: 80px;
    height: 30px;
    font-size: 15px;
    cursor: pointer;
}
.customer_idea{
    padding-top: 10px;
}
.customer_idea .customer_idea_title{
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.customer_idea .customer_idea_content{
    margin-top: 15px;
}
.customer_idea_info{
    color: #666f80;
    padding-left: 35px;
    position: relative;
}
.customer_idea_info span {
    margin: 0px 5px;
}
.customer_idea .customer_idea_comments{
    font-size: 13px;
    color: #6c6f76;
    margin-top: 25px;
}
#comments_list .comments_list_comment{
    position: relative;
    line-height: 1em;
}
#comments_list .comments_list_comment_user_img{
    position: absolute;
    top: 0px;
    left: -60px;
    border: solid 1px #cfd7e6;
}
#comments_list .comments_list_comment_info{
    color: #666f80;
    margin-bottom: 10px;
}
#comments_list .comments_list_comment_content{
    margin-bottom: 50px;
    line-height: 1.5em;
}
/* Contact us minipage*/
.minipage_h, .minipage_c, .minipage_f { background: url("../images/contactUs_bg.png"); }
.minipage { width: 334px; position: fixed; bottom: 3px; font: 12px Tahoma,Helvetica,SimSun,sans-serif; z-index: 9999; }
.minipage a { text-decoration: none; color: #444; }
.minipage a:hover { text-decoration: underline; }
.minipage a em { font-style:normal; color: #EA0000; }
.minipage_h { padding: 0 15px 0 10px; height: 42px; background-position: -1002px 0; }
.minipage_c { padding-top: 5px; background-position: -668px 0;}
.minipage_c ul {padding: 5px 0px 5px 20px; list-style: none; }
.minipage_result {margin: 5 0 5 0; margin-left: -5px; padding-left: 0; overflow: hidden; font-size: 13px;}
.minipage_btn { float:right; margin-top: 10px; }
.minipage_btn a { float: left; margin-left: 6px; width: 12px; height: 12px; background: url("../images/contactUs_btn.png"); text-indent:-9999px;overflow:hidden; }
a.minipage_btn_min { background-position: 0 0; }
a.minipage_btn_max { background-position: -12px 0; }
.minipage_min { background: none; }
.minipage_min .minipage_h { background-position: 0 0; }
.minipage_min .minipage_c, .minipage_min .minipage_f { display: none; }


/************************ ideas & comments结束 *************************/


/***********************create app start ***********************/
#app_next_step_btn {
    display: block;
    width:120px;
    height:40px;
    font-size: 16px;
    line-height: 40px;
    color:#fff;
    text-decoration: none;
}
#app_navi_bar {
    width:100%;;
    position: relative;
    height:60px;
    background-color: #222;                
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 6px rgba(0,0,0,.2);
    box-shadow: 0 4px 6px rgba(0,0,0,.2);
}

.app_navi_title_contain {
    width:960px;                
    height:60px;
    margin:auto;
    color:#fff;
    position: relative;
    z-index: 2;
    text-align: center;
}
.app_navi_title {                
    height:60px;
    line-height: 60px;
    width:320px;
    float:left;
}
.app_navi_title a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.select_container{
    line-height:50px;    
    max-height:50px;
    border-radius: 4px;
    border:1px solid #d7d7d7;
    padding:0 17px;
    width:236px;
    background: url(/images/app/select_icon.png) no-repeat;
    background-size: 16px 12px;
    background-position: 236px center;
    position: relative; 
    overflow: hidden;
    cursor: pointer;
}
.select_container:hover{
    max-height:none;
    background: none;
}
.select_option{
    height:50px;    
    border-radius: 4px;
    padding:0 17px;
    width:236px;
}
.select_option:hover{
    font-weight: bold;  
}


/***********************create app end ***********************/