/*头部*/
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.gif);
    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.gif);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}













.wrapper .content{
    width: 1230px;
    height: 660px;
}
.wrapper .content .title{
    width:100%;
    height: 35px;
    background-color: #eaeaea;
}
.wrapper .content .title .text{
    margin-left: 242px;
    font-size: 16px;
    line-height: 35px;
    color:#8b8b8b;
}
.wrapper .content .form{
    padding-top: 50px;
}
.wrapper .content .form .bar {
    width: 350px;
    margin: 30px auto 0px auto;
    position: relative;
}
.wrapper .content .form .bar .text {
    width: 70px;
    height: 30px;
    padding-right: 15px;
    line-height: 30px;
    text-align: right;
    font-size: 14px;
}

.wrapper .content .form .bar input {
    width: 260px;
    height: 26px;
    line-height: 26px;
}
.wrapper .content .form .bar .yzm {
    width: 156px;
}
.wrapper .content .form .bar .yzmbtn {
    width: 100px;
    height: 30px;
    margin-left: 5px;
}
.wrapper .content .form .bar #lc-captcha-response {
    position: absolute;
    top: -200px;
    left: 0px;
}
.wrapper .content .form .bar .l-captcha {
    position: absolute;
    top: -5px;
    left: 80px;
    display: none;
}
.wrapper .content .form .submit_btn {
    display: block;
    margin: 30px auto;
    width: 130px;
    height: 30px;
}