input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="file"], input[type="password"], textarea, button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none !important;
}

html {
    font-size: 16px;
}

.header-container {
    width: 100%;
    min-width: 1230px;
    height: 71px;
    position: relative;
    z-index: 10000;
}

.header-bar {
    width: 100%;
    margin: 0 auto;
    padding: 0 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 71px;
    border-bottom: #E6E6E6 1px solid;
    background: #fff;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.header-bar-filler {
    width: 100%;
    height: 100%;
}

.header-scroll-box {
    width: 100%;
    height: 0px;
}

.header-logo {
    width: 240px;
    height: 40px;
    display: block;
    margin-left: 15px;
    flex: none;
}

.header-logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.header-nav-container {
    flex: 1;
    height: 100%;
    overflow: hidden;
    padding: 0 12px;
    box-sizing: border-box;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.header-nav {
    width: auto;
    white-space: nowrap;
    height: 100%;
    display: flex;
    position: relative;
    top: -9999px;
}

.header-nav-show-item {
    width: auto;
    white-space: nowrap;
    height: 100%;
    display: flex;
}

.header-nav .header-nav-item, .header-nav-show-item .header-nav-item {
    font-weight: 500;
    color: #1D1E22;
    line-height: 24px;
    margin: 0 12px;
    white-space: nowrap;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: #fff 3px solid;
    border-top: #fff 3px solid;
    box-sizing: border-box;
}

.header-nav .header-nav-item:hover, .header-nav-show-item .header-nav-item:hover {
    color: #F96033;
    border-bottom: #F96033 3px solid;
    box-sizing: border-box;
    text-decoration: none;
}

.header-nav-item-block {
    position: relative;
    padding: 0 24px 0 0px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    flex: none;
}

.header-nav-hide-item {
    position: absolute;
    min-width: 100%;
    top: 100%;
    display: none;
    left: 0px;
    background: #fff;
    border: #E6E6E6 1px solid;
    z-index: 10;
    padding: 8px 0px;
    box-sizing: border-box;
    width: auto;
}

.header-nav-item-block:hover .header-nav-hide-item {
    display: block;
}

.header-nav-hide-item .header-nav-item {
    font-weight: 500;
    color: #1D1E22;
    line-height: 32px;
    padding: 0 15px;
    white-space: nowrap;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.header-nav-hide-item .header-nav-item:hover {
    background: #F96033;
    color: #fff;
}

.header-right {
    flex: none;
    background: linear-gradient(270deg, #FD9962 0%, #F96033 100%);
    background: -webkit-linear-gradient(180deg, #FD9962 0%, #F96033 100%);
    width: auto;
    height: 100%;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.header-right:before {
    width: 0px;
    height: 0px;
    border-top: transparent 70px solid;
    border-right: #F96033 10px solid;
    position: absolute;
    left: -10px;
    top: 0px;
    content: "";
    display: block;
}

.header-right-btn {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background: #fff;
    display: block;
    border-radius: 1px;
    color: #1D1E22;
    margin-right: 5px;
    font-weight: 500;
}

.header-right-btn2 {
    background: #383E56;
    border-radius: 1px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    padding: 0 15px;
    display: block;
    margin-right: 10px;
    font-weight: 500;
}

.header-right-btn2:hover {
    background: #444C69;
}

.header-right-language {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.header-right-language:hover {
    text-decoration: underline;
}

.header-start-scroll {
    position: absolute;
    bottom: 0px;
    height: 0px;
    width: 100%;
}

.header-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.header-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.header-member-center-nav {
    width: auto;
    min-width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(153, 153, 153, 0.2);
    border: 1px solid #F0F0F0;
    position: absolute;
    top: 45px;
    right: -20px;
    display: none;
}

/*.header-avatar:hover .header-member-center-nav {*/
/*    display: block;*/
/*}*/

.header-member-center-item {
    white-space: nowrap;
    line-height: 40px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
}

.header-member-center-item:hover {
    color: #F96033;
}

.header-member-center-item-line {
    border-bottom: #E6E6E6 1px solid;
}

.header-member-center-filler {
    width: 100%;
    height: 20px;
    position: absolute;
    top: calc(100% - 1px);
}

.header-member-center-nav:before {
    border-bottom: 7px #fff solid;
    border-right: 8px transparent solid;
    border-left: 8px transparent solid;
    position: absolute;
    content: "";
    top: -6px;
    right: 26px;
    display: block;
    z-index: 10;
}

.header-member-center-nav:after {
    border-bottom: 7px #fff solid;
    border-right: 8px transparent solid;
    border-left: 8px transparent solid;
    position: absolute;
    content: "";
    top: -7px;
    right: 26px;
    display: block;
    z-index: 8;
}

.mobile-header-nav {
    width: 24px;
    height: 24px;
    background: url("../../src/nav.png");
    background-size: 24px 24px;
    display: none;
}

.mobile-header-nav-container {
    width: 100%;
    height: 100%;
    background: #383E56;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
    z-index: 100;
}

.mobile-close-nav {
    position: absolute;
    top: 20px;
    right: 15px;
    background: url("../../src/close.png");
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

.mobile-header-nav-box {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.mobile-header-nav-item {
    /*font-family: Roboto;*/
    color: #FFFFFF;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0;
}

.mobile-header-btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mobile-header-btn {
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 1px;
    /*font-family: Roboto-Regular, Roboto;*/
    font-weight: 500;
    color: #1D1E22;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
}

.mobile-header-btn2 {
    width: 160px;
    height: 40px;
    background: #F96033;
    border-radius: 1px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
}

.mobile-header-btn2:hover {
    background: #fe7148;
}

.mobile-header-language {
    color: #FFFFFF;
    line-height: 24px;
    flex: 1;
    text-align: center;
    min-width: 90px;
}

.mobile-header-language-ck {
    color: #fe7148;
}

.mobile-header-language-container {
    margin-top: 20px;
    display: flex;
    font-size: 1rem;
    color: #fff;
    height: 24px;
    align-items: center;
}

.page-container {
    width: 100%;
    background: #f7f7f7;
    min-height: calc(100vh - 111px);
}

.page-main {
    max-width: 960px;
    margin: 0 auto;
    padding: 1px 0;
    box-sizing: border-box;
}

.footer-container {
    width: 100%;
    min-width: 1230px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F7F7F7;
    color: #77797E;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: .75rem;
}

.footer-container > div {
    color: #77797E;
}

.footer-container a {
    margin-right: 10px;
    font-size: .75rem;
    color: #77797E;
}

.footer-container a:hover {
    text-decoration: underline;
}

.main-container {
    width: 100%;
    min-width: 1230px;
    padding: 0 0px;
    box-sizing: border-box;
}

.agenda-message-bar {
    width: 100%;
    background: #FFFBE6;
    border-radius: 1px;
    border: 1px solid #FFE58F;
    padding: 10px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    font-size: .875rem;
    font-weight: 400;
    color: #77797E;
    line-height: 20px;
    min-height: 40px;
}

.agenda-message-bar:before {
    background-image: url("../../src/warning.png");
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    box-sizing: border-box;
    display: block;
    content: "";
    margin-right: 10px;
    margin-top: 1px;
    flex: none;
}

@media (max-width: 768px) {
    .main-container, .footer-container, .header-container {
        min-width: auto;
    }

    .header-bar {
        justify-content: space-between;
    }

    .header-nav-container {
        display: none;
    }

    .header-nav-item-block {
        display: none;
    }

    .header-right {
        background: #fff;
        padding-left: 0px;
    }

    .header-right:before {
        display: none;
    }

    .header-right .header-right-btn2, .header-right .header-right-language {
        display: none;
    }

    .footer-container {
        height: 60px;
    }

    .footer-container, .footer-container a {
        line-height: 20px !important;
    }

    .header-container, .header-bar {
        height: 65px;
    }

    .mobile-header-nav {
        display: block;
    }

    .page-main {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 370px) {
    .header-logo {
        width: 210px;
        height: 35px;
    }
}

/*以上公共部分*/


/*输入框和公共部分*/
.f-row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.f-col-pc-12,
.f-col-pc-11,
.f-col-pc-10,
.f-col-pc-9,
.f-col-pc-8,
.f-col-pc-7,
.f-col-pc-6,
.f-col-pc-5,
.f-col-pc-4,
.f-col-pc-3,
.f-col-pc-2,
.f-col-pc-1 {
    flex: none;
    padding: 0 15px;
    box-sizing: border-box;
}

.f-col-pc-12 {
    width: 100%;
}

.f-col-pc-11 {
    width: 91.66666667%
}

.f-col-pc-10 {
    width: 83.33333333%
}

.f-col-pc-9 {
    width: 75%
}

.f-col-pc-8 {
    width: 66.66666667%
}

.f-col-pc-7 {
    width: 58.33333333%
}

.f-col-pc-6 {
    width: 50%
}

.f-col-pc-5 {
    width: 41.66666667%
}

.f-col-pc-4 {
    width: 33.33333333%
}

.f-col-pc-3 {
    width: 25%
}

.f-col-pc-2 {
    width: 16.66666667%
}

.f-col-pc-1 {
    width: 8.33333333%
}

@media (max-width: 768px) {
    .f-col-mobile-12,
    .f-col-mobile-11,
    .f-col-mobile-10,
    .f-col-mobile-9,
    .f-col-mobile-8,
    .f-col-mobile-7,
    .f-col-mobile-6,
    .f-col-mobile-5,
    .f-col-mobile-4,
    .f-col-mobile-3,
    .f-col-mobile-2,
    .f-col-mobile-1 {
        flex: none;
        padding: 0 15px;
    }

    .f-col-mobile-12 {
        width: 100%;
    }

    .f-col-mobile-11 {
        width: 91.66666667%
    }

    .f-col-mobile-10 {
        width: 83.33333333%
    }

    .f-col-mobile-9 {
        width: 75%
    }

    .f-col-mobile-8 {
        width: 66.66666667%
    }

    .f-col-mobile-7 {
        width: 58.33333333%
    }

    .f-col-mobile-6 {
        width: 50%
    }

    .f-col-mobile-5 {
        width: 41.66666667%
    }

    .f-col-mobile-4 {
        width: 33.33333333%
    }

    .f-col-mobile-3 {
        width: 25%
    }

    .f-col-mobile-2 {
        width: 16.66666667%
    }

    .f-col-mobile-1 {
        width: 8.33333333%
    }
}

.input-component-container {
    width: 100%;
}

.input-component {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.input-component-label {
    font-weight: 600;
    color: #1D1E22;
    line-height: 20px;
    padding-bottom: 10px;
    width: 100%;
    font-size: .875rem;
}

.input-component-text {
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    line-height: 38px;
    font-size: 1rem;
    height: 40px;
    padding: 0 10px;
    width: 1px;
    color: #1D1E22 !important;
}

input[placeholder], [placeholder], *[placeholder] {
    color: #C0C0C1;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #C0C0C1;
}

.input-component-text:focus {
    border: #F96033 1px solid;
}

.input-component-text[disabled='disabled'] {
    background: #F7F7F7;
    border: #F7F7F7 1px solid;
}

.input-component-select[disabled='disabled'], .input-phone .input-phone-select[disabled='disabled'] {
    background-color: #F7F7F7;
    border: #F7F7F7 1px solid;
    background-image: none;
}

.input-phone .input-phone-select {
    width: 150px;
    height: 40px;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    line-height: 38px;
    font-size: 1rem;
    flex: none;
    margin-right: 10px;
    padding: 0 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("../../src/select_down.png");
    background-repeat: no-repeat;
    background-position: 130px center;
}

.input-component-select {
    flex: 1;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    line-height: 38px;
    font-size: 1rem;
    height: 40px;
    padding: 0 10px;
    min-width: 100px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("../../src/select_down.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}

.input-component-err {
    font-weight: 400;
    color: #E32B2B;
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.input-code {
    position: relative;
}

.input-code .input-code-btn {
    background: #F96033;
    border-radius: 2px;
    /*border: 1px solid #F96033;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    flex: none;
    text-align: center;
    width: 160px;
    /*padding: 0 20px;*/
    line-height: 20px;
    color: #fff;
}

.input-code .input-code-btn:hover {
    background: #fe7148;
}

.input-code .input-code-countDown {
    background: #B3B3B3;
    border-radius: 2px;
    /*border: 1px solid #F96033;*/
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    flex: none;
    text-align: center;
    width: 160px;
    /*padding: 0 20px;*/
    line-height: 20px;
    color: #fff;
    display: none;
}

.input-component-submit {
    height: 40px;
    background: #F96033;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: none;
    margin-top: 10px;
    font-weight: 600;
}

.input-component-submit:hover {
    background: #fe7148;
}

.input-code .input-code-link {
    font-weight: 400;
    color: #2878FF;
    line-height: 40px;
    position: absolute;
    left: calc(100% + 5px);
    white-space: nowrap;
}

.input-code .input-code-link:hover {
    text-decoration: underline;
}

.input-component .input-component-error {
    border: 1px solid #E32B2B;
}

.input-component-checkbox {
    width: 100%;
}

.input-checkbox-item {
    float: left;
    display: flex;
    align-items: center;
    margin: 5px 20px 5px 0;
}

.input-checkbox {
    position: relative;
    margin-top: 0px !important;
    cursor: pointer;
    visibility: hidden;
    width: 0px;
}

.input-checkbox + .input-checkbox-icon {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 1px;
    border: 1px solid #CCCCCC;
    display: block;
    content: "";
    z-index: 8;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    cursor: pointer;
    box-sizing: border-box;
}

.input-checkbox:checked + .input-checkbox-icon {
    background-image: url("../../src/icon_ck.png");
    background-size: 16px 16px;
    border: none;
}

.input-checkbox-label {
    margin-bottom: 0 !important;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
}

.config-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 17998999;
    background: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.config-box {
    width: auto;
    height: auto;
    background: #FFf;
    border-radius: 2px;
    padding: 0px 0px 30px 0px;
    z-index: 9999;
}

.config-btn-tit {
    font-size: 1.25rem;
    line-height: 50px;
    padding: 0 0 0 20px;
    background: #F7F7F7;
    height: 50px;
    font-weight: 600;
}

.config-btn-body {
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
}

.config-btn-close {
    width: 16px;
    height: 16px;
    background: url("../../src/modal_close.png") no-repeat center center;
    background-size: 16px 16px;
    float: right;
    margin-top: 13px;
    margin-right: 13px;
}

.config-btn-txt {
    height: auto;
    width: 300px;
    box-sizing: border-box;
    margin: 36px 0;
    font-size: .875rem;
    color: #77797E;
    line-height: 20px;
    font-weight: 400;
}

.config-btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 36px;
}

.config-btn-box a:hover {
    text-decoration: none;
}

.config-btn {
    width: 160px;
    height: 40px;
    background: #F96033;
    /*margin-top: 20px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 24px;
}

.config-btn2 {
    background: #E8E8E8;
    color: #666;
    border: #E8E8E8 1px solid;
    margin: 0 0 0 5px;
}

.config-btn:hover {
    color: #fff;
}

.config-btn2:hover {
    color: #666;
}

@media (max-width: 768px) {
    .config-btn-txt {
        width: 250px;
    }

    .config-btn {
        width: 120px;
    }
}

.index-right-tool {
    position: fixed;
    right: 0px;
    top: calc(50% - 51px);
    z-index: 1000;
}

.index-right-tool:hover .index-right-tool-btn {
    background: #fff;
    width: auto;
    display: flex;
    justify-content: flex-end;
}

.index-right-tool:hover .index-right-tool-btn .index-right-tool-txt {
    display: block;
}

.index-right-tool .index-right-tool-btn {
    width: 0px;
    height: 50px;
    background: #EDBE2B;
    margin: 1px 0;
    cursor: pointer;
    position: relative;
}

/*.index-right-tool .index-right-tool-btn:hover {*/
/*    background: #EDBE2B;*/
/*}*/

/*.index-right-tool .index-right-tool-btn:hover .index-right-tool-txt {*/
/*    color: #fff;*/
/*}*/

/*.index-right-tool .index-right-tool-btn:hover .index-right-tool-box, .index-right-tool .index-right-tool-btn:hover .index-right-tool-box-b {*/
/*    visibility: visible;*/
/*}*/

.index-right-tool-txt {
    line-height: 50px;
    font-size: 18px;
    display: none;
    padding: 0 0 0 20px;
}

.index-right-tool-box {
    width: 200px;
    height: 240px;
    position: absolute;
    border-radius: 10px;
    background: #Fff;
    padding: 20px 10px;
    box-sizing: border-box;
    right: calc(100% - 10px);
    top: 0px;
    /*visibility: hidden;*/
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 120;

    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .06), 0 3px 14px 2px rgba(0, 0, 0, .04), 0 0 5px -3px rgba(0, 0, 0, .08);
}

.index-right-tool-connect {
    position: absolute;
    top: 0px;
    height: 50px;
    width: 2px;
    right: -2px;
}

.index-right-tool-box img {
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
}

.index-right-tool-text {
    font-size: 14px;
    width: 100%;
    font-weight: normal;
    margin-bottom: 10px;
    display: flex;
}

.index-right-tool-text a:hover {
    text-decoration: underline;
}

.index-right-tool-box-b {
    width: 300px;
    height: 300px;
    position: absolute;
    border-radius: 10px;
    background: #Fff;
    padding: 20px;
    box-sizing: border-box;
    right: calc(100% + 2px);
    bottom: 0px;
    visibility: hidden;
}

.index-right-tool-icon-contactUs {
    background-position: 0px -98px;
    width: 0px;
    height: 50px;
}

.index-right-tool-icon-partner {
    background-position: 0px -50px;
    width: 50px;
    height: 50px;
}

.index-right-tool:hover .index-right-tool-icon-contactUs {
    background-position: 0px -148px;
}

.index-right-tool:hover .index-right-tool-icon-partner {
    background-position: 0px -0px;
}

.index-right-tool .index-right-tool-btn:hover .index-right-tool-icon-partner {
    background-position: 0px -50px;
}

.index-right-tool .index-right-tool-btn:hover .index-right-tool-icon-contactUs {
    background-position: 0px -98px;
}

.icon_bg {
    background-image: url("../../src/icon.png");
    background-repeat: no-repeat;
}

.icon_mail {
    background-position: -16px -214px;
    width: 25px;
    height: 20px;
}

.icon_phone {
    background-position: -15px -264px;
    width: 25px;
    height: 20px;
}

@media (max-width: 768px) {

    .index-right-tool {
        display: none;
    }

}