/* 提交成功后的窗口，税务客服会在1-2小时内联系您，请您保持电话畅通！ */
.form-success-end {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: url(../images/banner-bg.png) left top;
    background-size: 100% 100%;
    display: none;
}
.tform-open-div {
    width: 310px;
    padding: 0 20px 30px 30px;
    background: #fff;
    margin: 10% auto 0;
    overflow: hidden;
}
.tform-images {
    overflow: hidden;
}
.tform-open-success {
    color: #333;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
    line-height: 1;
}
.tform-open-images {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 32px;
    margin-left: 140px;
}
#modal-close {
    float: right;
    position: static;
    margin-top: 20px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.tform-open-title {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 26px;
}
/* 提示框 */
.tip-modal {
    position: fixed;
    top: 100px;
    left: 50%;
    margin: 0 auto;
    margin-left: -100px;
    width: auto;
    line-height: 30px;
    padding: 4px 10px;
    display: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #000;
    opacity: 0.65;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 5px rgba(130, 130, 130, 0.5);
    border-radius: 4px;
    z-index: 2147483585;
}

/* body表单 */
.modal{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: url(../images/banner-bg.png) left top;
    background-size: 100% 100%;
    display: none;
}
.modal-address {
    width: 345px;
    height: 290px;
    padding: 40px 30px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top: 10%;
    text-align: center;
}
.modal-address h2 {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
}
.modal-address h6 {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
}
.modal-address input{
    width: 290px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    color: #333333;
    padding: 0 15px;
    border-radius: 4px;
    box-sizing: content-box;
    margin-bottom: 35px;
    border: 1px solid #e5e5e5;
}
.modal-close{
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.modal-submit{
    width: 324px;
    height: 40px;
    line-height: 40px;
    background: #1f6cdd;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: auto;
    border-radius: 2px;
    cursor: pointer;
}
.modal-submit:hover{
    background-color: #357AE0;
}