@charset "utf-8";

.author-warper {
    position: relative;
    /*margin-top: 80px;*/
    min-height: calc(100vh - (3rem + 3.5rem));
    overflow-x: hidden;
}

.author-warper .author-banner {
    min-height: 384px;
    padding-top: 20px;
}

.author-main {
    position: relative !important;
    margin-top: -5rem;
}

.author-bg {
    position: absolute !important;
    width: 100% !important;
    height: 5rem;
    background: rgba(255, 255, 255, .4);
}

.author-content {
    top: 0;
    left: 0;
    width: 100% !important;
}

.author-content .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .author-content .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .author-content .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .author-content .container {
        max-width: 960px;
    }
}

@media (min-width: 1280px) {
    .author-content .container {
        max-width: 1230px;
    }
}

@media (min-width: 1600px) {
    .author-content .container {
        max-width: 1470px;
    }
}

.author-content .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.author-posts,
.author-desc {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.author-desc-content {
    background: rgba(255, 255, 255, .7);
    padding: 1.5rem !important;
    text-align: center;
    display: flex;
    color: #333;
}

.author-head {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.author-head p {
    margin: 0;
}

.author-info {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
}

.author-head img {
    width: 120px;
    height: 120px;
    border-radius: 50% !important;
}

.author-head .author-share img {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 4px 2px;
}

.author-name {
    color: #0071d1 !important;
    margin-bottom: 0 !important;
    font-size: 20px;
    font-weight: 300;
    padding-top: 10px;
}

.author-role {
    font-size: .875rem;
    font-weight: 500;
    color: #6c757d;
}

.author-desc-list {
    line-height: 1.71;
    list-style: disc;
    margin-top: 1.5rem !important;
    margin-left: 0;
    font-size: 16px;
    color: #555;
    text-align: left !important;
}

.author-desc-list li {
    margin-bottom: 1rem !important;
}

.author-count {
    height: 5rem;
    background: rgba(255, 255, 255, .4);
    text-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
}

.author-count::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 50px;
    left: 50%;
    top: 15px;
    border-left: 1px solid #f2f2f2;
    vertical-align: middle;
}

.author-articles-count,
.author-comments-count {
    font-size: 1.5rem;
}

.author-articles-count small,
.author-comments-count small {
    font-size: .875rem;
}

.author-experience {
    padding-bottom: 1rem !important;
    padding-top: 3rem !important;
}

.author-experience .title {
    font-weight: 500;
    padding-bottom: 1.5rem !important;
    border-bottom: 1px solid #dee2e6 !important;
    margin-bottom: 1.5rem !important;
    font-size: 1.75rem;
}

.author-experience .author-experience-desc {
    font-size: 1.25rem;
    font-weight: 500;
    color: #343a40;
    padding-top: 1.5rem !important;
    padding-bottom: 1rem !important;
}

.author-experience p {
    color: #6c757d;
    margin-top: 0;
    margin-bottom: 1rem;
}

.author-experience a {
    color: #0071d1;
}

.author-posts-list nav {
    font-size: 1.25rem;
    border-bottom: 1px solid #dee2e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.author-posts-list nav div {
    color: #0071d1;
    border: none;
    border-bottom: 3px solid #0071d1;
    background-color: #fff;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem;
    margin-bottom: -1px;
    padding: .5rem 1rem;
}

.author-posts-list .posts-main {
    padding-bottom: 1rem !important;
    padding-top: 2rem !important;
}

.posts-section {
    padding: 1rem !important;
    margin-bottom: .5rem !important;
    display: flex !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.posts-section .posts-img {
    max-width: 300px;
    text-align: center !important;
    padding-right: 3rem !important;
}

.posts-section .posts-img img {
    max-width: 100%;
    display: block;
    height: auto
}

.posts-section .posts-content {
    flex: 1;
}

.posts-section .posts-title {
    color: #0071d1 !important;
    font-size: 18px;
}

.posts-section .posts-title a {
    display: block;
    font-size: 20px;
}

.posts-section .posts-title a:hover {
    color: #0071d1;
}

.posts-section p {
    color: #666;
    padding-top: 1rem !important;
    margin-bottom: 1rem;
}

.posts-section .posts-data {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: .875rem;
    color: #999;
}

/*code for pagination */
.number-of-post {
    margin: 20px;
    text-align: center;
}

.number-of-post ul {
    display: inline-flex;
}

.number-of-post li a {
    margin-right: 12px;
}

.number-of-post li a,
.number-of-post li a:hover,
.number-of-post li.active a,
.number-of-post li.disabled {
    text-decoration: none;
}

.navigation li {
    margin-right: 10px
}

.navigation li:not(:last-child):not(:first-child) a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: solid 1px #ccc;
    line-height: 30px;
    vertical-align: top;
    border-radius: 30px;
    text-align: center;
    color: #ccc
}

.navigation li:not(:last-child):not(:first-child) a:hover {
    border-color: #4f79ff;
    color: #4f79ff
}

.navigation li:not(:last-child):not(:first-child).active a {
    border-color: #4f79ff;
    color: #4f79ff
}

.navigation li:first-child,
.navigation li:last-child {
    line-height: 30px
}

.navigation li:first-child a,
.navigation li:last-child a {
    color: #ccc
}

.navigation li:first-child a:hover,
.navigation li:last-child a:hover {
    color: #4f79ff
}

.facebook {
    padding-top: 0
}

.row:after,
.row:before {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

@media (max-width: 769px) {
    .author-warper .author-banner {
        padding-bottom: 100px;
        min-height: auto;
    }

    .author-warper {
        font-size: 14px;
    }

    .author-head img {
        width: 80px;
        height: 80px;
    }

    .author-desc-list {
        font-size: 14px;
        margin-top: 0;
    }

    .author-desc {
        -ms-flex: 0 0 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 15px !important;
    }

    .author-posts {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .posts-section {
        display: block !important;
    }

    .posts-section .posts-img {
        padding-right: 1rem !important;
    }

    .posts-section .posts-title {
        font-size: 16px;
    }

    .posts-section p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .author-warper {
        margin-top: 0px;
    }

    .author-experience {
        padding-bottom: 1rem !important;
        padding-top: 1.5rem !important;
    }

    .posts-section .posts-data {
        font-size: .7rem;
    }
}

@media only screen and (max-width:600px) {
    .author-desc-content {
        display: block;
    }

    .author-head,
    .author-info {
        width: 100%;
        flex: inherit;
        max-width: initial;
    }

    .posts-section .posts-content {
        margin-top: 0.5rem;
    }
}

@charset"utf-8";

.ace-support-top {
    background: #c1c1c1 url("../image/store/store-bg.webp") center center/cover no-repeat;
    padding: 30px 0;
    color: #fff;
    font-size: 18px
}

.ace-support-top h1 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 15px
}

.ace-support-top .form-search {
    display: flex
}

.ace-support-top .form-search .search-put {
    width: 30%;
    border-radius: 0
}

.ace-support-top .form-search .btn-secondary {
    height: 34px;
    padding: 0 20px;
    line-height: 34px
}

.support-list {
    padding-top: 30px
}

.support-list .list-li {
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 50px
}

.support-list .list-li li {
    float: left;
    position: relative;
    width: 31.6%;
    margin-left: 2.5%;
    display: block;
    max-width: 380px;
    overflow: hidden
}

.support-list .list-li li a {
    display: block;
    position: relative;
    overflow: hidden
}

.support-list .list-li li a:after,
.support-list .list-li li a:before {
    content: '';
    z-index: 2;
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out
}

.support-list .list-li li a:after {
    top: 0;
    left: 0;
    border-top: 4px solid #0071d1;
    border-left: 4px solid #0071d1
}

.support-list .list-li li a:before {
    bottom: 0;
    right: 0;
    border-bottom: 4px solid #0071d1;
    border-right: 4px solid #0071d1
}

.support-list .list-li li a:hover:after,
.support-list .list-li li a:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible
}

.support-list .list-li li a:hover {
    box-shadow: 0 5px 5px #ccc
}

.support-list .list-li li:first-child {
    margin-left: 0
}

.support-list .list-li li .message {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 15px 20px;
    min-height: 111px
}

.support-list .list-li li .message .title {
    display: block;
    font-size: 22px;
    padding-bottom: 6px;
    color: #fff;
    font-weight: 300
}

.support-list .list-li li .message p {
    margin-bottom: 0
}

.support-list h2 {
    text-align: center;
    padding: 10px 0;
    font-weight: 400
}

.support-list .describe {
    font-size: 18px;
    color: #666;
    text-align: center;
    padding: 10px 3%
}

.support-list .pro-list {
    padding-left: 0;
    margin-left: 0;
    border: 1px solid #ddd;
    padding: 15px 15px 25px;
    margin-top: 20px
}

.support-list .pro-list li {
    margin-top: 30px;
    font-size: 18px;
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%
}

.support-list .pro-list li img {
    width: 40px;
    display: inline-block;
    padding-right: 5px
}

.support-list .pro-list li a:hover {
    color: #0071d1
}

.support-list .question-list {
    margin-top: 40px
}

.support-list .question-list .item {
    float: left;
    width: 31.33%;
    margin-left: 3%;
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #fff
}

.support-list .question-list .item:first-child {
    margin-left: 0
}

.support-list .question-list .item dt {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd
}

.support-list .question-list .item a {
    color: #444
}

.support-list .question-list .item dd {
    position: relative;
    padding-left: 15px
}

.support-list .question-list .item dd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #333
}

.support-list .question-list .item a:hover {
    color: #0071d1
}

.gray-bg {
    background-color: #f5f5f5;
    padding: 40px 0;
    margin-top: 40px
}

.answer-box {
    margin-top: 40px
}

.support-list .answer-box .svgImg {
    text-align: center;
    background-image: url("../image/ico-contact.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 60px
}

.support-list .answer-box .svgImg img {
    width: 60px
}

.support-list .btn-ac {
    text-align: center
}

@media (min-width: 992px) {
    .support-list .list-li li .message .title {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .ace-support-top {
        padding-top: 80px
    }

    .ace-support-top h1 {
        font-size: 2.2rem
    }

    .ace-support-top .form-search .search-put {
        width: 70%
    }

    .support-list .list-li li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px
    }

    .support-list .list-li li .message {
        min-height: auto
    }

    .support-list .list-li {
        padding-bottom: 0
    }

    .support-list h2 {
        font-size: 1.8rem
    }

    .support-list .describe {
        font-size: 16px
    }

    .support-list .pro-list li {
        font-size: 16px;
        width: 48%;
        position: relative;
        padding-left: 50px
    }

    .support-list .pro-list li img {
        position: absolute;
        left: 0;
        top: 0
    }

    .support-list .question-list .item {
        float: none;
        width: 100%;
        margin-left: 0
    }
}

.main {
    padding-top: 90px;
    background: #ececee url("../image/support/bg.webp") center 30%/cover no-repeat;
    padding-bottom: 50px
}

.main .container {
    padding-bottom: 50px
}

.main h1 {
    color: #000;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400
}

.main h2 {
    color: #eca616;
    font-size: 30px;
    margin-top: 30px;
    font-weight: 400
}

.main p {
    font-size: 18px;
    color: #59797a;
    margin-top: 10px;
    max-width: 600px
}

.ver-list .container>div {
    margin-top: 20px
}

.ver-list .container>div {
    width: calc((100% - 111px)/ 3);
    float: left
}

.ver-list .container>div:not(:last-child) {
    margin-right: 55px
}

.ver-list h3 {
    text-align: center;
    font-size: 24px;
    color: #466061;
    line-height: 24px;
    padding-top: 20px;
    font-weight: 400
}

.ver-list .img {
    display: block;
    text-align: center
}

.ver-list p {
    font-size: 16px;
    color: #59797a;
    line-height: 24px;
    margin-top: 20px
}

.function h2 {
    font-size: 36px;
    line-height: 36px;
    text-align: center
}

.goals {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fafafa
}

.timeline {
    padding-top: 80px;
    padding-bottom: 20px
}

.timeline h2 {
    color: #eca616;
    font-weight: 400
}

.timeline ul {
    margin-top: 80px;
    color: #59797a;
    padding-left: 60px
}

.timeline li {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 70px
}

.timeline .axis {
    width: 60px;
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
}

.timeline .year {
    font-size: 24px;
    margin-top: 5px
}

.timeline .month {
    font-size: 18px;
    position: absolute;
    width: 40px;
    text-align: right;
    top: 42px;
    left: 12px;
    color: rgba(89, 121, 122, .8)
}

.timeline .month::before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 4px;
    right: -19px;
    bottom: 0;
    background: #59797a
}

.timeline .till {
    font-size: 18px;
    color: rgba(89, 121, 122, .8);
    position: absolute;
    top: 65px;
    white-space: nowrap;
    left: -10px
}

.timeline .line {
    background: #dfdfdf;
    height: calc(100% + 60px);
    width: 1px;
    position: absolute;
    left: 65px;
    top: 65px
}

.timeline .news {
    margin-left: 140px;
    padding-left: 125px;
    position: relative
}

.timeline .news .ic-img {
    content: '';
    height: 112px;
    width: 102px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.timeline .news .ic-img img {
    object-fit: cover
}

.timeline .title {
    font-size: 24px
}

.timeline p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px
}

.timeline a {
    text-decoration: underline;
    color: #0071d1
}

.timeline a:hover {
    color: #1a6d80
}

.timeline .establish-ace .news::before {
    background: url("../image/support/establish-ace.webp") left 7px no-repeat
}

.timeline .first-product .news::before {
    background: url("../image/support/first-product.webp") left 7px no-repeat
}

.timeline .pdf-writer .news::before {
    background: url("../image/support/pdf-writer.webp") left 7px no-repeat
}

.timeline .official-site .news::before {
    background: url("../image/support/official-site.webp") left 7px no-repeat
}

.timeline .website .news::before {
    background: url("../image/support/website.webp") left 7px no-repeat
}

.product-line {
    background: #fafafa;
    padding-top: 70px;
    padding-bottom: 90px
}

.product-line h2 {
    color: #eca616;
    font-weight: 400
}

.product-line .wrapper>div {
    margin-top: 50px
}

.product-line p {
    margin-top: 20px
}

.partner {
    background: #145767;
    padding-top: 70px;
    padding-bottom: 90px
}

.partner h2 {
    color: rgba(255, 255, 255, .8);
    font-weight: 400
}

.partner ul {
    margin-top: 60px;
    padding: 0 40px
}

.partner ul::after {
    content: '';
    display: block;
    clear: both
}

.partner a {
    display: block;
    float: left;
    width: calc((100% - 101px)/ 6);
    margin-top: 20px;
    margin-right: 20px;
    opacity: 0.8
}

.partner a img {
    max-width: 100%
}

.partner a:nth-child(6n) {
    margin-right: 0
}

.partner a:hover {
    opacity: 1
}

.guarantee {
    padding-top: 90px;
    background: #fafafa url("../image/support/world-bg.webp") center bottom no-repeat;
    min-height: 515px
}

.guarantee h2 {
    color: #466061;
    font-weight: 400
}

.guarantee ul {
    margin-top: 45px;
    text-align: center;
    font-size: 0
}

.guarantee li {
    margin-top: 20px;
    text-align: center;
    width: 180px;
    height: 180px;
    border: solid 1px #cfcfcf;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    vertical-align: top
}

.guarantee li:not(:last-child) {
    margin-right: 15px
}

.guarantee h3 {
    color: #eca616;
    font-size: 22px;
    margin-top: 60px;
    font-weight: 400
}

.guarantee h4 {
    color: #59797a;
    font-size: 16px;
    margin-top: 25px;
    line-height: 24px;
    font-weight: 400;
    max-width: 80%;
    margin: auto
}

.mark {
    background: url("../image/support/mark-bg.webp") center center/cover no-repeat;
    padding: 55px 0
}

.mark .right {
    padding: 50px 70px 70px;
    background-color: #fff;
    z-index: 2;
    position: relative;
    float: right;
    min-width: 570px;
    width: 570px
}

.mark h2 {
    color: #eca616;
    font-weight: 400
}

.mark p {
    font-size: 18px;
    color: #59797a;
    margin-top: 45px
}

@media (max-width: 768px) {
    .main {
        padding-top: 100px;
        background-position: left center
    }

    .main h1 {
        font-size: 32px;
        line-height: 36px
    }

    .main h2 {
        font-size: 24px
    }

    .main p {
        font-size: 18px;
        line-height: 26px
    }

    .ver-list .container>div {
        float: none;
        width: 100%
    }

    .function {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .function h2 {
        font-size: 30px;
        line-height: 30px
    }

    .timeline ul {
        margin-top: 50px;
        padding-left: 12px
    }

    .timeline .news {
        margin-left: 50px;
        padding-left: 0;
        padding-top: 80px
    }

    .timeline .news::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 77px
    }

    .timeline li {
        padding-bottom: 50px
    }

    .timeline .line {
        height: calc(100% + 40px)
    }

    .timeline .establish-ace .news::before {
        background-size: 100% auto
    }

    .timeline .first-product .news::before {
        background-size: 100% auto
    }

    .timeline .pdf-writer .news::before {
        background-size: 100% auto
    }

    .timeline .official-site .news::before {
        background-size: 100% auto
    }

    .timeline .website .news::before {
        background-size: 100% auto
    }

    .partner ul {
        padding: 0;
        margin-top: 50px
    }

    .partner a {
        width: calc(50% - 5px);
        margin-right: 10px
    }

    .partner a:nth-child(2n) {
        margin-right: 0
    }

    .guarantee li {
        width: 140px;
        height: 140px;
        display: block;
        float: left
    }

    .guarantee h3 {
        font-size: 20px;
        margin-top: 40px
    }

    .guarantee h4 {
        margin-top: 0;
        font-size: 14px;
        line-height: 20px
    }

    .mark .right {
        max-width: 100%;
        margin: 0 auto;
        padding: 40px 30px;
        min-width: auto
    }

    .mark p {
        margin-top: 20px
    }
}

.main-content {
    margin-top: 100px
}

.common-submit-content>.wrapper {
    width: 1200px
}

.common-submit-content>.wrapper h2 {
    width: 1000px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    line-height: 34px;
    font-family: opensans
}

.common-submit-content>.wrapper .ticket-form {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.common-submit-content h1,
.common-submit-content .note {
    text-align: center;
}

.support-form {
    margin-top: 30px;
    line-height: 40px
}

.support-form input[type=email],
.support-form input[type=number],
.support-form input[type=password],
.support-form input[type=text],
.support-form select {
    width: 100%;
    border: none;
    border-bottom: solid 1px #999;
    height: 40px;
    line-height: 40px;
    font-size: 18px
}

.support-form input[type=email]~.close,
.support-form input[type=number]~.close,
.support-form input[type=password]~.close,
.support-form input[type=text]~.close {
    position: absolute;
    right: -9px;
    top: 5px;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out
}

.support-form input[type=email].touched:invalid,
.support-form input[type=number].touched:invalid,
.support-form input[type=password].touched:invalid,
.support-form input[type=text].touched:invalid {
    border-color: red
}

.support-form input[type=email].touched:invalid~.close,
.support-form input[type=number].touched:invalid~.close,
.support-form input[type=password].touched:invalid~.close,
.support-form input[type=text].touched:invalid~.close {
    opacity: 1;
    z-index: 30
}

.support-form input[type=email].touched:invalid~.invalid-text,
.support-form input[type=number].touched:invalid~.invalid-text,
.support-form input[type=password].touched:invalid~.invalid-text,
.support-form input[type=text].touched:invalid~.invalid-text {
    opacity: 1
}

.support-form input[type=email].touched:valid,
.support-form input[type=number].touched:valid,
.support-form input[type=password].touched:valid,
.support-form input[type=text].touched:valid {
    border-color: #23aa33
}

.support-form input[type=email].touched:valid~.correct,
.support-form input[type=number].touched:valid~.correct,
.support-form input[type=password].touched:valid~.correct,
.support-form input[type=text].touched:valid~.correct {
    opacity: 1
}

.support-form .win-foot button {
    background-color: #333;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    padding-right: 35px;
    border: none
}

.support-form .win-foot button:hover {
    background-color: #23a0e1
}

.support-form>div {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px
}

.support-form>div::after {
    content: '';
    display: block;
    clear: both
}

.support-form .verify input {
    width: 200px !important
}

.support-form .verify img {
    height: 40px;
    margin-left: 10px;
    cursor: pointer
}

.support-form .forget {
    width: 100%;
    overflow: hidden;
    text-align: left
}

.support-form .forget-password {
    float: right;
    text-decoration: underline;
    color: #666;
    cursor: pointer
}

.support-form .forget-password:hover {
    color: #23a0e1
}

.support-form input[type=submit] {
    background-color: #23a0e1;
    color: #fff
}

.support-form input[type=submit]:hover {
    background-color: #3e89cd;
    border-color: #3e89cd
}

@media (max-width: 768px) {

    .support-form .email>input,
    .support-form .password>input {
        border-bottom: none
    }

    .support-form .forget-password {
        color: #5295e7
    }
}

.support-form {
    overflow: hidden;
    position: relative
}

.support-form>div:not(.products-content) {
    padding-left: 0
}

.support-form input {
    padding-left: 0;
    color: #333;
    width: 100%
}

.support-form input:focus:invalid,
.support-form input:focus:valid {
    border-bottom-color: #333
}

.message-error {
    color: red;
    display: none
}

.support-key-form .products-content {
    margin-top: -26px
}

.support-key-form .necessary {
    float: right;
    color: #ff8a00;
    font-size: 24px;
    padding-top: 7px
}

.support-key-form .win-foot {
    overflow: hidden;
    padding-top: 44px;
    padding-right: 30px
}

.support-key-form .win-foot button {
    float: right;
    font-size: 18px;
    height: 40px;
    background-color: #333;
    color: #fff;
    opacity: 0.9;
    border: none;
    margin-bottom: 20px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.support-key-form .win-foot button.submit {
    margin-left: 20px
}

.support-key-form .win-foot button.submit:hover {
    background: #23a0e1
}

.support-key-form .win-foot button.cancel {
    background: #888;
    color: #fff
}

.support-key-form .win-foot button.cancel:hover {
    background: #23a0e1;
    color: #fff;
    border-color: #23a0e1
}

@media (max-width: 768px) {
    .support-key-form .win-foot button {
        margin-bottom: 20px
    }
}

.ticket-form {
    line-height: 40px
}

.ticket-form>div:not(.products-content) {
    margin-top: 20px;
    font-size: 18px;
    padding-left: 0
}

.ticket-form>div:not(.products-content)>span:first-child {
    float: left;
    width: 25%;
    padding-right: 15px;
    text-align: right;
    color: #666
}

.ticket-form>div:not(.products-content)>input,
.ticket-form select {
    float: left;
    border: none;
    width: calc(75% - 30px);
    border-bottom: solid 1px #d6d6d6;
    height: 40px;
    line-height: 40px;
    padding-left: 0
}

.ticket-form input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.ticket-form input::-moz-placeholder {
    color: #999999;
    opacity: 1
}

.ticket-form input:-ms-input-placeholder {
    color: #999999
}

.ticket-form input::-webkit-input-placeholder {
    color: #999999
}

.ticket-form input::-ms-expand {
    border: 0;
    background-color: transparent
}

.ticket-form .invalid-text {
    left: 25%
}

.ticket-form .close {
    margin-top: 4px
}

.ticket-form .note-editor,
.ticket-form .ticket-attachments {
    width: calc(75% - 30px);
    float: left
}

.ticket-form .ticket-attachments li {
    line-height: 40px
}

.ticket-form .note-editor {
    margin-top: 10px;
    resize: vertical;
    height: 280px
}

.ticket-form .note-editor textarea {
    width: 100%;
    border: solid 1px #d6d6d6;
    height: 245px
}

.ticket-form .note-editor.empty {
    border-color: red
}

.ticket-form .note-editing-area {
    height: calc(100% - 41px)
}

.ticket-form .note-editable {
    height: 100%
}

.ticket-form .necessary {
    float: right;
    color: #ff8a00;
    font-size: 24px;
    padding-top: 0
}

.ticket-form input.select-problem-type,
.ticket-form input.select-text {
    margin-bottom: 0;
    background: url("../image/faq/select.svg?0d2b") no-repeat right 8px center
}

.ticket-form input.select-problem-type:focus:invalid,
.ticket-form input.select-problem-type:focus:valid,
.ticket-form input.select-text:focus:invalid,
.ticket-form input.select-text:focus:valid {
    background-image: url("../image/faq/select.svg?0d2b")
}

.ticket-form .data-list {
    width: calc(75% - 30px)
}

.ticket-form .win-foot {
    padding-top: 0;
    margin-left: 25%;
    width: 75%;
    padding-right: 30px
}

.ticket-form .win-foot button {
    height: 38px;
    line-height: 38px
}

.ticket-form .products-content {
    width: calc(75% - 30px);
    margin-left: 25%;
    border-top: 1px solid #ddd;
    top: -1px;
    display: none;
    margin-top: -30px
}

.data-list {
    border: 1px solid #333;
    position: absolute;
    right: 30px;
    top: 39px;
    z-index: 100;
    background: #fff;
    line-height: 30px;
    display: none
}

.data-list li {
    padding: 0 10px;
    cursor: pointer
}

.data-list li:hover {
    background: #eee
}

.data-list li.active {
    color: #0f9ee5
}

.ticket-attachment-part {
    display: none
}

.ticket-attachment-part .close {
    float: none;
    display: inline-block;
    vertical-align: top;
    opacity: 1
}

.close {
    width: 30px;
    height: 30px;
    padding: 8px;
    cursor: pointer
}

.close>i {
    background: #999;
    height: 1px;
    width: 15px;
    display: block;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.close>i:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 8px
}

.close>i:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px
}

.close:hover>i {
    background: red
}

.submit-ticket-foot.win-foot button {
    height: 38px;
    text-align: center;
    line-height: 38px;
    float: left;
    padding: 0 28px
}

.submit-ticket-foot.win-foot .reset,
.submit-ticket-foot.win-foot .submit {
    float: right
}

.submit-ticket-foot.win-foot button.cancel {
    background-color: #fff;
    border: 1px solid #888;
    color: #222
}

.submit-ticket-foot.win-foot .select-file {
    float: left
}

.submit-ticket-foot.win-foot .submit-box {
    float: right
}

.submit-ticket-foot.win-foot .file {
    margin-left: 0;
    border: solid 1px #23a0e1;
    color: #23a0e1;
    background-color: #fff;
    font-size: 18px
}

.submit-ticket-foot.win-foot .file::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-image: url("../image/user-tickets/add-blue.svg?2852");
    background-repeat: no-repeat;
    background-position: center center
}

.submit-ticket-foot.win-foot .file:hover {
    background-color: #23a0e1;
    color: #fff
}

.submit-ticket-foot.win-foot .file:hover::before {
    background-image: url("../image/user-tickets/add-hover.svg?a277");
    text-decoration: none
}

.products-content {
    width: 100%;
    border: solid 1px #ddd;
    background: #fff;
    padding: 60px 60px 20px;
    overflow: hidden;
    display: none;
    position: relative;
    margin-top: -1px;
    padding: 0
}

.products-content.active {
    display: block
}

.products-content .close {
    position: absolute;
    top: 10px;
    right: 10px
}

.products-content .classify {
    width: 100%;
    overflow: hidden
}

.products-content .classify>li {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: solid 1px #999;
    color: #666;
    cursor: pointer
}

.products-content .classify>li:first-child {
    border-right-color: transparent
}

.products-content .classify>li:last-child {
    border-left-color: transparent
}

.products-content .classify>li.active {
    color: #fff;
    background: #23a0e1;
    border-color: transparent
}

.products-content .classify>li>span {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
    padding: 10px 0 10px 35px
}

.products-content .panel {
    background: #f4f5f9;
    height: 44px;
    line-height: 44px;
    padding-left: 61px;
    background-position: 25px center;
    background-size: 22px auto;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer
}

.products-content .panel:hover {
    background-color: #eaecf4
}

.products-content .panel:last-child {
    border-bottom: none
}

.products-content .panel.active .panel-control {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
}

.products-content .panel.pc {
    background-image: url("../image/submit-ticket/pc.svg?cff3");
    display: none
}

.products-content .panel.online {
    border-top: solid 1px #ddd;
    border-bottom: none;
    background-image: url("../image/submit-ticket/online.svg?e3f9")
}

.products-content .panel-control {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    background: url("../image/submit-ticket/control.svg?25eb") center center/10px auto no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.products-content .pro-content {
    overflow: hidden;
    margin: 0 -3px;
    width: 100%;
    display: none
}

.products-content .pro-content.active {
    display: block
}

.products-content .pro-content li {
    float: left;
    width: calc(20% - 6px);
    margin: 0 3px;
    text-align: center;
    border: solid 2px transparent;
    cursor: pointer;
    max-height: 135px;
    overflow: hidden;
    height: 135px;
    font-size: 14px;
    color: #333;
    background-repeat: no-repeat;
    line-height: 20px
}

.products-content .pro-content li::before {
    content: '';
    display: block;
    width: 70px;
    height: 65px;
    margin: 5px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 40px
}

.products-content .pro-content li i {
    display: block;
    width: 88px;
    height: 77px;
    margin: 12px auto 10px;
    background-repeat: no-repeat
}

.products-content .pro-content li.active,
.products-content .pro-content li:hover {
    border: solid 2px rgba(35, 160, 225, .6)
}

.products-content .pro-content li.active a,
.products-content .pro-content li:hover a {
    text-decoration: none
}

.products-content .mac span {
    background-image: url("../image/lost-key/mac.svg?6d90")
}

.products-content .mac.active span {
    background-image: url("../image/lost-key/mac-active.svg?5bd8")
}

.products-content .windows span {
    background-image: url("../image/lost-key/windows.svg?5a0c")
}

.products-content .windows.active span {
    background-image: url("../image/lost-key/windows-active.svg?135d")
}

div.panel {
    display: block !important;
    padding: 0
}

div.panel>.panel-heading {
    background-color: transparent;
    border: none
}

.note-fontname,
.note-height,
.note-help,
.note-para,
.note-style,
.note-table,
.note-view,
button[data-event=codeview],
button[data-event=insertHorizontalRule],
button[data-event=removeFormat] {
    display: none !important
}

.note-editor {
    overflow: auto
}

.note-editor label {
    display: block
}

.note-editor input {
    width: 100% !important;
    border: 1px solid #d6d6d6 !important
}

.note-editor [type=checkbox] {
    width: 14px !important;
    left: 0;
    top: 6px;
    margin: 0 !important;
    height: 14px !important;
    line-height: 14px !important
}

.note-editor [type=file] {
    border: 0 !important;
    width: 100px !important;
    height: 36px !important;
    line-height: 36px !important;
    padding: 0;
    position: relative
}

.note-editor [type=file]:after {
    content: 'Browse';
    cursor: pointer;
    min-width: 100px;
    padding: 0 18px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    background: #3E89CD;
    color: #fff;
    border-radius: 3px;
    top: 0;
    left: 0;
    text-align: center;
    white-space: nowrap
}

.note-editor [type=file]:lang(zh)::after {
    content: "浏览"
}

.note-editor [type=file]:lang(tw)::after {
    content: "瀏覽"
}

.note-editor [type=file]:lang(ja)::after {
    content: "参照"
}

.note-editor [type=file]:lang(es)::after {
    content: "Explorar"
}

.note-editor [type=file]:lang(fr)::after {
    content: "Parcourir"
}

.note-editor [type=file]:lang(pt)::after {
    content: "Navegar"
}

.note-editor [type=file]:lang(de)::after {
    content: "Browsen"
}

.note-editor [type=file]:lang(it)::after {
    content: "Naviga"
}

.note-editor [type=file]:lang(tr)::after {
    content: "Göz at"
}

.note-editor [type=file]:lang(nl)::after {
    content: "Bladeren"
}

.note-editor [type=file]:lang(pl)::after {
    content: "Przeglądaj"
}

.note-editor [type=file]:lang(hu)::after {
    content: "Böngészés"
}

.note-editor [type=file]:lang(cs)::after {
    content: "Procházet"
}

.note-editor [type=file]:lang(sv)::after {
    content: "Bläddra"
}

.note-editor [type=file]:lang(da)::after {
    content: "Gennemse"
}

.note-editor [type=file]:lang(fi)::after {
    content: "Selaa"
}

.note-editor [type=file]:lang(el)::after {
    content: "Πλοήγηση"
}

.note-editor [type=file]:lang(no)::after {
    content: "Bla gjennom"
}

.note-editor .dropdown-toggle {
    width: 45px;
    height: 30px
}

.note-editor .btn .caret {
    margin-left: 0;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto
}

.note-image-popover .popover-content .btn-group:nth-child(1n+2),
.note-image-popover .popover-content br {
    display: none
}

.msg {
    width: 500px;
    height: 150px;
    padding-top: 36px;
    z-index: 1200;
    margin: 0
}

.msg-head {
    display: none
}

.msg-body {
    flex: none;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 50px;
    font-size: 17px;
    min-height: 38px;
    background-position: left center;
    background-repeat: no-repeat
}

.msg-prompt .msg-body {
    padding-left: 0
}

.msg-info {
    text-align: center
}

.msg-info .msg-body {
    padding-left: 0
}

.msg-alert .msg-body {
    background-image: url("../../com/img/win/alert.svg?2835")
}

.msg-error .msg-body {
    background-image: url("../../com/img/win/error.svg?7233")
}

.msg-success .msg-body {
    background-image: url("../../com/img/win/success.svg?f566")
}

.msg-confirm .msg-body {
    background-image: url("../../com/img/win/confirm.svg?d06b")
}

.msg-title {
    font-weight: 700
}

.msg-text {
    line-height: 24px
}

.msg-field {
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px
}

.msg-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eaeaea;
    padding: 0;
    line-height: 34px
}

.msg-foot {
    padding-top: 20px
}

.msg .win-close svg {
    display: none
}

.notify {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 1300;
    width: 100%;
    line-height: 40px
}

.notify-item {
    height: 40px;
    text-align: center
}

.notify-type-success {
    background: #ecf3ff;
    color: #478afb
}

.notify-type-alert {
    background: #ffebec;
    color: #e64a4a
}

.notify-content {
    display: flex;
    justify-content: center;
    width: 1000px;
    max-width: 90%;
    height: 100%;
    margin: 0 auto
}

.notify-icon {
    width: 36px
}

.notify-icon-success {
    background: url("../../com/img/notify/success.svg?88c9") center no-repeat
}

.notify-icon-alert {
    background: url("../../com/img/notify/alert.svg?ac49") center no-repeat
}

.common-submit-content>.wrapper .note {
    margin-top: 15px;
    width: 1000px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 769px) and (max-width:960px) {
    .nav li {
        margin-left: 0
    }

    .nav .store {
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .ticket-form .data-list {
        width: auto;
        left: 0;
        top: 79px
    }

    .ticket-form .support-form {
        margin-top: 20px
    }

    .ticket-form .note-editor,
    .ticket-form .products-content {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin-left: 0
    }

    .ticket-form .note-editor {
        height: 200px
    }

    .ticket-form .note-editing-area {
        height: 157px
    }

    .submit-ticket-foot.win-foot {
        margin-left: 0;
        width: 100%;
        padding-top: 0
    }

    .products-content .pro-content li {
        width: 50%;
        margin-left: 0;
        margin-right: 0;
        line-height: 25px
    }

    .products-content {
        width: 100%
    }

    .products-content h4 {
        font-size: 16px
    }

    .products-content .platform-content {
        margin-top: 20px
    }

    .products-content .platform-content li {
        height: 130px
    }

    .common-submit-content>.wrapper h2 {
        text-align: center
    }

    .data-list {
        width: auto;
        left: 0;
        top: 79px
    }

    .support-form {
        margin-top: 20px
    }

    .note-editor,
    .products-content {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin-left: 0
    }

    .note-editor {
        height: 200px
    }

    .note-editing-area {
        height: 157px
    }

    .submit-ticket-foot.win-foot .select-file,
    .submit-ticket-foot.win-foot .submit-box {
        float: none;
        clear: both
    }

    .submit-ticket-foot.win-foot .select-file button,
    .submit-ticket-foot.win-foot .submit-box button {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-bottom: 10px
    }
}

@media (max-width: 480px) {
    .products-content .pro-content li {
        width: 33.3%;
        line-height: 25px
    }
}

@media (max-width: 480px) {
    .products-content .classify>li {
        font-size: 0
    }

    .products-content .classify>li>span {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.banner-404 {
    padding-top: 110px;
    padding-bottom: 74px;
    border-bottom: 2px solid #f0f0f0
}

.banner-404 .img,
.center-404 .img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.banner-404 h1 {
    font-size: 27px;
    color: #333333
}

.banner-404 p {
    font-size: 18px;
    color: #666666
}

.banner-404 a {
    font-size: 18px;
    color: #0071d1
}

.center-404 {
    padding-top: 70px;
    padding-bottom: 200px
}

.center-404 h2 a {
    color: #337ab7;
    outline: 0
}

.center-404 h2 a:active,
.center-404 h2 a:hover {
    color: #23527c;
    outline: 0
}