body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}
table td{

    　　word-break:break-all;

}
table
{
    table-layout:fixed;
}
header {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}
a{ text-decoration:none}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    /*-webkit-tap-highlight-color: transparent;*/
    outline:none;
    background: none;
    border: 0 !important;
    text-decoration: none;
}
div {
    margin: 0;
    padding: 0;

}

h1 {
    margin: 0;
    padding: 0;

}
input:focus {
    outline: none;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    /*border: 2px solid #3573E6 !important;*/
}

#wrap {
    height: 100%;
    width: 100%;
    background-image: url('../../images/manage/login_back.png');
    background-repeat: no-repeat;
    /*background-position: center center;*/
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#wrap .logGet {
    display: block;
    height:auto;
    width: 545px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 29px 0px rgba(37,126,254,0.22);
    border-radius:6px;
    /*margin: 5% auto;*/
    padding: 48px 70px 107px 70px;
}

.logC button {
    width: 100%;
    height: 50px;
    background: #257EFE;
    border-radius: 6px;
    border: none;
    color: #ffffff;
    font-size: 20px;
    outline: none;
    letter-spacing: 8px;
}
.logGet .logD.logDtip .p1 {
    display: inline-block;
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 70px;
    width: 86%;

}
#wrap .logGet .logD.logDtip {
    width: 86%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    /*width: 403px;*/

}
.logGet .lgD img {
    position: absolute;
    top: 8px;
    left: 14px;
}
.logGet .lgD input {
    font-size: 16px;
    width: 100%;
    height: 36px;
    border: 0;
    margin: 0 auto;
    padding-left: 48px;
    border-bottom: 1px solid #EEEEEE;
}
#imgCheck{
    position: relative !important;
    display: block;
    float: right;
    margin-right: 12px;
    margin-top: -46px;
}
/*.logGet .lgD .yzmImg{*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*right: 0px;*/
    /*!*background: #3142A4;*!*/
    /*left: 250px;*/
/*}*/
.logGet .lgD input::-webkit-input-placeholder { /* Chrome/Safari/Opera */
    color: #999999;
    font-size: 12px;
}
#wrap .logGet .lgD {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    /*margin-top: 30px;*/
    margin-right: auto;
    margin-left: auto;
}
#wrap .logGet .logC {
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}


.title {
    font-family: "宋体";
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  /* 使用css3的transform来实现 */
    font-size: 36px;
    height: 40px;
    width: 30%;
}

.copyright {
    font-family: "宋体";
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  /* 使用css3的transform来实现 */
    height: 60px;
    width: 40%;
    text-align:center;
}


#foot .copyright .img {
    width: 100%;
    height: 24px;
    position: relative;
}
.copyright .img .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 22px;
    vertical-align: middle;
    background-image: url('../img/personlogo.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.copyright .img .icon1 {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 22px;
    vertical-align: middle;
    background-image: url('../img/personlogo.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.copyright .img .icon2 {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 22px;
    vertical-align: middle;
    background-image:url('../img/personlogo.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
#foot .copyright p {
    height: 24px;
    width: 100%;
}
@media (max-width:1400px) {
    #wrap .logGet {
        height:auto;
        width: 400px;
        padding: 36px 40px 36px 40px;
    }
    #wrap .logGet .logC {
        width: 100%;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }
    .logGet .logD.logDtip .p1 {
        display: inline-block;
        font-size: 22px;
        margin-top: 12px;
        margin-bottom: 20px;
        width: 86%;
    }
    #wrap .logGet .lgD {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
        /*margin-top: 30px;*/
        margin-right: auto;
        margin-left: auto;
    }
    .logC button {
        width: 100%;
        height: 40px;
        background: #257EFE;
        border-radius: 3px;
        border: none;
        color: #ffffff;
        font-size: 20px;
        outline: none;
        letter-spacing: 8px;
    }
}