.register-info-title {
    margin-bottom: 35px;
    text-align: center;
}
.register-info-title h2 {
    font-size: 25px;
    color: #626574;
}
.register-info-title p {
    font-size: 20px;
    color: #fc5f3a;
    text-align: center;
}
body {
    background: #fafafa;
}
body .register-container {
    margin: 0 auto;
    border-radius: 4px;
    max-width: 845px;
    height: auto;
}
body .register-container .pull-left {
    width: 49%;
}
body .register-container .pull-left .item {
    margin-bottom: 50px;
}
body .register-container .pull-left .item img {
    float: left;
    width: 60px;
    margin-right: 15px;
}
body .register-container .pull-left .item h5 {
    font-size: 18px;
    color: #65697f;
    margin-bottom: 12px;
    margin: 0;
    margin-bottom: 15px;
}
body .register-container .pull-left .item p {
    font-size: 14px;
    color: #65697f;
    margin-left: 75px;
    width: 285px;
}
body .register-container form.center-block {
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(49, 81, 155, 0.2);
    border-radius: 10px;
    width: 420px;
    padding: 40px 30px 20px;
}
body .register-container form.center-block .input-row .label-input {
    width: 100%;
}
body .register-container form.center-block .input-row.input-row-industry-select {
    width: 45%;
    float: left;
}
body .register-container form.center-block .input-row.input-row-title-select {
    float: right;
    width: 52%;
}
body .register-container form.center-block .input-row label {
    margin-bottom: 0px;
}
body .register-container form.center-block .input-row span.lable {
    display: none;
}
body .register-container form.center-block .input-row ::-webkit-input-placeholder,
body .register-container form.center-block .input-row select option[disabled] {
    font-size: 14px;
    color: #c0ccd9;
}
body .register-container form.center-block .input-row :focus::-webkit-input-placeholder,
body .register-container form.center-block .input-row :hover::-webkit-input-placeholder {
    color: #c2c2c2;
    -webkit-transition: color.5s;
    opacity: 0.5;
}
body .register-container form.center-block .input-row :-ms-input-placeholder {
    color: #c0ccd9;
}
body .register-container form.center-block .input-row :focus:-ms-input-placeholder,
body .register-container form.center-block .input-row :hover:-ms-input-placeholder {
    color: #c2c2c2;
    opacity: 0.5;
}
body .register-container form.center-block .input-row span[class*='pre'] {
    float: left;
    margin: -39px 0 0 1px;
    display: block;
    background: #fff;
    padding: 9px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 40px;
    text-align: center;
    color: #768eab;
    text-align: right;
    position: relative;
    font-weight: 100;
    height: 39px;
}
body .register-container form.center-block .input-row input,
body .register-container form.center-block .input-row select {
    border: 1px solid #d2dbe6;
    border-radius: 5px;
    color: #595757;
    font-weight: 400;
    height: 40px;
    background-position: 10px 7px !important;
    padding: 1px 0px 0 45px;
    cursor: pointer;
    border-radius: 4px;
}
body .register-container form.center-block .input-row input:-webkit-autofill,
body .register-container form.center-block .input-row select:-webkit-autofill {
    background: transparent;
}
body .register-container form.center-block .input-row input:hover,
body .register-container form.center-block .input-row select:hover {
    border-color: #b1c1d4;
}
body .register-container form.center-block .input-row select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 20px 0 45px;
    width: 100%;
    background: #fff;
    height: 40px;
    color: #c0ccd9;
}
body .register-container form.center-block .input-row select.filled {
    color: #595757;
}
body .register-container form.center-block .input-row select::-ms-expand {
    display: none;
}
body .register-container form.center-block .input-row select:focus::-ms-value {
    background-color: white;
    color: #595757;
}
body .register-container form.center-block .input-row > .pull-right {
    width: 45%;
}
body .register-container form.center-block .input-row span.email-pre {
    background: url(/vassets/images/home_v2/site/icon_email.png) no-repeat;
    background-position: 13px 10px;
    cursor: pointer;
}
body .register-container form.center-block .input-row span.password-pre {
    background: url(/vassets/images/home_v2/site/icon_password.png) no-repeat;
    background-position: 13px 10px;
    cursor: pointer;
}
body .register-container form.center-block .input-row span.name-pre {
    background: url(/vassets/images/home_v2/site/icon_name.png) no-repeat;
    background-position: 13px 10px;
    cursor: pointer;
}
body .register-container form.center-block .input-row span.mobile-pre {
    background: url(/vassets/images/home_v2/site/icon_mobile.png) no-repeat;
    background-position: 13px 10px;
    cursor: pointer;
}
body .register-container form.center-block .input-row span.company-pre {
    background: url(/vassets/images/home_v2/site/icon_company.png) no-repeat;
    background-position: 13px 10px;
    cursor: pointer;
}
body .register-container form.center-block .input-row span.industry-pre {
    background: url(/vassets/images/home_v2/site/icon_industry.png) no-repeat;
    background-position: 13px 10px;
    cursor: pointer;
}
body .register-container form.center-block .input-row span.title-pre {
    background: #fff;
    background: url(/vassets/images/home_v2/site/icon_title.png) no-repeat;
    background-position: 13px 10px;
    cursor: pointer;
}
body .register-container form.center-block .label-input.select {
    position: relative;
}
body .register-container form.center-block .label-input.select span.bs-caret .caret {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 12px;
    top: 18px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #d2dbe6;
    cursor: pointer;
}
body .register-container form.center-block button.btn-gio {
    width: 100%;
    height: 37px;
    margin-bottom: 10px;
}
body .register-container form.center-block .tos-tip {
    font-size: 11px;
    text-align: center;
    color: #ccc;
}
body .register-container form.center-block .error-message {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #e96464;
    height: 17px;
    text-align: right;
    display: block;
    font-weight: 100;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    body .register-container form.pull-right {
        width: 80%;
        float: none !important;
        margin: 0;
        margin: 0 auto;
    }
}
.register.it-and-eq-ie9 span.lable {
    display: block !important;
    font-weight: 100;
    color: #768eab;
}
.register.it-and-eq-ie9 form.pull-right .error-message {
    height: 15px;
}
.register.it-and-eq-ie9 form.pull-right .input-row input,
.register.it-and-eq-ie9 form.pull-right .input-row select {
    height: 32px;
    line-height: 32px;
}
.register.it-and-eq-ie9 .input-row span[class*='pre'] {
    display: none !important;
}
.register.it-and-eq-ie9 .input-row input,
.register.it-and-eq-ie9 .input-row select {
    padding: 0px 0px 0 12px !important;
}
html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: PingFangSC, Helvetica, 'Helvetica Neue', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', STHeiti, 'WenQuanYi Micro Hei', sans-serif;
}
* {
    margin: 0;
    padding: 0;
}
a {
    outline: none;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
}
input,
button {
    outline: none;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.margin-auto {
    margin-left: auto;
    margin-right: auto;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: '';
    display: table;
    line-height: 0;
    visibility: hidden;
    clear: both;
}
h1,
h2,
h3 {
    margin-bottom: 0px;
}
input,
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
.mobile-visable {
    display: block !important;
}
.mobile-disable {
    display: none !important;
}
.dm-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #000;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999;
}
.dm-header-nav {
    width: 100%;
    height: 60px;
    padding: 18px 15px 0px;
}
.dm-header-a {
    display: inline-block;
    width: 132px;
    height: 31px;
    margin: 10px 0 0;
    background: url(../../images/public/udesk_logo.png) no-repeat;
    background-size: 132px;
    /*background: url(/vassets/images/home_v3/demoRequest/dm-logo-mobile.svg), none no-repeat;*/
    background-size: cover\0;
    background-size: 100% 100% no-repeat;
}
.dm-header-connection {
    float: right;
    display: block;
    height: 24px;
}
.dm-header-connection .dm-header-img_tel {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 4px;
    background: url(../../images/index/telphone.png) no-repeat;
    background-size: cover;
}
.dm-header-connection .dm-header-span {
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}
.demo-request {
    background-color: #f8f8f8;
}
.dm-banner {
    width: 100%;
    height: 150px;
    margin-top: 60px;
    color: #ffffff;
    background-color: #1470ff;
    background-image: linear-gradient(124deg, #176de6, #176de6);
}
.dm-banner-content {
    width: 85%;
    padding-top: 20px;
    margin: 0px auto;
    text-align: center;
}
.dm-banner-content .dm-banner-h2 {
    margin-top: 0px;
    font-size: 27px;
    font-weight: 500;
    line-height: 36px;
}
.dm-banner-content .dm-banner-span {
    margin-top: 18px;
}
.dm-content {
    width: 100%;
    padding: 20px 15px 0;
    margin: 0 auto 30px;
    color: #191140;
}
.dm-publicWords {
    padding: 0 10px;
}
.dm-pw-span {
    display: inline-block;
    margin-top: 15px;
}
.dm-pw-ul .dm-pw-li {
    position: relative;
    padding-left: 10px;
    margin-top: 15px;
    line-height: 20px;
}
.dm-pw-ul .dm-pw-li:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fc5f3a;
}
.dm-form-container {
    width: 100%;
    padding: 20px 20px 15px;
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dm-form-h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    color: #65697f;
    text-align: center;
}
.dm-form-inputTitle {
    display: block;
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #191140;
}
.dm-form-errorMessage {
    display: block;
    height: 15px;
    font-size: 11px;
    color: #fc5f3a;
    line-height: 15px;
}
.dm-form-inputSet {
    width: 100%;
}
.dm-form-inputSet .dm-form-input {
    width: 100%;
    height: 35px;
    padding: 9px 10px;
    border: solid 1px #e1e2e4;
    font-size: 12px;
    color: #65697f;
    line-height: 15px;
    border-radius: 2px;
    box-shadow: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.dm-form-selectSet {
    width: 100%;
}
.dm-form-selectSet .dm-form-select {
    width: 100%;
    height: 35px;
    padding: 5px 5px;
    border: solid 1px #e1e2e4;
    background-color: #ffffff;
    font-size: 12px;
    color: #65697f;
    line-height: 23px;
    background: url(../../images/index/sus-select.png) no-repeat;
    background-image: none\9;
    background-position: 95% center;
    background-size: 15px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.dm-form-selectSet .dm-form-select:hover,
.dm-form-selectSet .dm-form-select:focus {
    background: url(../../images/index/sus-select-hover.png) no-repeat;
    background-image: none\9;
    background-position: 95% center;
    background-size: 15px;
}
.dm-form-textareaSet {
    width: 100%;
}
.dm-form-textareaSet .dm-form-textarea {
    resize: none;
    width: 100%;
    min-height: 68px;
    height: 68px;
    padding: 10px;
    border: solid 1px #e1e2e4;
    font-size: 12px;
    line-height: 16px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.dm-form-button {
    width: 100%;
    height: 35px;
    border: none;
    margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 35px;
    text-align: center;
    background-color: #ff9981;
    border-radius: 2px;
    cursor: pointer;
}
.dm-form-button_active {
    background-color: #176de6;
}
.dm-form-button_active:hover {
    background-color: #176de6;
    color: #fff;
}
.dm-footer {
    width: 100%;
    height: 70px;
    padding: 20px 0;
    text-align: center;
    background-color: #176de6;
}
.dm-footer-copyRight {
    font-size: 12px;
    color: #ffffff;
    line-height: 15px;
}
.demo-request-success {
    background-color: #ffffff;
}
.dms-banner {
    width: 100%;
    height: 410px;
    padding-top: 60px;
    background-color: #fafafa;
}
.dms-banner .dms-banner-img {
    display: block;
    width: 50px;
    height: 35px;
    background: url(../../images/active/video.png) no-repeat;
    background-size: 100%;
    margin: 30px auto 0;
}
.dms-banner .dms-banner-h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #191140;
}
.dms-banner .dms-banner-span {
    display: block;
    width: 75%;
    margin: 20px auto;
    font-size: 15px;
    text-align: left;
    color: #65697f;
    letter-spacing: 1.3px;
}
.dms-banner .dms-banner-button {
    display: block;
    width: 110px;
    height: 35px;
    margin: 37px auto 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    background-color: #3a86fc;
    border-radius: 2px;
    transition: background-color 0.3s ease-in;
}
.dms-banner .dms-banner-button:hover {
    text-decoration: none;
    background-color: #0060f4;
}
.dms-featureList {
    width: 100%;
    padding-bottom: 70px;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
}
.dms-feature {
    width: 75%;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
}
.dms-feature .dms-feature-img {
    width: 20%;
}
.dms-feature .dms-feature-title {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #383963;
    line-height: 25px;
}
.dms-feature .dms-feature-content {
    display: inline-block;
    margin-top: 11px;
    font-size: 15px;
    color: #65697f;
    line-height: 120%;
    text-align: left;
}
.dms-feature .dms-feature-a_mobile {
    display: block;
    width: 104px;
    height: 34px;
    margin-top: 15px;
    font-size: 15px;
    color: #ffffff;
    line-height: 34px;
    border-radius: 17px;
    background-color: #fc5f3a;
    margin-left: auto;
    margin-right: auto;
}
#input-code {
    width: 45%;
    float: left;
}
#sendCode {
    width: 53%;
    float: right;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #176de6;
}
@media (min-width: 768px) {
    .mobile-visable {
        display: none !important;
    }
    .mobile-disable {
        display: block !important;
    }
    .dm-header {
        height: 68px;
    }
    .dm-header-nav {
        height: 68px;
        padding: 14px 60px 0px;
    }
    .dm-header-connection {
        height: 40px;
    }
    .dm-header-connection .dm-header-img_tel {
        width: 20px;
        height: 20px;
        margin-top: 10px;
        margin-right: 5px;
    }
    .dm-header-connection .dm-header-span {
        font-size: 14px;
        line-height: 40px;
    }

    .demo-request {
        position: relative;
        background-color: #ffffff;
    }
    .dm-banner {
        margin-top: 68px;
        height: 300px;
    }
    .dm-banner-content {
        width: 680px;
    }
    .dm-banner-content .dm-banner-h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .dm-banner-content .dm-banner-span {
        width: 460px;
        margin-left: 110px;
        font-size: 16px;
        line-height: 26px;
    }
    .dm-content {
        height: 1150px;
    }
    .dm-publicWords {
        position: absolute;
        top: 990px;
        left: 50%;
        width: 680px;
        padding: 0 50px;
        margin-left: -340px;
    }
    .dm-pw-span {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 16px;
        color: #65697f;
    }
    .dm-pw-ul {
        margin-bottom: 20px;
    }
    .dm-pw-li {
        margin-left: 20px;
        font-size: 16px;
    }
    .dm-form-container {
        position: absolute;
        top: 180px;
        left: 50%;
        width: 620px;
        height: 546px;
        padding: 40px 35px;
        margin-top: 0;
        margin-left: -310px;
        border-radius: 2px;
        z-index: 5;
        overflow: hidden;
    }
    .dm-form-background {
        position: absolute;
        top: 150px;
        left: 50%;
        width: 680px;
        height: 600px;
        margin-left: -340px;
        border-radius: 2px;
        background-image: linear-gradient(to bottom, rgba(252, 252, 252, 0.6), rgba(234, 234, 234, 0.6));
    }
    .dm-form-h3 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 20px;
    }
    .dm-form-button {
        position: absolute;
        left: 50%;
        bottom: 30px;
        width: 250px;
        height: 52px;
        margin-left: -125px;
        font-size: 18px;
        line-height: 52px;
        border-radius: 4px;
        cursor: pointer;
    }
    .dm-form-inputSet,
    .dm-form-selectSet,
    .dm-form-textareaSet {
        float: right;
        width: 260px;
    }
    .dm-form-inputSet_left,
    .dm-form-selectSet_left,
    .dm-form-textareaSet_left {
        float: left;
        margin-right: 30px;
    }
    .dm-form-inputTitle {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 14px;
    }
    .dm-form-errorMessage {
        display: block;
        height: 20px;
        font-size: 12px;
        color: #fc5f3a;
        line-height: 20px;
        letter-spacing: 0.2px;
    }
    .dm-form-inputSet .dm-form-input {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        box-shadow: none;
    }
    .dm-form-selectSet .dm-form-select {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        box-shadow: none;
    }
    .dm-form-textareaSet .dm-form-textarea {
        height: 80px;
        font-size: 14px;
        line-height: 20px;
        box-shadow: none;
    }
    .dm-footer {
        height: 120px;
        padding: 40px 0;
    }
    .dm-footer-copyRight {
        font-size: 14px;
        line-height: 40px;
    }

    .dms-banner {
        height: 420px;
        padding-top: 68px;
    }
    .dms-banner .dms-banner-img {
        width: 66px;
        height: 46px;
        margin-top: 60px;
    }
    .dms-banner .dms-banner-h2 {
        font-size: 32px;
        line-height: 45px;
    }
    .dms-banner .dms-banner-span {
        font-size: 16px;
        line-height: 160%;
        text-align: center;
    }
    .dms-banner .dms-banner-button {
        width: 180px;
        height: 40px;
        margin-top: 30px;
        font-size: 18px;
        line-height: 40px;
        border-radius: 4px;
    }
    .dms-featureList {
        box-shadow: none;
        width: 100%;
        max-width: 1170px;
        padding: 0 20px 50px;
        margin: 30px auto 0;
    }
    .dms-feature {
        float: left;
        width: 20%;
        padding: 26px;
    }
    .dms-feature:last-child {
        margin-right: 0px;
    }
    .dms-feature .dms-feature-img {
        width: auto;
        height: 90px;
    }
    .dms-feature .dms-feature-title {
        margin-top: 18px;
        font-size: 16px;
        line-height: 20px;
    }
    .dms-feature .dms-feature-content {
        height: 50px;
        margin-top: 9px;
        font-size: 14px;
        line-height: 20px;
    }
    .dms-feature .dms-feature-a {
        float: right;
        margin-top: 10px;
        font-size: 14px;
        color: #65697f;
        transition: color 0.3s ease-in;
    }
    .dms-feature .dms-feature-a:hover {
        color: #191140;
        text-decoration: none;
    }
}
@media (min-width: 1200px) {
    .dm-header-nav {
        width: 1080px;
        padding: 15px 0 0 0;
        margin-left: auto;
        margin-right: auto;
    }

    .dm-banner {
        margin-bottom: 480px;
    }
    .dm-banner-content {
        width: 1070px;
        padding-top: 100px;
        margin: 0 auto;
        padding-right: 566px;
        text-align: left;
    }
    .dm-banner-content .dm-banner-span {
        margin-left: 0;
    }
    .dm-content {
        position: absolute;
        top: 60px;
        left: 50%;
        width: 1070px;
        height: 630px;
        padding: 0;
        margin-left: -535px;
    }
    .dm-publicWords {
        top: 240px;
        left: 0px;
        width: 440px;
        padding: 40px 0 0 0;
        margin-left: 0;
    }
    .dm-form-container {
        top: 30px;
        left: 550px;
        width: 490px;
        margin-left: 0;
    }
    .dm-form-background {
        top: 0;
        left: 520px;
        width: 550px;
        margin-left: 0;
    }
    .dm-form-inputSet,
    .dm-form-selectSet,
    .dm-form-textareaSet {
        width: 190px;
    }
}
.hide_en-us {
    display: none !important;
}
