﻿html{
    background: #F8F9FB;
}
tbody{
    width: 100%;
}
.content{
    padding-top: 83px;
   /* margin: 0 auto;
    width: 1200px;*/
    width: 100%;
}
.terms-wrapper .banner {
    position: relative;
    width: 100%;
    height: 27.5rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#141444), to(#0862f4));
    background-image: linear-gradient(90deg, #141444, #0862f4);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    width: 100%;
    height: 400px;
}
.terms-wrapper .banner .banner-wrapper {
    position: relative;
    width: 1000px;
    height: 27.5rem;
    margin: 0 auto;
    padding-top: 5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.terms-wrapper .banner .banner-wrapper .banner-text {
    padding-top: 100px;
}
.terms-wrapper .banner .banner-wrapper .banner-text .title {
    font-size: 40px;
    color: #fff;
    margin-bottom: 5rem;
    font-weight: 600;
}
.terms-wrapper .banner .banner-wrapper .banner-text .sub-title {
    font-size: 18px;
    color: #fff;
}
.terms-wrapper .content .md iframe, .terms-wrapper .content .md {
    width: 100%;
    min-height: 1200px;
}
.isSinglePage .theme-default-content:not(.custom) {
    padding: 2rem 1rem !important;
}
}
.isSinglePage .theme-default-content:not(.custom) h1 {
    text-align: center;
    padding-top: 3.6rem !important;
}
.terms-wrapper .banner-bottom {
    position: relative;
    width: 100%;
    height: 350px;
    background-image: -webkit-gradient(linear, left top, right top, from(#141444), to(#0862f4));
    background-image: linear-gradient(90deg, #141444, #0862f4);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
.terms-wrapper .banner-bottom .banner-wrapper {
    position: relative;
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.terms-wrapper .banner-bottom .banner-wrapper .banner-text .title{
    font-size: 30px;
    color: #fff;
    margin-bottom: 1.75rem;
    font-weight: 600;
}
.terms-wrapper .banner-bottom .banner-wrapper .banner-text .btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
}
.terms-wrapper .banner-bottom .banner-wrapper .banner-text .btns .order{
    margin-right: 1.75rem;
    background: #0049ff;
    border: 1px solid #0049ff;
}
.terms-wrapper .banner-bottom .banner-wrapper .banner-text .btns .el-button, .terms-wrapper .banner-bottom .banner-wrapper .banner-text .btns .home-btn{
    border-radius: 40px;
    width: 184px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
.terms-wrapper .banner-bottom .banner-wrapper .banner-text .sub-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 2.75rem;
}
.terms-wrapper .banner-bottom .banner-wrapper img {
    width: 300px;
    height: 300px;
}


header .lang-wrapper {
    position: relative;
    cursor: pointer;
    right: 0;
}
header .lang-wrapper .lang-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding: 0 10px;
    height: 30px;
}
header .lang-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #333;
    margin-right: 5px;
}
header .lang-text {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}
header .lang-wrapper .lang-dropdown {
    display: none;
    position: absolute;
    padding-top: 20px;
    right: 0;
}
header .lang-wrapper .lang-dropdown ul {
    width: 150px;
    background-color: #fff;
    padding: 15px 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
nav ul, ul, li {
    list-style: none;
}
header .lang-wrapper .lang-dropdown ul li a {
    display: block;
    padding: 0 25px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 15px;

}

.lang_items:hover{
    background: #F2F2F2;
    border-radius:0.3rem;
}
.lang_items_a:hover{
    /*color: #648DF2;*/

    color: #333;
}
.me-3{
    position:absolute;
    top:0;
    right:0;
    margin-top:12px;
    margin-right:-160px;
}
/*a {
    text-decoration: none;
}*/
.isSinglePage .theme-default-content:not(.custom) {
    padding: 2rem 1rem !important;
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .theme-default-content:not(.custom) {
        max-width: 740px;
        min-width: 680px;
    }
}