* {
    margin: 0;
    padding: 0;
}

body,
.tooltip,
.popover {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    font-size: 14px;
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 42px 0 20px;
}
.bra5{
    border-radius: 5px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small {
    display: block;
    line-height: 1.5em;
    font-size: 16px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

a {
    text-decoration: none;
}

p,
li {
    line-height: 2em;
}

li.page-item {
    line-height: 1.4;
}

small {
    display: block;
}

.ml10 {
    margin-left: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt30 {
    margin-top: 30px;
}

.mt10 {
    margin-top: 10px;
}

.pd10 {
    padding: 10px;
}

.pd20 {
    padding: 20px;
}

.pd30 {
    padding: 30px;
}

.pt20 {
    padding-top: 20px;
}

.pt40 {
    padding-top: 40px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.i {
    font-style: italic;
}
.rel {
    position: relative;
}

.gray {
    color: #888;
    text-shadow: none;
}

.login {
    width: 400px;
    margin: 0 auto;
    margin-top: 100px;
    background: #fff;
    padding: 20px;
}

.login .title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.img_code {
    padding: 0;
    border: none;
    margin-left: 0;
}

.img_code img {
    height: 100%;
}

.bgf {
    background: #fff;
}

.xiang_item {
    background: #fff;
    padding: 10px;
    border: 1px #eee solid;
    border-radius: 10px;
}

.xiang_item .title {
    font-size: 14px;
    font-weight: bold;
}

.xiang_item .time {
    font-size: 12px;
    margin-top: 10px;
    color: #999;
}

.xiang_item .content {
    height: 120px;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    overflow-y: auto;
}

.xiang_item .content img {
    display: block;
    max-width: 100%;
}

.project_detail .body {
    font-size: 16px;
}

.project_detail .body img {
    display: block;
    max-width: 100%;
}

.index_search_flex {
    display: flex;
    align-items: center;
}

.panel_header_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.diyAuthList .body_text {
    margin-bottom: 5px;
}

.diyAuthList .body_text.b {
    font-weight: bold;
}

.iframe_modal {
    border: none;
    width: 100%;
    height: 450px;
    background: none;
    overflow-x: hidden;
}

.modal-content {
    border: none;
}

.red {
    color: #f44;
}

.panel-footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel-body .body_text {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.panel-body .body_text>span:first-child {
    white-space: nowrap;
    width: 120px;
    flex-shrink: 0;
}

.panel-body .body_text>span:last-child {
    word-break: break-all;
}

.panel-body .body_text .jiqi {
    height: 60px;
}

.panel-body {
    height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.login_wrap {
    width: 100%;
    overflow: hidden;
}


/* 心代码开始 */


/* index banner */
.main_subtitle {
    line-height: 1.4;
    margin-top: 20px;
}

.for_free {
    font-weight: bold;
    font-style: italic;
    font-size: 120%;
    color: #ff6f00;
}

.index_banner_body {
    overflow: hidden;
    height: 500px;
    width: 550px;
    position: relative;
    border-radius: 10px;
}

.index_banner_body .carousel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.tihuan_preview {}

.tihuan_preview_li {
    width: 90px;
    height: 90px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px #ddd solid;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s ease;
}

.tihuan_preview_li:hover {
    box-shadow: 0 15px 25px rgb(52 73 94 / 10%);
    border: 1px #05f solid;
}

.tihuan_preview_li.active {
    border: 1px #05f solid;
}

.MainUploadTarget-drop_plus_button {
    display: flex;
}

.MainUploadTarget-upload_button {
    width: 265px;
    font-size: 13px;
    max-width: 50%;
    text-transform: inherit;
    letter-spacing: inherit;
    flex-shrink: 0;
}

.MainUploadTarget-upload_button button {
    cursor: pointer;
    width:100%;
    height:100%;
    background-color: #05f;
    color: #fff !important;
    font-size: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 188px;
}

.input_file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.MainUploadTarget-upload_button button span {
    font-size: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    white-space: normal;
}

.MainUploadTarget-upload_button button:hover {
    color: #fff;
    background-color: #1474ff;
    box-shadow: 0 15px 25px rgb(52 73 94 / 10%);
}


/* banner 结束 */


.btn-bd-download {
    font-weight: 600;
    color: #fff;
    background-color: #05f;
}

a.btn-bd-download:hover {
    color: #fff;
    background-color: #4d7cff;
    border-color: #4d7cff;
}


.foxpsd_logo {
    height: 40px;
}

.max-ml-30 {
    margin-left: 30px;
}

.fb {
    font-weight: bold;
}


.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
}

.Headline {
    text-align: center;
}

.Headline>.h1 {
    text-align: center;
}

.Headline>small {
    font-size: 18px;
    margin-top: 14px;
}

h1 small,
.h1 small {
    font-size: 18px;
    margin-top: 14px;
}

.V2-fpLineGraphic {
    width: 100%;
    max-width: 100px;
    display: block;
    margin: auto;
    margin-top: 15px;
}

.V2-Reason-chunk {
    width: 90%;
}

.V2-Reason-title {
    margin-bottom: 13px;
    margin-top: 13px;
    line-height: 1.2;
    transition: color .2s ease-in-out;
}

.V2-Reason-blurb {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 2em;
}

.V2-fpSubRow:nth-child(2) {
    margin-top: 40px;
}

.V2-testimonial {
    margin-top: 180px;
    text-align: center;
}

.main_title {
    text-shadow: none;
    color: #000;
    text-align: left;
    margin-top: 8px;
    margin-left: -2px;
    line-height: 1.1;
    font-size: 42px;
}

.V2-fpSection .h1 {
    text-align: center;
}

.V2-fpSection {
    margin-bottom: 80px;
}

.V2-fpGraphic {
    border-radius: 2px;
    overflow: hidden;
    margin-right: 15px;
}

.responsiveImageContainer {
    position: relative;
}

.responsiveImageContainer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.V2-fpGraphic img {
    width: 100%;
    height: auto;
}

.cta_link {
    display: block;
    padding: 5px;
    padding-left: 0;
    color: #1474ff;
    font-size: 14px;
    font-weight: 700;
}

a.cta_link {
    text-decoration: none;
}

.V2-better_than {
    margin-top: 96px;
}

.V2-AwesomeFor-main_container {
    margin: auto;
    margin-top: 150px;
    padding-left: 100px;
}

.V2-AwesomeFor-item {
    padding: 40px 20px 41px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.V2-AwesomeFor-icon {
    width: 64px;
    margin-top: 15px;
}

.V2-AwesomeFor-text {
    width: calc(100% - 100px);
}

.V2-AwesomeFor-text p {
    font-size: .9em;
}

.MainFooter-main_container {
    margin-top: 200px;
}

.MainFooter-clv_footer {
    background-color: #f2f2f2;
}

.MainFooter-clv_footer .container {
    min-height: 160px;
    display: flex;
    align-items: center;
}

.MainFooter-flex_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.MainFooter-clv_footer .container .MainFooter-flex_container {
    align-items: flex-end;
    flex-wrap: wrap;
}

.MainFooter-clv_logo {
    width: 60px;
    margin-right: 10px;
}

.MainFooter-clv_logo img {
    height: 40px;
}

.MainFooter-main_container ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.MainFooter-terms_privacy ul {
    display: flex;
}

.MainFooter-terms_privacy ul li {
    font-size: 10px;
    padding: 20px;
    padding-bottom: 0;
}

.MainFooter-terms_privacy ul li:first-child {
    font-weight: 700;
}

.MainFooter-terms_privacy p {
    margin: 0;
}

.MainFooter-terms_privacy p a {
    color: #1a1a1a;
    text-decoration: none !important;
}


.top_pitch_section_container {
    padding-top: 50px;
}

/* 登录环节开始 */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 5%), 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 5%), 0 1px 0 rgb(255 255 255 / 10%);
}

.form-group {
    margin-bottom: 15px;
}

.icon_img {
    text-align: center;
}

.wx_img {
    width: 60%;
    display: block;
}

.Tutorials-sidebar {
    position: static;
    overflow: unset;
}

.VerticalNav-nav {
    padding: 0;
    margin: 0;
}

.VerticalNav-nav>li,
.VerticalNav-nav>li>ul>li {
    position: relative;
    list-style: none;
    margin: 2px 6px 2px 0;
    line-height: 2em;
}

.VerticalNav-nav a {
    text-decoration: none !important;
    padding: 8px 0;
    line-height: 1;
    color: #666;
    transition: all .5s ease;
    display: block;
    font-size: .9em;
}

.VerticalNav-nav a:hover {
    color: #05f;
}

.VerticalNav-nav .active>a {
    color: #05f;
    font-weight: bolder;
    font-size: .95em;
}

.VerticalNav-nav .active>a:hover {
    color: #05f;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 1;
}

.PageHeader-title h1 {
    text-align: left;
    margin-bottom: 25px;
    margin-top: 50px;
    line-height: 1;
}

h1 small,
.h1 small {
    font-size: 18px;
    margin-top: 14px;
}

.Tutorials-main_container h1,
.Tutorials-main_container .h1 {
    font-size: 44px;
}

.Tutorials-body h3,
.Tutorials-body h4,
.Tutorials-body h5,
.Tutorials-body p,
.Tutorials-body .alert {
    max-width: 630px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #05f;
}

.PricingPanel-panel {
    position: relative;
    background-color: #1474ff;
    border-radius: 3px;
    box-shadow: 0 5px 30px rgb(0 0 0 / 20%);
    width: 100%;
    max-width: 325px;
    height: 420px;
    margin: auto;
    margin-bottom: 25px;
    padding: 40px;
    color: #fff;
}

.PricingPanel-header {
    margin-bottom: 22px;
}

.PricingPanel-sub_title {
    opacity: .9;
}

.PricingPanel-title h3 {
    margin-top: 3px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1;
}

.PricingPanel-sub_title p {
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.PricingPanel-body ul {
    opacity: .9;
    list-style: none;
    padding: 0;
}

.PricingPanel-panel li {
    color: #fff;
}

.PricingPanel-body ul li {
    margin-bottom: 17px;
    line-height: 1.1;
}

.PricingPanel-detail {
    font-size: 14px;
}

.PricingPanel-body ul {
    opacity: .9;
    list-style: none;
    padding: 0;
}

.PricingPanel-body ul li ul li {
    margin-top: 3px;
    margin-bottom: 3px;
}

.PricingPanel-footer {
    position: absolute;
    bottom: 45px;
    left: 45px;
    width: calc(100% - 90px);
}

.bttn {
    position: relative;
    transition: all .5s;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 30px;
    height: 40px;
    padding: 0 24px;
    font-size: 12px;
    letter-spacing: 1.7px;
    font-weight: 800;
}

.bttn {
    height: 33px;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.2;
    border-radius: 100px;
    margin: auto;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    padding: 9px 20px;
}

.bttn_white {
    box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
    color: #1a1a1a !important;
    background-color: white;
}

.PricingPanel-panel .bttn {
    height: auto;
    padding: 13px 30px;
    letter-spacing: 1px;
    white-space: normal;
}

.bttn_white:hover,
.bttn_white:active {
    background-color: #fff;
    color: #05f !important;
    box-shadow: 0 8px 20px rgb(0 0 0 / 15%);
}

.PricingPanel-period_and_currency_outer {
    display: flex;
    justify-content: flex-end;
}

.PricingPanel-period_and_currency_inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.app_radio_button_group {
    margin: 2px 4 px;
    border-radius: 3 px;
    display: inline-flex;
    border: 1 px solid rgba(0, 0, 0, .1);
}

.app_radio_buttons {
    padding: 4 px 5 px;
    font-size: 13px;
    margin: 0;
    font-weight: normal;
    cursor: pointer;
    transition: all .25s ease;
    color: #757575;
}

.app_radio_buttons:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.app_radio_buttons:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.app_radio_buttons.active {
    box-shadow: 0 1px 3px rgb(0 85 255 / 30%), inset 0 -1px 0 0 rgb(0 0 0 / 10%);
    background-color: #05f;
    color: #fff !important;
}

.app_radio_buttons input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    cursor: inherit;
}

.PricingPanel-period_annual_callout {
    position: relative;
    display: flex;
    font-size: 13px;
    align-items: center;
    color: #ff6f00;
    font-style: italic;
    white-space: normal;
    height: 100%;
    max-height: 100%;
}

.PricingPanel-period_annual_callout svg {
    position: absolute;
    left: -25px;
    top: -18px;
}

.PricingPanel-period_annual_callout div {
    background: white;
    z-index: 100;
    text-align: center;
}

.svg-callout-arrow {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.PricingPanel-period_annual_callout svg path {
    stroke: #ff6f00;
}

.ClipperNav-language_account_mobile_bar {
    display: none;
    width: 100%;
    background-color: #1a1a1a;
}

.ClipperNav-language_account_mobile_bar>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.ClipperNav-language_account_mobile_bar>ul>li {
    margin: 0;
    line-height: 1.1;
    font-size: 14px;
    color: #666;
}

.ClipperNav-language_account_mobile_bar>ul>li>a {
    padding: 4px 10px;
    display: block;
    color: #ccc;
    min-height: 23px;
}

.PageHeader-container {
    text-align: left;
    margin-top: 5px;
}

.PageHeader-title h2 {
    margin: 42px 0 20px;
    margin-bottom: 5px;
}

.plain_list_table code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.plain_list_table code {
    overflow-wrap: normal;
    white-space: nowrap;
}

.plain_list_table p {
    margin: 0;
}

.comment {
    font-size: small;
    color: #666;
    font-style: italic;
}

.plain_list_table .row {
    margin-top: 7px;
}

.plain_list_table .row:first-child {
    margin-top: 15px;
}

.bttn_group {
    display: flex;
    margin-bottom: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1.0 1.0;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
}

.plain_list_table .bttn_group {
    margin-top: 40px;
}

.bttn {
    position: relative;
    transition: all .5s;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 30px;
    height: 40px;
    padding: 0 24px;
    font-size: 12px;
    letter-spacing: 1.7px;
    font-weight: 800;
}

.bttn_dark {
    background-color: #34495e;
    color: white;
    box-shadow: 0 4px 15px rgb(52 73 94 / 30%);
}

.bttn {
    height: 33px;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.2;
    border-radius: 100px;
    margin: auto;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    padding: 9px 20px;
}

.bttn_dark {
    background-color: #05f;
    color: #fff !important;
}

.bttn_group .bttn:not(.dropdown):not(null),
.bttn_group .search_form,
.bttn_group .dropdown_bttn,
.bttn_group .bttn_ghost {
    margin: 0;
    margin-bottom: 10px;
    margin-right: 17px;
}


.bttn:hover,
.bttn:active {
    text-decoration: none;
}

.bttn_dark:hover,
.bttn_dark:active {
    background-color: #485e73;
    color: white;
    box-shadow: 0 6px 22px rgb(52 73 94 / 40%);
}

.bttn_dark:hover,
.bttn_dark:active {
    background-color: #1474ff;
}

.bttn_group .bttn:not(.dropdown):not(null),
.bttn_group .search_form,
.bttn_group .dropdown_bttn,
.bttn_group .bttn_ghost {
    margin: 0;
    margin-bottom: 10px;
    margin-right: 17px;
}

.text-right {
    text-align: right;
}

.f12 {
    font-size: 12px;
}

.huihang {
    word-break: break-all;
}

.tag {
    box-sizing: border-box;
    margin: 0 8px 0 0;
    color: #000000d9;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    display: inline-block;
    height: auto;
    padding: 0 7px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    opacity: 1;
    transition: all .3s;
}
.tag.success {
    border-color: transparent;
    color: #fff;
    background-color: rgb(135, 208, 104);
}
.tag.error {
    border-color: transparent;
    color: #fff;
    background-color: #ff4d4f;
}

li.nav-item {
    line-height: 1.5;
}


.dashed_list {
    list-style: none;
    padding: 0;
    padding-left: 23px;
    padding-right: 15px;
}
.Tutorials-body .dashed_list {
    max-width: 70ch;
    padding-left: 25px;
}
.dashed_list li {
    margin-left: 0;
    position: relative;
    margin-bottom: 17px;
    color: #666;
}
.dashed_list li::before {
    content: '– ';
    position: absolute;
    left: -21px;
}
.b {
    font-weight: bold;
}


.Tutorials-main_container h3, 
.Tutorials-main_container .h3 {
    font-size: 26px;
}
.banner_bg {
    background-color: #32c5ff;
    margin: 25px 0 12px;
    border-radius: 8px;
}
.banner_bg > img {
    width: 100%;
}

.goods_info {
    max-width: 830px;
}

.alert {
    color: #fff;
    background: #1a1a1a;
    border-radius: 3px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
    text-shadow: none;
    border: none;
    padding: 35px;
    margin: 15px;
    margin-top: 25px;
}
.alert-success {
    background: #27ae60;
}
.alert-success .alert-link {
    color: #fff;
}
.alert-info {
    background: #1474ff;
}


.alert::before {
    background-image: url(./../images/alert-info.svg);
    content: ' ';
    width: 25px;
    height: 25px;
    margin-right: 22px;
    position: absolute;
    left: 20px;
}
.alert-success::before {
    background-image: url(./../images/alert-success.svg);
}
.alert>p+p {
    margin-top: 5px;
}

.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert p, .alert li {
    color: rgba(255,255,255,.9);
}
.alert p {
    margin-left: 45px;
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.25;
    overflow: hidden;
}
.alert>p+p {
    margin-top: 5px;
}
.alert a {
    color: #fff;
    text-decoration: underline!important;
}

.Tutorials-graphic_container {
    background-color: #fff;
    box-shadow: 0 3px 2px rgb(52 73 94 / 3%);
    border: 0.5px solid #ebebeb;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}
.Table-settings {
    font-size: 14px;
    color: #424242;
}
.Tutorials-graphic_container table {
    margin-bottom: 0;
}

.Table-mobile_collapse_two_col td p {
    margin: 7px 0;
    color: #424242;
    font-size: inherit;
    line-height: 1.5;
}
.Table-settings thead>tr>td, .Table-settings tbody>tr>td {
    border-top: none;
    vertical-align: middle;
}
.Table-settings>tbody>tr>td {
    border-bottom: 1px solid #ebebeb;
}
.Table-settings>tbody>tr>td:first-child {
    width: 20px;
    border-bottom: none;
}
.Table-settings_no_indent>tbody>tr>td:first-child {
    width: auto;
    padding-left: 20px;
    border-bottom: 1px solid #ebebeb;
}
.Tutorials-image_header {
    padding: 12px 16px 10px;
    border-bottom: 0.5px solid #ebebeb;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
h5, .h5 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.Table-settings>tbody {
    border-top: 1px solid #ebebeb;
    background-color: #fff;
    box-shadow: 0 1px 2px 2px rgb(52 73 94 / 2%);
}
.large_form {
    background-color: #f9f9f9;
    padding-top: 19px;
    padding-bottom: 29px;
    border-radius: 5px;
    margin-top: 12px;
}
.dropdown-menu li{
    margin-bottom: 0;
}
.diy_ifream {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.diy_ifream_wrap {
    width: 1400px;
    height: 820px;
    margin: 20px auto;
}
.terms_page h1, .privacy_page h1, .cookies_page h1 {
    font-size: 36px;
    text-align: center;
    margin: 80px 0 20px;
}

.shu_xian {
    border-left: 1px #ddd solid;
    margin-left: 10px;
    padding-left: 9px;
}
.goog-te-banner-frame {
    display: none;
}
body {
    top: 0 !important;
}
@med1ia (min-width: 1425px) {

    h1,
    .h1 {
        font-size: 80px;
    }

    h2,
    .h2 {
        font-size: 52px;
    }

    .V2-fpSubRow:nth-child(2) {
        margin-top: 100px;
    }

    .main_title {
        font-size: 50px;
    }

    .top_pitch_section_container {
        padding-top: 66px;
    }

    .V2-fpSubRow {
        margin-top: 150px;
    }

    .V2-better_than {
        margin-top: 130px;
    }

    h3,
    .h3,
    legend {
        font-size: 36px;
    }
}


@media (min-width: 1200px) {
    .V2-AwesomeFor-main_container {
        width: 85%;
    }
}

@media (min-width: 768px) {
    .V2-fpSubRow {
        display: flex;
        align-items: center;
    }

    .Tutorials-body .PricingPanel-panel {
        padding: 32px;
    }

    .PricingPanel-panel {
        margin-top: 40px;
    }

    .PageHeader-container {
        margin-bottom: 20px;
    }
}

@media (max-width: 1400px) {
    .index_banner_body {
        width: 100%;
        height: 350px;
    }

    .tihuan_preview_li.hide {
        display: none;
    }
}

@media (max-width: 991px) {
    .header_btn {
        display: none;
    }

    .ClipperNav-accountAndLanguage {
        display: none;
    }

    .ClipperNav-language_account_mobile_bar {
        display: block;
    }

    .V2-AwesomeFor-main_container {
        padding-left: 0;
    }

    .top_pitch_section_container {
        padding-top: 0;
    }

    .MainUploadTarget-drop_plus_button {
        display: block;
    }

    .MainUploadTarget-drop_plus_button.pt40 {
        padding-top: 10px;
    }

    .MainUploadTarget-upload_button {
        max-width: 100%;
        width: 100%;
    }

    .V2-testimonial {
        margin-top: 60px;
    }
    .V2-fpSection {
        margin-bottom: 40px;
    }
}



@media (min-width: 992px) {
    .Tutorials-main_container {
        display: flex;
        align-items: stretch;
    }

    .Tutorials-sidebar {
        padding-top: 50px;
    }

    .col-md-9 {
        width: 75%;
    }

    .VerticalNav-sticky {
        padding-right: 60px;
        padding-left: 10px;
        position: sticky;
        top: 50px;
        margin-top: 5px;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        max-width: 300px;
        margin-left: auto;
    }

    .VerticalNav-nav {
        border-right: 1px solid #ebebeb;
    }
}

.Tutorials-graphic_container pre {
    margin-bottom: 0;
}

#bdNavbar .nav-link{
    font-size: 14px;
}

.number_info {
    border: 1px #ddd solid;
    border-radius: 5px;
    padding: 20px;
}
.number_info:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.number_info .num {
    font-size: 20px;
    font-weight:bold;
}
.number_info .txt {
    margin-top: 5px;
}

.sdk_tishi {
    position: absolute;
    z-index: 99;
    top: 10px;
    right: -55px;
    line-height: 1;
    height: 40px;
}
.sdk_tishi.PricingPanel-period_annual_callout div {
    background: none;
}


.removebg {

}
.remove_btns_area {
    position: relative;
}
.remove_btns_label {
    position: relative;
}
.file_btn {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    height: 57px;
    line-height: 57px;
    display: inline-block;
    color: #fff;
    padding: 0 35px;
    background: #4e7efe;
    border-radius: 4px;
    border: none;
}
.file_input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}


.goToTop {
    position: fixed;
    right: 50px;
    bottom: 300px;
    z-index: 999;
}
.goToTop_item {
    position: relative;
    width: 50px;
    margin-bottom: 10px;
}
.goToTop .btnarea {
    width: 50px;
    height: 50px;
    font-size:24px;
    text-align: center;
    border: 1px #ddd solid;
    border-radius: 10px;
    color: #666;
    font-weight: bold;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    line-height: 50px;
    background: #fff;
}
.goToTop_item .mask {
    position: absolute;
    top: 0;
    right: 50px;
    width: 150px;  
    display: none; 
}

.goToTop_item .tagc {
    position: absolute;
    right: 0;
    top: -50px;
    white-space: nowrap;
    background: #FFB733;
    color: #fff;
    border-radius: 1000px;
    padding:5px;
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
}

.mask_body {
    margin-right: 10px;
    text-align: center;
    background: #38f;
    border: 1px #ddd solid;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.mask_body .img {
    width: 100%;
    display: block;
    border-radius: 10px;
}
.goToTop_item:hover .btnarea{
    background: #38f;
    color: #fff;
    border-color: #38f;
}
.goToTop_item:hover .mask {
    display: block;
}

.mobile_iframe_wrap {
    display: flex;
}
.mobile_iframe {
    width: 400px;
    height: 750px;
    border: 1px #ddd solid;
    background: none;
    flex-shrink: 0;
    border-radius: 10px;
}

.mobile_iframe_wrap .right {
    margin-left: 20px;
}
.mobile_iframe_wrap .right .img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    border: 1px #ddd solid;
}

.saas_iframe {
    border: 1px #ddd solid;
    width: 100%;
    height: 700px;
}


.playground_item_middle {
    display: flex;
}
.playground_item_middle_left {
    width: 900px;
    flex: 1;
}

.playground_item_middle_right {
    height: 633px;
    width: 324px;
    background: #F1F1F1;
    border: 1px solid #EDEDED;
    background-color: #F1F1F1;
    padding: 24px 29px 0;
}

.playground_item_middle_right .title {
    text-align: center;
    font-weight: bold;
}

.font_area {
    width: 300px;
    max-height: 200px;
    overflow: hidden;

    word-break: break-all;   
    overflow: hidden;               
    text-overflow: ellipsis;      
    display: -webkit-box;      
    text-overflow: ellipsis;       
    -webkit-box-orient: vertical;   
    -webkit-line-clamp: 3;       
}

.cdninfo_item {
    border: 1px #eee solid;
    padding: 10px;
    background: #333;
    color: #fff;
    border-radius: 10px;
}

.fontW {
    font-weight: bold;
}


.zhongwenfont .header_title {
    font-size: 42px;
    text-align: center;
    padding-top: 50px;
} 
.zhongwenfont .header_remark {
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
}

.pktitle {
    font-size: 24px;
    margin-top: 80px;
    color: #38f;
}

.pktitle >span {
    font-weight:bold;
}
.pk_body {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.pk_body .pk_ul {
    border: 1px #ddd solid;
    padding: 10px;
    width: 40%;
    border-radius: 10px;
}
.pk_body .pk_ul ul,
.pk_body .pk_ul li
 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pk_body .pk_ul .t {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.pk_body .pk_ul li {
    border-bottom: 1px #eee solid;
    padding: 10px;
    text-align: center;
}
.pk_body .pk_ul li:last-child {
    border-bottom: none;
}
.pk_body .pk_ul ul {
    margin-top: 20px;
}
.pk_body::after {
    content: "PK";
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    font-style: italic;
}

.jishu_title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
}
.pk_body .pk_ul.active {
    border: 2px #38f solid;
}



a {
    text-decoration: none;
}

.table_data_content,.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.table_data .table {
    width: 100%;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

.table th {
    border-top: 1px solid #dee2e6;
}

.table_data .bgColor {
    background-color: #fa5f0b;
    color: #fff;
}

.table_data .lightColor {
    background-color: #f2dddc;
}

.table_data .deepColor {
    background-color: #fac090;
}

.table_data .fontRed {
    color: #f00
}


.table_data th {
    height: 40px;
    font-size: 16px;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    line-height: 40px;
    text-align: center;
}

.table_data td {
    height: 36px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    color: #333;
    line-height: 36px;
    text-align: center;
}

.table_data th:last-child,
.table_data td:last-child {
    border-right: 0;
}

.table_data th.center {
    text-align: center;
}

.table_data .buyBtn {
    background-color: #fa5f0b;
    color: #fff;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 4px;
}

.table_data span {
    padding-right: 10px;
    font-size: 20px;
    font-weight: bold;
}

.table_data .redfont {
    padding-right: 10px;
    color: #FB1B37;
    font-size: 20px;
    font-weight: bold;
}

.table_data .describe {
    padding-top: 15px;
}






