/* 遮罩层 */
#overlay {
    z-index: 10;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 0;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    display: none;
    /* 弹出框主体 */
}
#overlay .popup {
    background-color: #ffffff;
    width: 770px;
    height: 500px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
#overlay .popup .left {
    width: 254px;
}
#overlay .popup .left > img {
    width: 254px;
    border-radius: 1px 0 0 1px; 
    border-radius: 10px 0 0 10px;
}
#overlay .popup .right {
    width: 516px;
    padding: 45px 40px;
    position: relative;
}
#overlay .popup .right .iconfont {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 21px;
    color: #aaaaaa;
    font-size: 21px;
    cursor: pointer;
    transition: all 0.2s linear;
}
#overlay .popup .right .iconfont:hover {
    color: #f3434d;
}
#overlay .popup .right h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 3px;
}
#overlay .popup .right #cverlay-title1{
    margin-top: 60px !important;
    margin-bottom: 50px;
}
#overlay .popup .right p {
    padding: 0;
}
#overlay .popup .right p label {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #333;
    text-align: left;
    margin-bottom: 20px;
}
#overlay .popup .right p input {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 30px;
}
.jc-form-input{
    border-radius: 30px !important;
}
#overlay .popup .right p input::placeholder {
    font-size: 20px;
    color: #d9d9d9;
}
#overlay .popup .right p input:focus {
    outline: 1px solid #5b82ff;
}
#overlay .popup .right p .form-buttom {
    display: inline-block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    color: #fff;
    background-color: #5b82ff;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.2s linear;
}
#overlay .popup .right p .form-buttom1 {
    display: inline-block;
    width: 213px;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    color: #fff;
    background-color: #5b82ff;
    border-radius: 30px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.2s linear;
}
#overlay .popup .right p .form-buttom:hover, #overlay .popup .right p .form-buttom1:hover {
    background-color: rgba(91, 130, 255, 0.6);
}
#overlay1 {
    z-index: 10;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 0;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    display: none;
    /* 弹出框主体 */
}
#overlay1 .popup1 {
    background-color: #ffffff;
    width: 770px;
    height: 500px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
}
#overlay1 .popup1 .top {
    position: relative;
    width: 100%;
    height: 152px;
    font-size: 0;
}
#overlay1 .popup1 .top > .iconfont {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 21px;
    color: #fff;
    font-size: 21px;
    cursor: pointer;
}
#overlay1 .popup1 .top > img {
    width: 770px;
    border-radius: 10px 10px 0 0;
}
#overlay1 .popup1 .buttom {
    padding: 50px 0;
}
#overlay1 .popup1 .buttom p {
    width: 100%;
    font-size: 22px;
    color: #333;
    padding-bottom: 20px;
}
#overlay1 .popup1 .buttom p .form-buttom1 {
    margin-top: 40px;
    display: inline-block;
    width: 423px;
    height: 58px;
    line-height: 58px;
    font-size: 22px;
    color: #fff;
    background-color: #5b82ff;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s linear;
}
#overlay1 .popup1 .buttom p .form-buttom1:hover {
    background-color: rgba(91, 130, 255, 0.6);
}


/* 弹出框 */
.pop1 {
    display: none;
    width: 800px;
    min-height: 270px;
    max-height: 550px;
    height: 500px;
    position: fixed;
    top: 45%;
    left: 45%;
    margin: -185px 0 0 -300px;
    z-index: 9999;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
}
.pop1 .pop1-title{
    height: 60px;
    line-height: 60px;
    background-color: #4066e9;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.pop1 .pop1-conent{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 40px 50px;
}
.pop1 .pop1-conent >div{
    width: 50%;
}
.pop1 .pop1-conent >div > img{
    width: 270px;
}
.pop1 .pop1-conent > div:last-child{
    padding: 40px 0 0 0;
    font-size: 18px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.pop1 .pop1-conent >div:last-child > div{
    width: 100%;
}
.pop1 .pop1-conent >div:last-child > div > label{
    font-size: 18px;
    color: #717070;
    margin-bottom: 10px;
    display: inline-block;
}
.pop1 .pop1-conent >div:last-child > div > label > i{
    color: red;
}
.pop1 .pop1-conent >div:last-child > div > input{
    width: 100%;
}
.pop1 .pop1-conent >div:last-child > div > input[type='text']{
    background-color: #f5f5f5;
    height: 60px;
    margin-bottom: 30px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
.pop1 .pop1-conent >div:last-child > div > input[type='submit']{
    background-color: #4d77f5;
    height: 60px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.pop1 .pop1-conent >div:last-child > div:last-child{
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.pop1 .pop1-conent >div:last-child > div:last-child .reverse-backs{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 20px;
    cursor: pointer;
}
