#myModal #Scan {
    display: none;
}

#myModal .phone_email {
    width: 100%;
    padding: 0px 40px;
    /*border:1px solid black;*/
    margin-top: 25px;
}

#myModal .tab tr td {
    width: 50%;
    text-align: center;
}

#myModal .tab_img img {
    width: 40px;
    margin: auto;
}

#myModal .textbtn {
    padding: 30px 120px;
}

#myModal .textbtn form {
    height: 120px;
    padding: 10px 0px;
    border-radius: 10px;
    /* box-shadow: -10px 0 10px rgba(87, 167, 238, 0.15), 10px 0 10px rgba(87, 167, 238, 0.15), 0 10px 10px rgba(87, 167, 238, 0.15); */
}

#myModal #tel {
    margin-top: 20px;
    font-size: 14px;
    height: 40px;
    border-radius: .5rem;
}

#myModal #send {
    position: absolute;
    width: 30%;
    border: 1px solid #017AFF;
    border-radius: 10rem;
    color: #fff;
    background-color: #0d87e9;
    bottom: 10px;
    left: 35%;
    padding: 10px 0px;
    -webkit-border-radius: 10rem;
    /*适配以webkit为核心的浏览器(chrome、safari等)*/
    -moz-border-radius: 10rem;
    /*适配firefox浏览器*/
    -ms-border-radius: 10rem;
    /*适配IE浏览器*/
    -o-border-radius: 10rem;
    /*适配opera浏览器*/
    outline: none;
}

#myModal .imp_ewm {
    width: 100%;
    height: 50px;
    /*border:1px solid red;*/
    text-align: right;
    position: relative;
}

#myModal .imp_ewm img {
    width: 35px;
    opacity: 0.4;
    position: absolute;
    right: 10px;
}

#myModal .imp_ewm img:hover {
    opacity: 0.8;
}

#myModal .allimp {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
}

#goimp {
    border: 1px solid #017AFF;
    border-radius: 10rem;
    color: #fff;
    background-color: #0d87e9;
    width: 100%;
    padding: 10px 0px;
    -webkit-border-radius: 10rem;
    /*适配以webkit为核心的浏览器(chrome、safari等)*/
    -moz-border-radius: 10rem;
    /*适配firefox浏览器*/
    -ms-border-radius: 10rem;
    /*适配IE浏览器*/
    -o-border-radius: 10rem;
    /*适配opera浏览器*/
    outline: none;
}

#myModal .emailandtelfont {
    color: #5FADDB;
    opacity: 1;
    cursor: pointer;
}

#myModal .tab {
    display: table;
    width: 100%;
    height: 100%;
}

#myModal #Scan .modal-header {
    border: none;
}

#myModal .modal-dialog{
    max-width: 600px;
}
#myModal .modal-content {
    margin-top: 0px;
    background: #F8F9FA;
}

#myModal .h3,
#myModal h3 {
    font-size: 24px;
}

#myModal .h4,
#myModal h4 {
    font-size: 18px;
}

#myModal .phone_email a {
    font-size: 14px;
}

/*-----   手机端样式   -----*/
@media screen and (max-width: 768px) {
    #myModal .textbtn {
        padding: 30px 30px;
    }


    #myModal .font-six {
        font-weight: 200;
    }


    /* #myModal .h2,
    #myModal h2 {
        font-size: 24px;
    } */


    #myModal #towards {
        border-left: none;
        border-right: none;
    }
}

/*-----   ipad pro 端样式   -----*/
@media only screen and (max-width: 1024px)and (min-width: 768px) {

    #myModal .right_align {
        margin-left: 40px;
    }

    #myModal #towards {
        border-left: 20px solid #fff;
        border-right: 20px solid #fff;
    }

}


/* #myModal #tel {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 0.5px solid rgb(207, 228, 245);
    height: 40px;
}
#myModal #tel:focus{
    box-shadow: 1px 2px 5px rgb(230, 243, 253);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
} */

/* input[type=text],
textarea {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

input[type=text]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
} */