body {padding: 0;margin: 0;font-family: "微软雅黑";color: #333;font-size: 12px;}
.pd_navbar {width: 100%; height: 100px;background: url(../images/head/headbg.jpg) repeat-x left bottom;}
.pd_head { width: 1000px; height: 100px; margin: 0 auto;}
.pd_navbar .logo { background:url(../images/head/logo.png) no-repeat ; float: left; height: 66px; width: 200px; margin-top: 14px;}
.pd_title { width: 400px; height: 90px; line-height: 90px; float: left; background: url(../images/head/link2.gif) no-repeat left; color: #333; font-size: 24px; padding-left: 18px; }
.pd_content { width: 700px; margin: 70px auto 0; font-size: 14px;}
.pd_group {margin-bottom: 10px; width: 700px; height: 42px;}
.group_left {width: 120px; text-align: right; padding-right: 10px; display: block; float: left; line-height: 42px;}
.pd_group input,.pd_group select { display: block; float: left; height: 28px;border: 1px solid #d8d8d8;border-radius: 4px;font-size: 14px;color: #666;line-height: 28px;padding: 6px 0 6px 12px;box-shadow: 0 0 5px #fff;outline: 0;transition: box-shadow .25s linear 0s;-webkit-transition: box-shadow .25s linear 0s;}
.pd_group input.width1 {width: 278px;}
.pd_group input.width2 {width: 146px;}
.pd_group select.width1 {width: 292px;height:40px;}
.group_tips { display: block; float: left;color: #999; font-size: 12px; padding-left:10px;  line-height: 42px;}
.group_tips span {color: #ff3c00; font-size: 14px;}
.vcode-send {width: 120px;height: 40px;line-height: 40px;display: inline-block;margin-left: 10px;text-align: center;border: 1px solid #dfdfdf;border-radius: 4px;background: #f2f2f2;background: -moz-linear-gradient(top,#fff,#f2f2f2);background: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));color: #333;vertical-align: top;float: left;overflow: hidden; text-decoration: none;}
.vcode-send:hover {background-color: #fff;}
.agreement {width: 700px; margin: 30px auto 25px; background-color:#fff8f0; padding:14px 20px; border: 1px solid #eddac4;}
.agreement .tit {text-align: center; font-size: 14px; font-weight: bold; margin: 3px 0 0;}
.agree {width:260px ; margin: 0 auto; text-align: center;}
.agree input {line-height: 20px;height: 20px;vertical-align: middle; margin: 0px; padding: 0px; }
.agree span {padding-left: 10px; margin-top: 4px;}
.btn_wrap {width: 320px; margin: 16px auto 0;}
.btn_apply {width: 300px;height: 42px;border: 0;background-color:#277BD5;border-radius: 5px;text-align: center;line-height: 42px;color: #fff;font-size: 17px;cursor: pointer; margin: 0 auto;}

 .pic {
    list-style: none;
    margin: 0 0 10px 0;
}

 .pic::after {
    content: "";
    display: block;
    clear: both;
}

 .pic li {
    position: relative;
    float: left;
    width: 190px;
    height: 115px;
    background: #fff7f4;
    color: #df7a54;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ffe5dc;
    border-radius: 4px;
    margin: 0 5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

 .pic li i {
    opacity: 0.4;
    background: #ff4600 url(/Images/camera.png)no-repeat center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 20px auto 10px auto;
    display: block;
}

 .pic li input {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    height: 115px;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}

 .example {
    color: #007fe4;  
    font-size: 12px;
    line-height: 42px;
    cursor: pointer;
}

 .example i { display: inline-block; width: 0; height: 0; border-top: 4px solid #007fe4; border-bottom: 0 none; border-left: 4px solid transparent; border-right: 4px solid transparent; vertical-align: 2px; margin-left: 2px; transform: rotate(270deg); }

 .example:hover { color:#ff5106 }
 .example:hover i {border-top-color: #FF5106;}

 .popup {position: absolute;top: 45px;right: -8%;width: 310px;background: #fff;padding: 10px;border-radius: 4px;box-shadow: 0 2px 20px rgb(0 0 0 / 20%);z-index: 999;}
 .popup img {width: 300px;height: 165px;margin: 5px;}
 .popup p {width: 290px;font-size: 14px;line-height: 24px;text-align: justify;padding: 0;margin: 0 10px;}
 .popup p span {display: block;color: #7b91af;line-height: 20px;margin-bottom: 5px;}
