@charset "utf-8";

.mask {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#LoginBox {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 150px;
    background: white;
    width: 1200px;
    height: 550px;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

#changePhoneBox {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 150px;
    background: white;
    width: 1200px;
    height: 500px;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

#addProduct {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50px;
    background: white;
    width: 1200px;
    height: 750px;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

#editProductView {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50px;
    background: white;
    width: 1200px;
    height: 750px;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

#productImgView {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50px;
    background: white;
    width: 1200px;
    height: 450px;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

#addContact {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50px;
    background: white;
    width: 1200px;
    height: 550px;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

#editContact {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50px;
    background: white;
    width: 1200px;
    height: 550px;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

#addzhengshu {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50px;
    background: white;
    width: 1200px;
    height: 550px;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

#editzhengshu {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50px;
    background: white;
    width: 1200px;
    height: 550px;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

#fuwu-alert {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    top: 50px;
    background: white;
    width: 900px;
    height: 450px;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

#changedetail {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50px;
    background: white;
    width: 1200px;
    height: 900px;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

#changebankinfo {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50px;
    background: white;
    width: 1200px;
    height: 900px;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

.row1 {
    background: #f7f7f7;
    padding: 0px 20px;
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    color: #666;
    font-size: 20px;
    border-radius: 7px;
}

.row {
    height: 77px;
    line-height: 77px;
    padding: 0px 30px;
    font-family: 华文楷体;
    font-size: x-large;
}

.close_btn {
    font-family: arial;
    font-size: 30px;
    font-weight: 700;
    color: #999;
    text-decoration: none;
    float: right;
    padding-right: 4px;
}

.inputBox {
    border: 1px solid #c3c3c3;
    padding: 1px 3px 6px 3px;
    border-radius: 5px;
    margin-left: 5px;
}

#txtName {
    height: 27px;
    width: 230px;
    border: none;
}

#txtPwd {
    height: 27px;
    width: 230px;
    border: none;
}

#loginbtn {
    color: White;
    background: #4490f7;
    text-decoration: none;
    padding: 10px 95px;
    margin-left: 87px;
    margin-top: 40px;
    border-radius: 5px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#example {
    position: fixed;
    left: 390px;
    top: 30px;
    color: White;
    background: #4490f7;
    text-decoration: none;
    padding: 10px 95px;
    margin-left: 87px;
    margin-top: 40px;
    border-radius: 5px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.warning {
    float: right;
    color: Red;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    display: none;
}