body {
    background-color: #F0F0F1
}

a {
    text-decoration: none
}

.btn-sst {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3b71ca;
    --bs-btn-border-color: #3b71ca;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3b71ca;
    --bs-btn-hover-border-color: #3b71ca
}

.w1100 {
    width: 1000px !important;
    margin: 0 auto;
    min-width: 1000px;
}

.container-lg {
    max-width: 1000px !important
}

a.nav-link {
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px
}

.navbar-brand {
    margin-right: 30px
}

.navbar-expand {
    min-width: 1100px
}

.sst-main {
    margin-top: 20px
}

.sst-main .logo-img {
    display: block;
    width: 160px;
    height: 45px;
    margin: 0 auto
}

.sst-main .logo-text {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    color: #001334;
    letter-spacing: 9px
}

.sst-main .home-top {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sst-main .home-top .home-search {
    box-sizing: border-box;
    width: 720px;
    height: 330px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column
}

.sst-main .home-top .home-search .search-text {
    box-sizing: border-box;
    height: 230px;
    width: 100%;
    border-radius: 12px;
    background: #F7F7F7;
    border: 2px solid #3b71ca;
    padding: 6px 12px;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 10px
}
.sst-main .home-top .home-search button{
    width: 100%;
}
.sst-main .home-top .home-app {
    position: relative;
    width: 240px;
    height: 330px;
    border-radius: 12px;
    background: #FFFFFF;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 16px;
    text-align: center
}

.sst-main .home-top .home-app .upd_name {
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: bold
}

.sst-main .home-top .home-app .upd_name span {
    color: #ff6900
}

.sst-main .home-top .home-app .upd_txt {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #666666
}

.sst-main .home-top .home-app .upd_pictu, .sst-main .home-top .home-app .upd_voice {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFFFFF;
    width: 140px;
    height: 32px;
    margin: 0 auto;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none
}

.sst-main .home-top .home-app .upd_pictu img, .sst-main .home-top .home-app .upd_voice img {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 5px
}

.sst-main .home-top .home-app .upd_pictu {
    margin-top: 15px;
    background: #007ded
}

.sst-main .home-top .home-app .upd_voice {
    margin-top: 5px;
    background: #ff4136
}

.sst-main .home-top .home-app .upd_ewm {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 157px;
    background: url(../img/sxb_appbg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
    box-sizing: border-box
}

.sst-main .home-top .home-app .upd_ewm .upd_ewm_img {
    display: block;
    margin: 0 auto;
    width: 124px;
    height: 124px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px dashed #F8C096;
    overflow: hidden
}

.sst-main .home-top .home-app .upd_ewm .upd_ewm_img img {
    display: block;
    width: 100%;
    height: 100%
}

.mmt-20 {
    margin-top: 20px
}

.cate-list .cate-item {
    color: #4b4b4b;
    padding: 5px 5px;
    display: inline-block;
    text-decoration: none
}

.cate-list .cate-item:hover {
    color: #3b71ca
}

.sst-list {
    position: relative;
    margin-top: 20px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 12px;
    background: #FFFFFF;
    padding: 10px
}

.sst-list .sst_list_box .header {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.sst-list .sst_list_box .list-box {
    display: flex;
    justify-content: space-between
}

.sst-list .sst_list_box .list-box .list {
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.sst-list .sst_list_box .list-box .list .item {
    font-size: 14px;
    display: block;
    margin: 10px 0;
    color: #434343;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.sst-list .sst_list_box .list-box .list .item:hover {
    color: #3b71ca
}

.footer {
    margin-top: 20px;
    background: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: center;
    font-size: 14px;
    color: #999 !important
}

.footer .state {
    margin-bottom: 10px
}

.footer a {
    font-size: 14px;
    color: #999 !important;
    margin: 0 5px;
}

.sst-cate {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

.sst-cate .left {
    width: 720px
}
.sst-cate .left .card-body{
    padding: 10px 15px;
}
.sst-cate .left .box{
    padding: 0;
}
.sst-cate .cate-nav {
    font-size: 18px;
    color: #888888;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px
}

.sst-cate .cate-nav i {
    color: #14A44D
}

.sst-cate .cate-nav h1 {
    color: #545454;
    font-size: 18px;
    font-weight: 500;
    display: inline;
}
.sst-cate .tag-desc{
    margin-top: 10px;
    font-size: 14px;
    color: #757575;
    background-color: #fff7ea;
    padding: 10px;
    border-radius: 10px;
}
.sst-cate .cate-box {
    padding: 10px 0;
    display: flex;
    margin-top: 10px
}

.sst-cate .cate-box .cate-title {
    width: 76px;
    text-align: right;
    margin-right: 10px;
    flex-shrink: 0;
    padding-top: 5px
}

.sst-cate .cate-box .cate-item {
    padding: 5px 10px;
    color: #545454;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px
}

.sst-cate .cate-box .cate-item:hover {
    background-color: #3b71ca;
    color: #fff
}

.sst-cate .cate-box .cate-item.is {
    background-color: #3b71ca;
    color: #fff
}

.sst-cate .right {
    width: 240px
}

.sst-cate .right .ad-box img {
    width: 100%;
    border-radius: 10px
}

.card-header-blue {
    background-color: #3b71ca;
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.type-question-list {
    margin-top: 20px
}

.type-question-list .list-group-item {
    padding: 10px
}

.type-question-list .box {
    padding: 5px 0;
}
.type-question-list .list-group{
    box-shadow: none;
}
.question-item {
    color: #545454;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.question-item i {
    margin-right: 5px
}
.question-item .xuhao{
    padding-right: 5px;
}
.question-item:hover {
    color: #3b71ca
}

.sst-ask {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

.sst-ask .left {
    width: 720px
}

.sst-ask .right {
    width: 240px
}

.sst-ask .right .ad-box img {
    width: 100%;
    border-radius: 10px
}

.sst-ask .search-tip {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500
}

.question {
    margin-top: 10px
}

.question h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #1c1c1c;
}

.question .option {
    font-size: 16px;
    color: #505050;
    line-height: 16px;
    margin-top: 20px
}
.question .option p{
    line-height: 24px;
}
.question .tag {
    margin-top: 15px;
    margin-bottom: 15px;
}

.question .tag a {
    font-size: 12px;
    padding: 3px 6px;
    background-color: #54b4d3;
    color: #fff;
    border-radius: 5px
}

.answer-box {
    margin-top: 10px;
}
.answer-content{
    display: none;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.answer-box span {
    color: #14A44D;
}
.answer-box .answer-btn {
    padding: 10px 35px
}

.l-r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff
}

.l-r .l-left {
    font-weight: 500
}

.l-r .l-left .check {
    margin-right: 10px;
    color: #14A44D
}

.l-r .l-left .desc {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b
}

.l-r .l-left .desc .vip {
    color: #ff6900
}

.user-card {
    margin-top: 15px
}

.user-card .right-user {
    font-size: 16px
}

.user-card .right-user .user {
    display: flex;
    justify-content: space-between;
    color: #a6a6a6;
    align-items: center
}

.user-card .right-user .user .user-out {
    font-size: 14px
}

.user-card .right-user .user span {
    color: #4a4a4a
}

.user-card .right-user .user-btn {
    font-size: 15px;
    margin-top: 10px
}

.user-card .right-user .login-btn {
    padding: 5px 10px;
    background-color: #3b71ca;
    color: #fff;
    border-radius: 20px
}

.user-card .right-user .user-login-notic {
    padding: 5px;
    font-size: 14px;
    background-color: #e6e6e6;
    border-radius: 5px;
    color: #DC4C64;
    margin-top: 10px
}

.user-card .user-action {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.user-card .user-action .user-action-item {
    display: block;
    margin-top: 25px;
    width: 60px
}

.user-card .user-action .user-action-item img {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto
}

.user-card .user-action .user-action-item span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #4D4D4D
}

.login-box {
    width: 300px
}

.login-box .login-model, .login-box .reg-model {
    display: none
}

.login-box .login-model .title, .login-box .reg-model .title {
    font-size: 18px;
    font-weight: 500;
    background-color: #2261c9;
    text-align: center;
    padding: 10px 0;
    color: #fff
}

.login-box .login-model .body, .login-box .reg-model .body {
    padding: 20px
}

.login-box .login-model .body .form-control, .login-box .reg-model .body .form-control {
    margin-bottom: 10px
}

.login-box .login-model .body .full, .login-box .reg-model .body .full {
    width: 100%
}

.login-box .login-model .body .input-group button, .login-box .reg-model .body .input-group button {
    height: 40px;
    line-height: 20px
}

.login-box .login-model .tips, .login-box .reg-model .tips {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px
}
.login-box .login-model .action, .login-box .reg-model .action {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px
}
.login-box .findUserPass{
    color: #F96A24;
}
.login-box .login-model .tips span, .login-box .login-model .tips a, .login-box .reg-model .tips span, .login-box .reg-model .tips a {
    cursor: pointer;
    color: #2261c9
}

.login-box .login-model .notic, .login-box .reg-model .notic {
    text-align: center;
    font-size: 12px;
    color: #979797;
    margin-bottom: 20px
}

.login-box .login-model .code, .login-box .reg-model .code {
    width: 120px;
    height: 40px;
    padding-left: 10px
}

.login-ui-page{
    width: 400px;
    margin: 0 auto;
}
.login-ui-page .login-model{
    display: block;
}

.usermain {
    margin-top: 20px
}

.usermain hr {
    margin: 0
}

.usermain .flex {
    display: flex;
    justify-content: space-between
}

.usermain .menu-list {
    width: 120px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-right: 20px;
    border-right: 1px solid #ddd;
    padding-right: 20px;
    flex-shrink: 0
}

.usermain .menu-list .menu-item {
    padding: 5px 10px;
    color: #545454;
    margin-bottom: 10px;
    flex-shrink: 0
}

.usermain .menu-list .menu-item.is {
    background-color: #1565C0;
    color: #fff
}

.usermain .main-box {
    width: 100%;
    overflow: hidden
}

.usermain .main-box.userhome .userstatus {
    font-size: 16px;
    display: flex;
    justify-content: space-between
}

.usermain .main-box.userhome .userstatus .outtime {
    color: #5f5f5f;
    font-size: 16px
}

.usermain .main-box.userhome .userstatus .outtime span {
    color: #ff4136;
    font-weight: 500
}

.usermain .main-box .vip-info {
    display: flex;
    justify-content: space-between;
    margin: 30px 35px;
    font-size: 20px;
    text-align: center
}

.usermain .main-box .vip-info .info-item {
    padding: 15px 30px;
    border-radius: 10px;
    border: 2px solid #3b71ca
}

.usermain .main-box .vip-info .info-item .number {
    color: #ff4136;
    font-size: 24px;
    font-weight: bold
}

.usermain .main-box .order-list .table {
    font-size: 14px
}

.usermain .main-box .order-list .tips {
    font-size: 14px;
    color: #656565
}

.usermain .main-box .repass input {
    margin-bottom: 10px
}

.usermain .main-box .repass .form-box-footer {
    font-size: 16px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between
}

.ssthelp {
    display: flex;
    margin-top: 20px;
    background-color: #fff;
    padding: 20px
}

.ssthelp .left-menu {
    width: 150px;]
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
    border-right: 1px solid #dcdcdc;
    flex-direction: column;
    text-align: center;
    padding-right: 20px;
    min-height: 500px
}

.ssthelp .left-menu a {
    display: block;
    padding: 5px;
    font-size: 14px;
    color: #494949
}

.ssthelp .left-menu a.is {
    color: #007ded;
    font-weight: 500;
    font-size: 16px
}

.ssthelp .left-menu a:hover {
    color: #007ded
}

.ssthelp .help-content {
    /*width: 876px;*/
    color: #333;
    padding-left: 15px
}
.ssthelp .help-content .content-box{
    word-break: break-word;
}
.ssthelp .help-content a, .ssthelp .help-content a:hover {
    color: #333
}

.ssthelp .help-content p {
    line-height: 28px;
    font-size: 14px
}

.ssthelp .help-content p a {
    color: #0066CC
}

.ssthelp .help-content .title_r {
    font-size: 32px;
    color: #459df5;
    font-weight: normal;
    margin-bottom: 20px;
}

.sst-news {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

.sst-news .left {
    width: 720px
}

.sst-news .right {
    width: 240px
}

.sst-news .right .ad-box img {
    width: 100%;
    border-radius: 10px
}

.sst-news h1 {
    font-size: 24px;
    line-height: 1.4;
    color: #262626;
    font-weight: 500
}

.sst-news .content {
    font-size: 16px;
    color: #262626;
    word-break: break-word;
}

.sst-news .content p {
    margin: 0;
    padding: 0;
    line-height: 1.8;
    margin-bottom: 8px
}

.sst-news .content-desc {
    color: #8f8f8f;
    text-align: right;
    font-size: 12px;
    margin-bottom: 10px
}

.sst-news .tag {
    margin-top: 20px
}

.sst-news .tag a {
    font-size: 12px;
    padding: 3px 6px;
    color: #676767;
    border-radius: 5px
}
.search-tip-result{
    color: #da292e;
    margin-top: 10px;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    background-color: #dee2e6;
}
.search-tip-result a{
    color: #3459e6;
}


/*分页*/
.page {
    /*margin-top: 20px;*/
    display: flex;
    justify-content: center;
}
.pagination,.pager {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li ,.pager > li{
    display: inline;
}
.pagination > li > a,
.pagination > li > span,
.pager > li > a,
.pager > li > span
{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3b71ca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pager > li > a:hover,
.pager > li > span:hover
{
    background-color: #3b71ca;
    color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pager > li:first-child > a,
.pager > li:first-child > span
{
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pager > li:last-child > a,
.pager > li:last-child > span{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li.active > span,
.pager > li.active > span{
    color: #fff;
    background-color: #3b71ca;
}
.pagination > li.disabled > span,
.pager > li.disabled > span{
    color: #919191;
}
.item-none{
    text-align: center;
    margin: 50px;
    font-size: 18px;
}
.sst-news-list-body{
    padding: 5px;
}

.xiangguan em{
    font-style: inherit;
}



/* 购买搜题卡 */
.buyModel{
    /*display: none;*/
}
.buyModel .buy_model{z-index: 1200;width: 560px;overflow: hidden;background: #F5F6FA;padding-bottom: 15px;}
.buyModel .buy_close{position: absolute;z-index: 100;right: 20px;top: 15px;width: 31px;height: 31px;cursor: pointer;}
.buyModel .buy_top{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding-left: 16px;
    background-color: #3d72cb;
    background-size: 100% 100%;
}
.buyModel .buy_top_icon{display: block;width: 36px;height: 26px;margin-right: 6px;}
.buyModel .buy_top_name{font-size: 24px;font-weight: bold;color: #FFFFFF;}
.buyModel .buy_top_txt{font-size: 14px;color: #E5E6E8;margin-left: 10px;padding-top: 5px;}
.buyModel .buy_box{margin: 0 20px;margin-top: 20px;border-radius: 10px;background: #FFFFFF;padding: 20px 20px 15px 20px;}
.buyModel .buy_item{display: flex;align-items: center;justify-content: space-between;}
.buyModel .buy_item_view{position: relative;z-index: 1;cursor: pointer;width: 150px;height: 140px;box-sizing: border-box;border-radius: 10px;background: #FFFFFF;padding-top: 5px;border: 2px solid #E5E6E8;}
.buyModel .buy_item{flex-wrap: wrap}
.buyModel .buy_item_view{margin-bottom: 5px;}
.buyModel .item_recom{
    position: absolute;
    top: -19px;
    left: -2px;
    text-align: center;
    line-height: 20px;
    background: #ff4800;
    border-radius: 10px 0 10px 0;
    font-size: 12px;
    color: #FFFFFF;
    padding: 2px 5px;
}
.buyModel .item_recom.green{background: #00c853;}
.buyModel .item_txt{display: block;width: 85px;height: 28px;margin: 0 auto;text-align: center;line-height: 28px;border-radius: 14px;background: #E5E6E8;font-size: 14px;color: #666666;}
.buyModel .item_num{text-align: center;font-size: 16px;color: #ff6600;}
.buyModel .item_fuli{text-align: center;font-size: 14px;}
.buyModel .item_num span{font-size: 24px;font-weight: bold;}
.buyModel .item_price{position: absolute;z-index: -1;left: -2px;bottom: -2px;height: 32px;width: 150px;display: flex;align-items: center;justify-content: center;background: #E5E6E8;border-radius: 0 0 10px 10px;font-size: 16px;color: #333333;box-sizing: border-box;}
.buyModel .item_active{background: #F5F8FF;
    border: 2px solid #3C71CA;}

.buyModel .item_active .item_txt{background: #FFE8C0;color: #B57D1D;font-weight: bold;}
/*.buyModel .item_active .item_price{background: #FFE8C0;color: #8C623A;border: 2px solid #eabb6a;border-top: 0;}*/
.buyModel .item_active .item_price{
    background: #3C72CA;
    color: #FFF;
    border: 2px solid #3d72cb;
    border-top: 0;
}
.buyModel .buy_label{font-size: 16px;color: #666666;display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;}
.buyModel .buy_pay{display: flex;align-items: center;margin-top: 10px;padding-left: 0;}
.buyModel .buy_pay_view{display: flex;align-items: center;width: 125px;height: 48px;background: #FFFFFF;margin-right: 5px;box-sizing: border-box;border: 2px solid #E5E6E8;font-size: 16px;color: #333333;border-radius: 10px;padding-left: 10px;cursor: pointer;}
.buyModel .buy_pay_view img{display: block;width: 20px;height: 20px;margin-right: 5px;}
.buyModel .pay_active{background: #F5F8FF;
    border: 2px solid #3C72CA;}
.buyModel .buy_agree{text-align: center;font-size: 14px;color: #666666;}
.buyModel .buy_agree a{color: #666666;}
.buyModel .buy_btn{display: flex;flex-direction: column;justify-content: center;align-items: center;border-radius: 50px;background-image: linear-gradient(90deg,#3b71caf7 0%,#3b71ca 100%);margin-top: 20px;cursor: pointer;padding: 5px 10px;}
.buyModel .buy_btn_txt1{font-size: 20px;color: #fff;font-weight: bold;letter-spacing: 4px;}
.buyModel .buy_btn_txt2{font-size: 14px;color: #fff;}
.buyModel .buy_notes{display: block;text-align: center;margin-top: 15px;font-size: 14px;color: #D05300;}
.buyModel .buy_link{margin: 0 20px;margin-top: 15px;display: flex;align-items: center;justify-content: space-between;}
.buyModel .buy_link_a{font-size: 14px;color: #878C9C;}
.buyModel .buy_link_trust{display: flex;align-items: center;}
.buyModel .buy_link_trust img{margin: 0 5px;width: 84px;height: 32px;}
.buyModel .buy_user{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.buyModel .buy_user label{
    flex-shrink: 0;
}
.buyModel .buy_user input{
    width: 100%;
}
.qrcode-model{
    padding: 10px;
}
.qrcode-box{
    padding: 20px 100px;
    text-align: center;
}
.qrcode-img img{
    width: 200px;
    height: 200px;
    display: none;
}
.qrcode-order{
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}
.qrcode-type{
    margin-bottom: 10px;
    font-size: 18px;
}
.qrcode-type b{
    margin: 0 10px;
    color: #3d72cb;
}
.qrcode-desc{
    margin-top: 10px;
}
.qrcode-desc a{
    color: #1b68e8;
}
.suc_top .suc_top_title{
    font-size: 30px;
    font-weight: bold;
}
.suc_top_text {
    font-size: 20px;
}
.result-model{
    z-index: 1200;
    width: 600px;
    background: #FFFFFF;
}
.suc_top{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gener_account {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.gener_in{
    margin: 30px 0;
}
.gener_input {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.gener_input span {
    display: block;
    margin-right: 20px;
    font-size: 20px;
    color: #3259ce;
    letter-spacing: 8px;
}
.gener_input input {
    width: 240px;
    height: 48px;
    background: #F8F8F8;
    border: 1px solid #D4D7DF;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #FF3333;
}
.gener_tip{
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    color: #f04d0d;
}
.gener_btn_row {
    margin: 0 48px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}
.gener_btn_save {
    display: block;
    text-align: center;
    cursor: pointer;
    width: 240px;
    height: 60px;
    background: #3259ce;
    border-radius: 4px;
    line-height: 60px;
    font-size: 18px;
    color: #FFFFFF;
}


.alipay_dialog {
    z-index: 1001;
    width: 550px;
    background: #fff;
    line-height: 1;
}

.alipay_dialog .alipay_title {
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 25px 0;
}

.alipay_dialog .alipay_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.alipay_dialog .alipay_btn .btn {
    width: 135px;
    height: 45px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.alipay_dialog .alipay_btn .btn_sure {
    background: #3c72ca;
    margin-right: 20px;
}

.alipay_dialog .alipay_btn .btn_cancel {
    background: #999999;
}

.alipay_dialog .alipay_notes {
    font-size: 12px;
    color: #333333;
    text-align: center;
    padding-bottom: 20px;
}

.alipay_dialog .alipay_notes .notes_a {
    font-size: 12px;
    color: #333333;
}

.alipay_dialog .alipay_notes .notes_a:hover {
    text-decoration: underline;
}
/*弹窗完毕*/

/*其他自定义*/
.kszn-title{
    color: #da292e;
}
.kszn-title i{
    margin-right: 5px;
}
.kszn-list .item{
    font-size: 16px !important;
}

.breadcrumb{
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.tag-title{
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.pay-help{
    margin-top: 40px;
    margin-bottom: 20px;
}
.pay-wechat-help{
    padding: 10px 50px;
    font-size: 16px;
    color: #333333;
}
.pay-help-text{
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    color: #676464;
    line-height: 2;
    overflow: hidden;
}
.pay-help-img{
    text-align: center;
}
.pay-help-img img{
    width: 500px;
}
.question-info{
    font-size: 14px;
    color: #666666;
}