﻿.quoteBox-index{
    display: none;
}
.pro_div1-yf{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #000;
    opacity: 0.549;
}
.quotebox2{
    position: fixed;
    /*height:370px;*/
    top: 50%;
    left: 50%;
    z-index: 1000;
    background-color: #fff;
    width: 400px;
    height: 450px;
    margin: -275px 0 0 -200px;
    padding-bottom: 20px;
}
.msg{
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    background-color: #fafafa;
}

.wantbox>div:first-child{
    margin-bottom: 10px;
    margin-top: 20px;
}
.wantbox>div{
    padding: 0 40px;

}
.ts_msg{
    text-align: center;
    font-size: 14px;
    padding:  20px 0;
}
.pro_btn{
    text-align: center;
    margin-top: 20px;
}
.pro_btn>div{
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}
.pro_btn>div:first-child{
    background-color: #eb2332;
    margin-right: 10px;
}
.pro_btn>div:nth-child(2){
    background-color: #757575;
}
.chose-my-store {
    position: relative;
    height: 35px;
    line-height:35px;
    width: 320px;
    color: #272727;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.chose-my-store>span {
    display: block;
    padding-left: 5px;
    padding-right:40px;
    height:100%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    cursor: pointer;
    z-index: 9;
}
.chose-my-store>img {
    height: 16px;
    position: absolute;
    right: 10px;
    top:50%;
    margin-top: -8px;
    z-index: 1;
}
.chose-title1 {
    font-size: 14px;
}
.my-store-item {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    padding-top:5px;
    z-index: 99;
}
.my-store-item>div{
    /*background: #fff;*/
    border: 1px solid #e8e8e8;
    border-top:none;
    padding: 5px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-box-shadow: 0 0 5px 1px #e8e8e8;
    -moz-box-shadow: 0 0 5px 1px #e8e8e8;
    box-shadow: 0 0 5px 1px #e8e8e8;
    background-color: #fff;
    z-index: 99;
}
.my-store-item>div>li {
    height:20px;
    line-height:20px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    width: 300px;
    padding: 0 5px;
    cursor: pointer;
    list-style: none;
}
.my-store-item>ul>li:hover {
    background: #F3F3F3;
}
.wantbox-msg>div {
    margin-top:20px;
    font-size:14px;
}
.wantbox-msg>div:nth-of-type(2) {
    margin-top: 10px;
}
.my-report {
    width: 140px;
    outline: none;
    border:1px solid #eee;
    padding-left: 5px;
}
.wantbox-msg>div>input:focus {
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.wantbox .err{
    height: 20px;
    color:#eb2332; 
}
.my-report-tip {
    font-size: 10px;
    color: #eb2332;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
/*???firefox?????????input[number]???????????????*/
input[type="number"]{-moz-appearance:textfield;}
