@charset "UTF-8";
/* +----------------------------------------------------------------------
// | ProKvm [ 专业云计算软件开发商 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2022~2024 https://cloud.ackpet.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( https://www.xmbillion.com/ )
// +----------------------------------------------------------------------
// | Theme Name:  蓝色企业模板
// +----------------------------------------------------------------------
// | Author: 多彩云 <20233652@qq.com>
// +----------------------------------------------------------------------
// | version:3.2.2
// +----------------------------------------------------------------------
*/
 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-family:''Roboto', sans-serif';font-weight:400}
 @font-face {
    font-family: "dcynews";
    src: url("../fonts/DINPro-Medium.woff") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}
.sub-menu-desc p,.sub-menu-desc,dd.my-sub-title a{font-weight:600;font-size:12px}
.header {
    position: relative;
    z-index: 1;
    height: 62px;
    padding: 0px 0; 
    background: #ffffff !important;
    padding-left: 24px;
    border-bottom: 1px solid rgba(30, 35, 45, 0.1);
}

  .topbar-hot .hot-link a:hover,
  .header .language-kind .language-kind-tit .site-name:hover,
  .header .log-link:hover {
   color:var(--dcydhxz);
}
  .header:hover .language-kind .language-kind-tit .earth-icon {
    background: url(../images/earth-icon.png) no-repeat center;
}


  /*.header:hover .language-kind .language-kind-tit::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 20px;
    width: 1px;
    height: 24px;
    background-color: rgba(94,109,129, 0.5);
}*/
/* .header:hover {
    background: #ffffff !important;
    box-shadow: 0px 8px 8px 0px rgba(30, 35, 45, 0.08);
    z-index: 2;
}*/
.topbar-user {
    float: right;
    height: 100%;
    line-height: 62px;
    position: relative;
    z-index: 2;
}
.topbar-user .log-link {
    float: left;
    width: 80px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    margin-left: -22px;
    color: #252b3a;
}
.topbar-user .reg-link {
    float: left;
    width: 96px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background:var(--dcyanxz);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.language-kind {
    position: relative;
    float: right;
    height: 100%;
    margin-left: 0px;
    z-index: 2;
}
.language-kind .language-kind-tit {
    position: relative;
    height: 100%;
        font-size: 14px;
    line-height: 62px;
    padding-right: 20px;
    padding-left: 23px;
    cursor: pointer;
}
.language-kind .language-kind-tit .earth-icon {
    position: absolute;
    top: 24px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url(../images/earth-icon.png) no-repeat center;
}
.language-kind .language-kind-tit .site-name {
    color: #212121;
        font-weight: 600;
}
/*.language-kind .language-kind-tit::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 20px;
    width: 1px;
    height: 24px;
    background-color: rgba(94,109,129, 0.5);
}*/
.language-kind .language-kind-tit:hover .earth-icon {
    background: url(../images/earth-icon-active.png) no-repeat center !important;
}
.language-kind .language-kind-tit .arrow {
    display: inline-block;
    width: 9px;
    height: 5px; 
    vertical-align: top;
    margin-top:30px;
    margin-left: 6px;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #666 transparent transparent;
}
.language-kind .language-kind-tit:hover .site-name {
    color:var(--dcydhxz) !important;
}
 
.language-kind .language-kind-tit:hover .arrow {
        border-width: 0 4px 4px;
    border-color: transparent transparent #666;
}
.language-kind .language-kind-list.show {
    display: block;
    z-index: 9999;
    visibility: visible;
    display: block;
    background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.language-kind .language-kind-list ul{
    padding: 0px 0 0 5px;
}
.language-kind .language-kind-list {
    position: absolute;
    top: 62px;
    right: -80px;
    padding: 10px 16px 0;
    width: 195px;
    background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    border-radius: 4px;
    display: none;
}
.language-kind .language-kind-list ul li {
    padding: 10px 0px;
    /*border-bottom: 1px solid #F0F2F5;*/
}
.language-kind .language-kind-list ul li .language-tit {
    height: 22px;
    line-height: 22px;
    color:var(--dcydhxz);
    font-weight: 500;
    font-size: 14px;
    width: 82px;
    margin-bottom: 8px;
}
.language-kind .language-kind-list ul li a {
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #495770;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.language-kind .language-kind-list ul li a:hover{
    
    color:var(--dcydhxz);
}
.topbar-hot {
    float: right;
    height: 100%;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}
.topbar-hot .hot-link {
    float: left;
    height: 100%;
}
.topbar-hot .hot-link a {
    float: left;
    height: 100%;
    font-weight: 600;
    line-height: 62px;
    font-size: 14px;
    color: #252b3a;
    margin-right: 22px;
}
.hint-orange {
    width: 96%;
    padding: 0 20px;
    margin-bottom: 0px;
    line-height: 32px;
    font-size: 12px;
    color:var(--dcydhxz);
    background-color: var(--dcyanc);
    border-radius: 16px;
}
.hint-orange .icon-warning {
    font-size: 14px;
    color: #f93;}
.el-icon {
    height: 17px;
    width: 17px;
    display: inline-block;
} 
@media (max-width:1080px){
    .header { 
    height: 130px;
    padding-left: 0px;
    background: rgba(255, 255, 255, 0) !important;
    border-bottom: 0px solid rgba(30, 35, 45, 0.1);
}
.header:hover
{
    box-shadow: 0px 0px 0px 0px rgba(30, 35, 45, 0.08);
    background: rgba(255, 255, 255, 0) !important;
}
    .topbar-user {
    float: right;
    height: 100%;
    line-height: 62px;
    position: relative;
    z-index: 2;
    display: none;
}
.language-kind {
    position: relative;
    float: right;
    height: 100%;
    margin-left: 24px;
    z-index: 2;
    display: none;
}

.topbar-hot {
    float: right;
    height: 100%;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    display: none;
}
}
#translate{
	display:none;
}
       .kuang{
            position: relative;

            height: 46px;
            
        }
        .kuang input{
            position: absolute;
             
        }
        .conceal{
            position: absolute;
            top: 0px;
            right: 15px;
            width: 20px;
            height: 46px;
            background-image: url(../images/xs.svg);
            background-size: 100% 100%;   
            cursor: pointer;
        }
        .conceal.yincang{
            background-image: url(../images/bxs.svg);
            background-size: 100% 100%; 
        }
.fl{float:left}
.fr{float:right}
.clear:after{content:'';display:table;width:100%}
.center{text-align:center}
.blue{color:var(--dcydhxz)}
a{text-decoration:none;color:var(--dcydhxz)}
.wrapper{width:1280px;margin:0 auto;box-sizing:border-box}
 .login-module {
    margin: 16px 0;
}
.other-module-horizontal.other-module-with-text {
    align-items: center;
    border-bottom-width: 0;
    display: flex;
    margin: 20px 0;
}
.other-module-horizontal {
    border-bottom: 1px solid #eaedf1;
    clear: both;
    margin: 20px 0;
    max-width: 100%;
    min-width: 100%;
    position: relative;
    width: 100%;
}

.other-module-login {
    color: #80838a;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.other-module-login {
    box-sizing: border-box;
    color: #606a78;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    padding: 0 16px;
}
.other-module-horizontal.other-module-with-text:after, 
.other-module-horizontal.other-module-with-text:before {
    border-bottom: 1px solid;
    border-bottom-color: inherit;
    content: "";
    flex: 1 1;
    height: 0;
}
.other-module-login-item {
padding: 0 30px;
    
}
ul,li{list-style-type:none}
.photo img{width:350px}
.link{color:var(--dcydhxz)}
.link:hover{color:var(--dcydhxz)}
a.blue:hover{opacity:.8}
.logo img{margin-left: 0px;width:150px;padding-top:14px}
.logo{line-height:initial}
dl,ol,ul{margin-top:0;margin-bottom:0rem}
.btn{background:var(--dcyans);color:#fff;cursor:pointer;border-radius: 4px;border:0px solid var(--dcyanb);text-align:center;white-space:nowrap}
.btn:hover{background:var(--dcyanxz);color:#fff;cursor:pointer;border-radius: 4px;border:0px solid var(--dcyanb);text-align:center;white-space:nowrap}
.btn:not(.btn-primary):hover{opacity:.8}
.btn.btn-lg{width:100%;display:block;font-size:16px}
.btn.btn-primary{border:1px solid var(--dcyans);color:#fff;background:var(--dcyans)}
.btn.btn-primary:hover{background:var(--dcyanxz);color:#fff}
.btn.btn-primarysj:hover{background:var(--dcyanc);color:#4e638b}
.btn:disabled{border-color:#e6e6e6;color:#bbb;cursor:no-drop !important}
.btn:disabled:hover{border-color:var(--dcyanb) !important;background-color:var(--dcyans) !important;color:#bbb !important}
.input-skin{width:100%;border:1px solid var(--dcyanc);background: var(--dcyanc);height:46px;padding:0 20px;box-sizing:border-box;color:#4e638b}
.input-skin:hover{border-color:var(--dcyanc)}
.input-skin:focus{border-color:var(--dcyanc)}
.parsley-error-list {
    position: absolute;
    visibility: hidden;
}
.parsley-error {
    border-color: #ff5f5f !important;
}
.hide {
    display: none;
}
.southwest:hover{
    border: 0px solid var(--dcyanb);
    background: var(--dcyanxz);
    color: #fff;
    cursor: pointer;
    
}
.southwest {
   display: block;
    width: 180px;
    height: 46px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 0px solid var(--dcyanb); 
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background:var(--dcyans);
    margin-top: 1rem;
    font-size: 14px;
}
.parsley-error-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 6px;
    font-size: 12px;
    color: #ff5f5f;
}

.dyc-nav li {
    float: left;

}
.dyc-nav a:hover, .dyc-nav li.active a, .nav li a.active, .support a:hover {
    color: var(--dcydhxz);
}
.dyc-nav a {
    color: #333;
    font-size: 16px;
    margin: 0 0px auto;
    height: 35px;
    line-height: 35px;
    display: block;
    position: relative;
    cursor: pointer;
}
.dyc-nav a:hover::after, .dyc-nav li.active a:after, .dyc-nav a.active:after {
    width: 100%;
    left: 0;
    right: 0;
    opacity: 1;
}
.dyc-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    background: var(--dcyxhx);
    height: 3px;
    width: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    opacity: 0;
    transition: all .3s;
}
select{-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}
 select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #adb5bd;
}
.input-skin:disabled:hover,.input-skin:disabled:focus{border:1px solid #dde4ed}
.input-skin::-webkit-input-placeholder{color:#9aa5ba}
.input-skin::-moz-placeholder{color:#9aa5ba}
.input-skin:-ms-input-placeholder{color:#9aa5ba}
.checkbox{color:#4e638b;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.checkbox input[type=checkbox],.page-footeruser{display:none}
.checkbox input[type=checkbox]+.iconfont{width:12px;height:12px;display:inline-block;border:1px solid #94959d;border-radius: 3px;vertical-align:middle;position:relative;top:-1px;overflow:hidden;cursor:pointer;margin-right:3px}
.checkbox input[type=checkbox]:checked+.iconfont{background-color:#337dff;border:1px solidvar(--dcydhxz)}
.checkbox input[type=checkbox]:checked+.iconfont:before{content:'\e636';color:#fff;position:absolute;top:0;left:-1px;width:100%;height:100%;font-size:18px;line-height:16px}
.checkbox input:disabled+i{background-color:#dde4ed}
.btn:disabled:hover{border-color:var(--dcyanb) !important;background:var(--dcyans) !important;color:#666 !important}
.code .input-skin{ 
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;width:calc(100% - 130px)}
.code .input-skinyzm{ 
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;width:calc(100% - 140px)}
.code .input-skinyzm {
    width: 60%;
    border: 1px solid #f3f3f4;
    background: #f3f3f4;
    height: 46px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #4e638b;
}
.code .imgCode,.code .btnCode{ 
    width: 130px;
    height: 46px;
    float: right;
    border-radius: 0px;
    line-height: 30px;
    cursor:pointer}
    .captcha_img {
       width: 35%;
    margin-left: 15px;}
.page-header{line-height:42px;padding:0px 0;}
.wrapper-a a{color:#252B3A}
.wrapper-a {text-align:center;margin-bottom: 0rem;color:#252B3A}
.wrapper-b a{color:#252B3A}
.wrapper-b {margin-top: -30px;text-align: right;margin-bottom: 0rem;color:#252B3A}
.wrapper-b span {
    margin-left: 8px;
    margin-right: 8px;
}
.page-he{font-size:18px;display:inline-block;vertical-align:bottom;color:#ffffff}
.page-header .logo img{display:inline-block}
.page-header-info li{display:inline-block;padding:0 25px;position:relative}
.page-header-info li:after{content:'';display:block;width:1px;height:12px;background-color:#bccadb;position:absolute;top:14px;right:0}
.page-header-info li:last-child{padding-right:0}
.page-header-info li:last-child:after{display:none}
.page-header-info .page-header-m{display:none;font-size:28px}
 
.page-content .wrapper{height:100%}
.page-content .left,.page-content .right{display:table-cell;vertical-align:middle;padding:0px;width:500px}
.mt-5,.my-5{margin-bottom: -1rem !important;
    margin-top: 1rem !important;
    margin-left: 2.5rem !important;
    margin-right: 2rem !important;}
.mt-5 a{
    color: var(--dcydhxz);
}
.page-content .left .title{font-size:30px;font-weight:700;margin-bottom:20px;color:#212e48}
 
.page-content .left .explain li{display:inline-block;color:#4e638b;margin:5px 15px 5px 0;font-size:14px}
.page-content .left .explain li i{margin-right:5px}
.page-content .left .photo{margin-top:80px;padding:0 30px}
.page-content .right{text-align:right}
.page-footer{ 
    color: #252B3A;
    z-index: 9999;
    clear: both;
    font-size: 13px; 
    bottom: 0;
    font-family: "dcynews";
    text-align:center;
     line-height:25px}
.login-wrap{display:table;width:100%;height:calc(100vh - 200px);min-height:480px}
.login-item{flex-direction: row; flex-wrap: wrap;display: flex; min-height:420px}
.login-itema{min-height:420px}
.login{display:inline-block;width:420px;background-color:#fff;text-align:left;box-shadow:0 6px 30px rgba(0,0,0,0.06);}
.login-title{
    color: #020814;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .003em;
    line-height: 32px;
    padding: 35px 35px 0px;
    
}
@media (max-width:1080px){
.login-title{
    display: none;}
}
.login-tab{margin:20px 30px 0px 0px;position:relative;/*border-bottom:1px solid #ddd98*/}
.login-tab h3{line-height:68px;font-size:14px}
.frr{    float: right;
    margin-top: 8px;}
.login-tab ul{font-size:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:40px;margin-bottom:0;list-style:none}
.login-tab ul li{display:inline-block;font-size:14px;line-height:68px;box-sizing:border-box;position:relative;cursor:pointer;margin-right:30px;color:#4e638b}
a.active{display:inline-block;font-size:14px;line-height:68px;box-sizing:border-box;position:relative;cursor:pointer;color:#0058ff;font-weight:bold}
.login-tab ul li .active:after{width:100%}
a.active:after{content:'';display:block;width:0;height:2px;background-color:#337dff;position:absolute;left:50%;bottom:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}
.login-other{position:absolute;cursor:pointer;right:-15px;top:15px}
.login-other .bubble{position:absolute;top:8px;right:50px;border-radius:3px;border:1px solidvar(--dcydhxz);padding:5px 10px;font-size:12px;white-space:nowrap;background-color:#e6f1ff;color:#337dff}
.login-other .bubble:before,.login-other .bubble:after{content:'';display:block;width:0;height:0;border-width:5px;border-style:solid;border-color:transparent transparent transparent #e6f1ff;position:absolute;right:-10px;top:8px}
.login-other .bubble:before{border-left-color:#337dff;right:-11px}
.login-content{width:100%;margin-bottom:15px}
 
.login-form{padding:20px 30px 0px 0px}
.mt-4.text-center {
    margin-bottom: 20px;
}
.login-code .code-link{
    cursor: pointer;
}
.red {
    color: #ea5200;
}
.login-code-right {
    width: 220px;
    min-height: 432px;
    position: relative;
    background: #fff;
}
.contact-txt {
    font-size: 14px;
    color: #080d17;
    line-height: 18px;
    position: absolute;
    right: 15px;
    top: 20px;
}
.login-code {
    text-align: center; 
}
.login-code h2 {
    margin: 110px 0 0px;
    font-size: 20px;
    color: #080d17;
    line-height: 36px;
    font-weight: 700;
}
.code-qrcode {
    position: relative;
    margin-bottom: 16px;
}
.login-relative {
    position: relative!important;
}
.login-relative img{
    width: 160px;
    object-fit: contain;
    position: relative;
    background: url(../images/reg_code_wrap.png) no-repeat;
    background-size: contain;
    padding: 5px;
    cursor: pointer;
}
.code-qrcode .code-detail {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    z-index: 2000;
}
.login-code .code-title {
    margin-top: 10px;
    font-size: 13px;
    line-height: 22px;
}
.login-code p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.login-code .code-link {
    cursor: pointer;
}
.login-code a {
    text-decoration: none;
}
.code .btnCode_phone{width: 128px;
    height: 46px;
    text-align: center;
    margin-top: -2.3px;
    border: 1px solid #f3f3f4;
    border-right: 1px dashed rgba(143, 150, 163, .4);
    cursor: pointer;}
.code .input-skin_phone{width:calc(100% - 142px)}
.input-skin_phone:hover{border-color:#bccadb}
li.code.allow_login_code_captcha{margin-bottom:20px}
.input-skin_phone{width:100%;border:1px solid #dde4ed;height:42px;padding:0 20px;box-sizing:border-box;border-radius: 3px;color:#4e638b;float:right}
.btn.btn-primary{border:1px solid var(--dcyans);color:#fff;background:var(--dcyans)}
.login-form li{    margin-top: 25px;
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;}
 .login-form li .code{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}   
    .btn.btn-primarysj {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.login-form li:first-child{margin-top:-1px}
.login-form li:last-child{margin-top:20px}
.separation{display:inline-block;width:1px;height:18px;background-color:#bccadb;vertical-align:middle;margin:0 15px}
.ewm-box{width:165px;height:165px;border:1px solid #dde4ed;margin:0 auto;padding:7px;box-sizing:border-box;margin-bottom:15px}
.ewm-box img{width:150px;height:150px}
.checkbox input[type=checkbox]:checked+.iconfont:before{top:-2px;font-size:14px}
@media screen and (max-width:1200px){.wrapper{width:90%}
.page-content .left .title{font-size:32px}
}@media screen and (max-width:992px){.wrapper{width:94%}
.page-content .left{display:none}
.wrapper-b { text-align: center !important; display: none;
}
.login{width:100%}
.page-header-info li{padding:0 10px}
}@media screen and (max-width:640px){.page-content .right{padding:0}
.page-content{padding:calc(30px + 0px) calc(0px / 2) 0px calc(0px / 2)}
.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0px;margin-bottom:0;list-style:none}
.page-header-info .page-header-m{display:block}
.page-header-info .page-header-c{display:none;width:160px;padding:10px 0;position:absolute;right:0;border-radius: 3px;background-color:#fff;box-shadow:0 6px 30px rgba(0,0,0,0.06);z-index:99}
.page-header-info .page-header-c li{display:block;padding:0}
.page-header-info .page-header-c li a{display:block;padding:0 20px}
.page-header-info .page-header-c li:after{display:none}
.page-header-info .page-header-c li:hover a{background-color:#f0f7ff;color:#337dff}
/*.page-header-info:hover .page-header-c{display:block}*/
.login-tab{margin:0 20px}
.login-form{padding: 20px 20px 0px 20px;}
.login-tab ul li{display:inline-block;font-size:14px;line-height:68px;box-sizing:border-box;position:relative;cursor:pointer;margin-right:30px;color:#4e638b}
.mt-5,.my-5{margin-left: 1rem !important;
    margin-right: 1.1rem !important;margin-top:1rem !important}
ul{display:block;list-style-type:disc;margin-block-start:0em;margin-block-end:0em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:0px}
.login-other{right:-5px}
}
.banner-main{animation: banner-appear 2s linear forwards;width:100%;height:auto;position:relative;margin-top:20%}
@-webkit-keyframes banner-appear {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
	}
}

@keyframes banner-appear {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
		transform: translateY(-40px);
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
	}
}
.banner-main-img{width:100%;overflow:hidden;height:360px}
.banner-main-img li{width:100%;display:none;overflow:hidden;top:0;left:0}
.banner-main-img li img{width:100%;display:block;position:relative;top:0;object-fit:fill;border-radius:6px;height:170px;background-size:100% 100%}
.ui-controls ul{margin-bottom:10px;margin-left:-40px}
.ui-controls ul li{display:inline-block;width:40px;height:8px;background-color:#eff2f7;border-radius:5px;float:left;margin-right:10px;cursor:pointer}
.ui-controls ul li:hover{border:2px solid #ccc;background:#999}
.ui-controls ul .current{background:#fff;background-color:var(--orange)}
.ui-controls .ui-prev:hover{background-position-x:0px}
.ui-controls .ui-next:hover{background-position-x:-42px}
.ui-controls01 ul{position:absolute;bottom:20px;right:20px}
.ui-controls01 ul li{float:left;width:10px;height:10px;margin:0px 5px;border:2px solid #ddd;background:#eee;text-indent:-9999px;overflow:hidden;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}
.ui-controls01 ul li:hover{border:2px solid #ccc;background:#999}
.ui-controls01 ul .current{border:2px solid #ccc;background:#999}
body{margin:0;font-family:Poppins,sans-serif;font-size:0.8125rem;font-weight:400;line-height:1.5;color:#495057;text-align:left;background-color:#ffffff}
.login-page{background-image: url(../images/hh99.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;}
ul.page-header-c a{color:#666 !important;font-size:14.5px}
.banner-main-img ul{padding:0}
.desc{color:#252B3A !important;margin:20px 0px;font-size:42px}
.desc span {
    background: linear-gradient(90deg, #FF9B6E 0%,#FF5432 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 64px;
    margin: 0px 10px;
}
.desc p{color:#252B3A !important;line-height: 38px;margin-bottom: 0rem;font-size:18px}
.banner-main h2{line-height:38px !important;height:38px;/*background:linear-gradient(0deg,rgb(255 255 255),rgb(255 255 255));*/font-size:48px;color:#252B3A !important;margin-top:10px;border-radius:3.5px;/*box-shadow:0 2px 4px 0 rgba(54,58,80,.32);*/padding-left:0px;/*border:2px solid #fff;border-left:20px solidvar(--dcydhxz)*/}
@media (max-width:1080px){
    .login-page{
    background-image: url(../images/mbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 242px;
    position: relative;
    
}
.login-code-right{
    display: none;
}
.flk {
     
    float:initial
}


.logo img {
    margin-left: 0px;
    width: 180px;
    padding-top: 30px;
    height: 160px;
}

.logo {
    line-height: initial;
    position: relative;
    text-align: center;
    line-height: 62px;
}

.login {
    display: inline-block;

    background-color: #fff;
    text-align: left;
    box-shadow: 0 6px 30px rgb(0 0 0 / 0%); 
    border-radius: 10px;
}

.page-footer {
    text-align: center;
    padding: 20px 0px 10px 0px;
    color: #666;
    line-height: 30px;
}
.wrapper-a * {
    color: #666;
}
.wrapper-a{
  text-align: center !important;
    display: none;
}
.wrapper-b{
  text-align: center !important;
  display: none;
  
}
.login-item {
    min-height: 100%;
    display: block;
}
.login-itema {
    min-height: 100%;
    display: block;
}
.login-wrap {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 120px;
}
.page-header{line-height:40px;    padding: 0 0rem;
 
}
.bx-list-ul:before{content:"\eaaa";color:#4B4D51;font-size:35px}
ul.page-header-c a{color:#6c6969 !important;font-size:14.5px}
}

 
.input-skin input:hover {
    border-color:var(--dcydhxz);
}
.input-skin:focus {
    border-color:var(--dcydhxz);
}
.input-skin:focus {
    border-color: var(--dcydhxz);
    outline: 0;
 
}

.btn.btn-primarysj{background:var(--dcyanc);color:#4e638b}
	.logo.text-center img{width:50%;}
    .list-inline-item .icon {
        height: 28px;
    width: 28px;
    border-radius: 100px;
    opacity: .8;
    margin-right: 5px;
    }
    .social-list-item {
        border: none;
    }
    .input-group-prepend {
        width: 100px;
    }
	.allow_login_code_captcha{display:none;}
	.auth-full-bg .bg-overlay {
		background: url(../images/new-background.jpg)no-repeat left top / 100% 1400px;
		background-size: cover;
		opacity:1;
	}
  .form-control,.input-group-append{
    height: 46px;
  }
  
  ::-webkit-scrollbar {
    width: 0.25em;
    height: 0.25em;
    position: absolute;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.15);
}
::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0);
}