@charset "utf-8";
:root {
    /* 主题色 */
    --bs-theme-color: #569230;
    /* 副主题色 */
    --bs-sec-theme-color: #059b42;
	/* 背景色 */
	--bs-blue-color:#0165ff;
}
html { min-height: 100%; }
body { color: #333333;width:100%;height: 100%;font-size: 14px;font-family:"Microsoft YaHei", sans-serif;overflow-x:hidden;overflow-y: auto;}
h1, h2, h3, h4, h5, h6 { color: #000000; }
body,h1,  h2,  h3,  h4,  h5,  h6, p,  ul,  ol,  li,  dl,  dt,  dd, th,  td,  form,  object,  iframe,  blockquote,  pre, a,  abbr,  address,  code,  img,  fieldset,  form,  label,  figure{margin:0;padding:0;}
img{border:none;vertical-align:middle;max-width:100%;}
li{list-style:none;}
i, em{font-style:normal;}
a{color:#151515;text-decoration:none;transition: all .35s ease;}
a:focus{outline:none;}
a:hover{color:var(--bs-link-hover-color);text-decoration:none;}
input[type="text"]:focus{outline:none;}
input[type="button"],  input[type="reset"],  input[type="submit"]{cursor:pointer;}
input[type="reset"]::-moz-focus-inner,  input[type="button"]::-moz-focus-inner,  input[type="submit"]::-moz-focus-inner,  input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;outline: none;}
hr{height:1px;border:none;border-top:1px dashed #c1c1c1;margin:15px 0 15px 0;}
a:active,  select,  input,  textarea{-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-tap-highlight-color:transparent;outline:0 !important;}
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;outline:0;}
img{max-width: 100%;}

/* clear floating */
.clearfix:after{content:"";display:block;clear:both;visibility:hidden;height:0;}
.clearfix{*zoom:1;}
.clear{clear:both;}

.display-none{display: none;}
@font-face{font-family:SourceHanSansCN-Regular;font-style:normal;src:url(https://ecdn6.globalso.com/fonts/SourceHanSansCN/SourceHanSansCN-Regular.otf) format("OpenType");font-weight:400;font-display:swap}
@font-face{font-family:SourceHanSansCN-Bold;font-style:normal;src:url(https://ecdn6.globalso.com/fonts/SourceHanSansCN/SourceHanSansCN-Bold.otf) format("OpenType");font-weight:400;font-display:swap}
@font-face{font-family:SourceHanSansCN-Medium;font-style:normal;src:url(https://ecdn6.globalso.com/fonts/SourceHanSansCN/SourceHanSansCN-Medium.otf) format("OpenType");font-weight:400;font-display:swap}

@font-face{
    font-family:"remixicon";
	src:url(../fonts/remixicon/remixicon.woff2) format("woff2");
}
[class^=ri-], [class*=" ri-"]{
    font-family:"remixicon"!important;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 1.5em;

}
.ri-pencil-fill:before {
    content: "\efdf";
}


.ri-delete-bin-5-fill::before{content: "\ec23";}
.ri-zoom-in-line:before{content: "\f2db";}
.ri-pencil-fill:before {
    content: "\efdf";
}
.ri-delete-bin-fill:before {
    content: "\ec29";
}
.ri-emotion-happy-line:before {
    content: "\ec8d";
}
.ri-add-circle-line:before {
    content: "\ea11";
}
.ri-indeterminate-circle-line:before{
    content: "\ee57";
}
.ri-search-line:before {
    content: "\f0d1";
}
.ri-arrow-left-s-line:before {
    content: "\ea64";
}
.ri-arrow-right-s-line:before {
    content: "\ea6e";
}
.ri-time-fill:before {
    content: "\f20e";
}
.fs13{font-size: 1.3em;}

/* common css */
.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-visible{overflow-x:visible}.overflow-x-scroll{overflow-x:scroll}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-y-visible{overflow-y:visible}.overflow-y-scroll{overflow-y:scroll}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-block{display:block}.d-grid{display:grid}.d-inline-grid{display:inline-grid}.d-table{display:table}.d-table-row{display:table-row}.d-table-cell{display:table-cell}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-none{display:none}.w-25{width:25%}.w-50{width:50%}.w-75{width:75%}.w-100{width:100%}.w-auto{width:auto}.mw-100{max-width:100%}.vw-100{width:100vw}.min-vw-100{min-width:100vw}.h-25{height:25%}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.h-auto{height:auto}.mh-100{max-height:100%}.vh-100{height:100vh}.min-vh-100{min-height:100vh}.flex-1{flex:1;}.flex-fill{flex:1 1 auto}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-evenly{justify-content:space-evenly}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:1rem}.m-4{margin:1.5rem}.m-5{margin:3rem}.m-auto{margin:auto}.mx-0{margin-right:0;margin-left:0}.mx-1{margin-right:.25rem;margin-left:.25rem}.mx-2{margin-right:.5rem;margin-left:.5rem}.mx-3{margin-right:1rem;margin-left:1rem}.mx-4{margin-right:1.5rem;margin-left:1.5rem}.mx-5{margin-right:3rem;margin-left:3rem}.mx-auto{margin-right:auto;margin-left:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:1rem;margin-bottom:1rem}.my-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-5{margin-top:3rem;margin-bottom:3rem}.my-auto{margin-top:auto;margin-bottom:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mt-auto{margin-top:auto}.me-0{margin-right:0}.me-1{margin-right:.25rem}.me-2{margin-right:.5rem}.me-3{margin-right:1rem}.me-4{margin-right:1.5rem}.me-5{margin-right:3rem}.me-auto{margin-right:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mb-auto{margin-bottom:auto}.ms-0{margin-left:0}.ms-1{margin-left:.25rem}.ms-2{margin-left:.5rem}.ms-3{margin-left:1rem}.ms-4{margin-left:1.5rem}.ms-5{margin-left:3rem}.ms-auto{margin-left:auto}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}.px-0{padding-right:0;padding-left:0}.px-1{padding-right:.25rem;padding-left:.25rem}.px-2{padding-right:.5rem;padding-left:.5rem}.px-3{padding-right:1rem;padding-left:1rem}.px-4{padding-right:1.5rem;padding-left:1.5rem}.px-5{padding-right:3rem;padding-left:3rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:1rem;padding-bottom:1rem}.py-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-5{padding-top:3rem;padding-bottom:3rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:1rem}.pt-4{padding-top:1.5rem}.pt-5{padding-top:3rem}.pe-0{padding-right:0}.pe-1{padding-right:.25rem}.pe-2{padding-right:.5rem}.pe-3{padding-right:1rem}.pe-4{padding-right:1.5rem}.pe-5{padding-right:3rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:1rem}.pb-4{padding-bottom:1.5rem}.pb-5{padding-bottom:3rem}.ps-0{padding-left:0}.ps-1{padding-left:.25rem}.ps-2{padding-left:.5rem}.ps-3{padding-left:1rem}.ps-4{padding-left:1.5rem}.ps-5{padding-left:3rem}

.btn{cursor: pointer;color: #fff;font-size: 1.1428em;padding: 0.5625em 2.25em 0.625em;border-radius: 0.375em;border: 1px solid var(--bs-theme-color);background-color: var(--bs-theme-color);transition: all .35s ease;}
.btn[disabled="disabled"]:hover{color: #fff;}
.btn:not([disabled="disabled"]):hover{background-color: transparent;color: var(--bs-theme-color);}
.btn.btn-info{background-color: #e5e5e5;color: #666666;font-size: 1em;border-color: #e5e5e5;border-radius: .4285em;}
.btn.btn-info[disabled="disabled"]:hover{color: #666666;}
.btn.btn-info:not([disabled="disabled"]):hover,
.btn.btn-info.active{background-color: var(--bs-theme-color);border-color: var(--bs-theme-color);color: #ffffff;}
.btn.btn-text{padding: 0;line-height: 1;vertical-align: middle;color: #3c3c3c;border-radius: 0;border: none;background-color: transparent;height: auto !important;}
.btn.btn-text:hover{color: var(--bs-theme-color);background-color: transparent;}
.btn-group{display: inline-block;}
.page-container .btn{font-size: 1em;height: 3.071em;border-radius: .4285em;}
.layout{width: 70.83%;margin: 0 auto;}
::-webkit-scrollbar{width:6px;height:6px;}
::-webkit-scrollbar-thumb{border-radius: 6px;background-color:#bbd3ac;}
::-webkit-scrollbar-track{background-color:#ffffff}
.sidebar-wrapper ::-webkit-scrollbar-thumb{background-color:var(--bs-theme-color);}
.sidebar-wrapper ::-webkit-scrollbar-track{background-color:var(--bs-sec-theme-color)}
.ellipsis-1{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ellipsis-2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ellipsis-3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.layui-layer  .layui-layer-btn .layui-layer-btn0{border-color: var(--bs-theme-color);background-color: var(--bs-theme-color);}
.layui-layer  .layui-layer-btn .layui-layer-btn0:hover{background-color: transparent;color: var(--bs-theme-color);}
.word-break-all{word-break: break-all}

/*country_flag*/
.country_flag{ position:relative;display: block;padding-left:26px;line-height: 1.5;-moz-transition-duration:.3s;-webkit-transition-duration:.3s; -o-transition-duration:.3s; -ms-transition-duration:.3s;transition-duration:.3s;}
.city .country_flag{ padding-left:0}
.city .country_flag:before{display:none;}
.country_flag:hover{opacity:.6}
.country_flag:before{position:absolute; left:0; top:50%;margin-top:-8px; display:block;content:"";width: 20px;height: 20px;background-repeat: no-repeat;background-size: 100% auto;background-position: center;  }
.country_flag.country_Afghanistan:before{background-image: url(../img/con_flag/Afghanistan.jfif);}
.country_flag.country_Albania:before{background-image: url(../img/con_flag/Albania.jfif);}
.country_flag.country_Algeria:before{background-image: url(../img/con_flag/Algeria.jfif);}
.country_flag.country_AmericanSamoa:before{background-image: url(../img/con_flag/AmericanSamoa.jfif);}
.country_flag.country_Andorra:before{background-image: url(../img/con_flag/Andorra.jfif);}
.country_flag.country_Angola:before{background-image: url(../img/con_flag/Angola.jfif);}
.country_flag.country_AntiguaAndBarbuda:before{background-image: url(../img/con_flag/AntiguaAndBarbuda.jfif);}
.country_flag.country_Argentina:before{background-image: url(../img/con_flag/Afghanistan.jfif);}
.country_flag.country_Armenia:before{background-image: url(../img/con_flag/Armenia.jfif);}
.country_flag.country_Aruba:before{background-image: url(../img/con_flag/Aruba.jfif);}
.country_flag.country_Australia:before{background-image: url(../img/con_flag/Australia.jfif);}
.country_flag.country_Austria:before{background-image: url(../img/con_flag/Austria.jfif);}
.country_flag.country_Azerbaijan:before{background-image: url(../img/con_flag/Azerbaijan.jfif);}
.country_flag.country_Bahamas:before{background-image: url(../img/con_flag/Bahamas.jfif);}
.country_flag.country_Bahrain:before{background-image: url(../img/con_flag/Bahrain.jfif);}
.country_flag.country_Bangladesh:before{background-image: url(../img/con_flag/Bangladesh.jfif);}
.country_flag.country_Barbados:before{background-image: url(../img/con_flag/Barbados.jfif);}
.country_flag.country_Belarus:before{background-image: url(../img/con_flag/Belarus.jfif);}
.country_flag.country_Belgium:before{background-image: url(../img/con_flag/Belgium.jfif);}
.country_flag.country_Belize:before{background-image: url(../img/con_flag/Belize.jfif);}
.country_flag.country_Benin:before{background-image: url(../img/con_flag/Benin.jfif);}
.country_flag.country_Bermuda:before{background-image: url(../img/con_flag/Bermuda.jfif);}
.country_flag.country_Bhutan:before{background-image: url(../img/con_flag/Bhutan.jfif);}
.country_flag.country_Bolivia:before{background-image: url(../img/con_flag/Bolivia.jfif);}
.country_flag.country_BosniaAndHerzegovina:before{background-image: url(../img/con_flag/BosniaAndHerzegovina.jfif);}
.country_flag.country_Botswana:before{background-image: url(../img/con_flag/Botswana.jfif);}
.country_flag.country_Brazil:before{background-image: url(../img/con_flag/Brazil.jfif);}
.country_flag.country_Brunei:before{background-image: url(../img/con_flag/Brunei.jfif);}
.country_flag.country_Bulgaria:before{background-image: url(../img/con_flag/Bulgaria.jfif);}
.country_flag.country_BurkinaFaso:before{background-image: url(../img/con_flag/BurkinaFaso.jfif);}
.country_flag.country_Burma:before{background-image: url(../img/con_flag/Burma.jfif);}
.country_flag.country_Burundi:before{background-image: url(../img/con_flag/Burundi.jfif);}
.country_flag.country_CaboVerde:before{background-image: url(../img/con_flag/CaboVerde.jfif);}
.country_flag.country_Cambodia:before{background-image: url(../img/con_flag/Cambodia.jfif);}
.country_flag.country_Cameroon:before{background-image: url(../img/con_flag/Cameroon.jfif);}
.country_flag.country_Canada:before{background-image: url(../img/con_flag/Canada.jfif);}
.country_flag.country_CaymanIslands:before{background-image: url(../img/con_flag/CaymanIslands.jfif);}
.country_flag.country_CentralAfricanRepublic:before{background-image: url(../img/con_flag/CentralAfricanRepublic.jfif);}
.country_flag.country_Chad:before{background-image: url(../img/con_flag/Chad.jfif);}
.country_flag.country_Chile:before{background-image: url(../img/con_flag/Chile.jfif);}
.country_flag.country_China:before{background-image: url(../img/con_flag/China.jfif);}
.country_flag.country_Colombia:before{background-image: url(../img/con_flag/Colombia.jfif);}
.country_flag.country_Comoros:before{background-image: url(../img/con_flag/Comoros.jfif);}
.country_flag.country_CongoBrazzaville:before{background-image: url(../img/con_flag/CongoBrazzaville.jfif);}
.country_flag.country_CongoKinshasa:before{background-image: url(../img/con_flag/CongoKinshasa.jfif);}
.country_flag.country_CookIslands:before{background-image: url(../img/con_flag/CookIslands.jfif);}
.country_flag.country_CostaRica:before{background-image: url(../img/con_flag/CostaRica.jfif);}
.country_flag.country_Croatia:before{background-image: url(../img/con_flag/Croatia.jfif);}
.country_flag.country_Cuba:before{background-image: url(../img/con_flag/Cuba.jfif);}
.country_flag.country_Curacao:before{background-image: url(../img/con_flag/Curacao.jfif);}
.country_flag.country_Cyprus:before{background-image: url(../img/con_flag/Cyprus.jfif);}
.country_flag.country_Czechia:before{background-image: url(../img/con_flag/Czechia.jfif);}
.country_flag.country_Denmark:before{background-image: url(../img/con_flag/Denmark.jfif);}
.country_flag.country_Djibouti:before{background-image: url(../img/con_flag/Djibouti.jfif);}
.country_flag.country_Dominica:before{background-image: url(../img/con_flag/Dominica.jfif);}
.country_flag.country_DominicanRepublic:before{background-image: url(../img/con_flag/DominicanRepublic.jfif);}
.country_flag.country_Ecuador:before{background-image: url(../img/con_flag/Ecuador.jfif);}
.country_flag.country_Egypt:before{background-image: url(../img/con_flag/Egypt.jfif);}
.country_flag.country_ElSalvador:before{background-image: url(../img/con_flag/ElSalvador.jfif);}
.country_flag.country_EquatorialGuinea:before{background-image: url(../img/con_flag/EquatorialGuinea.jfif);}
.country_flag.country_Eritrea:before{background-image: url(../img/con_flag/Eritrea.jfif);}
.country_flag.country_Estonia:before{background-image: url(../img/con_flag/Estonia.jfif);}
.country_flag.country_Ethiopia:before{background-image: url(../img/con_flag/Ethiopia.jfif);}
.country_flag.country_FalklandIslandsIslasMalvinas:before{background-image: url(../img/con_flag/FalklandIslandsIslasMalvinas.jfif);}
.country_flag.country_FaroeIslands:before{background-image: url(../img/con_flag/FaroeIslands.jfif);}
.country_flag.country_Fiji:before{background-image: url(../img/con_flag/Fiji.jfif);}
.country_flag.country_Finland:before{background-image: url(../img/con_flag/Finland.jfif);}
.country_flag.country_France:before{background-image: url(../img/con_flag/France.jfif);}
.country_flag.country_FrenchGuiana:before{background-image: url(../img/con_flag/FrenchGuiana.jfif);}
.country_flag.country_FrenchPolynesia:before{background-image: url(../img/con_flag/FrenchPolynesia.jfif);}
.country_flag.country_Gabon:before{background-image: url(../img/con_flag/Gabon.jfif);}
.country_flag.country_Gambia:before{background-image: url(../img/con_flag/Gambia.jfif);}
.country_flag.country_Georgia:before{background-image: url(../img/con_flag/Georgia.jfif);}
.country_flag.country_Germany:before{background-image: url(../img/con_flag/Germany.jfif);}
.country_flag.country_Ghana:before{background-image: url(../img/con_flag/Ghana.jfif);}
.country_flag.country_Gibraltar:before{background-image: url(../img/con_flag/Gibraltar.jfif);}
.country_flag.country_Greece:before{background-image: url(../img/con_flag/Greece.jfif);}
.country_flag.country_Greenland:before{background-image: url(../img/con_flag/Greenland.jfif);}
.country_flag.country_Grenada:before{background-image: url(../img/con_flag/Grenada.jfif);}
.country_flag.country_Guadeloupe:before{background-image: url(../img/con_flag/Guadeloupe.jfif);}
.country_flag.country_Guam:before{background-image: url(../img/con_flag/Guam.jfif);}
.country_flag.country_Guatemala:before{background-image: url(../img/con_flag/Guatemala.jfif);}
.country_flag.country_Guinea:before{background-image: url(../img/con_flag/Guinea.jfif);}
.country_flag.country_Guinea-Bissau:before{background-image: url(../img/con_flag/Guinea-Bissau.jfif);}
.country_flag.country_Guyana:before{background-image: url(../img/con_flag/Guyana.jfif);}
.country_flag.country_Haiti:before{background-image: url(../img/con_flag/Haiti.jfif);}
.country_flag.country_Honduras:before{background-image: url(../img/con_flag/Honduras.jfif);}
.country_flag.country_HongKong:before{background-image: url(../img/con_flag/HongKong.jfif);}
.country_flag.country_Hungary:before{background-image: url(../img/con_flag/Hungary.jfif);}
.country_flag.country_Iceland:before{background-image: url(../img/con_flag/Iceland.jfif);}
.country_flag.country_India:before{background-image: url(../img/con_flag/India.jfif);}
.country_flag.country_Indonesia:before{background-image: url(../img/con_flag/Indonesia.jfif);}
.country_flag.country_Iran:before{background-image: url(../img/con_flag/Iran.jfif);}
.country_flag.country_Iraq:before{background-image: url(../img/con_flag/Iraq.jfif);}
.country_flag.country_Ireland:before{background-image: url(../img/con_flag/Ireland.jfif);}
.country_flag.country_IsleOfMan:before{background-image: url(../img/con_flag/IsleOfMan.jfif);}
.country_flag.country_Israel:before{background-image: url(../img/con_flag/Israel.jfif);}
.country_flag.country_Italy:before{background-image: url(../img/con_flag/Italy.jfif);}
.country_flag.country_Jamaica:before{background-image: url(../img/con_flag/Jamaica.jfif);}
.country_flag.country_Japan:before{background-image: url(../img/con_flag/Japan.jfif);}
.country_flag.country_Jersey:before{background-image: url(../img/con_flag/Jersey.jfif);}
.country_flag.country_Jordan:before{background-image: url(../img/con_flag/Jordan.jfif);}
.country_flag.country_Kazakhstan:before{background-image: url(../img/con_flag/Kazakhstan.jfif);}
.country_flag.country_Kenya:before{background-image: url(../img/con_flag/Kenya.jfif);}
.country_flag.country_Kiribati:before { background-image: url(../img/con_flag/Kiribati.jfif); }
.country_flag.country_Kosovo:before { background-image: url(../img/con_flag/Kosovo.jfif); }
.country_flag.country_Kuwait:before { background-image: url(../img/con_flag/Kuwait.jfif); }
.country_flag.country_Kyrgyzstan:before { background-image: url(../img/con_flag/Kyrgyzstan.jfif); }
.country_flag.country_Laos:before { background-image: url(../img/con_flag/Laos.jfif); }
.country_flag.country_Latvia:before { background-image: url(../img/con_flag/Latvia.jfif); }
.country_flag.country_Lebanon:before { background-image: url(../img/con_flag/Lebanon.jfif); }
.country_flag.country_Lesotho:before { background-image: url(../img/con_flag/Lesotho.jfif); }
.country_flag.country_Liberia:before { background-image: url(../img/con_flag/Liberia.jfif); }
.country_flag.country_Libya:before { background-image: url(../img/con_flag/Libya.jfif); }
.country_flag.country_Liechtenstein:before { background-image: url(../img/con_flag/Liechtenstein.jfif); }
.country_flag.country_Lithuania:before { background-image: url(../img/con_flag/Lithuania.jfif); }
.country_flag.country_Luxembourg:before { background-image: url(../img/con_flag/Luxembourg.jfif); }
.country_flag.country_Macau:before { background-image: url(../img/con_flag/Macau.jfif); }
.country_flag.country_Macedonia:before { background-image: url(../img/con_flag/Macedonia.jfif); }
.country_flag.country_Madagascar:before { background-image: url(../img/con_flag/Madagascar.jfif); }
.country_flag.country_Malawi:before { background-image: url(../img/con_flag/Malawi.jfif); }
.country_flag.country_Malaysia:before { background-image: url(../img/con_flag/Malaysia.jfif); }
.country_flag.country_Maldives:before { background-image: url(../img/con_flag/Maldives.jfif); }
.country_flag.country_Mali:before { background-image: url(../img/con_flag/Mali.jfif); }
.country_flag.country_Malta:before { background-image: url(../img/con_flag/Malta.jfif); }
.country_flag.country_MarshallIslands:before { background-image: url(../img/con_flag/MarshallIslands.jfif); }
.country_flag.country_Martinique:before { background-image: url(../img/con_flag/Martinique.jfif); }
.country_flag.country_Mauritania:before { background-image: url(../img/con_flag/Mauritania.jfif); }
.country_flag.country_Mauritius:before { background-image: url(../img/con_flag/Mauritius.jfif); }
.country_flag.country_Mayotte:before { background-image: url(../img/con_flag/Mayotte.jfif); }
.country_flag.country_Mexico:before { background-image: url(../img/con_flag/Mexico.jfif); }
.country_flag.country_MicronesiaFederatedStatesOf:before { background-image: url(../img/con_flag/MicronesiaFederatedStatesOf.jfif); }
.country_flag.country_Moldova:before { background-image: url(../img/con_flag/Moldova.jfif); }
.country_flag.country_Monaco:before { background-image: url(../img/con_flag/Monaco.jfif); }
.country_flag.country_Mongolia:before { background-image: url(../img/con_flag/Mongolia.jfif); }
.country_flag.country_Montenegro:before { background-image: url(../img/con_flag/Montenegro.jfif); }
.country_flag.country_Morocco:before { background-image: url(../img/con_flag/Morocco.jfif); }
.country_flag.country_Mozambique:before { background-image: url(../img/con_flag/Mozambique.jfif); }
.country_flag.country_Namibia:before { background-image: url(../img/con_flag/Namibia.jfif); }
.country_flag.country_Nepal:before { background-image: url(../img/con_flag/Nepal.jfif); }
.country_flag.country_Netherlands:before { background-image: url(../img/con_flag/Netherlands.jfif); }
.country_flag.country_NewCaledonia:before { background-image: url(../img/con_flag/NewCaledonia.jfif); }
.country_flag.country_NewZealand:before { background-image: url(../img/con_flag/NewZealand.jfif); }
.country_flag.country_Nicaragua:before { background-image: url(../img/con_flag/Nicaragua.jfif); }
.country_flag.country_Niger:before { background-image: url(../img/con_flag/Niger.jfif); }
.country_flag.country_Nigeria:before { background-image: url(../img/con_flag/Nigeria.jfif); }
.country_flag.country_NorthKorea:before { background-image: url(../img/con_flag/NorthKorea.jfif); }
.country_flag.country_NorthernMarianaIslands:before { background-image: url(../img/con_flag/NorthernMarianaIslands.jfif); }
.country_flag.country_Norway:before { background-image: url(../img/con_flag/Norway.jfif); }
.country_flag.country_Oman:before { background-image: url(../img/con_flag/Oman.jfif); }
.country_flag.country_Pakistan:before { background-image: url(../img/con_flag/Pakistan.jfif); }
.country_flag.country_Palau:before { background-image: url(../img/con_flag/Palau.jfif); }
.country_flag.country_Panama:before { background-image: url(../img/con_flag/Panama.jfif); }
.country_flag.country_PapuaNewGuinea:before { background-image: url(../img/con_flag/PapuaNewGuinea.jfif); }
.country_flag.country_Paraguay:before { background-image: url(../img/con_flag/Paraguay.jfif); }
.country_flag.country_Peru:before { background-image: url(../img/con_flag/Peru.jfif); }
.country_flag.country_Philippines:before { background-image: url(../img/con_flag/Philippines.jfif); }
.country_flag.country_Poland:before { background-image: url(../img/con_flag/Poland.jfif); }
.country_flag.country_Portugal:before { background-image: url(../img/con_flag/Portugal.jfif); }
.country_flag.country_PuertoRico:before { background-image: url(../img/con_flag/PuertoRico.jfif); }
.country_flag.country_Qatar:before { background-image: url(../img/con_flag/Qatar.jfif); }
.country_flag.country_Reunion:before { background-image: url(../img/con_flag/Reunion.jfif); }
.country_flag.country_Romania:before { background-image: url(../img/con_flag/Romania.jfif); }
.country_flag.country_Russia:before { background-image: url(../img/con_flag/Russia.jfif); }
.country_flag.country_Rwanda:before { background-image: url(../img/con_flag/Rwanda.jfif); }
.country_flag.country_SaintHelenaAscensionAndTristanDaCunha:before { background-image: url(../img/con_flag/SaintHelenaAscensionAndTristanDaCunha.jfif); }
.country_flag.country_SaintKittsAndNevis:before { background-image: url(../img/con_flag/SaintKittsAndNevis.jfif); }
.country_flag.country_SaintLucia:before { background-image: url(../img/con_flag/SaintLucia.jfif); }
.country_flag.country_SaintVincentAndTheGrenadines:before { background-image: url(../img/con_flag/SaintVincentAndTheGrenadines.jfif); }
.country_flag.country_Samoa:before { background-image: url(../img/con_flag/Samoa.jfif); }
.country_flag.country_SanMarino:before { background-image: url(../img/con_flag/SanMarino.jfif); }
.country_flag.country_SaoTomeAndPrincipe:before { background-image: url(../img/con_flag/SaoTomeAndPrincipe.jfif); }
.country_flag.country_SaudiArabia:before { background-image: url(../img/con_flag/SaudiArabia.jfif); }
.country_flag.country_Senegal:before { background-image: url(../img/con_flag/Senegal.jfif); }
.country_flag.country_Serbia:before { background-image: url(../img/con_flag/Serbia.jfif); }
.country_flag.country_Seychelles:before { background-image: url(../img/con_flag/Seychelles.jfif); }
.country_flag.country_SierraLeone:before { background-image: url(../img/con_flag/SierraLeone.jfif); }
.country_flag.country_Singapore:before { background-image: url(../img/con_flag/Singapore.jfif); }
.country_flag.country_Slovakia:before { background-image: url(../img/con_flag/Slovakia.jfif); }
.country_flag.country_Slovenia:before { background-image: url(../img/con_flag/Slovenia.jfif); }
.country_flag.country_SolomonIslands:before { background-image: url(../img/con_flag/SolomonIslands.jfif); }
.country_flag.country_Somalia:before { background-image: url(../img/con_flag/Somalia.jfif); }
.country_flag.country_SouthAfrica:before { background-image: url(../img/con_flag/SouthAfrica.jfif); }
.country_flag.country_SouthGeorgiaAndSouthSandwichIslands:before { background-image: url(../img/con_flag/SouthGeorgiaAndSouthSandwichIslands.jfif); }
.country_flag.country_SouthKorea:before { background-image: url(../img/con_flag/SouthKorea.jfif); }
.country_flag.country_SouthSudan:before { background-image: url(../img/con_flag/SouthSudan.jfif); }
.country_flag.country_Spain:before { background-image: url(../img/con_flag/Spain.jfif); }
.country_flag.country_SriLanka:before { background-image: url(../img/con_flag/SriLanka.jfif); }
.country_flag.country_Sudan:before { background-image: url(../img/con_flag/Sudan.jfif); }
.country_flag.country_Suriname:before { background-image: url(../img/con_flag/Suriname.jfif); }
.country_flag.country_Swaziland:before { background-image: url(../img/con_flag/Swaziland.jfif); }
.country_flag.country_Sweden:before { background-image: url(../img/con_flag/Sweden.jfif); }
.country_flag.country_Switzerland:before { background-image: url(../img/con_flag/Switzerland.jfif); }
.country_flag.country_Syria:before { background-image: url(../img/con_flag/Syria.jfif); }
.country_flag.country_Taiwan:before { background-image: url(../img/con_flag/Taiwan.jfif); }
.country_flag.country_Tajikistan:before { background-image: url(../img/con_flag/Tajikistan.jfif); }
.country_flag.country_Tanzania:before { background-image: url(../img/con_flag/Tanzania.jfif); }
.country_flag.country_Thailand:before { background-image: url(../img/con_flag/Thailand.jfif); }
.country_flag.country_Timor-Leste:before { background-image: url(../img/con_flag/Timor-Leste.jfif); }
.country_flag.country_Togo:before { background-image: url(../img/con_flag/Togo.jfif); }
.country_flag.country_Tonga:before { background-image: url(../img/con_flag/Tonga.jfif); }
.country_flag.country_TrinidadAndTobago:before { background-image: url(../img/con_flag/TrinidadAndTobago.jfif); }
.country_flag.country_Tunisia:before { background-image: url(../img/con_flag/Tunisia.jfif); }
.country_flag.country_Turkey:before { background-image: url(../img/con_flag/Turkey.jfif); }
.country_flag.country_Turkmenistan:before { background-image: url(../img/con_flag/Turkmenistan.jfif); }
.country_flag.country_TurksAndCaicosIslands:before { background-image: url(../img/con_flag/TurksAndCaicosIslands.jfif); }
.country_flag.country_Tuvalu:before { background-image: url(../img/con_flag/Tuvalu.jfif); }
.country_flag.country_Uganda:before { background-image: url(../img/con_flag/Uganda.jfif); }
.country_flag.country_Ukraine:before { background-image: url(../img/con_flag/Ukraine.jfif); }
.country_flag.country_UnitedArabEmirates:before { background-image: url(../img/con_flag/UnitedArabEmirates.jfif); }
.country_flag.country_UnitedKingdom:before { background-image: url(../img/con_flag/UnitedKingdom.jfif); }
.country_flag.country_UnitedStates:before { background-image: url(../img/con_flag/UnitedStates.jfif); }
.country_flag.country_Uruguay:before { background-image: url(../img/con_flag/Uruguay.jfif); }
.country_flag.country_Uzbekistan:before { background-image: url(../img/con_flag/Uzbekistan.jfif); }
.country_flag.country_Vanuatu:before { background-image: url(../img/con_flag/Vanuatu.jfif); }
.country_flag.country_VaticanCity:before { background-image: url(../img/con_flag/VaticanCity.jfif); }
.country_flag.country_Venezuela:before { background-image: url(../img/con_flag/Venezuela.jfif); }
.country_flag.country_Vietnam:before { background-image: url(../img/con_flag/Vietnam.jfif); }
.country_flag.country_WallisAndFutuna:before { background-image: url(../img/con_flag/WallisAndFutuna.jfif); }
.country_flag.country_WestBank:before { background-image: url(../img/con_flag/WestBank.jfif); }
.country_flag.country_Yemen:before { background-image: url(../img/con_flag/Yemen.jfif); }
.country_flag.country_Zambia:before { background-image: url(../img/con_flag/Zambia.jfif); }
.country_flag.country_Zimbabwe:before { background-image: url(../img/con_flag/Zimbabwe.jfif); }

/*add:*/
.country_flag.country_Anguilla:before { background-image: url(../img/con_flag/Anguilla.jfif); }
.country_flag.country_Antarctica:before { background-image: url(../img/con_flag/Antarctica.jfif); }
.country_flag.country_AntiguaandBarbuda:before { background-image: url(../img/con_flag/AntiguaandBarbuda.jfif); }
.country_flag.country_BosniaandHerzegovina:before { background-image: url(../img/con_flag/BosniaandHerzegovina.jfif); }
.country_flag.country_BouvetIsland:before { background-image: url(../img/con_flag/Noreg.jfif); }
.country_flag.country_BritishIndianOceanTerritory:before { background-image: url(../img/con_flag/BritishIndianOceanTerritory.jfif); }
.country_flag.country_CapeVerde:before { background-image: url(../img/con_flag/CapeVerde.jfif); }
.country_flag.country_CaribbeanNetherlands:before { background-image: url(../img/con_flag/CaribbeanNetherlands.jfif); }
.country_flag.country_ChristmasIsland:before { background-image: url(../img/con_flag/Australia.jfif); }
.country_flag.country_CocosKeelingIslands:before { background-image: url(../img/con_flag/Australia.jfif); }
.country_flag.country_CotedIvoire:before { background-image: url(../img/con_flag/CotedIvoire.jfif); }
.country_flag.country_DemocraticRepublicoftheCongo:before { background-image: url(../img/con_flag/DemocraticRepublicoftheCongo.jfif); }
.country_flag.country_Eswatini:before { background-image: url(../img/con_flag/Eswatini.jfif); }
.country_flag.country_FederatedStatesofMicronesia:before { background-image: url(../img/con_flag/FederatedStatesofMicronesia.jfif); }
.country_flag.country_FrenchSouthernandAntarcticLands:before { background-image: url(../img/con_flag/France.jfif); }
.country_flag.country_Guernsey:before { background-image: url(../img/con_flag/UnitedKingdom.jfif); }
.country_flag.country_HeardIslandandMcDonaldIslands:before { background-image: url(../img/con_flag/Australia.jfif); }
.country_flag.country_Montserrat:before { background-image: url(../img/con_flag/UnitedKingdom.jfif); }
.country_flag.country_MyanmarBurma:before { background-image: url(../img/con_flag/MyanmarBurma.jfif); }
.country_flag.country_Nauru:before { background-image: url(../img/con_flag/Nauru.jfif); }
.country_flag.country_Niue:before { background-image: url(../img/con_flag/Niue.jfif); }
.country_flag.country_NorfolkIsland:before { background-image: url(../img/con_flag/Australia.jfif); }
.country_flag.country_NorthMacedonia:before { background-image: url(../img/con_flag/NorthMacedonia.jfif); }
.country_flag.country_Palestine:before { background-image: url(../img/con_flag/Palestine.jfif); }
.country_flag.country_PitcairnIslands:before { background-image: url(../img/con_flag/PitcairnIslands.jfif); }
.country_flag.country_RepublicoftheCongo:before { background-image: url(../img/con_flag/RepublicoftheCongo.jfif); }
.country_flag.country_BritishVirginIslands:before { background-image: url(../img/con_flag/UnitedKingdom.jfif); }


.country_flag.country_SaintHelenaAscensionandTristandaCunha:before { background-image: url(../img/con_flag/UnitedKingdom.jfif); }
.country_flag.country_SaintKittsandNevis:before { background-image: url(../img/con_flag/SaintKittsandNevis.jfif); }
.country_flag.country_SaintPierreandMiquelon:before { background-image: url(../img/con_flag/France.jfif); }
.country_flag.country_SaintVincentandtheGrenadines:before { background-image: url(../img/con_flag/SaintVincentandtheGrenadines.jfif); }
.country_flag.country_SaoTomeandPrincipe:before { background-image: url(../img/con_flag/SaoTomeandPrincipe.jfif); }
.country_flag.country_SintMaarten:before { background-image: url(../img/con_flag/France.jfif); }
.country_flag.country_SouthGeorgiaandtheSouthSandwichIslands:before { background-image: url(../img/con_flag/UnitedKingdom.jfif); }
.country_flag.country_SvalbardandJanMayen:before { background-image: url(../img/con_flag/SvalbardandJanMayen.gif); }
.country_flag.country_TheBahamas:before { background-image: url(../img/con_flag/TheBahamas.jfif); }
.country_flag.country_TheGambia:before { background-image: url(../img/con_flag/TheGambia.jfif); }
.country_flag.country_Tokelau:before { background-image: url(../img/con_flag/Tokelau.jfif); }
.country_flag.country_TrinidadandTobago:before { background-image: url(../img/con_flag/TrinidadAndTobago.jfif); }
.country_flag.country_TurksandCaicosIslands:before { background-image: url(../img/con_flag/TurksandCaicosIslands.jpg); }
.country_flag.country_USVirginIslands:before { background-image: url(../img/con_flag/USVirginIslands.jpg); }
.country_flag.country_UnitedStatesMinorOutlyingIslands:before { background-image: url(../img/con_flag/UnitedStates.jfif); }
.country_flag.country_WallisandFutuna:before { background-image: url(../img/con_flag/WallisandFutuna.jpg); }
.country_flag.country_WesternSahara:before { background-image: url(../img/con_flag/WesternSahara.jfif); }

.flag-icon {background-size: contain;background-position: 50%;background-repeat: no-repeat;position: relative;display: inline-block;width: 1.33333333em;line-height: 1em;}

/*--------------------------------- login page ---------------------------------*/
.form-container{padding: 13.5714em 14.58% 15.5714em;font-size: 14px;}
.form-container .form_wrap{width: 38.9285em;background-color: #fff;box-shadow: 1.2857em -1.2857em .9285em rgba(181, 181, 181,.22);border-radius: 1.0714em;padding: 2.6428em 5.5% 3em;text-align: center;}
.marketing_wrap{flex: 1;margin-right: 5%;padding-top: 2.3571em;}
.marketing_wrap .title{color: var(--bs-theme-color);font-size: 3.5714em;font-weight: 700;line-height: 1.5;letter-spacing: .16em;}
.marketing_wrap .title p{letter-spacing: .04em;}
.marketing_wrap .title .underline{display: inline-block;margin-left: .2em;text-shadow: .04em .02em #fff;text-decoration: underline;text-underline-offset: .2em;text-decoration-thickness: .06em;}
.marketing_wrap ul{margin: 2.2857em 0 3.2857em;}
.marketing_wrap ul li{padding: .7857em 0;display: flex;}
.marketing_wrap ul li:nth-child(3){padding-top: .7142em;padding-bottom: .5714em;}
.marketing_wrap ul li i{width: 2em;}
.marketing_wrap ul li span{flex: 1;margin-left: .8333em;font-size: 1.2857em;letter-spacing: 1px;}
.credentials .item i{width: 5em;}
.credentials .item .item_info{flex: 1;margin-left: .8571em;transform: translateY(-.2142em);}
.credentials .item .item_info strong{font-size: 1.4285em;margin-bottom: .4em;display: block;}
.credentials .item .item_info span{font-size: 1.1428em;}
.form_wrap .login_title strong{display: block;color: #000000;font-size: 1.7142em;margin-bottom: .4583em;}
.form_wrap .login_title em{color: var(--bs-theme-color);font-weight: 400;}
.form_wrap form{text-align: left;margin-top: 3.4285em;}
.form_wrap .form_item:not(:last-child) {margin-bottom: 1.3571em}
.form_wrap .form_item .item_label{color: #666666;line-height: 1;margin-bottom: 3px;}
.form_item .item_input{position: relative;}
.form_item .item_input input:not([type="checkbox"]){font-size: 1em;width: 100%;height: 3.4285em;border: 1px solid #d2d2d2;border-radius: 5px;padding: 0 .7142em;}
.form_item .item_input .error-message{position: absolute;top: 100%;left: 0;width: 100%;color: red;font-size: .8571em;}
.form_wrap .form_item.item_forgot{margin: 2.2142em 0 4.6428em;}
.form_item .forgot_pw{color: #0030ff;font-weight: 700;text-decoration: underline;text-underline-offset: .3571em;text-decoration-thickness: 1px;}
.form_item.item_forgot .item_input{cursor: pointer;}
.form_item.item_forgot .item_input label{cursor: pointer;margin-left: .7142em;}
.form_item.item_forgot .item_input input{cursor: pointer;width: .8571em;height: .8571em;margin: 0;border-color: #333333;font-size: 1em;}
.form_item.item_submit{text-align: center;}
.form_item.item_submit .btn{border-radius: 1.875em;padding: .5625em 7.625em .625em;}
.divide_line{margin: 1.214em 0 1.357em;color: #666666;column-gap: .5em;}
.divide_line i{flex: 1 1 auto;height: 1px;background-color: #333333;opacity: .25;}
.global_account{position: relative;width: 17.714em;margin: 0 auto;text-align: left;}
.global_account .title_wrap{padding: .3571em 1em .5714em;border: 1px solid #d6d6d6;border-radius: .3571em;column-gap: .5em;}
.global_account .title_wrap .avatar{width: 1.8571em;height: 1.8571em;line-height: 1.8571em;border-radius: 50%;background-color: #5d4037;text-align: center;color: #fff;text-transform: uppercase;}
.global_account .title_wrap .account{flex: 1;}
.global_account .title_wrap .account p{letter-spacing: .8px;}
.global_account .title_wrap .account div{position: relative;font-size: .8571em;margin-right: 13%;margin-top: -.166em;}
.global_account .title_wrap .account div span{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;flex: 1;margin-right: .416em;}
.global_account .title_wrap .account div i{cursor: pointer;width: 1em;height: 1em;background: url(../img/arrow_down.png) center/100% no-repeat;margin-top: .33em;transition: all .35s ease;}
.global_account.active .title_wrap .account div i{transform: rotate(180deg);}
.select_list{position: absolute;top: 100%;left: 0;width: 100%;z-index: 9;transition: all .35s ease;overflow: hidden;}
.select_list ul{background-color: #fff;border: 1px solid #d6d6d6;border-radius: .3571em;margin-top: .2857em;padding: .7142em 0;}
.select_list li{padding: .7142em 1.0714em;transition: all .35s ease;cursor: pointer;}
.select_list li:hover{color: var(--bs-theme-color);background-color: rgba(86, 146, 48,.1);}
.select_list li span{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.sign_up{margin-top: 3.5em;color: #666666;}
.sign_up a{color: #7646a1;font-weight: 700;text-decoration: underline;text-underline-offset: 2px;text-decoration-thickness: 1px;}

/*--------------------------------- sign up page --------------------------------- */
.form_wrap .form_item.item_confirm {margin: 2.2857em 0 2.5em;}
.form_item.item_confirm .item_input input{border-color: #333333;text-align: center;}
.form_item.item_confirm .item_input input::placeholder{color: #333333;opacity: 1;text-align: center;font-size: 1em;}
.enroll .item_submit .btn{padding-left: 2.5em;padding-right: 2.5em;}
.enroll .sign_up a{color: #0030ff;}
.global_account .google_login{cursor: pointer;margin: 0 auto;text-align: left;color: #333333;font-size: 1em;padding: .9285em 2.2857em;border-radius: 5px;border: 1px solid #d6d6d6;background-color: #fff;display: flex;align-items: center;}
.global_account .google_login i{width: 1.2142em;}
.global_account .google_login span{flex: 1;margin-left: .7142em;}

/*--------------------------------- chat page --------------------------------- */
.page-container,.chat-container{font-size: 1em;}
aside{width: 13.5714em;position: relative;}
aside .logo{height: 5.1428em;padding: 1.1428em 1.5714em 1.4285em;background-color: var(--bs-theme-color);text-align: center;}
aside .logo img{width: 100%;}
.aside-menu{overflow: hidden;overflow-y: auto;padding: 2.1428em 0;}
.aside-menu li{position: relative;padding: .9285em 1.5714em;}
.aside-menu li+li{margin-top: .25em;}
.aside-menu li::after{content: '';width: .2857em;height: 0;background-color: var(--bs-theme-color);position: absolute;top: 50%;right: 0;z-index: 9;transform: translateY(-50%);transition: all .35s ease;border-radius: .3571em 0 0 .3571em;}
.aside-menu li a{display: flex;align-items: center;column-gap: .7142em;color: inherit;}
.aside-menu li span{flex: 1;}
.aside-menu li i{opacity: .4;width: 1.3571em;height: 1.3571em;border: 2px solid #a6a6a6;display: inline-flex;align-items: center;justify-content: center;border-radius: 50%;}
.aside-menu li i img{width: 100%;height: 100%;object-fit: cover;}
.aside-menu li.active{background-color: #f1f7ed;color: var(--bs-theme-color);font-weight: 700;}
.aside-menu li.active::after{height: 100%;}
.aside-menu li.active i{border-color: var(--bs-theme-color);opacity: 1;}
.other_operate{padding: 0 1.5714em 2em;}
.other_operate [class^="btn_"]{cursor: pointer;display: flex;align-items: center;justify-content: center;width: 100%;padding: 1em;text-align: center;column-gap: .5714em;border-radius: .3571em;margin: .7857em 0;background: linear-gradient(to bottom,#cfe0c5 0,#f0f6ed 40%);border: none;transition: all .35s ease;}
.other_operate [class^="btn_"] .icon{width: 1.1428em;height: 1.1428em;background-position: 0 center;background-size: 200%;background-repeat: no-repeat;transition: all .35s ease;}
.other_operate [class^="btn_"]:hover .icon{background-position: 100% center;}
.other_operate [class^="btn_"]:hover{background: var(--bs-theme-color);color: #ffffff;}
.other_operate [class^="btn_"] .icon_upgrade{background-image: url(../img/icon_upgrade.png);}
.other_operate [class^="btn_"] .icon_invite{background-image: url(../img/icon_invite.png);}
.other_operate [class^="btn_"] .icon_config{background-image: url(../img/icon_set.png);}
.other_operate [class^="btn_"] .icon+span{flex:1;}
main{background-color: #f1f7ed;}
.main_head{height: 5.1428em;column-gap: .5714em;background-color: #ffffff;padding: 0 1.5714em;}
.main_body{background-color: #ffffff;border-radius: 8px;margin: 18px;}

/* account-items */
.account-items{column-gap: .5714em;margin-left: -1.5714em;overflow: hidden;height:100%}
.account-items .current-account{height: auto;}
.current-account.account-item:before {content: "";position: absolute;left: 0;bottom: -10px;width: calc(100% - 0.4em);margin-left: 0.3em;height: 3px;background: var(--bs-theme-color);}
.account-items .account-swiper{flex: 1;overflow: hidden;}
.account-items .swiper-button-next.swiper-button-lock{display: flex;}
.account-items .swiper-button-next{position: relative;top: auto;right: auto;left: auto;transform: none;margin: 0;height: 3.0714em;width: 3.6428em;padding: 0;border-radius: .4285em;background-color: #e5e5e5;}
.account-items .swiper-button-next::after{font-size: 1.4285em;color: #727272;font-weight: 700;transform: scaleY(.6);}
.account-items .swiper-slide{display: inline-flex;align-items: center;padding: .1428em 1.214em .2142em;width: auto;border-right: 1px solid #dbdad9;}
.account-items .swiper-slide:last-child{border-right: none;}
.account-items .swiper-slide .item_avatar{position: relative;width: 3.357em;height: 3.357em;border-radius: 50%;border: .4285em solid #dde9d6;display: flex;align-items: center;justify-content: center;}
.account-items .swiper-slide .item_avatar i{font-size: .7142em;color: #ffffff;border-radius: .6em;border: 1px solid #ffffff;background-color: #da2435;line-height: 1.3em;padding: 0 .5em;position: absolute;top: -.6em;right: -.6em;z-index: 9;}
.account-items .swiper-slide .item_avatar img{width: 100%;height: 100%;object-fit: cover;border-radius:100%}
.account-items .swiper-slide .item_info{margin-left: .5em;}
.account-items .swiper-slide .item_title{font-weight: 700;}
.account-items .swiper-slide .item_title i{display: inline-block;vertical-align: middle;width: .6428em;height: .6428em;background-color: #569230;border-radius: 50%;margin-left: .4285em;}
.account-items .swiper-slide.offline .item_title i{background-color: red;}
.account-items .swiper-slide.offline .item_title span{font-size: 11px;font-weight: 400;margin-left: 5px;}
.account-items .swiper-slide.offline .item_title span:hover{color: #0064ff;}
.account-items .swiper-slide.offline .item_number{color: red;}
.account-items .swiper-slide .item_number{margin-top: .214em;color: var(--bs-theme-color);}
.main_head .btn{height: 3.0714em;}
.btn-bell.btn{border-color: var(--bs-blue-color);background-color: var(--bs-blue-color);border-radius: .375em;height: 2.6875em;padding: .3125em 1em .3125em 1.0625em;}
.btn-bell.btn::after{content: '';width: 1.125em;height: 1.25em;background: url(../img/bell.png) center/cover no-repeat;line-height: 1;display: inline-block;vertical-align: middle;transition: all .35s ease;}
.btn-bell.btn:hover{background-color: var(--bs-blue-color);}
.btn-bell.btn:hover::after{animation: bellShake 0.5s ease-in-out;}
@keyframes bellShake {
	0% {
	  transform: rotate(0deg);
	}
	25% {
	  transform: rotate(-15deg);
	}
	50% {
	  transform: rotate(15deg);
	}
	75% {
	  transform: rotate(-10deg);
	}
	85% {
	  transform: rotate(8deg);
	}
	92% {
	  transform: rotate(-5deg);
	}
	100% {
	  transform: rotate(0deg);
	}
}

/* chat_wrap */
.chat_wrap{padding: 1.214em;}
.filter_operate{row-gap: .3571em;background-color: #ffffff;border-radius: .5714em;padding: .7857em 1.214em .8571em .7857em;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.filter_operate .btn{height: 3.0714em;border-radius: .4285em;font-size: 1em;}
.filter_operate .fliter_btns{display: flex;flex-wrap: wrap;column-gap: .3571em;row-gap: .3571em;}
.filter_operate .fliter_btns .btn{padding: 0 1.2857em;}
.filter_operate .fliter_btns .btn.active{background-color: var(--bs-theme-color);color: #ffffff;border-color: var(--bs-theme-color);}
.filter_operate .operate_btns{display: flex;flex-wrap: wrap;column-gap: .5714em;row-gap: .5714em;}
.filter_operate .operate_btns .btn{padding: 0 1.9285em;}

/* chat_list */
.chat_main{margin-top: 1.0714em;column-gap: 1em;}
.chat_list{width: 27.928em;border-radius: .5714em;background-color: #ffffff;}
.chat_list .search_wrap{padding: .7142em;}
.chat_list .search_wrap .item_input{position: relative;border-radius: .3571em;border: 1px solid #efeff4;background-color: #fafafa;padding: 0 .7142em 0 2.3571em;}
.chat_list .search_wrap .item_input i{position: absolute;top: .8571em;left: .8571em;width: 1em;height: 1em;background: url(../img/icon_search.png) center/100% no-repeat;}
.chat_list .search_wrap .item_input input{height: 2.714em;border: none;background-color: transparent;padding: 0;margin: 0;}
.chat_list .search_wrap .item_input input::placeholder{color: #666666;opacity: .7;}
.user_list li.person{cursor: pointer;border-top:1px solid #efeff4;padding: .714em;display: flex;align-items: center;}
.user_list li.person i{width: 2.857em;height: 2.857em;border-radius: 50%;overflow: hidden;}
.user_list li.person .item-info{flex: 1;margin-left: .4285em;}
.user_list li.person .user-meta{display: flex;align-items: center;justify-content: space-between;column-gap: .7142em;}
.user_list li.person .user-meta-time{font-size: .8571em;min-width: 5.8571em;text-align: right;transition: all .35s ease;}
.user_list li.person .user-name{font-weight: 700;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .35s ease;}
.user_list li.person .preview{display: flex;align-items: center;margin-top: .2857em;}
.user_list li.person .preview svg{color: #858585;width: 1.2857em;height: 1.2857em;}
.user_list li.person .preview div{color: #666666;flex: 1;margin-left: .5714em;}
.user_list li.person.active{background-color: #f2f2fa;}
.user_list li.person:hover .user-meta{color: var(--bs-theme-color);}
.user_list .tab-content .tab-pane{display: none;position: relative;}
.user_list .tab-content .tab-pane.active{display: block;}
.page-container .ps__thumb-y,.chat-container .ps__thumb-y{background-color: #c2e8cf;width: 6px;}
.user_list .tab-pane .web_loading{background-color:#ffffff;position:absolute !important;display:block;}
.user_list .tab-pane .web_loading .wrap .spinner-border{width: 22px;height:22px;border-color: #28a745 transparent #28a745 #28a745;}
.user_list .tab-pane .web_loading .wrap{row-gap: 12px;flex-direction: column;color:#666;font-size:11px}
.chat-conversation-box-wrap .chat .web_loading{background-color:transparent;position:relative !important;display:block;margin-top: -28px;margin-bottom: 10px;}
.chat-conversation-box-wrap .chat .web_loading .wrap .spinner-border{width: 16px;height:16px;border-color: #28a745 transparent #28a745 #28a745;border-width:2px;}
.chat-conversation-box-wrap .chat .web_loading .wrap{row-gap: 4px;flex-direction: column;color:#28a745;font-size:11px;position: relative;
    height: auto;}
/* chat_content */
.chat_content{background-color: #ffffff;border-radius: .5714em;}
.chat-meta-user{padding: 1em;column-gap: 1em;border-bottom: 1px solid #efeff4;display: none;}
.chat-meta-user.active{display: flex;}
.current-chat-user-name>img{width: 3em;height: 3em;border-radius: 50%;}
.current-chat-user-name .info{margin-left: .5714em;}
.current-chat-user-name .name{font-weight: 700;}
.current-chat-user-name .info_bottom{flex-wrap: wrap;color: #999999;margin-top: .2142em;}
.current-chat-user-name .info_bottom .chat_num{margin-right: 1em;}
.current-chat-user-name .info_bottom .phone_region{margin-right: .4285em;}
.current-chat-user-name .info_bottom .local_time{margin-left: -.4285em;}
.chat-action-btn .btn+.btn{margin-left: .2142em;}
.chat-action-btn .btn{display: inline-flex;justify-content: center;align-items: center;column-gap: .2857em;color: #333333;padding: 0 2.1428em;height: 3.2142em;}
.chat-action-btn .btn i{transition: all .35s ease;}
.chat-action-btn .btn .icon_bell{width: 1.142em;height: 1.214em;background: url(../img/icon_remind.png) center/75% no-repeat;}
.chat-action-btn .btn:hover .icon_bell{background-image: url(../img/icon_remind_w.png);}
.chat-action-btn .btn .icon_star{width: 1.142em;height: 1.142em;background: url(../img/icon_star.png) center/100% no-repeat;}
.chat-action-btn .btn:hover .icon_star{background-image: url(../img/icon_star_w.png);}
.chat-action-btn .btn.active .icon_star{background-image: url(../img/icon_star_y.png);}
.chat-action-btn .btn.active{color: #ffffff;background-color: var(--bs-theme-color);border-color: var(--bs-theme-color);}
/* chat_box */
.chat-box {position: relative;background-image: url(../img/chat_bg.png);}
.chat-box .chat-not-selected { display: flex; height: 100%; justify-content: center; }
.chat-box .chat-not-selected p { align-self: center; font-size: 18px; color: #3b3f5c; margin-bottom: 0; background: #bfc9d4; padding: 7px 20px; border-radius: 6px; -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); }
.chat-box .chat-not-selected p svg { vertical-align: middle; color: #888ea8; }
.chat-box .overlay-phone-call { display: none; position: absolute; width: 100%; height: calc(100vh - 220px); z-index: 4 !important; opacity: 0; transition: all 0.5s ease-in-out; background-color: var(--orange); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 1000'%3E%3Cg %3E%3Ccircle fill='%232b50ed' cx='50' cy='0' r='50'/%3E%3Cg fill='%233154ea' %3E%3Ccircle cx='0' cy='50' r='50'/%3E%3Ccircle cx='100' cy='50' r='50'/%3E%3C/g%3E%3Ccircle fill='%233658e8' cx='50' cy='100' r='50'/%3E%3Cg fill='%233c5be5' %3E%3Ccircle cx='0' cy='150' r='50'/%3E%3Ccircle cx='100' cy='150' r='50'/%3E%3C/g%3E%3Ccircle fill='%23415fe2' cx='50' cy='200' r='50'/%3E%3Cg fill='%234662df' %3E%3Ccircle cx='0' cy='250' r='50'/%3E%3Ccircle cx='100' cy='250' r='50'/%3E%3C/g%3E%3Ccircle fill='%234b66dc' cx='50' cy='300' r='50'/%3E%3Cg fill='%235069d9' %3E%3Ccircle cx='0' cy='350' r='50'/%3E%3Ccircle cx='100' cy='350' r='50'/%3E%3C/g%3E%3Ccircle fill='%23546cd5' cx='50' cy='400' r='50'/%3E%3Cg fill='%23596fd2' %3E%3Ccircle cx='0' cy='450' r='50'/%3E%3Ccircle cx='100' cy='450' r='50'/%3E%3C/g%3E%3Ccircle fill='%235e72cf' cx='50' cy='500' r='50'/%3E%3Cg fill='%236275cb' %3E%3Ccircle cx='0' cy='550' r='50'/%3E%3Ccircle cx='100' cy='550' r='50'/%3E%3C/g%3E%3Ccircle fill='%236678c8' cx='50' cy='600' r='50'/%3E%3Cg fill='%236b7bc4' %3E%3Ccircle cx='0' cy='650' r='50'/%3E%3Ccircle cx='100' cy='650' r='50'/%3E%3C/g%3E%3Ccircle fill='%236f7ec0' cx='50' cy='700' r='50'/%3E%3Cg fill='%237381bc' %3E%3Ccircle cx='0' cy='750' r='50'/%3E%3Ccircle cx='100' cy='750' r='50'/%3E%3C/g%3E%3Ccircle fill='%237783b8' cx='50' cy='800' r='50'/%3E%3Cg fill='%237c86b4' %3E%3Ccircle cx='0' cy='850' r='50'/%3E%3Ccircle cx='100' cy='850' r='50'/%3E%3C/g%3E%3Ccircle fill='%238089b0' cx='50' cy='900' r='50'/%3E%3Cg fill='%23848bac' %3E%3Ccircle cx='0' cy='950' r='50'/%3E%3Ccircle cx='100' cy='950' r='50'/%3E%3C/g%3E%3Ccircle fill='%23888ea8' cx='50' cy='1000' r='50'/%3E%3C/g%3E%3C/svg%3E"); background-attachment: fixed; background-size: contain; }
.chat-box .overlay-phone-call.phone-call-show { display: block; opacity: 1; }
.chat-box .overlay-phone-call > div { display: flex; flex-direction: column; height: 100%; justify-content: space-between; }
.chat-box .overlay-phone-call > div .calling-user-info { padding: 20px 16px; }
.chat-box .overlay-phone-call > div .calling-user-info svg { font-size: 28px; margin-right: 12px; color: #fff; vertical-align: middle; cursor: pointer; }
.chat-box .overlay-phone-call > div .calling-user-info .user-name { font-size: 20px; color: #fff; vertical-align: middle; margin-right: 8px; }
.chat-box .overlay-phone-call > div .calling-user-info .call-status { vertical-align: sub; color: #fff; font-size: 10px; font-weight: 600; }
.chat-box .overlay-phone-call > div .calling-user-img { text-align: center; }
.chat-box .overlay-phone-call > div .calling-user-img img { border-radius: 50%; border: 4px solid #ebedf2; }
.chat-box .overlay-phone-call > div .calling-user-img .timer { visibility: hidden; font-size: 16px; font-weight: 600; margin-top: 7px; color: #fff; }
.chat-box .overlay-phone-call > div .calling-user-img .timer .minutes, .chat-system .chat-box .overlay-phone-call > div .calling-user-img .timer .seconds { color: #ffffff; }
.chat-box .overlay-phone-call > div .calling-options { text-align: center; }
.chat-box .overlay-phone-call > div .calling-options svg { font-size: 25px; border-radius: 50%; padding: 11px; background: #2196f3; margin-bottom: 23px; color: #fff; cursor: pointer; width: 48px; height: 46px; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }
.chat-box .overlay-phone-call > div .calling-options svg:hover { -webkit-transform: translateY(-5px) scale(1.02); transform: translateY(-5px) scale(1.02); }
.chat-box .overlay-phone-call > div .calling-options svg:not(:last-child) {margin-right: 7px;}
.chat-box .overlay-phone-call > div .calling-options svg.switch-to-microphone { position: relative; }
.chat-box .overlay-phone-call > div .calling-options svg.switch-to-microphone.micro-off:after { content: ''; height: 35px; width: 2px; background: #fff; position: absolute; left: 20px; top: 6px; }
.chat-box .overlay-phone-call > div .calling-options svg.cancel-call { background-color: #e7515a; }
.chat-box .overlay-video-call { display: none; position: absolute; width: 100%; height: calc(100vh - 220px); z-index: 4 !important; opacity: 0; transition: all 0.5s ease-in-out; background-color: var(--orange); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 1000'%3E%3Cg %3E%3Ccircle fill='%232b50ed' cx='50' cy='0' r='50'/%3E%3Cg fill='%233154ea' %3E%3Ccircle cx='0' cy='50' r='50'/%3E%3Ccircle cx='100' cy='50' r='50'/%3E%3C/g%3E%3Ccircle fill='%233658e8' cx='50' cy='100' r='50'/%3E%3Cg fill='%233c5be5' %3E%3Ccircle cx='0' cy='150' r='50'/%3E%3Ccircle cx='100' cy='150' r='50'/%3E%3C/g%3E%3Ccircle fill='%23415fe2' cx='50' cy='200' r='50'/%3E%3Cg fill='%234662df' %3E%3Ccircle cx='0' cy='250' r='50'/%3E%3Ccircle cx='100' cy='250' r='50'/%3E%3C/g%3E%3Ccircle fill='%234b66dc' cx='50' cy='300' r='50'/%3E%3Cg fill='%235069d9' %3E%3Ccircle cx='0' cy='350' r='50'/%3E%3Ccircle cx='100' cy='350' r='50'/%3E%3C/g%3E%3Ccircle fill='%23546cd5' cx='50' cy='400' r='50'/%3E%3Cg fill='%23596fd2' %3E%3Ccircle cx='0' cy='450' r='50'/%3E%3Ccircle cx='100' cy='450' r='50'/%3E%3C/g%3E%3Ccircle fill='%235e72cf' cx='50' cy='500' r='50'/%3E%3Cg fill='%236275cb' %3E%3Ccircle cx='0' cy='550' r='50'/%3E%3Ccircle cx='100' cy='550' r='50'/%3E%3C/g%3E%3Ccircle fill='%236678c8' cx='50' cy='600' r='50'/%3E%3Cg fill='%236b7bc4' %3E%3Ccircle cx='0' cy='650' r='50'/%3E%3Ccircle cx='100' cy='650' r='50'/%3E%3C/g%3E%3Ccircle fill='%236f7ec0' cx='50' cy='700' r='50'/%3E%3Cg fill='%237381bc' %3E%3Ccircle cx='0' cy='750' r='50'/%3E%3Ccircle cx='100' cy='750' r='50'/%3E%3C/g%3E%3Ccircle fill='%237783b8' cx='50' cy='800' r='50'/%3E%3Cg fill='%237c86b4' %3E%3Ccircle cx='0' cy='850' r='50'/%3E%3Ccircle cx='100' cy='850' r='50'/%3E%3C/g%3E%3Ccircle fill='%238089b0' cx='50' cy='900' r='50'/%3E%3Cg fill='%23848bac' %3E%3Ccircle cx='0' cy='950' r='50'/%3E%3Ccircle cx='100' cy='950' r='50'/%3E%3C/g%3E%3Ccircle fill='%23888ea8' cx='50' cy='1000' r='50'/%3E%3C/g%3E%3C/svg%3E"); background-attachment: fixed; background-size: contain; }
.chat-box .overlay-video-call.video-call-show { display: block; opacity: 1; }
.chat-box .overlay-video-call.onConnect { background-image: url(../../../assets/img/640x426.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; background-attachment: unset; }
.chat-box .overlay-video-call .video-caller { position: absolute; height: 112px; width: 173px; bottom: 8px; right: 8px; }
.chat-box .overlay-video-call > div { display: flex; flex-direction: column; height: 100%; justify-content: space-between; }
.chat-box .overlay-video-call > div .calling-user-info { padding: 20px 16px; }
.chat-box .overlay-video-call > div .calling-user-info svg { font-size: 28px; margin-right: 12px; color: #fff; cursor: pointer; }
.chat-box .overlay-video-call > div .calling-user-info .user-name { font-size: 20px; color: #fff; margin-right: 8px; }
.chat-box .overlay-video-call > div .calling-user-info .call-status { color: #fff; font-size: 10px; font-weight: 600; margin-top: 10px; }
.chat-box .overlay-video-call > div .calling-user-info .timer { visibility: hidden; font-size: 16px; font-weight: 600; color: #fff; }
.chat-box .overlay-video-call > div .calling-user-info .timer .minutes, .chat-system .chat-box .overlay-video-call > div .calling-user-info .timer .seconds { margin-bottom: 0; color: #ffffff; }
.chat-box .overlay-video-call > div .calling-user-img { text-align: center; }
.chat-box .overlay-video-call > div .calling-user-img img { border-radius: 50%; border: 4px solid #ebedf2; }
.chat-box .overlay-video-call > div .calling-options { text-align: center; }
.chat-box .overlay-video-call > div .calling-options svg { border-radius: 50%; padding: 10px; background: #2196f3; margin-bottom: 23px; color: #fff; cursor: pointer; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; width: 47px; height: 48px; }
.chat-box .overlay-video-call > div .calling-options svg:hover { -webkit-transform: translateY(-5px) scale(1.02); transform: translateY(-5px) scale(1.02); }
.chat-box .overlay-video-call > div .calling-options svg:not(:last-child) {margin-right: 7px;}
.chat-box .overlay-video-call > div .calling-options svg.switch-to-microphone { position: relative; }
.chat-box .overlay-video-call > div .calling-options svg.switch-to-microphone.micro-off:after { content: ''; height: 35px; width: 2px; background: #fff; position: absolute; transform: rotate(46deg); left: 20px; top: 6px; }
.chat-box .overlay-video-call > div .calling-options svg.cancel-call { background-color: #e7515a; }

.chat-box ::-webkit-scrollbar{width:6px;}
.chat-box ::-webkit-scrollbar-track{background-color:#fff;}
.chat-box ::-webkit-scrollbar-thumb{background-color: #c2e8cf;border-radius: 6px;}
.translate_web_load.load_top{text-align: center;padding: .857em;background-color: hsla(0, 0%, 50%, 0.2);}
.translate_web_load.load_top .translate-btn{margin-right: .2857em;}
.translate_web_load .translate-btn{padding: 0 .6428em 0 1.071em;line-height: 2.857em;border: 1px solid #ffffff;border-radius:.357em; display: inline-block;align-items:center;background-color:#fff}
.translate-btn{padding:.571em .857em;line-height:2.2857em;border:1px solid #ddd;background:#f9f9fb}
.translate-btn svg{fill: #575b66;width: 1.714em;height: 1.714em;margin-left: .1428em;}
.translate_web_load .title-bar{margin-bottom: .4285em;}
.translate_web_load .title-bar span{font-size: .9285em;color: #999;}
.translate_web_load .title-bar span svg{width: 1.384em;height: 1.384em;}
.translate_web_load .title-bar strong{font-size: 1em;padding-right: 1.071em;}
.translate_web_load.load_top #customer_language{margin-right: 1.428em;}
.translate_web_load .dropdown-menu{border: none;box-shadow: 0 0 1.071em rgba(0,0,0,.1);transform: translateX(-50%) !important;top: 2.285em !important;}
.new-wrap{max-height:240px;overflow:auto!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}
.new-wrap ul{padding:10px 0;margin:0;font-size:12px}
.new-wrap ul li{padding:5px 0;cursor:pointer;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}
.new-wrap ul li:hover{background:#f0f0f0;padding-left:5px}
.input-box{ border:1px solid #eee; height:36px; font-size:12px; padding:0 10px;border-radius:3px; width:100%;}
.translate_web_load .web_loading .wrap .spinner-border{width:1.5rem!important;height:1.5rem!important}
.bubble img{max-width:300px}
.bubble video{max-width:300px}

.chat-box .chat-conversation-box { position: relative; margin: auto; width: 100%;border-right: 1px solid #efeff4;}
.chat-box .chat-conversation-box-wrap{height:100%;overflow:auto;}
.chat-box .chat-conversation-box .chat { position: relative; display: none; overflow: hidden; padding:2rem 0 0; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-flex-direction: column; flex-direction: column; }
.chat-box .chat-conversation-box .chat.active-chat { display: block; display: -webkit-flex; display: flex; }
.chat-box .chat-conversation-box .chat.active-chat .bubble { position:relative;font-size: 14px;-moz-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); -o-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); -webkit-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);margin-bottom:2.5em; }
.chat-box .chat-conversation-box .chat.active-chat .bubble.me{ text-align:right;flex-direction:row-reverse}
.chat-box .chat-conversation-box .chat.active-chat .bubble.me p{color:#fff;}
.chat-box .chat-conversation-box .chat.active-chat .bubble .con{ font-size:1em;text-align:left}
.chat-box .chat-conversation-box .chat.active-chat .bubble .info{ margin-bottom:0;margin-top: 5px;}
.chat-box .chat-conversation-box .chat.active-chat .bubble .info time{ opacity:.6; font-size:13px;}
.chat-box .chat-conversation-box .chat.active-chat .bubble:nth-of-type(1){-moz-animation-duration:.15s;-webkit-animation-duration:.15s;animation-duration:.15s}
.chat-box .chat-conversation-box .chat.active-chat .bubble:nth-of-type(2){-moz-animation-duration:.3s;-webkit-animation-duration:.3s;animation-duration:.3s}
.chat-box .chat-conversation-box .chat.active-chat .bubble:nth-of-type(3){-moz-animation-duration:.45s;-webkit-animation-duration:.45s;animation-duration:.45s}
.chat-box .chat-conversation-box .chat.active-chat .bubble:nth-of-type(4){-moz-animation-duration:.6s;-webkit-animation-duration:.6s;animation-duration:.6s}
.chat-box .chat-conversation-box .chat.active-chat .bubble:nth-of-type(5){-moz-animation-duration:.75s;-webkit-animation-duration:.75s;animation-duration:.75s}
.chat-box .chat-conversation-box .chat.active-chat .bubble:nth-of-type(6){-moz-animation-duration:.9s;-webkit-animation-duration:.9s;animation-duration:.9s}
.chat-box .chat-conversation-box .chat.active-chat .bubble:nth-of-type(7){-moz-animation-duration:1.05s;-webkit-animation-duration:1.05s;animation-duration:1.05s}
.chat-box .chat-conversation-box .chat.active-chat .bubble:nth-of-type(8){-moz-animation-duration:1.2s;-webkit-animation-duration:1.2s;animation-duration:1.2s}
.chat-box .chat-conversation-box .chat.active-chat .bubble:nth-of-type(9){-moz-animation-duration:1.35s;-webkit-animation-duration:1.35s;animation-duration:1.35s}
.chat-box .chat-conversation-box .chat.active-chat .bubble:nth-of-type(10){-moz-animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-duration:1.5s}
.chat-box .chat-input input::-webkit-input-placeholder{color:#888ea8}
.chat-box .chat-input input::-moz-placeholder{color:#888ea8}
.chat-box .chat-input input:-ms-input-placeholder{color:#888ea8}
.chat-box .chat-input input:-moz-placeholder{color:#888ea8}
.chat-box .bubble .info{position: relative;clear: both; margin-bottom: .571em; padding: .9285em 1.1428em 1.1428em; vertical-align: top; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; word-break: break-word; max-width: 100%; display:table; }
.chat-box .bubble.me .info{margin-left:auto}
.chat-box .bubble.you .info{margin-right:auto}
.chat-box .chat-conversation-box .chat .bubble .head-po+div,
.chat-box .chat-conversation-box .chat .bubble .content{max-width:calc(100% - 9.57em);}
.chat-conversation-box .chat .bubble .content .con audio{vertical-align:middle;}
.chat-conversation-box .chat .bubble .content .con audio+.trans_btn{box-shadow: none;font-size: 12px;padding: .5em 1em;display: inline-flex;align-items: center}
.chat-conversation-box .chat .bubble .content .con audio+.trans_btn:hover{transform:none;border-color:transparent;background-color:#e5e5e5;}
.chat-conversation-box .chat .bubble .content .con audio+.trans_btn.loading:after{content:'';width: 14px;height: 14px;border-radius: 50%;border: 2px solid currentColor;border-left-color: transparent;animation: circleRotate .6s linear infinite;display:inline-block;margin-left:8px;opacity: .6}
.chat-conversation-box .chat .bubble .content .con .trans_result{display:block;margin: 10px 0 0 10px;}
.chat-box .chat-conversation-box .chat .bubble .content time{font-size: 1em;}
.chat-box .bubble .info:before { position: absolute; top: 18px; display: block; width: 8px; height: 6px; content: '\00a0'; -moz-transform: rotate(29deg) skew(-35deg); -ms-transform: rotate(29deg) skew(-35deg); -webkit-transform: rotate(29deg) skew(-35deg); transform: rotate(29deg) skew(-35deg); }
.chat-box .bubble.you .info{ /*float: left;*/background-color: #ffffff; -webkit-align-self: flex-start; align-self: flex-start;-webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); }
.chat-box .bubble.you{ -moz-animation-name: slideFromLeft; -webkit-animation-name: slideFromLeft; animation-name: slideFromLeft;  }
.chat-box .bubble.you .info:before { left: -3px; background-color: #fff; }
.chat-box .bubble.me .info{ /*float: right;*/ color: #fff; background-color: var(--bs-theme-color); -webkit-align-self: flex-end; align-self: flex-end;  -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); }
.chat-box .bubble.me{-moz-animation-name: slideFromRight; -webkit-animation-name: slideFromRight; animation-name: slideFromRight;}
.chat-box .bubble.me .info:before { right: -3px; background-color: var(--bs-theme-color); }
.chat-box .bubble .head-po{ width:3em; height:3em;border-radius:100%;margin:.3571em 1.2857em .3571em 1.4285em;}
.chat-box .bubble .head-po img{width:100%;border-radius:100%;}
.chat-box .conversation-start { position: relative; width: 100%; margin-bottom: 27px; text-align: center; }
.chat-box .conversation-start span { font-size: 12px; color: #3b3f5c; margin-bottom: 0; font-weight: 700; background: #fff; padding: 7px 20px; border-radius: 6px; -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); }
.ack{position: absolute;align-self: flex-end;margin-right: 2em;transform: translateY(.2857em);}
.ack svg{color: #241815;opacity: .49;width: 1.4285em;height: 1.4285em;}
@keyframes circleRotate {from {transform: rotate(0deg) }to {transform: rotate(-359deg) }}
@keyframes slideFromLeft {
	0% {
		margin-left: -200px;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}

	100% {
		margin-left: 0;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
}

@-webkit-keyframes slideFromLeft {
	0% {
		margin-left: -200px;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}

	100% {
		margin-left: 0;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
}

@keyframes slideFromRight {
	0% {
		margin-right: -200px;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}

	100% {
		margin-right: 0;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
}

@-webkit-keyframes slideFromRight {
	0% {
		margin-right: -200px;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}

	100% {
		margin-right: 0;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
}
/* .chat-box .chat-footer { display: none; } */
.chat-box .chat-footer.chat-active { display: block; padding:.8571em 0 .8571em .8571em; background:#ffffff;border-top: 1px solid #efeff4;}
.chat-box .chat-form { position: relative; display:flex; justify-content:space-between; align-items:flex-start;column-gap: 1.0714em;}
.chat-form-left { position:relative; flex: 1;display: flex;align-items: center;justify-content: space-between;column-gap: 1em;z-index: 2;background:#fafafa; border: .1428em solid #efeff4; border-radius: .3571em; padding:.5em;}
.chat-form-left .mail-write-box { flex: 1; min-height:6.571em; background:transparent; border: none; border-radius: .3571em; padding:.5em;resize:none;padding: 0; }
.chat-trans-box{position:absolute;bottom:100%;left:0;width:100%;padding:.7142em;border-radius:.2857em;border:1px solid #e5e5e5;background-color:#fff;display:flex;overflow:hidden;align-items:center;height:0;opacity:0;pointer-events:none;transition:all .35s ease;}
.chat-trans-box.active{height:auto;opacity:1;pointer-events:auto;}
.chat-trans-box p{flex:1;max-height:5.7142em;overflow-y:auto;margin: 0;margin-right:1.0714em;}
.chat-trans-box .use-btn{cursor:pointer;font-size:1em;color:#51be76;margin-right:.5714em;line-height:1;margin-top:.1428em;}
.chat-trans-box .close-btn{cursor:pointer;color:#666;}
.chat-trans-box .close-btn svg{width:.857em;height:.857em;}
.chat-form-right { position:relative;}
.chat-form-right .els-choose { position:relative; min-width:5.714em; position: relative; display:flex; justify-content:space-between;column-gap: .5em;}
.chat-form-right .els-choose .file-upload { position:relative; }
.chat-form-right .els-choose .file-upload .upload-btn { position:relative; display:block; border-radius:100%; border:1px solid rgba(255,255,255,.2);width:2.571em; height:2.571em; text-align:center; line-height:2.4285em; margin:0 0 .857em; }
.chat-form-right .els-choose .file-upload .upload-items { position:absolute; right:0; bottom:4.285em; background:#fff; z-index:99; border-radius: .4285em; box-shadow:0 0 .714em rgba(0, 0, 0, .2); top:auto!important; left:auto!important; transform:none !important; }
.chat-form-right .els-choose .file-upload .upload-items .scroll-wrap { max-height:21.428em}
.chat-form-right .send-btn { position:relative; min-width:17.5em;width: 100%;background:var(--bs-blue-color); color:#fff; border-radius:.3125em; line-height:2.5625em; border:none; font-size:1.1428em; }
.chat-form-right .send-btn svg { margin-left:.375em; -moz-transform:rotate(45deg) translateY(-.125em); -webkit-transform:rotate(45deg) translateY(-.125em); -ms-transform:rotate(45deg) translateY(-.125em); -o-transform:rotate(45deg) translateY(-.125em); transform:rotate(45deg) translateY(-.125em); }
.chat-form-right .send-btn i{display: inline-block;margin-left: .5em;transform: translateY(-.125em);line-height: 1;}
.chat-form-right .els-choose .chat-operate-btn .upload-btn{display:block;width: auto;height: 4.416em;margin-bottom: .833em;line-height: 1.5;padding: .5em .66em .66em;text-align: center;border-radius: .416em;border: .166em dashed #efeff4;font-size: .857em;color: #666666;}
.chat-form-right .els-choose .chat-operate-btn .upload-btn::after{display: none;}
.chat-form-right .els-choose .chat-operate-btn .upload-btn i{display: flex;height: 1.25em;align-items: center;justify-content: center;margin-bottom: .33em;}
.chat-form-right .els-choose .chat-operate-btn .upload-btn span i{cursor: pointer;transform: translateY(-.083em);width: .916em;height: .916em;border: 1px solid #c0c0c0;border-radius: 50%;margin: 0 0 0 .166em;display: inline-flex;}
.chat-form-right .els-choose .file-upload .upload-items{ width:41.428em; padding:0; }
.chat-form-right .els-choose .file-upload .upload-items .img-content-scroll{ max-height:30em; margin:0; padding:0; background:none !important; overflow:hidden; position:relative; }
.chat-form-right .els-choose .file-upload .upload-items .custom-file-top{ padding:1.4285em .714em; }
.chat-form-right .els-choose .file-upload .custom-file-container__image-multi-preview{ width:6.428em;}
.image-items-footer { position:relative; display:flex; justify-content:space-between; align-items:center; border-top:1px solid #e0e0e0; padding:1.428em 1.785em; }
.image-items-footer .left { position:relative; }
.image-items-footer .left .button, .image-items-footer .left em,
.image-items-footer .upload-send-btn {position:relative; display:block; height:2.769em;width:10em; border-radius:1.923em; text-align:center; border:1px solid var(--bs-theme-color); font-size:.9285em; overflow:hidden; color: #333;-moz-transition-duration: .3s;-webkit-transition-duration: .3s;-o-transition-duration: .3s;-ms-transition-duration: .3s;transition-duration: .3s; }
.image-items-footer .left:hover em,.image-items-footer .upload-send-btn:hover{ background:var(--bs-theme-color);;color:#fff;}
.image-items-footer .left .button { opacity:0; }
.image-items-footer .left .custom-file-container__custom-file { position:absolute !important; left:0 !important; top:0 !important; margin:0 !important; width:100%; height:100%; }
.image-items-footer .left em { position:absolute; left:0; top:0; }
.image-items-footer .left em, .image-items-footer .upload-send-btn { line-height:2.6153em; }
.chat-form-right .els-choose .file-upload .upload-items .custom-file-top ::-webkit-scrollbar{width:5px;}
.chat-form-right .els-choose .file-upload .upload-items .custom-file-top ::-webkit-scrollbar-track{background-color:#fff;}
.chat-form-right .els-choose .file-upload .upload-items .custom-file-top ::-webkit-scrollbar-thumb{background-color:#c2e8cf;}
.cus-sidebar { position:relative; background:#060818; padding:5px 18px; justify-content:space-between;flex-wrap:nowrap}
.cus-sidebar li { }
.cus-sidebar li a { position:relative; display:block; line-height:33px; padding:0 8px; min-width:92px;font-size:13px; text-align:center; border-radius:3px;  }
.cus-sidebar li a.active { background:#3b3f5c; }
.cus-sidebar li a i { position:absolute;right:-5px; top:8px; display:inline-block; margin:0 0 0 5px; line-height:17px; background:var(--orange); color:#fff; border-radius:10px; padding:0 6px; -moz-transform:translateY(-1px); -webkit-transform:translateY(-1px); -o-transform:translateY(-1px); -ms-transform:translateY(-1px); transform:translateY(-1px); }
/*全选 批量删除*/
.operate_wrap{padding:1.1538em 1.5384em 0;display:flex;justify-content:space-between;align-items:center;margin-bottom: -.7692em;font-size:.9285em;}
.operate_wrap .check_all {position:relative;cursor:pointer;display:flex;justify-content:space-between;align-items:center;margin-right:1.5384em;color: #333333;}
.operate_wrap .check_all input{margin-right:.4615em;}
.operate_wrap .batch_delete{cursor:pointer;}

.upload-image,.upload-expression{ position:relative; display:inline-block; vertical-align:middle; margin:.714em;background-repeat:no-repeat; background-position:center center; width:12.1428em; height:6.4285em;border-radius: .4285em;background-size: cover;}
.upload-expression{width: 1.7857em; height:1.7857em;}
/*shortcut-btn-items*/
.shortcut-btn-items{width: auto;}
.shortcut-btn-items .product-share,.shortcut-btn-items .shortcut-reply .shortcut-reply-btn{position:relative;display:block;color: #333333;padding: 0;text-align: center;line-height:2.1428em;border:.1428em solid #efeff4;border-radius: .3571em;background:#fff;}
.shortcut-btn-items .product-share em,.shortcut-btn-items .shortcut-reply .shortcut-reply-btn em{letter-spacing:1px;}
.shortcut-btn-items .product-share svg,.shortcut-btn-items .shortcut-reply .shortcut-reply-btn svg{ position:relative; width:1.4285em; height:1.4285em;color: #b1b4b7;-moz-transform:translateY(-1px);  -webkit-transform:translateY(-1px); -o-transform:translateY(-1px); -ms-transform:translateY(-1px); transform:translateY(-1px);}
.shortcut-btn-items .shortcut-reply {flex: 1;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-btn::after{display: none;}
.shortcut-expression{display: flex;align-items: center;column-gap: .7142em;margin-bottom: .6428em;}
.expression-upload .expression-upload-btn{display: flex;align-items: center;justify-content: center;width: 1.6428em;height: 1.6428em;border-radius: 50%;background-color: #f1f1f1;}
.expression-upload .expression-upload-btn svg{width: 1.214em;height: 1.214em;color: #949494;}
.expression-upload .expression-upload-btn::after{display: none;}
.expression-upload .expression-items { position:relative;width:25em; padding:.9285em 1.071em; }
.expression-upload .expression-items .img-exp { cursor:pointer; margin:.5em 0;font-size: 1.3em;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box{ width:48.5em;  padding:.714em 0 1.7857em;left: auto !important;right: -2.142em !important;transform: none !important; top:auto !important; bottom:3.5714em !important;border: none;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .opt{ position:relative;justify-content:flex-end; }
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .opt .edit{ cursor:pointer;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .opt svg{color:#666;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .opt .box-close{cursor:pointer; margin:0 .8571em;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .scroll-wrap{ position:relative;max-height:21.428em; overflow: auto;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .scroll-wrap ul{ padding:0; margin:0; font-size:.8571em;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .scroll-wrap ul li{ position:relative;padding:1.25em 8.33em 1.25em 1.25em; border-bottom:1px solid #eee; cursor:pointer;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .scroll-wrap ul li .send{ position:absolute; right:1em; top:1.166em; cursor:pointer;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .scroll-wrap ul li .send svg{color:#666}
.translate_web_load.bottom_load .translate-btn{letter-spacing: 1px;margin-right: .5em;padding: 0 .8em;border-radius: .357em;line-height: 2.142em;border: .1428em solid #efeff4;min-width:6em;text-align:center;}
.translate_web_load.bottom_load .translate-btn.trans-end02{padding: 0 .714em 0 .8em;margin: 0;max-width: 11em;display: inline-flex;align-items: center;}
.translate_web_load.bottom_load .translate-btn.trans-end02 svg{width: 1.4285em;height: 1.4285em;color: #b1b4b7;fill: none;margin-left: -.1428em;transform: translateY(-1px);}
.translate_web_load.bottom_load .translate-btn.trans-end02>span{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: inline-block;}
.translate_web_load.bottom_load .dropdown-menu{top: auto !important;bottom: 2.571em !important;}
.btn .spinner-border{font-size: 0;color: #ffffff !important;border-width: 2px;width: 14px;height: 14px;margin-left: 5px;}
.btn.btn-info .spinner-border{color: var(--bs-theme-color) !important;}
label.custom-file-container__image-multi-preview{position:relative;}
.custom-file-container__image-multi-preview .file_name{position:absolute;bottom:0;left:0;width:100%;padding:2px 4px;text-align:center;background-color:rgba(0,0,0,.6);color:#fff;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.chat-system .list-box-right.list-box-detail .list-box-title{ height:4.857em; padding:0 1.4285em;}
.chat-system .list-box-right.list-box-detail .list-box-title .current-chat-user-name img{width: 2.5em;height: 2.5em;border-radius:100%;}
.chat-system .list-box-right.list-box-detail .list-box-title .current-chat-user-name .name{ font-weight: 700; margin:0 .714em;font-size: 1em;}
.chat-system .list-box-right.list-box-detail .list-box-title .crm{ position:relative; display:block;}
.chat-system .list-box-right.list-box-detail .list-box-title .crm svg{color:#4c91c7}

/* right_box */
.right_box{width: 24.857em;padding: .857em 1em;}
.right_box .tab-nav{display: flex;flex-wrap: wrap;gap: .5714em;}
.right_box .tab-nav .btn{width: calc(50% - .2857em);text-align: center;color: #333333;height: 3.1428em;padding: 0 .5em;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.right_box .tab-nav .btn:hover{color: #ffffff;}
.tab-pannel-wrap {position: relative;}
.tab-pannel {position: absolute;left: 0;top: 0;z-index: 0;opacity: 0;visibility: hidden;width: 100%;-webkit-transition: all ease-in-out .5s;transition: all ease-in-out .5s;height: 0;overflow: hidden;}
.tab-pannel.active {position: relative;top: unset;left: unset;width: 100%;z-index: 1;opacity: 1;visibility: visible;height: auto;overflow: visible;}
.edit_info_wrap {text-align: right;}
.edit_info_wrap ul{text-align: left;}
.edit_info_wrap li{padding: .9285em 0 .8571em;border-bottom: 1px solid #efeff4;}
.edit_info_wrap li .value+.value{display: block;margin-left: 3.0714em;}
.edit_info_wrap button{margin-top: 1.857em;}
.btn.btn-sm{padding: 0 1.642em;height: 2.642em;font-size: 1em;border-radius: .357em;}
.btn.btn-mini{padding: 0 1em;height: 2.2em;font-size: .9em;border-radius: .357em;}
.follow-record{position: relative;height: 2.857em;}
.follow-record .toggle-wrap .toggle-title svg{ cursor:pointer;color: #666;}
.follow-record .toggle-wrap .toggle-content .content textarea{ min-height:17.857em}
.toggle-wrap .toggle-content{ position:absolute; left:5%; top:100%; width:90%; border: 1px solid #eeeeee;z-index: 999;box-shadow: rgb(113 106 202 / 20%) 0px 0px 1.071em 1px; background:#ffffff;}
.toggle-wrap .toggle-content .content{position:relative;width:100%;}
.toggle-wrap .toggle-content .content textarea{position:relative; padding:.7692em; width:100%;min-height:7.5384em; border:none; font-size: .9285em;border-bottom:1px solid #eeeeee; background: none;color: #888ea8;}
.toggle-wrap .toggle-content .footer{ padding:.7142em; text-align:right;}
.label_wrap{border-top: 1px solid #efeff4;margin-top: 1.8571em;}
.label_wrap .label_head{padding: 1.4285em 0 .7142em;display: flex;justify-content: space-between;align-items: center;column-gap: .7142em;}
.label_wrap .head_title strong{display: inline-block;margin-left: .2857em;}
.label_wrap .add-tag .dropdown-toggle::after{display: none;}
.label_wrap .label_head .tag-items { padding:0 !important;width: 19.285em;}
.label_wrap .label_head .tag-items .sub-title{ font-size:1em; font-weight:700; padding:1.071em .8571em 0;}
.label_wrap .label_head .tag-items .tag-content{position:relative; }
.label_wrap .label_head .tag-items .scroll-wrap{ position:relative; padding:.714em .857em; margin:0; max-height:21.428em; overflow:hidden}
.label_wrap .label_head .tag-items .scroll-wrap li{position: relative;font-size: .9285em;display: inline-block;cursor: pointer;border: .1538em dashed var(--bs-theme-color);border-radius: .23em;line-height: 1.769;padding: 0 .7692em;margin: 0 .3846em .3846em 0; }
.label_wrap .label_head .tag-items .scroll-wrap li .new-control{font-size:.923em;color:#333; font-weight:normal }
.label_wrap .label_head .tag-items .new-control.new-checkbox .new-control-indicator{ width:1.071em; height:1.071em;}
.label_wrap .label_head .tag-items .footer{ padding:1.071em; border-top:1px solid #eee; text-align:right;}
.tag-items .add_tag_wrap{ font-size: 13px;display: flex;align-items: center;padding: .714em .857em}
.tag-items .add_tag_wrap .item_input_wrap{flex:1; font-size: 1em;display: flex;align-items: center;}
.tag-items .add_tag_wrap .item_input_wrap .item_input{flex:1;}
.tag-items .add_tag_wrap .item_input_wrap input{border: 1px solid #ccc; height: 2.857em;border-radius: .2857em;width: calc(100% - 1.428em);margin: 0 .714em;padding: 0 .714em;}
.tag-items .add_tag_wrap .item_input_wrap .add_ico{cursor: pointer;}
.tag-items .add_tag_wrap .item_input_wrap .add_ico svg{width: 1.285em; height: 1.285em; color: #333333;}

div.dropdown-menu{font-size: 1em;}
.label_wrap .res-tag-items ul li:after{display:none;}
.label_wrap .label_head .tag-items .scroll-wrap li.item_label.item_common_label i,
.label_wrap .res-tag-items ul li.item_existing_label i{position:absolute;cursor:pointer;top:-.416em;right:-.416em;width:1.25em;height:1.25em;z-index:2;background:#666;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .35s ease;font-size:.857em;border-radius:50%;}
.label_wrap .label_head .tag-items .scroll-wrap li.item_label.item_common_label i:before,
.label_wrap .res-tag-items ul li.item_existing_label i:before{content:"x";display:inline-block;line-height:1;transform: translateY(-.166em);}
.label_wrap .label_head .tag-items .scroll-wrap li.item_label.item_common_label:hover i,
.label_wrap .res-tag-items ul li.item_existing_label:hover i{opacity:1;}
.label_wrap .res-tag-items {max-height: 14.2857em;overflow: auto;padding: .714em 0 0;}
.label_wrap .res-tag-items ul{position:relative; padding:.357em 0; margin:-.357em 0 0;}
.label_wrap .res-tag-items ul li{position: relative;display:inline-block;border-radius:.3571em;padding:0 1.2142em;height: 2.4285em;line-height:2.4285em;margin: 0 .5714em .5714em 0;background-color: var(--bs-theme-color);color: #ffffff;}

.follow-record-content{ padding:0; margin:0; overflow:hidden;font-size: .9285em;}
.follow-record-content li{position:relative; padding:.4615em .7692em .4615em 1.5384em; line-height:2}
.follow-record-content li i{ position:absolute; left:0; top:1em; display:block;border-radius:100%; width:.7692em; height:.7692em; }
.follow-record-content li i:after{content:""; position:absolute; border-radius:100%;width:.7692em; height:.7692em; border:.1538em solid var(--success); background:#fff; }
.follow-record-content li i:before { content:""; position:absolute; top:.5384em; left:50%; width:.1538em; height:7.692em; background:#eee; display:block;margin-left:-.0769em;}
.follow-record-content li:last-child i:before{ background:#FFF;}

#chat_man .man{transition: .500s;}
.chat-system{width: 100%;float: left;}

/* modal */
.btn:focus{box-shadow: none;}
input[type="text"]:focus,button:focus{outline: none;}
.form-control{height: 3em;background: #F5F6FA;border: none;color: #333333;padding: .5em 1.1428em;border-radius: 6px;}
.form-control:focus{box-shadow: none;background: #F5F6FA;}
.glorifyModalStyle {color: #0b0b0b;}
.glorifyModalStyle .modal-title{font-size: 1.1428em;font-weight: 700;}
.glorifyModalStyle .modal-content{border-radius:1.1428em;max-height: 80vh;overflow: hidden;box-shadow: 0 0 2.2857em rgba(86, 146, 48,.11);border: none;}
.glorifyModalStyle .modal-body{overflow:auto;}
.glorifyModalStyle .modal-body .modal-scroll{max-height:100%;}
.glorifyModalStyle .form-group label{font-size:.9285em;}
.glorifyModalStyle .btn:not(.btn-text){padding: 0 1.4285em;font-size: 1em;height: 3.071em;line-height: 3.071em;}
.item_input_mutiple .group-item{display:flex;align-items:center;column-gap:.714em;}
.item_input_mutiple .group-item+.group-item{margin-top:10px;}
.item_input_mutiple input{flex:1;}
.item_input_mutiple i{line-height:1;cursor:pointer;}
.item_input_mutiple div:last-child .btn_minus{display:none;}
.glorifyModalStyle .modal-mid{max-width: 49.285em;}
.glorifyModalStyle .modal-header{padding-top: 1.071em;padding-bottom: .7857em;}
.glorifyModalStyle .modal-header .close{font-size: 1.714em;padding: .666em;padding-right: 0;margin: -.666em -.666em -.666em auto;}
.glorifyModalStyle .modal-header .close svg{width: 1em;height: 1em;}
.glorifyModalStyle .modal-header,
.glorifyModalStyle .modal-body,
.glorifyModalStyle .modal-footer{padding-left: 2.5em;padding-right: 2.5em;}
.glorifyModalStyle .modal-footer{padding-top: 1.571em;padding-bottom: 1.571em;}
.modal-backdrop{background-color: #5d6857;}
.modal-backdrop.show{opacity: .2;}

@media (max-width: 700px) {
    .modal-mid{max-width:90%;}
}

/* loading */
.web_loading{position:fixed;width:100%;height:100%;left:0;top:0;z-index:99999;background:rgba(255,255,255,.1);display:none}
.web_loading .wrap{position:absolute;width:100%;height:100%;left:0;top:0;display:flex;justify-content:center;align-items:center}
.web_loading .wrap .spinner-border{position:relative;display:inline-block;width:2rem;height:2rem;overflow:hidden;text-indent:-999em;border:.25em solid;border-color:var(--bs-theme-color) transparent var(--bs-theme-color) var(--bs-theme-color);border-radius:50%;-webkit-animation-name:spinner-border;animation-name:spinner-border;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
/* 选择ip地区 */
#selectIpRegionModal strong{margin: .571em 0 1.714em;display: block;}
#selectIpRegionModal .tips_wrap{margin-top: 1.7857em;padding: .5em 1em 3.857em;border-radius: 3px;background-color: #f2f2f2;color: #666666;}
#selectIpRegionModal .tips_wrap li{margin-bottom: 1.857em;line-height: 1.857;}
#selectIpRegionModal .tips_wrap a{color: var(--bs-blue-color);display: inline-block;margin-left: 1.4285em;}
#selectIpRegionModal .modal-footer{border: none;margin-top: -1.1428em;}
#selectIpRegionModal .modal-footer .btn{padding: 0 3.714em;}
.select-group label{margin-right: 1.857em;}
.item-select{position: relative;}
.item-select select{appearance: none;-webkit-appearance: none;-moz-appearance: none;width: 100%;padding: 0 2.142em 0 1.142em;border-radius: 3px;border:1px solid #b2b2b2;height: 2.9285em;}
.item-select select::-ms-expand {display: none;}
.item-select .custom-arrow {position: absolute;top: calc(50% - 2px);right: 10px;width: .8571em;height: .4285em;background: url(../img/arrow_down.png) center/100% no-repeat;pointer-events: none;}
/* 扫码授权 */
#qrCodeModalCenter .modal-lg{max-width: 54.642em;}
#qrCodeModalCenter .modal-header{padding: 1.4285em 2.6428em 4.1428em;background-color: var(--bs-theme-color);}
#qrCodeModalCenter .qrCode-title{display: flex;align-items: center;column-gap: 1.2142em;color: #ffffff;text-transform: uppercase;}
#qrCodeModalCenter .qrCode-title i{max-width: 2.5em;}
#qrCodeModalCenter .modal-body{margin: -2.7857em auto 0;padding:2.071em 2.6428em 0;width: calc(100% - 5.2857em);border-radius: 1.1428em;background-color: #ffffff;box-shadow: 0 0 32px rgba(86, 146, 48,.11);}
#qrCodeModalCenter .modal-footer{border: none;}
#qrCodeModalCenter .btn-info{color: #666666;padding: 0 1.9285em;}
#qrCodeModalCenter .btn-info:hover{color: #ffffff;}
.qrCode-info-content{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;}
.qrCode-info-content .left{flex:1;margin-right:1.071em;}
.qrCode-info-content .left p{font-size:1.2857em;margin-bottom: 1.5em;}
.qrCode-info-content .left li{font-size:1em;}
.qrCode-info-content .left li+li{margin-top:1.1428em;}
.qrCode-info-content .loading-animation {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;background-color: #f5f5f5;}
.qrCode-info-content .loading-spinner {width: 40px;height: 40px;border: 4px solid rgba(0, 0, 0, 0.1);border-radius: 50%;border-top-color: var(--bs-theme-color); animation: spin 1s ease-in-out infinite;}
.qrCode-info-tips{padding:2em 0 2.071em;border-top: 1px solid #dee2e6;margin-top: 1em;}
.qrCode-info-tips a{color: var(--bs-blue-color);font-size: 1em;}
.image-container {position: relative;width: 13.214em;height: 14.285em;overflow: hidden;}
@media (max-width: 576px) {
    .qrCode-info-content .left{width:100%;flex:unset;margin-bottom:1.071em;margin-right:0;}
}
/* 邀请成员 */
#inviteModal .modal-body{padding-top: .9285em;padding-bottom: 1.8571em;}
#inviteModal .modal-lg{max-width: 58.7857em;}
#inviteModal .btn{padding-left: 2.2857em;padding-right: 2.2857em;}
.table_head {padding: .57142em 0 .7142em;}
.table_head .table_td:nth-child(1){flex: 1;}
.table_head .table_td:nth-child(2){width: 19.2857em;}
.table_body {margin-bottom: 1.8571em;}
.table_body .table_item{position: relative;margin: 0 0 .571em;display: flex;align-items: center;justify-content: flex-start;column-gap: .571em;}
.table_body .table_item input{flex: 1;height: 2.9285em;padding: 0 10em 0 1em;border-radius: 3px;border: 1px solid #b2b2b2;}
.table_body.separate .table_item input{padding-right: 1em;}
.table_body .table_item .item-select{width: 10em;}
.table_body .table_item .item-select .custom-arrow{right: 1em;}
.table_body:not(.separate) .table_item .item-select{position: absolute;top: 0;right: 9.2857em;z-index: 2;}
.table_body:not(.separate) .table_item .item-select select{border-color: transparent;background-color: transparent;}
.table_body .table_item .indicator{width: 8em;margin-left: .714em;}
.table_body .table_item .btn_operate{margin-left: .714em;width: 1.4285em;height: 1.4285em;border-radius: 50%;border: 1px solid #b2b2b2;text-align: center;cursor: pointer;color: #0b0b0b;line-height: 1.2857;}
.table_body .table_item .btn_operate::after{font-size: .9285em;}
.table_body .table_item .btn_plus::after{content: '+';}
.table_body .table_item .btn_minus::after{content: '-';}
.table_body .table_item .btn_minus,
.table_body .table_item:not(:first-child) .btn_plus{display: none;}
.table_body .table_item:first-child~.table_item .btn_minus{display: block;}
.table_body.separate .table_item{padding-right: 6.571em;}
.already_members{margin-bottom: 1em;}
.new_members .tips{margin-bottom: 1.6428em;margin-top: -.357em;}

/* 账户设置 */
aside{z-index: 2;}
.account_config{position: absolute;bottom: 2.785em;left: 100%;width: 35.357em;padding: 1.357em 0;border-radius: 5px;background-color: #ffffff;box-shadow: 0 0 2.2857em rgba(0, 0, 0,.11);z-index: 9;transform: scaleX(0);transform-origin: left bottom;pointer-events: none;transition: all .35s ease;}
.account_config.active{opacity: 1;transform: none;pointer-events: all;}
.account_config li{position: relative;display: flex;align-items: center;justify-content: space-between;column-gap: .857em;padding: 0 1.428em;}
.account_config li i{width: 1.357em;display: flex;}
.account_config li div:not(.dropdown-list){flex: 1;color: #0b0b0b;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.account_config li+li{margin-top: 1.214em;}
.account_config li:last-child{margin-top: 2em;}
.account_config li .btn+.btn{margin-left: .4285em;}
.account_config li .btn{width: calc(50% - .6428em);padding: 0;height: 3.071em;font-size: 1em;}
.account_config li .btn-info{color: #666666;}
.account_config li .btn-info:hover{color: #ffffff;}
.account_config .btn-upgrade{color: #ec7270;padding: 0 .857em;height: 1.714em;border: 1px solid #ec7270;background-color: transparent;border-radius: 2px;font-size: .9285em;transition: all .35s ease;}
.account_config .btn-upgrade:hover{background-color: #ec7270;color: #ffffff;}
.account_config li i{color: #bcbec2;cursor: pointer;display: inline-block;}
.account_config li i svg{transition: all .35s ease;}
.account_config li i:hover{color: var(--bs-theme-color);}
.dropdown-list{position: absolute;bottom: 0;left: 100%;padding-left: 1.571em;z-index: 9;opacity: 0;transform: scaleX(0);transform-origin: left bottom;transition: all .35s ease;pointer-events: none;}
.dropdown-list.active{opacity: 1;transform: none;pointer-events: all;}
.dropdown-list .dropdown-items{width: 13.571em;max-height: 60vh;overflow: auto !important;background-color: #ffffff;border-radius: 5px;box-shadow: 0 0 32px rgba(0, 0, 0, .11);}
.dropdown-list .dropdown-item{position: relative;cursor: pointer;padding: 0 1.571em;line-height: 2.142;transition: all .35s ease;overflow: hidden;}
.dropdown-list .dropdown-item::before{content: '';width: 4px;height: 0;background-color: var(--bs-theme-color);border-radius: 0 3px 3px 0;position: absolute;top: 50%;left: 0;transform: translateY(-50%);transition: all .35s ease;}
.dropdown-list .dropdown-item:hover::before,
.dropdown-list .dropdown-item.active::before{height: 100%;}
.dropdown-list .dropdown-item+.dropdown-item{margin-top: .714em;}
.dropdown-list .dropdown-item.active,
.dropdown-list .dropdown-item:hover{background-color: #f1f7ed;}

.chat-system{position: relative;}
.hamburger{width: 36px;height: 36px;text-align: center;line-height: 33px;border-radius: 0;color: #fff;align-self: center;position: absolute;top: 5.357em;right: 10px;display: block;z-index: 32;background-color: #515365;border-radius: 50%;cursor: pointer;}
.mobile_aside_btn{width: 30px;height: 30px;margin-left: -10px;text-align: center;line-height: 30px;cursor: pointer;}
.mobile_aside_btn img{width: 50%;}
aside .logo svg{display: none;cursor: pointer;width: 1.428em;height: 1.428em;}


.theme-color{color:var(--bs-theme-color)}
.blue-color{color:var(--bs-blue-color)}
.greya9a9a9{color: #a9a9a9;}
.cursor-pointer{cursor: pointer;;}
.text-decoration-underline{text-decoration: underline;}
/* 自定义checkbox / radio样式 */
.checkbox-cus-style{font-size: 1em;;}
.checkbox-cus-style input{display: none;}
.checkbox-cus-style span{position: relative; display: block;width: 1em;height: 1em;border-radius: .2em;background-color: #cccccc;cursor: pointer;}
.checkbox-cus-style input:checked + span{background-color: var( --bs-theme-color);}
.checkbox-cus-style :checked + span:after{content: "";position: absolute;   top: 50%;left: 50%;margin-left: -0.1428571428571429em;margin-top: -0.3571428571428571em;width: 0.2857142857142857em;height: 0.5714285714285714em;border: solid #fff;border-width: 0 0.1428571428571429em 0.1428571428571429em 0 !important;transform: rotate(45deg); }
/* 无样式按钮 */
.btn-style-none{border: none;background-color: transparent;cursor: pointer;padding: 0;}
/*select2样式*/
.select-2-style {position: relative;  min-width: 15em;}
.select-2-style .select2-container,.select-2-style .select2-container .selection{width: 100%;}
.select-2-style .select2-container--default .select2-selection--single{width: 100%;border-radius:0 ; display: flex;justify-content: space-between; align-items: center;height: 3em;padding: 0 0.5em 0 0.8em; border-radius:/*4px*/0.2857142857142857em ;border: 1px solid #f2f2f2; background-color: #f2f2f2;}
.select-2-style .select2-container .select2-selection--single .select2-selection__rendered{color:inherit !important;font-size: 1em;height: auto;padding: 0 ; border-radius:0 ;border: none;background-color:transparent}
.select-2-style .select2-container--default .select2-selection--single .select2-selection__arrow{position: relative; top: auto;right: auto;width: auto;height: auto;;}
.select-2-style .select2-container--default .select2-selection--single .select2-selection__arrow:after{content:"\ea4e"; font-family: "remixicon";font-size: 1.5em;color: #999; }
.select-2-style .select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}

.select2-container--default .select2-search--dropdown .select2-search__field{padding: 0.5em 1em;font-size: 1em;color: inherit;border-color: #999;font-weight: normal;}
.select2-search--dropdown{padding: 1em;}
.select2-results__option,.select2-results__option[aria-selected]{padding:.8em 1em !important;color: inherit !important;font-weight: normal !important;}
/* .select2-container--default .select2-results__option--highlighted[aria-selected]{color: var(--bs-theme-color);}
.select2-container--default .select2-results__option[aria-selected=true]{color: var(--bs-theme-color);background-color: #dde9d6;} */
span.select2.select2-container.select2-container--default.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple{border-color:transparent;box-shadow: none;}

.select-style01 {position: relative;}
.select-style01 .select2-container--default .select2-selection--multiple{background-color: #fff;padding: .2em .5em; font-size: 1em;font-weight: normal;border-color:  #bfc9d4 !important;box-shadow: none !important;}
.select-style01:after{content:"\ea4e"; font-family: "remixicon";font-size: 1.5em;color: #999;position: absolute;right: .5em;top:50% ; transform: translateY(-50%);z-index: 2000;pointer-events: none;}
/* select-style */
.select-style {position: relative;min-width: 15em;}
.select-style select{width: 100%; cursor: pointer;   border: 1px solid #f2f2f2;background-color: #f2f2f2;    height: 3em;padding: 0 0.5em 0 0.8em;border-radius: /*4px*/ 0.2857142857142857em;}
.select-style::before{content: "";position: absolute;right: 3px; height: 100%;width: 30px;background-color:  #f2f2f2;z-index: 1;pointer-events: none;}
.select-style:after{content:"\ea4e"; font-family: "remixicon";font-size: 1.5em;color: #999;position: absolute;right: .5em;top:50% ; transform: translateY(-50%);z-index: 2;pointer-events: none;}

/* input-style */
.input-style{width: 100%; min-width: 15em;cursor: pointer;   border: 1px solid #f2f2f2;background-color: #f2f2f2;    height: 3em;padding: 0   0.8em;border-radius: /*4px*/ 0.2857142857142857em;}
.btn-cus-grey{font-size: 1em;height: 3em; padding: 0 1.28em;background-color: #f2f2f2;border-color:#f2f2f2;color: inherit;}
.btn.btn-cus-grey:hover{background-color: #fff;border-color: var(--bs-theme-color);color: var(--bs-theme-color)}
.btn-cus-primary{font-size: 1em;height: 3em; padding: 0 1.28em;}
.btn-cus-danger{background-color: #ec7270;border-color: #ec7270;}
.btn-cus-danger:hover{color: #ec7270 !important;border-color:  #ec7270;}

.main-content-wrap{ position: relative;flex: 1;; width: 98%; ;margin: 1.2em 1%; background-color: #fff; border-radius: 10px;}
.main-content-header{padding:5px 10px ;}
.main-content-header .select-2-style,
.main-content-header .select-style,
.main-content-header .btn
{margin: 5px;}
.main-content-body{ }
/* 通用表格样式 */
.table-style{position: relative;width: 100%;border-collapse: collapse ;font-size: /*12px*/ 0.8571428571428571em;min-width: 780px;}
.table-style thead{background-color: #eff1ee;font-size:/**14px**/ 1.166666666666667em ;}
.table-style thead .checkbox-cus-style{font-size: 1em;}
.table-style tbody .checkbox-cus-style{font-size: 1.166666666666667em;}
.table-style th,.table-style td{text-align: left;align-items: center;}
.table-style th{padding: 1em;height: 4.285714285714286em;}
.table-style td{padding: 1.16em;}
.table-style tr:nth-of-type(2n){background-color: #f9fbf7;}
.table-style .avatar-info{}
.table-style .avatar-info .avatar{width:3.166666666666667em;height: 3.166666666666667em;border-radius: 50%;object-fit: cover;margin-right: 0.7em;}
.table-style .avatar-info .title{}

.table-style  .location{position: relative;display:flex;align-items: center;}
.table-style  .location .title{margin-right: .5em;}
.table-style  .location .flag{width: 1.833333333333333em;;}
.table-style [class^=ri-]{transition: all .35s ease;}
.table-style .ri-delete-bin-5-fill:hover{color: var(--bs-theme-color);}
.table-style td .switch .slider:before {box-shadow: none;}
.table-style td .switch{vertical-align: middle;}

/* 训练机器人 */
#trainRobotModal .modal-xl{max-width: 94em;}
#trainRobotModal .modal-header{position: relative;z-index: 2;}
#trainRobotModal .modal-header .tab_nav{position: absolute;bottom: -1px;left: 50%;transform: translateX(-50%);}
#trainRobotModal .pannel_content {height: calc(80vh - 9em);}
#trainRobotModal .modal-body{padding: 1.1428em 0;}
.tab_nav{display: flex;align-items: center;}
.tab_nav .nav_item{cursor: pointer;}
.tab_nav_style01{justify-content: center;column-gap: 2.428em;}
.tab_nav_style01 .nav_item{position: relative;padding: .6428em .7142em;color: #0b0b0b;cursor: pointer;}
.tab_nav_style01 .nav_item::after{content: '';width: 0;height: .2857em;background-color: var(--bs-theme-color);position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);transition: all .35s ease;border-radius: 5px 5px 0 0;}
.tab_nav_style01 .nav_item.active{color: var(--bs-theme-color);}
.tab_nav_style01 .nav_item.active::after{width: 100%;}
.tab_nav_style02{display: inline-flex;padding: .3571em .5em .2857em;border-radius: 3px;background-color: #e5e5e5;justify-content: flex-start;}
.tab_nav_style02 .nav_item{cursor: pointer;padding: 0 1.2857em;line-height: 2.2142em;border-radius: 3px;transition: all .35s ease;}
.tab_nav_style02 .nav_item.active{background-color: #ffffff;}
.tab_nav_style03{display: inline-flex;justify-content: center;}
.tab_nav_style03 .nav_item{position: relative;white-space: nowrap;padding: .5714em 1.5714em;color: #333333;border: 1px solid #999999;transition: all .35s ease;}
.tab_nav_style03 .nav_item.active{z-index: 2;background-color: var(--bs-theme-color);color: #ffffff;border-color: var(--bs-theme-color);}
.tab_nav_style03 .nav_item:nth-child(1){border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.tab_nav_style03 .nav_item:nth-last-child(1){border-top-right-radius: 3px;border-bottom-right-radius: 3px;}
.tab_nav_style03 .nav_item+.nav_item{margin-left: -1px;}
.tab_nav_style04{border-bottom: 1px solid #e8e8e8;width: 100%;display: flex;}
.tab_nav_style04 .nav_item{position: relative;font-size: .9285em;padding: .923em 0;margin-right: 3.0769em;cursor: pointer;}
.tab_nav_style04 .nav_item.active{color: var(--bs-theme-color);}
.tab_nav_style04 .nav_item::after{content: '';position: absolute;bottom: -1px;left: 50%;transform: translateX(-50%);width: 0;height: 1px;background-color: var(--bs-theme-color);transition: all .35s ease;}
.tab_nav_style04 .nav_item.active::after{width: 100%;height: 2px;top: unset;left: 50%;box-shadow: none;background-color: var(--bs-theme-color);}

.pannel_content .left{width: 63.2%;padding: .5714em 0 .5714em 2.4285em;color: #0b0b0b;}
.pannel_content .tab-pannel-wrap{padding: 1.7142em 2.1428em 0 0;width: 100%;}
/* 上传头像、预览 */
.upload-preview {display: flex;flex-wrap: wrap;align-items: flex-start;column-gap: .5em;}
.upload-preview .item-preview img{width: 100%;height: 100%;object-fit: cover;}
.upload-preview .item-preview,
.upload-preview .item-uplaod{position: relative;width: 5.857em;height: 5.857em;display: inline-flex;align-items: center;justify-content: center;color: #0b0b0b;border-radius: 5px;border: 1px solid #f2f2f2;background-color: #fbfbfb;transition: all .35s ease;}
.upload-preview .item-preview::after{content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgba(0, 0, 0, .6);opacity: 0;transition: all .35s ease;}
.upload-preview .item-preview i{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) scale(0);opacity: 0;color: #ffffff;font-size: 1.2em;transition: all .35s ease;z-index: 2;cursor: pointer;}
.upload-preview .item-preview:hover::after{opacity: 1;}
.upload-preview .item-preview:hover i{opacity: 1;transform: translate(-50%,-50%);}
.upload-preview .item-uplaod:hover{border-color: var(--bs-theme-color);color: var(--bs-theme-color);}
.upload-preview .item-preview:not(.has-image){display: none;}
.upload-preview .item-uplaod em{font-size: 2em;}
.upload-preview .item-uplaod .text{font-size: .857em;opacity: .6;text-align: center;line-height: 1;}
.upload-preview .item-uplaod input[type="file"]{position: absolute;top: 0;left: 0;opacity: 0;width: 100%;height: 100%;cursor: pointer;}
.form-config .form-item+.form-item{margin-top: 1.5em;}
.form-config .item-label{margin-bottom: .5em;}
.form-config strong{display: block;}
.form-config .tips{opacity: .6;font-size: .9285em;}
.form-grey-style{width: 100%;border: none;height: auto;color: #0b0b0b;font-size: 1em;border-radius: 3px;background-color: #f2f2f2;padding: .5714em .9285em;}
.form-grey-style::placeholder{opacity: 0.6;}
input.form-grey-style{line-height: 2.8571em;padding: 0 .9285em;}
textarea.form-grey-style{resize: none;}
input.color_picker{width: 2.8571em;height: 2.8571em;background-color: #ffffff;border-color: #e6e6e6;border-radius: 4px;font-size: 1em;}

/* 多个input组合+新增移除按钮 */
.multiple-input-group .input-group{gap: .5714em;}
.multiple-input-group .input-group+.input-group{margin-top:.5714em;}
.multiple-input-group .input-group input{width: auto;}
.multiple-input-group .btn_operate{width: 1.4285em;height: 1.4285em;border-radius: 50%;border: 1px solid #b2b2b2;text-align: center;cursor: pointer;color: #b2b2b2;line-height: 1.2857;}
.multiple-input-group .btn_operate::after{font-size: .9285em;}
.multiple-input-group .btn_plus::after{content: '+';}
.multiple-input-group .btn_minus::after{content: '-';}
.multiple-input-group .btn_minus,
.multiple-input-group .input-group:not(:first-child) .btn_plus{display: none;}
.multiple-input-group .input-group:first-child~.input-group .btn_minus{display: block;}
/* ai-chat-box */
.chat-title{position: absolute;bottom: calc(100% + 1.0625em);left: 0;width: 100%;font-size: 1.1428em;font-weight: 700;padding: .9375em 2.125em .875em;background-color: #f5dddb;box-shadow: 0 0 32px rgba(86, 146, 48, .11);}
.ai-chat-box{padding: 0 2.3571em;}
.ai-chat-box .bubble{margin-bottom: 1.5714em;display: flex;flex-direction: column;align-items: flex-start;-moz-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);-o-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);-webkit-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);-moz-animation-duration: .3s;-webkit-animation-duration: .3s;animation-duration: .3s}
.ai-chat-box .bubble.me{align-items: flex-end;}
.animation-slideFromLeft{-moz-animation-name: slideFromLeft;-webkit-animation-name: slideFromLeft;animation-name: slideFromLeft;}
.animation-slideFromRight{-moz-animation-name: slideFromRight;-webkit-animation-name: slideFromRight;animation-name: slideFromRight;}
.ai-chat-box .bubble .item-time{color: #000000;margin-bottom: .7142em;}
.ai-chat-box .bubble .item-content{padding: .9285em 1.4285em 1.1428em;border-radius: 5px;max-width: 80%;background-color: #f2f2f2;color: #333333;}
.ai-chat-box .bubble.me .item-content{color: #ffffff;background-color: #1366dd;}
.ai-chat-test .chat-footer{position: relative;padding: .5714em 2.3571em;column-gap: 0.7142em;}
.ai-chat-test .chat-footer .btn-send-msg{position: absolute;top: 50%;transform: translateY(-50%);right: 3.5em;}
.ai-chat-test .chat-footer input{font-size: 1em;height: 2.9285em;line-height: 2.785;border: 1px solid #d4d4d4;padding: 0 1em;background-color: #ffffff;border-radius: .3571em;}

/* 带计数器的文本域 */
.textarea-with-counter{position: relative;}
.textarea-with-counter textarea:focus{border-color:#b2b2b2;background-color: #ffffff;}
.textarea-with-counter textarea{color: #0b0b0b;font-size: .857em;padding: .75em 1em;border-radius: 3px;background-color: #ffffff;border: 1px solid #b2b2b2;}
.textarea-with-counter textarea::placeholder{opacity: .5;color: inherit;}
.textarea-with-counter .char-count{position:absolute;bottom:4px;right:10px;color:#0b0b0b;font-size:12px;opacity: .5;}

@media (max-width: 1366px) {
	#trainRobotModal .modal-xl{max-width: 88%;}
}
@media (max-width: 1080px) {
	label.switch{width: 3.5em;height: 1.8em;font-size: 7px;}
	label.switch .slider.round{border-radius: 3.4em;}
	label.switch .slider:before{height: 1.4em;width: 1.4em;left: .2em;bottom: .2em;}
	label.switch input:checked + .slider:before{-webkit-transform: translateX(1.7em);-ms-transform: translateX(1.7em);transform: translateX(1.7em);}
}
@media (max-width: 992px) {
	.pannel_content .left{width: 50%;}
	.chat-title{position: relative;top: -1.1428em;left: 0;bottom: auto;}
}
@media (max-width: 768px) {
	.pannel_content {flex-wrap: wrap;overflow: auto;padding: 0 1em;}
    .pannel_content .left{width: 100%;padding-left: 1em;}
	.pannel_content .tab-pannel-wrap{padding-right: 1em;}
	.chat-title{top: auto;margin: 1em 0;}
	.ai-chat-box{height: 350px;padding: 0 1em;}
	.ai-chat-test .chat-footer{padding: 0 1em;}
}

/* 上传素材-下拉菜单 */
.dropdown-group{position: relative;}
.dropdown-group .btn{display: inline-flex;justify-content: center;align-items: center;column-gap: 2em;padding: 0 1.214em 0 1.428em;margin-left: 0;margin-right: 0;}
.dropdown-group .btn svg{width: 1.4285em;height: 1.4285em;}
.dropdown-group .dropdown-list{padding: .4285em 0 0;position: absolute;top: 100%;left: 0;width: 100%;z-index: 2;transform: scaleY(0);transform-origin: left top;}
.dropdown-group .dropdown-list.active{transform: none;}
.dropdown-group .dropdown-list .dropdown-items{width: 100%;padding: .5em 0;max-height: 22em;border-radius: .3571em;background-color: #ffffff;box-shadow: 0 0 18px rgba(0, 0, 0,.14);}
.dropdown-group .dropdown-item{padding: 0 1.4285em;}
.dropdown-group .dropdown-item.active{color: #0b0b0b;}
.dropdown-group .dropdown-list .dropdown-item+.dropdown-item{margin-top: 2px;}

/* 知识库 */
.knowledge_base .tab-pannel.active{height: 100%;}
.wrap_title{font-size: 1.142em;padding: .3125em 0 0;font-weight: 700;}
.wrap_desc{padding: .714em 0;}
.opt-btns {position: absolute;bottom: 100%;right: 0;}
.opt-btns button{margin-left: .714em;box-shadow: none;}
.opt-btns button.btn-text{padding: 0 .714em;height: 3.071em !important;}
.opt-btns button.btn-text i{vertical-align: middle;font-size: 1.285em;}
.opt-btns button.btn-text span{vertical-align: middle;}
.opt-btns button.btn-text:hover,
.opt-btns button.btn-text:focus{background-color: #ecf5ff;border-color: none;color: #4d79f6;}
.btn.btn-outline-default:hover{color: #4d79f6;border-color: #c6e2ff;background-color: #ecf5ff;}
.btn.btn-outline-default{background-color: #ffffff;border: 1px solid #dcdfe6;color: #606266;padding: .571em .857em;box-shadow: none;line-height: 1;}
.btn.btn-outline-info{color: #909399 !important;background: #f4f4f5;border-color: #d3d4d6 !important;}
.btn.btn-outline-info:hover{color: #909399 !important;}
.btn.btn-outline-success{color: #67c23a !important;background: #f0f9eb;border-color: #c2e7b0 !important;}
.btn.btn-outline-success:hover{color: #67c23a !important;}
.btn.btn-outline-warning{color: #e6a23c !important;background: #fdf6ec;border-color: #f5dab1 !important;}
.btn.btn-outline-warning:hover{color: #e6a23c !important;}
.btn.btn-outline-primary{color: #4d79f6 !important;background: #ecf5ff;border-color: #b3d8ff !important;}
.btn.btn-outline-primary:hover{color: #fff !important;background: #4d79f6;border-color: #4d79f6 !important;}
.btn.btn-outline-danger{color: #f56c6c !important;background: #fef0f0;border-color: #fbc4c4 !important;}
.btn.btn-outline-danger:hover{color: #f56c6c !important;}
.task_table {margin-top: 1.4285em;}
.task_table thead tr{position: sticky;top: 0;z-index: 9;background-color: #eff1ee;}
.task_table .btn.btn-sm{height: 2.642em;}
.task_table .view_content{overflow: hidden;}
.task_table .view_content+.view_more{position: absolute;top: 50%;right: 0;transform: translateY(-50%);cursor: pointer;opacity: 0;transition: all .35s ease;pointer-events: none;}
.task_table .view_content+.view_more svg{transition: all .35s ease;}
.task_table .view_content.over+.view_more{opacity: 1;pointer-events: all;}
.task_table .view_content.show+.view_more svg{transform: rotate(180deg);}
.task_table .view_content.over{max-height: 3em;}
.task_table .view_content.show{max-height: unset;}

/* 分页器 */
.table-pagination{margin: 1em 0;text-align: center;}
.table-pagination>*{display: inline-block;font-size: 1em;height: 2em;line-height: 2em;}
.pagination_total{margin-right: 10px;font-weight: 400;color: #606266;}
.table-pagination button{display: inline-block;font-size: 1em;height: 2em;line-height: 2em;vertical-align: middle;
    box-sizing: border-box;border: none;margin: 0 5px;background-color: #f4f4f5;color: #606266;min-width: 2.14em;border-radius: 2px;padding: 0;}
.table-pagination button:disabled{color: #c0c4cc;cursor: not-allowed;}
.table-pagination [class^=ri-]{font-size: 1.28em;}
.table-pagination .pager {vertical-align: middle;}
.table-pagination .pager li{margin: 0 5px;background-color: #f4f4f5;color: #606266;min-width: 2.14em;border-radius: 2px;padding: 0 4px;font-size: 1em;height: 2em;line-height: 2em;box-sizing: border-box;text-align: center;}
.table-pagination .pager li.active,
.table-pagination .pager li:hover{color: #fff;background-color: var(--bs-theme-color);}
.table-pagination .pager li.active{cursor: default;}
.pagination_jump{margin-left: 1.714em;font-weight: 400;color: #606266;vertical-align: middle;}
.pagination_jump .pagination_editor{display: inline-block;margin: 0 .571em;width: 3.57em;}
.pagination_jump .pagination_editor input{padding: 0 3px;text-align: center;height: 2em;line-height: 1.857;border: 1px solid #dcdfe6;border-radius: 4px;color: #606266;font-size: 1em;width: 100%;}
.ri-arrow-left-s-line:before{content: "\ea64";}
.ri-arrow-right-s-line:before{content: "\ea6e";}
.ri-upload-cloud-fill:before{content: "\f24d";}
.ri-error-warning-fill:before{content: "\eca0";}

input.input_inner{width: 100%;font-size: 1em;padding: 0 1em;background-color: #fff;border: 1px solid #b2b2b2;line-height: 2.92;border-radius: 3px;color: #0b0b0b;}
input.input_inner::placeholder{color: #0b0b0b;opacity: .5;}
textarea.textarea_inner{width: 100%;color: #0b0b0b;font-size: 1em;padding: .75em 1em;border-radius: 3px;background-color: #ffffff;border: 1px solid #b2b2b2;}
textarea.textarea_inner::placeholder{opacity: .5;color: inherit;}
textarea.textarea_inner:focus{border-color:#b2b2b2;background-color: #ffffff;}
.layui-layer .tips {font-size: 13px;}
.layui-layer .tips [class^=ri-]{display: inline-block;vertical-align: middle;font-size: 18px;color: #ff9900;transform: translateY(-1px);margin-right: 4px;}
.hasBackdrop{background-color: rgba(93, 104, 87,.5);}

.pannel_head span,.pannel_head p{opacity: .5;font-size: .9285em;margin: 0;}
.pannel_head a{color: #4d79f6;font-size: .9285em;}
.upload-dragger{cursor: pointer;width: 100%;background: #f8f9fc;border: none;height: 16.428em;margin-bottom: .714em;text-align: center;cursor: pointer;overflow: hidden;border-radius: 6px;}
.upload-dragger [class^=ri-]{display: inline-block;font-size: 4.785em;color: #c0c4cc;margin: 1.149em 0 .2388em;line-height: .7462em;}
.upload-dragger span{display: block;color: #606266;font-size: 1em;text-align: center;}
.upload-dragger span em{font-style: normal;color: #4d79f6;}
.form-upload .upload_input{display: none;}
.upload-list .upload_list_item{margin-top: 5px;position: relative;cursor: pointer;transition: all .35s ease;}
.upload-list .upload_list_item:hover{background-color: #f5f7fa;}
.upload-list .upload_list_item .item_name{color: #606266;display: block;margin-right: 2.857em;overflow: hidden;padding-left: 4px;text-overflow: ellipsis;transition: color .3s;white-space: nowrap;}
.upload-list .upload_list_item .btn-dele{display: none;position: absolute;top: .428em;right: .357em;cursor: pointer;opacity: .75;color: #606266;line-height: 1;}
.upload-list .upload_list_item:hover .btn-dele{display: block;}
.upload_list_item .item_name [class^=ri-]{font-size: 1.4285em;vertical-align: middle;margin-right: .2em;height: 100%;margin-right: .35em;color: #909399;line-height: inherit;}
.upload_list_item .item_name span{vertical-align: middle;font-size: .9285em;}
.upload_list_item .btn-dele{font-size: 1.4285em;}
.ri-file-text-line::before{content: "\ed0f";}
.ri-close-line::before{content: "\eb99";}
.upload-progress{height: 6px;border-radius: 3px;overflow: hidden;}
#progress {width: 100%;height: 100%;border: none;background: #f8f9fc;color: #4d79f6;vertical-align: top;}
#progress::-webkit-progress-bar { background: #f8f9fc;}
#progress::-webkit-progress-value {background: #4d79f6;border-radius: 3px;   /*进度条内圆角*/}

.editormd-dialog form label,
.editormd-dialog .editormd-form label{padding: 7px 0 15px 5px;display: block;}
.editormd-dialog form input,
.editormd-dialog .editormd-form input{margin-bottom: 10px;}
.editormd-dialog.editormd-image-dialog{height: 270px !important;}
.editormd-dialog.editormd-reference-link-dialog{height: 315px !important;}
.editormd-fullscreen{z-index: 9;}


.search-style{position: relative;}
.search-style button{position: absolute;left: 0;top: 0;width: 3em;height: 100%; text-align: center;padding: 0;border: none;background-color: transparent;}
.search-style input[type="text"]{min-width: 18em;max-width: 100%; position: relative;width: 100%;height: 3em;border: 1px solid #b2b2b2;border-radius: .3em;  padding: 0 1em 0 3em;}
.btn-cus-half-primary{background-color: #dde9d6;border-color: #dde9d6;color: inherit;}

.modal-mid{max-width: 580px;}
.auto-task-modal .form-group{ }
.auto-task-modal .form-group .form-label{display: block;width: 90px;margin-top: .8em;}
.auto-task-modal .form-group .form-content{font-size:0.8571428571428571em ;}
.auto-task-modal .form-group .form-content input[type="text"],
.sys-variable-modal .form-group input[type="text"]
{position: relative; width: 100%;height: 3em;border: 1px solid #b2b2b2; border-radius: .3em;margin: .5em 0;padding: 0 1em;}
.auto-task-modal .form-group .form-content .randc-label{position: relative;min-width: 32%;width: auto;; height:auto; display: inline-flex;align-items: center; justify-content:flex-start;padding: .8em 1em .8em .8em;margin: .5em 0;}
.auto-task-modal .form-group .form-content .randc-label input{display: none;}
.auto-task-modal .form-group .form-content .randc-label .label-title{display: inline-flex;align-items: center;cursor: pointer;}
.auto-task-modal .form-group .form-content .randc-label .label-title img{width: 1.5em;height: 1.5em;/*border: 0.1666666666666667em solid var(--bs-theme-color);*/border-radius: 50%;object-fit: cover;margin-right: 0.7em;}
.auto-task-modal .form-group .form-content .randc-label .label-title:before {content: "";display: inline-block; width: 1.5em;height: 1.5em;border: 0.1666666666666667em solid #cfcfcf;border-radius: 50%;    margin-right: 0.7em;}
.auto-task-modal .form-group .form-content .randc-label .label-title:after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%; border-radius: .3em; border: 1px solid #b2b2b2;}
.auto-task-modal .form-group .form-content .randc-label input:checked + .label-title{color: var(--bs-theme-color);}
.auto-task-modal .form-group .form-content .randc-label input:checked + .label-title:before{background-color: var(--bs-theme-color);}
.auto-task-modal .form-group .form-content .randc-label input:checked + .label-title:after{border-color: var(--bs-theme-color);}
.taskTypeModal .modal-title{border: 1px solid #b2b2b2;    border-radius: .3em;padding: .6em .8em;font-size: 1em;display:inline-flex;align-items: center;}
.taskTypeModal .modal-title:before{content: "";display: inline-block; width: 1.2em;height: 1.2em;background-color: var(--bs-theme-color);border-radius: 100%;margin-right: .7em;}
.auto-task-info-modal .select-style select,
.sys-variable-modal .form-group .select-style select{border-color: #b2b2b2;border-radius: .3em;background-color: #fff;}
.auto-task-info-modal .select-style::before,
.sys-variable-modal .form-group .select-style:before{background-color: #fff;}
.select-style::before{top: 2px;height: 90%;}
/* 单选框/复选框样式 */
.randc-style input{display: none;}
.randc-style span{position: relative;padding: .5em 2em;}
.randc-style span:before{display: block;position: absolute;left: 0;top: .5em; content: ""; border: 1px solid #b2b2b2;border-radius: 100%;width: 1.3em;height: 1.3em;}
.randc-style span:after{display: block;position: absolute;left: 0.3em;top: .8em; content: "";border-radius: 100%;width: .7em;height: .7em;background-color: #b2b2b2; }
.randc-style input:checked + span:before{border-color: var(--bs-theme-color);}
.randc-style input:checked + span:after{background-color: var(--bs-theme-color);}

.editor-container{border-radius: .3em;  border: .166em dashed #efeff4;}
.editor-container .editor-content{position: relative;}
.editor-container .editor-content .editor{position: relative;background-color: #f2f2f2;padding: 1em 1em 4em;min-height:10em}
.editor-container .editor-content .editor-toolbar{position: absolute;right: 1em;bottom: .5em;}

.editor-container .add-button{text-align: center;padding: 1em 0;}

.files-items{margin: 1em -.3em;}
.files-items li{margin: .3em; text-align: center;   border: .166em dashed #efeff4;padding: .7em 0 1em;border-radius: .3em; cursor: pointer;}
.files-items li span{display: block;margin-top: .3em  ;}

.emoji-modal .img-exp{font-size: 1.8em;cursor: pointer;}

.pagination-container .select-style{min-width: auto;}
.pagination-container .select-style select{height: 2.3em;}
.pagination-container .pagination .pagination-item {margin: .3em ;}
.pagination-container .pagination .pagination-item .pagination-link{display: inline-flex;align-items: center;justify-content: center;; line-height: 2.3em;padding: 0 .5em;min-width: 2.5em;border: 1px solid #b2b2b2;border-radius: .3em;}
.pagination-container .pagination .pagination-item .pagination-link.active,
.pagination-container .pagination .pagination-item .pagination-link:not(.disabled):hover{background-color: var(--bs-theme-color);color: #fff;border-color: var(--bs-theme-color);}
.pagination-container .pagination .pagination-item .pagination-link.disabled{opacity: .5;cursor: not-allowed;}
.pagination-container .pagination .pagination-item .pagination-link i{pointer-events: none;}
.pagination-container .pagination .jump-section .jump-input{height: 2.3em;border: 1px solid #b2b2b2;border-radius: .3em;}
.pagination-container .pagination .jump-btn{height: 2.3em;line-height: 2.3em;padding: 0 .8em;}


.form-group-style{    border: 1px solid #b2b2b2;border-radius: .2rem;padding: 1em;}
.form-group-style .time-period {border: 1px solid #b2b2b2;padding: .2em 1em;border-radius: .2rem;}
.form-group-style .time-period input{max-width: 5.5em;border:none}

.plan_version .price-item{position: relative;margin-bottom: 1.875em; background-color: #f7faf5;border-radius: 0.5555555555555556em;width:32.333%;overflow: hidden;color: #fff;}
.plan_version .price-item .item-header{position: relative; text-align: center;background-image: url(../img/price_bg.webp);background-repeat:  no-repeat ;background-position:  right bottom;padding: 1.5625em 0 1.4375em;}
.plan_version .price-item:nth-of-type(1) .item-header {background-color: #9da9bb}
.plan_version .price-item:nth-of-type(2) .item-header {background-color: #80ad63}
.plan_version .price-item:nth-of-type(3) .item-header {background-color: #407f18}
.plan_version .price-item .item-header .item-title{font-size: 2em;font-weight: 700;text-shadow: 3px 3px 6px rgba(0,0,0,.3);}
.plan_version .price-item .item-header .item-price{font-size: 1.5em;font-weight: 700;display: inline-block;background-color: rgba(255,255,255,.23);border-radius: 5px;width: 6.958333333333333em;max-width: 100%;padding: 2px 1.25em 3px;margin: 0.4583333333333333em 0 0.9166666666666667em;text-shadow: 3px 3px 6px rgba(0,0,0,.3);}
.plan_version .price-item .item-header .item-price span{font-size: 0.6666666666666667em;}
.plan_version .price-item .item-info{font-size: 1.1428em;color: #777;padding: 1.222222222222222em 3% 1.222222222222222em 9%;}
.plan_version .price-item .item-info li{font-family: "SourceHanSansCN-Medium";padding: 0.5555555555555556em 1.666666666666667em;background-repeat:  no-repeat ;background-position:  left 0.6666666666666667em;background-size: 1.222222222222222em auto; }
.plan_version .price-item .item-info li.suc{background-image: url(../img/check_suc.webp)}
.plan_version .price-item .item-info li.error{background-image: url(../img/check_no.webp)}
.plan_version .price-item .item-btn{padding: 0.625em 10% 3em;}
.plan_version .price-item .item-btn .btn{width: 100%;border-radius: 0.25em;font-size: 1.25em;font-weight: 700;padding: 0 ;line-height: 2.34;height: 2.45em;}

span.select2.select2-container.select2-container--default.select2-container--open .selection .select2-selection--single, .select2-container--default.select2-container--open .selection .select2-selection--multiple{border: 1px solid var(--bs-theme-color);
    box-shadow: 0 0 5px 2px rgba(86, 146, 48, 0.619608);}
.select2-search.select2-search--dropdown{padding:.4em .6em}
.select2-container--default .select2-search.select2-search--dropdown .select2-search__field{padding: .5em;font-size: 1em;border: 1px solid #e5e5e5;}

/* 上传文件弹窗响应式 */
@media (max-height: 800px){
    .custom-file-top .custom-file-container__image-preview{height:150px;}
    .image-items-footer{padding:10px 15px}
    .image-items-footer .left .button, .image-items-footer .left em, .image-items-footer .upload-send-btn{height:32px;width: 100px;}
    .chat-form-right .els-choose .file-upload .upload-items .custom-file-top{padding:14px 10px;}
    .image-items-footer .left em, .image-items-footer .upload-send-btn{line-height:32px;font-size:12px;}
    .chat-form-right .els-choose .file-upload .upload-items{width:500px;}
    .chat-form-right .els-choose .file-upload .custom-file-container__image-multi-preview{width:62px;height:62px;}

	.expression-upload .expression-items {max-height: 240px;overflow: auto;}
}
@media (max-height: 650px){
    .custom-file-top .custom-file-container__image-preview{height:100px;}
}
@media only screen and (max-width:1240px) {
    .chat-form-right .els-choose .file-upload .upload-items{width:40vw;}

}
@media only screen and (max-width:1180px) {
    .chat-form-right .els-choose .file-upload .upload-items{width:400px;}

}
@media only screen and (max-width:1060px) {
    .chat-form-right .els-choose .file-upload .upload-items{width:50vw;}

}
@media only screen and (max-width:650px) {
    .chat-form-right .els-choose .file-upload .upload-items{width:76vw;}
}


@media only screen and (max-width: 1680px) {
    .form-container,.page-container,.chat-container{font-size: .833vw;}
}
@media only screen and (max-width: 1440px) {
    .form-container{min-height: 100vh;align-items: center;}
}
@media only screen and (max-width: 1366px) {
    .chat_list,.right_box{font-size: .9516vw;}
	.chat_body {position: relative;}
	.right_box{position: absolute;top: 0;right:-25em;height: 100%;border-left: 1px solid #efeff4;background-color: #ffffff;z-index: 9;transition: all .35s ease;pointer-events: none;opacity: 0;}
	.right_box.user-list-box-show{right: 0;opacity: 1;pointer-events: auto;}

	.chat-tasking{ position:absolute; left:0; top:0 ;width:100%; height:100%; background:#000;opacity:0; visibility:hidden; z-index:0}
    .chat-tasking-show .chat-tasking{ z-index:8;opacity:.5;visibility:visible;border-radius:6px;}
}
@media only screen and (min-width: 1366px){
	.chat-system .hamburger.right_pannel{display: none;}
}
@media only screen and (min-width: 1080px){
	.mobile_aside_btn{display: none;}
}
@media only screen and (min-width: 768px){
	.chat-system .hamburger.left_pannel{display: none;}
}
@media only screen and (max-width: 1080px){
	.page-container,.chat-container{font-size: 10px;}
    .chat_list,.right_box{font-size: 10px;}

	.page-container,.chat-container{position: relative;}
	.page-container.aside-active::after,.chat-container.aside-active::after{content: '';width: 100%;height: 100%;background-color: rgba(0, 0, 0, .6);z-index: 40;position: absolute;top: 0;left: 0;}
	.page-container.aside-active aside,.chat-container.aside-active aside{left: 0;opacity: 1;pointer-events: auto;}
	aside{position: absolute;top: 0;left:-14em;background-color: #ffffff;z-index: 99;transition: all .35s ease;pointer-events: none;opacity: 0;}
    aside .logo svg{display: block;margin-right: -10px;}
	aside .logo{display: flex;align-items: center;column-gap: 10px;}
	aside .logo img{flex: 1;width: calc(100% - 20px);}

	.chat-box .chat-conversation-box .chat.active-chat .bubble{font-size: 12px;}
}
@media only screen and (max-width: 992px) {
    .form-container{padding: 8em 5%;flex-wrap: wrap;font-size: 8px;}
    .form-container .form_wrap{width: 50%;}
}
@media only screen and (max-width: 768px) {
	.chat_main {position: relative;}
	.chat_list{position: absolute;top: 0;left:-28em;height: 100%;border-right: 1px solid #efeff4;background-color: #ffffff;z-index: 9;transition: all .35s ease;pointer-events: none;opacity: 0;}
	.chat_list.user-list-box-show{left: 0;opacity: 1;pointer-events: auto;}

	.chat-action-btn{margin-right: 35px;}
	.chat-action-btn .btn{padding: 0 1em;}
	.hamburger{top: 1em;right: 0;}
	.hamburger.right_pannel{top: calc(1em + 40px);}
}
@media only screen and (max-width: 640px) {
    .form-container {justify-content: flex-start;align-items: flex-start;}
    .marketing_wrap{flex: unset;width: 90%;margin: 0 auto 4em;}
    .form-container .form_wrap{width: 90%;margin: 0 auto;font-size: 10px;}

	.opt-btns{position: relative;bottom: auto;margin-top: 1em;}

	.plan_version .price-item{width: 49%;}
	.plan_version .price-item:last-child{width: 100%;}
}
@media only screen and (max-width: 576px) {
	.chat-form-right .els-choose .chat-operate-btn .upload-btn{height: auto;}
	.chat-form-right .els-choose .chat-operate-btn .upload-btn span{display: none;}
	.chat-form-right .els-choose{min-width: unset;}
	.chat-form-right .send-btn{width: 10em;}

	.account_config{width: 22em;max-width: calc(100vw - 15em);}
	.dropdown-list .dropdown-items{width: calc(100% - 1.571em);}
	.dropdown-list{width: 100%;bottom: 100%;left: 0;transform: scaleY(0);transform-origin: left bottom;}

	.glorifyModalStyle .modal-header,
	.glorifyModalStyle .modal-body,
	.glorifyModalStyle .modal-footer{padding-left: 1.5em;padding-right: 1.5em;}
	.table_body .table_item .indicator{width: 4em;}
	.table_body:not(.separate) .table_item .item-select{right: 5.2857em;}
	.table_body.separate .table_item{padding-right: 2.571em;}
	.table_head .table_td:nth-child(2){width: 15.2857em;}
}
@media only screen and (max-width: 480px) {
    .form-container{padding: 4em 0;}
    .marketing_wrap{margin-bottom: 2em;}

	.plan_version .price-item{width: 100%;}
}
@media only screen and (max-width: 480px) {
	aside{width: 11em;}
	.other_operate{padding-left: 1em;padding-right: 1em;}
	.account_config{max-width: calc(100vw - 12em);}
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg); }
}
