.third_login{width: 100%;}
.third_login_content{    width: 1200px;
    margin: 0 auto;
}
.third_login_content li{
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    float: left;
    padding: 50px 40px;
    text-align: center;
    border-radius: 10px;
    box-shadow: none;
    border: 2px solid #ecf3fd;
    transition: all 0.3s;
}


.third_login_content li:hover {
    -webkit-box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
    box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
}
.third_login_content .header{text-align: center;width: 80px;}
.third_login_content .title{text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    margin: 0.3em 0 0.7em;
    color: #102541;}
.third_login_content .desc{color: #57667e;
    line-height: 1.56em;}
.third_login_content .go_to{
    width: 200px;
    height: 40px;
    display: block;
    margin: 0 auto;
    color: #f96a69;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #f96a69;
    transition: all .2s;
    margin-top: 20px;
}
.third_login_content .go_to:hover {
    background: #f96a69;
    color: #fff;
}
.third_login{
    /*min-height: 700px;*/
    margin-top: 50px;
   }
.aui-content-up {
    background: #FFF;
    border-radius: 2px;
    padding: 10px 24px 1px 24px;
    width: 900px;
    margin: 0 auto;
}
.person-info{margin-top: 50px;width: 600px}
.aui-content-up-form h2 {
    color: #F45858;
    border-bottom: 2px solid #F45859;
    font-size: 16px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
}
.aui-form-group {
    padding-top: 20px;
}
.aui-label-control {
    display: inline-block;
    width: 140px;
    margin-bottom: 5px;
    min-width: 80px;
    padding-right: 10px;
    line-height: 35px;
    position: relative;
    float: left;
    text-align: right;
}
.aui-label-control em {
    color: #F45858;
    font-style: normal;
}
.aui-form-input {
    float: left;
    width: 470px;
    position: relative;
}
.aui-form-control-two {
    display: block;
    width: 100%;
    height: 36px;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #222;
    background-color: #fff;
    border: 1px solid #b3cef9;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.aui-form-input .tips {
    position: absolute;
    top: 8px;
    color: #999;
    width: 350px;
    left: 476px;
}
.aui-photo {
    padding: 15px;
    border-radius: 3px;
    border: 1px dashed #b3cef9;
}
.aui-label-control span {
    display: block;
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 20px;
    right: 23px;
}
.aui-photo .aui-file-up {
    position: relative;
}
.fl {
    float: left;
}
.aui-content-img-box .aui-up-img .aui-file-up {
    width: 130px;
    height: 130px;
}
.aui-file-up .add-img {
    display: block;
    width: 130px;
    height: 130px;
    border: 1px dashed #ddd;
    border-radius: 3px;
}
.aui-file-up .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    cursor: pointer;
}
.aui-form-group-text {
    padding: 20px 20px 20px 80px;
}
.aui-form-group-text h3 {
    font-size: 13px;
    padding-bottom: 4px;
}
.aui-form-group-text p {
    font-size: 12px;
    color: #999;
}
.aui-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    max-height: 38px;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.aui-btn-account {
    background: #F45858;
    color: #FFF;
    border-radius: 2px;
    padding: 7px 20px;
    font-size: 12px;
}
.aui-btn-default {
    margin: 10px auto;
    border-radius: 2px;
    min-height: 64px;
    padding-top: 15px;
    padding-right: 50px;
    text-align: left;
    padding-left: 110px;
}
.aui-form-control {
    display: block;
    width: 100%;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #999;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 90px;
    resize: none;
    border: 1px solid #b3cef9;
}
.aui-content-up-form{margin: 20px auto}
