@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
}
/* header */
#header {
    width: 100%;
    background-color: #FFF;
    height: 100px;
}

.content {
    width: 1200px;
    margin: auto;
}

.content::after {
    clear: both;
}

.content>div {
    float: left;
}

.content>div>img {
    width: 206px;
    height: 50px;
    margin: 25px 0;
}

.content>ul {
    list-style: none;
    float: right;
    margin: 0;
}

.content>ul>li {
    float: right;
    position: relative;
    height: 100px;
    cursor: pointer;
}
.content>ul>li.down{
    width: 130px;
    background-image: url("../images/button_nor.png");
    background-position: right 35px;
    background-repeat: no-repeat;
    background-size: 90px 35px;
}
.content>ul>li.down:hover{
    background-image: url("../images/button_hover.png");
}
.content>ul>li>a {
    display: block;
    margin: 33px 20px;
    line-height: 31px;
    font-size: 16px;
    color: #1A1A1A;
    text-decoration: none;
}

.content>ul>li>a:hover {
    color: #DF0617;
    border-bottom: 3px solid #FF1F2C;
}

.content>ul>li>a.active {
    color: #DF0617;
    border-bottom: 3px solid #FF1F2C;
}
.Personal-all{
    cursor: pointer;
}
.Personal-all:hover>.personal {
    display: block;
}

.PersonalInformation>div {
    display: inline-block;
}

.PersonalInformation>div>p {
    display: inline-block;
    font-size: 14px;
    color: #BBBBBB;
    letter-spacing: 0;
}

.PersonalInformation>div>img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
}

.PersonalInformation>img {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 25px 15px 25px 100px;
    border-radius: 50%;
}

.personal {
    position: absolute;
    width: 280px;
    background-color: #FFF;
    top: 100px;
    right: 0;
    display: none;
    z-index: 99999;
}

.personal_content {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.personal_content>ul {
    list-style: none;
    overflow: hidden;
    width: 100%;
}

.personal_content>ul>li {
    float: left;
}

.personal_content>ul>li:nth-child(1) {
    width: 50px;
}

.personal_content>ul>li:nth-child(2) {
    width: 114px;
    padding-left: 14px;
    box-sizing: border-box;
}

.personal_content>ul>li:nth-child(3) {
    width: 96px;
}

.personal_content>ul>li>img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.personal_content>ul>li>h4 {
    font-size: 16px;
    color: #1A1A1A;
    line-height: 30px;
    margin: 0;
}

.personal_content>ul>li>p {
    font-size: 14px;
    color: #9E9E9E;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
}

.personal_content>ul>li>span {
    font-size: 12px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    width: 100%;
    margin: 2px 0;
    line-height: 46px;
    background-image: url("../images/home_me_tag.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.balance {
    width: 100%;
    padding: 50px 0 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.balance>h2 {
    font-size: 30px;
    color: #E90617;
    text-align: center;
}

.balance>p {
    font-size: 12px;
    color: #9E9E9E;
    text-align: center;
}

.button {
    width: 100%;
}

.button>button {
    width: 100%;
    height: 42px;
    text-align: center;
    border: none;
    background-color: #F5F5F5;
    font-size: 12px;
    color: #9E9E9E;
    background-image: url("../images/ic_exit.png");
    background-position: 95px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    outline: none;
    cursor: pointer;
}

.button>button:hover {
    background-image: url("../images/ic_exit_pre.png");
    background-color: #E90617;
    color: #FFF;
}

/* down */
.down {
    position: relative;
}

.down>img {
    width: 90px;
    height: 35px;
    display: block;
    margin: 37px 0 28px 20px;
    cursor: pointer;
}

.down:hover>.down_icon {
    display: block;
}

.down_icon {
    position: absolute;
    width: 210px;
    background-color: #FFF;
    top: 100px;
    right: 0px;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

.down_icon>img {
    width: 100%;
    display: block;
}

.down_icon>p {
    font-size: 14px;
    margin: 15px 0 5px 0;
    color: #1B1B1B;
}

/* login */
#login {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
}

.loginCont {
    width: 460px;
    background-color: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -230px;
}

.loginCont>.title {
    background-color: #F9F8F8;
    padding: 0 30px;
    overflow: hidden;
}

.loginCont>.title>h1 {
    font-size: 20px;
    color: #1A1A1A;
    float: left;
    margin: 0;
    line-height: 70px;
}

.loginCont>.title>img {
    width: 40px;
    height: 40px;
    float: right;
    margin: 15px 0;
    display: block;
    cursor: pointer;
    transition: all 0.5s;
}

.loginCont>.title>img:hover {
    transform: rotate(90deg);
}

.loginCont>.form {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
}

.loginCont>.form>form {
    width: 100%;
}

.inputList {
    list-style: none;
    overflow: hidden;
    width: 100%;
}

.inputList>li {
    width: 100%;
    height: 85px;
    position: relative;
}

.inputList>li>input {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    outline: none;
    font-size: 15px;
    padding-left: 35px;
    box-sizing: border-box;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.inputList>li>input.text {
    background-image: url("../images/ic_phone.png");
}

.inputList>li>input.pass {
    background-image: url("../images/ic_code.png");
    padding-right: 100px;
}

.inputList>li>p {
    font-size: 12px;
    color: #EA4B40;
    line-height: 30px;
    display: none;
}

.inputList>li>button {
    width: 100%;
    outline: none;
    border: none;
    line-height: 50px;
    background-color: #E90617;
    font-size: 16px;
    color: #FFFFFF;
}

.codeButton {
    font-size: 14px;
    color: #E90617;
    position: absolute;
    display: block;
    width: 99px;
    line-height: 20px;
    top: 15px;
    right: 0;
    text-align: center;
    border-left: 1px solid #9E9E9E;
    cursor: pointer;
}
.nocodeButton {
    font-size: 14px;
    color: #9E9E9E;
    position: absolute;
    display: block;
    width: 99px;
    line-height: 20px;
    top: 15px;
    right: 0;
    text-align: center;
    border-left: 1px solid #9E9E9E;
    cursor: pointer;
}
/* footer */
#footer {
    width: 100%;
    min-width: 1200px;
    background-color: #FAFAFA;
    border-top: 1px solid #EDE9E9;
}

#footer>.footerCont {
    width: 1200px;
    margin: auto;
    padding: 42px 0 63px 0;
    box-sizing: border-box;
}

.footerCont>ul {
    overflow: hidden;
    list-style: none;
    width: 100%;
}

.footerCont>ul>li:first-child {
    width: 910px;
    float: left;
    margin-right: 60px;
}

.footerCont>ul>li:last-child {
    width: 230px;
    float: left;
    overflow: hidden;
}

.footerCont h4 {
    font-size: 18px;
    color: #7F7F7F;
    line-height: 25px;
}

.footerCont p {
    font-size: 14px;
    color: #A8A8A8;
    text-indent: 30px;
    line-height: 25px;
}

.footerCont a {
    font-size: 14px;
    color: #A8A8A8;
    line-height: 30px;
    width: 182px;
    float: left;
}

.footerCont img {
    width: 100%;
}

.filing_information{
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all;
    gap: 12px;
    color: #A8A8A8;
}

.filing_information a{
    text-decoration: none;
    word-break: break-all;
    white-space: nowrap;
    width: auto;
}