.substance {
    width: 1200px;
    margin: 0 auto;
}

.substance .headtitle {
    width: 100%;
    padding:0px 10px;
    text-align: center;
    margin-top: 50px;
}

.substance .headtitle img {
    margin: 15px 0 25px 0;
}

    .substance .headtitle p {
        font-size: 16px;
        color: #393939;
        margin-bottom: 6px;
        font-weight: 200;
    }

.substance .headtitle span {
    font-size: 15px;
    color: #1B79F8;
}

.substance .list {
    width: 100%;
    margin-top: 45px;
}

.substance .list form {
    width: 100%;
}

    .substance .list .listinput {
        width: calc(50% - 20px);
        margin: 10px 10px 0 10px;
        border: 1px solid #E4E4E4 !important;
        display: flex;
    }

        .substance .list .lastInput {
            margin-bottom: 10px;
        }

        .substance .list .listinput:nth-child(odd) {
            text-align: left;
        }

.substance .list .listinput:nth-child(even) {
    text-align: right;
}

/*谷歌*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*火狐*/
input[type="number"] {
    -moz-appearance: textfield;
}

.substance .list .listinput label {
    width: 115px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #393939;
    position: relative;
}

.substance .list .listinput input {
    width: calc(100% - 115px);
    padding: 0px 14px;
    height: 50px;
    color: #393939;
    font-size: 14px;
    border-style: none;
    font-weight: 100;
}

.substance .list .word {
    width: calc(100% - 20px);
    float: left;
    padding: 10px 14px 10px 20px;
    border: 1px solid #E4E4E4 !important;
    display: flex;
    margin: 0px 10px 20px;
}

.substance .list .word label {
    width: 100px;
    align-items: center;
    color: #393939;
}

    .substance .list .word textarea {
        font-size: 14px;
        width: calc(100% - 100px);
        height: 150px;
        color: #393939;
        vertical-align: top;
        border-style: none;
        font-weight: 100;
        padding-left: 10px;
    }

.substance .list form .btn {
    display: block;
    border: none;
    font-size: 18px;
    line-height: 51px;
    width: 231px;
    height: 51px;
    color: white;
    background-color: #1B79F8;
    /*margin: 0px auto;*/
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: calc( ( 100% - 231px ) / 2 );
    cursor: pointer;
    outline: none;
}

.substance .list form .btn:hover {
    background-color: #6baaff;
}

.required {
    color: red;
    width: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 5px;
    justify-content: center;
}

/* 弹窗样式开始 */
.layui-layer-dialog {
    height: auto !important;
}

    .layui-layer-dialog #okBtn {
        height: 70px !important;
        line-height: 70px !important;
        text-align: center !important;
        padding: 0 !important;
    }

.layui-layer-btn-c {
    text-align: center !important;
    width: 100% !important;
    padding: 12px 15px 30px 15px !important;
}

.layui-layer-btn0 {
    border-color: #1B79F8 !important;
    background-color: #1B79F8 !important;
    color: #fff !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border-radius: 5px !important;
}
/* 弹窗样式结束 */

/*手机端css样式*/
@media screen and (max-width: 1360px) {
	
	.substance{
		width: 100%;
	}
	.substance .list .listinput{
		width: calc(100% - 20px);
	}
	.substance .list form .btn{
		margin-bottom: 60px;
		margin-top: 60px;
	}
}
