@import url(../fontlogin/iconfont.css);
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="button"] {
    background: none;
    border: none;
}

input[type="text"],
input[type="password"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

input[type="text"],
input[type="password"]:focus {
    outline: none;
}

.container {
    width: 100%;
    height: 100%;
    /* background: url(/skin/default/images/login1.jpg); */
}

.container .loginandregister {
    width: 450px;
    height: 100%;
    margin: auto;
    background: #fff;
    padding-top: 50px;
}

.container .loginandregister .weblogo {
    display: block;
    width: 189px;
    height: 0;
    background: url(/skin/default/images/logo.jpg) no-repeat;
    background-size: 100%;
    margin: auto;
    padding-top: 79px;
    overflow: hidden;
}

.container .loginandregister .logintype {
    width: 400px;
    margin: auto;
    text-align: center;
    margin-top: 50px;
}

input[type="submit"] {
    background: none;
    border: none;
}

.container .loginandregister .logintype .itemtype h2 {
    font-size: 28px;
    color: #313131;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 2px;
}

.container .loginandregister .logintype .itemtype p {
    font-size: 16px;
    margin-top: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.container .loginandregister .logintype .itemtype .loginbtn {
    width: 352px;
    height: 50px;
    background: #4991f7;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    outline: none;
    margin-top: 20px;
    cursor: pointer;
}

.container .loginandregister .logintype .othertype p {
    font-size: 20px;
    margin: 35px 0;
}

.container .loginandregister .logintype .othertype .typelist {
    width: 352px;
    margin: 0 auto;
}

.container .loginandregister .logintype .othertype .typelist .weixin {
    background: #15bf20;
}

.container .loginandregister .logintype .othertype .typelist .xinlang {
    background: #fd5838;
    margin: 0 8px;
}

.container .loginandregister .logintype .othertype .typelist .QQ {
    background: #43b5f4
}

.container .loginandregister .logintype .othertype .typelist .weixin,
.container .loginandregister .logintype .othertype .typelist .xinlang,
.container .loginandregister .logintype .othertype .typelist .QQ {
    border-radius: 5px;
    padding: 9px 20px;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    float: left;
}

.container .loginandregister .logintype .othertype .typelist .logintitle {
    margin-left: 5px;
}

.iconfont {
    vertical-align: middle
}

.authen {
    font-size: 20px;
    color: #313131;
    margin: 55px 0;
}


/* 登录 */

.container .loginandregister .logintype .input {
    width: 352px;
    height: 45px;
    border-radius: 15px;
    border: solid 1px #ddd;
    margin-bottom: 15px;
    line-height: 40px;
    text-indent: 1em;
}

.container .loginandregister .logintype .input::placeholder {
    color: #ccc;
}

.container .loginandregister .zhuce {
    font-size: 16px;
    color: #ccc;
}

.itemtype a.fp {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #ccc;
    padding-right: 24px;
}


/* 注册 */

.inputfont .inputyzm {
    width: 50%;
    border: solid 1px #ccc;
    height: 45px;
    border-radius: 15px;
    text-indent: 1em;
    margin-right: 10px
}
.inputfont img{
    width: 152px; height: 45px;
    background: #f5f5f5;
    vertical-align: baseline
}

input#getregyzm {
    width: 38%;
    height: 45px;
    background: #4991f7;
    color: #fff;
    border-radius: 10px;
}