<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a{
    text-decoration: none;
    color: rgba(55, 55, 55, 1);
}
header{
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    min-width: 1200px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid hsla(0,0%,59.2%,.1);
}
nav{
    position: relative;
    width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#logo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 100%;
}
#logo img{
    width: 90px;
    height: 30px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    object-fit: scale-down;
}


/* å¯¼èˆªèœå• */
.nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav&gt;li{
    position: relative;
    list-style: none;
}
.nav&gt;li .two_level{
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 9;
}
.nav&gt;li:hover .two_level{
    display: block;
}
.nav&gt;li .two_level .nav_bar{
    padding: 8px;
}
.nav&gt;li .two_level .nav_bar a{ display:block; width:100%; font-size:14px; line-height:30px;}
.nav&gt;li .two_level .nav_bar a:hover{ background:#0C68AB; color:#ffffff}
.nav .li{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #373737;
    padding: 8px 16px;
}
.nav .li:hover{
    position: relative;
    color: #0C68AB;
}
.nav .select{
    position: relative;
    color: #0C68AB;
}

.nav .select::before{
    content: '';
    position: absolute;
    left: 16px;
    bottom: 0;
    width: calc(100% - 32px);
    height: 2px;
    border-radius: 2px;
    background: #0c68ab;
}

/* å¯¼èˆªèœå• over*/

/* å³ä¸Šèœå• */
.button{
    display: flex; height:55px;
}
 /*.button div{
    width: 90px;
    height: 32px;
    font-size: 14px;
    margin: 0 6px;
   display: flex;
}*/
.member{
    position: relative;
    width: 90px; height:32px; margin-top:12px;
    /*padding-left: 42px;*/
    background: linear-gradient(270deg, #FEC47B 0%, #F4E5B2 100%);
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #6B4D2D;
    line-height: 32px; margin-right:20px; text-indent: 45px;
    cursor: pointer;
}
.member::before{
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top: 5px;
    left: 16px;
    background: url('/addons/theme/anjie/_static/images/829/member.png');
}
.login{
    border: 1px solid #0C68AB;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0C68AB;
    position: relative;
    padding-left: 24px; height:32px; margin-top:12px;
    line-height: 32px;
    padding-right: 8px;
    cursor: pointer;
}
.login::before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 7px;
    left: 6px;
    background: url('/addons/theme/anjie/_static/images/829/user.png');
}
/* å³ä¸Šèœå• over*/

/* ä¸ªäººä¸­å¿ƒå¼¹çª— */

/* ä¸ªäººä¸­å¿ƒå¼¹çª— over*/

/* æœç´¢æ¡† */
.search{
    position: relative;
}
.search input{
    position: relative;
    width: 168px;
    height: 32px;
    /*padding: 8px 30px 8px 14px;*/
    padding-left:14px;
    background: #EEEEEE;
    border-radius: 14px;
    border: none;
}
.search input:focus{
    outline: none;
    box-shadow: none;
    border: none;
}
.search::after{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 8px;
    right: 11px;
    z-index: 9;
    background: url('/addons/theme/anjie/_static/images/829/search.png');
}
/* æœç´¢æ¡† over*/

/* é®ç½© */
#mask{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0,0,0,0.7);  
    /* display: flex; */
    display: none;
    justify-content: center;
    align-items: center;
}
/* ä¼šå‘˜ */
#member{
    display: none;
    width: 65vw;
    height: 43vw;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: calc(50% - 32.5vw);
    top: calc(50vh - 19.5vw);
}
#member::before{
    content: '';
    position: absolute;
    top: -3.5vw;
    left: calc(50% - 1.5vw);
    width: 3vw;
    height: 3vw;
    background: url('/addons/theme/anjie/_static/images/829/del.png');
    background-size: contain;
}
#member .bg{
    width: 100%;
    position: relative;
}
#member .bg img{
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 50%;
}
#member .bg .title{
    font-size: 1.45vw;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #121214;
    position: absolute;
    left: 2vw;
    top: 2vw;
    /* z-index: 9999; */
}
#member .memberlist{
    width: 100%;
    display: flex;
    position: relative;
    align-self: center;
    justify-content: center;
    position: absolute;
    bottom: -1vw;
}
#member .memberlist .memberitem{
    width: 11.6vw;
    height: 5.5vh;
    /* background: linear-gradient(90deg, #FBC79B 1%, #EA934F 98%); */
    background: linear-gradient(90deg, #FFFBF7 1%, #FBF4EE 98%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4F4F4F;
    margin:0 7.5px;
}
#member .memberlist .select{
    background: linear-gradient(90deg, #FBC79B 1%, #EA934F 98%);
    color: #FFFFFF;
    text-shadow: 0px 1px 4px rgba(155,65,21,0.65);
}
#member .pricelist{
    display: flex;
    justify-content: center;
    align-items: center;
}
#member .pricelist .priceitem{
    width: 14.9vw;
    background: #EFF3F9;
    border-radius: 0.4vw;
    display: flex;
    flex-direction: column;
    margin: 3.47vw 0.65vw 0;
    overflow: hidden;
}
#member .pricelist .priceitemselect{
    background: #ceccca;
}
#member .pricelist .priceitem .giveday{
    font-size: 0.48vw;
    width:79px;
    padding: 0 1.2vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAATCAYAAADReFAKAAAEg0lEQVRYheWYT2hcRRzHPzP7dpNs0maTNg3mj20OYos9GilCwZNVFJSIKKJYrxVFQYVavSh6kN6k5xyEgpirUhAqqNRaWxSppagrWInN/243MUn3zxt5u293582beW/bo/4g7MvMd37/5vfvPaHK67C4CD9chEPTsLAAly4f5WrxCJev3M/S2i62bnlkJCiaJOg8m9TaEwKUCxTisPCxnY/JS1BAaA+6fJs8nY1tXwqo1TK+8mVJ5G+W/1wp1FUls/O5x+d2vf/Gq17zgILJcbj62xE+nj3JNxcOsrUNI7uhNwdeBnwV17ltqLbe/k1wnM1pMd+oBKxFlxjW5XjdwcaziatUYaTADQZWln8sjvZk80jRw9rp2Wdlrr/SdN7eCfjy7DHePXmKjS0YG4VMpmOAb3BVhlCr8Zb/XQaLO+Bp8gd7Zui/Jn8bD51ulODAPVcGP5t9YEjVpfCVVAHQ94VfLg967BiAc+cf5u2PTjWY7R0PNqMp0xJkGm5TLMkAmxNMcu3ZZBCmN4auaeQqFSY1sk0qb0f+Hx0akBweLElWV3o4/uEnbG7B6AjU/SYkUCpJGSXsIW+rIybG1MTlZKtc255o6qMcl3w7FEnpRt2UbcG1WuRP8tW3L/D1uT1MjEG9HrfCpYzttpKKr4lJI9sFpNVJE9+t7ESddF9EgZIzZ2fI9oGUUXwA1A2IFVmLRFuqpqVS22hLpOsOcToxvF2lupeVJMPpyBCoOVDya3E/u4e1GmcxwuWItNSK4bUF11lhRG5aKrqivxusLVpNvXzViSoVXlLYEzxWS0P05IgA0pzk6pyuNE0dK3DPdIkzpYhmiIl3PbdtChfN9RY2KGO5bGc3p/kJ8KjVZSQibE4wHZBkoK3rtvlo85mre5rrET4OY20jjFn4bbOhOYuKViMM1/v7wa+WOP0p1OqYfvKQ0kfFN2LkmrGSjLcZk8THxjNSR82RRGPgusBWfe4qvbXLCXpAtQZTd/9CaQ1WSzG0FxPu+rXhXEokpW/anIcjekyZZp1KypZu5j9hXM6tClS24ekn5njoMNSqsSNe6o24xhSb92yO1yHdGB1jG6aR2cVjvLR3WRs2UYZBMgPzf8HMIz9x371n+L3YbBIGeRFmOrVvXzjeMx2SbdHiettQxhuCydpVAmxCbe/SIhycWwddo4rSdAn+/l6EqUl45/UXyffD5rZVque8hTZTQ/DtjAJYHBCT4eiyOoNYlzTHF8fM2a2OhI4Latz1RRjbAydeeZJ9kz+zvgGeZz3iIYViuwLVioNrQgPQUyu1kBm4bo8k6tLqopbI6+ayg3N9fc2vJ8srUNgJTz36Hc/PvEa9foGFZSgUnF+IPJbWhhrfrSbuWm+81wqEMwpda2n7urIti+6EH2bz0oDdzHomBXVMUmFkeImDj51n3/jnHD4014i07y/Cgf2Og03ymJoo8t6bJ5ie/oLenkTwf46CiHrp5Tp5b5O3jsEf12D+OgwMND/JpZDHB8ef4cHpS+R6IZv9fzkvoCB6yxtwbR5KNztraQT8C/qd+2UuAudXAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-size: contain;
}
#member .pricelist .priceitem .title{
    font-size: 0.73vw;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #000000;
    padding: 0.32vw 0.8vw 0.48vw;
}
#member .pricelist .priceitem .priceline{
    font-size: 1.3vw;
    font-family: PingFangSC;
    font-weight: 600;
    color: #000000;
    padding: 0 0.8vw;
}

#member .pricelist .priceitem .symbol{
    font-size: 0.73vw;
}

#member .pricelist .priceitem .scribe{
    font-size: 0.56vw;
    font-family: PingFangSC;
    font-weight: 400;
    text-decoration: line-through;
    color: #9D9E9E;
    padding-left: 3px;
}
#member .pricelist .priceitem .avgprice{
    font-size: 0.75rem;
    font-family: PingFangSC;
    font-weight: 400;
    color: #9D9E9E;
    padding: 0.48vw 0.8vw 0.6vw;
}
.equitylist{
    padding: 0 1.49vw;
}
.equitylist&gt;.equitytitle{
    font-size: 0.8vw;
    font-family: SourceHanSansCN;
    font-weight: bolder;
    color: #000000;
    padding: 0 0 2vw 0;
}
.equitylist .equityarea{
    display: flex;
    flex-wrap: wrap;
}
.equitylist .equityarea .equityitem{
    width: calc(20% - 0.76vw);
    height: 2.25vw;
    background: #FFFFFF;
    border: 1px solid #E7E9EE;
    border-radius: 10px;
    display: flex;
    font-size: 0.65vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 1.29vw;
    padding: 0.48vw 0.6vw;
    margin: 0.36vw 0.38vw;
    box-sizing: border-box;
}
.equitylist .equityarea .equityitem .equityimg{
    width: 1.29vw;
    height: 1.29vw;
    background: linear-gradient(0deg, #F1CC8C 0%, #F5E4C8 100%);
    border-radius: 50%;
}
.equitylist .equityarea .equityitem .equitytitle{
    font-size: 0.65vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    padding-left: 0.56vw;
}
#member .menmberFooter{
    margin: 0.56vw 1.49vw 0;
    background: #F7F9FC;
    border-radius: 10px;
    display: flex;
    padding: 0.8vw 0.73vw;
}
#member .menmberFooter .chooselist{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-right: 4.84vw;
}
#member .menmberFooter .chooselist .chooseitem{
    display: flex;
    align-items: center;
}
#member .menmberFooter .chooselist .chooseitem input{
    width: 0.73vw;
    height: 0.73vw;
    background: #FFFFFF;
    border: 1px solid #2C78FF;
    margin: 0;
}
#member .menmberFooter .chooselist .chooseitem label{
    font-size: 0.56vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    padding-left: 0.28vw;
}
#member .menmberFooter .choosecontent{
    font-size: 0.56vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    flex: 1;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#member .menmberFooter .choosecontent::-webkit-scrollbar {
  width: 0; /* éšè—åž‚ç›´æ»šåŠ¨æ¡ */
  height: 0; /* éšè—æ°´å¹³æ»šåŠ¨æ¡ */
}
#member .menmberFooter .allprice{
    padding: 0 1.29vw;
}
#member .menmberFooter .allprice .title{
    font-size: 0.56vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}
#member .menmberFooter .allprice .red{
    color: #FF1616;
}
#member .menmberFooter .allprice .mark{
    font-size: 0.73vw;
    font-family: SourceHanSansCN;
    font-weight: 500;
}
#member .menmberFooter .allprice .price{
    font-size: 1.29vw;
    font-family: PingFangSC;
    font-weight: 600;
}
#member .menmberFooter .allprice .scribe{
    font-size: 0.56vw;
    font-family: PingFangSC;
    font-weight: 400;
    text-decoration: line-through;
    color: #999999;
}
#member .menmberFooter .next{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
#member .menmberFooter .next button{
    width: 10.38vw;
    height: 1.81vw;
    background: linear-gradient(90deg, #EBA24C 0%, #E37742 99%);
    border-radius: 0.88vw;
    border: none;
    font-size: 0.72vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    cursor:pointer;
}
#member .menmberFooter .next .agree{
    display: flex;
    font-size: 0.56vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    align-items: center;
}
#member .menmberFooter .next .agree div{
    padding-left: 1px;
}
#member .menmberFooter .next .agree a{
    color: #046DCF;
}
/* ç™»å½•æ³¨å†Œ */
#login,#login2,#scancode,#agreement,#register{
    transform: scale(0.8);
    width: 33vw;
    height: 45vw;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    display: none;
}
#login2{
    height: 47vw;
}
#login::before,
#login2::before,
#scancode::before,
#agreement::before,
#register::before{
    content: '';
    position: absolute;
    top: -4.5vw;
    left: calc(50% - 1.5vw);
    width: 3vw;
    height: 3vw;
    background: url('/addons/theme/anjie/_static/images/829/del.png');
    background-size: contain;
}
#login .bg,
#login2 .bg,
#scancode .bg,
#agreement .bg,
#register .bg{
    height: 15.1vw;
    overflow: hidden;
    position: relative;
}
#login .bg img,
#login2 .bg img,
#scancode .bg img,
#agreement .bg img,
#register .bg img{
    width: 47vw;
    height: 18.5vw;
    position: relative;
    left: -6.3vw;
    top: -3.4vw;
}
#login .item,
#login2 .item,
#register .item{
    width: 23.6vw;
    margin: 0 auto;
    display: flex;
    position: relative;
}
#login .item input,
#login2 .item input,
#register .item input{
    height: 3.33vw;
    background-color: #e8f0fe !important;
    border: 1px solid #E4E2E2;
    border-radius: 5px;
    padding: 1.197vw 1.2vw 1.197vw 3.3vw;
    margin-bottom: 1.46vw;
}
/*#login2 .item input{*/
/*    margin-bottom: 0.86vw;*/
/*}*/
#login .item input::placeholder,
#login2 .item input::placeholder,
#register .item input::placeholder{
    font-size: 0.9vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #B5B5B5;
}
#login .item #phone,
#login2 .item #phone2,
#register .item #phone3{
    flex: 1;
    /*background: url('/addons/theme/anjie/_static/images/829/phone.png') no-repeat;*/
    /*background-size: 0.9vw 1.14vw;*/
    /*background-position: 1.1vw 1vw;*/
    font-size: 1.2vw;
}
#login .item .icon,
#login2 .item .icon,
#register .item .icon {
  width: 0.9vw;
  height: 1.14vw;
  position: absolute;
  left: 1.1vw;
  top: 1vw;
  z-index: 99;
}
#login .item #phone::placeholder,
#login2 .item #phone2::placeholder,
#register .item #phone3::placeholder{
    font-size: 1.2vw;
}
#login .item .code_box,
#login2 .item .code_box,
#register .item .code_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#login .item #code,
#login2 .item #password,
#login2 .item #code2,
#register .item #code3,
#register .item #password3{
    width: 14vw;
    box-sizing: border-box;
    /*background: url('/addons/theme/anjie/_static/images/829/code.png') no-repeat;*/
    /*background-size: 1.1vw 1.197vw;*/
    /*background-position: 1vw 1.1vw;*/
    font-size: 1.2vw;
}
#login .item #code::placeholder,
#login2 .item #password::placeholder,
#login2 .item #code2::placeholder,
#register .item #code3::placeholder,
#register .item #password3::placeholder{
    font-size: 1.2vw;
}
#login2 .item #password,
#register .item #password3{
    width: 100%;
}
#register .item:nth-child(-n+4)::before{
    content: "*";
    color: red;
    position: absolute;
    left: -16px;
    top: 16px;
}

#register .item #realName,
#register .item #weixin{
    flex: 1;
    font-size: 1.2vw;
}

#register .item #realName{
    box-sizing: border-box;
    /*background: url('/addons/theme/anjie/_static/images/829/realname.png') no-repeat;*/
    /*background-size: 1.1vw 1.197vw;*/
    /*background-position: 1vw 1.1vw;*/
}

#register .item #weixin{
    box-sizing: border-box;
    /*background: url('/addons/theme/anjie/_static/images/829/weixin.png') no-repeat;*/
    /*background-size: 1.1vw 1.197vw;*/
    /*background-position: 1vw 1.1vw;*/
}

#register .item #realName::placeholder,
#register .item #weixin::placeholder{
    font-size: 1.2vw;
}

#login .item .code_btn,
#login2 .item .code_btn,
#register .item .code_btn{
    width: 8.83vw;
    height: 3.31vw;
    background: #FFFFFF;
    border: 0.1vw solid #308DEA;
    border-radius: 5px;
    font-size: 1.2vw;
}
#login .item .error_tip,
#login2 .item .error_tip,
#register .item .error_tip{
    color: red;
    font-size: 0.8vw;
    line-height: 3.31vw;
    position: absolute;
    bottom: -12px;
}
/*#login2 .item .error_tip{*/
/*    bottom: -24px;*/
/*}*/
#login .item .loginbtn,
#login2 .item .loginbtn,
#register .item .registerbtn{
    width: 100%;
    height: 3.31vw;
    margin: 0;
    font-size: 1.25vw;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
}
#register .item .registerbtn{
    background:rgba(59,167,255,1);
    border-radius: 4px;
    border: 0;
    line-height: 40px;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: .1s;
}
#login .item&gt;a,
#login2 .item&gt;a,
#register .item&gt;a{
    font-size: 0.8vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #308DEA;
    margin-top: 1.35vw;
    text-align: center;
    width: 100%;
}
#login .item&gt;a span,
#login2 .item&gt;a span,
#register .item&gt;a span{
    font-size: 1vw;
    padding-left: 8px;
    cursor: pointer;
}
#login .menmberFooter,
#scancode .menmberFooter{
    margin-top: 3.75vw;
}
#login2 .menmberFooter{
    margin-top: 1.26vw;
}
#login .menmberFooter .title,
#scancode .menmberFooter .title,
#login2 .menmberFooter .title{
    height: 1vw;
    font-size: 0.9vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9F9E9E;
    display: flex;
    justify-content: center;
    align-items: center;
}
#login .menmberFooter .line,
#scancode .menmberFooter .line,
#login2 .menmberFooter .line{
    width: 23.6vw;
    margin: 0 auto;
    height: 1px;
    background: #CFD6DC;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1vw;
}
#login .menmberFooter .title .text,
#scancode .menmberFooter .title .text,
#login2 .menmberFooter .title .text{
    background: #fff;
    width: 9vw;
    height: 1vw;
    text-align: center;
}
#login .menmberFooter .other,
#scancode .menmberFooter .other,
#login2 .menmberFooter .other{
    width: 23.6vw;
    margin: 2vw auto 0;
    display: flex;
    justify-content: center;
    font-size: 0.9vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4F4F4F;
}
#login .menmberFooter .other&gt;div,
#scancode .menmberFooter .other&gt;div,
#login2 .menmberFooter .other&gt;div{
    padding-left: 3.17vw;
    height: 2.7vw;
    line-height: 2.7vw;
}
#login .menmberFooter .other .codeswitch,
#scancode .menmberFooter .other .codeswitch,
#login2 .menmberFooter .other .codeswitch{
    background: url('/addons/theme/anjie/_static/images/829/codeicon.png') no-repeat;
    background-size: 2.7vw;
}
#login .menmberFooter .other .password,
#scancode .menmberFooter .other .password,
#login2 .menmberFooter .other .password{
    background: url('/addons/theme/anjie/_static/images/829/passwordicon.png') no-repeat;
    background-size: 2.7vw;
    cursor: pointer;
}
#loginFormCode,
#loginFormPwd,
#registerFormCode{
    margin-top: 2.7vw;
}

#register{
    margin-top: 2vw;
    height: 54vw;
}
#register .radioTemp{
    align-items: center;
}
#register .radioTemp label{
    display: flex;
    justify-content: center;
    align-items: center;
}
#register .radioTemp label input{
    margin: 0 12px;
    /* margin-right: 12px; */
}
/* æ‰«ç&nbsp; */
#qrcode_login{
    width: 17vw;
    height: 17vw;
    background: #FFFFFF;
    border: 1px solid #B2C8DF;
    box-shadow: 0 0.3vw 2.96vw 0 rgba(3,27,115,0.3);
    border-radius: 0.5vw;
    margin-top: -5.3vw;
}
#qrcode_login img{
    width: 15.3vw;
    height: 15.3vw;
}
#scancode .menmberFooter{
    margin-top: 2.5vw;
}
/* ç”¨æˆ·åè®® */
#agreement .content{
    width: 90%;
    height: 20vw;
    margin: 2.5vw auto 0;
    padding: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #eee;
    border-radius: 8px;
}
#agreement .content p,
#agreement .content a,
#agreement .content img,
#agreement .content span{
    max-width: 100%;
}
#agreement .choose{
    display: flex;
    justify-content: center;
    margin-top: 2vw;
}
#agreement .choose .button{
    width: 8.125vw;
    height: 2vw;
    background-color: #ebebeb;
    font-size: 0.7vw;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 0.416vw;
}
#agreement .choose .button:first-child{
    background-color: #308dea;
    color: #fff;
}
/* é®ç½© over */


/*2023-09-11*/

#userInfo  .hovers{ height:55px;}

.hovers  .user_logo{display: block; width:32px; height:32px; border-radius: 50%;overflow: hidden;background-size:cover; margin-top:12px; }
.hovers  .user_fixed_box{width:300px!important; padding:20px;position: absolute;top:48px;z-index:9999;margin-left:-150px;box-shadow: 0px 2px 10px 2px rgba(11, 42, 113, 0.1);border-radius: 8px; background: #ffffff; right:0px; display:none}
.aj-user-list{  width:90%;margin:0 auto}
.aj-user-list ul{width:100%; overflow:hidden;}
.aj-user-list ul li{ float:left; margin-right:20px;width: 106px;height: 36px;line-height: 36px;padding-left:15px;background-color: #eff1f6;color: #3a3d4b;font-size: 12px;border-radius: 20px; margin-top:15px;}
.aj-user-list ul li img{ position:relative; margin-right:5px; top:2px;}
.aj-user-list ul li:nth-child(2n){margin-right:0px;}
.hovers   .aj_user_logout{width:90%;margin:0 auto;height:36px;background: #d0d0d0;text-align: center;line-height:36px;font-size: 14px;margin-top:20px;border-radius: 4px;}
.hovers  .aj-user-name{ width:90%;margin:0 auto}
.aj-user-name span{ display:block;font-size: 14px;color: #9d9d9d; margin-bottom:10px;}
.company_btn{width:90%;margin:0 auto; background: rgba(59,167,255,1);    text-align: center;  height: 36px;line-height: 36px;  border-radius:4px;}
.company_btn a{color:#ffffff;}
.hovers:hover  .user_fixed_box{ display:block}</pre></body></html>