@charset "utf-8";
.cd-top {
    display: inline-block;
    position: fixed;
    height: 45px;
    width: 45px;
    bottom: 20px;
    right: 20px;
    border:solid 1px #dddddd;
    box-shadow: 0px 0px 10px 0px rgba(112, 102, 198, 0.15);
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0) url(../imgs/rightsideIcon/dingbu_icon.png) no-repeat center 50%;
    background-color: #ffffff;
    background-size: 45px 45px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cd-phone{
    display: inline-block;
    height: 45px;
    width: 45px;
    bottom: 120px;
    right: 20px;
    position: fixed;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    box-shadow: 0px 0px 10px 0px rgba(112, 102, 198, 0.15);
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0) url(../imgs/rightsideIcon/tel_icon.png) no-repeat center 50%;
    background-color: #ffffff;
    background-size: 45px 45px;
    /*visibility: hidden;*/
    opacity: .6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.cd-feedback{
    display: inline-block;
    height: 45px;
    width: 45px;
    bottom: 75px;
    right: 20px;
    position: fixed;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    box-shadow: 0px 0px 10px 0px rgba(112, 102, 198, 0.15);
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0) url(../imgs/rightsideIcon/fankui_icon.png) no-repeat center 50%;
    background-color: #ffffff;
    background-size: 45px 45px;
    /*visibility: hidden;*/
    opacity: .6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}






.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: .7;
}
.cd-top.cd-fade-out {
    /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
@media only screen and (max-width: 768px) {
    .cd-top {
        height: 45px;
        width: 40px;

        right: 10px;
        bottom: 20px;
    }
    .cd-feedback{
        height: 45px;
        width: 40px;

        right: 10px;
        bottom: 75px;
    }

    .cd-phone{
        height: 45px;
        width: 40px;

        right: 10px;
        bottom: 120px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top{
        height: 55px;
        width: 45px;

        right: 10px;
        bottom: 30px;
    }

    .cd-feedback{
        height: 55px;
        width: 45px;

        right: 10px;
        bottom: 100px;
    }

    .cd-phone{
        height: 55px;
        width: 45px;

        right: 10px;
        bottom: 155px;
    }
}

.Content-Main{
    max-width: 500px;
    margin: 0;
    /*margin-top: 50px;*/
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    color: #888;
    background: #FFF;
}
.Content-Main h1{
    display: block;
    /*padding: 0px 0px 10px 40px;
    margin: -10px -30px 30px -30px;*/
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*border-bottom: 1px solid #DADADA;*/
    color: #888;
    width: 100%;
}
.Content-Main h1>span{
    display: block;
    font-size: 11px;
}
.Content-Main label{
    display: block;
    margin: 0px 0px 5px;
}
.Content-Main label>span{
    float: left;
    width: 20%;
    padding-right: 10px;
    margin-top: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: right;
    color: #333;
}
.Content-Main input[type="text"],.Content-Main textarea{
    width: 70%;
    height: 25px;
    padding: 5px 0px 5px 5px;
    /*margin-bottom: 16px;*/
    margin-right: 6px;
    margin-top: 2px;
    line-height: 15px;
    border-radius: 4px;
    border: 1px solid #CCC;
    color: #888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#contact+div,#message+div{
    width: 70%;
    height: 16px;
    margin: 3px auto 10px 90px;
    color: red;
}
.select1{
    width: 70%;
    height: 35px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    line-height: 15px;
    padding: 5px 0px 5px 5px;
    border-radius: 4px;
    border: 1px solid #CCC;
    color: #888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2{
    width: 22%;
    height: 25px;
    border-radius: 4px;
    border: 1px solid #CCC;
    color: #888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.Content-Main textarea{
    width: 70%;
    height: 100px;
    max-height: 120px;
    padding: 5px 0px 0px 5px;
}


.r-box{
    position: relative;
    z-index: 99;
}

.feedback{

    position: fixed;
    /*top: 42%;
    left: 60%;*/
    bottom: 30px;
    right: 70px;
    z-index: 99;
    width: 500px;
}

.Content-Main{
    position: relative;
}
.btn-close{
    position: absolute;
    top: 2%;
    right: 3%;
    z-index: 99;
    cursor: pointer;
}

.fb-btn{
    background-color: #d93b3d;
}
form>label:last-child{
    text-align: right;
}

@media (max-width: 768px) {
    .feedback{
        position: fixed;
        top: 20%;
        left: 5%;
        z-index: 99;
        width: 90%;
    }
}