.ccgPopup{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(0, 0, 0, 0.7);z-index: 9999;display: none;}
.ccgPopup .box1{width: 460px; position: fixed;top: 50%;left: 50%; transform: translate(-50%, -50%);background: #fff;border-radius: 15px;}
.ccgPopup .box1 .close span{cursor: pointer; position: absolute;display: block;width: 32px;height: 32px;right: 11px;top: 20px;}
.ccgPopup .box1 .mainPopup{clear: both;border-radius: 10px;overflow: hidden;}
.ccgPopup .box1 .mainPopup .ccgHead{width: 460px;height: 178px;clear: both;background-size: 460px auto;position: relative;}
.ccgPopup .box1 .mainPopup .ccgHead .title{font-size: 32px;color: #ffffff;position: absolute;top:66px;left: 24px;}
.ccgPopup .box1 .mainPopup .mainbox{padding: 35px 0;background: #FFF;margin-top: -1px;}
.ccgPopup .box1 .mainPopup .mainbox .left .bt{font-size: 18px;color: #333;text-align: center;margin-bottom: 10px;}
.ccgPopup .box1 .mainPopup .mainbox .left .bt:last-of-type{margin-bottom: 0px;}
.ccgPopup .box1 .mainPopup .mainbox .left .bt span{font-size: 18px;font-weight: bold;}
.ccgPopup .box1 .mainPopup .mainbox .left .from{margin:0 65px;margin-top: 40px;}
.ccgPopup .box1 .mainPopup .mainbox .left .from .inputbox span,.ccgPopup .box .mainPopup .mainbox .left .from .inputbox1 span{font-size: 14px;color: #000000;}
.ccgPopup .box1 .mainPopup .mainbox .left .from .inputbox{ position:relative;margin-bottom: 10px; color: #333;}
.ccgPopup .box1 .mainPopup .mainbox .left .from .inputbox select{ margin-right: 10px;width:250px; height:35px; border:#e5e5e5 1px solid; background:transparent; -webkit-appearance:none; -moz-appearance:none; -ms-progress-appearance:none; appearance:none; text-indent:3px; font-size:12px; cursor:pointer; padding-left:8px;margin-left: 7px; }
.ccgPopup .box1 .mainPopup .mainbox .left .from .inputbox:after{ content:''; position:absolute; width:0; height:0; border-left:transparent 6px solid; border-right:transparent 6px solid; border-top:#999 6px solid; margin:auto; right:65px; top:0; bottom:0; pointer-events:none; }
.ccgPopup .box1 .mainPopup .mainbox .left .from .inputbox1 input{width: 100%;height: 40px;background-color: #ffffff;border-radius: 4px;border: solid 1px #d3d3d3;    padding-left: 8px; }
.ccgPopup .box1 .mainPopup .mainbox .left .from .item-xy{ overflow:hidden;margin-top: 10px;}
.ccgPopup .box1 .mainPopup .mainbox .left .from .item-xy label{ float:left; position:relative; }
.ccgPopup .box1 .mainPopup .mainbox .left .from .item-xy input{ position:absolute; width:10px; height:10px; left:-20px; }
.ccgPopup .box1 .mainPopup .mainbox .left .from .item-xy span{ float:left; width:12px; height:12px; background:url("../images/icon.png?v=20181117") -110px -80px; margin:4px 4px 4px 0; }
.ccgPopup .box1 .mainPopup .mainbox .left .from .item-xy input:checked + span{ background-position:-280px -110px; }
.ccgPopup .box1 .mainPopup .mainbox .left .from .item-xy p{ float:left; line-height:20px; height:20px; color:#999; font-size:12px; }
.ccgPopup .box1 .mainPopup .mainbox .left .from .item-xy a{ color:#999; font-size:12px; }
.ccgPopup .box1 .mainPopup .mainbox .left .from .item-xy a:hover{ text-decoration:underline; }
.ccgPopup .box1 .mainPopup .mainbox .left .from .btn{cursor: pointer;height: 40px;line-height: 40px;border-radius: 4px;font-size: 16px;color: #ffffff;text-align: center;margin: 0 25px;}
.ccgPopup .box1 .mainPopup .mainbox .left .ms{position: relative;font-size: 14px;color: #999;margin: 0 auto;margin-top: 18px;margin-bottom: 26px;}
.ccgPopup .box1 .title2{
    color: #fff;
    text-align: center;
    padding-top: 135px;
    font-size: 20px;
}
.ccgPopup .box2 .padBox{margin: 20px;background-color: #fdfeff;border-radius: 20px;overflow: hidden;}
.ccgPopup .box2 .padBox .from{padding-bottom: 214px;margin: 20px;background-color: #fdfeff;border-radius: 10px;border: solid 2px #ebbe5b;overflow: hidden;position: relative;}
.ccgPopup .box2 .padBox .from .tit{font-size: 36px;color: #333333;text-align: center;padding: 45px 0 30px 0;}
.ccgPopup .box2 .padBox .from .detail{font-size: 22px;padding-bottom: 25px;text-align: center;}
.ccgPopup .box2 .padBox .from .ms{font-size: 16px;color: #999999;padding-bottom: 25px;text-align: center;margin: 0 30px;line-height: 30px;}
.ccgPopup .box2 .padBox .from .inputbox1{text-align: center;margin-bottom: 10px;}
.ccgPopup .box2 .padBox .from .inputbox1 input{width: 330px;
	height: 42px;
	border-radius: 8px;
	border: solid 1px #d3d3d3;margin: 0 auto;text-indent: 20px;}
    .ccgPopup .box2 .btmBox{
        width: 500px;
        height: 214px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .ccgPopup .box2 .btmBox .btm{
        width: 280px;
        height: 71px;
        text-align: center;
        margin: 0 auto;
        line-height: 66px;
        font-size: 32px;
        margin-top: 100px;
        cursor: pointer;
    }
    .ccgPopup .box2 .padBox .from .close{
        cursor: pointer; position: absolute;display: block;width: 32px;height: 32px;right: 11px;top: 20px;
    }



    .public-form-btn{
        font-size: 12px;
      
        padding: 2px 8px 4px;
        border-radius: 2px;
        margin-left: 10px;
        margin-top: 5px;
        cursor: pointer;
        font-weight: normal;
    }
    .public-form-btn .icon{
        width: 16px;
        height: 16px;
        display: inline-block;
        top: 4px;
        position: relative;
    }
    .public-form-btn:hover{
        font-weight: normal!important;
    }



    .ccgPopup #sendBox{
        width: 360px;
        position: fixed;
        height: 248px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 8px;
    }
    .ccgPopup .sendPopup .ccgHead {
        width: 100%;
        height: 52px;
        position: relative;
    }
    .ccgPopup .sendPopup .ccgHead .box_name{
        width: 80px;
        height: 28px;
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        line-height: 28px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .ccgPopup .sendPopup .close{
        cursor: pointer;
        position: absolute;
        font-size: 20px;
        right: 12px;
        top: 12px;
    }
    .ccgPopup .sendPopup .mainbox{
        margin-top: 24px;
    }
    .ccgPopup .sendPopup .mainbox .hint{
        text-align: center;
        height: 20px;
        font-size: 14px;
        color: #666666;
        line-height: 20px;
    }
    .ccgPopup .sendPopup .mainbox .verifycode{
        width: 295px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        opacity: 1;
        border: 1px solid #F0F0F0;
        margin: 24px auto;
        padding: 5px;
    }
    .ccgPopup .sendPopup .mainbox .verifycode .ipt{
        width: 170px;
        height: 30px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        opacity: 1;
        border: none;
    }
    .ccgPopup .sendPopup .mainbox .send-verify-code button{
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        line-height: 18px;
        background: #fff;
        border: none;
    }
    .ccgPopup .sendPopup .mainbox .btn{
        width: 295px;
        height: 40px;
        background: #3168FF;
        border-radius: 22px 22px 22px 22px;
        margin: 0 auto;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 40px;
        text-align: center;
    }
