@import "network.css";
.menu_normal {
    width: 150px;
    height: 60px;
    background: #F5F6FA;
    border-radius: 6px;
    border: 1px solid #D9DDE3;
}

.menu_select {
    width: 150px;
    height: 60px;
    background-image: linear-gradient(90deg, #244691 0%, #262767 100%);
    border-radius: 6px;
}

.title_bar {
    width: 1024px;
    height: 100px;
    background-image: linear-gradient(90deg, #244691 0%, #262767 100%);
}

.title_text {
    width: 100%;
    height: 20px;
    font-size: 20px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}

.title_text2 {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
}

.menu_img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
}

.menu_text_normal{
    width: 100%;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    margin-left: 6px;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #244691;
    letter-spacing: 0;
}

.menu_text_select {
    width: 100%;
    height: 16px;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 20px;
    margin-left: 6px;
}

.home_icon_text {
    height: 16px;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 102px;
}

.home_kbps_text {
    height: 24px;
    font-size: 22px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    text-align: center
}

.home_kbps{
    height: 18px;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 27px;
    text-align: center
}

.home_g_text {
    height: auto;
    width: 120px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    text-align: center;
    white-space:normal;
    word-break:break-all;
    overflow:hidden;
}

.home_connType_text {
    height: auto;
    width: 120px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    text-align: center;
    white-space:normal;
    word-break:normal;
    overflow:hidden;
}

.text_lan {
    width: 31px;
    height: 16px;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #666666;
    line-height: 26px;
}

.vertical_line {
    width: 1px;
    height: 64px;
    background: #D8D8D8;
}

.info_title_text {
    height: 20px;
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #161617;
    line-height: 30px;
}

.info_data_text {
    height: 16px;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}

.network_content {
    width: 950px;
    height: auto;
    min-height: 578px;
    margin: auto;
    background: #F9FBFF;
    border-radius: 6px;
    border: 1px solid #D9DDE3;
    position: relative;
    display: flex;
}

.network_menu_normal {
    height: 40px;
    background: #FFFFFF;
    border-bottom: 1px solid #D9DDE3;
}

.network_menu_normal2 {
    height: 40px;
    background: #F9FBFF;
    border-bottom: 1px solid #D9DDE3;
}

.network_menu_select {
    height: 40px;
    background: #244691;
}

.network_menu_text_normal {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #244691;
    line-height: 40px;
    margin-left: 20px;
    height: 14px;
}

.network_menu_text_select {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 20px;
    height: 14px;
}

.settings_content {
    width: 950px;
    height: auto;
    min-height: 600px;
    _height:600px;
    margin: auto;
    background: #F9FBFF;
    border-radius: 6px;
    border: 1px solid #D9DDE3;
    position: relative;
    display: flex;
}

.internet_content {
    width: 950px;
    height: auto;
    min-height: 600px;
    _height:600px;
    margin: auto;
    background: #F9FBFF;
    border-radius: 6px;
    border: 1px solid #D9DDE3;
    position: relative;
}

.settings_menu_normal {
    height: 40px;
    background: #FFFFFF;
    border-bottom: 1px solid #D9DDE3;
}

.settings_menu_select {
    height: 40px;
    background-color: #244691;
}

.settings_menu_text_normal {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #244691;
    line-height: 40px;
    margin-left: 20px;
    height: 14px;
}

.settings_menu_text_select {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 20px;
    height: 14px;
    letter-spacing: 0;
}
.settings_restart_text {
    height: 14px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #868686;
    line-height: 21px;
}

.settings_menu2_normal {
    height: 40px;
    background: #F9FBFF;
    border-bottom: 1px solid #D9DDE3;
}

.settings_menu2_select {
    height: 40px;
    background: #244691;
}

.settings_menu2_text_normal {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #244691;
    line-height: 40px;
    margin-left: 40px;
    height: 14px;
}

.settings_menu2_text_select {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 40px;
    height: 14px;
}

body {
    margin:auto;
    background-image:none;
    position:relative;
    width:1024px;
}

.disable {
    pointer-events: none;
    background-color: #868686;
}

.form_sketch {
    border-color:transparent;
    background-color:transparent;
}
#base {
    position:absolute;
    z-index:0;
}
#u21_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:1200px;
    height:768px;
    background:inherit;
    background-color:rgba(255, 255, 255, 1);
    box-sizing:border-box;
    border-width:1px;
    border-style:solid;
    border-color:rgba(121, 121, 121, 1);
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#u21 {
    border-width:0px;
    position:absolute;
    left:50px;
    top:50px;
    width:1200px;
    height:768px;
    display:flex;
}
#u21 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u21_div.mouseOver {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:1200px;
    height:768px;
    background:inherit;
    background-color:rgba(255, 255, 255, 1);
    box-sizing:border-box;
    border-width:1px;
    border-style:solid;
    border-color:rgba(121, 121, 121, 1);
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#u21.mouseOver {
}
#u21_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
}
#u22_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:878px;
    height:130px;
    background:inherit;
    background-color:rgba(242, 242, 242, 1);
    border:none;
    border-radius:20px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#u22 {
    border-width:0px;
    position:absolute;
    left:252px;
    top:553px;
    width:878px;
    height:130px;
    display:flex;
}
#u22 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u22_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
}
#u23_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:112px;
    height:34px;
}
#u23 {
    border-width:0px;
    position:absolute;
    left:105px;
    top:89px;
    width:112px;
    height:34px;
    display:flex;
}
#u23 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u23_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
}
#u24_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:214px;
    height:28px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Helvetica-Bold', 'Helvetica Bold', 'Helvetica', sans-serif;
    font-style:normal;
    font-size:20px;
    text-align:center;
}
#u24 {
    border-width:0px;
    position:absolute;
    left:223px;
    top:92px;
    width:214px;
    height:28px;
    display:flex;
    font-family:'Helvetica-Bold', 'Helvetica Bold', 'Helvetica', sans-serif;
    font-style:normal;
    font-size:20px;
    text-align:center;
}
#u24 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u24_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u25_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:62px;
    height:34px;
}
#u25 {
    border-width:0px;
    position:absolute;
    left:1149px;
    top:80px;
    width:62px;
    height:34px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u25 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u25_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
}
#u26_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:1113px;
    height:2px;
}
#u26 {
    border-width:0px;
    position:absolute;
    left:99px;
    top:160px;
    width:1112px;
    height:1px;
    display:flex;
}
#u26 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u26_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
}
#u27_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:95px;
    height:41px;
}
#u27 {
    border-width:0px;
    position:absolute;
    left:196px;
    top:180px;
    width:95px;
    height:41px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u27 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u27_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
}
#u28_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:95px;
    height:41px;
}
#u28 {
    border-width:0px;
    position:absolute;
    left:532px;
    top:180px;
    width:95px;
    height:41px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u28 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u28_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
}
#u29_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:95px;
    height:41px;
}
#u29 {
    border-width:0px;
    position:absolute;
    left:867px;
    top:180px;
    width:95px;
    height:41px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u29 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u29_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
}
#u30_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:95px;
    height:41px;
}
#u30 {
    border-width:0px;
    position:absolute;
    left:699px;
    top:180px;
    width:95px;
    height:41px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u30 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u30_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
}
#u31_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:95px;
    height:41px;
}
#u31 {
    border-width:0px;
    position:absolute;
    left:364px;
    top:180px;
    width:95px;
    height:41px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u31 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u31_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
}
#u32 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
}
#u33_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:94px;
    height:68px;
}
#u33 {
    border-width:0px;
    position:absolute;
    left:293px;
    top:377px;
    width:94px;
    height:68px;
    display:flex;
}
#u33 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u33_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
}
#u34_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:57px;
    height:20px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u34 {
    border-width:0px;
    position:absolute;
    left:308px;
    top:462px;
    width:57px;
    height:20px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u34 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u34_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u35 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
}
#u36_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:94px;
    height:68px;
}
#u36 {
    border-width:0px;
    position:absolute;
    left:578px;
    top:377px;
    width:94px;
    height:68px;
    display:flex;
}
#u36 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u36_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
}
#u37_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:71px;
    height:20px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u37 {
    border-width:0px;
    position:absolute;
    left:590px;
    top:462px;
    width:71px;
    height:20px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u37 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u37_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u38 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
}
#u39_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:94px;
    height:68px;
}
#u39 {
    border-width:0px;
    position:absolute;
    left:872px;
    top:377px;
    width:94px;
    height:68px;
    display:flex;
}
#u39 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u39_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
}
#u40_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:107px;
    height:20px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u40 {
    border-width:0px;
    position:absolute;
    left:872px;
    top:462px;
    width:107px;
    height:20px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u40 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u40_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u41_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:69px;
    height:24px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:17px;
}
#u41 {
    border-width:0px;
    position:absolute;
    left:330px;
    top:584px;
    width:69px;
    height:24px;
    display:flex;
    font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:17px;
}
#u41 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u41_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u42_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:103px;
    height:24px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:17px;
}
#u42 {
    border-width:0px;
    position:absolute;
    left:582px;
    top:584px;
    width:103px;
    height:24px;
    display:flex;
    font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:17px;
}
#u42 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u42_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u43_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:96px;
    height:24px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:17px;
}
#u43 {
    border-width:0px;
    position:absolute;
    left:827px;
    top:584px;
    width:96px;
    height:24px;
    display:flex;
    font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:17px;
}
#u43 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u43_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u44_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:23px;
    height:30px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:22px;
}
#u44 {
    border-width:0px;
    position:absolute;
    left:459px;
    top:366px;
    width:23px;
    height:30px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:22px;
}
#u44 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u44_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u45_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:123px;
    height:18px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:13px;
    color:#AAAAAA;
}
#u45 {
    border-width:0px;
    position:absolute;
    left:572px;
    top:618px;
    width:123px;
    height:18px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:13px;
    color:#AAAAAA;
}
#u45 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u45_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u46_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:76px;
    height:18px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:13px;
    color:#AAAAAA;
}
#u46 {
    border-width:0px;
    position:absolute;
    left:837px;
    top:618px;
    width:76px;
    height:18px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:13px;
    color:#AAAAAA;
}
#u46 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u46_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u47_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:56px;
    height:24px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:17px;
    color:#AAAAAA;
}
#u47 {
    border-width:0px;
    position:absolute;
    left:482px;
    top:369px;
    width:56px;
    height:24px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:17px;
    color:#AAAAAA;
}
#u47 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u47_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
}
#u48_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:23px;
    height:30px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:22px;
}
#u48 {
    border-width:0px;
    position:absolute;
    left:459px;
    top:426px;
    width:23px;
    height:30px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:22px;
}
#u48 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u48_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u49_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:56px;
    height:24px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:17px;
    color:#AAAAAA;
}
#u49 {
    border-width:0px;
    position:absolute;
    left:482px;
    top:429px;
    width:56px;
    height:24px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:17px;
    color:#AAAAAA;
}
#u49 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u49_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
}
#u50_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:126px;
    height:2px;
}
#u50 {
    border-width:0px;
    position:absolute;
    left:413px;
    top:410px;
    width:125px;
    height:1px;
    display:flex;
}
#u50 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u50_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
}
#u51_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:29px;
    height:20px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u51 {
    border-width:0px;
    position:absolute;
    left:430px;
    top:373px;
    width:29px;
    height:20px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u51 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u51_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u52_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:29px;
    height:20px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u52 {
    border-width:0px;
    position:absolute;
    left:430px;
    top:429px;
    width:29px;
    height:20px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u52 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u52_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u53 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
}
#u54_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:36px;
    height:22px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
}
#u54 {
    border-width:0px;
    position:absolute;
    left:759px;
    top:371px;
    width:36px;
    height:22px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
}
#u54 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u54_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u55_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:23px;
    height:22px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
}
#u55 {
    border-width:0px;
    position:absolute;
    left:765px;
    top:434px;
    width:23px;
    height:22px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
}
#u55 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u55_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u56_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:28px;
    height:20px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u56 {
    border-width:0px;
    position:absolute;
    left:763px;
    top:401px;
    width:28px;
    height:20px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u56 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u56_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u57_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:52px;
    height:2px;
}
#u57 {
    border-width:0px;
    position:absolute;
    left:711px;
    top:410px;
    width:51px;
    height:1px;
    display:flex;
}
#u57 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u57_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
}
#u58_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:123px;
    height:18px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:13px;
    color:#AAAAAA;
}
#u58 {
    border-width:0px;
    position:absolute;
    left:303px;
    top:618px;
    width:123px;
    height:18px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:13px;
    color:#AAAAAA;
}
#u58 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u58_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u59_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:2px;
    height:69px;
}
#u59 {
    border-width:0px;
    position:absolute;
    left:497px;
    top:584px;
    width:1px;
    height:68px;
    display:flex;
}
#u59 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u59_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
}
#u60_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:2px;
    height:69px;
}
#u60 {
    border-width:0px;
    position:absolute;
    left:748px;
    top:584px;
    width:1px;
    height:68px;
    display:flex;
}
#u60 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u60_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
}
#u61_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:95px;
    height:41px;
}
#u61 {
    border-width:0px;
    position:absolute;
    left:1035px;
    top:180px;
    width:95px;
    height:41px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u61 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u61_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
}
#u62_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:52px;
    height:2px;
}
#u62 {
    border-width:0px;
    position:absolute;
    left:802px;
    top:410px;
    width:51px;
    height:1px;
    display:flex;
}
#u62 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u62_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
}
#u63_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:62px;
    height:34px;
}
#u63 {
    border-width:0px;
    position:absolute;
    left:1074px;
    top:80px;
    width:62px;
    height:34px;
    display:flex;
    font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight:400;
    font-style:normal;
}
#u63 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u63_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
}
#u64_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:2px;
    height:69px;
}
#u64 {
    border-width:0px;
    position:absolute;
    left:973px;
    top:584px;
    width:1px;
    height:68px;
    display:flex;
}
#u64 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u64_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
}
#u65_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:69px;
    height:24px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:17px;
}
#u65 {
    border-width:0px;
    position:absolute;
    left:1014px;
    top:584px;
    width:69px;
    height:24px;
    display:flex;
    font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:17px;
}
#u65 .text {
    position:absolute;
    align-self:flex-start;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    width:100%;
}
#u65_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
}
#u66_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:43px;
    height:28px;
}
#u66 {
    border-width:0px;
    position:absolute;
    left:1027px;
    top:608px;
    width:43px;
    height:28px;
    display:flex;
}
#u66 .text {
    position:absolute;
    align-self:center;
    padding:2px 2px 2px 2px;
    box-sizing:border-box;
    width:100%;
}
#u66_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
}
.full_screen
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full_screen_opacity
{
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0 ,0 ,0.5);
}
.full_screen_plane
{
    width: 520px;
    height: 480px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(145,157,194,0.16);
    border-radius: 4px;
    border: 1px solid #D9DDE3;
    z-index: 100;
}
.full_screen_plane_close
{
    margin-left: 520px;
    margin-bottom: 480px;
    position: absolute;
    z-index: 200;
}
.full_screen_title {
    position: absolute;
    width: auto;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(54, 55, 57, 1);
    font-size: 20px;
    font-family: SourceHanSansCN-Medium;
    text-align: left;
    white-space: nowrap;
    line-height: 30px;
}
.full_screen_subtitle {
    position: absolute;
    width: auto;
    height: 18px;
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #363739;
    line-height: 27px;
}
.full_screen_option {
    position: absolute;
    width: auto;
    height: 16px;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #666666;
    line-height: 24px;
}
.full_screen_plane_notify
{
    width: 250px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(145,157,194,0.16);
    border-radius: 4px;
    border: 1px solid #D9DDE3;
    z-index: 100;
}

#notify_close
{
    margin-left: 250px;
    margin-bottom: 150px;
}
