body,
html {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #000
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

a {
    color: #37ab34;
    text-decoration: none
}

label {
    display: block;
    margin-bottom: 4px;
    text-transform: capitalize;
    text-align: left
}

label>input[type=email],
label>input[type=number],
label>input[type=password],
label>input[type=text],
label>textarea {
    width: 100%;
    box-sizing: border-box;
    display: block
}

.gray {
    background: #f2f3f4;
    padding: 30px 40px 30px 20px;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, 0 1px 1px 0 rgba(0, 0, 0, .12), 0 0 0 1px rgba(60, 66, 87, .16), 0 0 0 0 transparent, 0 0 0 0 transparent, 0 2px 5px 0 rgba(60, 66, 87, .12);
    border-radius: 5px
}

label>a {
    font-size: 80%;
    line-height: 140%;
    text-decoration: none
}

label>a,
label>small {
    float: right
}

input[type=email],
input[type=number],
input[type=password],
input[type=text],
select {
    margin: 4px 0;
    padding: 8px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #a9a9a9
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=text]:focus {
    outline: none;
    border: 1px solid #37ab34
}

.button,
body .stripe-button-el.active span,
body .stripe-button-el:not(:disabled):active span,
body .stripe-button-el span,
button,
input[type=submit] {
    padding: 9px 27px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    background: #188038;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    font-size: 16px
}

.button:hover,
body .stripe-button-el span:hover,
button:hover,
input[type=submit]:hover {
    background: #19a917
}

.button:active,
body .stripe-button-el.active span,
body .stripe-button-el:not(:disabled):active span,
button:active,
input[type=submit]:active {
    padding-top: 10px;
    padding-bottom: 8px;
    box-shadow: none
}

.button.white,
button.white {
    background: #fff;
    color: #000
}

.button.white:hover,
button.white:hover {
    background: #eee
}

.button.white:active,
button.white:active {
    padding-top: 10px;
    padding-bottom: 8px;
    box-shadow: none
}

table {
    width: 100%;
    border-collapse: collapse
}

table td,
table th {
    padding: 4px;
    border: 1px solid #000;
    text-align: left
}

.hero_img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    margin-right: 25px
}

.Xtion_popup_container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: table;
    table-layout: fixed
}

.Xtion_popup_overlay {
    width: 110%;
    height: 110%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;
    -webkit-user-select: none
}

.Xtion_popup_overlay:before {
    content: "\D7";
    font-size: 56px;
    color: #fff;
    position: fixed;
    top: 0;
    right: 10px;
    font-weight: 700;
    line-height: 56px;
    z-index: 1;
    text-shadow: 0 0 1px #000;
    height: 40px;
    overflow: hidden
}

.Xtion_popup_content_container {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.Xtion_popup_content {
    max-width: 330px;
    max-height: 100%;
    overflow: auto;
    padding: 15px;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    background: #fff;
    position: relative;
    text-align: left;
    box-shadow: 0 0 28px 6px #000
}

.Xtion_popup_content.full {
    max-width: 100%;
    padding: 0;
    background: 0;
    color: #eee;
    text-align: center;
    box-shadow: none
}

.Xtion_popup_content.wide {
    width: 90%;
    max-width: 960px;
    height: 90%
}

.Xtion_popup_content.page {
    width: 100%;
    max-width: 1000px;
    height: 90%;
    padding: 0
}

.Xtion_popup_actions {
    display: none!important
}

.Xtion_popup_content_actions {
    position: absolute;
    top: -25px;
    right: 0
}

.Xtion_popup_content_actions>button {
    border: 0;
    background: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}

.Xtion_popup_content_actions>button:last-child {
    padding-right: 0
}

.Xtion_popup_content_actions>button.Xtion_popup_content_actions_close:before {
    content: "X"
}

.Xtion_popup_content>img {
    display: block
}

.Xtion_popup_content>iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block
}

.Xtion_popup_content>h2:first-child,
.Xtion_popup_content>p:first-child {
    margin-top: 0
}

.Xtion_popup_content textarea.Xtion_autoexpand {
    max-height: 250px
}

.Xtion_popup_content>form {
    min-width: 280px
}

.Xtion_switcher_controller>* {
    display: inline-block;
    vertical-align: top
}

.Xtion_switcher_content>* {
    display: none
}

.Xtion_switcher_content>.Xtion_switcher_selected {
    display: block
}

.Xtion_form_output {
    padding-bottom: 12px
}

.Xtion_form_output:empty {
    padding: 0
}

.Xtion_form_output_success {
    color: #188038
}

.Xtion_form_output_failure {
    color: #900
}

a.selected {
    color: #000
}

.box_copy {
    border: 2px solid #999;
    padding: 4px;
    word-wrap: break-word;
    margin: 6px 10px 6px 0
}

#google_translate_element {
    line-height: normal;
    display: inline-block;
    top: 17px;
    position: relative
}

#google_translate_element select.goog-te-combo {
    padding: 5px;
    border: 1px solid #d7d7d9;
    height: 33px;
    width: 155px;
    position: relative;
    margin: 0 0 5px;
    right: -1px
}

.text_center {
    text-align: center
}

.star {
    font-size: 100%
}

.content {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto
}

.content .main_heading {
    text-align: center
}

.content .main_subheading {
    margin-top: -15px;
    text-align: center
}

#header {
    height: 61px;
    line-height: 60px;
    z-index: 10
}

#header>.content {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box
}

#header_logo {
    font-size: 20px;
    text-decoration: none;
    margin-top: 0;
    display: inline-block
}

#header_logo>img {
    height: 35px;
    top: 3px
}

#header_logo>img,
#header_logo>span {
    vertical-align: middle;
    position: relative
}

#header_logo>span {
    font-weight: 700;
    color: #188038;
    margin-left: 6px;
    text-transform: uppercase;
    font-family: sans-serif;
    top: 4px;
    font-size: 17px
}

#header nav {
    float: right
}

#header nav>a {
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    padding-top: 5px;
    color: #455a62;
    font-weight: 500;
    font-family: Helvetica Neue, Helvetica, Arial
}

#header nav>a:last-of-type {
    margin-right: 20px
}

#header nav>a.selected {
    color: #ccc
}

footer {
    text-align: center;
    height: 50px;
    padding-top: 100px;
    font-size: 12px
}

ol li {
    margin-bottom: 5px
}

#header_logo {
    float: left
}

#page_index #header {
    text-align: right
}

#page_index #header nav {
    float: none
}

#content_index h1 {
    font-size: 65px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #455a63;
    font-weight: 800;
    font-family: Helvetica Neue
}

#content_index h3 {
    font-size: 32px
}

#content_index .gray h3 {
    text-align: center;
    font-size: 28px;
    color: #000;
    font-weight: 500;
    font-family: Helvetica Neue, Helvetica, Arial;
    margin: 0 0 25px
}

#content_index h3.created {
    text-align: center;
    color: #188038;
    font-weight: 700;
    margin-top: 50px
}

#content_index>form {
    position: relative
}

#content_index>form>* {
    height: 100%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: top
}

#content_index>form .input_secure {
    color: #188038;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 13px;
    left: 10px;
    height: unset
}

#content_index>form .input_secure img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    height: 16px;
    margin-left: 2px;
    margin-right: 4px
}

#content_index_form>input {
    width: 70%;
    box-sizing: border-box;
    height: 50px;
    padding-left: 155px;
    font-size: 16px;
    color: #000;
    border-radius: 0px 0 0 0px;
    line-height: 50px;
    padding-bottom: 3px;
    border: 0;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, 0 1px 1px 0 rgba(0, 0, 0, .12), 0 0 0 1px rgba(60, 66, 87, .16), 0 0 0 0 transparent, 0 0 0 0 transparent, 0 2px 5px 0 rgba(60, 66, 87, .12)
}

#content_index_form>button {
    width: 30%;
    padding: 0;
    border-radius: 0 0px 0px 0;
    height: 50px;
    background: #4D6ACD;
    box-shadow: 0 0 0 0 #4D6ACD, 0 0 0 0 #4D6ACD, 0 0 0 0 #4D6ACD, 0 0 0 1px #4D6ACD, 0 0 0 0 #4D6ACD, 0 0 0 0 #4D6ACD, 0 0 0 0 #4D6ACD
}

#content_index_about {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 60px
}

#content_index_about>li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px
}

#content_index_about>li img {
    height: 100px
}

#content_create {
    text-align: center
}

#content_create form {
    width: 385px;
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

#content_create label {
    text-align: left
}

#content_create label>span {
    width: 100px;
    display: inline-block
}

#content_create label>input,
#content_create label>select {
    width: 280px;
    display: inline-block
}

#content_create ol {
    width: auto;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

#content_create .Xtion_switcher_controller {
    text-align: center
}

#content_create .Xtion_switcher_controller>a {
    width: 275px;
    padding: 10px;
    border: 1px solid #188038;
    border-radius: 8px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

#content_create .Xtion_switcher_controller>a.Xtion_switcher_selected,
#content_create .Xtion_switcher_controller>a:hover {
    background: #188038;
    color: #fff
}

#content_create .Xtion_switcher_controller>a>span {
    margin-bottom: 8px;
    display: block;
    font-size: 20px;
    font-weight: 700
}

#content_create .Xtion_switcher_content {
    margin-top: 40px
}

#content_create .Xtion_switcher_content li {
    margin: 6px 0
}

#content_create textarea {
    height: 200px;
    margin-top: 2px
}

#content_login {
    text-align: center
}

#content_login label {
    max-width: 360px;
    margin: 0 auto
}

#content_certificates nav {
    margin: -15px 0 20px
}

#content_certificates nav>a {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top
}

a,
img {
    border: 0
}

aside,
cite,
footer,
header,
nav,
section {
    display: block
}

#content_login .standard_form label {
    margin-bottom: 20px;
    display: block
}

#content_login .standard_form label span {
    margin-bottom: 7px;
    display: block
}

#content_login .standard_form label span small {
    font-size: 14px
}

#content_login .standard_form label span small a {
    float: right
}

#content_login .standard_form label input {
    height: 50px;
    display: block;
    border-radius: 5px;
    font-size: 15px;
    padding-bottom: 9px
}

#content_login .standard_form label input.error,
#content_login .standard_form label textarea.error {
    border-color: red
}

#content_login .standard_form button {
    margin-top: 15px;
    border-radius: 5px;
    height: 50px;
    background: #1fae49;
    box-shadow: 0 0 0 0 #1fae49, 0 0 0 0 #1fae49, 0 0 0 0 #1fae49, 0 0 0 1px #2b9a53, 0 0 0 0 #1fae49, 0 0 0 0 #1fae49, 0 0 0 0 #1fae49;
    width: 150px;
    position: relative
}

#content_login .standard_form label textarea {
    min-height: 150px;
    display: block;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px 11px;
    border: 1px solid #a9a9a9
}

#content_login .standard_form button.loading {
    color: transparent;
    pointer-events: none
}

#content_login .standard_form button.loading:before {
    color: #fff;
    content: "Loading ...";
    position: absolute;
    left: 0;
    right: 0
}

#content_login .standard_form button+a {
    display: block;
    margin-top: 20px
}

#content_login .standard_form .certificate_domain {
    background: #f2f3f4;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, 0 1px 1px 0 rgba(0, 0, 0, .12), 0 0 0 1px rgba(60, 66, 87, .16), 0 0 0 0 transparent, 0 0 0 0 transparent, 0 2px 5px 0 rgba(60, 66, 87, .12);
    border-radius: 5px
}

#content_login .standard_form .certificate_domain,
.alert {
    padding: 10px 10px 11px;
    max-width: 360px;
    box-sizing: border-box;
    margin: 0 auto 20px
}

.alert {
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 20px
}

.alert>a {
    text-decoration: underline;
    color: inherit
}

.alert:first-of-type {
    margin-top: 0
}

.alert.info {
    background: #e0e6f8;
    color: #2a407d
}

.alert.error {
    background: #fce3e4;
    color: #de2102
}

.alert.success {
    background: #d7f3e9;
    color: #267d5d
}

@media (max-width:800px) {
    body {
        padding: 15px
    }
    #content_index>form .input_secure {
        display: none
    }
    #content_index_form>input {
        width: 70%;
        box-sizing: border-box;
        padding-left: 10px;
        border-right: 0;
        font-size: 16px;
        color: #666;
        border-radius: 5px
    }
    body>iframe {
        max-width: 100%;
        width: 100%
    }
    #header_logo {
        float: none;
        display: block
    }
    #google_translate_element select.goog-te-combo,
    #header {
        height: auto
    }
    #header>.content {
        padding: 0;
        text-align: center
    }
    #header nav {
        display: block;
        float: none;
        text-align: center
    }
    #google_translate_element {
        margin: 0 0 10px!important;
        top: 0!important;
        display: block!important
    }
    #page_index #header nav {
        float: none
    }
    #content_index h1 {
        font-size: 44px;
        padding-top: 15px;
        padding-bottom: 30px
    }
    #content_index_form>input {
        width: 100%
    }
    #content_index_form>button {
        width: 100%;
        margin-top: 10px;
        border-radius: 2px
    }
    #content_index_about>li {
        width: 100%
    }
    #content_create .Xtion_switcher_controller>a {
        width: 100%;
        display: block;
        box-sizing: border-box;
        margin-bottom: 15px
    }
    #content_index ol {
        padding-left: 15px
    }
    /*这里开始*/
}