fieldset {
    border: 0;
    width: 100%;
}

fieldset > legend {
    font-size: 17px;
    font-weight: bold;
    color: #666666;
}

fieldset:first-child .component > input {
    width: 400px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #d1d1d1;
    padding-left: 10px;
}

fieldset:first-child .component > input:focus {
    outline: unset;
}

#main{
    height: 665px;
    font-size: 14px;
    color: #333333;
    width: 100%;
    /*padding: 4px 0px;*/
    box-sizing: border-box;
}

.components {
    width: auto;
}

fieldset:first-child .component_item > .label {
    position: relative;
    top: 10px;
    margin-right: 14px;
    width: auto;
    padding-right: 0;
}


#form .component_item > .label {
    text-align: left;
}


fieldset:nth-child(1) {
    border-bottom: 1px solid #ececec;
    margin-bottom: 35px;
    padding-bottom: 30px;
}

fieldset:nth-child(2) {
    border-bottom: 1px solid #ececec;
    margin-bottom: 35px;
    padding-bottom: 30px;
}

.component_item {
    height: 40px;
    margin-top: 14px;
}

#form fieldset:first-child input[class=checkbox] {
    margin-top: 13px;
}

fieldset:first-child input[class=checkbox]+span.cyan_checkbox_span {
    margin-top: 13px;
}

fieldset:first-child > .component_item:last-child .component {
    width: auto;
    line-height: 38px;
}

.button>button:enabled {
    background: #1b82d1;
    /*margin-bottom: 60px;*/
    clear: both;
    height: 40px;
    width: 90px;
    color: #ffffff;
    border: 1px solid #1b82d1;
}

.button>button:hover {
    background: #1b82d1e6;
}

.button>button:focus {
    outline: 0;
}

.button:last-child > button {
    margin-left: 25px;
    border: 1px solid #e3e5e8;
    background-color: #fff;
    color: #333333;
}

.button:last-child > button:hover {
    border-color: #57a3f3;
}

.buttons {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.components span.checkbox {
    margin-right: 35px;
}

#form fieldset:nth-child(2) .component_item > .label{
    /*width: 350px;*/
    width: 60px;
}

/*#form fieldset:nth-child(2) .component_item > .label:after {
    content: "您选择的通知方式是";
    font-size: 14px;
    color: #999999;
    margin: 0 114px 0 14px;
}*/

.components .component_item .component {
    width: calc(100% - 450px)
}

.components .component_item{
    width: 100%;
    margin-left:24px;
}

#main h2 {
    border-bottom: 1px solid #ececec;
    padding: 0 0 20px 16px;
}

#main h2:before {
    content: '';
    display: inline-block;
    position: relative;
    height: 18px;
    width: 4px;
    left: -16px;
    background-color: #1b82d1;
}

.shadow-fa {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgb(128 145 165 / 20%);
    border-radius: 2px;
}

#form fieldset:nth-child(2) legend:after {
    content: "（请选择您希望的通知方式）";
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}