﻿#Download .down_list .item
{
    font-size:16px;
    padding: 20px 0px !important;
    width: 100%;
}
#Download .down_list .item p
{
    float: left;
    width: 60%;
    text-indent: 15px;
    line-height: 45px;
    padding-top: 10px;
}
#Download
{
    margin-bottom:100px;
    margin-top:50px;
}
#Download .down_list .item {
	display:inline-block;
	justify-content:space-between;
	align-items:center;
	padding:20px;
	border-bottom:1px solid #ccc;
transition:all .3s
}
#Download .down_list .item:hover {
transition:all .3s;
	background-color:hsla(0, 0%, 94.5%, .7)
}
#Download .down_list .item:hover p {
	color:#3677a7;
}
#Download .down_list .item .btn .button-container {
	width:170px;
	min-width:170px
}
#Download .dialog .el-dialog__body, #Download .dialog .el-dialog__header {
	padding:0
}
#Download .dialog .down_form {
	display:grid;
grid-template-columns:.42fr .58fr
}
#Download .dialog .down_form h2 {
	font-size:30px;
	color:#1a47cc;
	padding-bottom:25px
}
#Download .dialog .down_form .right {
	padding:50px 50px 30px 40px
}
#Download .dialog .down_form .right .el-input__inner {
	border:none;
	padding-left:0
}
#Download .dialog .down_form .right .el-input {
	border-bottom:1px solid #e3e8ee
}
#Download .dialog .down_form .right .btn .button-container {
	margin-top:5%;
	width:120px;
	min-width:120px
}
#Download .dialog .down_form .right .btn .button-container span {
	font-size:14px
}
.bgc span {
    color: #3677a7;
    margin-left: -22px;
}
.radius {
	border-radius:50px
}
.btn
{
    width:150px;
    border-radius:50px;
    border:#3677a7 solid 1px;
    padding: 15px 12px;
    float:right;
    margin-right: 15px;
}
.iconfont {
    background: url(../images/xz.png) no-repeat center;
    width: 51px;
    height: 20px;
    float: left;
}
.btn2
{
    width:150px;
    border-radius:50px;
    border:#3677a7 solid 1px;
    padding: 15px 20px 15px 12px;
    float:right;
    margin-right: 15px;
}
.btn2 a
{
    color: #3677a7;
    font-size: 14px;
}
.iconfont2 {
    background: url(../images/yl.png) no-repeat center;
    width: 51px;
    height: 20px;
    float: left;
}