body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

button,
input {
    border: 0;
    background: 0;
    -webkit-appearance: none;
    outline: 0;
}

.login-line {
    background: url("../images/login/login-bg.jpg") no-repeat center center;
    background-size: cover;
}

.login-line-center {
    padding: 70px 0 90px 0;
    overflow: hidden;
}

.login-line-left {
    float: left;
    width: 50%;
    padding: 70px 0;
    text-align: center;
}

.login-text {
    display: inline-block;
}

.login-text h2 {
    font-size: 40px;
    color: #444444;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
}

.login-text-list {
    width: 320px;
    overflow: hidden;
    margin-top: 15px;
}

.login-text-list li {
    float: left;
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 26px;
    font-size: 16px;
    color: #444444;
    background: url("../images/login/icon-list.png") no-repeat left center;
    text-align: left;
}

.login-line-right {
    float: left;
    width: 50%;
}

.login-box {
    width: 340px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    background: #ffffff;
    border: 1px solid #dddedf;
    overflow: hidden;
    position: relative;
}

.login-head {
    position: relative;
}

.login-head h2 {
    background-color: #f7f7f7;
    font-size: 16px;
    color: #222222;
    line-height: 50px;
    text-align: center;
}

.register-link {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    width: 67px;
    height: 50px;
    background: url("../images/login/bg-zc.png") no-repeat;
    text-indent: 30px;
}

.login-link {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    width: 67px;
    height: 50px;
    background: url("../images/login/bg-dl.png") no-repeat;
    text-indent: 10px;
}

.login-li.retrieve-password .login-ctt {
    padding: 30px 30px 8px;
}

.login-ctt {
    padding: 30px 30px 18px;
    min-height: 354px;
}

.login-row {
    position: relative;
    display: block!important;
}

.login-row.code-box {
    padding-right: 122px;
    position: relative;
}

.login-row.code-box button {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    display: block;
    line-height: 40px;
    background-color: #f1f1f1;
    color: #444444;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
}

.code-img {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    display: block;
    height: 42px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    overflow: hidden;
}

.code-img img {
    width: 100%;
    display: block;
    cursor: pointer;
}

.login-row>input {
    display: block;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 5px 10px 5px 34px;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    height: 42px;
}

.login-row>input.icon-phone {
    background: url("../images/login/icon-phone.png") no-repeat left center;
    background-position-x: 11px;
}

.login-row>input.icon-mm {
    background: url("../images/login/icon-mm.png") no-repeat left center;
    background-position-x: 11px;
}

.login-row>input.icon-yzm {
    background: url("../images/login/icon-yzm.png") no-repeat left center;
    background-position-x: 11px;
}

.login-row {
    margin-bottom: 12px;
}

.login-row label {
    float: left;
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
    margin: 0;
}

.login-row label input {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    background-color: #ececec;
    outline: none;
    margin: 0;
    margin-right: 5px;
    margin-top: -2px;
}

.login-row label input:checked {
    background: url("../images/login/icon-dg.png") no-repeat center center;
}

.login-row label input:focus {
    outline: none;
}

.forget-code {
    float: right;
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
}

.forget-code:hover {
    text-decoration: underline;
}

.login-p {
    font-size: 14px;
    line-height: 1.5;
    color: #888888;
    margin-bottom: 5px;
}

.login-p a {
    color: #56bceb;
}

.login-p a:hover {
    text-decoration: underline;
}

.login-btn {
    background-color: #0caef9;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    border-radius: 5px;
    box-shadow: 0 5px 5px #bee6f8;
}

.third-party-h {
    position: relative;
    margin: 20px 0;
    border-top: 1px solid #e4e4e4;
}

.third-party-h span {
    font-size: 14px;
    line-height: 20px;
    color: #c9c9c9;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    background: #fff;
    text-align: center;
}

.third-party {
    text-align: center;
    font-size: 0;
    height: 44px;
}

.third-party a {
    display: inline-block;
    width: 44px;
    height: 44px;
}

.third-party a.icon-wx {
    background: url("../images/login/icon-wx.png") no-repeat;
    background-size: 100%;
}

.third-party a.icon-qq {
    background: url("../images/login/icon-qq.png") no-repeat;
    background-size: 100%;
}

.third-party a+a {
    margin-left: 85px;
}

.password-hide {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    right: 0;
    background: url("../images/login/icon-yc.png") no-repeat center center;
    z-index: 1;
    cursor: pointer;
}

.is-hide {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    right: 0;
    background: url("../images/login/icon-byc.png") no-repeat center center;
    z-index: 1;
    cursor: pointer;
}

.password-hide.is-hide {
    background: url("../images/login/icon-byc.png") no-repeat center center;
}

.go-back {
    font-size: 16px;
    border: 1px solid #dedede;
    position: absolute;
    top: 11px;
    left: 8px;
    line-height: 26px;
    padding: 0 8px 0 18px;
    border-radius: 5px;
    background: url("../images/login/icon-back.png") no-repeat left center;
    background-position-x: 8px;
    background-color: #fff;
    color: #c0c0c0;
}

.login-li {
    float: left;
    width: 33.33%;
}

.login-scroll {
    width: 300%;
    position: relative;
    left: -100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}


/* 个人中心 */

.personal-banner {
    height: 90px;
    background: url("../images/login/bg-grzx.jpg") no-repeat top center;
    background-color: #1c68d6;
}

.personal-banner h1 {
    font-size: 28px;
    color: #d0eeff;
    font-weight: bold;
    line-height: 90px;
    padding: 0 210px;
}

.personal-banner h1 span {
    font-size: 18px;
    position: relative;
    top: 5px;
}

.personal-ctt {
    margin-top: 24px;
    overflow: hidden;
    padding-bottom: 110px;
}

.personal-slibar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f6fcff;
    border-radius: 5px;
    width: 200px;
}

.personal-ml {
    margin-left: 210px;
}

.personal-slibar-head {
    padding: 15px;
    border: 1px solid #ddeaf1;
    border-radius: 5px;
    border-bottom: 3px solid #0caef9;
}

.personal-slibar-head div {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
}

.personal-slibar-head div img {
    width: 100%;
}

.personal-slibar-nav {
    padding: 15px 0;
}

.personal-slibar-head p {
    font-size: 14px;
    color: #444444;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.personal-slibar-head a {
    background-color: #0caef9;
    color: #fff;
    display: block;
    width: 120px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    margin: 10px auto 0;
}

.personal-slibar-head a.no-click {
    cursor: default;
}

.personal-slibar-head a.no-click:hover {
    background-color: #0caef9;
    box-shadow: 0 0 0 transparent;
}

.personal-slibar-head {
    padding: 15px 0;
}

.personal-slibar-row {
    margin-bottom: 15px;
}

.personal-slibar-row h2 {
    padding: 0 5px 0 34px;
    font-size: 14px;
    color: #444444;
    line-height: 22px;
}

.personal-slibar-row h2.icon-grzx {
    background: url("../images/login/icon-grxx.png") no-repeat left center;
    background-position-x: 5px;
}

.personal-slibar-row h2.icon-wdfw {
    background: url("../images/login/icon-fwxx.png") no-repeat left center;
    background-position-x: 5px;
}

.personal-slibar-row ul li {
    padding: 8px 0;
}

.personal-slibar-row ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #444444;
    font-size: 14px;
    line-height: 34px;
    text-indent: 46px;
}

.personal-slibar-row ul li a:hover {
    color: #0caef9;
}

.personal-slibar-row ul li a.active {
    border: 1px solid #0caef9;
    border-radius: 4px;
    color: #0caef9;
    line-height: 32px;
    text-indent: 45px;
    position: relative;
}

.personal-slibar-row ul li a.active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #0caef9;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
}

.personal-info {
    padding: 8px 10px;
    border: 1px solid #ddeaf1;
    border-radius: 5px;
    background-color: #f6fcff;
}

.personal-h3 {
    font-size: 14px;
    line-height: 1.8;
    color: #444444;
    font-weight: bold;
}

.personal-info-box {
    border-top: 1px solid #ddeaf1;
    padding: 27px 40px;
    overflow: hidden;
}

.personal-info-left {
    width: 26%;
    float: left;
}

.personal-info-right {
    width: 74%;
    float: left;
}

.personal-info-left p {
    font-size: 14px;
    color: #444444;
    line-height: 2;
}

.personal-info-left p span {
    color: #888888;
}

.personal-info-left p a {
    color: #0caef9;
    display: inline-block;
    margin-left: 15px;
    display: none;
}

.personal-info-left p a:hover {
    text-decoration: underline;
}

.personal-info-right h4 {
    font-size: 14px;
    color: #444444;
    line-height: 2;
}

.personal-info-right ul {
    overflow: hidden;
    margin-bottom: -8px;
}

.personal-info-right ul li {
    float: left;
    width: 33.33%;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-bottom: 8px;
}

.personal-info-right ul li a {
    padding-left: 32px;
    display: block;
}

.personal-info-right ul li.converter a {
    background: url("../images/icons/icon_zhq.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.converter.Disable a {
    background: url("../images/icons/icon_zhq_h.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.convertermac a {
    background: url("../images/index/logo_big_21.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.convertermac.Disable a {
    background: url("../images/index/logo_big_21_hui.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.wendangfanyiqi a {
    background: url("../images/index/logo_big_22.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.wendangfanyiqi.Disable a {
    background: url("../images/index/logo_big_22_hui.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.editor a {
    background: url("../images/icons/icon_bjq.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.editor.Disable a {
    background: url("../images/icons/icon_bjq_h.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.ocr a {
    background: url("../images/icons/icon_ocr.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.ocr.Disable a {
    background: url("../images/icons/icon_ocr_h.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.printer a {
    background: url("../images/icons/icon_xlj.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.printer.Disable a {
    background: url("../images/icons/icon_xlj_h.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.caj a {
    background: url("../images/icons/icon_caj.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.caj.Disable a {
    background: url("../images/icons/icon_caj_h.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.compress a {
    background: url("../images/icons/icon_yasou.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.compress.Disable a {
    background: url("../images/icons/icon_yasou_h.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.voice a {
    background: url("../images/icons/icon_voice.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.voice.Disable a {
    background: url("../images/icons/icon_voice_h.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.mobileconverter a {
    background: url("../images/icons/icon_sjzhq.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.mobileconverter.Disable a {
    background: url("../images/icons/icon_sjzhq_h.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.mobilereader a {
    background: url("../images/icons/icon_ydq.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.mobilereader.Disable a {
    background: url("../images/icons/icon_ydq_h.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.mobileocr a {
    background: url("../images/icons/icon_ocr.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.mobileocr.Disable a {
    background: url("../images/icons/icon_ocr_h.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.mobilerecordings a {
    background: url("../images/icons/icon_luyin.png") no-repeat left center;
    background-size: 22px;
}

.personal-info-right ul li.mobilerecordings.Disable a {
    background: url("../images/icons/icon_luyin_h.png") no-repeat left center;
    background-size: 22px;
}

.info-modify {
    padding: 8px 10px;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    background-color: #f8f8f8;
    margin-top: 10px;
    min-height: 320px;
    display: none;
}

.info-modify.active {
    display: block;
}

.info-modify-ctt {
    border-top: 1px solid #e3e3e3;
    text-align: center;
    padding: 55px 0;
}

.info-modify-ctt.pd-t30-b30 {
    padding: 30px 0;
}

.info-modify-center {
    display: inline-block;
    position: relative;
}

.info-modify-line {
    overflow: hidden;
    padding-bottom: 18px;
}

.info-modify-line>h6 {
    float: left;
    width: 84px;
    font-size: 14px;
    text-align: right;
    color: #444;
    line-height: 40px;
    height: 40px;
}

.info-modify-mr {
    width: 280px;
    float: left;
    margin-left: 10px;
    position: relative;
}

.info-modify-mr .password-hide {
    height: 40px;
}

.info-modify-mr>input {
    display: block;
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 8px;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    border-radius: 4px;
    background-color: #fff;
    height: 40px;
}

.info-modify-line button.save-btn {
    background-color: #0caef9;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
}

.info-modify-line button.save-btn.no-click {
    background-color: #a1a1a1;
    color: #fff;
    cursor: default;
}

.info-modify-line button.save-btn.no-click:hover {
    box-shadow: 0 0 0 transparent;
    background-color: #a1a1a1!important;
}

.info-modify-mr.email-box {
    position: relative;
    padding-right: 120px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.info-modify-mr>button.get-code {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    display: block;
    line-height: 38px;
    background-color: #f1f1f1;
    color: #444444;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    margin-top: 0;
}

.personal-ctt-center {
    position: relative;
}

.email-box .code-img {
    height: 40px;
}

.binding-btn {
    background-color: #0caef9;
    color: #fff;
    display: block;
    width: 45%;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    /* box-shadow: 0 5px 5px #bee6f8; */
    margin-top: 20px;
    float: left;
}

.reset-btn {
    background-color: #bbbbbb;
    color: #fff;
    display: block;
    width: 45%;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    /* box-shadow: 0 5px 5px #bee6f8; */
    margin-top: 20px;
    margin-left: 10%;
    float: left;
}

.buy-Record {
    width: 96%;
    margin: 0 auto;
}

.buy-Record tr td {
    border: 1px solid #d4d4d4;
    padding: 10px;
    font-size: 14px;
    color: #444444;
    text-align: center;
}

.buy-Record tr td p.vip-type {
    text-align: left;
    padding-left: 50px;
    line-height: 20px;
    min-height: 40px;
}

.buy-Record tr td p.vip-type.converter {
    background: url("../images/index/logo_big_1.png") no-repeat left center;
    background-size: 40px;
}

.buy-Record tr td p.vip-type.editor {
    background: url("../images/index/logo_big_2.png") no-repeat left center;
    background-size: 40px;
}

.buy-Record tr td p.vip-type.ocr {
    background: url("../images/index/logo_big_3.png") no-repeat left center;
    background-size: 40px;
}

.buy-Record tr td p.vip-type.printer {
    background: url("../images/index/logo_big_4.png") no-repeat left center;
    background-size: 40px;
}

.buy-Record tr td p.vip-type.Onlineconverter {
    background: url("../images/index/logo_big_5.png") no-repeat left center;
    background-size: 40px;
}

.buy-Record tr td p.vip-type.compress {
    background: url("../images/index/logo_big_7.png") no-repeat left center;
    background-size: 40px;
}

.buy-Record tr th {
    border: 1px solid #d4d4d4;
    padding: 10px;
    font-size: 14px;
    color: #444444;
    background-color: #eeeeee;
}

.info-modify-ctt .index-dwon-list {
    text-align: left;
}

.info-modify-ctt .index-dwon-list li {
    width: 50%;
}

.info-modify-ctt .index-dwon-list li a.index-dwon-btn {
    margin-left: 0;
}

.grayimg {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #fff!important;
}

.Tips-p {
    position: absolute;
    top: 60px;
    left: 30px;
    font-size: 12px;
    line-height: 12px;
    color: #ff0000;
    display: none;
}

.Tips-p.change-password,
.Tips-p.change-info,
.Tips-p.bind-phone {
    top: -30px;
    left: 94px;
}


/*  */

.add-img {
    width: 200px;
    height: 200px;
    background: url("../images/login/add-img.png") no-repeat center center;
    position: relative;
    overflow: hidden;
}

.add-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    background: #fff;
}

.add-img-file,
.webuploader-element-invisible {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px!important;
    height: 200px!important;
    opacity: 0;
    filter: alpha(opacity=0);
}

.add-img-file>div {
    width: 200px!important;
    height: 200px!important;
}

.webuploader-element-invisible {
    z-index: 3;
}

.img-ask {
    margin-top: 10px;
}

.img-ask p {
    font-size: 14px;
    color: #444444;
    line-height: 1.8;
    text-align: left;
}

.personal-slibar-head a:hover,
.info-modify-line button.save-btn:hover,
.binding-btn:hover {
    background-color: #26bcfe;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.23);
}

.reset-btn:hover {
    background-color: #b6b6b6;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.23);
}

.search-empty {
    padding: 60px 0;
    width: 100%;
}

.search-empty img {
    display: block;
    margin: 0 auto;
}

.search-empty p {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 1.5;
    margin-top: 10px;
}

.vip-height {
    height: 93px;
}

@media (max-width: 1240px) {
    .personal-info-left {
        width: 100%;
        overflow: hidden;
    }
    .personal-info-left p {
        width: 33.33%;
        float: left;
    }
    .personal-info-right {
        width: 100%;
    }
    .info-modify-ctt .index-dwon-list li div p {
        min-height: 21px;
    }
    .info-modify-ctt .index-dwon-list li div h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .vip-height {
        height: 132px;
    }
}

@media (max-width: 1000px) {
    .personal-info-left p {
        width: 50%;
        float: left;
    }
    .personal-info-right ul li {
        width: 50%;
    }
    .info-modify-ctt .index-dwon-list li div p {
        min-height: 42px;
    }
}

@media (max-width: 750px) {
    .login-line-left {
        display: none;
    }
    .login-line-right {
        width: 100%;
    }
    .login-box {
        margin: 0 auto;
        max-width: 100%;
    }
    .personal-slibar {
        width: 150px;
    }
    .personal-ml {
        margin-left: 160px;
    }
    .info-modify-ctt .index-dwon-list li {
        width: 100%;
    }
    .personal-info-left p {
        width: 100%;
    }
    .personal-info-right ul li {
        width: 100%;
    }
    .info-modify-ctt .index-dwon-list li div h3 {
        white-space: normal;
    }
}

@media (max-width: 600px) {
    .info-modify-mr {
        width: 200px;
    }
}

.post-loading {
    padding: 10% 0;
}

@media (min-height: 1040px) {
    .site-footer {
        position: fixed;
        width: 100%;
        bottom: 0;
    }
    .login-line {
        height: calc( 100vh - 358px);
        background: url(../images/login/login-bg1.jpg) no-repeat center center;
        background-size: cover;
    }
}