.main-contentbak {
    background: url(/ContentMain/Images/body-bg.png) no-repeat right bottom;
}

.progress-item {
    width: 52px;
    height: 52px;
    line-height: 52px;
    border: 0 none;
    box-shadow: 0 0 0 7px rgba(209, 209, 209, .2);
}

.progress-item.done {
    background: #278ff0;
    border: 0 none;
    box-shadow: 0 0 0 7px rgba(39, 143, 240, .2);
}

.progress-item div {
    height: 13px;
    width: 400%;
    right: -400%;
}

.progress-item.done div {
    background: url('/ContentMain/Images/progress.png') left 0 repeat-x #fafafa;
    -webkit-animation: progressDone 5s linear infinite;
    /* animation: progressDone 5s linear infinite; */
}

/*.buyvipnologin span,.buyvip span {
    width: 9px;
    height: 11px;
    background: url('/ContentMain/Images/hotservice.png') no-repeat center center;
    top: 0;
    right: -11px;
}*/

.hero-top-right {
    font-size: 14px;
}

.language img {
    margin-left: 15px;
}

.language select {
    border-radius: 5px;
    border-color: #278ff0;
}

.hero-func {
    color: #2ea1ef;
}

.hero-func p {
    color: #333;
    margin-top: 0;
    padding-top: 6px;
}

.hero-tips {
    padding: 0;
}

.hero-tips span {
    border: 0 none;
}

.operation-warning {
    color: #454545;
    position: relative;
    padding-left: 30px;
}

.operation-warning:after, .downtips :after, .videocut:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2ea1ef;
    position: absolute;
    left: 9px;
    top: 10px;
}

.downtips,.videocut {
    background: #f9f9f9;
    border: 0 none;
    position: relative;
    padding-left: 30px;
}

.downtips :after,.videocut:after {
    top: 23px;
}

.downtips a {
    margin: 0;
    padding: 0;
}

.videocut {
    margin-bottom: 12px;
}

.checkbox {
    margin-top: 7px\0;
    height: 19px;
    background: url(/ContentMain/Images/check.png) no-repeat;
    border: 0 none;
}

.settings-options.chosen .checkbox {
    background: url(/ContentMain/Images/checked.png) no-repeat;
}
.settings-options.chosen-off .checkbox {
    background: url(/ContentMain/Images/checked-off.png) no-repeat;
}

.settings-options.chosen .checkbox em {
    display: none;
}

.side-menu-items .side-menu-item img {
    padding-top: 4px;
    padding-left: 2px;
}

.side-menu-items .side-menu-item img.icon_new {
    padding-top: 6px;
    padding-left: 2px;
}

.side-menu-items .side-menu-item h4 {
    border-bottom: 0 none;
    width: 100%;
    text-align: center;
    margin-left: 0;
    line-height: 50px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}

.hero-tips p a {
    color: #333;
}

.hero-tips p a:hover {
    color: #3ea9f2;
}

.hero-tips p a span {
    font-size: 14px;
}

.hero-tips span {
    font-size: 18px;
    padding-bottom: 10px;
}

.hero-tips span h2 {
    font-size: 18px;
    display: inline;
    font-weight: bold;
    color: #2ea1ef;
    vertical-align: middle;
}

@media (max-width: 970px) {
    .progress-item div {
        width: 290%;
        right: -290%;
    }
}

@media (max-width: 880px) {
    .progress-item div {
        width: 250%;
        right: -250%;
    }
}

@media (max-width: 800px) {
    .progress-item div {
        width: 200%;
        right: -200%;
    }
}

@media (max-width: 640px) {
    .progress-item div {
        width: 250%;
        right: -250%;
    }
}

@media (max-width: 530px) {
    .progress-item div {
        width: 200%;
        right: -200%;
    }
}

@media (max-width: 430px) {
    .progress-item div {
        width: 150%;
        right: -150%;
    }
}

@media (max-width: 330px) {
    .progress-item div {
        width: 100%;
        right: -100%;
    }
}

@media (max-width: 890px) {
    .footer {
        padding-top: 0;
    }
    .footer .container {
        display: none;
    }
}

.side-menu-items .side-menu-item a.current, .side-menu-items .side-menu-item.current a, .side-menu-items .side-menu-item a:hover {
    text-decoration: none;
    position: relative;
}

.side-menu-items .side-menu-item a.current span:before, .side-menu-items .side-menu-item.current a span:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #278ff0;
    position: absolute;
    left: 10px;
    top: 16px;
}

/*以下部分为新增修改*/

.settings div.pdflink p.pradio input[type="radio"] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: relative;
    z-index: 10;
}

.settings div.pdflink p.pradio span {
    width: 18px;
    height: 19px;
    background: url(/ContentMain/Images/checked.png) no-repeat;
    display: block;
    top: 4px;
    z-index: 9;
}

.settings div.pdflink p.pradiochecked span {
    background-image: url(/ContentMain/Images/checked.png);
}

.top-tips span, .downtips a, .hero-tips .down-btn a, .hero-tips .down-btn span.abbranchvip {
    border: 0 none;
    display: inline-block;
    background: #278FF0;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    width: auto;
    padding: 0 16px;
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    margin: 0 4px;
}

.top-tips:hover span, .top-tips span:hover, .downtips a:hover, .tdowntips span:hover, .hero-tips .down-btn a:hover {
    background: #065fb1;
}

.top-tips:active span, .top-tips span:active, .downtips a:active, .tdowntips span:active, .hero-tips .down-btn a:active {
    background: #065fb1;
    font-weight: 700;
}

.top-tips span {
    position: relative;
}

.hero-tips .down-btn a:hover {
    color: #fff;
}

/*网站底部样式*/

.footer {
    background: #393939;
    color: #fff;
    font-size: 14px;
}

.footer a {
    color: #fff;
}

.footer .footer-main {
    padding-top: 40px;
    margin-bottom: 50px;
}

.footer .footer-main ul {
    float: left;
    padding-left: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .footer-main ul.footer-guide {
    margin-right: 125px;
}

.footer .footer-main ul.hotfunction {
    margin-right: 105px;
}

.footer .footer-main ul.footer-scan {
    padding-left: 80px;
    text-align: center;
}

.footer .footer-main span {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer .footer-main li {
    line-height: 28px;
}

.footer .footer-profile p {
    padding: 0 120px;
    text-align: center;
    line-height: 28px;
}

.footer .copyright {
    text-align: center;
    line-height: 28px;
    padding-top: 10px;
}

.footer .copyright span {
    display: block;
}

.footer a.qq-link {
    display: inline-block;
    line-height: 1;
    padding: 4px 16px;
    font-size: 12px;
    background: #3ea6ee;
    border-radius: 10px;
}

.footer .footer-main .choselanguage {
    width: 120px;
    height: 22px;
}

@media (max-width:1440px) {
    .container {
        width: 1170px;
    }
}

@media (max-width:1170px) {
    .container {
        width: 100%;
    }
    .footer .footer-main ul {
        width: 25%;
        padding-left: 30px;
    }
    .footer .footer-main ul.footer-guide, .footer .footer-main ul.hotfunction {
        margin-right: 0;
    }
}

@media (max-width:768px) {
    .footer {
        padding-top: 15px;
    }
    .footer .footer-main {
        display: none;
    }
    .footer .footer-profile p {
        padding: 0 20px;
    }
}

/*预留邮箱--开始
.sendfor-email {
    width: 98%;
    padding: 0px;
    margin: 0px auto 16px auto;
}

    .sendfor-email label {
        width:auto;
        padding: 0px;
        margin: 0px;
        line-height: 26px;
        display: block;
    }

        .sendfor-email label i {
            display: block;
            height:16px;
            width:16px;
            margin:5px 6px 0px 0px;
            background:url(/ContentMain/foremail/check.png) no-repeat 0px 0px;
            float:left;
            clear:none;
        }

        .sendfor-email label i.checked {
            background:url(/ContentMain/foremail/checked.png) no-repeat 0px 0px;
        }

    .sendfor-email .email-area {
        display:none;
        width: 100%;
        height: 36px;
        border: solid 1px #ccc;
        background:url(/ContentMain/foremail/email.png) no-repeat 5px 12px;
        box-sizing: border-box;
        overflow:hidden;
        background-color:#f9f9f9;
    }

        .sendfor-email .email-area input {
            height: 26px;
            line-height: 26px;
            width: 96%;
            outline: 0;
            margin-left:30px;
            box-shadow: none;
            -webkit-box-shadow:none;
            box-sizing: border-box;
            margin-top:5px;
            border:none;
            background-color:#f9f9f9;
        }
预留邮箱--结束*/

.settings .fordocmail {
    width: 70%;
    font-size: 14px;
    padding: 6px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

@media (max-width: 640px) {
    .settings .fordocmail {
        margin-left: 10%;
    }
}

/*预览PDF*/

.pdfpreview-content {
    position: relative;
    background: url(/ContentMain/pdfmerge/images/loader-preview.gif) center no-repeat;
    padding: 10px 0 50px;
    margin: 0 auto;
    width: 107px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.pdfpreview-content canvas {
    display: block;
    margin: 0 auto;
}

/*pdf密码*/

.modal-file-password {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    display: none;
}

.modal-file-password .modal-content {
    display: none;
    width: 480px;
    position: absolute;
    left: 50%;
    top: 38%;
    margin-left: -240px;
    background-color: #fff;
    padding: 30px 35px 20px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.modal-file-password .modal-content .close{
    width: 52px;
    height:52px;
    position: absolute;
    top:0;
    right:0;
    background: url("./Images/menber/ico_close_normal.png") no-repeat center center;
    cursor: pointer;
}
.password-tips{
    font-size: 14px;
    color:#DB3A3A;
    line-height: 20px;
    margin-top:10px;
    visibility: hidden;
    height:20px;
}
.modal-file-password .modal-content h3{
    font-size: 22px;
    color:#333333;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}
.modal-file-password .modal-content .input-button{
    margin-top:14px;
    font-size: 0;
}
.modal-file-password .modal-content input {
    display: inline-block;
    width: 75%;
    border: solid 1px #CCCCCC;
    height: 40px;
    padding: 4px 10px;
    box-sizing: border-box;
    border-radius: 4px;
    outline: none;
}



.modal-file-password .modal-content .modal-title {
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
    color:#666666;
    line-height: 20px;
    margin-top:20px;
}

.modal-file-password .modal-content .buttonRow {
    text-align: center;
    display: inline-block;
    width:20%;
    margin-left: 5%;
}

.modal-file-password .modal-content .buttonRow p {
    display: block;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    line-height: 40px;
    border-radius: 6px;
    background-color: #278FF0;
}

.modal-content .buttonRow p:hover {
    background-color: #369bf2;
}

.pagenametag {
    font-size: 18px;
    color: #2ea1ef;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    background: url(/ContentMain/Images/icon-pagename.png) no-repeat center left;
    padding-left: 30px;
}

.menu_mark {
    width: 100%;
    background: url('/ContentMain/Images/bg_menumask.png');
    position: absolute;
    left: 0px;
    top: 120px;
    display: none;
    z-index: 11;
}

.nonerowlogin {
    background-color: #278FF0 !important;
    display: inline-block !important;
    width: 60px !important;
    height: 26px !important;
    line-height: 26px !important;
    margin: 0px !important;
}

.wordtopdfocrtips {
    position: absolute;
    left: 82px;
    top: -10px;
    width: 372px;
    z-index: 103;
    display: none;
}

.wordtopdfocrtips p {
    height: 26px;
    line-height: 26px;
    float: left;
    clear: none;
}

.wordtopdfocrtips p.picon {
    background: url(/ContentMain/Images/pic_biaojiao.png) no-repeat left bottom;
    width: 6px;
    height: 26px;
    font-size: 12px;
    float: left;
    clear: none;
}

.wordtopdfocrtips p.ptext {
    width: 360px;
    font-size: 13px;
    float: left;
    padding-left: 6px;
    text-align: left;
    clear: none;
    color: #fff;
    height: 26px;
    line-height: 26px;
    background-color: rgba(39, 143, 240, 1);
    border-radius: 7px 7px 7px 0px;
    overflow: hidden;
}

@media(max-width: 480px) {
    .modal-file-password .modal-content{
        width:100%;
        left: 0;
        margin-left: 0;
    }
}