﻿@charset "utf-8";

.box-sizing {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

body, button, input, select, textarea {
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif,Verdana,"宋体";
    font-size: 14px;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    color: #2e3233;
    background-color: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, main {
    display: block;
}

html, body, ul, ol, li, dl, dt, dd, hr, pre, h1, h2, h3, h4, h5, h6, form, th, td, input, button, p, blockquote, fieldset, legend, textarea {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

hr {
    border: none;
    border-top: 1px solid #eee;
    *border-width: 0;
}

pre, code {
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

fieldset {
    border: 1px solid #ddd;
}

legend small {
    color: #999;
}

textarea {
    overflow: auto;
    vertical-align: top;
    height: auto;
}

ul, li, ol {
    list-style: none;
}

    ul.inline, ol.inline {
        font-size: 0;
    }

        ul.inline > li, ol.inline > li {
            display: inline-block;
            *display: inline;
            *zoom: 1;
        }

a {
    color: #2b78e4;
    text-decoration: none;
    background-color: transparent;
}

    a:active, a:hover, a:focus {
        outline: 0;
    }

    a:hover {
        color: inherit;
        -webkit-transition: color .15s linear,background-color .3s linear;
        -moz-transition: color .15s linear,background-color .3s linear;
        -ms-transition: color .15s linear,background-color .3s linear;
        -o-transition: color .15s linear,background-color .3s linear;
        transition: color .15s linear,background-color .3s linear;
    }

    a:link {
        cursor: pointer;
    }

button, input {
    *overflow: visible;
    line-height: normal;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        border: solid 1px #eee\9;
        outline: 0\9;
    }

    select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
        cursor: pointer;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

    textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
        outline: none\9;
        border-width: 1px\9;
        border: 1px solid #ccc;
        background-color: #fff;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border linear .2s,box-shadow linear .2s;
        -moz-transition: border linear .2s,box-shadow linear .2s;
        -o-transition: border linear .2s,box-shadow linear .2s;
        transition: border linear .2s,box-shadow linear .2s;
    }

    select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
        outline: 0;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
        border-color: rgba(82,168,236,.8);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    }

    input[type="radio"], input[type="checkbox"] {
        line-height: normal;
        margin: 4px 0 0;
        margin-top: 1px \9;
        *margin-top: 0;
    }

    input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
        width: auto;
    }

    select, input[type="file"] {
        height: 30px;
        line-height: 30px;
        *margin-top: 4px;
    }

select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: none\9;
    margin: -1px\9;
}

    select[multiple], select[size] {
        height: auto;
    }

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

input, textarea, {
    margin-left: 0;
}

    input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
        background-color: #eee;
    }

    input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="submit"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
        background-color: transparent;
    }

    input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
        color: #b94a48;
        border-color: #ee5f5b;
    }

        input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
            border-color: #e9322d;
            -webkit-box-shadow: 0 0 6px #f8b9b7;
            -moz-box-shadow: 0 0 6px #f8b9b7;
            box-shadow: 0 0 6px #f8b9b7;
        }

    input.search-query, input.text {
        padding-right: 14px;
        padding-right: 4px \9;
        padding-left: 14px;
        padding-left: 4px \9;
        margin-bottom: 0;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }

.row:before, .row:after, .clearfix, .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after {
    display: table;
    content: " ";
}

    .row:after, .clearfix:after, .container:after, .container-fluid:after {
        clear: both;
        display: block;
        visibility: hidden;
        content: '';
        height: 0;
        font-size: 0;
    }

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

.container {
    width: 1024px\9;
    *zoom: 1;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width:1200px) {
    .container;

{
    width: 1170px;
}

}

@media(max-width:1200px) {
    .container;

{
    width: 970px;
}

}

@media(max-width:968px) {
    .container;

{
    width: 90%;
}

}

@media(max-width:800px) {
    .container;

{
    width: 100%;
}

}

.row {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

@media(max-width:800px) {
    .row;

{
    width: 96%;
}

}

@media(max-width:640px) {
    .row;

{
    width: 100%;
}

}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-20 {
    min-height: 1px;
    float: left;
    position: relative;
}

.col-20 {
    width: 20%;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
    width: 91.5%\9;
}

.col-10 {
    width: 83.33333333%;
    width: 83.2%\9;
}

.col-9 {
    width: 75%;
    width: 74.9%\9;
}

.col-8 {
    width: 66.66666667%;
    width: 66.5%\9;
}

.col-7 {
    width: 58.33333333%;
    width: 58.2%\9;
}

.col-6 {
    width: 50%;
    width: 49.9%\9;
}

.col-5 {
    width: 41.66666667%;
    width: 41.5%\9;
}

.col-4 {
    width: 33.33333333%;
    width: 33.2%\9;
}

.col-3 {
    width: 25%;
    width: 24.9%\9;
}

.col-2 {
    width: 16.66666667%;
    width: 16.5%\9;
}

.col-1 {
    width: 8.33333333%;
    width: 8.2%\9;
}

@media(max-width:640px) {
    .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-20;

{
    width: 100%;
}

}

.children-fr > [class^=col] {
    float: right;
}

.right {
    float: right;
}

.left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.inline {
    font-size: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.filter {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}

.html-gray {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
}

.opacity {
    opacity: .9;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.text-limit {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: normal;
    word-wrap: break-word;
    white-space: nowrap;
    word-break: break-all;
}

.text-inner {
    width: 200px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.text-multiple {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.margin-bottom-10px {
    margin-bottom: 10px;
    *height: 1px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
    *height: 1px;
}

.margin-bottom-30px {
    margin-bottom: 30px;
    *height: 1px;
}

.margin-bottom-40px {
    margin-bottom: 40px;
    *height: 1px;
}

.margin-bottom-50px {
    margin-bottom: 50px;
    *height: 1px;
}

.margin-bottom-60px {
    margin-bottom: 60px;
    *height: 1px;
}

.margin-bottom-80px {
    margin-bottom: 80px;
    *height: 1px;
}

.margin-bottom-120px {
    margin-bottom: 120px;
    *height: 1px;
}

.padding-bottom-10px {
    padding-bottom: 10px;
    *height: 1px;
}

.padding-bottom-20px {
    padding-bottom: 20px;
    *height: 1px;
}

.padding-bottom-30px {
    padding-bottom: 30px;
    *height: 1px;
}

.padding-bottom-40px {
    padding-bottom: 40px;
    *height: 1px;
}

.wrap {
    display: block;
}

.wrap-56 {
    width: 56%;
}

.wrap-92 {
    width: 92%;
}

.wrap-80 {
    width: 80%;
}

.wrap-60 {
    width: 60%;
}

.wrap-65 {
    width: 65%;
}

.wrap-70 {
    width: 70%;
}

.wrap-75 {
    width: 75%;
}

.wrap-78 {
    width: 78%;
}

.wrap-96 {
    width: 96%;
}

.wrap-97 {
    width: 97%;
}

.wrap-98 {
    width: 98%;
}

.h-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form-error, .form-notice, .form-info, .form-success {
    padding: 5px 10px;
    border: solid 1px #ddd;
}

.form-error {
    color: #8a1f11;
    border-color: #fbc2c4;
    background-color: #fbe3e4;
}

.form-notice {
    color: #514721;
    border-color: #ffd324;
    background: #fff6bf;
}

.form-info {
    color: #205791;
    border-color: #92cae4;
    background-color: #d5edf8;
}

.form-success {
    color: #264409;
    border-color: #c6d880;
    background-color: #e6efc2;
}

.text-28px {
    font-size: 28px;
}

.text-24px {
    font-size: 24px;
}

.text-22px {
    font-size: 22px;
}

.text-20px {
    font-size: 20px;
}

.text-18px {
    font-size: 18px;
}

.text-16px {
    font-size: 16px;
}

.text-12px {
    font-size: 12px;
}

.indent-1em {
    text-indent: 1em;
}

.indent-2em {
    text-indent: 2em;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

@charset "utf-8";

.lay-left-side {
    overflow: hidden;
}

.left-side {
    float: left;
}

.bg-primary-light-blue {
    background-color: #eff9fd;
}

.bg-73 {
    background-color: #737373;
}

.text-primary {
    color: #3ea7e4;
}

.text-primary-hover {
    color: #02baf2;
}

.text-primary-red {
    color: #ee0808;
}

.itme-title {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 22px 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.itme-title-01 {
    margin-top: 0;
}

.top-tips {
    display: block;
    background-color: #f5f5f5;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
    color: #333;
    position: relative;
}

@media(max-width:1000px) {
    .top-tips;

{
    display: none;
}

}

.top-tips span {
    font-size: 16px;
    float: right;
    display: block;
    width: 120px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: solid 1px #cb3626;
    background: #d85a48\9;
    background: linear-gradient(to bottom,#ed6b4f 0%,#dd423d 100%);
    background: -webkit-linear-gradient(top,#ed6b4f 0%,#dd423d 100%);
    background: -moz-linear-gradient(top,#ed6b4f 0%,#dd423d 100%);
    background: -o-linear-gradient(top,#ed6b4f 0%,#dd423d 100%);
    box-shadow: inset 0 1px 0 #ffc4b6;
    -webkit-box-shadow: inset 0 1px 0 #ffc4b6;
    -moz-box-shadow: inset 0 1px 0 #ffc4b6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-shadow: 0 0 1px #ca2e21;
    -webkit-text-shadow: 0 0 1px #ca2e21;
    -moz-text-shadow: 0 0 1px #ca2e21;
}

.top-tips:hover {
    color: #278ff0;
}

    .top-tips:hover span, .top-tips span:hover {
        color: #fff;
        background: linear-gradient(to bottom,#dd423d 0%,#ed6b4f 100%);
        background: -webkit-linear-gradient(top,#dd423d 0%,#ed6b4f 100%);
        background: -moz-linear-gradient(top,#dd423d 0%,#ed6b4f 100%);
        background: -o-linear-gradient(top,#dd423d 0%,#ed6b4f 100%);
    }

.hero-top {
    height: 60px;
    line-height: 60px;
    position: relative;
    background-color: #fff;
}

    .hero-top.nav-is-visible {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }

.logo {
    width: 40%;
    float: left;
    font-size: 20px;
    color: #333;
}

@media(max-width:680px) {
    .logo;

{
    width: 40%;
    padding-left: 1rem;
}

}

@media(max-width:640px) {
    .logo;

{
    width: 60%;
    padding-left: 1rem;
}

}

.hero-top-right {
    padding-top: 19px;
    line-height: 22px;
    float: right;
}

    .hero-top-right img.vipicon {
        vertical-align: text-bottom;
        width: 20px;
        height: 22px;
    }

    .hero-top-right span.spvip {
        color: #f60;
    }

@media(max-width:1000px)and (min-width:640px) {
    .hero-top-right;

{
    position: relative;
    right: 40px;
}

.hero-top-right .language {
    display: none;
}

.login, .registerlink, .signout, .buyvip {
    margin-left: 8px;
    margin-right: 0;
    width: auto;
}

}

@media(max-width:640px) {
    .hero-top-right;

{
    display: none;
}

.login, .registerlink, .signout, .buyvip {
    margin-left: 8px;
    margin-right: 0;
}

}

.loginState {
    float: left;
    clear: none;
    width: auto;
}

.registerlink, .login {
    color: #333;
    text-decoration: underline;
    margin-left: 16px;
    width: auto;
}

.login {
    display: inline-block;
}

.signout {
    color: #333;
    text-decoration: underline;
    margin: 0 10px 0 16px;
}

.buyvip, .buyvipnologin {
    color: #333;
    margin-left: 16px;
    display: inline-block;
    position: relative;
    height: 21px;
    line-height: 21px;
    text-decoration: underline;
}

.buyvip {
    margin-right: 9px;
}

.buyvipnologin {
    margin-right: 8px;
}

    .buyvipnologin span, .buyvip span {
        display: block;
        position: absolute;
        top: -15px;
        right: -15px;
        width: 27px;
        height: 18px;
        background: url(/Content/images/hotservice.png) no-repeat 0 0;
    }

.icon-lang {
    padding: 0 5px;
}

.language {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    .language img {
        margin-top: -4px;
        margin-right: 6px;
        display: inline-block;
        border: none;
    }

    .language > span {
        width: auto;
        width: 65px\0;
        display: inline-block;
    }

    .language select {
        width: 6em;
        height: 22px;
        line-height: 22px;
    }

    .language:hover, .language:focus {
        outline: none;
        border-color: #278ff0;
    }

        .language:focus option, .language:hover option {
            border-color: #278ff0;
        }

.nav-trigger {
    display: none;
    width: 24px;
    height: 24px;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 10px;
    padding: 20px 10px 0;
}

.menu-item-phone {
    display: none;
}

    .menu-item-phone a, .menu-item-phone a.login {
        padding: 0;
        text-align: left;
        float: left;
        clear: none;
        line-height: 60px;
        padding-left: 15px;
        margin-left: 0;
        text-decoration: none;
    }

@media(max-width:1000px) {
    .nav-trigger;

{
    display: block;
    margin-top: .5em;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.menu-item-phone {
    display: block;
    width: 100%;
    height: 60px;
}

}

.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #278ff0;
    position: absolute;
}

.nav-trigger span {
    -webkit-transition: background .3s .3s;
    -moz-transition: background .3s .3s;
    transition: background .3s .3s;
}

    .nav-trigger span::before, .nav-trigger span::after {
        content: '';
        right: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 0% 50%;
        -moz-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
        -o-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transition: -webkit-transform .3s .3s;
        -moz-transition: -moz-transform .3s .3s;
        transition: transform .3s .3s;
    }

    .nav-trigger span::before {
        top: -6px;
    }

    .nav-trigger span::after {
        top: 6px;
    }

.nav-trigger.nav-is-visible span {
    background: rgba(46,50,51,0);
}

    .nav-trigger.nav-is-visible span::before, .nav-trigger.nav-is-visible span::after {
        background: #278ff0;
    }

    .nav-trigger.nav-is-visible span::before {
        -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
        -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
        -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
        -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
        transform: translateX(4px) translateY(-3px) rotate(45deg);
    }

    .nav-trigger.nav-is-visible span::after {
        -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
        -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
        -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
        -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
        transform: translateX(4px) translateY(2px) rotate(-45deg);
    }

.header {
    background: #278ff0;
    margin-bottom: 20px;
}

@media(max-width:640px) {
    .header;

{
    margin-bottom: 0;
}

}

.main-nav {
    width: 100%;
    font-size: 0;
    position: relative;
}

@media(max-width:1000px) {
    .main-nav;

{
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    background: #278ff0;
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transform: translateX(-103%);
    -moz-transform: translateX(103%);
    -ms-transform: translateX(103%);
    -o-transform: translateX(103%);
    transform: translateX(103%);
}

}

.main-nav.is-show {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.main-nav > .menu-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}

@media(max-width:1000px) {
    .main-nav>.menu-item;

{
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

}

.main-nav > .editor-online {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

@media(max-width:1000px) {
    .main-nav>.editor-online;

{
    position: static;
}

}

.main-nav a {
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.main-nav > .menu-item > a {
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 20px;
}

@media(max-width:1000px) {
    .main-nav>.menu-item>a;

{
    text-align: left;
}

}

.main-nav a:hover {
    color: #333;
}

.main-nav > .menu-item > a:hover, .main-nav .current-menu-item > a {
    color: #fff;
    background: #036fd4;
    text-decoration: none;
}

.menu-item.has-children > a {
    position: relative;
    cursor: pointer;
    padding: 0 30px 0 12px;
}

    .menu-item.has-children > a:after {
        content: '';
        display: block;
        width: 0;
        border-width: 8px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -4px;
    }

@media(max-width:1000px) {
    .menu-item.has-children>a:after;

{
    right: 20px;
}

}

.menu-item.has-children.children-show > a:after {
    margin-top: -12px;
    border-color: transparent transparent #fff transparent;
}

.sub-menu {
    display: none;
    border: solid 1px #eee;
    background: #fff;
    border-top: none;
    box-shadow: 0 4px 7px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 4px 7px rgba(0,0,0,.1);
    -moz-box-shadow: 0 4px 7px rgba(0,0,0,.1);
    position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -50%;
    padding: 10px 0;
}

@media(max-width:640px) {
    .sub-menu;

{
    overflow-y: auto;
}

}

.sub-menu-01 {
    width: 400px;
}

.sub-menu-03 {
    width: 150px;
}

.sub-menu-04 {
    width: 185px;
}

.sub-menu-05 {
    width: 150px;
}

@media(max-width:1000px) {
    .sub-menu-01,.sub-menu-03,.sub-menu-04,.sub-menu-05;

{
    width: 100%;
    height: auto;
}

}

.sub-menu-02 {
    width: 420px;
}

@media(max-width:1000px) {
    .sub-menu-02;

{
    width: 100%;
    height: auto;
}

}

.sub-menu-02 .sub-menu-wrap {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

@media(max-width:640px) {
    .sub-menu-02 .sub-menu-wrap;

{
    width: 33%;
}

}

.sub-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 50px;
    top: -20px;
}

.sub-menu:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    clear: both;
}

.sub-menu-01 .sub-menu-wrap {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

@media(max-width:640px) {
    .sub-menu-01 .sub-menu-wrap;

{
    width: 33%;
}

}

.sub-menu a {
    font-size: 14px;
    color: #333;
    display: block;
    text-align: left;
    padding: 5px 20px;
}

@media(max-width:640px) {
    .sub-menu a;

{
    font-size: 13px;
    padding: 5px 10px;
}

}

.sub-menu a:hover {
    color: #fff;
    background: #036fd4;
}

.sub-menu h4 {
    color: #278ff0;
    display: inline-block;
    font-weight: bold;
    border-bottom: solid 2px #aaccf8;
    padding: 5px 0 8px;
    margin-left: 20px;
}

@media(max-width:640px) {
    .sub-menu h4;

{
    font-size: 15px;
    margin-left: 10px;
}

}

.sub-menu a:hover h4 {
    color: #fff;
}

.main-items {
    border: solid 1px #d6e1e5;
    *overflow: hidden;
}

.main-item {
    height: 200px;
    position: relative;
}

@media(max-width:640px) {
    .main-item;

{
    height: auto;
}

}

.main-item a {
    display: block;
    height: 200px;
    text-align: center;
    border-right: solid 1px #d6e1e5;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    position: relative;
}

@media(max-width:640px) {
    .main-item a;

{
    height: auto;
    padding: 10px 0;
}

}

@media(max-width:640px) {
    .main-item a;

{
    border-right: none;
    border-bottom: solid 1px #d6e1e5;
}

}

.main-item + .main-item + .main-item + .main-item + .main-item a, .main-item:last-child a {
    border: none;
}

    .main-item + .main-item + .main-item + .main-item + .main-item a:hover, .main-item a:hover {
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        *height: 198px;
        color: #02baf2;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,.1);
        animation: mymove .3s;
        -moz-animation: mymove .3s;
        -webkit-animation: mymove .3s;
        -o-animation: mymove .3s;
    }

@keyframes mymove {
    from {
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -o-transform: scale(1,1);
    }

    to {
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -o-transform: scale(1,1);
    }
}

.icon {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    color: #fff;
    margin: 58px auto 20px;
}

@media(max-width:640px) {
    .icon;

{
    margin: 10px auto;
}

}

.main-item a:hover .icon {
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

.icon.pdf-to-word {
    background: url(/Content/images/icon-word.png) no-repeat center #2564a9;
}

.icon.pdf-to-ppt {
    background: url(/Content/images/icon-ppt.png) no-repeat center #e65618;
}

.icon.pdf-to-excel {
    background: url(/Content/images/icon-excel.png) no-repeat center #8a6ba6;
}

.icon.pdf-to-html {
    background: url(/Content/images/icon-html.png) no-repeat center #4ec3c7;
}

.icon.pdf-to-pic {
    background: url(/Content/images/icon-pic.png) no-repeat center #c86338;
}

.icon.word-to-pdf {
    background: url(/Content/images/icon-pdf.png) no-repeat center #c11e07;
}

.icon.ppt-to-pdf {
    background: url(/Content/images/icon-pdf-border.png) no-repeat center #2564a9;
}

.icon.excel-to-pdf {
    background: url(/Content/images/icon-pdf-excel.png) no-repeat center #29aaae;
}

.icon.pic-to-pdf {
    background: url(/Content/images/icon-pic.png) no-repeat center #3eb175;
}

.icon.ebook-to-pdf {
    background: url(/Content/images/icon-pdf-convert.png) no-repeat center #c11e07;
}

.icon.ebook-to-txt {
    background: url(/Content/images/icon-txt.png) no-repeat center #549f3b;
}

.icon.ebook-to-word {
    background: url(/Content/images/icon-word.png) no-repeat center #2564a9;
}

.icon.ebook-to-mobi {
    background: url(/Content/images/icon-mobi.png) no-repeat center #a92e4b;
}

.icon.ebook-to-epub {
    background: url(/Content/images/icon-epub.png) no-repeat center #c11e07;
}

.icon.pic-to-jpg {
    background: url(/Content/images/icon-pic.png) no-repeat center #c86338;
}

.icon.pic-to-png {
    background: url(/Content/images/icon-png.png) no-repeat center #29aaae;
}

.icon.pic-to-bmp {
    background: url(/Content/images/icon-bmp.png) no-repeat center #5da445;
}

.icon.pic-to-icon {
    background: url(/Content/images/icon-icon.png) no-repeat center #d76636;
}

.icon.pdf-division {
    background: url(/Content/images/icon-division.png) no-repeat center #306cad;
}

.icon.pdf-compress {
    background: url(/Content/images/icon-zip.png) no-repeat center #e23a00;
}

.icon.pdf-decrypt {
    background: url(/Content/images/icon-unlock.png) no-repeat center #549f3b;
}

.icon.pdf-merge {
    background: url(/Content/images/icon-merge.png) no-repeat center #8a6ba6;
}

.icon.pdf-get-pic {
    background: url(/Content/images/icon-pic.png) no-repeat center #c86338;
}

.main-item .mian-friend-link {
    font-size: 22px;
}

    .main-item .mian-friend-link em > img {
        padding-top: 1.3em;
    }

    .main-item .mian-friend-link em {
        display: block;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .main-item .mian-friend-link span {
        display: block;
        margin-top: 14px;
    }

.hero-tips {
    color: #666;
    font-weight: bold;
}

@media(max-width:640px) {
    .hero-tips;

{
    padding-left: 5px;
    padding-right: 5px;
}

}

.hero-tips img {
    margin-right: 10px;
}

.hero-tips span {
    display: block;
    padding-bottom: 10px;
    border-bottom: dashed 1px #d2d2d2;
}

.hero-tips p {
    font-size: 16px;
    font-weight: normal;
    padding: 14px 0 0;
    line-height: 150%;
    position: relative;
    width: 98%;
    left: 2%;
}

@media(max-width:640px) {
    .hero-tips p;

{
    line-height: 1.6;
}

}

.hero-func {
    color: #20b3f8;
}

    .hero-func p {
        color: #2972d6;
        padding-bottom: 30px;
    }

.hero-tips p a {
    padding: 0 10px;
    text-decoration: underline;
}

.side-menu {
    width: 160px;
}

.side-menu-items {
    background: #f9f9f9;
    padding-bottom: 10px;
}

@media(max-width:640px) {
    .side-menu-items;

{
    display: none;
}

}

.side-menu-items .side-menu-item {
    color: #fff;
}

.side-menu-items .side-menu-item {
    background: #278ff0;
    height: 50px;
    margin-bottom: 10px;
}

    .side-menu-items .side-menu-item + .side-menu-item {
        background: transparent;
        height: auto;
        margin-bottom: 0;
    }

    .side-menu-items .side-menu-item h4 {
        display: inline-block;
        border-bottom: solid 2px #9ec5f7;
        padding: 10px 0;
        margin-left: 30px;
    }

    .side-menu-items .side-menu-item a {
        font-size: 16px;
        color: #333;
        display: block;
        padding: 8px 15px 8px 25px;
    }

    .side-menu-items .side-menu-item img {
        padding-left: 5px;
        vertical-align: text-top;
        padding-bottom: 0;
    }

    .side-menu-items .side-menu-item a.current, .side-menu-items .side-menu-item.current a, .side-menu-items .side-menu-item a:hover {
        color: #278ff0;
        text-decoration: underline;
    }

.main-content {
    margin-bottom: 20px;
}

.main-content-right {
    margin-left: 210px;
}

@media(max-width:640px) {
    .main-content-right;

{
    margin-left: 0;
}

}

.operation-tips {
    color: #9d9d9d;
    margin-top: 20px;
}

.operation-warning {
    padding: 0 0 16px 20px;
}

    .operation-warning a {
        padding: 0 10px;
        font-size: 18px;
    }

        .operation-warning a:hover {
            color: #0977de;
            text-decoration: underline;
        }

.settings, .settingsm {
    background: #f9f9f9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0,0,0,.1);
    font-size: 0;
    margin-bottom: 20px;
    padding: 0 30px 10px;
    vertical-align: top;
}

    .settings div.backcolor div {
        display: inline-block;
    }

@media(max-width:640px) {
    .settings,.settingsm;

{
    padding-left: 10px;
    padding-right: 10px;
}

}

.settings h4, .settingsm h4 {
    padding: 20px 0;
}

.settings a {
    cursor: pointer;
    color: #454545;
    display: inline-block;
    font-size: 16px;
    width: 20%;
    *width: 19.9%;
    margin-bottom: 20px;
    vertical-align: top;
    line-height: 33px;
}

    .settings a.ppt2videoinput {
        cursor: pointer;
        color: #454545;
        display: inline-block;
        font-size: 16px;
        width: 80%;
        *width: 19.9%;
        margin-bottom: 20px;
        vertical-align: top;
        line-height: 33px;
    }

        .settings a.ppt2videoinput span {
            color: #aaa;
        }

@media(max-width:640px) {
    .settings a;

{
    width: 100%;
    padding-left: 10%;
}

.settings a.ppt2videoinput span {
    color: #aaa;
    display: block;
}

}

.settings-options {
    position: relative\0;
}

    .settings-options span {
        padding-left: 30px\0;
    }

.settings p {
    width: 100%;
    font-size: 16px;
    text-align: center;
    height: 31px;
    line-height: 20px;
    margin: 10px 0;
    border-bottom: solid 1px #f0eeef;
    padding: 0;
}

    .settings p.pleft {
        text-align: left;
    }

    .settings p input {
        width: 30%;
        margin-right: 20px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border: solid 1px #bfbfbf;
        height: 26px;
    }

        .settings p input.tbbwidth {
            width: 70%;
        }

        .settings p input.tbswidth {
            width: 10%;
        }

    .settings p select {
        width: 10%;
        margin-right: 20px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border: solid 1px #bfbfbf;
        height: 26px;
    }

.settings div select {
    width: 10%;
    margin-right: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid 1px #bfbfbf;
    height: 26px;
}

.settings p span {
    margin: 0;
    padding: 0;
}

    .settings p span.spbtn {
        width: 18px;
        display: inline-block;
        line-height: 18px;
        height: 18px;
        cursor: pointer;
        margin-right: 20px;
        background-color: #ddd;
        border: solid 1px #aaa;
    }

    .settings p span.sptxt {
        width: 80px;
        display: inline-block;
        line-height: 30px;
        height: 30px;
        margin-right: 10px;
        margin-right: 0px\0;
        text-align: right;
    }

    .settings p span.spinfo {
        color: #2691f1;
        display: inline-block;
        line-height: 30px;
        height: 30px;
        margin-left: 10px;
        text-align: right;
    }

    .settings p span.spreplace {
        width: 80px;
        padding-right: 10px;
        text-align: center;
        display: inline-block;
        height: 30px;
        background: url(/Content/Images/bg_arrow.png) no-repeat center 15px;
    }

.settings div.cajprange {
    width: 80%;
    padding: 0;
    display: inline-block;
    margin-bottom: 20px;
}

    .settings div.cajprange div.cpagerange {
        width: 60%;
        padding: 0;
        display: block;
        float: left;
        clear: none;
        cursor: pointer;
        position: relative;
    }

        .settings div.cajprange div.cpagerange p.pcajptxt {
            width: auto;
            line-height: 28px;
            text-align: left;
            padding: 0;
            margin: 0;
            float: left;
            clear: none;
            border: none;
            padding-right: 10px;
        }

        .settings div.cajprange div.cpagerange p.pcajinput {
            width: 100px;
            float: left;
            clear: none;
            padding: 0;
            border: none;
            margin: 0 0;
        }

            .settings div.cajprange div.cpagerange p.pcajinput input {
                width: 50px;
                height: 30px;
                padding: 0;
                margin: 0 3px;
                text-align: center;
            }

        .settings div.cajprange div.cpagerange p.pcajline {
            width: 30px;
            padding: 0;
            margin: 0;
            float: left;
            clear: none;
            border: none;
        }

            .settings div.cajprange div.cpagerange p.pcajline span {
                width: 20px;
                display: block;
                margin: 14px 5px;
                padding: 0;
                height: 2px;
                background-color: #aaa;
            }

    .settings div.cajprange div.cpageall {
        width: 40%;
        padding: 0;
        display: block;
        cursor: pointer;
        float: left;
        clear: none;
    }

        .settings div.cajprange div.cpageall p {
            width: auto;
            line-height: 28px;
            text-align: left;
            padding: 0;
            margin: 0;
            float: left;
            clear: none;
            border: none;
        }

    .settings div.cajprange .pcajcheck {
        display: block;
        float: left;
        clear: none;
        margin-right: 6px;
        width: 18px;
        height: 20px;
        background: url(/content/images/check.png);
        position: relative;
        top: 4px;
        cursor: pointer;
    }

        .settings div.cajprange .pcajcheck.chosen em {
            width: 18px;
            height: 20px;
            background: url(/content/images/checked.png);
            display: block;
        }

@media(max-width:980px) {
    .settings div.cajprange div.cpagerange;

{
    padding-left: 0%;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.settings div.cajprange div.cpageall {
    width: 100%;
    padding-left: 0%;
    display: block;
    margin-bottom: 20px;
}

}

@media(max-width:640px) {
    .settings div.cajprange div.cpagerange;

{
    padding-left: 12.5%;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.settings div.cajprange div.cpagerange p.pcajptxt {
    width: 80%;
    margin-bottom: 20px;
}

.settings div.cajprange div.cpageall {
    width: 100%;
    padding-left: 12.5%;
    display: block;
    margin-bottom: 20px;
}

.operation-warning {
    padding: 0 20px 16px 20px;
}

}

.settingsm {
    overflow: hidden;
}

    .settingsm .settingsop p.pname {
        width: 20%;
        float: left;
        clear: none;
        height: 30px;
        line-height: 30px;
        color: #454545;
        font-size: 16px;
        margin-bottom: 20px;
        vertical-align: top;
    }

    .settingsm .settingsop div.dcontent {
        width: 80%;
        float: left;
        clear: none;
        overflow: hidden;
    }

        .settingsm .settingsop div.dcontent a {
            cursor: pointer;
            color: #454545;
            display: inline-block;
            font-size: 16px;
            width: 25%;
            *width: 19.9%;
            margin-bottom: 20px;
            vertical-align: top;
        }

@media(max-width:640px) {
    .settingsm .settingsop div.dcontent a;

{
    width: 100%;
    padding-left: 10%;
}

.settingsm .settingsop p.pname {
    width: 100%;
    padding-left: 10%;
    margin-left: -8px;
}

}

@media(max-width:920px) {
    .settingsm .settingsop div.dcontent a;

{
    width: 50%;
}

}

@media(max-width:640px) {
    .settings p;

{
    width: 100%;
    font-size: 16px;
    text-align: center;
    height: auto;
    line-height: 20px;
    margin: 10px 0;
    border-bottom: solid 1px #f0eeef;
    padding: 0;
}

.settings p span.sptitle {
    display: block;
}

.settings p span.spreplace {
    background: none;
    padding: 0;
    width: 70px;
}

.settings p input {
    margin-right: 5px;
}

    .settings p input.tbbwidth {
        width: 50%;
    }

}

.settings div.waterheader {
    width: 100%;
    height: 36px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: solid 1px #b9b9b9;
}

    .settings div.waterheader p {
        width: 50%;
        height: 36px;
        line-height: 36px;
        padding: 0;
        margin: 0;
        float: left;
        clear: none;
        cursor: pointer;
    }

        .settings div.waterheader p.pradiusleft {
            border-radius: 6px 0 0 6px;
            -webkit-border-radius: 6px 0 0 6px;
            -moz-border-radius: 6px 0 0 6px;
        }

        .settings div.waterheader p.pradiusright {
            border-radius: 0 6px 6px 0;
            -webkit-border-radius: 0 6px 6px 0;
            -moz-border-radius: 0 6px 6px 0;
        }

        .settings div.waterheader p.pchose {
            background-color: #278ff0;
            height: 36px;
            border: none;
            color: #fff;
            margin: 0;
            padding: 0;
        }

.settings div.divttextarea {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .settings div.divttextarea textarea {
        width: 90%;
        height: 50px;
        line-height: 25px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        font-size: 16px;
        color: #333;
    }

.settings div.waterset {
    width: 100%;
}

    .settings div.waterset div.divtarea {
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }

        .settings div.waterset div.divtarea textarea {
            width: 90%;
            height: 50px;
            line-height: 25px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            font-size: 16px;
            color: #333;
        }

    .settings div.waterset div.divline {
        width: 90%;
        width: 100%\0;
        font-size: 16px;
        text-align: center;
        height: 31px;
        line-height: 20px;
        margin: 10px 0;
        border-bottom: solid 1px #f0eeef;
        padding: 0;
        text-align: center;
        padding: 0 5%;
        padding: 0px\0;
    }

        .settings div.waterset div.divline p {
            width: 50%;
            float: left;
            clear: none;
            border: none;
            margin: 0;
            padding: 0;
        }

            .settings div.waterset div.divline p span {
                width: 76%;
                text-align: left;
                display: inline-block;
            }

                .settings div.waterset div.divline p span.spduan {
                    width: 56%;
                    padding-left: 20%;
                }

        .settings div.waterset div.divline input {
            width: 10%;
            margin: 0;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            margin-right: 20px;
            height: 26px;
        }

        .settings div.waterset div.divline select {
            width: 10%;
            margin: 0;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            margin-right: 20px;
            height: 26px;
        }

        .settings div.waterset div.divline p input {
            width: 20%;
            margin: 0;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            height: 26px;
        }

        .settings div.waterset div.divline p select {
            width: 20%;
            margin: 0;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            height: 26px;
        }

@media(max-width:640px) {
    .settings div.waterset;

{
    height: auto;
}

.settings div.waterset div.divline {
    width: 90%;
    padding-left: 5%;
    margin: 0;
    padding-top: 0;
    height: auto;
    display: block;
}

    .settings div.waterset div.divline span {
        width: 40%;
        display: block;
        float: left;
        clear: none;
    }

    .settings div.waterset div.divline select {
        width: 50%;
    }

    .settings div.waterset div.divline input {
        width: 50%;
    }

    .settings div.waterset div.divline p {
        width: 100%;
        height: auto;
    }

        .settings div.waterset div.divline p span {
            width: 80%;
            display: inline-block;
            float: left;
            clear: none;
            overflow: hidden;
        }

            .settings div.waterset div.divline p span.spduan {
                width: 80%;
                padding: 0;
                margin: 0;
            }

        .settings div.waterset div.divline p select {
            width: 20%;
            float: left;
            clear: none;
        }

        .settings div.waterset div.divline p input {
            width: 20%;
            float: left;
            clear: none;
        }

}

.settings div.waterset div.marktarea {
    width: 90%;
    height: 80px;
    line-height: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 16px;
    color: #333;
    border: solid 1px #d8d8d8;
    margin: 15px auto;
}

    .settings div.waterset div.marktarea p.pbtnadd {
        margin: 27px auto;
        width: 130px;
        height: 26px;
        line-height: 26px;
        background: url(/Content/Images/bg_brnaddwaterimg.png) no-repeat 1px 1px;
        color: #b6b6b6;
        font-size: 22px;
        text-align: right;
        border: none;
        cursor: pointer;
    }

        .settings div.waterset div.marktarea p.pbtnadd div.webuploader-pick {
            background: none;
            border: none;
            color: #b6b6b6;
            margin: 0;
            line-height: 26px;
        }

    .settings div.waterset div.marktarea div.imgpreview {
        width: 76px;
        height: 76px;
        border: solid 1px #b6b6b6;
        padding: 1px;
        background-color: #278ff0;
        position: relative;
        margin: 0 auto;
    }

        .settings div.waterset div.marktarea div.imgpreview span {
            display: block;
            position: absolute;
            top: 1px;
            left: 1px;
            height: 16px;
            width: 76px;
            background-color: #fff;
            text-align: center;
            line-height: 16px;
            cursor: pointer;
        }

        .settings div.waterset div.marktarea div.imgpreview img {
            width: 76px;
            height: 76px;
        }

.settings div.pdflink {
    width: 100%;
    padding: 0;
    margin: 5px 0;
    border-bottom: solid 1px #e8e8e8;
}

    .settings div.pdflink p.pradio {
        position: relative;
        width: 30px;
        height: 28px;
        line-height: 28px;
        display: block;
        margin: 6px 0 0 0;
        padding: 0;
        border: none;
        float: left;
        clear: none;
    }

        .settings div.pdflink p.pradio input[type="radio"] {
            width: 21px;
            height: 21px;
            border-radius: 21px;
            border-color: #2ea1ef;
        }

        .settings div.pdflink p.pradio span {
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            width: 10px;
            height: 10px;
            display: none;
            position: absolute;
            background-color: #278ff0;
            top: 9px;
            left: 5px;
            z-index: 10;
            margin: 0;
            padding: 0;
        }

    .settings div.pdflink p.pfanyi {
        display: inline-table;
        width: auto;
        margin: 0 0 0 20px;
        height: 30px;
        line-height: 30px!important;
        font-size: 16px;
        color: #333;
    }

        .settings div.pdflink p.pfanyi select {
            width: 130px;
            line-height: 30px;
            padding: 0;
            margin: 0;
        }

        .settings div.pdflink p.pfanyi span {
            margin: 0 10px;
        }

    .settings div.pdflink p.pradiochecked span {
        display: block;
        cursor: pointer;
    }

    .settings div.pdflink span {
        display: inline-block;
        width: auto;
        margin: 0 10px 0 20px;
        height: 30px;
        line-height: 30px;
        padding: 5px;
        font-size: 16px;
        color: #333;
    }

    .settings div.pdflink input[type="text"] {
        margin: 0;
        height: 26px;
        line-height: 26px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
    }

.checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: solid;
    background: #dadada;
    border: solid 1px #bfbfbf;
    border-radius: 18px;
    position: relative;
    top: 4px;
    top: 0\0;
    position: absolute\0;
}

.settings-options.chosen .checkbox em {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: block;
    background: #278ff0;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -5px;
}

.settings.icons a {
    width: auto;
}

    .settings.icons a.title {
        width: 14%;
    }

@media(max-width:640px) {
    .settings.icons a.title;

{
    width: 100%;
}

}

.icon-size-options {
    width: 85%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

@media(max-width:640px) {
    .icon-size-options;

{
    width: 100%;
}

}

.icon-size {
    margin-right: 20px;
}

@media(max-width:640px) {
    .settings .icons .icon-size;

{
    margin-right: auto;
}

}

.icon-size {
    padding: 4px 10px;
}

@media(max-width:640px) {
    .settings-options.icon-size;

{
    padding: 4px;
}

}

.icon-size.chosen {
    background: #e5e5e5;
}

.per-page .page-every {
    width: 5em;
    width: 2em\0;
    text-indent: .5em;
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
}

.page-specify, .page-foremail {
    display: none;
    width: 97%;
    padding: 6px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid 1px #bfbfbf;
    margin-bottom: 10px;
}

.page-range-error {
    color: #ee0808;
    font-size: 14px;
    margin-bottom: 10px;
    display: none;
}

.page-pdfcode {
    display: block;
}

.jpg-all-to-one > div > a {
    width: 30%;
}

.jpg-all-to-one > div > .settings-options {
    width: auto;
    margin-right: 30px;
}

.readertxt-wrapper {
    border: dashed 1px #d1d1d1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 15px 30px 15px;
    font-size: 0;
    position: relative;
    margin-bottom: 15px;
    display: none;
}

    .readertxt-wrapper textarea {
        border: solid 1px #d1d1d1;
        width: 100%;
    }

.progress-wrapper {
    border: dashed 1px #d1d1d1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 15px 30px 26px;
    font-size: 0;
    position: relative;
    margin-bottom: 15px;
    display: none;
}

    .progress-wrapper p.ptime {
        display: inline-table;
        font-size: 16px;
        clear: both;
        margin-bottom: 20px;
        color: #000;
        text-align: center;
        width: 100%;
    }

        .progress-wrapper p.ptime span {
            color: #278ff0;
        }

            .progress-wrapper p.ptime span.spantxt {
                color: #000;
            }

@media(max-width:800px) {
    .progress-wrapper;

{
    padding: 10px 0 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    display: none;
}

}

.progress-wrapper li {
    width: 25%;
    font-size: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    position: relative;
    z-index: 1;
}

.progress-item {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    color: #fff;
    background: #d1d1d1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 5px #f6f6f6;
    position: relative;
    margin: 0 auto 15px;
}

@media(max-width:640px) {
    .progress-item;

{
    margin-bottom: 0;
}

}

.progress-item div {
    height: 10px;
    width: 800%;
    width: 700%\0;
    background: url(/Content/images/progress-gray.png) left center repeat-x #f0f0f0;
    position: absolute;
    z-index: -1;
    top: 50%;
    margin-top: -5px;
    right: -800%;
    right: -700%\0;
}

@-webkit-keyframes progressDone {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -100% 0;
    }
}

@keyframes progressDone {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -100% 0;
    }
}

@media(max-width:1200px) {
    .progress-item div;

{
    width: 600%;
    right: -600%;
}

}

@media(max-width:1024px) {
    .progress-item div;

{
    width: 600%;
    right: -600%;
}

}

@media(max-width:970px) {
    .progress-item div;

{
    width: 500%;
    right: -500%;
}

}

@media(max-width:880px) {
    .progress-item div;

{
    width: 400%;
    right: -400%;
}

}

@media(max-width:800px) {
    .progress-item div;

{
    width: 400%;
    right: -400%;
}

}

@media(max-width:640px) {
    .progress-item div;

{
    width: 500%;
    right: -500%;
}

}

@media(max-width:530px) {
    .progress-item div;

{
    width: 400%;
    right: -400%;
}

}

@media(max-width:430px) {
    .progress-item div;

{
    width: 300%;
    right: -300%;
}

}

@media(max-width:330px) {
    .progress-item div;

{
    width: 200%;
    right: -200%;
}

}

.orc-left-side {
    padding: 10px 14px;
    border: dashed 1px #b5b5b5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

    .orc-left-side h4 {
        font-weight: bold;
        margin-bottom: 30px;
    }

@-webkit-keyframes stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 60px 30px;
    }
}

@keyframes stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 60px 30px;
    }
}

.clienttips {
    height: auto;
    padding: 5px 30px 5px 10px;
    line-height: 26px;
    vertical-align: middle;
    background-color: #fff3a5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    position: relative;
    display: none;
}

    .clienttips .txttips {
        height: auto;
        width: 100%;
        line-height: 26px;
        vertical-align: middle;
    }

    .clienttips .btnclose {
        background: url("/content/Images/closeNotice.png") no-repeat 0 0;
        position: absolute;
        top: 8px;
        right: 5px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

@media(max-width:1024px) {
    .clienttips;

{
    padding: 0;
    height: auto;
    line-height: inherit;
    padding: 0 30px 0 5px;
}

}

.page-error {
    text-align: center;
    min-height: 700px;
}

    .page-error.error-500 {
        min-height: 550px;
        padding-top: 150px;
    }

        .page-error.error-500 > img {
            margin-bottom: 100px;
        }

.back-to-home {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 64px;
    line-height: 64px;
    font-size: 28px;
    margin: 30px auto;
    background: #0086f4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 3px 7px rgba(0,0,0,.2);
}

    .back-to-home img {
        margin-right: 10px;
        margin-bottom: 6px;
    }

    .back-to-home:hover, .back-to-home:focus {
        color: #fff;
        background-color: #1696ff;
    }

    .back-to-home:active {
        color: #fff;
        background-color: #0377d6;
    }

.tagdialog {
    height: auto;
    line-height: 26px;
    vertical-align: middle;
    background-color: #fff;
    margin-bottom: 10px;
    text-align: right;
}

    .tagdialog span {
        color: #278ff0;
        cursor: pointer;
    }

@media(max-width:1024px) {
    .tagdialog;

{
    padding: 0;
    height: auto;
    line-height: inherit;
}

}

.linefanyi {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fafafa;
}

.txtfanyidialog {
    margin: 10px;
    padding: 5px;
    padding: 0px\0;
    line-height: 26px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: dashed 2px #ccc;
    height: 300px;
    width: 46%;
}

.dleft {
    float: left;
    clear: none;
}

.dright {
    float: right;
    clear: none;
}

.sourcetxt {
    width: 100%;
    height: 260px;
    border: none;
    resize: none;
    outline: none;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
}

.targettxt {
    width: 100%;
    height: 100%;
    border: none;
    resize: none;
    outline: none;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
}

.btnfanyi {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    clear: both;
    background-color: #1a7bd6;
    float: right;
    clear: none;
}

@media(max-width:1170px) {
    .txtfanyidialog;

{
    padding: 0;
    line-height: 26px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: dashed 2px #ccc;
    height: 300px;
    width: 96%;
}

.dright {
    float: left;
    clear: none;
}

}

.downtips {
    background-color: #f5f5f5;
    border-bottom: solid 1px #ccc;
    padding: 10px;
    color: #333;
}

@media(max-width:800px) {
    .downtips;

{
    display: none;
}

}

.downtips span {
    font-size: 16px;
    margin: 0 5px;
    display: inline-block;
    width: auto;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: solid 1px #cb3626;
    background: #d85a48\9;
    background: linear-gradient(to bottom,#ed6b4f 0%,#dd423d 100%);
    background: -webkit-linear-gradient(top,#ed6b4f 0%,#dd423d 100%);
    background: -moz-linear-gradient(top,#ed6b4f 0%,#dd423d 100%);
    background: -o-linear-gradient(top,#ed6b4f 0%,#dd423d 100%);
    box-shadow: inset 0 1px 0 #ffc4b6;
    -webkit-box-shadow: inset 0 1px 0 #ffc4b6;
    -moz-box-shadow: inset 0 1px 0 #ffc4b6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-shadow: 0 0 1px #ca2e21;
    -webkit-text-shadow: 0 0 1px #ca2e21;
    -moz-text-shadow: 0 0 1px #ca2e21;
}

    .downtips span:hover, .tdowntips span:hover {
        color: #fff;
        background: linear-gradient(to bottom,#dd423d 0%,#ed6b4f 100%);
        background: -webkit-linear-gradient(top,#dd423d 0%,#ed6b4f 100%);
        background: -moz-linear-gradient(top,#dd423d 0%,#ed6b4f 100%);
        background: -o-linear-gradient(top,#dd423d 0%,#ed6b4f 100%);
    }

.weixin_scan {
    width: 99px;
    height: 89px;
    background: #b3d1ed;
    float: right;
    position: relative;
}

    .weixin_scan .soft-logo {
        display: block;
        width: 60px;
        height: 60px;
        background-size: contain;
        margin-left: 30px;
        margin-top: 15px;
        background-image: url(/Content/images/weixin_logo.png);
    }

    .weixin_scan .logo_scan {
        position: absolute;
        width: 159px;
        height: 260px;
        padding: 1px 9px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(/Content/images/weixin_scan_box_2.png) no-repeat;
        left: -165px;
        bottom: -90px;
        text-align: center;
        display: none;
    }

        .weixin_scan .logo_scan p {
            font-size: 12px;
            text-align: left;
            line-height: 20px;
            padding: 2px 6px;
        }

            .weixin_scan .logo_scan p.wxname {
                text-align: center;
            }

        .weixin_scan .logo_scan b {
            color: #6dc030;
        }

    .weixin_scan:hover .logo_scan {
        display: block;
    }

.tipsmask {
    z-index: 100;
    display: none;
}

    .tipsmask .bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .3;
        filter: alpha(opacity=30);
        z-index: 101;
    }

    .tipsmask .contentbox {
        width: 345px;
        background: #fff;
        -webkit-box-shadow: 1px 1px 20px rgba(11,29,78,.5);
        box-shadow: 1px 1px 20px rgba(11,29,78,.5);
        z-index: 102;
        padding-bottom: 30px;
        position: fixed;
        left: 50%;
        top: 50%;
        margin-left: -172px;
        margin-top: -117px;
    }

        .tipsmask .contentbox .close {
            display: block;
            height: 70px;
            width: 40px;
            position: absolute;
            right: 1px;
            top: -70px;
            background: url(/Content/images/dialog_close_normal.png) no-repeat;
            cursor: pointer;
        }

            .tipsmask .contentbox .close:hover {
                background-image: url(/Content/images/dialog_close_hover.png);
            }

        .tipsmask .contentbox i {
            display: block;
            text-align: center;
            padding: 20px 0 20px;
        }

        .tipsmask .contentbox p {
            padding: 0 26px;
            font-size: 18px;
            line-height: 30px;
            word-break: break-all;
        }

    .tipsmask a.tipbuyvip {
        display: block;
        margin: 0 auto;
        width: 170px;
        height: 40px;
        background: #1c86e9;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        color: #fff;
        margin-top: 15px;
        text-decoration: none;
    }

    .tipsmask p.tiprelogin {
        display: block;
        margin: 15px auto 0 auto;
        text-align: center;
    }

        .tipsmask p.tiprelogin a, .tipsmask p.tiprelogin span {
            display: inline-block;
            width: 80px;
            padding: 0 10px;
            height: 40px;
            background: #1c86e9;
            text-align: center;
            line-height: 40px;
            border-radius: 5px;
            color: #fff;
            cursor: pointer;
            text-decoration: none;
            margin: 0 10px;
        }

.login_translate h3 {
    text-align: center;
    line-height: 67px;
    font-size: 20px;
    color: #1890ff;
    letter-spacing: 3px;
}

.login_translate .contentbox p {
    font-size: 16px;
}

    .login_translate .contentbox p b {
        color: #fa8336;
        font-weight: 400;
    }

@media(min-width:320px)and (max-width:400px) {
    .tipsmask .contentbox;

{
    width: 300px;
    margin-left: -150px;
}

}

.guide-for-wechat {
    font-size: 2.3rem;
    position: fixed;
    z-index: 100000000;
    top: 0;
    left: 0;
    display: flex;
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0,0,0,.75);
    align-items: flex-start;
}

    .guide-for-wechat .guide-wechat-arrow {
        width: 100%;
        text-align: right;
        margin-bottom: 3rem;
    }

.guide-wechat-arrow img {
    width: 7rem;
    margin-right: .5rem;
}

.guide-for-wechat p {
    font-size: 2.3rem;
    padding-right: 1rem;
    padding-left: 1rem;
    height: 6rem;
}

    .guide-for-wechat p img {
        margin-right: .5em;
        margin-left: .5em;
        vertical-align: middle;
    }

.hero-top .login {
    *display: inline;
    *zoom: 1;
}

.vipnick {
    color: #333;
    text-decoration: underline;
    margin-left: 16px;
    width: auto;
    display: inline-block;
}

    .vipnick img {
        display: inline;
        max-width: 20px;
    }

.mergealert-warning {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    text-align: center;
    margin-top: -20px;
}

.onlinekefu {
    width: 28px;
    height: 123px;
    position: fixed;
    z-index: 888;
    bottom: 50px;
    right: 3px;
    background-color: #62a8ea;
    border-radius: 14px;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.25);
}

    .onlinekefu p {
        width: 28px;
        height: 123px;
        background: url(/Content/Images/onlinekefu.png);
    }

        .onlinekefu p a {
            width: 28px;
            height: 123px;
            display: block;
            text-indent: -2000px;
            overflow: hidden;
        }

.sensitivitybg {
    background-color: rgba(0,0,0,.4);
    filter: alpha(opacity=40);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.sensitivity {
    width: 500px;
    height: 175px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -88px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .sensitivity div img, .sensitivity div span {
        vertical-align: middle;
    }

    .sensitivity .auditheader {
        width: 498px;
        height: 24px;
        background-color: #278ef0;
        padding: 0;
        line-height: 24px;
        margin: 0;
    }

        .sensitivity .auditheader .close {
            position: absolute;
            right: 5px;
            cursor: pointer;
        }

    .sensitivity .notice {
        width: 498px;
        height: 40px;
        padding: 55px 0;
        text-align: center;
        line-height: 40px;
        font-size: 24px;
    }

        .sensitivity .notice img {
            padding-right: 10px;
        }

.voiceslider {
    display: inline-block;
    width: 300px;
    height: 10px;
    margin: 10px 0 0 0;
    background-image: none;
}

.voiceshowchose {
    display: inline-block;
    height: 20px;
    width: 50px!important;
    border: none!important;
    text-align: right;
    clear: none;
    margin: 0;
    padding: 0;
}

@charset 'utf-8';

.main-item {
    position: relative;
}

    .main-item:hover a {
        background-color: #f6fdff;
        background-color: transparent\0;
        -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.15);
        -moz-box-shadow: 0 3px 15px rgba(0,0,0,.15);
        box-shadow: 0 3px 15px rgba(0,0,0,.15);
    }

    .main-item .hover-border {
        opacity: 0;
        position: absolute;
        background-color: #02b9f2;
        z-index: 9;
        transition: all ease .5s;
        filter: alpha(opacity=0);
    }

    .main-item .hover-border-left, .main-item .hover-border-right {
        width: 3px;
        height: 100%;
        top: 0;
    }

    .main-item .hover-border-top, .main-item .hover-border-bottom {
        width: 100%;
        height: 3px;
        bottom: 0;
    }

    .main-item .hover-border-left {
        left: 0;
    }

    .main-item .hover-border-right {
        right: 0;
    }

    .main-item .hover-border-top {
        top: 0;
    }

    .main-item .hover-border-bottom {
        bottom: 0;
    }

    .main-item:hover .hover-border {
        transition: opacity .5s;
        -moz-transition: opacity .5s;
        -webkit-transition: opacity .5s;
        opacity: 1;
        filter: "alpha(opacity=100)";
        zoom: 1;
    }

.icon-hot, .icon-recommand {
    display: inline-block;
    position: absolute;
    width: 54px;
    height: 54px;
    background: top right no-repeat;
    position: absolute;
    top: -2px;
    right: 0;
}



.main-items a {
    position: relative;
}

.main-items {
    margin-bottom: 10px;
}

.main-items-title {
    margin: 20px auto;
    font-size: 16px;
    padding: 22px 0;
    text-align: center;
}

.main-items-title-01 {
    margin-top: 10px;
}

.friend-soft {
    color: #0569a4;
    background-color: #eaf9fc;
}

    .friend-soft .friend-soft-logo {
        display: inline-block;
        width: 48px;
        height: 48px;
        background: no-repeat center;
        vertical-align: middle;
        background-size: contain;
    }

    .friend-soft .friend-soft-title {
        display: block;
        padding: 50px 0 10px;
    }

        .friend-soft .friend-soft-title .title {
            display: inline-block;
            vertical-align: middle;
            width: 80px;
            text-align: left;
            padding-left: 10px;
            font-style: normal;
        }

    .friend-soft .friend-soft-download {
        display: inline-block;
        padding: 5px 20px;
        background-color: #066aa5;
        color: #fff;
        border-radius: 5px;
    }

        .friend-soft .friend-soft-download .icon-download {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url(/content/home/icon-download.png) center no-repeat;
            vertical-align: middle;
            margin-right: 10px;
        }

    .friend-soft.xjpdfConvertor .friend-soft-logo {
        background-image: url(/content/home/friend-soft-xjpdfConvertor.png);
    }

    .friend-soft.jsOcr .friend-soft-logo {
        background-image: url(/content/home/friend-soft-jsOcr.png);
    }

    .friend-soft.xjpdfEditor .friend-soft-logo {
        background-image: url(/content/home/friend-soft-xjpdfEditor.png);
    }

    .friend-soft.xjpdfConvertor .title {
        color: #066aa5;
    }

    .friend-soft.xjpdfEditor .title {
        color: #0696dc;
    }

    .friend-soft.xjpdfConvertor .friend-soft-download {
        background-color: #066aa5;
    }

    .friend-soft.xjpdfConvertor:hover .friend-soft-download {
        background-color: #0c74b1;
    }

    .friend-soft.xjpdfConvertor:active .friend-soft-download {
        background-color: #035d92;
    }

    .friend-soft.xjpdfEditor .friend-soft-download {
        background-color: #0497dc;
    }

    .friend-soft.xjpdfEditor:hover .friend-soft-download {
        background-color: #0a9be4;
    }

    .friend-soft.xjpdfEditor:active .friend-soft-download {
        background-color: #0189c9;
    }

    .friend-soft.jsOcr .friend-soft-download {
        background-color: #f88b26;
    }

    .friend-soft.jsOcr:hover .friend-soft-download {
        background-color: #fe9737;
    }

    .friend-soft.jsOcr:active .friend-soft-download {
        background-color: #ed7f1a;
    }

.icon {
    background-size: contain!important;
}

    .icon.pdf2word {
        background: url(pdf.png) no-repeat center;
    }

    .icon.word2pdf {
        background: url(w2pdf.png) no-repeat center;
    }

    .icon.pdf2pic {
        background: url(pdf2ppt.png) no-repeat center;
    }
    .icon.pdf2jpg {
        background: url(pdf2jpg.png) no-repeat center;
    }
    .icon.pic2pdf {
        background: url(p2pdf.png) no-repeat center;
    }

    .icon.pdf2txt {
        background: url(images.png) no-repeat center;
    }

    .icon.pdf2ppt {
        background: url(pdf2excel.png) no-repeat center;
    }

    .icon.ppt2pdf {
        background: url(e2pdf.png) no-repeat center;
    }

    .icon.pdf2html {
        background: url(html128.png) no-repeat center;
    }

    .icon.pdf2epub {
        background: url(pdf2epub.png) no-repeat center;
    }

    .icon.pdf2xml {
        background: url(pdf2xml.png) no-repeat center;
    }

    .icon.pdf2txt {
        background: url(pdf2txt.png) no-repeat center;
    }

    .icon.pdfcompress {
        background: url(ys.png) no-repeat center;
    }
     .icon.pdfwatermark {
        background: url(shuiyin128.png) no-repeat center;
    }
      .icon.huifu {
        background: url(huifu.png) no-repeat center;
    }
       .icon.fileyasuo {
        background: url(yasuo360.png) no-repeat center;
    }
      .icon.pdfzhuanhuanqi {
        background: url(logo256.png) no-repeat center;
    }
      .icon.shipin {
        background: url(video360.png) no-repeat center;
    }
       .icon.pdfyueduqi {
        background: url(logo72.png) no-repeat center;
    }
.aside-friend-softs {
    display: none;
}

@media(min-width:1200px) {
    .aside-friend-softs;

{
    display: block;
    position: fixed;
    right: 0;
    top: 20%;
}

}

.aside-friend-soft {
    display: block;
    padding: 10px 0 15px;
    width: 260px;
    font-size: 0;
    margin-bottom: 15px;
    position: relative;
    right: -160px;
}

    .aside-friend-soft:hover {
        right: auto;
    }

    .aside-friend-soft .soft-logo, .aside-friend-soft .soft-info {
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
    }

    .aside-friend-soft .soft-logo {
        width: 60px;
        height: 60px;
        background-size: contain;
        margin-left: 30px;
        margin-top: 5px;
    }

    .aside-friend-soft .soft-info {
        width: 130px;
        margin-left: 15px;
    }

    .aside-friend-soft .soft-title, .aside-friend-soft .soft-link {
        display: block;
        text-align: center;
    }

    .aside-friend-soft .soft-title {
        margin-bottom: 2px;
        font-weight: bold;
    }

    .aside-friend-soft .soft-link {
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        border-radius: 5px;
    }

    .aside-friend-soft.xjpdfConvertor .soft-logo {
        background-image: url(/content/home/friend-soft-xjpdfConvertor.png);
    }

    .aside-friend-soft.xjpdfEditor .soft-logo {
        background-image: url(/content/home/friend-soft-xjpdfEditor.png);
    }

    .aside-friend-soft.xjOcr .soft-logo {
        background-image: url(/content/home/friend-soft-jsOcr.png);
    }

    .aside-friend-soft.xjCadEditor .soft-logo {
        background-image: url(/content/home/friend-soft-xjCad.png);
    }

    .aside-friend-soft.xjpdfConvertor {
        background-color: #b4ecfb;
    }

    .aside-friend-soft.xjpdfEditor {
        background-color: #b6e4fb;
    }

    .aside-friend-soft.xjOcr {
        background-color: #b3d1ed;
    }

    .aside-friend-soft.xjCadEditor {
        background-color: #b2daf4;
    }

    .aside-friend-soft.xjpdfConvertor .soft-link {
        background-color: #06add9;
    }

    .aside-friend-soft.xjpdfConvertor:hover .soft-link {
        background-color: #12b5e0;
    }

    .aside-friend-soft.xjpdfConvertor:active .soft-link {
        background-color: #05a3cd;
    }

    .aside-friend-soft.xjpdfEditor .soft-link {
        background-color: #0497dc;
    }

    .aside-friend-soft.xjpdfEditor:hover .soft-link {
        background-color: #0c9ee3;
    }

    .aside-friend-soft.xjpdfEditor:active .soft-link {
        background-color: #028bcc;
    }

    .aside-friend-soft.xjOcr .soft-link {
        background-color: #0460b3;
    }

    .aside-friend-soft.xjOcr:hover .soft-link {
        background-color: #1270c6;
    }

    .aside-friend-soft.xjOcr:active .soft-link {
        background-color: #0158a8;
    }

    .aside-friend-soft.xjCadEditor .soft-link {
        background-color: #017acb;
    }

    .aside-friend-soft.xjCadEditor:hover .soft-link {
        background-color: #0c86d8;
    }

    .aside-friend-soft.xjCadEditor:active .soft-link {
        background-color: #006fb9;
    }

    .aside-friend-soft.xjpdfConvertor .soft-title {
        color: #069ac0;
    }

    .aside-friend-soft.xjpdfEditor .soft-title {
        color: #0497da;
    }

    .aside-friend-soft.xjOcr .soft-title {
        color: #0460b5;
    }

    .aside-friend-soft.xjCadEditor .soft-title {
        color: #0279c9;
    }

.hero-tips {
    padding: 40px 0;
}

.main-contentbak {
    background: url(/Content/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('/Content/images/progress.png') left 0 repeat-x #fafafa;
        -webkit-animation: progressDone 5s linear infinite;
    }

.buyvipnologin span, .buyvip span {
    width: 9px;
    height: 11px;
    background: url('/Content/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 {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #2ea1ef;
        position: absolute;
        left: 9px;
        top: 10px;
    }

.downtips {
    background: #f9f9f9;
    border: 0 none;
    position: relative;
    padding-left: 30px;
}

    .downtips :after {
        top: 20px;
    }

    .downtips span {
        margin: 0;
        padding: 0;
    }

.area-operation, .settings, .settingsm {
    border-radius: 0;
    box-shadow: none;
}

.checkbox {
    margin-top: 7px\0;
    height: 19px;
    background: url(/content/images/check.png) no-repeat;
    border: 0 none;
}

.settings-options.chosen .checkbox {
    background: url(/content/images/checked.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 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;
    }

@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(/content/images/check.png) no-repeat;
    display: block;
    top: 4px;
    z-index: 9;
}

.settings div.pdflink p.pradiochecked span {
    background-image: url(/content/images/checked.png);
}

.top-tips span, .downtips span, .hero-tips .down-btn a {
    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 span:hover, .tdowntips span:hover, .hero-tips .down-btn a:hover {
        background: #065fb1;
    }

    .top-tips:active span, .top-tips span:active, .downtips span:active, .tdowntips span:active, .hero-tips .down-btn a:active {
        background: #065fb1;
        font-weight: 700;
    }

.top-tips span {
    position: relative;
    top: -4px;
}

.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.friendlink {
                margin-right: 105px;
            }

            .footer .footer-main ul.footer-scan {
                padding-left: 80px;
                text-align: center;
            }

        .footer .footer-main h4 {
            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 a.qq-link {
        display: inline-block;
        line-height: 1;
        padding: 4px 16px;
        font-size: 12px;
        background: #3ea6ee;
        border-radius: 10px;
    }

@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.friendlink {
        margin-right: 0;
    }

}

@media(max-width:768px) {
    .footer;

{
    padding-top: 15px;
}

.footer .footer-main {
    display: none;
}

.footer .footer-profile p {
    padding: 0 20px;
}

}

.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%;
}

}

.pdfpreview-content {
    position: relative;
    background: url(/content/pdfmerge/images/loader-preview.gif) center no-repeat;
    padding: 10px 0 50px;
    margin: 0 0;
}

    .pdfpreview-content canvas {
        display: block;
        margin: 0 auto;
        box-shadow: 0 0 5px rgba(0,0,0,.2);
        border: 1px solid #e1e1e1;
    }

.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: 300px;
        position: absolute;
        left: 50%;
        top: 38%;
        margin-left: -150px;
        background-color: #fff;
        padding: 1em;
        border-radius: 4px;
    }

        .modal-file-password .modal-content input {
            width: 100%;
            border: solid 1px #ddd;
            height: 32px;
            line-height: 32px;
            padding: 0 1em;
            box-sizing: border-box;
            border-radius: 4px;
            margin: 1em auto;
        }

            .modal-file-password .modal-content input:focus {
                border-color: #1e88c7;
                outline: none;
            }

        .modal-file-password .modal-content .modal-title {
            text-align: center;
            margin: 0 auto;
        }

        .modal-file-password .modal-content .buttonRow {
            text-align: center;
        }

            .modal-file-password .modal-content .buttonRow p {
                display: inline-block;
                font-size: 14px;
                color: #fff;
                cursor: pointer;
                margin: 0 15px;
                padding: 2px 5px;
                background-color: #278ff0;
            }

.modal-content .buttonRow p:hover {
    background-color: #369bf2;
}

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 80%;
    line-height: 130%;
    direction: ltr;
    box-shadow: none;
    padding: 0;
}

.qtip-content, .qtip-titlebar {
    position: relative;
    overflow: hidden;
}

.qtip-content {
    padding: 5px 5px;
    text-align: left;
    word-wrap: break-word;
}

.qtip-titlebar {
    padding: 5px 35px 5px 10px;
    border-width: 0 0 1px;
    font-weight: 700;
}

    .qtip-titlebar + .qtip-content {
        border-top-width: 0!important;
    }

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}

.qtip-icon .ui-icon, .qtip-titlebar .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

    .qtip-icon .ui-icon {
        width: 18px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        text-indent: 0;
        font: normal 700 10px/13px Tahoma,sans-serif;
        color: inherit;
        background: -100em -100em no-repeat;
    }

.qtip-default {
    border: 1px solid #f1d031;
    background-color: #ffffa3;
    color: #555;
}

    .qtip-default .qtip-titlebar {
        background-color: #ffef93;
    }

    .qtip-default .qtip-icon {
        border-color: #ccc;
        background: #f1f1f1;
        color: #777;
    }

    .qtip-default .qtip-titlebar .qtip-close {
        border-color: #aaa;
        color: #111;
    }

.qtip-white {
    border: 1px solid #aaa;
    background-color: #fff;
    color: #555;
}

    .qtip-white img {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -10px;
        margin-top: -10px;
        z-index: 9999;
    }

    .qtip-white .qtip-titlebar {
        background-color: #ffef93;
    }

    .qtip-white .qtip-icon {
        border-color: #ccc;
        background: #f1f1f1;
        color: #777;
    }

    .qtip-white .qtip-titlebar .qtip-close {
        border-color: #aaa;
        color: #111;
    }

.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}

.qtip .qtip-tip, x:-o-prefocus {
    visibility: hidden;
}

    .qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
        position: absolute;
        color: #123456;
        background: 0 0;
        border: 0 dashed transparent;
    }

        .qtip .qtip-tip canvas {
            top: 0;
            left: 0;
        }

        .qtip .qtip-tip .qtip-vml {
            behavior: url(#default#VML);
            display: inline-block;
            visibility: visible;
        }
