* {
    padding: 0;
    margin: 0;
}
[v-cloak] {
    display: none;
}
html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    min-width: 1280px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    background: #eeeef2;
}

ul,
li {
    padding: 0;
    list-style: none;
}

img {
    vertical-align: middle;
}

a,
a:hover {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

a:hover {
    opacity: 0.8;
}

.container {
    min-height: 100%;
    background: #ffffff;
}

/* 按钮 */
.btn:hover,
.btn:focus {
    opacity: 0.8;
    color: #fff;
}

.com-btn {
    border-radius: 6px;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

/* 输入框 */
.com-input {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding-left: 24px;
}

/*输入框－placeholder*/
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #dcdcdc !important;
    font-size: 18px !important;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #dcdcdc !important;
    font-size: 18px !important;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #dcdcdc !important;
    font-size: 18px !important;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #dcdcdc !important;
    font-size: 18px !important;
}

/* 白色字体 */
.color-white {
    color: #ffffff;
}

/* 绿色字体 */
.color-green {
    color: #32b17e;
}

/* 绿色背景按钮*/
.bg-green-btn {
    display: inline-block;
    box-sizing: border-box;
    background-color: #32b17e;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.bg-green-btn:hover {
    color: #ffffff;
}

/* 透明背景按钮 */
.bg-white-btn {
    display: inline-block;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #32b17e;
    color: #32b17e;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.bg-white-btn:hover {
    background: #32b17e;
    color: #ffffff;
}

/* 字体大小 */
.FZ12 {
    font-size: 12px;
}

.FZ14 {
    font-size: 14px;
}

.FZ16 {
    font-size: 16px;
}

.FZ18 {
    font-size: 18px;
}

/* header */

.header {
    width: 100%;
    height: 88px;
    line-height: 88px;
    box-sizing: border-box;
    background: #353444;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 48px 0 30px;
}

.header-left {
    display: flex;
    height: 88px;
    line-height: 88px;
}

.header-logo {
    padding-right: 50px;
    position: relative;
}

.header-logo img {
    width: 205px;
    height: 58px;
}
.header-logo::after{
    content: 'Free';
    color: #ffffff;
    background: #EF6947;
    font-size: 11px;
    padding: 0 3px;
    position: absolute;
    top: 23px;
    right: 25px;
    border-radius: 5px 0 5px 0;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
}
.customize-select {
    position: relative;
}

.customize-select .btn {
    position: relative;
    height: 22px;
    line-height: 22px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: #9190a3;
    padding: 0 8px;
    text-align: left;
    background: transparent;
    cursor: pointer;
    outline: none;
    border: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.customize-select .btn:hover,
.customize-select .btn:active,
.customize-select .btn:focus {
    background: transparent !important;
    /* color: #32b17e; */
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.select-icon {
    width: 20px;
    height: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;

}

.dropdown-toggle::after {
    display: none;
}

.customize-select .language-menu {
    display: none;
    position: absolute;
    width: 104px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.customize-select .language-menu ul {
    position: absolute;
    width: 104px;
    box-sizing: border-box;
    background: #424157;
    border-radius: 4px;
    top: 64px;
    overflow: hidden;
    padding: 8px;
}

.customize-select .language-menu ul li a {
    display: block;
    cursor: pointer;
    width: 88px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #9190a3;
    padding-left: 8px;
}

.customize-select .language-menu li a:hover,
.customize-select .language-menu li.selected a {
    background: #353444;
    color: #32B17E;
}

.header-nav {
    margin-left: 40px;
    color: #9190a3;
    font-size: 16px;
    font-weight: 500;
}

.header-nav:hover {
    color: #32b17e;
}

.header-right {
    height: 22px;
    font-size: 0px;
    font-weight: 500;
}

.header-right > a {
    font-size: 16px;
}

.upload-btn {
    color: #EF6947;
}

.upload-btn:hover {
    color: #ff8c21;
}

.log-btn {
    padding: 0 40px;
}

.log-btn:hover {
    color: #32b17e;
}

.register-btn {
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    color: #ffffff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/* header */

/* footer */
.footer {
    background: #d9d9e1;
}

.footer-wrapper {
    width: 1280px;
    height: auto;
    box-sizing: border-box;
    margin: auto;
    padding: 80px 40px 81px;
}

.footer-logo {
    font-size: 14px;
    color: #999999;
}

.legal-stuff {
    padding: 0 80px;
}

.share-btn, .FAQ-btn {
    width: 200px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    font-weight: 400;
    vertical-align: middle;
    margin: 24px 0;
    cursor: pointer;
}

.share-img {
    width: 14px;
    height: 15px;
    margin-bottom: 2px;
    margin-right: 18px;
}

.footer-tab {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.footer-tab-list > div {
    padding-top: 16px;
    line-height: 20px;
}

.footer-tab-list > div:first-child {
    padding-top: 24px;
}

.footer-tab-list > div > a {
    color: #999999;
}

.footer-tab-title {
    height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #353444;
}

.website-img img {
    width: 180px;
    height: 24px;
    margin-top: -2px;
}

.pay-img {
    padding-top: 48px;
    margin-left: -8px;
}

.pay-img img {
    width: 436px;
    height: 40px;
}


@media only screen and (max-width: 1280px) {
    .footer-wrapper {
        padding: 80px 160px 81px;
    }
}

.consult-btn {
    position: fixed;
    bottom: 26px;
    right: 38px;
    cursor: pointer;
    z-index: 1000;
}

/* footer */

/* 公共左侧菜单 */
.pp-wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.main-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 24px;
    min-height: 100%;
    width: 208px;
    z-index: 810;
    background: #353444;
    z-index: 1020;
}

.main-sidebar .sidebar {
    padding-bottom: 300px;
}

.sidebar-logo > a {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 32px;
}

.sidebar-logo > a > img {
    width: 100%;
    height: 100%;
}

.content-wrapper,
.right-side {
    min-height: 100%;
    background: #eeeef2;
    border-radius: 8px;
    z-index: 800;
    padding: 40px;
    margin-left: 208px;
}

.sidebar-menu {
    white-space: nowrap;
    overflow: hidden;
    margin-top: 45px;
    font-weight: 500;
    text-align: left;
}

.sidebar-menu > li {
    margin-top: 18px;
    padding: 0 16px;
}

.sidebar-menu > li > a {
    color: #999999;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    align-items: center;
    display: flex;
    width: 176px;
    height: 48px;
    box-sizing: border-box;
    border-radius: 6px;
}

.sidebar-menu li span:last-child {
    white-space: pre-wrap;
    line-height: 18px;
    display: inline-block;
    max-width: 125px;
}

.sidebar-menu > li.active > a {
    background: #32b17e;
    color: #fff;
    text-decoration: none;
}

.sidebar-menu li > a:hover,
.sidebar-menu li > a:focus {
    background: #454455;
    color: #999999;
    text-decoration: none;
    opacity: 1;
}

.sidebar-menu-img {
    margin-right: 12px;
    margin-left: 16px;
    font-size: 24px;
    color: #999999;
}

.sidebar-menu-img.icon-select {
    margin: 0;
    font-size: 20px;
}

.sidebar-menu li.active .sidebar-menu-img {
    color: #fff;
}

.sidebar-menu > li.active > a:hover, .sidebar-menu > li.active > a:focus {
    background: #32b17e;
    color: #fff;
}

.treeview-menu {
    width: 176px;
    background: #454455;
    border-radius: 6px;
    box-sizing: border-box;
    margin-top: 4px;
    padding: 8px;
}

.treeview-menu li {
    text-align: center;
    margin-bottom: 4px;
}

.treeview-menu li a {
    font-size: 12px;
    color: #999999;
    display: block;
    padding: 8px 0 5px;
    line-height: 16px;
}

.treeview-menu li > a:focus, .treeview-menu li.active a {
    background: rgba(50, 177, 126, 0.15);
    border-radius: 4px;
    color: #32B17E;
}

.treeview-menu li > a:hover {
    color: #32B17E;
}

.sidebar-action {
    padding: 0 16px;
    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
}

.sidebar-action > li {
    margin-bottom: 1rem;
}

.sidebar-action a.share-btn, .sidebar-action a.FAQ-btn,
.sidebar-action a.logout-btn {
    width: 176px;
    height: 45px;
    border: 1px solid #999999;
    border-radius: 6px;
    display: flex;
    line-height: 45px;
    margin: 0;
}

.sidebar-action a.share-btn img,
.sidebar-action a.logout-btn img {
    margin-bottom: 2px;
    margin-right: 14px;
}

.sidebar-action a.share-btn span:last-child, .sidebar-action a.FAQ-btn span:last-child,
.sidebar-action li a.logout-btn span:last-child {
    font-weight: 500;
    color: #999999;
    font-size: 16px;
    margin-left: 4px;
}

.sidebar-action a.login-btn {
    padding: 0;
}

.sidebar-action a.login-btn span {
    text-align: center;
    display: block;
    color: #32b17e;
}

.sidebar-action a.share-btn:hover, .sidebar-action a.FAQ-btn:hover {
    width: 176px;
    /* height: 48px; */
    background: #32b17e;
    border-radius: 6px;
    border: 1px solid #32b17e;
}

.sidebar-action a.share-btn:hover span, .sidebar-action a.FAQ-btn:hover span {
    color: #fff;
}

.sidebar-action a.logout-btn {
    border: 0 none;
}

.sidebar-action li a.logout-btn span {
    color: #828282;
}

.sidebar-action li a.logout-btn:hover,
.sidebar-action li a.logout-btn:focus {
    background: #454455;
    color: #828282;
    border-radius: 6px;
    text-decoration: none;
    opacity: 1;
}

/* 公共右侧区域 */
.ppEng-content {
    min-height: 900px;
    background: #ffffff;
    border-radius: 8px;
    padding: 40px 40px 40px 56px;
}

.ppEng-tit {
    font-size: 36px;
    font-weight: 600;
    color: #353444;
}

/* 输入框验证 */
.form-control.error {
    border-color: #dc3545 !important;
}

.form-control:focus {
    box-shadow: none !important;
}

p.error, label.error {
    margin-top: 0.25rem;
    font-size: 80% !important;
    color: #dc3545 !important;
}

/* 公共左侧下拉菜单语言选择 */
.sidebar-select-group button.dropdown-toggle {
    width: 176px;
    height: 45px;
    border: 1px solid #9190a3;
    border-radius: 6px;
    background: transparent;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 8px;
    font-size: 16px;
    color: #9190A3;
}

.sidebar-select-group .dropdown-menu.show {
    width: 176px;
    height: auto;
    background: #424157;
    border-radius: 4px;
    padding: 8px;
    min-width: auto;
    border: none;
}

.sidebar-select-group li a {
    display: block;
    cursor: pointer;
    line-height: 32px;
    border-radius: 4px;
    font-size: 12px;
    color: #9190a3 !important;
    padding-left: 8px;
}

.sidebar-select-group li a:hover, .sidebar-select-group li.selected a {
    background: #353444;
    color: #32B17E !important;
}

/* 提示框 */
.show-msg {
    width: 380px !important;
    min-height: 48px;
    height: auto;
    position: fixed;
    left: 50%;
    margin-left: -190px;
    top: 150px;
    display: grid;
    grid-template-columns: 30px auto;
    align-items: center;
    z-index: 1100;
    padding-left: 10px;
}

.show-msg.alert-success {
    color: #5CB284 !important;
    background-color: #F0F9EC !important;
    border-color: #E2F3D9 !important;
}

.show-msg.alert-error {
    color: #F55D5D !important;
    background-color: #FEF0F0 !important;
    border-color: #FDE2E3 !important;
}

.show-msg.alert-warning {
    color: #F59E31 !important;
    background-color: #FDF6ED !important;
    border-color: #FAECD9 !important;
}

.show-msg .msg-img {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 12px;
}

.img-success {
    background: url("/images/img-success-0197a2104e8c2abd79c5057281a0d5a3.png");
}

.img-error {
    background: url("/images/img-error-ab424036880184bdf9d4d55a0a726f73.png");
}

.img-warning {
    background: url("/images/img-warning-10ca1c1bb12c38208862664b902e720b.png");
}

@media only screen and (min-width: 1280px) {
    body {
        overflow-x: hidden;
    }
}

/* 404页面 */
.notFound-wrapper {
    width: 100%;
    min-height: 100%;
}

.notFound-wrapper > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.notFound-img {
    width: 400px;
}

.notFound-text {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.back-to-index {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.back-to-index .icon-back {
    margin-right: 5px;
}

/* 文本超出省略 */
.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*分享弹窗*/
#shareModal .modal-dialog {
    margin-top: 0px;
}

#shareModal .modal-content {
    box-sizing: border-box;
    width: 464px;
    background: #ffffff;
    border-radius: 8px;
    margin: auto;
    padding: 24px 32px 40px;
    margin-top: 150px;
    height: auto !important;
}

#shareModal .modal-header {
    border-bottom: none;
    padding: 0;
}

#shareModal .modal-title {
    height: 32px;
    font-size: 24px;
    font-weight: 500;
    color: #353444;
    line-height: 32px;
}

#shareModal .modal-header .close {
    padding: 0;
}

#shareModal .modal-body {
    padding: 0;
    padding-top: 16px;
}

.share-list {
    width: 400px;
    height: 64px;
    line-height: 64px;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding-left: 16px;
    margin-top: 16px;
}

.share-list:hover, .share-list:focus {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
}

.share-list:hover a, .share-list:focus a {
    color: #32b17e;
}

.share-list a {
    display: flex;
    color: #828282;
    font-size: 18px;
    font-weight: 400;
}

.share-logo img {
    width: 36px;
    height: 36px;
    margin-right: 16px;
}

button.close {
    opacity: 1;
    font-size: 1.8rem;
    color: #323232;
    font-weight: 500;
}

.close:not(:disabled):not(.disabled):hover {
    opacity: 0.5;
}

/* faq图标 */
@font-face {
    font-family: "faq-icon"; /* Project id 152439 */
    src: url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMYAAsAAAAABvQAAALMAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACCcAqBcIF/ATYCJAMICwYABCAFhGcHLRs4BsgusG3YE0ht3I/nxlKJGyYEnA0ioPb77cnHPalmaAxNvGqleSWSoFWGEs2il/AmbS6IeTD5VCZM7Jsm/xVLg22VrV2xYRRb1WZ8Y4SZY+bIlUDmBggwq54VpPX/c6mc5YcB+RkYt7kHHsYS3hrQMWatr0QFKYB3GLvgBX5FQJVptXwXWruHQeShyM0glT+7PZBlh0OdJIJg7pJlGK0QlA3dmoVrAcTLOOAq+v3wT10wUSmx81bXogVXX53OjOQoHEB651iuDt4WUULCOCATNrtNy/yS0Dg/VU0mf72oOgt8dRZFoBEO/c8TytiZNaAHsp6J7XEeNTOCDEdXAOeTlpFzq2wcpmrHM3zvII6RB8Q79oQ4Rx+V055A6CwKvY1CR/dJs57XV2EXd94n4EheHd5q2erYRM+MbYyddu+GHt/v77dHRkt2jg4q58rL5yrxl0sP6WlnXPlVSWT/0ytCt4ANfUdCwohaC0eYODWMen+2F43mxbTG5KX8enPtxK3d5o5mFh/+hd8s5SGht1cA9QCKp93kl/+Nk2nO5+rnDg7L4DP9IOQonsEwC1BxT6bADxZPD0TNhpX4kGUCopVcgogqx0vBtjX5nCprfpFYUKH5dSzlujNIKvRiMmEUSqrNQpkK81BlTMvuas2s/IRciUFuAEGDbYjq3EDS4BGTCR9Q0uYbyjT4gyrb1R5XbTDcxIjIiRZqVqAOW8zUDXIq2gSYPUikBaPIJDfyjxJm10EvVCFlOdpGzITNscS+KKk5p5Ayiwm2ghs5MRot0MoseoI5kjm3VioUtOlbELaYQBOGEHGEFqSxAtLBLMxoUMtRIhsB0g4iJAuM6KyjaZF6FMHYmXB8SAVRDsC0icyDmh6k1G6RRI0fYjZEMRYmUOvRBASmGllA1uZJegTGIfKEgFUlhYNGh4rQthLTr+2CKrY8BqcoSYsNAwAA') format('woff2'),
    url('iconfont.woff?t=1641955502871') format('woff');
}

.faq-icon {
    font-family: "faq-icon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-FAQ:before {
    content: "\e619";
}

/*FAQ*/
#faqModal.modal {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    outline: none;
    display: none;
    transition: opacity .15s linear;
    background: rgba(53, 52, 68, 0.40);
    box-sizing: border-box;
    /*transition: all 0.3s ease-in-out;*/
}

#faqModal.fade:not(.show) {
    opacity: 1;
}

#faqModal .modal-content {
    width: 1000px;
    box-sizing: border-box;
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    margin-top: 50px;
    border: none;
    transition: all 0.3s ease-in-out;
    margin-left: 103px;
}

#faqModal .modal-body {
    padding: 0;
}

#faqModal .modal-header {
    font-size: 26px;
    font-weight: 500;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #343444;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
}

#faqModal .modal-title {
    flex: 1;
}

#faqModal .close {
    opacity: 1;
    color: #ffffff;
}

#faqModal .close:hover {
    opacity: 0.7;
}

.modal-backdrop.show {
    /*opacity: 0;*/
    /* background: rgba(53, 52, 68, 0.40);*/
}

.faqContent {
    width: 100%;
    background: transparent;
    border: 0;
    overflow-y: visible;
    resize: none;
    box-sizing: border-box;
    outline: none;
}

.faq .nav-tabs-item {
    box-sizing: border-box;
    /*height: 180px;*/
    padding: 20px 60px;
    background: #353444;
}

.faq .tab-title {
    height: 56px;
    line-height: 56px;
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
}

.faq .nav-tabs {
    margin: auto;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
}

.faq .tablist-item {
    background: none;
    border: none;
    margin-left: 0;
}

.faq .tablist-item > a {
    box-sizing: border-box;
    display: inline-block;
    width: 270px;
    /*height: 56px;*/
    line-height: 5px;
    border: 2px solid rgba(115, 112, 147, 0.50);
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #9190a3;
    text-align: center;
    padding: 20px 0 20px 0;
}

.faq .tablist-item:last-child > a {
    margin-right: 0px;
}

.faq .nav-tabs .active {
    background: rgba(115, 112, 147, 0.30);
    color: #32b17e;
    border: 2px solid rgba(115, 112, 147, 0);
}

.faq .tab-content-item {
    overflow-y: auto;
}

.faq .tab-content {
    padding: 48px 0;
    margin: 0 60px;
}

.faq .tab-pane-ul {
    margin: 0;
}

.faq .tab-pane-li {
    margin-bottom: 16px;
}

.faq .tab-pane-title {
    height: 40px;
    font-size: 32px;
    font-weight: 600;
    color: #353444;
    line-height: 40px;
    margin-bottom: 32px;
    text-align: left;
}

.faq .tab-pane-question {
    /*height: 60px;*/
    line-height: 60px;
    background: #A5A4B1;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    padding: 0 32px;
    cursor: pointer;
    border-radius: 4px;
    text-align: left;
}

.faq .tab-pane-question:hover {
    box-shadow: 0px 6px 10px 0px rgba(130, 130, 130, 0.10);
}

.faq .tab-pane-question span:hover {
    border-bottom: 2px solid #ffffff;
}

.faq .tab-pane-content {
    display: none;
    background: #f3f3f3;
    padding: 24px 32px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

.faq .nav-tabs {
    padding: 0;
}

@media (min-width: 576px) {
    #faqModal .modal-dialog {
        max-width: 1000px;
    }
}