@charset "utf-8";
/*写信须知*/
.modal-header h4 {
    text-align: center;
    color: red;
    font-size: 20px;

}
.modal-body {
    padding: 24px;
}
.modal-body div {
    height: 420px;
    overflow-y: scroll;
    background: #f5f5f5;
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
}


.form-receipt{
    float:left;
    overflow: hidden;
}
.form-receipt ul li input{
    margin: 4px 0 0;
}
.content-box {
    background-color: #fff;
    padding: 0 12px;
    overflow: hidden;
}
.ldxx-tit p {
    text-align: center;
    line-height: 48px;
    font-weight: 700;
    font-size: 18px;
    color: #1cac93;
    background: #e0f6e9;
}
.ldxx-form .col-md-2 {
    line-height: 20px;
    font-size: 16px;
    color: #333;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.must {
    color: red;
    line-height: 20px;
}
.common-input {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.input-radio {
    margin: 0 10px;
    line-height: 42px;
}
.common-select {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.common-textarea {
    width: 100%;
    height: 200px;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 14px;
}
#checkCode {
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
}
.common-btn input {
    width: 100%;
    height: 42px;
    border-radius: 4px;
    border: none;
    font-size: 16px;
}
.common-btn .tijiao {
    background: #1cac93;
    color: #fff;
}
.common-btn .chongzhi {
    background: #ccc;
    color: #333;
}
input[type=checkbox], input[type=radio] {
    margin: 0;
    margin-top: 1px\9;
    line-height: normal;
}
.write-after {
    width: 40%;
    height: 300px;
    margin: 40px auto;
    border: 1px solid #1cac93;
    background: #fff;
    border-radius: 8px;
}
.write-after table {
    font-size: 16px;
    /* width: 300px; */
    margin: 40px auto;
}
.write-after table tr td.con {
    text-align: left;
    font-size: 16px;
    line-height: 40px;
}
.write-after table tr td.con[colspan] {
    text-align: center;
}
.write-after table tr td.tit {
    width: 100px;
    text-align: right;
    font-size: 16px;
    line-height: 35px;
}
.write-after table tr td {
    padding: 5px 0;
}


/*新版蒙版提示*/
.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 88888;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}
.modal-auth {
    height: auto;
    width: 50%;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 100px;
    margin-left: -25%;
    background-color: #fff;
    z-index: 99999;
    display: none;
    padding: 40px;
    box-sizing: border-box;
}
.modal-auth .close {
    font-family: mailbox;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 22px;
    color: #BDBDBD;
    cursor: pointer;
}
.modal-auth * {
    box-sizing: border-box;
}
.modal-auth .title {
    margin-bottom: 40px;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.modal-auth .step-box {
    margin-bottom: 30px;
   
}
.modal-auth .step-box .step {
    overflow: hidden;
}
.modal-auth .step-box .text {
    float: left;
     line-height: 1.6em;
    font-size: 20px;
    font-weight: bold;
}
.modal-auth .step-box .text p {
    
    text-indent: 2em;
    line-height: 1.6em;
    font-size: 20px;
    font-weight: bold;
}
.modal-auth .btn-groups {
    text-align: center;
    padding-top: 10px;
}
.btn-groups input{
    display: inline-block;
    width: 300px;
    font-size: 20px;
    height: 50px;
    line-height: 40px;
    border-radius: 0; border: none;
}
.btn-groups input{
    background-color: #1cac93;
    margin: auto!important;
    color: #ffffff;
}
.btn-groups a .btn{
    display: inline-block;
    width: 200px;
    font-size: 20px;
    height: 50px;
    line-height: 40px;
    border-radius: 0; border: none;
}
.btn-groups a .btn{
    background-color: #1cac93;
    margin: auto!important;
    color: #ffffff;
}
.writer-before{
    transition: .3s;
}
@media (min-width:1197px) and (max-width: 1440px){
.modal-auth{
    padding:20px 40px;    
    width: 80%;
    margin-left: -40%;
    top:10%;
    /* overflow-y:auto; */
}
}
@media (max-width: 1196px){
.modal-auth{
}
}
@media (max-width: 1024px){
.modal-auth{
}
}
@media (max-width: 768px){
.modal-auth{
    width: 75%;
    margin-left: -37%;
}
}




@media (max-width: 768px){
label {
    display: inline;
    margin-bottom: 5px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
}
}

@media (max-width: 750px){
.write-after{
width:100%;
}
label{
    display: inline;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
    .content-box {
        margin-right: -10px;
        margin-left: -10px;
        padding: 20px 0;
        margin-bottom:-20px;
    }
    .ldxx-form .col-md-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .form-receipt{
        max-height: 210px;
        overflow-y: auto;
    }
.modal-auth {
    width: 75%;
    margin-left: -37.5%;
}
.btn-groups input{width:100%;}
}
@media (max-width: 414px){
.modal-auth {
    width: 80%;
    margin-left: -40%;
    height: 450px;
    overflow-y: hidden;
    overflow-y: auto;
}
}
@media (max-width: 375px){
.modal-auth {
    width: 80%;
    margin-left: -40%;
}
}
@media (max-width: 375px){
.modal-auth {
    width: 80%;
    margin-left: -40%;
    height: 450px;
    overflow-y: hidden;
    overflow-y: auto;
}
}
@media (max-width: 320px){
.modal-auth {
    width: 80%;
    margin-left: -40%;
}
}