<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 


input,

input:focus,

select,

select:focus {

    outline: none;

    text-indent: 5px

}



input:-webkit-autofill {

    background-color: #FAFFBD;

    background-image: none;

    color: #000;

}



input:-webkit-autofill,

textarea:-webkit-autofill,

select:-webkit-autofill {

    -webkit-text-fill-color: #ededed !important;

    background-color: transparent;

    background-image: none;

    transition: background-color 50000s ease-in-out 0s;

}


 
input {

    background-color: transparent;

}

 



 


.fl {

    float: left;

}



.fr {

    float: right;

}



.dialog-title {

    height: auto;

    margin-bottom: 50px;

    text-align: center;

}



.dialog-title h2 {

    font-size: 30px;

    font-weight: bold;

}



.dialog-title h2 span {

    color: #d71418;

}



.dialog-title .line {

    width: 48px;

    height: 2px;

    background: #d71418;

    margin: 10px auto;

}



.dialog-title .info {

    font-size: 14px;

    color: #999;

}





/* tanchuang*/



.show_bnt {

    background: url(../images/zx_bg.png) no-repeat;

    width: 240px;

    height: 90px;

    position: fixed;
	z-index:99999999;

    top: 30%;

    right: 0;

    background-size: 100% auto

}



.pop_item {

    z-index:1000000000000;

    position: fixed;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    display: none;

}



.pop_item .dialog {

    position: fixed;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background-color: #fff;

    border-radius: 10px;

    box-sizing: border-box;

    max-width: 400px;

    width: 80%;

    max-height: 320px;

    height: auto;

    display: flex;

    flex-direction: column;

    border-radius: 10px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;
	

}



.dialog .dialog-title {

    height: 55px;

    width: 100%;

    line-height: 55px;

    text-align: center;

    font-size: 20px;

    background: #6696ff;

    text-align: left;

    border-radius: 10px 10px 0 0;

    -webkit-border-radius: 10px 10px 0 0;

    -moz-border-radius: 10px 10px 0 0;

    width: 100%;

    margin-bottom: 20px;

}



.kefu-content {

    display: none;

}



.dialog .dialog-title h3 {

    width: 320px;

    height: 55px;

    line-height: 55px;

    overflow: hidden;

    color: #fff;

    text-overflow: ellipsis;

    white-space: nowrap;

    margin-left: 20px;

    font-weight: normal;

    font-size: 16px;

}



.dialog .pop_content {

    height: auto;

    overflow: hidden;

    color: #333;

}



.message {

    min-height: 90px;

    width: 90%;

    height: auto;

    margin: 0 auto 20px;

    max-height: 130px;

    overflow-y: scroll;

}



::-webkit-scrollbar {

    width: 4px;

}



 ::-webkit-scrollbar-track {

    box-shadow: inset 0.06px rgba(0, 0, 0, 0.3);

    border-radius: 10px;

}





/* 婊氬姩鏉℃粦鍧� */



 ::-webkit-scrollbar-thumb {

    border-radius: 10px;

    background: rgba(0, 0, 0, 0.1);

    box-shadow: inset 0.06px rgba(0, 0, 0, 0.5);

}



 ::-webkit-scrollbar-thumb:window-inactive {

    background: rgba(255, 0, 0, 0.4);

}



.pop_content p {

    height: auto;
	font-size:14px;

    overflow: hidden;

    width: 100%;

    margin: 0 auto 10px;

}



.pop_content p span {

    color: #ee041a;

}



.wrap_item {

    height: 68px;

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

    max-width: 340px;

    width: 90%;

    margin: 0 auto;

    margin-bottom: 10px;

    padding: 0 10px;

}



.wrap_item .textarea_con {

    max-width: 250px;

    width: 70%;

    outline: none;

    border: none;

    margin-top: 14px;

    color: #666;

    resize: none;

    font: normal 14px/1.5 "microsoft yahei", tahoma, arial, sans-serif;

    font-size: 14px;

    overflow: hidden;

}



.wrap_item .search_ss {

    width: 70px;

    height: 30px;

    border-radius: 15px;

    -webkit-border-radius: 15px;

    -moz-border-radius: 15px;

    background: #3097ef;

    margin-top: 18px;

}



.wrap_item .search_pic {

    padding: 0;

    display: block;

    border: none;

    background: url(../images/fs.png) no-repeat 46px center;

    transition: all .3s;

    color: #fff;

    width: 70px;

    padding-left: 10px;

    line-height: 30px;

    text-align: left;

}



.wrap_item .yys_hei {

    color: #333

}



.wrap_item .search_ss:hover {

    background: #0872cd;

}



.pop_item .close {

    font-size: 32px;

    cursor: pointer;

    position: absolute;

    top: 0px;

    right: 20px;

    font-weight: normal;

    color: #fff;

}



@media screen and (max-width:640px) {

    .show_bnt {

        width: 120px;

        height: 50px;

        background-size: 100% auto;

    }

}</pre></body></html>