.container {
    width: 1000px;
    padding-bottom: 100px;
}
.main {
    background: url(/page/css/images/authorBg.png) no-repeat;
    background-position: center center;
    width:100%;
    background-size: 100% 100%;
}
.authorTitle {
    padding: 54px 0 42px 0;
    color: #fff;
    font-size: 23px;
}

.infoList .infoListItem {
    background: #fff;
    margin-bottom: 23px;
}
.infoList .infoListItem .infoListItemTitle {
    position: relative;
    height: 50px;
    line-height: 50px;
}
.infoList .infoListItem .infoListItemTitle span {
    color: #333;
    font-size: 16px;
}
.infoList .infoListItem .infoListItemTitle .dataLink {
    display: inline-block;
    padding: 0 0 0 20px;
    font-weight: bold;
}
.infoList .infoListItem .infoListItemTitle .break {
    padding: 0 15px;
}
.infoList .infoListItem .infoListItemTitle .dataLink a {
    font-size: 18px;
}
.infoList .infoListItem .infoListItemTitle span a {
    color: #333;
}
.changePwd {
    display: inline-block;
    width: 86px;
    height: 29px;
    border: 1px solid #da3f3f;
    border-radius: 2px;
    float: right;
    margin: 12px 12px 0 0;
    color: #da3f3f;
    background: #fff;
}
.changePwd:focus {
    outline: none;
}
.infoList .infoListItem .infoListItemContent {
    border-top: 0px;
    padding-bottom: 10px;
    overflow: hidden;
}
.infoList .infoListItem .infoListItemContent .listItem {
    margin-left:25px;
    overflow: hidden;
    margin-bottom: 7px;
}
.infoList .infoListItem .infoListItemContent .listItem .database {
    float: left;
    width: 760px;
    margin-left: 28px;
    line-height: 40px;
}
.infoList .infoListItem .infoListItemContent .listItem .database span {
    display: inline-block;
    width: 90px;
    text-align: left;
    color: #333333;
    font-weight: bold;
}
.card {
    display: inline-block;
    width: 175px;
    height: 85px;
    float: left;
}
.all .card {
    background: url(/page/css/images/authorAll.png) no-repeat;
}
.portion .card{
    background: url(/page/css/images/authorPortion.png) no-repeat;
}
.not .card{
    background: url(/page/css/images/authorNot.png) no-repeat;
}
.expire .card{
    background: url(/page/css/images/authorExpire.png) no-repeat;
}
#handlerChangeTitle {
    background-color: #417dc9;
    border: 0px;
    color: #fff;
}
#handlerChangeTitle span{
    color: #fff;
}
#handlerChangeTitle span a {
    color: #fff;
    text-decoration: underline;
}
.search-list .search-result .search-title .search-input .i-icon{
    background: url(/page/css/images/delete_icon.png) no-repeat;
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 260px;
    margin-top: -26px;
}
.layui-layer-title {
    background: #3a65c0;
    color: #ffffff;
    border: 1px solid #fff;
}
.fogotPwd {
    margin: 10px;
}
.fogotPwd .pwdError {
    background: url(/page/css/images/authorError.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
}
.fogotPwd .errorTitle {
    color: #fe6a21;
}
.pwdInput {
    margin-left: 18px;
    width: 500px;
    text-align: center;
    padding-top: 5px;
}
.pwdInput span {
    margin-right: 14px;
}
.pwdInput .pwdConfirm {
    margin-left: -12px;
}
.pwdInput input {
    width: 252px;
    height: 32px;
}
.pwdTitle, .pwdNewTitle, .pwdSecondTitle,.pwdNew {
    width: 200px;
    text-align: left;
    height: 20px;
    margin-left: 180px;
    color: #f80000;
}
.layui-layer-page .layui-layer-btn {
    text-align: center;
    padding-top: 0;
}
.layui-layer-btn .layui-layer-btn0 {
    margin-left: 45px;
    width: 80px;
    height: 32px;
    background-color: #3a65c0;
    border-radius: 2px;
}
.layui-layer-btn .layui-layer-btn1 {
    margin-left: 25px;
    width: 80px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #3a65c0;
}
.successIcon {
    position: absolute;
    top: 54px;
    right: 95px;
    display: inline-block;
    background: url(/page/css/images/authorSuccess.png) no-repeat;
    width: 16px;
    height: 16px;
}
.errorIcon {
    position: absolute;
    top: 54px;
    right: 95px;
    display: inline-block;
    background: url(/page/css/images/authorErrorIcon.png) no-repeat;
    width: 16px;
    height: 16px;
}
.layer-anim {
    top: 286px !important;
}
.container .layui-layer-content {
    height: 229px !important;
}