.twgm-dl .header-title {
	margin-top: 35px;
    background: #616161;
    color: white;
    /*padding-left: 15px;
    border-left: 7px solid #ff5f5f;*/
    height: 70px;
}

.twgm-dl .icon-wrap {
	position: absolute;
    padding: 16px 19px;
    line-height: 40px;
    height: 70px;
    box-sizing: border-box;
    font-size: 25px;
    /* background: rgba(0,0,0,0.1); */
    /* box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3); */
    letter-spacing: 0px;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.twgm-dl .header-title span {
	/*line-height: 73px;
	font-size: 33px;
	margin-right: 10px;
	color: #ff5f5f;*/
	/*line-height: 73px;
    font-size: 45px;
    margin-right: 15px;
    color: #ffffff;
    height: 70px;
    background: #ff5f5f;
    width: 60px;*/
    line-height: 41px;
    font-size: 30px;
    margin-right: 7px;
    color: #ffffff;
    height: 40px;
    background: #ff5f5f;
    width: 40px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.twgm-dl .table-wrap {
	padding: 20px;
	padding-bottom: 30px;
	background: white;
}

.twgm-dl .table-wrap p.search-box {
	position: relative;
}

.twgm-dl .import-form {
	padding: 10px;
    width: 210px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    /*border-left: 4px solid #ff5f5f;*/
    margin-bottom: 20px;
    border-radius: 0px 7px 7px 0px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.03);
}

.twgm-dl label:first-child {
	display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #616161;
}

.twgm-dl .import-form .input-file-wrap {
	margin-bottom: 3px;
}

.twgm-dl .import-form #file-path {
	display: inline-block;
    border-radius: 4px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    box-shadow: inset 0px 0px 1px rgba(0,0,0,0.1);
    height: 30px;
    padding-right: 11px;
    outline: none;width:145px;
}

.twgm-dl .import-form label.btn-label {
	display: inline-block;
    font-size: 13px;
    padding: 6px 8px 0px 15px;
    background: #ff5f5f;
    color: white;
    border-radius: 0px 4px 4px 0px;
    margin-bottom: 6px;
    z-index: 1;
    margin-left: -10px;
    margin-top: 2px;
    height: 30px;
    box-sizing: border-box;
}

.twgm-dl .manage-btn-wrap {
	margin-bottom: 10px;
}

.twgm-dl .btn-add a {
	display: inline-block;
    background: #616161;
    color: white;
    padding: 10px 15px 7px 10px;
    border-radius: 4px;
    font-size: 13px;
    box-sizing: border-box;
    text-decoration: none;
    /*font-weight: 500;*/
}

.twgm-dl .btn-add a span {
	color: #ff5f5f;
}

.twgm-dl .import-form label.btn-label:hover {
	background: #ff6f6f;
}

.twgm-dl .import-form label.btn-label span {
	font-size: 16px;
}


@media screen and (max-width: 782px) {
	.twgm-dl .table-wrap p.search-box {
		width: 100%;
	}
}

.twgm-dl .btn-backup {
    display: inline-block;
    border: 0px solid #616161;
    background: #616161;
    color: white;
    padding: 10px 15px 7px 10px;
    border-radius: 4px;
    font-size: 13px;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
}

.twgm-dl .btn-backup span {
    color: #ff4f4f;
}