@charset "utf-8";
/* reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,em,button{margin:0;padding:0;}
body{
    font: 12px/1 simsun,arial,sans-serif;
    color: #434d67;
    background-color: #fff;
    margin: 0;
    padding: 0;
}
address, caption, cite, code, dfn, em, th, var{
    font-style: normal;
    font-weight: 500;
}
img, fieldset{
    border:none;
    vertical-align:middle;
}
input, textarea{
    font-size:12px;
    outline: none;
}
table{
    border-collapse:collapse;
}
a{
    color:#2577e3;
    text-decoration:none;
    cursor: pointer;
}
h1,h2,h3,h4,h5{
    font-family:"Times New Roman",Simsun;
}
ul,ol{
    list-style:none;
}
input[type="button"],
input[type="submit"]{
    -webkit-appearance:none;
}
dfn{
    font-style: normal;
}


/* baseStyle */
.hide {
    display: none!important;
}
.show {
    display: block!important;
}
.fl,
.fr {
    display: inline;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    *zoom:1
}
.clear:before,
.clear:after {
    display: table;
    line-height: 0;
    content: "";
}
.clear:after{
    clear:both;
}
[text-deco~=invalid]{
    text-decoration:line-through;
    color: #999;
}
[text-over~=hidden]{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
[d~=f]{
    display: flex;
}
[f~=vc]{
    display: flex;
    align-items: center;
}
[f~=hb]{
    display: flex;
    justify-content: space-between;
}
[f~=bc]{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
[f~=c]{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;       
}
.flex-space-between{
    -ms-flex-pack:distribute;
     justify-content:space-between;     
}

.flex-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.el-loading-spinner{
    width: 9.6em !important;
    min-height: 9.6em !important;
    top: 40%;
    left: 50%;
    background: rgba(40,40,40,.75);
    border-radius: 5px;
    z-index: 5000;
    color: #fff;    
}

.weui-icon_toast.weui-loading {
    background-image: url(../../../../pic.c-ctrip.com/common/loading_100.gif);
    width: 80px !important;
    height: 80px !important;
    animation: none;
    margin: 20px 0 0 !important;
    display: inline-block;
    background-size: 100%;
    vertical-align: baseline;
}.el-loading-spinner .el-loading-text{
    color: #fff;  margin: 0 0 15px;font-family: "PingFang SC","Microsoft YaHei",Arial,BlinkMacSystemFont,-apple-system, Helvetica, sans-serif;font-size: 12px;
}
.toast-seo{
    left: calc(50vw - 150px) !important;top:40% !important;width: 300px;
}
.toast-seo .layui-layer-TipsG{
    display: none;
}.toast-seo .layui-layer-content{
    background-color: white !important;padding-right: 10px !important;
}.toast-seo .el-message-box__status{
    position: static !important;
    display: block;
    margin: auto;
    transform: none;
    text-align: center;
}.toast-seo .el-message-box__status:before{
    font-size: 40px;
}.toast-seo  .el-message-box__message{
    padding: 15px 12px !important;text-align: center;font-size: 14px;font-family: "PingFang SC","Microsoft YaHei",Arial,BlinkMacSystemFont,-apple-system, Helvetica, sans-serif;
}.toast-seo  .el-message-box__message p{
    word-break: break-all;
}.color6{
    color: #666666;
}.color3{
    color: #333333;
}


.rulaitheme  .vendor_role {
    display: block !important;
}

.rulaitheme .zcb_show {
    display: none !important;
}
/* .zcb_show {
    display: block !important;
} */

.seo-head {
    height: 33px;
    line-height: 70px;
}
.cust{
	display: inline;
	padding: 0px 32px 0 0;
}
.case-logo { 
	margin-top: 32px;
	width: 160px;
	height: 60px;
}