* {
    padding: 0;
    margin: 0;
    font-family: PingFangSC, PingFang SC;
    line-height: 1;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
    color: #111111;
}

html {
    width: 100%;
}

body {
    width: 100%;
}

ul,
li,
ol,
dl,
dt,
dd {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    outline: 0 none;
}

a:link,
a:visited {
    text-decoration: none;
    color: #1F376D;
}

a:hover,
a:active {
    text-decoration: none;
    color: #BD0A01;
    border: none;
}

button {
    cursor: pointer;
}

img {
    border: 0 none;
}

p {
    margin: 0;
    padding: 0;
}

span {
    font-family: '微软雅黑', sans-serif;
    font-size: 14px;
}

table {
    border-spacing: 0px;
}

.page_title {
    font-size: 32px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    color: #111111;
    line-height: 60px;
    text-align: center;
    margin-top: 60px;
}

.page_details {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #555;
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 30px;
    margin-top: 6px;
}

.capsule {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 48px;
    height: 100px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 4px rgba(119, 144, 209, 0.19);
    border-radius: 24px;
    z-index: 999;
}

#myNewEwmDiv {
    position: fixed;
    bottom: 100px;
    right: 80px;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 4px rgba(119, 144, 209, 0.19);
    border-radius: 4px;
    display: none;
    overflow: hidden;
    z-index: 9999;
}

.title-eject:hover {
    color: #3768FA !important;
}

#headerIframe {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 70px;
    /* box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); */
}

#headerMenuIframe {
    display: none;
}

#frameFoot {
    height: 362px;
}

#retainCapitalBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000062;
    z-index: 99999999999;
}

#retainCapitalBox .retain_capital_mubu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#retainCapitalBox .retain_capital_box {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 400px;
    z-index: 2;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.02), 0px 2px 12px 0px rgba(0, 0, 0, 0.04), 0px 2px 6px 0px rgba(0, 0, 0, 0.02);
    border-radius: 4px;
}

#retainCapitalBox .retain_capital_box input {
    width: calc(100% - 70px);
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    padding: 0 16px;
}
#retainCapitalBox .retain_capital_box textarea {
    width: calc(100% - 70px);
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    padding: 10px 16px;
}
#retainCapitalBox .retain_capital_box select {
    width: calc(100% - 70px);
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    padding: 0 20px 0 10px;
}

#retainCapitalBox .retain_capital_box input::active {
    border: 1px solid #3768FA;
}

#retainCapitalBox .retain_capital_box .errMsg {
    font-size: 12px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #ED2828;
    padding: 0 16px;
    height: 24px;
    line-height: 20px;
}

#retainCapitalBox .retain_capital_box .retain_capital_form {
    padding: 24px;
}

#retainCapitalBox .retain_capital_box .retain_capital_form .retain_item {
    display: flex;
    align-items: baseline;
}

#retainCapitalBox .retain_capital_box .retain_capital_form .retain_item .label {
    width: 70px;
}

#retainCapitalBox .retain_capital_box .retain_capital_title {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #262626;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 24px;
}

#retainCapitalBox .retain_capital_box .retain_capital_title b {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    cursor: pointer;
}

#retainCapitalBox .retain_capital_box .retain_capital_title b:hover {
    opacity: 0.7;
}

#retainCapitalBox .retain_capital_box .retain_capital_title b::after {
    content: "";
    display: block;
    background: #8C8C8C;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

#retainCapitalBox .retain_capital_box .retain_capital_title b::before {

    content: "";
    display: block;
    background: #8C8C8C;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

#retainCapitalBox .retain_capital_box button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #3768FA;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    border: 1px solid #3768FA;
    text-align: center;
}

#retainCapitalBox .retain_capital_box button:hover {
    background: #7395FC;
    border: 1px solid #7395FC;
}
#retainCapitalBox .retain_capital_box button:active {
    background: #2C53C8;
    border: 1px solid #2C53C8;
}


@media (max-width: 500px) {
    #headerIframe {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        height: 4rem;
    }

    #headerMenuIframe {
        display: block;
        position: fixed;
        width: 100%;
        height: 0;
        overflow: hidden;
        z-index: 999;
        background: #fff;
        top: 4rem;
        transition: all 0.5s;
    }

    #frameFoot {
        /* height: 650px; */
        height: 350px;
    }

    .capsule {
        bottom: 2rem;
        right: 0.5rem;
    }

    #myNewEwmDiv {
        bottom: 2rem;
        right: 4.5rem;
    }

    .page_title {
        font-size: 2rem;
        font-family: SourceHanSansCN, SourceHanSansCN;
        font-weight: bold;
        color: #111111;
        line-height: 3rem;
        text-align: center;
        margin-top: 2rem;
    }

    .page_details {
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        color: #555;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 2rem;
        line-height: 2rem;
        margin-top: 0.8rem;
    }
}