
.title-nav-layout{
    background-color: #ffffff;
    width: 100%;
}

#navbar_head{
}

.a_user_name,
.a_menu_of_user
{
    color: #343434;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
}

.a_user_name:hover,
.a_user_name:focus
{
    color: #D44930;
}

.right_menu_list{

}

.right_menu_div{
    display: inline-block;
}

/************以上是顶部菜单栏的***********************/

.home_half_width_part{
    width: 390px;
    height: 450px;
    margin-left: auto;
    margin-right:auto;
    background: #f0ad4e;
    clear: left;
    left: 50%;
}

.home-ul{
    text-align: center;
    padding: 0;
}

.home-ul > li{
    padding: 0;
    height: 320px;
}

.div_home_banner_content{
    width: 100%;
    min-width: 800px;
    text-align: center;
    display: inline;
    background-color: #bc9273;
}

.home-banner{
    background-image: url("../../img/home/pic_banner01.png");
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    height: 320px;
    width: 100%;
    text-align: center;
    display: inline-block;
    float: left;

    /*background-color: lawngreen;*/
}

/************以上是banner的***********************/

.search-bar-right{
    float: right;
    width: 238px;
    margin-right: 10px;
}

.search-title{
    width: 100%;
    height: 70px;
    background-color: #F9F3F1;
    border-bottom: 1px solid #FBEDEB;
    padding: 17px;
}

/************以上是首页搜索栏的***********************/

.main-body-layout{
    margin: 31px auto 0 auto;
    display: block;
}

.span_home_title{
    color: #4A4A4A;
    font-size: 16px;
    border: none;
    outline: none;
    font-weight: bold;
}

.a_look_detail:hover{
    color: #FFFFFF;
    background-color: #E85E45;
    opacity: 1;
}

.a_look_detail{
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 44px;
    height: 44px;
    width: 200px;
    margin-top: -22px;
    margin-left: -100px;
    background-color: #D44930;
    color: #FFFFFF;
    font-size: 18px;
}

.div_detail_button:hover{
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.25);
}

.div_detail_button{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute;
    opacity: 0;
    top: 0;
}

.a_more_info {
    font-size: 14px;
    float: right;
    font-weight: 800;
}

.img_home_event{
    width: auto;
    height: auto;
    min-width: 300px;
    min-height: 180px;
    max-width: 300px;
    max-height: 180px;
    border-radius: 0;
}

.list-inline {
    margin-left: 0;
}

.div_home_event_part{
    width: 300px;
    height: 500px;
    min-width: 300px;
    text-align: center;
    background: white;
    border-radius: 0;
}

.event-title{
    font-size: 14px;
    width: 100%;
    height: 2.3em;
    overflow: visible;
    font-weight: bold;
    display: block;
    text-align: left;
    color: #4A4A4A;
    line-height: 21px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.span_event_simple_desc{
    font-size: 12px;
    color: #979797;
    height: 5.6em;
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
    text-align: left;
    display: block;
}

.div_red_line{
    display: inline-block;
    text-align: center;
    width: 120px;
    height: 1px;
    background-color: red;
    margin-top: 36px;

}

/*.red_line{*/
    /*border-bottom: 2px solid red;*/
    /*margin-top: 36px;*/
    /*width: 120px;*/
/*}*/

.div_home_bottom_detail_info{
    margin-top: 21px;
    text-align: center;
}

.div_home_bottom_detail_info > span{
    font-size: 12px;
    color: #6A6A6A;
    line-height: 12px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (max-width:640px) {
    .right_menu_div li {
        display: inline-block;
    }
    .div_home_event_part {
        position: relative;
        width: 100%;
        height: auto;
        margin: 20px auto;
    }
    .img_home_event {
        width: 100%;
        height: 100%;
    }
    .div_home_img {
        position: absolute !important;
        z-index: 1;
    }
    .div_home_desc {
        position: relative;
        padding: 15px !important;
        background: rgba(0,0,0,.45);
        color: #fff;
        font-size: 15px;
        top: 0;
        z-index: 2;
    }
    .div_home_desc a {
        color: #D44930;
        font-size: 15px;
    }
    .div_home_desc span {
        color: #fff;
    }
    .span_event_simple_desc {
        height: auto;
    }
    .div_red_line {
        display: none;
    }
    .div_home_bottom_detail_info {

    }
}

/************以上是活动的***********************/

.li_rudder_part{
    margin-top: 12px;
}

.li_auth_part{
    margin-top: 9px;
}

.li_event_desc{
    margin-top: 10px;
}

.event-text-style{
    color: #7F7676;
    font-size: 14px;
}

.event-desc{
    font-weight: 300;
    font-size: 14px;
    margin: 10px 0;
    color: #000;
    max-width: 200px;
}

/*.ul_home_event_info{*/
    /*min-width: 200px;*/
    /*max-width: 300px;*/
    /*width: 90%;*/
    /*margin-left: 25px;*/
    /*/!*background-color: rgba(228, 219, 178, 0.39);*!/*/
    /*display: inline-block;*/
/*}*/

/*******************************************/

.home-login-btn-block{
    display: block;
    width: 100%;
    margin-top: 16px;
    height: 43px;
}

.bottom-layout{
    background-color: #ddeef6;
    border-top: lightcoral;
    padding: 50px 10%;
    margin-bottom: -50px;
    border-top:2px solid #b9b4a5;
}

.bottom-sub-thumbnail {
    background: #f7ecb5;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: auto 10px;
}

.bottom-right-thumb-group{
    position: relative;
    top: 50%;
    left: 21%;
}

.bottom-right-layout{
    width: 60% ;
    height: 30px;
    background-color: khaki;
    position:relative;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%)
}

.img_home_rudder{
    width: auto;
    height: auto;
    min-width: 130px;
    max-width: 130px;
    min-height: 130px;
    max-height: 130px;
    border-radius: 5px;
}

.thumbnail-title-name{
    font-size: 14px;
    width: 100%;
    display: block;
    margin: 10px 0;
}

.branch-thumbnail{
    border:none;
    width: 130px;
    height: 150px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
}

.ul_home_rudder_list li{
    display: inline-block;
}

.addon_size{
    width: 47px;
    height: 43px;
}

.login_input_style{
    font-size: 14px;
    height: 43px;
}

#user-loading-box{
    width: 100%;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

.span-login-other-account{
    font-size: 12px;
    color: #787878;
}

.a-other-account{
    width: 18px;
    height: 15px;
    padding: 5px;
}

.input_group_height_width {
    height: 43px;
    width: 100%;
}

.loading-form{
    padding: 10px;
    text-align: center;
}

#home-logo-text{
    color: #c61527;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.home-img-style{
    width: 300px;
    height: 82px;
}
