body {
    font-family: 'Helvetica LT W01 Roman'
}
.content {
	max-width: 1120px;
	margin: 100px auto;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 -4px 4px rgba(0, 0, 0, 0.3), 4px 0 4px rgba(0, 0, 0, 0.3), -4px 0 4px rgba(0, 0, 0, 0.3);
	padding-bottom: 40px;
    margin-bottom: 120px;
    position: relative;
}
.content .content-t {
	width: 100%;
	padding: 60px;
	padding-bottom: 0;
	padding-left: 300px;
	font-size: 36px;
	color: #373737;
	font-weight: 700;
}
.content .content-t-l {
	width: 1040px;
	padding: 60px 0;
	padding-left: 300px;
	font-size: 24px;
	color: #373737;
	font-weight: 700;
    padding-bottom: 40px;
}

.list {
	width: 100%;
	padding: 0 80px;
}

    .list > div {
        width: 100%;
        padding-left: 220px;
        border-bottom: 1px dashed #c8c8c8;
        height: 80px;
        display: flex;
        align-items: center;
        color: #373737;
        font-size: 18px;
        flex-wrap: wrap;
    }

.list > div a {
	text-decoration: none;
	padding: 6px 0;
	display: flex;
	align-items: center;
}

.list > div a:hover {
	/*border-bottom: 1px solid #004bb6;*/
}

.list .submit {
	width: calc(100% - 374px);
    margin: 0 auto;
	margin-top:70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
    border: none;
}

.list .submit .sub {
	width: 150px;
	height: 40px;
	border: 1px solid #c8c8c8;
	font-size: 18px;
	color: #373737;
	background-color: #fff;
	border-radius: 4px;
    text-align: center;
    display: block;
}

    .list .submit .sub:hover {
        border: 1px solid #004bb6;
        box-shadow: 0 0 2px #004bb6, 0 0 2px #004bb6, 0 0 2px #004bb6, 0 0 2px #004bb6, 0 0 2px #004bb6;
        color: #373737;
    }

.moadl-email {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.7);
    display: none;
}
.modal-close {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.7);
    z-index: 11;
}
.moadl-email .email {
    width: 900px;
    height: 300px;
    padding: 70px 110px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index:111;
}
    .moadl-email .email .email-t {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        flex-wrap: wrap;
    }
        .moadl-email .email .email-t .errorTip {
            position: absolute;
            bottom: -25px;
            left: 130px;
            color: #ffa26e;
            font-size: 14px;
        }

        .moadl-email .email .email-t .email-img {
            width: 88px;
            /*height: 60px;*/
        }
        .moadl-email .email .email-t .comp {
            width: 30px;
            height: 30px;
        }
        .moadl-email .email .email-t input {
            flex: 1;
            margin: 0 20px 0 44px;
            height: 60px;
            padding-left: 12px;
            color:#767474;
            font-size: 22px;
            border: 1px solid #c8c8c8;
            border-radius: 4px;
        }

        .moadl-email .email .email-b {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items:center;
            margin-top: 60px;
        }
            .moadl-email .email .email-b button {
                margin-right: 10%;
                width: 150px;
                height: 40px;
                border: 1px solid #c8c8c8;
                border-radius: 4px;
                font-size: 18px;
                color: #373737;
                background-color: #fff;
            }

@media (max-width: 600px) {
    .content .content-t {
        padding: 0;
        text-align: center;
    }
    .content .content-t-l {
        padding: 0;
        text-align: center;
    }
    .list {
        width: 98%;
        margin: 0 auto;
        padding: 0 10px;
    }
    .list > div {
        padding-left: 0
    }
    .moadl-email .email {
        width: 98%;
        height: 200px;
        padding: 0;
    }
        .moadl-email .email .email-t {
            align-items: center;
            flex-direction: column;
            padding-top: 15px;
        }
            .moadl-email .email .email-t .email-img {
                width: 50px;
                margin-bottom: 5px;
            }
            .moadl-email .email .email-b {
                margin-top: 35px;
            }
        .moadl-email .email .email-t input {
            width: 98%;
            margin: 0;
        }
        .moadl-email .email .email-t .comp {
            position: absolute;
            bottom: -25px;
            left: 15px;
            width: 20px;
            height: 20px;
        }
        .moadl-email .email .email-t .errorTip {
            left: 55px;
        }
}