/*
* @Author: Marte
* @Date:   2017-12-06 11:43:23
* @Last Modified by:   Marte
* @Last Modified time: 2018-01-04 16:04:40
*/
*{
    margin: 0;
    padding: 0;
}
img{
    border:0;
}
ol, ul ,li{list-style: none;}
.foot_nav{
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    z-index: 999;
    text-align: center;
    font-size: 0.5rem;
    width: 100%;
}
.foot_nav>a{
    color: #fff;
    text-decoration: none;
}
.baom{
    cursor:pointer;
}
.youju_bj{
    text-align: center;
}
.youju_bj img{
    display: inline-block;
}
.bj_mar1{
    position:relative;
    z-index: 1;
}
.bj_mar2{
    margin-top: -0.19rem;
}
.bj_row1{
    padding-top: 0.3rem;
    padding-bottom: 0.25rem;
}
.bj_row1>img{
    width:6.9rem;
}
.bj_row2>div{
    margin:0.2rem 0;
}
.bj_row2>div:nth-child(3){
    border-right: 2px solid #000;
}
.bj_row2>div:nth-child(2){
    border-right: 2px solid #000;
}
.bj_row2>div img{
    height: 1rem;
}
.bj_mar3{
    margin-top:-0.22rem;
}
.bj_mar4{
    margin-top:-0.05rem;
}
.bj_p{
    margin-top:5px;
    margin-bottom: 1.6rem;
    color:#ccc;
    line-height: 0.35rem;
}
.swiper_imgp{
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    width: 2.55rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.5rem;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 0.24rem;
}
.bj_row_js{
    font-weight: 600;
}
.bj_row_js>img{
    width:5.19rem;
    cursor: pointer;
    margin-bottom:0.65rem;
}
.bj_row_js>.oDiv{
    width:6rem;
    height:0.8rem;
    border:1px solid #e5e5e5;
    font-size:0.3rem;
    text-align:left;
    line-height:0.8rem;
    margin: 0.25rem auto;
    padding-left:0.15rem;
    position: relative;

}
.bj_row_js span{
    display: inline-block;
    color:#999;
}
.bj_row_js p{
    display: inline-block;
    margin:0 0.1rem;
}
.bj_row_js em{
    display: inline-block;
    width:0.6rem;
    height:0.6rem;
    background-color:#f6f6f6;
    float: right;
    line-height:0.6rem;
    text-align: center;
    margin:0.1rem 0.1rem;
    cursor:pointer;
    color:#0a83d7;
}
.bj_row_js select{
    outline: 0;
    width: 3.2rem;
    height: 0.7rem;
    border: 0;
    cursor:pointer;
}
.bj_row_js select option{
    border:0;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #000;

  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*在选择框的最右侧中间显示小箭头图片*/
  background: url(../images/youju_bj/jt.png) no-repeat scroll right center transparent;
  // background-size: 100% 100%;


  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  // padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }



.bj_row_js>.oDiv1{
    display: inline-block;
    width:2.85rem;
    height:0.8rem;
    border:1px solid #e5e5e5;
    font-size:0.3rem;
    text-align:right;
    line-height:0.8rem;
    margin: 0.25rem auto;
    margin-right: 0.15rem;
    margin-left: 0.15rem;
    padding-left:0.15rem;
    position: relative;

}
.oDiv2{
    width:100%;
    color:#999;
    text-align: center;
    font-size:24px;
}
.bj_row_js .inps1{
    width: 1.5rem;
    text-align: center;
    border: 0;
    height: 0.6rem;
    outline: 0;
}
.bj_row_js .inps2{
    position: absolute;
    top: 0.1rem;
    right: 1.5rem;
    width: 2rem;
    height: 0.6rem;
    text-align: center;
    /* display: none; */
    border: 0;
    outline: 0;
    // background-color: transparent;
}
.bj_row_js .inps3{
    position: absolute;
        width: 1rem;
        text-align: center;
        height: 0.8rem;
        left: 0rem;
        top: 0;
        border:0;
        outline: 0;
        background-color:transparent;
}
.bj_row_js .inps4{
    position: absolute;
        width: 1rem;
        text-align: center;
        height: 0.8rem;
        left: 0rem;
        top: 0;
        border:0;
        outline: 0;
        background-color:transparent;
}
#signUp .title{
    font-weight:600;
    font-size:20px;
}
#signUp .baom-btn{
    background-color:#3aa4ef;
    font-size:20px;
    color:#fff;
}

.subTable div p input{
    width:100%;
}
.subTable.bmtj p{
    width:100%;
}



.subTable div p input{
    font-size:24px;
    // transfrom:translate(0,0,0);
    // text-align:center;
}
.modal{
    position: absolute;

}