
#fix-quote-back{
    position: fixed;
    top:0;
    opacity: 0;
    left:100%;
    background-color:rgba(0,0,0,0.5);
    display: flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100%;
    z-index: 33333;
}

#fix-quote-back .fix-quote-center {
    background-color: #fff;
    padding: 30px 40px;
    width: 700px;
    position: relative;
    z-index: 44444;
}

.fix-quote-center .module-tit h1{
    font-size: 24px;
    margin-bottom: 40px;
}

.fix-form input[type=text]{
    outline:0;
    border:0;
    border:1px solid #ccc;
    background-color:#eee;
    height:60px;
    line-height:60px;
    padding-left:15px;
    font-size:16px;
    float:left;
    width:49%;
    margin-right:2%;
    margin-bottom:2%;
}

.fix-form input[type=button] {
    margin-left: 0;
    border: 1px solid transparent;
    background-color: transparent;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    background-image: linear-gradient(-90deg,#6db80f,#06a3db);
    background-size: 100% 100%;
    background-position: center;
    float: left;
    width: 100%;
}

.fix-form input[type=text]:nth-child(2n){
    margin-right:0%;
}

.fix-form textarea{
    outline:0;
    border:0;
    border:1px solid #ccc;
    background-color:#efefef;
    height:150px;
    line-height:30px;
    padding-left:15px;
    padding-top:15px;
    font-size:16px;
    width: 100%;
    margin-bottom:2%;
}

.fix-form .code-box {
    width: 49%;
    position: relative;
    float: left;
    margin-right: 0;
}

.fix-form .code-box input {
    width: 100%;
    margin-right: 0;
    float: unset;
}

.fix-form .code-box label{
    position: absolute;
    right:15px;
    top:13px;
}


.fix-form input::-webkit-input-placeholder { color:#888 !important;} 
.fix-form input:-moz-placeholder { color:#888 !important;} 
.fix-form input::-moz-placeholder { color:#888 !important;} 
.fix-form input:-ms-input-placeholder { color:#888 !important;} 

.fix-form textarea::-webkit-input-placeholder { color:#888 !important;} 
.fix-form textarea:-moz-placeholder { color:#888 !important;} 
.fix-form textarea::-moz-placeholder { color:#888 !important;} 
.fix-form textarea:-ms-input-placeholder { color:#888 !important;} 

#fix-quote-back.active{
    animation:toBlock 1s;
    animation-fill-mode: forwards;
}

.closefix {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(-90deg,#6db80f,#06a3db);
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    transform: scale(1,0.98);
}

.closefix:hover{
    color: #fff;
}

.pc-p{
    margin-top: 2%;
}

.pc-p a{
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
}

.mobile-p{
    display: none;
    margin-top: 2%;
}

@media screen and (max-width:1182px) {


    

.fix-quote-center .module-tit h1{
    font-size: 20px;
    margin-bottom: 20px;
}
    

.pc-p{
    display: none;
}



.mobile-p{
    display: block;
    font-size: 13px;
}

.mobile-p a{
    font-size: 13px;
    font-weight: bold;
}
    

        #fix-quote-back .fix-quote-center {
            padding: 25px 30px;
            width: 300px;
        }

        .fix-form input[type=button],.fix-form input[type=text],.fix-form input[type=text]:nth-child(8),.fix-form .code-box{
            width: 100%;
            height: 30px;
            line-height: 30px;
            font-size:14px;
            padding-left:10px;
            margin-left:0;
            margin-bottom: 5px;
        }

        .fix-form .code-box{
            padding-left:0px;
        }


        .fix-form textarea{
            font-size:14px;
            line-height:30px;
            height: 70px;
            padding-top:0px;
            padding-left:10px;
        }

        .fix-form .code-box label {
            position: absolute;
            right: 15px;
            top: 13px;
            height: 100% !important;
            width: 30% !important;
            right: 0;
            top: 0;
            font-size: 15px !important;
        }

        
    .closefix{
        right:5px;top:5px;font-size:14px;font-weight: normal;
    }
}

@media screen and (max-width:700px) {
    
.fix-quote-center .module-tit h1{
    font-size: 18px;
    margin-bottom: 10px;
}
    

}