﻿/***
*    非会员订单样式表
*    Create By Jone Lu 2016/09/01
*/


.AnyOne_container *
{
    transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
}

.AnyOne_container
{
    width:100%;
    margin:20px 0;
}
.anyone_search_container
{
    position: relative;
    background-color: #fff;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width:420px;
    min-height: 320px;
    border: 1px solid #e0d7d5;
    border-top: 2px solid #2A4F67;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    z-index: 0;
    font-family: '微软雅黑';
}
.anyone_search_container input
{
    border:0px;
    box-shadow:none !important;
    height:30px;
    text-indent:4%;
    width:99%;

}
.anyone_search_container input:focus
{
    border:0px !important;
    box-shadow:none !important;
}
.anyone_item
{
    margin-bottom: 15px;
    border: 1px solid #ece8e6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 12%;
    zoom: 1;
    display: inline-block;
    position: relative;
    width: 70%;
        padding: 10px 10px 0px 10px;
    height:100%;
}
.anyone_item_Notop
{
    margin-top:0px !important;
}
.anyone_item_No
{
    margin-top:0px !important;
    border:0px;
}
.anyone_item_title
{
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-indent:5%;
    cursor:pointer;
    overflow:hidden;
    font-weight: bold;
}
.anyone-item_active
{
    -webkit-box-shadow:0 0 3px 0 #cecbc7,0 0 6px 0 #e3d5de,0 0 6px 0 #eee6eb !important;
    -moz-box-shadow:0 0 3px 0 #cecbc7,0 0 6px 0 #e3d5de,0 0 6px 0 #eee6eb !important;
    -ms-box-shadow:0 0 3px 0 #cecbc7,0 0 6px 0 #e3d5de,0 0 6px 0 #eee6eb !important;
    box-shadow:0px 0px 3px 0px #cecbc7,0 0 6px 0 #e3d5de,0 0 6px 0 #eee6eb !important;
}
#btnAuthCode,.btnQuery {
    background-color: #2A4F67;
    border: 1px solid #2A4F67;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    text-align: center;
    text-shadow: none;
    margin-left: 10px;
    text-indent:0px !important;
    border-radius:0px;
}
.btnQuery
{
    width:100% !important;
    margin-left:0px;
    height: 40px !important;
}

@media (max-width: 1279px) and (min-width: 1024px)
{
    .span4
    {
        width:400px !important;
    }
}