.em-module {
    background-color: #ffffff;
    /*border: solid 1px #dadfe5;*/
    box-shadow: 0 0 10px 0 #eaedf4;
    margin: 20px 0;
    padding: 20px 20px 40px;
    overflow: hidden;
}

.em-module-title {
    font-size: 32px;
    line-height: 30px;
    color: #376cb0;
    text-align: center;
    margin-top: 28px;
    position: relative;
    margin-bottom: 28px;
}

.em-module-title > i {
    width: calc(50% - 100px);
    height: 1px;
    background-color: #d2d2d2;
    position: absolute;
    top: 50%;
}

.em-module-title > i:nth-of-type(1) {
    left: 0;
}

.em-module-title > i:nth-of-type(2) {
    right: 0;
}

.em-module-title > i:after {
    display: block;
    content: '';
    width: 92px;
    height: 2px;
    background-color: #376cb0;
    position: absolute;
    top: 0;
}

.em-module-title > i:nth-of-type(1):after {
    right: 0;
}

.em-module-title > i:nth-of-type(2):after {
    left: 0;
}

.em-tips {
    font-size: 16px;
    color: #666666;
}

.em-tips > div {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.em-content {
    margin: 0 30px;
}

.em-sub {
    margin-top: 45px;
    border-top: 1px solid #d1dde6;
}

.em-btns {
    margin-top: 26px;
    text-align: center;
}

.em-btn {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    margin: 0 10px;
    font-size: 16px;
    color: #333333;
}

@media (max-width: 768px) {
    .em-btn {
        width: calc(50% - 20px);
        float: left;
    }
}

#cancel {
    background-color: #d7dee6;
    color: #333333;
	cursor: pointer;
}

#enter {
    background-color: #4a83d2;
    color: #fff;
	cursor: pointer;
}

.em-commitment {
    margin-top: 37px;
    text-align: center;
}
.em-commitment .em-checkbox{
    margin-top: 0;
}
.em-checkbox > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: solid 1px #c8d3db;
    position: absolute;
    left: 0;
    top: 0;
}

.em-radio,
.em-checkbox {
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    text-align: left;
}

.em-checkbox.em-checked span {
    border: none;
    background: url("/images/img_checkbox_checked.png") center no-repeat;
    background-size: 100% 100%;
}
.em-checkbox{
    margin-top: 18px;
}
.em-radio{
    margin-top: 8px;
    margin-right: 70px;
    /*width: 174px;*/
}
.em-radio > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 1px #bac4cc;
    position: absolute;
    left: 0;
    top: 0;
}

.em-radio.em-checked span {
    border-color: #4a83d2;
    background-size: 100% 100%;
}
.em-radio.em-checked span:after{
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #4a83d2;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -6px;
    border-radius: 50%;
}
.em-name{
    text-align-last: justify;
    width: 72px;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
}
.em-form-cell{
    margin-top: 26px;
}
.em-col-2{
    margin-right: -65px;
}
.em-col-2>div{
    width: 50%;
}
@media  (max-width: 768px) {
    .em-col-2>div{
        width: 100%;
    }
}
.em-col-2 .em-name,
.em-col-2 .em-value{
    margin-right: 65px;
}
.em-value .input-tips{
    height: 40px;
    border: solid 1px #d1dde6;
    position: relative;
}
.em-value .input-tips label{
    height: 100%;
    line-height: 38px;
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 16px;
    color: #999999;
}
.em-value .input-tips input{
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
}
.textarea-tips{
    height: 100px!important;
}
.textarea-tips textarea{
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    resize:none;
    color: #333;
    font-size: 16px;
}
.em-code .em-name{
    width: 90px;
}
.em-send{
    width: 132px;
    height: 40px;
    background-color: #4a83d2;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
.em-send[disabled]{
    background-color: #c5c5c5;
}
.em-code .input-tips{
    margin-right: 140px;
}
.em-col-2 .em-radio{
    width: 50%;
    margin-right: -5px;
}
.em-allow{
    margin-top: 0;
}
@media (max-width: 768px) {
    .em-module{
        padding-bottom: 20px;
    }
    .em-content{
        margin: 0;
    }
    .em-radio{
        width: 100% !important;
        margin-right: 0;
    }
    .em-col-2>div:last-child{
        margin-top: 26px;
    }
}
