/*底部报名框*/

.dropdown_box {
    height: 500px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 7;
    bottom: -300px;
}

.dropdown {
    position: absolute;
    height: 80px;
    width: 100%;
    top: 0;
    z-index: 10;
}

.dropdown_click {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    position: relative;
}

.dropdown_click:hover {
    cursor: pointer;
}

.dropdown:hover {
    cursor: pointer;
}

.dropdown_click_text dt {
    float: left;
    margin-top: -84px;
}

.dropdown_click_text a {
    font-size: 36px;
    color: #fff;
    float: left;
    line-height: 80px;
    margin-left: 30px;
}

.dropdown_click_text dd {
    width: 45px;
    height: 48px;
    float: left;
    margin-top: 15px;
    margin-left: 30px;
}

.dropdown_click_text {
    width: 700px;
    margin: auto;
}

.dropdown_show {
    height: 550px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.jisuan_box {
    width: 1000px;
    padding-top: 30px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
}

.jisuan_box form {
    overflow: hidden;
    background: #fff;
    margin-top: -4px;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
}

.jisuan_close {
    position: absolute;
    right: 1px;
    top: 20px;
    background: #C2C2C2;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.jisuan_box ul {
    margin-top: 15px;
    margin-left: 40px;
    float: left;
}

.jisuan_box ul h2 {
    font: 26px/1 'microsoft yahei', 'simhei';
    text-align: center;
}

.jisuan_box ul h2 font {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.jisuan_box ul h2 font b {
    color: #FCA513;
}

.jisuan_box ul li {
    width: 340px;
    margin-top: 14px;
}

.jisuan_box ul li > span {
    color: #FCA513;
    font-size: 14px;
}

.jisuan_box ul li input {
    width: 230px;
    height: 32px;
    float: right;
    padding-left: 10px;
    border: #aaa 1px solid;
}

.mianji span {
    float: left;
    line-height: 32px;
}

.huxing span {
    float: left;
    line-height: 32px;
}

.huxing p {
    float: right;
    width: 240px;
}

.huxing p select {
    width: 74.5px;
    height: 32px;
    border: #aaa 1px solid;
}

.ting {
    margin: 0 4px;
}

.danxuan input {
    width: 18px !important;
    height: 18px !important;
    float: left !important;
}

.danxuan em {
    float: left !important;
    margin-left: 5px;
}

.danxuan em.a {
    margin-right: 18px;
}

.huxing_02 p {
    float: right;
}

.huxing_02 select {
    width: 115px;
    margin-left: 5px;
    height: 34px;
    border: #aaa 1px solid;
}

.haoma span {
    float: left;
    line-height: 36px;
}

.jisuan_but {
    width: 105px;
    height: 300px;
    padding-right: 2px;
    float: left;
    text-align: center;
    margin-left: 67px;
    opacity: 0.9;
    position: relative;
}

.jisuan_but:hover {
    opacity: 1;
}

.jisuan_but:hover {
    cursor: pointer;
}

.jisuan_box dl {
    float: left;
    width: 316px;
    text-align: center;
    margin-left: 62px;
    margin-top: 8px;
}

.jisuan_box dl dt {
    font-size: 24px;
}

.jisuan_box dl dt font {
    color: #FCA513;
    font-size: 30px;
    font-weight: bold;
}

.jisuan_box dl dd {
    width: 316px;
    border: #ddd 1px solid;
    padding: 20px 0;
    margin-top: 20px;
}

.jisuan_box dl dd span {
    display: block;
    margin: 15px 0;
}

.jisuan_box dl dd font {
    color: #FCA513;
}

.fm-div dt a {
    display: block;
    height: 100px;
    overflow: hidden;
    width: 100px;
    border-radius: 50%;
}

.jisuan_but > h3 {
    height: 100%;
    width: 1.5px;
    background: #FCA513;
    position: absolute;
    top: -10px;
    left: 50%;
}

.jisuan_but > p {
    border: 1px solid #FCA513;
    height: 90px;
    left: -2px;
    width: 90px;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 31%;
}

.jisuan_but > p > a {
    background: #FCA513;
    color: #fff;
    width: 100%;
    height: 85%;
    display: inline-block;
    border-radius: 50%;
    line-height: 29px;
    font-size: 18px;
    padding-top: 15%;
}

@keyframes btn {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .9;
    }
    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .8;
    }
}

.jisuan_but > p {
    -webkit-animation: btn 1s infinite;
    animation: btn 1s infinite;
    cursor: pointer;
}

/*8s报价弹窗*/
.dropdown_show_tan {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    display:none;
    z-index:99999;
}

.jisuan_box_tan {
    width: 1000px;
    padding-top: 130px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
}

.jisuan_close_tan {
    position: absolute;
    right: 1px;
    top: 110px;
    background: #C2C2C2;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
