.header-top {
    height: 20vh;
    color: #000;
    border: 12px solid #000;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.header-top .top-wrapper {
    height: 100%;
    display: -webkit-flex;
    display: flex;
}
.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: content-box;
}

.inner-title {
    font-size: 3.2vw;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 800;
    color:#EDDB00;
}
.inner-des{
    font-size: 1.75vw;
    text-align: center;
    margin-bottom: 48px;
    color:#fff;
}
.title-tips {
    font-size: 1.25vw;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 48px;
    color:#fff;
}
.title-tips br {
    display: block;
}
.inner-pagebox {
    margin-top:-64px;
    width: 100%;
    height: 100%;
    background: url(/static/images/web/bg.jpg) no-repeat;
    background-size: cover;
    padding:calc(6.25vw + 60px) 0 6.25vw 0;
}
.form-frame{
    width: 100%;
    max-width: 1840px;
    background: rgba(193,193,193,0.2);
    border-radius: 30px;
    border: 2px solid #EDDB00;
    margin:0 auto;
    padding:4.25vw;
}
.frame1{
    max-width: 1840px;
    margin-left:auto;
    margin-right:auto;
}
.frame2{
    max-width: 1360px;
    margin-left:auto;
    margin-right:auto;
}
@media (min-width: 821px) {
    .form-frame.horizontal{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .form-frame.horizontal .title-box{
        width: 40%;
    }
    .form-frame.horizontal .inner-title{
        text-align: left;
    }
    .form-frame.horizontal .innerresize-l ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form-frame.horizontal .innerresize-box{
        width: 60%;
    }
    .form-frame.horizontal .innerresize-l ul li{
        width: calc(50% - 8px);
    }
    .form-frame.horizontal .innerresize-l ul li:last-child{
        width: 100%;
    }
    .form-frame.horizontal .innerresize-l ul textarea{
        height:48px;
        padding: 12px;
    }
    .form-frame.horizontal .innerresize-body > div{
        width: 100%;
    }
}
.innerresize-box .s-title {
    font-size: 16px;
    margin-bottom: 8px;
}

.innerresize-des {
    max-width: 630px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto 48px auto;
    line-height: 24px;
}

.innerresize-body {
    display: block;
    margin: 0 auto
}

.innerresize-body p {
    margin-bottom: 20px;
}

.innerresize-body .green:hover {
    color: #008866;
    text-decoration: underline;
}

.innerresize-body > div {
    display: table;
    margin:0 auto;
    width: 380px;
    vertical-align: top;
}

.innerresize-l ul {
    width: 100%;
}

.innerresize-l ul li {
    margin-bottom: 16px;
    position: relative;
}
.innerresize-l ul li:last-child{
    margin:0
}
.inputgroup {
    position: relative;
}

.clear-security {
    display: none;
    position: absolute;
    bottom: 6px;
    right: 132px;
    z-index: 3;
    cursor: pointer;
    padding: 10px;
}
.innerresize-l ul input {
    position: relative;
    background: transparent;
    z-index: 2;
    width: 100%;
    height: 48px;
    border-radius: 2px;
    padding-left: 16px;
}

.innerresize-l ul select {
    -webkit-appearance:none;
    padding-left:16px;
    border: 1px solid #e5e5e5;
    position: relative;
    background: transparent;
    z-index: 2;
    width: 100%;
    height: 48px;
    border-radius: 2px;
}

input.error-tips,select.error-tips,textarea.error-tips {
    border: 1px solid #c92828 !important;
    margin-top:0;
}

/*input.error-tips ~ .s-tips {*/
/*top:2px !important;*/
/*font-size: 12px;*/
/*}*/

.innerresize-l ul textarea {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 96px;
    line-height: 24px;
    border-radius: 2px;
    padding:12px;
    resize: vertical;
    background: transparent;
}

.innerresize-l .searchable-select-holder {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 2px;
    color: #757575;
    padding:0 0 0 16px;
    box-shadow: none;
}

.innerresize-l .searchable-select-dropdown{
    top: 47px;
    padding: 8px;
    border: 1px solid #e5e5e5;
}

.searchable-select .icon-arrow-down {
    position: absolute;
    right: 18px;
    top: 18px;
    color: #757575;
}

.innerresize-l .searchable-select-input{
    height: 36px;
    line-height: 36px;
}

.innerresize-l .searchable-select-item{
    padding:8px;
    transition:none;
}

.innerresize-l .btn {
    display: flex;
    width: 200px;
    font-size: 16px;
    height:48px;
    margin: 48px auto 0 auto;
}

.innerresize-l .inline-btngroup .inputgroup{
    width: 100%;
}
.innerresize-l .inline-btngroup input{
    width: 100%;
    border-radius: 24px;
    font-size: 16px;
}

.innerresize-l .inline-btngroup .btn, .security-btns {
    width: 100%;
    margin-top:0;
    border-radius: 0 2px 2px 0;
    overflow: hidden;
    z-index: 2;
    position: relative;
}
.security-btns {
    margin-left: 12px;
    position: relative;
}
.tips-form li{
    position: relative;
}

.tips-form .icon-arrow-down {
    position: absolute;
    z-index: 99;
    right: 12px;
    top:16px;
    color:#808080;
}
.tips-form li input::placeholder,.tips-form li textarea::placeholder{
    color:#808080 ;
}
.tips-form li input,.tips-form li textarea{
    position: relative;
    z-index: 2;
    background: rgba(204,204,204,0.9);
    border-radius: 12px;
    color:#000 !important;
    border: none;
}
.tips-form li select{
    position: relative;
    z-index: 2;
    background: rgba(204,204,204,0.9);
    border-radius: 12px;
    color:#808080 ;
    border: none;
}
.tips-form li input:focus,.tips-form li select:focus,.tips-form li textarea:focus{
    background: rgba(255,255,255,0.9);
    color:#000 !important;
}
.tips-form li select.valid{
    color:#000 !important;
}
.innerresize-r {
    padding-left: 30px;
}

.innerresize-r ul {
    float: right;
    max-width: 400px;
    display: table;
}

.innerresize-r ul li {
    margin-bottom: 48px;
}

.innerresize-r ul li:last-child {
    margin-bottom: 0;
}

.innerresize-r .s-title {
    margin-bottom: 16px;
}

.inner-title-2{
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
}
.success-page {
    text-align: center;
    margin-top: 120px;
}
.success-page .icon-check {
    font-size: 48px;
    color: #059922;
}
.success-page .title {
    font-size: 24px;
    line-height: 1;
    margin: 40px auto 20px;
}
.success-page a {
    width: 160px;
    height: 48px;
    line-height: 48px;
    background: #121212;
    border-radius: 2px;
    display: block;
    color: #fff;
    margin: 40px auto 0;
    font-size: 15px;
    font-weight: 500;
}

/*--- verify Product ---*/
.security-page .innerresize-l {
    max-width: 530px;
    margin: 0 auto;
}
.security-page .innerresize-des {
    margin-bottom: 22px;
    color:#fff;
}
.security-btns {
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 6px;
    width: 124px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    transition: all .2s ease;
}
.security-btns .btn{
    height:100%;
    background: #000;
    color: var(--theme-color);
}
.security-btns .btn:hover{
    background: var(--theme-color);
    color:#000;
}
.tips-box {
    font-size: 14px;
    padding: 20px;
    background: #fff;
    color: #333;
    margin-top: 20px!important;
    padding-left: 56px;
    position: relative;
}
.tips-box .icon-error {
    color: #D50000;
}
.tips-box .icon-check {
    color: #008811;
}
.tips-box .icon-warning {
    color: #FFAA00;
}
.tips-box i {
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 24px;
}
.tips-box p {
    margin-bottom: 0;
}
.tips-box span {
    display: block;
}
.tips-box .text-green {
    color: #008811;
}
.tips-box .text-warning {
    color: #FFAA00;
}
.tips-box .red {
    color: #D50000;
}
.tips-box .time {
    font-weight: bold;
    font-size: 16px;
}
.security-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 48px;
}
.security-intro i {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 32px;
    color:var(--theme-color)
}
.security-intro p {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 2px;
    color:var(--theme-color)
}
.security-intro img{
    width: 100%;
    margin:48px auto;
}
.video-box {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}
.tips-intro {
    color:#fff;
    margin: 32px auto;
    font-size: 16px;
    max-width: 600px;
}
.video-box video,
.video-box img {
    width: 100%;
}
.video-box img {
    border: 1px solid #f2f2f2;
}
.tips-box .contact-us {
    text-decoration: underline;
}

@media (max-width:1023px) {
    .innerresize-r {
        max-width: calc(100% - 400px);
    }

    .innerresize-r ul{
        max-width: 100%;
    }
}
@media (max-width:820px) {
    .form-frame{
        border-radius: 20px;
        padding: 8.25vw 4.25vw;
    }
    .inner-pagebox {
        padding:calc(12.25vw + 52px) 0 12.25vw 0;
        background: url(/static/images/web/bg-m.jpg) center center no-repeat;
        background-size: cover;
    }
    .inner-title {
        font-size: 7.25vw;
        margin-bottom: 3.25vw;
    }
    .inner-des{
        font-size: 4.75vw;
        margin-bottom: 6.45vw;
    }
    .title-tips {
        text-align: center;
        font-size: 4.25vw;
        margin-top: 6.45vw;
        margin-bottom: 6.45vw;
    }
    .title-tips br {
        display: none;
    }
    .innerresize-body > div {
        display: block;
        width: 100%;
        padding: 0
    }
    
    .innerresize-l{
        border-right: 0;
    }

    .innerresize-l ul{
        width: 100%;
    }
    .innerresize-l .inline-btngroup .inputgroup{
        float: none;
    }
    .security-btns {
        width: 100px;
    }
    .security-btns .btn {
        min-width: 100px;
    }
    .innerresize-r {
        padding-top: 48px !important;
    }
    .innerresize-des{
        margin-bottom: 32px;
    }
    .innerresize-r ul{
        float: none;
        max-width: 100%;
        margin-bottom: -20px;
    }

    .innerresize-l .inline-btngroup .inputgroup{
        width: 100%;
    }
    
    .success-page {
        padding: 40px 20px 0 20px;
        margin-bottom: 120px;
        margin-top: 72px;
    }
    .success-page .title {
        font-size: 20px;
        margin: 24px auto 16px;
    }
    .success-page a {
        margin: 24px auto 0;
    }

    /*--- verify Product ---*/
    .clear-security {
        right:108px
    }
    .security-intro {
        margin-top: 48px;
    }
    .tips-intro {
        margin-bottom: 20px;
    }
    .tips-box {
        padding: 16px !important;
        padding-left: 52px!important;
    }
    .tips-box i {
        top: 18px;
        left: 16px;
    }
    .video-box {
        width: initial;
    }
    .security-intro p {
        font-size: 16px;
    }
}
@media (max-width:480px) {
    .inner-title {
        margin-bottom: 24px;
    }
    .security-intro i {
        font-size: 20px;
    }
}
@media (max-width:420px) {
    .innerresize-l .inline-btngroup .inputgroup{
        width: 100%;
    }
    .innerresize-l .inline-btngroup input{
        border: 1px solid #ccc;
    }
}
