#file-download {position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 999;display: none;}
#file-download .content {width: 530px; background: url(/images/download/file.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);padding: 45px 36px 77px;}
#file-download .content .top {display: flex;align-items: center;justify-content: space-between;}
#file-download .content .top .word .title {font-size: 24px;font-weight: 700;color: #171d2c;}
#file-download .content .top .word .tit {font-size: 16px;color: #666666;margin-top: 10px;}
#file-download .content .top .close {cursor:pointer }
#file-download .content .top .close:hover {transform: rotate(180deg);}
#file-download .content .form {margin-top: 66px;background: #fff;border-radius: 10px;box-shadow: 0px 10px 30px 0px rgba(0, 96, 204, 0.28);padding: 44px 35px;position: relative;}
#file-download .content .form::before {content: '';height: 100%;width: 432px;background: #fff;position: absolute;left: 50%;transform: translate(-50%,-15px);border-radius: 10px;z-index: -1;opacity: 0.5;}
#file-download .content .form .li {display: flex;align-items: center;justify-content: space-between;margin-top: 20px;}
#file-download .content .form .li:first-child {margin-top: 0;}
#file-download .content .form .li .word {width: 100px; display: flex;align-items: center;justify-content: space-between;}
#file-download .content .form .li .word .text {font-size: 16px;color: #333333;}
#file-download .content .form .li .input {background: #fff;border-radius: 10px;width: 280px;line-height: 45px;font-size: 16px;box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.02);border: 1px solid #e6e6f1;padding: 0 15px;}
#file-download .content .form .li .choose {height: 45px; background: #fff;border-radius: 10px;width: 280px;line-height: 45px;font-size: 16px;box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.02);border: 1px solid #e6e6f1;padding: 0 15px;display: flex;align-items: center;justify-content: space-between;position: relative;cursor:pointer }
#file-download .content .form .li .choose .out { box-shadow: 0 0 10px rgba(0,0,0,0.2);position: absolute;left: 0;border-radius: 10px;background: #fff;top: 46px;width: 100%;border: 1px solid #e6e6f1;display: none;max-height: 110px;overflow-y: scroll !important;z-index: 10;}
#file-download .content .form .li .choose .out::-webkit-scrollbar {background-color: #e5e5e5;}
#file-download .content .form .li .choose .out::-webkit-scrollbar-thumb {background-color: #0049cc;}
#file-download .content .form .li .choose .out .list {font-size: 16px;line-height: 36px;padding: 0 20px;}
#file-download .content .form .li .choose .out .list:hover {color: #0049cc;background: #f7f8fa;}
#file-download .content .form .li .choose.cur img {transform: rotate(180deg);}
#file-download .content .form .btn {width: 240px;height: 45px;border-radius: 10px;background: #0049cc;text-align: center;line-height: 45px;color: #fff;font-size: 16px;margin: 35px auto 0;cursor:pointer }

@media screen and (max-width:750px) {
	#file-download .content {width: 684px;padding: 65px 47px 90px; background: url(/images/download/file_1.png);background-size: cover;background-position: center;background-repeat: no-repeat;}
	#file-download .content .top .word .title {font-size: 48px;}
	#file-download .content .top .word .tit {font-size: 30px;}
	#file-download .content .form .li {background: #fff;border-radius: 10px;width: 100%;box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.02);border: 1px solid #e6e6f1;padding: 0 23px;}
	#file-download .content .form .li .choose ,
	#file-download .content .form .li .input {width: 100%;line-height: 80px;font-size: 30px;box-shadow: none;border: none;height: 80px;}
	#file-download .content .form .li .word {width: 64px;}
	#file-download .content .form .li .word .text {display: none;}
	#file-download .content .form .li .choose .out {max-height: 210px;top: 80px;}
	#file-download .content .form .li .choose .out .list {font-size: 30px;line-height: 1.5;padding: 10px 20px;}
	#file-download .content .form .btn {width: 520px;height: 90px;border-radius: 10px;font-size: 36px;font-weight: 500;line-height: 90px;}
	#file-download .content .form .li .choose .character {color: #cccccc;}
	#file-download .content .form .li .choose .character.cur {color: #333333;}
	#file-download .content .form::before {width: 558px;}
}