html, body, div, ul, li, button, p, span, a, img, h1, h2, h3, h4, h5, h6, form, input {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.overlay .overlay-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.overlay .overlay-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.overlay .overlay-box img {
    position: relative;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.overlay .overlay-box .video-box {
    position: relative;
    width: 1024px;
    height: 576px;
    background-color: #999999;
    border-radius: 5px;
    overflow: hidden;
}

.overlay .overlay-box .video-box video {
    height: 100%;
    width: 100%;
}

.overlay .overlay-box .close {
    position: absolute;
    top: 40px;
    right: 40px;
    padding: 6px;
    width: 40px;
    height: 40px;
    background-color: #606266;
    border-radius: 50%;
    cursor: pointer;
}

.form-box {
    position: absolute;
    width: 438px;
    height: 438px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.form-box .close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 19px;
    cursor: pointer;
}

.form-box .form {
    position: absolute;
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto;
    width: 381px;
}

.form-box .form-title {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.form-box form {
    padding-top: 24px;
}

.form-box form .input-box {
    position: relative;
}

.form-box form .input-box input {
    padding: 0 20px;
    width: 100%;
    height: 42px;
    font-size: 14px;
    color: #555555;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    outline: none;
    caret-color: #00AEC4;
}

.form-box form .input-box + .input-box {
    margin-top: 20px;
}

.form-box form .input-box input.active {
    border-color: #00AEC4;
}

.form-box form .input-box input.error {
    border-color: #f5222d;
}

.form-box form .input-box .error-text {
    display: none;
    position: absolute;
    top: 34px;
    left: 20px;
    font-size: 12px;
    color: #f5222d;
}

.form-box form .form-btn {
    margin-top: 40px;
    width: 381px;
    text-align: center;
}

.form-box form .form-btn button {
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 22px;
    background-color: #00ADC3;
}

.form-box .form .success-box {
    padding: 36px 24px 0 0;
}

.form-box .form .success-box .success-img {
    margin: 0 auto;
    width: 132px;
}

.form-box .form .success-box .success-text {
    margin-top: 24px;
    text-align: center;
    color: #999999;
}

.code-content {
    position: absolute;
    width: 436px;
    height: 436px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.code-content .close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 19px;
    cursor: pointer;
}
.code-content .close img {
    width: 100%;
    display: block;
}

.code-content .code-dec {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}

.code-content .code-dec .code-img {
    margin: 0 auto;
    width: 274px;
    text-align: center;
}

.code-content .code-dec .code-text {
    margin-top: 6px;
    font-size: 27px;
    text-align: center;
}

.code-content .code-dec .phone {
    margin-top: 8px;
    font-size: 30px;
    color: #05AFC4;
    text-align: center;
    letter-spacing: 1px;
}

.code-dialog {
    position: fixed;
    z-index: 888;
    padding-top: 16px;
    width: 174px;
    border: 1px solid #DCDCDC;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.code-dialog .img {
    margin: 0 auto;
    width: 142px;
}

.code-dialog .text {
    padding: 4px 0 12px;
    font-size: 16px;
    color: #555555;
    text-align: center;
}

#newBridge #nb_icon_wrap {
    display: none !important;
}

.hover-animation {
    transition: transform .2s;
    cursor: pointer;
}

.hover-animation:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}
