/* button */
html,
body {
    height: 100%;
    /* min-width: 1200px; */
}

.go-to-old {
    font-size: 14px;
    text-align: right;
    margin-top: 200px;
    padding-bottom: 20px;
    color: #e5e5e5;
}

.go-to-old>div {
    display: inline-block;
    cursor: pointer;
}

.go-to-old>div:hover .img {
    background-image: url("/common/img/images/bank_to_old_deposit_icon_hover.png")
}

.go-to-old>div:hover .text {
    color: #26688f;
}

.go-to-old .img {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/common/img/images/bank_to_old_deposit_icon.png") no-repeat center;
    background-size: 20px 20px;
    vertical-align: middle;
}

.mttype {
    padding: 10px;
}

.w200 {
    width: 430px !important;
}

.combo-dropdown .no-data {
    text-align: center;
    background: #fff;
    padding: 4px 0;
}

*:focus {
    outline: none;
}

.m-bt {
    color: #fff;
    width: 10px;
    background: #333333;
    border: none;
    height: 53px;
    display: block;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    line-height: 53px;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    transition: background 300ms linear;
    border: none;
    text-decoration: none;
}

.autowidth {
    width: 100%;
    height: 100vh;
    overflow: auto;
}

.width30 {
    margin-left: 30% !important;
}

.aligncontent {
    align-content: center
}

.addold {
    /* width: 100%; */
}

.w100 {
    width: 100%;
}

.mr20 {
    margin-right: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

#nametitle {
    width: 23%;
}

.newtopmargin {
    margin: 0px 15px 22px !important;
}

.pdding5 {
    padding: 5px
}

.pdding20 {
    padding: 5px 20px
}

.flex-direction-column {
    flex-direction: column;
}

.flex-direction {
    flex-direction: column;
    justify-content: center;
}

.flex-item-center {
    align-items: center;
}

.justifycenter {
    justify-content: center;
}

.mustionic {
    color: red;
}

.table-listone {
    width: 49%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
}

.control-group {
    width: 66%;
}

.flowwrap {
    flex-flow: wrap;
}

.notdecoration {
    text-decoration: none !important;
}
.text-underline {
    text-decoration: underline;
}
.m-bt:hover {
    background: #a4161e;
}

.img-size {
    width: 1rem;
    height: 1rem;
}

/* button */

.flex {
    display: flex !important;
}

.l {
    float: left;
}

.center {
    text-align: center;
}

.ionicimg {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background: rgb(71, 209, 243);
    display: inline-block;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    margin-left: 5px;
}

.flexwrap {
    flex-wrap: wrap;
}

.lr-padding {
    padding: 0 17px;
}

.lr-padding #mtAccountType,
.lr-padding #groupslist {
    width: 24%;
    height: 30px;
}

.l-padding {
    padding-left: 10px;
}

.flexaround {
    justify-content: space-around;
}

.inputlist .control-group {
    width: 50%;
}

.flexbetween {
    justify-content: space-between;
}

.flexcenter {
    align-items: center !important;
}

.redlefttop {
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    border-bottom: 0;
    margin: 25px 20px 14px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    border-left: 4px solid #d94147;
    text-align: left;
}

.redlefttop .redlefttopbt {
    text-align: center;
    width: 260px;
    height: 34px;
    border: 1px solid #a0a0a0;
    color: #fff;
    font-size: 15px;
    background: #a0a0a0;
    border-radius: 4px;
    behavior: url(PIE.htc);
    cursor: pointer;
    padding: 5px;
}

.redlefttop .redlefttopbtsave {
    text-align: center;
    width: 260px;
    height: 34px;
    border: 1px solid #333;
    color: #fff;
    font-size: 15px;
    background: #333;
    border-radius: 4px;
    behavior: url(PIE.htc);
    cursor: pointer;
    padding: 5px;
}

.concolbox {
    max-height: 71vh;
    overflow: auto;
}

.qx-color {
    background: #a0a0a0 !important;
    border: #a0a0a0 !important;
}

.bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99;
    display: none;
}

.Grouplistbox {
    width: 35%;
    border: 1px solid #666;
    background: #fff;
    margin: 10% auto;
    display: none;
}

.Grouplistbox2 {
    width: 50%;
    border: 1px solid #666;
    background: #fff;
    margin: 1% auto;
    height: 100%;
    overflow: auto;
    border-radius: 5px;
}

.copyUrl,
.invitebox {
    width: 40%;
    min-width: 780px;
    /* padding: 0% 1%; */
    display: none;
}

.copyUrl,
.invitebox div {
    /* padding: 5px; */
}

.box-operate {
    float: right;
    margin: 4px 20px 0 0;
}

.Grouplistbox .boxtext {
    padding: 0px 3% 10px;
}

.Grouplistbox .boxtext .flooter {
    text-align: center;
    padding: 5%;
}

.Grouplistbox .boxtext .flooter button {
    margin: 0px 5px;
}

.Grouplistbox .boxtext select[name='inviteUrls'],
.Grouplistbox .boxtext select[name='inviteUrl'] {
    width: 70%;
}

.Grouplistbox .boxtext input {
    width: 93.5%;
    margin: 2px 0 0 14px;
    padding: 5px;
    font-size: 14px;
}

.Grouplistbox .boxtext select {
    margin: 2px 0 0 14px;
    padding: 5px;
    font-size: 14px;
}

.Grouplistbox img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.Grouplistbox .title {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
    align-items: center;
    background: #DA2027;
    color: #fff;
    font-size: 16px;
}

.Groupbody .footer {
    padding: 4% 0px 6% 0;
    text-align: center;
}

.Groupbody .nonedata {
    margin: 18% 8% 5%;
    text-align: center;
}

.Groupbody .nonedata p {
    font-size: 16px;
}

.Groupbody .nonedata p:nth-of-type(1) {
    border-bottom: 1px #333 solid;
    padding-bottom: 17px;
}

.addbtnred {
    background: #DA2027;
    display: inline;
    padding: 8px 15px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.Groupbody .footer button {
    width: 30%;
    margin: 5px 2%;
    border: 1px solid #f2f2f2;
    padding: 5px;
    cursor: pointer;
}

.Groupbody .Groupmainlist .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #545252;
}

.Groupmain {
    max-height: 40vh;
    overflow: auto;
    padding: 8% 7% 2% 7%;
}

.Groupbody .Groupmainlist .list span {
    display: inline-block;
    width: 80%;
    font-size: 16px;
}

.Groupbody .Groupmainlist .list:hover {
    cursor: pointer;
    color: #333;
    background: #E6E6E6;
}

.addGroupbox {
    display: none;
}

.changeGroupbox {
    display: none;
}

.Groupbody .footer .yes {
    background: #DA2027;
    color: #fff;
}

.Groupbody .footer .no {
    color: #fff;
    background: #5a5a5a;
}

.Groupbody .addbtnfooter,
.flex-all-center {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* padding: 0% 0px 14% !important; */
}

.Groupbody .addbtnfooter button {
    width: 16%;
}

.Groupmain .addtext {
    border: 1px solid #3e3a3a;
    width: 100%;
    margin: 10px 0;
    padding: 8px;
    font-size: 15px;
    box-sizing: border-box;
}

.newlistred {
    background: #fff !important;
}

.newlistred span {
    border: 1px solid #a0a0a0;
    padding: 8px 17px !important;
    font-size: 13px !important;
}

.changetablist {
    /* height: 40px; */
    line-height: 40px;
    background: #EBEBEB;
    color: #5A5A5A;
    margin: 19px 0 0 0;
    font-weight: 600;
    /* display: flex; */
    padding: 0px 7px;
}

.changetablist span:first-of-type {
    border-radius: 5px 0px 0px 5px;
}

.changetablist span:last-child {
    border-radius: 0px 5px 5px 0px;
}

.changetablist span {
    display: inline-block;
    padding: 13px 14px;
    height: 13px;
    line-height: 13px;
    font-size: 15px;
    text-align: center;
}

.changetablist span:hover {
    cursor: pointer;
}

.changetablist .cheack {
    padding: 7px;
    background: #90352e;
    border-color: #5a5a5a;
    color: #fff;
    padding: 13px 23px;
}

.tab-box .tab1,
.tab-box .tab2,
.tab-box .tab3,
.tab-box .tab4,
.tab-box .tab5,
.tab-box .tab6,
.tab-box .tab7 {
    display: none;
}

.addold input {
    width: 79.2%;
    padding: 10px;
}

.backbutton {
    background: #333;
    color: #FFF;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 20%;
    font-size: 14px;
}

.controlsbutton {
    background: #999;
    color: #FFF;
    padding: 10px;
    border: none;
}

.oldlist {
    /* width: 80%; */
    border: 1px #f2f2f2 solid;
    padding-top: 10px;
    background: #ECEDEC;
    margin: 10px;
}

.oldlistbox {
    padding: 10px;
}

.oldlist .name {
    color: #000;
    font-weight: 600;
}

.oldtitle,
.oldtext {
    padding: 10px;
}

.del img {
    width: 30px;
    cursor: pointer;
}

.oldtext {
    padding: 10px 14px;
    color: #5A5A5A;
}

.oldlistbox .oldlistfooter {
    background: #f2f2f2;
    text-align: right;
}

.oldlistbox .oldlistfooter span {
    color: rgb(233, 31, 31);
    padding: 10px;
}

.oldlistbox .oldlistfooter span:hover {
    color: #90352E;
    cursor: pointer;
}

.box-list {
    border: 1px solid #ccc;
    display: flex;
    padding: 10px 20px;
    /* justify-content: space-around; */
    /* margin: 5px 13px 5px 2px; */
    margin: 5px 14px;
    max-width: 30%;
    min-width: 20%;
    cursor: pointer;
    box-shadow: 0px 2px #DA2027;
    border-radius: 5px;
}

.box-list img {
    width: 100px;
    height: 100px;
}

.magrtp {
    margin-top: 9px;
}

.listdata {
    margin-left: 20px;
    margin-top: 20px;
}

.box-list .listdata .numtext {
    font-weight: 600;
    font-size: 40px;
    padding: 7px 0px;
    border-bottom: 3px solid #da2027;
}

.box-list .listdata .listtitle {
    padding-bottom: 22px;
    font-size: 14px;
}

.box-list .listdata .listfooter {
    padding: 26px 0px 12px;
    font-size: 14px;
}

.topheader {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
}

.topheader .titleimg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 11px;
}

.phoneinfo {
    padding: 7px 10px;
    font-size: 16px;
}

.topheader .topl {
    display: flex;
    align-items: center;
}

.topl .nameinfo {
    font-size: 22px;
    font-weight: 600;
    padding: 12px 10px;
}

.topheader .topr .ionic {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.topheader .topr .ionicimg {
    width: 50px;
    height: 50px;
}

.red-bt {
    background: #90352e;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
}

.not-bt {
    background: #5A5A5A;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
}

.red-bt:hover,
.not-bt:hover {
    opacity: 0.9;
}

.yesbtn {
    cursor: pointer;
    background: #DA1F27;
    color: #fff;
    padding: 5px 10px;
    min-width: 50px;
    text-align: center;
    /* display: inline-block; */
    font-size: 14px;
    width: 200px;
    border: none;
}

.notbtn:hover,
.yesbtn:hover {
    opacity: 0.8;
}

.notbtn {
    cursor: pointer;
    background: #5A5A5A;
    color: #fff;
    padding: 5px 17px;
    min-width: 50px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    border: none;
}

.notbtn a {
    color: #fff;
}

.notbtn-m {
    cursor: pointer;
    background: #5A5A5A;
    color: #fff;
    padding: 0px 17px;
    min-width: 20px;
    text-align: center;
    display: inline-block;
}

.tablebox .text-p {
    padding: 5px 20px 12px;
    font-size: 13px;
}

.ionictext {
    background: url(../common/img/bglong.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 15px;
    display: inline-block;
    font-size: 13px;
}

.tableone select {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.tablebox p {
    padding: 5px 20px;
}

.tablebox .redlefttop {
    margin: 27px 20px 5px;
}

.ionic-number {
    background: #333;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    margin-top: 8px;
}

#issue {
    padding: 5px 20px;
}

.fileexcel {
    position: absolute;
    width: 130px;
    left: -2px;
    top: 10px;
    opacity: 0;
    cursor: pointer;
}

.lxkf {
    /* display: flex; */
    color: #fff;
    background: #000000;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 4px;
}

.tab-tfoot {
    line-height: 20px;
}

.tab-tfoot p {
    margin: 0px;
    padding: 0px;
}

.hide {
    display: none;
}

.hideimportant {
    display: none !important;
}

.tableboxauto {
    width: 100%;
    overflow: auto;
}

.editinfobox .boxtext input,
.editinfobox .boxtext select {
    /* width: 80%; */
    height: 30px;
    line-height: 30px;
}

.editinfoboxlist {
    padding: 0px 1%;
}

.iframebox {
    width: 100%;
    height: 800px;
}

.tablelist-select {
    height: 20px;
    margin: auto 0px;
}

.tbodytradeAccounts {
    border: 1px solid #333;
}

.reg .g-btn {
    width: 310px;
    margin: 34px 0px !important;
}

@media screen and (max-width: 640px) {
    .reg .g-btn {
        width: 100% !important;
    }
}

.listbody {
    padding: 10px;
}

.controls .Groupvalue {
    margin: 0px;
}

.martop {
    margin-top: 10px;
}

.concol-list-menu {
    margin-top: 5px;
}

.back-operate {
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
}

.back-operate a {
    display: inline-block;
    width: 157px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.back-operate .contact-btn {
    background-color: #5A5A5A;
}

.back-operate #errorBack {
    background-color: #DA2027;
    margin-left: 20px;
}


/* 搜索区域新样式2020-08-28 */

#searchForm {
    /* min-width: 1400px; */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 4px;
}

.concol {
    /* min-width: 1500px; */
    padding-top: 10px;
    overflow-x: auto;
}

#search-area-col {
    height: 100%;
    /* float: left; */
    display: inline-block;
    /* display: inline-block; */
    margin-left: 20px;
    vertical-align: middle;
}

#search-area-col:first-of-type .col-item-label {
    text-align: left;
}

#search-area-col .col-item-label {
    display: inline-block;
    text-align: right;
}

#search-area-col .col-item-label .label-text {
    /* width: 80px; */
    white-space: nowrap;
}

#search-area-col .input-btn,
#search-area-col .search-btn {
    /* width: 80px; */
    /* height: 100%; */
    display: inline-block;
    margin-top: -4px;
    margin-left: 0;
    margin-right: 8px;
    vertical-align: middle;
    float: none;
}

#search-area-col .col-item-right {
    width: 310px;
    float: right;
    /* display: inline-block; */
}

#search-area-col .col-item-right .pure-input {
    vertical-align: top;
    width: 100%;
    height: 100%;
    /* border: none; */
    padding-left: 4px;
    box-sizing: border-box;
    border-radius: none;
}

#search-area-col .col-item-right .item-select {
    width: 100%;
    height: 100%;
    /* border: none; */
    vertical-align: top;
}

#search-area-col .col-item-right .select-date {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 2px;
}

#search-area-col .col-item-right .select-date .date-box {
    width: 50%;
    height: 100%;
    float: left;
    cursor: pointer;
    /* display: flex; */
}

#search-area-col .col-item-right .select-date .date-box span {
    float: left;
    height: 100%;
}

#search-area-col .col-item-right .select-date .date-box>div {
    /* width: 100%; */
    height: 100%;
    margin-left: 70px;
    overflow: hidden;
}

#search-area-col .col-item-right .select-date .date-box input {
    /* flex: 1; */
    vertical-align: top;
    width: 100%;
    height: 100%;
    line-height: 30px;
    /* border: none; */
    box-sizing: border-box;
    border-radius: 0;
}

#search-area-col .col-item-right .select-date span {
    background-position: 36px center;
}

#search-area-col .col-item-label .label-text,
#search-area-col .col-item-right .right-box {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    /* position: relative; */
}

#search-area-col .operate-btn {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}

#search-area-col .combo-select {
    position: absolute;
    width: 308px;
    line-height: 18px;
    z-index: 10;
    border-color: rgb(118, 118, 118);
}

#search-area-col .combo-select .option-hover,
#search-area-col .combo-select .option-item:hover {
    background-color: rgb(30, 144, 255);
}

#search-area-col .combo-select .option-item {
    padding-left: 6px;
    border: none;
}

#search-area-col .combo-select .combo-input {
    height: 30px;
    box-sizing: border-box;
    padding: 0 6px;
}

#search-area-col .combo-select select {
    z-index: -1;
}


/* 新增组件样式 */

.form-control__input {
    height: 100%;
    /* border: 1px solid #767676; */
    border-radius: 2px;
    box-sizing: border-box;
}

.form-control__label {
    height: 38px;
    line-height: 46px;
    margin-bottom: 10px;
    width: 80px;
    white-space: nowrap;
}

.form-label {
    float: right;
    padding: 0px 10px;
}

.js_party_select_result_list,
.js_party_select_result_list2 {
    max-width: 284px;
    overflow-x: auto;
    display: flex;
}


/*修改滚动条样式*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #333;
}

::-webkit-scrollbar-corner {
    /* background: #179a16; */
}

.m-tab-con-item {
    display: none;
}

.viewbox input {
    vertical-align: middle;
    margin-top: -2px;
}

.reset {
    padding: 0 15px 0 30px;
    color: #333;
    background-color: #fff;
    background: url(/common/img/reset_btn_icon.png) no-repeat left center;
    background-size: 18px 18px;
    background-position: 6px;
}

.my-btn {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
    vertical-align: top;
}

.form-control__dept {
    position: relative;
    z-index: 99;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

/* 部门样式 */
.departmentIdscl {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.ztree {
    width: 30%;
    background: #fff;
    border-radius: 5px 5px 0px 0px;
    margin: 15% auto 0px !important;

}

.noztree {
    width: 30%;
    background: #fff;
    height: 5%;
    padding: 5%;
    box-sizing: border-box;
    border-radius: 5px 5px 0px 0px;
    margin: 15% auto 0px !important;
    text-align: center;
}

.departmentIdscl .list {
    width: 30%;
    background: #fff;
    text-align: center;
    margin: 0px auto !important;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    cursor: pointer;
}

.departmentIdscl .list .yesbt {
    background: #f00;
    color: #fff;
}

.abtn {
    background: #efefef;
    color: #333 !important;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 1px 2px;
}

.abtn:hover {
    background: rgb(219 219 219);
    color: #333 !important;

}

/* 跟进样式 */
.tab0.comment-tab {
    width: 50%;
}

.tab0.comment-tab .addold {
    padding: 0 20px;
}

.tab-box #nametitle {
    width: 100%;
    height: 100px;
    vertical-align: middle;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.tab-box .backbutton-box {
    /* width: 20%; */
    text-align: right;
    margin-top: 20px;
}

.tab-box .oldtext {
    font-size: 14px;
    white-space: pre-wrap;
}

.all-info .iddel,
.all-info input.iconbtn {
    margin-left: 6px;
    padding: 0 4px;
}

.all-info .idimg input {
    margin-left: 4px;
    padding: 0 3px;
}

/* 分组弹窗样式 */
.group-box {
    position: relative;
}

.group-box.active input {
    padding-left: 24px !important;
}

.group-box .color-dot {
    position: absolute;
    left: 4px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #f0f0f0;
    z-index: 99;
    display: none;
}

.group-list-left {
    flex: 1;
    display: flex;
}

.group-dot,
.color-item {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    /* text-align: center; */
    border-radius: 50%;
    background: #ccc;
    vertical-align: middle;
    margin-right: 4px;
}

.group-td {
    white-space: nowrap;
    padding-left: 14px !important;
}

.group-td .group-dot {
    width: 14px;
    height: 14px;
    line-height: 14px;
}

.group-td span {
    display: inline-block;
    width: 56%;
    vertical-align: middle;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.color-item {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
}

.color-item.active::before,
.group-list-left.active .group-dot::before {
    font-size: 18px;
    font-weight: bold;
    content: "✔";
    color: #fff;
}

.group-list-left.active .group-dot::before {
    font-size: 12px;
    margin-left: 2px;
}

.color-list {
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
}


/* 排序, 弹窗, 搜索信息提示窗样式 */
.ui-dialog-titlebar-close {
    overflow: hidden;
}

#sortable_box {
    padding: 20px 0px;
    max-height: 500px;
    overflow-y: auto;
}

#dialog {
    overflow: hidden;
}

.ui-state-default div {
    padding: 10px;
}

#sortable_box .ui-state-default span {
    padding: 0 10px;
    margin-top: -2px;
    color: #333;
}

.ui-state-default input {
    vertical-align: middle;
}

.ui-widget-header {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #333;
}

.table-wrap {
    position: relative;
}

.table-loading-modal {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
    z-index: 99;
    /* opacity: .5; */
    /* margin: -30px; */
}


/* 可编辑表格项 */
.can-edit,
.input-edit {
    cursor: pointer;
}

.can-edit span,
.input-edit .span {
    margin-right: 4px;
    color: #006699;
}

.can-edit:hover .edit-icon-img,
.input-edit:hover .edit-icon-img {
    opacity: 1;
    margin-right: 0px;
    display: inline-block;
}

.edit-icon-img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: -20px;
    opacity: 0;
    transition: all .3s;
}

/* 全局搜索 */
#client-search {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    display: none;
    transition: all .1s;
}

.client-search-close-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    cursor: pointer;
    /* display: none; */
}

#client-search.active {
    height: 100%;
}

.client-search-result-box {
    display: none;
    padding-top: 80px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.result-item-box {
    width: 100%;
    /* height: 100%; */
    display: flex;
    align-items: stretch;
}

.client-search-area {
    width: 590px;
    position: fixed;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    display: none;
    z-index: 1;
}

.result-box-item {
    margin: 0 10px;
}

.client-search-area:after {
    content: '';
    display: block;
    clear: both;
}

.client-search-area>div {
    float: left;
}

.client-search-area .input {
    position: relative;
    width: calc(100% - 91px);
    height: 44px;
    border-top: #ccc solid 1px;
    border-right: none;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-radius: 4px 0 0 4px;
    display: flex;
}

.client-search-area .input>input {
    outline: none;
    border: none;
    padding: 0 10px 0 10px;
    margin: 0;
    height: 44px;
    width: 410px;
    color: #333;
    font-size: 14px;
    flex: 1;
}

.client-search-area .input>input::-webkit-input-placeholder {
    color: #999;
}

.client-search-area .input .picker {
    width: auto;
    padding: 0 16px;
    position: relative;
    height: 100%;
    line-height: 44px;
    cursor: pointer;
    color: #999;
    font-size: 14px;
    text-align: right;
    user-select: none;
    white-space: nowrap;
    background: #fff;
    border-radius: 4px 0 0 4px;
}

.client-search-area .input .picker::after {
    content: url("/common/img/down.png");
    width: 9px;
    height: 5px;
    position: absolute;
    top: -2px;
    right: 2px;
}

.client-search-area .input .picker-list {
    list-style: none;
    padding: 4px 5px;
    /* width: 100px; */
    position: absolute;
    left: 0;
    top: 50px;
    margin: 0;
    line-height: 26px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    display: none;
}

.client-search-area .input .picker-list>li {
    padding: 5px 10px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.client-search-area .input .picker-list>li:hover {
    background-color: #ebf1f5;
    cursor: pointer;
}

.client-search-area .search {
    width: 89px;
    height: 46px;
    background-color: #08f;
    background-image: url("/common/img/search.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.searched-data-item {
    cursor: pointer;
}

.searched-data-item.no-cursor {
    cursor: default;
}



/* 审核资料 */
#hover-img-box {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    /* background-color: rgba(0, 0, 0, ); */
    border-radius: 4px;

    z-index: 9999;
}

.hover-img-box-in {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

#hover-img-box .hover-img-model {
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
}

#hover-img-box .load-box {
    width: 500px;
    height: 500px;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#previewImg {
    transition: all .3s;
}

#previewImgUrl:hover #previewImg {
    /* transform: scale(3.5); */
}

.ThunderXPayshow {
    overflow: hidden;
}

.span1,
.span0 {
    padding: 10px;
}

.center-aboutus {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    font-family: Montserrat, Arial, sans-serif;
    /* background: #f8f6f6; */
}

.step-box-text {
    width: 87%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 30px;
}

.ccc {
    background-color: #a0a0a0 !important;
}

.step-item>div:nth-of-type(1) {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: #A50E13;
    color: #ffffff;
    font-size: 46px;
    text-align: center;
    line-height: 90px;
    display: inline-block;
    font-weight: bold;
}

.step-item>div:nth-of-type(2) {
    margin-top: 25px;
    font-size: 20px;
    color: #1A1A1A;
}

.step-tips {
    font-size: 15px;
    color: #1A1A1A;
    margin-top: 8px;

}

.save-item {
    width: 50%;
    height: 275px;
    /* background: #ffffff; */
    display: inline-block;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textleft {
    text-align: left;
}

.introduct-text {
    color: #000;
    font-size: large;
    margin-top: 37px;
    text-align: left;
    line-height: 24px;
    text-align: left;
}

.center-aboutus {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    font-family: Montserrat, Arial, sans-serif;
}

.font-center {
    text-align: center;
    display: inline-block;
    color: #131112;
}

.font-center>div {
    width: 100%;
    display: inline-block;
}

.font-center>div:nth-of-type(1) {
    font-size: 28px;
    font-weight: bold;
    margin-top: 60px;
}

.font-span {
    height: 3px;
    /* background: #C52235; */
    position: relative;
    border-radius: 1px;
    background: #F8F6F6;
    overflow: hidden;
}

.font-span:after {
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: #C52235;
    animation: pulse 5s infinite linear;
    border-radius: 1px;
}

.check-item {
    width: 100%;
    display: inline-block;
}

.check-item>ul {
    margin: 0;
    padding: 0;
    margin: 45px 2% 0 2%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.check-item>ul>li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    text-align: center;
    color: #4D4D4D;
    font-size: 15px;
    flex: 1;
}

.check-item>ul>li>div {
    width: 85%;
    margin: 0 auto;
    margin-top: 13px;
    line-height: 24px;
}

.check-item>ul>li:nth-last-of-type(1) {
    margin-right: 0;
}

.check-text-p {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.check-item>ul>li .check-text-r {
    color: #C52235;
    font-size: 20px;
    /* margin: 6px 0 15px 0; */
    min-height: 50px;
    line-height: 24px;
}

@-webkit-keyframes pulse {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes pulse {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.the-data {
    width: 100%;
    background: #ffffff;
    margin-top: 70px;
}

.introduct-tips {
    margin: 15px 0 10px 0;
}

.data-tips {
    padding: 20px;
    text-align: left;
    color: #191919;
    font-size: 15px;
}

.data-tips>a {
    color: #DA2027;
    padding: 0 3px;
    text-decoration: underline;
}

#data-url {
    padding: 0 0 60px 0;
    height: 660px;
}

#data-url .summary.row {
    background: #C52235;
    color: #ffffff;
}

.save-item-box {
    width: 1090px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    background: #F8F6F6;
    margin-bottom: 5%;
}

.save-item {
    width: 50%;
    height: 275px;
    /* background: #ffffff; */
    display: inline-block;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-item1 {
    width: 100%;
    height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-bg1 {
    width: 95%;
    height: 230px;
    background: #ffffff;
    cursor: pointer;
    transition: background-color .5s, transform .5s;
}

.save-bg {
    width: 91%;
    height: 230px;
    background: #ffffff;
    cursor: pointer;
    transition: transform 1s;
}

.check-photo {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.save-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 40px;
    font-size: large;
    font-weight: bold;
}

.save-item .save-icon>span,
.save-bg1 .save-icon>span {
    margin-left: 6px;
    color: #000000
}

.save-bg>div,
.save-bg1>div {
    margin: 0 40px;
    text-align: left;
}

.save-bg .text-desc,
.save-bg1 .text-desc {
    color: #4D4D4D;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    line-height: 24px;
}

.check-show {
    display: none;
}

.save-bg,
.save-bg1 {
    background-repeat: no-repeat;
    background-size: 150px 150px;
    background-position: right bottom;
}

.set-bg1 {
    background-image: url('./img/images/save-icon-r1.png');
}

.set-bg2 {
    background-image: url('./img/images/save-icon-r2.png');
}

.set-bg3 {
    background-image: url('./img/images/save-icon-r3.png');
}

.set-bg4 {
    background-image: url('./img/images/save-icon-r4.png');
}

.set-bg5 {
    background-image: url('./img/images/save-icon-r5.png');
}

@media (min-width: 900px) and (max-width: 1920px) {

    .save-bg:hover,
    .save-bg1:hover {
        width: 100%;
        height: 100%;
        /* background: #A50E13; */
        box-shadow: 0px 0px 29px 0px #86868638;
    }

    .save-bg:hover .text-desc,
    .save-bg1:hover .text-desc {
        color: #FFFFFF;
        font-size: large;
    }

    .save-bg:hover .save-icon>span,
    .save-bg1:hover .save-icon>span {
        color: #FFFFFF;
        font-size: 20px;
        margin-left: 12px;
    }

    .save-bg:hover .check-show,
    .save-bg1:hover .check-show {
        display: block;
    }

    .save-bg:hover .check-none,
    .save-bg1:hover .check-none {
        display: none;
    }

    .set-bg1:hover {
        background: #C52235 url('./img/images/save-icon-c1.png') no-repeat;
    }

    .set-bg2:hover {
        background: #C52235 url('./img/images/save-icon-c2.png') no-repeat;
    }

    .set-bg5:hover {
        background: #C52235 url('./img/images/save-icon-c5.png') no-repeat;
        background-size: 217px 204px;
        background-position: right bottom;
    }

    .set-bg4:hover {
        background: #C52235 url('./img/images/save-icon-c4.png') no-repeat;
    }

    .save-bg:hover {
        background-size: 217px 220px;
        background-position: right bottom;
    }

    .set-bg3:hover {
        background: #C52235 url('./img/images/save-icon-c3.png') no-repeat;
        background-size: 217px 204px;
        background-position: right bottom;
    }
}

.step-box {
    width: 100%;
    background: #ffffff;
    position: relative;
    margin: 40px 0 0px 0;
}

.step-box-video {
    padding: 20px 0 45px 0;
}

.step-video-cn {
    background-image: url('./img/images/video-bg-cn.png') !important;
}

.step-video-th {
    background-image: url('./img/images/video-bg-th.png') !important;
}

.step-video-vn {
    background-image: url('./img/images/video-bg-vn.png') !important;
}

.step-video {
    /* background:#A50E13; */
    height: 590px;
    margin: 0 20px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: url('./img/images/video-bg-en.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.play-button {
    background: url('./img/images/video-icon.png');
    width: 110px;
    height: 110px;
    display: inline-block;
    border: 0;
    outline: none;
    background-size: cover;
    cursor: pointer;
}

.play-button:hover {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    border: 0;
    background: url('./img/images/video-icon.png');
    background-size: cover;
}

.step-box-text {
    width: 87%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 60px;
}

.step-item {
    flex: 1;
}

.step-item>div:nth-of-type(1) {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: #A50E13;
    color: #ffffff;
    font-size: 46px;
    text-align: center;
    line-height: 90px;
    display: inline-block;
    font-weight: bold;
}

.step-item>div:nth-of-type(2) {
    margin-top: 25px;
    font-size: 20px;
    color: #1A1A1A;
}

.step-item>div:nth-of-type(2)>a {
    color: #0B3BC2;
    font-weight: bold;
    text-decoration: underline;
}

.step-tips {
    font-size: 15px;
    color: #1A1A1A;
    margin-top: 8px;
}

.banner-fullscreen-video {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 20;
}

.banner-video {
    width: 100%;
    height: 100%;
}

.banner-fullscreen-video .close,
.banner-video .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    border: 0;
    background-image: url('./img/images/close-hover.png');
    background-size: cover;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: transparent;
    opacity: .6;
    outline: none;
}

.banner-fullscreen-video .close:hover,
.banner-video .close:hover {
    opacity: 1;
}

.banner-fullscreen-video>video,
.banner-video>video {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}

.page .layout-text-image-inline>div {
    padding: 0;
}

@media only screen and (max-width: 680px) {
    .center-aboutus {
        /* margin-left:16px; */
        /* margin-right: 16px; */
    }

    .font-center>div:nth-of-type(1) {
        font-size: 18px;
        margin-top: 45px;
    }

    .font-center {
        position: relative;
    }

    .font-center .font-span {
        margin: 0 2%;
        width: 96%;
        height: 2px;
        position: absolute;
        bottom: -10px;
        left: 0;
    }

    .introduct-text {
        font-size: 15px;
        line-height: 20px;
        word-spacing: 0;
    }

    .introduce-block,
    .introduce-block-other {
        margin: 0;
        display: block;
        padding: 25px 0 50px 0;
    }

    #data-url {
        padding: 0 15px 15px 15px;
        height: 475px;
    }

    .check-item>ul>li {
        width: 100%;
        font-size: 13px;
        margin-top: 20px;
        margin-right: 0;
        display: block;
        margin-left: 0;
    }

    .check-item>ul>li>div {
        width: 100%;
        margin-top: 0;
        line-height: normal
    }

    .check-item>ul>li .check-text-r {
        font-size: 18px;
        margin: 7px 0 5px 0;
        min-height: 0;
        line-height: normal;
    }

    .check-item>ul {
        margin: 0;
        display: block;
    }

    .the-data {
        margin-top: 55px;
    }

    .data-tips {
        padding: 10px;
        font-size: 12px;
    }

    .save-item-box {
        width: 100%;
    }

    .save-item,
    .save-item1 {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }

    .save-bg,
    .save-bg1 {
        background-size: 95px 92px;
    }

    .save-bg>div,
    .save-bg1>div {
        margin: 0 20px;
    }

    .save-bg,
    .save-bg1 {
        padding: 25px 0 20px 0;
        height: auto;
    }

    .save-icon {
        padding-top: 0;
    }

    .check-photo {
        width: 25px;
        height: 25px;
    }

    .save-icon>span {
        font-size: 14px;
    }

    .save-bg .text-desc,
    .save-bg1 .text-desc {
        font-size: 13px;
        line-height: normal;
    }

    .save-bg,
    .save-bg1 {
        width: 100%;
    }

    .save-item1 {
        float: left;
    }

    .step-video {
        height: 227px;
        margin: 0 10px;
        background-size: cover;
        background-image: url('./img/images/video-bg-en.png');
        background-position: center;
    }

    .step-box-video {
        padding: 10px 0 6px 0
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .step-box-text {
        display: block;
        text-align: left;
    }

    .step-item>div:nth-of-type(2) {
        display: inline-block;
        font-size: 13px;
        margin-left: 6px;
    }

    .step-item>div:nth-of-type(1) {
        width: 27px;
        height: 27px;
        line-height: 27px;
        font-size: 14px;
    }

    .step-tips {
        font-size: 10px;
        margin-top: 4px;
        margin-left: 35px;
    }

    .step-box-text {
        padding-bottom: 26px;
        width: 92%;
        margin: 0 auto;
    }
}

@media (min-width: 680px) and (max-width: 768px) {
    .save-item-box {
        width: 100%;
    }

    ;
}

@media only screen and (max-width: 1024px) {
    .save-item-box {
        width: 100%
    }
}

.ahover:hover {
    text-decoration: underline;
}

.task-warning {
    text-align: justify;
    color: #868686;
    font-size: 13px;
    padding: 2% 2% 15px;
    line-height: 22px;
}

.ccc2 {
    background: #f8f6f6;
}

.fancybox-margin {
    margin-right: 17px;
}

.errborder {
    border: 1px solid red !important;
    padding: 0px 5px;
}

.errcolor::before {
    background: url(../common/img/images/err.png) no-repeat;
    display: inline-block;
    border-radius: 50%;
    padding: 0px 3px 0px;
    margin: -4px 3px;
    background-size: 100%;
    width: 13px;
    height: 20px;
    content: " ";
    position: absolute;
    left: -26px;
    top: 10px;
}

.errcolor {
    color: red !important;
}

.succescolor::before {
    background: url(../common/img/images/succ.png) no-repeat;
    display: inline-block;
    border-radius: 50%;
    padding: 0px 3px 0px;
    margin: -4px 3px;
    background-size: 100%;
    width: 13px;
    height: 20px;
    content: " ";
    position: absolute;
    left: -26px;
    top: 10px;
}

.succescolor {
    color: rgb(51, 238, 26) !important;

}

.succesborder {
    border: 1px solid rgb(51, 238, 26) !important;
    padding: 0px 5px;
}

.red td {
    color: red !important;
}



/* 表头点击排序功能 */
.can-sort {
    cursor: pointer;
    /* position: relative; */
    padding-right: 10px !important;
    box-sizing: border-box;
}

.can-sort.asc .sort-i.up,
.can-sort.desc .sort-i.down {
    border-color: #000;
}

.can-sort .sort-i {
    border: solid rgb(199, 199, 199);
    border-width: 0 2px 2px 0;
    display: block;
    padding: 3px;
    /* position: absolute;
    right: 10px; */
}

.can-sort .sort-i.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    /* top: 33%; */
}

.can-sort .sort-i.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    /* bottom: 33%; */
}

.can-sort .sort-span {
    /* position: relative; */
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    /* font-size: 0; */
    margin-top: -4px;
}

.ellipsis-line-2 {
    /* text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mocktfoot {
    color: #000000;
    font-weight: bold;
    background: #ffffcd;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
}

.dropdown-display-label .dropdown-selected .del {
    font-style: normal;
}

.fancybox-iframe .footer .btn {
    display: inline-block;
    background: #009933;
    color: #fff;
    line-height: 40px;
    height: 40px;
    width: 250px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
    border: none;
    cursor: pointer;
}

.documentary-box {

    text-align: center;
    /* padding: 10%; */
    background: url(../common/img/user_center/source_page_bg.png) rgba(107, 107, 107, 0.1) no-repeat center center;
    background-blend-mode: multiply;
    background-size: cover;
    /* border: 1px solid #333; */
    /* margin: 1% 1%; */
}

.documentary-img {
    width: 1rem;
}

.documentary-input {
    border: 1px solid rgb(255, 21, 21);
    border-radius: 3px;
    padding: 5px;
    width: 50%;
}

.documentary-btn {
    background-color: #DA1F26;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border: none;
    padding: 4px 20px;
    border-radius: 3px;
}

.goods-box {
    /* padding: 3%; */
    /* margin: 2% 1%; */
    /* border: 1px solid #333; */
    border-radius: 3px;
    display: flex;
    margin-top: 20px;
}

.goods-l {
    width: 1200px;
    /* display: flex; */
}

.goods-r {
    width: 20%;
}

.click-title {
    /* border: 3px solid #a09f9f;
    padding: 5%;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box; */
}

.click-list {
    border: 1px solid #333;
    margin: 5% 0px;
    box-sizing: border-box;
    border-radius: 3px;
}

.list-title {
    display: flex;
    justify-content: space-between;
    padding: 5px;

}

.goods-one {
    padding: 30px;
    min-height: 340px;
    /* margin: 1%; */
    /* border: 1px solid #333; */
    background: #fff;
    border-radius: 3px;
    width: 100%;
    text-align: right;
    /* margin-right: 25px; */
    margin-bottom: 25px;
}

.goods-info {
    text-align: left;
    display: flex;
    justify-content: space-around;
}

.goods-info p {
    margin: 0px;
    padding: 0px;
}

.start {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

.via {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid #333;
}

.goods-bt {
    border: 1px solid rgb(255, 21, 21);
    color: rgb(255, 21, 21);
    padding: 4px 10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    margin-top: 10px;

}

.publisher-box {

    text-align: center;
    padding: 5%;
    background: url(../common/img/user_center/header_bg.png) rgba(107, 107, 107, 0.9) no-repeat center center;
    /* background-blend-mode: multiply; */
    background-size: 100% 100%;
    height: 80px;
    /* border: 1px solid #333; */
    margin: 1% 1%;
}

.publisher-body {
    margin: 1% 1%;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 5%;
    text-align: center;
}

.question-center {
    text-align: left;
}

.question-center label {
    display: block;
    margin: 10px 0;
}

.center-body {
    margin: 1% 1%;
    border-radius: 3px;
    /* padding: 5%; */
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.center-l {
    /* border: 1px solid #333; */
    border-radius: 3px;
    width: 20%;
    /* margin-right: 2%; */
    padding: 1% 0px;
    margin-right: 20px;
}

.center-r {
    /* border: 1px solid #333; */
    border-radius: 3px;
    width: 80%;
    padding: 1% 0px;
    box-sizing: border-box;
}

.wfbox {
    margin-top: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
}

.nameimg {
    width: 50px;
    height: 50px;
    background: #E6E6E6;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
    cursor: pointer;
}

.link-box {
    border: 1px solid #333;
    padding: 5px;
    border-radius: 3px;
}

.link-box .link-box-title {
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
}

.bold-title {
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    padding: 10px 0px;
}

#pause-dialog {
    padding: 10px;
    display: none;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

#pause-dialog .stop-show .tips,
#pause-dialog .pause-show .tips {
    color: #000;
    font-weight: bold;
}

#pause-dialog .stop-show>div,
#pause-dialog .pause-show>div {
    margin-top: 8px;
    line-height: 24px;
}

#pause-dialog[type='pause'] .stop-show {
    display: none;
    /* background: #000; */
}

#pause-dialog[type='stop'] .pause-show {
    display: none;
    /* background: #000; */
}

#pause-dialog[type='stop'] .operate-pause {
    display: none;
    /* background: #000; */
}

#pause-dialog .pause-operate {
    text-align: right;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    bottom: 10px;
    right: 10px;
    position: absolute;
}

#pause-dialog .pause-operate span {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

#pause-dialog .pause-operate .gray {
    border: 1px solid #999;
    color: #ccc;
}

#pause-dialog .pause-operate .red {
    border-color: #D9001B;
    color: #fff;
    background: #D9001B;
}

.red {
    color: #D9001B;
}

.iframestyle {
    width: 100%;
    height: 1000px;
}

.nodatetext {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-direction: column;
}

.nodatetext img {
    width: 25%;
}

.questionblack {
    margin: 20px 5px;
}

.questionblack p {
    margin: 0px;
    padding: 0px;
    width: 80%;
    font-size: 14px;
}

.questionblack span {
    width: 20px;
    height: 20px;
}

.questionblack .flex {
    margin-bottom: 8px;
}

.q {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    background: #d94147;
    color: #fff;
    display: inline-block;
    margin: 0px 5px 0px 0px;
}

.a {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    background: rgb(0, 153, 255);
    color: #fff;
    display: inline-block;
    margin: 0px 5px 0px 0px;
}

.signer-rules {
    text-align: left;
    background: #fff;
    padding: 15px;
    margin-top: 15px;
}

.signer-rules .title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 20px 0;
    border-left: 4px solid #d94147;
    padding-left: 10px;
}

/*.color-blue {
    color: #26688F!important;
}*/
.btn-sub.btn-loading {
    background: #ccc;
}

.btn-sub.btn-loading::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/common/img/loading.gif") no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 4px;
}

.btn-sub.btn-loading:hover {
    background: #ccc !important;
    cursor: not-allowed;
}

/* 跟单hover提示框 */
.tips-box {
    position: relative;
}

.tips-box .warm-tips {
    visibility: hidden;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(calc(-100% - 10px));
    font-weight: normal;
    background: #494949;
    white-space: nowrap;
    border-radius: 10px;
    padding: 10px;
    overflow: visible;
    opacity: 0;
    z-index: 19;
}

.tips-box .warm-tips p {
    font-size: 12px;
    padding: 0;
    color: #fff;
}

.tips-box:hover .warm-tips,
.tips-box:hover::after {
    visibility: visible;
    opacity: 1;
}

.tips-box.show .warm-tips,
.tips-box.show::after {
    visibility: visible;
    opacity: 1;
}

.tips-box::after {
    content: "";
    border: 10px solid transparent;
    border-top-color: #494949;
    position: absolute;
    top: 0px;
    left: 10px;
    transform: translateY(calc(-100% + 10px));
    visibility: hidden;
    opacity: 0;
}

.tips-box.tips-arrow-right::after {
    left: auto;
    right: 10px;
}

.tips-box.tips-arrow-right .warm-tips {
    left: auto;
    right: 0;
}

.tips-box.tips-bottom::after {
    border-top-color: transparent;
    border-bottom-color: #494949;
    top: auto;
    bottom: 0px;
    transform: translateY(calc(100% - 10px));
}

.tips-box.tips-bottom .warm-tips {
    top: auto;
    bottom: 0;
    transform: translateY(calc(100% + 10px));
}

.warm-tips.width220 {
    width: 220%;
}

.warm-tips.width220 p,
.warm-tips.width180 p {
    white-space: pre-wrap;
}

.warm-tips.width180 {
    width: 180%;
}

/* layer的按钮自定义 */
.aetos-class {
    overflow: visible;
}
.aetos-class .layui-layer-btn0 {
    width: 50%;
    padding: 8px 0;
    background: #02bb48!important;
    border: none;
    color: #fff!important;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.aetos-class .layui-layer-btn0.disabled {
    background: #ddd!important;
    color: #666!important;
}
.aetos-class .layui-layer-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-right: 20px;
}