@charset "utf-8";
.color-bg {
    background: #fafafa;
    width: 100%;
    height: auto;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 3%;
}

.white-con {
    width: 1200px;
    height: auto;
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 auto;
    padding-bottom: 2%;
    /*padding-top: 10px;*/
}

.write-article {
    width: 95%;
    height: auto;
    /*margin: 2% auto 0px;*/
    margin: 0 auto;
    overflow: hidden;
    font-size: 22px;
    color: #323232;
}

.write-article h1 {
    font-size: 22px;
    color: #323232;
    float: left;
    margin-bottom: 0px;
}

.write-article ul {
    float: right;
    font-size: 12px;
    margin-bottom: 5px !important;
}

.write-article ul a {
    color: #2b7acd;
}

.from-article {
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.from-article .row {
    /*margin-top: 1.5%;*/
}

.from-article .input-group-btn .btn {
    width: 100%;
    text-align: left;
    height: 42px;
    border: 1px solid #ededed;
    border-radius: 5px;
}

.from-article input,
.from-article textarea {
    height: 42px;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border-radius: 5px;
}

.ftid{
    line-height: 24px;
    margin-top: 5px;
}
.radio-inline  input{
    height: auto;
}

.from-article .textarea-con textarea {
    min-height: 300px;
}

.from-article .submit-btn .btn {
    width: 140px;
    height: 42px;
    background: #2c7acb;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: none;
    box-shadow: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.from-article .submit-btn .btn:hover {
    background: #268af3;
}

/*搜索*/
.search-header {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px
}

.search-header .return-home {
    float: left;
}

.search-header .return-home a {
    font-size: 14px;
    color: #999999;
}

.search-logo, .search-logo-portal {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.search-logo-portal {
    margin-top: 150px;
}

.search-logo img {
    display: block;
    margin: 0 auto;
    clear: both;
}

.search-logo-portal img {
    display: block;
    margin: 0 auto;
    clear: both;
}

.search-box {
    width: 1200px;
    height: auto;
    margin: 2% auto 0px;
}

.search-box .search-box-con {
    width: 55%;
    height: 48px;
    margin: 0 auto;
}

.search-box .search-box-con .search-option {
    width: 15%;
    float: left;
    height: 48px;
    background: #fafafa;
    border: 1px solid #ededed;
    border-radius: 4px 0px 0px 4px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    position: relative;
    border-right: none;
}

.search-box .search-box-con .search-option-focus {
    border: 1px solid #2d7acb;
    border-right: 0px;
}

.search-box .search-box-con .search-option .search-option-value {
    width: 100%;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.search-box .search-box-con .search-option ul {
    width: 102%;
    position: absolute;
    top: 48px;
    left: -1px;
    height: auto;
    display: none;
}

.search-box .search-box-con .search-option ul li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #ededed;
    border-bottom: none;
}

.search-box .search-box-con .search-option ul li:first-child {
    border-radius: 4px 4px 0px 0px;
}

.search-box .search-box-con .search-option ul li:last-child {
    border-radius: 0px 0px 4px 4px;
    border-bottom: 1px solid #ededed;
}

.search-box .search-box-con .search-input {
    width: 70%;
    float: left;
    height: 48px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 0px;
    box-shadow: none;
}

.search-box .search-box-con .search-input:focus {
    border: 1px solid #2d7acb;
}

.search-box .search-box-con .search-option ul li:hover {
    background: #fafafa;
}

.search-box .search-box-con .input-group-btn {
    width: 15%;
    float: right;
    background: #2d7acb;
    border-radius: 0px 4px 4px 0px;
}

.search-box .search-box-con .input-group-btn .btn {
    width: 100%;
    height: 48px;
    border: none;
    color: #fff;
    font-size: 18px;
    background: #2d7acb;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: none;
    outline: none;
    box-shadow: none;
    line-height: 48px;
    padding: 0px;
}

.search-box .search-box-con .input-group-btn .btn:hover {
    background: #268af3;
}

.search-result {
    width: 1200px;
    height: 40px;
    background: #fafafa;
    margin: 2% auto 0px;
    line-height: 40px;
    padding-left: 1%;
    color: #999999;
}

.search-result span {
    color: #2d7acb;
    font-weight: bold;
}

.s-result-list {
    width: 910px;
    height: auto;
    margin: 1% auto 0px;
    padding-bottom: 1%;
    border-bottom: 1px solid #ededed;
}

.s-result-list h4 {
    font-size: 16px;
    line-height: 30px;
}

.s-result-list h4 a {
    color: #323232;
}

.s-result-list h4 a:hover {
    color: #2d7acb;
}

.s-result-list h4 span {
    color: #ff0000;
}

.s-result-list .action-bar {
    width: 100%;
    height: 24px;
    color: #b2b2b2;
}

.s-result-list .action-bar a {
    color: #b2b2b2;
    text-decoration: underline;
}

.s-result-list .action-bar span {
    padding-right: 2%;
}

.s-result-list .thecon {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #808080;
    line-height: 26px;
}

.s-page {
    width: 100%;
    height: auto;
    margin: 1% auto 2%;
    text-align: center;
    height: 25px;
    padding-right: 30px;
}

.s-page .pagination-lg > li > a,
.s-page .pagination-lg > li > span {
    padding: 5px 20px;
    font-size: 14px;
    color: #808080;
    font-family: myEnFont;
    margin: 0px 5px;
    border-radius: 3px;
    border: #ededed 1px solid;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.s-page .pagination-lg > li > a:hover,
.s-page .pagination-lg > li > span:hover {
    background: #2d7acb;
    color: #fff;
    border: #2d7acb 1px solid;
}

.btn-group {
    width: 100%;
}

.radio input[type="radio"] {
    display: none;
    padding-left: 10px;
}

/*发帖*/
.white-forum {
    margin: 10px auto 0px;
}

.from-article .label-input {
    width: 85%;
    float: left;
    border-radius: 5px 0px 0px 5px;
}

.from-article .label-button {
    width: 15%;
    height: 42px;
    float: left;
    background: #fafafa;
    border: 1px solid #ededed;
    border-radius: 0px 5px 5px 0px;
    border-left: none;
    text-align: center;
    line-height: 42px;
}

.from-article .label-button a {
    color: #b2b2b2;
    border-right: 1px solid #ededed;
    padding: 0px 6%;
}

.from-article .label-button a:last-child {
    border-right: none;
}

.from-article .label-button a:hover {
    color: #2b7acd;
}

.from-article .be-careful {
    background: #fff;
    border: 1px dashed #ededed;
    overflow: hidden;
    padding: 10px 0px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.from-article .be-careful li {
    width: 100%;
    margin-left: 2%;
    overflow: hidden;
    margin-bottom: 1%;
}

.from-article .be-careful li .iconfont {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    display: block;
    float: left;
    background: #2b7acd;
    border-radius: 30px;
    margin-right: 0.5%;
    font-size: 16px;
}

.from-article .be-careful li .thetext {
    color: #808080;
    float: left;
    display: block;
    line-height: 20px;
}

.from-article .be-careful .thebtn {
    width: 40%;
    float: left;
    margin-left: 2%;
    line-height: 20px;
}

.from-article .be-careful .thebtn a {
    color: #b2b2b2;
    padding-right: 3%;
}

.from-article .be-careful .thebtn a:hover {
    color: #2b7acd;
}

/*.textarea-con{*/
/*	width: 99%!important;*/
/*}*/
/*#rstnotice{*/
/*	width: 99% !important;*/
/*}*/
.from-article .textarea-con textarea {
    border-radius: 5px 5px 0px 0px;
}

.from-article .additional {
    width: 100%;
    height: 36px;
    background: #fafafa;
    border-top: 1px solid #ededed;
    border-radius: 0px 0px 5px 5px;
    line-height: 36px;
}

.from-article .additional .save-time {
    float: left;
    color: #b2b2b2;
}

.from-article .additional .oper-link {
    width: 77%;
    float: right;
    text-align: right;
}

.from-article .additional .oper-link a,
.from-article .additional .oper-link span {
    color: #b2b2b2;
    border-right: 1px solid #ededed;
    padding: 0px 2%;
}

.from-article .additional .oper-link a:last-child {
    padding-right: 0px;
    border-right: none;
}

.from-article .additional .oper-link a:hover {
    color: #2c7acb;
}

/*.from-article .additional-options{*/
/*	margin-top: 1%;*/
/*}*/
.from-article .additional-options .thetitle span {
    width: 113px;
    height: 36px;
    border-radius: 2px 2px 0px 0px;
    border: 1px solid #ededed;
    display: block;
    float: left;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    border-right: none;
    color: #999999;
    font-size: 14px;
}

.from-article .additional-options .thetitle span:last-child {
    border-right: 1px solid #ededed;
}

.from-article .additional-options .thetitle span.active {
    background: #2c7acb;
    border: 1px solid #2c7acb;
    color: #fff;
}

.from-article .additional-optionsbg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fafafa;
    border: 1px solid #ededed;
    padding: 2%;
    border-radius: 0px 0px 5px 5px;
    margin-top: -1px;
}

.from-article .additional-options-list {
    width: 100%;
    height: auto;
    float: left;
}

.from-article .options1 li {
    width: 100%;
    overflow: hidden;
    line-height: 50px;
    color: #808080;
}

.from-article .options1 li span {
    display: block;
    float: left;
    margin-right: 2%;
}

.from-article .options1 li input,
.from-article .options1 li strong {
    float: left;
    display: block;
}

.from-article .options1 li input {
    margin-right: 5px;
}

.from-article .options1 li strong {
    font-weight: normal;
}

.from-article .options2 span,
.from-article .options2 select {
    display: block;
    height: 34px;
    line-height: 34px;
    float: left;
    margin-right: 3px;
    color: #808080;
}

.from-article .options2 select {
    width: 20%;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #ededed;
}

.from-article .options3 .checkbox-row {
    width: 100%;
    height: 34px;
}

.from-article .options3 .checkbox-row .checkbox-input,
.from-article .options3 .checkbox-row strong {
    display: block;
    float: left;
}

.from-article .options3 .checkbox-row strong {
    line-height: 34px;
}

.from-article .options3 .checkbox-row .checkbox-input {
    margin-right: 5px;
}

.from-article .options3 .checkbox-row .checkbox-input input {
    height: auto;
    display: block;
    margin-top: 12px;
}

.from-article .options3 .qianglou-ul {
    margin-top: 10px;
}

.from-article .options3 .qianglou-ul li {
    width: 50%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}

.from-article .options3 .qianglou-ul li span,
.from-article .options3 .qianglou-ul li input {
    height: 34px;
    line-height: 34px;
}

.from-article .options3 .qianglou-ul li input {
    width: 60%;
}

.from-article .options3 .qianglou-ul li span {
    margin-right: 5px;
    color: #646464;
}

.from-article .options3 .qianglou-ul .thedate strong {
    color: #b2b2b2;
}

.from-article .options3 .qianglou-ul .thedate input {
    width: 30%;
}

.from-article .options3 .qianglou-ul .therow {
    width: 100%;
}

.from-article .options3 .qianglou-ul .therow .beizhu {
    color: #b2b2b2;
    font-size: 12px;
}


.from-article .submit-btn .save-draft {
    background: #fafafa;
    border: 1px solid #ededed;
    color: #646464;
    margin-left: 1%;
    outline: none;
}

.from-article .submit-btn .save-draft:hover {
    background: #f2f2f2;
    color: #808080;
}

.from-article .first-line {
    width: 100%;
    /*margin-bottom: 10px;*/
    margin-top: 10px;
}

.from-article .biaoqian {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.tb {
    border: none;
}

.ct2_a .tb {
    margin-top: 0px;
}

.mbw {
    magrin-bottom: 0px !important;
}

.edt {
    width: 100%;
    background: orangle;
    border: 1px solid green;
    height: auto;
}

.additional-options {
    margin-bottom: 10px;
    overflow: hidden;
}

/*博文点赞相关css*/

body {
    padding-right: 0px !important;
}

*.modal-open {
    overflow-y: scroll;
    padding-right: 0 !important;
}

#myModal .modal-header {
    border-bottom: none;
    padding: 20px 30px 15px 30px;
}

#myModal .modal-body {
    padding: 30px;
    padding-top: 0px;
    height: 500px;
    overflow-y: scroll;
}

.modal-header .close {
    outline: none;
}

#myModal .modal-body::-webkit-scrollbar {
    width: 4px;
    background-color: unset;
}


/* 滚动条滑块 */
#myModal .modal-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    height: 30px;
}

#myModal .modal-content {
    overflow: hidden;
}

#myModal .modal-title span {
    color: #FF0000;
}

#myModal .user-item {
    margin: unset;
    display: flex;
    margin-bottom: 20px;
}

#myModal .user-item:last-child {
    margin-bottom: 0;
}

#myModal .user-item .header-img {
    margin-right: 18px;
}

#myModal .user-item .header-img img {
    border-radius: 200%;
}

#myModal .user-item-info {
    flex: 1;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 12px;
}

#myModal .modal-content, #payModal .modal-content {
    border-radius: 20px;
    border: none;
}

#myModal .user-item-time {
    color: #B2B2B2;
    font-size: 14px;
}

#myModal .user-item-comment {
    color: #666666;
    margin-top: 8px;
    font-size: 14px;
}

#myModal .user-item-z {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

#myModal .user-item-name {
    font-size: 16px;
    color: #343434;
    font-weight: 500;
}

#myModal .user-item-name span {
    margin-right: 4px;
}

#myModal .user-item-num span {
    color: #999;
}

#myModal .user-item-num {
    font-size: 16px;
    color: #343434;
}

#payModal .modal-dialog {
    width: 560px;
}

#payModal .modal-header {
    border-bottom: unset;
}

#payModal .modal-body {
    padding: 0 30px;
    text-align: center;
}

#payModal .header-img {
    margin: 0 auto;
    width: 50px;
}

#payModal .zs-title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 20px 0 27px;
}

#payModal .modal-body .zs-pay-title {
    font-size: 14px;
    color: #999999;
}

#payModal .modal-body .zs-pay-num {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#payModal .zs-pay-num .zs-pay-item {
    width: 32%;
    height: 59px;
    line-height: 59px;
    border: 1px solid #EDEDED;
    border-radius: 30px;
    margin-bottom: 10px;
    font-size: 26px;
    color: #666666;
    transition: .2s all linear;
}

#payModal .zs-pay-num .zs-pay-item:hover {
    /*color: #2C7ACD;*/
    /*border: 1px solid #2C7ACD;*/
    /*background-color: rgba(43, 122, 205, .1);*/
    cursor: pointer;
}

#payModal .zs-pay-num .active {
    color: #2C7ACD;
    border: 1px solid #2C7ACD;
    background-color: rgba(43, 122, 205, .1);
}

#payModal .zs-pay-num .zs-pay-item .zs-input {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    text-align: center;
    border: 0;
    display: none;
}

#payModal input::-webkit-outer-spin-button, #payModal input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#payModal input[type="number"] {
    -moz-appearance: textfield;
}


#payModal .zs-pay-num .zs-pay-item span {
    font-size: 18px;
    margin-left: 10px;
}

#payModal .zs-pay-type {
    display: flex;
    justify-content: center;
}

#payModal .alert, #payPwdModal .alert{
    margin-top: 20px;
    margin-bottom: unset;
    display: none;
}

#payModal .zs-pay-type-item {
    width: 180px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343434;
    font-size: 16px;
    margin-right: 10px;
    transition: .2s all linear;
}

#payModal .zs-pay-type .disabled {
    background: #ededed;
}

#payModal .zs-pay-type .disabled, #payModal .zs-pay-type .disabled .iconfont {
    color: #999999;
}

#payModal .zs-pay-type .active {
    background-color: rgba(43, 122, 205, .1);
    border: 1px solid #2C7ACE;
}

#payModal .zs-pay-type-item:hover {
    /*background-color: rgba(43, 122, 205, .1);*/
    /*border: 1px solid #2C7ACE;*/
    cursor: pointer;
}

#payModal .zs-comment {
    width: 100%;
    height: 100px;
    background: #F5F5F5;
    border-radius: 10px;
    border-color: #f5f5f5;
    padding: 15px;
    margin-top: 20px;
}

#payModal .zs-comment:focus {
    border-color: #f5f5f5;
    outline: #d2d2d2;
}

#payModal .icon-weixinzhifu {
    color: #00CC22;
}

#payModal .icon-yue {
    color: #FFA64F;
}

#payModal .icon-weixinzhifu, #payModal .icon-yue {
    margin-right: 8px;
    font-size: 24px;
}

#payModal .zs-pay-btn {
    display: inline-block;
    width: 190px;
    height: 46px;
    line-height: 46px;
    background: #2C7ACE;
    border-radius: 23px;
    color: white;
    margin-top: 20px;
    margin-bottom: 50px;
    transition: 0.3s all linear;
    font-size: 18px;
}

#payModal .zs-pay-btn:hover {
    cursor: pointer;
    opacity: .8;
}

#payModal .zs-pay-title2 {
    margin: 10px 0 20px;
}

#alertModal .modal-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

#alertModal {
    top: 50%;
    transform: translateY(-50%);
}

#alertModal .modal-dialog {
    width: 400px;
}

.zs-blog-fixed {
    position: fixed;
    right: calc((100vw - 1200px) / 2 - 88px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
}

.zs-blog-fixed .zs-blog-item {
    margin-bottom: 20px;
    display: block;
}

.zs-blog-fixed .zs-blog-item:hover {
    cursor: pointer;
}

.zs-blog-fixed .zs-blog-item-title {
    text-align: center;
    margin-top: 6px;
}

.zs-blog-fixed .zs-blog-item-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 1px 5px 30px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #666666;
}

.zs-blog-fixed .zs-blog-item-icon .iconfont {
    font-size: 24px;
}

.zs-blog-fixed .zs-blog-item-icon:hover .iconfont {
    color: #2B7ACD;
}

.zs-blog-fixed .zs-blog-item-active .zs-blog-item-icon{
    box-shadow: none;
    background: #2B7ACD;
}

.zs-blog-fixed .zs-blog-item-active .zs-blog-item-icon{
    box-shadow: none;
    background: #2B7ACD;
    color: white;
}

.zs-blog-fixed .zs-blog-item-active .zs-blog-item-title {
    color: #2B7ACD;
}

.zs-blog-fixed .zs-blog-item-active .iconfont:hover {
    color: #fff;
}

#payPwdModal {
    margin: unset;
    position: fixed;
    top: 40%;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translate(-50%, -50%);
}

#payPwdModal .modal-dialog, #qrCodedModal .modal-dialog {
    width: 430px;
}

#payPwdModal .modal-body {
    text-align: center;
}

#payPwdModal .modal-header, #qrCodedModal .modal-header {
    border-bottom: unset;
    text-align: center;
}

#payPwdModal .input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    height: 40px;
    border: 1px solid #EDEDED;
    border-radius: 2px;
    margin: 0 auto 10px;
}

#payPwdModal .input-group-item {
    height: 20px;
    border-right: 1px solid #EDEDED;
    flex: 1;
}

#payPwdModal .active:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: black;
    margin-top: 5px;
    animation: blink .8s infinite;
    /*Safari 和 Chrome:*/
    -webkit-animation: blink .8s infinite;
}

#payPwdModal .black-dot:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #666666;
    border-radius: 50%;
    margin-top: 5px;
    transition: .2s all linear;
}

#payPwdModal .input-group-item:last-child {
    border-right: unset;
}

#payPwdModal .pay-notice {
    display: flex;
    justify-content: space-between;
    width: 300px;
    margin: 0 auto 30px;
    color: #9A9A9A;
    font-size: 14px;
}

#payPwdModal .pay-notice a {
    color: #2C7ACE;
    cursor: pointer;
}

#payPwdModal .round {
    border-radius: 23px;
}

#payPwdModal .btn-primary {
    background-color: #2B7ACD;
    border-color: #2B7ACD;
    width: 149px;
    height: 46px;
    font-size: 18px;
    line-height: unset;
}

.keyword-area {
    animation: animate .5s;
    height: 225px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1090;
    display: none;
}

.keyword {
    box-shadow: #bfbfbf 0 0 10px;
    height: 225px;
    padding-bottom: 25px;
    background-color: #F5F5F5;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 6px;
    padding-top: 10px;
}

.keyword-item {
    padding: 0 6px 6px 0;
    width: 33.33%;
    transition: 0.2s all linear;
}

.keyword-item .iconfont{
    font-size: 18px;
}

.keyword-item div {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #333333;
    font-size: 19px;
    font-weight: bold;
    height: 100%;
}

.keyword-item div:active {
    background-color: #dddddd;
}

@keyframes animate {
    from {
        height: 0;
    }

    to {
        height: 225px;
    }
}

#qrCodedModal .qrcode {
    width: 220px;
    height: 220px;
    border: 6px solid #FFFFFF;
    box-shadow: 1px 5px 27px 3px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#qrCodedModal .num {
    color: #9A9A9A;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

@keyframes blink {
    from {
        background-color: black;
    }
    to {
        background-color: white;
    }
}

/*Safari 和 Chrome:*/
@-webkit-keyframes blink {
    from {
        background-color: black;
    }
    to {
        background-color: white;
    }
}

@media (max-width: 1367px) {
    .zs-blog-fixed{
        display: none;
    }

    #payModal .modal-dialog {
        width: 480px;
    }

    #payModal .zs-pay-num .zs-pay-item {
        width: 30%;
        height: 46px;
        line-height: 46px;
    }

    #payModal .zs-comment {
        height: 70px;
        margin-top: 10px;
    }

    #payModal .zs-pay-type-item {
        height: 46px;
        width: 140px;
    }
}

/*博文点赞相关css end*/
@media (max-width: 1200px) {
    .white-con {
        width: 96%;
    }

    /*搜索页面*/
    .search-header,
    .search-logo,
    .search-logo-portal,
    .search-box,
    .search-result,
    .s-result-list,
    .s-page {
        width: 96%;
    }
}

@media (max-width: 991px) {
    .color-bg {
        background: #fff;
        padding-top: 10px;
    }

    .white-forum {
        margin: 0px auto;
    }

    .write-article h1 {
        font-size: 16px;
    }

    .white-con {
        width: 100%;
        border: none;
    }

    .from-article .row .first-line {
        margin-bottom: 1.5%;
    }

    .from-article .row .first-line:last-child {
        margin-bottom: 0px;
    }

    /*搜索页面*/
    .search-box .search-box-con {
        width: 100%;
    }

    .search-header {
        position: relative;
    }

    .search-header .nav-login-xs {
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .search-header .nav-login-xs .login-text-xs {
        color: #808080;
        font-size: 16px;
        float: left;
    }

    .search-header .user-pic-xs {
        float: left;
    }

    .search-header .user-pic-xs img {
        width: 32px;
        height: 32px;
        border-radius: 30px;
        display: inline-block;
    }

    /*发帖*/
    .from-article .label-input {
        width: 75%;
    }

    .from-article .label-button {
        width: 25%;
    }

}

@media (max-width: 767px) {
    /*.from-article{
        width: 100%;
    }*/
    .from-article .row {
        width: 100%;
        margin: 0px;
        margin-top: 3%;
    }

    .from-article .options3 .qianglou-ul li {
        width: 100%;
    }

    .from-article .row .first-line {
        margin-bottom: 3%;
    }

    .from-article .textarea-con textarea {
        min-height: 20vh;
    }

    .from-article .submit-btn .btn {
        width: 100%;
    }

    /*搜索页面*/
    .search-box .search-box-con .search-option {
        width: 20%;
        height: 40px;
    }

    .search-box .search-box-con .search-option .search-option-value {
        height: 40px;
        line-height: 40px;
    }

    .search-box .search-box-con .search-input {
        width: 60%;
        height: 40px;
    }

    .search-box .search-box-con .input-group-btn {
        width: 20%;
        height: 40px;
    }

    .search-box .search-box-con .input-group-btn .btn {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .search-box .search-box-con .search-option ul {
        top: 40px;
    }

    /*论坛发帖*/
    .from-article .label-input {
        width: 60%;
    }

    .from-article .label-button {
        width: 40%;
    }

    .from-article .additional .oper-link {
        width: 60%;
    }

    .from-article .be-careful li {
        margin-bottom: 2%;
    }

    .from-article .submit-btn .btn {
        width: 47%;
    }

    .from-article .submit-btn .save-draft {
        float: right;
    }

    .from-article .label-button a {
        padding: 0px 2.5%;
    }

    .from-article .additional .oper-link .save-xs {
        border-right: none;
    }

    /*.color-bg{*/
    /*	padding-top: 0px;*/
    /*}*/
    #payModal .modal-dialog, #payPwdModal .modal-dialog, #qrCodedModal .modal-dialog {
        width: unset;
    }

    #payModal .zs-pay-num .zs-pay-item, #payModal .zs-pay-type-item {
        height: 40px;
        line-height: 40px;
    }

    #payModal .zs-pay-btn{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    #payModal .zs-pay-num .zs-pay-item{
        font-size: 18px;
    }
}
