@charset 'UTF-8';select{display:inline-block;height:48px;margin:0;vertical-align:middle;border:1px solid rgba(18,18,23,.1);border-radius:100px}select[hidden],select[hidden]+.ui-select{display:none}.ui-select{font-size:16px;position:relative;display:inline-block;height:48px;animation:fadeIn .2s;vertical-align:middle}.ui-select~.ui-button{vertical-align:middle}.ui-select.active{z-index:3}.ui-select-button{line-height:20px;display:block;height:20px;padding:13px 27px 13px 15px;cursor:pointer;-webkit-transition:border-color .15s,background-color .15s;transition:border-color .15s,background-color .15s;color:#000;border:1px solid #e5e5e5;border-radius:24px;background-color:#fff}.ui-select:hover .ui-select-button,.ui-select:hover .ui-select-datalist{border-color:#ababaf}.ui-select-button:hover{text-decoration:none;color:#4c5161;border-color:#ababaf}:not(:disabled)+.ui-select>.ui-select-button:active{background-color:#f7f9fa}.active>a.ui-select-button{border-radius:24px 24px 0 0}.reverse>.ui-select-button{border-radius:0 0 24px 24px}.ui-select-text{display:block;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}.ui-select-icon{position:absolute;top:14px;right:15px;width:20px;height:20px;background:url(../lulu/lulu/lulu/ui/images/Select/icon-arrow.png) no-repeat center;background-size:12px 12px}:root .ui-select-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTQgOSI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTY5QUIzIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0xIDFsNiA2IDYtNiIvPjwvc3ZnPg==)}.ui-select-datalist{position:absolute;top:47px;right:0;left:0;display:none;overflow:auto;max-height:304px;padding:0;border:1px solid #e5e5e5;border-radius:0 0 4px 4px;background-color:#fff}.ui-select-datalist::-webkit-scrollbar{width:8px;height:8px}.ui-select-datalist::-webkit-scrollbar-thumb{border-radius:8px;background-color:#bbb}.ui-select-datalist::-webkit-scrollbar-thumb:hover{background-color:#aaa}.ui-select-datalist::-webkit-scrollbar-track-piece{background-color:#ddd}.active>.ui-select-datalist{display:block;border-radius:0 0 24px 24px}.reverse>.ui-select-datalist{top:auto;bottom:39px}.ui-select-datalist-li{line-height:20px;display:block;overflow:hidden;padding:9px 12px;cursor:pointer;transition:.15s;white-space:nowrap;text-overflow:ellipsis;background-color:#fff}.ui-select-datalist-li:empty{display:none}.ui-select-datalist-li:hover,.ui-select-datalist>.selected{color:#fff;background-color:#3b66f5}select[disabled]+.ui-select{animation:none;opacity:.38}select[disabled]+.ui-select .ui-select-button{cursor:default;border-color:#ababaf}.error .ui-select-button{border-color:#f4615c}/*!
 * Cropper v3.0.0-rc.3
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-07-07T13:00:47.346Z
 */.cropper-container{font-size:0;line-height:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;direction:ltr;-ms-touch-action:none;touch-action:none}.cropper-container img{display:block;width:100%;min-width:0!important;max-width:none!important;height:100%;min-height:0!important;max-height:none!important;image-orientation:0deg}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{position:absolute;top:0;right:0;bottom:0;left:0}.cropper-crop-box{overflow:hidden;border-radius:50%}.cropper-wrap-box{overflow:hidden}.cropper-drag-box{opacity:0;background-color:#fff}.cropper-modal{opacity:.5;background-color:#000}.cropper-view-box{display:block;overflow:hidden;width:100%;height:100%}.cropper-dashed{position:absolute;display:block;opacity:.5;border:0 dashed #eee}.cropper-dashed.dashed-h{top:33.33333%;left:0;width:100%;height:33.33333%;border-top-width:1px;border-bottom-width:1px}.cropper-dashed.dashed-v{top:0;left:33.33333%;width:33.33333%;height:100%;border-right-width:1px;border-left-width:1px}.cropper-center{position:absolute;top:50%;left:50%;display:block;width:0;height:0;opacity:.75}.cropper-center:after,.cropper-center:before{position:absolute;display:block;content:' ';background-color:#eee}.cropper-center:before{top:0;left:-3px;width:7px;height:1px}.cropper-center:after{top:-3px;left:0;width:1px;height:7px}.cropper-face,.cropper-line,.cropper-point{position:absolute;display:block;width:100%;height:100%;opacity:.1}.cropper-face{top:0;left:0;background-color:#fff}.cropper-line{visibility:hidden;background-color:#39f}.cropper-line.line-e{top:0;right:-3px;width:5px;cursor:e-resize}.cropper-line.line-n{top:-3px;left:0;height:5px;cursor:n-resize}.cropper-line.line-w{top:0;left:-3px;width:5px;cursor:w-resize}.cropper-line.line-s{bottom:-3px;left:0;height:5px;cursor:s-resize}.cropper-point{visibility:hidden;width:5px;height:5px;opacity:.75;background-color:#39f}.cropper-point.point-e{top:50%;right:-3px;margin-top:-3px;cursor:e-resize}.cropper-point.point-n{top:-3px;left:50%;margin-left:-3px;cursor:n-resize}.cropper-point.point-w{top:50%;left:-3px;margin-top:-3px;cursor:w-resize}.cropper-point.point-s{bottom:-3px;left:50%;margin-left:-3px;cursor:s-resize}.cropper-point.point-ne{top:-3px;right:-3px;cursor:ne-resize}.cropper-point.point-nw{top:-3px;left:-3px;cursor:nw-resize}.cropper-point.point-sw{bottom:-3px;left:-3px;cursor:sw-resize}.cropper-point.point-se{right:-3px;bottom:-3px;width:20px;height:20px;cursor:se-resize;opacity:1}@media (min-width:768px){.cropper-point.point-se{width:15px;height:15px}}@media (min-width:992px){.cropper-point.point-se{width:10px;height:10px}}@media (min-width:1200px){.cropper-point.point-se{width:5px;height:5px;opacity:.75}}.cropper-point.point-se:before{position:absolute;right:-50%;bottom:-50%;display:block;width:200%;height:200%;content:' ';opacity:0;background-color:#39f}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{position:absolute;display:block;width:0;height:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}@charset 'UTF-8';.cropper-area{width:344px;margin:12px auto 0}.cropper-area ._img{position:relative;overflow:hidden;width:344px;height:344px}.cropper-area img{max-width:100%}.cropper-area ._tools{font-size:0;margin:24px 0 0;text-align:center}.cropper-area ._tools a{font-size:16px;line-height:24px;display:inline-block;width:24px;height:24px;margin:4px 10px 0;transition:transform .2s;text-align:center;color:#000;border:1px solid #ddd}.cropper-area ._tools a svg{vertical-align:-2px}.cropper-area ._tools a:hover{background-color:#f8f8f8f8}.cropper-area ._tools a:active{transform:scale(.9)}@charset 'UTF-8';.mod-profile ._head{position:relative;margin:0 auto 55px}.mod-profile ._head input{width:0}.mod-profile ._head,.mod-profile ._head img{display:block;width:100px;height:100px}.mod-profile ._head img{border-radius:100%;box-shadow:0 0 1px 1px rgba(0,0,0,.3)}.mod-profile ._head ._cam{position:absolute;right:0;bottom:0;width:30px;height:26px;color:#000;background:url(/en/images/account/camera.53301.png) 50% 50% no-repeat;background-size:contain}.mod-profile .info_form{padding-bottom:32px}.mod-profile .g_int{font-size:24px;display:block;width:100%;margin-bottom:36px}.mod-profile .g_mod_bd{max-width:384px;margin:0 auto;padding-top:24px}@charset 'UTF-8';.g_mod_chat{width:600px;height:90%;padding:0;-webkit-transform:scale(.95);transform:scale(.95)}.g_mod_chat .g_mod_hd{padding-top:32px}.g_mod_chat._on{-webkit-transform:scale(1);transform:scale(1)}.g_mod_chat_content{position:absolute;top:80px;bottom:0;left:0;overflow:hidden;width:100%;min-height:300px}.g_mod_chat_content .g_loading{margin-bottom:0;padding-bottom:30px}.g_mod_chat_content>.g_loading{position:absolute;top:30%;left:50%;margin-left:-16px}.g_mod_chat_scroll{position:absolute;top:0;bottom:58px;overflow-x:hidden;overflow-y:auto;width:100%;-webkit-overflow-scrolling:touch}.g_mod_chat_book{line-height:1.5;padding:0 32px;background-color:#fff}.g_mod_chat_book ._select_wrap{margin-top:24px}.g_mod_chat_book ._in{padding-bottom:24px;border-bottom:1px solid #e5e5e5}.g_mod_chat_book ._in a{position:relative;display:block;height:58px;padding-left:60px}.g_mod_chat_book ._in a:hover{text-decoration:none;background-color:#f8f8f8}.g_mod_chat_book ._in img{position:absolute;top:0;left:0;width:44px;height:58px}.g_mod_chat_book ._in h3{font-size:16px;padding-top:8px;color:#000}.g_mod_chat_book ._in p{color:#969ab3}.g_mod_chat_book+.g_mod_chat_hd{padding-top:20px}.g_mod_chat_book+.g_mod_chat_bd{padding-top:0;border-top:none;background-color:#fff}.g_mod_chat_hd{padding:0 32px;background-color:#fff}.g_mod_chat_hd .g_msg_bd{max-height:none}.g_mod_chat_hd .g_msg{border-bottom:0}.g_mod_chat_tit{font-size:18px;line-height:24px}.g_mod_chat_bd{padding:24px 32px;border-top:1px solid #e5e5e5}.g_mod_chat_ft{position:absolute;z-index:10;bottom:0;left:0;width:100%;background-color:#fff}.g_chat_reply{max-height:200px;transition:border-top .2s;border-top:1px solid #dcdce2}.g_chat_reply ._scroller{position:relative;overflow:auto;max-height:12em;-webkit-overflow-scrolling:touch}.g_chat_reply._focus{border-top:2px solid #4c5fe2}.g_chat_reply textarea{font-size:16px;line-height:1.75;display:block;overflow:hidden;width:100%;min-height:58px;padding:15px 100px 15px 32px;-webkit-transition:border .3s,box-shadow .3s;transition:border .3s,box-shadow .3s;border:none}.g_chat_reply ._user{font-size:16px;line-height:1.75;position:absolute;top:0;left:32px;padding:0;padding-top:15px;color:#7f7f7f;background-color:#fff}.g_chat_reply ._sub{font-size:20px;position:absolute;right:0;bottom:0;box-sizing:border-box;height:58px;padding:18px 32px;-webkit-transition:.3s;transition:.3s;color:#3b66f5;background-color:transparent}.g_chat_reply ._sub:active{-webkit-transform:scale(.95);transform:scale(.95);background-color:#f5f5f5}.g_chat_reply ._sub i{display:none}.g_chat_reply ._sub.g_loading{margin:0;pointer-events:none}.g_chat_reply ._sub.g_loading svg{display:none}.g_chat_reply ._sub.g_loading i{display:block}.g_chat_reply ._sub[disabled]{pointer-events:none;opacity:.6}.g_chat_reply ._error{position:absolute;right:0;bottom:100%;left:0;display:none;max-width:100%;margin-bottom:2px;padding:7px 32px;color:#ed424b;background-color:#ffd9db}.g_chat_reply._error{border-top:2px solid #ed424b}.g_chat_reply._error ._error{display:block}.g_mod_chat_scroll_em{background-color:#f5f6fc}.g_mod_chat_scroll_em .g_mod_chat_bd .g_msg_bd ._readmore{background:#f5f6fc;background:-webkit-linear-gradient(left,rgba(255,255,255,0),#f5f6fc 1em);background:linear-gradient(to right,rgba(255,255,255,0),#f5f6fc 1em)}@charset 'UTF-8';.g_book_item{position:relative;height:208px;padding-left:172px}.g_book_item .g_thumb{position:absolute}.g_book_item ._txt{display:-webkit-box;display:block;overflow:hidden;max-height:4.5em;-webkit-line-clamp:3;-webkit-box-orient:vertical}.g_book_item small i{width:1em}.g_book_item_ph{margin-bottom:3px}.g_book_item_ph ._ph,.g_book_item_ph .g_thumb{background-color:#f5f6fb}.g_book_item_ph ._ph{display:block;height:20px;margin:15px 0}.g_book_item_ph ._ph_m{width:68%}.g_book_item_ph ._ph_s{width:44%}.g_book_item_sm{height:148px;margin-top:36px;padding-left:131px}.g_book_item_sm:first-child{margin-top:0}.g_book_item_sm ._txt{max-height:3em;-webkit-line-clamp:2}@charset 'UTF-8';.g_drop{position:fixed;z-index:9;display:none;width:111px;padding:2px 0;-webkit-animation:fadeIn .2s;animation:fadeIn .2s;text-align:center;border:1px solid #e6e7ee;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.1);box-shadow:0 1px 5px rgba(0,0,0,.1);-ms-box-shadow:0 1px 5px rgba(0,0,0,.1)}.g_drop:before{position:absolute;right:10px;bottom:100%;width:8px;height:8px;margin-bottom:-5px;content:'';-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border:1px solid #e6e7ee;background-color:#fff;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.1);box-shadow:0 1px 5px rgba(0,0,0,.1);-ms-box-shadow:0 1px 5px rgba(0,0,0,.1)}.g_drop:after{position:absolute;top:0;right:8px;width:15px;height:8px;content:'';background-color:#fff}.g_drop>a{line-height:20px;position:relative;z-index:2;display:block;overflow:hidden;padding:4px 12px 5px;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;color:#4c5161}.g_drop>a:hover{text-decoration:none;color:#4c5161;background-color:#f2fcff}@charset 'UTF-8';.i_badge{position:relative;width:20px;height:20px;background:url(/en/images/badges/badgeDark2x.73e87.png) 50% 50% no-repeat;background-size:contain}.i_badge svg{vertical-align:top}.i_badge svg,.i_badge svg image{width:100%;height:100%}.i_badge._l,.i_badge._m{background-image:url(/en/images/badges/badgeDarkBig2x.fad7c.png)}.i_badge._m{width:36px;height:55px}.i_badge._l{width:72px;height:110px}.i_badge._d{opacity:.5}.i_badge._d image{filter:url(#badgeGrayscale)}.i_badge_lv{font-family:serif;font-size:12px;font-style:italic;line-height:16px;position:relative;display:inline-block;width:16px;height:16px;text-align:center;vertical-align:middle;text-indent:-2px;text-transform:uppercase;color:#999;border-radius:2px;background-color:#eee}.i_badge_lv._lv1{color:#b99332;background-color:#fff1cd}.i_badge_lv._lv1:after{content:'\2160'}.i_badge_lv._lv2{color:#225f6c;background-color:#d3e5e8}.i_badge_lv._lv2:after{content:'\2161'}.i_badge_lv._lv3{color:#a22023;background-color:#ffd5d6}.i_badge_lv._lv3:after{content:'\2162'}.i_badge_lv._lv4{color:#35354a;background-color:#dedeff}.i_badge_lv._lv4:after{content:'\2163'}._dark .i_badge_lv,.i_badge_lv._dark{color:#999;background-color:#eee}@charset 'UTF-8';.rev-modal ._chk_row{overflow:visible}.rev-modal .g_mod_txtarea textarea{height:10.5em}.rev-modal .g_mod_hd{margin-bottom:29px}.rev-modal-score-list{line-height:24px;clear:both;width:360px}.rev-modal-score-list li{height:24px}.rev-modal-score-list li+li{margin-top:16px}.rev-modal-score-list strong{float:left}.rev-modal-score-total{box-sizing:border-box;width:146px;padding:18px 10px;border:1px solid #d7d8e0;border-radius:5px}.rev-modal-score-total strong{font-size:32px}.rev-modal ._rev_success,.rev-modal .g_mod_bd,.rev-modal .g_mod_ft,.rev-modal .g_mod_hd{transition:.2s}.rev-modal ._rev_success{visibility:hidden;margin-top:-70px;transform:translateY(5px);opacity:0}.rev-modal._success .g_mod_bd,.rev-modal._success .g_mod_ft,.rev-modal._success .g_mod_hd{visibility:hidden;opacity:0}.rev-modal._success ._rev_success{visibility:visible;transform:translateY(0);opacity:1}.rev-modal-score-list .g_star_edit i{margin:0 4px}.rev-modal-score-list .g_star{font-size:16px;float:right;margin-top:4px}.rev-modal-score-list .g_star_edit input{top:-4px;width:22px;height:24px}.rev-modal-score-list .g_star_edit input[value='0']{left:-23px}.rev-modal-score-list .g_star_edit input[value='1']{left:0}.rev-modal-score-list .g_star_edit input[value='2']{left:24px}.rev-modal-score-list .g_star_edit input[value='3']{left:47px}.rev-modal-score-list .g_star_edit input[value='4']{left:71px}.rev-modal-score-list .g_star_edit input[value='5']{left:95px}.rev-star-single{font-size:48px}.rev-star-single i{margin:0 12px}.rev-star-single .g_star_edit input[value='0']{left:-48px}.rev-star-single .g_star_edit input[value='1']{left:12px}.rev-star-single .g_star_edit input[value='2']{left:84px}.rev-star-single .g_star_edit input[value='3']{left:154px}.rev-star-single .g_star_edit input[value='4']{left:228px}.rev-star-single .g_star_edit input[value='5']{left:300px}@charset 'UTF-8';blockquote{font-style:normal;margin:0}.g_sub_hd{margin-bottom:16px}.g_msg{position:relative;padding:24px 0 24px 60px}.g_msg .g_msg_bd{margin-bottom:12px}.g_msg .g_msg_quote{margin-bottom:12px}.g_msg .g_reply{display:none}.g_msg+.g_msg{border-top:1px solid #e5e5e5}.g_msg_hd{font-size:0;line-height:44px;position:relative}.g_msg_hd .g_star{font-size:14px}.g_msg_hd .g_label,.g_msg_hd .g_lv,.g_msg_hd .i_badge{margin-right:8px}.g_msg_hd a{display:inline-block;margin-right:8px}.g_msg_hd a:hover h3{text-decoration:underline}.g_msg_hd h3{font-size:16px;font-weight:700;display:inline-block;vertical-align:middle}.g_msg_hd,.g_msg_hd a{color:#000}.g_msg_hd small,.g_msg_hd span{vertical-align:middle}.g_msg_hd img{position:absolute;top:0;left:-60px;overflow:hidden;width:44px;height:44px;user-select:none;border-radius:100%;background-color:#f7f7f7}.g_msg_bd{font-size:16px;line-height:28px;position:relative;overflow:hidden;max-height:140.6px}.g_msg_bd ._readmore{position:absolute;top:7em;right:0;visibility:hidden;white-space:nowrap;opacity:0;background:#fff;background:-webkit-linear-gradient(left,rgba(255,255,255,0),#fff 1em);background:linear-gradient(to right,rgba(255,255,255,0),#fff 1em)}.g_msg_bd ._readmore:before{display:inline-block;width:2em;content:'...';text-align:right;color:#000}.g_msg_bd._txtover ._readmore{visibility:visible;opacity:1}.g_msg_bd._on{max-height:none}.g_msg_bd._on ._readmore{display:none}.g_msg_bd .g_good{cursor:auto}.g_msg_tr{position:absolute;top:24px;right:0}.g_msg_pin{font-size:20px;line-height:20px;position:relative;display:inline-block;width:20px;height:20px;text-align:center}.g_msg_pin svg{position:absolute;top:50%;left:50%;margin-top:-10px;margin-left:-10px}.g_msg_ft{font-size:14px;line-height:20px;-moz-user-select:none;-ms-user-select:none;user-select:none}.g_msg_ft .g_msg_info{margin-bottom:0}.g_msg_info{font-size:0;line-height:20px;margin-bottom:8px;color:#83848f}.g_msg_info span{vertical-align:middle}.g_msg_info .g_star{font-size:14px;margin-right:16px;vertical-align:middle}.g_msg_info strong svg{margin-right:4px}.g_msg_info strong span,.g_msg_info strong svg{font-size:14px}.g_msg_info strong{display:inline-block;vertical-align:middle}.g_msg_info strong+strong{margin-left:12px}.g_msg_tool{font-size:16px;position:relative;display:inline-block;width:20px;height:20px;-webkit-user-select:none;text-align:center;vertical-align:middle;white-space:nowrap;color:#83848f}.g_msg_tool svg{position:absolute;top:50%;left:50%;width:16px;height:16px;margin-top:-8px;margin-left:-8px}.g_msg_tool._on,.g_msg_tool:hover{color:#3b66f5}.g_msg_tool:hover{text-decoration:none}.g_msg_tool+.g_msg_tool{margin-left:24px}.g_msg_vertical{padding:20px 0}.g_msg_vertical .g_msg_bd{margin-bottom:5px}.g_msg_vertical .g_msg_hd img{position:static;width:32px;height:32px;margin-right:12px;vertical-align:middle}.g_msg_vertical .g_msg_ft{margin-bottom:0}.g_msg_status{margin-bottom:10px;color:#969ab3}.g_msg_lock{font-size:16px;line-height:48px;height:48px;margin-bottom:13px;cursor:not-allowed;text-align:center;color:rgba(0,0,0,.2);border-radius:4px;background-color:#f8f8f8}.g_msg_spo{position:relative;margin-bottom:10px;padding:18px;border-radius:3px;background-color:#f5f6fc}.g_msg_spo .g_msg_bd{margin-bottom:0}.g_msg_spo ._readmore{background:#f5f6fc;background:-webkit-linear-gradient(left,rgba(255,255,255,0),#f5f6fc 1em);background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(1em,#f5f6fc));background:linear-gradient(to right,rgba(255,255,255,0),#f5f6fc 1em)}.g_msg_spo._retract{overflow:hidden;height:12px;cursor:pointer;transition:.2s}.g_msg_spo._retract:before{line-height:1em;position:absolute;top:50%;right:0;bottom:0;left:0;margin-top:-.5em;content:'Reveal Spoiler';text-align:center;color:#8d8d8d}.g_msg_spo._retract:hover{background-color:#e3e6f9}.g_msg_spo._retract:active{transform:scale(.98)}.g_msg_spo._retract .g_msg_bd{visibility:hidden}.g_msg_more{font-size:16px}.g_reply ._txt{margin-top:12px}.g_reply .bt+.bt{margin-left:16px}.g_reply ._ft{margin-top:24px}.g_reply{position:relative}.g_reply textarea{font-size:16px;line-height:24px;position:relative;display:block;overflow:hidden;width:100%;height:36px;min-height:36px;padding:6px 0;transition:border .3s;border:none 0;border-bottom:1px solid #7f7f7f}.g_reply textarea:focus{border-bottom:2px solid #4c5fe2}.g_msg_quote{font-size:16px;line-height:1.5;padding:12px;cursor:pointer;-webkit-transition:.3s;transition:.3s;border:1px solid #e5e5e5;border-radius:16px}.g_msg_quote a{color:#1f2129}.g_msg_quote ._bd{overflow:hidden;max-height:1.5em;white-space:nowrap;text-overflow:ellipsis}.g_msg_quote ._ft{font-size:14px}.g_msg_quote ._ft,.g_msg_quote ._ft a{color:#83848f}.g_msg_quote strong{font-weight:700}.g_msg_quote:hover{background-color:rgba(0,0,0,.02)}.g_msg_quote:active{-webkit-transform:scale(.98);transform:scale(.98)}.g_msg_quote._block{cursor:not-allowed}.g_msg_quote._block ._bd{max-height:none;white-space:normal;word-break:break-all}.g_msg_quote._block ._bd a{color:rgba(0,0,0,.2)}.g_msg_quote._block p{color:rgba(0,0,0,.2)}.g_msg_quote._block:hover{background-color:transparent}.g_msg_quote._block:active{transform:none}.g_mod .g_msg_quote{cursor:auto}.g_mod .g_msg_quote p{color:#83848f}.g_mod .g_msg_quote:hover{background-color:transparent}.g_mod .g_msg_quote:active{-webkit-transform:scale(1);transform:scale(1)}.g_good{line-height:20px;position:relative;width:auto}.g_good>svg{color:#4c5fe2}.g_good input{position:absolute;clip:rect(0 0 0 0)}.g_good span{display:inline-block;vertical-align:-2px}.g_good strong{position:relative;display:inline-block;width:20px;height:20px;vertical-align:top}.g_good strong svg:first-child{visibility:hidden;-webkit-transform:scale(2);transform:scale(2);opacity:0}.g_good strong svg{position:absolute;visibility:visible;-webkit-transition:.2s;transition:.2s;-webkit-transform:scale(1);transform:scale(1);opacity:1}.g_good input:checked~span{color:#3b66f5}.g_good input:checked~strong{color:#3b66f5}.g_good input:checked~strong svg{visibility:hidden;-webkit-transform:scale(2);transform:scale(2);opacity:0}.g_good input:checked~strong svg:first-child{visibility:visible;-webkit-transform:scale(1);transform:scale(1);opacity:1}.g_msg_empty{font-size:20px;font-weight:700;padding:10em 2em;text-align:center;color:rgba(0,0,0,.2)}@charset 'UTF-8';.pro-badges{font-size:0;margin:0 -12px}.pro-badges .i_badge{position:relative;overflow:visible;margin:0 12px 16px;margin-bottom:16px;cursor:pointer;vertical-align:top}.i_badge .badge-card-wrap{visibility:hidden;transform:translateY(5px);opacity:0}.i_badge:hover .badge-card-wrap{visibility:visible;transition:.2s;transform:translateY(0);opacity:1}.i_badge .badge-card-sd span{display:none}.i_badge:hover .badge-card-sd span{display:block}.badge-card-wrap{position:absolute;z-index:2;top:100%;left:50%;width:280px;margin-top:10px;margin-left:-140px;border:1px solid #e5e5e5;border-radius:4px;background-color:#fff;box-shadow:0 8px 30px rgba(0,0,0,.2)}.badge-card-wrap:after,.badge-card-wrap:before{position:absolute;bottom:100%;left:50%;margin-left:-8px;content:'';border-right:8px dashed transparent;border-left:8px dashed transparent}.badge-card-wrap:before{border-bottom:8px solid #e5e5e5}.badge-card-wrap:after{margin-bottom:-1px;border-bottom:8px solid #fff}.badge-card{display:table;width:100%;padding:16px 0}.badge-card img{position:static;display:block;width:60px;height:90px}.badge-card-mn,.badge-card-sd{display:table-cell;vertical-align:middle}.badge-card-sd span{display:block;overflow:hidden;width:72px;height:110px;margin:0 auto;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.badge-card-sd{width:72px;padding:0 20px}.badge-card-sd .i_badge{display:block;margin:0 auto}.badge-card-mn{padding-right:20px;text-align:left}.badge-card-mn h4{font-size:20px;line-height:24px;margin-bottom:8px;color:#000}.badge-card-mn h4 span{max-width:6em}.badge-card-mn p{font-size:12px;line-height:18px;color:#999}.g_sub_hd{background:#f5f6fc url(/en/images/account/bg.32a33.png) center bottom no-repeat;background-size:1440px auto}@media screen and (min-width:1440px){.g_sub_hd{background-size:100% auto}}.user-base{line-height:32px}.user-base li{margin-bottom:16px}.user-base .user-base-badges{margin-top:32px}.user-base svg{font-size:18px;margin-right:12px;vertical-align:-4px}.pro-hd{padding:56px 0}.pro-hd._lock ._name,.pro-hd._lock .pro-ava{pointer-events:none}.pro-hd .g_wrap{display:table}.pro-hd .pro-hd-sd{width:98px;padding-right:32px}.pro-hd .pro-hd-bd,.pro-hd .pro-hd-sd{display:table-cell;vertical-align:middle}.pro-card._lock ._name,.pro-card._lock .pro-ava{pointer-events:none}.pro-card .pro-ava{margin-right:36px}.pro-card .g_lv{width:42px;margin-left:16px}.pro-card .g_lv span{font-size:24px}.pro-card h3 span{font-size:32px}.pro-card h3 svg{font-size:18px;margin-left:12px;vertical-align:-11px}.pro-card-id{vertical-align:-6px}.pro-card-ft{margin-top:16px}.pro-ava{position:relative;display:block;width:96px;height:96px;-webkit-transition:.3s;transition:.3s;border:1px solid #b7b7b7;border-radius:100%}.pro-ava:active{-webkit-transform:scale(.95);transform:scale(.95)}.pro-ava img{overflow:hidden;width:100%;height:100%;border-radius:50%}.pro-ava ._cam{position:absolute;right:0;bottom:0;width:30px;height:26px;color:#000;background:url(/en/images/account/camera.53301.png) 50% 50% no-repeat;background-size:contain}#origStorySwitch,#transStorySwitch{position:fixed;top:50%}#origStorySwitch:checked+ul,#transStorySwitch:checked+ul{max-height:initial;margin-bottom:0}#origStorySwitch:checked+ul+._more,#transStorySwitch:checked+ul+._more{visibility:hidden;-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}.m-stories{position:relative;overflow:hidden;margin-bottom:46px}.m-stories ul{overflow:hidden;max-height:552px;margin-bottom:40px}.m-stories ._more{top:552px;visibility:visible;padding:10px 0;-webkit-transition-timing-function:ease;transition-timing-function:ease;text-align:center;opacity:1;color:#4c5fe2;border-radius:3px;background-color:#f7f7f7}.m-stories ._more:hover{background-color:#f2f2f2}.m-stories ._more:active{-webkit-transform:scale(.98);transform:scale(.98)}.ava-ie-pre-wrap{margin:30px auto;text-align:center;border:1px solid #ddd}.ava-ie-pre-wrap,.ava-ie-pre-wrap img{width:280px;height:280px;border-radius:50%}.ava-ie-pre-wrap img{display:block}