.body-wrapper-agent {
    position: relative;
    width: 100%;
    margin-top: 60px;
}

.agent-area-container {
    width: 100%;
    position: relative;
}

.agent-nav {
    padding-top: 5px;
    position: absolute;
    width: 100%;
    height: 49px;
    background: #031f51;
    overflow-x: scroll;
    overflow-y: hidden;
}

.agent-nav::-webkit-scrollbar {
    display: none;
}

.agent-nav ul {
    width: 440px;
    text-align: center;
    text-indent: -5px;
}

.agent-nav ul li {
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    width: 140px;
}

.agent-nav ul li a {
    border: 1px solid #1a56a9;
    box-sizing: border-box;
    color: #fff;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 8px;
    line-height: 40px;
    text-align: center;
}

.agent-nav ul li a.active {
    border-color: #c8b675;
}

.agent-nav ul li a i {
    margin-right: 4px;
    top: 2px;
}

.agent-wrap {
    background: #fff;
    padding: 50px 10px 20px;
}

.agent-wrap h2 {
    color: #333;
    line-height: 60px;
    letter-spacing: 3px;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.agent-wrap h3 {
    color: #0088fe;
    font-size: 1rem;
    padding: 0px 0 10px;
}

.agent-wrap .agent-commi-rule2 {
    margin-bottom: 20px;
}

.agent-wrap .ListNum li {
    padding-left: 1.8rem;
    counter-increment: step-counter;
    line-height: 30px;
    margin-bottom: 5px;
    text-indent: -1.8rem;
}

.agent-wrap .ListNum li:before {
    content: counter(step-counter);
    font-size: .8rem;
    background-color: #2eccc3;
    color: white;
    border-radius: 50em;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    vertical-align: middle;
    margin-right: 0.5em;
    text-align: center;
    direction: rtl;
    text-indent: 0;
    line-height: 1.5rem;
}

.agent-wrap .ListNum li span, .colorRed {
    color: #ff2b2b;
}

.bottom30 {
    margin-bottom: 30px;
}

.agent-wrap .introduction {
    color: #707070;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    padding-top: 0px;
}

table.commi {
    width: 100%;
    color: #545454;
    font-size: 16px;
    line-height: 32px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
}

table.commi th {
    background: #343434;
    color: #ffffff;
    text-align: center;
    font-size: .7rem;
    padding: 2px;
    line-height: 1rem;
    vertical-align: middle;
    border: 1px solid #4e4e4e;
}

table.commi td {
    border: 1px solid #ccc;
    font-size: .9rem;
}

/*申請代理(表格)*/
.agent-title {
    width: 100%;
    padding: 0 5px;
    font-size: 16px;
    margin-bottom: 10px;
}

.agent-title .txt-right {
    display: inline-block;
    float: right;
}

.agent-button {
    width: 100%;
    text-align: center;
}

.agent-button button {
    font-size: 18px;
    width: calc(50% - 10px);
    height: 40px;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    margin: 10px 0;
    box-sizing: border-box;
}

.agent-button button:first-child {
    background: #c2a25d;
}

.agent-button button:last-child {
    background-color: #8d8d8d;
}

/*申請代理*/
.apply_agent .member {
    padding: 0 0 10vh;
    overflow: auto;
    color: #000;
}
.apply_agent .member .member-form {
    padding:0;
}
.apply_agent .member .member-form .login-field {
    border: solid 1px #d2d2d2;
}
.apply_agent .member .member-form .login-field:focus-within {
    border-color: #c2a25d;
}
.apply_agent .member .member-form .prompt-txt{
    padding: 5px 10px;
    padding-bottom: 15px;
    margin-top: -10px;
    color: red;
}
.apply_agent .member .member-form .TextArea {
    padding: 5px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 50em;
    color: #7a7a7a;
    height: 40px;
    font-size: 14px;
}
/*提示字樣式*/
.apply_agent .member .member-form .TextError {
    padding: 0 15px;
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 14px;
}
.apply_agent #AlertAccount,.apply_agent #AlertPasswd,.apply_agent #AlertDoublePasswd {
    color: #ff4f4f;
}
.apply_agent #AlertPasswd.TextRemind {
    color: #008000;
}
.apply_agent .member .member-form input {
    color: #000;
}