body,
html {
    background-color: #fff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dd,
dt,
form,
select,
input,
div,
table,
td,
th {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

input {
    -webkit-appearance: none;
}

* {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.text-center {
    text-align: center;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.clearbot {
    clear: both;
}

.bg-f5 {
    background: #f5f5f5;
}

.bg-ff {
    background: #ffffff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bor {
    border: 1px solid #eeeeee;
}

.cursorP {
    cursor: pointer;
}

.tab-list {
    border-bottom: 1px solid #eeeeee;
}

.tab-list li {
    float: left;
    font-size: 22px;
    line-height: 62px;
    color: #000000;
    height: 61px;
    border-bottom: 2px solid #089740;
    margin-right: 20px;
}

.tab-list span {
    font-size: 16px;
    color: #666666;
    line-height: 62px;
}

.green-btn {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #089740;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(8, 151, 64, .25);
    -webkit-box-shadow: 0 2px 5px rgba(8, 151, 64, .25);
    -moz-box-shadow: 0 2px 5px rgba(8, 151, 64, .25);
}

.green-btn:hover {
    color: #fff;
    background: #077f36;
}

/*弹出层*/
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.overlay_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 100;
}

.overlay_content {
    max-height: 80%;
    overflow: auto;
    background: #ffffff;
    position: fixed;
    z-index: 1000;
    width: 80%;
    left: 50%;
    top: 10%;
    margin-left: -40%;
    border-radius: 3px;
    border: 1px solid #eeeeee;
}

.form_close {
    display: inline-block;
    color: #999999;
    height: 26px;
    width: 26px;
    position: absolute;
    right: 40px;
    top: 30px;
    cursor: pointer;
    line-height: 26px;
    text-align: center;
}

.form_close i {
    font-size: 26px;
    color: #999999;
}

.overlay_content .title {
    height: 57px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    color: #000000;
    line-height: 57px;
    padding-left: 30px;
}

.overlay_content .detail {
    font-size: 14px;
    color: #666666;
    line-height: 32px;
}

.noItems {
    width: 100%;
    text-align: center;
    color: #999999;
    margin-top: 30px;
    margin-bottom: 30px;
}

.modal-header,
.modal-footer {
    background: #ffffff;
}

/*加载中动画*/
#loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*padding: 15px;*/
}

.loader-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.modal-content .loader-wrap {
    position: absolute;
    top: 0;
    left: 0;
}

.modal-content .loader-wrap .loader {
    background-color: rgba(255, 255, 255, .7);
    border-radius: 8px;
}

.loader-wrap .loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, .7);
    text-align: center;
    font-size: 0;
}

.loader-wrap .loader:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.loader-wrap .loader>.ball-pulse {
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
}

.loader-wrap .loader>.ball-pulse>div {
    background-color: #b71c22;
    width: 10px;
    height: 10px;
}

.loader-blur {
    filter: blur(2px);
    -moz-filter: blur(2px);
    -webkit-filter: blur(2px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

* {
    box-sizing: border-box
}



.check-phone-modal .modal-content {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.check-phone-modal .modal-footer,
.check-phone-modal .modal-header {
    border-color: transparent;
    padding: 18px;
}

.check-phone-modal .modal-body {
    padding: 0 18px;
}

.check-phone-modal .modal-backdrop.in {
    opacity: 0.3;
}

.modal-dialog.check-phone-modal {
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    margin-left: 30px;
    margin-right: 30px;
}

#checkPhoneModal.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 150%) scale(0.95);
    -ms-transform: translate(0, 150%) scale(0.95);
    -o-transform: translate(0, 150%) scale(0.95);
    transform: translate(0, 150%) scale(0.95);
}

#checkPhoneModal.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

#checkPhoneModal.modal.fade .check-phone-modal {
    -webkit-transform: translate(0, 100px) scale(0.9);
    -ms-transform: translate(0, 100px) scale(0.9);
    -o-transform: translate(0, 100px) scale(0.9);
    transform: translate(0, 100px) scale(0.9);
}

#checkPhoneModal.modal.in .check-phone-modal {
    -webkit-transform: translate(0, 100px) scale(1);
    -ms-transform: translate(0, 100px) scale(1);
    -o-transform: translate(0, 100px) scale(1);
    transform: translate(0, 100px) scale(1);
}

/*问卷*/
.survey-btn {
    position: fixed;
    right: 20px;
    border: 1px solid #b71c22;
    top: 70%;
    color: #b71c22;
    border-radius: 8px;
    width: 90px;
    height: 90px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.survey-btn:hover,
.survey-btn:active,
.survey-btn:focus {
    color: #e82229;
    border-color: #e82229;
}

.survey-btn span {
    font-size: 16px;
    display: block;
    margin-top: -4px;
}

.survey-btn .iconfont {
    font-size: 45px;
    display: block;
}

@media screen and (max-width: 720px) {
    .survey-btn {
        width: 56px;
        height: 56px;
    }

    .survey-btn span {
        font-size: 12px;
        transform: scale(0.9);
    }

    .survey-btn .iconfont {
        font-size: 26px;
    }
}

