/*头部*/
body{
    margin: 0px;
}
a{
    cursor: pointer;
    text-decoration: none;
    /*color:<%=acolor%>;*/
}
.banner-wrapper{
    /*height:100%;*/
    height: 70px;
    display: flex;
    justify-content:center;
    align-items: center;
    /*background-color:<%=bkcolor%>*/
}
.banner-wrapper>.content-warpper{
    width: 1000px;
    height:35px;
    position: relative;
    display: flex;
    align-items: center;

}
.content-warpper>.logo{
    width:180px;
    height:32px;
    position: absolute;
    top:5px;
    left: 0;
    /* background-image: url(<%=softTypeName%>);*/
    background: url(../image/top/logo.png);
    background-repeat: no-repeat !important;
}
.content-warpper>.phone{
    width:123px;
    height:14px;
    position: absolute;
    top:17px;
    right: 0;
    /*background-image: url(<%=softTypePhone%>);*/
    background-repeat: no-repeat;
    display: none;
}
.content-warpper>ul{
    margin-left:200px;
}
.content-warpper>ul li{
    display: inline-block;
    padding-left:30px;
    padding-right:30px;
    font-size: 12px;
    position: relative;
    height:34px;
    line-height: 34px;
}
.content-warpper>ul li:hover{

}
.content-warpper>ul li:hover .dropdown{
    display: block;
}
.content-warpper>ul li>.dropdown{
    width: 100%;
    padding-top: 8px;
    position: absolute;
    z-index: 9999;
    top: 37px;
    left: -50%;
    transform: translateX(50%);
    display: none;
}
.content-warpper>ul li>.dropdown .top-line{
    width: 60px;
    height: 2px;
    background: #ffffff;
    margin: 0 auto;
    margin-bottom: 5px;
}
.dropdownItemWrap{
    padding-top: 5px;
    background: #eaeaea;
    -moz-box-shadow: -1px 3px 6px #68686840;
    -webkit-box-shadow: 3px -1px 6px #68686840;
    box-shadow: -1px 3px 6px #68686840;
    box-shadow: -1px 3px 6px #686868\9;
    border-bottom: 2px solid;
    /* border-color:<%=bkcolor%>;*/
}
.content-warpper>ul li>.dropdown .dropdownItem{
    padding:0 2px;
    text-align: center;
    height:34px;
    background:#fff;
    line-height: 34px;
}
.content-warpper>ul li>.dropdown .dropdownItem:hover{
    padding-left:0px;
    /*border-left:2px solid #E7E7E7;*/
    /*background-color:<%=bkcolor%>;*/
    text-align: center;
    height:34px;
    line-height: 34px;
}
.content-warpper>ul li>.dropdown .dropdownItem:hover a{
    /*color:<%=acolor%>;*/
}
.content-warpper>ul li>.dropdown .dropdownItem a{
    color:#333333;
}
.phoneNum{
    width:123px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 0;
    top:9px\0;
    /*background-image: url("images/phone_icon.png");*/
    background-repeat: no-repeat;
    background-position-y: 3px;
    display: none;
    /* color:#fff; */
    font-size: 13px;
    font-family: STSong;
    font-weight: 600;
    padding-left: 17px;
}
.loginBtn{
    width:60px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 240px;
    top:3px\0;
    color:#fff;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    display: none;
}
.vip-top-icon{
    width: 230px;
    position: relative;
    top: 4px;
    right: 0px;
    height: 35px;
    /*display: none;*/
    background: url(../image/top/02.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}






body {
    height: 100vh;
}

.body-wrapper {
    height: 100%;
}

.body-wrapper>.main {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 530px;
}
p{
    display: none;
}
.main-wrapper {
    width: 470px;
    height: 390px;
    background: #FFF;
    margin: auto;
    border: 0.1px solid #AFAFAF;
}

#logintitle {
    display: flex;
    height: 40px;
    align-items: center;
    background: #F3F3F3;
}

#main-title {
    /*background: url(../images/loginlogo.png) left center no-repeat;*/
    font-size: 17px;
    color: #2d2a2a;
    /*padding-left: 35px;*/
    line-height: 27px;
   /* margin-left: 25px;*/
    margin: auto;
}

.main-title-line {
    /* 		width: 310px;
    border-bottom: 1px solid #CCCCCC;
    margin-left: 30px; */
}

.main-content {
    width: 470px;
    height: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:75px;
}
#loginForm{
    width: 470px;
    height: 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#account {
    width: 328px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #9FA2A7;
    border-radius: 2px;
    padding-left: 10px;
    background-color: #F6F6F6;
}

#password {
    width: 328px;
    height: 36px;
    line-height: 36px;
    margin-top: 30px;
    border: 1px solid #9FA2A7;
    border-radius: 2px;
    padding-left: 10px;
    background-color: #F6F6F6;
}

.login {
    width: 90px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}

.reset {
    width: 90px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    background: #1378ae;
    text-align: center;
    line-height: 30px;
    margin-left: 15px;
}

.btn-wrap {
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    /*width: 195px;*/
    height: 32px;

}

.help-center {
    margin-right: 25px;
}

.help-center a {
    /*background: url("../images/xyHelpCenter.png") left center no-repeat;*/
    font-size: 13px;
    color: #827979;
    float: right;
}

.main-foot {
    width: 340px;
    margin-top: 20px;
    font-size: 12px;
}
.main-foot .foot-left{
    float: left;
}
.main-foot .foot-right{
    float: right;
}
#remember {
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 2px;
    *margin-bottom: -2px;
}

.main-foot span {
    float: right;
}

.main-foot-line {
    width: 370px;
    border: 1px solid #E9E9E9;
}

.main-prompt {
    margin-top: 5px;
    display: inline-block;
    padding-left: 30px;
    font-size: 14px;
    color: #9C9C9C;
}

input::-ms-clear {
    /* ȥ��ie10+ input�ı���Ĳ��ͼ�� */
    display: none;
}

input::-ms-reveal {
    /* ȥ��ie10+ input�������۾�ͼ�� */
    display: none;
}

input:-webkit-autofill {
    /* ȥ���ȸ�input�Զ���䱳��ɫ����ɫ�� */
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input {
    /* ȥ�����input�Զ���䱳��ɫ����ɫ�� */
    outline: none;
    filter: none !important;
}

#forget_btn {
    cursor: pointer;
    color: #282828;
}

.alert_window {
    width: 100%;
    height: 100%;
    background-color: rgba(212, 212, 212, 0.65);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    display: none;
}

.alert_window .alert {
    min-width: 320px;
    min-height: 150px;
    background: #fff;
    border: 1px solid #b2bed2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.alert_window .text {
    text-align: center;
    margin: 0 auto;
    margin: 30px;
    letter-spacing: 1px;
}

.alert_window button {
    width: 70px;
    padding: 5px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #b2bed2;
    position: absolute;
    bottom: 0px;
    /* left: 80%; */
    right: 0px;
    transform: translateX(-50%) translateY(-50%);
}

.logoTxt {
    background-repeat: no-repeat;
    height: 45px;
    width: 197px;
    position: absolute;
    top: 45%;
    left: 25%;
}

.footer-wrapper {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-wrapper>.footer-text {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.record-icon {
    width: 20px;
    height: 20px;
    /*background-image: url(../images/record_icon.png);*/
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 2px -4px 8px;
}

.footerShow {}

.sdFooter {
    position: absolute;
    left: 0%\0;
    height: 65px;
    width: 100%;
    background: #999999;
    min-width: 765px;
}

.sdFooter .footer-wrapper {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 13px;
}

.sdFooter .footer-wrapper p {
    margin-bottom: 5px;
}

.footer-p {
    margin-top: 4px;
}

.loading .dh .leaves {
    border-color: #dedede;
}

.loading .f2 .leaves {
    border-color: #d0d0d0;
}

.loading .f3 .leaves {
    border-color: #9f9f9f;
}

.loading .f4 .leaves {
    border-color: #838383;
}

.title-word {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
}

.body-wrapper>.main {
    align-items: center;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.sd-main-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #AFAFAF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sd-main-wrapper .main-title-line {
    width: 318px;
    border-bottom: 1px solid #CCCCCC;
    margin-left: 0px;
}

.sd-main-wrapper #account {
    width: 300px;
    margin-top: 30px;
    height: 38px;
    line-height: 38px;
}

.sd-main-wrapper #password {
    width: 300px;
    margin-top: 30px;
    height: 38px;
    line-height: 38px;
}

.sd-main-wrapper .main-content {
    padding-left: 0px;
    width: 312px;
    height: 270px;
}

.sd-main-wrapper .login {
    margin-top: 40px;
    font-size: 16px;
    width: 115px;
    height: 35px;
    line-height: 35px;
}

.sd-main-wrapper .reset {
    background: #636363;
    display: block;
    margin-top: 40px;
    margin-left: 35px;
    font-size: 16px;
    width: 115px;
    height: 35px;
    line-height: 35px;
}

.sd-main-wrapper .btn-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sd-main-wrapper .main-foot-line {
    width: 368px;
    margin-top: 25px;
    border: 1px solid #E9E9E9;
}

.sd-main-wrapper .main-foot {
    width: 312px;
    margin-top: 40px;
    font-size: 12px;
    float: left;
}

.sd-main-wrapper .main-prompt {
    width: 312px;
    float: left;
    padding-left: 0px;
    font-size: 14px;
    margin-top: 8px;
}

#phoneline text {
    margin-left: 20px;
    font-size: 13px;
}

#phoneline {
    /*background: url(../images/phone.png) left center no-repeat;*/
    margin-left: 200px;
}


/*底部*/

.sdFooter{
    display:block;
    position: relative;
    left: 0%\0;
    bottom: 0px;
    height: 65px;
    width: 100%;
    background: black;
    min-width: 765px;

}
.footer-p{
    margin-top: 4px;
}
.sdFooter .footer-wrapper{
    height:100%;
    position: relative;
    display: flex;
    justify-content:center;
    color:white;
    align-items: center;
    flex-direction: column;
    font-size: 13px;
    display: -ms-flexbox;
}
.sdFooter .footer-wrapper p{
    margin-bottom:5px;
    display: block;
}