/*备选弹框*/
.alternative{
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width:100%;
    /*height:0px;*/
    background-color: #ffFFFF;
    font-size: 14px;
    box-shadow: -9px 3px 40px 0.07px rgba(196, 196, 196, 0.59);
    /*padding: 18px 0;*/
    margin-top:-130px;
}
#beixuan_list{
    width:1200px;
    margin:0 auto;
    border:1px solid #f0f0f0;
}
.alternative th{
    color:#666666;
    height:60px;
    background-color:#fafafa;
    text-align: left;
    padding-left:30px;
}
.lasts{
    padding-right:30px;
    text-align: right !important;
}
.lasts img{
    cursor: pointer;
}
.alternative th img{
    float: right;
}
.alternative tr{
    border-bottom:1px solid #f0f0f0;
}
.alternative td{
    height:70px;
    text-align: left;
    padding-left:30px;
}
.alternativeLeft i{
    color:#ff7800;
    padding:0 2px;
}
.alternative td i{
    color:#ff7800;
    font-size:24px;
    font-weight: 800;
}
.alternative_gm{
    width:86px;
    height:30px;
    border:1px solid #649be8;
    border-radius: 5px;
    font-size: 13px;
    color:#649be8 !important;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.alternative_gm:hover{
    background-color:#e5f3ff;
    border:1px solid #e5f3ff;
}
.alternative td a{
    font-size: 13px;
    color:#7d7e80;
}
.alternative td a:hover{
    color:#649be8;
}
.alternative td a:not(:first-child){
    margin-left:20px;
}

.alternative input[type=checkbox] {
    -webkit-appearance: none;
//这个属性是将input标签变成一个可修改样式的普通标签，目前有谷歌和火狐浏览器支持
-moz-appearance: none;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    /*background-color: #649be8;*/
    border:1px solid #808080;
    position: relative;
    top:2px;
}
.goodsCheckTitle a{
    color:#000000;
}
.goodsCheckTitle a:hover {
    color:#649be8 !important;
}
.alternative input[type="checkbox"]:checked {
    background: #627BF6 url(../images/business_list/l2044.png) ; /*复选框的背景图*/
    background-size: contain;
    position: relative;
    background-color: #649be8;
    border:1px solid #649be8;
}
.alternativeRightGm{
    width: 86px;
    height: 30px;
    border: 1px solid #808080;
    border-radius: 5px;
    font-size: 13px;
    /*color: #649be8 ;*/
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-left:20px;
}
.alternativeRight span{
    color:#808080;
    font-size:13px;
}
.alternativeLeft{
    font-size: 13px;
    color:#666666;
    margin-left:30px;
}
.alternativeRight{
    margin-right:30px;
}
.alternativeLeft>div{
    margin-right:20px;
}
.alternativeBottom{
    height:70px;
    width:1200px;
    margin:0 auto;
    border-bottom:1px solid #f0f0f0;
    border-left:1px solid #f0f0f0;
    border-right:1px solid #f0f0f0;
}
.alternativeBottom,.alternativeLeft{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.alternativeRightGm{
    color:#ffffff;
    background-color: #649be8;
    border:1px solid #649be8;
}
.alternativeDel img{
    position: relative;
    top:-2px;
    cursor: pointer;
}
.alternativeDel span{
    padding-top: 4px;
    display: inline-block;
}