
#modal-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(127, 127, 127, .5);
    display: none
}

#modal-content {
    position: relative;
    top: 200px;
    width: 500px;
    height: 375px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto
}

#modal-content-top {
    width: 500px;
    height: 88px;
	font-family: FZLTDHK--GBK1-0;
	font-size: 24px;
	line-height: 35px;
    font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
    border-radius: 10px 10px 0 0;
    background: url(../images/cover-bg.png) no-repeat top center;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#modal-content-body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 500px;
    height: 345px;
    padding: 31px 55px 50px
}

.modal-content-input-wrapper {
    position: relative;
    width: 390px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #d2d2d2;
    margin-bottom: 16px
}

.modal-content-input-wrapper .icon-icon12 {
    width: 14px;
    height: 21px;
    margin-left: 14px;
    margin-right: 14px;
    background: url(../images/icon-phone.png);

}
.modal-content-input-wrapper .icon-icon13 {
    width: 19px;
    height: 20px;
    margin-left: 14px;
    margin-right: 14px;
    background: url(../images/icon-user.png);

}
.modal-content-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 342px;
    height: 50px;
    border: 0;
    outline: 0
}

#modal-content-btn,
.modal-box-item {
    border-radius: 6px;
    color: #fff;
    text-align: center
}

#modal-content-btn {
    width: 390px;
    height: 50px;
    border: 0;
    line-height: 50px;
    background-color: #4fadf9;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /* margin-top: 10px; */
}

#modal-content-btn:hover {
    -webkit-filter: brightness(.95);
    filter: brightness(.95)
}

#modal-content-desc {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-align: right;
    padding-top: 11px;
    padding-bottom: 15px
}

#modal-content-box,
#modal-content-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#modal-content-title {
    width: 100%;
    color: #333;
    font-size: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 14px
}

#modal-content-title .modal-hr {
    width: 132px;
    height: 0;
    border: solid 1px #d2d2d2
}

#modal-content-box {
    height: 58px
}

.modal-box-item {
    width: 120px;
    height: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 0;
    font-size: 14px;
    line-height: 20px
}

.modal-box-item1 {
    background-image: -o-linear-gradient(315deg, #4fadf9 0, #4a74f6 100%);
    background-image: linear-gradient(135deg, #4fadf9 0, #4a74f6 100%);
    -webkit-box-shadow: 0 2px 16px 0 rgba(79, 172, 249, .35);
    box-shadow: 0 2px 16px 0 rgba(79, 172, 249, .35)
}

.modal-box-item2 {
    background-image: -o-linear-gradient(315deg, #f4ba55 0, #efa737 50%, #e9941a 100%);
    background-image: linear-gradient(135deg, #f4ba55 0, #efa737 50%, #e9941a 100%);
    -webkit-box-shadow: 0 2px 16px 0 rgba(250, 196, 102, .35);
    box-shadow: 0 2px 16px 0 rgba(250, 196, 102, .35)
}

.modal-box-item3 {
    background-image: -o-linear-gradient(315deg, #f6894d 0, #ee6d43 50%, #e55038 100%);
    background-image: linear-gradient(135deg, #f6894d 0, #ee6d43 50%, #e55038 100%);
    -webkit-box-shadow: 0 2px 16px 0 rgba(249, 137, 103, .35);
    box-shadow: 0 2px 16px 0 rgba(249, 137, 103, .35)
}

#close-modal-btn {
    position: absolute;
    top: -44px;
    right: -45px;
    cursor: pointer;
    background-image: url(../images/icon-close.png);
     background-size: 100% 100%;
     width: 44px;
    height: 44px;
}