.body {
    margin-top: 30px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.banner {
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
}

.container {
    padding: 30px 25px;
    background-color: #fff;
}

.container .title {
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    text-align: center;
    padding-bottom: 20px;
}

.container .image {
    padding: 15px 0;
}

.container .small_title {
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    font-family: "Pingfang SC", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans;
    font-size: 12px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.6;
    text-align: start;
    text-decoration-color: initial;
    text-decoration-style: initial;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    word-spacing: 0px;
}

.container .small_image {
    width: 567px;
    margin: 0 auto;
}

.container .desc {
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    margin-top: 20px;
}

.container .fields_container {
    margin: 40px 0 30px 0;
}

.container .fields_container .fields {
    padding: 15px 10px;
}

.container .label {
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: rgb(34, 34, 34);
    padding-bottom: 4px;
    text-align: left;
    white-space: pre-wrap;
    word-break: break-word;
}

.container i {
    color: #ff4d4f;
    content: "*";
    display: inline-block;
    font-family: SimSun, sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-right: 4px;
}

.input_warpper {
    background-color: #fff;
    background-image: none;
    border: 1px solid #dfdfdf;
    border-top-color: rgb(223, 223, 223);
    border-right-color: rgb(223, 223, 223);
    border-bottom-color: rgb(223, 223, 223);
    border-left-color: rgb(223, 223, 223);
    border-radius: 2px;
    color: rgba(0, 0, 0, .85);
    display: inline-block;
    display: inline-flex;
    font-size: 14px;
    line-height: 1.5715;
    min-width: 0;
    padding: 4px 11px;
    position: relative;
    transition: all .3s;
    width: 50%;
}

.input_warpper input {
    font-feature-settings: "tnum", "tnum";
    background-image: none;
    border-radius: 2px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .85);
    display: inline-block;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    margin: 0;
    min-width: 0;
    position: relative;
    transition: all .3s;
    width: 100%;
    padding-left: 10px;
}

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

button {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    padding: 0px 55px;
    background-color: rgb(51, 51, 51);
    border-color: rgba(255, 255, 255, 0);
    border-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
    height: 32px;
}

.published {
    text-align: center;
    padding: 28px 0;
}

.privacy-collecting-warning {
    opacity: 1;
    font-size: 14px;
    transition: opacity 0.4s linear;
    margin-bottom: 7px;
    color: #545454;
    text-shadow: 0 1px 1px #e9e9e9;
}

.error-tips {
    display: none;
    font-size: 14px;
    color: #e34152;
}

.success-image {
    width: 50px;
    margin: 20px auto;
}

.success-title{
    font-size: 21px;
    padding: 3px 0;
    text-align: center;
}

.success{
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
}

.verification{
    margin-top: 10px;
    width: 15%;
}