| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214 | /*整体样式*//* @font-face {    font-family: 'Source Han Sans SC';    src: url('SourceHanSans-Regular.otf') format('truetype');    font-weight: normal;    font-style: normal;  } */html {}html,body {    cursor: default;    height: 100%;    position: absolute;    top: 0;    left: 0;    margin: 0;    padding: 0;    border: 0;    width: 100%;    font-size: 12px;    font-family: '黑体';    color: #333;    background-color: #FFF;}textarea,div[contentEditable='true'],input,div[class='UF_FW_Message U_MD_D_YesText'] div[class='U_MD_F_H_Z'] {    outline: none;    -khtml-user-select: text;    -moz-user-input: enabled;    -moz-user-focus: -moz-all;    -webkit-user-select: text;    -moz-user-select: -moz-all;    -ms-user-select: text;    cursor: text;}input[type="button"] {    border: 0;}span {    text-decoration: none;    text-overflow: ellipsis;    overflow: hidden;}/* 自定义滚动条样式 */body div ::-webkit-scrollbar {    width: 12px;    /*height: 12px 隐藏下方的滚动条*/}body div ::-webkit-scrollbar-button:vertical {    display: none;}body div ::-webkit-scrollbar:vertical {    background-color: #fff;}body div ::-webkit-scrollbar-track-piece {    background: #fff;}body div ::-webkit-scrollbar-thumb {    background-color: #8E8E8E;    border-radius: 5px;}body div ::-webkit-scrollbar-thumb:hover {    background-color: #3B3B3B;}body div ::-webkit-scrollbar-corner:vertical {    background-color: #535353;}body div ::-webkit-scrollbar-resizer:vertical {    background-color: #FF6E00;}/*主样式*/.usestudio {    margin: 0;    padding: 0;    border: 0;    width: 100%;    height: 100%;    position: absolute;    top: 0;    left: 0;    background-color: White;}.usestudio_server {    margin: 0;    padding: 0;    border: 0;    width: 0;    height: 0;    cursor: default;    -webkit-text-size-adjust: none;    overflow: hidden;}.ErrorTip {    display: block;    font-style: normal;    height: 21px;    line-height: 21px;    margin-top: -23px;    font-size: 12px;    color: #222;    cursor: text;    width: 250px;}/*提示区域*//* ie */.Scrollbar {    overflow: auto;    scrollbar-arrow-color: #757778;    scrollbar-face-color: #fff;    scrollbar-darkshadow-color: #fff;    scrollbar-highlight-color: #bec1c4;    scrollbar-shadow-color: #bec1c4;    scrollbar-track-color: #fff;    scrollbar-3dlight-color: #fff;}/*云端切图*/.U_Img {    background-image: url(/img/YS2017.png);    _background-image: url(/img/YSD2014.gif);}.U_TaskbarImg {    background-image: url(/img/taskbar.png);    _background-image: url(/img/YSD2014.gif);}.U_TaskbarImg1 {    background-position: -294px -20px;    width: 30px;    height: 30px;}.U_TaskbarImg2 {    background-position: -248px -20px;    width: 30px;    height: 30px;}.U_TaskbarImg3 {    background-position: -114px -20px;    width: 30px;    height: 30px;}.U_TaskbarImg4 {    background-position: -339px -20px;    width: 30px;    height: 30px;}.U_TaskbarImg5 {    background-position: -204px -20px;    width: 30px;    height: 30px;}.U_TaskbarImg6 {    background-position: -69px -20px;    width: 30px;    height: 30px;}.U_TaskbarImg7 {    background-position: -159px -20px;    width: 30px;    height: 30px;}.U_TaskbarImg8 {    background-position: -384px -20px;    width: 30px;    height: 30px;}.U_MD_D_NotText {    -webkit-text-size-adjust: none;    -webkit-user-select: none;    -khtml-user-select: none;    -moz-user-select: -moz-none;    -ms-user-select: none;    -webkit-user-drag: none;    -webkit-tap-highlight-color: transparent;}.U_MD_D_YesText {    -webkit-user-select: text;    -moz-user-select: -moz-all;    -moz-user-input: enabled;    -moz-user-focus: -moz-all;}/*.UD_ICON            { background:url(/img/windowOE.png); _background:url(/img/windowOE.jpg); }*//*常用圆角*/.U_MD_D_Radius_5 {    -moz-border-radius: 5px;    -moz-border-radius: 5px;    -webkit-border-radius: 5px;    -webkit-border--radius: 5px;    border-radius: 5px;    border-radius: 5px;}.U_MD_D_Radius_18 {    -moz-border-radius: 18px;    -moz-border-radius: 18px;    -webkit-border-radius: 18px;    -webkit-border--radius: 18px;    border-radius: 18px;    border-radius: 18px;}.U_MD_D_Radius_5_0 {    -moz-border-radius: 5px 5px 0 0;    -moz-border-radius: 5px 5px 0 0;    -webkit-border-radius: 5px 5px 0 0;    -webkit-border--radius: 5px 5px 0 0;    border-radius: 5px 5px 0 0;    border-radius: 5px 5px 0 0;}#U_MD_D_BG {    position: absolute;    z-index: 0;    left: 0;    right: 0;    top: 0;    bottom: 0;    overflow-y: hidden;    overflow-x: hidden;    /* background: url("/img/icon/bgImg4.png") 0px 0px / 100% auto repeat rgb(240, 240, 240); */    /* background: url("/img/icon/mingdeBg.png") 0px 0px / 100% auto repeat rgb(240, 240, 240); */    /* filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="/img/icon/bgImg4.png", sizingMethod=scale); */    background-size: cover;}#U_MD_D_BG_GM {    position: absolute;    z-index: 0;    left: 0;    right: 0;    top: 0;    bottom: 0;    overflow-y: hidden;    overflow-x: hidden;    /* background: url("/img/icon/gm/bg.png") 0px 0px / 100% auto repeat rgb(240, 240, 240); */    /* background: url("/img/icon/mingdeBg.png") 0px 0px / 100% auto repeat rgb(240, 240, 240); */    /* filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="/img/icon/bgImg4.png", sizingMethod=scale); */    background-size: cover;}/*云端首页*/.U_MD_Home {    color: #000;    font-size: 12px;    width: 0;    height: 0;    overflow: hidden;}/*width:100%; height:100%;  position:absolute; top:0px; left:0px; width:100%; height:100%; overflow:hidden; color:#000; overflow:hidden;*/.U_MD_Home img {}.UD_Dtop {    display: none;}/*文字处理区域*/.U_MD_D_Text_Abbreviation {    text-decoration: none;    text-overflow: ellipsis;    white-space: nowrap;    overflow: hidden;}/*桌面样式*/.U_MD_D {    overflow: hidden;    color: #FFF;    position: absolute;    left: 0;    bottom: 0;    top: 0;    right: 0;}.U_MD_D_B {    position: absolute;    bottom: 30px;    right: 5%;}.U_MD_D_BD {    padding: 5px 10px;    background-color: #5a5a5a;    border-radius: 5px;    position: absolute;    right: 5%;    top: 4px;}.U_MD_D_BDA {    overflow: hidden;    height: 30px;    line-height: 32px;    float: left;}.U_MD_D_BDI {    float: left;    background-position: -536px -373px;    width: 30px;    height: 30px;    cursor: pointer;}.U_MD_D_BDI img {    width: 30px;    height: 30px;    border-radius: 50%;}.U_MD_D_BDL {    float: left;    color: #FFF;    font-family: Arial;    cursor: pointer;    display: flex;    align-items: center;    justify-content: space-between;    flex-direction: row;    width: 65px;}.U_MD_D_BDL div {    float: left;    font-size: 14px;    height: 30px;    color: #d9d9d9;}.U_MD_D_BDL div:hover {    color: #fff;}.U_MD_D_BD_QRcode {    padding: 5px 10px;    background-color: #5A5A5A;    border-radius: 0px 0px 10px 10px;    position: absolute;    right: -53px;    top: 0px;}.U_MD_D_BD_QRcodeShare {    display: none;    padding: 5px 10px;    background-color: #5A5A5A;    position: absolute;    right: -55px;    top: 50px;}.U_MD_D_BD_QRcodeShare img {    width: 100px;    height: 100px;    padding: 5px 5px;}.U_MD_D_BD_QRcode:hover+.U_MD_D_BD_QRcodeShare {    display: block;}.U_MD_D_BD_notice_img {    height: 20px !important;    margin: 0 5px;    display: none;}.U_MD_D_BD_notice_img>img {    width: 100%;    height: 100%;}.U_MD_D_BD_notice {    display: none;    /* padding: 5px 10px; */    background-color: #0a2036cc;    position: absolute;    right: 0;    top: 50px;    border-radius: 10px;    width: 300px;}.U_MD_D_BD_notice:hover {    background-color: #0a2036e2;}.U_MD_D_BD_notice_title {    width: 100%;    display: flex;    align-items: center;    font-size: 15px;    padding: 13px 15px;    box-sizing: border-box;    background: rgb(44, 44, 44);    justify-content: space-between;    border-top-left-radius: 10px;    border-top-right-radius: 10px;}.U_MD_D_BD_notice_title {    cursor: pointer;}.U_MD_D_BD_noticeBox {    padding: 10px 15px;    width: 100%;    box-sizing: border-box;    font-size: 15px;    cursor: pointer;}.U_MD_D_BD_noticeBox+.U_MD_D_BD_noticeBox {    border-top: 1px solid #5f5f5f84;}.U_MD_D_BD_noticeBox_title {    width: 100%;    display: flex;}.U_MD_D_BD_noticeBox_title>span:nth-child(1) {    /* margin-left: 8px; */    width: calc(100%);    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;    word-break: break-word;}.U_MD_D_BD_noticeBox_content {    margin-top: 5px;    width: 100%;    display: flex;}.U_MD_D_BD_noticeBox_content span {    width: calc(100%);    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;    word-break: break-word;    color: #979797;}.U_MD_D_BD_noticeBox_time {    margin-top: 5px;    width: 100%;    color: #979797;    font-size: 14px;}.U_MD_D_BZMD {    position: relative;}.U_MD_D_BZMS {    height: 40px;    line-height: 30px;    width: 721px;    margin: 10px auto 0 auto;    text-align: center;}.U_MD_D_BZMSA {    display: inline-block;    *display: inline;    *zoom: 1;    margin: auto;    text-align: left;    height: 40px;    line-height: 40px;}.U_MD_D_BZM {    width: 741px;    margin: 20px auto 0 auto;    position: relative;    height: 94px;    text-align: center;}.U_MD_D_BZMN {    position: absolute;    top: -10px;    left: -40px;    height: 22px;    background-color: #EEE;    padding: 0 6px;    border-radius: 3px}.U_MD_D_BZMNL {    float: left;    width: 15px;    height: 15px;    margin-top: 3px;}.U_MD_D_BZMNLI {    background-position: -574px -372px;}.U_MD_D_BZMNLO {    background-position: -614px -372px;}.U_MD_D_BZMNLT {    background-position: -594px -371px;}.U_MD_D_BZMNR {    float: left;    color: #222;    line-height: 22px;    margin-left: 3px;    width: 50px;}.U_MD_D_BZMA {    position: relative;    padding: 0 30px;    overflow: hidden;    margin: auto;    display: inline-block;    *display: inline;    *zoom: 1;    height: 100%;    overflow: hidden;}.U_MD_D_BZMT {    padding: 0px 10px;}.U_MD_D_BZMM {    width: 100%;    height: 100%;    top: 0;    left: 0;    background: #444;    filter: alpha(opacity=50);    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";    -moz-opacity: 0.5;    -khtml-opacity: 0.5;    opacity: 0.5;    position: absolute;    border-radius: 6px;}.U_MD_D_BZMO {    margin: -1px 0 0 40px;    cursor: pointer;    width: 63px;    height: 83px;    float: left;}.U_MD_D_BZMOA {    width: 51px;    height: 54px;    padding: 6px;    /*border-radius: 3px;*/    color: #FFF;    cursor: pointer;}.U_MD_D_BZMOA:hover {    padding: 5px;    background-color: #505457;    border: 1px solid #777;}.U_MD_D_BZMOI {    width: 51px;    height: 51px;}.U_MD_D_BZMON {    width: 51px;    height: 15px;    line-height: 15px;    margin-top: 6px;    text-align: center;}.U_MD_D_B .U_MD_D_BS {    margin: 30px auto 0 auto;    float: none;    width: 675px;    height: 32px;}.U_MD_D_BCM {    display: block;    width: 721px;    margin: 20px auto 0 auto;    height: 40px;    text-align: center;    overflow: hidden;}.U_MD_D_BCMO {    width: 125px;    background-color: #666;    float: left;    height: 25px;    line-height: 25px;    padding: 3px 6px;    margin: 5px 0 0 20px;    text-align: left;    position: relative;}.U_MD_D_BCMOL {    float: left;    height: 100%;    text-align: center;    color: #EEE;    margin-left: 2px;}.U_MD_D_BCMOL div {    float: none;}.U_MD_D_BCMOLS {    font-size: 12px;}.U_MD_D_BCMOR {    float: left;    margin-left: 11px;    font-size: 13px;    color: #FFF;    width: 85px;}.U_MD_D_BZ {    color: #FFF;    font-family: Arial;    background-color: #676767;    padding: 8px 15px;    font-style: normal;    cursor: pointer;    display: none;}.U_MD_D_BZ div {    text-align: center;}/*桌面图标使用 */.U_MD_D_K {    top: 0;    left: 0;    height: 100%;    position: absolute;}.U_MD_D_KO {    cursor: pointer;    width: 65px;    height: 85px;    position: absolute;    top: 0;    left: 80px;}.U_MD_D_KO_AI {    cursor: pointer;    width: 65px;    height: 65px;    position: absolute;    right: 20px;    bottom: 20px;    background-image: url("/img/aichat.png");    z-index: 9999;}.U_MD_D_KO:hover {    background-color: #8eaad1;    border-radius: 5px;    box-sizing: border-box;    height: auto;}.U_MD_D_KO:hover .U_MD_D_KOX {    height: auto;    white-space: break-spaces;    overflow: visible;}.U_MD_D_KO_GM {    cursor: pointer;    width: 124px;    height: 145px;    position: absolute;    top: 0;    left: 80px;}.U_MD_D_KO_GM:hover {    background-color: #8eaad1;    border-radius: 5px;    box-sizing: border-box;}.U_MD_D_KOA {    margin: 5px auto 5px auto;    width: 57px;    border-radius: 5px;    display: flex;    flex-direction: column;    flex-wrap: nowrap;    align-items: center;}.U_MD_D_KOS {    width: 57px;    height: 57px;}.U_Img {    background-size: 100% 100%;}.U_MD_D_KOX {    width: 60px;    height: 30px;    line-height: 15px;    margin-top: 3px;    overflow: hidden;    text-align: center;    text-overflow: ellipsis;    white-space: nowrap;    word-break: break-word;}.U_MD_D_NewsTipsIcon {    background: rgba(250, 250, 250, 0) url(/img/YSD20143.png);    position: fixed;    width: 51px;    height: 54px;    bottom: 80px;    right: 90px;    background-position: 85px 188px;    border-radius: 38px;    cursor: pointer;    background-size: 1800%;    visibility: visible;}.U_MD_D_T_taskbar_Bar_Operate_Button {    font-size: 19px;    cursor: pointer;    text-align: center;}/*上传按钮*/.U_MD_D_filePrew {    position: absolute;    display: block;    z-index: 1;    border: 0;    cursor: pointer;    opacity: 0;    filter: alpha(opacity 0);    width: 100%;    height: 100%;    overflow: hidden;}/*上传控件*/.U_MD_D_filePrew_I {    display: block;    position: relative;    width: 100%;    height: 100%;    cursor: pointer;    border: 0;    color: #666;    background: #eee;    -moz-user-select: -moz-none;    -webkit-user-select: none;    opacity: 0;    filter: alpha(opacity=0);    -moz-opacity: 0;}/*头部消息*/.U_MD_D_MG_A {    position: relative;}.U_MD_D_MG_T {    background-color: #60e480;    color: White;    text-align: center;    width: 18px;    height: 18px;    line-height: 18px;    position: absolute;    top: -7px;    left: 22px;    font-size: 10px;    border-radius: 50%;    display: none;    cursor: pointer;}.U_MD_D_MG_O {    width: 300px;    z-index: 3;    position: absolute;    font-family: arial, sans-serif;    background-color: White;    border: 1px solid #838383;    cursor: default;    display: none;    top: 35px;    right: -34px;    max-height: 230px;    overflow: auto;}.U_MD_D_MG_OA {    width: 100%;    background: rgb(237, 237, 237);    height: 100%;}.U_MD_D_MG_OM {    background-color: #f2f2f2;    width: 100%;    text-align: center;    height: 20px;    line-height: 20px;    cursor: pointer;    padding: 5px 0;    color: #000;    display: none;}.U_MD_D_MG_OM:hover {}.U_MD_D_MG_OMS {    color: #0b7aeb;    margin-left: 10px;}.U_MD_U_P_C_P_N_I {    outline: none;    border: 0;    color: black;    overflow: hidden;    background-color: transparent;    width: 100%;    border-radius: 35px;}.form_delete-main,.form_delete-main-room {    background: #fff;    padding: 20px;    margin: 10px auto 10px auto;    width: 80%;    height: 170px;}.form_delete-main-room {    height: 360px !important;}#add_room,#invite_members {    background: #f3f3f3 !important;}.form_delete-main_box {    width: 320px;    height: 40px;    border: 1px solid #DCDFE6;    text-indent: 10px;    border-radius: 5px;    margin: 18px 0 10px 0;}.remark {    font-size: 14px;    border-bottom: 1px solid #f1f1f1;    padding: 0 0 15px 0;}.form-cencal,.form-confirm {    background: #3E86FF;    border: none;    width: 96px;    height: 38px;    color: #fff;    text-align: center;    border-radius: 5px;    line-height: 38px;    cursor: pointer;}.form-btn,.copy-btn {    display: flex;    flex-direction: row;    align-items: center;    justify-content: space-evenly;    margin: 20px 0;}.copy-btn {    background: #DCDCDC;    height: 40px;    margin: 10px 0 0 0 !important;}.copy-message {    background: #3085E4;    color: #fff;    border: none;    width: 120px;    height: 30px;    border-radius: 20px;    cursor: pointer;}.room_number {    margin: 10px 0 30px 0;    font-size: 14px;    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: center;}.avatar {    width: 30px;    min-width: 30px;    margin-right: 5px;    display: none;}.avatar>img {    width: 100%;    height: 100%;}.clickNav {    margin: 10px 0;    font-size: 14px;}.link,.roomNumber {    margin: 10px 0 30px 0;    font-size: 12px;    color: #3085E4;}.roomNumber {    font-size: 24px;    margin-left: 10px;}.text {    display: none;}.searchPerson {    display: flex;    position: relative;    height: 25px;}.inputSearch {    height: 30px;    width: 100%;    border: none;    background: #eaeaea;    border-radius: 10px;    padding: 0 15px;    font-size: 12px;}.checkboxPerson {    margin: 20px 0;}.personAvatar {    width: 55px;    height: 50px;    background: url("../../../img/icon/avatar.png") no-repeat;    background-size: 100% 100%;    margin: 0 10px;}.searchImg {    width: 25px;    height: 25px;    position: absolute;    right: 5px;    top: 3px;    background: url("../../../img/icon/search.png") no-repeat;    background-size: 100% 100%;    cursor: pointer;}.person {    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: center;}.U_PBL_Check {    position: fixed;    bottom: 15%;    right: 5%;    display: none;}.U_PBL_Check>div {    background: #595959;    height: 45px;    width: 110px;    font-size: 14px;    border-radius: 5px;    opacity: .7;    cursor: pointer;    display: flex;    align-items: center;    justify-content: center;}.U_PBL_Check>div+div {    margin-top: 10px;    cursor: pointer;}.U_PBL_Check>div>span {    color: #fff;}.U_PBL_Check>div:nth-child(1):before {    content: '';    display: inline-block;    background: url(../../img/icon/easy/standard.png);    width: 20px;    height: 20px;    background-size: 100% 100%;    margin-right: 3px;}.U_PBL_Check>div:nth-child(2)::before {    content: '';    display: inline-block;    background: url(../../img/icon/easy/easy.png);    width: 20px;    height: 24px;    background-size: 100% 100%;    margin-right: 3px;}.U_PBL_Check>.active {    opacity: 1;}.U_MD_D_BD_vip_box {    display: none;    /* background-color: #586e86;    border: 1px solid #344558; */    position: absolute;    right: 100px;    top: 0;    border-radius: 10px;    width: 270px;    /* height: 100px; */    padding: 10px 10px;    box-sizing: border-box;    box-shadow: 0px 3px 6px 0px #0000003b;    background-image: url(../../img/icon/vip_box.png);    background-size: 100% 100%;}.vip_info {    display: flex;    align-items: center;}.vip_info>img {    width: 45px;    height: 45px;    object-fit: cover;}.vip_info>div {    margin-left: 10px;    display: flex;    flex-direction: column;    font-size: 14px;}.vip_info>div>span {}.vip_info>div>span+span {    margin-top: 8px;}.vip_school {    font-size: 14px;    margin-top: 8px;    color: #9baabd;    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;    width: 100%;}.U_PBL_Check2 {    position: fixed;    bottom: calc(15% - 55px);    right: 5%;}.U_PBL_Check2>div {    background: #595959;    height: 45px;    width: 110px;    font-size: 14px;    border-radius: 5px;    cursor: pointer;    display: flex;    align-items: center;    justify-content: center;}.U_PBL_Check2>div>span {    color: #fff;}
 |